@atlaskit/editor-common 99.9.1 → 99.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.
- package/CHANGELOG.md +21 -0
- package/dist/cjs/i18n/cs.js +4 -0
- package/dist/cjs/i18n/da.js +4 -0
- package/dist/cjs/i18n/de.js +5 -1
- package/dist/cjs/i18n/en.js +1 -1
- package/dist/cjs/i18n/en_GB.js +1 -1
- package/dist/cjs/i18n/en_ZZ.js +1 -1
- package/dist/cjs/i18n/es.js +1 -1
- package/dist/cjs/i18n/fi.js +4 -0
- package/dist/cjs/i18n/fr.js +5 -1
- package/dist/cjs/i18n/hu.js +4 -0
- package/dist/cjs/i18n/it.js +4 -0
- package/dist/cjs/i18n/ja.js +5 -1
- package/dist/cjs/i18n/ko.js +5 -1
- package/dist/cjs/i18n/nb.js +5 -1
- package/dist/cjs/i18n/nl.js +4 -0
- package/dist/cjs/i18n/pl.js +4 -0
- package/dist/cjs/i18n/pt_BR.js +5 -1
- package/dist/cjs/i18n/ru.js +1 -1
- package/dist/cjs/i18n/sv.js +5 -1
- package/dist/cjs/i18n/th.js +5 -1
- package/dist/cjs/i18n/tr.js +5 -1
- package/dist/cjs/i18n/vi.js +5 -1
- package/dist/cjs/i18n/zh.js +5 -1
- package/dist/cjs/i18n/zh_TW.js +5 -1
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/transforms/extension.js +17 -1
- package/dist/cjs/transforms/index.js +6 -0
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/i18n/cs.js +4 -0
- package/dist/es2019/i18n/da.js +4 -0
- package/dist/es2019/i18n/de.js +5 -1
- package/dist/es2019/i18n/en.js +1 -1
- package/dist/es2019/i18n/en_GB.js +1 -1
- package/dist/es2019/i18n/en_ZZ.js +1 -1
- package/dist/es2019/i18n/es.js +1 -1
- package/dist/es2019/i18n/fi.js +4 -0
- package/dist/es2019/i18n/fr.js +5 -1
- package/dist/es2019/i18n/hu.js +4 -0
- package/dist/es2019/i18n/it.js +4 -0
- package/dist/es2019/i18n/ja.js +5 -1
- package/dist/es2019/i18n/ko.js +5 -1
- package/dist/es2019/i18n/nb.js +5 -1
- package/dist/es2019/i18n/nl.js +4 -0
- package/dist/es2019/i18n/pl.js +4 -0
- package/dist/es2019/i18n/pt_BR.js +5 -1
- package/dist/es2019/i18n/ru.js +1 -1
- package/dist/es2019/i18n/sv.js +5 -1
- package/dist/es2019/i18n/th.js +5 -1
- package/dist/es2019/i18n/tr.js +5 -1
- package/dist/es2019/i18n/vi.js +5 -1
- package/dist/es2019/i18n/zh.js +5 -1
- package/dist/es2019/i18n/zh_TW.js +5 -1
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/transforms/extension.js +19 -1
- package/dist/es2019/transforms/index.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/i18n/cs.js +4 -0
- package/dist/esm/i18n/da.js +4 -0
- package/dist/esm/i18n/de.js +5 -1
- package/dist/esm/i18n/en.js +1 -1
- package/dist/esm/i18n/en_GB.js +1 -1
- package/dist/esm/i18n/en_ZZ.js +1 -1
- package/dist/esm/i18n/es.js +1 -1
- package/dist/esm/i18n/fi.js +4 -0
- package/dist/esm/i18n/fr.js +5 -1
- package/dist/esm/i18n/hu.js +4 -0
- package/dist/esm/i18n/it.js +4 -0
- package/dist/esm/i18n/ja.js +5 -1
- package/dist/esm/i18n/ko.js +5 -1
- package/dist/esm/i18n/nb.js +5 -1
- package/dist/esm/i18n/nl.js +4 -0
- package/dist/esm/i18n/pl.js +4 -0
- package/dist/esm/i18n/pt_BR.js +5 -1
- package/dist/esm/i18n/ru.js +1 -1
- package/dist/esm/i18n/sv.js +5 -1
- package/dist/esm/i18n/th.js +5 -1
- package/dist/esm/i18n/tr.js +5 -1
- package/dist/esm/i18n/vi.js +5 -1
- package/dist/esm/i18n/zh.js +5 -1
- package/dist/esm/i18n/zh_TW.js +5 -1
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/transforms/extension.js +17 -1
- package/dist/esm/transforms/index.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/extensibility/extensionNodeView.d.ts +1 -1
- package/dist/types/i18n/cs.d.ts +4 -0
- package/dist/types/i18n/da.d.ts +4 -0
- package/dist/types/i18n/de.d.ts +4 -0
- package/dist/types/i18n/fi.d.ts +4 -0
- package/dist/types/i18n/fr.d.ts +4 -0
- package/dist/types/i18n/hu.d.ts +4 -0
- package/dist/types/i18n/it.d.ts +4 -0
- package/dist/types/i18n/ja.d.ts +4 -0
- package/dist/types/i18n/ko.d.ts +4 -0
- package/dist/types/i18n/nb.d.ts +4 -0
- package/dist/types/i18n/nl.d.ts +4 -0
- package/dist/types/i18n/pl.d.ts +4 -0
- package/dist/types/i18n/pt_BR.d.ts +4 -0
- package/dist/types/i18n/sv.d.ts +4 -0
- package/dist/types/i18n/th.d.ts +4 -0
- package/dist/types/i18n/tr.d.ts +4 -0
- package/dist/types/i18n/vi.d.ts +4 -0
- package/dist/types/i18n/zh.d.ts +4 -0
- package/dist/types/i18n/zh_TW.d.ts +4 -0
- package/dist/types/resizer/BreakoutResizer.d.ts +1 -1
- package/dist/types/transforms/extension.d.ts +1 -0
- package/dist/types/transforms/index.d.ts +1 -1
- package/dist/types-ts4.5/extensibility/extensionNodeView.d.ts +1 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +4 -0
- package/dist/types-ts4.5/i18n/da.d.ts +4 -0
- package/dist/types-ts4.5/i18n/de.d.ts +4 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +4 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +4 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +4 -0
- package/dist/types-ts4.5/i18n/it.d.ts +4 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +4 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +4 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +4 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +4 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +4 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +4 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +4 -0
- package/dist/types-ts4.5/i18n/th.d.ts +4 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +4 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +4 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +4 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +4 -0
- package/dist/types-ts4.5/resizer/BreakoutResizer.d.ts +1 -1
- package/dist/types-ts4.5/transforms/extension.d.ts +1 -0
- package/dist/types-ts4.5/transforms/index.d.ts +1 -1
- package/package.json +10 -10
package/dist/es2019/i18n/fr.js
CHANGED
|
@@ -22,6 +22,10 @@ export default {
|
|
|
22
22
|
'fabric.editor.addMediaFiles': 'Ajouter une image, une vidéo ou un fichier',
|
|
23
23
|
'fabric.editor.addRowAbove': 'Ajouter une ligne au-dessus',
|
|
24
24
|
'fabric.editor.addRowBelow': 'Ajouter une ligne en dessous',
|
|
25
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': "Nous rencontrons un problème pour générer l'aperçu. Fermez la boîte de dialogue et réessayez.",
|
|
26
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Nous rencontrons un problème. Fermez la boîte de dialogue et réessayez.',
|
|
27
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Insérer en dessous',
|
|
28
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': 'Remplacer',
|
|
25
29
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Mettez en valeur un terme, un acronyme ou une abréviation',
|
|
26
30
|
'fabric.editor.ai.selectionToolbar.define.title': 'Définir',
|
|
27
31
|
'fabric.editor.alignCenter': 'Aligner au centre',
|
|
@@ -39,7 +43,7 @@ export default {
|
|
|
39
43
|
'fabric.editor.backLink': 'Retour',
|
|
40
44
|
'fabric.editor.backgroundColor': "Couleur d'arrière-plan",
|
|
41
45
|
'fabric.editor.blockCardUnavailable': 'Le lien contextuel est dans {node} et sa vue ne peut être modifiée',
|
|
42
|
-
'fabric.editor.blockControlDragHandleUsageInfo': '
|
|
46
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Glissez pour réorganiser',
|
|
43
47
|
'fabric.editor.blockControlInsert': 'Insérer',
|
|
44
48
|
'fabric.editor.blockControlMoveDown': 'Déplacer vers le bas',
|
|
45
49
|
'fabric.editor.blockControlMoveLeft': 'Déplacer vers la gauche',
|
package/dist/es2019/i18n/hu.js
CHANGED
|
@@ -22,6 +22,10 @@ export default {
|
|
|
22
22
|
'fabric.editor.addMediaFiles': 'Kép, videó vagy fájl hozzáadása',
|
|
23
23
|
'fabric.editor.addRowAbove': 'Sor beszúrása felülre',
|
|
24
24
|
'fabric.editor.addRowBelow': 'Sor beszúrása alulra',
|
|
25
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': 'Problémába ütköztünk az előnézet létrehozásakor. Zárd be a párbeszédpanelt, és próbálkozz újra.',
|
|
26
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Problémába ütköztünk. Zárd be a párbeszédpanelt, és próbálkozz újra.',
|
|
27
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Beszúrás alulra',
|
|
28
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': 'Csere',
|
|
25
29
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Emelj ki egy kifejezést, mozaikszót vagy rövidítést',
|
|
26
30
|
'fabric.editor.ai.selectionToolbar.define.title': 'Definiálás',
|
|
27
31
|
'fabric.editor.alignCenter': 'Középre igazítás',
|
package/dist/es2019/i18n/it.js
CHANGED
|
@@ -22,6 +22,10 @@ export default {
|
|
|
22
22
|
'fabric.editor.addMediaFiles': "Aggiungi un'immagine, un video o un file",
|
|
23
23
|
'fabric.editor.addRowAbove': 'Aggiungi riga sopra',
|
|
24
24
|
'fabric.editor.addRowBelow': 'Aggiungi riga sotto',
|
|
25
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': "Stiamo riscontrando problemi nella generazione dell'anteprima. Chiudi la finestra di dialogo e riprova.",
|
|
26
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Stiamo riscontrando problemi. Chiudi la finestra di dialogo e riprova.',
|
|
27
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Inserisci sotto',
|
|
28
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': 'Sostituisci',
|
|
25
29
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': "Evidenzia un termine, un acronimo o un'abbreviazione",
|
|
26
30
|
'fabric.editor.ai.selectionToolbar.define.title': 'Definisci',
|
|
27
31
|
'fabric.editor.alignCenter': 'Allinea al centro',
|
package/dist/es2019/i18n/ja.js
CHANGED
|
@@ -22,6 +22,10 @@ export default {
|
|
|
22
22
|
'fabric.editor.addMediaFiles': '画像、動画、またはファイルを追加',
|
|
23
23
|
'fabric.editor.addRowAbove': '上に行を追加',
|
|
24
24
|
'fabric.editor.addRowBelow': '下に行を追加',
|
|
25
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': 'プレビューを生成できません。ダイアログを閉じて、もう一度お試しください。',
|
|
26
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': '問題が発生しました。ダイアログを閉じて、もう一度お試しください。',
|
|
27
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': '下に挿入',
|
|
28
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': '置換',
|
|
25
29
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': '用語、頭字語、または略語をハイライトする',
|
|
26
30
|
'fabric.editor.ai.selectionToolbar.define.title': '定義',
|
|
27
31
|
'fabric.editor.alignCenter': '中央揃え',
|
|
@@ -39,7 +43,7 @@ export default {
|
|
|
39
43
|
'fabric.editor.backLink': '戻る',
|
|
40
44
|
'fabric.editor.backgroundColor': '背景色',
|
|
41
45
|
'fabric.editor.blockCardUnavailable': 'インライン リンクは {node} 内にあるためビューを変更できません',
|
|
42
|
-
'fabric.editor.blockControlDragHandleUsageInfo': '
|
|
46
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'ドラッグして並べ替え',
|
|
43
47
|
'fabric.editor.blockControlInsert': '挿入',
|
|
44
48
|
'fabric.editor.blockControlMoveDown': '下に移動',
|
|
45
49
|
'fabric.editor.blockControlMoveLeft': '左に移動',
|
package/dist/es2019/i18n/ko.js
CHANGED
|
@@ -22,6 +22,10 @@ export default {
|
|
|
22
22
|
'fabric.editor.addMediaFiles': '이미지, 동영상 또는 파일 추가',
|
|
23
23
|
'fabric.editor.addRowAbove': '위에 행 추가',
|
|
24
24
|
'fabric.editor.addRowBelow': '아래에 행 추가',
|
|
25
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': '미리 보기를 생성하는 동안 문제가 발생했습니다. 대화 상자를 닫고 다시 시도하세요.',
|
|
26
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': '문제가 발생했습니다. 대화 상자를 닫고 다시 시도하세요.',
|
|
27
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': '아래에 삽입',
|
|
28
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': '바꾸기',
|
|
25
29
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': '용어, 머리글자어 또는 약어를 강조 표시합니다',
|
|
26
30
|
'fabric.editor.ai.selectionToolbar.define.title': '정의',
|
|
27
31
|
'fabric.editor.alignCenter': '가운데 정렬',
|
|
@@ -39,7 +43,7 @@ export default {
|
|
|
39
43
|
'fabric.editor.backLink': '뒤로 가기',
|
|
40
44
|
'fabric.editor.backgroundColor': '배경색',
|
|
41
45
|
'fabric.editor.blockCardUnavailable': '인라인 링크는 {node} 내부에 있으며 보기를 변경할 수 없습니다',
|
|
42
|
-
'fabric.editor.blockControlDragHandleUsageInfo': '끌어서
|
|
46
|
+
'fabric.editor.blockControlDragHandleUsageInfo': '끌어서 재정렬',
|
|
43
47
|
'fabric.editor.blockControlInsert': '삽입',
|
|
44
48
|
'fabric.editor.blockControlMoveDown': '아래로 이동',
|
|
45
49
|
'fabric.editor.blockControlMoveLeft': '왼쪽으로 이동',
|
package/dist/es2019/i18n/nb.js
CHANGED
|
@@ -22,6 +22,10 @@ export default {
|
|
|
22
22
|
'fabric.editor.addMediaFiles': 'Legg til bilde, video eller fil',
|
|
23
23
|
'fabric.editor.addRowAbove': 'Legg til rad over',
|
|
24
24
|
'fabric.editor.addRowBelow': 'Legg til rad under',
|
|
25
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': 'Vi har problemer med å generere forhåndsvisningen. Lukk dialogboksen og prøv igjen.',
|
|
26
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Vi har problemer. Lukk dialogboksen og prøv igjen.',
|
|
27
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Sett inn under',
|
|
28
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': 'Erstatt',
|
|
25
29
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Uthev et ord, et akronym eller en forkortelse',
|
|
26
30
|
'fabric.editor.ai.selectionToolbar.define.title': 'Definer',
|
|
27
31
|
'fabric.editor.alignCenter': 'Midtjustert',
|
|
@@ -39,7 +43,7 @@ export default {
|
|
|
39
43
|
'fabric.editor.backLink': 'Gå tilbake',
|
|
40
44
|
'fabric.editor.backgroundColor': 'Bakgrunnsfarge',
|
|
41
45
|
'fabric.editor.blockCardUnavailable': 'Den innebygde koblingen er inne i {node}, og visningen kan ikke endres',
|
|
42
|
-
'fabric.editor.blockControlDragHandleUsageInfo': 'Dra for å
|
|
46
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Dra for å endre rekkefølgen',
|
|
43
47
|
'fabric.editor.blockControlInsert': 'Sett inn',
|
|
44
48
|
'fabric.editor.blockControlMoveDown': 'Flytt ned',
|
|
45
49
|
'fabric.editor.blockControlMoveLeft': 'Flytt til venstre',
|
package/dist/es2019/i18n/nl.js
CHANGED
|
@@ -22,6 +22,10 @@ export default {
|
|
|
22
22
|
'fabric.editor.addMediaFiles': 'Afbeelding, video of bestand toevoegen',
|
|
23
23
|
'fabric.editor.addRowAbove': 'Rij hierboven toevoegen',
|
|
24
24
|
'fabric.editor.addRowBelow': 'Rij hieronder toevoegen',
|
|
25
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': 'Er gaat aan onze kant iets niet goed bij het genereren van de voorvertoning. Sluit het dialoogvenster en probeer het opnieuw.',
|
|
26
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Er gaat aan onze kant iets niet goed. Sluit het dialoogvenster en probeer het opnieuw.',
|
|
27
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Onderaan invoegen',
|
|
28
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': 'Vervangen',
|
|
25
29
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Een term, acroniem of afkorting markeren',
|
|
26
30
|
'fabric.editor.ai.selectionToolbar.define.title': 'Definiëren',
|
|
27
31
|
'fabric.editor.alignCenter': 'Uitlijnen centreren',
|
package/dist/es2019/i18n/pl.js
CHANGED
|
@@ -22,6 +22,10 @@ export default {
|
|
|
22
22
|
'fabric.editor.addMediaFiles': 'Dodaj obraz, film lub plik',
|
|
23
23
|
'fabric.editor.addRowAbove': 'Dodaj wiersz powyżej',
|
|
24
24
|
'fabric.editor.addRowBelow': 'Dodaj wiersz poniżej',
|
|
25
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': 'Wystąpiły problemy podczas generowania podglądu. Zamknij okno dialogowe i spróbuj ponownie.',
|
|
26
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Wystąpiły problemy. Zamknij okno dialogowe i spróbuj ponownie.',
|
|
27
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Wstaw poniżej',
|
|
28
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': 'Zamień',
|
|
25
29
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Wyróżnij termin, akronim lub skrót',
|
|
26
30
|
'fabric.editor.ai.selectionToolbar.define.title': 'Podaj definicję',
|
|
27
31
|
'fabric.editor.alignCenter': 'Wyrównaj do środka',
|
|
@@ -22,6 +22,10 @@ export default {
|
|
|
22
22
|
'fabric.editor.addMediaFiles': 'Adicionar imagem, vídeo ou arquivo',
|
|
23
23
|
'fabric.editor.addRowAbove': 'Adicionar linha acima',
|
|
24
24
|
'fabric.editor.addRowBelow': 'Adicionar linha abaixo',
|
|
25
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': 'A gente está com problemas para gerar a pré-visualização. Feche a caixa de diálogo e tente de novo.',
|
|
26
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'A gente está com problemas. Feche a caixa de diálogo e tente de novo.',
|
|
27
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Inserir na parte inferior',
|
|
28
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': 'Substituir',
|
|
25
29
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Destaque um termo, um acrônimo ou uma abreviatura',
|
|
26
30
|
'fabric.editor.ai.selectionToolbar.define.title': 'Definir',
|
|
27
31
|
'fabric.editor.alignCenter': 'Alinhar ao centro',
|
|
@@ -39,7 +43,7 @@ export default {
|
|
|
39
43
|
'fabric.editor.backLink': 'Voltar',
|
|
40
44
|
'fabric.editor.backgroundColor': 'Cor do plano de fundo',
|
|
41
45
|
'fabric.editor.blockCardUnavailable': 'O link em linha está em {node}, e sua exibição não pode ser alterada',
|
|
42
|
-
'fabric.editor.blockControlDragHandleUsageInfo': 'Arraste para
|
|
46
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Arraste para reorganizar',
|
|
43
47
|
'fabric.editor.blockControlInsert': 'Inserir',
|
|
44
48
|
'fabric.editor.blockControlMoveDown': 'Mover para baixo',
|
|
45
49
|
'fabric.editor.blockControlMoveLeft': 'Mover para esquerda',
|
package/dist/es2019/i18n/ru.js
CHANGED
|
@@ -43,7 +43,7 @@ export default {
|
|
|
43
43
|
'fabric.editor.backLink': 'Назад',
|
|
44
44
|
'fabric.editor.backgroundColor': 'Цвет фона',
|
|
45
45
|
'fabric.editor.blockCardUnavailable': 'Встроенная ссылка находится внутри узла {node} — нельзя изменить представление',
|
|
46
|
-
'fabric.editor.blockControlDragHandleUsageInfo': '
|
|
46
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Перетащите, чтобы изменить порядок',
|
|
47
47
|
'fabric.editor.blockControlInsert': 'Вставить',
|
|
48
48
|
'fabric.editor.blockControlMoveDown': 'Переместить блок вниз',
|
|
49
49
|
'fabric.editor.blockControlMoveLeft': 'Переместить влево',
|
package/dist/es2019/i18n/sv.js
CHANGED
|
@@ -22,6 +22,10 @@ export default {
|
|
|
22
22
|
'fabric.editor.addMediaFiles': 'Lägg till en bild, video eller fil',
|
|
23
23
|
'fabric.editor.addRowAbove': 'Lägg till rad ovanför',
|
|
24
24
|
'fabric.editor.addRowBelow': 'Lägg till rad nedanför',
|
|
25
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': 'Vi kan inte generera förhandsvisningen. Stäng dialogrutan och försök igen.',
|
|
26
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Vi har problem. Stäng dialogrutan och försök igen.',
|
|
27
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Infoga nedan',
|
|
28
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': 'Ersätt',
|
|
25
29
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Markera en term, akronym eller förkortning',
|
|
26
30
|
'fabric.editor.ai.selectionToolbar.define.title': 'Definiera',
|
|
27
31
|
'fabric.editor.alignCenter': 'Centrera',
|
|
@@ -39,7 +43,7 @@ export default {
|
|
|
39
43
|
'fabric.editor.backLink': 'Gå tillbaka',
|
|
40
44
|
'fabric.editor.backgroundColor': 'Bakgrundsfärg',
|
|
41
45
|
'fabric.editor.blockCardUnavailable': 'Inlinelänken är inuti {node} och det går inte att byta dess vy',
|
|
42
|
-
'fabric.editor.blockControlDragHandleUsageInfo': 'Dra för att
|
|
46
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Dra för att ordna om',
|
|
43
47
|
'fabric.editor.blockControlInsert': 'Infoga',
|
|
44
48
|
'fabric.editor.blockControlMoveDown': 'Flytta ner',
|
|
45
49
|
'fabric.editor.blockControlMoveLeft': 'Flytta åt vänster',
|
package/dist/es2019/i18n/th.js
CHANGED
|
@@ -22,6 +22,10 @@ export default {
|
|
|
22
22
|
'fabric.editor.addMediaFiles': 'เพิ่มรูปภาพ วิดีโอ หรือไฟล์',
|
|
23
23
|
'fabric.editor.addRowAbove': 'เพิ่มแถวด้านบน',
|
|
24
24
|
'fabric.editor.addRowBelow': 'เพิ่มแถวด้านล่าง',
|
|
25
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': 'เรากำลังมีปัญหาในการสร้างการแสดงตัวอย่าง ปิดกล่องโต้ตอบและลองอีกครั้ง',
|
|
26
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'เรากำลังมีปัญหา ปิดกล่องโต้ตอบและลองอีกครั้ง',
|
|
27
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'แทรกด้านล่าง',
|
|
28
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': 'แทนที่',
|
|
25
29
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'เน้นคำ คำย่อ หรือตัวย่อ',
|
|
26
30
|
'fabric.editor.ai.selectionToolbar.define.title': 'กำหนด',
|
|
27
31
|
'fabric.editor.alignCenter': 'จัดแนวตรงกลาง',
|
|
@@ -39,7 +43,7 @@ export default {
|
|
|
39
43
|
'fabric.editor.backLink': 'ย้อนกลับ',
|
|
40
44
|
'fabric.editor.backgroundColor': 'สีพื้นหลัง',
|
|
41
45
|
'fabric.editor.blockCardUnavailable': 'ลิงก์ในบรรทัดเดียวกันจะอยู่ภายใน {node} และไม่สามารถเปลี่ยนแปลงมุมมองได้',
|
|
42
|
-
'fabric.editor.blockControlDragHandleUsageInfo': '
|
|
46
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'ลากเพื่อเรียงใหม่',
|
|
43
47
|
'fabric.editor.blockControlInsert': 'แทรก',
|
|
44
48
|
'fabric.editor.blockControlMoveDown': 'เลื่อนลง',
|
|
45
49
|
'fabric.editor.blockControlMoveLeft': 'ย้ายไปทางซ้าย',
|
package/dist/es2019/i18n/tr.js
CHANGED
|
@@ -22,6 +22,10 @@ export default {
|
|
|
22
22
|
'fabric.editor.addMediaFiles': 'Görsel, video ya da dosya ekle',
|
|
23
23
|
'fabric.editor.addRowAbove': 'Yukarıya satır ekle',
|
|
24
24
|
'fabric.editor.addRowBelow': 'Aşağıya satır ekle',
|
|
25
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': 'Önizlemeyi oluştururken bir sorunla karşılaşıldı. İletişim kutusunu kapatın ve yeniden deneyin.',
|
|
26
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Bir sorunla karşılaşıldı. İletişim kutusunu kapatın ve yeniden deneyin.',
|
|
27
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Aşağıya ekle',
|
|
28
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': 'Değiştir',
|
|
25
29
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Bir terimi veya kısaltmayı vurgulayın',
|
|
26
30
|
'fabric.editor.ai.selectionToolbar.define.title': 'Tanımla',
|
|
27
31
|
'fabric.editor.alignCenter': 'Ortaya hizala',
|
|
@@ -39,7 +43,7 @@ export default {
|
|
|
39
43
|
'fabric.editor.backLink': 'Geri dön',
|
|
40
44
|
'fabric.editor.backgroundColor': 'Arkaplan rengi',
|
|
41
45
|
'fabric.editor.blockCardUnavailable': 'Satır içi bağlantı {node} düğümündedir ve görüntüsü değiştirilemez',
|
|
42
|
-
'fabric.editor.blockControlDragHandleUsageInfo': '
|
|
46
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Yeniden düzenlemek için sürükleyin',
|
|
43
47
|
'fabric.editor.blockControlInsert': 'Ekle',
|
|
44
48
|
'fabric.editor.blockControlMoveDown': 'Aşağı taşı',
|
|
45
49
|
'fabric.editor.blockControlMoveLeft': 'Sola taşı',
|
package/dist/es2019/i18n/vi.js
CHANGED
|
@@ -22,6 +22,10 @@ export default {
|
|
|
22
22
|
'fabric.editor.addMediaFiles': 'Thêm ảnh, video hoặc tệp',
|
|
23
23
|
'fabric.editor.addRowAbove': 'Thêm hàng bên trên',
|
|
24
24
|
'fabric.editor.addRowBelow': 'Thêm hàng bên dưới',
|
|
25
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': 'Đã xảy ra lỗi khi tạo bản xem trước. Hãy đóng hộp thoại và thử lại.',
|
|
26
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Đã xảy ra lỗi. Hãy đóng hộp thoại và thử lại.',
|
|
27
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Chèn bên dưới',
|
|
28
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': 'Thay thế',
|
|
25
29
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Đánh dấu một thuật ngữ, từ viết tắt hoặc chữ rút gọn',
|
|
26
30
|
'fabric.editor.ai.selectionToolbar.define.title': 'Xác định',
|
|
27
31
|
'fabric.editor.alignCenter': 'Căn giữa',
|
|
@@ -39,7 +43,7 @@ export default {
|
|
|
39
43
|
'fabric.editor.backLink': 'Quay lại',
|
|
40
44
|
'fabric.editor.backgroundColor': 'Màu nền',
|
|
41
45
|
'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',
|
|
42
|
-
'fabric.editor.blockControlDragHandleUsageInfo': 'Kéo để
|
|
46
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Kéo để sắp xếp lại',
|
|
43
47
|
'fabric.editor.blockControlInsert': 'Chèn',
|
|
44
48
|
'fabric.editor.blockControlMoveDown': 'Di chuyển xuống',
|
|
45
49
|
'fabric.editor.blockControlMoveLeft': 'Di chuyển sang trái',
|
package/dist/es2019/i18n/zh.js
CHANGED
|
@@ -22,6 +22,10 @@ export default {
|
|
|
22
22
|
'fabric.editor.addMediaFiles': '添加图像、视频或文件',
|
|
23
23
|
'fabric.editor.addRowAbove': '在上方添加行',
|
|
24
24
|
'fabric.editor.addRowBelow': '在下方添加行',
|
|
25
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': '生成预览时出现问题。请关闭该对话框,然后重试。',
|
|
26
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': '出现问题。请关闭该对话框,然后重试。',
|
|
27
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': '在下方插入',
|
|
28
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': '替换',
|
|
25
29
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': '突出显示术语、首字母缩略词或缩写',
|
|
26
30
|
'fabric.editor.ai.selectionToolbar.define.title': '定义',
|
|
27
31
|
'fabric.editor.alignCenter': '居中对齐',
|
|
@@ -39,7 +43,7 @@ export default {
|
|
|
39
43
|
'fabric.editor.backLink': '返回',
|
|
40
44
|
'fabric.editor.backgroundColor': '背景颜色',
|
|
41
45
|
'fabric.editor.blockCardUnavailable': '内联链接位于 {node} 内部,无法更改其视图',
|
|
42
|
-
'fabric.editor.blockControlDragHandleUsageInfo': '
|
|
46
|
+
'fabric.editor.blockControlDragHandleUsageInfo': '拖放以重新排列',
|
|
43
47
|
'fabric.editor.blockControlInsert': '插入',
|
|
44
48
|
'fabric.editor.blockControlMoveDown': '下移',
|
|
45
49
|
'fabric.editor.blockControlMoveLeft': '左移',
|
|
@@ -22,6 +22,10 @@ export default {
|
|
|
22
22
|
'fabric.editor.addMediaFiles': '新增圖片、影片或檔案',
|
|
23
23
|
'fabric.editor.addRowAbove': '在上方新增列',
|
|
24
24
|
'fabric.editor.addRowBelow': '在下方新增列',
|
|
25
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': '我們無法產生預覽。請關閉對話方塊,然後再試一次。',
|
|
26
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': '我們遇到問題。請關閉對話方塊,然後再試一次。',
|
|
27
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': '在下方插入',
|
|
28
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': '取代',
|
|
25
29
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': '突顯術語、縮寫或簡稱',
|
|
26
30
|
'fabric.editor.ai.selectionToolbar.define.title': '定義',
|
|
27
31
|
'fabric.editor.alignCenter': '置中對齊',
|
|
@@ -39,7 +43,7 @@ export default {
|
|
|
39
43
|
'fabric.editor.backLink': '返回',
|
|
40
44
|
'fabric.editor.backgroundColor': '背景顏色',
|
|
41
45
|
'fabric.editor.blockCardUnavailable': '內嵌連結位於 {node} 內,無法變更其檢視',
|
|
42
|
-
'fabric.editor.blockControlDragHandleUsageInfo': '
|
|
46
|
+
'fabric.editor.blockControlDragHandleUsageInfo': '拖曳以重新排列',
|
|
43
47
|
'fabric.editor.blockControlInsert': '插入',
|
|
44
48
|
'fabric.editor.blockControlMoveDown': '向下移動',
|
|
45
49
|
'fabric.editor.blockControlMoveLeft': '向左移動',
|
|
@@ -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 = "99.
|
|
4
|
+
const packageVersion = "99.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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { uuid } from '@atlaskit/adf-schema';
|
|
2
2
|
import { Slice } from '@atlaskit/editor-prosemirror/model';
|
|
3
|
-
import { mapFragment } from '../utils/slice';
|
|
3
|
+
import { mapFragment, mapSlice } from '../utils/slice';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Lift content out of "open" top-level bodiedExtensions.
|
|
@@ -75,4 +75,22 @@ export const transformSliceToRemoveOpenMultiBodiedExtension = (slice, schema) =>
|
|
|
75
75
|
// Ignored via go/ees005
|
|
76
76
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
77
77
|
fragment.lastChild && fragment.lastChild.type !== slice.content.lastChild.type ? slice.openEnd - depthToReduce : slice.openEnd);
|
|
78
|
+
};
|
|
79
|
+
const LEGACY_CONTENT_MACRO_EXTENSION_TYPE = 'com.atlassian.confluence.migration',
|
|
80
|
+
LEGACY_CONTENT_MACRO_EXTENSION_KEY = 'legacy-content';
|
|
81
|
+
const isLegacyContentMacroExtension = extensionNode => {
|
|
82
|
+
var _extensionNode$attrs, _extensionNode$attrs2;
|
|
83
|
+
return ((_extensionNode$attrs = extensionNode.attrs) === null || _extensionNode$attrs === void 0 ? void 0 : _extensionNode$attrs.extensionType) === LEGACY_CONTENT_MACRO_EXTENSION_TYPE && ((_extensionNode$attrs2 = extensionNode.attrs) === null || _extensionNode$attrs2 === void 0 ? void 0 : _extensionNode$attrs2.extensionKey) === LEGACY_CONTENT_MACRO_EXTENSION_KEY;
|
|
84
|
+
};
|
|
85
|
+
export const transformSliceToRemoveLegacyContentMacro = (slice, schema) => {
|
|
86
|
+
const {
|
|
87
|
+
extension
|
|
88
|
+
} = schema.nodes;
|
|
89
|
+
return mapSlice(slice, node => {
|
|
90
|
+
if (node.type === extension && isLegacyContentMacroExtension(node)) {
|
|
91
|
+
// Strip the node
|
|
92
|
+
return null;
|
|
93
|
+
}
|
|
94
|
+
return node;
|
|
95
|
+
});
|
|
78
96
|
};
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
export { unwrapContentFromLayout, removeLayoutFromFirstChild, removeLayoutFromLastChild, transformSliceToRemoveOpenLayoutNodes, transformSingleColumnLayout } from './layout';
|
|
5
5
|
export { findExpand, transformSliceToRemoveOpenExpand, transformSliceToRemoveOpenNestedExpand, transformSliceNestedExpandToExpand, transformSliceExpandToNestedExpand } from './expand';
|
|
6
|
-
export { transformSliceToRemoveOpenBodiedExtension, transformSliceToRemoveOpenMultiBodiedExtension } from './extension';
|
|
6
|
+
export { transformSliceToRemoveOpenBodiedExtension, transformSliceToRemoveOpenMultiBodiedExtension, transformSliceToRemoveLegacyContentMacro } from './extension';
|
|
7
7
|
export { transformSliceToJoinAdjacentCodeBlocks, transformSingleLineCodeBlockToCodeMark, findCodeBlock } from './code-block';
|
|
8
8
|
export { transformSliceToDecisionList } from './decision-list';
|
|
@@ -13,7 +13,7 @@ import withAnalyticsContext from '@atlaskit/analytics-next/withAnalyticsContext'
|
|
|
13
13
|
import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
|
|
14
14
|
import Layer from '../Layer';
|
|
15
15
|
const packageName = "@atlaskit/editor-common";
|
|
16
|
-
const packageVersion = "99.
|
|
16
|
+
const packageVersion = "99.10.1";
|
|
17
17
|
const halfFocusRing = 1;
|
|
18
18
|
const dropOffset = '0, 8';
|
|
19
19
|
// Ignored via go/ees005
|
package/dist/esm/i18n/cs.js
CHANGED
|
@@ -22,6 +22,10 @@ export default {
|
|
|
22
22
|
'fabric.editor.addMediaFiles': 'Přidat obrázek, video nebo soubor',
|
|
23
23
|
'fabric.editor.addRowAbove': 'Přidat řádek nad',
|
|
24
24
|
'fabric.editor.addRowBelow': 'Přidat řádek pod',
|
|
25
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': 'Při generování náhledu se vyskytl problém. Zavřete dialog a zkuste to znovu.',
|
|
26
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Vyskytly se problémy. Zavřete dialog a zkuste to znovu.',
|
|
27
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Vložit pod',
|
|
28
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': 'Nahradit',
|
|
25
29
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Zvýraznění termínu, akronymu nebo zkratky',
|
|
26
30
|
'fabric.editor.ai.selectionToolbar.define.title': 'Definovat',
|
|
27
31
|
'fabric.editor.alignCenter': 'Zarovnat na střed',
|
package/dist/esm/i18n/da.js
CHANGED
|
@@ -22,6 +22,10 @@ export default {
|
|
|
22
22
|
'fabric.editor.addMediaFiles': 'Tilføj billede, video eller fil',
|
|
23
23
|
'fabric.editor.addRowAbove': 'Tilføj række ovenfor',
|
|
24
24
|
'fabric.editor.addRowBelow': 'Tilføj række nedenfor',
|
|
25
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': 'Vi har problemer med at danne forhåndsvisningen. Luk dialogboksen, og prøv igen.',
|
|
26
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Vi har problemer. Luk dialogboksen, og prøv igen.',
|
|
27
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Indsæt nedenfor',
|
|
28
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': 'Erstat',
|
|
25
29
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Fremhæv et udtryk, akronym eller en forkortelse',
|
|
26
30
|
'fabric.editor.ai.selectionToolbar.define.title': 'Definer',
|
|
27
31
|
'fabric.editor.alignCenter': 'Centrér',
|
package/dist/esm/i18n/de.js
CHANGED
|
@@ -22,6 +22,10 @@ export default {
|
|
|
22
22
|
'fabric.editor.addMediaFiles': 'Bild, Video oder Datei hinzufügen',
|
|
23
23
|
'fabric.editor.addRowAbove': 'Zeile oberhalb hinzufügen',
|
|
24
24
|
'fabric.editor.addRowBelow': 'Zeile unterhalb hinzufügen',
|
|
25
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': 'Beim Erstellen der Vorschau ist ein Problem aufgetreten. Schließen Sie das Dialogfeld und versuchen Sie es dann erneut.',
|
|
26
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Ein Problem ist aufgetreten. Schließen Sie das Dialogfeld und versuchen Sie es dann erneut.',
|
|
27
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Unten einfügen',
|
|
28
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': 'Ersetzen',
|
|
25
29
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Markieren Sie einen Begriff, ein Akronym oder eine Abkürzung.',
|
|
26
30
|
'fabric.editor.ai.selectionToolbar.define.title': 'Definieren',
|
|
27
31
|
'fabric.editor.alignCenter': 'Mittig ausrichten',
|
|
@@ -39,7 +43,7 @@ export default {
|
|
|
39
43
|
'fabric.editor.backLink': 'Zurück',
|
|
40
44
|
'fabric.editor.backgroundColor': 'Hintergrundfarbe',
|
|
41
45
|
'fabric.editor.blockCardUnavailable': 'Die Ansicht des Inline-Links kann nicht geändert werden, da sich der Link innerhalb von {node} befindet.',
|
|
42
|
-
'fabric.editor.blockControlDragHandleUsageInfo': '
|
|
46
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Per Ziehen neu anordnen',
|
|
43
47
|
'fabric.editor.blockControlInsert': 'Einfügen',
|
|
44
48
|
'fabric.editor.blockControlMoveDown': 'Nach unten verschieben',
|
|
45
49
|
'fabric.editor.blockControlMoveLeft': 'Nach links',
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -115,7 +115,7 @@ export default {
|
|
|
115
115
|
'fabric.editor.backLink': 'Go back',
|
|
116
116
|
'fabric.editor.backgroundColor': 'Background color',
|
|
117
117
|
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
118
|
-
'fabric.editor.blockControlDragHandleUsageInfo': 'Drag to
|
|
118
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Drag to rearrange',
|
|
119
119
|
'fabric.editor.blockControlInsert': 'Insert',
|
|
120
120
|
'fabric.editor.blockControlMoveDown': 'Move down',
|
|
121
121
|
'fabric.editor.blockControlMoveLeft': 'Move left',
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -115,7 +115,7 @@ export default {
|
|
|
115
115
|
'fabric.editor.backLink': 'Go back',
|
|
116
116
|
'fabric.editor.backgroundColor': 'Background colour',
|
|
117
117
|
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
118
|
-
'fabric.editor.blockControlDragHandleUsageInfo': 'Drag to
|
|
118
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Drag to rearrange',
|
|
119
119
|
'fabric.editor.blockControlInsert': 'Insert',
|
|
120
120
|
'fabric.editor.blockControlMoveDown': 'Move down',
|
|
121
121
|
'fabric.editor.blockControlMoveLeft': 'Move left',
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -115,7 +115,7 @@ export default {
|
|
|
115
115
|
'fabric.editor.backLink': 'Go back',
|
|
116
116
|
'fabric.editor.backgroundColor': 'Background color',
|
|
117
117
|
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
118
|
-
'fabric.editor.blockControlDragHandleUsageInfo': 'Drag to
|
|
118
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Drag to rearrange',
|
|
119
119
|
'fabric.editor.blockControlInsert': 'Insert',
|
|
120
120
|
'fabric.editor.blockControlMoveDown': 'Move down',
|
|
121
121
|
'fabric.editor.blockControlMoveLeft': 'Move left',
|
package/dist/esm/i18n/es.js
CHANGED
|
@@ -43,7 +43,7 @@ export default {
|
|
|
43
43
|
'fabric.editor.backLink': 'Regresar',
|
|
44
44
|
'fabric.editor.backgroundColor': 'Color de fondo',
|
|
45
45
|
'fabric.editor.blockCardUnavailable': 'El enlace insertado está dentro de {node} y no puede cambiar de vista',
|
|
46
|
-
'fabric.editor.blockControlDragHandleUsageInfo': 'Arrastrar para
|
|
46
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Arrastrar para reorganizar',
|
|
47
47
|
'fabric.editor.blockControlInsert': 'Insertar',
|
|
48
48
|
'fabric.editor.blockControlMoveDown': 'Bajar',
|
|
49
49
|
'fabric.editor.blockControlMoveLeft': 'Mover a la izquierda',
|
package/dist/esm/i18n/fi.js
CHANGED
|
@@ -22,6 +22,10 @@ export default {
|
|
|
22
22
|
'fabric.editor.addMediaFiles': 'Lisää kuva, video tai tiedosto',
|
|
23
23
|
'fabric.editor.addRowAbove': 'Lisää rivi yläpuolelle',
|
|
24
24
|
'fabric.editor.addRowBelow': 'Lisää rivi alapuolelle',
|
|
25
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': 'Esikatselun luominen ei onnistu. Sulje ikkuna ja yritä uudelleen.',
|
|
26
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Tapahtui virhe. Sulje ikkuna ja yritä uudelleen.',
|
|
27
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Lisää alle',
|
|
28
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': 'Korvaa',
|
|
25
29
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Korosta termi, akronyymi tai lyhenne',
|
|
26
30
|
'fabric.editor.ai.selectionToolbar.define.title': 'Määritä',
|
|
27
31
|
'fabric.editor.alignCenter': 'Tasaa keskelle',
|
package/dist/esm/i18n/fr.js
CHANGED
|
@@ -22,6 +22,10 @@ export default {
|
|
|
22
22
|
'fabric.editor.addMediaFiles': 'Ajouter une image, une vidéo ou un fichier',
|
|
23
23
|
'fabric.editor.addRowAbove': 'Ajouter une ligne au-dessus',
|
|
24
24
|
'fabric.editor.addRowBelow': 'Ajouter une ligne en dessous',
|
|
25
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': "Nous rencontrons un problème pour générer l'aperçu. Fermez la boîte de dialogue et réessayez.",
|
|
26
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Nous rencontrons un problème. Fermez la boîte de dialogue et réessayez.',
|
|
27
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Insérer en dessous',
|
|
28
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': 'Remplacer',
|
|
25
29
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Mettez en valeur un terme, un acronyme ou une abréviation',
|
|
26
30
|
'fabric.editor.ai.selectionToolbar.define.title': 'Définir',
|
|
27
31
|
'fabric.editor.alignCenter': 'Aligner au centre',
|
|
@@ -39,7 +43,7 @@ export default {
|
|
|
39
43
|
'fabric.editor.backLink': 'Retour',
|
|
40
44
|
'fabric.editor.backgroundColor': "Couleur d'arrière-plan",
|
|
41
45
|
'fabric.editor.blockCardUnavailable': 'Le lien contextuel est dans {node} et sa vue ne peut être modifiée',
|
|
42
|
-
'fabric.editor.blockControlDragHandleUsageInfo': '
|
|
46
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Glissez pour réorganiser',
|
|
43
47
|
'fabric.editor.blockControlInsert': 'Insérer',
|
|
44
48
|
'fabric.editor.blockControlMoveDown': 'Déplacer vers le bas',
|
|
45
49
|
'fabric.editor.blockControlMoveLeft': 'Déplacer vers la gauche',
|
package/dist/esm/i18n/hu.js
CHANGED
|
@@ -22,6 +22,10 @@ export default {
|
|
|
22
22
|
'fabric.editor.addMediaFiles': 'Kép, videó vagy fájl hozzáadása',
|
|
23
23
|
'fabric.editor.addRowAbove': 'Sor beszúrása felülre',
|
|
24
24
|
'fabric.editor.addRowBelow': 'Sor beszúrása alulra',
|
|
25
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': 'Problémába ütköztünk az előnézet létrehozásakor. Zárd be a párbeszédpanelt, és próbálkozz újra.',
|
|
26
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Problémába ütköztünk. Zárd be a párbeszédpanelt, és próbálkozz újra.',
|
|
27
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Beszúrás alulra',
|
|
28
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': 'Csere',
|
|
25
29
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Emelj ki egy kifejezést, mozaikszót vagy rövidítést',
|
|
26
30
|
'fabric.editor.ai.selectionToolbar.define.title': 'Definiálás',
|
|
27
31
|
'fabric.editor.alignCenter': 'Középre igazítás',
|
package/dist/esm/i18n/it.js
CHANGED
|
@@ -22,6 +22,10 @@ export default {
|
|
|
22
22
|
'fabric.editor.addMediaFiles': "Aggiungi un'immagine, un video o un file",
|
|
23
23
|
'fabric.editor.addRowAbove': 'Aggiungi riga sopra',
|
|
24
24
|
'fabric.editor.addRowBelow': 'Aggiungi riga sotto',
|
|
25
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': "Stiamo riscontrando problemi nella generazione dell'anteprima. Chiudi la finestra di dialogo e riprova.",
|
|
26
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Stiamo riscontrando problemi. Chiudi la finestra di dialogo e riprova.',
|
|
27
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Inserisci sotto',
|
|
28
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': 'Sostituisci',
|
|
25
29
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': "Evidenzia un termine, un acronimo o un'abbreviazione",
|
|
26
30
|
'fabric.editor.ai.selectionToolbar.define.title': 'Definisci',
|
|
27
31
|
'fabric.editor.alignCenter': 'Allinea al centro',
|
package/dist/esm/i18n/ja.js
CHANGED
|
@@ -22,6 +22,10 @@ export default {
|
|
|
22
22
|
'fabric.editor.addMediaFiles': '画像、動画、またはファイルを追加',
|
|
23
23
|
'fabric.editor.addRowAbove': '上に行を追加',
|
|
24
24
|
'fabric.editor.addRowBelow': '下に行を追加',
|
|
25
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': 'プレビューを生成できません。ダイアログを閉じて、もう一度お試しください。',
|
|
26
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': '問題が発生しました。ダイアログを閉じて、もう一度お試しください。',
|
|
27
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': '下に挿入',
|
|
28
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': '置換',
|
|
25
29
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': '用語、頭字語、または略語をハイライトする',
|
|
26
30
|
'fabric.editor.ai.selectionToolbar.define.title': '定義',
|
|
27
31
|
'fabric.editor.alignCenter': '中央揃え',
|
|
@@ -39,7 +43,7 @@ export default {
|
|
|
39
43
|
'fabric.editor.backLink': '戻る',
|
|
40
44
|
'fabric.editor.backgroundColor': '背景色',
|
|
41
45
|
'fabric.editor.blockCardUnavailable': 'インライン リンクは {node} 内にあるためビューを変更できません',
|
|
42
|
-
'fabric.editor.blockControlDragHandleUsageInfo': '
|
|
46
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'ドラッグして並べ替え',
|
|
43
47
|
'fabric.editor.blockControlInsert': '挿入',
|
|
44
48
|
'fabric.editor.blockControlMoveDown': '下に移動',
|
|
45
49
|
'fabric.editor.blockControlMoveLeft': '左に移動',
|
package/dist/esm/i18n/ko.js
CHANGED
|
@@ -22,6 +22,10 @@ export default {
|
|
|
22
22
|
'fabric.editor.addMediaFiles': '이미지, 동영상 또는 파일 추가',
|
|
23
23
|
'fabric.editor.addRowAbove': '위에 행 추가',
|
|
24
24
|
'fabric.editor.addRowBelow': '아래에 행 추가',
|
|
25
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': '미리 보기를 생성하는 동안 문제가 발생했습니다. 대화 상자를 닫고 다시 시도하세요.',
|
|
26
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': '문제가 발생했습니다. 대화 상자를 닫고 다시 시도하세요.',
|
|
27
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': '아래에 삽입',
|
|
28
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': '바꾸기',
|
|
25
29
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': '용어, 머리글자어 또는 약어를 강조 표시합니다',
|
|
26
30
|
'fabric.editor.ai.selectionToolbar.define.title': '정의',
|
|
27
31
|
'fabric.editor.alignCenter': '가운데 정렬',
|
|
@@ -39,7 +43,7 @@ export default {
|
|
|
39
43
|
'fabric.editor.backLink': '뒤로 가기',
|
|
40
44
|
'fabric.editor.backgroundColor': '배경색',
|
|
41
45
|
'fabric.editor.blockCardUnavailable': '인라인 링크는 {node} 내부에 있으며 보기를 변경할 수 없습니다',
|
|
42
|
-
'fabric.editor.blockControlDragHandleUsageInfo': '끌어서
|
|
46
|
+
'fabric.editor.blockControlDragHandleUsageInfo': '끌어서 재정렬',
|
|
43
47
|
'fabric.editor.blockControlInsert': '삽입',
|
|
44
48
|
'fabric.editor.blockControlMoveDown': '아래로 이동',
|
|
45
49
|
'fabric.editor.blockControlMoveLeft': '왼쪽으로 이동',
|
package/dist/esm/i18n/nb.js
CHANGED
|
@@ -22,6 +22,10 @@ export default {
|
|
|
22
22
|
'fabric.editor.addMediaFiles': 'Legg til bilde, video eller fil',
|
|
23
23
|
'fabric.editor.addRowAbove': 'Legg til rad over',
|
|
24
24
|
'fabric.editor.addRowBelow': 'Legg til rad under',
|
|
25
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': 'Vi har problemer med å generere forhåndsvisningen. Lukk dialogboksen og prøv igjen.',
|
|
26
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Vi har problemer. Lukk dialogboksen og prøv igjen.',
|
|
27
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Sett inn under',
|
|
28
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': 'Erstatt',
|
|
25
29
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Uthev et ord, et akronym eller en forkortelse',
|
|
26
30
|
'fabric.editor.ai.selectionToolbar.define.title': 'Definer',
|
|
27
31
|
'fabric.editor.alignCenter': 'Midtjustert',
|
|
@@ -39,7 +43,7 @@ export default {
|
|
|
39
43
|
'fabric.editor.backLink': 'Gå tilbake',
|
|
40
44
|
'fabric.editor.backgroundColor': 'Bakgrunnsfarge',
|
|
41
45
|
'fabric.editor.blockCardUnavailable': 'Den innebygde koblingen er inne i {node}, og visningen kan ikke endres',
|
|
42
|
-
'fabric.editor.blockControlDragHandleUsageInfo': 'Dra for å
|
|
46
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Dra for å endre rekkefølgen',
|
|
43
47
|
'fabric.editor.blockControlInsert': 'Sett inn',
|
|
44
48
|
'fabric.editor.blockControlMoveDown': 'Flytt ned',
|
|
45
49
|
'fabric.editor.blockControlMoveLeft': 'Flytt til venstre',
|
package/dist/esm/i18n/nl.js
CHANGED
|
@@ -22,6 +22,10 @@ export default {
|
|
|
22
22
|
'fabric.editor.addMediaFiles': 'Afbeelding, video of bestand toevoegen',
|
|
23
23
|
'fabric.editor.addRowAbove': 'Rij hierboven toevoegen',
|
|
24
24
|
'fabric.editor.addRowBelow': 'Rij hieronder toevoegen',
|
|
25
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': 'Er gaat aan onze kant iets niet goed bij het genereren van de voorvertoning. Sluit het dialoogvenster en probeer het opnieuw.',
|
|
26
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Er gaat aan onze kant iets niet goed. Sluit het dialoogvenster en probeer het opnieuw.',
|
|
27
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Onderaan invoegen',
|
|
28
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': 'Vervangen',
|
|
25
29
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Een term, acroniem of afkorting markeren',
|
|
26
30
|
'fabric.editor.ai.selectionToolbar.define.title': 'Definiëren',
|
|
27
31
|
'fabric.editor.alignCenter': 'Uitlijnen centreren',
|
package/dist/esm/i18n/pl.js
CHANGED
|
@@ -22,6 +22,10 @@ export default {
|
|
|
22
22
|
'fabric.editor.addMediaFiles': 'Dodaj obraz, film lub plik',
|
|
23
23
|
'fabric.editor.addRowAbove': 'Dodaj wiersz powyżej',
|
|
24
24
|
'fabric.editor.addRowBelow': 'Dodaj wiersz poniżej',
|
|
25
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': 'Wystąpiły problemy podczas generowania podglądu. Zamknij okno dialogowe i spróbuj ponownie.',
|
|
26
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Wystąpiły problemy. Zamknij okno dialogowe i spróbuj ponownie.',
|
|
27
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Wstaw poniżej',
|
|
28
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': 'Zamień',
|
|
25
29
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Wyróżnij termin, akronim lub skrót',
|
|
26
30
|
'fabric.editor.ai.selectionToolbar.define.title': 'Podaj definicję',
|
|
27
31
|
'fabric.editor.alignCenter': 'Wyrównaj do środka',
|