generic.js 778 B

12345678910111213141516171819202122232425
  1. define(
  2. "dojo/cldr/nls/zh-hant-hk/generic", //begin v1.x content
  3. {
  4. "dateFormat-medium": "Gy年M月d日",
  5. "field-year-relative+-1": "上年",
  6. "dateFormatItem-MEd": "E, d/M",
  7. "field-month-relative+-1": "上月",
  8. "dateTimeFormat-medium": "{1}{0}",
  9. "dateFormatItem-Md": "d/M",
  10. "dateFormatItem-yyyyMEd": "E, d/M/yGGGGG",
  11. "dateTimeFormat-long": "{1} {0}",
  12. "dateFormat-long": "Gy年M月d日",
  13. "field-month-relative+1": "下月",
  14. "dateFormat-short": "d/M/yGGGGG",
  15. "dateTimeFormat-short": "{1}{0}",
  16. "dateTimeFormat-full": "{1} {0}",
  17. "field-year-relative+0": "本年",
  18. "field-year-relative+1": "下年",
  19. "dateFormatItem-yyyyM": "M/yGGGGG",
  20. "dateFormat-full": "Gy年M月d日EEEE",
  21. "dateFormatItem-yyyyMd": "d/M/yGGGGG",
  22. "dateFormatItem-Ed": "d E"
  23. }
  24. //end v1.x content
  25. );