zh-TW.js 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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. },
  74. pagination: {
  75. goto: '前往',
  76. pagesize: '項/頁',
  77. total: '共 {total} 項',
  78. pageClassifier: '頁'
  79. },
  80. messagebox: {
  81. title: '提示',
  82. confirm: '確定',
  83. cancel: '取消',
  84. error: '輸入的資料不符規定!'
  85. },
  86. upload: {
  87. deleteTip: '按 delete 鍵可刪除',
  88. delete: '刪除',
  89. preview: '查看圖片',
  90. continue: '繼續上傳'
  91. },
  92. table: {
  93. emptyText: '暫無資料',
  94. confirmFilter: '篩選',
  95. resetFilter: '重置',
  96. clearFilter: '全部',
  97. sumText: 'Sum' // to be translated
  98. },
  99. tree: {
  100. emptyText: '暫無資料'
  101. },
  102. transfer: {
  103. noMatch: '無匹配資料',
  104. noData: '無資料',
  105. titles: ['List 1', 'List 2'], // to be translated
  106. filterPlaceholder: 'Enter keyword', // to be translated
  107. noCheckedFormat: '{total} items', // to be translated
  108. hasCheckedFormat: '{checked}/{total} checked' // to be translated
  109. }
  110. }
  111. };