1 | "use strict";
|
2 |
|
3 | Object.defineProperty(exports, "__esModule", {
|
4 | value: true
|
5 | });
|
6 | exports["default"] = void 0;
|
7 | var _default = exports["default"] = {
|
8 | momentLocale: 'zh-hk',
|
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 | }; |
\ | No newline at end of file |