@atlaskit/editor-plugin-block-type 1.0.2 → 2.0.0
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 +16 -0
- package/README.md +1 -1
- package/dist/cjs/i18n/cs.js +47 -0
- package/dist/cjs/i18n/da.js +47 -0
- package/dist/cjs/i18n/de.js +47 -0
- package/dist/cjs/i18n/en.js +47 -0
- package/dist/cjs/i18n/en_GB.js +47 -0
- package/dist/cjs/i18n/en_ZZ.js +47 -0
- package/dist/cjs/i18n/es.js +47 -0
- package/dist/cjs/i18n/fi.js +47 -0
- package/dist/cjs/i18n/fr.js +47 -0
- package/dist/cjs/i18n/hu.js +47 -0
- package/dist/cjs/i18n/it.js +47 -0
- package/dist/cjs/i18n/ja.js +47 -0
- package/dist/cjs/i18n/ko.js +47 -0
- package/dist/cjs/i18n/nb.js +47 -0
- package/dist/cjs/i18n/nl.js +47 -0
- package/dist/cjs/i18n/pl.js +47 -0
- package/dist/cjs/i18n/pt_BR.js +47 -0
- package/dist/cjs/i18n/ru.js +47 -0
- package/dist/cjs/i18n/sv.js +47 -0
- package/dist/cjs/i18n/th.js +47 -0
- package/dist/cjs/i18n/tr.js +47 -0
- package/dist/cjs/i18n/uk.js +47 -0
- package/dist/cjs/i18n/vi.js +47 -0
- package/dist/cjs/i18n/zh.js +47 -0
- package/dist/cjs/i18n/zh_TW.js +47 -0
- package/dist/cjs/plugin/block-types.js +29 -45
- package/dist/cjs/plugin/commands/block-type.js +4 -7
- package/dist/cjs/plugin/commands/delete-and-move-cursor.js +2 -3
- package/dist/cjs/plugin/consts.js +1 -2
- package/dist/cjs/plugin/index.js +16 -17
- package/dist/cjs/plugin/pm-plugins/input-rule.js +1 -2
- package/dist/cjs/plugin/pm-plugins/main.js +3 -5
- package/dist/cjs/plugin/styles.js +2 -3
- package/dist/cjs/plugin/ui/ToolbarBlockType/blocktype-button.js +5 -13
- package/dist/cjs/plugin/ui/ToolbarBlockType/index.js +1 -2
- package/dist/cjs/plugin/ui/ToolbarBlockType/styled.js +7 -14
- package/dist/cjs/plugin/utils.js +3 -6
- package/dist/es2019/i18n/cs.js +41 -0
- package/dist/es2019/i18n/da.js +41 -0
- package/dist/es2019/i18n/de.js +41 -0
- package/dist/es2019/i18n/en.js +41 -0
- package/dist/es2019/i18n/en_GB.js +41 -0
- package/dist/es2019/i18n/en_ZZ.js +41 -0
- package/dist/es2019/i18n/es.js +41 -0
- package/dist/es2019/i18n/fi.js +41 -0
- package/dist/es2019/i18n/fr.js +41 -0
- package/dist/es2019/i18n/hu.js +41 -0
- package/dist/es2019/i18n/it.js +41 -0
- package/dist/es2019/i18n/ja.js +41 -0
- package/dist/es2019/i18n/ko.js +41 -0
- package/dist/es2019/i18n/nb.js +41 -0
- package/dist/es2019/i18n/nl.js +41 -0
- package/dist/es2019/i18n/pl.js +41 -0
- package/dist/es2019/i18n/pt_BR.js +41 -0
- package/dist/es2019/i18n/ru.js +41 -0
- package/dist/es2019/i18n/sv.js +41 -0
- package/dist/es2019/i18n/th.js +41 -0
- package/dist/es2019/i18n/tr.js +41 -0
- package/dist/es2019/i18n/uk.js +41 -0
- package/dist/es2019/i18n/vi.js +41 -0
- package/dist/es2019/i18n/zh.js +41 -0
- package/dist/es2019/i18n/zh_TW.js +41 -0
- package/dist/es2019/plugin/block-types.js +1 -1
- package/dist/es2019/plugin/index.js +1 -1
- package/dist/es2019/plugin/ui/ToolbarBlockType/blocktype-button.js +3 -9
- package/dist/esm/i18n/cs.js +41 -0
- package/dist/esm/i18n/da.js +41 -0
- package/dist/esm/i18n/de.js +41 -0
- package/dist/esm/i18n/en.js +41 -0
- package/dist/esm/i18n/en_GB.js +41 -0
- package/dist/esm/i18n/en_ZZ.js +41 -0
- package/dist/esm/i18n/es.js +41 -0
- package/dist/esm/i18n/fi.js +41 -0
- package/dist/esm/i18n/fr.js +41 -0
- package/dist/esm/i18n/hu.js +41 -0
- package/dist/esm/i18n/it.js +41 -0
- package/dist/esm/i18n/ja.js +41 -0
- package/dist/esm/i18n/ko.js +41 -0
- package/dist/esm/i18n/nb.js +41 -0
- package/dist/esm/i18n/nl.js +41 -0
- package/dist/esm/i18n/pl.js +41 -0
- package/dist/esm/i18n/pt_BR.js +41 -0
- package/dist/esm/i18n/ru.js +41 -0
- package/dist/esm/i18n/sv.js +41 -0
- package/dist/esm/i18n/th.js +41 -0
- package/dist/esm/i18n/tr.js +41 -0
- package/dist/esm/i18n/uk.js +41 -0
- package/dist/esm/i18n/vi.js +41 -0
- package/dist/esm/i18n/zh.js +41 -0
- package/dist/esm/i18n/zh_TW.js +41 -0
- package/dist/esm/plugin/block-types.js +1 -1
- package/dist/esm/plugin/index.js +10 -10
- package/dist/esm/plugin/ui/ToolbarBlockType/blocktype-button.js +3 -9
- package/dist/types/i18n/cs.d.ts +40 -0
- package/dist/types/i18n/da.d.ts +40 -0
- package/dist/types/i18n/de.d.ts +40 -0
- package/dist/types/i18n/en.d.ts +40 -0
- package/dist/types/i18n/en_GB.d.ts +40 -0
- package/dist/types/i18n/en_ZZ.d.ts +40 -0
- package/dist/types/i18n/es.d.ts +40 -0
- package/dist/types/i18n/fi.d.ts +40 -0
- package/dist/types/i18n/fr.d.ts +40 -0
- package/dist/types/i18n/hu.d.ts +40 -0
- package/dist/types/i18n/it.d.ts +40 -0
- package/dist/types/i18n/ja.d.ts +40 -0
- package/dist/types/i18n/ko.d.ts +40 -0
- package/dist/types/i18n/nb.d.ts +40 -0
- package/dist/types/i18n/nl.d.ts +40 -0
- package/dist/types/i18n/pl.d.ts +40 -0
- package/dist/types/i18n/pt_BR.d.ts +40 -0
- package/dist/types/i18n/ru.d.ts +40 -0
- package/dist/types/i18n/sv.d.ts +40 -0
- package/dist/types/i18n/th.d.ts +40 -0
- package/dist/types/i18n/tr.d.ts +40 -0
- package/dist/types/i18n/uk.d.ts +40 -0
- package/dist/types/i18n/vi.d.ts +40 -0
- package/dist/types/i18n/zh.d.ts +40 -0
- package/dist/types/i18n/zh_TW.d.ts +40 -0
- package/dist/types/plugin/ui/ToolbarBlockType/blocktype-button.d.ts +0 -7
- package/dist/types-ts4.5/i18n/cs.d.ts +40 -0
- package/dist/types-ts4.5/i18n/da.d.ts +40 -0
- package/dist/types-ts4.5/i18n/de.d.ts +40 -0
- package/dist/types-ts4.5/i18n/en.d.ts +40 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +40 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +40 -0
- package/dist/types-ts4.5/i18n/es.d.ts +40 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +40 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +40 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +40 -0
- package/dist/types-ts4.5/i18n/it.d.ts +40 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +40 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +40 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +40 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +40 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +40 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +40 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +40 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +40 -0
- package/dist/types-ts4.5/i18n/th.d.ts +40 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +40 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +40 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +40 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +40 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +40 -0
- package/dist/types-ts4.5/plugin/ui/ToolbarBlockType/blocktype-button.d.ts +0 -7
- package/package.json +3 -4
- package/dist/cjs/messages.js +0 -19
- package/dist/cjs/plugin/messages.js +0 -160
- package/dist/cjs/plugin/ui/ToolbarBlockType/toolbar-messages.js +0 -15
- package/dist/es2019/messages.js +0 -2
- package/dist/es2019/plugin/messages.js +0 -153
- package/dist/es2019/plugin/ui/ToolbarBlockType/toolbar-messages.js +0 -8
- package/dist/esm/messages.js +0 -2
- package/dist/esm/plugin/messages.js +0 -153
- package/dist/esm/plugin/ui/ToolbarBlockType/toolbar-messages.js +0 -8
- package/dist/types/messages.d.ts +0 -2
- package/dist/types/plugin/messages.d.ts +0 -152
- package/dist/types/plugin/ui/ToolbarBlockType/toolbar-messages.d.ts +0 -7
- package/dist/types-ts4.5/messages.d.ts +0 -2
- package/dist/types-ts4.5/plugin/messages.d.ts +0 -152
- package/dist/types-ts4.5/plugin/ui/ToolbarBlockType/toolbar-messages.d.ts +0 -7
- package/messages/package.json +0 -15
|
@@ -0,0 +1,41 @@
|
|
|
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
|
+
//Thai (Thailand)
|
|
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
|
+
};
|
|
@@ -0,0 +1,41 @@
|
|
|
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
|
+
//Turkish (Turkey)
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.editor.blockquote.description': 'Alıntı veya atıf ekleyin',
|
|
11
|
+
'fabric.editor.blockquote2': 'Alıntı',
|
|
12
|
+
'fabric.editor.codeblock': 'Kod parçacığı',
|
|
13
|
+
'fabric.editor.codeblock.description': 'Kodları söz dizimini vurgulayarak görüntüleyin',
|
|
14
|
+
'fabric.editor.customPanel': 'Özel panel',
|
|
15
|
+
'fabric.editor.customPanel.description': 'Emoji ve renkli arkaplan içeren bir not ekleyin',
|
|
16
|
+
'fabric.editor.errorPanel': 'Hata panosu',
|
|
17
|
+
'fabric.editor.errorPanel.description': 'Renkli bir panoda hataları belirtin',
|
|
18
|
+
'fabric.editor.heading1': 'Başlık 1',
|
|
19
|
+
'fabric.editor.heading1Description': 'En üst sıradaki başlıklar için bu seçeneği kullanın',
|
|
20
|
+
'fabric.editor.heading2': 'Başlık 2',
|
|
21
|
+
'fabric.editor.heading2Description': 'Alt başlıklar için bu seçeneği kullanın',
|
|
22
|
+
'fabric.editor.heading3': 'Başlık 3',
|
|
23
|
+
'fabric.editor.heading3Description': 'Alt bölümler ve grup başlıkları için bu seçeneği kullanın',
|
|
24
|
+
'fabric.editor.heading4': 'Başlık 4',
|
|
25
|
+
'fabric.editor.heading4Description': 'Daha alt düzey başlıklar için bu seçeneği kullanın',
|
|
26
|
+
'fabric.editor.heading5': 'Başlık 5',
|
|
27
|
+
'fabric.editor.heading5Description': 'Liste ögelerini gruplandırmak için bu seçeneği kullanın',
|
|
28
|
+
'fabric.editor.heading6': 'Başlık 6',
|
|
29
|
+
'fabric.editor.heading6Description': 'En alt düzey başlıklar için bu seçeneği kullanın',
|
|
30
|
+
'fabric.editor.infoPanel': 'Bilgi panosu',
|
|
31
|
+
'fabric.editor.infoPanel.description': 'Renkli bir panoda bilgileri vurgulayın',
|
|
32
|
+
'fabric.editor.normal': 'Normal metin',
|
|
33
|
+
'fabric.editor.notePanel': 'Not panosu',
|
|
34
|
+
'fabric.editor.notePanel.description': 'Renkli bir panoya not ekleyin',
|
|
35
|
+
'fabric.editor.other': 'Diğerleri...',
|
|
36
|
+
'fabric.editor.successPanel': 'Başarı panosu',
|
|
37
|
+
'fabric.editor.successPanel.description': 'Renkli bir panoya ipuçları ekleyin',
|
|
38
|
+
'fabric.editor.textStyles': 'Metin stilleri',
|
|
39
|
+
'fabric.editor.warningPanel': 'Uyarı panosu',
|
|
40
|
+
'fabric.editor.warningPanel.description': 'Renkli bir panoya uyarı notu ekleyin'
|
|
41
|
+
};
|
|
@@ -0,0 +1,41 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1,41 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1,41 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1,41 @@
|
|
|
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/plugin/index.js
CHANGED
|
@@ -3,12 +3,12 @@ import React from 'react';
|
|
|
3
3
|
import { blockquote, hardBreak, heading } from '@atlaskit/adf-schema';
|
|
4
4
|
import { ACTION, ACTION_SUBJECT, ACTION_SUBJECT_ID, EVENT_TYPE, INPUT_METHOD } from '@atlaskit/editor-common/analytics';
|
|
5
5
|
import { keymap, toggleBlockQuote, tooltip } from '@atlaskit/editor-common/keymaps';
|
|
6
|
+
import { blockTypeMessages as messages } from '@atlaskit/editor-common/messages';
|
|
6
7
|
import { IconHeading, IconQuote } from '@atlaskit/editor-common/quick-insert';
|
|
7
8
|
import { ToolbarSize } from '@atlaskit/editor-common/types';
|
|
8
9
|
import { WithPluginState } from '@atlaskit/editor-common/with-plugin-state';
|
|
9
10
|
import { setBlockTypeWithAnalytics } from './commands';
|
|
10
11
|
import { insertBlockQuoteWithAnalytics } from './commands/block-type';
|
|
11
|
-
import { messages } from './messages';
|
|
12
12
|
import inputRulePlugin from './pm-plugins/input-rule';
|
|
13
13
|
import keymapPlugin from './pm-plugins/keymap';
|
|
14
14
|
import { createPlugin, pluginKey } from './pm-plugins/main';
|
|
@@ -44,7 +44,7 @@ var headingPluginOptions = function headingPluginOptions(_ref, isAllowed, editor
|
|
|
44
44
|
var tr = insert(state.schema.nodes.heading.createChecked({
|
|
45
45
|
level: level
|
|
46
46
|
}));
|
|
47
|
-
editorAnalyticsApi === null || editorAnalyticsApi === void 0
|
|
47
|
+
editorAnalyticsApi === null || editorAnalyticsApi === void 0 || editorAnalyticsApi.attachAnalyticsEvent({
|
|
48
48
|
action: ACTION.FORMATTED,
|
|
49
49
|
actionSubject: ACTION_SUBJECT.TEXT,
|
|
50
50
|
eventType: EVENT_TYPE.TRACK,
|
|
@@ -75,7 +75,7 @@ var blockquotePluginOptions = function blockquotePluginOptions(_ref2, isAllowed,
|
|
|
75
75
|
},
|
|
76
76
|
action: function action(insert, state) {
|
|
77
77
|
var tr = insert(state.schema.nodes.blockquote.createChecked({}, state.schema.nodes.paragraph.createChecked()));
|
|
78
|
-
editorAnalyticsApi === null || editorAnalyticsApi === void 0
|
|
78
|
+
editorAnalyticsApi === null || editorAnalyticsApi === void 0 || editorAnalyticsApi.attachAnalyticsEvent({
|
|
79
79
|
action: ACTION.FORMATTED,
|
|
80
80
|
actionSubject: ACTION_SUBJECT.TEXT,
|
|
81
81
|
eventType: EVENT_TYPE.TRACK,
|
|
@@ -118,7 +118,7 @@ var blockTypePlugin = function blockTypePlugin(_ref3) {
|
|
|
118
118
|
plugin: function plugin(_ref4) {
|
|
119
119
|
var _api$analytics;
|
|
120
120
|
var dispatch = _ref4.dispatch;
|
|
121
|
-
return createPlugin(api === null || api === void 0
|
|
121
|
+
return createPlugin(api === null || api === void 0 || (_api$analytics = api.analytics) === null || _api$analytics === void 0 ? void 0 : _api$analytics.actions, dispatch, options && options.lastNodeMustBeParagraph);
|
|
122
122
|
}
|
|
123
123
|
}, {
|
|
124
124
|
name: 'blockTypeInputRule',
|
|
@@ -126,7 +126,7 @@ var blockTypePlugin = function blockTypePlugin(_ref3) {
|
|
|
126
126
|
var _api$analytics2;
|
|
127
127
|
var schema = _ref5.schema,
|
|
128
128
|
featureFlags = _ref5.featureFlags;
|
|
129
|
-
return inputRulePlugin(api === null || api === void 0
|
|
129
|
+
return inputRulePlugin(api === null || api === void 0 || (_api$analytics2 = api.analytics) === null || _api$analytics2 === void 0 ? void 0 : _api$analytics2.actions, schema, featureFlags);
|
|
130
130
|
}
|
|
131
131
|
},
|
|
132
132
|
// Needs to be lower priority than editor-tables.tableEditing
|
|
@@ -137,18 +137,18 @@ var blockTypePlugin = function blockTypePlugin(_ref3) {
|
|
|
137
137
|
var _api$analytics3;
|
|
138
138
|
var schema = _ref6.schema,
|
|
139
139
|
featureFlags = _ref6.featureFlags;
|
|
140
|
-
return keymapPlugin(api === null || api === void 0
|
|
140
|
+
return keymapPlugin(api === null || api === void 0 || (_api$analytics3 = api.analytics) === null || _api$analytics3 === void 0 ? void 0 : _api$analytics3.actions, schema, featureFlags);
|
|
141
141
|
}
|
|
142
142
|
}];
|
|
143
143
|
},
|
|
144
144
|
actions: {
|
|
145
145
|
insertBlockQuote: function insertBlockQuote(inputMethod) {
|
|
146
146
|
var _api$analytics4;
|
|
147
|
-
return insertBlockQuoteWithAnalytics(inputMethod, api === null || api === void 0
|
|
147
|
+
return insertBlockQuoteWithAnalytics(inputMethod, api === null || api === void 0 || (_api$analytics4 = api.analytics) === null || _api$analytics4 === void 0 ? void 0 : _api$analytics4.actions);
|
|
148
148
|
},
|
|
149
149
|
setBlockType: function setBlockType(name, inputMethod) {
|
|
150
150
|
var _api$analytics5;
|
|
151
|
-
return setBlockTypeWithAnalytics(name, inputMethod, api === null || api === void 0
|
|
151
|
+
return setBlockTypeWithAnalytics(name, inputMethod, api === null || api === void 0 || (_api$analytics5 = api.analytics) === null || _api$analytics5 === void 0 ? void 0 : _api$analytics5.actions);
|
|
152
152
|
}
|
|
153
153
|
},
|
|
154
154
|
getSharedState: function getSharedState(editorState) {
|
|
@@ -169,7 +169,7 @@ var blockTypePlugin = function blockTypePlugin(_ref3) {
|
|
|
169
169
|
var isSmall = options && options.isUndoRedoButtonsEnabled ? toolbarSize < ToolbarSize.XXL : toolbarSize < ToolbarSize.XL;
|
|
170
170
|
var boundSetBlockType = function boundSetBlockType(name) {
|
|
171
171
|
var _api$analytics6;
|
|
172
|
-
return setBlockTypeWithAnalytics(name, INPUT_METHOD.TOOLBAR, api === null || api === void 0
|
|
172
|
+
return setBlockTypeWithAnalytics(name, INPUT_METHOD.TOOLBAR, api === null || api === void 0 || (_api$analytics6 = api.analytics) === null || _api$analytics6 === void 0 ? void 0 : _api$analytics6.actions)(editorView.state, editorView.dispatch);
|
|
173
173
|
};
|
|
174
174
|
return /*#__PURE__*/React.createElement(WithPluginState, {
|
|
175
175
|
editorView: editorView,
|
|
@@ -196,7 +196,7 @@ var blockTypePlugin = function blockTypePlugin(_ref3) {
|
|
|
196
196
|
quickInsert: function quickInsert(intl) {
|
|
197
197
|
var _api$analytics7, _api$analytics8;
|
|
198
198
|
var exclude = options && options.allowBlockType && options.allowBlockType.exclude ? options.allowBlockType.exclude : [];
|
|
199
|
-
return [].concat(_toConsumableArray(blockquotePluginOptions(intl, exclude.indexOf('blockquote') === -1, api === null || api === void 0
|
|
199
|
+
return [].concat(_toConsumableArray(blockquotePluginOptions(intl, exclude.indexOf('blockquote') === -1, api === null || api === void 0 || (_api$analytics7 = api.analytics) === null || _api$analytics7 === void 0 ? void 0 : _api$analytics7.actions)), _toConsumableArray(headingPluginOptions(intl, exclude.indexOf('heading') === -1, api === null || api === void 0 || (_api$analytics8 = api.analytics) === null || _api$analytics8 === void 0 ? void 0 : _api$analytics8.actions)));
|
|
200
200
|
}
|
|
201
201
|
}
|
|
202
202
|
};
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { jsx } from '@emotion/react';
|
|
4
|
-
import {
|
|
4
|
+
import { FormattedMessage } from 'react-intl-next';
|
|
5
|
+
import { toolbarMessages } from '@atlaskit/editor-common/messages';
|
|
5
6
|
import { wrapperStyle } from '@atlaskit/editor-common/styles';
|
|
6
7
|
import { ToolbarButton } from '@atlaskit/editor-common/ui-menu';
|
|
7
8
|
import ExpandIcon from '@atlaskit/icon/glyph/chevron-down';
|
|
8
9
|
import TextStyleIcon from '@atlaskit/icon/glyph/editor/text-style';
|
|
9
10
|
import { NORMAL_TEXT } from '../../block-types';
|
|
10
11
|
import { buttonContentReducedSpacingStyle, buttonContentStyle, expandIconWrapperStyle, wrapperSmallStyle } from './styled';
|
|
11
|
-
export var messages = defineMessages({
|
|
12
|
-
textStyles: {
|
|
13
|
-
id: 'fabric.editor.textStyles',
|
|
14
|
-
defaultMessage: 'Text styles',
|
|
15
|
-
description: 'Menu provides access to various heading styles or normal text'
|
|
16
|
-
}
|
|
17
|
-
});
|
|
18
12
|
export var BlockTypeButton = function BlockTypeButton(props) {
|
|
19
|
-
var labelTextStyles = props.formatMessage(
|
|
13
|
+
var labelTextStyles = props.formatMessage(toolbarMessages.textStyles);
|
|
20
14
|
return jsx(ToolbarButton, {
|
|
21
15
|
spacing: props.isReducedSpacing ? 'none' : 'default',
|
|
22
16
|
selected: props.selected,
|
|
@@ -0,0 +1,40 @@
|
|
|
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;
|
|
@@ -0,0 +1,40 @@
|
|
|
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;
|
|
@@ -0,0 +1,40 @@
|
|
|
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;
|
|
@@ -0,0 +1,40 @@
|
|
|
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;
|
|
@@ -0,0 +1,40 @@
|
|
|
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;
|
|
@@ -0,0 +1,40 @@
|
|
|
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;
|