yc-design-vue 1.8.2 → 1.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/Progress/ProgressCircle.vue.js +1 -1
- package/es/Typography/TypographyBase.vue.js +2 -2
- package/es/_shared/icons/IconCopy.vue.js +17 -1
- package/es/_shared/icons/IconCopy.vue2.js +1 -17
- package/es/_shared/icons/IconEdit.vue.js +17 -1
- package/es/_shared/icons/IconEdit.vue2.js +1 -17
- package/es/_shared/icons/IconExclamation.vue.js +1 -28
- package/es/_shared/icons/IconExclamation.vue2.js +28 -1
- package/es/_shared/locale/i18n.js +6 -5
- package/es/_shared/locale/lang/ar-eg.json.js +251 -0
- package/es/_shared/locale/lang/de-de.json.d.ts +207 -0
- package/es/_shared/locale/lang/de-de.json.js +251 -0
- package/es/_shared/locale/lang/en-us.json.d.ts +210 -0
- package/es/_shared/locale/lang/en-us.json.js +256 -0
- package/es/_shared/locale/lang/es-es.json.d.ts +207 -0
- package/es/_shared/locale/lang/es-es.json.js +251 -0
- package/es/_shared/locale/lang/fr-fr.json.d.ts +207 -0
- package/es/_shared/locale/lang/fr-fr.json.js +251 -0
- package/es/_shared/locale/lang/id-id.json.d.ts +207 -0
- package/es/_shared/locale/lang/id-id.json.js +251 -0
- package/es/_shared/locale/lang/it-it.json.d.ts +207 -0
- package/es/_shared/locale/lang/it-it.json.js +251 -0
- package/es/_shared/locale/lang/ja-jp.json.d.ts +255 -0
- package/es/_shared/locale/lang/ja-jp.json.js +301 -0
- package/es/_shared/locale/lang/km-kh.json.d.ts +207 -0
- package/es/_shared/locale/lang/km-kh.json.js +251 -0
- package/es/_shared/locale/lang/ko-kr.json.d.ts +207 -0
- package/es/_shared/locale/lang/ko-kr.json.js +251 -0
- package/es/_shared/locale/lang/ms-my.json.d.ts +207 -0
- package/es/_shared/locale/lang/ms-my.json.js +251 -0
- package/es/_shared/locale/lang/nl-nl.json.d.ts +255 -0
- package/es/_shared/locale/lang/nl-nl.json.js +301 -0
- package/es/_shared/locale/lang/pt-pt.json.d.ts +207 -0
- package/es/_shared/locale/lang/pt-pt.json.js +251 -0
- package/es/_shared/locale/lang/ru-ru.json.d.ts +255 -0
- package/es/_shared/locale/lang/ru-ru.json.js +301 -0
- package/es/_shared/locale/lang/th-th.json.d.ts +207 -0
- package/es/_shared/locale/lang/th-th.json.js +251 -0
- package/es/_shared/locale/lang/vi-vn.json.d.ts +207 -0
- package/es/_shared/locale/lang/vi-vn.json.js +251 -0
- package/es/_shared/locale/lang/zh-cn.json.d.ts +255 -0
- package/es/_shared/locale/lang/zh-cn.json.js +301 -0
- package/es/_shared/locale/lang/zh-tw.json.d.ts +255 -0
- package/es/_shared/locale/lang/zh-tw.json.js +301 -0
- package/lib/Progress/ProgressCircle.vue.js +1 -1
- package/lib/Typography/TypographyBase.vue.js +1 -1
- package/lib/_shared/icons/IconCopy.vue.js +1 -1
- package/lib/_shared/icons/IconCopy.vue2.js +1 -1
- package/lib/_shared/icons/IconEdit.vue.js +1 -1
- package/lib/_shared/icons/IconEdit.vue2.js +1 -1
- package/lib/_shared/icons/IconExclamation.vue.js +1 -1
- package/lib/_shared/icons/IconExclamation.vue2.js +1 -1
- package/lib/_shared/locale/i18n.js +1 -1
- package/lib/_shared/locale/lang/ar-eg.json.js +1 -0
- package/lib/_shared/locale/lang/de-de.json.d.ts +207 -0
- package/lib/_shared/locale/lang/de-de.json.js +1 -0
- package/lib/_shared/locale/lang/en-us.json.d.ts +210 -0
- package/lib/_shared/locale/lang/en-us.json.js +1 -0
- package/lib/_shared/locale/lang/es-es.json.d.ts +207 -0
- package/lib/_shared/locale/lang/es-es.json.js +1 -0
- package/lib/_shared/locale/lang/fr-fr.json.d.ts +207 -0
- package/lib/_shared/locale/lang/fr-fr.json.js +1 -0
- package/lib/_shared/locale/lang/id-id.json.d.ts +207 -0
- package/lib/_shared/locale/lang/id-id.json.js +1 -0
- package/lib/_shared/locale/lang/it-it.json.d.ts +207 -0
- package/lib/_shared/locale/lang/it-it.json.js +1 -0
- package/lib/_shared/locale/lang/ja-jp.json.d.ts +255 -0
- package/lib/_shared/locale/lang/ja-jp.json.js +1 -0
- package/lib/_shared/locale/lang/km-kh.json.d.ts +207 -0
- package/lib/_shared/locale/lang/km-kh.json.js +1 -0
- package/lib/_shared/locale/lang/ko-kr.json.d.ts +207 -0
- package/lib/_shared/locale/lang/ko-kr.json.js +1 -0
- package/lib/_shared/locale/lang/ms-my.json.d.ts +207 -0
- package/lib/_shared/locale/lang/ms-my.json.js +1 -0
- package/lib/_shared/locale/lang/nl-nl.json.d.ts +255 -0
- package/lib/_shared/locale/lang/nl-nl.json.js +1 -0
- package/lib/_shared/locale/lang/pt-pt.json.d.ts +207 -0
- package/lib/_shared/locale/lang/pt-pt.json.js +1 -0
- package/lib/_shared/locale/lang/ru-ru.json.d.ts +255 -0
- package/lib/_shared/locale/lang/ru-ru.json.js +1 -0
- package/lib/_shared/locale/lang/th-th.json.d.ts +207 -0
- package/lib/_shared/locale/lang/th-th.json.js +1 -0
- package/lib/_shared/locale/lang/vi-vn.json.d.ts +207 -0
- package/lib/_shared/locale/lang/vi-vn.json.js +1 -0
- package/lib/_shared/locale/lang/zh-cn.json.d.ts +255 -0
- package/lib/_shared/locale/lang/zh-cn.json.js +1 -0
- package/lib/_shared/locale/lang/zh-tw.json.d.ts +255 -0
- package/lib/_shared/locale/lang/zh-tw.json.js +1 -0
- package/package.json +1 -1
- package/es/_shared/locale/lang/ar-eg.d.ts +0 -205
- package/es/_shared/locale/lang/ar-eg.js +0 -153
- package/es/_shared/locale/lang/de-de.d.ts +0 -205
- package/es/_shared/locale/lang/de-de.js +0 -153
- package/es/_shared/locale/lang/en-us.d.ts +0 -253
- package/es/_shared/locale/lang/en-us.js +0 -158
- package/es/_shared/locale/lang/es-es.d.ts +0 -205
- package/es/_shared/locale/lang/es-es.js +0 -153
- package/es/_shared/locale/lang/fr-fr.d.ts +0 -205
- package/es/_shared/locale/lang/fr-fr.js +0 -153
- package/es/_shared/locale/lang/id-id.d.ts +0 -205
- package/es/_shared/locale/lang/id-id.js +0 -153
- package/es/_shared/locale/lang/it-it.d.ts +0 -205
- package/es/_shared/locale/lang/it-it.js +0 -153
- package/es/_shared/locale/lang/ja-jp.d.ts +0 -253
- package/es/_shared/locale/lang/ja-jp.js +0 -201
- package/es/_shared/locale/lang/km-kh.d.ts +0 -205
- package/es/_shared/locale/lang/km-kh.js +0 -153
- package/es/_shared/locale/lang/ko-kr.d.ts +0 -205
- package/es/_shared/locale/lang/ko-kr.js +0 -153
- package/es/_shared/locale/lang/ms-my.d.ts +0 -205
- package/es/_shared/locale/lang/ms-my.js +0 -153
- package/es/_shared/locale/lang/nl-nl.d.ts +0 -253
- package/es/_shared/locale/lang/nl-nl.js +0 -201
- package/es/_shared/locale/lang/pt-pt.d.ts +0 -205
- package/es/_shared/locale/lang/pt-pt.js +0 -153
- package/es/_shared/locale/lang/ru-ru.d.ts +0 -253
- package/es/_shared/locale/lang/ru-ru.js +0 -201
- package/es/_shared/locale/lang/th-th.d.ts +0 -205
- package/es/_shared/locale/lang/th-th.js +0 -153
- package/es/_shared/locale/lang/vi-vn.d.ts +0 -205
- package/es/_shared/locale/lang/vi-vn.js +0 -153
- package/es/_shared/locale/lang/zh-cn.js +0 -201
- package/es/_shared/locale/lang/zh-tw.d.ts +0 -253
- package/es/_shared/locale/lang/zh-tw.js +0 -201
- package/es/node_modules/b-validate/es/is.js +0 -27
- package/es/node_modules/b-validate/es/locale/en-US.js +0 -50
- package/es/node_modules/b-validate/es/rules/base.js +0 -86
- package/es/node_modules/b-validate/es/util.js +0 -25
- package/lib/_shared/locale/lang/ar-eg.d.ts +0 -205
- package/lib/_shared/locale/lang/ar-eg.js +0 -1
- package/lib/_shared/locale/lang/de-de.d.ts +0 -205
- package/lib/_shared/locale/lang/de-de.js +0 -1
- package/lib/_shared/locale/lang/en-us.d.ts +0 -253
- package/lib/_shared/locale/lang/en-us.js +0 -1
- package/lib/_shared/locale/lang/es-es.d.ts +0 -205
- package/lib/_shared/locale/lang/es-es.js +0 -1
- package/lib/_shared/locale/lang/fr-fr.d.ts +0 -205
- package/lib/_shared/locale/lang/fr-fr.js +0 -1
- package/lib/_shared/locale/lang/id-id.d.ts +0 -205
- package/lib/_shared/locale/lang/id-id.js +0 -1
- package/lib/_shared/locale/lang/it-it.d.ts +0 -205
- package/lib/_shared/locale/lang/it-it.js +0 -1
- package/lib/_shared/locale/lang/ja-jp.d.ts +0 -253
- package/lib/_shared/locale/lang/ja-jp.js +0 -1
- package/lib/_shared/locale/lang/km-kh.d.ts +0 -205
- package/lib/_shared/locale/lang/km-kh.js +0 -1
- package/lib/_shared/locale/lang/ko-kr.d.ts +0 -205
- package/lib/_shared/locale/lang/ko-kr.js +0 -1
- package/lib/_shared/locale/lang/ms-my.d.ts +0 -205
- package/lib/_shared/locale/lang/ms-my.js +0 -1
- package/lib/_shared/locale/lang/nl-nl.d.ts +0 -253
- package/lib/_shared/locale/lang/nl-nl.js +0 -1
- package/lib/_shared/locale/lang/pt-pt.d.ts +0 -205
- package/lib/_shared/locale/lang/pt-pt.js +0 -1
- package/lib/_shared/locale/lang/ru-ru.d.ts +0 -253
- package/lib/_shared/locale/lang/ru-ru.js +0 -1
- package/lib/_shared/locale/lang/th-th.d.ts +0 -205
- package/lib/_shared/locale/lang/th-th.js +0 -1
- package/lib/_shared/locale/lang/vi-vn.d.ts +0 -205
- package/lib/_shared/locale/lang/vi-vn.js +0 -1
- package/lib/_shared/locale/lang/zh-cn.js +0 -1
- package/lib/_shared/locale/lang/zh-tw.d.ts +0 -253
- package/lib/_shared/locale/lang/zh-tw.js +0 -1
- package/lib/node_modules/b-validate/es/is.js +0 -1
- package/lib/node_modules/b-validate/es/locale/en-US.js +0 -1
- package/lib/node_modules/b-validate/es/rules/base.js +0 -1
- package/lib/node_modules/b-validate/es/util.js +0 -1
@@ -1,205 +0,0 @@
|
|
1
|
-
declare const lang: {
|
2
|
-
empty: {
|
3
|
-
description: string;
|
4
|
-
};
|
5
|
-
drawer: {
|
6
|
-
okText: string;
|
7
|
-
cancelText: string;
|
8
|
-
};
|
9
|
-
popconfirm: {
|
10
|
-
okText: string;
|
11
|
-
cancelText: string;
|
12
|
-
};
|
13
|
-
modal: {
|
14
|
-
okText: string;
|
15
|
-
cancelText: string;
|
16
|
-
};
|
17
|
-
pagination: {
|
18
|
-
goto: string;
|
19
|
-
page: string;
|
20
|
-
countPerPage: string;
|
21
|
-
total: string;
|
22
|
-
};
|
23
|
-
table: {
|
24
|
-
okText: string;
|
25
|
-
resetText: string;
|
26
|
-
};
|
27
|
-
upload: {
|
28
|
-
start: string;
|
29
|
-
cancel: string;
|
30
|
-
delete: string;
|
31
|
-
retry: string;
|
32
|
-
buttonText: string;
|
33
|
-
preview: string;
|
34
|
-
drag: string;
|
35
|
-
dragHover: string;
|
36
|
-
error: string;
|
37
|
-
};
|
38
|
-
calendar: {
|
39
|
-
formatYear: string;
|
40
|
-
formatMonth: string;
|
41
|
-
today: string;
|
42
|
-
view: {
|
43
|
-
month: string;
|
44
|
-
year: string;
|
45
|
-
week: string;
|
46
|
-
day: string;
|
47
|
-
};
|
48
|
-
month: {
|
49
|
-
long: {
|
50
|
-
January: string;
|
51
|
-
February: string;
|
52
|
-
March: string;
|
53
|
-
April: string;
|
54
|
-
May: string;
|
55
|
-
June: string;
|
56
|
-
July: string;
|
57
|
-
August: string;
|
58
|
-
September: string;
|
59
|
-
October: string;
|
60
|
-
November: string;
|
61
|
-
December: string;
|
62
|
-
};
|
63
|
-
short: {
|
64
|
-
January: string;
|
65
|
-
February: string;
|
66
|
-
March: string;
|
67
|
-
April: string;
|
68
|
-
May: string;
|
69
|
-
June: string;
|
70
|
-
July: string;
|
71
|
-
August: string;
|
72
|
-
September: string;
|
73
|
-
October: string;
|
74
|
-
November: string;
|
75
|
-
December: string;
|
76
|
-
};
|
77
|
-
};
|
78
|
-
week: {
|
79
|
-
long: {
|
80
|
-
self: string;
|
81
|
-
monday: string;
|
82
|
-
tuesday: string;
|
83
|
-
wednesday: string;
|
84
|
-
thursday: string;
|
85
|
-
friday: string;
|
86
|
-
saturday: string;
|
87
|
-
sunday: string;
|
88
|
-
};
|
89
|
-
short: {
|
90
|
-
self: string;
|
91
|
-
monday: string;
|
92
|
-
tuesday: string;
|
93
|
-
wednesday: string;
|
94
|
-
thursday: string;
|
95
|
-
friday: string;
|
96
|
-
saturday: string;
|
97
|
-
sunday: string;
|
98
|
-
};
|
99
|
-
};
|
100
|
-
};
|
101
|
-
datePicker: {
|
102
|
-
view: {
|
103
|
-
month: string;
|
104
|
-
year: string;
|
105
|
-
week: string;
|
106
|
-
day: string;
|
107
|
-
};
|
108
|
-
month: {
|
109
|
-
long: {
|
110
|
-
January: string;
|
111
|
-
February: string;
|
112
|
-
March: string;
|
113
|
-
April: string;
|
114
|
-
May: string;
|
115
|
-
June: string;
|
116
|
-
July: string;
|
117
|
-
August: string;
|
118
|
-
September: string;
|
119
|
-
October: string;
|
120
|
-
November: string;
|
121
|
-
December: string;
|
122
|
-
};
|
123
|
-
short: {
|
124
|
-
January: string;
|
125
|
-
February: string;
|
126
|
-
March: string;
|
127
|
-
April: string;
|
128
|
-
May: string;
|
129
|
-
June: string;
|
130
|
-
July: string;
|
131
|
-
August: string;
|
132
|
-
September: string;
|
133
|
-
October: string;
|
134
|
-
November: string;
|
135
|
-
December: string;
|
136
|
-
};
|
137
|
-
};
|
138
|
-
week: {
|
139
|
-
long: {
|
140
|
-
self: string;
|
141
|
-
monday: string;
|
142
|
-
tuesday: string;
|
143
|
-
wednesday: string;
|
144
|
-
thursday: string;
|
145
|
-
friday: string;
|
146
|
-
saturday: string;
|
147
|
-
sunday: string;
|
148
|
-
};
|
149
|
-
short: {
|
150
|
-
self: string;
|
151
|
-
monday: string;
|
152
|
-
tuesday: string;
|
153
|
-
wednesday: string;
|
154
|
-
thursday: string;
|
155
|
-
friday: string;
|
156
|
-
saturday: string;
|
157
|
-
sunday: string;
|
158
|
-
};
|
159
|
-
};
|
160
|
-
placeholder: {
|
161
|
-
date: string;
|
162
|
-
week: string;
|
163
|
-
month: string;
|
164
|
-
year: string;
|
165
|
-
quarter: string;
|
166
|
-
time: string;
|
167
|
-
};
|
168
|
-
rangePlaceholder: {
|
169
|
-
date: string[];
|
170
|
-
week: string[];
|
171
|
-
month: string[];
|
172
|
-
year: string[];
|
173
|
-
quarter: string[];
|
174
|
-
time: string[];
|
175
|
-
};
|
176
|
-
selectTime: string;
|
177
|
-
today: string;
|
178
|
-
now: string;
|
179
|
-
ok: string;
|
180
|
-
};
|
181
|
-
image: {
|
182
|
-
loading: string;
|
183
|
-
};
|
184
|
-
imagePreview: {
|
185
|
-
fullScreen: string;
|
186
|
-
rotateRight: string;
|
187
|
-
rotateLeft: string;
|
188
|
-
zoomIn: string;
|
189
|
-
zoomOut: string;
|
190
|
-
originalSize: string;
|
191
|
-
};
|
192
|
-
typography: {
|
193
|
-
copied: string;
|
194
|
-
copy: string;
|
195
|
-
expand: string;
|
196
|
-
collapse: string;
|
197
|
-
edit: string;
|
198
|
-
};
|
199
|
-
colorPicker: {
|
200
|
-
history: string;
|
201
|
-
preset: string;
|
202
|
-
empty: string;
|
203
|
-
};
|
204
|
-
};
|
205
|
-
export default lang;
|
@@ -1,153 +0,0 @@
|
|
1
|
-
const calendarLang = {
|
2
|
-
formatYear: "YYYY",
|
3
|
-
formatMonth: "MMMM YYYY",
|
4
|
-
today: "Hôm nay",
|
5
|
-
view: {
|
6
|
-
month: "Tháng",
|
7
|
-
year: "Năm",
|
8
|
-
week: "Tuần",
|
9
|
-
day: "Ngày"
|
10
|
-
},
|
11
|
-
month: {
|
12
|
-
long: {
|
13
|
-
January: "Tháng Một",
|
14
|
-
February: "Tháng Hai",
|
15
|
-
March: "Tháng Ba",
|
16
|
-
April: "Tháng Tư",
|
17
|
-
May: "Tháng Năm",
|
18
|
-
June: "Tháng Sáu",
|
19
|
-
July: "Tháng Bảy",
|
20
|
-
August: "Tháng Tám",
|
21
|
-
September: "Tháng Chín",
|
22
|
-
October: "Tháng Mười",
|
23
|
-
November: "Tháng Mười Một",
|
24
|
-
December: "Tháng Mười Hai"
|
25
|
-
},
|
26
|
-
short: {
|
27
|
-
January: "Thg1",
|
28
|
-
February: "Thg2",
|
29
|
-
March: "Thg3",
|
30
|
-
April: "Thg4",
|
31
|
-
May: "Thg5",
|
32
|
-
June: "Thg6",
|
33
|
-
July: "Thg7",
|
34
|
-
August: "Thg8",
|
35
|
-
September: "Thg9",
|
36
|
-
October: "Thg10",
|
37
|
-
November: "Thg11",
|
38
|
-
December: "Thg12"
|
39
|
-
}
|
40
|
-
},
|
41
|
-
week: {
|
42
|
-
long: {
|
43
|
-
self: "Tuần",
|
44
|
-
monday: "Thứ Hai",
|
45
|
-
tuesday: "Thứ Ba",
|
46
|
-
wednesday: "Thứ Tư",
|
47
|
-
thursday: "Thứ Năm",
|
48
|
-
friday: "Thứ Sáu",
|
49
|
-
saturday: "Thứ Bảy",
|
50
|
-
sunday: "Chủ Nhật"
|
51
|
-
},
|
52
|
-
short: {
|
53
|
-
self: "Tuần",
|
54
|
-
monday: "T2",
|
55
|
-
tuesday: "T3",
|
56
|
-
wednesday: "Tư",
|
57
|
-
thursday: "Năm",
|
58
|
-
friday: "Sáu",
|
59
|
-
saturday: "Bảy",
|
60
|
-
sunday: "CN"
|
61
|
-
}
|
62
|
-
}
|
63
|
-
};
|
64
|
-
const lang = {
|
65
|
-
empty: {
|
66
|
-
description: "Không có dữ liệu"
|
67
|
-
},
|
68
|
-
drawer: {
|
69
|
-
okText: "Đồng ý",
|
70
|
-
cancelText: "Hủy bỏ"
|
71
|
-
},
|
72
|
-
popconfirm: {
|
73
|
-
okText: "Đồng ý",
|
74
|
-
cancelText: "Hủy bỏ"
|
75
|
-
},
|
76
|
-
modal: {
|
77
|
-
okText: "Đồng ý",
|
78
|
-
cancelText: "Hủy bỏ"
|
79
|
-
},
|
80
|
-
pagination: {
|
81
|
-
goto: "Đi tới",
|
82
|
-
page: "Trang",
|
83
|
-
countPerPage: "sản phẩm/trang",
|
84
|
-
total: "Tổng số {0}"
|
85
|
-
},
|
86
|
-
table: {
|
87
|
-
okText: "Đồng ý",
|
88
|
-
resetText: "Thiết lập lại"
|
89
|
-
},
|
90
|
-
upload: {
|
91
|
-
start: "Bắt đầu",
|
92
|
-
cancel: "Hủy bỏ",
|
93
|
-
delete: "Xóa bỏ",
|
94
|
-
retry: "Nhấp để thử lại",
|
95
|
-
buttonText: "Nhấp để tải lên",
|
96
|
-
preview: "Xem trước",
|
97
|
-
drag: "Nhấp hoặc kéo thả tập tin vào đây để tải lên",
|
98
|
-
dragHover: "Thả tập tin và bắt đầu tải lên",
|
99
|
-
error: "Lỗi tải lên"
|
100
|
-
},
|
101
|
-
calendar: calendarLang,
|
102
|
-
datePicker: {
|
103
|
-
view: calendarLang.view,
|
104
|
-
month: calendarLang.month,
|
105
|
-
week: calendarLang.week,
|
106
|
-
placeholder: {
|
107
|
-
date: "Vui lòng chọn một ngày",
|
108
|
-
week: "Vui lòng chọn một tuần",
|
109
|
-
month: "Vui lòng chọn một tháng",
|
110
|
-
year: "Vui lòng chọn một năm",
|
111
|
-
quarter: "Vui lòng chọn một phần tư",
|
112
|
-
time: "Vui lòng chọn một"
|
113
|
-
},
|
114
|
-
rangePlaceholder: {
|
115
|
-
date: ["Ngày bắt đầu", "Ngày kết thúc"],
|
116
|
-
week: ["Tuần bắt đầu", "Tuần kết thúc"],
|
117
|
-
month: ["Tháng bắt đầu", "Tháng kết thúc"],
|
118
|
-
year: ["Năm bắt đầu", "Năm kết thúc"],
|
119
|
-
quarter: ["Quý bắt đầu", "Quý kết thúc"],
|
120
|
-
time: ["Giờ bắt đầu", "Giờ kết thúc"]
|
121
|
-
},
|
122
|
-
selectTime: "Vui lòng chọn thời gian",
|
123
|
-
today: "Hôm nay",
|
124
|
-
now: "Bây giờ",
|
125
|
-
ok: "Đồng ý"
|
126
|
-
},
|
127
|
-
image: {
|
128
|
-
loading: "Đang tải"
|
129
|
-
},
|
130
|
-
imagePreview: {
|
131
|
-
fullScreen: "Toàn màn hình",
|
132
|
-
rotateRight: "Xoay sang phải",
|
133
|
-
rotateLeft: "Xoay sang trái",
|
134
|
-
zoomIn: "Phóng to",
|
135
|
-
zoomOut: "Thu nhỏ",
|
136
|
-
originalSize: "Kích thước gốc"
|
137
|
-
},
|
138
|
-
typography: {
|
139
|
-
copied: "Đã sao chép",
|
140
|
-
copy: "Sao chép",
|
141
|
-
expand: "Mở rộng",
|
142
|
-
collapse: "Thu gọn",
|
143
|
-
edit: "Chỉnh sửa"
|
144
|
-
},
|
145
|
-
colorPicker: {
|
146
|
-
history: "Màu sắc được sử dụng gần đây",
|
147
|
-
preset: "Màu mặc định của hệ thống",
|
148
|
-
empty: "Không có dữ liệu"
|
149
|
-
}
|
150
|
-
};
|
151
|
-
export {
|
152
|
-
lang as default
|
153
|
-
};
|
@@ -1,201 +0,0 @@
|
|
1
|
-
const calendarLang = {
|
2
|
-
formatYear: "YYYY 年",
|
3
|
-
formatMonth: "YYYY 年 MM 月",
|
4
|
-
today: "今天",
|
5
|
-
view: {
|
6
|
-
month: "月",
|
7
|
-
year: "年",
|
8
|
-
week: "周",
|
9
|
-
day: "日"
|
10
|
-
},
|
11
|
-
month: {
|
12
|
-
long: {
|
13
|
-
January: "一月",
|
14
|
-
February: "二月",
|
15
|
-
March: "三月",
|
16
|
-
April: "四月",
|
17
|
-
May: "五月",
|
18
|
-
June: "六月",
|
19
|
-
July: "七月",
|
20
|
-
August: "八月",
|
21
|
-
September: "九月",
|
22
|
-
October: "十月",
|
23
|
-
November: "十一月",
|
24
|
-
December: "十二月"
|
25
|
-
},
|
26
|
-
short: {
|
27
|
-
January: "一月",
|
28
|
-
February: "二月",
|
29
|
-
March: "三月",
|
30
|
-
April: "四月",
|
31
|
-
May: "五月",
|
32
|
-
June: "六月",
|
33
|
-
July: "七月",
|
34
|
-
August: "八月",
|
35
|
-
September: "九月",
|
36
|
-
October: "十月",
|
37
|
-
November: "十一月",
|
38
|
-
December: "十二月"
|
39
|
-
}
|
40
|
-
},
|
41
|
-
week: {
|
42
|
-
long: {
|
43
|
-
self: "周",
|
44
|
-
monday: "周一",
|
45
|
-
tuesday: "周二",
|
46
|
-
wednesday: "周三",
|
47
|
-
thursday: "周四",
|
48
|
-
friday: "周五",
|
49
|
-
saturday: "周六",
|
50
|
-
sunday: "周日"
|
51
|
-
},
|
52
|
-
short: {
|
53
|
-
self: "周",
|
54
|
-
monday: "一",
|
55
|
-
tuesday: "二",
|
56
|
-
wednesday: "三",
|
57
|
-
thursday: "四",
|
58
|
-
friday: "五",
|
59
|
-
saturday: "六",
|
60
|
-
sunday: "日"
|
61
|
-
}
|
62
|
-
}
|
63
|
-
};
|
64
|
-
const lang = {
|
65
|
-
empty: {
|
66
|
-
description: "暂无数据"
|
67
|
-
},
|
68
|
-
drawer: {
|
69
|
-
okText: "确定",
|
70
|
-
cancelText: "取消"
|
71
|
-
},
|
72
|
-
popconfirm: {
|
73
|
-
okText: "确定",
|
74
|
-
cancelText: "取消"
|
75
|
-
},
|
76
|
-
modal: {
|
77
|
-
okText: "确定",
|
78
|
-
cancelText: "取消"
|
79
|
-
},
|
80
|
-
pagination: {
|
81
|
-
goto: "前往",
|
82
|
-
page: "页",
|
83
|
-
countPerPage: "条/页",
|
84
|
-
total: "共 {0} 条"
|
85
|
-
},
|
86
|
-
calendar: calendarLang,
|
87
|
-
image: {
|
88
|
-
loading: "加载中"
|
89
|
-
},
|
90
|
-
imagePreview: {
|
91
|
-
fullScreen: "全屏",
|
92
|
-
rotateRight: "向右旋转",
|
93
|
-
rotateLeft: "向左旋转",
|
94
|
-
zoomIn: "放大",
|
95
|
-
zoomOut: "缩小",
|
96
|
-
originalSize: "原始尺寸"
|
97
|
-
},
|
98
|
-
typography: {
|
99
|
-
copied: "已复制",
|
100
|
-
copy: "复制",
|
101
|
-
expand: "展开",
|
102
|
-
collapse: "折叠",
|
103
|
-
edit: "编辑"
|
104
|
-
},
|
105
|
-
colorPicker: {
|
106
|
-
history: "最近使用颜色",
|
107
|
-
preset: "系统预设颜色",
|
108
|
-
empty: "暂无"
|
109
|
-
},
|
110
|
-
table: {
|
111
|
-
okText: "确定",
|
112
|
-
resetText: "重置"
|
113
|
-
},
|
114
|
-
upload: {
|
115
|
-
start: "开始",
|
116
|
-
cancel: "取消",
|
117
|
-
delete: "删除",
|
118
|
-
retry: "点击重试",
|
119
|
-
buttonText: "点击上传",
|
120
|
-
preview: "预览",
|
121
|
-
drag: "点击或拖拽文件到此处上传",
|
122
|
-
dragHover: "释放文件并开始上传",
|
123
|
-
error: "上传失败"
|
124
|
-
},
|
125
|
-
datePicker: {
|
126
|
-
view: calendarLang.view,
|
127
|
-
month: calendarLang.month,
|
128
|
-
week: calendarLang.week,
|
129
|
-
placeholder: {
|
130
|
-
date: "请选择日期",
|
131
|
-
week: "请选择周",
|
132
|
-
month: "请选择月份",
|
133
|
-
year: "请选择年份",
|
134
|
-
quarter: "请选择季度",
|
135
|
-
time: "请选择时间"
|
136
|
-
},
|
137
|
-
rangePlaceholder: {
|
138
|
-
date: ["开始日期", "结束日期"],
|
139
|
-
week: ["开始周", "结束周"],
|
140
|
-
month: ["开始月份", "结束月份"],
|
141
|
-
year: ["开始年份", "结束年份"],
|
142
|
-
quarter: ["开始季度", "结束季度"],
|
143
|
-
time: ["开始时间", "结束时间"]
|
144
|
-
},
|
145
|
-
selectTime: "选择时间",
|
146
|
-
today: "今天",
|
147
|
-
now: "此刻",
|
148
|
-
ok: "确定"
|
149
|
-
},
|
150
|
-
form: {
|
151
|
-
validateMessages: {
|
152
|
-
required: "#{field} 是必填项",
|
153
|
-
type: {
|
154
|
-
string: "#{field} 不是合法的文本类型",
|
155
|
-
number: "#{field} 不是合法的数字类型",
|
156
|
-
boolean: "#{field} 不是合法的布尔类型",
|
157
|
-
array: "#{field} 不是合法的数组类型",
|
158
|
-
object: "#{field} 不是合法的对象类型",
|
159
|
-
url: "#{field} 不是合法的 url 地址",
|
160
|
-
email: "#{field} 不是合法的邮箱地址",
|
161
|
-
ip: "#{field} 不是合法的 IP 地址"
|
162
|
-
},
|
163
|
-
number: {
|
164
|
-
min: "`#{value}` 小于最小值 `#{min}`",
|
165
|
-
max: "`#{value}` 大于最大值 `#{max}`",
|
166
|
-
equal: "`#{value}` 不等于 `#{equal}`",
|
167
|
-
range: "`#{value}` 不在 `#{min} ~ #{max}` 范围内",
|
168
|
-
positive: "`#{value}` 不是正数",
|
169
|
-
negative: "`#{value}` 不是负数"
|
170
|
-
},
|
171
|
-
array: {
|
172
|
-
length: "`#{field}` 个数不等于 #{length}",
|
173
|
-
minLength: "`#{field}` 个数最少为 #{minLength}",
|
174
|
-
maxLength: "`#{field}` 个数最多为 #{maxLength}",
|
175
|
-
includes: "#{field} 不包含 #{includes}",
|
176
|
-
deepEqual: "#{field} 不等于 #{deepEqual}",
|
177
|
-
empty: "`#{field}` 不是空数组"
|
178
|
-
},
|
179
|
-
string: {
|
180
|
-
minLength: "字符数最少为 #{minLength}",
|
181
|
-
maxLength: "字符数最多为 #{maxLength}",
|
182
|
-
length: "字符数必须是 #{length}",
|
183
|
-
match: "`#{value}` 不符合模式 #{pattern}",
|
184
|
-
uppercase: "`#{value}` 必须全大写",
|
185
|
-
lowercase: "`#{value}` 必须全小写"
|
186
|
-
},
|
187
|
-
object: {
|
188
|
-
deepEqual: "`#{field}` 不等于期望值",
|
189
|
-
hasKeys: "`#{field}` 不包含必须字段",
|
190
|
-
empty: "`#{field}` 不是对象"
|
191
|
-
},
|
192
|
-
boolean: {
|
193
|
-
true: "期望是 `true`",
|
194
|
-
false: "期望是 `false`"
|
195
|
-
}
|
196
|
-
}
|
197
|
-
}
|
198
|
-
};
|
199
|
-
export {
|
200
|
-
lang as default
|
201
|
-
};
|