@expcat/tigercat-core 2.1.2 → 2.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -0
- package/dist/{data-export-CLWdsrRn.d.ts → data-export-D01yjggE.d.ts} +18 -7
- package/dist/datepicker-locales/ar-SA.d.ts +2 -1
- package/dist/datepicker-locales/ar-SA.js +8 -1
- package/dist/datepicker-locales/de-DE.d.ts +2 -1
- package/dist/datepicker-locales/de-DE.js +8 -1
- package/dist/datepicker-locales/en-US.d.ts +2 -1
- package/dist/datepicker-locales/en-US.js +3 -1
- package/dist/datepicker-locales/es-ES.d.ts +2 -1
- package/dist/datepicker-locales/es-ES.js +8 -1
- package/dist/datepicker-locales/fr-FR.d.ts +2 -1
- package/dist/datepicker-locales/fr-FR.js +8 -1
- package/dist/datepicker-locales/id-ID.d.ts +2 -1
- package/dist/datepicker-locales/id-ID.js +8 -1
- package/dist/datepicker-locales/ja-JP.d.ts +2 -1
- package/dist/datepicker-locales/ja-JP.js +8 -1
- package/dist/datepicker-locales/ko-KR.d.ts +2 -1
- package/dist/datepicker-locales/ko-KR.js +8 -1
- package/dist/datepicker-locales/pt-BR.d.ts +2 -1
- package/dist/datepicker-locales/pt-BR.js +8 -1
- package/dist/datepicker-locales/registry.d.ts +2 -1
- package/dist/datepicker-locales/registry.js +94 -13
- package/dist/datepicker-locales/th-TH.d.ts +2 -1
- package/dist/datepicker-locales/th-TH.js +8 -1
- package/dist/datepicker-locales/vi-VN.d.ts +2 -1
- package/dist/datepicker-locales/vi-VN.js +8 -1
- package/dist/datepicker-locales/zh-CN.d.ts +2 -1
- package/dist/datepicker-locales/zh-CN.js +3 -1
- package/dist/datepicker-locales/zh-TW.d.ts +2 -1
- package/dist/datepicker-locales/zh-TW.js +8 -1
- package/dist/icons/common.d.ts +2 -2
- package/dist/icons/common.js +14 -8
- package/dist/index.d.ts +10303 -5381
- package/dist/index.js +30994 -16436
- package/dist/locale-qoiGEqe_.d.ts +1507 -0
- package/dist/locales/ar-SA.d.ts +2 -2
- package/dist/locales/ar-SA.js +448 -442
- package/dist/locales/de-DE.d.ts +2 -2
- package/dist/locales/de-DE.js +456 -450
- package/dist/locales/en-US.d.ts +2 -2
- package/dist/locales/en-US.js +259 -62
- package/dist/locales/es-ES.d.ts +2 -2
- package/dist/locales/es-ES.js +450 -444
- package/dist/locales/fr-FR.d.ts +2 -2
- package/dist/locales/fr-FR.js +453 -447
- package/dist/locales/id-ID.d.ts +3 -3
- package/dist/locales/id-ID.js +471 -448
- package/dist/locales/ja-JP.d.ts +3 -3
- package/dist/locales/ja-JP.js +465 -442
- package/dist/locales/ko-KR.d.ts +3 -3
- package/dist/locales/ko-KR.js +465 -442
- package/dist/locales/pt-BR.d.ts +2 -2
- package/dist/locales/pt-BR.js +452 -446
- package/dist/locales/th-TH.d.ts +3 -3
- package/dist/locales/th-TH.js +467 -444
- package/dist/locales/vi-VN.d.ts +3 -3
- package/dist/locales/vi-VN.js +467 -444
- package/dist/locales/zh-CN.d.ts +2 -2
- package/dist/locales/zh-CN.js +257 -60
- package/dist/locales/zh-TW.d.ts +3 -3
- package/dist/locales/zh-TW.js +467 -444
- package/dist/{table-CHeBgM_2.d.ts → table-R9Yp1aVa.d.ts} +77 -54
- package/dist/tailwind/modern.js +1364 -150
- package/dist/{tailwind-entry-nnuviNxx.d.ts → tailwind-entry-C26Y3TZG.d.ts} +13 -10
- package/dist/tailwind.d.ts +1 -1
- package/dist/tailwind.js +1406 -136
- package/dist/utils/data-export.d.ts +19 -5
- package/dist/utils/data-export.js +138 -13
- package/dist/utils/table-export.d.ts +21 -12
- package/dist/utils/table-export.js +75 -46
- package/package.json +1 -1
- package/tokens/figma-variables.json +223 -147
- package/tokens/tokens.css +224 -57
- package/tokens/tokens.json +205 -31
- package/dist/datepicker-Digy7Stt.d.ts +0 -201
- package/dist/locale-KMGxL6bT.d.ts +0 -625
- package/tokens/tailwind-tokens.js +0 -145
package/dist/locales/pt-BR.js
CHANGED
|
@@ -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/pt-BR.ts
|
|
429
2
|
var PT_BR_DATEPICKER_LOCALE = {
|
|
430
3
|
locale: "pt-BR",
|
|
431
4
|
labels: {
|
|
5
|
+
placeholder: "Selecionar data",
|
|
6
|
+
rangePlaceholder: "Selecionar intervalo",
|
|
432
7
|
today: "Hoje",
|
|
433
8
|
ok: "OK",
|
|
434
9
|
calendar: "Calend\xE1rio",
|
|
435
10
|
toggleCalendar: "Abrir calend\xE1rio",
|
|
436
11
|
clearDate: "Limpar data",
|
|
437
12
|
previousMonth: "M\xEAs anterior",
|
|
438
|
-
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"
|
|
439
19
|
}
|
|
440
20
|
};
|
|
441
21
|
|
|
442
22
|
// src/utils/i18n/locales/pt-BR.ts
|
|
443
|
-
var ptBR =
|
|
23
|
+
var ptBR = {
|
|
444
24
|
locale: "pt-BR",
|
|
445
25
|
direction: "ltr",
|
|
446
26
|
datePicker: PT_BR_DATEPICKER_LOCALE,
|
|
@@ -450,39 +30,90 @@ var ptBR = defineLocale({
|
|
|
450
30
|
closeText: "Fechar",
|
|
451
31
|
loadingText: "Carregando...",
|
|
452
32
|
emptyText: "Sem dados",
|
|
453
|
-
noMoreText: "
|
|
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"
|
|
454
47
|
},
|
|
455
48
|
modal: {
|
|
456
49
|
closeAriaLabel: "Fechar",
|
|
457
50
|
okText: "OK",
|
|
458
|
-
cancelText: "Cancelar"
|
|
51
|
+
cancelText: "Cancelar",
|
|
52
|
+
dialogAriaLabel: "Di\xE1logo"
|
|
459
53
|
},
|
|
460
54
|
drawer: {
|
|
461
|
-
closeAriaLabel: "Fechar"
|
|
55
|
+
closeAriaLabel: "Fechar",
|
|
56
|
+
dialogAriaLabel: "Gaveta"
|
|
57
|
+
},
|
|
58
|
+
alert: {
|
|
59
|
+
closeAriaLabel: "Fechar alerta"
|
|
462
60
|
},
|
|
463
61
|
qrcode: {
|
|
464
62
|
ariaLabel: "C\xF3digo QR",
|
|
465
|
-
expiredText: "
|
|
63
|
+
expiredText: "O c\xF3digo QR expirou",
|
|
466
64
|
refreshText: "Atualizar",
|
|
467
65
|
loadingText: "Carregando..."
|
|
468
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
|
+
},
|
|
469
91
|
timeline: {
|
|
470
92
|
pendingText: "Carregando..."
|
|
471
93
|
},
|
|
94
|
+
progress: {
|
|
95
|
+
ariaLabel: "Progresso"
|
|
96
|
+
},
|
|
97
|
+
splitter: {
|
|
98
|
+
gutterAriaLabel: "Redimensionar pain\xE9is {index}"
|
|
99
|
+
},
|
|
100
|
+
resizable: {
|
|
101
|
+
handleAriaLabel: "Redimensionar {handle}"
|
|
102
|
+
},
|
|
472
103
|
upload: {
|
|
473
104
|
dragAreaAriaLabel: "Enviar arquivo clicando ou arrastando",
|
|
474
105
|
buttonAriaLabel: "Enviar arquivo",
|
|
475
106
|
clickToUploadText: "Clique para enviar",
|
|
476
107
|
dragAndDropText: "ou arraste e solte",
|
|
477
108
|
acceptInfoText: "Aceito: {accept}",
|
|
478
|
-
maxSizeInfoText: "Tamanho m\
|
|
109
|
+
maxSizeInfoText: "Tamanho m\xE1x.: {maxSize}",
|
|
479
110
|
selectFileText: "Selecionar arquivo",
|
|
480
111
|
uploadedFilesAriaLabel: "Arquivos enviados",
|
|
481
112
|
successAriaLabel: "Sucesso",
|
|
482
113
|
errorAriaLabel: "Erro",
|
|
483
114
|
uploadingAriaLabel: "Enviando",
|
|
484
115
|
removeFileAriaLabel: "Remover {fileName}",
|
|
485
|
-
previewFileAriaLabel: "
|
|
116
|
+
previewFileAriaLabel: "Visualizar {fileName}"
|
|
486
117
|
},
|
|
487
118
|
pagination: {
|
|
488
119
|
totalText: "Total de {total} itens",
|
|
@@ -492,7 +123,9 @@ var ptBR = defineLocale({
|
|
|
492
123
|
prevPageAriaLabel: "P\xE1gina anterior",
|
|
493
124
|
nextPageAriaLabel: "Pr\xF3xima p\xE1gina",
|
|
494
125
|
pageAriaLabel: "P\xE1gina {page}",
|
|
495
|
-
pageIndicatorText: "P\xE1gina {current} de {total}"
|
|
126
|
+
pageIndicatorText: "P\xE1gina {current} de {total}",
|
|
127
|
+
paginationAriaLabel: "Pagina\xE7\xE3o",
|
|
128
|
+
pageSizeAriaLabel: "Itens por p\xE1gina"
|
|
496
129
|
},
|
|
497
130
|
table: {
|
|
498
131
|
emptyText: "Sem dados",
|
|
@@ -511,16 +144,133 @@ var ptBR = defineLocale({
|
|
|
511
144
|
columnSettingsText: "Configura\xE7\xF5es de colunas",
|
|
512
145
|
columnSettingsAriaLabel: "Configura\xE7\xF5es de colunas",
|
|
513
146
|
lockColumnAriaLabel: "Bloquear coluna {column}",
|
|
514
|
-
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"
|
|
515
183
|
},
|
|
516
184
|
formWizard: {
|
|
517
185
|
prevText: "Anterior",
|
|
518
186
|
nextText: "Pr\xF3ximo",
|
|
519
|
-
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"
|
|
520
266
|
},
|
|
521
267
|
taskBoard: {
|
|
522
268
|
emptyColumnText: "Sem tarefas",
|
|
523
269
|
addCardText: "Adicionar tarefa",
|
|
270
|
+
addColumnText: "Adicionar coluna",
|
|
271
|
+
newCardTitle: "Nova tarefa",
|
|
272
|
+
newColumnTitle: "Nova coluna",
|
|
273
|
+
unassignedSwimlaneText: "N\xE3o atribu\xEDdo",
|
|
524
274
|
wipLimitText: "Limite WIP: {limit}",
|
|
525
275
|
dragHintText: "Arraste para mover",
|
|
526
276
|
boardAriaLabel: "Quadro de tarefas"
|
|
@@ -531,7 +281,8 @@ var ptBR = defineLocale({
|
|
|
531
281
|
placeholder: "Digite uma mensagem",
|
|
532
282
|
sendingText: "Enviando",
|
|
533
283
|
sentText: "Entregue",
|
|
534
|
-
failedText: "Falha ao enviar"
|
|
284
|
+
failedText: "Falha ao enviar",
|
|
285
|
+
messageListAriaLabel: "Lista de mensagens"
|
|
535
286
|
},
|
|
536
287
|
code: {
|
|
537
288
|
copyLabel: "Copiar",
|
|
@@ -549,11 +300,17 @@ var ptBR = defineLocale({
|
|
|
549
300
|
moreText: "Mais",
|
|
550
301
|
loadMoreText: "Carregar mais",
|
|
551
302
|
collapseRepliesText: "\u25BE Recolher respostas",
|
|
552
|
-
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"
|
|
553
308
|
},
|
|
554
309
|
activityFeed: {
|
|
555
310
|
emptyText: "Nenhuma atividade",
|
|
556
|
-
loadingText: "Carregando..."
|
|
311
|
+
loadingText: "Carregando...",
|
|
312
|
+
listAriaLabel: "Atividade",
|
|
313
|
+
otherGroupTitle: "Outros"
|
|
557
314
|
},
|
|
558
315
|
notificationCenter: {
|
|
559
316
|
title: "Notifica\xE7\xF5es",
|
|
@@ -564,22 +321,204 @@ var ptBR = defineLocale({
|
|
|
564
321
|
readLabel: "Lidas",
|
|
565
322
|
markAllReadText: "Marcar todas como lidas",
|
|
566
323
|
markReadText: "Marcar como lida",
|
|
567
|
-
markUnreadText: "Marcar como n\xE3o lida"
|
|
324
|
+
markUnreadText: "Marcar como n\xE3o lida",
|
|
325
|
+
defaultGroupTitle: "Padr\xE3o",
|
|
326
|
+
unreadCountText: "{count} n\xE3o lidas"
|
|
568
327
|
},
|
|
569
328
|
select: {
|
|
570
329
|
doneText: "Concluir",
|
|
571
330
|
placeholder: "Selecione uma op\xE7\xE3o",
|
|
572
|
-
emptyText: "Nenhuma op\xE7\xE3o encontrada"
|
|
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"
|
|
573
341
|
},
|
|
574
342
|
colorPicker: {
|
|
575
343
|
trigger: "Escolher cor",
|
|
576
344
|
panelTitle: "Cor",
|
|
577
345
|
clear: "Limpar",
|
|
578
346
|
hue: "Matiz",
|
|
579
|
-
|
|
347
|
+
saturation: "Satura\xE7\xE3o",
|
|
348
|
+
brightness: "Brilho",
|
|
349
|
+
alpha: "Opacidade",
|
|
580
350
|
value: "Valor da cor",
|
|
581
351
|
preview: "Pr\xE9via",
|
|
582
|
-
selectPreset: "Selecionar {color}"
|
|
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"
|
|
583
522
|
},
|
|
584
523
|
inputOtp: {
|
|
585
524
|
groupLabel: "Senha de uso \xFAnico",
|
|
@@ -588,8 +527,75 @@ var ptBR = defineLocale({
|
|
|
588
527
|
tagsInput: {
|
|
589
528
|
removeTagLabel: "Remover {tag}",
|
|
590
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"
|
|
591
597
|
}
|
|
592
|
-
}
|
|
598
|
+
};
|
|
593
599
|
var pt_BR_default = ptBR;
|
|
594
600
|
export {
|
|
595
601
|
pt_BR_default as default,
|