@expcat/tigercat-core 2.1.0 → 2.1.2
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-CJUETRjV.d.ts → data-export-CLWdsrRn.d.ts} +1 -1
- package/dist/index.d.ts +474 -101
- package/dist/index.js +1388 -304
- package/dist/{locale-CEDXoKX7.d.ts → locale-KMGxL6bT.d.ts} +101 -1
- package/dist/locales/ar-SA.d.ts +1 -1
- package/dist/locales/ar-SA.js +140 -4
- package/dist/locales/de-DE.d.ts +1 -1
- package/dist/locales/de-DE.js +140 -4
- package/dist/locales/en-US.d.ts +1 -1
- package/dist/locales/en-US.js +86 -3
- package/dist/locales/es-ES.d.ts +1 -1
- package/dist/locales/es-ES.js +140 -4
- package/dist/locales/fr-FR.d.ts +1 -1
- package/dist/locales/fr-FR.js +140 -4
- package/dist/locales/id-ID.d.ts +1 -1
- package/dist/locales/id-ID.js +140 -4
- package/dist/locales/ja-JP.d.ts +1 -1
- package/dist/locales/ja-JP.js +140 -4
- package/dist/locales/ko-KR.d.ts +1 -1
- package/dist/locales/ko-KR.js +140 -4
- package/dist/locales/pt-BR.d.ts +1 -1
- package/dist/locales/pt-BR.js +140 -4
- package/dist/locales/th-TH.d.ts +1 -1
- package/dist/locales/th-TH.js +140 -4
- package/dist/locales/vi-VN.d.ts +1 -1
- package/dist/locales/vi-VN.js +140 -4
- package/dist/locales/zh-CN.d.ts +1 -1
- package/dist/locales/zh-CN.js +86 -3
- package/dist/locales/zh-TW.d.ts +1 -1
- package/dist/locales/zh-TW.js +140 -4
- package/dist/{table-CbPOY5bp.d.ts → table-CHeBgM_2.d.ts} +1 -1
- package/dist/tailwind/modern.js +25 -14
- package/dist/{tailwind-entry-CNBAH7iv.d.ts → tailwind-entry-nnuviNxx.d.ts} +1 -1
- package/dist/tailwind.d.ts +1 -1
- package/dist/tailwind.js +23 -12
- package/dist/utils/data-export.d.ts +3 -3
- package/dist/utils/table-export.d.ts +2 -2
- package/package.json +1 -1
package/dist/locales/es-ES.js
CHANGED
|
@@ -203,8 +203,61 @@ var enUS = {
|
|
|
203
203
|
dragHintText: "Drag to move",
|
|
204
204
|
boardAriaLabel: "Task Board"
|
|
205
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
|
+
},
|
|
206
247
|
select: {
|
|
207
|
-
doneText: "Done"
|
|
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}"
|
|
208
261
|
},
|
|
209
262
|
tabs: {
|
|
210
263
|
addTabAriaLabel: "Add tab",
|
|
@@ -245,11 +298,41 @@ var enUS = {
|
|
|
245
298
|
previewAriaLabel: "Markdown preview",
|
|
246
299
|
editModeLabel: "Edit",
|
|
247
300
|
splitModeLabel: "Split",
|
|
248
|
-
previewModeLabel: "Preview"
|
|
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"
|
|
249
315
|
},
|
|
250
316
|
richTextEditor: {
|
|
251
317
|
formattingToolbarAriaLabel: "Text formatting",
|
|
252
|
-
editorAriaLabel: "Rich text editor"
|
|
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"
|
|
253
336
|
},
|
|
254
337
|
cronEditor: {
|
|
255
338
|
ariaLabel: "Cron editor",
|
|
@@ -442,8 +525,61 @@ var esES = defineLocale({
|
|
|
442
525
|
dragHintText: "Arrastra para mover",
|
|
443
526
|
boardAriaLabel: "Tablero de tareas"
|
|
444
527
|
},
|
|
528
|
+
chatWindow: {
|
|
529
|
+
emptyText: "No hay mensajes",
|
|
530
|
+
sendText: "Enviar",
|
|
531
|
+
placeholder: "Escribe un mensaje",
|
|
532
|
+
sendingText: "Enviando",
|
|
533
|
+
sentText: "Entregado",
|
|
534
|
+
failedText: "Error al enviar"
|
|
535
|
+
},
|
|
536
|
+
code: {
|
|
537
|
+
copyLabel: "Copiar",
|
|
538
|
+
copiedLabel: "Copiado",
|
|
539
|
+
copyFailedLabel: "Error al copiar"
|
|
540
|
+
},
|
|
541
|
+
commentThread: {
|
|
542
|
+
emptyText: "No hay comentarios",
|
|
543
|
+
replyPlaceholder: "Escribe una respuesta...",
|
|
544
|
+
replyButtonText: "Responder",
|
|
545
|
+
cancelReplyText: "Cancelar",
|
|
546
|
+
likeText: "Me gusta",
|
|
547
|
+
likedText: "Te gusta",
|
|
548
|
+
replyText: "Responder",
|
|
549
|
+
moreText: "M\xE1s",
|
|
550
|
+
loadMoreText: "Cargar m\xE1s",
|
|
551
|
+
collapseRepliesText: "\u25BE Ocultar respuestas",
|
|
552
|
+
expandRepliesText: "\u25B8 Mostrar {count} respuestas"
|
|
553
|
+
},
|
|
554
|
+
activityFeed: {
|
|
555
|
+
emptyText: "No hay actividad",
|
|
556
|
+
loadingText: "Cargando..."
|
|
557
|
+
},
|
|
558
|
+
notificationCenter: {
|
|
559
|
+
title: "Notificaciones",
|
|
560
|
+
emptyText: "No hay notificaciones",
|
|
561
|
+
loadingText: "Cargando...",
|
|
562
|
+
allLabel: "Todas",
|
|
563
|
+
unreadLabel: "No le\xEDdas",
|
|
564
|
+
readLabel: "Le\xEDdas",
|
|
565
|
+
markAllReadText: "Marcar todas como le\xEDdas",
|
|
566
|
+
markReadText: "Marcar como le\xEDda",
|
|
567
|
+
markUnreadText: "Marcar como no le\xEDda"
|
|
568
|
+
},
|
|
445
569
|
select: {
|
|
446
|
-
doneText: "Finalizar"
|
|
570
|
+
doneText: "Finalizar",
|
|
571
|
+
placeholder: "Seleccione una opci\xF3n",
|
|
572
|
+
emptyText: "No hay opciones"
|
|
573
|
+
},
|
|
574
|
+
colorPicker: {
|
|
575
|
+
trigger: "Elegir color",
|
|
576
|
+
panelTitle: "Color",
|
|
577
|
+
clear: "Borrar",
|
|
578
|
+
hue: "Tono",
|
|
579
|
+
alpha: "Alfa",
|
|
580
|
+
value: "Valor de color",
|
|
581
|
+
preview: "Vista previa",
|
|
582
|
+
selectPreset: "Seleccionar {color}"
|
|
447
583
|
},
|
|
448
584
|
inputOtp: {
|
|
449
585
|
groupLabel: "Contrase\xF1a de un solo uso",
|
package/dist/locales/fr-FR.d.ts
CHANGED
package/dist/locales/fr-FR.js
CHANGED
|
@@ -203,8 +203,61 @@ var enUS = {
|
|
|
203
203
|
dragHintText: "Drag to move",
|
|
204
204
|
boardAriaLabel: "Task Board"
|
|
205
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
|
+
},
|
|
206
247
|
select: {
|
|
207
|
-
doneText: "Done"
|
|
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}"
|
|
208
261
|
},
|
|
209
262
|
tabs: {
|
|
210
263
|
addTabAriaLabel: "Add tab",
|
|
@@ -245,11 +298,41 @@ var enUS = {
|
|
|
245
298
|
previewAriaLabel: "Markdown preview",
|
|
246
299
|
editModeLabel: "Edit",
|
|
247
300
|
splitModeLabel: "Split",
|
|
248
|
-
previewModeLabel: "Preview"
|
|
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"
|
|
249
315
|
},
|
|
250
316
|
richTextEditor: {
|
|
251
317
|
formattingToolbarAriaLabel: "Text formatting",
|
|
252
|
-
editorAriaLabel: "Rich text editor"
|
|
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"
|
|
253
336
|
},
|
|
254
337
|
cronEditor: {
|
|
255
338
|
ariaLabel: "Cron editor",
|
|
@@ -442,8 +525,61 @@ var frFR = defineLocale({
|
|
|
442
525
|
dragHintText: "Glisser pour d\xE9placer",
|
|
443
526
|
boardAriaLabel: "Tableau des t\xE2ches"
|
|
444
527
|
},
|
|
528
|
+
chatWindow: {
|
|
529
|
+
emptyText: "Aucun message",
|
|
530
|
+
sendText: "Envoyer",
|
|
531
|
+
placeholder: "Saisir un message",
|
|
532
|
+
sendingText: "Envoi...",
|
|
533
|
+
sentText: "Distribu\xE9",
|
|
534
|
+
failedText: "\xC9chec de l'envoi"
|
|
535
|
+
},
|
|
536
|
+
code: {
|
|
537
|
+
copyLabel: "Copier",
|
|
538
|
+
copiedLabel: "Copi\xE9",
|
|
539
|
+
copyFailedLabel: "\xC9chec de la copie"
|
|
540
|
+
},
|
|
541
|
+
commentThread: {
|
|
542
|
+
emptyText: "Aucun commentaire",
|
|
543
|
+
replyPlaceholder: "\xC9crire une r\xE9ponse...",
|
|
544
|
+
replyButtonText: "R\xE9pondre",
|
|
545
|
+
cancelReplyText: "Annuler",
|
|
546
|
+
likeText: "J'aime",
|
|
547
|
+
likedText: "Aim\xE9",
|
|
548
|
+
replyText: "R\xE9pondre",
|
|
549
|
+
moreText: "Plus",
|
|
550
|
+
loadMoreText: "Charger plus",
|
|
551
|
+
collapseRepliesText: "\u25BE R\xE9duire les r\xE9ponses",
|
|
552
|
+
expandRepliesText: "\u25B8 Afficher {count} r\xE9ponses"
|
|
553
|
+
},
|
|
554
|
+
activityFeed: {
|
|
555
|
+
emptyText: "Aucune activit\xE9",
|
|
556
|
+
loadingText: "Chargement..."
|
|
557
|
+
},
|
|
558
|
+
notificationCenter: {
|
|
559
|
+
title: "Notifications",
|
|
560
|
+
emptyText: "Aucune notification",
|
|
561
|
+
loadingText: "Chargement...",
|
|
562
|
+
allLabel: "Toutes",
|
|
563
|
+
unreadLabel: "Non lues",
|
|
564
|
+
readLabel: "Lues",
|
|
565
|
+
markAllReadText: "Tout marquer comme lu",
|
|
566
|
+
markReadText: "Marquer comme lu",
|
|
567
|
+
markUnreadText: "Marquer comme non lu"
|
|
568
|
+
},
|
|
445
569
|
select: {
|
|
446
|
-
doneText: "Terminer"
|
|
570
|
+
doneText: "Terminer",
|
|
571
|
+
placeholder: "S\xE9lectionner une option",
|
|
572
|
+
emptyText: "Aucune option"
|
|
573
|
+
},
|
|
574
|
+
colorPicker: {
|
|
575
|
+
trigger: "Choisir une couleur",
|
|
576
|
+
panelTitle: "Couleur",
|
|
577
|
+
clear: "Effacer",
|
|
578
|
+
hue: "Teinte",
|
|
579
|
+
alpha: "Alpha",
|
|
580
|
+
value: "Valeur",
|
|
581
|
+
preview: "Aper\xE7u",
|
|
582
|
+
selectPreset: "S\xE9lectionner {color}"
|
|
447
583
|
},
|
|
448
584
|
inputOtp: {
|
|
449
585
|
groupLabel: "Mot de passe \xE0 usage unique",
|
package/dist/locales/id-ID.d.ts
CHANGED
package/dist/locales/id-ID.js
CHANGED
|
@@ -203,8 +203,61 @@ var enUS = {
|
|
|
203
203
|
dragHintText: "Drag to move",
|
|
204
204
|
boardAriaLabel: "Task Board"
|
|
205
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
|
+
},
|
|
206
247
|
select: {
|
|
207
|
-
doneText: "Done"
|
|
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}"
|
|
208
261
|
},
|
|
209
262
|
tabs: {
|
|
210
263
|
addTabAriaLabel: "Add tab",
|
|
@@ -245,11 +298,41 @@ var enUS = {
|
|
|
245
298
|
previewAriaLabel: "Markdown preview",
|
|
246
299
|
editModeLabel: "Edit",
|
|
247
300
|
splitModeLabel: "Split",
|
|
248
|
-
previewModeLabel: "Preview"
|
|
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"
|
|
249
315
|
},
|
|
250
316
|
richTextEditor: {
|
|
251
317
|
formattingToolbarAriaLabel: "Text formatting",
|
|
252
|
-
editorAriaLabel: "Rich text editor"
|
|
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"
|
|
253
336
|
},
|
|
254
337
|
cronEditor: {
|
|
255
338
|
ariaLabel: "Cron editor",
|
|
@@ -427,8 +510,61 @@ var idID = defineLocale({
|
|
|
427
510
|
dragHintText: "Seret untuk memindahkan",
|
|
428
511
|
boardAriaLabel: "Papan Tugas"
|
|
429
512
|
},
|
|
513
|
+
chatWindow: {
|
|
514
|
+
emptyText: "Tidak ada pesan",
|
|
515
|
+
sendText: "Kirim",
|
|
516
|
+
placeholder: "Tulis pesan",
|
|
517
|
+
sendingText: "Mengirim",
|
|
518
|
+
sentText: "Terkirim",
|
|
519
|
+
failedText: "Gagal mengirim"
|
|
520
|
+
},
|
|
521
|
+
code: {
|
|
522
|
+
copyLabel: "Salin",
|
|
523
|
+
copiedLabel: "Disalin",
|
|
524
|
+
copyFailedLabel: "Gagal menyalin"
|
|
525
|
+
},
|
|
526
|
+
commentThread: {
|
|
527
|
+
emptyText: "Tidak ada komentar",
|
|
528
|
+
replyPlaceholder: "Tulis balasan...",
|
|
529
|
+
replyButtonText: "Balas",
|
|
530
|
+
cancelReplyText: "Batal",
|
|
531
|
+
likeText: "Suka",
|
|
532
|
+
likedText: "Disukai",
|
|
533
|
+
replyText: "Balas",
|
|
534
|
+
moreText: "Lainnya",
|
|
535
|
+
loadMoreText: "Muat lebih banyak",
|
|
536
|
+
collapseRepliesText: "\u25BE Ciutkan balasan",
|
|
537
|
+
expandRepliesText: "\u25B8 Perluas {count} balasan"
|
|
538
|
+
},
|
|
539
|
+
activityFeed: {
|
|
540
|
+
emptyText: "Tidak ada aktivitas",
|
|
541
|
+
loadingText: "Memuat..."
|
|
542
|
+
},
|
|
543
|
+
notificationCenter: {
|
|
544
|
+
title: "Notifikasi",
|
|
545
|
+
emptyText: "Tidak ada notifikasi",
|
|
546
|
+
loadingText: "Memuat...",
|
|
547
|
+
allLabel: "Semua",
|
|
548
|
+
unreadLabel: "Belum dibaca",
|
|
549
|
+
readLabel: "Sudah dibaca",
|
|
550
|
+
markAllReadText: "Tandai semua sudah dibaca",
|
|
551
|
+
markReadText: "Tandai sudah dibaca",
|
|
552
|
+
markUnreadText: "Tandai belum dibaca"
|
|
553
|
+
},
|
|
430
554
|
select: {
|
|
431
|
-
doneText: "Selesai"
|
|
555
|
+
doneText: "Selesai",
|
|
556
|
+
placeholder: "Pilih opsi",
|
|
557
|
+
emptyText: "Tidak ada opsi"
|
|
558
|
+
},
|
|
559
|
+
colorPicker: {
|
|
560
|
+
trigger: "Pilih warna",
|
|
561
|
+
panelTitle: "Warna",
|
|
562
|
+
clear: "Hapus",
|
|
563
|
+
hue: "Hue",
|
|
564
|
+
alpha: "Alfa",
|
|
565
|
+
value: "Nilai warna",
|
|
566
|
+
preview: "Pratinjau",
|
|
567
|
+
selectPreset: "Pilih {color}"
|
|
432
568
|
},
|
|
433
569
|
inputOtp: {
|
|
434
570
|
groupLabel: "Kata sandi sekali pakai",
|
package/dist/locales/ja-JP.d.ts
CHANGED
package/dist/locales/ja-JP.js
CHANGED
|
@@ -203,8 +203,61 @@ var enUS = {
|
|
|
203
203
|
dragHintText: "Drag to move",
|
|
204
204
|
boardAriaLabel: "Task Board"
|
|
205
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
|
+
},
|
|
206
247
|
select: {
|
|
207
|
-
doneText: "Done"
|
|
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}"
|
|
208
261
|
},
|
|
209
262
|
tabs: {
|
|
210
263
|
addTabAriaLabel: "Add tab",
|
|
@@ -245,11 +298,41 @@ var enUS = {
|
|
|
245
298
|
previewAriaLabel: "Markdown preview",
|
|
246
299
|
editModeLabel: "Edit",
|
|
247
300
|
splitModeLabel: "Split",
|
|
248
|
-
previewModeLabel: "Preview"
|
|
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"
|
|
249
315
|
},
|
|
250
316
|
richTextEditor: {
|
|
251
317
|
formattingToolbarAriaLabel: "Text formatting",
|
|
252
|
-
editorAriaLabel: "Rich text editor"
|
|
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"
|
|
253
336
|
},
|
|
254
337
|
cronEditor: {
|
|
255
338
|
ariaLabel: "Cron editor",
|
|
@@ -427,8 +510,61 @@ var jaJP = defineLocale({
|
|
|
427
510
|
dragHintText: "\u30C9\u30E9\u30C3\u30B0\u3057\u3066\u79FB\u52D5",
|
|
428
511
|
boardAriaLabel: "\u30BF\u30B9\u30AF\u30DC\u30FC\u30C9"
|
|
429
512
|
},
|
|
513
|
+
chatWindow: {
|
|
514
|
+
emptyText: "\u30E1\u30C3\u30BB\u30FC\u30B8\u306F\u3042\u308A\u307E\u305B\u3093",
|
|
515
|
+
sendText: "\u9001\u4FE1",
|
|
516
|
+
placeholder: "\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u5165\u529B",
|
|
517
|
+
sendingText: "\u9001\u4FE1\u4E2D",
|
|
518
|
+
sentText: "\u914D\u4FE1\u6E08\u307F",
|
|
519
|
+
failedText: "\u9001\u4FE1\u306B\u5931\u6557\u3057\u307E\u3057\u305F"
|
|
520
|
+
},
|
|
521
|
+
code: {
|
|
522
|
+
copyLabel: "\u30B3\u30D4\u30FC",
|
|
523
|
+
copiedLabel: "\u30B3\u30D4\u30FC\u3057\u307E\u3057\u305F",
|
|
524
|
+
copyFailedLabel: "\u30B3\u30D4\u30FC\u306B\u5931\u6557\u3057\u307E\u3057\u305F"
|
|
525
|
+
},
|
|
526
|
+
commentThread: {
|
|
527
|
+
emptyText: "\u30B3\u30E1\u30F3\u30C8\u306F\u3042\u308A\u307E\u305B\u3093",
|
|
528
|
+
replyPlaceholder: "\u8FD4\u4FE1\u3092\u66F8\u304F...",
|
|
529
|
+
replyButtonText: "\u8FD4\u4FE1",
|
|
530
|
+
cancelReplyText: "\u30AD\u30E3\u30F3\u30BB\u30EB",
|
|
531
|
+
likeText: "\u3044\u3044\u306D",
|
|
532
|
+
likedText: "\u3044\u3044\u306D\u6E08\u307F",
|
|
533
|
+
replyText: "\u8FD4\u4FE1",
|
|
534
|
+
moreText: "\u305D\u306E\u4ED6",
|
|
535
|
+
loadMoreText: "\u3082\u3063\u3068\u8AAD\u307F\u8FBC\u3080",
|
|
536
|
+
collapseRepliesText: "\u25BE \u8FD4\u4FE1\u3092\u6298\u308A\u305F\u305F\u3080",
|
|
537
|
+
expandRepliesText: "\u25B8 {count} \u4EF6\u306E\u8FD4\u4FE1\u3092\u5C55\u958B"
|
|
538
|
+
},
|
|
539
|
+
activityFeed: {
|
|
540
|
+
emptyText: "\u30A2\u30AF\u30C6\u30A3\u30D3\u30C6\u30A3\u306F\u3042\u308A\u307E\u305B\u3093",
|
|
541
|
+
loadingText: "\u8AAD\u307F\u8FBC\u307F\u4E2D..."
|
|
542
|
+
},
|
|
543
|
+
notificationCenter: {
|
|
544
|
+
title: "\u901A\u77E5",
|
|
545
|
+
emptyText: "\u901A\u77E5\u306F\u3042\u308A\u307E\u305B\u3093",
|
|
546
|
+
loadingText: "\u8AAD\u307F\u8FBC\u307F\u4E2D...",
|
|
547
|
+
allLabel: "\u3059\u3079\u3066",
|
|
548
|
+
unreadLabel: "\u672A\u8AAD",
|
|
549
|
+
readLabel: "\u65E2\u8AAD",
|
|
550
|
+
markAllReadText: "\u3059\u3079\u3066\u65E2\u8AAD\u306B\u3059\u308B",
|
|
551
|
+
markReadText: "\u65E2\u8AAD\u306B\u3059\u308B",
|
|
552
|
+
markUnreadText: "\u672A\u8AAD\u306B\u3059\u308B"
|
|
553
|
+
},
|
|
430
554
|
select: {
|
|
431
|
-
doneText: "\u5B8C\u4E86"
|
|
555
|
+
doneText: "\u5B8C\u4E86",
|
|
556
|
+
placeholder: "\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",
|
|
557
|
+
emptyText: "\u30AA\u30D7\u30B7\u30E7\u30F3\u304C\u3042\u308A\u307E\u305B\u3093"
|
|
558
|
+
},
|
|
559
|
+
colorPicker: {
|
|
560
|
+
trigger: "\u8272\u3092\u9078\u629E",
|
|
561
|
+
panelTitle: "\u8272",
|
|
562
|
+
clear: "\u30AF\u30EA\u30A2",
|
|
563
|
+
hue: "\u8272\u76F8",
|
|
564
|
+
alpha: "\u4E0D\u900F\u660E\u5EA6",
|
|
565
|
+
value: "\u30AB\u30E9\u30FC\u5024",
|
|
566
|
+
preview: "\u30D7\u30EC\u30D3\u30E5\u30FC",
|
|
567
|
+
selectPreset: "{color} \u3092\u9078\u629E"
|
|
432
568
|
},
|
|
433
569
|
inputOtp: {
|
|
434
570
|
groupLabel: "\u30EF\u30F3\u30BF\u30A4\u30E0\u30D1\u30B9\u30EF\u30FC\u30C9",
|