@atlaskit/editor-plugin-block-type 4.0.2 → 4.0.4

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.
Files changed (239) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/consts/package.json +5 -5
  3. package/dist/cjs/{plugin/index.js → blockTypePlugin.js} +27 -3
  4. package/dist/cjs/index.js +2 -2
  5. package/dist/cjs/{plugin/pm-plugins → pm-plugins}/input-rule.js +1 -1
  6. package/dist/cjs/{plugin/pm-plugins → pm-plugins}/keymap.js +3 -3
  7. package/dist/cjs/{plugin/pm-plugins → pm-plugins}/main.js +4 -4
  8. package/dist/cjs/pm-plugins/types.js +5 -0
  9. package/dist/cjs/pm-plugins/ui/FloatingToolbarComponent.js +44 -0
  10. package/dist/cjs/{consts.js → ui/consts.js} +1 -1
  11. package/dist/es2019/{plugin/index.js → blockTypePlugin.js} +27 -3
  12. package/dist/es2019/index.js +1 -1
  13. package/dist/es2019/{plugin/pm-plugins → pm-plugins}/input-rule.js +1 -1
  14. package/dist/es2019/{plugin/pm-plugins → pm-plugins}/keymap.js +3 -3
  15. package/dist/es2019/{plugin/pm-plugins → pm-plugins}/main.js +4 -4
  16. package/dist/es2019/pm-plugins/ui/FloatingToolbarComponent.js +36 -0
  17. package/dist/{esm → es2019/ui}/consts.js +1 -1
  18. package/dist/esm/{plugin/index.js → blockTypePlugin.js} +27 -3
  19. package/dist/esm/blockTypePluginType.js +1 -0
  20. package/dist/esm/index.js +1 -1
  21. package/dist/esm/{plugin/pm-plugins → pm-plugins}/input-rule.js +1 -1
  22. package/dist/esm/{plugin/pm-plugins → pm-plugins}/keymap.js +3 -3
  23. package/dist/esm/{plugin/pm-plugins → pm-plugins}/main.js +4 -4
  24. package/dist/esm/pm-plugins/types.js +1 -0
  25. package/dist/esm/pm-plugins/ui/FloatingToolbarComponent.js +34 -0
  26. package/dist/{es2019 → esm/ui}/consts.js +1 -1
  27. package/dist/types/blockTypePlugin.d.ts +5 -0
  28. package/dist/types/{plugin/index.d.ts → blockTypePluginType.d.ts} +3 -7
  29. package/dist/types/index.d.ts +7 -7
  30. package/dist/types/{plugin/pm-plugins → pm-plugins}/main.d.ts +2 -2
  31. package/dist/types/pm-plugins/ui/FloatingToolbarComponent.d.ts +8 -0
  32. package/dist/types/{plugin → pm-plugins}/ui/PrimaryToolbarComponent.d.ts +1 -1
  33. package/dist/types/{plugin → pm-plugins}/ui/ToolbarBlockType/index.d.ts +2 -2
  34. package/dist/types/{consts.d.ts → ui/consts.d.ts} +1 -1
  35. package/dist/types-ts4.5/blockTypePlugin.d.ts +5 -0
  36. package/dist/types-ts4.5/{plugin/index.d.ts → blockTypePluginType.d.ts} +3 -7
  37. package/dist/types-ts4.5/index.d.ts +7 -7
  38. package/dist/types-ts4.5/{plugin/pm-plugins → pm-plugins}/main.d.ts +2 -2
  39. package/dist/types-ts4.5/pm-plugins/ui/FloatingToolbarComponent.d.ts +8 -0
  40. package/dist/types-ts4.5/{plugin → pm-plugins}/ui/PrimaryToolbarComponent.d.ts +1 -1
  41. package/dist/types-ts4.5/{plugin → pm-plugins}/ui/ToolbarBlockType/index.d.ts +2 -2
  42. package/dist/types-ts4.5/{consts.d.ts → ui/consts.d.ts} +1 -1
  43. package/package.json +12 -9
  44. package/styles/package.json +5 -5
  45. package/dist/cjs/i18n/cs.js +0 -47
  46. package/dist/cjs/i18n/da.js +0 -47
  47. package/dist/cjs/i18n/de.js +0 -47
  48. package/dist/cjs/i18n/en.js +0 -47
  49. package/dist/cjs/i18n/en_GB.js +0 -47
  50. package/dist/cjs/i18n/en_ZZ.js +0 -47
  51. package/dist/cjs/i18n/es.js +0 -47
  52. package/dist/cjs/i18n/fi.js +0 -47
  53. package/dist/cjs/i18n/fr.js +0 -47
  54. package/dist/cjs/i18n/hu.js +0 -47
  55. package/dist/cjs/i18n/it.js +0 -47
  56. package/dist/cjs/i18n/ja.js +0 -47
  57. package/dist/cjs/i18n/ko.js +0 -47
  58. package/dist/cjs/i18n/nb.js +0 -47
  59. package/dist/cjs/i18n/nl.js +0 -47
  60. package/dist/cjs/i18n/pl.js +0 -47
  61. package/dist/cjs/i18n/pt_BR.js +0 -47
  62. package/dist/cjs/i18n/ru.js +0 -47
  63. package/dist/cjs/i18n/sv.js +0 -47
  64. package/dist/cjs/i18n/th.js +0 -47
  65. package/dist/cjs/i18n/tr.js +0 -47
  66. package/dist/cjs/i18n/uk.js +0 -47
  67. package/dist/cjs/i18n/vi.js +0 -47
  68. package/dist/cjs/i18n/zh.js +0 -47
  69. package/dist/cjs/i18n/zh_TW.js +0 -47
  70. package/dist/cjs/styles.js +0 -12
  71. package/dist/es2019/i18n/cs.js +0 -41
  72. package/dist/es2019/i18n/da.js +0 -41
  73. package/dist/es2019/i18n/de.js +0 -41
  74. package/dist/es2019/i18n/en.js +0 -41
  75. package/dist/es2019/i18n/en_GB.js +0 -41
  76. package/dist/es2019/i18n/en_ZZ.js +0 -41
  77. package/dist/es2019/i18n/es.js +0 -41
  78. package/dist/es2019/i18n/fi.js +0 -41
  79. package/dist/es2019/i18n/fr.js +0 -41
  80. package/dist/es2019/i18n/hu.js +0 -41
  81. package/dist/es2019/i18n/it.js +0 -41
  82. package/dist/es2019/i18n/ja.js +0 -41
  83. package/dist/es2019/i18n/ko.js +0 -41
  84. package/dist/es2019/i18n/nb.js +0 -41
  85. package/dist/es2019/i18n/nl.js +0 -41
  86. package/dist/es2019/i18n/pl.js +0 -41
  87. package/dist/es2019/i18n/pt_BR.js +0 -41
  88. package/dist/es2019/i18n/ru.js +0 -41
  89. package/dist/es2019/i18n/sv.js +0 -41
  90. package/dist/es2019/i18n/th.js +0 -41
  91. package/dist/es2019/i18n/tr.js +0 -41
  92. package/dist/es2019/i18n/uk.js +0 -41
  93. package/dist/es2019/i18n/vi.js +0 -41
  94. package/dist/es2019/i18n/zh.js +0 -41
  95. package/dist/es2019/i18n/zh_TW.js +0 -41
  96. package/dist/es2019/styles.js +0 -1
  97. package/dist/esm/i18n/cs.js +0 -41
  98. package/dist/esm/i18n/da.js +0 -41
  99. package/dist/esm/i18n/de.js +0 -41
  100. package/dist/esm/i18n/en.js +0 -41
  101. package/dist/esm/i18n/en_GB.js +0 -41
  102. package/dist/esm/i18n/en_ZZ.js +0 -41
  103. package/dist/esm/i18n/es.js +0 -41
  104. package/dist/esm/i18n/fi.js +0 -41
  105. package/dist/esm/i18n/fr.js +0 -41
  106. package/dist/esm/i18n/hu.js +0 -41
  107. package/dist/esm/i18n/it.js +0 -41
  108. package/dist/esm/i18n/ja.js +0 -41
  109. package/dist/esm/i18n/ko.js +0 -41
  110. package/dist/esm/i18n/nb.js +0 -41
  111. package/dist/esm/i18n/nl.js +0 -41
  112. package/dist/esm/i18n/pl.js +0 -41
  113. package/dist/esm/i18n/pt_BR.js +0 -41
  114. package/dist/esm/i18n/ru.js +0 -41
  115. package/dist/esm/i18n/sv.js +0 -41
  116. package/dist/esm/i18n/th.js +0 -41
  117. package/dist/esm/i18n/tr.js +0 -41
  118. package/dist/esm/i18n/uk.js +0 -41
  119. package/dist/esm/i18n/vi.js +0 -41
  120. package/dist/esm/i18n/zh.js +0 -41
  121. package/dist/esm/i18n/zh_TW.js +0 -41
  122. package/dist/esm/styles.js +0 -1
  123. package/dist/types/i18n/cs.d.ts +0 -40
  124. package/dist/types/i18n/da.d.ts +0 -40
  125. package/dist/types/i18n/de.d.ts +0 -40
  126. package/dist/types/i18n/en.d.ts +0 -40
  127. package/dist/types/i18n/en_GB.d.ts +0 -40
  128. package/dist/types/i18n/en_ZZ.d.ts +0 -40
  129. package/dist/types/i18n/es.d.ts +0 -40
  130. package/dist/types/i18n/fi.d.ts +0 -40
  131. package/dist/types/i18n/fr.d.ts +0 -40
  132. package/dist/types/i18n/hu.d.ts +0 -40
  133. package/dist/types/i18n/it.d.ts +0 -40
  134. package/dist/types/i18n/ja.d.ts +0 -40
  135. package/dist/types/i18n/ko.d.ts +0 -40
  136. package/dist/types/i18n/nb.d.ts +0 -40
  137. package/dist/types/i18n/nl.d.ts +0 -40
  138. package/dist/types/i18n/pl.d.ts +0 -40
  139. package/dist/types/i18n/pt_BR.d.ts +0 -40
  140. package/dist/types/i18n/ru.d.ts +0 -40
  141. package/dist/types/i18n/sv.d.ts +0 -40
  142. package/dist/types/i18n/th.d.ts +0 -40
  143. package/dist/types/i18n/tr.d.ts +0 -40
  144. package/dist/types/i18n/uk.d.ts +0 -40
  145. package/dist/types/i18n/vi.d.ts +0 -40
  146. package/dist/types/i18n/zh.d.ts +0 -40
  147. package/dist/types/i18n/zh_TW.d.ts +0 -40
  148. package/dist/types/styles.d.ts +0 -1
  149. package/dist/types-ts4.5/i18n/cs.d.ts +0 -40
  150. package/dist/types-ts4.5/i18n/da.d.ts +0 -40
  151. package/dist/types-ts4.5/i18n/de.d.ts +0 -40
  152. package/dist/types-ts4.5/i18n/en.d.ts +0 -40
  153. package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -40
  154. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -40
  155. package/dist/types-ts4.5/i18n/es.d.ts +0 -40
  156. package/dist/types-ts4.5/i18n/fi.d.ts +0 -40
  157. package/dist/types-ts4.5/i18n/fr.d.ts +0 -40
  158. package/dist/types-ts4.5/i18n/hu.d.ts +0 -40
  159. package/dist/types-ts4.5/i18n/it.d.ts +0 -40
  160. package/dist/types-ts4.5/i18n/ja.d.ts +0 -40
  161. package/dist/types-ts4.5/i18n/ko.d.ts +0 -40
  162. package/dist/types-ts4.5/i18n/nb.d.ts +0 -40
  163. package/dist/types-ts4.5/i18n/nl.d.ts +0 -40
  164. package/dist/types-ts4.5/i18n/pl.d.ts +0 -40
  165. package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -40
  166. package/dist/types-ts4.5/i18n/ru.d.ts +0 -40
  167. package/dist/types-ts4.5/i18n/sv.d.ts +0 -40
  168. package/dist/types-ts4.5/i18n/th.d.ts +0 -40
  169. package/dist/types-ts4.5/i18n/tr.d.ts +0 -40
  170. package/dist/types-ts4.5/i18n/uk.d.ts +0 -40
  171. package/dist/types-ts4.5/i18n/vi.d.ts +0 -40
  172. package/dist/types-ts4.5/i18n/zh.d.ts +0 -40
  173. package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -40
  174. package/dist/types-ts4.5/styles.d.ts +0 -1
  175. /package/dist/cjs/{plugin/types.js → blockTypePluginType.js} +0 -0
  176. /package/dist/cjs/{plugin → pm-plugins}/block-types.js +0 -0
  177. /package/dist/cjs/{plugin → pm-plugins}/commands/block-type.js +0 -0
  178. /package/dist/cjs/{plugin → pm-plugins}/commands/delete-and-move-cursor.js +0 -0
  179. /package/dist/cjs/{plugin → pm-plugins}/commands/delete-block-content.js +0 -0
  180. /package/dist/cjs/{plugin → pm-plugins}/commands/index.js +0 -0
  181. /package/dist/cjs/{plugin → pm-plugins}/consts.js +0 -0
  182. /package/dist/cjs/{plugin → pm-plugins}/ui/PrimaryToolbarComponent.js +0 -0
  183. /package/dist/cjs/{plugin → pm-plugins}/ui/ToolbarBlockType/blocktype-button.js +0 -0
  184. /package/dist/cjs/{plugin → pm-plugins}/ui/ToolbarBlockType/index.js +0 -0
  185. /package/dist/cjs/{plugin → pm-plugins}/ui/ToolbarBlockType/styled.js +0 -0
  186. /package/dist/cjs/{plugin → pm-plugins}/utils.js +0 -0
  187. /package/dist/cjs/{plugin → ui}/styles.js +0 -0
  188. /package/dist/es2019/{plugin/types.js → blockTypePluginType.js} +0 -0
  189. /package/dist/es2019/{plugin → pm-plugins}/block-types.js +0 -0
  190. /package/dist/es2019/{plugin → pm-plugins}/commands/block-type.js +0 -0
  191. /package/dist/es2019/{plugin → pm-plugins}/commands/delete-and-move-cursor.js +0 -0
  192. /package/dist/es2019/{plugin → pm-plugins}/commands/delete-block-content.js +0 -0
  193. /package/dist/es2019/{plugin → pm-plugins}/commands/index.js +0 -0
  194. /package/dist/es2019/{plugin → pm-plugins}/consts.js +0 -0
  195. /package/dist/{esm/plugin → es2019/pm-plugins}/types.js +0 -0
  196. /package/dist/es2019/{plugin → pm-plugins}/ui/PrimaryToolbarComponent.js +0 -0
  197. /package/dist/es2019/{plugin → pm-plugins}/ui/ToolbarBlockType/blocktype-button.js +0 -0
  198. /package/dist/es2019/{plugin → pm-plugins}/ui/ToolbarBlockType/index.js +0 -0
  199. /package/dist/es2019/{plugin → pm-plugins}/ui/ToolbarBlockType/styled.js +0 -0
  200. /package/dist/es2019/{plugin → pm-plugins}/utils.js +0 -0
  201. /package/dist/es2019/{plugin → ui}/styles.js +0 -0
  202. /package/dist/esm/{plugin → pm-plugins}/block-types.js +0 -0
  203. /package/dist/esm/{plugin → pm-plugins}/commands/block-type.js +0 -0
  204. /package/dist/esm/{plugin → pm-plugins}/commands/delete-and-move-cursor.js +0 -0
  205. /package/dist/esm/{plugin → pm-plugins}/commands/delete-block-content.js +0 -0
  206. /package/dist/esm/{plugin → pm-plugins}/commands/index.js +0 -0
  207. /package/dist/esm/{plugin → pm-plugins}/consts.js +0 -0
  208. /package/dist/esm/{plugin → pm-plugins}/ui/PrimaryToolbarComponent.js +0 -0
  209. /package/dist/esm/{plugin → pm-plugins}/ui/ToolbarBlockType/blocktype-button.js +0 -0
  210. /package/dist/esm/{plugin → pm-plugins}/ui/ToolbarBlockType/index.js +0 -0
  211. /package/dist/esm/{plugin → pm-plugins}/ui/ToolbarBlockType/styled.js +0 -0
  212. /package/dist/esm/{plugin → pm-plugins}/utils.js +0 -0
  213. /package/dist/esm/{plugin → ui}/styles.js +0 -0
  214. /package/dist/types/{plugin → pm-plugins}/block-types.d.ts +0 -0
  215. /package/dist/types/{plugin → pm-plugins}/commands/block-type.d.ts +0 -0
  216. /package/dist/types/{plugin → pm-plugins}/commands/delete-and-move-cursor.d.ts +0 -0
  217. /package/dist/types/{plugin → pm-plugins}/commands/delete-block-content.d.ts +0 -0
  218. /package/dist/types/{plugin → pm-plugins}/commands/index.d.ts +0 -0
  219. /package/dist/types/{plugin → pm-plugins}/consts.d.ts +0 -0
  220. /package/dist/types/{plugin/pm-plugins → pm-plugins}/input-rule.d.ts +0 -0
  221. /package/dist/types/{plugin/pm-plugins → pm-plugins}/keymap.d.ts +0 -0
  222. /package/dist/types/{plugin → pm-plugins}/types.d.ts +0 -0
  223. /package/dist/types/{plugin → pm-plugins}/ui/ToolbarBlockType/blocktype-button.d.ts +0 -0
  224. /package/dist/types/{plugin → pm-plugins}/ui/ToolbarBlockType/styled.d.ts +0 -0
  225. /package/dist/types/{plugin → pm-plugins}/utils.d.ts +0 -0
  226. /package/dist/types/{plugin → ui}/styles.d.ts +0 -0
  227. /package/dist/types-ts4.5/{plugin → pm-plugins}/block-types.d.ts +0 -0
  228. /package/dist/types-ts4.5/{plugin → pm-plugins}/commands/block-type.d.ts +0 -0
  229. /package/dist/types-ts4.5/{plugin → pm-plugins}/commands/delete-and-move-cursor.d.ts +0 -0
  230. /package/dist/types-ts4.5/{plugin → pm-plugins}/commands/delete-block-content.d.ts +0 -0
  231. /package/dist/types-ts4.5/{plugin → pm-plugins}/commands/index.d.ts +0 -0
  232. /package/dist/types-ts4.5/{plugin → pm-plugins}/consts.d.ts +0 -0
  233. /package/dist/types-ts4.5/{plugin/pm-plugins → pm-plugins}/input-rule.d.ts +0 -0
  234. /package/dist/types-ts4.5/{plugin/pm-plugins → pm-plugins}/keymap.d.ts +0 -0
  235. /package/dist/types-ts4.5/{plugin → pm-plugins}/types.d.ts +0 -0
  236. /package/dist/types-ts4.5/{plugin → pm-plugins}/ui/ToolbarBlockType/blocktype-button.d.ts +0 -0
  237. /package/dist/types-ts4.5/{plugin → pm-plugins}/ui/ToolbarBlockType/styled.d.ts +0 -0
  238. /package/dist/types-ts4.5/{plugin → pm-plugins}/utils.d.ts +0 -0
  239. /package/dist/types-ts4.5/{plugin → ui}/styles.d.ts +0 -0
@@ -1,47 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- /* prettier-ignore */
8
- /**
9
- * NOTE:
10
- *
11
- * This file is automatically generated by Traduki 2.0.
12
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
- */
14
- //Chinese (Simplified)
15
- var _default = exports.default = {
16
- 'fabric.editor.blockquote.description': '插入引用',
17
- 'fabric.editor.blockquote2': '引用',
18
- 'fabric.editor.codeblock': '代码片段',
19
- 'fabric.editor.codeblock.description': '显示带语法高亮的代码',
20
- 'fabric.editor.customPanel': '自定义面板',
21
- 'fabric.editor.customPanel.description': '使用表情和彩色背景来添加注释',
22
- 'fabric.editor.errorPanel': '错误面板',
23
- 'fabric.editor.errorPanel.description': '在彩色面板调出错误',
24
- 'fabric.editor.heading1': '标题 1',
25
- 'fabric.editor.heading1Description': '用于顶级标题',
26
- 'fabric.editor.heading2': '标题 2',
27
- 'fabric.editor.heading2Description': '用于主体部分',
28
- 'fabric.editor.heading3': '标题 3',
29
- 'fabric.editor.heading3Description': '用于分节和组标题',
30
- 'fabric.editor.heading4': '标题 4',
31
- 'fabric.editor.heading4Description': '用于深层标题',
32
- 'fabric.editor.heading5': '标题 5',
33
- 'fabric.editor.heading5Description': '用于对列表项进行分组',
34
- 'fabric.editor.heading6': '标题 6',
35
- 'fabric.editor.heading6Description': '用于次级标题',
36
- 'fabric.editor.infoPanel': '信息面板',
37
- 'fabric.editor.infoPanel.description': '在彩色面板高亮显示信息',
38
- 'fabric.editor.normal': '普通文本',
39
- 'fabric.editor.notePanel': '备注面板',
40
- 'fabric.editor.notePanel.description': '在彩色面板添加注释',
41
- 'fabric.editor.other': '其他...',
42
- 'fabric.editor.successPanel': '成功面板',
43
- 'fabric.editor.successPanel.description': '在彩色面板添加提示',
44
- 'fabric.editor.textStyles': '文本样式',
45
- 'fabric.editor.warningPanel': '警告面板',
46
- 'fabric.editor.warningPanel.description': '在彩色面板添加提醒注释'
47
- };
@@ -1,47 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- /* prettier-ignore */
8
- /**
9
- * NOTE:
10
- *
11
- * This file is automatically generated by Traduki 2.0.
12
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
- */
14
- //Chinese (Traditional)
15
- var _default = exports.default = {
16
- 'fabric.editor.blockquote.description': '插入引述或引文',
17
- 'fabric.editor.blockquote2': '引述',
18
- 'fabric.editor.codeblock': '程式碼片段',
19
- 'fabric.editor.codeblock.description': '顯示程式碼並醒目提示語法',
20
- 'fabric.editor.customPanel': '自訂面板',
21
- 'fabric.editor.customPanel.description': '新增一個帶有表情符號和彩色背景的附註',
22
- 'fabric.editor.errorPanel': '錯誤面板',
23
- 'fabric.editor.errorPanel.description': '以彩色面板呼叫錯誤',
24
- 'fabric.editor.heading1': '標題 1',
25
- 'fabric.editor.heading1Description': '用於最高層級的標題',
26
- 'fabric.editor.heading2': '標題 2',
27
- 'fabric.editor.heading2Description': '用於主要區段',
28
- 'fabric.editor.heading3': '標題 3',
29
- 'fabric.editor.heading3Description': '用於子區段和群組標題',
30
- 'fabric.editor.heading4': '標題 4',
31
- 'fabric.editor.heading4Description': '用於多層標題',
32
- 'fabric.editor.heading5': '標題 5',
33
- 'fabric.editor.heading5Description': '用於分組清單項目',
34
- 'fabric.editor.heading6': '標題 6',
35
- 'fabric.editor.heading6Description': '用於低層級標題',
36
- 'fabric.editor.infoPanel': '資訊面板',
37
- 'fabric.editor.infoPanel.description': '以彩色面板醒目提示資訊',
38
- 'fabric.editor.normal': '一般文字',
39
- 'fabric.editor.notePanel': '附註面板',
40
- 'fabric.editor.notePanel.description': '以彩色面板新增附註',
41
- 'fabric.editor.other': '其他...',
42
- 'fabric.editor.successPanel': '成功面板',
43
- 'fabric.editor.successPanel.description': '以彩色面板新增提示',
44
- 'fabric.editor.textStyles': '文字樣式',
45
- 'fabric.editor.warningPanel': '警告面板',
46
- 'fabric.editor.warningPanel.description': '以彩色面板新增注意附註'
47
- };
@@ -1,12 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- Object.defineProperty(exports, "blocktypeStyles", {
7
- enumerable: true,
8
- get: function get() {
9
- return _styles.blocktypeStyles;
10
- }
11
- });
12
- var _styles = require("./plugin/styles");
@@ -1,41 +0,0 @@
1
- /* prettier-ignore */
2
- /**
3
- * NOTE:
4
- *
5
- * This file is automatically generated by Traduki 2.0.
6
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
- */
8
- //Czech
9
- export default {
10
- 'fabric.editor.blockquote.description': 'Vložit citaci',
11
- 'fabric.editor.blockquote2': 'Citace',
12
- 'fabric.editor.codeblock': 'Fragment kódu',
13
- 'fabric.editor.codeblock.description': 'Zobrazit kód se zvýrazněním syntaxe',
14
- 'fabric.editor.customPanel': 'Vlastní panel',
15
- 'fabric.editor.customPanel.description': 'Přidejte poznámku se smajlíkem a barevným pozadím.',
16
- 'fabric.editor.errorPanel': 'Panel chyb',
17
- 'fabric.editor.errorPanel.description': 'Chyby zobrazit v barevném panelu',
18
- 'fabric.editor.heading1': 'Nadpis 1',
19
- 'fabric.editor.heading1Description': 'Použít pro nadpis nejvyšší úrovně',
20
- 'fabric.editor.heading2': 'Nadpis 2',
21
- 'fabric.editor.heading2Description': 'Použít pro klíčové oddíly',
22
- 'fabric.editor.heading3': 'Nadpis 3',
23
- 'fabric.editor.heading3Description': 'Použít pro pododdíly a nadpisy skupin',
24
- 'fabric.editor.heading4': 'Nadpis 4',
25
- 'fabric.editor.heading4Description': 'Použít pro podnadpisy',
26
- 'fabric.editor.heading5': 'Nadpis 5',
27
- 'fabric.editor.heading5Description': 'Použít pro seskupení položek seznamu',
28
- 'fabric.editor.heading6': 'Nadpis 6',
29
- 'fabric.editor.heading6Description': 'Použít pro nadpis nejnižší úrovně',
30
- 'fabric.editor.infoPanel': 'Informační panel',
31
- 'fabric.editor.infoPanel.description': 'Zvýraznit informace v barevném panelu',
32
- 'fabric.editor.normal': 'Standardní text',
33
- 'fabric.editor.notePanel': 'Panel poznámek',
34
- 'fabric.editor.notePanel.description': 'Přidat poznámku do barevného panelu',
35
- 'fabric.editor.other': 'Jiné...',
36
- 'fabric.editor.successPanel': 'Panel úspěchů',
37
- 'fabric.editor.successPanel.description': 'Přidat tipy do barevného panelu',
38
- 'fabric.editor.textStyles': 'Styly textu',
39
- 'fabric.editor.warningPanel': 'Panel upozornění',
40
- 'fabric.editor.warningPanel.description': 'Přidat poznámku s varováním do barevného panelu'
41
- };
@@ -1,41 +0,0 @@
1
- /* prettier-ignore */
2
- /**
3
- * NOTE:
4
- *
5
- * This file is automatically generated by Traduki 2.0.
6
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
- */
8
- //Danish (Denmark)
9
- export default {
10
- 'fabric.editor.blockquote.description': 'Indsæt citat',
11
- 'fabric.editor.blockquote2': 'Citat',
12
- 'fabric.editor.codeblock': 'Kodestump',
13
- 'fabric.editor.codeblock.description': 'Vis kode med syntaksfremhævning',
14
- 'fabric.editor.customPanel': 'Brugerdefineret panel',
15
- 'fabric.editor.customPanel.description': 'Tilføj en note med en emoji og farvet baggrund',
16
- 'fabric.editor.errorPanel': 'Fejlpanel',
17
- 'fabric.editor.errorPanel.description': 'Vis fejl i et farvel panel',
18
- 'fabric.editor.heading1': 'Overskrift 1',
19
- 'fabric.editor.heading1Description': 'Brug denne til overskrift på øverste niveau',
20
- 'fabric.editor.heading2': 'Overskrift 2',
21
- 'fabric.editor.heading2Description': 'Brug denne til hovedafsnit',
22
- 'fabric.editor.heading3': 'Overskrift 3',
23
- 'fabric.editor.heading3Description': 'Brug denne til underafsnit og mindre overskrifter',
24
- 'fabric.editor.heading4': 'Overskrift 4',
25
- 'fabric.editor.heading4Description': 'Brug denne til dybe overskrifter',
26
- 'fabric.editor.heading5': 'Overskrift 5',
27
- 'fabric.editor.heading5Description': 'Brug denne til at gruppere listeelementer',
28
- 'fabric.editor.heading6': 'Overskrift 6',
29
- 'fabric.editor.heading6Description': 'Brug denne til overskrift på lavt niveau',
30
- 'fabric.editor.infoPanel': 'Informationspanel',
31
- 'fabric.editor.infoPanel.description': 'Fremhæv information i et farvet panel',
32
- 'fabric.editor.normal': 'Normal tekst',
33
- 'fabric.editor.notePanel': 'Bemærkningspanel',
34
- 'fabric.editor.notePanel.description': 'Tilføj en note i et farvet panel',
35
- 'fabric.editor.other': 'Andre ...',
36
- 'fabric.editor.successPanel': 'Succespanel',
37
- 'fabric.editor.successPanel.description': 'Tilføj tip i et farvet panel',
38
- 'fabric.editor.textStyles': 'Tekstformatering',
39
- 'fabric.editor.warningPanel': 'Advarselspanel',
40
- 'fabric.editor.warningPanel.description': 'Tilføj en advarselsnote i et farvet panel'
41
- };
@@ -1,41 +0,0 @@
1
- /* prettier-ignore */
2
- /**
3
- * NOTE:
4
- *
5
- * This file is automatically generated by Traduki 2.0.
6
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
- */
8
- //German (Germany)
9
- export default {
10
- 'fabric.editor.blockquote.description': 'Zitat einfügen',
11
- 'fabric.editor.blockquote2': 'Zitieren',
12
- 'fabric.editor.codeblock': 'Code-Auszug',
13
- 'fabric.editor.codeblock.description': 'Code mit Syntaxhervorhebungen anzeigen',
14
- 'fabric.editor.customPanel': 'Benutzerdefiniertes Panel',
15
- 'fabric.editor.customPanel.description': 'Fügen Sie einen Hinweis mit Emoji und farbigem Hintergrund hinzu',
16
- 'fabric.editor.errorPanel': 'Fehler-Panel',
17
- 'fabric.editor.errorPanel.description': 'Fehler in einem farbigen Panel hervorheben',
18
- 'fabric.editor.heading1': 'Überschrift 1',
19
- 'fabric.editor.heading1Description': 'Verwenden Sie dies für Überschriften oberster Ebene.',
20
- 'fabric.editor.heading2': 'Überschrift 2',
21
- 'fabric.editor.heading2Description': 'Verwenden Sie dies für Schlüsselbereiche.',
22
- 'fabric.editor.heading3': 'Überschrift 3',
23
- 'fabric.editor.heading3Description': 'Verwenden Sie dies für Unterbereiche und Gruppenüberschriften.',
24
- 'fabric.editor.heading4': 'Überschrift 4',
25
- 'fabric.editor.heading4Description': 'Verwenden Sie dies für Überschriften tieferer Ebene.',
26
- 'fabric.editor.heading5': 'Überschrift 5',
27
- 'fabric.editor.heading5Description': 'Verwenden Sie dies für die Gruppierung von Listenelementen.',
28
- 'fabric.editor.heading6': 'Überschrift 6',
29
- 'fabric.editor.heading6Description': 'Verwenden Sie dies für Überschriften niedrigerer Ebene.',
30
- 'fabric.editor.infoPanel': 'Info-Panel',
31
- 'fabric.editor.infoPanel.description': 'Informationen in einem farbigen Panel hervorheben',
32
- 'fabric.editor.normal': 'Normaler Text',
33
- 'fabric.editor.notePanel': 'Hinweis-Panel',
34
- 'fabric.editor.notePanel.description': 'Hinweis in einem farbigen Panel einfügen',
35
- 'fabric.editor.other': 'Sonstige …',
36
- 'fabric.editor.successPanel': 'Erfolgs-Panel',
37
- 'fabric.editor.successPanel.description': 'Tipps in einem farbigen Panel einfügen',
38
- 'fabric.editor.textStyles': 'Textstil',
39
- 'fabric.editor.warningPanel': 'Warn-Panel',
40
- 'fabric.editor.warningPanel.description': 'Hinweis zur Vorsicht in einem farbigen Panel einfügen'
41
- };
@@ -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
- //
9
- export default {
10
- 'fabric.editor.blockquote.description': 'Insert a quote or citation',
11
- 'fabric.editor.blockquote2': 'Quote',
12
- 'fabric.editor.codeblock': 'Code snippet',
13
- 'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
14
- 'fabric.editor.customPanel': 'Custom panel',
15
- 'fabric.editor.customPanel.description': 'Add a note with an emoji and colored background',
16
- 'fabric.editor.errorPanel': 'Error panel',
17
- 'fabric.editor.errorPanel.description': 'Call out errors in a colored panel',
18
- 'fabric.editor.heading1': 'Heading 1',
19
- 'fabric.editor.heading1Description': 'Use this for a top level heading',
20
- 'fabric.editor.heading2': 'Heading 2',
21
- 'fabric.editor.heading2Description': 'Use this for key sections',
22
- 'fabric.editor.heading3': 'Heading 3',
23
- 'fabric.editor.heading3Description': 'Use this for sub sections and group headings',
24
- 'fabric.editor.heading4': 'Heading 4',
25
- 'fabric.editor.heading4Description': 'Use this for deep headings',
26
- 'fabric.editor.heading5': 'Heading 5',
27
- 'fabric.editor.heading5Description': 'Use this for grouping list items',
28
- 'fabric.editor.heading6': 'Heading 6',
29
- 'fabric.editor.heading6Description': 'Use this for low level headings',
30
- 'fabric.editor.infoPanel': 'Info panel',
31
- 'fabric.editor.infoPanel.description': 'Highlight information in a colored panel',
32
- 'fabric.editor.normal': 'Normal text',
33
- 'fabric.editor.notePanel': 'Note panel',
34
- 'fabric.editor.notePanel.description': 'Add a note in a colored panel',
35
- 'fabric.editor.other': 'Others...',
36
- 'fabric.editor.successPanel': 'Success panel',
37
- 'fabric.editor.successPanel.description': 'Add tips in a colored panel',
38
- 'fabric.editor.textStyles': 'Text styles',
39
- 'fabric.editor.warningPanel': 'Warning panel',
40
- 'fabric.editor.warningPanel.description': 'Add a note of caution in a colored panel'
41
- };
@@ -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
- //English (United Kingdom)
9
- export default {
10
- 'fabric.editor.blockquote.description': 'Insert a quote or citation',
11
- 'fabric.editor.blockquote2': 'Quote',
12
- 'fabric.editor.codeblock': 'Code snippet',
13
- 'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
14
- 'fabric.editor.customPanel': 'Custom panel',
15
- 'fabric.editor.customPanel.description': 'Add a note with an emoji and coloured background',
16
- 'fabric.editor.errorPanel': 'Error panel',
17
- 'fabric.editor.errorPanel.description': 'Call out errors in a coloured panel',
18
- 'fabric.editor.heading1': 'Heading 1',
19
- 'fabric.editor.heading1Description': 'Use this for a top level heading',
20
- 'fabric.editor.heading2': 'Heading 2',
21
- 'fabric.editor.heading2Description': 'Use this for key sections',
22
- 'fabric.editor.heading3': 'Heading 3',
23
- 'fabric.editor.heading3Description': 'Use this for sub sections and group headings',
24
- 'fabric.editor.heading4': 'Heading 4',
25
- 'fabric.editor.heading4Description': 'Use this for deep headings',
26
- 'fabric.editor.heading5': 'Heading 5',
27
- 'fabric.editor.heading5Description': 'Use this for grouping list items',
28
- 'fabric.editor.heading6': 'Heading 6',
29
- 'fabric.editor.heading6Description': 'Use this for low level headings',
30
- 'fabric.editor.infoPanel': 'Info panel',
31
- 'fabric.editor.infoPanel.description': 'Highlight information in a coloured panel',
32
- 'fabric.editor.normal': 'Normal text',
33
- 'fabric.editor.notePanel': 'Note panel',
34
- 'fabric.editor.notePanel.description': 'Add a note in a coloured panel',
35
- 'fabric.editor.other': 'Others...',
36
- 'fabric.editor.successPanel': 'Success panel',
37
- 'fabric.editor.successPanel.description': 'Add tips in a coloured panel',
38
- 'fabric.editor.textStyles': 'Text styles',
39
- 'fabric.editor.warningPanel': 'Warning panel',
40
- 'fabric.editor.warningPanel.description': 'Add a note of caution in a coloured panel'
41
- };
@@ -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
- //
9
- export default {
10
- 'fabric.editor.blockquote.description': '⁣⁢Insert a quote or citation‌⁠‌⁡‌⁠‍⁡⁡⁣⁤',
11
- 'fabric.editor.blockquote2': '⁣⁢Quote⁡‍‌⁡‌⁠⁡⁣⁤',
12
- 'fabric.editor.codeblock': '⁣⁢Code snippet‌⁠‍⁡‍؜‌‍⁡⁠‍⁣⁤',
13
- 'fabric.editor.codeblock.description': '⁣⁢Display code with syntax highlighting⁠؜‌⁡؜⁠⁡؜‌⁠⁡⁣⁤',
14
- 'fabric.editor.customPanel': '⁣⁢Custom panel⁡؜‍⁠⁠⁠‍‌؜⁠⁡‍⁡؜⁣⁤',
15
- 'fabric.editor.customPanel.description': '⁣⁢Add a note with an emoji and colored background؜‍؜؜؜⁡؜‌‍‌⁣⁤',
16
- 'fabric.editor.errorPanel': '⁣⁢Error panel؜؜⁠⁡‍‌‌⁠⁡⁣⁤',
17
- 'fabric.editor.errorPanel.description': '⁣⁢Call out errors in a colored panel؜⁡⁡⁠‍؜‍⁡‌⁡‌؜⁡؜⁣⁤',
18
- 'fabric.editor.heading1': '⁣⁢Heading 1‍‌؜⁡⁠؜‌⁡؜⁡⁠⁣⁤',
19
- 'fabric.editor.heading1Description': '⁣⁢Use this for a top level heading‌⁠⁠⁠؜‍‌⁡‍‍‌⁣⁤',
20
- 'fabric.editor.heading2': '⁣⁢Heading 2⁡⁡‌‌؜‌⁠⁡⁠⁣⁤',
21
- 'fabric.editor.heading2Description': '⁣⁢Use this for key sections؜‌⁠⁠‍؜⁡‍⁣⁤',
22
- 'fabric.editor.heading3': '⁣⁢Heading 3⁡‌⁡‌؜⁠‌؜‌‌⁠⁣⁤',
23
- 'fabric.editor.heading3Description': '⁣⁢Use this for sub sections and group headings؜⁠⁠؜‍⁡؜؜⁠⁠⁡⁣⁤',
24
- 'fabric.editor.heading4': '⁣⁢Heading 4‍⁡‍⁠؜؜؜⁡؜‍⁣⁤',
25
- 'fabric.editor.heading4Description': '⁣⁢Use this for deep headings‌⁡‌‌‍‌⁡⁡‍‌‍⁣⁤',
26
- 'fabric.editor.heading5': '⁣⁢Heading 5⁠⁡⁡⁡⁡‌⁡؜‍⁣⁤',
27
- 'fabric.editor.heading5Description': '⁣⁢Use this for grouping list items⁡‍⁠⁡⁡‍⁡⁣⁤',
28
- 'fabric.editor.heading6': '⁣⁢Heading 6‌‌⁡؜‌‌⁡‌⁡‌⁡‌⁠⁣⁤',
29
- 'fabric.editor.heading6Description': '⁣⁢Use this for low level headings‍⁡‍؜⁡⁠⁡‌⁠‍⁠؜⁣⁤',
30
- 'fabric.editor.infoPanel': '⁣⁢Info panel⁡⁡‌⁡‍⁡⁡⁡؜⁠⁣⁤',
31
- 'fabric.editor.infoPanel.description': '⁣⁢Highlight information in a colored panel‌؜؜⁠؜‍‍⁡؜‍؜‌⁣⁤',
32
- 'fabric.editor.normal': '⁣⁢Normal text؜‍؜⁡‍‌⁣⁤',
33
- 'fabric.editor.notePanel': '⁣⁢Note panel⁡⁡⁡⁡؜؜‍⁠⁡؜؜؜‌؜⁣⁤',
34
- 'fabric.editor.notePanel.description': '⁣⁢Add a note in a colored panel؜⁠؜‍⁡⁠⁠‍؜⁡⁣⁤',
35
- 'fabric.editor.other': '⁣⁢Others...⁠⁡⁡؜⁠‌‍‍‍⁡‍‍⁡⁣⁤',
36
- 'fabric.editor.successPanel': '⁣⁢Success panel؜‌‌‍⁡‌⁠‌‍‍⁣⁤',
37
- 'fabric.editor.successPanel.description': '⁣⁢Add tips in a colored panel‌؜؜⁠⁡‍؜‍⁠‍⁣⁤',
38
- 'fabric.editor.textStyles': '⁣⁢Text styles‍؜⁡‌⁠⁣⁤',
39
- 'fabric.editor.warningPanel': '⁣⁢Warning panel‍‍؜⁡‌‍‍‍⁣⁤',
40
- 'fabric.editor.warningPanel.description': '⁣⁢Add a note of caution in a colored panel‌⁠‍‍؜⁠⁡‍‍⁡‌‌‌⁣⁤'
41
- };
@@ -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
- //Spanish (International)
9
- export default {
10
- 'fabric.editor.blockquote.description': 'Insertar una cita o referencia',
11
- 'fabric.editor.blockquote2': 'Citar',
12
- 'fabric.editor.codeblock': 'Fragmento de código',
13
- 'fabric.editor.codeblock.description': 'Mostrar código con resaltado de sintaxis',
14
- 'fabric.editor.customPanel': 'Panel personalizado',
15
- 'fabric.editor.customPanel.description': 'Añade una nota con un emoticono y un fondo de color',
16
- 'fabric.editor.errorPanel': 'Panel de errores',
17
- 'fabric.editor.errorPanel.description': 'Resaltar los errores en un panel de color',
18
- 'fabric.editor.heading1': 'Título 1',
19
- 'fabric.editor.heading1Description': 'Úsalo en un título de nivel superior',
20
- 'fabric.editor.heading2': 'Título 2',
21
- 'fabric.editor.heading2Description': 'Úsalo en secciones clave',
22
- 'fabric.editor.heading3': 'Título 3',
23
- 'fabric.editor.heading3Description': 'Úsalo en subsecciones y títulos de agrupaciones',
24
- 'fabric.editor.heading4': 'Título 4',
25
- 'fabric.editor.heading4Description': 'Úsalo en títulos de varios niveles',
26
- 'fabric.editor.heading5': 'Título 5',
27
- 'fabric.editor.heading5Description': 'Úsalo para agrupar elementos de una lista',
28
- 'fabric.editor.heading6': 'Título 6',
29
- 'fabric.editor.heading6Description': 'Úsalo en títulos de nivel inferior',
30
- 'fabric.editor.infoPanel': 'Panel de información',
31
- 'fabric.editor.infoPanel.description': 'Destacar información en un panel de color',
32
- 'fabric.editor.normal': 'Texto normal',
33
- 'fabric.editor.notePanel': 'Panel de notas',
34
- 'fabric.editor.notePanel.description': 'Añadir una nota en un panel de color',
35
- 'fabric.editor.other': 'Otros...',
36
- 'fabric.editor.successPanel': 'Panel de contenido correcto',
37
- 'fabric.editor.successPanel.description': 'Añadir consejos en un panel de color',
38
- 'fabric.editor.textStyles': 'Estilos de texto',
39
- 'fabric.editor.warningPanel': 'Panel de advertencias',
40
- 'fabric.editor.warningPanel.description': 'Añadir una nota de precaución en un panel de color'
41
- };
@@ -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
- //Finnish
9
- export default {
10
- 'fabric.editor.blockquote.description': 'Lisää lainaus tai sitaatti',
11
- 'fabric.editor.blockquote2': 'Lainaa',
12
- 'fabric.editor.codeblock': 'Koodipätkä',
13
- 'fabric.editor.codeblock.description': 'Näytä koodi syntaksikorostuksen kanssa',
14
- 'fabric.editor.customPanel': 'Mukautettu paneeli',
15
- 'fabric.editor.customPanel.description': 'Lisää huomautus, jossa on emoji ja värillinen tausta',
16
- 'fabric.editor.errorPanel': 'Virhepaneeli',
17
- 'fabric.editor.errorPanel.description': 'Paljasta virheet värillisessä paneelissa',
18
- 'fabric.editor.heading1': 'Otsikko 1',
19
- 'fabric.editor.heading1Description': 'Käytä tätä ylätason otsikossa',
20
- 'fabric.editor.heading2': 'Otsikko 2',
21
- 'fabric.editor.heading2Description': 'Käytä tätä avainkohdissa',
22
- 'fabric.editor.heading3': 'Otsikko 3',
23
- 'fabric.editor.heading3Description': 'Käytä tätä alakohdissa ja ryhmän otsikoissa',
24
- 'fabric.editor.heading4': 'Otsikko 4',
25
- 'fabric.editor.heading4Description': 'Käytä tätä syvällä olevissa otsikoissa',
26
- 'fabric.editor.heading5': 'Otsikko 5',
27
- 'fabric.editor.heading5Description': 'Käytä tätä luettelon kohteiden ryhmittelyyn',
28
- 'fabric.editor.heading6': 'Otsikko 6',
29
- 'fabric.editor.heading6Description': 'Käytä tätä alatason otsikoissa',
30
- 'fabric.editor.infoPanel': 'Tietopaneeli',
31
- 'fabric.editor.infoPanel.description': 'Korosta tietoja värillisessä paneelissa',
32
- 'fabric.editor.normal': 'Normaali teksti',
33
- 'fabric.editor.notePanel': 'Huomautuspaneeli',
34
- 'fabric.editor.notePanel.description': 'Lisää huomautus värillisessä paneelissa',
35
- 'fabric.editor.other': 'Muut...',
36
- 'fabric.editor.successPanel': 'Onnistumispaneeli',
37
- 'fabric.editor.successPanel.description': 'Lisää vinkkejä värillisessä paneelissa',
38
- 'fabric.editor.textStyles': 'Tekstityylit',
39
- 'fabric.editor.warningPanel': 'Varoituspaneeli',
40
- 'fabric.editor.warningPanel.description': 'Lisää varoitus värillisessä paneelissa'
41
- };
@@ -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
- //French (France)
9
- export default {
10
- 'fabric.editor.blockquote.description': 'Insérer une citation',
11
- 'fabric.editor.blockquote2': 'Citation',
12
- 'fabric.editor.codeblock': 'Extrait de code (snippet)',
13
- 'fabric.editor.codeblock.description': 'Insérer du code avec coloration syntaxique',
14
- 'fabric.editor.customPanel': 'Volet personnalisé',
15
- 'fabric.editor.customPanel.description': "Ajoutez une remarque avec une émoticône et un fond d'écran coloré",
16
- 'fabric.editor.errorPanel': "Volet d'erreur",
17
- 'fabric.editor.errorPanel.description': 'Signaler les erreurs dans un cadre coloré',
18
- 'fabric.editor.heading1': 'En-tête 1',
19
- 'fabric.editor.heading1Description': 'Utilisez ceci pour définir un titre principal',
20
- 'fabric.editor.heading2': 'En-tête 2',
21
- 'fabric.editor.heading2Description': 'Utilisez ceci pour définir des sections principales',
22
- 'fabric.editor.heading3': 'En-tête 3',
23
- 'fabric.editor.heading3Description': 'Utilisez ceci pour définir des sous-sections et des titres de groupe',
24
- 'fabric.editor.heading4': 'En-tête 4',
25
- 'fabric.editor.heading4Description': 'Utilisez ceci pour définir des titres de niveau inférieur',
26
- 'fabric.editor.heading5': 'En-tête 5',
27
- 'fabric.editor.heading5Description': 'Utilisez ceci pour regrouper des éléments de liste',
28
- 'fabric.editor.heading6': 'En-tête 6',
29
- 'fabric.editor.heading6Description': 'Utilisez ceci pour définir un sous-titre',
30
- 'fabric.editor.infoPanel': "Volet d'informations",
31
- 'fabric.editor.infoPanel.description': 'Mettre en valeur des informations dans un cadre coloré',
32
- 'fabric.editor.normal': 'Texte normal',
33
- 'fabric.editor.notePanel': 'Volet de notes',
34
- 'fabric.editor.notePanel.description': 'Ajouter une note dans un cadre coloré',
35
- 'fabric.editor.other': 'Autres…',
36
- 'fabric.editor.successPanel': 'Panneau de réussite',
37
- 'fabric.editor.successPanel.description': 'Ajouter des astuces dans un cadre coloré',
38
- 'fabric.editor.textStyles': 'Styles de texte',
39
- 'fabric.editor.warningPanel': "Panneau d'avertissement",
40
- 'fabric.editor.warningPanel.description': "Ajouter une note d'avertissement dans un cadre coloré"
41
- };
@@ -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
- //Hungarian
9
- export default {
10
- 'fabric.editor.blockquote.description': 'Idézet beszúrása',
11
- 'fabric.editor.blockquote2': 'Idézés',
12
- 'fabric.editor.codeblock': 'Kódrészlet',
13
- 'fabric.editor.codeblock.description': 'Kód megjelenítése szintaxiskiemeléssel',
14
- 'fabric.editor.customPanel': 'Egyéni panel',
15
- 'fabric.editor.customPanel.description': 'Adj hozzá megjegyzést emojival és színes háttérrel',
16
- 'fabric.editor.errorPanel': 'Hibapanel',
17
- 'fabric.editor.errorPanel.description': 'Hibák megjelenítése színes panelen',
18
- 'fabric.editor.heading1': '1. szintű címsor',
19
- 'fabric.editor.heading1Description': 'Használja ezt legfelsőbb szintű címsorhoz',
20
- 'fabric.editor.heading2': '2. szintű címsor',
21
- 'fabric.editor.heading2Description': 'Használja ezt kulcsszakaszokhoz',
22
- 'fabric.editor.heading3': '3. szintű címsor',
23
- 'fabric.editor.heading3Description': 'Használja ezt alszakaszokhoz és csoportcímsorokhoz',
24
- 'fabric.editor.heading4': '4. szintű címsor',
25
- 'fabric.editor.heading4Description': 'Használja ezt mély címsorokhoz',
26
- 'fabric.editor.heading5': '5. szintű címsor',
27
- 'fabric.editor.heading5Description': 'Használja ezt listaelemek csoportosításához',
28
- 'fabric.editor.heading6': '6. szintű címsor',
29
- 'fabric.editor.heading6Description': 'Használja ezt alacsony szintű címsorokhoz',
30
- 'fabric.editor.infoPanel': 'Információs panel',
31
- 'fabric.editor.infoPanel.description': 'Információ kiemelése színes panelen',
32
- 'fabric.editor.normal': 'Normál szöveg',
33
- 'fabric.editor.notePanel': 'Megjegyzéspanel',
34
- 'fabric.editor.notePanel.description': 'Jegyzet hozzáadása színes panelen',
35
- 'fabric.editor.other': 'Egyebek...',
36
- 'fabric.editor.successPanel': 'Sikerült panel',
37
- 'fabric.editor.successPanel.description': 'Tippek hozzáadása színes panelen',
38
- 'fabric.editor.textStyles': 'Szövegstílusok',
39
- 'fabric.editor.warningPanel': 'Figyelmeztető panel',
40
- 'fabric.editor.warningPanel.description': 'Figyelmeztető megjegyzés hozzáadása színes panelen'
41
- };
@@ -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
- //Italian (Italy)
9
- export default {
10
- 'fabric.editor.blockquote.description': 'Inserisci citazione',
11
- 'fabric.editor.blockquote2': 'Citazione',
12
- 'fabric.editor.codeblock': 'Frammento di codice',
13
- 'fabric.editor.codeblock.description': 'Mostra codice con colorazione della sintassi',
14
- 'fabric.editor.customPanel': 'Pannello personalizzato',
15
- 'fabric.editor.customPanel.description': 'Aggiungi una nota con un emoji e uno sfondo colorato',
16
- 'fabric.editor.errorPanel': 'Pannello errori',
17
- 'fabric.editor.errorPanel.description': 'Segnala gli errori in un pannello colorato',
18
- 'fabric.editor.heading1': 'Titolo 1',
19
- 'fabric.editor.heading1Description': 'Per un titolo di primo livello',
20
- 'fabric.editor.heading2': 'Titolo 2',
21
- 'fabric.editor.heading2Description': 'Per le sezioni principali',
22
- 'fabric.editor.heading3': 'Titolo 3',
23
- 'fabric.editor.heading3Description': 'Per i titoli delle sottosezioni e dei gruppi',
24
- 'fabric.editor.heading4': 'Titolo 4',
25
- 'fabric.editor.heading4Description': 'Per i titoli interni',
26
- 'fabric.editor.heading5': 'Titolo 5',
27
- 'fabric.editor.heading5Description': 'Per le voci degli elenchi',
28
- 'fabric.editor.heading6': 'Titolo 6',
29
- 'fabric.editor.heading6Description': 'Per i titoli di livello inferiore',
30
- 'fabric.editor.infoPanel': 'Pannello informazioni',
31
- 'fabric.editor.infoPanel.description': 'Metti in evidenza l’informazione in un pannello colorato',
32
- 'fabric.editor.normal': 'Testo normale',
33
- 'fabric.editor.notePanel': 'Pannello note',
34
- 'fabric.editor.notePanel.description': 'Aggiungi una nota in un pannello colorato',
35
- 'fabric.editor.other': 'Altri...',
36
- 'fabric.editor.successPanel': 'Pannello operazioni completate',
37
- 'fabric.editor.successPanel.description': 'Aggiungi consigli in un pannello colorato',
38
- 'fabric.editor.textStyles': 'Stili del testo',
39
- 'fabric.editor.warningPanel': 'Pannello avvisi',
40
- 'fabric.editor.warningPanel.description': 'Aggiungi un avviso in un pannello colorato'
41
- };
@@ -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
- //Japanese
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
- };