UNPKG

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