@expcat/tigercat-core 2.1.2 → 2.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +10277 -5385
- package/dist/index.js +30920 -16435
- 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/en-US.d.ts
CHANGED
package/dist/locales/en-US.js
CHANGED
|
@@ -1,34 +1,3 @@
|
|
|
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
1
|
// src/utils/i18n/datepicker-locales/en-US.ts
|
|
33
2
|
var EN_US_DATEPICKER_LOCALE = {
|
|
34
3
|
locale: "en-US",
|
|
@@ -44,7 +13,9 @@ var EN_US_DATEPICKER_LOCALE = {
|
|
|
44
13
|
nextMonth: "Next month",
|
|
45
14
|
year: "Year",
|
|
46
15
|
month: "Month",
|
|
47
|
-
day: "Day"
|
|
16
|
+
day: "Day",
|
|
17
|
+
start: "Start",
|
|
18
|
+
end: "End"
|
|
48
19
|
}
|
|
49
20
|
};
|
|
50
21
|
|
|
@@ -60,7 +31,12 @@ var enUS = {
|
|
|
60
31
|
emptyText: "No data",
|
|
61
32
|
noMoreText: "No more data",
|
|
62
33
|
searchPlaceholder: "Search",
|
|
63
|
-
clearText: "Clear"
|
|
34
|
+
clearText: "Clear",
|
|
35
|
+
closeMessageAriaLabel: "Close message",
|
|
36
|
+
closeNotificationAriaLabel: "Close notification",
|
|
37
|
+
sidebarAriaLabel: "Sidebar",
|
|
38
|
+
moreOptionsText: "More options",
|
|
39
|
+
confirmTitle: "Are you sure you want to continue?"
|
|
64
40
|
},
|
|
65
41
|
empty: {
|
|
66
42
|
noData: "No data",
|
|
@@ -71,10 +47,15 @@ var enUS = {
|
|
|
71
47
|
modal: {
|
|
72
48
|
closeAriaLabel: "Close",
|
|
73
49
|
okText: "OK",
|
|
74
|
-
cancelText: "Cancel"
|
|
50
|
+
cancelText: "Cancel",
|
|
51
|
+
dialogAriaLabel: "Dialog"
|
|
75
52
|
},
|
|
76
53
|
drawer: {
|
|
77
|
-
closeAriaLabel: "Close"
|
|
54
|
+
closeAriaLabel: "Close",
|
|
55
|
+
dialogAriaLabel: "Drawer"
|
|
56
|
+
},
|
|
57
|
+
alert: {
|
|
58
|
+
closeAriaLabel: "Close alert"
|
|
78
59
|
},
|
|
79
60
|
qrcode: {
|
|
80
61
|
ariaLabel: "QR Code",
|
|
@@ -82,10 +63,57 @@ var enUS = {
|
|
|
82
63
|
refreshText: "Refresh",
|
|
83
64
|
loadingText: "Loading..."
|
|
84
65
|
},
|
|
66
|
+
marquee: {
|
|
67
|
+
ariaLabel: "Scrolling content"
|
|
68
|
+
},
|
|
69
|
+
image: {
|
|
70
|
+
previewAriaLabel: "Preview {alt}",
|
|
71
|
+
previewFallbackAlt: "image",
|
|
72
|
+
groupAriaLabel: "Image group"
|
|
73
|
+
},
|
|
74
|
+
imageCompare: {
|
|
75
|
+
ariaLabel: "Image comparison"
|
|
76
|
+
},
|
|
77
|
+
descriptions: {
|
|
78
|
+
colon: ":"
|
|
79
|
+
},
|
|
80
|
+
list: {
|
|
81
|
+
avatarAlt: "Avatar",
|
|
82
|
+
dragHandleAriaLabel: "Reorder"
|
|
83
|
+
},
|
|
84
|
+
scrollArea: {
|
|
85
|
+
ariaLabel: "Scrollable region"
|
|
86
|
+
},
|
|
87
|
+
printLayout: {
|
|
88
|
+
pageBreak: "Page Break"
|
|
89
|
+
},
|
|
85
90
|
timeline: {
|
|
86
91
|
pendingText: "Loading..."
|
|
87
92
|
},
|
|
88
|
-
|
|
93
|
+
progress: {
|
|
94
|
+
ariaLabel: "Progress"
|
|
95
|
+
},
|
|
96
|
+
splitter: {
|
|
97
|
+
gutterAriaLabel: "Resize panes {index}"
|
|
98
|
+
},
|
|
99
|
+
resizable: {
|
|
100
|
+
handleAriaLabel: "Resize {handle}"
|
|
101
|
+
},
|
|
102
|
+
upload: {
|
|
103
|
+
dragAreaAriaLabel: "Upload file by clicking or dragging",
|
|
104
|
+
buttonAriaLabel: "Upload file",
|
|
105
|
+
clickToUploadText: "Click to upload",
|
|
106
|
+
dragAndDropText: "or drag and drop",
|
|
107
|
+
acceptInfoText: "Accepted: {accept}",
|
|
108
|
+
maxSizeInfoText: "Max size: {maxSize}",
|
|
109
|
+
selectFileText: "Select File",
|
|
110
|
+
uploadedFilesAriaLabel: "Uploaded files",
|
|
111
|
+
successAriaLabel: "Success",
|
|
112
|
+
errorAriaLabel: "Error",
|
|
113
|
+
uploadingAriaLabel: "Uploading",
|
|
114
|
+
removeFileAriaLabel: "Remove {fileName}",
|
|
115
|
+
previewFileAriaLabel: "Preview {fileName}"
|
|
116
|
+
},
|
|
89
117
|
pagination: {
|
|
90
118
|
totalText: "Total {total} items",
|
|
91
119
|
itemsPerPageText: "/ page",
|
|
@@ -94,7 +122,9 @@ var enUS = {
|
|
|
94
122
|
prevPageAriaLabel: "Previous page",
|
|
95
123
|
nextPageAriaLabel: "Next page",
|
|
96
124
|
pageAriaLabel: "Page {page}",
|
|
97
|
-
pageIndicatorText: "Page {current} of {total}"
|
|
125
|
+
pageIndicatorText: "Page {current} of {total}",
|
|
126
|
+
paginationAriaLabel: "Pagination",
|
|
127
|
+
pageSizeAriaLabel: "Items per page"
|
|
98
128
|
},
|
|
99
129
|
table: {
|
|
100
130
|
emptyText: "No data",
|
|
@@ -121,39 +151,62 @@ var enUS = {
|
|
|
121
151
|
exportCsvAriaLabel: "Export to CSV",
|
|
122
152
|
exportExcelAriaLabel: "Export to Excel",
|
|
123
153
|
expandRowAriaLabel: "Expand row",
|
|
124
|
-
collapseRowAriaLabel: "Collapse row"
|
|
154
|
+
collapseRowAriaLabel: "Collapse row",
|
|
155
|
+
sortMenuAriaLabel: "Sort",
|
|
156
|
+
filterColumnAriaLabel: "Filter {column}",
|
|
157
|
+
groupHeaderText: "{key} ({count})"
|
|
125
158
|
},
|
|
126
159
|
dataExport: {
|
|
127
160
|
triggerText: "Export",
|
|
128
161
|
triggerAriaLabel: "Export data",
|
|
129
162
|
xlsxText: "Export Excel",
|
|
130
163
|
markdownText: "Export Markdown",
|
|
131
|
-
|
|
164
|
+
csvText: "Export CSV",
|
|
165
|
+
exportingText: "Exporting...",
|
|
166
|
+
errorText: "Export failed"
|
|
132
167
|
},
|
|
133
168
|
datePicker: EN_US_DATEPICKER_LOCALE,
|
|
134
|
-
timePicker:
|
|
169
|
+
timePicker: {
|
|
170
|
+
hour: "Hour",
|
|
171
|
+
minute: "Min",
|
|
172
|
+
second: "Sec",
|
|
173
|
+
period: "Period",
|
|
174
|
+
now: "Now",
|
|
175
|
+
ok: "OK",
|
|
176
|
+
start: "Start",
|
|
177
|
+
end: "End",
|
|
178
|
+
clear: "Clear time",
|
|
179
|
+
toggle: "Toggle time picker",
|
|
180
|
+
dialog: "Time picker",
|
|
181
|
+
selectTime: "Select time",
|
|
182
|
+
selectTimeRange: "Select time range"
|
|
183
|
+
},
|
|
135
184
|
formWizard: {
|
|
136
185
|
prevText: "Previous",
|
|
137
186
|
nextText: "Next",
|
|
138
|
-
finishText: "Finish"
|
|
187
|
+
finishText: "Finish",
|
|
188
|
+
ariaLabel: "Form wizard",
|
|
189
|
+
skippedText: "Skipped"
|
|
139
190
|
},
|
|
140
191
|
tour: {
|
|
141
192
|
prevText: "Previous",
|
|
142
193
|
nextText: "Next",
|
|
143
194
|
finishText: "Finish",
|
|
144
|
-
closeAriaLabel: "Close tour"
|
|
195
|
+
closeAriaLabel: "Close tour",
|
|
196
|
+
dialogAriaLabel: "Tour"
|
|
145
197
|
},
|
|
146
198
|
calendar: {
|
|
147
199
|
previousMonth: "Previous month",
|
|
148
200
|
nextMonth: "Next month",
|
|
149
201
|
previousYear: "Previous year",
|
|
150
|
-
nextYear: "Next year"
|
|
151
|
-
yearSelectAriaLabel: "Year",
|
|
152
|
-
monthSelectAriaLabel: "Month",
|
|
153
|
-
daySelectAriaLabel: "Day"
|
|
202
|
+
nextYear: "Next year"
|
|
154
203
|
},
|
|
155
204
|
fileManager: {
|
|
156
|
-
rootText: "Root"
|
|
205
|
+
rootText: "Root",
|
|
206
|
+
pathAriaLabel: "File path",
|
|
207
|
+
listboxAriaLabel: "Files",
|
|
208
|
+
searchAriaLabel: "Search files",
|
|
209
|
+
emptyText: "Empty folder"
|
|
157
210
|
},
|
|
158
211
|
imageViewer: {
|
|
159
212
|
dialogAriaLabel: "Image viewer",
|
|
@@ -166,7 +219,8 @@ var enUS = {
|
|
|
166
219
|
resetAriaLabel: "Reset",
|
|
167
220
|
zoomInAriaLabel: "Zoom in",
|
|
168
221
|
rotateLeftAriaLabel: "Rotate left",
|
|
169
|
-
rotateRightAriaLabel: "Rotate right"
|
|
222
|
+
rotateRightAriaLabel: "Rotate right",
|
|
223
|
+
previewImageAriaLabel: "Image {index} of {total}"
|
|
170
224
|
},
|
|
171
225
|
imageEditor: {
|
|
172
226
|
selectImageText: "Select image",
|
|
@@ -178,11 +232,26 @@ var enUS = {
|
|
|
178
232
|
imageToCropAriaLabel: "Image to crop",
|
|
179
233
|
moveCropAreaAriaLabel: "Move crop area",
|
|
180
234
|
resizeCropAreaAriaLabel: "Resize crop area {handle}",
|
|
235
|
+
resizeHandleNw: "top-left",
|
|
236
|
+
resizeHandleN: "top",
|
|
237
|
+
resizeHandleNe: "top-right",
|
|
238
|
+
resizeHandleE: "right",
|
|
239
|
+
resizeHandleSe: "bottom-right",
|
|
240
|
+
resizeHandleS: "bottom",
|
|
241
|
+
resizeHandleSw: "bottom-left",
|
|
242
|
+
resizeHandleW: "left",
|
|
181
243
|
loadingCropImageAriaLabel: "Loading image for cropping",
|
|
244
|
+
loadErrorAriaLabel: "Failed to load image for cropping",
|
|
245
|
+
fileTooLargeText: "File size exceeds {maxSize}",
|
|
246
|
+
fileTypeRejectedText: "This file type is not accepted",
|
|
182
247
|
annotationToolbarAriaLabel: "Annotation tools",
|
|
183
248
|
annotationEditorAriaLabel: "Image annotation editor",
|
|
184
249
|
annotationCanvasAriaLabel: "Image annotation canvas",
|
|
185
250
|
loadingAnnotationImageAriaLabel: "Loading image for annotation",
|
|
251
|
+
loadAnnotationErrorAriaLabel: "Failed to load image for annotation",
|
|
252
|
+
defaultAnnotationAlt: "Image to annotate",
|
|
253
|
+
annotationShapeAriaLabel: "{type} annotation",
|
|
254
|
+
annotationLabeledShapeAriaLabel: "{label}, {type} annotation",
|
|
186
255
|
selectToolText: "Select",
|
|
187
256
|
rectangleToolText: "Rectangle",
|
|
188
257
|
ellipseToolText: "Ellipse",
|
|
@@ -193,12 +262,15 @@ var enUS = {
|
|
|
193
262
|
status: {
|
|
194
263
|
tagCloseAriaLabel: "Close tag",
|
|
195
264
|
badgeLabel: "notification",
|
|
196
|
-
badgeCountLabel: "{count}
|
|
265
|
+
badgeCountLabel: "{count} notification{plural}"
|
|
197
266
|
},
|
|
198
267
|
taskBoard: {
|
|
199
268
|
emptyColumnText: "No tasks",
|
|
200
269
|
addCardText: "Add task",
|
|
201
270
|
addColumnText: "Add column",
|
|
271
|
+
newCardTitle: "New task",
|
|
272
|
+
newColumnTitle: "New column",
|
|
273
|
+
unassignedSwimlaneText: "Unassigned",
|
|
202
274
|
wipLimitText: "WIP limit: {limit}",
|
|
203
275
|
dragHintText: "Drag to move",
|
|
204
276
|
boardAriaLabel: "Task Board"
|
|
@@ -209,7 +281,8 @@ var enUS = {
|
|
|
209
281
|
placeholder: "Type a message",
|
|
210
282
|
sendingText: "Sending",
|
|
211
283
|
sentText: "Delivered",
|
|
212
|
-
failedText: "Failed to send"
|
|
284
|
+
failedText: "Failed to send",
|
|
285
|
+
messageListAriaLabel: "Message list"
|
|
213
286
|
},
|
|
214
287
|
code: {
|
|
215
288
|
copyLabel: "Copy",
|
|
@@ -227,11 +300,17 @@ var enUS = {
|
|
|
227
300
|
moreText: "More",
|
|
228
301
|
loadMoreText: "Load more",
|
|
229
302
|
collapseRepliesText: "\u25BE Collapse replies",
|
|
230
|
-
expandRepliesText: "\u25B8 Expand {count} replies"
|
|
303
|
+
expandRepliesText: "\u25B8 Expand {count} replies",
|
|
304
|
+
listAriaLabel: "Comment thread",
|
|
305
|
+
replySubmitText: "Send reply",
|
|
306
|
+
remainingRepliesText: "Show remaining {count}",
|
|
307
|
+
maxDepthReachedText: "Maximum reply depth reached"
|
|
231
308
|
},
|
|
232
309
|
activityFeed: {
|
|
233
310
|
emptyText: "No activity",
|
|
234
|
-
loadingText: "Loading..."
|
|
311
|
+
loadingText: "Loading...",
|
|
312
|
+
listAriaLabel: "Activity",
|
|
313
|
+
otherGroupTitle: "Other"
|
|
235
314
|
},
|
|
236
315
|
notificationCenter: {
|
|
237
316
|
title: "Notifications",
|
|
@@ -242,40 +321,65 @@ var enUS = {
|
|
|
242
321
|
readLabel: "Read",
|
|
243
322
|
markAllReadText: "Mark all as read",
|
|
244
323
|
markReadText: "Mark as read",
|
|
245
|
-
markUnreadText: "Mark as unread"
|
|
324
|
+
markUnreadText: "Mark as unread",
|
|
325
|
+
defaultGroupTitle: "Default",
|
|
326
|
+
unreadCountText: "{count} unread"
|
|
246
327
|
},
|
|
247
328
|
select: {
|
|
248
329
|
doneText: "Done",
|
|
249
330
|
placeholder: "Select an option",
|
|
250
|
-
emptyText: "No options found"
|
|
331
|
+
emptyText: "No options found",
|
|
332
|
+
searchPlaceholder: "Search",
|
|
333
|
+
clearAriaLabel: "Clear selection",
|
|
334
|
+
createOptionLabel: 'Create "{label}"',
|
|
335
|
+
moreCountText: "+{count} more",
|
|
336
|
+
loadingText: "Loading...",
|
|
337
|
+
levelLabel: "Level {level}",
|
|
338
|
+
backText: "Back",
|
|
339
|
+
expandAriaLabel: "Expand",
|
|
340
|
+
collapseAriaLabel: "Collapse"
|
|
251
341
|
},
|
|
252
342
|
colorPicker: {
|
|
253
343
|
trigger: "Pick color",
|
|
254
344
|
panelTitle: "Color",
|
|
255
345
|
clear: "Clear",
|
|
256
346
|
hue: "Hue",
|
|
347
|
+
saturation: "Saturation",
|
|
348
|
+
brightness: "Brightness",
|
|
257
349
|
alpha: "Alpha",
|
|
258
350
|
value: "Color value",
|
|
259
351
|
preview: "Color preview",
|
|
260
|
-
selectPreset: "Select {color}"
|
|
352
|
+
selectPreset: "Select {color}",
|
|
353
|
+
done: "Done",
|
|
354
|
+
formatHex: "HEX",
|
|
355
|
+
formatRgb: "RGB",
|
|
356
|
+
formatHsl: "HSL",
|
|
357
|
+
swatches: "Color swatches",
|
|
358
|
+
primaryGroup: "Primary",
|
|
359
|
+
accentGroup: "Accent"
|
|
261
360
|
},
|
|
262
361
|
tabs: {
|
|
263
362
|
addTabAriaLabel: "Add tab",
|
|
264
|
-
closeTabAriaLabel: "Close {label}"
|
|
363
|
+
closeTabAriaLabel: "Close {label}",
|
|
364
|
+
tablistAriaLabel: "Tabs"
|
|
265
365
|
},
|
|
266
366
|
rate: {
|
|
267
367
|
ariaLabel: "Rating",
|
|
268
|
-
valueText: "{value}
|
|
368
|
+
valueText: "{value} stars"
|
|
269
369
|
},
|
|
270
370
|
avatarGroup: {
|
|
271
371
|
ariaLabel: "Avatar group",
|
|
272
372
|
overflowAriaLabel: "{count} more"
|
|
273
373
|
},
|
|
274
374
|
carousel: {
|
|
275
|
-
ariaLabel: "
|
|
375
|
+
ariaLabel: "Carousel",
|
|
376
|
+
roleDescription: "carousel",
|
|
377
|
+
slideRoleDescription: "slide",
|
|
276
378
|
navigationAriaLabel: "Carousel navigation",
|
|
277
379
|
previousSlideAriaLabel: "Previous slide",
|
|
278
380
|
nextSlideAriaLabel: "Next slide",
|
|
381
|
+
pauseAriaLabel: "Pause autoplay",
|
|
382
|
+
playAriaLabel: "Play autoplay",
|
|
279
383
|
goToSlideAriaLabel: "Go to slide {index}",
|
|
280
384
|
slideAriaLabel: "Slide {index} of {total}"
|
|
281
385
|
},
|
|
@@ -285,11 +389,25 @@ var enUS = {
|
|
|
285
389
|
searchAriaLabel: "Search {title}",
|
|
286
390
|
itemsAriaLabel: "{title} items",
|
|
287
391
|
moveToTargetAriaLabel: "Move selected to target",
|
|
288
|
-
moveToSourceAriaLabel: "Move selected to source"
|
|
392
|
+
moveToSourceAriaLabel: "Move selected to source",
|
|
393
|
+
selectAllAriaLabel: "Select all in {title}"
|
|
289
394
|
},
|
|
290
395
|
chart: {
|
|
291
396
|
legendAriaLabel: "Chart legend",
|
|
292
|
-
pointAriaLabel: "Point {index}: ({x}, {y})"
|
|
397
|
+
pointAriaLabel: "Point {index}: ({x}, {y})",
|
|
398
|
+
seriesName: "Series {index}",
|
|
399
|
+
sliceName: "Slice {index}",
|
|
400
|
+
sliceAriaLabel: "{label}: {value} ({percent}%)",
|
|
401
|
+
stageName: "Stage {index}",
|
|
402
|
+
heatmapTooltip: "{x} \xD7 {y}: {value}",
|
|
403
|
+
treemapTooltip: "{label}: {value} ({percent}%)",
|
|
404
|
+
sunburstTooltip: "{label}: {value} ({percent}%)",
|
|
405
|
+
orgChartAriaLabel: "Organization chart",
|
|
406
|
+
ganttAriaLabel: "Gantt chart",
|
|
407
|
+
ganttTaskAriaLabel: "{label}, {start} to {end}{progress}"
|
|
408
|
+
},
|
|
409
|
+
codeEditor: {
|
|
410
|
+
editorAriaLabel: "Code editor"
|
|
293
411
|
},
|
|
294
412
|
markdownEditor: {
|
|
295
413
|
formattingToolbarAriaLabel: "Markdown formatting",
|
|
@@ -311,7 +429,17 @@ var enUS = {
|
|
|
311
429
|
link: "Link",
|
|
312
430
|
image: "Image",
|
|
313
431
|
table: "Table",
|
|
314
|
-
horizontalRule: "Horizontal rule"
|
|
432
|
+
horizontalRule: "Horizontal rule",
|
|
433
|
+
placeholderStrong: "strong text",
|
|
434
|
+
placeholderEmphasis: "emphasis",
|
|
435
|
+
placeholderDeleted: "deleted text",
|
|
436
|
+
placeholderCode: "code",
|
|
437
|
+
placeholderHeading: "Heading",
|
|
438
|
+
placeholderQuote: "Quote",
|
|
439
|
+
placeholderListItem: "List item",
|
|
440
|
+
placeholderLinkText: "link text",
|
|
441
|
+
placeholderImageAlt: "alt text",
|
|
442
|
+
placeholderTable: "| Column | Value |\n| --- | --- |\n| Name | Tigercat |"
|
|
315
443
|
},
|
|
316
444
|
richTextEditor: {
|
|
317
445
|
formattingToolbarAriaLabel: "Text formatting",
|
|
@@ -332,7 +460,9 @@ var enUS = {
|
|
|
332
460
|
horizontalRule: "HR",
|
|
333
461
|
undo: "Undo",
|
|
334
462
|
redo: "Redo",
|
|
335
|
-
clear: "Clear"
|
|
463
|
+
clear: "Clear",
|
|
464
|
+
linkPrompt: "Enter URL",
|
|
465
|
+
imagePrompt: "Enter image URL"
|
|
336
466
|
},
|
|
337
467
|
cronEditor: {
|
|
338
468
|
ariaLabel: "Cron editor",
|
|
@@ -397,6 +527,73 @@ var enUS = {
|
|
|
397
527
|
tagsInput: {
|
|
398
528
|
removeTagLabel: "Remove {tag}",
|
|
399
529
|
clearAllLabel: "Clear all tags"
|
|
530
|
+
},
|
|
531
|
+
input: {
|
|
532
|
+
clearAriaLabel: "Clear input",
|
|
533
|
+
showPasswordAriaLabel: "Show password",
|
|
534
|
+
hidePasswordAriaLabel: "Hide password"
|
|
535
|
+
},
|
|
536
|
+
inputNumber: {
|
|
537
|
+
incrementAriaLabel: "Increase",
|
|
538
|
+
decrementAriaLabel: "Decrease",
|
|
539
|
+
emptyAriaValueText: "Empty"
|
|
540
|
+
},
|
|
541
|
+
slider: {
|
|
542
|
+
ariaLabel: "Slider",
|
|
543
|
+
minAriaLabel: "Minimum value",
|
|
544
|
+
maxAriaLabel: "Maximum value"
|
|
545
|
+
},
|
|
546
|
+
stepper: {
|
|
547
|
+
ariaLabel: "Stepper",
|
|
548
|
+
valueAriaLabel: "Value",
|
|
549
|
+
incrementAriaLabel: "Increase",
|
|
550
|
+
decrementAriaLabel: "Decrease"
|
|
551
|
+
},
|
|
552
|
+
signature: {
|
|
553
|
+
ariaLabel: "Signature pad",
|
|
554
|
+
undoText: "Undo"
|
|
555
|
+
},
|
|
556
|
+
numberKeyboard: {
|
|
557
|
+
ariaLabel: "Number keyboard",
|
|
558
|
+
deleteText: "Delete",
|
|
559
|
+
decimalAriaLabel: "Decimal",
|
|
560
|
+
idCardXAriaLabel: "ID card X"
|
|
561
|
+
},
|
|
562
|
+
breadcrumb: {
|
|
563
|
+
ariaLabel: "Breadcrumb",
|
|
564
|
+
expandAriaLabel: "Show collapsed breadcrumb items"
|
|
565
|
+
},
|
|
566
|
+
pageHeader: {
|
|
567
|
+
backAriaLabel: "Back"
|
|
568
|
+
},
|
|
569
|
+
backTop: {
|
|
570
|
+
ariaLabel: "Back to top"
|
|
571
|
+
},
|
|
572
|
+
anchor: {
|
|
573
|
+
ariaLabel: "On this page"
|
|
574
|
+
},
|
|
575
|
+
floatButton: {
|
|
576
|
+
ariaLabel: "Add"
|
|
577
|
+
},
|
|
578
|
+
spotlight: {
|
|
579
|
+
title: "Spotlight",
|
|
580
|
+
placeholder: "Search"
|
|
581
|
+
},
|
|
582
|
+
scrollSpy: {
|
|
583
|
+
ariaLabel: "Section navigation"
|
|
584
|
+
},
|
|
585
|
+
steps: {
|
|
586
|
+
ariaLabel: "Steps",
|
|
587
|
+
waitStatus: "Pending",
|
|
588
|
+
processStatus: "Current",
|
|
589
|
+
finishStatus: "Completed",
|
|
590
|
+
errorStatus: "Error"
|
|
591
|
+
},
|
|
592
|
+
tree: {
|
|
593
|
+
ariaLabel: "Tree",
|
|
594
|
+
selectNode: "Select {label}",
|
|
595
|
+
expand: "Expand",
|
|
596
|
+
collapse: "Collapse"
|
|
400
597
|
}
|
|
401
598
|
};
|
|
402
599
|
export {
|
package/dist/locales/es-ES.d.ts
CHANGED