@atlaskit/editor-common 107.34.0 → 107.35.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 (176) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/cjs/block-menu/index.js +102 -0
  3. package/dist/cjs/block-menu/key.js +37 -1
  4. package/dist/cjs/block-menu/rank.js +7 -2
  5. package/dist/cjs/i18n/cs.js +14 -2
  6. package/dist/cjs/i18n/da.js +14 -2
  7. package/dist/cjs/i18n/de.js +14 -2
  8. package/dist/cjs/i18n/en.js +10 -2
  9. package/dist/cjs/i18n/en_GB.js +10 -2
  10. package/dist/cjs/i18n/en_ZZ.js +10 -2
  11. package/dist/cjs/i18n/es.js +14 -2
  12. package/dist/cjs/i18n/fi.js +14 -2
  13. package/dist/cjs/i18n/fr.js +4 -2
  14. package/dist/cjs/i18n/hr.js +17 -2
  15. package/dist/cjs/i18n/hu.js +14 -2
  16. package/dist/cjs/i18n/it.js +14 -2
  17. package/dist/cjs/i18n/ja.js +17 -2
  18. package/dist/cjs/i18n/ko.js +14 -2
  19. package/dist/cjs/i18n/nb.js +14 -2
  20. package/dist/cjs/i18n/nl.js +14 -2
  21. package/dist/cjs/i18n/pl.js +17 -2
  22. package/dist/cjs/i18n/pt_BR.js +17 -2
  23. package/dist/cjs/i18n/ru.js +14 -2
  24. package/dist/cjs/i18n/sl.js +17 -2
  25. package/dist/cjs/i18n/sr_RS.js +17 -2
  26. package/dist/cjs/i18n/sr_YR.js +17 -2
  27. package/dist/cjs/i18n/sv.js +17 -2
  28. package/dist/cjs/i18n/th.js +17 -2
  29. package/dist/cjs/i18n/tr.js +14 -2
  30. package/dist/cjs/i18n/uk.js +14 -2
  31. package/dist/cjs/i18n/vi.js +7 -2
  32. package/dist/cjs/i18n/zh.js +14 -2
  33. package/dist/cjs/i18n/zh_TW.js +14 -2
  34. package/dist/cjs/link/utils.js +2 -6
  35. package/dist/cjs/messages/tasks-and-decsisions.js +5 -0
  36. package/dist/cjs/monitoring/error.js +1 -1
  37. package/dist/cjs/ui/DropList/index.js +1 -1
  38. package/dist/es2019/block-menu/index.js +2 -2
  39. package/dist/es2019/block-menu/key.js +36 -0
  40. package/dist/es2019/block-menu/rank.js +21 -1
  41. package/dist/es2019/i18n/cs.js +14 -2
  42. package/dist/es2019/i18n/da.js +14 -2
  43. package/dist/es2019/i18n/de.js +14 -2
  44. package/dist/es2019/i18n/en.js +10 -2
  45. package/dist/es2019/i18n/en_GB.js +10 -2
  46. package/dist/es2019/i18n/en_ZZ.js +10 -2
  47. package/dist/es2019/i18n/es.js +14 -2
  48. package/dist/es2019/i18n/fi.js +14 -2
  49. package/dist/es2019/i18n/fr.js +4 -2
  50. package/dist/es2019/i18n/hr.js +17 -2
  51. package/dist/es2019/i18n/hu.js +14 -2
  52. package/dist/es2019/i18n/it.js +14 -2
  53. package/dist/es2019/i18n/ja.js +17 -2
  54. package/dist/es2019/i18n/ko.js +14 -2
  55. package/dist/es2019/i18n/nb.js +14 -2
  56. package/dist/es2019/i18n/nl.js +14 -2
  57. package/dist/es2019/i18n/pl.js +17 -2
  58. package/dist/es2019/i18n/pt_BR.js +17 -2
  59. package/dist/es2019/i18n/ru.js +14 -2
  60. package/dist/es2019/i18n/sl.js +17 -2
  61. package/dist/es2019/i18n/sr_RS.js +17 -2
  62. package/dist/es2019/i18n/sr_YR.js +17 -2
  63. package/dist/es2019/i18n/sv.js +17 -2
  64. package/dist/es2019/i18n/th.js +17 -2
  65. package/dist/es2019/i18n/tr.js +14 -2
  66. package/dist/es2019/i18n/uk.js +14 -2
  67. package/dist/es2019/i18n/vi.js +7 -2
  68. package/dist/es2019/i18n/zh.js +14 -2
  69. package/dist/es2019/i18n/zh_TW.js +14 -2
  70. package/dist/es2019/link/utils.js +3 -7
  71. package/dist/es2019/messages/tasks-and-decsisions.js +5 -0
  72. package/dist/es2019/monitoring/error.js +1 -1
  73. package/dist/es2019/ui/DropList/index.js +1 -1
  74. package/dist/esm/block-menu/index.js +2 -2
  75. package/dist/esm/block-menu/key.js +36 -0
  76. package/dist/esm/block-menu/rank.js +7 -2
  77. package/dist/esm/i18n/cs.js +14 -2
  78. package/dist/esm/i18n/da.js +14 -2
  79. package/dist/esm/i18n/de.js +14 -2
  80. package/dist/esm/i18n/en.js +10 -2
  81. package/dist/esm/i18n/en_GB.js +10 -2
  82. package/dist/esm/i18n/en_ZZ.js +10 -2
  83. package/dist/esm/i18n/es.js +14 -2
  84. package/dist/esm/i18n/fi.js +14 -2
  85. package/dist/esm/i18n/fr.js +4 -2
  86. package/dist/esm/i18n/hr.js +17 -2
  87. package/dist/esm/i18n/hu.js +14 -2
  88. package/dist/esm/i18n/it.js +14 -2
  89. package/dist/esm/i18n/ja.js +17 -2
  90. package/dist/esm/i18n/ko.js +14 -2
  91. package/dist/esm/i18n/nb.js +14 -2
  92. package/dist/esm/i18n/nl.js +14 -2
  93. package/dist/esm/i18n/pl.js +17 -2
  94. package/dist/esm/i18n/pt_BR.js +17 -2
  95. package/dist/esm/i18n/ru.js +14 -2
  96. package/dist/esm/i18n/sl.js +17 -2
  97. package/dist/esm/i18n/sr_RS.js +17 -2
  98. package/dist/esm/i18n/sr_YR.js +17 -2
  99. package/dist/esm/i18n/sv.js +17 -2
  100. package/dist/esm/i18n/th.js +17 -2
  101. package/dist/esm/i18n/tr.js +14 -2
  102. package/dist/esm/i18n/uk.js +14 -2
  103. package/dist/esm/i18n/vi.js +7 -2
  104. package/dist/esm/i18n/zh.js +14 -2
  105. package/dist/esm/i18n/zh_TW.js +14 -2
  106. package/dist/esm/link/utils.js +3 -7
  107. package/dist/esm/messages/tasks-and-decsisions.js +5 -0
  108. package/dist/esm/monitoring/error.js +1 -1
  109. package/dist/esm/ui/DropList/index.js +1 -1
  110. package/dist/types/block-menu/index.d.ts +2 -2
  111. package/dist/types/block-menu/key.d.ts +36 -0
  112. package/dist/types/block-menu/rank.d.ts +21 -1
  113. package/dist/types/i18n/cs.d.ts +14 -2
  114. package/dist/types/i18n/da.d.ts +14 -2
  115. package/dist/types/i18n/de.d.ts +14 -2
  116. package/dist/types/i18n/en.d.ts +10 -2
  117. package/dist/types/i18n/en_GB.d.ts +10 -2
  118. package/dist/types/i18n/en_ZZ.d.ts +10 -2
  119. package/dist/types/i18n/es.d.ts +14 -2
  120. package/dist/types/i18n/fi.d.ts +14 -2
  121. package/dist/types/i18n/fr.d.ts +4 -2
  122. package/dist/types/i18n/hr.d.ts +17 -2
  123. package/dist/types/i18n/hu.d.ts +14 -2
  124. package/dist/types/i18n/it.d.ts +14 -2
  125. package/dist/types/i18n/ja.d.ts +17 -2
  126. package/dist/types/i18n/ko.d.ts +14 -2
  127. package/dist/types/i18n/nb.d.ts +14 -2
  128. package/dist/types/i18n/nl.d.ts +14 -2
  129. package/dist/types/i18n/pl.d.ts +17 -2
  130. package/dist/types/i18n/pt_BR.d.ts +17 -2
  131. package/dist/types/i18n/ru.d.ts +14 -2
  132. package/dist/types/i18n/sl.d.ts +17 -2
  133. package/dist/types/i18n/sr_RS.d.ts +17 -2
  134. package/dist/types/i18n/sr_YR.d.ts +17 -2
  135. package/dist/types/i18n/sv.d.ts +17 -2
  136. package/dist/types/i18n/th.d.ts +17 -2
  137. package/dist/types/i18n/tr.d.ts +14 -2
  138. package/dist/types/i18n/uk.d.ts +14 -2
  139. package/dist/types/i18n/vi.d.ts +7 -2
  140. package/dist/types/i18n/zh.d.ts +14 -2
  141. package/dist/types/i18n/zh_TW.d.ts +14 -2
  142. package/dist/types/messages/tasks-and-decsisions.d.ts +5 -0
  143. package/dist/types-ts4.5/block-menu/index.d.ts +2 -2
  144. package/dist/types-ts4.5/block-menu/key.d.ts +36 -0
  145. package/dist/types-ts4.5/block-menu/rank.d.ts +21 -1
  146. package/dist/types-ts4.5/i18n/cs.d.ts +14 -2
  147. package/dist/types-ts4.5/i18n/da.d.ts +14 -2
  148. package/dist/types-ts4.5/i18n/de.d.ts +14 -2
  149. package/dist/types-ts4.5/i18n/en.d.ts +10 -2
  150. package/dist/types-ts4.5/i18n/en_GB.d.ts +10 -2
  151. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +10 -2
  152. package/dist/types-ts4.5/i18n/es.d.ts +14 -2
  153. package/dist/types-ts4.5/i18n/fi.d.ts +14 -2
  154. package/dist/types-ts4.5/i18n/fr.d.ts +4 -2
  155. package/dist/types-ts4.5/i18n/hr.d.ts +17 -2
  156. package/dist/types-ts4.5/i18n/hu.d.ts +14 -2
  157. package/dist/types-ts4.5/i18n/it.d.ts +14 -2
  158. package/dist/types-ts4.5/i18n/ja.d.ts +17 -2
  159. package/dist/types-ts4.5/i18n/ko.d.ts +14 -2
  160. package/dist/types-ts4.5/i18n/nb.d.ts +14 -2
  161. package/dist/types-ts4.5/i18n/nl.d.ts +14 -2
  162. package/dist/types-ts4.5/i18n/pl.d.ts +17 -2
  163. package/dist/types-ts4.5/i18n/pt_BR.d.ts +17 -2
  164. package/dist/types-ts4.5/i18n/ru.d.ts +14 -2
  165. package/dist/types-ts4.5/i18n/sl.d.ts +17 -2
  166. package/dist/types-ts4.5/i18n/sr_RS.d.ts +17 -2
  167. package/dist/types-ts4.5/i18n/sr_YR.d.ts +17 -2
  168. package/dist/types-ts4.5/i18n/sv.d.ts +17 -2
  169. package/dist/types-ts4.5/i18n/th.d.ts +17 -2
  170. package/dist/types-ts4.5/i18n/tr.d.ts +14 -2
  171. package/dist/types-ts4.5/i18n/uk.d.ts +14 -2
  172. package/dist/types-ts4.5/i18n/vi.d.ts +7 -2
  173. package/dist/types-ts4.5/i18n/zh.d.ts +14 -2
  174. package/dist/types-ts4.5/i18n/zh_TW.d.ts +14 -2
  175. package/dist/types-ts4.5/messages/tasks-and-decsisions.d.ts +5 -0
  176. package/package.json +4 -7
@@ -47,6 +47,8 @@ export default {
47
47
  'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Titeln får inte överstiga {maxLength} tecken',
48
48
  'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Fortsätt i chatt',
49
49
  'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Öppna i chatt',
50
+ 'fabric.editor.ai.config.item.addPolish.description': 'Finjustera innehållet för att göra det mer aktuellt',
51
+ 'fabric.editor.ai.config.item.addPolish.title': 'Finjustera',
50
52
  'fabric.editor.ai.config.item.agent.title': 'Atlassian Intelligence Rovo-agent',
51
53
  'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Kortar ner innehållet för att göra det mer koncist',
52
54
  'fabric.editor.ai.config.item.atlas-shorten-update.title': 'Förkorta uppdateringen',
@@ -178,6 +180,7 @@ export default {
178
180
  'fabric.editor.ai.confluence-prebuilt.confluenceTranslateSelectionToolbarDropdownMenuTitle': 'Översätt',
179
181
  'fabric.editor.ai.eventHub.fallbackSuggestedTitle': 'Sidrubrik',
180
182
  'fabric.editor.ai.eventHub.fallbackSuggestedTitlePrefix': 'Sida',
183
+ 'fabric.editor.ai.experience-application.cmdPaletteUnhandledErrorMessage': 'Vi har problem och kan inte generera ett svar just nu. Försök igen senare.',
181
184
  'fabric.editor.ai.experience-application.documentInsertError': 'Vi har problem med att infoga svaret. Stäng dialogrutan och försök igen.',
182
185
  'fabric.editor.ai.experience-application.error-boundary.markdownErrorMessage': 'Vi kan inte generera förhandsvisningen. Stäng dialogrutan och försök igen.',
183
186
  'fabric.editor.ai.experience-application.rateLimitEnforced': 'Vi har fått för många förfrågningar om Atlassian Intelligence (AI) den senaste tiden. Försök igen om några minuter eller läs om <link>överdriven användning av AI</link>.',
@@ -186,8 +189,11 @@ export default {
186
189
  'fabric.editor.ai.experience.apiError': 'Vi kunde inte få ett svar, försök igen.',
187
190
  'fabric.editor.ai.experience.aupViolationMessage': 'Din uppmaning eller ditt innehåll kanske inte följer vår policy för godtagbar användning. Granska båda och hänvisa till vår <link>policy för godtagbar användning</link> om det behövs. Om problemet kvarstår kan du överväga att prova en annan uppmaning eller ett annat innehåll.',
188
191
  'fabric.editor.ai.experience.browseMore.agents': 'Bläddra bland agenter',
192
+ 'fabric.editor.ai.experience.cmdPaletteApiError': 'Ett fel inträffade när vi försökte generera svar.',
193
+ 'fabric.editor.ai.experience.cmdPaletteAupViolationMessage': 'Vi kunde inte slutföra förfrågan eftersom den inte följer <link>vår Policy för godtagbar användning</link>.',
189
194
  'fabric.editor.ai.experience.discardMessagePrompt': 'Vill du kassera din uppmaning?',
190
195
  'fabric.editor.ai.experience.discardMessageResponse': 'Vill du kassera ditt svar?',
196
+ 'fabric.editor.ai.experience.discardStreamingInDocumenntMessageResponse': 'Vill du radera svaret?',
191
197
  'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Fri generering är inaktiverad i Elevate just nu.',
192
198
  'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Nu kan du klistra in länkar 🔗 till Jira- och Confluence-innehåll i dina uppmaningar.',
193
199
  'fabric.editor.ai.experience.footerRightText.agents': 'Drivs av Rovo',
@@ -224,6 +230,7 @@ export default {
224
230
  'fabric.editor.ai.telepointer.rovo': 'Rovo',
225
231
  'fabric.editor.ai.toolbar.askAI.title': 'Fråga Atlassian Intelligence',
226
232
  'fabric.editor.ai.toolbar.askRovo.title': 'Fråga Rovo',
233
+ 'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand': "Fråga Rovo {key}+'",
227
234
  'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': 'Fråga Rovo AI',
228
235
  'fabric.editor.ai.toolbar.changeTone.title': 'Ändra ton',
229
236
  'fabric.editor.ai.toolbar.changeToneOptions.title': 'Ändra tonalternativ',
@@ -258,6 +265,10 @@ export default {
258
265
  'fabric.editor.annotationToolbar': 'Verktygsfält för kommentarer',
259
266
  'fabric.editor.backLink': 'Gå tillbaka',
260
267
  'fabric.editor.backgroundColor': 'Bakgrundsfärg',
268
+ 'fabric.editor.block.menu.copy.block': 'Kopiera block',
269
+ 'fabric.editor.block.menu.copy.link': 'Kopiera länk',
270
+ 'fabric.editor.block.menu.move.down': 'Flytta ner',
271
+ 'fabric.editor.block.menu.move.up': 'Flytta upp',
261
272
  'fabric.editor.blockCardUnavailable': 'Inlinelänken är inuti {node} och det går inte att byta dess vy',
262
273
  'fabric.editor.blockControlDelete': 'Radera',
263
274
  'fabric.editor.blockControlDragHandleMove': 'Dra för att flytta',
@@ -282,6 +293,7 @@ export default {
282
293
  'fabric.editor.breakoutFullWidthLabel': 'Full bredd',
283
294
  'fabric.editor.breakoutWideWidthLabel': 'Bred',
284
295
  'fabric.editor.bug': 'Bugg',
296
+ 'fabric.editor.bulletedList': 'Punktlista',
285
297
  'fabric.editor.canNotSortTable': '⚠️ Du kan inte sortera en panelvy med sammanslagna celler',
286
298
  'fabric.editor.cancelButton': 'Avbryt',
287
299
  'fabric.editor.captionPlaceholder': 'Lägg till en bildtext',
@@ -346,8 +358,6 @@ export default {
346
358
  'fabric.editor.createComment': 'Kommentera',
347
359
  'fabric.editor.createCommentDisabled': 'Du kan bara kommentera text, rubriker, emojis, datum, omnämnanden, länkar och statusar.',
348
360
  'fabric.editor.createCommentInvalid': 'Du kan bara kommentera på text och rubriker',
349
- 'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Jag förstår',
350
- 'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Nu kan nu lämna kommentarer i infogade delar som länkar, datum, statusar och omnämnanden.',
351
361
  'fabric.editor.customPanel': 'Anpassad panel',
352
362
  'fabric.editor.customPanel.description': 'Lägg till en anteckning med en emoji och en färgad bakgrund',
353
363
  'fabric.editor.datasource.assetsObjects.description': 'Infoga objekt från Tillgångar i Jira Service Management med sökning och filtrering',
@@ -614,6 +624,7 @@ export default {
614
624
  'fabric.editor.navigate.toolbar.askAI': 'Fråga AI',
615
625
  'fabric.editor.navigate.toolbar.editor': 'Gå till verktygsfältet för redigering',
616
626
  'fabric.editor.navigate.toolbar.floating': 'Gå till det svävande verktygsfältet',
627
+ 'fabric.editor.noPermissionToAddComment': '{contentType, select, blogpost {Du har inte behörighet att lägga till kommentarer i detta blogginlägg} page {Du har inte behörighet att lägga till kommentarer på denna sida} other {Du har inte behörighet att lägga till kommentarer på denna sida}}',
617
628
  'fabric.editor.noResultsFound': 'Inga resultat',
618
629
  'fabric.editor.noSearchResults': 'Inga sökresultat',
619
630
  'fabric.editor.normal': 'Normal text',
@@ -626,6 +637,7 @@ export default {
626
637
  'fabric.editor.openButtonTitle': 'Öppen',
627
638
  'fabric.editor.openCellOptions': 'Öppna cellalternativ',
628
639
  'fabric.editor.openLink': 'Öppna länk i en ny flik',
640
+ 'fabric.editor.openPreviewPanel': 'Öppna förhandsgranskningspanelen',
629
641
  'fabric.editor.orderedList': 'Numrerad lista',
630
642
  'fabric.editor.orderedList.description': 'Skapa en sorterad lista',
631
643
  'fabric.editor.other': 'Annat ...',
@@ -646,6 +658,7 @@ export default {
646
658
  'fabric.editor.placeholderTextPlaceholder': 'Lägg till platshållartext',
647
659
  'fabric.editor.plainText': 'Använd oformaterad text',
648
660
  'fabric.editor.preferencesLink': 'Länkinställningar',
661
+ 'fabric.editor.previewButtonTitle': 'Förhandsgranska',
649
662
  'fabric.editor.quickInsert': 'Snabbinfoga',
650
663
  'fabric.editor.recordLoomShortTitle': 'Spela in',
651
664
  'fabric.editor.recordVideo': 'Spela in en Loom-video',
@@ -681,6 +694,7 @@ export default {
681
694
  'fabric.editor.selectTableColumn': 'Välj tabellkolumn',
682
695
  'fabric.editor.selectTableRow': 'Välj tabellrad',
683
696
  'fabric.editor.selectionExtensionDropdownButtonLabel': 'Välj app',
697
+ 'fabric.editor.selectionToolbarOverflowMenuTooltip': 'Fler alternativ',
684
698
  'fabric.editor.settingsLinks': 'Gå till länkinställningar',
685
699
  'fabric.editor.shortEmptyNodePlaceholderText': '/ för att infoga',
686
700
  'fabric.editor.shortcut': 'Textgenväg',
@@ -758,6 +772,7 @@ export default {
758
772
  'fabric.editor.toolbarPositionInline': 'I linje med texten',
759
773
  'fabric.editor.toolbarPositionPinedAtTop': 'Ta bort fastnålning av verktygsfältet',
760
774
  'fabric.editor.toolbarPositionUnpined': 'Nåla fast verktygsfältet längst upp',
775
+ 'fabric.editor.toolbarPositionUnpinnedConcise': 'Fäst verktygsfältet längst upp',
761
776
  'fabric.editor.tooltip.blockPanel': 'en panel',
762
777
  'fabric.editor.tooltip.bulletList': 'en lista',
763
778
  'fabric.editor.tooltip.decisionList': 'en beslutslista',
@@ -47,6 +47,8 @@ export default {
47
47
  'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'ชื่อเรื่องต้องมีความยาวไม่เกิน {maxLength} ตัวอักษร',
48
48
  'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'แชทต่อไป',
49
49
  'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'เปิดในแชท',
50
+ 'fabric.editor.ai.config.item.addPolish.description': 'ขัดเกลาเนื้อหาเพื่อช่วยให้มีความสละสลวยมากขึ้น',
51
+ 'fabric.editor.ai.config.item.addPolish.title': 'เพิ่มการขัดเกลา',
50
52
  'fabric.editor.ai.config.item.agent.title': 'พนักงาน Atlassian Intelligence Rovo',
51
53
  'fabric.editor.ai.config.item.atlas-shorten-update.description': 'ย่อเนื้อหาให้สั้นลงเพื่อให้มีความกระชับมากขึ้น',
52
54
  'fabric.editor.ai.config.item.atlas-shorten-update.title': 'ปรับลดเนื้อหาในการอัปเดตให้สั้นลง',
@@ -164,6 +166,7 @@ export default {
164
166
  'fabric.editor.ai.confluence-prebuilt.confluenceTranslateSelectionToolbarDropdownMenuTitle': 'แปล',
165
167
  'fabric.editor.ai.eventHub.fallbackSuggestedTitle': 'ชื่อหน้าข้อมูล',
166
168
  'fabric.editor.ai.eventHub.fallbackSuggestedTitlePrefix': 'หน้าข้อมูล',
169
+ 'fabric.editor.ai.experience-application.cmdPaletteUnhandledErrorMessage': 'เรากำลังมีปัญหาและไม่สามารถสร้างคำตอบได้ในขณะนี้ ลองอีกครั้งในภายหลัง',
167
170
  'fabric.editor.ai.experience-application.documentInsertError': 'เรากำลังมีปัญหาในการแทรกคำตอบ ปิดกรอบโต้ตอบและลองอีกครั้ง',
168
171
  'fabric.editor.ai.experience-application.error-boundary.markdownErrorMessage': 'เรากำลังมีปัญหาในการสร้างการแสดงตัวอย่าง ปิดกรอบโต้ตอบและลองอีกครั้ง',
169
172
  'fabric.editor.ai.experience-application.rateLimitEnforced': 'เราได้รับคำขอใหม่สำหรับ Atlassian Intelligence (AI) มากเกินไป รอสักครู่แล้วลองอีกครั้ง หรืออ่านเกี่ยวกับ<link>การใช้ AI มากเกินไป</link>',
@@ -172,8 +175,11 @@ export default {
172
175
  'fabric.editor.ai.experience.apiError': 'เราไม่ได้รับคำตอบ โปรดลองอีกครั้ง',
173
176
  'fabric.editor.ai.experience.aupViolationMessage': 'การแจ้งเตือนหรือเนื้อหาของคุณอาจไม่สอดคล้องกับ &quot;นโยบายการใช้งานที่ยอมรับได้&quot; ของเรา โปรดตรวจสอบทั้งสองรายการและอ้างอิงที่ <link>นโยบายการใช้งานที่ยอมรับได้</link> ของเรา หากจำเป็น หากปัญหายังคงมีอยู่ ให้ลองใช้การแจ้งเตือนหรือเนื้อหาอื่น',
174
177
  'fabric.editor.ai.experience.browseMore.agents': 'เรียกดูพนักงาน',
178
+ 'fabric.editor.ai.experience.cmdPaletteApiError': 'เกิดข้อผิดพลาดขณะสร้างคำตอบของคุณ',
179
+ 'fabric.editor.ai.experience.cmdPaletteAupViolationMessage': 'เราไม่สามารถดำเนินการตามคำขอให้สำเร็จได้ เนื่องจากคำขอไม่เป็นไปตาม<link>นโยบายการใช้งานที่ยอมรับได้</link>ของเรา',
175
180
  'fabric.editor.ai.experience.discardMessagePrompt': 'คุณต้องการละทิ้งข้อความแจ้งเตือนของคุณหรือไม่',
176
181
  'fabric.editor.ai.experience.discardMessageResponse': 'คุณต้องการละทิ้งคำตอบของคุณหรือไม่',
182
+ 'fabric.editor.ai.experience.discardStreamingInDocumenntMessageResponse': 'ลบคำตอบหรือไม่',
177
183
  'fabric.editor.ai.experience.elevateDisabledGenetateError': 'การสร้างข้อความอิสระถูกปิดใช้งานใน Elevate ในขณะนี้',
178
184
  'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 คุณสามารถวางลิงก์ 🔗 ที่เชื่อมโยงไปยังเนื้อหา Jira และ Confluence ลงในข้อความแจ้งเตือนของคุณได้แล้วในขณะนี้<strong></strong>',
179
185
  'fabric.editor.ai.experience.footerRightText.agents': 'สนับสนุนโดย Rovo',
@@ -210,6 +216,7 @@ export default {
210
216
  'fabric.editor.ai.telepointer.rovo': 'Rovo',
211
217
  'fabric.editor.ai.toolbar.askAI.title': 'ถาม Atlassian Intelligence',
212
218
  'fabric.editor.ai.toolbar.askRovo.title': 'ถาม Rovo',
219
+ 'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand': "ถาม Rovo {key}+'",
213
220
  'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': 'ถาม Rovo AI',
214
221
  'fabric.editor.ai.toolbar.changeTone.title': 'เปลี่ยนโทน',
215
222
  'fabric.editor.ai.toolbar.changeToneOptions.title': 'เปลี่ยนตัวเลือกโทน',
@@ -244,6 +251,10 @@ export default {
244
251
  'fabric.editor.annotationToolbar': 'แถบเครื่องมือข้อความหมายเหตุ',
245
252
  'fabric.editor.backLink': 'ย้อนกลับ',
246
253
  'fabric.editor.backgroundColor': 'สีพื้นหลัง',
254
+ 'fabric.editor.block.menu.copy.block': 'คัดลอกบล็อก',
255
+ 'fabric.editor.block.menu.copy.link': 'คัดลอกลิงก์',
256
+ 'fabric.editor.block.menu.move.down': 'เลื่อนลง',
257
+ 'fabric.editor.block.menu.move.up': 'เลื่อนขึ้น',
247
258
  'fabric.editor.blockCardUnavailable': 'ลิงก์ในบรรทัดเดียวกันจะอยู่ภายใน {node} และไม่สามารถเปลี่ยนแปลงมุมมองได้',
248
259
  'fabric.editor.blockControlDelete': 'ลบ',
249
260
  'fabric.editor.blockControlDragHandleMove': 'ลากเพื่อย้าย',
@@ -268,6 +279,7 @@ export default {
268
279
  'fabric.editor.breakoutFullWidthLabel': 'แบบเต็มความกว้าง',
269
280
  'fabric.editor.breakoutWideWidthLabel': 'กว้าง',
270
281
  'fabric.editor.bug': 'ข้อผิดพลาด',
282
+ 'fabric.editor.bulletedList': 'รายการแบบไม่มีเลขลำดับ',
271
283
  'fabric.editor.canNotSortTable': '⚠️ คุณไม่สามารถจัดเรียงตารางด้วยช่องข้อมูลที่ถูกรวมได้',
272
284
  'fabric.editor.cancelButton': 'ยกเลิก',
273
285
  'fabric.editor.captionPlaceholder': 'เพิ่มคำอธิบาย',
@@ -332,8 +344,6 @@ export default {
332
344
  'fabric.editor.createComment': 'ความคิดเห็น',
333
345
  'fabric.editor.createCommentDisabled': 'คุณสามารถแสดงความคิดเห็นได้เฉพาะกับข้อความ หัวเรื่อง เอโมจิ วันที่ การกล่าวถึง ลิงก์ และสถานะเท่านั้น',
334
346
  'fabric.editor.createCommentInvalid': 'คุณสามารถแสดงความคิดเห็นได้เฉพาะบนข้อความและหัวข้อเท่านั้น',
335
- 'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'รับทราบ',
336
- 'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'คุณสามารถแสดงความคิดเห็นเกี่ยวกับองค์ประกอบแบบบรรทัดเดียวได้ เช่น ลิงก์ วันที่ สถานะ และการกล่าวถึง',
337
347
  'fabric.editor.customPanel': 'แผงแบบกำหนดเอง',
338
348
  'fabric.editor.customPanel.description': 'เพิ่มข้อความบันทึกพร้อมเอโมจิและพื้นหลังมีสีสัน',
339
349
  'fabric.editor.datasource.assetsObjects.description': 'แทรกหัวเรื่อง Assets ใน Jira Service Management ด้วยการค้นหาและตัวกรอง',
@@ -600,6 +610,7 @@ export default {
600
610
  'fabric.editor.navigate.toolbar.askAI': 'ถาม Atlassian Intelligence',
601
611
  'fabric.editor.navigate.toolbar.editor': 'นำทางไปยังแถบเครื่องมือแก้ไข',
602
612
  'fabric.editor.navigate.toolbar.floating': 'นำทางไปยังแถบเครื่องมือแบบลอย',
613
+ 'fabric.editor.noPermissionToAddComment': '{contentType, select, blogpost {คุณไม่มีสิทธิ์ในการเพิ่มความคิดเห็นในบล็อกโพสต์นี้} page {คุณไม่มีสิทธิ์ในการเพิ่มความคิดเห็นในหน้าข้อมูลนี้} other {คุณไม่มีสิทธิ์ในการเพิ่มความคิดเห็นในหน้าข้อมูลนี้}}',
603
614
  'fabric.editor.noResultsFound': 'ไม่พบผลลัพธ์',
604
615
  'fabric.editor.noSearchResults': 'ไม่พบผลการค้นหา',
605
616
  'fabric.editor.normal': 'ข้อความปกติ',
@@ -612,6 +623,7 @@ export default {
612
623
  'fabric.editor.openButtonTitle': 'เปิด',
613
624
  'fabric.editor.openCellOptions': 'เปิดตัวเลือกช่องข้อมูล',
614
625
  'fabric.editor.openLink': 'เปิดลิงก์ในแถบใหม่',
626
+ 'fabric.editor.openPreviewPanel': 'เปิดแผงแสดงตัวอย่าง',
615
627
  'fabric.editor.orderedList': 'รายการแบบมีตัวเลข',
616
628
  'fabric.editor.orderedList.description': 'สร้างรายการแบบมีเลขลำดับ',
617
629
  'fabric.editor.other': 'อื่น ๆ...',
@@ -632,6 +644,7 @@ export default {
632
644
  'fabric.editor.placeholderTextPlaceholder': 'เพิ่มข้อความเจาะจง',
633
645
  'fabric.editor.plainText': 'ใช้ข้อความธรรมดา',
634
646
  'fabric.editor.preferencesLink': 'การตั้งค่าลิงก์ตามต้องการ',
647
+ 'fabric.editor.previewButtonTitle': 'แสดงตัวอย่าง',
635
648
  'fabric.editor.quickInsert': 'แทรกด่วน',
636
649
  'fabric.editor.recordLoomShortTitle': 'บันทึก',
637
650
  'fabric.editor.recordVideo': 'บันทึกวิดีโอ Loom',
@@ -667,6 +680,7 @@ export default {
667
680
  'fabric.editor.selectTableColumn': 'เลือกคอลัมน์ตาราง',
668
681
  'fabric.editor.selectTableRow': 'เลือกแถวตาราง',
669
682
  'fabric.editor.selectionExtensionDropdownButtonLabel': 'เลือกแอป',
683
+ 'fabric.editor.selectionToolbarOverflowMenuTooltip': 'ตัวเลือกเพิ่มเติม',
670
684
  'fabric.editor.settingsLinks': 'ไปที่การตั้งค่าลิงก์',
671
685
  'fabric.editor.shortEmptyNodePlaceholderText': '/ เพื่อแทรก',
672
686
  'fabric.editor.shortcut': 'ข้อความลัด',
@@ -744,6 +758,7 @@ export default {
744
758
  'fabric.editor.toolbarPositionInline': 'อยู่ในบรรทัดกับข้อความ',
745
759
  'fabric.editor.toolbarPositionPinedAtTop': 'ถอนการปักหมุดแถบเครื่องมือ',
746
760
  'fabric.editor.toolbarPositionUnpined': 'ปักหมุดแถบเครื่องมือไว้ที่ด้านบน',
761
+ 'fabric.editor.toolbarPositionUnpinnedConcise': 'ปักหมุดแถบเครื่องมือไว้ที่ด้านบน',
747
762
  'fabric.editor.tooltip.blockPanel': 'แผง',
748
763
  'fabric.editor.tooltip.bulletList': 'รายการ',
749
764
  'fabric.editor.tooltip.decisionList': 'รายการตัดสินใจ',
@@ -47,6 +47,8 @@ export default {
47
47
  'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Başlık {maxLength} karakteri aşamaz',
48
48
  'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Sohbette devam et',
49
49
  'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Sohbette Aç',
50
+ 'fabric.editor.ai.config.item.addPolish.description': 'Daha güzel hale getirmek için içeriği süsler',
51
+ 'fabric.editor.ai.config.item.addPolish.title': 'Süsle',
50
52
  'fabric.editor.ai.config.item.agent.title': 'Atlassian Intelligence Rovo Aracısı',
51
53
  'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Daha az ve öz hale getirmek için içeriği kısaltır',
52
54
  'fabric.editor.ai.config.item.atlas-shorten-update.title': 'Güncelleme içeriğini kısaltın',
@@ -179,6 +181,7 @@ export default {
179
181
  'fabric.editor.ai.confluence-prebuilt.confluenceTranslateSelectionToolbarDropdownMenuTitle': 'Çevir',
180
182
  'fabric.editor.ai.eventHub.fallbackSuggestedTitle': 'Sayfa başlığı',
181
183
  'fabric.editor.ai.eventHub.fallbackSuggestedTitlePrefix': 'Sayfa',
184
+ 'fabric.editor.ai.experience-application.cmdPaletteUnhandledErrorMessage': 'Sorun yaşanıyor ve şu anda bir yanıt oluşturulamıyor. Daha sonra yeniden deneyin.',
182
185
  'fabric.editor.ai.experience-application.documentInsertError': 'Yanıt eklenirken bir sorunla karşılaşıldı. İletişim kutusunu kapatın ve yeniden deneyin.',
183
186
  'fabric.editor.ai.experience-application.error-boundary.markdownErrorMessage': 'Önizlemeyi oluştururken bir sorunla karşılaşıldı. İletişim kutusunu kapatın ve yeniden deneyin.',
184
187
  'fabric.editor.ai.experience-application.rateLimitEnforced': 'Atlassian Intelligence (AI) için yakın zamanda çok fazla talep aldık. Birkaç dakika sonra yeniden deneyin veya <link>aşırı AI kullanımı</link> hakkında bilgi edinin.',
@@ -187,8 +190,11 @@ export default {
187
190
  'fabric.editor.ai.experience.apiError': 'Bir yanıt alınamadı, lütfen yeniden deneyin.',
188
191
  'fabric.editor.ai.experience.aupViolationMessage': 'İsteminiz veya içeriğiniz Kabul Edilebilir Kullanım Politikamız ile uyumlu olmayabilir. Lütfen ikisini de inceleyin ve gerekirse <link>Kabul Edilebilir Kullanım Politikamıza</link> başvurun. Sorun devam ederse farklı bir istem veya içerik denemeyi göz önünde bulundurun.',
189
192
  'fabric.editor.ai.experience.browseMore.agents': 'Temsilcilere Göz At',
193
+ 'fabric.editor.ai.experience.cmdPaletteApiError': 'Yanıtınız oluşturulurken bir hatayla karşılaşıldı.',
194
+ 'fabric.editor.ai.experience.cmdPaletteAupViolationMessage': '<link>Kabul Edilebilir Kullanım Politikamıza</link> uymadığından bu talep tamamlanamadı.',
190
195
  'fabric.editor.ai.experience.discardMessagePrompt': 'İsteminizden vazgeçmek istiyor musunuz?',
191
196
  'fabric.editor.ai.experience.discardMessageResponse': 'Yanıtınızdan vazgeçmek istiyor musunuz?',
197
+ 'fabric.editor.ai.experience.discardStreamingInDocumenntMessageResponse': 'Yanıt silinsin mi?',
192
198
  'fabric.editor.ai.experience.elevateDisabledGenetateError': "Şu anda Elevate'te serbest oluşturma devre dışıdır.",
193
199
  'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Artık bağlantıları 🔗 istemlerinizdeki Jira ve Confluence içeriğine yapıştırabilirsiniz.',
194
200
  'fabric.editor.ai.experience.footerRightText.agents': 'Rovo tarafından desteklenir',
@@ -225,6 +231,7 @@ export default {
225
231
  'fabric.editor.ai.telepointer.rovo': 'Rovo',
226
232
  'fabric.editor.ai.toolbar.askAI.title': "AI'ye sor",
227
233
  'fabric.editor.ai.toolbar.askRovo.title': "Rovo'ya sorun",
234
+ 'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand': "Rovo'ya sorun {key}+'",
228
235
  'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': "Rovo Yapay Zeka'ya sorun",
229
236
  'fabric.editor.ai.toolbar.changeTone.title': 'Üslubu değiştir',
230
237
  'fabric.editor.ai.toolbar.changeToneOptions.title': 'Üslubu değiştirme seçenekleri',
@@ -259,6 +266,7 @@ export default {
259
266
  'fabric.editor.annotationToolbar': 'Not ekleme araç çubuğu',
260
267
  'fabric.editor.backLink': 'Geri dön',
261
268
  'fabric.editor.backgroundColor': 'Arkaplan rengi',
269
+ 'fabric.editor.block.menu.copy.link': 'Bağlantıyı kopyala',
262
270
  'fabric.editor.blockCardUnavailable': 'Satır içi bağlantı {node} düğümündedir ve görüntüsü değiştirilemez',
263
271
  'fabric.editor.blockControlDelete': 'Sil',
264
272
  'fabric.editor.blockControlDragHandleMove': 'Taşımak için sürükleyin',
@@ -283,6 +291,7 @@ export default {
283
291
  'fabric.editor.breakoutFullWidthLabel': 'Tam genişlik',
284
292
  'fabric.editor.breakoutWideWidthLabel': 'Geniş',
285
293
  'fabric.editor.bug': 'Hata',
294
+ 'fabric.editor.bulletedList': 'Madde işaretli liste',
286
295
  'fabric.editor.canNotSortTable': '⚠️ Birleştirilmiş hücre içeren bir tabloyu sıralayamazsınız',
287
296
  'fabric.editor.cancelButton': 'İptal',
288
297
  'fabric.editor.captionPlaceholder': 'Açıklama yazısı ekleyin',
@@ -347,8 +356,6 @@ export default {
347
356
  'fabric.editor.createComment': 'Yorum',
348
357
  'fabric.editor.createCommentDisabled': "Yalnızca metinlere, başlıklara, emoji'lere, tarihlere, bahsetmelere, bağlantılara ve durumlara yorum ekleyebilirsiniz.",
349
358
  'fabric.editor.createCommentInvalid': 'Yalnızca metin ve başlıklarda yorum yapabilirsiniz',
350
- 'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Anladım',
351
- 'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Artık bağlantılar, tarihler, durumlar ve bahsetmeler gibi satır içi öğelere yorum ekleyebilirsiniz.',
352
359
  'fabric.editor.customPanel': 'Özel panel',
353
360
  'fabric.editor.customPanel.description': 'Emoji ve renkli arkaplan içeren bir not ekleyin',
354
361
  'fabric.editor.datasource.assetsObjects.description': "Arama ve filtreleme ile Jira Service Management'taki Varlıklar'dan nesneleri ekleyin",
@@ -615,6 +622,7 @@ export default {
615
622
  'fabric.editor.navigate.toolbar.askAI': "AI'ye sor",
616
623
  'fabric.editor.navigate.toolbar.editor': 'Düzenleyici araç çubuğuna gidin',
617
624
  'fabric.editor.navigate.toolbar.floating': 'Kayan araç çubuğuna gidin',
625
+ 'fabric.editor.noPermissionToAddComment': '{contentType, select, blogpost {Bu blog gönderisine yorum ekleme izniniz yok} page {Bu sayfaya yorum ekleme izniniz yok} other {Bu sayfaya yorum ekleme izniniz yok}}',
618
626
  'fabric.editor.noResultsFound': 'Sonuç yok',
619
627
  'fabric.editor.noSearchResults': 'Arama sonucu bulunamadı',
620
628
  'fabric.editor.normal': 'Normal metin',
@@ -627,6 +635,7 @@ export default {
627
635
  'fabric.editor.openButtonTitle': 'Açık',
628
636
  'fabric.editor.openCellOptions': 'Hücre seçeneklerini aç',
629
637
  'fabric.editor.openLink': 'Bağlantıyı yeni sekmede açın',
638
+ 'fabric.editor.openPreviewPanel': 'Önizleme panelini aç',
630
639
  'fabric.editor.orderedList': 'Numaralı liste',
631
640
  'fabric.editor.orderedList.description': 'Sıralı liste oluşturun',
632
641
  'fabric.editor.other': 'Diğerleri...',
@@ -647,6 +656,7 @@ export default {
647
656
  'fabric.editor.placeholderTextPlaceholder': 'Yer tutucu metin ekleyin',
648
657
  'fabric.editor.plainText': 'Düz metin kullan',
649
658
  'fabric.editor.preferencesLink': 'Bağlantı tercihleri',
659
+ 'fabric.editor.previewButtonTitle': 'Önizleme',
650
660
  'fabric.editor.quickInsert': 'Hızlı ekleme',
651
661
  'fabric.editor.recordLoomShortTitle': 'Kaydet',
652
662
  'fabric.editor.recordVideo': 'Bir Loom videosu kaydedin',
@@ -682,6 +692,7 @@ export default {
682
692
  'fabric.editor.selectTableColumn': 'Tablo sütununu seç',
683
693
  'fabric.editor.selectTableRow': 'Tablo satırını seç',
684
694
  'fabric.editor.selectionExtensionDropdownButtonLabel': 'Uygulama seçin',
695
+ 'fabric.editor.selectionToolbarOverflowMenuTooltip': 'Daha fazla seçenek',
685
696
  'fabric.editor.settingsLinks': 'Bağlantı Tercihlerine gidin',
686
697
  'fabric.editor.shortEmptyNodePlaceholderText': 'Eklemek için / yazın',
687
698
  'fabric.editor.shortcut': 'Metin kısayolu',
@@ -759,6 +770,7 @@ export default {
759
770
  'fabric.editor.toolbarPositionInline': 'Metin içeren satır içi',
760
771
  'fabric.editor.toolbarPositionPinedAtTop': 'Araç çubuğunun sabitlenmesini kaldırın',
761
772
  'fabric.editor.toolbarPositionUnpined': 'Araç çubuğunu en üste sabitleyin',
773
+ 'fabric.editor.toolbarPositionUnpinnedConcise': 'Araç çubuğunu en üste sabitleyin',
762
774
  'fabric.editor.tooltip.blockPanel': 'pano',
763
775
  'fabric.editor.tooltip.bulletList': 'bir liste',
764
776
  'fabric.editor.tooltip.decisionList': 'karar listesi',
@@ -47,6 +47,8 @@ export default {
47
47
  'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Максимально допустима кількість символів у заголовку: {maxLength}',
48
48
  'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Продовжити в чаті',
49
49
  'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Відкрити в чаті',
50
+ 'fabric.editor.ai.config.item.addPolish.description': 'Удосконалення вмісту, щоб зробити його бездоганним',
51
+ 'fabric.editor.ai.config.item.addPolish.title': 'Застосування вдосконалення',
50
52
  'fabric.editor.ai.config.item.agent.title': 'Агент Rovo на основі Atlassian Intelligence',
51
53
  'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Скорочення вмісту, щоб зробити його лаконічнішим',
52
54
  'fabric.editor.ai.config.item.atlas-shorten-update.title': 'Скоротити оновлення',
@@ -164,6 +166,7 @@ export default {
164
166
  'fabric.editor.ai.confluence-prebuilt.confluenceTranslateSelectionToolbarDropdownMenuTitle': 'Переклад',
165
167
  'fabric.editor.ai.eventHub.fallbackSuggestedTitle': 'Заголовок сторінки',
166
168
  'fabric.editor.ai.eventHub.fallbackSuggestedTitlePrefix': 'Сторінка',
169
+ 'fabric.editor.ai.experience-application.cmdPaletteUnhandledErrorMessage': 'Наразі неможливо згенерувати відповідь через наявні технічні проблеми. Повторіть спробу пізніше.',
167
170
  'fabric.editor.ai.experience-application.documentInsertError': 'Не вдалося вставити відповідь. Закрийте діалогове вікно й повторіть спробу.',
168
171
  'fabric.editor.ai.experience-application.error-boundary.markdownErrorMessage': 'Не вдалося створити попередню версію. Закрийте діалогове вікно й повторіть спробу.',
169
172
  'fabric.editor.ai.experience-application.rateLimitEnforced': 'Останнім часом надійшло забагато запитів на Atlassian Intelligence (AI). Повторіть спробу через кілька хвилин або прочитайте статтю про <link>надмірне використання AI</link>.',
@@ -172,8 +175,11 @@ export default {
172
175
  'fabric.editor.ai.experience.apiError': 'Не вдалось отримати відповідь. Повторіть спробу.',
173
176
  'fabric.editor.ai.experience.aupViolationMessage': 'Ваш запит або вміст можуть не відповідати нашій Політиці прийнятного використання. Перевірте запит і вміст та за необхідності перегляньте нашу <link>Політику прийнятного використання</link>. Якщо проблема виникатиме знову, спробуйте використати інший запит або вміст.',
174
177
  'fabric.editor.ai.experience.browseMore.agents': 'Переглянути агентів',
178
+ 'fabric.editor.ai.experience.cmdPaletteApiError': 'Під час генерування відповіді сталася помилка.',
179
+ 'fabric.editor.ai.experience.cmdPaletteAupViolationMessage': 'Не вдалося виконати запит, оскільки він не відповідає нашій <link>Політиці прийнятного використання</link>.',
175
180
  'fabric.editor.ai.experience.discardMessagePrompt': 'Видалити запит?',
176
181
  'fabric.editor.ai.experience.discardMessageResponse': 'Видалити результат?',
182
+ 'fabric.editor.ai.experience.discardStreamingInDocumenntMessageResponse': 'Видалити відповідь?',
177
183
  'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Підказки в Elevate зараз вимкнені.',
178
184
  'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Тепер ви можете вставляти посилання 🔗 на вміст Jira й Confluence у своїх запитах.',
179
185
  'fabric.editor.ai.experience.footerRightText.agents': 'На платформі Rovo',
@@ -210,6 +216,7 @@ export default {
210
216
  'fabric.editor.ai.telepointer.rovo': 'Rovo',
211
217
  'fabric.editor.ai.toolbar.askAI.title': 'Запитати Atlassian Intelligence',
212
218
  'fabric.editor.ai.toolbar.askRovo.title': 'Запитайте Rovo',
219
+ 'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand': "Запитати Rovo: {key}+'",
213
220
  'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': 'Запитати ШІ Rovo',
214
221
  'fabric.editor.ai.toolbar.changeTone.title': 'Змінити стиль',
215
222
  'fabric.editor.ai.toolbar.changeToneOptions.title': 'Варіанти зміни стилю',
@@ -244,6 +251,7 @@ export default {
244
251
  'fabric.editor.annotationToolbar': 'Панель приміток',
245
252
  'fabric.editor.backLink': 'Назад',
246
253
  'fabric.editor.backgroundColor': 'Колір фону',
254
+ 'fabric.editor.block.menu.copy.link': 'Копіювати посилання',
247
255
  'fabric.editor.blockCardUnavailable': 'Вбудоване посилання знаходиться у вузлі {node}, тому змінити подання не можна',
248
256
  'fabric.editor.blockControlDelete': 'Видалити',
249
257
  'fabric.editor.blockControlDragHandleMove': 'Перетягніть, щоб змінити розташування',
@@ -268,6 +276,7 @@ export default {
268
276
  'fabric.editor.breakoutFullWidthLabel': 'Повна ширина',
269
277
  'fabric.editor.breakoutWideWidthLabel': 'Розширення',
270
278
  'fabric.editor.bug': 'Несправність',
279
+ 'fabric.editor.bulletedList': 'Маркований список',
271
280
  'fabric.editor.canNotSortTable': '⚠️ Не можна сортувати таблицю, у якій є об’єднані клітинки',
272
281
  'fabric.editor.cancelButton': 'Скасувати',
273
282
  'fabric.editor.captionPlaceholder': 'Додати підпис',
@@ -332,8 +341,6 @@ export default {
332
341
  'fabric.editor.createComment': 'Додати коментар',
333
342
  'fabric.editor.createCommentDisabled': 'Ви можете коментувати лише текст, заголовки, емодзі, дати, згадування, посилання й стани.',
334
343
  'fabric.editor.createCommentInvalid': 'Коментувати можна лише текст і заголовки',
335
- 'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Зрозуміло',
336
- 'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Тепер ви можете залишати коментарі до вбудованих елементів, як-от посилання, дати, статуси та згадування.',
337
344
  'fabric.editor.customPanel': 'Користувацька панель',
338
345
  'fabric.editor.customPanel.description': 'Додайте примітку з емодзі та кольоровим фоном',
339
346
  'fabric.editor.datasource.assetsObjects.description': 'Вставляйте об’єкти з розділу «Ресурси» в Jira Service Management за допомогою пошуку й фільтрації',
@@ -600,6 +607,7 @@ export default {
600
607
  'fabric.editor.navigate.toolbar.askAI': 'Запитати ШІ',
601
608
  'fabric.editor.navigate.toolbar.editor': 'Перейти на панель інструментів редактора',
602
609
  'fabric.editor.navigate.toolbar.floating': 'Перейти на рухому панель інструментів',
610
+ 'fabric.editor.noPermissionToAddComment': '{contentType, select, blogpost {У вас немає дозволу додавати коментарі до цього допису в блозі} page {У вас немає дозволу додавати коментарі до цієї сторінки} other {У вас немає дозволу додавати коментарі до цієї сторінки}}',
603
611
  'fabric.editor.noResultsFound': 'Немає результатів',
604
612
  'fabric.editor.noSearchResults': 'Нічого не знайдено',
605
613
  'fabric.editor.normal': 'Звичайний текст',
@@ -612,6 +620,7 @@ export default {
612
620
  'fabric.editor.openButtonTitle': 'Відкрити',
613
621
  'fabric.editor.openCellOptions': 'Відкрити параметри клітинки',
614
622
  'fabric.editor.openLink': 'Відкрити посилання в новій вкладці',
623
+ 'fabric.editor.openPreviewPanel': 'Відкрити панель попереднього перегляду',
615
624
  'fabric.editor.orderedList': 'Нумерований список',
616
625
  'fabric.editor.orderedList.description': 'Створити упорядкований список',
617
626
  'fabric.editor.other': 'Інше…',
@@ -632,6 +641,7 @@ export default {
632
641
  'fabric.editor.placeholderTextPlaceholder': 'Додати текст-заміщення',
633
642
  'fabric.editor.plainText': 'Застосувати текст без форматування',
634
643
  'fabric.editor.preferencesLink': 'Параметри посилань',
644
+ 'fabric.editor.previewButtonTitle': 'Переглянути',
635
645
  'fabric.editor.quickInsert': 'Швидка вставка',
636
646
  'fabric.editor.recordLoomShortTitle': 'Записати',
637
647
  'fabric.editor.recordVideo': 'Запишіть відео в Loom',
@@ -667,6 +677,7 @@ export default {
667
677
  'fabric.editor.selectTableColumn': 'Виберіть стовпець таблиці',
668
678
  'fabric.editor.selectTableRow': 'Виберіть рядок таблиці',
669
679
  'fabric.editor.selectionExtensionDropdownButtonLabel': 'Вибрати додаток',
680
+ 'fabric.editor.selectionToolbarOverflowMenuTooltip': 'Інші варіанти',
670
681
  'fabric.editor.settingsLinks': 'Перейти до параметрів посилань',
671
682
  'fabric.editor.shortEmptyNodePlaceholderText': '/ для вставки',
672
683
  'fabric.editor.shortcut': 'Сполучення клавіш для тексту',
@@ -744,6 +755,7 @@ export default {
744
755
  'fabric.editor.toolbarPositionInline': 'На рівні тексту',
745
756
  'fabric.editor.toolbarPositionPinedAtTop': 'Відкріпити панель інструментів',
746
757
  'fabric.editor.toolbarPositionUnpined': 'Закріпити панель інструментів угорі',
758
+ 'fabric.editor.toolbarPositionUnpinnedConcise': 'Закріпити панель інструментів у верхній частині',
747
759
  'fabric.editor.tooltip.blockPanel': 'панель',
748
760
  'fabric.editor.tooltip.bulletList': 'список',
749
761
  'fabric.editor.tooltip.decisionList': 'список рішень',
@@ -216,6 +216,7 @@ export default {
216
216
  'fabric.editor.ai.telepointer.rovo': 'Rovo',
217
217
  'fabric.editor.ai.toolbar.askAI.title': 'Hỏi AI',
218
218
  'fabric.editor.ai.toolbar.askRovo.title': 'Hỏi Rovo',
219
+ 'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand': "Hỏi Rovo {key}+'",
219
220
  'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': 'Hỏi AI Rovo',
220
221
  'fabric.editor.ai.toolbar.changeTone.title': 'Thay đổi giọng điệu',
221
222
  'fabric.editor.ai.toolbar.changeToneOptions.title': 'Các tùy chọn thay đổi giọng điệu',
@@ -250,6 +251,10 @@ export default {
250
251
  'fabric.editor.annotationToolbar': 'Thanh công cụ chú thích',
251
252
  'fabric.editor.backLink': 'Quay lại',
252
253
  'fabric.editor.backgroundColor': 'Màu nền',
254
+ 'fabric.editor.block.menu.copy.block': 'Sao chép khối',
255
+ 'fabric.editor.block.menu.copy.link': 'Sao chép liên kết',
256
+ 'fabric.editor.block.menu.move.down': 'Di chuyển xuống',
257
+ 'fabric.editor.block.menu.move.up': 'Di chuyển lên',
253
258
  'fabric.editor.blockCardUnavailable': 'Liên kết nội tuyến nằm trong {node} và không thể thay đổi chế độ xem liên kết',
254
259
  'fabric.editor.blockControlDelete': 'Xóa',
255
260
  'fabric.editor.blockControlDragHandleMove': 'Kéo để di chuyển',
@@ -339,8 +344,6 @@ export default {
339
344
  'fabric.editor.createComment': 'Nhận xét',
340
345
  'fabric.editor.createCommentDisabled': 'Bạn chỉ có thể nhận xét về văn bản, tiêu đề, biểu tượng cảm xúc, ngày tháng, lượt nhắc đến, liên kết và trạng thái.',
341
346
  'fabric.editor.createCommentInvalid': 'Bạn chỉ có thể bình luận về văn bản và tiêu đề',
342
- 'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Đã hiểu',
343
- 'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Hiện bạn có thể để lại bình luận trên các thành phần trong dòng như liên kết, ngày tháng, trạng thái và lượt nhắc đến.',
344
347
  'fabric.editor.customPanel': 'Bảng tùy chỉnh',
345
348
  'fabric.editor.customPanel.description': 'Thêm ghi chú với biểu tượng cảm xúc và nền màu',
346
349
  'fabric.editor.datasource.assetsObjects.description': 'Chèn đối tượng từ Tài sản trong Jira Service Management bằng tính năng tìm kiếm và lọc',
@@ -607,6 +610,7 @@ export default {
607
610
  'fabric.editor.navigate.toolbar.askAI': 'Hỏi AI',
608
611
  'fabric.editor.navigate.toolbar.editor': 'Điều hướng đến thanh công cụ trình biên tập',
609
612
  'fabric.editor.navigate.toolbar.floating': 'Điều hướng đến thanh công cụ nổi',
613
+ 'fabric.editor.noPermissionToAddComment': '{contentType, select, blogpost {Bạn không có quyền thêm nhận xét vào bài đăng trên blog này} page {Bạn không có quyền thêm nhận xét vào trang này} other {Bạn không có quyền thêm nhận xét vào trang này}}',
610
614
  'fabric.editor.noResultsFound': 'Không có kết quả',
611
615
  'fabric.editor.noSearchResults': 'Không có kết quả tìm kiếm',
612
616
  'fabric.editor.normal': 'Văn bản bình thường',
@@ -640,6 +644,7 @@ export default {
640
644
  'fabric.editor.placeholderTextPlaceholder': 'Thêm văn bản giữ chỗ',
641
645
  'fabric.editor.plainText': 'Dùng văn bản thuần túy',
642
646
  'fabric.editor.preferencesLink': 'Tùy chọn liên kết',
647
+ 'fabric.editor.previewButtonTitle': 'Xem trước',
643
648
  'fabric.editor.quickInsert': 'Chèn nhanh',
644
649
  'fabric.editor.recordLoomShortTitle': 'Ghi',
645
650
  'fabric.editor.recordVideo': 'Quay video Loom',
@@ -47,6 +47,8 @@ export default {
47
47
  'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': '标题不得超过 {maxLength} 个字符',
48
48
  'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': '继续聊天',
49
49
  'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': '在聊天中打开',
50
+ 'fabric.editor.ai.config.item.addPolish.description': '润色内容,使其更精炼',
51
+ 'fabric.editor.ai.config.item.addPolish.title': '添加润色',
50
52
  'fabric.editor.ai.config.item.agent.title': 'Atlassian Intelligence Rovo 支持人员',
51
53
  'fabric.editor.ai.config.item.atlas-shorten-update.description': '缩短内容,使其更简洁',
52
54
  'fabric.editor.ai.config.item.atlas-shorten-update.title': '缩短更新内容',
@@ -179,6 +181,7 @@ export default {
179
181
  'fabric.editor.ai.confluence-prebuilt.confluenceTranslateSelectionToolbarDropdownMenuTitle': '翻译',
180
182
  'fabric.editor.ai.eventHub.fallbackSuggestedTitle': '页面标题',
181
183
  'fabric.editor.ai.eventHub.fallbackSuggestedTitlePrefix': '页面',
184
+ 'fabric.editor.ai.experience-application.cmdPaletteUnhandledErrorMessage': '我们遇到了一些问题,目前无法生成回复。请稍后重试。',
182
185
  'fabric.editor.ai.experience-application.documentInsertError': '插入回复时出现问题。请关闭该对话框,然后重试。',
183
186
  'fabric.editor.ai.experience-application.error-boundary.markdownErrorMessage': '生成预览时出现问题。请关闭该对话框,然后重试。',
184
187
  'fabric.editor.ai.experience-application.rateLimitEnforced': '我们最近收到了太多针对 Atlassian Intelligence (AI) 的请求。请过几分钟再试,或阅读有关<link>过度使用 Atlassian Intelligence</link> 的信息。',
@@ -187,8 +190,11 @@ export default {
187
190
  'fabric.editor.ai.experience.apiError': '无法获取回复,请重试。',
188
191
  'fabric.editor.ai.experience.aupViolationMessage': '您的提示或内容可能不符合我们的“可接受的使用政策”。请检查这两项,并在需要时参考我们的<link>可接受的使用政策</link>。如果问题仍然存在,建议尝试其他提示或内容。',
189
192
  'fabric.editor.ai.experience.browseMore.agents': '浏览支持人员',
193
+ 'fabric.editor.ai.experience.cmdPaletteApiError': '生成回复时出现错误。',
194
+ 'fabric.editor.ai.experience.cmdPaletteAupViolationMessage': '我们无法完成该请求,因为它不符合我们的<link>可接受的使用政策</link>。',
190
195
  'fabric.editor.ai.experience.discardMessagePrompt': '确定要放弃您的提示吗?',
191
196
  'fabric.editor.ai.experience.discardMessageResponse': '确定要放弃您的回复吗?',
197
+ 'fabric.editor.ai.experience.discardStreamingInDocumenntMessageResponse': '删除回复?',
192
198
  'fabric.editor.ai.experience.elevateDisabledGenetateError': '目前 Elevate 中已禁用自由生成。',
193
199
  'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 现在,您可以在提示中粘贴指向 Jira 和 Confluence 内容的链接 🔗。',
194
200
  'fabric.editor.ai.experience.footerRightText.agents': '由 Rovo 提供技术支持',
@@ -225,6 +231,7 @@ export default {
225
231
  'fabric.editor.ai.telepointer.rovo': 'Rovo',
226
232
  'fabric.editor.ai.toolbar.askAI.title': '询问 Atlassian Intellgience',
227
233
  'fabric.editor.ai.toolbar.askRovo.title': '询问 Rovo',
234
+ 'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand': "向 Rovo 提问 {key}+'",
228
235
  'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': '询问 Rovo 人工智能',
229
236
  'fabric.editor.ai.toolbar.changeTone.title': '更改语气',
230
237
  'fabric.editor.ai.toolbar.changeToneOptions.title': '更改语气选项',
@@ -259,6 +266,7 @@ export default {
259
266
  'fabric.editor.annotationToolbar': '标注工具栏',
260
267
  'fabric.editor.backLink': '返回',
261
268
  'fabric.editor.backgroundColor': '背景颜色',
269
+ 'fabric.editor.block.menu.copy.link': '复制链接',
262
270
  'fabric.editor.blockCardUnavailable': '内联链接位于 {node} 内部,无法更改其视图',
263
271
  'fabric.editor.blockControlDelete': '删除',
264
272
  'fabric.editor.blockControlDragHandleMove': '拖动以移动',
@@ -283,6 +291,7 @@ export default {
283
291
  'fabric.editor.breakoutFullWidthLabel': '全宽',
284
292
  'fabric.editor.breakoutWideWidthLabel': '宽',
285
293
  'fabric.editor.bug': '缺陷',
294
+ 'fabric.editor.bulletedList': '项目符号列表',
286
295
  'fabric.editor.canNotSortTable': '⚠️ 无法对包含合并单元格的表格进行排序',
287
296
  'fabric.editor.cancelButton': '取消',
288
297
  'fabric.editor.captionPlaceholder': '添加标题',
@@ -347,8 +356,6 @@ export default {
347
356
  'fabric.editor.createComment': '评论',
348
357
  'fabric.editor.createCommentDisabled': '您只能对文本、标题、表情、日期、提及、链接和状态发表评论。',
349
358
  'fabric.editor.createCommentInvalid': '您只可评论文本和标题',
350
- 'fabric.editor.createCommentOnInlineNodeSpotlight.action': '知道了',
351
- 'fabric.editor.createCommentOnInlineNodeSpotlight.body': '现在,您可以就链接、日期、状态和提及等内联元素发表评论。',
352
359
  'fabric.editor.customPanel': '自定义面板',
353
360
  'fabric.editor.customPanel.description': '使用表情和彩色背景来添加注释',
354
361
  'fabric.editor.datasource.assetsObjects.description': '通过搜索和筛选插入来自 Jira Service Management 中的资产的对象',
@@ -615,6 +622,7 @@ export default {
615
622
  'fabric.editor.navigate.toolbar.askAI': '询问人工智能',
616
623
  'fabric.editor.navigate.toolbar.editor': '导航到编辑器工具栏',
617
624
  'fabric.editor.navigate.toolbar.floating': '导航到浮动工具栏',
625
+ 'fabric.editor.noPermissionToAddComment': '{contentType, select, blogpost {您无权向此博客文章添加评论} page {您无权向此页面添加评论} other {您无权向此页面添加评论}}',
618
626
  'fabric.editor.noResultsFound': '无结果',
619
627
  'fabric.editor.noSearchResults': '无搜索结果',
620
628
  'fabric.editor.normal': '普通文本',
@@ -627,6 +635,7 @@ export default {
627
635
  'fabric.editor.openButtonTitle': '打开',
628
636
  'fabric.editor.openCellOptions': '打开单元格选项',
629
637
  'fabric.editor.openLink': '在新选项卡打开链接',
638
+ 'fabric.editor.openPreviewPanel': '打开预览面板',
630
639
  'fabric.editor.orderedList': '有序列表',
631
640
  'fabric.editor.orderedList.description': '创建有序列表',
632
641
  'fabric.editor.other': '其他...',
@@ -647,6 +656,7 @@ export default {
647
656
  'fabric.editor.placeholderTextPlaceholder': '添加占位文本',
648
657
  'fabric.editor.plainText': '使用纯文本',
649
658
  'fabric.editor.preferencesLink': '链接首选项',
659
+ 'fabric.editor.previewButtonTitle': '预览',
650
660
  'fabric.editor.quickInsert': '快速插入',
651
661
  'fabric.editor.recordLoomShortTitle': '录制',
652
662
  'fabric.editor.recordVideo': '录制 Loom 视频',
@@ -682,6 +692,7 @@ export default {
682
692
  'fabric.editor.selectTableColumn': '选择表格列',
683
693
  'fabric.editor.selectTableRow': '选择表格行',
684
694
  'fabric.editor.selectionExtensionDropdownButtonLabel': '选择应用',
695
+ 'fabric.editor.selectionToolbarOverflowMenuTooltip': '更多选项',
685
696
  'fabric.editor.settingsLinks': '转到“链接首选项”',
686
697
  'fabric.editor.shortEmptyNodePlaceholderText': '输入 / 以插入',
687
698
  'fabric.editor.shortcut': '文本快捷方式',
@@ -759,6 +770,7 @@ export default {
759
770
  'fabric.editor.toolbarPositionInline': '与文本同行显示',
760
771
  'fabric.editor.toolbarPositionPinedAtTop': '取消固定工具栏',
761
772
  'fabric.editor.toolbarPositionUnpined': '将工具栏固定在顶部',
773
+ 'fabric.editor.toolbarPositionUnpinnedConcise': '将工具栏固定到顶部',
762
774
  'fabric.editor.tooltip.blockPanel': '面板',
763
775
  'fabric.editor.tooltip.bulletList': '一个列表',
764
776
  'fabric.editor.tooltip.decisionList': '决策列表',