@expcat/tigercat-core 2.0.19 → 2.1.1
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-CJTP3rIi.d.ts → data-export-BtjseC7G.d.ts} +1 -1
- package/dist/index.d.ts +5152 -2046
- package/dist/index.js +3489 -437
- package/dist/{locale-CaxkEHEG.d.ts → locale-CGl5S1-B.d.ts} +70 -1
- package/dist/locales/ar-SA.d.ts +1 -1
- package/dist/locales/ar-SA.js +98 -0
- package/dist/locales/de-DE.d.ts +1 -1
- package/dist/locales/de-DE.js +98 -0
- package/dist/locales/en-US.d.ts +1 -1
- package/dist/locales/en-US.js +49 -0
- package/dist/locales/es-ES.d.ts +1 -1
- package/dist/locales/es-ES.js +98 -0
- package/dist/locales/fr-FR.d.ts +1 -1
- package/dist/locales/fr-FR.js +98 -0
- package/dist/locales/id-ID.d.ts +1 -1
- package/dist/locales/id-ID.js +98 -0
- package/dist/locales/ja-JP.d.ts +1 -1
- package/dist/locales/ja-JP.js +98 -0
- package/dist/locales/ko-KR.d.ts +1 -1
- package/dist/locales/ko-KR.js +98 -0
- package/dist/locales/pt-BR.d.ts +1 -1
- package/dist/locales/pt-BR.js +98 -0
- package/dist/locales/th-TH.d.ts +1 -1
- package/dist/locales/th-TH.js +98 -0
- package/dist/locales/vi-VN.d.ts +1 -1
- package/dist/locales/vi-VN.js +98 -0
- package/dist/locales/zh-CN.d.ts +1 -1
- package/dist/locales/zh-CN.js +49 -0
- package/dist/locales/zh-TW.d.ts +1 -1
- package/dist/locales/zh-TW.js +98 -0
- package/dist/{table-DtmPxL6W.d.ts → table-D_1D4Euk.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/tokens/tailwind-tokens.js +3 -6
- package/tokens/tokens.css +4 -8
package/dist/locales/id-ID.js
CHANGED
|
@@ -203,6 +203,47 @@ 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
248
|
doneText: "Done"
|
|
208
249
|
},
|
|
@@ -306,6 +347,14 @@ var enUS = {
|
|
|
306
347
|
patternMismatch: "Value does not match the required pattern",
|
|
307
348
|
validatorFailed: "Validation failed",
|
|
308
349
|
validatorError: "Validation error occurred"
|
|
350
|
+
},
|
|
351
|
+
inputOtp: {
|
|
352
|
+
groupLabel: "One-time password",
|
|
353
|
+
slotLabel: "Character {index} of {total}"
|
|
354
|
+
},
|
|
355
|
+
tagsInput: {
|
|
356
|
+
removeTagLabel: "Remove {tag}",
|
|
357
|
+
clearAllLabel: "Clear all tags"
|
|
309
358
|
}
|
|
310
359
|
};
|
|
311
360
|
|
|
@@ -419,8 +468,57 @@ var idID = defineLocale({
|
|
|
419
468
|
dragHintText: "Seret untuk memindahkan",
|
|
420
469
|
boardAriaLabel: "Papan Tugas"
|
|
421
470
|
},
|
|
471
|
+
chatWindow: {
|
|
472
|
+
emptyText: "Tidak ada pesan",
|
|
473
|
+
sendText: "Kirim",
|
|
474
|
+
placeholder: "Tulis pesan",
|
|
475
|
+
sendingText: "Mengirim",
|
|
476
|
+
sentText: "Terkirim",
|
|
477
|
+
failedText: "Gagal mengirim"
|
|
478
|
+
},
|
|
479
|
+
code: {
|
|
480
|
+
copyLabel: "Salin",
|
|
481
|
+
copiedLabel: "Disalin",
|
|
482
|
+
copyFailedLabel: "Gagal menyalin"
|
|
483
|
+
},
|
|
484
|
+
commentThread: {
|
|
485
|
+
emptyText: "Tidak ada komentar",
|
|
486
|
+
replyPlaceholder: "Tulis balasan...",
|
|
487
|
+
replyButtonText: "Balas",
|
|
488
|
+
cancelReplyText: "Batal",
|
|
489
|
+
likeText: "Suka",
|
|
490
|
+
likedText: "Disukai",
|
|
491
|
+
replyText: "Balas",
|
|
492
|
+
moreText: "Lainnya",
|
|
493
|
+
loadMoreText: "Muat lebih banyak",
|
|
494
|
+
collapseRepliesText: "\u25BE Ciutkan balasan",
|
|
495
|
+
expandRepliesText: "\u25B8 Perluas {count} balasan"
|
|
496
|
+
},
|
|
497
|
+
activityFeed: {
|
|
498
|
+
emptyText: "Tidak ada aktivitas",
|
|
499
|
+
loadingText: "Memuat..."
|
|
500
|
+
},
|
|
501
|
+
notificationCenter: {
|
|
502
|
+
title: "Notifikasi",
|
|
503
|
+
emptyText: "Tidak ada notifikasi",
|
|
504
|
+
loadingText: "Memuat...",
|
|
505
|
+
allLabel: "Semua",
|
|
506
|
+
unreadLabel: "Belum dibaca",
|
|
507
|
+
readLabel: "Sudah dibaca",
|
|
508
|
+
markAllReadText: "Tandai semua sudah dibaca",
|
|
509
|
+
markReadText: "Tandai sudah dibaca",
|
|
510
|
+
markUnreadText: "Tandai belum dibaca"
|
|
511
|
+
},
|
|
422
512
|
select: {
|
|
423
513
|
doneText: "Selesai"
|
|
514
|
+
},
|
|
515
|
+
inputOtp: {
|
|
516
|
+
groupLabel: "Kata sandi sekali pakai",
|
|
517
|
+
slotLabel: "Karakter {index} dari {total}"
|
|
518
|
+
},
|
|
519
|
+
tagsInput: {
|
|
520
|
+
removeTagLabel: "Hapus {tag}",
|
|
521
|
+
clearAllLabel: "Hapus semua tag"
|
|
424
522
|
}
|
|
425
523
|
});
|
|
426
524
|
export {
|
package/dist/locales/ja-JP.d.ts
CHANGED
package/dist/locales/ja-JP.js
CHANGED
|
@@ -203,6 +203,47 @@ 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
248
|
doneText: "Done"
|
|
208
249
|
},
|
|
@@ -306,6 +347,14 @@ var enUS = {
|
|
|
306
347
|
patternMismatch: "Value does not match the required pattern",
|
|
307
348
|
validatorFailed: "Validation failed",
|
|
308
349
|
validatorError: "Validation error occurred"
|
|
350
|
+
},
|
|
351
|
+
inputOtp: {
|
|
352
|
+
groupLabel: "One-time password",
|
|
353
|
+
slotLabel: "Character {index} of {total}"
|
|
354
|
+
},
|
|
355
|
+
tagsInput: {
|
|
356
|
+
removeTagLabel: "Remove {tag}",
|
|
357
|
+
clearAllLabel: "Clear all tags"
|
|
309
358
|
}
|
|
310
359
|
};
|
|
311
360
|
|
|
@@ -419,8 +468,57 @@ var jaJP = defineLocale({
|
|
|
419
468
|
dragHintText: "\u30C9\u30E9\u30C3\u30B0\u3057\u3066\u79FB\u52D5",
|
|
420
469
|
boardAriaLabel: "\u30BF\u30B9\u30AF\u30DC\u30FC\u30C9"
|
|
421
470
|
},
|
|
471
|
+
chatWindow: {
|
|
472
|
+
emptyText: "\u30E1\u30C3\u30BB\u30FC\u30B8\u306F\u3042\u308A\u307E\u305B\u3093",
|
|
473
|
+
sendText: "\u9001\u4FE1",
|
|
474
|
+
placeholder: "\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u5165\u529B",
|
|
475
|
+
sendingText: "\u9001\u4FE1\u4E2D",
|
|
476
|
+
sentText: "\u914D\u4FE1\u6E08\u307F",
|
|
477
|
+
failedText: "\u9001\u4FE1\u306B\u5931\u6557\u3057\u307E\u3057\u305F"
|
|
478
|
+
},
|
|
479
|
+
code: {
|
|
480
|
+
copyLabel: "\u30B3\u30D4\u30FC",
|
|
481
|
+
copiedLabel: "\u30B3\u30D4\u30FC\u3057\u307E\u3057\u305F",
|
|
482
|
+
copyFailedLabel: "\u30B3\u30D4\u30FC\u306B\u5931\u6557\u3057\u307E\u3057\u305F"
|
|
483
|
+
},
|
|
484
|
+
commentThread: {
|
|
485
|
+
emptyText: "\u30B3\u30E1\u30F3\u30C8\u306F\u3042\u308A\u307E\u305B\u3093",
|
|
486
|
+
replyPlaceholder: "\u8FD4\u4FE1\u3092\u66F8\u304F...",
|
|
487
|
+
replyButtonText: "\u8FD4\u4FE1",
|
|
488
|
+
cancelReplyText: "\u30AD\u30E3\u30F3\u30BB\u30EB",
|
|
489
|
+
likeText: "\u3044\u3044\u306D",
|
|
490
|
+
likedText: "\u3044\u3044\u306D\u6E08\u307F",
|
|
491
|
+
replyText: "\u8FD4\u4FE1",
|
|
492
|
+
moreText: "\u305D\u306E\u4ED6",
|
|
493
|
+
loadMoreText: "\u3082\u3063\u3068\u8AAD\u307F\u8FBC\u3080",
|
|
494
|
+
collapseRepliesText: "\u25BE \u8FD4\u4FE1\u3092\u6298\u308A\u305F\u305F\u3080",
|
|
495
|
+
expandRepliesText: "\u25B8 {count} \u4EF6\u306E\u8FD4\u4FE1\u3092\u5C55\u958B"
|
|
496
|
+
},
|
|
497
|
+
activityFeed: {
|
|
498
|
+
emptyText: "\u30A2\u30AF\u30C6\u30A3\u30D3\u30C6\u30A3\u306F\u3042\u308A\u307E\u305B\u3093",
|
|
499
|
+
loadingText: "\u8AAD\u307F\u8FBC\u307F\u4E2D..."
|
|
500
|
+
},
|
|
501
|
+
notificationCenter: {
|
|
502
|
+
title: "\u901A\u77E5",
|
|
503
|
+
emptyText: "\u901A\u77E5\u306F\u3042\u308A\u307E\u305B\u3093",
|
|
504
|
+
loadingText: "\u8AAD\u307F\u8FBC\u307F\u4E2D...",
|
|
505
|
+
allLabel: "\u3059\u3079\u3066",
|
|
506
|
+
unreadLabel: "\u672A\u8AAD",
|
|
507
|
+
readLabel: "\u65E2\u8AAD",
|
|
508
|
+
markAllReadText: "\u3059\u3079\u3066\u65E2\u8AAD\u306B\u3059\u308B",
|
|
509
|
+
markReadText: "\u65E2\u8AAD\u306B\u3059\u308B",
|
|
510
|
+
markUnreadText: "\u672A\u8AAD\u306B\u3059\u308B"
|
|
511
|
+
},
|
|
422
512
|
select: {
|
|
423
513
|
doneText: "\u5B8C\u4E86"
|
|
514
|
+
},
|
|
515
|
+
inputOtp: {
|
|
516
|
+
groupLabel: "\u30EF\u30F3\u30BF\u30A4\u30E0\u30D1\u30B9\u30EF\u30FC\u30C9",
|
|
517
|
+
slotLabel: "{total} \u6587\u5B57\u4E2D {index} \u6587\u5B57\u76EE"
|
|
518
|
+
},
|
|
519
|
+
tagsInput: {
|
|
520
|
+
removeTagLabel: "{tag} \u3092\u524A\u9664",
|
|
521
|
+
clearAllLabel: "\u3059\u3079\u3066\u306E\u30BF\u30B0\u3092\u30AF\u30EA\u30A2"
|
|
424
522
|
}
|
|
425
523
|
});
|
|
426
524
|
export {
|
package/dist/locales/ko-KR.d.ts
CHANGED
package/dist/locales/ko-KR.js
CHANGED
|
@@ -203,6 +203,47 @@ 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
248
|
doneText: "Done"
|
|
208
249
|
},
|
|
@@ -306,6 +347,14 @@ var enUS = {
|
|
|
306
347
|
patternMismatch: "Value does not match the required pattern",
|
|
307
348
|
validatorFailed: "Validation failed",
|
|
308
349
|
validatorError: "Validation error occurred"
|
|
350
|
+
},
|
|
351
|
+
inputOtp: {
|
|
352
|
+
groupLabel: "One-time password",
|
|
353
|
+
slotLabel: "Character {index} of {total}"
|
|
354
|
+
},
|
|
355
|
+
tagsInput: {
|
|
356
|
+
removeTagLabel: "Remove {tag}",
|
|
357
|
+
clearAllLabel: "Clear all tags"
|
|
309
358
|
}
|
|
310
359
|
};
|
|
311
360
|
|
|
@@ -419,8 +468,57 @@ var koKR = defineLocale({
|
|
|
419
468
|
dragHintText: "\uB4DC\uB798\uADF8\uD558\uC5EC \uC774\uB3D9",
|
|
420
469
|
boardAriaLabel: "\uC791\uC5C5 \uBCF4\uB4DC"
|
|
421
470
|
},
|
|
471
|
+
chatWindow: {
|
|
472
|
+
emptyText: "\uBA54\uC2DC\uC9C0\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4",
|
|
473
|
+
sendText: "\uBCF4\uB0B4\uAE30",
|
|
474
|
+
placeholder: "\uBA54\uC2DC\uC9C0\uB97C \uC785\uB825\uD558\uC138\uC694",
|
|
475
|
+
sendingText: "\uBCF4\uB0B4\uB294 \uC911",
|
|
476
|
+
sentText: "\uC804\uC1A1\uB428",
|
|
477
|
+
failedText: "\uBCF4\uB0B4\uAE30 \uC2E4\uD328"
|
|
478
|
+
},
|
|
479
|
+
code: {
|
|
480
|
+
copyLabel: "\uBCF5\uC0AC",
|
|
481
|
+
copiedLabel: "\uBCF5\uC0AC\uB428",
|
|
482
|
+
copyFailedLabel: "\uBCF5\uC0AC \uC2E4\uD328"
|
|
483
|
+
},
|
|
484
|
+
commentThread: {
|
|
485
|
+
emptyText: "\uB313\uAE00\uC774 \uC5C6\uC2B5\uB2C8\uB2E4",
|
|
486
|
+
replyPlaceholder: "\uB2F5\uAE00\uC744 \uC791\uC131\uD558\uC138\uC694...",
|
|
487
|
+
replyButtonText: "\uB2F5\uAE00",
|
|
488
|
+
cancelReplyText: "\uCDE8\uC18C",
|
|
489
|
+
likeText: "\uC88B\uC544\uC694",
|
|
490
|
+
likedText: "\uC88B\uC544\uC694 \uD568",
|
|
491
|
+
replyText: "\uB2F5\uAE00",
|
|
492
|
+
moreText: "\uB354\uBCF4\uAE30",
|
|
493
|
+
loadMoreText: "\uB354 \uBD88\uB7EC\uC624\uAE30",
|
|
494
|
+
collapseRepliesText: "\u25BE \uB2F5\uAE00 \uC811\uAE30",
|
|
495
|
+
expandRepliesText: "\u25B8 \uB2F5\uAE00 {count}\uAC1C \uD3BC\uCE58\uAE30"
|
|
496
|
+
},
|
|
497
|
+
activityFeed: {
|
|
498
|
+
emptyText: "\uD65C\uB3D9\uC774 \uC5C6\uC2B5\uB2C8\uB2E4",
|
|
499
|
+
loadingText: "\uB85C\uB529 \uC911..."
|
|
500
|
+
},
|
|
501
|
+
notificationCenter: {
|
|
502
|
+
title: "\uC54C\uB9BC",
|
|
503
|
+
emptyText: "\uC54C\uB9BC\uC774 \uC5C6\uC2B5\uB2C8\uB2E4",
|
|
504
|
+
loadingText: "\uB85C\uB529 \uC911...",
|
|
505
|
+
allLabel: "\uC804\uCCB4",
|
|
506
|
+
unreadLabel: "\uC77D\uC9C0 \uC54A\uC74C",
|
|
507
|
+
readLabel: "\uC77D\uC74C",
|
|
508
|
+
markAllReadText: "\uBAA8\uB450 \uC77D\uC74C\uC73C\uB85C \uD45C\uC2DC",
|
|
509
|
+
markReadText: "\uC77D\uC74C\uC73C\uB85C \uD45C\uC2DC",
|
|
510
|
+
markUnreadText: "\uC77D\uC9C0 \uC54A\uC74C\uC73C\uB85C \uD45C\uC2DC"
|
|
511
|
+
},
|
|
422
512
|
select: {
|
|
423
513
|
doneText: "\uC644\uB8CC"
|
|
514
|
+
},
|
|
515
|
+
inputOtp: {
|
|
516
|
+
groupLabel: "\uC77C\uD68C\uC6A9 \uBE44\uBC00\uBC88\uD638",
|
|
517
|
+
slotLabel: "\uCD1D {total}\uC790 \uC911 {index}\uBC88\uC9F8"
|
|
518
|
+
},
|
|
519
|
+
tagsInput: {
|
|
520
|
+
removeTagLabel: "{tag} \uC81C\uAC70",
|
|
521
|
+
clearAllLabel: "\uBAA8\uB4E0 \uD0DC\uADF8 \uC9C0\uC6B0\uAE30"
|
|
424
522
|
}
|
|
425
523
|
});
|
|
426
524
|
export {
|
package/dist/locales/pt-BR.d.ts
CHANGED
package/dist/locales/pt-BR.js
CHANGED
|
@@ -203,6 +203,47 @@ 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
248
|
doneText: "Done"
|
|
208
249
|
},
|
|
@@ -306,6 +347,14 @@ var enUS = {
|
|
|
306
347
|
patternMismatch: "Value does not match the required pattern",
|
|
307
348
|
validatorFailed: "Validation failed",
|
|
308
349
|
validatorError: "Validation error occurred"
|
|
350
|
+
},
|
|
351
|
+
inputOtp: {
|
|
352
|
+
groupLabel: "One-time password",
|
|
353
|
+
slotLabel: "Character {index} of {total}"
|
|
354
|
+
},
|
|
355
|
+
tagsInput: {
|
|
356
|
+
removeTagLabel: "Remove {tag}",
|
|
357
|
+
clearAllLabel: "Clear all tags"
|
|
309
358
|
}
|
|
310
359
|
};
|
|
311
360
|
|
|
@@ -434,8 +483,57 @@ var ptBR = defineLocale({
|
|
|
434
483
|
dragHintText: "Arraste para mover",
|
|
435
484
|
boardAriaLabel: "Quadro de tarefas"
|
|
436
485
|
},
|
|
486
|
+
chatWindow: {
|
|
487
|
+
emptyText: "Nenhuma mensagem",
|
|
488
|
+
sendText: "Enviar",
|
|
489
|
+
placeholder: "Digite uma mensagem",
|
|
490
|
+
sendingText: "Enviando",
|
|
491
|
+
sentText: "Entregue",
|
|
492
|
+
failedText: "Falha ao enviar"
|
|
493
|
+
},
|
|
494
|
+
code: {
|
|
495
|
+
copyLabel: "Copiar",
|
|
496
|
+
copiedLabel: "Copiado",
|
|
497
|
+
copyFailedLabel: "Falha ao copiar"
|
|
498
|
+
},
|
|
499
|
+
commentThread: {
|
|
500
|
+
emptyText: "Nenhum coment\xE1rio",
|
|
501
|
+
replyPlaceholder: "Escreva uma resposta...",
|
|
502
|
+
replyButtonText: "Responder",
|
|
503
|
+
cancelReplyText: "Cancelar",
|
|
504
|
+
likeText: "Curtir",
|
|
505
|
+
likedText: "Curtido",
|
|
506
|
+
replyText: "Responder",
|
|
507
|
+
moreText: "Mais",
|
|
508
|
+
loadMoreText: "Carregar mais",
|
|
509
|
+
collapseRepliesText: "\u25BE Recolher respostas",
|
|
510
|
+
expandRepliesText: "\u25B8 Expandir {count} respostas"
|
|
511
|
+
},
|
|
512
|
+
activityFeed: {
|
|
513
|
+
emptyText: "Nenhuma atividade",
|
|
514
|
+
loadingText: "Carregando..."
|
|
515
|
+
},
|
|
516
|
+
notificationCenter: {
|
|
517
|
+
title: "Notifica\xE7\xF5es",
|
|
518
|
+
emptyText: "Nenhuma notifica\xE7\xE3o",
|
|
519
|
+
loadingText: "Carregando...",
|
|
520
|
+
allLabel: "Todas",
|
|
521
|
+
unreadLabel: "N\xE3o lidas",
|
|
522
|
+
readLabel: "Lidas",
|
|
523
|
+
markAllReadText: "Marcar todas como lidas",
|
|
524
|
+
markReadText: "Marcar como lida",
|
|
525
|
+
markUnreadText: "Marcar como n\xE3o lida"
|
|
526
|
+
},
|
|
437
527
|
select: {
|
|
438
528
|
doneText: "Concluir"
|
|
529
|
+
},
|
|
530
|
+
inputOtp: {
|
|
531
|
+
groupLabel: "Senha de uso \xFAnico",
|
|
532
|
+
slotLabel: "Caractere {index} de {total}"
|
|
533
|
+
},
|
|
534
|
+
tagsInput: {
|
|
535
|
+
removeTagLabel: "Remover {tag}",
|
|
536
|
+
clearAllLabel: "Limpar todas as tags"
|
|
439
537
|
}
|
|
440
538
|
});
|
|
441
539
|
var pt_BR_default = ptBR;
|
package/dist/locales/th-TH.d.ts
CHANGED
package/dist/locales/th-TH.js
CHANGED
|
@@ -203,6 +203,47 @@ 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
248
|
doneText: "Done"
|
|
208
249
|
},
|
|
@@ -306,6 +347,14 @@ var enUS = {
|
|
|
306
347
|
patternMismatch: "Value does not match the required pattern",
|
|
307
348
|
validatorFailed: "Validation failed",
|
|
308
349
|
validatorError: "Validation error occurred"
|
|
350
|
+
},
|
|
351
|
+
inputOtp: {
|
|
352
|
+
groupLabel: "One-time password",
|
|
353
|
+
slotLabel: "Character {index} of {total}"
|
|
354
|
+
},
|
|
355
|
+
tagsInput: {
|
|
356
|
+
removeTagLabel: "Remove {tag}",
|
|
357
|
+
clearAllLabel: "Clear all tags"
|
|
309
358
|
}
|
|
310
359
|
};
|
|
311
360
|
|
|
@@ -419,8 +468,57 @@ var thTH = defineLocale({
|
|
|
419
468
|
dragHintText: "\u0E25\u0E32\u0E01\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E22\u0E49\u0E32\u0E22",
|
|
420
469
|
boardAriaLabel: "\u0E1A\u0E2D\u0E23\u0E4C\u0E14\u0E07\u0E32\u0E19"
|
|
421
470
|
},
|
|
471
|
+
chatWindow: {
|
|
472
|
+
emptyText: "\u0E44\u0E21\u0E48\u0E21\u0E35\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21",
|
|
473
|
+
sendText: "\u0E2A\u0E48\u0E07",
|
|
474
|
+
placeholder: "\u0E1E\u0E34\u0E21\u0E1E\u0E4C\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21",
|
|
475
|
+
sendingText: "\u0E01\u0E33\u0E25\u0E31\u0E07\u0E2A\u0E48\u0E07",
|
|
476
|
+
sentText: "\u0E2A\u0E48\u0E07\u0E41\u0E25\u0E49\u0E27",
|
|
477
|
+
failedText: "\u0E2A\u0E48\u0E07\u0E44\u0E21\u0E48\u0E2A\u0E33\u0E40\u0E23\u0E47\u0E08"
|
|
478
|
+
},
|
|
479
|
+
code: {
|
|
480
|
+
copyLabel: "\u0E04\u0E31\u0E14\u0E25\u0E2D\u0E01",
|
|
481
|
+
copiedLabel: "\u0E04\u0E31\u0E14\u0E25\u0E2D\u0E01\u0E41\u0E25\u0E49\u0E27",
|
|
482
|
+
copyFailedLabel: "\u0E04\u0E31\u0E14\u0E25\u0E2D\u0E01\u0E44\u0E21\u0E48\u0E2A\u0E33\u0E40\u0E23\u0E47\u0E08"
|
|
483
|
+
},
|
|
484
|
+
commentThread: {
|
|
485
|
+
emptyText: "\u0E44\u0E21\u0E48\u0E21\u0E35\u0E04\u0E27\u0E32\u0E21\u0E04\u0E34\u0E14\u0E40\u0E2B\u0E47\u0E19",
|
|
486
|
+
replyPlaceholder: "\u0E40\u0E02\u0E35\u0E22\u0E19\u0E01\u0E32\u0E23\u0E15\u0E2D\u0E1A\u0E01\u0E25\u0E31\u0E1A...",
|
|
487
|
+
replyButtonText: "\u0E15\u0E2D\u0E1A\u0E01\u0E25\u0E31\u0E1A",
|
|
488
|
+
cancelReplyText: "\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01",
|
|
489
|
+
likeText: "\u0E16\u0E39\u0E01\u0E43\u0E08",
|
|
490
|
+
likedText: "\u0E16\u0E39\u0E01\u0E43\u0E08\u0E41\u0E25\u0E49\u0E27",
|
|
491
|
+
replyText: "\u0E15\u0E2D\u0E1A\u0E01\u0E25\u0E31\u0E1A",
|
|
492
|
+
moreText: "\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E40\u0E15\u0E34\u0E21",
|
|
493
|
+
loadMoreText: "\u0E42\u0E2B\u0E25\u0E14\u0E40\u0E1E\u0E34\u0E48\u0E21",
|
|
494
|
+
collapseRepliesText: "\u25BE \u0E22\u0E48\u0E2D\u0E01\u0E32\u0E23\u0E15\u0E2D\u0E1A\u0E01\u0E25\u0E31\u0E1A",
|
|
495
|
+
expandRepliesText: "\u25B8 \u0E02\u0E22\u0E32\u0E22\u0E01\u0E32\u0E23\u0E15\u0E2D\u0E1A\u0E01\u0E25\u0E31\u0E1A {count} \u0E23\u0E32\u0E22\u0E01\u0E32\u0E23"
|
|
496
|
+
},
|
|
497
|
+
activityFeed: {
|
|
498
|
+
emptyText: "\u0E44\u0E21\u0E48\u0E21\u0E35\u0E01\u0E34\u0E08\u0E01\u0E23\u0E23\u0E21",
|
|
499
|
+
loadingText: "\u0E01\u0E33\u0E25\u0E31\u0E07\u0E42\u0E2B\u0E25\u0E14..."
|
|
500
|
+
},
|
|
501
|
+
notificationCenter: {
|
|
502
|
+
title: "\u0E01\u0E32\u0E23\u0E41\u0E08\u0E49\u0E07\u0E40\u0E15\u0E37\u0E2D\u0E19",
|
|
503
|
+
emptyText: "\u0E44\u0E21\u0E48\u0E21\u0E35\u0E01\u0E32\u0E23\u0E41\u0E08\u0E49\u0E07\u0E40\u0E15\u0E37\u0E2D\u0E19",
|
|
504
|
+
loadingText: "\u0E01\u0E33\u0E25\u0E31\u0E07\u0E42\u0E2B\u0E25\u0E14...",
|
|
505
|
+
allLabel: "\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14",
|
|
506
|
+
unreadLabel: "\u0E22\u0E31\u0E07\u0E44\u0E21\u0E48\u0E2D\u0E48\u0E32\u0E19",
|
|
507
|
+
readLabel: "\u0E2D\u0E48\u0E32\u0E19\u0E41\u0E25\u0E49\u0E27",
|
|
508
|
+
markAllReadText: "\u0E17\u0E33\u0E40\u0E04\u0E23\u0E37\u0E48\u0E2D\u0E07\u0E2B\u0E21\u0E32\u0E22\u0E27\u0E48\u0E32\u0E2D\u0E48\u0E32\u0E19\u0E41\u0E25\u0E49\u0E27\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14",
|
|
509
|
+
markReadText: "\u0E17\u0E33\u0E40\u0E04\u0E23\u0E37\u0E48\u0E2D\u0E07\u0E2B\u0E21\u0E32\u0E22\u0E27\u0E48\u0E32\u0E2D\u0E48\u0E32\u0E19\u0E41\u0E25\u0E49\u0E27",
|
|
510
|
+
markUnreadText: "\u0E17\u0E33\u0E40\u0E04\u0E23\u0E37\u0E48\u0E2D\u0E07\u0E2B\u0E21\u0E32\u0E22\u0E27\u0E48\u0E32\u0E22\u0E31\u0E07\u0E44\u0E21\u0E48\u0E2D\u0E48\u0E32\u0E19"
|
|
511
|
+
},
|
|
422
512
|
select: {
|
|
423
513
|
doneText: "\u0E40\u0E2A\u0E23\u0E47\u0E08\u0E2A\u0E34\u0E49\u0E19"
|
|
514
|
+
},
|
|
515
|
+
inputOtp: {
|
|
516
|
+
groupLabel: "\u0E23\u0E2B\u0E31\u0E2A\u0E1C\u0E48\u0E32\u0E19\u0E41\u0E1A\u0E1A\u0E43\u0E0A\u0E49\u0E04\u0E23\u0E31\u0E49\u0E07\u0E40\u0E14\u0E35\u0E22\u0E27",
|
|
517
|
+
slotLabel: "\u0E2D\u0E31\u0E01\u0E02\u0E23\u0E30\u0E17\u0E35\u0E48 {index} \u0E08\u0E32\u0E01 {total}"
|
|
518
|
+
},
|
|
519
|
+
tagsInput: {
|
|
520
|
+
removeTagLabel: "\u0E25\u0E1A {tag}",
|
|
521
|
+
clearAllLabel: "\u0E25\u0E49\u0E32\u0E07\u0E41\u0E17\u0E47\u0E01\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14"
|
|
424
522
|
}
|
|
425
523
|
});
|
|
426
524
|
export {
|
package/dist/locales/vi-VN.d.ts
CHANGED