@atlaskit/editor-plugin-block-type 4.0.1 → 4.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (234) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/consts/package.json +5 -5
  3. package/dist/cjs/{plugin/index.js → blockTypePlugin.js} +3 -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/{consts.js → ui/consts.js} +1 -1
  10. package/dist/es2019/{plugin/index.js → blockTypePlugin.js} +3 -3
  11. package/dist/es2019/index.js +1 -1
  12. package/dist/es2019/{plugin/pm-plugins → pm-plugins}/input-rule.js +1 -1
  13. package/dist/es2019/{plugin/pm-plugins → pm-plugins}/keymap.js +3 -3
  14. package/dist/es2019/{plugin/pm-plugins → pm-plugins}/main.js +4 -4
  15. package/dist/{esm → es2019/ui}/consts.js +1 -1
  16. package/dist/esm/{plugin/index.js → blockTypePlugin.js} +3 -3
  17. package/dist/esm/blockTypePluginType.js +1 -0
  18. package/dist/esm/index.js +1 -1
  19. package/dist/esm/{plugin/pm-plugins → pm-plugins}/input-rule.js +1 -1
  20. package/dist/esm/{plugin/pm-plugins → pm-plugins}/keymap.js +3 -3
  21. package/dist/esm/{plugin/pm-plugins → pm-plugins}/main.js +4 -4
  22. package/dist/esm/pm-plugins/types.js +1 -0
  23. package/dist/{es2019 → esm/ui}/consts.js +1 -1
  24. package/dist/types/blockTypePlugin.d.ts +5 -0
  25. package/dist/types/{plugin/index.d.ts → blockTypePluginType.d.ts} +3 -7
  26. package/dist/types/index.d.ts +7 -7
  27. package/dist/types/{plugin/pm-plugins → pm-plugins}/main.d.ts +2 -2
  28. package/dist/types/{plugin → pm-plugins}/ui/PrimaryToolbarComponent.d.ts +1 -1
  29. package/dist/types/{plugin → pm-plugins}/ui/ToolbarBlockType/index.d.ts +2 -2
  30. package/dist/types/{consts.d.ts → ui/consts.d.ts} +1 -1
  31. package/dist/types-ts4.5/blockTypePlugin.d.ts +5 -0
  32. package/dist/types-ts4.5/{plugin/index.d.ts → blockTypePluginType.d.ts} +3 -7
  33. package/dist/types-ts4.5/index.d.ts +7 -7
  34. package/dist/types-ts4.5/{plugin/pm-plugins → pm-plugins}/main.d.ts +2 -2
  35. package/dist/types-ts4.5/{plugin → pm-plugins}/ui/PrimaryToolbarComponent.d.ts +1 -1
  36. package/dist/types-ts4.5/{plugin → pm-plugins}/ui/ToolbarBlockType/index.d.ts +2 -2
  37. package/dist/types-ts4.5/{consts.d.ts → ui/consts.d.ts} +1 -1
  38. package/package.json +12 -9
  39. package/styles/package.json +5 -5
  40. package/dist/cjs/i18n/cs.js +0 -47
  41. package/dist/cjs/i18n/da.js +0 -47
  42. package/dist/cjs/i18n/de.js +0 -47
  43. package/dist/cjs/i18n/en.js +0 -47
  44. package/dist/cjs/i18n/en_GB.js +0 -47
  45. package/dist/cjs/i18n/en_ZZ.js +0 -47
  46. package/dist/cjs/i18n/es.js +0 -47
  47. package/dist/cjs/i18n/fi.js +0 -47
  48. package/dist/cjs/i18n/fr.js +0 -47
  49. package/dist/cjs/i18n/hu.js +0 -47
  50. package/dist/cjs/i18n/it.js +0 -47
  51. package/dist/cjs/i18n/ja.js +0 -47
  52. package/dist/cjs/i18n/ko.js +0 -47
  53. package/dist/cjs/i18n/nb.js +0 -47
  54. package/dist/cjs/i18n/nl.js +0 -47
  55. package/dist/cjs/i18n/pl.js +0 -47
  56. package/dist/cjs/i18n/pt_BR.js +0 -47
  57. package/dist/cjs/i18n/ru.js +0 -47
  58. package/dist/cjs/i18n/sv.js +0 -47
  59. package/dist/cjs/i18n/th.js +0 -47
  60. package/dist/cjs/i18n/tr.js +0 -47
  61. package/dist/cjs/i18n/uk.js +0 -47
  62. package/dist/cjs/i18n/vi.js +0 -47
  63. package/dist/cjs/i18n/zh.js +0 -47
  64. package/dist/cjs/i18n/zh_TW.js +0 -47
  65. package/dist/cjs/styles.js +0 -12
  66. package/dist/es2019/i18n/cs.js +0 -41
  67. package/dist/es2019/i18n/da.js +0 -41
  68. package/dist/es2019/i18n/de.js +0 -41
  69. package/dist/es2019/i18n/en.js +0 -41
  70. package/dist/es2019/i18n/en_GB.js +0 -41
  71. package/dist/es2019/i18n/en_ZZ.js +0 -41
  72. package/dist/es2019/i18n/es.js +0 -41
  73. package/dist/es2019/i18n/fi.js +0 -41
  74. package/dist/es2019/i18n/fr.js +0 -41
  75. package/dist/es2019/i18n/hu.js +0 -41
  76. package/dist/es2019/i18n/it.js +0 -41
  77. package/dist/es2019/i18n/ja.js +0 -41
  78. package/dist/es2019/i18n/ko.js +0 -41
  79. package/dist/es2019/i18n/nb.js +0 -41
  80. package/dist/es2019/i18n/nl.js +0 -41
  81. package/dist/es2019/i18n/pl.js +0 -41
  82. package/dist/es2019/i18n/pt_BR.js +0 -41
  83. package/dist/es2019/i18n/ru.js +0 -41
  84. package/dist/es2019/i18n/sv.js +0 -41
  85. package/dist/es2019/i18n/th.js +0 -41
  86. package/dist/es2019/i18n/tr.js +0 -41
  87. package/dist/es2019/i18n/uk.js +0 -41
  88. package/dist/es2019/i18n/vi.js +0 -41
  89. package/dist/es2019/i18n/zh.js +0 -41
  90. package/dist/es2019/i18n/zh_TW.js +0 -41
  91. package/dist/es2019/styles.js +0 -1
  92. package/dist/esm/i18n/cs.js +0 -41
  93. package/dist/esm/i18n/da.js +0 -41
  94. package/dist/esm/i18n/de.js +0 -41
  95. package/dist/esm/i18n/en.js +0 -41
  96. package/dist/esm/i18n/en_GB.js +0 -41
  97. package/dist/esm/i18n/en_ZZ.js +0 -41
  98. package/dist/esm/i18n/es.js +0 -41
  99. package/dist/esm/i18n/fi.js +0 -41
  100. package/dist/esm/i18n/fr.js +0 -41
  101. package/dist/esm/i18n/hu.js +0 -41
  102. package/dist/esm/i18n/it.js +0 -41
  103. package/dist/esm/i18n/ja.js +0 -41
  104. package/dist/esm/i18n/ko.js +0 -41
  105. package/dist/esm/i18n/nb.js +0 -41
  106. package/dist/esm/i18n/nl.js +0 -41
  107. package/dist/esm/i18n/pl.js +0 -41
  108. package/dist/esm/i18n/pt_BR.js +0 -41
  109. package/dist/esm/i18n/ru.js +0 -41
  110. package/dist/esm/i18n/sv.js +0 -41
  111. package/dist/esm/i18n/th.js +0 -41
  112. package/dist/esm/i18n/tr.js +0 -41
  113. package/dist/esm/i18n/uk.js +0 -41
  114. package/dist/esm/i18n/vi.js +0 -41
  115. package/dist/esm/i18n/zh.js +0 -41
  116. package/dist/esm/i18n/zh_TW.js +0 -41
  117. package/dist/esm/styles.js +0 -1
  118. package/dist/types/i18n/cs.d.ts +0 -40
  119. package/dist/types/i18n/da.d.ts +0 -40
  120. package/dist/types/i18n/de.d.ts +0 -40
  121. package/dist/types/i18n/en.d.ts +0 -40
  122. package/dist/types/i18n/en_GB.d.ts +0 -40
  123. package/dist/types/i18n/en_ZZ.d.ts +0 -40
  124. package/dist/types/i18n/es.d.ts +0 -40
  125. package/dist/types/i18n/fi.d.ts +0 -40
  126. package/dist/types/i18n/fr.d.ts +0 -40
  127. package/dist/types/i18n/hu.d.ts +0 -40
  128. package/dist/types/i18n/it.d.ts +0 -40
  129. package/dist/types/i18n/ja.d.ts +0 -40
  130. package/dist/types/i18n/ko.d.ts +0 -40
  131. package/dist/types/i18n/nb.d.ts +0 -40
  132. package/dist/types/i18n/nl.d.ts +0 -40
  133. package/dist/types/i18n/pl.d.ts +0 -40
  134. package/dist/types/i18n/pt_BR.d.ts +0 -40
  135. package/dist/types/i18n/ru.d.ts +0 -40
  136. package/dist/types/i18n/sv.d.ts +0 -40
  137. package/dist/types/i18n/th.d.ts +0 -40
  138. package/dist/types/i18n/tr.d.ts +0 -40
  139. package/dist/types/i18n/uk.d.ts +0 -40
  140. package/dist/types/i18n/vi.d.ts +0 -40
  141. package/dist/types/i18n/zh.d.ts +0 -40
  142. package/dist/types/i18n/zh_TW.d.ts +0 -40
  143. package/dist/types/styles.d.ts +0 -1
  144. package/dist/types-ts4.5/i18n/cs.d.ts +0 -40
  145. package/dist/types-ts4.5/i18n/da.d.ts +0 -40
  146. package/dist/types-ts4.5/i18n/de.d.ts +0 -40
  147. package/dist/types-ts4.5/i18n/en.d.ts +0 -40
  148. package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -40
  149. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -40
  150. package/dist/types-ts4.5/i18n/es.d.ts +0 -40
  151. package/dist/types-ts4.5/i18n/fi.d.ts +0 -40
  152. package/dist/types-ts4.5/i18n/fr.d.ts +0 -40
  153. package/dist/types-ts4.5/i18n/hu.d.ts +0 -40
  154. package/dist/types-ts4.5/i18n/it.d.ts +0 -40
  155. package/dist/types-ts4.5/i18n/ja.d.ts +0 -40
  156. package/dist/types-ts4.5/i18n/ko.d.ts +0 -40
  157. package/dist/types-ts4.5/i18n/nb.d.ts +0 -40
  158. package/dist/types-ts4.5/i18n/nl.d.ts +0 -40
  159. package/dist/types-ts4.5/i18n/pl.d.ts +0 -40
  160. package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -40
  161. package/dist/types-ts4.5/i18n/ru.d.ts +0 -40
  162. package/dist/types-ts4.5/i18n/sv.d.ts +0 -40
  163. package/dist/types-ts4.5/i18n/th.d.ts +0 -40
  164. package/dist/types-ts4.5/i18n/tr.d.ts +0 -40
  165. package/dist/types-ts4.5/i18n/uk.d.ts +0 -40
  166. package/dist/types-ts4.5/i18n/vi.d.ts +0 -40
  167. package/dist/types-ts4.5/i18n/zh.d.ts +0 -40
  168. package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -40
  169. package/dist/types-ts4.5/styles.d.ts +0 -1
  170. /package/dist/cjs/{plugin/types.js → blockTypePluginType.js} +0 -0
  171. /package/dist/cjs/{plugin → pm-plugins}/block-types.js +0 -0
  172. /package/dist/cjs/{plugin → pm-plugins}/commands/block-type.js +0 -0
  173. /package/dist/cjs/{plugin → pm-plugins}/commands/delete-and-move-cursor.js +0 -0
  174. /package/dist/cjs/{plugin → pm-plugins}/commands/delete-block-content.js +0 -0
  175. /package/dist/cjs/{plugin → pm-plugins}/commands/index.js +0 -0
  176. /package/dist/cjs/{plugin → pm-plugins}/consts.js +0 -0
  177. /package/dist/cjs/{plugin → pm-plugins}/ui/PrimaryToolbarComponent.js +0 -0
  178. /package/dist/cjs/{plugin → pm-plugins}/ui/ToolbarBlockType/blocktype-button.js +0 -0
  179. /package/dist/cjs/{plugin → pm-plugins}/ui/ToolbarBlockType/index.js +0 -0
  180. /package/dist/cjs/{plugin → pm-plugins}/ui/ToolbarBlockType/styled.js +0 -0
  181. /package/dist/cjs/{plugin → pm-plugins}/utils.js +0 -0
  182. /package/dist/cjs/{plugin → ui}/styles.js +0 -0
  183. /package/dist/es2019/{plugin/types.js → blockTypePluginType.js} +0 -0
  184. /package/dist/es2019/{plugin → pm-plugins}/block-types.js +0 -0
  185. /package/dist/es2019/{plugin → pm-plugins}/commands/block-type.js +0 -0
  186. /package/dist/es2019/{plugin → pm-plugins}/commands/delete-and-move-cursor.js +0 -0
  187. /package/dist/es2019/{plugin → pm-plugins}/commands/delete-block-content.js +0 -0
  188. /package/dist/es2019/{plugin → pm-plugins}/commands/index.js +0 -0
  189. /package/dist/es2019/{plugin → pm-plugins}/consts.js +0 -0
  190. /package/dist/{esm/plugin → es2019/pm-plugins}/types.js +0 -0
  191. /package/dist/es2019/{plugin → pm-plugins}/ui/PrimaryToolbarComponent.js +0 -0
  192. /package/dist/es2019/{plugin → pm-plugins}/ui/ToolbarBlockType/blocktype-button.js +0 -0
  193. /package/dist/es2019/{plugin → pm-plugins}/ui/ToolbarBlockType/index.js +0 -0
  194. /package/dist/es2019/{plugin → pm-plugins}/ui/ToolbarBlockType/styled.js +0 -0
  195. /package/dist/es2019/{plugin → pm-plugins}/utils.js +0 -0
  196. /package/dist/es2019/{plugin → ui}/styles.js +0 -0
  197. /package/dist/esm/{plugin → pm-plugins}/block-types.js +0 -0
  198. /package/dist/esm/{plugin → pm-plugins}/commands/block-type.js +0 -0
  199. /package/dist/esm/{plugin → pm-plugins}/commands/delete-and-move-cursor.js +0 -0
  200. /package/dist/esm/{plugin → pm-plugins}/commands/delete-block-content.js +0 -0
  201. /package/dist/esm/{plugin → pm-plugins}/commands/index.js +0 -0
  202. /package/dist/esm/{plugin → pm-plugins}/consts.js +0 -0
  203. /package/dist/esm/{plugin → pm-plugins}/ui/PrimaryToolbarComponent.js +0 -0
  204. /package/dist/esm/{plugin → pm-plugins}/ui/ToolbarBlockType/blocktype-button.js +0 -0
  205. /package/dist/esm/{plugin → pm-plugins}/ui/ToolbarBlockType/index.js +0 -0
  206. /package/dist/esm/{plugin → pm-plugins}/ui/ToolbarBlockType/styled.js +0 -0
  207. /package/dist/esm/{plugin → pm-plugins}/utils.js +0 -0
  208. /package/dist/esm/{plugin → ui}/styles.js +0 -0
  209. /package/dist/types/{plugin → pm-plugins}/block-types.d.ts +0 -0
  210. /package/dist/types/{plugin → pm-plugins}/commands/block-type.d.ts +0 -0
  211. /package/dist/types/{plugin → pm-plugins}/commands/delete-and-move-cursor.d.ts +0 -0
  212. /package/dist/types/{plugin → pm-plugins}/commands/delete-block-content.d.ts +0 -0
  213. /package/dist/types/{plugin → pm-plugins}/commands/index.d.ts +0 -0
  214. /package/dist/types/{plugin → pm-plugins}/consts.d.ts +0 -0
  215. /package/dist/types/{plugin/pm-plugins → pm-plugins}/input-rule.d.ts +0 -0
  216. /package/dist/types/{plugin/pm-plugins → pm-plugins}/keymap.d.ts +0 -0
  217. /package/dist/types/{plugin → pm-plugins}/types.d.ts +0 -0
  218. /package/dist/types/{plugin → pm-plugins}/ui/ToolbarBlockType/blocktype-button.d.ts +0 -0
  219. /package/dist/types/{plugin → pm-plugins}/ui/ToolbarBlockType/styled.d.ts +0 -0
  220. /package/dist/types/{plugin → pm-plugins}/utils.d.ts +0 -0
  221. /package/dist/types/{plugin → ui}/styles.d.ts +0 -0
  222. /package/dist/types-ts4.5/{plugin → pm-plugins}/block-types.d.ts +0 -0
  223. /package/dist/types-ts4.5/{plugin → pm-plugins}/commands/block-type.d.ts +0 -0
  224. /package/dist/types-ts4.5/{plugin → pm-plugins}/commands/delete-and-move-cursor.d.ts +0 -0
  225. /package/dist/types-ts4.5/{plugin → pm-plugins}/commands/delete-block-content.d.ts +0 -0
  226. /package/dist/types-ts4.5/{plugin → pm-plugins}/commands/index.d.ts +0 -0
  227. /package/dist/types-ts4.5/{plugin → pm-plugins}/consts.d.ts +0 -0
  228. /package/dist/types-ts4.5/{plugin/pm-plugins → pm-plugins}/input-rule.d.ts +0 -0
  229. /package/dist/types-ts4.5/{plugin/pm-plugins → pm-plugins}/keymap.d.ts +0 -0
  230. /package/dist/types-ts4.5/{plugin → pm-plugins}/types.d.ts +0 -0
  231. /package/dist/types-ts4.5/{plugin → pm-plugins}/ui/ToolbarBlockType/blocktype-button.d.ts +0 -0
  232. /package/dist/types-ts4.5/{plugin → pm-plugins}/ui/ToolbarBlockType/styled.d.ts +0 -0
  233. /package/dist/types-ts4.5/{plugin → pm-plugins}/utils.d.ts +0 -0
  234. /package/dist/types-ts4.5/{plugin → ui}/styles.d.ts +0 -0
@@ -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
- };
@@ -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
- //Korean
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
- };
@@ -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
- //Norwegian (Bokmål)
9
- export default {
10
- 'fabric.editor.blockquote.description': 'Sett inn et sitat',
11
- 'fabric.editor.blockquote2': 'Sitat',
12
- 'fabric.editor.codeblock': 'Kodebit',
13
- 'fabric.editor.codeblock.description': 'Vis kode med syntaksutheving',
14
- 'fabric.editor.customPanel': 'Egendefinert panel',
15
- 'fabric.editor.customPanel.description': 'Legg til et notat med en emoji og farget bakgrunn',
16
- 'fabric.editor.errorPanel': 'Feilpanel',
17
- 'fabric.editor.errorPanel.description': 'Trekk frem feil i et farget panel',
18
- 'fabric.editor.heading1': '1. overskrift',
19
- 'fabric.editor.heading1Description': 'Bruk dette for en overskrift på toppnivå',
20
- 'fabric.editor.heading2': '2. overskrift',
21
- 'fabric.editor.heading2Description': 'Bruk dette til viktige avsnitt',
22
- 'fabric.editor.heading3': '3. overskrift',
23
- 'fabric.editor.heading3Description': 'Bruk dette til underavsnitt og overskrifter for grupper',
24
- 'fabric.editor.heading4': '4. overskrift',
25
- 'fabric.editor.heading4Description': 'Bruk dette til dype overskrifter',
26
- 'fabric.editor.heading5': '5. overskrift',
27
- 'fabric.editor.heading5Description': 'Bruk dette til å gruppere listeelementer',
28
- 'fabric.editor.heading6': '6. overskrift',
29
- 'fabric.editor.heading6Description': 'Bruk dette for en overskrift på nedre nivå',
30
- 'fabric.editor.infoPanel': 'Informasjonspanel',
31
- 'fabric.editor.infoPanel.description': 'Uthev informasjonen i et farget panel',
32
- 'fabric.editor.normal': 'Normal tekst',
33
- 'fabric.editor.notePanel': 'Kommentarpanel',
34
- 'fabric.editor.notePanel.description': 'Legg til en merknad i et farget panel',
35
- 'fabric.editor.other': 'Andre …',
36
- 'fabric.editor.successPanel': 'Utførtpanel',
37
- 'fabric.editor.successPanel.description': 'Legg til tips i et farget panel',
38
- 'fabric.editor.textStyles': 'Tekststiler',
39
- 'fabric.editor.warningPanel': 'Advarselspanel',
40
- 'fabric.editor.warningPanel.description': 'Legg til en advarsel i et farget 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
- //Dutch (Netherlands)
9
- export default {
10
- 'fabric.editor.blockquote.description': 'Voeg een citaat in',
11
- 'fabric.editor.blockquote2': 'Citaat',
12
- 'fabric.editor.codeblock': 'Codefragment',
13
- 'fabric.editor.codeblock.description': 'Code tonen met syntaxismarkering',
14
- 'fabric.editor.customPanel': 'Aangepast paneel',
15
- 'fabric.editor.customPanel.description': 'Voeg een notitie toe met een emoji en een gekleurde achtergrond',
16
- 'fabric.editor.errorPanel': 'Foutpaneel',
17
- 'fabric.editor.errorPanel.description': 'Bijschrift voor fouten maken in een gekleurd paneel',
18
- 'fabric.editor.heading1': 'Koptekst 1',
19
- 'fabric.editor.heading1Description': 'Gebruik dit voor een kop op het hoogste niveau',
20
- 'fabric.editor.heading2': 'Koptekst 2',
21
- 'fabric.editor.heading2Description': 'Gebruik dit voor belangrijke gedeelten',
22
- 'fabric.editor.heading3': 'Koptekst 3',
23
- 'fabric.editor.heading3Description': 'Gebruik dit voor subsecties en groepskoppen',
24
- 'fabric.editor.heading4': 'Koptekst 4',
25
- 'fabric.editor.heading4Description': 'Gebruik dit voor diepe koppen',
26
- 'fabric.editor.heading5': 'Koptekst 5',
27
- 'fabric.editor.heading5Description': 'Gebruik dit voor het groeperen van lijstitems',
28
- 'fabric.editor.heading6': 'Koptekst 6',
29
- 'fabric.editor.heading6Description': 'Gebruik dit voor koppen op laag niveau',
30
- 'fabric.editor.infoPanel': 'Infopaneel',
31
- 'fabric.editor.infoPanel.description': 'Informatie markeren in een gekleurd paneel',
32
- 'fabric.editor.normal': 'Normale tekst',
33
- 'fabric.editor.notePanel': 'Notitiepaneel',
34
- 'fabric.editor.notePanel.description': 'Een opmerking toevoegen in een gekleurd paneel',
35
- 'fabric.editor.other': 'Andere…',
36
- 'fabric.editor.successPanel': 'Succespaneel',
37
- 'fabric.editor.successPanel.description': 'Tips toevoegen in een gekleurd paneel',
38
- 'fabric.editor.textStyles': 'Tekststijlen',
39
- 'fabric.editor.warningPanel': 'Waarschuwingspaneel',
40
- 'fabric.editor.warningPanel.description': 'Een waarschuwing toevoegen in een gekleurd paneel'
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
- //Polish (Poland)
9
- export default {
10
- 'fabric.editor.blockquote.description': 'Wstaw cytat',
11
- 'fabric.editor.blockquote2': 'Cytat',
12
- 'fabric.editor.codeblock': 'Wstawka kodu',
13
- 'fabric.editor.codeblock.description': 'Wyświetlaj kod z wyróżnioną składnią',
14
- 'fabric.editor.customPanel': 'Panel niestandardowy',
15
- 'fabric.editor.customPanel.description': 'Dodaj notatkę z emoji i kolorowym tłem',
16
- 'fabric.editor.errorPanel': 'Panel błędów',
17
- 'fabric.editor.errorPanel.description': 'Wyróżniaj błędy kolorem',
18
- 'fabric.editor.heading1': 'Nagłówek 1',
19
- 'fabric.editor.heading1Description': 'Użyj tego do nagłówka najwyższego poziomu',
20
- 'fabric.editor.heading2': 'Nagłówek 2',
21
- 'fabric.editor.heading2Description': 'Użyj tego do kluczowych sekcji',
22
- 'fabric.editor.heading3': 'Nagłówek 3',
23
- 'fabric.editor.heading3Description': 'Użyj tego do podsekcji i nagłówków grup',
24
- 'fabric.editor.heading4': 'Nagłówek 4',
25
- 'fabric.editor.heading4Description': 'Użyj tego do nagłówków głębokich',
26
- 'fabric.editor.heading5': 'Nagłówek 5',
27
- 'fabric.editor.heading5Description': 'Użyj tego do grupowania elementów list',
28
- 'fabric.editor.heading6': 'Nagłówek 6',
29
- 'fabric.editor.heading6Description': 'Użyj tego do nagłówków niskiego poziomu',
30
- 'fabric.editor.infoPanel': 'Panel informacyjny',
31
- 'fabric.editor.infoPanel.description': 'Wyróżnij informacje kolorem',
32
- 'fabric.editor.normal': 'Normalny tekst',
33
- 'fabric.editor.notePanel': 'Panel uwag',
34
- 'fabric.editor.notePanel.description': 'Dodaj uwagę w kolorze',
35
- 'fabric.editor.other': 'Inne...',
36
- 'fabric.editor.successPanel': 'Panel sukcesów',
37
- 'fabric.editor.successPanel.description': 'Dodaj wskazówki w kolorze',
38
- 'fabric.editor.textStyles': 'Style tekstu',
39
- 'fabric.editor.warningPanel': 'Panel ostrzeżeń',
40
- 'fabric.editor.warningPanel.description': 'Dodaj ostrzeżenie w kolorze'
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
- //Portuguese (Brazil)
9
- export default {
10
- 'fabric.editor.blockquote.description': 'Inserir cotação ou citação',
11
- 'fabric.editor.blockquote2': 'Citação',
12
- 'fabric.editor.codeblock': 'Trecho de código',
13
- 'fabric.editor.codeblock.description': 'Exibir código com destaque à sintaxe',
14
- 'fabric.editor.customPanel': 'Painel personalizado',
15
- 'fabric.editor.customPanel.description': 'Adicione uma observação com um emoji e plano de fundo colorido',
16
- 'fabric.editor.errorPanel': 'Painel de erros',
17
- 'fabric.editor.errorPanel.description': 'Destacar erros em um painel colorido',
18
- 'fabric.editor.heading1': 'Título 1',
19
- 'fabric.editor.heading1Description': 'Use isso para um título de nível superior',
20
- 'fabric.editor.heading2': 'Título 2',
21
- 'fabric.editor.heading2Description': 'Use isso para seções importantes',
22
- 'fabric.editor.heading3': 'Título 3',
23
- 'fabric.editor.heading3Description': 'Use isso para subseções e títulos de grupos',
24
- 'fabric.editor.heading4': 'Título 4',
25
- 'fabric.editor.heading4Description': 'Use isso para títulos profundos',
26
- 'fabric.editor.heading5': 'Título 5',
27
- 'fabric.editor.heading5Description': 'Use isso para agrupar os itens de uma lista',
28
- 'fabric.editor.heading6': 'Título 6',
29
- 'fabric.editor.heading6Description': 'Use isso para títulos de nível inferior',
30
- 'fabric.editor.infoPanel': 'Painel de informações',
31
- 'fabric.editor.infoPanel.description': 'Destacar informações em um painel colorido',
32
- 'fabric.editor.normal': 'Texto normal',
33
- 'fabric.editor.notePanel': 'Painel de notas',
34
- 'fabric.editor.notePanel.description': 'Adicionar uma nota em um painel colorido',
35
- 'fabric.editor.other': 'Outros...',
36
- 'fabric.editor.successPanel': 'Painel de sucesso',
37
- 'fabric.editor.successPanel.description': 'Adicionar dicas em um painel colorido',
38
- 'fabric.editor.textStyles': 'Estilos de texto',
39
- 'fabric.editor.warningPanel': 'Painel de avisos',
40
- 'fabric.editor.warningPanel.description': 'Adicionar uma nota de atenção em um painel colorido'
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
- //Russian
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
- };
@@ -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
- //Swedish
9
- export default {
10
- 'fabric.editor.blockquote.description': 'Infoga citat',
11
- 'fabric.editor.blockquote2': 'Citat',
12
- 'fabric.editor.codeblock': 'Kodstycke',
13
- 'fabric.editor.codeblock.description': 'Visa kod med syntaxmarkering',
14
- 'fabric.editor.customPanel': 'Anpassad panel',
15
- 'fabric.editor.customPanel.description': 'Lägg till en anteckning med en emoji och en färgad bakgrund',
16
- 'fabric.editor.errorPanel': 'Felpanel',
17
- 'fabric.editor.errorPanel.description': 'Meddela om fel i en färgad panel',
18
- 'fabric.editor.heading1': 'Rubrik 1',
19
- 'fabric.editor.heading1Description': 'Använd för rubrik på översta nivån',
20
- 'fabric.editor.heading2': 'Rubrik 2',
21
- 'fabric.editor.heading2Description': 'Använd för viktiga avsnitt',
22
- 'fabric.editor.heading3': 'Rubrik 3',
23
- 'fabric.editor.heading3Description': 'Använd för underavsnitt och grupprubriker',
24
- 'fabric.editor.heading4': 'Rubrik 4',
25
- 'fabric.editor.heading4Description': 'Använd för rubriker längre ner',
26
- 'fabric.editor.heading5': 'Rubrik 5',
27
- 'fabric.editor.heading5Description': 'Använd för att gruppera listobjekt',
28
- 'fabric.editor.heading6': 'Rubrik 6',
29
- 'fabric.editor.heading6Description': 'Använd för rubriker på låg nivå',
30
- 'fabric.editor.infoPanel': 'Informationspanel',
31
- 'fabric.editor.infoPanel.description': 'Markera information med en färgad panel',
32
- 'fabric.editor.normal': 'Normal text',
33
- 'fabric.editor.notePanel': 'Anteckningspanel',
34
- 'fabric.editor.notePanel.description': 'Lägg till en anteckning i en färgad panel',
35
- 'fabric.editor.other': 'Annat ...',
36
- 'fabric.editor.successPanel': 'Framgångspanel',
37
- 'fabric.editor.successPanel.description': 'Lägg till ett tips i en färgad panel',
38
- 'fabric.editor.textStyles': 'Textstilar',
39
- 'fabric.editor.warningPanel': 'Varningspanel',
40
- 'fabric.editor.warningPanel.description': 'Lägg till en varning i en färgad panel'
41
- };