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
@@ -0,0 +1,251 @@
|
|
1
|
+
const empty = {
|
2
|
+
description: "Keine Daten"
|
3
|
+
};
|
4
|
+
const drawer = {
|
5
|
+
okText: "OK",
|
6
|
+
cancelText: "Abbrechen"
|
7
|
+
};
|
8
|
+
const popconfirm = {
|
9
|
+
okText: "OK",
|
10
|
+
cancelText: "Abbrechen"
|
11
|
+
};
|
12
|
+
const modal = {
|
13
|
+
okText: "OK",
|
14
|
+
cancelText: "Abbrechen"
|
15
|
+
};
|
16
|
+
const pagination = {
|
17
|
+
goto: "Gehe zu",
|
18
|
+
page: "",
|
19
|
+
countPerPage: "/ Seite",
|
20
|
+
total: "Gesamt {0}"
|
21
|
+
};
|
22
|
+
const table = {
|
23
|
+
okText: "OK",
|
24
|
+
resetText: "Zurücksetzen"
|
25
|
+
};
|
26
|
+
const upload = {
|
27
|
+
start: "Anfang",
|
28
|
+
cancel: "Abbrechen",
|
29
|
+
"delete": "löschen",
|
30
|
+
retry: "Klicken Sie hier, um es erneut zu versuchen",
|
31
|
+
buttonText: "Zum Hochladen klicken",
|
32
|
+
preview: "Vorschau",
|
33
|
+
drag: "Klicken oder ziehen Sie Dateien, um sie hier hochzuladen",
|
34
|
+
dragHover: "Geben Sie die Datei frei und starten Sie den Upload",
|
35
|
+
error: "Upload fehlgeschlagen"
|
36
|
+
};
|
37
|
+
const calendar = {
|
38
|
+
formatYear: "YYYY",
|
39
|
+
formatMonth: "MMM YYYY",
|
40
|
+
today: "Heute",
|
41
|
+
view: {
|
42
|
+
month: "Monat",
|
43
|
+
year: "Jahr",
|
44
|
+
week: "Woche",
|
45
|
+
day: "Tag"
|
46
|
+
},
|
47
|
+
month: {
|
48
|
+
long: {
|
49
|
+
January: "Januar",
|
50
|
+
February: "Februar",
|
51
|
+
March: "März",
|
52
|
+
April: "April",
|
53
|
+
May: "Mai",
|
54
|
+
June: "Juni",
|
55
|
+
July: "Juli",
|
56
|
+
August: "August",
|
57
|
+
September: "September",
|
58
|
+
October: "Oktober",
|
59
|
+
November: "November",
|
60
|
+
December: "Dezember"
|
61
|
+
},
|
62
|
+
short: {
|
63
|
+
January: "Jan",
|
64
|
+
February: "Feb",
|
65
|
+
March: "Mär",
|
66
|
+
April: "Apr",
|
67
|
+
May: "Mai",
|
68
|
+
June: "Jun",
|
69
|
+
July: "Jul",
|
70
|
+
August: "Aug",
|
71
|
+
September: "Sep",
|
72
|
+
October: "Okt",
|
73
|
+
November: "Nov",
|
74
|
+
December: "Dez"
|
75
|
+
}
|
76
|
+
},
|
77
|
+
week: {
|
78
|
+
long: {
|
79
|
+
self: "Woche",
|
80
|
+
monday: "Montag",
|
81
|
+
tuesday: "Dienstag",
|
82
|
+
wednesday: "Mittwoch",
|
83
|
+
thursday: "Donnerstag",
|
84
|
+
friday: "Freitag",
|
85
|
+
saturday: "Samstag",
|
86
|
+
sunday: "Sonntag"
|
87
|
+
},
|
88
|
+
short: {
|
89
|
+
self: "Woche",
|
90
|
+
monday: "Mo.",
|
91
|
+
tuesday: "Di.",
|
92
|
+
wednesday: "Mi.",
|
93
|
+
thursday: "Do.",
|
94
|
+
friday: "Fr.",
|
95
|
+
saturday: "Sa.",
|
96
|
+
sunday: "So."
|
97
|
+
}
|
98
|
+
}
|
99
|
+
};
|
100
|
+
const datePicker = {
|
101
|
+
view: {
|
102
|
+
month: "Monat",
|
103
|
+
year: "Jahr",
|
104
|
+
week: "Woche",
|
105
|
+
day: "Tag"
|
106
|
+
},
|
107
|
+
month: {
|
108
|
+
long: {
|
109
|
+
January: "Januar",
|
110
|
+
February: "Februar",
|
111
|
+
March: "März",
|
112
|
+
April: "April",
|
113
|
+
May: "Mai",
|
114
|
+
June: "Juni",
|
115
|
+
July: "Juli",
|
116
|
+
August: "August",
|
117
|
+
September: "September",
|
118
|
+
October: "Oktober",
|
119
|
+
November: "November",
|
120
|
+
December: "Dezember"
|
121
|
+
},
|
122
|
+
short: {
|
123
|
+
January: "Jan",
|
124
|
+
February: "Feb",
|
125
|
+
March: "Mär",
|
126
|
+
April: "Apr",
|
127
|
+
May: "Mai",
|
128
|
+
June: "Jun",
|
129
|
+
July: "Jul",
|
130
|
+
August: "Aug",
|
131
|
+
September: "Sep",
|
132
|
+
October: "Okt",
|
133
|
+
November: "Nov",
|
134
|
+
December: "Dez"
|
135
|
+
}
|
136
|
+
},
|
137
|
+
week: {
|
138
|
+
long: {
|
139
|
+
self: "Woche",
|
140
|
+
monday: "Montag",
|
141
|
+
tuesday: "Dienstag",
|
142
|
+
wednesday: "Mittwoch",
|
143
|
+
thursday: "Donnerstag",
|
144
|
+
friday: "Freitag",
|
145
|
+
saturday: "Samstag",
|
146
|
+
sunday: "Sonntag"
|
147
|
+
},
|
148
|
+
short: {
|
149
|
+
self: "Woche",
|
150
|
+
monday: "Mo.",
|
151
|
+
tuesday: "Di.",
|
152
|
+
wednesday: "Mi.",
|
153
|
+
thursday: "Do.",
|
154
|
+
friday: "Fr.",
|
155
|
+
saturday: "Sa.",
|
156
|
+
sunday: "So."
|
157
|
+
}
|
158
|
+
},
|
159
|
+
placeholder: {
|
160
|
+
date: "Bitte wählen Sie ein Datum",
|
161
|
+
week: "Bitte wählen Sie eine Woche",
|
162
|
+
month: "Bitte wählen Sie einen Monat",
|
163
|
+
year: "Bitte wählen Sie ein Jahr aus",
|
164
|
+
quarter: "Bitte wählen Sie ein Quartal",
|
165
|
+
time: "Zeit auswählen"
|
166
|
+
},
|
167
|
+
rangePlaceholder: {
|
168
|
+
date: [
|
169
|
+
"Startdatum",
|
170
|
+
"Endtermin"
|
171
|
+
],
|
172
|
+
week: [
|
173
|
+
"Woche starten",
|
174
|
+
"Ende der Woche"
|
175
|
+
],
|
176
|
+
month: [
|
177
|
+
"Startmonat",
|
178
|
+
"Ende Monat"
|
179
|
+
],
|
180
|
+
year: [
|
181
|
+
"Startjahr",
|
182
|
+
"Ende Jahr"
|
183
|
+
],
|
184
|
+
quarter: [
|
185
|
+
"Anfangsquartal",
|
186
|
+
"Ende des Quartals"
|
187
|
+
],
|
188
|
+
time: [
|
189
|
+
"Startzeit",
|
190
|
+
"Endzeit"
|
191
|
+
]
|
192
|
+
},
|
193
|
+
selectTime: "Zeit auswählen",
|
194
|
+
today: "Heute",
|
195
|
+
now: "Jetzt",
|
196
|
+
ok: "OK"
|
197
|
+
};
|
198
|
+
const image = {
|
199
|
+
loading: "Wird geladen"
|
200
|
+
};
|
201
|
+
const imagePreview = {
|
202
|
+
fullScreen: "Vollbild",
|
203
|
+
rotateRight: "Nach rechts drehen",
|
204
|
+
rotateLeft: "Nach links drehen",
|
205
|
+
zoomIn: "Vergrößern",
|
206
|
+
zoomOut: "Rauszoomen",
|
207
|
+
originalSize: "Originalgröße"
|
208
|
+
};
|
209
|
+
const typography = {
|
210
|
+
copy: "Kopieren",
|
211
|
+
copied: "Kopiert",
|
212
|
+
edit: "Bearbeiten",
|
213
|
+
collapse: "Falten",
|
214
|
+
expand: "Erweitern"
|
215
|
+
};
|
216
|
+
const colorPicker = {
|
217
|
+
history: "Historische Farben",
|
218
|
+
preset: "Standardfarbe des Systems",
|
219
|
+
empty: "Noch keine"
|
220
|
+
};
|
221
|
+
const deDe = {
|
222
|
+
empty,
|
223
|
+
drawer,
|
224
|
+
popconfirm,
|
225
|
+
modal,
|
226
|
+
pagination,
|
227
|
+
table,
|
228
|
+
upload,
|
229
|
+
calendar,
|
230
|
+
datePicker,
|
231
|
+
image,
|
232
|
+
imagePreview,
|
233
|
+
typography,
|
234
|
+
colorPicker
|
235
|
+
};
|
236
|
+
export {
|
237
|
+
calendar,
|
238
|
+
colorPicker,
|
239
|
+
datePicker,
|
240
|
+
deDe as default,
|
241
|
+
drawer,
|
242
|
+
empty,
|
243
|
+
image,
|
244
|
+
imagePreview,
|
245
|
+
modal,
|
246
|
+
pagination,
|
247
|
+
popconfirm,
|
248
|
+
table,
|
249
|
+
typography,
|
250
|
+
upload
|
251
|
+
};
|
@@ -0,0 +1,210 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
"empty": {
|
3
|
+
"description": "No Data"
|
4
|
+
},
|
5
|
+
"drawer": {
|
6
|
+
"okText": "Ok",
|
7
|
+
"cancelText": "Cancel"
|
8
|
+
},
|
9
|
+
"popconfirm": {
|
10
|
+
"okText": "Ok",
|
11
|
+
"cancelText": "Cancel"
|
12
|
+
},
|
13
|
+
"modal": {
|
14
|
+
"okText": "Ok",
|
15
|
+
"cancelText": "Cancel"
|
16
|
+
},
|
17
|
+
"pagination": {
|
18
|
+
"goto": "Goto",
|
19
|
+
"page": "Page",
|
20
|
+
"countPerPage": " / Page",
|
21
|
+
"total": "Total: {0}"
|
22
|
+
},
|
23
|
+
"table": {
|
24
|
+
"okText": "Ok",
|
25
|
+
"resetText": "Reset"
|
26
|
+
},
|
27
|
+
"upload": {
|
28
|
+
"start": "Start",
|
29
|
+
"cancel": "Cancel",
|
30
|
+
"delete": "Delete",
|
31
|
+
"retry": "Click to retry",
|
32
|
+
"buttonText": "Upload",
|
33
|
+
"preview": "Preview",
|
34
|
+
"drag": "Click or drag file to this area to upload",
|
35
|
+
"dragHover": "Release to upload",
|
36
|
+
"error": "Upload Error"
|
37
|
+
},
|
38
|
+
"calendar": {
|
39
|
+
"formatYear": "YYYY",
|
40
|
+
"formatMonth": "MMM YYYY",
|
41
|
+
"today": "Today",
|
42
|
+
"view": {
|
43
|
+
"month": "Month",
|
44
|
+
"year": "Year",
|
45
|
+
"week": "Week",
|
46
|
+
"day": "Day"
|
47
|
+
},
|
48
|
+
"month": {
|
49
|
+
"long": {
|
50
|
+
"January": "January",
|
51
|
+
"February": "February",
|
52
|
+
"March": "March",
|
53
|
+
"April": "April",
|
54
|
+
"May": "May",
|
55
|
+
"June": "June",
|
56
|
+
"July": "July",
|
57
|
+
"August": "August",
|
58
|
+
"September": "September",
|
59
|
+
"October": "October",
|
60
|
+
"November": "November",
|
61
|
+
"December": "December"
|
62
|
+
},
|
63
|
+
"short": {
|
64
|
+
"January": "Jan",
|
65
|
+
"February": "Feb",
|
66
|
+
"March": "Mar",
|
67
|
+
"April": "Apr",
|
68
|
+
"May": "May",
|
69
|
+
"June": "Jun",
|
70
|
+
"July": "Jul",
|
71
|
+
"August": "Aug",
|
72
|
+
"September": "Sept",
|
73
|
+
"October": "Oct",
|
74
|
+
"November": "Nov",
|
75
|
+
"December": "Dec"
|
76
|
+
}
|
77
|
+
},
|
78
|
+
"week": {
|
79
|
+
"long": {
|
80
|
+
"self": "Week",
|
81
|
+
"monday": "Monday",
|
82
|
+
"tuesday": "Tuesday",
|
83
|
+
"wednesday": "Wednesday",
|
84
|
+
"thursday": "Thursday",
|
85
|
+
"friday": "Friday",
|
86
|
+
"saturday": "Saturday",
|
87
|
+
"sunday": "Sunday"
|
88
|
+
},
|
89
|
+
"short": {
|
90
|
+
"self": "Week",
|
91
|
+
"monday": "Mon",
|
92
|
+
"tuesday": "Tue",
|
93
|
+
"wednesday": "Wed",
|
94
|
+
"thursday": "Thu",
|
95
|
+
"friday": "Fri",
|
96
|
+
"saturday": "Sat",
|
97
|
+
"sunday": "Sun"
|
98
|
+
}
|
99
|
+
}
|
100
|
+
},
|
101
|
+
"datePicker": {
|
102
|
+
"view": {
|
103
|
+
"month": "Month",
|
104
|
+
"year": "Year",
|
105
|
+
"week": "Week",
|
106
|
+
"day": "Day"
|
107
|
+
},
|
108
|
+
"month": {
|
109
|
+
"long": {
|
110
|
+
"January": "January",
|
111
|
+
"February": "February",
|
112
|
+
"March": "March",
|
113
|
+
"April": "April",
|
114
|
+
"May": "May",
|
115
|
+
"June": "June",
|
116
|
+
"July": "July",
|
117
|
+
"August": "August",
|
118
|
+
"September": "September",
|
119
|
+
"October": "October",
|
120
|
+
"November": "November",
|
121
|
+
"December": "December"
|
122
|
+
},
|
123
|
+
"short": {
|
124
|
+
"January": "Jan",
|
125
|
+
"February": "Feb",
|
126
|
+
"March": "Mar",
|
127
|
+
"April": "Apr",
|
128
|
+
"May": "May",
|
129
|
+
"June": "Jun",
|
130
|
+
"July": "Jul",
|
131
|
+
"August": "Aug",
|
132
|
+
"September": "Sept",
|
133
|
+
"October": "Oct",
|
134
|
+
"November": "Nov",
|
135
|
+
"December": "Dec"
|
136
|
+
}
|
137
|
+
},
|
138
|
+
"week": {
|
139
|
+
"long": {
|
140
|
+
"self": "Week",
|
141
|
+
"monday": "Monday",
|
142
|
+
"tuesday": "Tuesday",
|
143
|
+
"wednesday": "Wednesday",
|
144
|
+
"thursday": "Thursday",
|
145
|
+
"friday": "Friday",
|
146
|
+
"saturday": "Saturday",
|
147
|
+
"sunday": "Sunday"
|
148
|
+
},
|
149
|
+
"short": {
|
150
|
+
"self": "Week",
|
151
|
+
"monday": "Mon",
|
152
|
+
"tuesday": "Tue",
|
153
|
+
"wednesday": "Wed",
|
154
|
+
"thursday": "Thu",
|
155
|
+
"friday": "Fri",
|
156
|
+
"saturday": "Sat",
|
157
|
+
"sunday": "Sun"
|
158
|
+
}
|
159
|
+
},
|
160
|
+
"placeholder": {
|
161
|
+
"date": "Please select date",
|
162
|
+
"week": "Please select week",
|
163
|
+
"month": "Please select month",
|
164
|
+
"year": "Please select year",
|
165
|
+
"quarter": "Please select quarter",
|
166
|
+
"time": "Please select time"
|
167
|
+
},
|
168
|
+
"rangePlaceholder": {
|
169
|
+
"date": ["Start date", "End date"],
|
170
|
+
"week": ["Start week", "End week"],
|
171
|
+
"month": ["Start month", "End month"],
|
172
|
+
"year": ["Start year", "End year"],
|
173
|
+
"quarter": ["Start quarter", "End quarter"],
|
174
|
+
"time": ["Start time", "End time"]
|
175
|
+
},
|
176
|
+
"selectTime": "Select time",
|
177
|
+
"today": "Today",
|
178
|
+
"now": "Now",
|
179
|
+
"ok": "Ok"
|
180
|
+
},
|
181
|
+
"image": {
|
182
|
+
"loading": "loading"
|
183
|
+
},
|
184
|
+
"imagePreview": {
|
185
|
+
"fullScreen": "Full Screen",
|
186
|
+
"rotateRight": "Rotate Right",
|
187
|
+
"rotateLeft": "Rotate Left",
|
188
|
+
"zoomIn": "Zoom In",
|
189
|
+
"zoomOut": "Zoom Out",
|
190
|
+
"originalSize": "Original Size"
|
191
|
+
},
|
192
|
+
"typography": {
|
193
|
+
"copied": "Copied",
|
194
|
+
"copy": "Copy",
|
195
|
+
"expand": "Expand",
|
196
|
+
"collapse": "Collapse",
|
197
|
+
"edit": "Edit"
|
198
|
+
},
|
199
|
+
"form": {
|
200
|
+
"validateMessages": null
|
201
|
+
},
|
202
|
+
"colorPicker": {
|
203
|
+
"history": "History Colors",
|
204
|
+
"preset": "Preset Colors",
|
205
|
+
"empty": "Empty"
|
206
|
+
}
|
207
|
+
}
|
208
|
+
;
|
209
|
+
|
210
|
+
export default _default;
|
@@ -0,0 +1,256 @@
|
|
1
|
+
const empty = {
|
2
|
+
description: "No Data"
|
3
|
+
};
|
4
|
+
const drawer = {
|
5
|
+
okText: "Ok",
|
6
|
+
cancelText: "Cancel"
|
7
|
+
};
|
8
|
+
const popconfirm = {
|
9
|
+
okText: "Ok",
|
10
|
+
cancelText: "Cancel"
|
11
|
+
};
|
12
|
+
const modal = {
|
13
|
+
okText: "Ok",
|
14
|
+
cancelText: "Cancel"
|
15
|
+
};
|
16
|
+
const pagination = {
|
17
|
+
goto: "Goto",
|
18
|
+
page: "Page",
|
19
|
+
countPerPage: " / Page",
|
20
|
+
total: "Total: {0}"
|
21
|
+
};
|
22
|
+
const table = {
|
23
|
+
okText: "Ok",
|
24
|
+
resetText: "Reset"
|
25
|
+
};
|
26
|
+
const upload = {
|
27
|
+
start: "Start",
|
28
|
+
cancel: "Cancel",
|
29
|
+
"delete": "Delete",
|
30
|
+
retry: "Click to retry",
|
31
|
+
buttonText: "Upload",
|
32
|
+
preview: "Preview",
|
33
|
+
drag: "Click or drag file to this area to upload",
|
34
|
+
dragHover: "Release to upload",
|
35
|
+
error: "Upload Error"
|
36
|
+
};
|
37
|
+
const calendar = {
|
38
|
+
formatYear: "YYYY",
|
39
|
+
formatMonth: "MMM YYYY",
|
40
|
+
today: "Today",
|
41
|
+
view: {
|
42
|
+
month: "Month",
|
43
|
+
year: "Year",
|
44
|
+
week: "Week",
|
45
|
+
day: "Day"
|
46
|
+
},
|
47
|
+
month: {
|
48
|
+
long: {
|
49
|
+
January: "January",
|
50
|
+
February: "February",
|
51
|
+
March: "March",
|
52
|
+
April: "April",
|
53
|
+
May: "May",
|
54
|
+
June: "June",
|
55
|
+
July: "July",
|
56
|
+
August: "August",
|
57
|
+
September: "September",
|
58
|
+
October: "October",
|
59
|
+
November: "November",
|
60
|
+
December: "December"
|
61
|
+
},
|
62
|
+
short: {
|
63
|
+
January: "Jan",
|
64
|
+
February: "Feb",
|
65
|
+
March: "Mar",
|
66
|
+
April: "Apr",
|
67
|
+
May: "May",
|
68
|
+
June: "Jun",
|
69
|
+
July: "Jul",
|
70
|
+
August: "Aug",
|
71
|
+
September: "Sept",
|
72
|
+
October: "Oct",
|
73
|
+
November: "Nov",
|
74
|
+
December: "Dec"
|
75
|
+
}
|
76
|
+
},
|
77
|
+
week: {
|
78
|
+
long: {
|
79
|
+
self: "Week",
|
80
|
+
monday: "Monday",
|
81
|
+
tuesday: "Tuesday",
|
82
|
+
wednesday: "Wednesday",
|
83
|
+
thursday: "Thursday",
|
84
|
+
friday: "Friday",
|
85
|
+
saturday: "Saturday",
|
86
|
+
sunday: "Sunday"
|
87
|
+
},
|
88
|
+
short: {
|
89
|
+
self: "Week",
|
90
|
+
monday: "Mon",
|
91
|
+
tuesday: "Tue",
|
92
|
+
wednesday: "Wed",
|
93
|
+
thursday: "Thu",
|
94
|
+
friday: "Fri",
|
95
|
+
saturday: "Sat",
|
96
|
+
sunday: "Sun"
|
97
|
+
}
|
98
|
+
}
|
99
|
+
};
|
100
|
+
const datePicker = {
|
101
|
+
view: {
|
102
|
+
month: "Month",
|
103
|
+
year: "Year",
|
104
|
+
week: "Week",
|
105
|
+
day: "Day"
|
106
|
+
},
|
107
|
+
month: {
|
108
|
+
long: {
|
109
|
+
January: "January",
|
110
|
+
February: "February",
|
111
|
+
March: "March",
|
112
|
+
April: "April",
|
113
|
+
May: "May",
|
114
|
+
June: "June",
|
115
|
+
July: "July",
|
116
|
+
August: "August",
|
117
|
+
September: "September",
|
118
|
+
October: "October",
|
119
|
+
November: "November",
|
120
|
+
December: "December"
|
121
|
+
},
|
122
|
+
short: {
|
123
|
+
January: "Jan",
|
124
|
+
February: "Feb",
|
125
|
+
March: "Mar",
|
126
|
+
April: "Apr",
|
127
|
+
May: "May",
|
128
|
+
June: "Jun",
|
129
|
+
July: "Jul",
|
130
|
+
August: "Aug",
|
131
|
+
September: "Sept",
|
132
|
+
October: "Oct",
|
133
|
+
November: "Nov",
|
134
|
+
December: "Dec"
|
135
|
+
}
|
136
|
+
},
|
137
|
+
week: {
|
138
|
+
long: {
|
139
|
+
self: "Week",
|
140
|
+
monday: "Monday",
|
141
|
+
tuesday: "Tuesday",
|
142
|
+
wednesday: "Wednesday",
|
143
|
+
thursday: "Thursday",
|
144
|
+
friday: "Friday",
|
145
|
+
saturday: "Saturday",
|
146
|
+
sunday: "Sunday"
|
147
|
+
},
|
148
|
+
short: {
|
149
|
+
self: "Week",
|
150
|
+
monday: "Mon",
|
151
|
+
tuesday: "Tue",
|
152
|
+
wednesday: "Wed",
|
153
|
+
thursday: "Thu",
|
154
|
+
friday: "Fri",
|
155
|
+
saturday: "Sat",
|
156
|
+
sunday: "Sun"
|
157
|
+
}
|
158
|
+
},
|
159
|
+
placeholder: {
|
160
|
+
date: "Please select date",
|
161
|
+
week: "Please select week",
|
162
|
+
month: "Please select month",
|
163
|
+
year: "Please select year",
|
164
|
+
quarter: "Please select quarter",
|
165
|
+
time: "Please select time"
|
166
|
+
},
|
167
|
+
rangePlaceholder: {
|
168
|
+
date: [
|
169
|
+
"Start date",
|
170
|
+
"End date"
|
171
|
+
],
|
172
|
+
week: [
|
173
|
+
"Start week",
|
174
|
+
"End week"
|
175
|
+
],
|
176
|
+
month: [
|
177
|
+
"Start month",
|
178
|
+
"End month"
|
179
|
+
],
|
180
|
+
year: [
|
181
|
+
"Start year",
|
182
|
+
"End year"
|
183
|
+
],
|
184
|
+
quarter: [
|
185
|
+
"Start quarter",
|
186
|
+
"End quarter"
|
187
|
+
],
|
188
|
+
time: [
|
189
|
+
"Start time",
|
190
|
+
"End time"
|
191
|
+
]
|
192
|
+
},
|
193
|
+
selectTime: "Select time",
|
194
|
+
today: "Today",
|
195
|
+
now: "Now",
|
196
|
+
ok: "Ok"
|
197
|
+
};
|
198
|
+
const image = {
|
199
|
+
loading: "loading"
|
200
|
+
};
|
201
|
+
const imagePreview = {
|
202
|
+
fullScreen: "Full Screen",
|
203
|
+
rotateRight: "Rotate Right",
|
204
|
+
rotateLeft: "Rotate Left",
|
205
|
+
zoomIn: "Zoom In",
|
206
|
+
zoomOut: "Zoom Out",
|
207
|
+
originalSize: "Original Size"
|
208
|
+
};
|
209
|
+
const typography = {
|
210
|
+
copied: "Copied",
|
211
|
+
copy: "Copy",
|
212
|
+
expand: "Expand",
|
213
|
+
collapse: "Collapse",
|
214
|
+
edit: "Edit"
|
215
|
+
};
|
216
|
+
const form = {
|
217
|
+
validateMessages: null
|
218
|
+
};
|
219
|
+
const colorPicker = {
|
220
|
+
history: "History Colors",
|
221
|
+
preset: "Preset Colors",
|
222
|
+
empty: "Empty"
|
223
|
+
};
|
224
|
+
const enUs = {
|
225
|
+
empty,
|
226
|
+
drawer,
|
227
|
+
popconfirm,
|
228
|
+
modal,
|
229
|
+
pagination,
|
230
|
+
table,
|
231
|
+
upload,
|
232
|
+
calendar,
|
233
|
+
datePicker,
|
234
|
+
image,
|
235
|
+
imagePreview,
|
236
|
+
typography,
|
237
|
+
form,
|
238
|
+
colorPicker
|
239
|
+
};
|
240
|
+
export {
|
241
|
+
calendar,
|
242
|
+
colorPicker,
|
243
|
+
datePicker,
|
244
|
+
enUs as default,
|
245
|
+
drawer,
|
246
|
+
empty,
|
247
|
+
form,
|
248
|
+
image,
|
249
|
+
imagePreview,
|
250
|
+
modal,
|
251
|
+
pagination,
|
252
|
+
popconfirm,
|
253
|
+
table,
|
254
|
+
typography,
|
255
|
+
upload
|
256
|
+
};
|