@atlaskit/afm-i18n-platform-editor-editor-common 2.54.0 → 2.56.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.
Files changed (96) hide show
  1. package/dist/cjs/i18n/cs.js +2 -0
  2. package/dist/cjs/i18n/en.js +5 -0
  3. package/dist/cjs/i18n/en_GB.js +5 -0
  4. package/dist/cjs/i18n/en_ZZ.js +5 -0
  5. package/dist/cjs/i18n/es.js +1 -0
  6. package/dist/cjs/i18n/fi.js +2 -0
  7. package/dist/cjs/i18n/hr.js +3 -0
  8. package/dist/cjs/i18n/it.js +1 -0
  9. package/dist/cjs/i18n/ko.js +1 -0
  10. package/dist/cjs/i18n/nb.js +1 -0
  11. package/dist/cjs/i18n/nl.js +5 -0
  12. package/dist/cjs/i18n/pt_BR.js +1 -0
  13. package/dist/cjs/i18n/ru.js +1 -0
  14. package/dist/cjs/i18n/sl.js +2 -0
  15. package/dist/cjs/i18n/sr_RS.js +2 -0
  16. package/dist/cjs/i18n/sr_YR.js +3 -0
  17. package/dist/cjs/i18n/tr.js +1 -0
  18. package/dist/cjs/i18n/uk.js +1 -0
  19. package/dist/cjs/i18n/vi.js +6 -0
  20. package/dist/esm/i18n/cs.d.ts +2 -0
  21. package/dist/esm/i18n/cs.js +2 -0
  22. package/dist/esm/i18n/en.d.ts +5 -0
  23. package/dist/esm/i18n/en.js +5 -0
  24. package/dist/esm/i18n/en_GB.d.ts +5 -0
  25. package/dist/esm/i18n/en_GB.js +5 -0
  26. package/dist/esm/i18n/en_ZZ.d.ts +5 -0
  27. package/dist/esm/i18n/en_ZZ.js +5 -0
  28. package/dist/esm/i18n/es.d.ts +1 -0
  29. package/dist/esm/i18n/es.js +1 -0
  30. package/dist/esm/i18n/fi.d.ts +2 -0
  31. package/dist/esm/i18n/fi.js +2 -0
  32. package/dist/esm/i18n/hr.d.ts +3 -0
  33. package/dist/esm/i18n/hr.js +3 -0
  34. package/dist/esm/i18n/it.d.ts +1 -0
  35. package/dist/esm/i18n/it.js +1 -0
  36. package/dist/esm/i18n/ko.d.ts +1 -0
  37. package/dist/esm/i18n/ko.js +1 -0
  38. package/dist/esm/i18n/nb.d.ts +1 -0
  39. package/dist/esm/i18n/nb.js +1 -0
  40. package/dist/esm/i18n/nl.d.ts +5 -0
  41. package/dist/esm/i18n/nl.js +5 -0
  42. package/dist/esm/i18n/pt_BR.d.ts +1 -0
  43. package/dist/esm/i18n/pt_BR.js +1 -0
  44. package/dist/esm/i18n/ru.d.ts +1 -0
  45. package/dist/esm/i18n/ru.js +1 -0
  46. package/dist/esm/i18n/sl.d.ts +2 -0
  47. package/dist/esm/i18n/sl.js +2 -0
  48. package/dist/esm/i18n/sr_RS.d.ts +2 -0
  49. package/dist/esm/i18n/sr_RS.js +2 -0
  50. package/dist/esm/i18n/sr_YR.d.ts +3 -0
  51. package/dist/esm/i18n/sr_YR.js +3 -0
  52. package/dist/esm/i18n/tr.d.ts +1 -0
  53. package/dist/esm/i18n/tr.js +1 -0
  54. package/dist/esm/i18n/uk.d.ts +1 -0
  55. package/dist/esm/i18n/uk.js +1 -0
  56. package/dist/esm/i18n/vi.d.ts +6 -0
  57. package/dist/esm/i18n/vi.js +6 -0
  58. package/dist/types/i18n/cs.d.ts +2 -0
  59. package/dist/types/i18n/en.d.ts +5 -0
  60. package/dist/types/i18n/en_GB.d.ts +5 -0
  61. package/dist/types/i18n/en_ZZ.d.ts +5 -0
  62. package/dist/types/i18n/es.d.ts +1 -0
  63. package/dist/types/i18n/fi.d.ts +2 -0
  64. package/dist/types/i18n/hr.d.ts +3 -0
  65. package/dist/types/i18n/it.d.ts +1 -0
  66. package/dist/types/i18n/ko.d.ts +1 -0
  67. package/dist/types/i18n/nb.d.ts +1 -0
  68. package/dist/types/i18n/nl.d.ts +5 -0
  69. package/dist/types/i18n/pt_BR.d.ts +1 -0
  70. package/dist/types/i18n/ru.d.ts +1 -0
  71. package/dist/types/i18n/sl.d.ts +2 -0
  72. package/dist/types/i18n/sr_RS.d.ts +2 -0
  73. package/dist/types/i18n/sr_YR.d.ts +3 -0
  74. package/dist/types/i18n/tr.d.ts +1 -0
  75. package/dist/types/i18n/uk.d.ts +1 -0
  76. package/dist/types/i18n/vi.d.ts +6 -0
  77. package/i18n/cs.ts +2 -0
  78. package/i18n/en.ts +5 -0
  79. package/i18n/en_GB.ts +5 -0
  80. package/i18n/en_ZZ.ts +5 -0
  81. package/i18n/es.ts +1 -0
  82. package/i18n/fi.ts +2 -0
  83. package/i18n/hr.ts +3 -0
  84. package/i18n/it.ts +1 -0
  85. package/i18n/ko.ts +1 -0
  86. package/i18n/nb.ts +1 -0
  87. package/i18n/nl.ts +5 -0
  88. package/i18n/pt_BR.ts +1 -0
  89. package/i18n/ru.ts +1 -0
  90. package/i18n/sl.ts +2 -0
  91. package/i18n/sr_RS.ts +2 -0
  92. package/i18n/sr_YR.ts +3 -0
  93. package/i18n/tr.ts +1 -0
  94. package/i18n/uk.ts +1 -0
  95. package/i18n/vi.ts +6 -0
  96. package/package.json +1 -1
@@ -745,7 +745,9 @@ exports.default = {
745
745
  'fabric.editor.moveColumnRight': '{0, plural, one {Přesunout sloupec vpravo} few {Přesunout sloupce vpravo} many {Přesunout sloupce vpravo} other {Přesunout sloupce vpravo}}',
746
746
  'fabric.editor.moveColumnRightHelpDialogLabel': 'Přesunout sloupec vpravo',
747
747
  'fabric.editor.moveDownDown': '{0, plural, one {Přesunout řádek dolů} few {Přesunout řádky dolů} many {Přesunout řádky dolů} other {Přesunout řádky dolů}}',
748
+ 'fabric.editor.moveRowDownHelpDialogLabel': 'Posunout řádek dolů',
748
749
  'fabric.editor.moveRowUp': '{0, plural, one {Přesunout řádek nahoru} few {Přesunout řádky nahoru} many {Přesunout řádky nahoru} other {Přesunout řádky nahoru}}',
750
+ 'fabric.editor.moveRowUpHelpDialogLabel': 'Posunout řádek nahoru',
749
751
  'fabric.editor.navigate.toolbar.askAI': 'Zeptat se AI',
750
752
  'fabric.editor.navigate.toolbar.editor': 'Přejít na panel nástrojů editoru',
751
753
  'fabric.editor.navigate.toolbar.floating': 'Přejít na plovoucí panel nástrojů',
@@ -264,6 +264,7 @@ exports.default = {
264
264
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': 'Use a Rovo agent ({numberOfAgents})',
265
265
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': 'Use general knowledge',
266
266
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': 'Use knowledge from your organization',
267
+ 'fabric.editor.ai.paste-menu.section-title': 'Actions',
267
268
  'fabric.editor.ai.proactive.askAIButtonLabel.non-final': 'Ask AI',
268
269
  'fabric.editor.ai.proactive.beta.label.non-final': 'BETA',
269
270
  'fabric.editor.ai.proactive.close.label.non-final': 'Close',
@@ -401,6 +402,7 @@ exports.default = {
401
402
  'fabric.editor.block.menu.copy.block': 'Copy block',
402
403
  'fabric.editor.block.menu.copy.link': 'Copy link',
403
404
  'fabric.editor.block.menu.copy.link.to.block': 'Copy link to block',
405
+ 'fabric.editor.block.menu.copy.link.to.selection': 'Copy link to selection',
404
406
  'fabric.editor.block.menu.copy.synced.block': 'Copy synced block',
405
407
  'fabric.editor.block.menu.create': 'Create',
406
408
  'fabric.editor.block.menu.create.synced.block': 'Create synced block',
@@ -417,6 +419,7 @@ exports.default = {
417
419
  'fabric.editor.block.menu.paragraph': 'Paragraph',
418
420
  'fabric.editor.block.menu.structure': 'Structure',
419
421
  'fabric.editor.block.menu.suggested': 'Suggested',
422
+ 'fabric.editor.block.menu.sync.block': 'Sync block',
420
423
  'fabric.editor.block.menu.turn.into': 'Turn into',
421
424
  'fabric.editor.block.menu.wrap.icon': 'Wrap',
422
425
  'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
@@ -941,11 +944,13 @@ exports.default = {
941
944
  'fabric.editor.superscript': 'Superscript',
942
945
  'fabric.editor.superscript.off.subscript.on': 'Superscript Off, Subscript On',
943
946
  'fabric.editor.supportAltText': 'Alt text is useful for people using screen readers because of visual limitations.',
947
+ 'fabric.editor.syncBlock': 'Sync block',
944
948
  'fabric.editor.syncBlock.toolbar.newLozenge': 'New',
945
949
  'fabric.editor.syncBlockCopiedAction': 'Learn more',
946
950
  'fabric.editor.syncBlockCopiedDescription': 'Paste your synced block to keep content auto-updated. Permissions are the same.',
947
951
  'fabric.editor.syncBlockCopiedTitle': 'Synced block copied to clipboard',
948
952
  'fabric.editor.syncBlockGroup': 'Sync Block Types',
953
+ 'fabric.editor.syncBlockLabel': 'Sync block',
949
954
  'fabric.editor.syncedBlock': 'Create synced block',
950
955
  'fabric.editor.syncedBlock.description': 'Sync content across multiple locations',
951
956
  'fabric.editor.syncedBlock.label.text': 'Synced block',
@@ -264,6 +264,7 @@ exports.default = {
264
264
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': 'Use a Rovo agent ({numberOfAgents})',
265
265
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': 'Use general knowledge',
266
266
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': 'Use knowledge from your organisation',
267
+ 'fabric.editor.ai.paste-menu.section-title': 'Actions',
267
268
  'fabric.editor.ai.proactive.askAIButtonLabel.non-final': 'Ask AI',
268
269
  'fabric.editor.ai.proactive.beta.label.non-final': 'BETA',
269
270
  'fabric.editor.ai.proactive.close.label.non-final': 'Close',
@@ -401,6 +402,7 @@ exports.default = {
401
402
  'fabric.editor.block.menu.copy.block': 'Copy block',
402
403
  'fabric.editor.block.menu.copy.link': 'Copy link',
403
404
  'fabric.editor.block.menu.copy.link.to.block': 'Copy link to block',
405
+ 'fabric.editor.block.menu.copy.link.to.selection': 'Copy link to selection',
404
406
  'fabric.editor.block.menu.copy.synced.block': 'Copy synced block',
405
407
  'fabric.editor.block.menu.create': 'Create',
406
408
  'fabric.editor.block.menu.create.synced.block': 'Create synced block',
@@ -417,6 +419,7 @@ exports.default = {
417
419
  'fabric.editor.block.menu.paragraph': 'Paragraph',
418
420
  'fabric.editor.block.menu.structure': 'Structure',
419
421
  'fabric.editor.block.menu.suggested': 'Suggested',
422
+ 'fabric.editor.block.menu.sync.block': 'Sync block',
420
423
  'fabric.editor.block.menu.turn.into': 'Turn into',
421
424
  'fabric.editor.block.menu.wrap.icon': 'Wrap',
422
425
  'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
@@ -941,11 +944,13 @@ exports.default = {
941
944
  'fabric.editor.superscript': 'Superscript',
942
945
  'fabric.editor.superscript.off.subscript.on': 'Superscript Off, Subscript On',
943
946
  'fabric.editor.supportAltText': 'Alt text is useful for people using screen readers because of visual limitations.',
947
+ 'fabric.editor.syncBlock': 'Sync block',
944
948
  'fabric.editor.syncBlock.toolbar.newLozenge': 'New',
945
949
  'fabric.editor.syncBlockCopiedAction': 'Learn more',
946
950
  'fabric.editor.syncBlockCopiedDescription': 'Paste your synced block to keep content auto-updated. Permissions are the same.',
947
951
  'fabric.editor.syncBlockCopiedTitle': 'Synced block copied to clipboard',
948
952
  'fabric.editor.syncBlockGroup': 'Sync Block Types',
953
+ 'fabric.editor.syncBlockLabel': 'Sync block',
949
954
  'fabric.editor.syncedBlock': 'Create synced block',
950
955
  'fabric.editor.syncedBlock.description': 'Sync content across multiple locations',
951
956
  'fabric.editor.syncedBlock.label.text': 'Synced block',
@@ -264,6 +264,7 @@ exports.default = {
264
264
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': '⁣⁢Use a Rovo agent ({numberOfAgents})‍‍‌⁠‌‍⁣⁤',
265
265
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': '⁣⁢Use general knowledge؜‌⁡‌‌⁡‌؜⁡⁣⁤',
266
266
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': '⁣⁢Use knowledge from your organization؜⁡‌⁡⁠⁡‍⁡؜⁡⁣⁤',
267
+ 'fabric.editor.ai.paste-menu.section-title': '⁣⁢Actions‌‍‌⁠‌‍⁠؜‌‍‍‍⁡⁣⁤',
267
268
  'fabric.editor.ai.proactive.askAIButtonLabel.non-final': '⁣⁢Ask AI⁠⁡⁡‍؜‌؜‍⁣⁤',
268
269
  'fabric.editor.ai.proactive.beta.label.non-final': '⁣⁢BETA؜⁡؜‍؜⁠‍⁡‌‌⁠‌‍⁡‌⁣⁤',
269
270
  'fabric.editor.ai.proactive.close.label.non-final': '⁣⁢Close⁠‍؜‍؜⁠⁠‍⁠؜⁣⁤',
@@ -401,6 +402,7 @@ exports.default = {
401
402
  'fabric.editor.block.menu.copy.block': '⁣⁢Copy block⁠⁡‍‌؜⁠⁡⁡‍؜؜‌‌⁣⁤',
402
403
  'fabric.editor.block.menu.copy.link': '⁣⁢Copy link⁠‍؜‍‍‌‍‌⁣⁤',
403
404
  'fabric.editor.block.menu.copy.link.to.block': '⁣⁢Copy link to block‌؜‍⁠‌⁠‍؜⁣⁤',
405
+ 'fabric.editor.block.menu.copy.link.to.selection': '⁣⁢Copy link to selection⁠⁡⁡‍‌⁠‌⁡⁠‍؜‌⁣⁤',
404
406
  'fabric.editor.block.menu.copy.synced.block': '⁣⁢Copy synced block‍؜⁠⁡⁡⁠؜⁠⁡؜‍‍⁡‌⁣⁤',
405
407
  'fabric.editor.block.menu.create': '⁣⁢Create‍⁡‍؜⁡⁡‍⁡‌⁣⁤',
406
408
  'fabric.editor.block.menu.create.synced.block': '⁣⁢Create synced block⁡‍؜‌⁠⁠؜‍⁡⁠⁠‍⁡‍⁣⁤',
@@ -417,6 +419,7 @@ exports.default = {
417
419
  'fabric.editor.block.menu.paragraph': '⁣⁢Paragraph⁡⁡؜‍⁡⁡⁠‍⁣⁤',
418
420
  'fabric.editor.block.menu.structure': '⁣⁢Structure⁠‍‌⁠؜‍⁡‍؜‍؜‍⁣⁤',
419
421
  'fabric.editor.block.menu.suggested': '⁣⁢Suggested‍⁠‌⁠‍‍‍⁠⁣⁤',
422
+ 'fabric.editor.block.menu.sync.block': '⁣⁢Sync block⁠؜؜‌⁠؜⁡؜⁡؜⁣⁤',
420
423
  'fabric.editor.block.menu.turn.into': '⁣⁢Turn into⁠‍⁡؜‌⁠⁡؜‍⁡؜⁡⁣⁤',
421
424
  'fabric.editor.block.menu.wrap.icon': '⁣⁢Wrap‍⁠؜⁠؜‍⁡⁣⁤',
422
425
  'fabric.editor.blockCardUnavailable': '⁣⁢The inline link is inside {node} and cannot have its view changed‌⁠‌⁠‍⁠⁣⁤',
@@ -941,11 +944,13 @@ exports.default = {
941
944
  'fabric.editor.superscript': '⁣⁢Superscript‌⁡؜⁡⁠‌‌⁣⁤',
942
945
  'fabric.editor.superscript.off.subscript.on': '⁣⁢Superscript Off, Subscript On‍‌؜‍⁠‍⁣⁤',
943
946
  'fabric.editor.supportAltText': '⁣⁢Alt text is useful for people using screen readers because of visual limitations.؜⁡⁡⁡؜؜؜⁡⁣⁤',
947
+ 'fabric.editor.syncBlock': '⁣⁢Sync block‍‌؜‌؜⁡‌‍⁠⁠⁡⁣⁤',
944
948
  'fabric.editor.syncBlock.toolbar.newLozenge': '⁣⁢New‍⁡⁠؜⁡⁡‌‌⁠⁠‌⁣⁤',
945
949
  'fabric.editor.syncBlockCopiedAction': '⁣⁢Learn more⁡‌‍⁠؜‌‌⁣⁤',
946
950
  'fabric.editor.syncBlockCopiedDescription': '⁣⁢Paste your synced block to keep content auto-updated. Permissions are the same.؜‌؜؜‍‍‌‍⁣⁤',
947
951
  'fabric.editor.syncBlockCopiedTitle': '⁣⁢Synced block copied to clipboard‌؜‍‍؜؜‌⁡؜؜⁡⁡‌⁣⁤',
948
952
  'fabric.editor.syncBlockGroup': '⁣⁢Sync Block Types⁠⁠؜‌؜‍⁠⁠⁣⁤',
953
+ 'fabric.editor.syncBlockLabel': '⁣⁢Sync block⁡⁡⁠‍‌‍⁠؜‍‍؜⁣⁤',
949
954
  'fabric.editor.syncedBlock': '⁣⁢Create synced block‍؜⁡‍⁠‌؜‌⁣⁤',
950
955
  'fabric.editor.syncedBlock.description': '⁣⁢Sync content across multiple locations⁡⁠؜⁠⁡؜‍؜؜⁡‌⁣⁤',
951
956
  'fabric.editor.syncedBlock.label.text': '⁣⁢Synced block؜⁡‍⁠⁡⁠‍‍‌‍⁣⁤',
@@ -256,6 +256,7 @@ exports.default = {
256
256
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': 'Utiliza un Agente Rovo ({numberOfAgents})',
257
257
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': 'Usar conocimientos generales',
258
258
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': 'Usar los conocimientos de tu organización',
259
+ 'fabric.editor.ai.paste-menu.section-title': 'Acciones',
259
260
  'fabric.editor.ai.proactive.error.markdownErrorMessage': 'Estamos teniendo problemas para generar la vista previa. Cierra el diálogo e inténtalo de nuevo.',
260
261
  'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Estamos teniendo problemas. Cierra el diálogo e inténtalo de nuevo.',
261
262
  'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Insertar debajo',
@@ -456,6 +456,7 @@ exports.default = {
456
456
  'fabric.editor.datePickerOpenedAlert': 'Päivämäärän muokkauksen ponnahdusikkuna avattiin – siirry sinne painamalla sarkainta',
457
457
  'fabric.editor.decision': 'Päätös',
458
458
  'fabric.editor.decision.description': 'Taltioi päätökset, jotta niitä on helppo seurata',
459
+ 'fabric.editor.decisionAriaLabel': 'Päätös',
459
460
  'fabric.editor.decisionPlaceholder': 'Lisää päätös...',
460
461
  'fabric.editor.decreaseElementSize': 'Pienennä elementin kokoa',
461
462
  'fabric.editor.decreaseSize': 'Vähennä taulukon/median kokoa',
@@ -966,6 +967,7 @@ exports.default = {
966
967
  'fabric.editor.typeahead.metionListItemLabel': 'Käyttäjä {name} @{shortName}',
967
968
  'fabric.editor.unableToLoadContent': 'Tätä sisältöä ei voitu ladata',
968
969
  'fabric.editor.unableToOpenLink': 'Tätä linkkiä ei voi avata',
970
+ 'fabric.editor.undefinedDecisionAriaLabel': 'Määrittelemätön päätös',
969
971
  'fabric.editor.underline': 'Alleviivaus',
970
972
  'fabric.editor.undo': 'Kumoa',
971
973
  'fabric.editor.unknown.label': 'Tuntematon',
@@ -254,6 +254,7 @@ exports.default = {
254
254
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': 'Koristi Rovo agenta ({numberOfAgents})',
255
255
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': 'Koristi opće znanje',
256
256
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': 'Upotrijebi znanje iz svoje organizacije',
257
+ 'fabric.editor.ai.paste-menu.section-title': 'Radnje',
257
258
  'fabric.editor.ai.proactive.askAIButtonLabel.non-final': 'Pitaj AI',
258
259
  'fabric.editor.ai.proactive.beta.label.non-final': 'BETA',
259
260
  'fabric.editor.ai.proactive.close.label.non-final': 'Zatvori',
@@ -522,6 +523,7 @@ exports.default = {
522
523
  'fabric.editor.date.description': 'Dodaj datum pomoću kalendara',
523
524
  'fabric.editor.decision': 'Odluka',
524
525
  'fabric.editor.decision.description': 'Bilježite odluke radi lakšeg praćenja',
526
+ 'fabric.editor.decisionAriaLabel': 'Odluka',
525
527
  'fabric.editor.decisionPlaceholder': 'Dodaj odluku...',
526
528
  'fabric.editor.decreaseElementSize': 'Smanji veličinu elementa',
527
529
  'fabric.editor.decreaseSize': 'Smanji veličinu tablice ili medija',
@@ -1027,6 +1029,7 @@ exports.default = {
1027
1029
  'fabric.editor.typeahead.metionListItemLabel': 'Korisnik {name} @{shortName}',
1028
1030
  'fabric.editor.unableToLoadContent': 'Ne možemo učitati ovaj sadržaj',
1029
1031
  'fabric.editor.unableToOpenLink': 'Nije moguće otvoriti ovu poveznicu',
1032
+ 'fabric.editor.undefinedDecisionAriaLabel': 'Nedefinirana odluka',
1030
1033
  'fabric.editor.underline': 'Podcrtano',
1031
1034
  'fabric.editor.undo': 'Poništi',
1032
1035
  'fabric.editor.unknown.label': 'Nepoznat',
@@ -255,6 +255,7 @@ exports.default = {
255
255
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': 'Usa un agente Rovo ({numberOfAgents})',
256
256
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': 'Usa le conoscenze generali',
257
257
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': 'Usa le conoscenze della tua organizzazione',
258
+ 'fabric.editor.ai.paste-menu.section-title': 'Azioni',
258
259
  'fabric.editor.ai.proactive.error.markdownErrorMessage': "Stiamo riscontrando problemi nella generazione dell'anteprima. Chiudi la finestra di dialogo e riprova.",
259
260
  'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Stiamo riscontrando problemi. Chiudi la finestra di dialogo e riprova.',
260
261
  'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Inserisci sotto',
@@ -256,6 +256,7 @@ exports.default = {
256
256
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': 'Rovo 에이전트 사용({numberOfAgents}개)',
257
257
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': '일반 참조 자료 사용',
258
258
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': '조직의 참조 자료 사용',
259
+ 'fabric.editor.ai.paste-menu.section-title': '작업',
259
260
  'fabric.editor.ai.proactive.error.markdownErrorMessage': '미리 보기를 생성하는 동안 문제가 발생했습니다. 대화 상자를 닫고 다시 시도하세요.',
260
261
  'fabric.editor.ai.proactive.error.unhandledErrorMessage': '문제가 발생했습니다. 대화 상자를 닫고 다시 시도하세요.',
261
262
  'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': '아래에 삽입',
@@ -255,6 +255,7 @@ exports.default = {
255
255
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': 'Bruk en Rovo-agent ({numberOfAgents})',
256
256
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': 'Bruk generell kunnskap',
257
257
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': 'Bruk kunnskap fra organisasjonen',
258
+ 'fabric.editor.ai.paste-menu.section-title': 'Handlinger',
258
259
  'fabric.editor.ai.proactive.error.markdownErrorMessage': 'Vi har problemer med å generere forhåndsvisningen. Lukk dialogboksen og prøv igjen.',
259
260
  'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Vi har problemer. Lukk dialogboksen og prøv igjen.',
260
261
  'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Sett inn under',
@@ -255,6 +255,7 @@ exports.default = {
255
255
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': 'Een Rovo-Agent gebruiken ({numberOfAgents})',
256
256
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': 'Algemene kennis gebruiken',
257
257
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': 'Kennis binnen je organisatie gebruiken',
258
+ 'fabric.editor.ai.paste-menu.section-title': 'Acties',
258
259
  'fabric.editor.ai.proactive.error.markdownErrorMessage': 'Er gaat aan onze kant iets niet goed bij het genereren van de voorvertoning. Sluit het dialoogvenster en probeer het opnieuw.',
259
260
  'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Er gaat aan onze kant iets niet goed. Sluit het dialoogvenster en probeer het opnieuw.',
260
261
  'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Onderaan invoegen',
@@ -740,9 +741,13 @@ exports.default = {
740
741
  'fabric.editor.mergeCells': 'Voeg cellen samen',
741
742
  'fabric.editor.moreFormatting': 'Meer opmaak',
742
743
  'fabric.editor.moveColumnLeft': '{0, plural, one {Kolom naar links verplaatsen} other {Kolommen naar links verplaatsen}}',
744
+ 'fabric.editor.moveColumnLeftHelpDialogLabel': 'Verplaats kolom naar links',
743
745
  'fabric.editor.moveColumnRight': '{0, plural, one {Kolom naar rechts verplaatsen} other {Kolommen naar rechts verplaatsen}}',
746
+ 'fabric.editor.moveColumnRightHelpDialogLabel': 'Verplaats kolom naar rechts',
744
747
  'fabric.editor.moveDownDown': '{0, plural, one {Rij naar beneden verplaatsen} other {Rijen naar beneden verplaatsen}}',
748
+ 'fabric.editor.moveRowDownHelpDialogLabel': 'Rij omlaag verplaatsen',
745
749
  'fabric.editor.moveRowUp': '{0, plural, one {Rij naar boven verplaatsen} other {Rijen naar boven verplaatsen}}',
750
+ 'fabric.editor.moveRowUpHelpDialogLabel': 'Rij omhoog verplaatsen',
746
751
  'fabric.editor.navigate.toolbar.askAI': 'Vragen aan AI',
747
752
  'fabric.editor.navigate.toolbar.editor': 'Navigeer naar werkbalk editor',
748
753
  'fabric.editor.navigate.toolbar.floating': 'Navigeer naar zwevende werkbalk',
@@ -254,6 +254,7 @@ exports.default = {
254
254
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': 'Use um agente Rovo ({numberOfAgents})',
255
255
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': 'Usar conhecimento geral',
256
256
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': 'Usar conhecimento da organização',
257
+ 'fabric.editor.ai.paste-menu.section-title': 'Ações',
257
258
  'fabric.editor.ai.proactive.error.markdownErrorMessage': 'A gente está com problemas para gerar a pré-visualização. Feche a caixa de diálogo e tente de novo.',
258
259
  'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'A gente está com problemas. Feche a caixa de diálogo e tente de novo.',
259
260
  'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Inserir na parte inferior',
@@ -256,6 +256,7 @@ exports.default = {
256
256
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': 'Используйте агента Rovo ({numberOfAgents})',
257
257
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': 'Использовать общие знания',
258
258
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': 'Использовать знания организации',
259
+ 'fabric.editor.ai.paste-menu.section-title': 'Действия',
259
260
  'fabric.editor.ai.proactive.error.markdownErrorMessage': 'Не удается создать изображение для предварительного просмотра. Закройте диалоговое окно и повторите попытку.',
260
261
  'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Произошла ошибка. Закройте диалоговое окно и повторите попытку.',
261
262
  'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Вставить ниже',
@@ -516,6 +516,7 @@ exports.default = {
516
516
  'fabric.editor.date.description': 'Dodajanje datuma s koledarja',
517
517
  'fabric.editor.decision': 'Odločitev',
518
518
  'fabric.editor.decision.description': 'Zabeležite odločitve, da jih boste lažje spremljali',
519
+ 'fabric.editor.decisionAriaLabel': 'Odločitev',
519
520
  'fabric.editor.decisionPlaceholder': 'Dodajte odločitev …',
520
521
  'fabric.editor.decreaseSize': 'Zmanjšaj velikost tabele ali predstavnosti',
521
522
  'fabric.editor.defaultAltText': 'Dokument',
@@ -1019,6 +1020,7 @@ exports.default = {
1019
1020
  'fabric.editor.typeahead.metionListItemLabel': 'Uporabnik {name} @{shortName}',
1020
1021
  'fabric.editor.unableToLoadContent': 'Te vsebine ni bilo mogoče naložiti',
1021
1022
  'fabric.editor.unableToOpenLink': 'Povezave ni mogoče odpreti',
1023
+ 'fabric.editor.undefinedDecisionAriaLabel': 'Nedoločena odločitev',
1022
1024
  'fabric.editor.underline': 'Podčrtano',
1023
1025
  'fabric.editor.undo': 'Razveljavi',
1024
1026
  'fabric.editor.unknown.label': 'Neznano',
@@ -522,6 +522,7 @@ exports.default = {
522
522
  'fabric.editor.date.description': 'Dodajte datum pomoću kalendara',
523
523
  'fabric.editor.decision': 'Odluka',
524
524
  'fabric.editor.decision.description': 'Zabeležite odluke i lako ih pratite',
525
+ 'fabric.editor.decisionAriaLabel': 'Odluka',
525
526
  'fabric.editor.decisionPlaceholder': 'Dodaj odluku…',
526
527
  'fabric.editor.decreaseElementSize': 'Smanjite element',
527
528
  'fabric.editor.decreaseSize': 'Smanjite veličinu tabele ili medija',
@@ -1027,6 +1028,7 @@ exports.default = {
1027
1028
  'fabric.editor.typeahead.metionListItemLabel': 'Korisnik {name} @{shortName}',
1028
1029
  'fabric.editor.unableToLoadContent': 'Nismo mogli da učitamo ovaj sadržaj',
1029
1030
  'fabric.editor.unableToOpenLink': 'Ovaj link ne može da se otvori',
1031
+ 'fabric.editor.undefinedDecisionAriaLabel': 'Neodređena odluka',
1030
1032
  'fabric.editor.underline': 'Podvučeno',
1031
1033
  'fabric.editor.undo': 'Opozovi',
1032
1034
  'fabric.editor.unknown.label': 'Nepoznato',
@@ -254,6 +254,7 @@ exports.default = {
254
254
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': 'Користите Rovo агента ({numberOfAgents})',
255
255
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': 'Користи опште знање',
256
256
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': 'Користи знање из организације',
257
+ 'fabric.editor.ai.paste-menu.section-title': 'Радње',
257
258
  'fabric.editor.ai.proactive.askAIButtonLabel.non-final': 'Питајте AI',
258
259
  'fabric.editor.ai.proactive.beta.label.non-final': 'БЕТА',
259
260
  'fabric.editor.ai.proactive.close.label.non-final': 'Затвори',
@@ -522,6 +523,7 @@ exports.default = {
522
523
  'fabric.editor.date.description': 'Додајте датум помоћу календара',
523
524
  'fabric.editor.decision': 'Одлука',
524
525
  'fabric.editor.decision.description': 'Забележите одлуке и лако их пратите',
526
+ 'fabric.editor.decisionAriaLabel': 'Одлука',
525
527
  'fabric.editor.decisionPlaceholder': 'Додај одлуку…',
526
528
  'fabric.editor.decreaseElementSize': 'Смањите елемент',
527
529
  'fabric.editor.decreaseSize': 'Смањите величину табеле или медија',
@@ -1027,6 +1029,7 @@ exports.default = {
1027
1029
  'fabric.editor.typeahead.metionListItemLabel': 'Корисник {name} @{shortName}',
1028
1030
  'fabric.editor.unableToLoadContent': 'Нисмо могли да учитамо овај садржај',
1029
1031
  'fabric.editor.unableToOpenLink': 'Овај линк не може да се отвори',
1032
+ 'fabric.editor.undefinedDecisionAriaLabel': 'Неодређена одлука',
1030
1033
  'fabric.editor.underline': 'Подвучено',
1031
1034
  'fabric.editor.undo': 'Опозови',
1032
1035
  'fabric.editor.unknown.label': 'Непознато',
@@ -256,6 +256,7 @@ exports.default = {
256
256
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': 'Rovo aracısı kullanın ({numberOfAgents})',
257
257
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': 'Genel bilgiler kullanılsın',
258
258
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': 'Organizasyonunuzdaki bilgiler kullanılsın',
259
+ 'fabric.editor.ai.paste-menu.section-title': 'İşlemler',
259
260
  'fabric.editor.ai.proactive.error.markdownErrorMessage': 'Önizlemeyi oluştururken bir sorunla karşılaşıldı. İletişim kutusunu kapatın ve yeniden deneyin.',
260
261
  'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Bir sorunla karşılaşıldı. İletişim kutusunu kapatın ve yeniden deneyin.',
261
262
  'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Aşağıya ekle',
@@ -241,6 +241,7 @@ exports.default = {
241
241
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': 'Використання агента Rovo ({numberOfAgents})',
242
242
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': 'Використати загальну інформацію',
243
243
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': 'Використовувати інформацію з вашої організації',
244
+ 'fabric.editor.ai.paste-menu.section-title': 'Дії',
244
245
  'fabric.editor.ai.proactive.error.markdownErrorMessage': 'Не вдалося створити попередню версію. Закрийте діалогове вікно й повторіть спробу.',
245
246
  'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Сталася помилка. Закрийте діалогове вікно й повторіть спробу.',
246
247
  'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Вставити знизу',
@@ -441,6 +441,7 @@ exports.default = {
441
441
  'fabric.editor.datePickerOpenedAlert': 'Cửa sổ bật lên của trình chỉnh sửa ngày đã mở, hãy nhấn Tab để truy cập cửa sổ bật lên',
442
442
  'fabric.editor.decision': 'Quyết định',
443
443
  'fabric.editor.decision.description': 'Thu thập các quyết định để dễ dàng theo dõi',
444
+ 'fabric.editor.decisionAriaLabel': 'Quyết định',
444
445
  'fabric.editor.decisionPlaceholder': 'Thêm quyết định…',
445
446
  'fabric.editor.decreaseElementSize': 'Giảm kích cỡ thành phần',
446
447
  'fabric.editor.decreaseSize': 'Giảm kích thước bảng hoặc nội dung nghe nhìn',
@@ -726,9 +727,13 @@ exports.default = {
726
727
  'fabric.editor.mergeCells': 'Hợp nhất ô',
727
728
  'fabric.editor.moreFormatting': 'Thêm định dạng',
728
729
  'fabric.editor.moveColumnLeft': '{0, plural, other {Di chuyển cột sang trái}}',
730
+ 'fabric.editor.moveColumnLeftHelpDialogLabel': 'Di chuyển cột sang trái',
729
731
  'fabric.editor.moveColumnRight': '{0, plural, other {Di chuyển cột sang phải}}',
732
+ 'fabric.editor.moveColumnRightHelpDialogLabel': 'Di chuyển cột sang phải',
730
733
  'fabric.editor.moveDownDown': '{0, plural, other {Di chuyển hàng xuống dưới}}',
734
+ 'fabric.editor.moveRowDownHelpDialogLabel': 'Di chuyển hàng xuống dưới',
731
735
  'fabric.editor.moveRowUp': '{0, plural, other {Di chuyển hàng lên trên}}',
736
+ 'fabric.editor.moveRowUpHelpDialogLabel': 'Di chuyển hàng lên trên',
732
737
  'fabric.editor.navigate.toolbar.askAI': 'Hỏi AI',
733
738
  'fabric.editor.navigate.toolbar.editor': 'Điều hướng đến thanh công cụ trình biên tập',
734
739
  'fabric.editor.navigate.toolbar.floating': 'Điều hướng đến thanh công cụ nổi',
@@ -947,6 +952,7 @@ exports.default = {
947
952
  'fabric.editor.typeahead.metionListItemLabel': 'Người dùng {name} @{shortName}',
948
953
  'fabric.editor.unableToLoadContent': 'Chúng tôi không tải được nội dung này',
949
954
  'fabric.editor.unableToOpenLink': 'Không thể mở liên kết này',
955
+ 'fabric.editor.undefinedDecisionAriaLabel': 'Quyết định chưa xác định',
950
956
  'fabric.editor.underline': 'Gạch dưới',
951
957
  'fabric.editor.undo': 'Hoàn tác',
952
958
  'fabric.editor.unknown.label': 'Không xác định',
@@ -741,7 +741,9 @@ declare const _default: {
741
741
  'fabric.editor.moveColumnRight': string;
742
742
  'fabric.editor.moveColumnRightHelpDialogLabel': string;
743
743
  'fabric.editor.moveDownDown': string;
744
+ 'fabric.editor.moveRowDownHelpDialogLabel': string;
744
745
  'fabric.editor.moveRowUp': string;
746
+ 'fabric.editor.moveRowUpHelpDialogLabel': string;
745
747
  'fabric.editor.navigate.toolbar.askAI': string;
746
748
  'fabric.editor.navigate.toolbar.editor': string;
747
749
  'fabric.editor.navigate.toolbar.floating': string;
@@ -743,7 +743,9 @@ export default {
743
743
  'fabric.editor.moveColumnRight': '{0, plural, one {Přesunout sloupec vpravo} few {Přesunout sloupce vpravo} many {Přesunout sloupce vpravo} other {Přesunout sloupce vpravo}}',
744
744
  'fabric.editor.moveColumnRightHelpDialogLabel': 'Přesunout sloupec vpravo',
745
745
  'fabric.editor.moveDownDown': '{0, plural, one {Přesunout řádek dolů} few {Přesunout řádky dolů} many {Přesunout řádky dolů} other {Přesunout řádky dolů}}',
746
+ 'fabric.editor.moveRowDownHelpDialogLabel': 'Posunout řádek dolů',
746
747
  'fabric.editor.moveRowUp': '{0, plural, one {Přesunout řádek nahoru} few {Přesunout řádky nahoru} many {Přesunout řádky nahoru} other {Přesunout řádky nahoru}}',
748
+ 'fabric.editor.moveRowUpHelpDialogLabel': 'Posunout řádek nahoru',
747
749
  'fabric.editor.navigate.toolbar.askAI': 'Zeptat se AI',
748
750
  'fabric.editor.navigate.toolbar.editor': 'Přejít na panel nástrojů editoru',
749
751
  'fabric.editor.navigate.toolbar.floating': 'Přejít na plovoucí panel nástrojů',
@@ -260,6 +260,7 @@ declare const _default: {
260
260
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': string;
261
261
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': string;
262
262
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': string;
263
+ 'fabric.editor.ai.paste-menu.section-title': string;
263
264
  'fabric.editor.ai.proactive.askAIButtonLabel.non-final': string;
264
265
  'fabric.editor.ai.proactive.beta.label.non-final': string;
265
266
  'fabric.editor.ai.proactive.close.label.non-final': string;
@@ -397,6 +398,7 @@ declare const _default: {
397
398
  'fabric.editor.block.menu.copy.block': string;
398
399
  'fabric.editor.block.menu.copy.link': string;
399
400
  'fabric.editor.block.menu.copy.link.to.block': string;
401
+ 'fabric.editor.block.menu.copy.link.to.selection': string;
400
402
  'fabric.editor.block.menu.copy.synced.block': string;
401
403
  'fabric.editor.block.menu.create': string;
402
404
  'fabric.editor.block.menu.create.synced.block': string;
@@ -413,6 +415,7 @@ declare const _default: {
413
415
  'fabric.editor.block.menu.paragraph': string;
414
416
  'fabric.editor.block.menu.structure': string;
415
417
  'fabric.editor.block.menu.suggested': string;
418
+ 'fabric.editor.block.menu.sync.block': string;
416
419
  'fabric.editor.block.menu.turn.into': string;
417
420
  'fabric.editor.block.menu.wrap.icon': string;
418
421
  'fabric.editor.blockCardUnavailable': string;
@@ -937,11 +940,13 @@ declare const _default: {
937
940
  'fabric.editor.superscript': string;
938
941
  'fabric.editor.superscript.off.subscript.on': string;
939
942
  'fabric.editor.supportAltText': string;
943
+ 'fabric.editor.syncBlock': string;
940
944
  'fabric.editor.syncBlock.toolbar.newLozenge': string;
941
945
  'fabric.editor.syncBlockCopiedAction': string;
942
946
  'fabric.editor.syncBlockCopiedDescription': string;
943
947
  'fabric.editor.syncBlockCopiedTitle': string;
944
948
  'fabric.editor.syncBlockGroup': string;
949
+ 'fabric.editor.syncBlockLabel': string;
945
950
  'fabric.editor.syncedBlock': string;
946
951
  'fabric.editor.syncedBlock.description': string;
947
952
  'fabric.editor.syncedBlock.label.text': string;
@@ -262,6 +262,7 @@ export default {
262
262
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': 'Use a Rovo agent ({numberOfAgents})',
263
263
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': 'Use general knowledge',
264
264
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': 'Use knowledge from your organization',
265
+ 'fabric.editor.ai.paste-menu.section-title': 'Actions',
265
266
  'fabric.editor.ai.proactive.askAIButtonLabel.non-final': 'Ask AI',
266
267
  'fabric.editor.ai.proactive.beta.label.non-final': 'BETA',
267
268
  'fabric.editor.ai.proactive.close.label.non-final': 'Close',
@@ -399,6 +400,7 @@ export default {
399
400
  'fabric.editor.block.menu.copy.block': 'Copy block',
400
401
  'fabric.editor.block.menu.copy.link': 'Copy link',
401
402
  'fabric.editor.block.menu.copy.link.to.block': 'Copy link to block',
403
+ 'fabric.editor.block.menu.copy.link.to.selection': 'Copy link to selection',
402
404
  'fabric.editor.block.menu.copy.synced.block': 'Copy synced block',
403
405
  'fabric.editor.block.menu.create': 'Create',
404
406
  'fabric.editor.block.menu.create.synced.block': 'Create synced block',
@@ -415,6 +417,7 @@ export default {
415
417
  'fabric.editor.block.menu.paragraph': 'Paragraph',
416
418
  'fabric.editor.block.menu.structure': 'Structure',
417
419
  'fabric.editor.block.menu.suggested': 'Suggested',
420
+ 'fabric.editor.block.menu.sync.block': 'Sync block',
418
421
  'fabric.editor.block.menu.turn.into': 'Turn into',
419
422
  'fabric.editor.block.menu.wrap.icon': 'Wrap',
420
423
  'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
@@ -939,11 +942,13 @@ export default {
939
942
  'fabric.editor.superscript': 'Superscript',
940
943
  'fabric.editor.superscript.off.subscript.on': 'Superscript Off, Subscript On',
941
944
  'fabric.editor.supportAltText': 'Alt text is useful for people using screen readers because of visual limitations.',
945
+ 'fabric.editor.syncBlock': 'Sync block',
942
946
  'fabric.editor.syncBlock.toolbar.newLozenge': 'New',
943
947
  'fabric.editor.syncBlockCopiedAction': 'Learn more',
944
948
  'fabric.editor.syncBlockCopiedDescription': 'Paste your synced block to keep content auto-updated. Permissions are the same.',
945
949
  'fabric.editor.syncBlockCopiedTitle': 'Synced block copied to clipboard',
946
950
  'fabric.editor.syncBlockGroup': 'Sync Block Types',
951
+ 'fabric.editor.syncBlockLabel': 'Sync block',
947
952
  'fabric.editor.syncedBlock': 'Create synced block',
948
953
  'fabric.editor.syncedBlock.description': 'Sync content across multiple locations',
949
954
  'fabric.editor.syncedBlock.label.text': 'Synced block',
@@ -260,6 +260,7 @@ declare const _default: {
260
260
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': string;
261
261
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': string;
262
262
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': string;
263
+ 'fabric.editor.ai.paste-menu.section-title': string;
263
264
  'fabric.editor.ai.proactive.askAIButtonLabel.non-final': string;
264
265
  'fabric.editor.ai.proactive.beta.label.non-final': string;
265
266
  'fabric.editor.ai.proactive.close.label.non-final': string;
@@ -397,6 +398,7 @@ declare const _default: {
397
398
  'fabric.editor.block.menu.copy.block': string;
398
399
  'fabric.editor.block.menu.copy.link': string;
399
400
  'fabric.editor.block.menu.copy.link.to.block': string;
401
+ 'fabric.editor.block.menu.copy.link.to.selection': string;
400
402
  'fabric.editor.block.menu.copy.synced.block': string;
401
403
  'fabric.editor.block.menu.create': string;
402
404
  'fabric.editor.block.menu.create.synced.block': string;
@@ -413,6 +415,7 @@ declare const _default: {
413
415
  'fabric.editor.block.menu.paragraph': string;
414
416
  'fabric.editor.block.menu.structure': string;
415
417
  'fabric.editor.block.menu.suggested': string;
418
+ 'fabric.editor.block.menu.sync.block': string;
416
419
  'fabric.editor.block.menu.turn.into': string;
417
420
  'fabric.editor.block.menu.wrap.icon': string;
418
421
  'fabric.editor.blockCardUnavailable': string;
@@ -937,11 +940,13 @@ declare const _default: {
937
940
  'fabric.editor.superscript': string;
938
941
  'fabric.editor.superscript.off.subscript.on': string;
939
942
  'fabric.editor.supportAltText': string;
943
+ 'fabric.editor.syncBlock': string;
940
944
  'fabric.editor.syncBlock.toolbar.newLozenge': string;
941
945
  'fabric.editor.syncBlockCopiedAction': string;
942
946
  'fabric.editor.syncBlockCopiedDescription': string;
943
947
  'fabric.editor.syncBlockCopiedTitle': string;
944
948
  'fabric.editor.syncBlockGroup': string;
949
+ 'fabric.editor.syncBlockLabel': string;
945
950
  'fabric.editor.syncedBlock': string;
946
951
  'fabric.editor.syncedBlock.description': string;
947
952
  'fabric.editor.syncedBlock.label.text': string;
@@ -262,6 +262,7 @@ export default {
262
262
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': 'Use a Rovo agent ({numberOfAgents})',
263
263
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': 'Use general knowledge',
264
264
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': 'Use knowledge from your organisation',
265
+ 'fabric.editor.ai.paste-menu.section-title': 'Actions',
265
266
  'fabric.editor.ai.proactive.askAIButtonLabel.non-final': 'Ask AI',
266
267
  'fabric.editor.ai.proactive.beta.label.non-final': 'BETA',
267
268
  'fabric.editor.ai.proactive.close.label.non-final': 'Close',
@@ -399,6 +400,7 @@ export default {
399
400
  'fabric.editor.block.menu.copy.block': 'Copy block',
400
401
  'fabric.editor.block.menu.copy.link': 'Copy link',
401
402
  'fabric.editor.block.menu.copy.link.to.block': 'Copy link to block',
403
+ 'fabric.editor.block.menu.copy.link.to.selection': 'Copy link to selection',
402
404
  'fabric.editor.block.menu.copy.synced.block': 'Copy synced block',
403
405
  'fabric.editor.block.menu.create': 'Create',
404
406
  'fabric.editor.block.menu.create.synced.block': 'Create synced block',
@@ -415,6 +417,7 @@ export default {
415
417
  'fabric.editor.block.menu.paragraph': 'Paragraph',
416
418
  'fabric.editor.block.menu.structure': 'Structure',
417
419
  'fabric.editor.block.menu.suggested': 'Suggested',
420
+ 'fabric.editor.block.menu.sync.block': 'Sync block',
418
421
  'fabric.editor.block.menu.turn.into': 'Turn into',
419
422
  'fabric.editor.block.menu.wrap.icon': 'Wrap',
420
423
  'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
@@ -939,11 +942,13 @@ export default {
939
942
  'fabric.editor.superscript': 'Superscript',
940
943
  'fabric.editor.superscript.off.subscript.on': 'Superscript Off, Subscript On',
941
944
  'fabric.editor.supportAltText': 'Alt text is useful for people using screen readers because of visual limitations.',
945
+ 'fabric.editor.syncBlock': 'Sync block',
942
946
  'fabric.editor.syncBlock.toolbar.newLozenge': 'New',
943
947
  'fabric.editor.syncBlockCopiedAction': 'Learn more',
944
948
  'fabric.editor.syncBlockCopiedDescription': 'Paste your synced block to keep content auto-updated. Permissions are the same.',
945
949
  'fabric.editor.syncBlockCopiedTitle': 'Synced block copied to clipboard',
946
950
  'fabric.editor.syncBlockGroup': 'Sync Block Types',
951
+ 'fabric.editor.syncBlockLabel': 'Sync block',
947
952
  'fabric.editor.syncedBlock': 'Create synced block',
948
953
  'fabric.editor.syncedBlock.description': 'Sync content across multiple locations',
949
954
  'fabric.editor.syncedBlock.label.text': 'Synced block',
@@ -260,6 +260,7 @@ declare const _default: {
260
260
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': string;
261
261
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': string;
262
262
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': string;
263
+ 'fabric.editor.ai.paste-menu.section-title': string;
263
264
  'fabric.editor.ai.proactive.askAIButtonLabel.non-final': string;
264
265
  'fabric.editor.ai.proactive.beta.label.non-final': string;
265
266
  'fabric.editor.ai.proactive.close.label.non-final': string;
@@ -397,6 +398,7 @@ declare const _default: {
397
398
  'fabric.editor.block.menu.copy.block': string;
398
399
  'fabric.editor.block.menu.copy.link': string;
399
400
  'fabric.editor.block.menu.copy.link.to.block': string;
401
+ 'fabric.editor.block.menu.copy.link.to.selection': string;
400
402
  'fabric.editor.block.menu.copy.synced.block': string;
401
403
  'fabric.editor.block.menu.create': string;
402
404
  'fabric.editor.block.menu.create.synced.block': string;
@@ -413,6 +415,7 @@ declare const _default: {
413
415
  'fabric.editor.block.menu.paragraph': string;
414
416
  'fabric.editor.block.menu.structure': string;
415
417
  'fabric.editor.block.menu.suggested': string;
418
+ 'fabric.editor.block.menu.sync.block': string;
416
419
  'fabric.editor.block.menu.turn.into': string;
417
420
  'fabric.editor.block.menu.wrap.icon': string;
418
421
  'fabric.editor.blockCardUnavailable': string;
@@ -937,11 +940,13 @@ declare const _default: {
937
940
  'fabric.editor.superscript': string;
938
941
  'fabric.editor.superscript.off.subscript.on': string;
939
942
  'fabric.editor.supportAltText': string;
943
+ 'fabric.editor.syncBlock': string;
940
944
  'fabric.editor.syncBlock.toolbar.newLozenge': string;
941
945
  'fabric.editor.syncBlockCopiedAction': string;
942
946
  'fabric.editor.syncBlockCopiedDescription': string;
943
947
  'fabric.editor.syncBlockCopiedTitle': string;
944
948
  'fabric.editor.syncBlockGroup': string;
949
+ 'fabric.editor.syncBlockLabel': string;
945
950
  'fabric.editor.syncedBlock': string;
946
951
  'fabric.editor.syncedBlock.description': string;
947
952
  'fabric.editor.syncedBlock.label.text': string;