@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
@@ -351,6 +351,7 @@ export default {
351
351
  'fabric.editor.annotationToolbar': 'Панель инструментов для примечаний',
352
352
  'fabric.editor.anonymous-collaborator': 'Анонимный участник',
353
353
  'fabric.editor.ariaRoleDescription.codeSnippetTextBox': 'текстовое поле для фрагмента кода',
354
+ 'fabric.editor.askRovo': 'Задать вопрос Rovo',
354
355
  'fabric.editor.backLink': 'Назад',
355
356
  'fabric.editor.backgroundColor': 'Цвет фона',
356
357
  'fabric.editor.block.menu.codeblock': 'Блок кода',
@@ -724,6 +725,7 @@ export default {
724
725
  'fabric.editor.keyboardShortcuts': 'Сочетания клавиш',
725
726
  'fabric.editor.layout.columnOption': '{count, plural, one {Колонка} few {{count} колонки} many {{count} колонок} other {{count} колонки}}',
726
727
  'fabric.editor.layout.controls.placeholder': 'Введите «/» для вставки',
728
+ 'fabric.editor.layout.distributeColumns': 'Распределить столбцы',
727
729
  'fabric.editor.layout.placeholder': 'Добавить контент',
728
730
  'fabric.editor.layout.resizeLayout': 'Изменить размер макета',
729
731
  'fabric.editor.layoutFixedWidth': 'По центру',
@@ -748,11 +750,15 @@ export default {
748
750
  'fabric.editor.longEmptyNodePlaceholderSuffix': 'для вставки элементов',
749
751
  'fabric.editor.longEmptyNodePlaceholderText': 'Чтобы вставить элементы, введите «/»',
750
752
  'fabric.editor.markdown': 'Markdown',
753
+ 'fabric.editor.markdownMode.confirmDialog.cancel': 'Отмена',
754
+ 'fabric.editor.markdownMode.confirmDialog.confirm': 'Подтвердить',
755
+ 'fabric.editor.markdownMode.confirmDialog.error': 'При преобразовании страницы произошла ошибка. Повторите попытку.',
756
+ 'fabric.editor.markdownMode.labsLozenge': 'ЛАБОРАТОРИИ',
751
757
  'fabric.editor.markdownMode.sourceView.ariaLabel': 'Источник разметки',
752
758
  'fabric.editor.markdownMode.viewToggle.groupLabel': 'Режим просмотра',
753
759
  'fabric.editor.markdownMode.viewToggle.preview': 'Разделенный экран (скоро)',
754
760
  'fabric.editor.markdownMode.viewToggle.source': 'Редактор синтаксиса',
755
- 'fabric.editor.markdownMode.viewToggle.wysiwyg': 'Редактор WYSIWYG',
761
+ 'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG',
756
762
  'fabric.editor.matchCase': 'С учетом регистра',
757
763
  'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Ширина объекта мультимедиа уменьшена до {newMediaWidth,number} пикселя.} few {Ширина объекта мультимедиа уменьшена до {newMediaWidth,number} пикселей.} many {Ширина объекта мультимедиа уменьшена до {newMediaWidth,number} пикселей.} other {Ширина объекта мультимедиа уменьшена до {newMediaWidth,number} пикселя.}}',
758
764
  'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Ширина объекта мультимедиа увеличена до {newMediaWidth,number} пикселя.} few {Ширина объекта мультимедиа увеличена до {newMediaWidth,number} пикселей.} many {Ширина объекта мультимедиа увеличена до {newMediaWidth,number} пикселей.} other {Ширина объекта мультимедиа увеличена до {newMediaWidth,number} пикселя.}}',
@@ -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 @@ export default {
127
127
  'fabric.editor.ai.config.item.makeLonger.title': 'Naredi daljše',
128
128
  'fabric.editor.ai.config.item.range.agent.description': 'Ni opisa',
129
129
  'fabric.editor.ai.config.item.range.agent.prompt.hint': 'Naročite agentu, naj napiše karkoli, ali izberite spodaj',
130
+ 'fabric.editor.ai.config.item.remix.title': 'Remiks',
130
131
  'fabric.editor.ai.config.item.rephrase.description': 'Ustvari predlog za ponovno pisanje stavkov',
131
132
  'fabric.editor.ai.config.item.rephrase.title': 'Parafraziraj',
132
133
  'fabric.editor.ai.config.item.shorten.description': 'Skrajša vsebino, da postane bolj jedrnata',
@@ -419,6 +420,7 @@ export default {
419
420
  'fabric.editor.annotationToolbar': 'Orodna vrstica za opombe',
420
421
  'fabric.editor.anonymous-collaborator': 'Anonimni sodelavec',
421
422
  'fabric.editor.ariaRoleDescription.codeSnippetTextBox': 'polje z besedilom delčka kode',
423
+ 'fabric.editor.askRovo': 'Vprašajte agenta Rovo',
422
424
  'fabric.editor.backLink': 'Nazaj',
423
425
  'fabric.editor.backgroundColor': 'Barva ozadja',
424
426
  'fabric.editor.block.menu.codeblock': 'Blok kode',
@@ -780,6 +782,7 @@ export default {
780
782
  'fabric.editor.keyboardShortcuts': 'Bližnjice na tipkovnici',
781
783
  'fabric.editor.layout.columnOption': '{count, plural, one {{count} stolpec} two {{count} stolpca} few {{count} stolpci} other {{count} stolpcev}}',
782
784
  'fabric.editor.layout.controls.placeholder': '/ za vstavljanje',
785
+ 'fabric.editor.layout.distributeColumns': 'Porazdeli stolpce',
783
786
  'fabric.editor.layout.placeholder': 'Dodaj vsebino',
784
787
  'fabric.editor.layout.resizeLayout': 'Spremeni velikost postavitve',
785
788
  'fabric.editor.layoutFixedWidth': 'Nazaj na sredino',
@@ -804,11 +807,13 @@ export default {
804
807
  'fabric.editor.longEmptyNodePlaceholderSuffix': 'za vstavljanje elementov',
805
808
  'fabric.editor.longEmptyNodePlaceholderText': 'Vnesite / za vstavljanje elementov',
806
809
  'fabric.editor.markdown': 'Markdown',
810
+ 'fabric.editor.markdownMode.confirmDialog.cancel': 'Prekliči',
811
+ 'fabric.editor.markdownMode.confirmDialog.confirm': 'Potrdi',
807
812
  'fabric.editor.markdownMode.sourceView.ariaLabel': 'Vir Markdown',
808
813
  'fabric.editor.markdownMode.viewToggle.groupLabel': 'Način prikaza',
809
814
  'fabric.editor.markdownMode.viewToggle.preview': 'Razdeljen pogled (kmalu na voljo)',
810
815
  'fabric.editor.markdownMode.viewToggle.source': 'Urejevalnik sintakse',
811
- 'fabric.editor.markdownMode.viewToggle.wysiwyg': 'Urejevalnik WYSIWYG',
816
+ 'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG',
812
817
  'fabric.editor.matchCase': 'Ujemanje velikosti črk',
813
818
  'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Širina predstavnosti je zmanjšana na {newMediaWidth,number} slikovno piko.} two {Širina predstavnosti je zmanjšana na {newMediaWidth,number} slikovni piki.} few {Širina predstavnosti je zmanjšana na {newMediaWidth,number} slikovne pike.} other {Širina predstavnosti je zmanjšana na {newMediaWidth,number} slikovnih pik.}}',
814
819
  'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Širina predstavnosti je povečana na {newMediaWidth,number} slikovno piko.} two {Širina predstavnosti je povečana na {newMediaWidth,number} slikovni piki.} few {Širina predstavnosti je povečana na {newMediaWidth,number} slikovne pike.} other {Širina predstavnosti je povečana na {newMediaWidth,number} slikovnih pik.}}',
@@ -1010,6 +1015,12 @@ export default {
1010
1015
  'fabric.editor.syncedBlockSourceUnsyncedDescription': 'Te vsebine ni mogoče prikazati, ker ni več sinhronizirana z virom <a>{title}</a>.',
1011
1016
  'fabric.editor.syncedLocationDropdownError': 'Lokacij trenutno ni mogoče naložiti. Počakajte nekaj minut, nato osvežite brskalnik.',
1012
1017
  'fabric.editor.syncedLocationDropdownHeading': 'Lokacije ({count}):',
1018
+ 'fabric.editor.syncedLocationDropdownIssueTypeBug': 'Napaka',
1019
+ 'fabric.editor.syncedLocationDropdownIssueTypeEpic': 'Ep',
1020
+ 'fabric.editor.syncedLocationDropdownIssueTypeGeneric': 'Delovni element Jira',
1021
+ 'fabric.editor.syncedLocationDropdownIssueTypeStory': 'Zgodba',
1022
+ 'fabric.editor.syncedLocationDropdownIssueTypeSubtask': 'Podopravilo',
1023
+ 'fabric.editor.syncedLocationDropdownIssueTypeTask': 'Opravilo',
1013
1024
  'fabric.editor.syncedLocationDropdownLearnMoreLink': 'Več o sinhroniziranih blokih',
1014
1025
  'fabric.editor.syncedLocationDropdownNoResults': 'Kopirajte in prilepite sinhronizirane bloke, če jih želite znova uporabiti na drugih lokacijah.',
1015
1026
  'fabric.editor.syncedLocationDropdownRequestAccess': 'Zahtevaj dostop',
@@ -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;
@@ -129,6 +129,7 @@ export default {
129
129
  'fabric.editor.ai.config.item.makeLonger.title': 'Produži sadržaj',
130
130
  'fabric.editor.ai.config.item.range.agent.description': 'Nema opisa',
131
131
  'fabric.editor.ai.config.item.range.agent.prompt.hint': 'Recite Agentu da napiše nešto ili odaberite u nastavku',
132
+ 'fabric.editor.ai.config.item.remix.title': 'Remiks',
132
133
  'fabric.editor.ai.config.item.rephrase.description': 'Pravi predlog za preformulisanje rečenica',
133
134
  'fabric.editor.ai.config.item.rephrase.title': 'Preformuliši',
134
135
  'fabric.editor.ai.config.item.shorten.description': 'Skraćuje sadržaj teksta radi sažetosti',
@@ -421,6 +422,7 @@ export default {
421
422
  'fabric.editor.annotationToolbar': 'Traka sa alatkama za napomene',
422
423
  'fabric.editor.anonymous-collaborator': 'Anonimni saradnik',
423
424
  'fabric.editor.ariaRoleDescription.codeSnippetTextBox': 'polje za tekst fragmenta koda',
425
+ 'fabric.editor.askRovo': 'Pitajte Rovo',
424
426
  'fabric.editor.backLink': 'Nazad',
425
427
  'fabric.editor.backgroundColor': 'Boja pozadine',
426
428
  'fabric.editor.block.menu.codeblock': 'Blok kôda',
@@ -788,6 +790,7 @@ export default {
788
790
  'fabric.editor.keyboardShortcuts': 'Tasterske prečice',
789
791
  'fabric.editor.layout.columnOption': '{count, plural, one {{count} kolona} few {{count} kolone} many {{count} kolona} other {{count} kolone}}',
790
792
  'fabric.editor.layout.controls.placeholder': '/ za umetanje',
793
+ 'fabric.editor.layout.distributeColumns': 'Proširi kolone',
791
794
  'fabric.editor.layout.placeholder': 'Dodaj sadržaj',
792
795
  'fabric.editor.layout.resizeLayout': 'Promeni veličinu rasporeda',
793
796
  'fabric.editor.layoutFixedWidth': 'Vrati na standardno',
@@ -812,11 +815,13 @@ export default {
812
815
  'fabric.editor.longEmptyNodePlaceholderSuffix': 'da umetnete elemente',
813
816
  'fabric.editor.longEmptyNodePlaceholderText': 'Unesite / za umetanje elemenata',
814
817
  'fabric.editor.markdown': 'Markdown',
818
+ 'fabric.editor.markdownMode.confirmDialog.cancel': 'Otkaži',
819
+ 'fabric.editor.markdownMode.confirmDialog.confirm': 'Potvrdi',
815
820
  'fabric.editor.markdownMode.sourceView.ariaLabel': 'Izvor za Markdown',
816
821
  'fabric.editor.markdownMode.viewToggle.groupLabel': 'Režim prikaza',
817
822
  'fabric.editor.markdownMode.viewToggle.preview': 'Podeljeni prikaz (uskoro)',
818
823
  'fabric.editor.markdownMode.viewToggle.source': 'Uređivač sintakse',
819
- 'fabric.editor.markdownMode.viewToggle.wysiwyg': 'Uređivač WYSIWYG',
824
+ 'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG',
820
825
  'fabric.editor.matchCase': 'Podudari slova',
821
826
  'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Širina medija smanjena na {newMediaWidth,number} piksel.} few {Širina medija smanjena na {newMediaWidth,number} piksela.} many {Širina medija smanjena na {newMediaWidth,number} piksela.} other {Širina medija smanjena na {newMediaWidth,number} piksela.}}',
822
827
  'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Širina medija povećana na {newMediaWidth,number} piksel.} few {Širina medija povećana na {newMediaWidth,number} piksela.} many {Širina medija povećana na {newMediaWidth,number} piksela.} other {Širina medija povećana na {newMediaWidth,number} piksela.}}',
@@ -1018,6 +1023,12 @@ export default {
1018
1023
  'fabric.editor.syncedBlockSourceUnsyncedDescription': 'Ne možemo da prikažemo ovaj sadržaj je nesinhronizovan sa <a>{title}</a>.',
1019
1024
  'fabric.editor.syncedLocationDropdownError': 'Trenutno ne možemo da učitamo lokacije. Sačekajte nekoliko minuta i osvežite svoj pregledač.',
1020
1025
  'fabric.editor.syncedLocationDropdownHeading': '{count} lokacija/e:',
1026
+ 'fabric.editor.syncedLocationDropdownIssueTypeBug': 'Greška',
1027
+ 'fabric.editor.syncedLocationDropdownIssueTypeEpic': 'Blok',
1028
+ 'fabric.editor.syncedLocationDropdownIssueTypeGeneric': 'Jira radna stavka',
1029
+ 'fabric.editor.syncedLocationDropdownIssueTypeStory': 'Priča',
1030
+ 'fabric.editor.syncedLocationDropdownIssueTypeSubtask': 'Podzadatak',
1031
+ 'fabric.editor.syncedLocationDropdownIssueTypeTask': 'Zadatak',
1021
1032
  'fabric.editor.syncedLocationDropdownLearnMoreLink': 'Saznajte više o sinhronizovanim blokovima',
1022
1033
  'fabric.editor.syncedLocationDropdownNoResults': 'Kopirajte i nalepite sinhronizovane blokove da biste ih ponovo koristili na drugim lokacijama.',
1023
1034
  'fabric.editor.syncedLocationDropdownRequestAccess': 'Zatražite pristup',
@@ -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;
@@ -129,6 +129,7 @@ export default {
129
129
  'fabric.editor.ai.config.item.makeLonger.title': 'Продужи садржај',
130
130
  'fabric.editor.ai.config.item.range.agent.description': 'Нема описа',
131
131
  'fabric.editor.ai.config.item.range.agent.prompt.hint': 'Реците Агенту да напише нешто или одаберите у наставку',
132
+ 'fabric.editor.ai.config.item.remix.title': 'Ремикс',
132
133
  'fabric.editor.ai.config.item.rephrase.description': 'Прави предлог за преформулисање реченица',
133
134
  'fabric.editor.ai.config.item.rephrase.title': 'Преформулишите',
134
135
  'fabric.editor.ai.config.item.shorten.description': 'Скраћује садржај текста ради сажетости',
@@ -421,6 +422,7 @@ export default {
421
422
  'fabric.editor.annotationToolbar': 'Трака са алаткама за напомене',
422
423
  'fabric.editor.anonymous-collaborator': 'Анонимни сарадник',
423
424
  'fabric.editor.ariaRoleDescription.codeSnippetTextBox': 'поље за текст фрагмента кода',
425
+ 'fabric.editor.askRovo': 'Питајте Rovo',
424
426
  'fabric.editor.backLink': 'Назад',
425
427
  'fabric.editor.backgroundColor': 'Боја позадине',
426
428
  'fabric.editor.block.menu.codeblock': 'Блок кôда',
@@ -788,6 +790,7 @@ export default {
788
790
  'fabric.editor.keyboardShortcuts': 'Тастерске пречице',
789
791
  'fabric.editor.layout.columnOption': '{count, plural, one {{count} колона} other {Колона: {count}}}',
790
792
  'fabric.editor.layout.controls.placeholder': '/ за уметање',
793
+ 'fabric.editor.layout.distributeColumns': 'Прошири колоне',
791
794
  'fabric.editor.layout.placeholder': 'Додај садржај',
792
795
  'fabric.editor.layout.resizeLayout': 'Промени величину распореда',
793
796
  'fabric.editor.layoutFixedWidth': 'Врати на стандардно',
@@ -812,11 +815,13 @@ export default {
812
815
  'fabric.editor.longEmptyNodePlaceholderSuffix': 'да уметнете елементе',
813
816
  'fabric.editor.longEmptyNodePlaceholderText': 'Унесите / за уметање елемената',
814
817
  'fabric.editor.markdown': 'Markdown',
818
+ 'fabric.editor.markdownMode.confirmDialog.cancel': 'Откажи',
819
+ 'fabric.editor.markdownMode.confirmDialog.confirm': 'Потврди',
815
820
  'fabric.editor.markdownMode.sourceView.ariaLabel': 'Извор за Markdown',
816
821
  'fabric.editor.markdownMode.viewToggle.groupLabel': 'Режим приказа',
817
822
  'fabric.editor.markdownMode.viewToggle.preview': 'Подељени приказ (ускоро)',
818
823
  'fabric.editor.markdownMode.viewToggle.source': 'Уређивач синтаксе',
819
- 'fabric.editor.markdownMode.viewToggle.wysiwyg': 'Уређивач WYSIWYG',
824
+ 'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG',
820
825
  'fabric.editor.matchCase': 'Подудари слова',
821
826
  'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Ширина медија смањена на {newMediaWidth,number} пиксел.} other {Ширина медија смањена на {newMediaWidth,number} пиксела.}}',
822
827
  'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Ширина медија повећана на {newMediaWidth,number} пиксел.} other {Ширина медија повећана на {newMediaWidth,number} пиксела.}}',
@@ -1018,6 +1023,12 @@ export default {
1018
1023
  'fabric.editor.syncedBlockSourceUnsyncedDescription': 'Не можемо да прикажемо овај садржај јер је несинхронизован са <a>{title}</a>.',
1019
1024
  'fabric.editor.syncedLocationDropdownError': 'Тренутно не можемо да учитамо локације. Сачекајте неколико минута и освежите свој прегледач.',
1020
1025
  'fabric.editor.syncedLocationDropdownHeading': '{count} локација/е:',
1026
+ 'fabric.editor.syncedLocationDropdownIssueTypeBug': 'Грешка',
1027
+ 'fabric.editor.syncedLocationDropdownIssueTypeEpic': 'Блок',
1028
+ 'fabric.editor.syncedLocationDropdownIssueTypeGeneric': 'Jira радна ставка',
1029
+ 'fabric.editor.syncedLocationDropdownIssueTypeStory': 'Прича',
1030
+ 'fabric.editor.syncedLocationDropdownIssueTypeSubtask': 'Подзадатак',
1031
+ 'fabric.editor.syncedLocationDropdownIssueTypeTask': 'Задатак',
1021
1032
  'fabric.editor.syncedLocationDropdownLearnMoreLink': 'Сазнајте више о синхронизованим блоковима',
1022
1033
  'fabric.editor.syncedLocationDropdownNoResults': 'Копирајте и налепите синхронизоване блокове да бисте их поново користили на другим локацијама.',
1023
1034
  'fabric.editor.syncedLocationDropdownRequestAccess': 'Затражите приступ',
@@ -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;
@@ -130,6 +130,7 @@ export default {
130
130
  'fabric.editor.ai.config.item.makeLonger.title': 'Gör längre',
131
131
  'fabric.editor.ai.config.item.range.agent.description': 'Beskrivning saknas',
132
132
  'fabric.editor.ai.config.item.range.agent.prompt.hint': 'Be agenten att skriva något eller välj nedan',
133
+ 'fabric.editor.ai.config.item.remix.title': 'Remix',
133
134
  'fabric.editor.ai.config.item.rephrase.description': 'Skapar ett förslag på hur dina meningar kan omformuleras',
134
135
  'fabric.editor.ai.config.item.rephrase.title': 'Omformulera',
135
136
  'fabric.editor.ai.config.item.shorten.description': 'Kortar ner innehållet för att göra det mer koncist',
@@ -139,6 +140,7 @@ export default {
139
140
  'fabric.editor.ai.config.item.suggest.title': 'Föreslå en titel',
140
141
  'fabric.editor.ai.config.item.suggestComment.description': 'Få en AI-föreslagen kommentar baserat på denna arbetsuppgift',
141
142
  'fabric.editor.ai.config.item.suggestComment.title': 'Föreslå en kommentar',
143
+ 'fabric.editor.ai.config.item.suggestReply.title': 'Föreslå ett svar',
142
144
  'fabric.editor.ai.config.item.summarize.description': 'Skapar en sammanfattning av texten du arbetar med och markerar viktiga punkter',
143
145
  'fabric.editor.ai.config.item.summarize.dropdownItem.title': 'Sammanfatta text',
144
146
  'fabric.editor.ai.config.item.summarize.title': 'Sammanfatta text',
@@ -350,6 +352,7 @@ export default {
350
352
  'fabric.editor.annotationToolbar': 'Verktygsfält för kommentarer',
351
353
  'fabric.editor.anonymous-collaborator': 'Anonym medarbetare',
352
354
  'fabric.editor.ariaRoleDescription.codeSnippetTextBox': 'textruta med kodavsnitt',
355
+ 'fabric.editor.askRovo': 'Fråga Rovo',
353
356
  'fabric.editor.backLink': 'Gå tillbaka',
354
357
  'fabric.editor.backgroundColor': 'Bakgrundsfärg',
355
358
  'fabric.editor.block.menu.codeblock': 'Kodblock',
@@ -431,6 +434,7 @@ export default {
431
434
  'fabric.editor.codeBlock.languageNotSet': 'Du har inte angett kodspråk.',
432
435
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopierad!',
433
436
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiera som text',
437
+ 'fabric.editor.codeBlockLineNumbersButton.showLineNumbers': 'Visa radnummer',
434
438
  'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Inaktivera brytning',
435
439
  'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Aktivera brytning',
436
440
  'fabric.editor.codeblock': 'Kodstycke',
@@ -723,6 +727,7 @@ export default {
723
727
  'fabric.editor.keyboardShortcuts': 'Kortkommandon',
724
728
  'fabric.editor.layout.columnOption': '{count, plural, one {Kolumn} other {{count} kolumner}}',
725
729
  'fabric.editor.layout.controls.placeholder': '/ för att infoga',
730
+ 'fabric.editor.layout.distributeColumns': 'Fördela kolumner',
726
731
  'fabric.editor.layout.placeholder': 'Lägg till innehåll',
727
732
  'fabric.editor.layout.resizeLayout': 'Ändra storlek på layout',
728
733
  'fabric.editor.layoutFixedWidth': 'Tillbaka till centrera',
@@ -747,11 +752,15 @@ export default {
747
752
  'fabric.editor.longEmptyNodePlaceholderSuffix': 'för att infoga element',
748
753
  'fabric.editor.longEmptyNodePlaceholderText': 'Ange / om du vill infoga element',
749
754
  'fabric.editor.markdown': 'Markdown',
755
+ 'fabric.editor.markdownMode.confirmDialog.cancel': 'Avbryt',
756
+ 'fabric.editor.markdownMode.confirmDialog.confirm': 'Bekräfta',
757
+ 'fabric.editor.markdownMode.confirmDialog.error': 'Något gick fel när sidan konverterades. Försök igen.',
758
+ 'fabric.editor.markdownMode.labsLozenge': 'LABS',
750
759
  'fabric.editor.markdownMode.sourceView.ariaLabel': 'Markdown-källa',
751
760
  'fabric.editor.markdownMode.viewToggle.groupLabel': 'Visningsläge',
752
761
  'fabric.editor.markdownMode.viewToggle.preview': 'Delad vy (kommer snart)',
753
762
  'fabric.editor.markdownMode.viewToggle.source': 'Syntaxredigerare',
754
- 'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG-redigerare',
763
+ 'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG',
755
764
  'fabric.editor.matchCase': 'Matcha skiftläge',
756
765
  'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Mediabredden har minskats till {newMediaWidth,number} pixel.} other {Mediabredden har minskats till {newMediaWidth,number} pixlar.}}',
757
766
  'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Mediabredden har ökats till {newMediaWidth,number} pixel.} other {Mediabredden har ökats till {newMediaWidth,number} pixlar.}}',
@@ -956,6 +965,12 @@ export default {
956
965
  'fabric.editor.syncedBlockSourceUnsyncedDescription': 'Det går inte att visa innehållet eftersom det inte längre synkroniseras från <a>{title}</a>.',
957
966
  'fabric.editor.syncedLocationDropdownError': 'Vi kan inte läsa in platser just nu. Vänta några minuter och uppdatera webbläsaren.',
958
967
  'fabric.editor.syncedLocationDropdownHeading': '{count} platser:',
968
+ 'fabric.editor.syncedLocationDropdownIssueTypeBug': 'Bugg',
969
+ 'fabric.editor.syncedLocationDropdownIssueTypeEpic': 'Epic',
970
+ 'fabric.editor.syncedLocationDropdownIssueTypeGeneric': 'Jira-arbetsuppgift',
971
+ 'fabric.editor.syncedLocationDropdownIssueTypeStory': 'Story',
972
+ 'fabric.editor.syncedLocationDropdownIssueTypeSubtask': 'Underuppgift',
973
+ 'fabric.editor.syncedLocationDropdownIssueTypeTask': 'Uppgift',
959
974
  'fabric.editor.syncedLocationDropdownLearnMoreLink': 'Läs mer om synkroniserade block',
960
975
  'fabric.editor.syncedLocationDropdownNoResults': 'Kopiera och klistra in synkroniserade block för att återanvända dem på andra platser.',
961
976
  'fabric.editor.syncedLocationDropdownRequestAccess': 'Begär åtkomst',
@@ -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;
@@ -336,6 +336,7 @@ export default {
336
336
  'fabric.editor.annotationToolbar': 'แถบเครื่องมือข้อความหมายเหตุ',
337
337
  'fabric.editor.anonymous-collaborator': 'ผู้ทำงานร่วมกันที่ไม่ระบุตัวตน',
338
338
  'fabric.editor.ariaRoleDescription.codeSnippetTextBox': 'กล่องข้อความข้อมูลย่อรหัส',
339
+ 'fabric.editor.askRovo': 'ถาม Rovo',
339
340
  'fabric.editor.backLink': 'ย้อนกลับ',
340
341
  'fabric.editor.backgroundColor': 'สีพื้นหลัง',
341
342
  'fabric.editor.block.menu.codeblock': 'โค้ดบล็อก',
@@ -395,7 +396,7 @@ export default {
395
396
  'fabric.editor.cannotPasteSyncedBlockAction': 'เรียนรู้เพิ่มเติม',
396
397
  'fabric.editor.cannotPasteSyncedBlockDescription': 'เรากำลังพัฒนาคุณสมบัตินี้อยู่ ขณะนี้ คุณสามารถวางเนื้อหาที่ซิงค์ได้เมื่อมีการสร้างตั๋วของคุณขึ้นแล้วเท่านั้น',
397
398
  'fabric.editor.cannotPasteSyncedBlockTitle': 'ไม่สามารถวางได้',
398
- 'fabric.editor.cannotPasteSyncedBlockUnsupportedDescription': 'ยังไม่มีการรับรองการบล็อกซิงค์',
399
+ 'fabric.editor.cannotPasteSyncedBlockUnsupportedDescription': 'ยังไม่มีการรับรองการซิงค์บล็อก',
399
400
  'fabric.editor.captionPlaceholder': 'เพิ่มคำอธิบาย',
400
401
  'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'เพิ่มคำบรรยาย - ดับเบิลคลิกเพื่อดูตัวอย่าง',
401
402
  'fabric.editor.cardFloatingControls': 'ตัวเลือกการ์ด',
@@ -506,7 +507,7 @@ export default {
506
507
  'fabric.editor.distributeColumns': 'แบ่งคอลัมน์',
507
508
  'fabric.editor.dragHandleZone': 'เปิดใช้งานโซนตัวจับลาก',
508
509
  'fabric.editor.dropPlaceholderLabel': 'เอกสาร',
509
- 'fabric.editor.duplicateSourceSyncBlockDescription': 'อนุญาตให้ใช้บล็อกที่ซิงค์แหล่งที่มาได้เพียงหนึ่งบล็อกต่อแหล่งที่มาในหน้าข้อมูลเท่านั้น ให้ใช้บล็อกที่ซิงค์แหล่งอ้างอิงเพื่อนำเนื้อหานี้กลับไปใช้ซ้ำ',
510
+ 'fabric.editor.duplicateSourceSyncBlockDescription': 'ในหนึ่งหน้าข้อมูลอนุญาตให้บล็อกซิงก์ต้นทาง ได้เพียงหนึ่งบล็อกต่อหนึ่งแหล่งที่มาเท่านั้น หากต้องการใช้เนื้อหานี้ซ้ำ ให้ใช้บล็อกซิงก์แบบอ้างอิง แทน',
510
511
  'fabric.editor.duplicateSourceSyncBlockTitle': 'ลบบล็อกที่ซิงค์ที่ซ้ำกันออกแล้ว',
511
512
  'fabric.editor.ecombedDescription': 'แสดงตัวอย่างแบบโต้ตอบของลิงก์',
512
513
  'fabric.editor.edit': 'แก้ไข',
@@ -709,6 +710,7 @@ export default {
709
710
  'fabric.editor.keyboardShortcuts': 'ปุ่มลัด',
710
711
  'fabric.editor.layout.columnOption': '{count, plural, other {{count} คอลัมน์}}',
711
712
  'fabric.editor.layout.controls.placeholder': '/ เพื่อแทรก',
713
+ 'fabric.editor.layout.distributeColumns': 'แบ่งคอลัมน์',
712
714
  'fabric.editor.layout.placeholder': 'เพิ่มเนื้อหา',
713
715
  'fabric.editor.layout.resizeLayout': 'ปรับขนาดเค้าโครง',
714
716
  'fabric.editor.layoutFixedWidth': 'กลับไปตรงกลาง',
@@ -733,11 +735,13 @@ export default {
733
735
  'fabric.editor.longEmptyNodePlaceholderSuffix': 'เพื่อแทรกองค์ประกอบ',
734
736
  'fabric.editor.longEmptyNodePlaceholderText': 'พิมพ์ / เพื่อแทรกองค์ประกอบ',
735
737
  'fabric.editor.markdown': 'Markdown',
738
+ 'fabric.editor.markdownMode.confirmDialog.cancel': 'ยกเลิก',
739
+ 'fabric.editor.markdownMode.confirmDialog.confirm': 'ยืนยัน',
736
740
  'fabric.editor.markdownMode.sourceView.ariaLabel': 'แหล่งที่มาของ Markdown',
737
741
  'fabric.editor.markdownMode.viewToggle.groupLabel': 'โหมดมุมมอง',
738
742
  'fabric.editor.markdownMode.viewToggle.preview': 'การแสดงผลแบบแบ่งหน้าจอ (เร็ว ๆ นี้)',
739
743
  'fabric.editor.markdownMode.viewToggle.source': 'เครื่องมือแก้ไขด้านโครงสร้าง',
740
- 'fabric.editor.markdownMode.viewToggle.wysiwyg': 'เครื่องมือแก้ไข WYSIWYG',
744
+ 'fabric.editor.markdownMode.viewToggle.wysiwyg': 'WYSIWYG',
741
745
  'fabric.editor.matchCase': 'รายการที่ตรงกัน',
742
746
  'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, other {ความกว้างของสื่อลดลงเหลือ {newMediaWidth,number} พิกเซล}}',
743
747
  'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, other {ความกว้างของสื่อเพิ่มขึ้นเป็น {newMediaWidth,number} พิกเซล}}',
@@ -942,6 +946,12 @@ export default {
942
946
  'fabric.editor.syncedBlockSourceUnsyncedDescription': 'เราไม่สามารถแสดงเนื้อหานี้ได้เนื่องจากถูกยกเลิกการเชื่อมโยงจาก <a>{title}</a> แล้ว',
943
947
  'fabric.editor.syncedLocationDropdownError': 'เราไม่สามารถโหลดตำแหน่งที่ตั้งได้ในขณะนี้ โปรดรอสักครู่ และรีเฟรชเบราว์เซอร์ของคุณ',
944
948
  'fabric.editor.syncedLocationDropdownHeading': '{count} ตำแหน่ง:',
949
+ 'fabric.editor.syncedLocationDropdownIssueTypeBug': 'ข้อผิดพลาด',
950
+ 'fabric.editor.syncedLocationDropdownIssueTypeEpic': 'โครงงาน',
951
+ 'fabric.editor.syncedLocationDropdownIssueTypeGeneric': 'ตั๋ว Jira',
952
+ 'fabric.editor.syncedLocationDropdownIssueTypeStory': 'เรื่องราว',
953
+ 'fabric.editor.syncedLocationDropdownIssueTypeSubtask': 'งานย่อย',
954
+ 'fabric.editor.syncedLocationDropdownIssueTypeTask': 'งาน',
945
955
  'fabric.editor.syncedLocationDropdownLearnMoreLink': 'เรียนรู้เพิ่มเติมเกี่ยวกับบล็อกที่ซิงค์',
946
956
  'fabric.editor.syncedLocationDropdownNoResults': 'คัดลอกและวางบล็อกที่ซิงค์เพื่อใช้ซ้ำในตำแหน่งที่ตั้งอื่น',
947
957
  'fabric.editor.syncedLocationDropdownRequestAccess': 'ส่งคำขอการเข้าถึง',