@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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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,8 @@ 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.description': string;
142
+ 'fabric.editor.ai.config.item.suggestReply.title': string;
140
143
  'fabric.editor.ai.config.item.summarize.description': string;
141
144
  'fabric.editor.ai.config.item.summarize.dropdownItem.title': string;
142
145
  'fabric.editor.ai.config.item.summarize.title': string;
@@ -349,8 +352,10 @@ declare const _default: {
349
352
  'fabric.editor.annotationToolbar': string;
350
353
  'fabric.editor.anonymous-collaborator': string;
351
354
  'fabric.editor.ariaRoleDescription.codeSnippetTextBox': string;
355
+ 'fabric.editor.askRovo': string;
352
356
  'fabric.editor.backLink': string;
353
357
  'fabric.editor.backgroundColor': string;
358
+ 'fabric.editor.block.menu.change.format': string;
354
359
  'fabric.editor.block.menu.codeblock': string;
355
360
  'fabric.editor.block.menu.copy': string;
356
361
  'fabric.editor.block.menu.copy.block': string;
@@ -430,7 +435,11 @@ declare const _default: {
430
435
  'fabric.editor.codeBlock.languageNotSet': string;
431
436
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
432
437
  'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
438
+ 'fabric.editor.codeBlockLineNumbersButton.hideLineNumbers': string;
439
+ 'fabric.editor.codeBlockLineNumbersButton.showLineNumbers': string;
440
+ 'fabric.editor.codeBlockWrapButton.unwrapCode': string;
433
441
  'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': string;
442
+ 'fabric.editor.codeBlockWrapButton.wrapCode': string;
434
443
  'fabric.editor.codeBlockWrapButton.wrapCodeBlock': string;
435
444
  'fabric.editor.codeblock': string;
436
445
  'fabric.editor.codeblock.description': string;
@@ -578,6 +587,8 @@ declare const _default: {
578
587
  'fabric.editor.emptyLink': string;
579
588
  'fabric.editor.emptySearchResults': string;
580
589
  'fabric.editor.emptySearchResultsSuggestion': string;
590
+ 'fabric.editor.emptySearchResultsSuggestionAskRovoOnly': string;
591
+ 'fabric.editor.emptySearchResultsSuggestionNew': string;
581
592
  'fabric.editor.epic': string;
582
593
  'fabric.editor.error': string;
583
594
  'fabric.editor.error.description.cannotDelete': string;
@@ -586,6 +597,7 @@ declare const _default: {
586
597
  'fabric.editor.error.description.failToEditWhenOffline': string;
587
598
  'fabric.editor.error.description.reference.offline': string;
588
599
  'fabric.editor.error.description.reference.unpublished': string;
600
+ 'fabric.editor.error.description.reference.unpublished.jiraWorkItem': string;
589
601
  'fabric.editor.error.flag.title.cannotDelete': string;
590
602
  'fabric.editor.error.message.label': string;
591
603
  'fabric.editor.error.title.failToCreate': string;
@@ -722,6 +734,8 @@ declare const _default: {
722
734
  'fabric.editor.keyboardShortcuts': string;
723
735
  'fabric.editor.layout.columnOption': string;
724
736
  'fabric.editor.layout.controls.placeholder': string;
737
+ 'fabric.editor.layout.deleteColumn': string;
738
+ 'fabric.editor.layout.distributeColumns': string;
725
739
  'fabric.editor.layout.placeholder': string;
726
740
  'fabric.editor.layout.resizeLayout': string;
727
741
  'fabric.editor.layoutFixedWidth': string;
@@ -746,6 +760,10 @@ declare const _default: {
746
760
  'fabric.editor.longEmptyNodePlaceholderSuffix': string;
747
761
  'fabric.editor.longEmptyNodePlaceholderText': string;
748
762
  'fabric.editor.markdown': string;
763
+ 'fabric.editor.markdownMode.confirmDialog.cancel': string;
764
+ 'fabric.editor.markdownMode.confirmDialog.confirm': string;
765
+ 'fabric.editor.markdownMode.confirmDialog.error': string;
766
+ 'fabric.editor.markdownMode.labsLozenge': string;
749
767
  'fabric.editor.markdownMode.sourceView.ariaLabel': string;
750
768
  'fabric.editor.markdownMode.viewToggle.groupLabel': string;
751
769
  'fabric.editor.markdownMode.viewToggle.preview': string;
@@ -955,6 +973,12 @@ declare const _default: {
955
973
  'fabric.editor.syncedBlockSourceUnsyncedDescription': string;
956
974
  'fabric.editor.syncedLocationDropdownError': string;
957
975
  'fabric.editor.syncedLocationDropdownHeading': string;
976
+ 'fabric.editor.syncedLocationDropdownIssueTypeBug': string;
977
+ 'fabric.editor.syncedLocationDropdownIssueTypeEpic': string;
978
+ 'fabric.editor.syncedLocationDropdownIssueTypeGeneric': string;
979
+ 'fabric.editor.syncedLocationDropdownIssueTypeStory': string;
980
+ 'fabric.editor.syncedLocationDropdownIssueTypeSubtask': string;
981
+ 'fabric.editor.syncedLocationDropdownIssueTypeTask': string;
958
982
  'fabric.editor.syncedLocationDropdownLearnMoreLink': string;
959
983
  'fabric.editor.syncedLocationDropdownNoResults': string;
960
984
  'fabric.editor.syncedLocationDropdownRequestAccess': string;
@@ -1050,7 +1074,9 @@ declare const _default: {
1050
1074
  'fabric.editor.unorderedList': string;
1051
1075
  'fabric.editor.unorderedList.description': string;
1052
1076
  'fabric.editor.unpublishedSyncBlockPastedDescription': string;
1077
+ 'fabric.editor.unpublishedSyncBlockPastedDescription.jiraWorkItem': string;
1053
1078
  'fabric.editor.unpublishedSyncBlockPastedTitle': string;
1079
+ 'fabric.editor.unpublishedSyncBlockPastedTitle.jiraWorkItem': string;
1054
1080
  'fabric.editor.unsupportedBlockContent': string;
1055
1081
  'fabric.editor.unsupportedContentTooltip': string;
1056
1082
  'fabric.editor.unsupportedInlineContent': 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,8 @@ 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.description': string;
142
+ 'fabric.editor.ai.config.item.suggestReply.title': string;
140
143
  'fabric.editor.ai.config.item.summarize.description': string;
141
144
  'fabric.editor.ai.config.item.summarize.dropdownItem.title': string;
142
145
  'fabric.editor.ai.config.item.summarize.title': string;
@@ -349,6 +352,7 @@ declare const _default: {
349
352
  'fabric.editor.ariaRoleDescription.codeSnippetTextBox': string;
350
353
  'fabric.editor.backLink': string;
351
354
  'fabric.editor.backgroundColor': string;
355
+ 'fabric.editor.block.menu.change.format': string;
352
356
  'fabric.editor.block.menu.codeblock': string;
353
357
  'fabric.editor.block.menu.copy': string;
354
358
  'fabric.editor.block.menu.copy.block': string;
@@ -428,6 +432,8 @@ declare const _default: {
428
432
  'fabric.editor.codeBlock.languageNotSet': string;
429
433
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
430
434
  'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
435
+ 'fabric.editor.codeBlockLineNumbersButton.hideLineNumbers': string;
436
+ 'fabric.editor.codeBlockLineNumbersButton.showLineNumbers': string;
431
437
  'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': string;
432
438
  'fabric.editor.codeBlockWrapButton.wrapCodeBlock': string;
433
439
  'fabric.editor.codeblock': string;
@@ -576,6 +582,7 @@ declare const _default: {
576
582
  'fabric.editor.emptyLink': string;
577
583
  'fabric.editor.emptySearchResults': string;
578
584
  'fabric.editor.emptySearchResultsSuggestion': string;
585
+ 'fabric.editor.emptySearchResultsSuggestionAskRovoOnly': string;
579
586
  'fabric.editor.epic': string;
580
587
  'fabric.editor.error': string;
581
588
  'fabric.editor.error.description.cannotDelete': string;
@@ -584,6 +591,7 @@ declare const _default: {
584
591
  'fabric.editor.error.description.failToEditWhenOffline': string;
585
592
  'fabric.editor.error.description.reference.offline': string;
586
593
  'fabric.editor.error.description.reference.unpublished': string;
594
+ 'fabric.editor.error.description.reference.unpublished.jiraWorkItem': string;
587
595
  'fabric.editor.error.flag.title.cannotDelete': string;
588
596
  'fabric.editor.error.message.label': string;
589
597
  'fabric.editor.error.title.failToCreate': string;
@@ -720,6 +728,7 @@ declare const _default: {
720
728
  'fabric.editor.keyboardShortcuts': string;
721
729
  'fabric.editor.layout.columnOption': string;
722
730
  'fabric.editor.layout.controls.placeholder': string;
731
+ 'fabric.editor.layout.deleteColumn': string;
723
732
  'fabric.editor.layout.placeholder': string;
724
733
  'fabric.editor.layout.resizeLayout': string;
725
734
  'fabric.editor.layoutFixedWidth': string;
@@ -953,6 +962,12 @@ declare const _default: {
953
962
  'fabric.editor.syncedBlockSourceUnsyncedDescription': string;
954
963
  'fabric.editor.syncedLocationDropdownError': string;
955
964
  'fabric.editor.syncedLocationDropdownHeading': string;
965
+ 'fabric.editor.syncedLocationDropdownIssueTypeBug': string;
966
+ 'fabric.editor.syncedLocationDropdownIssueTypeEpic': string;
967
+ 'fabric.editor.syncedLocationDropdownIssueTypeGeneric': string;
968
+ 'fabric.editor.syncedLocationDropdownIssueTypeStory': string;
969
+ 'fabric.editor.syncedLocationDropdownIssueTypeSubtask': string;
970
+ 'fabric.editor.syncedLocationDropdownIssueTypeTask': string;
956
971
  'fabric.editor.syncedLocationDropdownLearnMoreLink': string;
957
972
  'fabric.editor.syncedLocationDropdownNoResults': string;
958
973
  'fabric.editor.syncedLocationDropdownRequestAccess': string;
@@ -1048,7 +1063,9 @@ declare const _default: {
1048
1063
  'fabric.editor.unorderedList': string;
1049
1064
  'fabric.editor.unorderedList.description': string;
1050
1065
  'fabric.editor.unpublishedSyncBlockPastedDescription': string;
1066
+ 'fabric.editor.unpublishedSyncBlockPastedDescription.jiraWorkItem': string;
1051
1067
  'fabric.editor.unpublishedSyncBlockPastedTitle': string;
1068
+ 'fabric.editor.unpublishedSyncBlockPastedTitle.jiraWorkItem': string;
1052
1069
  'fabric.editor.unsupportedBlockContent': string;
1053
1070
  'fabric.editor.unsupportedContentTooltip': string;
1054
1071
  'fabric.editor.unsupportedInlineContent': 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;
@@ -125,6 +125,7 @@ declare const _default: {
125
125
  'fabric.editor.ai.config.item.makeLonger.title': string;
126
126
  'fabric.editor.ai.config.item.range.agent.description': string;
127
127
  'fabric.editor.ai.config.item.range.agent.prompt.hint': string;
128
+ 'fabric.editor.ai.config.item.remix.title': string;
128
129
  'fabric.editor.ai.config.item.rephrase.description': string;
129
130
  'fabric.editor.ai.config.item.rephrase.title': string;
130
131
  'fabric.editor.ai.config.item.shorten.description': string;
@@ -417,6 +418,7 @@ declare const _default: {
417
418
  'fabric.editor.annotationToolbar': string;
418
419
  'fabric.editor.anonymous-collaborator': string;
419
420
  'fabric.editor.ariaRoleDescription.codeSnippetTextBox': string;
421
+ 'fabric.editor.askRovo': string;
420
422
  'fabric.editor.backLink': string;
421
423
  'fabric.editor.backgroundColor': string;
422
424
  'fabric.editor.block.menu.codeblock': string;
@@ -778,6 +780,7 @@ declare const _default: {
778
780
  'fabric.editor.keyboardShortcuts': string;
779
781
  'fabric.editor.layout.columnOption': string;
780
782
  'fabric.editor.layout.controls.placeholder': string;
783
+ 'fabric.editor.layout.distributeColumns': string;
781
784
  'fabric.editor.layout.placeholder': string;
782
785
  'fabric.editor.layout.resizeLayout': string;
783
786
  'fabric.editor.layoutFixedWidth': string;
@@ -802,6 +805,8 @@ declare const _default: {
802
805
  'fabric.editor.longEmptyNodePlaceholderSuffix': string;
803
806
  'fabric.editor.longEmptyNodePlaceholderText': string;
804
807
  'fabric.editor.markdown': string;
808
+ 'fabric.editor.markdownMode.confirmDialog.cancel': string;
809
+ 'fabric.editor.markdownMode.confirmDialog.confirm': string;
805
810
  'fabric.editor.markdownMode.sourceView.ariaLabel': string;
806
811
  'fabric.editor.markdownMode.viewToggle.groupLabel': string;
807
812
  'fabric.editor.markdownMode.viewToggle.preview': string;
@@ -1008,6 +1013,12 @@ declare const _default: {
1008
1013
  'fabric.editor.syncedBlockSourceUnsyncedDescription': string;
1009
1014
  'fabric.editor.syncedLocationDropdownError': string;
1010
1015
  'fabric.editor.syncedLocationDropdownHeading': string;
1016
+ 'fabric.editor.syncedLocationDropdownIssueTypeBug': string;
1017
+ 'fabric.editor.syncedLocationDropdownIssueTypeEpic': string;
1018
+ 'fabric.editor.syncedLocationDropdownIssueTypeGeneric': string;
1019
+ 'fabric.editor.syncedLocationDropdownIssueTypeStory': string;
1020
+ 'fabric.editor.syncedLocationDropdownIssueTypeSubtask': string;
1021
+ 'fabric.editor.syncedLocationDropdownIssueTypeTask': string;
1011
1022
  'fabric.editor.syncedLocationDropdownLearnMoreLink': string;
1012
1023
  'fabric.editor.syncedLocationDropdownNoResults': string;
1013
1024
  'fabric.editor.syncedLocationDropdownRequestAccess': string;
@@ -127,6 +127,7 @@ declare const _default: {
127
127
  'fabric.editor.ai.config.item.makeLonger.title': string;
128
128
  'fabric.editor.ai.config.item.range.agent.description': string;
129
129
  'fabric.editor.ai.config.item.range.agent.prompt.hint': string;
130
+ 'fabric.editor.ai.config.item.remix.title': string;
130
131
  'fabric.editor.ai.config.item.rephrase.description': string;
131
132
  'fabric.editor.ai.config.item.rephrase.title': string;
132
133
  'fabric.editor.ai.config.item.shorten.description': string;
@@ -419,6 +420,7 @@ declare const _default: {
419
420
  'fabric.editor.annotationToolbar': string;
420
421
  'fabric.editor.anonymous-collaborator': string;
421
422
  'fabric.editor.ariaRoleDescription.codeSnippetTextBox': string;
423
+ 'fabric.editor.askRovo': string;
422
424
  'fabric.editor.backLink': string;
423
425
  'fabric.editor.backgroundColor': string;
424
426
  'fabric.editor.block.menu.codeblock': string;
@@ -786,6 +788,7 @@ declare const _default: {
786
788
  'fabric.editor.keyboardShortcuts': string;
787
789
  'fabric.editor.layout.columnOption': string;
788
790
  'fabric.editor.layout.controls.placeholder': string;
791
+ 'fabric.editor.layout.distributeColumns': string;
789
792
  'fabric.editor.layout.placeholder': string;
790
793
  'fabric.editor.layout.resizeLayout': string;
791
794
  'fabric.editor.layoutFixedWidth': string;
@@ -810,6 +813,8 @@ declare const _default: {
810
813
  'fabric.editor.longEmptyNodePlaceholderSuffix': string;
811
814
  'fabric.editor.longEmptyNodePlaceholderText': string;
812
815
  'fabric.editor.markdown': string;
816
+ 'fabric.editor.markdownMode.confirmDialog.cancel': string;
817
+ 'fabric.editor.markdownMode.confirmDialog.confirm': string;
813
818
  'fabric.editor.markdownMode.sourceView.ariaLabel': string;
814
819
  'fabric.editor.markdownMode.viewToggle.groupLabel': string;
815
820
  'fabric.editor.markdownMode.viewToggle.preview': string;
@@ -1016,6 +1021,12 @@ declare const _default: {
1016
1021
  'fabric.editor.syncedBlockSourceUnsyncedDescription': string;
1017
1022
  'fabric.editor.syncedLocationDropdownError': string;
1018
1023
  'fabric.editor.syncedLocationDropdownHeading': string;
1024
+ 'fabric.editor.syncedLocationDropdownIssueTypeBug': string;
1025
+ 'fabric.editor.syncedLocationDropdownIssueTypeEpic': string;
1026
+ 'fabric.editor.syncedLocationDropdownIssueTypeGeneric': string;
1027
+ 'fabric.editor.syncedLocationDropdownIssueTypeStory': string;
1028
+ 'fabric.editor.syncedLocationDropdownIssueTypeSubtask': string;
1029
+ 'fabric.editor.syncedLocationDropdownIssueTypeTask': string;
1019
1030
  'fabric.editor.syncedLocationDropdownLearnMoreLink': string;
1020
1031
  'fabric.editor.syncedLocationDropdownNoResults': string;
1021
1032
  'fabric.editor.syncedLocationDropdownRequestAccess': string;
@@ -127,6 +127,7 @@ declare const _default: {
127
127
  'fabric.editor.ai.config.item.makeLonger.title': string;
128
128
  'fabric.editor.ai.config.item.range.agent.description': string;
129
129
  'fabric.editor.ai.config.item.range.agent.prompt.hint': string;
130
+ 'fabric.editor.ai.config.item.remix.title': string;
130
131
  'fabric.editor.ai.config.item.rephrase.description': string;
131
132
  'fabric.editor.ai.config.item.rephrase.title': string;
132
133
  'fabric.editor.ai.config.item.shorten.description': string;
@@ -419,6 +420,7 @@ declare const _default: {
419
420
  'fabric.editor.annotationToolbar': string;
420
421
  'fabric.editor.anonymous-collaborator': string;
421
422
  'fabric.editor.ariaRoleDescription.codeSnippetTextBox': string;
423
+ 'fabric.editor.askRovo': string;
422
424
  'fabric.editor.backLink': string;
423
425
  'fabric.editor.backgroundColor': string;
424
426
  'fabric.editor.block.menu.codeblock': string;
@@ -786,6 +788,7 @@ declare const _default: {
786
788
  'fabric.editor.keyboardShortcuts': string;
787
789
  'fabric.editor.layout.columnOption': string;
788
790
  'fabric.editor.layout.controls.placeholder': string;
791
+ 'fabric.editor.layout.distributeColumns': string;
789
792
  'fabric.editor.layout.placeholder': string;
790
793
  'fabric.editor.layout.resizeLayout': string;
791
794
  'fabric.editor.layoutFixedWidth': string;
@@ -810,6 +813,8 @@ declare const _default: {
810
813
  'fabric.editor.longEmptyNodePlaceholderSuffix': string;
811
814
  'fabric.editor.longEmptyNodePlaceholderText': string;
812
815
  'fabric.editor.markdown': string;
816
+ 'fabric.editor.markdownMode.confirmDialog.cancel': string;
817
+ 'fabric.editor.markdownMode.confirmDialog.confirm': string;
813
818
  'fabric.editor.markdownMode.sourceView.ariaLabel': string;
814
819
  'fabric.editor.markdownMode.viewToggle.groupLabel': string;
815
820
  'fabric.editor.markdownMode.viewToggle.preview': string;
@@ -1016,6 +1021,12 @@ declare const _default: {
1016
1021
  'fabric.editor.syncedBlockSourceUnsyncedDescription': string;
1017
1022
  'fabric.editor.syncedLocationDropdownError': string;
1018
1023
  'fabric.editor.syncedLocationDropdownHeading': string;
1024
+ 'fabric.editor.syncedLocationDropdownIssueTypeBug': string;
1025
+ 'fabric.editor.syncedLocationDropdownIssueTypeEpic': string;
1026
+ 'fabric.editor.syncedLocationDropdownIssueTypeGeneric': string;
1027
+ 'fabric.editor.syncedLocationDropdownIssueTypeStory': string;
1028
+ 'fabric.editor.syncedLocationDropdownIssueTypeSubtask': string;
1029
+ 'fabric.editor.syncedLocationDropdownIssueTypeTask': string;
1019
1030
  'fabric.editor.syncedLocationDropdownLearnMoreLink': string;
1020
1031
  'fabric.editor.syncedLocationDropdownNoResults': string;
1021
1032
  'fabric.editor.syncedLocationDropdownRequestAccess': string;