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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. Object.defineProperties(exports, {
  2. __esModule: { value: true },
  3. [Symbol.toStringTag]: { value: "Module" }
  4. });
  5. //#region ../../packages/locale/lang/zh-mo.ts
  6. var zh_mo_default = {
  7. name: "zh-mo",
  8. el: {
  9. breadcrumb: { label: "麵包屑" },
  10. colorpicker: {
  11. confirm: "確認",
  12. clear: "清空",
  13. defaultLabel: "顏色選擇器",
  14. description: "當前顏色為 {color}。按 Enter 鍵選擇新顏色。",
  15. alphaLabel: "選擇透明度的值",
  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: "確認",
  29. dateTablePrompt: "使用方向鍵與 Enter 鍵以選擇日期",
  30. monthTablePrompt: "使用方向鍵與 Enter 鍵以選擇月份",
  31. yearTablePrompt: "使用方向鍵與 Enter 鍵以選擇年份",
  32. selectedDate: "已選日期",
  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: "星期日",
  67. mon: "星期一",
  68. tue: "星期二",
  69. wed: "星期三",
  70. thu: "星期四",
  71. fri: "星期五",
  72. sat: "星期六"
  73. },
  74. months: {
  75. jan: "一月",
  76. feb: "二月",
  77. mar: "三月",
  78. apr: "四月",
  79. may: "五月",
  80. jun: "六月",
  81. jul: "七月",
  82. aug: "八月",
  83. sep: "九月",
  84. oct: "十月",
  85. nov: "十一月",
  86. dec: "十二月"
  87. }
  88. },
  89. inputNumber: {
  90. decrease: "減少數值",
  91. increase: "增加數值"
  92. },
  93. select: {
  94. loading: "載入中",
  95. noMatch: "無匹配資料",
  96. noData: "無資料",
  97. placeholder: "請選擇"
  98. },
  99. mention: { loading: "載入中" },
  100. dropdown: { toggleDropdown: "切換下拉選單" },
  101. cascader: {
  102. noMatch: "無匹配資料",
  103. loading: "載入中",
  104. placeholder: "請選擇",
  105. noData: "無資料"
  106. },
  107. pagination: {
  108. goto: "前往",
  109. pagesize: "項/頁",
  110. total: "共 {total} 項",
  111. pageClassifier: "頁",
  112. page: "頁",
  113. prev: "上一頁",
  114. next: "下一頁",
  115. currentPage: "第 {pager} 頁",
  116. prevPages: "向前 {pager} 頁",
  117. nextPages: "向後 {pager} 頁",
  118. deprecationWarning: "檢測到已過時的使用方式,請參閱 el-pagination 說明文件以了解更多資訊"
  119. },
  120. dialog: { close: "關閉此對話框" },
  121. drawer: { close: "關閉此對話框" },
  122. messagebox: {
  123. title: "提示",
  124. confirm: "確定",
  125. cancel: "取消",
  126. error: "輸入的資料不符合規定!",
  127. close: "關閉此對話框"
  128. },
  129. upload: {
  130. deleteTip: "按 Delete 鍵以刪除",
  131. delete: "刪除",
  132. preview: "查看圖片",
  133. continue: "繼續上傳"
  134. },
  135. slider: {
  136. defaultLabel: "滑桿介於 {min} 至 {max}",
  137. defaultRangeStartLabel: "選擇起始值",
  138. defaultRangeEndLabel: "選擇結束值"
  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: "關閉此標籤" },
  154. tour: {
  155. next: "下一步",
  156. previous: "上一步",
  157. finish: "結束導覽",
  158. close: "關閉此對話框"
  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: "上一張幻燈片",
  177. rightArrow: "下一張幻燈片",
  178. indicator: "幻燈片切換至索引 {index}"
  179. },
  180. inputOTP: {
  181. groupLabel: "OTP Input",
  182. defaultLabel: "Please enter OTP character {index}"
  183. }
  184. }
  185. };
  186. //#endregion
  187. exports.default = zh_mo_default;
  188. //# sourceMappingURL=zh-mo.js.map