@atlaskit/editor-common 87.9.1 → 87.10.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 +23 -0
  2. package/dist/cjs/element-browser/components/ElementList/EmptyState.js +2 -11
  3. package/dist/cjs/i18n/cs.js +6 -0
  4. package/dist/cjs/i18n/da.js +6 -0
  5. package/dist/cjs/i18n/de.js +6 -0
  6. package/dist/cjs/i18n/en.js +7 -0
  7. package/dist/cjs/i18n/en_GB.js +7 -0
  8. package/dist/cjs/i18n/en_ZZ.js +7 -0
  9. package/dist/cjs/i18n/es.js +13 -0
  10. package/dist/cjs/i18n/fi.js +6 -0
  11. package/dist/cjs/i18n/fr.js +6 -0
  12. package/dist/cjs/i18n/hu.js +6 -0
  13. package/dist/cjs/i18n/it.js +6 -0
  14. package/dist/cjs/i18n/ja.js +6 -0
  15. package/dist/cjs/i18n/ko.js +6 -0
  16. package/dist/cjs/i18n/nb.js +6 -0
  17. package/dist/cjs/i18n/nl.js +6 -0
  18. package/dist/cjs/i18n/pl.js +6 -0
  19. package/dist/cjs/i18n/pt_BR.js +6 -0
  20. package/dist/cjs/i18n/ru.js +6 -0
  21. package/dist/cjs/i18n/sv.js +6 -0
  22. package/dist/cjs/i18n/th.js +6 -0
  23. package/dist/cjs/i18n/tr.js +6 -0
  24. package/dist/cjs/i18n/uk.js +13 -0
  25. package/dist/cjs/i18n/vi.js +6 -0
  26. package/dist/cjs/i18n/zh.js +6 -0
  27. package/dist/cjs/i18n/zh_TW.js +13 -0
  28. package/dist/cjs/lazy-node-view/index.js +3 -10
  29. package/dist/cjs/lazy-node-view/node-view.js +5 -4
  30. package/dist/cjs/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +5 -13
  31. package/dist/cjs/monitoring/error.js +1 -1
  32. package/dist/cjs/ui/DropList/index.js +1 -1
  33. package/dist/cjs/ui/WidthProvider/index.js +53 -23
  34. package/dist/es2019/element-browser/components/ElementList/EmptyState.js +2 -11
  35. package/dist/es2019/i18n/cs.js +6 -0
  36. package/dist/es2019/i18n/da.js +6 -0
  37. package/dist/es2019/i18n/de.js +6 -0
  38. package/dist/es2019/i18n/en.js +7 -0
  39. package/dist/es2019/i18n/en_GB.js +7 -0
  40. package/dist/es2019/i18n/en_ZZ.js +7 -0
  41. package/dist/es2019/i18n/es.js +13 -0
  42. package/dist/es2019/i18n/fi.js +6 -0
  43. package/dist/es2019/i18n/fr.js +6 -0
  44. package/dist/es2019/i18n/hu.js +6 -0
  45. package/dist/es2019/i18n/it.js +6 -0
  46. package/dist/es2019/i18n/ja.js +6 -0
  47. package/dist/es2019/i18n/ko.js +6 -0
  48. package/dist/es2019/i18n/nb.js +6 -0
  49. package/dist/es2019/i18n/nl.js +6 -0
  50. package/dist/es2019/i18n/pl.js +6 -0
  51. package/dist/es2019/i18n/pt_BR.js +6 -0
  52. package/dist/es2019/i18n/ru.js +6 -0
  53. package/dist/es2019/i18n/sv.js +6 -0
  54. package/dist/es2019/i18n/th.js +6 -0
  55. package/dist/es2019/i18n/tr.js +6 -0
  56. package/dist/es2019/i18n/uk.js +13 -0
  57. package/dist/es2019/i18n/vi.js +6 -0
  58. package/dist/es2019/i18n/zh.js +6 -0
  59. package/dist/es2019/i18n/zh_TW.js +13 -0
  60. package/dist/es2019/lazy-node-view/index.js +3 -10
  61. package/dist/es2019/lazy-node-view/node-view.js +6 -4
  62. package/dist/es2019/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +5 -13
  63. package/dist/es2019/monitoring/error.js +1 -1
  64. package/dist/es2019/ui/DropList/index.js +1 -1
  65. package/dist/es2019/ui/WidthProvider/index.js +47 -21
  66. package/dist/esm/element-browser/components/ElementList/EmptyState.js +2 -11
  67. package/dist/esm/i18n/cs.js +6 -0
  68. package/dist/esm/i18n/da.js +6 -0
  69. package/dist/esm/i18n/de.js +6 -0
  70. package/dist/esm/i18n/en.js +7 -0
  71. package/dist/esm/i18n/en_GB.js +7 -0
  72. package/dist/esm/i18n/en_ZZ.js +7 -0
  73. package/dist/esm/i18n/es.js +13 -0
  74. package/dist/esm/i18n/fi.js +6 -0
  75. package/dist/esm/i18n/fr.js +6 -0
  76. package/dist/esm/i18n/hu.js +6 -0
  77. package/dist/esm/i18n/it.js +6 -0
  78. package/dist/esm/i18n/ja.js +6 -0
  79. package/dist/esm/i18n/ko.js +6 -0
  80. package/dist/esm/i18n/nb.js +6 -0
  81. package/dist/esm/i18n/nl.js +6 -0
  82. package/dist/esm/i18n/pl.js +6 -0
  83. package/dist/esm/i18n/pt_BR.js +6 -0
  84. package/dist/esm/i18n/ru.js +6 -0
  85. package/dist/esm/i18n/sv.js +6 -0
  86. package/dist/esm/i18n/th.js +6 -0
  87. package/dist/esm/i18n/tr.js +6 -0
  88. package/dist/esm/i18n/uk.js +13 -0
  89. package/dist/esm/i18n/vi.js +6 -0
  90. package/dist/esm/i18n/zh.js +6 -0
  91. package/dist/esm/i18n/zh_TW.js +13 -0
  92. package/dist/esm/lazy-node-view/index.js +3 -10
  93. package/dist/esm/lazy-node-view/node-view.js +5 -4
  94. package/dist/esm/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +5 -13
  95. package/dist/esm/monitoring/error.js +1 -1
  96. package/dist/esm/ui/DropList/index.js +1 -1
  97. package/dist/esm/ui/WidthProvider/index.js +53 -24
  98. package/dist/types/i18n/cs.d.ts +6 -0
  99. package/dist/types/i18n/da.d.ts +6 -0
  100. package/dist/types/i18n/de.d.ts +6 -0
  101. package/dist/types/i18n/en.d.ts +7 -0
  102. package/dist/types/i18n/en_GB.d.ts +7 -0
  103. package/dist/types/i18n/en_ZZ.d.ts +7 -0
  104. package/dist/types/i18n/es.d.ts +13 -0
  105. package/dist/types/i18n/fi.d.ts +6 -0
  106. package/dist/types/i18n/fr.d.ts +6 -0
  107. package/dist/types/i18n/hu.d.ts +6 -0
  108. package/dist/types/i18n/it.d.ts +6 -0
  109. package/dist/types/i18n/ja.d.ts +6 -0
  110. package/dist/types/i18n/ko.d.ts +6 -0
  111. package/dist/types/i18n/nb.d.ts +6 -0
  112. package/dist/types/i18n/nl.d.ts +6 -0
  113. package/dist/types/i18n/pl.d.ts +6 -0
  114. package/dist/types/i18n/pt_BR.d.ts +6 -0
  115. package/dist/types/i18n/ru.d.ts +6 -0
  116. package/dist/types/i18n/sv.d.ts +6 -0
  117. package/dist/types/i18n/th.d.ts +6 -0
  118. package/dist/types/i18n/tr.d.ts +6 -0
  119. package/dist/types/i18n/uk.d.ts +13 -0
  120. package/dist/types/i18n/vi.d.ts +6 -0
  121. package/dist/types/i18n/zh.d.ts +6 -0
  122. package/dist/types/i18n/zh_TW.d.ts +13 -0
  123. package/dist/types/lazy-node-view/index.d.ts +2 -5
  124. package/dist/types/lazy-node-view/node-view.d.ts +6 -6
  125. package/dist/types/lazy-node-view/types.d.ts +0 -7
  126. package/dist/types/ui/WidthProvider/index.d.ts +13 -0
  127. package/dist/types-ts4.5/i18n/cs.d.ts +6 -0
  128. package/dist/types-ts4.5/i18n/da.d.ts +6 -0
  129. package/dist/types-ts4.5/i18n/de.d.ts +6 -0
  130. package/dist/types-ts4.5/i18n/en.d.ts +7 -0
  131. package/dist/types-ts4.5/i18n/en_GB.d.ts +7 -0
  132. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +7 -0
  133. package/dist/types-ts4.5/i18n/es.d.ts +13 -0
  134. package/dist/types-ts4.5/i18n/fi.d.ts +6 -0
  135. package/dist/types-ts4.5/i18n/fr.d.ts +6 -0
  136. package/dist/types-ts4.5/i18n/hu.d.ts +6 -0
  137. package/dist/types-ts4.5/i18n/it.d.ts +6 -0
  138. package/dist/types-ts4.5/i18n/ja.d.ts +6 -0
  139. package/dist/types-ts4.5/i18n/ko.d.ts +6 -0
  140. package/dist/types-ts4.5/i18n/nb.d.ts +6 -0
  141. package/dist/types-ts4.5/i18n/nl.d.ts +6 -0
  142. package/dist/types-ts4.5/i18n/pl.d.ts +6 -0
  143. package/dist/types-ts4.5/i18n/pt_BR.d.ts +6 -0
  144. package/dist/types-ts4.5/i18n/ru.d.ts +6 -0
  145. package/dist/types-ts4.5/i18n/sv.d.ts +6 -0
  146. package/dist/types-ts4.5/i18n/th.d.ts +6 -0
  147. package/dist/types-ts4.5/i18n/tr.d.ts +6 -0
  148. package/dist/types-ts4.5/i18n/uk.d.ts +13 -0
  149. package/dist/types-ts4.5/i18n/vi.d.ts +6 -0
  150. package/dist/types-ts4.5/i18n/zh.d.ts +6 -0
  151. package/dist/types-ts4.5/i18n/zh_TW.d.ts +13 -0
  152. package/dist/types-ts4.5/lazy-node-view/index.d.ts +2 -5
  153. package/dist/types-ts4.5/lazy-node-view/node-view.d.ts +6 -6
  154. package/dist/types-ts4.5/lazy-node-view/types.d.ts +0 -7
  155. package/dist/types-ts4.5/ui/WidthProvider/index.d.ts +13 -0
  156. package/package.json +11 -11
@@ -38,6 +38,8 @@ export default {
38
38
  'fabric.editor.blockControlDragHandleUsageInfo': 'Taşımak için sürükleyin',
39
39
  'fabric.editor.blockControlMoveDown': 'Aşağı taşı',
40
40
  'fabric.editor.blockControlMoveUp': 'Yukarı taşı',
41
+ 'fabric.editor.blockControlMovedDown': 'İçerik aşağıya taşındı',
42
+ 'fabric.editor.blockControlMovedUp': 'İçerik yukarıya taşındı',
41
43
  'fabric.editor.blockDescription': 'Bağlantı hakkında özet ve işlemler de dahil olmak üzere daha fazla bilgi gösterir',
42
44
  'fabric.editor.blockTitle': 'Kart',
43
45
  'fabric.editor.blockquote': 'alıntı',
@@ -266,6 +268,8 @@ export default {
266
268
  'fabric.editor.inputQueryAssistiveTxt': 'Otomatik tamamlama sonuçları kullanılabilir olduğunda incelemek için yukarı ve aşağı ok tuşlarına, seçmek için Enter tuşuna basın. Dokunmatik cihaz kullanıcısıysanız dokunun veya kaydırma hareketlerini kullanın.',
267
269
  'fabric.editor.insertColumn': 'Sağa sütun ekle',
268
270
  'fabric.editor.insertColumnDrag': 'Sütun ekle',
271
+ 'fabric.editor.insertMediaFromUrl': 'Bağlantıdaki görüntü',
272
+ 'fabric.editor.insertMediaFromUrlDescription': 'Bağlantıdan görsel veya video ekleyin',
269
273
  'fabric.editor.insertMenu': 'Öğe ekleyin',
270
274
  'fabric.editor.insertRow': 'Aşağıya satır ekle',
271
275
  'fabric.editor.insertRowDrag': 'Satır ekle',
@@ -337,6 +341,7 @@ export default {
337
341
  'fabric.editor.other': 'Diğerleri...',
338
342
  'fabric.editor.outdent': 'Girintiyi azalt',
339
343
  'fabric.editor.pageActionsLabel': 'Sayfa işlemleri',
344
+ 'fabric.editor.panel': 'Panel',
340
345
  'fabric.editor.panel.backgroundColor': 'Arkaplan rengi',
341
346
  'fabric.editor.panel.emoji': 'Emoji ekle',
342
347
  'fabric.editor.panel.panelsGroup': 'Panel Türleri',
@@ -445,6 +450,7 @@ export default {
445
450
  'fabric.editor.tooltip.defaultBlockNode': 'blok düğümü',
446
451
  'fabric.editor.tooltip.nestedExpand': 'iç içe geçmiş genişletme',
447
452
  'fabric.editor.tooltip.taskList': 'eylem öğesi',
453
+ 'fabric.editor.turnInto': 'Şuna dönüştür:',
448
454
  'fabric.editor.twoColumns': 'İki sütunlu yerleşim',
449
455
  'fabric.editor.typeAhead.popupLabel': 'Otomatik tamamlama sonuçları',
450
456
  'fabric.editor.typeAhead.quickInsertInputLabel': 'Kısayol seçeneklerini aramak ya da filtrelemek için yazmaya başlayın',
@@ -38,6 +38,8 @@ export default {
38
38
  'fabric.editor.blockControlDragHandleUsageInfo': 'Перетягніть, щоб змінити порядок',
39
39
  'fabric.editor.blockControlMoveDown': 'Перемістити вниз',
40
40
  'fabric.editor.blockControlMoveUp': 'Перемістити вверх',
41
+ 'fabric.editor.blockControlMovedDown': 'Вміст було переміщено вниз',
42
+ 'fabric.editor.blockControlMovedUp': 'Вміст було переміщено вгору',
41
43
  'fabric.editor.blockDescription': 'Показати більше інформації про посилання, у тому числі зведені дані й дії',
42
44
  'fabric.editor.blockTitle': 'Картка',
43
45
  'fabric.editor.blockquote': 'цитата',
@@ -266,6 +268,8 @@ export default {
266
268
  'fabric.editor.inputQueryAssistiveTxt': 'Коли результати автозаповнення стануть доступними, перейдіть до потрібного за допомогою стрілок вгору і вниз і натисніть клавішу Enter. Користувачі сенсорних пристроїв можуть переглядати варіанти за допомогою дотиків і проведення пальцем.',
267
269
  'fabric.editor.insertColumn': 'Вставити стовпець справа',
268
270
  'fabric.editor.insertColumnDrag': 'Вставити стовпець',
271
+ 'fabric.editor.insertMediaFromUrl': 'Зображення за посиланням',
272
+ 'fabric.editor.insertMediaFromUrlDescription': 'Додайте зображення або відео за посиланням',
269
273
  'fabric.editor.insertMenu': 'Вставка елементів',
270
274
  'fabric.editor.insertRow': 'Вставити рядок знизу',
271
275
  'fabric.editor.insertRowDrag': 'Вставити рядок',
@@ -292,6 +296,13 @@ export default {
292
296
  'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Ширину мультимедіа зменшено до {newMediaWidth,number} пікселя.} few {Ширину мультимедіа зменшено до {newMediaWidth,number} пікселів.} many {Ширину мультимедіа зменшено до {newMediaWidth,number} пікселів.} other {Ширину мультимедіа зменшено до {newMediaWidth,number} пікселів.}}',
293
297
  'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Ширину мультимедіа збільшено до {newMediaWidth,number} пікселя.} few {Ширину мультимедіа збільшено до {newMediaWidth,number} пікселів.} many {Ширину мультимедіа збільшено до {newMediaWidth,number} пікселів.} other {Ширину мультимедіа збільшено до {newMediaWidth,number} пікселів.}}',
294
298
  'fabric.editor.media.MediaWidthIsMin': 'Об’єкт зменшено до мінімального розміру',
299
+ 'fabric.editor.media.insert.cancel': 'Скасувати',
300
+ 'fabric.editor.media.insert.errorMessage': 'На жаль, ми не можемо додати це посилання на зображення. Завантажте зображення, а потім перетягніть на сторінку.',
301
+ 'fabric.editor.media.insert.insert': 'Вставити',
302
+ 'fabric.editor.media.insert.loadPreview': 'Завантажити попередню версію',
303
+ 'fabric.editor.media.insert.mediaAlt': 'Попередня версія переданого зображення або відеофайлу',
304
+ 'fabric.editor.media.insert.pasteLinkToUpload': 'Вставте посилання для передавання',
305
+ 'fabric.editor.media.insert.warning': 'Це зображення може не відображатися для інших через обмеження щодо його джерела. Спробуйте натомість передати файл.',
295
306
  'fabric.editor.media.pixelEntry.MediaWidthIsMax': 'Об’єкт збільшено до максимального розміру',
296
307
  'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'введення значення висоти',
297
308
  'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Висота',
@@ -337,6 +348,7 @@ export default {
337
348
  'fabric.editor.other': 'Інше…',
338
349
  'fabric.editor.outdent': 'Зменшити відступ',
339
350
  'fabric.editor.pageActionsLabel': 'Дії на сторінці',
351
+ 'fabric.editor.panel': 'Панель',
340
352
  'fabric.editor.panel.backgroundColor': 'Колір фону',
341
353
  'fabric.editor.panel.emoji': 'Додати емодзі',
342
354
  'fabric.editor.panel.panelsGroup': 'Типи панелей',
@@ -445,6 +457,7 @@ export default {
445
457
  'fabric.editor.tooltip.defaultBlockNode': 'вузол блокування',
446
458
  'fabric.editor.tooltip.nestedExpand': 'вкладена розгортка',
447
459
  'fabric.editor.tooltip.taskList': 'задача',
460
+ 'fabric.editor.turnInto': 'Перетворити',
448
461
  'fabric.editor.twoColumns': 'Макет із двома стовпцями',
449
462
  'fabric.editor.typeAhead.popupLabel': 'Прогнозування результатів',
450
463
  'fabric.editor.typeAhead.quickInsertInputLabel': 'Почніть вводити текст, щоб знайти або відфільтрувати варіанти гарячих клавіш',
@@ -38,6 +38,8 @@ export default {
38
38
  'fabric.editor.blockControlDragHandleUsageInfo': 'Kéo để di chuyển',
39
39
  'fabric.editor.blockControlMoveDown': 'Di chuyển xuống',
40
40
  'fabric.editor.blockControlMoveUp': 'Di chuyển lên',
41
+ 'fabric.editor.blockControlMovedDown': 'Nội dung đã được chuyển xuống',
42
+ 'fabric.editor.blockControlMovedUp': 'Nội dung đã được chuyển lên',
41
43
  'fabric.editor.blockDescription': 'Hiển thị thêm thông tin về liên kết, bao gồm bản tóm tắt và các thao tác',
42
44
  'fabric.editor.blockTitle': 'Thẻ',
43
45
  'fabric.editor.blockquote': 'một dấu ngoặc kép',
@@ -266,6 +268,8 @@ export default {
266
268
  'fabric.editor.inputQueryAssistiveTxt': 'Khi có sẵn kết quả tự hoàn tất, hãy dùng các mũi tên lên và xuống để xem lại và enter để chọn. Người dùng thiết bị cảm ứng, khám phá bằng thao tác chạm hoặc bằng các cử chỉ vuốt.',
267
269
  'fabric.editor.insertColumn': 'Chèn cột vào bên phải',
268
270
  'fabric.editor.insertColumnDrag': 'Chèn cột',
271
+ 'fabric.editor.insertMediaFromUrl': 'Hình ảnh từ liên kết',
272
+ 'fabric.editor.insertMediaFromUrlDescription': 'Thêm hình ảnh hoặc video từ một liên kết',
269
273
  'fabric.editor.insertMenu': 'Chèn thành phần',
270
274
  'fabric.editor.insertRow': 'Chèn hàng ở bên dưới',
271
275
  'fabric.editor.insertRowDrag': 'Chèn hàng',
@@ -337,6 +341,7 @@ export default {
337
341
  'fabric.editor.other': 'Khác...',
338
342
  'fabric.editor.outdent': 'Nhô lề',
339
343
  'fabric.editor.pageActionsLabel': 'Thao tác trang',
344
+ 'fabric.editor.panel': 'Bảng điều khiển',
340
345
  'fabric.editor.panel.backgroundColor': 'Màu nền',
341
346
  'fabric.editor.panel.emoji': 'Thêm biểu tượng cảm xúc',
342
347
  'fabric.editor.panel.panelsGroup': 'Các loại bảng điều khiển',
@@ -445,6 +450,7 @@ export default {
445
450
  'fabric.editor.tooltip.defaultBlockNode': 'một nút khối',
446
451
  'fabric.editor.tooltip.nestedExpand': 'nút mở rộng lồng nhau',
447
452
  'fabric.editor.tooltip.taskList': 'một mục thao tác',
453
+ 'fabric.editor.turnInto': 'Chuyển thành',
448
454
  'fabric.editor.twoColumns': 'Bố cục hai cột',
449
455
  'fabric.editor.typeAhead.popupLabel': 'Kết quả tự động điền',
450
456
  'fabric.editor.typeAhead.quickInsertInputLabel': 'Bắt đầu nhập để tìm kiếm hoặc lọc các tùy chọn lối tắt',
@@ -38,6 +38,8 @@ export default {
38
38
  'fabric.editor.blockControlDragHandleUsageInfo': '拖动以移动',
39
39
  'fabric.editor.blockControlMoveDown': '下移',
40
40
  'fabric.editor.blockControlMoveUp': '上移',
41
+ 'fabric.editor.blockControlMovedDown': '内容已下移',
42
+ 'fabric.editor.blockControlMovedUp': '内容已上移',
41
43
  'fabric.editor.blockDescription': '显示有关链接的更多信息,包括摘要和操作',
42
44
  'fabric.editor.blockTitle': '卡片',
43
45
  'fabric.editor.blockquote': '引用',
@@ -266,6 +268,8 @@ export default {
266
268
  'fabric.editor.inputQueryAssistiveTxt': '有可用的自动完成结果时,可以使用向上和向下箭头键进行查看,并按 Enter 键进行选择。触摸设备用户,并通过触摸或滑动手势进行浏览。',
267
269
  'fabric.editor.insertColumn': '在右侧插入列',
268
270
  'fabric.editor.insertColumnDrag': '插入列',
271
+ 'fabric.editor.insertMediaFromUrl': '来自链接的图像',
272
+ 'fabric.editor.insertMediaFromUrlDescription': '添加来自链接的图像或视频',
269
273
  'fabric.editor.insertMenu': '插入元素',
270
274
  'fabric.editor.insertRow': '在下方插入行',
271
275
  'fabric.editor.insertRowDrag': '插入行',
@@ -337,6 +341,7 @@ export default {
337
341
  'fabric.editor.other': '其他...',
338
342
  'fabric.editor.outdent': '减小缩进',
339
343
  'fabric.editor.pageActionsLabel': '页面操作',
344
+ 'fabric.editor.panel': '面板',
340
345
  'fabric.editor.panel.backgroundColor': '背景颜色',
341
346
  'fabric.editor.panel.emoji': '添加表情',
342
347
  'fabric.editor.panel.panelsGroup': '面板类型',
@@ -445,6 +450,7 @@ export default {
445
450
  'fabric.editor.tooltip.defaultBlockNode': '块节点',
446
451
  'fabric.editor.tooltip.nestedExpand': '嵌套扩展',
447
452
  'fabric.editor.tooltip.taskList': '操作项',
453
+ 'fabric.editor.turnInto': '转变为',
448
454
  'fabric.editor.twoColumns': '两列布局',
449
455
  'fabric.editor.typeAhead.popupLabel': '输入提示结果',
450
456
  'fabric.editor.typeAhead.quickInsertInputLabel': '开始输入以搜索或筛选快捷方式选项',
@@ -38,6 +38,8 @@ export default {
38
38
  'fabric.editor.blockControlDragHandleUsageInfo': '拖曳即可移動',
39
39
  'fabric.editor.blockControlMoveDown': '向下移動',
40
40
  'fabric.editor.blockControlMoveUp': '向上移動',
41
+ 'fabric.editor.blockControlMovedDown': '內容已向下移動',
42
+ 'fabric.editor.blockControlMovedUp': '內容已向上移動',
41
43
  'fabric.editor.blockDescription': '顯示有關連結的更多資訊,包括摘要和動作',
42
44
  'fabric.editor.blockTitle': '卡片',
43
45
  'fabric.editor.blockquote': '引述',
@@ -266,6 +268,8 @@ export default {
266
268
  'fabric.editor.inputQueryAssistiveTxt': '自動完成結果可用時,請使用向上和向下箭頭查看,並輸入以進行選取。若您使用觸控螢幕裝置,請透過觸控或滑動手勢探索內容。',
267
269
  'fabric.editor.insertColumn': '在右側插入直欄',
268
270
  'fabric.editor.insertColumnDrag': '插入直欄',
271
+ 'fabric.editor.insertMediaFromUrl': '圖片來源連結',
272
+ 'fabric.editor.insertMediaFromUrlDescription': '透過連結新增圖片或影片',
269
273
  'fabric.editor.insertMenu': '插入元素',
270
274
  'fabric.editor.insertRow': '在下方插入列',
271
275
  'fabric.editor.insertRowDrag': '插入列',
@@ -292,6 +296,13 @@ export default {
292
296
  'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, other {媒體寬度已降低至 {newMediaWidth,number} 像素。}}',
293
297
  'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, other {媒體寬度已提升至 {newMediaWidth,number} 像素。}}',
294
298
  'fabric.editor.media.MediaWidthIsMin': '媒體已縮減至最小',
299
+ 'fabric.editor.media.insert.cancel': '取消',
300
+ 'fabric.editor.media.insert.errorMessage': '很抱歉,我們無法新增此圖片連結。請下載圖片,然後拖放到頁面上。',
301
+ 'fabric.editor.media.insert.insert': '插入',
302
+ 'fabric.editor.media.insert.loadPreview': '載入預覽',
303
+ 'fabric.editor.media.insert.mediaAlt': '上傳的圖片或影片檔案預覽',
304
+ 'fabric.editor.media.insert.pasteLinkToUpload': '貼上連結以上傳',
305
+ 'fabric.editor.media.insert.warning': '由於來源限制,其他人可能無法看到此圖片。您可以考慮改為上傳檔案。',
295
306
  'fabric.editor.media.pixelEntry.MediaWidthIsMax': '媒體已增加至最大',
296
307
  'fabric.editor.media.pixelEntry.inputHeightAriaLabel': '高度輸入',
297
308
  'fabric.editor.media.pixelEntry.inputHeightTooltip': '高度',
@@ -337,6 +348,7 @@ export default {
337
348
  'fabric.editor.other': '其他...',
338
349
  'fabric.editor.outdent': '減少縮排',
339
350
  'fabric.editor.pageActionsLabel': '頁面動作',
351
+ 'fabric.editor.panel': '面板',
340
352
  'fabric.editor.panel.backgroundColor': '背景顏色',
341
353
  'fabric.editor.panel.emoji': '新增表情符號',
342
354
  'fabric.editor.panel.panelsGroup': '面板類型',
@@ -445,6 +457,7 @@ export default {
445
457
  'fabric.editor.tooltip.defaultBlockNode': '區塊節點',
446
458
  'fabric.editor.tooltip.nestedExpand': '巢狀擴充',
447
459
  'fabric.editor.tooltip.taskList': '動作項目',
460
+ 'fabric.editor.turnInto': '轉變成',
448
461
  'fabric.editor.twoColumns': '兩欄版面配置',
449
462
  'fabric.editor.typeAhead.popupLabel': '自動提示結果',
450
463
  'fabric.editor.typeAhead.quickInsertInputLabel': '開始輸入以搜尋或篩選快速鍵選項',
@@ -65,10 +65,7 @@ export const withLazyLoading = ({
65
65
  nodeName,
66
66
  loader,
67
67
  getNodeViewOptions,
68
- dispatchAnalyticsEvent,
69
- lazyNodeViewOptions: {
70
- ignoreMutationDelegate
71
- } = {}
68
+ dispatchAnalyticsEvent
72
69
  }) => {
73
70
  const createLazyNodeView = (node, view, getPos, decorations) => {
74
71
  var _node$type, _node$type$spec;
@@ -78,9 +75,7 @@ export const withLazyLoading = ({
78
75
  }
79
76
  const wasAlreadyRequested = requestedNodes.has(nodeName);
80
77
  if (wasAlreadyRequested) {
81
- return new LazyNodeView(node, view, getPos, {
82
- ignoreMutationDelegate
83
- });
78
+ return new LazyNodeView(node, view, getPos);
84
79
  }
85
80
  requestedNodes.add(nodeName);
86
81
  loader().then(nodeViewFuncModule => {
@@ -104,9 +99,7 @@ export const withLazyLoading = ({
104
99
  // },
105
100
  // });
106
101
  }
107
- return new LazyNodeView(node, view, getPos, {
108
- ignoreMutationDelegate
109
- });
102
+ return new LazyNodeView(node, view, getPos);
110
103
  };
111
104
  return createLazyNodeView;
112
105
  };
@@ -5,9 +5,9 @@ import { DOMSerializer } from '@atlaskit/editor-prosemirror/model';
5
5
  * A NodeView that serves as a placeholder until the actual NodeView is loaded.
6
6
  */
7
7
  export class LazyNodeView {
8
- constructor(node, view, getPos, options = {}) {
8
+ constructor(node, view, getPos) {
9
9
  var _node$type, _node$type$spec;
10
- this.ignoreMutationDelegate = options === null || options === void 0 ? void 0 : options.ignoreMutationDelegate;
10
+ this.node = node;
11
11
  if (typeof ((_node$type = node.type) === null || _node$type === void 0 ? void 0 : (_node$type$spec = _node$type.spec) === null || _node$type$spec === void 0 ? void 0 : _node$type$spec.toDOM) !== 'function') {
12
12
  this.dom = document.createElement('div');
13
13
  return;
@@ -26,7 +26,9 @@ export class LazyNodeView {
26
26
  }
27
27
  }
28
28
  ignoreMutation(mutation) {
29
- var _this$ignoreMutationD;
30
- return !!((_this$ignoreMutationD = this.ignoreMutationDelegate) !== null && _this$ignoreMutationD !== void 0 && _this$ignoreMutationD.call(this, mutation));
29
+ if (this.node.type.isTextblock) {
30
+ return false;
31
+ }
32
+ return true;
31
33
  }
32
34
  }
@@ -15,10 +15,8 @@ import { isSafeUrl } from '@atlaskit/adf-schema';
15
15
  import { withAnalyticsEvents } from '@atlaskit/analytics-next';
16
16
  import Page16Icon from '@atlaskit/icon-object/glyph/page/16';
17
17
  import CrossCircleIcon from '@atlaskit/icon/glyph/cross-circle';
18
- import { fg } from '@atlaskit/platform-feature-flags';
19
18
  import { Pressable, xcss } from '@atlaskit/primitives';
20
19
  import { N200 } from '@atlaskit/theme/colors';
21
- import { fontSizeSmall } from '@atlaskit/theme/constants';
22
20
  import Tooltip from '@atlaskit/tooltip';
23
21
  import { ACTION, ACTION_SUBJECT, ACTION_SUBJECT_ID, EVENT_TYPE, fireAnalyticsEvent, INPUT_METHOD } from '../../../analytics';
24
22
  import { Announcer, PanelTextInput } from '../../../ui';
@@ -60,17 +58,11 @@ const containerPadding = css({
60
58
  const textLabelMargin = css({
61
59
  marginTop: "var(--ds-space-150, 12px)"
62
60
  });
63
- const inputLabelFontToken = css({
64
- font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
65
- fontWeight: "var(--ds-font-weight-medium, 500)"
66
- });
67
- const inputLabelFont = css({
68
- fontSize: `${fontSizeSmall()}px`,
69
- fontWeight: 500
70
- });
71
61
  const inputLabel = css({
72
62
  color: `var(--ds-text-subtlest, ${N200})`,
73
- paddingBottom: "var(--ds-space-050, 4px)"
63
+ paddingBottom: "var(--ds-space-050, 4px)",
64
+ font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
65
+ fontWeight: "var(--ds-font-weight-medium, 500)"
74
66
  });
75
67
  const inputWrapperPosition = css({
76
68
  position: 'relative'
@@ -703,7 +695,7 @@ export class HyperlinkLinkAddToolbar extends PureComponent {
703
695
  ref: this.wrapperRef
704
696
  }, jsx("label", {
705
697
  htmlFor: linkSearchInputId,
706
- css: [inputLabel, fg('platform_editor_migration_icon_and_typography') ? inputLabelFontToken : inputLabelFont]
698
+ css: inputLabel
707
699
  }, formatMessage(messages.linkVisibleLabel)), jsx("div", {
708
700
  css: [inputWrapper, inputWrapperPosition]
709
701
  }, screenReaderText && jsx(Announcer, {
@@ -745,7 +737,7 @@ export class HyperlinkLinkAddToolbar extends PureComponent {
745
737
  primaryColor: "var(--ds-icon-subtle, #626F86)"
746
738
  }))))), jsx("label", {
747
739
  htmlFor: displayTextInputId,
748
- css: [inputLabel, textLabelMargin, fg('platform_editor_migration_icon_and_typography') ? inputLabelFontToken : inputLabelFont]
740
+ css: [inputLabel, textLabelMargin]
749
741
  }, formatMessage(messages.textVisibleLabel)), jsx("div", {
750
742
  css: [inputWrapper, inputWrapperPosition]
751
743
  }, jsx(PanelTextInput, {
@@ -1,7 +1,7 @@
1
1
  import { isFedRamp } from './environment';
2
2
  const SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
3
3
  const packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
4
- const packageVersion = "87.9.1";
4
+ const packageVersion = "87.10.1";
5
5
  const sanitiseSentryEvents = (data, _hint) => {
6
6
  // Remove URL as it has UGC
7
7
  // TODO: Sanitise the URL instead of just removing it
@@ -12,7 +12,7 @@ import { createAndFireEvent, withAnalyticsContext, withAnalyticsEvents } from '@
12
12
  import { N0, N50A, N60A, N900 } from '@atlaskit/theme/colors';
13
13
  import Layer from '../Layer';
14
14
  const packageName = "@atlaskit/editor-common";
15
- const packageVersion = "87.9.1";
15
+ const packageVersion = "87.10.1";
16
16
  const halfFocusRing = 1;
17
17
  const dropOffset = '0, 8';
18
18
  class DropList extends Component {
@@ -2,12 +2,13 @@
2
2
  * @jsxRuntime classic
3
3
  * @jsx jsx
4
4
  */
5
- import React, { Fragment } from 'react';
5
+ import React, { Fragment, useContext, useLayoutEffect, useMemo, useRef, useState } from 'react';
6
6
 
7
7
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
8
8
  import { css, jsx } from '@emotion/react';
9
9
  import memoizeOne from 'memoize-one';
10
10
  import rafSchedule from 'raf-schd';
11
+ import { fg } from '@atlaskit/platform-feature-flags';
11
12
  import { WidthObserver } from '@atlaskit/width-detector';
12
13
  const styles = css({
13
14
  position: 'relative',
@@ -47,7 +48,7 @@ const {
47
48
  *
48
49
  * @returns {number} The width of the document body or 0 if the document is undefined.
49
50
  */
50
- const getBodyWidth = memoizeOne(() => {
51
+ export const getBodyWidth = memoizeOne(() => {
51
52
  var _document$body$offset, _document$body;
52
53
  return typeof document !== 'undefined' ? (_document$body$offset = (_document$body = document.body) === null || _document$body === void 0 ? void 0 : _document$body.offsetWidth) !== null && _document$body$offset !== void 0 ? _document$body$offset : 0 : 0;
53
54
  });
@@ -56,12 +57,15 @@ export const WidthProvider = ({
56
57
  shouldCheckExistingValue,
57
58
  children
58
59
  }) => {
59
- const existingContextValue = React.useContext(WidthContext);
60
- const [width, setWidth] = React.useState(getBodyWidth);
61
- const widthRef = React.useRef(width);
62
- const isMountedRef = React.useRef(true);
63
- const providerValue = React.useMemo(() => createWidthContext(width), [width]);
64
- const updateWidth = React.useMemo(() => {
60
+ const shouldFixTableResizing = Boolean(fg('platform-fix-table-ssr-resizing'));
61
+ const containerRef = useRef(null);
62
+ const existingContextValue = useContext(WidthContext);
63
+ const [isInitialWidthUpdated, setIsInitialWidthUpdated] = useState(false);
64
+ const [width, setWidth] = useState(getBodyWidth);
65
+ const widthRef = useRef(width);
66
+ const isMountedRef = useRef(true);
67
+ const providerValue = useMemo(() => createWidthContext(width), [width]);
68
+ const updateWidth = useMemo(() => {
65
69
  return rafSchedule(nextWidth => {
66
70
  const currentWidth = widthRef.current || 0;
67
71
  // Ignore changes that are less than SCROLLBAR_WIDTH, otherwise it can cause infinite re-scaling
@@ -77,23 +81,45 @@ export const WidthProvider = ({
77
81
  });
78
82
  }, []);
79
83
  const skipWidthDetection = shouldCheckExistingValue && existingContextValue.width > 0;
80
- React.useLayoutEffect(() => {
84
+ useLayoutEffect(() => {
81
85
  isMountedRef.current = true;
86
+ if (shouldFixTableResizing && !isInitialWidthUpdated) {
87
+ // useLayoutEffect is not run in SSR mode
88
+ // The visibility change for SSR is done in packages/editor/renderer/src/ui/Renderer/breakout-ssr.tsx
89
+ setIsInitialWidthUpdated(true);
90
+ if (containerRef.current) {
91
+ setWidth(containerRef.current.offsetWidth);
92
+ }
93
+ }
82
94
  return () => {
83
95
  isMountedRef.current = false;
84
96
  };
85
- }, []);
86
- return (
97
+ }, [isInitialWidthUpdated, shouldFixTableResizing, width]);
98
+ return jsx("div", {
99
+ css: styles
87
100
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
88
- jsx("div", {
89
- css: styles,
90
- className: className
91
- }, !skipWidthDetection && jsx(Fragment, null, jsx(WidthObserver, {
92
- setWidth: updateWidth,
93
- offscreen: true
94
- }), jsx(Provider, {
95
- value: providerValue
96
- }, children)), skipWidthDetection && children)
97
- );
101
+ ,
102
+ className: className,
103
+ ref: containerRef
104
+ // Using style not css prop because we need to also reset these style in SSR
105
+ // It is done in packages/editor/renderer/src/ui/Renderer/breakout-ssr.tsx
106
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Intended
107
+ ,
108
+ style: shouldFixTableResizing && !isInitialWidthUpdated ? {
109
+ // Width is initialized with body width but in Confluence this is too wide as side nav takes some space.
110
+ // Putting the div into hidden until we can get the correct width.
111
+ // Only setting the visibility so children still takes space which will make scrollbar to correct appear.
112
+ // Scrollbar has width too it needs to be taken into account otherwise table is going to shrink after appeared.
113
+ visibility: 'hidden',
114
+ // Because the body width is too wide, the horizontal scrollbar gonna shown
115
+ // Temporary hide it until we get the correct width
116
+ overflowX: 'hidden'
117
+ } : {}
118
+ }, !skipWidthDetection && jsx(Fragment, null, jsx(WidthObserver, {
119
+ setWidth: updateWidth,
120
+ offscreen: true
121
+ }), jsx(Provider, {
122
+ value: providerValue
123
+ }, children)), skipWidthDetection && children);
98
124
  };
99
125
  export { Consumer as WidthConsumer };
@@ -6,7 +6,6 @@
6
6
  import { css, jsx } from '@emotion/react';
7
7
  import { FormattedMessage } from 'react-intl-next';
8
8
  import { LinkButton } from '@atlaskit/button/new';
9
- import { fg } from '@atlaskit/platform-feature-flags';
10
9
  import { Box, xcss } from '@atlaskit/primitives';
11
10
  import NotFoundIllustration from './NotFoundIllustration';
12
11
  export default function EmptyState(_ref) {
@@ -15,7 +14,7 @@ export default function EmptyState(_ref) {
15
14
  css: emptyStateWrapper,
16
15
  "data-testid": "empty-state-wrapper"
17
16
  }, jsx(NotFoundIllustration, null), jsx("div", {
18
- css: [emptyStateHeading, fg('platform_editor_migration_icon_and_typography') ? emptyStateHeadingFontToken : emptyStateHeadingFont]
17
+ css: emptyStateHeading
19
18
  }, jsx(FormattedMessage, {
20
19
  id: "fabric.editor.elementbrowser.search.empty-state.heading",
21
20
  defaultMessage: "Nothing matches your search",
@@ -39,16 +38,8 @@ export default function EmptyState(_ref) {
39
38
  description: "Empty state sub-heading external link"
40
39
  })))));
41
40
  }
42
- var emptyStateHeadingFontToken = css({
43
- font: "var(--ds-font-heading-medium, normal 500 20px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)"
44
- });
45
- var emptyStateHeadingFont = css({
46
- fontSize: '1.42857em',
47
- lineHeight: 1.2,
48
- fontWeight: 500,
49
- letterSpacing: '-0.008em'
50
- });
51
41
  var emptyStateHeading = css({
42
+ font: "var(--ds-font-heading-medium, normal 500 20px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
52
43
  color: "var(--ds-text, rgb(23, 43, 77))",
53
44
  marginTop: "var(--ds-space-300, 24px)"
54
45
  });
@@ -38,6 +38,8 @@ export default {
38
38
  'fabric.editor.blockControlDragHandleUsageInfo': 'Přetažením přesunete.',
39
39
  'fabric.editor.blockControlMoveDown': 'Posunout dolů',
40
40
  'fabric.editor.blockControlMoveUp': 'Posunout nahoru',
41
+ 'fabric.editor.blockControlMovedDown': 'Obsah byl posunut dolů.',
42
+ 'fabric.editor.blockControlMovedUp': 'Obsah byl posunut nahoru.',
41
43
  'fabric.editor.blockDescription': 'Zobrazit další informace o odkazu, včetně souhrnu a akcí',
42
44
  'fabric.editor.blockTitle': 'Karta',
43
45
  'fabric.editor.blockquote': 'citace',
@@ -266,6 +268,8 @@ export default {
266
268
  'fabric.editor.inputQueryAssistiveTxt': 'Když jsou k dispozici výsledky automatického dokončování, použijte šipky nahoru a dolů k prohlížení a klávesu Enter k výběru. Uživatelé dotykových zařízení mohou k prohlížení použít dotyk nebo gesta potáhnutí prstem.',
267
269
  'fabric.editor.insertColumn': 'Vložit sloupec napravo',
268
270
  'fabric.editor.insertColumnDrag': 'Vložit sloupec',
271
+ 'fabric.editor.insertMediaFromUrl': 'Obrázek z odkazu',
272
+ 'fabric.editor.insertMediaFromUrlDescription': 'Přidejte obrázek nebo video z odkazu.',
269
273
  'fabric.editor.insertMenu': 'Vložit prvky',
270
274
  'fabric.editor.insertRow': 'Vložit řádek pod',
271
275
  'fabric.editor.insertRowDrag': 'Vložit řádek',
@@ -337,6 +341,7 @@ export default {
337
341
  'fabric.editor.other': 'Jiné…',
338
342
  'fabric.editor.outdent': 'Zmenšit odsazení',
339
343
  'fabric.editor.pageActionsLabel': 'Akce stránky',
344
+ 'fabric.editor.panel': 'Panel',
340
345
  'fabric.editor.panel.backgroundColor': 'Barva pozadí',
341
346
  'fabric.editor.panel.emoji': 'Přidat emoji',
342
347
  'fabric.editor.panel.panelsGroup': 'Typy panelů',
@@ -445,6 +450,7 @@ export default {
445
450
  'fabric.editor.tooltip.defaultBlockNode': 'uzel bloku',
446
451
  'fabric.editor.tooltip.nestedExpand': 'vnořený rozbalovací uzel',
447
452
  'fabric.editor.tooltip.taskList': 'položka akce',
453
+ 'fabric.editor.turnInto': 'Proměnit na',
448
454
  'fabric.editor.twoColumns': 'Rozvržení dvou sloupců',
449
455
  'fabric.editor.typeAhead.popupLabel': 'Výsledky našeptávače',
450
456
  'fabric.editor.typeAhead.quickInsertInputLabel': 'Když začnete psát, budou se vyhledávat/filtrovat možnosti zkratek.',
@@ -38,6 +38,8 @@ export default {
38
38
  'fabric.editor.blockControlDragHandleUsageInfo': 'Træk for at flytte',
39
39
  'fabric.editor.blockControlMoveDown': 'Flyt ned',
40
40
  'fabric.editor.blockControlMoveUp': 'Flyt op',
41
+ 'fabric.editor.blockControlMovedDown': 'Indhold er flyttet ned',
42
+ 'fabric.editor.blockControlMovedUp': 'Indhold er flyttet op',
41
43
  'fabric.editor.blockDescription': 'Vis flere oplysninger om et link, inklusive sammendrag og handlinger',
42
44
  'fabric.editor.blockTitle': 'Kort',
43
45
  'fabric.editor.blockquote': 'et citat',
@@ -266,6 +268,8 @@ export default {
266
268
  'fabric.editor.inputQueryAssistiveTxt': 'Når resultater med automatisk udfyldning er tilgængelige, skal du bruge pil op og pil ned til at gennemse og Enter til at vælge. Brugere af touchenheder kan trykke eller stryge.',
267
269
  'fabric.editor.insertColumn': 'Indsæt kolonne til højre',
268
270
  'fabric.editor.insertColumnDrag': 'Indsæt kolonne',
271
+ 'fabric.editor.insertMediaFromUrl': 'Billede fra link',
272
+ 'fabric.editor.insertMediaFromUrlDescription': 'Tilføj et billede eller en video fra et link',
269
273
  'fabric.editor.insertMenu': 'Indsæt elementer',
270
274
  'fabric.editor.insertRow': 'Indsæt række under',
271
275
  'fabric.editor.insertRowDrag': 'Indsæt række',
@@ -337,6 +341,7 @@ export default {
337
341
  'fabric.editor.other': 'Andet …',
338
342
  'fabric.editor.outdent': 'Ryk ud',
339
343
  'fabric.editor.pageActionsLabel': 'Sidehandlinger',
344
+ 'fabric.editor.panel': 'Panel',
340
345
  'fabric.editor.panel.backgroundColor': 'Baggrundsfarve',
341
346
  'fabric.editor.panel.emoji': 'Tilføj emoji',
342
347
  'fabric.editor.panel.panelsGroup': 'Paneltyper',
@@ -445,6 +450,7 @@ export default {
445
450
  'fabric.editor.tooltip.defaultBlockNode': 'en bloknode',
446
451
  'fabric.editor.tooltip.nestedExpand': 'en indlejret udvidelse',
447
452
  'fabric.editor.tooltip.taskList': 'et handlingselement',
453
+ 'fabric.editor.turnInto': 'Skift til',
448
454
  'fabric.editor.twoColumns': 'Layout med to kolonner',
449
455
  'fabric.editor.typeAhead.popupLabel': 'Resultater for automatisk fuldførelse',
450
456
  'fabric.editor.typeAhead.quickInsertInputLabel': 'Begynd at skrive for at søge efter eller filtrere genvejsmuligheder',
@@ -38,6 +38,8 @@ export default {
38
38
  'fabric.editor.blockControlDragHandleUsageInfo': 'Zum Verschieben ziehen',
39
39
  'fabric.editor.blockControlMoveDown': 'Nach unten verschieben',
40
40
  'fabric.editor.blockControlMoveUp': 'Nach oben verschieben',
41
+ 'fabric.editor.blockControlMovedDown': 'Inhalt wurde nach unten verschoben',
42
+ 'fabric.editor.blockControlMovedUp': 'Inhalt wurde nach oben verschoben',
41
43
  'fabric.editor.blockDescription': 'Weitere Informationen zu einem Link anzeigen, darunter eine Zusammenfassung und Aktionen',
42
44
  'fabric.editor.blockTitle': 'Karte',
43
45
  'fabric.editor.blockquote': 'ein Angebot',
@@ -266,6 +268,8 @@ export default {
266
268
  'fabric.editor.inputQueryAssistiveTxt': 'Wenn Autovervollständigungen angezeigt werden, navigieren Sie mit den Pfeiltasten nach oben und unten und drücken Sie die Eingabetaste zur Auswahl eines Ergebnisses. Benutzer mit Touchscreen-Geräten können mit Berührungen und Wischgesten navigieren.',
267
269
  'fabric.editor.insertColumn': 'Spalte rechts einfügen',
268
270
  'fabric.editor.insertColumnDrag': 'Spalte einfügen',
271
+ 'fabric.editor.insertMediaFromUrl': 'Bild per Link',
272
+ 'fabric.editor.insertMediaFromUrlDescription': 'Bild oder Video per Link hinzufügen',
269
273
  'fabric.editor.insertMenu': 'Elemente einfügen',
270
274
  'fabric.editor.insertRow': 'Zeile unten einfügen',
271
275
  'fabric.editor.insertRowDrag': 'Zeile einfügen',
@@ -337,6 +341,7 @@ export default {
337
341
  'fabric.editor.other': 'Sonstige …',
338
342
  'fabric.editor.outdent': 'Einzug verkleinern',
339
343
  'fabric.editor.pageActionsLabel': 'Seitenaktionen',
344
+ 'fabric.editor.panel': 'Panel',
340
345
  'fabric.editor.panel.backgroundColor': 'Hintergrundfarbe',
341
346
  'fabric.editor.panel.emoji': 'Emoji hinzufügen',
342
347
  'fabric.editor.panel.panelsGroup': 'Panel-Typen',
@@ -445,6 +450,7 @@ export default {
445
450
  'fabric.editor.tooltip.defaultBlockNode': 'ein Blockknoten',
446
451
  'fabric.editor.tooltip.nestedExpand': 'eine verschachtelte Erweiterung',
447
452
  'fabric.editor.tooltip.taskList': 'eine Aufgabe',
453
+ 'fabric.editor.turnInto': 'Verwandeln in',
448
454
  'fabric.editor.twoColumns': 'Layout mit zwei Spalten',
449
455
  'fabric.editor.typeAhead.popupLabel': 'Ergebnisse der Vorschlagsfunktion',
450
456
  'fabric.editor.typeAhead.quickInsertInputLabel': 'Beginnen Sie die Eingabe, um nach Optionen für Tastenkombinationen zu suchen oder diese zu filtern',
@@ -296,6 +296,13 @@ export default {
296
296
  'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Media width decreased to # pixel.} other {Media width decreased to # pixels.}}',
297
297
  'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Media width increased to # pixel.} other {Media width increased to # pixels.}}',
298
298
  'fabric.editor.media.MediaWidthIsMin': 'Media decreased to the minimum size',
299
+ 'fabric.editor.media.insert.cancel': 'Cancel',
300
+ 'fabric.editor.media.insert.errorMessage': 'Unfortunately, we can’t add this image link. Download the image, then drag and drop onto the page.',
301
+ 'fabric.editor.media.insert.insert': 'Insert',
302
+ 'fabric.editor.media.insert.loadPreview': 'Load preview',
303
+ 'fabric.editor.media.insert.mediaAlt': 'Preview for uploaded image or video file',
304
+ 'fabric.editor.media.insert.pasteLinkToUpload': 'Paste link to upload',
305
+ 'fabric.editor.media.insert.warning': 'This image might not be visible to others due to source restrictions. Consider uploading the file instead.',
299
306
  'fabric.editor.media.pixelEntry.MediaWidthIsMax': 'Media increased to the maximum size',
300
307
  'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'height input',
301
308
  'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Height',
@@ -296,6 +296,13 @@ export default {
296
296
  'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Media width decreased to # pixel.} other {Media width decreased to # pixels.}}',
297
297
  'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Media width increased to # pixel.} other {Media width increased to # pixels.}}',
298
298
  'fabric.editor.media.MediaWidthIsMin': 'Media decreased to the minimum size',
299
+ 'fabric.editor.media.insert.cancel': 'Cancel',
300
+ 'fabric.editor.media.insert.errorMessage': 'Unfortunately, we can’t add this image link. Download the image, then drag and drop onto the page.',
301
+ 'fabric.editor.media.insert.insert': 'Insert',
302
+ 'fabric.editor.media.insert.loadPreview': 'Load preview',
303
+ 'fabric.editor.media.insert.mediaAlt': 'Preview for uploaded image or video file',
304
+ 'fabric.editor.media.insert.pasteLinkToUpload': 'Paste link to upload',
305
+ 'fabric.editor.media.insert.warning': 'This image might not be visible to others due to source restrictions. Consider uploading the file instead.',
299
306
  'fabric.editor.media.pixelEntry.MediaWidthIsMax': 'Media increased to the maximum size',
300
307
  'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'height input',
301
308
  'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Height',
@@ -296,6 +296,13 @@ export default {
296
296
  'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {⁣⁢Media width decreased to {newMediaWidth,number} pixel.‍⁡‌‍‍‌‌⁣⁤} other {⁣⁢Media width decreased to {newMediaWidth,number} pixels.‍⁡‌‍‍‌‌⁣⁤}}',
297
297
  'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {⁣⁢Media width increased to {newMediaWidth,number} pixel.⁡؜⁠؜‌⁡⁠⁡؜⁣⁤} other {⁣⁢Media width increased to {newMediaWidth,number} pixels.⁡؜⁠؜‌⁡⁠⁡؜⁣⁤}}',
298
298
  'fabric.editor.media.MediaWidthIsMin': '⁣⁢Media decreased to the minimum size⁡⁡؜‌‌⁡‌؜⁠⁡‌⁣⁤',
299
+ 'fabric.editor.media.insert.cancel': '⁣⁢Cancel‍⁡⁡؜؜‌‍؜؜⁡؜⁣⁤',
300
+ 'fabric.editor.media.insert.errorMessage': '⁣⁢Unfortunately, we can’t add this image link. Download the image, then drag and drop onto the page.‌⁡؜‌؜‌⁡⁠؜؜⁡⁡⁣⁤',
301
+ 'fabric.editor.media.insert.insert': '⁣⁢Insert⁠⁡؜‌؜⁡⁡؜؜⁣⁤',
302
+ 'fabric.editor.media.insert.loadPreview': '⁣⁢Load preview؜⁠‌؜‍‍⁣⁤',
303
+ 'fabric.editor.media.insert.mediaAlt': '⁣⁢Preview for uploaded image or video file⁡‍‌⁠⁡⁡؜⁠⁠⁡⁡⁣⁤',
304
+ 'fabric.editor.media.insert.pasteLinkToUpload': '⁣⁢Paste link to upload⁡⁠‍⁡؜⁡‍⁣⁤',
305
+ 'fabric.editor.media.insert.warning': '⁣⁢This image might not be visible to others due to source restrictions. Consider uploading the file instead.⁠‍؜‍؜⁠؜⁠‍‍⁣⁤',
299
306
  'fabric.editor.media.pixelEntry.MediaWidthIsMax': '⁣⁢Media increased to the maximum size⁡؜؜⁠‍‍‍‌‌‍⁡⁠⁣⁤',
300
307
  'fabric.editor.media.pixelEntry.inputHeightAriaLabel': '⁣⁢height input؜⁠؜‍؜‌؜‍⁣⁤',
301
308
  'fabric.editor.media.pixelEntry.inputHeightTooltip': '⁣⁢Height⁡⁠⁠⁡⁠؜⁠⁠⁣⁤',