zh-tw.ts 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. export default {
  2. name: 'zh-tw',
  3. el: {
  4. colorpicker: {
  5. confirm: '確認',
  6. clear: '清空',
  7. defaultLabel: '色彩選擇器',
  8. description: '目前色彩為 {color}。按一下 Enter 以選擇新色彩。',
  9. },
  10. datepicker: {
  11. now: '現在',
  12. today: '今天',
  13. cancel: '取消',
  14. clear: '清空',
  15. confirm: '確認',
  16. dateTablePrompt: '使用方向鍵與 Enter 鍵以選擇日期',
  17. monthTablePrompt: '使用方向鍵與 Enter 鍵以選擇月份',
  18. yearTablePrompt: '使用方向鍵與 Enter 鍵以選擇年份',
  19. selectedDate: '已選日期',
  20. selectDate: '選擇日期',
  21. selectTime: '選擇時間',
  22. startDate: '開始日期',
  23. startTime: '開始時間',
  24. endDate: '結束日期',
  25. endTime: '結束時間',
  26. prevYear: '前一年',
  27. nextYear: '後一年',
  28. prevMonth: '上個月',
  29. nextMonth: '下個月',
  30. year: '年',
  31. month1: '1 月',
  32. month2: '2 月',
  33. month3: '3 月',
  34. month4: '4 月',
  35. month5: '5 月',
  36. month6: '6 月',
  37. month7: '7 月',
  38. month8: '8 月',
  39. month9: '9 月',
  40. month10: '10 月',
  41. month11: '11 月',
  42. month12: '12 月',
  43. // week: '周次',
  44. weeks: {
  45. sun: '日',
  46. mon: '一',
  47. tue: '二',
  48. wed: '三',
  49. thu: '四',
  50. fri: '五',
  51. sat: '六',
  52. },
  53. weeksFull: {
  54. sun: '星期日',
  55. mon: '星期一',
  56. tue: '星期二',
  57. wed: '星期三',
  58. thu: '星期四',
  59. fri: '星期五',
  60. sat: '星期六',
  61. },
  62. months: {
  63. jan: '一月',
  64. feb: '二月',
  65. mar: '三月',
  66. apr: '四月',
  67. may: '五月',
  68. jun: '六月',
  69. jul: '七月',
  70. aug: '八月',
  71. sep: '九月',
  72. oct: '十月',
  73. nov: '十一月',
  74. dec: '十二月',
  75. },
  76. },
  77. inputNumber: {
  78. decrease: '減少數值',
  79. increase: '增加數值',
  80. },
  81. select: {
  82. loading: '載入中',
  83. noMatch: '無相符資料',
  84. noData: '無資料',
  85. placeholder: '請選擇',
  86. },
  87. dropdown: {
  88. toggleDropdown: '切換下拉選單',
  89. },
  90. cascader: {
  91. noMatch: '無相符資料',
  92. loading: '載入中',
  93. placeholder: '請選擇',
  94. noData: '無資料',
  95. },
  96. pagination: {
  97. goto: '前往',
  98. pagesize: '項/頁',
  99. total: '共 {total} 項',
  100. pageClassifier: '頁',
  101. deprecationWarning:
  102. '偵測到已過時的使用方式,請參閱 el-pagination 說明文件以了解更多資訊',
  103. },
  104. dialog: {
  105. close: '關閉此對話框',
  106. },
  107. drawer: {
  108. close: '關閉此對話框',
  109. },
  110. messagebox: {
  111. title: '提示',
  112. confirm: '確定',
  113. cancel: '取消',
  114. error: '輸入的資料不符規定!',
  115. close: '關閉此對話框',
  116. },
  117. upload: {
  118. deleteTip: '按一下 Delete 鍵以刪除',
  119. delete: '刪除',
  120. preview: '查看圖片',
  121. continue: '繼續上傳',
  122. },
  123. slider: {
  124. defaultLabel: '滑桿介於 {min} 至 {max}',
  125. defaultRangeStartLabel: '選擇起始值',
  126. defaultRangeEndLabel: '選擇結束值',
  127. },
  128. table: {
  129. emptyText: '暫無資料',
  130. confirmFilter: '篩選',
  131. resetFilter: '重置',
  132. clearFilter: '全部',
  133. sumText: '合計',
  134. },
  135. tree: {
  136. emptyText: '暫無資料',
  137. },
  138. transfer: {
  139. noMatch: '無相符資料',
  140. noData: '無資料',
  141. titles: ['列表 1', '列表 2'],
  142. filterPlaceholder: '請輸入搜尋內容',
  143. noCheckedFormat: '共 {total} 項',
  144. hasCheckedFormat: '已選 {checked}/{total} 項',
  145. },
  146. image: {
  147. error: '載入失敗',
  148. },
  149. pageHeader: {
  150. title: '返回',
  151. },
  152. popconfirm: {
  153. confirmButtonText: '確認',
  154. cancelButtonText: '取消',
  155. },
  156. },
  157. }