智慧水务管理系统 - 精河县供水工程综合管理平台

ja.js 4.9KB

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