zh_CN.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_CN',
  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;