@atlaskit/editor-plugin-block-type 4.0.1 → 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 +17 -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 +12 -9
- 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/da.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
|
-
//Danish (Denmark)
|
15
|
-
var _default = exports.default = {
|
16
|
-
'fabric.editor.blockquote.description': 'Indsæt citat',
|
17
|
-
'fabric.editor.blockquote2': 'Citat',
|
18
|
-
'fabric.editor.codeblock': 'Kodestump',
|
19
|
-
'fabric.editor.codeblock.description': 'Vis kode med syntaksfremhævning',
|
20
|
-
'fabric.editor.customPanel': 'Brugerdefineret panel',
|
21
|
-
'fabric.editor.customPanel.description': 'Tilføj en note med en emoji og farvet baggrund',
|
22
|
-
'fabric.editor.errorPanel': 'Fejlpanel',
|
23
|
-
'fabric.editor.errorPanel.description': 'Vis fejl i et farvel panel',
|
24
|
-
'fabric.editor.heading1': 'Overskrift 1',
|
25
|
-
'fabric.editor.heading1Description': 'Brug denne til overskrift på øverste niveau',
|
26
|
-
'fabric.editor.heading2': 'Overskrift 2',
|
27
|
-
'fabric.editor.heading2Description': 'Brug denne til hovedafsnit',
|
28
|
-
'fabric.editor.heading3': 'Overskrift 3',
|
29
|
-
'fabric.editor.heading3Description': 'Brug denne til underafsnit og mindre overskrifter',
|
30
|
-
'fabric.editor.heading4': 'Overskrift 4',
|
31
|
-
'fabric.editor.heading4Description': 'Brug denne til dybe overskrifter',
|
32
|
-
'fabric.editor.heading5': 'Overskrift 5',
|
33
|
-
'fabric.editor.heading5Description': 'Brug denne til at gruppere listeelementer',
|
34
|
-
'fabric.editor.heading6': 'Overskrift 6',
|
35
|
-
'fabric.editor.heading6Description': 'Brug denne til overskrift på lavt niveau',
|
36
|
-
'fabric.editor.infoPanel': 'Informationspanel',
|
37
|
-
'fabric.editor.infoPanel.description': 'Fremhæv information i et farvet panel',
|
38
|
-
'fabric.editor.normal': 'Normal tekst',
|
39
|
-
'fabric.editor.notePanel': 'Bemærkningspanel',
|
40
|
-
'fabric.editor.notePanel.description': 'Tilføj en note i et farvet panel',
|
41
|
-
'fabric.editor.other': 'Andre ...',
|
42
|
-
'fabric.editor.successPanel': 'Succespanel',
|
43
|
-
'fabric.editor.successPanel.description': 'Tilføj tip i et farvet panel',
|
44
|
-
'fabric.editor.textStyles': 'Tekstformatering',
|
45
|
-
'fabric.editor.warningPanel': 'Advarselspanel',
|
46
|
-
'fabric.editor.warningPanel.description': 'Tilføj en advarselsnote i et farvet panel'
|
47
|
-
};
|
package/dist/cjs/i18n/de.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
|
-
//German (Germany)
|
15
|
-
var _default = exports.default = {
|
16
|
-
'fabric.editor.blockquote.description': 'Zitat einfügen',
|
17
|
-
'fabric.editor.blockquote2': 'Zitieren',
|
18
|
-
'fabric.editor.codeblock': 'Code-Auszug',
|
19
|
-
'fabric.editor.codeblock.description': 'Code mit Syntaxhervorhebungen anzeigen',
|
20
|
-
'fabric.editor.customPanel': 'Benutzerdefiniertes Panel',
|
21
|
-
'fabric.editor.customPanel.description': 'Fügen Sie einen Hinweis mit Emoji und farbigem Hintergrund hinzu',
|
22
|
-
'fabric.editor.errorPanel': 'Fehler-Panel',
|
23
|
-
'fabric.editor.errorPanel.description': 'Fehler in einem farbigen Panel hervorheben',
|
24
|
-
'fabric.editor.heading1': 'Überschrift 1',
|
25
|
-
'fabric.editor.heading1Description': 'Verwenden Sie dies für Überschriften oberster Ebene.',
|
26
|
-
'fabric.editor.heading2': 'Überschrift 2',
|
27
|
-
'fabric.editor.heading2Description': 'Verwenden Sie dies für Schlüsselbereiche.',
|
28
|
-
'fabric.editor.heading3': 'Überschrift 3',
|
29
|
-
'fabric.editor.heading3Description': 'Verwenden Sie dies für Unterbereiche und Gruppenüberschriften.',
|
30
|
-
'fabric.editor.heading4': 'Überschrift 4',
|
31
|
-
'fabric.editor.heading4Description': 'Verwenden Sie dies für Überschriften tieferer Ebene.',
|
32
|
-
'fabric.editor.heading5': 'Überschrift 5',
|
33
|
-
'fabric.editor.heading5Description': 'Verwenden Sie dies für die Gruppierung von Listenelementen.',
|
34
|
-
'fabric.editor.heading6': 'Überschrift 6',
|
35
|
-
'fabric.editor.heading6Description': 'Verwenden Sie dies für Überschriften niedrigerer Ebene.',
|
36
|
-
'fabric.editor.infoPanel': 'Info-Panel',
|
37
|
-
'fabric.editor.infoPanel.description': 'Informationen in einem farbigen Panel hervorheben',
|
38
|
-
'fabric.editor.normal': 'Normaler Text',
|
39
|
-
'fabric.editor.notePanel': 'Hinweis-Panel',
|
40
|
-
'fabric.editor.notePanel.description': 'Hinweis in einem farbigen Panel einfügen',
|
41
|
-
'fabric.editor.other': 'Sonstige …',
|
42
|
-
'fabric.editor.successPanel': 'Erfolgs-Panel',
|
43
|
-
'fabric.editor.successPanel.description': 'Tipps in einem farbigen Panel einfügen',
|
44
|
-
'fabric.editor.textStyles': 'Textstil',
|
45
|
-
'fabric.editor.warningPanel': 'Warn-Panel',
|
46
|
-
'fabric.editor.warningPanel.description': 'Hinweis zur Vorsicht in einem farbigen Panel einfügen'
|
47
|
-
};
|
package/dist/cjs/i18n/en.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
|
-
//
|
15
|
-
var _default = exports.default = {
|
16
|
-
'fabric.editor.blockquote.description': 'Insert a quote or citation',
|
17
|
-
'fabric.editor.blockquote2': 'Quote',
|
18
|
-
'fabric.editor.codeblock': 'Code snippet',
|
19
|
-
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
20
|
-
'fabric.editor.customPanel': 'Custom panel',
|
21
|
-
'fabric.editor.customPanel.description': 'Add a note with an emoji and colored background',
|
22
|
-
'fabric.editor.errorPanel': 'Error panel',
|
23
|
-
'fabric.editor.errorPanel.description': 'Call out errors in a colored panel',
|
24
|
-
'fabric.editor.heading1': 'Heading 1',
|
25
|
-
'fabric.editor.heading1Description': 'Use this for a top level heading',
|
26
|
-
'fabric.editor.heading2': 'Heading 2',
|
27
|
-
'fabric.editor.heading2Description': 'Use this for key sections',
|
28
|
-
'fabric.editor.heading3': 'Heading 3',
|
29
|
-
'fabric.editor.heading3Description': 'Use this for sub sections and group headings',
|
30
|
-
'fabric.editor.heading4': 'Heading 4',
|
31
|
-
'fabric.editor.heading4Description': 'Use this for deep headings',
|
32
|
-
'fabric.editor.heading5': 'Heading 5',
|
33
|
-
'fabric.editor.heading5Description': 'Use this for grouping list items',
|
34
|
-
'fabric.editor.heading6': 'Heading 6',
|
35
|
-
'fabric.editor.heading6Description': 'Use this for low level headings',
|
36
|
-
'fabric.editor.infoPanel': 'Info panel',
|
37
|
-
'fabric.editor.infoPanel.description': 'Highlight information in a colored panel',
|
38
|
-
'fabric.editor.normal': 'Normal text',
|
39
|
-
'fabric.editor.notePanel': 'Note panel',
|
40
|
-
'fabric.editor.notePanel.description': 'Add a note in a colored panel',
|
41
|
-
'fabric.editor.other': 'Others...',
|
42
|
-
'fabric.editor.successPanel': 'Success panel',
|
43
|
-
'fabric.editor.successPanel.description': 'Add tips in a colored panel',
|
44
|
-
'fabric.editor.textStyles': 'Text styles',
|
45
|
-
'fabric.editor.warningPanel': 'Warning panel',
|
46
|
-
'fabric.editor.warningPanel.description': 'Add a note of caution in a colored panel'
|
47
|
-
};
|
package/dist/cjs/i18n/en_GB.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
|
-
//English (United Kingdom)
|
15
|
-
var _default = exports.default = {
|
16
|
-
'fabric.editor.blockquote.description': 'Insert a quote or citation',
|
17
|
-
'fabric.editor.blockquote2': 'Quote',
|
18
|
-
'fabric.editor.codeblock': 'Code snippet',
|
19
|
-
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
20
|
-
'fabric.editor.customPanel': 'Custom panel',
|
21
|
-
'fabric.editor.customPanel.description': 'Add a note with an emoji and coloured background',
|
22
|
-
'fabric.editor.errorPanel': 'Error panel',
|
23
|
-
'fabric.editor.errorPanel.description': 'Call out errors in a coloured panel',
|
24
|
-
'fabric.editor.heading1': 'Heading 1',
|
25
|
-
'fabric.editor.heading1Description': 'Use this for a top level heading',
|
26
|
-
'fabric.editor.heading2': 'Heading 2',
|
27
|
-
'fabric.editor.heading2Description': 'Use this for key sections',
|
28
|
-
'fabric.editor.heading3': 'Heading 3',
|
29
|
-
'fabric.editor.heading3Description': 'Use this for sub sections and group headings',
|
30
|
-
'fabric.editor.heading4': 'Heading 4',
|
31
|
-
'fabric.editor.heading4Description': 'Use this for deep headings',
|
32
|
-
'fabric.editor.heading5': 'Heading 5',
|
33
|
-
'fabric.editor.heading5Description': 'Use this for grouping list items',
|
34
|
-
'fabric.editor.heading6': 'Heading 6',
|
35
|
-
'fabric.editor.heading6Description': 'Use this for low level headings',
|
36
|
-
'fabric.editor.infoPanel': 'Info panel',
|
37
|
-
'fabric.editor.infoPanel.description': 'Highlight information in a coloured panel',
|
38
|
-
'fabric.editor.normal': 'Normal text',
|
39
|
-
'fabric.editor.notePanel': 'Note panel',
|
40
|
-
'fabric.editor.notePanel.description': 'Add a note in a coloured panel',
|
41
|
-
'fabric.editor.other': 'Others...',
|
42
|
-
'fabric.editor.successPanel': 'Success panel',
|
43
|
-
'fabric.editor.successPanel.description': 'Add tips in a coloured panel',
|
44
|
-
'fabric.editor.textStyles': 'Text styles',
|
45
|
-
'fabric.editor.warningPanel': 'Warning panel',
|
46
|
-
'fabric.editor.warningPanel.description': 'Add a note of caution in a coloured panel'
|
47
|
-
};
|
package/dist/cjs/i18n/en_ZZ.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
|
-
//
|
15
|
-
var _default = exports.default = {
|
16
|
-
'fabric.editor.blockquote.description': 'Insert a quote or citation',
|
17
|
-
'fabric.editor.blockquote2': 'Quote',
|
18
|
-
'fabric.editor.codeblock': 'Code snippet',
|
19
|
-
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
20
|
-
'fabric.editor.customPanel': 'Custom panel',
|
21
|
-
'fabric.editor.customPanel.description': 'Add a note with an emoji and colored background',
|
22
|
-
'fabric.editor.errorPanel': 'Error panel',
|
23
|
-
'fabric.editor.errorPanel.description': 'Call out errors in a colored panel',
|
24
|
-
'fabric.editor.heading1': 'Heading 1',
|
25
|
-
'fabric.editor.heading1Description': 'Use this for a top level heading',
|
26
|
-
'fabric.editor.heading2': 'Heading 2',
|
27
|
-
'fabric.editor.heading2Description': 'Use this for key sections',
|
28
|
-
'fabric.editor.heading3': 'Heading 3',
|
29
|
-
'fabric.editor.heading3Description': 'Use this for sub sections and group headings',
|
30
|
-
'fabric.editor.heading4': 'Heading 4',
|
31
|
-
'fabric.editor.heading4Description': 'Use this for deep headings',
|
32
|
-
'fabric.editor.heading5': 'Heading 5',
|
33
|
-
'fabric.editor.heading5Description': 'Use this for grouping list items',
|
34
|
-
'fabric.editor.heading6': 'Heading 6',
|
35
|
-
'fabric.editor.heading6Description': 'Use this for low level headings',
|
36
|
-
'fabric.editor.infoPanel': 'Info panel',
|
37
|
-
'fabric.editor.infoPanel.description': 'Highlight information in a colored panel',
|
38
|
-
'fabric.editor.normal': 'Normal text',
|
39
|
-
'fabric.editor.notePanel': 'Note panel',
|
40
|
-
'fabric.editor.notePanel.description': 'Add a note in a colored panel',
|
41
|
-
'fabric.editor.other': 'Others...',
|
42
|
-
'fabric.editor.successPanel': 'Success panel',
|
43
|
-
'fabric.editor.successPanel.description': 'Add tips in a colored panel',
|
44
|
-
'fabric.editor.textStyles': 'Text styles',
|
45
|
-
'fabric.editor.warningPanel': 'Warning panel',
|
46
|
-
'fabric.editor.warningPanel.description': 'Add a note of caution in a colored panel'
|
47
|
-
};
|
package/dist/cjs/i18n/es.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
|
-
//Spanish (International)
|
15
|
-
var _default = exports.default = {
|
16
|
-
'fabric.editor.blockquote.description': 'Insertar una cita o referencia',
|
17
|
-
'fabric.editor.blockquote2': 'Citar',
|
18
|
-
'fabric.editor.codeblock': 'Fragmento de código',
|
19
|
-
'fabric.editor.codeblock.description': 'Mostrar código con resaltado de sintaxis',
|
20
|
-
'fabric.editor.customPanel': 'Panel personalizado',
|
21
|
-
'fabric.editor.customPanel.description': 'Añade una nota con un emoticono y un fondo de color',
|
22
|
-
'fabric.editor.errorPanel': 'Panel de errores',
|
23
|
-
'fabric.editor.errorPanel.description': 'Resaltar los errores en un panel de color',
|
24
|
-
'fabric.editor.heading1': 'Título 1',
|
25
|
-
'fabric.editor.heading1Description': 'Úsalo en un título de nivel superior',
|
26
|
-
'fabric.editor.heading2': 'Título 2',
|
27
|
-
'fabric.editor.heading2Description': 'Úsalo en secciones clave',
|
28
|
-
'fabric.editor.heading3': 'Título 3',
|
29
|
-
'fabric.editor.heading3Description': 'Úsalo en subsecciones y títulos de agrupaciones',
|
30
|
-
'fabric.editor.heading4': 'Título 4',
|
31
|
-
'fabric.editor.heading4Description': 'Úsalo en títulos de varios niveles',
|
32
|
-
'fabric.editor.heading5': 'Título 5',
|
33
|
-
'fabric.editor.heading5Description': 'Úsalo para agrupar elementos de una lista',
|
34
|
-
'fabric.editor.heading6': 'Título 6',
|
35
|
-
'fabric.editor.heading6Description': 'Úsalo en títulos de nivel inferior',
|
36
|
-
'fabric.editor.infoPanel': 'Panel de información',
|
37
|
-
'fabric.editor.infoPanel.description': 'Destacar información en un panel de color',
|
38
|
-
'fabric.editor.normal': 'Texto normal',
|
39
|
-
'fabric.editor.notePanel': 'Panel de notas',
|
40
|
-
'fabric.editor.notePanel.description': 'Añadir una nota en un panel de color',
|
41
|
-
'fabric.editor.other': 'Otros...',
|
42
|
-
'fabric.editor.successPanel': 'Panel de contenido correcto',
|
43
|
-
'fabric.editor.successPanel.description': 'Añadir consejos en un panel de color',
|
44
|
-
'fabric.editor.textStyles': 'Estilos de texto',
|
45
|
-
'fabric.editor.warningPanel': 'Panel de advertencias',
|
46
|
-
'fabric.editor.warningPanel.description': 'Añadir una nota de precaución en un panel de color'
|
47
|
-
};
|
package/dist/cjs/i18n/fi.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
|
-
//Finnish
|
15
|
-
var _default = exports.default = {
|
16
|
-
'fabric.editor.blockquote.description': 'Lisää lainaus tai sitaatti',
|
17
|
-
'fabric.editor.blockquote2': 'Lainaa',
|
18
|
-
'fabric.editor.codeblock': 'Koodipätkä',
|
19
|
-
'fabric.editor.codeblock.description': 'Näytä koodi syntaksikorostuksen kanssa',
|
20
|
-
'fabric.editor.customPanel': 'Mukautettu paneeli',
|
21
|
-
'fabric.editor.customPanel.description': 'Lisää huomautus, jossa on emoji ja värillinen tausta',
|
22
|
-
'fabric.editor.errorPanel': 'Virhepaneeli',
|
23
|
-
'fabric.editor.errorPanel.description': 'Paljasta virheet värillisessä paneelissa',
|
24
|
-
'fabric.editor.heading1': 'Otsikko 1',
|
25
|
-
'fabric.editor.heading1Description': 'Käytä tätä ylätason otsikossa',
|
26
|
-
'fabric.editor.heading2': 'Otsikko 2',
|
27
|
-
'fabric.editor.heading2Description': 'Käytä tätä avainkohdissa',
|
28
|
-
'fabric.editor.heading3': 'Otsikko 3',
|
29
|
-
'fabric.editor.heading3Description': 'Käytä tätä alakohdissa ja ryhmän otsikoissa',
|
30
|
-
'fabric.editor.heading4': 'Otsikko 4',
|
31
|
-
'fabric.editor.heading4Description': 'Käytä tätä syvällä olevissa otsikoissa',
|
32
|
-
'fabric.editor.heading5': 'Otsikko 5',
|
33
|
-
'fabric.editor.heading5Description': 'Käytä tätä luettelon kohteiden ryhmittelyyn',
|
34
|
-
'fabric.editor.heading6': 'Otsikko 6',
|
35
|
-
'fabric.editor.heading6Description': 'Käytä tätä alatason otsikoissa',
|
36
|
-
'fabric.editor.infoPanel': 'Tietopaneeli',
|
37
|
-
'fabric.editor.infoPanel.description': 'Korosta tietoja värillisessä paneelissa',
|
38
|
-
'fabric.editor.normal': 'Normaali teksti',
|
39
|
-
'fabric.editor.notePanel': 'Huomautuspaneeli',
|
40
|
-
'fabric.editor.notePanel.description': 'Lisää huomautus värillisessä paneelissa',
|
41
|
-
'fabric.editor.other': 'Muut...',
|
42
|
-
'fabric.editor.successPanel': 'Onnistumispaneeli',
|
43
|
-
'fabric.editor.successPanel.description': 'Lisää vinkkejä värillisessä paneelissa',
|
44
|
-
'fabric.editor.textStyles': 'Tekstityylit',
|
45
|
-
'fabric.editor.warningPanel': 'Varoituspaneeli',
|
46
|
-
'fabric.editor.warningPanel.description': 'Lisää varoitus värillisessä paneelissa'
|
47
|
-
};
|
package/dist/cjs/i18n/fr.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
|
-
//French (France)
|
15
|
-
var _default = exports.default = {
|
16
|
-
'fabric.editor.blockquote.description': 'Insérer une citation',
|
17
|
-
'fabric.editor.blockquote2': 'Citation',
|
18
|
-
'fabric.editor.codeblock': 'Extrait de code (snippet)',
|
19
|
-
'fabric.editor.codeblock.description': 'Insérer du code avec coloration syntaxique',
|
20
|
-
'fabric.editor.customPanel': 'Volet personnalisé',
|
21
|
-
'fabric.editor.customPanel.description': "Ajoutez une remarque avec une émoticône et un fond d'écran coloré",
|
22
|
-
'fabric.editor.errorPanel': "Volet d'erreur",
|
23
|
-
'fabric.editor.errorPanel.description': 'Signaler les erreurs dans un cadre coloré',
|
24
|
-
'fabric.editor.heading1': 'En-tête 1',
|
25
|
-
'fabric.editor.heading1Description': 'Utilisez ceci pour définir un titre principal',
|
26
|
-
'fabric.editor.heading2': 'En-tête 2',
|
27
|
-
'fabric.editor.heading2Description': 'Utilisez ceci pour définir des sections principales',
|
28
|
-
'fabric.editor.heading3': 'En-tête 3',
|
29
|
-
'fabric.editor.heading3Description': 'Utilisez ceci pour définir des sous-sections et des titres de groupe',
|
30
|
-
'fabric.editor.heading4': 'En-tête 4',
|
31
|
-
'fabric.editor.heading4Description': 'Utilisez ceci pour définir des titres de niveau inférieur',
|
32
|
-
'fabric.editor.heading5': 'En-tête 5',
|
33
|
-
'fabric.editor.heading5Description': 'Utilisez ceci pour regrouper des éléments de liste',
|
34
|
-
'fabric.editor.heading6': 'En-tête 6',
|
35
|
-
'fabric.editor.heading6Description': 'Utilisez ceci pour définir un sous-titre',
|
36
|
-
'fabric.editor.infoPanel': "Volet d'informations",
|
37
|
-
'fabric.editor.infoPanel.description': 'Mettre en valeur des informations dans un cadre coloré',
|
38
|
-
'fabric.editor.normal': 'Texte normal',
|
39
|
-
'fabric.editor.notePanel': 'Volet de notes',
|
40
|
-
'fabric.editor.notePanel.description': 'Ajouter une note dans un cadre coloré',
|
41
|
-
'fabric.editor.other': 'Autres…',
|
42
|
-
'fabric.editor.successPanel': 'Panneau de réussite',
|
43
|
-
'fabric.editor.successPanel.description': 'Ajouter des astuces dans un cadre coloré',
|
44
|
-
'fabric.editor.textStyles': 'Styles de texte',
|
45
|
-
'fabric.editor.warningPanel': "Panneau d'avertissement",
|
46
|
-
'fabric.editor.warningPanel.description': "Ajouter une note d'avertissement dans un cadre coloré"
|
47
|
-
};
|
package/dist/cjs/i18n/hu.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
|
-
//Hungarian
|
15
|
-
var _default = exports.default = {
|
16
|
-
'fabric.editor.blockquote.description': 'Idézet beszúrása',
|
17
|
-
'fabric.editor.blockquote2': 'Idézés',
|
18
|
-
'fabric.editor.codeblock': 'Kódrészlet',
|
19
|
-
'fabric.editor.codeblock.description': 'Kód megjelenítése szintaxiskiemeléssel',
|
20
|
-
'fabric.editor.customPanel': 'Egyéni panel',
|
21
|
-
'fabric.editor.customPanel.description': 'Adj hozzá megjegyzést emojival és színes háttérrel',
|
22
|
-
'fabric.editor.errorPanel': 'Hibapanel',
|
23
|
-
'fabric.editor.errorPanel.description': 'Hibák megjelenítése színes panelen',
|
24
|
-
'fabric.editor.heading1': '1. szintű címsor',
|
25
|
-
'fabric.editor.heading1Description': 'Használja ezt legfelsőbb szintű címsorhoz',
|
26
|
-
'fabric.editor.heading2': '2. szintű címsor',
|
27
|
-
'fabric.editor.heading2Description': 'Használja ezt kulcsszakaszokhoz',
|
28
|
-
'fabric.editor.heading3': '3. szintű címsor',
|
29
|
-
'fabric.editor.heading3Description': 'Használja ezt alszakaszokhoz és csoportcímsorokhoz',
|
30
|
-
'fabric.editor.heading4': '4. szintű címsor',
|
31
|
-
'fabric.editor.heading4Description': 'Használja ezt mély címsorokhoz',
|
32
|
-
'fabric.editor.heading5': '5. szintű címsor',
|
33
|
-
'fabric.editor.heading5Description': 'Használja ezt listaelemek csoportosításához',
|
34
|
-
'fabric.editor.heading6': '6. szintű címsor',
|
35
|
-
'fabric.editor.heading6Description': 'Használja ezt alacsony szintű címsorokhoz',
|
36
|
-
'fabric.editor.infoPanel': 'Információs panel',
|
37
|
-
'fabric.editor.infoPanel.description': 'Információ kiemelése színes panelen',
|
38
|
-
'fabric.editor.normal': 'Normál szöveg',
|
39
|
-
'fabric.editor.notePanel': 'Megjegyzéspanel',
|
40
|
-
'fabric.editor.notePanel.description': 'Jegyzet hozzáadása színes panelen',
|
41
|
-
'fabric.editor.other': 'Egyebek...',
|
42
|
-
'fabric.editor.successPanel': 'Sikerült panel',
|
43
|
-
'fabric.editor.successPanel.description': 'Tippek hozzáadása színes panelen',
|
44
|
-
'fabric.editor.textStyles': 'Szövegstílusok',
|
45
|
-
'fabric.editor.warningPanel': 'Figyelmeztető panel',
|
46
|
-
'fabric.editor.warningPanel.description': 'Figyelmeztető megjegyzés hozzáadása színes panelen'
|
47
|
-
};
|
package/dist/cjs/i18n/it.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
|
-
//Italian (Italy)
|
15
|
-
var _default = exports.default = {
|
16
|
-
'fabric.editor.blockquote.description': 'Inserisci citazione',
|
17
|
-
'fabric.editor.blockquote2': 'Citazione',
|
18
|
-
'fabric.editor.codeblock': 'Frammento di codice',
|
19
|
-
'fabric.editor.codeblock.description': 'Mostra codice con colorazione della sintassi',
|
20
|
-
'fabric.editor.customPanel': 'Pannello personalizzato',
|
21
|
-
'fabric.editor.customPanel.description': 'Aggiungi una nota con un emoji e uno sfondo colorato',
|
22
|
-
'fabric.editor.errorPanel': 'Pannello errori',
|
23
|
-
'fabric.editor.errorPanel.description': 'Segnala gli errori in un pannello colorato',
|
24
|
-
'fabric.editor.heading1': 'Titolo 1',
|
25
|
-
'fabric.editor.heading1Description': 'Per un titolo di primo livello',
|
26
|
-
'fabric.editor.heading2': 'Titolo 2',
|
27
|
-
'fabric.editor.heading2Description': 'Per le sezioni principali',
|
28
|
-
'fabric.editor.heading3': 'Titolo 3',
|
29
|
-
'fabric.editor.heading3Description': 'Per i titoli delle sottosezioni e dei gruppi',
|
30
|
-
'fabric.editor.heading4': 'Titolo 4',
|
31
|
-
'fabric.editor.heading4Description': 'Per i titoli interni',
|
32
|
-
'fabric.editor.heading5': 'Titolo 5',
|
33
|
-
'fabric.editor.heading5Description': 'Per le voci degli elenchi',
|
34
|
-
'fabric.editor.heading6': 'Titolo 6',
|
35
|
-
'fabric.editor.heading6Description': 'Per i titoli di livello inferiore',
|
36
|
-
'fabric.editor.infoPanel': 'Pannello informazioni',
|
37
|
-
'fabric.editor.infoPanel.description': 'Metti in evidenza l’informazione in un pannello colorato',
|
38
|
-
'fabric.editor.normal': 'Testo normale',
|
39
|
-
'fabric.editor.notePanel': 'Pannello note',
|
40
|
-
'fabric.editor.notePanel.description': 'Aggiungi una nota in un pannello colorato',
|
41
|
-
'fabric.editor.other': 'Altri...',
|
42
|
-
'fabric.editor.successPanel': 'Pannello operazioni completate',
|
43
|
-
'fabric.editor.successPanel.description': 'Aggiungi consigli in un pannello colorato',
|
44
|
-
'fabric.editor.textStyles': 'Stili del testo',
|
45
|
-
'fabric.editor.warningPanel': 'Pannello avvisi',
|
46
|
-
'fabric.editor.warningPanel.description': 'Aggiungi un avviso in un pannello colorato'
|
47
|
-
};
|
package/dist/cjs/i18n/ja.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
|
-
//Japanese
|
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/ko.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
|
-
//Korean
|
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/nb.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
|
-
//Norwegian (Bokmål)
|
15
|
-
var _default = exports.default = {
|
16
|
-
'fabric.editor.blockquote.description': 'Sett inn et sitat',
|
17
|
-
'fabric.editor.blockquote2': 'Sitat',
|
18
|
-
'fabric.editor.codeblock': 'Kodebit',
|
19
|
-
'fabric.editor.codeblock.description': 'Vis kode med syntaksutheving',
|
20
|
-
'fabric.editor.customPanel': 'Egendefinert panel',
|
21
|
-
'fabric.editor.customPanel.description': 'Legg til et notat med en emoji og farget bakgrunn',
|
22
|
-
'fabric.editor.errorPanel': 'Feilpanel',
|
23
|
-
'fabric.editor.errorPanel.description': 'Trekk frem feil i et farget panel',
|
24
|
-
'fabric.editor.heading1': '1. overskrift',
|
25
|
-
'fabric.editor.heading1Description': 'Bruk dette for en overskrift på toppnivå',
|
26
|
-
'fabric.editor.heading2': '2. overskrift',
|
27
|
-
'fabric.editor.heading2Description': 'Bruk dette til viktige avsnitt',
|
28
|
-
'fabric.editor.heading3': '3. overskrift',
|
29
|
-
'fabric.editor.heading3Description': 'Bruk dette til underavsnitt og overskrifter for grupper',
|
30
|
-
'fabric.editor.heading4': '4. overskrift',
|
31
|
-
'fabric.editor.heading4Description': 'Bruk dette til dype overskrifter',
|
32
|
-
'fabric.editor.heading5': '5. overskrift',
|
33
|
-
'fabric.editor.heading5Description': 'Bruk dette til å gruppere listeelementer',
|
34
|
-
'fabric.editor.heading6': '6. overskrift',
|
35
|
-
'fabric.editor.heading6Description': 'Bruk dette for en overskrift på nedre nivå',
|
36
|
-
'fabric.editor.infoPanel': 'Informasjonspanel',
|
37
|
-
'fabric.editor.infoPanel.description': 'Uthev informasjonen i et farget panel',
|
38
|
-
'fabric.editor.normal': 'Normal tekst',
|
39
|
-
'fabric.editor.notePanel': 'Kommentarpanel',
|
40
|
-
'fabric.editor.notePanel.description': 'Legg til en merknad i et farget panel',
|
41
|
-
'fabric.editor.other': 'Andre …',
|
42
|
-
'fabric.editor.successPanel': 'Utførtpanel',
|
43
|
-
'fabric.editor.successPanel.description': 'Legg til tips i et farget panel',
|
44
|
-
'fabric.editor.textStyles': 'Tekststiler',
|
45
|
-
'fabric.editor.warningPanel': 'Advarselspanel',
|
46
|
-
'fabric.editor.warningPanel.description': 'Legg til en advarsel i et farget panel'
|
47
|
-
};
|