@atlaskit/afm-i18n-platform-editor-editor-common 2.123.0 → 2.125.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/en.js +12 -0
- package/dist/cjs/i18n/en_GB.js +12 -0
- package/dist/cjs/i18n/en_ZZ.js +12 -0
- package/dist/esm/i18n/en.d.ts +12 -0
- package/dist/esm/i18n/en.js +12 -0
- package/dist/esm/i18n/en_GB.d.ts +12 -0
- package/dist/esm/i18n/en_GB.js +12 -0
- package/dist/esm/i18n/en_ZZ.d.ts +12 -0
- package/dist/esm/i18n/en_ZZ.js +12 -0
- package/dist/types/i18n/en.d.ts +12 -0
- package/dist/types/i18n/en_GB.d.ts +12 -0
- package/dist/types/i18n/en_ZZ.d.ts +12 -0
- package/i18n/en.ts +14 -0
- package/i18n/en_GB.ts +14 -0
- package/i18n/en_ZZ.ts +15 -0
- package/package.json +1 -1
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -141,6 +141,8 @@ exports.default = {
|
|
|
141
141
|
'fabric.editor.ai.config.item.suggest.title': 'Suggest a title',
|
|
142
142
|
'fabric.editor.ai.config.item.suggestComment.description': 'Get an AI-suggested comment based on this work item',
|
|
143
143
|
'fabric.editor.ai.config.item.suggestComment.title': 'Suggest a comment',
|
|
144
|
+
'fabric.editor.ai.config.item.suggestReply.description': 'Get an AI-suggested reply to this comment',
|
|
145
|
+
'fabric.editor.ai.config.item.suggestReply.title': 'Suggest a reply',
|
|
144
146
|
'fabric.editor.ai.config.item.summarize.description': "Creates a summary of the text you're working on, highlighting key points",
|
|
145
147
|
'fabric.editor.ai.config.item.summarize.dropdownItem.title': 'Summarize writing',
|
|
146
148
|
'fabric.editor.ai.config.item.summarize.title': 'Summarize writing',
|
|
@@ -666,6 +668,7 @@ exports.default = {
|
|
|
666
668
|
'fabric.editor.emptyLink': 'Please enter a link.',
|
|
667
669
|
'fabric.editor.emptySearchResults': "We couldn't find any results.",
|
|
668
670
|
'fabric.editor.emptySearchResultsSuggestion': 'Select {buttonName} to browse inserts.',
|
|
671
|
+
'fabric.editor.emptySearchResultsSuggestionAskRovoOnly': 'Select {askRovoName} for help.',
|
|
669
672
|
'fabric.editor.emptySearchResultsSuggestionNew': 'Select {askRovoName} for help, or {buttonName} to browse inserts.',
|
|
670
673
|
'fabric.editor.epic': 'Epic',
|
|
671
674
|
'fabric.editor.error': 'Error',
|
|
@@ -675,6 +678,7 @@ exports.default = {
|
|
|
675
678
|
'fabric.editor.error.description.failToEditWhenOffline': 'You appear to be offline. Please connect to the internet to edit synced content.',
|
|
676
679
|
'fabric.editor.error.description.reference.offline': "We're unable to display synced blocks when you're offline",
|
|
677
680
|
'fabric.editor.error.description.reference.unpublished': 'Synced content will display <link>when the page is published</link>',
|
|
681
|
+
'fabric.editor.error.description.reference.unpublished.jiraWorkItem': "Synced content will display <link>when the item's description is saved</link>",
|
|
678
682
|
'fabric.editor.error.flag.title.cannotDelete': 'Failed to delete synced block',
|
|
679
683
|
'fabric.editor.error.message.label': 'Error',
|
|
680
684
|
'fabric.editor.error.title.failToCreate': 'Cannot create synced content offline',
|
|
@@ -1064,6 +1068,12 @@ exports.default = {
|
|
|
1064
1068
|
'fabric.editor.syncedBlockSourceUnsyncedDescription': "We're unable to display this content as it's been unsynced from <a>{title}</a>.",
|
|
1065
1069
|
'fabric.editor.syncedLocationDropdownError': "We can't load locations right now. Please wait a few minutes and refresh your browser.",
|
|
1066
1070
|
'fabric.editor.syncedLocationDropdownHeading': '{count} locations:',
|
|
1071
|
+
'fabric.editor.syncedLocationDropdownIssueTypeBug': 'Bug',
|
|
1072
|
+
'fabric.editor.syncedLocationDropdownIssueTypeEpic': 'Epic',
|
|
1073
|
+
'fabric.editor.syncedLocationDropdownIssueTypeGeneric': 'Jira work item',
|
|
1074
|
+
'fabric.editor.syncedLocationDropdownIssueTypeStory': 'Story',
|
|
1075
|
+
'fabric.editor.syncedLocationDropdownIssueTypeSubtask': 'Subtask',
|
|
1076
|
+
'fabric.editor.syncedLocationDropdownIssueTypeTask': 'Task',
|
|
1067
1077
|
'fabric.editor.syncedLocationDropdownLearnMoreLink': 'Learn more about synced blocks',
|
|
1068
1078
|
'fabric.editor.syncedLocationDropdownNoResults': 'Copy and paste synced blocks to reuse in other locations.',
|
|
1069
1079
|
'fabric.editor.syncedLocationDropdownRequestAccess': 'Request access',
|
|
@@ -1160,7 +1170,9 @@ exports.default = {
|
|
|
1160
1170
|
'fabric.editor.unorderedList': 'Bullet list',
|
|
1161
1171
|
'fabric.editor.unorderedList.description': 'Create an unordered list',
|
|
1162
1172
|
'fabric.editor.unpublishedSyncBlockPastedDescription': 'When the page is published, the content will be displayed.',
|
|
1173
|
+
'fabric.editor.unpublishedSyncBlockPastedDescription.jiraWorkItem': "When the item's description is saved, the content will be displayed.",
|
|
1163
1174
|
'fabric.editor.unpublishedSyncBlockPastedTitle': 'Pasted from unpublished page',
|
|
1175
|
+
'fabric.editor.unpublishedSyncBlockPastedTitle.jiraWorkItem': 'Pasted from unsaved item',
|
|
1164
1176
|
'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
|
|
1165
1177
|
'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
|
|
1166
1178
|
'fabric.editor.unsupportedInlineContent': 'Unsupported content',
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -141,6 +141,8 @@ exports.default = {
|
|
|
141
141
|
'fabric.editor.ai.config.item.suggest.title': 'Suggest a title',
|
|
142
142
|
'fabric.editor.ai.config.item.suggestComment.description': 'Get an AI-suggested comment based on this work item',
|
|
143
143
|
'fabric.editor.ai.config.item.suggestComment.title': 'Suggest a comment',
|
|
144
|
+
'fabric.editor.ai.config.item.suggestReply.description': 'Get an AI-suggested reply to this comment',
|
|
145
|
+
'fabric.editor.ai.config.item.suggestReply.title': 'Suggest a reply',
|
|
144
146
|
'fabric.editor.ai.config.item.summarize.description': "Creates a summary of the text you're working on, highlighting key points",
|
|
145
147
|
'fabric.editor.ai.config.item.summarize.dropdownItem.title': 'Summarise writing',
|
|
146
148
|
'fabric.editor.ai.config.item.summarize.title': 'Summarise writing',
|
|
@@ -666,6 +668,7 @@ exports.default = {
|
|
|
666
668
|
'fabric.editor.emptyLink': 'Please enter a link.',
|
|
667
669
|
'fabric.editor.emptySearchResults': "We couldn't find any results.",
|
|
668
670
|
'fabric.editor.emptySearchResultsSuggestion': 'Select {buttonName} to browse inserts.',
|
|
671
|
+
'fabric.editor.emptySearchResultsSuggestionAskRovoOnly': 'Select {askRovoName} for help.',
|
|
669
672
|
'fabric.editor.emptySearchResultsSuggestionNew': 'Select {askRovoName} for help, or {buttonName} to browse inserts.',
|
|
670
673
|
'fabric.editor.epic': 'Epic',
|
|
671
674
|
'fabric.editor.error': 'Error',
|
|
@@ -675,6 +678,7 @@ exports.default = {
|
|
|
675
678
|
'fabric.editor.error.description.failToEditWhenOffline': 'You appear to be offline. Please connect to the internet to edit synced content.',
|
|
676
679
|
'fabric.editor.error.description.reference.offline': "We're unable to display synced blocks when you're offline",
|
|
677
680
|
'fabric.editor.error.description.reference.unpublished': 'Synced content will display <link>when the page is published</link>',
|
|
681
|
+
'fabric.editor.error.description.reference.unpublished.jiraWorkItem': "Synced content will display <link>when the item's description is saved</link>",
|
|
678
682
|
'fabric.editor.error.flag.title.cannotDelete': 'Failed to delete synced block',
|
|
679
683
|
'fabric.editor.error.message.label': 'Error',
|
|
680
684
|
'fabric.editor.error.title.failToCreate': 'Cannot create synced content offline',
|
|
@@ -1064,6 +1068,12 @@ exports.default = {
|
|
|
1064
1068
|
'fabric.editor.syncedBlockSourceUnsyncedDescription': "We're unable to display this content as it's been unsynced from <a>{title}</a>.",
|
|
1065
1069
|
'fabric.editor.syncedLocationDropdownError': "We can't load locations right now. Please wait a few minutes and refresh your browser.",
|
|
1066
1070
|
'fabric.editor.syncedLocationDropdownHeading': '{count} locations:',
|
|
1071
|
+
'fabric.editor.syncedLocationDropdownIssueTypeBug': 'Bug',
|
|
1072
|
+
'fabric.editor.syncedLocationDropdownIssueTypeEpic': 'Epic',
|
|
1073
|
+
'fabric.editor.syncedLocationDropdownIssueTypeGeneric': 'Jira work item',
|
|
1074
|
+
'fabric.editor.syncedLocationDropdownIssueTypeStory': 'Story',
|
|
1075
|
+
'fabric.editor.syncedLocationDropdownIssueTypeSubtask': 'Subtask',
|
|
1076
|
+
'fabric.editor.syncedLocationDropdownIssueTypeTask': 'Task',
|
|
1067
1077
|
'fabric.editor.syncedLocationDropdownLearnMoreLink': 'Learn more about synced blocks',
|
|
1068
1078
|
'fabric.editor.syncedLocationDropdownNoResults': 'Copy and paste synced blocks to reuse in other locations.',
|
|
1069
1079
|
'fabric.editor.syncedLocationDropdownRequestAccess': 'Request access',
|
|
@@ -1160,7 +1170,9 @@ exports.default = {
|
|
|
1160
1170
|
'fabric.editor.unorderedList': 'Bullet list',
|
|
1161
1171
|
'fabric.editor.unorderedList.description': 'Create an unordered list',
|
|
1162
1172
|
'fabric.editor.unpublishedSyncBlockPastedDescription': 'When the page is published, the content will be displayed.',
|
|
1173
|
+
'fabric.editor.unpublishedSyncBlockPastedDescription.jiraWorkItem': "When the item's description is saved, the content will be displayed.",
|
|
1163
1174
|
'fabric.editor.unpublishedSyncBlockPastedTitle': 'Pasted from unpublished page',
|
|
1175
|
+
'fabric.editor.unpublishedSyncBlockPastedTitle.jiraWorkItem': 'Pasted from unsaved item',
|
|
1164
1176
|
'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
|
|
1165
1177
|
'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
|
|
1166
1178
|
'fabric.editor.unsupportedInlineContent': 'Unsupported content',
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -141,6 +141,8 @@ exports.default = {
|
|
|
141
141
|
'fabric.editor.ai.config.item.suggest.title': 'Suggest a title',
|
|
142
142
|
'fabric.editor.ai.config.item.suggestComment.description': 'Get an AI-suggested comment based on this work item',
|
|
143
143
|
'fabric.editor.ai.config.item.suggestComment.title': 'Suggest a comment',
|
|
144
|
+
'fabric.editor.ai.config.item.suggestReply.description': 'Get an AI-suggested reply to this comment',
|
|
145
|
+
'fabric.editor.ai.config.item.suggestReply.title': 'Suggest a reply',
|
|
144
146
|
'fabric.editor.ai.config.item.summarize.description': "Creates a summary of the text you're working on, highlighting key points",
|
|
145
147
|
'fabric.editor.ai.config.item.summarize.dropdownItem.title': 'Summarize writing',
|
|
146
148
|
'fabric.editor.ai.config.item.summarize.title': 'Summarize writing',
|
|
@@ -666,6 +668,7 @@ exports.default = {
|
|
|
666
668
|
'fabric.editor.emptyLink': 'Please enter a link.',
|
|
667
669
|
'fabric.editor.emptySearchResults': "We couldn't find any results.",
|
|
668
670
|
'fabric.editor.emptySearchResultsSuggestion': 'Select {buttonName} to browse inserts.',
|
|
671
|
+
'fabric.editor.emptySearchResultsSuggestionAskRovoOnly': 'Select {askRovoName} for help.',
|
|
669
672
|
'fabric.editor.emptySearchResultsSuggestionNew': 'Select {askRovoName} for help, or {buttonName} to browse inserts.',
|
|
670
673
|
'fabric.editor.epic': 'Epic',
|
|
671
674
|
'fabric.editor.error': 'Error',
|
|
@@ -675,6 +678,7 @@ exports.default = {
|
|
|
675
678
|
'fabric.editor.error.description.failToEditWhenOffline': 'You appear to be offline. Please connect to the internet to edit synced content.',
|
|
676
679
|
'fabric.editor.error.description.reference.offline': "We're unable to display synced blocks when you're offline",
|
|
677
680
|
'fabric.editor.error.description.reference.unpublished': 'Synced content will display <link>when the page is published</link>',
|
|
681
|
+
'fabric.editor.error.description.reference.unpublished.jiraWorkItem': "Synced content will display <link>when the item's description is saved</link>",
|
|
678
682
|
'fabric.editor.error.flag.title.cannotDelete': 'Failed to delete synced block',
|
|
679
683
|
'fabric.editor.error.message.label': 'Error',
|
|
680
684
|
'fabric.editor.error.title.failToCreate': 'Cannot create synced content offline',
|
|
@@ -1064,6 +1068,12 @@ exports.default = {
|
|
|
1064
1068
|
'fabric.editor.syncedBlockSourceUnsyncedDescription': "We're unable to display this content as it's been unsynced from <a>{title}</a>.",
|
|
1065
1069
|
'fabric.editor.syncedLocationDropdownError': "We can't load locations right now. Please wait a few minutes and refresh your browser.",
|
|
1066
1070
|
'fabric.editor.syncedLocationDropdownHeading': '{count} locations:',
|
|
1071
|
+
'fabric.editor.syncedLocationDropdownIssueTypeBug': 'Bug',
|
|
1072
|
+
'fabric.editor.syncedLocationDropdownIssueTypeEpic': 'Epic',
|
|
1073
|
+
'fabric.editor.syncedLocationDropdownIssueTypeGeneric': 'Jira work item',
|
|
1074
|
+
'fabric.editor.syncedLocationDropdownIssueTypeStory': 'Story',
|
|
1075
|
+
'fabric.editor.syncedLocationDropdownIssueTypeSubtask': 'Subtask',
|
|
1076
|
+
'fabric.editor.syncedLocationDropdownIssueTypeTask': 'Task',
|
|
1067
1077
|
'fabric.editor.syncedLocationDropdownLearnMoreLink': 'Learn more about synced blocks',
|
|
1068
1078
|
'fabric.editor.syncedLocationDropdownNoResults': 'Copy and paste synced blocks to reuse in other locations.',
|
|
1069
1079
|
'fabric.editor.syncedLocationDropdownRequestAccess': 'Request access',
|
|
@@ -1159,7 +1169,9 @@ exports.default = {
|
|
|
1159
1169
|
'fabric.editor.unorderedList': 'Bullet list',
|
|
1160
1170
|
'fabric.editor.unorderedList.description': 'Create an unordered list',
|
|
1161
1171
|
'fabric.editor.unpublishedSyncBlockPastedDescription': 'When the page is published, the content will be displayed.',
|
|
1172
|
+
'fabric.editor.unpublishedSyncBlockPastedDescription.jiraWorkItem': "When the item's description is saved, the content will be displayed.",
|
|
1162
1173
|
'fabric.editor.unpublishedSyncBlockPastedTitle': 'Pasted from unpublished page',
|
|
1174
|
+
'fabric.editor.unpublishedSyncBlockPastedTitle.jiraWorkItem': 'Pasted from unsaved item',
|
|
1163
1175
|
'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
|
|
1164
1176
|
'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
|
|
1165
1177
|
'fabric.editor.unsupportedInlineContent': 'Unsupported content',
|
package/dist/esm/i18n/en.d.ts
CHANGED
|
@@ -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;
|
|
@@ -662,6 +664,7 @@ declare const _default: {
|
|
|
662
664
|
'fabric.editor.emptyLink': string;
|
|
663
665
|
'fabric.editor.emptySearchResults': string;
|
|
664
666
|
'fabric.editor.emptySearchResultsSuggestion': string;
|
|
667
|
+
'fabric.editor.emptySearchResultsSuggestionAskRovoOnly': string;
|
|
665
668
|
'fabric.editor.emptySearchResultsSuggestionNew': string;
|
|
666
669
|
'fabric.editor.epic': string;
|
|
667
670
|
'fabric.editor.error': string;
|
|
@@ -671,6 +674,7 @@ declare const _default: {
|
|
|
671
674
|
'fabric.editor.error.description.failToEditWhenOffline': string;
|
|
672
675
|
'fabric.editor.error.description.reference.offline': string;
|
|
673
676
|
'fabric.editor.error.description.reference.unpublished': string;
|
|
677
|
+
'fabric.editor.error.description.reference.unpublished.jiraWorkItem': string;
|
|
674
678
|
'fabric.editor.error.flag.title.cannotDelete': string;
|
|
675
679
|
'fabric.editor.error.message.label': string;
|
|
676
680
|
'fabric.editor.error.title.failToCreate': string;
|
|
@@ -1060,6 +1064,12 @@ declare const _default: {
|
|
|
1060
1064
|
'fabric.editor.syncedBlockSourceUnsyncedDescription': string;
|
|
1061
1065
|
'fabric.editor.syncedLocationDropdownError': string;
|
|
1062
1066
|
'fabric.editor.syncedLocationDropdownHeading': string;
|
|
1067
|
+
'fabric.editor.syncedLocationDropdownIssueTypeBug': string;
|
|
1068
|
+
'fabric.editor.syncedLocationDropdownIssueTypeEpic': string;
|
|
1069
|
+
'fabric.editor.syncedLocationDropdownIssueTypeGeneric': string;
|
|
1070
|
+
'fabric.editor.syncedLocationDropdownIssueTypeStory': string;
|
|
1071
|
+
'fabric.editor.syncedLocationDropdownIssueTypeSubtask': string;
|
|
1072
|
+
'fabric.editor.syncedLocationDropdownIssueTypeTask': string;
|
|
1063
1073
|
'fabric.editor.syncedLocationDropdownLearnMoreLink': string;
|
|
1064
1074
|
'fabric.editor.syncedLocationDropdownNoResults': string;
|
|
1065
1075
|
'fabric.editor.syncedLocationDropdownRequestAccess': string;
|
|
@@ -1156,7 +1166,9 @@ declare const _default: {
|
|
|
1156
1166
|
'fabric.editor.unorderedList': string;
|
|
1157
1167
|
'fabric.editor.unorderedList.description': string;
|
|
1158
1168
|
'fabric.editor.unpublishedSyncBlockPastedDescription': string;
|
|
1169
|
+
'fabric.editor.unpublishedSyncBlockPastedDescription.jiraWorkItem': string;
|
|
1159
1170
|
'fabric.editor.unpublishedSyncBlockPastedTitle': string;
|
|
1171
|
+
'fabric.editor.unpublishedSyncBlockPastedTitle.jiraWorkItem': string;
|
|
1160
1172
|
'fabric.editor.unsupportedBlockContent': string;
|
|
1161
1173
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
1162
1174
|
'fabric.editor.unsupportedInlineContent': string;
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -139,6 +139,8 @@ export default {
|
|
|
139
139
|
'fabric.editor.ai.config.item.suggest.title': 'Suggest a title',
|
|
140
140
|
'fabric.editor.ai.config.item.suggestComment.description': 'Get an AI-suggested comment based on this work item',
|
|
141
141
|
'fabric.editor.ai.config.item.suggestComment.title': 'Suggest a comment',
|
|
142
|
+
'fabric.editor.ai.config.item.suggestReply.description': 'Get an AI-suggested reply to this comment',
|
|
143
|
+
'fabric.editor.ai.config.item.suggestReply.title': 'Suggest a reply',
|
|
142
144
|
'fabric.editor.ai.config.item.summarize.description': "Creates a summary of the text you're working on, highlighting key points",
|
|
143
145
|
'fabric.editor.ai.config.item.summarize.dropdownItem.title': 'Summarize writing',
|
|
144
146
|
'fabric.editor.ai.config.item.summarize.title': 'Summarize writing',
|
|
@@ -664,6 +666,7 @@ export default {
|
|
|
664
666
|
'fabric.editor.emptyLink': 'Please enter a link.',
|
|
665
667
|
'fabric.editor.emptySearchResults': "We couldn't find any results.",
|
|
666
668
|
'fabric.editor.emptySearchResultsSuggestion': 'Select {buttonName} to browse inserts.',
|
|
669
|
+
'fabric.editor.emptySearchResultsSuggestionAskRovoOnly': 'Select {askRovoName} for help.',
|
|
667
670
|
'fabric.editor.emptySearchResultsSuggestionNew': 'Select {askRovoName} for help, or {buttonName} to browse inserts.',
|
|
668
671
|
'fabric.editor.epic': 'Epic',
|
|
669
672
|
'fabric.editor.error': 'Error',
|
|
@@ -673,6 +676,7 @@ export default {
|
|
|
673
676
|
'fabric.editor.error.description.failToEditWhenOffline': 'You appear to be offline. Please connect to the internet to edit synced content.',
|
|
674
677
|
'fabric.editor.error.description.reference.offline': "We're unable to display synced blocks when you're offline",
|
|
675
678
|
'fabric.editor.error.description.reference.unpublished': 'Synced content will display <link>when the page is published</link>',
|
|
679
|
+
'fabric.editor.error.description.reference.unpublished.jiraWorkItem': "Synced content will display <link>when the item's description is saved</link>",
|
|
676
680
|
'fabric.editor.error.flag.title.cannotDelete': 'Failed to delete synced block',
|
|
677
681
|
'fabric.editor.error.message.label': 'Error',
|
|
678
682
|
'fabric.editor.error.title.failToCreate': 'Cannot create synced content offline',
|
|
@@ -1062,6 +1066,12 @@ export default {
|
|
|
1062
1066
|
'fabric.editor.syncedBlockSourceUnsyncedDescription': "We're unable to display this content as it's been unsynced from <a>{title}</a>.",
|
|
1063
1067
|
'fabric.editor.syncedLocationDropdownError': "We can't load locations right now. Please wait a few minutes and refresh your browser.",
|
|
1064
1068
|
'fabric.editor.syncedLocationDropdownHeading': '{count} locations:',
|
|
1069
|
+
'fabric.editor.syncedLocationDropdownIssueTypeBug': 'Bug',
|
|
1070
|
+
'fabric.editor.syncedLocationDropdownIssueTypeEpic': 'Epic',
|
|
1071
|
+
'fabric.editor.syncedLocationDropdownIssueTypeGeneric': 'Jira work item',
|
|
1072
|
+
'fabric.editor.syncedLocationDropdownIssueTypeStory': 'Story',
|
|
1073
|
+
'fabric.editor.syncedLocationDropdownIssueTypeSubtask': 'Subtask',
|
|
1074
|
+
'fabric.editor.syncedLocationDropdownIssueTypeTask': 'Task',
|
|
1065
1075
|
'fabric.editor.syncedLocationDropdownLearnMoreLink': 'Learn more about synced blocks',
|
|
1066
1076
|
'fabric.editor.syncedLocationDropdownNoResults': 'Copy and paste synced blocks to reuse in other locations.',
|
|
1067
1077
|
'fabric.editor.syncedLocationDropdownRequestAccess': 'Request access',
|
|
@@ -1158,7 +1168,9 @@ export default {
|
|
|
1158
1168
|
'fabric.editor.unorderedList': 'Bullet list',
|
|
1159
1169
|
'fabric.editor.unorderedList.description': 'Create an unordered list',
|
|
1160
1170
|
'fabric.editor.unpublishedSyncBlockPastedDescription': 'When the page is published, the content will be displayed.',
|
|
1171
|
+
'fabric.editor.unpublishedSyncBlockPastedDescription.jiraWorkItem': "When the item's description is saved, the content will be displayed.",
|
|
1161
1172
|
'fabric.editor.unpublishedSyncBlockPastedTitle': 'Pasted from unpublished page',
|
|
1173
|
+
'fabric.editor.unpublishedSyncBlockPastedTitle.jiraWorkItem': 'Pasted from unsaved item',
|
|
1162
1174
|
'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
|
|
1163
1175
|
'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
|
|
1164
1176
|
'fabric.editor.unsupportedInlineContent': 'Unsupported content',
|
package/dist/esm/i18n/en_GB.d.ts
CHANGED
|
@@ -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;
|
|
@@ -662,6 +664,7 @@ declare const _default: {
|
|
|
662
664
|
'fabric.editor.emptyLink': string;
|
|
663
665
|
'fabric.editor.emptySearchResults': string;
|
|
664
666
|
'fabric.editor.emptySearchResultsSuggestion': string;
|
|
667
|
+
'fabric.editor.emptySearchResultsSuggestionAskRovoOnly': string;
|
|
665
668
|
'fabric.editor.emptySearchResultsSuggestionNew': string;
|
|
666
669
|
'fabric.editor.epic': string;
|
|
667
670
|
'fabric.editor.error': string;
|
|
@@ -671,6 +674,7 @@ declare const _default: {
|
|
|
671
674
|
'fabric.editor.error.description.failToEditWhenOffline': string;
|
|
672
675
|
'fabric.editor.error.description.reference.offline': string;
|
|
673
676
|
'fabric.editor.error.description.reference.unpublished': string;
|
|
677
|
+
'fabric.editor.error.description.reference.unpublished.jiraWorkItem': string;
|
|
674
678
|
'fabric.editor.error.flag.title.cannotDelete': string;
|
|
675
679
|
'fabric.editor.error.message.label': string;
|
|
676
680
|
'fabric.editor.error.title.failToCreate': string;
|
|
@@ -1060,6 +1064,12 @@ declare const _default: {
|
|
|
1060
1064
|
'fabric.editor.syncedBlockSourceUnsyncedDescription': string;
|
|
1061
1065
|
'fabric.editor.syncedLocationDropdownError': string;
|
|
1062
1066
|
'fabric.editor.syncedLocationDropdownHeading': string;
|
|
1067
|
+
'fabric.editor.syncedLocationDropdownIssueTypeBug': string;
|
|
1068
|
+
'fabric.editor.syncedLocationDropdownIssueTypeEpic': string;
|
|
1069
|
+
'fabric.editor.syncedLocationDropdownIssueTypeGeneric': string;
|
|
1070
|
+
'fabric.editor.syncedLocationDropdownIssueTypeStory': string;
|
|
1071
|
+
'fabric.editor.syncedLocationDropdownIssueTypeSubtask': string;
|
|
1072
|
+
'fabric.editor.syncedLocationDropdownIssueTypeTask': string;
|
|
1063
1073
|
'fabric.editor.syncedLocationDropdownLearnMoreLink': string;
|
|
1064
1074
|
'fabric.editor.syncedLocationDropdownNoResults': string;
|
|
1065
1075
|
'fabric.editor.syncedLocationDropdownRequestAccess': string;
|
|
@@ -1156,7 +1166,9 @@ declare const _default: {
|
|
|
1156
1166
|
'fabric.editor.unorderedList': string;
|
|
1157
1167
|
'fabric.editor.unorderedList.description': string;
|
|
1158
1168
|
'fabric.editor.unpublishedSyncBlockPastedDescription': string;
|
|
1169
|
+
'fabric.editor.unpublishedSyncBlockPastedDescription.jiraWorkItem': string;
|
|
1159
1170
|
'fabric.editor.unpublishedSyncBlockPastedTitle': string;
|
|
1171
|
+
'fabric.editor.unpublishedSyncBlockPastedTitle.jiraWorkItem': string;
|
|
1160
1172
|
'fabric.editor.unsupportedBlockContent': string;
|
|
1161
1173
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
1162
1174
|
'fabric.editor.unsupportedInlineContent': string;
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -139,6 +139,8 @@ export default {
|
|
|
139
139
|
'fabric.editor.ai.config.item.suggest.title': 'Suggest a title',
|
|
140
140
|
'fabric.editor.ai.config.item.suggestComment.description': 'Get an AI-suggested comment based on this work item',
|
|
141
141
|
'fabric.editor.ai.config.item.suggestComment.title': 'Suggest a comment',
|
|
142
|
+
'fabric.editor.ai.config.item.suggestReply.description': 'Get an AI-suggested reply to this comment',
|
|
143
|
+
'fabric.editor.ai.config.item.suggestReply.title': 'Suggest a reply',
|
|
142
144
|
'fabric.editor.ai.config.item.summarize.description': "Creates a summary of the text you're working on, highlighting key points",
|
|
143
145
|
'fabric.editor.ai.config.item.summarize.dropdownItem.title': 'Summarise writing',
|
|
144
146
|
'fabric.editor.ai.config.item.summarize.title': 'Summarise writing',
|
|
@@ -664,6 +666,7 @@ export default {
|
|
|
664
666
|
'fabric.editor.emptyLink': 'Please enter a link.',
|
|
665
667
|
'fabric.editor.emptySearchResults': "We couldn't find any results.",
|
|
666
668
|
'fabric.editor.emptySearchResultsSuggestion': 'Select {buttonName} to browse inserts.',
|
|
669
|
+
'fabric.editor.emptySearchResultsSuggestionAskRovoOnly': 'Select {askRovoName} for help.',
|
|
667
670
|
'fabric.editor.emptySearchResultsSuggestionNew': 'Select {askRovoName} for help, or {buttonName} to browse inserts.',
|
|
668
671
|
'fabric.editor.epic': 'Epic',
|
|
669
672
|
'fabric.editor.error': 'Error',
|
|
@@ -673,6 +676,7 @@ export default {
|
|
|
673
676
|
'fabric.editor.error.description.failToEditWhenOffline': 'You appear to be offline. Please connect to the internet to edit synced content.',
|
|
674
677
|
'fabric.editor.error.description.reference.offline': "We're unable to display synced blocks when you're offline",
|
|
675
678
|
'fabric.editor.error.description.reference.unpublished': 'Synced content will display <link>when the page is published</link>',
|
|
679
|
+
'fabric.editor.error.description.reference.unpublished.jiraWorkItem': "Synced content will display <link>when the item's description is saved</link>",
|
|
676
680
|
'fabric.editor.error.flag.title.cannotDelete': 'Failed to delete synced block',
|
|
677
681
|
'fabric.editor.error.message.label': 'Error',
|
|
678
682
|
'fabric.editor.error.title.failToCreate': 'Cannot create synced content offline',
|
|
@@ -1062,6 +1066,12 @@ export default {
|
|
|
1062
1066
|
'fabric.editor.syncedBlockSourceUnsyncedDescription': "We're unable to display this content as it's been unsynced from <a>{title}</a>.",
|
|
1063
1067
|
'fabric.editor.syncedLocationDropdownError': "We can't load locations right now. Please wait a few minutes and refresh your browser.",
|
|
1064
1068
|
'fabric.editor.syncedLocationDropdownHeading': '{count} locations:',
|
|
1069
|
+
'fabric.editor.syncedLocationDropdownIssueTypeBug': 'Bug',
|
|
1070
|
+
'fabric.editor.syncedLocationDropdownIssueTypeEpic': 'Epic',
|
|
1071
|
+
'fabric.editor.syncedLocationDropdownIssueTypeGeneric': 'Jira work item',
|
|
1072
|
+
'fabric.editor.syncedLocationDropdownIssueTypeStory': 'Story',
|
|
1073
|
+
'fabric.editor.syncedLocationDropdownIssueTypeSubtask': 'Subtask',
|
|
1074
|
+
'fabric.editor.syncedLocationDropdownIssueTypeTask': 'Task',
|
|
1065
1075
|
'fabric.editor.syncedLocationDropdownLearnMoreLink': 'Learn more about synced blocks',
|
|
1066
1076
|
'fabric.editor.syncedLocationDropdownNoResults': 'Copy and paste synced blocks to reuse in other locations.',
|
|
1067
1077
|
'fabric.editor.syncedLocationDropdownRequestAccess': 'Request access',
|
|
@@ -1158,7 +1168,9 @@ export default {
|
|
|
1158
1168
|
'fabric.editor.unorderedList': 'Bullet list',
|
|
1159
1169
|
'fabric.editor.unorderedList.description': 'Create an unordered list',
|
|
1160
1170
|
'fabric.editor.unpublishedSyncBlockPastedDescription': 'When the page is published, the content will be displayed.',
|
|
1171
|
+
'fabric.editor.unpublishedSyncBlockPastedDescription.jiraWorkItem': "When the item's description is saved, the content will be displayed.",
|
|
1161
1172
|
'fabric.editor.unpublishedSyncBlockPastedTitle': 'Pasted from unpublished page',
|
|
1173
|
+
'fabric.editor.unpublishedSyncBlockPastedTitle.jiraWorkItem': 'Pasted from unsaved item',
|
|
1162
1174
|
'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
|
|
1163
1175
|
'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
|
|
1164
1176
|
'fabric.editor.unsupportedInlineContent': 'Unsupported content',
|
package/dist/esm/i18n/en_ZZ.d.ts
CHANGED
|
@@ -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;
|
|
@@ -662,6 +664,7 @@ declare const _default: {
|
|
|
662
664
|
'fabric.editor.emptyLink': string;
|
|
663
665
|
'fabric.editor.emptySearchResults': string;
|
|
664
666
|
'fabric.editor.emptySearchResultsSuggestion': string;
|
|
667
|
+
'fabric.editor.emptySearchResultsSuggestionAskRovoOnly': string;
|
|
665
668
|
'fabric.editor.emptySearchResultsSuggestionNew': string;
|
|
666
669
|
'fabric.editor.epic': string;
|
|
667
670
|
'fabric.editor.error': string;
|
|
@@ -671,6 +674,7 @@ declare const _default: {
|
|
|
671
674
|
'fabric.editor.error.description.failToEditWhenOffline': string;
|
|
672
675
|
'fabric.editor.error.description.reference.offline': string;
|
|
673
676
|
'fabric.editor.error.description.reference.unpublished': string;
|
|
677
|
+
'fabric.editor.error.description.reference.unpublished.jiraWorkItem': string;
|
|
674
678
|
'fabric.editor.error.flag.title.cannotDelete': string;
|
|
675
679
|
'fabric.editor.error.message.label': string;
|
|
676
680
|
'fabric.editor.error.title.failToCreate': string;
|
|
@@ -1060,6 +1064,12 @@ declare const _default: {
|
|
|
1060
1064
|
'fabric.editor.syncedBlockSourceUnsyncedDescription': string;
|
|
1061
1065
|
'fabric.editor.syncedLocationDropdownError': string;
|
|
1062
1066
|
'fabric.editor.syncedLocationDropdownHeading': string;
|
|
1067
|
+
'fabric.editor.syncedLocationDropdownIssueTypeBug': string;
|
|
1068
|
+
'fabric.editor.syncedLocationDropdownIssueTypeEpic': string;
|
|
1069
|
+
'fabric.editor.syncedLocationDropdownIssueTypeGeneric': string;
|
|
1070
|
+
'fabric.editor.syncedLocationDropdownIssueTypeStory': string;
|
|
1071
|
+
'fabric.editor.syncedLocationDropdownIssueTypeSubtask': string;
|
|
1072
|
+
'fabric.editor.syncedLocationDropdownIssueTypeTask': string;
|
|
1063
1073
|
'fabric.editor.syncedLocationDropdownLearnMoreLink': string;
|
|
1064
1074
|
'fabric.editor.syncedLocationDropdownNoResults': string;
|
|
1065
1075
|
'fabric.editor.syncedLocationDropdownRequestAccess': string;
|
|
@@ -1155,7 +1165,9 @@ declare const _default: {
|
|
|
1155
1165
|
'fabric.editor.unorderedList': string;
|
|
1156
1166
|
'fabric.editor.unorderedList.description': string;
|
|
1157
1167
|
'fabric.editor.unpublishedSyncBlockPastedDescription': string;
|
|
1168
|
+
'fabric.editor.unpublishedSyncBlockPastedDescription.jiraWorkItem': string;
|
|
1158
1169
|
'fabric.editor.unpublishedSyncBlockPastedTitle': string;
|
|
1170
|
+
'fabric.editor.unpublishedSyncBlockPastedTitle.jiraWorkItem': string;
|
|
1159
1171
|
'fabric.editor.unsupportedBlockContent': string;
|
|
1160
1172
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
1161
1173
|
'fabric.editor.unsupportedInlineContent': string;
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -139,6 +139,8 @@ export default {
|
|
|
139
139
|
'fabric.editor.ai.config.item.suggest.title': 'Suggest a title',
|
|
140
140
|
'fabric.editor.ai.config.item.suggestComment.description': 'Get an AI-suggested comment based on this work item',
|
|
141
141
|
'fabric.editor.ai.config.item.suggestComment.title': 'Suggest a comment',
|
|
142
|
+
'fabric.editor.ai.config.item.suggestReply.description': 'Get an AI-suggested reply to this comment',
|
|
143
|
+
'fabric.editor.ai.config.item.suggestReply.title': 'Suggest a reply',
|
|
142
144
|
'fabric.editor.ai.config.item.summarize.description': "Creates a summary of the text you're working on, highlighting key points",
|
|
143
145
|
'fabric.editor.ai.config.item.summarize.dropdownItem.title': 'Summarize writing',
|
|
144
146
|
'fabric.editor.ai.config.item.summarize.title': 'Summarize writing',
|
|
@@ -664,6 +666,7 @@ export default {
|
|
|
664
666
|
'fabric.editor.emptyLink': 'Please enter a link.',
|
|
665
667
|
'fabric.editor.emptySearchResults': "We couldn't find any results.",
|
|
666
668
|
'fabric.editor.emptySearchResultsSuggestion': 'Select {buttonName} to browse inserts.',
|
|
669
|
+
'fabric.editor.emptySearchResultsSuggestionAskRovoOnly': 'Select {askRovoName} for help.',
|
|
667
670
|
'fabric.editor.emptySearchResultsSuggestionNew': 'Select {askRovoName} for help, or {buttonName} to browse inserts.',
|
|
668
671
|
'fabric.editor.epic': 'Epic',
|
|
669
672
|
'fabric.editor.error': 'Error',
|
|
@@ -673,6 +676,7 @@ export default {
|
|
|
673
676
|
'fabric.editor.error.description.failToEditWhenOffline': 'You appear to be offline. Please connect to the internet to edit synced content.',
|
|
674
677
|
'fabric.editor.error.description.reference.offline': "We're unable to display synced blocks when you're offline",
|
|
675
678
|
'fabric.editor.error.description.reference.unpublished': 'Synced content will display <link>when the page is published</link>',
|
|
679
|
+
'fabric.editor.error.description.reference.unpublished.jiraWorkItem': "Synced content will display <link>when the item's description is saved</link>",
|
|
676
680
|
'fabric.editor.error.flag.title.cannotDelete': 'Failed to delete synced block',
|
|
677
681
|
'fabric.editor.error.message.label': 'Error',
|
|
678
682
|
'fabric.editor.error.title.failToCreate': 'Cannot create synced content offline',
|
|
@@ -1062,6 +1066,12 @@ export default {
|
|
|
1062
1066
|
'fabric.editor.syncedBlockSourceUnsyncedDescription': "We're unable to display this content as it's been unsynced from <a>{title}</a>.",
|
|
1063
1067
|
'fabric.editor.syncedLocationDropdownError': "We can't load locations right now. Please wait a few minutes and refresh your browser.",
|
|
1064
1068
|
'fabric.editor.syncedLocationDropdownHeading': '{count} locations:',
|
|
1069
|
+
'fabric.editor.syncedLocationDropdownIssueTypeBug': 'Bug',
|
|
1070
|
+
'fabric.editor.syncedLocationDropdownIssueTypeEpic': 'Epic',
|
|
1071
|
+
'fabric.editor.syncedLocationDropdownIssueTypeGeneric': 'Jira work item',
|
|
1072
|
+
'fabric.editor.syncedLocationDropdownIssueTypeStory': 'Story',
|
|
1073
|
+
'fabric.editor.syncedLocationDropdownIssueTypeSubtask': 'Subtask',
|
|
1074
|
+
'fabric.editor.syncedLocationDropdownIssueTypeTask': 'Task',
|
|
1065
1075
|
'fabric.editor.syncedLocationDropdownLearnMoreLink': 'Learn more about synced blocks',
|
|
1066
1076
|
'fabric.editor.syncedLocationDropdownNoResults': 'Copy and paste synced blocks to reuse in other locations.',
|
|
1067
1077
|
'fabric.editor.syncedLocationDropdownRequestAccess': 'Request access',
|
|
@@ -1157,7 +1167,9 @@ export default {
|
|
|
1157
1167
|
'fabric.editor.unorderedList': 'Bullet list',
|
|
1158
1168
|
'fabric.editor.unorderedList.description': 'Create an unordered list',
|
|
1159
1169
|
'fabric.editor.unpublishedSyncBlockPastedDescription': 'When the page is published, the content will be displayed.',
|
|
1170
|
+
'fabric.editor.unpublishedSyncBlockPastedDescription.jiraWorkItem': "When the item's description is saved, the content will be displayed.",
|
|
1160
1171
|
'fabric.editor.unpublishedSyncBlockPastedTitle': 'Pasted from unpublished page',
|
|
1172
|
+
'fabric.editor.unpublishedSyncBlockPastedTitle.jiraWorkItem': 'Pasted from unsaved item',
|
|
1161
1173
|
'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
|
|
1162
1174
|
'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
|
|
1163
1175
|
'fabric.editor.unsupportedInlineContent': 'Unsupported content',
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -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;
|
|
@@ -662,6 +664,7 @@ declare const _default: {
|
|
|
662
664
|
'fabric.editor.emptyLink': string;
|
|
663
665
|
'fabric.editor.emptySearchResults': string;
|
|
664
666
|
'fabric.editor.emptySearchResultsSuggestion': string;
|
|
667
|
+
'fabric.editor.emptySearchResultsSuggestionAskRovoOnly': string;
|
|
665
668
|
'fabric.editor.emptySearchResultsSuggestionNew': string;
|
|
666
669
|
'fabric.editor.epic': string;
|
|
667
670
|
'fabric.editor.error': string;
|
|
@@ -671,6 +674,7 @@ declare const _default: {
|
|
|
671
674
|
'fabric.editor.error.description.failToEditWhenOffline': string;
|
|
672
675
|
'fabric.editor.error.description.reference.offline': string;
|
|
673
676
|
'fabric.editor.error.description.reference.unpublished': string;
|
|
677
|
+
'fabric.editor.error.description.reference.unpublished.jiraWorkItem': string;
|
|
674
678
|
'fabric.editor.error.flag.title.cannotDelete': string;
|
|
675
679
|
'fabric.editor.error.message.label': string;
|
|
676
680
|
'fabric.editor.error.title.failToCreate': string;
|
|
@@ -1060,6 +1064,12 @@ declare const _default: {
|
|
|
1060
1064
|
'fabric.editor.syncedBlockSourceUnsyncedDescription': string;
|
|
1061
1065
|
'fabric.editor.syncedLocationDropdownError': string;
|
|
1062
1066
|
'fabric.editor.syncedLocationDropdownHeading': string;
|
|
1067
|
+
'fabric.editor.syncedLocationDropdownIssueTypeBug': string;
|
|
1068
|
+
'fabric.editor.syncedLocationDropdownIssueTypeEpic': string;
|
|
1069
|
+
'fabric.editor.syncedLocationDropdownIssueTypeGeneric': string;
|
|
1070
|
+
'fabric.editor.syncedLocationDropdownIssueTypeStory': string;
|
|
1071
|
+
'fabric.editor.syncedLocationDropdownIssueTypeSubtask': string;
|
|
1072
|
+
'fabric.editor.syncedLocationDropdownIssueTypeTask': string;
|
|
1063
1073
|
'fabric.editor.syncedLocationDropdownLearnMoreLink': string;
|
|
1064
1074
|
'fabric.editor.syncedLocationDropdownNoResults': string;
|
|
1065
1075
|
'fabric.editor.syncedLocationDropdownRequestAccess': string;
|
|
@@ -1156,7 +1166,9 @@ declare const _default: {
|
|
|
1156
1166
|
'fabric.editor.unorderedList': string;
|
|
1157
1167
|
'fabric.editor.unorderedList.description': string;
|
|
1158
1168
|
'fabric.editor.unpublishedSyncBlockPastedDescription': string;
|
|
1169
|
+
'fabric.editor.unpublishedSyncBlockPastedDescription.jiraWorkItem': string;
|
|
1159
1170
|
'fabric.editor.unpublishedSyncBlockPastedTitle': string;
|
|
1171
|
+
'fabric.editor.unpublishedSyncBlockPastedTitle.jiraWorkItem': string;
|
|
1160
1172
|
'fabric.editor.unsupportedBlockContent': string;
|
|
1161
1173
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
1162
1174
|
'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;
|
|
@@ -662,6 +664,7 @@ declare const _default: {
|
|
|
662
664
|
'fabric.editor.emptyLink': string;
|
|
663
665
|
'fabric.editor.emptySearchResults': string;
|
|
664
666
|
'fabric.editor.emptySearchResultsSuggestion': string;
|
|
667
|
+
'fabric.editor.emptySearchResultsSuggestionAskRovoOnly': string;
|
|
665
668
|
'fabric.editor.emptySearchResultsSuggestionNew': string;
|
|
666
669
|
'fabric.editor.epic': string;
|
|
667
670
|
'fabric.editor.error': string;
|
|
@@ -671,6 +674,7 @@ declare const _default: {
|
|
|
671
674
|
'fabric.editor.error.description.failToEditWhenOffline': string;
|
|
672
675
|
'fabric.editor.error.description.reference.offline': string;
|
|
673
676
|
'fabric.editor.error.description.reference.unpublished': string;
|
|
677
|
+
'fabric.editor.error.description.reference.unpublished.jiraWorkItem': string;
|
|
674
678
|
'fabric.editor.error.flag.title.cannotDelete': string;
|
|
675
679
|
'fabric.editor.error.message.label': string;
|
|
676
680
|
'fabric.editor.error.title.failToCreate': string;
|
|
@@ -1060,6 +1064,12 @@ declare const _default: {
|
|
|
1060
1064
|
'fabric.editor.syncedBlockSourceUnsyncedDescription': string;
|
|
1061
1065
|
'fabric.editor.syncedLocationDropdownError': string;
|
|
1062
1066
|
'fabric.editor.syncedLocationDropdownHeading': string;
|
|
1067
|
+
'fabric.editor.syncedLocationDropdownIssueTypeBug': string;
|
|
1068
|
+
'fabric.editor.syncedLocationDropdownIssueTypeEpic': string;
|
|
1069
|
+
'fabric.editor.syncedLocationDropdownIssueTypeGeneric': string;
|
|
1070
|
+
'fabric.editor.syncedLocationDropdownIssueTypeStory': string;
|
|
1071
|
+
'fabric.editor.syncedLocationDropdownIssueTypeSubtask': string;
|
|
1072
|
+
'fabric.editor.syncedLocationDropdownIssueTypeTask': string;
|
|
1063
1073
|
'fabric.editor.syncedLocationDropdownLearnMoreLink': string;
|
|
1064
1074
|
'fabric.editor.syncedLocationDropdownNoResults': string;
|
|
1065
1075
|
'fabric.editor.syncedLocationDropdownRequestAccess': string;
|
|
@@ -1156,7 +1166,9 @@ declare const _default: {
|
|
|
1156
1166
|
'fabric.editor.unorderedList': string;
|
|
1157
1167
|
'fabric.editor.unorderedList.description': string;
|
|
1158
1168
|
'fabric.editor.unpublishedSyncBlockPastedDescription': string;
|
|
1169
|
+
'fabric.editor.unpublishedSyncBlockPastedDescription.jiraWorkItem': string;
|
|
1159
1170
|
'fabric.editor.unpublishedSyncBlockPastedTitle': string;
|
|
1171
|
+
'fabric.editor.unpublishedSyncBlockPastedTitle.jiraWorkItem': string;
|
|
1160
1172
|
'fabric.editor.unsupportedBlockContent': string;
|
|
1161
1173
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
1162
1174
|
'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;
|
|
@@ -662,6 +664,7 @@ declare const _default: {
|
|
|
662
664
|
'fabric.editor.emptyLink': string;
|
|
663
665
|
'fabric.editor.emptySearchResults': string;
|
|
664
666
|
'fabric.editor.emptySearchResultsSuggestion': string;
|
|
667
|
+
'fabric.editor.emptySearchResultsSuggestionAskRovoOnly': string;
|
|
665
668
|
'fabric.editor.emptySearchResultsSuggestionNew': string;
|
|
666
669
|
'fabric.editor.epic': string;
|
|
667
670
|
'fabric.editor.error': string;
|
|
@@ -671,6 +674,7 @@ declare const _default: {
|
|
|
671
674
|
'fabric.editor.error.description.failToEditWhenOffline': string;
|
|
672
675
|
'fabric.editor.error.description.reference.offline': string;
|
|
673
676
|
'fabric.editor.error.description.reference.unpublished': string;
|
|
677
|
+
'fabric.editor.error.description.reference.unpublished.jiraWorkItem': string;
|
|
674
678
|
'fabric.editor.error.flag.title.cannotDelete': string;
|
|
675
679
|
'fabric.editor.error.message.label': string;
|
|
676
680
|
'fabric.editor.error.title.failToCreate': string;
|
|
@@ -1060,6 +1064,12 @@ declare const _default: {
|
|
|
1060
1064
|
'fabric.editor.syncedBlockSourceUnsyncedDescription': string;
|
|
1061
1065
|
'fabric.editor.syncedLocationDropdownError': string;
|
|
1062
1066
|
'fabric.editor.syncedLocationDropdownHeading': string;
|
|
1067
|
+
'fabric.editor.syncedLocationDropdownIssueTypeBug': string;
|
|
1068
|
+
'fabric.editor.syncedLocationDropdownIssueTypeEpic': string;
|
|
1069
|
+
'fabric.editor.syncedLocationDropdownIssueTypeGeneric': string;
|
|
1070
|
+
'fabric.editor.syncedLocationDropdownIssueTypeStory': string;
|
|
1071
|
+
'fabric.editor.syncedLocationDropdownIssueTypeSubtask': string;
|
|
1072
|
+
'fabric.editor.syncedLocationDropdownIssueTypeTask': string;
|
|
1063
1073
|
'fabric.editor.syncedLocationDropdownLearnMoreLink': string;
|
|
1064
1074
|
'fabric.editor.syncedLocationDropdownNoResults': string;
|
|
1065
1075
|
'fabric.editor.syncedLocationDropdownRequestAccess': string;
|
|
@@ -1155,7 +1165,9 @@ declare const _default: {
|
|
|
1155
1165
|
'fabric.editor.unorderedList': string;
|
|
1156
1166
|
'fabric.editor.unorderedList.description': string;
|
|
1157
1167
|
'fabric.editor.unpublishedSyncBlockPastedDescription': string;
|
|
1168
|
+
'fabric.editor.unpublishedSyncBlockPastedDescription.jiraWorkItem': string;
|
|
1158
1169
|
'fabric.editor.unpublishedSyncBlockPastedTitle': string;
|
|
1170
|
+
'fabric.editor.unpublishedSyncBlockPastedTitle.jiraWorkItem': string;
|
|
1159
1171
|
'fabric.editor.unsupportedBlockContent': string;
|
|
1160
1172
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
1161
1173
|
'fabric.editor.unsupportedInlineContent': string;
|
package/i18n/en.ts
CHANGED
|
@@ -156,6 +156,8 @@ export default {
|
|
|
156
156
|
'fabric.editor.ai.config.item.suggest.title': 'Suggest a title',
|
|
157
157
|
'fabric.editor.ai.config.item.suggestComment.description': 'Get an AI-suggested comment based on this work item',
|
|
158
158
|
'fabric.editor.ai.config.item.suggestComment.title': 'Suggest a comment',
|
|
159
|
+
'fabric.editor.ai.config.item.suggestReply.description': 'Get an AI-suggested reply to this comment',
|
|
160
|
+
'fabric.editor.ai.config.item.suggestReply.title': 'Suggest a reply',
|
|
159
161
|
'fabric.editor.ai.config.item.summarize.description':
|
|
160
162
|
"Creates a summary of the text you're working on, highlighting key points",
|
|
161
163
|
'fabric.editor.ai.config.item.summarize.dropdownItem.title': 'Summarize writing',
|
|
@@ -753,6 +755,7 @@ export default {
|
|
|
753
755
|
'fabric.editor.emptyLink': 'Please enter a link.',
|
|
754
756
|
'fabric.editor.emptySearchResults': "We couldn't find any results.",
|
|
755
757
|
'fabric.editor.emptySearchResultsSuggestion': 'Select {buttonName} to browse inserts.',
|
|
758
|
+
'fabric.editor.emptySearchResultsSuggestionAskRovoOnly': 'Select {askRovoName} for help.',
|
|
756
759
|
'fabric.editor.emptySearchResultsSuggestionNew': 'Select {askRovoName} for help, or {buttonName} to browse inserts.',
|
|
757
760
|
'fabric.editor.epic': 'Epic',
|
|
758
761
|
'fabric.editor.error': 'Error',
|
|
@@ -766,6 +769,8 @@ export default {
|
|
|
766
769
|
'fabric.editor.error.description.reference.offline': "We're unable to display synced blocks when you're offline",
|
|
767
770
|
'fabric.editor.error.description.reference.unpublished':
|
|
768
771
|
'Synced content will display <link>when the page is published</link>',
|
|
772
|
+
'fabric.editor.error.description.reference.unpublished.jiraWorkItem':
|
|
773
|
+
"Synced content will display <link>when the item's description is saved</link>",
|
|
769
774
|
'fabric.editor.error.flag.title.cannotDelete': 'Failed to delete synced block',
|
|
770
775
|
'fabric.editor.error.message.label': 'Error',
|
|
771
776
|
'fabric.editor.error.title.failToCreate': 'Cannot create synced content offline',
|
|
@@ -1189,6 +1194,12 @@ export default {
|
|
|
1189
1194
|
'fabric.editor.syncedLocationDropdownError':
|
|
1190
1195
|
"We can't load locations right now. Please wait a few minutes and refresh your browser.",
|
|
1191
1196
|
'fabric.editor.syncedLocationDropdownHeading': '{count} locations:',
|
|
1197
|
+
'fabric.editor.syncedLocationDropdownIssueTypeBug': 'Bug',
|
|
1198
|
+
'fabric.editor.syncedLocationDropdownIssueTypeEpic': 'Epic',
|
|
1199
|
+
'fabric.editor.syncedLocationDropdownIssueTypeGeneric': 'Jira work item',
|
|
1200
|
+
'fabric.editor.syncedLocationDropdownIssueTypeStory': 'Story',
|
|
1201
|
+
'fabric.editor.syncedLocationDropdownIssueTypeSubtask': 'Subtask',
|
|
1202
|
+
'fabric.editor.syncedLocationDropdownIssueTypeTask': 'Task',
|
|
1192
1203
|
'fabric.editor.syncedLocationDropdownLearnMoreLink': 'Learn more about synced blocks',
|
|
1193
1204
|
'fabric.editor.syncedLocationDropdownNoResults': 'Copy and paste synced blocks to reuse in other locations.',
|
|
1194
1205
|
'fabric.editor.syncedLocationDropdownRequestAccess': 'Request access',
|
|
@@ -1289,7 +1300,10 @@ export default {
|
|
|
1289
1300
|
'fabric.editor.unorderedList': 'Bullet list',
|
|
1290
1301
|
'fabric.editor.unorderedList.description': 'Create an unordered list',
|
|
1291
1302
|
'fabric.editor.unpublishedSyncBlockPastedDescription': 'When the page is published, the content will be displayed.',
|
|
1303
|
+
'fabric.editor.unpublishedSyncBlockPastedDescription.jiraWorkItem':
|
|
1304
|
+
"When the item's description is saved, the content will be displayed.",
|
|
1292
1305
|
'fabric.editor.unpublishedSyncBlockPastedTitle': 'Pasted from unpublished page',
|
|
1306
|
+
'fabric.editor.unpublishedSyncBlockPastedTitle.jiraWorkItem': 'Pasted from unsaved item',
|
|
1293
1307
|
'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
|
|
1294
1308
|
'fabric.editor.unsupportedContentTooltip':
|
|
1295
1309
|
'Content is not available in this editor, this will be preserved when you edit and save',
|
package/i18n/en_GB.ts
CHANGED
|
@@ -156,6 +156,8 @@ export default {
|
|
|
156
156
|
'fabric.editor.ai.config.item.suggest.title': 'Suggest a title',
|
|
157
157
|
'fabric.editor.ai.config.item.suggestComment.description': 'Get an AI-suggested comment based on this work item',
|
|
158
158
|
'fabric.editor.ai.config.item.suggestComment.title': 'Suggest a comment',
|
|
159
|
+
'fabric.editor.ai.config.item.suggestReply.description': 'Get an AI-suggested reply to this comment',
|
|
160
|
+
'fabric.editor.ai.config.item.suggestReply.title': 'Suggest a reply',
|
|
159
161
|
'fabric.editor.ai.config.item.summarize.description':
|
|
160
162
|
"Creates a summary of the text you're working on, highlighting key points",
|
|
161
163
|
'fabric.editor.ai.config.item.summarize.dropdownItem.title': 'Summarise writing',
|
|
@@ -753,6 +755,7 @@ export default {
|
|
|
753
755
|
'fabric.editor.emptyLink': 'Please enter a link.',
|
|
754
756
|
'fabric.editor.emptySearchResults': "We couldn't find any results.",
|
|
755
757
|
'fabric.editor.emptySearchResultsSuggestion': 'Select {buttonName} to browse inserts.',
|
|
758
|
+
'fabric.editor.emptySearchResultsSuggestionAskRovoOnly': 'Select {askRovoName} for help.',
|
|
756
759
|
'fabric.editor.emptySearchResultsSuggestionNew': 'Select {askRovoName} for help, or {buttonName} to browse inserts.',
|
|
757
760
|
'fabric.editor.epic': 'Epic',
|
|
758
761
|
'fabric.editor.error': 'Error',
|
|
@@ -766,6 +769,8 @@ export default {
|
|
|
766
769
|
'fabric.editor.error.description.reference.offline': "We're unable to display synced blocks when you're offline",
|
|
767
770
|
'fabric.editor.error.description.reference.unpublished':
|
|
768
771
|
'Synced content will display <link>when the page is published</link>',
|
|
772
|
+
'fabric.editor.error.description.reference.unpublished.jiraWorkItem':
|
|
773
|
+
"Synced content will display <link>when the item's description is saved</link>",
|
|
769
774
|
'fabric.editor.error.flag.title.cannotDelete': 'Failed to delete synced block',
|
|
770
775
|
'fabric.editor.error.message.label': 'Error',
|
|
771
776
|
'fabric.editor.error.title.failToCreate': 'Cannot create synced content offline',
|
|
@@ -1189,6 +1194,12 @@ export default {
|
|
|
1189
1194
|
'fabric.editor.syncedLocationDropdownError':
|
|
1190
1195
|
"We can't load locations right now. Please wait a few minutes and refresh your browser.",
|
|
1191
1196
|
'fabric.editor.syncedLocationDropdownHeading': '{count} locations:',
|
|
1197
|
+
'fabric.editor.syncedLocationDropdownIssueTypeBug': 'Bug',
|
|
1198
|
+
'fabric.editor.syncedLocationDropdownIssueTypeEpic': 'Epic',
|
|
1199
|
+
'fabric.editor.syncedLocationDropdownIssueTypeGeneric': 'Jira work item',
|
|
1200
|
+
'fabric.editor.syncedLocationDropdownIssueTypeStory': 'Story',
|
|
1201
|
+
'fabric.editor.syncedLocationDropdownIssueTypeSubtask': 'Subtask',
|
|
1202
|
+
'fabric.editor.syncedLocationDropdownIssueTypeTask': 'Task',
|
|
1192
1203
|
'fabric.editor.syncedLocationDropdownLearnMoreLink': 'Learn more about synced blocks',
|
|
1193
1204
|
'fabric.editor.syncedLocationDropdownNoResults': 'Copy and paste synced blocks to reuse in other locations.',
|
|
1194
1205
|
'fabric.editor.syncedLocationDropdownRequestAccess': 'Request access',
|
|
@@ -1289,7 +1300,10 @@ export default {
|
|
|
1289
1300
|
'fabric.editor.unorderedList': 'Bullet list',
|
|
1290
1301
|
'fabric.editor.unorderedList.description': 'Create an unordered list',
|
|
1291
1302
|
'fabric.editor.unpublishedSyncBlockPastedDescription': 'When the page is published, the content will be displayed.',
|
|
1303
|
+
'fabric.editor.unpublishedSyncBlockPastedDescription.jiraWorkItem':
|
|
1304
|
+
"When the item's description is saved, the content will be displayed.",
|
|
1292
1305
|
'fabric.editor.unpublishedSyncBlockPastedTitle': 'Pasted from unpublished page',
|
|
1306
|
+
'fabric.editor.unpublishedSyncBlockPastedTitle.jiraWorkItem': 'Pasted from unsaved item',
|
|
1293
1307
|
'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
|
|
1294
1308
|
'fabric.editor.unsupportedContentTooltip':
|
|
1295
1309
|
'Content is not available in this editor, this will be preserved when you edit and save',
|
package/i18n/en_ZZ.ts
CHANGED
|
@@ -187,6 +187,9 @@ export default {
|
|
|
187
187
|
'fabric.editor.ai.config.item.suggestComment.description':
|
|
188
188
|
'Get an AI-suggested comment based on this work item',
|
|
189
189
|
'fabric.editor.ai.config.item.suggestComment.title': 'Suggest a comment',
|
|
190
|
+
'fabric.editor.ai.config.item.suggestReply.description':
|
|
191
|
+
'Get an AI-suggested reply to this comment',
|
|
192
|
+
'fabric.editor.ai.config.item.suggestReply.title': 'Suggest a reply',
|
|
190
193
|
'fabric.editor.ai.config.item.summarize.description':
|
|
191
194
|
"Creates a summary of the text you're working on, highlighting key points",
|
|
192
195
|
'fabric.editor.ai.config.item.summarize.dropdownItem.title': 'Summarize writing',
|
|
@@ -863,6 +866,7 @@ export default {
|
|
|
863
866
|
'fabric.editor.emptyLink': 'Please enter a link.',
|
|
864
867
|
'fabric.editor.emptySearchResults': "We couldn't find any results.",
|
|
865
868
|
'fabric.editor.emptySearchResultsSuggestion': 'Select {buttonName} to browse inserts.',
|
|
869
|
+
'fabric.editor.emptySearchResultsSuggestionAskRovoOnly': 'Select {askRovoName} for help.',
|
|
866
870
|
'fabric.editor.emptySearchResultsSuggestionNew':
|
|
867
871
|
'Select {askRovoName} for help, or {buttonName} to browse inserts.',
|
|
868
872
|
'fabric.editor.epic': 'Epic',
|
|
@@ -879,6 +883,8 @@ export default {
|
|
|
879
883
|
"We're unable to display synced blocks when you're offline",
|
|
880
884
|
'fabric.editor.error.description.reference.unpublished':
|
|
881
885
|
'Synced content will display <link>when the page is published</link>',
|
|
886
|
+
'fabric.editor.error.description.reference.unpublished.jiraWorkItem':
|
|
887
|
+
"Synced content will display <link>when the item's description is saved</link>",
|
|
882
888
|
'fabric.editor.error.flag.title.cannotDelete': 'Failed to delete synced block',
|
|
883
889
|
'fabric.editor.error.message.label': 'Error',
|
|
884
890
|
'fabric.editor.error.title.failToCreate': 'Cannot create synced content offline',
|
|
@@ -1327,6 +1333,12 @@ export default {
|
|
|
1327
1333
|
'fabric.editor.syncedLocationDropdownError':
|
|
1328
1334
|
"We can't load locations right now. Please wait a few minutes and refresh your browser.",
|
|
1329
1335
|
'fabric.editor.syncedLocationDropdownHeading': '{count} locations:',
|
|
1336
|
+
'fabric.editor.syncedLocationDropdownIssueTypeBug': 'Bug',
|
|
1337
|
+
'fabric.editor.syncedLocationDropdownIssueTypeEpic': 'Epic',
|
|
1338
|
+
'fabric.editor.syncedLocationDropdownIssueTypeGeneric': 'Jira work item',
|
|
1339
|
+
'fabric.editor.syncedLocationDropdownIssueTypeStory': 'Story',
|
|
1340
|
+
'fabric.editor.syncedLocationDropdownIssueTypeSubtask': 'Subtask',
|
|
1341
|
+
'fabric.editor.syncedLocationDropdownIssueTypeTask': 'Task',
|
|
1330
1342
|
'fabric.editor.syncedLocationDropdownLearnMoreLink': 'Learn more about synced blocks',
|
|
1331
1343
|
'fabric.editor.syncedLocationDropdownNoResults':
|
|
1332
1344
|
'Copy and paste synced blocks to reuse in other locations.',
|
|
@@ -1432,7 +1444,10 @@ export default {
|
|
|
1432
1444
|
'fabric.editor.unorderedList.description': 'Create an unordered list',
|
|
1433
1445
|
'fabric.editor.unpublishedSyncBlockPastedDescription':
|
|
1434
1446
|
'When the page is published, the content will be displayed.',
|
|
1447
|
+
'fabric.editor.unpublishedSyncBlockPastedDescription.jiraWorkItem':
|
|
1448
|
+
"When the item's description is saved, the content will be displayed.",
|
|
1435
1449
|
'fabric.editor.unpublishedSyncBlockPastedTitle': 'Pasted from unpublished page',
|
|
1450
|
+
'fabric.editor.unpublishedSyncBlockPastedTitle.jiraWorkItem': 'Pasted from unsaved item',
|
|
1436
1451
|
'fabric.editor.unsupportedBlockContent':
|
|
1437
1452
|
'This editor does not support displaying this content',
|
|
1438
1453
|
'fabric.editor.unsupportedContentTooltip':
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/afm-i18n-platform-editor-editor-common",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.125.0",
|
|
4
4
|
"description": "NPM i18n package for AFM platform-editor-editor-common published by Traduki",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://packages.atlassian.com/api/npm/npm-public/"
|