@atlaskit/editor-common 74.11.0 → 74.12.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 +17 -0
- package/dist/cjs/i18n/cs.js +12 -0
- package/dist/cjs/i18n/da.js +12 -0
- package/dist/cjs/i18n/de.js +12 -0
- package/dist/cjs/i18n/en.js +12 -0
- package/dist/cjs/i18n/en_GB.js +12 -0
- package/dist/cjs/i18n/en_ZZ.js +12 -0
- package/dist/cjs/i18n/es.js +12 -0
- package/dist/cjs/i18n/fi.js +12 -0
- package/dist/cjs/i18n/fr.js +12 -0
- package/dist/cjs/i18n/hu.js +12 -0
- package/dist/cjs/i18n/it.js +12 -0
- package/dist/cjs/i18n/ja.js +12 -0
- package/dist/cjs/i18n/ko.js +12 -0
- package/dist/cjs/i18n/nb.js +12 -0
- package/dist/cjs/i18n/nl.js +12 -0
- package/dist/cjs/i18n/pl.js +12 -0
- package/dist/cjs/i18n/pt_BR.js +12 -0
- package/dist/cjs/i18n/ru.js +12 -0
- package/dist/cjs/i18n/sv.js +12 -0
- package/dist/cjs/i18n/th.js +12 -0
- package/dist/cjs/i18n/tr.js +12 -0
- package/dist/cjs/i18n/uk.js +12 -0
- package/dist/cjs/i18n/vi.js +12 -0
- package/dist/cjs/i18n/zh.js +12 -0
- package/dist/cjs/i18n/zh_TW.js +12 -0
- package/dist/cjs/messages/link-toolbar.js +5 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/styles/shared/smart-card.js +1 -0
- package/dist/cjs/types/breakout.js +5 -0
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/utils/breakout.js +24 -1
- package/dist/cjs/utils/index.js +12 -0
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/i18n/cs.js +12 -0
- package/dist/es2019/i18n/da.js +12 -0
- package/dist/es2019/i18n/de.js +12 -0
- package/dist/es2019/i18n/en.js +12 -0
- package/dist/es2019/i18n/en_GB.js +12 -0
- package/dist/es2019/i18n/en_ZZ.js +12 -0
- package/dist/es2019/i18n/es.js +12 -0
- package/dist/es2019/i18n/fi.js +12 -0
- package/dist/es2019/i18n/fr.js +12 -0
- package/dist/es2019/i18n/hu.js +12 -0
- package/dist/es2019/i18n/it.js +12 -0
- package/dist/es2019/i18n/ja.js +12 -0
- package/dist/es2019/i18n/ko.js +12 -0
- package/dist/es2019/i18n/nb.js +12 -0
- package/dist/es2019/i18n/nl.js +12 -0
- package/dist/es2019/i18n/pl.js +12 -0
- package/dist/es2019/i18n/pt_BR.js +12 -0
- package/dist/es2019/i18n/ru.js +12 -0
- package/dist/es2019/i18n/sv.js +12 -0
- package/dist/es2019/i18n/th.js +12 -0
- package/dist/es2019/i18n/tr.js +12 -0
- package/dist/es2019/i18n/uk.js +12 -0
- package/dist/es2019/i18n/vi.js +12 -0
- package/dist/es2019/i18n/zh.js +12 -0
- package/dist/es2019/i18n/zh_TW.js +12 -0
- package/dist/es2019/messages/link-toolbar.js +5 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/styles/shared/smart-card.js +1 -0
- package/dist/es2019/types/breakout.js +1 -0
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/utils/breakout.js +20 -1
- package/dist/es2019/utils/index.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/i18n/cs.js +12 -0
- package/dist/esm/i18n/da.js +12 -0
- package/dist/esm/i18n/de.js +12 -0
- package/dist/esm/i18n/en.js +12 -0
- package/dist/esm/i18n/en_GB.js +12 -0
- package/dist/esm/i18n/en_ZZ.js +12 -0
- package/dist/esm/i18n/es.js +12 -0
- package/dist/esm/i18n/fi.js +12 -0
- package/dist/esm/i18n/fr.js +12 -0
- package/dist/esm/i18n/hu.js +12 -0
- package/dist/esm/i18n/it.js +12 -0
- package/dist/esm/i18n/ja.js +12 -0
- package/dist/esm/i18n/ko.js +12 -0
- package/dist/esm/i18n/nb.js +12 -0
- package/dist/esm/i18n/nl.js +12 -0
- package/dist/esm/i18n/pl.js +12 -0
- package/dist/esm/i18n/pt_BR.js +12 -0
- package/dist/esm/i18n/ru.js +12 -0
- package/dist/esm/i18n/sv.js +12 -0
- package/dist/esm/i18n/th.js +12 -0
- package/dist/esm/i18n/tr.js +12 -0
- package/dist/esm/i18n/uk.js +12 -0
- package/dist/esm/i18n/vi.js +12 -0
- package/dist/esm/i18n/zh.js +12 -0
- package/dist/esm/i18n/zh_TW.js +12 -0
- package/dist/esm/messages/link-toolbar.js +5 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/styles/shared/smart-card.js +1 -0
- package/dist/esm/types/breakout.js +1 -0
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/utils/breakout.js +20 -1
- package/dist/esm/utils/index.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/i18n/cs.d.ts +12 -0
- package/dist/types/i18n/da.d.ts +12 -0
- package/dist/types/i18n/de.d.ts +12 -0
- package/dist/types/i18n/en.d.ts +12 -0
- package/dist/types/i18n/en_GB.d.ts +12 -0
- package/dist/types/i18n/en_ZZ.d.ts +12 -0
- package/dist/types/i18n/es.d.ts +12 -0
- package/dist/types/i18n/fi.d.ts +12 -0
- package/dist/types/i18n/fr.d.ts +12 -0
- package/dist/types/i18n/hu.d.ts +12 -0
- package/dist/types/i18n/it.d.ts +12 -0
- package/dist/types/i18n/ja.d.ts +12 -0
- package/dist/types/i18n/ko.d.ts +12 -0
- package/dist/types/i18n/nb.d.ts +12 -0
- package/dist/types/i18n/nl.d.ts +12 -0
- package/dist/types/i18n/pl.d.ts +12 -0
- package/dist/types/i18n/pt_BR.d.ts +12 -0
- package/dist/types/i18n/ru.d.ts +12 -0
- package/dist/types/i18n/sv.d.ts +12 -0
- package/dist/types/i18n/th.d.ts +12 -0
- package/dist/types/i18n/tr.d.ts +12 -0
- package/dist/types/i18n/uk.d.ts +12 -0
- package/dist/types/i18n/vi.d.ts +12 -0
- package/dist/types/i18n/zh.d.ts +12 -0
- package/dist/types/i18n/zh_TW.d.ts +12 -0
- package/dist/types/messages/link-toolbar.d.ts +5 -0
- package/dist/types/styles/shared/smart-card.d.ts +1 -0
- package/dist/types/types/breakout.d.ts +1 -0
- package/dist/types/types/index.d.ts +1 -0
- package/dist/types/utils/breakout.d.ts +7 -0
- package/dist/types/utils/index.d.ts +1 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +12 -0
- package/dist/types-ts4.5/i18n/da.d.ts +12 -0
- package/dist/types-ts4.5/i18n/de.d.ts +12 -0
- package/dist/types-ts4.5/i18n/en.d.ts +12 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +12 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +12 -0
- package/dist/types-ts4.5/i18n/es.d.ts +12 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +12 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +12 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +12 -0
- package/dist/types-ts4.5/i18n/it.d.ts +12 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +12 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +12 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +12 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +12 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +12 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +12 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +12 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +12 -0
- package/dist/types-ts4.5/i18n/th.d.ts +12 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +12 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +12 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +12 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +12 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +12 -0
- package/dist/types-ts4.5/messages/link-toolbar.d.ts +5 -0
- package/dist/types-ts4.5/styles/shared/smart-card.d.ts +1 -0
- package/dist/types-ts4.5/types/breakout.d.ts +1 -0
- package/dist/types-ts4.5/types/index.d.ts +1 -0
- package/dist/types-ts4.5/utils/breakout.d.ts +7 -0
- package/dist/types-ts4.5/utils/index.d.ts +1 -1
- package/package.json +6 -6
package/dist/esm/i18n/cs.js
CHANGED
|
@@ -30,9 +30,11 @@ export default {
|
|
|
30
30
|
'fabric.editor.date.description': 'Přidat datum pomocí kalendáře',
|
|
31
31
|
'fabric.editor.decision': 'Rozhodnutí',
|
|
32
32
|
'fabric.editor.decision.description': 'Zaznamenávejte rozhodnutí, aby se snadněji sledovala',
|
|
33
|
+
'fabric.editor.editLink': 'Upravit odkaz',
|
|
33
34
|
'fabric.editor.editMode.inviteToEditButton.title': 'Pozvat k úpravám',
|
|
34
35
|
'fabric.editor.emoji': 'Emoji',
|
|
35
36
|
'fabric.editor.emoji.description': 'Používejte emoji k vyjádření nápadů 🎉 a emocí 😄',
|
|
37
|
+
'fabric.editor.emptyLink': 'Zadejte odkaz.',
|
|
36
38
|
'fabric.editor.expand': 'Rozbalení',
|
|
37
39
|
'fabric.editor.expand.description': 'Vložit rozbalení',
|
|
38
40
|
'fabric.editor.expandDefaultTitle': 'Klikněte sem pro rozbalení...',
|
|
@@ -44,13 +46,18 @@ export default {
|
|
|
44
46
|
'fabric.editor.help.description': 'Projděte si všechny klávesové zkratky a možnosti markdownu',
|
|
45
47
|
'fabric.editor.horizontalRule': 'Dílčí příčka',
|
|
46
48
|
'fabric.editor.horizontalRule.description': 'Rozdělit obsah horizontální čárou',
|
|
49
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'Vložit nebo vyhledat odkaz',
|
|
47
50
|
'fabric.editor.image': 'Obrázek',
|
|
48
51
|
'fabric.editor.insertMenu': 'Vložit',
|
|
52
|
+
'fabric.editor.invalidLink': 'Zadejte platný odkaz.',
|
|
49
53
|
'fabric.editor.layoutFixedWidth': 'Zpět na zobrazení standardní šířky',
|
|
50
54
|
'fabric.editor.layoutFullWidth': 'Přepnout do zobrazení na celou šířku',
|
|
51
55
|
'fabric.editor.layoutWide': 'Přepnout do zobrazení na šířku',
|
|
52
56
|
'fabric.editor.link': 'Odkaz',
|
|
53
57
|
'fabric.editor.link.description': 'Vložit odkaz',
|
|
58
|
+
'fabric.editor.linkAddress': 'Adresa odkazu',
|
|
59
|
+
'fabric.editor.linkPlaceholder': 'Vložit odkaz',
|
|
60
|
+
'fabric.editor.mediaAddLink': 'Přidat odkaz',
|
|
54
61
|
'fabric.editor.mediaFiles': 'Obrázek, video nebo soubor',
|
|
55
62
|
'fabric.editor.mediaFiles.description': 'Přidejte na svou stránku obrázky a další soubory',
|
|
56
63
|
'fabric.editor.mention': 'Zmínka',
|
|
@@ -61,6 +68,7 @@ export default {
|
|
|
61
68
|
'fabric.editor.remove': 'Odebrat',
|
|
62
69
|
'fabric.editor.removeEmoji': 'Odstranit emoji',
|
|
63
70
|
'fabric.editor.saveButton': 'Uložit',
|
|
71
|
+
'fabric.editor.settingsLinks': 'Přejít do předvoleb odkazů',
|
|
64
72
|
'fabric.editor.status': 'Stav',
|
|
65
73
|
'fabric.editor.status.description': 'Přidat vlastní štítek stavu',
|
|
66
74
|
'fabric.editor.table': 'Tabulka',
|
|
@@ -74,11 +82,15 @@ export default {
|
|
|
74
82
|
'fabric.editor.tooltip.defaultBlockNode': 'uzel bloku',
|
|
75
83
|
'fabric.editor.tooltip.nestedExpand': 'vnořený rozbalovací uzel',
|
|
76
84
|
'fabric.editor.tooltip.taskList': 'položka akce',
|
|
85
|
+
'fabric.editor.unableToOpenLink': 'Tento odkaz nelze otevřít',
|
|
86
|
+
'fabric.editor.unlink': 'Zrušit propojení',
|
|
77
87
|
'fabric.editor.unsupportedBlockContent': 'Tento editor zobrazování tohoto obsahu nepodporuje.',
|
|
78
88
|
'fabric.editor.unsupportedContentTooltip': 'Obsah není v tomto editoru k dispozici. Vaše úpravy se při uložení zachovají.',
|
|
79
89
|
'fabric.editor.unsupportedInlineContent': 'Nepodporovaný obsah',
|
|
80
90
|
'fabric.editor.viewMore': 'Zobrazit více',
|
|
81
91
|
'fabric.editor.visit': 'Otevřít odkaz v novém okně',
|
|
92
|
+
'fabric.editor.wrapLeft': 'Sbalit vpravo',
|
|
93
|
+
'fabric.editor.wrapRight': 'Sbalit vlevo',
|
|
82
94
|
'fabric.theme.blue': 'Blue',
|
|
83
95
|
'fabric.theme.bold-blue': 'Sytě modrá',
|
|
84
96
|
'fabric.theme.bold-gray': 'Tučně šedá',
|
package/dist/esm/i18n/da.js
CHANGED
|
@@ -30,9 +30,11 @@ export default {
|
|
|
30
30
|
'fabric.editor.date.description': 'Tilføj en dato med en kalender',
|
|
31
31
|
'fabric.editor.decision': 'Beslutning',
|
|
32
32
|
'fabric.editor.decision.description': 'Registrér beslutninger, så de er lette at finde igen',
|
|
33
|
+
'fabric.editor.editLink': 'Redigér link',
|
|
33
34
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invitér til at redigere',
|
|
34
35
|
'fabric.editor.emoji': 'Emoji',
|
|
35
36
|
'fabric.editor.emoji.description': 'Brug humørikoner for at udtrykke idéer 🎉 og følelser 😄',
|
|
37
|
+
'fabric.editor.emptyLink': 'Indtast et link.',
|
|
36
38
|
'fabric.editor.expand': 'Udvid',
|
|
37
39
|
'fabric.editor.expand.description': 'Indsæt en udvidelse',
|
|
38
40
|
'fabric.editor.expandDefaultTitle': 'Klik her for at udvide...',
|
|
@@ -44,13 +46,18 @@ export default {
|
|
|
44
46
|
'fabric.editor.help.description': 'Se alle tastaturgenveje og Markdown-muligheder',
|
|
45
47
|
'fabric.editor.horizontalRule': 'Rumdeler',
|
|
46
48
|
'fabric.editor.horizontalRule.description': 'Adskil indhold med en vandret linje',
|
|
49
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'Indsæt eller søg efter link',
|
|
47
50
|
'fabric.editor.image': 'Billeder',
|
|
48
51
|
'fabric.editor.insertMenu': 'Indsæt',
|
|
52
|
+
'fabric.editor.invalidLink': 'Indtast et gyldigt link.',
|
|
49
53
|
'fabric.editor.layoutFixedWidth': 'Tilbage til centrering',
|
|
50
54
|
'fabric.editor.layoutFullWidth': 'Vis i fuld bredde',
|
|
51
55
|
'fabric.editor.layoutWide': 'Vis bred',
|
|
52
56
|
'fabric.editor.link': 'Link',
|
|
53
57
|
'fabric.editor.link.description': 'Indsæt et link',
|
|
58
|
+
'fabric.editor.linkAddress': 'Linkadresse',
|
|
59
|
+
'fabric.editor.linkPlaceholder': 'Indsæt link',
|
|
60
|
+
'fabric.editor.mediaAddLink': 'Tilføj link',
|
|
54
61
|
'fabric.editor.mediaFiles': 'Billede, video eller fil',
|
|
55
62
|
'fabric.editor.mediaFiles.description': 'Tilføj billeder eller andre filer til din side',
|
|
56
63
|
'fabric.editor.mention': 'Benævnelse',
|
|
@@ -61,6 +68,7 @@ export default {
|
|
|
61
68
|
'fabric.editor.remove': 'Fjern',
|
|
62
69
|
'fabric.editor.removeEmoji': 'Fjern emoji',
|
|
63
70
|
'fabric.editor.saveButton': 'Gem',
|
|
71
|
+
'fabric.editor.settingsLinks': 'Gå til Indstillinger for links',
|
|
64
72
|
'fabric.editor.status': 'Status',
|
|
65
73
|
'fabric.editor.status.description': 'Tilføj en brugerdefineret statusetiket',
|
|
66
74
|
'fabric.editor.table': 'Tabel',
|
|
@@ -74,11 +82,15 @@ export default {
|
|
|
74
82
|
'fabric.editor.tooltip.defaultBlockNode': 'en bloknode',
|
|
75
83
|
'fabric.editor.tooltip.nestedExpand': 'en indlejret udvidelse',
|
|
76
84
|
'fabric.editor.tooltip.taskList': 'et handlingselement',
|
|
85
|
+
'fabric.editor.unableToOpenLink': 'Kan ikke åbne dette link',
|
|
86
|
+
'fabric.editor.unlink': 'Fjern link',
|
|
77
87
|
'fabric.editor.unsupportedBlockContent': 'Denne editor understøtter ikke visning af dette indhold',
|
|
78
88
|
'fabric.editor.unsupportedContentTooltip': 'Indholdet er ikke tilgængeligt i denne editor. Det bevares, når du redigerer og gemmer',
|
|
79
89
|
'fabric.editor.unsupportedInlineContent': 'Ikke-understøttet indhold',
|
|
80
90
|
'fabric.editor.viewMore': 'Vis mere',
|
|
81
91
|
'fabric.editor.visit': 'Åbn link i et nyt vindue',
|
|
92
|
+
'fabric.editor.wrapLeft': 'Skub til venstre',
|
|
93
|
+
'fabric.editor.wrapRight': 'Skub til højre',
|
|
82
94
|
'fabric.theme.blue': 'Blue',
|
|
83
95
|
'fabric.theme.bold-blue': 'Mørkeblå',
|
|
84
96
|
'fabric.theme.bold-gray': 'Stærk grå',
|
package/dist/esm/i18n/de.js
CHANGED
|
@@ -30,9 +30,11 @@ export default {
|
|
|
30
30
|
'fabric.editor.date.description': 'Datum mittels Kalender hinzufügen',
|
|
31
31
|
'fabric.editor.decision': 'Entscheidung',
|
|
32
32
|
'fabric.editor.decision.description': 'Entscheidungen erfassen, um sie leicht zu verfolgen',
|
|
33
|
+
'fabric.editor.editLink': 'Link bearbeiten',
|
|
33
34
|
'fabric.editor.editMode.inviteToEditButton.title': 'Zum Bearbeiten einladen',
|
|
34
35
|
'fabric.editor.emoji': 'Emoji',
|
|
35
36
|
'fabric.editor.emoji.description': 'Verwenden Sie Emojis, um Ideen 🎉 und Emotionen 😄 auszudrücken.',
|
|
37
|
+
'fabric.editor.emptyLink': 'Bitte geben Sie einen Link ein.',
|
|
36
38
|
'fabric.editor.expand': 'Erweiterung',
|
|
37
39
|
'fabric.editor.expand.description': 'Eine Erweiterung einfügen',
|
|
38
40
|
'fabric.editor.expandDefaultTitle': 'Klicken Sie hier, um zu erweitern …',
|
|
@@ -44,13 +46,18 @@ export default {
|
|
|
44
46
|
'fabric.editor.help.description': 'Alle Tastenkombinationen und Markdown-Optionen durchsuchen',
|
|
45
47
|
'fabric.editor.horizontalRule': 'Trennlinie',
|
|
46
48
|
'fabric.editor.horizontalRule.description': 'Inhalte mithilfe einer horizontalen Linie unterteilen',
|
|
49
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'Link einfügen oder suchen',
|
|
47
50
|
'fabric.editor.image': 'Bild',
|
|
48
51
|
'fabric.editor.insertMenu': 'Einfügen',
|
|
52
|
+
'fabric.editor.invalidLink': 'Bitte geben Sie einen gültigen Link ein.',
|
|
49
53
|
'fabric.editor.layoutFixedWidth': 'Zurück zur Mitte',
|
|
50
54
|
'fabric.editor.layoutFullWidth': 'Volle Breite wählen',
|
|
51
55
|
'fabric.editor.layoutWide': 'Verbreitern',
|
|
52
56
|
'fabric.editor.link': 'Link',
|
|
53
57
|
'fabric.editor.link.description': 'Link einfügen',
|
|
58
|
+
'fabric.editor.linkAddress': 'Link-Adresse',
|
|
59
|
+
'fabric.editor.linkPlaceholder': 'Link einfügen',
|
|
60
|
+
'fabric.editor.mediaAddLink': 'Link hinzufügen',
|
|
54
61
|
'fabric.editor.mediaFiles': 'Bild, Video oder Datei',
|
|
55
62
|
'fabric.editor.mediaFiles.description': 'Bilder oder andere Dateien zu Ihrer Seite hinzufügen',
|
|
56
63
|
'fabric.editor.mention': 'Erwähnen',
|
|
@@ -61,6 +68,7 @@ export default {
|
|
|
61
68
|
'fabric.editor.remove': 'Entfernen',
|
|
62
69
|
'fabric.editor.removeEmoji': 'Emoji entfernen',
|
|
63
70
|
'fabric.editor.saveButton': 'Speichern',
|
|
71
|
+
'fabric.editor.settingsLinks': 'Zu den Link-Einstellungen',
|
|
64
72
|
'fabric.editor.status': 'Status',
|
|
65
73
|
'fabric.editor.status.description': 'Benutzerdefiniertes Status-Label hinzufügen',
|
|
66
74
|
'fabric.editor.table': 'Tabelle',
|
|
@@ -74,11 +82,15 @@ export default {
|
|
|
74
82
|
'fabric.editor.tooltip.defaultBlockNode': 'ein Blockknoten',
|
|
75
83
|
'fabric.editor.tooltip.nestedExpand': 'eine verschachtelte Erweiterung',
|
|
76
84
|
'fabric.editor.tooltip.taskList': 'eine Aufgabe',
|
|
85
|
+
'fabric.editor.unableToOpenLink': 'Dieser Link konnte nicht geöffnet werden.',
|
|
86
|
+
'fabric.editor.unlink': 'Verknüpfung löschen',
|
|
77
87
|
'fabric.editor.unsupportedBlockContent': 'Dieser Editor unterstützt die Anzeige dieses Inhalts nicht',
|
|
78
88
|
'fabric.editor.unsupportedContentTooltip': 'Der Inhalt ist in diesem Editor nicht verfügbar, dies bleibt durch Bearbeiten und Speichern erhalten.',
|
|
79
89
|
'fabric.editor.unsupportedInlineContent': 'Nicht unterstützter Inhalt',
|
|
80
90
|
'fabric.editor.viewMore': 'Mehr anzeigen',
|
|
81
91
|
'fabric.editor.visit': 'Link in neuem Fenster öffnen',
|
|
92
|
+
'fabric.editor.wrapLeft': 'Links umwickeln',
|
|
93
|
+
'fabric.editor.wrapRight': 'Rechts umwickeln',
|
|
82
94
|
'fabric.theme.blue': 'Blue',
|
|
83
95
|
'fabric.theme.bold-blue': 'Kräftiges Blau',
|
|
84
96
|
'fabric.theme.bold-gray': 'Dunkles Grau',
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -30,9 +30,11 @@ export default {
|
|
|
30
30
|
'fabric.editor.date.description': 'Add a date using a calendar',
|
|
31
31
|
'fabric.editor.decision': 'Decision',
|
|
32
32
|
'fabric.editor.decision.description': 'Capture decisions so they’re easy to track',
|
|
33
|
+
'fabric.editor.editLink': 'Edit link',
|
|
33
34
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invite to edit',
|
|
34
35
|
'fabric.editor.emoji': 'Emoji',
|
|
35
36
|
'fabric.editor.emoji.description': 'Use emojis to express ideas 🎉 and emotions 😄',
|
|
37
|
+
'fabric.editor.emptyLink': 'Please enter a link.',
|
|
36
38
|
'fabric.editor.expand': 'Expand',
|
|
37
39
|
'fabric.editor.expand.description': 'Insert an expand',
|
|
38
40
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
@@ -44,13 +46,18 @@ export default {
|
|
|
44
46
|
'fabric.editor.help.description': 'Browse all the keyboard shortcuts and markdown options',
|
|
45
47
|
'fabric.editor.horizontalRule': 'Divider',
|
|
46
48
|
'fabric.editor.horizontalRule.description': 'Separate content with a horizontal line',
|
|
49
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'Paste or search for link',
|
|
47
50
|
'fabric.editor.image': 'Image',
|
|
48
51
|
'fabric.editor.insertMenu': 'Insert',
|
|
52
|
+
'fabric.editor.invalidLink': 'Please enter a valid link.',
|
|
49
53
|
'fabric.editor.layoutFixedWidth': 'Back to center',
|
|
50
54
|
'fabric.editor.layoutFullWidth': 'Go full width',
|
|
51
55
|
'fabric.editor.layoutWide': 'Go wide',
|
|
52
56
|
'fabric.editor.link': 'Link',
|
|
53
57
|
'fabric.editor.link.description': 'Insert a link',
|
|
58
|
+
'fabric.editor.linkAddress': 'Link address',
|
|
59
|
+
'fabric.editor.linkPlaceholder': 'Paste link',
|
|
60
|
+
'fabric.editor.mediaAddLink': 'Add link',
|
|
54
61
|
'fabric.editor.mediaFiles': 'Image, video, or file',
|
|
55
62
|
'fabric.editor.mediaFiles.description': 'Add images and other files to your page',
|
|
56
63
|
'fabric.editor.mention': 'Mention',
|
|
@@ -61,6 +68,7 @@ export default {
|
|
|
61
68
|
'fabric.editor.remove': 'Remove',
|
|
62
69
|
'fabric.editor.removeEmoji': 'Remove emoji',
|
|
63
70
|
'fabric.editor.saveButton': 'Save',
|
|
71
|
+
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
64
72
|
'fabric.editor.status': 'Status',
|
|
65
73
|
'fabric.editor.status.description': 'Add a custom status label',
|
|
66
74
|
'fabric.editor.table': 'Table',
|
|
@@ -74,11 +82,15 @@ export default {
|
|
|
74
82
|
'fabric.editor.tooltip.defaultBlockNode': 'a block node',
|
|
75
83
|
'fabric.editor.tooltip.nestedExpand': 'a nested expand',
|
|
76
84
|
'fabric.editor.tooltip.taskList': 'an action item',
|
|
85
|
+
'fabric.editor.unableToOpenLink': 'Unable to open this link',
|
|
86
|
+
'fabric.editor.unlink': 'Unlink',
|
|
77
87
|
'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
|
|
78
88
|
'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
|
|
79
89
|
'fabric.editor.unsupportedInlineContent': 'Unsupported content',
|
|
80
90
|
'fabric.editor.viewMore': 'View more',
|
|
81
91
|
'fabric.editor.visit': 'Open link in a new window',
|
|
92
|
+
'fabric.editor.wrapLeft': 'Wrap left',
|
|
93
|
+
'fabric.editor.wrapRight': 'Wrap right',
|
|
82
94
|
'fabric.theme.blue': 'Blue',
|
|
83
95
|
'fabric.theme.bold-blue': 'Bold blue',
|
|
84
96
|
'fabric.theme.bold-gray': 'Bold gray',
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -30,9 +30,11 @@ export default {
|
|
|
30
30
|
'fabric.editor.date.description': 'Add a date using a calendar',
|
|
31
31
|
'fabric.editor.decision': 'Decision',
|
|
32
32
|
'fabric.editor.decision.description': 'Capture decisions so they’re easy to track',
|
|
33
|
+
'fabric.editor.editLink': 'Edit link',
|
|
33
34
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invite to edit',
|
|
34
35
|
'fabric.editor.emoji': 'Emoji',
|
|
35
36
|
'fabric.editor.emoji.description': 'Use emojis to express ideas 🎉 and emotions 😄',
|
|
37
|
+
'fabric.editor.emptyLink': 'Please enter a link.',
|
|
36
38
|
'fabric.editor.expand': 'Expand',
|
|
37
39
|
'fabric.editor.expand.description': 'Insert an expand',
|
|
38
40
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
@@ -44,13 +46,18 @@ export default {
|
|
|
44
46
|
'fabric.editor.help.description': 'Browse all the keyboard shortcuts and markdown options',
|
|
45
47
|
'fabric.editor.horizontalRule': 'Divider',
|
|
46
48
|
'fabric.editor.horizontalRule.description': 'Separate content with a horizontal line',
|
|
49
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'Paste or search for link',
|
|
47
50
|
'fabric.editor.image': 'Image',
|
|
48
51
|
'fabric.editor.insertMenu': 'Insert',
|
|
52
|
+
'fabric.editor.invalidLink': 'Please enter a valid link.',
|
|
49
53
|
'fabric.editor.layoutFixedWidth': 'Back to center',
|
|
50
54
|
'fabric.editor.layoutFullWidth': 'Go full width',
|
|
51
55
|
'fabric.editor.layoutWide': 'Go wide',
|
|
52
56
|
'fabric.editor.link': 'Link',
|
|
53
57
|
'fabric.editor.link.description': 'Insert a link',
|
|
58
|
+
'fabric.editor.linkAddress': 'Link address',
|
|
59
|
+
'fabric.editor.linkPlaceholder': 'Paste link',
|
|
60
|
+
'fabric.editor.mediaAddLink': 'Add link',
|
|
54
61
|
'fabric.editor.mediaFiles': 'Image, video, or file',
|
|
55
62
|
'fabric.editor.mediaFiles.description': 'Add images and other files to your page',
|
|
56
63
|
'fabric.editor.mention': 'Mention',
|
|
@@ -61,6 +68,7 @@ export default {
|
|
|
61
68
|
'fabric.editor.remove': 'Remove',
|
|
62
69
|
'fabric.editor.removeEmoji': 'Remove emoji',
|
|
63
70
|
'fabric.editor.saveButton': 'Save',
|
|
71
|
+
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
64
72
|
'fabric.editor.status': 'Status',
|
|
65
73
|
'fabric.editor.status.description': 'Add a custom status label',
|
|
66
74
|
'fabric.editor.table': 'Table',
|
|
@@ -74,11 +82,15 @@ export default {
|
|
|
74
82
|
'fabric.editor.tooltip.defaultBlockNode': 'a block node',
|
|
75
83
|
'fabric.editor.tooltip.nestedExpand': 'a nested expand',
|
|
76
84
|
'fabric.editor.tooltip.taskList': 'an action item',
|
|
85
|
+
'fabric.editor.unableToOpenLink': 'Unable to open this link',
|
|
86
|
+
'fabric.editor.unlink': 'Unlink',
|
|
77
87
|
'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
|
|
78
88
|
'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
|
|
79
89
|
'fabric.editor.unsupportedInlineContent': 'Unsupported content',
|
|
80
90
|
'fabric.editor.viewMore': 'View more',
|
|
81
91
|
'fabric.editor.visit': 'Open link in a new window',
|
|
92
|
+
'fabric.editor.wrapLeft': 'Wrap left',
|
|
93
|
+
'fabric.editor.wrapRight': 'Wrap right',
|
|
82
94
|
'fabric.theme.blue': 'Blue',
|
|
83
95
|
'fabric.theme.bold-blue': 'Bold blue',
|
|
84
96
|
'fabric.theme.bold-gray': 'Bold gray',
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -30,9 +30,11 @@ export default {
|
|
|
30
30
|
'fabric.editor.date.description': 'Add a date using a calendar',
|
|
31
31
|
'fabric.editor.decision': 'Decision',
|
|
32
32
|
'fabric.editor.decision.description': 'Capture decisions so they’re easy to track',
|
|
33
|
+
'fabric.editor.editLink': 'Edit link',
|
|
33
34
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invite to edit',
|
|
34
35
|
'fabric.editor.emoji': 'Emoji',
|
|
35
36
|
'fabric.editor.emoji.description': 'Use emojis to express ideas 🎉 and emotions 😄',
|
|
37
|
+
'fabric.editor.emptyLink': 'Please enter a link.',
|
|
36
38
|
'fabric.editor.expand': 'Expand',
|
|
37
39
|
'fabric.editor.expand.description': 'Insert an expand',
|
|
38
40
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
@@ -44,13 +46,18 @@ export default {
|
|
|
44
46
|
'fabric.editor.help.description': 'Browse all the keyboard shortcuts and markdown options',
|
|
45
47
|
'fabric.editor.horizontalRule': 'Divider',
|
|
46
48
|
'fabric.editor.horizontalRule.description': 'Separate content with a horizontal line',
|
|
49
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'Paste or search for link',
|
|
47
50
|
'fabric.editor.image': 'Image',
|
|
48
51
|
'fabric.editor.insertMenu': 'Insert',
|
|
52
|
+
'fabric.editor.invalidLink': 'Please enter a valid link.',
|
|
49
53
|
'fabric.editor.layoutFixedWidth': 'Back to center',
|
|
50
54
|
'fabric.editor.layoutFullWidth': 'Go full width',
|
|
51
55
|
'fabric.editor.layoutWide': 'Go wide',
|
|
52
56
|
'fabric.editor.link': 'Link',
|
|
53
57
|
'fabric.editor.link.description': 'Insert a link',
|
|
58
|
+
'fabric.editor.linkAddress': 'Link address',
|
|
59
|
+
'fabric.editor.linkPlaceholder': 'Paste link',
|
|
60
|
+
'fabric.editor.mediaAddLink': 'Add link',
|
|
54
61
|
'fabric.editor.mediaFiles': 'Image, video, or file',
|
|
55
62
|
'fabric.editor.mediaFiles.description': 'Add images and other files to your page',
|
|
56
63
|
'fabric.editor.mention': 'Mention',
|
|
@@ -61,6 +68,7 @@ export default {
|
|
|
61
68
|
'fabric.editor.remove': 'Remove',
|
|
62
69
|
'fabric.editor.removeEmoji': 'Remove emoji',
|
|
63
70
|
'fabric.editor.saveButton': 'Save',
|
|
71
|
+
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
64
72
|
'fabric.editor.status': 'Status',
|
|
65
73
|
'fabric.editor.status.description': 'Add a custom status label',
|
|
66
74
|
'fabric.editor.table': 'Table',
|
|
@@ -74,11 +82,15 @@ export default {
|
|
|
74
82
|
'fabric.editor.tooltip.defaultBlockNode': 'a block node',
|
|
75
83
|
'fabric.editor.tooltip.nestedExpand': 'a nested expand',
|
|
76
84
|
'fabric.editor.tooltip.taskList': 'an action item',
|
|
85
|
+
'fabric.editor.unableToOpenLink': 'Unable to open this link',
|
|
86
|
+
'fabric.editor.unlink': 'Unlink',
|
|
77
87
|
'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
|
|
78
88
|
'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
|
|
79
89
|
'fabric.editor.unsupportedInlineContent': 'Unsupported content',
|
|
80
90
|
'fabric.editor.viewMore': 'View more',
|
|
81
91
|
'fabric.editor.visit': 'Open link in a new window',
|
|
92
|
+
'fabric.editor.wrapLeft': 'Wrap left',
|
|
93
|
+
'fabric.editor.wrapRight': 'Wrap right',
|
|
82
94
|
'fabric.theme.blue': 'Blue',
|
|
83
95
|
'fabric.theme.bold-blue': 'Bold blue',
|
|
84
96
|
'fabric.theme.bold-gray': 'Bold gray',
|
package/dist/esm/i18n/es.js
CHANGED
|
@@ -30,9 +30,11 @@ export default {
|
|
|
30
30
|
'fabric.editor.date.description': 'Añadir una fecha usando un calendario',
|
|
31
31
|
'fabric.editor.decision': 'Decisión',
|
|
32
32
|
'fabric.editor.decision.description': 'Captar decisiones para que sea más fácil supervisarlas',
|
|
33
|
+
'fabric.editor.editLink': 'Editar enlace',
|
|
33
34
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invitar a editar',
|
|
34
35
|
'fabric.editor.emoji': 'Emoji',
|
|
35
36
|
'fabric.editor.emoji.description': 'Usa emojis para expresar ideas 🎉 y emociones 😄',
|
|
37
|
+
'fabric.editor.emptyLink': 'Introduce un enlace.',
|
|
36
38
|
'fabric.editor.expand': 'Ampliar',
|
|
37
39
|
'fabric.editor.expand.description': 'Insertar una ampliación',
|
|
38
40
|
'fabric.editor.expandDefaultTitle': 'Haz clic aquí para ampliar...',
|
|
@@ -44,13 +46,18 @@ export default {
|
|
|
44
46
|
'fabric.editor.help.description': 'Navegar por todos los atajos de teclado y opciones de markdown',
|
|
45
47
|
'fabric.editor.horizontalRule': 'Divisor',
|
|
46
48
|
'fabric.editor.horizontalRule.description': 'Separar el contenido con una línea horizontal',
|
|
49
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'Pegar o buscar el enlace',
|
|
47
50
|
'fabric.editor.image': 'Imagen',
|
|
48
51
|
'fabric.editor.insertMenu': 'Insertar',
|
|
52
|
+
'fabric.editor.invalidLink': 'Introduce un enlace válido.',
|
|
49
53
|
'fabric.editor.layoutFixedWidth': 'Volver a centrar',
|
|
50
54
|
'fabric.editor.layoutFullWidth': 'Usar ancho completo',
|
|
51
55
|
'fabric.editor.layoutWide': 'Usar formato ancho',
|
|
52
56
|
'fabric.editor.link': 'Vincular',
|
|
53
57
|
'fabric.editor.link.description': 'Insertar un enlace',
|
|
58
|
+
'fabric.editor.linkAddress': 'Dirección del enlace',
|
|
59
|
+
'fabric.editor.linkPlaceholder': 'Pegar enlace',
|
|
60
|
+
'fabric.editor.mediaAddLink': 'Añadir enlace',
|
|
54
61
|
'fabric.editor.mediaFiles': 'Imagen, vídeo o archivo',
|
|
55
62
|
'fabric.editor.mediaFiles.description': 'Añadir imágenes y otros archivos a la página',
|
|
56
63
|
'fabric.editor.mention': 'Mención',
|
|
@@ -61,6 +68,7 @@ export default {
|
|
|
61
68
|
'fabric.editor.remove': 'Eliminar',
|
|
62
69
|
'fabric.editor.removeEmoji': 'Eliminar emoji',
|
|
63
70
|
'fabric.editor.saveButton': 'Guardar',
|
|
71
|
+
'fabric.editor.settingsLinks': 'Ir a Preferencias de enlaces',
|
|
64
72
|
'fabric.editor.status': 'Estado',
|
|
65
73
|
'fabric.editor.status.description': 'Añadir una etiqueta de estado personalizada',
|
|
66
74
|
'fabric.editor.table': 'Tabla',
|
|
@@ -74,11 +82,15 @@ export default {
|
|
|
74
82
|
'fabric.editor.tooltip.defaultBlockNode': 'un nodo de bloqueo',
|
|
75
83
|
'fabric.editor.tooltip.nestedExpand': 'una expansión anidada',
|
|
76
84
|
'fabric.editor.tooltip.taskList': 'un elemento de acción',
|
|
85
|
+
'fabric.editor.unableToOpenLink': 'No se puede abrir este enlace',
|
|
86
|
+
'fabric.editor.unlink': 'Desvincular',
|
|
77
87
|
'fabric.editor.unsupportedBlockContent': 'Este editor no permite mostrar este contenido.',
|
|
78
88
|
'fabric.editor.unsupportedContentTooltip': 'El contenido no está disponible en este editor, se conservará cuando edites y guardes.',
|
|
79
89
|
'fabric.editor.unsupportedInlineContent': 'Contenido no admitido',
|
|
80
90
|
'fabric.editor.viewMore': 'Ver más',
|
|
81
91
|
'fabric.editor.visit': 'Abrir el enlace en otra ventana',
|
|
92
|
+
'fabric.editor.wrapLeft': 'Ajustar a la izquierda',
|
|
93
|
+
'fabric.editor.wrapRight': 'Ajustar a la derecha',
|
|
82
94
|
'fabric.theme.blue': 'Blue',
|
|
83
95
|
'fabric.theme.bold-blue': 'Azul intenso',
|
|
84
96
|
'fabric.theme.bold-gray': 'Gris oscuro',
|
package/dist/esm/i18n/fi.js
CHANGED
|
@@ -30,9 +30,11 @@ export default {
|
|
|
30
30
|
'fabric.editor.date.description': 'Lisää päivämäärä kalenterin avulla',
|
|
31
31
|
'fabric.editor.decision': 'Päätös',
|
|
32
32
|
'fabric.editor.decision.description': 'Taltioi päätökset, jotta niitä on helppo seurata',
|
|
33
|
+
'fabric.editor.editLink': 'Muokkaa linkkiä',
|
|
33
34
|
'fabric.editor.editMode.inviteToEditButton.title': 'Kutsu käyttäjä muokkaamaan',
|
|
34
35
|
'fabric.editor.emoji': 'Emoji',
|
|
35
36
|
'fabric.editor.emoji.description': 'Ilmaise ideoita 🎉 ja tunteita 😄emojien avulla',
|
|
37
|
+
'fabric.editor.emptyLink': 'Anna linkki.',
|
|
36
38
|
'fabric.editor.expand': 'Laajenna',
|
|
37
39
|
'fabric.editor.expand.description': 'Lisää laajennus',
|
|
38
40
|
'fabric.editor.expandDefaultTitle': 'Klikkaa tähän laajentaaksesi...',
|
|
@@ -44,13 +46,18 @@ export default {
|
|
|
44
46
|
'fabric.editor.help.description': 'Selaa kaikkia pikanäppäimiä ja Markdown-vaihtoehtoja',
|
|
45
47
|
'fabric.editor.horizontalRule': 'Jakaja',
|
|
46
48
|
'fabric.editor.horizontalRule.description': 'Erota sisältö vaakaviivalla',
|
|
49
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'Liitä tai hae linkki',
|
|
47
50
|
'fabric.editor.image': 'Kuva',
|
|
48
51
|
'fabric.editor.insertMenu': 'Lisää',
|
|
52
|
+
'fabric.editor.invalidLink': 'Anna käypä linkki.',
|
|
49
53
|
'fabric.editor.layoutFixedWidth': 'Takaisin keskelle',
|
|
50
54
|
'fabric.editor.layoutFullWidth': 'Näytä koko leveydellä',
|
|
51
55
|
'fabric.editor.layoutWide': 'Levennä',
|
|
52
56
|
'fabric.editor.link': 'Linkki',
|
|
53
57
|
'fabric.editor.link.description': 'Lisää linkki',
|
|
58
|
+
'fabric.editor.linkAddress': 'Linkitä osoite',
|
|
59
|
+
'fabric.editor.linkPlaceholder': 'Liimaa linkki',
|
|
60
|
+
'fabric.editor.mediaAddLink': 'Lisää linkki',
|
|
54
61
|
'fabric.editor.mediaFiles': 'Kuva, video tai tiedosto',
|
|
55
62
|
'fabric.editor.mediaFiles.description': 'Lisää kuvia ja muita tiedostoja sivullesi',
|
|
56
63
|
'fabric.editor.mention': 'Maininta',
|
|
@@ -61,6 +68,7 @@ export default {
|
|
|
61
68
|
'fabric.editor.remove': 'Poista',
|
|
62
69
|
'fabric.editor.removeEmoji': 'Poista emoji',
|
|
63
70
|
'fabric.editor.saveButton': 'Tallenna',
|
|
71
|
+
'fabric.editor.settingsLinks': 'Siirry Linkkivalintoihin',
|
|
64
72
|
'fabric.editor.status': 'Tila',
|
|
65
73
|
'fabric.editor.status.description': 'Lisää mukautettu tilan tunniste',
|
|
66
74
|
'fabric.editor.table': 'Taulu',
|
|
@@ -74,11 +82,15 @@ export default {
|
|
|
74
82
|
'fabric.editor.tooltip.defaultBlockNode': 'lohkon solmu',
|
|
75
83
|
'fabric.editor.tooltip.nestedExpand': 'sisäkkäinen laajennus',
|
|
76
84
|
'fabric.editor.tooltip.taskList': 'toimintakohde',
|
|
85
|
+
'fabric.editor.unableToOpenLink': 'Tätä linkkiä ei voi avata',
|
|
86
|
+
'fabric.editor.unlink': 'Poista linkitys',
|
|
77
87
|
'fabric.editor.unsupportedBlockContent': 'Tämä editori ei tue tämän sisällön näyttämistä',
|
|
78
88
|
'fabric.editor.unsupportedContentTooltip': 'Sisältöä ei ole saatavilla tässä editorissa – tämä pätee myös sen jälkeen, kun muokkaat ja tallennat',
|
|
79
89
|
'fabric.editor.unsupportedInlineContent': 'Sisältöä ei tueta',
|
|
80
90
|
'fabric.editor.viewMore': 'Näytä lisää',
|
|
81
91
|
'fabric.editor.visit': 'Avaa linkki uudessa ikkunassa',
|
|
92
|
+
'fabric.editor.wrapLeft': 'Rivitä vasemmalle',
|
|
93
|
+
'fabric.editor.wrapRight': 'Rivitä oikealle',
|
|
82
94
|
'fabric.theme.blue': 'Blue',
|
|
83
95
|
'fabric.theme.bold-blue': 'Tummansininen',
|
|
84
96
|
'fabric.theme.bold-gray': 'Tummanharmaa',
|
package/dist/esm/i18n/fr.js
CHANGED
|
@@ -30,9 +30,11 @@ export default {
|
|
|
30
30
|
'fabric.editor.date.description': 'Ajouter une date depuis un calendrier',
|
|
31
31
|
'fabric.editor.decision': 'Décision',
|
|
32
32
|
'fabric.editor.decision.description': 'Enregistrer des décisions pour les suivre plus facilement',
|
|
33
|
+
'fabric.editor.editLink': 'Modifier le lien',
|
|
33
34
|
'fabric.editor.editMode.inviteToEditButton.title': 'Inviter à modifier',
|
|
34
35
|
'fabric.editor.emoji': 'Émoticône',
|
|
35
36
|
'fabric.editor.emoji.description': 'Ajouter des émoticônes pour exprimer vos idées 🎉 et vos émotions 😄',
|
|
37
|
+
'fabric.editor.emptyLink': 'Veuillez saisir un lien.',
|
|
36
38
|
'fabric.editor.expand': 'Développer',
|
|
37
39
|
'fabric.editor.expand.description': 'Insérer une extension',
|
|
38
40
|
'fabric.editor.expandDefaultTitle': 'Cliquez ici pour développer...',
|
|
@@ -44,13 +46,18 @@ export default {
|
|
|
44
46
|
'fabric.editor.help.description': 'Parcourir les raccourcis clavier et les options de réduction',
|
|
45
47
|
'fabric.editor.horizontalRule': 'Séparateur',
|
|
46
48
|
'fabric.editor.horizontalRule.description': 'Séparer du contenu avec une ligne horizontale',
|
|
49
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'Coller ou rechercher un lien',
|
|
47
50
|
'fabric.editor.image': 'Image',
|
|
48
51
|
'fabric.editor.insertMenu': 'Insertion',
|
|
52
|
+
'fabric.editor.invalidLink': 'Veuillez saisir un lien valide.',
|
|
49
53
|
'fabric.editor.layoutFixedWidth': 'Centrer à nouveau',
|
|
50
54
|
'fabric.editor.layoutFullWidth': 'Passer en mode pleine largeur',
|
|
51
55
|
'fabric.editor.layoutWide': 'Passer en mode élargi',
|
|
52
56
|
'fabric.editor.link': 'Lien',
|
|
53
57
|
'fabric.editor.link.description': 'Insérer un lien',
|
|
58
|
+
'fabric.editor.linkAddress': 'Adresse du lien',
|
|
59
|
+
'fabric.editor.linkPlaceholder': 'Coller un lien',
|
|
60
|
+
'fabric.editor.mediaAddLink': 'Ajouter un lien',
|
|
54
61
|
'fabric.editor.mediaFiles': 'Image, vidéo ou fichier',
|
|
55
62
|
'fabric.editor.mediaFiles.description': "Ajoutez des images et d'autres fichiers à votre page",
|
|
56
63
|
'fabric.editor.mention': 'Mention',
|
|
@@ -61,6 +68,7 @@ export default {
|
|
|
61
68
|
'fabric.editor.remove': 'Supprimer',
|
|
62
69
|
'fabric.editor.removeEmoji': "Supprimer l'émoticône",
|
|
63
70
|
'fabric.editor.saveButton': 'Enregistrer',
|
|
71
|
+
'fabric.editor.settingsLinks': 'Accéder aux préférences des liens',
|
|
64
72
|
'fabric.editor.status': 'État',
|
|
65
73
|
'fabric.editor.status.description': "Ajouter une étiquette d'état personnalisée",
|
|
66
74
|
'fabric.editor.table': 'Tableau',
|
|
@@ -74,11 +82,15 @@ export default {
|
|
|
74
82
|
'fabric.editor.tooltip.defaultBlockNode': 'un nœud de bloc',
|
|
75
83
|
'fabric.editor.tooltip.nestedExpand': 'une extension imbriquée',
|
|
76
84
|
'fabric.editor.tooltip.taskList': 'une mesure',
|
|
85
|
+
'fabric.editor.unableToOpenLink': "Impossible d'ouvrir ce lien",
|
|
86
|
+
'fabric.editor.unlink': 'Dissocier',
|
|
77
87
|
'fabric.editor.unsupportedBlockContent': "Cet éditeur ne prend pas en charge l'affichage de ce contenu",
|
|
78
88
|
'fabric.editor.unsupportedContentTooltip': "Le contenu n'est pas disponible dans cet éditeur, il sera conservé lorsque vous le modifierez et l'enregistrerez",
|
|
79
89
|
'fabric.editor.unsupportedInlineContent': 'Contenu non pris en charge',
|
|
80
90
|
'fabric.editor.viewMore': 'Voir plus',
|
|
81
91
|
'fabric.editor.visit': 'Ouvrir le lien dans une nouvelle fenêtre',
|
|
92
|
+
'fabric.editor.wrapLeft': 'Ajuster vers la gauche',
|
|
93
|
+
'fabric.editor.wrapRight': 'Ajuster vers la droite',
|
|
82
94
|
'fabric.theme.blue': 'Blue',
|
|
83
95
|
'fabric.theme.bold-blue': 'Bleu vif',
|
|
84
96
|
'fabric.theme.bold-gray': 'Gris vif',
|
package/dist/esm/i18n/hu.js
CHANGED
|
@@ -30,9 +30,11 @@ export default {
|
|
|
30
30
|
'fabric.editor.date.description': 'Dátum hozzáadása naptár használatával',
|
|
31
31
|
'fabric.editor.decision': 'Döntés',
|
|
32
32
|
'fabric.editor.decision.description': 'Döntések rögzítése az egyszerű nyomon követés érdekében',
|
|
33
|
+
'fabric.editor.editLink': 'Hivatkozás szerkesztése',
|
|
33
34
|
'fabric.editor.editMode.inviteToEditButton.title': 'Meghívás szerkesztésre',
|
|
34
35
|
'fabric.editor.emoji': 'Emoji',
|
|
35
36
|
'fabric.editor.emoji.description': 'Hangulatjelek használata ötletek 🎉 és érzelmek 😄 kifejezésére',
|
|
37
|
+
'fabric.editor.emptyLink': 'Adj meg egy linket.',
|
|
36
38
|
'fabric.editor.expand': 'Kibontás',
|
|
37
39
|
'fabric.editor.expand.description': 'Kibontás beillesztése',
|
|
38
40
|
'fabric.editor.expandDefaultTitle': 'Kattints ide a kibontáshoz…',
|
|
@@ -44,13 +46,18 @@ export default {
|
|
|
44
46
|
'fabric.editor.help.description': 'Billentyűkombinációk és markdownlehetőségek böngészése',
|
|
45
47
|
'fabric.editor.horizontalRule': 'Elválasztó',
|
|
46
48
|
'fabric.editor.horizontalRule.description': 'Tartalom elválasztása egy vízszintes vonallal',
|
|
49
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'Beillesztés vagy link keresése',
|
|
47
50
|
'fabric.editor.image': 'Kép',
|
|
48
51
|
'fabric.editor.insertMenu': 'Beszúrás',
|
|
52
|
+
'fabric.editor.invalidLink': 'Adj meg egy érvényes linket.',
|
|
49
53
|
'fabric.editor.layoutFixedWidth': 'Vissza a középponthoz',
|
|
50
54
|
'fabric.editor.layoutFullWidth': 'Teljes szélességű nézet',
|
|
51
55
|
'fabric.editor.layoutWide': 'Széles nézet',
|
|
52
56
|
'fabric.editor.link': 'Hivatkozás',
|
|
53
57
|
'fabric.editor.link.description': 'Hivatkozás beillesztése',
|
|
58
|
+
'fabric.editor.linkAddress': 'Hivatkozás címe',
|
|
59
|
+
'fabric.editor.linkPlaceholder': 'Hivatkozás beillesztése',
|
|
60
|
+
'fabric.editor.mediaAddLink': 'Hivatkozás hozzáadása',
|
|
54
61
|
'fabric.editor.mediaFiles': 'Kép, videó vagy fájl',
|
|
55
62
|
'fabric.editor.mediaFiles.description': 'Képek és egyéb fájlok hozzáadása az oldalhoz',
|
|
56
63
|
'fabric.editor.mention': 'Említés',
|
|
@@ -61,6 +68,7 @@ export default {
|
|
|
61
68
|
'fabric.editor.remove': 'Eltávolítás',
|
|
62
69
|
'fabric.editor.removeEmoji': 'Emoji eltávolítása',
|
|
63
70
|
'fabric.editor.saveButton': 'Mentés',
|
|
71
|
+
'fabric.editor.settingsLinks': 'Ugrás a linkbeállításokhoz',
|
|
64
72
|
'fabric.editor.status': 'Állapot',
|
|
65
73
|
'fabric.editor.status.description': 'Egyéni állapotcímke hozzáadása',
|
|
66
74
|
'fabric.editor.table': 'Táblázat',
|
|
@@ -74,11 +82,15 @@ export default {
|
|
|
74
82
|
'fabric.editor.tooltip.defaultBlockNode': 'blokk csomópont',
|
|
75
83
|
'fabric.editor.tooltip.nestedExpand': 'beágyazott kibontás',
|
|
76
84
|
'fabric.editor.tooltip.taskList': 'műveleti elem',
|
|
85
|
+
'fabric.editor.unableToOpenLink': 'Nem lehet megnyitni ezt a linket',
|
|
86
|
+
'fabric.editor.unlink': 'Hivatkozás törlése',
|
|
77
87
|
'fabric.editor.unsupportedBlockContent': 'Ez a szerkesztő nem támogatja ennek a tartalomnak a megjelenítését',
|
|
78
88
|
'fabric.editor.unsupportedContentTooltip': 'A tartalom nem áll rendelkezésre ebben a szerkesztőben, azonban a rendszer megőrzi a szerkesztés és mentés után',
|
|
79
89
|
'fabric.editor.unsupportedInlineContent': 'Nem támogatott tartalom',
|
|
80
90
|
'fabric.editor.viewMore': 'Továbbiak megtekintése',
|
|
81
91
|
'fabric.editor.visit': 'Hivatkozás megnyitása új ablakban',
|
|
92
|
+
'fabric.editor.wrapLeft': 'Balra igazítás',
|
|
93
|
+
'fabric.editor.wrapRight': 'Jobbra igazítás',
|
|
82
94
|
'fabric.theme.blue': 'Blue',
|
|
83
95
|
'fabric.theme.bold-blue': 'Harsánykék',
|
|
84
96
|
'fabric.theme.bold-gray': 'Harsányszürke',
|
package/dist/esm/i18n/it.js
CHANGED
|
@@ -30,9 +30,11 @@ export default {
|
|
|
30
30
|
'fabric.editor.date.description': 'Aggiungi una data usando un calendario',
|
|
31
31
|
'fabric.editor.decision': 'Decisione',
|
|
32
32
|
'fabric.editor.decision.description': 'Acquisisci decisioni per monitorarle agevolmente',
|
|
33
|
+
'fabric.editor.editLink': 'Modifica link',
|
|
33
34
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invita a modificare',
|
|
34
35
|
'fabric.editor.emoji': 'Emoji',
|
|
35
36
|
'fabric.editor.emoji.description': 'Usa le emoji per esprimere idee 🎉 ed emozioni 😄',
|
|
37
|
+
'fabric.editor.emptyLink': 'Inserisci un link.',
|
|
36
38
|
'fabric.editor.expand': 'Espandi',
|
|
37
39
|
'fabric.editor.expand.description': 'Inserisci espansione',
|
|
38
40
|
'fabric.editor.expandDefaultTitle': 'Clicca qui per espandere...',
|
|
@@ -44,13 +46,18 @@ export default {
|
|
|
44
46
|
'fabric.editor.help.description': 'Sfoglia tutti i tasti di scelta rapida e le opzioni di Markdown',
|
|
45
47
|
'fabric.editor.horizontalRule': 'Divisore',
|
|
46
48
|
'fabric.editor.horizontalRule.description': 'Contenuti separati con una riga orizzontale',
|
|
49
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'Incolla o cerca il link',
|
|
47
50
|
'fabric.editor.image': 'Immagine',
|
|
48
51
|
'fabric.editor.insertMenu': 'Inserisci',
|
|
52
|
+
'fabric.editor.invalidLink': 'Inserisci un link valido.',
|
|
49
53
|
'fabric.editor.layoutFixedWidth': 'Torna alla visualizzazione centrata',
|
|
50
54
|
'fabric.editor.layoutFullWidth': 'Vai alla vista a schermo intero',
|
|
51
55
|
'fabric.editor.layoutWide': 'Allarga',
|
|
52
56
|
'fabric.editor.link': 'Inserisci link',
|
|
53
57
|
'fabric.editor.link.description': 'Inserisci un link',
|
|
58
|
+
'fabric.editor.linkAddress': 'Collega indirizzo',
|
|
59
|
+
'fabric.editor.linkPlaceholder': 'Incolla link',
|
|
60
|
+
'fabric.editor.mediaAddLink': 'Aggiungi link',
|
|
54
61
|
'fabric.editor.mediaFiles': 'Immagine, video o file',
|
|
55
62
|
'fabric.editor.mediaFiles.description': 'Aggiungi alla tua pagina immagini e altri file',
|
|
56
63
|
'fabric.editor.mention': 'Menziona',
|
|
@@ -61,6 +68,7 @@ export default {
|
|
|
61
68
|
'fabric.editor.remove': 'Rimuovi',
|
|
62
69
|
'fabric.editor.removeEmoji': 'Rimuovi emoji',
|
|
63
70
|
'fabric.editor.saveButton': 'Salva',
|
|
71
|
+
'fabric.editor.settingsLinks': 'Vai alle Preferenze per i link',
|
|
64
72
|
'fabric.editor.status': 'Stato',
|
|
65
73
|
'fabric.editor.status.description': 'Aggiungi un’etichetta di stato personalizzato',
|
|
66
74
|
'fabric.editor.table': 'Tabella',
|
|
@@ -74,11 +82,15 @@ export default {
|
|
|
74
82
|
'fabric.editor.tooltip.defaultBlockNode': 'un nodo di blocco',
|
|
75
83
|
'fabric.editor.tooltip.nestedExpand': "un'espansione annidata",
|
|
76
84
|
'fabric.editor.tooltip.taskList': 'un elemento di azione',
|
|
85
|
+
'fabric.editor.unableToOpenLink': 'Impossibile aprire questo link',
|
|
86
|
+
'fabric.editor.unlink': 'Rimuovi link',
|
|
77
87
|
'fabric.editor.unsupportedBlockContent': 'Questo editor non supporta la visualizzazione di questi contenuti',
|
|
78
88
|
'fabric.editor.unsupportedContentTooltip': 'I contenuti non sono disponibili in questo editor; saranno preservati in fase di modifica e salvataggio',
|
|
79
89
|
'fabric.editor.unsupportedInlineContent': 'Contenuti non supportati',
|
|
80
90
|
'fabric.editor.viewMore': 'Visualizza altro',
|
|
81
91
|
'fabric.editor.visit': 'Apri il link in una nuova finestra',
|
|
92
|
+
'fabric.editor.wrapLeft': 'Ritorno a capo a sinistra',
|
|
93
|
+
'fabric.editor.wrapRight': 'RItorno a capo a destra',
|
|
82
94
|
'fabric.theme.blue': 'Blue',
|
|
83
95
|
'fabric.theme.bold-blue': 'Blu intenso',
|
|
84
96
|
'fabric.theme.bold-gray': 'Grigio acceso',
|