@atlaskit/editor-common 89.1.3 → 89.2.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.
- package/CHANGELOG.md +17 -0
- package/dist/cjs/i18n/cs.js +3 -0
- package/dist/cjs/i18n/da.js +3 -0
- package/dist/cjs/i18n/de.js +3 -0
- package/dist/cjs/i18n/es.js +3 -0
- package/dist/cjs/i18n/fi.js +3 -0
- package/dist/cjs/i18n/fr.js +3 -0
- package/dist/cjs/i18n/hu.js +3 -0
- package/dist/cjs/i18n/it.js +3 -0
- package/dist/cjs/i18n/ja.js +3 -0
- package/dist/cjs/i18n/ko.js +3 -0
- package/dist/cjs/i18n/nb.js +3 -0
- package/dist/cjs/i18n/nl.js +3 -0
- package/dist/cjs/i18n/pl.js +3 -0
- package/dist/cjs/i18n/pt_BR.js +3 -0
- package/dist/cjs/i18n/ru.js +3 -0
- package/dist/cjs/i18n/sv.js +3 -0
- package/dist/cjs/i18n/th.js +3 -0
- package/dist/cjs/i18n/tr.js +3 -0
- package/dist/cjs/i18n/uk.js +3 -0
- package/dist/cjs/i18n/vi.js +3 -0
- package/dist/cjs/i18n/zh.js +3 -0
- package/dist/cjs/i18n/zh_TW.js +3 -0
- package/dist/cjs/icons/shared/DynamicStrokeIconDecoration.js +1 -1
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui/Emoji/index.js +58 -11
- package/dist/cjs/ui/MediaSingle/styled.js +1 -1
- package/dist/es2019/i18n/cs.js +3 -0
- package/dist/es2019/i18n/da.js +3 -0
- package/dist/es2019/i18n/de.js +3 -0
- package/dist/es2019/i18n/es.js +3 -0
- package/dist/es2019/i18n/fi.js +3 -0
- package/dist/es2019/i18n/fr.js +3 -0
- package/dist/es2019/i18n/hu.js +3 -0
- package/dist/es2019/i18n/it.js +3 -0
- package/dist/es2019/i18n/ja.js +3 -0
- package/dist/es2019/i18n/ko.js +3 -0
- package/dist/es2019/i18n/nb.js +3 -0
- package/dist/es2019/i18n/nl.js +3 -0
- package/dist/es2019/i18n/pl.js +3 -0
- package/dist/es2019/i18n/pt_BR.js +3 -0
- package/dist/es2019/i18n/ru.js +3 -0
- package/dist/es2019/i18n/sv.js +3 -0
- package/dist/es2019/i18n/th.js +3 -0
- package/dist/es2019/i18n/tr.js +3 -0
- package/dist/es2019/i18n/uk.js +3 -0
- package/dist/es2019/i18n/vi.js +3 -0
- package/dist/es2019/i18n/zh.js +3 -0
- package/dist/es2019/i18n/zh_TW.js +3 -0
- package/dist/es2019/icons/shared/DynamicStrokeIconDecoration.js +1 -1
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui/Emoji/index.js +54 -5
- package/dist/es2019/ui/MediaSingle/styled.js +1 -1
- package/dist/esm/i18n/cs.js +3 -0
- package/dist/esm/i18n/da.js +3 -0
- package/dist/esm/i18n/de.js +3 -0
- package/dist/esm/i18n/es.js +3 -0
- package/dist/esm/i18n/fi.js +3 -0
- package/dist/esm/i18n/fr.js +3 -0
- package/dist/esm/i18n/hu.js +3 -0
- package/dist/esm/i18n/it.js +3 -0
- package/dist/esm/i18n/ja.js +3 -0
- package/dist/esm/i18n/ko.js +3 -0
- package/dist/esm/i18n/nb.js +3 -0
- package/dist/esm/i18n/nl.js +3 -0
- package/dist/esm/i18n/pl.js +3 -0
- package/dist/esm/i18n/pt_BR.js +3 -0
- package/dist/esm/i18n/ru.js +3 -0
- package/dist/esm/i18n/sv.js +3 -0
- package/dist/esm/i18n/th.js +3 -0
- package/dist/esm/i18n/tr.js +3 -0
- package/dist/esm/i18n/uk.js +3 -0
- package/dist/esm/i18n/vi.js +3 -0
- package/dist/esm/i18n/zh.js +3 -0
- package/dist/esm/i18n/zh_TW.js +3 -0
- package/dist/esm/icons/shared/DynamicStrokeIconDecoration.js +1 -1
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui/Emoji/index.js +57 -11
- package/dist/esm/ui/MediaSingle/styled.js +1 -1
- package/dist/types/i18n/cs.d.ts +3 -0
- package/dist/types/i18n/da.d.ts +3 -0
- package/dist/types/i18n/de.d.ts +3 -0
- package/dist/types/i18n/es.d.ts +3 -0
- package/dist/types/i18n/fi.d.ts +3 -0
- package/dist/types/i18n/fr.d.ts +3 -0
- package/dist/types/i18n/hu.d.ts +3 -0
- package/dist/types/i18n/it.d.ts +3 -0
- package/dist/types/i18n/ja.d.ts +3 -0
- package/dist/types/i18n/ko.d.ts +3 -0
- package/dist/types/i18n/nb.d.ts +3 -0
- package/dist/types/i18n/nl.d.ts +3 -0
- package/dist/types/i18n/pl.d.ts +3 -0
- package/dist/types/i18n/pt_BR.d.ts +3 -0
- package/dist/types/i18n/ru.d.ts +3 -0
- package/dist/types/i18n/sv.d.ts +3 -0
- package/dist/types/i18n/th.d.ts +3 -0
- package/dist/types/i18n/tr.d.ts +3 -0
- package/dist/types/i18n/uk.d.ts +3 -0
- package/dist/types/i18n/vi.d.ts +3 -0
- package/dist/types/i18n/zh.d.ts +3 -0
- package/dist/types/i18n/zh_TW.d.ts +3 -0
- package/dist/types/ui/Emoji/index.d.ts +5 -13
- package/dist/types-ts4.5/i18n/cs.d.ts +3 -0
- package/dist/types-ts4.5/i18n/da.d.ts +3 -0
- package/dist/types-ts4.5/i18n/de.d.ts +3 -0
- package/dist/types-ts4.5/i18n/es.d.ts +3 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +3 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +3 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +3 -0
- package/dist/types-ts4.5/i18n/it.d.ts +3 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +3 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +3 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +3 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +3 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +3 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +3 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +3 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +3 -0
- package/dist/types-ts4.5/i18n/th.d.ts +3 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +3 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +3 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +3 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +3 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +3 -0
- package/dist/types-ts4.5/ui/Emoji/index.d.ts +5 -13
- package/package.json +11 -8
package/dist/es2019/i18n/es.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': 'Color de fondo',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': 'El enlace insertado está dentro de {node} y no puede cambiar de vista',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Arrastrar para mover',
|
|
39
|
+
'fabric.editor.blockControlInsert': 'Insertar',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': 'Bajar',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': 'Subir',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': 'El contenido se ha movido hacia abajo',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': 'Imagen de enlace',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': 'Añadir una imagen o un vídeo desde un enlace',
|
|
274
275
|
'fabric.editor.insertMenu': 'Insertar elementos',
|
|
276
|
+
'fabric.editor.insertRightRail.close': 'Cerrar',
|
|
277
|
+
'fabric.editor.insertRightRail.title': 'Insertar',
|
|
275
278
|
'fabric.editor.insertRow': 'Insertar fila debajo',
|
|
276
279
|
'fabric.editor.insertRowDrag': 'Insertar fila',
|
|
277
280
|
'fabric.editor.insertTableColumn': 'Insertar columna de tabla',
|
package/dist/es2019/i18n/fi.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': 'Taustaväri',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': 'Sisäelementtilinkki on solmun {node} sisällä, eikä sen näkymää voi muuttaa',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Siirrä vetämällä',
|
|
39
|
+
'fabric.editor.blockControlInsert': 'Lisää',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': 'Siirrä alas',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': 'Siirrä ylös',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': 'Sisältö on siirretty alas',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': 'Kuva linkistä',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': 'Lisää kuva tai video linkistä',
|
|
274
275
|
'fabric.editor.insertMenu': 'Lisää elementtejä',
|
|
276
|
+
'fabric.editor.insertRightRail.close': 'Sulje',
|
|
277
|
+
'fabric.editor.insertRightRail.title': 'Lisää',
|
|
275
278
|
'fabric.editor.insertRow': 'Lisää rivi alle',
|
|
276
279
|
'fabric.editor.insertRowDrag': 'Lisää rivi',
|
|
277
280
|
'fabric.editor.insertTableColumn': 'Lisää taulukkosarake',
|
package/dist/es2019/i18n/fr.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': "Couleur d'arrière-plan",
|
|
37
37
|
'fabric.editor.blockCardUnavailable': 'Le lien contextuel est dans {node} et sa vue ne peut être modifiée',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Faire glisser pour déplacer',
|
|
39
|
+
'fabric.editor.blockControlInsert': 'Insérer',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': 'Déplacer vers le bas',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': 'Déplacer vers le haut',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': 'Le contenu a été déplacé vers le bas',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': 'Image du lien',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': "Ajouter une image ou une vidéo à partir d'un lien",
|
|
274
275
|
'fabric.editor.insertMenu': 'Insérer des éléments',
|
|
276
|
+
'fabric.editor.insertRightRail.close': 'Fermer',
|
|
277
|
+
'fabric.editor.insertRightRail.title': 'Insérer',
|
|
275
278
|
'fabric.editor.insertRow': 'Insérer une ligne en dessous',
|
|
276
279
|
'fabric.editor.insertRowDrag': 'Insérer une ligne',
|
|
277
280
|
'fabric.editor.insertTableColumn': 'Insérer une colonne dans le tableau',
|
package/dist/es2019/i18n/hu.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': 'Háttérszín',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': 'A beillesztett link a(z) {node} csomóponton belül található, és nem módosítható a nézete',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Az áthelyezéshez húzd át',
|
|
39
|
+
'fabric.editor.blockControlInsert': 'Beszúrás',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': 'Mozgatás le',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': 'Mozgatás fel',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': 'A tartalom lejjebb lett helyezve',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': 'Kép linkből',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': 'Kép vagy videó hozzáadása egy linkből',
|
|
274
275
|
'fabric.editor.insertMenu': 'Elemek beszúrása',
|
|
276
|
+
'fabric.editor.insertRightRail.close': 'Bezárás',
|
|
277
|
+
'fabric.editor.insertRightRail.title': 'Beszúrás',
|
|
275
278
|
'fabric.editor.insertRow': 'Sor beszúrása alább',
|
|
276
279
|
'fabric.editor.insertRowDrag': 'Sor beszúrása',
|
|
277
280
|
'fabric.editor.insertTableColumn': 'Oszlop beszúrása a táblázatba',
|
package/dist/es2019/i18n/it.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': 'Colore di sfondo',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': "Il collegamento in linea è all'interno di {node} e non è possibile modificare la relativa visualizzazione",
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Trascina per spostare',
|
|
39
|
+
'fabric.editor.blockControlInsert': 'Inserisci',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': 'Sposta giù',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': 'Sposta su',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': 'Il contenuto è stato spostato verso il basso',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': 'Immagine dal link',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': "Aggiungi un'immagine o un video da un link",
|
|
274
275
|
'fabric.editor.insertMenu': 'Inserisci elementi',
|
|
276
|
+
'fabric.editor.insertRightRail.close': 'Chiudi',
|
|
277
|
+
'fabric.editor.insertRightRail.title': 'Inserisci',
|
|
275
278
|
'fabric.editor.insertRow': 'Inserisci riga sotto',
|
|
276
279
|
'fabric.editor.insertRowDrag': 'Inserisci riga',
|
|
277
280
|
'fabric.editor.insertTableColumn': 'Inserisci la colonna della tabella',
|
package/dist/es2019/i18n/ja.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': '背景色',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': 'インライン リンクは {node} 内にあるためビューを変更できません',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'ドラッグして移動',
|
|
39
|
+
'fabric.editor.blockControlInsert': '挿入',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': '下に移動',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': '上に移動',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': 'コンテンツが下に移動されました',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': 'リンクから画像を挿入',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': 'リンクから画像または動画を追加します',
|
|
274
275
|
'fabric.editor.insertMenu': '要素を挿入',
|
|
276
|
+
'fabric.editor.insertRightRail.close': '閉じる',
|
|
277
|
+
'fabric.editor.insertRightRail.title': '挿入',
|
|
275
278
|
'fabric.editor.insertRow': '行を下に挿入',
|
|
276
279
|
'fabric.editor.insertRowDrag': '行を挿入',
|
|
277
280
|
'fabric.editor.insertTableColumn': '表の列を挿入する',
|
package/dist/es2019/i18n/ko.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': '배경색',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': '인라인 링크는 {node} 내부에 있으며 보기를 변경할 수 없습니다',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': '끌어서 이동',
|
|
39
|
+
'fabric.editor.blockControlInsert': '삽입',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': '아래로 이동',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': '위로 이동',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': '콘텐츠를 아래로 이동했습니다',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': '링크의 이미지',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': '링크에서 이미지 또는 동영상을 추가하세요',
|
|
274
275
|
'fabric.editor.insertMenu': '요소 삽입',
|
|
276
|
+
'fabric.editor.insertRightRail.close': '닫기',
|
|
277
|
+
'fabric.editor.insertRightRail.title': '삽입',
|
|
275
278
|
'fabric.editor.insertRow': '아래에 행 삽입',
|
|
276
279
|
'fabric.editor.insertRowDrag': '행 삽입',
|
|
277
280
|
'fabric.editor.insertTableColumn': '표 열 삽입',
|
package/dist/es2019/i18n/nb.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': 'Bakgrunnsfarge',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': 'Den innebygde koblingen er inne i {node}, og visningen kan ikke endres',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Dra for å flytte',
|
|
39
|
+
'fabric.editor.blockControlInsert': 'Sett inn',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': 'Flytt ned',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': 'Flytt opp',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': 'Innholdet er flyttet nedover',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': 'Bilde fra kobling',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': 'Legg til et bilde eller en video fra en kobling',
|
|
274
275
|
'fabric.editor.insertMenu': 'Sett inn elementer',
|
|
276
|
+
'fabric.editor.insertRightRail.close': 'Lukk',
|
|
277
|
+
'fabric.editor.insertRightRail.title': 'Sett inn',
|
|
275
278
|
'fabric.editor.insertRow': 'Sett inn rad under',
|
|
276
279
|
'fabric.editor.insertRowDrag': 'Sett inn rad',
|
|
277
280
|
'fabric.editor.insertTableColumn': 'Sett inn tabellkolonne',
|
package/dist/es2019/i18n/nl.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': 'Achtergrondkleur',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': 'De inline-link zit in {node} en de weergave ervan kan niet gewijzigd worden',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Sleep om te verplaatsen',
|
|
39
|
+
'fabric.editor.blockControlInsert': 'Invoegen',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': 'Verplaats naar beneden',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': 'Verplaats naar boven',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': 'Inhoud is naar beneden verplaatst',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': 'Afbeelding vanaf een link',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': 'Voeg een afbeelding of video toe vanaf een link',
|
|
274
275
|
'fabric.editor.insertMenu': 'Elementen invoegen',
|
|
276
|
+
'fabric.editor.insertRightRail.close': 'Sluiten',
|
|
277
|
+
'fabric.editor.insertRightRail.title': 'Invoegen',
|
|
275
278
|
'fabric.editor.insertRow': 'Rij onder invoegen',
|
|
276
279
|
'fabric.editor.insertRowDrag': 'Voeg rij in',
|
|
277
280
|
'fabric.editor.insertTableColumn': 'Tabelkolom invoegen',
|
package/dist/es2019/i18n/pl.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': 'Kolor tła',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': 'Łącze bezpośrednio w tekście jest wewnątrz węzła {node} i nie można zmienić jego widoku',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Przeciągnij, aby przenieść',
|
|
39
|
+
'fabric.editor.blockControlInsert': 'Wstaw',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': 'Przenieś niżej',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': 'Przenieś wyżej',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': 'Zawartość została przeniesiona w dół',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': 'Obraz z łącza',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': 'Dodaj obraz lub film z łącza',
|
|
274
275
|
'fabric.editor.insertMenu': 'Wstaw elementy',
|
|
276
|
+
'fabric.editor.insertRightRail.close': 'Zamknij',
|
|
277
|
+
'fabric.editor.insertRightRail.title': 'Wstaw',
|
|
275
278
|
'fabric.editor.insertRow': 'Wstaw wiersz poniżej',
|
|
276
279
|
'fabric.editor.insertRowDrag': 'Wstaw wiersz',
|
|
277
280
|
'fabric.editor.insertTableColumn': 'Wstaw kolumnę tabeli',
|
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': 'Cor do plano de fundo',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': 'O link em linha está em {node}, e sua exibição não pode ser alterada',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Arraste para mover',
|
|
39
|
+
'fabric.editor.blockControlInsert': 'Inserir',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': 'Mover para baixo',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': 'Mover para cima',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': 'O conteúdo foi movido para baixo',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': 'Imagem do link',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': 'Adicione uma imagem ou vídeo com um link',
|
|
274
275
|
'fabric.editor.insertMenu': 'Inserir elementos',
|
|
276
|
+
'fabric.editor.insertRightRail.close': 'Fechar',
|
|
277
|
+
'fabric.editor.insertRightRail.title': 'Inserir',
|
|
275
278
|
'fabric.editor.insertRow': 'Inserir linha abaixo',
|
|
276
279
|
'fabric.editor.insertRowDrag': 'Inserir linha',
|
|
277
280
|
'fabric.editor.insertTableColumn': 'Inserir coluna na tabela',
|
package/dist/es2019/i18n/ru.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': 'Цвет фона',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': 'Встроенная ссылка находится внутри узла {node} — нельзя изменить представление',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Перетаскивайте, чтобы переместить',
|
|
39
|
+
'fabric.editor.blockControlInsert': 'Вставить',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': 'Переместить блок вниз',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': 'Переместить блок вверх',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': 'Контент перемещен вниз',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': 'Изображение по ссылке',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': 'Добавить изображение или видео по ссылке',
|
|
274
275
|
'fabric.editor.insertMenu': 'Вставить элементы',
|
|
276
|
+
'fabric.editor.insertRightRail.close': 'Закрыть',
|
|
277
|
+
'fabric.editor.insertRightRail.title': 'Вставить',
|
|
275
278
|
'fabric.editor.insertRow': 'Вставить строку ниже',
|
|
276
279
|
'fabric.editor.insertRowDrag': 'Вставить строку',
|
|
277
280
|
'fabric.editor.insertTableColumn': 'Вставить столбец таблицы',
|
package/dist/es2019/i18n/sv.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': 'Bakgrundsfärg',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': 'Inlinelänken är inuti {node} och det går inte att byta dess vy',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Dra för att flytta',
|
|
39
|
+
'fabric.editor.blockControlInsert': 'Infoga',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': 'Flytta ner',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': 'Flytta upp',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': 'Innehållet har flyttats ner',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': 'Bild från länk',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': 'Lägg till en bild eller video från en länk',
|
|
274
275
|
'fabric.editor.insertMenu': 'Infoga element',
|
|
276
|
+
'fabric.editor.insertRightRail.close': 'Stäng',
|
|
277
|
+
'fabric.editor.insertRightRail.title': 'Infoga',
|
|
275
278
|
'fabric.editor.insertRow': 'Infoga rad nedanför',
|
|
276
279
|
'fabric.editor.insertRowDrag': 'Infoga rad',
|
|
277
280
|
'fabric.editor.insertTableColumn': 'Infoga tabellkolumn',
|
package/dist/es2019/i18n/th.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': 'สีพื้นหลัง',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': 'ลิงก์ในบรรทัดเดียวกันจะอยู่ภายใน {node} และไม่สามารถเปลี่ยนแปลงมุมมองได้',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'ลากเพื่อย้าย',
|
|
39
|
+
'fabric.editor.blockControlInsert': 'แทรก',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': 'เลื่อนลง',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': 'เลื่อนขึ้น',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': 'มีการย้ายเนื้อหาลงแล้ว',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': 'รูปภาพจากลิงก์',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': 'เพิ่มรูปภาพหรือวิดีโอจากลิงก์',
|
|
274
275
|
'fabric.editor.insertMenu': 'แทรกองค์ประกอบ',
|
|
276
|
+
'fabric.editor.insertRightRail.close': 'ปิด',
|
|
277
|
+
'fabric.editor.insertRightRail.title': 'แทรก',
|
|
275
278
|
'fabric.editor.insertRow': 'แทรกแถวด้านล่าง',
|
|
276
279
|
'fabric.editor.insertRowDrag': 'แทรกแถว',
|
|
277
280
|
'fabric.editor.insertTableColumn': 'แทรกคอลัมน์ตาราง',
|
package/dist/es2019/i18n/tr.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': 'Arkaplan rengi',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': 'Satır içi bağlantı {node} düğümündedir ve görüntüsü değiştirilemez',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Taşımak için sürükleyin',
|
|
39
|
+
'fabric.editor.blockControlInsert': 'Ekle',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': 'Aşağı taşı',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': 'Yukarı taşı',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': 'İçerik aşağıya taşındı',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': 'Bağlantıdaki görüntü',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': 'Bağlantıdan görsel veya video ekleyin',
|
|
274
275
|
'fabric.editor.insertMenu': 'Öğe ekleyin',
|
|
276
|
+
'fabric.editor.insertRightRail.close': 'Kapat',
|
|
277
|
+
'fabric.editor.insertRightRail.title': 'Ekle',
|
|
275
278
|
'fabric.editor.insertRow': 'Aşağıya satır ekle',
|
|
276
279
|
'fabric.editor.insertRowDrag': 'Satır ekle',
|
|
277
280
|
'fabric.editor.insertTableColumn': 'Tablo sütunu ekle',
|
package/dist/es2019/i18n/uk.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': 'Колір фону',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': 'Вбудоване посилання знаходиться у вузлі {node}, тому змінити подання не можна',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Перетягніть, щоб змінити порядок',
|
|
39
|
+
'fabric.editor.blockControlInsert': 'Вставити',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': 'Перемістити вниз',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': 'Перемістити вверх',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': 'Вміст було переміщено вниз',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': 'Зображення за посиланням',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': 'Додайте зображення або відео за посиланням',
|
|
274
275
|
'fabric.editor.insertMenu': 'Вставка елементів',
|
|
276
|
+
'fabric.editor.insertRightRail.close': 'Закрити',
|
|
277
|
+
'fabric.editor.insertRightRail.title': 'Вставити',
|
|
275
278
|
'fabric.editor.insertRow': 'Вставити рядок знизу',
|
|
276
279
|
'fabric.editor.insertRowDrag': 'Вставити рядок',
|
|
277
280
|
'fabric.editor.insertTableColumn': 'Вставити стовпець таблиці',
|
package/dist/es2019/i18n/vi.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': 'Màu nền',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': 'Liên kết nội tuyến nằm trong {node} và không thể thay đổi chế độ xem liên kết',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Kéo để di chuyển',
|
|
39
|
+
'fabric.editor.blockControlInsert': 'Chèn',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': 'Di chuyển xuống',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': 'Di chuyển lên',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': 'Nội dung đã được chuyển xuống',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': 'Hình ảnh từ liên kết',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': 'Thêm hình ảnh hoặc video từ một liên kết',
|
|
274
275
|
'fabric.editor.insertMenu': 'Chèn thành phần',
|
|
276
|
+
'fabric.editor.insertRightRail.close': 'Đóng',
|
|
277
|
+
'fabric.editor.insertRightRail.title': 'Chèn',
|
|
275
278
|
'fabric.editor.insertRow': 'Chèn hàng ở bên dưới',
|
|
276
279
|
'fabric.editor.insertRowDrag': 'Chèn hàng',
|
|
277
280
|
'fabric.editor.insertTableColumn': 'Chèn cột bảng',
|
package/dist/es2019/i18n/zh.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': '背景颜色',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': '内联链接位于 {node} 内部,无法更改其视图',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': '拖动以移动',
|
|
39
|
+
'fabric.editor.blockControlInsert': '插入',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': '下移',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': '上移',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': '内容已下移',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': '来自链接的图像',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': '添加来自链接的图像或视频',
|
|
274
275
|
'fabric.editor.insertMenu': '插入元素',
|
|
276
|
+
'fabric.editor.insertRightRail.close': '关闭',
|
|
277
|
+
'fabric.editor.insertRightRail.title': '插入',
|
|
275
278
|
'fabric.editor.insertRow': '在下方插入行',
|
|
276
279
|
'fabric.editor.insertRowDrag': '插入行',
|
|
277
280
|
'fabric.editor.insertTableColumn': '插入表格列',
|
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': '背景顏色',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': '內嵌連結位於 {node} 內,無法變更其檢視',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': '拖曳即可移動',
|
|
39
|
+
'fabric.editor.blockControlInsert': '插入',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': '向下移動',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': '向上移動',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': '內容已向下移動',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': '圖片來源連結',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': '透過連結新增圖片或影片',
|
|
274
275
|
'fabric.editor.insertMenu': '插入元素',
|
|
276
|
+
'fabric.editor.insertRightRail.close': '關閉',
|
|
277
|
+
'fabric.editor.insertRightRail.title': '插入',
|
|
275
278
|
'fabric.editor.insertRow': '在下方插入列',
|
|
276
279
|
'fabric.editor.insertRowDrag': '插入列',
|
|
277
280
|
'fabric.editor.insertTableColumn': '插入表格欄',
|
|
@@ -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 = "89.1
|
|
4
|
+
const packageVersion = "89.2.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
|
|
@@ -14,7 +14,7 @@ import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
|
|
|
14
14
|
import { N0, N50A, N60A, N900 } from '@atlaskit/theme/colors';
|
|
15
15
|
import Layer from '../Layer';
|
|
16
16
|
const packageName = "@atlaskit/editor-common";
|
|
17
|
-
const packageVersion = "89.1
|
|
17
|
+
const packageVersion = "89.2.1";
|
|
18
18
|
const halfFocusRing = 1;
|
|
19
19
|
const dropOffset = '0, 8';
|
|
20
20
|
class DropList extends Component {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
2
2
|
import React, { PureComponent } from 'react';
|
|
3
3
|
import { ResourcedEmoji } from '@atlaskit/emoji/element';
|
|
4
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
4
5
|
import { ProviderFactory, WithProviders } from '../../provider-factory';
|
|
5
|
-
|
|
6
|
-
export default class EmojiNode extends PureComponent {
|
|
6
|
+
class EmojiNodeClass extends PureComponent {
|
|
7
7
|
constructor(props) {
|
|
8
8
|
super(props);
|
|
9
9
|
_defineProperty(this, "renderWithProvider", providers => {
|
|
@@ -62,7 +62,56 @@ export default class EmojiNode extends PureComponent {
|
|
|
62
62
|
});
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
|
-
_defineProperty(
|
|
66
|
-
_defineProperty(
|
|
65
|
+
_defineProperty(EmojiNodeClass, "displayName", 'EmojiNode');
|
|
66
|
+
_defineProperty(EmojiNodeClass, "defaultProps", {
|
|
67
67
|
showTooltip: true
|
|
68
|
-
});
|
|
68
|
+
});
|
|
69
|
+
const EmojiNodeFunctional = props => {
|
|
70
|
+
var _resourceConfig$optim2;
|
|
71
|
+
const {
|
|
72
|
+
allowTextFallback,
|
|
73
|
+
shortName,
|
|
74
|
+
id,
|
|
75
|
+
fallback,
|
|
76
|
+
fitToHeight,
|
|
77
|
+
showTooltip,
|
|
78
|
+
resourceConfig,
|
|
79
|
+
emojiProvider
|
|
80
|
+
} = props;
|
|
81
|
+
if (allowTextFallback && !emojiProvider) {
|
|
82
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
83
|
+
"data-emoji-id": id,
|
|
84
|
+
"data-emoji-short-name": shortName,
|
|
85
|
+
"data-emoji-text": fallback || shortName
|
|
86
|
+
}, fallback || shortName);
|
|
87
|
+
}
|
|
88
|
+
if (!emojiProvider) {
|
|
89
|
+
return null;
|
|
90
|
+
}
|
|
91
|
+
return /*#__PURE__*/React.createElement(ResourcedEmoji, {
|
|
92
|
+
emojiId: {
|
|
93
|
+
id,
|
|
94
|
+
fallback,
|
|
95
|
+
shortName
|
|
96
|
+
},
|
|
97
|
+
emojiProvider: Promise.resolve(emojiProvider),
|
|
98
|
+
showTooltip: showTooltip,
|
|
99
|
+
fitToHeight: fitToHeight,
|
|
100
|
+
optimistic: true,
|
|
101
|
+
optimisticImageURL: resourceConfig === null || resourceConfig === void 0 ? void 0 : (_resourceConfig$optim2 = resourceConfig.optimisticImageApi) === null || _resourceConfig$optim2 === void 0 ? void 0 : _resourceConfig$optim2.getUrl({
|
|
102
|
+
id,
|
|
103
|
+
fallback,
|
|
104
|
+
shortName
|
|
105
|
+
}),
|
|
106
|
+
editorEmoji: true
|
|
107
|
+
});
|
|
108
|
+
};
|
|
109
|
+
const EmojiNode = props => {
|
|
110
|
+
if (fg('platform_editor_get_emoji_provider_from_config')) {
|
|
111
|
+
if (props.emojiProvider) {
|
|
112
|
+
return /*#__PURE__*/React.createElement(EmojiNodeFunctional, props);
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
return /*#__PURE__*/React.createElement(EmojiNodeClass, props);
|
|
116
|
+
};
|
|
117
|
+
export default EmojiNode;
|
|
@@ -249,7 +249,7 @@ export const mediaWrapperStyle = props => css`
|
|
|
249
249
|
|
|
250
250
|
// Comments on media project adds comment badge as child of the media wrapper,
|
|
251
251
|
// thus we need to exclude it so that style is applied to intended div
|
|
252
|
-
// remove [data-comment-badge='true'] when ff
|
|
252
|
+
// remove [data-comment-badge='true'] when ff platform_editor_add_media_from_url is cleaned up
|
|
253
253
|
& > div:not([data-comment-badge='true'], [data-media-badges='true']) {
|
|
254
254
|
position: ${props.hasFallbackContainer ? 'absolute' : 'relative'};
|
|
255
255
|
height: 100%;
|
package/dist/esm/i18n/cs.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': 'Barva pozadí',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': 'Vložený odkaz je uvnitř uzlu {node} a jeho zobrazení nelze změnit',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Přetažením přesunete.',
|
|
39
|
+
'fabric.editor.blockControlInsert': 'Vložit',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': 'Posunout dolů',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': 'Posunout nahoru',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': 'Obsah byl posunut dolů.',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': 'Obrázek z odkazu',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': 'Přidejte obrázek nebo video z odkazu.',
|
|
274
275
|
'fabric.editor.insertMenu': 'Vložit prvky',
|
|
276
|
+
'fabric.editor.insertRightRail.close': 'Zavřít',
|
|
277
|
+
'fabric.editor.insertRightRail.title': 'Vložit',
|
|
275
278
|
'fabric.editor.insertRow': 'Vložit řádek pod',
|
|
276
279
|
'fabric.editor.insertRowDrag': 'Vložit řádek',
|
|
277
280
|
'fabric.editor.insertTableColumn': 'Vložit sloupec tabulky',
|
package/dist/esm/i18n/da.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': 'Baggrundsfarve',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': 'Det indbyggede link er inden i {node}, og dets visning kan ikke ændres',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Træk for at flytte',
|
|
39
|
+
'fabric.editor.blockControlInsert': 'Indsæt',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': 'Flyt ned',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': 'Flyt op',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': 'Indhold er flyttet ned',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': 'Billede fra link',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': 'Tilføj et billede eller en video fra et link',
|
|
274
275
|
'fabric.editor.insertMenu': 'Indsæt elementer',
|
|
276
|
+
'fabric.editor.insertRightRail.close': 'Luk',
|
|
277
|
+
'fabric.editor.insertRightRail.title': 'Indsæt',
|
|
275
278
|
'fabric.editor.insertRow': 'Indsæt række under',
|
|
276
279
|
'fabric.editor.insertRowDrag': 'Indsæt række',
|
|
277
280
|
'fabric.editor.insertTableColumn': 'Indsæt tabelkolonne',
|
package/dist/esm/i18n/de.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': 'Hintergrundfarbe',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': 'Die Ansicht des Inline-Links kann nicht geändert werden, da sich der Link innerhalb von {node} befindet.',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Zum Verschieben ziehen',
|
|
39
|
+
'fabric.editor.blockControlInsert': 'Einfügen',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': 'Nach unten verschieben',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': 'Nach oben verschieben',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': 'Inhalt wurde nach unten verschoben',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': 'Bild per Link',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': 'Bild oder Video per Link hinzufügen',
|
|
274
275
|
'fabric.editor.insertMenu': 'Elemente einfügen',
|
|
276
|
+
'fabric.editor.insertRightRail.close': 'Schließen',
|
|
277
|
+
'fabric.editor.insertRightRail.title': 'Einfügen',
|
|
275
278
|
'fabric.editor.insertRow': 'Zeile unten einfügen',
|
|
276
279
|
'fabric.editor.insertRowDrag': 'Zeile einfügen',
|
|
277
280
|
'fabric.editor.insertTableColumn': 'Tabellenspalte einfügen',
|
package/dist/esm/i18n/es.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': 'Color de fondo',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': 'El enlace insertado está dentro de {node} y no puede cambiar de vista',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Arrastrar para mover',
|
|
39
|
+
'fabric.editor.blockControlInsert': 'Insertar',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': 'Bajar',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': 'Subir',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': 'El contenido se ha movido hacia abajo',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': 'Imagen de enlace',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': 'Añadir una imagen o un vídeo desde un enlace',
|
|
274
275
|
'fabric.editor.insertMenu': 'Insertar elementos',
|
|
276
|
+
'fabric.editor.insertRightRail.close': 'Cerrar',
|
|
277
|
+
'fabric.editor.insertRightRail.title': 'Insertar',
|
|
275
278
|
'fabric.editor.insertRow': 'Insertar fila debajo',
|
|
276
279
|
'fabric.editor.insertRowDrag': 'Insertar fila',
|
|
277
280
|
'fabric.editor.insertTableColumn': 'Insertar columna de tabla',
|
package/dist/esm/i18n/fi.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': 'Taustaväri',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': 'Sisäelementtilinkki on solmun {node} sisällä, eikä sen näkymää voi muuttaa',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Siirrä vetämällä',
|
|
39
|
+
'fabric.editor.blockControlInsert': 'Lisää',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': 'Siirrä alas',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': 'Siirrä ylös',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': 'Sisältö on siirretty alas',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': 'Kuva linkistä',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': 'Lisää kuva tai video linkistä',
|
|
274
275
|
'fabric.editor.insertMenu': 'Lisää elementtejä',
|
|
276
|
+
'fabric.editor.insertRightRail.close': 'Sulje',
|
|
277
|
+
'fabric.editor.insertRightRail.title': 'Lisää',
|
|
275
278
|
'fabric.editor.insertRow': 'Lisää rivi alle',
|
|
276
279
|
'fabric.editor.insertRowDrag': 'Lisää rivi',
|
|
277
280
|
'fabric.editor.insertTableColumn': 'Lisää taulukkosarake',
|
package/dist/esm/i18n/fr.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': "Couleur d'arrière-plan",
|
|
37
37
|
'fabric.editor.blockCardUnavailable': 'Le lien contextuel est dans {node} et sa vue ne peut être modifiée',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Faire glisser pour déplacer',
|
|
39
|
+
'fabric.editor.blockControlInsert': 'Insérer',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': 'Déplacer vers le bas',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': 'Déplacer vers le haut',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': 'Le contenu a été déplacé vers le bas',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': 'Image du lien',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': "Ajouter une image ou une vidéo à partir d'un lien",
|
|
274
275
|
'fabric.editor.insertMenu': 'Insérer des éléments',
|
|
276
|
+
'fabric.editor.insertRightRail.close': 'Fermer',
|
|
277
|
+
'fabric.editor.insertRightRail.title': 'Insérer',
|
|
275
278
|
'fabric.editor.insertRow': 'Insérer une ligne en dessous',
|
|
276
279
|
'fabric.editor.insertRowDrag': 'Insérer une ligne',
|
|
277
280
|
'fabric.editor.insertTableColumn': 'Insérer une colonne dans le tableau',
|
package/dist/esm/i18n/hu.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': 'Háttérszín',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': 'A beillesztett link a(z) {node} csomóponton belül található, és nem módosítható a nézete',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Az áthelyezéshez húzd át',
|
|
39
|
+
'fabric.editor.blockControlInsert': 'Beszúrás',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': 'Mozgatás le',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': 'Mozgatás fel',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': 'A tartalom lejjebb lett helyezve',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': 'Kép linkből',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': 'Kép vagy videó hozzáadása egy linkből',
|
|
274
275
|
'fabric.editor.insertMenu': 'Elemek beszúrása',
|
|
276
|
+
'fabric.editor.insertRightRail.close': 'Bezárás',
|
|
277
|
+
'fabric.editor.insertRightRail.title': 'Beszúrás',
|
|
275
278
|
'fabric.editor.insertRow': 'Sor beszúrása alább',
|
|
276
279
|
'fabric.editor.insertRowDrag': 'Sor beszúrása',
|
|
277
280
|
'fabric.editor.insertTableColumn': 'Oszlop beszúrása a táblázatba',
|
package/dist/esm/i18n/it.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': 'Colore di sfondo',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': "Il collegamento in linea è all'interno di {node} e non è possibile modificare la relativa visualizzazione",
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Trascina per spostare',
|
|
39
|
+
'fabric.editor.blockControlInsert': 'Inserisci',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': 'Sposta giù',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': 'Sposta su',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': 'Il contenuto è stato spostato verso il basso',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': 'Immagine dal link',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': "Aggiungi un'immagine o un video da un link",
|
|
274
275
|
'fabric.editor.insertMenu': 'Inserisci elementi',
|
|
276
|
+
'fabric.editor.insertRightRail.close': 'Chiudi',
|
|
277
|
+
'fabric.editor.insertRightRail.title': 'Inserisci',
|
|
275
278
|
'fabric.editor.insertRow': 'Inserisci riga sotto',
|
|
276
279
|
'fabric.editor.insertRowDrag': 'Inserisci riga',
|
|
277
280
|
'fabric.editor.insertTableColumn': 'Inserisci la colonna della tabella',
|
package/dist/esm/i18n/ja.js
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.editor.backgroundColor': '背景色',
|
|
37
37
|
'fabric.editor.blockCardUnavailable': 'インライン リンクは {node} 内にあるためビューを変更できません',
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'ドラッグして移動',
|
|
39
|
+
'fabric.editor.blockControlInsert': '挿入',
|
|
39
40
|
'fabric.editor.blockControlMoveDown': '下に移動',
|
|
40
41
|
'fabric.editor.blockControlMoveUp': '上に移動',
|
|
41
42
|
'fabric.editor.blockControlMovedDown': 'コンテンツが下に移動されました',
|
|
@@ -272,6 +273,8 @@ export default {
|
|
|
272
273
|
'fabric.editor.insertMediaFromUrl': 'リンクから画像を挿入',
|
|
273
274
|
'fabric.editor.insertMediaFromUrlDescription': 'リンクから画像または動画を追加します',
|
|
274
275
|
'fabric.editor.insertMenu': '要素を挿入',
|
|
276
|
+
'fabric.editor.insertRightRail.close': '閉じる',
|
|
277
|
+
'fabric.editor.insertRightRail.title': '挿入',
|
|
275
278
|
'fabric.editor.insertRow': '行を下に挿入',
|
|
276
279
|
'fabric.editor.insertRowDrag': '行を挿入',
|
|
277
280
|
'fabric.editor.insertTableColumn': '表の列を挿入する',
|