@atlaskit/editor-common 70.1.0 → 70.1.2
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 +12 -0
- package/dist/cjs/analytics/types/enums.js +19 -18
- package/dist/cjs/analytics/types/referentiality-events.js +5 -0
- package/dist/cjs/i18n/cs.js +82 -1
- package/dist/cjs/i18n/da.js +82 -1
- package/dist/cjs/i18n/de.js +82 -1
- package/dist/cjs/i18n/en.js +82 -1
- package/dist/cjs/i18n/en_GB.js +82 -1
- package/dist/cjs/i18n/en_ZZ.js +82 -1
- package/dist/cjs/i18n/es.js +82 -1
- package/dist/cjs/i18n/fi.js +82 -1
- package/dist/cjs/i18n/fr.js +82 -1
- package/dist/cjs/i18n/hu.js +82 -1
- package/dist/cjs/i18n/it.js +82 -1
- package/dist/cjs/i18n/ja.js +82 -1
- package/dist/cjs/i18n/ko.js +82 -1
- package/dist/cjs/i18n/nb.js +82 -1
- package/dist/cjs/i18n/nl.js +82 -1
- package/dist/cjs/i18n/pl.js +82 -1
- package/dist/cjs/i18n/pt_BR.js +82 -1
- package/dist/cjs/i18n/ru.js +82 -1
- package/dist/cjs/i18n/sv.js +82 -1
- package/dist/cjs/i18n/th.js +82 -1
- package/dist/cjs/i18n/tr.js +82 -1
- package/dist/cjs/i18n/uk.js +82 -1
- package/dist/cjs/i18n/vi.js +82 -1
- package/dist/cjs/i18n/zh.js +82 -1
- package/dist/cjs/i18n/zh_TW.js +82 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/analytics/types/enums.js +19 -18
- package/dist/es2019/analytics/types/referentiality-events.js +1 -0
- package/dist/es2019/i18n/cs.js +82 -1
- package/dist/es2019/i18n/da.js +82 -1
- package/dist/es2019/i18n/de.js +82 -1
- package/dist/es2019/i18n/en.js +82 -1
- package/dist/es2019/i18n/en_GB.js +82 -1
- package/dist/es2019/i18n/en_ZZ.js +82 -1
- package/dist/es2019/i18n/es.js +82 -1
- package/dist/es2019/i18n/fi.js +82 -1
- package/dist/es2019/i18n/fr.js +82 -1
- package/dist/es2019/i18n/hu.js +82 -1
- package/dist/es2019/i18n/it.js +82 -1
- package/dist/es2019/i18n/ja.js +82 -1
- package/dist/es2019/i18n/ko.js +82 -1
- package/dist/es2019/i18n/nb.js +82 -1
- package/dist/es2019/i18n/nl.js +82 -1
- package/dist/es2019/i18n/pl.js +82 -1
- package/dist/es2019/i18n/pt_BR.js +82 -1
- package/dist/es2019/i18n/ru.js +82 -1
- package/dist/es2019/i18n/sv.js +82 -1
- package/dist/es2019/i18n/th.js +82 -1
- package/dist/es2019/i18n/tr.js +82 -1
- package/dist/es2019/i18n/uk.js +82 -1
- package/dist/es2019/i18n/vi.js +82 -1
- package/dist/es2019/i18n/zh.js +82 -1
- package/dist/es2019/i18n/zh_TW.js +82 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/analytics/types/enums.js +19 -18
- package/dist/esm/analytics/types/referentiality-events.js +1 -0
- package/dist/esm/i18n/cs.js +82 -1
- package/dist/esm/i18n/da.js +82 -1
- package/dist/esm/i18n/de.js +82 -1
- package/dist/esm/i18n/en.js +82 -1
- package/dist/esm/i18n/en_GB.js +82 -1
- package/dist/esm/i18n/en_ZZ.js +82 -1
- package/dist/esm/i18n/es.js +82 -1
- package/dist/esm/i18n/fi.js +82 -1
- package/dist/esm/i18n/fr.js +82 -1
- package/dist/esm/i18n/hu.js +82 -1
- package/dist/esm/i18n/it.js +82 -1
- package/dist/esm/i18n/ja.js +82 -1
- package/dist/esm/i18n/ko.js +82 -1
- package/dist/esm/i18n/nb.js +82 -1
- package/dist/esm/i18n/nl.js +82 -1
- package/dist/esm/i18n/pl.js +82 -1
- package/dist/esm/i18n/pt_BR.js +82 -1
- package/dist/esm/i18n/ru.js +82 -1
- package/dist/esm/i18n/sv.js +82 -1
- package/dist/esm/i18n/th.js +82 -1
- package/dist/esm/i18n/tr.js +82 -1
- package/dist/esm/i18n/uk.js +82 -1
- package/dist/esm/i18n/vi.js +82 -1
- package/dist/esm/i18n/zh.js +82 -1
- package/dist/esm/i18n/zh_TW.js +82 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/analytics/types/enums.d.ts +20 -19
- package/dist/types/analytics/types/events.d.ts +2 -1
- package/dist/types/analytics/types/referentiality-events.d.ts +9 -0
- package/dist/types/i18n/cs.d.ts +81 -0
- package/dist/types/i18n/da.d.ts +81 -0
- package/dist/types/i18n/de.d.ts +81 -0
- package/dist/types/i18n/en.d.ts +81 -0
- package/dist/types/i18n/en_GB.d.ts +81 -0
- package/dist/types/i18n/en_ZZ.d.ts +81 -0
- package/dist/types/i18n/es.d.ts +81 -0
- package/dist/types/i18n/fi.d.ts +81 -0
- package/dist/types/i18n/fr.d.ts +81 -0
- package/dist/types/i18n/hu.d.ts +81 -0
- package/dist/types/i18n/it.d.ts +81 -0
- package/dist/types/i18n/ja.d.ts +81 -0
- package/dist/types/i18n/ko.d.ts +81 -0
- package/dist/types/i18n/nb.d.ts +81 -0
- package/dist/types/i18n/nl.d.ts +81 -0
- package/dist/types/i18n/pl.d.ts +81 -0
- package/dist/types/i18n/pt_BR.d.ts +81 -0
- package/dist/types/i18n/ru.d.ts +81 -0
- package/dist/types/i18n/sv.d.ts +81 -0
- package/dist/types/i18n/th.d.ts +81 -0
- package/dist/types/i18n/tr.d.ts +81 -0
- package/dist/types/i18n/uk.d.ts +81 -0
- package/dist/types/i18n/vi.d.ts +81 -0
- package/dist/types/i18n/zh.d.ts +81 -0
- package/dist/types/i18n/zh_TW.d.ts +81 -0
- package/dist/types-ts4.0/analytics/types/enums.d.ts +20 -19
- package/dist/types-ts4.0/analytics/types/events.d.ts +2 -1
- package/dist/types-ts4.0/analytics/types/referentiality-events.d.ts +9 -0
- package/dist/types-ts4.0/i18n/cs.d.ts +81 -0
- package/dist/types-ts4.0/i18n/da.d.ts +81 -0
- package/dist/types-ts4.0/i18n/de.d.ts +81 -0
- package/dist/types-ts4.0/i18n/en.d.ts +81 -0
- package/dist/types-ts4.0/i18n/en_GB.d.ts +81 -0
- package/dist/types-ts4.0/i18n/en_ZZ.d.ts +81 -0
- package/dist/types-ts4.0/i18n/es.d.ts +81 -0
- package/dist/types-ts4.0/i18n/fi.d.ts +81 -0
- package/dist/types-ts4.0/i18n/fr.d.ts +81 -0
- package/dist/types-ts4.0/i18n/hu.d.ts +81 -0
- package/dist/types-ts4.0/i18n/it.d.ts +81 -0
- package/dist/types-ts4.0/i18n/ja.d.ts +81 -0
- package/dist/types-ts4.0/i18n/ko.d.ts +81 -0
- package/dist/types-ts4.0/i18n/nb.d.ts +81 -0
- package/dist/types-ts4.0/i18n/nl.d.ts +81 -0
- package/dist/types-ts4.0/i18n/pl.d.ts +81 -0
- package/dist/types-ts4.0/i18n/pt_BR.d.ts +81 -0
- package/dist/types-ts4.0/i18n/ru.d.ts +81 -0
- package/dist/types-ts4.0/i18n/sv.d.ts +81 -0
- package/dist/types-ts4.0/i18n/th.d.ts +81 -0
- package/dist/types-ts4.0/i18n/tr.d.ts +81 -0
- package/dist/types-ts4.0/i18n/uk.d.ts +81 -0
- package/dist/types-ts4.0/i18n/vi.d.ts +81 -0
- package/dist/types-ts4.0/i18n/zh.d.ts +81 -0
- package/dist/types-ts4.0/i18n/zh_TW.d.ts +81 -0
- package/package.json +2 -2
package/dist/es2019/i18n/hu.js
CHANGED
|
@@ -6,14 +6,95 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//Hungarian
|
|
8
8
|
export default {
|
|
9
|
+
'fabric.editor.action': 'Teendő',
|
|
10
|
+
'fabric.editor.action.description': 'Műveleti elemek létrehozása és hozzárendelése',
|
|
11
|
+
'fabric.editor.alignImageCenter': 'Középre igazítás',
|
|
12
|
+
'fabric.editor.alignImageLeft': 'Balra igazítás',
|
|
13
|
+
'fabric.editor.alignImageRight': 'Jobbra igazítás',
|
|
14
|
+
'fabric.editor.blockquote': 'Idézet',
|
|
15
|
+
'fabric.editor.cancelButton': 'Mégse',
|
|
9
16
|
'fabric.editor.captionPlaceholder': 'Képaláírás hozzáadása',
|
|
10
17
|
'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.',
|
|
18
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Másolva!',
|
|
19
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Másolás szövegként',
|
|
11
20
|
'fabric.editor.collapseNode': 'tartalom összecsukása',
|
|
21
|
+
'fabric.editor.columns': 'Elrendezések',
|
|
22
|
+
'fabric.editor.columns.description': 'Az oldal rendszerezése szakaszok használatával',
|
|
23
|
+
'fabric.editor.copiedToClipboard': 'Másolva!',
|
|
24
|
+
'fabric.editor.copyToClipboard': 'Másolás',
|
|
25
|
+
'fabric.editor.date': 'Dátum',
|
|
26
|
+
'fabric.editor.date.description': 'Dátum hozzáadása naptár használatával',
|
|
27
|
+
'fabric.editor.decision': 'Döntés',
|
|
28
|
+
'fabric.editor.decision.description': 'Döntések rögzítése az egyszerű nyomon követés érdekében',
|
|
29
|
+
'fabric.editor.editMode.inviteToEditButton.title': 'Meghívás szerkesztésre',
|
|
30
|
+
'fabric.editor.emoji': 'Emoji',
|
|
31
|
+
'fabric.editor.emoji.description': 'Hangulatjelek használata ötletek 🎉 és érzelmek 😄 kifejezésére',
|
|
32
|
+
'fabric.editor.expand': 'Kibontás',
|
|
33
|
+
'fabric.editor.expand.description': 'Kibontás beillesztése',
|
|
12
34
|
'fabric.editor.expandDefaultTitle': 'Kattints ide a kibontáshoz…',
|
|
13
35
|
'fabric.editor.expandNode': 'Tartalom kibontása',
|
|
14
36
|
'fabric.editor.expandPlaceholder': 'Adj címet ennek a kibontásnak…',
|
|
37
|
+
'fabric.editor.feedbackDialog': 'Visszajelzés küldése',
|
|
38
|
+
'fabric.editor.feedbackDialog.description': 'Számolj be nekünk az új szerkesztő használata során szerzett tapasztalataidról',
|
|
39
|
+
'fabric.editor.filesAndImages': 'Fájlok és képek',
|
|
40
|
+
'fabric.editor.filesAndImages.description': 'Képek és egyéb fájlok hozzáadása az oldalhoz',
|
|
41
|
+
'fabric.editor.help': 'Súgó',
|
|
42
|
+
'fabric.editor.help.description': 'Billentyűkombinációk és markdownlehetőségek böngészése',
|
|
43
|
+
'fabric.editor.horizontalRule': 'Elválasztó',
|
|
44
|
+
'fabric.editor.horizontalRule.description': 'Tartalom elválasztása egy vízszintes vonallal',
|
|
45
|
+
'fabric.editor.image': 'Kép',
|
|
46
|
+
'fabric.editor.insertMenu': 'Beszúrás',
|
|
47
|
+
'fabric.editor.layoutFixedWidth': 'Vissza a középponthoz',
|
|
48
|
+
'fabric.editor.layoutFullWidth': 'Teljes szélességű nézet',
|
|
49
|
+
'fabric.editor.layoutWide': 'Széles nézet',
|
|
50
|
+
'fabric.editor.link': 'Hivatkozás',
|
|
51
|
+
'fabric.editor.link.description': 'Hivatkozás beillesztése',
|
|
52
|
+
'fabric.editor.mention': 'Említés',
|
|
53
|
+
'fabric.editor.mention.description': 'A kívánt személy említése értesítés küldéséhez',
|
|
15
54
|
'fabric.editor.openLink': 'Hivatkozás megnyitása új lapon',
|
|
55
|
+
'fabric.editor.placeholderText': 'Helyőrző szöveg',
|
|
56
|
+
'fabric.editor.placeholderText.description': 'Szöveges helyőrző beillesztése az oldalra',
|
|
57
|
+
'fabric.editor.remove': 'Eltávolítás',
|
|
58
|
+
'fabric.editor.removeEmoji': 'Emoji eltávolítása',
|
|
59
|
+
'fabric.editor.saveButton': 'Mentés',
|
|
60
|
+
'fabric.editor.status': 'Állapot',
|
|
61
|
+
'fabric.editor.status.description': 'Egyéni állapotcímke hozzáadása',
|
|
62
|
+
'fabric.editor.table': 'Táblázat',
|
|
63
|
+
'fabric.editor.table.description': 'Táblázat beszúrása',
|
|
64
|
+
'fabric.editor.time.ago': 'ezelőtt',
|
|
65
|
+
'fabric.editor.time.updated': 'Frissítve',
|
|
66
|
+
'fabric.editor.time.viewed': 'Megtekintve',
|
|
67
|
+
'fabric.editor.tooltip.blockPanel': 'panel',
|
|
68
|
+
'fabric.editor.tooltip.bulletList': 'egy lista',
|
|
69
|
+
'fabric.editor.tooltip.decisionList': 'döntési lista',
|
|
70
|
+
'fabric.editor.tooltip.defaultBlockNode': 'blokk csomópont',
|
|
71
|
+
'fabric.editor.tooltip.nestedExpand': 'beágyazott kibontás',
|
|
72
|
+
'fabric.editor.tooltip.taskList': 'műveleti elem',
|
|
16
73
|
'fabric.editor.unsupportedBlockContent': 'Ez a szerkesztő nem támogatja ennek a tartalomnak a megjelenítését',
|
|
17
74
|
'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',
|
|
18
|
-
'fabric.editor.unsupportedInlineContent': 'Nem támogatott tartalom'
|
|
75
|
+
'fabric.editor.unsupportedInlineContent': 'Nem támogatott tartalom',
|
|
76
|
+
'fabric.editor.viewMore': 'Továbbiak megtekintése',
|
|
77
|
+
'fabric.editor.visit': 'Hivatkozás megnyitása új ablakban',
|
|
78
|
+
'fabric.theme.blue': 'Blue',
|
|
79
|
+
'fabric.theme.dark-blue': 'Dark blue',
|
|
80
|
+
'fabric.theme.dark-green': 'Dark green',
|
|
81
|
+
'fabric.theme.dark-purple': 'Dark purple',
|
|
82
|
+
'fabric.theme.dark-red': 'Dark red',
|
|
83
|
+
'fabric.theme.dark-teal': 'Dark teal',
|
|
84
|
+
'fabric.theme.dark-yellow': 'Dark yellow',
|
|
85
|
+
'fabric.theme.gray': 'Gray',
|
|
86
|
+
'fabric.theme.green': 'Green',
|
|
87
|
+
'fabric.theme.light-blue': 'Light blue',
|
|
88
|
+
'fabric.theme.light-gray': 'Light gray',
|
|
89
|
+
'fabric.theme.light-green': 'Light green',
|
|
90
|
+
'fabric.theme.light-purple': 'Light purple',
|
|
91
|
+
'fabric.theme.light-red': 'Light red',
|
|
92
|
+
'fabric.theme.light-teal': 'Light teal',
|
|
93
|
+
'fabric.theme.light-yellow': 'Light yellow',
|
|
94
|
+
'fabric.theme.orange': 'Orange',
|
|
95
|
+
'fabric.theme.purple': 'Purple',
|
|
96
|
+
'fabric.theme.red': 'Red',
|
|
97
|
+
'fabric.theme.teal': 'Teal',
|
|
98
|
+
'fabric.theme.white': 'White',
|
|
99
|
+
'fabric.theme.yellow': 'Yellow'
|
|
19
100
|
};
|
package/dist/es2019/i18n/it.js
CHANGED
|
@@ -6,14 +6,95 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//Italian (Italy)
|
|
8
8
|
export default {
|
|
9
|
+
'fabric.editor.action': 'Attività',
|
|
10
|
+
'fabric.editor.action.description': 'Crea e assegna elementi di azione',
|
|
11
|
+
'fabric.editor.alignImageCenter': 'Allinea al centro',
|
|
12
|
+
'fabric.editor.alignImageLeft': 'Allinea a sinistra',
|
|
13
|
+
'fabric.editor.alignImageRight': 'Allinea a destra',
|
|
14
|
+
'fabric.editor.blockquote': 'una virgoletta',
|
|
15
|
+
'fabric.editor.cancelButton': 'Annulla',
|
|
9
16
|
'fabric.editor.captionPlaceholder': 'Aggiungi didascalia',
|
|
10
17
|
'fabric.editor.codeBidiWarningLabel': "I caratteri bidirezionali modificano l'ordine in cui è visualizzato il testo. Possono essere utilizzati per nascondere un codice dannoso.",
|
|
18
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copiato.',
|
|
19
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copia come testo',
|
|
11
20
|
'fabric.editor.collapseNode': 'Comprimi contenuto',
|
|
21
|
+
'fabric.editor.columns': 'Layout',
|
|
22
|
+
'fabric.editor.columns.description': 'Organizza la tua pagina in sezioni',
|
|
23
|
+
'fabric.editor.copiedToClipboard': 'Copiato.',
|
|
24
|
+
'fabric.editor.copyToClipboard': 'Copia',
|
|
25
|
+
'fabric.editor.date': 'Data',
|
|
26
|
+
'fabric.editor.date.description': 'Aggiungi una data usando un calendario',
|
|
27
|
+
'fabric.editor.decision': 'Decisione',
|
|
28
|
+
'fabric.editor.decision.description': 'Acquisisci decisioni per monitorarle agevolmente',
|
|
29
|
+
'fabric.editor.editMode.inviteToEditButton.title': 'Invita a modificare',
|
|
30
|
+
'fabric.editor.emoji': 'Emoji',
|
|
31
|
+
'fabric.editor.emoji.description': 'Usa le emoji per esprimere idee 🎉 ed emozioni 😄',
|
|
32
|
+
'fabric.editor.expand': 'Espandi',
|
|
33
|
+
'fabric.editor.expand.description': 'Inserisci espansione',
|
|
12
34
|
'fabric.editor.expandDefaultTitle': 'Clicca qui per espandere...',
|
|
13
35
|
'fabric.editor.expandNode': 'Espandi contenuto',
|
|
14
36
|
'fabric.editor.expandPlaceholder': 'Assegna un titolo a questa espansione...',
|
|
37
|
+
'fabric.editor.feedbackDialog': 'Lascia un feedback',
|
|
38
|
+
'fabric.editor.feedbackDialog.description': 'Raccontaci la tua esperienza usando il nuovo editor',
|
|
39
|
+
'fabric.editor.filesAndImages': 'File e immagini',
|
|
40
|
+
'fabric.editor.filesAndImages.description': 'Aggiungi alla tua pagina immagini e altri file',
|
|
41
|
+
'fabric.editor.help': 'Guida',
|
|
42
|
+
'fabric.editor.help.description': 'Sfoglia tutti i tasti di scelta rapida e le opzioni di Markdown',
|
|
43
|
+
'fabric.editor.horizontalRule': 'Divisore',
|
|
44
|
+
'fabric.editor.horizontalRule.description': 'Contenuti separati con una riga orizzontale',
|
|
45
|
+
'fabric.editor.image': 'Immagine',
|
|
46
|
+
'fabric.editor.insertMenu': 'Inserisci',
|
|
47
|
+
'fabric.editor.layoutFixedWidth': 'Torna alla visualizzazione centrata',
|
|
48
|
+
'fabric.editor.layoutFullWidth': 'Vai alla vista a schermo intero',
|
|
49
|
+
'fabric.editor.layoutWide': 'Allarga',
|
|
50
|
+
'fabric.editor.link': 'Inserisci link',
|
|
51
|
+
'fabric.editor.link.description': 'Inserisci un link',
|
|
52
|
+
'fabric.editor.mention': 'Menziona',
|
|
53
|
+
'fabric.editor.mention.description': 'Menziona qualcuno per inviargli una notifica',
|
|
15
54
|
'fabric.editor.openLink': 'Apri link in una nuova scheda',
|
|
55
|
+
'fabric.editor.placeholderText': 'Testo segnaposto',
|
|
56
|
+
'fabric.editor.placeholderText.description': 'Inserisci un segnaposto di testo nella pagina',
|
|
57
|
+
'fabric.editor.remove': 'Rimuovi',
|
|
58
|
+
'fabric.editor.removeEmoji': 'Rimuovi emoji',
|
|
59
|
+
'fabric.editor.saveButton': 'Salva',
|
|
60
|
+
'fabric.editor.status': 'Stato',
|
|
61
|
+
'fabric.editor.status.description': 'Aggiungi un’etichetta di stato personalizzato',
|
|
62
|
+
'fabric.editor.table': 'Tabella',
|
|
63
|
+
'fabric.editor.table.description': 'Inserisci una tabella',
|
|
64
|
+
'fabric.editor.time.ago': 'fa',
|
|
65
|
+
'fabric.editor.time.updated': 'Aggiornato',
|
|
66
|
+
'fabric.editor.time.viewed': 'Visualizzato',
|
|
67
|
+
'fabric.editor.tooltip.blockPanel': 'un pannello',
|
|
68
|
+
'fabric.editor.tooltip.bulletList': 'un elenco',
|
|
69
|
+
'fabric.editor.tooltip.decisionList': 'un elenco di decisioni',
|
|
70
|
+
'fabric.editor.tooltip.defaultBlockNode': 'un nodo di blocco',
|
|
71
|
+
'fabric.editor.tooltip.nestedExpand': "un'espansione annidata",
|
|
72
|
+
'fabric.editor.tooltip.taskList': 'un elemento di azione',
|
|
16
73
|
'fabric.editor.unsupportedBlockContent': 'Questo editor non supporta la visualizzazione di questi contenuti',
|
|
17
74
|
'fabric.editor.unsupportedContentTooltip': 'I contenuti non sono disponibili in questo editor; saranno preservati in fase di modifica e salvataggio',
|
|
18
|
-
'fabric.editor.unsupportedInlineContent': 'Contenuti non supportati'
|
|
75
|
+
'fabric.editor.unsupportedInlineContent': 'Contenuti non supportati',
|
|
76
|
+
'fabric.editor.viewMore': 'Visualizza altro',
|
|
77
|
+
'fabric.editor.visit': 'Apri il link in una nuova finestra',
|
|
78
|
+
'fabric.theme.blue': 'Blue',
|
|
79
|
+
'fabric.theme.dark-blue': 'Dark blue',
|
|
80
|
+
'fabric.theme.dark-green': 'Dark green',
|
|
81
|
+
'fabric.theme.dark-purple': 'Dark purple',
|
|
82
|
+
'fabric.theme.dark-red': 'Dark red',
|
|
83
|
+
'fabric.theme.dark-teal': 'Dark teal',
|
|
84
|
+
'fabric.theme.dark-yellow': 'Dark yellow',
|
|
85
|
+
'fabric.theme.gray': 'Gray',
|
|
86
|
+
'fabric.theme.green': 'Green',
|
|
87
|
+
'fabric.theme.light-blue': 'Light blue',
|
|
88
|
+
'fabric.theme.light-gray': 'Light gray',
|
|
89
|
+
'fabric.theme.light-green': 'Light green',
|
|
90
|
+
'fabric.theme.light-purple': 'Light purple',
|
|
91
|
+
'fabric.theme.light-red': 'Light red',
|
|
92
|
+
'fabric.theme.light-teal': 'Light teal',
|
|
93
|
+
'fabric.theme.light-yellow': 'Light yellow',
|
|
94
|
+
'fabric.theme.orange': 'Orange',
|
|
95
|
+
'fabric.theme.purple': 'Purple',
|
|
96
|
+
'fabric.theme.red': 'Red',
|
|
97
|
+
'fabric.theme.teal': 'Teal',
|
|
98
|
+
'fabric.theme.white': 'White',
|
|
99
|
+
'fabric.theme.yellow': 'Yellow'
|
|
19
100
|
};
|
package/dist/es2019/i18n/ja.js
CHANGED
|
@@ -6,14 +6,95 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//Japanese
|
|
8
8
|
export default {
|
|
9
|
+
'fabric.editor.action': 'アクション アイテム',
|
|
10
|
+
'fabric.editor.action.description': 'アクション アイテムを作成して割り当て',
|
|
11
|
+
'fabric.editor.alignImageCenter': '中央揃え',
|
|
12
|
+
'fabric.editor.alignImageLeft': '左揃え',
|
|
13
|
+
'fabric.editor.alignImageRight': '右揃え',
|
|
14
|
+
'fabric.editor.blockquote': '引用',
|
|
15
|
+
'fabric.editor.cancelButton': 'キャンセル',
|
|
9
16
|
'fabric.editor.captionPlaceholder': 'キャプションを追加',
|
|
10
17
|
'fabric.editor.codeBidiWarningLabel': '双方向文字はテキストのレンダリング順序を変更します。このため、悪意のあるコードを隠すために使用される場合があります。',
|
|
18
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'コピーしました',
|
|
19
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'テキストとしてコピー',
|
|
11
20
|
'fabric.editor.collapseNode': 'コンテンツを折りたたむ',
|
|
21
|
+
'fabric.editor.columns': 'レイアウト',
|
|
22
|
+
'fabric.editor.columns.description': 'セクションを使用してページを構成',
|
|
23
|
+
'fabric.editor.copiedToClipboard': 'コピーしました',
|
|
24
|
+
'fabric.editor.copyToClipboard': 'コピー',
|
|
25
|
+
'fabric.editor.date': '日付',
|
|
26
|
+
'fabric.editor.date.description': 'カレンダーを使用して日付を追加',
|
|
27
|
+
'fabric.editor.decision': '決定事項',
|
|
28
|
+
'fabric.editor.decision.description': '決定事項をキャプチャして簡単に追跡',
|
|
29
|
+
'fabric.editor.editMode.inviteToEditButton.title': '編集に招待',
|
|
30
|
+
'fabric.editor.emoji': '絵文字',
|
|
31
|
+
'fabric.editor.emoji.description': '絵文字を使用してアイデア 🎉 や気持ち 😄 を表現',
|
|
32
|
+
'fabric.editor.expand': '展開',
|
|
33
|
+
'fabric.editor.expand.description': '展開を挿入',
|
|
12
34
|
'fabric.editor.expandDefaultTitle': 'こちらをクリックして展開…',
|
|
13
35
|
'fabric.editor.expandNode': 'コンテンツを展開',
|
|
14
36
|
'fabric.editor.expandPlaceholder': 'この展開にタイトルを付ける…',
|
|
37
|
+
'fabric.editor.feedbackDialog': 'フィードバックを送信',
|
|
38
|
+
'fabric.editor.feedbackDialog.description': '新しいエディターに関するご意見・ご感想をお聞かせください',
|
|
39
|
+
'fabric.editor.filesAndImages': 'ファイルおよび画像',
|
|
40
|
+
'fabric.editor.filesAndImages.description': 'ページに画像やファイルを追加',
|
|
41
|
+
'fabric.editor.help': 'ヘルプ',
|
|
42
|
+
'fabric.editor.help.description': 'キーボード ショートカットと Markdown のオプションをすべて表示',
|
|
43
|
+
'fabric.editor.horizontalRule': '分割線',
|
|
44
|
+
'fabric.editor.horizontalRule.description': '横線を使用してコンテンツを分割',
|
|
45
|
+
'fabric.editor.image': '画像',
|
|
46
|
+
'fabric.editor.insertMenu': '挿入',
|
|
47
|
+
'fabric.editor.layoutFixedWidth': '標準の幅に戻す',
|
|
48
|
+
'fabric.editor.layoutFullWidth': '全幅で表示',
|
|
49
|
+
'fabric.editor.layoutWide': 'ワイド表示',
|
|
50
|
+
'fabric.editor.link': 'リンク',
|
|
51
|
+
'fabric.editor.link.description': 'リンクを挿入',
|
|
52
|
+
'fabric.editor.mention': 'メンション',
|
|
53
|
+
'fabric.editor.mention.description': 'ユーザーをメンションして通知を送信します',
|
|
15
54
|
'fabric.editor.openLink': 'リンクを新しいタブで開く',
|
|
55
|
+
'fabric.editor.placeholderText': 'プレースホルダー テキスト',
|
|
56
|
+
'fabric.editor.placeholderText.description': 'ページにテキスト プレースホルダーを挿入',
|
|
57
|
+
'fabric.editor.remove': '削除',
|
|
58
|
+
'fabric.editor.removeEmoji': '絵文字を削除',
|
|
59
|
+
'fabric.editor.saveButton': '保存',
|
|
60
|
+
'fabric.editor.status': 'ステータス',
|
|
61
|
+
'fabric.editor.status.description': 'カスタム ステータス ラベルを追加',
|
|
62
|
+
'fabric.editor.table': '表',
|
|
63
|
+
'fabric.editor.table.description': '表を挿入',
|
|
64
|
+
'fabric.editor.time.ago': '前',
|
|
65
|
+
'fabric.editor.time.updated': '最終更新',
|
|
66
|
+
'fabric.editor.time.viewed': '最終閲覧',
|
|
67
|
+
'fabric.editor.tooltip.blockPanel': 'パネル',
|
|
68
|
+
'fabric.editor.tooltip.bulletList': 'リスト',
|
|
69
|
+
'fabric.editor.tooltip.decisionList': '決定事項リスト',
|
|
70
|
+
'fabric.editor.tooltip.defaultBlockNode': 'ブロック ノード',
|
|
71
|
+
'fabric.editor.tooltip.nestedExpand': '入れ子の展開ノード',
|
|
72
|
+
'fabric.editor.tooltip.taskList': 'アクション アイテム',
|
|
16
73
|
'fabric.editor.unsupportedBlockContent': 'このエディターはこのコンテンツの表示をサポートしていません',
|
|
17
74
|
'fabric.editor.unsupportedContentTooltip': 'このエディターではコンテンツが利用できないため、編集および保存の際にはコンテンツが保持されます',
|
|
18
|
-
'fabric.editor.unsupportedInlineContent': 'サポートされていないコンテンツ'
|
|
75
|
+
'fabric.editor.unsupportedInlineContent': 'サポートされていないコンテンツ',
|
|
76
|
+
'fabric.editor.viewMore': 'さらに表示',
|
|
77
|
+
'fabric.editor.visit': 'リンクを新しいウィンドウで開く',
|
|
78
|
+
'fabric.theme.blue': '青',
|
|
79
|
+
'fabric.theme.dark-blue': '濃い青',
|
|
80
|
+
'fabric.theme.dark-green': '濃い緑',
|
|
81
|
+
'fabric.theme.dark-purple': '濃い紫',
|
|
82
|
+
'fabric.theme.dark-red': '濃い赤',
|
|
83
|
+
'fabric.theme.dark-teal': '濃い青緑',
|
|
84
|
+
'fabric.theme.dark-yellow': '濃い黄',
|
|
85
|
+
'fabric.theme.gray': '灰色',
|
|
86
|
+
'fabric.theme.green': '緑',
|
|
87
|
+
'fabric.theme.light-blue': '薄い青',
|
|
88
|
+
'fabric.theme.light-gray': '薄い灰色',
|
|
89
|
+
'fabric.theme.light-green': '薄い緑',
|
|
90
|
+
'fabric.theme.light-purple': '薄い紫',
|
|
91
|
+
'fabric.theme.light-red': '薄い赤',
|
|
92
|
+
'fabric.theme.light-teal': '薄い青緑',
|
|
93
|
+
'fabric.theme.light-yellow': '薄い黄',
|
|
94
|
+
'fabric.theme.orange': 'オレンジ',
|
|
95
|
+
'fabric.theme.purple': '紫',
|
|
96
|
+
'fabric.theme.red': '赤',
|
|
97
|
+
'fabric.theme.teal': '青緑',
|
|
98
|
+
'fabric.theme.white': '白',
|
|
99
|
+
'fabric.theme.yellow': '黄'
|
|
19
100
|
};
|
package/dist/es2019/i18n/ko.js
CHANGED
|
@@ -6,14 +6,95 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//Korean
|
|
8
8
|
export default {
|
|
9
|
+
'fabric.editor.action': '작업 항목',
|
|
10
|
+
'fabric.editor.action.description': '작업 항목 만들기 및 할당',
|
|
11
|
+
'fabric.editor.alignImageCenter': '가운데 정렬',
|
|
12
|
+
'fabric.editor.alignImageLeft': '왼쪽 정렬',
|
|
13
|
+
'fabric.editor.alignImageRight': '오른쪽 정렬',
|
|
14
|
+
'fabric.editor.blockquote': '인용',
|
|
15
|
+
'fabric.editor.cancelButton': '취소',
|
|
9
16
|
'fabric.editor.captionPlaceholder': '캡션 추가',
|
|
10
17
|
'fabric.editor.codeBidiWarningLabel': '양방향 문자가 텍스트가 렌더링되는 순서를 변경합니다. 악성 코드를 가리는 데 사용할 수 있습니다.',
|
|
18
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': '복사되었습니다!',
|
|
19
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': '텍스트로 복사',
|
|
11
20
|
'fabric.editor.collapseNode': '콘텐츠 접기',
|
|
21
|
+
'fabric.editor.columns': '레이아웃',
|
|
22
|
+
'fabric.editor.columns.description': '섹션으로 페이지 구성',
|
|
23
|
+
'fabric.editor.copiedToClipboard': '복사되었습니다!',
|
|
24
|
+
'fabric.editor.copyToClipboard': '복사',
|
|
25
|
+
'fabric.editor.date': '날짜',
|
|
26
|
+
'fabric.editor.date.description': '캘린더로 날짜 추가',
|
|
27
|
+
'fabric.editor.decision': '결정',
|
|
28
|
+
'fabric.editor.decision.description': '결정을 추적하기 쉽도록 캡처',
|
|
29
|
+
'fabric.editor.editMode.inviteToEditButton.title': '편집하도록 초대',
|
|
30
|
+
'fabric.editor.emoji': '이모지',
|
|
31
|
+
'fabric.editor.emoji.description': '이모지를 사용하여 아이디어 🎉 및 감정 😄 표현',
|
|
32
|
+
'fabric.editor.expand': '확대',
|
|
33
|
+
'fabric.editor.expand.description': '확대 삽입',
|
|
12
34
|
'fabric.editor.expandDefaultTitle': '여기를 클릭하여 펼치기...',
|
|
13
35
|
'fabric.editor.expandNode': '콘텐츠 펼치기',
|
|
14
36
|
'fabric.editor.expandPlaceholder': '이 펼치기에 제목 지정...',
|
|
37
|
+
'fabric.editor.feedbackDialog': '피드백 보내기',
|
|
38
|
+
'fabric.editor.feedbackDialog.description': '새로운 편집기 사용 경험에 대한 의견을 보내 주십시오',
|
|
39
|
+
'fabric.editor.filesAndImages': '파일 및 이미지',
|
|
40
|
+
'fabric.editor.filesAndImages.description': '페이지에 이미지 및 기타 파일 추가',
|
|
41
|
+
'fabric.editor.help': '도움말',
|
|
42
|
+
'fabric.editor.help.description': '모든 키보드 바로 가기 키 및 마크다운 옵션 찾아보기',
|
|
43
|
+
'fabric.editor.horizontalRule': '구분선',
|
|
44
|
+
'fabric.editor.horizontalRule.description': '가로선으로 콘텐츠 구분',
|
|
45
|
+
'fabric.editor.image': '이미지',
|
|
46
|
+
'fabric.editor.insertMenu': '삽입',
|
|
47
|
+
'fabric.editor.layoutFixedWidth': '원래 너비로',
|
|
48
|
+
'fabric.editor.layoutFullWidth': '전체 너비로 표시',
|
|
49
|
+
'fabric.editor.layoutWide': '넓게 표시',
|
|
50
|
+
'fabric.editor.link': '링크',
|
|
51
|
+
'fabric.editor.link.description': '링크 삽입',
|
|
52
|
+
'fabric.editor.mention': '멘션',
|
|
53
|
+
'fabric.editor.mention.description': '다른 사람을 멘션하여 알림 보내기',
|
|
15
54
|
'fabric.editor.openLink': '새 탭에서 링크 열기',
|
|
55
|
+
'fabric.editor.placeholderText': '자리 표시자 텍스트',
|
|
56
|
+
'fabric.editor.placeholderText.description': '페이지에 텍스트 자리 표시자 삽입',
|
|
57
|
+
'fabric.editor.remove': '제거',
|
|
58
|
+
'fabric.editor.removeEmoji': '이모지 제거',
|
|
59
|
+
'fabric.editor.saveButton': '저장',
|
|
60
|
+
'fabric.editor.status': '상태',
|
|
61
|
+
'fabric.editor.status.description': '사용자 정의 상태 레이블 추가',
|
|
62
|
+
'fabric.editor.table': '표',
|
|
63
|
+
'fabric.editor.table.description': '표 삽입',
|
|
64
|
+
'fabric.editor.time.ago': '전',
|
|
65
|
+
'fabric.editor.time.updated': '업데이트됨',
|
|
66
|
+
'fabric.editor.time.viewed': '확인함',
|
|
67
|
+
'fabric.editor.tooltip.blockPanel': '패널',
|
|
68
|
+
'fabric.editor.tooltip.bulletList': '목록',
|
|
69
|
+
'fabric.editor.tooltip.decisionList': '결정 목록',
|
|
70
|
+
'fabric.editor.tooltip.defaultBlockNode': '블록 노드',
|
|
71
|
+
'fabric.editor.tooltip.nestedExpand': '중첩된 확장',
|
|
72
|
+
'fabric.editor.tooltip.taskList': '작업 항목',
|
|
16
73
|
'fabric.editor.unsupportedBlockContent': '이 편집기에서는 이 콘텐츠 표시를 지원하지 않습니다',
|
|
17
74
|
'fabric.editor.unsupportedContentTooltip': '콘텐츠는 이 편집기에서 사용할 수 없으며 편집 후 저장해도 그대로 보존됩니다',
|
|
18
|
-
'fabric.editor.unsupportedInlineContent': '지원되지 않는 콘텐츠'
|
|
75
|
+
'fabric.editor.unsupportedInlineContent': '지원되지 않는 콘텐츠',
|
|
76
|
+
'fabric.editor.viewMore': '더 보기',
|
|
77
|
+
'fabric.editor.visit': '새 창에서 링크 열기',
|
|
78
|
+
'fabric.theme.blue': 'Blue',
|
|
79
|
+
'fabric.theme.dark-blue': 'Dark blue',
|
|
80
|
+
'fabric.theme.dark-green': 'Dark green',
|
|
81
|
+
'fabric.theme.dark-purple': 'Dark purple',
|
|
82
|
+
'fabric.theme.dark-red': 'Dark red',
|
|
83
|
+
'fabric.theme.dark-teal': 'Dark teal',
|
|
84
|
+
'fabric.theme.dark-yellow': 'Dark yellow',
|
|
85
|
+
'fabric.theme.gray': 'Gray',
|
|
86
|
+
'fabric.theme.green': 'Green',
|
|
87
|
+
'fabric.theme.light-blue': 'Light blue',
|
|
88
|
+
'fabric.theme.light-gray': 'Light gray',
|
|
89
|
+
'fabric.theme.light-green': 'Light green',
|
|
90
|
+
'fabric.theme.light-purple': 'Light purple',
|
|
91
|
+
'fabric.theme.light-red': 'Light red',
|
|
92
|
+
'fabric.theme.light-teal': 'Light teal',
|
|
93
|
+
'fabric.theme.light-yellow': 'Light yellow',
|
|
94
|
+
'fabric.theme.orange': 'Orange',
|
|
95
|
+
'fabric.theme.purple': 'Purple',
|
|
96
|
+
'fabric.theme.red': 'Red',
|
|
97
|
+
'fabric.theme.teal': 'Teal',
|
|
98
|
+
'fabric.theme.white': 'White',
|
|
99
|
+
'fabric.theme.yellow': 'Yellow'
|
|
19
100
|
};
|
package/dist/es2019/i18n/nb.js
CHANGED
|
@@ -6,14 +6,95 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//Norwegian (Bokmål)
|
|
8
8
|
export default {
|
|
9
|
+
'fabric.editor.action': 'Handlingselement',
|
|
10
|
+
'fabric.editor.action.description': 'Opprett og tilordne handlinger',
|
|
11
|
+
'fabric.editor.alignImageCenter': 'Midtjustert',
|
|
12
|
+
'fabric.editor.alignImageLeft': 'Venstrejustert',
|
|
13
|
+
'fabric.editor.alignImageRight': 'Høyrejustert',
|
|
14
|
+
'fabric.editor.blockquote': 'et sitat',
|
|
15
|
+
'fabric.editor.cancelButton': 'Avbryt',
|
|
9
16
|
'fabric.editor.captionPlaceholder': 'Legg til bildetekst',
|
|
10
17
|
'fabric.editor.codeBidiWarningLabel': 'Toveistegn endrer rekkefølgen som tekst vises i. Dette kan brukes til å skjule skadelig kode.',
|
|
18
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopiert!',
|
|
19
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopier som tekst',
|
|
11
20
|
'fabric.editor.collapseNode': 'Minimer innhold',
|
|
21
|
+
'fabric.editor.columns': 'Oppsett',
|
|
22
|
+
'fabric.editor.columns.description': 'Konstruer siden med seksjoner',
|
|
23
|
+
'fabric.editor.copiedToClipboard': 'Kopiert!',
|
|
24
|
+
'fabric.editor.copyToClipboard': 'Kopier',
|
|
25
|
+
'fabric.editor.date': 'Dato',
|
|
26
|
+
'fabric.editor.date.description': 'Legg til en dato med en kalender',
|
|
27
|
+
'fabric.editor.decision': 'Beslutning',
|
|
28
|
+
'fabric.editor.decision.description': 'Registrer beslutninger slik at det er lett å spore dem',
|
|
29
|
+
'fabric.editor.editMode.inviteToEditButton.title': 'Inviter til å redigere',
|
|
30
|
+
'fabric.editor.emoji': 'Emoji',
|
|
31
|
+
'fabric.editor.emoji.description': 'Bruk emojier for å uttrykke tanker 🎉 og følelser 😄',
|
|
32
|
+
'fabric.editor.expand': 'Utvidelse',
|
|
33
|
+
'fabric.editor.expand.description': 'Sett inn en utvidelse',
|
|
12
34
|
'fabric.editor.expandDefaultTitle': 'Klikk her for å utvide …',
|
|
13
35
|
'fabric.editor.expandNode': 'Utvid innhold',
|
|
14
36
|
'fabric.editor.expandPlaceholder': 'Gi denne utvidelsen et navn …',
|
|
37
|
+
'fabric.editor.feedbackDialog': 'Gi en tilbakemelding',
|
|
38
|
+
'fabric.editor.feedbackDialog.description': 'Fortell oss hvordan du opplevde det nye redigeringsprogrammet',
|
|
39
|
+
'fabric.editor.filesAndImages': 'Filer og bilder',
|
|
40
|
+
'fabric.editor.filesAndImages.description': 'Legg til bilder og andre filer på siden',
|
|
41
|
+
'fabric.editor.help': 'Hjelp',
|
|
42
|
+
'fabric.editor.help.description': 'Se gjennom alle tastatursnarveier og Markdown-alternativer',
|
|
43
|
+
'fabric.editor.horizontalRule': 'Deler',
|
|
44
|
+
'fabric.editor.horizontalRule.description': 'Atskill innhold med en horisontal linje',
|
|
45
|
+
'fabric.editor.image': 'Bilde',
|
|
46
|
+
'fabric.editor.insertMenu': 'Sett inn',
|
|
47
|
+
'fabric.editor.layoutFixedWidth': 'Tilbake til midten',
|
|
48
|
+
'fabric.editor.layoutFullWidth': 'Gå for full bredde',
|
|
49
|
+
'fabric.editor.layoutWide': 'Gå for bredere',
|
|
50
|
+
'fabric.editor.link': 'Kobling',
|
|
51
|
+
'fabric.editor.link.description': 'Sett inn en kobling',
|
|
52
|
+
'fabric.editor.mention': 'Nevn',
|
|
53
|
+
'fabric.editor.mention.description': 'Oppgi noen for å sende dem et varsel',
|
|
15
54
|
'fabric.editor.openLink': 'Åpne kobling i en ny fane',
|
|
55
|
+
'fabric.editor.placeholderText': 'Plassholdertekst',
|
|
56
|
+
'fabric.editor.placeholderText.description': 'Sett inn en tekstplassholder på siden.',
|
|
57
|
+
'fabric.editor.remove': 'Fjern',
|
|
58
|
+
'fabric.editor.removeEmoji': 'Fjern emoji',
|
|
59
|
+
'fabric.editor.saveButton': 'Lagre',
|
|
60
|
+
'fabric.editor.status': 'Status',
|
|
61
|
+
'fabric.editor.status.description': 'Legg til en egendefinert statusetikett',
|
|
62
|
+
'fabric.editor.table': 'Tabell',
|
|
63
|
+
'fabric.editor.table.description': 'Sett inn en tavle',
|
|
64
|
+
'fabric.editor.time.ago': 'siden',
|
|
65
|
+
'fabric.editor.time.updated': 'Oppdatert',
|
|
66
|
+
'fabric.editor.time.viewed': 'Sett',
|
|
67
|
+
'fabric.editor.tooltip.blockPanel': 'et panel',
|
|
68
|
+
'fabric.editor.tooltip.bulletList': 'en liste',
|
|
69
|
+
'fabric.editor.tooltip.decisionList': 'en beslutningsliste',
|
|
70
|
+
'fabric.editor.tooltip.defaultBlockNode': 'en blokknode',
|
|
71
|
+
'fabric.editor.tooltip.nestedExpand': 'en nestet utvidelse',
|
|
72
|
+
'fabric.editor.tooltip.taskList': 'et handlingselement',
|
|
16
73
|
'fabric.editor.unsupportedBlockContent': 'Denne redigeringsmodulen støtter ikke visning av dette innholdet',
|
|
17
74
|
'fabric.editor.unsupportedContentTooltip': 'Innholdet er ikke tilgjengelig i denne redigeringsmodulen – det bevares når du redigerer og lagrer',
|
|
18
|
-
'fabric.editor.unsupportedInlineContent': 'Innholdet støttes ikke'
|
|
75
|
+
'fabric.editor.unsupportedInlineContent': 'Innholdet støttes ikke',
|
|
76
|
+
'fabric.editor.viewMore': 'Vis mer',
|
|
77
|
+
'fabric.editor.visit': 'Åpne koblingen i et nytt vindu',
|
|
78
|
+
'fabric.theme.blue': 'Blue',
|
|
79
|
+
'fabric.theme.dark-blue': 'Mørk blå',
|
|
80
|
+
'fabric.theme.dark-green': 'Mørk grønn',
|
|
81
|
+
'fabric.theme.dark-purple': 'Mørk lilla',
|
|
82
|
+
'fabric.theme.dark-red': 'Mørkerød',
|
|
83
|
+
'fabric.theme.dark-teal': 'Mørk blågrønn',
|
|
84
|
+
'fabric.theme.dark-yellow': 'Dark yellow',
|
|
85
|
+
'fabric.theme.gray': 'Gray',
|
|
86
|
+
'fabric.theme.green': 'Green',
|
|
87
|
+
'fabric.theme.light-blue': 'Light blue',
|
|
88
|
+
'fabric.theme.light-gray': 'Light gray',
|
|
89
|
+
'fabric.theme.light-green': 'Lysegrønn',
|
|
90
|
+
'fabric.theme.light-purple': 'Lys lilla',
|
|
91
|
+
'fabric.theme.light-red': 'Lyserød',
|
|
92
|
+
'fabric.theme.light-teal': 'Lys blågrønn',
|
|
93
|
+
'fabric.theme.light-yellow': 'Light yellow',
|
|
94
|
+
'fabric.theme.orange': 'Oransje',
|
|
95
|
+
'fabric.theme.purple': 'Lilla',
|
|
96
|
+
'fabric.theme.red': 'Rød',
|
|
97
|
+
'fabric.theme.teal': 'Blågrønn',
|
|
98
|
+
'fabric.theme.white': 'Hvit',
|
|
99
|
+
'fabric.theme.yellow': 'Yellow'
|
|
19
100
|
};
|
package/dist/es2019/i18n/nl.js
CHANGED
|
@@ -6,14 +6,95 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//Dutch (Netherlands)
|
|
8
8
|
export default {
|
|
9
|
+
'fabric.editor.action': 'Actiepunt',
|
|
10
|
+
'fabric.editor.action.description': 'Actie-items maken en toewijzen',
|
|
11
|
+
'fabric.editor.alignImageCenter': 'Rechts uitlijnen',
|
|
12
|
+
'fabric.editor.alignImageLeft': 'Links uitlijnen',
|
|
13
|
+
'fabric.editor.alignImageRight': 'Rechts uitlijnen',
|
|
14
|
+
'fabric.editor.blockquote': 'een citaat',
|
|
15
|
+
'fabric.editor.cancelButton': 'Annuleren',
|
|
9
16
|
'fabric.editor.captionPlaceholder': 'Bijschrift toevoegen',
|
|
10
17
|
'fabric.editor.codeBidiWarningLabel': 'Bidirectionele tekens wijzigen de volgorde waarin de tekst wordt weergegeven. Dit kan worden gebruikt om schadelijke code te verdoezelen.',
|
|
18
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Gekopieerd!',
|
|
19
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopieer als tekst',
|
|
11
20
|
'fabric.editor.collapseNode': 'Content inklappen',
|
|
21
|
+
'fabric.editor.columns': 'Lay-outs',
|
|
22
|
+
'fabric.editor.columns.description': 'Je pagina structureren met secties',
|
|
23
|
+
'fabric.editor.copiedToClipboard': 'Gekopieerd!',
|
|
24
|
+
'fabric.editor.copyToClipboard': 'Kopiëren',
|
|
25
|
+
'fabric.editor.date': 'Datum',
|
|
26
|
+
'fabric.editor.date.description': 'Een datum toevoegen via een agenda',
|
|
27
|
+
'fabric.editor.decision': 'Beslissing',
|
|
28
|
+
'fabric.editor.decision.description': 'Beslissingen vastleggen zodat deze eenvoudig te traceren zijn',
|
|
29
|
+
'fabric.editor.editMode.inviteToEditButton.title': 'Uitnodigen om te bewerken',
|
|
30
|
+
'fabric.editor.emoji': 'Emoji',
|
|
31
|
+
'fabric.editor.emoji.description': "Emoji's gebruiken om ideeën 🎉 en emoties 😄 te delen",
|
|
32
|
+
'fabric.editor.expand': 'Uitvouwen',
|
|
33
|
+
'fabric.editor.expand.description': 'Uitvouwen toepassen',
|
|
12
34
|
'fabric.editor.expandDefaultTitle': 'Klik hier om uit te breiden...',
|
|
13
35
|
'fabric.editor.expandNode': 'Content uitbreiden',
|
|
14
36
|
'fabric.editor.expandPlaceholder': 'Geef deze uitbreiding een naam...',
|
|
37
|
+
'fabric.editor.feedbackDialog': 'Feedback geven',
|
|
38
|
+
'fabric.editor.feedbackDialog.description': 'Vertel ons wat je vindt van de nieuwe editor',
|
|
39
|
+
'fabric.editor.filesAndImages': 'Bestanden en afbeeldingen',
|
|
40
|
+
'fabric.editor.filesAndImages.description': 'Afbeeldingen en andere bestanden aan je pagina toevoegen',
|
|
41
|
+
'fabric.editor.help': 'Help',
|
|
42
|
+
'fabric.editor.help.description': 'Blader door alle opties voor sneltoetsen en markdowns',
|
|
43
|
+
'fabric.editor.horizontalRule': 'Scheidingslijn',
|
|
44
|
+
'fabric.editor.horizontalRule.description': 'Inhoud scheiden met een horizontale lijn',
|
|
45
|
+
'fabric.editor.image': 'Afbeelding',
|
|
46
|
+
'fabric.editor.insertMenu': 'Invoegen',
|
|
47
|
+
'fabric.editor.layoutFixedWidth': 'Terug naar midden',
|
|
48
|
+
'fabric.editor.layoutFullWidth': 'Op volledige breedte weergeven',
|
|
49
|
+
'fabric.editor.layoutWide': 'Brede weergave',
|
|
50
|
+
'fabric.editor.link': 'Link',
|
|
51
|
+
'fabric.editor.link.description': 'Een link invoegen',
|
|
52
|
+
'fabric.editor.mention': 'Vermelding',
|
|
53
|
+
'fabric.editor.mention.description': 'Iemand noemen om diegene een melding te sturen',
|
|
15
54
|
'fabric.editor.openLink': 'Link openen in een nieuw tabblad',
|
|
55
|
+
'fabric.editor.placeholderText': 'Plaatsaanduidingstekst',
|
|
56
|
+
'fabric.editor.placeholderText.description': 'Voeg een tekstplaatshouder in de pagina in',
|
|
57
|
+
'fabric.editor.remove': 'Verwijderen',
|
|
58
|
+
'fabric.editor.removeEmoji': 'Emoji verwijderen',
|
|
59
|
+
'fabric.editor.saveButton': 'Opslaan',
|
|
60
|
+
'fabric.editor.status': 'Status',
|
|
61
|
+
'fabric.editor.status.description': 'Een aangepast statuslabel toevoegen',
|
|
62
|
+
'fabric.editor.table': 'Tabel',
|
|
63
|
+
'fabric.editor.table.description': 'Een tabel invoegen',
|
|
64
|
+
'fabric.editor.time.ago': 'geleden',
|
|
65
|
+
'fabric.editor.time.updated': 'Bijgewerkt',
|
|
66
|
+
'fabric.editor.time.viewed': 'Bekeken',
|
|
67
|
+
'fabric.editor.tooltip.blockPanel': 'een paneel',
|
|
68
|
+
'fabric.editor.tooltip.bulletList': 'een lijst',
|
|
69
|
+
'fabric.editor.tooltip.decisionList': 'een besluitenlijst',
|
|
70
|
+
'fabric.editor.tooltip.defaultBlockNode': 'een blokknooppunt',
|
|
71
|
+
'fabric.editor.tooltip.nestedExpand': 'een geneste uitgeklapte knooppunt',
|
|
72
|
+
'fabric.editor.tooltip.taskList': 'een actiepunt',
|
|
16
73
|
'fabric.editor.unsupportedBlockContent': 'Deze editor ondersteunt weergave van deze inhoud niet',
|
|
17
74
|
'fabric.editor.unsupportedContentTooltip': 'Inhoud is niet beschikbaar in deze editor. Dit wordt behouden als je bewerkt en opslaat',
|
|
18
|
-
'fabric.editor.unsupportedInlineContent': 'Niet-ondersteunde inhoud'
|
|
75
|
+
'fabric.editor.unsupportedInlineContent': 'Niet-ondersteunde inhoud',
|
|
76
|
+
'fabric.editor.viewMore': 'Meer bekijken',
|
|
77
|
+
'fabric.editor.visit': 'Link openen in een nieuw venster',
|
|
78
|
+
'fabric.theme.blue': 'Blauw',
|
|
79
|
+
'fabric.theme.dark-blue': 'Donkerblauw',
|
|
80
|
+
'fabric.theme.dark-green': 'Donkergroen',
|
|
81
|
+
'fabric.theme.dark-purple': 'Donkerpaars',
|
|
82
|
+
'fabric.theme.dark-red': 'Donkerrood',
|
|
83
|
+
'fabric.theme.dark-teal': 'Donker blauwgroen',
|
|
84
|
+
'fabric.theme.dark-yellow': 'Donkergeel',
|
|
85
|
+
'fabric.theme.gray': 'Grijs',
|
|
86
|
+
'fabric.theme.green': 'Groen',
|
|
87
|
+
'fabric.theme.light-blue': 'Lichtblauw',
|
|
88
|
+
'fabric.theme.light-gray': 'Light gray',
|
|
89
|
+
'fabric.theme.light-green': 'Lichtgroen',
|
|
90
|
+
'fabric.theme.light-purple': 'Lichtpaars',
|
|
91
|
+
'fabric.theme.light-red': 'Lichtrood',
|
|
92
|
+
'fabric.theme.light-teal': 'Light teal',
|
|
93
|
+
'fabric.theme.light-yellow': 'Lichtgeel',
|
|
94
|
+
'fabric.theme.orange': 'Oranje',
|
|
95
|
+
'fabric.theme.purple': 'Paars',
|
|
96
|
+
'fabric.theme.red': 'Red',
|
|
97
|
+
'fabric.theme.teal': 'Teal',
|
|
98
|
+
'fabric.theme.white': 'White',
|
|
99
|
+
'fabric.theme.yellow': 'Geel'
|
|
19
100
|
};
|