@atlaskit/editor-core 98.10.2 → 98.10.5
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 +19 -0
- package/dist/es2015/create-editor/ReactEditorView.d.ts +1 -1
- package/dist/es2015/i18n/cs.d.ts +20 -1
- package/dist/es2015/i18n/cs.js +22 -3
- package/dist/es2015/i18n/cs.js.map +1 -1
- package/dist/es2015/i18n/da.d.ts +20 -1
- package/dist/es2015/i18n/da.js +22 -3
- package/dist/es2015/i18n/da.js.map +1 -1
- package/dist/es2015/i18n/de.d.ts +20 -1
- package/dist/es2015/i18n/de.js +22 -3
- package/dist/es2015/i18n/de.js.map +1 -1
- package/dist/es2015/i18n/en.d.ts +20 -1
- package/dist/es2015/i18n/en.js +23 -4
- package/dist/es2015/i18n/en.js.map +1 -1
- package/dist/es2015/i18n/en_GB.d.ts +20 -1
- package/dist/es2015/i18n/en_GB.js +22 -3
- package/dist/es2015/i18n/en_GB.js.map +1 -1
- package/dist/es2015/i18n/es.d.ts +20 -1
- package/dist/es2015/i18n/es.js +22 -3
- package/dist/es2015/i18n/es.js.map +1 -1
- package/dist/es2015/i18n/et.d.ts +20 -1
- package/dist/es2015/i18n/et.js +22 -3
- package/dist/es2015/i18n/et.js.map +1 -1
- package/dist/es2015/i18n/fi.d.ts +20 -1
- package/dist/es2015/i18n/fi.js +22 -3
- package/dist/es2015/i18n/fi.js.map +1 -1
- package/dist/es2015/i18n/fr.d.ts +20 -1
- package/dist/es2015/i18n/fr.js +22 -3
- package/dist/es2015/i18n/fr.js.map +1 -1
- package/dist/es2015/i18n/hu.d.ts +20 -1
- package/dist/es2015/i18n/hu.js +22 -3
- package/dist/es2015/i18n/hu.js.map +1 -1
- package/dist/es2015/i18n/index.d.ts +6 -0
- package/dist/es2015/i18n/index.js +6 -0
- package/dist/es2015/i18n/index.js.map +1 -1
- package/dist/es2015/i18n/is.d.ts +20 -1
- package/dist/es2015/i18n/is.js +22 -3
- package/dist/es2015/i18n/is.js.map +1 -1
- package/dist/es2015/i18n/it.d.ts +20 -1
- package/dist/es2015/i18n/it.js +21 -2
- package/dist/es2015/i18n/it.js.map +1 -1
- package/dist/es2015/i18n/ja.d.ts +20 -1
- package/dist/es2015/i18n/ja.js +22 -3
- package/dist/es2015/i18n/ja.js.map +1 -1
- package/dist/es2015/i18n/ko.d.ts +20 -1
- package/dist/es2015/i18n/ko.js +22 -3
- package/dist/es2015/i18n/ko.js.map +1 -1
- package/dist/es2015/i18n/languages.d.ts +6 -0
- package/dist/es2015/i18n/languages.js +6 -0
- package/dist/es2015/i18n/languages.js.map +1 -1
- package/dist/es2015/i18n/nb.d.ts +20 -1
- package/dist/es2015/i18n/nb.js +22 -3
- package/dist/es2015/i18n/nb.js.map +1 -1
- package/dist/es2015/i18n/nl.d.ts +20 -1
- package/dist/es2015/i18n/nl.js +22 -3
- package/dist/es2015/i18n/nl.js.map +1 -1
- package/dist/es2015/i18n/pl.d.ts +20 -1
- package/dist/es2015/i18n/pl.js +22 -3
- package/dist/es2015/i18n/pl.js.map +1 -1
- package/dist/es2015/i18n/pt_BR.d.ts +20 -1
- package/dist/es2015/i18n/pt_BR.js +22 -3
- package/dist/es2015/i18n/pt_BR.js.map +1 -1
- package/dist/es2015/i18n/pt_PT.d.ts +20 -1
- package/dist/es2015/i18n/pt_PT.js +22 -3
- package/dist/es2015/i18n/pt_PT.js.map +1 -1
- package/dist/es2015/i18n/ro.d.ts +20 -1
- package/dist/es2015/i18n/ro.js +22 -3
- package/dist/es2015/i18n/ro.js.map +1 -1
- package/dist/es2015/i18n/ru.d.ts +20 -1
- package/dist/es2015/i18n/ru.js +21 -2
- package/dist/es2015/i18n/ru.js.map +1 -1
- package/dist/es2015/i18n/sk.d.ts +20 -1
- package/dist/es2015/i18n/sk.js +23 -4
- package/dist/es2015/i18n/sk.js.map +1 -1
- package/dist/es2015/i18n/sv.d.ts +20 -1
- package/dist/es2015/i18n/sv.js +22 -3
- package/dist/es2015/i18n/sv.js.map +1 -1
- package/dist/es2015/i18n/zh.d.ts +20 -1
- package/dist/es2015/i18n/zh.js +22 -3
- package/dist/es2015/i18n/zh.js.map +1 -1
- package/dist/es2015/keymaps/index.js +1 -1
- package/dist/es2015/keymaps/index.js.map +1 -1
- package/dist/es2015/plugins/block-type/types.js +3 -3
- package/dist/es2015/plugins/block-type/types.js.map +1 -1
- package/dist/es2015/plugins/media/nodeviews/media.js +1 -1
- package/dist/es2015/plugins/media/nodeviews/media.js.map +1 -1
- package/dist/es5/create-editor/ReactEditorView.d.ts +1 -1
- package/dist/es5/i18n/cs.d.ts +20 -1
- package/dist/es5/i18n/cs.js +22 -3
- package/dist/es5/i18n/cs.js.map +1 -1
- package/dist/es5/i18n/da.d.ts +20 -1
- package/dist/es5/i18n/da.js +22 -3
- package/dist/es5/i18n/da.js.map +1 -1
- package/dist/es5/i18n/de.d.ts +20 -1
- package/dist/es5/i18n/de.js +22 -3
- package/dist/es5/i18n/de.js.map +1 -1
- package/dist/es5/i18n/en.d.ts +20 -1
- package/dist/es5/i18n/en.js +23 -4
- package/dist/es5/i18n/en.js.map +1 -1
- package/dist/es5/i18n/en_GB.d.ts +20 -1
- package/dist/es5/i18n/en_GB.js +22 -3
- package/dist/es5/i18n/en_GB.js.map +1 -1
- package/dist/es5/i18n/es.d.ts +20 -1
- package/dist/es5/i18n/es.js +22 -3
- package/dist/es5/i18n/es.js.map +1 -1
- package/dist/es5/i18n/et.d.ts +20 -1
- package/dist/es5/i18n/et.js +22 -3
- package/dist/es5/i18n/et.js.map +1 -1
- package/dist/es5/i18n/fi.d.ts +20 -1
- package/dist/es5/i18n/fi.js +22 -3
- package/dist/es5/i18n/fi.js.map +1 -1
- package/dist/es5/i18n/fr.d.ts +20 -1
- package/dist/es5/i18n/fr.js +22 -3
- package/dist/es5/i18n/fr.js.map +1 -1
- package/dist/es5/i18n/hu.d.ts +20 -1
- package/dist/es5/i18n/hu.js +22 -3
- package/dist/es5/i18n/hu.js.map +1 -1
- package/dist/es5/i18n/index.d.ts +6 -0
- package/dist/es5/i18n/index.js +6 -0
- package/dist/es5/i18n/index.js.map +1 -1
- package/dist/es5/i18n/is.d.ts +20 -1
- package/dist/es5/i18n/is.js +22 -3
- package/dist/es5/i18n/is.js.map +1 -1
- package/dist/es5/i18n/it.d.ts +20 -1
- package/dist/es5/i18n/it.js +21 -2
- package/dist/es5/i18n/it.js.map +1 -1
- package/dist/es5/i18n/ja.d.ts +20 -1
- package/dist/es5/i18n/ja.js +22 -3
- package/dist/es5/i18n/ja.js.map +1 -1
- package/dist/es5/i18n/ko.d.ts +20 -1
- package/dist/es5/i18n/ko.js +22 -3
- package/dist/es5/i18n/ko.js.map +1 -1
- package/dist/es5/i18n/languages.d.ts +6 -0
- package/dist/es5/i18n/languages.js +6 -0
- package/dist/es5/i18n/languages.js.map +1 -1
- package/dist/es5/i18n/nb.d.ts +20 -1
- package/dist/es5/i18n/nb.js +22 -3
- package/dist/es5/i18n/nb.js.map +1 -1
- package/dist/es5/i18n/nl.d.ts +20 -1
- package/dist/es5/i18n/nl.js +22 -3
- package/dist/es5/i18n/nl.js.map +1 -1
- package/dist/es5/i18n/pl.d.ts +20 -1
- package/dist/es5/i18n/pl.js +22 -3
- package/dist/es5/i18n/pl.js.map +1 -1
- package/dist/es5/i18n/pt_BR.d.ts +20 -1
- package/dist/es5/i18n/pt_BR.js +22 -3
- package/dist/es5/i18n/pt_BR.js.map +1 -1
- package/dist/es5/i18n/pt_PT.d.ts +20 -1
- package/dist/es5/i18n/pt_PT.js +22 -3
- package/dist/es5/i18n/pt_PT.js.map +1 -1
- package/dist/es5/i18n/ro.d.ts +20 -1
- package/dist/es5/i18n/ro.js +22 -3
- package/dist/es5/i18n/ro.js.map +1 -1
- package/dist/es5/i18n/ru.d.ts +20 -1
- package/dist/es5/i18n/ru.js +21 -2
- package/dist/es5/i18n/ru.js.map +1 -1
- package/dist/es5/i18n/sk.d.ts +20 -1
- package/dist/es5/i18n/sk.js +23 -4
- package/dist/es5/i18n/sk.js.map +1 -1
- package/dist/es5/i18n/sv.d.ts +20 -1
- package/dist/es5/i18n/sv.js +22 -3
- package/dist/es5/i18n/sv.js.map +1 -1
- package/dist/es5/i18n/zh.d.ts +20 -1
- package/dist/es5/i18n/zh.js +22 -3
- package/dist/es5/i18n/zh.js.map +1 -1
- package/dist/es5/keymaps/index.js +1 -1
- package/dist/es5/keymaps/index.js.map +1 -1
- package/dist/es5/plugins/block-type/types.js +3 -3
- package/dist/es5/plugins/block-type/types.js.map +1 -1
- package/dist/es5/plugins/media/nodeviews/media.js +1 -1
- package/dist/es5/plugins/media/nodeviews/media.js.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 98.10.5
|
|
4
|
+
- [patch] [36986d383b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/36986d383b):
|
|
5
|
+
|
|
6
|
+
- ED-6010 Rename "Block Quote" to "Quote", and "Code Block" to "Code snippet" in the insert menu
|
|
7
|
+
- Update i18n translations
|
|
8
|
+
|
|
9
|
+
## 98.10.4
|
|
10
|
+
- [patch] [cf7fd7d3be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cf7fd7d3be):
|
|
11
|
+
|
|
12
|
+
- Render external images in editor
|
|
13
|
+
|
|
14
|
+
## 98.10.3
|
|
15
|
+
- Updated dependencies [06713e0a0c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06713e0a0c):
|
|
16
|
+
- @atlaskit/logo@9.2.7
|
|
17
|
+
- @atlaskit/media-picker@33.0.3
|
|
18
|
+
- @atlaskit/media-test-helpers@20.1.3
|
|
19
|
+
- @atlaskit/modal-dialog@7.2.3
|
|
20
|
+
- @atlaskit/select@7.0.0
|
|
21
|
+
|
|
3
22
|
## 98.10.2
|
|
4
23
|
- [patch] [45e3fffa9e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/45e3fffa9e):
|
|
5
24
|
|
|
@@ -41,7 +41,7 @@ export default class ReactEditorView<T = {}> extends React.Component<EditorViewP
|
|
|
41
41
|
contentTransformer?: Transformer<string>;
|
|
42
42
|
config: EditorConfig;
|
|
43
43
|
editorState: EditorState;
|
|
44
|
-
analyticsEventHandler: (
|
|
44
|
+
analyticsEventHandler: (payloadChannel: {
|
|
45
45
|
payload: AnalyticsEventPayload;
|
|
46
46
|
channel?: string;
|
|
47
47
|
}) => void;
|
package/dist/es2015/i18n/cs.d.ts
CHANGED
|
@@ -2,8 +2,12 @@ declare const _default: {
|
|
|
2
2
|
'fabric.editor.layoutFixedWidth': string;
|
|
3
3
|
'fabric.editor.layoutWide': string;
|
|
4
4
|
'fabric.editor.layoutFullWidth': string;
|
|
5
|
+
'fabric.editor.alignImageRight': string;
|
|
6
|
+
'fabric.editor.alignImageCenter': string;
|
|
7
|
+
'fabric.editor.alignImageLeft': string;
|
|
5
8
|
'fabric.editor.remove': string;
|
|
6
9
|
'fabric.editor.visit': string;
|
|
10
|
+
'fabric.editor.alignment': string;
|
|
7
11
|
'fabric.editor.normal': string;
|
|
8
12
|
'fabric.editor.heading1': string;
|
|
9
13
|
'fabric.editor.heading2': string;
|
|
@@ -14,8 +18,15 @@ declare const _default: {
|
|
|
14
18
|
'fabric.editor.blockquote': string;
|
|
15
19
|
'fabric.editor.codeblock': string;
|
|
16
20
|
'fabric.editor.panel': string;
|
|
21
|
+
'fabric.editor.notePanel': string;
|
|
22
|
+
'fabric.editor.successPanel': string;
|
|
23
|
+
'fabric.editor.warningPanel': string;
|
|
24
|
+
'fabric.editor.errorPanel': string;
|
|
17
25
|
'fabric.editor.other': string;
|
|
18
26
|
'fabric.editor.textStyles': string;
|
|
27
|
+
'fabric.editor.displayBlock': string;
|
|
28
|
+
'fabric.editor.displayInline': string;
|
|
29
|
+
'fabric.editor.displayLink': string;
|
|
19
30
|
'fabric.editor.selectLanguage': string;
|
|
20
31
|
'fabric.editor.edit': string;
|
|
21
32
|
'fabric.editor.editorHelp': string;
|
|
@@ -45,6 +56,7 @@ declare const _default: {
|
|
|
45
56
|
'fabric.editor.date': string;
|
|
46
57
|
'fabric.editor.placeholderText': string;
|
|
47
58
|
'fabric.editor.columns': string;
|
|
59
|
+
'fabric.editor.status': string;
|
|
48
60
|
'fabric.editor.viewMore': string;
|
|
49
61
|
'fabric.editor.insertMenu': string;
|
|
50
62
|
'fabric.editor.twoColumns': string;
|
|
@@ -60,11 +72,11 @@ declare const _default: {
|
|
|
60
72
|
'fabric.editor.warning': string;
|
|
61
73
|
'fabric.editor.error': string;
|
|
62
74
|
'fabric.editor.placeholderTextPlaceholder': string;
|
|
75
|
+
'fabric.editor.statusPlaceholder': string;
|
|
63
76
|
'fabric.editor.tableOptions': string;
|
|
64
77
|
'fabric.editor.headerRow': string;
|
|
65
78
|
'fabric.editor.headerColumn': string;
|
|
66
79
|
'fabric.editor.numberedColumn': string;
|
|
67
|
-
'fabric.editor.cellOptions': string;
|
|
68
80
|
'fabric.editor.cellBackground': string;
|
|
69
81
|
'fabric.editor.mergeCells': string;
|
|
70
82
|
'fabric.editor.splitCell': string;
|
|
@@ -73,6 +85,7 @@ declare const _default: {
|
|
|
73
85
|
'fabric.editor.removeColumns': string;
|
|
74
86
|
'fabric.editor.insertRow': string;
|
|
75
87
|
'fabric.editor.removeRows': string;
|
|
88
|
+
'fabric.editor.cellOptions': string;
|
|
76
89
|
'fabric.editor.decisionPlaceholder': string;
|
|
77
90
|
'fabric.editor.taskPlaceholder': string;
|
|
78
91
|
'fabric.editor.textColor': string;
|
|
@@ -94,4 +107,10 @@ declare const _default: {
|
|
|
94
107
|
'fabric.theme.#ff991f': string;
|
|
95
108
|
'fabric.editor.selected': string;
|
|
96
109
|
};
|
|
110
|
+
/**
|
|
111
|
+
* NOTE:
|
|
112
|
+
*
|
|
113
|
+
* This file is automatically generated by i18n-tools.
|
|
114
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
115
|
+
*/
|
|
97
116
|
export default _default;
|
package/dist/es2015/i18n/cs.js
CHANGED
|
@@ -1,10 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by i18n-tools.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
1
7
|
// Czech
|
|
2
8
|
export default {
|
|
3
9
|
'fabric.editor.layoutFixedWidth': 'Centrum',
|
|
4
10
|
'fabric.editor.layoutWide': 'Na šířku',
|
|
5
11
|
'fabric.editor.layoutFullWidth': 'Celá šířka',
|
|
12
|
+
'fabric.editor.alignImageRight': 'Zarovnat vpravo',
|
|
13
|
+
'fabric.editor.alignImageCenter': 'Zarovnat na střed',
|
|
14
|
+
'fabric.editor.alignImageLeft': 'Zarovnat vlevo',
|
|
6
15
|
'fabric.editor.remove': 'Odebrat',
|
|
7
16
|
'fabric.editor.visit': 'Otevřít odkaz v novém okně',
|
|
17
|
+
'fabric.editor.alignment': 'Zarovnání',
|
|
8
18
|
'fabric.editor.normal': 'Standardní text',
|
|
9
19
|
'fabric.editor.heading1': 'Nadpis 1',
|
|
10
20
|
'fabric.editor.heading2': 'Nadpis 2',
|
|
@@ -12,11 +22,18 @@ export default {
|
|
|
12
22
|
'fabric.editor.heading4': 'Nadpis 4',
|
|
13
23
|
'fabric.editor.heading5': 'Nadpis 5',
|
|
14
24
|
'fabric.editor.heading6': 'Nadpis 6',
|
|
15
|
-
'fabric.editor.blockquote': '
|
|
16
|
-
'fabric.editor.codeblock': '
|
|
25
|
+
'fabric.editor.blockquote': 'Citace',
|
|
26
|
+
'fabric.editor.codeblock': 'Fragment kódu',
|
|
17
27
|
'fabric.editor.panel': 'Panel',
|
|
28
|
+
'fabric.editor.notePanel': 'Panel poznámek',
|
|
29
|
+
'fabric.editor.successPanel': 'Panel úspěchů',
|
|
30
|
+
'fabric.editor.warningPanel': 'Panel upozornění',
|
|
31
|
+
'fabric.editor.errorPanel': 'Panel chyb',
|
|
18
32
|
'fabric.editor.other': 'Jiné...',
|
|
19
33
|
'fabric.editor.textStyles': 'Styly textu',
|
|
34
|
+
'fabric.editor.displayBlock': 'Zobrazit jako kartu',
|
|
35
|
+
'fabric.editor.displayInline': 'Zobrazit jako odkaz',
|
|
36
|
+
'fabric.editor.displayLink': 'Zobrazit jako text',
|
|
20
37
|
'fabric.editor.selectLanguage': 'Vyberte jazyk',
|
|
21
38
|
'fabric.editor.edit': 'Upravit',
|
|
22
39
|
'fabric.editor.editorHelp': 'Nápověda editoru.',
|
|
@@ -46,6 +63,7 @@ export default {
|
|
|
46
63
|
'fabric.editor.date': 'Datum',
|
|
47
64
|
'fabric.editor.placeholderText': 'Text placeholderu',
|
|
48
65
|
'fabric.editor.columns': 'Sloupce',
|
|
66
|
+
'fabric.editor.status': 'Stav',
|
|
49
67
|
'fabric.editor.viewMore': 'Zobrazit více',
|
|
50
68
|
'fabric.editor.insertMenu': 'Vložit',
|
|
51
69
|
'fabric.editor.twoColumns': 'Dva sloupce',
|
|
@@ -61,11 +79,11 @@ export default {
|
|
|
61
79
|
'fabric.editor.warning': 'Varování',
|
|
62
80
|
'fabric.editor.error': 'Chyba',
|
|
63
81
|
'fabric.editor.placeholderTextPlaceholder': 'Přidat text placeholderu.',
|
|
82
|
+
'fabric.editor.statusPlaceholder': 'Nastavit stav',
|
|
64
83
|
'fabric.editor.tableOptions': 'Možnosti tabulky',
|
|
65
84
|
'fabric.editor.headerRow': 'Řádek záhlaví',
|
|
66
85
|
'fabric.editor.headerColumn': 'Sloupec záhlaví',
|
|
67
86
|
'fabric.editor.numberedColumn': 'Číslovaný sloupec',
|
|
68
|
-
'fabric.editor.cellOptions': 'Možnosti buňky',
|
|
69
87
|
'fabric.editor.cellBackground': 'Pozadí buněk',
|
|
70
88
|
'fabric.editor.mergeCells': 'Sloučit buňky ',
|
|
71
89
|
'fabric.editor.splitCell': 'Rozdělit buňky',
|
|
@@ -74,6 +92,7 @@ export default {
|
|
|
74
92
|
'fabric.editor.removeColumns': '{0, plural, one{Odstranit sloupec} few{Odstranit sloupce} many{Odstranit sloupců} other{Odstranit sloupce}}',
|
|
75
93
|
'fabric.editor.insertRow': 'Vložit řádek ',
|
|
76
94
|
'fabric.editor.removeRows': '{0, plural, one{Odstranit řádek} few{Odstranit řádky} many{Odstranit řádků} other{Odstranit řádky}}',
|
|
95
|
+
'fabric.editor.cellOptions': 'Možnosti buňky',
|
|
77
96
|
'fabric.editor.decisionPlaceholder': 'Přidat rozhodnutí...',
|
|
78
97
|
'fabric.editor.taskPlaceholder': 'Napište svou akci a použitím „@“ ji někomu přidělte.',
|
|
79
98
|
'fabric.editor.textColor': 'Barva textu',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cs.js","sourceRoot":"","sources":["../../../src/i18n/cs.ts"],"names":[],"mappings":"AAAA,QAAQ;AACR,eAAe;IACb,gCAAgC,EAAE,SAAS;IAC3C,0BAA0B,EAAE,UAAU;IACtC,+BAA+B,EAAE,YAAY;IAC7C,sBAAsB,EAAE,SAAS;IACjC,qBAAqB,EAAE,4BAA4B;IACnD,sBAAsB,EAAE,iBAAiB;IACzC,wBAAwB,EAAE,UAAU;IACpC,wBAAwB,EAAE,UAAU;IACpC,wBAAwB,EAAE,UAAU;IACpC,wBAAwB,EAAE,UAAU;IACpC,wBAAwB,EAAE,UAAU;IACpC,wBAAwB,EAAE,UAAU;IACpC,0BAA0B,EAAE,
|
|
1
|
+
{"version":3,"file":"cs.js","sourceRoot":"","sources":["../../../src/i18n/cs.ts"],"names":[],"mappings":"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"}
|
package/dist/es2015/i18n/da.d.ts
CHANGED
|
@@ -2,8 +2,12 @@ declare const _default: {
|
|
|
2
2
|
'fabric.editor.layoutFixedWidth': string;
|
|
3
3
|
'fabric.editor.layoutWide': string;
|
|
4
4
|
'fabric.editor.layoutFullWidth': string;
|
|
5
|
+
'fabric.editor.alignImageRight': string;
|
|
6
|
+
'fabric.editor.alignImageCenter': string;
|
|
7
|
+
'fabric.editor.alignImageLeft': string;
|
|
5
8
|
'fabric.editor.remove': string;
|
|
6
9
|
'fabric.editor.visit': string;
|
|
10
|
+
'fabric.editor.alignment': string;
|
|
7
11
|
'fabric.editor.normal': string;
|
|
8
12
|
'fabric.editor.heading1': string;
|
|
9
13
|
'fabric.editor.heading2': string;
|
|
@@ -14,8 +18,15 @@ declare const _default: {
|
|
|
14
18
|
'fabric.editor.blockquote': string;
|
|
15
19
|
'fabric.editor.codeblock': string;
|
|
16
20
|
'fabric.editor.panel': string;
|
|
21
|
+
'fabric.editor.notePanel': string;
|
|
22
|
+
'fabric.editor.successPanel': string;
|
|
23
|
+
'fabric.editor.warningPanel': string;
|
|
24
|
+
'fabric.editor.errorPanel': string;
|
|
17
25
|
'fabric.editor.other': string;
|
|
18
26
|
'fabric.editor.textStyles': string;
|
|
27
|
+
'fabric.editor.displayBlock': string;
|
|
28
|
+
'fabric.editor.displayInline': string;
|
|
29
|
+
'fabric.editor.displayLink': string;
|
|
19
30
|
'fabric.editor.selectLanguage': string;
|
|
20
31
|
'fabric.editor.edit': string;
|
|
21
32
|
'fabric.editor.editorHelp': string;
|
|
@@ -45,6 +56,7 @@ declare const _default: {
|
|
|
45
56
|
'fabric.editor.date': string;
|
|
46
57
|
'fabric.editor.placeholderText': string;
|
|
47
58
|
'fabric.editor.columns': string;
|
|
59
|
+
'fabric.editor.status': string;
|
|
48
60
|
'fabric.editor.viewMore': string;
|
|
49
61
|
'fabric.editor.insertMenu': string;
|
|
50
62
|
'fabric.editor.twoColumns': string;
|
|
@@ -60,11 +72,11 @@ declare const _default: {
|
|
|
60
72
|
'fabric.editor.warning': string;
|
|
61
73
|
'fabric.editor.error': string;
|
|
62
74
|
'fabric.editor.placeholderTextPlaceholder': string;
|
|
75
|
+
'fabric.editor.statusPlaceholder': string;
|
|
63
76
|
'fabric.editor.tableOptions': string;
|
|
64
77
|
'fabric.editor.headerRow': string;
|
|
65
78
|
'fabric.editor.headerColumn': string;
|
|
66
79
|
'fabric.editor.numberedColumn': string;
|
|
67
|
-
'fabric.editor.cellOptions': string;
|
|
68
80
|
'fabric.editor.cellBackground': string;
|
|
69
81
|
'fabric.editor.mergeCells': string;
|
|
70
82
|
'fabric.editor.splitCell': string;
|
|
@@ -73,6 +85,7 @@ declare const _default: {
|
|
|
73
85
|
'fabric.editor.removeColumns': string;
|
|
74
86
|
'fabric.editor.insertRow': string;
|
|
75
87
|
'fabric.editor.removeRows': string;
|
|
88
|
+
'fabric.editor.cellOptions': string;
|
|
76
89
|
'fabric.editor.decisionPlaceholder': string;
|
|
77
90
|
'fabric.editor.taskPlaceholder': string;
|
|
78
91
|
'fabric.editor.textColor': string;
|
|
@@ -94,4 +107,10 @@ declare const _default: {
|
|
|
94
107
|
'fabric.theme.#ff991f': string;
|
|
95
108
|
'fabric.editor.selected': string;
|
|
96
109
|
};
|
|
110
|
+
/**
|
|
111
|
+
* NOTE:
|
|
112
|
+
*
|
|
113
|
+
* This file is automatically generated by i18n-tools.
|
|
114
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
115
|
+
*/
|
|
97
116
|
export default _default;
|
package/dist/es2015/i18n/da.js
CHANGED
|
@@ -1,10 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by i18n-tools.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
1
7
|
// Danish
|
|
2
8
|
export default {
|
|
3
9
|
'fabric.editor.layoutFixedWidth': 'Centreret',
|
|
4
10
|
'fabric.editor.layoutWide': 'Bred',
|
|
5
11
|
'fabric.editor.layoutFullWidth': 'Fuld bredde',
|
|
12
|
+
'fabric.editor.alignImageRight': 'Højrejustér',
|
|
13
|
+
'fabric.editor.alignImageCenter': 'Centrér',
|
|
14
|
+
'fabric.editor.alignImageLeft': 'Venstrejustér',
|
|
6
15
|
'fabric.editor.remove': 'Fjern',
|
|
7
16
|
'fabric.editor.visit': 'Åbn link i et nyt vindue',
|
|
17
|
+
'fabric.editor.alignment': 'Placering',
|
|
8
18
|
'fabric.editor.normal': 'Normal tekst',
|
|
9
19
|
'fabric.editor.heading1': 'Overskrift 1',
|
|
10
20
|
'fabric.editor.heading2': 'Overskrift 2',
|
|
@@ -12,11 +22,18 @@ export default {
|
|
|
12
22
|
'fabric.editor.heading4': 'Overskrift 4',
|
|
13
23
|
'fabric.editor.heading5': 'Overskrift 5',
|
|
14
24
|
'fabric.editor.heading6': 'Overskrift 6',
|
|
15
|
-
'fabric.editor.blockquote': '
|
|
16
|
-
'fabric.editor.codeblock': '
|
|
25
|
+
'fabric.editor.blockquote': 'Citat',
|
|
26
|
+
'fabric.editor.codeblock': 'Kodestump',
|
|
17
27
|
'fabric.editor.panel': 'Panel',
|
|
28
|
+
'fabric.editor.notePanel': 'Bemærkningspanel',
|
|
29
|
+
'fabric.editor.successPanel': 'Succespanel',
|
|
30
|
+
'fabric.editor.warningPanel': 'Advarselspanel',
|
|
31
|
+
'fabric.editor.errorPanel': 'Fejlpanel',
|
|
18
32
|
'fabric.editor.other': 'Andre ...',
|
|
19
33
|
'fabric.editor.textStyles': 'Tekstformatering',
|
|
34
|
+
'fabric.editor.displayBlock': 'Vis som kort',
|
|
35
|
+
'fabric.editor.displayInline': 'Vis som link',
|
|
36
|
+
'fabric.editor.displayLink': 'Vis som tekst',
|
|
20
37
|
'fabric.editor.selectLanguage': 'Vælg sprog',
|
|
21
38
|
'fabric.editor.edit': 'Redigér',
|
|
22
39
|
'fabric.editor.editorHelp': 'Hjælp til redigering',
|
|
@@ -46,6 +63,7 @@ export default {
|
|
|
46
63
|
'fabric.editor.date': 'Dato',
|
|
47
64
|
'fabric.editor.placeholderText': 'Midlertidig text',
|
|
48
65
|
'fabric.editor.columns': 'Kolonner',
|
|
66
|
+
'fabric.editor.status': 'Status',
|
|
49
67
|
'fabric.editor.viewMore': 'Vis mere',
|
|
50
68
|
'fabric.editor.insertMenu': 'Indsæt',
|
|
51
69
|
'fabric.editor.twoColumns': 'To kolonner',
|
|
@@ -61,11 +79,11 @@ export default {
|
|
|
61
79
|
'fabric.editor.warning': 'Advarsel',
|
|
62
80
|
'fabric.editor.error': 'Fejl',
|
|
63
81
|
'fabric.editor.placeholderTextPlaceholder': 'Tilføj midlertidig tekst',
|
|
82
|
+
'fabric.editor.statusPlaceholder': 'Angiv en status',
|
|
64
83
|
'fabric.editor.tableOptions': 'Egenskaber for tabel',
|
|
65
84
|
'fabric.editor.headerRow': 'Overskriftsrække',
|
|
66
85
|
'fabric.editor.headerColumn': 'Overskriftskolonne',
|
|
67
86
|
'fabric.editor.numberedColumn': 'Kolonne med nummerering',
|
|
68
|
-
'fabric.editor.cellOptions': 'Egenskaber for celle',
|
|
69
87
|
'fabric.editor.cellBackground': 'Baggrundsfarve i celle',
|
|
70
88
|
'fabric.editor.mergeCells': 'Flet celler',
|
|
71
89
|
'fabric.editor.splitCell': 'Opdel celle',
|
|
@@ -74,6 +92,7 @@ export default {
|
|
|
74
92
|
'fabric.editor.removeColumns': '{0, plural, one{Fjern kolonne} other{Fjern kolonner}}',
|
|
75
93
|
'fabric.editor.insertRow': 'Indsæt række',
|
|
76
94
|
'fabric.editor.removeRows': '{0, plural, one{Fjern række} other{Fjern rækker}}',
|
|
95
|
+
'fabric.editor.cellOptions': 'Egenskaber for celle',
|
|
77
96
|
'fabric.editor.decisionPlaceholder': 'Tilføj en beslutning ...',
|
|
78
97
|
'fabric.editor.taskPlaceholder': 'Indtast din handling, og brug "@" for at tildele til nogen.',
|
|
79
98
|
'fabric.editor.textColor': 'Tekstfarve',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"da.js","sourceRoot":"","sources":["../../../src/i18n/da.ts"],"names":[],"mappings":"AAAA,SAAS;AACT,eAAe;IACb,gCAAgC,EAAE,WAAW;IAC7C,0BAA0B,EAAE,MAAM;IAClC,+BAA+B,EAAE,aAAa;IAC9C,sBAAsB,EAAE,OAAO;IAC/B,qBAAqB,EAAE,0BAA0B;IACjD,sBAAsB,EAAE,cAAc;IACtC,wBAAwB,EAAE,cAAc;IACxC,wBAAwB,EAAE,cAAc;IACxC,wBAAwB,EAAE,cAAc;IACxC,wBAAwB,EAAE,cAAc;IACxC,wBAAwB,EAAE,cAAc;IACxC,wBAAwB,EAAE,cAAc;IACxC,0BAA0B,EAAE,
|
|
1
|
+
{"version":3,"file":"da.js","sourceRoot":"","sources":["../../../src/i18n/da.ts"],"names":[],"mappings":"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"}
|
package/dist/es2015/i18n/de.d.ts
CHANGED
|
@@ -2,8 +2,12 @@ declare const _default: {
|
|
|
2
2
|
'fabric.editor.layoutFixedWidth': string;
|
|
3
3
|
'fabric.editor.layoutWide': string;
|
|
4
4
|
'fabric.editor.layoutFullWidth': string;
|
|
5
|
+
'fabric.editor.alignImageRight': string;
|
|
6
|
+
'fabric.editor.alignImageCenter': string;
|
|
7
|
+
'fabric.editor.alignImageLeft': string;
|
|
5
8
|
'fabric.editor.remove': string;
|
|
6
9
|
'fabric.editor.visit': string;
|
|
10
|
+
'fabric.editor.alignment': string;
|
|
7
11
|
'fabric.editor.normal': string;
|
|
8
12
|
'fabric.editor.heading1': string;
|
|
9
13
|
'fabric.editor.heading2': string;
|
|
@@ -14,8 +18,15 @@ declare const _default: {
|
|
|
14
18
|
'fabric.editor.blockquote': string;
|
|
15
19
|
'fabric.editor.codeblock': string;
|
|
16
20
|
'fabric.editor.panel': string;
|
|
21
|
+
'fabric.editor.notePanel': string;
|
|
22
|
+
'fabric.editor.successPanel': string;
|
|
23
|
+
'fabric.editor.warningPanel': string;
|
|
24
|
+
'fabric.editor.errorPanel': string;
|
|
17
25
|
'fabric.editor.other': string;
|
|
18
26
|
'fabric.editor.textStyles': string;
|
|
27
|
+
'fabric.editor.displayBlock': string;
|
|
28
|
+
'fabric.editor.displayInline': string;
|
|
29
|
+
'fabric.editor.displayLink': string;
|
|
19
30
|
'fabric.editor.selectLanguage': string;
|
|
20
31
|
'fabric.editor.edit': string;
|
|
21
32
|
'fabric.editor.editorHelp': string;
|
|
@@ -45,6 +56,7 @@ declare const _default: {
|
|
|
45
56
|
'fabric.editor.date': string;
|
|
46
57
|
'fabric.editor.placeholderText': string;
|
|
47
58
|
'fabric.editor.columns': string;
|
|
59
|
+
'fabric.editor.status': string;
|
|
48
60
|
'fabric.editor.viewMore': string;
|
|
49
61
|
'fabric.editor.insertMenu': string;
|
|
50
62
|
'fabric.editor.twoColumns': string;
|
|
@@ -60,11 +72,11 @@ declare const _default: {
|
|
|
60
72
|
'fabric.editor.warning': string;
|
|
61
73
|
'fabric.editor.error': string;
|
|
62
74
|
'fabric.editor.placeholderTextPlaceholder': string;
|
|
75
|
+
'fabric.editor.statusPlaceholder': string;
|
|
63
76
|
'fabric.editor.tableOptions': string;
|
|
64
77
|
'fabric.editor.headerRow': string;
|
|
65
78
|
'fabric.editor.headerColumn': string;
|
|
66
79
|
'fabric.editor.numberedColumn': string;
|
|
67
|
-
'fabric.editor.cellOptions': string;
|
|
68
80
|
'fabric.editor.cellBackground': string;
|
|
69
81
|
'fabric.editor.mergeCells': string;
|
|
70
82
|
'fabric.editor.splitCell': string;
|
|
@@ -73,6 +85,7 @@ declare const _default: {
|
|
|
73
85
|
'fabric.editor.removeColumns': string;
|
|
74
86
|
'fabric.editor.insertRow': string;
|
|
75
87
|
'fabric.editor.removeRows': string;
|
|
88
|
+
'fabric.editor.cellOptions': string;
|
|
76
89
|
'fabric.editor.decisionPlaceholder': string;
|
|
77
90
|
'fabric.editor.taskPlaceholder': string;
|
|
78
91
|
'fabric.editor.textColor': string;
|
|
@@ -94,4 +107,10 @@ declare const _default: {
|
|
|
94
107
|
'fabric.theme.#ff991f': string;
|
|
95
108
|
'fabric.editor.selected': string;
|
|
96
109
|
};
|
|
110
|
+
/**
|
|
111
|
+
* NOTE:
|
|
112
|
+
*
|
|
113
|
+
* This file is automatically generated by i18n-tools.
|
|
114
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
115
|
+
*/
|
|
97
116
|
export default _default;
|
package/dist/es2015/i18n/de.js
CHANGED
|
@@ -1,10 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by i18n-tools.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
1
7
|
// German
|
|
2
8
|
export default {
|
|
3
9
|
'fabric.editor.layoutFixedWidth': 'Mitte',
|
|
4
10
|
'fabric.editor.layoutWide': 'Breite',
|
|
5
11
|
'fabric.editor.layoutFullWidth': 'Volle Breite',
|
|
12
|
+
'fabric.editor.alignImageRight': 'Rechts ausrichten',
|
|
13
|
+
'fabric.editor.alignImageCenter': 'Mittig ausrichten',
|
|
14
|
+
'fabric.editor.alignImageLeft': 'Links ausrichten',
|
|
6
15
|
'fabric.editor.remove': 'Entfernen',
|
|
7
16
|
'fabric.editor.visit': 'Link in neuem Fenster öffnen',
|
|
17
|
+
'fabric.editor.alignment': 'Ausrichtung',
|
|
8
18
|
'fabric.editor.normal': 'Normaler Text',
|
|
9
19
|
'fabric.editor.heading1': 'Überschrift 1',
|
|
10
20
|
'fabric.editor.heading2': 'Überschrift 2',
|
|
@@ -12,11 +22,18 @@ export default {
|
|
|
12
22
|
'fabric.editor.heading4': 'Überschrift 4',
|
|
13
23
|
'fabric.editor.heading5': 'Überschrift 5',
|
|
14
24
|
'fabric.editor.heading6': 'Überschrift 6',
|
|
15
|
-
'fabric.editor.blockquote': '
|
|
16
|
-
'fabric.editor.codeblock': '
|
|
25
|
+
'fabric.editor.blockquote': 'Zitieren',
|
|
26
|
+
'fabric.editor.codeblock': 'Code-Auszug',
|
|
17
27
|
'fabric.editor.panel': 'Paneel',
|
|
28
|
+
'fabric.editor.notePanel': 'Hinweispanel',
|
|
29
|
+
'fabric.editor.successPanel': 'Erfolgspanel',
|
|
30
|
+
'fabric.editor.warningPanel': 'Warnpanel',
|
|
31
|
+
'fabric.editor.errorPanel': 'Fehlerpanel',
|
|
18
32
|
'fabric.editor.other': 'Sonstige …',
|
|
19
33
|
'fabric.editor.textStyles': 'Textstil',
|
|
34
|
+
'fabric.editor.displayBlock': 'Als Karte anzeigen',
|
|
35
|
+
'fabric.editor.displayInline': 'Als Verknüpfung anzeigen',
|
|
36
|
+
'fabric.editor.displayLink': 'Als Text anzeigen',
|
|
20
37
|
'fabric.editor.selectLanguage': 'Sprache auswählen',
|
|
21
38
|
'fabric.editor.edit': 'Bearbeiten',
|
|
22
39
|
'fabric.editor.editorHelp': 'Editorhilfe',
|
|
@@ -46,6 +63,7 @@ export default {
|
|
|
46
63
|
'fabric.editor.date': 'Datum',
|
|
47
64
|
'fabric.editor.placeholderText': 'Platzhaltertext',
|
|
48
65
|
'fabric.editor.columns': 'Spalten',
|
|
66
|
+
'fabric.editor.status': 'Status',
|
|
49
67
|
'fabric.editor.viewMore': 'Mehr anzeigen',
|
|
50
68
|
'fabric.editor.insertMenu': 'Einfügen',
|
|
51
69
|
'fabric.editor.twoColumns': 'Zwei Spalten',
|
|
@@ -61,11 +79,11 @@ export default {
|
|
|
61
79
|
'fabric.editor.warning': 'Warnung',
|
|
62
80
|
'fabric.editor.error': 'Fehler',
|
|
63
81
|
'fabric.editor.placeholderTextPlaceholder': 'Platzhaltertext hinzufügen',
|
|
82
|
+
'fabric.editor.statusPlaceholder': 'Status festlegen',
|
|
64
83
|
'fabric.editor.tableOptions': 'Tabellenoptionen',
|
|
65
84
|
'fabric.editor.headerRow': 'Kopfzeile',
|
|
66
85
|
'fabric.editor.headerColumn': 'Kopfzeilen-Spalte',
|
|
67
86
|
'fabric.editor.numberedColumn': 'Nummerierte Spalte',
|
|
68
|
-
'fabric.editor.cellOptions': 'Zellenoptionen',
|
|
69
87
|
'fabric.editor.cellBackground': 'Zellenhintergrund',
|
|
70
88
|
'fabric.editor.mergeCells': 'Zellen zusammenführen',
|
|
71
89
|
'fabric.editor.splitCell': 'Zelle teilen',
|
|
@@ -74,6 +92,7 @@ export default {
|
|
|
74
92
|
'fabric.editor.removeColumns': '{0, plural, one{Spalte entfernen} other{Spalten entfernen}}',
|
|
75
93
|
'fabric.editor.insertRow': 'Zeile einfügen',
|
|
76
94
|
'fabric.editor.removeRows': '{0, plural, one{Zeile entfernen} other{Zeilen entfernen}}',
|
|
95
|
+
'fabric.editor.cellOptions': 'Zellenoptionen',
|
|
77
96
|
'fabric.editor.decisionPlaceholder': 'Entscheidung hinzufügen …',
|
|
78
97
|
'fabric.editor.taskPlaceholder': 'Geben Sie Ihre Aktion ein und weisen Sie sie mithilfe von „@” jemandem zu.',
|
|
79
98
|
'fabric.editor.textColor': 'Textfarbe',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"de.js","sourceRoot":"","sources":["../../../src/i18n/de.ts"],"names":[],"mappings":"AAAA,SAAS;AACT,eAAe;IACb,gCAAgC,EAAE,OAAO;IACzC,0BAA0B,EAAE,QAAQ;IACpC,+BAA+B,EAAE,cAAc;IAC/C,sBAAsB,EAAE,WAAW;IACnC,qBAAqB,EAAE,8BAA8B;IACrD,sBAAsB,EAAE,eAAe;IACvC,wBAAwB,EAAE,eAAe;IACzC,wBAAwB,EAAE,eAAe;IACzC,wBAAwB,EAAE,eAAe;IACzC,wBAAwB,EAAE,eAAe;IACzC,wBAAwB,EAAE,eAAe;IACzC,wBAAwB,EAAE,eAAe;IACzC,0BAA0B,EAAE,
|
|
1
|
+
{"version":3,"file":"de.js","sourceRoot":"","sources":["../../../src/i18n/de.ts"],"names":[],"mappings":"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"}
|
package/dist/es2015/i18n/en.d.ts
CHANGED
|
@@ -2,8 +2,12 @@ declare const _default: {
|
|
|
2
2
|
'fabric.editor.layoutFixedWidth': string;
|
|
3
3
|
'fabric.editor.layoutWide': string;
|
|
4
4
|
'fabric.editor.layoutFullWidth': string;
|
|
5
|
+
'fabric.editor.alignImageRight': string;
|
|
6
|
+
'fabric.editor.alignImageCenter': string;
|
|
7
|
+
'fabric.editor.alignImageLeft': string;
|
|
5
8
|
'fabric.editor.remove': string;
|
|
6
9
|
'fabric.editor.visit': string;
|
|
10
|
+
'fabric.editor.alignment': string;
|
|
7
11
|
'fabric.editor.normal': string;
|
|
8
12
|
'fabric.editor.heading1': string;
|
|
9
13
|
'fabric.editor.heading2': string;
|
|
@@ -14,8 +18,15 @@ declare const _default: {
|
|
|
14
18
|
'fabric.editor.blockquote': string;
|
|
15
19
|
'fabric.editor.codeblock': string;
|
|
16
20
|
'fabric.editor.panel': string;
|
|
21
|
+
'fabric.editor.notePanel': string;
|
|
22
|
+
'fabric.editor.successPanel': string;
|
|
23
|
+
'fabric.editor.warningPanel': string;
|
|
24
|
+
'fabric.editor.errorPanel': string;
|
|
17
25
|
'fabric.editor.other': string;
|
|
18
26
|
'fabric.editor.textStyles': string;
|
|
27
|
+
'fabric.editor.displayBlock': string;
|
|
28
|
+
'fabric.editor.displayInline': string;
|
|
29
|
+
'fabric.editor.displayLink': string;
|
|
19
30
|
'fabric.editor.selectLanguage': string;
|
|
20
31
|
'fabric.editor.edit': string;
|
|
21
32
|
'fabric.editor.editorHelp': string;
|
|
@@ -45,6 +56,7 @@ declare const _default: {
|
|
|
45
56
|
'fabric.editor.date': string;
|
|
46
57
|
'fabric.editor.placeholderText': string;
|
|
47
58
|
'fabric.editor.columns': string;
|
|
59
|
+
'fabric.editor.status': string;
|
|
48
60
|
'fabric.editor.viewMore': string;
|
|
49
61
|
'fabric.editor.insertMenu': string;
|
|
50
62
|
'fabric.editor.twoColumns': string;
|
|
@@ -60,11 +72,11 @@ declare const _default: {
|
|
|
60
72
|
'fabric.editor.warning': string;
|
|
61
73
|
'fabric.editor.error': string;
|
|
62
74
|
'fabric.editor.placeholderTextPlaceholder': string;
|
|
75
|
+
'fabric.editor.statusPlaceholder': string;
|
|
63
76
|
'fabric.editor.tableOptions': string;
|
|
64
77
|
'fabric.editor.headerRow': string;
|
|
65
78
|
'fabric.editor.headerColumn': string;
|
|
66
79
|
'fabric.editor.numberedColumn': string;
|
|
67
|
-
'fabric.editor.cellOptions': string;
|
|
68
80
|
'fabric.editor.cellBackground': string;
|
|
69
81
|
'fabric.editor.mergeCells': string;
|
|
70
82
|
'fabric.editor.splitCell': string;
|
|
@@ -73,6 +85,7 @@ declare const _default: {
|
|
|
73
85
|
'fabric.editor.removeColumns': string;
|
|
74
86
|
'fabric.editor.insertRow': string;
|
|
75
87
|
'fabric.editor.removeRows': string;
|
|
88
|
+
'fabric.editor.cellOptions': string;
|
|
76
89
|
'fabric.editor.decisionPlaceholder': string;
|
|
77
90
|
'fabric.editor.taskPlaceholder': string;
|
|
78
91
|
'fabric.editor.textColor': string;
|
|
@@ -94,4 +107,10 @@ declare const _default: {
|
|
|
94
107
|
'fabric.theme.#ff991f': string;
|
|
95
108
|
'fabric.editor.selected': string;
|
|
96
109
|
};
|
|
110
|
+
/**
|
|
111
|
+
* NOTE:
|
|
112
|
+
*
|
|
113
|
+
* This file is automatically generated by i18n-tools.
|
|
114
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
115
|
+
*/
|
|
97
116
|
export default _default;
|
package/dist/es2015/i18n/en.js
CHANGED
|
@@ -1,10 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by i18n-tools.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
1
7
|
// English
|
|
2
8
|
export default {
|
|
3
9
|
'fabric.editor.layoutFixedWidth': 'Center',
|
|
4
10
|
'fabric.editor.layoutWide': 'Wide',
|
|
5
11
|
'fabric.editor.layoutFullWidth': 'Full width',
|
|
12
|
+
'fabric.editor.alignImageRight': 'Align right',
|
|
13
|
+
'fabric.editor.alignImageCenter': 'Align center',
|
|
14
|
+
'fabric.editor.alignImageLeft': 'Align left',
|
|
6
15
|
'fabric.editor.remove': 'Remove',
|
|
7
16
|
'fabric.editor.visit': 'Open link in a new window',
|
|
17
|
+
'fabric.editor.alignment': 'Alignment',
|
|
8
18
|
'fabric.editor.normal': 'Normal text',
|
|
9
19
|
'fabric.editor.heading1': 'Heading 1',
|
|
10
20
|
'fabric.editor.heading2': 'Heading 2',
|
|
@@ -12,11 +22,18 @@ export default {
|
|
|
12
22
|
'fabric.editor.heading4': 'Heading 4',
|
|
13
23
|
'fabric.editor.heading5': 'Heading 5',
|
|
14
24
|
'fabric.editor.heading6': 'Heading 6',
|
|
15
|
-
'fabric.editor.blockquote': '
|
|
16
|
-
'fabric.editor.codeblock': 'Code
|
|
25
|
+
'fabric.editor.blockquote': 'Quote',
|
|
26
|
+
'fabric.editor.codeblock': 'Code snippet',
|
|
17
27
|
'fabric.editor.panel': 'Panel',
|
|
28
|
+
'fabric.editor.notePanel': 'Note panel',
|
|
29
|
+
'fabric.editor.successPanel': 'Success panel',
|
|
30
|
+
'fabric.editor.warningPanel': 'Warning panel',
|
|
31
|
+
'fabric.editor.errorPanel': 'Error panel',
|
|
18
32
|
'fabric.editor.other': 'Others...',
|
|
19
33
|
'fabric.editor.textStyles': 'Text styles',
|
|
34
|
+
'fabric.editor.displayBlock': 'Display as card',
|
|
35
|
+
'fabric.editor.displayInline': 'Display as link',
|
|
36
|
+
'fabric.editor.displayLink': 'Display as text',
|
|
20
37
|
'fabric.editor.selectLanguage': 'Select language',
|
|
21
38
|
'fabric.editor.edit': 'Edit',
|
|
22
39
|
'fabric.editor.editorHelp': 'Editor help',
|
|
@@ -46,6 +63,7 @@ export default {
|
|
|
46
63
|
'fabric.editor.date': 'Date',
|
|
47
64
|
'fabric.editor.placeholderText': 'Placeholder text',
|
|
48
65
|
'fabric.editor.columns': 'Columns',
|
|
66
|
+
'fabric.editor.status': 'Status',
|
|
49
67
|
'fabric.editor.viewMore': 'View more',
|
|
50
68
|
'fabric.editor.insertMenu': 'Insert',
|
|
51
69
|
'fabric.editor.twoColumns': 'Two columns',
|
|
@@ -61,11 +79,11 @@ export default {
|
|
|
61
79
|
'fabric.editor.warning': 'Warning',
|
|
62
80
|
'fabric.editor.error': 'Error',
|
|
63
81
|
'fabric.editor.placeholderTextPlaceholder': 'Add placeholder text',
|
|
82
|
+
'fabric.editor.statusPlaceholder': 'Set a status',
|
|
64
83
|
'fabric.editor.tableOptions': 'Table options',
|
|
65
84
|
'fabric.editor.headerRow': 'Header row',
|
|
66
85
|
'fabric.editor.headerColumn': 'Header column',
|
|
67
86
|
'fabric.editor.numberedColumn': 'Numbered column',
|
|
68
|
-
'fabric.editor.cellOptions': 'Cell options',
|
|
69
87
|
'fabric.editor.cellBackground': 'Cell background',
|
|
70
88
|
'fabric.editor.mergeCells': 'Merge cells',
|
|
71
89
|
'fabric.editor.splitCell': 'Split cell',
|
|
@@ -74,6 +92,7 @@ export default {
|
|
|
74
92
|
'fabric.editor.removeColumns': '{0, plural, one{Remove column} other{Remove columns}}',
|
|
75
93
|
'fabric.editor.insertRow': 'Insert row',
|
|
76
94
|
'fabric.editor.removeRows': '{0, plural, one{Remove row} other{Remove rows}}',
|
|
95
|
+
'fabric.editor.cellOptions': 'Cell options',
|
|
77
96
|
'fabric.editor.decisionPlaceholder': 'Add a decision…',
|
|
78
97
|
'fabric.editor.taskPlaceholder': "Type your action, use '@' to assign to someone.",
|
|
79
98
|
'fabric.editor.textColor': 'Text color',
|
|
@@ -87,7 +106,7 @@ export default {
|
|
|
87
106
|
'fabric.editor.bold': 'Bold',
|
|
88
107
|
'fabric.editor.italic': 'Italic',
|
|
89
108
|
'fabric.theme.#172b4d': 'Dark gray',
|
|
90
|
-
'fabric.theme.#97a0af': 'Light
|
|
109
|
+
'fabric.theme.#97a0af': 'Light grey',
|
|
91
110
|
'fabric.theme.#6554c0': 'Purple',
|
|
92
111
|
'fabric.theme.#00b8d9': 'Teal',
|
|
93
112
|
'fabric.theme.#36b37e': 'Green',
|