ja.js 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. 'use strict';
  2. exports.__esModule = true;
  3. exports.default = {
  4. el: {
  5. colorpicker: {
  6. confirm: 'OK',
  7. clear: 'クリア'
  8. },
  9. datepicker: {
  10. now: '現在',
  11. today: '今日',
  12. cancel: 'キャンセル',
  13. clear: 'クリア',
  14. confirm: 'OK',
  15. selectDate: '日付を選択',
  16. selectTime: '時間を選択',
  17. startDate: '開始日',
  18. startTime: '開始時間',
  19. endDate: '終了日',
  20. endTime: '終了時間',
  21. prevYear: '前年',
  22. nextYear: '翌年',
  23. prevMonth: '前月',
  24. nextMonth: '翌月',
  25. year: '年',
  26. month1: '1月',
  27. month2: '2月',
  28. month3: '3月',
  29. month4: '4月',
  30. month5: '5月',
  31. month6: '6月',
  32. month7: '7月',
  33. month8: '8月',
  34. month9: '9月',
  35. month10: '10月',
  36. month11: '11月',
  37. month12: '12月',
  38. // week: '週次',
  39. weeks: {
  40. sun: '日',
  41. mon: '月',
  42. tue: '火',
  43. wed: '水',
  44. thu: '木',
  45. fri: '金',
  46. sat: '土'
  47. },
  48. months: {
  49. jan: '1月',
  50. feb: '2月',
  51. mar: '3月',
  52. apr: '4月',
  53. may: '5月',
  54. jun: '6月',
  55. jul: '7月',
  56. aug: '8月',
  57. sep: '9月',
  58. oct: '10月',
  59. nov: '11月',
  60. dec: '12月'
  61. }
  62. },
  63. select: {
  64. loading: 'ロード中',
  65. noMatch: 'データなし',
  66. noData: 'データなし',
  67. placeholder: '選択してください'
  68. },
  69. cascader: {
  70. noMatch: 'データなし',
  71. loading: 'ロード中',
  72. placeholder: '選択してください',
  73. noData: 'データなし'
  74. },
  75. pagination: {
  76. goto: '',
  77. pagesize: '件/ページ',
  78. total: '総計 {total} 件',
  79. pageClassifier: 'ページ目へ'
  80. },
  81. messagebox: {
  82. title: 'メッセージ',
  83. confirm: 'OK',
  84. cancel: 'キャンセル',
  85. error: '正しくない入力'
  86. },
  87. upload: {
  88. deleteTip: 'Delキーを押して削除する',
  89. delete: '削除する',
  90. preview: 'プレビュー',
  91. continue: '続行する'
  92. },
  93. table: {
  94. emptyText: 'データなし',
  95. confirmFilter: '確認',
  96. resetFilter: '初期化',
  97. clearFilter: 'すべて',
  98. sumText: '合計'
  99. },
  100. tree: {
  101. emptyText: 'データなし'
  102. },
  103. transfer: {
  104. noMatch: 'データなし',
  105. noData: 'データなし',
  106. titles: ['リスト 1', 'リスト 2'],
  107. filterPlaceholder: 'キーワードを入力',
  108. noCheckedFormat: '総計 {total} 件',
  109. hasCheckedFormat: '{checked}/{total} を選択した'
  110. },
  111. image: {
  112. error: 'FAILED' // to be translated
  113. },
  114. pageHeader: {
  115. title: 'Back' // to be translated
  116. },
  117. popconfirm: {
  118. confirmButtonText: 'Yes', // to be translated
  119. cancelButtonText: 'No' // to be translated
  120. },
  121. empty: {
  122. description: 'データなし'
  123. }
  124. }
  125. };