ja_JP.js 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
  2. import { commonLocale } from "./common";
  3. var locale = _objectSpread(_objectSpread({}, commonLocale), {}, {
  4. locale: 'ja_JP',
  5. today: '今日',
  6. now: '現在時刻',
  7. backToToday: '今日に戻る',
  8. ok: '確定',
  9. timeSelect: '時間を選択',
  10. dateSelect: '日時を選択',
  11. weekSelect: '週を選択',
  12. clear: 'クリア',
  13. week: '週',
  14. month: '月',
  15. year: '年',
  16. previousMonth: '前月 (ページアップキー)',
  17. nextMonth: '翌月 (ページダウンキー)',
  18. monthSelect: '月を選択',
  19. yearSelect: '年を選択',
  20. decadeSelect: '年代を選択',
  21. yearFormat: 'YYYY年',
  22. dateFormat: 'YYYY年M月D日',
  23. dateTimeFormat: 'YYYY年M月D日 HH時mm分ss秒',
  24. previousYear: '前年 (Controlを押しながら左キー)',
  25. nextYear: '翌年 (Controlを押しながら右キー)',
  26. previousDecade: '前の年代',
  27. nextDecade: '次の年代',
  28. previousCentury: '前の世紀',
  29. nextCentury: '次の世紀',
  30. monthBeforeYear: false
  31. });
  32. export default locale;