@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
- //Italian (Italy)
15
- var _default = exports.default = {
16
- 'fabric.editor.blockquote.description': 'Inserisci citazione',
17
- 'fabric.editor.blockquote2': 'Citazione',
18
- 'fabric.editor.codeblock': 'Frammento di codice',
19
- 'fabric.editor.codeblock.description': 'Mostra codice con colorazione della sintassi',
20
- 'fabric.editor.customPanel': 'Pannello personalizzato',
21
- 'fabric.editor.customPanel.description': 'Aggiungi una nota con un emoji e uno sfondo colorato',
22
- 'fabric.editor.errorPanel': 'Pannello errori',
23
- 'fabric.editor.errorPanel.description': 'Segnala gli errori in un pannello colorato',
24
- 'fabric.editor.heading1': 'Titolo 1',
25
- 'fabric.editor.heading1Description': 'Per un titolo di primo livello',
26
- 'fabric.editor.heading2': 'Titolo 2',
27
- 'fabric.editor.heading2Description': 'Per le sezioni principali',
28
- 'fabric.editor.heading3': 'Titolo 3',
29
- 'fabric.editor.heading3Description': 'Per i titoli delle sottosezioni e dei gruppi',
30
- 'fabric.editor.heading4': 'Titolo 4',
31
- 'fabric.editor.heading4Description': 'Per i titoli interni',
32
- 'fabric.editor.heading5': 'Titolo 5',
33
- 'fabric.editor.heading5Description': 'Per le voci degli elenchi',
34
- 'fabric.editor.heading6': 'Titolo 6',
35
- 'fabric.editor.heading6Description': 'Per i titoli di livello inferiore',
36
- 'fabric.editor.infoPanel': 'Pannello informazioni',
37
- 'fabric.editor.infoPanel.description': 'Metti in evidenza l’informazione in un pannello colorato',
38
- 'fabric.editor.normal': 'Testo normale',
39
- 'fabric.editor.notePanel': 'Pannello note',
40
- 'fabric.editor.notePanel.description': 'Aggiungi una nota in un pannello colorato',
41
- 'fabric.editor.other': 'Altri...',
42
- 'fabric.editor.successPanel': 'Pannello operazioni completate',
43
- 'fabric.editor.successPanel.description': 'Aggiungi consigli in un pannello colorato',
44
- 'fabric.editor.textStyles': 'Stili del testo',
45
- 'fabric.editor.warningPanel': 'Pannello avvisi',
46
- 'fabric.editor.warningPanel.description': 'Aggiungi un avviso in un pannello colorato'
47
- };
@@ -1,47 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- /* prettier-ignore */
8
- /**
9
- * NOTE:
10
- *
11
- * This file is automatically generated by Traduki 2.0.
12
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
- */
14
- //Japanese
15
- var _default = exports.default = {
16
- 'fabric.editor.blockquote.description': '引用文を挿入',
17
- 'fabric.editor.blockquote2': '引用',
18
- 'fabric.editor.codeblock': 'コード スニペット',
19
- 'fabric.editor.codeblock.description': '構文をハイライトしてコードを表示',
20
- 'fabric.editor.customPanel': 'カスタム パネル',
21
- 'fabric.editor.customPanel.description': '絵文字と背景色でメモを追加',
22
- 'fabric.editor.errorPanel': 'エラー パネル',
23
- 'fabric.editor.errorPanel.description': '色付きのパネルでエラーをコールアウト',
24
- 'fabric.editor.heading1': '見出し 1',
25
- 'fabric.editor.heading1Description': '最上位レベルの見出しに使用',
26
- 'fabric.editor.heading2': '見出し 2',
27
- 'fabric.editor.heading2Description': 'キー セクションに使用',
28
- 'fabric.editor.heading3': '見出し 3',
29
- 'fabric.editor.heading3Description': 'サブセクションおよびグループ見出しに使用',
30
- 'fabric.editor.heading4': '見出し 4',
31
- 'fabric.editor.heading4Description': '階層見出しに使用',
32
- 'fabric.editor.heading5': '見出し 5',
33
- 'fabric.editor.heading5Description': 'リスト アイテムのグループ化に使用',
34
- 'fabric.editor.heading6': '見出し 6',
35
- 'fabric.editor.heading6Description': '下位レベルの見出しに使用',
36
- 'fabric.editor.infoPanel': '情報パネル',
37
- 'fabric.editor.infoPanel.description': '色付きのパネルで情報を強調',
38
- 'fabric.editor.normal': 'ノーマル テキスト',
39
- 'fabric.editor.notePanel': 'メモ パネル',
40
- 'fabric.editor.notePanel.description': '色付きのメモ パネルを追加',
41
- 'fabric.editor.other': 'その他…',
42
- 'fabric.editor.successPanel': '成功パネル',
43
- 'fabric.editor.successPanel.description': '色付きのパネルでヒントを追加',
44
- 'fabric.editor.textStyles': 'テキスト スタイル',
45
- 'fabric.editor.warningPanel': '警告パネル',
46
- 'fabric.editor.warningPanel.description': '色付きのパネルで注意を促すメモを追加'
47
- };
@@ -1,47 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- /* prettier-ignore */
8
- /**
9
- * NOTE:
10
- *
11
- * This file is automatically generated by Traduki 2.0.
12
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
- */
14
- //Korean
15
- var _default = exports.default = {
16
- 'fabric.editor.blockquote.description': '인용 또는 인용구 삽입',
17
- 'fabric.editor.blockquote2': '인용',
18
- 'fabric.editor.codeblock': '코드 조각',
19
- 'fabric.editor.codeblock.description': '구문 강조 기능 포함하여 코드 표시',
20
- 'fabric.editor.customPanel': '사용자 지정 패널',
21
- 'fabric.editor.customPanel.description': '이모지 및 색상 배경이 있는 메모 추가',
22
- 'fabric.editor.errorPanel': '오류 패널',
23
- 'fabric.editor.errorPanel.description': '색상 있는 패널에서 오류 호출',
24
- 'fabric.editor.heading1': '머릿글 1',
25
- 'fabric.editor.heading1Description': '상위 레벨 제목에 사용',
26
- 'fabric.editor.heading2': '머릿글 2',
27
- 'fabric.editor.heading2Description': '핵심 섹션에 사용',
28
- 'fabric.editor.heading3': '머릿글 3',
29
- 'fabric.editor.heading3Description': '하위 섹션 및 그룹 머릿글에 사용',
30
- 'fabric.editor.heading4': '머릿글 4',
31
- 'fabric.editor.heading4Description': '후속 머릿글에 이것을 사용합니다.',
32
- 'fabric.editor.heading5': '머릿글 5',
33
- 'fabric.editor.heading5Description': '목록 항목의 그룹화에 사용',
34
- 'fabric.editor.heading6': '머릿글 6',
35
- 'fabric.editor.heading6Description': '하위 레벨 제목에 사용',
36
- 'fabric.editor.infoPanel': '정보 패널',
37
- 'fabric.editor.infoPanel.description': '색상 있는 패널에서 정보 강조 표시',
38
- 'fabric.editor.normal': '일반 텍스트',
39
- 'fabric.editor.notePanel': '노트 패널',
40
- 'fabric.editor.notePanel.description': '색상 있는 패널에 메모 추가',
41
- 'fabric.editor.other': '기타...',
42
- 'fabric.editor.successPanel': '성공 패널',
43
- 'fabric.editor.successPanel.description': '색상 있는 패널에 팁 추가',
44
- 'fabric.editor.textStyles': '텍스트 스타일',
45
- 'fabric.editor.warningPanel': '경고 패널',
46
- 'fabric.editor.warningPanel.description': '색상 있는 패널에 주의 사항 메모 추가'
47
- };
@@ -1,47 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- /* prettier-ignore */
8
- /**
9
- * NOTE:
10
- *
11
- * This file is automatically generated by Traduki 2.0.
12
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
- */
14
- //Norwegian (Bokmål)
15
- var _default = exports.default = {
16
- 'fabric.editor.blockquote.description': 'Sett inn et sitat',
17
- 'fabric.editor.blockquote2': 'Sitat',
18
- 'fabric.editor.codeblock': 'Kodebit',
19
- 'fabric.editor.codeblock.description': 'Vis kode med syntaksutheving',
20
- 'fabric.editor.customPanel': 'Egendefinert panel',
21
- 'fabric.editor.customPanel.description': 'Legg til et notat med en emoji og farget bakgrunn',
22
- 'fabric.editor.errorPanel': 'Feilpanel',
23
- 'fabric.editor.errorPanel.description': 'Trekk frem feil i et farget panel',
24
- 'fabric.editor.heading1': '1. overskrift',
25
- 'fabric.editor.heading1Description': 'Bruk dette for en overskrift på toppnivå',
26
- 'fabric.editor.heading2': '2. overskrift',
27
- 'fabric.editor.heading2Description': 'Bruk dette til viktige avsnitt',
28
- 'fabric.editor.heading3': '3. overskrift',
29
- 'fabric.editor.heading3Description': 'Bruk dette til underavsnitt og overskrifter for grupper',
30
- 'fabric.editor.heading4': '4. overskrift',
31
- 'fabric.editor.heading4Description': 'Bruk dette til dype overskrifter',
32
- 'fabric.editor.heading5': '5. overskrift',
33
- 'fabric.editor.heading5Description': 'Bruk dette til å gruppere listeelementer',
34
- 'fabric.editor.heading6': '6. overskrift',
35
- 'fabric.editor.heading6Description': 'Bruk dette for en overskrift på nedre nivå',
36
- 'fabric.editor.infoPanel': 'Informasjonspanel',
37
- 'fabric.editor.infoPanel.description': 'Uthev informasjonen i et farget panel',
38
- 'fabric.editor.normal': 'Normal tekst',
39
- 'fabric.editor.notePanel': 'Kommentarpanel',
40
- 'fabric.editor.notePanel.description': 'Legg til en merknad i et farget panel',
41
- 'fabric.editor.other': 'Andre …',
42
- 'fabric.editor.successPanel': 'Utførtpanel',
43
- 'fabric.editor.successPanel.description': 'Legg til tips i et farget panel',
44
- 'fabric.editor.textStyles': 'Tekststiler',
45
- 'fabric.editor.warningPanel': 'Advarselspanel',
46
- 'fabric.editor.warningPanel.description': 'Legg til en advarsel i et farget panel'
47
- };
@@ -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
- //Dutch (Netherlands)
15
- var _default = exports.default = {
16
- 'fabric.editor.blockquote.description': 'Voeg een citaat in',
17
- 'fabric.editor.blockquote2': 'Citaat',
18
- 'fabric.editor.codeblock': 'Codefragment',
19
- 'fabric.editor.codeblock.description': 'Code tonen met syntaxismarkering',
20
- 'fabric.editor.customPanel': 'Aangepast paneel',
21
- 'fabric.editor.customPanel.description': 'Voeg een notitie toe met een emoji en een gekleurde achtergrond',
22
- 'fabric.editor.errorPanel': 'Foutpaneel',
23
- 'fabric.editor.errorPanel.description': 'Bijschrift voor fouten maken in een gekleurd paneel',
24
- 'fabric.editor.heading1': 'Koptekst 1',
25
- 'fabric.editor.heading1Description': 'Gebruik dit voor een kop op het hoogste niveau',
26
- 'fabric.editor.heading2': 'Koptekst 2',
27
- 'fabric.editor.heading2Description': 'Gebruik dit voor belangrijke gedeelten',
28
- 'fabric.editor.heading3': 'Koptekst 3',
29
- 'fabric.editor.heading3Description': 'Gebruik dit voor subsecties en groepskoppen',
30
- 'fabric.editor.heading4': 'Koptekst 4',
31
- 'fabric.editor.heading4Description': 'Gebruik dit voor diepe koppen',
32
- 'fabric.editor.heading5': 'Koptekst 5',
33
- 'fabric.editor.heading5Description': 'Gebruik dit voor het groeperen van lijstitems',
34
- 'fabric.editor.heading6': 'Koptekst 6',
35
- 'fabric.editor.heading6Description': 'Gebruik dit voor koppen op laag niveau',
36
- 'fabric.editor.infoPanel': 'Infopaneel',
37
- 'fabric.editor.infoPanel.description': 'Informatie markeren in een gekleurd paneel',
38
- 'fabric.editor.normal': 'Normale tekst',
39
- 'fabric.editor.notePanel': 'Notitiepaneel',
40
- 'fabric.editor.notePanel.description': 'Een opmerking toevoegen in een gekleurd paneel',
41
- 'fabric.editor.other': 'Andere…',
42
- 'fabric.editor.successPanel': 'Succespaneel',
43
- 'fabric.editor.successPanel.description': 'Tips toevoegen in een gekleurd paneel',
44
- 'fabric.editor.textStyles': 'Tekststijlen',
45
- 'fabric.editor.warningPanel': 'Waarschuwingspaneel',
46
- 'fabric.editor.warningPanel.description': 'Een waarschuwing toevoegen in een gekleurd paneel'
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
- //Polish (Poland)
15
- var _default = exports.default = {
16
- 'fabric.editor.blockquote.description': 'Wstaw cytat',
17
- 'fabric.editor.blockquote2': 'Cytat',
18
- 'fabric.editor.codeblock': 'Wstawka kodu',
19
- 'fabric.editor.codeblock.description': 'Wyświetlaj kod z wyróżnioną składnią',
20
- 'fabric.editor.customPanel': 'Panel niestandardowy',
21
- 'fabric.editor.customPanel.description': 'Dodaj notatkę z emoji i kolorowym tłem',
22
- 'fabric.editor.errorPanel': 'Panel błędów',
23
- 'fabric.editor.errorPanel.description': 'Wyróżniaj błędy kolorem',
24
- 'fabric.editor.heading1': 'Nagłówek 1',
25
- 'fabric.editor.heading1Description': 'Użyj tego do nagłówka najwyższego poziomu',
26
- 'fabric.editor.heading2': 'Nagłówek 2',
27
- 'fabric.editor.heading2Description': 'Użyj tego do kluczowych sekcji',
28
- 'fabric.editor.heading3': 'Nagłówek 3',
29
- 'fabric.editor.heading3Description': 'Użyj tego do podsekcji i nagłówków grup',
30
- 'fabric.editor.heading4': 'Nagłówek 4',
31
- 'fabric.editor.heading4Description': 'Użyj tego do nagłówków głębokich',
32
- 'fabric.editor.heading5': 'Nagłówek 5',
33
- 'fabric.editor.heading5Description': 'Użyj tego do grupowania elementów list',
34
- 'fabric.editor.heading6': 'Nagłówek 6',
35
- 'fabric.editor.heading6Description': 'Użyj tego do nagłówków niskiego poziomu',
36
- 'fabric.editor.infoPanel': 'Panel informacyjny',
37
- 'fabric.editor.infoPanel.description': 'Wyróżnij informacje kolorem',
38
- 'fabric.editor.normal': 'Normalny tekst',
39
- 'fabric.editor.notePanel': 'Panel uwag',
40
- 'fabric.editor.notePanel.description': 'Dodaj uwagę w kolorze',
41
- 'fabric.editor.other': 'Inne...',
42
- 'fabric.editor.successPanel': 'Panel sukcesów',
43
- 'fabric.editor.successPanel.description': 'Dodaj wskazówki w kolorze',
44
- 'fabric.editor.textStyles': 'Style tekstu',
45
- 'fabric.editor.warningPanel': 'Panel ostrzeżeń',
46
- 'fabric.editor.warningPanel.description': 'Dodaj ostrzeżenie w kolorze'
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
- //Portuguese (Brazil)
15
- var _default = exports.default = {
16
- 'fabric.editor.blockquote.description': 'Inserir cotação ou citação',
17
- 'fabric.editor.blockquote2': 'Citação',
18
- 'fabric.editor.codeblock': 'Trecho de código',
19
- 'fabric.editor.codeblock.description': 'Exibir código com destaque à sintaxe',
20
- 'fabric.editor.customPanel': 'Painel personalizado',
21
- 'fabric.editor.customPanel.description': 'Adicione uma observação com um emoji e plano de fundo colorido',
22
- 'fabric.editor.errorPanel': 'Painel de erros',
23
- 'fabric.editor.errorPanel.description': 'Destacar erros em um painel colorido',
24
- 'fabric.editor.heading1': 'Título 1',
25
- 'fabric.editor.heading1Description': 'Use isso para um título de nível superior',
26
- 'fabric.editor.heading2': 'Título 2',
27
- 'fabric.editor.heading2Description': 'Use isso para seções importantes',
28
- 'fabric.editor.heading3': 'Título 3',
29
- 'fabric.editor.heading3Description': 'Use isso para subseções e títulos de grupos',
30
- 'fabric.editor.heading4': 'Título 4',
31
- 'fabric.editor.heading4Description': 'Use isso para títulos profundos',
32
- 'fabric.editor.heading5': 'Título 5',
33
- 'fabric.editor.heading5Description': 'Use isso para agrupar os itens de uma lista',
34
- 'fabric.editor.heading6': 'Título 6',
35
- 'fabric.editor.heading6Description': 'Use isso para títulos de nível inferior',
36
- 'fabric.editor.infoPanel': 'Painel de informações',
37
- 'fabric.editor.infoPanel.description': 'Destacar informações em um painel colorido',
38
- 'fabric.editor.normal': 'Texto normal',
39
- 'fabric.editor.notePanel': 'Painel de notas',
40
- 'fabric.editor.notePanel.description': 'Adicionar uma nota em um painel colorido',
41
- 'fabric.editor.other': 'Outros...',
42
- 'fabric.editor.successPanel': 'Painel de sucesso',
43
- 'fabric.editor.successPanel.description': 'Adicionar dicas em um painel colorido',
44
- 'fabric.editor.textStyles': 'Estilos de texto',
45
- 'fabric.editor.warningPanel': 'Painel de avisos',
46
- 'fabric.editor.warningPanel.description': 'Adicionar uma nota de atenção em um painel colorido'
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
- //Russian
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
- //Swedish
15
- var _default = exports.default = {
16
- 'fabric.editor.blockquote.description': 'Infoga citat',
17
- 'fabric.editor.blockquote2': 'Citat',
18
- 'fabric.editor.codeblock': 'Kodstycke',
19
- 'fabric.editor.codeblock.description': 'Visa kod med syntaxmarkering',
20
- 'fabric.editor.customPanel': 'Anpassad panel',
21
- 'fabric.editor.customPanel.description': 'Lägg till en anteckning med en emoji och en färgad bakgrund',
22
- 'fabric.editor.errorPanel': 'Felpanel',
23
- 'fabric.editor.errorPanel.description': 'Meddela om fel i en färgad panel',
24
- 'fabric.editor.heading1': 'Rubrik 1',
25
- 'fabric.editor.heading1Description': 'Använd för rubrik på översta nivån',
26
- 'fabric.editor.heading2': 'Rubrik 2',
27
- 'fabric.editor.heading2Description': 'Använd för viktiga avsnitt',
28
- 'fabric.editor.heading3': 'Rubrik 3',
29
- 'fabric.editor.heading3Description': 'Använd för underavsnitt och grupprubriker',
30
- 'fabric.editor.heading4': 'Rubrik 4',
31
- 'fabric.editor.heading4Description': 'Använd för rubriker längre ner',
32
- 'fabric.editor.heading5': 'Rubrik 5',
33
- 'fabric.editor.heading5Description': 'Använd för att gruppera listobjekt',
34
- 'fabric.editor.heading6': 'Rubrik 6',
35
- 'fabric.editor.heading6Description': 'Använd för rubriker på låg nivå',
36
- 'fabric.editor.infoPanel': 'Informationspanel',
37
- 'fabric.editor.infoPanel.description': 'Markera information med en färgad panel',
38
- 'fabric.editor.normal': 'Normal text',
39
- 'fabric.editor.notePanel': 'Anteckningspanel',
40
- 'fabric.editor.notePanel.description': 'Lägg till en anteckning i en färgad panel',
41
- 'fabric.editor.other': 'Annat ...',
42
- 'fabric.editor.successPanel': 'Framgångspanel',
43
- 'fabric.editor.successPanel.description': 'Lägg till ett tips i en färgad panel',
44
- 'fabric.editor.textStyles': 'Textstilar',
45
- 'fabric.editor.warningPanel': 'Varningspanel',
46
- 'fabric.editor.warningPanel.description': 'Lägg till en varning i en färgad panel'
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
- //Thai (Thailand)
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
- //Turkish (Turkey)
15
- var _default = exports.default = {
16
- 'fabric.editor.blockquote.description': 'Alıntı veya atıf ekleyin',
17
- 'fabric.editor.blockquote2': 'Alıntı',
18
- 'fabric.editor.codeblock': 'Kod parçacığı',
19
- 'fabric.editor.codeblock.description': 'Kodları söz dizimini vurgulayarak görüntüleyin',
20
- 'fabric.editor.customPanel': 'Özel panel',
21
- 'fabric.editor.customPanel.description': 'Emoji ve renkli arkaplan içeren bir not ekleyin',
22
- 'fabric.editor.errorPanel': 'Hata panosu',
23
- 'fabric.editor.errorPanel.description': 'Renkli bir panoda hataları belirtin',
24
- 'fabric.editor.heading1': 'Başlık 1',
25
- 'fabric.editor.heading1Description': 'En üst sıradaki başlıklar için bu seçeneği kullanın',
26
- 'fabric.editor.heading2': 'Başlık 2',
27
- 'fabric.editor.heading2Description': 'Alt başlıklar için bu seçeneği kullanın',
28
- 'fabric.editor.heading3': 'Başlık 3',
29
- 'fabric.editor.heading3Description': 'Alt bölümler ve grup başlıkları için bu seçeneği kullanın',
30
- 'fabric.editor.heading4': 'Başlık 4',
31
- 'fabric.editor.heading4Description': 'Daha alt düzey başlıklar için bu seçeneği kullanın',
32
- 'fabric.editor.heading5': 'Başlık 5',
33
- 'fabric.editor.heading5Description': 'Liste ögelerini gruplandırmak için bu seçeneği kullanın',
34
- 'fabric.editor.heading6': 'Başlık 6',
35
- 'fabric.editor.heading6Description': 'En alt düzey başlıklar için bu seçeneği kullanın',
36
- 'fabric.editor.infoPanel': 'Bilgi panosu',
37
- 'fabric.editor.infoPanel.description': 'Renkli bir panoda bilgileri vurgulayın',
38
- 'fabric.editor.normal': 'Normal metin',
39
- 'fabric.editor.notePanel': 'Not panosu',
40
- 'fabric.editor.notePanel.description': 'Renkli bir panoya not ekleyin',
41
- 'fabric.editor.other': 'Diğerleri...',
42
- 'fabric.editor.successPanel': 'Başarı panosu',
43
- 'fabric.editor.successPanel.description': 'Renkli bir panoya ipuçları ekleyin',
44
- 'fabric.editor.textStyles': 'Metin stilleri',
45
- 'fabric.editor.warningPanel': 'Uyarı panosu',
46
- 'fabric.editor.warningPanel.description': 'Renkli bir panoya uyarı notu ekleyin'
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
- //Ukrainian (Ukraine)
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
- //Vietnamese (Vietnam)
15
- var _default = exports.default = {
16
- 'fabric.editor.blockquote.description': 'Chèn trích dẫn hoặc tham chiếu',
17
- 'fabric.editor.blockquote2': 'Trích dẫn',
18
- 'fabric.editor.codeblock': 'Đoạn mã',
19
- 'fabric.editor.codeblock.description': 'Hiển thị mã có bôi đậm cú pháp',
20
- 'fabric.editor.customPanel': 'Bảng tùy chỉnh',
21
- 'fabric.editor.customPanel.description': 'Thêm ghi chú với biểu tượng cảm xúc và nền màu',
22
- 'fabric.editor.errorPanel': 'Ô lỗi',
23
- 'fabric.editor.errorPanel.description': 'Chỉ ra lỗi bằng ô màu',
24
- 'fabric.editor.heading1': 'Heading 1',
25
- 'fabric.editor.heading1Description': 'Sử dụng kiểu chữ này cho tiêu đề chính',
26
- 'fabric.editor.heading2': 'Heading 2',
27
- 'fabric.editor.heading2Description': 'Sử dụng kiểu chữ này cho những phần quan trọng',
28
- 'fabric.editor.heading3': 'Heading 3',
29
- 'fabric.editor.heading3Description': 'Sử dụng kiểu chữ này cho những phần phụ và tiêu đề nhóm',
30
- 'fabric.editor.heading4': 'Heading 4',
31
- 'fabric.editor.heading4Description': 'Sử dụng kiểu chữ này cho những tiêu đề ẩn',
32
- 'fabric.editor.heading5': 'Heading 5',
33
- 'fabric.editor.heading5Description': 'Sử dụng kiểu chữ này để phân loại các danh mục',
34
- 'fabric.editor.heading6': 'Heading 6',
35
- 'fabric.editor.heading6Description': 'Sử dụng kiểu chữ này cho những tiêu đề phụ phía dưới',
36
- 'fabric.editor.infoPanel': 'Ô thông tin',
37
- 'fabric.editor.infoPanel.description': 'Bôi đậm thông tin bằng ô màu',
38
- 'fabric.editor.normal': 'Văn bản bình thường',
39
- 'fabric.editor.notePanel': 'Ô ghi chú',
40
- 'fabric.editor.notePanel.description': 'Thêm ghi chú bằng ô màu',
41
- 'fabric.editor.other': 'Khác...',
42
- 'fabric.editor.successPanel': 'Ô thành công',
43
- 'fabric.editor.successPanel.description': 'Thêm mẹo bằng ô màu',
44
- 'fabric.editor.textStyles': 'Kiểu văn bản',
45
- 'fabric.editor.warningPanel': 'Ô cảnh báo',
46
- 'fabric.editor.warningPanel.description': 'Thêm ghi chú thận trọng bằng ô màu'
47
- };