@atlaskit/editor-common 74.51.4 → 74.51.6
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 +14 -0
- package/dist/cjs/guideline/utils.js +14 -12
- package/dist/cjs/i18n/cs.js +22 -0
- package/dist/cjs/i18n/da.js +22 -0
- package/dist/cjs/i18n/de.js +22 -0
- package/dist/cjs/i18n/en.js +5 -0
- package/dist/cjs/i18n/en_GB.js +5 -0
- package/dist/cjs/i18n/en_ZZ.js +5 -0
- package/dist/cjs/i18n/es.js +22 -0
- package/dist/cjs/i18n/fi.js +22 -0
- package/dist/cjs/i18n/fr.js +22 -0
- package/dist/cjs/i18n/hu.js +22 -0
- package/dist/cjs/i18n/it.js +22 -0
- package/dist/cjs/i18n/ja.js +22 -0
- package/dist/cjs/i18n/ko.js +22 -0
- package/dist/cjs/i18n/nb.js +22 -0
- package/dist/cjs/i18n/nl.js +22 -0
- package/dist/cjs/i18n/pl.js +22 -0
- package/dist/cjs/i18n/pt_BR.js +22 -0
- package/dist/cjs/i18n/ru.js +22 -0
- package/dist/cjs/i18n/sv.js +22 -0
- package/dist/cjs/i18n/th.js +22 -0
- package/dist/cjs/i18n/tr.js +22 -0
- package/dist/cjs/i18n/uk.js +22 -0
- package/dist/cjs/i18n/vi.js +22 -0
- package/dist/cjs/i18n/zh.js +22 -0
- package/dist/cjs/i18n/zh_TW.js +22 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/quick-insert/assets/date.js +8 -11
- package/dist/cjs/quick-insert/assets/heading1.js +0 -2
- package/dist/cjs/quick-insert/assets/heading2.js +0 -2
- package/dist/cjs/quick-insert/assets/heading3.js +0 -2
- package/dist/cjs/quick-insert/assets/heading4.js +0 -2
- package/dist/cjs/quick-insert/assets/heading5.js +0 -2
- package/dist/cjs/quick-insert/assets/heading6.js +0 -2
- package/dist/cjs/quick-insert/assets/layout.js +39 -12
- package/dist/cjs/quick-insert/assets/link.js +15 -6
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/utils/datasource.js +2 -1
- package/dist/cjs/utils/index.js +6 -0
- package/dist/es2019/guideline/utils.js +7 -9
- package/dist/es2019/i18n/cs.js +22 -0
- package/dist/es2019/i18n/da.js +22 -0
- package/dist/es2019/i18n/de.js +22 -0
- package/dist/es2019/i18n/en.js +5 -0
- package/dist/es2019/i18n/en_GB.js +5 -0
- package/dist/es2019/i18n/en_ZZ.js +5 -0
- package/dist/es2019/i18n/es.js +22 -0
- package/dist/es2019/i18n/fi.js +22 -0
- package/dist/es2019/i18n/fr.js +22 -0
- package/dist/es2019/i18n/hu.js +22 -0
- package/dist/es2019/i18n/it.js +22 -0
- package/dist/es2019/i18n/ja.js +22 -0
- package/dist/es2019/i18n/ko.js +22 -0
- package/dist/es2019/i18n/nb.js +22 -0
- package/dist/es2019/i18n/nl.js +22 -0
- package/dist/es2019/i18n/pl.js +22 -0
- package/dist/es2019/i18n/pt_BR.js +22 -0
- package/dist/es2019/i18n/ru.js +22 -0
- package/dist/es2019/i18n/sv.js +22 -0
- package/dist/es2019/i18n/th.js +22 -0
- package/dist/es2019/i18n/tr.js +22 -0
- package/dist/es2019/i18n/uk.js +22 -0
- package/dist/es2019/i18n/vi.js +22 -0
- package/dist/es2019/i18n/zh.js +22 -0
- package/dist/es2019/i18n/zh_TW.js +22 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/quick-insert/assets/date.js +8 -11
- package/dist/es2019/quick-insert/assets/heading1.js +0 -1
- package/dist/es2019/quick-insert/assets/heading2.js +0 -1
- package/dist/es2019/quick-insert/assets/heading3.js +0 -1
- package/dist/es2019/quick-insert/assets/heading4.js +0 -1
- package/dist/es2019/quick-insert/assets/heading5.js +0 -1
- package/dist/es2019/quick-insert/assets/heading6.js +0 -1
- package/dist/es2019/quick-insert/assets/layout.js +40 -11
- package/dist/es2019/quick-insert/assets/link.js +16 -5
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/utils/datasource.js +1 -1
- package/dist/es2019/utils/index.js +1 -1
- package/dist/esm/guideline/utils.js +14 -12
- package/dist/esm/i18n/cs.js +22 -0
- package/dist/esm/i18n/da.js +22 -0
- package/dist/esm/i18n/de.js +22 -0
- package/dist/esm/i18n/en.js +5 -0
- package/dist/esm/i18n/en_GB.js +5 -0
- package/dist/esm/i18n/en_ZZ.js +5 -0
- package/dist/esm/i18n/es.js +22 -0
- package/dist/esm/i18n/fi.js +22 -0
- package/dist/esm/i18n/fr.js +22 -0
- package/dist/esm/i18n/hu.js +22 -0
- package/dist/esm/i18n/it.js +22 -0
- package/dist/esm/i18n/ja.js +22 -0
- package/dist/esm/i18n/ko.js +22 -0
- package/dist/esm/i18n/nb.js +22 -0
- package/dist/esm/i18n/nl.js +22 -0
- package/dist/esm/i18n/pl.js +22 -0
- package/dist/esm/i18n/pt_BR.js +22 -0
- package/dist/esm/i18n/ru.js +22 -0
- package/dist/esm/i18n/sv.js +22 -0
- package/dist/esm/i18n/th.js +22 -0
- package/dist/esm/i18n/tr.js +22 -0
- package/dist/esm/i18n/uk.js +22 -0
- package/dist/esm/i18n/vi.js +22 -0
- package/dist/esm/i18n/zh.js +22 -0
- package/dist/esm/i18n/zh_TW.js +22 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/quick-insert/assets/date.js +8 -11
- package/dist/esm/quick-insert/assets/heading1.js +0 -1
- package/dist/esm/quick-insert/assets/heading2.js +0 -1
- package/dist/esm/quick-insert/assets/heading3.js +0 -1
- package/dist/esm/quick-insert/assets/heading4.js +0 -1
- package/dist/esm/quick-insert/assets/heading5.js +0 -1
- package/dist/esm/quick-insert/assets/heading6.js +0 -1
- package/dist/esm/quick-insert/assets/layout.js +39 -11
- package/dist/esm/quick-insert/assets/link.js +15 -5
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/utils/datasource.js +1 -1
- package/dist/esm/utils/index.js +1 -1
- package/dist/types/i18n/cs.d.ts +22 -0
- package/dist/types/i18n/da.d.ts +22 -0
- package/dist/types/i18n/de.d.ts +22 -0
- package/dist/types/i18n/en.d.ts +5 -0
- package/dist/types/i18n/en_GB.d.ts +5 -0
- package/dist/types/i18n/en_ZZ.d.ts +5 -0
- package/dist/types/i18n/es.d.ts +22 -0
- package/dist/types/i18n/fi.d.ts +22 -0
- package/dist/types/i18n/fr.d.ts +22 -0
- package/dist/types/i18n/hu.d.ts +22 -0
- package/dist/types/i18n/it.d.ts +22 -0
- package/dist/types/i18n/ja.d.ts +22 -0
- package/dist/types/i18n/ko.d.ts +22 -0
- package/dist/types/i18n/nb.d.ts +22 -0
- package/dist/types/i18n/nl.d.ts +22 -0
- package/dist/types/i18n/pl.d.ts +22 -0
- package/dist/types/i18n/pt_BR.d.ts +22 -0
- package/dist/types/i18n/ru.d.ts +22 -0
- package/dist/types/i18n/sv.d.ts +22 -0
- package/dist/types/i18n/th.d.ts +22 -0
- package/dist/types/i18n/tr.d.ts +22 -0
- package/dist/types/i18n/uk.d.ts +22 -0
- package/dist/types/i18n/vi.d.ts +22 -0
- package/dist/types/i18n/zh.d.ts +22 -0
- package/dist/types/i18n/zh_TW.d.ts +22 -0
- package/dist/types/ui/MediaSingle/index.d.ts +1 -1
- package/dist/types/utils/datasource.d.ts +2 -0
- package/dist/types/utils/index.d.ts +1 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +22 -0
- package/dist/types-ts4.5/i18n/da.d.ts +22 -0
- package/dist/types-ts4.5/i18n/de.d.ts +22 -0
- package/dist/types-ts4.5/i18n/en.d.ts +5 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +5 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +5 -0
- package/dist/types-ts4.5/i18n/es.d.ts +22 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +22 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +22 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +22 -0
- package/dist/types-ts4.5/i18n/it.d.ts +22 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +22 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +22 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +22 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +22 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +22 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +22 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +22 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +22 -0
- package/dist/types-ts4.5/i18n/th.d.ts +22 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +22 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +22 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +22 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +22 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +22 -0
- package/dist/types-ts4.5/ui/MediaSingle/index.d.ts +1 -1
- package/dist/types-ts4.5/utils/datasource.d.ts +2 -0
- package/dist/types-ts4.5/utils/index.d.ts +1 -1
- package/package.json +3 -3
package/dist/esm/i18n/da.js
CHANGED
|
@@ -17,12 +17,16 @@ export default {
|
|
|
17
17
|
'fabric.editor.blockDescription': 'Vis flere oplysninger om et link, inklusive sammendrag og handlinger',
|
|
18
18
|
'fabric.editor.blockTitle': 'Kort',
|
|
19
19
|
'fabric.editor.blockquote': 'et citat',
|
|
20
|
+
'fabric.editor.bold': 'Fed',
|
|
20
21
|
'fabric.editor.bug': 'Fejl',
|
|
21
22
|
'fabric.editor.cancelButton': 'Annullér',
|
|
22
23
|
'fabric.editor.captionPlaceholder': 'Tilføj en billedtekst',
|
|
23
24
|
'fabric.editor.cardFloatingControls': 'Muligheder for kort',
|
|
25
|
+
'fabric.editor.clearFormatting': 'Ryd fomattering',
|
|
24
26
|
'fabric.editor.clearLink': 'Ryd link',
|
|
25
27
|
'fabric.editor.clearLinkText': 'Ryd tekst',
|
|
28
|
+
'fabric.editor.code': 'Kode',
|
|
29
|
+
'fabric.editor.code.on': '{textFormattingOff}, kode aktiveret',
|
|
26
30
|
'fabric.editor.codeBidiWarningLabel': 'Tegn med tovejsfunktionalitet ændrer rækkefølgen, som teksten er gengivet i. Dette kan udnyttes til at skjule skadelig kode.',
|
|
27
31
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopieret!',
|
|
28
32
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiér som tekst',
|
|
@@ -81,6 +85,7 @@ export default {
|
|
|
81
85
|
'fabric.editor.inlineTitle': 'Indbyg',
|
|
82
86
|
'fabric.editor.insertMenu': 'Indsæt',
|
|
83
87
|
'fabric.editor.invalidLink': 'Indtast et gyldigt link.',
|
|
88
|
+
'fabric.editor.italic': 'Kursiv',
|
|
84
89
|
'fabric.editor.layoutFixedWidth': 'Tilbage til centrering',
|
|
85
90
|
'fabric.editor.layoutFullWidth': 'Vis i fuld bredde',
|
|
86
91
|
'fabric.editor.layoutWide': 'Vis bred',
|
|
@@ -88,12 +93,20 @@ export default {
|
|
|
88
93
|
'fabric.editor.link.description': 'Indsæt et link',
|
|
89
94
|
'fabric.editor.linkAddress': 'Linkadresse',
|
|
90
95
|
'fabric.editor.linkPlaceholder': 'Indsæt link',
|
|
96
|
+
'fabric.editor.lists': 'Liste',
|
|
91
97
|
'fabric.editor.mediaAddLink': 'Tilføj link',
|
|
92
98
|
'fabric.editor.mediaFiles': 'Billede, video eller fil',
|
|
93
99
|
'fabric.editor.mediaFiles.description': 'Tilføj billeder eller andre filer til din side',
|
|
94
100
|
'fabric.editor.mention': 'Benævnelse',
|
|
95
101
|
'fabric.editor.mention.description': 'Omtal nogen for at sende dem en notifikation',
|
|
102
|
+
'fabric.editor.moreFormatting': 'Mere formatering',
|
|
103
|
+
'fabric.editor.navigate.toolbar.editor': 'Naviger til værktøjslinje til redigeringsprogram',
|
|
104
|
+
'fabric.editor.navigate.toolbar.floating': 'Naviger til flydende værktøjslinje',
|
|
105
|
+
'fabric.editor.off': '{formattingType} fra',
|
|
106
|
+
'fabric.editor.on': '{formattingType} til',
|
|
96
107
|
'fabric.editor.openLink': 'Åbn link i en nye fane',
|
|
108
|
+
'fabric.editor.orderedList': 'Nummereret liste',
|
|
109
|
+
'fabric.editor.orderedList.description': 'Opret en sorteret liste',
|
|
97
110
|
'fabric.editor.pageActionsLabel': 'Sidehandlinger',
|
|
98
111
|
'fabric.editor.placeholderText': 'Midlertidig text',
|
|
99
112
|
'fabric.editor.placeholderText.description': 'Indsæt en pladsholdertekst på siden',
|
|
@@ -104,10 +117,16 @@ export default {
|
|
|
104
117
|
'fabric.editor.status': 'Status',
|
|
105
118
|
'fabric.editor.status.description': 'Tilføj en brugerdefineret statusetiket',
|
|
106
119
|
'fabric.editor.story': 'Historie',
|
|
120
|
+
'fabric.editor.strike': 'Gennemstreget',
|
|
107
121
|
'fabric.editor.subTask': 'Underopgave',
|
|
122
|
+
'fabric.editor.subscript': 'Sænket skrift',
|
|
123
|
+
'fabric.editor.subscript.off.superscript.on': 'Sænket skrift fra, hævet skrift til',
|
|
124
|
+
'fabric.editor.superscript': 'Hævet skrift',
|
|
125
|
+
'fabric.editor.superscript.off.subscript.on': 'Hævet skrift fra, sænket skrift til',
|
|
108
126
|
'fabric.editor.table': 'Tabel',
|
|
109
127
|
'fabric.editor.table.description': 'Indsæt en tabel',
|
|
110
128
|
'fabric.editor.task': 'Opgave',
|
|
129
|
+
'fabric.editor.text.formatting.off': 'Tekstformatering fra',
|
|
111
130
|
'fabric.editor.time.ago': 'siden',
|
|
112
131
|
'fabric.editor.time.updated': 'Opdateret',
|
|
113
132
|
'fabric.editor.time.viewed': 'Vist',
|
|
@@ -119,7 +138,10 @@ export default {
|
|
|
119
138
|
'fabric.editor.tooltip.nestedExpand': 'en indlejret udvidelse',
|
|
120
139
|
'fabric.editor.tooltip.taskList': 'et handlingselement',
|
|
121
140
|
'fabric.editor.unableToOpenLink': 'Kan ikke åbne dette link',
|
|
141
|
+
'fabric.editor.underline': 'Understreget',
|
|
122
142
|
'fabric.editor.unlink': 'Fjern link',
|
|
143
|
+
'fabric.editor.unorderedList': 'Punktopstilling',
|
|
144
|
+
'fabric.editor.unorderedList.description': 'Opret en ikke-sorteret liste',
|
|
123
145
|
'fabric.editor.unsupportedBlockContent': 'Denne editor understøtter ikke visning af dette indhold',
|
|
124
146
|
'fabric.editor.unsupportedContentTooltip': 'Indholdet er ikke tilgængeligt i denne editor. Det bevares, når du redigerer og gemmer',
|
|
125
147
|
'fabric.editor.unsupportedInlineContent': 'Ikke-understøttet indhold',
|
package/dist/esm/i18n/de.js
CHANGED
|
@@ -17,12 +17,16 @@ export default {
|
|
|
17
17
|
'fabric.editor.blockDescription': 'Weitere Informationen zu einem Link anzeigen, darunter eine Zusammenfassung und Aktionen',
|
|
18
18
|
'fabric.editor.blockTitle': 'Karte',
|
|
19
19
|
'fabric.editor.blockquote': 'ein Angebot',
|
|
20
|
+
'fabric.editor.bold': 'Fett',
|
|
20
21
|
'fabric.editor.bug': 'Bug',
|
|
21
22
|
'fabric.editor.cancelButton': 'Abbrechen',
|
|
22
23
|
'fabric.editor.captionPlaceholder': 'Eine Bildunterschrift hinzufügen',
|
|
23
24
|
'fabric.editor.cardFloatingControls': 'Kartenoptionen',
|
|
25
|
+
'fabric.editor.clearFormatting': 'Formatierung löschen',
|
|
24
26
|
'fabric.editor.clearLink': 'Link löschen',
|
|
25
27
|
'fabric.editor.clearLinkText': 'Text löschen',
|
|
28
|
+
'fabric.editor.code': 'Code',
|
|
29
|
+
'fabric.editor.code.on': '{textFormattingOff}, Code ein',
|
|
26
30
|
'fabric.editor.codeBidiWarningLabel': 'Bidirektionale Zeichen ändern die Reihenfolge, in der Text gerendert wird. Dies könnte verwendet werden, um bösartigen Code zu verbergen.',
|
|
27
31
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopiert!',
|
|
28
32
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Als Text kopieren',
|
|
@@ -81,6 +85,7 @@ export default {
|
|
|
81
85
|
'fabric.editor.inlineTitle': 'Inline',
|
|
82
86
|
'fabric.editor.insertMenu': 'Einfügen',
|
|
83
87
|
'fabric.editor.invalidLink': 'Bitte geben Sie einen gültigen Link ein.',
|
|
88
|
+
'fabric.editor.italic': 'Kursiv',
|
|
84
89
|
'fabric.editor.layoutFixedWidth': 'Zurück zur Mitte',
|
|
85
90
|
'fabric.editor.layoutFullWidth': 'Volle Breite wählen',
|
|
86
91
|
'fabric.editor.layoutWide': 'Verbreitern',
|
|
@@ -88,12 +93,20 @@ export default {
|
|
|
88
93
|
'fabric.editor.link.description': 'Link einfügen',
|
|
89
94
|
'fabric.editor.linkAddress': 'Link-Adresse',
|
|
90
95
|
'fabric.editor.linkPlaceholder': 'Link einfügen',
|
|
96
|
+
'fabric.editor.lists': 'Listen',
|
|
91
97
|
'fabric.editor.mediaAddLink': 'Link hinzufügen',
|
|
92
98
|
'fabric.editor.mediaFiles': 'Bild, Video oder Datei',
|
|
93
99
|
'fabric.editor.mediaFiles.description': 'Bilder oder andere Dateien zu Ihrer Seite hinzufügen',
|
|
94
100
|
'fabric.editor.mention': 'Erwähnen',
|
|
95
101
|
'fabric.editor.mention.description': 'Erwähnen Sie einen Benutzer, um ihm eine Benachrichtigung zu senden.',
|
|
102
|
+
'fabric.editor.moreFormatting': 'Mehr Formatierungsoptionen',
|
|
103
|
+
'fabric.editor.navigate.toolbar.editor': 'Zur Editor-Symbolleiste navigieren',
|
|
104
|
+
'fabric.editor.navigate.toolbar.floating': 'Zur unverankerten Symbolleiste navigieren',
|
|
105
|
+
'fabric.editor.off': '{formattingType} aus',
|
|
106
|
+
'fabric.editor.on': '{formattingType} ein',
|
|
96
107
|
'fabric.editor.openLink': 'Link in neuer Registerkarte öffnen',
|
|
108
|
+
'fabric.editor.orderedList': 'Nummerierte Liste',
|
|
109
|
+
'fabric.editor.orderedList.description': 'Sortierte Liste erstellen',
|
|
97
110
|
'fabric.editor.pageActionsLabel': 'Seitenaktionen',
|
|
98
111
|
'fabric.editor.placeholderText': 'Platzhaltertext',
|
|
99
112
|
'fabric.editor.placeholderText.description': 'Textplatzhalter in die Seite einfügen',
|
|
@@ -104,10 +117,16 @@ export default {
|
|
|
104
117
|
'fabric.editor.status': 'Status',
|
|
105
118
|
'fabric.editor.status.description': 'Benutzerdefiniertes Status-Label hinzufügen',
|
|
106
119
|
'fabric.editor.story': 'Story',
|
|
120
|
+
'fabric.editor.strike': 'Durchgestrichen',
|
|
107
121
|
'fabric.editor.subTask': 'Sub-Task',
|
|
122
|
+
'fabric.editor.subscript': 'Tiefgestellt',
|
|
123
|
+
'fabric.editor.subscript.off.superscript.on': 'Tiefgestelltes Zeichen aus, hochgestelltes Zeichen ein',
|
|
124
|
+
'fabric.editor.superscript': 'Hochgestellt',
|
|
125
|
+
'fabric.editor.superscript.off.subscript.on': 'Hochgestelltes Zeichen aus, tiefgestelltes Zeichen ein',
|
|
108
126
|
'fabric.editor.table': 'Tabelle',
|
|
109
127
|
'fabric.editor.table.description': 'Tabelle einfügen',
|
|
110
128
|
'fabric.editor.task': 'Task',
|
|
129
|
+
'fabric.editor.text.formatting.off': 'Textformatierung aus',
|
|
111
130
|
'fabric.editor.time.ago': 'vor',
|
|
112
131
|
'fabric.editor.time.updated': 'Aktualisiert',
|
|
113
132
|
'fabric.editor.time.viewed': 'Angesehen',
|
|
@@ -119,7 +138,10 @@ export default {
|
|
|
119
138
|
'fabric.editor.tooltip.nestedExpand': 'eine verschachtelte Erweiterung',
|
|
120
139
|
'fabric.editor.tooltip.taskList': 'eine Aufgabe',
|
|
121
140
|
'fabric.editor.unableToOpenLink': 'Dieser Link konnte nicht geöffnet werden.',
|
|
141
|
+
'fabric.editor.underline': 'Unterstrichen',
|
|
122
142
|
'fabric.editor.unlink': 'Verknüpfung löschen',
|
|
143
|
+
'fabric.editor.unorderedList': 'Aufzählung',
|
|
144
|
+
'fabric.editor.unorderedList.description': 'Unsortierte Liste erstellen',
|
|
123
145
|
'fabric.editor.unsupportedBlockContent': 'Dieser Editor unterstützt die Anzeige dieses Inhalts nicht',
|
|
124
146
|
'fabric.editor.unsupportedContentTooltip': 'Der Inhalt ist in diesem Editor nicht verfügbar, dies bleibt durch Bearbeiten und Speichern erhalten.',
|
|
125
147
|
'fabric.editor.unsupportedInlineContent': 'Nicht unterstützter Inhalt',
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -93,6 +93,7 @@ export default {
|
|
|
93
93
|
'fabric.editor.link.description': 'Insert a link',
|
|
94
94
|
'fabric.editor.linkAddress': 'Link address',
|
|
95
95
|
'fabric.editor.linkPlaceholder': 'Paste link',
|
|
96
|
+
'fabric.editor.lists': 'Lists',
|
|
96
97
|
'fabric.editor.mediaAddLink': 'Add link',
|
|
97
98
|
'fabric.editor.mediaFiles': 'Image, video, or file',
|
|
98
99
|
'fabric.editor.mediaFiles.description': 'Add images and other files to your page',
|
|
@@ -104,6 +105,8 @@ export default {
|
|
|
104
105
|
'fabric.editor.off': '{formattingType} Off',
|
|
105
106
|
'fabric.editor.on': '{formattingType} On',
|
|
106
107
|
'fabric.editor.openLink': 'Open link in a new tab',
|
|
108
|
+
'fabric.editor.orderedList': 'Numbered list',
|
|
109
|
+
'fabric.editor.orderedList.description': 'Create an ordered list',
|
|
107
110
|
'fabric.editor.pageActionsLabel': 'Page actions',
|
|
108
111
|
'fabric.editor.placeholderText': 'Placeholder text',
|
|
109
112
|
'fabric.editor.placeholderText.description': 'Insert a text placeholder into the page',
|
|
@@ -137,6 +140,8 @@ export default {
|
|
|
137
140
|
'fabric.editor.unableToOpenLink': 'Unable to open this link',
|
|
138
141
|
'fabric.editor.underline': 'Underline',
|
|
139
142
|
'fabric.editor.unlink': 'Unlink',
|
|
143
|
+
'fabric.editor.unorderedList': 'Bullet list',
|
|
144
|
+
'fabric.editor.unorderedList.description': 'Create an unordered list',
|
|
140
145
|
'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
|
|
141
146
|
'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
|
|
142
147
|
'fabric.editor.unsupportedInlineContent': 'Unsupported content',
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -93,6 +93,7 @@ export default {
|
|
|
93
93
|
'fabric.editor.link.description': 'Insert a link',
|
|
94
94
|
'fabric.editor.linkAddress': 'Link address',
|
|
95
95
|
'fabric.editor.linkPlaceholder': 'Paste link',
|
|
96
|
+
'fabric.editor.lists': 'Lists',
|
|
96
97
|
'fabric.editor.mediaAddLink': 'Add link',
|
|
97
98
|
'fabric.editor.mediaFiles': 'Image, video, or file',
|
|
98
99
|
'fabric.editor.mediaFiles.description': 'Add images and other files to your page',
|
|
@@ -104,6 +105,8 @@ export default {
|
|
|
104
105
|
'fabric.editor.off': '{formattingType} Off',
|
|
105
106
|
'fabric.editor.on': '{formattingType} On',
|
|
106
107
|
'fabric.editor.openLink': 'Open link in a new tab',
|
|
108
|
+
'fabric.editor.orderedList': 'Numbered list',
|
|
109
|
+
'fabric.editor.orderedList.description': 'Create an ordered list',
|
|
107
110
|
'fabric.editor.pageActionsLabel': 'Page actions',
|
|
108
111
|
'fabric.editor.placeholderText': 'Placeholder text',
|
|
109
112
|
'fabric.editor.placeholderText.description': 'Insert a text placeholder into the page',
|
|
@@ -137,6 +140,8 @@ export default {
|
|
|
137
140
|
'fabric.editor.unableToOpenLink': 'Unable to open this link',
|
|
138
141
|
'fabric.editor.underline': 'Underline',
|
|
139
142
|
'fabric.editor.unlink': 'Unlink',
|
|
143
|
+
'fabric.editor.unorderedList': 'Bullet list',
|
|
144
|
+
'fabric.editor.unorderedList.description': 'Create an unordered list',
|
|
140
145
|
'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
|
|
141
146
|
'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
|
|
142
147
|
'fabric.editor.unsupportedInlineContent': 'Unsupported content',
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -93,6 +93,7 @@ export default {
|
|
|
93
93
|
'fabric.editor.link.description': 'Insert a link',
|
|
94
94
|
'fabric.editor.linkAddress': 'Link address',
|
|
95
95
|
'fabric.editor.linkPlaceholder': 'Paste link',
|
|
96
|
+
'fabric.editor.lists': 'Lists',
|
|
96
97
|
'fabric.editor.mediaAddLink': 'Add link',
|
|
97
98
|
'fabric.editor.mediaFiles': 'Image, video, or file',
|
|
98
99
|
'fabric.editor.mediaFiles.description': 'Add images and other files to your page',
|
|
@@ -104,6 +105,8 @@ export default {
|
|
|
104
105
|
'fabric.editor.off': '{formattingType} Off',
|
|
105
106
|
'fabric.editor.on': '{formattingType} On',
|
|
106
107
|
'fabric.editor.openLink': 'Open link in a new tab',
|
|
108
|
+
'fabric.editor.orderedList': 'Numbered list',
|
|
109
|
+
'fabric.editor.orderedList.description': 'Create an ordered list',
|
|
107
110
|
'fabric.editor.pageActionsLabel': 'Page actions',
|
|
108
111
|
'fabric.editor.placeholderText': 'Placeholder text',
|
|
109
112
|
'fabric.editor.placeholderText.description': 'Insert a text placeholder into the page',
|
|
@@ -137,6 +140,8 @@ export default {
|
|
|
137
140
|
'fabric.editor.unableToOpenLink': 'Unable to open this link',
|
|
138
141
|
'fabric.editor.underline': 'Underline',
|
|
139
142
|
'fabric.editor.unlink': 'Unlink',
|
|
143
|
+
'fabric.editor.unorderedList': 'Bullet list',
|
|
144
|
+
'fabric.editor.unorderedList.description': 'Create an unordered list',
|
|
140
145
|
'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
|
|
141
146
|
'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
|
|
142
147
|
'fabric.editor.unsupportedInlineContent': 'Unsupported content',
|
package/dist/esm/i18n/es.js
CHANGED
|
@@ -17,12 +17,16 @@ export default {
|
|
|
17
17
|
'fabric.editor.blockDescription': 'Mostrar más información sobre un enlace, incluido un resumen y acciones',
|
|
18
18
|
'fabric.editor.blockTitle': 'Tarjeta',
|
|
19
19
|
'fabric.editor.blockquote': 'una cita',
|
|
20
|
+
'fabric.editor.bold': 'Negrita',
|
|
20
21
|
'fabric.editor.bug': 'Error',
|
|
21
22
|
'fabric.editor.cancelButton': 'Cancelar',
|
|
22
23
|
'fabric.editor.captionPlaceholder': 'Añadir un subtítulo',
|
|
23
24
|
'fabric.editor.cardFloatingControls': 'Opciones de tarjeta',
|
|
25
|
+
'fabric.editor.clearFormatting': 'Borrar formato',
|
|
24
26
|
'fabric.editor.clearLink': 'Borrar enlace',
|
|
25
27
|
'fabric.editor.clearLinkText': 'Borrar texto',
|
|
28
|
+
'fabric.editor.code': 'Código',
|
|
29
|
+
'fabric.editor.code.on': '{textFormattingOff}, código activado',
|
|
26
30
|
'fabric.editor.codeBidiWarningLabel': 'Los caracteres bidireccionales cambian el orden de renderización del texto. Esto podría utilizarse para ocultar código malicioso.',
|
|
27
31
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': '¡Copiado!',
|
|
28
32
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copiar como texto',
|
|
@@ -81,6 +85,7 @@ export default {
|
|
|
81
85
|
'fabric.editor.inlineTitle': 'Insertado',
|
|
82
86
|
'fabric.editor.insertMenu': 'Insertar',
|
|
83
87
|
'fabric.editor.invalidLink': 'Introduce un enlace válido.',
|
|
88
|
+
'fabric.editor.italic': 'Cursiva',
|
|
84
89
|
'fabric.editor.layoutFixedWidth': 'Volver a centrar',
|
|
85
90
|
'fabric.editor.layoutFullWidth': 'Usar ancho completo',
|
|
86
91
|
'fabric.editor.layoutWide': 'Usar formato ancho',
|
|
@@ -88,12 +93,20 @@ export default {
|
|
|
88
93
|
'fabric.editor.link.description': 'Insertar un enlace',
|
|
89
94
|
'fabric.editor.linkAddress': 'Dirección del enlace',
|
|
90
95
|
'fabric.editor.linkPlaceholder': 'Pegar enlace',
|
|
96
|
+
'fabric.editor.lists': 'Listas',
|
|
91
97
|
'fabric.editor.mediaAddLink': 'Añadir enlace',
|
|
92
98
|
'fabric.editor.mediaFiles': 'Imagen, vídeo o archivo',
|
|
93
99
|
'fabric.editor.mediaFiles.description': 'Añadir imágenes y otros archivos a la página',
|
|
94
100
|
'fabric.editor.mention': 'Mención',
|
|
95
101
|
'fabric.editor.mention.description': 'Mencionar a alguien para enviarle una notificación',
|
|
102
|
+
'fabric.editor.moreFormatting': 'Más formatos',
|
|
103
|
+
'fabric.editor.navigate.toolbar.editor': 'Ve a la barra de herramientas del editor',
|
|
104
|
+
'fabric.editor.navigate.toolbar.floating': 'Ve a la barra de herramientas flotante',
|
|
105
|
+
'fabric.editor.off': '{formattingType} desactivado',
|
|
106
|
+
'fabric.editor.on': '{formattingType} activado',
|
|
96
107
|
'fabric.editor.openLink': 'Abrir el enlace en otra pestaña',
|
|
108
|
+
'fabric.editor.orderedList': 'Lista numerada',
|
|
109
|
+
'fabric.editor.orderedList.description': 'Crear una lista ordenada',
|
|
97
110
|
'fabric.editor.pageActionsLabel': 'Acciones de la página',
|
|
98
111
|
'fabric.editor.placeholderText': 'Texto de marcador de posición',
|
|
99
112
|
'fabric.editor.placeholderText.description': 'Insertar un marcador de posición de texto en la página',
|
|
@@ -104,10 +117,16 @@ export default {
|
|
|
104
117
|
'fabric.editor.status': 'Estado',
|
|
105
118
|
'fabric.editor.status.description': 'Añadir una etiqueta de estado personalizada',
|
|
106
119
|
'fabric.editor.story': 'Historia',
|
|
120
|
+
'fabric.editor.strike': 'Tachado',
|
|
107
121
|
'fabric.editor.subTask': 'Subtarea',
|
|
122
|
+
'fabric.editor.subscript': 'Subíndice',
|
|
123
|
+
'fabric.editor.subscript.off.superscript.on': 'Subíndice desactivado, superíndice activado',
|
|
124
|
+
'fabric.editor.superscript': 'Superíndice',
|
|
125
|
+
'fabric.editor.superscript.off.subscript.on': 'Superíndice desactivado, subíndice activado',
|
|
108
126
|
'fabric.editor.table': 'Tabla',
|
|
109
127
|
'fabric.editor.table.description': 'Insertar una tabla',
|
|
110
128
|
'fabric.editor.task': 'Tarea',
|
|
129
|
+
'fabric.editor.text.formatting.off': 'Formato de texto desactivado',
|
|
111
130
|
'fabric.editor.time.ago': 'antes',
|
|
112
131
|
'fabric.editor.time.updated': 'Actualizado',
|
|
113
132
|
'fabric.editor.time.viewed': 'Visto',
|
|
@@ -119,7 +138,10 @@ export default {
|
|
|
119
138
|
'fabric.editor.tooltip.nestedExpand': 'una expansión anidada',
|
|
120
139
|
'fabric.editor.tooltip.taskList': 'un elemento de acción',
|
|
121
140
|
'fabric.editor.unableToOpenLink': 'No se puede abrir este enlace',
|
|
141
|
+
'fabric.editor.underline': 'Subrayado',
|
|
122
142
|
'fabric.editor.unlink': 'Desvincular',
|
|
143
|
+
'fabric.editor.unorderedList': 'Lista de viñetas',
|
|
144
|
+
'fabric.editor.unorderedList.description': 'Crear una lista sin ordenar',
|
|
123
145
|
'fabric.editor.unsupportedBlockContent': 'Este editor no permite mostrar este contenido.',
|
|
124
146
|
'fabric.editor.unsupportedContentTooltip': 'El contenido no está disponible en este editor, se conservará cuando edites y guardes.',
|
|
125
147
|
'fabric.editor.unsupportedInlineContent': 'Contenido no admitido',
|
package/dist/esm/i18n/fi.js
CHANGED
|
@@ -17,12 +17,16 @@ export default {
|
|
|
17
17
|
'fabric.editor.blockDescription': 'Näytä lisätietoja linkistä, kuten yhteenveto ja toiminnot',
|
|
18
18
|
'fabric.editor.blockTitle': 'Kortti',
|
|
19
19
|
'fabric.editor.blockquote': 'sitaatti',
|
|
20
|
+
'fabric.editor.bold': 'Lihavoitu',
|
|
20
21
|
'fabric.editor.bug': 'Bugi',
|
|
21
22
|
'fabric.editor.cancelButton': 'Peruuta',
|
|
22
23
|
'fabric.editor.captionPlaceholder': 'Lisää kuvateksti',
|
|
23
24
|
'fabric.editor.cardFloatingControls': 'Korttivaihtoehdot',
|
|
25
|
+
'fabric.editor.clearFormatting': 'Tyhjennä muotoilu',
|
|
24
26
|
'fabric.editor.clearLink': 'Tyhjennä linkki',
|
|
25
27
|
'fabric.editor.clearLinkText': 'Tyhjennä teksti',
|
|
28
|
+
'fabric.editor.code': 'Koodi',
|
|
29
|
+
'fabric.editor.code.on': '{textFormattingOff}, koodinmuokkaus käytössä',
|
|
26
30
|
'fabric.editor.codeBidiWarningLabel': 'Kaksisuuntaiset merkit muuttavat tekstin renderöintijärjestystä. Tätä voidaan hyödyntää haitallisen koodin peittämisessä.',
|
|
27
31
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopioitu!',
|
|
28
32
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopioi tekstinä',
|
|
@@ -81,6 +85,7 @@ export default {
|
|
|
81
85
|
'fabric.editor.inlineTitle': 'Tekstiin sitoutuva',
|
|
82
86
|
'fabric.editor.insertMenu': 'Lisää',
|
|
83
87
|
'fabric.editor.invalidLink': 'Anna käypä linkki.',
|
|
88
|
+
'fabric.editor.italic': 'Kursivoitu',
|
|
84
89
|
'fabric.editor.layoutFixedWidth': 'Takaisin keskelle',
|
|
85
90
|
'fabric.editor.layoutFullWidth': 'Näytä koko leveydellä',
|
|
86
91
|
'fabric.editor.layoutWide': 'Levennä',
|
|
@@ -88,12 +93,20 @@ export default {
|
|
|
88
93
|
'fabric.editor.link.description': 'Lisää linkki',
|
|
89
94
|
'fabric.editor.linkAddress': 'Linkitä osoite',
|
|
90
95
|
'fabric.editor.linkPlaceholder': 'Liimaa linkki',
|
|
96
|
+
'fabric.editor.lists': 'Luettelot',
|
|
91
97
|
'fabric.editor.mediaAddLink': 'Lisää linkki',
|
|
92
98
|
'fabric.editor.mediaFiles': 'Kuva, video tai tiedosto',
|
|
93
99
|
'fabric.editor.mediaFiles.description': 'Lisää kuvia ja muita tiedostoja sivullesi',
|
|
94
100
|
'fabric.editor.mention': 'Maininta',
|
|
95
101
|
'fabric.editor.mention.description': 'Merkitse joku henkilö lähettääksesi hänelle ilmoituksen',
|
|
102
|
+
'fabric.editor.moreFormatting': 'Lisää muotoilua',
|
|
103
|
+
'fabric.editor.navigate.toolbar.editor': 'Siirry editorin työkalupalkkiin',
|
|
104
|
+
'fabric.editor.navigate.toolbar.floating': 'Siirry kelluvaan työkalupalkkiin',
|
|
105
|
+
'fabric.editor.off': '{formattingType} ei käytössä',
|
|
106
|
+
'fabric.editor.on': '{formattingType} käytössä',
|
|
96
107
|
'fabric.editor.openLink': 'Avaa linkki uudessa välilehdessä',
|
|
108
|
+
'fabric.editor.orderedList': 'Numeroitu luettelo',
|
|
109
|
+
'fabric.editor.orderedList.description': 'Luo järjestetty luettelo',
|
|
97
110
|
'fabric.editor.pageActionsLabel': 'Sivun toiminnot',
|
|
98
111
|
'fabric.editor.placeholderText': 'Paikkamerkin teksti',
|
|
99
112
|
'fabric.editor.placeholderText.description': 'Aseta tekstin paikkamerkki sivulle',
|
|
@@ -104,10 +117,16 @@ export default {
|
|
|
104
117
|
'fabric.editor.status': 'Tila',
|
|
105
118
|
'fabric.editor.status.description': 'Lisää mukautettu tilan tunniste',
|
|
106
119
|
'fabric.editor.story': 'Tarina',
|
|
120
|
+
'fabric.editor.strike': 'Yliviivaus',
|
|
107
121
|
'fabric.editor.subTask': 'Alitehtävä',
|
|
122
|
+
'fabric.editor.subscript': 'Alaindeksi',
|
|
123
|
+
'fabric.editor.subscript.off.superscript.on': 'Alaindeksi pois käytöstä, yläindeksi käytössä',
|
|
124
|
+
'fabric.editor.superscript': 'Yläindeksi',
|
|
125
|
+
'fabric.editor.superscript.off.subscript.on': 'Yläindeksi pois käytöstä, alaindeksi käytössä',
|
|
108
126
|
'fabric.editor.table': 'Taulu',
|
|
109
127
|
'fabric.editor.table.description': 'Lisää taulukko',
|
|
110
128
|
'fabric.editor.task': 'Tehtävä',
|
|
129
|
+
'fabric.editor.text.formatting.off': 'Tekstin muotoilu pois käytöstä',
|
|
111
130
|
'fabric.editor.time.ago': 'sitten',
|
|
112
131
|
'fabric.editor.time.updated': 'Päivitetty',
|
|
113
132
|
'fabric.editor.time.viewed': 'Katseltu',
|
|
@@ -119,7 +138,10 @@ export default {
|
|
|
119
138
|
'fabric.editor.tooltip.nestedExpand': 'sisäkkäinen laajennus',
|
|
120
139
|
'fabric.editor.tooltip.taskList': 'toimintakohde',
|
|
121
140
|
'fabric.editor.unableToOpenLink': 'Tätä linkkiä ei voi avata',
|
|
141
|
+
'fabric.editor.underline': 'Alleviivaus',
|
|
122
142
|
'fabric.editor.unlink': 'Poista linkitys',
|
|
143
|
+
'fabric.editor.unorderedList': 'Pisteluettelo',
|
|
144
|
+
'fabric.editor.unorderedList.description': 'Luo järjestämätön luettelo',
|
|
123
145
|
'fabric.editor.unsupportedBlockContent': 'Tämä editori ei tue tämän sisällön näyttämistä',
|
|
124
146
|
'fabric.editor.unsupportedContentTooltip': 'Sisältöä ei ole saatavilla tässä editorissa – tämä pätee myös sen jälkeen, kun muokkaat ja tallennat',
|
|
125
147
|
'fabric.editor.unsupportedInlineContent': 'Sisältöä ei tueta',
|
package/dist/esm/i18n/fr.js
CHANGED
|
@@ -17,12 +17,16 @@ export default {
|
|
|
17
17
|
'fabric.editor.blockDescription': "Affichez plus d'informations concernant un lien, y compris un résumé et des actions",
|
|
18
18
|
'fabric.editor.blockTitle': 'Carte',
|
|
19
19
|
'fabric.editor.blockquote': 'une citation',
|
|
20
|
+
'fabric.editor.bold': 'Gras',
|
|
20
21
|
'fabric.editor.bug': 'Bug',
|
|
21
22
|
'fabric.editor.cancelButton': 'Annuler',
|
|
22
23
|
'fabric.editor.captionPlaceholder': 'Ajouter une légende',
|
|
23
24
|
'fabric.editor.cardFloatingControls': 'Options de carte',
|
|
25
|
+
'fabric.editor.clearFormatting': 'Effacer la mise en forme',
|
|
24
26
|
'fabric.editor.clearLink': 'Effacer le lien',
|
|
25
27
|
'fabric.editor.clearLinkText': 'Effacer le texte',
|
|
28
|
+
'fabric.editor.code': 'Code',
|
|
29
|
+
'fabric.editor.code.on': '{textFormattingOff}, code activé',
|
|
26
30
|
'fabric.editor.codeBidiWarningLabel': "Les caractères bidirectionnels changent l'ordre de rendu du texte. Ils peuvent être utilisés pour masquer du code malveillant.",
|
|
27
31
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copié !',
|
|
28
32
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copier en tant que texte',
|
|
@@ -81,6 +85,7 @@ export default {
|
|
|
81
85
|
'fabric.editor.inlineTitle': 'Sur la même ligne',
|
|
82
86
|
'fabric.editor.insertMenu': 'Insertion',
|
|
83
87
|
'fabric.editor.invalidLink': 'Veuillez saisir un lien valide.',
|
|
88
|
+
'fabric.editor.italic': 'Italique',
|
|
84
89
|
'fabric.editor.layoutFixedWidth': 'Centrer à nouveau',
|
|
85
90
|
'fabric.editor.layoutFullWidth': 'Passer en mode pleine largeur',
|
|
86
91
|
'fabric.editor.layoutWide': 'Passer en mode élargi',
|
|
@@ -88,12 +93,20 @@ export default {
|
|
|
88
93
|
'fabric.editor.link.description': 'Insérer un lien',
|
|
89
94
|
'fabric.editor.linkAddress': 'Adresse du lien',
|
|
90
95
|
'fabric.editor.linkPlaceholder': 'Coller un lien',
|
|
96
|
+
'fabric.editor.lists': 'Listes',
|
|
91
97
|
'fabric.editor.mediaAddLink': 'Ajouter un lien',
|
|
92
98
|
'fabric.editor.mediaFiles': 'Image, vidéo ou fichier',
|
|
93
99
|
'fabric.editor.mediaFiles.description': "Ajoutez des images et d'autres fichiers à votre page",
|
|
94
100
|
'fabric.editor.mention': 'Mention',
|
|
95
101
|
'fabric.editor.mention.description': 'Mentionner une personne pour lui envoyer une notification',
|
|
102
|
+
'fabric.editor.moreFormatting': 'Plus de formatage',
|
|
103
|
+
'fabric.editor.navigate.toolbar.editor': "Accéder à la barre d'outils de l'éditeur",
|
|
104
|
+
'fabric.editor.navigate.toolbar.floating': "Accéder à la barre d'outils flottante",
|
|
105
|
+
'fabric.editor.off': '{formattingType} désactivé(e)',
|
|
106
|
+
'fabric.editor.on': '{formattingType} activé',
|
|
96
107
|
'fabric.editor.openLink': 'Ouvrir le lien dans un nouvel onglet',
|
|
108
|
+
'fabric.editor.orderedList': 'Liste numérotée',
|
|
109
|
+
'fabric.editor.orderedList.description': 'Créer une liste ordonnée',
|
|
97
110
|
'fabric.editor.pageActionsLabel': 'Actions de page',
|
|
98
111
|
'fabric.editor.placeholderText': 'Texte fictif',
|
|
99
112
|
'fabric.editor.placeholderText.description': 'Insérer un espace réservé pour du texte dans la page',
|
|
@@ -104,10 +117,16 @@ export default {
|
|
|
104
117
|
'fabric.editor.status': 'État',
|
|
105
118
|
'fabric.editor.status.description': "Ajouter une étiquette d'état personnalisée",
|
|
106
119
|
'fabric.editor.story': 'Story',
|
|
120
|
+
'fabric.editor.strike': 'Barrer',
|
|
107
121
|
'fabric.editor.subTask': 'Sous-tâche',
|
|
122
|
+
'fabric.editor.subscript': 'Indice',
|
|
123
|
+
'fabric.editor.subscript.off.superscript.on': 'Indice désactivé, exposant activé',
|
|
124
|
+
'fabric.editor.superscript': 'Exposant',
|
|
125
|
+
'fabric.editor.superscript.off.subscript.on': 'Exposant désactivé, indice activé',
|
|
108
126
|
'fabric.editor.table': 'Tableau',
|
|
109
127
|
'fabric.editor.table.description': 'Insérer un tableau',
|
|
110
128
|
'fabric.editor.task': 'Tâche',
|
|
129
|
+
'fabric.editor.text.formatting.off': 'Mise en forme du texte désactivée',
|
|
111
130
|
'fabric.editor.time.ago': 'Il y a',
|
|
112
131
|
'fabric.editor.time.updated': 'Mise à jour',
|
|
113
132
|
'fabric.editor.time.viewed': 'Consultation',
|
|
@@ -119,7 +138,10 @@ export default {
|
|
|
119
138
|
'fabric.editor.tooltip.nestedExpand': 'une extension imbriquée',
|
|
120
139
|
'fabric.editor.tooltip.taskList': 'une mesure',
|
|
121
140
|
'fabric.editor.unableToOpenLink': "Impossible d'ouvrir ce lien",
|
|
141
|
+
'fabric.editor.underline': 'Souligner',
|
|
122
142
|
'fabric.editor.unlink': 'Dissocier',
|
|
143
|
+
'fabric.editor.unorderedList': 'Liste à puces',
|
|
144
|
+
'fabric.editor.unorderedList.description': 'Créer une liste non ordonnée',
|
|
123
145
|
'fabric.editor.unsupportedBlockContent': "Cet éditeur ne prend pas en charge l'affichage de ce contenu",
|
|
124
146
|
'fabric.editor.unsupportedContentTooltip': "Le contenu n'est pas disponible dans cet éditeur, il sera conservé lorsque vous le modifierez et l'enregistrerez",
|
|
125
147
|
'fabric.editor.unsupportedInlineContent': 'Contenu non pris en charge',
|
package/dist/esm/i18n/hu.js
CHANGED
|
@@ -17,12 +17,16 @@ export default {
|
|
|
17
17
|
'fabric.editor.blockDescription': 'Több információ, többek között az összefoglaló és a műveletek megjelenítése egy linkről',
|
|
18
18
|
'fabric.editor.blockTitle': 'Kártya',
|
|
19
19
|
'fabric.editor.blockquote': 'Idézet',
|
|
20
|
+
'fabric.editor.bold': 'Félkövér',
|
|
20
21
|
'fabric.editor.bug': 'Hiba',
|
|
21
22
|
'fabric.editor.cancelButton': 'Mégse',
|
|
22
23
|
'fabric.editor.captionPlaceholder': 'Képaláírás hozzáadása',
|
|
23
24
|
'fabric.editor.cardFloatingControls': 'Kártya beállításai',
|
|
25
|
+
'fabric.editor.clearFormatting': 'Formázás törlése',
|
|
24
26
|
'fabric.editor.clearLink': 'Hivatkozás törlése',
|
|
25
27
|
'fabric.editor.clearLinkText': 'Szöveg törlése',
|
|
28
|
+
'fabric.editor.code': 'Kód',
|
|
29
|
+
'fabric.editor.code.on': '{textFormattingOff}, kódformázás bekapcsolva',
|
|
26
30
|
'fabric.editor.codeBidiWarningLabel': 'A kétirányú karakterek megváltoztatják a szöveg renderelési sorrendjét. Ez felhasználható rosszindulatú kód elfedésére.',
|
|
27
31
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Másolva!',
|
|
28
32
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Másolás szövegként',
|
|
@@ -81,6 +85,7 @@ export default {
|
|
|
81
85
|
'fabric.editor.inlineTitle': 'Beágyazott',
|
|
82
86
|
'fabric.editor.insertMenu': 'Beszúrás',
|
|
83
87
|
'fabric.editor.invalidLink': 'Adj meg egy érvényes linket.',
|
|
88
|
+
'fabric.editor.italic': 'Dőlt',
|
|
84
89
|
'fabric.editor.layoutFixedWidth': 'Vissza a középponthoz',
|
|
85
90
|
'fabric.editor.layoutFullWidth': 'Teljes szélességű nézet',
|
|
86
91
|
'fabric.editor.layoutWide': 'Széles nézet',
|
|
@@ -88,12 +93,20 @@ export default {
|
|
|
88
93
|
'fabric.editor.link.description': 'Hivatkozás beillesztése',
|
|
89
94
|
'fabric.editor.linkAddress': 'Hivatkozás címe',
|
|
90
95
|
'fabric.editor.linkPlaceholder': 'Hivatkozás beillesztése',
|
|
96
|
+
'fabric.editor.lists': 'Listák',
|
|
91
97
|
'fabric.editor.mediaAddLink': 'Hivatkozás hozzáadása',
|
|
92
98
|
'fabric.editor.mediaFiles': 'Kép, videó vagy fájl',
|
|
93
99
|
'fabric.editor.mediaFiles.description': 'Képek és egyéb fájlok hozzáadása az oldalhoz',
|
|
94
100
|
'fabric.editor.mention': 'Említés',
|
|
95
101
|
'fabric.editor.mention.description': 'A kívánt személy említése értesítés küldéséhez',
|
|
102
|
+
'fabric.editor.moreFormatting': 'További formázási lehetőségek',
|
|
103
|
+
'fabric.editor.navigate.toolbar.editor': 'Navigálás a szerkesztési eszköztárhoz',
|
|
104
|
+
'fabric.editor.navigate.toolbar.floating': 'Navigálás a lebegő eszköztárhoz',
|
|
105
|
+
'fabric.editor.off': '{formattingType} kikapcsolva',
|
|
106
|
+
'fabric.editor.on': '{formattingType} bekapcsolva',
|
|
96
107
|
'fabric.editor.openLink': 'Hivatkozás megnyitása új lapon',
|
|
108
|
+
'fabric.editor.orderedList': 'Számozott lista',
|
|
109
|
+
'fabric.editor.orderedList.description': 'Sorrendbe állított lista létrehozása',
|
|
97
110
|
'fabric.editor.pageActionsLabel': 'Oldalműveletek',
|
|
98
111
|
'fabric.editor.placeholderText': 'Helyőrző szöveg',
|
|
99
112
|
'fabric.editor.placeholderText.description': 'Szöveges helyőrző beillesztése az oldalra',
|
|
@@ -104,10 +117,16 @@ export default {
|
|
|
104
117
|
'fabric.editor.status': 'Állapot',
|
|
105
118
|
'fabric.editor.status.description': 'Egyéni állapotcímke hozzáadása',
|
|
106
119
|
'fabric.editor.story': 'Sztori',
|
|
120
|
+
'fabric.editor.strike': 'Áthúzott',
|
|
107
121
|
'fabric.editor.subTask': 'Alfeladat',
|
|
122
|
+
'fabric.editor.subscript': 'Alsó index',
|
|
123
|
+
'fabric.editor.subscript.off.superscript.on': 'Alsó index kikapcsolva, felső index bekapcsolva',
|
|
124
|
+
'fabric.editor.superscript': 'Felső index',
|
|
125
|
+
'fabric.editor.superscript.off.subscript.on': 'Felső index kikapcsolva, alsó index bekapcsolva',
|
|
108
126
|
'fabric.editor.table': 'Táblázat',
|
|
109
127
|
'fabric.editor.table.description': 'Táblázat beszúrása',
|
|
110
128
|
'fabric.editor.task': 'Feladat',
|
|
129
|
+
'fabric.editor.text.formatting.off': 'Szövegformázás kikapcsolva',
|
|
111
130
|
'fabric.editor.time.ago': 'ezelőtt',
|
|
112
131
|
'fabric.editor.time.updated': 'Frissítve',
|
|
113
132
|
'fabric.editor.time.viewed': 'Megtekintve',
|
|
@@ -119,7 +138,10 @@ export default {
|
|
|
119
138
|
'fabric.editor.tooltip.nestedExpand': 'beágyazott kibontás',
|
|
120
139
|
'fabric.editor.tooltip.taskList': 'műveleti elem',
|
|
121
140
|
'fabric.editor.unableToOpenLink': 'Nem lehet megnyitni ezt a linket',
|
|
141
|
+
'fabric.editor.underline': 'Aláhúzott',
|
|
122
142
|
'fabric.editor.unlink': 'Hivatkozás törlése',
|
|
143
|
+
'fabric.editor.unorderedList': 'Listajeles lista',
|
|
144
|
+
'fabric.editor.unorderedList.description': 'Sorrend nélküli lista létrehozása',
|
|
123
145
|
'fabric.editor.unsupportedBlockContent': 'Ez a szerkesztő nem támogatja ennek a tartalomnak a megjelenítését',
|
|
124
146
|
'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',
|
|
125
147
|
'fabric.editor.unsupportedInlineContent': 'Nem támogatott tartalom',
|
package/dist/esm/i18n/it.js
CHANGED
|
@@ -17,12 +17,16 @@ export default {
|
|
|
17
17
|
'fabric.editor.blockDescription': 'Visualizza ulteriori informazioni relative al link, come riepilogo e azioni',
|
|
18
18
|
'fabric.editor.blockTitle': 'Scheda',
|
|
19
19
|
'fabric.editor.blockquote': 'una virgoletta',
|
|
20
|
+
'fabric.editor.bold': 'Grassetto',
|
|
20
21
|
'fabric.editor.bug': 'Bug',
|
|
21
22
|
'fabric.editor.cancelButton': 'Annulla',
|
|
22
23
|
'fabric.editor.captionPlaceholder': 'Aggiungi didascalia',
|
|
23
24
|
'fabric.editor.cardFloatingControls': 'Opzioni scheda',
|
|
25
|
+
'fabric.editor.clearFormatting': 'Elimina formattazione',
|
|
24
26
|
'fabric.editor.clearLink': 'Cancella link',
|
|
25
27
|
'fabric.editor.clearLinkText': 'Cancella testo',
|
|
28
|
+
'fabric.editor.code': 'Codice',
|
|
29
|
+
'fabric.editor.code.on': '{textFormattingOff}, codice attivato',
|
|
26
30
|
'fabric.editor.codeBidiWarningLabel': "I caratteri bidirezionali modificano l'ordine in cui è visualizzato il testo. Possono essere utilizzati per nascondere un codice dannoso.",
|
|
27
31
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copiato.',
|
|
28
32
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copia come testo',
|
|
@@ -81,6 +85,7 @@ export default {
|
|
|
81
85
|
'fabric.editor.inlineTitle': 'In linea',
|
|
82
86
|
'fabric.editor.insertMenu': 'Inserisci',
|
|
83
87
|
'fabric.editor.invalidLink': 'Inserisci un link valido.',
|
|
88
|
+
'fabric.editor.italic': 'Corsivo',
|
|
84
89
|
'fabric.editor.layoutFixedWidth': 'Torna alla visualizzazione centrata',
|
|
85
90
|
'fabric.editor.layoutFullWidth': 'Vai alla vista a schermo intero',
|
|
86
91
|
'fabric.editor.layoutWide': 'Allarga',
|
|
@@ -88,12 +93,20 @@ export default {
|
|
|
88
93
|
'fabric.editor.link.description': 'Inserisci un link',
|
|
89
94
|
'fabric.editor.linkAddress': 'Collega indirizzo',
|
|
90
95
|
'fabric.editor.linkPlaceholder': 'Incolla link',
|
|
96
|
+
'fabric.editor.lists': 'Elenchi',
|
|
91
97
|
'fabric.editor.mediaAddLink': 'Aggiungi link',
|
|
92
98
|
'fabric.editor.mediaFiles': 'Immagine, video o file',
|
|
93
99
|
'fabric.editor.mediaFiles.description': 'Aggiungi alla tua pagina immagini e altri file',
|
|
94
100
|
'fabric.editor.mention': 'Menziona',
|
|
95
101
|
'fabric.editor.mention.description': 'Menziona qualcuno per inviargli una notifica',
|
|
102
|
+
'fabric.editor.moreFormatting': 'Formattazione aggiuntiva',
|
|
103
|
+
'fabric.editor.navigate.toolbar.editor': "Passa alla barra degli strumenti dell'editor",
|
|
104
|
+
'fabric.editor.navigate.toolbar.floating': 'Passa alla barra degli strumenti mobile',
|
|
105
|
+
'fabric.editor.off': '{formattingType} disattiva',
|
|
106
|
+
'fabric.editor.on': '{formattingType} attiva',
|
|
96
107
|
'fabric.editor.openLink': 'Apri link in una nuova scheda',
|
|
108
|
+
'fabric.editor.orderedList': 'Elenco numerato',
|
|
109
|
+
'fabric.editor.orderedList.description': 'Crea una lista ordinata',
|
|
97
110
|
'fabric.editor.pageActionsLabel': 'Azioni sulla pagina',
|
|
98
111
|
'fabric.editor.placeholderText': 'Testo segnaposto',
|
|
99
112
|
'fabric.editor.placeholderText.description': 'Inserisci un segnaposto di testo nella pagina',
|
|
@@ -104,10 +117,16 @@ export default {
|
|
|
104
117
|
'fabric.editor.status': 'Stato',
|
|
105
118
|
'fabric.editor.status.description': 'Aggiungi un’etichetta di stato personalizzato',
|
|
106
119
|
'fabric.editor.story': 'Story',
|
|
120
|
+
'fabric.editor.strike': 'Barrato',
|
|
107
121
|
'fabric.editor.subTask': 'Sottotask',
|
|
122
|
+
'fabric.editor.subscript': 'Pedice',
|
|
123
|
+
'fabric.editor.subscript.off.superscript.on': 'Pedice disattivato, Apice attivato',
|
|
124
|
+
'fabric.editor.superscript': 'Apice',
|
|
125
|
+
'fabric.editor.superscript.off.subscript.on': 'Apice disattivato, Pedice attivato',
|
|
108
126
|
'fabric.editor.table': 'Tabella',
|
|
109
127
|
'fabric.editor.table.description': 'Inserisci una tabella',
|
|
110
128
|
'fabric.editor.task': 'Task',
|
|
129
|
+
'fabric.editor.text.formatting.off': 'Formattazione del test disattivata',
|
|
111
130
|
'fabric.editor.time.ago': 'fa',
|
|
112
131
|
'fabric.editor.time.updated': 'Aggiornato',
|
|
113
132
|
'fabric.editor.time.viewed': 'Visualizzato',
|
|
@@ -119,7 +138,10 @@ export default {
|
|
|
119
138
|
'fabric.editor.tooltip.nestedExpand': "un'espansione annidata",
|
|
120
139
|
'fabric.editor.tooltip.taskList': 'un elemento di azione',
|
|
121
140
|
'fabric.editor.unableToOpenLink': 'Impossibile aprire questo link',
|
|
141
|
+
'fabric.editor.underline': 'Sottolineato',
|
|
122
142
|
'fabric.editor.unlink': 'Rimuovi link',
|
|
143
|
+
'fabric.editor.unorderedList': 'Elenco puntato',
|
|
144
|
+
'fabric.editor.unorderedList.description': 'Crea un elenco non ordinato',
|
|
123
145
|
'fabric.editor.unsupportedBlockContent': 'Questo editor non supporta la visualizzazione di questi contenuti',
|
|
124
146
|
'fabric.editor.unsupportedContentTooltip': 'I contenuti non sono disponibili in questo editor; saranno preservati in fase di modifica e salvataggio',
|
|
125
147
|
'fabric.editor.unsupportedInlineContent': 'Contenuti non supportati',
|