yc-design-vue 1.8.2 → 1.8.3
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/Alert/index.vue.js +2 -2
- package/es/Calendar/Calendar.vue.js +2 -2
- package/es/Cascader/CascaderIcon.vue.js +2 -2
- package/es/Checkbox/Checkbox.vue.js +2 -2
- package/es/Collapse/CollapseItem.vue.js +2 -2
- package/es/Drawer/Drawer.vue.js +2 -2
- package/es/Input/Input.vue.js +2 -2
- package/es/Input/InputSuffix.vue.js +2 -2
- package/es/InputTag/index.vue.js +2 -2
- package/es/Menu/SubMenu.vue.js +1 -1
- package/es/Message/Message.vue.js +2 -2
- package/es/Modal/Modal.vue.js +2 -2
- package/es/Notification/Notification.vue.js +2 -2
- package/es/PageHeader/index.vue.js +2 -2
- package/es/Progress/ProgressCircle.vue.js +1 -1
- package/es/Radio/Radio.vue.js +2 -2
- package/es/Select/SelectIcon.vue.js +2 -2
- package/es/Tabs/TabButton.vue.js +2 -2
- package/es/Tag/index.vue.js +2 -2
- package/es/Textarea/index.vue.js +2 -2
- package/es/TimePicker/TimePicker.vue.js +2 -2
- package/es/Transfer/TransferPanel.vue.js +4 -4
- package/es/Trigger/index.vue.js +1 -1
- package/es/_shared/components/IconButton.vue3.js +2 -2
- package/es/_shared/icons/IconDelete.vue.js +17 -1
- package/es/_shared/icons/IconDelete.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/icons/IconSearch.vue.js +17 -1
- package/es/_shared/icons/IconSearch.vue2.js +1 -17
- 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/Alert/index.vue.js +1 -1
- package/lib/Calendar/Calendar.vue.js +1 -1
- package/lib/Cascader/CascaderIcon.vue.js +1 -1
- package/lib/Checkbox/Checkbox.vue.js +1 -1
- package/lib/Collapse/CollapseItem.vue.js +1 -1
- package/lib/Drawer/Drawer.vue.js +1 -1
- package/lib/Input/Input.vue.js +1 -1
- package/lib/Input/InputSuffix.vue.js +1 -1
- package/lib/InputTag/index.vue.js +1 -1
- package/lib/Menu/SubMenu.vue.js +1 -1
- package/lib/Message/Message.vue.js +1 -1
- package/lib/Modal/Modal.vue.js +1 -1
- package/lib/Notification/Notification.vue.js +1 -1
- package/lib/PageHeader/index.vue.js +1 -1
- package/lib/Progress/ProgressCircle.vue.js +1 -1
- package/lib/Radio/Radio.vue.js +1 -1
- package/lib/Select/SelectIcon.vue.js +1 -1
- package/lib/Tabs/TabButton.vue.js +1 -1
- package/lib/Tag/index.vue.js +1 -1
- package/lib/Textarea/index.vue.js +1 -1
- package/lib/TimePicker/TimePicker.vue.js +1 -1
- package/lib/Transfer/TransferPanel.vue.js +1 -1
- package/lib/Trigger/index.vue.js +1 -1
- package/lib/_shared/components/IconButton.vue3.js +1 -1
- package/lib/_shared/icons/IconDelete.vue.js +1 -1
- package/lib/_shared/icons/IconDelete.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/icons/IconSearch.vue.js +1 -1
- package/lib/_shared/icons/IconSearch.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
- /package/es/_shared/components/{IconButton.vue.js → IconButton.vue2.js} +0 -0
- /package/lib/_shared/components/{IconButton.vue.js → IconButton.vue2.js} +0 -0
@@ -0,0 +1,207 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
"empty": {
|
3
|
+
"description": "Keine Daten"
|
4
|
+
},
|
5
|
+
"drawer": {
|
6
|
+
"okText": "OK",
|
7
|
+
"cancelText": "Abbrechen"
|
8
|
+
},
|
9
|
+
"popconfirm": {
|
10
|
+
"okText": "OK",
|
11
|
+
"cancelText": "Abbrechen"
|
12
|
+
},
|
13
|
+
"modal": {
|
14
|
+
"okText": "OK",
|
15
|
+
"cancelText": "Abbrechen"
|
16
|
+
},
|
17
|
+
"pagination": {
|
18
|
+
"goto": "Gehe zu",
|
19
|
+
"page": "",
|
20
|
+
"countPerPage": "/ Seite",
|
21
|
+
"total": "Gesamt {0}"
|
22
|
+
},
|
23
|
+
"table": {
|
24
|
+
"okText": "OK",
|
25
|
+
"resetText": "Zurücksetzen"
|
26
|
+
},
|
27
|
+
"upload": {
|
28
|
+
"start": "Anfang",
|
29
|
+
"cancel": "Abbrechen",
|
30
|
+
"delete": "löschen",
|
31
|
+
"retry": "Klicken Sie hier, um es erneut zu versuchen",
|
32
|
+
"buttonText": "Zum Hochladen klicken",
|
33
|
+
"preview": "Vorschau",
|
34
|
+
"drag": "Klicken oder ziehen Sie Dateien, um sie hier hochzuladen",
|
35
|
+
"dragHover": "Geben Sie die Datei frei und starten Sie den Upload",
|
36
|
+
"error": "Upload fehlgeschlagen"
|
37
|
+
},
|
38
|
+
"calendar": {
|
39
|
+
"formatYear": "YYYY",
|
40
|
+
"formatMonth": "MMM YYYY",
|
41
|
+
"today": "Heute",
|
42
|
+
"view": {
|
43
|
+
"month": "Monat",
|
44
|
+
"year": "Jahr",
|
45
|
+
"week": "Woche",
|
46
|
+
"day": "Tag"
|
47
|
+
},
|
48
|
+
"month": {
|
49
|
+
"long": {
|
50
|
+
"January": "Januar",
|
51
|
+
"February": "Februar",
|
52
|
+
"March": "März",
|
53
|
+
"April": "April",
|
54
|
+
"May": "Mai",
|
55
|
+
"June": "Juni",
|
56
|
+
"July": "Juli",
|
57
|
+
"August": "August",
|
58
|
+
"September": "September",
|
59
|
+
"October": "Oktober",
|
60
|
+
"November": "November",
|
61
|
+
"December": "Dezember"
|
62
|
+
},
|
63
|
+
"short": {
|
64
|
+
"January": "Jan",
|
65
|
+
"February": "Feb",
|
66
|
+
"March": "Mär",
|
67
|
+
"April": "Apr",
|
68
|
+
"May": "Mai",
|
69
|
+
"June": "Jun",
|
70
|
+
"July": "Jul",
|
71
|
+
"August": "Aug",
|
72
|
+
"September": "Sep",
|
73
|
+
"October": "Okt",
|
74
|
+
"November": "Nov",
|
75
|
+
"December": "Dez"
|
76
|
+
}
|
77
|
+
},
|
78
|
+
"week": {
|
79
|
+
"long": {
|
80
|
+
"self": "Woche",
|
81
|
+
"monday": "Montag",
|
82
|
+
"tuesday": "Dienstag",
|
83
|
+
"wednesday": "Mittwoch",
|
84
|
+
"thursday": "Donnerstag",
|
85
|
+
"friday": "Freitag",
|
86
|
+
"saturday": "Samstag",
|
87
|
+
"sunday": "Sonntag"
|
88
|
+
},
|
89
|
+
"short": {
|
90
|
+
"self": "Woche",
|
91
|
+
"monday": "Mo.",
|
92
|
+
"tuesday": "Di.",
|
93
|
+
"wednesday": "Mi.",
|
94
|
+
"thursday": "Do.",
|
95
|
+
"friday": "Fr.",
|
96
|
+
"saturday": "Sa.",
|
97
|
+
"sunday": "So."
|
98
|
+
}
|
99
|
+
}
|
100
|
+
},
|
101
|
+
"datePicker": {
|
102
|
+
"view": {
|
103
|
+
"month": "Monat",
|
104
|
+
"year": "Jahr",
|
105
|
+
"week": "Woche",
|
106
|
+
"day": "Tag"
|
107
|
+
},
|
108
|
+
"month": {
|
109
|
+
"long": {
|
110
|
+
"January": "Januar",
|
111
|
+
"February": "Februar",
|
112
|
+
"March": "März",
|
113
|
+
"April": "April",
|
114
|
+
"May": "Mai",
|
115
|
+
"June": "Juni",
|
116
|
+
"July": "Juli",
|
117
|
+
"August": "August",
|
118
|
+
"September": "September",
|
119
|
+
"October": "Oktober",
|
120
|
+
"November": "November",
|
121
|
+
"December": "Dezember"
|
122
|
+
},
|
123
|
+
"short": {
|
124
|
+
"January": "Jan",
|
125
|
+
"February": "Feb",
|
126
|
+
"March": "Mär",
|
127
|
+
"April": "Apr",
|
128
|
+
"May": "Mai",
|
129
|
+
"June": "Jun",
|
130
|
+
"July": "Jul",
|
131
|
+
"August": "Aug",
|
132
|
+
"September": "Sep",
|
133
|
+
"October": "Okt",
|
134
|
+
"November": "Nov",
|
135
|
+
"December": "Dez"
|
136
|
+
}
|
137
|
+
},
|
138
|
+
"week": {
|
139
|
+
"long": {
|
140
|
+
"self": "Woche",
|
141
|
+
"monday": "Montag",
|
142
|
+
"tuesday": "Dienstag",
|
143
|
+
"wednesday": "Mittwoch",
|
144
|
+
"thursday": "Donnerstag",
|
145
|
+
"friday": "Freitag",
|
146
|
+
"saturday": "Samstag",
|
147
|
+
"sunday": "Sonntag"
|
148
|
+
},
|
149
|
+
"short": {
|
150
|
+
"self": "Woche",
|
151
|
+
"monday": "Mo.",
|
152
|
+
"tuesday": "Di.",
|
153
|
+
"wednesday": "Mi.",
|
154
|
+
"thursday": "Do.",
|
155
|
+
"friday": "Fr.",
|
156
|
+
"saturday": "Sa.",
|
157
|
+
"sunday": "So."
|
158
|
+
}
|
159
|
+
},
|
160
|
+
"placeholder": {
|
161
|
+
"date": "Bitte wählen Sie ein Datum",
|
162
|
+
"week": "Bitte wählen Sie eine Woche",
|
163
|
+
"month": "Bitte wählen Sie einen Monat",
|
164
|
+
"year": "Bitte wählen Sie ein Jahr aus",
|
165
|
+
"quarter": "Bitte wählen Sie ein Quartal",
|
166
|
+
"time": "Zeit auswählen"
|
167
|
+
},
|
168
|
+
"rangePlaceholder": {
|
169
|
+
"date": ["Startdatum", "Endtermin"],
|
170
|
+
"week": ["Woche starten", "Ende der Woche"],
|
171
|
+
"month": ["Startmonat", "Ende Monat"],
|
172
|
+
"year": ["Startjahr", "Ende Jahr"],
|
173
|
+
"quarter": ["Anfangsquartal", "Ende des Quartals"],
|
174
|
+
"time": ["Startzeit", "Endzeit"]
|
175
|
+
},
|
176
|
+
"selectTime": "Zeit auswählen",
|
177
|
+
"today": "Heute",
|
178
|
+
"now": "Jetzt",
|
179
|
+
"ok": "OK"
|
180
|
+
},
|
181
|
+
"image": {
|
182
|
+
"loading": "Wird geladen"
|
183
|
+
},
|
184
|
+
"imagePreview": {
|
185
|
+
"fullScreen": "Vollbild",
|
186
|
+
"rotateRight": "Nach rechts drehen",
|
187
|
+
"rotateLeft": "Nach links drehen",
|
188
|
+
"zoomIn": "Vergrößern",
|
189
|
+
"zoomOut": "Rauszoomen",
|
190
|
+
"originalSize": "Originalgröße"
|
191
|
+
},
|
192
|
+
"typography": {
|
193
|
+
"copy": "Kopieren",
|
194
|
+
"copied": "Kopiert",
|
195
|
+
"edit": "Bearbeiten",
|
196
|
+
"collapse": "Falten",
|
197
|
+
"expand": "Erweitern"
|
198
|
+
},
|
199
|
+
"colorPicker": {
|
200
|
+
"history": "Historische Farben",
|
201
|
+
"preset": "Standardfarbe des Systems",
|
202
|
+
"empty": "Noch keine"
|
203
|
+
}
|
204
|
+
}
|
205
|
+
;
|
206
|
+
|
207
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e={description:"Keine Daten"},r={okText:"OK",cancelText:"Abbrechen"},a={okText:"OK",cancelText:"Abbrechen"},t={okText:"OK",cancelText:"Abbrechen"},o={goto:"Gehe zu",page:"",countPerPage:"/ Seite",total:"Gesamt {0}"},n={okText:"OK",resetText:"Zurücksetzen"},i={start:"Anfang",cancel:"Abbrechen",delete:"löschen",retry:"Klicken Sie hier, um es erneut zu versuchen",buttonText:"Zum Hochladen klicken",preview:"Vorschau",drag:"Klicken oder ziehen Sie Dateien, um sie hier hochzuladen",dragHover:"Geben Sie die Datei frei und starten Sie den Upload",error:"Upload fehlgeschlagen"},u={formatYear:"YYYY",formatMonth:"MMM YYYY",today:"Heute",view:{month:"Monat",year:"Jahr",week:"Woche",day:"Tag"},month:{long:{January:"Januar",February:"Februar",March:"März",April:"April",May:"Mai",June:"Juni",July:"Juli",August:"August",September:"September",October:"Oktober",November:"November",December:"Dezember"},short:{January:"Jan",February:"Feb",March:"Mär",April:"Apr",May:"Mai",June:"Jun",July:"Jul",August:"Aug",September:"Sep",October:"Okt",November:"Nov",December:"Dez"}},week:{long:{self:"Woche",monday:"Montag",tuesday:"Dienstag",wednesday:"Mittwoch",thursday:"Donnerstag",friday:"Freitag",saturday:"Samstag",sunday:"Sonntag"},short:{self:"Woche",monday:"Mo.",tuesday:"Di.",wednesday:"Mi.",thursday:"Do.",friday:"Fr.",saturday:"Sa.",sunday:"So."}}},s={view:{month:"Monat",year:"Jahr",week:"Woche",day:"Tag"},month:{long:{January:"Januar",February:"Februar",March:"März",April:"April",May:"Mai",June:"Juni",July:"Juli",August:"August",September:"September",October:"Oktober",November:"November",December:"Dezember"},short:{January:"Jan",February:"Feb",March:"Mär",April:"Apr",May:"Mai",June:"Jun",July:"Jul",August:"Aug",September:"Sep",October:"Okt",November:"Nov",December:"Dez"}},week:{long:{self:"Woche",monday:"Montag",tuesday:"Dienstag",wednesday:"Mittwoch",thursday:"Donnerstag",friday:"Freitag",saturday:"Samstag",sunday:"Sonntag"},short:{self:"Woche",monday:"Mo.",tuesday:"Di.",wednesday:"Mi.",thursday:"Do.",friday:"Fr.",saturday:"Sa.",sunday:"So."}},placeholder:{date:"Bitte wählen Sie ein Datum",week:"Bitte wählen Sie eine Woche",month:"Bitte wählen Sie einen Monat",year:"Bitte wählen Sie ein Jahr aus",quarter:"Bitte wählen Sie ein Quartal",time:"Zeit auswählen"},rangePlaceholder:{date:["Startdatum","Endtermin"],week:["Woche starten","Ende der Woche"],month:["Startmonat","Ende Monat"],year:["Startjahr","Ende Jahr"],quarter:["Anfangsquartal","Ende des Quartals"],time:["Startzeit","Endzeit"]},selectTime:"Zeit auswählen",today:"Heute",now:"Jetzt",ok:"OK"},d={loading:"Wird geladen"},l={fullScreen:"Vollbild",rotateRight:"Nach rechts drehen",rotateLeft:"Nach links drehen",zoomIn:"Vergrößern",zoomOut:"Rauszoomen",originalSize:"Originalgröße"},c={copy:"Kopieren",copied:"Kopiert",edit:"Bearbeiten",collapse:"Falten",expand:"Erweitern"},h={history:"Historische Farben",preset:"Standardfarbe des Systems",empty:"Noch keine"},y={empty:e,drawer:r,popconfirm:a,modal:t,pagination:o,table:n,upload:i,calendar:u,datePicker:s,image:d,imagePreview:l,typography:c,colorPicker:h};exports.calendar=u,exports.colorPicker=h,exports.datePicker=s,exports.default=y,exports.drawer=r,exports.empty=e,exports.image=d,exports.imagePreview=l,exports.modal=t,exports.pagination=o,exports.popconfirm=a,exports.table=n,exports.typography=c,exports.upload=i;
|
@@ -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 @@
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e={description:"No Data"},a={okText:"Ok",cancelText:"Cancel"},r={okText:"Ok",cancelText:"Cancel"},t={okText:"Ok",cancelText:"Cancel"},o={goto:"Goto",page:"Page",countPerPage:" / Page",total:"Total: {0}"},d={okText:"Ok",resetText:"Reset"},y={start:"Start",cancel:"Cancel",delete:"Delete",retry:"Click to retry",buttonText:"Upload",preview:"Preview",drag:"Click or drag file to this area to upload",dragHover:"Release to upload",error:"Upload Error"},n={formatYear:"YYYY",formatMonth:"MMM YYYY",today:"Today",view:{month:"Month",year:"Year",week:"Week",day:"Day"},month:{long:{January:"January",February:"February",March:"March",April:"April",May:"May",June:"June",July:"July",August:"August",September:"September",October:"October",November:"November",December:"December"},short:{January:"Jan",February:"Feb",March:"Mar",April:"Apr",May:"May",June:"Jun",July:"Jul",August:"Aug",September:"Sept",October:"Oct",November:"Nov",December:"Dec"}},week:{long:{self:"Week",monday:"Monday",tuesday:"Tuesday",wednesday:"Wednesday",thursday:"Thursday",friday:"Friday",saturday:"Saturday",sunday:"Sunday"},short:{self:"Week",monday:"Mon",tuesday:"Tue",wednesday:"Wed",thursday:"Thu",friday:"Fri",saturday:"Sat",sunday:"Sun"}}},u={view:{month:"Month",year:"Year",week:"Week",day:"Day"},month:{long:{January:"January",February:"February",March:"March",April:"April",May:"May",June:"June",July:"July",August:"August",September:"September",October:"October",November:"November",December:"December"},short:{January:"Jan",February:"Feb",March:"Mar",April:"Apr",May:"May",June:"Jun",July:"Jul",August:"Aug",September:"Sept",October:"Oct",November:"Nov",December:"Dec"}},week:{long:{self:"Week",monday:"Monday",tuesday:"Tuesday",wednesday:"Wednesday",thursday:"Thursday",friday:"Friday",saturday:"Saturday",sunday:"Sunday"},short:{self:"Week",monday:"Mon",tuesday:"Tue",wednesday:"Wed",thursday:"Thu",friday:"Fri",saturday:"Sat",sunday:"Sun"}},placeholder:{date:"Please select date",week:"Please select week",month:"Please select month",year:"Please select year",quarter:"Please select quarter",time:"Please select time"},rangePlaceholder:{date:["Start date","End date"],week:["Start week","End week"],month:["Start month","End month"],year:["Start year","End year"],quarter:["Start quarter","End quarter"],time:["Start time","End time"]},selectTime:"Select time",today:"Today",now:"Now",ok:"Ok"},l={loading:"loading"},s={fullScreen:"Full Screen",rotateRight:"Rotate Right",rotateLeft:"Rotate Left",zoomIn:"Zoom In",zoomOut:"Zoom Out",originalSize:"Original Size"},i={copied:"Copied",copy:"Copy",expand:"Expand",collapse:"Collapse",edit:"Edit"},c={validateMessages:null},p={history:"History Colors",preset:"Preset Colors",empty:"Empty"},m={empty:e,drawer:a,popconfirm:r,modal:t,pagination:o,table:d,upload:y,calendar:n,datePicker:u,image:l,imagePreview:s,typography:i,form:c,colorPicker:p};exports.calendar=n,exports.colorPicker=p,exports.datePicker=u,exports.default=m,exports.drawer=a,exports.empty=e,exports.form=c,exports.image=l,exports.imagePreview=s,exports.modal=t,exports.pagination=o,exports.popconfirm=r,exports.table=d,exports.typography=i,exports.upload=y;
|
@@ -0,0 +1,207 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
"empty": {
|
3
|
+
"description": "No hay datos"
|
4
|
+
},
|
5
|
+
"drawer": {
|
6
|
+
"okText": "Aceptar",
|
7
|
+
"cancelText": "Cancelar"
|
8
|
+
},
|
9
|
+
"popconfirm": {
|
10
|
+
"okText": "Aceptar",
|
11
|
+
"cancelText": "Cancelar"
|
12
|
+
},
|
13
|
+
"modal": {
|
14
|
+
"okText": "Aceptar",
|
15
|
+
"cancelText": "Cancelar"
|
16
|
+
},
|
17
|
+
"pagination": {
|
18
|
+
"goto": "Ir a",
|
19
|
+
"page": "Página",
|
20
|
+
"countPerPage": "/ página",
|
21
|
+
"total": "{0} en total"
|
22
|
+
},
|
23
|
+
"table": {
|
24
|
+
"okText": "Aceptar",
|
25
|
+
"resetText": "Reiniciar"
|
26
|
+
},
|
27
|
+
"upload": {
|
28
|
+
"start": "Comienzo",
|
29
|
+
"cancel": "Cancelar",
|
30
|
+
"delete": "Eliminar",
|
31
|
+
"retry": "Haga clic para intentarlo de nuevo",
|
32
|
+
"buttonText": "Haga clic para cargar",
|
33
|
+
"preview": "Vista Previa",
|
34
|
+
"drag": "Haga clic o arrastre los archivos para cargarlos aquí",
|
35
|
+
"dragHover": "Libera el archivo y empieza a subir",
|
36
|
+
"error": "Fallar"
|
37
|
+
},
|
38
|
+
"calendar": {
|
39
|
+
"formatYear": "YYYY",
|
40
|
+
"formatMonth": "M/YYYY",
|
41
|
+
"today": "Hoy",
|
42
|
+
"view": {
|
43
|
+
"month": "Mes",
|
44
|
+
"year": "Año",
|
45
|
+
"week": "Semana",
|
46
|
+
"day": "Fecha"
|
47
|
+
},
|
48
|
+
"month": {
|
49
|
+
"long": {
|
50
|
+
"January": "Enero",
|
51
|
+
"February": "Febrero",
|
52
|
+
"March": "Marzo",
|
53
|
+
"April": "Abril",
|
54
|
+
"May": "Mayo",
|
55
|
+
"June": "Junio",
|
56
|
+
"July": "Julio",
|
57
|
+
"August": "Agosto",
|
58
|
+
"September": "Septiembre",
|
59
|
+
"October": "Octubre",
|
60
|
+
"November": "Noviembre",
|
61
|
+
"December": "Diciembre"
|
62
|
+
},
|
63
|
+
"short": {
|
64
|
+
"January": "Ene",
|
65
|
+
"February": "Feb",
|
66
|
+
"March": "Mar",
|
67
|
+
"April": "Abr",
|
68
|
+
"May": "May",
|
69
|
+
"June": "Jun",
|
70
|
+
"July": "Jul",
|
71
|
+
"August": "Ago",
|
72
|
+
"September": "Sep",
|
73
|
+
"October": "Oct",
|
74
|
+
"November": "Nov",
|
75
|
+
"December": "Dic"
|
76
|
+
}
|
77
|
+
},
|
78
|
+
"week": {
|
79
|
+
"long": {
|
80
|
+
"self": "Semana",
|
81
|
+
"monday": "Lunes",
|
82
|
+
"tuesday": "Martes",
|
83
|
+
"wednesday": "Miércoles",
|
84
|
+
"thursday": "Jueves",
|
85
|
+
"friday": "Viernes",
|
86
|
+
"saturday": "Sábado",
|
87
|
+
"sunday": "Domingo"
|
88
|
+
},
|
89
|
+
"short": {
|
90
|
+
"self": "Semana",
|
91
|
+
"monday": "Lun",
|
92
|
+
"tuesday": "Mar",
|
93
|
+
"wednesday": "Mié",
|
94
|
+
"thursday": "Jue",
|
95
|
+
"friday": "Vie",
|
96
|
+
"saturday": "Sáb",
|
97
|
+
"sunday": "Dom"
|
98
|
+
}
|
99
|
+
}
|
100
|
+
},
|
101
|
+
"datePicker": {
|
102
|
+
"view": {
|
103
|
+
"month": "Mes",
|
104
|
+
"year": "Año",
|
105
|
+
"week": "Semana",
|
106
|
+
"day": "Fecha"
|
107
|
+
},
|
108
|
+
"month": {
|
109
|
+
"long": {
|
110
|
+
"January": "Enero",
|
111
|
+
"February": "Febrero",
|
112
|
+
"March": "Marzo",
|
113
|
+
"April": "Abril",
|
114
|
+
"May": "Mayo",
|
115
|
+
"June": "Junio",
|
116
|
+
"July": "Julio",
|
117
|
+
"August": "Agosto",
|
118
|
+
"September": "Septiembre",
|
119
|
+
"October": "Octubre",
|
120
|
+
"November": "Noviembre",
|
121
|
+
"December": "Diciembre"
|
122
|
+
},
|
123
|
+
"short": {
|
124
|
+
"January": "Ene",
|
125
|
+
"February": "Feb",
|
126
|
+
"March": "Mar",
|
127
|
+
"April": "Abr",
|
128
|
+
"May": "May",
|
129
|
+
"June": "Jun",
|
130
|
+
"July": "Jul",
|
131
|
+
"August": "Ago",
|
132
|
+
"September": "Sep",
|
133
|
+
"October": "Oct",
|
134
|
+
"November": "Nov",
|
135
|
+
"December": "Dic"
|
136
|
+
}
|
137
|
+
},
|
138
|
+
"week": {
|
139
|
+
"long": {
|
140
|
+
"self": "Semana",
|
141
|
+
"monday": "Lunes",
|
142
|
+
"tuesday": "Martes",
|
143
|
+
"wednesday": "Miércoles",
|
144
|
+
"thursday": "Jueves",
|
145
|
+
"friday": "Viernes",
|
146
|
+
"saturday": "Sábado",
|
147
|
+
"sunday": "Domingo"
|
148
|
+
},
|
149
|
+
"short": {
|
150
|
+
"self": "Semana",
|
151
|
+
"monday": "Lun",
|
152
|
+
"tuesday": "Mar",
|
153
|
+
"wednesday": "Mié",
|
154
|
+
"thursday": "Jue",
|
155
|
+
"friday": "Vie",
|
156
|
+
"saturday": "Sáb",
|
157
|
+
"sunday": "Dom"
|
158
|
+
}
|
159
|
+
},
|
160
|
+
"placeholder": {
|
161
|
+
"date": "Seleccionar fecha",
|
162
|
+
"week": "Seleccionar semana",
|
163
|
+
"month": "Elegir un mes",
|
164
|
+
"year": "Elegir un año",
|
165
|
+
"quarter": "Seleccionar trimestre",
|
166
|
+
"time": "Seleccionar hora"
|
167
|
+
},
|
168
|
+
"rangePlaceholder": {
|
169
|
+
"date": ["Fecha inicial", "Fecha final"],
|
170
|
+
"week": ["Semana inicial", "Semana final"],
|
171
|
+
"month": ["Mes inicial", "Mes final"],
|
172
|
+
"year": ["Año inicial", "Año final"],
|
173
|
+
"quarter": ["Trimestre inicial", "Trimestre final"],
|
174
|
+
"time": ["Seleccionar hora", "Seleccionar hora"]
|
175
|
+
},
|
176
|
+
"selectTime": "Select time",
|
177
|
+
"today": "Today",
|
178
|
+
"now": "Now",
|
179
|
+
"ok": "Ok"
|
180
|
+
},
|
181
|
+
"image": {
|
182
|
+
"loading": "cargando"
|
183
|
+
},
|
184
|
+
"imagePreview": {
|
185
|
+
"fullScreen": "Pantalla completa",
|
186
|
+
"rotateRight": "Gira a la derecha",
|
187
|
+
"rotateLeft": "Girar a la izquierda",
|
188
|
+
"zoomIn": "Acercar",
|
189
|
+
"zoomOut": "Alejar",
|
190
|
+
"originalSize": "Tamaño original"
|
191
|
+
},
|
192
|
+
"typography": {
|
193
|
+
"copy": "Copiar",
|
194
|
+
"copied": "Copiado",
|
195
|
+
"edit": "Editar",
|
196
|
+
"expand": "Expandir",
|
197
|
+
"collapse": "Pliegue"
|
198
|
+
},
|
199
|
+
"colorPicker": {
|
200
|
+
"history": "Colores históricos",
|
201
|
+
"preset": "Colores predefinidos del sistema",
|
202
|
+
"empty": "No hay datos"
|
203
|
+
}
|
204
|
+
}
|
205
|
+
;
|
206
|
+
|
207
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e={description:"No hay datos"},a={okText:"Aceptar",cancelText:"Cancelar"},r={okText:"Aceptar",cancelText:"Cancelar"},o={okText:"Aceptar",cancelText:"Cancelar"},t={goto:"Ir a",page:"Página",countPerPage:"/ página",total:"{0} en total"},i={okText:"Aceptar",resetText:"Reiniciar"},n={start:"Comienzo",cancel:"Cancelar",delete:"Eliminar",retry:"Haga clic para intentarlo de nuevo",buttonText:"Haga clic para cargar",preview:"Vista Previa",drag:"Haga clic o arrastre los archivos para cargarlos aquí",dragHover:"Libera el archivo y empieza a subir",error:"Fallar"},l={formatYear:"YYYY",formatMonth:"M/YYYY",today:"Hoy",view:{month:"Mes",year:"Año",week:"Semana",day:"Fecha"},month:{long:{January:"Enero",February:"Febrero",March:"Marzo",April:"Abril",May:"Mayo",June:"Junio",July:"Julio",August:"Agosto",September:"Septiembre",October:"Octubre",November:"Noviembre",December:"Diciembre"},short:{January:"Ene",February:"Feb",March:"Mar",April:"Abr",May:"May",June:"Jun",July:"Jul",August:"Ago",September:"Sep",October:"Oct",November:"Nov",December:"Dic"}},week:{long:{self:"Semana",monday:"Lunes",tuesday:"Martes",wednesday:"Miércoles",thursday:"Jueves",friday:"Viernes",saturday:"Sábado",sunday:"Domingo"},short:{self:"Semana",monday:"Lun",tuesday:"Mar",wednesday:"Mié",thursday:"Jue",friday:"Vie",saturday:"Sáb",sunday:"Dom"}}},c={view:{month:"Mes",year:"Año",week:"Semana",day:"Fecha"},month:{long:{January:"Enero",February:"Febrero",March:"Marzo",April:"Abril",May:"Mayo",June:"Junio",July:"Julio",August:"Agosto",September:"Septiembre",October:"Octubre",November:"Noviembre",December:"Diciembre"},short:{January:"Ene",February:"Feb",March:"Mar",April:"Abr",May:"May",June:"Jun",July:"Jul",August:"Ago",September:"Sep",October:"Oct",November:"Nov",December:"Dic"}},week:{long:{self:"Semana",monday:"Lunes",tuesday:"Martes",wednesday:"Miércoles",thursday:"Jueves",friday:"Viernes",saturday:"Sábado",sunday:"Domingo"},short:{self:"Semana",monday:"Lun",tuesday:"Mar",wednesday:"Mié",thursday:"Jue",friday:"Vie",saturday:"Sáb",sunday:"Dom"}},placeholder:{date:"Seleccionar fecha",week:"Seleccionar semana",month:"Elegir un mes",year:"Elegir un año",quarter:"Seleccionar trimestre",time:"Seleccionar hora"},rangePlaceholder:{date:["Fecha inicial","Fecha final"],week:["Semana inicial","Semana final"],month:["Mes inicial","Mes final"],year:["Año inicial","Año final"],quarter:["Trimestre inicial","Trimestre final"],time:["Seleccionar hora","Seleccionar hora"]},selectTime:"Select time",today:"Today",now:"Now",ok:"Ok"},s={loading:"cargando"},u={fullScreen:"Pantalla completa",rotateRight:"Gira a la derecha",rotateLeft:"Girar a la izquierda",zoomIn:"Acercar",zoomOut:"Alejar",originalSize:"Tamaño original"},d={copy:"Copiar",copied:"Copiado",edit:"Editar",expand:"Expandir",collapse:"Pliegue"},y={history:"Colores históricos",preset:"Colores predefinidos del sistema",empty:"No hay datos"},m={empty:e,drawer:a,popconfirm:r,modal:o,pagination:t,table:i,upload:n,calendar:l,datePicker:c,image:s,imagePreview:u,typography:d,colorPicker:y};exports.calendar=l,exports.colorPicker=y,exports.datePicker=c,exports.default=m,exports.drawer=a,exports.empty=e,exports.image=s,exports.imagePreview=u,exports.modal=o,exports.pagination=t,exports.popconfirm=r,exports.table=i,exports.typography=d,exports.upload=n;
|