zh-TW.js 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. 'use strict';
  2. exports.__esModule = true;
  3. exports.default = {
  4. el: {
  5. colorpicker: {
  6. confirm: '確認',
  7. clear: '清空'
  8. },
  9. datepicker: {
  10. now: '現在',
  11. today: '今天',
  12. cancel: '取消',
  13. clear: '清空',
  14. confirm: '確認',
  15. selectDate: '選擇日期',
  16. selectTime: '選擇時間',
  17. startDate: '開始日期',
  18. startTime: '開始時間',
  19. endDate: '結束日期',
  20. endTime: '結束時間',
  21. prevYear: '前一年',
  22. nextYear: '後一年',
  23. prevMonth: '上個月',
  24. nextMonth: '下個月',
  25. year: '年',
  26. month1: '1 月',
  27. month2: '2 月',
  28. month3: '3 月',
  29. month4: '4 月',
  30. month5: '5 月',
  31. month6: '6 月',
  32. month7: '7 月',
  33. month8: '8 月',
  34. month9: '9 月',
  35. month10: '10 月',
  36. month11: '11 月',
  37. month12: '12 月',
  38. // week: '周次',
  39. weeks: {
  40. sun: '日',
  41. mon: '一',
  42. tue: '二',
  43. wed: '三',
  44. thu: '四',
  45. fri: '五',
  46. sat: '六'
  47. },
  48. months: {
  49. jan: '一月',
  50. feb: '二月',
  51. mar: '三月',
  52. apr: '四月',
  53. may: '五月',
  54. jun: '六月',
  55. jul: '七月',
  56. aug: '八月',
  57. sep: '九月',
  58. oct: '十月',
  59. nov: '十一月',
  60. dec: '十二月'
  61. }
  62. },
  63. select: {
  64. loading: '加載中',
  65. noMatch: '無匹配資料',
  66. noData: '無資料',
  67. placeholder: '請選擇'
  68. },
  69. cascader: {
  70. noMatch: '無匹配資料',
  71. loading: '加載中',
  72. placeholder: '請選擇',
  73. noData: '無資料'
  74. },
  75. pagination: {
  76. goto: '前往',
  77. pagesize: '項/頁',
  78. total: '共 {total} 項',
  79. pageClassifier: '頁'
  80. },
  81. messagebox: {
  82. title: '提示',
  83. confirm: '確定',
  84. cancel: '取消',
  85. error: '輸入的資料不符規定!'
  86. },
  87. upload: {
  88. deleteTip: '按 delete 鍵可刪除',
  89. delete: '刪除',
  90. preview: '查看圖片',
  91. continue: '繼續上傳'
  92. },
  93. table: {
  94. emptyText: '暫無資料',
  95. confirmFilter: '篩選',
  96. resetFilter: '重置',
  97. clearFilter: '全部',
  98. sumText: 'Sum' // to be translated
  99. },
  100. tree: {
  101. emptyText: '暫無資料'
  102. },
  103. transfer: {
  104. noMatch: '無匹配資料',
  105. noData: '無資料',
  106. titles: ['List 1', 'List 2'], // to be translated
  107. filterPlaceholder: 'Enter keyword', // to be translated
  108. noCheckedFormat: '{total} items', // to be translated
  109. hasCheckedFormat: '{checked}/{total} checked' // to be translated
  110. },
  111. image: {
  112. error: '加載失敗'
  113. },
  114. pageHeader: {
  115. title: '返回'
  116. },
  117. popconfirm: {
  118. confirmButtonText: 'Yes', // to be translated
  119. cancelButtonText: 'No' // to be translated
  120. },
  121. empty: {
  122. description: '暫無資料'
  123. }
  124. }
  125. };