ja.js 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. /*! Element Plus v2.13.5 */
  2. (function(global, factory) {
  3. typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
  4. typeof define === 'function' && define.amd ? define([], factory) :
  5. (global = typeof globalThis !== 'undefined' ? globalThis : global || self, (global.ElementPlusLocaleJa = factory()));
  6. })(this, function() {
  7. //#region ../../packages/locale/lang/ja.ts
  8. var ja_default = {
  9. name: "ja",
  10. el: {
  11. breadcrumb: { label: "Breadcrumb" },
  12. colorpicker: {
  13. confirm: "OK",
  14. clear: "クリア",
  15. defaultLabel: "color picker",
  16. description: "current color is {color}. press enter to select a new color.",
  17. alphaLabel: "pick alpha value",
  18. alphaDescription: "alpha {alpha}, current color is {color}",
  19. hueLabel: "pick hue value",
  20. hueDescription: "hue {hue}, current color is {color}",
  21. svLabel: "pick saturation and brightness value",
  22. svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
  23. predefineDescription: "select {value} as the color"
  24. },
  25. datepicker: {
  26. now: "現在",
  27. today: "今日",
  28. cancel: "キャンセル",
  29. clear: "クリア",
  30. confirm: "OK",
  31. dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
  32. monthTablePrompt: "Use the arrow keys and enter to select the month",
  33. yearTablePrompt: "Use the arrow keys and enter to select the year",
  34. selectedDate: "Selected date",
  35. selectDate: "日付を選択",
  36. selectTime: "時間を選択",
  37. startDate: "開始日",
  38. startTime: "開始時間",
  39. endDate: "終了日",
  40. endTime: "終了時間",
  41. prevYear: "前年",
  42. nextYear: "翌年",
  43. prevMonth: "前月",
  44. nextMonth: "翌月",
  45. year: "年",
  46. month1: "1月",
  47. month2: "2月",
  48. month3: "3月",
  49. month4: "4月",
  50. month5: "5月",
  51. month6: "6月",
  52. month7: "7月",
  53. month8: "8月",
  54. month9: "9月",
  55. month10: "10月",
  56. month11: "11月",
  57. month12: "12月",
  58. weeks: {
  59. sun: "日",
  60. mon: "月",
  61. tue: "火",
  62. wed: "水",
  63. thu: "木",
  64. fri: "金",
  65. sat: "土"
  66. },
  67. weeksFull: {
  68. sun: "Sunday",
  69. mon: "Monday",
  70. tue: "Tuesday",
  71. wed: "Wednesday",
  72. thu: "Thursday",
  73. fri: "Friday",
  74. sat: "Saturday"
  75. },
  76. months: {
  77. jan: "1月",
  78. feb: "2月",
  79. mar: "3月",
  80. apr: "4月",
  81. may: "5月",
  82. jun: "6月",
  83. jul: "7月",
  84. aug: "8月",
  85. sep: "9月",
  86. oct: "10月",
  87. nov: "11月",
  88. dec: "12月"
  89. }
  90. },
  91. inputNumber: {
  92. decrease: "decrease number",
  93. increase: "increase number"
  94. },
  95. select: {
  96. loading: "ロード中",
  97. noMatch: "データなし",
  98. noData: "データなし",
  99. placeholder: "選択してください"
  100. },
  101. mention: { loading: "ロード中" },
  102. dropdown: { toggleDropdown: "Toggle Dropdown" },
  103. cascader: {
  104. noMatch: "データなし",
  105. loading: "ロード中",
  106. placeholder: "選択してください",
  107. noData: "データなし"
  108. },
  109. pagination: {
  110. goto: "",
  111. pagesize: "件/ページ",
  112. total: "総計 {total} 件",
  113. pageClassifier: "ページ目へ",
  114. page: "Page",
  115. prev: "Go to previous page",
  116. next: "Go to next page",
  117. currentPage: "page {pager}",
  118. prevPages: "Previous {pager} pages",
  119. nextPages: "Next {pager} pages",
  120. deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
  121. },
  122. dialog: { close: "Close this dialog" },
  123. drawer: { close: "Close this dialog" },
  124. messagebox: {
  125. title: "メッセージ",
  126. confirm: "OK",
  127. cancel: "キャンセル",
  128. error: "正しくない入力",
  129. close: "Close this dialog"
  130. },
  131. upload: {
  132. deleteTip: "Delキーを押して削除する",
  133. delete: "削除する",
  134. preview: "プレビュー",
  135. continue: "続行する"
  136. },
  137. slider: {
  138. defaultLabel: "slider between {min} and {max}",
  139. defaultRangeStartLabel: "pick start value",
  140. defaultRangeEndLabel: "pick end value"
  141. },
  142. table: {
  143. emptyText: "データなし",
  144. confirmFilter: "確認",
  145. resetFilter: "初期化",
  146. clearFilter: "すべて",
  147. sumText: "合計",
  148. selectAllLabel: "Select all rows",
  149. selectRowLabel: "Select this row",
  150. expandRowLabel: "Expand this row",
  151. collapseRowLabel: "Collapse this row",
  152. sortLabel: "Sort by {column}",
  153. filterLabel: "Filter by {column}"
  154. },
  155. tag: { close: "Close this tag" },
  156. tour: {
  157. next: "次へ",
  158. previous: "前へ",
  159. finish: "ツアー終了",
  160. close: "Close this dialog"
  161. },
  162. tree: { emptyText: "データなし" },
  163. transfer: {
  164. noMatch: "データなし",
  165. noData: "データなし",
  166. titles: ["リスト 1", "リスト 2"],
  167. filterPlaceholder: "キーワードを入力",
  168. noCheckedFormat: "総計 {total} 件",
  169. hasCheckedFormat: "{checked}/{total} を選択した"
  170. },
  171. image: { error: "失敗" },
  172. pageHeader: { title: "戻る" },
  173. popconfirm: {
  174. confirmButtonText: "はい",
  175. cancelButtonText: "いいえ"
  176. },
  177. carousel: {
  178. leftArrow: "Carousel arrow left",
  179. rightArrow: "Carousel arrow right",
  180. indicator: "Carousel switch to index {index}"
  181. }
  182. }
  183. };
  184. //#endregion
  185. return ja_default;
  186. });