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