@atlaskit/afm-i18n-platform-editor-editor-common 2.136.0 → 2.137.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 (146) hide show
  1. package/dist/cjs/i18n/cs.js +16 -1
  2. package/dist/cjs/i18n/da.js +16 -1
  3. package/dist/cjs/i18n/de.js +7 -1
  4. package/dist/cjs/i18n/en.js +30 -17
  5. package/dist/cjs/i18n/en_GB.js +30 -17
  6. package/dist/cjs/i18n/en_ZZ.js +30 -17
  7. package/dist/cjs/i18n/es.js +16 -1
  8. package/dist/cjs/i18n/fi.js +16 -1
  9. package/dist/cjs/i18n/fr.js +16 -1
  10. package/dist/cjs/i18n/hr.js +12 -1
  11. package/dist/cjs/i18n/hu.js +16 -1
  12. package/dist/cjs/i18n/it.js +19 -1
  13. package/dist/cjs/i18n/ja.js +16 -1
  14. package/dist/cjs/i18n/ko.js +17 -2
  15. package/dist/cjs/i18n/nb.js +16 -1
  16. package/dist/cjs/i18n/nl.js +18 -3
  17. package/dist/cjs/i18n/pl.js +27 -1
  18. package/dist/cjs/i18n/pt_BR.js +18 -1
  19. package/dist/cjs/i18n/ru.js +7 -1
  20. package/dist/cjs/i18n/sl.js +12 -1
  21. package/dist/cjs/i18n/sr_RS.js +12 -1
  22. package/dist/cjs/i18n/sr_YR.js +12 -1
  23. package/dist/cjs/i18n/sv.js +16 -1
  24. package/dist/cjs/i18n/th.js +13 -3
  25. package/dist/cjs/i18n/tr.js +16 -1
  26. package/dist/cjs/i18n/uk.js +6 -2
  27. package/dist/cjs/i18n/vi.js +11 -1
  28. package/dist/cjs/i18n/zh.js +17 -2
  29. package/dist/cjs/i18n/zh_TW.js +7 -1
  30. package/dist/esm/i18n/cs.d.ts +15 -0
  31. package/dist/esm/i18n/cs.js +16 -1
  32. package/dist/esm/i18n/da.d.ts +15 -0
  33. package/dist/esm/i18n/da.js +16 -1
  34. package/dist/esm/i18n/de.d.ts +6 -0
  35. package/dist/esm/i18n/de.js +7 -1
  36. package/dist/esm/i18n/en.d.ts +16 -3
  37. package/dist/esm/i18n/en.js +30 -17
  38. package/dist/esm/i18n/en_GB.d.ts +16 -3
  39. package/dist/esm/i18n/en_GB.js +30 -17
  40. package/dist/esm/i18n/en_ZZ.d.ts +16 -3
  41. package/dist/esm/i18n/en_ZZ.js +30 -17
  42. package/dist/esm/i18n/es.d.ts +15 -0
  43. package/dist/esm/i18n/es.js +16 -1
  44. package/dist/esm/i18n/fi.d.ts +15 -0
  45. package/dist/esm/i18n/fi.js +16 -1
  46. package/dist/esm/i18n/fr.d.ts +15 -0
  47. package/dist/esm/i18n/fr.js +16 -1
  48. package/dist/esm/i18n/hr.d.ts +11 -0
  49. package/dist/esm/i18n/hr.js +12 -1
  50. package/dist/esm/i18n/hu.d.ts +15 -0
  51. package/dist/esm/i18n/hu.js +16 -1
  52. package/dist/esm/i18n/it.d.ts +18 -0
  53. package/dist/esm/i18n/it.js +19 -1
  54. package/dist/esm/i18n/ja.d.ts +15 -0
  55. package/dist/esm/i18n/ja.js +16 -1
  56. package/dist/esm/i18n/ko.d.ts +15 -0
  57. package/dist/esm/i18n/ko.js +17 -2
  58. package/dist/esm/i18n/nb.d.ts +15 -0
  59. package/dist/esm/i18n/nb.js +16 -1
  60. package/dist/esm/i18n/nl.d.ts +15 -0
  61. package/dist/esm/i18n/nl.js +18 -3
  62. package/dist/esm/i18n/pl.d.ts +26 -0
  63. package/dist/esm/i18n/pl.js +27 -1
  64. package/dist/esm/i18n/pt_BR.d.ts +17 -0
  65. package/dist/esm/i18n/pt_BR.js +18 -1
  66. package/dist/esm/i18n/ru.d.ts +6 -0
  67. package/dist/esm/i18n/ru.js +7 -1
  68. package/dist/esm/i18n/sl.d.ts +11 -0
  69. package/dist/esm/i18n/sl.js +12 -1
  70. package/dist/esm/i18n/sr_RS.d.ts +11 -0
  71. package/dist/esm/i18n/sr_RS.js +12 -1
  72. package/dist/esm/i18n/sr_YR.d.ts +11 -0
  73. package/dist/esm/i18n/sr_YR.js +12 -1
  74. package/dist/esm/i18n/sv.d.ts +15 -0
  75. package/dist/esm/i18n/sv.js +16 -1
  76. package/dist/esm/i18n/th.d.ts +10 -0
  77. package/dist/esm/i18n/th.js +13 -3
  78. package/dist/esm/i18n/tr.d.ts +15 -0
  79. package/dist/esm/i18n/tr.js +16 -1
  80. package/dist/esm/i18n/uk.d.ts +4 -0
  81. package/dist/esm/i18n/uk.js +6 -2
  82. package/dist/esm/i18n/vi.d.ts +10 -0
  83. package/dist/esm/i18n/vi.js +11 -1
  84. package/dist/esm/i18n/zh.d.ts +15 -0
  85. package/dist/esm/i18n/zh.js +17 -2
  86. package/dist/esm/i18n/zh_TW.d.ts +6 -0
  87. package/dist/esm/i18n/zh_TW.js +7 -1
  88. package/dist/types/i18n/cs.d.ts +15 -0
  89. package/dist/types/i18n/da.d.ts +15 -0
  90. package/dist/types/i18n/de.d.ts +6 -0
  91. package/dist/types/i18n/en.d.ts +16 -3
  92. package/dist/types/i18n/en_GB.d.ts +16 -3
  93. package/dist/types/i18n/en_ZZ.d.ts +16 -3
  94. package/dist/types/i18n/es.d.ts +15 -0
  95. package/dist/types/i18n/fi.d.ts +15 -0
  96. package/dist/types/i18n/fr.d.ts +15 -0
  97. package/dist/types/i18n/hr.d.ts +11 -0
  98. package/dist/types/i18n/hu.d.ts +15 -0
  99. package/dist/types/i18n/it.d.ts +18 -0
  100. package/dist/types/i18n/ja.d.ts +15 -0
  101. package/dist/types/i18n/ko.d.ts +15 -0
  102. package/dist/types/i18n/nb.d.ts +15 -0
  103. package/dist/types/i18n/nl.d.ts +15 -0
  104. package/dist/types/i18n/pl.d.ts +26 -0
  105. package/dist/types/i18n/pt_BR.d.ts +17 -0
  106. package/dist/types/i18n/ru.d.ts +6 -0
  107. package/dist/types/i18n/sl.d.ts +11 -0
  108. package/dist/types/i18n/sr_RS.d.ts +11 -0
  109. package/dist/types/i18n/sr_YR.d.ts +11 -0
  110. package/dist/types/i18n/sv.d.ts +15 -0
  111. package/dist/types/i18n/th.d.ts +10 -0
  112. package/dist/types/i18n/tr.d.ts +15 -0
  113. package/dist/types/i18n/uk.d.ts +4 -0
  114. package/dist/types/i18n/vi.d.ts +10 -0
  115. package/dist/types/i18n/zh.d.ts +15 -0
  116. package/dist/types/i18n/zh_TW.d.ts +6 -0
  117. package/i18n/cs.ts +16 -1
  118. package/i18n/da.ts +16 -1
  119. package/i18n/de.ts +8 -1
  120. package/i18n/en.ts +30 -22
  121. package/i18n/en_GB.ts +30 -22
  122. package/i18n/en_ZZ.ts +31 -19
  123. package/i18n/es.ts +17 -1
  124. package/i18n/fi.ts +16 -1
  125. package/i18n/fr.ts +17 -1
  126. package/i18n/hr.ts +12 -1
  127. package/i18n/hu.ts +16 -1
  128. package/i18n/it.ts +21 -1
  129. package/i18n/ja.ts +16 -1
  130. package/i18n/ko.ts +17 -2
  131. package/i18n/nb.ts +16 -1
  132. package/i18n/nl.ts +19 -3
  133. package/i18n/pl.ts +32 -1
  134. package/i18n/pt_BR.ts +20 -1
  135. package/i18n/ru.ts +7 -1
  136. package/i18n/sl.ts +12 -1
  137. package/i18n/sr_RS.ts +12 -1
  138. package/i18n/sr_YR.ts +12 -1
  139. package/i18n/sv.ts +16 -1
  140. package/i18n/th.ts +13 -3
  141. package/i18n/tr.ts +17 -1
  142. package/i18n/uk.ts +6 -2
  143. package/i18n/vi.ts +11 -1
  144. package/i18n/zh.ts +17 -2
  145. package/i18n/zh_TW.ts +7 -1
  146. package/package.json +1 -1
@@ -128,6 +128,7 @@ declare const _default: {
128
128
  'fabric.editor.ai.config.item.makeLonger.title': string;
129
129
  'fabric.editor.ai.config.item.range.agent.description': string;
130
130
  'fabric.editor.ai.config.item.range.agent.prompt.hint': string;
131
+ 'fabric.editor.ai.config.item.remix.title': string;
131
132
  'fabric.editor.ai.config.item.rephrase.description': string;
132
133
  'fabric.editor.ai.config.item.rephrase.title': string;
133
134
  'fabric.editor.ai.config.item.shorten.description': string;
@@ -137,6 +138,7 @@ declare const _default: {
137
138
  'fabric.editor.ai.config.item.suggest.title': string;
138
139
  'fabric.editor.ai.config.item.suggestComment.description': string;
139
140
  'fabric.editor.ai.config.item.suggestComment.title': string;
141
+ 'fabric.editor.ai.config.item.suggestReply.title': string;
140
142
  'fabric.editor.ai.config.item.summarize.description': string;
141
143
  'fabric.editor.ai.config.item.summarize.dropdownItem.title': string;
142
144
  'fabric.editor.ai.config.item.summarize.title': string;
@@ -348,6 +350,7 @@ declare const _default: {
348
350
  'fabric.editor.annotationToolbar': string;
349
351
  'fabric.editor.anonymous-collaborator': string;
350
352
  'fabric.editor.ariaRoleDescription.codeSnippetTextBox': string;
353
+ 'fabric.editor.askRovo': string;
351
354
  'fabric.editor.backLink': string;
352
355
  'fabric.editor.backgroundColor': string;
353
356
  'fabric.editor.block.menu.codeblock': string;
@@ -429,6 +432,7 @@ declare const _default: {
429
432
  'fabric.editor.codeBlock.languageNotSet': string;
430
433
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
431
434
  'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
435
+ 'fabric.editor.codeBlockLineNumbersButton.showLineNumbers': string;
432
436
  'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': string;
433
437
  'fabric.editor.codeBlockWrapButton.wrapCodeBlock': string;
434
438
  'fabric.editor.codeblock': string;
@@ -721,6 +725,7 @@ declare const _default: {
721
725
  'fabric.editor.keyboardShortcuts': string;
722
726
  'fabric.editor.layout.columnOption': string;
723
727
  'fabric.editor.layout.controls.placeholder': string;
728
+ 'fabric.editor.layout.distributeColumns': string;
724
729
  'fabric.editor.layout.placeholder': string;
725
730
  'fabric.editor.layout.resizeLayout': string;
726
731
  'fabric.editor.layoutFixedWidth': string;
@@ -745,6 +750,10 @@ declare const _default: {
745
750
  'fabric.editor.longEmptyNodePlaceholderSuffix': string;
746
751
  'fabric.editor.longEmptyNodePlaceholderText': string;
747
752
  'fabric.editor.markdown': string;
753
+ 'fabric.editor.markdownMode.confirmDialog.cancel': string;
754
+ 'fabric.editor.markdownMode.confirmDialog.confirm': string;
755
+ 'fabric.editor.markdownMode.confirmDialog.error': string;
756
+ 'fabric.editor.markdownMode.labsLozenge': string;
748
757
  'fabric.editor.markdownMode.sourceView.ariaLabel': string;
749
758
  'fabric.editor.markdownMode.viewToggle.groupLabel': string;
750
759
  'fabric.editor.markdownMode.viewToggle.preview': string;
@@ -954,6 +963,12 @@ declare const _default: {
954
963
  'fabric.editor.syncedBlockSourceUnsyncedDescription': string;
955
964
  'fabric.editor.syncedLocationDropdownError': string;
956
965
  'fabric.editor.syncedLocationDropdownHeading': string;
966
+ 'fabric.editor.syncedLocationDropdownIssueTypeBug': string;
967
+ 'fabric.editor.syncedLocationDropdownIssueTypeEpic': string;
968
+ 'fabric.editor.syncedLocationDropdownIssueTypeGeneric': string;
969
+ 'fabric.editor.syncedLocationDropdownIssueTypeStory': string;
970
+ 'fabric.editor.syncedLocationDropdownIssueTypeSubtask': string;
971
+ 'fabric.editor.syncedLocationDropdownIssueTypeTask': string;
957
972
  'fabric.editor.syncedLocationDropdownLearnMoreLink': string;
958
973
  'fabric.editor.syncedLocationDropdownNoResults': string;
959
974
  'fabric.editor.syncedLocationDropdownRequestAccess': string;
@@ -334,6 +334,7 @@ declare const _default: {
334
334
  'fabric.editor.annotationToolbar': string;
335
335
  'fabric.editor.anonymous-collaborator': string;
336
336
  'fabric.editor.ariaRoleDescription.codeSnippetTextBox': string;
337
+ 'fabric.editor.askRovo': string;
337
338
  'fabric.editor.backLink': string;
338
339
  'fabric.editor.backgroundColor': string;
339
340
  'fabric.editor.block.menu.codeblock': string;
@@ -707,6 +708,7 @@ declare const _default: {
707
708
  'fabric.editor.keyboardShortcuts': string;
708
709
  'fabric.editor.layout.columnOption': string;
709
710
  'fabric.editor.layout.controls.placeholder': string;
711
+ 'fabric.editor.layout.distributeColumns': string;
710
712
  'fabric.editor.layout.placeholder': string;
711
713
  'fabric.editor.layout.resizeLayout': string;
712
714
  'fabric.editor.layoutFixedWidth': string;
@@ -731,6 +733,8 @@ declare const _default: {
731
733
  'fabric.editor.longEmptyNodePlaceholderSuffix': string;
732
734
  'fabric.editor.longEmptyNodePlaceholderText': string;
733
735
  'fabric.editor.markdown': string;
736
+ 'fabric.editor.markdownMode.confirmDialog.cancel': string;
737
+ 'fabric.editor.markdownMode.confirmDialog.confirm': string;
734
738
  'fabric.editor.markdownMode.sourceView.ariaLabel': string;
735
739
  'fabric.editor.markdownMode.viewToggle.groupLabel': string;
736
740
  'fabric.editor.markdownMode.viewToggle.preview': string;
@@ -940,6 +944,12 @@ declare const _default: {
940
944
  'fabric.editor.syncedBlockSourceUnsyncedDescription': string;
941
945
  'fabric.editor.syncedLocationDropdownError': string;
942
946
  'fabric.editor.syncedLocationDropdownHeading': string;
947
+ 'fabric.editor.syncedLocationDropdownIssueTypeBug': string;
948
+ 'fabric.editor.syncedLocationDropdownIssueTypeEpic': string;
949
+ 'fabric.editor.syncedLocationDropdownIssueTypeGeneric': string;
950
+ 'fabric.editor.syncedLocationDropdownIssueTypeStory': string;
951
+ 'fabric.editor.syncedLocationDropdownIssueTypeSubtask': string;
952
+ 'fabric.editor.syncedLocationDropdownIssueTypeTask': string;
943
953
  'fabric.editor.syncedLocationDropdownLearnMoreLink': string;
944
954
  'fabric.editor.syncedLocationDropdownNoResults': string;
945
955
  'fabric.editor.syncedLocationDropdownRequestAccess': string;
@@ -128,6 +128,7 @@ declare const _default: {
128
128
  'fabric.editor.ai.config.item.makeLonger.title': string;
129
129
  'fabric.editor.ai.config.item.range.agent.description': string;
130
130
  'fabric.editor.ai.config.item.range.agent.prompt.hint': string;
131
+ 'fabric.editor.ai.config.item.remix.title': string;
131
132
  'fabric.editor.ai.config.item.rephrase.description': string;
132
133
  'fabric.editor.ai.config.item.rephrase.title': string;
133
134
  'fabric.editor.ai.config.item.shorten.description': string;
@@ -137,6 +138,7 @@ declare const _default: {
137
138
  'fabric.editor.ai.config.item.suggest.title': string;
138
139
  'fabric.editor.ai.config.item.suggestComment.description': string;
139
140
  'fabric.editor.ai.config.item.suggestComment.title': string;
141
+ 'fabric.editor.ai.config.item.suggestReply.title': string;
140
142
  'fabric.editor.ai.config.item.summarize.description': string;
141
143
  'fabric.editor.ai.config.item.summarize.dropdownItem.title': string;
142
144
  'fabric.editor.ai.config.item.summarize.title': string;
@@ -349,6 +351,7 @@ declare const _default: {
349
351
  'fabric.editor.annotationToolbar': string;
350
352
  'fabric.editor.anonymous-collaborator': string;
351
353
  'fabric.editor.ariaRoleDescription.codeSnippetTextBox': string;
354
+ 'fabric.editor.askRovo': string;
352
355
  'fabric.editor.backLink': string;
353
356
  'fabric.editor.backgroundColor': string;
354
357
  'fabric.editor.block.menu.codeblock': string;
@@ -430,6 +433,7 @@ declare const _default: {
430
433
  'fabric.editor.codeBlock.languageNotSet': string;
431
434
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
432
435
  'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
436
+ 'fabric.editor.codeBlockLineNumbersButton.showLineNumbers': string;
433
437
  'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': string;
434
438
  'fabric.editor.codeBlockWrapButton.wrapCodeBlock': string;
435
439
  'fabric.editor.codeblock': string;
@@ -722,6 +726,7 @@ declare const _default: {
722
726
  'fabric.editor.keyboardShortcuts': string;
723
727
  'fabric.editor.layout.columnOption': string;
724
728
  'fabric.editor.layout.controls.placeholder': string;
729
+ 'fabric.editor.layout.distributeColumns': string;
725
730
  'fabric.editor.layout.placeholder': string;
726
731
  'fabric.editor.layout.resizeLayout': string;
727
732
  'fabric.editor.layoutFixedWidth': string;
@@ -746,6 +751,10 @@ declare const _default: {
746
751
  'fabric.editor.longEmptyNodePlaceholderSuffix': string;
747
752
  'fabric.editor.longEmptyNodePlaceholderText': string;
748
753
  'fabric.editor.markdown': string;
754
+ 'fabric.editor.markdownMode.confirmDialog.cancel': string;
755
+ 'fabric.editor.markdownMode.confirmDialog.confirm': string;
756
+ 'fabric.editor.markdownMode.confirmDialog.error': string;
757
+ 'fabric.editor.markdownMode.labsLozenge': string;
749
758
  'fabric.editor.markdownMode.sourceView.ariaLabel': string;
750
759
  'fabric.editor.markdownMode.viewToggle.groupLabel': string;
751
760
  'fabric.editor.markdownMode.viewToggle.preview': string;
@@ -955,6 +964,12 @@ declare const _default: {
955
964
  'fabric.editor.syncedBlockSourceUnsyncedDescription': string;
956
965
  'fabric.editor.syncedLocationDropdownError': string;
957
966
  'fabric.editor.syncedLocationDropdownHeading': string;
967
+ 'fabric.editor.syncedLocationDropdownIssueTypeBug': string;
968
+ 'fabric.editor.syncedLocationDropdownIssueTypeEpic': string;
969
+ 'fabric.editor.syncedLocationDropdownIssueTypeGeneric': string;
970
+ 'fabric.editor.syncedLocationDropdownIssueTypeStory': string;
971
+ 'fabric.editor.syncedLocationDropdownIssueTypeSubtask': string;
972
+ 'fabric.editor.syncedLocationDropdownIssueTypeTask': string;
958
973
  'fabric.editor.syncedLocationDropdownLearnMoreLink': string;
959
974
  'fabric.editor.syncedLocationDropdownNoResults': string;
960
975
  'fabric.editor.syncedLocationDropdownRequestAccess': string;
@@ -334,6 +334,7 @@ declare const _default: {
334
334
  'fabric.editor.annotationToolbar': string;
335
335
  'fabric.editor.anonymous-collaborator': string;
336
336
  'fabric.editor.ariaRoleDescription.codeSnippetTextBox': string;
337
+ 'fabric.editor.askRovo': string;
337
338
  'fabric.editor.backLink': string;
338
339
  'fabric.editor.backgroundColor': string;
339
340
  'fabric.editor.block.menu.codeblock': string;
@@ -707,6 +708,7 @@ declare const _default: {
707
708
  'fabric.editor.keyboardShortcuts': string;
708
709
  'fabric.editor.layout.columnOption': string;
709
710
  'fabric.editor.layout.controls.placeholder': string;
711
+ 'fabric.editor.layout.distributeColumns': string;
710
712
  'fabric.editor.layout.placeholder': string;
711
713
  'fabric.editor.layout.resizeLayout': string;
712
714
  'fabric.editor.layoutFixedWidth': string;
@@ -731,6 +733,8 @@ declare const _default: {
731
733
  'fabric.editor.longEmptyNodePlaceholderSuffix': string;
732
734
  'fabric.editor.longEmptyNodePlaceholderText': string;
733
735
  'fabric.editor.markdown': string;
736
+ 'fabric.editor.markdownMode.confirmDialog.cancel': string;
737
+ 'fabric.editor.markdownMode.confirmDialog.confirm': string;
734
738
  'fabric.editor.markdownMode.sourceView.ariaLabel': string;
735
739
  'fabric.editor.markdownMode.viewToggle.groupLabel': string;
736
740
  'fabric.editor.markdownMode.viewToggle.preview': string;
@@ -334,6 +334,7 @@ declare const _default: {
334
334
  'fabric.editor.annotationToolbar': string;
335
335
  'fabric.editor.anonymous-collaborator': string;
336
336
  'fabric.editor.ariaRoleDescription.codeSnippetTextBox': string;
337
+ 'fabric.editor.askRovo': string;
337
338
  'fabric.editor.backLink': string;
338
339
  'fabric.editor.backgroundColor': string;
339
340
  'fabric.editor.block.menu.codeblock': string;
@@ -707,6 +708,7 @@ declare const _default: {
707
708
  'fabric.editor.keyboardShortcuts': string;
708
709
  'fabric.editor.layout.columnOption': string;
709
710
  'fabric.editor.layout.controls.placeholder': string;
711
+ 'fabric.editor.layout.distributeColumns': string;
710
712
  'fabric.editor.layout.placeholder': string;
711
713
  'fabric.editor.layout.resizeLayout': string;
712
714
  'fabric.editor.layoutFixedWidth': string;
@@ -731,6 +733,8 @@ declare const _default: {
731
733
  'fabric.editor.longEmptyNodePlaceholderSuffix': string;
732
734
  'fabric.editor.longEmptyNodePlaceholderText': string;
733
735
  'fabric.editor.markdown': string;
736
+ 'fabric.editor.markdownMode.confirmDialog.cancel': string;
737
+ 'fabric.editor.markdownMode.confirmDialog.confirm': string;
734
738
  'fabric.editor.markdownMode.sourceView.ariaLabel': string;
735
739
  'fabric.editor.markdownMode.viewToggle.groupLabel': string;
736
740
  'fabric.editor.markdownMode.viewToggle.preview': string;
@@ -940,6 +944,12 @@ declare const _default: {
940
944
  'fabric.editor.syncedBlockSourceUnsyncedDescription': string;
941
945
  'fabric.editor.syncedLocationDropdownError': string;
942
946
  'fabric.editor.syncedLocationDropdownHeading': string;
947
+ 'fabric.editor.syncedLocationDropdownIssueTypeBug': string;
948
+ 'fabric.editor.syncedLocationDropdownIssueTypeEpic': string;
949
+ 'fabric.editor.syncedLocationDropdownIssueTypeGeneric': string;
950
+ 'fabric.editor.syncedLocationDropdownIssueTypeStory': string;
951
+ 'fabric.editor.syncedLocationDropdownIssueTypeSubtask': string;
952
+ 'fabric.editor.syncedLocationDropdownIssueTypeTask': string;
943
953
  'fabric.editor.syncedLocationDropdownLearnMoreLink': string;
944
954
  'fabric.editor.syncedLocationDropdownNoResults': string;
945
955
  'fabric.editor.syncedLocationDropdownRequestAccess': string;
@@ -128,6 +128,7 @@ declare const _default: {
128
128
  'fabric.editor.ai.config.item.makeLonger.title': string;
129
129
  'fabric.editor.ai.config.item.range.agent.description': string;
130
130
  'fabric.editor.ai.config.item.range.agent.prompt.hint': string;
131
+ 'fabric.editor.ai.config.item.remix.title': string;
131
132
  'fabric.editor.ai.config.item.rephrase.description': string;
132
133
  'fabric.editor.ai.config.item.rephrase.title': string;
133
134
  'fabric.editor.ai.config.item.shorten.description': string;
@@ -137,6 +138,7 @@ declare const _default: {
137
138
  'fabric.editor.ai.config.item.suggest.title': string;
138
139
  'fabric.editor.ai.config.item.suggestComment.description': string;
139
140
  'fabric.editor.ai.config.item.suggestComment.title': string;
141
+ 'fabric.editor.ai.config.item.suggestReply.title': string;
140
142
  'fabric.editor.ai.config.item.summarize.description': string;
141
143
  'fabric.editor.ai.config.item.summarize.dropdownItem.title': string;
142
144
  'fabric.editor.ai.config.item.summarize.title': string;
@@ -349,6 +351,7 @@ declare const _default: {
349
351
  'fabric.editor.annotationToolbar': string;
350
352
  'fabric.editor.anonymous-collaborator': string;
351
353
  'fabric.editor.ariaRoleDescription.codeSnippetTextBox': string;
354
+ 'fabric.editor.askRovo': string;
352
355
  'fabric.editor.backLink': string;
353
356
  'fabric.editor.backgroundColor': string;
354
357
  'fabric.editor.block.menu.codeblock': string;
@@ -430,6 +433,7 @@ declare const _default: {
430
433
  'fabric.editor.codeBlock.languageNotSet': string;
431
434
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
432
435
  'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
436
+ 'fabric.editor.codeBlockLineNumbersButton.showLineNumbers': string;
433
437
  'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': string;
434
438
  'fabric.editor.codeBlockWrapButton.wrapCodeBlock': string;
435
439
  'fabric.editor.codeblock': string;
@@ -722,6 +726,7 @@ declare const _default: {
722
726
  'fabric.editor.keyboardShortcuts': string;
723
727
  'fabric.editor.layout.columnOption': string;
724
728
  'fabric.editor.layout.controls.placeholder': string;
729
+ 'fabric.editor.layout.distributeColumns': string;
725
730
  'fabric.editor.layout.placeholder': string;
726
731
  'fabric.editor.layout.resizeLayout': string;
727
732
  'fabric.editor.layoutFixedWidth': string;
@@ -746,6 +751,10 @@ declare const _default: {
746
751
  'fabric.editor.longEmptyNodePlaceholderSuffix': string;
747
752
  'fabric.editor.longEmptyNodePlaceholderText': string;
748
753
  'fabric.editor.markdown': string;
754
+ 'fabric.editor.markdownMode.confirmDialog.cancel': string;
755
+ 'fabric.editor.markdownMode.confirmDialog.confirm': string;
756
+ 'fabric.editor.markdownMode.confirmDialog.error': string;
757
+ 'fabric.editor.markdownMode.labsLozenge': string;
749
758
  'fabric.editor.markdownMode.sourceView.ariaLabel': string;
750
759
  'fabric.editor.markdownMode.viewToggle.groupLabel': string;
751
760
  'fabric.editor.markdownMode.viewToggle.preview': string;
@@ -955,6 +964,12 @@ declare const _default: {
955
964
  'fabric.editor.syncedBlockSourceUnsyncedDescription': string;
956
965
  'fabric.editor.syncedLocationDropdownError': string;
957
966
  'fabric.editor.syncedLocationDropdownHeading': string;
967
+ 'fabric.editor.syncedLocationDropdownIssueTypeBug': string;
968
+ 'fabric.editor.syncedLocationDropdownIssueTypeEpic': string;
969
+ 'fabric.editor.syncedLocationDropdownIssueTypeGeneric': string;
970
+ 'fabric.editor.syncedLocationDropdownIssueTypeStory': string;
971
+ 'fabric.editor.syncedLocationDropdownIssueTypeSubtask': string;
972
+ 'fabric.editor.syncedLocationDropdownIssueTypeTask': string;
958
973
  'fabric.editor.syncedLocationDropdownLearnMoreLink': string;
959
974
  'fabric.editor.syncedLocationDropdownNoResults': string;
960
975
  'fabric.editor.syncedLocationDropdownRequestAccess': string;
@@ -349,6 +349,7 @@ declare const _default: {
349
349
  'fabric.editor.annotationToolbar': string;
350
350
  'fabric.editor.anonymous-collaborator': string;
351
351
  'fabric.editor.ariaRoleDescription.codeSnippetTextBox': string;
352
+ 'fabric.editor.askRovo': string;
352
353
  'fabric.editor.backLink': string;
353
354
  'fabric.editor.backgroundColor': string;
354
355
  'fabric.editor.block.menu.codeblock': string;
@@ -722,6 +723,7 @@ declare const _default: {
722
723
  'fabric.editor.keyboardShortcuts': string;
723
724
  'fabric.editor.layout.columnOption': string;
724
725
  'fabric.editor.layout.controls.placeholder': string;
726
+ 'fabric.editor.layout.distributeColumns': string;
725
727
  'fabric.editor.layout.placeholder': string;
726
728
  'fabric.editor.layout.resizeLayout': string;
727
729
  'fabric.editor.layoutFixedWidth': string;
@@ -746,6 +748,10 @@ declare const _default: {
746
748
  'fabric.editor.longEmptyNodePlaceholderSuffix': string;
747
749
  'fabric.editor.longEmptyNodePlaceholderText': string;
748
750
  'fabric.editor.markdown': string;
751
+ 'fabric.editor.markdownMode.confirmDialog.cancel': string;
752
+ 'fabric.editor.markdownMode.confirmDialog.confirm': string;
753
+ 'fabric.editor.markdownMode.confirmDialog.error': string;
754
+ 'fabric.editor.markdownMode.labsLozenge': string;
749
755
  'fabric.editor.markdownMode.sourceView.ariaLabel': string;
750
756
  'fabric.editor.markdownMode.viewToggle.groupLabel': string;
751
757
  'fabric.editor.markdownMode.viewToggle.preview': string;
package/i18n/cs.ts CHANGED
@@ -144,6 +144,7 @@ export default {
144
144
  'fabric.editor.ai.config.item.range.agent.description': 'Bez popisu',
145
145
  'fabric.editor.ai.config.item.range.agent.prompt.hint':
146
146
  'Řekněte agentovi, aby něco napsal, nebo si vyberte z možností níže.',
147
+ 'fabric.editor.ai.config.item.remix.title': 'Remix',
147
148
  'fabric.editor.ai.config.item.rephrase.description': 'Vytvoří návrh na přepsání vašich vět.',
148
149
  'fabric.editor.ai.config.item.rephrase.title': 'Přeformulovat',
149
150
  'fabric.editor.ai.config.item.shorten.description': 'Zkrátí obsah, aby byl stručnější.',
@@ -154,6 +155,7 @@ export default {
154
155
  'fabric.editor.ai.config.item.suggestComment.description':
155
156
  'Získejte komentář navržený AI na základě tohoto požadavku.',
156
157
  'fabric.editor.ai.config.item.suggestComment.title': 'Navrhnout komentář',
158
+ 'fabric.editor.ai.config.item.suggestReply.title': 'Navrhnout odpověď',
157
159
  'fabric.editor.ai.config.item.summarize.description':
158
160
  'Vytvoří souhrn textu, na kterém pracujete, a zdůrazní klíčové body.',
159
161
  'fabric.editor.ai.config.item.summarize.dropdownItem.title': 'Shrnout psaní',
@@ -395,6 +397,7 @@ export default {
395
397
  'fabric.editor.annotationToolbar': 'Panel nástrojů poznámek',
396
398
  'fabric.editor.anonymous-collaborator': 'Anonymní spolupracovník',
397
399
  'fabric.editor.ariaRoleDescription.codeSnippetTextBox': 'textové pole s fragmentem kódu',
400
+ 'fabric.editor.askRovo': 'Zeptejte se nástroje Rovo',
398
401
  'fabric.editor.backLink': 'Zpět',
399
402
  'fabric.editor.backgroundColor': 'Barva pozadí',
400
403
  'fabric.editor.block.menu.codeblock': 'Blok kódu',
@@ -480,6 +483,7 @@ export default {
480
483
  'fabric.editor.codeBlock.languageNotSet': 'Jazyk kódu není nastaven.',
481
484
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Zkopírováno!',
482
485
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopírovat jako text',
486
+ 'fabric.editor.codeBlockLineNumbersButton.showLineNumbers': 'Zobrazit čísla řádků',
483
487
  'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Vypnout obalení',
484
488
  'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Zapnout obalení',
485
489
  'fabric.editor.codeblock': 'Fragment kódu',
@@ -805,6 +809,7 @@ export default {
805
809
  'fabric.editor.layout.columnOption':
806
810
  '{count, plural, one {Sloupec} few {{count} sloupce} many {{count} sloupce} other {{count} sloupců}}',
807
811
  'fabric.editor.layout.controls.placeholder': '/ pro vložení',
812
+ 'fabric.editor.layout.distributeColumns': 'Rozložení sloupců',
808
813
  'fabric.editor.layout.placeholder': 'Přidat obsah',
809
814
  'fabric.editor.layout.resizeLayout': 'Změnit velikost rozvržení',
810
815
  'fabric.editor.layoutFixedWidth': 'Zpět na zobrazení standardní šířky',
@@ -831,11 +836,15 @@ export default {
831
836
  'fabric.editor.longEmptyNodePlaceholderSuffix': 'k vložení prvků',
832
837
  'fabric.editor.longEmptyNodePlaceholderText': 'Zadáním znaku / můžete vkládat prvky.',
833
838
  'fabric.editor.markdown': 'Snížení',
839
+ 'fabric.editor.markdownMode.confirmDialog.cancel': 'Zrušit',
840
+ 'fabric.editor.markdownMode.confirmDialog.confirm': 'Potvrdit',
841
+ 'fabric.editor.markdownMode.confirmDialog.error': 'Při převodu této stránky se vyskytl problém. Zkuste to znovu.',
842
+ 'fabric.editor.markdownMode.labsLozenge': 'LABS',
834
843
  'fabric.editor.markdownMode.sourceView.ariaLabel': 'Zdroj Markdown',
835
844
  'fabric.editor.markdownMode.viewToggle.groupLabel': 'Režim zobrazení',
836
845
  'fabric.editor.markdownMode.viewToggle.preview': 'Rozdělit zobrazení (brzy k dispozici)',
837
846
  'fabric.editor.markdownMode.viewToggle.source': 'Editor syntaxe',
838
- 'fabric.editor.markdownMode.viewToggle.wysiwyg': 'Editor WYSIWYG',
847
+ 'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG',
839
848
  'fabric.editor.matchCase': 'Rozlišovat malá a velká písmena',
840
849
  'fabric.editor.media.DefaultMediaWidthDecreased':
841
850
  '{newMediaWidth, plural, one {Šířka multimédia byla snížena na {newMediaWidth,number} pixel.} few {Šířka multimédia byla snížena na {newMediaWidth,number} pixely.} many {Šířka multimédia byla snížena na {newMediaWidth,number} pixelu.} other {Šířka multimédia byla snížena na {newMediaWidth,number} pixelů.}}',
@@ -1067,6 +1076,12 @@ export default {
1067
1076
  'fabric.editor.syncedLocationDropdownError':
1068
1077
  'Umístění se momentálně nepodařilo načíst. Počkejte několik minut a obnovte stránku prohlížeče.',
1069
1078
  'fabric.editor.syncedLocationDropdownHeading': '{count} umístění:',
1079
+ 'fabric.editor.syncedLocationDropdownIssueTypeBug': 'Chyba',
1080
+ 'fabric.editor.syncedLocationDropdownIssueTypeEpic': 'Epic',
1081
+ 'fabric.editor.syncedLocationDropdownIssueTypeGeneric': 'Požadavek Jira',
1082
+ 'fabric.editor.syncedLocationDropdownIssueTypeStory': 'Story',
1083
+ 'fabric.editor.syncedLocationDropdownIssueTypeSubtask': 'Dílčí úkol',
1084
+ 'fabric.editor.syncedLocationDropdownIssueTypeTask': 'Úkol',
1070
1085
  'fabric.editor.syncedLocationDropdownLearnMoreLink': 'Další informace o synchronizovaných blocích',
1071
1086
  'fabric.editor.syncedLocationDropdownNoResults':
1072
1087
  'Zkopírujte a vložte synchronizované bloky pro jejich opětovné použití v jiných umístěních.',
package/i18n/da.ts CHANGED
@@ -148,6 +148,7 @@ export default {
148
148
  'fabric.editor.ai.config.item.range.agent.description': 'Ingen beskrivelse',
149
149
  'fabric.editor.ai.config.item.range.agent.prompt.hint':
150
150
  'Bed agenten om at skrive noget, eller vælg fra listen nedenfor',
151
+ 'fabric.editor.ai.config.item.remix.title': 'Remix',
151
152
  'fabric.editor.ai.config.item.rephrase.description': 'Opretter et forslag til omskrivning af dine sætninger',
152
153
  'fabric.editor.ai.config.item.rephrase.title': 'Omformuler',
153
154
  'fabric.editor.ai.config.item.shorten.description': 'Forkorter indholdet for at gøre det mere kortfattet',
@@ -157,6 +158,7 @@ export default {
157
158
  'fabric.editor.ai.config.item.suggest.title': 'Foreslå en titel',
158
159
  'fabric.editor.ai.config.item.suggestComment.description': 'Få en AI-foreslået kommentar baseret på denne sag',
159
160
  'fabric.editor.ai.config.item.suggestComment.title': 'Foreslå en kommentar',
161
+ 'fabric.editor.ai.config.item.suggestReply.title': 'Foreslå et svar',
160
162
  'fabric.editor.ai.config.item.summarize.description':
161
163
  'Opretter en oversigt over den tekst, du arbejder på, og fremhæver nøglepunkter',
162
164
  'fabric.editor.ai.config.item.summarize.dropdownItem.title': 'Opsummer markeret tekst',
@@ -396,6 +398,7 @@ export default {
396
398
  'fabric.editor.annotationToolbar': 'Værktøjslinje til annotationer',
397
399
  'fabric.editor.anonymous-collaborator': 'Anonym samarbejdspartner',
398
400
  'fabric.editor.ariaRoleDescription.codeSnippetTextBox': 'tekstboks til kodestykke',
401
+ 'fabric.editor.askRovo': 'Spørg Rovo',
399
402
  'fabric.editor.backLink': 'Gå tilbage',
400
403
  'fabric.editor.backgroundColor': 'Baggrundsfarve',
401
404
  'fabric.editor.block.menu.codeblock': 'Kodeblok',
@@ -480,6 +483,7 @@ export default {
480
483
  'fabric.editor.codeBlock.languageNotSet': 'Kodesprog er ikke indstillet.',
481
484
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopieret!',
482
485
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiér som tekst',
486
+ 'fabric.editor.codeBlockLineNumbersButton.showLineNumbers': 'Vis linjenumre',
483
487
  'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Slå ombrydning fra',
484
488
  'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Slå ombrydning til',
485
489
  'fabric.editor.codeblock': 'Kodestump',
@@ -806,6 +810,7 @@ export default {
806
810
  'fabric.editor.keyboardShortcuts': 'Tastaturgenveje',
807
811
  'fabric.editor.layout.columnOption': '{count, plural, one {Kolonne} other {{count} kolonner}}',
808
812
  'fabric.editor.layout.controls.placeholder': '/ for at indsætte',
813
+ 'fabric.editor.layout.distributeColumns': 'Fordel kolonner',
809
814
  'fabric.editor.layout.placeholder': 'Tilføj indhold',
810
815
  'fabric.editor.layout.resizeLayout': 'Ændr størrelse på layout',
811
816
  'fabric.editor.layoutFixedWidth': 'Tilbage til centrering',
@@ -832,11 +837,15 @@ export default {
832
837
  'fabric.editor.longEmptyNodePlaceholderSuffix': 'for at indsætte elementer',
833
838
  'fabric.editor.longEmptyNodePlaceholderText': 'Skriv / for at indsætte elementer',
834
839
  'fabric.editor.markdown': 'Markdown',
840
+ 'fabric.editor.markdownMode.confirmDialog.cancel': 'Annuller',
841
+ 'fabric.editor.markdownMode.confirmDialog.confirm': 'Bekræft',
842
+ 'fabric.editor.markdownMode.confirmDialog.error': 'Noget gik galt under konverteringen af denne side. Prøv igen.',
843
+ 'fabric.editor.markdownMode.labsLozenge': 'LABS',
835
844
  'fabric.editor.markdownMode.sourceView.ariaLabel': 'Markdown-kilde',
836
845
  'fabric.editor.markdownMode.viewToggle.groupLabel': 'Visningstilstand',
837
846
  'fabric.editor.markdownMode.viewToggle.preview': 'Opdelt visning (kommer snart)',
838
847
  'fabric.editor.markdownMode.viewToggle.source': 'Syntakseditor',
839
- 'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG-editor',
848
+ 'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG',
840
849
  'fabric.editor.matchCase': 'Match store/små bogstaver',
841
850
  'fabric.editor.media.DefaultMediaWidthDecreased':
842
851
  '{newMediaWidth, plural, one {Mediebredde reduceret til {newMediaWidth,number} pixel.} other {Mediebredde reduceret til {newMediaWidth,number} pixels.}}',
@@ -1061,6 +1070,12 @@ export default {
1061
1070
  'fabric.editor.syncedLocationDropdownError':
1062
1071
  'Vi kan ikke indlæse placeringer lige nu. Vent nogle minutter, og genindlæs browsersiden.',
1063
1072
  'fabric.editor.syncedLocationDropdownHeading': '{count} placeringer:',
1073
+ 'fabric.editor.syncedLocationDropdownIssueTypeBug': 'Fejl',
1074
+ 'fabric.editor.syncedLocationDropdownIssueTypeEpic': 'Epic',
1075
+ 'fabric.editor.syncedLocationDropdownIssueTypeGeneric': 'Jira-sag',
1076
+ 'fabric.editor.syncedLocationDropdownIssueTypeStory': 'Historie',
1077
+ 'fabric.editor.syncedLocationDropdownIssueTypeSubtask': 'Underopgave',
1078
+ 'fabric.editor.syncedLocationDropdownIssueTypeTask': 'Opgave',
1064
1079
  'fabric.editor.syncedLocationDropdownLearnMoreLink': 'Få mere at vide om synkroniserede blokke',
1065
1080
  'fabric.editor.syncedLocationDropdownNoResults':
1066
1081
  'Kopiér og indsæt synkroniserede blokke, der skal genbruges andre steder.',
package/i18n/de.ts CHANGED
@@ -429,6 +429,7 @@ export default {
429
429
  'fabric.editor.annotationToolbar': 'Symbolleiste für Anmerkungen',
430
430
  'fabric.editor.anonymous-collaborator': 'Anonymer Mitwirkender',
431
431
  'fabric.editor.ariaRoleDescription.codeSnippetTextBox': 'codesnippet textbox',
432
+ 'fabric.editor.askRovo': 'Rovo fragen',
432
433
  'fabric.editor.backLink': 'Zurück',
433
434
  'fabric.editor.backgroundColor': 'Hintergrundfarbe',
434
435
  'fabric.editor.block.menu.codeblock': 'Codeblock',
@@ -845,6 +846,7 @@ export default {
845
846
  'fabric.editor.keyboardShortcuts': 'Tastenkombinationen',
846
847
  'fabric.editor.layout.columnOption': '{count, plural, one {Spalte} other {{count} Spalten}}',
847
848
  'fabric.editor.layout.controls.placeholder': '/ eingeben, um etwas einzufügen',
849
+ 'fabric.editor.layout.distributeColumns': 'Spalten verteilen',
848
850
  'fabric.editor.layout.placeholder': 'Inhalt hinzufügen',
849
851
  'fabric.editor.layout.resizeLayout': 'Größe des Layouts ändern',
850
852
  'fabric.editor.layoutFixedWidth': 'Zurück zur Mitte',
@@ -871,11 +873,16 @@ export default {
871
873
  'fabric.editor.longEmptyNodePlaceholderSuffix': 'ein, um Elemente einzufügen',
872
874
  'fabric.editor.longEmptyNodePlaceholderText': 'Geben Sie "/" ein, um Elemente einzufügen.',
873
875
  'fabric.editor.markdown': 'Markdown',
876
+ 'fabric.editor.markdownMode.confirmDialog.cancel': 'Abbrechen',
877
+ 'fabric.editor.markdownMode.confirmDialog.confirm': 'Bestätigen',
878
+ 'fabric.editor.markdownMode.confirmDialog.error':
879
+ 'Beim Konvertieren dieser Seite ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.',
880
+ 'fabric.editor.markdownMode.labsLozenge': 'LABS',
874
881
  'fabric.editor.markdownMode.sourceView.ariaLabel': 'Markdown-Quelle',
875
882
  'fabric.editor.markdownMode.viewToggle.groupLabel': 'Anzeigemodus',
876
883
  'fabric.editor.markdownMode.viewToggle.preview': 'Geteilte Ansicht (demnächst verfügbar)',
877
884
  'fabric.editor.markdownMode.viewToggle.source': 'Syntax-Editor',
878
- 'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG-Editor',
885
+ 'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG-Darstellung',
879
886
  'fabric.editor.matchCase': 'Groß-/Kleinschreibung beachten',
880
887
  'fabric.editor.media.DefaultMediaWidthDecreased':
881
888
  '{newMediaWidth, plural, one {Die Medienbreite wurde auf {newMediaWidth,number} Pixel verringert.} other {Die Medienbreite wurde auf {newMediaWidth,number} Pixel verringert.}}',
package/i18n/en.ts CHANGED
@@ -147,6 +147,7 @@ export default {
147
147
  'fabric.editor.ai.config.item.makeLonger.title': 'Make longer',
148
148
  'fabric.editor.ai.config.item.range.agent.description': 'No description',
149
149
  'fabric.editor.ai.config.item.range.agent.prompt.hint': 'Tell the Agent to write anything or choose from below',
150
+ 'fabric.editor.ai.config.item.remix.title': 'Remix',
150
151
  'fabric.editor.ai.config.item.rephrase.description': 'Creates a suggestion for rewriting your sentences',
151
152
  'fabric.editor.ai.config.item.rephrase.title': 'Rephrase',
152
153
  'fabric.editor.ai.config.item.shorten.description': 'Shortens the content to make it more concise',
@@ -456,6 +457,7 @@ export default {
456
457
  'fabric.editor.ai.suggestions.stagingArea.suggestionsLabel.non-final': 'Suggestions',
457
458
  'fabric.editor.ai.suggestions.stagingArea.titleLabel.non-final': 'Title',
458
459
  'fabric.editor.ai.suggestions.stagingArea.viewLabel.non-final': 'View',
460
+ 'fabric.editor.ai.suggestions.suggestEdits.buttonLabel': 'Review',
459
461
  'fabric.editor.ai.suggestions.toolbarButton.errorLabel.non-final': 'Retry',
460
462
  'fabric.editor.ai.suggestions.toolbarButton.label.non-final': 'Suggestions',
461
463
  'fabric.editor.ai.suggestions.toolbarButton.loadingLabel.non-final': 'Loading',
@@ -585,8 +587,11 @@ export default {
585
587
  'fabric.editor.code.on': '{textFormattingOff}, Code On',
586
588
  'fabric.editor.codeBidiWarningLabel':
587
589
  'Bidirectional characters change the order that text is rendered. This could be used to obscure malicious code.',
590
+ 'fabric.editor.codeBlock.all': 'All',
591
+ 'fabric.editor.codeBlock.detectLanguage': 'Detect language',
588
592
  'fabric.editor.codeBlock.languageAriaDescription': 'Code snippet language: {language}.',
589
593
  'fabric.editor.codeBlock.languageNotSet': 'Code language not set.',
594
+ 'fabric.editor.codeBlock.recentlyUsed': 'Recently used',
590
595
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copied!',
591
596
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copy as text',
592
597
  'fabric.editor.codeBlockLineNumbersButton.hideLineNumbers': 'Hide line numbers',
@@ -917,9 +922,16 @@ export default {
917
922
  '{userRole, select, admin {Invite} trusted {Invite} other {Add}} teammate to {productName}',
918
923
  'fabric.editor.italic': 'Italic',
919
924
  'fabric.editor.keyboardShortcuts': 'Keyboard shortcuts',
925
+ 'fabric.editor.layout.alignColumn': 'Alignment',
926
+ 'fabric.editor.layout.alignColumnBottom': 'Bottom',
927
+ 'fabric.editor.layout.alignColumnMiddle': 'Center',
928
+ 'fabric.editor.layout.alignColumnTop': 'Top',
920
929
  'fabric.editor.layout.columnOption': '{count, plural, one {{count} Column} other {{count} Columns}}',
921
930
  'fabric.editor.layout.controls.placeholder': '/ to insert',
931
+ 'fabric.editor.layout.deleteColumn': '{count, plural, one {Delete column} other {Delete columns}}',
922
932
  'fabric.editor.layout.distributeColumns': 'Distribute columns',
933
+ 'fabric.editor.layout.insertColumnLeft': 'Insert column left',
934
+ 'fabric.editor.layout.insertColumnRight': 'Insert column right',
923
935
  'fabric.editor.layout.placeholder': 'Add content',
924
936
  'fabric.editor.layout.resizeLayout': 'Resize layout',
925
937
  'fabric.editor.layoutFixedWidth': 'Back to center',
@@ -950,36 +962,28 @@ export default {
950
962
  'fabric.editor.markdownMode.confirmDialog.confirm': 'Confirm',
951
963
  'fabric.editor.markdownMode.confirmDialog.error':
952
964
  'Something went wrong while converting this page. Please try again.',
953
- 'fabric.editor.markdownMode.confirmDialog.title.toMarkdown': 'Convert to markdown?',
954
- 'fabric.editor.markdownMode.confirmDialog.title.toMarkdownLossy': 'Convert to Markdown?',
955
- 'fabric.editor.markdownMode.confirmDialog.title.toRichText': 'Convert to rich text?',
956
- 'fabric.editor.markdownMode.confirmDialog.toMarkdown.toggle':
957
- 'Toggle between syntax and WYSIWYG editing as you work.',
958
- 'fabric.editor.markdownMode.confirmDialog.toMarkdown.toolsRemoved': 'Standard rich text tools will be removed.',
959
- 'fabric.editor.markdownMode.confirmDialog.toMarkdown.versionHistory':
960
- 'Revert to the previous version via version history at any time.',
961
- 'fabric.editor.markdownMode.confirmDialog.toMarkdownLossy.cta': 'Convert to Markdown',
965
+ 'fabric.editor.markdownMode.confirmDialog.title.toMarkdown': 'Convert to markdown',
966
+ 'fabric.editor.markdownMode.confirmDialog.title.toMarkdownLossy': 'Convert to markdown',
967
+ 'fabric.editor.markdownMode.confirmDialog.title.toRichText': 'Convert to rich text',
968
+ 'fabric.editor.markdownMode.confirmDialog.toMarkdown.toggle': 'Toggle between the syntax and preview editor',
969
+ 'fabric.editor.markdownMode.confirmDialog.toMarkdown.toolsRemoved': 'Use basic formatting',
970
+ 'fabric.editor.markdownMode.confirmDialog.toMarkdown.versionHistory': 'Restore previous drafts with version history',
971
+ 'fabric.editor.markdownMode.confirmDialog.toMarkdownLossy.cta': 'Convert',
962
972
  'fabric.editor.markdownMode.confirmDialog.toMarkdownLossy.richContent':
963
- 'Your content has rich text formatting that may be unsupported in markdown.',
973
+ 'Your content may look different as converting removes rich text formatting',
964
974
  'fabric.editor.markdownMode.confirmDialog.toMarkdownLossy.versionHistory':
965
- 'Converting may result in data loss, although you can always revert to this previous version in version history.',
966
- 'fabric.editor.markdownMode.confirmDialog.toRichText.instantEdits':
967
- 'Edits will continue to happen instantly without the need to publish.',
968
- 'fabric.editor.markdownMode.confirmDialog.toRichText.standardTools':
969
- 'Standard rich text tools will be available again.',
970
- 'fabric.editor.markdownMode.confirmDialog.toRichText.versionHistory':
971
- 'Revert to the previous version via version history at any time.',
975
+ 'To restore formatting, access previous drafts from version history',
976
+ 'fabric.editor.markdownMode.confirmDialog.toRichText.standardTools': 'Use all rich text tools',
977
+ 'fabric.editor.markdownMode.confirmDialog.toRichText.versionHistory': 'Restore previous drafts with version history',
972
978
  'fabric.editor.markdownMode.labsLozenge': 'LABS',
973
979
  'fabric.editor.markdownMode.sourceView.ariaLabel': 'Markdown source',
974
980
  'fabric.editor.markdownMode.unlinkSyncedBlocks.body':
975
- '{count, plural, one {This content contains 1 synced block syncing to multiple locations. Converting to markdown will detach the synced block and result in it being removed from multiple synced locations, where it will appear as an "Unsynced block". Unsync it to continue.} other {This content contains {count} synced blocks syncing to multiple locations. Converting to markdown will detach the synced blocks and result in them being removed from multiple synced locations, where they will appear as "Unsynced blocks". Unsync them to continue.}}',
976
- 'fabric.editor.markdownMode.unlinkSyncedBlocks.learnMore': 'Learn more',
977
- 'fabric.editor.markdownMode.unlinkSyncedBlocks.title': 'Unlink synced blocks to convert',
978
- 'fabric.editor.markdownMode.unlinkSyncedBlocks.understood': 'Understood',
981
+ 'Converting will delete synced blocks and their content. This cannot be restored in version history.',
982
+ 'fabric.editor.markdownMode.unlinkSyncedBlocks.title': 'Delete synced content?',
979
983
  'fabric.editor.markdownMode.viewToggle.groupLabel': 'View mode',
980
984
  'fabric.editor.markdownMode.viewToggle.preview': 'Split view (coming soon)',
981
985
  'fabric.editor.markdownMode.viewToggle.source': 'Syntax editor',
982
- 'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG editor',
986
+ 'fabric.editor.markdownMode.viewToggle.wysiwyg': 'Preview editor',
983
987
  'fabric.editor.matchCase': 'Match case',
984
988
  'fabric.editor.media.DefaultMediaWidthDecreased':
985
989
  '{newMediaWidth, plural, one {Media width decreased to # pixel.} other {Media width decreased to # pixels.}}',
@@ -1216,6 +1220,10 @@ export default {
1216
1220
  'fabric.editor.syncedLocationDropdownTitleNoteForJiraWorkItem': 'This work item',
1217
1221
  'fabric.editor.syncedLocationDropdownUntitledPage': 'Untitled',
1218
1222
  'fabric.editor.table': 'Table',
1223
+ 'fabric.editor.table.cellAlignment': 'Alignment',
1224
+ 'fabric.editor.table.cellAlignmentBottom': 'Bottom',
1225
+ 'fabric.editor.table.cellAlignmentMiddle': 'Middle',
1226
+ 'fabric.editor.table.cellAlignmentTop': 'Top',
1219
1227
  'fabric.editor.table.description': 'Insert a table',
1220
1228
  'fabric.editor.tableAlignmentOptions': 'Alignment options',
1221
1229
  'fabric.editor.tableFullWidthLabel': 'Full-width',