yc-design-vue 1.8.1 → 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 +4 -4
- 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/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 +2 -2
- package/es/Trigger/index.vue.js +1 -1
- package/es/Typography/TypographyBase.vue.js +2 -2
- package/es/_shared/components/IconButton.vue3.js +2 -2
- package/es/_shared/icons/IconCopy.vue.js +1 -17
- package/es/_shared/icons/IconCopy.vue2.js +17 -1
- package/es/_shared/icons/IconEdit.vue.js +1 -17
- package/es/_shared/icons/IconEdit.vue2.js +17 -1
- package/es/_shared/icons/IconEyeClose.vue.js +1 -21
- package/es/_shared/icons/IconEyeClose.vue2.js +21 -1
- package/es/_shared/icons/IconEyeOpen.vue.js +1 -18
- package/es/_shared/icons/IconEyeOpen.vue2.js +18 -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/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/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/Typography/TypographyBase.vue.js +1 -1
- package/lib/_shared/components/IconButton.vue3.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/IconEyeClose.vue.js +1 -1
- package/lib/_shared/icons/IconEyeClose.vue2.js +1 -1
- package/lib/_shared/icons/IconEyeOpen.vue.js +1 -1
- package/lib/_shared/icons/IconEyeOpen.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": "Aucune donnée"
|
4
|
+
},
|
5
|
+
"drawer": {
|
6
|
+
"okText": "OK",
|
7
|
+
"cancelText": "Annuler"
|
8
|
+
},
|
9
|
+
"popconfirm": {
|
10
|
+
"okText": "OK",
|
11
|
+
"cancelText": "Annuler"
|
12
|
+
},
|
13
|
+
"modal": {
|
14
|
+
"okText": "OK",
|
15
|
+
"cancelText": "Annuler"
|
16
|
+
},
|
17
|
+
"pagination": {
|
18
|
+
"goto": "Aller à",
|
19
|
+
"page": "Page",
|
20
|
+
"countPerPage": "/ page",
|
21
|
+
"total": "Total {0}"
|
22
|
+
},
|
23
|
+
"table": {
|
24
|
+
"okText": "OK",
|
25
|
+
"resetText": "Réinitialiser"
|
26
|
+
},
|
27
|
+
"upload": {
|
28
|
+
"start": "Démarrer",
|
29
|
+
"cancel": "Annuler",
|
30
|
+
"delete": "Supprimer",
|
31
|
+
"retry": "Cliquez pour réessayer",
|
32
|
+
"buttonText": "Cliquez pour télécharger",
|
33
|
+
"preview": "Aperçu",
|
34
|
+
"drag": "Cliquez ou faites glisser les fichiers à télécharger ici",
|
35
|
+
"dragHover": "Libérez le fichier et commencez à télécharger",
|
36
|
+
"error": "le téléchargement a échoué"
|
37
|
+
},
|
38
|
+
"calendar": {
|
39
|
+
"formatYear": "YYYY",
|
40
|
+
"formatMonth": "MM/YYYY",
|
41
|
+
"today": "Aujourd'hui",
|
42
|
+
"view": {
|
43
|
+
"month": "Mois",
|
44
|
+
"year": "Année",
|
45
|
+
"week": "Semaine",
|
46
|
+
"day": "Date"
|
47
|
+
},
|
48
|
+
"month": {
|
49
|
+
"long": {
|
50
|
+
"January": "Janvier",
|
51
|
+
"February": "Février",
|
52
|
+
"March": "Mars",
|
53
|
+
"April": "Avril",
|
54
|
+
"May": "Mai",
|
55
|
+
"June": "Juin",
|
56
|
+
"July": "Juillet",
|
57
|
+
"August": "Août",
|
58
|
+
"September": "Septembre",
|
59
|
+
"October": "Octobre",
|
60
|
+
"November": "Novembre",
|
61
|
+
"December": "Décembre"
|
62
|
+
},
|
63
|
+
"short": {
|
64
|
+
"January": "Jan",
|
65
|
+
"February": "Fév",
|
66
|
+
"March": "Mar",
|
67
|
+
"April": "Avr",
|
68
|
+
"May": "Mai",
|
69
|
+
"June": "Jun",
|
70
|
+
"July": "Jul",
|
71
|
+
"August": "Aoû",
|
72
|
+
"September": "Sep",
|
73
|
+
"October": "Oct",
|
74
|
+
"November": "Nov",
|
75
|
+
"December": "Déc"
|
76
|
+
}
|
77
|
+
},
|
78
|
+
"week": {
|
79
|
+
"long": {
|
80
|
+
"self": "Week",
|
81
|
+
"monday": "Lundi",
|
82
|
+
"tuesday": "Mardi",
|
83
|
+
"wednesday": "Mercredi",
|
84
|
+
"thursday": "Jeudi",
|
85
|
+
"friday": "Vendredi",
|
86
|
+
"saturday": "Samedi",
|
87
|
+
"sunday": "Dimanche"
|
88
|
+
},
|
89
|
+
"short": {
|
90
|
+
"self": "Week",
|
91
|
+
"monday": "Lun",
|
92
|
+
"tuesday": "Mar",
|
93
|
+
"wednesday": "Mer",
|
94
|
+
"thursday": "Jeu",
|
95
|
+
"friday": "Ven",
|
96
|
+
"saturday": "Sam",
|
97
|
+
"sunday": "Dim"
|
98
|
+
}
|
99
|
+
}
|
100
|
+
},
|
101
|
+
"datePicker": {
|
102
|
+
"view": {
|
103
|
+
"month": "Mois",
|
104
|
+
"year": "Année",
|
105
|
+
"week": "Semaine",
|
106
|
+
"day": "Date"
|
107
|
+
},
|
108
|
+
"month": {
|
109
|
+
"long": {
|
110
|
+
"January": "Janvier",
|
111
|
+
"February": "Février",
|
112
|
+
"March": "Mars",
|
113
|
+
"April": "Avril",
|
114
|
+
"May": "Mai",
|
115
|
+
"June": "Juin",
|
116
|
+
"July": "Juillet",
|
117
|
+
"August": "Août",
|
118
|
+
"September": "Septembre",
|
119
|
+
"October": "Octobre",
|
120
|
+
"November": "Novembre",
|
121
|
+
"December": "Décembre"
|
122
|
+
},
|
123
|
+
"short": {
|
124
|
+
"January": "Jan",
|
125
|
+
"February": "Fév",
|
126
|
+
"March": "Mar",
|
127
|
+
"April": "Avr",
|
128
|
+
"May": "Mai",
|
129
|
+
"June": "Jun",
|
130
|
+
"July": "Jul",
|
131
|
+
"August": "Aoû",
|
132
|
+
"September": "Sep",
|
133
|
+
"October": "Oct",
|
134
|
+
"November": "Nov",
|
135
|
+
"December": "Déc"
|
136
|
+
}
|
137
|
+
},
|
138
|
+
"week": {
|
139
|
+
"long": {
|
140
|
+
"self": "Week",
|
141
|
+
"monday": "Lundi",
|
142
|
+
"tuesday": "Mardi",
|
143
|
+
"wednesday": "Mercredi",
|
144
|
+
"thursday": "Jeudi",
|
145
|
+
"friday": "Vendredi",
|
146
|
+
"saturday": "Samedi",
|
147
|
+
"sunday": "Dimanche"
|
148
|
+
},
|
149
|
+
"short": {
|
150
|
+
"self": "Week",
|
151
|
+
"monday": "Lun",
|
152
|
+
"tuesday": "Mar",
|
153
|
+
"wednesday": "Mer",
|
154
|
+
"thursday": "Jeu",
|
155
|
+
"friday": "Ven",
|
156
|
+
"saturday": "Sam",
|
157
|
+
"sunday": "Dim"
|
158
|
+
}
|
159
|
+
},
|
160
|
+
"placeholder": {
|
161
|
+
"date": "Sélectionner une date",
|
162
|
+
"week": "Sélectionner une semaine",
|
163
|
+
"month": "Sélectionner un mois",
|
164
|
+
"year": "Sélectionner une année",
|
165
|
+
"quarter": "Sélectionner un trimestre",
|
166
|
+
"time": "Sélectionner l'heure"
|
167
|
+
},
|
168
|
+
"rangePlaceholder": {
|
169
|
+
"date": ["Date de début", "Date de fin"],
|
170
|
+
"week": ["Semaine de début", "Semaine de fin"],
|
171
|
+
"month": ["Mois de début", "Mois de fin"],
|
172
|
+
"year": ["Année de début", "Année de fin"],
|
173
|
+
"quarter": ["Trimestre de début", "Trimestre de fin"],
|
174
|
+
"time": ["Heure de début", "Heure de fin"]
|
175
|
+
},
|
176
|
+
"selectTime": "Sélectionner l'heure",
|
177
|
+
"today": "Aujourd'hui",
|
178
|
+
"now": "Maintenant",
|
179
|
+
"ok": "OK"
|
180
|
+
},
|
181
|
+
"image": {
|
182
|
+
"loading": "Chargement en cours"
|
183
|
+
},
|
184
|
+
"imagePreview": {
|
185
|
+
"fullScreen": "Plein écran",
|
186
|
+
"rotateRight": "Tourner à droite",
|
187
|
+
"rotateLeft": "Tourner vers la gauche",
|
188
|
+
"zoomIn": "Agrandir",
|
189
|
+
"zoomOut": "Dézoomer",
|
190
|
+
"originalSize": "Format original"
|
191
|
+
},
|
192
|
+
"typography": {
|
193
|
+
"copy": "Copier",
|
194
|
+
"copied": "Copie effectuée",
|
195
|
+
"edit": "Éditer",
|
196
|
+
"collapse": "Plier",
|
197
|
+
"expand": "Étendre"
|
198
|
+
},
|
199
|
+
"colorPicker": {
|
200
|
+
"history": "Couleurs historiques",
|
201
|
+
"preset": "Couleurs prédéfinies par le système",
|
202
|
+
"empty": "Aucune donnée"
|
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:"Aucune donnée"},r={okText:"OK",cancelText:"Annuler"},a={okText:"OK",cancelText:"Annuler"},t={okText:"OK",cancelText:"Annuler"},n={goto:"Aller à",page:"Page",countPerPage:"/ page",total:"Total {0}"},o={okText:"OK",resetText:"Réinitialiser"},i={start:"Démarrer",cancel:"Annuler",delete:"Supprimer",retry:"Cliquez pour réessayer",buttonText:"Cliquez pour télécharger",preview:"Aperçu",drag:"Cliquez ou faites glisser les fichiers à télécharger ici",dragHover:"Libérez le fichier et commencez à télécharger",error:"le téléchargement a échoué"},u={formatYear:"YYYY",formatMonth:"MM/YYYY",today:"Aujourd'hui",view:{month:"Mois",year:"Année",week:"Semaine",day:"Date"},month:{long:{January:"Janvier",February:"Février",March:"Mars",April:"Avril",May:"Mai",June:"Juin",July:"Juillet",August:"Août",September:"Septembre",October:"Octobre",November:"Novembre",December:"Décembre"},short:{January:"Jan",February:"Fév",March:"Mar",April:"Avr",May:"Mai",June:"Jun",July:"Jul",August:"Aoû",September:"Sep",October:"Oct",November:"Nov",December:"Déc"}},week:{long:{self:"Week",monday:"Lundi",tuesday:"Mardi",wednesday:"Mercredi",thursday:"Jeudi",friday:"Vendredi",saturday:"Samedi",sunday:"Dimanche"},short:{self:"Week",monday:"Lun",tuesday:"Mar",wednesday:"Mer",thursday:"Jeu",friday:"Ven",saturday:"Sam",sunday:"Dim"}}},d={view:{month:"Mois",year:"Année",week:"Semaine",day:"Date"},month:{long:{January:"Janvier",February:"Février",March:"Mars",April:"Avril",May:"Mai",June:"Juin",July:"Juillet",August:"Août",September:"Septembre",October:"Octobre",November:"Novembre",December:"Décembre"},short:{January:"Jan",February:"Fév",March:"Mar",April:"Avr",May:"Mai",June:"Jun",July:"Jul",August:"Aoû",September:"Sep",October:"Oct",November:"Nov",December:"Déc"}},week:{long:{self:"Week",monday:"Lundi",tuesday:"Mardi",wednesday:"Mercredi",thursday:"Jeudi",friday:"Vendredi",saturday:"Samedi",sunday:"Dimanche"},short:{self:"Week",monday:"Lun",tuesday:"Mar",wednesday:"Mer",thursday:"Jeu",friday:"Ven",saturday:"Sam",sunday:"Dim"}},placeholder:{date:"Sélectionner une date",week:"Sélectionner une semaine",month:"Sélectionner un mois",year:"Sélectionner une année",quarter:"Sélectionner un trimestre",time:"Sélectionner l'heure"},rangePlaceholder:{date:["Date de début","Date de fin"],week:["Semaine de début","Semaine de fin"],month:["Mois de début","Mois de fin"],year:["Année de début","Année de fin"],quarter:["Trimestre de début","Trimestre de fin"],time:["Heure de début","Heure de fin"]},selectTime:"Sélectionner l'heure",today:"Aujourd'hui",now:"Maintenant",ok:"OK"},l={loading:"Chargement en cours"},s={fullScreen:"Plein écran",rotateRight:"Tourner à droite",rotateLeft:"Tourner vers la gauche",zoomIn:"Agrandir",zoomOut:"Dézoomer",originalSize:"Format original"},c={copy:"Copier",copied:"Copie effectuée",edit:"Éditer",collapse:"Plier",expand:"Étendre"},m={history:"Couleurs historiques",preset:"Couleurs prédéfinies par le système",empty:"Aucune donnée"},y={empty:e,drawer:r,popconfirm:a,modal:t,pagination:n,table:o,upload:i,calendar:u,datePicker:d,image:l,imagePreview:s,typography:c,colorPicker:m};exports.calendar=u,exports.colorPicker=m,exports.datePicker=d,exports.default=y,exports.drawer=r,exports.empty=e,exports.image=l,exports.imagePreview=s,exports.modal=t,exports.pagination=n,exports.popconfirm=a,exports.table=o,exports.typography=c,exports.upload=i;
|
@@ -0,0 +1,207 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
"empty": {
|
3
|
+
"description": "Tidak ada data"
|
4
|
+
},
|
5
|
+
"drawer": {
|
6
|
+
"okText": "Baik",
|
7
|
+
"cancelText": "Membatalkan"
|
8
|
+
},
|
9
|
+
"popconfirm": {
|
10
|
+
"okText": "Baik",
|
11
|
+
"cancelText": "Membatalkan"
|
12
|
+
},
|
13
|
+
"modal": {
|
14
|
+
"okText": "Baik",
|
15
|
+
"cancelText": "Membatalkan"
|
16
|
+
},
|
17
|
+
"pagination": {
|
18
|
+
"goto": "Pergi ke",
|
19
|
+
"page": "Halaman",
|
20
|
+
"countPerPage": " / Halaman",
|
21
|
+
"total": "Total: {0}"
|
22
|
+
},
|
23
|
+
"table": {
|
24
|
+
"okText": "Baik",
|
25
|
+
"resetText": "Setel ulang"
|
26
|
+
},
|
27
|
+
"upload": {
|
28
|
+
"start": "Mulailah",
|
29
|
+
"cancel": "Membatalkan",
|
30
|
+
"delete": "Menghapus",
|
31
|
+
"retry": "Klik untuk mencoba lagi",
|
32
|
+
"buttonText": "Unggah",
|
33
|
+
"preview": "Pratinjau",
|
34
|
+
"drag": "Klik atau seret file ke area ini untuk diunggah",
|
35
|
+
"dragHover": "Lepaskan untuk mengupload",
|
36
|
+
"error": "Kesalahan Unggahan"
|
37
|
+
},
|
38
|
+
"calendar": {
|
39
|
+
"formatYear": "YYYY",
|
40
|
+
"formatMonth": "MMM YYYY",
|
41
|
+
"today": "Hari ini",
|
42
|
+
"view": {
|
43
|
+
"month": "Bulan",
|
44
|
+
"year": "Tahun",
|
45
|
+
"week": "Minggu",
|
46
|
+
"day": "Hari"
|
47
|
+
},
|
48
|
+
"month": {
|
49
|
+
"long": {
|
50
|
+
"January": "Januari",
|
51
|
+
"February": "Februari",
|
52
|
+
"March": "Maret",
|
53
|
+
"April": "April",
|
54
|
+
"May": "Mungkin",
|
55
|
+
"June": "Juni",
|
56
|
+
"July": "Juli",
|
57
|
+
"August": "Agustus",
|
58
|
+
"September": "September",
|
59
|
+
"October": "Oktober",
|
60
|
+
"November": "November",
|
61
|
+
"December": "Desember"
|
62
|
+
},
|
63
|
+
"short": {
|
64
|
+
"January": "Jan",
|
65
|
+
"February": "Feb",
|
66
|
+
"March": "Mar",
|
67
|
+
"April": "Apr",
|
68
|
+
"May": "Mungkin",
|
69
|
+
"June": "Jun",
|
70
|
+
"July": "Jul",
|
71
|
+
"August": "Agu",
|
72
|
+
"September": "Sept",
|
73
|
+
"October": "Okt",
|
74
|
+
"November": "Nov",
|
75
|
+
"December": "Des"
|
76
|
+
}
|
77
|
+
},
|
78
|
+
"week": {
|
79
|
+
"long": {
|
80
|
+
"self": "Minggu",
|
81
|
+
"monday": "Senin",
|
82
|
+
"tuesday": "Selasa",
|
83
|
+
"wednesday": "Rabu",
|
84
|
+
"thursday": "Kamis",
|
85
|
+
"friday": "Jumat",
|
86
|
+
"saturday": "Sabtu",
|
87
|
+
"sunday": "Minggu"
|
88
|
+
},
|
89
|
+
"short": {
|
90
|
+
"self": "Minggu",
|
91
|
+
"monday": "Sen",
|
92
|
+
"tuesday": "Sel",
|
93
|
+
"wednesday": "Rab",
|
94
|
+
"thursday": "Kam",
|
95
|
+
"friday": "Jum",
|
96
|
+
"saturday": "Sab",
|
97
|
+
"sunday": "Min"
|
98
|
+
}
|
99
|
+
}
|
100
|
+
},
|
101
|
+
"datePicker": {
|
102
|
+
"view": {
|
103
|
+
"month": "Bulan",
|
104
|
+
"year": "Tahun",
|
105
|
+
"week": "Minggu",
|
106
|
+
"day": "Hari"
|
107
|
+
},
|
108
|
+
"month": {
|
109
|
+
"long": {
|
110
|
+
"January": "Januari",
|
111
|
+
"February": "Februari",
|
112
|
+
"March": "Maret",
|
113
|
+
"April": "April",
|
114
|
+
"May": "Mungkin",
|
115
|
+
"June": "Juni",
|
116
|
+
"July": "Juli",
|
117
|
+
"August": "Agustus",
|
118
|
+
"September": "September",
|
119
|
+
"October": "Oktober",
|
120
|
+
"November": "November",
|
121
|
+
"December": "Desember"
|
122
|
+
},
|
123
|
+
"short": {
|
124
|
+
"January": "Jan",
|
125
|
+
"February": "Feb",
|
126
|
+
"March": "Mar",
|
127
|
+
"April": "Apr",
|
128
|
+
"May": "Mungkin",
|
129
|
+
"June": "Jun",
|
130
|
+
"July": "Jul",
|
131
|
+
"August": "Agu",
|
132
|
+
"September": "Sept",
|
133
|
+
"October": "Okt",
|
134
|
+
"November": "Nov",
|
135
|
+
"December": "Des"
|
136
|
+
}
|
137
|
+
},
|
138
|
+
"week": {
|
139
|
+
"long": {
|
140
|
+
"self": "Minggu",
|
141
|
+
"monday": "Senin",
|
142
|
+
"tuesday": "Selasa",
|
143
|
+
"wednesday": "Rabu",
|
144
|
+
"thursday": "Kamis",
|
145
|
+
"friday": "Jumat",
|
146
|
+
"saturday": "Sabtu",
|
147
|
+
"sunday": "Minggu"
|
148
|
+
},
|
149
|
+
"short": {
|
150
|
+
"self": "Minggu",
|
151
|
+
"monday": "Sen",
|
152
|
+
"tuesday": "Sel",
|
153
|
+
"wednesday": "Rab",
|
154
|
+
"thursday": "Kam",
|
155
|
+
"friday": "Jum",
|
156
|
+
"saturday": "Sab",
|
157
|
+
"sunday": "Min"
|
158
|
+
}
|
159
|
+
},
|
160
|
+
"placeholder": {
|
161
|
+
"date": "Silakan pilih tanggal",
|
162
|
+
"week": "Silakan pilih minggu",
|
163
|
+
"month": "Silakan pilih bulan",
|
164
|
+
"year": "Silakan pilih tahun",
|
165
|
+
"quarter": "Silakan pilih perempat",
|
166
|
+
"time": "Pilih waktu"
|
167
|
+
},
|
168
|
+
"rangePlaceholder": {
|
169
|
+
"date": ["Mulai tanggal", "Tanggal berakhir"],
|
170
|
+
"week": ["Mulailah minggu", "Akhir minggu"],
|
171
|
+
"month": ["Mulai bulan", "Akhir bulan"],
|
172
|
+
"year": ["Awal tahun", "Akhir tahun"],
|
173
|
+
"quarter": ["Mulai kuartal", "Seperempat akhir"],
|
174
|
+
"time": ["Waktu mulai", "Akhir waktu"]
|
175
|
+
},
|
176
|
+
"selectTime": "Pilih waktu",
|
177
|
+
"today": "Hari ini",
|
178
|
+
"now": "Sekarang",
|
179
|
+
"ok": "Baik"
|
180
|
+
},
|
181
|
+
"image": {
|
182
|
+
"loading": "Memuat"
|
183
|
+
},
|
184
|
+
"imagePreview": {
|
185
|
+
"fullScreen": "Layar penuh",
|
186
|
+
"rotateRight": "Putar ke kanan",
|
187
|
+
"rotateLeft": "Putar ke kiri",
|
188
|
+
"zoomIn": "Perbesar",
|
189
|
+
"zoomOut": "Perkecil",
|
190
|
+
"originalSize": "Ukuran asli"
|
191
|
+
},
|
192
|
+
"typography": {
|
193
|
+
"copy": "Salinan",
|
194
|
+
"copied": "Disalin",
|
195
|
+
"edit": "Sunting",
|
196
|
+
"collapse": "Melipat",
|
197
|
+
"expand": "Membuka"
|
198
|
+
},
|
199
|
+
"colorPicker": {
|
200
|
+
"history": "Warna sejarah",
|
201
|
+
"preset": "Sistem preset warna",
|
202
|
+
"empty": "Tidak ada data"
|
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 a={description:"Tidak ada data"},e={okText:"Baik",cancelText:"Membatalkan"},r={okText:"Baik",cancelText:"Membatalkan"},t={okText:"Baik",cancelText:"Membatalkan"},n={goto:"Pergi ke",page:"Halaman",countPerPage:" / Halaman",total:"Total: {0}"},i={okText:"Baik",resetText:"Setel ulang"},u={start:"Mulailah",cancel:"Membatalkan",delete:"Menghapus",retry:"Klik untuk mencoba lagi",buttonText:"Unggah",preview:"Pratinjau",drag:"Klik atau seret file ke area ini untuk diunggah",dragHover:"Lepaskan untuk mengupload",error:"Kesalahan Unggahan"},l={formatYear:"YYYY",formatMonth:"MMM YYYY",today:"Hari ini",view:{month:"Bulan",year:"Tahun",week:"Minggu",day:"Hari"},month:{long:{January:"Januari",February:"Februari",March:"Maret",April:"April",May:"Mungkin",June:"Juni",July:"Juli",August:"Agustus",September:"September",October:"Oktober",November:"November",December:"Desember"},short:{January:"Jan",February:"Feb",March:"Mar",April:"Apr",May:"Mungkin",June:"Jun",July:"Jul",August:"Agu",September:"Sept",October:"Okt",November:"Nov",December:"Des"}},week:{long:{self:"Minggu",monday:"Senin",tuesday:"Selasa",wednesday:"Rabu",thursday:"Kamis",friday:"Jumat",saturday:"Sabtu",sunday:"Minggu"},short:{self:"Minggu",monday:"Sen",tuesday:"Sel",wednesday:"Rab",thursday:"Kam",friday:"Jum",saturday:"Sab",sunday:"Min"}}},o={view:{month:"Bulan",year:"Tahun",week:"Minggu",day:"Hari"},month:{long:{January:"Januari",February:"Februari",March:"Maret",April:"April",May:"Mungkin",June:"Juni",July:"Juli",August:"Agustus",September:"September",October:"Oktober",November:"November",December:"Desember"},short:{January:"Jan",February:"Feb",March:"Mar",April:"Apr",May:"Mungkin",June:"Jun",July:"Jul",August:"Agu",September:"Sept",October:"Okt",November:"Nov",December:"Des"}},week:{long:{self:"Minggu",monday:"Senin",tuesday:"Selasa",wednesday:"Rabu",thursday:"Kamis",friday:"Jumat",saturday:"Sabtu",sunday:"Minggu"},short:{self:"Minggu",monday:"Sen",tuesday:"Sel",wednesday:"Rab",thursday:"Kam",friday:"Jum",saturday:"Sab",sunday:"Min"}},placeholder:{date:"Silakan pilih tanggal",week:"Silakan pilih minggu",month:"Silakan pilih bulan",year:"Silakan pilih tahun",quarter:"Silakan pilih perempat",time:"Pilih waktu"},rangePlaceholder:{date:["Mulai tanggal","Tanggal berakhir"],week:["Mulailah minggu","Akhir minggu"],month:["Mulai bulan","Akhir bulan"],year:["Awal tahun","Akhir tahun"],quarter:["Mulai kuartal","Seperempat akhir"],time:["Waktu mulai","Akhir waktu"]},selectTime:"Pilih waktu",today:"Hari ini",now:"Sekarang",ok:"Baik"},s={loading:"Memuat"},g={fullScreen:"Layar penuh",rotateRight:"Putar ke kanan",rotateLeft:"Putar ke kiri",zoomIn:"Perbesar",zoomOut:"Perkecil",originalSize:"Ukuran asli"},m={copy:"Salinan",copied:"Disalin",edit:"Sunting",collapse:"Melipat",expand:"Membuka"},p={history:"Warna sejarah",preset:"Sistem preset warna",empty:"Tidak ada data"},d={empty:a,drawer:e,popconfirm:r,modal:t,pagination:n,table:i,upload:u,calendar:l,datePicker:o,image:s,imagePreview:g,typography:m,colorPicker:p};exports.calendar=l,exports.colorPicker=p,exports.datePicker=o,exports.default=d,exports.drawer=e,exports.empty=a,exports.image=s,exports.imagePreview=g,exports.modal=t,exports.pagination=n,exports.popconfirm=r,exports.table=i,exports.typography=m,exports.upload=u;
|
@@ -0,0 +1,207 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
"empty": {
|
3
|
+
"description": "Nessun dato"
|
4
|
+
},
|
5
|
+
"drawer": {
|
6
|
+
"okText": "OK",
|
7
|
+
"cancelText": "Annulla"
|
8
|
+
},
|
9
|
+
"popconfirm": {
|
10
|
+
"okText": "OK",
|
11
|
+
"cancelText": "Annulla"
|
12
|
+
},
|
13
|
+
"modal": {
|
14
|
+
"okText": "OK",
|
15
|
+
"cancelText": "Annulla"
|
16
|
+
},
|
17
|
+
"pagination": {
|
18
|
+
"goto": "vai a",
|
19
|
+
"page": "",
|
20
|
+
"countPerPage": "/ pagina",
|
21
|
+
"total": "Totale {0}"
|
22
|
+
},
|
23
|
+
"table": {
|
24
|
+
"okText": "OK",
|
25
|
+
"resetText": "Ripristina"
|
26
|
+
},
|
27
|
+
"upload": {
|
28
|
+
"start": "Inizio",
|
29
|
+
"cancel": "Annulla",
|
30
|
+
"delete": "Elimina",
|
31
|
+
"retry": "Fare clic per riprovare",
|
32
|
+
"buttonText": "Fare clic per caricare",
|
33
|
+
"preview": "Anteprima",
|
34
|
+
"drag": "Fare clic o trascinare i file da caricare qui",
|
35
|
+
"dragHover": "Libera il file e inizia a caricare",
|
36
|
+
"error": "Caricamento non riuscito"
|
37
|
+
},
|
38
|
+
"calendar": {
|
39
|
+
"formatYear": "YYYY",
|
40
|
+
"formatMonth": "MMM YYYY",
|
41
|
+
"today": "Oggi",
|
42
|
+
"view": {
|
43
|
+
"month": "Mese",
|
44
|
+
"year": "Anno",
|
45
|
+
"week": "Settimana",
|
46
|
+
"day": "Giorno"
|
47
|
+
},
|
48
|
+
"month": {
|
49
|
+
"long": {
|
50
|
+
"January": "Gennaio",
|
51
|
+
"February": "Febbraio",
|
52
|
+
"March": "Marzo",
|
53
|
+
"April": "Aprile",
|
54
|
+
"May": "Maggio",
|
55
|
+
"June": "Giugno",
|
56
|
+
"July": "Luglio",
|
57
|
+
"August": "Agosto",
|
58
|
+
"September": "Settembre",
|
59
|
+
"October": "Ottobre",
|
60
|
+
"November": "Novembre",
|
61
|
+
"December": "Dicembre"
|
62
|
+
},
|
63
|
+
"short": {
|
64
|
+
"January": "Gen",
|
65
|
+
"February": "Feb",
|
66
|
+
"March": "Mar",
|
67
|
+
"April": "Apr",
|
68
|
+
"May": "Mag",
|
69
|
+
"June": "Giu",
|
70
|
+
"July": "Lug",
|
71
|
+
"August": "Ago",
|
72
|
+
"September": "Set",
|
73
|
+
"October": "Ott",
|
74
|
+
"November": "Nov",
|
75
|
+
"December": "Dic"
|
76
|
+
}
|
77
|
+
},
|
78
|
+
"week": {
|
79
|
+
"long": {
|
80
|
+
"self": "Settimana",
|
81
|
+
"monday": "Lunedì",
|
82
|
+
"tuesday": "Martedì",
|
83
|
+
"wednesday": "Mercoledì",
|
84
|
+
"thursday": "Giovedì",
|
85
|
+
"friday": "Venerdì",
|
86
|
+
"saturday": "Sabato",
|
87
|
+
"sunday": "Domenica"
|
88
|
+
},
|
89
|
+
"short": {
|
90
|
+
"self": "Settimana",
|
91
|
+
"monday": "Lun",
|
92
|
+
"tuesday": "Mar",
|
93
|
+
"wednesday": "Mer",
|
94
|
+
"thursday": "Gio",
|
95
|
+
"friday": "Ven",
|
96
|
+
"saturday": "Sab",
|
97
|
+
"sunday": "Dom"
|
98
|
+
}
|
99
|
+
}
|
100
|
+
},
|
101
|
+
"datePicker": {
|
102
|
+
"view": {
|
103
|
+
"month": "Mese",
|
104
|
+
"year": "Anno",
|
105
|
+
"week": "Settimana",
|
106
|
+
"day": "Giorno"
|
107
|
+
},
|
108
|
+
"month": {
|
109
|
+
"long": {
|
110
|
+
"January": "Gennaio",
|
111
|
+
"February": "Febbraio",
|
112
|
+
"March": "Marzo",
|
113
|
+
"April": "Aprile",
|
114
|
+
"May": "Maggio",
|
115
|
+
"June": "Giugno",
|
116
|
+
"July": "Luglio",
|
117
|
+
"August": "Agosto",
|
118
|
+
"September": "Settembre",
|
119
|
+
"October": "Ottobre",
|
120
|
+
"November": "Novembre",
|
121
|
+
"December": "Dicembre"
|
122
|
+
},
|
123
|
+
"short": {
|
124
|
+
"January": "Gen",
|
125
|
+
"February": "Feb",
|
126
|
+
"March": "Mar",
|
127
|
+
"April": "Apr",
|
128
|
+
"May": "Mag",
|
129
|
+
"June": "Giu",
|
130
|
+
"July": "Lug",
|
131
|
+
"August": "Ago",
|
132
|
+
"September": "Set",
|
133
|
+
"October": "Ott",
|
134
|
+
"November": "Nov",
|
135
|
+
"December": "Dic"
|
136
|
+
}
|
137
|
+
},
|
138
|
+
"week": {
|
139
|
+
"long": {
|
140
|
+
"self": "Settimana",
|
141
|
+
"monday": "Lunedì",
|
142
|
+
"tuesday": "Martedì",
|
143
|
+
"wednesday": "Mercoledì",
|
144
|
+
"thursday": "Giovedì",
|
145
|
+
"friday": "Venerdì",
|
146
|
+
"saturday": "Sabato",
|
147
|
+
"sunday": "Domenica"
|
148
|
+
},
|
149
|
+
"short": {
|
150
|
+
"self": "Settimana",
|
151
|
+
"monday": "Lun",
|
152
|
+
"tuesday": "Mar",
|
153
|
+
"wednesday": "Mer",
|
154
|
+
"thursday": "Gio",
|
155
|
+
"friday": "Ven",
|
156
|
+
"saturday": "Sab",
|
157
|
+
"sunday": "Dom"
|
158
|
+
}
|
159
|
+
},
|
160
|
+
"placeholder": {
|
161
|
+
"date": "Seleziona una data",
|
162
|
+
"week": "Seleziona la settimana",
|
163
|
+
"month": "Seleziona un mese",
|
164
|
+
"year": "Seleziona un anno",
|
165
|
+
"quarter": "Selezionare il trimestre",
|
166
|
+
"time": "Seleziona un orario"
|
167
|
+
},
|
168
|
+
"rangePlaceholder": {
|
169
|
+
"date": ["Data di inizio", "Data di fine"],
|
170
|
+
"week": ["Settimana di inizio", "Settimana di fine"],
|
171
|
+
"month": ["Mese di inizio", "Mese di fine"],
|
172
|
+
"year": ["Anno di inizio", "Anno di fine"],
|
173
|
+
"quarter": ["Trimestre di inizio", "Trimestre di fine"],
|
174
|
+
"time": ["Orario di inizio", "Orario di chiusura"]
|
175
|
+
},
|
176
|
+
"selectTime": "Seleziona un orario",
|
177
|
+
"today": "Oggi",
|
178
|
+
"now": "Ora",
|
179
|
+
"ok": "OK"
|
180
|
+
},
|
181
|
+
"image": {
|
182
|
+
"loading": "Caricamento in corso"
|
183
|
+
},
|
184
|
+
"imagePreview": {
|
185
|
+
"fullScreen": "A schermo intero",
|
186
|
+
"rotateRight": "Ruota a destra",
|
187
|
+
"rotateLeft": "Ruotare a sinistra",
|
188
|
+
"zoomIn": "Ingrandire",
|
189
|
+
"zoomOut": "Rimpicciolire",
|
190
|
+
"originalSize": "Misura originale"
|
191
|
+
},
|
192
|
+
"typography": {
|
193
|
+
"copy": "Copia",
|
194
|
+
"copied": "Copia effettuata",
|
195
|
+
"edit": "Modifica",
|
196
|
+
"collapse": "Piega",
|
197
|
+
"expand": "Espandi"
|
198
|
+
},
|
199
|
+
"colorPicker": {
|
200
|
+
"history": "Colori storici",
|
201
|
+
"preset": "Colori preimpostati dal sistema",
|
202
|
+
"empty": "Nessun dato"
|
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:"Nessun dato"},a={okText:"OK",cancelText:"Annulla"},r={okText:"OK",cancelText:"Annulla"},i={okText:"OK",cancelText:"Annulla"},o={goto:"vai a",page:"",countPerPage:"/ pagina",total:"Totale {0}"},t={okText:"OK",resetText:"Ripristina"},n={start:"Inizio",cancel:"Annulla",delete:"Elimina",retry:"Fare clic per riprovare",buttonText:"Fare clic per caricare",preview:"Anteprima",drag:"Fare clic o trascinare i file da caricare qui",dragHover:"Libera il file e inizia a caricare",error:"Caricamento non riuscito"},d={formatYear:"YYYY",formatMonth:"MMM YYYY",today:"Oggi",view:{month:"Mese",year:"Anno",week:"Settimana",day:"Giorno"},month:{long:{January:"Gennaio",February:"Febbraio",March:"Marzo",April:"Aprile",May:"Maggio",June:"Giugno",July:"Luglio",August:"Agosto",September:"Settembre",October:"Ottobre",November:"Novembre",December:"Dicembre"},short:{January:"Gen",February:"Feb",March:"Mar",April:"Apr",May:"Mag",June:"Giu",July:"Lug",August:"Ago",September:"Set",October:"Ott",November:"Nov",December:"Dic"}},week:{long:{self:"Settimana",monday:"Lunedì",tuesday:"Martedì",wednesday:"Mercoledì",thursday:"Giovedì",friday:"Venerdì",saturday:"Sabato",sunday:"Domenica"},short:{self:"Settimana",monday:"Lun",tuesday:"Mar",wednesday:"Mer",thursday:"Gio",friday:"Ven",saturday:"Sab",sunday:"Dom"}}},s={view:{month:"Mese",year:"Anno",week:"Settimana",day:"Giorno"},month:{long:{January:"Gennaio",February:"Febbraio",March:"Marzo",April:"Aprile",May:"Maggio",June:"Giugno",July:"Luglio",August:"Agosto",September:"Settembre",October:"Ottobre",November:"Novembre",December:"Dicembre"},short:{January:"Gen",February:"Feb",March:"Mar",April:"Apr",May:"Mag",June:"Giu",July:"Lug",August:"Ago",September:"Set",October:"Ott",November:"Nov",December:"Dic"}},week:{long:{self:"Settimana",monday:"Lunedì",tuesday:"Martedì",wednesday:"Mercoledì",thursday:"Giovedì",friday:"Venerdì",saturday:"Sabato",sunday:"Domenica"},short:{self:"Settimana",monday:"Lun",tuesday:"Mar",wednesday:"Mer",thursday:"Gio",friday:"Ven",saturday:"Sab",sunday:"Dom"}},placeholder:{date:"Seleziona una data",week:"Seleziona la settimana",month:"Seleziona un mese",year:"Seleziona un anno",quarter:"Selezionare il trimestre",time:"Seleziona un orario"},rangePlaceholder:{date:["Data di inizio","Data di fine"],week:["Settimana di inizio","Settimana di fine"],month:["Mese di inizio","Mese di fine"],year:["Anno di inizio","Anno di fine"],quarter:["Trimestre di inizio","Trimestre di fine"],time:["Orario di inizio","Orario di chiusura"]},selectTime:"Seleziona un orario",today:"Oggi",now:"Ora",ok:"OK"},l={loading:"Caricamento in corso"},u={fullScreen:"A schermo intero",rotateRight:"Ruota a destra",rotateLeft:"Ruotare a sinistra",zoomIn:"Ingrandire",zoomOut:"Rimpicciolire",originalSize:"Misura originale"},c={copy:"Copia",copied:"Copia effettuata",edit:"Modifica",collapse:"Piega",expand:"Espandi"},m={history:"Colori storici",preset:"Colori preimpostati dal sistema",empty:"Nessun dato"},p={empty:e,drawer:a,popconfirm:r,modal:i,pagination:o,table:t,upload:n,calendar:d,datePicker:s,image:l,imagePreview:u,typography:c,colorPicker:m};exports.calendar=d,exports.colorPicker=m,exports.datePicker=s,exports.default=p,exports.drawer=a,exports.empty=e,exports.image=l,exports.imagePreview=u,exports.modal=i,exports.pagination=o,exports.popconfirm=r,exports.table=t,exports.typography=c,exports.upload=n;
|