@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/de-DE.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/de-DE.ts
|
|
429
2
|
var DE_DE_DATEPICKER_LOCALE = {
|
|
430
3
|
locale: "de-DE",
|
|
431
4
|
labels: {
|
|
5
|
+
placeholder: "Datum ausw\xE4hlen",
|
|
6
|
+
rangePlaceholder: "Zeitraum ausw\xE4hlen",
|
|
432
7
|
today: "Heute",
|
|
433
8
|
ok: "OK",
|
|
434
9
|
calendar: "Kalender",
|
|
435
10
|
toggleCalendar: "Kalender \xF6ffnen",
|
|
436
11
|
clearDate: "Datum l\xF6schen",
|
|
437
12
|
previousMonth: "Vorheriger Monat",
|
|
438
|
-
nextMonth: "N\xE4chster Monat"
|
|
13
|
+
nextMonth: "N\xE4chster Monat",
|
|
14
|
+
year: "Jahr",
|
|
15
|
+
month: "Monat",
|
|
16
|
+
day: "Tag",
|
|
17
|
+
start: "Beginn",
|
|
18
|
+
end: "Ende"
|
|
439
19
|
}
|
|
440
20
|
};
|
|
441
21
|
|
|
442
22
|
// src/utils/i18n/locales/de-DE.ts
|
|
443
|
-
var deDE =
|
|
23
|
+
var deDE = {
|
|
444
24
|
locale: "de-DE",
|
|
445
25
|
direction: "ltr",
|
|
446
26
|
datePicker: DE_DE_DATEPICKER_LOCALE,
|
|
@@ -450,49 +30,102 @@ var deDE = defineLocale({
|
|
|
450
30
|
closeText: "Schlie\xDFen",
|
|
451
31
|
loadingText: "Wird geladen...",
|
|
452
32
|
emptyText: "Keine Daten",
|
|
453
|
-
noMoreText: "Keine weiteren Daten"
|
|
33
|
+
noMoreText: "Keine weiteren Daten",
|
|
34
|
+
searchPlaceholder: "Suchen",
|
|
35
|
+
clearText: "L\xF6schen",
|
|
36
|
+
closeMessageAriaLabel: "Nachricht schlie\xDFen",
|
|
37
|
+
closeNotificationAriaLabel: "Benachrichtigung schlie\xDFen",
|
|
38
|
+
sidebarAriaLabel: "Seitenleiste",
|
|
39
|
+
moreOptionsText: "Weitere Optionen",
|
|
40
|
+
confirmTitle: "M\xF6chten Sie fortfahren?"
|
|
41
|
+
},
|
|
42
|
+
empty: {
|
|
43
|
+
noData: "Keine Daten",
|
|
44
|
+
noDataAvailable: "Keine Daten verf\xFCgbar",
|
|
45
|
+
noResults: "Keine Ergebnisse",
|
|
46
|
+
error: "Etwas ist schiefgelaufen"
|
|
454
47
|
},
|
|
455
48
|
modal: {
|
|
456
49
|
closeAriaLabel: "Schlie\xDFen",
|
|
457
50
|
okText: "OK",
|
|
458
|
-
cancelText: "Abbrechen"
|
|
51
|
+
cancelText: "Abbrechen",
|
|
52
|
+
dialogAriaLabel: "Dialogfenster"
|
|
459
53
|
},
|
|
460
54
|
drawer: {
|
|
461
|
-
closeAriaLabel: "Schlie\xDFen"
|
|
55
|
+
closeAriaLabel: "Schlie\xDFen",
|
|
56
|
+
dialogAriaLabel: "Schublade"
|
|
57
|
+
},
|
|
58
|
+
alert: {
|
|
59
|
+
closeAriaLabel: "Warnung schlie\xDFen"
|
|
462
60
|
},
|
|
463
61
|
qrcode: {
|
|
464
62
|
ariaLabel: "QR-Code",
|
|
465
|
-
expiredText: "QR-Code abgelaufen",
|
|
63
|
+
expiredText: "QR-Code ist abgelaufen",
|
|
466
64
|
refreshText: "Aktualisieren",
|
|
467
65
|
loadingText: "Wird geladen..."
|
|
468
66
|
},
|
|
67
|
+
marquee: {
|
|
68
|
+
ariaLabel: "Laufender Inhalt"
|
|
69
|
+
},
|
|
70
|
+
image: {
|
|
71
|
+
previewAriaLabel: "Vorschau von {alt}",
|
|
72
|
+
previewFallbackAlt: "Bild",
|
|
73
|
+
groupAriaLabel: "Bildgruppe"
|
|
74
|
+
},
|
|
75
|
+
imageCompare: {
|
|
76
|
+
ariaLabel: "Bildvergleich"
|
|
77
|
+
},
|
|
78
|
+
descriptions: {
|
|
79
|
+
colon: ":"
|
|
80
|
+
},
|
|
81
|
+
list: {
|
|
82
|
+
avatarAlt: "Profilbild",
|
|
83
|
+
dragHandleAriaLabel: "Neu anordnen"
|
|
84
|
+
},
|
|
85
|
+
scrollArea: {
|
|
86
|
+
ariaLabel: "Scrollbereich"
|
|
87
|
+
},
|
|
88
|
+
printLayout: {
|
|
89
|
+
pageBreak: "Seitenumbruch"
|
|
90
|
+
},
|
|
469
91
|
timeline: {
|
|
470
92
|
pendingText: "Wird geladen..."
|
|
471
93
|
},
|
|
94
|
+
progress: {
|
|
95
|
+
ariaLabel: "Fortschritt"
|
|
96
|
+
},
|
|
97
|
+
splitter: {
|
|
98
|
+
gutterAriaLabel: "Bereiche {index} skalieren"
|
|
99
|
+
},
|
|
100
|
+
resizable: {
|
|
101
|
+
handleAriaLabel: "{handle} skalieren"
|
|
102
|
+
},
|
|
472
103
|
upload: {
|
|
473
|
-
dragAreaAriaLabel: "Datei per Klick oder
|
|
104
|
+
dragAreaAriaLabel: "Datei per Klick oder Ziehen hochladen",
|
|
474
105
|
buttonAriaLabel: "Datei hochladen",
|
|
475
106
|
clickToUploadText: "Zum Hochladen klicken",
|
|
476
|
-
dragAndDropText: "oder
|
|
477
|
-
acceptInfoText: "
|
|
478
|
-
maxSizeInfoText: "
|
|
107
|
+
dragAndDropText: "oder per Drag-and-drop",
|
|
108
|
+
acceptInfoText: "Erlaubt: {accept}",
|
|
109
|
+
maxSizeInfoText: "Max. Gr\xF6\xDFe: {maxSize}",
|
|
479
110
|
selectFileText: "Datei ausw\xE4hlen",
|
|
480
111
|
uploadedFilesAriaLabel: "Hochgeladene Dateien",
|
|
481
112
|
successAriaLabel: "Erfolg",
|
|
482
113
|
errorAriaLabel: "Fehler",
|
|
483
114
|
uploadingAriaLabel: "Wird hochgeladen",
|
|
484
115
|
removeFileAriaLabel: "{fileName} entfernen",
|
|
485
|
-
previewFileAriaLabel: "
|
|
116
|
+
previewFileAriaLabel: "{fileName} vorschau"
|
|
486
117
|
},
|
|
487
118
|
pagination: {
|
|
488
|
-
totalText: "
|
|
119
|
+
totalText: "Gesamt {total} Eintr\xE4ge",
|
|
489
120
|
itemsPerPageText: "/ Seite",
|
|
490
121
|
jumpToText: "Gehe zu",
|
|
491
122
|
pageText: "Seite",
|
|
492
123
|
prevPageAriaLabel: "Vorherige Seite",
|
|
493
124
|
nextPageAriaLabel: "N\xE4chste Seite",
|
|
494
125
|
pageAriaLabel: "Seite {page}",
|
|
495
|
-
pageIndicatorText: "Seite {current} von {total}"
|
|
126
|
+
pageIndicatorText: "Seite {current} von {total}",
|
|
127
|
+
paginationAriaLabel: "Paginierung",
|
|
128
|
+
pageSizeAriaLabel: "Elemente pro Seite"
|
|
496
129
|
},
|
|
497
130
|
table: {
|
|
498
131
|
emptyText: "Keine Daten",
|
|
@@ -511,16 +144,133 @@ var deDE = defineLocale({
|
|
|
511
144
|
columnSettingsText: "Spalteneinstellungen",
|
|
512
145
|
columnSettingsAriaLabel: "Spalteneinstellungen",
|
|
513
146
|
lockColumnAriaLabel: "Spalte {column} sperren",
|
|
514
|
-
unlockColumnAriaLabel: "Spalte {column} entsperren"
|
|
147
|
+
unlockColumnAriaLabel: "Spalte {column} entsperren",
|
|
148
|
+
allText: "Alle",
|
|
149
|
+
filterPlaceholder: "Filtern...",
|
|
150
|
+
exportCsvText: "CSV exportieren",
|
|
151
|
+
exportExcelText: "Excel exportieren",
|
|
152
|
+
exportCsvAriaLabel: "Als CSV exportieren",
|
|
153
|
+
exportExcelAriaLabel: "Als Excel exportieren",
|
|
154
|
+
expandRowAriaLabel: "Zeile erweitern",
|
|
155
|
+
collapseRowAriaLabel: "Zeile reduzieren",
|
|
156
|
+
sortMenuAriaLabel: "Sortieren",
|
|
157
|
+
filterColumnAriaLabel: "{column} filtern",
|
|
158
|
+
groupHeaderText: "{key} ({count})"
|
|
159
|
+
},
|
|
160
|
+
dataExport: {
|
|
161
|
+
triggerText: "Exportieren",
|
|
162
|
+
triggerAriaLabel: "Daten exportieren",
|
|
163
|
+
xlsxText: "Excel exportieren",
|
|
164
|
+
markdownText: "Markdown exportieren",
|
|
165
|
+
csvText: "CSV exportieren",
|
|
166
|
+
exportingText: "Exportiere...",
|
|
167
|
+
errorText: "Export fehlgeschlagen"
|
|
168
|
+
},
|
|
169
|
+
timePicker: {
|
|
170
|
+
hour: "Stunde",
|
|
171
|
+
minute: "Minute",
|
|
172
|
+
second: "Sek",
|
|
173
|
+
period: "Tageszeit",
|
|
174
|
+
now: "Jetzt",
|
|
175
|
+
ok: "OK",
|
|
176
|
+
start: "Beginn",
|
|
177
|
+
end: "Ende",
|
|
178
|
+
clear: "Zeit l\xF6schen",
|
|
179
|
+
toggle: "Zeitauswahl \xF6ffnen",
|
|
180
|
+
dialog: "Zeitauswahl",
|
|
181
|
+
selectTime: "Zeit ausw\xE4hlen",
|
|
182
|
+
selectTimeRange: "Zeitbereich ausw\xE4hlen"
|
|
515
183
|
},
|
|
516
184
|
formWizard: {
|
|
517
185
|
prevText: "Zur\xFCck",
|
|
518
186
|
nextText: "Weiter",
|
|
519
|
-
finishText: "Fertigstellen"
|
|
187
|
+
finishText: "Fertigstellen",
|
|
188
|
+
ariaLabel: "Formularassistent",
|
|
189
|
+
skippedText: "\xDCbersprungen"
|
|
190
|
+
},
|
|
191
|
+
tour: {
|
|
192
|
+
prevText: "Zur\xFCck",
|
|
193
|
+
nextText: "Weiter",
|
|
194
|
+
finishText: "Fertigstellen",
|
|
195
|
+
closeAriaLabel: "Tour schlie\xDFen",
|
|
196
|
+
dialogAriaLabel: "Rundgang"
|
|
197
|
+
},
|
|
198
|
+
calendar: {
|
|
199
|
+
previousMonth: "Vorheriger Monat",
|
|
200
|
+
nextMonth: "N\xE4chster Monat",
|
|
201
|
+
previousYear: "Vorheriges Jahr",
|
|
202
|
+
nextYear: "N\xE4chstes Jahr"
|
|
203
|
+
},
|
|
204
|
+
fileManager: {
|
|
205
|
+
rootText: "Stammverzeichnis",
|
|
206
|
+
pathAriaLabel: "Dateipfad",
|
|
207
|
+
listboxAriaLabel: "Dateien",
|
|
208
|
+
searchAriaLabel: "Dateien suchen",
|
|
209
|
+
emptyText: "Leerer Ordner"
|
|
210
|
+
},
|
|
211
|
+
imageViewer: {
|
|
212
|
+
dialogAriaLabel: "Bildbetrachter",
|
|
213
|
+
previewDialogAriaLabel: "Bildvorschau",
|
|
214
|
+
closeAriaLabel: "Schlie\xDFen",
|
|
215
|
+
closePreviewAriaLabel: "Vorschau schlie\xDFen",
|
|
216
|
+
previousImageAriaLabel: "Vorheriges Bild",
|
|
217
|
+
nextImageAriaLabel: "N\xE4chstes Bild",
|
|
218
|
+
zoomOutAriaLabel: "Verkleinern",
|
|
219
|
+
resetAriaLabel: "Zur\xFCcksetzen",
|
|
220
|
+
zoomInAriaLabel: "Vergr\xF6\xDFern",
|
|
221
|
+
rotateLeftAriaLabel: "Nach links drehen",
|
|
222
|
+
rotateRightAriaLabel: "Nach rechts drehen",
|
|
223
|
+
previewImageAriaLabel: "Bild {index} von {total}"
|
|
224
|
+
},
|
|
225
|
+
imageEditor: {
|
|
226
|
+
selectImageText: "Bild ausw\xE4hlen",
|
|
227
|
+
selectImageAriaLabel: "Bild zum Zuschneiden und Hochladen ausw\xE4hlen",
|
|
228
|
+
cropModalTitle: "Bild zuschneiden",
|
|
229
|
+
cropCancelText: "Abbrechen",
|
|
230
|
+
cropConfirmText: "Zuschnitt best\xE4tigen",
|
|
231
|
+
cropperDialogAriaLabel: "Bildzuschneider",
|
|
232
|
+
imageToCropAriaLabel: "Zuschneidendes Bild",
|
|
233
|
+
moveCropAreaAriaLabel: "Zuschnittbereich verschieben",
|
|
234
|
+
resizeCropAreaAriaLabel: "Zuschnittbereich {handle} skalieren",
|
|
235
|
+
resizeHandleNw: "oben links",
|
|
236
|
+
resizeHandleN: "oben",
|
|
237
|
+
resizeHandleNe: "oben rechts",
|
|
238
|
+
resizeHandleE: "rechts",
|
|
239
|
+
resizeHandleSe: "unten rechts",
|
|
240
|
+
resizeHandleS: "unten",
|
|
241
|
+
resizeHandleSw: "unten links",
|
|
242
|
+
resizeHandleW: "links",
|
|
243
|
+
loadingCropImageAriaLabel: "Bild zum Zuschneiden wird geladen",
|
|
244
|
+
loadErrorAriaLabel: "Bild zum Zuschneiden konnte nicht geladen werden",
|
|
245
|
+
fileTooLargeText: "Die Datei \xFCberschreitet {maxSize}",
|
|
246
|
+
fileTypeRejectedText: "Dieser Dateityp wird nicht akzeptiert",
|
|
247
|
+
annotationToolbarAriaLabel: "Annotationstools",
|
|
248
|
+
annotationEditorAriaLabel: "Bildannotations-Editor",
|
|
249
|
+
annotationCanvasAriaLabel: "Annotationsleinwand",
|
|
250
|
+
loadingAnnotationImageAriaLabel: "Bild zum Annotieren wird geladen",
|
|
251
|
+
loadAnnotationErrorAriaLabel: "Bild zum Annotieren konnte nicht geladen werden",
|
|
252
|
+
defaultAnnotationAlt: "Bild zum Annotieren",
|
|
253
|
+
annotationShapeAriaLabel: "{type}-Annotation",
|
|
254
|
+
annotationLabeledShapeAriaLabel: "{label}, {type}-Annotation",
|
|
255
|
+
selectToolText: "Ausw\xE4hlen",
|
|
256
|
+
rectangleToolText: "Rechteck",
|
|
257
|
+
ellipseToolText: "Ellipsenform",
|
|
258
|
+
polygonToolText: "Vieleck",
|
|
259
|
+
freehandToolText: "Freihand",
|
|
260
|
+
deleteText: "L\xF6schen"
|
|
261
|
+
},
|
|
262
|
+
status: {
|
|
263
|
+
tagCloseAriaLabel: "Tag schlie\xDFen",
|
|
264
|
+
badgeLabel: "Benachrichtigung",
|
|
265
|
+
badgeCountLabel: "{count} Benachrichtigungen"
|
|
520
266
|
},
|
|
521
267
|
taskBoard: {
|
|
522
268
|
emptyColumnText: "Keine Aufgaben",
|
|
523
269
|
addCardText: "Aufgabe hinzuf\xFCgen",
|
|
270
|
+
addColumnText: "Spalte hinzuf\xFCgen",
|
|
271
|
+
newCardTitle: "Neue Aufgabe",
|
|
272
|
+
newColumnTitle: "Neue Spalte",
|
|
273
|
+
unassignedSwimlaneText: "Nicht zugewiesen",
|
|
524
274
|
wipLimitText: "WIP-Limit: {limit}",
|
|
525
275
|
dragHintText: "Zum Verschieben ziehen",
|
|
526
276
|
boardAriaLabel: "Aufgabenboard"
|
|
@@ -531,7 +281,8 @@ var deDE = defineLocale({
|
|
|
531
281
|
placeholder: "Nachricht eingeben",
|
|
532
282
|
sendingText: "Senden...",
|
|
533
283
|
sentText: "Zugestellt",
|
|
534
|
-
failedText: "Senden fehlgeschlagen"
|
|
284
|
+
failedText: "Senden fehlgeschlagen",
|
|
285
|
+
messageListAriaLabel: "Nachrichtenliste"
|
|
535
286
|
},
|
|
536
287
|
code: {
|
|
537
288
|
copyLabel: "Kopieren",
|
|
@@ -549,11 +300,17 @@ var deDE = defineLocale({
|
|
|
549
300
|
moreText: "Mehr",
|
|
550
301
|
loadMoreText: "Mehr laden",
|
|
551
302
|
collapseRepliesText: "\u25BE Antworten ausblenden",
|
|
552
|
-
expandRepliesText: "\u25B8 {count} Antworten anzeigen"
|
|
303
|
+
expandRepliesText: "\u25B8 {count} Antworten anzeigen",
|
|
304
|
+
listAriaLabel: "Kommentarverlauf",
|
|
305
|
+
replySubmitText: "Antwort senden",
|
|
306
|
+
remainingRepliesText: "{count} weitere anzeigen",
|
|
307
|
+
maxDepthReachedText: "Maximale Antworttiefe erreicht"
|
|
553
308
|
},
|
|
554
309
|
activityFeed: {
|
|
555
310
|
emptyText: "Keine Aktivit\xE4t",
|
|
556
|
-
loadingText: "Wird geladen..."
|
|
311
|
+
loadingText: "Wird geladen...",
|
|
312
|
+
listAriaLabel: "Aktivit\xE4t",
|
|
313
|
+
otherGroupTitle: "Sonstiges"
|
|
557
314
|
},
|
|
558
315
|
notificationCenter: {
|
|
559
316
|
title: "Benachrichtigungen",
|
|
@@ -564,22 +321,204 @@ var deDE = defineLocale({
|
|
|
564
321
|
readLabel: "Gelesen",
|
|
565
322
|
markAllReadText: "Alle als gelesen markieren",
|
|
566
323
|
markReadText: "Als gelesen markieren",
|
|
567
|
-
markUnreadText: "Als ungelesen markieren"
|
|
324
|
+
markUnreadText: "Als ungelesen markieren",
|
|
325
|
+
defaultGroupTitle: "Standard",
|
|
326
|
+
unreadCountText: "{count} ungelesen"
|
|
568
327
|
},
|
|
569
328
|
select: {
|
|
570
329
|
doneText: "Fertigstellen",
|
|
571
330
|
placeholder: "Option ausw\xE4hlen",
|
|
572
|
-
emptyText: "Keine Optionen gefunden"
|
|
331
|
+
emptyText: "Keine Optionen gefunden",
|
|
332
|
+
searchPlaceholder: "Suchen",
|
|
333
|
+
clearAriaLabel: "Auswahl l\xF6schen",
|
|
334
|
+
createOptionLabel: '"{label}" erstellen',
|
|
335
|
+
moreCountText: "+{count} weitere",
|
|
336
|
+
loadingText: "Wird geladen...",
|
|
337
|
+
levelLabel: "Ebene {level}",
|
|
338
|
+
backText: "Zur\xFCck",
|
|
339
|
+
expandAriaLabel: "Erweitern",
|
|
340
|
+
collapseAriaLabel: "Einklappen"
|
|
573
341
|
},
|
|
574
342
|
colorPicker: {
|
|
575
343
|
trigger: "Farbe w\xE4hlen",
|
|
576
344
|
panelTitle: "Farbe",
|
|
577
345
|
clear: "L\xF6schen",
|
|
578
346
|
hue: "Farbton",
|
|
579
|
-
|
|
347
|
+
saturation: "S\xE4ttigung",
|
|
348
|
+
brightness: "Helligkeit",
|
|
349
|
+
alpha: "Deckkraft",
|
|
580
350
|
value: "Farbwert",
|
|
581
351
|
preview: "Vorschau",
|
|
582
|
-
selectPreset: "{color} ausw\xE4hlen"
|
|
352
|
+
selectPreset: "{color} ausw\xE4hlen",
|
|
353
|
+
done: "Fertig",
|
|
354
|
+
formatHex: "HEX",
|
|
355
|
+
formatRgb: "RGB",
|
|
356
|
+
formatHsl: "HSL",
|
|
357
|
+
swatches: "Farbfelder",
|
|
358
|
+
primaryGroup: "Prim\xE4r",
|
|
359
|
+
accentGroup: "Akzent"
|
|
360
|
+
},
|
|
361
|
+
tabs: {
|
|
362
|
+
addTabAriaLabel: "Tab hinzuf\xFCgen",
|
|
363
|
+
closeTabAriaLabel: "{label} schlie\xDFen",
|
|
364
|
+
tablistAriaLabel: "Registerkarten"
|
|
365
|
+
},
|
|
366
|
+
rate: {
|
|
367
|
+
ariaLabel: "Bewertung",
|
|
368
|
+
valueText: "{value} Sterne"
|
|
369
|
+
},
|
|
370
|
+
avatarGroup: {
|
|
371
|
+
ariaLabel: "Avatargruppe",
|
|
372
|
+
overflowAriaLabel: "{count} weitere"
|
|
373
|
+
},
|
|
374
|
+
carousel: {
|
|
375
|
+
ariaLabel: "Karussell",
|
|
376
|
+
roleDescription: "Karussell",
|
|
377
|
+
slideRoleDescription: "Folie",
|
|
378
|
+
navigationAriaLabel: "Karussellnavigation",
|
|
379
|
+
previousSlideAriaLabel: "Vorherige Folie",
|
|
380
|
+
nextSlideAriaLabel: "N\xE4chste Folie",
|
|
381
|
+
pauseAriaLabel: "Automatische Wiedergabe pausieren",
|
|
382
|
+
playAriaLabel: "Automatische Wiedergabe starten",
|
|
383
|
+
goToSlideAriaLabel: "Zu Folie {index} springen",
|
|
384
|
+
slideAriaLabel: "Folie {index} von {total}"
|
|
385
|
+
},
|
|
386
|
+
transfer: {
|
|
387
|
+
sourceTitle: "Quelle",
|
|
388
|
+
targetTitle: "Ziel",
|
|
389
|
+
searchAriaLabel: "{title} durchsuchen",
|
|
390
|
+
itemsAriaLabel: "{title}-Elemente",
|
|
391
|
+
moveToTargetAriaLabel: "Auswahl ins Ziel verschieben",
|
|
392
|
+
moveToSourceAriaLabel: "Auswahl in die Quelle verschieben",
|
|
393
|
+
selectAllAriaLabel: "Alles in {title} ausw\xE4hlen"
|
|
394
|
+
},
|
|
395
|
+
chart: {
|
|
396
|
+
legendAriaLabel: "Diagrammlegende",
|
|
397
|
+
pointAriaLabel: "Punkt {index}: ({x}, {y})",
|
|
398
|
+
seriesName: "Reihe {index}",
|
|
399
|
+
sliceName: "Segment {index}",
|
|
400
|
+
sliceAriaLabel: "{label}: {value} ({percent} %)",
|
|
401
|
+
stageName: "Stufe {index}",
|
|
402
|
+
heatmapTooltip: "{x} \xD7 {y} = {value}",
|
|
403
|
+
treemapTooltip: "{label}: {value} ({percent} %)",
|
|
404
|
+
sunburstTooltip: "{label}: {value} ({percent} %)",
|
|
405
|
+
orgChartAriaLabel: "Organigramm",
|
|
406
|
+
ganttAriaLabel: "Gantt-Diagramm",
|
|
407
|
+
ganttTaskAriaLabel: "{label}, {start} bis {end}{progress}"
|
|
408
|
+
},
|
|
409
|
+
codeEditor: {
|
|
410
|
+
editorAriaLabel: "Code-Editor"
|
|
411
|
+
},
|
|
412
|
+
markdownEditor: {
|
|
413
|
+
formattingToolbarAriaLabel: "Markdown-Formatierung",
|
|
414
|
+
modeToolbarAriaLabel: "Markdown-Ansichtsmodus",
|
|
415
|
+
editorAriaLabel: "Markdown-Editor",
|
|
416
|
+
previewAriaLabel: "Markdown-Vorschau",
|
|
417
|
+
editModeLabel: "Bearbeiten",
|
|
418
|
+
splitModeLabel: "Geteilt",
|
|
419
|
+
previewModeLabel: "Vorschau",
|
|
420
|
+
bold: "Fett",
|
|
421
|
+
italic: "Kursiv",
|
|
422
|
+
strikethrough: "Durchgestrichen",
|
|
423
|
+
heading: "\xDCberschrift",
|
|
424
|
+
blockquote: "Zitat",
|
|
425
|
+
unorderedList: "Aufz\xE4hlung",
|
|
426
|
+
orderedList: "Nummerierte Liste",
|
|
427
|
+
inlineCode: "Inline-Code",
|
|
428
|
+
codeBlock: "Codeblock",
|
|
429
|
+
link: "Verkn\xFCpfung",
|
|
430
|
+
image: "Bild",
|
|
431
|
+
table: "Tabelle",
|
|
432
|
+
horizontalRule: "Trennlinie",
|
|
433
|
+
placeholderStrong: "fetter Text",
|
|
434
|
+
placeholderEmphasis: "Hervorhebung",
|
|
435
|
+
placeholderDeleted: "gel\xF6schter Text",
|
|
436
|
+
placeholderCode: "Code",
|
|
437
|
+
placeholderHeading: "\xDCberschrift",
|
|
438
|
+
placeholderQuote: "Zitat",
|
|
439
|
+
placeholderListItem: "Listeneintrag",
|
|
440
|
+
placeholderLinkText: "Linktext",
|
|
441
|
+
placeholderImageAlt: "Alternativtext",
|
|
442
|
+
placeholderTable: "| Spalte | Wert |\n| --- | --- |\n| Name | Tigercat |"
|
|
443
|
+
},
|
|
444
|
+
richTextEditor: {
|
|
445
|
+
formattingToolbarAriaLabel: "Textformatierung",
|
|
446
|
+
editorAriaLabel: "Rich-Text-Editor",
|
|
447
|
+
bold: "Fett",
|
|
448
|
+
italic: "Kursiv",
|
|
449
|
+
underline: "Unterstrichen",
|
|
450
|
+
strikethrough: "Durchgestrichen",
|
|
451
|
+
heading1: "\xDCberschrift 1",
|
|
452
|
+
heading2: "\xDCberschrift 2",
|
|
453
|
+
heading3: "\xDCberschrift 3",
|
|
454
|
+
bulletList: "Aufz\xE4hlung",
|
|
455
|
+
orderedList: "Nummerierte Liste",
|
|
456
|
+
blockquote: "Zitat",
|
|
457
|
+
codeBlock: "Codeblock",
|
|
458
|
+
link: "Verkn\xFCpfung",
|
|
459
|
+
image: "Bild",
|
|
460
|
+
horizontalRule: "Linie",
|
|
461
|
+
undo: "R\xFCckg\xE4ngig",
|
|
462
|
+
redo: "Wiederholen",
|
|
463
|
+
clear: "Formatierung l\xF6schen",
|
|
464
|
+
linkPrompt: "URL eingeben",
|
|
465
|
+
imagePrompt: "Bild-URL eingeben"
|
|
466
|
+
},
|
|
467
|
+
cronEditor: {
|
|
468
|
+
ariaLabel: "Cron-Editor",
|
|
469
|
+
expressionAriaLabel: "Cron-Ausdruck",
|
|
470
|
+
presetAriaLabel: "Cron-Voreinstellung",
|
|
471
|
+
presetPlaceholder: "Voreinstellung",
|
|
472
|
+
everyMinutePreset: "Jede Minute",
|
|
473
|
+
hourlyPreset: "St\xFCndlich",
|
|
474
|
+
dailyPreset: "T\xE4glich",
|
|
475
|
+
weeklyPreset: "W\xF6chentlich",
|
|
476
|
+
monthlyPreset: "Monatlich",
|
|
477
|
+
minuteLabel: "Min.",
|
|
478
|
+
hourLabel: "Stunde",
|
|
479
|
+
dayOfMonthLabel: "Tag",
|
|
480
|
+
monthLabel: "Monat",
|
|
481
|
+
dayOfWeekLabel: "Wochentag",
|
|
482
|
+
modeAnyLabel: "Beliebig",
|
|
483
|
+
modeEveryLabel: "Jede",
|
|
484
|
+
modeSpecificLabel: "Bestimmte",
|
|
485
|
+
modeRangeLabel: "Bereich",
|
|
486
|
+
modeCustomLabel: "Benutzerdefiniert",
|
|
487
|
+
modeAriaLabel: "{field}-Modus",
|
|
488
|
+
stepAriaLabel: "{field}-Schritt",
|
|
489
|
+
valueAriaLabel: "{field}-Wert",
|
|
490
|
+
rangeStartAriaLabel: "{field}-Bereichsstart",
|
|
491
|
+
rangeEndAriaLabel: "{field}-Bereichsende",
|
|
492
|
+
customValueAriaLabel: "{field}-Benutzerwert",
|
|
493
|
+
expressionFieldsError: "Cron-Ausdruck muss 5 Felder enthalten",
|
|
494
|
+
fieldRequiredError: "{field} ist erforderlich",
|
|
495
|
+
invalidStepError: "{field} hat einen ung\xFCltigen Schrittautdruck",
|
|
496
|
+
stepRangeError: "{field}-Schritt muss zwischen 1 und {max} liegen",
|
|
497
|
+
fieldRangeError: "{field} muss zwischen {min} und {max} liegen",
|
|
498
|
+
rangeOrderError: "{field}-Bereichsstart muss kleiner oder gleich dem Ende sein",
|
|
499
|
+
invalidFieldError: "{field} muss *, eine Zahl, ein Bereich, ein Schritt oder eine Kommaliste sein"
|
|
500
|
+
},
|
|
501
|
+
formValidation: {
|
|
502
|
+
required: "Dieses Feld ist erforderlich",
|
|
503
|
+
typeString: "Wert muss eine Zeichenkette sein",
|
|
504
|
+
typeNumber: "Wert muss eine Zahl sein",
|
|
505
|
+
typeBoolean: "Wert muss ein Boolean sein",
|
|
506
|
+
typeArray: "Wert muss ein Array sein",
|
|
507
|
+
typeObject: "Wert muss ein Objekt sein",
|
|
508
|
+
email: "Bitte eine g\xFCltige E-Mail-Adresse eingeben",
|
|
509
|
+
phone: "Bitte eine g\xFCltige Telefonnummer eingeben",
|
|
510
|
+
url: "Bitte eine g\xFCltige URL eingeben",
|
|
511
|
+
date: "Bitte ein g\xFCltiges Datum eingeben",
|
|
512
|
+
idCard: "Bitte eine g\xFCltige Ausweisnummer eingeben",
|
|
513
|
+
minLength: "Mindestl\xE4nge ist {min} Zeichen",
|
|
514
|
+
maxLength: "Maximall\xE4nge ist {max} Zeichen",
|
|
515
|
+
minValue: "Mindestwert ist {min}",
|
|
516
|
+
maxValue: "Maximalwert ist {max}",
|
|
517
|
+
minItems: "Mindestens {min} Eintr\xE4ge erforderlich",
|
|
518
|
+
maxItems: "H\xF6chstens {max} Eintr\xE4ge erlaubt",
|
|
519
|
+
patternMismatch: "Wert entspricht nicht dem erforderlichen Muster",
|
|
520
|
+
validatorFailed: "Validierung fehlgeschlagen",
|
|
521
|
+
validatorError: "Bei der Validierung ist ein Fehler aufgetreten"
|
|
583
522
|
},
|
|
584
523
|
inputOtp: {
|
|
585
524
|
groupLabel: "Einmalpasswort",
|
|
@@ -588,8 +527,75 @@ var deDE = defineLocale({
|
|
|
588
527
|
tagsInput: {
|
|
589
528
|
removeTagLabel: "{tag} entfernen",
|
|
590
529
|
clearAllLabel: "Alle Tags l\xF6schen"
|
|
530
|
+
},
|
|
531
|
+
input: {
|
|
532
|
+
clearAriaLabel: "Eingabe l\xF6schen",
|
|
533
|
+
showPasswordAriaLabel: "Passwort anzeigen",
|
|
534
|
+
hidePasswordAriaLabel: "Passwort verbergen"
|
|
535
|
+
},
|
|
536
|
+
inputNumber: {
|
|
537
|
+
incrementAriaLabel: "Erh\xF6hen",
|
|
538
|
+
decrementAriaLabel: "Verringern",
|
|
539
|
+
emptyAriaValueText: "Leer"
|
|
540
|
+
},
|
|
541
|
+
slider: {
|
|
542
|
+
ariaLabel: "Schieberegler",
|
|
543
|
+
minAriaLabel: "Mindestwert",
|
|
544
|
+
maxAriaLabel: "H\xF6chstwert"
|
|
545
|
+
},
|
|
546
|
+
stepper: {
|
|
547
|
+
ariaLabel: "Schrittw\xE4hler",
|
|
548
|
+
valueAriaLabel: "Wert",
|
|
549
|
+
incrementAriaLabel: "Erh\xF6hen",
|
|
550
|
+
decrementAriaLabel: "Verringern"
|
|
551
|
+
},
|
|
552
|
+
signature: {
|
|
553
|
+
ariaLabel: "Unterschriftenfeld",
|
|
554
|
+
undoText: "R\xFCckg\xE4ngig"
|
|
555
|
+
},
|
|
556
|
+
numberKeyboard: {
|
|
557
|
+
ariaLabel: "Ziffernblock",
|
|
558
|
+
deleteText: "L\xF6schen",
|
|
559
|
+
decimalAriaLabel: "Dezimalzeichen",
|
|
560
|
+
idCardXAriaLabel: "Ausweis-X"
|
|
561
|
+
},
|
|
562
|
+
breadcrumb: {
|
|
563
|
+
ariaLabel: "Brotkrumen",
|
|
564
|
+
expandAriaLabel: "Eingeklappte Brotkrumen anzeigen"
|
|
565
|
+
},
|
|
566
|
+
pageHeader: {
|
|
567
|
+
backAriaLabel: "Zur\xFCck"
|
|
568
|
+
},
|
|
569
|
+
backTop: {
|
|
570
|
+
ariaLabel: "Nach oben"
|
|
571
|
+
},
|
|
572
|
+
anchor: {
|
|
573
|
+
ariaLabel: "Auf dieser Seite"
|
|
574
|
+
},
|
|
575
|
+
floatButton: {
|
|
576
|
+
ariaLabel: "Hinzuf\xFCgen"
|
|
577
|
+
},
|
|
578
|
+
spotlight: {
|
|
579
|
+
title: "Befehlspalette",
|
|
580
|
+
placeholder: "Suchen"
|
|
581
|
+
},
|
|
582
|
+
scrollSpy: {
|
|
583
|
+
ariaLabel: "Abschnittsnavigation"
|
|
584
|
+
},
|
|
585
|
+
steps: {
|
|
586
|
+
ariaLabel: "Schritte",
|
|
587
|
+
waitStatus: "Ausstehend",
|
|
588
|
+
processStatus: "Aktuell",
|
|
589
|
+
finishStatus: "Abgeschlossen",
|
|
590
|
+
errorStatus: "Fehler"
|
|
591
|
+
},
|
|
592
|
+
tree: {
|
|
593
|
+
ariaLabel: "Baum",
|
|
594
|
+
selectNode: "{label} ausw\xE4hlen",
|
|
595
|
+
expand: "Erweitern",
|
|
596
|
+
collapse: "Einklappen"
|
|
591
597
|
}
|
|
592
|
-
}
|
|
598
|
+
};
|
|
593
599
|
var de_DE_default = deDE;
|
|
594
600
|
export {
|
|
595
601
|
deDE,
|