12345678910111213141516171819202122232425 |
- define(
- "dojo/cldr/nls/zh-hant-hk/generic", //begin v1.x content
- {
- "dateFormat-medium": "Gy年M月d日",
- "field-year-relative+-1": "上年",
- "dateFormatItem-MEd": "E, d/M",
- "field-month-relative+-1": "上月",
- "dateTimeFormat-medium": "{1}{0}",
- "dateFormatItem-Md": "d/M",
- "dateFormatItem-yyyyMEd": "E, d/M/yGGGGG",
- "dateTimeFormat-long": "{1} {0}",
- "dateFormat-long": "Gy年M月d日",
- "field-month-relative+1": "下月",
- "dateFormat-short": "d/M/yGGGGG",
- "dateTimeFormat-short": "{1}{0}",
- "dateTimeFormat-full": "{1} {0}",
- "field-year-relative+0": "本年",
- "field-year-relative+1": "下年",
- "dateFormatItem-yyyyM": "M/yGGGGG",
- "dateFormat-full": "Gy年M月d日EEEE",
- "dateFormatItem-yyyyMd": "d/M/yGGGGG",
- "dateFormatItem-Ed": "d E"
- }
- //end v1.x content
- );
|