@expcat/tigercat-core 2.1.1 → 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-BtjseC7G.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 +10251 -5344
  33. package/dist/index.js +31073 -16382
  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 +459 -399
  37. package/dist/locales/de-DE.d.ts +2 -2
  38. package/dist/locales/de-DE.js +466 -406
  39. package/dist/locales/en-US.d.ts +2 -2
  40. package/dist/locales/en-US.js +300 -61
  41. package/dist/locales/es-ES.d.ts +2 -2
  42. package/dist/locales/es-ES.js +460 -400
  43. package/dist/locales/fr-FR.d.ts +2 -2
  44. package/dist/locales/fr-FR.js +463 -403
  45. package/dist/locales/id-ID.d.ts +3 -3
  46. package/dist/locales/id-ID.js +480 -403
  47. package/dist/locales/ja-JP.d.ts +3 -3
  48. package/dist/locales/ja-JP.js +476 -399
  49. package/dist/locales/ko-KR.d.ts +3 -3
  50. package/dist/locales/ko-KR.js +476 -399
  51. package/dist/locales/pt-BR.d.ts +2 -2
  52. package/dist/locales/pt-BR.js +462 -402
  53. package/dist/locales/th-TH.d.ts +3 -3
  54. package/dist/locales/th-TH.js +478 -401
  55. package/dist/locales/vi-VN.d.ts +3 -3
  56. package/dist/locales/vi-VN.js +477 -400
  57. package/dist/locales/zh-CN.d.ts +2 -2
  58. package/dist/locales/zh-CN.js +298 -59
  59. package/dist/locales/zh-TW.d.ts +3 -3
  60. package/dist/locales/zh-TW.js +478 -401
  61. package/dist/{table-D_1D4Euk.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-CGl5S1-B.d.ts +0 -572
  76. package/tokens/tailwind-tokens.js +0 -145
@@ -1,404 +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
- },
250
- tabs: {
251
- addTabAriaLabel: "Add tab",
252
- closeTabAriaLabel: "Close {label}"
253
- },
254
- rate: {
255
- ariaLabel: "Rating",
256
- valueText: "{value} star{plural}"
257
- },
258
- avatarGroup: {
259
- ariaLabel: "Avatar group",
260
- overflowAriaLabel: "{count} more"
261
- },
262
- carousel: {
263
- ariaLabel: "Image carousel",
264
- navigationAriaLabel: "Carousel navigation",
265
- previousSlideAriaLabel: "Previous slide",
266
- nextSlideAriaLabel: "Next slide",
267
- goToSlideAriaLabel: "Go to slide {index}",
268
- slideAriaLabel: "Slide {index} of {total}"
269
- },
270
- transfer: {
271
- sourceTitle: "Source",
272
- targetTitle: "Target",
273
- searchAriaLabel: "Search {title}",
274
- itemsAriaLabel: "{title} items",
275
- moveToTargetAriaLabel: "Move selected to target",
276
- moveToSourceAriaLabel: "Move selected to source"
277
- },
278
- chart: {
279
- legendAriaLabel: "Chart legend",
280
- pointAriaLabel: "Point {index}: ({x}, {y})"
281
- },
282
- markdownEditor: {
283
- formattingToolbarAriaLabel: "Markdown formatting",
284
- modeToolbarAriaLabel: "Markdown view mode",
285
- editorAriaLabel: "Markdown editor",
286
- previewAriaLabel: "Markdown preview",
287
- editModeLabel: "Edit",
288
- splitModeLabel: "Split",
289
- previewModeLabel: "Preview"
290
- },
291
- richTextEditor: {
292
- formattingToolbarAriaLabel: "Text formatting",
293
- editorAriaLabel: "Rich text editor"
294
- },
295
- cronEditor: {
296
- ariaLabel: "Cron editor",
297
- expressionAriaLabel: "Cron expression",
298
- presetAriaLabel: "Cron preset",
299
- presetPlaceholder: "Preset",
300
- everyMinutePreset: "Every minute",
301
- hourlyPreset: "Hourly",
302
- dailyPreset: "Daily",
303
- weeklyPreset: "Weekly",
304
- monthlyPreset: "Monthly",
305
- minuteLabel: "Minute",
306
- hourLabel: "Hour",
307
- dayOfMonthLabel: "Day",
308
- monthLabel: "Month",
309
- dayOfWeekLabel: "Weekday",
310
- modeAnyLabel: "Any",
311
- modeEveryLabel: "Every",
312
- modeSpecificLabel: "Specific",
313
- modeRangeLabel: "Range",
314
- modeCustomLabel: "Custom",
315
- modeAriaLabel: "{field} mode",
316
- stepAriaLabel: "{field} step",
317
- valueAriaLabel: "{field} value",
318
- rangeStartAriaLabel: "{field} range start",
319
- rangeEndAriaLabel: "{field} range end",
320
- customValueAriaLabel: "{field} custom value",
321
- expressionFieldsError: "Cron expression must contain 5 fields",
322
- fieldRequiredError: "{field} is required",
323
- invalidStepError: "{field} has an invalid step expression",
324
- stepRangeError: "{field} step must be between 1 and {max}",
325
- fieldRangeError: "{field} must be between {min} and {max}",
326
- rangeOrderError: "{field} range start must be less than or equal to end",
327
- invalidFieldError: "{field} must be *, a number, a range, a step, or a comma list"
328
- },
329
- formValidation: {
330
- required: "This field is required",
331
- typeString: "Value must be a string",
332
- typeNumber: "Value must be a number",
333
- typeBoolean: "Value must be a boolean",
334
- typeArray: "Value must be an array",
335
- typeObject: "Value must be an object",
336
- email: "Please enter a valid email address",
337
- phone: "Please enter a valid phone number",
338
- url: "Please enter a valid URL",
339
- date: "Please enter a valid date",
340
- idCard: "Please enter a valid ID card number",
341
- minLength: "Minimum length is {min} characters",
342
- maxLength: "Maximum length is {max} characters",
343
- minValue: "Minimum value is {min}",
344
- maxValue: "Maximum value is {max}",
345
- minItems: "Minimum {min} items required",
346
- maxItems: "Maximum {max} items allowed",
347
- patternMismatch: "Value does not match the required pattern",
348
- validatorFailed: "Validation failed",
349
- validatorError: "Validation error occurred"
350
- },
351
- inputOtp: {
352
- groupLabel: "One-time password",
353
- slotLabel: "Character {index} of {total}"
354
- },
355
- tagsInput: {
356
- removeTagLabel: "Remove {tag}",
357
- clearAllLabel: "Clear all tags"
358
- }
359
- };
360
-
361
- // src/utils/i18n/define-locale.ts
362
- function isPlainObject(value) {
363
- if (value === null || typeof value !== "object") return false;
364
- const proto = Object.getPrototypeOf(value);
365
- return proto === Object.prototype || proto === null;
366
- }
367
- function deepMerge(base, override) {
368
- if (!override) return { ...base };
369
- const out = { ...base };
370
- for (const key of Object.keys(override)) {
371
- const next = override[key];
372
- if (next === void 0) continue;
373
- const prev = base[key];
374
- if (isPlainObject(prev) && isPlainObject(next)) {
375
- out[key] = deepMerge(prev, next);
376
- } else {
377
- out[key] = next;
378
- }
379
- }
380
- return out;
381
- }
382
- function defineLocale(overrides = {}) {
383
- return deepMerge(enUS, overrides);
384
- }
385
-
386
1
  // src/utils/i18n/datepicker-locales/es-ES.ts
387
2
  var ES_ES_DATEPICKER_LOCALE = {
388
3
  locale: "es-ES",
389
4
  labels: {
5
+ placeholder: "Seleccionar fecha",
6
+ rangePlaceholder: "Seleccionar intervalo",
390
7
  today: "Hoy",
391
8
  ok: "Aceptar",
392
9
  calendar: "Calendario",
393
10
  toggleCalendar: "Abrir calendario",
394
11
  clearDate: "Borrar fecha",
395
12
  previousMonth: "Mes anterior",
396
- nextMonth: "Mes siguiente"
13
+ nextMonth: "Mes siguiente",
14
+ year: "A\xF1o",
15
+ month: "Mes",
16
+ day: "D\xEDa",
17
+ start: "Inicio",
18
+ end: "Fin"
397
19
  }
398
20
  };
399
21
 
400
22
  // src/utils/i18n/locales/es-ES.ts
401
- var esES = defineLocale({
23
+ var esES = {
402
24
  locale: "es-ES",
403
25
  direction: "ltr",
404
26
  datePicker: ES_ES_DATEPICKER_LOCALE,
@@ -408,15 +30,33 @@ var esES = defineLocale({
408
30
  closeText: "Cerrar",
409
31
  loadingText: "Cargando...",
410
32
  emptyText: "Sin datos",
411
- 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"
412
47
  },
413
48
  modal: {
414
49
  closeAriaLabel: "Cerrar",
415
50
  okText: "Aceptar",
416
- cancelText: "Cancelar"
51
+ cancelText: "Cancelar",
52
+ dialogAriaLabel: "Di\xE1logo"
417
53
  },
418
54
  drawer: {
419
- closeAriaLabel: "Cerrar"
55
+ closeAriaLabel: "Cerrar",
56
+ dialogAriaLabel: "Caj\xF3n"
57
+ },
58
+ alert: {
59
+ closeAriaLabel: "Cerrar alerta"
420
60
  },
421
61
  qrcode: {
422
62
  ariaLabel: "C\xF3digo QR",
@@ -424,9 +64,42 @@ var esES = defineLocale({
424
64
  refreshText: "Actualizar",
425
65
  loadingText: "Cargando..."
426
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
+ },
427
91
  timeline: {
428
92
  pendingText: "Cargando..."
429
93
  },
94
+ progress: {
95
+ ariaLabel: "Progreso"
96
+ },
97
+ splitter: {
98
+ gutterAriaLabel: "Redimensionar paneles {index}"
99
+ },
100
+ resizable: {
101
+ handleAriaLabel: "Redimensionar {handle}"
102
+ },
430
103
  upload: {
431
104
  dragAreaAriaLabel: "Subir archivo haciendo clic o arrastrando",
432
105
  buttonAriaLabel: "Subir archivo",
@@ -437,7 +110,7 @@ var esES = defineLocale({
437
110
  selectFileText: "Seleccionar archivo",
438
111
  uploadedFilesAriaLabel: "Archivos subidos",
439
112
  successAriaLabel: "Correcto",
440
- errorAriaLabel: "Error",
113
+ errorAriaLabel: "Fallido",
441
114
  uploadingAriaLabel: "Subiendo",
442
115
  removeFileAriaLabel: "Eliminar {fileName}",
443
116
  previewFileAriaLabel: "Vista previa de {fileName}"
@@ -450,7 +123,9 @@ var esES = defineLocale({
450
123
  prevPageAriaLabel: "P\xE1gina anterior",
451
124
  nextPageAriaLabel: "P\xE1gina siguiente",
452
125
  pageAriaLabel: "P\xE1gina {page}",
453
- pageIndicatorText: "P\xE1gina {current} de {total}"
126
+ pageIndicatorText: "P\xE1gina {current} de {total}",
127
+ paginationAriaLabel: "Paginaci\xF3n",
128
+ pageSizeAriaLabel: "Elementos por p\xE1gina"
454
129
  },
455
130
  table: {
456
131
  emptyText: "Sin datos",
@@ -469,16 +144,133 @@ var esES = defineLocale({
469
144
  columnSettingsText: "Configuraci\xF3n de columnas",
470
145
  columnSettingsAriaLabel: "Configuraci\xF3n de columnas",
471
146
  lockColumnAriaLabel: "Bloquear columna {column}",
472
- 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"
473
183
  },
474
184
  formWizard: {
475
185
  prevText: "Anterior",
476
186
  nextText: "Siguiente",
477
- 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"
478
266
  },
479
267
  taskBoard: {
480
268
  emptyColumnText: "Sin tareas",
481
269
  addCardText: "Agregar tarea",
270
+ addColumnText: "Agregar columna",
271
+ newCardTitle: "Nueva tarea",
272
+ newColumnTitle: "Nueva columna",
273
+ unassignedSwimlaneText: "Sin asignar",
482
274
  wipLimitText: "L\xEDmite WIP: {limit}",
483
275
  dragHintText: "Arrastra para mover",
484
276
  boardAriaLabel: "Tablero de tareas"
@@ -489,7 +281,8 @@ var esES = defineLocale({
489
281
  placeholder: "Escribe un mensaje",
490
282
  sendingText: "Enviando",
491
283
  sentText: "Entregado",
492
- failedText: "Error al enviar"
284
+ failedText: "Error al enviar",
285
+ messageListAriaLabel: "Lista de mensajes"
493
286
  },
494
287
  code: {
495
288
  copyLabel: "Copiar",
@@ -507,11 +300,17 @@ var esES = defineLocale({
507
300
  moreText: "M\xE1s",
508
301
  loadMoreText: "Cargar m\xE1s",
509
302
  collapseRepliesText: "\u25BE Ocultar respuestas",
510
- 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"
511
308
  },
512
309
  activityFeed: {
513
310
  emptyText: "No hay actividad",
514
- loadingText: "Cargando..."
311
+ loadingText: "Cargando...",
312
+ listAriaLabel: "Actividad",
313
+ otherGroupTitle: "Otros"
515
314
  },
516
315
  notificationCenter: {
517
316
  title: "Notificaciones",
@@ -522,10 +321,204 @@ var esES = defineLocale({
522
321
  readLabel: "Le\xEDdas",
523
322
  markAllReadText: "Marcar todas como le\xEDdas",
524
323
  markReadText: "Marcar como le\xEDda",
525
- markUnreadText: "Marcar como no le\xEDda"
324
+ markUnreadText: "Marcar como no le\xEDda",
325
+ defaultGroupTitle: "Predeterminado",
326
+ unreadCountText: "{count} no le\xEDdas"
526
327
  },
527
328
  select: {
528
- doneText: "Finalizar"
329
+ doneText: "Finalizar",
330
+ placeholder: "Seleccione una opci\xF3n",
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"
341
+ },
342
+ colorPicker: {
343
+ trigger: "Elegir color",
344
+ panelTitle: "Tono de color",
345
+ clear: "Borrar",
346
+ hue: "Tono",
347
+ saturation: "Saturaci\xF3n",
348
+ brightness: "Brillo",
349
+ alpha: "Alfa",
350
+ value: "Valor de color",
351
+ preview: "Vista previa",
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"
529
522
  },
530
523
  inputOtp: {
531
524
  groupLabel: "Contrase\xF1a de un solo uso",
@@ -534,8 +527,75 @@ var esES = defineLocale({
534
527
  tagsInput: {
535
528
  removeTagLabel: "Eliminar {tag}",
536
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"
537
597
  }
538
- });
598
+ };
539
599
  var es_ES_default = esES;
540
600
  export {
541
601
  es_ES_default as default,