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