@atlaskit/editor-plugin-block-type 4.0.2 → 4.0.3
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 +9 -0
- package/consts/package.json +5 -5
- package/dist/cjs/{plugin/index.js → blockTypePlugin.js} +3 -3
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/{plugin/pm-plugins → pm-plugins}/input-rule.js +1 -1
- package/dist/cjs/{plugin/pm-plugins → pm-plugins}/keymap.js +3 -3
- package/dist/cjs/{plugin/pm-plugins → pm-plugins}/main.js +4 -4
- package/dist/cjs/pm-plugins/types.js +5 -0
- package/dist/cjs/{consts.js → ui/consts.js} +1 -1
- package/dist/es2019/{plugin/index.js → blockTypePlugin.js} +3 -3
- package/dist/es2019/index.js +1 -1
- package/dist/es2019/{plugin/pm-plugins → pm-plugins}/input-rule.js +1 -1
- package/dist/es2019/{plugin/pm-plugins → pm-plugins}/keymap.js +3 -3
- package/dist/es2019/{plugin/pm-plugins → pm-plugins}/main.js +4 -4
- package/dist/{esm → es2019/ui}/consts.js +1 -1
- package/dist/esm/{plugin/index.js → blockTypePlugin.js} +3 -3
- package/dist/esm/blockTypePluginType.js +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/{plugin/pm-plugins → pm-plugins}/input-rule.js +1 -1
- package/dist/esm/{plugin/pm-plugins → pm-plugins}/keymap.js +3 -3
- package/dist/esm/{plugin/pm-plugins → pm-plugins}/main.js +4 -4
- package/dist/esm/pm-plugins/types.js +1 -0
- package/dist/{es2019 → esm/ui}/consts.js +1 -1
- package/dist/types/blockTypePlugin.d.ts +5 -0
- package/dist/types/{plugin/index.d.ts → blockTypePluginType.d.ts} +3 -7
- package/dist/types/index.d.ts +7 -7
- package/dist/types/{plugin/pm-plugins → pm-plugins}/main.d.ts +2 -2
- package/dist/types/{plugin → pm-plugins}/ui/PrimaryToolbarComponent.d.ts +1 -1
- package/dist/types/{plugin → pm-plugins}/ui/ToolbarBlockType/index.d.ts +2 -2
- package/dist/types/{consts.d.ts → ui/consts.d.ts} +1 -1
- package/dist/types-ts4.5/blockTypePlugin.d.ts +5 -0
- package/dist/types-ts4.5/{plugin/index.d.ts → blockTypePluginType.d.ts} +3 -7
- package/dist/types-ts4.5/index.d.ts +7 -7
- package/dist/types-ts4.5/{plugin/pm-plugins → pm-plugins}/main.d.ts +2 -2
- package/dist/types-ts4.5/{plugin → pm-plugins}/ui/PrimaryToolbarComponent.d.ts +1 -1
- package/dist/types-ts4.5/{plugin → pm-plugins}/ui/ToolbarBlockType/index.d.ts +2 -2
- package/dist/types-ts4.5/{consts.d.ts → ui/consts.d.ts} +1 -1
- package/package.json +10 -7
- package/styles/package.json +5 -5
- package/dist/cjs/i18n/cs.js +0 -47
- package/dist/cjs/i18n/da.js +0 -47
- package/dist/cjs/i18n/de.js +0 -47
- package/dist/cjs/i18n/en.js +0 -47
- package/dist/cjs/i18n/en_GB.js +0 -47
- package/dist/cjs/i18n/en_ZZ.js +0 -47
- package/dist/cjs/i18n/es.js +0 -47
- package/dist/cjs/i18n/fi.js +0 -47
- package/dist/cjs/i18n/fr.js +0 -47
- package/dist/cjs/i18n/hu.js +0 -47
- package/dist/cjs/i18n/it.js +0 -47
- package/dist/cjs/i18n/ja.js +0 -47
- package/dist/cjs/i18n/ko.js +0 -47
- package/dist/cjs/i18n/nb.js +0 -47
- package/dist/cjs/i18n/nl.js +0 -47
- package/dist/cjs/i18n/pl.js +0 -47
- package/dist/cjs/i18n/pt_BR.js +0 -47
- package/dist/cjs/i18n/ru.js +0 -47
- package/dist/cjs/i18n/sv.js +0 -47
- package/dist/cjs/i18n/th.js +0 -47
- package/dist/cjs/i18n/tr.js +0 -47
- package/dist/cjs/i18n/uk.js +0 -47
- package/dist/cjs/i18n/vi.js +0 -47
- package/dist/cjs/i18n/zh.js +0 -47
- package/dist/cjs/i18n/zh_TW.js +0 -47
- package/dist/cjs/styles.js +0 -12
- package/dist/es2019/i18n/cs.js +0 -41
- package/dist/es2019/i18n/da.js +0 -41
- package/dist/es2019/i18n/de.js +0 -41
- package/dist/es2019/i18n/en.js +0 -41
- package/dist/es2019/i18n/en_GB.js +0 -41
- package/dist/es2019/i18n/en_ZZ.js +0 -41
- package/dist/es2019/i18n/es.js +0 -41
- package/dist/es2019/i18n/fi.js +0 -41
- package/dist/es2019/i18n/fr.js +0 -41
- package/dist/es2019/i18n/hu.js +0 -41
- package/dist/es2019/i18n/it.js +0 -41
- package/dist/es2019/i18n/ja.js +0 -41
- package/dist/es2019/i18n/ko.js +0 -41
- package/dist/es2019/i18n/nb.js +0 -41
- package/dist/es2019/i18n/nl.js +0 -41
- package/dist/es2019/i18n/pl.js +0 -41
- package/dist/es2019/i18n/pt_BR.js +0 -41
- package/dist/es2019/i18n/ru.js +0 -41
- package/dist/es2019/i18n/sv.js +0 -41
- package/dist/es2019/i18n/th.js +0 -41
- package/dist/es2019/i18n/tr.js +0 -41
- package/dist/es2019/i18n/uk.js +0 -41
- package/dist/es2019/i18n/vi.js +0 -41
- package/dist/es2019/i18n/zh.js +0 -41
- package/dist/es2019/i18n/zh_TW.js +0 -41
- package/dist/es2019/styles.js +0 -1
- package/dist/esm/i18n/cs.js +0 -41
- package/dist/esm/i18n/da.js +0 -41
- package/dist/esm/i18n/de.js +0 -41
- package/dist/esm/i18n/en.js +0 -41
- package/dist/esm/i18n/en_GB.js +0 -41
- package/dist/esm/i18n/en_ZZ.js +0 -41
- package/dist/esm/i18n/es.js +0 -41
- package/dist/esm/i18n/fi.js +0 -41
- package/dist/esm/i18n/fr.js +0 -41
- package/dist/esm/i18n/hu.js +0 -41
- package/dist/esm/i18n/it.js +0 -41
- package/dist/esm/i18n/ja.js +0 -41
- package/dist/esm/i18n/ko.js +0 -41
- package/dist/esm/i18n/nb.js +0 -41
- package/dist/esm/i18n/nl.js +0 -41
- package/dist/esm/i18n/pl.js +0 -41
- package/dist/esm/i18n/pt_BR.js +0 -41
- package/dist/esm/i18n/ru.js +0 -41
- package/dist/esm/i18n/sv.js +0 -41
- package/dist/esm/i18n/th.js +0 -41
- package/dist/esm/i18n/tr.js +0 -41
- package/dist/esm/i18n/uk.js +0 -41
- package/dist/esm/i18n/vi.js +0 -41
- package/dist/esm/i18n/zh.js +0 -41
- package/dist/esm/i18n/zh_TW.js +0 -41
- package/dist/esm/styles.js +0 -1
- package/dist/types/i18n/cs.d.ts +0 -40
- package/dist/types/i18n/da.d.ts +0 -40
- package/dist/types/i18n/de.d.ts +0 -40
- package/dist/types/i18n/en.d.ts +0 -40
- package/dist/types/i18n/en_GB.d.ts +0 -40
- package/dist/types/i18n/en_ZZ.d.ts +0 -40
- package/dist/types/i18n/es.d.ts +0 -40
- package/dist/types/i18n/fi.d.ts +0 -40
- package/dist/types/i18n/fr.d.ts +0 -40
- package/dist/types/i18n/hu.d.ts +0 -40
- package/dist/types/i18n/it.d.ts +0 -40
- package/dist/types/i18n/ja.d.ts +0 -40
- package/dist/types/i18n/ko.d.ts +0 -40
- package/dist/types/i18n/nb.d.ts +0 -40
- package/dist/types/i18n/nl.d.ts +0 -40
- package/dist/types/i18n/pl.d.ts +0 -40
- package/dist/types/i18n/pt_BR.d.ts +0 -40
- package/dist/types/i18n/ru.d.ts +0 -40
- package/dist/types/i18n/sv.d.ts +0 -40
- package/dist/types/i18n/th.d.ts +0 -40
- package/dist/types/i18n/tr.d.ts +0 -40
- package/dist/types/i18n/uk.d.ts +0 -40
- package/dist/types/i18n/vi.d.ts +0 -40
- package/dist/types/i18n/zh.d.ts +0 -40
- package/dist/types/i18n/zh_TW.d.ts +0 -40
- package/dist/types/styles.d.ts +0 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -40
- package/dist/types-ts4.5/i18n/da.d.ts +0 -40
- package/dist/types-ts4.5/i18n/de.d.ts +0 -40
- package/dist/types-ts4.5/i18n/en.d.ts +0 -40
- package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -40
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -40
- package/dist/types-ts4.5/i18n/es.d.ts +0 -40
- package/dist/types-ts4.5/i18n/fi.d.ts +0 -40
- package/dist/types-ts4.5/i18n/fr.d.ts +0 -40
- package/dist/types-ts4.5/i18n/hu.d.ts +0 -40
- package/dist/types-ts4.5/i18n/it.d.ts +0 -40
- package/dist/types-ts4.5/i18n/ja.d.ts +0 -40
- package/dist/types-ts4.5/i18n/ko.d.ts +0 -40
- package/dist/types-ts4.5/i18n/nb.d.ts +0 -40
- package/dist/types-ts4.5/i18n/nl.d.ts +0 -40
- package/dist/types-ts4.5/i18n/pl.d.ts +0 -40
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -40
- package/dist/types-ts4.5/i18n/ru.d.ts +0 -40
- package/dist/types-ts4.5/i18n/sv.d.ts +0 -40
- package/dist/types-ts4.5/i18n/th.d.ts +0 -40
- package/dist/types-ts4.5/i18n/tr.d.ts +0 -40
- package/dist/types-ts4.5/i18n/uk.d.ts +0 -40
- package/dist/types-ts4.5/i18n/vi.d.ts +0 -40
- package/dist/types-ts4.5/i18n/zh.d.ts +0 -40
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -40
- package/dist/types-ts4.5/styles.d.ts +0 -1
- /package/dist/cjs/{plugin/types.js → blockTypePluginType.js} +0 -0
- /package/dist/cjs/{plugin → pm-plugins}/block-types.js +0 -0
- /package/dist/cjs/{plugin → pm-plugins}/commands/block-type.js +0 -0
- /package/dist/cjs/{plugin → pm-plugins}/commands/delete-and-move-cursor.js +0 -0
- /package/dist/cjs/{plugin → pm-plugins}/commands/delete-block-content.js +0 -0
- /package/dist/cjs/{plugin → pm-plugins}/commands/index.js +0 -0
- /package/dist/cjs/{plugin → pm-plugins}/consts.js +0 -0
- /package/dist/cjs/{plugin → pm-plugins}/ui/PrimaryToolbarComponent.js +0 -0
- /package/dist/cjs/{plugin → pm-plugins}/ui/ToolbarBlockType/blocktype-button.js +0 -0
- /package/dist/cjs/{plugin → pm-plugins}/ui/ToolbarBlockType/index.js +0 -0
- /package/dist/cjs/{plugin → pm-plugins}/ui/ToolbarBlockType/styled.js +0 -0
- /package/dist/cjs/{plugin → pm-plugins}/utils.js +0 -0
- /package/dist/cjs/{plugin → ui}/styles.js +0 -0
- /package/dist/es2019/{plugin/types.js → blockTypePluginType.js} +0 -0
- /package/dist/es2019/{plugin → pm-plugins}/block-types.js +0 -0
- /package/dist/es2019/{plugin → pm-plugins}/commands/block-type.js +0 -0
- /package/dist/es2019/{plugin → pm-plugins}/commands/delete-and-move-cursor.js +0 -0
- /package/dist/es2019/{plugin → pm-plugins}/commands/delete-block-content.js +0 -0
- /package/dist/es2019/{plugin → pm-plugins}/commands/index.js +0 -0
- /package/dist/es2019/{plugin → pm-plugins}/consts.js +0 -0
- /package/dist/{esm/plugin → es2019/pm-plugins}/types.js +0 -0
- /package/dist/es2019/{plugin → pm-plugins}/ui/PrimaryToolbarComponent.js +0 -0
- /package/dist/es2019/{plugin → pm-plugins}/ui/ToolbarBlockType/blocktype-button.js +0 -0
- /package/dist/es2019/{plugin → pm-plugins}/ui/ToolbarBlockType/index.js +0 -0
- /package/dist/es2019/{plugin → pm-plugins}/ui/ToolbarBlockType/styled.js +0 -0
- /package/dist/es2019/{plugin → pm-plugins}/utils.js +0 -0
- /package/dist/es2019/{plugin → ui}/styles.js +0 -0
- /package/dist/esm/{plugin → pm-plugins}/block-types.js +0 -0
- /package/dist/esm/{plugin → pm-plugins}/commands/block-type.js +0 -0
- /package/dist/esm/{plugin → pm-plugins}/commands/delete-and-move-cursor.js +0 -0
- /package/dist/esm/{plugin → pm-plugins}/commands/delete-block-content.js +0 -0
- /package/dist/esm/{plugin → pm-plugins}/commands/index.js +0 -0
- /package/dist/esm/{plugin → pm-plugins}/consts.js +0 -0
- /package/dist/esm/{plugin → pm-plugins}/ui/PrimaryToolbarComponent.js +0 -0
- /package/dist/esm/{plugin → pm-plugins}/ui/ToolbarBlockType/blocktype-button.js +0 -0
- /package/dist/esm/{plugin → pm-plugins}/ui/ToolbarBlockType/index.js +0 -0
- /package/dist/esm/{plugin → pm-plugins}/ui/ToolbarBlockType/styled.js +0 -0
- /package/dist/esm/{plugin → pm-plugins}/utils.js +0 -0
- /package/dist/esm/{plugin → ui}/styles.js +0 -0
- /package/dist/types/{plugin → pm-plugins}/block-types.d.ts +0 -0
- /package/dist/types/{plugin → pm-plugins}/commands/block-type.d.ts +0 -0
- /package/dist/types/{plugin → pm-plugins}/commands/delete-and-move-cursor.d.ts +0 -0
- /package/dist/types/{plugin → pm-plugins}/commands/delete-block-content.d.ts +0 -0
- /package/dist/types/{plugin → pm-plugins}/commands/index.d.ts +0 -0
- /package/dist/types/{plugin → pm-plugins}/consts.d.ts +0 -0
- /package/dist/types/{plugin/pm-plugins → pm-plugins}/input-rule.d.ts +0 -0
- /package/dist/types/{plugin/pm-plugins → pm-plugins}/keymap.d.ts +0 -0
- /package/dist/types/{plugin → pm-plugins}/types.d.ts +0 -0
- /package/dist/types/{plugin → pm-plugins}/ui/ToolbarBlockType/blocktype-button.d.ts +0 -0
- /package/dist/types/{plugin → pm-plugins}/ui/ToolbarBlockType/styled.d.ts +0 -0
- /package/dist/types/{plugin → pm-plugins}/utils.d.ts +0 -0
- /package/dist/types/{plugin → ui}/styles.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin → pm-plugins}/block-types.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin → pm-plugins}/commands/block-type.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin → pm-plugins}/commands/delete-and-move-cursor.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin → pm-plugins}/commands/delete-block-content.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin → pm-plugins}/commands/index.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin → pm-plugins}/consts.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin/pm-plugins → pm-plugins}/input-rule.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin/pm-plugins → pm-plugins}/keymap.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin → pm-plugins}/types.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin → pm-plugins}/ui/ToolbarBlockType/blocktype-button.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin → pm-plugins}/ui/ToolbarBlockType/styled.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin → pm-plugins}/utils.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin → ui}/styles.d.ts +0 -0
package/dist/cjs/i18n/pl.js
DELETED
@@ -1,47 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
/* prettier-ignore */
|
8
|
-
/**
|
9
|
-
* NOTE:
|
10
|
-
*
|
11
|
-
* This file is automatically generated by Traduki 2.0.
|
12
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
13
|
-
*/
|
14
|
-
//Polish (Poland)
|
15
|
-
var _default = exports.default = {
|
16
|
-
'fabric.editor.blockquote.description': 'Wstaw cytat',
|
17
|
-
'fabric.editor.blockquote2': 'Cytat',
|
18
|
-
'fabric.editor.codeblock': 'Wstawka kodu',
|
19
|
-
'fabric.editor.codeblock.description': 'Wyświetlaj kod z wyróżnioną składnią',
|
20
|
-
'fabric.editor.customPanel': 'Panel niestandardowy',
|
21
|
-
'fabric.editor.customPanel.description': 'Dodaj notatkę z emoji i kolorowym tłem',
|
22
|
-
'fabric.editor.errorPanel': 'Panel błędów',
|
23
|
-
'fabric.editor.errorPanel.description': 'Wyróżniaj błędy kolorem',
|
24
|
-
'fabric.editor.heading1': 'Nagłówek 1',
|
25
|
-
'fabric.editor.heading1Description': 'Użyj tego do nagłówka najwyższego poziomu',
|
26
|
-
'fabric.editor.heading2': 'Nagłówek 2',
|
27
|
-
'fabric.editor.heading2Description': 'Użyj tego do kluczowych sekcji',
|
28
|
-
'fabric.editor.heading3': 'Nagłówek 3',
|
29
|
-
'fabric.editor.heading3Description': 'Użyj tego do podsekcji i nagłówków grup',
|
30
|
-
'fabric.editor.heading4': 'Nagłówek 4',
|
31
|
-
'fabric.editor.heading4Description': 'Użyj tego do nagłówków głębokich',
|
32
|
-
'fabric.editor.heading5': 'Nagłówek 5',
|
33
|
-
'fabric.editor.heading5Description': 'Użyj tego do grupowania elementów list',
|
34
|
-
'fabric.editor.heading6': 'Nagłówek 6',
|
35
|
-
'fabric.editor.heading6Description': 'Użyj tego do nagłówków niskiego poziomu',
|
36
|
-
'fabric.editor.infoPanel': 'Panel informacyjny',
|
37
|
-
'fabric.editor.infoPanel.description': 'Wyróżnij informacje kolorem',
|
38
|
-
'fabric.editor.normal': 'Normalny tekst',
|
39
|
-
'fabric.editor.notePanel': 'Panel uwag',
|
40
|
-
'fabric.editor.notePanel.description': 'Dodaj uwagę w kolorze',
|
41
|
-
'fabric.editor.other': 'Inne...',
|
42
|
-
'fabric.editor.successPanel': 'Panel sukcesów',
|
43
|
-
'fabric.editor.successPanel.description': 'Dodaj wskazówki w kolorze',
|
44
|
-
'fabric.editor.textStyles': 'Style tekstu',
|
45
|
-
'fabric.editor.warningPanel': 'Panel ostrzeżeń',
|
46
|
-
'fabric.editor.warningPanel.description': 'Dodaj ostrzeżenie w kolorze'
|
47
|
-
};
|
package/dist/cjs/i18n/pt_BR.js
DELETED
@@ -1,47 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
/* prettier-ignore */
|
8
|
-
/**
|
9
|
-
* NOTE:
|
10
|
-
*
|
11
|
-
* This file is automatically generated by Traduki 2.0.
|
12
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
13
|
-
*/
|
14
|
-
//Portuguese (Brazil)
|
15
|
-
var _default = exports.default = {
|
16
|
-
'fabric.editor.blockquote.description': 'Inserir cotação ou citação',
|
17
|
-
'fabric.editor.blockquote2': 'Citação',
|
18
|
-
'fabric.editor.codeblock': 'Trecho de código',
|
19
|
-
'fabric.editor.codeblock.description': 'Exibir código com destaque à sintaxe',
|
20
|
-
'fabric.editor.customPanel': 'Painel personalizado',
|
21
|
-
'fabric.editor.customPanel.description': 'Adicione uma observação com um emoji e plano de fundo colorido',
|
22
|
-
'fabric.editor.errorPanel': 'Painel de erros',
|
23
|
-
'fabric.editor.errorPanel.description': 'Destacar erros em um painel colorido',
|
24
|
-
'fabric.editor.heading1': 'Título 1',
|
25
|
-
'fabric.editor.heading1Description': 'Use isso para um título de nível superior',
|
26
|
-
'fabric.editor.heading2': 'Título 2',
|
27
|
-
'fabric.editor.heading2Description': 'Use isso para seções importantes',
|
28
|
-
'fabric.editor.heading3': 'Título 3',
|
29
|
-
'fabric.editor.heading3Description': 'Use isso para subseções e títulos de grupos',
|
30
|
-
'fabric.editor.heading4': 'Título 4',
|
31
|
-
'fabric.editor.heading4Description': 'Use isso para títulos profundos',
|
32
|
-
'fabric.editor.heading5': 'Título 5',
|
33
|
-
'fabric.editor.heading5Description': 'Use isso para agrupar os itens de uma lista',
|
34
|
-
'fabric.editor.heading6': 'Título 6',
|
35
|
-
'fabric.editor.heading6Description': 'Use isso para títulos de nível inferior',
|
36
|
-
'fabric.editor.infoPanel': 'Painel de informações',
|
37
|
-
'fabric.editor.infoPanel.description': 'Destacar informações em um painel colorido',
|
38
|
-
'fabric.editor.normal': 'Texto normal',
|
39
|
-
'fabric.editor.notePanel': 'Painel de notas',
|
40
|
-
'fabric.editor.notePanel.description': 'Adicionar uma nota em um painel colorido',
|
41
|
-
'fabric.editor.other': 'Outros...',
|
42
|
-
'fabric.editor.successPanel': 'Painel de sucesso',
|
43
|
-
'fabric.editor.successPanel.description': 'Adicionar dicas em um painel colorido',
|
44
|
-
'fabric.editor.textStyles': 'Estilos de texto',
|
45
|
-
'fabric.editor.warningPanel': 'Painel de avisos',
|
46
|
-
'fabric.editor.warningPanel.description': 'Adicionar uma nota de atenção em um painel colorido'
|
47
|
-
};
|
package/dist/cjs/i18n/ru.js
DELETED
@@ -1,47 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
/* prettier-ignore */
|
8
|
-
/**
|
9
|
-
* NOTE:
|
10
|
-
*
|
11
|
-
* This file is automatically generated by Traduki 2.0.
|
12
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
13
|
-
*/
|
14
|
-
//Russian
|
15
|
-
var _default = exports.default = {
|
16
|
-
'fabric.editor.blockquote.description': 'Вставить цитату',
|
17
|
-
'fabric.editor.blockquote2': 'Цитата',
|
18
|
-
'fabric.editor.codeblock': 'Фрагмент кода',
|
19
|
-
'fabric.editor.codeblock.description': 'Выделение синтаксиса в коде',
|
20
|
-
'fabric.editor.customPanel': 'Пользовательская панель',
|
21
|
-
'fabric.editor.customPanel.description': 'Добавьте примечание с эмодзи и цветным фоном',
|
22
|
-
'fabric.editor.errorPanel': 'Панель ошибок',
|
23
|
-
'fabric.editor.errorPanel.description': 'Выделить ошибки цветом',
|
24
|
-
'fabric.editor.heading1': 'Заголовок 1',
|
25
|
-
'fabric.editor.heading1Description': 'Для заголовка верхнего уровня',
|
26
|
-
'fabric.editor.heading2': 'Заголовок 2',
|
27
|
-
'fabric.editor.heading2Description': 'Для подзаголовков',
|
28
|
-
'fabric.editor.heading3': 'Заголовок 3',
|
29
|
-
'fabric.editor.heading3Description': 'Для подразделов и групповых заголовков',
|
30
|
-
'fabric.editor.heading4': 'Заголовок 4',
|
31
|
-
'fabric.editor.heading4Description': 'Для заголовков с глубокой иерархией',
|
32
|
-
'fabric.editor.heading5': 'Заголовок 5',
|
33
|
-
'fabric.editor.heading5Description': 'Для группировки элементов списка',
|
34
|
-
'fabric.editor.heading6': 'Заголовок 6',
|
35
|
-
'fabric.editor.heading6Description': 'Для заголовков нижнего уровня',
|
36
|
-
'fabric.editor.infoPanel': 'Информационная панель',
|
37
|
-
'fabric.editor.infoPanel.description': 'Выделение информации цветом',
|
38
|
-
'fabric.editor.normal': 'Обычный текст',
|
39
|
-
'fabric.editor.notePanel': 'Панель примечаний',
|
40
|
-
'fabric.editor.notePanel.description': 'Добавить цветную заметку',
|
41
|
-
'fabric.editor.other': 'Прочее…',
|
42
|
-
'fabric.editor.successPanel': 'Панель «Готово»',
|
43
|
-
'fabric.editor.successPanel.description': 'Добавить цветные подсказки',
|
44
|
-
'fabric.editor.textStyles': 'Стили текста',
|
45
|
-
'fabric.editor.warningPanel': 'Панель с предупреждением',
|
46
|
-
'fabric.editor.warningPanel.description': 'Добавить цветное предупреждение'
|
47
|
-
};
|
package/dist/cjs/i18n/sv.js
DELETED
@@ -1,47 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
/* prettier-ignore */
|
8
|
-
/**
|
9
|
-
* NOTE:
|
10
|
-
*
|
11
|
-
* This file is automatically generated by Traduki 2.0.
|
12
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
13
|
-
*/
|
14
|
-
//Swedish
|
15
|
-
var _default = exports.default = {
|
16
|
-
'fabric.editor.blockquote.description': 'Infoga citat',
|
17
|
-
'fabric.editor.blockquote2': 'Citat',
|
18
|
-
'fabric.editor.codeblock': 'Kodstycke',
|
19
|
-
'fabric.editor.codeblock.description': 'Visa kod med syntaxmarkering',
|
20
|
-
'fabric.editor.customPanel': 'Anpassad panel',
|
21
|
-
'fabric.editor.customPanel.description': 'Lägg till en anteckning med en emoji och en färgad bakgrund',
|
22
|
-
'fabric.editor.errorPanel': 'Felpanel',
|
23
|
-
'fabric.editor.errorPanel.description': 'Meddela om fel i en färgad panel',
|
24
|
-
'fabric.editor.heading1': 'Rubrik 1',
|
25
|
-
'fabric.editor.heading1Description': 'Använd för rubrik på översta nivån',
|
26
|
-
'fabric.editor.heading2': 'Rubrik 2',
|
27
|
-
'fabric.editor.heading2Description': 'Använd för viktiga avsnitt',
|
28
|
-
'fabric.editor.heading3': 'Rubrik 3',
|
29
|
-
'fabric.editor.heading3Description': 'Använd för underavsnitt och grupprubriker',
|
30
|
-
'fabric.editor.heading4': 'Rubrik 4',
|
31
|
-
'fabric.editor.heading4Description': 'Använd för rubriker längre ner',
|
32
|
-
'fabric.editor.heading5': 'Rubrik 5',
|
33
|
-
'fabric.editor.heading5Description': 'Använd för att gruppera listobjekt',
|
34
|
-
'fabric.editor.heading6': 'Rubrik 6',
|
35
|
-
'fabric.editor.heading6Description': 'Använd för rubriker på låg nivå',
|
36
|
-
'fabric.editor.infoPanel': 'Informationspanel',
|
37
|
-
'fabric.editor.infoPanel.description': 'Markera information med en färgad panel',
|
38
|
-
'fabric.editor.normal': 'Normal text',
|
39
|
-
'fabric.editor.notePanel': 'Anteckningspanel',
|
40
|
-
'fabric.editor.notePanel.description': 'Lägg till en anteckning i en färgad panel',
|
41
|
-
'fabric.editor.other': 'Annat ...',
|
42
|
-
'fabric.editor.successPanel': 'Framgångspanel',
|
43
|
-
'fabric.editor.successPanel.description': 'Lägg till ett tips i en färgad panel',
|
44
|
-
'fabric.editor.textStyles': 'Textstilar',
|
45
|
-
'fabric.editor.warningPanel': 'Varningspanel',
|
46
|
-
'fabric.editor.warningPanel.description': 'Lägg till en varning i en färgad panel'
|
47
|
-
};
|
package/dist/cjs/i18n/th.js
DELETED
@@ -1,47 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
/* prettier-ignore */
|
8
|
-
/**
|
9
|
-
* NOTE:
|
10
|
-
*
|
11
|
-
* This file is automatically generated by Traduki 2.0.
|
12
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
13
|
-
*/
|
14
|
-
//Thai (Thailand)
|
15
|
-
var _default = exports.default = {
|
16
|
-
'fabric.editor.blockquote.description': 'ใส่เครื่องหมายคำพูดหรือการอ้างอิง',
|
17
|
-
'fabric.editor.blockquote2': 'ใส่เครื่องหมายคำพูด',
|
18
|
-
'fabric.editor.codeblock': 'รหัสย่อย',
|
19
|
-
'fabric.editor.codeblock.description': 'แสดงรหัสพร้อมการไฮไลท์โครงสร้างภาษา',
|
20
|
-
'fabric.editor.customPanel': 'แผงแบบกำหนดเอง',
|
21
|
-
'fabric.editor.customPanel.description': 'เพิ่มข้อความบันทึกพร้อมเอโมจิและพื้นหลังมีสีสัน',
|
22
|
-
'fabric.editor.errorPanel': 'แผงข้อมูลผิดพลาด',
|
23
|
-
'fabric.editor.errorPanel.description': 'แสดงข้อผิดพลาดในแผงสี',
|
24
|
-
'fabric.editor.heading1': 'หัวเรื่อง 1',
|
25
|
-
'fabric.editor.heading1Description': 'ใช้ส่วนนี้สำหรับหัวเรื่องใหญ่',
|
26
|
-
'fabric.editor.heading2': 'หัวเรื่อง 2',
|
27
|
-
'fabric.editor.heading2Description': 'ใช้ส่วนนี้สำหรับข้อความที่สำคัญ',
|
28
|
-
'fabric.editor.heading3': 'หัวเรื่อง 3',
|
29
|
-
'fabric.editor.heading3Description': 'ใช้ส่วนนี้สำหรับข้อความรองและหัวเรื่องกลุ่ม',
|
30
|
-
'fabric.editor.heading4': 'หัวเรื่อง 4',
|
31
|
-
'fabric.editor.heading4Description': 'ใช้ส่วนนี้สำหรับหัวเรื่องย่อย',
|
32
|
-
'fabric.editor.heading5': 'หัวเรื่อง 5',
|
33
|
-
'fabric.editor.heading5Description': 'ใช้ส่วนนี้สำหรับจัดกลุ่มรายการต่าง ๆ',
|
34
|
-
'fabric.editor.heading6': 'หัวเรื่อง 6',
|
35
|
-
'fabric.editor.heading6Description': 'ใช้ส่วนนี้สำหรับหัวเรื่องรอง',
|
36
|
-
'fabric.editor.infoPanel': 'แผงข้อมูล',
|
37
|
-
'fabric.editor.infoPanel.description': 'ไฮไลท์ข้อมูลในแผงสี',
|
38
|
-
'fabric.editor.normal': 'ข้อความปกติ',
|
39
|
-
'fabric.editor.notePanel': 'แผงข้อความบันทึก',
|
40
|
-
'fabric.editor.notePanel.description': 'เพิ่มข้อความบันทึกในแผงสี',
|
41
|
-
'fabric.editor.other': 'อื่น ๆ...',
|
42
|
-
'fabric.editor.successPanel': 'แผงความสำเร็จ',
|
43
|
-
'fabric.editor.successPanel.description': 'เพิ่มเคล็ดลับในแผงสี',
|
44
|
-
'fabric.editor.textStyles': 'รูปแบบตัวอักษร',
|
45
|
-
'fabric.editor.warningPanel': 'แผงคำเตือน',
|
46
|
-
'fabric.editor.warningPanel.description': 'เพิ่มข้อความคำเตือนในแผงสี'
|
47
|
-
};
|
package/dist/cjs/i18n/tr.js
DELETED
@@ -1,47 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
/* prettier-ignore */
|
8
|
-
/**
|
9
|
-
* NOTE:
|
10
|
-
*
|
11
|
-
* This file is automatically generated by Traduki 2.0.
|
12
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
13
|
-
*/
|
14
|
-
//Turkish (Turkey)
|
15
|
-
var _default = exports.default = {
|
16
|
-
'fabric.editor.blockquote.description': 'Alıntı veya atıf ekleyin',
|
17
|
-
'fabric.editor.blockquote2': 'Alıntı',
|
18
|
-
'fabric.editor.codeblock': 'Kod parçacığı',
|
19
|
-
'fabric.editor.codeblock.description': 'Kodları söz dizimini vurgulayarak görüntüleyin',
|
20
|
-
'fabric.editor.customPanel': 'Özel panel',
|
21
|
-
'fabric.editor.customPanel.description': 'Emoji ve renkli arkaplan içeren bir not ekleyin',
|
22
|
-
'fabric.editor.errorPanel': 'Hata panosu',
|
23
|
-
'fabric.editor.errorPanel.description': 'Renkli bir panoda hataları belirtin',
|
24
|
-
'fabric.editor.heading1': 'Başlık 1',
|
25
|
-
'fabric.editor.heading1Description': 'En üst sıradaki başlıklar için bu seçeneği kullanın',
|
26
|
-
'fabric.editor.heading2': 'Başlık 2',
|
27
|
-
'fabric.editor.heading2Description': 'Alt başlıklar için bu seçeneği kullanın',
|
28
|
-
'fabric.editor.heading3': 'Başlık 3',
|
29
|
-
'fabric.editor.heading3Description': 'Alt bölümler ve grup başlıkları için bu seçeneği kullanın',
|
30
|
-
'fabric.editor.heading4': 'Başlık 4',
|
31
|
-
'fabric.editor.heading4Description': 'Daha alt düzey başlıklar için bu seçeneği kullanın',
|
32
|
-
'fabric.editor.heading5': 'Başlık 5',
|
33
|
-
'fabric.editor.heading5Description': 'Liste ögelerini gruplandırmak için bu seçeneği kullanın',
|
34
|
-
'fabric.editor.heading6': 'Başlık 6',
|
35
|
-
'fabric.editor.heading6Description': 'En alt düzey başlıklar için bu seçeneği kullanın',
|
36
|
-
'fabric.editor.infoPanel': 'Bilgi panosu',
|
37
|
-
'fabric.editor.infoPanel.description': 'Renkli bir panoda bilgileri vurgulayın',
|
38
|
-
'fabric.editor.normal': 'Normal metin',
|
39
|
-
'fabric.editor.notePanel': 'Not panosu',
|
40
|
-
'fabric.editor.notePanel.description': 'Renkli bir panoya not ekleyin',
|
41
|
-
'fabric.editor.other': 'Diğerleri...',
|
42
|
-
'fabric.editor.successPanel': 'Başarı panosu',
|
43
|
-
'fabric.editor.successPanel.description': 'Renkli bir panoya ipuçları ekleyin',
|
44
|
-
'fabric.editor.textStyles': 'Metin stilleri',
|
45
|
-
'fabric.editor.warningPanel': 'Uyarı panosu',
|
46
|
-
'fabric.editor.warningPanel.description': 'Renkli bir panoya uyarı notu ekleyin'
|
47
|
-
};
|
package/dist/cjs/i18n/uk.js
DELETED
@@ -1,47 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
/* prettier-ignore */
|
8
|
-
/**
|
9
|
-
* NOTE:
|
10
|
-
*
|
11
|
-
* This file is automatically generated by Traduki 2.0.
|
12
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
13
|
-
*/
|
14
|
-
//Ukrainian (Ukraine)
|
15
|
-
var _default = exports.default = {
|
16
|
-
'fabric.editor.blockquote.description': 'Вставити цитату чи посилання',
|
17
|
-
'fabric.editor.blockquote2': 'Цитата',
|
18
|
-
'fabric.editor.codeblock': 'Фрагмент коду',
|
19
|
-
'fabric.editor.codeblock.description': 'Показати код із розміткою синтаксису',
|
20
|
-
'fabric.editor.customPanel': 'Користувацька панель',
|
21
|
-
'fabric.editor.customPanel.description': 'Додайте примітку з емодзі та кольоровим фоном',
|
22
|
-
'fabric.editor.errorPanel': 'Панель помилок',
|
23
|
-
'fabric.editor.errorPanel.description': 'Відобразити помилки на панелі з кольорами',
|
24
|
-
'fabric.editor.heading1': 'Заголовок 1',
|
25
|
-
'fabric.editor.heading1Description': 'Для заголовка верхнього рівня',
|
26
|
-
'fabric.editor.heading2': 'Заголовок 2',
|
27
|
-
'fabric.editor.heading2Description': 'Для ключових розділів',
|
28
|
-
'fabric.editor.heading3': 'Заголовок 3',
|
29
|
-
'fabric.editor.heading3Description': 'Для заголовків підрозділів і груп',
|
30
|
-
'fabric.editor.heading4': 'Заголовок 4',
|
31
|
-
'fabric.editor.heading4Description': 'Для вкладених заголовків',
|
32
|
-
'fabric.editor.heading5': 'Заголовок 5',
|
33
|
-
'fabric.editor.heading5Description': 'Для елементів списку',
|
34
|
-
'fabric.editor.heading6': 'Заголовок 6',
|
35
|
-
'fabric.editor.heading6Description': 'Для заголовків нижнього рівня',
|
36
|
-
'fabric.editor.infoPanel': 'Панель з інформацією',
|
37
|
-
'fabric.editor.infoPanel.description': 'Панель із виділеною кольорами інформацією',
|
38
|
-
'fabric.editor.normal': 'Звичайний текст',
|
39
|
-
'fabric.editor.notePanel': 'Панель приміток',
|
40
|
-
'fabric.editor.notePanel.description': 'Додати примітку на панель із кольорами',
|
41
|
-
'fabric.editor.other': 'Інше...',
|
42
|
-
'fabric.editor.successPanel': 'Панель успіху',
|
43
|
-
'fabric.editor.successPanel.description': 'Додати поради на панель із кольорами',
|
44
|
-
'fabric.editor.textStyles': 'Стилі тексту',
|
45
|
-
'fabric.editor.warningPanel': 'Панель із попередженнями',
|
46
|
-
'fabric.editor.warningPanel.description': 'Додати застереження на панель із кольорами'
|
47
|
-
};
|
package/dist/cjs/i18n/vi.js
DELETED
@@ -1,47 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
/* prettier-ignore */
|
8
|
-
/**
|
9
|
-
* NOTE:
|
10
|
-
*
|
11
|
-
* This file is automatically generated by Traduki 2.0.
|
12
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
13
|
-
*/
|
14
|
-
//Vietnamese (Vietnam)
|
15
|
-
var _default = exports.default = {
|
16
|
-
'fabric.editor.blockquote.description': 'Chèn trích dẫn hoặc tham chiếu',
|
17
|
-
'fabric.editor.blockquote2': 'Trích dẫn',
|
18
|
-
'fabric.editor.codeblock': 'Đoạn mã',
|
19
|
-
'fabric.editor.codeblock.description': 'Hiển thị mã có bôi đậm cú pháp',
|
20
|
-
'fabric.editor.customPanel': 'Bảng tùy chỉnh',
|
21
|
-
'fabric.editor.customPanel.description': 'Thêm ghi chú với biểu tượng cảm xúc và nền màu',
|
22
|
-
'fabric.editor.errorPanel': 'Ô lỗi',
|
23
|
-
'fabric.editor.errorPanel.description': 'Chỉ ra lỗi bằng ô màu',
|
24
|
-
'fabric.editor.heading1': 'Heading 1',
|
25
|
-
'fabric.editor.heading1Description': 'Sử dụng kiểu chữ này cho tiêu đề chính',
|
26
|
-
'fabric.editor.heading2': 'Heading 2',
|
27
|
-
'fabric.editor.heading2Description': 'Sử dụng kiểu chữ này cho những phần quan trọng',
|
28
|
-
'fabric.editor.heading3': 'Heading 3',
|
29
|
-
'fabric.editor.heading3Description': 'Sử dụng kiểu chữ này cho những phần phụ và tiêu đề nhóm',
|
30
|
-
'fabric.editor.heading4': 'Heading 4',
|
31
|
-
'fabric.editor.heading4Description': 'Sử dụng kiểu chữ này cho những tiêu đề ẩn',
|
32
|
-
'fabric.editor.heading5': 'Heading 5',
|
33
|
-
'fabric.editor.heading5Description': 'Sử dụng kiểu chữ này để phân loại các danh mục',
|
34
|
-
'fabric.editor.heading6': 'Heading 6',
|
35
|
-
'fabric.editor.heading6Description': 'Sử dụng kiểu chữ này cho những tiêu đề phụ phía dưới',
|
36
|
-
'fabric.editor.infoPanel': 'Ô thông tin',
|
37
|
-
'fabric.editor.infoPanel.description': 'Bôi đậm thông tin bằng ô màu',
|
38
|
-
'fabric.editor.normal': 'Văn bản bình thường',
|
39
|
-
'fabric.editor.notePanel': 'Ô ghi chú',
|
40
|
-
'fabric.editor.notePanel.description': 'Thêm ghi chú bằng ô màu',
|
41
|
-
'fabric.editor.other': 'Khác...',
|
42
|
-
'fabric.editor.successPanel': 'Ô thành công',
|
43
|
-
'fabric.editor.successPanel.description': 'Thêm mẹo bằng ô màu',
|
44
|
-
'fabric.editor.textStyles': 'Kiểu văn bản',
|
45
|
-
'fabric.editor.warningPanel': 'Ô cảnh báo',
|
46
|
-
'fabric.editor.warningPanel.description': 'Thêm ghi chú thận trọng bằng ô màu'
|
47
|
-
};
|
package/dist/cjs/i18n/zh.js
DELETED
@@ -1,47 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
/* prettier-ignore */
|
8
|
-
/**
|
9
|
-
* NOTE:
|
10
|
-
*
|
11
|
-
* This file is automatically generated by Traduki 2.0.
|
12
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
13
|
-
*/
|
14
|
-
//Chinese (Simplified)
|
15
|
-
var _default = exports.default = {
|
16
|
-
'fabric.editor.blockquote.description': '插入引用',
|
17
|
-
'fabric.editor.blockquote2': '引用',
|
18
|
-
'fabric.editor.codeblock': '代码片段',
|
19
|
-
'fabric.editor.codeblock.description': '显示带语法高亮的代码',
|
20
|
-
'fabric.editor.customPanel': '自定义面板',
|
21
|
-
'fabric.editor.customPanel.description': '使用表情和彩色背景来添加注释',
|
22
|
-
'fabric.editor.errorPanel': '错误面板',
|
23
|
-
'fabric.editor.errorPanel.description': '在彩色面板调出错误',
|
24
|
-
'fabric.editor.heading1': '标题 1',
|
25
|
-
'fabric.editor.heading1Description': '用于顶级标题',
|
26
|
-
'fabric.editor.heading2': '标题 2',
|
27
|
-
'fabric.editor.heading2Description': '用于主体部分',
|
28
|
-
'fabric.editor.heading3': '标题 3',
|
29
|
-
'fabric.editor.heading3Description': '用于分节和组标题',
|
30
|
-
'fabric.editor.heading4': '标题 4',
|
31
|
-
'fabric.editor.heading4Description': '用于深层标题',
|
32
|
-
'fabric.editor.heading5': '标题 5',
|
33
|
-
'fabric.editor.heading5Description': '用于对列表项进行分组',
|
34
|
-
'fabric.editor.heading6': '标题 6',
|
35
|
-
'fabric.editor.heading6Description': '用于次级标题',
|
36
|
-
'fabric.editor.infoPanel': '信息面板',
|
37
|
-
'fabric.editor.infoPanel.description': '在彩色面板高亮显示信息',
|
38
|
-
'fabric.editor.normal': '普通文本',
|
39
|
-
'fabric.editor.notePanel': '备注面板',
|
40
|
-
'fabric.editor.notePanel.description': '在彩色面板添加注释',
|
41
|
-
'fabric.editor.other': '其他...',
|
42
|
-
'fabric.editor.successPanel': '成功面板',
|
43
|
-
'fabric.editor.successPanel.description': '在彩色面板添加提示',
|
44
|
-
'fabric.editor.textStyles': '文本样式',
|
45
|
-
'fabric.editor.warningPanel': '警告面板',
|
46
|
-
'fabric.editor.warningPanel.description': '在彩色面板添加提醒注释'
|
47
|
-
};
|
package/dist/cjs/i18n/zh_TW.js
DELETED
@@ -1,47 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
/* prettier-ignore */
|
8
|
-
/**
|
9
|
-
* NOTE:
|
10
|
-
*
|
11
|
-
* This file is automatically generated by Traduki 2.0.
|
12
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
13
|
-
*/
|
14
|
-
//Chinese (Traditional)
|
15
|
-
var _default = exports.default = {
|
16
|
-
'fabric.editor.blockquote.description': '插入引述或引文',
|
17
|
-
'fabric.editor.blockquote2': '引述',
|
18
|
-
'fabric.editor.codeblock': '程式碼片段',
|
19
|
-
'fabric.editor.codeblock.description': '顯示程式碼並醒目提示語法',
|
20
|
-
'fabric.editor.customPanel': '自訂面板',
|
21
|
-
'fabric.editor.customPanel.description': '新增一個帶有表情符號和彩色背景的附註',
|
22
|
-
'fabric.editor.errorPanel': '錯誤面板',
|
23
|
-
'fabric.editor.errorPanel.description': '以彩色面板呼叫錯誤',
|
24
|
-
'fabric.editor.heading1': '標題 1',
|
25
|
-
'fabric.editor.heading1Description': '用於最高層級的標題',
|
26
|
-
'fabric.editor.heading2': '標題 2',
|
27
|
-
'fabric.editor.heading2Description': '用於主要區段',
|
28
|
-
'fabric.editor.heading3': '標題 3',
|
29
|
-
'fabric.editor.heading3Description': '用於子區段和群組標題',
|
30
|
-
'fabric.editor.heading4': '標題 4',
|
31
|
-
'fabric.editor.heading4Description': '用於多層標題',
|
32
|
-
'fabric.editor.heading5': '標題 5',
|
33
|
-
'fabric.editor.heading5Description': '用於分組清單項目',
|
34
|
-
'fabric.editor.heading6': '標題 6',
|
35
|
-
'fabric.editor.heading6Description': '用於低層級標題',
|
36
|
-
'fabric.editor.infoPanel': '資訊面板',
|
37
|
-
'fabric.editor.infoPanel.description': '以彩色面板醒目提示資訊',
|
38
|
-
'fabric.editor.normal': '一般文字',
|
39
|
-
'fabric.editor.notePanel': '附註面板',
|
40
|
-
'fabric.editor.notePanel.description': '以彩色面板新增附註',
|
41
|
-
'fabric.editor.other': '其他...',
|
42
|
-
'fabric.editor.successPanel': '成功面板',
|
43
|
-
'fabric.editor.successPanel.description': '以彩色面板新增提示',
|
44
|
-
'fabric.editor.textStyles': '文字樣式',
|
45
|
-
'fabric.editor.warningPanel': '警告面板',
|
46
|
-
'fabric.editor.warningPanel.description': '以彩色面板新增注意附註'
|
47
|
-
};
|
package/dist/cjs/styles.js
DELETED
@@ -1,12 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
Object.defineProperty(exports, "blocktypeStyles", {
|
7
|
-
enumerable: true,
|
8
|
-
get: function get() {
|
9
|
-
return _styles.blocktypeStyles;
|
10
|
-
}
|
11
|
-
});
|
12
|
-
var _styles = require("./plugin/styles");
|
package/dist/es2019/i18n/cs.js
DELETED
@@ -1,41 +0,0 @@
|
|
1
|
-
/* prettier-ignore */
|
2
|
-
/**
|
3
|
-
* NOTE:
|
4
|
-
*
|
5
|
-
* This file is automatically generated by Traduki 2.0.
|
6
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
7
|
-
*/
|
8
|
-
//Czech
|
9
|
-
export default {
|
10
|
-
'fabric.editor.blockquote.description': 'Vložit citaci',
|
11
|
-
'fabric.editor.blockquote2': 'Citace',
|
12
|
-
'fabric.editor.codeblock': 'Fragment kódu',
|
13
|
-
'fabric.editor.codeblock.description': 'Zobrazit kód se zvýrazněním syntaxe',
|
14
|
-
'fabric.editor.customPanel': 'Vlastní panel',
|
15
|
-
'fabric.editor.customPanel.description': 'Přidejte poznámku se smajlíkem a barevným pozadím.',
|
16
|
-
'fabric.editor.errorPanel': 'Panel chyb',
|
17
|
-
'fabric.editor.errorPanel.description': 'Chyby zobrazit v barevném panelu',
|
18
|
-
'fabric.editor.heading1': 'Nadpis 1',
|
19
|
-
'fabric.editor.heading1Description': 'Použít pro nadpis nejvyšší úrovně',
|
20
|
-
'fabric.editor.heading2': 'Nadpis 2',
|
21
|
-
'fabric.editor.heading2Description': 'Použít pro klíčové oddíly',
|
22
|
-
'fabric.editor.heading3': 'Nadpis 3',
|
23
|
-
'fabric.editor.heading3Description': 'Použít pro pododdíly a nadpisy skupin',
|
24
|
-
'fabric.editor.heading4': 'Nadpis 4',
|
25
|
-
'fabric.editor.heading4Description': 'Použít pro podnadpisy',
|
26
|
-
'fabric.editor.heading5': 'Nadpis 5',
|
27
|
-
'fabric.editor.heading5Description': 'Použít pro seskupení položek seznamu',
|
28
|
-
'fabric.editor.heading6': 'Nadpis 6',
|
29
|
-
'fabric.editor.heading6Description': 'Použít pro nadpis nejnižší úrovně',
|
30
|
-
'fabric.editor.infoPanel': 'Informační panel',
|
31
|
-
'fabric.editor.infoPanel.description': 'Zvýraznit informace v barevném panelu',
|
32
|
-
'fabric.editor.normal': 'Standardní text',
|
33
|
-
'fabric.editor.notePanel': 'Panel poznámek',
|
34
|
-
'fabric.editor.notePanel.description': 'Přidat poznámku do barevného panelu',
|
35
|
-
'fabric.editor.other': 'Jiné...',
|
36
|
-
'fabric.editor.successPanel': 'Panel úspěchů',
|
37
|
-
'fabric.editor.successPanel.description': 'Přidat tipy do barevného panelu',
|
38
|
-
'fabric.editor.textStyles': 'Styly textu',
|
39
|
-
'fabric.editor.warningPanel': 'Panel upozornění',
|
40
|
-
'fabric.editor.warningPanel.description': 'Přidat poznámku s varováním do barevného panelu'
|
41
|
-
};
|
package/dist/es2019/i18n/da.js
DELETED
@@ -1,41 +0,0 @@
|
|
1
|
-
/* prettier-ignore */
|
2
|
-
/**
|
3
|
-
* NOTE:
|
4
|
-
*
|
5
|
-
* This file is automatically generated by Traduki 2.0.
|
6
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
7
|
-
*/
|
8
|
-
//Danish (Denmark)
|
9
|
-
export default {
|
10
|
-
'fabric.editor.blockquote.description': 'Indsæt citat',
|
11
|
-
'fabric.editor.blockquote2': 'Citat',
|
12
|
-
'fabric.editor.codeblock': 'Kodestump',
|
13
|
-
'fabric.editor.codeblock.description': 'Vis kode med syntaksfremhævning',
|
14
|
-
'fabric.editor.customPanel': 'Brugerdefineret panel',
|
15
|
-
'fabric.editor.customPanel.description': 'Tilføj en note med en emoji og farvet baggrund',
|
16
|
-
'fabric.editor.errorPanel': 'Fejlpanel',
|
17
|
-
'fabric.editor.errorPanel.description': 'Vis fejl i et farvel panel',
|
18
|
-
'fabric.editor.heading1': 'Overskrift 1',
|
19
|
-
'fabric.editor.heading1Description': 'Brug denne til overskrift på øverste niveau',
|
20
|
-
'fabric.editor.heading2': 'Overskrift 2',
|
21
|
-
'fabric.editor.heading2Description': 'Brug denne til hovedafsnit',
|
22
|
-
'fabric.editor.heading3': 'Overskrift 3',
|
23
|
-
'fabric.editor.heading3Description': 'Brug denne til underafsnit og mindre overskrifter',
|
24
|
-
'fabric.editor.heading4': 'Overskrift 4',
|
25
|
-
'fabric.editor.heading4Description': 'Brug denne til dybe overskrifter',
|
26
|
-
'fabric.editor.heading5': 'Overskrift 5',
|
27
|
-
'fabric.editor.heading5Description': 'Brug denne til at gruppere listeelementer',
|
28
|
-
'fabric.editor.heading6': 'Overskrift 6',
|
29
|
-
'fabric.editor.heading6Description': 'Brug denne til overskrift på lavt niveau',
|
30
|
-
'fabric.editor.infoPanel': 'Informationspanel',
|
31
|
-
'fabric.editor.infoPanel.description': 'Fremhæv information i et farvet panel',
|
32
|
-
'fabric.editor.normal': 'Normal tekst',
|
33
|
-
'fabric.editor.notePanel': 'Bemærkningspanel',
|
34
|
-
'fabric.editor.notePanel.description': 'Tilføj en note i et farvet panel',
|
35
|
-
'fabric.editor.other': 'Andre ...',
|
36
|
-
'fabric.editor.successPanel': 'Succespanel',
|
37
|
-
'fabric.editor.successPanel.description': 'Tilføj tip i et farvet panel',
|
38
|
-
'fabric.editor.textStyles': 'Tekstformatering',
|
39
|
-
'fabric.editor.warningPanel': 'Advarselspanel',
|
40
|
-
'fabric.editor.warningPanel.description': 'Tilføj en advarselsnote i et farvet panel'
|
41
|
-
};
|
package/dist/es2019/i18n/de.js
DELETED
@@ -1,41 +0,0 @@
|
|
1
|
-
/* prettier-ignore */
|
2
|
-
/**
|
3
|
-
* NOTE:
|
4
|
-
*
|
5
|
-
* This file is automatically generated by Traduki 2.0.
|
6
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
7
|
-
*/
|
8
|
-
//German (Germany)
|
9
|
-
export default {
|
10
|
-
'fabric.editor.blockquote.description': 'Zitat einfügen',
|
11
|
-
'fabric.editor.blockquote2': 'Zitieren',
|
12
|
-
'fabric.editor.codeblock': 'Code-Auszug',
|
13
|
-
'fabric.editor.codeblock.description': 'Code mit Syntaxhervorhebungen anzeigen',
|
14
|
-
'fabric.editor.customPanel': 'Benutzerdefiniertes Panel',
|
15
|
-
'fabric.editor.customPanel.description': 'Fügen Sie einen Hinweis mit Emoji und farbigem Hintergrund hinzu',
|
16
|
-
'fabric.editor.errorPanel': 'Fehler-Panel',
|
17
|
-
'fabric.editor.errorPanel.description': 'Fehler in einem farbigen Panel hervorheben',
|
18
|
-
'fabric.editor.heading1': 'Überschrift 1',
|
19
|
-
'fabric.editor.heading1Description': 'Verwenden Sie dies für Überschriften oberster Ebene.',
|
20
|
-
'fabric.editor.heading2': 'Überschrift 2',
|
21
|
-
'fabric.editor.heading2Description': 'Verwenden Sie dies für Schlüsselbereiche.',
|
22
|
-
'fabric.editor.heading3': 'Überschrift 3',
|
23
|
-
'fabric.editor.heading3Description': 'Verwenden Sie dies für Unterbereiche und Gruppenüberschriften.',
|
24
|
-
'fabric.editor.heading4': 'Überschrift 4',
|
25
|
-
'fabric.editor.heading4Description': 'Verwenden Sie dies für Überschriften tieferer Ebene.',
|
26
|
-
'fabric.editor.heading5': 'Überschrift 5',
|
27
|
-
'fabric.editor.heading5Description': 'Verwenden Sie dies für die Gruppierung von Listenelementen.',
|
28
|
-
'fabric.editor.heading6': 'Überschrift 6',
|
29
|
-
'fabric.editor.heading6Description': 'Verwenden Sie dies für Überschriften niedrigerer Ebene.',
|
30
|
-
'fabric.editor.infoPanel': 'Info-Panel',
|
31
|
-
'fabric.editor.infoPanel.description': 'Informationen in einem farbigen Panel hervorheben',
|
32
|
-
'fabric.editor.normal': 'Normaler Text',
|
33
|
-
'fabric.editor.notePanel': 'Hinweis-Panel',
|
34
|
-
'fabric.editor.notePanel.description': 'Hinweis in einem farbigen Panel einfügen',
|
35
|
-
'fabric.editor.other': 'Sonstige …',
|
36
|
-
'fabric.editor.successPanel': 'Erfolgs-Panel',
|
37
|
-
'fabric.editor.successPanel.description': 'Tipps in einem farbigen Panel einfügen',
|
38
|
-
'fabric.editor.textStyles': 'Textstil',
|
39
|
-
'fabric.editor.warningPanel': 'Warn-Panel',
|
40
|
-
'fabric.editor.warningPanel.description': 'Hinweis zur Vorsicht in einem farbigen Panel einfügen'
|
41
|
-
};
|