geosphere-maps/public/assets/date-picker/nls/zh-HK.json
2023-09-22 11:33:13 +02:00

23 lines
872 B
JSON

{
"default-calendar": "gregorian",
"separator": "/",
"unitOrder": "DD/MM/YYYY",
"weekStart": 7,
"placeholder": "DD/MM/YYYY",
"days": {
"abbreviated": ["週日", "週一", "週二", "週三", "週四", "週五", "週六"],
"narrow": ["日", "一", "二", "三", "四", "五", "六"],
"short": ["日", "一", "二", "三", "四", "五", "六"],
"wide": ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"]
},
"numerals": "0123456789",
"months": {
"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月"]
},
"year": {
"suffix": "年"
}
}