@atlaskit/afm-i18n-platform-editor-editor-common 2.244.0 → 2.245.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 +17 -1
- package/dist/cjs/i18n/en_GB.js +17 -1
- package/dist/cjs/i18n/en_ZZ.js +17 -1
- package/dist/esm/i18n/en.d.ts +16 -0
- package/dist/esm/i18n/en.js +17 -1
- package/dist/esm/i18n/en_GB.d.ts +16 -0
- package/dist/esm/i18n/en_GB.js +17 -1
- package/dist/esm/i18n/en_ZZ.d.ts +16 -0
- package/dist/esm/i18n/en_ZZ.js +17 -1
- package/dist/types/i18n/en.d.ts +16 -0
- package/dist/types/i18n/en_GB.d.ts +16 -0
- package/dist/types/i18n/en_ZZ.d.ts +16 -0
- package/i18n/en.ts +18 -1
- package/i18n/en_GB.ts +18 -1
- package/i18n/en_ZZ.ts +21 -1
- package/package.json +1 -1
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -13,8 +13,12 @@ exports.default = {
|
|
|
13
13
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Done editing',
|
|
14
14
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Make edits',
|
|
15
15
|
'editor-common-extensibility.macro.button.configure': 'Configure {macroName}',
|
|
16
|
+
'editor-common.messages.block-controls.collapseSection': 'Collapse section',
|
|
17
|
+
'editor-common.messages.block-controls.expandSection': 'Expand section',
|
|
16
18
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': 'Synced block',
|
|
17
19
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
20
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLoadError': 'Unable to load agents',
|
|
21
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsRetry': 'Retry',
|
|
18
22
|
'editor-common.messages.syncBlock.feedbackFlagDescription': 'We’d love your feedback. This quick survey should take less than a minute.',
|
|
19
23
|
'editor-common.messages.syncBlock.feedbackFlagGiveFeedback': 'Give feedback',
|
|
20
24
|
'editor-common.messages.syncBlock.feedbackFlagNoThanks': 'No thanks',
|
|
@@ -23,6 +27,7 @@ exports.default = {
|
|
|
23
27
|
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription': 'To reuse this content, publish this page and paste this synced block in another location.',
|
|
24
28
|
'editor-common.messages.syncBlock.syncedLocationDropdownActivationNoResults': 'To reuse content, copy and paste this block to sync to other locations',
|
|
25
29
|
'editor-common.messages.syncBlock.syncedLocationDropdownNoReferencesTooltip.ai-non-final': 'Not yet synced to any other locations',
|
|
30
|
+
'editor-common.messages.syncBlock.unpublishedInParentheses': '(unpublished)',
|
|
26
31
|
'editor-common.messages.syncBlock.unpublishedLocalReferenceAvailabilityTooltip': '{sourceType, select, page {Publish the page to make the source synced block content available in other locations.} blog {Publish the blog to make the source synced block content available in other locations.} jiraWorkItem {Publish the work item to make the source synced block content available in other locations.} other {Publish to make the source synced block content available in other locations.}}',
|
|
27
32
|
'editor-common.messages.syncBlock.unpublishedSourceAvailabilityTooltip': '{sourceType, select, page {Publish the page to make the content available in other locations.} blog {Publish the blog to make the content available in other locations.} jiraWorkItem {Publish the work item to make the content available in other locations.} other {Publish to make the content available in other locations.}}',
|
|
28
33
|
'editor-common.messages.table.canNotMoveColumnLeftWithMergedCells': "You can't move a column left with merged cells",
|
|
@@ -38,6 +43,11 @@ exports.default = {
|
|
|
38
43
|
'editor-common.quick-insert.categoryRovo': 'Rovo',
|
|
39
44
|
'editor-common.quick-insert.categoryStructure': 'Structure',
|
|
40
45
|
'editor-common.quick-insert.categoryTextFormatting': 'Text formatting',
|
|
46
|
+
'editor-plugin-snippets.snippetsPlugin.blockTemplates': 'Block templates',
|
|
47
|
+
'editor-plugin-snippets.snippetsPlugin.browseTemplates': 'Browse all templates',
|
|
48
|
+
'editor-plugin-snippets.snippetsPlugin.newLozenge': 'New',
|
|
49
|
+
'editor-plugin-snippets.snippetsPlugin.templateGalleryDescription': 'Create, discover, & insert block templates',
|
|
50
|
+
'editor-plugin-snippets.snippetsPlugin.templateGalleryTitle': 'Block Template Gallery',
|
|
41
51
|
'editor.imageEditor.aspectRatio.circle': 'Circle',
|
|
42
52
|
'editor.imageEditor.aspectRatio.circleButton': 'Circle 1:1',
|
|
43
53
|
'editor.imageEditor.aspectRatio.custom': 'Custom',
|
|
@@ -389,10 +399,12 @@ exports.default = {
|
|
|
389
399
|
'fabric.editor.ai.smartlink.action.listTodos': 'List to-dos',
|
|
390
400
|
'fabric.editor.ai.smartlink.action.summarizeChanges': 'Summarize changes',
|
|
391
401
|
'fabric.editor.ai.suggestions.card.acceptButtonLabel.non-final': 'Accept',
|
|
402
|
+
'fabric.editor.ai.suggestions.card.authorsTooltipLabel.non-final': '{agentName} with {userName}',
|
|
392
403
|
'fabric.editor.ai.suggestions.card.badSuggestionLabel.non-final': 'Bad suggestion',
|
|
393
404
|
'fabric.editor.ai.suggestions.card.closeButtonLabel.non-final': 'Close',
|
|
394
405
|
'fabric.editor.ai.suggestions.card.collapseButtonLabel.non-final': 'Collapse',
|
|
395
406
|
'fabric.editor.ai.suggestions.card.compareWithOriginalOptionLabel.non-final': 'Compare with original',
|
|
407
|
+
'fabric.editor.ai.suggestions.card.detailsButtonLabel.non-final': 'Details',
|
|
396
408
|
'fabric.editor.ai.suggestions.card.discardButtonLabel.non-final': 'Discard',
|
|
397
409
|
'fabric.editor.ai.suggestions.card.disclaimerText.non-final': 'Uses AI. Verify results.',
|
|
398
410
|
'fabric.editor.ai.suggestions.card.dismissButtonLabel.non-final': 'Dismiss',
|
|
@@ -404,6 +416,8 @@ exports.default = {
|
|
|
404
416
|
'fabric.editor.ai.suggestions.card.privateLabel.non-final': 'Private',
|
|
405
417
|
'fabric.editor.ai.suggestions.card.privateTooltipLabelShort.non-final': 'Visible only to you',
|
|
406
418
|
'fabric.editor.ai.suggestions.card.regeneratingBannerLabel.non-final': 'Updating suggestion...',
|
|
419
|
+
'fabric.editor.ai.suggestions.card.restrictedLabel.non-final': 'Restricted',
|
|
420
|
+
'fabric.editor.ai.suggestions.card.restrictedTooltip.non-final': 'Only editors with access to the source can see this suggestion',
|
|
407
421
|
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': 'Rovo',
|
|
408
422
|
'fabric.editor.ai.suggestions.card.scrollBackToSuggestionLabel.non-final': 'Back to suggestion',
|
|
409
423
|
'fabric.editor.ai.suggestions.card.showDeletedDiffsLabel.non-final': 'Show comparison',
|
|
@@ -419,7 +433,7 @@ exports.default = {
|
|
|
419
433
|
'fabric.editor.ai.suggestions.followUpCard.title.non-final': 'Review the rest?',
|
|
420
434
|
'fabric.editor.ai.suggestions.iconButton.suggestionsCountLabel.non-final': '{count} suggestions',
|
|
421
435
|
'fabric.editor.ai.suggestions.labsLozengeLabel.non-final': 'Labs',
|
|
422
|
-
'fabric.editor.ai.suggestions.sourceLabel.non-final': '
|
|
436
|
+
'fabric.editor.ai.suggestions.sourceLabel.non-final': 'Teamwork Graph',
|
|
423
437
|
'fabric.editor.ai.suggestions.stagingArea.applyChangesButtonLabel.non-final': 'Apply changes',
|
|
424
438
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLabel.non-final': 'Fetch suggestions',
|
|
425
439
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLoadingLabel.non-final': 'Loading…',
|
|
@@ -526,10 +540,12 @@ exports.default = {
|
|
|
526
540
|
'fabric.editor.block.menu.move.down': 'Move down',
|
|
527
541
|
'fabric.editor.block.menu.move.up': 'Move up',
|
|
528
542
|
'fabric.editor.block.menu.new.lozenge': 'New',
|
|
543
|
+
'fabric.editor.block.menu.normal.text': 'Normal text',
|
|
529
544
|
'fabric.editor.block.menu.paragraph': 'Paragraph',
|
|
530
545
|
'fabric.editor.block.menu.structure': 'Structure',
|
|
531
546
|
'fabric.editor.block.menu.suggested': 'Suggested',
|
|
532
547
|
'fabric.editor.block.menu.sync.block': 'Sync block',
|
|
548
|
+
'fabric.editor.block.menu.text.formatting': 'Text formatting',
|
|
533
549
|
'fabric.editor.block.menu.turn.into': 'Turn into',
|
|
534
550
|
'fabric.editor.block.menu.wrap.icon': 'Wrap',
|
|
535
551
|
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -13,8 +13,12 @@ exports.default = {
|
|
|
13
13
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Done editing',
|
|
14
14
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Make edits',
|
|
15
15
|
'editor-common-extensibility.macro.button.configure': 'Configure {macroName}',
|
|
16
|
+
'editor-common.messages.block-controls.collapseSection': 'Collapse section',
|
|
17
|
+
'editor-common.messages.block-controls.expandSection': 'Expand section',
|
|
16
18
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': 'Synced block',
|
|
17
19
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
20
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLoadError': 'Unable to load agents',
|
|
21
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsRetry': 'Retry',
|
|
18
22
|
'editor-common.messages.syncBlock.feedbackFlagDescription': 'We’d love your feedback. This quick survey should take less than a minute.',
|
|
19
23
|
'editor-common.messages.syncBlock.feedbackFlagGiveFeedback': 'Give feedback',
|
|
20
24
|
'editor-common.messages.syncBlock.feedbackFlagNoThanks': 'No thanks',
|
|
@@ -23,6 +27,7 @@ exports.default = {
|
|
|
23
27
|
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription': 'To reuse this content, publish this page and paste this synced block in another location.',
|
|
24
28
|
'editor-common.messages.syncBlock.syncedLocationDropdownActivationNoResults': 'To reuse content, copy and paste this block to sync to other locations',
|
|
25
29
|
'editor-common.messages.syncBlock.syncedLocationDropdownNoReferencesTooltip.ai-non-final': 'Not yet synced to any other locations',
|
|
30
|
+
'editor-common.messages.syncBlock.unpublishedInParentheses': '(unpublished)',
|
|
26
31
|
'editor-common.messages.syncBlock.unpublishedLocalReferenceAvailabilityTooltip': '{sourceType, select, page {Publish the page to make the source synced block content available in other locations.} blog {Publish the blog to make the source synced block content available in other locations.} jiraWorkItem {Publish the work item to make the source synced block content available in other locations.} other {Publish to make the source synced block content available in other locations.}}',
|
|
27
32
|
'editor-common.messages.syncBlock.unpublishedSourceAvailabilityTooltip': '{sourceType, select, page {Publish the page to make the content available in other locations.} blog {Publish the blog to make the content available in other locations.} jiraWorkItem {Publish the work item to make the content available in other locations.} other {Publish to make the content available in other locations.}}',
|
|
28
33
|
'editor-common.messages.table.canNotMoveColumnLeftWithMergedCells': "You can't move a column left with merged cells",
|
|
@@ -38,6 +43,11 @@ exports.default = {
|
|
|
38
43
|
'editor-common.quick-insert.categoryRovo': 'Rovo',
|
|
39
44
|
'editor-common.quick-insert.categoryStructure': 'Structure',
|
|
40
45
|
'editor-common.quick-insert.categoryTextFormatting': 'Text formatting',
|
|
46
|
+
'editor-plugin-snippets.snippetsPlugin.blockTemplates': 'Block templates',
|
|
47
|
+
'editor-plugin-snippets.snippetsPlugin.browseTemplates': 'Browse all templates',
|
|
48
|
+
'editor-plugin-snippets.snippetsPlugin.newLozenge': 'New',
|
|
49
|
+
'editor-plugin-snippets.snippetsPlugin.templateGalleryDescription': 'Create, discover, & insert block templates',
|
|
50
|
+
'editor-plugin-snippets.snippetsPlugin.templateGalleryTitle': 'Block Template Gallery',
|
|
41
51
|
'editor.imageEditor.aspectRatio.circle': 'Circle',
|
|
42
52
|
'editor.imageEditor.aspectRatio.circleButton': 'Circle 1:1',
|
|
43
53
|
'editor.imageEditor.aspectRatio.custom': 'Custom',
|
|
@@ -389,10 +399,12 @@ exports.default = {
|
|
|
389
399
|
'fabric.editor.ai.smartlink.action.listTodos': 'List to-dos',
|
|
390
400
|
'fabric.editor.ai.smartlink.action.summarizeChanges': 'Summarise changes',
|
|
391
401
|
'fabric.editor.ai.suggestions.card.acceptButtonLabel.non-final': 'Accept',
|
|
402
|
+
'fabric.editor.ai.suggestions.card.authorsTooltipLabel.non-final': '{agentName} with {userName}',
|
|
392
403
|
'fabric.editor.ai.suggestions.card.badSuggestionLabel.non-final': 'Bad suggestion',
|
|
393
404
|
'fabric.editor.ai.suggestions.card.closeButtonLabel.non-final': 'Close',
|
|
394
405
|
'fabric.editor.ai.suggestions.card.collapseButtonLabel.non-final': 'Collapse',
|
|
395
406
|
'fabric.editor.ai.suggestions.card.compareWithOriginalOptionLabel.non-final': 'Compare with original',
|
|
407
|
+
'fabric.editor.ai.suggestions.card.detailsButtonLabel.non-final': 'Details',
|
|
396
408
|
'fabric.editor.ai.suggestions.card.discardButtonLabel.non-final': 'Discard',
|
|
397
409
|
'fabric.editor.ai.suggestions.card.disclaimerText.non-final': 'Uses AI. Verify results.',
|
|
398
410
|
'fabric.editor.ai.suggestions.card.dismissButtonLabel.non-final': 'Dismiss',
|
|
@@ -404,6 +416,8 @@ exports.default = {
|
|
|
404
416
|
'fabric.editor.ai.suggestions.card.privateLabel.non-final': 'Private',
|
|
405
417
|
'fabric.editor.ai.suggestions.card.privateTooltipLabelShort.non-final': 'Visible only to you',
|
|
406
418
|
'fabric.editor.ai.suggestions.card.regeneratingBannerLabel.non-final': 'Updating suggestion...',
|
|
419
|
+
'fabric.editor.ai.suggestions.card.restrictedLabel.non-final': 'Restricted',
|
|
420
|
+
'fabric.editor.ai.suggestions.card.restrictedTooltip.non-final': 'Only editors with access to the source can see this suggestion',
|
|
407
421
|
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': 'Rovo',
|
|
408
422
|
'fabric.editor.ai.suggestions.card.scrollBackToSuggestionLabel.non-final': 'Back to suggestion',
|
|
409
423
|
'fabric.editor.ai.suggestions.card.showDeletedDiffsLabel.non-final': 'Show comparison',
|
|
@@ -419,7 +433,7 @@ exports.default = {
|
|
|
419
433
|
'fabric.editor.ai.suggestions.followUpCard.title.non-final': 'Review the rest?',
|
|
420
434
|
'fabric.editor.ai.suggestions.iconButton.suggestionsCountLabel.non-final': '{count} suggestions',
|
|
421
435
|
'fabric.editor.ai.suggestions.labsLozengeLabel.non-final': 'Labs',
|
|
422
|
-
'fabric.editor.ai.suggestions.sourceLabel.non-final': '
|
|
436
|
+
'fabric.editor.ai.suggestions.sourceLabel.non-final': 'Teamwork Graph',
|
|
423
437
|
'fabric.editor.ai.suggestions.stagingArea.applyChangesButtonLabel.non-final': 'Apply changes',
|
|
424
438
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLabel.non-final': 'Fetch suggestions',
|
|
425
439
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLoadingLabel.non-final': 'Loading…',
|
|
@@ -526,10 +540,12 @@ exports.default = {
|
|
|
526
540
|
'fabric.editor.block.menu.move.down': 'Move down',
|
|
527
541
|
'fabric.editor.block.menu.move.up': 'Move up',
|
|
528
542
|
'fabric.editor.block.menu.new.lozenge': 'New',
|
|
543
|
+
'fabric.editor.block.menu.normal.text': 'Normal text',
|
|
529
544
|
'fabric.editor.block.menu.paragraph': 'Paragraph',
|
|
530
545
|
'fabric.editor.block.menu.structure': 'Structure',
|
|
531
546
|
'fabric.editor.block.menu.suggested': 'Suggested',
|
|
532
547
|
'fabric.editor.block.menu.sync.block': 'Sync block',
|
|
548
|
+
'fabric.editor.block.menu.text.formatting': 'Text formatting',
|
|
533
549
|
'fabric.editor.block.menu.turn.into': 'Turn into',
|
|
534
550
|
'fabric.editor.block.menu.wrap.icon': 'Wrap',
|
|
535
551
|
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -13,8 +13,12 @@ exports.default = {
|
|
|
13
13
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Done editing',
|
|
14
14
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Make edits',
|
|
15
15
|
'editor-common-extensibility.macro.button.configure': 'Configure {macroName}',
|
|
16
|
+
'editor-common.messages.block-controls.collapseSection': 'Collapse section',
|
|
17
|
+
'editor-common.messages.block-controls.expandSection': 'Expand section',
|
|
16
18
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': 'Synced block',
|
|
17
19
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
20
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLoadError': 'Unable to load agents',
|
|
21
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsRetry': 'Retry',
|
|
18
22
|
'editor-common.messages.syncBlock.feedbackFlagDescription': 'We’d love your feedback. This quick survey should take less than a minute.',
|
|
19
23
|
'editor-common.messages.syncBlock.feedbackFlagGiveFeedback': 'Give feedback',
|
|
20
24
|
'editor-common.messages.syncBlock.feedbackFlagNoThanks': 'No thanks',
|
|
@@ -23,6 +27,7 @@ exports.default = {
|
|
|
23
27
|
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription': 'To reuse this content, publish this page and paste this synced block in another location.',
|
|
24
28
|
'editor-common.messages.syncBlock.syncedLocationDropdownActivationNoResults': 'To reuse content, copy and paste this block to sync to other locations',
|
|
25
29
|
'editor-common.messages.syncBlock.syncedLocationDropdownNoReferencesTooltip.ai-non-final': 'Not yet synced to any other locations',
|
|
30
|
+
'editor-common.messages.syncBlock.unpublishedInParentheses': '(unpublished)',
|
|
26
31
|
'editor-common.messages.syncBlock.unpublishedLocalReferenceAvailabilityTooltip': '{sourceType, select, page {Publish the page to make the source synced block content available in other locations.} blog {Publish the blog to make the source synced block content available in other locations.} jiraWorkItem {Publish the work item to make the source synced block content available in other locations.} other {Publish to make the source synced block content available in other locations.}}',
|
|
27
32
|
'editor-common.messages.syncBlock.unpublishedSourceAvailabilityTooltip': '{sourceType, select, page {Publish the page to make the content available in other locations.} blog {Publish the blog to make the content available in other locations.} jiraWorkItem {Publish the work item to make the content available in other locations.} other {Publish to make the content available in other locations.}}',
|
|
28
33
|
'editor-common.messages.table.canNotMoveColumnLeftWithMergedCells': "You can't move a column left with merged cells",
|
|
@@ -38,6 +43,11 @@ exports.default = {
|
|
|
38
43
|
'editor-common.quick-insert.categoryRovo': 'Rovo',
|
|
39
44
|
'editor-common.quick-insert.categoryStructure': 'Structure',
|
|
40
45
|
'editor-common.quick-insert.categoryTextFormatting': 'Text formatting',
|
|
46
|
+
'editor-plugin-snippets.snippetsPlugin.blockTemplates': 'Block templates',
|
|
47
|
+
'editor-plugin-snippets.snippetsPlugin.browseTemplates': 'Browse all templates',
|
|
48
|
+
'editor-plugin-snippets.snippetsPlugin.newLozenge': 'New',
|
|
49
|
+
'editor-plugin-snippets.snippetsPlugin.templateGalleryDescription': 'Create, discover, & insert block templates',
|
|
50
|
+
'editor-plugin-snippets.snippetsPlugin.templateGalleryTitle': 'Block Template Gallery',
|
|
41
51
|
'editor.imageEditor.aspectRatio.circle': 'Circle',
|
|
42
52
|
'editor.imageEditor.aspectRatio.circleButton': 'Circle 1:1',
|
|
43
53
|
'editor.imageEditor.aspectRatio.custom': 'Custom',
|
|
@@ -389,10 +399,12 @@ exports.default = {
|
|
|
389
399
|
'fabric.editor.ai.smartlink.action.listTodos': 'List to-dos',
|
|
390
400
|
'fabric.editor.ai.smartlink.action.summarizeChanges': 'Summarize changes',
|
|
391
401
|
'fabric.editor.ai.suggestions.card.acceptButtonLabel.non-final': 'Accept',
|
|
402
|
+
'fabric.editor.ai.suggestions.card.authorsTooltipLabel.non-final': '{agentName} with {userName}',
|
|
392
403
|
'fabric.editor.ai.suggestions.card.badSuggestionLabel.non-final': 'Bad suggestion',
|
|
393
404
|
'fabric.editor.ai.suggestions.card.closeButtonLabel.non-final': 'Close',
|
|
394
405
|
'fabric.editor.ai.suggestions.card.collapseButtonLabel.non-final': 'Collapse',
|
|
395
406
|
'fabric.editor.ai.suggestions.card.compareWithOriginalOptionLabel.non-final': 'Compare with original',
|
|
407
|
+
'fabric.editor.ai.suggestions.card.detailsButtonLabel.non-final': 'Details',
|
|
396
408
|
'fabric.editor.ai.suggestions.card.discardButtonLabel.non-final': 'Discard',
|
|
397
409
|
'fabric.editor.ai.suggestions.card.disclaimerText.non-final': 'Uses AI. Verify results.',
|
|
398
410
|
'fabric.editor.ai.suggestions.card.dismissButtonLabel.non-final': 'Dismiss',
|
|
@@ -404,6 +416,8 @@ exports.default = {
|
|
|
404
416
|
'fabric.editor.ai.suggestions.card.privateLabel.non-final': 'Private',
|
|
405
417
|
'fabric.editor.ai.suggestions.card.privateTooltipLabelShort.non-final': 'Visible only to you',
|
|
406
418
|
'fabric.editor.ai.suggestions.card.regeneratingBannerLabel.non-final': 'Updating suggestion...',
|
|
419
|
+
'fabric.editor.ai.suggestions.card.restrictedLabel.non-final': 'Restricted',
|
|
420
|
+
'fabric.editor.ai.suggestions.card.restrictedTooltip.non-final': 'Only editors with access to the source can see this suggestion',
|
|
407
421
|
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': 'Rovo',
|
|
408
422
|
'fabric.editor.ai.suggestions.card.scrollBackToSuggestionLabel.non-final': 'Back to suggestion',
|
|
409
423
|
'fabric.editor.ai.suggestions.card.showDeletedDiffsLabel.non-final': 'Show comparison',
|
|
@@ -419,7 +433,7 @@ exports.default = {
|
|
|
419
433
|
'fabric.editor.ai.suggestions.followUpCard.title.non-final': 'Review the rest?',
|
|
420
434
|
'fabric.editor.ai.suggestions.iconButton.suggestionsCountLabel.non-final': '{count} suggestions',
|
|
421
435
|
'fabric.editor.ai.suggestions.labsLozengeLabel.non-final': 'Labs',
|
|
422
|
-
'fabric.editor.ai.suggestions.sourceLabel.non-final': '
|
|
436
|
+
'fabric.editor.ai.suggestions.sourceLabel.non-final': 'Teamwork Graph',
|
|
423
437
|
'fabric.editor.ai.suggestions.stagingArea.applyChangesButtonLabel.non-final': 'Apply changes',
|
|
424
438
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLabel.non-final': 'Fetch suggestions',
|
|
425
439
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLoadingLabel.non-final': 'Loading…',
|
|
@@ -526,10 +540,12 @@ exports.default = {
|
|
|
526
540
|
'fabric.editor.block.menu.move.down': 'Move down',
|
|
527
541
|
'fabric.editor.block.menu.move.up': 'Move up',
|
|
528
542
|
'fabric.editor.block.menu.new.lozenge': 'New',
|
|
543
|
+
'fabric.editor.block.menu.normal.text': 'Normal text',
|
|
529
544
|
'fabric.editor.block.menu.paragraph': 'Paragraph',
|
|
530
545
|
'fabric.editor.block.menu.structure': 'Structure',
|
|
531
546
|
'fabric.editor.block.menu.suggested': 'Suggested',
|
|
532
547
|
'fabric.editor.block.menu.sync.block': 'Sync block',
|
|
548
|
+
'fabric.editor.block.menu.text.formatting': 'Text formatting',
|
|
533
549
|
'fabric.editor.block.menu.turn.into': 'Turn into',
|
|
534
550
|
'fabric.editor.block.menu.wrap.icon': 'Wrap',
|
|
535
551
|
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
package/dist/esm/i18n/en.d.ts
CHANGED
|
@@ -9,8 +9,12 @@ declare const _default: {
|
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
11
11
|
'editor-common-extensibility.macro.button.configure': string;
|
|
12
|
+
'editor-common.messages.block-controls.collapseSection': string;
|
|
13
|
+
'editor-common.messages.block-controls.expandSection': string;
|
|
12
14
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': string;
|
|
13
15
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': string;
|
|
16
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLoadError': string;
|
|
17
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsRetry': string;
|
|
14
18
|
'editor-common.messages.syncBlock.feedbackFlagDescription': string;
|
|
15
19
|
'editor-common.messages.syncBlock.feedbackFlagGiveFeedback': string;
|
|
16
20
|
'editor-common.messages.syncBlock.feedbackFlagNoThanks': string;
|
|
@@ -19,6 +23,7 @@ declare const _default: {
|
|
|
19
23
|
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription': string;
|
|
20
24
|
'editor-common.messages.syncBlock.syncedLocationDropdownActivationNoResults': string;
|
|
21
25
|
'editor-common.messages.syncBlock.syncedLocationDropdownNoReferencesTooltip.ai-non-final': string;
|
|
26
|
+
'editor-common.messages.syncBlock.unpublishedInParentheses': string;
|
|
22
27
|
'editor-common.messages.syncBlock.unpublishedLocalReferenceAvailabilityTooltip': string;
|
|
23
28
|
'editor-common.messages.syncBlock.unpublishedSourceAvailabilityTooltip': string;
|
|
24
29
|
'editor-common.messages.table.canNotMoveColumnLeftWithMergedCells': string;
|
|
@@ -34,6 +39,11 @@ declare const _default: {
|
|
|
34
39
|
'editor-common.quick-insert.categoryRovo': string;
|
|
35
40
|
'editor-common.quick-insert.categoryStructure': string;
|
|
36
41
|
'editor-common.quick-insert.categoryTextFormatting': string;
|
|
42
|
+
'editor-plugin-snippets.snippetsPlugin.blockTemplates': string;
|
|
43
|
+
'editor-plugin-snippets.snippetsPlugin.browseTemplates': string;
|
|
44
|
+
'editor-plugin-snippets.snippetsPlugin.newLozenge': string;
|
|
45
|
+
'editor-plugin-snippets.snippetsPlugin.templateGalleryDescription': string;
|
|
46
|
+
'editor-plugin-snippets.snippetsPlugin.templateGalleryTitle': string;
|
|
37
47
|
'editor.imageEditor.aspectRatio.circle': string;
|
|
38
48
|
'editor.imageEditor.aspectRatio.circleButton': string;
|
|
39
49
|
'editor.imageEditor.aspectRatio.custom': string;
|
|
@@ -385,10 +395,12 @@ declare const _default: {
|
|
|
385
395
|
'fabric.editor.ai.smartlink.action.listTodos': string;
|
|
386
396
|
'fabric.editor.ai.smartlink.action.summarizeChanges': string;
|
|
387
397
|
'fabric.editor.ai.suggestions.card.acceptButtonLabel.non-final': string;
|
|
398
|
+
'fabric.editor.ai.suggestions.card.authorsTooltipLabel.non-final': string;
|
|
388
399
|
'fabric.editor.ai.suggestions.card.badSuggestionLabel.non-final': string;
|
|
389
400
|
'fabric.editor.ai.suggestions.card.closeButtonLabel.non-final': string;
|
|
390
401
|
'fabric.editor.ai.suggestions.card.collapseButtonLabel.non-final': string;
|
|
391
402
|
'fabric.editor.ai.suggestions.card.compareWithOriginalOptionLabel.non-final': string;
|
|
403
|
+
'fabric.editor.ai.suggestions.card.detailsButtonLabel.non-final': string;
|
|
392
404
|
'fabric.editor.ai.suggestions.card.discardButtonLabel.non-final': string;
|
|
393
405
|
'fabric.editor.ai.suggestions.card.disclaimerText.non-final': string;
|
|
394
406
|
'fabric.editor.ai.suggestions.card.dismissButtonLabel.non-final': string;
|
|
@@ -400,6 +412,8 @@ declare const _default: {
|
|
|
400
412
|
'fabric.editor.ai.suggestions.card.privateLabel.non-final': string;
|
|
401
413
|
'fabric.editor.ai.suggestions.card.privateTooltipLabelShort.non-final': string;
|
|
402
414
|
'fabric.editor.ai.suggestions.card.regeneratingBannerLabel.non-final': string;
|
|
415
|
+
'fabric.editor.ai.suggestions.card.restrictedLabel.non-final': string;
|
|
416
|
+
'fabric.editor.ai.suggestions.card.restrictedTooltip.non-final': string;
|
|
403
417
|
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': string;
|
|
404
418
|
'fabric.editor.ai.suggestions.card.scrollBackToSuggestionLabel.non-final': string;
|
|
405
419
|
'fabric.editor.ai.suggestions.card.showDeletedDiffsLabel.non-final': string;
|
|
@@ -522,10 +536,12 @@ declare const _default: {
|
|
|
522
536
|
'fabric.editor.block.menu.move.down': string;
|
|
523
537
|
'fabric.editor.block.menu.move.up': string;
|
|
524
538
|
'fabric.editor.block.menu.new.lozenge': string;
|
|
539
|
+
'fabric.editor.block.menu.normal.text': string;
|
|
525
540
|
'fabric.editor.block.menu.paragraph': string;
|
|
526
541
|
'fabric.editor.block.menu.structure': string;
|
|
527
542
|
'fabric.editor.block.menu.suggested': string;
|
|
528
543
|
'fabric.editor.block.menu.sync.block': string;
|
|
544
|
+
'fabric.editor.block.menu.text.formatting': string;
|
|
529
545
|
'fabric.editor.block.menu.turn.into': string;
|
|
530
546
|
'fabric.editor.block.menu.wrap.icon': string;
|
|
531
547
|
'fabric.editor.blockCardUnavailable': string;
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -11,8 +11,12 @@ export default {
|
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Done editing',
|
|
12
12
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Make edits',
|
|
13
13
|
'editor-common-extensibility.macro.button.configure': 'Configure {macroName}',
|
|
14
|
+
'editor-common.messages.block-controls.collapseSection': 'Collapse section',
|
|
15
|
+
'editor-common.messages.block-controls.expandSection': 'Expand section',
|
|
14
16
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': 'Synced block',
|
|
15
17
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
18
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLoadError': 'Unable to load agents',
|
|
19
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsRetry': 'Retry',
|
|
16
20
|
'editor-common.messages.syncBlock.feedbackFlagDescription': 'We’d love your feedback. This quick survey should take less than a minute.',
|
|
17
21
|
'editor-common.messages.syncBlock.feedbackFlagGiveFeedback': 'Give feedback',
|
|
18
22
|
'editor-common.messages.syncBlock.feedbackFlagNoThanks': 'No thanks',
|
|
@@ -21,6 +25,7 @@ export default {
|
|
|
21
25
|
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription': 'To reuse this content, publish this page and paste this synced block in another location.',
|
|
22
26
|
'editor-common.messages.syncBlock.syncedLocationDropdownActivationNoResults': 'To reuse content, copy and paste this block to sync to other locations',
|
|
23
27
|
'editor-common.messages.syncBlock.syncedLocationDropdownNoReferencesTooltip.ai-non-final': 'Not yet synced to any other locations',
|
|
28
|
+
'editor-common.messages.syncBlock.unpublishedInParentheses': '(unpublished)',
|
|
24
29
|
'editor-common.messages.syncBlock.unpublishedLocalReferenceAvailabilityTooltip': '{sourceType, select, page {Publish the page to make the source synced block content available in other locations.} blog {Publish the blog to make the source synced block content available in other locations.} jiraWorkItem {Publish the work item to make the source synced block content available in other locations.} other {Publish to make the source synced block content available in other locations.}}',
|
|
25
30
|
'editor-common.messages.syncBlock.unpublishedSourceAvailabilityTooltip': '{sourceType, select, page {Publish the page to make the content available in other locations.} blog {Publish the blog to make the content available in other locations.} jiraWorkItem {Publish the work item to make the content available in other locations.} other {Publish to make the content available in other locations.}}',
|
|
26
31
|
'editor-common.messages.table.canNotMoveColumnLeftWithMergedCells': "You can't move a column left with merged cells",
|
|
@@ -36,6 +41,11 @@ export default {
|
|
|
36
41
|
'editor-common.quick-insert.categoryRovo': 'Rovo',
|
|
37
42
|
'editor-common.quick-insert.categoryStructure': 'Structure',
|
|
38
43
|
'editor-common.quick-insert.categoryTextFormatting': 'Text formatting',
|
|
44
|
+
'editor-plugin-snippets.snippetsPlugin.blockTemplates': 'Block templates',
|
|
45
|
+
'editor-plugin-snippets.snippetsPlugin.browseTemplates': 'Browse all templates',
|
|
46
|
+
'editor-plugin-snippets.snippetsPlugin.newLozenge': 'New',
|
|
47
|
+
'editor-plugin-snippets.snippetsPlugin.templateGalleryDescription': 'Create, discover, & insert block templates',
|
|
48
|
+
'editor-plugin-snippets.snippetsPlugin.templateGalleryTitle': 'Block Template Gallery',
|
|
39
49
|
'editor.imageEditor.aspectRatio.circle': 'Circle',
|
|
40
50
|
'editor.imageEditor.aspectRatio.circleButton': 'Circle 1:1',
|
|
41
51
|
'editor.imageEditor.aspectRatio.custom': 'Custom',
|
|
@@ -387,10 +397,12 @@ export default {
|
|
|
387
397
|
'fabric.editor.ai.smartlink.action.listTodos': 'List to-dos',
|
|
388
398
|
'fabric.editor.ai.smartlink.action.summarizeChanges': 'Summarize changes',
|
|
389
399
|
'fabric.editor.ai.suggestions.card.acceptButtonLabel.non-final': 'Accept',
|
|
400
|
+
'fabric.editor.ai.suggestions.card.authorsTooltipLabel.non-final': '{agentName} with {userName}',
|
|
390
401
|
'fabric.editor.ai.suggestions.card.badSuggestionLabel.non-final': 'Bad suggestion',
|
|
391
402
|
'fabric.editor.ai.suggestions.card.closeButtonLabel.non-final': 'Close',
|
|
392
403
|
'fabric.editor.ai.suggestions.card.collapseButtonLabel.non-final': 'Collapse',
|
|
393
404
|
'fabric.editor.ai.suggestions.card.compareWithOriginalOptionLabel.non-final': 'Compare with original',
|
|
405
|
+
'fabric.editor.ai.suggestions.card.detailsButtonLabel.non-final': 'Details',
|
|
394
406
|
'fabric.editor.ai.suggestions.card.discardButtonLabel.non-final': 'Discard',
|
|
395
407
|
'fabric.editor.ai.suggestions.card.disclaimerText.non-final': 'Uses AI. Verify results.',
|
|
396
408
|
'fabric.editor.ai.suggestions.card.dismissButtonLabel.non-final': 'Dismiss',
|
|
@@ -402,6 +414,8 @@ export default {
|
|
|
402
414
|
'fabric.editor.ai.suggestions.card.privateLabel.non-final': 'Private',
|
|
403
415
|
'fabric.editor.ai.suggestions.card.privateTooltipLabelShort.non-final': 'Visible only to you',
|
|
404
416
|
'fabric.editor.ai.suggestions.card.regeneratingBannerLabel.non-final': 'Updating suggestion...',
|
|
417
|
+
'fabric.editor.ai.suggestions.card.restrictedLabel.non-final': 'Restricted',
|
|
418
|
+
'fabric.editor.ai.suggestions.card.restrictedTooltip.non-final': 'Only editors with access to the source can see this suggestion',
|
|
405
419
|
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': 'Rovo',
|
|
406
420
|
'fabric.editor.ai.suggestions.card.scrollBackToSuggestionLabel.non-final': 'Back to suggestion',
|
|
407
421
|
'fabric.editor.ai.suggestions.card.showDeletedDiffsLabel.non-final': 'Show comparison',
|
|
@@ -417,7 +431,7 @@ export default {
|
|
|
417
431
|
'fabric.editor.ai.suggestions.followUpCard.title.non-final': 'Review the rest?',
|
|
418
432
|
'fabric.editor.ai.suggestions.iconButton.suggestionsCountLabel.non-final': '{count} suggestions',
|
|
419
433
|
'fabric.editor.ai.suggestions.labsLozengeLabel.non-final': 'Labs',
|
|
420
|
-
'fabric.editor.ai.suggestions.sourceLabel.non-final': '
|
|
434
|
+
'fabric.editor.ai.suggestions.sourceLabel.non-final': 'Teamwork Graph',
|
|
421
435
|
'fabric.editor.ai.suggestions.stagingArea.applyChangesButtonLabel.non-final': 'Apply changes',
|
|
422
436
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLabel.non-final': 'Fetch suggestions',
|
|
423
437
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLoadingLabel.non-final': 'Loading…',
|
|
@@ -524,10 +538,12 @@ export default {
|
|
|
524
538
|
'fabric.editor.block.menu.move.down': 'Move down',
|
|
525
539
|
'fabric.editor.block.menu.move.up': 'Move up',
|
|
526
540
|
'fabric.editor.block.menu.new.lozenge': 'New',
|
|
541
|
+
'fabric.editor.block.menu.normal.text': 'Normal text',
|
|
527
542
|
'fabric.editor.block.menu.paragraph': 'Paragraph',
|
|
528
543
|
'fabric.editor.block.menu.structure': 'Structure',
|
|
529
544
|
'fabric.editor.block.menu.suggested': 'Suggested',
|
|
530
545
|
'fabric.editor.block.menu.sync.block': 'Sync block',
|
|
546
|
+
'fabric.editor.block.menu.text.formatting': 'Text formatting',
|
|
531
547
|
'fabric.editor.block.menu.turn.into': 'Turn into',
|
|
532
548
|
'fabric.editor.block.menu.wrap.icon': 'Wrap',
|
|
533
549
|
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
package/dist/esm/i18n/en_GB.d.ts
CHANGED
|
@@ -9,8 +9,12 @@ declare const _default: {
|
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
11
11
|
'editor-common-extensibility.macro.button.configure': string;
|
|
12
|
+
'editor-common.messages.block-controls.collapseSection': string;
|
|
13
|
+
'editor-common.messages.block-controls.expandSection': string;
|
|
12
14
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': string;
|
|
13
15
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': string;
|
|
16
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLoadError': string;
|
|
17
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsRetry': string;
|
|
14
18
|
'editor-common.messages.syncBlock.feedbackFlagDescription': string;
|
|
15
19
|
'editor-common.messages.syncBlock.feedbackFlagGiveFeedback': string;
|
|
16
20
|
'editor-common.messages.syncBlock.feedbackFlagNoThanks': string;
|
|
@@ -19,6 +23,7 @@ declare const _default: {
|
|
|
19
23
|
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription': string;
|
|
20
24
|
'editor-common.messages.syncBlock.syncedLocationDropdownActivationNoResults': string;
|
|
21
25
|
'editor-common.messages.syncBlock.syncedLocationDropdownNoReferencesTooltip.ai-non-final': string;
|
|
26
|
+
'editor-common.messages.syncBlock.unpublishedInParentheses': string;
|
|
22
27
|
'editor-common.messages.syncBlock.unpublishedLocalReferenceAvailabilityTooltip': string;
|
|
23
28
|
'editor-common.messages.syncBlock.unpublishedSourceAvailabilityTooltip': string;
|
|
24
29
|
'editor-common.messages.table.canNotMoveColumnLeftWithMergedCells': string;
|
|
@@ -34,6 +39,11 @@ declare const _default: {
|
|
|
34
39
|
'editor-common.quick-insert.categoryRovo': string;
|
|
35
40
|
'editor-common.quick-insert.categoryStructure': string;
|
|
36
41
|
'editor-common.quick-insert.categoryTextFormatting': string;
|
|
42
|
+
'editor-plugin-snippets.snippetsPlugin.blockTemplates': string;
|
|
43
|
+
'editor-plugin-snippets.snippetsPlugin.browseTemplates': string;
|
|
44
|
+
'editor-plugin-snippets.snippetsPlugin.newLozenge': string;
|
|
45
|
+
'editor-plugin-snippets.snippetsPlugin.templateGalleryDescription': string;
|
|
46
|
+
'editor-plugin-snippets.snippetsPlugin.templateGalleryTitle': string;
|
|
37
47
|
'editor.imageEditor.aspectRatio.circle': string;
|
|
38
48
|
'editor.imageEditor.aspectRatio.circleButton': string;
|
|
39
49
|
'editor.imageEditor.aspectRatio.custom': string;
|
|
@@ -385,10 +395,12 @@ declare const _default: {
|
|
|
385
395
|
'fabric.editor.ai.smartlink.action.listTodos': string;
|
|
386
396
|
'fabric.editor.ai.smartlink.action.summarizeChanges': string;
|
|
387
397
|
'fabric.editor.ai.suggestions.card.acceptButtonLabel.non-final': string;
|
|
398
|
+
'fabric.editor.ai.suggestions.card.authorsTooltipLabel.non-final': string;
|
|
388
399
|
'fabric.editor.ai.suggestions.card.badSuggestionLabel.non-final': string;
|
|
389
400
|
'fabric.editor.ai.suggestions.card.closeButtonLabel.non-final': string;
|
|
390
401
|
'fabric.editor.ai.suggestions.card.collapseButtonLabel.non-final': string;
|
|
391
402
|
'fabric.editor.ai.suggestions.card.compareWithOriginalOptionLabel.non-final': string;
|
|
403
|
+
'fabric.editor.ai.suggestions.card.detailsButtonLabel.non-final': string;
|
|
392
404
|
'fabric.editor.ai.suggestions.card.discardButtonLabel.non-final': string;
|
|
393
405
|
'fabric.editor.ai.suggestions.card.disclaimerText.non-final': string;
|
|
394
406
|
'fabric.editor.ai.suggestions.card.dismissButtonLabel.non-final': string;
|
|
@@ -400,6 +412,8 @@ declare const _default: {
|
|
|
400
412
|
'fabric.editor.ai.suggestions.card.privateLabel.non-final': string;
|
|
401
413
|
'fabric.editor.ai.suggestions.card.privateTooltipLabelShort.non-final': string;
|
|
402
414
|
'fabric.editor.ai.suggestions.card.regeneratingBannerLabel.non-final': string;
|
|
415
|
+
'fabric.editor.ai.suggestions.card.restrictedLabel.non-final': string;
|
|
416
|
+
'fabric.editor.ai.suggestions.card.restrictedTooltip.non-final': string;
|
|
403
417
|
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': string;
|
|
404
418
|
'fabric.editor.ai.suggestions.card.scrollBackToSuggestionLabel.non-final': string;
|
|
405
419
|
'fabric.editor.ai.suggestions.card.showDeletedDiffsLabel.non-final': string;
|
|
@@ -522,10 +536,12 @@ declare const _default: {
|
|
|
522
536
|
'fabric.editor.block.menu.move.down': string;
|
|
523
537
|
'fabric.editor.block.menu.move.up': string;
|
|
524
538
|
'fabric.editor.block.menu.new.lozenge': string;
|
|
539
|
+
'fabric.editor.block.menu.normal.text': string;
|
|
525
540
|
'fabric.editor.block.menu.paragraph': string;
|
|
526
541
|
'fabric.editor.block.menu.structure': string;
|
|
527
542
|
'fabric.editor.block.menu.suggested': string;
|
|
528
543
|
'fabric.editor.block.menu.sync.block': string;
|
|
544
|
+
'fabric.editor.block.menu.text.formatting': string;
|
|
529
545
|
'fabric.editor.block.menu.turn.into': string;
|
|
530
546
|
'fabric.editor.block.menu.wrap.icon': string;
|
|
531
547
|
'fabric.editor.blockCardUnavailable': string;
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -11,8 +11,12 @@ export default {
|
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Done editing',
|
|
12
12
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Make edits',
|
|
13
13
|
'editor-common-extensibility.macro.button.configure': 'Configure {macroName}',
|
|
14
|
+
'editor-common.messages.block-controls.collapseSection': 'Collapse section',
|
|
15
|
+
'editor-common.messages.block-controls.expandSection': 'Expand section',
|
|
14
16
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': 'Synced block',
|
|
15
17
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
18
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLoadError': 'Unable to load agents',
|
|
19
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsRetry': 'Retry',
|
|
16
20
|
'editor-common.messages.syncBlock.feedbackFlagDescription': 'We’d love your feedback. This quick survey should take less than a minute.',
|
|
17
21
|
'editor-common.messages.syncBlock.feedbackFlagGiveFeedback': 'Give feedback',
|
|
18
22
|
'editor-common.messages.syncBlock.feedbackFlagNoThanks': 'No thanks',
|
|
@@ -21,6 +25,7 @@ export default {
|
|
|
21
25
|
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription': 'To reuse this content, publish this page and paste this synced block in another location.',
|
|
22
26
|
'editor-common.messages.syncBlock.syncedLocationDropdownActivationNoResults': 'To reuse content, copy and paste this block to sync to other locations',
|
|
23
27
|
'editor-common.messages.syncBlock.syncedLocationDropdownNoReferencesTooltip.ai-non-final': 'Not yet synced to any other locations',
|
|
28
|
+
'editor-common.messages.syncBlock.unpublishedInParentheses': '(unpublished)',
|
|
24
29
|
'editor-common.messages.syncBlock.unpublishedLocalReferenceAvailabilityTooltip': '{sourceType, select, page {Publish the page to make the source synced block content available in other locations.} blog {Publish the blog to make the source synced block content available in other locations.} jiraWorkItem {Publish the work item to make the source synced block content available in other locations.} other {Publish to make the source synced block content available in other locations.}}',
|
|
25
30
|
'editor-common.messages.syncBlock.unpublishedSourceAvailabilityTooltip': '{sourceType, select, page {Publish the page to make the content available in other locations.} blog {Publish the blog to make the content available in other locations.} jiraWorkItem {Publish the work item to make the content available in other locations.} other {Publish to make the content available in other locations.}}',
|
|
26
31
|
'editor-common.messages.table.canNotMoveColumnLeftWithMergedCells': "You can't move a column left with merged cells",
|
|
@@ -36,6 +41,11 @@ export default {
|
|
|
36
41
|
'editor-common.quick-insert.categoryRovo': 'Rovo',
|
|
37
42
|
'editor-common.quick-insert.categoryStructure': 'Structure',
|
|
38
43
|
'editor-common.quick-insert.categoryTextFormatting': 'Text formatting',
|
|
44
|
+
'editor-plugin-snippets.snippetsPlugin.blockTemplates': 'Block templates',
|
|
45
|
+
'editor-plugin-snippets.snippetsPlugin.browseTemplates': 'Browse all templates',
|
|
46
|
+
'editor-plugin-snippets.snippetsPlugin.newLozenge': 'New',
|
|
47
|
+
'editor-plugin-snippets.snippetsPlugin.templateGalleryDescription': 'Create, discover, & insert block templates',
|
|
48
|
+
'editor-plugin-snippets.snippetsPlugin.templateGalleryTitle': 'Block Template Gallery',
|
|
39
49
|
'editor.imageEditor.aspectRatio.circle': 'Circle',
|
|
40
50
|
'editor.imageEditor.aspectRatio.circleButton': 'Circle 1:1',
|
|
41
51
|
'editor.imageEditor.aspectRatio.custom': 'Custom',
|
|
@@ -387,10 +397,12 @@ export default {
|
|
|
387
397
|
'fabric.editor.ai.smartlink.action.listTodos': 'List to-dos',
|
|
388
398
|
'fabric.editor.ai.smartlink.action.summarizeChanges': 'Summarise changes',
|
|
389
399
|
'fabric.editor.ai.suggestions.card.acceptButtonLabel.non-final': 'Accept',
|
|
400
|
+
'fabric.editor.ai.suggestions.card.authorsTooltipLabel.non-final': '{agentName} with {userName}',
|
|
390
401
|
'fabric.editor.ai.suggestions.card.badSuggestionLabel.non-final': 'Bad suggestion',
|
|
391
402
|
'fabric.editor.ai.suggestions.card.closeButtonLabel.non-final': 'Close',
|
|
392
403
|
'fabric.editor.ai.suggestions.card.collapseButtonLabel.non-final': 'Collapse',
|
|
393
404
|
'fabric.editor.ai.suggestions.card.compareWithOriginalOptionLabel.non-final': 'Compare with original',
|
|
405
|
+
'fabric.editor.ai.suggestions.card.detailsButtonLabel.non-final': 'Details',
|
|
394
406
|
'fabric.editor.ai.suggestions.card.discardButtonLabel.non-final': 'Discard',
|
|
395
407
|
'fabric.editor.ai.suggestions.card.disclaimerText.non-final': 'Uses AI. Verify results.',
|
|
396
408
|
'fabric.editor.ai.suggestions.card.dismissButtonLabel.non-final': 'Dismiss',
|
|
@@ -402,6 +414,8 @@ export default {
|
|
|
402
414
|
'fabric.editor.ai.suggestions.card.privateLabel.non-final': 'Private',
|
|
403
415
|
'fabric.editor.ai.suggestions.card.privateTooltipLabelShort.non-final': 'Visible only to you',
|
|
404
416
|
'fabric.editor.ai.suggestions.card.regeneratingBannerLabel.non-final': 'Updating suggestion...',
|
|
417
|
+
'fabric.editor.ai.suggestions.card.restrictedLabel.non-final': 'Restricted',
|
|
418
|
+
'fabric.editor.ai.suggestions.card.restrictedTooltip.non-final': 'Only editors with access to the source can see this suggestion',
|
|
405
419
|
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': 'Rovo',
|
|
406
420
|
'fabric.editor.ai.suggestions.card.scrollBackToSuggestionLabel.non-final': 'Back to suggestion',
|
|
407
421
|
'fabric.editor.ai.suggestions.card.showDeletedDiffsLabel.non-final': 'Show comparison',
|
|
@@ -417,7 +431,7 @@ export default {
|
|
|
417
431
|
'fabric.editor.ai.suggestions.followUpCard.title.non-final': 'Review the rest?',
|
|
418
432
|
'fabric.editor.ai.suggestions.iconButton.suggestionsCountLabel.non-final': '{count} suggestions',
|
|
419
433
|
'fabric.editor.ai.suggestions.labsLozengeLabel.non-final': 'Labs',
|
|
420
|
-
'fabric.editor.ai.suggestions.sourceLabel.non-final': '
|
|
434
|
+
'fabric.editor.ai.suggestions.sourceLabel.non-final': 'Teamwork Graph',
|
|
421
435
|
'fabric.editor.ai.suggestions.stagingArea.applyChangesButtonLabel.non-final': 'Apply changes',
|
|
422
436
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLabel.non-final': 'Fetch suggestions',
|
|
423
437
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLoadingLabel.non-final': 'Loading…',
|
|
@@ -524,10 +538,12 @@ export default {
|
|
|
524
538
|
'fabric.editor.block.menu.move.down': 'Move down',
|
|
525
539
|
'fabric.editor.block.menu.move.up': 'Move up',
|
|
526
540
|
'fabric.editor.block.menu.new.lozenge': 'New',
|
|
541
|
+
'fabric.editor.block.menu.normal.text': 'Normal text',
|
|
527
542
|
'fabric.editor.block.menu.paragraph': 'Paragraph',
|
|
528
543
|
'fabric.editor.block.menu.structure': 'Structure',
|
|
529
544
|
'fabric.editor.block.menu.suggested': 'Suggested',
|
|
530
545
|
'fabric.editor.block.menu.sync.block': 'Sync block',
|
|
546
|
+
'fabric.editor.block.menu.text.formatting': 'Text formatting',
|
|
531
547
|
'fabric.editor.block.menu.turn.into': 'Turn into',
|
|
532
548
|
'fabric.editor.block.menu.wrap.icon': 'Wrap',
|
|
533
549
|
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
package/dist/esm/i18n/en_ZZ.d.ts
CHANGED
|
@@ -9,8 +9,12 @@ declare const _default: {
|
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
11
11
|
'editor-common-extensibility.macro.button.configure': string;
|
|
12
|
+
'editor-common.messages.block-controls.collapseSection': string;
|
|
13
|
+
'editor-common.messages.block-controls.expandSection': string;
|
|
12
14
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': string;
|
|
13
15
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': string;
|
|
16
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLoadError': string;
|
|
17
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsRetry': string;
|
|
14
18
|
'editor-common.messages.syncBlock.feedbackFlagDescription': string;
|
|
15
19
|
'editor-common.messages.syncBlock.feedbackFlagGiveFeedback': string;
|
|
16
20
|
'editor-common.messages.syncBlock.feedbackFlagNoThanks': string;
|
|
@@ -19,6 +23,7 @@ declare const _default: {
|
|
|
19
23
|
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription': string;
|
|
20
24
|
'editor-common.messages.syncBlock.syncedLocationDropdownActivationNoResults': string;
|
|
21
25
|
'editor-common.messages.syncBlock.syncedLocationDropdownNoReferencesTooltip.ai-non-final': string;
|
|
26
|
+
'editor-common.messages.syncBlock.unpublishedInParentheses': string;
|
|
22
27
|
'editor-common.messages.syncBlock.unpublishedLocalReferenceAvailabilityTooltip': string;
|
|
23
28
|
'editor-common.messages.syncBlock.unpublishedSourceAvailabilityTooltip': string;
|
|
24
29
|
'editor-common.messages.table.canNotMoveColumnLeftWithMergedCells': string;
|
|
@@ -34,6 +39,11 @@ declare const _default: {
|
|
|
34
39
|
'editor-common.quick-insert.categoryRovo': string;
|
|
35
40
|
'editor-common.quick-insert.categoryStructure': string;
|
|
36
41
|
'editor-common.quick-insert.categoryTextFormatting': string;
|
|
42
|
+
'editor-plugin-snippets.snippetsPlugin.blockTemplates': string;
|
|
43
|
+
'editor-plugin-snippets.snippetsPlugin.browseTemplates': string;
|
|
44
|
+
'editor-plugin-snippets.snippetsPlugin.newLozenge': string;
|
|
45
|
+
'editor-plugin-snippets.snippetsPlugin.templateGalleryDescription': string;
|
|
46
|
+
'editor-plugin-snippets.snippetsPlugin.templateGalleryTitle': string;
|
|
37
47
|
'editor.imageEditor.aspectRatio.circle': string;
|
|
38
48
|
'editor.imageEditor.aspectRatio.circleButton': string;
|
|
39
49
|
'editor.imageEditor.aspectRatio.custom': string;
|
|
@@ -385,10 +395,12 @@ declare const _default: {
|
|
|
385
395
|
'fabric.editor.ai.smartlink.action.listTodos': string;
|
|
386
396
|
'fabric.editor.ai.smartlink.action.summarizeChanges': string;
|
|
387
397
|
'fabric.editor.ai.suggestions.card.acceptButtonLabel.non-final': string;
|
|
398
|
+
'fabric.editor.ai.suggestions.card.authorsTooltipLabel.non-final': string;
|
|
388
399
|
'fabric.editor.ai.suggestions.card.badSuggestionLabel.non-final': string;
|
|
389
400
|
'fabric.editor.ai.suggestions.card.closeButtonLabel.non-final': string;
|
|
390
401
|
'fabric.editor.ai.suggestions.card.collapseButtonLabel.non-final': string;
|
|
391
402
|
'fabric.editor.ai.suggestions.card.compareWithOriginalOptionLabel.non-final': string;
|
|
403
|
+
'fabric.editor.ai.suggestions.card.detailsButtonLabel.non-final': string;
|
|
392
404
|
'fabric.editor.ai.suggestions.card.discardButtonLabel.non-final': string;
|
|
393
405
|
'fabric.editor.ai.suggestions.card.disclaimerText.non-final': string;
|
|
394
406
|
'fabric.editor.ai.suggestions.card.dismissButtonLabel.non-final': string;
|
|
@@ -400,6 +412,8 @@ declare const _default: {
|
|
|
400
412
|
'fabric.editor.ai.suggestions.card.privateLabel.non-final': string;
|
|
401
413
|
'fabric.editor.ai.suggestions.card.privateTooltipLabelShort.non-final': string;
|
|
402
414
|
'fabric.editor.ai.suggestions.card.regeneratingBannerLabel.non-final': string;
|
|
415
|
+
'fabric.editor.ai.suggestions.card.restrictedLabel.non-final': string;
|
|
416
|
+
'fabric.editor.ai.suggestions.card.restrictedTooltip.non-final': string;
|
|
403
417
|
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': string;
|
|
404
418
|
'fabric.editor.ai.suggestions.card.scrollBackToSuggestionLabel.non-final': string;
|
|
405
419
|
'fabric.editor.ai.suggestions.card.showDeletedDiffsLabel.non-final': string;
|
|
@@ -522,10 +536,12 @@ declare const _default: {
|
|
|
522
536
|
'fabric.editor.block.menu.move.down': string;
|
|
523
537
|
'fabric.editor.block.menu.move.up': string;
|
|
524
538
|
'fabric.editor.block.menu.new.lozenge': string;
|
|
539
|
+
'fabric.editor.block.menu.normal.text': string;
|
|
525
540
|
'fabric.editor.block.menu.paragraph': string;
|
|
526
541
|
'fabric.editor.block.menu.structure': string;
|
|
527
542
|
'fabric.editor.block.menu.suggested': string;
|
|
528
543
|
'fabric.editor.block.menu.sync.block': string;
|
|
544
|
+
'fabric.editor.block.menu.text.formatting': string;
|
|
529
545
|
'fabric.editor.block.menu.turn.into': string;
|
|
530
546
|
'fabric.editor.block.menu.wrap.icon': string;
|
|
531
547
|
'fabric.editor.blockCardUnavailable': string;
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -11,8 +11,12 @@ export default {
|
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Done editing',
|
|
12
12
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Make edits',
|
|
13
13
|
'editor-common-extensibility.macro.button.configure': 'Configure {macroName}',
|
|
14
|
+
'editor-common.messages.block-controls.collapseSection': 'Collapse section',
|
|
15
|
+
'editor-common.messages.block-controls.expandSection': 'Expand section',
|
|
14
16
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': 'Synced block',
|
|
15
17
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
18
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLoadError': 'Unable to load agents',
|
|
19
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsRetry': 'Retry',
|
|
16
20
|
'editor-common.messages.syncBlock.feedbackFlagDescription': 'We’d love your feedback. This quick survey should take less than a minute.',
|
|
17
21
|
'editor-common.messages.syncBlock.feedbackFlagGiveFeedback': 'Give feedback',
|
|
18
22
|
'editor-common.messages.syncBlock.feedbackFlagNoThanks': 'No thanks',
|
|
@@ -21,6 +25,7 @@ export default {
|
|
|
21
25
|
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription': 'To reuse this content, publish this page and paste this synced block in another location.',
|
|
22
26
|
'editor-common.messages.syncBlock.syncedLocationDropdownActivationNoResults': 'To reuse content, copy and paste this block to sync to other locations',
|
|
23
27
|
'editor-common.messages.syncBlock.syncedLocationDropdownNoReferencesTooltip.ai-non-final': 'Not yet synced to any other locations',
|
|
28
|
+
'editor-common.messages.syncBlock.unpublishedInParentheses': '(unpublished)',
|
|
24
29
|
'editor-common.messages.syncBlock.unpublishedLocalReferenceAvailabilityTooltip': '{sourceType, select, page {Publish the page to make the source synced block content available in other locations.} blog {Publish the blog to make the source synced block content available in other locations.} jiraWorkItem {Publish the work item to make the source synced block content available in other locations.} other {Publish to make the source synced block content available in other locations.}}',
|
|
25
30
|
'editor-common.messages.syncBlock.unpublishedSourceAvailabilityTooltip': '{sourceType, select, page {Publish the page to make the content available in other locations.} blog {Publish the blog to make the content available in other locations.} jiraWorkItem {Publish the work item to make the content available in other locations.} other {Publish to make the content available in other locations.}}',
|
|
26
31
|
'editor-common.messages.table.canNotMoveColumnLeftWithMergedCells': "You can't move a column left with merged cells",
|
|
@@ -36,6 +41,11 @@ export default {
|
|
|
36
41
|
'editor-common.quick-insert.categoryRovo': 'Rovo',
|
|
37
42
|
'editor-common.quick-insert.categoryStructure': 'Structure',
|
|
38
43
|
'editor-common.quick-insert.categoryTextFormatting': 'Text formatting',
|
|
44
|
+
'editor-plugin-snippets.snippetsPlugin.blockTemplates': 'Block templates',
|
|
45
|
+
'editor-plugin-snippets.snippetsPlugin.browseTemplates': 'Browse all templates',
|
|
46
|
+
'editor-plugin-snippets.snippetsPlugin.newLozenge': 'New',
|
|
47
|
+
'editor-plugin-snippets.snippetsPlugin.templateGalleryDescription': 'Create, discover, & insert block templates',
|
|
48
|
+
'editor-plugin-snippets.snippetsPlugin.templateGalleryTitle': 'Block Template Gallery',
|
|
39
49
|
'editor.imageEditor.aspectRatio.circle': 'Circle',
|
|
40
50
|
'editor.imageEditor.aspectRatio.circleButton': 'Circle 1:1',
|
|
41
51
|
'editor.imageEditor.aspectRatio.custom': 'Custom',
|
|
@@ -387,10 +397,12 @@ export default {
|
|
|
387
397
|
'fabric.editor.ai.smartlink.action.listTodos': 'List to-dos',
|
|
388
398
|
'fabric.editor.ai.smartlink.action.summarizeChanges': 'Summarize changes',
|
|
389
399
|
'fabric.editor.ai.suggestions.card.acceptButtonLabel.non-final': 'Accept',
|
|
400
|
+
'fabric.editor.ai.suggestions.card.authorsTooltipLabel.non-final': '{agentName} with {userName}',
|
|
390
401
|
'fabric.editor.ai.suggestions.card.badSuggestionLabel.non-final': 'Bad suggestion',
|
|
391
402
|
'fabric.editor.ai.suggestions.card.closeButtonLabel.non-final': 'Close',
|
|
392
403
|
'fabric.editor.ai.suggestions.card.collapseButtonLabel.non-final': 'Collapse',
|
|
393
404
|
'fabric.editor.ai.suggestions.card.compareWithOriginalOptionLabel.non-final': 'Compare with original',
|
|
405
|
+
'fabric.editor.ai.suggestions.card.detailsButtonLabel.non-final': 'Details',
|
|
394
406
|
'fabric.editor.ai.suggestions.card.discardButtonLabel.non-final': 'Discard',
|
|
395
407
|
'fabric.editor.ai.suggestions.card.disclaimerText.non-final': 'Uses AI. Verify results.',
|
|
396
408
|
'fabric.editor.ai.suggestions.card.dismissButtonLabel.non-final': 'Dismiss',
|
|
@@ -402,6 +414,8 @@ export default {
|
|
|
402
414
|
'fabric.editor.ai.suggestions.card.privateLabel.non-final': 'Private',
|
|
403
415
|
'fabric.editor.ai.suggestions.card.privateTooltipLabelShort.non-final': 'Visible only to you',
|
|
404
416
|
'fabric.editor.ai.suggestions.card.regeneratingBannerLabel.non-final': 'Updating suggestion...',
|
|
417
|
+
'fabric.editor.ai.suggestions.card.restrictedLabel.non-final': 'Restricted',
|
|
418
|
+
'fabric.editor.ai.suggestions.card.restrictedTooltip.non-final': 'Only editors with access to the source can see this suggestion',
|
|
405
419
|
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': 'Rovo',
|
|
406
420
|
'fabric.editor.ai.suggestions.card.scrollBackToSuggestionLabel.non-final': 'Back to suggestion',
|
|
407
421
|
'fabric.editor.ai.suggestions.card.showDeletedDiffsLabel.non-final': 'Show comparison',
|
|
@@ -417,7 +431,7 @@ export default {
|
|
|
417
431
|
'fabric.editor.ai.suggestions.followUpCard.title.non-final': 'Review the rest?',
|
|
418
432
|
'fabric.editor.ai.suggestions.iconButton.suggestionsCountLabel.non-final': '{count} suggestions',
|
|
419
433
|
'fabric.editor.ai.suggestions.labsLozengeLabel.non-final': 'Labs',
|
|
420
|
-
'fabric.editor.ai.suggestions.sourceLabel.non-final': '
|
|
434
|
+
'fabric.editor.ai.suggestions.sourceLabel.non-final': 'Teamwork Graph',
|
|
421
435
|
'fabric.editor.ai.suggestions.stagingArea.applyChangesButtonLabel.non-final': 'Apply changes',
|
|
422
436
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLabel.non-final': 'Fetch suggestions',
|
|
423
437
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLoadingLabel.non-final': 'Loading…',
|
|
@@ -524,10 +538,12 @@ export default {
|
|
|
524
538
|
'fabric.editor.block.menu.move.down': 'Move down',
|
|
525
539
|
'fabric.editor.block.menu.move.up': 'Move up',
|
|
526
540
|
'fabric.editor.block.menu.new.lozenge': 'New',
|
|
541
|
+
'fabric.editor.block.menu.normal.text': 'Normal text',
|
|
527
542
|
'fabric.editor.block.menu.paragraph': 'Paragraph',
|
|
528
543
|
'fabric.editor.block.menu.structure': 'Structure',
|
|
529
544
|
'fabric.editor.block.menu.suggested': 'Suggested',
|
|
530
545
|
'fabric.editor.block.menu.sync.block': 'Sync block',
|
|
546
|
+
'fabric.editor.block.menu.text.formatting': 'Text formatting',
|
|
531
547
|
'fabric.editor.block.menu.turn.into': 'Turn into',
|
|
532
548
|
'fabric.editor.block.menu.wrap.icon': 'Wrap',
|
|
533
549
|
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -9,8 +9,12 @@ declare const _default: {
|
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
11
11
|
'editor-common-extensibility.macro.button.configure': string;
|
|
12
|
+
'editor-common.messages.block-controls.collapseSection': string;
|
|
13
|
+
'editor-common.messages.block-controls.expandSection': string;
|
|
12
14
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': string;
|
|
13
15
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': string;
|
|
16
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLoadError': string;
|
|
17
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsRetry': string;
|
|
14
18
|
'editor-common.messages.syncBlock.feedbackFlagDescription': string;
|
|
15
19
|
'editor-common.messages.syncBlock.feedbackFlagGiveFeedback': string;
|
|
16
20
|
'editor-common.messages.syncBlock.feedbackFlagNoThanks': string;
|
|
@@ -19,6 +23,7 @@ declare const _default: {
|
|
|
19
23
|
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription': string;
|
|
20
24
|
'editor-common.messages.syncBlock.syncedLocationDropdownActivationNoResults': string;
|
|
21
25
|
'editor-common.messages.syncBlock.syncedLocationDropdownNoReferencesTooltip.ai-non-final': string;
|
|
26
|
+
'editor-common.messages.syncBlock.unpublishedInParentheses': string;
|
|
22
27
|
'editor-common.messages.syncBlock.unpublishedLocalReferenceAvailabilityTooltip': string;
|
|
23
28
|
'editor-common.messages.syncBlock.unpublishedSourceAvailabilityTooltip': string;
|
|
24
29
|
'editor-common.messages.table.canNotMoveColumnLeftWithMergedCells': string;
|
|
@@ -34,6 +39,11 @@ declare const _default: {
|
|
|
34
39
|
'editor-common.quick-insert.categoryRovo': string;
|
|
35
40
|
'editor-common.quick-insert.categoryStructure': string;
|
|
36
41
|
'editor-common.quick-insert.categoryTextFormatting': string;
|
|
42
|
+
'editor-plugin-snippets.snippetsPlugin.blockTemplates': string;
|
|
43
|
+
'editor-plugin-snippets.snippetsPlugin.browseTemplates': string;
|
|
44
|
+
'editor-plugin-snippets.snippetsPlugin.newLozenge': string;
|
|
45
|
+
'editor-plugin-snippets.snippetsPlugin.templateGalleryDescription': string;
|
|
46
|
+
'editor-plugin-snippets.snippetsPlugin.templateGalleryTitle': string;
|
|
37
47
|
'editor.imageEditor.aspectRatio.circle': string;
|
|
38
48
|
'editor.imageEditor.aspectRatio.circleButton': string;
|
|
39
49
|
'editor.imageEditor.aspectRatio.custom': string;
|
|
@@ -385,10 +395,12 @@ declare const _default: {
|
|
|
385
395
|
'fabric.editor.ai.smartlink.action.listTodos': string;
|
|
386
396
|
'fabric.editor.ai.smartlink.action.summarizeChanges': string;
|
|
387
397
|
'fabric.editor.ai.suggestions.card.acceptButtonLabel.non-final': string;
|
|
398
|
+
'fabric.editor.ai.suggestions.card.authorsTooltipLabel.non-final': string;
|
|
388
399
|
'fabric.editor.ai.suggestions.card.badSuggestionLabel.non-final': string;
|
|
389
400
|
'fabric.editor.ai.suggestions.card.closeButtonLabel.non-final': string;
|
|
390
401
|
'fabric.editor.ai.suggestions.card.collapseButtonLabel.non-final': string;
|
|
391
402
|
'fabric.editor.ai.suggestions.card.compareWithOriginalOptionLabel.non-final': string;
|
|
403
|
+
'fabric.editor.ai.suggestions.card.detailsButtonLabel.non-final': string;
|
|
392
404
|
'fabric.editor.ai.suggestions.card.discardButtonLabel.non-final': string;
|
|
393
405
|
'fabric.editor.ai.suggestions.card.disclaimerText.non-final': string;
|
|
394
406
|
'fabric.editor.ai.suggestions.card.dismissButtonLabel.non-final': string;
|
|
@@ -400,6 +412,8 @@ declare const _default: {
|
|
|
400
412
|
'fabric.editor.ai.suggestions.card.privateLabel.non-final': string;
|
|
401
413
|
'fabric.editor.ai.suggestions.card.privateTooltipLabelShort.non-final': string;
|
|
402
414
|
'fabric.editor.ai.suggestions.card.regeneratingBannerLabel.non-final': string;
|
|
415
|
+
'fabric.editor.ai.suggestions.card.restrictedLabel.non-final': string;
|
|
416
|
+
'fabric.editor.ai.suggestions.card.restrictedTooltip.non-final': string;
|
|
403
417
|
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': string;
|
|
404
418
|
'fabric.editor.ai.suggestions.card.scrollBackToSuggestionLabel.non-final': string;
|
|
405
419
|
'fabric.editor.ai.suggestions.card.showDeletedDiffsLabel.non-final': string;
|
|
@@ -522,10 +536,12 @@ declare const _default: {
|
|
|
522
536
|
'fabric.editor.block.menu.move.down': string;
|
|
523
537
|
'fabric.editor.block.menu.move.up': string;
|
|
524
538
|
'fabric.editor.block.menu.new.lozenge': string;
|
|
539
|
+
'fabric.editor.block.menu.normal.text': string;
|
|
525
540
|
'fabric.editor.block.menu.paragraph': string;
|
|
526
541
|
'fabric.editor.block.menu.structure': string;
|
|
527
542
|
'fabric.editor.block.menu.suggested': string;
|
|
528
543
|
'fabric.editor.block.menu.sync.block': string;
|
|
544
|
+
'fabric.editor.block.menu.text.formatting': string;
|
|
529
545
|
'fabric.editor.block.menu.turn.into': string;
|
|
530
546
|
'fabric.editor.block.menu.wrap.icon': string;
|
|
531
547
|
'fabric.editor.blockCardUnavailable': string;
|
|
@@ -9,8 +9,12 @@ declare const _default: {
|
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
11
11
|
'editor-common-extensibility.macro.button.configure': string;
|
|
12
|
+
'editor-common.messages.block-controls.collapseSection': string;
|
|
13
|
+
'editor-common.messages.block-controls.expandSection': string;
|
|
12
14
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': string;
|
|
13
15
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': string;
|
|
16
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLoadError': string;
|
|
17
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsRetry': string;
|
|
14
18
|
'editor-common.messages.syncBlock.feedbackFlagDescription': string;
|
|
15
19
|
'editor-common.messages.syncBlock.feedbackFlagGiveFeedback': string;
|
|
16
20
|
'editor-common.messages.syncBlock.feedbackFlagNoThanks': string;
|
|
@@ -19,6 +23,7 @@ declare const _default: {
|
|
|
19
23
|
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription': string;
|
|
20
24
|
'editor-common.messages.syncBlock.syncedLocationDropdownActivationNoResults': string;
|
|
21
25
|
'editor-common.messages.syncBlock.syncedLocationDropdownNoReferencesTooltip.ai-non-final': string;
|
|
26
|
+
'editor-common.messages.syncBlock.unpublishedInParentheses': string;
|
|
22
27
|
'editor-common.messages.syncBlock.unpublishedLocalReferenceAvailabilityTooltip': string;
|
|
23
28
|
'editor-common.messages.syncBlock.unpublishedSourceAvailabilityTooltip': string;
|
|
24
29
|
'editor-common.messages.table.canNotMoveColumnLeftWithMergedCells': string;
|
|
@@ -34,6 +39,11 @@ declare const _default: {
|
|
|
34
39
|
'editor-common.quick-insert.categoryRovo': string;
|
|
35
40
|
'editor-common.quick-insert.categoryStructure': string;
|
|
36
41
|
'editor-common.quick-insert.categoryTextFormatting': string;
|
|
42
|
+
'editor-plugin-snippets.snippetsPlugin.blockTemplates': string;
|
|
43
|
+
'editor-plugin-snippets.snippetsPlugin.browseTemplates': string;
|
|
44
|
+
'editor-plugin-snippets.snippetsPlugin.newLozenge': string;
|
|
45
|
+
'editor-plugin-snippets.snippetsPlugin.templateGalleryDescription': string;
|
|
46
|
+
'editor-plugin-snippets.snippetsPlugin.templateGalleryTitle': string;
|
|
37
47
|
'editor.imageEditor.aspectRatio.circle': string;
|
|
38
48
|
'editor.imageEditor.aspectRatio.circleButton': string;
|
|
39
49
|
'editor.imageEditor.aspectRatio.custom': string;
|
|
@@ -385,10 +395,12 @@ declare const _default: {
|
|
|
385
395
|
'fabric.editor.ai.smartlink.action.listTodos': string;
|
|
386
396
|
'fabric.editor.ai.smartlink.action.summarizeChanges': string;
|
|
387
397
|
'fabric.editor.ai.suggestions.card.acceptButtonLabel.non-final': string;
|
|
398
|
+
'fabric.editor.ai.suggestions.card.authorsTooltipLabel.non-final': string;
|
|
388
399
|
'fabric.editor.ai.suggestions.card.badSuggestionLabel.non-final': string;
|
|
389
400
|
'fabric.editor.ai.suggestions.card.closeButtonLabel.non-final': string;
|
|
390
401
|
'fabric.editor.ai.suggestions.card.collapseButtonLabel.non-final': string;
|
|
391
402
|
'fabric.editor.ai.suggestions.card.compareWithOriginalOptionLabel.non-final': string;
|
|
403
|
+
'fabric.editor.ai.suggestions.card.detailsButtonLabel.non-final': string;
|
|
392
404
|
'fabric.editor.ai.suggestions.card.discardButtonLabel.non-final': string;
|
|
393
405
|
'fabric.editor.ai.suggestions.card.disclaimerText.non-final': string;
|
|
394
406
|
'fabric.editor.ai.suggestions.card.dismissButtonLabel.non-final': string;
|
|
@@ -400,6 +412,8 @@ declare const _default: {
|
|
|
400
412
|
'fabric.editor.ai.suggestions.card.privateLabel.non-final': string;
|
|
401
413
|
'fabric.editor.ai.suggestions.card.privateTooltipLabelShort.non-final': string;
|
|
402
414
|
'fabric.editor.ai.suggestions.card.regeneratingBannerLabel.non-final': string;
|
|
415
|
+
'fabric.editor.ai.suggestions.card.restrictedLabel.non-final': string;
|
|
416
|
+
'fabric.editor.ai.suggestions.card.restrictedTooltip.non-final': string;
|
|
403
417
|
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': string;
|
|
404
418
|
'fabric.editor.ai.suggestions.card.scrollBackToSuggestionLabel.non-final': string;
|
|
405
419
|
'fabric.editor.ai.suggestions.card.showDeletedDiffsLabel.non-final': string;
|
|
@@ -522,10 +536,12 @@ declare const _default: {
|
|
|
522
536
|
'fabric.editor.block.menu.move.down': string;
|
|
523
537
|
'fabric.editor.block.menu.move.up': string;
|
|
524
538
|
'fabric.editor.block.menu.new.lozenge': string;
|
|
539
|
+
'fabric.editor.block.menu.normal.text': string;
|
|
525
540
|
'fabric.editor.block.menu.paragraph': string;
|
|
526
541
|
'fabric.editor.block.menu.structure': string;
|
|
527
542
|
'fabric.editor.block.menu.suggested': string;
|
|
528
543
|
'fabric.editor.block.menu.sync.block': string;
|
|
544
|
+
'fabric.editor.block.menu.text.formatting': string;
|
|
529
545
|
'fabric.editor.block.menu.turn.into': string;
|
|
530
546
|
'fabric.editor.block.menu.wrap.icon': string;
|
|
531
547
|
'fabric.editor.blockCardUnavailable': string;
|
|
@@ -9,8 +9,12 @@ declare const _default: {
|
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
11
11
|
'editor-common-extensibility.macro.button.configure': string;
|
|
12
|
+
'editor-common.messages.block-controls.collapseSection': string;
|
|
13
|
+
'editor-common.messages.block-controls.expandSection': string;
|
|
12
14
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': string;
|
|
13
15
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': string;
|
|
16
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLoadError': string;
|
|
17
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsRetry': string;
|
|
14
18
|
'editor-common.messages.syncBlock.feedbackFlagDescription': string;
|
|
15
19
|
'editor-common.messages.syncBlock.feedbackFlagGiveFeedback': string;
|
|
16
20
|
'editor-common.messages.syncBlock.feedbackFlagNoThanks': string;
|
|
@@ -19,6 +23,7 @@ declare const _default: {
|
|
|
19
23
|
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription': string;
|
|
20
24
|
'editor-common.messages.syncBlock.syncedLocationDropdownActivationNoResults': string;
|
|
21
25
|
'editor-common.messages.syncBlock.syncedLocationDropdownNoReferencesTooltip.ai-non-final': string;
|
|
26
|
+
'editor-common.messages.syncBlock.unpublishedInParentheses': string;
|
|
22
27
|
'editor-common.messages.syncBlock.unpublishedLocalReferenceAvailabilityTooltip': string;
|
|
23
28
|
'editor-common.messages.syncBlock.unpublishedSourceAvailabilityTooltip': string;
|
|
24
29
|
'editor-common.messages.table.canNotMoveColumnLeftWithMergedCells': string;
|
|
@@ -34,6 +39,11 @@ declare const _default: {
|
|
|
34
39
|
'editor-common.quick-insert.categoryRovo': string;
|
|
35
40
|
'editor-common.quick-insert.categoryStructure': string;
|
|
36
41
|
'editor-common.quick-insert.categoryTextFormatting': string;
|
|
42
|
+
'editor-plugin-snippets.snippetsPlugin.blockTemplates': string;
|
|
43
|
+
'editor-plugin-snippets.snippetsPlugin.browseTemplates': string;
|
|
44
|
+
'editor-plugin-snippets.snippetsPlugin.newLozenge': string;
|
|
45
|
+
'editor-plugin-snippets.snippetsPlugin.templateGalleryDescription': string;
|
|
46
|
+
'editor-plugin-snippets.snippetsPlugin.templateGalleryTitle': string;
|
|
37
47
|
'editor.imageEditor.aspectRatio.circle': string;
|
|
38
48
|
'editor.imageEditor.aspectRatio.circleButton': string;
|
|
39
49
|
'editor.imageEditor.aspectRatio.custom': string;
|
|
@@ -385,10 +395,12 @@ declare const _default: {
|
|
|
385
395
|
'fabric.editor.ai.smartlink.action.listTodos': string;
|
|
386
396
|
'fabric.editor.ai.smartlink.action.summarizeChanges': string;
|
|
387
397
|
'fabric.editor.ai.suggestions.card.acceptButtonLabel.non-final': string;
|
|
398
|
+
'fabric.editor.ai.suggestions.card.authorsTooltipLabel.non-final': string;
|
|
388
399
|
'fabric.editor.ai.suggestions.card.badSuggestionLabel.non-final': string;
|
|
389
400
|
'fabric.editor.ai.suggestions.card.closeButtonLabel.non-final': string;
|
|
390
401
|
'fabric.editor.ai.suggestions.card.collapseButtonLabel.non-final': string;
|
|
391
402
|
'fabric.editor.ai.suggestions.card.compareWithOriginalOptionLabel.non-final': string;
|
|
403
|
+
'fabric.editor.ai.suggestions.card.detailsButtonLabel.non-final': string;
|
|
392
404
|
'fabric.editor.ai.suggestions.card.discardButtonLabel.non-final': string;
|
|
393
405
|
'fabric.editor.ai.suggestions.card.disclaimerText.non-final': string;
|
|
394
406
|
'fabric.editor.ai.suggestions.card.dismissButtonLabel.non-final': string;
|
|
@@ -400,6 +412,8 @@ declare const _default: {
|
|
|
400
412
|
'fabric.editor.ai.suggestions.card.privateLabel.non-final': string;
|
|
401
413
|
'fabric.editor.ai.suggestions.card.privateTooltipLabelShort.non-final': string;
|
|
402
414
|
'fabric.editor.ai.suggestions.card.regeneratingBannerLabel.non-final': string;
|
|
415
|
+
'fabric.editor.ai.suggestions.card.restrictedLabel.non-final': string;
|
|
416
|
+
'fabric.editor.ai.suggestions.card.restrictedTooltip.non-final': string;
|
|
403
417
|
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': string;
|
|
404
418
|
'fabric.editor.ai.suggestions.card.scrollBackToSuggestionLabel.non-final': string;
|
|
405
419
|
'fabric.editor.ai.suggestions.card.showDeletedDiffsLabel.non-final': string;
|
|
@@ -522,10 +536,12 @@ declare const _default: {
|
|
|
522
536
|
'fabric.editor.block.menu.move.down': string;
|
|
523
537
|
'fabric.editor.block.menu.move.up': string;
|
|
524
538
|
'fabric.editor.block.menu.new.lozenge': string;
|
|
539
|
+
'fabric.editor.block.menu.normal.text': string;
|
|
525
540
|
'fabric.editor.block.menu.paragraph': string;
|
|
526
541
|
'fabric.editor.block.menu.structure': string;
|
|
527
542
|
'fabric.editor.block.menu.suggested': string;
|
|
528
543
|
'fabric.editor.block.menu.sync.block': string;
|
|
544
|
+
'fabric.editor.block.menu.text.formatting': string;
|
|
529
545
|
'fabric.editor.block.menu.turn.into': string;
|
|
530
546
|
'fabric.editor.block.menu.wrap.icon': string;
|
|
531
547
|
'fabric.editor.blockCardUnavailable': string;
|
package/i18n/en.ts
CHANGED
|
@@ -11,8 +11,12 @@ export default {
|
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Done editing',
|
|
12
12
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Make edits',
|
|
13
13
|
'editor-common-extensibility.macro.button.configure': 'Configure {macroName}',
|
|
14
|
+
'editor-common.messages.block-controls.collapseSection': 'Collapse section',
|
|
15
|
+
'editor-common.messages.block-controls.expandSection': 'Expand section',
|
|
14
16
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': 'Synced block',
|
|
15
17
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
18
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLoadError': 'Unable to load agents',
|
|
19
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsRetry': 'Retry',
|
|
16
20
|
'editor-common.messages.syncBlock.feedbackFlagDescription':
|
|
17
21
|
'We’d love your feedback. This quick survey should take less than a minute.',
|
|
18
22
|
'editor-common.messages.syncBlock.feedbackFlagGiveFeedback': 'Give feedback',
|
|
@@ -26,6 +30,7 @@ export default {
|
|
|
26
30
|
'To reuse content, copy and paste this block to sync to other locations',
|
|
27
31
|
'editor-common.messages.syncBlock.syncedLocationDropdownNoReferencesTooltip.ai-non-final':
|
|
28
32
|
'Not yet synced to any other locations',
|
|
33
|
+
'editor-common.messages.syncBlock.unpublishedInParentheses': '(unpublished)',
|
|
29
34
|
'editor-common.messages.syncBlock.unpublishedLocalReferenceAvailabilityTooltip':
|
|
30
35
|
'{sourceType, select, page {Publish the page to make the source synced block content available in other locations.} blog {Publish the blog to make the source synced block content available in other locations.} jiraWorkItem {Publish the work item to make the source synced block content available in other locations.} other {Publish to make the source synced block content available in other locations.}}',
|
|
31
36
|
'editor-common.messages.syncBlock.unpublishedSourceAvailabilityTooltip':
|
|
@@ -44,6 +49,11 @@ export default {
|
|
|
44
49
|
'editor-common.quick-insert.categoryRovo': 'Rovo',
|
|
45
50
|
'editor-common.quick-insert.categoryStructure': 'Structure',
|
|
46
51
|
'editor-common.quick-insert.categoryTextFormatting': 'Text formatting',
|
|
52
|
+
'editor-plugin-snippets.snippetsPlugin.blockTemplates': 'Block templates',
|
|
53
|
+
'editor-plugin-snippets.snippetsPlugin.browseTemplates': 'Browse all templates',
|
|
54
|
+
'editor-plugin-snippets.snippetsPlugin.newLozenge': 'New',
|
|
55
|
+
'editor-plugin-snippets.snippetsPlugin.templateGalleryDescription': 'Create, discover, & insert block templates',
|
|
56
|
+
'editor-plugin-snippets.snippetsPlugin.templateGalleryTitle': 'Block Template Gallery',
|
|
47
57
|
'editor.imageEditor.aspectRatio.circle': 'Circle',
|
|
48
58
|
'editor.imageEditor.aspectRatio.circleButton': 'Circle 1:1',
|
|
49
59
|
'editor.imageEditor.aspectRatio.custom': 'Custom',
|
|
@@ -463,10 +473,12 @@ export default {
|
|
|
463
473
|
'fabric.editor.ai.smartlink.action.listTodos': 'List to-dos',
|
|
464
474
|
'fabric.editor.ai.smartlink.action.summarizeChanges': 'Summarize changes',
|
|
465
475
|
'fabric.editor.ai.suggestions.card.acceptButtonLabel.non-final': 'Accept',
|
|
476
|
+
'fabric.editor.ai.suggestions.card.authorsTooltipLabel.non-final': '{agentName} with {userName}',
|
|
466
477
|
'fabric.editor.ai.suggestions.card.badSuggestionLabel.non-final': 'Bad suggestion',
|
|
467
478
|
'fabric.editor.ai.suggestions.card.closeButtonLabel.non-final': 'Close',
|
|
468
479
|
'fabric.editor.ai.suggestions.card.collapseButtonLabel.non-final': 'Collapse',
|
|
469
480
|
'fabric.editor.ai.suggestions.card.compareWithOriginalOptionLabel.non-final': 'Compare with original',
|
|
481
|
+
'fabric.editor.ai.suggestions.card.detailsButtonLabel.non-final': 'Details',
|
|
470
482
|
'fabric.editor.ai.suggestions.card.discardButtonLabel.non-final': 'Discard',
|
|
471
483
|
'fabric.editor.ai.suggestions.card.disclaimerText.non-final': 'Uses AI. Verify results.',
|
|
472
484
|
'fabric.editor.ai.suggestions.card.dismissButtonLabel.non-final': 'Dismiss',
|
|
@@ -478,6 +490,9 @@ export default {
|
|
|
478
490
|
'fabric.editor.ai.suggestions.card.privateLabel.non-final': 'Private',
|
|
479
491
|
'fabric.editor.ai.suggestions.card.privateTooltipLabelShort.non-final': 'Visible only to you',
|
|
480
492
|
'fabric.editor.ai.suggestions.card.regeneratingBannerLabel.non-final': 'Updating suggestion...',
|
|
493
|
+
'fabric.editor.ai.suggestions.card.restrictedLabel.non-final': 'Restricted',
|
|
494
|
+
'fabric.editor.ai.suggestions.card.restrictedTooltip.non-final':
|
|
495
|
+
'Only editors with access to the source can see this suggestion',
|
|
481
496
|
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': 'Rovo',
|
|
482
497
|
'fabric.editor.ai.suggestions.card.scrollBackToSuggestionLabel.non-final': 'Back to suggestion',
|
|
483
498
|
'fabric.editor.ai.suggestions.card.showDeletedDiffsLabel.non-final': 'Show comparison',
|
|
@@ -494,7 +509,7 @@ export default {
|
|
|
494
509
|
'fabric.editor.ai.suggestions.followUpCard.title.non-final': 'Review the rest?',
|
|
495
510
|
'fabric.editor.ai.suggestions.iconButton.suggestionsCountLabel.non-final': '{count} suggestions',
|
|
496
511
|
'fabric.editor.ai.suggestions.labsLozengeLabel.non-final': 'Labs',
|
|
497
|
-
'fabric.editor.ai.suggestions.sourceLabel.non-final': '
|
|
512
|
+
'fabric.editor.ai.suggestions.sourceLabel.non-final': 'Teamwork Graph',
|
|
498
513
|
'fabric.editor.ai.suggestions.stagingArea.applyChangesButtonLabel.non-final': 'Apply changes',
|
|
499
514
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLabel.non-final': 'Fetch suggestions',
|
|
500
515
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLoadingLabel.non-final': 'Loading…',
|
|
@@ -604,10 +619,12 @@ export default {
|
|
|
604
619
|
'fabric.editor.block.menu.move.down': 'Move down',
|
|
605
620
|
'fabric.editor.block.menu.move.up': 'Move up',
|
|
606
621
|
'fabric.editor.block.menu.new.lozenge': 'New',
|
|
622
|
+
'fabric.editor.block.menu.normal.text': 'Normal text',
|
|
607
623
|
'fabric.editor.block.menu.paragraph': 'Paragraph',
|
|
608
624
|
'fabric.editor.block.menu.structure': 'Structure',
|
|
609
625
|
'fabric.editor.block.menu.suggested': 'Suggested',
|
|
610
626
|
'fabric.editor.block.menu.sync.block': 'Sync block',
|
|
627
|
+
'fabric.editor.block.menu.text.formatting': 'Text formatting',
|
|
611
628
|
'fabric.editor.block.menu.turn.into': 'Turn into',
|
|
612
629
|
'fabric.editor.block.menu.wrap.icon': 'Wrap',
|
|
613
630
|
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
package/i18n/en_GB.ts
CHANGED
|
@@ -11,8 +11,12 @@ export default {
|
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Done editing',
|
|
12
12
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Make edits',
|
|
13
13
|
'editor-common-extensibility.macro.button.configure': 'Configure {macroName}',
|
|
14
|
+
'editor-common.messages.block-controls.collapseSection': 'Collapse section',
|
|
15
|
+
'editor-common.messages.block-controls.expandSection': 'Expand section',
|
|
14
16
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': 'Synced block',
|
|
15
17
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
18
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLoadError': 'Unable to load agents',
|
|
19
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsRetry': 'Retry',
|
|
16
20
|
'editor-common.messages.syncBlock.feedbackFlagDescription':
|
|
17
21
|
'We’d love your feedback. This quick survey should take less than a minute.',
|
|
18
22
|
'editor-common.messages.syncBlock.feedbackFlagGiveFeedback': 'Give feedback',
|
|
@@ -26,6 +30,7 @@ export default {
|
|
|
26
30
|
'To reuse content, copy and paste this block to sync to other locations',
|
|
27
31
|
'editor-common.messages.syncBlock.syncedLocationDropdownNoReferencesTooltip.ai-non-final':
|
|
28
32
|
'Not yet synced to any other locations',
|
|
33
|
+
'editor-common.messages.syncBlock.unpublishedInParentheses': '(unpublished)',
|
|
29
34
|
'editor-common.messages.syncBlock.unpublishedLocalReferenceAvailabilityTooltip':
|
|
30
35
|
'{sourceType, select, page {Publish the page to make the source synced block content available in other locations.} blog {Publish the blog to make the source synced block content available in other locations.} jiraWorkItem {Publish the work item to make the source synced block content available in other locations.} other {Publish to make the source synced block content available in other locations.}}',
|
|
31
36
|
'editor-common.messages.syncBlock.unpublishedSourceAvailabilityTooltip':
|
|
@@ -44,6 +49,11 @@ export default {
|
|
|
44
49
|
'editor-common.quick-insert.categoryRovo': 'Rovo',
|
|
45
50
|
'editor-common.quick-insert.categoryStructure': 'Structure',
|
|
46
51
|
'editor-common.quick-insert.categoryTextFormatting': 'Text formatting',
|
|
52
|
+
'editor-plugin-snippets.snippetsPlugin.blockTemplates': 'Block templates',
|
|
53
|
+
'editor-plugin-snippets.snippetsPlugin.browseTemplates': 'Browse all templates',
|
|
54
|
+
'editor-plugin-snippets.snippetsPlugin.newLozenge': 'New',
|
|
55
|
+
'editor-plugin-snippets.snippetsPlugin.templateGalleryDescription': 'Create, discover, & insert block templates',
|
|
56
|
+
'editor-plugin-snippets.snippetsPlugin.templateGalleryTitle': 'Block Template Gallery',
|
|
47
57
|
'editor.imageEditor.aspectRatio.circle': 'Circle',
|
|
48
58
|
'editor.imageEditor.aspectRatio.circleButton': 'Circle 1:1',
|
|
49
59
|
'editor.imageEditor.aspectRatio.custom': 'Custom',
|
|
@@ -463,10 +473,12 @@ export default {
|
|
|
463
473
|
'fabric.editor.ai.smartlink.action.listTodos': 'List to-dos',
|
|
464
474
|
'fabric.editor.ai.smartlink.action.summarizeChanges': 'Summarise changes',
|
|
465
475
|
'fabric.editor.ai.suggestions.card.acceptButtonLabel.non-final': 'Accept',
|
|
476
|
+
'fabric.editor.ai.suggestions.card.authorsTooltipLabel.non-final': '{agentName} with {userName}',
|
|
466
477
|
'fabric.editor.ai.suggestions.card.badSuggestionLabel.non-final': 'Bad suggestion',
|
|
467
478
|
'fabric.editor.ai.suggestions.card.closeButtonLabel.non-final': 'Close',
|
|
468
479
|
'fabric.editor.ai.suggestions.card.collapseButtonLabel.non-final': 'Collapse',
|
|
469
480
|
'fabric.editor.ai.suggestions.card.compareWithOriginalOptionLabel.non-final': 'Compare with original',
|
|
481
|
+
'fabric.editor.ai.suggestions.card.detailsButtonLabel.non-final': 'Details',
|
|
470
482
|
'fabric.editor.ai.suggestions.card.discardButtonLabel.non-final': 'Discard',
|
|
471
483
|
'fabric.editor.ai.suggestions.card.disclaimerText.non-final': 'Uses AI. Verify results.',
|
|
472
484
|
'fabric.editor.ai.suggestions.card.dismissButtonLabel.non-final': 'Dismiss',
|
|
@@ -478,6 +490,9 @@ export default {
|
|
|
478
490
|
'fabric.editor.ai.suggestions.card.privateLabel.non-final': 'Private',
|
|
479
491
|
'fabric.editor.ai.suggestions.card.privateTooltipLabelShort.non-final': 'Visible only to you',
|
|
480
492
|
'fabric.editor.ai.suggestions.card.regeneratingBannerLabel.non-final': 'Updating suggestion...',
|
|
493
|
+
'fabric.editor.ai.suggestions.card.restrictedLabel.non-final': 'Restricted',
|
|
494
|
+
'fabric.editor.ai.suggestions.card.restrictedTooltip.non-final':
|
|
495
|
+
'Only editors with access to the source can see this suggestion',
|
|
481
496
|
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': 'Rovo',
|
|
482
497
|
'fabric.editor.ai.suggestions.card.scrollBackToSuggestionLabel.non-final': 'Back to suggestion',
|
|
483
498
|
'fabric.editor.ai.suggestions.card.showDeletedDiffsLabel.non-final': 'Show comparison',
|
|
@@ -494,7 +509,7 @@ export default {
|
|
|
494
509
|
'fabric.editor.ai.suggestions.followUpCard.title.non-final': 'Review the rest?',
|
|
495
510
|
'fabric.editor.ai.suggestions.iconButton.suggestionsCountLabel.non-final': '{count} suggestions',
|
|
496
511
|
'fabric.editor.ai.suggestions.labsLozengeLabel.non-final': 'Labs',
|
|
497
|
-
'fabric.editor.ai.suggestions.sourceLabel.non-final': '
|
|
512
|
+
'fabric.editor.ai.suggestions.sourceLabel.non-final': 'Teamwork Graph',
|
|
498
513
|
'fabric.editor.ai.suggestions.stagingArea.applyChangesButtonLabel.non-final': 'Apply changes',
|
|
499
514
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLabel.non-final': 'Fetch suggestions',
|
|
500
515
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLoadingLabel.non-final': 'Loading…',
|
|
@@ -604,10 +619,12 @@ export default {
|
|
|
604
619
|
'fabric.editor.block.menu.move.down': 'Move down',
|
|
605
620
|
'fabric.editor.block.menu.move.up': 'Move up',
|
|
606
621
|
'fabric.editor.block.menu.new.lozenge': 'New',
|
|
622
|
+
'fabric.editor.block.menu.normal.text': 'Normal text',
|
|
607
623
|
'fabric.editor.block.menu.paragraph': 'Paragraph',
|
|
608
624
|
'fabric.editor.block.menu.structure': 'Structure',
|
|
609
625
|
'fabric.editor.block.menu.suggested': 'Suggested',
|
|
610
626
|
'fabric.editor.block.menu.sync.block': 'Sync block',
|
|
627
|
+
'fabric.editor.block.menu.text.formatting': 'Text formatting',
|
|
611
628
|
'fabric.editor.block.menu.turn.into': 'Turn into',
|
|
612
629
|
'fabric.editor.block.menu.wrap.icon': 'Wrap',
|
|
613
630
|
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
package/i18n/en_ZZ.ts
CHANGED
|
@@ -11,8 +11,13 @@ export default {
|
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Done editing',
|
|
12
12
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Make edits',
|
|
13
13
|
'editor-common-extensibility.macro.button.configure': 'Configure {macroName}',
|
|
14
|
+
'editor-common.messages.block-controls.collapseSection': 'Collapse section',
|
|
15
|
+
'editor-common.messages.block-controls.expandSection': 'Expand section',
|
|
14
16
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': 'Synced block',
|
|
15
17
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
18
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLoadError':
|
|
19
|
+
'Unable to load agents',
|
|
20
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsRetry': 'Retry',
|
|
16
21
|
'editor-common.messages.syncBlock.feedbackFlagDescription':
|
|
17
22
|
'We’d love your feedback. This quick survey should take less than a minute.',
|
|
18
23
|
'editor-common.messages.syncBlock.feedbackFlagGiveFeedback': 'Give feedback',
|
|
@@ -26,6 +31,7 @@ export default {
|
|
|
26
31
|
'To reuse content, copy and paste this block to sync to other locations',
|
|
27
32
|
'editor-common.messages.syncBlock.syncedLocationDropdownNoReferencesTooltip.ai-non-final':
|
|
28
33
|
'Not yet synced to any other locations',
|
|
34
|
+
'editor-common.messages.syncBlock.unpublishedInParentheses': '(unpublished)',
|
|
29
35
|
'editor-common.messages.syncBlock.unpublishedLocalReferenceAvailabilityTooltip':
|
|
30
36
|
'{sourceType, select, page {Publish the page to make the source synced block content available in other locations.} blog {Publish the blog to make the source synced block content available in other locations.} jiraWorkItem {Publish the work item to make the source synced block content available in other locations.} other {Publish to make the source synced block content available in other locations.}}',
|
|
31
37
|
'editor-common.messages.syncBlock.unpublishedSourceAvailabilityTooltip':
|
|
@@ -47,6 +53,12 @@ export default {
|
|
|
47
53
|
'editor-common.quick-insert.categoryRovo': 'Rovo',
|
|
48
54
|
'editor-common.quick-insert.categoryStructure': 'Structure',
|
|
49
55
|
'editor-common.quick-insert.categoryTextFormatting': 'Text formatting',
|
|
56
|
+
'editor-plugin-snippets.snippetsPlugin.blockTemplates': 'Block templates',
|
|
57
|
+
'editor-plugin-snippets.snippetsPlugin.browseTemplates': 'Browse all templates',
|
|
58
|
+
'editor-plugin-snippets.snippetsPlugin.newLozenge': 'New',
|
|
59
|
+
'editor-plugin-snippets.snippetsPlugin.templateGalleryDescription':
|
|
60
|
+
'Create, discover, & insert block templates',
|
|
61
|
+
'editor-plugin-snippets.snippetsPlugin.templateGalleryTitle': 'Block Template Gallery',
|
|
50
62
|
'editor.imageEditor.aspectRatio.circle': 'Circle',
|
|
51
63
|
'editor.imageEditor.aspectRatio.circleButton': 'Circle 1:1',
|
|
52
64
|
'editor.imageEditor.aspectRatio.custom': 'Custom',
|
|
@@ -560,11 +572,14 @@ export default {
|
|
|
560
572
|
'fabric.editor.ai.smartlink.action.listTodos': 'List to-dos',
|
|
561
573
|
'fabric.editor.ai.smartlink.action.summarizeChanges': 'Summarize changes',
|
|
562
574
|
'fabric.editor.ai.suggestions.card.acceptButtonLabel.non-final': 'Accept',
|
|
575
|
+
'fabric.editor.ai.suggestions.card.authorsTooltipLabel.non-final':
|
|
576
|
+
'{agentName} with {userName}',
|
|
563
577
|
'fabric.editor.ai.suggestions.card.badSuggestionLabel.non-final': 'Bad suggestion',
|
|
564
578
|
'fabric.editor.ai.suggestions.card.closeButtonLabel.non-final': 'Close',
|
|
565
579
|
'fabric.editor.ai.suggestions.card.collapseButtonLabel.non-final': 'Collapse',
|
|
566
580
|
'fabric.editor.ai.suggestions.card.compareWithOriginalOptionLabel.non-final':
|
|
567
581
|
'Compare with original',
|
|
582
|
+
'fabric.editor.ai.suggestions.card.detailsButtonLabel.non-final': 'Details',
|
|
568
583
|
'fabric.editor.ai.suggestions.card.discardButtonLabel.non-final': 'Discard',
|
|
569
584
|
'fabric.editor.ai.suggestions.card.disclaimerText.non-final': 'Uses AI. Verify results.',
|
|
570
585
|
'fabric.editor.ai.suggestions.card.dismissButtonLabel.non-final': 'Dismiss',
|
|
@@ -579,6 +594,9 @@ export default {
|
|
|
579
594
|
'Visible only to you',
|
|
580
595
|
'fabric.editor.ai.suggestions.card.regeneratingBannerLabel.non-final':
|
|
581
596
|
'Updating suggestion...',
|
|
597
|
+
'fabric.editor.ai.suggestions.card.restrictedLabel.non-final': 'Restricted',
|
|
598
|
+
'fabric.editor.ai.suggestions.card.restrictedTooltip.non-final':
|
|
599
|
+
'Only editors with access to the source can see this suggestion',
|
|
582
600
|
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': 'Rovo',
|
|
583
601
|
'fabric.editor.ai.suggestions.card.scrollBackToSuggestionLabel.non-final': 'Back to suggestion',
|
|
584
602
|
'fabric.editor.ai.suggestions.card.showDeletedDiffsLabel.non-final': 'Show comparison',
|
|
@@ -598,7 +616,7 @@ export default {
|
|
|
598
616
|
'fabric.editor.ai.suggestions.iconButton.suggestionsCountLabel.non-final':
|
|
599
617
|
'{count} suggestions',
|
|
600
618
|
'fabric.editor.ai.suggestions.labsLozengeLabel.non-final': 'Labs',
|
|
601
|
-
'fabric.editor.ai.suggestions.sourceLabel.non-final': '
|
|
619
|
+
'fabric.editor.ai.suggestions.sourceLabel.non-final': 'Teamwork Graph',
|
|
602
620
|
'fabric.editor.ai.suggestions.stagingArea.applyChangesButtonLabel.non-final': 'Apply changes',
|
|
603
621
|
'fabric.editor.ai.suggestions.stagingArea.fetchSuggestionsButtonLabel.non-final':
|
|
604
622
|
'Fetch suggestions',
|
|
@@ -724,10 +742,12 @@ export default {
|
|
|
724
742
|
'fabric.editor.block.menu.move.down': 'Move down',
|
|
725
743
|
'fabric.editor.block.menu.move.up': 'Move up',
|
|
726
744
|
'fabric.editor.block.menu.new.lozenge': 'New',
|
|
745
|
+
'fabric.editor.block.menu.normal.text': 'Normal text',
|
|
727
746
|
'fabric.editor.block.menu.paragraph': 'Paragraph',
|
|
728
747
|
'fabric.editor.block.menu.structure': 'Structure',
|
|
729
748
|
'fabric.editor.block.menu.suggested': 'Suggested',
|
|
730
749
|
'fabric.editor.block.menu.sync.block': 'Sync block',
|
|
750
|
+
'fabric.editor.block.menu.text.formatting': 'Text formatting',
|
|
731
751
|
'fabric.editor.block.menu.turn.into': 'Turn into',
|
|
732
752
|
'fabric.editor.block.menu.wrap.icon': 'Wrap',
|
|
733
753
|
'fabric.editor.blockCardUnavailable':
|
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.245.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/"
|