@atlaskit/afm-i18n-platform-editor-editor-common 2.161.0 → 2.163.0
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/cjs/i18n/cs.js +3 -2
- package/dist/cjs/i18n/de.js +1 -1
- package/dist/cjs/i18n/en.js +8 -0
- package/dist/cjs/i18n/en_GB.js +8 -0
- package/dist/cjs/i18n/en_ZZ.js +8 -0
- package/dist/cjs/i18n/es.js +2 -2
- package/dist/cjs/i18n/fr.js +2 -1
- package/dist/cjs/i18n/hr.js +1 -1
- package/dist/cjs/i18n/nb.js +6 -1
- package/dist/cjs/i18n/pt_BR.js +4 -0
- package/dist/cjs/i18n/sl.js +11 -0
- package/dist/cjs/i18n/sr_RS.js +4 -0
- package/dist/cjs/i18n/sr_YR.js +4 -0
- package/dist/cjs/i18n/sv.js +1 -0
- package/dist/cjs/i18n/th.js +5 -0
- package/dist/cjs/i18n/tr.js +1 -0
- package/dist/cjs/i18n/vi.js +4 -0
- package/dist/cjs/i18n/zh.js +1 -1
- package/dist/cjs/i18n/zh_TW.js +3 -0
- package/dist/esm/i18n/cs.d.ts +1 -0
- package/dist/esm/i18n/cs.js +3 -2
- package/dist/esm/i18n/de.js +1 -1
- package/dist/esm/i18n/en.d.ts +8 -0
- package/dist/esm/i18n/en.js +8 -0
- package/dist/esm/i18n/en_GB.d.ts +8 -0
- package/dist/esm/i18n/en_GB.js +8 -0
- package/dist/esm/i18n/en_ZZ.d.ts +8 -0
- package/dist/esm/i18n/en_ZZ.js +8 -0
- package/dist/esm/i18n/es.js +2 -2
- package/dist/esm/i18n/fr.d.ts +1 -0
- package/dist/esm/i18n/fr.js +2 -1
- package/dist/esm/i18n/hr.js +1 -1
- package/dist/esm/i18n/nb.d.ts +5 -0
- package/dist/esm/i18n/nb.js +6 -1
- package/dist/esm/i18n/pt_BR.d.ts +4 -0
- package/dist/esm/i18n/pt_BR.js +4 -0
- package/dist/esm/i18n/sl.d.ts +11 -0
- package/dist/esm/i18n/sl.js +11 -0
- package/dist/esm/i18n/sr_RS.d.ts +4 -0
- package/dist/esm/i18n/sr_RS.js +4 -0
- package/dist/esm/i18n/sr_YR.d.ts +4 -0
- package/dist/esm/i18n/sr_YR.js +4 -0
- package/dist/esm/i18n/sv.d.ts +1 -0
- package/dist/esm/i18n/sv.js +1 -0
- package/dist/esm/i18n/th.d.ts +5 -0
- package/dist/esm/i18n/th.js +5 -0
- package/dist/esm/i18n/tr.d.ts +1 -0
- package/dist/esm/i18n/tr.js +1 -0
- package/dist/esm/i18n/vi.d.ts +4 -0
- package/dist/esm/i18n/vi.js +4 -0
- package/dist/esm/i18n/zh.js +1 -1
- package/dist/esm/i18n/zh_TW.d.ts +3 -0
- package/dist/esm/i18n/zh_TW.js +3 -0
- package/dist/types/i18n/cs.d.ts +1 -0
- package/dist/types/i18n/en.d.ts +8 -0
- package/dist/types/i18n/en_GB.d.ts +8 -0
- package/dist/types/i18n/en_ZZ.d.ts +8 -0
- package/dist/types/i18n/fr.d.ts +1 -0
- package/dist/types/i18n/nb.d.ts +5 -0
- package/dist/types/i18n/pt_BR.d.ts +4 -0
- package/dist/types/i18n/sl.d.ts +11 -0
- package/dist/types/i18n/sr_RS.d.ts +4 -0
- package/dist/types/i18n/sr_YR.d.ts +4 -0
- package/dist/types/i18n/sv.d.ts +1 -0
- package/dist/types/i18n/th.d.ts +5 -0
- package/dist/types/i18n/tr.d.ts +1 -0
- package/dist/types/i18n/vi.d.ts +4 -0
- package/dist/types/i18n/zh_TW.d.ts +3 -0
- package/i18n/cs.ts +3 -2
- package/i18n/de.ts +1 -1
- package/i18n/en.ts +10 -0
- package/i18n/en_GB.ts +10 -0
- package/i18n/en_ZZ.ts +10 -0
- package/i18n/es.ts +2 -2
- package/i18n/fr.ts +2 -1
- package/i18n/hr.ts +1 -1
- package/i18n/nb.ts +6 -1
- package/i18n/pt_BR.ts +4 -0
- package/i18n/sl.ts +13 -0
- package/i18n/sr_RS.ts +4 -0
- package/i18n/sr_YR.ts +4 -0
- package/i18n/sv.ts +1 -0
- package/i18n/th.ts +5 -0
- package/i18n/tr.ts +1 -0
- package/i18n/vi.ts +4 -0
- package/i18n/zh.ts +1 -1
- package/i18n/zh_TW.ts +3 -0
- package/package.json +1 -1
package/dist/esm/i18n/vi.d.ts
CHANGED
|
@@ -316,6 +316,7 @@ declare const _default: {
|
|
|
316
316
|
'fabric.editor.ai.toolbar.moreEmpatheticTone.title': string;
|
|
317
317
|
'fabric.editor.ai.toolbar.moreProfessionalTone.title': string;
|
|
318
318
|
'fabric.editor.ai.toolbar.moreRovoOptions.label': string;
|
|
319
|
+
'fabric.editor.ai.toolbar.rovoDropdownChevron.label': string;
|
|
319
320
|
'fabric.editor.ai.toolbar.simplifiedAI.title': string;
|
|
320
321
|
'fabric.editor.ai.toolbar.spellingAndGrammar.title': string;
|
|
321
322
|
'fabric.editor.ai.toolbar.summarize.title': string;
|
|
@@ -430,6 +431,7 @@ declare const _default: {
|
|
|
430
431
|
'fabric.editor.codeBlock.recentlyUsed': string;
|
|
431
432
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
432
433
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
434
|
+
'fabric.editor.codeBlockDownloadButton.downloadCodeBlock': string;
|
|
433
435
|
'fabric.editor.codeBlockFormatButton.formatCode': string;
|
|
434
436
|
'fabric.editor.codeBlockFormatButton.formatCodeFailed': string;
|
|
435
437
|
'fabric.editor.codeBlockFormatButton.formatCodeFailedAutoDetectedDescription': string;
|
|
@@ -1137,6 +1139,7 @@ declare const _default: {
|
|
|
1137
1139
|
'fabric.theme.bold-blue': string;
|
|
1138
1140
|
'fabric.theme.bold-gray': string;
|
|
1139
1141
|
'fabric.theme.bold-green': string;
|
|
1142
|
+
'fabric.theme.bold-lime': string;
|
|
1140
1143
|
'fabric.theme.bold-magenta': string;
|
|
1141
1144
|
'fabric.theme.bold-orange': string;
|
|
1142
1145
|
'fabric.theme.bold-purple': string;
|
|
@@ -1178,6 +1181,7 @@ declare const _default: {
|
|
|
1178
1181
|
'fabric.theme.subtle-blue': string;
|
|
1179
1182
|
'fabric.theme.subtle-gray': string;
|
|
1180
1183
|
'fabric.theme.subtle-green': string;
|
|
1184
|
+
'fabric.theme.subtle-lime': string;
|
|
1181
1185
|
'fabric.theme.subtle-magenta': string;
|
|
1182
1186
|
'fabric.theme.subtle-orange': string;
|
|
1183
1187
|
'fabric.theme.subtle-purple': string;
|
package/dist/esm/i18n/vi.js
CHANGED
|
@@ -318,6 +318,7 @@ export default {
|
|
|
318
318
|
'fabric.editor.ai.toolbar.moreEmpatheticTone.title': 'Đồng cảm hơn',
|
|
319
319
|
'fabric.editor.ai.toolbar.moreProfessionalTone.title': 'Chuyên nghiệp hơn',
|
|
320
320
|
'fabric.editor.ai.toolbar.moreRovoOptions.label': 'Các tùy chọn Rovo khác',
|
|
321
|
+
'fabric.editor.ai.toolbar.rovoDropdownChevron.label': 'Các tùy chọn Ask Rovo khác',
|
|
321
322
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
322
323
|
'fabric.editor.ai.toolbar.spellingAndGrammar.title': 'Sửa lỗi chính tả và ngữ pháp',
|
|
323
324
|
'fabric.editor.ai.toolbar.summarize.title': 'Tóm tắt',
|
|
@@ -432,6 +433,7 @@ export default {
|
|
|
432
433
|
'fabric.editor.codeBlock.recentlyUsed': 'Được sử dụng gần đây',
|
|
433
434
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Đã sao chép!',
|
|
434
435
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Sao chép dưới dạng văn bản',
|
|
436
|
+
'fabric.editor.codeBlockDownloadButton.downloadCodeBlock': 'Tải xuống',
|
|
435
437
|
'fabric.editor.codeBlockFormatButton.formatCode': 'Định dạng mã',
|
|
436
438
|
'fabric.editor.codeBlockFormatButton.formatCodeFailed': 'Không thể định dạng mã',
|
|
437
439
|
'fabric.editor.codeBlockFormatButton.formatCodeFailedAutoDetectedDescription': 'Xem lại nội dung hoặc chọn ngôn ngữ cụ thể.',
|
|
@@ -1139,6 +1141,7 @@ export default {
|
|
|
1139
1141
|
'fabric.theme.bold-blue': 'Xanh lam đậm',
|
|
1140
1142
|
'fabric.theme.bold-gray': 'Xám đậm',
|
|
1141
1143
|
'fabric.theme.bold-green': 'Xanh lục đậm',
|
|
1144
|
+
'fabric.theme.bold-lime': 'Chanh đậm',
|
|
1142
1145
|
'fabric.theme.bold-magenta': 'Đỏ tươi đậm',
|
|
1143
1146
|
'fabric.theme.bold-orange': 'Cam đậm',
|
|
1144
1147
|
'fabric.theme.bold-purple': 'Tím đậm',
|
|
@@ -1180,6 +1183,7 @@ export default {
|
|
|
1180
1183
|
'fabric.theme.subtle-blue': 'Xanh lam phớt',
|
|
1181
1184
|
'fabric.theme.subtle-gray': 'Xám phớt',
|
|
1182
1185
|
'fabric.theme.subtle-green': 'Xanh lục phớt',
|
|
1186
|
+
'fabric.theme.subtle-lime': 'Chanh nhạt',
|
|
1183
1187
|
'fabric.theme.subtle-magenta': 'Đỏ tươi phớt',
|
|
1184
1188
|
'fabric.theme.subtle-orange': 'Cam phớt',
|
|
1185
1189
|
'fabric.theme.subtle-purple': 'Tím phớt',
|
package/dist/esm/i18n/zh.js
CHANGED
|
@@ -140,7 +140,7 @@ export default {
|
|
|
140
140
|
'fabric.editor.ai.config.item.suggest.title': '推荐标题',
|
|
141
141
|
'fabric.editor.ai.config.item.suggestComment.description': '根据此工作项获取人工智能建议的评论',
|
|
142
142
|
'fabric.editor.ai.config.item.suggestComment.title': '建议评论',
|
|
143
|
-
'fabric.editor.ai.config.item.suggestReply.description': '
|
|
143
|
+
'fabric.editor.ai.config.item.suggestReply.description': '获取 Atlassian Intelligence 针对此评论建议的回复',
|
|
144
144
|
'fabric.editor.ai.config.item.suggestReply.title': '建议回复',
|
|
145
145
|
'fabric.editor.ai.config.item.summarize.description': '为您正在处理的文本创建摘要,从而突出要点',
|
|
146
146
|
'fabric.editor.ai.config.item.summarize.dropdownItem.title': '总结写作',
|
package/dist/esm/i18n/zh_TW.d.ts
CHANGED
|
@@ -445,6 +445,7 @@ declare const _default: {
|
|
|
445
445
|
'fabric.editor.codeBlock.recentlyUsed': string;
|
|
446
446
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
447
447
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
448
|
+
'fabric.editor.codeBlockDownloadButton.downloadCodeBlock': string;
|
|
448
449
|
'fabric.editor.codeBlockFormatButton.formatCode': string;
|
|
449
450
|
'fabric.editor.codeBlockFormatButton.formatCodeFailed': string;
|
|
450
451
|
'fabric.editor.codeBlockFormatButton.formatCodeFailedAutoDetectedDescription': string;
|
|
@@ -1152,6 +1153,7 @@ declare const _default: {
|
|
|
1152
1153
|
'fabric.theme.bold-blue': string;
|
|
1153
1154
|
'fabric.theme.bold-gray': string;
|
|
1154
1155
|
'fabric.theme.bold-green': string;
|
|
1156
|
+
'fabric.theme.bold-lime': string;
|
|
1155
1157
|
'fabric.theme.bold-magenta': string;
|
|
1156
1158
|
'fabric.theme.bold-orange': string;
|
|
1157
1159
|
'fabric.theme.bold-purple': string;
|
|
@@ -1193,6 +1195,7 @@ declare const _default: {
|
|
|
1193
1195
|
'fabric.theme.subtle-blue': string;
|
|
1194
1196
|
'fabric.theme.subtle-gray': string;
|
|
1195
1197
|
'fabric.theme.subtle-green': string;
|
|
1198
|
+
'fabric.theme.subtle-lime': string;
|
|
1196
1199
|
'fabric.theme.subtle-magenta': string;
|
|
1197
1200
|
'fabric.theme.subtle-orange': string;
|
|
1198
1201
|
'fabric.theme.subtle-purple': string;
|
package/dist/esm/i18n/zh_TW.js
CHANGED
|
@@ -447,6 +447,7 @@ export default {
|
|
|
447
447
|
'fabric.editor.codeBlock.recentlyUsed': '最近使用的語言',
|
|
448
448
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': '已複製!',
|
|
449
449
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': '複製文字',
|
|
450
|
+
'fabric.editor.codeBlockDownloadButton.downloadCodeBlock': '下載',
|
|
450
451
|
'fabric.editor.codeBlockFormatButton.formatCode': '設定程式碼格式',
|
|
451
452
|
'fabric.editor.codeBlockFormatButton.formatCodeFailed': '無法設定程式碼格式',
|
|
452
453
|
'fabric.editor.codeBlockFormatButton.formatCodeFailedAutoDetectedDescription': '檢閱內容或選取特定語言。',
|
|
@@ -1154,6 +1155,7 @@ export default {
|
|
|
1154
1155
|
'fabric.theme.bold-blue': '個性藍',
|
|
1155
1156
|
'fabric.theme.bold-gray': '個性灰',
|
|
1156
1157
|
'fabric.theme.bold-green': '個性綠',
|
|
1158
|
+
'fabric.theme.bold-lime': '個性檸檬黃',
|
|
1157
1159
|
'fabric.theme.bold-magenta': '個性洋紅',
|
|
1158
1160
|
'fabric.theme.bold-orange': '個性橘',
|
|
1159
1161
|
'fabric.theme.bold-purple': '個性紫',
|
|
@@ -1195,6 +1197,7 @@ export default {
|
|
|
1195
1197
|
'fabric.theme.subtle-blue': '內斂藍',
|
|
1196
1198
|
'fabric.theme.subtle-gray': '內斂灰',
|
|
1197
1199
|
'fabric.theme.subtle-green': '內斂綠',
|
|
1200
|
+
'fabric.theme.subtle-lime': '內斂檸檬黃',
|
|
1198
1201
|
'fabric.theme.subtle-magenta': '內斂洋紅',
|
|
1199
1202
|
'fabric.theme.subtle-orange': '內斂橘',
|
|
1200
1203
|
'fabric.theme.subtle-purple': '內斂紫',
|
package/dist/types/i18n/cs.d.ts
CHANGED
|
@@ -692,6 +692,7 @@ declare const _default: {
|
|
|
692
692
|
'fabric.editor.help.description': string;
|
|
693
693
|
'fabric.editor.helpDialogTips': string;
|
|
694
694
|
'fabric.editor.highlight': string;
|
|
695
|
+
'fabric.editor.highlight.clearColors': string;
|
|
695
696
|
'fabric.editor.highlight.removeColor': string;
|
|
696
697
|
'fabric.editor.highlight.removeHighlight': string;
|
|
697
698
|
'fabric.editor.highlightColor': string;
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -364,6 +364,7 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.ai.suggestions.card.collapseButtonLabel.non-final': string;
|
|
365
365
|
'fabric.editor.ai.suggestions.card.compareWithOriginalOptionLabel.non-final': string;
|
|
366
366
|
'fabric.editor.ai.suggestions.card.discardButtonLabel.non-final': string;
|
|
367
|
+
'fabric.editor.ai.suggestions.card.disclaimerText.non-final': string;
|
|
367
368
|
'fabric.editor.ai.suggestions.card.expandButtonLabel.non-final': string;
|
|
368
369
|
'fabric.editor.ai.suggestions.card.moreOptionsButtonLabel.non-final': string;
|
|
369
370
|
'fabric.editor.ai.suggestions.card.onlyShowSuggestionOptionLabel.non-final': string;
|
|
@@ -554,6 +555,13 @@ declare const _default: {
|
|
|
554
555
|
'fabric.editor.codeblock.description': string;
|
|
555
556
|
'fabric.editor.collapseNode': string;
|
|
556
557
|
'fabric.editor.collapseTable': string;
|
|
558
|
+
'fabric.editor.color.accessibility.accessibility': string;
|
|
559
|
+
'fabric.editor.color.accessibility.accessibleLabel': string;
|
|
560
|
+
'fabric.editor.color.accessibility.accessibleTooltip': string;
|
|
561
|
+
'fabric.editor.color.accessibility.difficultToReadLabel': string;
|
|
562
|
+
'fabric.editor.color.accessibility.difficultToReadTooltip': string;
|
|
563
|
+
'fabric.editor.color.accessibility.inaccessibleLabel': string;
|
|
564
|
+
'fabric.editor.color.accessibility.inaccessibleTooltip': string;
|
|
557
565
|
'fabric.editor.colorPicker.menuLabel': string;
|
|
558
566
|
'fabric.editor.columnDragHandle': string;
|
|
559
567
|
'fabric.editor.columnMovedLeft': string;
|
|
@@ -364,6 +364,7 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.ai.suggestions.card.collapseButtonLabel.non-final': string;
|
|
365
365
|
'fabric.editor.ai.suggestions.card.compareWithOriginalOptionLabel.non-final': string;
|
|
366
366
|
'fabric.editor.ai.suggestions.card.discardButtonLabel.non-final': string;
|
|
367
|
+
'fabric.editor.ai.suggestions.card.disclaimerText.non-final': string;
|
|
367
368
|
'fabric.editor.ai.suggestions.card.expandButtonLabel.non-final': string;
|
|
368
369
|
'fabric.editor.ai.suggestions.card.moreOptionsButtonLabel.non-final': string;
|
|
369
370
|
'fabric.editor.ai.suggestions.card.onlyShowSuggestionOptionLabel.non-final': string;
|
|
@@ -554,6 +555,13 @@ declare const _default: {
|
|
|
554
555
|
'fabric.editor.codeblock.description': string;
|
|
555
556
|
'fabric.editor.collapseNode': string;
|
|
556
557
|
'fabric.editor.collapseTable': string;
|
|
558
|
+
'fabric.editor.color.accessibility.accessibility': string;
|
|
559
|
+
'fabric.editor.color.accessibility.accessibleLabel': string;
|
|
560
|
+
'fabric.editor.color.accessibility.accessibleTooltip': string;
|
|
561
|
+
'fabric.editor.color.accessibility.difficultToReadLabel': string;
|
|
562
|
+
'fabric.editor.color.accessibility.difficultToReadTooltip': string;
|
|
563
|
+
'fabric.editor.color.accessibility.inaccessibleLabel': string;
|
|
564
|
+
'fabric.editor.color.accessibility.inaccessibleTooltip': string;
|
|
557
565
|
'fabric.editor.colorPicker.menuLabel': string;
|
|
558
566
|
'fabric.editor.columnDragHandle': string;
|
|
559
567
|
'fabric.editor.columnMovedLeft': string;
|
|
@@ -364,6 +364,7 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.ai.suggestions.card.collapseButtonLabel.non-final': string;
|
|
365
365
|
'fabric.editor.ai.suggestions.card.compareWithOriginalOptionLabel.non-final': string;
|
|
366
366
|
'fabric.editor.ai.suggestions.card.discardButtonLabel.non-final': string;
|
|
367
|
+
'fabric.editor.ai.suggestions.card.disclaimerText.non-final': string;
|
|
367
368
|
'fabric.editor.ai.suggestions.card.expandButtonLabel.non-final': string;
|
|
368
369
|
'fabric.editor.ai.suggestions.card.moreOptionsButtonLabel.non-final': string;
|
|
369
370
|
'fabric.editor.ai.suggestions.card.onlyShowSuggestionOptionLabel.non-final': string;
|
|
@@ -554,6 +555,13 @@ declare const _default: {
|
|
|
554
555
|
'fabric.editor.codeblock.description': string;
|
|
555
556
|
'fabric.editor.collapseNode': string;
|
|
556
557
|
'fabric.editor.collapseTable': string;
|
|
558
|
+
'fabric.editor.color.accessibility.accessibility': string;
|
|
559
|
+
'fabric.editor.color.accessibility.accessibleLabel': string;
|
|
560
|
+
'fabric.editor.color.accessibility.accessibleTooltip': string;
|
|
561
|
+
'fabric.editor.color.accessibility.difficultToReadLabel': string;
|
|
562
|
+
'fabric.editor.color.accessibility.difficultToReadTooltip': string;
|
|
563
|
+
'fabric.editor.color.accessibility.inaccessibleLabel': string;
|
|
564
|
+
'fabric.editor.color.accessibility.inaccessibleTooltip': string;
|
|
557
565
|
'fabric.editor.colorPicker.menuLabel': string;
|
|
558
566
|
'fabric.editor.columnDragHandle': string;
|
|
559
567
|
'fabric.editor.columnMovedLeft': string;
|
package/dist/types/i18n/fr.d.ts
CHANGED
|
@@ -692,6 +692,7 @@ declare const _default: {
|
|
|
692
692
|
'fabric.editor.help.description': string;
|
|
693
693
|
'fabric.editor.helpDialogTips': string;
|
|
694
694
|
'fabric.editor.highlight': string;
|
|
695
|
+
'fabric.editor.highlight.clearColors': string;
|
|
695
696
|
'fabric.editor.highlight.removeColor': string;
|
|
696
697
|
'fabric.editor.highlight.removeHighlight': string;
|
|
697
698
|
'fabric.editor.highlightColor': string;
|
package/dist/types/i18n/nb.d.ts
CHANGED
|
@@ -330,6 +330,7 @@ declare const _default: {
|
|
|
330
330
|
'fabric.editor.ai.toolbar.moreEmpatheticTone.title': string;
|
|
331
331
|
'fabric.editor.ai.toolbar.moreProfessionalTone.title': string;
|
|
332
332
|
'fabric.editor.ai.toolbar.moreRovoOptions.label': string;
|
|
333
|
+
'fabric.editor.ai.toolbar.rovoDropdownChevron.label': string;
|
|
333
334
|
'fabric.editor.ai.toolbar.simplifiedAI.title': string;
|
|
334
335
|
'fabric.editor.ai.toolbar.spellingAndGrammar.title': string;
|
|
335
336
|
'fabric.editor.ai.toolbar.summarize.title': string;
|
|
@@ -444,6 +445,7 @@ declare const _default: {
|
|
|
444
445
|
'fabric.editor.codeBlock.recentlyUsed': string;
|
|
445
446
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
446
447
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
448
|
+
'fabric.editor.codeBlockDownloadButton.downloadCodeBlock': string;
|
|
447
449
|
'fabric.editor.codeBlockFormatButton.formatCode': string;
|
|
448
450
|
'fabric.editor.codeBlockFormatButton.formatCodeFailed': string;
|
|
449
451
|
'fabric.editor.codeBlockFormatButton.formatCodeFailedAutoDetectedDescription': string;
|
|
@@ -691,6 +693,7 @@ declare const _default: {
|
|
|
691
693
|
'fabric.editor.help.description': string;
|
|
692
694
|
'fabric.editor.helpDialogTips': string;
|
|
693
695
|
'fabric.editor.highlight': string;
|
|
696
|
+
'fabric.editor.highlight.clearColors': string;
|
|
694
697
|
'fabric.editor.highlight.removeColor': string;
|
|
695
698
|
'fabric.editor.highlight.removeHighlight': string;
|
|
696
699
|
'fabric.editor.highlightColor': string;
|
|
@@ -1150,6 +1153,7 @@ declare const _default: {
|
|
|
1150
1153
|
'fabric.theme.bold-blue': string;
|
|
1151
1154
|
'fabric.theme.bold-gray': string;
|
|
1152
1155
|
'fabric.theme.bold-green': string;
|
|
1156
|
+
'fabric.theme.bold-lime': string;
|
|
1153
1157
|
'fabric.theme.bold-magenta': string;
|
|
1154
1158
|
'fabric.theme.bold-orange': string;
|
|
1155
1159
|
'fabric.theme.bold-purple': string;
|
|
@@ -1191,6 +1195,7 @@ declare const _default: {
|
|
|
1191
1195
|
'fabric.theme.subtle-blue': string;
|
|
1192
1196
|
'fabric.theme.subtle-gray': string;
|
|
1193
1197
|
'fabric.theme.subtle-green': string;
|
|
1198
|
+
'fabric.theme.subtle-lime': string;
|
|
1194
1199
|
'fabric.theme.subtle-magenta': string;
|
|
1195
1200
|
'fabric.theme.subtle-orange': string;
|
|
1196
1201
|
'fabric.theme.subtle-purple': string;
|
|
@@ -329,6 +329,7 @@ declare const _default: {
|
|
|
329
329
|
'fabric.editor.ai.toolbar.moreEmpatheticTone.title': string;
|
|
330
330
|
'fabric.editor.ai.toolbar.moreProfessionalTone.title': string;
|
|
331
331
|
'fabric.editor.ai.toolbar.moreRovoOptions.label': string;
|
|
332
|
+
'fabric.editor.ai.toolbar.rovoDropdownChevron.label': string;
|
|
332
333
|
'fabric.editor.ai.toolbar.simplifiedAI.title': string;
|
|
333
334
|
'fabric.editor.ai.toolbar.spellingAndGrammar.title': string;
|
|
334
335
|
'fabric.editor.ai.toolbar.summarize.title': string;
|
|
@@ -443,6 +444,7 @@ declare const _default: {
|
|
|
443
444
|
'fabric.editor.codeBlock.recentlyUsed': string;
|
|
444
445
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
445
446
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
447
|
+
'fabric.editor.codeBlockDownloadButton.downloadCodeBlock': string;
|
|
446
448
|
'fabric.editor.codeBlockFormatButton.formatCode': string;
|
|
447
449
|
'fabric.editor.codeBlockFormatButton.formatCodeFailed': string;
|
|
448
450
|
'fabric.editor.codeBlockFormatButton.formatCodeFailedAutoDetectedDescription': string;
|
|
@@ -1150,6 +1152,7 @@ declare const _default: {
|
|
|
1150
1152
|
'fabric.theme.bold-blue': string;
|
|
1151
1153
|
'fabric.theme.bold-gray': string;
|
|
1152
1154
|
'fabric.theme.bold-green': string;
|
|
1155
|
+
'fabric.theme.bold-lime': string;
|
|
1153
1156
|
'fabric.theme.bold-magenta': string;
|
|
1154
1157
|
'fabric.theme.bold-orange': string;
|
|
1155
1158
|
'fabric.theme.bold-purple': string;
|
|
@@ -1191,6 +1194,7 @@ declare const _default: {
|
|
|
1191
1194
|
'fabric.theme.subtle-blue': string;
|
|
1192
1195
|
'fabric.theme.subtle-gray': string;
|
|
1193
1196
|
'fabric.theme.subtle-green': string;
|
|
1197
|
+
'fabric.theme.subtle-lime': string;
|
|
1194
1198
|
'fabric.theme.subtle-magenta': string;
|
|
1195
1199
|
'fabric.theme.subtle-orange': string;
|
|
1196
1200
|
'fabric.theme.subtle-purple': string;
|
package/dist/types/i18n/sl.d.ts
CHANGED
|
@@ -399,6 +399,7 @@ declare const _default: {
|
|
|
399
399
|
'fabric.editor.ai.toolbar.moreEmpatheticTone.title': string;
|
|
400
400
|
'fabric.editor.ai.toolbar.moreProfessionalTone.title': string;
|
|
401
401
|
'fabric.editor.ai.toolbar.moreRovoOptions.label': string;
|
|
402
|
+
'fabric.editor.ai.toolbar.rovoDropdownChevron.label': string;
|
|
402
403
|
'fabric.editor.ai.toolbar.simplifiedAI.title': string;
|
|
403
404
|
'fabric.editor.ai.toolbar.spellingAndGrammar.title': string;
|
|
404
405
|
'fabric.editor.ai.toolbar.summarize.title': string;
|
|
@@ -507,6 +508,7 @@ declare const _default: {
|
|
|
507
508
|
'fabric.editor.codeBlock.recentlyUsed': string;
|
|
508
509
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
509
510
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
511
|
+
'fabric.editor.codeBlockDownloadButton.downloadCodeBlock': string;
|
|
510
512
|
'fabric.editor.codeBlockFormatButton.formatCode': string;
|
|
511
513
|
'fabric.editor.codeBlockFormatButton.formatCodeFailed': string;
|
|
512
514
|
'fabric.editor.codeBlockFormatButton.formatCodeFailedAutoDetectedDescription': string;
|
|
@@ -522,6 +524,13 @@ declare const _default: {
|
|
|
522
524
|
'fabric.editor.codeblock.description': string;
|
|
523
525
|
'fabric.editor.collapseNode': string;
|
|
524
526
|
'fabric.editor.collapseTable': string;
|
|
527
|
+
'fabric.editor.color.accessibility.accessibility': string;
|
|
528
|
+
'fabric.editor.color.accessibility.accessibleLabel': string;
|
|
529
|
+
'fabric.editor.color.accessibility.accessibleTooltip': string;
|
|
530
|
+
'fabric.editor.color.accessibility.difficultToReadLabel': string;
|
|
531
|
+
'fabric.editor.color.accessibility.difficultToReadTooltip': string;
|
|
532
|
+
'fabric.editor.color.accessibility.inaccessibleLabel': string;
|
|
533
|
+
'fabric.editor.color.accessibility.inaccessibleTooltip': string;
|
|
525
534
|
'fabric.editor.columnDragHandle': string;
|
|
526
535
|
'fabric.editor.columnMovedLeft': string;
|
|
527
536
|
'fabric.editor.columnMovedRight': string;
|
|
@@ -1204,6 +1213,7 @@ declare const _default: {
|
|
|
1204
1213
|
'fabric.theme.bold-blue': string;
|
|
1205
1214
|
'fabric.theme.bold-gray': string;
|
|
1206
1215
|
'fabric.theme.bold-green': string;
|
|
1216
|
+
'fabric.theme.bold-lime': string;
|
|
1207
1217
|
'fabric.theme.bold-magenta': string;
|
|
1208
1218
|
'fabric.theme.bold-orange': string;
|
|
1209
1219
|
'fabric.theme.bold-purple': string;
|
|
@@ -1245,6 +1255,7 @@ declare const _default: {
|
|
|
1245
1255
|
'fabric.theme.subtle-blue': string;
|
|
1246
1256
|
'fabric.theme.subtle-gray': string;
|
|
1247
1257
|
'fabric.theme.subtle-green': string;
|
|
1258
|
+
'fabric.theme.subtle-lime': string;
|
|
1248
1259
|
'fabric.theme.subtle-magenta': string;
|
|
1249
1260
|
'fabric.theme.subtle-orange': string;
|
|
1250
1261
|
'fabric.theme.subtle-purple': string;
|
|
@@ -401,6 +401,7 @@ declare const _default: {
|
|
|
401
401
|
'fabric.editor.ai.toolbar.moreEmpatheticTone.title': string;
|
|
402
402
|
'fabric.editor.ai.toolbar.moreProfessionalTone.title': string;
|
|
403
403
|
'fabric.editor.ai.toolbar.moreRovoOptions.label': string;
|
|
404
|
+
'fabric.editor.ai.toolbar.rovoDropdownChevron.label': string;
|
|
404
405
|
'fabric.editor.ai.toolbar.simplifiedAI.title': string;
|
|
405
406
|
'fabric.editor.ai.toolbar.spellingAndGrammar.title': string;
|
|
406
407
|
'fabric.editor.ai.toolbar.summarize.title': string;
|
|
@@ -513,6 +514,7 @@ declare const _default: {
|
|
|
513
514
|
'fabric.editor.codeBlock.recentlyUsed': string;
|
|
514
515
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
515
516
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
517
|
+
'fabric.editor.codeBlockDownloadButton.downloadCodeBlock': string;
|
|
516
518
|
'fabric.editor.codeBlockFormatButton.formatCode': string;
|
|
517
519
|
'fabric.editor.codeBlockFormatButton.formatCodeFailed': string;
|
|
518
520
|
'fabric.editor.codeBlockFormatButton.formatCodeFailedAutoDetectedDescription': string;
|
|
@@ -1212,6 +1214,7 @@ declare const _default: {
|
|
|
1212
1214
|
'fabric.theme.bold-blue': string;
|
|
1213
1215
|
'fabric.theme.bold-gray': string;
|
|
1214
1216
|
'fabric.theme.bold-green': string;
|
|
1217
|
+
'fabric.theme.bold-lime': string;
|
|
1215
1218
|
'fabric.theme.bold-magenta': string;
|
|
1216
1219
|
'fabric.theme.bold-orange': string;
|
|
1217
1220
|
'fabric.theme.bold-purple': string;
|
|
@@ -1253,6 +1256,7 @@ declare const _default: {
|
|
|
1253
1256
|
'fabric.theme.subtle-blue': string;
|
|
1254
1257
|
'fabric.theme.subtle-gray': string;
|
|
1255
1258
|
'fabric.theme.subtle-green': string;
|
|
1259
|
+
'fabric.theme.subtle-lime': string;
|
|
1256
1260
|
'fabric.theme.subtle-magenta': string;
|
|
1257
1261
|
'fabric.theme.subtle-orange': string;
|
|
1258
1262
|
'fabric.theme.subtle-purple': string;
|
|
@@ -401,6 +401,7 @@ declare const _default: {
|
|
|
401
401
|
'fabric.editor.ai.toolbar.moreEmpatheticTone.title': string;
|
|
402
402
|
'fabric.editor.ai.toolbar.moreProfessionalTone.title': string;
|
|
403
403
|
'fabric.editor.ai.toolbar.moreRovoOptions.label': string;
|
|
404
|
+
'fabric.editor.ai.toolbar.rovoDropdownChevron.label': string;
|
|
404
405
|
'fabric.editor.ai.toolbar.simplifiedAI.title': string;
|
|
405
406
|
'fabric.editor.ai.toolbar.spellingAndGrammar.title': string;
|
|
406
407
|
'fabric.editor.ai.toolbar.summarize.title': string;
|
|
@@ -513,6 +514,7 @@ declare const _default: {
|
|
|
513
514
|
'fabric.editor.codeBlock.recentlyUsed': string;
|
|
514
515
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
515
516
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
517
|
+
'fabric.editor.codeBlockDownloadButton.downloadCodeBlock': string;
|
|
516
518
|
'fabric.editor.codeBlockFormatButton.formatCode': string;
|
|
517
519
|
'fabric.editor.codeBlockFormatButton.formatCodeFailed': string;
|
|
518
520
|
'fabric.editor.codeBlockFormatButton.formatCodeFailedAutoDetectedDescription': string;
|
|
@@ -1212,6 +1214,7 @@ declare const _default: {
|
|
|
1212
1214
|
'fabric.theme.bold-blue': string;
|
|
1213
1215
|
'fabric.theme.bold-gray': string;
|
|
1214
1216
|
'fabric.theme.bold-green': string;
|
|
1217
|
+
'fabric.theme.bold-lime': string;
|
|
1215
1218
|
'fabric.theme.bold-magenta': string;
|
|
1216
1219
|
'fabric.theme.bold-orange': string;
|
|
1217
1220
|
'fabric.theme.bold-purple': string;
|
|
@@ -1253,6 +1256,7 @@ declare const _default: {
|
|
|
1253
1256
|
'fabric.theme.subtle-blue': string;
|
|
1254
1257
|
'fabric.theme.subtle-gray': string;
|
|
1255
1258
|
'fabric.theme.subtle-green': string;
|
|
1259
|
+
'fabric.theme.subtle-lime': string;
|
|
1256
1260
|
'fabric.theme.subtle-magenta': string;
|
|
1257
1261
|
'fabric.theme.subtle-orange': string;
|
|
1258
1262
|
'fabric.theme.subtle-purple': string;
|
package/dist/types/i18n/sv.d.ts
CHANGED
|
@@ -691,6 +691,7 @@ declare const _default: {
|
|
|
691
691
|
'fabric.editor.help.description': string;
|
|
692
692
|
'fabric.editor.helpDialogTips': string;
|
|
693
693
|
'fabric.editor.highlight': string;
|
|
694
|
+
'fabric.editor.highlight.clearColors': string;
|
|
694
695
|
'fabric.editor.highlight.removeColor': string;
|
|
695
696
|
'fabric.editor.highlight.removeHighlight': string;
|
|
696
697
|
'fabric.editor.highlightColor': string;
|
package/dist/types/i18n/th.d.ts
CHANGED
|
@@ -316,6 +316,7 @@ declare const _default: {
|
|
|
316
316
|
'fabric.editor.ai.toolbar.moreEmpatheticTone.title': string;
|
|
317
317
|
'fabric.editor.ai.toolbar.moreProfessionalTone.title': string;
|
|
318
318
|
'fabric.editor.ai.toolbar.moreRovoOptions.label': string;
|
|
319
|
+
'fabric.editor.ai.toolbar.rovoDropdownChevron.label': string;
|
|
319
320
|
'fabric.editor.ai.toolbar.simplifiedAI.title': string;
|
|
320
321
|
'fabric.editor.ai.toolbar.spellingAndGrammar.title': string;
|
|
321
322
|
'fabric.editor.ai.toolbar.summarize.title': string;
|
|
@@ -430,6 +431,7 @@ declare const _default: {
|
|
|
430
431
|
'fabric.editor.codeBlock.recentlyUsed': string;
|
|
431
432
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
432
433
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
434
|
+
'fabric.editor.codeBlockDownloadButton.downloadCodeBlock': string;
|
|
433
435
|
'fabric.editor.codeBlockFormatButton.formatCode': string;
|
|
434
436
|
'fabric.editor.codeBlockFormatButton.formatCodeFailed': string;
|
|
435
437
|
'fabric.editor.codeBlockFormatButton.formatCodeFailedAutoDetectedDescription': string;
|
|
@@ -677,6 +679,7 @@ declare const _default: {
|
|
|
677
679
|
'fabric.editor.help.description': string;
|
|
678
680
|
'fabric.editor.helpDialogTips': string;
|
|
679
681
|
'fabric.editor.highlight': string;
|
|
682
|
+
'fabric.editor.highlight.clearColors': string;
|
|
680
683
|
'fabric.editor.highlight.removeColor': string;
|
|
681
684
|
'fabric.editor.highlight.removeHighlight': string;
|
|
682
685
|
'fabric.editor.highlightColor': string;
|
|
@@ -1136,6 +1139,7 @@ declare const _default: {
|
|
|
1136
1139
|
'fabric.theme.bold-blue': string;
|
|
1137
1140
|
'fabric.theme.bold-gray': string;
|
|
1138
1141
|
'fabric.theme.bold-green': string;
|
|
1142
|
+
'fabric.theme.bold-lime': string;
|
|
1139
1143
|
'fabric.theme.bold-magenta': string;
|
|
1140
1144
|
'fabric.theme.bold-orange': string;
|
|
1141
1145
|
'fabric.theme.bold-purple': string;
|
|
@@ -1177,6 +1181,7 @@ declare const _default: {
|
|
|
1177
1181
|
'fabric.theme.subtle-blue': string;
|
|
1178
1182
|
'fabric.theme.subtle-gray': string;
|
|
1179
1183
|
'fabric.theme.subtle-green': string;
|
|
1184
|
+
'fabric.theme.subtle-lime': string;
|
|
1180
1185
|
'fabric.theme.subtle-magenta': string;
|
|
1181
1186
|
'fabric.theme.subtle-orange': string;
|
|
1182
1187
|
'fabric.theme.subtle-purple': string;
|
package/dist/types/i18n/tr.d.ts
CHANGED
|
@@ -692,6 +692,7 @@ declare const _default: {
|
|
|
692
692
|
'fabric.editor.help.description': string;
|
|
693
693
|
'fabric.editor.helpDialogTips': string;
|
|
694
694
|
'fabric.editor.highlight': string;
|
|
695
|
+
'fabric.editor.highlight.clearColors': string;
|
|
695
696
|
'fabric.editor.highlight.removeColor': string;
|
|
696
697
|
'fabric.editor.highlight.removeHighlight': string;
|
|
697
698
|
'fabric.editor.highlightColor': string;
|
package/dist/types/i18n/vi.d.ts
CHANGED
|
@@ -316,6 +316,7 @@ declare const _default: {
|
|
|
316
316
|
'fabric.editor.ai.toolbar.moreEmpatheticTone.title': string;
|
|
317
317
|
'fabric.editor.ai.toolbar.moreProfessionalTone.title': string;
|
|
318
318
|
'fabric.editor.ai.toolbar.moreRovoOptions.label': string;
|
|
319
|
+
'fabric.editor.ai.toolbar.rovoDropdownChevron.label': string;
|
|
319
320
|
'fabric.editor.ai.toolbar.simplifiedAI.title': string;
|
|
320
321
|
'fabric.editor.ai.toolbar.spellingAndGrammar.title': string;
|
|
321
322
|
'fabric.editor.ai.toolbar.summarize.title': string;
|
|
@@ -430,6 +431,7 @@ declare const _default: {
|
|
|
430
431
|
'fabric.editor.codeBlock.recentlyUsed': string;
|
|
431
432
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
432
433
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
434
|
+
'fabric.editor.codeBlockDownloadButton.downloadCodeBlock': string;
|
|
433
435
|
'fabric.editor.codeBlockFormatButton.formatCode': string;
|
|
434
436
|
'fabric.editor.codeBlockFormatButton.formatCodeFailed': string;
|
|
435
437
|
'fabric.editor.codeBlockFormatButton.formatCodeFailedAutoDetectedDescription': string;
|
|
@@ -1137,6 +1139,7 @@ declare const _default: {
|
|
|
1137
1139
|
'fabric.theme.bold-blue': string;
|
|
1138
1140
|
'fabric.theme.bold-gray': string;
|
|
1139
1141
|
'fabric.theme.bold-green': string;
|
|
1142
|
+
'fabric.theme.bold-lime': string;
|
|
1140
1143
|
'fabric.theme.bold-magenta': string;
|
|
1141
1144
|
'fabric.theme.bold-orange': string;
|
|
1142
1145
|
'fabric.theme.bold-purple': string;
|
|
@@ -1178,6 +1181,7 @@ declare const _default: {
|
|
|
1178
1181
|
'fabric.theme.subtle-blue': string;
|
|
1179
1182
|
'fabric.theme.subtle-gray': string;
|
|
1180
1183
|
'fabric.theme.subtle-green': string;
|
|
1184
|
+
'fabric.theme.subtle-lime': string;
|
|
1181
1185
|
'fabric.theme.subtle-magenta': string;
|
|
1182
1186
|
'fabric.theme.subtle-orange': string;
|
|
1183
1187
|
'fabric.theme.subtle-purple': string;
|
|
@@ -445,6 +445,7 @@ declare const _default: {
|
|
|
445
445
|
'fabric.editor.codeBlock.recentlyUsed': string;
|
|
446
446
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
447
447
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
448
|
+
'fabric.editor.codeBlockDownloadButton.downloadCodeBlock': string;
|
|
448
449
|
'fabric.editor.codeBlockFormatButton.formatCode': string;
|
|
449
450
|
'fabric.editor.codeBlockFormatButton.formatCodeFailed': string;
|
|
450
451
|
'fabric.editor.codeBlockFormatButton.formatCodeFailedAutoDetectedDescription': string;
|
|
@@ -1152,6 +1153,7 @@ declare const _default: {
|
|
|
1152
1153
|
'fabric.theme.bold-blue': string;
|
|
1153
1154
|
'fabric.theme.bold-gray': string;
|
|
1154
1155
|
'fabric.theme.bold-green': string;
|
|
1156
|
+
'fabric.theme.bold-lime': string;
|
|
1155
1157
|
'fabric.theme.bold-magenta': string;
|
|
1156
1158
|
'fabric.theme.bold-orange': string;
|
|
1157
1159
|
'fabric.theme.bold-purple': string;
|
|
@@ -1193,6 +1195,7 @@ declare const _default: {
|
|
|
1193
1195
|
'fabric.theme.subtle-blue': string;
|
|
1194
1196
|
'fabric.theme.subtle-gray': string;
|
|
1195
1197
|
'fabric.theme.subtle-green': string;
|
|
1198
|
+
'fabric.theme.subtle-lime': string;
|
|
1196
1199
|
'fabric.theme.subtle-magenta': string;
|
|
1197
1200
|
'fabric.theme.subtle-orange': string;
|
|
1198
1201
|
'fabric.theme.subtle-purple': string;
|
package/i18n/cs.ts
CHANGED
|
@@ -360,7 +360,7 @@ export default {
|
|
|
360
360
|
'fabric.editor.ai.toolbar.adjustLength.title': 'Upravit délku',
|
|
361
361
|
'fabric.editor.ai.toolbar.askAI.title': 'Zeptat se AI',
|
|
362
362
|
'fabric.editor.ai.toolbar.askRovo.image.title': 'Upravit obrázek',
|
|
363
|
-
'fabric.editor.ai.toolbar.askRovo.image.tooltip.quickCommand': "Upravit obrázek {key}+'",
|
|
363
|
+
'fabric.editor.ai.toolbar.askRovo.image.tooltip.quickCommand': "Upravit obrázek {key} + '",
|
|
364
364
|
'fabric.editor.ai.toolbar.askRovo.remixApp.title': 'Upravit',
|
|
365
365
|
'fabric.editor.ai.toolbar.askRovo.remixApp.tooltip.quickCommand': "Upravit {key}+'",
|
|
366
366
|
'fabric.editor.ai.toolbar.askRovo.title': 'Zeptejte se nástroje Rovo',
|
|
@@ -772,6 +772,7 @@ export default {
|
|
|
772
772
|
'fabric.editor.help.description': 'Projděte si všechny klávesové zkratky a možnosti markdownu',
|
|
773
773
|
'fabric.editor.helpDialogTips': 'Zmáčkněte {keyMap}, abyste mohli kdykoliv rychle otevřít tento dialog.',
|
|
774
774
|
'fabric.editor.highlight': 'Barva zvýraznění',
|
|
775
|
+
'fabric.editor.highlight.clearColors': 'Vymazat všechny barvy',
|
|
775
776
|
'fabric.editor.highlight.removeColor': 'Odebrat barvu',
|
|
776
777
|
'fabric.editor.highlight.removeHighlight': 'Odebrat zvýraznění',
|
|
777
778
|
'fabric.editor.highlightColor': 'Přepnout paletu barev zvýraznění',
|
|
@@ -1135,7 +1136,7 @@ export default {
|
|
|
1135
1136
|
'fabric.editor.syncedLocationDropdownIssueTypeEpic': 'Epic',
|
|
1136
1137
|
'fabric.editor.syncedLocationDropdownIssueTypeGeneric': 'Požadavek Jira',
|
|
1137
1138
|
'fabric.editor.syncedLocationDropdownIssueTypeStory': 'Story',
|
|
1138
|
-
'fabric.editor.syncedLocationDropdownIssueTypeSubtask': '
|
|
1139
|
+
'fabric.editor.syncedLocationDropdownIssueTypeSubtask': 'Podúkol',
|
|
1139
1140
|
'fabric.editor.syncedLocationDropdownIssueTypeTask': 'Úkol',
|
|
1140
1141
|
'fabric.editor.syncedLocationDropdownLearnMoreLink': 'Další informace o synchronizovaných blocích',
|
|
1141
1142
|
'fabric.editor.syncedLocationDropdownNoResults':
|
package/i18n/de.ts
CHANGED
|
@@ -932,7 +932,7 @@ export default {
|
|
|
932
932
|
'Um die Formatierung wiederherzustellen, greifen Sie über den Versionsverlauf auf frühere Entwürfe zu',
|
|
933
933
|
'fabric.editor.markdownMode.confirmDialog.toRichText.standardTools': 'Nutzen Sie alle Tools für Rich Text',
|
|
934
934
|
'fabric.editor.markdownMode.confirmDialog.toRichText.versionHistory':
|
|
935
|
-
'Stellen Sie
|
|
935
|
+
'Stellen Sie über den Versionsverlauf frühere Entwürfe wieder her',
|
|
936
936
|
'fabric.editor.markdownMode.labsLozenge': 'LABS',
|
|
937
937
|
'fabric.editor.markdownMode.sourceView.ariaLabel': 'Markdown-Quelle',
|
|
938
938
|
'fabric.editor.markdownMode.unlinkSyncedBlocks.body':
|
package/i18n/en.ts
CHANGED
|
@@ -434,6 +434,7 @@ export default {
|
|
|
434
434
|
'fabric.editor.ai.suggestions.card.collapseButtonLabel.non-final': 'Collapse',
|
|
435
435
|
'fabric.editor.ai.suggestions.card.compareWithOriginalOptionLabel.non-final': 'Compare with original',
|
|
436
436
|
'fabric.editor.ai.suggestions.card.discardButtonLabel.non-final': 'Discard',
|
|
437
|
+
'fabric.editor.ai.suggestions.card.disclaimerText.non-final': 'Uses AI. Verify results.',
|
|
437
438
|
'fabric.editor.ai.suggestions.card.expandButtonLabel.non-final': 'Expand',
|
|
438
439
|
'fabric.editor.ai.suggestions.card.moreOptionsButtonLabel.non-final': 'More options',
|
|
439
440
|
'fabric.editor.ai.suggestions.card.onlyShowSuggestionOptionLabel.non-final': 'Only show suggestion',
|
|
@@ -630,6 +631,15 @@ export default {
|
|
|
630
631
|
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
|
631
632
|
'fabric.editor.collapseNode': 'Collapse content',
|
|
632
633
|
'fabric.editor.collapseTable': 'Collapse table',
|
|
634
|
+
'fabric.editor.color.accessibility.accessibility': 'Accessibility',
|
|
635
|
+
'fabric.editor.color.accessibility.accessibleLabel': 'Accessible',
|
|
636
|
+
'fabric.editor.color.accessibility.accessibleTooltip': 'Accessible color combination',
|
|
637
|
+
'fabric.editor.color.accessibility.difficultToReadLabel': 'Difficult to read',
|
|
638
|
+
'fabric.editor.color.accessibility.difficultToReadTooltip':
|
|
639
|
+
'This color combination has low contrast. Select a different color to improve legibility.',
|
|
640
|
+
'fabric.editor.color.accessibility.inaccessibleLabel': 'Inaccessible',
|
|
641
|
+
'fabric.editor.color.accessibility.inaccessibleTooltip':
|
|
642
|
+
'This color combination is hard to read. Select a different color to improve legibility.',
|
|
633
643
|
'fabric.editor.colorPicker.menuLabel': 'Color picker menu',
|
|
634
644
|
'fabric.editor.columnDragHandle': 'Column options',
|
|
635
645
|
'fabric.editor.columnMovedLeft': 'Column moved left to {index} of {total}',
|
package/i18n/en_GB.ts
CHANGED
|
@@ -434,6 +434,7 @@ export default {
|
|
|
434
434
|
'fabric.editor.ai.suggestions.card.collapseButtonLabel.non-final': 'Collapse',
|
|
435
435
|
'fabric.editor.ai.suggestions.card.compareWithOriginalOptionLabel.non-final': 'Compare with original',
|
|
436
436
|
'fabric.editor.ai.suggestions.card.discardButtonLabel.non-final': 'Discard',
|
|
437
|
+
'fabric.editor.ai.suggestions.card.disclaimerText.non-final': 'Uses AI. Verify results.',
|
|
437
438
|
'fabric.editor.ai.suggestions.card.expandButtonLabel.non-final': 'Expand',
|
|
438
439
|
'fabric.editor.ai.suggestions.card.moreOptionsButtonLabel.non-final': 'More options',
|
|
439
440
|
'fabric.editor.ai.suggestions.card.onlyShowSuggestionOptionLabel.non-final': 'Only show suggestion',
|
|
@@ -630,6 +631,15 @@ export default {
|
|
|
630
631
|
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
|
631
632
|
'fabric.editor.collapseNode': 'Collapse content',
|
|
632
633
|
'fabric.editor.collapseTable': 'Collapse table',
|
|
634
|
+
'fabric.editor.color.accessibility.accessibility': 'Accessibility',
|
|
635
|
+
'fabric.editor.color.accessibility.accessibleLabel': 'Accessible',
|
|
636
|
+
'fabric.editor.color.accessibility.accessibleTooltip': 'Accessible colour combination',
|
|
637
|
+
'fabric.editor.color.accessibility.difficultToReadLabel': 'Difficult to read',
|
|
638
|
+
'fabric.editor.color.accessibility.difficultToReadTooltip':
|
|
639
|
+
'This colour combination has low contrast. Select a different colour to improve legibility.',
|
|
640
|
+
'fabric.editor.color.accessibility.inaccessibleLabel': 'Inaccessible',
|
|
641
|
+
'fabric.editor.color.accessibility.inaccessibleTooltip':
|
|
642
|
+
'This colour combination is hard to read. Select a different colour to improve legibility.',
|
|
633
643
|
'fabric.editor.colorPicker.menuLabel': 'Colour picker menu',
|
|
634
644
|
'fabric.editor.columnDragHandle': 'Column options',
|
|
635
645
|
'fabric.editor.columnMovedLeft': 'Column moved left to {index} of {total}',
|
package/i18n/en_ZZ.ts
CHANGED
|
@@ -529,6 +529,7 @@ export default {
|
|
|
529
529
|
'fabric.editor.ai.suggestions.card.compareWithOriginalOptionLabel.non-final':
|
|
530
530
|
'Compare with original',
|
|
531
531
|
'fabric.editor.ai.suggestions.card.discardButtonLabel.non-final': 'Discard',
|
|
532
|
+
'fabric.editor.ai.suggestions.card.disclaimerText.non-final': 'Uses AI. Verify results.',
|
|
532
533
|
'fabric.editor.ai.suggestions.card.expandButtonLabel.non-final': 'Expand',
|
|
533
534
|
'fabric.editor.ai.suggestions.card.moreOptionsButtonLabel.non-final': 'More options',
|
|
534
535
|
'fabric.editor.ai.suggestions.card.onlyShowSuggestionOptionLabel.non-final':
|
|
@@ -743,6 +744,15 @@ export default {
|
|
|
743
744
|
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
|
744
745
|
'fabric.editor.collapseNode': 'Collapse content',
|
|
745
746
|
'fabric.editor.collapseTable': 'Collapse table',
|
|
747
|
+
'fabric.editor.color.accessibility.accessibility': 'Accessibility',
|
|
748
|
+
'fabric.editor.color.accessibility.accessibleLabel': 'Accessible',
|
|
749
|
+
'fabric.editor.color.accessibility.accessibleTooltip': 'Accessible color combination',
|
|
750
|
+
'fabric.editor.color.accessibility.difficultToReadLabel': 'Difficult to read',
|
|
751
|
+
'fabric.editor.color.accessibility.difficultToReadTooltip':
|
|
752
|
+
'This color combination has low contrast. Select a different color to improve legibility.',
|
|
753
|
+
'fabric.editor.color.accessibility.inaccessibleLabel': 'Inaccessible',
|
|
754
|
+
'fabric.editor.color.accessibility.inaccessibleTooltip':
|
|
755
|
+
'This color combination is hard to read. Select a different color to improve legibility.',
|
|
746
756
|
'fabric.editor.colorPicker.menuLabel': 'Color picker menu',
|
|
747
757
|
'fabric.editor.columnDragHandle': 'Column options',
|
|
748
758
|
'fabric.editor.columnMovedLeft': 'Column moved left to {index} of {total}',
|