@atlaskit/afm-i18n-platform-editor-editor-common 2.138.0 → 2.140.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 +12 -0
- package/dist/cjs/i18n/da.js +12 -0
- package/dist/cjs/i18n/de.js +21 -0
- package/dist/cjs/i18n/fi.js +9 -0
- package/dist/cjs/i18n/fr.js +10 -1
- package/dist/cjs/i18n/hr.js +11 -0
- package/dist/cjs/i18n/hu.js +9 -0
- package/dist/cjs/i18n/it.js +9 -0
- package/dist/cjs/i18n/ja.js +9 -0
- package/dist/cjs/i18n/ko.js +10 -1
- package/dist/cjs/i18n/nb.js +9 -0
- package/dist/cjs/i18n/nl.js +9 -0
- package/dist/cjs/i18n/ru.js +18 -0
- package/dist/cjs/i18n/sl.js +13 -0
- package/dist/cjs/i18n/sr_RS.js +11 -0
- package/dist/cjs/i18n/sr_YR.js +11 -0
- package/dist/cjs/i18n/sv.js +9 -0
- package/dist/cjs/i18n/th.js +12 -0
- package/dist/cjs/i18n/tr.js +10 -1
- package/dist/cjs/i18n/uk.js +23 -0
- package/dist/cjs/i18n/vi.js +17 -0
- package/dist/cjs/i18n/zh_TW.js +9 -0
- package/dist/esm/i18n/cs.d.ts +12 -0
- package/dist/esm/i18n/cs.js +12 -0
- package/dist/esm/i18n/da.d.ts +12 -0
- package/dist/esm/i18n/da.js +12 -0
- package/dist/esm/i18n/de.d.ts +21 -0
- package/dist/esm/i18n/de.js +21 -0
- package/dist/esm/i18n/fi.d.ts +9 -0
- package/dist/esm/i18n/fi.js +9 -0
- package/dist/esm/i18n/fr.d.ts +9 -0
- package/dist/esm/i18n/fr.js +10 -1
- package/dist/esm/i18n/hr.d.ts +11 -0
- package/dist/esm/i18n/hr.js +11 -0
- package/dist/esm/i18n/hu.d.ts +9 -0
- package/dist/esm/i18n/hu.js +9 -0
- package/dist/esm/i18n/it.d.ts +9 -0
- package/dist/esm/i18n/it.js +9 -0
- package/dist/esm/i18n/ja.d.ts +9 -0
- package/dist/esm/i18n/ja.js +9 -0
- package/dist/esm/i18n/ko.d.ts +9 -0
- package/dist/esm/i18n/ko.js +10 -1
- package/dist/esm/i18n/nb.d.ts +9 -0
- package/dist/esm/i18n/nb.js +9 -0
- package/dist/esm/i18n/nl.d.ts +9 -0
- package/dist/esm/i18n/nl.js +9 -0
- package/dist/esm/i18n/ru.d.ts +18 -0
- package/dist/esm/i18n/ru.js +18 -0
- package/dist/esm/i18n/sl.d.ts +13 -0
- package/dist/esm/i18n/sl.js +13 -0
- package/dist/esm/i18n/sr_RS.d.ts +11 -0
- package/dist/esm/i18n/sr_RS.js +11 -0
- package/dist/esm/i18n/sr_YR.d.ts +11 -0
- package/dist/esm/i18n/sr_YR.js +11 -0
- package/dist/esm/i18n/sv.d.ts +9 -0
- package/dist/esm/i18n/sv.js +9 -0
- package/dist/esm/i18n/th.d.ts +12 -0
- package/dist/esm/i18n/th.js +12 -0
- package/dist/esm/i18n/tr.d.ts +9 -0
- package/dist/esm/i18n/tr.js +10 -1
- package/dist/esm/i18n/uk.d.ts +23 -0
- package/dist/esm/i18n/uk.js +23 -0
- package/dist/esm/i18n/vi.d.ts +17 -0
- package/dist/esm/i18n/vi.js +17 -0
- package/dist/esm/i18n/zh_TW.d.ts +9 -0
- package/dist/esm/i18n/zh_TW.js +9 -0
- package/dist/types/i18n/cs.d.ts +12 -0
- package/dist/types/i18n/da.d.ts +12 -0
- package/dist/types/i18n/de.d.ts +21 -0
- package/dist/types/i18n/fi.d.ts +9 -0
- package/dist/types/i18n/fr.d.ts +9 -0
- package/dist/types/i18n/hr.d.ts +11 -0
- package/dist/types/i18n/hu.d.ts +9 -0
- package/dist/types/i18n/it.d.ts +9 -0
- package/dist/types/i18n/ja.d.ts +9 -0
- package/dist/types/i18n/ko.d.ts +9 -0
- package/dist/types/i18n/nb.d.ts +9 -0
- package/dist/types/i18n/nl.d.ts +9 -0
- package/dist/types/i18n/ru.d.ts +18 -0
- package/dist/types/i18n/sl.d.ts +13 -0
- package/dist/types/i18n/sr_RS.d.ts +11 -0
- package/dist/types/i18n/sr_YR.d.ts +11 -0
- package/dist/types/i18n/sv.d.ts +9 -0
- package/dist/types/i18n/th.d.ts +12 -0
- package/dist/types/i18n/tr.d.ts +9 -0
- package/dist/types/i18n/uk.d.ts +23 -0
- package/dist/types/i18n/vi.d.ts +17 -0
- package/dist/types/i18n/zh_TW.d.ts +9 -0
- package/i18n/cs.ts +15 -0
- package/i18n/da.ts +14 -0
- package/i18n/de.ts +25 -0
- package/i18n/fi.ts +11 -0
- package/i18n/fr.ts +12 -1
- package/i18n/hr.ts +15 -0
- package/i18n/hu.ts +11 -0
- package/i18n/it.ts +12 -0
- package/i18n/ja.ts +11 -0
- package/i18n/ko.ts +11 -1
- package/i18n/nb.ts +11 -0
- package/i18n/nl.ts +12 -0
- package/i18n/ru.ts +21 -0
- package/i18n/sl.ts +14 -0
- package/i18n/sr_RS.ts +14 -0
- package/i18n/sr_YR.ts +13 -0
- package/i18n/sv.ts +11 -0
- package/i18n/th.ts +14 -0
- package/i18n/tr.ts +12 -1
- package/i18n/uk.ts +27 -0
- package/i18n/vi.ts +21 -0
- package/i18n/zh_TW.ts +9 -0
- package/package.json +1 -1
package/dist/types/i18n/nb.d.ts
CHANGED
|
@@ -138,6 +138,7 @@ declare const _default: {
|
|
|
138
138
|
'fabric.editor.ai.config.item.suggest.title': string;
|
|
139
139
|
'fabric.editor.ai.config.item.suggestComment.description': string;
|
|
140
140
|
'fabric.editor.ai.config.item.suggestComment.title': string;
|
|
141
|
+
'fabric.editor.ai.config.item.suggestReply.description': string;
|
|
141
142
|
'fabric.editor.ai.config.item.suggestReply.title': string;
|
|
142
143
|
'fabric.editor.ai.config.item.summarize.description': string;
|
|
143
144
|
'fabric.editor.ai.config.item.summarize.dropdownItem.title': string;
|
|
@@ -353,6 +354,7 @@ declare const _default: {
|
|
|
353
354
|
'fabric.editor.askRovo': string;
|
|
354
355
|
'fabric.editor.backLink': string;
|
|
355
356
|
'fabric.editor.backgroundColor': string;
|
|
357
|
+
'fabric.editor.block.menu.change.format': string;
|
|
356
358
|
'fabric.editor.block.menu.codeblock': string;
|
|
357
359
|
'fabric.editor.block.menu.copy': string;
|
|
358
360
|
'fabric.editor.block.menu.copy.block': string;
|
|
@@ -432,6 +434,7 @@ declare const _default: {
|
|
|
432
434
|
'fabric.editor.codeBlock.languageNotSet': string;
|
|
433
435
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
434
436
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
437
|
+
'fabric.editor.codeBlockLineNumbersButton.hideLineNumbers': string;
|
|
435
438
|
'fabric.editor.codeBlockLineNumbersButton.showLineNumbers': string;
|
|
436
439
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': string;
|
|
437
440
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': string;
|
|
@@ -581,6 +584,7 @@ declare const _default: {
|
|
|
581
584
|
'fabric.editor.emptyLink': string;
|
|
582
585
|
'fabric.editor.emptySearchResults': string;
|
|
583
586
|
'fabric.editor.emptySearchResultsSuggestion': string;
|
|
587
|
+
'fabric.editor.emptySearchResultsSuggestionAskRovoOnly': string;
|
|
584
588
|
'fabric.editor.epic': string;
|
|
585
589
|
'fabric.editor.error': string;
|
|
586
590
|
'fabric.editor.error.description.cannotDelete': string;
|
|
@@ -589,6 +593,7 @@ declare const _default: {
|
|
|
589
593
|
'fabric.editor.error.description.failToEditWhenOffline': string;
|
|
590
594
|
'fabric.editor.error.description.reference.offline': string;
|
|
591
595
|
'fabric.editor.error.description.reference.unpublished': string;
|
|
596
|
+
'fabric.editor.error.description.reference.unpublished.jiraWorkItem': string;
|
|
592
597
|
'fabric.editor.error.flag.title.cannotDelete': string;
|
|
593
598
|
'fabric.editor.error.message.label': string;
|
|
594
599
|
'fabric.editor.error.title.failToCreate': string;
|
|
@@ -725,6 +730,7 @@ declare const _default: {
|
|
|
725
730
|
'fabric.editor.keyboardShortcuts': string;
|
|
726
731
|
'fabric.editor.layout.columnOption': string;
|
|
727
732
|
'fabric.editor.layout.controls.placeholder': string;
|
|
733
|
+
'fabric.editor.layout.deleteColumn': string;
|
|
728
734
|
'fabric.editor.layout.distributeColumns': string;
|
|
729
735
|
'fabric.editor.layout.placeholder': string;
|
|
730
736
|
'fabric.editor.layout.resizeLayout': string;
|
|
@@ -758,6 +764,7 @@ declare const _default: {
|
|
|
758
764
|
'fabric.editor.markdownMode.viewToggle.groupLabel': string;
|
|
759
765
|
'fabric.editor.markdownMode.viewToggle.preview': string;
|
|
760
766
|
'fabric.editor.markdownMode.viewToggle.source': string;
|
|
767
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': string;
|
|
761
768
|
'fabric.editor.matchCase': string;
|
|
762
769
|
'fabric.editor.media.DefaultMediaWidthDecreased': string;
|
|
763
770
|
'fabric.editor.media.DefaultMediaWidthIncreased': string;
|
|
@@ -1063,7 +1070,9 @@ declare const _default: {
|
|
|
1063
1070
|
'fabric.editor.unorderedList': string;
|
|
1064
1071
|
'fabric.editor.unorderedList.description': string;
|
|
1065
1072
|
'fabric.editor.unpublishedSyncBlockPastedDescription': string;
|
|
1073
|
+
'fabric.editor.unpublishedSyncBlockPastedDescription.jiraWorkItem': string;
|
|
1066
1074
|
'fabric.editor.unpublishedSyncBlockPastedTitle': string;
|
|
1075
|
+
'fabric.editor.unpublishedSyncBlockPastedTitle.jiraWorkItem': string;
|
|
1067
1076
|
'fabric.editor.unsupportedBlockContent': string;
|
|
1068
1077
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
1069
1078
|
'fabric.editor.unsupportedInlineContent': string;
|
package/dist/types/i18n/nl.d.ts
CHANGED
|
@@ -138,6 +138,7 @@ declare const _default: {
|
|
|
138
138
|
'fabric.editor.ai.config.item.suggest.title': string;
|
|
139
139
|
'fabric.editor.ai.config.item.suggestComment.description': string;
|
|
140
140
|
'fabric.editor.ai.config.item.suggestComment.title': string;
|
|
141
|
+
'fabric.editor.ai.config.item.suggestReply.description': string;
|
|
141
142
|
'fabric.editor.ai.config.item.suggestReply.title': string;
|
|
142
143
|
'fabric.editor.ai.config.item.summarize.description': string;
|
|
143
144
|
'fabric.editor.ai.config.item.summarize.dropdownItem.title': string;
|
|
@@ -353,6 +354,7 @@ declare const _default: {
|
|
|
353
354
|
'fabric.editor.askRovo': string;
|
|
354
355
|
'fabric.editor.backLink': string;
|
|
355
356
|
'fabric.editor.backgroundColor': string;
|
|
357
|
+
'fabric.editor.block.menu.change.format': string;
|
|
356
358
|
'fabric.editor.block.menu.codeblock': string;
|
|
357
359
|
'fabric.editor.block.menu.copy': string;
|
|
358
360
|
'fabric.editor.block.menu.copy.block': string;
|
|
@@ -432,6 +434,7 @@ declare const _default: {
|
|
|
432
434
|
'fabric.editor.codeBlock.languageNotSet': string;
|
|
433
435
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
434
436
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
437
|
+
'fabric.editor.codeBlockLineNumbersButton.hideLineNumbers': string;
|
|
435
438
|
'fabric.editor.codeBlockLineNumbersButton.showLineNumbers': string;
|
|
436
439
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': string;
|
|
437
440
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': string;
|
|
@@ -581,6 +584,7 @@ declare const _default: {
|
|
|
581
584
|
'fabric.editor.emptyLink': string;
|
|
582
585
|
'fabric.editor.emptySearchResults': string;
|
|
583
586
|
'fabric.editor.emptySearchResultsSuggestion': string;
|
|
587
|
+
'fabric.editor.emptySearchResultsSuggestionAskRovoOnly': string;
|
|
584
588
|
'fabric.editor.epic': string;
|
|
585
589
|
'fabric.editor.error': string;
|
|
586
590
|
'fabric.editor.error.description.cannotDelete': string;
|
|
@@ -589,6 +593,7 @@ declare const _default: {
|
|
|
589
593
|
'fabric.editor.error.description.failToEditWhenOffline': string;
|
|
590
594
|
'fabric.editor.error.description.reference.offline': string;
|
|
591
595
|
'fabric.editor.error.description.reference.unpublished': string;
|
|
596
|
+
'fabric.editor.error.description.reference.unpublished.jiraWorkItem': string;
|
|
592
597
|
'fabric.editor.error.flag.title.cannotDelete': string;
|
|
593
598
|
'fabric.editor.error.message.label': string;
|
|
594
599
|
'fabric.editor.error.title.failToCreate': string;
|
|
@@ -725,6 +730,7 @@ declare const _default: {
|
|
|
725
730
|
'fabric.editor.keyboardShortcuts': string;
|
|
726
731
|
'fabric.editor.layout.columnOption': string;
|
|
727
732
|
'fabric.editor.layout.controls.placeholder': string;
|
|
733
|
+
'fabric.editor.layout.deleteColumn': string;
|
|
728
734
|
'fabric.editor.layout.distributeColumns': string;
|
|
729
735
|
'fabric.editor.layout.placeholder': string;
|
|
730
736
|
'fabric.editor.layout.resizeLayout': string;
|
|
@@ -758,6 +764,7 @@ declare const _default: {
|
|
|
758
764
|
'fabric.editor.markdownMode.viewToggle.groupLabel': string;
|
|
759
765
|
'fabric.editor.markdownMode.viewToggle.preview': string;
|
|
760
766
|
'fabric.editor.markdownMode.viewToggle.source': string;
|
|
767
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': string;
|
|
761
768
|
'fabric.editor.matchCase': string;
|
|
762
769
|
'fabric.editor.media.DefaultMediaWidthDecreased': string;
|
|
763
770
|
'fabric.editor.media.DefaultMediaWidthIncreased': string;
|
|
@@ -1063,7 +1070,9 @@ declare const _default: {
|
|
|
1063
1070
|
'fabric.editor.unorderedList': string;
|
|
1064
1071
|
'fabric.editor.unorderedList.description': string;
|
|
1065
1072
|
'fabric.editor.unpublishedSyncBlockPastedDescription': string;
|
|
1073
|
+
'fabric.editor.unpublishedSyncBlockPastedDescription.jiraWorkItem': string;
|
|
1066
1074
|
'fabric.editor.unpublishedSyncBlockPastedTitle': string;
|
|
1075
|
+
'fabric.editor.unpublishedSyncBlockPastedTitle.jiraWorkItem': string;
|
|
1067
1076
|
'fabric.editor.unsupportedBlockContent': string;
|
|
1068
1077
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
1069
1078
|
'fabric.editor.unsupportedInlineContent': string;
|
package/dist/types/i18n/ru.d.ts
CHANGED
|
@@ -128,6 +128,7 @@ declare const _default: {
|
|
|
128
128
|
'fabric.editor.ai.config.item.makeLonger.title': string;
|
|
129
129
|
'fabric.editor.ai.config.item.range.agent.description': string;
|
|
130
130
|
'fabric.editor.ai.config.item.range.agent.prompt.hint': string;
|
|
131
|
+
'fabric.editor.ai.config.item.remix.title': string;
|
|
131
132
|
'fabric.editor.ai.config.item.rephrase.description': string;
|
|
132
133
|
'fabric.editor.ai.config.item.rephrase.title': string;
|
|
133
134
|
'fabric.editor.ai.config.item.shorten.description': string;
|
|
@@ -137,6 +138,8 @@ declare const _default: {
|
|
|
137
138
|
'fabric.editor.ai.config.item.suggest.title': string;
|
|
138
139
|
'fabric.editor.ai.config.item.suggestComment.description': string;
|
|
139
140
|
'fabric.editor.ai.config.item.suggestComment.title': string;
|
|
141
|
+
'fabric.editor.ai.config.item.suggestReply.description': string;
|
|
142
|
+
'fabric.editor.ai.config.item.suggestReply.title': string;
|
|
140
143
|
'fabric.editor.ai.config.item.summarize.description': string;
|
|
141
144
|
'fabric.editor.ai.config.item.summarize.dropdownItem.title': string;
|
|
142
145
|
'fabric.editor.ai.config.item.summarize.title': string;
|
|
@@ -352,6 +355,7 @@ declare const _default: {
|
|
|
352
355
|
'fabric.editor.askRovo': string;
|
|
353
356
|
'fabric.editor.backLink': string;
|
|
354
357
|
'fabric.editor.backgroundColor': string;
|
|
358
|
+
'fabric.editor.block.menu.change.format': string;
|
|
355
359
|
'fabric.editor.block.menu.codeblock': string;
|
|
356
360
|
'fabric.editor.block.menu.copy': string;
|
|
357
361
|
'fabric.editor.block.menu.copy.block': string;
|
|
@@ -431,6 +435,8 @@ declare const _default: {
|
|
|
431
435
|
'fabric.editor.codeBlock.languageNotSet': string;
|
|
432
436
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
433
437
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
438
|
+
'fabric.editor.codeBlockLineNumbersButton.hideLineNumbers': string;
|
|
439
|
+
'fabric.editor.codeBlockLineNumbersButton.showLineNumbers': string;
|
|
434
440
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': string;
|
|
435
441
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': string;
|
|
436
442
|
'fabric.editor.codeblock': string;
|
|
@@ -579,6 +585,7 @@ declare const _default: {
|
|
|
579
585
|
'fabric.editor.emptyLink': string;
|
|
580
586
|
'fabric.editor.emptySearchResults': string;
|
|
581
587
|
'fabric.editor.emptySearchResultsSuggestion': string;
|
|
588
|
+
'fabric.editor.emptySearchResultsSuggestionAskRovoOnly': string;
|
|
582
589
|
'fabric.editor.epic': string;
|
|
583
590
|
'fabric.editor.error': string;
|
|
584
591
|
'fabric.editor.error.description.cannotDelete': string;
|
|
@@ -587,6 +594,7 @@ declare const _default: {
|
|
|
587
594
|
'fabric.editor.error.description.failToEditWhenOffline': string;
|
|
588
595
|
'fabric.editor.error.description.reference.offline': string;
|
|
589
596
|
'fabric.editor.error.description.reference.unpublished': string;
|
|
597
|
+
'fabric.editor.error.description.reference.unpublished.jiraWorkItem': string;
|
|
590
598
|
'fabric.editor.error.flag.title.cannotDelete': string;
|
|
591
599
|
'fabric.editor.error.message.label': string;
|
|
592
600
|
'fabric.editor.error.title.failToCreate': string;
|
|
@@ -723,6 +731,7 @@ declare const _default: {
|
|
|
723
731
|
'fabric.editor.keyboardShortcuts': string;
|
|
724
732
|
'fabric.editor.layout.columnOption': string;
|
|
725
733
|
'fabric.editor.layout.controls.placeholder': string;
|
|
734
|
+
'fabric.editor.layout.deleteColumn': string;
|
|
726
735
|
'fabric.editor.layout.distributeColumns': string;
|
|
727
736
|
'fabric.editor.layout.placeholder': string;
|
|
728
737
|
'fabric.editor.layout.resizeLayout': string;
|
|
@@ -756,6 +765,7 @@ declare const _default: {
|
|
|
756
765
|
'fabric.editor.markdownMode.viewToggle.groupLabel': string;
|
|
757
766
|
'fabric.editor.markdownMode.viewToggle.preview': string;
|
|
758
767
|
'fabric.editor.markdownMode.viewToggle.source': string;
|
|
768
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': string;
|
|
759
769
|
'fabric.editor.matchCase': string;
|
|
760
770
|
'fabric.editor.media.DefaultMediaWidthDecreased': string;
|
|
761
771
|
'fabric.editor.media.DefaultMediaWidthIncreased': string;
|
|
@@ -960,6 +970,12 @@ declare const _default: {
|
|
|
960
970
|
'fabric.editor.syncedBlockSourceUnsyncedDescription': string;
|
|
961
971
|
'fabric.editor.syncedLocationDropdownError': string;
|
|
962
972
|
'fabric.editor.syncedLocationDropdownHeading': string;
|
|
973
|
+
'fabric.editor.syncedLocationDropdownIssueTypeBug': string;
|
|
974
|
+
'fabric.editor.syncedLocationDropdownIssueTypeEpic': string;
|
|
975
|
+
'fabric.editor.syncedLocationDropdownIssueTypeGeneric': string;
|
|
976
|
+
'fabric.editor.syncedLocationDropdownIssueTypeStory': string;
|
|
977
|
+
'fabric.editor.syncedLocationDropdownIssueTypeSubtask': string;
|
|
978
|
+
'fabric.editor.syncedLocationDropdownIssueTypeTask': string;
|
|
963
979
|
'fabric.editor.syncedLocationDropdownLearnMoreLink': string;
|
|
964
980
|
'fabric.editor.syncedLocationDropdownNoResults': string;
|
|
965
981
|
'fabric.editor.syncedLocationDropdownRequestAccess': string;
|
|
@@ -1055,7 +1071,9 @@ declare const _default: {
|
|
|
1055
1071
|
'fabric.editor.unorderedList': string;
|
|
1056
1072
|
'fabric.editor.unorderedList.description': string;
|
|
1057
1073
|
'fabric.editor.unpublishedSyncBlockPastedDescription': string;
|
|
1074
|
+
'fabric.editor.unpublishedSyncBlockPastedDescription.jiraWorkItem': string;
|
|
1058
1075
|
'fabric.editor.unpublishedSyncBlockPastedTitle': string;
|
|
1076
|
+
'fabric.editor.unpublishedSyncBlockPastedTitle.jiraWorkItem': string;
|
|
1059
1077
|
'fabric.editor.unsupportedBlockContent': string;
|
|
1060
1078
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
1061
1079
|
'fabric.editor.unsupportedInlineContent': string;
|
package/dist/types/i18n/sl.d.ts
CHANGED
|
@@ -373,6 +373,7 @@ declare const _default: {
|
|
|
373
373
|
'fabric.editor.ai.suggestions.stagingArea.suggestionsLabel.non-final': string;
|
|
374
374
|
'fabric.editor.ai.suggestions.stagingArea.titleLabel.non-final': string;
|
|
375
375
|
'fabric.editor.ai.suggestions.stagingArea.viewLabel.non-final': string;
|
|
376
|
+
'fabric.editor.ai.suggestions.suggestEdits.buttonLabel': string;
|
|
376
377
|
'fabric.editor.ai.suggestions.toolbarButton.errorLabel.non-final': string;
|
|
377
378
|
'fabric.editor.ai.suggestions.toolbarButton.label.non-final': string;
|
|
378
379
|
'fabric.editor.ai.suggestions.toolbarButton.loadingLabel.non-final': string;
|
|
@@ -499,7 +500,9 @@ declare const _default: {
|
|
|
499
500
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
500
501
|
'fabric.editor.codeBlockLineNumbersButton.hideLineNumbers': string;
|
|
501
502
|
'fabric.editor.codeBlockLineNumbersButton.showLineNumbers': string;
|
|
503
|
+
'fabric.editor.codeBlockWrapButton.unwrapCode': string;
|
|
502
504
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': string;
|
|
505
|
+
'fabric.editor.codeBlockWrapButton.wrapCode': string;
|
|
503
506
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': string;
|
|
504
507
|
'fabric.editor.codeblock': string;
|
|
505
508
|
'fabric.editor.codeblock.description': string;
|
|
@@ -645,6 +648,7 @@ declare const _default: {
|
|
|
645
648
|
'fabric.editor.emptySearchResults': string;
|
|
646
649
|
'fabric.editor.emptySearchResultsSuggestion': string;
|
|
647
650
|
'fabric.editor.emptySearchResultsSuggestionAskRovoOnly': string;
|
|
651
|
+
'fabric.editor.emptySearchResultsSuggestionNew': string;
|
|
648
652
|
'fabric.editor.epic': string;
|
|
649
653
|
'fabric.editor.error': string;
|
|
650
654
|
'fabric.editor.error.description.cannotDelete': string;
|
|
@@ -785,6 +789,10 @@ declare const _default: {
|
|
|
785
789
|
'fabric.editor.inviteItem.title': string;
|
|
786
790
|
'fabric.editor.italic': string;
|
|
787
791
|
'fabric.editor.keyboardShortcuts': string;
|
|
792
|
+
'fabric.editor.layout.alignColumn': string;
|
|
793
|
+
'fabric.editor.layout.alignColumnBottom': string;
|
|
794
|
+
'fabric.editor.layout.alignColumnMiddle': string;
|
|
795
|
+
'fabric.editor.layout.alignColumnTop': string;
|
|
788
796
|
'fabric.editor.layout.columnOption': string;
|
|
789
797
|
'fabric.editor.layout.controls.placeholder': string;
|
|
790
798
|
'fabric.editor.layout.deleteColumn': string;
|
|
@@ -815,6 +823,7 @@ declare const _default: {
|
|
|
815
823
|
'fabric.editor.markdown': string;
|
|
816
824
|
'fabric.editor.markdownMode.confirmDialog.cancel': string;
|
|
817
825
|
'fabric.editor.markdownMode.confirmDialog.confirm': string;
|
|
826
|
+
'fabric.editor.markdownMode.confirmDialog.error': string;
|
|
818
827
|
'fabric.editor.markdownMode.labsLozenge': string;
|
|
819
828
|
'fabric.editor.markdownMode.sourceView.ariaLabel': string;
|
|
820
829
|
'fabric.editor.markdownMode.viewToggle.groupLabel': string;
|
|
@@ -1039,6 +1048,10 @@ declare const _default: {
|
|
|
1039
1048
|
'fabric.editor.syncedLocationDropdownTitleNoteForJiraWorkItem': string;
|
|
1040
1049
|
'fabric.editor.syncedLocationDropdownUntitledPage': string;
|
|
1041
1050
|
'fabric.editor.table': string;
|
|
1051
|
+
'fabric.editor.table.cellAlignment': string;
|
|
1052
|
+
'fabric.editor.table.cellAlignmentBottom': string;
|
|
1053
|
+
'fabric.editor.table.cellAlignmentMiddle': string;
|
|
1054
|
+
'fabric.editor.table.cellAlignmentTop': string;
|
|
1042
1055
|
'fabric.editor.table.description': string;
|
|
1043
1056
|
'fabric.editor.tableAlignmentOptions': string;
|
|
1044
1057
|
'fabric.editor.tableFullWidthLabel': string;
|
|
@@ -137,6 +137,8 @@ declare const _default: {
|
|
|
137
137
|
'fabric.editor.ai.config.item.suggest.title': string;
|
|
138
138
|
'fabric.editor.ai.config.item.suggestComment.description': string;
|
|
139
139
|
'fabric.editor.ai.config.item.suggestComment.title': string;
|
|
140
|
+
'fabric.editor.ai.config.item.suggestReply.description': string;
|
|
141
|
+
'fabric.editor.ai.config.item.suggestReply.title': string;
|
|
140
142
|
'fabric.editor.ai.config.item.summarize.description': string;
|
|
141
143
|
'fabric.editor.ai.config.item.summarize.dropdownItem.title': string;
|
|
142
144
|
'fabric.editor.ai.config.item.summarize.title': string;
|
|
@@ -423,6 +425,7 @@ declare const _default: {
|
|
|
423
425
|
'fabric.editor.askRovo': string;
|
|
424
426
|
'fabric.editor.backLink': string;
|
|
425
427
|
'fabric.editor.backgroundColor': string;
|
|
428
|
+
'fabric.editor.block.menu.change.format': string;
|
|
426
429
|
'fabric.editor.block.menu.codeblock': string;
|
|
427
430
|
'fabric.editor.block.menu.copy': string;
|
|
428
431
|
'fabric.editor.block.menu.copy.block': string;
|
|
@@ -500,6 +503,8 @@ declare const _default: {
|
|
|
500
503
|
'fabric.editor.codeBlock.languageNotSet': string;
|
|
501
504
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
502
505
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
506
|
+
'fabric.editor.codeBlockLineNumbersButton.hideLineNumbers': string;
|
|
507
|
+
'fabric.editor.codeBlockLineNumbersButton.showLineNumbers': string;
|
|
503
508
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': string;
|
|
504
509
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': string;
|
|
505
510
|
'fabric.editor.codeblock': string;
|
|
@@ -646,6 +651,7 @@ declare const _default: {
|
|
|
646
651
|
'fabric.editor.emptyLink': string;
|
|
647
652
|
'fabric.editor.emptySearchResults': string;
|
|
648
653
|
'fabric.editor.emptySearchResultsSuggestion': string;
|
|
654
|
+
'fabric.editor.emptySearchResultsSuggestionAskRovoOnly': string;
|
|
649
655
|
'fabric.editor.epic': string;
|
|
650
656
|
'fabric.editor.error': string;
|
|
651
657
|
'fabric.editor.error.description.cannotDelete': string;
|
|
@@ -654,6 +660,7 @@ declare const _default: {
|
|
|
654
660
|
'fabric.editor.error.description.failToEditWhenOffline': string;
|
|
655
661
|
'fabric.editor.error.description.reference.offline': string;
|
|
656
662
|
'fabric.editor.error.description.reference.unpublished': string;
|
|
663
|
+
'fabric.editor.error.description.reference.unpublished.jiraWorkItem': string;
|
|
657
664
|
'fabric.editor.error.flag.title.cannotDelete': string;
|
|
658
665
|
'fabric.editor.error.message.label': string;
|
|
659
666
|
'fabric.editor.error.title.failToCreate': string;
|
|
@@ -788,6 +795,7 @@ declare const _default: {
|
|
|
788
795
|
'fabric.editor.keyboardShortcuts': string;
|
|
789
796
|
'fabric.editor.layout.columnOption': string;
|
|
790
797
|
'fabric.editor.layout.controls.placeholder': string;
|
|
798
|
+
'fabric.editor.layout.deleteColumn': string;
|
|
791
799
|
'fabric.editor.layout.distributeColumns': string;
|
|
792
800
|
'fabric.editor.layout.placeholder': string;
|
|
793
801
|
'fabric.editor.layout.resizeLayout': string;
|
|
@@ -819,6 +827,7 @@ declare const _default: {
|
|
|
819
827
|
'fabric.editor.markdownMode.viewToggle.groupLabel': string;
|
|
820
828
|
'fabric.editor.markdownMode.viewToggle.preview': string;
|
|
821
829
|
'fabric.editor.markdownMode.viewToggle.source': string;
|
|
830
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': string;
|
|
822
831
|
'fabric.editor.matchCase': string;
|
|
823
832
|
'fabric.editor.media.DefaultMediaWidthDecreased': string;
|
|
824
833
|
'fabric.editor.media.DefaultMediaWidthIncreased': string;
|
|
@@ -1121,7 +1130,9 @@ declare const _default: {
|
|
|
1121
1130
|
'fabric.editor.unorderedList': string;
|
|
1122
1131
|
'fabric.editor.unorderedList.description': string;
|
|
1123
1132
|
'fabric.editor.unpublishedSyncBlockPastedDescription': string;
|
|
1133
|
+
'fabric.editor.unpublishedSyncBlockPastedDescription.jiraWorkItem': string;
|
|
1124
1134
|
'fabric.editor.unpublishedSyncBlockPastedTitle': string;
|
|
1135
|
+
'fabric.editor.unpublishedSyncBlockPastedTitle.jiraWorkItem': string;
|
|
1125
1136
|
'fabric.editor.unsupportedBlockContent': string;
|
|
1126
1137
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
1127
1138
|
'fabric.editor.unsupportedInlineContent': string;
|
|
@@ -137,6 +137,8 @@ declare const _default: {
|
|
|
137
137
|
'fabric.editor.ai.config.item.suggest.title': string;
|
|
138
138
|
'fabric.editor.ai.config.item.suggestComment.description': string;
|
|
139
139
|
'fabric.editor.ai.config.item.suggestComment.title': string;
|
|
140
|
+
'fabric.editor.ai.config.item.suggestReply.description': string;
|
|
141
|
+
'fabric.editor.ai.config.item.suggestReply.title': string;
|
|
140
142
|
'fabric.editor.ai.config.item.summarize.description': string;
|
|
141
143
|
'fabric.editor.ai.config.item.summarize.dropdownItem.title': string;
|
|
142
144
|
'fabric.editor.ai.config.item.summarize.title': string;
|
|
@@ -423,6 +425,7 @@ declare const _default: {
|
|
|
423
425
|
'fabric.editor.askRovo': string;
|
|
424
426
|
'fabric.editor.backLink': string;
|
|
425
427
|
'fabric.editor.backgroundColor': string;
|
|
428
|
+
'fabric.editor.block.menu.change.format': string;
|
|
426
429
|
'fabric.editor.block.menu.codeblock': string;
|
|
427
430
|
'fabric.editor.block.menu.copy': string;
|
|
428
431
|
'fabric.editor.block.menu.copy.block': string;
|
|
@@ -500,6 +503,8 @@ declare const _default: {
|
|
|
500
503
|
'fabric.editor.codeBlock.languageNotSet': string;
|
|
501
504
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
502
505
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
506
|
+
'fabric.editor.codeBlockLineNumbersButton.hideLineNumbers': string;
|
|
507
|
+
'fabric.editor.codeBlockLineNumbersButton.showLineNumbers': string;
|
|
503
508
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': string;
|
|
504
509
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': string;
|
|
505
510
|
'fabric.editor.codeblock': string;
|
|
@@ -646,6 +651,7 @@ declare const _default: {
|
|
|
646
651
|
'fabric.editor.emptyLink': string;
|
|
647
652
|
'fabric.editor.emptySearchResults': string;
|
|
648
653
|
'fabric.editor.emptySearchResultsSuggestion': string;
|
|
654
|
+
'fabric.editor.emptySearchResultsSuggestionAskRovoOnly': string;
|
|
649
655
|
'fabric.editor.epic': string;
|
|
650
656
|
'fabric.editor.error': string;
|
|
651
657
|
'fabric.editor.error.description.cannotDelete': string;
|
|
@@ -654,6 +660,7 @@ declare const _default: {
|
|
|
654
660
|
'fabric.editor.error.description.failToEditWhenOffline': string;
|
|
655
661
|
'fabric.editor.error.description.reference.offline': string;
|
|
656
662
|
'fabric.editor.error.description.reference.unpublished': string;
|
|
663
|
+
'fabric.editor.error.description.reference.unpublished.jiraWorkItem': string;
|
|
657
664
|
'fabric.editor.error.flag.title.cannotDelete': string;
|
|
658
665
|
'fabric.editor.error.message.label': string;
|
|
659
666
|
'fabric.editor.error.title.failToCreate': string;
|
|
@@ -788,6 +795,7 @@ declare const _default: {
|
|
|
788
795
|
'fabric.editor.keyboardShortcuts': string;
|
|
789
796
|
'fabric.editor.layout.columnOption': string;
|
|
790
797
|
'fabric.editor.layout.controls.placeholder': string;
|
|
798
|
+
'fabric.editor.layout.deleteColumn': string;
|
|
791
799
|
'fabric.editor.layout.distributeColumns': string;
|
|
792
800
|
'fabric.editor.layout.placeholder': string;
|
|
793
801
|
'fabric.editor.layout.resizeLayout': string;
|
|
@@ -819,6 +827,7 @@ declare const _default: {
|
|
|
819
827
|
'fabric.editor.markdownMode.viewToggle.groupLabel': string;
|
|
820
828
|
'fabric.editor.markdownMode.viewToggle.preview': string;
|
|
821
829
|
'fabric.editor.markdownMode.viewToggle.source': string;
|
|
830
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': string;
|
|
822
831
|
'fabric.editor.matchCase': string;
|
|
823
832
|
'fabric.editor.media.DefaultMediaWidthDecreased': string;
|
|
824
833
|
'fabric.editor.media.DefaultMediaWidthIncreased': string;
|
|
@@ -1121,7 +1130,9 @@ declare const _default: {
|
|
|
1121
1130
|
'fabric.editor.unorderedList': string;
|
|
1122
1131
|
'fabric.editor.unorderedList.description': string;
|
|
1123
1132
|
'fabric.editor.unpublishedSyncBlockPastedDescription': string;
|
|
1133
|
+
'fabric.editor.unpublishedSyncBlockPastedDescription.jiraWorkItem': string;
|
|
1124
1134
|
'fabric.editor.unpublishedSyncBlockPastedTitle': string;
|
|
1135
|
+
'fabric.editor.unpublishedSyncBlockPastedTitle.jiraWorkItem': string;
|
|
1125
1136
|
'fabric.editor.unsupportedBlockContent': string;
|
|
1126
1137
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
1127
1138
|
'fabric.editor.unsupportedInlineContent': string;
|
package/dist/types/i18n/sv.d.ts
CHANGED
|
@@ -138,6 +138,7 @@ declare const _default: {
|
|
|
138
138
|
'fabric.editor.ai.config.item.suggest.title': string;
|
|
139
139
|
'fabric.editor.ai.config.item.suggestComment.description': string;
|
|
140
140
|
'fabric.editor.ai.config.item.suggestComment.title': string;
|
|
141
|
+
'fabric.editor.ai.config.item.suggestReply.description': string;
|
|
141
142
|
'fabric.editor.ai.config.item.suggestReply.title': string;
|
|
142
143
|
'fabric.editor.ai.config.item.summarize.description': string;
|
|
143
144
|
'fabric.editor.ai.config.item.summarize.dropdownItem.title': string;
|
|
@@ -353,6 +354,7 @@ declare const _default: {
|
|
|
353
354
|
'fabric.editor.askRovo': string;
|
|
354
355
|
'fabric.editor.backLink': string;
|
|
355
356
|
'fabric.editor.backgroundColor': string;
|
|
357
|
+
'fabric.editor.block.menu.change.format': string;
|
|
356
358
|
'fabric.editor.block.menu.codeblock': string;
|
|
357
359
|
'fabric.editor.block.menu.copy': string;
|
|
358
360
|
'fabric.editor.block.menu.copy.block': string;
|
|
@@ -432,6 +434,7 @@ declare const _default: {
|
|
|
432
434
|
'fabric.editor.codeBlock.languageNotSet': string;
|
|
433
435
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
434
436
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
437
|
+
'fabric.editor.codeBlockLineNumbersButton.hideLineNumbers': string;
|
|
435
438
|
'fabric.editor.codeBlockLineNumbersButton.showLineNumbers': string;
|
|
436
439
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': string;
|
|
437
440
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': string;
|
|
@@ -581,6 +584,7 @@ declare const _default: {
|
|
|
581
584
|
'fabric.editor.emptyLink': string;
|
|
582
585
|
'fabric.editor.emptySearchResults': string;
|
|
583
586
|
'fabric.editor.emptySearchResultsSuggestion': string;
|
|
587
|
+
'fabric.editor.emptySearchResultsSuggestionAskRovoOnly': string;
|
|
584
588
|
'fabric.editor.epic': string;
|
|
585
589
|
'fabric.editor.error': string;
|
|
586
590
|
'fabric.editor.error.description.cannotDelete': string;
|
|
@@ -589,6 +593,7 @@ declare const _default: {
|
|
|
589
593
|
'fabric.editor.error.description.failToEditWhenOffline': string;
|
|
590
594
|
'fabric.editor.error.description.reference.offline': string;
|
|
591
595
|
'fabric.editor.error.description.reference.unpublished': string;
|
|
596
|
+
'fabric.editor.error.description.reference.unpublished.jiraWorkItem': string;
|
|
592
597
|
'fabric.editor.error.flag.title.cannotDelete': string;
|
|
593
598
|
'fabric.editor.error.message.label': string;
|
|
594
599
|
'fabric.editor.error.title.failToCreate': string;
|
|
@@ -725,6 +730,7 @@ declare const _default: {
|
|
|
725
730
|
'fabric.editor.keyboardShortcuts': string;
|
|
726
731
|
'fabric.editor.layout.columnOption': string;
|
|
727
732
|
'fabric.editor.layout.controls.placeholder': string;
|
|
733
|
+
'fabric.editor.layout.deleteColumn': string;
|
|
728
734
|
'fabric.editor.layout.distributeColumns': string;
|
|
729
735
|
'fabric.editor.layout.placeholder': string;
|
|
730
736
|
'fabric.editor.layout.resizeLayout': string;
|
|
@@ -758,6 +764,7 @@ declare const _default: {
|
|
|
758
764
|
'fabric.editor.markdownMode.viewToggle.groupLabel': string;
|
|
759
765
|
'fabric.editor.markdownMode.viewToggle.preview': string;
|
|
760
766
|
'fabric.editor.markdownMode.viewToggle.source': string;
|
|
767
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': string;
|
|
761
768
|
'fabric.editor.matchCase': string;
|
|
762
769
|
'fabric.editor.media.DefaultMediaWidthDecreased': string;
|
|
763
770
|
'fabric.editor.media.DefaultMediaWidthIncreased': string;
|
|
@@ -1063,7 +1070,9 @@ declare const _default: {
|
|
|
1063
1070
|
'fabric.editor.unorderedList': string;
|
|
1064
1071
|
'fabric.editor.unorderedList.description': string;
|
|
1065
1072
|
'fabric.editor.unpublishedSyncBlockPastedDescription': string;
|
|
1073
|
+
'fabric.editor.unpublishedSyncBlockPastedDescription.jiraWorkItem': string;
|
|
1066
1074
|
'fabric.editor.unpublishedSyncBlockPastedTitle': string;
|
|
1075
|
+
'fabric.editor.unpublishedSyncBlockPastedTitle.jiraWorkItem': string;
|
|
1067
1076
|
'fabric.editor.unsupportedBlockContent': string;
|
|
1068
1077
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
1069
1078
|
'fabric.editor.unsupportedInlineContent': string;
|
package/dist/types/i18n/th.d.ts
CHANGED
|
@@ -128,6 +128,7 @@ declare const _default: {
|
|
|
128
128
|
'fabric.editor.ai.config.item.makeLonger.title': string;
|
|
129
129
|
'fabric.editor.ai.config.item.range.agent.description': string;
|
|
130
130
|
'fabric.editor.ai.config.item.range.agent.prompt.hint': string;
|
|
131
|
+
'fabric.editor.ai.config.item.remix.title': string;
|
|
131
132
|
'fabric.editor.ai.config.item.rephrase.description': string;
|
|
132
133
|
'fabric.editor.ai.config.item.rephrase.title': string;
|
|
133
134
|
'fabric.editor.ai.config.item.shorten.description': string;
|
|
@@ -137,6 +138,8 @@ declare const _default: {
|
|
|
137
138
|
'fabric.editor.ai.config.item.suggest.title': string;
|
|
138
139
|
'fabric.editor.ai.config.item.suggestComment.description': string;
|
|
139
140
|
'fabric.editor.ai.config.item.suggestComment.title': string;
|
|
141
|
+
'fabric.editor.ai.config.item.suggestReply.description': string;
|
|
142
|
+
'fabric.editor.ai.config.item.suggestReply.title': string;
|
|
140
143
|
'fabric.editor.ai.config.item.summarize.description': string;
|
|
141
144
|
'fabric.editor.ai.config.item.summarize.dropdownItem.title': string;
|
|
142
145
|
'fabric.editor.ai.config.item.summarize.title': string;
|
|
@@ -337,6 +340,7 @@ declare const _default: {
|
|
|
337
340
|
'fabric.editor.askRovo': string;
|
|
338
341
|
'fabric.editor.backLink': string;
|
|
339
342
|
'fabric.editor.backgroundColor': string;
|
|
343
|
+
'fabric.editor.block.menu.change.format': string;
|
|
340
344
|
'fabric.editor.block.menu.codeblock': string;
|
|
341
345
|
'fabric.editor.block.menu.copy': string;
|
|
342
346
|
'fabric.editor.block.menu.copy.block': string;
|
|
@@ -416,6 +420,8 @@ declare const _default: {
|
|
|
416
420
|
'fabric.editor.codeBlock.languageNotSet': string;
|
|
417
421
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
418
422
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
423
|
+
'fabric.editor.codeBlockLineNumbersButton.hideLineNumbers': string;
|
|
424
|
+
'fabric.editor.codeBlockLineNumbersButton.showLineNumbers': string;
|
|
419
425
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': string;
|
|
420
426
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': string;
|
|
421
427
|
'fabric.editor.codeblock': string;
|
|
@@ -564,6 +570,7 @@ declare const _default: {
|
|
|
564
570
|
'fabric.editor.emptyLink': string;
|
|
565
571
|
'fabric.editor.emptySearchResults': string;
|
|
566
572
|
'fabric.editor.emptySearchResultsSuggestion': string;
|
|
573
|
+
'fabric.editor.emptySearchResultsSuggestionAskRovoOnly': string;
|
|
567
574
|
'fabric.editor.epic': string;
|
|
568
575
|
'fabric.editor.error': string;
|
|
569
576
|
'fabric.editor.error.description.cannotDelete': string;
|
|
@@ -572,6 +579,7 @@ declare const _default: {
|
|
|
572
579
|
'fabric.editor.error.description.failToEditWhenOffline': string;
|
|
573
580
|
'fabric.editor.error.description.reference.offline': string;
|
|
574
581
|
'fabric.editor.error.description.reference.unpublished': string;
|
|
582
|
+
'fabric.editor.error.description.reference.unpublished.jiraWorkItem': string;
|
|
575
583
|
'fabric.editor.error.flag.title.cannotDelete': string;
|
|
576
584
|
'fabric.editor.error.message.label': string;
|
|
577
585
|
'fabric.editor.error.title.failToCreate': string;
|
|
@@ -708,6 +716,7 @@ declare const _default: {
|
|
|
708
716
|
'fabric.editor.keyboardShortcuts': string;
|
|
709
717
|
'fabric.editor.layout.columnOption': string;
|
|
710
718
|
'fabric.editor.layout.controls.placeholder': string;
|
|
719
|
+
'fabric.editor.layout.deleteColumn': string;
|
|
711
720
|
'fabric.editor.layout.distributeColumns': string;
|
|
712
721
|
'fabric.editor.layout.placeholder': string;
|
|
713
722
|
'fabric.editor.layout.resizeLayout': string;
|
|
@@ -739,6 +748,7 @@ declare const _default: {
|
|
|
739
748
|
'fabric.editor.markdownMode.viewToggle.groupLabel': string;
|
|
740
749
|
'fabric.editor.markdownMode.viewToggle.preview': string;
|
|
741
750
|
'fabric.editor.markdownMode.viewToggle.source': string;
|
|
751
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': string;
|
|
742
752
|
'fabric.editor.matchCase': string;
|
|
743
753
|
'fabric.editor.media.DefaultMediaWidthDecreased': string;
|
|
744
754
|
'fabric.editor.media.DefaultMediaWidthIncreased': string;
|
|
@@ -1044,7 +1054,9 @@ declare const _default: {
|
|
|
1044
1054
|
'fabric.editor.unorderedList': string;
|
|
1045
1055
|
'fabric.editor.unorderedList.description': string;
|
|
1046
1056
|
'fabric.editor.unpublishedSyncBlockPastedDescription': string;
|
|
1057
|
+
'fabric.editor.unpublishedSyncBlockPastedDescription.jiraWorkItem': string;
|
|
1047
1058
|
'fabric.editor.unpublishedSyncBlockPastedTitle': string;
|
|
1059
|
+
'fabric.editor.unpublishedSyncBlockPastedTitle.jiraWorkItem': string;
|
|
1048
1060
|
'fabric.editor.unsupportedBlockContent': string;
|
|
1049
1061
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
1050
1062
|
'fabric.editor.unsupportedInlineContent': string;
|
package/dist/types/i18n/tr.d.ts
CHANGED
|
@@ -138,6 +138,7 @@ declare const _default: {
|
|
|
138
138
|
'fabric.editor.ai.config.item.suggest.title': string;
|
|
139
139
|
'fabric.editor.ai.config.item.suggestComment.description': string;
|
|
140
140
|
'fabric.editor.ai.config.item.suggestComment.title': string;
|
|
141
|
+
'fabric.editor.ai.config.item.suggestReply.description': string;
|
|
141
142
|
'fabric.editor.ai.config.item.suggestReply.title': string;
|
|
142
143
|
'fabric.editor.ai.config.item.summarize.description': string;
|
|
143
144
|
'fabric.editor.ai.config.item.summarize.dropdownItem.title': string;
|
|
@@ -354,6 +355,7 @@ declare const _default: {
|
|
|
354
355
|
'fabric.editor.askRovo': string;
|
|
355
356
|
'fabric.editor.backLink': string;
|
|
356
357
|
'fabric.editor.backgroundColor': string;
|
|
358
|
+
'fabric.editor.block.menu.change.format': string;
|
|
357
359
|
'fabric.editor.block.menu.codeblock': string;
|
|
358
360
|
'fabric.editor.block.menu.copy': string;
|
|
359
361
|
'fabric.editor.block.menu.copy.block': string;
|
|
@@ -433,6 +435,7 @@ declare const _default: {
|
|
|
433
435
|
'fabric.editor.codeBlock.languageNotSet': string;
|
|
434
436
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
435
437
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
438
|
+
'fabric.editor.codeBlockLineNumbersButton.hideLineNumbers': string;
|
|
436
439
|
'fabric.editor.codeBlockLineNumbersButton.showLineNumbers': string;
|
|
437
440
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': string;
|
|
438
441
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': string;
|
|
@@ -582,6 +585,7 @@ declare const _default: {
|
|
|
582
585
|
'fabric.editor.emptyLink': string;
|
|
583
586
|
'fabric.editor.emptySearchResults': string;
|
|
584
587
|
'fabric.editor.emptySearchResultsSuggestion': string;
|
|
588
|
+
'fabric.editor.emptySearchResultsSuggestionAskRovoOnly': string;
|
|
585
589
|
'fabric.editor.epic': string;
|
|
586
590
|
'fabric.editor.error': string;
|
|
587
591
|
'fabric.editor.error.description.cannotDelete': string;
|
|
@@ -590,6 +594,7 @@ declare const _default: {
|
|
|
590
594
|
'fabric.editor.error.description.failToEditWhenOffline': string;
|
|
591
595
|
'fabric.editor.error.description.reference.offline': string;
|
|
592
596
|
'fabric.editor.error.description.reference.unpublished': string;
|
|
597
|
+
'fabric.editor.error.description.reference.unpublished.jiraWorkItem': string;
|
|
593
598
|
'fabric.editor.error.flag.title.cannotDelete': string;
|
|
594
599
|
'fabric.editor.error.message.label': string;
|
|
595
600
|
'fabric.editor.error.title.failToCreate': string;
|
|
@@ -726,6 +731,7 @@ declare const _default: {
|
|
|
726
731
|
'fabric.editor.keyboardShortcuts': string;
|
|
727
732
|
'fabric.editor.layout.columnOption': string;
|
|
728
733
|
'fabric.editor.layout.controls.placeholder': string;
|
|
734
|
+
'fabric.editor.layout.deleteColumn': string;
|
|
729
735
|
'fabric.editor.layout.distributeColumns': string;
|
|
730
736
|
'fabric.editor.layout.placeholder': string;
|
|
731
737
|
'fabric.editor.layout.resizeLayout': string;
|
|
@@ -759,6 +765,7 @@ declare const _default: {
|
|
|
759
765
|
'fabric.editor.markdownMode.viewToggle.groupLabel': string;
|
|
760
766
|
'fabric.editor.markdownMode.viewToggle.preview': string;
|
|
761
767
|
'fabric.editor.markdownMode.viewToggle.source': string;
|
|
768
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': string;
|
|
762
769
|
'fabric.editor.matchCase': string;
|
|
763
770
|
'fabric.editor.media.DefaultMediaWidthDecreased': string;
|
|
764
771
|
'fabric.editor.media.DefaultMediaWidthIncreased': string;
|
|
@@ -1064,7 +1071,9 @@ declare const _default: {
|
|
|
1064
1071
|
'fabric.editor.unorderedList': string;
|
|
1065
1072
|
'fabric.editor.unorderedList.description': string;
|
|
1066
1073
|
'fabric.editor.unpublishedSyncBlockPastedDescription': string;
|
|
1074
|
+
'fabric.editor.unpublishedSyncBlockPastedDescription.jiraWorkItem': string;
|
|
1067
1075
|
'fabric.editor.unpublishedSyncBlockPastedTitle': string;
|
|
1076
|
+
'fabric.editor.unpublishedSyncBlockPastedTitle.jiraWorkItem': string;
|
|
1068
1077
|
'fabric.editor.unsupportedBlockContent': string;
|
|
1069
1078
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
1070
1079
|
'fabric.editor.unsupportedInlineContent': string;
|