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
@@ -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:"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"}}},a={empty:{description:"Nessun dato"},drawer:{okText:"OK",cancelText:"Annulla"},popconfirm:{okText:"OK",cancelText:"Annulla"},modal:{okText:"OK",cancelText:"Annulla"},pagination:{goto:"vai a",page:"",countPerPage:"/ pagina",total:"Totale {0}"},table:{okText:"OK",resetText:"Ripristina"},upload:{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"},calendar:e,datePicker:{view:e.view,month:e.month,week:e.week,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"},image:{loading:"Caricamento in corso"},imagePreview:{fullScreen:"A schermo intero",rotateRight:"Ruota a destra",rotateLeft:"Ruotare a sinistra",zoomIn:"Ingrandire",zoomOut:"Rimpicciolire",originalSize:"Misura originale"},typography:{copy:"Copia",copied:"Copia effettuata",edit:"Modifica",collapse:"Piega",expand:"Espandi"},colorPicker:{history:"Colori storici",preset:"Colori preimpostati dal sistema",empty:"Nessun dato"}};module.exports=a;
|
@@ -1,253 +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
|
-
copied: string;
|
194
|
-
copy: string;
|
195
|
-
expand: string;
|
196
|
-
collapse: string;
|
197
|
-
edit: string;
|
198
|
-
};
|
199
|
-
form: {
|
200
|
-
validateMessages: {
|
201
|
-
required: string;
|
202
|
-
type: {
|
203
|
-
string: string;
|
204
|
-
number: string;
|
205
|
-
boolean: string;
|
206
|
-
array: string;
|
207
|
-
object: string;
|
208
|
-
url: string;
|
209
|
-
email: string;
|
210
|
-
ip: string;
|
211
|
-
};
|
212
|
-
number: {
|
213
|
-
min: string;
|
214
|
-
max: string;
|
215
|
-
equal: string;
|
216
|
-
range: string;
|
217
|
-
positive: string;
|
218
|
-
negative: string;
|
219
|
-
};
|
220
|
-
array: {
|
221
|
-
length: string;
|
222
|
-
minLength: string;
|
223
|
-
maxLength: string;
|
224
|
-
includes: string;
|
225
|
-
deepEqual: string;
|
226
|
-
empty: string;
|
227
|
-
};
|
228
|
-
string: {
|
229
|
-
minLength: string;
|
230
|
-
maxLength: string;
|
231
|
-
length: string;
|
232
|
-
match: string;
|
233
|
-
uppercase: string;
|
234
|
-
lowercase: string;
|
235
|
-
};
|
236
|
-
object: {
|
237
|
-
deepEqual: string;
|
238
|
-
hasKeys: string;
|
239
|
-
empty: string;
|
240
|
-
};
|
241
|
-
boolean: {
|
242
|
-
true: string;
|
243
|
-
false: string;
|
244
|
-
};
|
245
|
-
};
|
246
|
-
};
|
247
|
-
colorPicker: {
|
248
|
-
history: string;
|
249
|
-
preset: string;
|
250
|
-
empty: string;
|
251
|
-
};
|
252
|
-
};
|
253
|
-
export default lang;
|
@@ -1 +0,0 @@
|
|
1
|
-
"use strict";const e={formatYear:"YYYY 年",formatMonth:"YYYY 年 MM 月",today:"今日",view:{month:"月",year:"年",week:"週",day:"日"},month:{long:{January:"一月",February:"二月",March:"三月",April:"四月",May:"五月",June:"六月",July:"七月",August:"八月",September:"九月",October:"十月",November:"十一月",December:"十二月"},short:{January:"一月",February:"二月",March:"三月",April:"四月",May:"五月",June:"六月",July:"七月",August:"八月",September:"九月",October:"十月",November:"十一月",December:"十二月"}},week:{long:{self:"週",monday:"月曜日",tuesday:"火曜日",wednesday:"水曜日",thursday:"木曜日",friday:"金曜日",saturday:"土曜日",sunday:"日曜日"},short:{self:"週",monday:"月",tuesday:"火",wednesday:"水",thursday:"木",friday:"金",saturday:"土",sunday:"日"}}},a={empty:{description:"データなし"},drawer:{okText:"OK",cancelText:"キャンセル"},popconfirm:{okText:"OK",cancelText:"キャンセル"},modal:{okText:"OK",cancelText:"キャンセル"},pagination:{goto:"移動",page:"ページ",countPerPage:"件/ページ",total:"総計 {0} 件"},table:{okText:"OK",resetText:"リセット"},upload:{start:"スタート",cancel:"キャンセル",delete:"削除",retry:"リトライ",buttonText:"アップロード",preview:"プレビュー",drag:"クリックまたはドラッグしてアップロードします。",dragHover:"ドロップしてアップロードを始めます",error:"アップロード失敗しました"},calendar:e,datePicker:{view:e.view,month:e.month,week:e.week,placeholder:{date:"日付を選択",week:"週を選択",month:"月を選択",year:"年を選択",quarter:"四半期を選択",time:"時間を選択"},rangePlaceholder:{date:["開始日","終了日"],week:["開始週","終了週"],month:["開始月","終了月"],year:["開始年","終了年"],quarter:["開始四半期","終了四半期"],time:["開始時間","終了時間"]},selectTime:"時間を選択",today:"今日",now:"今",ok:"OK"},image:{loading:"Loading"},imagePreview:{fullScreen:"フルスクリーン",rotateRight:"右回り",rotateLeft:"左回り",zoomIn:"拡大",zoomOut:"縮小",originalSize:"デフォルト"},typography:{copied:"コピーしました",copy:"コピー",expand:"展開",collapse:"折る",edit:"編集"},form:{validateMessages:{required:"#{field} が必要です",type:{string:"は有効なテキストタイプではありません",number:"は有効な数値タイプではありません",boolean:"は有効なブール型ではありません",array:"は有効な配列型ではありません",object:"は有効なオブジェクトタイプではありません",url:"は有効なURLアドレスではありません",email:"は有効なメールアドレスではありません",ip:"は有効なIPアドレスではありません"},number:{min:"`#{value}` は最小値 `#{min}` 未満です",max:"`#{value}` は最大値 `#{max}` より大きい",equal:"`#{value}` は `#{equal}` と等しくありません",range:"`#{value}` は範囲 `#{min} ~ #{max}` にありません",positive:"`#{value}` は正の数ではありません",negative:"`#{value}` は負の数ではありません"},array:{length:"`#{value}` は #{length} と等しくありません",minLength:"`#{value}` は少なくとも #{minLength}",maxLength:"`#{value}`は最大 #{maxLength}",includes:"#{value} には #{includes} は含まれません",deepEqual:"#{value} は #{deepEqual} と等しくありません",empty:"`#{value}` は空の配列ではありません"},string:{minLength:"最小文字数は #{minLength}",maxLength:"最大文字数は #{maxLength}",length:"`#{value}` 文字数が #{length} と等しくありません",match:"`#{value}` はパターン #{pattern} と一致しません",uppercase:"`#{value}` はすべて大文字ではありません",lowercase:"`#{value}` はすべて小文字ではありません"},object:{deepEqual:"`#{value}`は#{deepEqual}と等しくありません",hasKeys:"`#{value}` にはフィールド #{keys} が含まれていません",empty:"`#{value}`はオブジェクトではありません"},boolean:{true:"`true` であると期待します",false:"`false` であると期待します"}}},colorPicker:{history:"最近使用した色",preset:"システムのデフォルトの色",empty:"空の"}};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
|
-
copied: string;
|
194
|
-
copy: string;
|
195
|
-
expand: string;
|
196
|
-
collapse: string;
|
197
|
-
edit: 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:"YYYY ឆ្នាំ MM ខែ",today:"ថ្ងៃនេះ",view:{month:"ខែ",year:"ឆ្នាំ",week:"សប្តាហ៍",day:"ថ្ងៃ"},month:{long:{January:"មករា",February:"កុម្ភៈ",March:"មិនា",April:"មេសា",May:"ឧសភា",June:"មិថុនា",July:"កក្កដា",August:"សីហា",September:"កញ្ញា",October:"តុលា",November:"វិច្ឆិកា",December:"ធ្នូ"},short:{January:"មករា",February:"កុម្ភៈ",March:"មិនា",April:"មេសា",May:"ឧសភា",June:"មិថុនា",July:"កក្កដា",August:"សីហា",September:"កញ្ញា",October:"តុលា",November:"វិច្ឆិកា",December:"ធ្នូ"}},week:{long:{self:"សប្តាហ៍",monday:"ច័ន្ទ",tuesday:"អង្គារ",wednesday:"ពុធ",thursday:"ព្រហស្បតិ៍",friday:"សុក្រ",saturday:"សៅរ៍",sunday:"អាទិត្យ"},short:{self:"សប្តាហ៍",monday:"ច",tuesday:"អ",wednesday:"ព",thursday:"ព្រ",friday:"សុ",saturday:"ស",sunday:"អា"}}},t={empty:{description:"គ្មានទិន្នន័យ"},drawer:{okText:"យល់ព្រម",cancelText:"បោះបង់"},popconfirm:{okText:"យល់ព្រម",cancelText:"បោះបង់"},modal:{okText:"យល់ព្រម",cancelText:"បោះបង់"},pagination:{goto:"ទៅកាន់",page:"ទំព័រ",countPerPage:" / ទំព័រ",total:"សរុប {0}"},table:{okText:"យល់ព្រម",resetText:"កំណត់ឡើងវិញ"},upload:{start:"ចាប់ផ្តើម",cancel:"បោះបង់",delete:"លុប",retry:"ចុចដើម្បីព្យាយាមម្តងទៀត",buttonText:"ផ្ទុកឡើង",preview:"មើលជាមុន",drag:"ចុចឬអូសឯកសារមកកាន់តំបន់នេះដើម្បីផ្ទុកឡើង",dragHover:"លែងដើម្បីផ្ទុកឡើង",error:"កំហុសក្នុងការផ្ទុកឡើង"},calendar:e,datePicker:{view:e.view,month:e.month,week:e.week,placeholder:{date:"ជ្រើសរើសកាលបរិច្ឆេទ",week:"ជ្រើសរើសសប្តាហ៍",month:"ជ្រើសរើសខែ",year:"ជ្រើសរើសឆ្នាំ",quarter:"ជ្រើសរើសត្រីមាស",time:"ជ្រើសរើសពេលវេលា"},rangePlaceholder:{date:["កាលបរិច្ឆេទចាប់ផ្តើម","កាលបរិច្ឆេទបញ្ចប់"],week:["សប្តាហ៍ចាប់ផ្តើម","សប្តាហ៍បញ្ចប់"],month:["ខែចាប់ផ្តើម","ខែបញ្ចប់"],year:["ឆ្នាំចាប់ផ្តើម","ឆ្នាំបញ្ចប់"],quarter:["ត្រីមាសចាប់ផ្តើម","ត្រីមាសបញ្ចប់"],time:["ពេលវេលាចាប់ផ្តើម","ពេលវេលាបញ្ចប់"]},selectTime:"ជ្រើសរើសពេលវេលា",today:"ថ្ងៃនេះ",now:"ឥឡូវនេះ",ok:"យល់ព្រម"},image:{loading:"កំពុងដំណើរការ"},imagePreview:{fullScreen:"ពេញអេក្រង់",rotateRight:"បង្វិលទៅស្ដាំ",rotateLeft:"បង្វិលទៅឆ្វេង",zoomIn:"ពង្រីក",zoomOut:"បង្រួម",originalSize:"ទំហំដើម"},typography:{copied:"បានចម្លង",copy:"ចម្លង",expand:"ពង្រីក",collapse:"បង្រួម",edit:"កែសម្រួល"},colorPicker:{history:"ប្រវត្តិពណ៌",preset:"ពណ៌កំណត់ជាមុន",empty:"ទទេ"}};module.exports=t;
|