UNPKG

3.47 kBJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports["default"] = void 0;
7var _default = {
8 momentLocale: 'zh-tw',
9 Timeline: {
10 expand: '展開',
11 fold: '收起'
12 },
13 Balloon: {
14 close: '關閉',
15 confirm: '確定',
16 cancel: '取消'
17 },
18 Card: {
19 expand: '展開',
20 fold: '收起'
21 },
22 Calendar: {
23 today: '今天',
24 now: '此刻',
25 ok: '確定',
26 clear: '清除',
27 month: '月',
28 year: '年',
29 prevYear: '上一年',
30 nextYear: '下一年',
31 prevMonth: '上个月',
32 nextMonth: '下个月',
33 prevDecade: '前十二年',
34 nextDecade: '后十二年',
35 yearSelectAriaLabel: '選擇年份',
36 monthSelectAriaLabel: '選擇月份',
37 format: {
38 months: '1 月_2 月_3 月_4 月_5 月_6 月_7 月_8 月_9 月_10 月_11 月_12 月'.split('_'),
39 shortMonths: '1 月_2 月_3 月_4 月_5 月_6 月_7 月_8 月_9 月_10 月_11 月_12 月'.split('_'),
40 weekdays: '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),
41 shortWeekdays: '日_一_二_三_四_五_六'.split('_'),
42 veryShortWeekdays: '日_一_二_三_四_五_六'.split('_'),
43 yearLabel: 'YYYY 年'
44 }
45 },
46 DatePicker: {
47 placeholder: '請選擇日期',
48 datetimePlaceholder: '請選擇日期和時間',
49 monthPlaceholder: '請選擇月',
50 yearPlaceholder: '請選擇年',
51 now: '此刻',
52 selectTime: '選擇時間',
53 selectDate: '選擇日期',
54 ok: '確定',
55 clear: '清除',
56 startPlaceholder: '起始日期',
57 endPlaceholder: '結束日期',
58 hour: '時',
59 minute: '分',
60 second: '秒'
61 },
62 Dialog: {
63 close: '關閉',
64 ok: '確認',
65 cancel: '取消'
66 },
67 Message: {
68 closeAriaLabel: '關閉'
69 },
70 Pagination: {
71 goTo: '前往',
72 page: '頁',
73 total: '第{current}頁,共{total}頁',
74 labelPrev: '上一頁,當前第{current}頁',
75 labelNext: '下一頁,當前第{current}頁',
76 inputAriaLabel: '請輸入跳轉到第幾頁',
77 selectAriaLabel: '請選擇每頁顯示幾條',
78 pageSize: '條/頁'
79 },
80 Input: {
81 clear: '清除'
82 },
83 Select: {
84 selectPlaceholder: '請選擇',
85 autoCompletePlaceholder: '請輸入',
86 notFoundContent: '無選項',
87 maxTagPlaceholder: '已選擇 {selected}/{total} 項'
88 },
89 Table: {
90 empty: '沒有數據',
91 ok: '確定',
92 reset: '重置',
93 asc: '昇冪',
94 desc: '降序',
95 expanded: '已展開',
96 folded: '已折疊',
97 filter: '篩選',
98 selectAll: '全選'
99 },
100 TimePicker: {
101 placeholder: '請選擇時間',
102 startPlaceholder: '開始時間',
103 endPlaceholder: '結束時間',
104 clear: '清除',
105 hour: '時',
106 minute: '分',
107 second: '秒'
108 },
109 Transfer: {
110 items: '項',
111 item: '項',
112 moveAll: '移動全部',
113 searchPlaceholder: '請輸入',
114 moveToLeft: '撤銷選中元素',
115 moveToRight: '提交選中元素'
116 },
117 Upload: {
118 card: {
119 cancel: '取消',
120 addPhoto: '上傳圖片',
121 download: '下載',
122 "delete": '刪除'
123 },
124 drag: {
125 text: '點擊或者拖動文件到虛線框內上傳',
126 hint: '支持 docx, xls, PDF, rar, zip, PNG, JPG 等類型的文件'
127 },
128 upload: {
129 "delete": '刪除'
130 }
131 },
132 Search: {
133 buttonText: '檢索'
134 },
135 Tag: {
136 "delete": '删除'
137 },
138 Rating: {
139 description: '評分選項'
140 }
141};
142exports["default"] = _default;
\No newline at end of file