zh_TW.js 955 B

1234567891011121314151617181920212223242526272829303132333435
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports.default = void 0;
  6. const locale = {
  7. locale: 'zh_TW',
  8. today: '今天',
  9. now: '此刻',
  10. backToToday: '返回今天',
  11. ok: '確定',
  12. timeSelect: '選擇時間',
  13. dateSelect: '選擇日期',
  14. weekSelect: '選擇周',
  15. clear: '清除',
  16. month: '月',
  17. year: '年',
  18. previousMonth: '上個月 (翻頁上鍵)',
  19. nextMonth: '下個月 (翻頁下鍵)',
  20. monthSelect: '選擇月份',
  21. yearSelect: '選擇年份',
  22. decadeSelect: '選擇年代',
  23. yearFormat: 'YYYY年',
  24. dayFormat: 'D日',
  25. dateFormat: 'YYYY年M月D日',
  26. dateTimeFormat: 'YYYY年M月D日 HH時mm分ss秒',
  27. previousYear: '上一年 (Control鍵加左方向鍵)',
  28. nextYear: '下一年 (Control鍵加右方向鍵)',
  29. previousDecade: '上一年代',
  30. nextDecade: '下一年代',
  31. previousCentury: '上一世紀',
  32. nextCentury: '下一世紀'
  33. };
  34. var _default = exports.default = locale;