zh-tw.js 5.1 KB

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