@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/esm/i18n/uk.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
|
-
//Ukrainian (Ukraine)
|
9
|
-
export default {
|
10
|
-
'fabric.editor.blockquote.description': 'Вставити цитату чи посилання',
|
11
|
-
'fabric.editor.blockquote2': 'Цитата',
|
12
|
-
'fabric.editor.codeblock': 'Фрагмент коду',
|
13
|
-
'fabric.editor.codeblock.description': 'Показати код із розміткою синтаксису',
|
14
|
-
'fabric.editor.customPanel': 'Користувацька панель',
|
15
|
-
'fabric.editor.customPanel.description': 'Додайте примітку з емодзі та кольоровим фоном',
|
16
|
-
'fabric.editor.errorPanel': 'Панель помилок',
|
17
|
-
'fabric.editor.errorPanel.description': 'Відобразити помилки на панелі з кольорами',
|
18
|
-
'fabric.editor.heading1': 'Заголовок 1',
|
19
|
-
'fabric.editor.heading1Description': 'Для заголовка верхнього рівня',
|
20
|
-
'fabric.editor.heading2': 'Заголовок 2',
|
21
|
-
'fabric.editor.heading2Description': 'Для ключових розділів',
|
22
|
-
'fabric.editor.heading3': 'Заголовок 3',
|
23
|
-
'fabric.editor.heading3Description': 'Для заголовків підрозділів і груп',
|
24
|
-
'fabric.editor.heading4': 'Заголовок 4',
|
25
|
-
'fabric.editor.heading4Description': 'Для вкладених заголовків',
|
26
|
-
'fabric.editor.heading5': 'Заголовок 5',
|
27
|
-
'fabric.editor.heading5Description': 'Для елементів списку',
|
28
|
-
'fabric.editor.heading6': 'Заголовок 6',
|
29
|
-
'fabric.editor.heading6Description': 'Для заголовків нижнього рівня',
|
30
|
-
'fabric.editor.infoPanel': 'Панель з інформацією',
|
31
|
-
'fabric.editor.infoPanel.description': 'Панель із виділеною кольорами інформацією',
|
32
|
-
'fabric.editor.normal': 'Звичайний текст',
|
33
|
-
'fabric.editor.notePanel': 'Панель приміток',
|
34
|
-
'fabric.editor.notePanel.description': 'Додати примітку на панель із кольорами',
|
35
|
-
'fabric.editor.other': 'Інше...',
|
36
|
-
'fabric.editor.successPanel': 'Панель успіху',
|
37
|
-
'fabric.editor.successPanel.description': 'Додати поради на панель із кольорами',
|
38
|
-
'fabric.editor.textStyles': 'Стилі тексту',
|
39
|
-
'fabric.editor.warningPanel': 'Панель із попередженнями',
|
40
|
-
'fabric.editor.warningPanel.description': 'Додати застереження на панель із кольорами'
|
41
|
-
};
|
package/dist/esm/i18n/vi.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
|
-
//Vietnamese (Vietnam)
|
9
|
-
export default {
|
10
|
-
'fabric.editor.blockquote.description': 'Chèn trích dẫn hoặc tham chiếu',
|
11
|
-
'fabric.editor.blockquote2': 'Trích dẫn',
|
12
|
-
'fabric.editor.codeblock': 'Đoạn mã',
|
13
|
-
'fabric.editor.codeblock.description': 'Hiển thị mã có bôi đậm cú pháp',
|
14
|
-
'fabric.editor.customPanel': 'Bảng tùy chỉnh',
|
15
|
-
'fabric.editor.customPanel.description': 'Thêm ghi chú với biểu tượng cảm xúc và nền màu',
|
16
|
-
'fabric.editor.errorPanel': 'Ô lỗi',
|
17
|
-
'fabric.editor.errorPanel.description': 'Chỉ ra lỗi bằng ô màu',
|
18
|
-
'fabric.editor.heading1': 'Heading 1',
|
19
|
-
'fabric.editor.heading1Description': 'Sử dụng kiểu chữ này cho tiêu đề chính',
|
20
|
-
'fabric.editor.heading2': 'Heading 2',
|
21
|
-
'fabric.editor.heading2Description': 'Sử dụng kiểu chữ này cho những phần quan trọng',
|
22
|
-
'fabric.editor.heading3': 'Heading 3',
|
23
|
-
'fabric.editor.heading3Description': 'Sử dụng kiểu chữ này cho những phần phụ và tiêu đề nhóm',
|
24
|
-
'fabric.editor.heading4': 'Heading 4',
|
25
|
-
'fabric.editor.heading4Description': 'Sử dụng kiểu chữ này cho những tiêu đề ẩn',
|
26
|
-
'fabric.editor.heading5': 'Heading 5',
|
27
|
-
'fabric.editor.heading5Description': 'Sử dụng kiểu chữ này để phân loại các danh mục',
|
28
|
-
'fabric.editor.heading6': 'Heading 6',
|
29
|
-
'fabric.editor.heading6Description': 'Sử dụng kiểu chữ này cho những tiêu đề phụ phía dưới',
|
30
|
-
'fabric.editor.infoPanel': 'Ô thông tin',
|
31
|
-
'fabric.editor.infoPanel.description': 'Bôi đậm thông tin bằng ô màu',
|
32
|
-
'fabric.editor.normal': 'Văn bản bình thường',
|
33
|
-
'fabric.editor.notePanel': 'Ô ghi chú',
|
34
|
-
'fabric.editor.notePanel.description': 'Thêm ghi chú bằng ô màu',
|
35
|
-
'fabric.editor.other': 'Khác...',
|
36
|
-
'fabric.editor.successPanel': 'Ô thành công',
|
37
|
-
'fabric.editor.successPanel.description': 'Thêm mẹo bằng ô màu',
|
38
|
-
'fabric.editor.textStyles': 'Kiểu văn bản',
|
39
|
-
'fabric.editor.warningPanel': 'Ô cảnh báo',
|
40
|
-
'fabric.editor.warningPanel.description': 'Thêm ghi chú thận trọng bằng ô màu'
|
41
|
-
};
|
package/dist/esm/i18n/zh.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
|
-
//Chinese (Simplified)
|
9
|
-
export default {
|
10
|
-
'fabric.editor.blockquote.description': '插入引用',
|
11
|
-
'fabric.editor.blockquote2': '引用',
|
12
|
-
'fabric.editor.codeblock': '代码片段',
|
13
|
-
'fabric.editor.codeblock.description': '显示带语法高亮的代码',
|
14
|
-
'fabric.editor.customPanel': '自定义面板',
|
15
|
-
'fabric.editor.customPanel.description': '使用表情和彩色背景来添加注释',
|
16
|
-
'fabric.editor.errorPanel': '错误面板',
|
17
|
-
'fabric.editor.errorPanel.description': '在彩色面板调出错误',
|
18
|
-
'fabric.editor.heading1': '标题 1',
|
19
|
-
'fabric.editor.heading1Description': '用于顶级标题',
|
20
|
-
'fabric.editor.heading2': '标题 2',
|
21
|
-
'fabric.editor.heading2Description': '用于主体部分',
|
22
|
-
'fabric.editor.heading3': '标题 3',
|
23
|
-
'fabric.editor.heading3Description': '用于分节和组标题',
|
24
|
-
'fabric.editor.heading4': '标题 4',
|
25
|
-
'fabric.editor.heading4Description': '用于深层标题',
|
26
|
-
'fabric.editor.heading5': '标题 5',
|
27
|
-
'fabric.editor.heading5Description': '用于对列表项进行分组',
|
28
|
-
'fabric.editor.heading6': '标题 6',
|
29
|
-
'fabric.editor.heading6Description': '用于次级标题',
|
30
|
-
'fabric.editor.infoPanel': '信息面板',
|
31
|
-
'fabric.editor.infoPanel.description': '在彩色面板高亮显示信息',
|
32
|
-
'fabric.editor.normal': '普通文本',
|
33
|
-
'fabric.editor.notePanel': '备注面板',
|
34
|
-
'fabric.editor.notePanel.description': '在彩色面板添加注释',
|
35
|
-
'fabric.editor.other': '其他...',
|
36
|
-
'fabric.editor.successPanel': '成功面板',
|
37
|
-
'fabric.editor.successPanel.description': '在彩色面板添加提示',
|
38
|
-
'fabric.editor.textStyles': '文本样式',
|
39
|
-
'fabric.editor.warningPanel': '警告面板',
|
40
|
-
'fabric.editor.warningPanel.description': '在彩色面板添加提醒注释'
|
41
|
-
};
|
package/dist/esm/i18n/zh_TW.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
|
-
//Chinese (Traditional)
|
9
|
-
export default {
|
10
|
-
'fabric.editor.blockquote.description': '插入引述或引文',
|
11
|
-
'fabric.editor.blockquote2': '引述',
|
12
|
-
'fabric.editor.codeblock': '程式碼片段',
|
13
|
-
'fabric.editor.codeblock.description': '顯示程式碼並醒目提示語法',
|
14
|
-
'fabric.editor.customPanel': '自訂面板',
|
15
|
-
'fabric.editor.customPanel.description': '新增一個帶有表情符號和彩色背景的附註',
|
16
|
-
'fabric.editor.errorPanel': '錯誤面板',
|
17
|
-
'fabric.editor.errorPanel.description': '以彩色面板呼叫錯誤',
|
18
|
-
'fabric.editor.heading1': '標題 1',
|
19
|
-
'fabric.editor.heading1Description': '用於最高層級的標題',
|
20
|
-
'fabric.editor.heading2': '標題 2',
|
21
|
-
'fabric.editor.heading2Description': '用於主要區段',
|
22
|
-
'fabric.editor.heading3': '標題 3',
|
23
|
-
'fabric.editor.heading3Description': '用於子區段和群組標題',
|
24
|
-
'fabric.editor.heading4': '標題 4',
|
25
|
-
'fabric.editor.heading4Description': '用於多層標題',
|
26
|
-
'fabric.editor.heading5': '標題 5',
|
27
|
-
'fabric.editor.heading5Description': '用於分組清單項目',
|
28
|
-
'fabric.editor.heading6': '標題 6',
|
29
|
-
'fabric.editor.heading6Description': '用於低層級標題',
|
30
|
-
'fabric.editor.infoPanel': '資訊面板',
|
31
|
-
'fabric.editor.infoPanel.description': '以彩色面板醒目提示資訊',
|
32
|
-
'fabric.editor.normal': '一般文字',
|
33
|
-
'fabric.editor.notePanel': '附註面板',
|
34
|
-
'fabric.editor.notePanel.description': '以彩色面板新增附註',
|
35
|
-
'fabric.editor.other': '其他...',
|
36
|
-
'fabric.editor.successPanel': '成功面板',
|
37
|
-
'fabric.editor.successPanel.description': '以彩色面板新增提示',
|
38
|
-
'fabric.editor.textStyles': '文字樣式',
|
39
|
-
'fabric.editor.warningPanel': '警告面板',
|
40
|
-
'fabric.editor.warningPanel.description': '以彩色面板新增注意附註'
|
41
|
-
};
|
package/dist/esm/styles.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export { blocktypeStyles } from './plugin/styles';
|
package/dist/types/i18n/cs.d.ts
DELETED
@@ -1,40 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* NOTE:
|
3
|
-
*
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
6
|
-
*/
|
7
|
-
declare const _default: {
|
8
|
-
'fabric.editor.blockquote.description': string;
|
9
|
-
'fabric.editor.blockquote2': string;
|
10
|
-
'fabric.editor.codeblock': string;
|
11
|
-
'fabric.editor.codeblock.description': string;
|
12
|
-
'fabric.editor.customPanel': string;
|
13
|
-
'fabric.editor.customPanel.description': string;
|
14
|
-
'fabric.editor.errorPanel': string;
|
15
|
-
'fabric.editor.errorPanel.description': string;
|
16
|
-
'fabric.editor.heading1': string;
|
17
|
-
'fabric.editor.heading1Description': string;
|
18
|
-
'fabric.editor.heading2': string;
|
19
|
-
'fabric.editor.heading2Description': string;
|
20
|
-
'fabric.editor.heading3': string;
|
21
|
-
'fabric.editor.heading3Description': string;
|
22
|
-
'fabric.editor.heading4': string;
|
23
|
-
'fabric.editor.heading4Description': string;
|
24
|
-
'fabric.editor.heading5': string;
|
25
|
-
'fabric.editor.heading5Description': string;
|
26
|
-
'fabric.editor.heading6': string;
|
27
|
-
'fabric.editor.heading6Description': string;
|
28
|
-
'fabric.editor.infoPanel': string;
|
29
|
-
'fabric.editor.infoPanel.description': string;
|
30
|
-
'fabric.editor.normal': string;
|
31
|
-
'fabric.editor.notePanel': string;
|
32
|
-
'fabric.editor.notePanel.description': string;
|
33
|
-
'fabric.editor.other': string;
|
34
|
-
'fabric.editor.successPanel': string;
|
35
|
-
'fabric.editor.successPanel.description': string;
|
36
|
-
'fabric.editor.textStyles': string;
|
37
|
-
'fabric.editor.warningPanel': string;
|
38
|
-
'fabric.editor.warningPanel.description': string;
|
39
|
-
};
|
40
|
-
export default _default;
|
package/dist/types/i18n/da.d.ts
DELETED
@@ -1,40 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* NOTE:
|
3
|
-
*
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
6
|
-
*/
|
7
|
-
declare const _default: {
|
8
|
-
'fabric.editor.blockquote.description': string;
|
9
|
-
'fabric.editor.blockquote2': string;
|
10
|
-
'fabric.editor.codeblock': string;
|
11
|
-
'fabric.editor.codeblock.description': string;
|
12
|
-
'fabric.editor.customPanel': string;
|
13
|
-
'fabric.editor.customPanel.description': string;
|
14
|
-
'fabric.editor.errorPanel': string;
|
15
|
-
'fabric.editor.errorPanel.description': string;
|
16
|
-
'fabric.editor.heading1': string;
|
17
|
-
'fabric.editor.heading1Description': string;
|
18
|
-
'fabric.editor.heading2': string;
|
19
|
-
'fabric.editor.heading2Description': string;
|
20
|
-
'fabric.editor.heading3': string;
|
21
|
-
'fabric.editor.heading3Description': string;
|
22
|
-
'fabric.editor.heading4': string;
|
23
|
-
'fabric.editor.heading4Description': string;
|
24
|
-
'fabric.editor.heading5': string;
|
25
|
-
'fabric.editor.heading5Description': string;
|
26
|
-
'fabric.editor.heading6': string;
|
27
|
-
'fabric.editor.heading6Description': string;
|
28
|
-
'fabric.editor.infoPanel': string;
|
29
|
-
'fabric.editor.infoPanel.description': string;
|
30
|
-
'fabric.editor.normal': string;
|
31
|
-
'fabric.editor.notePanel': string;
|
32
|
-
'fabric.editor.notePanel.description': string;
|
33
|
-
'fabric.editor.other': string;
|
34
|
-
'fabric.editor.successPanel': string;
|
35
|
-
'fabric.editor.successPanel.description': string;
|
36
|
-
'fabric.editor.textStyles': string;
|
37
|
-
'fabric.editor.warningPanel': string;
|
38
|
-
'fabric.editor.warningPanel.description': string;
|
39
|
-
};
|
40
|
-
export default _default;
|
package/dist/types/i18n/de.d.ts
DELETED
@@ -1,40 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* NOTE:
|
3
|
-
*
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
6
|
-
*/
|
7
|
-
declare const _default: {
|
8
|
-
'fabric.editor.blockquote.description': string;
|
9
|
-
'fabric.editor.blockquote2': string;
|
10
|
-
'fabric.editor.codeblock': string;
|
11
|
-
'fabric.editor.codeblock.description': string;
|
12
|
-
'fabric.editor.customPanel': string;
|
13
|
-
'fabric.editor.customPanel.description': string;
|
14
|
-
'fabric.editor.errorPanel': string;
|
15
|
-
'fabric.editor.errorPanel.description': string;
|
16
|
-
'fabric.editor.heading1': string;
|
17
|
-
'fabric.editor.heading1Description': string;
|
18
|
-
'fabric.editor.heading2': string;
|
19
|
-
'fabric.editor.heading2Description': string;
|
20
|
-
'fabric.editor.heading3': string;
|
21
|
-
'fabric.editor.heading3Description': string;
|
22
|
-
'fabric.editor.heading4': string;
|
23
|
-
'fabric.editor.heading4Description': string;
|
24
|
-
'fabric.editor.heading5': string;
|
25
|
-
'fabric.editor.heading5Description': string;
|
26
|
-
'fabric.editor.heading6': string;
|
27
|
-
'fabric.editor.heading6Description': string;
|
28
|
-
'fabric.editor.infoPanel': string;
|
29
|
-
'fabric.editor.infoPanel.description': string;
|
30
|
-
'fabric.editor.normal': string;
|
31
|
-
'fabric.editor.notePanel': string;
|
32
|
-
'fabric.editor.notePanel.description': string;
|
33
|
-
'fabric.editor.other': string;
|
34
|
-
'fabric.editor.successPanel': string;
|
35
|
-
'fabric.editor.successPanel.description': string;
|
36
|
-
'fabric.editor.textStyles': string;
|
37
|
-
'fabric.editor.warningPanel': string;
|
38
|
-
'fabric.editor.warningPanel.description': string;
|
39
|
-
};
|
40
|
-
export default _default;
|
package/dist/types/i18n/en.d.ts
DELETED
@@ -1,40 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* NOTE:
|
3
|
-
*
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
6
|
-
*/
|
7
|
-
declare const _default: {
|
8
|
-
'fabric.editor.blockquote.description': string;
|
9
|
-
'fabric.editor.blockquote2': string;
|
10
|
-
'fabric.editor.codeblock': string;
|
11
|
-
'fabric.editor.codeblock.description': string;
|
12
|
-
'fabric.editor.customPanel': string;
|
13
|
-
'fabric.editor.customPanel.description': string;
|
14
|
-
'fabric.editor.errorPanel': string;
|
15
|
-
'fabric.editor.errorPanel.description': string;
|
16
|
-
'fabric.editor.heading1': string;
|
17
|
-
'fabric.editor.heading1Description': string;
|
18
|
-
'fabric.editor.heading2': string;
|
19
|
-
'fabric.editor.heading2Description': string;
|
20
|
-
'fabric.editor.heading3': string;
|
21
|
-
'fabric.editor.heading3Description': string;
|
22
|
-
'fabric.editor.heading4': string;
|
23
|
-
'fabric.editor.heading4Description': string;
|
24
|
-
'fabric.editor.heading5': string;
|
25
|
-
'fabric.editor.heading5Description': string;
|
26
|
-
'fabric.editor.heading6': string;
|
27
|
-
'fabric.editor.heading6Description': string;
|
28
|
-
'fabric.editor.infoPanel': string;
|
29
|
-
'fabric.editor.infoPanel.description': string;
|
30
|
-
'fabric.editor.normal': string;
|
31
|
-
'fabric.editor.notePanel': string;
|
32
|
-
'fabric.editor.notePanel.description': string;
|
33
|
-
'fabric.editor.other': string;
|
34
|
-
'fabric.editor.successPanel': string;
|
35
|
-
'fabric.editor.successPanel.description': string;
|
36
|
-
'fabric.editor.textStyles': string;
|
37
|
-
'fabric.editor.warningPanel': string;
|
38
|
-
'fabric.editor.warningPanel.description': string;
|
39
|
-
};
|
40
|
-
export default _default;
|
@@ -1,40 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* NOTE:
|
3
|
-
*
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
6
|
-
*/
|
7
|
-
declare const _default: {
|
8
|
-
'fabric.editor.blockquote.description': string;
|
9
|
-
'fabric.editor.blockquote2': string;
|
10
|
-
'fabric.editor.codeblock': string;
|
11
|
-
'fabric.editor.codeblock.description': string;
|
12
|
-
'fabric.editor.customPanel': string;
|
13
|
-
'fabric.editor.customPanel.description': string;
|
14
|
-
'fabric.editor.errorPanel': string;
|
15
|
-
'fabric.editor.errorPanel.description': string;
|
16
|
-
'fabric.editor.heading1': string;
|
17
|
-
'fabric.editor.heading1Description': string;
|
18
|
-
'fabric.editor.heading2': string;
|
19
|
-
'fabric.editor.heading2Description': string;
|
20
|
-
'fabric.editor.heading3': string;
|
21
|
-
'fabric.editor.heading3Description': string;
|
22
|
-
'fabric.editor.heading4': string;
|
23
|
-
'fabric.editor.heading4Description': string;
|
24
|
-
'fabric.editor.heading5': string;
|
25
|
-
'fabric.editor.heading5Description': string;
|
26
|
-
'fabric.editor.heading6': string;
|
27
|
-
'fabric.editor.heading6Description': string;
|
28
|
-
'fabric.editor.infoPanel': string;
|
29
|
-
'fabric.editor.infoPanel.description': string;
|
30
|
-
'fabric.editor.normal': string;
|
31
|
-
'fabric.editor.notePanel': string;
|
32
|
-
'fabric.editor.notePanel.description': string;
|
33
|
-
'fabric.editor.other': string;
|
34
|
-
'fabric.editor.successPanel': string;
|
35
|
-
'fabric.editor.successPanel.description': string;
|
36
|
-
'fabric.editor.textStyles': string;
|
37
|
-
'fabric.editor.warningPanel': string;
|
38
|
-
'fabric.editor.warningPanel.description': string;
|
39
|
-
};
|
40
|
-
export default _default;
|
@@ -1,40 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* NOTE:
|
3
|
-
*
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
6
|
-
*/
|
7
|
-
declare const _default: {
|
8
|
-
'fabric.editor.blockquote.description': string;
|
9
|
-
'fabric.editor.blockquote2': string;
|
10
|
-
'fabric.editor.codeblock': string;
|
11
|
-
'fabric.editor.codeblock.description': string;
|
12
|
-
'fabric.editor.customPanel': string;
|
13
|
-
'fabric.editor.customPanel.description': string;
|
14
|
-
'fabric.editor.errorPanel': string;
|
15
|
-
'fabric.editor.errorPanel.description': string;
|
16
|
-
'fabric.editor.heading1': string;
|
17
|
-
'fabric.editor.heading1Description': string;
|
18
|
-
'fabric.editor.heading2': string;
|
19
|
-
'fabric.editor.heading2Description': string;
|
20
|
-
'fabric.editor.heading3': string;
|
21
|
-
'fabric.editor.heading3Description': string;
|
22
|
-
'fabric.editor.heading4': string;
|
23
|
-
'fabric.editor.heading4Description': string;
|
24
|
-
'fabric.editor.heading5': string;
|
25
|
-
'fabric.editor.heading5Description': string;
|
26
|
-
'fabric.editor.heading6': string;
|
27
|
-
'fabric.editor.heading6Description': string;
|
28
|
-
'fabric.editor.infoPanel': string;
|
29
|
-
'fabric.editor.infoPanel.description': string;
|
30
|
-
'fabric.editor.normal': string;
|
31
|
-
'fabric.editor.notePanel': string;
|
32
|
-
'fabric.editor.notePanel.description': string;
|
33
|
-
'fabric.editor.other': string;
|
34
|
-
'fabric.editor.successPanel': string;
|
35
|
-
'fabric.editor.successPanel.description': string;
|
36
|
-
'fabric.editor.textStyles': string;
|
37
|
-
'fabric.editor.warningPanel': string;
|
38
|
-
'fabric.editor.warningPanel.description': string;
|
39
|
-
};
|
40
|
-
export default _default;
|
package/dist/types/i18n/es.d.ts
DELETED
@@ -1,40 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* NOTE:
|
3
|
-
*
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
6
|
-
*/
|
7
|
-
declare const _default: {
|
8
|
-
'fabric.editor.blockquote.description': string;
|
9
|
-
'fabric.editor.blockquote2': string;
|
10
|
-
'fabric.editor.codeblock': string;
|
11
|
-
'fabric.editor.codeblock.description': string;
|
12
|
-
'fabric.editor.customPanel': string;
|
13
|
-
'fabric.editor.customPanel.description': string;
|
14
|
-
'fabric.editor.errorPanel': string;
|
15
|
-
'fabric.editor.errorPanel.description': string;
|
16
|
-
'fabric.editor.heading1': string;
|
17
|
-
'fabric.editor.heading1Description': string;
|
18
|
-
'fabric.editor.heading2': string;
|
19
|
-
'fabric.editor.heading2Description': string;
|
20
|
-
'fabric.editor.heading3': string;
|
21
|
-
'fabric.editor.heading3Description': string;
|
22
|
-
'fabric.editor.heading4': string;
|
23
|
-
'fabric.editor.heading4Description': string;
|
24
|
-
'fabric.editor.heading5': string;
|
25
|
-
'fabric.editor.heading5Description': string;
|
26
|
-
'fabric.editor.heading6': string;
|
27
|
-
'fabric.editor.heading6Description': string;
|
28
|
-
'fabric.editor.infoPanel': string;
|
29
|
-
'fabric.editor.infoPanel.description': string;
|
30
|
-
'fabric.editor.normal': string;
|
31
|
-
'fabric.editor.notePanel': string;
|
32
|
-
'fabric.editor.notePanel.description': string;
|
33
|
-
'fabric.editor.other': string;
|
34
|
-
'fabric.editor.successPanel': string;
|
35
|
-
'fabric.editor.successPanel.description': string;
|
36
|
-
'fabric.editor.textStyles': string;
|
37
|
-
'fabric.editor.warningPanel': string;
|
38
|
-
'fabric.editor.warningPanel.description': string;
|
39
|
-
};
|
40
|
-
export default _default;
|
package/dist/types/i18n/fi.d.ts
DELETED
@@ -1,40 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* NOTE:
|
3
|
-
*
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
6
|
-
*/
|
7
|
-
declare const _default: {
|
8
|
-
'fabric.editor.blockquote.description': string;
|
9
|
-
'fabric.editor.blockquote2': string;
|
10
|
-
'fabric.editor.codeblock': string;
|
11
|
-
'fabric.editor.codeblock.description': string;
|
12
|
-
'fabric.editor.customPanel': string;
|
13
|
-
'fabric.editor.customPanel.description': string;
|
14
|
-
'fabric.editor.errorPanel': string;
|
15
|
-
'fabric.editor.errorPanel.description': string;
|
16
|
-
'fabric.editor.heading1': string;
|
17
|
-
'fabric.editor.heading1Description': string;
|
18
|
-
'fabric.editor.heading2': string;
|
19
|
-
'fabric.editor.heading2Description': string;
|
20
|
-
'fabric.editor.heading3': string;
|
21
|
-
'fabric.editor.heading3Description': string;
|
22
|
-
'fabric.editor.heading4': string;
|
23
|
-
'fabric.editor.heading4Description': string;
|
24
|
-
'fabric.editor.heading5': string;
|
25
|
-
'fabric.editor.heading5Description': string;
|
26
|
-
'fabric.editor.heading6': string;
|
27
|
-
'fabric.editor.heading6Description': string;
|
28
|
-
'fabric.editor.infoPanel': string;
|
29
|
-
'fabric.editor.infoPanel.description': string;
|
30
|
-
'fabric.editor.normal': string;
|
31
|
-
'fabric.editor.notePanel': string;
|
32
|
-
'fabric.editor.notePanel.description': string;
|
33
|
-
'fabric.editor.other': string;
|
34
|
-
'fabric.editor.successPanel': string;
|
35
|
-
'fabric.editor.successPanel.description': string;
|
36
|
-
'fabric.editor.textStyles': string;
|
37
|
-
'fabric.editor.warningPanel': string;
|
38
|
-
'fabric.editor.warningPanel.description': string;
|
39
|
-
};
|
40
|
-
export default _default;
|
package/dist/types/i18n/fr.d.ts
DELETED
@@ -1,40 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* NOTE:
|
3
|
-
*
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
6
|
-
*/
|
7
|
-
declare const _default: {
|
8
|
-
'fabric.editor.blockquote.description': string;
|
9
|
-
'fabric.editor.blockquote2': string;
|
10
|
-
'fabric.editor.codeblock': string;
|
11
|
-
'fabric.editor.codeblock.description': string;
|
12
|
-
'fabric.editor.customPanel': string;
|
13
|
-
'fabric.editor.customPanel.description': string;
|
14
|
-
'fabric.editor.errorPanel': string;
|
15
|
-
'fabric.editor.errorPanel.description': string;
|
16
|
-
'fabric.editor.heading1': string;
|
17
|
-
'fabric.editor.heading1Description': string;
|
18
|
-
'fabric.editor.heading2': string;
|
19
|
-
'fabric.editor.heading2Description': string;
|
20
|
-
'fabric.editor.heading3': string;
|
21
|
-
'fabric.editor.heading3Description': string;
|
22
|
-
'fabric.editor.heading4': string;
|
23
|
-
'fabric.editor.heading4Description': string;
|
24
|
-
'fabric.editor.heading5': string;
|
25
|
-
'fabric.editor.heading5Description': string;
|
26
|
-
'fabric.editor.heading6': string;
|
27
|
-
'fabric.editor.heading6Description': string;
|
28
|
-
'fabric.editor.infoPanel': string;
|
29
|
-
'fabric.editor.infoPanel.description': string;
|
30
|
-
'fabric.editor.normal': string;
|
31
|
-
'fabric.editor.notePanel': string;
|
32
|
-
'fabric.editor.notePanel.description': string;
|
33
|
-
'fabric.editor.other': string;
|
34
|
-
'fabric.editor.successPanel': string;
|
35
|
-
'fabric.editor.successPanel.description': string;
|
36
|
-
'fabric.editor.textStyles': string;
|
37
|
-
'fabric.editor.warningPanel': string;
|
38
|
-
'fabric.editor.warningPanel.description': string;
|
39
|
-
};
|
40
|
-
export default _default;
|
package/dist/types/i18n/hu.d.ts
DELETED
@@ -1,40 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* NOTE:
|
3
|
-
*
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
6
|
-
*/
|
7
|
-
declare const _default: {
|
8
|
-
'fabric.editor.blockquote.description': string;
|
9
|
-
'fabric.editor.blockquote2': string;
|
10
|
-
'fabric.editor.codeblock': string;
|
11
|
-
'fabric.editor.codeblock.description': string;
|
12
|
-
'fabric.editor.customPanel': string;
|
13
|
-
'fabric.editor.customPanel.description': string;
|
14
|
-
'fabric.editor.errorPanel': string;
|
15
|
-
'fabric.editor.errorPanel.description': string;
|
16
|
-
'fabric.editor.heading1': string;
|
17
|
-
'fabric.editor.heading1Description': string;
|
18
|
-
'fabric.editor.heading2': string;
|
19
|
-
'fabric.editor.heading2Description': string;
|
20
|
-
'fabric.editor.heading3': string;
|
21
|
-
'fabric.editor.heading3Description': string;
|
22
|
-
'fabric.editor.heading4': string;
|
23
|
-
'fabric.editor.heading4Description': string;
|
24
|
-
'fabric.editor.heading5': string;
|
25
|
-
'fabric.editor.heading5Description': string;
|
26
|
-
'fabric.editor.heading6': string;
|
27
|
-
'fabric.editor.heading6Description': string;
|
28
|
-
'fabric.editor.infoPanel': string;
|
29
|
-
'fabric.editor.infoPanel.description': string;
|
30
|
-
'fabric.editor.normal': string;
|
31
|
-
'fabric.editor.notePanel': string;
|
32
|
-
'fabric.editor.notePanel.description': string;
|
33
|
-
'fabric.editor.other': string;
|
34
|
-
'fabric.editor.successPanel': string;
|
35
|
-
'fabric.editor.successPanel.description': string;
|
36
|
-
'fabric.editor.textStyles': string;
|
37
|
-
'fabric.editor.warningPanel': string;
|
38
|
-
'fabric.editor.warningPanel.description': string;
|
39
|
-
};
|
40
|
-
export default _default;
|
package/dist/types/i18n/it.d.ts
DELETED
@@ -1,40 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* NOTE:
|
3
|
-
*
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
6
|
-
*/
|
7
|
-
declare const _default: {
|
8
|
-
'fabric.editor.blockquote.description': string;
|
9
|
-
'fabric.editor.blockquote2': string;
|
10
|
-
'fabric.editor.codeblock': string;
|
11
|
-
'fabric.editor.codeblock.description': string;
|
12
|
-
'fabric.editor.customPanel': string;
|
13
|
-
'fabric.editor.customPanel.description': string;
|
14
|
-
'fabric.editor.errorPanel': string;
|
15
|
-
'fabric.editor.errorPanel.description': string;
|
16
|
-
'fabric.editor.heading1': string;
|
17
|
-
'fabric.editor.heading1Description': string;
|
18
|
-
'fabric.editor.heading2': string;
|
19
|
-
'fabric.editor.heading2Description': string;
|
20
|
-
'fabric.editor.heading3': string;
|
21
|
-
'fabric.editor.heading3Description': string;
|
22
|
-
'fabric.editor.heading4': string;
|
23
|
-
'fabric.editor.heading4Description': string;
|
24
|
-
'fabric.editor.heading5': string;
|
25
|
-
'fabric.editor.heading5Description': string;
|
26
|
-
'fabric.editor.heading6': string;
|
27
|
-
'fabric.editor.heading6Description': string;
|
28
|
-
'fabric.editor.infoPanel': string;
|
29
|
-
'fabric.editor.infoPanel.description': string;
|
30
|
-
'fabric.editor.normal': string;
|
31
|
-
'fabric.editor.notePanel': string;
|
32
|
-
'fabric.editor.notePanel.description': string;
|
33
|
-
'fabric.editor.other': string;
|
34
|
-
'fabric.editor.successPanel': string;
|
35
|
-
'fabric.editor.successPanel.description': string;
|
36
|
-
'fabric.editor.textStyles': string;
|
37
|
-
'fabric.editor.warningPanel': string;
|
38
|
-
'fabric.editor.warningPanel.description': string;
|
39
|
-
};
|
40
|
-
export default _default;
|