@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
@@ -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؜⁡‍⁠⁡⁠‍‍‌‍⁣⁤',
@@ -252,6 +252,7 @@ declare const _default: {
252
252
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': string;
253
253
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': string;
254
254
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': string;
255
+ 'fabric.editor.ai.paste-menu.section-title': string;
255
256
  'fabric.editor.ai.proactive.error.markdownErrorMessage': string;
256
257
  'fabric.editor.ai.proactive.error.unhandledErrorMessage': string;
257
258
  'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': string;
@@ -254,6 +254,7 @@ export default {
254
254
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': 'Utiliza un Agente Rovo ({numberOfAgents})',
255
255
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': 'Usar conocimientos generales',
256
256
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': 'Usar los conocimientos de tu organización',
257
+ 'fabric.editor.ai.paste-menu.section-title': 'Acciones',
257
258
  'fabric.editor.ai.proactive.error.markdownErrorMessage': 'Estamos teniendo problemas para generar la vista previa. Cierra el diálogo e inténtalo de nuevo.',
258
259
  'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Estamos teniendo problemas. Cierra el diálogo e inténtalo de nuevo.',
259
260
  'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Insertar debajo',
@@ -452,6 +452,7 @@ declare const _default: {
452
452
  'fabric.editor.datePickerOpenedAlert': string;
453
453
  'fabric.editor.decision': string;
454
454
  'fabric.editor.decision.description': string;
455
+ 'fabric.editor.decisionAriaLabel': string;
455
456
  'fabric.editor.decisionPlaceholder': string;
456
457
  'fabric.editor.decreaseElementSize': string;
457
458
  'fabric.editor.decreaseSize': string;
@@ -962,6 +963,7 @@ declare const _default: {
962
963
  'fabric.editor.typeahead.metionListItemLabel': string;
963
964
  'fabric.editor.unableToLoadContent': string;
964
965
  'fabric.editor.unableToOpenLink': string;
966
+ 'fabric.editor.undefinedDecisionAriaLabel': string;
965
967
  'fabric.editor.underline': string;
966
968
  'fabric.editor.undo': string;
967
969
  'fabric.editor.unknown.label': string;
@@ -454,6 +454,7 @@ export default {
454
454
  'fabric.editor.datePickerOpenedAlert': 'Päivämäärän muokkauksen ponnahdusikkuna avattiin – siirry sinne painamalla sarkainta',
455
455
  'fabric.editor.decision': 'Päätös',
456
456
  'fabric.editor.decision.description': 'Taltioi päätökset, jotta niitä on helppo seurata',
457
+ 'fabric.editor.decisionAriaLabel': 'Päätös',
457
458
  'fabric.editor.decisionPlaceholder': 'Lisää päätös...',
458
459
  'fabric.editor.decreaseElementSize': 'Pienennä elementin kokoa',
459
460
  'fabric.editor.decreaseSize': 'Vähennä taulukon/median kokoa',
@@ -964,6 +965,7 @@ export default {
964
965
  'fabric.editor.typeahead.metionListItemLabel': 'Käyttäjä {name} @{shortName}',
965
966
  'fabric.editor.unableToLoadContent': 'Tätä sisältöä ei voitu ladata',
966
967
  'fabric.editor.unableToOpenLink': 'Tätä linkkiä ei voi avata',
968
+ 'fabric.editor.undefinedDecisionAriaLabel': 'Määrittelemätön päätös',
967
969
  'fabric.editor.underline': 'Alleviivaus',
968
970
  'fabric.editor.undo': 'Kumoa',
969
971
  'fabric.editor.unknown.label': 'Tuntematon',
@@ -250,6 +250,7 @@ declare const _default: {
250
250
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': string;
251
251
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': string;
252
252
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': string;
253
+ 'fabric.editor.ai.paste-menu.section-title': string;
253
254
  'fabric.editor.ai.proactive.askAIButtonLabel.non-final': string;
254
255
  'fabric.editor.ai.proactive.beta.label.non-final': string;
255
256
  'fabric.editor.ai.proactive.close.label.non-final': string;
@@ -518,6 +519,7 @@ declare const _default: {
518
519
  'fabric.editor.date.description': string;
519
520
  'fabric.editor.decision': string;
520
521
  'fabric.editor.decision.description': string;
522
+ 'fabric.editor.decisionAriaLabel': string;
521
523
  'fabric.editor.decisionPlaceholder': string;
522
524
  'fabric.editor.decreaseElementSize': string;
523
525
  'fabric.editor.decreaseSize': string;
@@ -1023,6 +1025,7 @@ declare const _default: {
1023
1025
  'fabric.editor.typeahead.metionListItemLabel': string;
1024
1026
  'fabric.editor.unableToLoadContent': string;
1025
1027
  'fabric.editor.unableToOpenLink': string;
1028
+ 'fabric.editor.undefinedDecisionAriaLabel': string;
1026
1029
  'fabric.editor.underline': string;
1027
1030
  'fabric.editor.undo': string;
1028
1031
  'fabric.editor.unknown.label': string;
@@ -252,6 +252,7 @@ export default {
252
252
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': 'Koristi Rovo agenta ({numberOfAgents})',
253
253
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': 'Koristi opće znanje',
254
254
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': 'Upotrijebi znanje iz svoje organizacije',
255
+ 'fabric.editor.ai.paste-menu.section-title': 'Radnje',
255
256
  'fabric.editor.ai.proactive.askAIButtonLabel.non-final': 'Pitaj AI',
256
257
  'fabric.editor.ai.proactive.beta.label.non-final': 'BETA',
257
258
  'fabric.editor.ai.proactive.close.label.non-final': 'Zatvori',
@@ -520,6 +521,7 @@ export default {
520
521
  'fabric.editor.date.description': 'Dodaj datum pomoću kalendara',
521
522
  'fabric.editor.decision': 'Odluka',
522
523
  'fabric.editor.decision.description': 'Bilježite odluke radi lakšeg praćenja',
524
+ 'fabric.editor.decisionAriaLabel': 'Odluka',
523
525
  'fabric.editor.decisionPlaceholder': 'Dodaj odluku...',
524
526
  'fabric.editor.decreaseElementSize': 'Smanji veličinu elementa',
525
527
  'fabric.editor.decreaseSize': 'Smanji veličinu tablice ili medija',
@@ -1025,6 +1027,7 @@ export default {
1025
1027
  'fabric.editor.typeahead.metionListItemLabel': 'Korisnik {name} @{shortName}',
1026
1028
  'fabric.editor.unableToLoadContent': 'Ne možemo učitati ovaj sadržaj',
1027
1029
  'fabric.editor.unableToOpenLink': 'Nije moguće otvoriti ovu poveznicu',
1030
+ 'fabric.editor.undefinedDecisionAriaLabel': 'Nedefinirana odluka',
1028
1031
  'fabric.editor.underline': 'Podcrtano',
1029
1032
  'fabric.editor.undo': 'Poništi',
1030
1033
  'fabric.editor.unknown.label': 'Nepoznat',
@@ -251,6 +251,7 @@ declare const _default: {
251
251
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': string;
252
252
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': string;
253
253
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': string;
254
+ 'fabric.editor.ai.paste-menu.section-title': string;
254
255
  'fabric.editor.ai.proactive.error.markdownErrorMessage': string;
255
256
  'fabric.editor.ai.proactive.error.unhandledErrorMessage': string;
256
257
  'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': string;
@@ -253,6 +253,7 @@ export default {
253
253
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': 'Usa un agente Rovo ({numberOfAgents})',
254
254
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': 'Usa le conoscenze generali',
255
255
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': 'Usa le conoscenze della tua organizzazione',
256
+ 'fabric.editor.ai.paste-menu.section-title': 'Azioni',
256
257
  'fabric.editor.ai.proactive.error.markdownErrorMessage': "Stiamo riscontrando problemi nella generazione dell'anteprima. Chiudi la finestra di dialogo e riprova.",
257
258
  'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Stiamo riscontrando problemi. Chiudi la finestra di dialogo e riprova.',
258
259
  'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Inserisci sotto',
@@ -252,6 +252,7 @@ declare const _default: {
252
252
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': string;
253
253
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': string;
254
254
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': string;
255
+ 'fabric.editor.ai.paste-menu.section-title': string;
255
256
  'fabric.editor.ai.proactive.error.markdownErrorMessage': string;
256
257
  'fabric.editor.ai.proactive.error.unhandledErrorMessage': string;
257
258
  'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': string;
@@ -254,6 +254,7 @@ export 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.error.markdownErrorMessage': '미리 보기를 생성하는 동안 문제가 발생했습니다. 대화 상자를 닫고 다시 시도하세요.',
258
259
  'fabric.editor.ai.proactive.error.unhandledErrorMessage': '문제가 발생했습니다. 대화 상자를 닫고 다시 시도하세요.',
259
260
  'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': '아래에 삽입',
@@ -251,6 +251,7 @@ declare const _default: {
251
251
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': string;
252
252
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': string;
253
253
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': string;
254
+ 'fabric.editor.ai.paste-menu.section-title': string;
254
255
  'fabric.editor.ai.proactive.error.markdownErrorMessage': string;
255
256
  'fabric.editor.ai.proactive.error.unhandledErrorMessage': string;
256
257
  'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': string;
@@ -253,6 +253,7 @@ export default {
253
253
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': 'Bruk en Rovo-agent ({numberOfAgents})',
254
254
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': 'Bruk generell kunnskap',
255
255
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': 'Bruk kunnskap fra organisasjonen',
256
+ 'fabric.editor.ai.paste-menu.section-title': 'Handlinger',
256
257
  'fabric.editor.ai.proactive.error.markdownErrorMessage': 'Vi har problemer med å generere forhåndsvisningen. Lukk dialogboksen og prøv igjen.',
257
258
  'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Vi har problemer. Lukk dialogboksen og prøv igjen.',
258
259
  'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Sett inn under',
@@ -251,6 +251,7 @@ declare const _default: {
251
251
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': string;
252
252
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': string;
253
253
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': string;
254
+ 'fabric.editor.ai.paste-menu.section-title': string;
254
255
  'fabric.editor.ai.proactive.error.markdownErrorMessage': string;
255
256
  'fabric.editor.ai.proactive.error.unhandledErrorMessage': string;
256
257
  'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': string;
@@ -736,9 +737,13 @@ declare const _default: {
736
737
  'fabric.editor.mergeCells': string;
737
738
  'fabric.editor.moreFormatting': string;
738
739
  'fabric.editor.moveColumnLeft': string;
740
+ 'fabric.editor.moveColumnLeftHelpDialogLabel': string;
739
741
  'fabric.editor.moveColumnRight': string;
742
+ 'fabric.editor.moveColumnRightHelpDialogLabel': string;
740
743
  'fabric.editor.moveDownDown': string;
744
+ 'fabric.editor.moveRowDownHelpDialogLabel': string;
741
745
  'fabric.editor.moveRowUp': string;
746
+ 'fabric.editor.moveRowUpHelpDialogLabel': string;
742
747
  'fabric.editor.navigate.toolbar.askAI': string;
743
748
  'fabric.editor.navigate.toolbar.editor': string;
744
749
  'fabric.editor.navigate.toolbar.floating': string;
@@ -253,6 +253,7 @@ export default {
253
253
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': 'Een Rovo-Agent gebruiken ({numberOfAgents})',
254
254
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': 'Algemene kennis gebruiken',
255
255
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': 'Kennis binnen je organisatie gebruiken',
256
+ 'fabric.editor.ai.paste-menu.section-title': 'Acties',
256
257
  '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.',
257
258
  'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Er gaat aan onze kant iets niet goed. Sluit het dialoogvenster en probeer het opnieuw.',
258
259
  'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Onderaan invoegen',
@@ -738,9 +739,13 @@ export default {
738
739
  'fabric.editor.mergeCells': 'Voeg cellen samen',
739
740
  'fabric.editor.moreFormatting': 'Meer opmaak',
740
741
  'fabric.editor.moveColumnLeft': '{0, plural, one {Kolom naar links verplaatsen} other {Kolommen naar links verplaatsen}}',
742
+ 'fabric.editor.moveColumnLeftHelpDialogLabel': 'Verplaats kolom naar links',
741
743
  'fabric.editor.moveColumnRight': '{0, plural, one {Kolom naar rechts verplaatsen} other {Kolommen naar rechts verplaatsen}}',
744
+ 'fabric.editor.moveColumnRightHelpDialogLabel': 'Verplaats kolom naar rechts',
742
745
  'fabric.editor.moveDownDown': '{0, plural, one {Rij naar beneden verplaatsen} other {Rijen naar beneden verplaatsen}}',
746
+ 'fabric.editor.moveRowDownHelpDialogLabel': 'Rij omlaag verplaatsen',
743
747
  'fabric.editor.moveRowUp': '{0, plural, one {Rij naar boven verplaatsen} other {Rijen naar boven verplaatsen}}',
748
+ 'fabric.editor.moveRowUpHelpDialogLabel': 'Rij omhoog verplaatsen',
744
749
  'fabric.editor.navigate.toolbar.askAI': 'Vragen aan AI',
745
750
  'fabric.editor.navigate.toolbar.editor': 'Navigeer naar werkbalk editor',
746
751
  'fabric.editor.navigate.toolbar.floating': 'Navigeer naar zwevende werkbalk',
@@ -250,6 +250,7 @@ declare const _default: {
250
250
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': string;
251
251
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': string;
252
252
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': string;
253
+ 'fabric.editor.ai.paste-menu.section-title': string;
253
254
  'fabric.editor.ai.proactive.error.markdownErrorMessage': string;
254
255
  'fabric.editor.ai.proactive.error.unhandledErrorMessage': string;
255
256
  'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': string;
@@ -252,6 +252,7 @@ export default {
252
252
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': 'Use um agente Rovo ({numberOfAgents})',
253
253
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': 'Usar conhecimento geral',
254
254
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': 'Usar conhecimento da organização',
255
+ 'fabric.editor.ai.paste-menu.section-title': 'Ações',
255
256
  '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.',
256
257
  'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'A gente está com problemas. Feche a caixa de diálogo e tente de novo.',
257
258
  'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Inserir na parte inferior',
@@ -252,6 +252,7 @@ declare const _default: {
252
252
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': string;
253
253
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': string;
254
254
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': string;
255
+ 'fabric.editor.ai.paste-menu.section-title': string;
255
256
  'fabric.editor.ai.proactive.error.markdownErrorMessage': string;
256
257
  'fabric.editor.ai.proactive.error.unhandledErrorMessage': string;
257
258
  'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': string;
@@ -254,6 +254,7 @@ export 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.error.markdownErrorMessage': 'Не удается создать изображение для предварительного просмотра. Закройте диалоговое окно и повторите попытку.',
258
259
  'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Произошла ошибка. Закройте диалоговое окно и повторите попытку.',
259
260
  'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Вставить ниже',
@@ -512,6 +512,7 @@ declare const _default: {
512
512
  'fabric.editor.date.description': string;
513
513
  'fabric.editor.decision': string;
514
514
  'fabric.editor.decision.description': string;
515
+ 'fabric.editor.decisionAriaLabel': string;
515
516
  'fabric.editor.decisionPlaceholder': string;
516
517
  'fabric.editor.decreaseSize': string;
517
518
  'fabric.editor.defaultAltText': string;
@@ -1015,6 +1016,7 @@ declare const _default: {
1015
1016
  'fabric.editor.typeahead.metionListItemLabel': string;
1016
1017
  'fabric.editor.unableToLoadContent': string;
1017
1018
  'fabric.editor.unableToOpenLink': string;
1019
+ 'fabric.editor.undefinedDecisionAriaLabel': string;
1018
1020
  'fabric.editor.underline': string;
1019
1021
  'fabric.editor.undo': string;
1020
1022
  'fabric.editor.unknown.label': string;
@@ -514,6 +514,7 @@ export default {
514
514
  'fabric.editor.date.description': 'Dodajanje datuma s koledarja',
515
515
  'fabric.editor.decision': 'Odločitev',
516
516
  'fabric.editor.decision.description': 'Zabeležite odločitve, da jih boste lažje spremljali',
517
+ 'fabric.editor.decisionAriaLabel': 'Odločitev',
517
518
  'fabric.editor.decisionPlaceholder': 'Dodajte odločitev …',
518
519
  'fabric.editor.decreaseSize': 'Zmanjšaj velikost tabele ali predstavnosti',
519
520
  'fabric.editor.defaultAltText': 'Dokument',
@@ -1017,6 +1018,7 @@ export default {
1017
1018
  'fabric.editor.typeahead.metionListItemLabel': 'Uporabnik {name} @{shortName}',
1018
1019
  'fabric.editor.unableToLoadContent': 'Te vsebine ni bilo mogoče naložiti',
1019
1020
  'fabric.editor.unableToOpenLink': 'Povezave ni mogoče odpreti',
1021
+ 'fabric.editor.undefinedDecisionAriaLabel': 'Nedoločena odločitev',
1020
1022
  'fabric.editor.underline': 'Podčrtano',
1021
1023
  'fabric.editor.undo': 'Razveljavi',
1022
1024
  'fabric.editor.unknown.label': 'Neznano',
@@ -518,6 +518,7 @@ declare const _default: {
518
518
  'fabric.editor.date.description': string;
519
519
  'fabric.editor.decision': string;
520
520
  'fabric.editor.decision.description': string;
521
+ 'fabric.editor.decisionAriaLabel': string;
521
522
  'fabric.editor.decisionPlaceholder': string;
522
523
  'fabric.editor.decreaseElementSize': string;
523
524
  'fabric.editor.decreaseSize': string;
@@ -1023,6 +1024,7 @@ declare const _default: {
1023
1024
  'fabric.editor.typeahead.metionListItemLabel': string;
1024
1025
  'fabric.editor.unableToLoadContent': string;
1025
1026
  'fabric.editor.unableToOpenLink': string;
1027
+ 'fabric.editor.undefinedDecisionAriaLabel': string;
1026
1028
  'fabric.editor.underline': string;
1027
1029
  'fabric.editor.undo': string;
1028
1030
  'fabric.editor.unknown.label': string;
@@ -520,6 +520,7 @@ export default {
520
520
  'fabric.editor.date.description': 'Dodajte datum pomoću kalendara',
521
521
  'fabric.editor.decision': 'Odluka',
522
522
  'fabric.editor.decision.description': 'Zabeležite odluke i lako ih pratite',
523
+ 'fabric.editor.decisionAriaLabel': 'Odluka',
523
524
  'fabric.editor.decisionPlaceholder': 'Dodaj odluku…',
524
525
  'fabric.editor.decreaseElementSize': 'Smanjite element',
525
526
  'fabric.editor.decreaseSize': 'Smanjite veličinu tabele ili medija',
@@ -1025,6 +1026,7 @@ export default {
1025
1026
  'fabric.editor.typeahead.metionListItemLabel': 'Korisnik {name} @{shortName}',
1026
1027
  'fabric.editor.unableToLoadContent': 'Nismo mogli da učitamo ovaj sadržaj',
1027
1028
  'fabric.editor.unableToOpenLink': 'Ovaj link ne može da se otvori',
1029
+ 'fabric.editor.undefinedDecisionAriaLabel': 'Neodređena odluka',
1028
1030
  'fabric.editor.underline': 'Podvučeno',
1029
1031
  'fabric.editor.undo': 'Opozovi',
1030
1032
  'fabric.editor.unknown.label': 'Nepoznato',
@@ -250,6 +250,7 @@ declare const _default: {
250
250
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': string;
251
251
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': string;
252
252
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': string;
253
+ 'fabric.editor.ai.paste-menu.section-title': string;
253
254
  'fabric.editor.ai.proactive.askAIButtonLabel.non-final': string;
254
255
  'fabric.editor.ai.proactive.beta.label.non-final': string;
255
256
  'fabric.editor.ai.proactive.close.label.non-final': string;
@@ -518,6 +519,7 @@ declare const _default: {
518
519
  'fabric.editor.date.description': string;
519
520
  'fabric.editor.decision': string;
520
521
  'fabric.editor.decision.description': string;
522
+ 'fabric.editor.decisionAriaLabel': string;
521
523
  'fabric.editor.decisionPlaceholder': string;
522
524
  'fabric.editor.decreaseElementSize': string;
523
525
  'fabric.editor.decreaseSize': string;
@@ -1023,6 +1025,7 @@ declare const _default: {
1023
1025
  'fabric.editor.typeahead.metionListItemLabel': string;
1024
1026
  'fabric.editor.unableToLoadContent': string;
1025
1027
  'fabric.editor.unableToOpenLink': string;
1028
+ 'fabric.editor.undefinedDecisionAriaLabel': string;
1026
1029
  'fabric.editor.underline': string;
1027
1030
  'fabric.editor.undo': string;
1028
1031
  'fabric.editor.unknown.label': string;
@@ -252,6 +252,7 @@ export default {
252
252
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': 'Користите Rovo агента ({numberOfAgents})',
253
253
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': 'Користи опште знање',
254
254
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': 'Користи знање из организације',
255
+ 'fabric.editor.ai.paste-menu.section-title': 'Радње',
255
256
  'fabric.editor.ai.proactive.askAIButtonLabel.non-final': 'Питајте AI',
256
257
  'fabric.editor.ai.proactive.beta.label.non-final': 'БЕТА',
257
258
  'fabric.editor.ai.proactive.close.label.non-final': 'Затвори',
@@ -520,6 +521,7 @@ export default {
520
521
  'fabric.editor.date.description': 'Додајте датум помоћу календара',
521
522
  'fabric.editor.decision': 'Одлука',
522
523
  'fabric.editor.decision.description': 'Забележите одлуке и лако их пратите',
524
+ 'fabric.editor.decisionAriaLabel': 'Одлука',
523
525
  'fabric.editor.decisionPlaceholder': 'Додај одлуку…',
524
526
  'fabric.editor.decreaseElementSize': 'Смањите елемент',
525
527
  'fabric.editor.decreaseSize': 'Смањите величину табеле или медија',
@@ -1025,6 +1027,7 @@ export default {
1025
1027
  'fabric.editor.typeahead.metionListItemLabel': 'Корисник {name} @{shortName}',
1026
1028
  'fabric.editor.unableToLoadContent': 'Нисмо могли да учитамо овај садржај',
1027
1029
  'fabric.editor.unableToOpenLink': 'Овај линк не може да се отвори',
1030
+ 'fabric.editor.undefinedDecisionAriaLabel': 'Неодређена одлука',
1028
1031
  'fabric.editor.underline': 'Подвучено',
1029
1032
  'fabric.editor.undo': 'Опозови',
1030
1033
  'fabric.editor.unknown.label': 'Непознато',
@@ -252,6 +252,7 @@ declare const _default: {
252
252
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': string;
253
253
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': string;
254
254
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': string;
255
+ 'fabric.editor.ai.paste-menu.section-title': string;
255
256
  'fabric.editor.ai.proactive.error.markdownErrorMessage': string;
256
257
  'fabric.editor.ai.proactive.error.unhandledErrorMessage': string;
257
258
  'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': string;
@@ -254,6 +254,7 @@ export default {
254
254
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': 'Rovo aracısı kullanın ({numberOfAgents})',
255
255
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': 'Genel bilgiler kullanılsın',
256
256
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': 'Organizasyonunuzdaki bilgiler kullanılsın',
257
+ 'fabric.editor.ai.paste-menu.section-title': 'İşlemler',
257
258
  'fabric.editor.ai.proactive.error.markdownErrorMessage': 'Önizlemeyi oluştururken bir sorunla karşılaşıldı. İletişim kutusunu kapatın ve yeniden deneyin.',
258
259
  'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Bir sorunla karşılaşıldı. İletişim kutusunu kapatın ve yeniden deneyin.',
259
260
  'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Aşağıya ekle',
@@ -237,6 +237,7 @@ declare const _default: {
237
237
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': string;
238
238
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': string;
239
239
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': string;
240
+ 'fabric.editor.ai.paste-menu.section-title': string;
240
241
  'fabric.editor.ai.proactive.error.markdownErrorMessage': string;
241
242
  'fabric.editor.ai.proactive.error.unhandledErrorMessage': string;
242
243
  'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': string;
@@ -239,6 +239,7 @@ export default {
239
239
  'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': 'Використання агента Rovo ({numberOfAgents})',
240
240
  'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': 'Використати загальну інформацію',
241
241
  'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': 'Використовувати інформацію з вашої організації',
242
+ 'fabric.editor.ai.paste-menu.section-title': 'Дії',
242
243
  'fabric.editor.ai.proactive.error.markdownErrorMessage': 'Не вдалося створити попередню версію. Закрийте діалогове вікно й повторіть спробу.',
243
244
  'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Сталася помилка. Закрийте діалогове вікно й повторіть спробу.',
244
245
  'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Вставити знизу',
@@ -437,6 +437,7 @@ declare const _default: {
437
437
  'fabric.editor.datePickerOpenedAlert': string;
438
438
  'fabric.editor.decision': string;
439
439
  'fabric.editor.decision.description': string;
440
+ 'fabric.editor.decisionAriaLabel': string;
440
441
  'fabric.editor.decisionPlaceholder': string;
441
442
  'fabric.editor.decreaseElementSize': string;
442
443
  'fabric.editor.decreaseSize': string;
@@ -722,9 +723,13 @@ declare const _default: {
722
723
  'fabric.editor.mergeCells': string;
723
724
  'fabric.editor.moreFormatting': string;
724
725
  'fabric.editor.moveColumnLeft': string;
726
+ 'fabric.editor.moveColumnLeftHelpDialogLabel': string;
725
727
  'fabric.editor.moveColumnRight': string;
728
+ 'fabric.editor.moveColumnRightHelpDialogLabel': string;
726
729
  'fabric.editor.moveDownDown': string;
730
+ 'fabric.editor.moveRowDownHelpDialogLabel': string;
727
731
  'fabric.editor.moveRowUp': string;
732
+ 'fabric.editor.moveRowUpHelpDialogLabel': string;
728
733
  'fabric.editor.navigate.toolbar.askAI': string;
729
734
  'fabric.editor.navigate.toolbar.editor': string;
730
735
  'fabric.editor.navigate.toolbar.floating': string;
@@ -943,6 +948,7 @@ declare const _default: {
943
948
  'fabric.editor.typeahead.metionListItemLabel': string;
944
949
  'fabric.editor.unableToLoadContent': string;
945
950
  'fabric.editor.unableToOpenLink': string;
951
+ 'fabric.editor.undefinedDecisionAriaLabel': string;
946
952
  'fabric.editor.underline': string;
947
953
  'fabric.editor.undo': string;
948
954
  'fabric.editor.unknown.label': string;
@@ -439,6 +439,7 @@ export default {
439
439
  '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',
440
440
  'fabric.editor.decision': 'Quyết định',
441
441
  'fabric.editor.decision.description': 'Thu thập các quyết định để dễ dàng theo dõi',
442
+ 'fabric.editor.decisionAriaLabel': 'Quyết định',
442
443
  'fabric.editor.decisionPlaceholder': 'Thêm quyết định…',
443
444
  'fabric.editor.decreaseElementSize': 'Giảm kích cỡ thành phần',
444
445
  'fabric.editor.decreaseSize': 'Giảm kích thước bảng hoặc nội dung nghe nhìn',
@@ -724,9 +725,13 @@ export default {
724
725
  'fabric.editor.mergeCells': 'Hợp nhất ô',
725
726
  'fabric.editor.moreFormatting': 'Thêm định dạng',
726
727
  'fabric.editor.moveColumnLeft': '{0, plural, other {Di chuyển cột sang trái}}',
728
+ 'fabric.editor.moveColumnLeftHelpDialogLabel': 'Di chuyển cột sang trái',
727
729
  'fabric.editor.moveColumnRight': '{0, plural, other {Di chuyển cột sang phải}}',
730
+ 'fabric.editor.moveColumnRightHelpDialogLabel': 'Di chuyển cột sang phải',
728
731
  'fabric.editor.moveDownDown': '{0, plural, other {Di chuyển hàng xuống dưới}}',
732
+ 'fabric.editor.moveRowDownHelpDialogLabel': 'Di chuyển hàng xuống dưới',
729
733
  'fabric.editor.moveRowUp': '{0, plural, other {Di chuyển hàng lên trên}}',
734
+ 'fabric.editor.moveRowUpHelpDialogLabel': 'Di chuyển hàng lên trên',
730
735
  'fabric.editor.navigate.toolbar.askAI': 'Hỏi AI',
731
736
  'fabric.editor.navigate.toolbar.editor': 'Điều hướng đến thanh công cụ trình biên tập',
732
737
  'fabric.editor.navigate.toolbar.floating': 'Điều hướng đến thanh công cụ nổi',
@@ -945,6 +950,7 @@ export default {
945
950
  'fabric.editor.typeahead.metionListItemLabel': 'Người dùng {name} @{shortName}',
946
951
  'fabric.editor.unableToLoadContent': 'Chúng tôi không tải được nội dung này',
947
952
  'fabric.editor.unableToOpenLink': 'Không thể mở liên kết này',
953
+ 'fabric.editor.undefinedDecisionAriaLabel': 'Quyết định chưa xác định',
948
954
  'fabric.editor.underline': 'Gạch dưới',
949
955
  'fabric.editor.undo': 'Hoàn tác',
950
956
  '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;
@@ -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;
@@ -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;