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
@@ -1,205 +0,0 @@
|
|
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
|
-
expand: string;
|
197
|
-
collapse: string;
|
198
|
-
};
|
199
|
-
colorPicker: {
|
200
|
-
history: string;
|
201
|
-
preset: string;
|
202
|
-
empty: string;
|
203
|
-
};
|
204
|
-
};
|
205
|
-
export default lang;
|
@@ -1 +0,0 @@
|
|
1
|
-
"use strict";const e={formatYear:"YYYY",formatMonth:"M/YYYY",today:"Hoy",view:{month:"Mes",year:"Año",week:"Semana",day:"Fecha"},month:{long:{January:"Enero",February:"Febrero",March:"Marzo",April:"Abril",May:"Mayo",June:"Junio",July:"Julio",August:"Agosto",September:"Septiembre",October:"Octubre",November:"Noviembre",December:"Diciembre"},short:{January:"Ene",February:"Feb",March:"Mar",April:"Abr",May:"May",June:"Jun",July:"Jul",August:"Ago",September:"Sep",October:"Oct",November:"Nov",December:"Dic"}},week:{long:{self:"Semana",monday:"Lunes",tuesday:"Martes",wednesday:"Miércoles",thursday:"Jueves",friday:"Viernes",saturday:"Sábado",sunday:"Domingo"},short:{self:"Semana",monday:"Lun",tuesday:"Mar",wednesday:"Mié",thursday:"Jue",friday:"Vie",saturday:"Sáb",sunday:"Dom"}}},a={empty:{description:"No hay datos"},drawer:{okText:"Aceptar",cancelText:"Cancelar"},popconfirm:{okText:"Aceptar",cancelText:"Cancelar"},modal:{okText:"Aceptar",cancelText:"Cancelar"},pagination:{goto:"Ir a",page:"Página",countPerPage:"/ página",total:"{0} en total"},table:{okText:"Aceptar",resetText:"Reiniciar"},upload:{start:"Comienzo",cancel:"Cancelar",delete:"Eliminar",retry:"Haga clic para intentarlo de nuevo",buttonText:"Haga clic para cargar",preview:"Vista Previa",drag:"Haga clic o arrastre los archivos para cargarlos aquí",dragHover:"Libera el archivo y empieza a subir",error:"Fallar"},calendar:e,datePicker:{view:e.view,month:e.month,week:e.week,placeholder:{date:"Seleccionar fecha",week:"Seleccionar semana",month:"Elegir un mes",year:"Elegir un año",quarter:"Seleccionar trimestre",time:"Seleccionar hora"},rangePlaceholder:{date:["Fecha inicial","Fecha final"],week:["Semana inicial","Semana final"],month:["Mes inicial","Mes final"],year:["Año inicial","Año final"],quarter:["Trimestre inicial","Trimestre final"],time:["Seleccionar hora","Seleccionar hora"]},selectTime:"Select time",today:"Today",now:"Now",ok:"Ok"},image:{loading:"cargando"},imagePreview:{fullScreen:"Pantalla completa",rotateRight:"Gira a la derecha",rotateLeft:"Girar a la izquierda",zoomIn:"Acercar",zoomOut:"Alejar",originalSize:"Tamaño original"},typography:{copy:"Copiar",copied:"Copiado",edit:"Editar",expand:"Expandir",collapse:"Pliegue"},colorPicker:{history:"Colores históricos",preset:"Colores predefinidos del sistema",empty:"No hay datos"}};module.exports=a;
|
@@ -1,205 +0,0 @@
|
|
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;
|
@@ -1 +0,0 @@
|
|
1
|
-
"use strict";const e={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"}}},r={empty:{description:"Aucune donnée"},drawer:{okText:"OK",cancelText:"Annuler"},popconfirm:{okText:"OK",cancelText:"Annuler"},modal:{okText:"OK",cancelText:"Annuler"},pagination:{goto:"Aller à",page:"Page",countPerPage:"/ page",total:"Total {0}"},table:{okText:"OK",resetText:"Réinitialiser"},upload:{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é"},calendar:e,datePicker:{view:e.view,month:e.month,week:e.week,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"},image:{loading:"Chargement en cours"},imagePreview:{fullScreen:"Plein écran",rotateRight:"Tourner à droite",rotateLeft:"Tourner vers la gauche",zoomIn:"Agrandir",zoomOut:"Dézoomer",originalSize:"Format original"},typography:{copy:"Copier",copied:"Copie effectuée",edit:"Éditer",collapse:"Plier",expand:"Étendre"},colorPicker:{history:"Couleurs historiques",preset:"Couleurs prédéfinies par le système",empty:"Aucune donnée"}};module.exports=r;
|
@@ -1,205 +0,0 @@
|
|
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;
|
@@ -1 +0,0 @@
|
|
1
|
-
"use strict";const a={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"}}},e={empty:{description:"Tidak ada data"},drawer:{okText:"Baik",cancelText:"Membatalkan"},popconfirm:{okText:"Baik",cancelText:"Membatalkan"},modal:{okText:"Baik",cancelText:"Membatalkan"},pagination:{goto:"Pergi ke",page:"Halaman",countPerPage:" / Halaman",total:"Total: {0}"},table:{okText:"Baik",resetText:"Setel ulang"},upload:{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"},calendar:a,datePicker:{view:a.view,month:a.month,week:a.week,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"},image:{loading:"Memuat"},imagePreview:{fullScreen:"Layar penuh",rotateRight:"Putar ke kanan",rotateLeft:"Putar ke kiri",zoomIn:"Perbesar",zoomOut:"Perkecil",originalSize:"Ukuran asli"},typography:{copy:"Salinan",copied:"Disalin",edit:"Sunting",collapse:"Melipat",expand:"Membuka"},colorPicker:{history:"Warna sejarah",preset:"Sistem preset warna",empty:"Tidak ada data"}};module.exports=e;
|