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.
Files changed (167) hide show
  1. package/es/Progress/ProgressCircle.vue.js +1 -1
  2. package/es/Typography/TypographyBase.vue.js +2 -2
  3. package/es/_shared/icons/IconCopy.vue.js +17 -1
  4. package/es/_shared/icons/IconCopy.vue2.js +1 -17
  5. package/es/_shared/icons/IconEdit.vue.js +17 -1
  6. package/es/_shared/icons/IconEdit.vue2.js +1 -17
  7. package/es/_shared/icons/IconExclamation.vue.js +1 -28
  8. package/es/_shared/icons/IconExclamation.vue2.js +28 -1
  9. package/es/_shared/locale/i18n.js +6 -5
  10. package/es/_shared/locale/lang/ar-eg.json.js +251 -0
  11. package/es/_shared/locale/lang/de-de.json.d.ts +207 -0
  12. package/es/_shared/locale/lang/de-de.json.js +251 -0
  13. package/es/_shared/locale/lang/en-us.json.d.ts +210 -0
  14. package/es/_shared/locale/lang/en-us.json.js +256 -0
  15. package/es/_shared/locale/lang/es-es.json.d.ts +207 -0
  16. package/es/_shared/locale/lang/es-es.json.js +251 -0
  17. package/es/_shared/locale/lang/fr-fr.json.d.ts +207 -0
  18. package/es/_shared/locale/lang/fr-fr.json.js +251 -0
  19. package/es/_shared/locale/lang/id-id.json.d.ts +207 -0
  20. package/es/_shared/locale/lang/id-id.json.js +251 -0
  21. package/es/_shared/locale/lang/it-it.json.d.ts +207 -0
  22. package/es/_shared/locale/lang/it-it.json.js +251 -0
  23. package/es/_shared/locale/lang/ja-jp.json.d.ts +255 -0
  24. package/es/_shared/locale/lang/ja-jp.json.js +301 -0
  25. package/es/_shared/locale/lang/km-kh.json.d.ts +207 -0
  26. package/es/_shared/locale/lang/km-kh.json.js +251 -0
  27. package/es/_shared/locale/lang/ko-kr.json.d.ts +207 -0
  28. package/es/_shared/locale/lang/ko-kr.json.js +251 -0
  29. package/es/_shared/locale/lang/ms-my.json.d.ts +207 -0
  30. package/es/_shared/locale/lang/ms-my.json.js +251 -0
  31. package/es/_shared/locale/lang/nl-nl.json.d.ts +255 -0
  32. package/es/_shared/locale/lang/nl-nl.json.js +301 -0
  33. package/es/_shared/locale/lang/pt-pt.json.d.ts +207 -0
  34. package/es/_shared/locale/lang/pt-pt.json.js +251 -0
  35. package/es/_shared/locale/lang/ru-ru.json.d.ts +255 -0
  36. package/es/_shared/locale/lang/ru-ru.json.js +301 -0
  37. package/es/_shared/locale/lang/th-th.json.d.ts +207 -0
  38. package/es/_shared/locale/lang/th-th.json.js +251 -0
  39. package/es/_shared/locale/lang/vi-vn.json.d.ts +207 -0
  40. package/es/_shared/locale/lang/vi-vn.json.js +251 -0
  41. package/es/_shared/locale/lang/zh-cn.json.d.ts +255 -0
  42. package/es/_shared/locale/lang/zh-cn.json.js +301 -0
  43. package/es/_shared/locale/lang/zh-tw.json.d.ts +255 -0
  44. package/es/_shared/locale/lang/zh-tw.json.js +301 -0
  45. package/lib/Progress/ProgressCircle.vue.js +1 -1
  46. package/lib/Typography/TypographyBase.vue.js +1 -1
  47. package/lib/_shared/icons/IconCopy.vue.js +1 -1
  48. package/lib/_shared/icons/IconCopy.vue2.js +1 -1
  49. package/lib/_shared/icons/IconEdit.vue.js +1 -1
  50. package/lib/_shared/icons/IconEdit.vue2.js +1 -1
  51. package/lib/_shared/icons/IconExclamation.vue.js +1 -1
  52. package/lib/_shared/icons/IconExclamation.vue2.js +1 -1
  53. package/lib/_shared/locale/i18n.js +1 -1
  54. package/lib/_shared/locale/lang/ar-eg.json.js +1 -0
  55. package/lib/_shared/locale/lang/de-de.json.d.ts +207 -0
  56. package/lib/_shared/locale/lang/de-de.json.js +1 -0
  57. package/lib/_shared/locale/lang/en-us.json.d.ts +210 -0
  58. package/lib/_shared/locale/lang/en-us.json.js +1 -0
  59. package/lib/_shared/locale/lang/es-es.json.d.ts +207 -0
  60. package/lib/_shared/locale/lang/es-es.json.js +1 -0
  61. package/lib/_shared/locale/lang/fr-fr.json.d.ts +207 -0
  62. package/lib/_shared/locale/lang/fr-fr.json.js +1 -0
  63. package/lib/_shared/locale/lang/id-id.json.d.ts +207 -0
  64. package/lib/_shared/locale/lang/id-id.json.js +1 -0
  65. package/lib/_shared/locale/lang/it-it.json.d.ts +207 -0
  66. package/lib/_shared/locale/lang/it-it.json.js +1 -0
  67. package/lib/_shared/locale/lang/ja-jp.json.d.ts +255 -0
  68. package/lib/_shared/locale/lang/ja-jp.json.js +1 -0
  69. package/lib/_shared/locale/lang/km-kh.json.d.ts +207 -0
  70. package/lib/_shared/locale/lang/km-kh.json.js +1 -0
  71. package/lib/_shared/locale/lang/ko-kr.json.d.ts +207 -0
  72. package/lib/_shared/locale/lang/ko-kr.json.js +1 -0
  73. package/lib/_shared/locale/lang/ms-my.json.d.ts +207 -0
  74. package/lib/_shared/locale/lang/ms-my.json.js +1 -0
  75. package/lib/_shared/locale/lang/nl-nl.json.d.ts +255 -0
  76. package/lib/_shared/locale/lang/nl-nl.json.js +1 -0
  77. package/lib/_shared/locale/lang/pt-pt.json.d.ts +207 -0
  78. package/lib/_shared/locale/lang/pt-pt.json.js +1 -0
  79. package/lib/_shared/locale/lang/ru-ru.json.d.ts +255 -0
  80. package/lib/_shared/locale/lang/ru-ru.json.js +1 -0
  81. package/lib/_shared/locale/lang/th-th.json.d.ts +207 -0
  82. package/lib/_shared/locale/lang/th-th.json.js +1 -0
  83. package/lib/_shared/locale/lang/vi-vn.json.d.ts +207 -0
  84. package/lib/_shared/locale/lang/vi-vn.json.js +1 -0
  85. package/lib/_shared/locale/lang/zh-cn.json.d.ts +255 -0
  86. package/lib/_shared/locale/lang/zh-cn.json.js +1 -0
  87. package/lib/_shared/locale/lang/zh-tw.json.d.ts +255 -0
  88. package/lib/_shared/locale/lang/zh-tw.json.js +1 -0
  89. package/package.json +1 -1
  90. package/es/_shared/locale/lang/ar-eg.d.ts +0 -205
  91. package/es/_shared/locale/lang/ar-eg.js +0 -153
  92. package/es/_shared/locale/lang/de-de.d.ts +0 -205
  93. package/es/_shared/locale/lang/de-de.js +0 -153
  94. package/es/_shared/locale/lang/en-us.d.ts +0 -253
  95. package/es/_shared/locale/lang/en-us.js +0 -158
  96. package/es/_shared/locale/lang/es-es.d.ts +0 -205
  97. package/es/_shared/locale/lang/es-es.js +0 -153
  98. package/es/_shared/locale/lang/fr-fr.d.ts +0 -205
  99. package/es/_shared/locale/lang/fr-fr.js +0 -153
  100. package/es/_shared/locale/lang/id-id.d.ts +0 -205
  101. package/es/_shared/locale/lang/id-id.js +0 -153
  102. package/es/_shared/locale/lang/it-it.d.ts +0 -205
  103. package/es/_shared/locale/lang/it-it.js +0 -153
  104. package/es/_shared/locale/lang/ja-jp.d.ts +0 -253
  105. package/es/_shared/locale/lang/ja-jp.js +0 -201
  106. package/es/_shared/locale/lang/km-kh.d.ts +0 -205
  107. package/es/_shared/locale/lang/km-kh.js +0 -153
  108. package/es/_shared/locale/lang/ko-kr.d.ts +0 -205
  109. package/es/_shared/locale/lang/ko-kr.js +0 -153
  110. package/es/_shared/locale/lang/ms-my.d.ts +0 -205
  111. package/es/_shared/locale/lang/ms-my.js +0 -153
  112. package/es/_shared/locale/lang/nl-nl.d.ts +0 -253
  113. package/es/_shared/locale/lang/nl-nl.js +0 -201
  114. package/es/_shared/locale/lang/pt-pt.d.ts +0 -205
  115. package/es/_shared/locale/lang/pt-pt.js +0 -153
  116. package/es/_shared/locale/lang/ru-ru.d.ts +0 -253
  117. package/es/_shared/locale/lang/ru-ru.js +0 -201
  118. package/es/_shared/locale/lang/th-th.d.ts +0 -205
  119. package/es/_shared/locale/lang/th-th.js +0 -153
  120. package/es/_shared/locale/lang/vi-vn.d.ts +0 -205
  121. package/es/_shared/locale/lang/vi-vn.js +0 -153
  122. package/es/_shared/locale/lang/zh-cn.js +0 -201
  123. package/es/_shared/locale/lang/zh-tw.d.ts +0 -253
  124. package/es/_shared/locale/lang/zh-tw.js +0 -201
  125. package/es/node_modules/b-validate/es/is.js +0 -27
  126. package/es/node_modules/b-validate/es/locale/en-US.js +0 -50
  127. package/es/node_modules/b-validate/es/rules/base.js +0 -86
  128. package/es/node_modules/b-validate/es/util.js +0 -25
  129. package/lib/_shared/locale/lang/ar-eg.d.ts +0 -205
  130. package/lib/_shared/locale/lang/ar-eg.js +0 -1
  131. package/lib/_shared/locale/lang/de-de.d.ts +0 -205
  132. package/lib/_shared/locale/lang/de-de.js +0 -1
  133. package/lib/_shared/locale/lang/en-us.d.ts +0 -253
  134. package/lib/_shared/locale/lang/en-us.js +0 -1
  135. package/lib/_shared/locale/lang/es-es.d.ts +0 -205
  136. package/lib/_shared/locale/lang/es-es.js +0 -1
  137. package/lib/_shared/locale/lang/fr-fr.d.ts +0 -205
  138. package/lib/_shared/locale/lang/fr-fr.js +0 -1
  139. package/lib/_shared/locale/lang/id-id.d.ts +0 -205
  140. package/lib/_shared/locale/lang/id-id.js +0 -1
  141. package/lib/_shared/locale/lang/it-it.d.ts +0 -205
  142. package/lib/_shared/locale/lang/it-it.js +0 -1
  143. package/lib/_shared/locale/lang/ja-jp.d.ts +0 -253
  144. package/lib/_shared/locale/lang/ja-jp.js +0 -1
  145. package/lib/_shared/locale/lang/km-kh.d.ts +0 -205
  146. package/lib/_shared/locale/lang/km-kh.js +0 -1
  147. package/lib/_shared/locale/lang/ko-kr.d.ts +0 -205
  148. package/lib/_shared/locale/lang/ko-kr.js +0 -1
  149. package/lib/_shared/locale/lang/ms-my.d.ts +0 -205
  150. package/lib/_shared/locale/lang/ms-my.js +0 -1
  151. package/lib/_shared/locale/lang/nl-nl.d.ts +0 -253
  152. package/lib/_shared/locale/lang/nl-nl.js +0 -1
  153. package/lib/_shared/locale/lang/pt-pt.d.ts +0 -205
  154. package/lib/_shared/locale/lang/pt-pt.js +0 -1
  155. package/lib/_shared/locale/lang/ru-ru.d.ts +0 -253
  156. package/lib/_shared/locale/lang/ru-ru.js +0 -1
  157. package/lib/_shared/locale/lang/th-th.d.ts +0 -205
  158. package/lib/_shared/locale/lang/th-th.js +0 -1
  159. package/lib/_shared/locale/lang/vi-vn.d.ts +0 -205
  160. package/lib/_shared/locale/lang/vi-vn.js +0 -1
  161. package/lib/_shared/locale/lang/zh-cn.js +0 -1
  162. package/lib/_shared/locale/lang/zh-tw.d.ts +0 -253
  163. package/lib/_shared/locale/lang/zh-tw.js +0 -1
  164. package/lib/node_modules/b-validate/es/is.js +0 -1
  165. package/lib/node_modules/b-validate/es/locale/en-US.js +0 -1
  166. package/lib/node_modules/b-validate/es/rules/base.js +0 -1
  167. package/lib/node_modules/b-validate/es/util.js +0 -1
@@ -0,0 +1,251 @@
1
+ const empty = {
2
+ description: "Aucune donnée"
3
+ };
4
+ const drawer = {
5
+ okText: "OK",
6
+ cancelText: "Annuler"
7
+ };
8
+ const popconfirm = {
9
+ okText: "OK",
10
+ cancelText: "Annuler"
11
+ };
12
+ const modal = {
13
+ okText: "OK",
14
+ cancelText: "Annuler"
15
+ };
16
+ const pagination = {
17
+ goto: "Aller à",
18
+ page: "Page",
19
+ countPerPage: "/ page",
20
+ total: "Total {0}"
21
+ };
22
+ const table = {
23
+ okText: "OK",
24
+ resetText: "Réinitialiser"
25
+ };
26
+ const upload = {
27
+ start: "Démarrer",
28
+ cancel: "Annuler",
29
+ "delete": "Supprimer",
30
+ retry: "Cliquez pour réessayer",
31
+ buttonText: "Cliquez pour télécharger",
32
+ preview: "Aperçu",
33
+ drag: "Cliquez ou faites glisser les fichiers à télécharger ici",
34
+ dragHover: "Libérez le fichier et commencez à télécharger",
35
+ error: "le téléchargement a échoué"
36
+ };
37
+ const calendar = {
38
+ formatYear: "YYYY",
39
+ formatMonth: "MM/YYYY",
40
+ today: "Aujourd'hui",
41
+ view: {
42
+ month: "Mois",
43
+ year: "Année",
44
+ week: "Semaine",
45
+ day: "Date"
46
+ },
47
+ month: {
48
+ long: {
49
+ January: "Janvier",
50
+ February: "Février",
51
+ March: "Mars",
52
+ April: "Avril",
53
+ May: "Mai",
54
+ June: "Juin",
55
+ July: "Juillet",
56
+ August: "Août",
57
+ September: "Septembre",
58
+ October: "Octobre",
59
+ November: "Novembre",
60
+ December: "Décembre"
61
+ },
62
+ short: {
63
+ January: "Jan",
64
+ February: "Fév",
65
+ March: "Mar",
66
+ April: "Avr",
67
+ May: "Mai",
68
+ June: "Jun",
69
+ July: "Jul",
70
+ August: "Aoû",
71
+ September: "Sep",
72
+ October: "Oct",
73
+ November: "Nov",
74
+ December: "Déc"
75
+ }
76
+ },
77
+ week: {
78
+ long: {
79
+ self: "Week",
80
+ monday: "Lundi",
81
+ tuesday: "Mardi",
82
+ wednesday: "Mercredi",
83
+ thursday: "Jeudi",
84
+ friday: "Vendredi",
85
+ saturday: "Samedi",
86
+ sunday: "Dimanche"
87
+ },
88
+ short: {
89
+ self: "Week",
90
+ monday: "Lun",
91
+ tuesday: "Mar",
92
+ wednesday: "Mer",
93
+ thursday: "Jeu",
94
+ friday: "Ven",
95
+ saturday: "Sam",
96
+ sunday: "Dim"
97
+ }
98
+ }
99
+ };
100
+ const datePicker = {
101
+ view: {
102
+ month: "Mois",
103
+ year: "Année",
104
+ week: "Semaine",
105
+ day: "Date"
106
+ },
107
+ month: {
108
+ long: {
109
+ January: "Janvier",
110
+ February: "Février",
111
+ March: "Mars",
112
+ April: "Avril",
113
+ May: "Mai",
114
+ June: "Juin",
115
+ July: "Juillet",
116
+ August: "Août",
117
+ September: "Septembre",
118
+ October: "Octobre",
119
+ November: "Novembre",
120
+ December: "Décembre"
121
+ },
122
+ short: {
123
+ January: "Jan",
124
+ February: "Fév",
125
+ March: "Mar",
126
+ April: "Avr",
127
+ May: "Mai",
128
+ June: "Jun",
129
+ July: "Jul",
130
+ August: "Aoû",
131
+ September: "Sep",
132
+ October: "Oct",
133
+ November: "Nov",
134
+ December: "Déc"
135
+ }
136
+ },
137
+ week: {
138
+ long: {
139
+ self: "Week",
140
+ monday: "Lundi",
141
+ tuesday: "Mardi",
142
+ wednesday: "Mercredi",
143
+ thursday: "Jeudi",
144
+ friday: "Vendredi",
145
+ saturday: "Samedi",
146
+ sunday: "Dimanche"
147
+ },
148
+ short: {
149
+ self: "Week",
150
+ monday: "Lun",
151
+ tuesday: "Mar",
152
+ wednesday: "Mer",
153
+ thursday: "Jeu",
154
+ friday: "Ven",
155
+ saturday: "Sam",
156
+ sunday: "Dim"
157
+ }
158
+ },
159
+ placeholder: {
160
+ date: "Sélectionner une date",
161
+ week: "Sélectionner une semaine",
162
+ month: "Sélectionner un mois",
163
+ year: "Sélectionner une année",
164
+ quarter: "Sélectionner un trimestre",
165
+ time: "Sélectionner l'heure"
166
+ },
167
+ rangePlaceholder: {
168
+ date: [
169
+ "Date de début",
170
+ "Date de fin"
171
+ ],
172
+ week: [
173
+ "Semaine de début",
174
+ "Semaine de fin"
175
+ ],
176
+ month: [
177
+ "Mois de début",
178
+ "Mois de fin"
179
+ ],
180
+ year: [
181
+ "Année de début",
182
+ "Année de fin"
183
+ ],
184
+ quarter: [
185
+ "Trimestre de début",
186
+ "Trimestre de fin"
187
+ ],
188
+ time: [
189
+ "Heure de début",
190
+ "Heure de fin"
191
+ ]
192
+ },
193
+ selectTime: "Sélectionner l'heure",
194
+ today: "Aujourd'hui",
195
+ now: "Maintenant",
196
+ ok: "OK"
197
+ };
198
+ const image = {
199
+ loading: "Chargement en cours"
200
+ };
201
+ const imagePreview = {
202
+ fullScreen: "Plein écran",
203
+ rotateRight: "Tourner à droite",
204
+ rotateLeft: "Tourner vers la gauche",
205
+ zoomIn: "Agrandir",
206
+ zoomOut: "Dézoomer",
207
+ originalSize: "Format original"
208
+ };
209
+ const typography = {
210
+ copy: "Copier",
211
+ copied: "Copie effectuée",
212
+ edit: "Éditer",
213
+ collapse: "Plier",
214
+ expand: "Étendre"
215
+ };
216
+ const colorPicker = {
217
+ history: "Couleurs historiques",
218
+ preset: "Couleurs prédéfinies par le système",
219
+ empty: "Aucune donnée"
220
+ };
221
+ const frFr = {
222
+ empty,
223
+ drawer,
224
+ popconfirm,
225
+ modal,
226
+ pagination,
227
+ table,
228
+ upload,
229
+ calendar,
230
+ datePicker,
231
+ image,
232
+ imagePreview,
233
+ typography,
234
+ colorPicker
235
+ };
236
+ export {
237
+ calendar,
238
+ colorPicker,
239
+ datePicker,
240
+ frFr as default,
241
+ drawer,
242
+ empty,
243
+ image,
244
+ imagePreview,
245
+ modal,
246
+ pagination,
247
+ popconfirm,
248
+ table,
249
+ typography,
250
+ upload
251
+ };
@@ -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,251 @@
1
+ const empty = {
2
+ description: "Tidak ada data"
3
+ };
4
+ const drawer = {
5
+ okText: "Baik",
6
+ cancelText: "Membatalkan"
7
+ };
8
+ const popconfirm = {
9
+ okText: "Baik",
10
+ cancelText: "Membatalkan"
11
+ };
12
+ const modal = {
13
+ okText: "Baik",
14
+ cancelText: "Membatalkan"
15
+ };
16
+ const pagination = {
17
+ goto: "Pergi ke",
18
+ page: "Halaman",
19
+ countPerPage: " / Halaman",
20
+ total: "Total: {0}"
21
+ };
22
+ const table = {
23
+ okText: "Baik",
24
+ resetText: "Setel ulang"
25
+ };
26
+ const upload = {
27
+ start: "Mulailah",
28
+ cancel: "Membatalkan",
29
+ "delete": "Menghapus",
30
+ retry: "Klik untuk mencoba lagi",
31
+ buttonText: "Unggah",
32
+ preview: "Pratinjau",
33
+ drag: "Klik atau seret file ke area ini untuk diunggah",
34
+ dragHover: "Lepaskan untuk mengupload",
35
+ error: "Kesalahan Unggahan"
36
+ };
37
+ const calendar = {
38
+ formatYear: "YYYY",
39
+ formatMonth: "MMM YYYY",
40
+ today: "Hari ini",
41
+ view: {
42
+ month: "Bulan",
43
+ year: "Tahun",
44
+ week: "Minggu",
45
+ day: "Hari"
46
+ },
47
+ month: {
48
+ long: {
49
+ January: "Januari",
50
+ February: "Februari",
51
+ March: "Maret",
52
+ April: "April",
53
+ May: "Mungkin",
54
+ June: "Juni",
55
+ July: "Juli",
56
+ August: "Agustus",
57
+ September: "September",
58
+ October: "Oktober",
59
+ November: "November",
60
+ December: "Desember"
61
+ },
62
+ short: {
63
+ January: "Jan",
64
+ February: "Feb",
65
+ March: "Mar",
66
+ April: "Apr",
67
+ May: "Mungkin",
68
+ June: "Jun",
69
+ July: "Jul",
70
+ August: "Agu",
71
+ September: "Sept",
72
+ October: "Okt",
73
+ November: "Nov",
74
+ December: "Des"
75
+ }
76
+ },
77
+ week: {
78
+ long: {
79
+ self: "Minggu",
80
+ monday: "Senin",
81
+ tuesday: "Selasa",
82
+ wednesday: "Rabu",
83
+ thursday: "Kamis",
84
+ friday: "Jumat",
85
+ saturday: "Sabtu",
86
+ sunday: "Minggu"
87
+ },
88
+ short: {
89
+ self: "Minggu",
90
+ monday: "Sen",
91
+ tuesday: "Sel",
92
+ wednesday: "Rab",
93
+ thursday: "Kam",
94
+ friday: "Jum",
95
+ saturday: "Sab",
96
+ sunday: "Min"
97
+ }
98
+ }
99
+ };
100
+ const datePicker = {
101
+ view: {
102
+ month: "Bulan",
103
+ year: "Tahun",
104
+ week: "Minggu",
105
+ day: "Hari"
106
+ },
107
+ month: {
108
+ long: {
109
+ January: "Januari",
110
+ February: "Februari",
111
+ March: "Maret",
112
+ April: "April",
113
+ May: "Mungkin",
114
+ June: "Juni",
115
+ July: "Juli",
116
+ August: "Agustus",
117
+ September: "September",
118
+ October: "Oktober",
119
+ November: "November",
120
+ December: "Desember"
121
+ },
122
+ short: {
123
+ January: "Jan",
124
+ February: "Feb",
125
+ March: "Mar",
126
+ April: "Apr",
127
+ May: "Mungkin",
128
+ June: "Jun",
129
+ July: "Jul",
130
+ August: "Agu",
131
+ September: "Sept",
132
+ October: "Okt",
133
+ November: "Nov",
134
+ December: "Des"
135
+ }
136
+ },
137
+ week: {
138
+ long: {
139
+ self: "Minggu",
140
+ monday: "Senin",
141
+ tuesday: "Selasa",
142
+ wednesday: "Rabu",
143
+ thursday: "Kamis",
144
+ friday: "Jumat",
145
+ saturday: "Sabtu",
146
+ sunday: "Minggu"
147
+ },
148
+ short: {
149
+ self: "Minggu",
150
+ monday: "Sen",
151
+ tuesday: "Sel",
152
+ wednesday: "Rab",
153
+ thursday: "Kam",
154
+ friday: "Jum",
155
+ saturday: "Sab",
156
+ sunday: "Min"
157
+ }
158
+ },
159
+ placeholder: {
160
+ date: "Silakan pilih tanggal",
161
+ week: "Silakan pilih minggu",
162
+ month: "Silakan pilih bulan",
163
+ year: "Silakan pilih tahun",
164
+ quarter: "Silakan pilih perempat",
165
+ time: "Pilih waktu"
166
+ },
167
+ rangePlaceholder: {
168
+ date: [
169
+ "Mulai tanggal",
170
+ "Tanggal berakhir"
171
+ ],
172
+ week: [
173
+ "Mulailah minggu",
174
+ "Akhir minggu"
175
+ ],
176
+ month: [
177
+ "Mulai bulan",
178
+ "Akhir bulan"
179
+ ],
180
+ year: [
181
+ "Awal tahun",
182
+ "Akhir tahun"
183
+ ],
184
+ quarter: [
185
+ "Mulai kuartal",
186
+ "Seperempat akhir"
187
+ ],
188
+ time: [
189
+ "Waktu mulai",
190
+ "Akhir waktu"
191
+ ]
192
+ },
193
+ selectTime: "Pilih waktu",
194
+ today: "Hari ini",
195
+ now: "Sekarang",
196
+ ok: "Baik"
197
+ };
198
+ const image = {
199
+ loading: "Memuat"
200
+ };
201
+ const imagePreview = {
202
+ fullScreen: "Layar penuh",
203
+ rotateRight: "Putar ke kanan",
204
+ rotateLeft: "Putar ke kiri",
205
+ zoomIn: "Perbesar",
206
+ zoomOut: "Perkecil",
207
+ originalSize: "Ukuran asli"
208
+ };
209
+ const typography = {
210
+ copy: "Salinan",
211
+ copied: "Disalin",
212
+ edit: "Sunting",
213
+ collapse: "Melipat",
214
+ expand: "Membuka"
215
+ };
216
+ const colorPicker = {
217
+ history: "Warna sejarah",
218
+ preset: "Sistem preset warna",
219
+ empty: "Tidak ada data"
220
+ };
221
+ const idId = {
222
+ empty,
223
+ drawer,
224
+ popconfirm,
225
+ modal,
226
+ pagination,
227
+ table,
228
+ upload,
229
+ calendar,
230
+ datePicker,
231
+ image,
232
+ imagePreview,
233
+ typography,
234
+ colorPicker
235
+ };
236
+ export {
237
+ calendar,
238
+ colorPicker,
239
+ datePicker,
240
+ idId as default,
241
+ drawer,
242
+ empty,
243
+ image,
244
+ imagePreview,
245
+ modal,
246
+ pagination,
247
+ popconfirm,
248
+ table,
249
+ typography,
250
+ upload
251
+ };