@atlaskit/afm-i18n-platform-editor-editor-common 2.110.0 → 2.111.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 +8 -3
- package/dist/cjs/i18n/en_GB.js +8 -3
- package/dist/cjs/i18n/en_ZZ.js +8 -3
- package/dist/cjs/i18n/ja.js +1 -0
- package/dist/cjs/i18n/nl.js +1 -0
- package/dist/esm/i18n/en.d.ts +5 -0
- package/dist/esm/i18n/en.js +8 -3
- package/dist/esm/i18n/en_GB.d.ts +5 -0
- package/dist/esm/i18n/en_GB.js +8 -3
- package/dist/esm/i18n/en_ZZ.d.ts +5 -0
- package/dist/esm/i18n/en_ZZ.js +8 -3
- package/dist/esm/i18n/ja.d.ts +1 -0
- package/dist/esm/i18n/ja.js +1 -0
- package/dist/esm/i18n/nl.d.ts +1 -0
- package/dist/esm/i18n/nl.js +1 -0
- package/dist/types/i18n/en.d.ts +5 -0
- package/dist/types/i18n/en_GB.d.ts +5 -0
- package/dist/types/i18n/en_ZZ.d.ts +5 -0
- package/dist/types/i18n/ja.d.ts +1 -0
- package/dist/types/i18n/nl.d.ts +1 -0
- package/i18n/en.ts +8 -3
- package/i18n/en_GB.ts +8 -3
- package/i18n/en_ZZ.ts +9 -3
- package/i18n/ja.ts +1 -0
- package/i18n/nl.ts +1 -0
- package/package.json +1 -1
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -369,6 +369,7 @@ exports.default = {
|
|
|
369
369
|
'fabric.editor.ai.suggestions.card.privateLabel.non-final': 'Private',
|
|
370
370
|
'fabric.editor.ai.suggestions.card.privateTooltipLabel.non-final': 'Only you and those with access to the sources can see this private suggestion.',
|
|
371
371
|
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': 'Rovo',
|
|
372
|
+
'fabric.editor.ai.suggestions.card.showSidebarButtonLabel.non-final': 'Show sidebar',
|
|
372
373
|
'fabric.editor.ai.suggestions.card.sourcesButtonLabel.non-final': 'Sources',
|
|
373
374
|
'fabric.editor.ai.suggestions.card.sourcesHideButtonLabel.non-final': 'Hide sources',
|
|
374
375
|
'fabric.editor.ai.suggestions.card.sourcesShowButtonLabel.non-final': 'Show sources',
|
|
@@ -492,6 +493,7 @@ exports.default = {
|
|
|
492
493
|
'fabric.editor.cannotPasteSyncedBlockAction': 'Learn more',
|
|
493
494
|
'fabric.editor.cannotPasteSyncedBlockDescription': 'We’re still building this feature. Currently, you can only paste synced content once your work item has been created.',
|
|
494
495
|
'fabric.editor.cannotPasteSyncedBlockTitle': 'Unable to paste',
|
|
496
|
+
'fabric.editor.cannotPasteSyncedBlockUnsupportedDescription': "Sync blocks aren't supported here yet.",
|
|
495
497
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
496
498
|
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Add a caption - double-click to preview',
|
|
497
499
|
'fabric.editor.cardFloatingControls': 'Card options',
|
|
@@ -680,6 +682,7 @@ exports.default = {
|
|
|
680
682
|
'fabric.editor.expand.description': 'Insert an expand',
|
|
681
683
|
'fabric.editor.expand.loading': 'Loading...',
|
|
682
684
|
'fabric.editor.expandAriaLabel': 'Give this expand a title',
|
|
685
|
+
'fabric.editor.expandBodyAriaLabel': 'Expand body content',
|
|
683
686
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
684
687
|
'fabric.editor.expandNode': 'Expand content',
|
|
685
688
|
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
@@ -798,6 +801,7 @@ exports.default = {
|
|
|
798
801
|
'fabric.editor.invalidDateError': 'Enter a valid date',
|
|
799
802
|
'fabric.editor.invalidLink': 'Please enter a valid link.',
|
|
800
803
|
'fabric.editor.inviteItem.invalidEmail': 'Enter a valid email address',
|
|
804
|
+
'fabric.editor.inviteItem.inviteButton': 'Invite',
|
|
801
805
|
'fabric.editor.inviteItem.sendInvite': 'Send request to invite teammate',
|
|
802
806
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite} trusted {Invite} other {Add}} teammate to {productName}',
|
|
803
807
|
'fabric.editor.italic': 'Italic',
|
|
@@ -830,9 +834,9 @@ exports.default = {
|
|
|
830
834
|
'fabric.editor.markdown': 'Markdown',
|
|
831
835
|
'fabric.editor.markdownMode.sourceView.ariaLabel': 'Markdown source',
|
|
832
836
|
'fabric.editor.markdownMode.viewToggle.groupLabel': 'View mode',
|
|
833
|
-
'fabric.editor.markdownMode.viewToggle.preview': '
|
|
834
|
-
'fabric.editor.markdownMode.viewToggle.source': '
|
|
835
|
-
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG',
|
|
837
|
+
'fabric.editor.markdownMode.viewToggle.preview': 'Split view (coming soon)',
|
|
838
|
+
'fabric.editor.markdownMode.viewToggle.source': 'Syntax editor',
|
|
839
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG editor',
|
|
836
840
|
'fabric.editor.matchCase': 'Match case',
|
|
837
841
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Media width decreased to # pixel.} other {Media width decreased to # pixels.}}',
|
|
838
842
|
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Media width increased to # pixel.} other {Media width increased to # pixels.}}',
|
|
@@ -841,6 +845,7 @@ exports.default = {
|
|
|
841
845
|
'fabric.editor.media.insert.fileTabTitle': 'File',
|
|
842
846
|
'fabric.editor.media.insert.fromUrlErrorMessage': 'Unfortunately, we can’t add this image link. Download the image, then drag and drop onto the page.',
|
|
843
847
|
'fabric.editor.media.insert.fromUrlWarning': 'This image might not be visible to others due to source restrictions. Consider uploading the file instead.',
|
|
848
|
+
'fabric.editor.media.insert.generateTabTitle': 'Create',
|
|
844
849
|
'fabric.editor.media.insert.insert': 'Insert',
|
|
845
850
|
'fabric.editor.media.insert.invalidUrlErrorMessage': 'Invalid link',
|
|
846
851
|
'fabric.editor.media.insert.linkTabTitle': 'Link',
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -369,6 +369,7 @@ exports.default = {
|
|
|
369
369
|
'fabric.editor.ai.suggestions.card.privateLabel.non-final': 'Private',
|
|
370
370
|
'fabric.editor.ai.suggestions.card.privateTooltipLabel.non-final': 'Only you and those with access to the sources can see this private suggestion.',
|
|
371
371
|
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': 'Rovo',
|
|
372
|
+
'fabric.editor.ai.suggestions.card.showSidebarButtonLabel.non-final': 'Show sidebar',
|
|
372
373
|
'fabric.editor.ai.suggestions.card.sourcesButtonLabel.non-final': 'Sources',
|
|
373
374
|
'fabric.editor.ai.suggestions.card.sourcesHideButtonLabel.non-final': 'Hide sources',
|
|
374
375
|
'fabric.editor.ai.suggestions.card.sourcesShowButtonLabel.non-final': 'Show sources',
|
|
@@ -492,6 +493,7 @@ exports.default = {
|
|
|
492
493
|
'fabric.editor.cannotPasteSyncedBlockAction': 'Learn more',
|
|
493
494
|
'fabric.editor.cannotPasteSyncedBlockDescription': 'We’re still building this feature. Currently, you can only paste synced content once your work item has been created.',
|
|
494
495
|
'fabric.editor.cannotPasteSyncedBlockTitle': 'Unable to paste',
|
|
496
|
+
'fabric.editor.cannotPasteSyncedBlockUnsupportedDescription': "Sync blocks aren't supported here yet.",
|
|
495
497
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
496
498
|
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Add a caption - double-click to preview',
|
|
497
499
|
'fabric.editor.cardFloatingControls': 'Card options',
|
|
@@ -680,6 +682,7 @@ exports.default = {
|
|
|
680
682
|
'fabric.editor.expand.description': 'Insert an expand',
|
|
681
683
|
'fabric.editor.expand.loading': 'Loading...',
|
|
682
684
|
'fabric.editor.expandAriaLabel': 'Give this expand a title',
|
|
685
|
+
'fabric.editor.expandBodyAriaLabel': 'Expand body content',
|
|
683
686
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
684
687
|
'fabric.editor.expandNode': 'Expand content',
|
|
685
688
|
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
@@ -798,6 +801,7 @@ exports.default = {
|
|
|
798
801
|
'fabric.editor.invalidDateError': 'Enter a valid date',
|
|
799
802
|
'fabric.editor.invalidLink': 'Please enter a valid link.',
|
|
800
803
|
'fabric.editor.inviteItem.invalidEmail': 'Enter a valid email address',
|
|
804
|
+
'fabric.editor.inviteItem.inviteButton': 'Invite',
|
|
801
805
|
'fabric.editor.inviteItem.sendInvite': 'Send request to invite teammate',
|
|
802
806
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite} trusted {Invite} other {Add}} teammate to {productName}',
|
|
803
807
|
'fabric.editor.italic': 'Italic',
|
|
@@ -830,9 +834,9 @@ exports.default = {
|
|
|
830
834
|
'fabric.editor.markdown': 'Markdown',
|
|
831
835
|
'fabric.editor.markdownMode.sourceView.ariaLabel': 'Markdown source',
|
|
832
836
|
'fabric.editor.markdownMode.viewToggle.groupLabel': 'View mode',
|
|
833
|
-
'fabric.editor.markdownMode.viewToggle.preview': '
|
|
834
|
-
'fabric.editor.markdownMode.viewToggle.source': '
|
|
835
|
-
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG',
|
|
837
|
+
'fabric.editor.markdownMode.viewToggle.preview': 'Split view (coming soon)',
|
|
838
|
+
'fabric.editor.markdownMode.viewToggle.source': 'Syntax editor',
|
|
839
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG editor',
|
|
836
840
|
'fabric.editor.matchCase': 'Match case',
|
|
837
841
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Media width decreased to # pixel.} other {Media width decreased to # pixels.}}',
|
|
838
842
|
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Media width increased to # pixel.} other {Media width increased to # pixels.}}',
|
|
@@ -841,6 +845,7 @@ exports.default = {
|
|
|
841
845
|
'fabric.editor.media.insert.fileTabTitle': 'File',
|
|
842
846
|
'fabric.editor.media.insert.fromUrlErrorMessage': 'Unfortunately, we can’t add this image link. Download the image, then drag and drop onto the page.',
|
|
843
847
|
'fabric.editor.media.insert.fromUrlWarning': 'This image might not be visible to others due to source restrictions. Consider uploading the file instead.',
|
|
848
|
+
'fabric.editor.media.insert.generateTabTitle': 'Create',
|
|
844
849
|
'fabric.editor.media.insert.insert': 'Insert',
|
|
845
850
|
'fabric.editor.media.insert.invalidUrlErrorMessage': 'Invalid link',
|
|
846
851
|
'fabric.editor.media.insert.linkTabTitle': 'Link',
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -369,6 +369,7 @@ exports.default = {
|
|
|
369
369
|
'fabric.editor.ai.suggestions.card.privateLabel.non-final': 'Private',
|
|
370
370
|
'fabric.editor.ai.suggestions.card.privateTooltipLabel.non-final': 'Only you and those with access to the sources can see this private suggestion.',
|
|
371
371
|
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': 'Rovo',
|
|
372
|
+
'fabric.editor.ai.suggestions.card.showSidebarButtonLabel.non-final': 'Show sidebar',
|
|
372
373
|
'fabric.editor.ai.suggestions.card.sourcesButtonLabel.non-final': 'Sources',
|
|
373
374
|
'fabric.editor.ai.suggestions.card.sourcesHideButtonLabel.non-final': 'Hide sources',
|
|
374
375
|
'fabric.editor.ai.suggestions.card.sourcesShowButtonLabel.non-final': 'Show sources',
|
|
@@ -492,6 +493,7 @@ exports.default = {
|
|
|
492
493
|
'fabric.editor.cannotPasteSyncedBlockAction': 'Learn more',
|
|
493
494
|
'fabric.editor.cannotPasteSyncedBlockDescription': 'We’re still building this feature. Currently, you can only paste synced content once your work item has been created.',
|
|
494
495
|
'fabric.editor.cannotPasteSyncedBlockTitle': 'Unable to paste',
|
|
496
|
+
'fabric.editor.cannotPasteSyncedBlockUnsupportedDescription': "Sync blocks aren't supported here yet.",
|
|
495
497
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
496
498
|
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Add a caption - double-click to preview',
|
|
497
499
|
'fabric.editor.cardFloatingControls': 'Card options',
|
|
@@ -680,6 +682,7 @@ exports.default = {
|
|
|
680
682
|
'fabric.editor.expand.description': 'Insert an expand',
|
|
681
683
|
'fabric.editor.expand.loading': 'Loading...',
|
|
682
684
|
'fabric.editor.expandAriaLabel': 'Give this expand a title',
|
|
685
|
+
'fabric.editor.expandBodyAriaLabel': 'Expand body content',
|
|
683
686
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
684
687
|
'fabric.editor.expandNode': 'Expand content',
|
|
685
688
|
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
@@ -798,6 +801,7 @@ exports.default = {
|
|
|
798
801
|
'fabric.editor.invalidDateError': 'Enter a valid date',
|
|
799
802
|
'fabric.editor.invalidLink': 'Please enter a valid link.',
|
|
800
803
|
'fabric.editor.inviteItem.invalidEmail': 'Enter a valid email address',
|
|
804
|
+
'fabric.editor.inviteItem.inviteButton': 'Invite',
|
|
801
805
|
'fabric.editor.inviteItem.sendInvite': 'Send request to invite teammate',
|
|
802
806
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite teammate to {productName}} trusted {Invite teammate to {productName}} other {Add teammate to {productName}}}',
|
|
803
807
|
'fabric.editor.italic': 'Italic',
|
|
@@ -830,9 +834,9 @@ exports.default = {
|
|
|
830
834
|
'fabric.editor.markdown': 'Markdown',
|
|
831
835
|
'fabric.editor.markdownMode.sourceView.ariaLabel': 'Markdown source',
|
|
832
836
|
'fabric.editor.markdownMode.viewToggle.groupLabel': 'View mode',
|
|
833
|
-
'fabric.editor.markdownMode.viewToggle.preview': '
|
|
834
|
-
'fabric.editor.markdownMode.viewToggle.source': '
|
|
835
|
-
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG
|
|
837
|
+
'fabric.editor.markdownMode.viewToggle.preview': 'Split view (coming soon)',
|
|
838
|
+
'fabric.editor.markdownMode.viewToggle.source': 'Syntax editor',
|
|
839
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG editor',
|
|
836
840
|
'fabric.editor.matchCase': 'Match case',
|
|
837
841
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Media width decreased to {newMediaWidth,number} pixel.} other {Media width decreased to {newMediaWidth,number} pixels.}}',
|
|
838
842
|
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Media width increased to {newMediaWidth,number} pixel.} other {Media width increased to {newMediaWidth,number} pixels.}}',
|
|
@@ -841,6 +845,7 @@ exports.default = {
|
|
|
841
845
|
'fabric.editor.media.insert.fileTabTitle': 'File',
|
|
842
846
|
'fabric.editor.media.insert.fromUrlErrorMessage': 'Unfortunately, we can’t add this image link. Download the image, then drag and drop onto the page.',
|
|
843
847
|
'fabric.editor.media.insert.fromUrlWarning': 'This image might not be visible to others due to source restrictions. Consider uploading the file instead.',
|
|
848
|
+
'fabric.editor.media.insert.generateTabTitle': 'Create',
|
|
844
849
|
'fabric.editor.media.insert.insert': 'Insert',
|
|
845
850
|
'fabric.editor.media.insert.invalidUrlErrorMessage': 'Invalid link',
|
|
846
851
|
'fabric.editor.media.insert.linkTabTitle': 'Link',
|
package/dist/cjs/i18n/ja.js
CHANGED
|
@@ -808,6 +808,7 @@ exports.default = {
|
|
|
808
808
|
'fabric.editor.moveSelectionLeft': '選択を左に移動',
|
|
809
809
|
'fabric.editor.moveSelectionRight': '選択を右に移動',
|
|
810
810
|
'fabric.editor.moveSelectionUp': '選択を上に移動',
|
|
811
|
+
'fabric.editor.nativeEmbeds.expandPreview': 'プレビューを展開',
|
|
811
812
|
'fabric.editor.nativeEmbeds.summarise': '要約',
|
|
812
813
|
'fabric.editor.navigate.toolbar.askAI': 'AI に質問',
|
|
813
814
|
'fabric.editor.navigate.toolbar.editor': 'エディター ツールバーに移動',
|
package/dist/cjs/i18n/nl.js
CHANGED
|
@@ -807,6 +807,7 @@ exports.default = {
|
|
|
807
807
|
'fabric.editor.moveSelectionLeft': 'Selectie naar links verplaatsen',
|
|
808
808
|
'fabric.editor.moveSelectionRight': 'Selectie naar rechts verplaatsen',
|
|
809
809
|
'fabric.editor.moveSelectionUp': 'Selectie omhoog verplaatsen',
|
|
810
|
+
'fabric.editor.nativeEmbeds.expandPreview': 'Voorvertoning uitklappen',
|
|
810
811
|
'fabric.editor.nativeEmbeds.summarise': 'Samenvatten',
|
|
811
812
|
'fabric.editor.navigate.toolbar.askAI': 'Vragen aan AI',
|
|
812
813
|
'fabric.editor.navigate.toolbar.editor': 'Navigeer naar werkbalk editor',
|
package/dist/esm/i18n/en.d.ts
CHANGED
|
@@ -365,6 +365,7 @@ declare const _default: {
|
|
|
365
365
|
'fabric.editor.ai.suggestions.card.privateLabel.non-final': string;
|
|
366
366
|
'fabric.editor.ai.suggestions.card.privateTooltipLabel.non-final': string;
|
|
367
367
|
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': string;
|
|
368
|
+
'fabric.editor.ai.suggestions.card.showSidebarButtonLabel.non-final': string;
|
|
368
369
|
'fabric.editor.ai.suggestions.card.sourcesButtonLabel.non-final': string;
|
|
369
370
|
'fabric.editor.ai.suggestions.card.sourcesHideButtonLabel.non-final': string;
|
|
370
371
|
'fabric.editor.ai.suggestions.card.sourcesShowButtonLabel.non-final': string;
|
|
@@ -488,6 +489,7 @@ declare const _default: {
|
|
|
488
489
|
'fabric.editor.cannotPasteSyncedBlockAction': string;
|
|
489
490
|
'fabric.editor.cannotPasteSyncedBlockDescription': string;
|
|
490
491
|
'fabric.editor.cannotPasteSyncedBlockTitle': string;
|
|
492
|
+
'fabric.editor.cannotPasteSyncedBlockUnsupportedDescription': string;
|
|
491
493
|
'fabric.editor.captionPlaceholder': string;
|
|
492
494
|
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': string;
|
|
493
495
|
'fabric.editor.cardFloatingControls': string;
|
|
@@ -676,6 +678,7 @@ declare const _default: {
|
|
|
676
678
|
'fabric.editor.expand.description': string;
|
|
677
679
|
'fabric.editor.expand.loading': string;
|
|
678
680
|
'fabric.editor.expandAriaLabel': string;
|
|
681
|
+
'fabric.editor.expandBodyAriaLabel': string;
|
|
679
682
|
'fabric.editor.expandDefaultTitle': string;
|
|
680
683
|
'fabric.editor.expandNode': string;
|
|
681
684
|
'fabric.editor.expandPlaceholder': string;
|
|
@@ -794,6 +797,7 @@ declare const _default: {
|
|
|
794
797
|
'fabric.editor.invalidDateError': string;
|
|
795
798
|
'fabric.editor.invalidLink': string;
|
|
796
799
|
'fabric.editor.inviteItem.invalidEmail': string;
|
|
800
|
+
'fabric.editor.inviteItem.inviteButton': string;
|
|
797
801
|
'fabric.editor.inviteItem.sendInvite': string;
|
|
798
802
|
'fabric.editor.inviteItem.title': string;
|
|
799
803
|
'fabric.editor.italic': string;
|
|
@@ -837,6 +841,7 @@ declare const _default: {
|
|
|
837
841
|
'fabric.editor.media.insert.fileTabTitle': string;
|
|
838
842
|
'fabric.editor.media.insert.fromUrlErrorMessage': string;
|
|
839
843
|
'fabric.editor.media.insert.fromUrlWarning': string;
|
|
844
|
+
'fabric.editor.media.insert.generateTabTitle': string;
|
|
840
845
|
'fabric.editor.media.insert.insert': string;
|
|
841
846
|
'fabric.editor.media.insert.invalidUrlErrorMessage': string;
|
|
842
847
|
'fabric.editor.media.insert.linkTabTitle': string;
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -367,6 +367,7 @@ export default {
|
|
|
367
367
|
'fabric.editor.ai.suggestions.card.privateLabel.non-final': 'Private',
|
|
368
368
|
'fabric.editor.ai.suggestions.card.privateTooltipLabel.non-final': 'Only you and those with access to the sources can see this private suggestion.',
|
|
369
369
|
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': 'Rovo',
|
|
370
|
+
'fabric.editor.ai.suggestions.card.showSidebarButtonLabel.non-final': 'Show sidebar',
|
|
370
371
|
'fabric.editor.ai.suggestions.card.sourcesButtonLabel.non-final': 'Sources',
|
|
371
372
|
'fabric.editor.ai.suggestions.card.sourcesHideButtonLabel.non-final': 'Hide sources',
|
|
372
373
|
'fabric.editor.ai.suggestions.card.sourcesShowButtonLabel.non-final': 'Show sources',
|
|
@@ -490,6 +491,7 @@ export default {
|
|
|
490
491
|
'fabric.editor.cannotPasteSyncedBlockAction': 'Learn more',
|
|
491
492
|
'fabric.editor.cannotPasteSyncedBlockDescription': 'We’re still building this feature. Currently, you can only paste synced content once your work item has been created.',
|
|
492
493
|
'fabric.editor.cannotPasteSyncedBlockTitle': 'Unable to paste',
|
|
494
|
+
'fabric.editor.cannotPasteSyncedBlockUnsupportedDescription': "Sync blocks aren't supported here yet.",
|
|
493
495
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
494
496
|
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Add a caption - double-click to preview',
|
|
495
497
|
'fabric.editor.cardFloatingControls': 'Card options',
|
|
@@ -678,6 +680,7 @@ export default {
|
|
|
678
680
|
'fabric.editor.expand.description': 'Insert an expand',
|
|
679
681
|
'fabric.editor.expand.loading': 'Loading...',
|
|
680
682
|
'fabric.editor.expandAriaLabel': 'Give this expand a title',
|
|
683
|
+
'fabric.editor.expandBodyAriaLabel': 'Expand body content',
|
|
681
684
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
682
685
|
'fabric.editor.expandNode': 'Expand content',
|
|
683
686
|
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
@@ -796,6 +799,7 @@ export default {
|
|
|
796
799
|
'fabric.editor.invalidDateError': 'Enter a valid date',
|
|
797
800
|
'fabric.editor.invalidLink': 'Please enter a valid link.',
|
|
798
801
|
'fabric.editor.inviteItem.invalidEmail': 'Enter a valid email address',
|
|
802
|
+
'fabric.editor.inviteItem.inviteButton': 'Invite',
|
|
799
803
|
'fabric.editor.inviteItem.sendInvite': 'Send request to invite teammate',
|
|
800
804
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite} trusted {Invite} other {Add}} teammate to {productName}',
|
|
801
805
|
'fabric.editor.italic': 'Italic',
|
|
@@ -828,9 +832,9 @@ export default {
|
|
|
828
832
|
'fabric.editor.markdown': 'Markdown',
|
|
829
833
|
'fabric.editor.markdownMode.sourceView.ariaLabel': 'Markdown source',
|
|
830
834
|
'fabric.editor.markdownMode.viewToggle.groupLabel': 'View mode',
|
|
831
|
-
'fabric.editor.markdownMode.viewToggle.preview': '
|
|
832
|
-
'fabric.editor.markdownMode.viewToggle.source': '
|
|
833
|
-
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG',
|
|
835
|
+
'fabric.editor.markdownMode.viewToggle.preview': 'Split view (coming soon)',
|
|
836
|
+
'fabric.editor.markdownMode.viewToggle.source': 'Syntax editor',
|
|
837
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG editor',
|
|
834
838
|
'fabric.editor.matchCase': 'Match case',
|
|
835
839
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Media width decreased to # pixel.} other {Media width decreased to # pixels.}}',
|
|
836
840
|
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Media width increased to # pixel.} other {Media width increased to # pixels.}}',
|
|
@@ -839,6 +843,7 @@ export default {
|
|
|
839
843
|
'fabric.editor.media.insert.fileTabTitle': 'File',
|
|
840
844
|
'fabric.editor.media.insert.fromUrlErrorMessage': 'Unfortunately, we can’t add this image link. Download the image, then drag and drop onto the page.',
|
|
841
845
|
'fabric.editor.media.insert.fromUrlWarning': 'This image might not be visible to others due to source restrictions. Consider uploading the file instead.',
|
|
846
|
+
'fabric.editor.media.insert.generateTabTitle': 'Create',
|
|
842
847
|
'fabric.editor.media.insert.insert': 'Insert',
|
|
843
848
|
'fabric.editor.media.insert.invalidUrlErrorMessage': 'Invalid link',
|
|
844
849
|
'fabric.editor.media.insert.linkTabTitle': 'Link',
|
package/dist/esm/i18n/en_GB.d.ts
CHANGED
|
@@ -365,6 +365,7 @@ declare const _default: {
|
|
|
365
365
|
'fabric.editor.ai.suggestions.card.privateLabel.non-final': string;
|
|
366
366
|
'fabric.editor.ai.suggestions.card.privateTooltipLabel.non-final': string;
|
|
367
367
|
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': string;
|
|
368
|
+
'fabric.editor.ai.suggestions.card.showSidebarButtonLabel.non-final': string;
|
|
368
369
|
'fabric.editor.ai.suggestions.card.sourcesButtonLabel.non-final': string;
|
|
369
370
|
'fabric.editor.ai.suggestions.card.sourcesHideButtonLabel.non-final': string;
|
|
370
371
|
'fabric.editor.ai.suggestions.card.sourcesShowButtonLabel.non-final': string;
|
|
@@ -488,6 +489,7 @@ declare const _default: {
|
|
|
488
489
|
'fabric.editor.cannotPasteSyncedBlockAction': string;
|
|
489
490
|
'fabric.editor.cannotPasteSyncedBlockDescription': string;
|
|
490
491
|
'fabric.editor.cannotPasteSyncedBlockTitle': string;
|
|
492
|
+
'fabric.editor.cannotPasteSyncedBlockUnsupportedDescription': string;
|
|
491
493
|
'fabric.editor.captionPlaceholder': string;
|
|
492
494
|
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': string;
|
|
493
495
|
'fabric.editor.cardFloatingControls': string;
|
|
@@ -676,6 +678,7 @@ declare const _default: {
|
|
|
676
678
|
'fabric.editor.expand.description': string;
|
|
677
679
|
'fabric.editor.expand.loading': string;
|
|
678
680
|
'fabric.editor.expandAriaLabel': string;
|
|
681
|
+
'fabric.editor.expandBodyAriaLabel': string;
|
|
679
682
|
'fabric.editor.expandDefaultTitle': string;
|
|
680
683
|
'fabric.editor.expandNode': string;
|
|
681
684
|
'fabric.editor.expandPlaceholder': string;
|
|
@@ -794,6 +797,7 @@ declare const _default: {
|
|
|
794
797
|
'fabric.editor.invalidDateError': string;
|
|
795
798
|
'fabric.editor.invalidLink': string;
|
|
796
799
|
'fabric.editor.inviteItem.invalidEmail': string;
|
|
800
|
+
'fabric.editor.inviteItem.inviteButton': string;
|
|
797
801
|
'fabric.editor.inviteItem.sendInvite': string;
|
|
798
802
|
'fabric.editor.inviteItem.title': string;
|
|
799
803
|
'fabric.editor.italic': string;
|
|
@@ -837,6 +841,7 @@ declare const _default: {
|
|
|
837
841
|
'fabric.editor.media.insert.fileTabTitle': string;
|
|
838
842
|
'fabric.editor.media.insert.fromUrlErrorMessage': string;
|
|
839
843
|
'fabric.editor.media.insert.fromUrlWarning': string;
|
|
844
|
+
'fabric.editor.media.insert.generateTabTitle': string;
|
|
840
845
|
'fabric.editor.media.insert.insert': string;
|
|
841
846
|
'fabric.editor.media.insert.invalidUrlErrorMessage': string;
|
|
842
847
|
'fabric.editor.media.insert.linkTabTitle': string;
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -367,6 +367,7 @@ export default {
|
|
|
367
367
|
'fabric.editor.ai.suggestions.card.privateLabel.non-final': 'Private',
|
|
368
368
|
'fabric.editor.ai.suggestions.card.privateTooltipLabel.non-final': 'Only you and those with access to the sources can see this private suggestion.',
|
|
369
369
|
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': 'Rovo',
|
|
370
|
+
'fabric.editor.ai.suggestions.card.showSidebarButtonLabel.non-final': 'Show sidebar',
|
|
370
371
|
'fabric.editor.ai.suggestions.card.sourcesButtonLabel.non-final': 'Sources',
|
|
371
372
|
'fabric.editor.ai.suggestions.card.sourcesHideButtonLabel.non-final': 'Hide sources',
|
|
372
373
|
'fabric.editor.ai.suggestions.card.sourcesShowButtonLabel.non-final': 'Show sources',
|
|
@@ -490,6 +491,7 @@ export default {
|
|
|
490
491
|
'fabric.editor.cannotPasteSyncedBlockAction': 'Learn more',
|
|
491
492
|
'fabric.editor.cannotPasteSyncedBlockDescription': 'We’re still building this feature. Currently, you can only paste synced content once your work item has been created.',
|
|
492
493
|
'fabric.editor.cannotPasteSyncedBlockTitle': 'Unable to paste',
|
|
494
|
+
'fabric.editor.cannotPasteSyncedBlockUnsupportedDescription': "Sync blocks aren't supported here yet.",
|
|
493
495
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
494
496
|
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Add a caption - double-click to preview',
|
|
495
497
|
'fabric.editor.cardFloatingControls': 'Card options',
|
|
@@ -678,6 +680,7 @@ export default {
|
|
|
678
680
|
'fabric.editor.expand.description': 'Insert an expand',
|
|
679
681
|
'fabric.editor.expand.loading': 'Loading...',
|
|
680
682
|
'fabric.editor.expandAriaLabel': 'Give this expand a title',
|
|
683
|
+
'fabric.editor.expandBodyAriaLabel': 'Expand body content',
|
|
681
684
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
682
685
|
'fabric.editor.expandNode': 'Expand content',
|
|
683
686
|
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
@@ -796,6 +799,7 @@ export default {
|
|
|
796
799
|
'fabric.editor.invalidDateError': 'Enter a valid date',
|
|
797
800
|
'fabric.editor.invalidLink': 'Please enter a valid link.',
|
|
798
801
|
'fabric.editor.inviteItem.invalidEmail': 'Enter a valid email address',
|
|
802
|
+
'fabric.editor.inviteItem.inviteButton': 'Invite',
|
|
799
803
|
'fabric.editor.inviteItem.sendInvite': 'Send request to invite teammate',
|
|
800
804
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite} trusted {Invite} other {Add}} teammate to {productName}',
|
|
801
805
|
'fabric.editor.italic': 'Italic',
|
|
@@ -828,9 +832,9 @@ export default {
|
|
|
828
832
|
'fabric.editor.markdown': 'Markdown',
|
|
829
833
|
'fabric.editor.markdownMode.sourceView.ariaLabel': 'Markdown source',
|
|
830
834
|
'fabric.editor.markdownMode.viewToggle.groupLabel': 'View mode',
|
|
831
|
-
'fabric.editor.markdownMode.viewToggle.preview': '
|
|
832
|
-
'fabric.editor.markdownMode.viewToggle.source': '
|
|
833
|
-
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG',
|
|
835
|
+
'fabric.editor.markdownMode.viewToggle.preview': 'Split view (coming soon)',
|
|
836
|
+
'fabric.editor.markdownMode.viewToggle.source': 'Syntax editor',
|
|
837
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG editor',
|
|
834
838
|
'fabric.editor.matchCase': 'Match case',
|
|
835
839
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Media width decreased to # pixel.} other {Media width decreased to # pixels.}}',
|
|
836
840
|
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Media width increased to # pixel.} other {Media width increased to # pixels.}}',
|
|
@@ -839,6 +843,7 @@ export default {
|
|
|
839
843
|
'fabric.editor.media.insert.fileTabTitle': 'File',
|
|
840
844
|
'fabric.editor.media.insert.fromUrlErrorMessage': 'Unfortunately, we can’t add this image link. Download the image, then drag and drop onto the page.',
|
|
841
845
|
'fabric.editor.media.insert.fromUrlWarning': 'This image might not be visible to others due to source restrictions. Consider uploading the file instead.',
|
|
846
|
+
'fabric.editor.media.insert.generateTabTitle': 'Create',
|
|
842
847
|
'fabric.editor.media.insert.insert': 'Insert',
|
|
843
848
|
'fabric.editor.media.insert.invalidUrlErrorMessage': 'Invalid link',
|
|
844
849
|
'fabric.editor.media.insert.linkTabTitle': 'Link',
|
package/dist/esm/i18n/en_ZZ.d.ts
CHANGED
|
@@ -365,6 +365,7 @@ declare const _default: {
|
|
|
365
365
|
'fabric.editor.ai.suggestions.card.privateLabel.non-final': string;
|
|
366
366
|
'fabric.editor.ai.suggestions.card.privateTooltipLabel.non-final': string;
|
|
367
367
|
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': string;
|
|
368
|
+
'fabric.editor.ai.suggestions.card.showSidebarButtonLabel.non-final': string;
|
|
368
369
|
'fabric.editor.ai.suggestions.card.sourcesButtonLabel.non-final': string;
|
|
369
370
|
'fabric.editor.ai.suggestions.card.sourcesHideButtonLabel.non-final': string;
|
|
370
371
|
'fabric.editor.ai.suggestions.card.sourcesShowButtonLabel.non-final': string;
|
|
@@ -488,6 +489,7 @@ declare const _default: {
|
|
|
488
489
|
'fabric.editor.cannotPasteSyncedBlockAction': string;
|
|
489
490
|
'fabric.editor.cannotPasteSyncedBlockDescription': string;
|
|
490
491
|
'fabric.editor.cannotPasteSyncedBlockTitle': string;
|
|
492
|
+
'fabric.editor.cannotPasteSyncedBlockUnsupportedDescription': string;
|
|
491
493
|
'fabric.editor.captionPlaceholder': string;
|
|
492
494
|
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': string;
|
|
493
495
|
'fabric.editor.cardFloatingControls': string;
|
|
@@ -676,6 +678,7 @@ declare const _default: {
|
|
|
676
678
|
'fabric.editor.expand.description': string;
|
|
677
679
|
'fabric.editor.expand.loading': string;
|
|
678
680
|
'fabric.editor.expandAriaLabel': string;
|
|
681
|
+
'fabric.editor.expandBodyAriaLabel': string;
|
|
679
682
|
'fabric.editor.expandDefaultTitle': string;
|
|
680
683
|
'fabric.editor.expandNode': string;
|
|
681
684
|
'fabric.editor.expandPlaceholder': string;
|
|
@@ -794,6 +797,7 @@ declare const _default: {
|
|
|
794
797
|
'fabric.editor.invalidDateError': string;
|
|
795
798
|
'fabric.editor.invalidLink': string;
|
|
796
799
|
'fabric.editor.inviteItem.invalidEmail': string;
|
|
800
|
+
'fabric.editor.inviteItem.inviteButton': string;
|
|
797
801
|
'fabric.editor.inviteItem.sendInvite': string;
|
|
798
802
|
'fabric.editor.inviteItem.title': string;
|
|
799
803
|
'fabric.editor.italic': string;
|
|
@@ -837,6 +841,7 @@ declare const _default: {
|
|
|
837
841
|
'fabric.editor.media.insert.fileTabTitle': string;
|
|
838
842
|
'fabric.editor.media.insert.fromUrlErrorMessage': string;
|
|
839
843
|
'fabric.editor.media.insert.fromUrlWarning': string;
|
|
844
|
+
'fabric.editor.media.insert.generateTabTitle': string;
|
|
840
845
|
'fabric.editor.media.insert.insert': string;
|
|
841
846
|
'fabric.editor.media.insert.invalidUrlErrorMessage': string;
|
|
842
847
|
'fabric.editor.media.insert.linkTabTitle': string;
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -367,6 +367,7 @@ export default {
|
|
|
367
367
|
'fabric.editor.ai.suggestions.card.privateLabel.non-final': 'Private',
|
|
368
368
|
'fabric.editor.ai.suggestions.card.privateTooltipLabel.non-final': 'Only you and those with access to the sources can see this private suggestion.',
|
|
369
369
|
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': 'Rovo',
|
|
370
|
+
'fabric.editor.ai.suggestions.card.showSidebarButtonLabel.non-final': 'Show sidebar',
|
|
370
371
|
'fabric.editor.ai.suggestions.card.sourcesButtonLabel.non-final': 'Sources',
|
|
371
372
|
'fabric.editor.ai.suggestions.card.sourcesHideButtonLabel.non-final': 'Hide sources',
|
|
372
373
|
'fabric.editor.ai.suggestions.card.sourcesShowButtonLabel.non-final': 'Show sources',
|
|
@@ -490,6 +491,7 @@ export default {
|
|
|
490
491
|
'fabric.editor.cannotPasteSyncedBlockAction': 'Learn more',
|
|
491
492
|
'fabric.editor.cannotPasteSyncedBlockDescription': 'We’re still building this feature. Currently, you can only paste synced content once your work item has been created.',
|
|
492
493
|
'fabric.editor.cannotPasteSyncedBlockTitle': 'Unable to paste',
|
|
494
|
+
'fabric.editor.cannotPasteSyncedBlockUnsupportedDescription': "Sync blocks aren't supported here yet.",
|
|
493
495
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
494
496
|
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Add a caption - double-click to preview',
|
|
495
497
|
'fabric.editor.cardFloatingControls': 'Card options',
|
|
@@ -678,6 +680,7 @@ export default {
|
|
|
678
680
|
'fabric.editor.expand.description': 'Insert an expand',
|
|
679
681
|
'fabric.editor.expand.loading': 'Loading...',
|
|
680
682
|
'fabric.editor.expandAriaLabel': 'Give this expand a title',
|
|
683
|
+
'fabric.editor.expandBodyAriaLabel': 'Expand body content',
|
|
681
684
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
682
685
|
'fabric.editor.expandNode': 'Expand content',
|
|
683
686
|
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
@@ -796,6 +799,7 @@ export default {
|
|
|
796
799
|
'fabric.editor.invalidDateError': 'Enter a valid date',
|
|
797
800
|
'fabric.editor.invalidLink': 'Please enter a valid link.',
|
|
798
801
|
'fabric.editor.inviteItem.invalidEmail': 'Enter a valid email address',
|
|
802
|
+
'fabric.editor.inviteItem.inviteButton': 'Invite',
|
|
799
803
|
'fabric.editor.inviteItem.sendInvite': 'Send request to invite teammate',
|
|
800
804
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite teammate to {productName}} trusted {Invite teammate to {productName}} other {Add teammate to {productName}}}',
|
|
801
805
|
'fabric.editor.italic': 'Italic',
|
|
@@ -828,9 +832,9 @@ export default {
|
|
|
828
832
|
'fabric.editor.markdown': 'Markdown',
|
|
829
833
|
'fabric.editor.markdownMode.sourceView.ariaLabel': 'Markdown source',
|
|
830
834
|
'fabric.editor.markdownMode.viewToggle.groupLabel': 'View mode',
|
|
831
|
-
'fabric.editor.markdownMode.viewToggle.preview': '
|
|
832
|
-
'fabric.editor.markdownMode.viewToggle.source': '
|
|
833
|
-
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG
|
|
835
|
+
'fabric.editor.markdownMode.viewToggle.preview': 'Split view (coming soon)',
|
|
836
|
+
'fabric.editor.markdownMode.viewToggle.source': 'Syntax editor',
|
|
837
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG editor',
|
|
834
838
|
'fabric.editor.matchCase': 'Match case',
|
|
835
839
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Media width decreased to {newMediaWidth,number} pixel.} other {Media width decreased to {newMediaWidth,number} pixels.}}',
|
|
836
840
|
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Media width increased to {newMediaWidth,number} pixel.} other {Media width increased to {newMediaWidth,number} pixels.}}',
|
|
@@ -839,6 +843,7 @@ export default {
|
|
|
839
843
|
'fabric.editor.media.insert.fileTabTitle': 'File',
|
|
840
844
|
'fabric.editor.media.insert.fromUrlErrorMessage': 'Unfortunately, we can’t add this image link. Download the image, then drag and drop onto the page.',
|
|
841
845
|
'fabric.editor.media.insert.fromUrlWarning': 'This image might not be visible to others due to source restrictions. Consider uploading the file instead.',
|
|
846
|
+
'fabric.editor.media.insert.generateTabTitle': 'Create',
|
|
842
847
|
'fabric.editor.media.insert.insert': 'Insert',
|
|
843
848
|
'fabric.editor.media.insert.invalidUrlErrorMessage': 'Invalid link',
|
|
844
849
|
'fabric.editor.media.insert.linkTabTitle': 'Link',
|
package/dist/esm/i18n/ja.d.ts
CHANGED
|
@@ -804,6 +804,7 @@ declare const _default: {
|
|
|
804
804
|
'fabric.editor.moveSelectionLeft': string;
|
|
805
805
|
'fabric.editor.moveSelectionRight': string;
|
|
806
806
|
'fabric.editor.moveSelectionUp': string;
|
|
807
|
+
'fabric.editor.nativeEmbeds.expandPreview': string;
|
|
807
808
|
'fabric.editor.nativeEmbeds.summarise': string;
|
|
808
809
|
'fabric.editor.navigate.toolbar.askAI': string;
|
|
809
810
|
'fabric.editor.navigate.toolbar.editor': string;
|
package/dist/esm/i18n/ja.js
CHANGED
|
@@ -806,6 +806,7 @@ export default {
|
|
|
806
806
|
'fabric.editor.moveSelectionLeft': '選択を左に移動',
|
|
807
807
|
'fabric.editor.moveSelectionRight': '選択を右に移動',
|
|
808
808
|
'fabric.editor.moveSelectionUp': '選択を上に移動',
|
|
809
|
+
'fabric.editor.nativeEmbeds.expandPreview': 'プレビューを展開',
|
|
809
810
|
'fabric.editor.nativeEmbeds.summarise': '要約',
|
|
810
811
|
'fabric.editor.navigate.toolbar.askAI': 'AI に質問',
|
|
811
812
|
'fabric.editor.navigate.toolbar.editor': 'エディター ツールバーに移動',
|
package/dist/esm/i18n/nl.d.ts
CHANGED
|
@@ -803,6 +803,7 @@ declare const _default: {
|
|
|
803
803
|
'fabric.editor.moveSelectionLeft': string;
|
|
804
804
|
'fabric.editor.moveSelectionRight': string;
|
|
805
805
|
'fabric.editor.moveSelectionUp': string;
|
|
806
|
+
'fabric.editor.nativeEmbeds.expandPreview': string;
|
|
806
807
|
'fabric.editor.nativeEmbeds.summarise': string;
|
|
807
808
|
'fabric.editor.navigate.toolbar.askAI': string;
|
|
808
809
|
'fabric.editor.navigate.toolbar.editor': string;
|
package/dist/esm/i18n/nl.js
CHANGED
|
@@ -805,6 +805,7 @@ export default {
|
|
|
805
805
|
'fabric.editor.moveSelectionLeft': 'Selectie naar links verplaatsen',
|
|
806
806
|
'fabric.editor.moveSelectionRight': 'Selectie naar rechts verplaatsen',
|
|
807
807
|
'fabric.editor.moveSelectionUp': 'Selectie omhoog verplaatsen',
|
|
808
|
+
'fabric.editor.nativeEmbeds.expandPreview': 'Voorvertoning uitklappen',
|
|
808
809
|
'fabric.editor.nativeEmbeds.summarise': 'Samenvatten',
|
|
809
810
|
'fabric.editor.navigate.toolbar.askAI': 'Vragen aan AI',
|
|
810
811
|
'fabric.editor.navigate.toolbar.editor': 'Navigeer naar werkbalk editor',
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -365,6 +365,7 @@ declare const _default: {
|
|
|
365
365
|
'fabric.editor.ai.suggestions.card.privateLabel.non-final': string;
|
|
366
366
|
'fabric.editor.ai.suggestions.card.privateTooltipLabel.non-final': string;
|
|
367
367
|
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': string;
|
|
368
|
+
'fabric.editor.ai.suggestions.card.showSidebarButtonLabel.non-final': string;
|
|
368
369
|
'fabric.editor.ai.suggestions.card.sourcesButtonLabel.non-final': string;
|
|
369
370
|
'fabric.editor.ai.suggestions.card.sourcesHideButtonLabel.non-final': string;
|
|
370
371
|
'fabric.editor.ai.suggestions.card.sourcesShowButtonLabel.non-final': string;
|
|
@@ -488,6 +489,7 @@ declare const _default: {
|
|
|
488
489
|
'fabric.editor.cannotPasteSyncedBlockAction': string;
|
|
489
490
|
'fabric.editor.cannotPasteSyncedBlockDescription': string;
|
|
490
491
|
'fabric.editor.cannotPasteSyncedBlockTitle': string;
|
|
492
|
+
'fabric.editor.cannotPasteSyncedBlockUnsupportedDescription': string;
|
|
491
493
|
'fabric.editor.captionPlaceholder': string;
|
|
492
494
|
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': string;
|
|
493
495
|
'fabric.editor.cardFloatingControls': string;
|
|
@@ -676,6 +678,7 @@ declare const _default: {
|
|
|
676
678
|
'fabric.editor.expand.description': string;
|
|
677
679
|
'fabric.editor.expand.loading': string;
|
|
678
680
|
'fabric.editor.expandAriaLabel': string;
|
|
681
|
+
'fabric.editor.expandBodyAriaLabel': string;
|
|
679
682
|
'fabric.editor.expandDefaultTitle': string;
|
|
680
683
|
'fabric.editor.expandNode': string;
|
|
681
684
|
'fabric.editor.expandPlaceholder': string;
|
|
@@ -794,6 +797,7 @@ declare const _default: {
|
|
|
794
797
|
'fabric.editor.invalidDateError': string;
|
|
795
798
|
'fabric.editor.invalidLink': string;
|
|
796
799
|
'fabric.editor.inviteItem.invalidEmail': string;
|
|
800
|
+
'fabric.editor.inviteItem.inviteButton': string;
|
|
797
801
|
'fabric.editor.inviteItem.sendInvite': string;
|
|
798
802
|
'fabric.editor.inviteItem.title': string;
|
|
799
803
|
'fabric.editor.italic': string;
|
|
@@ -837,6 +841,7 @@ declare const _default: {
|
|
|
837
841
|
'fabric.editor.media.insert.fileTabTitle': string;
|
|
838
842
|
'fabric.editor.media.insert.fromUrlErrorMessage': string;
|
|
839
843
|
'fabric.editor.media.insert.fromUrlWarning': string;
|
|
844
|
+
'fabric.editor.media.insert.generateTabTitle': string;
|
|
840
845
|
'fabric.editor.media.insert.insert': string;
|
|
841
846
|
'fabric.editor.media.insert.invalidUrlErrorMessage': string;
|
|
842
847
|
'fabric.editor.media.insert.linkTabTitle': string;
|
|
@@ -365,6 +365,7 @@ declare const _default: {
|
|
|
365
365
|
'fabric.editor.ai.suggestions.card.privateLabel.non-final': string;
|
|
366
366
|
'fabric.editor.ai.suggestions.card.privateTooltipLabel.non-final': string;
|
|
367
367
|
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': string;
|
|
368
|
+
'fabric.editor.ai.suggestions.card.showSidebarButtonLabel.non-final': string;
|
|
368
369
|
'fabric.editor.ai.suggestions.card.sourcesButtonLabel.non-final': string;
|
|
369
370
|
'fabric.editor.ai.suggestions.card.sourcesHideButtonLabel.non-final': string;
|
|
370
371
|
'fabric.editor.ai.suggestions.card.sourcesShowButtonLabel.non-final': string;
|
|
@@ -488,6 +489,7 @@ declare const _default: {
|
|
|
488
489
|
'fabric.editor.cannotPasteSyncedBlockAction': string;
|
|
489
490
|
'fabric.editor.cannotPasteSyncedBlockDescription': string;
|
|
490
491
|
'fabric.editor.cannotPasteSyncedBlockTitle': string;
|
|
492
|
+
'fabric.editor.cannotPasteSyncedBlockUnsupportedDescription': string;
|
|
491
493
|
'fabric.editor.captionPlaceholder': string;
|
|
492
494
|
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': string;
|
|
493
495
|
'fabric.editor.cardFloatingControls': string;
|
|
@@ -676,6 +678,7 @@ declare const _default: {
|
|
|
676
678
|
'fabric.editor.expand.description': string;
|
|
677
679
|
'fabric.editor.expand.loading': string;
|
|
678
680
|
'fabric.editor.expandAriaLabel': string;
|
|
681
|
+
'fabric.editor.expandBodyAriaLabel': string;
|
|
679
682
|
'fabric.editor.expandDefaultTitle': string;
|
|
680
683
|
'fabric.editor.expandNode': string;
|
|
681
684
|
'fabric.editor.expandPlaceholder': string;
|
|
@@ -794,6 +797,7 @@ declare const _default: {
|
|
|
794
797
|
'fabric.editor.invalidDateError': string;
|
|
795
798
|
'fabric.editor.invalidLink': string;
|
|
796
799
|
'fabric.editor.inviteItem.invalidEmail': string;
|
|
800
|
+
'fabric.editor.inviteItem.inviteButton': string;
|
|
797
801
|
'fabric.editor.inviteItem.sendInvite': string;
|
|
798
802
|
'fabric.editor.inviteItem.title': string;
|
|
799
803
|
'fabric.editor.italic': string;
|
|
@@ -837,6 +841,7 @@ declare const _default: {
|
|
|
837
841
|
'fabric.editor.media.insert.fileTabTitle': string;
|
|
838
842
|
'fabric.editor.media.insert.fromUrlErrorMessage': string;
|
|
839
843
|
'fabric.editor.media.insert.fromUrlWarning': string;
|
|
844
|
+
'fabric.editor.media.insert.generateTabTitle': string;
|
|
840
845
|
'fabric.editor.media.insert.insert': string;
|
|
841
846
|
'fabric.editor.media.insert.invalidUrlErrorMessage': string;
|
|
842
847
|
'fabric.editor.media.insert.linkTabTitle': string;
|
|
@@ -365,6 +365,7 @@ declare const _default: {
|
|
|
365
365
|
'fabric.editor.ai.suggestions.card.privateLabel.non-final': string;
|
|
366
366
|
'fabric.editor.ai.suggestions.card.privateTooltipLabel.non-final': string;
|
|
367
367
|
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': string;
|
|
368
|
+
'fabric.editor.ai.suggestions.card.showSidebarButtonLabel.non-final': string;
|
|
368
369
|
'fabric.editor.ai.suggestions.card.sourcesButtonLabel.non-final': string;
|
|
369
370
|
'fabric.editor.ai.suggestions.card.sourcesHideButtonLabel.non-final': string;
|
|
370
371
|
'fabric.editor.ai.suggestions.card.sourcesShowButtonLabel.non-final': string;
|
|
@@ -488,6 +489,7 @@ declare const _default: {
|
|
|
488
489
|
'fabric.editor.cannotPasteSyncedBlockAction': string;
|
|
489
490
|
'fabric.editor.cannotPasteSyncedBlockDescription': string;
|
|
490
491
|
'fabric.editor.cannotPasteSyncedBlockTitle': string;
|
|
492
|
+
'fabric.editor.cannotPasteSyncedBlockUnsupportedDescription': string;
|
|
491
493
|
'fabric.editor.captionPlaceholder': string;
|
|
492
494
|
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': string;
|
|
493
495
|
'fabric.editor.cardFloatingControls': string;
|
|
@@ -676,6 +678,7 @@ declare const _default: {
|
|
|
676
678
|
'fabric.editor.expand.description': string;
|
|
677
679
|
'fabric.editor.expand.loading': string;
|
|
678
680
|
'fabric.editor.expandAriaLabel': string;
|
|
681
|
+
'fabric.editor.expandBodyAriaLabel': string;
|
|
679
682
|
'fabric.editor.expandDefaultTitle': string;
|
|
680
683
|
'fabric.editor.expandNode': string;
|
|
681
684
|
'fabric.editor.expandPlaceholder': string;
|
|
@@ -794,6 +797,7 @@ declare const _default: {
|
|
|
794
797
|
'fabric.editor.invalidDateError': string;
|
|
795
798
|
'fabric.editor.invalidLink': string;
|
|
796
799
|
'fabric.editor.inviteItem.invalidEmail': string;
|
|
800
|
+
'fabric.editor.inviteItem.inviteButton': string;
|
|
797
801
|
'fabric.editor.inviteItem.sendInvite': string;
|
|
798
802
|
'fabric.editor.inviteItem.title': string;
|
|
799
803
|
'fabric.editor.italic': string;
|
|
@@ -837,6 +841,7 @@ declare const _default: {
|
|
|
837
841
|
'fabric.editor.media.insert.fileTabTitle': string;
|
|
838
842
|
'fabric.editor.media.insert.fromUrlErrorMessage': string;
|
|
839
843
|
'fabric.editor.media.insert.fromUrlWarning': string;
|
|
844
|
+
'fabric.editor.media.insert.generateTabTitle': string;
|
|
840
845
|
'fabric.editor.media.insert.insert': string;
|
|
841
846
|
'fabric.editor.media.insert.invalidUrlErrorMessage': string;
|
|
842
847
|
'fabric.editor.media.insert.linkTabTitle': string;
|
package/dist/types/i18n/ja.d.ts
CHANGED
|
@@ -804,6 +804,7 @@ declare const _default: {
|
|
|
804
804
|
'fabric.editor.moveSelectionLeft': string;
|
|
805
805
|
'fabric.editor.moveSelectionRight': string;
|
|
806
806
|
'fabric.editor.moveSelectionUp': string;
|
|
807
|
+
'fabric.editor.nativeEmbeds.expandPreview': string;
|
|
807
808
|
'fabric.editor.nativeEmbeds.summarise': string;
|
|
808
809
|
'fabric.editor.navigate.toolbar.askAI': string;
|
|
809
810
|
'fabric.editor.navigate.toolbar.editor': string;
|
package/dist/types/i18n/nl.d.ts
CHANGED
|
@@ -803,6 +803,7 @@ declare const _default: {
|
|
|
803
803
|
'fabric.editor.moveSelectionLeft': string;
|
|
804
804
|
'fabric.editor.moveSelectionRight': string;
|
|
805
805
|
'fabric.editor.moveSelectionUp': string;
|
|
806
|
+
'fabric.editor.nativeEmbeds.expandPreview': string;
|
|
806
807
|
'fabric.editor.nativeEmbeds.summarise': string;
|
|
807
808
|
'fabric.editor.navigate.toolbar.askAI': string;
|
|
808
809
|
'fabric.editor.navigate.toolbar.editor': string;
|
package/i18n/en.ts
CHANGED
|
@@ -436,6 +436,7 @@ export default {
|
|
|
436
436
|
'fabric.editor.ai.suggestions.card.privateTooltipLabel.non-final':
|
|
437
437
|
'Only you and those with access to the sources can see this private suggestion.',
|
|
438
438
|
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': 'Rovo',
|
|
439
|
+
'fabric.editor.ai.suggestions.card.showSidebarButtonLabel.non-final': 'Show sidebar',
|
|
439
440
|
'fabric.editor.ai.suggestions.card.sourcesButtonLabel.non-final': 'Sources',
|
|
440
441
|
'fabric.editor.ai.suggestions.card.sourcesHideButtonLabel.non-final': 'Hide sources',
|
|
441
442
|
'fabric.editor.ai.suggestions.card.sourcesShowButtonLabel.non-final': 'Show sources',
|
|
@@ -561,6 +562,7 @@ export default {
|
|
|
561
562
|
'fabric.editor.cannotPasteSyncedBlockDescription':
|
|
562
563
|
'We’re still building this feature. Currently, you can only paste synced content once your work item has been created.',
|
|
563
564
|
'fabric.editor.cannotPasteSyncedBlockTitle': 'Unable to paste',
|
|
565
|
+
'fabric.editor.cannotPasteSyncedBlockUnsupportedDescription': "Sync blocks aren't supported here yet.",
|
|
564
566
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
565
567
|
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Add a caption - double-click to preview',
|
|
566
568
|
'fabric.editor.cardFloatingControls': 'Card options',
|
|
@@ -771,6 +773,7 @@ export default {
|
|
|
771
773
|
'fabric.editor.expand.description': 'Insert an expand',
|
|
772
774
|
'fabric.editor.expand.loading': 'Loading...',
|
|
773
775
|
'fabric.editor.expandAriaLabel': 'Give this expand a title',
|
|
776
|
+
'fabric.editor.expandBodyAriaLabel': 'Expand body content',
|
|
774
777
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
775
778
|
'fabric.editor.expandNode': 'Expand content',
|
|
776
779
|
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
@@ -896,6 +899,7 @@ export default {
|
|
|
896
899
|
'fabric.editor.invalidDateError': 'Enter a valid date',
|
|
897
900
|
'fabric.editor.invalidLink': 'Please enter a valid link.',
|
|
898
901
|
'fabric.editor.inviteItem.invalidEmail': 'Enter a valid email address',
|
|
902
|
+
'fabric.editor.inviteItem.inviteButton': 'Invite',
|
|
899
903
|
'fabric.editor.inviteItem.sendInvite': 'Send request to invite teammate',
|
|
900
904
|
'fabric.editor.inviteItem.title':
|
|
901
905
|
'{userRole, select, admin {Invite} trusted {Invite} other {Add}} teammate to {productName}',
|
|
@@ -931,9 +935,9 @@ export default {
|
|
|
931
935
|
'fabric.editor.markdown': 'Markdown',
|
|
932
936
|
'fabric.editor.markdownMode.sourceView.ariaLabel': 'Markdown source',
|
|
933
937
|
'fabric.editor.markdownMode.viewToggle.groupLabel': 'View mode',
|
|
934
|
-
'fabric.editor.markdownMode.viewToggle.preview': '
|
|
935
|
-
'fabric.editor.markdownMode.viewToggle.source': '
|
|
936
|
-
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG',
|
|
938
|
+
'fabric.editor.markdownMode.viewToggle.preview': 'Split view (coming soon)',
|
|
939
|
+
'fabric.editor.markdownMode.viewToggle.source': 'Syntax editor',
|
|
940
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG editor',
|
|
937
941
|
'fabric.editor.matchCase': 'Match case',
|
|
938
942
|
'fabric.editor.media.DefaultMediaWidthDecreased':
|
|
939
943
|
'{newMediaWidth, plural, one {Media width decreased to # pixel.} other {Media width decreased to # pixels.}}',
|
|
@@ -946,6 +950,7 @@ export default {
|
|
|
946
950
|
'Unfortunately, we can’t add this image link. Download the image, then drag and drop onto the page.',
|
|
947
951
|
'fabric.editor.media.insert.fromUrlWarning':
|
|
948
952
|
'This image might not be visible to others due to source restrictions. Consider uploading the file instead.',
|
|
953
|
+
'fabric.editor.media.insert.generateTabTitle': 'Create',
|
|
949
954
|
'fabric.editor.media.insert.insert': 'Insert',
|
|
950
955
|
'fabric.editor.media.insert.invalidUrlErrorMessage': 'Invalid link',
|
|
951
956
|
'fabric.editor.media.insert.linkTabTitle': 'Link',
|
package/i18n/en_GB.ts
CHANGED
|
@@ -436,6 +436,7 @@ export default {
|
|
|
436
436
|
'fabric.editor.ai.suggestions.card.privateTooltipLabel.non-final':
|
|
437
437
|
'Only you and those with access to the sources can see this private suggestion.',
|
|
438
438
|
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': 'Rovo',
|
|
439
|
+
'fabric.editor.ai.suggestions.card.showSidebarButtonLabel.non-final': 'Show sidebar',
|
|
439
440
|
'fabric.editor.ai.suggestions.card.sourcesButtonLabel.non-final': 'Sources',
|
|
440
441
|
'fabric.editor.ai.suggestions.card.sourcesHideButtonLabel.non-final': 'Hide sources',
|
|
441
442
|
'fabric.editor.ai.suggestions.card.sourcesShowButtonLabel.non-final': 'Show sources',
|
|
@@ -561,6 +562,7 @@ export default {
|
|
|
561
562
|
'fabric.editor.cannotPasteSyncedBlockDescription':
|
|
562
563
|
'We’re still building this feature. Currently, you can only paste synced content once your work item has been created.',
|
|
563
564
|
'fabric.editor.cannotPasteSyncedBlockTitle': 'Unable to paste',
|
|
565
|
+
'fabric.editor.cannotPasteSyncedBlockUnsupportedDescription': "Sync blocks aren't supported here yet.",
|
|
564
566
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
565
567
|
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Add a caption - double-click to preview',
|
|
566
568
|
'fabric.editor.cardFloatingControls': 'Card options',
|
|
@@ -771,6 +773,7 @@ export default {
|
|
|
771
773
|
'fabric.editor.expand.description': 'Insert an expand',
|
|
772
774
|
'fabric.editor.expand.loading': 'Loading...',
|
|
773
775
|
'fabric.editor.expandAriaLabel': 'Give this expand a title',
|
|
776
|
+
'fabric.editor.expandBodyAriaLabel': 'Expand body content',
|
|
774
777
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
775
778
|
'fabric.editor.expandNode': 'Expand content',
|
|
776
779
|
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
@@ -896,6 +899,7 @@ export default {
|
|
|
896
899
|
'fabric.editor.invalidDateError': 'Enter a valid date',
|
|
897
900
|
'fabric.editor.invalidLink': 'Please enter a valid link.',
|
|
898
901
|
'fabric.editor.inviteItem.invalidEmail': 'Enter a valid email address',
|
|
902
|
+
'fabric.editor.inviteItem.inviteButton': 'Invite',
|
|
899
903
|
'fabric.editor.inviteItem.sendInvite': 'Send request to invite teammate',
|
|
900
904
|
'fabric.editor.inviteItem.title':
|
|
901
905
|
'{userRole, select, admin {Invite} trusted {Invite} other {Add}} teammate to {productName}',
|
|
@@ -931,9 +935,9 @@ export default {
|
|
|
931
935
|
'fabric.editor.markdown': 'Markdown',
|
|
932
936
|
'fabric.editor.markdownMode.sourceView.ariaLabel': 'Markdown source',
|
|
933
937
|
'fabric.editor.markdownMode.viewToggle.groupLabel': 'View mode',
|
|
934
|
-
'fabric.editor.markdownMode.viewToggle.preview': '
|
|
935
|
-
'fabric.editor.markdownMode.viewToggle.source': '
|
|
936
|
-
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG',
|
|
938
|
+
'fabric.editor.markdownMode.viewToggle.preview': 'Split view (coming soon)',
|
|
939
|
+
'fabric.editor.markdownMode.viewToggle.source': 'Syntax editor',
|
|
940
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG editor',
|
|
937
941
|
'fabric.editor.matchCase': 'Match case',
|
|
938
942
|
'fabric.editor.media.DefaultMediaWidthDecreased':
|
|
939
943
|
'{newMediaWidth, plural, one {Media width decreased to # pixel.} other {Media width decreased to # pixels.}}',
|
|
@@ -946,6 +950,7 @@ export default {
|
|
|
946
950
|
'Unfortunately, we can’t add this image link. Download the image, then drag and drop onto the page.',
|
|
947
951
|
'fabric.editor.media.insert.fromUrlWarning':
|
|
948
952
|
'This image might not be visible to others due to source restrictions. Consider uploading the file instead.',
|
|
953
|
+
'fabric.editor.media.insert.generateTabTitle': 'Create',
|
|
949
954
|
'fabric.editor.media.insert.insert': 'Insert',
|
|
950
955
|
'fabric.editor.media.insert.invalidUrlErrorMessage': 'Invalid link',
|
|
951
956
|
'fabric.editor.media.insert.linkTabTitle': 'Link',
|
package/i18n/en_ZZ.ts
CHANGED
|
@@ -530,6 +530,7 @@ export default {
|
|
|
530
530
|
'fabric.editor.ai.suggestions.card.privateTooltipLabel.non-final':
|
|
531
531
|
'Only you and those with access to the sources can see this private suggestion.',
|
|
532
532
|
'fabric.editor.ai.suggestions.card.rovoTitle.non-final': 'Rovo',
|
|
533
|
+
'fabric.editor.ai.suggestions.card.showSidebarButtonLabel.non-final': 'Show sidebar',
|
|
533
534
|
'fabric.editor.ai.suggestions.card.sourcesButtonLabel.non-final': 'Sources',
|
|
534
535
|
'fabric.editor.ai.suggestions.card.sourcesHideButtonLabel.non-final': 'Hide sources',
|
|
535
536
|
'fabric.editor.ai.suggestions.card.sourcesShowButtonLabel.non-final': 'Show sources',
|
|
@@ -665,6 +666,8 @@ export default {
|
|
|
665
666
|
'fabric.editor.cannotPasteSyncedBlockDescription':
|
|
666
667
|
'We’re still building this feature. Currently, you can only paste synced content once your work item has been created.',
|
|
667
668
|
'fabric.editor.cannotPasteSyncedBlockTitle': 'Unable to paste',
|
|
669
|
+
'fabric.editor.cannotPasteSyncedBlockUnsupportedDescription':
|
|
670
|
+
"Sync blocks aren't supported here yet.",
|
|
668
671
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
669
672
|
'fabric.editor.captionPlaceholderWithDoubleClickPrompt':
|
|
670
673
|
'Add a caption - double-click to preview',
|
|
@@ -883,6 +886,7 @@ export default {
|
|
|
883
886
|
'fabric.editor.expand.description': 'Insert an expand',
|
|
884
887
|
'fabric.editor.expand.loading': 'Loading...',
|
|
885
888
|
'fabric.editor.expandAriaLabel': 'Give this expand a title',
|
|
889
|
+
'fabric.editor.expandBodyAriaLabel': 'Expand body content',
|
|
886
890
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
887
891
|
'fabric.editor.expandNode': 'Expand content',
|
|
888
892
|
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
@@ -1016,6 +1020,7 @@ export default {
|
|
|
1016
1020
|
'fabric.editor.invalidDateError': 'Enter a valid date',
|
|
1017
1021
|
'fabric.editor.invalidLink': 'Please enter a valid link.',
|
|
1018
1022
|
'fabric.editor.inviteItem.invalidEmail': 'Enter a valid email address',
|
|
1023
|
+
'fabric.editor.inviteItem.inviteButton': 'Invite',
|
|
1019
1024
|
'fabric.editor.inviteItem.sendInvite': 'Send request to invite teammate',
|
|
1020
1025
|
'fabric.editor.inviteItem.title':
|
|
1021
1026
|
'{userRole, select, admin {Invite teammate to {productName}} trusted {Invite teammate to {productName}} other {Add teammate to {productName}}}',
|
|
@@ -1052,9 +1057,9 @@ export default {
|
|
|
1052
1057
|
'fabric.editor.markdown': 'Markdown',
|
|
1053
1058
|
'fabric.editor.markdownMode.sourceView.ariaLabel': 'Markdown source',
|
|
1054
1059
|
'fabric.editor.markdownMode.viewToggle.groupLabel': 'View mode',
|
|
1055
|
-
'fabric.editor.markdownMode.viewToggle.preview': '
|
|
1056
|
-
'fabric.editor.markdownMode.viewToggle.source': '
|
|
1057
|
-
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG
|
|
1060
|
+
'fabric.editor.markdownMode.viewToggle.preview': 'Split view (coming soon)',
|
|
1061
|
+
'fabric.editor.markdownMode.viewToggle.source': 'Syntax editor',
|
|
1062
|
+
'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG editor',
|
|
1058
1063
|
'fabric.editor.matchCase': 'Match case',
|
|
1059
1064
|
'fabric.editor.media.DefaultMediaWidthDecreased':
|
|
1060
1065
|
'{newMediaWidth, plural, one {Media width decreased to {newMediaWidth,number} pixel.} other {Media width decreased to {newMediaWidth,number} pixels.}}',
|
|
@@ -1067,6 +1072,7 @@ export default {
|
|
|
1067
1072
|
'Unfortunately, we can’t add this image link. Download the image, then drag and drop onto the page.',
|
|
1068
1073
|
'fabric.editor.media.insert.fromUrlWarning':
|
|
1069
1074
|
'This image might not be visible to others due to source restrictions. Consider uploading the file instead.',
|
|
1075
|
+
'fabric.editor.media.insert.generateTabTitle': 'Create',
|
|
1070
1076
|
'fabric.editor.media.insert.insert': 'Insert',
|
|
1071
1077
|
'fabric.editor.media.insert.invalidUrlErrorMessage': 'Invalid link',
|
|
1072
1078
|
'fabric.editor.media.insert.linkTabTitle': 'Link',
|
package/i18n/ja.ts
CHANGED
|
@@ -886,6 +886,7 @@ export default {
|
|
|
886
886
|
'fabric.editor.moveSelectionLeft': '選択を左に移動',
|
|
887
887
|
'fabric.editor.moveSelectionRight': '選択を右に移動',
|
|
888
888
|
'fabric.editor.moveSelectionUp': '選択を上に移動',
|
|
889
|
+
'fabric.editor.nativeEmbeds.expandPreview': 'プレビューを展開',
|
|
889
890
|
'fabric.editor.nativeEmbeds.summarise': '要約',
|
|
890
891
|
'fabric.editor.navigate.toolbar.askAI': 'AI に質問',
|
|
891
892
|
'fabric.editor.navigate.toolbar.editor': 'エディター ツールバーに移動',
|
package/i18n/nl.ts
CHANGED
|
@@ -924,6 +924,7 @@ export default {
|
|
|
924
924
|
'fabric.editor.moveSelectionLeft': 'Selectie naar links verplaatsen',
|
|
925
925
|
'fabric.editor.moveSelectionRight': 'Selectie naar rechts verplaatsen',
|
|
926
926
|
'fabric.editor.moveSelectionUp': 'Selectie omhoog verplaatsen',
|
|
927
|
+
'fabric.editor.nativeEmbeds.expandPreview': 'Voorvertoning uitklappen',
|
|
927
928
|
'fabric.editor.nativeEmbeds.summarise': 'Samenvatten',
|
|
928
929
|
'fabric.editor.navigate.toolbar.askAI': 'Vragen aan AI',
|
|
929
930
|
'fabric.editor.navigate.toolbar.editor': 'Navigeer naar werkbalk editor',
|
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.111.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/"
|