@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/pt-BR.ts
387
2
  var PT_BR_DATEPICKER_LOCALE = {
388
3
  locale: "pt-BR",
389
4
  labels: {
5
+ placeholder: "Selecionar data",
6
+ rangePlaceholder: "Selecionar intervalo",
390
7
  today: "Hoje",
391
8
  ok: "OK",
392
9
  calendar: "Calend\xE1rio",
393
10
  toggleCalendar: "Abrir calend\xE1rio",
394
11
  clearDate: "Limpar data",
395
12
  previousMonth: "M\xEAs anterior",
396
- nextMonth: "Pr\xF3ximo m\xEAs"
13
+ nextMonth: "Pr\xF3ximo m\xEAs",
14
+ year: "Ano",
15
+ month: "M\xEAs",
16
+ day: "Dia",
17
+ start: "In\xEDcio",
18
+ end: "Fim"
397
19
  }
398
20
  };
399
21
 
400
22
  // src/utils/i18n/locales/pt-BR.ts
401
- var ptBR = defineLocale({
23
+ var ptBR = {
402
24
  locale: "pt-BR",
403
25
  direction: "ltr",
404
26
  datePicker: PT_BR_DATEPICKER_LOCALE,
@@ -408,39 +30,90 @@ var ptBR = defineLocale({
408
30
  closeText: "Fechar",
409
31
  loadingText: "Carregando...",
410
32
  emptyText: "Sem dados",
411
- noMoreText: "Sem mais dados"
33
+ noMoreText: "N\xE3o h\xE1 mais dados",
34
+ searchPlaceholder: "Pesquisar",
35
+ clearText: "Limpar",
36
+ closeMessageAriaLabel: "Fechar mensagem",
37
+ closeNotificationAriaLabel: "Fechar notifica\xE7\xE3o",
38
+ sidebarAriaLabel: "Barra lateral",
39
+ moreOptionsText: "Mais op\xE7\xF5es",
40
+ confirmTitle: "Tem certeza de que deseja continuar?"
41
+ },
42
+ empty: {
43
+ noData: "Sem dados",
44
+ noDataAvailable: "Nenhum dado dispon\xEDvel",
45
+ noResults: "Nenhum resultado encontrado",
46
+ error: "Algo deu errado"
412
47
  },
413
48
  modal: {
414
49
  closeAriaLabel: "Fechar",
415
50
  okText: "OK",
416
- cancelText: "Cancelar"
51
+ cancelText: "Cancelar",
52
+ dialogAriaLabel: "Di\xE1logo"
417
53
  },
418
54
  drawer: {
419
- closeAriaLabel: "Fechar"
55
+ closeAriaLabel: "Fechar",
56
+ dialogAriaLabel: "Gaveta"
57
+ },
58
+ alert: {
59
+ closeAriaLabel: "Fechar alerta"
420
60
  },
421
61
  qrcode: {
422
62
  ariaLabel: "C\xF3digo QR",
423
- expiredText: "C\xF3digo QR expirado",
63
+ expiredText: "O c\xF3digo QR expirou",
424
64
  refreshText: "Atualizar",
425
65
  loadingText: "Carregando..."
426
66
  },
67
+ marquee: {
68
+ ariaLabel: "Conte\xFAdo em rolagem"
69
+ },
70
+ image: {
71
+ previewAriaLabel: "Pr\xE9-visualizar {alt}",
72
+ previewFallbackAlt: "imagem",
73
+ groupAriaLabel: "Grupo de imagens"
74
+ },
75
+ imageCompare: {
76
+ ariaLabel: "Compara\xE7\xE3o de imagens"
77
+ },
78
+ descriptions: {
79
+ colon: ":"
80
+ },
81
+ list: {
82
+ avatarAlt: "Foto de perfil",
83
+ dragHandleAriaLabel: "Reordenar"
84
+ },
85
+ scrollArea: {
86
+ ariaLabel: "\xC1rea rol\xE1vel"
87
+ },
88
+ printLayout: {
89
+ pageBreak: "Quebra de p\xE1gina"
90
+ },
427
91
  timeline: {
428
92
  pendingText: "Carregando..."
429
93
  },
94
+ progress: {
95
+ ariaLabel: "Progresso"
96
+ },
97
+ splitter: {
98
+ gutterAriaLabel: "Redimensionar pain\xE9is {index}"
99
+ },
100
+ resizable: {
101
+ handleAriaLabel: "Redimensionar {handle}"
102
+ },
430
103
  upload: {
431
104
  dragAreaAriaLabel: "Enviar arquivo clicando ou arrastando",
432
105
  buttonAriaLabel: "Enviar arquivo",
433
106
  clickToUploadText: "Clique para enviar",
434
107
  dragAndDropText: "ou arraste e solte",
435
108
  acceptInfoText: "Aceito: {accept}",
436
- maxSizeInfoText: "Tamanho m\xE1ximo: {maxSize}",
109
+ maxSizeInfoText: "Tamanho m\xE1x.: {maxSize}",
437
110
  selectFileText: "Selecionar arquivo",
438
111
  uploadedFilesAriaLabel: "Arquivos enviados",
439
112
  successAriaLabel: "Sucesso",
440
113
  errorAriaLabel: "Erro",
441
114
  uploadingAriaLabel: "Enviando",
442
115
  removeFileAriaLabel: "Remover {fileName}",
443
- previewFileAriaLabel: "Pr\xE9-visualizar {fileName}"
116
+ previewFileAriaLabel: "Visualizar {fileName}"
444
117
  },
445
118
  pagination: {
446
119
  totalText: "Total de {total} itens",
@@ -450,7 +123,9 @@ var ptBR = defineLocale({
450
123
  prevPageAriaLabel: "P\xE1gina anterior",
451
124
  nextPageAriaLabel: "Pr\xF3xima p\xE1gina",
452
125
  pageAriaLabel: "P\xE1gina {page}",
453
- pageIndicatorText: "P\xE1gina {current} de {total}"
126
+ pageIndicatorText: "P\xE1gina {current} de {total}",
127
+ paginationAriaLabel: "Pagina\xE7\xE3o",
128
+ pageSizeAriaLabel: "Itens por p\xE1gina"
454
129
  },
455
130
  table: {
456
131
  emptyText: "Sem dados",
@@ -469,16 +144,133 @@ var ptBR = defineLocale({
469
144
  columnSettingsText: "Configura\xE7\xF5es de colunas",
470
145
  columnSettingsAriaLabel: "Configura\xE7\xF5es de colunas",
471
146
  lockColumnAriaLabel: "Bloquear coluna {column}",
472
- unlockColumnAriaLabel: "Desbloquear coluna {column}"
147
+ unlockColumnAriaLabel: "Desbloquear coluna {column}",
148
+ allText: "Tudo",
149
+ filterPlaceholder: "Filtrar...",
150
+ exportCsvText: "Exportar CSV",
151
+ exportExcelText: "Exportar Excel",
152
+ exportCsvAriaLabel: "Exportar para CSV",
153
+ exportExcelAriaLabel: "Exportar para Excel",
154
+ expandRowAriaLabel: "Expandir linha",
155
+ collapseRowAriaLabel: "Recolher linha",
156
+ sortMenuAriaLabel: "Ordenar",
157
+ filterColumnAriaLabel: "Filtrar {column}",
158
+ groupHeaderText: "{key} ({count})"
159
+ },
160
+ dataExport: {
161
+ triggerText: "Exportar",
162
+ triggerAriaLabel: "Exportar dados",
163
+ xlsxText: "Exportar Excel",
164
+ markdownText: "Exportar Markdown",
165
+ csvText: "Exportar CSV",
166
+ exportingText: "Exportando...",
167
+ errorText: "Falha ao exportar"
168
+ },
169
+ timePicker: {
170
+ hour: "Hora",
171
+ minute: "Minuto",
172
+ second: "Seg",
173
+ period: "Per\xEDodo",
174
+ now: "Agora",
175
+ ok: "OK",
176
+ start: "In\xEDcio",
177
+ end: "Fim",
178
+ clear: "Limpar hora",
179
+ toggle: "Abrir seletor de hora",
180
+ dialog: "Seletor de hora",
181
+ selectTime: "Selecionar hora",
182
+ selectTimeRange: "Selecionar intervalo de horas"
473
183
  },
474
184
  formWizard: {
475
185
  prevText: "Anterior",
476
186
  nextText: "Pr\xF3ximo",
477
- finishText: "Concluir"
187
+ finishText: "Concluir",
188
+ ariaLabel: "Assistente de formul\xE1rio",
189
+ skippedText: "Ignorado"
190
+ },
191
+ tour: {
192
+ prevText: "Anterior",
193
+ nextText: "Pr\xF3ximo",
194
+ finishText: "Concluir",
195
+ closeAriaLabel: "Fechar tour",
196
+ dialogAriaLabel: "Percurso"
197
+ },
198
+ calendar: {
199
+ previousMonth: "M\xEAs anterior",
200
+ nextMonth: "Pr\xF3ximo m\xEAs",
201
+ previousYear: "Ano anterior",
202
+ nextYear: "Pr\xF3ximo ano"
203
+ },
204
+ fileManager: {
205
+ rootText: "Raiz",
206
+ pathAriaLabel: "Caminho dos arquivos",
207
+ listboxAriaLabel: "Arquivos",
208
+ searchAriaLabel: "Pesquisar arquivos",
209
+ emptyText: "Pasta vazia"
210
+ },
211
+ imageViewer: {
212
+ dialogAriaLabel: "Visualizador de imagens",
213
+ previewDialogAriaLabel: "Pr\xE9via da imagem",
214
+ closeAriaLabel: "Fechar",
215
+ closePreviewAriaLabel: "Fechar pr\xE9via",
216
+ previousImageAriaLabel: "Imagem anterior",
217
+ nextImageAriaLabel: "Pr\xF3xima imagem",
218
+ zoomOutAriaLabel: "Diminuir zoom",
219
+ resetAriaLabel: "Redefinir",
220
+ zoomInAriaLabel: "Aumentar zoom",
221
+ rotateLeftAriaLabel: "Girar \xE0 esquerda",
222
+ rotateRightAriaLabel: "Girar \xE0 direita",
223
+ previewImageAriaLabel: "Imagem {index} de {total}"
224
+ },
225
+ imageEditor: {
226
+ selectImageText: "Selecionar imagem",
227
+ selectImageAriaLabel: "Selecionar imagem para recortar e enviar",
228
+ cropModalTitle: "Recortar imagem",
229
+ cropCancelText: "Cancelar",
230
+ cropConfirmText: "Confirmar recorte",
231
+ cropperDialogAriaLabel: "Recortador de imagem",
232
+ imageToCropAriaLabel: "Imagem a recortar",
233
+ moveCropAreaAriaLabel: "Mover \xE1rea de recorte",
234
+ resizeCropAreaAriaLabel: "Redimensionar \xE1rea de recorte {handle}",
235
+ resizeHandleNw: "superior esquerdo",
236
+ resizeHandleN: "superior",
237
+ resizeHandleNe: "superior direito",
238
+ resizeHandleE: "direito",
239
+ resizeHandleSe: "inferior direito",
240
+ resizeHandleS: "inferior",
241
+ resizeHandleSw: "inferior esquerdo",
242
+ resizeHandleW: "esquerdo",
243
+ loadingCropImageAriaLabel: "Carregando imagem para recorte",
244
+ loadErrorAriaLabel: "Falha ao carregar a imagem para recortar",
245
+ fileTooLargeText: "O arquivo excede {maxSize}",
246
+ fileTypeRejectedText: "Este tipo de arquivo n\xE3o \xE9 aceito",
247
+ annotationToolbarAriaLabel: "Ferramentas de anota\xE7\xE3o",
248
+ annotationEditorAriaLabel: "Editor de anota\xE7\xE3o de imagem",
249
+ annotationCanvasAriaLabel: "Tela de anota\xE7\xE3o",
250
+ loadingAnnotationImageAriaLabel: "Carregando imagem para anota\xE7\xE3o",
251
+ loadAnnotationErrorAriaLabel: "Falha ao carregar a imagem para anota\xE7\xE3o",
252
+ defaultAnnotationAlt: "Imagem para anotar",
253
+ annotationShapeAriaLabel: "anota\xE7\xE3o {type}",
254
+ annotationLabeledShapeAriaLabel: "{label}, anota\xE7\xE3o {type}",
255
+ selectToolText: "Selecionar",
256
+ rectangleToolText: "Ret\xE2ngulo",
257
+ ellipseToolText: "Elipse",
258
+ polygonToolText: "Pol\xEDgono",
259
+ freehandToolText: "M\xE3o livre",
260
+ deleteText: "Excluir"
261
+ },
262
+ status: {
263
+ tagCloseAriaLabel: "Fechar tag",
264
+ badgeLabel: "notifica\xE7\xE3o",
265
+ badgeCountLabel: "{count} notifica\xE7\xF5es"
478
266
  },
479
267
  taskBoard: {
480
268
  emptyColumnText: "Sem tarefas",
481
269
  addCardText: "Adicionar tarefa",
270
+ addColumnText: "Adicionar coluna",
271
+ newCardTitle: "Nova tarefa",
272
+ newColumnTitle: "Nova coluna",
273
+ unassignedSwimlaneText: "N\xE3o atribu\xEDdo",
482
274
  wipLimitText: "Limite WIP: {limit}",
483
275
  dragHintText: "Arraste para mover",
484
276
  boardAriaLabel: "Quadro de tarefas"
@@ -489,7 +281,8 @@ var ptBR = defineLocale({
489
281
  placeholder: "Digite uma mensagem",
490
282
  sendingText: "Enviando",
491
283
  sentText: "Entregue",
492
- failedText: "Falha ao enviar"
284
+ failedText: "Falha ao enviar",
285
+ messageListAriaLabel: "Lista de mensagens"
493
286
  },
494
287
  code: {
495
288
  copyLabel: "Copiar",
@@ -507,11 +300,17 @@ var ptBR = defineLocale({
507
300
  moreText: "Mais",
508
301
  loadMoreText: "Carregar mais",
509
302
  collapseRepliesText: "\u25BE Recolher respostas",
510
- expandRepliesText: "\u25B8 Expandir {count} respostas"
303
+ expandRepliesText: "\u25B8 Expandir {count} respostas",
304
+ listAriaLabel: "Lista de coment\xE1rios",
305
+ replySubmitText: "Enviar resposta",
306
+ remainingRepliesText: "Mostrar {count} restantes",
307
+ maxDepthReachedText: "Profundidade m\xE1xima de resposta atingida"
511
308
  },
512
309
  activityFeed: {
513
310
  emptyText: "Nenhuma atividade",
514
- loadingText: "Carregando..."
311
+ loadingText: "Carregando...",
312
+ listAriaLabel: "Atividade",
313
+ otherGroupTitle: "Outros"
515
314
  },
516
315
  notificationCenter: {
517
316
  title: "Notifica\xE7\xF5es",
@@ -522,10 +321,204 @@ var ptBR = defineLocale({
522
321
  readLabel: "Lidas",
523
322
  markAllReadText: "Marcar todas como lidas",
524
323
  markReadText: "Marcar como lida",
525
- markUnreadText: "Marcar como n\xE3o lida"
324
+ markUnreadText: "Marcar como n\xE3o lida",
325
+ defaultGroupTitle: "Padr\xE3o",
326
+ unreadCountText: "{count} n\xE3o lidas"
526
327
  },
527
328
  select: {
528
- doneText: "Concluir"
329
+ doneText: "Concluir",
330
+ placeholder: "Selecione uma op\xE7\xE3o",
331
+ emptyText: "Nenhuma op\xE7\xE3o encontrada",
332
+ searchPlaceholder: "Pesquisar",
333
+ clearAriaLabel: "Limpar sele\xE7\xE3o",
334
+ createOptionLabel: 'Criar "{label}"',
335
+ moreCountText: "+{count} mais",
336
+ loadingText: "Carregando...",
337
+ levelLabel: "N\xEDvel {level}",
338
+ backText: "Voltar",
339
+ expandAriaLabel: "Expandir",
340
+ collapseAriaLabel: "Recolher"
341
+ },
342
+ colorPicker: {
343
+ trigger: "Escolher cor",
344
+ panelTitle: "Cor",
345
+ clear: "Limpar",
346
+ hue: "Matiz",
347
+ saturation: "Satura\xE7\xE3o",
348
+ brightness: "Brilho",
349
+ alpha: "Opacidade",
350
+ value: "Valor da cor",
351
+ preview: "Pr\xE9via",
352
+ selectPreset: "Selecionar {color}",
353
+ done: "Conclu\xEDdo",
354
+ formatHex: "HEX",
355
+ formatRgb: "RGB",
356
+ formatHsl: "HSL",
357
+ swatches: "Amostras",
358
+ primaryGroup: "Prim\xE1ria",
359
+ accentGroup: "Destaque"
360
+ },
361
+ tabs: {
362
+ addTabAriaLabel: "Adicionar aba",
363
+ closeTabAriaLabel: "Fechar {label}",
364
+ tablistAriaLabel: "Abas"
365
+ },
366
+ rate: {
367
+ ariaLabel: "Avalia\xE7\xE3o",
368
+ valueText: "{value} estrelas"
369
+ },
370
+ avatarGroup: {
371
+ ariaLabel: "Grupo de avatares",
372
+ overflowAriaLabel: "mais {count}"
373
+ },
374
+ carousel: {
375
+ ariaLabel: "Carrossel",
376
+ roleDescription: "carrossel",
377
+ slideRoleDescription: "diapositivo",
378
+ navigationAriaLabel: "Navega\xE7\xE3o do carrossel",
379
+ previousSlideAriaLabel: "Slide anterior",
380
+ nextSlideAriaLabel: "Pr\xF3ximo slide",
381
+ pauseAriaLabel: "Pausar reprodu\xE7\xE3o autom\xE1tica",
382
+ playAriaLabel: "Iniciar reprodu\xE7\xE3o autom\xE1tica",
383
+ goToSlideAriaLabel: "Ir para o slide {index}",
384
+ slideAriaLabel: "Slide {index} de {total}"
385
+ },
386
+ transfer: {
387
+ sourceTitle: "Origem",
388
+ targetTitle: "Destino",
389
+ searchAriaLabel: "Pesquisar {title}",
390
+ itemsAriaLabel: "Itens de {title}",
391
+ moveToTargetAriaLabel: "Mover sele\xE7\xE3o para o destino",
392
+ moveToSourceAriaLabel: "Mover sele\xE7\xE3o para a origem",
393
+ selectAllAriaLabel: "Selecionar tudo em {title}"
394
+ },
395
+ chart: {
396
+ legendAriaLabel: "Legenda do gr\xE1fico",
397
+ pointAriaLabel: "Ponto {index}: ({x}, {y})",
398
+ seriesName: "S\xE9rie {index}",
399
+ sliceName: "Fatia {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: "Organograma",
406
+ ganttAriaLabel: "Gr\xE1fico de Gantt",
407
+ ganttTaskAriaLabel: "{label}, {start} at\xE9 {end}{progress}"
408
+ },
409
+ codeEditor: {
410
+ editorAriaLabel: "Editor de c\xF3digo"
411
+ },
412
+ markdownEditor: {
413
+ formattingToolbarAriaLabel: "Formata\xE7\xE3o Markdown",
414
+ modeToolbarAriaLabel: "Modo de visualiza\xE7\xE3o Markdown",
415
+ editorAriaLabel: "Editor Markdown",
416
+ previewAriaLabel: "Pr\xE9via Markdown",
417
+ editModeLabel: "Editar",
418
+ splitModeLabel: "Dividir",
419
+ previewModeLabel: "Pr\xE9via",
420
+ bold: "Negrito",
421
+ italic: "It\xE1lico",
422
+ strikethrough: "Tachado",
423
+ heading: "T\xEDtulo",
424
+ blockquote: "Cita\xE7\xE3o",
425
+ unorderedList: "Lista com marcadores",
426
+ orderedList: "Lista numerada",
427
+ inlineCode: "C\xF3digo em linha",
428
+ codeBlock: "Bloco de c\xF3digo",
429
+ link: "Liga\xE7\xE3o",
430
+ image: "Imagem",
431
+ table: "Tabela",
432
+ horizontalRule: "Linha horizontal",
433
+ placeholderStrong: "texto em negrito",
434
+ placeholderEmphasis: "\xEAnfase",
435
+ placeholderDeleted: "texto exclu\xEDdo",
436
+ placeholderCode: "c\xF3digo",
437
+ placeholderHeading: "T\xEDtulo",
438
+ placeholderQuote: "Cita\xE7\xE3o",
439
+ placeholderListItem: "Item da lista",
440
+ placeholderLinkText: "texto do link",
441
+ placeholderImageAlt: "texto alternativo",
442
+ placeholderTable: "| Coluna | Valor |\n| --- | --- |\n| Nome | Tigercat |"
443
+ },
444
+ richTextEditor: {
445
+ formattingToolbarAriaLabel: "Formata\xE7\xE3o de texto",
446
+ editorAriaLabel: "Editor de texto rico",
447
+ bold: "Negrito",
448
+ italic: "It\xE1lico",
449
+ underline: "Sublinhado",
450
+ strikethrough: "Tachado",
451
+ heading1: "T\xEDtulo 1",
452
+ heading2: "T\xEDtulo 2",
453
+ heading3: "T\xEDtulo 3",
454
+ bulletList: "Lista com marcadores",
455
+ orderedList: "Lista numerada",
456
+ blockquote: "Cita\xE7\xE3o",
457
+ codeBlock: "C\xF3digo",
458
+ link: "Liga\xE7\xE3o",
459
+ image: "Imagem",
460
+ horizontalRule: "Linha",
461
+ undo: "Desfazer",
462
+ redo: "Refazer",
463
+ clear: "Limpar formata\xE7\xE3o",
464
+ linkPrompt: "Inserir URL",
465
+ imagePrompt: "Inserir URL da imagem"
466
+ },
467
+ cronEditor: {
468
+ ariaLabel: "Editor Cron",
469
+ expressionAriaLabel: "Express\xE3o Cron",
470
+ presetAriaLabel: "Predefini\xE7\xE3o Cron",
471
+ presetPlaceholder: "Predefini\xE7\xE3o",
472
+ everyMinutePreset: "A cada minuto",
473
+ hourlyPreset: "A cada hora",
474
+ dailyPreset: "Diariamente",
475
+ weeklyPreset: "Semanalmente",
476
+ monthlyPreset: "Mensalmente",
477
+ minuteLabel: "Minuto",
478
+ hourLabel: "Hora",
479
+ dayOfMonthLabel: "Dia",
480
+ monthLabel: "M\xEAs",
481
+ dayOfWeekLabel: "Dia da semana",
482
+ modeAnyLabel: "Qualquer",
483
+ modeEveryLabel: "A cada",
484
+ modeSpecificLabel: "Espec\xEDfico",
485
+ modeRangeLabel: "Intervalo",
486
+ modeCustomLabel: "Personalizado",
487
+ modeAriaLabel: "Modo de {field}",
488
+ stepAriaLabel: "Passo de {field}",
489
+ valueAriaLabel: "Valor de {field}",
490
+ rangeStartAriaLabel: "In\xEDcio do intervalo de {field}",
491
+ rangeEndAriaLabel: "Fim do intervalo de {field}",
492
+ customValueAriaLabel: "Valor personalizado de {field}",
493
+ expressionFieldsError: "A express\xE3o Cron deve ter 5 campos",
494
+ fieldRequiredError: "{field} \xE9 obrigat\xF3rio",
495
+ invalidStepError: "{field} tem uma express\xE3o de passo inv\xE1lida",
496
+ stepRangeError: "O passo de {field} deve estar entre 1 e {max}",
497
+ fieldRangeError: "{field} deve estar entre {min} e {max}",
498
+ rangeOrderError: "O in\xEDcio do intervalo de {field} deve ser menor ou igual ao fim",
499
+ invalidFieldError: "{field} deve ser *, um n\xFAmero, um intervalo, um passo ou uma lista separada por v\xEDrgulas"
500
+ },
501
+ formValidation: {
502
+ required: "Este campo \xE9 obrigat\xF3rio",
503
+ typeString: "O valor deve ser uma string",
504
+ typeNumber: "O valor deve ser um n\xFAmero",
505
+ typeBoolean: "O valor deve ser um booleano",
506
+ typeArray: "O valor deve ser um array",
507
+ typeObject: "O valor deve ser um objeto",
508
+ email: "Informe um e-mail v\xE1lido",
509
+ phone: "Informe um telefone v\xE1lido",
510
+ url: "Informe uma URL v\xE1lida",
511
+ date: "Informe uma data v\xE1lida",
512
+ idCard: "Informe um n\xFAmero de documento v\xE1lido",
513
+ minLength: "O comprimento m\xEDnimo \xE9 {min} caracteres",
514
+ maxLength: "O comprimento m\xE1ximo \xE9 {max} caracteres",
515
+ minValue: "O valor m\xEDnimo \xE9 {min}",
516
+ maxValue: "O valor m\xE1ximo \xE9 {max}",
517
+ minItems: "S\xE3o necess\xE1rios pelo menos {min} itens",
518
+ maxItems: "S\xE3o permitidos no m\xE1ximo {max} itens",
519
+ patternMismatch: "O valor n\xE3o corresponde ao padr\xE3o exigido",
520
+ validatorFailed: "A valida\xE7\xE3o falhou",
521
+ validatorError: "Ocorreu um erro de valida\xE7\xE3o"
529
522
  },
530
523
  inputOtp: {
531
524
  groupLabel: "Senha de uso \xFAnico",
@@ -534,8 +527,75 @@ var ptBR = defineLocale({
534
527
  tagsInput: {
535
528
  removeTagLabel: "Remover {tag}",
536
529
  clearAllLabel: "Limpar todas as tags"
530
+ },
531
+ input: {
532
+ clearAriaLabel: "Limpar entrada",
533
+ showPasswordAriaLabel: "Mostrar senha",
534
+ hidePasswordAriaLabel: "Ocultar senha"
535
+ },
536
+ inputNumber: {
537
+ incrementAriaLabel: "Aumentar",
538
+ decrementAriaLabel: "Diminuir",
539
+ emptyAriaValueText: "Vazio"
540
+ },
541
+ slider: {
542
+ ariaLabel: "Controle deslizante",
543
+ minAriaLabel: "Valor m\xEDnimo",
544
+ maxAriaLabel: "Valor m\xE1ximo"
545
+ },
546
+ stepper: {
547
+ ariaLabel: "Seletor num\xE9rico",
548
+ valueAriaLabel: "Valor",
549
+ incrementAriaLabel: "Aumentar",
550
+ decrementAriaLabel: "Diminuir"
551
+ },
552
+ signature: {
553
+ ariaLabel: "\xC1rea de assinatura",
554
+ undoText: "Desfazer"
555
+ },
556
+ numberKeyboard: {
557
+ ariaLabel: "Teclado num\xE9rico",
558
+ deleteText: "Apagar",
559
+ decimalAriaLabel: "Separador decimal",
560
+ idCardXAriaLabel: "X do documento"
561
+ },
562
+ breadcrumb: {
563
+ ariaLabel: "Trilha de navega\xE7\xE3o",
564
+ expandAriaLabel: "Mostrar itens recolhidos"
565
+ },
566
+ pageHeader: {
567
+ backAriaLabel: "Voltar"
568
+ },
569
+ backTop: {
570
+ ariaLabel: "Voltar ao topo"
571
+ },
572
+ anchor: {
573
+ ariaLabel: "Nesta p\xE1gina"
574
+ },
575
+ floatButton: {
576
+ ariaLabel: "Adicionar"
577
+ },
578
+ spotlight: {
579
+ title: "Paleta de comandos",
580
+ placeholder: "Pesquisar"
581
+ },
582
+ scrollSpy: {
583
+ ariaLabel: "Navega\xE7\xE3o das se\xE7\xF5es"
584
+ },
585
+ steps: {
586
+ ariaLabel: "Etapas",
587
+ waitStatus: "Pendente",
588
+ processStatus: "Atual",
589
+ finishStatus: "Conclu\xEDdo",
590
+ errorStatus: "Erro"
591
+ },
592
+ tree: {
593
+ ariaLabel: "\xC1rvore",
594
+ selectNode: "Selecionar {label}",
595
+ expand: "Expandir",
596
+ collapse: "Recolher"
537
597
  }
538
- });
598
+ };
539
599
  var pt_BR_default = ptBR;
540
600
  export {
541
601
  pt_BR_default as default,