ja_JP.js 1009 B

1234567891011121314151617181920212223242526272829303132333435
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports.default = void 0;
  6. const locale = {
  7. locale: 'ja_JP',
  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;