@expcat/tigercat-core 2.0.0-preview.2 → 2.0.0-preview.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/dist/{datepicker-ZdzYUqm5.d.ts → datepicker-Digy7Stt.d.ts} +6 -1
- package/dist/datepicker-locales/ar-SA.d.ts +1 -1
- package/dist/datepicker-locales/de-DE.d.ts +1 -1
- package/dist/datepicker-locales/en-US.d.ts +1 -1
- package/dist/datepicker-locales/en-US.js +6 -1
- package/dist/datepicker-locales/es-ES.d.ts +1 -1
- package/dist/datepicker-locales/fr-FR.d.ts +1 -1
- package/dist/datepicker-locales/id-ID.d.ts +1 -1
- package/dist/datepicker-locales/ja-JP.d.ts +1 -1
- package/dist/datepicker-locales/ko-KR.d.ts +1 -1
- package/dist/datepicker-locales/pt-BR.d.ts +1 -1
- package/dist/datepicker-locales/registry.d.ts +1 -1
- package/dist/datepicker-locales/registry.js +14 -3
- package/dist/datepicker-locales/th-TH.d.ts +1 -1
- package/dist/datepicker-locales/vi-VN.d.ts +1 -1
- package/dist/datepicker-locales/zh-CN.d.ts +1 -1
- package/dist/datepicker-locales/zh-CN.js +6 -1
- package/dist/datepicker-locales/zh-TW.d.ts +1 -1
- package/dist/index.d.ts +85 -10
- package/dist/index.js +462 -20
- package/dist/{locale-BH-hERmR.d.ts → locale-DKOXT9k0.d.ts} +98 -2
- package/dist/locales/ar-SA.d.ts +2 -2
- package/dist/locales/ar-SA.js +85 -1
- package/dist/locales/de-DE.d.ts +2 -2
- package/dist/locales/de-DE.js +85 -1
- package/dist/locales/en-US.d.ts +2 -2
- package/dist/locales/en-US.js +85 -1
- package/dist/locales/es-ES.d.ts +2 -2
- package/dist/locales/es-ES.js +85 -1
- package/dist/locales/fr-FR.d.ts +2 -2
- package/dist/locales/fr-FR.js +85 -1
- package/dist/locales/id-ID.d.ts +2 -2
- package/dist/locales/id-ID.js +85 -1
- package/dist/locales/ja-JP.d.ts +2 -2
- package/dist/locales/ja-JP.js +85 -1
- package/dist/locales/ko-KR.d.ts +2 -2
- package/dist/locales/ko-KR.js +85 -1
- package/dist/locales/pt-BR.d.ts +2 -2
- package/dist/locales/pt-BR.js +85 -1
- package/dist/locales/th-TH.d.ts +2 -2
- package/dist/locales/th-TH.js +85 -1
- package/dist/locales/vi-VN.d.ts +2 -2
- package/dist/locales/vi-VN.js +85 -1
- package/dist/locales/zh-CN.d.ts +2 -2
- package/dist/locales/zh-CN.js +85 -1
- package/dist/locales/zh-TW.d.ts +2 -2
- package/dist/locales/zh-TW.js +85 -1
- package/dist/{table-export-PkfTtGdp.d.ts → table-export-DR-OBL6e.d.ts} +1 -1
- package/dist/utils/table-export.d.ts +3 -3
- package/package.json +1 -1
package/dist/locales/fr-FR.js
CHANGED
|
@@ -33,13 +33,18 @@ var DEFAULT_UPLOAD_LABELS = {
|
|
|
33
33
|
var EN_US_DATEPICKER_LOCALE = {
|
|
34
34
|
locale: "en-US",
|
|
35
35
|
labels: {
|
|
36
|
+
placeholder: "Select date",
|
|
37
|
+
rangePlaceholder: "Select date range",
|
|
36
38
|
today: "Today",
|
|
37
39
|
ok: "OK",
|
|
38
40
|
calendar: "Calendar",
|
|
39
41
|
toggleCalendar: "Toggle calendar",
|
|
40
42
|
clearDate: "Clear date",
|
|
41
43
|
previousMonth: "Previous month",
|
|
42
|
-
nextMonth: "Next month"
|
|
44
|
+
nextMonth: "Next month",
|
|
45
|
+
year: "Year",
|
|
46
|
+
month: "Month",
|
|
47
|
+
day: "Day"
|
|
43
48
|
}
|
|
44
49
|
};
|
|
45
50
|
|
|
@@ -194,6 +199,85 @@ var enUS = {
|
|
|
194
199
|
select: {
|
|
195
200
|
doneText: "Done"
|
|
196
201
|
},
|
|
202
|
+
tabs: {
|
|
203
|
+
addTabAriaLabel: "Add tab",
|
|
204
|
+
closeTabAriaLabel: "Close {label}"
|
|
205
|
+
},
|
|
206
|
+
rate: {
|
|
207
|
+
ariaLabel: "Rating",
|
|
208
|
+
valueText: "{value} star{plural}"
|
|
209
|
+
},
|
|
210
|
+
avatarGroup: {
|
|
211
|
+
ariaLabel: "Avatar group",
|
|
212
|
+
overflowAriaLabel: "{count} more"
|
|
213
|
+
},
|
|
214
|
+
carousel: {
|
|
215
|
+
ariaLabel: "Image carousel",
|
|
216
|
+
navigationAriaLabel: "Carousel navigation",
|
|
217
|
+
previousSlideAriaLabel: "Previous slide",
|
|
218
|
+
nextSlideAriaLabel: "Next slide",
|
|
219
|
+
goToSlideAriaLabel: "Go to slide {index}",
|
|
220
|
+
slideAriaLabel: "Slide {index} of {total}"
|
|
221
|
+
},
|
|
222
|
+
transfer: {
|
|
223
|
+
sourceTitle: "Source",
|
|
224
|
+
targetTitle: "Target",
|
|
225
|
+
searchAriaLabel: "Search {title}",
|
|
226
|
+
itemsAriaLabel: "{title} items",
|
|
227
|
+
moveToTargetAriaLabel: "Move selected to target",
|
|
228
|
+
moveToSourceAriaLabel: "Move selected to source"
|
|
229
|
+
},
|
|
230
|
+
chart: {
|
|
231
|
+
legendAriaLabel: "Chart legend",
|
|
232
|
+
pointAriaLabel: "Point {index}: ({x}, {y})"
|
|
233
|
+
},
|
|
234
|
+
markdownEditor: {
|
|
235
|
+
formattingToolbarAriaLabel: "Markdown formatting",
|
|
236
|
+
modeToolbarAriaLabel: "Markdown view mode",
|
|
237
|
+
editorAriaLabel: "Markdown editor",
|
|
238
|
+
previewAriaLabel: "Markdown preview",
|
|
239
|
+
editModeLabel: "Edit",
|
|
240
|
+
splitModeLabel: "Split",
|
|
241
|
+
previewModeLabel: "Preview"
|
|
242
|
+
},
|
|
243
|
+
richTextEditor: {
|
|
244
|
+
formattingToolbarAriaLabel: "Text formatting",
|
|
245
|
+
editorAriaLabel: "Rich text editor"
|
|
246
|
+
},
|
|
247
|
+
cronEditor: {
|
|
248
|
+
ariaLabel: "Cron editor",
|
|
249
|
+
expressionAriaLabel: "Cron expression",
|
|
250
|
+
presetAriaLabel: "Cron preset",
|
|
251
|
+
presetPlaceholder: "Preset",
|
|
252
|
+
everyMinutePreset: "Every minute",
|
|
253
|
+
hourlyPreset: "Hourly",
|
|
254
|
+
dailyPreset: "Daily",
|
|
255
|
+
weeklyPreset: "Weekly",
|
|
256
|
+
monthlyPreset: "Monthly",
|
|
257
|
+
minuteLabel: "Minute",
|
|
258
|
+
hourLabel: "Hour",
|
|
259
|
+
dayOfMonthLabel: "Day",
|
|
260
|
+
monthLabel: "Month",
|
|
261
|
+
dayOfWeekLabel: "Weekday",
|
|
262
|
+
modeAnyLabel: "Any",
|
|
263
|
+
modeEveryLabel: "Every",
|
|
264
|
+
modeSpecificLabel: "Specific",
|
|
265
|
+
modeRangeLabel: "Range",
|
|
266
|
+
modeCustomLabel: "Custom",
|
|
267
|
+
modeAriaLabel: "{field} mode",
|
|
268
|
+
stepAriaLabel: "{field} step",
|
|
269
|
+
valueAriaLabel: "{field} value",
|
|
270
|
+
rangeStartAriaLabel: "{field} range start",
|
|
271
|
+
rangeEndAriaLabel: "{field} range end",
|
|
272
|
+
customValueAriaLabel: "{field} custom value",
|
|
273
|
+
expressionFieldsError: "Cron expression must contain 5 fields",
|
|
274
|
+
fieldRequiredError: "{field} is required",
|
|
275
|
+
invalidStepError: "{field} has an invalid step expression",
|
|
276
|
+
stepRangeError: "{field} step must be between 1 and {max}",
|
|
277
|
+
fieldRangeError: "{field} must be between {min} and {max}",
|
|
278
|
+
rangeOrderError: "{field} range start must be less than or equal to end",
|
|
279
|
+
invalidFieldError: "{field} must be *, a number, a range, a step, or a comma list"
|
|
280
|
+
},
|
|
197
281
|
formValidation: {
|
|
198
282
|
required: "This field is required",
|
|
199
283
|
typeString: "Value must be a string",
|
package/dist/locales/id-ID.d.ts
CHANGED
package/dist/locales/id-ID.js
CHANGED
|
@@ -33,13 +33,18 @@ var DEFAULT_UPLOAD_LABELS = {
|
|
|
33
33
|
var EN_US_DATEPICKER_LOCALE = {
|
|
34
34
|
locale: "en-US",
|
|
35
35
|
labels: {
|
|
36
|
+
placeholder: "Select date",
|
|
37
|
+
rangePlaceholder: "Select date range",
|
|
36
38
|
today: "Today",
|
|
37
39
|
ok: "OK",
|
|
38
40
|
calendar: "Calendar",
|
|
39
41
|
toggleCalendar: "Toggle calendar",
|
|
40
42
|
clearDate: "Clear date",
|
|
41
43
|
previousMonth: "Previous month",
|
|
42
|
-
nextMonth: "Next month"
|
|
44
|
+
nextMonth: "Next month",
|
|
45
|
+
year: "Year",
|
|
46
|
+
month: "Month",
|
|
47
|
+
day: "Day"
|
|
43
48
|
}
|
|
44
49
|
};
|
|
45
50
|
|
|
@@ -194,6 +199,85 @@ var enUS = {
|
|
|
194
199
|
select: {
|
|
195
200
|
doneText: "Done"
|
|
196
201
|
},
|
|
202
|
+
tabs: {
|
|
203
|
+
addTabAriaLabel: "Add tab",
|
|
204
|
+
closeTabAriaLabel: "Close {label}"
|
|
205
|
+
},
|
|
206
|
+
rate: {
|
|
207
|
+
ariaLabel: "Rating",
|
|
208
|
+
valueText: "{value} star{plural}"
|
|
209
|
+
},
|
|
210
|
+
avatarGroup: {
|
|
211
|
+
ariaLabel: "Avatar group",
|
|
212
|
+
overflowAriaLabel: "{count} more"
|
|
213
|
+
},
|
|
214
|
+
carousel: {
|
|
215
|
+
ariaLabel: "Image carousel",
|
|
216
|
+
navigationAriaLabel: "Carousel navigation",
|
|
217
|
+
previousSlideAriaLabel: "Previous slide",
|
|
218
|
+
nextSlideAriaLabel: "Next slide",
|
|
219
|
+
goToSlideAriaLabel: "Go to slide {index}",
|
|
220
|
+
slideAriaLabel: "Slide {index} of {total}"
|
|
221
|
+
},
|
|
222
|
+
transfer: {
|
|
223
|
+
sourceTitle: "Source",
|
|
224
|
+
targetTitle: "Target",
|
|
225
|
+
searchAriaLabel: "Search {title}",
|
|
226
|
+
itemsAriaLabel: "{title} items",
|
|
227
|
+
moveToTargetAriaLabel: "Move selected to target",
|
|
228
|
+
moveToSourceAriaLabel: "Move selected to source"
|
|
229
|
+
},
|
|
230
|
+
chart: {
|
|
231
|
+
legendAriaLabel: "Chart legend",
|
|
232
|
+
pointAriaLabel: "Point {index}: ({x}, {y})"
|
|
233
|
+
},
|
|
234
|
+
markdownEditor: {
|
|
235
|
+
formattingToolbarAriaLabel: "Markdown formatting",
|
|
236
|
+
modeToolbarAriaLabel: "Markdown view mode",
|
|
237
|
+
editorAriaLabel: "Markdown editor",
|
|
238
|
+
previewAriaLabel: "Markdown preview",
|
|
239
|
+
editModeLabel: "Edit",
|
|
240
|
+
splitModeLabel: "Split",
|
|
241
|
+
previewModeLabel: "Preview"
|
|
242
|
+
},
|
|
243
|
+
richTextEditor: {
|
|
244
|
+
formattingToolbarAriaLabel: "Text formatting",
|
|
245
|
+
editorAriaLabel: "Rich text editor"
|
|
246
|
+
},
|
|
247
|
+
cronEditor: {
|
|
248
|
+
ariaLabel: "Cron editor",
|
|
249
|
+
expressionAriaLabel: "Cron expression",
|
|
250
|
+
presetAriaLabel: "Cron preset",
|
|
251
|
+
presetPlaceholder: "Preset",
|
|
252
|
+
everyMinutePreset: "Every minute",
|
|
253
|
+
hourlyPreset: "Hourly",
|
|
254
|
+
dailyPreset: "Daily",
|
|
255
|
+
weeklyPreset: "Weekly",
|
|
256
|
+
monthlyPreset: "Monthly",
|
|
257
|
+
minuteLabel: "Minute",
|
|
258
|
+
hourLabel: "Hour",
|
|
259
|
+
dayOfMonthLabel: "Day",
|
|
260
|
+
monthLabel: "Month",
|
|
261
|
+
dayOfWeekLabel: "Weekday",
|
|
262
|
+
modeAnyLabel: "Any",
|
|
263
|
+
modeEveryLabel: "Every",
|
|
264
|
+
modeSpecificLabel: "Specific",
|
|
265
|
+
modeRangeLabel: "Range",
|
|
266
|
+
modeCustomLabel: "Custom",
|
|
267
|
+
modeAriaLabel: "{field} mode",
|
|
268
|
+
stepAriaLabel: "{field} step",
|
|
269
|
+
valueAriaLabel: "{field} value",
|
|
270
|
+
rangeStartAriaLabel: "{field} range start",
|
|
271
|
+
rangeEndAriaLabel: "{field} range end",
|
|
272
|
+
customValueAriaLabel: "{field} custom value",
|
|
273
|
+
expressionFieldsError: "Cron expression must contain 5 fields",
|
|
274
|
+
fieldRequiredError: "{field} is required",
|
|
275
|
+
invalidStepError: "{field} has an invalid step expression",
|
|
276
|
+
stepRangeError: "{field} step must be between 1 and {max}",
|
|
277
|
+
fieldRangeError: "{field} must be between {min} and {max}",
|
|
278
|
+
rangeOrderError: "{field} range start must be less than or equal to end",
|
|
279
|
+
invalidFieldError: "{field} must be *, a number, a range, a step, or a comma list"
|
|
280
|
+
},
|
|
197
281
|
formValidation: {
|
|
198
282
|
required: "This field is required",
|
|
199
283
|
typeString: "Value must be a string",
|
package/dist/locales/ja-JP.d.ts
CHANGED
package/dist/locales/ja-JP.js
CHANGED
|
@@ -33,13 +33,18 @@ var DEFAULT_UPLOAD_LABELS = {
|
|
|
33
33
|
var EN_US_DATEPICKER_LOCALE = {
|
|
34
34
|
locale: "en-US",
|
|
35
35
|
labels: {
|
|
36
|
+
placeholder: "Select date",
|
|
37
|
+
rangePlaceholder: "Select date range",
|
|
36
38
|
today: "Today",
|
|
37
39
|
ok: "OK",
|
|
38
40
|
calendar: "Calendar",
|
|
39
41
|
toggleCalendar: "Toggle calendar",
|
|
40
42
|
clearDate: "Clear date",
|
|
41
43
|
previousMonth: "Previous month",
|
|
42
|
-
nextMonth: "Next month"
|
|
44
|
+
nextMonth: "Next month",
|
|
45
|
+
year: "Year",
|
|
46
|
+
month: "Month",
|
|
47
|
+
day: "Day"
|
|
43
48
|
}
|
|
44
49
|
};
|
|
45
50
|
|
|
@@ -194,6 +199,85 @@ var enUS = {
|
|
|
194
199
|
select: {
|
|
195
200
|
doneText: "Done"
|
|
196
201
|
},
|
|
202
|
+
tabs: {
|
|
203
|
+
addTabAriaLabel: "Add tab",
|
|
204
|
+
closeTabAriaLabel: "Close {label}"
|
|
205
|
+
},
|
|
206
|
+
rate: {
|
|
207
|
+
ariaLabel: "Rating",
|
|
208
|
+
valueText: "{value} star{plural}"
|
|
209
|
+
},
|
|
210
|
+
avatarGroup: {
|
|
211
|
+
ariaLabel: "Avatar group",
|
|
212
|
+
overflowAriaLabel: "{count} more"
|
|
213
|
+
},
|
|
214
|
+
carousel: {
|
|
215
|
+
ariaLabel: "Image carousel",
|
|
216
|
+
navigationAriaLabel: "Carousel navigation",
|
|
217
|
+
previousSlideAriaLabel: "Previous slide",
|
|
218
|
+
nextSlideAriaLabel: "Next slide",
|
|
219
|
+
goToSlideAriaLabel: "Go to slide {index}",
|
|
220
|
+
slideAriaLabel: "Slide {index} of {total}"
|
|
221
|
+
},
|
|
222
|
+
transfer: {
|
|
223
|
+
sourceTitle: "Source",
|
|
224
|
+
targetTitle: "Target",
|
|
225
|
+
searchAriaLabel: "Search {title}",
|
|
226
|
+
itemsAriaLabel: "{title} items",
|
|
227
|
+
moveToTargetAriaLabel: "Move selected to target",
|
|
228
|
+
moveToSourceAriaLabel: "Move selected to source"
|
|
229
|
+
},
|
|
230
|
+
chart: {
|
|
231
|
+
legendAriaLabel: "Chart legend",
|
|
232
|
+
pointAriaLabel: "Point {index}: ({x}, {y})"
|
|
233
|
+
},
|
|
234
|
+
markdownEditor: {
|
|
235
|
+
formattingToolbarAriaLabel: "Markdown formatting",
|
|
236
|
+
modeToolbarAriaLabel: "Markdown view mode",
|
|
237
|
+
editorAriaLabel: "Markdown editor",
|
|
238
|
+
previewAriaLabel: "Markdown preview",
|
|
239
|
+
editModeLabel: "Edit",
|
|
240
|
+
splitModeLabel: "Split",
|
|
241
|
+
previewModeLabel: "Preview"
|
|
242
|
+
},
|
|
243
|
+
richTextEditor: {
|
|
244
|
+
formattingToolbarAriaLabel: "Text formatting",
|
|
245
|
+
editorAriaLabel: "Rich text editor"
|
|
246
|
+
},
|
|
247
|
+
cronEditor: {
|
|
248
|
+
ariaLabel: "Cron editor",
|
|
249
|
+
expressionAriaLabel: "Cron expression",
|
|
250
|
+
presetAriaLabel: "Cron preset",
|
|
251
|
+
presetPlaceholder: "Preset",
|
|
252
|
+
everyMinutePreset: "Every minute",
|
|
253
|
+
hourlyPreset: "Hourly",
|
|
254
|
+
dailyPreset: "Daily",
|
|
255
|
+
weeklyPreset: "Weekly",
|
|
256
|
+
monthlyPreset: "Monthly",
|
|
257
|
+
minuteLabel: "Minute",
|
|
258
|
+
hourLabel: "Hour",
|
|
259
|
+
dayOfMonthLabel: "Day",
|
|
260
|
+
monthLabel: "Month",
|
|
261
|
+
dayOfWeekLabel: "Weekday",
|
|
262
|
+
modeAnyLabel: "Any",
|
|
263
|
+
modeEveryLabel: "Every",
|
|
264
|
+
modeSpecificLabel: "Specific",
|
|
265
|
+
modeRangeLabel: "Range",
|
|
266
|
+
modeCustomLabel: "Custom",
|
|
267
|
+
modeAriaLabel: "{field} mode",
|
|
268
|
+
stepAriaLabel: "{field} step",
|
|
269
|
+
valueAriaLabel: "{field} value",
|
|
270
|
+
rangeStartAriaLabel: "{field} range start",
|
|
271
|
+
rangeEndAriaLabel: "{field} range end",
|
|
272
|
+
customValueAriaLabel: "{field} custom value",
|
|
273
|
+
expressionFieldsError: "Cron expression must contain 5 fields",
|
|
274
|
+
fieldRequiredError: "{field} is required",
|
|
275
|
+
invalidStepError: "{field} has an invalid step expression",
|
|
276
|
+
stepRangeError: "{field} step must be between 1 and {max}",
|
|
277
|
+
fieldRangeError: "{field} must be between {min} and {max}",
|
|
278
|
+
rangeOrderError: "{field} range start must be less than or equal to end",
|
|
279
|
+
invalidFieldError: "{field} must be *, a number, a range, a step, or a comma list"
|
|
280
|
+
},
|
|
197
281
|
formValidation: {
|
|
198
282
|
required: "This field is required",
|
|
199
283
|
typeString: "Value must be a string",
|
package/dist/locales/ko-KR.d.ts
CHANGED
package/dist/locales/ko-KR.js
CHANGED
|
@@ -33,13 +33,18 @@ var DEFAULT_UPLOAD_LABELS = {
|
|
|
33
33
|
var EN_US_DATEPICKER_LOCALE = {
|
|
34
34
|
locale: "en-US",
|
|
35
35
|
labels: {
|
|
36
|
+
placeholder: "Select date",
|
|
37
|
+
rangePlaceholder: "Select date range",
|
|
36
38
|
today: "Today",
|
|
37
39
|
ok: "OK",
|
|
38
40
|
calendar: "Calendar",
|
|
39
41
|
toggleCalendar: "Toggle calendar",
|
|
40
42
|
clearDate: "Clear date",
|
|
41
43
|
previousMonth: "Previous month",
|
|
42
|
-
nextMonth: "Next month"
|
|
44
|
+
nextMonth: "Next month",
|
|
45
|
+
year: "Year",
|
|
46
|
+
month: "Month",
|
|
47
|
+
day: "Day"
|
|
43
48
|
}
|
|
44
49
|
};
|
|
45
50
|
|
|
@@ -194,6 +199,85 @@ var enUS = {
|
|
|
194
199
|
select: {
|
|
195
200
|
doneText: "Done"
|
|
196
201
|
},
|
|
202
|
+
tabs: {
|
|
203
|
+
addTabAriaLabel: "Add tab",
|
|
204
|
+
closeTabAriaLabel: "Close {label}"
|
|
205
|
+
},
|
|
206
|
+
rate: {
|
|
207
|
+
ariaLabel: "Rating",
|
|
208
|
+
valueText: "{value} star{plural}"
|
|
209
|
+
},
|
|
210
|
+
avatarGroup: {
|
|
211
|
+
ariaLabel: "Avatar group",
|
|
212
|
+
overflowAriaLabel: "{count} more"
|
|
213
|
+
},
|
|
214
|
+
carousel: {
|
|
215
|
+
ariaLabel: "Image carousel",
|
|
216
|
+
navigationAriaLabel: "Carousel navigation",
|
|
217
|
+
previousSlideAriaLabel: "Previous slide",
|
|
218
|
+
nextSlideAriaLabel: "Next slide",
|
|
219
|
+
goToSlideAriaLabel: "Go to slide {index}",
|
|
220
|
+
slideAriaLabel: "Slide {index} of {total}"
|
|
221
|
+
},
|
|
222
|
+
transfer: {
|
|
223
|
+
sourceTitle: "Source",
|
|
224
|
+
targetTitle: "Target",
|
|
225
|
+
searchAriaLabel: "Search {title}",
|
|
226
|
+
itemsAriaLabel: "{title} items",
|
|
227
|
+
moveToTargetAriaLabel: "Move selected to target",
|
|
228
|
+
moveToSourceAriaLabel: "Move selected to source"
|
|
229
|
+
},
|
|
230
|
+
chart: {
|
|
231
|
+
legendAriaLabel: "Chart legend",
|
|
232
|
+
pointAriaLabel: "Point {index}: ({x}, {y})"
|
|
233
|
+
},
|
|
234
|
+
markdownEditor: {
|
|
235
|
+
formattingToolbarAriaLabel: "Markdown formatting",
|
|
236
|
+
modeToolbarAriaLabel: "Markdown view mode",
|
|
237
|
+
editorAriaLabel: "Markdown editor",
|
|
238
|
+
previewAriaLabel: "Markdown preview",
|
|
239
|
+
editModeLabel: "Edit",
|
|
240
|
+
splitModeLabel: "Split",
|
|
241
|
+
previewModeLabel: "Preview"
|
|
242
|
+
},
|
|
243
|
+
richTextEditor: {
|
|
244
|
+
formattingToolbarAriaLabel: "Text formatting",
|
|
245
|
+
editorAriaLabel: "Rich text editor"
|
|
246
|
+
},
|
|
247
|
+
cronEditor: {
|
|
248
|
+
ariaLabel: "Cron editor",
|
|
249
|
+
expressionAriaLabel: "Cron expression",
|
|
250
|
+
presetAriaLabel: "Cron preset",
|
|
251
|
+
presetPlaceholder: "Preset",
|
|
252
|
+
everyMinutePreset: "Every minute",
|
|
253
|
+
hourlyPreset: "Hourly",
|
|
254
|
+
dailyPreset: "Daily",
|
|
255
|
+
weeklyPreset: "Weekly",
|
|
256
|
+
monthlyPreset: "Monthly",
|
|
257
|
+
minuteLabel: "Minute",
|
|
258
|
+
hourLabel: "Hour",
|
|
259
|
+
dayOfMonthLabel: "Day",
|
|
260
|
+
monthLabel: "Month",
|
|
261
|
+
dayOfWeekLabel: "Weekday",
|
|
262
|
+
modeAnyLabel: "Any",
|
|
263
|
+
modeEveryLabel: "Every",
|
|
264
|
+
modeSpecificLabel: "Specific",
|
|
265
|
+
modeRangeLabel: "Range",
|
|
266
|
+
modeCustomLabel: "Custom",
|
|
267
|
+
modeAriaLabel: "{field} mode",
|
|
268
|
+
stepAriaLabel: "{field} step",
|
|
269
|
+
valueAriaLabel: "{field} value",
|
|
270
|
+
rangeStartAriaLabel: "{field} range start",
|
|
271
|
+
rangeEndAriaLabel: "{field} range end",
|
|
272
|
+
customValueAriaLabel: "{field} custom value",
|
|
273
|
+
expressionFieldsError: "Cron expression must contain 5 fields",
|
|
274
|
+
fieldRequiredError: "{field} is required",
|
|
275
|
+
invalidStepError: "{field} has an invalid step expression",
|
|
276
|
+
stepRangeError: "{field} step must be between 1 and {max}",
|
|
277
|
+
fieldRangeError: "{field} must be between {min} and {max}",
|
|
278
|
+
rangeOrderError: "{field} range start must be less than or equal to end",
|
|
279
|
+
invalidFieldError: "{field} must be *, a number, a range, a step, or a comma list"
|
|
280
|
+
},
|
|
197
281
|
formValidation: {
|
|
198
282
|
required: "This field is required",
|
|
199
283
|
typeString: "Value must be a string",
|
package/dist/locales/pt-BR.d.ts
CHANGED
package/dist/locales/pt-BR.js
CHANGED
|
@@ -33,13 +33,18 @@ var DEFAULT_UPLOAD_LABELS = {
|
|
|
33
33
|
var EN_US_DATEPICKER_LOCALE = {
|
|
34
34
|
locale: "en-US",
|
|
35
35
|
labels: {
|
|
36
|
+
placeholder: "Select date",
|
|
37
|
+
rangePlaceholder: "Select date range",
|
|
36
38
|
today: "Today",
|
|
37
39
|
ok: "OK",
|
|
38
40
|
calendar: "Calendar",
|
|
39
41
|
toggleCalendar: "Toggle calendar",
|
|
40
42
|
clearDate: "Clear date",
|
|
41
43
|
previousMonth: "Previous month",
|
|
42
|
-
nextMonth: "Next month"
|
|
44
|
+
nextMonth: "Next month",
|
|
45
|
+
year: "Year",
|
|
46
|
+
month: "Month",
|
|
47
|
+
day: "Day"
|
|
43
48
|
}
|
|
44
49
|
};
|
|
45
50
|
|
|
@@ -194,6 +199,85 @@ var enUS = {
|
|
|
194
199
|
select: {
|
|
195
200
|
doneText: "Done"
|
|
196
201
|
},
|
|
202
|
+
tabs: {
|
|
203
|
+
addTabAriaLabel: "Add tab",
|
|
204
|
+
closeTabAriaLabel: "Close {label}"
|
|
205
|
+
},
|
|
206
|
+
rate: {
|
|
207
|
+
ariaLabel: "Rating",
|
|
208
|
+
valueText: "{value} star{plural}"
|
|
209
|
+
},
|
|
210
|
+
avatarGroup: {
|
|
211
|
+
ariaLabel: "Avatar group",
|
|
212
|
+
overflowAriaLabel: "{count} more"
|
|
213
|
+
},
|
|
214
|
+
carousel: {
|
|
215
|
+
ariaLabel: "Image carousel",
|
|
216
|
+
navigationAriaLabel: "Carousel navigation",
|
|
217
|
+
previousSlideAriaLabel: "Previous slide",
|
|
218
|
+
nextSlideAriaLabel: "Next slide",
|
|
219
|
+
goToSlideAriaLabel: "Go to slide {index}",
|
|
220
|
+
slideAriaLabel: "Slide {index} of {total}"
|
|
221
|
+
},
|
|
222
|
+
transfer: {
|
|
223
|
+
sourceTitle: "Source",
|
|
224
|
+
targetTitle: "Target",
|
|
225
|
+
searchAriaLabel: "Search {title}",
|
|
226
|
+
itemsAriaLabel: "{title} items",
|
|
227
|
+
moveToTargetAriaLabel: "Move selected to target",
|
|
228
|
+
moveToSourceAriaLabel: "Move selected to source"
|
|
229
|
+
},
|
|
230
|
+
chart: {
|
|
231
|
+
legendAriaLabel: "Chart legend",
|
|
232
|
+
pointAriaLabel: "Point {index}: ({x}, {y})"
|
|
233
|
+
},
|
|
234
|
+
markdownEditor: {
|
|
235
|
+
formattingToolbarAriaLabel: "Markdown formatting",
|
|
236
|
+
modeToolbarAriaLabel: "Markdown view mode",
|
|
237
|
+
editorAriaLabel: "Markdown editor",
|
|
238
|
+
previewAriaLabel: "Markdown preview",
|
|
239
|
+
editModeLabel: "Edit",
|
|
240
|
+
splitModeLabel: "Split",
|
|
241
|
+
previewModeLabel: "Preview"
|
|
242
|
+
},
|
|
243
|
+
richTextEditor: {
|
|
244
|
+
formattingToolbarAriaLabel: "Text formatting",
|
|
245
|
+
editorAriaLabel: "Rich text editor"
|
|
246
|
+
},
|
|
247
|
+
cronEditor: {
|
|
248
|
+
ariaLabel: "Cron editor",
|
|
249
|
+
expressionAriaLabel: "Cron expression",
|
|
250
|
+
presetAriaLabel: "Cron preset",
|
|
251
|
+
presetPlaceholder: "Preset",
|
|
252
|
+
everyMinutePreset: "Every minute",
|
|
253
|
+
hourlyPreset: "Hourly",
|
|
254
|
+
dailyPreset: "Daily",
|
|
255
|
+
weeklyPreset: "Weekly",
|
|
256
|
+
monthlyPreset: "Monthly",
|
|
257
|
+
minuteLabel: "Minute",
|
|
258
|
+
hourLabel: "Hour",
|
|
259
|
+
dayOfMonthLabel: "Day",
|
|
260
|
+
monthLabel: "Month",
|
|
261
|
+
dayOfWeekLabel: "Weekday",
|
|
262
|
+
modeAnyLabel: "Any",
|
|
263
|
+
modeEveryLabel: "Every",
|
|
264
|
+
modeSpecificLabel: "Specific",
|
|
265
|
+
modeRangeLabel: "Range",
|
|
266
|
+
modeCustomLabel: "Custom",
|
|
267
|
+
modeAriaLabel: "{field} mode",
|
|
268
|
+
stepAriaLabel: "{field} step",
|
|
269
|
+
valueAriaLabel: "{field} value",
|
|
270
|
+
rangeStartAriaLabel: "{field} range start",
|
|
271
|
+
rangeEndAriaLabel: "{field} range end",
|
|
272
|
+
customValueAriaLabel: "{field} custom value",
|
|
273
|
+
expressionFieldsError: "Cron expression must contain 5 fields",
|
|
274
|
+
fieldRequiredError: "{field} is required",
|
|
275
|
+
invalidStepError: "{field} has an invalid step expression",
|
|
276
|
+
stepRangeError: "{field} step must be between 1 and {max}",
|
|
277
|
+
fieldRangeError: "{field} must be between {min} and {max}",
|
|
278
|
+
rangeOrderError: "{field} range start must be less than or equal to end",
|
|
279
|
+
invalidFieldError: "{field} must be *, a number, a range, a step, or a comma list"
|
|
280
|
+
},
|
|
197
281
|
formValidation: {
|
|
198
282
|
required: "This field is required",
|
|
199
283
|
typeString: "Value must be a string",
|
package/dist/locales/th-TH.d.ts
CHANGED
package/dist/locales/th-TH.js
CHANGED
|
@@ -33,13 +33,18 @@ var DEFAULT_UPLOAD_LABELS = {
|
|
|
33
33
|
var EN_US_DATEPICKER_LOCALE = {
|
|
34
34
|
locale: "en-US",
|
|
35
35
|
labels: {
|
|
36
|
+
placeholder: "Select date",
|
|
37
|
+
rangePlaceholder: "Select date range",
|
|
36
38
|
today: "Today",
|
|
37
39
|
ok: "OK",
|
|
38
40
|
calendar: "Calendar",
|
|
39
41
|
toggleCalendar: "Toggle calendar",
|
|
40
42
|
clearDate: "Clear date",
|
|
41
43
|
previousMonth: "Previous month",
|
|
42
|
-
nextMonth: "Next month"
|
|
44
|
+
nextMonth: "Next month",
|
|
45
|
+
year: "Year",
|
|
46
|
+
month: "Month",
|
|
47
|
+
day: "Day"
|
|
43
48
|
}
|
|
44
49
|
};
|
|
45
50
|
|
|
@@ -194,6 +199,85 @@ var enUS = {
|
|
|
194
199
|
select: {
|
|
195
200
|
doneText: "Done"
|
|
196
201
|
},
|
|
202
|
+
tabs: {
|
|
203
|
+
addTabAriaLabel: "Add tab",
|
|
204
|
+
closeTabAriaLabel: "Close {label}"
|
|
205
|
+
},
|
|
206
|
+
rate: {
|
|
207
|
+
ariaLabel: "Rating",
|
|
208
|
+
valueText: "{value} star{plural}"
|
|
209
|
+
},
|
|
210
|
+
avatarGroup: {
|
|
211
|
+
ariaLabel: "Avatar group",
|
|
212
|
+
overflowAriaLabel: "{count} more"
|
|
213
|
+
},
|
|
214
|
+
carousel: {
|
|
215
|
+
ariaLabel: "Image carousel",
|
|
216
|
+
navigationAriaLabel: "Carousel navigation",
|
|
217
|
+
previousSlideAriaLabel: "Previous slide",
|
|
218
|
+
nextSlideAriaLabel: "Next slide",
|
|
219
|
+
goToSlideAriaLabel: "Go to slide {index}",
|
|
220
|
+
slideAriaLabel: "Slide {index} of {total}"
|
|
221
|
+
},
|
|
222
|
+
transfer: {
|
|
223
|
+
sourceTitle: "Source",
|
|
224
|
+
targetTitle: "Target",
|
|
225
|
+
searchAriaLabel: "Search {title}",
|
|
226
|
+
itemsAriaLabel: "{title} items",
|
|
227
|
+
moveToTargetAriaLabel: "Move selected to target",
|
|
228
|
+
moveToSourceAriaLabel: "Move selected to source"
|
|
229
|
+
},
|
|
230
|
+
chart: {
|
|
231
|
+
legendAriaLabel: "Chart legend",
|
|
232
|
+
pointAriaLabel: "Point {index}: ({x}, {y})"
|
|
233
|
+
},
|
|
234
|
+
markdownEditor: {
|
|
235
|
+
formattingToolbarAriaLabel: "Markdown formatting",
|
|
236
|
+
modeToolbarAriaLabel: "Markdown view mode",
|
|
237
|
+
editorAriaLabel: "Markdown editor",
|
|
238
|
+
previewAriaLabel: "Markdown preview",
|
|
239
|
+
editModeLabel: "Edit",
|
|
240
|
+
splitModeLabel: "Split",
|
|
241
|
+
previewModeLabel: "Preview"
|
|
242
|
+
},
|
|
243
|
+
richTextEditor: {
|
|
244
|
+
formattingToolbarAriaLabel: "Text formatting",
|
|
245
|
+
editorAriaLabel: "Rich text editor"
|
|
246
|
+
},
|
|
247
|
+
cronEditor: {
|
|
248
|
+
ariaLabel: "Cron editor",
|
|
249
|
+
expressionAriaLabel: "Cron expression",
|
|
250
|
+
presetAriaLabel: "Cron preset",
|
|
251
|
+
presetPlaceholder: "Preset",
|
|
252
|
+
everyMinutePreset: "Every minute",
|
|
253
|
+
hourlyPreset: "Hourly",
|
|
254
|
+
dailyPreset: "Daily",
|
|
255
|
+
weeklyPreset: "Weekly",
|
|
256
|
+
monthlyPreset: "Monthly",
|
|
257
|
+
minuteLabel: "Minute",
|
|
258
|
+
hourLabel: "Hour",
|
|
259
|
+
dayOfMonthLabel: "Day",
|
|
260
|
+
monthLabel: "Month",
|
|
261
|
+
dayOfWeekLabel: "Weekday",
|
|
262
|
+
modeAnyLabel: "Any",
|
|
263
|
+
modeEveryLabel: "Every",
|
|
264
|
+
modeSpecificLabel: "Specific",
|
|
265
|
+
modeRangeLabel: "Range",
|
|
266
|
+
modeCustomLabel: "Custom",
|
|
267
|
+
modeAriaLabel: "{field} mode",
|
|
268
|
+
stepAriaLabel: "{field} step",
|
|
269
|
+
valueAriaLabel: "{field} value",
|
|
270
|
+
rangeStartAriaLabel: "{field} range start",
|
|
271
|
+
rangeEndAriaLabel: "{field} range end",
|
|
272
|
+
customValueAriaLabel: "{field} custom value",
|
|
273
|
+
expressionFieldsError: "Cron expression must contain 5 fields",
|
|
274
|
+
fieldRequiredError: "{field} is required",
|
|
275
|
+
invalidStepError: "{field} has an invalid step expression",
|
|
276
|
+
stepRangeError: "{field} step must be between 1 and {max}",
|
|
277
|
+
fieldRangeError: "{field} must be between {min} and {max}",
|
|
278
|
+
rangeOrderError: "{field} range start must be less than or equal to end",
|
|
279
|
+
invalidFieldError: "{field} must be *, a number, a range, a step, or a comma list"
|
|
280
|
+
},
|
|
197
281
|
formValidation: {
|
|
198
282
|
required: "This field is required",
|
|
199
283
|
typeString: "Value must be a string",
|
package/dist/locales/vi-VN.d.ts
CHANGED