UNPKG

@progress/kendo-angular-intl

Version:

Kendo UI Internationalization for Angular components

501 lines (499 loc) 14.5 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { setData } from '@progress/kendo-angular-intl'; setData({ name: "zh-Hant-HK", likelySubtags: { zh: "zh-Hans-CN" }, identity: { language: "zh", script: "Hant", territory: "HK" }, territory: "HK", calendar: { patterns: { d: "d/M/y", D: "y年M月d日EEEE", m: "M月d日", M: "M月d日", y: "y年M月", Y: "y年M月", F: "y年M月d日EEEE ah:mm:ss", g: "d/M/y ah:mm", G: "d/M/y ah:mm:ss", t: "ah:mm", T: "ah:mm:ss", s: "yyyy'-'MM'-'dd'T'HH':'mm':'ss", u: "yyyy'-'MM'-'dd HH':'mm':'ss'Z'" }, dateTimeFormats: { full: "{1}{0}", long: "{1}{0}", medium: "{1}{0}", short: "{1}{0}", availableFormats: { Bh: "Bh時", Bhm: "Bh:mm", Bhms: "Bh:mm:ss", d: "d日", E: "ccc", EBh: "EBh時", EBhm: "EBh:mm", EBhms: "EBh:mm:ss", Ed: "d E", Eh: "Eah時", Ehm: "E ah:mm", EHm: "E HH:mm", Ehms: "E ah:mm:ss", EHms: "E HH:mm:ss", Gy: "Gy年", GyM: "Gy/M", GyMd: "G y/M/d", GyMEd: "Gy/M/d(E)", GyMMM: "Gy年M月", GyMMMd: "Gy年M月d日", GyMMMEd: "Gy年M月d日E", h: "ah時", H: "H時", hm: "ah:mm", Hm: "HH:mm", hms: "ah:mm:ss", Hms: "HH:mm:ss", hmsv: "ah:mm:ss [v]", Hmsv: "HH:mm:ss [v]", hmv: "ah:mm [v]", Hmv: "HH:mm [v]", hv: "vah時", Hv: "vH時", M: "M月", Md: "d/M", MEd: "d/M(E)", MMdd: "dd/MM", MMM: "LLL", MMMd: "M月d日", MMMEd: "M月d日E", MMMMd: "M月d日", "MMMMW-count-other": "M月第W週", ms: "mm:ss", y: "y年", yM: "M/y", yMd: "d/M/y", yMEd: "d/M/y(E)", yMEEEEd: "y年M月d日 EEEE", yMM: "MM/y", yMMM: "y年M月", yMMMd: "y年M月d日", yMMMEd: "y年M月d日E", yMMMM: "y年M月", yQQQ: "y年QQQ", yQQQQ: "y年QQQQ", "yw-count-other": "Y年第w週" } }, timeFormats: { full: "ah:mm:ss [zzzz]", long: "ah:mm:ss [z]", medium: "ah:mm:ss", short: "ah:mm" }, dateFormats: { full: "y年M月d日EEEE", long: "y年M月d日", medium: "y年M月d日", short: "d/M/y" }, days: { format: { abbreviated: [ "週日", "週一", "週二", "週三", "週四", "週五", "週六" ], narrow: [ "日", "一", "二", "三", "四", "五", "六" ], short: [ "日", "一", "二", "三", "四", "五", "六" ], wide: [ "星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六" ] }, "stand-alone": { abbreviated: [ "週日", "週一", "週二", "週三", "週四", "週五", "週六" ], narrow: [ "日", "一", "二", "三", "四", "五", "六" ], short: [ "日", "一", "二", "三", "四", "五", "六" ], wide: [ "星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六" ] } }, months: { format: { abbreviated: [ "1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月" ], narrow: [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12" ], wide: [ "1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月" ] }, "stand-alone": { abbreviated: [ "1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月" ], narrow: [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12" ], wide: [ "1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月" ] } }, quarters: { format: { abbreviated: [ "Q1", "Q2", "Q3", "Q4" ], narrow: [ "1", "2", "3", "4" ], wide: [ "第1季", "第2季", "第3季", "第4季" ] }, "stand-alone": { abbreviated: [ "Q1", "Q2", "Q3", "Q4" ], narrow: [ "1", "2", "3", "4" ], wide: [ "第1季", "第2季", "第3季", "第4季" ] } }, dayPeriods: { format: { abbreviated: { midnight: "午夜", am: "上午", pm: "下午", morning1: "早上", morning2: "上午", afternoon1: "中午", afternoon2: "下午", evening1: "晚上", night1: "凌晨" }, narrow: { midnight: "午夜", am: "上午", pm: "下午", morning1: "早上", morning2: "上午", afternoon1: "中午", afternoon2: "下午", evening1: "晚上", night1: "凌晨" }, wide: { midnight: "午夜", am: "上午", pm: "下午", morning1: "早上", morning2: "上午", afternoon1: "中午", afternoon2: "下午", evening1: "晚上", night1: "凌晨" } }, "stand-alone": { abbreviated: { midnight: "午夜", am: "上午", pm: "下午", morning1: "早上", morning2: "上午", afternoon1: "中午", afternoon2: "下午", evening1: "晚上", night1: "凌晨" }, narrow: { midnight: "午夜", am: "上午", pm: "下午", morning1: "早上", morning2: "上午", afternoon1: "中午", afternoon2: "下午", evening1: "晚上", night1: "凌晨" }, wide: { midnight: "午夜", am: "上午", pm: "下午", morning1: "早上", morning2: "上午", afternoon1: "中午", afternoon2: "下午", evening1: "晚上", night1: "凌晨" } } }, eras: { format: { wide: { "0": "公元前", "1": "公元", "0-alt-variant": "公元前", "1-alt-variant": "公元" }, abbreviated: { "0": "公元前", "1": "公元", "0-alt-variant": "公元前", "1-alt-variant": "公元" }, narrow: { "0": "公元前", "1": "公元", "0-alt-variant": "公元前", "1-alt-variant": "公元" } } }, gmtFormat: "GMT{0}", gmtZeroFormat: "GMT", dateFields: { era: { wide: "紀元", short: "紀元", narrow: "紀元" }, year: { wide: "年", short: "年", narrow: "年" }, quarter: { wide: "季度", short: "季度", narrow: "季度" }, month: { wide: "月", short: "月", narrow: "月" }, week: { wide: "星期", short: "星期", narrow: "星期" }, weekOfMonth: { wide: "該月第幾週", short: "月週次", narrow: "月週次" }, day: { wide: "日", short: "日", narrow: "日" }, dayOfYear: { wide: "該年第幾天", short: "該年第幾天", narrow: "該年第幾天" }, weekday: { wide: "星期幾", short: "星期幾", narrow: "星期幾" }, weekdayOfMonth: { wide: "該月第幾週", short: "該月第幾週", narrow: "該月第幾週" }, dayperiod: { short: "時段", wide: "時段", narrow: "時段" }, hour: { wide: "小時", short: "時", narrow: "時" }, minute: { wide: "分鐘", short: "分", narrow: "分" }, second: { wide: "秒", short: "秒", narrow: "秒" }, zone: { wide: "時區", short: "時區", narrow: "時區" }, millisecond: { narrow: "毫秒", short: "毫秒", wide: "毫秒" } } }, firstDay: 0 });