@expcat/tigercat-core 2.1.1 → 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-BtjseC7G.d.ts → data-export-CLWdsrRn.d.ts} +1 -1
- package/dist/index.d.ts +22 -7
- package/dist/index.js +261 -55
- package/dist/{locale-CGl5S1-B.d.ts → locale-KMGxL6bT.d.ts} +54 -1
- package/dist/locales/ar-SA.d.ts +1 -1
- package/dist/locales/ar-SA.js +58 -4
- package/dist/locales/de-DE.d.ts +1 -1
- package/dist/locales/de-DE.js +58 -4
- package/dist/locales/en-US.d.ts +1 -1
- package/dist/locales/en-US.js +45 -3
- package/dist/locales/es-ES.d.ts +1 -1
- package/dist/locales/es-ES.js +58 -4
- package/dist/locales/fr-FR.d.ts +1 -1
- package/dist/locales/fr-FR.js +58 -4
- package/dist/locales/id-ID.d.ts +1 -1
- package/dist/locales/id-ID.js +58 -4
- package/dist/locales/ja-JP.d.ts +1 -1
- package/dist/locales/ja-JP.js +58 -4
- package/dist/locales/ko-KR.d.ts +1 -1
- package/dist/locales/ko-KR.js +58 -4
- package/dist/locales/pt-BR.d.ts +1 -1
- package/dist/locales/pt-BR.js +58 -4
- package/dist/locales/th-TH.d.ts +1 -1
- package/dist/locales/th-TH.js +58 -4
- package/dist/locales/vi-VN.d.ts +1 -1
- package/dist/locales/vi-VN.js +58 -4
- package/dist/locales/zh-CN.d.ts +1 -1
- package/dist/locales/zh-CN.js +45 -3
- package/dist/locales/zh-TW.d.ts +1 -1
- package/dist/locales/zh-TW.js +58 -4
- package/dist/{table-D_1D4Euk.d.ts → table-CHeBgM_2.d.ts} +1 -1
- 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/de-DE.js
CHANGED
|
@@ -245,7 +245,19 @@ var enUS = {
|
|
|
245
245
|
markUnreadText: "Mark as unread"
|
|
246
246
|
},
|
|
247
247
|
select: {
|
|
248
|
-
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}"
|
|
249
261
|
},
|
|
250
262
|
tabs: {
|
|
251
263
|
addTabAriaLabel: "Add tab",
|
|
@@ -286,11 +298,41 @@ var enUS = {
|
|
|
286
298
|
previewAriaLabel: "Markdown preview",
|
|
287
299
|
editModeLabel: "Edit",
|
|
288
300
|
splitModeLabel: "Split",
|
|
289
|
-
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"
|
|
290
315
|
},
|
|
291
316
|
richTextEditor: {
|
|
292
317
|
formattingToolbarAriaLabel: "Text formatting",
|
|
293
|
-
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"
|
|
294
336
|
},
|
|
295
337
|
cronEditor: {
|
|
296
338
|
ariaLabel: "Cron editor",
|
|
@@ -525,7 +567,19 @@ var deDE = defineLocale({
|
|
|
525
567
|
markUnreadText: "Als ungelesen markieren"
|
|
526
568
|
},
|
|
527
569
|
select: {
|
|
528
|
-
doneText: "Fertigstellen"
|
|
570
|
+
doneText: "Fertigstellen",
|
|
571
|
+
placeholder: "Option ausw\xE4hlen",
|
|
572
|
+
emptyText: "Keine Optionen gefunden"
|
|
573
|
+
},
|
|
574
|
+
colorPicker: {
|
|
575
|
+
trigger: "Farbe w\xE4hlen",
|
|
576
|
+
panelTitle: "Farbe",
|
|
577
|
+
clear: "L\xF6schen",
|
|
578
|
+
hue: "Farbton",
|
|
579
|
+
alpha: "Alpha",
|
|
580
|
+
value: "Farbwert",
|
|
581
|
+
preview: "Vorschau",
|
|
582
|
+
selectPreset: "{color} ausw\xE4hlen"
|
|
529
583
|
},
|
|
530
584
|
inputOtp: {
|
|
531
585
|
groupLabel: "Einmalpasswort",
|
package/dist/locales/en-US.d.ts
CHANGED
package/dist/locales/en-US.js
CHANGED
|
@@ -245,7 +245,19 @@ var enUS = {
|
|
|
245
245
|
markUnreadText: "Mark as unread"
|
|
246
246
|
},
|
|
247
247
|
select: {
|
|
248
|
-
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}"
|
|
249
261
|
},
|
|
250
262
|
tabs: {
|
|
251
263
|
addTabAriaLabel: "Add tab",
|
|
@@ -286,11 +298,41 @@ var enUS = {
|
|
|
286
298
|
previewAriaLabel: "Markdown preview",
|
|
287
299
|
editModeLabel: "Edit",
|
|
288
300
|
splitModeLabel: "Split",
|
|
289
|
-
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"
|
|
290
315
|
},
|
|
291
316
|
richTextEditor: {
|
|
292
317
|
formattingToolbarAriaLabel: "Text formatting",
|
|
293
|
-
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"
|
|
294
336
|
},
|
|
295
337
|
cronEditor: {
|
|
296
338
|
ariaLabel: "Cron editor",
|
package/dist/locales/es-ES.d.ts
CHANGED
package/dist/locales/es-ES.js
CHANGED
|
@@ -245,7 +245,19 @@ var enUS = {
|
|
|
245
245
|
markUnreadText: "Mark as unread"
|
|
246
246
|
},
|
|
247
247
|
select: {
|
|
248
|
-
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}"
|
|
249
261
|
},
|
|
250
262
|
tabs: {
|
|
251
263
|
addTabAriaLabel: "Add tab",
|
|
@@ -286,11 +298,41 @@ var enUS = {
|
|
|
286
298
|
previewAriaLabel: "Markdown preview",
|
|
287
299
|
editModeLabel: "Edit",
|
|
288
300
|
splitModeLabel: "Split",
|
|
289
|
-
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"
|
|
290
315
|
},
|
|
291
316
|
richTextEditor: {
|
|
292
317
|
formattingToolbarAriaLabel: "Text formatting",
|
|
293
|
-
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"
|
|
294
336
|
},
|
|
295
337
|
cronEditor: {
|
|
296
338
|
ariaLabel: "Cron editor",
|
|
@@ -525,7 +567,19 @@ var esES = defineLocale({
|
|
|
525
567
|
markUnreadText: "Marcar como no le\xEDda"
|
|
526
568
|
},
|
|
527
569
|
select: {
|
|
528
|
-
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}"
|
|
529
583
|
},
|
|
530
584
|
inputOtp: {
|
|
531
585
|
groupLabel: "Contrase\xF1a de un solo uso",
|
package/dist/locales/fr-FR.d.ts
CHANGED
package/dist/locales/fr-FR.js
CHANGED
|
@@ -245,7 +245,19 @@ var enUS = {
|
|
|
245
245
|
markUnreadText: "Mark as unread"
|
|
246
246
|
},
|
|
247
247
|
select: {
|
|
248
|
-
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}"
|
|
249
261
|
},
|
|
250
262
|
tabs: {
|
|
251
263
|
addTabAriaLabel: "Add tab",
|
|
@@ -286,11 +298,41 @@ var enUS = {
|
|
|
286
298
|
previewAriaLabel: "Markdown preview",
|
|
287
299
|
editModeLabel: "Edit",
|
|
288
300
|
splitModeLabel: "Split",
|
|
289
|
-
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"
|
|
290
315
|
},
|
|
291
316
|
richTextEditor: {
|
|
292
317
|
formattingToolbarAriaLabel: "Text formatting",
|
|
293
|
-
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"
|
|
294
336
|
},
|
|
295
337
|
cronEditor: {
|
|
296
338
|
ariaLabel: "Cron editor",
|
|
@@ -525,7 +567,19 @@ var frFR = defineLocale({
|
|
|
525
567
|
markUnreadText: "Marquer comme non lu"
|
|
526
568
|
},
|
|
527
569
|
select: {
|
|
528
|
-
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}"
|
|
529
583
|
},
|
|
530
584
|
inputOtp: {
|
|
531
585
|
groupLabel: "Mot de passe \xE0 usage unique",
|
package/dist/locales/id-ID.d.ts
CHANGED
package/dist/locales/id-ID.js
CHANGED
|
@@ -245,7 +245,19 @@ var enUS = {
|
|
|
245
245
|
markUnreadText: "Mark as unread"
|
|
246
246
|
},
|
|
247
247
|
select: {
|
|
248
|
-
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}"
|
|
249
261
|
},
|
|
250
262
|
tabs: {
|
|
251
263
|
addTabAriaLabel: "Add tab",
|
|
@@ -286,11 +298,41 @@ var enUS = {
|
|
|
286
298
|
previewAriaLabel: "Markdown preview",
|
|
287
299
|
editModeLabel: "Edit",
|
|
288
300
|
splitModeLabel: "Split",
|
|
289
|
-
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"
|
|
290
315
|
},
|
|
291
316
|
richTextEditor: {
|
|
292
317
|
formattingToolbarAriaLabel: "Text formatting",
|
|
293
|
-
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"
|
|
294
336
|
},
|
|
295
337
|
cronEditor: {
|
|
296
338
|
ariaLabel: "Cron editor",
|
|
@@ -510,7 +552,19 @@ var idID = defineLocale({
|
|
|
510
552
|
markUnreadText: "Tandai belum dibaca"
|
|
511
553
|
},
|
|
512
554
|
select: {
|
|
513
|
-
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}"
|
|
514
568
|
},
|
|
515
569
|
inputOtp: {
|
|
516
570
|
groupLabel: "Kata sandi sekali pakai",
|
package/dist/locales/ja-JP.d.ts
CHANGED
package/dist/locales/ja-JP.js
CHANGED
|
@@ -245,7 +245,19 @@ var enUS = {
|
|
|
245
245
|
markUnreadText: "Mark as unread"
|
|
246
246
|
},
|
|
247
247
|
select: {
|
|
248
|
-
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}"
|
|
249
261
|
},
|
|
250
262
|
tabs: {
|
|
251
263
|
addTabAriaLabel: "Add tab",
|
|
@@ -286,11 +298,41 @@ var enUS = {
|
|
|
286
298
|
previewAriaLabel: "Markdown preview",
|
|
287
299
|
editModeLabel: "Edit",
|
|
288
300
|
splitModeLabel: "Split",
|
|
289
|
-
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"
|
|
290
315
|
},
|
|
291
316
|
richTextEditor: {
|
|
292
317
|
formattingToolbarAriaLabel: "Text formatting",
|
|
293
|
-
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"
|
|
294
336
|
},
|
|
295
337
|
cronEditor: {
|
|
296
338
|
ariaLabel: "Cron editor",
|
|
@@ -510,7 +552,19 @@ var jaJP = defineLocale({
|
|
|
510
552
|
markUnreadText: "\u672A\u8AAD\u306B\u3059\u308B"
|
|
511
553
|
},
|
|
512
554
|
select: {
|
|
513
|
-
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"
|
|
514
568
|
},
|
|
515
569
|
inputOtp: {
|
|
516
570
|
groupLabel: "\u30EF\u30F3\u30BF\u30A4\u30E0\u30D1\u30B9\u30EF\u30FC\u30C9",
|
package/dist/locales/ko-KR.d.ts
CHANGED
package/dist/locales/ko-KR.js
CHANGED
|
@@ -245,7 +245,19 @@ var enUS = {
|
|
|
245
245
|
markUnreadText: "Mark as unread"
|
|
246
246
|
},
|
|
247
247
|
select: {
|
|
248
|
-
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}"
|
|
249
261
|
},
|
|
250
262
|
tabs: {
|
|
251
263
|
addTabAriaLabel: "Add tab",
|
|
@@ -286,11 +298,41 @@ var enUS = {
|
|
|
286
298
|
previewAriaLabel: "Markdown preview",
|
|
287
299
|
editModeLabel: "Edit",
|
|
288
300
|
splitModeLabel: "Split",
|
|
289
|
-
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"
|
|
290
315
|
},
|
|
291
316
|
richTextEditor: {
|
|
292
317
|
formattingToolbarAriaLabel: "Text formatting",
|
|
293
|
-
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"
|
|
294
336
|
},
|
|
295
337
|
cronEditor: {
|
|
296
338
|
ariaLabel: "Cron editor",
|
|
@@ -510,7 +552,19 @@ var koKR = defineLocale({
|
|
|
510
552
|
markUnreadText: "\uC77D\uC9C0 \uC54A\uC74C\uC73C\uB85C \uD45C\uC2DC"
|
|
511
553
|
},
|
|
512
554
|
select: {
|
|
513
|
-
doneText: "\uC644\uB8CC"
|
|
555
|
+
doneText: "\uC644\uB8CC",
|
|
556
|
+
placeholder: "\uC635\uC158 \uC120\uD0DD",
|
|
557
|
+
emptyText: "\uC635\uC158 \uC5C6\uC74C"
|
|
558
|
+
},
|
|
559
|
+
colorPicker: {
|
|
560
|
+
trigger: "\uC0C9 \uC120\uD0DD",
|
|
561
|
+
panelTitle: "\uC0C9\uC0C1",
|
|
562
|
+
clear: "\uC9C0\uC6B0\uAE30",
|
|
563
|
+
hue: "\uC0C9\uC870",
|
|
564
|
+
alpha: "\uD22C\uBA85\uB3C4",
|
|
565
|
+
value: "\uC0C9\uC0C1 \uAC12",
|
|
566
|
+
preview: "\uBBF8\uB9AC\uBCF4\uAE30",
|
|
567
|
+
selectPreset: "{color} \uC120\uD0DD"
|
|
514
568
|
},
|
|
515
569
|
inputOtp: {
|
|
516
570
|
groupLabel: "\uC77C\uD68C\uC6A9 \uBE44\uBC00\uBC88\uD638",
|
package/dist/locales/pt-BR.d.ts
CHANGED