zh_TW.js 831 B

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