@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/id-ID.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/id-ID.ts
|
|
429
2
|
var ID_ID_DATEPICKER_LOCALE = {
|
|
430
3
|
locale: "id-ID",
|
|
431
4
|
labels: {
|
|
5
|
+
placeholder: "Pilih tanggal",
|
|
6
|
+
rangePlaceholder: "Pilih rentang tanggal",
|
|
432
7
|
today: "Hari ini",
|
|
433
8
|
ok: "OK",
|
|
434
9
|
calendar: "Kalender",
|
|
435
10
|
toggleCalendar: "Buka kalender",
|
|
436
11
|
clearDate: "Hapus tanggal",
|
|
437
12
|
previousMonth: "Bulan sebelumnya",
|
|
438
|
-
nextMonth: "Bulan berikutnya"
|
|
13
|
+
nextMonth: "Bulan berikutnya",
|
|
14
|
+
year: "Tahun",
|
|
15
|
+
month: "Bulan",
|
|
16
|
+
day: "Hari",
|
|
17
|
+
start: "Mulai",
|
|
18
|
+
end: "Selesai"
|
|
439
19
|
}
|
|
440
20
|
};
|
|
441
21
|
|
|
442
22
|
// src/utils/i18n/locales/id-ID.ts
|
|
443
|
-
var idID =
|
|
23
|
+
var idID = {
|
|
444
24
|
locale: "id-ID",
|
|
445
25
|
direction: "ltr",
|
|
446
26
|
datePicker: ID_ID_DATEPICKER_LOCALE,
|
|
@@ -450,15 +30,33 @@ var idID = defineLocale({
|
|
|
450
30
|
closeText: "Tutup",
|
|
451
31
|
loadingText: "Memuat...",
|
|
452
32
|
emptyText: "Tidak ada data",
|
|
453
|
-
noMoreText: "Tidak ada data lagi"
|
|
33
|
+
noMoreText: "Tidak ada data lagi",
|
|
34
|
+
searchPlaceholder: "Cari",
|
|
35
|
+
clearText: "Hapus",
|
|
36
|
+
closeMessageAriaLabel: "Tutup pesan",
|
|
37
|
+
closeNotificationAriaLabel: "Tutup notifikasi",
|
|
38
|
+
sidebarAriaLabel: "Bilah sisi",
|
|
39
|
+
moreOptionsText: "Opsi lainnya",
|
|
40
|
+
confirmTitle: "Yakin ingin melanjutkan?"
|
|
41
|
+
},
|
|
42
|
+
empty: {
|
|
43
|
+
noData: "Tidak ada data",
|
|
44
|
+
noDataAvailable: "Tidak ada data tersedia",
|
|
45
|
+
noResults: "Tidak ada hasil",
|
|
46
|
+
error: "Terjadi kesalahan"
|
|
454
47
|
},
|
|
455
48
|
modal: {
|
|
456
49
|
closeAriaLabel: "Tutup",
|
|
457
50
|
okText: "OK",
|
|
458
|
-
cancelText: "Batal"
|
|
51
|
+
cancelText: "Batal",
|
|
52
|
+
dialogAriaLabel: "Kotak dialog"
|
|
459
53
|
},
|
|
460
54
|
drawer: {
|
|
461
|
-
closeAriaLabel: "Tutup"
|
|
55
|
+
closeAriaLabel: "Tutup",
|
|
56
|
+
dialogAriaLabel: "Laci"
|
|
57
|
+
},
|
|
58
|
+
alert: {
|
|
59
|
+
closeAriaLabel: "Tutup peringatan"
|
|
462
60
|
},
|
|
463
61
|
qrcode: {
|
|
464
62
|
ariaLabel: "Kode QR",
|
|
@@ -466,9 +64,57 @@ var idID = defineLocale({
|
|
|
466
64
|
refreshText: "Muat ulang",
|
|
467
65
|
loadingText: "Memuat..."
|
|
468
66
|
},
|
|
67
|
+
marquee: {
|
|
68
|
+
ariaLabel: "Konten bergulir"
|
|
69
|
+
},
|
|
70
|
+
image: {
|
|
71
|
+
previewAriaLabel: "Pratinjau {alt}",
|
|
72
|
+
previewFallbackAlt: "gambar",
|
|
73
|
+
groupAriaLabel: "Grup gambar"
|
|
74
|
+
},
|
|
75
|
+
imageCompare: {
|
|
76
|
+
ariaLabel: "Perbandingan gambar"
|
|
77
|
+
},
|
|
78
|
+
descriptions: {
|
|
79
|
+
colon: ":"
|
|
80
|
+
},
|
|
81
|
+
list: {
|
|
82
|
+
avatarAlt: "Foto profil",
|
|
83
|
+
dragHandleAriaLabel: "Ubah urutan"
|
|
84
|
+
},
|
|
85
|
+
scrollArea: {
|
|
86
|
+
ariaLabel: "Area gulir"
|
|
87
|
+
},
|
|
88
|
+
printLayout: {
|
|
89
|
+
pageBreak: "Pemisah halaman"
|
|
90
|
+
},
|
|
469
91
|
timeline: {
|
|
470
92
|
pendingText: "Memuat..."
|
|
471
93
|
},
|
|
94
|
+
progress: {
|
|
95
|
+
ariaLabel: "Progres"
|
|
96
|
+
},
|
|
97
|
+
splitter: {
|
|
98
|
+
gutterAriaLabel: "Ubah ukuran panel {index}"
|
|
99
|
+
},
|
|
100
|
+
resizable: {
|
|
101
|
+
handleAriaLabel: "Ubah ukuran {handle}"
|
|
102
|
+
},
|
|
103
|
+
upload: {
|
|
104
|
+
dragAreaAriaLabel: "Unggah berkas dengan mengeklik atau menyeret",
|
|
105
|
+
buttonAriaLabel: "Unggah berkas",
|
|
106
|
+
clickToUploadText: "Klik untuk mengunggah",
|
|
107
|
+
dragAndDropText: "atau seret dan lepas",
|
|
108
|
+
acceptInfoText: "Diterima: {accept}",
|
|
109
|
+
maxSizeInfoText: "Ukuran maks.: {maxSize}",
|
|
110
|
+
selectFileText: "Pilih berkas",
|
|
111
|
+
uploadedFilesAriaLabel: "Berkas terunggah",
|
|
112
|
+
successAriaLabel: "Berhasil",
|
|
113
|
+
errorAriaLabel: "Galat",
|
|
114
|
+
uploadingAriaLabel: "Mengunggah",
|
|
115
|
+
removeFileAriaLabel: "Hapus {fileName}",
|
|
116
|
+
previewFileAriaLabel: "Pratinjau {fileName}"
|
|
117
|
+
},
|
|
472
118
|
pagination: {
|
|
473
119
|
totalText: "Total {total} item",
|
|
474
120
|
itemsPerPageText: "/halaman",
|
|
@@ -477,18 +123,20 @@ var idID = defineLocale({
|
|
|
477
123
|
prevPageAriaLabel: "Halaman sebelumnya",
|
|
478
124
|
nextPageAriaLabel: "Halaman berikutnya",
|
|
479
125
|
pageAriaLabel: "Halaman {page}",
|
|
480
|
-
pageIndicatorText: "Halaman {current} dari {total}"
|
|
126
|
+
pageIndicatorText: "Halaman {current} dari {total}",
|
|
127
|
+
paginationAriaLabel: "Paginasi",
|
|
128
|
+
pageSizeAriaLabel: "Item per halaman"
|
|
481
129
|
},
|
|
482
130
|
table: {
|
|
483
131
|
emptyText: "Tidak ada data",
|
|
484
132
|
loadingText: "Memuat",
|
|
485
|
-
expandText: "
|
|
133
|
+
expandText: "Bentangkan",
|
|
486
134
|
collapseText: "Ciutkan",
|
|
487
135
|
selectAllText: "Pilih semua",
|
|
488
136
|
selectRowAriaLabel: "Pilih baris {row}",
|
|
489
|
-
sortByText: "Urutkan
|
|
490
|
-
clearSortText: "Hapus
|
|
491
|
-
toolbarAriaLabel: "
|
|
137
|
+
sortByText: "Urutkan menurut {column}",
|
|
138
|
+
clearSortText: "Hapus pengurutan",
|
|
139
|
+
toolbarAriaLabel: "Bilah alat tabel data",
|
|
492
140
|
searchPlaceholder: "Cari",
|
|
493
141
|
searchButtonText: "Cari",
|
|
494
142
|
selectedText: "Dipilih",
|
|
@@ -496,16 +144,133 @@ var idID = defineLocale({
|
|
|
496
144
|
columnSettingsText: "Pengaturan kolom",
|
|
497
145
|
columnSettingsAriaLabel: "Pengaturan kolom",
|
|
498
146
|
lockColumnAriaLabel: "Kunci kolom {column}",
|
|
499
|
-
unlockColumnAriaLabel: "Buka kunci kolom {column}"
|
|
147
|
+
unlockColumnAriaLabel: "Buka kunci kolom {column}",
|
|
148
|
+
allText: "Semua",
|
|
149
|
+
filterPlaceholder: "Saring...",
|
|
150
|
+
exportCsvText: "Ekspor CSV",
|
|
151
|
+
exportExcelText: "Ekspor Excel",
|
|
152
|
+
exportCsvAriaLabel: "Ekspor ke CSV",
|
|
153
|
+
exportExcelAriaLabel: "Ekspor ke Excel",
|
|
154
|
+
expandRowAriaLabel: "Bentangkan baris",
|
|
155
|
+
collapseRowAriaLabel: "Ciutkan baris",
|
|
156
|
+
sortMenuAriaLabel: "Urutkan",
|
|
157
|
+
filterColumnAriaLabel: "Saring {column}",
|
|
158
|
+
groupHeaderText: "{key} ({count})"
|
|
159
|
+
},
|
|
160
|
+
dataExport: {
|
|
161
|
+
triggerText: "Ekspor",
|
|
162
|
+
triggerAriaLabel: "Ekspor data",
|
|
163
|
+
xlsxText: "Ekspor Excel",
|
|
164
|
+
markdownText: "Ekspor Markdown",
|
|
165
|
+
csvText: "Ekspor CSV",
|
|
166
|
+
exportingText: "Mengekspor...",
|
|
167
|
+
errorText: "Ekspor gagal"
|
|
168
|
+
},
|
|
169
|
+
timePicker: {
|
|
170
|
+
hour: "Jam",
|
|
171
|
+
minute: "Menit",
|
|
172
|
+
second: "Detik",
|
|
173
|
+
period: "Periode",
|
|
174
|
+
now: "Sekarang",
|
|
175
|
+
ok: "OK",
|
|
176
|
+
start: "Mulai",
|
|
177
|
+
end: "Selesai",
|
|
178
|
+
clear: "Hapus waktu",
|
|
179
|
+
toggle: "Buka pemilih waktu",
|
|
180
|
+
dialog: "Pemilih waktu",
|
|
181
|
+
selectTime: "Pilih waktu",
|
|
182
|
+
selectTimeRange: "Pilih rentang waktu"
|
|
500
183
|
},
|
|
501
184
|
formWizard: {
|
|
502
185
|
prevText: "Sebelumnya",
|
|
503
186
|
nextText: "Selanjutnya",
|
|
504
|
-
finishText: "Selesai"
|
|
187
|
+
finishText: "Selesai",
|
|
188
|
+
ariaLabel: "Wisaya formulir",
|
|
189
|
+
skippedText: "Dilewati"
|
|
190
|
+
},
|
|
191
|
+
tour: {
|
|
192
|
+
prevText: "Sebelumnya",
|
|
193
|
+
nextText: "Selanjutnya",
|
|
194
|
+
finishText: "Selesai",
|
|
195
|
+
closeAriaLabel: "Tutup tur",
|
|
196
|
+
dialogAriaLabel: "Tur panduan"
|
|
197
|
+
},
|
|
198
|
+
calendar: {
|
|
199
|
+
previousMonth: "Bulan sebelumnya",
|
|
200
|
+
nextMonth: "Bulan berikutnya",
|
|
201
|
+
previousYear: "Tahun sebelumnya",
|
|
202
|
+
nextYear: "Tahun berikutnya"
|
|
203
|
+
},
|
|
204
|
+
fileManager: {
|
|
205
|
+
rootText: "Akar",
|
|
206
|
+
pathAriaLabel: "Jalur berkas",
|
|
207
|
+
listboxAriaLabel: "Berkas",
|
|
208
|
+
searchAriaLabel: "Cari berkas",
|
|
209
|
+
emptyText: "Folder kosong"
|
|
210
|
+
},
|
|
211
|
+
imageViewer: {
|
|
212
|
+
dialogAriaLabel: "Penampil gambar",
|
|
213
|
+
previewDialogAriaLabel: "Pratinjau gambar",
|
|
214
|
+
closeAriaLabel: "Tutup",
|
|
215
|
+
closePreviewAriaLabel: "Tutup pratinjau",
|
|
216
|
+
previousImageAriaLabel: "Gambar sebelumnya",
|
|
217
|
+
nextImageAriaLabel: "Gambar berikutnya",
|
|
218
|
+
zoomOutAriaLabel: "Perkecil",
|
|
219
|
+
resetAriaLabel: "Setel ulang",
|
|
220
|
+
zoomInAriaLabel: "Perbesar",
|
|
221
|
+
rotateLeftAriaLabel: "Putar kiri",
|
|
222
|
+
rotateRightAriaLabel: "Putar kanan",
|
|
223
|
+
previewImageAriaLabel: "Gambar {index} dari {total}"
|
|
224
|
+
},
|
|
225
|
+
imageEditor: {
|
|
226
|
+
selectImageText: "Pilih gambar",
|
|
227
|
+
selectImageAriaLabel: "Pilih gambar untuk dipotong dan diunggah",
|
|
228
|
+
cropModalTitle: "Potong gambar",
|
|
229
|
+
cropCancelText: "Batal",
|
|
230
|
+
cropConfirmText: "Konfirmasi potongan",
|
|
231
|
+
cropperDialogAriaLabel: "Pemotong gambar",
|
|
232
|
+
imageToCropAriaLabel: "Gambar yang akan dipotong",
|
|
233
|
+
moveCropAreaAriaLabel: "Pindahkan area potong",
|
|
234
|
+
resizeCropAreaAriaLabel: "Ubah ukuran area potong {handle}",
|
|
235
|
+
resizeHandleNw: "kiri atas",
|
|
236
|
+
resizeHandleN: "atas",
|
|
237
|
+
resizeHandleNe: "kanan atas",
|
|
238
|
+
resizeHandleE: "kanan",
|
|
239
|
+
resizeHandleSe: "kanan bawah",
|
|
240
|
+
resizeHandleS: "bawah",
|
|
241
|
+
resizeHandleSw: "kiri bawah",
|
|
242
|
+
resizeHandleW: "kiri",
|
|
243
|
+
loadingCropImageAriaLabel: "Memuat gambar untuk dipotong",
|
|
244
|
+
loadErrorAriaLabel: "Gagal memuat gambar untuk dipotong",
|
|
245
|
+
fileTooLargeText: "Ukuran file melebihi {maxSize}",
|
|
246
|
+
fileTypeRejectedText: "Jenis file ini tidak diterima",
|
|
247
|
+
annotationToolbarAriaLabel: "Alat anotasi",
|
|
248
|
+
annotationEditorAriaLabel: "Editor anotasi gambar",
|
|
249
|
+
annotationCanvasAriaLabel: "Kanvas anotasi",
|
|
250
|
+
loadingAnnotationImageAriaLabel: "Memuat gambar untuk dianotasi",
|
|
251
|
+
loadAnnotationErrorAriaLabel: "Gagal memuat gambar untuk dianotasi",
|
|
252
|
+
defaultAnnotationAlt: "Gambar untuk dianotasi",
|
|
253
|
+
annotationShapeAriaLabel: "anotasi {type}",
|
|
254
|
+
annotationLabeledShapeAriaLabel: "{label}, anotasi {type}",
|
|
255
|
+
selectToolText: "Pilih",
|
|
256
|
+
rectangleToolText: "Persegi panjang",
|
|
257
|
+
ellipseToolText: "Elips",
|
|
258
|
+
polygonToolText: "Poligon",
|
|
259
|
+
freehandToolText: "Gambar bebas",
|
|
260
|
+
deleteText: "Hapus"
|
|
261
|
+
},
|
|
262
|
+
status: {
|
|
263
|
+
tagCloseAriaLabel: "Tutup tag",
|
|
264
|
+
badgeLabel: "notifikasi",
|
|
265
|
+
badgeCountLabel: "{count} notifikasi"
|
|
505
266
|
},
|
|
506
267
|
taskBoard: {
|
|
507
268
|
emptyColumnText: "Tidak ada tugas",
|
|
508
269
|
addCardText: "Tambah tugas",
|
|
270
|
+
addColumnText: "Tambah kolom",
|
|
271
|
+
newCardTitle: "Tugas baru",
|
|
272
|
+
newColumnTitle: "Kolom baru",
|
|
273
|
+
unassignedSwimlaneText: "Belum ditetapkan",
|
|
509
274
|
wipLimitText: "Batas WIP: {limit}",
|
|
510
275
|
dragHintText: "Seret untuk memindahkan",
|
|
511
276
|
boardAriaLabel: "Papan Tugas"
|
|
@@ -516,7 +281,8 @@ var idID = defineLocale({
|
|
|
516
281
|
placeholder: "Tulis pesan",
|
|
517
282
|
sendingText: "Mengirim",
|
|
518
283
|
sentText: "Terkirim",
|
|
519
|
-
failedText: "Gagal mengirim"
|
|
284
|
+
failedText: "Gagal mengirim",
|
|
285
|
+
messageListAriaLabel: "Daftar pesan"
|
|
520
286
|
},
|
|
521
287
|
code: {
|
|
522
288
|
copyLabel: "Salin",
|
|
@@ -534,11 +300,17 @@ var idID = defineLocale({
|
|
|
534
300
|
moreText: "Lainnya",
|
|
535
301
|
loadMoreText: "Muat lebih banyak",
|
|
536
302
|
collapseRepliesText: "\u25BE Ciutkan balasan",
|
|
537
|
-
expandRepliesText: "\u25B8 Perluas {count} balasan"
|
|
303
|
+
expandRepliesText: "\u25B8 Perluas {count} balasan",
|
|
304
|
+
listAriaLabel: "Utas komentar",
|
|
305
|
+
replySubmitText: "Kirim balasan",
|
|
306
|
+
remainingRepliesText: "Tampilkan sisa {count}",
|
|
307
|
+
maxDepthReachedText: "Kedalaman balasan maksimum tercapai"
|
|
538
308
|
},
|
|
539
309
|
activityFeed: {
|
|
540
310
|
emptyText: "Tidak ada aktivitas",
|
|
541
|
-
loadingText: "Memuat..."
|
|
311
|
+
loadingText: "Memuat...",
|
|
312
|
+
listAriaLabel: "Aktivitas",
|
|
313
|
+
otherGroupTitle: "Lainnya"
|
|
542
314
|
},
|
|
543
315
|
notificationCenter: {
|
|
544
316
|
title: "Notifikasi",
|
|
@@ -549,22 +321,204 @@ var idID = defineLocale({
|
|
|
549
321
|
readLabel: "Sudah dibaca",
|
|
550
322
|
markAllReadText: "Tandai semua sudah dibaca",
|
|
551
323
|
markReadText: "Tandai sudah dibaca",
|
|
552
|
-
markUnreadText: "Tandai belum dibaca"
|
|
324
|
+
markUnreadText: "Tandai belum dibaca",
|
|
325
|
+
defaultGroupTitle: "Bawaan",
|
|
326
|
+
unreadCountText: "{count} belum dibaca"
|
|
553
327
|
},
|
|
554
328
|
select: {
|
|
555
329
|
doneText: "Selesai",
|
|
556
330
|
placeholder: "Pilih opsi",
|
|
557
|
-
emptyText: "Tidak ada opsi"
|
|
331
|
+
emptyText: "Tidak ada opsi",
|
|
332
|
+
searchPlaceholder: "Cari",
|
|
333
|
+
clearAriaLabel: "Hapus pilihan",
|
|
334
|
+
createOptionLabel: 'Buat "{label}"',
|
|
335
|
+
moreCountText: "+{count} lagi",
|
|
336
|
+
loadingText: "Memuat...",
|
|
337
|
+
levelLabel: "Tingkat {level}",
|
|
338
|
+
backText: "Kembali",
|
|
339
|
+
expandAriaLabel: "Bentangkan",
|
|
340
|
+
collapseAriaLabel: "Ciutkan"
|
|
558
341
|
},
|
|
559
342
|
colorPicker: {
|
|
560
343
|
trigger: "Pilih warna",
|
|
561
344
|
panelTitle: "Warna",
|
|
562
345
|
clear: "Hapus",
|
|
563
|
-
hue: "
|
|
564
|
-
|
|
346
|
+
hue: "Rona",
|
|
347
|
+
saturation: "Saturasi",
|
|
348
|
+
brightness: "Kecerahan",
|
|
349
|
+
alpha: "Opasitas",
|
|
565
350
|
value: "Nilai warna",
|
|
566
351
|
preview: "Pratinjau",
|
|
567
|
-
selectPreset: "Pilih {color}"
|
|
352
|
+
selectPreset: "Pilih {color}",
|
|
353
|
+
done: "Selesai",
|
|
354
|
+
formatHex: "HEX",
|
|
355
|
+
formatRgb: "RGB",
|
|
356
|
+
formatHsl: "HSL",
|
|
357
|
+
swatches: "Sampel warna",
|
|
358
|
+
primaryGroup: "Utama",
|
|
359
|
+
accentGroup: "Aksen"
|
|
360
|
+
},
|
|
361
|
+
tabs: {
|
|
362
|
+
addTabAriaLabel: "Tambah tab",
|
|
363
|
+
closeTabAriaLabel: "Tutup {label}",
|
|
364
|
+
tablistAriaLabel: "Tab"
|
|
365
|
+
},
|
|
366
|
+
rate: {
|
|
367
|
+
ariaLabel: "Peringkat",
|
|
368
|
+
valueText: "{value} bintang"
|
|
369
|
+
},
|
|
370
|
+
avatarGroup: {
|
|
371
|
+
ariaLabel: "Grup avatar",
|
|
372
|
+
overflowAriaLabel: "{count} lainnya"
|
|
373
|
+
},
|
|
374
|
+
carousel: {
|
|
375
|
+
ariaLabel: "Karusel",
|
|
376
|
+
roleDescription: "karusel",
|
|
377
|
+
slideRoleDescription: "salindia",
|
|
378
|
+
navigationAriaLabel: "Navigasi karusel",
|
|
379
|
+
previousSlideAriaLabel: "Slide sebelumnya",
|
|
380
|
+
nextSlideAriaLabel: "Slide berikutnya",
|
|
381
|
+
pauseAriaLabel: "Jeda putar otomatis",
|
|
382
|
+
playAriaLabel: "Mulai putar otomatis",
|
|
383
|
+
goToSlideAriaLabel: "Ke slide {index}",
|
|
384
|
+
slideAriaLabel: "Slide {index} dari {total}"
|
|
385
|
+
},
|
|
386
|
+
transfer: {
|
|
387
|
+
sourceTitle: "Sumber",
|
|
388
|
+
targetTitle: "Tujuan",
|
|
389
|
+
searchAriaLabel: "Cari {title}",
|
|
390
|
+
itemsAriaLabel: "Item {title}",
|
|
391
|
+
moveToTargetAriaLabel: "Pindahkan pilihan ke tujuan",
|
|
392
|
+
moveToSourceAriaLabel: "Pindahkan pilihan ke sumber",
|
|
393
|
+
selectAllAriaLabel: "Pilih semua di {title}"
|
|
394
|
+
},
|
|
395
|
+
chart: {
|
|
396
|
+
legendAriaLabel: "Legenda bagan",
|
|
397
|
+
pointAriaLabel: "Titik {index}: ({x}, {y})",
|
|
398
|
+
seriesName: "Seri {index}",
|
|
399
|
+
sliceName: "Irisan {index}",
|
|
400
|
+
sliceAriaLabel: "{label}: {value} ({percent} %)",
|
|
401
|
+
stageName: "Tahap {index}",
|
|
402
|
+
heatmapTooltip: "{x} \xD7 {y} = {value}",
|
|
403
|
+
treemapTooltip: "{label}: {value} ({percent} %)",
|
|
404
|
+
sunburstTooltip: "{label}: {value} ({percent} %)",
|
|
405
|
+
orgChartAriaLabel: "Bagan organisasi",
|
|
406
|
+
ganttAriaLabel: "Bagan Gantt",
|
|
407
|
+
ganttTaskAriaLabel: "{label}, {start} sampai {end}{progress}"
|
|
408
|
+
},
|
|
409
|
+
codeEditor: {
|
|
410
|
+
editorAriaLabel: "Editor kode"
|
|
411
|
+
},
|
|
412
|
+
markdownEditor: {
|
|
413
|
+
formattingToolbarAriaLabel: "Pemformatan Markdown",
|
|
414
|
+
modeToolbarAriaLabel: "Mode tampilan Markdown",
|
|
415
|
+
editorAriaLabel: "Editor Markdown",
|
|
416
|
+
previewAriaLabel: "Pratinjau Markdown",
|
|
417
|
+
editModeLabel: "Sunting",
|
|
418
|
+
splitModeLabel: "Bagi",
|
|
419
|
+
previewModeLabel: "Pratinjau",
|
|
420
|
+
bold: "Tebal",
|
|
421
|
+
italic: "Miring",
|
|
422
|
+
strikethrough: "Coret",
|
|
423
|
+
heading: "Judul",
|
|
424
|
+
blockquote: "Kutipan",
|
|
425
|
+
unorderedList: "Daftar berpoin",
|
|
426
|
+
orderedList: "Daftar bernomor",
|
|
427
|
+
inlineCode: "Kode sebaris",
|
|
428
|
+
codeBlock: "Blok kode",
|
|
429
|
+
link: "Tautan",
|
|
430
|
+
image: "Gambar",
|
|
431
|
+
table: "Tabel",
|
|
432
|
+
horizontalRule: "Garis horizontal",
|
|
433
|
+
placeholderStrong: "teks tebal",
|
|
434
|
+
placeholderEmphasis: "teks miring",
|
|
435
|
+
placeholderDeleted: "teks terhapus",
|
|
436
|
+
placeholderCode: "kode",
|
|
437
|
+
placeholderHeading: "Judul",
|
|
438
|
+
placeholderQuote: "Kutipan",
|
|
439
|
+
placeholderListItem: "Butir daftar",
|
|
440
|
+
placeholderLinkText: "teks tautan",
|
|
441
|
+
placeholderImageAlt: "teks alt",
|
|
442
|
+
placeholderTable: "| Kolom | Nilai |\n| --- | --- |\n| Nama | Tigercat |"
|
|
443
|
+
},
|
|
444
|
+
richTextEditor: {
|
|
445
|
+
formattingToolbarAriaLabel: "Pemformatan teks",
|
|
446
|
+
editorAriaLabel: "Editor teks kaya",
|
|
447
|
+
bold: "Tebal",
|
|
448
|
+
italic: "Miring",
|
|
449
|
+
underline: "Garis bawah",
|
|
450
|
+
strikethrough: "Coret",
|
|
451
|
+
heading1: "Judul 1",
|
|
452
|
+
heading2: "Judul 2",
|
|
453
|
+
heading3: "Judul 3",
|
|
454
|
+
bulletList: "Daftar berpoin",
|
|
455
|
+
orderedList: "Daftar bernomor",
|
|
456
|
+
blockquote: "Kutipan",
|
|
457
|
+
codeBlock: "Kode",
|
|
458
|
+
link: "Tautan",
|
|
459
|
+
image: "Gambar",
|
|
460
|
+
horizontalRule: "Garis",
|
|
461
|
+
undo: "Urungkan",
|
|
462
|
+
redo: "Ulangi",
|
|
463
|
+
clear: "Hapus format",
|
|
464
|
+
linkPrompt: "Masukkan URL",
|
|
465
|
+
imagePrompt: "Masukkan URL gambar"
|
|
466
|
+
},
|
|
467
|
+
cronEditor: {
|
|
468
|
+
ariaLabel: "Editor Cron",
|
|
469
|
+
expressionAriaLabel: "Ekspresi Cron",
|
|
470
|
+
presetAriaLabel: "Prasetel Cron",
|
|
471
|
+
presetPlaceholder: "Prasetel",
|
|
472
|
+
everyMinutePreset: "Setiap menit",
|
|
473
|
+
hourlyPreset: "Setiap jam",
|
|
474
|
+
dailyPreset: "Harian",
|
|
475
|
+
weeklyPreset: "Mingguan",
|
|
476
|
+
monthlyPreset: "Bulanan",
|
|
477
|
+
minuteLabel: "Menit",
|
|
478
|
+
hourLabel: "Jam",
|
|
479
|
+
dayOfMonthLabel: "Hari",
|
|
480
|
+
monthLabel: "Bulan",
|
|
481
|
+
dayOfWeekLabel: "Hari dalam minggu",
|
|
482
|
+
modeAnyLabel: "Apa pun",
|
|
483
|
+
modeEveryLabel: "Setiap",
|
|
484
|
+
modeSpecificLabel: "Spesifik",
|
|
485
|
+
modeRangeLabel: "Rentang",
|
|
486
|
+
modeCustomLabel: "Kustom",
|
|
487
|
+
modeAriaLabel: "Mode {field}",
|
|
488
|
+
stepAriaLabel: "Langkah {field}",
|
|
489
|
+
valueAriaLabel: "Nilai {field}",
|
|
490
|
+
rangeStartAriaLabel: "Awal rentang {field}",
|
|
491
|
+
rangeEndAriaLabel: "Akhir rentang {field}",
|
|
492
|
+
customValueAriaLabel: "Nilai kustom {field}",
|
|
493
|
+
expressionFieldsError: "Ekspresi Cron harus berisi 5 bidang",
|
|
494
|
+
fieldRequiredError: "{field} wajib diisi",
|
|
495
|
+
invalidStepError: "{field} memiliki ekspresi langkah yang tidak valid",
|
|
496
|
+
stepRangeError: "Langkah {field} harus antara 1 dan {max}",
|
|
497
|
+
fieldRangeError: "{field} harus antara {min} dan {max}",
|
|
498
|
+
rangeOrderError: "Awal rentang {field} harus lebih kecil atau sama dengan akhir",
|
|
499
|
+
invalidFieldError: "{field} harus *, angka, rentang, langkah, atau daftar dipisah koma"
|
|
500
|
+
},
|
|
501
|
+
formValidation: {
|
|
502
|
+
required: "Bidang ini wajib diisi",
|
|
503
|
+
typeString: "Nilai harus berupa string",
|
|
504
|
+
typeNumber: "Nilai harus berupa angka",
|
|
505
|
+
typeBoolean: "Nilai harus berupa boolean",
|
|
506
|
+
typeArray: "Nilai harus berupa array",
|
|
507
|
+
typeObject: "Nilai harus berupa objek",
|
|
508
|
+
email: "Masukkan alamat email yang valid",
|
|
509
|
+
phone: "Masukkan nomor telepon yang valid",
|
|
510
|
+
url: "Masukkan URL yang valid",
|
|
511
|
+
date: "Masukkan tanggal yang valid",
|
|
512
|
+
idCard: "Masukkan nomor identitas yang valid",
|
|
513
|
+
minLength: "Panjang minimum adalah {min} karakter",
|
|
514
|
+
maxLength: "Panjang maksimum adalah {max} karakter",
|
|
515
|
+
minValue: "Nilai minimum adalah {min}",
|
|
516
|
+
maxValue: "Nilai maksimum adalah {max}",
|
|
517
|
+
minItems: "Minimal {min} item diperlukan",
|
|
518
|
+
maxItems: "Maksimal {max} item diizinkan",
|
|
519
|
+
patternMismatch: "Nilai tidak cocok dengan pola yang diperlukan",
|
|
520
|
+
validatorFailed: "Validasi gagal",
|
|
521
|
+
validatorError: "Terjadi kesalahan saat validasi"
|
|
568
522
|
},
|
|
569
523
|
inputOtp: {
|
|
570
524
|
groupLabel: "Kata sandi sekali pakai",
|
|
@@ -573,8 +527,77 @@ var idID = defineLocale({
|
|
|
573
527
|
tagsInput: {
|
|
574
528
|
removeTagLabel: "Hapus {tag}",
|
|
575
529
|
clearAllLabel: "Hapus semua tag"
|
|
530
|
+
},
|
|
531
|
+
input: {
|
|
532
|
+
clearAriaLabel: "Hapus isian",
|
|
533
|
+
showPasswordAriaLabel: "Tampilkan kata sandi",
|
|
534
|
+
hidePasswordAriaLabel: "Sembunyikan kata sandi"
|
|
535
|
+
},
|
|
536
|
+
inputNumber: {
|
|
537
|
+
incrementAriaLabel: "Naikkan",
|
|
538
|
+
decrementAriaLabel: "Turunkan",
|
|
539
|
+
emptyAriaValueText: "Kosong"
|
|
540
|
+
},
|
|
541
|
+
slider: {
|
|
542
|
+
ariaLabel: "Penggeser",
|
|
543
|
+
minAriaLabel: "Nilai terendah",
|
|
544
|
+
maxAriaLabel: "Nilai tertinggi"
|
|
545
|
+
},
|
|
546
|
+
stepper: {
|
|
547
|
+
ariaLabel: "Pengatur angka",
|
|
548
|
+
valueAriaLabel: "Nilai",
|
|
549
|
+
incrementAriaLabel: "Tambah",
|
|
550
|
+
decrementAriaLabel: "Kurangi"
|
|
551
|
+
},
|
|
552
|
+
signature: {
|
|
553
|
+
ariaLabel: "Pad tanda tangan",
|
|
554
|
+
undoText: "Urungkan"
|
|
555
|
+
},
|
|
556
|
+
numberKeyboard: {
|
|
557
|
+
ariaLabel: "Papan tombol angka",
|
|
558
|
+
deleteText: "Hapus",
|
|
559
|
+
decimalAriaLabel: "Pemisah desimal",
|
|
560
|
+
idCardXAriaLabel: "KTP X"
|
|
561
|
+
},
|
|
562
|
+
breadcrumb: {
|
|
563
|
+
ariaLabel: "Jejak navigasi",
|
|
564
|
+
expandAriaLabel: "Tampilkan item yang dilipat"
|
|
565
|
+
},
|
|
566
|
+
pageHeader: {
|
|
567
|
+
backAriaLabel: "Kembali"
|
|
568
|
+
},
|
|
569
|
+
backTop: {
|
|
570
|
+
ariaLabel: "Kembali ke atas"
|
|
571
|
+
},
|
|
572
|
+
anchor: {
|
|
573
|
+
ariaLabel: "Di halaman ini"
|
|
574
|
+
},
|
|
575
|
+
floatButton: {
|
|
576
|
+
ariaLabel: "Tambah"
|
|
577
|
+
},
|
|
578
|
+
spotlight: {
|
|
579
|
+
title: "Palet perintah",
|
|
580
|
+
placeholder: "Cari"
|
|
581
|
+
},
|
|
582
|
+
scrollSpy: {
|
|
583
|
+
ariaLabel: "Navigasi bagian"
|
|
584
|
+
},
|
|
585
|
+
steps: {
|
|
586
|
+
ariaLabel: "Langkah",
|
|
587
|
+
waitStatus: "Menunggu",
|
|
588
|
+
processStatus: "Berjalan",
|
|
589
|
+
finishStatus: "Selesai",
|
|
590
|
+
errorStatus: "Kesalahan"
|
|
591
|
+
},
|
|
592
|
+
tree: {
|
|
593
|
+
ariaLabel: "Pohon",
|
|
594
|
+
selectNode: "Pilih {label}",
|
|
595
|
+
expand: "Bentangkan",
|
|
596
|
+
collapse: "Ciutkan"
|
|
576
597
|
}
|
|
577
|
-
}
|
|
598
|
+
};
|
|
599
|
+
var id_ID_default = idID;
|
|
578
600
|
export {
|
|
601
|
+
id_ID_default as default,
|
|
579
602
|
idID
|
|
580
603
|
};
|