yc-design-vue 1.8.2 → 1.8.4
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/Progress/ProgressCircle.vue.js +1 -1
- package/es/Typography/TypographyBase.vue.js +2 -2
- package/es/_shared/icons/IconCopy.vue.js +17 -1
- package/es/_shared/icons/IconCopy.vue2.js +1 -17
- package/es/_shared/icons/IconEdit.vue.js +17 -1
- package/es/_shared/icons/IconEdit.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/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/Progress/ProgressCircle.vue.js +1 -1
- package/lib/Typography/TypographyBase.vue.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/IconExclamation.vue.js +1 -1
- package/lib/_shared/icons/IconExclamation.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
@@ -0,0 +1,207 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
"empty": {
|
3
|
+
"description": "Tidak ada data"
|
4
|
+
},
|
5
|
+
"drawer": {
|
6
|
+
"okText": "Baik",
|
7
|
+
"cancelText": "Membatalkan"
|
8
|
+
},
|
9
|
+
"popconfirm": {
|
10
|
+
"okText": "Baik",
|
11
|
+
"cancelText": "Membatalkan"
|
12
|
+
},
|
13
|
+
"modal": {
|
14
|
+
"okText": "Baik",
|
15
|
+
"cancelText": "Membatalkan"
|
16
|
+
},
|
17
|
+
"pagination": {
|
18
|
+
"goto": "Pergi ke",
|
19
|
+
"page": "Halaman",
|
20
|
+
"countPerPage": " / Halaman",
|
21
|
+
"total": "Total: {0}"
|
22
|
+
},
|
23
|
+
"table": {
|
24
|
+
"okText": "Baik",
|
25
|
+
"resetText": "Setel ulang"
|
26
|
+
},
|
27
|
+
"upload": {
|
28
|
+
"start": "Mulailah",
|
29
|
+
"cancel": "Membatalkan",
|
30
|
+
"delete": "Menghapus",
|
31
|
+
"retry": "Klik untuk mencoba lagi",
|
32
|
+
"buttonText": "Unggah",
|
33
|
+
"preview": "Pratinjau",
|
34
|
+
"drag": "Klik atau seret file ke area ini untuk diunggah",
|
35
|
+
"dragHover": "Lepaskan untuk mengupload",
|
36
|
+
"error": "Kesalahan Unggahan"
|
37
|
+
},
|
38
|
+
"calendar": {
|
39
|
+
"formatYear": "YYYY",
|
40
|
+
"formatMonth": "MMM YYYY",
|
41
|
+
"today": "Hari ini",
|
42
|
+
"view": {
|
43
|
+
"month": "Bulan",
|
44
|
+
"year": "Tahun",
|
45
|
+
"week": "Minggu",
|
46
|
+
"day": "Hari"
|
47
|
+
},
|
48
|
+
"month": {
|
49
|
+
"long": {
|
50
|
+
"January": "Januari",
|
51
|
+
"February": "Februari",
|
52
|
+
"March": "Maret",
|
53
|
+
"April": "April",
|
54
|
+
"May": "Mungkin",
|
55
|
+
"June": "Juni",
|
56
|
+
"July": "Juli",
|
57
|
+
"August": "Agustus",
|
58
|
+
"September": "September",
|
59
|
+
"October": "Oktober",
|
60
|
+
"November": "November",
|
61
|
+
"December": "Desember"
|
62
|
+
},
|
63
|
+
"short": {
|
64
|
+
"January": "Jan",
|
65
|
+
"February": "Feb",
|
66
|
+
"March": "Mar",
|
67
|
+
"April": "Apr",
|
68
|
+
"May": "Mungkin",
|
69
|
+
"June": "Jun",
|
70
|
+
"July": "Jul",
|
71
|
+
"August": "Agu",
|
72
|
+
"September": "Sept",
|
73
|
+
"October": "Okt",
|
74
|
+
"November": "Nov",
|
75
|
+
"December": "Des"
|
76
|
+
}
|
77
|
+
},
|
78
|
+
"week": {
|
79
|
+
"long": {
|
80
|
+
"self": "Minggu",
|
81
|
+
"monday": "Senin",
|
82
|
+
"tuesday": "Selasa",
|
83
|
+
"wednesday": "Rabu",
|
84
|
+
"thursday": "Kamis",
|
85
|
+
"friday": "Jumat",
|
86
|
+
"saturday": "Sabtu",
|
87
|
+
"sunday": "Minggu"
|
88
|
+
},
|
89
|
+
"short": {
|
90
|
+
"self": "Minggu",
|
91
|
+
"monday": "Sen",
|
92
|
+
"tuesday": "Sel",
|
93
|
+
"wednesday": "Rab",
|
94
|
+
"thursday": "Kam",
|
95
|
+
"friday": "Jum",
|
96
|
+
"saturday": "Sab",
|
97
|
+
"sunday": "Min"
|
98
|
+
}
|
99
|
+
}
|
100
|
+
},
|
101
|
+
"datePicker": {
|
102
|
+
"view": {
|
103
|
+
"month": "Bulan",
|
104
|
+
"year": "Tahun",
|
105
|
+
"week": "Minggu",
|
106
|
+
"day": "Hari"
|
107
|
+
},
|
108
|
+
"month": {
|
109
|
+
"long": {
|
110
|
+
"January": "Januari",
|
111
|
+
"February": "Februari",
|
112
|
+
"March": "Maret",
|
113
|
+
"April": "April",
|
114
|
+
"May": "Mungkin",
|
115
|
+
"June": "Juni",
|
116
|
+
"July": "Juli",
|
117
|
+
"August": "Agustus",
|
118
|
+
"September": "September",
|
119
|
+
"October": "Oktober",
|
120
|
+
"November": "November",
|
121
|
+
"December": "Desember"
|
122
|
+
},
|
123
|
+
"short": {
|
124
|
+
"January": "Jan",
|
125
|
+
"February": "Feb",
|
126
|
+
"March": "Mar",
|
127
|
+
"April": "Apr",
|
128
|
+
"May": "Mungkin",
|
129
|
+
"June": "Jun",
|
130
|
+
"July": "Jul",
|
131
|
+
"August": "Agu",
|
132
|
+
"September": "Sept",
|
133
|
+
"October": "Okt",
|
134
|
+
"November": "Nov",
|
135
|
+
"December": "Des"
|
136
|
+
}
|
137
|
+
},
|
138
|
+
"week": {
|
139
|
+
"long": {
|
140
|
+
"self": "Minggu",
|
141
|
+
"monday": "Senin",
|
142
|
+
"tuesday": "Selasa",
|
143
|
+
"wednesday": "Rabu",
|
144
|
+
"thursday": "Kamis",
|
145
|
+
"friday": "Jumat",
|
146
|
+
"saturday": "Sabtu",
|
147
|
+
"sunday": "Minggu"
|
148
|
+
},
|
149
|
+
"short": {
|
150
|
+
"self": "Minggu",
|
151
|
+
"monday": "Sen",
|
152
|
+
"tuesday": "Sel",
|
153
|
+
"wednesday": "Rab",
|
154
|
+
"thursday": "Kam",
|
155
|
+
"friday": "Jum",
|
156
|
+
"saturday": "Sab",
|
157
|
+
"sunday": "Min"
|
158
|
+
}
|
159
|
+
},
|
160
|
+
"placeholder": {
|
161
|
+
"date": "Silakan pilih tanggal",
|
162
|
+
"week": "Silakan pilih minggu",
|
163
|
+
"month": "Silakan pilih bulan",
|
164
|
+
"year": "Silakan pilih tahun",
|
165
|
+
"quarter": "Silakan pilih perempat",
|
166
|
+
"time": "Pilih waktu"
|
167
|
+
},
|
168
|
+
"rangePlaceholder": {
|
169
|
+
"date": ["Mulai tanggal", "Tanggal berakhir"],
|
170
|
+
"week": ["Mulailah minggu", "Akhir minggu"],
|
171
|
+
"month": ["Mulai bulan", "Akhir bulan"],
|
172
|
+
"year": ["Awal tahun", "Akhir tahun"],
|
173
|
+
"quarter": ["Mulai kuartal", "Seperempat akhir"],
|
174
|
+
"time": ["Waktu mulai", "Akhir waktu"]
|
175
|
+
},
|
176
|
+
"selectTime": "Pilih waktu",
|
177
|
+
"today": "Hari ini",
|
178
|
+
"now": "Sekarang",
|
179
|
+
"ok": "Baik"
|
180
|
+
},
|
181
|
+
"image": {
|
182
|
+
"loading": "Memuat"
|
183
|
+
},
|
184
|
+
"imagePreview": {
|
185
|
+
"fullScreen": "Layar penuh",
|
186
|
+
"rotateRight": "Putar ke kanan",
|
187
|
+
"rotateLeft": "Putar ke kiri",
|
188
|
+
"zoomIn": "Perbesar",
|
189
|
+
"zoomOut": "Perkecil",
|
190
|
+
"originalSize": "Ukuran asli"
|
191
|
+
},
|
192
|
+
"typography": {
|
193
|
+
"copy": "Salinan",
|
194
|
+
"copied": "Disalin",
|
195
|
+
"edit": "Sunting",
|
196
|
+
"collapse": "Melipat",
|
197
|
+
"expand": "Membuka"
|
198
|
+
},
|
199
|
+
"colorPicker": {
|
200
|
+
"history": "Warna sejarah",
|
201
|
+
"preset": "Sistem preset warna",
|
202
|
+
"empty": "Tidak ada data"
|
203
|
+
}
|
204
|
+
}
|
205
|
+
;
|
206
|
+
|
207
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a={description:"Tidak ada data"},e={okText:"Baik",cancelText:"Membatalkan"},r={okText:"Baik",cancelText:"Membatalkan"},t={okText:"Baik",cancelText:"Membatalkan"},n={goto:"Pergi ke",page:"Halaman",countPerPage:" / Halaman",total:"Total: {0}"},i={okText:"Baik",resetText:"Setel ulang"},u={start:"Mulailah",cancel:"Membatalkan",delete:"Menghapus",retry:"Klik untuk mencoba lagi",buttonText:"Unggah",preview:"Pratinjau",drag:"Klik atau seret file ke area ini untuk diunggah",dragHover:"Lepaskan untuk mengupload",error:"Kesalahan Unggahan"},l={formatYear:"YYYY",formatMonth:"MMM YYYY",today:"Hari ini",view:{month:"Bulan",year:"Tahun",week:"Minggu",day:"Hari"},month:{long:{January:"Januari",February:"Februari",March:"Maret",April:"April",May:"Mungkin",June:"Juni",July:"Juli",August:"Agustus",September:"September",October:"Oktober",November:"November",December:"Desember"},short:{January:"Jan",February:"Feb",March:"Mar",April:"Apr",May:"Mungkin",June:"Jun",July:"Jul",August:"Agu",September:"Sept",October:"Okt",November:"Nov",December:"Des"}},week:{long:{self:"Minggu",monday:"Senin",tuesday:"Selasa",wednesday:"Rabu",thursday:"Kamis",friday:"Jumat",saturday:"Sabtu",sunday:"Minggu"},short:{self:"Minggu",monday:"Sen",tuesday:"Sel",wednesday:"Rab",thursday:"Kam",friday:"Jum",saturday:"Sab",sunday:"Min"}}},o={view:{month:"Bulan",year:"Tahun",week:"Minggu",day:"Hari"},month:{long:{January:"Januari",February:"Februari",March:"Maret",April:"April",May:"Mungkin",June:"Juni",July:"Juli",August:"Agustus",September:"September",October:"Oktober",November:"November",December:"Desember"},short:{January:"Jan",February:"Feb",March:"Mar",April:"Apr",May:"Mungkin",June:"Jun",July:"Jul",August:"Agu",September:"Sept",October:"Okt",November:"Nov",December:"Des"}},week:{long:{self:"Minggu",monday:"Senin",tuesday:"Selasa",wednesday:"Rabu",thursday:"Kamis",friday:"Jumat",saturday:"Sabtu",sunday:"Minggu"},short:{self:"Minggu",monday:"Sen",tuesday:"Sel",wednesday:"Rab",thursday:"Kam",friday:"Jum",saturday:"Sab",sunday:"Min"}},placeholder:{date:"Silakan pilih tanggal",week:"Silakan pilih minggu",month:"Silakan pilih bulan",year:"Silakan pilih tahun",quarter:"Silakan pilih perempat",time:"Pilih waktu"},rangePlaceholder:{date:["Mulai tanggal","Tanggal berakhir"],week:["Mulailah minggu","Akhir minggu"],month:["Mulai bulan","Akhir bulan"],year:["Awal tahun","Akhir tahun"],quarter:["Mulai kuartal","Seperempat akhir"],time:["Waktu mulai","Akhir waktu"]},selectTime:"Pilih waktu",today:"Hari ini",now:"Sekarang",ok:"Baik"},s={loading:"Memuat"},g={fullScreen:"Layar penuh",rotateRight:"Putar ke kanan",rotateLeft:"Putar ke kiri",zoomIn:"Perbesar",zoomOut:"Perkecil",originalSize:"Ukuran asli"},m={copy:"Salinan",copied:"Disalin",edit:"Sunting",collapse:"Melipat",expand:"Membuka"},p={history:"Warna sejarah",preset:"Sistem preset warna",empty:"Tidak ada data"},d={empty:a,drawer:e,popconfirm:r,modal:t,pagination:n,table:i,upload:u,calendar:l,datePicker:o,image:s,imagePreview:g,typography:m,colorPicker:p};exports.calendar=l,exports.colorPicker=p,exports.datePicker=o,exports.default=d,exports.drawer=e,exports.empty=a,exports.image=s,exports.imagePreview=g,exports.modal=t,exports.pagination=n,exports.popconfirm=r,exports.table=i,exports.typography=m,exports.upload=u;
|
@@ -0,0 +1,207 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
"empty": {
|
3
|
+
"description": "Nessun dato"
|
4
|
+
},
|
5
|
+
"drawer": {
|
6
|
+
"okText": "OK",
|
7
|
+
"cancelText": "Annulla"
|
8
|
+
},
|
9
|
+
"popconfirm": {
|
10
|
+
"okText": "OK",
|
11
|
+
"cancelText": "Annulla"
|
12
|
+
},
|
13
|
+
"modal": {
|
14
|
+
"okText": "OK",
|
15
|
+
"cancelText": "Annulla"
|
16
|
+
},
|
17
|
+
"pagination": {
|
18
|
+
"goto": "vai a",
|
19
|
+
"page": "",
|
20
|
+
"countPerPage": "/ pagina",
|
21
|
+
"total": "Totale {0}"
|
22
|
+
},
|
23
|
+
"table": {
|
24
|
+
"okText": "OK",
|
25
|
+
"resetText": "Ripristina"
|
26
|
+
},
|
27
|
+
"upload": {
|
28
|
+
"start": "Inizio",
|
29
|
+
"cancel": "Annulla",
|
30
|
+
"delete": "Elimina",
|
31
|
+
"retry": "Fare clic per riprovare",
|
32
|
+
"buttonText": "Fare clic per caricare",
|
33
|
+
"preview": "Anteprima",
|
34
|
+
"drag": "Fare clic o trascinare i file da caricare qui",
|
35
|
+
"dragHover": "Libera il file e inizia a caricare",
|
36
|
+
"error": "Caricamento non riuscito"
|
37
|
+
},
|
38
|
+
"calendar": {
|
39
|
+
"formatYear": "YYYY",
|
40
|
+
"formatMonth": "MMM YYYY",
|
41
|
+
"today": "Oggi",
|
42
|
+
"view": {
|
43
|
+
"month": "Mese",
|
44
|
+
"year": "Anno",
|
45
|
+
"week": "Settimana",
|
46
|
+
"day": "Giorno"
|
47
|
+
},
|
48
|
+
"month": {
|
49
|
+
"long": {
|
50
|
+
"January": "Gennaio",
|
51
|
+
"February": "Febbraio",
|
52
|
+
"March": "Marzo",
|
53
|
+
"April": "Aprile",
|
54
|
+
"May": "Maggio",
|
55
|
+
"June": "Giugno",
|
56
|
+
"July": "Luglio",
|
57
|
+
"August": "Agosto",
|
58
|
+
"September": "Settembre",
|
59
|
+
"October": "Ottobre",
|
60
|
+
"November": "Novembre",
|
61
|
+
"December": "Dicembre"
|
62
|
+
},
|
63
|
+
"short": {
|
64
|
+
"January": "Gen",
|
65
|
+
"February": "Feb",
|
66
|
+
"March": "Mar",
|
67
|
+
"April": "Apr",
|
68
|
+
"May": "Mag",
|
69
|
+
"June": "Giu",
|
70
|
+
"July": "Lug",
|
71
|
+
"August": "Ago",
|
72
|
+
"September": "Set",
|
73
|
+
"October": "Ott",
|
74
|
+
"November": "Nov",
|
75
|
+
"December": "Dic"
|
76
|
+
}
|
77
|
+
},
|
78
|
+
"week": {
|
79
|
+
"long": {
|
80
|
+
"self": "Settimana",
|
81
|
+
"monday": "Lunedì",
|
82
|
+
"tuesday": "Martedì",
|
83
|
+
"wednesday": "Mercoledì",
|
84
|
+
"thursday": "Giovedì",
|
85
|
+
"friday": "Venerdì",
|
86
|
+
"saturday": "Sabato",
|
87
|
+
"sunday": "Domenica"
|
88
|
+
},
|
89
|
+
"short": {
|
90
|
+
"self": "Settimana",
|
91
|
+
"monday": "Lun",
|
92
|
+
"tuesday": "Mar",
|
93
|
+
"wednesday": "Mer",
|
94
|
+
"thursday": "Gio",
|
95
|
+
"friday": "Ven",
|
96
|
+
"saturday": "Sab",
|
97
|
+
"sunday": "Dom"
|
98
|
+
}
|
99
|
+
}
|
100
|
+
},
|
101
|
+
"datePicker": {
|
102
|
+
"view": {
|
103
|
+
"month": "Mese",
|
104
|
+
"year": "Anno",
|
105
|
+
"week": "Settimana",
|
106
|
+
"day": "Giorno"
|
107
|
+
},
|
108
|
+
"month": {
|
109
|
+
"long": {
|
110
|
+
"January": "Gennaio",
|
111
|
+
"February": "Febbraio",
|
112
|
+
"March": "Marzo",
|
113
|
+
"April": "Aprile",
|
114
|
+
"May": "Maggio",
|
115
|
+
"June": "Giugno",
|
116
|
+
"July": "Luglio",
|
117
|
+
"August": "Agosto",
|
118
|
+
"September": "Settembre",
|
119
|
+
"October": "Ottobre",
|
120
|
+
"November": "Novembre",
|
121
|
+
"December": "Dicembre"
|
122
|
+
},
|
123
|
+
"short": {
|
124
|
+
"January": "Gen",
|
125
|
+
"February": "Feb",
|
126
|
+
"March": "Mar",
|
127
|
+
"April": "Apr",
|
128
|
+
"May": "Mag",
|
129
|
+
"June": "Giu",
|
130
|
+
"July": "Lug",
|
131
|
+
"August": "Ago",
|
132
|
+
"September": "Set",
|
133
|
+
"October": "Ott",
|
134
|
+
"November": "Nov",
|
135
|
+
"December": "Dic"
|
136
|
+
}
|
137
|
+
},
|
138
|
+
"week": {
|
139
|
+
"long": {
|
140
|
+
"self": "Settimana",
|
141
|
+
"monday": "Lunedì",
|
142
|
+
"tuesday": "Martedì",
|
143
|
+
"wednesday": "Mercoledì",
|
144
|
+
"thursday": "Giovedì",
|
145
|
+
"friday": "Venerdì",
|
146
|
+
"saturday": "Sabato",
|
147
|
+
"sunday": "Domenica"
|
148
|
+
},
|
149
|
+
"short": {
|
150
|
+
"self": "Settimana",
|
151
|
+
"monday": "Lun",
|
152
|
+
"tuesday": "Mar",
|
153
|
+
"wednesday": "Mer",
|
154
|
+
"thursday": "Gio",
|
155
|
+
"friday": "Ven",
|
156
|
+
"saturday": "Sab",
|
157
|
+
"sunday": "Dom"
|
158
|
+
}
|
159
|
+
},
|
160
|
+
"placeholder": {
|
161
|
+
"date": "Seleziona una data",
|
162
|
+
"week": "Seleziona la settimana",
|
163
|
+
"month": "Seleziona un mese",
|
164
|
+
"year": "Seleziona un anno",
|
165
|
+
"quarter": "Selezionare il trimestre",
|
166
|
+
"time": "Seleziona un orario"
|
167
|
+
},
|
168
|
+
"rangePlaceholder": {
|
169
|
+
"date": ["Data di inizio", "Data di fine"],
|
170
|
+
"week": ["Settimana di inizio", "Settimana di fine"],
|
171
|
+
"month": ["Mese di inizio", "Mese di fine"],
|
172
|
+
"year": ["Anno di inizio", "Anno di fine"],
|
173
|
+
"quarter": ["Trimestre di inizio", "Trimestre di fine"],
|
174
|
+
"time": ["Orario di inizio", "Orario di chiusura"]
|
175
|
+
},
|
176
|
+
"selectTime": "Seleziona un orario",
|
177
|
+
"today": "Oggi",
|
178
|
+
"now": "Ora",
|
179
|
+
"ok": "OK"
|
180
|
+
},
|
181
|
+
"image": {
|
182
|
+
"loading": "Caricamento in corso"
|
183
|
+
},
|
184
|
+
"imagePreview": {
|
185
|
+
"fullScreen": "A schermo intero",
|
186
|
+
"rotateRight": "Ruota a destra",
|
187
|
+
"rotateLeft": "Ruotare a sinistra",
|
188
|
+
"zoomIn": "Ingrandire",
|
189
|
+
"zoomOut": "Rimpicciolire",
|
190
|
+
"originalSize": "Misura originale"
|
191
|
+
},
|
192
|
+
"typography": {
|
193
|
+
"copy": "Copia",
|
194
|
+
"copied": "Copia effettuata",
|
195
|
+
"edit": "Modifica",
|
196
|
+
"collapse": "Piega",
|
197
|
+
"expand": "Espandi"
|
198
|
+
},
|
199
|
+
"colorPicker": {
|
200
|
+
"history": "Colori storici",
|
201
|
+
"preset": "Colori preimpostati dal sistema",
|
202
|
+
"empty": "Nessun dato"
|
203
|
+
}
|
204
|
+
}
|
205
|
+
;
|
206
|
+
|
207
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e={description:"Nessun dato"},a={okText:"OK",cancelText:"Annulla"},r={okText:"OK",cancelText:"Annulla"},i={okText:"OK",cancelText:"Annulla"},o={goto:"vai a",page:"",countPerPage:"/ pagina",total:"Totale {0}"},t={okText:"OK",resetText:"Ripristina"},n={start:"Inizio",cancel:"Annulla",delete:"Elimina",retry:"Fare clic per riprovare",buttonText:"Fare clic per caricare",preview:"Anteprima",drag:"Fare clic o trascinare i file da caricare qui",dragHover:"Libera il file e inizia a caricare",error:"Caricamento non riuscito"},d={formatYear:"YYYY",formatMonth:"MMM YYYY",today:"Oggi",view:{month:"Mese",year:"Anno",week:"Settimana",day:"Giorno"},month:{long:{January:"Gennaio",February:"Febbraio",March:"Marzo",April:"Aprile",May:"Maggio",June:"Giugno",July:"Luglio",August:"Agosto",September:"Settembre",October:"Ottobre",November:"Novembre",December:"Dicembre"},short:{January:"Gen",February:"Feb",March:"Mar",April:"Apr",May:"Mag",June:"Giu",July:"Lug",August:"Ago",September:"Set",October:"Ott",November:"Nov",December:"Dic"}},week:{long:{self:"Settimana",monday:"Lunedì",tuesday:"Martedì",wednesday:"Mercoledì",thursday:"Giovedì",friday:"Venerdì",saturday:"Sabato",sunday:"Domenica"},short:{self:"Settimana",monday:"Lun",tuesday:"Mar",wednesday:"Mer",thursday:"Gio",friday:"Ven",saturday:"Sab",sunday:"Dom"}}},s={view:{month:"Mese",year:"Anno",week:"Settimana",day:"Giorno"},month:{long:{January:"Gennaio",February:"Febbraio",March:"Marzo",April:"Aprile",May:"Maggio",June:"Giugno",July:"Luglio",August:"Agosto",September:"Settembre",October:"Ottobre",November:"Novembre",December:"Dicembre"},short:{January:"Gen",February:"Feb",March:"Mar",April:"Apr",May:"Mag",June:"Giu",July:"Lug",August:"Ago",September:"Set",October:"Ott",November:"Nov",December:"Dic"}},week:{long:{self:"Settimana",monday:"Lunedì",tuesday:"Martedì",wednesday:"Mercoledì",thursday:"Giovedì",friday:"Venerdì",saturday:"Sabato",sunday:"Domenica"},short:{self:"Settimana",monday:"Lun",tuesday:"Mar",wednesday:"Mer",thursday:"Gio",friday:"Ven",saturday:"Sab",sunday:"Dom"}},placeholder:{date:"Seleziona una data",week:"Seleziona la settimana",month:"Seleziona un mese",year:"Seleziona un anno",quarter:"Selezionare il trimestre",time:"Seleziona un orario"},rangePlaceholder:{date:["Data di inizio","Data di fine"],week:["Settimana di inizio","Settimana di fine"],month:["Mese di inizio","Mese di fine"],year:["Anno di inizio","Anno di fine"],quarter:["Trimestre di inizio","Trimestre di fine"],time:["Orario di inizio","Orario di chiusura"]},selectTime:"Seleziona un orario",today:"Oggi",now:"Ora",ok:"OK"},l={loading:"Caricamento in corso"},u={fullScreen:"A schermo intero",rotateRight:"Ruota a destra",rotateLeft:"Ruotare a sinistra",zoomIn:"Ingrandire",zoomOut:"Rimpicciolire",originalSize:"Misura originale"},c={copy:"Copia",copied:"Copia effettuata",edit:"Modifica",collapse:"Piega",expand:"Espandi"},m={history:"Colori storici",preset:"Colori preimpostati dal sistema",empty:"Nessun dato"},p={empty:e,drawer:a,popconfirm:r,modal:i,pagination:o,table:t,upload:n,calendar:d,datePicker:s,image:l,imagePreview:u,typography:c,colorPicker:m};exports.calendar=d,exports.colorPicker=m,exports.datePicker=s,exports.default=p,exports.drawer=a,exports.empty=e,exports.image=l,exports.imagePreview=u,exports.modal=i,exports.pagination=o,exports.popconfirm=r,exports.table=t,exports.typography=c,exports.upload=n;
|