ja.ts 2.8 KB

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