zh-mo.mjs 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. //#region ../../packages/locale/lang/zh-mo.ts
  2. var zh_mo_default = {
  3. name: "zh-mo",
  4. el: {
  5. breadcrumb: { label: "麵包屑" },
  6. colorpicker: {
  7. confirm: "確認",
  8. clear: "清空",
  9. defaultLabel: "顏色選擇器",
  10. description: "當前顏色為 {color}。按 Enter 鍵選擇新顏色。",
  11. alphaLabel: "選擇透明度的值",
  12. alphaDescription: "alpha {alpha}, current color is {color}",
  13. hueLabel: "pick hue value",
  14. hueDescription: "hue {hue}, current color is {color}",
  15. svLabel: "pick saturation and brightness value",
  16. svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
  17. predefineDescription: "select {value} as the color"
  18. },
  19. datepicker: {
  20. now: "現在",
  21. today: "今天",
  22. cancel: "取消",
  23. clear: "清空",
  24. confirm: "確認",
  25. dateTablePrompt: "使用方向鍵與 Enter 鍵以選擇日期",
  26. monthTablePrompt: "使用方向鍵與 Enter 鍵以選擇月份",
  27. yearTablePrompt: "使用方向鍵與 Enter 鍵以選擇年份",
  28. selectedDate: "已選日期",
  29. selectDate: "選擇日期",
  30. selectTime: "選擇時間",
  31. startDate: "開始日期",
  32. startTime: "開始時間",
  33. endDate: "結束日期",
  34. endTime: "結束時間",
  35. prevYear: "前一年",
  36. nextYear: "後一年",
  37. prevMonth: "上個月",
  38. nextMonth: "下個月",
  39. year: "年",
  40. month1: "1 月",
  41. month2: "2 月",
  42. month3: "3 月",
  43. month4: "4 月",
  44. month5: "5 月",
  45. month6: "6 月",
  46. month7: "7 月",
  47. month8: "8 月",
  48. month9: "9 月",
  49. month10: "10 月",
  50. month11: "11 月",
  51. month12: "12 月",
  52. weeks: {
  53. sun: "日",
  54. mon: "一",
  55. tue: "二",
  56. wed: "三",
  57. thu: "四",
  58. fri: "五",
  59. sat: "六"
  60. },
  61. weeksFull: {
  62. sun: "星期日",
  63. mon: "星期一",
  64. tue: "星期二",
  65. wed: "星期三",
  66. thu: "星期四",
  67. fri: "星期五",
  68. sat: "星期六"
  69. },
  70. months: {
  71. jan: "一月",
  72. feb: "二月",
  73. mar: "三月",
  74. apr: "四月",
  75. may: "五月",
  76. jun: "六月",
  77. jul: "七月",
  78. aug: "八月",
  79. sep: "九月",
  80. oct: "十月",
  81. nov: "十一月",
  82. dec: "十二月"
  83. }
  84. },
  85. inputNumber: {
  86. decrease: "減少數值",
  87. increase: "增加數值"
  88. },
  89. select: {
  90. loading: "載入中",
  91. noMatch: "無匹配資料",
  92. noData: "無資料",
  93. placeholder: "請選擇"
  94. },
  95. mention: { loading: "載入中" },
  96. dropdown: { toggleDropdown: "切換下拉選單" },
  97. cascader: {
  98. noMatch: "無匹配資料",
  99. loading: "載入中",
  100. placeholder: "請選擇",
  101. noData: "無資料"
  102. },
  103. pagination: {
  104. goto: "前往",
  105. pagesize: "項/頁",
  106. total: "共 {total} 項",
  107. pageClassifier: "頁",
  108. page: "頁",
  109. prev: "上一頁",
  110. next: "下一頁",
  111. currentPage: "第 {pager} 頁",
  112. prevPages: "向前 {pager} 頁",
  113. nextPages: "向後 {pager} 頁",
  114. deprecationWarning: "檢測到已過時的使用方式,請參閱 el-pagination 說明文件以了解更多資訊"
  115. },
  116. dialog: { close: "關閉此對話框" },
  117. drawer: { close: "關閉此對話框" },
  118. messagebox: {
  119. title: "提示",
  120. confirm: "確定",
  121. cancel: "取消",
  122. error: "輸入的資料不符合規定!",
  123. close: "關閉此對話框"
  124. },
  125. upload: {
  126. deleteTip: "按 Delete 鍵以刪除",
  127. delete: "刪除",
  128. preview: "查看圖片",
  129. continue: "繼續上傳"
  130. },
  131. slider: {
  132. defaultLabel: "滑桿介於 {min} 至 {max}",
  133. defaultRangeStartLabel: "選擇起始值",
  134. defaultRangeEndLabel: "選擇結束值"
  135. },
  136. table: {
  137. emptyText: "暫無資料",
  138. confirmFilter: "篩選",
  139. resetFilter: "重置",
  140. clearFilter: "全部",
  141. sumText: "合計",
  142. selectAllLabel: "Select all rows",
  143. selectRowLabel: "Select this row",
  144. expandRowLabel: "Expand this row",
  145. collapseRowLabel: "Collapse this row",
  146. sortLabel: "Sort by {column}",
  147. filterLabel: "Filter by {column}"
  148. },
  149. tag: { close: "關閉此標籤" },
  150. tour: {
  151. next: "下一步",
  152. previous: "上一步",
  153. finish: "結束導覽",
  154. close: "關閉此對話框"
  155. },
  156. tree: { emptyText: "暫無資料" },
  157. transfer: {
  158. noMatch: "無匹配資料",
  159. noData: "無資料",
  160. titles: ["列表 1", "列表 2"],
  161. filterPlaceholder: "請輸入搜尋內容",
  162. noCheckedFormat: "共 {total} 項",
  163. hasCheckedFormat: "已選 {checked}/{total} 項"
  164. },
  165. image: { error: "載入失敗" },
  166. pageHeader: { title: "返回" },
  167. popconfirm: {
  168. confirmButtonText: "確認",
  169. cancelButtonText: "取消"
  170. },
  171. carousel: {
  172. leftArrow: "上一張幻燈片",
  173. rightArrow: "下一張幻燈片",
  174. indicator: "幻燈片切換至索引 {index}"
  175. }
  176. }
  177. };
  178. //#endregion
  179. export { zh_mo_default as default };
  180. //# sourceMappingURL=zh-mo.mjs.map