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,251 @@
|
|
1
|
+
const empty = {
|
2
|
+
description: "No hay datos"
|
3
|
+
};
|
4
|
+
const drawer = {
|
5
|
+
okText: "Aceptar",
|
6
|
+
cancelText: "Cancelar"
|
7
|
+
};
|
8
|
+
const popconfirm = {
|
9
|
+
okText: "Aceptar",
|
10
|
+
cancelText: "Cancelar"
|
11
|
+
};
|
12
|
+
const modal = {
|
13
|
+
okText: "Aceptar",
|
14
|
+
cancelText: "Cancelar"
|
15
|
+
};
|
16
|
+
const pagination = {
|
17
|
+
goto: "Ir a",
|
18
|
+
page: "Página",
|
19
|
+
countPerPage: "/ página",
|
20
|
+
total: "{0} en total"
|
21
|
+
};
|
22
|
+
const table = {
|
23
|
+
okText: "Aceptar",
|
24
|
+
resetText: "Reiniciar"
|
25
|
+
};
|
26
|
+
const upload = {
|
27
|
+
start: "Comienzo",
|
28
|
+
cancel: "Cancelar",
|
29
|
+
"delete": "Eliminar",
|
30
|
+
retry: "Haga clic para intentarlo de nuevo",
|
31
|
+
buttonText: "Haga clic para cargar",
|
32
|
+
preview: "Vista Previa",
|
33
|
+
drag: "Haga clic o arrastre los archivos para cargarlos aquí",
|
34
|
+
dragHover: "Libera el archivo y empieza a subir",
|
35
|
+
error: "Fallar"
|
36
|
+
};
|
37
|
+
const calendar = {
|
38
|
+
formatYear: "YYYY",
|
39
|
+
formatMonth: "M/YYYY",
|
40
|
+
today: "Hoy",
|
41
|
+
view: {
|
42
|
+
month: "Mes",
|
43
|
+
year: "Año",
|
44
|
+
week: "Semana",
|
45
|
+
day: "Fecha"
|
46
|
+
},
|
47
|
+
month: {
|
48
|
+
long: {
|
49
|
+
January: "Enero",
|
50
|
+
February: "Febrero",
|
51
|
+
March: "Marzo",
|
52
|
+
April: "Abril",
|
53
|
+
May: "Mayo",
|
54
|
+
June: "Junio",
|
55
|
+
July: "Julio",
|
56
|
+
August: "Agosto",
|
57
|
+
September: "Septiembre",
|
58
|
+
October: "Octubre",
|
59
|
+
November: "Noviembre",
|
60
|
+
December: "Diciembre"
|
61
|
+
},
|
62
|
+
short: {
|
63
|
+
January: "Ene",
|
64
|
+
February: "Feb",
|
65
|
+
March: "Mar",
|
66
|
+
April: "Abr",
|
67
|
+
May: "May",
|
68
|
+
June: "Jun",
|
69
|
+
July: "Jul",
|
70
|
+
August: "Ago",
|
71
|
+
September: "Sep",
|
72
|
+
October: "Oct",
|
73
|
+
November: "Nov",
|
74
|
+
December: "Dic"
|
75
|
+
}
|
76
|
+
},
|
77
|
+
week: {
|
78
|
+
long: {
|
79
|
+
self: "Semana",
|
80
|
+
monday: "Lunes",
|
81
|
+
tuesday: "Martes",
|
82
|
+
wednesday: "Miércoles",
|
83
|
+
thursday: "Jueves",
|
84
|
+
friday: "Viernes",
|
85
|
+
saturday: "Sábado",
|
86
|
+
sunday: "Domingo"
|
87
|
+
},
|
88
|
+
short: {
|
89
|
+
self: "Semana",
|
90
|
+
monday: "Lun",
|
91
|
+
tuesday: "Mar",
|
92
|
+
wednesday: "Mié",
|
93
|
+
thursday: "Jue",
|
94
|
+
friday: "Vie",
|
95
|
+
saturday: "Sáb",
|
96
|
+
sunday: "Dom"
|
97
|
+
}
|
98
|
+
}
|
99
|
+
};
|
100
|
+
const datePicker = {
|
101
|
+
view: {
|
102
|
+
month: "Mes",
|
103
|
+
year: "Año",
|
104
|
+
week: "Semana",
|
105
|
+
day: "Fecha"
|
106
|
+
},
|
107
|
+
month: {
|
108
|
+
long: {
|
109
|
+
January: "Enero",
|
110
|
+
February: "Febrero",
|
111
|
+
March: "Marzo",
|
112
|
+
April: "Abril",
|
113
|
+
May: "Mayo",
|
114
|
+
June: "Junio",
|
115
|
+
July: "Julio",
|
116
|
+
August: "Agosto",
|
117
|
+
September: "Septiembre",
|
118
|
+
October: "Octubre",
|
119
|
+
November: "Noviembre",
|
120
|
+
December: "Diciembre"
|
121
|
+
},
|
122
|
+
short: {
|
123
|
+
January: "Ene",
|
124
|
+
February: "Feb",
|
125
|
+
March: "Mar",
|
126
|
+
April: "Abr",
|
127
|
+
May: "May",
|
128
|
+
June: "Jun",
|
129
|
+
July: "Jul",
|
130
|
+
August: "Ago",
|
131
|
+
September: "Sep",
|
132
|
+
October: "Oct",
|
133
|
+
November: "Nov",
|
134
|
+
December: "Dic"
|
135
|
+
}
|
136
|
+
},
|
137
|
+
week: {
|
138
|
+
long: {
|
139
|
+
self: "Semana",
|
140
|
+
monday: "Lunes",
|
141
|
+
tuesday: "Martes",
|
142
|
+
wednesday: "Miércoles",
|
143
|
+
thursday: "Jueves",
|
144
|
+
friday: "Viernes",
|
145
|
+
saturday: "Sábado",
|
146
|
+
sunday: "Domingo"
|
147
|
+
},
|
148
|
+
short: {
|
149
|
+
self: "Semana",
|
150
|
+
monday: "Lun",
|
151
|
+
tuesday: "Mar",
|
152
|
+
wednesday: "Mié",
|
153
|
+
thursday: "Jue",
|
154
|
+
friday: "Vie",
|
155
|
+
saturday: "Sáb",
|
156
|
+
sunday: "Dom"
|
157
|
+
}
|
158
|
+
},
|
159
|
+
placeholder: {
|
160
|
+
date: "Seleccionar fecha",
|
161
|
+
week: "Seleccionar semana",
|
162
|
+
month: "Elegir un mes",
|
163
|
+
year: "Elegir un año",
|
164
|
+
quarter: "Seleccionar trimestre",
|
165
|
+
time: "Seleccionar hora"
|
166
|
+
},
|
167
|
+
rangePlaceholder: {
|
168
|
+
date: [
|
169
|
+
"Fecha inicial",
|
170
|
+
"Fecha final"
|
171
|
+
],
|
172
|
+
week: [
|
173
|
+
"Semana inicial",
|
174
|
+
"Semana final"
|
175
|
+
],
|
176
|
+
month: [
|
177
|
+
"Mes inicial",
|
178
|
+
"Mes final"
|
179
|
+
],
|
180
|
+
year: [
|
181
|
+
"Año inicial",
|
182
|
+
"Año final"
|
183
|
+
],
|
184
|
+
quarter: [
|
185
|
+
"Trimestre inicial",
|
186
|
+
"Trimestre final"
|
187
|
+
],
|
188
|
+
time: [
|
189
|
+
"Seleccionar hora",
|
190
|
+
"Seleccionar hora"
|
191
|
+
]
|
192
|
+
},
|
193
|
+
selectTime: "Select time",
|
194
|
+
today: "Today",
|
195
|
+
now: "Now",
|
196
|
+
ok: "Ok"
|
197
|
+
};
|
198
|
+
const image = {
|
199
|
+
loading: "cargando"
|
200
|
+
};
|
201
|
+
const imagePreview = {
|
202
|
+
fullScreen: "Pantalla completa",
|
203
|
+
rotateRight: "Gira a la derecha",
|
204
|
+
rotateLeft: "Girar a la izquierda",
|
205
|
+
zoomIn: "Acercar",
|
206
|
+
zoomOut: "Alejar",
|
207
|
+
originalSize: "Tamaño original"
|
208
|
+
};
|
209
|
+
const typography = {
|
210
|
+
copy: "Copiar",
|
211
|
+
copied: "Copiado",
|
212
|
+
edit: "Editar",
|
213
|
+
expand: "Expandir",
|
214
|
+
collapse: "Pliegue"
|
215
|
+
};
|
216
|
+
const colorPicker = {
|
217
|
+
history: "Colores históricos",
|
218
|
+
preset: "Colores predefinidos del sistema",
|
219
|
+
empty: "No hay datos"
|
220
|
+
};
|
221
|
+
const esEs = {
|
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
|
+
esEs 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,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,251 @@
|
|
1
|
+
const empty = {
|
2
|
+
description: "Aucune donnée"
|
3
|
+
};
|
4
|
+
const drawer = {
|
5
|
+
okText: "OK",
|
6
|
+
cancelText: "Annuler"
|
7
|
+
};
|
8
|
+
const popconfirm = {
|
9
|
+
okText: "OK",
|
10
|
+
cancelText: "Annuler"
|
11
|
+
};
|
12
|
+
const modal = {
|
13
|
+
okText: "OK",
|
14
|
+
cancelText: "Annuler"
|
15
|
+
};
|
16
|
+
const pagination = {
|
17
|
+
goto: "Aller à",
|
18
|
+
page: "Page",
|
19
|
+
countPerPage: "/ page",
|
20
|
+
total: "Total {0}"
|
21
|
+
};
|
22
|
+
const table = {
|
23
|
+
okText: "OK",
|
24
|
+
resetText: "Réinitialiser"
|
25
|
+
};
|
26
|
+
const upload = {
|
27
|
+
start: "Démarrer",
|
28
|
+
cancel: "Annuler",
|
29
|
+
"delete": "Supprimer",
|
30
|
+
retry: "Cliquez pour réessayer",
|
31
|
+
buttonText: "Cliquez pour télécharger",
|
32
|
+
preview: "Aperçu",
|
33
|
+
drag: "Cliquez ou faites glisser les fichiers à télécharger ici",
|
34
|
+
dragHover: "Libérez le fichier et commencez à télécharger",
|
35
|
+
error: "le téléchargement a échoué"
|
36
|
+
};
|
37
|
+
const calendar = {
|
38
|
+
formatYear: "YYYY",
|
39
|
+
formatMonth: "MM/YYYY",
|
40
|
+
today: "Aujourd'hui",
|
41
|
+
view: {
|
42
|
+
month: "Mois",
|
43
|
+
year: "Année",
|
44
|
+
week: "Semaine",
|
45
|
+
day: "Date"
|
46
|
+
},
|
47
|
+
month: {
|
48
|
+
long: {
|
49
|
+
January: "Janvier",
|
50
|
+
February: "Février",
|
51
|
+
March: "Mars",
|
52
|
+
April: "Avril",
|
53
|
+
May: "Mai",
|
54
|
+
June: "Juin",
|
55
|
+
July: "Juillet",
|
56
|
+
August: "Août",
|
57
|
+
September: "Septembre",
|
58
|
+
October: "Octobre",
|
59
|
+
November: "Novembre",
|
60
|
+
December: "Décembre"
|
61
|
+
},
|
62
|
+
short: {
|
63
|
+
January: "Jan",
|
64
|
+
February: "Fév",
|
65
|
+
March: "Mar",
|
66
|
+
April: "Avr",
|
67
|
+
May: "Mai",
|
68
|
+
June: "Jun",
|
69
|
+
July: "Jul",
|
70
|
+
August: "Aoû",
|
71
|
+
September: "Sep",
|
72
|
+
October: "Oct",
|
73
|
+
November: "Nov",
|
74
|
+
December: "Déc"
|
75
|
+
}
|
76
|
+
},
|
77
|
+
week: {
|
78
|
+
long: {
|
79
|
+
self: "Week",
|
80
|
+
monday: "Lundi",
|
81
|
+
tuesday: "Mardi",
|
82
|
+
wednesday: "Mercredi",
|
83
|
+
thursday: "Jeudi",
|
84
|
+
friday: "Vendredi",
|
85
|
+
saturday: "Samedi",
|
86
|
+
sunday: "Dimanche"
|
87
|
+
},
|
88
|
+
short: {
|
89
|
+
self: "Week",
|
90
|
+
monday: "Lun",
|
91
|
+
tuesday: "Mar",
|
92
|
+
wednesday: "Mer",
|
93
|
+
thursday: "Jeu",
|
94
|
+
friday: "Ven",
|
95
|
+
saturday: "Sam",
|
96
|
+
sunday: "Dim"
|
97
|
+
}
|
98
|
+
}
|
99
|
+
};
|
100
|
+
const datePicker = {
|
101
|
+
view: {
|
102
|
+
month: "Mois",
|
103
|
+
year: "Année",
|
104
|
+
week: "Semaine",
|
105
|
+
day: "Date"
|
106
|
+
},
|
107
|
+
month: {
|
108
|
+
long: {
|
109
|
+
January: "Janvier",
|
110
|
+
February: "Février",
|
111
|
+
March: "Mars",
|
112
|
+
April: "Avril",
|
113
|
+
May: "Mai",
|
114
|
+
June: "Juin",
|
115
|
+
July: "Juillet",
|
116
|
+
August: "Août",
|
117
|
+
September: "Septembre",
|
118
|
+
October: "Octobre",
|
119
|
+
November: "Novembre",
|
120
|
+
December: "Décembre"
|
121
|
+
},
|
122
|
+
short: {
|
123
|
+
January: "Jan",
|
124
|
+
February: "Fév",
|
125
|
+
March: "Mar",
|
126
|
+
April: "Avr",
|
127
|
+
May: "Mai",
|
128
|
+
June: "Jun",
|
129
|
+
July: "Jul",
|
130
|
+
August: "Aoû",
|
131
|
+
September: "Sep",
|
132
|
+
October: "Oct",
|
133
|
+
November: "Nov",
|
134
|
+
December: "Déc"
|
135
|
+
}
|
136
|
+
},
|
137
|
+
week: {
|
138
|
+
long: {
|
139
|
+
self: "Week",
|
140
|
+
monday: "Lundi",
|
141
|
+
tuesday: "Mardi",
|
142
|
+
wednesday: "Mercredi",
|
143
|
+
thursday: "Jeudi",
|
144
|
+
friday: "Vendredi",
|
145
|
+
saturday: "Samedi",
|
146
|
+
sunday: "Dimanche"
|
147
|
+
},
|
148
|
+
short: {
|
149
|
+
self: "Week",
|
150
|
+
monday: "Lun",
|
151
|
+
tuesday: "Mar",
|
152
|
+
wednesday: "Mer",
|
153
|
+
thursday: "Jeu",
|
154
|
+
friday: "Ven",
|
155
|
+
saturday: "Sam",
|
156
|
+
sunday: "Dim"
|
157
|
+
}
|
158
|
+
},
|
159
|
+
placeholder: {
|
160
|
+
date: "Sélectionner une date",
|
161
|
+
week: "Sélectionner une semaine",
|
162
|
+
month: "Sélectionner un mois",
|
163
|
+
year: "Sélectionner une année",
|
164
|
+
quarter: "Sélectionner un trimestre",
|
165
|
+
time: "Sélectionner l'heure"
|
166
|
+
},
|
167
|
+
rangePlaceholder: {
|
168
|
+
date: [
|
169
|
+
"Date de début",
|
170
|
+
"Date de fin"
|
171
|
+
],
|
172
|
+
week: [
|
173
|
+
"Semaine de début",
|
174
|
+
"Semaine de fin"
|
175
|
+
],
|
176
|
+
month: [
|
177
|
+
"Mois de début",
|
178
|
+
"Mois de fin"
|
179
|
+
],
|
180
|
+
year: [
|
181
|
+
"Année de début",
|
182
|
+
"Année de fin"
|
183
|
+
],
|
184
|
+
quarter: [
|
185
|
+
"Trimestre de début",
|
186
|
+
"Trimestre de fin"
|
187
|
+
],
|
188
|
+
time: [
|
189
|
+
"Heure de début",
|
190
|
+
"Heure de fin"
|
191
|
+
]
|
192
|
+
},
|
193
|
+
selectTime: "Sélectionner l'heure",
|
194
|
+
today: "Aujourd'hui",
|
195
|
+
now: "Maintenant",
|
196
|
+
ok: "OK"
|
197
|
+
};
|
198
|
+
const image = {
|
199
|
+
loading: "Chargement en cours"
|
200
|
+
};
|
201
|
+
const imagePreview = {
|
202
|
+
fullScreen: "Plein écran",
|
203
|
+
rotateRight: "Tourner à droite",
|
204
|
+
rotateLeft: "Tourner vers la gauche",
|
205
|
+
zoomIn: "Agrandir",
|
206
|
+
zoomOut: "Dézoomer",
|
207
|
+
originalSize: "Format original"
|
208
|
+
};
|
209
|
+
const typography = {
|
210
|
+
copy: "Copier",
|
211
|
+
copied: "Copie effectuée",
|
212
|
+
edit: "Éditer",
|
213
|
+
collapse: "Plier",
|
214
|
+
expand: "Étendre"
|
215
|
+
};
|
216
|
+
const colorPicker = {
|
217
|
+
history: "Couleurs historiques",
|
218
|
+
preset: "Couleurs prédéfinies par le système",
|
219
|
+
empty: "Aucune donnée"
|
220
|
+
};
|
221
|
+
const frFr = {
|
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
|
+
frFr as default,
|
241
|
+
drawer,
|
242
|
+
empty,
|
243
|
+
image,
|
244
|
+
imagePreview,
|
245
|
+
modal,
|
246
|
+
pagination,
|
247
|
+
popconfirm,
|
248
|
+
table,
|
249
|
+
typography,
|
250
|
+
upload
|
251
|
+
};
|