@ckeditor/ckeditor5-export-pdf 41.3.1 → 41.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (257) hide show
  1. package/build/export-pdf.js +2 -2
  2. package/build/translations/af.js +1 -1
  3. package/build/translations/ar.js +1 -1
  4. package/build/translations/bg.js +1 -1
  5. package/build/translations/bn.js +1 -1
  6. package/build/translations/ca.js +1 -1
  7. package/build/translations/cs.js +1 -1
  8. package/build/translations/da.js +1 -1
  9. package/build/translations/de.js +1 -1
  10. package/build/translations/el.js +1 -1
  11. package/build/translations/en-au.js +1 -1
  12. package/build/translations/es-co.js +1 -1
  13. package/build/translations/es.js +1 -1
  14. package/build/translations/et.js +1 -1
  15. package/build/translations/fi.js +1 -1
  16. package/build/translations/fr.js +1 -1
  17. package/build/translations/gl.js +1 -1
  18. package/build/translations/he.js +1 -1
  19. package/build/translations/hi.js +1 -1
  20. package/build/translations/hr.js +1 -1
  21. package/build/translations/hu.js +1 -1
  22. package/build/translations/id.js +1 -1
  23. package/build/translations/it.js +1 -1
  24. package/build/translations/ja.js +1 -1
  25. package/build/translations/jv.js +1 -1
  26. package/build/translations/ko.js +1 -1
  27. package/build/translations/lt.js +1 -1
  28. package/build/translations/lv.js +1 -1
  29. package/build/translations/ms.js +1 -1
  30. package/build/translations/nl.js +1 -1
  31. package/build/translations/no.js +1 -1
  32. package/build/translations/pl.js +1 -1
  33. package/build/translations/pt-br.js +1 -1
  34. package/build/translations/pt.js +1 -1
  35. package/build/translations/ro.js +1 -1
  36. package/build/translations/ru.js +1 -1
  37. package/build/translations/sk.js +1 -1
  38. package/build/translations/sr-latn.js +1 -1
  39. package/build/translations/sr.js +1 -1
  40. package/build/translations/sv.js +1 -1
  41. package/build/translations/th.js +1 -1
  42. package/build/translations/tr.js +1 -1
  43. package/build/translations/ug.js +1 -1
  44. package/build/translations/uk.js +1 -1
  45. package/build/translations/ur.js +1 -1
  46. package/build/translations/vi.js +1 -1
  47. package/build/translations/zh-cn.js +1 -1
  48. package/build/translations/zh.js +1 -1
  49. package/dist/index-content.css +4 -0
  50. package/dist/index-editor.css +4 -0
  51. package/dist/index.css +4 -0
  52. package/dist/index.js +23 -0
  53. package/dist/translations/af.d.ts +8 -0
  54. package/dist/translations/af.js +23 -0
  55. package/dist/translations/af.umd.js +23 -0
  56. package/dist/translations/ar.d.ts +8 -0
  57. package/dist/translations/ar.js +23 -0
  58. package/dist/translations/ar.umd.js +23 -0
  59. package/dist/translations/bg.d.ts +8 -0
  60. package/dist/translations/bg.js +23 -0
  61. package/dist/translations/bg.umd.js +23 -0
  62. package/dist/translations/bn.d.ts +8 -0
  63. package/dist/translations/bn.js +23 -0
  64. package/dist/translations/bn.umd.js +23 -0
  65. package/dist/translations/ca.d.ts +8 -0
  66. package/dist/translations/ca.js +23 -0
  67. package/dist/translations/ca.umd.js +23 -0
  68. package/dist/translations/cs.d.ts +8 -0
  69. package/dist/translations/cs.js +23 -0
  70. package/dist/translations/cs.umd.js +23 -0
  71. package/dist/translations/da.d.ts +8 -0
  72. package/dist/translations/da.js +23 -0
  73. package/dist/translations/da.umd.js +23 -0
  74. package/dist/translations/de.d.ts +8 -0
  75. package/dist/translations/de.js +23 -0
  76. package/dist/translations/de.umd.js +23 -0
  77. package/dist/translations/el.d.ts +8 -0
  78. package/dist/translations/el.js +23 -0
  79. package/dist/translations/el.umd.js +23 -0
  80. package/dist/translations/en-au.d.ts +8 -0
  81. package/dist/translations/en-au.js +23 -0
  82. package/dist/translations/en-au.umd.js +23 -0
  83. package/dist/translations/en.d.ts +8 -0
  84. package/dist/translations/en.js +23 -0
  85. package/dist/translations/en.umd.js +23 -0
  86. package/dist/translations/es-co.d.ts +8 -0
  87. package/dist/translations/es-co.js +23 -0
  88. package/dist/translations/es-co.umd.js +23 -0
  89. package/dist/translations/es.d.ts +8 -0
  90. package/dist/translations/es.js +23 -0
  91. package/dist/translations/es.umd.js +23 -0
  92. package/dist/translations/et.d.ts +8 -0
  93. package/dist/translations/et.js +23 -0
  94. package/dist/translations/et.umd.js +23 -0
  95. package/dist/translations/fi.d.ts +8 -0
  96. package/dist/translations/fi.js +23 -0
  97. package/dist/translations/fi.umd.js +23 -0
  98. package/dist/translations/fr.d.ts +8 -0
  99. package/dist/translations/fr.js +23 -0
  100. package/dist/translations/fr.umd.js +23 -0
  101. package/dist/translations/gl.d.ts +8 -0
  102. package/dist/translations/gl.js +23 -0
  103. package/dist/translations/gl.umd.js +23 -0
  104. package/dist/translations/he.d.ts +8 -0
  105. package/dist/translations/he.js +23 -0
  106. package/dist/translations/he.umd.js +23 -0
  107. package/dist/translations/hi.d.ts +8 -0
  108. package/dist/translations/hi.js +23 -0
  109. package/dist/translations/hi.umd.js +23 -0
  110. package/dist/translations/hr.d.ts +8 -0
  111. package/dist/translations/hr.js +23 -0
  112. package/dist/translations/hr.umd.js +23 -0
  113. package/dist/translations/hu.d.ts +8 -0
  114. package/dist/translations/hu.js +23 -0
  115. package/dist/translations/hu.umd.js +23 -0
  116. package/dist/translations/id.d.ts +8 -0
  117. package/dist/translations/id.js +23 -0
  118. package/dist/translations/id.umd.js +23 -0
  119. package/dist/translations/it.d.ts +8 -0
  120. package/dist/translations/it.js +23 -0
  121. package/dist/translations/it.umd.js +23 -0
  122. package/dist/translations/ja.d.ts +8 -0
  123. package/dist/translations/ja.js +23 -0
  124. package/dist/translations/ja.umd.js +23 -0
  125. package/dist/translations/jv.d.ts +8 -0
  126. package/dist/translations/jv.js +23 -0
  127. package/dist/translations/jv.umd.js +23 -0
  128. package/dist/translations/ko.d.ts +8 -0
  129. package/dist/translations/ko.js +23 -0
  130. package/dist/translations/ko.umd.js +23 -0
  131. package/dist/translations/lt.d.ts +8 -0
  132. package/dist/translations/lt.js +23 -0
  133. package/dist/translations/lt.umd.js +23 -0
  134. package/dist/translations/lv.d.ts +8 -0
  135. package/dist/translations/lv.js +23 -0
  136. package/dist/translations/lv.umd.js +23 -0
  137. package/dist/translations/ms.d.ts +8 -0
  138. package/dist/translations/ms.js +23 -0
  139. package/dist/translations/ms.umd.js +23 -0
  140. package/dist/translations/nl.d.ts +8 -0
  141. package/dist/translations/nl.js +23 -0
  142. package/dist/translations/nl.umd.js +23 -0
  143. package/dist/translations/no.d.ts +8 -0
  144. package/dist/translations/no.js +23 -0
  145. package/dist/translations/no.umd.js +23 -0
  146. package/dist/translations/pl.d.ts +8 -0
  147. package/dist/translations/pl.js +23 -0
  148. package/dist/translations/pl.umd.js +23 -0
  149. package/dist/translations/pt-br.d.ts +8 -0
  150. package/dist/translations/pt-br.js +23 -0
  151. package/dist/translations/pt-br.umd.js +23 -0
  152. package/dist/translations/pt.d.ts +8 -0
  153. package/dist/translations/pt.js +23 -0
  154. package/dist/translations/pt.umd.js +23 -0
  155. package/dist/translations/ro.d.ts +8 -0
  156. package/dist/translations/ro.js +23 -0
  157. package/dist/translations/ro.umd.js +23 -0
  158. package/dist/translations/ru.d.ts +8 -0
  159. package/dist/translations/ru.js +23 -0
  160. package/dist/translations/ru.umd.js +23 -0
  161. package/dist/translations/sk.d.ts +8 -0
  162. package/dist/translations/sk.js +23 -0
  163. package/dist/translations/sk.umd.js +23 -0
  164. package/dist/translations/sr-latn.d.ts +8 -0
  165. package/dist/translations/sr-latn.js +23 -0
  166. package/dist/translations/sr-latn.umd.js +23 -0
  167. package/dist/translations/sr.d.ts +8 -0
  168. package/dist/translations/sr.js +23 -0
  169. package/dist/translations/sr.umd.js +23 -0
  170. package/dist/translations/sv.d.ts +8 -0
  171. package/dist/translations/sv.js +23 -0
  172. package/dist/translations/sv.umd.js +23 -0
  173. package/dist/translations/th.d.ts +8 -0
  174. package/dist/translations/th.js +23 -0
  175. package/dist/translations/th.umd.js +23 -0
  176. package/dist/translations/tr.d.ts +8 -0
  177. package/dist/translations/tr.js +23 -0
  178. package/dist/translations/tr.umd.js +23 -0
  179. package/dist/translations/ug.d.ts +8 -0
  180. package/dist/translations/ug.js +23 -0
  181. package/dist/translations/ug.umd.js +23 -0
  182. package/dist/translations/uk.d.ts +8 -0
  183. package/dist/translations/uk.js +23 -0
  184. package/dist/translations/uk.umd.js +23 -0
  185. package/dist/translations/ur.d.ts +8 -0
  186. package/dist/translations/ur.js +23 -0
  187. package/dist/translations/ur.umd.js +23 -0
  188. package/dist/translations/vi.d.ts +8 -0
  189. package/dist/translations/vi.js +23 -0
  190. package/dist/translations/vi.umd.js +23 -0
  191. package/dist/translations/zh-cn.d.ts +8 -0
  192. package/dist/translations/zh-cn.js +23 -0
  193. package/dist/translations/zh-cn.umd.js +23 -0
  194. package/dist/translations/zh.d.ts +8 -0
  195. package/dist/translations/zh.js +23 -0
  196. package/dist/translations/zh.umd.js +23 -0
  197. package/dist/types/augmentation.d.ts +25 -0
  198. package/dist/types/exportpdf.d.ts +225 -0
  199. package/dist/types/exportpdfcommand.d.ts +43 -0
  200. package/dist/types/exportpdfui.d.ts +27 -0
  201. package/dist/types/index.d.ts +14 -0
  202. package/dist/types/utils.d.ts +14 -0
  203. package/lang/contexts.json +5 -1
  204. package/lang/translations/af.po +16 -0
  205. package/lang/translations/ar.po +16 -0
  206. package/lang/translations/bg.po +16 -0
  207. package/lang/translations/bn.po +16 -0
  208. package/lang/translations/ca.po +16 -0
  209. package/lang/translations/cs.po +16 -0
  210. package/lang/translations/da.po +16 -0
  211. package/lang/translations/de.po +16 -0
  212. package/lang/translations/el.po +16 -0
  213. package/lang/translations/en-au.po +16 -0
  214. package/lang/translations/en.po +16 -0
  215. package/lang/translations/es-co.po +16 -0
  216. package/lang/translations/es.po +16 -0
  217. package/lang/translations/et.po +16 -0
  218. package/lang/translations/fi.po +16 -0
  219. package/lang/translations/fr.po +16 -0
  220. package/lang/translations/gl.po +16 -0
  221. package/lang/translations/he.po +16 -0
  222. package/lang/translations/hi.po +16 -0
  223. package/lang/translations/hr.po +16 -0
  224. package/lang/translations/hu.po +16 -0
  225. package/lang/translations/id.po +16 -0
  226. package/lang/translations/it.po +16 -0
  227. package/lang/translations/ja.po +16 -0
  228. package/lang/translations/jv.po +16 -0
  229. package/lang/translations/ko.po +16 -0
  230. package/lang/translations/lt.po +16 -0
  231. package/lang/translations/lv.po +16 -0
  232. package/lang/translations/ms.po +16 -0
  233. package/lang/translations/nl.po +16 -0
  234. package/lang/translations/no.po +16 -0
  235. package/lang/translations/pl.po +16 -0
  236. package/lang/translations/pt-br.po +16 -0
  237. package/lang/translations/pt.po +16 -0
  238. package/lang/translations/ro.po +16 -0
  239. package/lang/translations/ru.po +16 -0
  240. package/lang/translations/sk.po +16 -0
  241. package/lang/translations/sr-latn.po +16 -0
  242. package/lang/translations/sr.po +16 -0
  243. package/lang/translations/sv.po +16 -0
  244. package/lang/translations/th.po +16 -0
  245. package/lang/translations/tr.po +16 -0
  246. package/lang/translations/ug.po +16 -0
  247. package/lang/translations/uk.po +16 -0
  248. package/lang/translations/ur.po +16 -0
  249. package/lang/translations/vi.po +16 -0
  250. package/lang/translations/zh-cn.po +16 -0
  251. package/lang/translations/zh.po +16 -0
  252. package/package.json +3 -2
  253. package/src/exportpdf.js +1 -1
  254. package/src/exportpdfcommand.js +1 -1
  255. package/src/exportpdfui.js +1 -1
  256. package/src/index.js +1 -1
  257. package/src/utils.js +1 -1
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x18926d=>{const {bg:{dictionary:_0xac57ff,getPluralForm:_0x1c80b3}}={'bg':{'dictionary':{'Export\x20to\x20PDF':'Експорт\x20към\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Възникна\x20грешка\x20при\x20генериране\x20на\x20PDF.','PDF\x20export\x20started':'Започнато\x20прехвърляне\x20в\x20PDF','PDF\x20export\x20failed':'Неуспешно\x20прехвърляне\x20на\x20документ\x20в\x20PDF','PDF\x20export\x20successful':'Успешно\x20прехвърляне\x20на\x20документ\x20в\x20PDF','Exporting\x20PDF\x20document':'Прехвърляне\x20на\x20документ\x20в\x20PDF'},'getPluralForm':_0x3ca792=>0x1!=_0x3ca792}};_0x18926d['bg']||={'dictionary':{},'getPluralForm':null},_0x18926d['bg']['dictionary']=Object['assign'](_0x18926d['bg']['dictionary'],_0xac57ff),_0x18926d['bg']['getPluralForm']=_0x1c80b3;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'bn':{'dictionary':{'Export\x20to\x20PDF':'PDF\x20এ\x20রপ্তানি\x20করুন','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'PDF\x20তৈরি\x20করার\x20সময়\x20একটি\x20ত্রুটি\x20হয়েছে।','PDF\x20export\x20started':'PDF\x20এক্সপোর্ট\x20শুরু\x20হয়েছে','PDF\x20export\x20failed':'PDF\x20এক্সপোর্ট\x20ব্যর্থ\x20হয়েছে৷','PDF\x20export\x20successful':'PDF\x20এক্সপোর্ট\x20সফল\x20হয়েছে','Exporting\x20PDF\x20document':'PDF\x20ডকুমেন্ট\x20এক্সপোর্ট\x20করা\x20হচ্ছে'},'getPluralForm':_0x3060a6=>0x1!=_0x3060a6}};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x5ce954=>{const {bn:{dictionary:_0x559f5a,getPluralForm:_0x2feb06}}={'bn':{'dictionary':{'Export\x20to\x20PDF':'PDF\x20এ\x20রপ্তানি\x20করুন','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'PDF\x20তৈরি\x20করার\x20সময়\x20একটি\x20ত্রুটি\x20হয়েছে।','PDF\x20export\x20started':'PDF\x20এক্সপোর্ট\x20শুরু\x20হয়েছে','PDF\x20export\x20failed':'PDF\x20এক্সপোর্ট\x20ব্যর্থ\x20হয়েছে৷','PDF\x20export\x20successful':'PDF\x20এক্সপোর্ট\x20সফল\x20হয়েছে','Exporting\x20PDF\x20document':'PDF\x20ডকুমেন্ট\x20এক্সপোর্ট\x20করা\x20হচ্ছে'},'getPluralForm':_0x16c2dd=>0x1!=_0x16c2dd}};_0x5ce954['bn']||={'dictionary':{},'getPluralForm':null},_0x5ce954['bn']['dictionary']=Object['assign'](_0x5ce954['bn']['dictionary'],_0x559f5a),_0x5ce954['bn']['getPluralForm']=_0x2feb06;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'ca':{'dictionary':{'Export\x20to\x20PDF':'Exportar\x20a\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'S\x27ha\x20produït\x20un\x20error\x20en\x20generar\x20el\x20PDF.','PDF\x20export\x20started':'S\x27ha\x20iniciat\x20l\x27exportació\x20a\x20PDF','PDF\x20export\x20failed':'Ha\x20fallat\x20l\x27exportació\x20a\x20PDF','PDF\x20export\x20successful':'L\x27exportació\x20a\x20PDF\x20s\x27ha\x20realitzat\x20correctament','Exporting\x20PDF\x20document':'S\x27està\x20exportant\x20un\x20document\x20a\x20PDF'},'getPluralForm':_0x96fc9c=>0x1!=_0x96fc9c}};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x589df7=>{const {ca:{dictionary:_0x5dcde3,getPluralForm:_0x37872a}}={'ca':{'dictionary':{'Export\x20to\x20PDF':'Exportar\x20a\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'S\x27ha\x20produït\x20un\x20error\x20en\x20generar\x20el\x20PDF.','PDF\x20export\x20started':'S\x27ha\x20iniciat\x20l\x27exportació\x20a\x20PDF','PDF\x20export\x20failed':'Ha\x20fallat\x20l\x27exportació\x20a\x20PDF','PDF\x20export\x20successful':'L\x27exportació\x20a\x20PDF\x20s\x27ha\x20realitzat\x20correctament','Exporting\x20PDF\x20document':'S\x27està\x20exportant\x20un\x20document\x20a\x20PDF'},'getPluralForm':_0x4588f0=>0x1!=_0x4588f0}};_0x589df7['ca']||={'dictionary':{},'getPluralForm':null},_0x589df7['ca']['dictionary']=Object['assign'](_0x589df7['ca']['dictionary'],_0x5dcde3),_0x589df7['ca']['getPluralForm']=_0x37872a;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'cs':{'dictionary':{'Export\x20to\x20PDF':'Exportovat\x20do\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Při\x20generování\x20PDF\x20souboru\x20se\x20vyskytla\x20chyba.','PDF\x20export\x20started':'Export\x20PDF\x20byl\x20zahájen','PDF\x20export\x20failed':'Export\x20PDF\x20se\x20nezdařil','PDF\x20export\x20successful':'Export\x20PDF\x20byl\x20úspěšný','Exporting\x20PDF\x20document':'Export\x20dokumentu\x20PDF'},'getPluralForm':_0x3f2eb9=>0x1==_0x3f2eb9&&_0x3f2eb9%0x1==0x0?0x0:_0x3f2eb9>=0x2&&_0x3f2eb9<=0x4&&_0x3f2eb9%0x1==0x0?0x1:_0x3f2eb9%0x1!=0x0?0x2:0x3}};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x21404c=>{const {cs:{dictionary:_0x40f212,getPluralForm:_0xc88540}}={'cs':{'dictionary':{'Export\x20to\x20PDF':'Exportovat\x20do\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Při\x20generování\x20PDF\x20souboru\x20se\x20vyskytla\x20chyba.','PDF\x20export\x20started':'Export\x20PDF\x20byl\x20zahájen','PDF\x20export\x20failed':'Export\x20PDF\x20se\x20nezdařil','PDF\x20export\x20successful':'Export\x20PDF\x20byl\x20úspěšný','Exporting\x20PDF\x20document':'Export\x20dokumentu\x20PDF'},'getPluralForm':_0x5d975f=>0x1==_0x5d975f&&_0x5d975f%0x1==0x0?0x0:_0x5d975f>=0x2&&_0x5d975f<=0x4&&_0x5d975f%0x1==0x0?0x1:_0x5d975f%0x1!=0x0?0x2:0x3}};_0x21404c['cs']||={'dictionary':{},'getPluralForm':null},_0x21404c['cs']['dictionary']=Object['assign'](_0x21404c['cs']['dictionary'],_0x40f212),_0x21404c['cs']['getPluralForm']=_0xc88540;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'da':{'dictionary':{'Export\x20to\x20PDF':'Eksporter\x20til\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Der\x20opstod\x20en\x20fejl\x20under\x20oprettelse\x20af\x20PDF\x27en.','PDF\x20export\x20started':'PDF-eksport\x20er\x20startet','PDF\x20export\x20failed':'PDF-eksport\x20mislykkedes','PDF\x20export\x20successful':'PDF-eksport\x20lykkedes','Exporting\x20PDF\x20document':'Eksporterer\x20PDF-dokument'},'getPluralForm':_0xc2276e=>0x1!=_0xc2276e}};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x52700e=>{const {da:{dictionary:_0x562dc8,getPluralForm:_0xb41978}}={'da':{'dictionary':{'Export\x20to\x20PDF':'Eksporter\x20til\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Der\x20opstod\x20en\x20fejl\x20under\x20oprettelse\x20af\x20PDF\x27en.','PDF\x20export\x20started':'PDF-eksport\x20er\x20startet','PDF\x20export\x20failed':'PDF-eksport\x20mislykkedes','PDF\x20export\x20successful':'PDF-eksport\x20lykkedes','Exporting\x20PDF\x20document':'Eksporterer\x20PDF-dokument'},'getPluralForm':_0x4f2c48=>0x1!=_0x4f2c48}};_0x52700e['da']||={'dictionary':{},'getPluralForm':null},_0x52700e['da']['dictionary']=Object['assign'](_0x52700e['da']['dictionary'],_0x562dc8),_0x52700e['da']['getPluralForm']=_0xb41978;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'de':{'dictionary':{'Export\x20to\x20PDF':'Als\x20PDF\x20exportieren','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Beim\x20Erstellen\x20der\x20PDF\x20ist\x20ein\x20Fehler\x20aufgetreten.','PDF\x20export\x20started':'PDF-Export\x20gestartet','PDF\x20export\x20failed':'PDF-Export\x20fehlgeschlagen','PDF\x20export\x20successful':'PDF-Export\x20erfolgreich','Exporting\x20PDF\x20document':'PDF-Dokument\x20exportieren'},'getPluralForm':_0x497362=>0x1!=_0x497362}};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x2f479c=>{const {de:{dictionary:_0x187ef8,getPluralForm:_0x578a08}}={'de':{'dictionary':{'Export\x20to\x20PDF':'Als\x20PDF\x20exportieren','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Beim\x20Erstellen\x20der\x20PDF\x20ist\x20ein\x20Fehler\x20aufgetreten.','PDF\x20export\x20started':'PDF-Export\x20gestartet','PDF\x20export\x20failed':'PDF-Export\x20fehlgeschlagen','PDF\x20export\x20successful':'PDF-Export\x20erfolgreich','Exporting\x20PDF\x20document':'PDF-Dokument\x20exportieren'},'getPluralForm':_0x1031ae=>0x1!=_0x1031ae}};_0x2f479c['de']||={'dictionary':{},'getPluralForm':null},_0x2f479c['de']['dictionary']=Object['assign'](_0x2f479c['de']['dictionary'],_0x187ef8),_0x2f479c['de']['getPluralForm']=_0x578a08;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'el':{'dictionary':{'Export\x20to\x20PDF':'Εξαγωγή\x20σε\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Παρουσιάστηκε\x20σφάλμα\x20κατά\x20τη\x20δημιουργία\x20του\x20PDF.','PDF\x20export\x20started':'Εκκίνηση\x20εξαγωγής\x20αρχείου\x20PDF','PDF\x20export\x20failed':'Αποτυχία\x20εξαγωγής\x20αρχείου\x20PDF','PDF\x20export\x20successful':'Επιτυχής\x20εξαγωγή\x20αρχείου\x20PDF','Exporting\x20PDF\x20document':'Εξαγωγή\x20εγγράφου\x20σε\x20μορφή\x20PDF'},'getPluralForm':_0xb75a8e=>0x1!=_0xb75a8e}};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x309ef1=>{const {el:{dictionary:_0x45d02f,getPluralForm:_0x2418ae}}={'el':{'dictionary':{'Export\x20to\x20PDF':'Εξαγωγή\x20σε\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Παρουσιάστηκε\x20σφάλμα\x20κατά\x20τη\x20δημιουργία\x20του\x20PDF.','PDF\x20export\x20started':'Εκκίνηση\x20εξαγωγής\x20αρχείου\x20PDF','PDF\x20export\x20failed':'Αποτυχία\x20εξαγωγής\x20αρχείου\x20PDF','PDF\x20export\x20successful':'Επιτυχής\x20εξαγωγή\x20αρχείου\x20PDF','Exporting\x20PDF\x20document':'Εξαγωγή\x20εγγράφου\x20σε\x20μορφή\x20PDF'},'getPluralForm':_0x191fc2=>0x1!=_0x191fc2}};_0x309ef1['el']||={'dictionary':{},'getPluralForm':null},_0x309ef1['el']['dictionary']=Object['assign'](_0x309ef1['el']['dictionary'],_0x45d02f),_0x309ef1['el']['getPluralForm']=_0x2418ae;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'en-au':{'dictionary':{'Export\x20to\x20PDF':'Export\x20to\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.','PDF\x20export\x20started':'','PDF\x20export\x20failed':'','PDF\x20export\x20successful':'','Exporting\x20PDF\x20document':''},'getPluralForm':_0x10a38b=>0x1!=_0x10a38b}};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x4d4fd7=>{const {'en-au':{dictionary:_0x33e06c,getPluralForm:_0x32be30}}={'en-au':{'dictionary':{'Export\x20to\x20PDF':'Export\x20to\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.','PDF\x20export\x20started':'','PDF\x20export\x20failed':'','PDF\x20export\x20successful':'','Exporting\x20PDF\x20document':''},'getPluralForm':_0x3b2a69=>0x1!=_0x3b2a69}};_0x4d4fd7['en-au']||={'dictionary':{},'getPluralForm':null},_0x4d4fd7['en-au']['dictionary']=Object['assign'](_0x4d4fd7['en-au']['dictionary'],_0x33e06c),_0x4d4fd7['en-au']['getPluralForm']=_0x32be30;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'en':{'dictionary':{'Export\x20to\x20PDF':'Export\x20to\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.','PDF\x20export\x20started':'PDF\x20export\x20started','PDF\x20export\x20failed':'PDF\x20export\x20failed','PDF\x20export\x20successful':'PDF\x20export\x20successful','Exporting\x20PDF\x20document':'Exporting\x20PDF\x20document'},'getPluralForm':null}};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x4990a3=>{const {en:{dictionary:_0x2b6eca,getPluralForm:_0x541f4e}}={'en':{'dictionary':{'Export\x20to\x20PDF':'Export\x20to\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.','PDF\x20export\x20started':'PDF\x20export\x20started','PDF\x20export\x20failed':'PDF\x20export\x20failed','PDF\x20export\x20successful':'PDF\x20export\x20successful','Exporting\x20PDF\x20document':'Exporting\x20PDF\x20document'},'getPluralForm':null}};_0x4990a3['en']||={'dictionary':{},'getPluralForm':null},_0x4990a3['en']['dictionary']=Object['assign'](_0x4990a3['en']['dictionary'],_0x2b6eca),_0x4990a3['en']['getPluralForm']=_0x541f4e;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'es-co':{'dictionary':{'Export\x20to\x20PDF':'Exportar\x20a\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Se\x20ha\x20producido\x20un\x20error\x20al\x20generar\x20el\x20archivo\x20PDF.','PDF\x20export\x20started':'','PDF\x20export\x20failed':'','PDF\x20export\x20successful':'','Exporting\x20PDF\x20document':''},'getPluralForm':_0x5d1681=>0x1==_0x5d1681?0x0:0x0!=_0x5d1681&&_0x5d1681%0xf4240==0x0?0x1:0x2}};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x2b1f11=>{const {'es-co':{dictionary:_0x16b2dc,getPluralForm:_0x4b0be0}}={'es-co':{'dictionary':{'Export\x20to\x20PDF':'Exportar\x20a\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Se\x20ha\x20producido\x20un\x20error\x20al\x20generar\x20el\x20archivo\x20PDF.','PDF\x20export\x20started':'','PDF\x20export\x20failed':'','PDF\x20export\x20successful':'','Exporting\x20PDF\x20document':''},'getPluralForm':_0x270e59=>0x1==_0x270e59?0x0:0x0!=_0x270e59&&_0x270e59%0xf4240==0x0?0x1:0x2}};_0x2b1f11['es-co']||={'dictionary':{},'getPluralForm':null},_0x2b1f11['es-co']['dictionary']=Object['assign'](_0x2b1f11['es-co']['dictionary'],_0x16b2dc),_0x2b1f11['es-co']['getPluralForm']=_0x4b0be0;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'es':{'dictionary':{'Export\x20to\x20PDF':'Exportar\x20a\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Se\x20ha\x20producido\x20un\x20error\x20al\x20generar\x20el\x20archivo\x20PDF.','PDF\x20export\x20started':'La\x20exportación\x20del\x20PDF\x20ha\x20comenzado','PDF\x20export\x20failed':'La\x20exportación\x20del\x20PDF\x20ha\x20fallado','PDF\x20export\x20successful':'Se\x20ha\x20exportado\x20el\x20PDF','Exporting\x20PDF\x20document':'Exportando\x20documento\x20PDF'},'getPluralForm':_0x1f5ed7=>0x1==_0x1f5ed7?0x0:0x0!=_0x1f5ed7&&_0x1f5ed7%0xf4240==0x0?0x1:0x2}};