@atlaskit/editor-common 78.33.4 → 78.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 (159) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/dist/cjs/i18n/cs.js +12 -2
  3. package/dist/cjs/i18n/da.js +12 -2
  4. package/dist/cjs/i18n/de.js +12 -2
  5. package/dist/cjs/i18n/en.js +11 -3
  6. package/dist/cjs/i18n/en_GB.js +11 -3
  7. package/dist/cjs/i18n/en_ZZ.js +20 -5
  8. package/dist/cjs/i18n/es.js +12 -2
  9. package/dist/cjs/i18n/fi.js +12 -2
  10. package/dist/cjs/i18n/fr.js +12 -2
  11. package/dist/cjs/i18n/hu.js +12 -2
  12. package/dist/cjs/i18n/it.js +12 -2
  13. package/dist/cjs/i18n/ja.js +13 -2
  14. package/dist/cjs/i18n/ko.js +13 -2
  15. package/dist/cjs/i18n/nb.js +12 -2
  16. package/dist/cjs/i18n/nl.js +14 -4
  17. package/dist/cjs/i18n/pl.js +12 -2
  18. package/dist/cjs/i18n/pt_BR.js +12 -2
  19. package/dist/cjs/i18n/ru.js +12 -2
  20. package/dist/cjs/i18n/sv.js +12 -2
  21. package/dist/cjs/i18n/th.js +12 -2
  22. package/dist/cjs/i18n/tr.js +13 -2
  23. package/dist/cjs/i18n/uk.js +12 -2
  24. package/dist/cjs/i18n/vi.js +12 -2
  25. package/dist/cjs/i18n/zh.js +12 -2
  26. package/dist/cjs/i18n/zh_TW.js +12 -2
  27. package/dist/cjs/monitoring/error.js +1 -1
  28. package/dist/cjs/portal/PortalBucket.js +44 -0
  29. package/dist/cjs/portal/PortalManager.js +209 -0
  30. package/dist/cjs/portal/index.js +26 -0
  31. package/dist/cjs/portal/usePortalProvider.js +80 -0
  32. package/dist/cjs/ui/DropList/index.js +1 -1
  33. package/dist/cjs/utils/insert-node-into-ordered-list.js +22 -3
  34. package/dist/es2019/i18n/cs.js +12 -2
  35. package/dist/es2019/i18n/da.js +12 -2
  36. package/dist/es2019/i18n/de.js +12 -2
  37. package/dist/es2019/i18n/en.js +11 -3
  38. package/dist/es2019/i18n/en_GB.js +11 -3
  39. package/dist/es2019/i18n/en_ZZ.js +20 -5
  40. package/dist/es2019/i18n/es.js +12 -2
  41. package/dist/es2019/i18n/fi.js +12 -2
  42. package/dist/es2019/i18n/fr.js +12 -2
  43. package/dist/es2019/i18n/hu.js +12 -2
  44. package/dist/es2019/i18n/it.js +12 -2
  45. package/dist/es2019/i18n/ja.js +13 -2
  46. package/dist/es2019/i18n/ko.js +13 -2
  47. package/dist/es2019/i18n/nb.js +12 -2
  48. package/dist/es2019/i18n/nl.js +14 -4
  49. package/dist/es2019/i18n/pl.js +12 -2
  50. package/dist/es2019/i18n/pt_BR.js +12 -2
  51. package/dist/es2019/i18n/ru.js +12 -2
  52. package/dist/es2019/i18n/sv.js +12 -2
  53. package/dist/es2019/i18n/th.js +12 -2
  54. package/dist/es2019/i18n/tr.js +13 -2
  55. package/dist/es2019/i18n/uk.js +12 -2
  56. package/dist/es2019/i18n/vi.js +12 -2
  57. package/dist/es2019/i18n/zh.js +12 -2
  58. package/dist/es2019/i18n/zh_TW.js +12 -2
  59. package/dist/es2019/monitoring/error.js +1 -1
  60. package/dist/es2019/portal/PortalBucket.js +29 -0
  61. package/dist/es2019/portal/PortalManager.js +157 -0
  62. package/dist/es2019/portal/index.js +3 -0
  63. package/dist/es2019/portal/usePortalProvider.js +58 -0
  64. package/dist/es2019/ui/DropList/index.js +1 -1
  65. package/dist/es2019/utils/insert-node-into-ordered-list.js +23 -3
  66. package/dist/esm/i18n/cs.js +12 -2
  67. package/dist/esm/i18n/da.js +12 -2
  68. package/dist/esm/i18n/de.js +12 -2
  69. package/dist/esm/i18n/en.js +11 -3
  70. package/dist/esm/i18n/en_GB.js +11 -3
  71. package/dist/esm/i18n/en_ZZ.js +20 -5
  72. package/dist/esm/i18n/es.js +12 -2
  73. package/dist/esm/i18n/fi.js +12 -2
  74. package/dist/esm/i18n/fr.js +12 -2
  75. package/dist/esm/i18n/hu.js +12 -2
  76. package/dist/esm/i18n/it.js +12 -2
  77. package/dist/esm/i18n/ja.js +13 -2
  78. package/dist/esm/i18n/ko.js +13 -2
  79. package/dist/esm/i18n/nb.js +12 -2
  80. package/dist/esm/i18n/nl.js +14 -4
  81. package/dist/esm/i18n/pl.js +12 -2
  82. package/dist/esm/i18n/pt_BR.js +12 -2
  83. package/dist/esm/i18n/ru.js +12 -2
  84. package/dist/esm/i18n/sv.js +12 -2
  85. package/dist/esm/i18n/th.js +12 -2
  86. package/dist/esm/i18n/tr.js +13 -2
  87. package/dist/esm/i18n/uk.js +12 -2
  88. package/dist/esm/i18n/vi.js +12 -2
  89. package/dist/esm/i18n/zh.js +12 -2
  90. package/dist/esm/i18n/zh_TW.js +12 -2
  91. package/dist/esm/monitoring/error.js +1 -1
  92. package/dist/esm/portal/PortalBucket.js +34 -0
  93. package/dist/esm/portal/PortalManager.js +202 -0
  94. package/dist/esm/portal/index.js +3 -0
  95. package/dist/esm/portal/usePortalProvider.js +70 -0
  96. package/dist/esm/ui/DropList/index.js +1 -1
  97. package/dist/esm/utils/insert-node-into-ordered-list.js +23 -3
  98. package/dist/types/i18n/cs.d.ts +10 -0
  99. package/dist/types/i18n/da.d.ts +10 -0
  100. package/dist/types/i18n/de.d.ts +10 -0
  101. package/dist/types/i18n/en.d.ts +8 -0
  102. package/dist/types/i18n/en_GB.d.ts +8 -0
  103. package/dist/types/i18n/en_ZZ.d.ts +16 -1
  104. package/dist/types/i18n/es.d.ts +10 -0
  105. package/dist/types/i18n/fi.d.ts +10 -0
  106. package/dist/types/i18n/fr.d.ts +10 -0
  107. package/dist/types/i18n/hu.d.ts +10 -0
  108. package/dist/types/i18n/it.d.ts +10 -0
  109. package/dist/types/i18n/ja.d.ts +11 -0
  110. package/dist/types/i18n/ko.d.ts +11 -0
  111. package/dist/types/i18n/nb.d.ts +10 -0
  112. package/dist/types/i18n/nl.d.ts +10 -0
  113. package/dist/types/i18n/pl.d.ts +10 -0
  114. package/dist/types/i18n/pt_BR.d.ts +10 -0
  115. package/dist/types/i18n/ru.d.ts +10 -0
  116. package/dist/types/i18n/sv.d.ts +10 -0
  117. package/dist/types/i18n/th.d.ts +10 -0
  118. package/dist/types/i18n/tr.d.ts +11 -0
  119. package/dist/types/i18n/uk.d.ts +10 -0
  120. package/dist/types/i18n/vi.d.ts +10 -0
  121. package/dist/types/i18n/zh.d.ts +10 -0
  122. package/dist/types/i18n/zh_TW.d.ts +10 -0
  123. package/dist/types/portal/PortalBucket.d.ts +18 -0
  124. package/dist/types/portal/PortalManager.d.ts +53 -0
  125. package/dist/types/portal/index.d.ts +3 -0
  126. package/dist/types/portal/usePortalProvider.d.ts +18 -0
  127. package/dist/types/types/annotation/index.d.ts +1 -0
  128. package/dist/types-ts4.5/i18n/cs.d.ts +10 -0
  129. package/dist/types-ts4.5/i18n/da.d.ts +10 -0
  130. package/dist/types-ts4.5/i18n/de.d.ts +10 -0
  131. package/dist/types-ts4.5/i18n/en.d.ts +8 -0
  132. package/dist/types-ts4.5/i18n/en_GB.d.ts +8 -0
  133. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +16 -1
  134. package/dist/types-ts4.5/i18n/es.d.ts +10 -0
  135. package/dist/types-ts4.5/i18n/fi.d.ts +10 -0
  136. package/dist/types-ts4.5/i18n/fr.d.ts +10 -0
  137. package/dist/types-ts4.5/i18n/hu.d.ts +10 -0
  138. package/dist/types-ts4.5/i18n/it.d.ts +10 -0
  139. package/dist/types-ts4.5/i18n/ja.d.ts +11 -0
  140. package/dist/types-ts4.5/i18n/ko.d.ts +11 -0
  141. package/dist/types-ts4.5/i18n/nb.d.ts +10 -0
  142. package/dist/types-ts4.5/i18n/nl.d.ts +10 -0
  143. package/dist/types-ts4.5/i18n/pl.d.ts +10 -0
  144. package/dist/types-ts4.5/i18n/pt_BR.d.ts +10 -0
  145. package/dist/types-ts4.5/i18n/ru.d.ts +10 -0
  146. package/dist/types-ts4.5/i18n/sv.d.ts +10 -0
  147. package/dist/types-ts4.5/i18n/th.d.ts +10 -0
  148. package/dist/types-ts4.5/i18n/tr.d.ts +11 -0
  149. package/dist/types-ts4.5/i18n/uk.d.ts +10 -0
  150. package/dist/types-ts4.5/i18n/vi.d.ts +10 -0
  151. package/dist/types-ts4.5/i18n/zh.d.ts +10 -0
  152. package/dist/types-ts4.5/i18n/zh_TW.d.ts +10 -0
  153. package/dist/types-ts4.5/portal/PortalBucket.d.ts +18 -0
  154. package/dist/types-ts4.5/portal/PortalManager.d.ts +53 -0
  155. package/dist/types-ts4.5/portal/index.d.ts +3 -0
  156. package/dist/types-ts4.5/portal/usePortalProvider.d.ts +21 -0
  157. package/dist/types-ts4.5/types/annotation/index.d.ts +1 -0
  158. package/package.json +4 -3
  159. package/portal/package.json +15 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @atlaskit/editor-common
2
2
 
3
+ ## 78.35.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#93196](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93196) [`2528bcaa6643`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2528bcaa6643) - Added new PortalProvider implementation + tests
8
+
9
+ ## 78.34.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#93519](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93519) [`587934fc0174`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/587934fc0174) - Allow real time comments to correctly infer position of comment on media
14
+
15
+ ### Patch Changes
16
+
17
+ - [#94717](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94717) [`40f38eb0a512`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/40f38eb0a512) - Cleaning up feature flag for inserting nodes in ordered list.
18
+
19
+ Fix bugs for incorrect ordered list order with action & improve selection behaviour on insert
20
+
21
+ - Updated dependencies
22
+
3
23
  ## 78.33.4
4
24
 
5
25
  ### Patch Changes
@@ -20,6 +20,7 @@ var _default = exports.default = {
20
20
  'fabric.editor.addColumnRight': 'Přidat sloupec vpravo',
21
21
  'fabric.editor.addCommentOnMedia': 'Přidat komentář',
22
22
  'fabric.editor.addImageBorder': 'Přidat ohraničení',
23
+ 'fabric.editor.addLoomVideo': 'Přidat video Loom',
23
24
  'fabric.editor.addMediaFiles': 'Přidat obrázek, video nebo soubor',
24
25
  'fabric.editor.addRowAbove': 'Přidat řádek nad',
25
26
  'fabric.editor.addRowBelow': 'Přidat řádek pod',
@@ -100,6 +101,9 @@ var _default = exports.default = {
100
101
  'fabric.editor.customPanel.description': 'Přidejte poznámku se smajlíkem a barevným pozadím.',
101
102
  'fabric.editor.datasource.assetsObjects': 'Aktiva (Beta)',
102
103
  'fabric.editor.datasource.assetsObjects.description': 'Pomocí vyhledávání a filtrování vložte objekty z Aktiv do Jira Service Management.',
104
+ 'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Aktiva',
105
+ 'fabric.editor.datasource.confluenceSearch': 'Vložit seznam Confluence',
106
+ 'fabric.editor.datasource.confluenceSearch.description': 'Vložte seznam výsledků vyhledávání z Confluence s použitím rozšířeného vyhledávání, filtrování a konfigurací.',
103
107
  'fabric.editor.datasource.jiraIssue': 'Požadavky Jira',
104
108
  'fabric.editor.datasource.jiraIssue.description': 'Vkládání požadavků Jira z Jira Cloud pomocí rozšířeného vyhledávání, filtrování a konfigurací.',
105
109
  'fabric.editor.datasourceAppearanceTitle': 'Sloupec',
@@ -109,6 +113,7 @@ var _default = exports.default = {
109
113
  'fabric.editor.decision': 'Rozhodnutí',
110
114
  'fabric.editor.decision.description': 'Zaznamenávejte rozhodnutí, aby se snadněji sledovala',
111
115
  'fabric.editor.decisionPlaceholder': 'Přidat rozhodnutí...',
116
+ 'fabric.editor.decreaseColumnSize': 'Snížit velikost sloupce',
112
117
  'fabric.editor.decreaseSize': 'Snížit velikost',
113
118
  'fabric.editor.defaultAltText': 'Dokument',
114
119
  'fabric.editor.description': 'Popis',
@@ -229,6 +234,7 @@ var _default = exports.default = {
229
234
  'fabric.editor.imageBorderSize': 'Velikost',
230
235
  'fabric.editor.imageBorderSubtle': 'Útlé',
231
236
  'fabric.editor.improvement': 'Vylepšení',
237
+ 'fabric.editor.increaseColumnSize': 'Zvýšit velikost sloupce',
232
238
  'fabric.editor.increaseSize': 'Zvýšit velikost',
233
239
  'fabric.editor.indent': 'Zvětšit odsazení',
234
240
  'fabric.editor.info': 'Informace',
@@ -317,8 +323,8 @@ var _default = exports.default = {
317
323
  'fabric.editor.placeholderTextPlaceholder': 'Přidat text placeholderu.',
318
324
  'fabric.editor.plainText': 'Použít prostý text',
319
325
  'fabric.editor.quickInsert': 'Rychlé vložení',
320
- 'fabric.editor.recordVideo': 'Nahrát video',
321
- 'fabric.editor.recordVideo.description': 'Nahrát videoaplikace Loom',
326
+ 'fabric.editor.recordVideo': 'Nahrávání videa Loom',
327
+ 'fabric.editor.recordVideo.description': 'Nahrávejte obrazovku a obraz kamery.',
322
328
  'fabric.editor.redo': 'Znovu',
323
329
  'fabric.editor.remove': 'Odebrat',
324
330
  'fabric.editor.removeColumns': '{0, plural, one {Odstranit sloupec} few {Odstranit sloupce} many {Odstranit sloupce} other {Odstranit sloupce}}',
@@ -336,6 +342,7 @@ var _default = exports.default = {
336
342
  'fabric.editor.rowDragHandle': 'Možnosti řádku',
337
343
  'fabric.editor.saveButton': 'Uložit',
338
344
  'fabric.editor.searchResults': '{itemsLength, plural, one {K dispozici je {itemsLength,number} výsledek vyhledávání. Možnosti můžete procházet pomocí kláves se šipkami nahoru/dolů. Stisknutím klávesy Enter vyberete možnost.} few {K dispozici jsou {itemsLength,number} výsledky vyhledávání. Možnosti můžete procházet pomocí kláves se šipkami nahoru/dolů. Stisknutím klávesy Enter vyberete možnost.} many {K dispozici je {itemsLength,number} výsledku vyhledávání. Možnosti můžete procházet pomocí kláves se šipkami nahoru/dolů. Stisknutím klávesy Enter vyberete možnost.} other {K dispozici je {itemsLength,number} výsledků vyhledávání. Možnosti můžete procházet pomocí kláves se šipkami nahoru/dolů. Stisknutím klávesy Enter vyberete možnost.}}',
345
+ 'fabric.editor.selectColumnResize': 'Vybrat sloupec ke změně velikosti',
339
346
  'fabric.editor.selectLanguage': 'Vyberte programovací jazyk',
340
347
  'fabric.editor.selectTableColumn': 'Vybrat sloupec tabulky',
341
348
  'fabric.editor.selectTableRow': 'Vybrat řádek tabulky',
@@ -419,10 +426,13 @@ var _default = exports.default = {
419
426
  'fabric.editor.unsupportedBlockContent': 'Tento editor zobrazování tohoto obsahu nepodporuje.',
420
427
  'fabric.editor.unsupportedContentTooltip': 'Obsah není v tomto editoru k dispozici. Vaše úpravy se při uložení zachovají.',
421
428
  'fabric.editor.unsupportedInlineContent': 'Nepodporovaný obsah',
429
+ 'fabric.editor.upDown': 'Při použití kláves se šipkami nahoru a dolů v následujícím vstupním poli se aktualizuje datum níže.',
422
430
  'fabric.editor.url': 'Zobrazit adresu URL',
423
431
  'fabric.editor.urlDescription': 'Zobrazit odkaz jako adresu URL',
424
432
  'fabric.editor.urlTitle': 'Adresa URL',
425
433
  'fabric.editor.useMarkdown': 'Použít markdown',
434
+ 'fabric.editor.viewAndAddCommentsOnMedia': 'Zobrazit a přidat komentáře',
435
+ 'fabric.editor.viewCommentOnMedia': 'Zobrazit komentáře',
426
436
  'fabric.editor.viewMore': 'Zobrazit více',
427
437
  'fabric.editor.visit': 'Otevřít odkaz v novém okně',
428
438
  'fabric.editor.warning': 'Varování',
@@ -20,6 +20,7 @@ var _default = exports.default = {
20
20
  'fabric.editor.addColumnRight': 'Tilføj kolonne til højre',
21
21
  'fabric.editor.addCommentOnMedia': 'Tilføj kommentar',
22
22
  'fabric.editor.addImageBorder': 'Tilføj kant',
23
+ 'fabric.editor.addLoomVideo': 'Tilføj Loom-video',
23
24
  'fabric.editor.addMediaFiles': 'Tilføj billede, video eller fil',
24
25
  'fabric.editor.addRowAbove': 'Tilføj række ovenfor',
25
26
  'fabric.editor.addRowBelow': 'Tilføj række nedenfor',
@@ -100,6 +101,9 @@ var _default = exports.default = {
100
101
  'fabric.editor.customPanel.description': 'Tilføj en note med en emoji og farvet baggrund',
101
102
  'fabric.editor.datasource.assetsObjects': 'Aktiver (beta)',
102
103
  'fabric.editor.datasource.assetsObjects.description': 'Indsæt objekter fra Aktiver i Jira Service Management med søgning og filtrering',
104
+ 'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Aktiver',
105
+ 'fabric.editor.datasource.confluenceSearch': 'Indsæt Confluence-liste',
106
+ 'fabric.editor.datasource.confluenceSearch.description': 'Indsæt liste over søgeresultater fra Confluence med forbedret søgning, filtrering og konfiguration.',
103
107
  'fabric.editor.datasource.jiraIssue': 'Jira-sager',
104
108
  'fabric.editor.datasource.jiraIssue.description': 'Indsæt Jira-sager fra Jira Cloud med forbedret søgning, filtrering og konfiguration.',
105
109
  'fabric.editor.datasourceAppearanceTitle': 'Liste',
@@ -109,6 +113,7 @@ var _default = exports.default = {
109
113
  'fabric.editor.decision': 'Beslutning',
110
114
  'fabric.editor.decision.description': 'Registrér beslutninger, så de er lette at finde igen',
111
115
  'fabric.editor.decisionPlaceholder': 'Tilføj en beslutning ...',
116
+ 'fabric.editor.decreaseColumnSize': 'Reducer kolonnestørrelse',
112
117
  'fabric.editor.decreaseSize': 'Reducer størrelse',
113
118
  'fabric.editor.defaultAltText': 'Dokument',
114
119
  'fabric.editor.description': 'Beskrivelse',
@@ -229,6 +234,7 @@ var _default = exports.default = {
229
234
  'fabric.editor.imageBorderSize': 'Størrelse',
230
235
  'fabric.editor.imageBorderSubtle': 'Diskret',
231
236
  'fabric.editor.improvement': 'Forbedring',
237
+ 'fabric.editor.increaseColumnSize': 'Forøg kolonnestørrelse',
232
238
  'fabric.editor.increaseSize': 'Gør større',
233
239
  'fabric.editor.indent': 'Ryk ind',
234
240
  'fabric.editor.info': 'Info',
@@ -317,8 +323,8 @@ var _default = exports.default = {
317
323
  'fabric.editor.placeholderTextPlaceholder': 'Tilføj midlertidig tekst',
318
324
  'fabric.editor.plainText': 'Brug almindelig tekst',
319
325
  'fabric.editor.quickInsert': 'Hurtig indsætning',
320
- 'fabric.editor.recordVideo': 'Optag video',
321
- 'fabric.editor.recordVideo.description': 'Optag video ved hjælp af Loom',
326
+ 'fabric.editor.recordVideo': 'Optag en Loom-video',
327
+ 'fabric.editor.recordVideo.description': 'Optag din skærm og dit kamera',
322
328
  'fabric.editor.redo': 'Gentag',
323
329
  'fabric.editor.remove': 'Fjern',
324
330
  'fabric.editor.removeColumns': '{0, plural, one {Slet kolonne} other {Slet kolonner}}',
@@ -336,6 +342,7 @@ var _default = exports.default = {
336
342
  'fabric.editor.rowDragHandle': 'Rækkeindstillinger',
337
343
  'fabric.editor.saveButton': 'Gem',
338
344
  'fabric.editor.searchResults': '{itemsLength, plural, one {{itemsLength,number} søgeresultat tilgængeligt. Brug piletasterne op og ned til at navigere gennem mulighederne. Tryk på Enter for at vælge en mulighed.} other {{itemsLength,number} søgeresultater er tilgængelige. Brug piletasterne op og ned til at navigere gennem mulighederne. Tryk på Enter for at vælge en mulighed.}}',
345
+ 'fabric.editor.selectColumnResize': 'Vælg ændring af kolonnestørrelse',
339
346
  'fabric.editor.selectLanguage': 'Vælg sprog',
340
347
  'fabric.editor.selectTableColumn': 'Vælg tabelkolonne',
341
348
  'fabric.editor.selectTableRow': 'Vælg tabelrække',
@@ -419,10 +426,13 @@ var _default = exports.default = {
419
426
  'fabric.editor.unsupportedBlockContent': 'Denne editor understøtter ikke visning af dette indhold',
420
427
  'fabric.editor.unsupportedContentTooltip': 'Indholdet er ikke tilgængeligt i denne editor. Det bevares, når du redigerer og gemmer',
421
428
  'fabric.editor.unsupportedInlineContent': 'Ikke-understøttet indhold',
429
+ 'fabric.editor.upDown': 'Når du bruger piletasterne op og ned i følgende indtastningsfelt opdateres datoen nedenfor',
422
430
  'fabric.editor.url': 'Visnings-URL',
423
431
  'fabric.editor.urlDescription': 'Vis link som URL-adresse',
424
432
  'fabric.editor.urlTitle': 'URL-adresse',
425
433
  'fabric.editor.useMarkdown': 'Brug markdown',
434
+ 'fabric.editor.viewAndAddCommentsOnMedia': 'Se og tilføj kommentarer',
435
+ 'fabric.editor.viewCommentOnMedia': 'Se kommentarer',
426
436
  'fabric.editor.viewMore': 'Vis mere',
427
437
  'fabric.editor.visit': 'Åbn link i et nyt vindue',
428
438
  'fabric.editor.warning': 'Advarsel',
@@ -20,6 +20,7 @@ var _default = exports.default = {
20
20
  'fabric.editor.addColumnRight': 'Spalte rechts hinzufügen',
21
21
  'fabric.editor.addCommentOnMedia': 'Kommentar hinzufügen',
22
22
  'fabric.editor.addImageBorder': 'Rahmen hinzufügen',
23
+ 'fabric.editor.addLoomVideo': 'Loom-Video hinzufügen',
23
24
  'fabric.editor.addMediaFiles': 'Bild, Video oder Datei hinzufügen',
24
25
  'fabric.editor.addRowAbove': 'Zeile oberhalb hinzufügen',
25
26
  'fabric.editor.addRowBelow': 'Zeile unterhalb hinzufügen',
@@ -100,6 +101,9 @@ var _default = exports.default = {
100
101
  'fabric.editor.customPanel.description': 'Fügen Sie einen Hinweis mit Emoji und farbigem Hintergrund hinzu',
101
102
  'fabric.editor.datasource.assetsObjects': 'Assets (Beta)',
102
103
  'fabric.editor.datasource.assetsObjects.description': 'Fügen Sie Objekte aus Assets in Jira Service Management mit Such- und Filterfunktionen ein.',
104
+ 'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Assets',
105
+ 'fabric.editor.datasource.confluenceSearch': 'Confluence-Liste einfügen',
106
+ 'fabric.editor.datasource.confluenceSearch.description': 'Fügen Sie eine Liste der Suchergebnisse von Confluence mit verbesserter Suche, Filterung und Konfiguration ein.',
103
107
  'fabric.editor.datasource.jiraIssue': 'Jira-Vorgänge',
104
108
  'fabric.editor.datasource.jiraIssue.description': 'Fügen Sie Jira-Vorgänge aus Jira Cloud mit verbesserten Such-, Filter- und Konfigurationsfunktionen ein.',
105
109
  'fabric.editor.datasourceAppearanceTitle': 'Liste',
@@ -109,6 +113,7 @@ var _default = exports.default = {
109
113
  'fabric.editor.decision': 'Entscheidung',
110
114
  'fabric.editor.decision.description': 'Entscheidungen erfassen, um sie leicht zu verfolgen',
111
115
  'fabric.editor.decisionPlaceholder': 'Entscheidung hinzufügen …',
116
+ 'fabric.editor.decreaseColumnSize': 'Spaltengröße erhöhen',
112
117
  'fabric.editor.decreaseSize': 'Verkleinern',
113
118
  'fabric.editor.defaultAltText': 'Dokument',
114
119
  'fabric.editor.description': 'Beschreibung',
@@ -229,6 +234,7 @@ var _default = exports.default = {
229
234
  'fabric.editor.imageBorderSize': 'Größe',
230
235
  'fabric.editor.imageBorderSubtle': 'Schmal',
231
236
  'fabric.editor.improvement': 'Verbesserung',
237
+ 'fabric.editor.increaseColumnSize': 'Spaltengröße verringern',
232
238
  'fabric.editor.increaseSize': 'Vergrößern',
233
239
  'fabric.editor.indent': 'Einzug vergrößern',
234
240
  'fabric.editor.info': 'Info',
@@ -317,8 +323,8 @@ var _default = exports.default = {
317
323
  'fabric.editor.placeholderTextPlaceholder': 'Platzhaltertext hinzufügen',
318
324
  'fabric.editor.plainText': 'Nur-Text verwenden',
319
325
  'fabric.editor.quickInsert': 'Schnelleinfügung',
320
- 'fabric.editor.recordVideo': 'Video aufnehmen',
321
- 'fabric.editor.recordVideo.description': 'Video mit Loom aufnehmen',
326
+ 'fabric.editor.recordVideo': 'Loom-Video aufnehmen',
327
+ 'fabric.editor.recordVideo.description': 'Nutzen Sie die Bildschirm- und Kameraaufnahme.',
322
328
  'fabric.editor.redo': 'Wiederherstellen',
323
329
  'fabric.editor.remove': 'Entfernen',
324
330
  'fabric.editor.removeColumns': '{0, plural, one {Spalte löschen} other {Spalten löschen}}',
@@ -336,6 +342,7 @@ var _default = exports.default = {
336
342
  'fabric.editor.rowDragHandle': 'Zeilenoptionen',
337
343
  'fabric.editor.saveButton': 'Speichern',
338
344
  'fabric.editor.searchResults': '{itemsLength, plural, one {{itemsLength,number} Suchergebnis verfügbar. Benutzen Sie die Pfeiltasten nach oben und unten, um zwischen den Optionen zu navigieren. Drücken Sie die Eingabetaste, um eine Option auszuwählen.} other {{itemsLength,number} Suchergebnisse verfügbar. Benutzen Sie die Pfeiltasten nach oben und unten, um zwischen den Optionen zu navigieren. Drücken Sie die Eingabetaste, um eine Option auszuwählen.}}',
345
+ 'fabric.editor.selectColumnResize': 'Spaltengröße auswählen',
339
346
  'fabric.editor.selectLanguage': 'Sprache auswählen',
340
347
  'fabric.editor.selectTableColumn': 'Spalte auswählen',
341
348
  'fabric.editor.selectTableRow': 'Zeile auswählen',
@@ -419,10 +426,13 @@ var _default = exports.default = {
419
426
  'fabric.editor.unsupportedBlockContent': 'Dieser Editor unterstützt die Anzeige dieses Inhalts nicht',
420
427
  'fabric.editor.unsupportedContentTooltip': 'Der Inhalt ist in diesem Editor nicht verfügbar, dies bleibt durch Bearbeiten und Speichern erhalten.',
421
428
  'fabric.editor.unsupportedInlineContent': 'Nicht unterstützter Inhalt',
429
+ 'fabric.editor.upDown': 'Bei Verwendung der Aufwärts- und Abwärtspfeiltasten im folgenden Eingabefeld wird das Datum unten aktualisiert',
422
430
  'fabric.editor.url': 'URL anzeigen',
423
431
  'fabric.editor.urlDescription': 'Link als URL anzeigen',
424
432
  'fabric.editor.urlTitle': 'URL',
425
433
  'fabric.editor.useMarkdown': 'Markdown verwenden',
434
+ 'fabric.editor.viewAndAddCommentsOnMedia': 'Kommentare anzeigen und hinzufügen',
435
+ 'fabric.editor.viewCommentOnMedia': 'Kommentare anzeigen',
426
436
  'fabric.editor.viewMore': 'Mehr anzeigen',
427
437
  'fabric.editor.visit': 'Link in neuem Fenster öffnen',
428
438
  'fabric.editor.warning': 'Warnung',
@@ -20,6 +20,7 @@ var _default = exports.default = {
20
20
  'fabric.editor.addColumnRight': 'Add column right',
21
21
  'fabric.editor.addCommentOnMedia': 'Add comment',
22
22
  'fabric.editor.addImageBorder': 'Add border',
23
+ 'fabric.editor.addLoomVideo': 'Add Loom Video',
23
24
  'fabric.editor.addMediaFiles': 'Add image, video, or file',
24
25
  'fabric.editor.addRowAbove': 'Add row above',
25
26
  'fabric.editor.addRowBelow': 'Add row below',
@@ -100,6 +101,9 @@ var _default = exports.default = {
100
101
  'fabric.editor.customPanel.description': 'Add a note with an emoji and colored background',
101
102
  'fabric.editor.datasource.assetsObjects': 'Assets (Beta)',
102
103
  'fabric.editor.datasource.assetsObjects.description': 'Insert objects from Assets in Jira Service Management with search and filtering',
104
+ 'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Assets',
105
+ 'fabric.editor.datasource.confluenceSearch': 'Insert Confluence list',
106
+ 'fabric.editor.datasource.confluenceSearch.description': 'Insert list of search results from Confluence with enhanced search, filtering, and configuration.',
103
107
  'fabric.editor.datasource.jiraIssue': 'Jira Issues',
104
108
  'fabric.editor.datasource.jiraIssue.description': 'Insert Jira issues from Jira Cloud with enhanced search, filtering, and configuration.',
105
109
  'fabric.editor.datasourceAppearanceTitle': 'List',
@@ -109,6 +113,7 @@ var _default = exports.default = {
109
113
  'fabric.editor.decision': 'Decision',
110
114
  'fabric.editor.decision.description': 'Capture decisions so they’re easy to track',
111
115
  'fabric.editor.decisionPlaceholder': 'Add a decision…',
116
+ 'fabric.editor.decreaseColumnSize': 'Decrease column size',
112
117
  'fabric.editor.decreaseSize': 'Decrease size',
113
118
  'fabric.editor.defaultAltText': 'Document',
114
119
  'fabric.editor.description': 'Description',
@@ -229,6 +234,7 @@ var _default = exports.default = {
229
234
  'fabric.editor.imageBorderSize': 'Size',
230
235
  'fabric.editor.imageBorderSubtle': 'Subtle',
231
236
  'fabric.editor.improvement': 'Improvement',
237
+ 'fabric.editor.increaseColumnSize': 'Increase column size',
232
238
  'fabric.editor.increaseSize': 'Increase size',
233
239
  'fabric.editor.indent': 'Indent',
234
240
  'fabric.editor.info': 'Info',
@@ -317,8 +323,8 @@ var _default = exports.default = {
317
323
  'fabric.editor.placeholderTextPlaceholder': 'Add placeholder text',
318
324
  'fabric.editor.plainText': 'Use plain text',
319
325
  'fabric.editor.quickInsert': 'Quick insert',
320
- 'fabric.editor.recordVideo': 'Record video',
321
- 'fabric.editor.recordVideo.description': 'Record video using Loom',
326
+ 'fabric.editor.recordVideo': 'Record a Loom video',
327
+ 'fabric.editor.recordVideo.description': 'Record your screen and camera',
322
328
  'fabric.editor.redo': 'Redo',
323
329
  'fabric.editor.remove': 'Remove',
324
330
  'fabric.editor.removeColumns': 'Delete {0, plural, one {column} other {columns}}',
@@ -336,6 +342,7 @@ var _default = exports.default = {
336
342
  'fabric.editor.rowDragHandle': 'Row options',
337
343
  'fabric.editor.saveButton': 'Save',
338
344
  'fabric.editor.searchResults': '{itemsLength, plural, one {# search result} other {# search results}} available. Use Up and Down arrow keys to navigate amongst the options. Press Enter to select an option.',
345
+ 'fabric.editor.selectColumnResize': 'Select column resize',
339
346
  'fabric.editor.selectLanguage': 'Select language',
340
347
  'fabric.editor.selectTableColumn': 'Select table column',
341
348
  'fabric.editor.selectTableRow': 'Select table row',
@@ -420,12 +427,13 @@ var _default = exports.default = {
420
427
  'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
421
428
  'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
422
429
  'fabric.editor.unsupportedInlineContent': 'Unsupported content',
430
+ 'fabric.editor.upDown': 'On the use of up and down arrow keys into the following input field, the date will update below',
423
431
  'fabric.editor.url': 'Display URL',
424
432
  'fabric.editor.urlDescription': 'Display link as URL',
425
433
  'fabric.editor.urlTitle': 'URL',
426
434
  'fabric.editor.useMarkdown': 'Use Markdown',
427
435
  'fabric.editor.viewAndAddCommentsOnMedia': 'View and add comments',
428
- 'fabric.editor.viewCommentOnMedia': 'View comment',
436
+ 'fabric.editor.viewCommentOnMedia': 'View comments',
429
437
  'fabric.editor.viewMore': 'View more',
430
438
  'fabric.editor.visit': 'Open link in a new window',
431
439
  'fabric.editor.warning': 'Warning',
@@ -20,6 +20,7 @@ var _default = exports.default = {
20
20
  'fabric.editor.addColumnRight': 'Add column right',
21
21
  'fabric.editor.addCommentOnMedia': 'Add comment',
22
22
  'fabric.editor.addImageBorder': 'Add border',
23
+ 'fabric.editor.addLoomVideo': 'Add Loom Video',
23
24
  'fabric.editor.addMediaFiles': 'Add image, video, or file',
24
25
  'fabric.editor.addRowAbove': 'Add row above',
25
26
  'fabric.editor.addRowBelow': 'Add row below',
@@ -100,6 +101,9 @@ var _default = exports.default = {
100
101
  'fabric.editor.customPanel.description': 'Add a note with an emoji and coloured background',
101
102
  'fabric.editor.datasource.assetsObjects': 'Assets (Beta)',
102
103
  'fabric.editor.datasource.assetsObjects.description': 'Insert objects from Assets in Jira Service Management with search and filtering',
104
+ 'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Assets',
105
+ 'fabric.editor.datasource.confluenceSearch': 'Insert Confluence list',
106
+ 'fabric.editor.datasource.confluenceSearch.description': 'Insert list of search results from Confluence with enhanced search, filtering, and configuration.',
103
107
  'fabric.editor.datasource.jiraIssue': 'Jira Issues',
104
108
  'fabric.editor.datasource.jiraIssue.description': 'Insert Jira issues from Jira Cloud with enhanced search, filtering, and configuration.',
105
109
  'fabric.editor.datasourceAppearanceTitle': 'List',
@@ -109,6 +113,7 @@ var _default = exports.default = {
109
113
  'fabric.editor.decision': 'Decision',
110
114
  'fabric.editor.decision.description': 'Capture decisions so they’re easy to track',
111
115
  'fabric.editor.decisionPlaceholder': 'Add a decision…',
116
+ 'fabric.editor.decreaseColumnSize': 'Decrease column size',
112
117
  'fabric.editor.decreaseSize': 'Decrease size',
113
118
  'fabric.editor.defaultAltText': 'Document',
114
119
  'fabric.editor.description': 'Description',
@@ -229,6 +234,7 @@ var _default = exports.default = {
229
234
  'fabric.editor.imageBorderSize': 'Size',
230
235
  'fabric.editor.imageBorderSubtle': 'Subtle',
231
236
  'fabric.editor.improvement': 'Improvement',
237
+ 'fabric.editor.increaseColumnSize': 'Increase column size',
232
238
  'fabric.editor.increaseSize': 'Increase size',
233
239
  'fabric.editor.indent': 'Indent',
234
240
  'fabric.editor.info': 'Info',
@@ -317,8 +323,8 @@ var _default = exports.default = {
317
323
  'fabric.editor.placeholderTextPlaceholder': 'Add placeholder text',
318
324
  'fabric.editor.plainText': 'Use plain text',
319
325
  'fabric.editor.quickInsert': 'Quick insert',
320
- 'fabric.editor.recordVideo': 'Record video',
321
- 'fabric.editor.recordVideo.description': 'Record video using Loom',
326
+ 'fabric.editor.recordVideo': 'Record a Loom video',
327
+ 'fabric.editor.recordVideo.description': 'Record your screen and camera',
322
328
  'fabric.editor.redo': 'Redo',
323
329
  'fabric.editor.remove': 'Remove',
324
330
  'fabric.editor.removeColumns': 'Delete {0, plural, one {column} other {columns}}',
@@ -336,6 +342,7 @@ var _default = exports.default = {
336
342
  'fabric.editor.rowDragHandle': 'Row options',
337
343
  'fabric.editor.saveButton': 'Save',
338
344
  'fabric.editor.searchResults': '{itemsLength, plural, one {# search result} other {# search results}} available. Use Up and Down arrow keys to navigate amongst the options. Press Enter to select an option.',
345
+ 'fabric.editor.selectColumnResize': 'Select column resize',
339
346
  'fabric.editor.selectLanguage': 'Select language',
340
347
  'fabric.editor.selectTableColumn': 'Select table column',
341
348
  'fabric.editor.selectTableRow': 'Select table row',
@@ -420,12 +427,13 @@ var _default = exports.default = {
420
427
  'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
421
428
  'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
422
429
  'fabric.editor.unsupportedInlineContent': 'Unsupported content',
430
+ 'fabric.editor.upDown': 'On the use of up and down arrow keys into the following input field, the date will update below',
423
431
  'fabric.editor.url': 'Display URL',
424
432
  'fabric.editor.urlDescription': 'Display link as URL',
425
433
  'fabric.editor.urlTitle': 'URL',
426
434
  'fabric.editor.useMarkdown': 'Use Markdown',
427
435
  'fabric.editor.viewAndAddCommentsOnMedia': 'View and add comments',
428
- 'fabric.editor.viewCommentOnMedia': 'View comment',
436
+ 'fabric.editor.viewCommentOnMedia': 'View comments',
429
437
  'fabric.editor.viewMore': 'View more',
430
438
  'fabric.editor.visit': 'Open link in a new window',
431
439
  'fabric.editor.warning': 'Warning',
@@ -20,6 +20,7 @@ var _default = exports.default = {
20
20
  'fabric.editor.addColumnRight': '⁣⁢Add column right⁠؜⁠‌⁠‍‌؜⁠‌‌⁡⁡⁣⁤',
21
21
  'fabric.editor.addCommentOnMedia': '⁣⁢Add comment‌⁠‍؜؜‌⁡‌؜⁡⁡⁣⁤',
22
22
  'fabric.editor.addImageBorder': '⁣⁢Add border‍‌؜⁡‍؜‌⁣⁤',
23
+ 'fabric.editor.addLoomVideo': '⁣⁢Add Loom Video⁡⁡؜‍‌‌‌⁡⁣⁤',
23
24
  'fabric.editor.addMediaFiles': '⁣⁢Add image, video, or file‌‍؜؜‍‍؜‍؜؜‍⁣⁤',
24
25
  'fabric.editor.addRowAbove': '⁣⁢Add row above‌‍‍⁡⁠‌‍⁡⁡؜⁠‌⁠⁣⁤',
25
26
  'fabric.editor.addRowBelow': '⁣⁢Add row below‌‌⁠⁡⁠‌⁡⁡؜⁣⁤',
@@ -100,15 +101,19 @@ var _default = exports.default = {
100
101
  'fabric.editor.customPanel.description': '⁣⁢Add a note with an emoji and colored background‍⁠⁡‍⁡⁡⁡‌⁣⁤',
101
102
  'fabric.editor.datasource.assetsObjects': '⁣⁢Assets (Beta)⁡⁡⁡⁠‍⁡⁠⁡‌⁣⁤',
102
103
  'fabric.editor.datasource.assetsObjects.description': '⁣⁢Insert objects from Assets in Jira Service Management with search and filtering‍‌⁡⁡‌‌‌‌‍‍⁠؜⁣⁤',
104
+ 'fabric.editor.datasource.assetsObjectsGeneralAvailability': '⁣⁢Assets‍؜‌؜⁡؜‌‌‌‍‌‍⁣⁤',
105
+ 'fabric.editor.datasource.confluenceSearch': '⁣⁢Insert Confluence list⁡⁡⁡⁠؜⁡‌؜⁡‍⁠‌‌؜؜‍⁣⁤',
106
+ 'fabric.editor.datasource.confluenceSearch.description': '⁣⁢Insert list of search results from Confluence with enhanced search, filtering, and configuration.⁠‌⁠؜⁠‌⁠⁡‌⁣⁤',
103
107
  'fabric.editor.datasource.jiraIssue': '⁣⁢Jira Issues⁠⁡⁠‍‍⁡؜⁣⁤',
104
108
  'fabric.editor.datasource.jiraIssue.description': '⁣⁢Insert Jira issues from Jira Cloud with enhanced search, filtering, and configuration.؜‌‍⁠⁡‌‍⁣⁤',
105
- 'fabric.editor.datasourceAppearanceTitle': '⁣⁢Table‍⁡‍؜‍⁡‍⁡‌‌؜⁣⁤',
109
+ 'fabric.editor.datasourceAppearanceTitle': '⁣⁢List⁡⁠‍؜؜؜⁣⁤',
106
110
  'fabric.editor.datasourceTitle': '⁣⁢Edit search query‌؜⁡⁠‍؜‌⁠‌‍⁠⁣⁤',
107
111
  'fabric.editor.date': '⁣⁢Date⁡⁡⁠‍‍؜⁠‌‍؜⁣⁤',
108
112
  'fabric.editor.date.description': '⁣⁢Add a date using a calendar⁠⁡؜⁡⁡⁠؜⁠‍⁠⁡⁣⁤',
109
113
  'fabric.editor.decision': '⁣⁢Decision‍⁠⁡⁠؜‌⁠‍⁠⁠⁣⁤',
110
114
  'fabric.editor.decision.description': '⁣⁢Capture decisions so they’re easy to track‌‌‌‍‌؜‌⁡‌‍‌⁡⁠⁣⁤',
111
115
  'fabric.editor.decisionPlaceholder': '⁣⁢Add a decision…⁠⁡‌‍؜‍⁠‍⁣⁤',
116
+ 'fabric.editor.decreaseColumnSize': '⁣⁢Decrease column size؜‍⁡‌‌‌؜‍⁠‍⁠⁠⁠⁣⁤',
112
117
  'fabric.editor.decreaseSize': '⁣⁢Decrease size⁡‍؜‍‌‍⁣⁤',
113
118
  'fabric.editor.defaultAltText': '⁣⁢Document⁠‌⁠‍⁠⁡‍‍⁣⁤',
114
119
  'fabric.editor.description': '⁣⁢Description‌؜‍‌؜‌‌؜‌⁡⁡⁣⁤',
@@ -229,6 +234,7 @@ var _default = exports.default = {
229
234
  'fabric.editor.imageBorderSize': '⁣⁢Size؜؜‍⁠‌⁠؜‍⁠⁠⁣⁤',
230
235
  'fabric.editor.imageBorderSubtle': '⁣⁢Subtle‍⁠‌‌⁠⁠؜⁠⁡⁣⁤',
231
236
  'fabric.editor.improvement': '⁣⁢Improvement‌⁠⁡‍⁠⁠؜‌⁡‍⁣⁤',
237
+ 'fabric.editor.increaseColumnSize': '⁣⁢Increase column size‌‍‌‌‍؜؜⁠⁣⁤',
232
238
  'fabric.editor.increaseSize': '⁣⁢Increase size⁠⁠⁡⁠؜؜‌⁡⁣⁤',
233
239
  'fabric.editor.indent': '⁣⁢Indent‌‍‌؜‌⁠‍‍‌⁡⁣⁤',
234
240
  'fabric.editor.info': '⁣⁢Info‌⁠⁡⁡‌⁡‍⁠⁡‍‌⁣⁤',
@@ -317,8 +323,8 @@ var _default = exports.default = {
317
323
  'fabric.editor.placeholderTextPlaceholder': '⁣⁢Add placeholder text‍⁠؜⁠‍⁣⁤',
318
324
  'fabric.editor.plainText': '⁣⁢Use plain text⁠⁡⁠‌⁡⁡؜⁡⁡⁡‌؜‌⁣⁤',
319
325
  'fabric.editor.quickInsert': '⁣⁢Quick insert⁠‍؜⁠⁡؜‍⁡⁡⁣⁤',
320
- 'fabric.editor.recordVideo': '⁣⁢Record video⁠‌؜‍⁡‌⁡⁣⁤',
321
- 'fabric.editor.recordVideo.description': '⁣⁢Record video using Loom‌⁠⁡⁠؜⁠⁠⁣⁤',
326
+ 'fabric.editor.recordVideo': '⁣⁢Record a Loom video‍‍‌⁠⁡؜⁠‍⁣⁤',
327
+ 'fabric.editor.recordVideo.description': '⁣⁢Record your screen and camera‍‌‍‌⁠⁠‌⁡⁡؜‌⁣⁤',
322
328
  'fabric.editor.redo': '⁣⁢Redo؜⁡⁠‌⁠‌‌⁡⁡‌‌⁡⁣⁤',
323
329
  'fabric.editor.remove': '⁣⁢Remove‌؜‌⁡⁠‍‍؜⁠⁣⁤',
324
330
  'fabric.editor.removeColumns': '{0, plural, one {⁣⁢Delete column‍⁠⁡⁠؜⁣⁤} other {⁣⁢Delete columns‍⁠⁡⁠؜⁣⁤}}',
@@ -336,6 +342,7 @@ var _default = exports.default = {
336
342
  'fabric.editor.rowDragHandle': '⁣⁢Row options⁠؜⁠‍‍‌‍‍‍⁠⁡‌⁣⁤',
337
343
  'fabric.editor.saveButton': '⁣⁢Save‍⁡‍؜؜⁠⁣⁤',
338
344
  'fabric.editor.searchResults': '{itemsLength, plural, one {⁣⁢{itemsLength,number} search result available. Use Up and Down arrow keys to navigate amongst the options. Press Enter to select an option.‌‌⁡⁡⁡⁡⁠⁡⁠‌‍⁣⁤} other {⁣⁢{itemsLength,number} search results available. Use Up and Down arrow keys to navigate amongst the options. Press Enter to select an option.‌‌⁡⁡⁡⁡⁠⁡⁠‌‍⁣⁤}}',
345
+ 'fabric.editor.selectColumnResize': '⁣⁢Select column resize⁡‌؜؜؜‍؜‌‌⁣⁤',
339
346
  'fabric.editor.selectLanguage': '⁣⁢Select language⁡‍‌؜⁡⁡؜؜⁠‍⁣⁤',
340
347
  'fabric.editor.selectTableColumn': '⁣⁢Select table column‌‍‍‌؜⁠⁡⁡⁠؜⁡⁣⁤',
341
348
  'fabric.editor.selectTableRow': '⁣⁢Select table row‌⁡⁠⁡⁠؜‍‌⁡⁣⁤',
@@ -363,6 +370,7 @@ var _default = exports.default = {
363
370
  'fabric.editor.supportAltText': '⁣⁢Alt text is useful for people using screen readers because of visual limitations.؜⁡⁡⁡؜؜؜⁡⁣⁤',
364
371
  'fabric.editor.table': '⁣⁢Table‌‌‍⁠‍‍‌⁡؜؜⁠؜؜⁣⁤',
365
372
  'fabric.editor.table.description': '⁣⁢Insert a table⁠⁠‌‍‍؜‌⁠‍⁡‌⁣⁤',
373
+ 'fabric.editor.tableFullWidthLabel': '⁣⁢Full-width؜⁠؜⁠‌‌⁡⁠؜؜⁣⁤',
366
374
  'fabric.editor.tableOptions': '⁣⁢Table options‍⁠⁡‌‍‍⁠⁡⁣⁤',
367
375
  'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {⁣⁢Table width decreased to {newWidth,number} pixel.؜‌‍‍⁠⁠⁠⁡‍⁣⁤} other {⁣⁢Table width decreased to {newWidth,number} pixels.؜‌‍‍⁠⁠⁠⁡‍⁣⁤}}',
368
376
  'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {⁣⁢Table width increased to {newWidth,number} pixel.⁡‌‍‌؜⁡؜⁣⁤} other {⁣⁢Table width increased to {newWidth,number} pixels.⁡‌‍‌؜⁡؜⁣⁤}}',
@@ -371,9 +379,14 @@ var _default = exports.default = {
371
379
  'fabric.editor.tableSizeSelectorButton': '⁣⁢{numberOfColumns} by {numberOfRows}⁠⁡⁠؜⁡⁠‌⁣⁤',
372
380
  'fabric.editor.tableSizeSelectorPopup': '⁣⁢Table size selector‌⁡‌⁠⁡‍؜⁣⁤',
373
381
  'fabric.editor.tables.adjustColumn': '⁣⁢Adjust column؜⁡‌؜‍⁠؜‍‌‌⁣⁤',
382
+ 'fabric.editor.tables.columnResizeLast': '⁣⁢You can only resize this column to the left.‌⁠‌؜⁡‌‍‌‌‍⁡⁣⁤',
383
+ 'fabric.editor.tables.columnResizeOverflow': '⁣⁢You can only resize this column while the table has a scroll bar.⁡⁡‍⁡⁡⁡⁠⁠‍‌‍⁠‌⁣⁤',
384
+ 'fabric.editor.tables.columnWidth': '{width, plural, one {⁣⁢Column width was changed to {width} pixel⁠⁠⁡؜؜؜⁠‍؜‍⁡⁣⁤} other {⁣⁢Column width was changed to {width} pixels⁠⁠⁡؜؜؜⁠‍؜‍⁡⁣⁤}}',
374
385
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': '⁣⁢Deleting {nodeName} will break anything connected to it.؜‍⁡؜⁠‌؜؜‍⁣⁤',
375
386
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '⁣⁢Delete⁠؜⁡؜⁡؜⁡‍؜‌⁠‍‌⁣⁤',
387
+ 'fabric.editor.tables.resizeStop': '⁣⁢Stopped resize⁠‍⁠‍⁡⁡⁡⁡؜‍⁠⁣⁤',
376
388
  'fabric.editor.tables.resizeTable': '⁣⁢Resize table⁡‌⁠⁡⁡‌‌⁠‌⁣⁤',
389
+ 'fabric.editor.tables.startedColumnResize': '⁣⁢Started column resize⁡؜‌‌‌‌؜‍⁣⁤',
377
390
  'fabric.editor.task': '⁣⁢Task‍؜‌؜‌‌⁠⁠⁡‍؜‍⁠⁣⁤',
378
391
  'fabric.editor.taskPlaceholder': "⁣⁢Type your action, use '@' to assign to someone.⁡⁠⁡‌⁠⁡⁡‍‍⁣⁤",
379
392
  'fabric.editor.text.formatting.off': '⁣⁢Text formatting Off‍؜‍⁡⁠‍⁡؜⁠؜؜⁣⁤',
@@ -413,10 +426,13 @@ var _default = exports.default = {
413
426
  'fabric.editor.unsupportedBlockContent': '⁣⁢This editor does not support displaying this content؜‍؜⁡‍؜‌؜⁡⁣⁤',
414
427
  'fabric.editor.unsupportedContentTooltip': '⁣⁢Content is not available in this editor, this will be preserved when you edit and save⁠‌‌؜‍‌‌⁡؜‍⁠‍⁡⁣⁤',
415
428
  'fabric.editor.unsupportedInlineContent': '⁣⁢Unsupported content⁠‍⁡؜⁠⁠⁣⁤',
429
+ 'fabric.editor.upDown': '⁣⁢On the use of up and down arrow keys into the following input field, the date will update below‌؜؜؜⁠⁡⁠‍؜؜⁣⁤',
416
430
  'fabric.editor.url': '⁣⁢Display URL⁠‌‌‌؜؜‌‍⁡⁣⁤',
417
431
  'fabric.editor.urlDescription': '⁣⁢Display link as URL؜⁠‍‍⁡‌⁡‍⁡‌⁣⁤',
418
432
  'fabric.editor.urlTitle': '⁣⁢URL؜‌‌⁡⁡⁠‍⁠‌⁣⁤',
419
433
  'fabric.editor.useMarkdown': '⁣⁢Use Markdown؜؜⁠‌⁡⁡‌‍‌⁣⁤',
434
+ 'fabric.editor.viewAndAddCommentsOnMedia': '⁣⁢View and add comments‌⁡⁡‌؜‌⁡‌⁣⁤',
435
+ 'fabric.editor.viewCommentOnMedia': '⁣⁢View comments؜⁡‌؜؜‍؜؜⁠⁣⁤',
420
436
  'fabric.editor.viewMore': '⁣⁢View more⁠⁠⁡‌‍‌‌‌؜‍‌⁣⁤',
421
437
  'fabric.editor.visit': '⁣⁢Open link in a new window⁡⁠‍⁠⁠⁡‍⁡⁣⁤',
422
438
  'fabric.editor.warning': '⁣⁢Warning‌⁠‍‌‍؜؜⁡‍؜⁠⁣⁤',
@@ -477,6 +493,5 @@ var _default = exports.default = {
477
493
  'fabric.theme.teal': '⁣⁢Teal⁡⁡⁠‍؜‍‌؜⁣⁤',
478
494
  'fabric.theme.white': '⁣⁢White⁡‌‌؜⁠⁡⁠‌‌؜⁣⁤',
479
495
  'fabric.theme.yellow': '⁣⁢Yellow‌⁡⁠‍؜⁡‌‌⁠‌‌‍⁡⁠‍؜⁣⁤',
480
- 'fabrid.editor.rowNumbers': '⁣⁢Row numbers‍؜⁠⁡‌‌⁡؜⁡‌‌؜⁣⁤',
481
- testMessage: '⁣⁢Default Message⁡⁠⁠⁡⁠‌‌؜‍⁠؜⁣⁤'
496
+ 'fabrid.editor.rowNumbers': '⁣⁢Row numbers‍؜⁠⁡‌‌⁡؜⁡‌‌؜⁣⁤'
482
497
  };
@@ -20,6 +20,7 @@ var _default = exports.default = {
20
20
  'fabric.editor.addColumnRight': 'Añadir columna a la derecha',
21
21
  'fabric.editor.addCommentOnMedia': 'Añadir comentario',
22
22
  'fabric.editor.addImageBorder': 'Añadir borde',
23
+ 'fabric.editor.addLoomVideo': 'Añadir vídeo de Loom',
23
24
  'fabric.editor.addMediaFiles': 'Añadir imagen, vídeo o archivo',
24
25
  'fabric.editor.addRowAbove': 'Añadir fila arriba',
25
26
  'fabric.editor.addRowBelow': 'Añadir fila abajo',
@@ -100,6 +101,9 @@ var _default = exports.default = {
100
101
  'fabric.editor.customPanel.description': 'Añade una nota con un emoticono y un fondo de color',
101
102
  'fabric.editor.datasource.assetsObjects': 'Activos (beta)',
102
103
  'fabric.editor.datasource.assetsObjects.description': 'Inserta objetos de Activos en Jira Service Management con las funciones de búsqueda y filtro',
104
+ 'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Activos',
105
+ 'fabric.editor.datasource.confluenceSearch': 'Insertar lista de Confluence',
106
+ 'fabric.editor.datasource.confluenceSearch.description': 'Inserta la lista de resultados de búsqueda de Confluence con las funciones de búsqueda, filtrado y configuración mejoradas.',
103
107
  'fabric.editor.datasource.jiraIssue': 'Incidencias de Jira',
104
108
  'fabric.editor.datasource.jiraIssue.description': 'Inserta incidencias de Jira desde Jira Cloud con las funciones mejoradas de búsqueda, filtro y configuración.',
105
109
  'fabric.editor.datasourceAppearanceTitle': 'Lista',
@@ -109,6 +113,7 @@ var _default = exports.default = {
109
113
  'fabric.editor.decision': 'Decisión',
110
114
  'fabric.editor.decision.description': 'Captar decisiones para que sea más fácil supervisarlas',
111
115
  'fabric.editor.decisionPlaceholder': 'Añadir una decisión...',
116
+ 'fabric.editor.decreaseColumnSize': 'Reducir el tamaño de la columna',
112
117
  'fabric.editor.decreaseSize': 'Reducir tamaño',
113
118
  'fabric.editor.defaultAltText': 'Documento',
114
119
  'fabric.editor.description': 'Descripción',
@@ -229,6 +234,7 @@ var _default = exports.default = {
229
234
  'fabric.editor.imageBorderSize': 'Tamaño',
230
235
  'fabric.editor.imageBorderSubtle': 'Sutil',
231
236
  'fabric.editor.improvement': 'Mejora',
237
+ 'fabric.editor.increaseColumnSize': 'Aumentar el tamaño de la columna',
232
238
  'fabric.editor.increaseSize': 'Aumentar tamaño',
233
239
  'fabric.editor.indent': 'Aplicar sangría',
234
240
  'fabric.editor.info': 'Información',
@@ -317,8 +323,8 @@ var _default = exports.default = {
317
323
  'fabric.editor.placeholderTextPlaceholder': 'Añadir texto de marcador de posición',
318
324
  'fabric.editor.plainText': 'Usar texto sin formato',
319
325
  'fabric.editor.quickInsert': 'Inserción rápida',
320
- 'fabric.editor.recordVideo': 'Grabar vídeo',
321
- 'fabric.editor.recordVideo.description': 'Grabar vídeo con Loom',
326
+ 'fabric.editor.recordVideo': 'Grabar un vídeo de Loom',
327
+ 'fabric.editor.recordVideo.description': 'Graba tu pantalla y tu cámara.',
322
328
  'fabric.editor.redo': 'Rehacer',
323
329
  'fabric.editor.remove': 'Eliminar',
324
330
  'fabric.editor.removeColumns': '{0, plural, one {Eliminar columna} other {Eliminar columnas}}',
@@ -336,6 +342,7 @@ var _default = exports.default = {
336
342
  'fabric.editor.rowDragHandle': 'Opciones de fila',
337
343
  'fabric.editor.saveButton': 'Guardar',
338
344
  'fabric.editor.searchResults': '{itemsLength, plural, one {{itemsLength,number} resultado de búsqueda disponible. Usa las teclas de flecha arriba y abajo para navegar entre las opciones. Pulsa Intro para seleccionar una opción.} other {{itemsLength,number} resultados de búsqueda disponible. Usa las teclas de flecha arriba y abajo para navegar entre las opciones. Pulsa Intro para seleccionar una opción.}}',
345
+ 'fabric.editor.selectColumnResize': 'Selecciona la opción para cambiar el tamaño de la columna',
339
346
  'fabric.editor.selectLanguage': 'Seleccionar lenguaje',
340
347
  'fabric.editor.selectTableColumn': 'Selecciona la columna de la tabla',
341
348
  'fabric.editor.selectTableRow': 'Selecciona la fila de la tabla',
@@ -419,10 +426,13 @@ var _default = exports.default = {
419
426
  'fabric.editor.unsupportedBlockContent': 'Este editor no permite mostrar este contenido.',
420
427
  'fabric.editor.unsupportedContentTooltip': 'El contenido no está disponible en este editor, se conservará cuando edites y guardes.',
421
428
  'fabric.editor.unsupportedInlineContent': 'Contenido no admitido',
429
+ 'fabric.editor.upDown': 'Al utilizar las teclas de flecha hacia arriba y hacia abajo en el siguiente campo de entrada, la fecha se actualizará a continuación',
422
430
  'fabric.editor.url': 'Mostrar URL',
423
431
  'fabric.editor.urlDescription': 'Mostrar enlace como URL',
424
432
  'fabric.editor.urlTitle': 'URL',
425
433
  'fabric.editor.useMarkdown': 'Usa Markdown',
434
+ 'fabric.editor.viewAndAddCommentsOnMedia': 'Ver y añadir comentarios',
435
+ 'fabric.editor.viewCommentOnMedia': 'Ver comentarios',
426
436
  'fabric.editor.viewMore': 'Ver más',
427
437
  'fabric.editor.visit': 'Abrir el enlace en otra ventana',
428
438
  'fabric.editor.warning': 'Advertencia',
@@ -20,6 +20,7 @@ var _default = exports.default = {
20
20
  'fabric.editor.addColumnRight': 'Lisää sarake oikealle',
21
21
  'fabric.editor.addCommentOnMedia': 'Lisää kommentti',
22
22
  'fabric.editor.addImageBorder': 'Lisää reuna',
23
+ 'fabric.editor.addLoomVideo': 'Lisää Loom-video',
23
24
  'fabric.editor.addMediaFiles': 'Lisää kuva, video tai tiedosto',
24
25
  'fabric.editor.addRowAbove': 'Lisää rivi yläpuolelle',
25
26
  'fabric.editor.addRowBelow': 'Lisää rivi alapuolelle',
@@ -100,6 +101,9 @@ var _default = exports.default = {
100
101
  'fabric.editor.customPanel.description': 'Lisää huomautus, jossa on emoji ja värillinen tausta',
101
102
  'fabric.editor.datasource.assetsObjects': 'Resurssit (beeta)',
102
103
  'fabric.editor.datasource.assetsObjects.description': 'Kohteiden lisääminen Resursseista Jira Service Managementiin haun ja suodatuksen avulla',
104
+ 'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Resurssit',
105
+ 'fabric.editor.datasource.confluenceSearch': 'Lisää Confluence-luettelo',
106
+ 'fabric.editor.datasource.confluenceSearch.description': 'Lisää luettelo Confluence-hakutuloksista parannetulla haulla, suodatuksella ja määrityksellä.',
103
107
  'fabric.editor.datasource.jiraIssue': 'Jira-asiat',
104
108
  'fabric.editor.datasource.jiraIssue.description': 'Lisää Jira-asioita Jira Cloudista parannetulla haulla, suodatuksella ja määrityksellä.',
105
109
  'fabric.editor.datasourceAppearanceTitle': 'Luettelo',
@@ -109,6 +113,7 @@ var _default = exports.default = {
109
113
  'fabric.editor.decision': 'Päätös',
110
114
  'fabric.editor.decision.description': 'Taltioi päätökset, jotta niitä on helppo seurata',
111
115
  'fabric.editor.decisionPlaceholder': 'Lisää päätös...',
116
+ 'fabric.editor.decreaseColumnSize': 'Pienennä sarakkeen kokoa',
112
117
  'fabric.editor.decreaseSize': 'Pienennä kokoa',
113
118
  'fabric.editor.defaultAltText': 'Asiakirja',
114
119
  'fabric.editor.description': 'Kuvaus',
@@ -229,6 +234,7 @@ var _default = exports.default = {
229
234
  'fabric.editor.imageBorderSize': 'Koko',
230
235
  'fabric.editor.imageBorderSubtle': 'Hienovarainen',
231
236
  'fabric.editor.improvement': 'Parannus',
237
+ 'fabric.editor.increaseColumnSize': 'Suurenna sarakkeen kokoa',
232
238
  'fabric.editor.increaseSize': 'Suurenna kokoa',
233
239
  'fabric.editor.indent': 'Sisennys',
234
240
  'fabric.editor.info': 'Tietoja',
@@ -317,8 +323,8 @@ var _default = exports.default = {
317
323
  'fabric.editor.placeholderTextPlaceholder': 'Lisää paikkamerkin teksti',
318
324
  'fabric.editor.plainText': 'Käytä perustekstiä',
319
325
  'fabric.editor.quickInsert': 'Pikalisäys',
320
- 'fabric.editor.recordVideo': 'Tallenna video',
321
- 'fabric.editor.recordVideo.description': 'Tallenna video Loomin avulla',
326
+ 'fabric.editor.recordVideo': 'Kuvaa Loom-video',
327
+ 'fabric.editor.recordVideo.description': 'Tallenna näyttösi ja kamerasi kuvaa',
322
328
  'fabric.editor.redo': 'Tee uudelleen',
323
329
  'fabric.editor.remove': 'Poista',
324
330
  'fabric.editor.removeColumns': '{0, plural, one {Poista sarake} other {Poista sarakkeet}}',
@@ -336,6 +342,7 @@ var _default = exports.default = {
336
342
  'fabric.editor.rowDragHandle': 'Riviasetukset',
337
343
  'fabric.editor.saveButton': 'Tallenna',
338
344
  'fabric.editor.searchResults': '{itemsLength, plural, one {{itemsLength,number} hakutulos saatavilla. Selaa vaihtoehtoja nuoli ylös- ja nuoli alas ‑näppäimillä. Valitse vaihtoehto painamalla Enter-näppäintä.} other {{itemsLength,number} hakutulosta saatavilla. Selaa vaihtoehtoja nuoli ylös- ja nuoli alas ‑näppäimillä. Valitse vaihtoehto painamalla Enter-näppäintä.}}',
345
+ 'fabric.editor.selectColumnResize': 'Valitse sarakkeen koon muuttaminen',
339
346
  'fabric.editor.selectLanguage': 'Valitse kieli',
340
347
  'fabric.editor.selectTableColumn': 'Valitse taulukkosarake',
341
348
  'fabric.editor.selectTableRow': 'Valitse taulukkorivi',
@@ -419,10 +426,13 @@ var _default = exports.default = {
419
426
  'fabric.editor.unsupportedBlockContent': 'Tämä editori ei tue tämän sisällön näyttämistä',
420
427
  'fabric.editor.unsupportedContentTooltip': 'Sisältöä ei ole saatavilla tässä editorissa – tämä pätee myös sen jälkeen, kun muokkaat ja tallennat',
421
428
  'fabric.editor.unsupportedInlineContent': 'Sisältöä ei tueta',
429
+ 'fabric.editor.upDown': 'Ylä- ja alanuolinäppäimen käyttäminen seuraavassa syöttökentässä päivittää päivämäärän alle',
422
430
  'fabric.editor.url': 'Näytä URL-osoite',
423
431
  'fabric.editor.urlDescription': 'Näytä linkki URL-osoitteena',
424
432
  'fabric.editor.urlTitle': 'URL-osoite',
425
433
  'fabric.editor.useMarkdown': 'Käytä Markdownia',
434
+ 'fabric.editor.viewAndAddCommentsOnMedia': 'Näytä ja lisää kommentteja',
435
+ 'fabric.editor.viewCommentOnMedia': 'Näytä kommentit',
426
436
  'fabric.editor.viewMore': 'Näytä lisää',
427
437
  'fabric.editor.visit': 'Avaa linkki uudessa ikkunassa',
428
438
  'fabric.editor.warning': 'Varoitus',