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: "Keine Daten"
3
+ };
4
+ const drawer = {
5
+ okText: "OK",
6
+ cancelText: "Abbrechen"
7
+ };
8
+ const popconfirm = {
9
+ okText: "OK",
10
+ cancelText: "Abbrechen"
11
+ };
12
+ const modal = {
13
+ okText: "OK",
14
+ cancelText: "Abbrechen"
15
+ };
16
+ const pagination = {
17
+ goto: "Gehe zu",
18
+ page: "",
19
+ countPerPage: "/ Seite",
20
+ total: "Gesamt {0}"
21
+ };
22
+ const table = {
23
+ okText: "OK",
24
+ resetText: "Zurücksetzen"
25
+ };
26
+ const upload = {
27
+ start: "Anfang",
28
+ cancel: "Abbrechen",
29
+ "delete": "löschen",
30
+ retry: "Klicken Sie hier, um es erneut zu versuchen",
31
+ buttonText: "Zum Hochladen klicken",
32
+ preview: "Vorschau",
33
+ drag: "Klicken oder ziehen Sie Dateien, um sie hier hochzuladen",
34
+ dragHover: "Geben Sie die Datei frei und starten Sie den Upload",
35
+ error: "Upload fehlgeschlagen"
36
+ };
37
+ const calendar = {
38
+ formatYear: "YYYY",
39
+ formatMonth: "MMM YYYY",
40
+ today: "Heute",
41
+ view: {
42
+ month: "Monat",
43
+ year: "Jahr",
44
+ week: "Woche",
45
+ day: "Tag"
46
+ },
47
+ month: {
48
+ long: {
49
+ January: "Januar",
50
+ February: "Februar",
51
+ March: "März",
52
+ April: "April",
53
+ May: "Mai",
54
+ June: "Juni",
55
+ July: "Juli",
56
+ August: "August",
57
+ September: "September",
58
+ October: "Oktober",
59
+ November: "November",
60
+ December: "Dezember"
61
+ },
62
+ short: {
63
+ January: "Jan",
64
+ February: "Feb",
65
+ March: "Mär",
66
+ April: "Apr",
67
+ May: "Mai",
68
+ June: "Jun",
69
+ July: "Jul",
70
+ August: "Aug",
71
+ September: "Sep",
72
+ October: "Okt",
73
+ November: "Nov",
74
+ December: "Dez"
75
+ }
76
+ },
77
+ week: {
78
+ long: {
79
+ self: "Woche",
80
+ monday: "Montag",
81
+ tuesday: "Dienstag",
82
+ wednesday: "Mittwoch",
83
+ thursday: "Donnerstag",
84
+ friday: "Freitag",
85
+ saturday: "Samstag",
86
+ sunday: "Sonntag"
87
+ },
88
+ short: {
89
+ self: "Woche",
90
+ monday: "Mo.",
91
+ tuesday: "Di.",
92
+ wednesday: "Mi.",
93
+ thursday: "Do.",
94
+ friday: "Fr.",
95
+ saturday: "Sa.",
96
+ sunday: "So."
97
+ }
98
+ }
99
+ };
100
+ const datePicker = {
101
+ view: {
102
+ month: "Monat",
103
+ year: "Jahr",
104
+ week: "Woche",
105
+ day: "Tag"
106
+ },
107
+ month: {
108
+ long: {
109
+ January: "Januar",
110
+ February: "Februar",
111
+ March: "März",
112
+ April: "April",
113
+ May: "Mai",
114
+ June: "Juni",
115
+ July: "Juli",
116
+ August: "August",
117
+ September: "September",
118
+ October: "Oktober",
119
+ November: "November",
120
+ December: "Dezember"
121
+ },
122
+ short: {
123
+ January: "Jan",
124
+ February: "Feb",
125
+ March: "Mär",
126
+ April: "Apr",
127
+ May: "Mai",
128
+ June: "Jun",
129
+ July: "Jul",
130
+ August: "Aug",
131
+ September: "Sep",
132
+ October: "Okt",
133
+ November: "Nov",
134
+ December: "Dez"
135
+ }
136
+ },
137
+ week: {
138
+ long: {
139
+ self: "Woche",
140
+ monday: "Montag",
141
+ tuesday: "Dienstag",
142
+ wednesday: "Mittwoch",
143
+ thursday: "Donnerstag",
144
+ friday: "Freitag",
145
+ saturday: "Samstag",
146
+ sunday: "Sonntag"
147
+ },
148
+ short: {
149
+ self: "Woche",
150
+ monday: "Mo.",
151
+ tuesday: "Di.",
152
+ wednesday: "Mi.",
153
+ thursday: "Do.",
154
+ friday: "Fr.",
155
+ saturday: "Sa.",
156
+ sunday: "So."
157
+ }
158
+ },
159
+ placeholder: {
160
+ date: "Bitte wählen Sie ein Datum",
161
+ week: "Bitte wählen Sie eine Woche",
162
+ month: "Bitte wählen Sie einen Monat",
163
+ year: "Bitte wählen Sie ein Jahr aus",
164
+ quarter: "Bitte wählen Sie ein Quartal",
165
+ time: "Zeit auswählen"
166
+ },
167
+ rangePlaceholder: {
168
+ date: [
169
+ "Startdatum",
170
+ "Endtermin"
171
+ ],
172
+ week: [
173
+ "Woche starten",
174
+ "Ende der Woche"
175
+ ],
176
+ month: [
177
+ "Startmonat",
178
+ "Ende Monat"
179
+ ],
180
+ year: [
181
+ "Startjahr",
182
+ "Ende Jahr"
183
+ ],
184
+ quarter: [
185
+ "Anfangsquartal",
186
+ "Ende des Quartals"
187
+ ],
188
+ time: [
189
+ "Startzeit",
190
+ "Endzeit"
191
+ ]
192
+ },
193
+ selectTime: "Zeit auswählen",
194
+ today: "Heute",
195
+ now: "Jetzt",
196
+ ok: "OK"
197
+ };
198
+ const image = {
199
+ loading: "Wird geladen"
200
+ };
201
+ const imagePreview = {
202
+ fullScreen: "Vollbild",
203
+ rotateRight: "Nach rechts drehen",
204
+ rotateLeft: "Nach links drehen",
205
+ zoomIn: "Vergrößern",
206
+ zoomOut: "Rauszoomen",
207
+ originalSize: "Originalgröße"
208
+ };
209
+ const typography = {
210
+ copy: "Kopieren",
211
+ copied: "Kopiert",
212
+ edit: "Bearbeiten",
213
+ collapse: "Falten",
214
+ expand: "Erweitern"
215
+ };
216
+ const colorPicker = {
217
+ history: "Historische Farben",
218
+ preset: "Standardfarbe des Systems",
219
+ empty: "Noch keine"
220
+ };
221
+ const deDe = {
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
+ deDe 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,210 @@
1
+ declare const _default: {
2
+ "empty": {
3
+ "description": "No Data"
4
+ },
5
+ "drawer": {
6
+ "okText": "Ok",
7
+ "cancelText": "Cancel"
8
+ },
9
+ "popconfirm": {
10
+ "okText": "Ok",
11
+ "cancelText": "Cancel"
12
+ },
13
+ "modal": {
14
+ "okText": "Ok",
15
+ "cancelText": "Cancel"
16
+ },
17
+ "pagination": {
18
+ "goto": "Goto",
19
+ "page": "Page",
20
+ "countPerPage": " / Page",
21
+ "total": "Total: {0}"
22
+ },
23
+ "table": {
24
+ "okText": "Ok",
25
+ "resetText": "Reset"
26
+ },
27
+ "upload": {
28
+ "start": "Start",
29
+ "cancel": "Cancel",
30
+ "delete": "Delete",
31
+ "retry": "Click to retry",
32
+ "buttonText": "Upload",
33
+ "preview": "Preview",
34
+ "drag": "Click or drag file to this area to upload",
35
+ "dragHover": "Release to upload",
36
+ "error": "Upload Error"
37
+ },
38
+ "calendar": {
39
+ "formatYear": "YYYY",
40
+ "formatMonth": "MMM YYYY",
41
+ "today": "Today",
42
+ "view": {
43
+ "month": "Month",
44
+ "year": "Year",
45
+ "week": "Week",
46
+ "day": "Day"
47
+ },
48
+ "month": {
49
+ "long": {
50
+ "January": "January",
51
+ "February": "February",
52
+ "March": "March",
53
+ "April": "April",
54
+ "May": "May",
55
+ "June": "June",
56
+ "July": "July",
57
+ "August": "August",
58
+ "September": "September",
59
+ "October": "October",
60
+ "November": "November",
61
+ "December": "December"
62
+ },
63
+ "short": {
64
+ "January": "Jan",
65
+ "February": "Feb",
66
+ "March": "Mar",
67
+ "April": "Apr",
68
+ "May": "May",
69
+ "June": "Jun",
70
+ "July": "Jul",
71
+ "August": "Aug",
72
+ "September": "Sept",
73
+ "October": "Oct",
74
+ "November": "Nov",
75
+ "December": "Dec"
76
+ }
77
+ },
78
+ "week": {
79
+ "long": {
80
+ "self": "Week",
81
+ "monday": "Monday",
82
+ "tuesday": "Tuesday",
83
+ "wednesday": "Wednesday",
84
+ "thursday": "Thursday",
85
+ "friday": "Friday",
86
+ "saturday": "Saturday",
87
+ "sunday": "Sunday"
88
+ },
89
+ "short": {
90
+ "self": "Week",
91
+ "monday": "Mon",
92
+ "tuesday": "Tue",
93
+ "wednesday": "Wed",
94
+ "thursday": "Thu",
95
+ "friday": "Fri",
96
+ "saturday": "Sat",
97
+ "sunday": "Sun"
98
+ }
99
+ }
100
+ },
101
+ "datePicker": {
102
+ "view": {
103
+ "month": "Month",
104
+ "year": "Year",
105
+ "week": "Week",
106
+ "day": "Day"
107
+ },
108
+ "month": {
109
+ "long": {
110
+ "January": "January",
111
+ "February": "February",
112
+ "March": "March",
113
+ "April": "April",
114
+ "May": "May",
115
+ "June": "June",
116
+ "July": "July",
117
+ "August": "August",
118
+ "September": "September",
119
+ "October": "October",
120
+ "November": "November",
121
+ "December": "December"
122
+ },
123
+ "short": {
124
+ "January": "Jan",
125
+ "February": "Feb",
126
+ "March": "Mar",
127
+ "April": "Apr",
128
+ "May": "May",
129
+ "June": "Jun",
130
+ "July": "Jul",
131
+ "August": "Aug",
132
+ "September": "Sept",
133
+ "October": "Oct",
134
+ "November": "Nov",
135
+ "December": "Dec"
136
+ }
137
+ },
138
+ "week": {
139
+ "long": {
140
+ "self": "Week",
141
+ "monday": "Monday",
142
+ "tuesday": "Tuesday",
143
+ "wednesday": "Wednesday",
144
+ "thursday": "Thursday",
145
+ "friday": "Friday",
146
+ "saturday": "Saturday",
147
+ "sunday": "Sunday"
148
+ },
149
+ "short": {
150
+ "self": "Week",
151
+ "monday": "Mon",
152
+ "tuesday": "Tue",
153
+ "wednesday": "Wed",
154
+ "thursday": "Thu",
155
+ "friday": "Fri",
156
+ "saturday": "Sat",
157
+ "sunday": "Sun"
158
+ }
159
+ },
160
+ "placeholder": {
161
+ "date": "Please select date",
162
+ "week": "Please select week",
163
+ "month": "Please select month",
164
+ "year": "Please select year",
165
+ "quarter": "Please select quarter",
166
+ "time": "Please select time"
167
+ },
168
+ "rangePlaceholder": {
169
+ "date": ["Start date", "End date"],
170
+ "week": ["Start week", "End week"],
171
+ "month": ["Start month", "End month"],
172
+ "year": ["Start year", "End year"],
173
+ "quarter": ["Start quarter", "End quarter"],
174
+ "time": ["Start time", "End time"]
175
+ },
176
+ "selectTime": "Select time",
177
+ "today": "Today",
178
+ "now": "Now",
179
+ "ok": "Ok"
180
+ },
181
+ "image": {
182
+ "loading": "loading"
183
+ },
184
+ "imagePreview": {
185
+ "fullScreen": "Full Screen",
186
+ "rotateRight": "Rotate Right",
187
+ "rotateLeft": "Rotate Left",
188
+ "zoomIn": "Zoom In",
189
+ "zoomOut": "Zoom Out",
190
+ "originalSize": "Original Size"
191
+ },
192
+ "typography": {
193
+ "copied": "Copied",
194
+ "copy": "Copy",
195
+ "expand": "Expand",
196
+ "collapse": "Collapse",
197
+ "edit": "Edit"
198
+ },
199
+ "form": {
200
+ "validateMessages": null
201
+ },
202
+ "colorPicker": {
203
+ "history": "History Colors",
204
+ "preset": "Preset Colors",
205
+ "empty": "Empty"
206
+ }
207
+ }
208
+ ;
209
+
210
+ export default _default;
@@ -0,0 +1,256 @@
1
+ const empty = {
2
+ description: "No Data"
3
+ };
4
+ const drawer = {
5
+ okText: "Ok",
6
+ cancelText: "Cancel"
7
+ };
8
+ const popconfirm = {
9
+ okText: "Ok",
10
+ cancelText: "Cancel"
11
+ };
12
+ const modal = {
13
+ okText: "Ok",
14
+ cancelText: "Cancel"
15
+ };
16
+ const pagination = {
17
+ goto: "Goto",
18
+ page: "Page",
19
+ countPerPage: " / Page",
20
+ total: "Total: {0}"
21
+ };
22
+ const table = {
23
+ okText: "Ok",
24
+ resetText: "Reset"
25
+ };
26
+ const upload = {
27
+ start: "Start",
28
+ cancel: "Cancel",
29
+ "delete": "Delete",
30
+ retry: "Click to retry",
31
+ buttonText: "Upload",
32
+ preview: "Preview",
33
+ drag: "Click or drag file to this area to upload",
34
+ dragHover: "Release to upload",
35
+ error: "Upload Error"
36
+ };
37
+ const calendar = {
38
+ formatYear: "YYYY",
39
+ formatMonth: "MMM YYYY",
40
+ today: "Today",
41
+ view: {
42
+ month: "Month",
43
+ year: "Year",
44
+ week: "Week",
45
+ day: "Day"
46
+ },
47
+ month: {
48
+ long: {
49
+ January: "January",
50
+ February: "February",
51
+ March: "March",
52
+ April: "April",
53
+ May: "May",
54
+ June: "June",
55
+ July: "July",
56
+ August: "August",
57
+ September: "September",
58
+ October: "October",
59
+ November: "November",
60
+ December: "December"
61
+ },
62
+ short: {
63
+ January: "Jan",
64
+ February: "Feb",
65
+ March: "Mar",
66
+ April: "Apr",
67
+ May: "May",
68
+ June: "Jun",
69
+ July: "Jul",
70
+ August: "Aug",
71
+ September: "Sept",
72
+ October: "Oct",
73
+ November: "Nov",
74
+ December: "Dec"
75
+ }
76
+ },
77
+ week: {
78
+ long: {
79
+ self: "Week",
80
+ monday: "Monday",
81
+ tuesday: "Tuesday",
82
+ wednesday: "Wednesday",
83
+ thursday: "Thursday",
84
+ friday: "Friday",
85
+ saturday: "Saturday",
86
+ sunday: "Sunday"
87
+ },
88
+ short: {
89
+ self: "Week",
90
+ monday: "Mon",
91
+ tuesday: "Tue",
92
+ wednesday: "Wed",
93
+ thursday: "Thu",
94
+ friday: "Fri",
95
+ saturday: "Sat",
96
+ sunday: "Sun"
97
+ }
98
+ }
99
+ };
100
+ const datePicker = {
101
+ view: {
102
+ month: "Month",
103
+ year: "Year",
104
+ week: "Week",
105
+ day: "Day"
106
+ },
107
+ month: {
108
+ long: {
109
+ January: "January",
110
+ February: "February",
111
+ March: "March",
112
+ April: "April",
113
+ May: "May",
114
+ June: "June",
115
+ July: "July",
116
+ August: "August",
117
+ September: "September",
118
+ October: "October",
119
+ November: "November",
120
+ December: "December"
121
+ },
122
+ short: {
123
+ January: "Jan",
124
+ February: "Feb",
125
+ March: "Mar",
126
+ April: "Apr",
127
+ May: "May",
128
+ June: "Jun",
129
+ July: "Jul",
130
+ August: "Aug",
131
+ September: "Sept",
132
+ October: "Oct",
133
+ November: "Nov",
134
+ December: "Dec"
135
+ }
136
+ },
137
+ week: {
138
+ long: {
139
+ self: "Week",
140
+ monday: "Monday",
141
+ tuesday: "Tuesday",
142
+ wednesday: "Wednesday",
143
+ thursday: "Thursday",
144
+ friday: "Friday",
145
+ saturday: "Saturday",
146
+ sunday: "Sunday"
147
+ },
148
+ short: {
149
+ self: "Week",
150
+ monday: "Mon",
151
+ tuesday: "Tue",
152
+ wednesday: "Wed",
153
+ thursday: "Thu",
154
+ friday: "Fri",
155
+ saturday: "Sat",
156
+ sunday: "Sun"
157
+ }
158
+ },
159
+ placeholder: {
160
+ date: "Please select date",
161
+ week: "Please select week",
162
+ month: "Please select month",
163
+ year: "Please select year",
164
+ quarter: "Please select quarter",
165
+ time: "Please select time"
166
+ },
167
+ rangePlaceholder: {
168
+ date: [
169
+ "Start date",
170
+ "End date"
171
+ ],
172
+ week: [
173
+ "Start week",
174
+ "End week"
175
+ ],
176
+ month: [
177
+ "Start month",
178
+ "End month"
179
+ ],
180
+ year: [
181
+ "Start year",
182
+ "End year"
183
+ ],
184
+ quarter: [
185
+ "Start quarter",
186
+ "End quarter"
187
+ ],
188
+ time: [
189
+ "Start time",
190
+ "End time"
191
+ ]
192
+ },
193
+ selectTime: "Select time",
194
+ today: "Today",
195
+ now: "Now",
196
+ ok: "Ok"
197
+ };
198
+ const image = {
199
+ loading: "loading"
200
+ };
201
+ const imagePreview = {
202
+ fullScreen: "Full Screen",
203
+ rotateRight: "Rotate Right",
204
+ rotateLeft: "Rotate Left",
205
+ zoomIn: "Zoom In",
206
+ zoomOut: "Zoom Out",
207
+ originalSize: "Original Size"
208
+ };
209
+ const typography = {
210
+ copied: "Copied",
211
+ copy: "Copy",
212
+ expand: "Expand",
213
+ collapse: "Collapse",
214
+ edit: "Edit"
215
+ };
216
+ const form = {
217
+ validateMessages: null
218
+ };
219
+ const colorPicker = {
220
+ history: "History Colors",
221
+ preset: "Preset Colors",
222
+ empty: "Empty"
223
+ };
224
+ const enUs = {
225
+ empty,
226
+ drawer,
227
+ popconfirm,
228
+ modal,
229
+ pagination,
230
+ table,
231
+ upload,
232
+ calendar,
233
+ datePicker,
234
+ image,
235
+ imagePreview,
236
+ typography,
237
+ form,
238
+ colorPicker
239
+ };
240
+ export {
241
+ calendar,
242
+ colorPicker,
243
+ datePicker,
244
+ enUs as default,
245
+ drawer,
246
+ empty,
247
+ form,
248
+ image,
249
+ imagePreview,
250
+ modal,
251
+ pagination,
252
+ popconfirm,
253
+ table,
254
+ typography,
255
+ upload
256
+ };