@atlaskit/editor-common 70.0.0 → 70.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +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/utils/editor-core-utils.js +9 -2
- package/dist/cjs/utils/index.js +6 -0
- 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/utils/editor-core-utils.js +9 -2
- package/dist/es2019/utils/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/utils/editor-core-utils.js +7 -2
- package/dist/esm/utils/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/utils/editor-core-utils.d.ts +1 -0
- package/dist/types/utils/index.d.ts +1 -1
- 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/dist/types-ts4.0/utils/editor-core-utils.d.ts +1 -0
- package/dist/types-ts4.0/utils/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/es2019/i18n/de.js
CHANGED
|
@@ -6,14 +6,95 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//German (Germany)
|
|
8
8
|
export default {
|
|
9
|
+
'fabric.editor.action': 'Aufgabe',
|
|
10
|
+
'fabric.editor.action.description': 'Aufgaben erstellen und zuweisen',
|
|
11
|
+
'fabric.editor.alignImageCenter': 'Mittig ausrichten',
|
|
12
|
+
'fabric.editor.alignImageLeft': 'Links ausrichten',
|
|
13
|
+
'fabric.editor.alignImageRight': 'Rechts ausrichten',
|
|
14
|
+
'fabric.editor.blockquote': 'ein Angebot',
|
|
15
|
+
'fabric.editor.cancelButton': 'Abbrechen',
|
|
9
16
|
'fabric.editor.captionPlaceholder': 'Eine Bildunterschrift hinzufügen',
|
|
10
17
|
'fabric.editor.codeBidiWarningLabel': 'Bidirektionale Zeichen ändern die Reihenfolge, in der Text gerendert wird. Dies könnte verwendet werden, um bösartigen Code zu verbergen.',
|
|
18
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopiert!',
|
|
19
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Als Text kopieren',
|
|
11
20
|
'fabric.editor.collapseNode': 'Inhaltsanzeige reduzieren',
|
|
21
|
+
'fabric.editor.columns': 'Layouts',
|
|
22
|
+
'fabric.editor.columns.description': 'Seite mithilfe von Abschnitten strukturieren',
|
|
23
|
+
'fabric.editor.copiedToClipboard': 'Kopiert!',
|
|
24
|
+
'fabric.editor.copyToClipboard': 'Kopieren',
|
|
25
|
+
'fabric.editor.date': 'Datum',
|
|
26
|
+
'fabric.editor.date.description': 'Datum mittels Kalender hinzufügen',
|
|
27
|
+
'fabric.editor.decision': 'Entscheidung',
|
|
28
|
+
'fabric.editor.decision.description': 'Entscheidungen erfassen, um sie leicht zu verfolgen',
|
|
29
|
+
'fabric.editor.editMode.inviteToEditButton.title': 'Zum Bearbeiten einladen',
|
|
30
|
+
'fabric.editor.emoji': 'Emoji',
|
|
31
|
+
'fabric.editor.emoji.description': 'Verwenden Sie Emojis, um Ideen 🎉 und Emotionen 😄 auszudrücken.',
|
|
32
|
+
'fabric.editor.expand': 'Erweiterung',
|
|
33
|
+
'fabric.editor.expand.description': 'Eine Erweiterung einfügen',
|
|
12
34
|
'fabric.editor.expandDefaultTitle': 'Klicken Sie hier, um zu erweitern …',
|
|
13
35
|
'fabric.editor.expandNode': 'Inhaltsanzeige erweitern',
|
|
14
36
|
'fabric.editor.expandPlaceholder': 'Wählen Sie einen Titel für diese Erweiterung …',
|
|
37
|
+
'fabric.editor.feedbackDialog': 'Feedback geben',
|
|
38
|
+
'fabric.editor.feedbackDialog.description': 'Teilen Sie uns Ihre Erfahrungen mit dem neuen Editor mit.',
|
|
39
|
+
'fabric.editor.filesAndImages': 'Dateien und Bilder',
|
|
40
|
+
'fabric.editor.filesAndImages.description': 'Bilder oder andere Dateien zu Ihrer Seite hinzufügen',
|
|
41
|
+
'fabric.editor.help': 'Hilfe',
|
|
42
|
+
'fabric.editor.help.description': 'Alle Tastaturkürzel und Markdown-Optionen durchsuchen',
|
|
43
|
+
'fabric.editor.horizontalRule': 'Trennlinie',
|
|
44
|
+
'fabric.editor.horizontalRule.description': 'Inhalte mithilfe einer horizontalen Linie unterteilen',
|
|
45
|
+
'fabric.editor.image': 'Bild',
|
|
46
|
+
'fabric.editor.insertMenu': 'Einfügen',
|
|
47
|
+
'fabric.editor.layoutFixedWidth': 'Zurück zur Mitte',
|
|
48
|
+
'fabric.editor.layoutFullWidth': 'Volle Breite wählen',
|
|
49
|
+
'fabric.editor.layoutWide': 'Verbreitern',
|
|
50
|
+
'fabric.editor.link': 'Link',
|
|
51
|
+
'fabric.editor.link.description': 'Link einfügen',
|
|
52
|
+
'fabric.editor.mention': 'Erwähnen',
|
|
53
|
+
'fabric.editor.mention.description': 'Erwähnen Sie einen Benutzer, um ihm eine Benachrichtigung zu senden.',
|
|
15
54
|
'fabric.editor.openLink': 'Link in neuer Registerkarte öffnen',
|
|
55
|
+
'fabric.editor.placeholderText': 'Platzhaltertext',
|
|
56
|
+
'fabric.editor.placeholderText.description': 'Textplatzhalter in die Seite einfügen',
|
|
57
|
+
'fabric.editor.remove': 'Entfernen',
|
|
58
|
+
'fabric.editor.removeEmoji': 'Emoji entfernen',
|
|
59
|
+
'fabric.editor.saveButton': 'Speichern',
|
|
60
|
+
'fabric.editor.status': 'Status',
|
|
61
|
+
'fabric.editor.status.description': 'Benutzerdefiniertes Status-Label hinzufügen',
|
|
62
|
+
'fabric.editor.table': 'Tabelle',
|
|
63
|
+
'fabric.editor.table.description': 'Tabelle einfügen',
|
|
64
|
+
'fabric.editor.time.ago': 'vor',
|
|
65
|
+
'fabric.editor.time.updated': 'Aktualisiert',
|
|
66
|
+
'fabric.editor.time.viewed': 'Angesehen',
|
|
67
|
+
'fabric.editor.tooltip.blockPanel': 'ein Panel',
|
|
68
|
+
'fabric.editor.tooltip.bulletList': 'eine Liste',
|
|
69
|
+
'fabric.editor.tooltip.decisionList': 'eine Entscheidungsliste',
|
|
70
|
+
'fabric.editor.tooltip.defaultBlockNode': 'ein Blockknoten',
|
|
71
|
+
'fabric.editor.tooltip.nestedExpand': 'eine verschachtelte Erweiterung',
|
|
72
|
+
'fabric.editor.tooltip.taskList': 'eine Aufgabe',
|
|
16
73
|
'fabric.editor.unsupportedBlockContent': 'Dieser Editor unterstützt die Anzeige dieses Inhalts nicht',
|
|
17
74
|
'fabric.editor.unsupportedContentTooltip': 'Der Inhalt ist in diesem Editor nicht verfügbar, dies bleibt durch Bearbeiten und Speichern erhalten.',
|
|
18
|
-
'fabric.editor.unsupportedInlineContent': 'Nicht unterstützter Inhalt'
|
|
75
|
+
'fabric.editor.unsupportedInlineContent': 'Nicht unterstützter Inhalt',
|
|
76
|
+
'fabric.editor.viewMore': 'Mehr anzeigen',
|
|
77
|
+
'fabric.editor.visit': 'Link in neuem Fenster öffnen',
|
|
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/en.js
CHANGED
|
@@ -6,14 +6,95 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//
|
|
8
8
|
export default {
|
|
9
|
+
'fabric.editor.action': 'Action item',
|
|
10
|
+
'fabric.editor.action.description': 'Create and assign action items',
|
|
11
|
+
'fabric.editor.alignImageCenter': 'Align center',
|
|
12
|
+
'fabric.editor.alignImageLeft': 'Align left',
|
|
13
|
+
'fabric.editor.alignImageRight': 'Align right',
|
|
14
|
+
'fabric.editor.blockquote': 'a quote',
|
|
15
|
+
'fabric.editor.cancelButton': 'Cancel',
|
|
9
16
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
10
17
|
'fabric.editor.codeBidiWarningLabel': 'Bidirectional characters change the order that text is rendered. This could be used to obscure malicious code.',
|
|
18
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copied!',
|
|
19
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copy as text',
|
|
11
20
|
'fabric.editor.collapseNode': 'Collapse content',
|
|
21
|
+
'fabric.editor.columns': 'Layouts',
|
|
22
|
+
'fabric.editor.columns.description': 'Structure your page using sections',
|
|
23
|
+
'fabric.editor.copiedToClipboard': 'Copied!',
|
|
24
|
+
'fabric.editor.copyToClipboard': 'Copy',
|
|
25
|
+
'fabric.editor.date': 'Date',
|
|
26
|
+
'fabric.editor.date.description': 'Add a date using a calendar',
|
|
27
|
+
'fabric.editor.decision': 'Decision',
|
|
28
|
+
'fabric.editor.decision.description': 'Capture decisions so they’re easy to track',
|
|
29
|
+
'fabric.editor.editMode.inviteToEditButton.title': 'Invite to edit',
|
|
30
|
+
'fabric.editor.emoji': 'Emoji',
|
|
31
|
+
'fabric.editor.emoji.description': 'Use emojis to express ideas 🎉 and emotions 😄',
|
|
32
|
+
'fabric.editor.expand': 'Expand',
|
|
33
|
+
'fabric.editor.expand.description': 'Insert an expand',
|
|
12
34
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
13
35
|
'fabric.editor.expandNode': 'Expand content',
|
|
14
36
|
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
37
|
+
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
38
|
+
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the new editor',
|
|
39
|
+
'fabric.editor.filesAndImages': 'Files & images',
|
|
40
|
+
'fabric.editor.filesAndImages.description': 'Add images and other files to your page',
|
|
41
|
+
'fabric.editor.help': 'Help',
|
|
42
|
+
'fabric.editor.help.description': 'Browse all the keyboard shortcuts and markdown options',
|
|
43
|
+
'fabric.editor.horizontalRule': 'Divider',
|
|
44
|
+
'fabric.editor.horizontalRule.description': 'Separate content with a horizontal line',
|
|
45
|
+
'fabric.editor.image': 'Image',
|
|
46
|
+
'fabric.editor.insertMenu': 'Insert',
|
|
47
|
+
'fabric.editor.layoutFixedWidth': 'Back to center',
|
|
48
|
+
'fabric.editor.layoutFullWidth': 'Go full width',
|
|
49
|
+
'fabric.editor.layoutWide': 'Go wide',
|
|
50
|
+
'fabric.editor.link': 'Link',
|
|
51
|
+
'fabric.editor.link.description': 'Insert a link',
|
|
52
|
+
'fabric.editor.mention': 'Mention',
|
|
53
|
+
'fabric.editor.mention.description': 'Mention someone to send them a notification',
|
|
15
54
|
'fabric.editor.openLink': 'Open link in a new tab',
|
|
55
|
+
'fabric.editor.placeholderText': 'Placeholder text',
|
|
56
|
+
'fabric.editor.placeholderText.description': 'Insert a text placeholder into the page',
|
|
57
|
+
'fabric.editor.remove': 'Remove',
|
|
58
|
+
'fabric.editor.removeEmoji': 'Remove emoji',
|
|
59
|
+
'fabric.editor.saveButton': 'Save',
|
|
60
|
+
'fabric.editor.status': 'Status',
|
|
61
|
+
'fabric.editor.status.description': 'Add a custom status label',
|
|
62
|
+
'fabric.editor.table': 'Table',
|
|
63
|
+
'fabric.editor.table.description': 'Insert a table',
|
|
64
|
+
'fabric.editor.time.ago': 'ago',
|
|
65
|
+
'fabric.editor.time.updated': 'Updated',
|
|
66
|
+
'fabric.editor.time.viewed': 'Viewed',
|
|
67
|
+
'fabric.editor.tooltip.blockPanel': 'a panel',
|
|
68
|
+
'fabric.editor.tooltip.bulletList': 'a list',
|
|
69
|
+
'fabric.editor.tooltip.decisionList': 'a decision list',
|
|
70
|
+
'fabric.editor.tooltip.defaultBlockNode': 'a block node',
|
|
71
|
+
'fabric.editor.tooltip.nestedExpand': 'a nested expand',
|
|
72
|
+
'fabric.editor.tooltip.taskList': 'an action item',
|
|
16
73
|
'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
|
|
17
74
|
'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
|
|
18
|
-
'fabric.editor.unsupportedInlineContent': 'Unsupported content'
|
|
75
|
+
'fabric.editor.unsupportedInlineContent': 'Unsupported content',
|
|
76
|
+
'fabric.editor.viewMore': 'View more',
|
|
77
|
+
'fabric.editor.visit': 'Open link in a new window',
|
|
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
|
};
|
|
@@ -6,14 +6,95 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//English (United Kingdom)
|
|
8
8
|
export default {
|
|
9
|
+
'fabric.editor.action': 'Action item',
|
|
10
|
+
'fabric.editor.action.description': 'Create and assign action items',
|
|
11
|
+
'fabric.editor.alignImageCenter': 'Align center',
|
|
12
|
+
'fabric.editor.alignImageLeft': 'Align left',
|
|
13
|
+
'fabric.editor.alignImageRight': 'Align right',
|
|
14
|
+
'fabric.editor.blockquote': 'a quote',
|
|
15
|
+
'fabric.editor.cancelButton': 'Cancel',
|
|
9
16
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
10
17
|
'fabric.editor.codeBidiWarningLabel': 'Bidirectional characters change the order that text is rendered. This could be used to obscure malicious code.',
|
|
18
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copied!',
|
|
19
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copy as text',
|
|
11
20
|
'fabric.editor.collapseNode': 'Collapse content',
|
|
21
|
+
'fabric.editor.columns': 'Layouts',
|
|
22
|
+
'fabric.editor.columns.description': 'Structure your page using sections',
|
|
23
|
+
'fabric.editor.copiedToClipboard': 'Copied!',
|
|
24
|
+
'fabric.editor.copyToClipboard': 'Copy',
|
|
25
|
+
'fabric.editor.date': 'Date',
|
|
26
|
+
'fabric.editor.date.description': 'Add a date using a calendar',
|
|
27
|
+
'fabric.editor.decision': 'Decision',
|
|
28
|
+
'fabric.editor.decision.description': 'Capture decisions so they’re easy to track',
|
|
29
|
+
'fabric.editor.editMode.inviteToEditButton.title': 'Invite to edit',
|
|
30
|
+
'fabric.editor.emoji': 'Emoji',
|
|
31
|
+
'fabric.editor.emoji.description': 'Use emojis to express ideas 🎉 and emotions 😄',
|
|
32
|
+
'fabric.editor.expand': 'Expand',
|
|
33
|
+
'fabric.editor.expand.description': 'Insert an expand',
|
|
12
34
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
13
35
|
'fabric.editor.expandNode': 'Expand content',
|
|
14
36
|
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
37
|
+
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
38
|
+
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the new editor',
|
|
39
|
+
'fabric.editor.filesAndImages': 'Files & images',
|
|
40
|
+
'fabric.editor.filesAndImages.description': 'Add images and other files to your page',
|
|
41
|
+
'fabric.editor.help': 'Help',
|
|
42
|
+
'fabric.editor.help.description': 'Browse all the keyboard shortcuts and markdown options',
|
|
43
|
+
'fabric.editor.horizontalRule': 'Divider',
|
|
44
|
+
'fabric.editor.horizontalRule.description': 'Separate content with a horizontal line',
|
|
45
|
+
'fabric.editor.image': 'Image',
|
|
46
|
+
'fabric.editor.insertMenu': 'Insert',
|
|
47
|
+
'fabric.editor.layoutFixedWidth': 'Back to center',
|
|
48
|
+
'fabric.editor.layoutFullWidth': 'Go full width',
|
|
49
|
+
'fabric.editor.layoutWide': 'Go wide',
|
|
50
|
+
'fabric.editor.link': 'Link',
|
|
51
|
+
'fabric.editor.link.description': 'Insert a link',
|
|
52
|
+
'fabric.editor.mention': 'Mention',
|
|
53
|
+
'fabric.editor.mention.description': 'Mention someone to send them a notification',
|
|
15
54
|
'fabric.editor.openLink': 'Open link in a new tab',
|
|
55
|
+
'fabric.editor.placeholderText': 'Placeholder text',
|
|
56
|
+
'fabric.editor.placeholderText.description': 'Insert a text placeholder into the page',
|
|
57
|
+
'fabric.editor.remove': 'Remove',
|
|
58
|
+
'fabric.editor.removeEmoji': 'Remove emoji',
|
|
59
|
+
'fabric.editor.saveButton': 'Save',
|
|
60
|
+
'fabric.editor.status': 'Status',
|
|
61
|
+
'fabric.editor.status.description': 'Add a custom status label',
|
|
62
|
+
'fabric.editor.table': 'Table',
|
|
63
|
+
'fabric.editor.table.description': 'Insert a table',
|
|
64
|
+
'fabric.editor.time.ago': 'ago',
|
|
65
|
+
'fabric.editor.time.updated': 'Updated',
|
|
66
|
+
'fabric.editor.time.viewed': 'Viewed',
|
|
67
|
+
'fabric.editor.tooltip.blockPanel': 'a panel',
|
|
68
|
+
'fabric.editor.tooltip.bulletList': 'a list',
|
|
69
|
+
'fabric.editor.tooltip.decisionList': 'a decision list',
|
|
70
|
+
'fabric.editor.tooltip.defaultBlockNode': 'a block node',
|
|
71
|
+
'fabric.editor.tooltip.nestedExpand': 'a nested expand',
|
|
72
|
+
'fabric.editor.tooltip.taskList': 'an action item',
|
|
16
73
|
'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
|
|
17
74
|
'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
|
|
18
|
-
'fabric.editor.unsupportedInlineContent': 'Unsupported content'
|
|
75
|
+
'fabric.editor.unsupportedInlineContent': 'Unsupported content',
|
|
76
|
+
'fabric.editor.viewMore': 'View more',
|
|
77
|
+
'fabric.editor.visit': 'Open link in a new window',
|
|
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
|
};
|
|
@@ -6,14 +6,95 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//
|
|
8
8
|
export default {
|
|
9
|
+
'fabric.editor.action': 'Action item',
|
|
10
|
+
'fabric.editor.action.description': 'Create and assign action items',
|
|
11
|
+
'fabric.editor.alignImageCenter': 'Align center',
|
|
12
|
+
'fabric.editor.alignImageLeft': 'Align left',
|
|
13
|
+
'fabric.editor.alignImageRight': 'Align right',
|
|
14
|
+
'fabric.editor.blockquote': 'a quote',
|
|
15
|
+
'fabric.editor.cancelButton': 'Cancel',
|
|
9
16
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
10
17
|
'fabric.editor.codeBidiWarningLabel': 'Bidirectional characters change the order that text is rendered. This could be used to obscure malicious code.',
|
|
18
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copied!',
|
|
19
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copy as text',
|
|
11
20
|
'fabric.editor.collapseNode': 'Collapse content',
|
|
21
|
+
'fabric.editor.columns': 'Layouts',
|
|
22
|
+
'fabric.editor.columns.description': 'Structure your page using sections',
|
|
23
|
+
'fabric.editor.copiedToClipboard': 'Copied!',
|
|
24
|
+
'fabric.editor.copyToClipboard': 'Copy',
|
|
25
|
+
'fabric.editor.date': 'Date',
|
|
26
|
+
'fabric.editor.date.description': 'Add a date using a calendar',
|
|
27
|
+
'fabric.editor.decision': 'Decision',
|
|
28
|
+
'fabric.editor.decision.description': 'Capture decisions so they’re easy to track',
|
|
29
|
+
'fabric.editor.editMode.inviteToEditButton.title': 'Invite to edit',
|
|
30
|
+
'fabric.editor.emoji': 'Emoji',
|
|
31
|
+
'fabric.editor.emoji.description': 'Use emojis to express ideas 🎉 and emotions 😄',
|
|
32
|
+
'fabric.editor.expand': 'Expand',
|
|
33
|
+
'fabric.editor.expand.description': 'Insert an expand',
|
|
12
34
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
13
35
|
'fabric.editor.expandNode': 'Expand content',
|
|
14
36
|
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
37
|
+
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
38
|
+
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the new editor',
|
|
39
|
+
'fabric.editor.filesAndImages': 'Files & images',
|
|
40
|
+
'fabric.editor.filesAndImages.description': 'Add images and other files to your page',
|
|
41
|
+
'fabric.editor.help': 'Help',
|
|
42
|
+
'fabric.editor.help.description': 'Browse all the keyboard shortcuts and markdown options',
|
|
43
|
+
'fabric.editor.horizontalRule': 'Divider',
|
|
44
|
+
'fabric.editor.horizontalRule.description': 'Separate content with a horizontal line',
|
|
45
|
+
'fabric.editor.image': 'Image',
|
|
46
|
+
'fabric.editor.insertMenu': 'Insert',
|
|
47
|
+
'fabric.editor.layoutFixedWidth': 'Back to center',
|
|
48
|
+
'fabric.editor.layoutFullWidth': 'Go full width',
|
|
49
|
+
'fabric.editor.layoutWide': 'Go wide',
|
|
50
|
+
'fabric.editor.link': 'Link',
|
|
51
|
+
'fabric.editor.link.description': 'Insert a link',
|
|
52
|
+
'fabric.editor.mention': 'Mention',
|
|
53
|
+
'fabric.editor.mention.description': 'Mention someone to send them a notification',
|
|
15
54
|
'fabric.editor.openLink': 'Open link in a new tab',
|
|
55
|
+
'fabric.editor.placeholderText': 'Placeholder text',
|
|
56
|
+
'fabric.editor.placeholderText.description': 'Insert a text placeholder into the page',
|
|
57
|
+
'fabric.editor.remove': 'Remove',
|
|
58
|
+
'fabric.editor.removeEmoji': 'Remove emoji',
|
|
59
|
+
'fabric.editor.saveButton': 'Save',
|
|
60
|
+
'fabric.editor.status': 'Status',
|
|
61
|
+
'fabric.editor.status.description': 'Add a custom status label',
|
|
62
|
+
'fabric.editor.table': 'Table',
|
|
63
|
+
'fabric.editor.table.description': 'Insert a table',
|
|
64
|
+
'fabric.editor.time.ago': 'ago',
|
|
65
|
+
'fabric.editor.time.updated': 'Updated',
|
|
66
|
+
'fabric.editor.time.viewed': 'Viewed',
|
|
67
|
+
'fabric.editor.tooltip.blockPanel': 'a panel',
|
|
68
|
+
'fabric.editor.tooltip.bulletList': 'a list',
|
|
69
|
+
'fabric.editor.tooltip.decisionList': 'a decision list',
|
|
70
|
+
'fabric.editor.tooltip.defaultBlockNode': 'a block node',
|
|
71
|
+
'fabric.editor.tooltip.nestedExpand': 'a nested expand',
|
|
72
|
+
'fabric.editor.tooltip.taskList': 'an action item',
|
|
16
73
|
'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
|
|
17
74
|
'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
|
|
18
|
-
'fabric.editor.unsupportedInlineContent': 'Unsupported content'
|
|
75
|
+
'fabric.editor.unsupportedInlineContent': 'Unsupported content',
|
|
76
|
+
'fabric.editor.viewMore': 'View more',
|
|
77
|
+
'fabric.editor.visit': 'Open link in a new window',
|
|
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/es.js
CHANGED
|
@@ -6,14 +6,95 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//Spanish (International)
|
|
8
8
|
export default {
|
|
9
|
+
'fabric.editor.action': 'Elemento de acción',
|
|
10
|
+
'fabric.editor.action.description': 'Crear y asignar elementos de acción',
|
|
11
|
+
'fabric.editor.alignImageCenter': 'Centrar',
|
|
12
|
+
'fabric.editor.alignImageLeft': 'Alinear a la izquierda',
|
|
13
|
+
'fabric.editor.alignImageRight': 'Alinear a la derecha',
|
|
14
|
+
'fabric.editor.blockquote': 'una cita',
|
|
15
|
+
'fabric.editor.cancelButton': 'Cancelar',
|
|
9
16
|
'fabric.editor.captionPlaceholder': 'Añadir un subtítulo',
|
|
10
17
|
'fabric.editor.codeBidiWarningLabel': 'Los caracteres bidireccionales cambian el orden de renderización del texto. Esto podría utilizarse para ocultar código malicioso.',
|
|
18
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': '¡Copiado!',
|
|
19
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copiar como texto',
|
|
11
20
|
'fabric.editor.collapseNode': 'contraer contenido',
|
|
21
|
+
'fabric.editor.columns': 'Diseños',
|
|
22
|
+
'fabric.editor.columns.description': 'Estructurar la página con secciones',
|
|
23
|
+
'fabric.editor.copiedToClipboard': '¡Copiado!',
|
|
24
|
+
'fabric.editor.copyToClipboard': 'Copiar',
|
|
25
|
+
'fabric.editor.date': 'Fecha',
|
|
26
|
+
'fabric.editor.date.description': 'Añadir una fecha usando un calendario',
|
|
27
|
+
'fabric.editor.decision': 'Decisión',
|
|
28
|
+
'fabric.editor.decision.description': 'Captar decisiones para que sea más fácil supervisarlas',
|
|
29
|
+
'fabric.editor.editMode.inviteToEditButton.title': 'Invitar a editar',
|
|
30
|
+
'fabric.editor.emoji': 'Emoji',
|
|
31
|
+
'fabric.editor.emoji.description': 'Usa emojis para expresar ideas 🎉 y emociones 😄',
|
|
32
|
+
'fabric.editor.expand': 'Ampliar',
|
|
33
|
+
'fabric.editor.expand.description': 'Insertar una ampliación',
|
|
12
34
|
'fabric.editor.expandDefaultTitle': 'Haz clic aquí para ampliar...',
|
|
13
35
|
'fabric.editor.expandNode': 'Ampliar contenido',
|
|
14
36
|
'fabric.editor.expandPlaceholder': 'Indica un nombre para esta expansión...',
|
|
37
|
+
'fabric.editor.feedbackDialog': 'Enviar comentarios',
|
|
38
|
+
'fabric.editor.feedbackDialog.description': 'Cuéntanos tu experiencia con el editor nuevo',
|
|
39
|
+
'fabric.editor.filesAndImages': 'Archivos e imágenes',
|
|
40
|
+
'fabric.editor.filesAndImages.description': 'Añadir imágenes y otros archivos a la página',
|
|
41
|
+
'fabric.editor.help': 'Ayuda',
|
|
42
|
+
'fabric.editor.help.description': 'Navegar por todos los atajos de teclado y opciones de markdown',
|
|
43
|
+
'fabric.editor.horizontalRule': 'Divisor',
|
|
44
|
+
'fabric.editor.horizontalRule.description': 'Separar el contenido con una línea horizontal',
|
|
45
|
+
'fabric.editor.image': 'Imagen',
|
|
46
|
+
'fabric.editor.insertMenu': 'Insertar',
|
|
47
|
+
'fabric.editor.layoutFixedWidth': 'Volver a centrar',
|
|
48
|
+
'fabric.editor.layoutFullWidth': 'Usar ancho completo',
|
|
49
|
+
'fabric.editor.layoutWide': 'Usar formato ancho',
|
|
50
|
+
'fabric.editor.link': 'Vincular',
|
|
51
|
+
'fabric.editor.link.description': 'Insertar un enlace',
|
|
52
|
+
'fabric.editor.mention': 'Mención',
|
|
53
|
+
'fabric.editor.mention.description': 'Mencionar a alguien para enviarle una notificación',
|
|
15
54
|
'fabric.editor.openLink': 'Abrir el enlace en otra pestaña',
|
|
55
|
+
'fabric.editor.placeholderText': 'Texto de marcador de posición',
|
|
56
|
+
'fabric.editor.placeholderText.description': 'Insertar un marcador de posición de texto en la página',
|
|
57
|
+
'fabric.editor.remove': 'Eliminar',
|
|
58
|
+
'fabric.editor.removeEmoji': 'Eliminar emoji',
|
|
59
|
+
'fabric.editor.saveButton': 'Guardar',
|
|
60
|
+
'fabric.editor.status': 'Estado',
|
|
61
|
+
'fabric.editor.status.description': 'Añadir una etiqueta de estado personalizada',
|
|
62
|
+
'fabric.editor.table': 'Tabla',
|
|
63
|
+
'fabric.editor.table.description': 'Insertar una tabla',
|
|
64
|
+
'fabric.editor.time.ago': 'antes',
|
|
65
|
+
'fabric.editor.time.updated': 'Actualizado',
|
|
66
|
+
'fabric.editor.time.viewed': 'Visto',
|
|
67
|
+
'fabric.editor.tooltip.blockPanel': 'un panel',
|
|
68
|
+
'fabric.editor.tooltip.bulletList': 'una lista',
|
|
69
|
+
'fabric.editor.tooltip.decisionList': 'una lista de decisiones',
|
|
70
|
+
'fabric.editor.tooltip.defaultBlockNode': 'un nodo de bloqueo',
|
|
71
|
+
'fabric.editor.tooltip.nestedExpand': 'una expansión anidada',
|
|
72
|
+
'fabric.editor.tooltip.taskList': 'un elemento de acción',
|
|
16
73
|
'fabric.editor.unsupportedBlockContent': 'Este editor no permite mostrar este contenido.',
|
|
17
74
|
'fabric.editor.unsupportedContentTooltip': 'El contenido no está disponible en este editor, se conservará cuando edites y guardes.',
|
|
18
|
-
'fabric.editor.unsupportedInlineContent': 'Contenido no admitido'
|
|
75
|
+
'fabric.editor.unsupportedInlineContent': 'Contenido no admitido',
|
|
76
|
+
'fabric.editor.viewMore': 'Ver más',
|
|
77
|
+
'fabric.editor.visit': 'Abrir el enlace en otra ventana',
|
|
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/fi.js
CHANGED
|
@@ -6,14 +6,95 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//Finnish
|
|
8
8
|
export default {
|
|
9
|
+
'fabric.editor.action': 'Tehtävä',
|
|
10
|
+
'fabric.editor.action.description': 'Luo ja määrää toimintokohteita',
|
|
11
|
+
'fabric.editor.alignImageCenter': 'Tasaa keskelle',
|
|
12
|
+
'fabric.editor.alignImageLeft': 'Tasaa vasemmalle',
|
|
13
|
+
'fabric.editor.alignImageRight': 'Tasaa oikealle',
|
|
14
|
+
'fabric.editor.blockquote': 'sitaatti',
|
|
15
|
+
'fabric.editor.cancelButton': 'Peruuta',
|
|
9
16
|
'fabric.editor.captionPlaceholder': 'Lisää kuvateksti',
|
|
10
17
|
'fabric.editor.codeBidiWarningLabel': 'Kaksisuuntaiset merkit muuttavat tekstin renderöintijärjestystä. Tätä voidaan hyödyntää haitallisen koodin peittämisessä.',
|
|
18
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopioitu!',
|
|
19
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopioi tekstinä',
|
|
11
20
|
'fabric.editor.collapseNode': 'piilota sisältö',
|
|
21
|
+
'fabric.editor.columns': 'Asettelut',
|
|
22
|
+
'fabric.editor.columns.description': 'Jäsennä sivusi osioiden avulla',
|
|
23
|
+
'fabric.editor.copiedToClipboard': 'Kopioitu!',
|
|
24
|
+
'fabric.editor.copyToClipboard': 'Kopioi',
|
|
25
|
+
'fabric.editor.date': 'Päivämäärä',
|
|
26
|
+
'fabric.editor.date.description': 'Lisää päivämäärä kalenterin avulla',
|
|
27
|
+
'fabric.editor.decision': 'Päätös',
|
|
28
|
+
'fabric.editor.decision.description': 'Taltioi päätökset, jotta niitä on helppo seurata',
|
|
29
|
+
'fabric.editor.editMode.inviteToEditButton.title': 'Kutsu käyttäjä muokkaamaan',
|
|
30
|
+
'fabric.editor.emoji': 'Emoji',
|
|
31
|
+
'fabric.editor.emoji.description': 'Ilmaise ideoita 🎉 ja tunteita 😄emojien avulla',
|
|
32
|
+
'fabric.editor.expand': 'Laajenna',
|
|
33
|
+
'fabric.editor.expand.description': 'Lisää laajennus',
|
|
12
34
|
'fabric.editor.expandDefaultTitle': 'Klikkaa tähän laajentaaksesi...',
|
|
13
35
|
'fabric.editor.expandNode': 'Laajenna sisältöä',
|
|
14
36
|
'fabric.editor.expandPlaceholder': 'Anna tälle laajennukselle otsikko...',
|
|
37
|
+
'fabric.editor.feedbackDialog': 'Anna palautetta',
|
|
38
|
+
'fabric.editor.feedbackDialog.description': 'Kerro meille uuden muokkaajan käyttökokemuksestasi',
|
|
39
|
+
'fabric.editor.filesAndImages': 'Tiedostot & kuvat',
|
|
40
|
+
'fabric.editor.filesAndImages.description': 'Lisää kuvia ja muita tiedostoja sivullesi',
|
|
41
|
+
'fabric.editor.help': 'Ohje',
|
|
42
|
+
'fabric.editor.help.description': 'Selaa kaikkia pikanäppäimiä ja Markdown-vaihtoehtoja',
|
|
43
|
+
'fabric.editor.horizontalRule': 'Jakaja',
|
|
44
|
+
'fabric.editor.horizontalRule.description': 'Erota sisältö vaakaviivalla',
|
|
45
|
+
'fabric.editor.image': 'Kuva',
|
|
46
|
+
'fabric.editor.insertMenu': 'Lisää',
|
|
47
|
+
'fabric.editor.layoutFixedWidth': 'Takaisin keskelle',
|
|
48
|
+
'fabric.editor.layoutFullWidth': 'Näytä koko leveydellä',
|
|
49
|
+
'fabric.editor.layoutWide': 'Levennä',
|
|
50
|
+
'fabric.editor.link': 'Linkki',
|
|
51
|
+
'fabric.editor.link.description': 'Lisää linkki',
|
|
52
|
+
'fabric.editor.mention': 'Maininta',
|
|
53
|
+
'fabric.editor.mention.description': 'Merkitse joku henkilö lähettääksesi hänelle ilmoituksen',
|
|
15
54
|
'fabric.editor.openLink': 'Avaa linkki uudessa välilehdessä',
|
|
55
|
+
'fabric.editor.placeholderText': 'Paikkamerkin teksti',
|
|
56
|
+
'fabric.editor.placeholderText.description': 'Aseta tekstin paikkamerkki sivulle',
|
|
57
|
+
'fabric.editor.remove': 'Poista',
|
|
58
|
+
'fabric.editor.removeEmoji': 'Poista emoji',
|
|
59
|
+
'fabric.editor.saveButton': 'Tallenna',
|
|
60
|
+
'fabric.editor.status': 'Tila',
|
|
61
|
+
'fabric.editor.status.description': 'Lisää mukautettu tilan tunniste',
|
|
62
|
+
'fabric.editor.table': 'Taulu',
|
|
63
|
+
'fabric.editor.table.description': 'Lisää taulukko',
|
|
64
|
+
'fabric.editor.time.ago': 'sitten',
|
|
65
|
+
'fabric.editor.time.updated': 'Päivitetty',
|
|
66
|
+
'fabric.editor.time.viewed': 'Katseltu',
|
|
67
|
+
'fabric.editor.tooltip.blockPanel': 'paneeli',
|
|
68
|
+
'fabric.editor.tooltip.bulletList': 'luettelo',
|
|
69
|
+
'fabric.editor.tooltip.decisionList': 'päätösluettelo',
|
|
70
|
+
'fabric.editor.tooltip.defaultBlockNode': 'lohkon solmu',
|
|
71
|
+
'fabric.editor.tooltip.nestedExpand': 'sisäkkäinen laajennus',
|
|
72
|
+
'fabric.editor.tooltip.taskList': 'toimintakohde',
|
|
16
73
|
'fabric.editor.unsupportedBlockContent': 'Tämä editori ei tue tämän sisällön näyttämistä',
|
|
17
74
|
'fabric.editor.unsupportedContentTooltip': 'Sisältöä ei ole saatavilla tässä editorissa – tämä pätee myös sen jälkeen, kun muokkaat ja tallennat',
|
|
18
|
-
'fabric.editor.unsupportedInlineContent': 'Sisältöä ei tueta'
|
|
75
|
+
'fabric.editor.unsupportedInlineContent': 'Sisältöä ei tueta',
|
|
76
|
+
'fabric.editor.viewMore': 'Näytä lisää',
|
|
77
|
+
'fabric.editor.visit': 'Avaa linkki uudessa ikkunassa',
|
|
78
|
+
'fabric.theme.blue': 'Blue',
|
|
79
|
+
'fabric.theme.dark-blue': 'Tummansininen',
|
|
80
|
+
'fabric.theme.dark-green': 'Tummanvihreä',
|
|
81
|
+
'fabric.theme.dark-purple': 'Tummanvioletti',
|
|
82
|
+
'fabric.theme.dark-red': 'Tummanpunainen',
|
|
83
|
+
'fabric.theme.dark-teal': 'Tummansinivihreä',
|
|
84
|
+
'fabric.theme.dark-yellow': 'Tummankeltainen',
|
|
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
|
};
|