@expcat/tigercat-core 2.1.2 → 2.1.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.
Files changed (76) hide show
  1. package/dist/{data-export-CLWdsrRn.d.ts → data-export-D01yjggE.d.ts} +18 -7
  2. package/dist/datepicker-locales/ar-SA.d.ts +2 -1
  3. package/dist/datepicker-locales/ar-SA.js +8 -1
  4. package/dist/datepicker-locales/de-DE.d.ts +2 -1
  5. package/dist/datepicker-locales/de-DE.js +8 -1
  6. package/dist/datepicker-locales/en-US.d.ts +2 -1
  7. package/dist/datepicker-locales/en-US.js +3 -1
  8. package/dist/datepicker-locales/es-ES.d.ts +2 -1
  9. package/dist/datepicker-locales/es-ES.js +8 -1
  10. package/dist/datepicker-locales/fr-FR.d.ts +2 -1
  11. package/dist/datepicker-locales/fr-FR.js +8 -1
  12. package/dist/datepicker-locales/id-ID.d.ts +2 -1
  13. package/dist/datepicker-locales/id-ID.js +8 -1
  14. package/dist/datepicker-locales/ja-JP.d.ts +2 -1
  15. package/dist/datepicker-locales/ja-JP.js +8 -1
  16. package/dist/datepicker-locales/ko-KR.d.ts +2 -1
  17. package/dist/datepicker-locales/ko-KR.js +8 -1
  18. package/dist/datepicker-locales/pt-BR.d.ts +2 -1
  19. package/dist/datepicker-locales/pt-BR.js +8 -1
  20. package/dist/datepicker-locales/registry.d.ts +2 -1
  21. package/dist/datepicker-locales/registry.js +94 -13
  22. package/dist/datepicker-locales/th-TH.d.ts +2 -1
  23. package/dist/datepicker-locales/th-TH.js +8 -1
  24. package/dist/datepicker-locales/vi-VN.d.ts +2 -1
  25. package/dist/datepicker-locales/vi-VN.js +8 -1
  26. package/dist/datepicker-locales/zh-CN.d.ts +2 -1
  27. package/dist/datepicker-locales/zh-CN.js +3 -1
  28. package/dist/datepicker-locales/zh-TW.d.ts +2 -1
  29. package/dist/datepicker-locales/zh-TW.js +8 -1
  30. package/dist/icons/common.d.ts +2 -2
  31. package/dist/icons/common.js +14 -8
  32. package/dist/index.d.ts +10277 -5385
  33. package/dist/index.js +30920 -16435
  34. package/dist/locale-qoiGEqe_.d.ts +1507 -0
  35. package/dist/locales/ar-SA.d.ts +2 -2
  36. package/dist/locales/ar-SA.js +448 -442
  37. package/dist/locales/de-DE.d.ts +2 -2
  38. package/dist/locales/de-DE.js +456 -450
  39. package/dist/locales/en-US.d.ts +2 -2
  40. package/dist/locales/en-US.js +259 -62
  41. package/dist/locales/es-ES.d.ts +2 -2
  42. package/dist/locales/es-ES.js +450 -444
  43. package/dist/locales/fr-FR.d.ts +2 -2
  44. package/dist/locales/fr-FR.js +453 -447
  45. package/dist/locales/id-ID.d.ts +3 -3
  46. package/dist/locales/id-ID.js +471 -448
  47. package/dist/locales/ja-JP.d.ts +3 -3
  48. package/dist/locales/ja-JP.js +465 -442
  49. package/dist/locales/ko-KR.d.ts +3 -3
  50. package/dist/locales/ko-KR.js +465 -442
  51. package/dist/locales/pt-BR.d.ts +2 -2
  52. package/dist/locales/pt-BR.js +452 -446
  53. package/dist/locales/th-TH.d.ts +3 -3
  54. package/dist/locales/th-TH.js +467 -444
  55. package/dist/locales/vi-VN.d.ts +3 -3
  56. package/dist/locales/vi-VN.js +467 -444
  57. package/dist/locales/zh-CN.d.ts +2 -2
  58. package/dist/locales/zh-CN.js +257 -60
  59. package/dist/locales/zh-TW.d.ts +3 -3
  60. package/dist/locales/zh-TW.js +467 -444
  61. package/dist/{table-CHeBgM_2.d.ts → table-R9Yp1aVa.d.ts} +77 -54
  62. package/dist/tailwind/modern.js +1364 -150
  63. package/dist/{tailwind-entry-nnuviNxx.d.ts → tailwind-entry-C26Y3TZG.d.ts} +13 -10
  64. package/dist/tailwind.d.ts +1 -1
  65. package/dist/tailwind.js +1406 -136
  66. package/dist/utils/data-export.d.ts +19 -5
  67. package/dist/utils/data-export.js +138 -13
  68. package/dist/utils/table-export.d.ts +21 -12
  69. package/dist/utils/table-export.js +75 -46
  70. package/package.json +1 -1
  71. package/tokens/figma-variables.json +223 -147
  72. package/tokens/tokens.css +224 -57
  73. package/tokens/tokens.json +205 -31
  74. package/dist/datepicker-Digy7Stt.d.ts +0 -201
  75. package/dist/locale-KMGxL6bT.d.ts +0 -625
  76. package/tokens/tailwind-tokens.js +0 -145
@@ -1,446 +1,26 @@
1
- // src/utils/locale-utils.ts
2
- var DEFAULT_TIME_PICKER_LABELS = {
3
- hour: "Hour",
4
- minute: "Min",
5
- second: "Sec",
6
- now: "Now",
7
- ok: "OK",
8
- start: "Start",
9
- end: "End",
10
- clear: "Clear time",
11
- toggle: "Toggle time picker",
12
- dialog: "Time picker",
13
- selectTime: "Select time",
14
- selectTimeRange: "Select time range"
15
- };
16
- var DEFAULT_UPLOAD_LABELS = {
17
- dragAreaAriaLabel: "Upload file by clicking or dragging",
18
- buttonAriaLabel: "Upload file",
19
- clickToUploadText: "Click to upload",
20
- dragAndDropText: "or drag and drop",
21
- acceptInfoText: "Accepted: {accept}",
22
- maxSizeInfoText: "Max size: {maxSize}",
23
- selectFileText: "Select File",
24
- uploadedFilesAriaLabel: "Uploaded files",
25
- successAriaLabel: "Success",
26
- errorAriaLabel: "Error",
27
- uploadingAriaLabel: "Uploading",
28
- removeFileAriaLabel: "Remove {fileName}",
29
- previewFileAriaLabel: "Preview {fileName}"
30
- };
31
-
32
- // src/utils/i18n/datepicker-locales/en-US.ts
33
- var EN_US_DATEPICKER_LOCALE = {
34
- locale: "en-US",
35
- labels: {
36
- placeholder: "Select date",
37
- rangePlaceholder: "Select date range",
38
- today: "Today",
39
- ok: "OK",
40
- calendar: "Calendar",
41
- toggleCalendar: "Toggle calendar",
42
- clearDate: "Clear date",
43
- previousMonth: "Previous month",
44
- nextMonth: "Next month",
45
- year: "Year",
46
- month: "Month",
47
- day: "Day"
48
- }
49
- };
50
-
51
- // src/utils/i18n/locales/en-US.ts
52
- var enUS = {
53
- locale: "en-US",
54
- direction: "ltr",
55
- common: {
56
- okText: "OK",
57
- cancelText: "Cancel",
58
- closeText: "Close",
59
- loadingText: "Loading...",
60
- emptyText: "No data",
61
- noMoreText: "No more data",
62
- searchPlaceholder: "Search",
63
- clearText: "Clear"
64
- },
65
- empty: {
66
- noData: "No data",
67
- noDataAvailable: "No data available",
68
- noResults: "No results found",
69
- error: "Something went wrong"
70
- },
71
- modal: {
72
- closeAriaLabel: "Close",
73
- okText: "OK",
74
- cancelText: "Cancel"
75
- },
76
- drawer: {
77
- closeAriaLabel: "Close"
78
- },
79
- qrcode: {
80
- ariaLabel: "QR Code",
81
- expiredText: "QR code expired",
82
- refreshText: "Refresh",
83
- loadingText: "Loading..."
84
- },
85
- timeline: {
86
- pendingText: "Loading..."
87
- },
88
- upload: DEFAULT_UPLOAD_LABELS,
89
- pagination: {
90
- totalText: "Total {total} items",
91
- itemsPerPageText: "/ page",
92
- jumpToText: "Go to",
93
- pageText: "page",
94
- prevPageAriaLabel: "Previous page",
95
- nextPageAriaLabel: "Next page",
96
- pageAriaLabel: "Page {page}",
97
- pageIndicatorText: "Page {current} of {total}"
98
- },
99
- table: {
100
- emptyText: "No data",
101
- loadingText: "Loading",
102
- expandText: "Expand",
103
- collapseText: "Collapse",
104
- selectAllText: "Select all",
105
- selectRowAriaLabel: "Select row {row}",
106
- sortByText: "Sort by {column}",
107
- clearSortText: "Clear sort",
108
- toolbarAriaLabel: "Data table toolbar",
109
- searchPlaceholder: "Search",
110
- searchButtonText: "Search",
111
- selectedText: "Selected",
112
- selectedItemsText: "items",
113
- columnSettingsText: "Column settings",
114
- columnSettingsAriaLabel: "Column settings",
115
- lockColumnAriaLabel: "Lock column {column}",
116
- unlockColumnAriaLabel: "Unlock column {column}",
117
- allText: "All",
118
- filterPlaceholder: "Filter...",
119
- exportCsvText: "Export CSV",
120
- exportExcelText: "Export Excel",
121
- exportCsvAriaLabel: "Export to CSV",
122
- exportExcelAriaLabel: "Export to Excel",
123
- expandRowAriaLabel: "Expand row",
124
- collapseRowAriaLabel: "Collapse row"
125
- },
126
- dataExport: {
127
- triggerText: "Export",
128
- triggerAriaLabel: "Export data",
129
- xlsxText: "Export Excel",
130
- markdownText: "Export Markdown",
131
- exportingText: "Exporting..."
132
- },
133
- datePicker: EN_US_DATEPICKER_LOCALE,
134
- timePicker: DEFAULT_TIME_PICKER_LABELS,
135
- formWizard: {
136
- prevText: "Previous",
137
- nextText: "Next",
138
- finishText: "Finish"
139
- },
140
- tour: {
141
- prevText: "Previous",
142
- nextText: "Next",
143
- finishText: "Finish",
144
- closeAriaLabel: "Close tour"
145
- },
146
- calendar: {
147
- previousMonth: "Previous month",
148
- nextMonth: "Next month",
149
- previousYear: "Previous year",
150
- nextYear: "Next year",
151
- yearSelectAriaLabel: "Year",
152
- monthSelectAriaLabel: "Month",
153
- daySelectAriaLabel: "Day"
154
- },
155
- fileManager: {
156
- rootText: "Root"
157
- },
158
- imageViewer: {
159
- dialogAriaLabel: "Image viewer",
160
- previewDialogAriaLabel: "Image preview",
161
- closeAriaLabel: "Close",
162
- closePreviewAriaLabel: "Close preview",
163
- previousImageAriaLabel: "Previous image",
164
- nextImageAriaLabel: "Next image",
165
- zoomOutAriaLabel: "Zoom out",
166
- resetAriaLabel: "Reset",
167
- zoomInAriaLabel: "Zoom in",
168
- rotateLeftAriaLabel: "Rotate left",
169
- rotateRightAriaLabel: "Rotate right"
170
- },
171
- imageEditor: {
172
- selectImageText: "Select image",
173
- selectImageAriaLabel: "Select image to crop and upload",
174
- cropModalTitle: "Crop image",
175
- cropCancelText: "Cancel",
176
- cropConfirmText: "Confirm crop",
177
- cropperDialogAriaLabel: "Image cropper",
178
- imageToCropAriaLabel: "Image to crop",
179
- moveCropAreaAriaLabel: "Move crop area",
180
- resizeCropAreaAriaLabel: "Resize crop area {handle}",
181
- loadingCropImageAriaLabel: "Loading image for cropping",
182
- annotationToolbarAriaLabel: "Annotation tools",
183
- annotationEditorAriaLabel: "Image annotation editor",
184
- annotationCanvasAriaLabel: "Image annotation canvas",
185
- loadingAnnotationImageAriaLabel: "Loading image for annotation",
186
- selectToolText: "Select",
187
- rectangleToolText: "Rectangle",
188
- ellipseToolText: "Ellipse",
189
- polygonToolText: "Polygon",
190
- freehandToolText: "Freehand",
191
- deleteText: "Delete"
192
- },
193
- status: {
194
- tagCloseAriaLabel: "Close tag",
195
- badgeLabel: "notification",
196
- badgeCountLabel: "{count} notifications"
197
- },
198
- taskBoard: {
199
- emptyColumnText: "No tasks",
200
- addCardText: "Add task",
201
- addColumnText: "Add column",
202
- wipLimitText: "WIP limit: {limit}",
203
- dragHintText: "Drag to move",
204
- boardAriaLabel: "Task Board"
205
- },
206
- chatWindow: {
207
- emptyText: "No messages",
208
- sendText: "Send",
209
- placeholder: "Type a message",
210
- sendingText: "Sending",
211
- sentText: "Delivered",
212
- failedText: "Failed to send"
213
- },
214
- code: {
215
- copyLabel: "Copy",
216
- copiedLabel: "Copied",
217
- copyFailedLabel: "Copy failed"
218
- },
219
- commentThread: {
220
- emptyText: "No comments",
221
- replyPlaceholder: "Write a reply...",
222
- replyButtonText: "Reply",
223
- cancelReplyText: "Cancel",
224
- likeText: "Like",
225
- likedText: "Liked",
226
- replyText: "Reply",
227
- moreText: "More",
228
- loadMoreText: "Load more",
229
- collapseRepliesText: "\u25BE Collapse replies",
230
- expandRepliesText: "\u25B8 Expand {count} replies"
231
- },
232
- activityFeed: {
233
- emptyText: "No activity",
234
- loadingText: "Loading..."
235
- },
236
- notificationCenter: {
237
- title: "Notifications",
238
- emptyText: "No notifications",
239
- loadingText: "Loading...",
240
- allLabel: "All",
241
- unreadLabel: "Unread",
242
- readLabel: "Read",
243
- markAllReadText: "Mark all as read",
244
- markReadText: "Mark as read",
245
- markUnreadText: "Mark as unread"
246
- },
247
- select: {
248
- doneText: "Done",
249
- placeholder: "Select an option",
250
- emptyText: "No options found"
251
- },
252
- colorPicker: {
253
- trigger: "Pick color",
254
- panelTitle: "Color",
255
- clear: "Clear",
256
- hue: "Hue",
257
- alpha: "Alpha",
258
- value: "Color value",
259
- preview: "Color preview",
260
- selectPreset: "Select {color}"
261
- },
262
- tabs: {
263
- addTabAriaLabel: "Add tab",
264
- closeTabAriaLabel: "Close {label}"
265
- },
266
- rate: {
267
- ariaLabel: "Rating",
268
- valueText: "{value} star{plural}"
269
- },
270
- avatarGroup: {
271
- ariaLabel: "Avatar group",
272
- overflowAriaLabel: "{count} more"
273
- },
274
- carousel: {
275
- ariaLabel: "Image carousel",
276
- navigationAriaLabel: "Carousel navigation",
277
- previousSlideAriaLabel: "Previous slide",
278
- nextSlideAriaLabel: "Next slide",
279
- goToSlideAriaLabel: "Go to slide {index}",
280
- slideAriaLabel: "Slide {index} of {total}"
281
- },
282
- transfer: {
283
- sourceTitle: "Source",
284
- targetTitle: "Target",
285
- searchAriaLabel: "Search {title}",
286
- itemsAriaLabel: "{title} items",
287
- moveToTargetAriaLabel: "Move selected to target",
288
- moveToSourceAriaLabel: "Move selected to source"
289
- },
290
- chart: {
291
- legendAriaLabel: "Chart legend",
292
- pointAriaLabel: "Point {index}: ({x}, {y})"
293
- },
294
- markdownEditor: {
295
- formattingToolbarAriaLabel: "Markdown formatting",
296
- modeToolbarAriaLabel: "Markdown view mode",
297
- editorAriaLabel: "Markdown editor",
298
- previewAriaLabel: "Markdown preview",
299
- editModeLabel: "Edit",
300
- splitModeLabel: "Split",
301
- previewModeLabel: "Preview",
302
- bold: "Bold",
303
- italic: "Italic",
304
- strikethrough: "Strikethrough",
305
- heading: "Heading",
306
- blockquote: "Blockquote",
307
- unorderedList: "Bulleted list",
308
- orderedList: "Numbered list",
309
- inlineCode: "Inline code",
310
- codeBlock: "Code block",
311
- link: "Link",
312
- image: "Image",
313
- table: "Table",
314
- horizontalRule: "Horizontal rule"
315
- },
316
- richTextEditor: {
317
- formattingToolbarAriaLabel: "Text formatting",
318
- editorAriaLabel: "Rich text editor",
319
- bold: "Bold",
320
- italic: "Italic",
321
- underline: "Underline",
322
- strikethrough: "Strikethrough",
323
- heading1: "H1",
324
- heading2: "H2",
325
- heading3: "H3",
326
- bulletList: "Bullet List",
327
- orderedList: "Ordered List",
328
- blockquote: "Blockquote",
329
- codeBlock: "Code",
330
- link: "Link",
331
- image: "Image",
332
- horizontalRule: "HR",
333
- undo: "Undo",
334
- redo: "Redo",
335
- clear: "Clear"
336
- },
337
- cronEditor: {
338
- ariaLabel: "Cron editor",
339
- expressionAriaLabel: "Cron expression",
340
- presetAriaLabel: "Cron preset",
341
- presetPlaceholder: "Preset",
342
- everyMinutePreset: "Every minute",
343
- hourlyPreset: "Hourly",
344
- dailyPreset: "Daily",
345
- weeklyPreset: "Weekly",
346
- monthlyPreset: "Monthly",
347
- minuteLabel: "Minute",
348
- hourLabel: "Hour",
349
- dayOfMonthLabel: "Day",
350
- monthLabel: "Month",
351
- dayOfWeekLabel: "Weekday",
352
- modeAnyLabel: "Any",
353
- modeEveryLabel: "Every",
354
- modeSpecificLabel: "Specific",
355
- modeRangeLabel: "Range",
356
- modeCustomLabel: "Custom",
357
- modeAriaLabel: "{field} mode",
358
- stepAriaLabel: "{field} step",
359
- valueAriaLabel: "{field} value",
360
- rangeStartAriaLabel: "{field} range start",
361
- rangeEndAriaLabel: "{field} range end",
362
- customValueAriaLabel: "{field} custom value",
363
- expressionFieldsError: "Cron expression must contain 5 fields",
364
- fieldRequiredError: "{field} is required",
365
- invalidStepError: "{field} has an invalid step expression",
366
- stepRangeError: "{field} step must be between 1 and {max}",
367
- fieldRangeError: "{field} must be between {min} and {max}",
368
- rangeOrderError: "{field} range start must be less than or equal to end",
369
- invalidFieldError: "{field} must be *, a number, a range, a step, or a comma list"
370
- },
371
- formValidation: {
372
- required: "This field is required",
373
- typeString: "Value must be a string",
374
- typeNumber: "Value must be a number",
375
- typeBoolean: "Value must be a boolean",
376
- typeArray: "Value must be an array",
377
- typeObject: "Value must be an object",
378
- email: "Please enter a valid email address",
379
- phone: "Please enter a valid phone number",
380
- url: "Please enter a valid URL",
381
- date: "Please enter a valid date",
382
- idCard: "Please enter a valid ID card number",
383
- minLength: "Minimum length is {min} characters",
384
- maxLength: "Maximum length is {max} characters",
385
- minValue: "Minimum value is {min}",
386
- maxValue: "Maximum value is {max}",
387
- minItems: "Minimum {min} items required",
388
- maxItems: "Maximum {max} items allowed",
389
- patternMismatch: "Value does not match the required pattern",
390
- validatorFailed: "Validation failed",
391
- validatorError: "Validation error occurred"
392
- },
393
- inputOtp: {
394
- groupLabel: "One-time password",
395
- slotLabel: "Character {index} of {total}"
396
- },
397
- tagsInput: {
398
- removeTagLabel: "Remove {tag}",
399
- clearAllLabel: "Clear all tags"
400
- }
401
- };
402
-
403
- // src/utils/i18n/define-locale.ts
404
- function isPlainObject(value) {
405
- if (value === null || typeof value !== "object") return false;
406
- const proto = Object.getPrototypeOf(value);
407
- return proto === Object.prototype || proto === null;
408
- }
409
- function deepMerge(base, override) {
410
- if (!override) return { ...base };
411
- const out = { ...base };
412
- for (const key of Object.keys(override)) {
413
- const next = override[key];
414
- if (next === void 0) continue;
415
- const prev = base[key];
416
- if (isPlainObject(prev) && isPlainObject(next)) {
417
- out[key] = deepMerge(prev, next);
418
- } else {
419
- out[key] = next;
420
- }
421
- }
422
- return out;
423
- }
424
- function defineLocale(overrides = {}) {
425
- return deepMerge(enUS, overrides);
426
- }
427
-
428
1
  // src/utils/i18n/datepicker-locales/es-ES.ts
429
2
  var ES_ES_DATEPICKER_LOCALE = {
430
3
  locale: "es-ES",
431
4
  labels: {
5
+ placeholder: "Seleccionar fecha",
6
+ rangePlaceholder: "Seleccionar intervalo",
432
7
  today: "Hoy",
433
8
  ok: "Aceptar",
434
9
  calendar: "Calendario",
435
10
  toggleCalendar: "Abrir calendario",
436
11
  clearDate: "Borrar fecha",
437
12
  previousMonth: "Mes anterior",
438
- nextMonth: "Mes siguiente"
13
+ nextMonth: "Mes siguiente",
14
+ year: "A\xF1o",
15
+ month: "Mes",
16
+ day: "D\xEDa",
17
+ start: "Inicio",
18
+ end: "Fin"
439
19
  }
440
20
  };
441
21
 
442
22
  // src/utils/i18n/locales/es-ES.ts
443
- var esES = defineLocale({
23
+ var esES = {
444
24
  locale: "es-ES",
445
25
  direction: "ltr",
446
26
  datePicker: ES_ES_DATEPICKER_LOCALE,
@@ -450,15 +30,33 @@ var esES = defineLocale({
450
30
  closeText: "Cerrar",
451
31
  loadingText: "Cargando...",
452
32
  emptyText: "Sin datos",
453
- noMoreText: "No hay m\xE1s datos"
33
+ noMoreText: "No hay m\xE1s datos",
34
+ searchPlaceholder: "Buscar",
35
+ clearText: "Borrar",
36
+ closeMessageAriaLabel: "Cerrar mensaje",
37
+ closeNotificationAriaLabel: "Cerrar notificaci\xF3n",
38
+ sidebarAriaLabel: "Barra lateral",
39
+ moreOptionsText: "M\xE1s opciones",
40
+ confirmTitle: "\xBFSeguro que quieres continuar?"
41
+ },
42
+ empty: {
43
+ noData: "Sin datos",
44
+ noDataAvailable: "No hay datos disponibles",
45
+ noResults: "No se encontraron resultados",
46
+ error: "Algo sali\xF3 mal"
454
47
  },
455
48
  modal: {
456
49
  closeAriaLabel: "Cerrar",
457
50
  okText: "Aceptar",
458
- cancelText: "Cancelar"
51
+ cancelText: "Cancelar",
52
+ dialogAriaLabel: "Di\xE1logo"
459
53
  },
460
54
  drawer: {
461
- closeAriaLabel: "Cerrar"
55
+ closeAriaLabel: "Cerrar",
56
+ dialogAriaLabel: "Caj\xF3n"
57
+ },
58
+ alert: {
59
+ closeAriaLabel: "Cerrar alerta"
462
60
  },
463
61
  qrcode: {
464
62
  ariaLabel: "C\xF3digo QR",
@@ -466,9 +64,42 @@ var esES = defineLocale({
466
64
  refreshText: "Actualizar",
467
65
  loadingText: "Cargando..."
468
66
  },
67
+ marquee: {
68
+ ariaLabel: "Contenido en desplazamiento"
69
+ },
70
+ image: {
71
+ previewAriaLabel: "Vista previa de {alt}",
72
+ previewFallbackAlt: "imagen",
73
+ groupAriaLabel: "Grupo de im\xE1genes"
74
+ },
75
+ imageCompare: {
76
+ ariaLabel: "Comparaci\xF3n de im\xE1genes"
77
+ },
78
+ descriptions: {
79
+ colon: ":"
80
+ },
81
+ list: {
82
+ avatarAlt: "Retrato",
83
+ dragHandleAriaLabel: "Reordenar"
84
+ },
85
+ scrollArea: {
86
+ ariaLabel: "Regi\xF3n desplazable"
87
+ },
88
+ printLayout: {
89
+ pageBreak: "Salto de p\xE1gina"
90
+ },
469
91
  timeline: {
470
92
  pendingText: "Cargando..."
471
93
  },
94
+ progress: {
95
+ ariaLabel: "Progreso"
96
+ },
97
+ splitter: {
98
+ gutterAriaLabel: "Redimensionar paneles {index}"
99
+ },
100
+ resizable: {
101
+ handleAriaLabel: "Redimensionar {handle}"
102
+ },
472
103
  upload: {
473
104
  dragAreaAriaLabel: "Subir archivo haciendo clic o arrastrando",
474
105
  buttonAriaLabel: "Subir archivo",
@@ -479,7 +110,7 @@ var esES = defineLocale({
479
110
  selectFileText: "Seleccionar archivo",
480
111
  uploadedFilesAriaLabel: "Archivos subidos",
481
112
  successAriaLabel: "Correcto",
482
- errorAriaLabel: "Error",
113
+ errorAriaLabel: "Fallido",
483
114
  uploadingAriaLabel: "Subiendo",
484
115
  removeFileAriaLabel: "Eliminar {fileName}",
485
116
  previewFileAriaLabel: "Vista previa de {fileName}"
@@ -492,7 +123,9 @@ var esES = defineLocale({
492
123
  prevPageAriaLabel: "P\xE1gina anterior",
493
124
  nextPageAriaLabel: "P\xE1gina siguiente",
494
125
  pageAriaLabel: "P\xE1gina {page}",
495
- pageIndicatorText: "P\xE1gina {current} de {total}"
126
+ pageIndicatorText: "P\xE1gina {current} de {total}",
127
+ paginationAriaLabel: "Paginaci\xF3n",
128
+ pageSizeAriaLabel: "Elementos por p\xE1gina"
496
129
  },
497
130
  table: {
498
131
  emptyText: "Sin datos",
@@ -511,16 +144,133 @@ var esES = defineLocale({
511
144
  columnSettingsText: "Configuraci\xF3n de columnas",
512
145
  columnSettingsAriaLabel: "Configuraci\xF3n de columnas",
513
146
  lockColumnAriaLabel: "Bloquear columna {column}",
514
- unlockColumnAriaLabel: "Desbloquear columna {column}"
147
+ unlockColumnAriaLabel: "Desbloquear columna {column}",
148
+ allText: "Todo",
149
+ filterPlaceholder: "Filtrar...",
150
+ exportCsvText: "Exportar CSV",
151
+ exportExcelText: "Exportar Excel",
152
+ exportCsvAriaLabel: "Exportar a CSV",
153
+ exportExcelAriaLabel: "Exportar a Excel",
154
+ expandRowAriaLabel: "Expandir fila",
155
+ collapseRowAriaLabel: "Contraer fila",
156
+ sortMenuAriaLabel: "Ordenar",
157
+ filterColumnAriaLabel: "Filtrar {column}",
158
+ groupHeaderText: "{key} ({count})"
159
+ },
160
+ dataExport: {
161
+ triggerText: "Exportar",
162
+ triggerAriaLabel: "Exportar datos",
163
+ xlsxText: "Exportar Excel",
164
+ markdownText: "Exportar Markdown",
165
+ csvText: "Exportar CSV",
166
+ exportingText: "Exportando...",
167
+ errorText: "Error al exportar"
168
+ },
169
+ timePicker: {
170
+ hour: "Hora",
171
+ minute: "Minuto",
172
+ second: "Seg",
173
+ period: "Periodo",
174
+ now: "Ahora",
175
+ ok: "Aceptar",
176
+ start: "Inicio",
177
+ end: "Fin",
178
+ clear: "Borrar hora",
179
+ toggle: "Abrir selector de hora",
180
+ dialog: "Selector de hora",
181
+ selectTime: "Seleccionar hora",
182
+ selectTimeRange: "Seleccionar rango de horas"
515
183
  },
516
184
  formWizard: {
517
185
  prevText: "Anterior",
518
186
  nextText: "Siguiente",
519
- finishText: "Finalizar"
187
+ finishText: "Finalizar",
188
+ ariaLabel: "Asistente de formulario",
189
+ skippedText: "Omitido"
190
+ },
191
+ tour: {
192
+ prevText: "Anterior",
193
+ nextText: "Siguiente",
194
+ finishText: "Finalizar",
195
+ closeAriaLabel: "Cerrar recorrido",
196
+ dialogAriaLabel: "Recorrido"
197
+ },
198
+ calendar: {
199
+ previousMonth: "Mes anterior",
200
+ nextMonth: "Mes siguiente",
201
+ previousYear: "A\xF1o anterior",
202
+ nextYear: "A\xF1o siguiente"
203
+ },
204
+ fileManager: {
205
+ rootText: "Ra\xEDz",
206
+ pathAriaLabel: "Ruta de archivos",
207
+ listboxAriaLabel: "Archivos",
208
+ searchAriaLabel: "Buscar archivos",
209
+ emptyText: "Carpeta vac\xEDa"
210
+ },
211
+ imageViewer: {
212
+ dialogAriaLabel: "Visor de im\xE1genes",
213
+ previewDialogAriaLabel: "Vista previa de imagen",
214
+ closeAriaLabel: "Cerrar",
215
+ closePreviewAriaLabel: "Cerrar vista previa",
216
+ previousImageAriaLabel: "Imagen anterior",
217
+ nextImageAriaLabel: "Imagen siguiente",
218
+ zoomOutAriaLabel: "Alejar",
219
+ resetAriaLabel: "Restablecer",
220
+ zoomInAriaLabel: "Acercar",
221
+ rotateLeftAriaLabel: "Girar a la izquierda",
222
+ rotateRightAriaLabel: "Girar a la derecha",
223
+ previewImageAriaLabel: "Imagen {index} de {total}"
224
+ },
225
+ imageEditor: {
226
+ selectImageText: "Seleccionar imagen",
227
+ selectImageAriaLabel: "Seleccionar imagen para recortar y subir",
228
+ cropModalTitle: "Recortar imagen",
229
+ cropCancelText: "Cancelar",
230
+ cropConfirmText: "Confirmar recorte",
231
+ cropperDialogAriaLabel: "Recortador de imagen",
232
+ imageToCropAriaLabel: "Imagen a recortar",
233
+ moveCropAreaAriaLabel: "Mover \xE1rea de recorte",
234
+ resizeCropAreaAriaLabel: "Redimensionar \xE1rea de recorte {handle}",
235
+ resizeHandleNw: "superior izquierda",
236
+ resizeHandleN: "superior",
237
+ resizeHandleNe: "superior derecha",
238
+ resizeHandleE: "derecha",
239
+ resizeHandleSe: "inferior derecha",
240
+ resizeHandleS: "inferior",
241
+ resizeHandleSw: "inferior izquierda",
242
+ resizeHandleW: "izquierda",
243
+ loadingCropImageAriaLabel: "Cargando imagen para recortar",
244
+ loadErrorAriaLabel: "No se pudo cargar la imagen para recortar",
245
+ fileTooLargeText: "El archivo supera {maxSize}",
246
+ fileTypeRejectedText: "Este tipo de archivo no se acepta",
247
+ annotationToolbarAriaLabel: "Herramientas de anotaci\xF3n",
248
+ annotationEditorAriaLabel: "Editor de anotaci\xF3n de imagen",
249
+ annotationCanvasAriaLabel: "Lienzo de anotaci\xF3n",
250
+ loadingAnnotationImageAriaLabel: "Cargando imagen para anotar",
251
+ loadAnnotationErrorAriaLabel: "No se pudo cargar la imagen para anotar",
252
+ defaultAnnotationAlt: "Imagen para anotar",
253
+ annotationShapeAriaLabel: "anotaci\xF3n {type}",
254
+ annotationLabeledShapeAriaLabel: "{label}, anotaci\xF3n {type}",
255
+ selectToolText: "Seleccionar",
256
+ rectangleToolText: "Rect\xE1ngulo",
257
+ ellipseToolText: "Elipse",
258
+ polygonToolText: "Pol\xEDgono",
259
+ freehandToolText: "Trazo libre",
260
+ deleteText: "Eliminar"
261
+ },
262
+ status: {
263
+ tagCloseAriaLabel: "Cerrar etiqueta",
264
+ badgeLabel: "notificaci\xF3n",
265
+ badgeCountLabel: "{count} notificaciones"
520
266
  },
521
267
  taskBoard: {
522
268
  emptyColumnText: "Sin tareas",
523
269
  addCardText: "Agregar tarea",
270
+ addColumnText: "Agregar columna",
271
+ newCardTitle: "Nueva tarea",
272
+ newColumnTitle: "Nueva columna",
273
+ unassignedSwimlaneText: "Sin asignar",
524
274
  wipLimitText: "L\xEDmite WIP: {limit}",
525
275
  dragHintText: "Arrastra para mover",
526
276
  boardAriaLabel: "Tablero de tareas"
@@ -531,7 +281,8 @@ var esES = defineLocale({
531
281
  placeholder: "Escribe un mensaje",
532
282
  sendingText: "Enviando",
533
283
  sentText: "Entregado",
534
- failedText: "Error al enviar"
284
+ failedText: "Error al enviar",
285
+ messageListAriaLabel: "Lista de mensajes"
535
286
  },
536
287
  code: {
537
288
  copyLabel: "Copiar",
@@ -549,11 +300,17 @@ var esES = defineLocale({
549
300
  moreText: "M\xE1s",
550
301
  loadMoreText: "Cargar m\xE1s",
551
302
  collapseRepliesText: "\u25BE Ocultar respuestas",
552
- expandRepliesText: "\u25B8 Mostrar {count} respuestas"
303
+ expandRepliesText: "\u25B8 Mostrar {count} respuestas",
304
+ listAriaLabel: "Hilo de comentarios",
305
+ replySubmitText: "Enviar respuesta",
306
+ remainingRepliesText: "Mostrar {count} restantes",
307
+ maxDepthReachedText: "Profundidad m\xE1xima de respuesta alcanzada"
553
308
  },
554
309
  activityFeed: {
555
310
  emptyText: "No hay actividad",
556
- loadingText: "Cargando..."
311
+ loadingText: "Cargando...",
312
+ listAriaLabel: "Actividad",
313
+ otherGroupTitle: "Otros"
557
314
  },
558
315
  notificationCenter: {
559
316
  title: "Notificaciones",
@@ -564,22 +321,204 @@ var esES = defineLocale({
564
321
  readLabel: "Le\xEDdas",
565
322
  markAllReadText: "Marcar todas como le\xEDdas",
566
323
  markReadText: "Marcar como le\xEDda",
567
- markUnreadText: "Marcar como no le\xEDda"
324
+ markUnreadText: "Marcar como no le\xEDda",
325
+ defaultGroupTitle: "Predeterminado",
326
+ unreadCountText: "{count} no le\xEDdas"
568
327
  },
569
328
  select: {
570
329
  doneText: "Finalizar",
571
330
  placeholder: "Seleccione una opci\xF3n",
572
- emptyText: "No hay opciones"
331
+ emptyText: "No hay opciones",
332
+ searchPlaceholder: "Buscar",
333
+ clearAriaLabel: "Borrar selecci\xF3n",
334
+ createOptionLabel: 'Crear "{label}"',
335
+ moreCountText: "+{count} m\xE1s",
336
+ loadingText: "Cargando...",
337
+ levelLabel: "Nivel {level}",
338
+ backText: "Atr\xE1s",
339
+ expandAriaLabel: "Expandir",
340
+ collapseAriaLabel: "Contraer"
573
341
  },
574
342
  colorPicker: {
575
343
  trigger: "Elegir color",
576
- panelTitle: "Color",
344
+ panelTitle: "Tono de color",
577
345
  clear: "Borrar",
578
346
  hue: "Tono",
347
+ saturation: "Saturaci\xF3n",
348
+ brightness: "Brillo",
579
349
  alpha: "Alfa",
580
350
  value: "Valor de color",
581
351
  preview: "Vista previa",
582
- selectPreset: "Seleccionar {color}"
352
+ selectPreset: "Seleccionar {color}",
353
+ done: "Listo",
354
+ formatHex: "HEX",
355
+ formatRgb: "RGB",
356
+ formatHsl: "HSL",
357
+ swatches: "Muestras",
358
+ primaryGroup: "Primario",
359
+ accentGroup: "Acento"
360
+ },
361
+ tabs: {
362
+ addTabAriaLabel: "A\xF1adir pesta\xF1a",
363
+ closeTabAriaLabel: "Cerrar {label}",
364
+ tablistAriaLabel: "Pesta\xF1as"
365
+ },
366
+ rate: {
367
+ ariaLabel: "Valoraci\xF3n",
368
+ valueText: "{value} estrellas"
369
+ },
370
+ avatarGroup: {
371
+ ariaLabel: "Grupo de avatares",
372
+ overflowAriaLabel: "{count} m\xE1s"
373
+ },
374
+ carousel: {
375
+ ariaLabel: "Carrusel",
376
+ roleDescription: "carrusel",
377
+ slideRoleDescription: "diapositiva",
378
+ navigationAriaLabel: "Navegaci\xF3n del carrusel",
379
+ previousSlideAriaLabel: "Diapositiva anterior",
380
+ nextSlideAriaLabel: "Diapositiva siguiente",
381
+ pauseAriaLabel: "Pausar reproducci\xF3n autom\xE1tica",
382
+ playAriaLabel: "Reanudar reproducci\xF3n autom\xE1tica",
383
+ goToSlideAriaLabel: "Ir a la diapositiva {index}",
384
+ slideAriaLabel: "Diapositiva {index} de {total}"
385
+ },
386
+ transfer: {
387
+ sourceTitle: "Origen",
388
+ targetTitle: "Destino",
389
+ searchAriaLabel: "Buscar {title}",
390
+ itemsAriaLabel: "Elementos de {title}",
391
+ moveToTargetAriaLabel: "Mover selecci\xF3n al destino",
392
+ moveToSourceAriaLabel: "Mover selecci\xF3n al origen",
393
+ selectAllAriaLabel: "Seleccionar todo en {title}"
394
+ },
395
+ chart: {
396
+ legendAriaLabel: "Leyenda del gr\xE1fico",
397
+ pointAriaLabel: "Punto {index}: ({x}, {y})",
398
+ seriesName: "Serie {index}",
399
+ sliceName: "Porci\xF3n {index}",
400
+ sliceAriaLabel: "{label}: {value} ({percent} %)",
401
+ stageName: "Etapa {index}",
402
+ heatmapTooltip: "{x} \xD7 {y} = {value}",
403
+ treemapTooltip: "{label}: {value} ({percent} %)",
404
+ sunburstTooltip: "{label}: {value} ({percent} %)",
405
+ orgChartAriaLabel: "Organigrama",
406
+ ganttAriaLabel: "Diagrama de Gantt",
407
+ ganttTaskAriaLabel: "{label}, {start} a {end}{progress}"
408
+ },
409
+ codeEditor: {
410
+ editorAriaLabel: "Editor de c\xF3digo"
411
+ },
412
+ markdownEditor: {
413
+ formattingToolbarAriaLabel: "Formato Markdown",
414
+ modeToolbarAriaLabel: "Modo de vista Markdown",
415
+ editorAriaLabel: "Editor Markdown",
416
+ previewAriaLabel: "Vista previa Markdown",
417
+ editModeLabel: "Editar",
418
+ splitModeLabel: "Dividir",
419
+ previewModeLabel: "Vista previa",
420
+ bold: "Negrita",
421
+ italic: "Cursiva",
422
+ strikethrough: "Tachado",
423
+ heading: "T\xEDtulo",
424
+ blockquote: "Cita",
425
+ unorderedList: "Lista con vi\xF1etas",
426
+ orderedList: "Lista numerada",
427
+ inlineCode: "C\xF3digo en l\xEDnea",
428
+ codeBlock: "Bloque de c\xF3digo",
429
+ link: "Enlace",
430
+ image: "Imagen",
431
+ table: "Tabla",
432
+ horizontalRule: "L\xEDnea horizontal",
433
+ placeholderStrong: "texto en negrita",
434
+ placeholderEmphasis: "\xE9nfasis",
435
+ placeholderDeleted: "texto eliminado",
436
+ placeholderCode: "c\xF3digo",
437
+ placeholderHeading: "Encabezado",
438
+ placeholderQuote: "Cita",
439
+ placeholderListItem: "Elemento de lista",
440
+ placeholderLinkText: "texto del enlace",
441
+ placeholderImageAlt: "texto alternativo",
442
+ placeholderTable: "| Columna | Valor |\n| --- | --- |\n| Nombre | Tigercat |"
443
+ },
444
+ richTextEditor: {
445
+ formattingToolbarAriaLabel: "Formato de texto",
446
+ editorAriaLabel: "Editor de texto enriquecido",
447
+ bold: "Negrita",
448
+ italic: "Cursiva",
449
+ underline: "Subrayado",
450
+ strikethrough: "Tachado",
451
+ heading1: "T\xEDtulo 1",
452
+ heading2: "T\xEDtulo 2",
453
+ heading3: "T\xEDtulo 3",
454
+ bulletList: "Lista con vi\xF1etas",
455
+ orderedList: "Lista numerada",
456
+ blockquote: "Cita",
457
+ codeBlock: "C\xF3digo",
458
+ link: "Enlace",
459
+ image: "Imagen",
460
+ horizontalRule: "L\xEDnea",
461
+ undo: "Deshacer",
462
+ redo: "Rehacer",
463
+ clear: "Borrar formato",
464
+ linkPrompt: "Introducir URL",
465
+ imagePrompt: "Introducir URL de imagen"
466
+ },
467
+ cronEditor: {
468
+ ariaLabel: "Editor Cron",
469
+ expressionAriaLabel: "Expresi\xF3n Cron",
470
+ presetAriaLabel: "Preajuste Cron",
471
+ presetPlaceholder: "Preajuste",
472
+ everyMinutePreset: "Cada minuto",
473
+ hourlyPreset: "Cada hora",
474
+ dailyPreset: "Cada d\xEDa",
475
+ weeklyPreset: "Cada semana",
476
+ monthlyPreset: "Cada mes",
477
+ minuteLabel: "Minuto",
478
+ hourLabel: "Hora",
479
+ dayOfMonthLabel: "D\xEDa",
480
+ monthLabel: "Mes",
481
+ dayOfWeekLabel: "D\xEDa de la semana",
482
+ modeAnyLabel: "Cualquiera",
483
+ modeEveryLabel: "Cada",
484
+ modeSpecificLabel: "Espec\xEDfico",
485
+ modeRangeLabel: "Rango",
486
+ modeCustomLabel: "Personalizado",
487
+ modeAriaLabel: "Modo de {field}",
488
+ stepAriaLabel: "Paso de {field}",
489
+ valueAriaLabel: "Valor de {field}",
490
+ rangeStartAriaLabel: "Inicio del rango de {field}",
491
+ rangeEndAriaLabel: "Fin del rango de {field}",
492
+ customValueAriaLabel: "Valor personalizado de {field}",
493
+ expressionFieldsError: "La expresi\xF3n Cron debe tener 5 campos",
494
+ fieldRequiredError: "{field} es obligatorio",
495
+ invalidStepError: "{field} tiene una expresi\xF3n de paso no v\xE1lida",
496
+ stepRangeError: "El paso de {field} debe estar entre 1 y {max}",
497
+ fieldRangeError: "{field} debe estar entre {min} y {max}",
498
+ rangeOrderError: "El inicio del rango de {field} debe ser menor o igual que el fin",
499
+ invalidFieldError: "{field} debe ser *, un n\xFAmero, un rango, un paso o una lista separada por comas"
500
+ },
501
+ formValidation: {
502
+ required: "Este campo es obligatorio",
503
+ typeString: "El valor debe ser una cadena",
504
+ typeNumber: "El valor debe ser un n\xFAmero",
505
+ typeBoolean: "El valor debe ser un booleano",
506
+ typeArray: "El valor debe ser una matriz",
507
+ typeObject: "El valor debe ser un objeto",
508
+ email: "Introduce un correo electr\xF3nico v\xE1lido",
509
+ phone: "Introduce un tel\xE9fono v\xE1lido",
510
+ url: "Introduce una URL v\xE1lida",
511
+ date: "Introduce una fecha v\xE1lida",
512
+ idCard: "Introduce un n\xFAmero de documento v\xE1lido",
513
+ minLength: "La longitud m\xEDnima es {min} caracteres",
514
+ maxLength: "La longitud m\xE1xima es {max} caracteres",
515
+ minValue: "El valor m\xEDnimo es {min}",
516
+ maxValue: "El valor m\xE1ximo es {max}",
517
+ minItems: "Se requieren al menos {min} elementos",
518
+ maxItems: "Se permiten como m\xE1ximo {max} elementos",
519
+ patternMismatch: "El valor no coincide con el patr\xF3n requerido",
520
+ validatorFailed: "La validaci\xF3n ha fallado",
521
+ validatorError: "Se ha producido un error de validaci\xF3n"
583
522
  },
584
523
  inputOtp: {
585
524
  groupLabel: "Contrase\xF1a de un solo uso",
@@ -588,8 +527,75 @@ var esES = defineLocale({
588
527
  tagsInput: {
589
528
  removeTagLabel: "Eliminar {tag}",
590
529
  clearAllLabel: "Borrar todas las etiquetas"
530
+ },
531
+ input: {
532
+ clearAriaLabel: "Borrar entrada",
533
+ showPasswordAriaLabel: "Mostrar contrase\xF1a",
534
+ hidePasswordAriaLabel: "Ocultar contrase\xF1a"
535
+ },
536
+ inputNumber: {
537
+ incrementAriaLabel: "Aumentar",
538
+ decrementAriaLabel: "Disminuir",
539
+ emptyAriaValueText: "Vac\xEDo"
540
+ },
541
+ slider: {
542
+ ariaLabel: "Control deslizante",
543
+ minAriaLabel: "Valor m\xEDnimo",
544
+ maxAriaLabel: "Valor m\xE1ximo"
545
+ },
546
+ stepper: {
547
+ ariaLabel: "Contador",
548
+ valueAriaLabel: "Valor",
549
+ incrementAriaLabel: "Aumentar",
550
+ decrementAriaLabel: "Disminuir"
551
+ },
552
+ signature: {
553
+ ariaLabel: "Pad de firma",
554
+ undoText: "Deshacer"
555
+ },
556
+ numberKeyboard: {
557
+ ariaLabel: "Teclado num\xE9rico",
558
+ deleteText: "Borrar",
559
+ decimalAriaLabel: "Separador decimal",
560
+ idCardXAriaLabel: "X del DNI"
561
+ },
562
+ breadcrumb: {
563
+ ariaLabel: "Migas de pan",
564
+ expandAriaLabel: "Mostrar elementos plegados"
565
+ },
566
+ pageHeader: {
567
+ backAriaLabel: "Atr\xE1s"
568
+ },
569
+ backTop: {
570
+ ariaLabel: "Volver arriba"
571
+ },
572
+ anchor: {
573
+ ariaLabel: "En esta p\xE1gina"
574
+ },
575
+ floatButton: {
576
+ ariaLabel: "A\xF1adir"
577
+ },
578
+ spotlight: {
579
+ title: "Paleta de comandos",
580
+ placeholder: "Buscar"
581
+ },
582
+ scrollSpy: {
583
+ ariaLabel: "Navegaci\xF3n de secciones"
584
+ },
585
+ steps: {
586
+ ariaLabel: "Pasos",
587
+ waitStatus: "Pendiente",
588
+ processStatus: "Actual",
589
+ finishStatus: "Completado",
590
+ errorStatus: "Error de paso"
591
+ },
592
+ tree: {
593
+ ariaLabel: "\xC1rbol",
594
+ selectNode: "Seleccionar {label}",
595
+ expand: "Expandir",
596
+ collapse: "Contraer"
591
597
  }
592
- });
598
+ };
593
599
  var es_ES_default = esES;
594
600
  export {
595
601
  es_ES_default as default,