@atlaskit/editor-common 76.26.15 → 76.27.1

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 (156) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/cjs/analytics/index.js +6 -0
  3. package/dist/cjs/analytics/types/enums.js +1 -0
  4. package/dist/cjs/analytics/types/index.js +6 -0
  5. package/dist/cjs/analytics/types/table-events.js +9 -1
  6. package/dist/cjs/i18n/cs.js +11 -0
  7. package/dist/cjs/i18n/da.js +11 -0
  8. package/dist/cjs/i18n/de.js +11 -0
  9. package/dist/cjs/i18n/en.js +12 -0
  10. package/dist/cjs/i18n/en_GB.js +12 -0
  11. package/dist/cjs/i18n/en_ZZ.js +12 -0
  12. package/dist/cjs/i18n/es.js +9 -0
  13. package/dist/cjs/i18n/fi.js +11 -0
  14. package/dist/cjs/i18n/fr.js +11 -0
  15. package/dist/cjs/i18n/hu.js +11 -0
  16. package/dist/cjs/i18n/it.js +11 -0
  17. package/dist/cjs/i18n/ja.js +11 -0
  18. package/dist/cjs/i18n/ko.js +11 -0
  19. package/dist/cjs/i18n/nb.js +11 -0
  20. package/dist/cjs/i18n/nl.js +11 -0
  21. package/dist/cjs/i18n/pl.js +11 -0
  22. package/dist/cjs/i18n/pt_BR.js +11 -0
  23. package/dist/cjs/i18n/ru.js +11 -0
  24. package/dist/cjs/i18n/sv.js +11 -0
  25. package/dist/cjs/i18n/th.js +11 -0
  26. package/dist/cjs/i18n/tr.js +9 -0
  27. package/dist/cjs/i18n/uk.js +13 -2
  28. package/dist/cjs/i18n/vi.js +11 -0
  29. package/dist/cjs/i18n/zh.js +11 -0
  30. package/dist/cjs/i18n/zh_TW.js +11 -0
  31. package/dist/cjs/media-inline/media-inline-image-card.js +22 -2
  32. package/dist/cjs/monitoring/error.js +1 -1
  33. package/dist/cjs/ui/DropList/index.js +1 -1
  34. package/dist/es2019/analytics/index.js +1 -1
  35. package/dist/es2019/analytics/types/enums.js +1 -0
  36. package/dist/es2019/analytics/types/index.js +1 -1
  37. package/dist/es2019/analytics/types/table-events.js +8 -0
  38. package/dist/es2019/i18n/cs.js +11 -0
  39. package/dist/es2019/i18n/da.js +11 -0
  40. package/dist/es2019/i18n/de.js +11 -0
  41. package/dist/es2019/i18n/en.js +12 -0
  42. package/dist/es2019/i18n/en_GB.js +12 -0
  43. package/dist/es2019/i18n/en_ZZ.js +12 -0
  44. package/dist/es2019/i18n/es.js +9 -0
  45. package/dist/es2019/i18n/fi.js +11 -0
  46. package/dist/es2019/i18n/fr.js +11 -0
  47. package/dist/es2019/i18n/hu.js +11 -0
  48. package/dist/es2019/i18n/it.js +11 -0
  49. package/dist/es2019/i18n/ja.js +11 -0
  50. package/dist/es2019/i18n/ko.js +11 -0
  51. package/dist/es2019/i18n/nb.js +11 -0
  52. package/dist/es2019/i18n/nl.js +11 -0
  53. package/dist/es2019/i18n/pl.js +11 -0
  54. package/dist/es2019/i18n/pt_BR.js +11 -0
  55. package/dist/es2019/i18n/ru.js +11 -0
  56. package/dist/es2019/i18n/sv.js +11 -0
  57. package/dist/es2019/i18n/th.js +11 -0
  58. package/dist/es2019/i18n/tr.js +9 -0
  59. package/dist/es2019/i18n/uk.js +13 -2
  60. package/dist/es2019/i18n/vi.js +11 -0
  61. package/dist/es2019/i18n/zh.js +11 -0
  62. package/dist/es2019/i18n/zh_TW.js +11 -0
  63. package/dist/es2019/media-inline/media-inline-image-card.js +22 -2
  64. package/dist/es2019/monitoring/error.js +1 -1
  65. package/dist/es2019/ui/DropList/index.js +1 -1
  66. package/dist/esm/analytics/index.js +1 -1
  67. package/dist/esm/analytics/types/enums.js +1 -0
  68. package/dist/esm/analytics/types/index.js +1 -1
  69. package/dist/esm/analytics/types/table-events.js +8 -0
  70. package/dist/esm/i18n/cs.js +11 -0
  71. package/dist/esm/i18n/da.js +11 -0
  72. package/dist/esm/i18n/de.js +11 -0
  73. package/dist/esm/i18n/en.js +12 -0
  74. package/dist/esm/i18n/en_GB.js +12 -0
  75. package/dist/esm/i18n/en_ZZ.js +12 -0
  76. package/dist/esm/i18n/es.js +9 -0
  77. package/dist/esm/i18n/fi.js +11 -0
  78. package/dist/esm/i18n/fr.js +11 -0
  79. package/dist/esm/i18n/hu.js +11 -0
  80. package/dist/esm/i18n/it.js +11 -0
  81. package/dist/esm/i18n/ja.js +11 -0
  82. package/dist/esm/i18n/ko.js +11 -0
  83. package/dist/esm/i18n/nb.js +11 -0
  84. package/dist/esm/i18n/nl.js +11 -0
  85. package/dist/esm/i18n/pl.js +11 -0
  86. package/dist/esm/i18n/pt_BR.js +11 -0
  87. package/dist/esm/i18n/ru.js +11 -0
  88. package/dist/esm/i18n/sv.js +11 -0
  89. package/dist/esm/i18n/th.js +11 -0
  90. package/dist/esm/i18n/tr.js +9 -0
  91. package/dist/esm/i18n/uk.js +13 -2
  92. package/dist/esm/i18n/vi.js +11 -0
  93. package/dist/esm/i18n/zh.js +11 -0
  94. package/dist/esm/i18n/zh_TW.js +11 -0
  95. package/dist/esm/media-inline/media-inline-image-card.js +22 -2
  96. package/dist/esm/monitoring/error.js +1 -1
  97. package/dist/esm/ui/DropList/index.js +1 -1
  98. package/dist/types/analytics/index.d.ts +1 -1
  99. package/dist/types/analytics/types/enums.d.ts +2 -1
  100. package/dist/types/analytics/types/index.d.ts +1 -1
  101. package/dist/types/analytics/types/table-events.d.ts +18 -1
  102. package/dist/types/i18n/cs.d.ts +11 -0
  103. package/dist/types/i18n/da.d.ts +11 -0
  104. package/dist/types/i18n/de.d.ts +11 -0
  105. package/dist/types/i18n/en.d.ts +12 -0
  106. package/dist/types/i18n/en_GB.d.ts +12 -0
  107. package/dist/types/i18n/en_ZZ.d.ts +12 -0
  108. package/dist/types/i18n/es.d.ts +9 -0
  109. package/dist/types/i18n/fi.d.ts +11 -0
  110. package/dist/types/i18n/fr.d.ts +11 -0
  111. package/dist/types/i18n/hu.d.ts +11 -0
  112. package/dist/types/i18n/it.d.ts +11 -0
  113. package/dist/types/i18n/ja.d.ts +11 -0
  114. package/dist/types/i18n/ko.d.ts +11 -0
  115. package/dist/types/i18n/nb.d.ts +11 -0
  116. package/dist/types/i18n/nl.d.ts +11 -0
  117. package/dist/types/i18n/pl.d.ts +11 -0
  118. package/dist/types/i18n/pt_BR.d.ts +11 -0
  119. package/dist/types/i18n/ru.d.ts +11 -0
  120. package/dist/types/i18n/sv.d.ts +11 -0
  121. package/dist/types/i18n/th.d.ts +11 -0
  122. package/dist/types/i18n/tr.d.ts +9 -0
  123. package/dist/types/i18n/uk.d.ts +11 -0
  124. package/dist/types/i18n/vi.d.ts +11 -0
  125. package/dist/types/i18n/zh.d.ts +11 -0
  126. package/dist/types/i18n/zh_TW.d.ts +11 -0
  127. package/dist/types-ts4.5/analytics/index.d.ts +1 -1
  128. package/dist/types-ts4.5/analytics/types/enums.d.ts +2 -1
  129. package/dist/types-ts4.5/analytics/types/index.d.ts +1 -1
  130. package/dist/types-ts4.5/analytics/types/table-events.d.ts +18 -1
  131. package/dist/types-ts4.5/i18n/cs.d.ts +11 -0
  132. package/dist/types-ts4.5/i18n/da.d.ts +11 -0
  133. package/dist/types-ts4.5/i18n/de.d.ts +11 -0
  134. package/dist/types-ts4.5/i18n/en.d.ts +12 -0
  135. package/dist/types-ts4.5/i18n/en_GB.d.ts +12 -0
  136. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +12 -0
  137. package/dist/types-ts4.5/i18n/es.d.ts +9 -0
  138. package/dist/types-ts4.5/i18n/fi.d.ts +11 -0
  139. package/dist/types-ts4.5/i18n/fr.d.ts +11 -0
  140. package/dist/types-ts4.5/i18n/hu.d.ts +11 -0
  141. package/dist/types-ts4.5/i18n/it.d.ts +11 -0
  142. package/dist/types-ts4.5/i18n/ja.d.ts +11 -0
  143. package/dist/types-ts4.5/i18n/ko.d.ts +11 -0
  144. package/dist/types-ts4.5/i18n/nb.d.ts +11 -0
  145. package/dist/types-ts4.5/i18n/nl.d.ts +11 -0
  146. package/dist/types-ts4.5/i18n/pl.d.ts +11 -0
  147. package/dist/types-ts4.5/i18n/pt_BR.d.ts +11 -0
  148. package/dist/types-ts4.5/i18n/ru.d.ts +11 -0
  149. package/dist/types-ts4.5/i18n/sv.d.ts +11 -0
  150. package/dist/types-ts4.5/i18n/th.d.ts +11 -0
  151. package/dist/types-ts4.5/i18n/tr.d.ts +9 -0
  152. package/dist/types-ts4.5/i18n/uk.d.ts +11 -0
  153. package/dist/types-ts4.5/i18n/vi.d.ts +11 -0
  154. package/dist/types-ts4.5/i18n/zh.d.ts +11 -0
  155. package/dist/types-ts4.5/i18n/zh_TW.d.ts +11 -0
  156. package/package.json +2 -2
@@ -3,7 +3,7 @@ export { INDENT_DIRECTION, INDENT_TYPE } from './format-events';
3
3
  export { PUNC, SYMBOL } from './substitute-events';
4
4
  export { BROWSER_FREEZE_INTERACTION_TYPE, FULL_WIDTH_MODE, MODE, PLATFORMS } from './general-events';
5
5
  export { LINK_REPRESENTATION, LINK_RESOURCE, LINK_STATUS, USER_CONTEXT } from './insert-events';
6
- export { TABLE_ACTION, TABLE_BREAKOUT, TABLE_OVERFLOW_CHANGE_TRIGGER } from './table-events';
6
+ export { TABLE_ACTION, TABLE_BREAKOUT, TABLE_OVERFLOW_CHANGE_TRIGGER, TABLE_STATUS } from './table-events';
7
7
  export { PasteContents, PasteSources, PasteTypes } from './paste-events';
8
8
  export { DELETE_DIRECTION, LIST_TEXT_SCENARIOS, JOIN_SCENARIOS_WHEN_TYPING_TO_INSERT_LIST, OUTDENT_SCENARIOS } from './list-events';
9
9
  export { GAP_CURSOR_POSITION, TARGET_SELECTION_SOURCE } from './extension-events';
@@ -25,6 +25,8 @@ export var TABLE_ACTION = /*#__PURE__*/function (TABLE_ACTION) {
25
25
  TABLE_ACTION["RESIZE_PERF_SAMPLING"] = "resizePerfSampling";
26
26
  TABLE_ACTION["OVERFLOW_CHANGED"] = "overflowChanged";
27
27
  TABLE_ACTION["INITIAL_OVERFLOW_CAPTURED"] = "initialOverflowCaptured";
28
+ TABLE_ACTION["MOVED_ROW"] = "movedRow";
29
+ TABLE_ACTION["MOVED_COLUMN"] = "movedColumn";
28
30
  TABLE_ACTION["ROW_OR_COLUMN_MOVED"] = "rowOrColumnMoved";
29
31
  return TABLE_ACTION;
30
32
  }({});
@@ -47,6 +49,12 @@ export var TABLE_OVERFLOW_CHANGE_TRIGGER = /*#__PURE__*/function (TABLE_OVERFLOW
47
49
  TABLE_OVERFLOW_CHANGE_TRIGGER["RESIZED"] = "resizedTable";
48
50
  return TABLE_OVERFLOW_CHANGE_TRIGGER;
49
51
  }({});
52
+ export var TABLE_STATUS = /*#__PURE__*/function (TABLE_STATUS) {
53
+ TABLE_STATUS["SUCCESS"] = "success";
54
+ TABLE_STATUS["CANCELLED"] = "cancelled";
55
+ TABLE_STATUS["INVALID"] = "invalid";
56
+ return TABLE_STATUS;
57
+ }({});
50
58
 
51
59
  //#region Type Helpers
52
60
 
@@ -55,6 +55,10 @@ export default {
55
55
  'fabric.editor.createCommentInvalid': 'Komentovat můžete pouze text a nadpisy',
56
56
  'fabric.editor.customPanel': 'Vlastní panel',
57
57
  'fabric.editor.customPanel.description': 'Přidejte poznámku se smajlíkem a barevným pozadím.',
58
+ 'fabric.editor.datasource.assetsObjects': 'Aktiva (Beta)',
59
+ 'fabric.editor.datasource.assetsObjects.description': 'Pomocí vyhledávání a filtrování vložte objekty z Aktiv do Jira Service Management.',
60
+ 'fabric.editor.datasource.jiraIssue': 'Požadavky Jira',
61
+ '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í.',
58
62
  'fabric.editor.datasourceTitle': 'Upravit vyhledávací dotaz',
59
63
  'fabric.editor.date': 'Datum',
60
64
  'fabric.editor.date.description': 'Přidat datum pomocí kalendáře',
@@ -95,6 +99,7 @@ export default {
95
99
  'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Odstraňování',
96
100
  'fabric.editor.extension.deleteElementTitle': 'Odstranit prvek',
97
101
  'fabric.editor.extension.sourceNoTitledName': 'tento prvek',
102
+ 'fabric.editor.failed_to_upload': 'Nahrání se nezdařilo',
98
103
  'fabric.editor.feedbackDialog': 'Poskytnout zpětnou vazbu',
99
104
  'fabric.editor.feedbackDialog.description': 'Podělte se s námi o pocity z práce v novém editoru',
100
105
  'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Vymazat také všechny připojené prvky',
@@ -133,6 +138,7 @@ export default {
133
138
  'fabric.editor.infoPanel': 'Informační panel',
134
139
  'fabric.editor.infoPanel.description': 'Zvýraznit informace v barevném panelu',
135
140
  'fabric.editor.inlineDescription': 'Zobrazit odkaz jako vložený text',
141
+ 'fabric.editor.inlineOverlay': 'Změnit zobrazení',
136
142
  'fabric.editor.inlineTitle': 'Vložený',
137
143
  'fabric.editor.insertColumn': 'Vložit sloupec napravo',
138
144
  'fabric.editor.insertColumnDrag': 'Vložit sloupec',
@@ -153,6 +159,8 @@ export default {
153
159
  'fabric.editor.mediaAddLink': 'Přidat odkaz',
154
160
  'fabric.editor.mediaFiles': 'Obrázek, video nebo soubor',
155
161
  'fabric.editor.mediaFiles.description': 'Přidejte na svou stránku obrázky a další soubory',
162
+ 'fabric.editor.media_change_mediainline': 'Vložený',
163
+ 'fabric.editor.media_change_mediasingle': 'Původní velikost',
156
164
  'fabric.editor.mention': 'Zmínka',
157
165
  'fabric.editor.mention.description': 'Zmiňte někoho, abyste jim zaslali oznámení',
158
166
  'fabric.editor.mergeCells': 'Sloučit buňky',
@@ -173,6 +181,8 @@ export default {
173
181
  'fabric.editor.pageActionsLabel': 'Akce stránky',
174
182
  'fabric.editor.placeholderText': 'Text placeholderu',
175
183
  'fabric.editor.placeholderText.description': 'Vložit na stránku textový zástupný symbol',
184
+ 'fabric.editor.recordVideo': 'Nahrát video',
185
+ 'fabric.editor.recordVideo.description': 'Nahrát video z aplikace Loom',
176
186
  'fabric.editor.redo': 'Znovu',
177
187
  'fabric.editor.remove': 'Odebrat',
178
188
  'fabric.editor.removeColumns': '{0, plural, one {Odstranit sloupec} few {Odstranit sloupce} many {Odstranit sloupce} other {Odstranit sloupce}}',
@@ -221,6 +231,7 @@ export default {
221
231
  'fabric.editor.tooltip.nestedExpand': 'vnořený rozbalovací uzel',
222
232
  'fabric.editor.tooltip.taskList': 'položka akce',
223
233
  'fabric.editor.twoColumns': 'Dva sloupce',
234
+ 'fabric.editor.unableToLoadContent': 'Obsah se nepodařilo načíst.',
224
235
  'fabric.editor.unableToOpenLink': 'Tento odkaz nelze otevřít',
225
236
  'fabric.editor.underline': 'Podtržení',
226
237
  'fabric.editor.undo': 'Vrátit',
@@ -55,6 +55,10 @@ export default {
55
55
  'fabric.editor.createCommentInvalid': 'Du kan kun kommentere tekst og overskrifter',
56
56
  'fabric.editor.customPanel': 'Brugerdefineret panel',
57
57
  'fabric.editor.customPanel.description': 'Tilføj en note med en emoji og farvet baggrund',
58
+ 'fabric.editor.datasource.assetsObjects': 'Aktiver (beta)',
59
+ 'fabric.editor.datasource.assetsObjects.description': 'Indsæt objekter fra Aktiver i Jira Service Management med søgning og filtrering',
60
+ 'fabric.editor.datasource.jiraIssue': 'Jira-sager',
61
+ 'fabric.editor.datasource.jiraIssue.description': 'Indsæt Jira-sager fra Jira Cloud med forbedret søgning, filtrering og konfiguration.',
58
62
  'fabric.editor.datasourceTitle': 'Rediger søgning',
59
63
  'fabric.editor.date': 'Dato',
60
64
  'fabric.editor.date.description': 'Tilføj en dato med en kalender',
@@ -95,6 +99,7 @@ export default {
95
99
  'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Sletter',
96
100
  'fabric.editor.extension.deleteElementTitle': 'Slet element',
97
101
  'fabric.editor.extension.sourceNoTitledName': 'dette element',
102
+ 'fabric.editor.failed_to_upload': 'Upload mislykkedes',
98
103
  'fabric.editor.feedbackDialog': 'Giv feedback',
99
104
  'fabric.editor.feedbackDialog.description': 'Fortæl os om din oplevelse med den nye editor.',
100
105
  'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Slet også forbundne elementer',
@@ -133,6 +138,7 @@ export default {
133
138
  'fabric.editor.infoPanel': 'Informationspanel',
134
139
  'fabric.editor.infoPanel.description': 'Fremhæv information i et farvet panel',
135
140
  'fabric.editor.inlineDescription': 'Vis link som indbygget tekst',
141
+ 'fabric.editor.inlineOverlay': 'Skift visning',
136
142
  'fabric.editor.inlineTitle': 'Indbyg',
137
143
  'fabric.editor.insertColumn': 'Indsæt kolonne til højre',
138
144
  'fabric.editor.insertColumnDrag': 'Indsæt kolonne',
@@ -153,6 +159,8 @@ export default {
153
159
  'fabric.editor.mediaAddLink': 'Tilføj link',
154
160
  'fabric.editor.mediaFiles': 'Billede, video eller fil',
155
161
  'fabric.editor.mediaFiles.description': 'Tilføj billeder eller andre filer til din side',
162
+ 'fabric.editor.media_change_mediainline': 'Indbyg',
163
+ 'fabric.editor.media_change_mediasingle': 'Original størrelse',
156
164
  'fabric.editor.mention': 'Benævnelse',
157
165
  'fabric.editor.mention.description': 'Omtal nogen for at sende dem en notifikation',
158
166
  'fabric.editor.mergeCells': 'Flet celler',
@@ -173,6 +181,8 @@ export default {
173
181
  'fabric.editor.pageActionsLabel': 'Sidehandlinger',
174
182
  'fabric.editor.placeholderText': 'Midlertidig text',
175
183
  'fabric.editor.placeholderText.description': 'Indsæt en pladsholdertekst på siden',
184
+ 'fabric.editor.recordVideo': 'Optag video',
185
+ 'fabric.editor.recordVideo.description': 'Optag video ved hjælp af Loom',
176
186
  'fabric.editor.redo': 'Gentag',
177
187
  'fabric.editor.remove': 'Fjern',
178
188
  'fabric.editor.removeColumns': '{0, plural, one {Slet kolonne} other {Slet kolonner}}',
@@ -221,6 +231,7 @@ export default {
221
231
  'fabric.editor.tooltip.nestedExpand': 'en indlejret udvidelse',
222
232
  'fabric.editor.tooltip.taskList': 'et handlingselement',
223
233
  'fabric.editor.twoColumns': 'To kolonner',
234
+ 'fabric.editor.unableToLoadContent': 'Vi kunne ikke indlæse dette indhold',
224
235
  'fabric.editor.unableToOpenLink': 'Kan ikke åbne dette link',
225
236
  'fabric.editor.underline': 'Understreget',
226
237
  'fabric.editor.undo': 'Fortryd',
@@ -55,6 +55,10 @@ export default {
55
55
  'fabric.editor.createCommentInvalid': 'Sie können nur Kommentare für Text und Überschriften hinterlassen.',
56
56
  'fabric.editor.customPanel': 'Benutzerdefiniertes Panel',
57
57
  'fabric.editor.customPanel.description': 'Fügen Sie einen Hinweis mit Emoji und farbigem Hintergrund hinzu',
58
+ 'fabric.editor.datasource.assetsObjects': 'Assets (Beta)',
59
+ 'fabric.editor.datasource.assetsObjects.description': 'Fügen Sie Objekte aus Assets in Jira Service Management mit Such- und Filterfunktionen ein.',
60
+ 'fabric.editor.datasource.jiraIssue': 'Jira-Vorgänge',
61
+ 'fabric.editor.datasource.jiraIssue.description': 'Fügen Sie Jira-Vorgänge aus Jira Cloud mit verbesserten Such-, Filter- und Konfigurationsfunktionen ein.',
58
62
  'fabric.editor.datasourceTitle': 'Suchanfrage bearbeiten',
59
63
  'fabric.editor.date': 'Datum',
60
64
  'fabric.editor.date.description': 'Datum mittels Kalender hinzufügen',
@@ -95,6 +99,7 @@ export default {
95
99
  'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Wird gelöscht',
96
100
  'fabric.editor.extension.deleteElementTitle': 'Element löschen',
97
101
  'fabric.editor.extension.sourceNoTitledName': 'dieses Element',
102
+ 'fabric.editor.failed_to_upload': 'Upload fehlgeschlagen',
98
103
  'fabric.editor.feedbackDialog': 'Feedback geben',
99
104
  'fabric.editor.feedbackDialog.description': 'Teilen Sie uns Ihre Erfahrungen mit dem neuen Editor mit.',
100
105
  'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Verbundene Elemente ebenfalls löschen',
@@ -133,6 +138,7 @@ export default {
133
138
  'fabric.editor.infoPanel': 'Info-Panel',
134
139
  'fabric.editor.infoPanel.description': 'Informationen in einem farbigen Panel hervorheben',
135
140
  'fabric.editor.inlineDescription': 'Link als Inline-Text anzeigen',
141
+ 'fabric.editor.inlineOverlay': 'Ansicht wechseln',
136
142
  'fabric.editor.inlineTitle': 'Inline',
137
143
  'fabric.editor.insertColumn': 'Spalte rechts einfügen',
138
144
  'fabric.editor.insertColumnDrag': 'Spalte einfügen',
@@ -153,6 +159,8 @@ export default {
153
159
  'fabric.editor.mediaAddLink': 'Link hinzufügen',
154
160
  'fabric.editor.mediaFiles': 'Bild, Video oder Datei',
155
161
  'fabric.editor.mediaFiles.description': 'Bilder oder andere Dateien zu Ihrer Seite hinzufügen',
162
+ 'fabric.editor.media_change_mediainline': 'Inline',
163
+ 'fabric.editor.media_change_mediasingle': 'Originalgröße',
156
164
  'fabric.editor.mention': 'Erwähnen',
157
165
  'fabric.editor.mention.description': 'Erwähnen Sie einen Benutzer, um ihm eine Benachrichtigung zu senden.',
158
166
  'fabric.editor.mergeCells': 'Zellen zusammenführen',
@@ -173,6 +181,8 @@ export default {
173
181
  'fabric.editor.pageActionsLabel': 'Seitenaktionen',
174
182
  'fabric.editor.placeholderText': 'Platzhaltertext',
175
183
  'fabric.editor.placeholderText.description': 'Textplatzhalter in die Seite einfügen',
184
+ 'fabric.editor.recordVideo': 'Video aufnehmen',
185
+ 'fabric.editor.recordVideo.description': 'Video mit Loom aufnehmen',
176
186
  'fabric.editor.redo': 'Wiederherstellen',
177
187
  'fabric.editor.remove': 'Entfernen',
178
188
  'fabric.editor.removeColumns': '{0, plural, one {Spalte löschen} other {Spalten löschen}}',
@@ -221,6 +231,7 @@ export default {
221
231
  'fabric.editor.tooltip.nestedExpand': 'eine verschachtelte Erweiterung',
222
232
  'fabric.editor.tooltip.taskList': 'eine Aufgabe',
223
233
  'fabric.editor.twoColumns': 'Zwei Spalten',
234
+ 'fabric.editor.unableToLoadContent': 'Der Inhalt konnte nicht geladen werden',
224
235
  'fabric.editor.unableToOpenLink': 'Dieser Link konnte nicht geöffnet werden.',
225
236
  'fabric.editor.underline': 'Unterstrichen',
226
237
  'fabric.editor.undo': 'Rückgängig machen',
@@ -55,6 +55,10 @@ export default {
55
55
  'fabric.editor.createCommentInvalid': 'You can only comment on text and headings',
56
56
  'fabric.editor.customPanel': 'Custom panel',
57
57
  'fabric.editor.customPanel.description': 'Add a note with an emoji and colored background',
58
+ 'fabric.editor.datasource.assetsObjects': 'Assets (Beta)',
59
+ 'fabric.editor.datasource.assetsObjects.description': 'Insert objects from Assets in Jira Service Management with search and filtering',
60
+ 'fabric.editor.datasource.jiraIssue': 'Jira Issues',
61
+ 'fabric.editor.datasource.jiraIssue.description': 'Insert Jira issues from Jira Cloud with enhanced search, filtering, and configuration.',
58
62
  'fabric.editor.datasourceTitle': 'Edit search query',
59
63
  'fabric.editor.date': 'Date',
60
64
  'fabric.editor.date.description': 'Add a date using a calendar',
@@ -95,6 +99,7 @@ export default {
95
99
  'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Deleting',
96
100
  'fabric.editor.extension.deleteElementTitle': 'Delete element',
97
101
  'fabric.editor.extension.sourceNoTitledName': 'this element',
102
+ 'fabric.editor.failed_to_upload': 'Failed to upload',
98
103
  'fabric.editor.feedbackDialog': 'Give feedback',
99
104
  'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the new editor',
100
105
  'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Also delete connected elements',
@@ -133,6 +138,7 @@ export default {
133
138
  'fabric.editor.infoPanel': 'Info panel',
134
139
  'fabric.editor.infoPanel.description': 'Highlight information in a colored panel',
135
140
  'fabric.editor.inlineDescription': 'Display link as inline text',
141
+ 'fabric.editor.inlineOverlay': 'Change view',
136
142
  'fabric.editor.inlineTitle': 'Inline',
137
143
  'fabric.editor.insertColumn': 'Insert column right',
138
144
  'fabric.editor.insertColumnDrag': 'Insert column',
@@ -153,6 +159,8 @@ export default {
153
159
  'fabric.editor.mediaAddLink': 'Add link',
154
160
  'fabric.editor.mediaFiles': 'Image, video, or file',
155
161
  'fabric.editor.mediaFiles.description': 'Add images and other files to your page',
162
+ 'fabric.editor.media_change_mediainline': 'Inline',
163
+ 'fabric.editor.media_change_mediasingle': 'Original size',
156
164
  'fabric.editor.mention': 'Mention',
157
165
  'fabric.editor.mention.description': 'Mention someone to send them a notification',
158
166
  'fabric.editor.mergeCells': 'Merge cells',
@@ -173,6 +181,8 @@ export default {
173
181
  'fabric.editor.pageActionsLabel': 'Page actions',
174
182
  'fabric.editor.placeholderText': 'Placeholder text',
175
183
  'fabric.editor.placeholderText.description': 'Insert a text placeholder into the page',
184
+ 'fabric.editor.recordVideo': 'Record video',
185
+ 'fabric.editor.recordVideo.description': 'Record video using Loom',
176
186
  'fabric.editor.redo': 'Redo',
177
187
  'fabric.editor.remove': 'Remove',
178
188
  'fabric.editor.removeColumns': 'Delete {0, plural, one {column} other {columns}}',
@@ -201,6 +211,7 @@ export default {
201
211
  'fabric.editor.table': 'Table',
202
212
  'fabric.editor.table.description': 'Insert a table',
203
213
  'fabric.editor.tableOptions': 'Table options',
214
+ 'fabric.editor.tableResizeScreenReaderInformation': 'Table width decreased to {newWidth, plural, one {# pixel} other {# pixels}}.',
204
215
  'fabric.editor.tables.adjustColumn': 'Adjust column',
205
216
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
206
217
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Delete',
@@ -221,6 +232,7 @@ export default {
221
232
  'fabric.editor.tooltip.nestedExpand': 'a nested expand',
222
233
  'fabric.editor.tooltip.taskList': 'an action item',
223
234
  'fabric.editor.twoColumns': 'Two columns',
235
+ 'fabric.editor.unableToLoadContent': "We couldn't load this content",
224
236
  'fabric.editor.unableToOpenLink': 'Unable to open this link',
225
237
  'fabric.editor.underline': 'Underline',
226
238
  'fabric.editor.undo': 'Undo',
@@ -55,6 +55,10 @@ export default {
55
55
  'fabric.editor.createCommentInvalid': 'You can only comment on text and headings',
56
56
  'fabric.editor.customPanel': 'Custom panel',
57
57
  'fabric.editor.customPanel.description': 'Add a note with an emoji and coloured background',
58
+ 'fabric.editor.datasource.assetsObjects': 'Assets (Beta)',
59
+ 'fabric.editor.datasource.assetsObjects.description': 'Insert objects from Assets in Jira Service Management with search and filtering',
60
+ 'fabric.editor.datasource.jiraIssue': 'Jira Issues',
61
+ 'fabric.editor.datasource.jiraIssue.description': 'Insert Jira issues from Jira Cloud with enhanced search, filtering, and configuration.',
58
62
  'fabric.editor.datasourceTitle': 'Edit search query',
59
63
  'fabric.editor.date': 'Date',
60
64
  'fabric.editor.date.description': 'Add a date using a calendar',
@@ -95,6 +99,7 @@ export default {
95
99
  'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Deleting',
96
100
  'fabric.editor.extension.deleteElementTitle': 'Delete element',
97
101
  'fabric.editor.extension.sourceNoTitledName': 'this element',
102
+ 'fabric.editor.failed_to_upload': 'Failed to upload',
98
103
  'fabric.editor.feedbackDialog': 'Give feedback',
99
104
  'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the new editor',
100
105
  'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Also delete connected elements',
@@ -133,6 +138,7 @@ export default {
133
138
  'fabric.editor.infoPanel': 'Info panel',
134
139
  'fabric.editor.infoPanel.description': 'Highlight information in a coloured panel',
135
140
  'fabric.editor.inlineDescription': 'Display link as inline text',
141
+ 'fabric.editor.inlineOverlay': 'Change view',
136
142
  'fabric.editor.inlineTitle': 'Inline',
137
143
  'fabric.editor.insertColumn': 'Insert column right',
138
144
  'fabric.editor.insertColumnDrag': 'Insert column',
@@ -153,6 +159,8 @@ export default {
153
159
  'fabric.editor.mediaAddLink': 'Add link',
154
160
  'fabric.editor.mediaFiles': 'Image, video, or file',
155
161
  'fabric.editor.mediaFiles.description': 'Add images and other files to your page',
162
+ 'fabric.editor.media_change_mediainline': 'Inline',
163
+ 'fabric.editor.media_change_mediasingle': 'Original size',
156
164
  'fabric.editor.mention': 'Mention',
157
165
  'fabric.editor.mention.description': 'Mention someone to send them a notification',
158
166
  'fabric.editor.mergeCells': 'Merge cells',
@@ -173,6 +181,8 @@ export default {
173
181
  'fabric.editor.pageActionsLabel': 'Page actions',
174
182
  'fabric.editor.placeholderText': 'Placeholder text',
175
183
  'fabric.editor.placeholderText.description': 'Insert a text placeholder into the page',
184
+ 'fabric.editor.recordVideo': 'Record video',
185
+ 'fabric.editor.recordVideo.description': 'Record video using Loom',
176
186
  'fabric.editor.redo': 'Redo',
177
187
  'fabric.editor.remove': 'Remove',
178
188
  'fabric.editor.removeColumns': 'Delete {0, plural, one {column} other {columns}}',
@@ -201,6 +211,7 @@ export default {
201
211
  'fabric.editor.table': 'Table',
202
212
  'fabric.editor.table.description': 'Insert a table',
203
213
  'fabric.editor.tableOptions': 'Table options',
214
+ 'fabric.editor.tableResizeScreenReaderInformation': 'Table width decreased to {newWidth, plural, one {# pixel} other {# pixels}}.',
204
215
  'fabric.editor.tables.adjustColumn': 'Adjust column',
205
216
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
206
217
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Delete',
@@ -221,6 +232,7 @@ export default {
221
232
  'fabric.editor.tooltip.nestedExpand': 'a nested expand',
222
233
  'fabric.editor.tooltip.taskList': 'an action item',
223
234
  'fabric.editor.twoColumns': 'Two columns',
235
+ 'fabric.editor.unableToLoadContent': "We couldn't load this content",
224
236
  'fabric.editor.unableToOpenLink': 'Unable to open this link',
225
237
  'fabric.editor.underline': 'Underline',
226
238
  'fabric.editor.undo': 'Undo',
@@ -55,6 +55,10 @@ export default {
55
55
  'fabric.editor.createCommentInvalid': '⁣⁢You can only comment on text and headings⁠‍‌‌⁠‍⁡⁣⁤',
56
56
  'fabric.editor.customPanel': '⁣⁢Custom panel؜؜⁠⁠‍⁠؜⁣⁤',
57
57
  'fabric.editor.customPanel.description': '⁣⁢Add a note with an emoji and colored background‍⁠⁡‍⁡⁡⁡‌⁣⁤',
58
+ 'fabric.editor.datasource.assetsObjects': '⁣⁢Assets (Beta)⁡⁡⁡⁠‍⁡⁠⁡‌⁣⁤',
59
+ 'fabric.editor.datasource.assetsObjects.description': '⁣⁢Insert objects from Assets in Jira Service Management with search and filtering‍‌⁡⁡‌‌‌‌‍‍⁠؜⁣⁤',
60
+ 'fabric.editor.datasource.jiraIssue': '⁣⁢Jira Issues⁠⁡⁠‍‍⁡؜⁣⁤',
61
+ 'fabric.editor.datasource.jiraIssue.description': '⁣⁢Insert Jira issues from Jira Cloud with enhanced search, filtering, and configuration.؜‌‍⁠⁡‌‍⁣⁤',
58
62
  'fabric.editor.datasourceTitle': '⁣⁢Edit search query‌؜⁡⁠‍؜‌⁠‌‍⁠⁣⁤',
59
63
  'fabric.editor.date': '⁣⁢Date⁡⁡⁠‍‍؜⁠‌‍؜⁣⁤',
60
64
  'fabric.editor.date.description': '⁣⁢Add a date using a calendar⁠⁡؜⁡⁡⁠؜⁠‍⁠⁡⁣⁤',
@@ -95,6 +99,7 @@ export default {
95
99
  'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': '⁣⁢Deleting⁠؜؜⁡؜؜‌‌⁠؜⁡‌⁣⁤',
96
100
  'fabric.editor.extension.deleteElementTitle': '⁣⁢Delete element⁠‍‍⁡⁡⁡؜؜‌؜⁡؜⁣⁤',
97
101
  'fabric.editor.extension.sourceNoTitledName': '⁣⁢this element‌‍⁡⁣⁤',
102
+ 'fabric.editor.failed_to_upload': '⁣⁢Failed to upload‌؜؜؜‌‍‌‍⁡؜؜⁣⁤',
98
103
  'fabric.editor.feedbackDialog': '⁣⁢Give feedback؜⁡؜⁠‍‌‌‍⁡⁣⁤',
99
104
  'fabric.editor.feedbackDialog.description': '⁣⁢Tell us about your experience using the new editor‌‌؜؜؜؜؜⁡‍‍‍‌⁣⁤',
100
105
  'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': '⁣⁢Also delete connected elements‌؜⁠⁠⁠⁡⁡‌‍؜⁣⁤',
@@ -133,6 +138,7 @@ export default {
133
138
  'fabric.editor.infoPanel': '⁣⁢Info panel⁡؜‍⁠‍⁡‌‍؜‍⁠؜⁣⁤',
134
139
  'fabric.editor.infoPanel.description': '⁣⁢Highlight information in a colored panel⁡⁠⁡؜‍⁣⁤',
135
140
  'fabric.editor.inlineDescription': '⁣⁢Display link as inline text‍⁠⁡‌‍⁡؜‌⁣⁤',
141
+ 'fabric.editor.inlineOverlay': '⁣⁢Change view⁠⁠‍‌‌⁡⁡؜⁡⁣⁤',
136
142
  'fabric.editor.inlineTitle': '⁣⁢Inline؜؜‌‌⁠‌‌⁡‌‌⁡⁡⁠⁣⁤',
137
143
  'fabric.editor.insertColumn': '⁣⁢Insert column right⁡‍‌‌‍⁠؜‌‌‍⁡⁡؜⁠‍⁣⁤',
138
144
  'fabric.editor.insertColumnDrag': '⁣⁢Insert column؜‌‌⁠⁡⁡‍⁡؜‌⁡‌⁣⁤',
@@ -153,6 +159,8 @@ export default {
153
159
  'fabric.editor.mediaAddLink': '⁣⁢Add link⁡‍‍‌‍⁠‍‍⁣⁤',
154
160
  'fabric.editor.mediaFiles': '⁣⁢Image, video, or file⁠‍‌؜⁠‌‍⁣⁤',
155
161
  'fabric.editor.mediaFiles.description': '⁣⁢Add images and other files to your page⁠‍‌؜؜؜‍⁠⁠⁠⁠‍⁣⁤',
162
+ 'fabric.editor.media_change_mediainline': '⁣⁢Inline⁠‍⁠‍⁡‍⁡؜⁡⁡‍‍⁡⁣⁤',
163
+ 'fabric.editor.media_change_mediasingle': '⁣⁢Original size‌‌⁡⁡؜⁠؜؜⁡‍⁡⁡؜‍‌⁠⁣⁤',
156
164
  'fabric.editor.mention': '⁣⁢Mention‌؜‌⁡⁡؜⁠⁣⁤',
157
165
  'fabric.editor.mention.description': '⁣⁢Mention someone to send them a notification‍؜‌‌⁡؜‌‌؜⁠⁠؜⁣⁤',
158
166
  'fabric.editor.mergeCells': '⁣⁢Merge cells‍؜؜؜‍‍⁠‍⁣⁤',
@@ -173,6 +181,8 @@ export default {
173
181
  'fabric.editor.pageActionsLabel': '⁣⁢Page actions‌؜؜؜‍⁡‍؜‌‍⁣⁤',
174
182
  'fabric.editor.placeholderText': '⁣⁢Placeholder text⁠؜‌؜‌‌‌‌⁠‍⁣⁤',
175
183
  'fabric.editor.placeholderText.description': '⁣⁢Insert a text placeholder into the page؜‍‍‍⁠⁠؜⁠⁡⁣⁤',
184
+ 'fabric.editor.recordVideo': '⁣⁢Record video⁠‌؜‍⁡‌⁡⁣⁤',
185
+ 'fabric.editor.recordVideo.description': '⁣⁢Record video using Loom‌⁠⁡⁠؜⁠⁠⁣⁤',
176
186
  'fabric.editor.redo': '⁣⁢Redo؜⁡⁠‌⁠‌‌⁡⁡‌‌⁡⁣⁤',
177
187
  'fabric.editor.remove': '⁣⁢Remove‌؜‌⁡⁠‍‍؜⁠⁣⁤',
178
188
  'fabric.editor.removeColumns': '{0, plural, one {⁣⁢Delete column‍⁠⁡⁠؜⁣⁤} other {⁣⁢Delete columns‍⁠⁡⁠؜⁣⁤}}',
@@ -201,6 +211,7 @@ export default {
201
211
  'fabric.editor.table': '⁣⁢Table‌‌‍⁠‍‍‌⁡؜؜⁠؜؜⁣⁤',
202
212
  'fabric.editor.table.description': '⁣⁢Insert a table⁠⁠‌‍‍؜‌⁠‍⁡‌⁣⁤',
203
213
  'fabric.editor.tableOptions': '⁣⁢Table options‍⁠⁡‌‍‍⁠⁡⁣⁤',
214
+ 'fabric.editor.tableResizeScreenReaderInformation': '{newWidth, plural, one {⁣⁢Table width decreased to {newWidth,number} pixel.؜؜⁡؜‌‍⁠⁡⁠⁣⁤} other {⁣⁢Table width decreased to {newWidth,number} pixels.؜؜⁡؜‌‍⁠⁡⁠⁣⁤}}',
204
215
  'fabric.editor.tables.adjustColumn': '⁣⁢Adjust column؜⁡‌؜‍⁠؜‍‌‌⁣⁤',
205
216
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': '⁣⁢Deleting {nodeName} will break anything connected to it.؜‍⁡؜⁠‌؜؜‍⁣⁤',
206
217
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '⁣⁢Delete⁠؜⁡؜⁡؜⁡‍؜‌⁠‍‌⁣⁤',
@@ -221,6 +232,7 @@ export default {
221
232
  'fabric.editor.tooltip.nestedExpand': '⁣⁢a nested expand‌‌؜؜؜⁡⁡⁠؜؜⁣⁤',
222
233
  'fabric.editor.tooltip.taskList': '⁣⁢an action item‍؜؜⁡⁠‌⁠‌؜‍⁣⁤',
223
234
  'fabric.editor.twoColumns': '⁣⁢Two columns؜؜‌⁠‍‌‍‌⁠⁠⁣⁤',
235
+ 'fabric.editor.unableToLoadContent': "⁣⁢We couldn't load this content‌⁡⁠؜‍⁡‍‌؜⁣⁤",
224
236
  'fabric.editor.unableToOpenLink': '⁣⁢Unable to open this link⁠‌⁡‍⁡‍⁠⁡⁡‍⁠‌⁡⁠؜⁠⁣⁤',
225
237
  'fabric.editor.underline': '⁣⁢Underline‌⁡؜؜⁠⁣⁤',
226
238
  'fabric.editor.undo': '⁣⁢Undo⁡‌⁡‌⁡‍‍‍⁡⁣⁤',
@@ -55,6 +55,10 @@ export default {
55
55
  'fabric.editor.createCommentInvalid': 'Solo puedes comentar en el texto y los encabezados',
56
56
  'fabric.editor.customPanel': 'Panel personalizado',
57
57
  'fabric.editor.customPanel.description': 'Añade una nota con un emoticono y un fondo de color',
58
+ 'fabric.editor.datasource.assetsObjects': 'Activos (beta)',
59
+ 'fabric.editor.datasource.assetsObjects.description': 'Inserta objetos de Activos en Jira Service Management con las funciones de búsqueda y filtro',
60
+ 'fabric.editor.datasource.jiraIssue': 'Incidencias de Jira',
61
+ 'fabric.editor.datasource.jiraIssue.description': 'Inserta incidencias de Jira desde Jira Cloud con las funciones mejoradas de búsqueda, filtro y configuración.',
58
62
  'fabric.editor.datasourceTitle': 'Editar consulta de búsqueda',
59
63
  'fabric.editor.date': 'Fecha',
60
64
  'fabric.editor.date.description': 'Añadir una fecha usando un calendario',
@@ -95,6 +99,7 @@ export default {
95
99
  'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Eliminando',
96
100
  'fabric.editor.extension.deleteElementTitle': 'Eliminar elemento',
97
101
  'fabric.editor.extension.sourceNoTitledName': 'este elemento',
102
+ 'fabric.editor.failed_to_upload': 'Error al cargar',
98
103
  'fabric.editor.feedbackDialog': 'Enviar comentarios',
99
104
  'fabric.editor.feedbackDialog.description': 'Cuéntanos tu experiencia con el editor nuevo',
100
105
  'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Eliminar también los elementos conectados',
@@ -133,6 +138,7 @@ export default {
133
138
  'fabric.editor.infoPanel': 'Panel de información',
134
139
  'fabric.editor.infoPanel.description': 'Destacar información en un panel de color',
135
140
  'fabric.editor.inlineDescription': 'Mostrar enlace como texto insertado',
141
+ 'fabric.editor.inlineOverlay': 'Cambiar vista',
136
142
  'fabric.editor.inlineTitle': 'Insertado',
137
143
  'fabric.editor.insertColumn': 'Insertar columna a la derecha',
138
144
  'fabric.editor.insertColumnDrag': 'Insertar columna',
@@ -153,6 +159,8 @@ export default {
153
159
  'fabric.editor.mediaAddLink': 'Añadir enlace',
154
160
  'fabric.editor.mediaFiles': 'Imagen, vídeo o archivo',
155
161
  'fabric.editor.mediaFiles.description': 'Añadir imágenes y otros archivos a la página',
162
+ 'fabric.editor.media_change_mediainline': 'Insertado',
163
+ 'fabric.editor.media_change_mediasingle': 'Tamaño original',
156
164
  'fabric.editor.mention': 'Mención',
157
165
  'fabric.editor.mention.description': 'Mencionar a alguien para enviarle una notificación',
158
166
  'fabric.editor.mergeCells': 'Fusionar celdas',
@@ -221,6 +229,7 @@ export default {
221
229
  'fabric.editor.tooltip.nestedExpand': 'una expansión anidada',
222
230
  'fabric.editor.tooltip.taskList': 'un elemento de acción',
223
231
  'fabric.editor.twoColumns': 'Dos columnas',
232
+ 'fabric.editor.unableToLoadContent': 'No hemos podido cargar este contenido',
224
233
  'fabric.editor.unableToOpenLink': 'No se puede abrir este enlace',
225
234
  'fabric.editor.underline': 'Subrayado',
226
235
  'fabric.editor.undo': 'Deshacer',
@@ -55,6 +55,10 @@ export default {
55
55
  'fabric.editor.createCommentInvalid': 'Voit kommentoida vain tekstiä ja otsikoita',
56
56
  'fabric.editor.customPanel': 'Mukautettu paneeli',
57
57
  'fabric.editor.customPanel.description': 'Lisää huomautus, jossa on emoji ja värillinen tausta',
58
+ 'fabric.editor.datasource.assetsObjects': 'Resurssit (beeta)',
59
+ 'fabric.editor.datasource.assetsObjects.description': 'Kohteiden lisääminen Resursseista Jira Service Managementiin haun ja suodatuksen avulla',
60
+ 'fabric.editor.datasource.jiraIssue': 'Jira-asiat',
61
+ 'fabric.editor.datasource.jiraIssue.description': 'Lisää Jira-asioita Jira Cloudista parannetulla haulla, suodatuksella ja määrityksellä.',
58
62
  'fabric.editor.datasourceTitle': 'Muokkaa hakukyselyä',
59
63
  'fabric.editor.date': 'Päivämäärä',
60
64
  'fabric.editor.date.description': 'Lisää päivämäärä kalenterin avulla',
@@ -95,6 +99,7 @@ export default {
95
99
  'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Poistetaan',
96
100
  'fabric.editor.extension.deleteElementTitle': 'Poista elementti',
97
101
  'fabric.editor.extension.sourceNoTitledName': 'tämä elementti',
102
+ 'fabric.editor.failed_to_upload': 'Lataaminen epäonnistui',
98
103
  'fabric.editor.feedbackDialog': 'Anna palautetta',
99
104
  'fabric.editor.feedbackDialog.description': 'Kerro meille uuden muokkaajan käyttökokemuksestasi',
100
105
  'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Poista myös liitetyt elementit',
@@ -133,6 +138,7 @@ export default {
133
138
  'fabric.editor.infoPanel': 'Tietopaneeli',
134
139
  'fabric.editor.infoPanel.description': 'Korosta tietoja värillisessä paneelissa',
135
140
  'fabric.editor.inlineDescription': 'Näytä linkki sitoutuvana tekstinä',
141
+ 'fabric.editor.inlineOverlay': 'Vaihda näkymä',
136
142
  'fabric.editor.inlineTitle': 'Tekstiin sitoutuva',
137
143
  'fabric.editor.insertColumn': 'Lisää sarake oikealle',
138
144
  'fabric.editor.insertColumnDrag': 'Lisää sarake',
@@ -153,6 +159,8 @@ export default {
153
159
  'fabric.editor.mediaAddLink': 'Lisää linkki',
154
160
  'fabric.editor.mediaFiles': 'Kuva, video tai tiedosto',
155
161
  'fabric.editor.mediaFiles.description': 'Lisää kuvia ja muita tiedostoja sivullesi',
162
+ 'fabric.editor.media_change_mediainline': 'Tekstiin sitoutuva',
163
+ 'fabric.editor.media_change_mediasingle': 'Alkuperäinen koko',
156
164
  'fabric.editor.mention': 'Maininta',
157
165
  'fabric.editor.mention.description': 'Merkitse joku henkilö lähettääksesi hänelle ilmoituksen',
158
166
  'fabric.editor.mergeCells': 'Yhdistä solut',
@@ -173,6 +181,8 @@ export default {
173
181
  'fabric.editor.pageActionsLabel': 'Sivun toiminnot',
174
182
  'fabric.editor.placeholderText': 'Paikkamerkin teksti',
175
183
  'fabric.editor.placeholderText.description': 'Aseta tekstin paikkamerkki sivulle',
184
+ 'fabric.editor.recordVideo': 'Tallenna video',
185
+ 'fabric.editor.recordVideo.description': 'Tallenna video Loomin avulla',
176
186
  'fabric.editor.redo': 'Tee uudelleen',
177
187
  'fabric.editor.remove': 'Poista',
178
188
  'fabric.editor.removeColumns': '{0, plural, one {Poista sarake} other {Poista sarakkeet}}',
@@ -221,6 +231,7 @@ export default {
221
231
  'fabric.editor.tooltip.nestedExpand': 'sisäkkäinen laajennus',
222
232
  'fabric.editor.tooltip.taskList': 'toimintakohde',
223
233
  'fabric.editor.twoColumns': 'Kaksi saraketta',
234
+ 'fabric.editor.unableToLoadContent': 'Tätä sisältöä ei voitu ladata',
224
235
  'fabric.editor.unableToOpenLink': 'Tätä linkkiä ei voi avata',
225
236
  'fabric.editor.underline': 'Alleviivaus',
226
237
  'fabric.editor.undo': 'Kumoa',
@@ -55,6 +55,10 @@ export default {
55
55
  'fabric.editor.createCommentInvalid': 'Vous pouvez uniquement commenter du texte et des titres',
56
56
  'fabric.editor.customPanel': 'Volet personnalisé',
57
57
  'fabric.editor.customPanel.description': "Ajoutez une remarque avec une émoticône et un fond d'écran coloré",
58
+ 'fabric.editor.datasource.assetsObjects': 'Actifs (Bêta)',
59
+ 'fabric.editor.datasource.assetsObjects.description': 'Insérer des objets depuis Actifs dans Jira Service Management grâce à la recherche et au filtrage',
60
+ 'fabric.editor.datasource.jiraIssue': 'Tickets Jira',
61
+ 'fabric.editor.datasource.jiraIssue.description': 'Insérez des tickets Jira depuis Jira Cloud grâce à la recherche, au filtrage et à la configuration améliorés.',
58
62
  'fabric.editor.datasourceTitle': 'Modifier la requête de recherche',
59
63
  'fabric.editor.date': 'Date',
60
64
  'fabric.editor.date.description': 'Ajouter une date depuis un calendrier',
@@ -95,6 +99,7 @@ export default {
95
99
  'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Suppression',
96
100
  'fabric.editor.extension.deleteElementTitle': 'Supprimer un élément',
97
101
  'fabric.editor.extension.sourceNoTitledName': 'cet élément',
102
+ 'fabric.editor.failed_to_upload': 'Échec du chargement',
98
103
  'fabric.editor.feedbackDialog': 'Donner votre avis',
99
104
  'fabric.editor.feedbackDialog.description': 'Dites-nous ce que vous pensez du nouvel éditeur',
100
105
  'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Supprimer également les éléments connectés',
@@ -133,6 +138,7 @@ export default {
133
138
  'fabric.editor.infoPanel': "Volet d'informations",
134
139
  'fabric.editor.infoPanel.description': 'Mettre en valeur des informations dans un cadre coloré',
135
140
  'fabric.editor.inlineDescription': 'Affichez le lien sous forme de texte sur la même ligne',
141
+ 'fabric.editor.inlineOverlay': 'Changer de vue',
136
142
  'fabric.editor.inlineTitle': 'Sur la même ligne',
137
143
  'fabric.editor.insertColumn': 'Insérer une colonne à droite',
138
144
  'fabric.editor.insertColumnDrag': 'Insérer une colonne',
@@ -153,6 +159,8 @@ export default {
153
159
  'fabric.editor.mediaAddLink': 'Ajouter un lien',
154
160
  'fabric.editor.mediaFiles': 'Image, vidéo ou fichier',
155
161
  'fabric.editor.mediaFiles.description': "Ajoutez des images et d'autres fichiers à votre page",
162
+ 'fabric.editor.media_change_mediainline': 'En ligne',
163
+ 'fabric.editor.media_change_mediasingle': "Taille d'origine",
156
164
  'fabric.editor.mention': 'Mention',
157
165
  'fabric.editor.mention.description': 'Mentionner une personne pour lui envoyer une notification',
158
166
  'fabric.editor.mergeCells': 'Fusionner les cellules',
@@ -173,6 +181,8 @@ export default {
173
181
  'fabric.editor.pageActionsLabel': 'Actions de page',
174
182
  'fabric.editor.placeholderText': 'Texte fictif',
175
183
  'fabric.editor.placeholderText.description': 'Insérer un espace réservé pour du texte dans la page',
184
+ 'fabric.editor.recordVideo': 'Enregistrer une vidéo',
185
+ 'fabric.editor.recordVideo.description': 'Enregistrer une vidéo avec Loom',
176
186
  'fabric.editor.redo': 'Rétablir',
177
187
  'fabric.editor.remove': 'Supprimer',
178
188
  'fabric.editor.removeColumns': '{0, plural, one {Supprimer la colonne} other {Supprimer les colonnes}}',
@@ -221,6 +231,7 @@ export default {
221
231
  'fabric.editor.tooltip.nestedExpand': 'une extension imbriquée',
222
232
  'fabric.editor.tooltip.taskList': 'une mesure',
223
233
  'fabric.editor.twoColumns': 'Deux colonnes',
234
+ 'fabric.editor.unableToLoadContent': 'Impossible de charger ce contenu',
224
235
  'fabric.editor.unableToOpenLink': "Impossible d'ouvrir ce lien",
225
236
  'fabric.editor.underline': 'Souligner',
226
237
  'fabric.editor.undo': 'Annuler',
@@ -55,6 +55,10 @@ export default {
55
55
  'fabric.editor.createCommentInvalid': 'Csak szöveghez és fejléchez fűzhetsz megjegyzést',
56
56
  'fabric.editor.customPanel': 'Egyéni panel',
57
57
  'fabric.editor.customPanel.description': 'Adj hozzá megjegyzést emojival és színes háttérrel',
58
+ 'fabric.editor.datasource.assetsObjects': 'Eszközök (béta)',
59
+ 'fabric.editor.datasource.assetsObjects.description': 'Objektumok beszúrása az Eszközökből a Jira Service Managementbe kereséssel és szűrőkkel',
60
+ 'fabric.editor.datasource.jiraIssue': 'Jira-ügyek',
61
+ 'fabric.editor.datasource.jiraIssue.description': 'Jira-ügyek beszúrása a Jira Cloudból továbbfejlesztett kereséssel, szűrőkkel és konfigurációkkal.',
58
62
  'fabric.editor.datasourceTitle': 'Keresési lekérdezés szerkesztése',
59
63
  'fabric.editor.date': 'Dátum',
60
64
  'fabric.editor.date.description': 'Dátum hozzáadása naptár használatával',
@@ -95,6 +99,7 @@ export default {
95
99
  'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Törlés',
96
100
  'fabric.editor.extension.deleteElementTitle': 'Elem törlése',
97
101
  'fabric.editor.extension.sourceNoTitledName': 'ez az elem',
102
+ 'fabric.editor.failed_to_upload': 'A feltöltés nem sikerült',
98
103
  'fabric.editor.feedbackDialog': 'Visszajelzés küldése',
99
104
  'fabric.editor.feedbackDialog.description': 'Számolj be nekünk az új szerkesztő használata során szerzett tapasztalataidról',
100
105
  'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'A kapcsolódó elemek is törlődjenek',
@@ -133,6 +138,7 @@ export default {
133
138
  'fabric.editor.infoPanel': 'Információs panel',
134
139
  'fabric.editor.infoPanel.description': 'Információ kiemelése színes panelen',
135
140
  'fabric.editor.inlineDescription': 'Link megjelenítése beágyazott szövegként',
141
+ 'fabric.editor.inlineOverlay': 'Nézet módosítása',
136
142
  'fabric.editor.inlineTitle': 'Beágyazott',
137
143
  'fabric.editor.insertColumn': 'Oszlop beszúrása jobbra',
138
144
  'fabric.editor.insertColumnDrag': 'Oszlop beszúrása',
@@ -153,6 +159,8 @@ export default {
153
159
  'fabric.editor.mediaAddLink': 'Hivatkozás hozzáadása',
154
160
  'fabric.editor.mediaFiles': 'Kép, videó vagy fájl',
155
161
  'fabric.editor.mediaFiles.description': 'Képek és egyéb fájlok hozzáadása az oldalhoz',
162
+ 'fabric.editor.media_change_mediainline': 'Beágyazott',
163
+ 'fabric.editor.media_change_mediasingle': 'Eredeti méret',
156
164
  'fabric.editor.mention': 'Említés',
157
165
  'fabric.editor.mention.description': 'A kívánt személy említése értesítés küldéséhez',
158
166
  'fabric.editor.mergeCells': 'Cellák egyesítése',
@@ -173,6 +181,8 @@ export default {
173
181
  'fabric.editor.pageActionsLabel': 'Oldalműveletek',
174
182
  'fabric.editor.placeholderText': 'Helyőrző szöveg',
175
183
  'fabric.editor.placeholderText.description': 'Szöveges helyőrző beillesztése az oldalra',
184
+ 'fabric.editor.recordVideo': 'Videó rögzítése',
185
+ 'fabric.editor.recordVideo.description': 'Videó rögzítése a Loom segítségével',
176
186
  'fabric.editor.redo': 'Ismét',
177
187
  'fabric.editor.remove': 'Eltávolítás',
178
188
  'fabric.editor.removeColumns': '{0, plural, one {Oszlop törlése} other {Oszlopok törlése}}',
@@ -221,6 +231,7 @@ export default {
221
231
  'fabric.editor.tooltip.nestedExpand': 'beágyazott kibontás',
222
232
  'fabric.editor.tooltip.taskList': 'műveleti elem',
223
233
  'fabric.editor.twoColumns': 'Két oszlop',
234
+ 'fabric.editor.unableToLoadContent': 'Nem sikerült betölteni ezt a tartalmat',
224
235
  'fabric.editor.unableToOpenLink': 'Nem lehet megnyitni ezt a linket',
225
236
  'fabric.editor.underline': 'Aláhúzott',
226
237
  'fabric.editor.undo': 'Visszavonás',