ja.mjs 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. /*! Element Plus v2.11.7 */
  2. var ja = {
  3. name: "ja",
  4. el: {
  5. breadcrumb: {
  6. label: "Breadcrumb"
  7. },
  8. colorpicker: {
  9. confirm: "OK",
  10. clear: "\u30AF\u30EA\u30A2",
  11. defaultLabel: "color picker",
  12. description: "current color is {color}. press enter to select a new color.",
  13. alphaLabel: "pick alpha value",
  14. alphaDescription: "alpha {alpha}, current color is {color}",
  15. hueLabel: "pick hue value",
  16. hueDescription: "hue {hue}, current color is {color}",
  17. svLabel: "pick saturation and brightness value",
  18. svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
  19. predefineDescription: "select {value} as the color"
  20. },
  21. datepicker: {
  22. now: "\u73FE\u5728",
  23. today: "\u4ECA\u65E5",
  24. cancel: "\u30AD\u30E3\u30F3\u30BB\u30EB",
  25. clear: "\u30AF\u30EA\u30A2",
  26. confirm: "OK",
  27. dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
  28. monthTablePrompt: "Use the arrow keys and enter to select the month",
  29. yearTablePrompt: "Use the arrow keys and enter to select the year",
  30. selectedDate: "Selected date",
  31. selectDate: "\u65E5\u4ED8\u3092\u9078\u629E",
  32. selectTime: "\u6642\u9593\u3092\u9078\u629E",
  33. startDate: "\u958B\u59CB\u65E5",
  34. startTime: "\u958B\u59CB\u6642\u9593",
  35. endDate: "\u7D42\u4E86\u65E5",
  36. endTime: "\u7D42\u4E86\u6642\u9593",
  37. prevYear: "\u524D\u5E74",
  38. nextYear: "\u7FCC\u5E74",
  39. prevMonth: "\u524D\u6708",
  40. nextMonth: "\u7FCC\u6708",
  41. year: "\u5E74",
  42. month1: "1\u6708",
  43. month2: "2\u6708",
  44. month3: "3\u6708",
  45. month4: "4\u6708",
  46. month5: "5\u6708",
  47. month6: "6\u6708",
  48. month7: "7\u6708",
  49. month8: "8\u6708",
  50. month9: "9\u6708",
  51. month10: "10\u6708",
  52. month11: "11\u6708",
  53. month12: "12\u6708",
  54. weeks: {
  55. sun: "\u65E5",
  56. mon: "\u6708",
  57. tue: "\u706B",
  58. wed: "\u6C34",
  59. thu: "\u6728",
  60. fri: "\u91D1",
  61. sat: "\u571F"
  62. },
  63. weeksFull: {
  64. sun: "Sunday",
  65. mon: "Monday",
  66. tue: "Tuesday",
  67. wed: "Wednesday",
  68. thu: "Thursday",
  69. fri: "Friday",
  70. sat: "Saturday"
  71. },
  72. months: {
  73. jan: "1\u6708",
  74. feb: "2\u6708",
  75. mar: "3\u6708",
  76. apr: "4\u6708",
  77. may: "5\u6708",
  78. jun: "6\u6708",
  79. jul: "7\u6708",
  80. aug: "8\u6708",
  81. sep: "9\u6708",
  82. oct: "10\u6708",
  83. nov: "11\u6708",
  84. dec: "12\u6708"
  85. }
  86. },
  87. inputNumber: {
  88. decrease: "decrease number",
  89. increase: "increase number"
  90. },
  91. select: {
  92. loading: "\u30ED\u30FC\u30C9\u4E2D",
  93. noMatch: "\u30C7\u30FC\u30BF\u306A\u3057",
  94. noData: "\u30C7\u30FC\u30BF\u306A\u3057",
  95. placeholder: "\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044"
  96. },
  97. mention: {
  98. loading: "\u30ED\u30FC\u30C9\u4E2D"
  99. },
  100. dropdown: {
  101. toggleDropdown: "Toggle Dropdown"
  102. },
  103. cascader: {
  104. noMatch: "\u30C7\u30FC\u30BF\u306A\u3057",
  105. loading: "\u30ED\u30FC\u30C9\u4E2D",
  106. placeholder: "\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",
  107. noData: "\u30C7\u30FC\u30BF\u306A\u3057"
  108. },
  109. pagination: {
  110. goto: "",
  111. pagesize: "\u4EF6/\u30DA\u30FC\u30B8",
  112. total: "\u7DCF\u8A08 {total} \u4EF6",
  113. pageClassifier: "\u30DA\u30FC\u30B8\u76EE\u3078",
  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: {
  123. close: "Close this dialog"
  124. },
  125. drawer: {
  126. close: "Close this dialog"
  127. },
  128. messagebox: {
  129. title: "\u30E1\u30C3\u30BB\u30FC\u30B8",
  130. confirm: "OK",
  131. cancel: "\u30AD\u30E3\u30F3\u30BB\u30EB",
  132. error: "\u6B63\u3057\u304F\u306A\u3044\u5165\u529B",
  133. close: "Close this dialog"
  134. },
  135. upload: {
  136. deleteTip: "Del\u30AD\u30FC\u3092\u62BC\u3057\u3066\u524A\u9664\u3059\u308B",
  137. delete: "\u524A\u9664\u3059\u308B",
  138. preview: "\u30D7\u30EC\u30D3\u30E5\u30FC",
  139. continue: "\u7D9A\u884C\u3059\u308B"
  140. },
  141. slider: {
  142. defaultLabel: "slider between {min} and {max}",
  143. defaultRangeStartLabel: "pick start value",
  144. defaultRangeEndLabel: "pick end value"
  145. },
  146. table: {
  147. emptyText: "\u30C7\u30FC\u30BF\u306A\u3057",
  148. confirmFilter: "\u78BA\u8A8D",
  149. resetFilter: "\u521D\u671F\u5316",
  150. clearFilter: "\u3059\u3079\u3066",
  151. sumText: "\u5408\u8A08"
  152. },
  153. tour: {
  154. next: "\u6B21\u3078",
  155. previous: "\u524D\u3078",
  156. finish: "\u30C4\u30A2\u30FC\u7D42\u4E86",
  157. close: "Close this dialog"
  158. },
  159. tree: {
  160. emptyText: "\u30C7\u30FC\u30BF\u306A\u3057"
  161. },
  162. transfer: {
  163. noMatch: "\u30C7\u30FC\u30BF\u306A\u3057",
  164. noData: "\u30C7\u30FC\u30BF\u306A\u3057",
  165. titles: ["\u30EA\u30B9\u30C8 1", "\u30EA\u30B9\u30C8 2"],
  166. filterPlaceholder: "\u30AD\u30FC\u30EF\u30FC\u30C9\u3092\u5165\u529B",
  167. noCheckedFormat: "\u7DCF\u8A08 {total} \u4EF6",
  168. hasCheckedFormat: "{checked}/{total} \u3092\u9078\u629E\u3057\u305F"
  169. },
  170. image: {
  171. error: "\u5931\u6557"
  172. },
  173. pageHeader: {
  174. title: "\u623B\u308B"
  175. },
  176. popconfirm: {
  177. confirmButtonText: "\u306F\u3044",
  178. cancelButtonText: "\u3044\u3044\u3048"
  179. },
  180. carousel: {
  181. leftArrow: "Carousel arrow left",
  182. rightArrow: "Carousel arrow right",
  183. indicator: "Carousel switch to index {index}"
  184. }
  185. }
  186. };
  187. export { ja as default };