@ckeditor/ckeditor5-ai 0.0.0-internal-20241017.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 (361) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/LICENSE.md +26 -0
  3. package/README.md +38 -0
  4. package/build/ai.js +5 -0
  5. package/build/translations/af.js +1 -0
  6. package/build/translations/ar.js +1 -0
  7. package/build/translations/bg.js +1 -0
  8. package/build/translations/bn.js +1 -0
  9. package/build/translations/bs.js +1 -0
  10. package/build/translations/ca.js +1 -0
  11. package/build/translations/cs.js +1 -0
  12. package/build/translations/da.js +1 -0
  13. package/build/translations/de-ch.js +1 -0
  14. package/build/translations/de.js +1 -0
  15. package/build/translations/el.js +1 -0
  16. package/build/translations/en-au.js +1 -0
  17. package/build/translations/es-co.js +1 -0
  18. package/build/translations/es.js +1 -0
  19. package/build/translations/et.js +1 -0
  20. package/build/translations/fa.js +1 -0
  21. package/build/translations/fi.js +1 -0
  22. package/build/translations/fr.js +1 -0
  23. package/build/translations/gl.js +1 -0
  24. package/build/translations/he.js +1 -0
  25. package/build/translations/hi.js +1 -0
  26. package/build/translations/hr.js +1 -0
  27. package/build/translations/hu.js +1 -0
  28. package/build/translations/id.js +1 -0
  29. package/build/translations/it.js +1 -0
  30. package/build/translations/ja.js +1 -0
  31. package/build/translations/jv.js +1 -0
  32. package/build/translations/ko.js +1 -0
  33. package/build/translations/lt.js +1 -0
  34. package/build/translations/lv.js +1 -0
  35. package/build/translations/ms.js +1 -0
  36. package/build/translations/nl.js +1 -0
  37. package/build/translations/no.js +1 -0
  38. package/build/translations/pl.js +1 -0
  39. package/build/translations/pt-br.js +1 -0
  40. package/build/translations/pt.js +1 -0
  41. package/build/translations/ro.js +1 -0
  42. package/build/translations/ru.js +1 -0
  43. package/build/translations/sk.js +1 -0
  44. package/build/translations/sr-latn.js +1 -0
  45. package/build/translations/sr.js +1 -0
  46. package/build/translations/sv.js +1 -0
  47. package/build/translations/th.js +1 -0
  48. package/build/translations/ti.js +1 -0
  49. package/build/translations/tk.js +1 -0
  50. package/build/translations/tr.js +1 -0
  51. package/build/translations/tt.js +1 -0
  52. package/build/translations/ug.js +1 -0
  53. package/build/translations/uk.js +1 -0
  54. package/build/translations/ur.js +1 -0
  55. package/build/translations/uz.js +1 -0
  56. package/build/translations/vi.js +1 -0
  57. package/build/translations/zh-cn.js +1 -0
  58. package/build/translations/zh.js +1 -0
  59. package/ckeditor5-metadata.json +23 -0
  60. package/dist/adapters/aiadapter.d.ts +60 -0
  61. package/dist/adapters/aitextadapter.d.ts +150 -0
  62. package/dist/adapters/awstextadapter.d.ts +183 -0
  63. package/dist/adapters/openaitextadapter.d.ts +187 -0
  64. package/dist/aiassistant.d.ts +393 -0
  65. package/dist/aiassistantediting.d.ts +59 -0
  66. package/dist/aiassistantui.d.ts +62 -0
  67. package/dist/aiconfig.d.ts +73 -0
  68. package/dist/augmentation.d.ts +31 -0
  69. package/dist/index-content.css +6 -0
  70. package/dist/index-editor.css +297 -0
  71. package/dist/index.css +392 -0
  72. package/dist/index.d.ts +17 -0
  73. package/dist/index.js +24 -0
  74. package/dist/legacyerrors.d.ts +24 -0
  75. package/dist/translations/af.d.ts +8 -0
  76. package/dist/translations/af.js +23 -0
  77. package/dist/translations/af.umd.js +23 -0
  78. package/dist/translations/ar.d.ts +8 -0
  79. package/dist/translations/ar.js +23 -0
  80. package/dist/translations/ar.umd.js +23 -0
  81. package/dist/translations/bg.d.ts +8 -0
  82. package/dist/translations/bg.js +23 -0
  83. package/dist/translations/bg.umd.js +23 -0
  84. package/dist/translations/bn.d.ts +8 -0
  85. package/dist/translations/bn.js +23 -0
  86. package/dist/translations/bn.umd.js +23 -0
  87. package/dist/translations/bs.d.ts +8 -0
  88. package/dist/translations/bs.js +23 -0
  89. package/dist/translations/bs.umd.js +23 -0
  90. package/dist/translations/ca.d.ts +8 -0
  91. package/dist/translations/ca.js +23 -0
  92. package/dist/translations/ca.umd.js +23 -0
  93. package/dist/translations/cs.d.ts +8 -0
  94. package/dist/translations/cs.js +23 -0
  95. package/dist/translations/cs.umd.js +23 -0
  96. package/dist/translations/da.d.ts +8 -0
  97. package/dist/translations/da.js +23 -0
  98. package/dist/translations/da.umd.js +23 -0
  99. package/dist/translations/de-ch.d.ts +8 -0
  100. package/dist/translations/de-ch.js +23 -0
  101. package/dist/translations/de-ch.umd.js +23 -0
  102. package/dist/translations/de.d.ts +8 -0
  103. package/dist/translations/de.js +23 -0
  104. package/dist/translations/de.umd.js +23 -0
  105. package/dist/translations/el.d.ts +8 -0
  106. package/dist/translations/el.js +23 -0
  107. package/dist/translations/el.umd.js +23 -0
  108. package/dist/translations/en-au.d.ts +8 -0
  109. package/dist/translations/en-au.js +23 -0
  110. package/dist/translations/en-au.umd.js +23 -0
  111. package/dist/translations/en.d.ts +8 -0
  112. package/dist/translations/en.js +23 -0
  113. package/dist/translations/en.umd.js +23 -0
  114. package/dist/translations/es-co.d.ts +8 -0
  115. package/dist/translations/es-co.js +23 -0
  116. package/dist/translations/es-co.umd.js +23 -0
  117. package/dist/translations/es.d.ts +8 -0
  118. package/dist/translations/es.js +23 -0
  119. package/dist/translations/es.umd.js +23 -0
  120. package/dist/translations/et.d.ts +8 -0
  121. package/dist/translations/et.js +23 -0
  122. package/dist/translations/et.umd.js +23 -0
  123. package/dist/translations/fa.d.ts +8 -0
  124. package/dist/translations/fa.js +23 -0
  125. package/dist/translations/fa.umd.js +23 -0
  126. package/dist/translations/fi.d.ts +8 -0
  127. package/dist/translations/fi.js +23 -0
  128. package/dist/translations/fi.umd.js +23 -0
  129. package/dist/translations/fr.d.ts +8 -0
  130. package/dist/translations/fr.js +23 -0
  131. package/dist/translations/fr.umd.js +23 -0
  132. package/dist/translations/gl.d.ts +8 -0
  133. package/dist/translations/gl.js +23 -0
  134. package/dist/translations/gl.umd.js +23 -0
  135. package/dist/translations/he.d.ts +8 -0
  136. package/dist/translations/he.js +23 -0
  137. package/dist/translations/he.umd.js +23 -0
  138. package/dist/translations/hi.d.ts +8 -0
  139. package/dist/translations/hi.js +23 -0
  140. package/dist/translations/hi.umd.js +23 -0
  141. package/dist/translations/hr.d.ts +8 -0
  142. package/dist/translations/hr.js +23 -0
  143. package/dist/translations/hr.umd.js +23 -0
  144. package/dist/translations/hu.d.ts +8 -0
  145. package/dist/translations/hu.js +23 -0
  146. package/dist/translations/hu.umd.js +23 -0
  147. package/dist/translations/id.d.ts +8 -0
  148. package/dist/translations/id.js +23 -0
  149. package/dist/translations/id.umd.js +23 -0
  150. package/dist/translations/it.d.ts +8 -0
  151. package/dist/translations/it.js +23 -0
  152. package/dist/translations/it.umd.js +23 -0
  153. package/dist/translations/ja.d.ts +8 -0
  154. package/dist/translations/ja.js +23 -0
  155. package/dist/translations/ja.umd.js +23 -0
  156. package/dist/translations/jv.d.ts +8 -0
  157. package/dist/translations/jv.js +23 -0
  158. package/dist/translations/jv.umd.js +23 -0
  159. package/dist/translations/ko.d.ts +8 -0
  160. package/dist/translations/ko.js +23 -0
  161. package/dist/translations/ko.umd.js +23 -0
  162. package/dist/translations/lt.d.ts +8 -0
  163. package/dist/translations/lt.js +23 -0
  164. package/dist/translations/lt.umd.js +23 -0
  165. package/dist/translations/lv.d.ts +8 -0
  166. package/dist/translations/lv.js +23 -0
  167. package/dist/translations/lv.umd.js +23 -0
  168. package/dist/translations/ms.d.ts +8 -0
  169. package/dist/translations/ms.js +23 -0
  170. package/dist/translations/ms.umd.js +23 -0
  171. package/dist/translations/nl.d.ts +8 -0
  172. package/dist/translations/nl.js +23 -0
  173. package/dist/translations/nl.umd.js +23 -0
  174. package/dist/translations/no.d.ts +8 -0
  175. package/dist/translations/no.js +23 -0
  176. package/dist/translations/no.umd.js +23 -0
  177. package/dist/translations/pl.d.ts +8 -0
  178. package/dist/translations/pl.js +23 -0
  179. package/dist/translations/pl.umd.js +23 -0
  180. package/dist/translations/pt-br.d.ts +8 -0
  181. package/dist/translations/pt-br.js +23 -0
  182. package/dist/translations/pt-br.umd.js +23 -0
  183. package/dist/translations/pt.d.ts +8 -0
  184. package/dist/translations/pt.js +23 -0
  185. package/dist/translations/pt.umd.js +23 -0
  186. package/dist/translations/ro.d.ts +8 -0
  187. package/dist/translations/ro.js +23 -0
  188. package/dist/translations/ro.umd.js +23 -0
  189. package/dist/translations/ru.d.ts +8 -0
  190. package/dist/translations/ru.js +23 -0
  191. package/dist/translations/ru.umd.js +23 -0
  192. package/dist/translations/sk.d.ts +8 -0
  193. package/dist/translations/sk.js +23 -0
  194. package/dist/translations/sk.umd.js +23 -0
  195. package/dist/translations/sr-latn.d.ts +8 -0
  196. package/dist/translations/sr-latn.js +23 -0
  197. package/dist/translations/sr-latn.umd.js +23 -0
  198. package/dist/translations/sr.d.ts +8 -0
  199. package/dist/translations/sr.js +23 -0
  200. package/dist/translations/sr.umd.js +23 -0
  201. package/dist/translations/sv.d.ts +8 -0
  202. package/dist/translations/sv.js +23 -0
  203. package/dist/translations/sv.umd.js +23 -0
  204. package/dist/translations/th.d.ts +8 -0
  205. package/dist/translations/th.js +23 -0
  206. package/dist/translations/th.umd.js +23 -0
  207. package/dist/translations/ti.d.ts +8 -0
  208. package/dist/translations/ti.js +23 -0
  209. package/dist/translations/ti.umd.js +23 -0
  210. package/dist/translations/tk.d.ts +8 -0
  211. package/dist/translations/tk.js +23 -0
  212. package/dist/translations/tk.umd.js +23 -0
  213. package/dist/translations/tr.d.ts +8 -0
  214. package/dist/translations/tr.js +23 -0
  215. package/dist/translations/tr.umd.js +23 -0
  216. package/dist/translations/tt.d.ts +8 -0
  217. package/dist/translations/tt.js +23 -0
  218. package/dist/translations/tt.umd.js +23 -0
  219. package/dist/translations/ug.d.ts +8 -0
  220. package/dist/translations/ug.js +23 -0
  221. package/dist/translations/ug.umd.js +23 -0
  222. package/dist/translations/uk.d.ts +8 -0
  223. package/dist/translations/uk.js +23 -0
  224. package/dist/translations/uk.umd.js +23 -0
  225. package/dist/translations/ur.d.ts +8 -0
  226. package/dist/translations/ur.js +23 -0
  227. package/dist/translations/ur.umd.js +23 -0
  228. package/dist/translations/uz.d.ts +8 -0
  229. package/dist/translations/uz.js +23 -0
  230. package/dist/translations/uz.umd.js +23 -0
  231. package/dist/translations/vi.d.ts +8 -0
  232. package/dist/translations/vi.js +23 -0
  233. package/dist/translations/vi.umd.js +23 -0
  234. package/dist/translations/zh-cn.d.ts +8 -0
  235. package/dist/translations/zh-cn.js +23 -0
  236. package/dist/translations/zh-cn.umd.js +23 -0
  237. package/dist/translations/zh.d.ts +8 -0
  238. package/dist/translations/zh.js +23 -0
  239. package/dist/translations/zh.umd.js +23 -0
  240. package/dist/ui/aiassistantcontroller.d.ts +113 -0
  241. package/dist/ui/form/aiformcontentarea.d.ts +52 -0
  242. package/dist/ui/form/aiformerrorview.d.ts +30 -0
  243. package/dist/ui/form/aiformpromptview.d.ts +50 -0
  244. package/dist/ui/form/aiformtoolbarview.d.ts +62 -0
  245. package/dist/ui/form/aiformview.d.ts +145 -0
  246. package/dist/ui/form/aihistorylistitemview.d.ts +22 -0
  247. package/dist/ui/form/aihistorylistview.d.ts +39 -0
  248. package/dist/ui/form/prompthistory.d.ts +24 -0
  249. package/dist/ui/showaiassistantcommand.d.ts +44 -0
  250. package/dist/utils/common-translations.d.ts +13 -0
  251. package/dist/utils/normalizecommandsconfig.d.ts +18 -0
  252. package/lang/contexts.json +56 -0
  253. package/lang/translations/af.po +230 -0
  254. package/lang/translations/ar.po +230 -0
  255. package/lang/translations/bg.po +230 -0
  256. package/lang/translations/bn.po +230 -0
  257. package/lang/translations/bs.po +230 -0
  258. package/lang/translations/ca.po +230 -0
  259. package/lang/translations/cs.po +230 -0
  260. package/lang/translations/da.po +230 -0
  261. package/lang/translations/de-ch.po +230 -0
  262. package/lang/translations/de.po +230 -0
  263. package/lang/translations/el.po +230 -0
  264. package/lang/translations/en-au.po +230 -0
  265. package/lang/translations/en.po +230 -0
  266. package/lang/translations/es-co.po +230 -0
  267. package/lang/translations/es.po +230 -0
  268. package/lang/translations/et.po +230 -0
  269. package/lang/translations/fa.po +230 -0
  270. package/lang/translations/fi.po +230 -0
  271. package/lang/translations/fr.po +230 -0
  272. package/lang/translations/gl.po +230 -0
  273. package/lang/translations/he.po +230 -0
  274. package/lang/translations/hi.po +230 -0
  275. package/lang/translations/hr.po +230 -0
  276. package/lang/translations/hu.po +230 -0
  277. package/lang/translations/id.po +230 -0
  278. package/lang/translations/it.po +230 -0
  279. package/lang/translations/ja.po +230 -0
  280. package/lang/translations/jv.po +230 -0
  281. package/lang/translations/ko.po +230 -0
  282. package/lang/translations/lt.po +230 -0
  283. package/lang/translations/lv.po +230 -0
  284. package/lang/translations/ms.po +230 -0
  285. package/lang/translations/nl.po +230 -0
  286. package/lang/translations/no.po +230 -0
  287. package/lang/translations/pl.po +230 -0
  288. package/lang/translations/pt-br.po +230 -0
  289. package/lang/translations/pt.po +230 -0
  290. package/lang/translations/ro.po +230 -0
  291. package/lang/translations/ru.po +230 -0
  292. package/lang/translations/sk.po +230 -0
  293. package/lang/translations/sr-latn.po +230 -0
  294. package/lang/translations/sr.po +230 -0
  295. package/lang/translations/sv.po +230 -0
  296. package/lang/translations/th.po +230 -0
  297. package/lang/translations/ti.po +230 -0
  298. package/lang/translations/tk.po +230 -0
  299. package/lang/translations/tr.po +230 -0
  300. package/lang/translations/tt.po +230 -0
  301. package/lang/translations/ug.po +230 -0
  302. package/lang/translations/uk.po +230 -0
  303. package/lang/translations/ur.po +230 -0
  304. package/lang/translations/uz.po +230 -0
  305. package/lang/translations/vi.po +230 -0
  306. package/lang/translations/zh-cn.po +230 -0
  307. package/lang/translations/zh.po +230 -0
  308. package/package.json +53 -0
  309. package/src/adapters/aiadapter.d.ts +56 -0
  310. package/src/adapters/aiadapter.js +23 -0
  311. package/src/adapters/aitextadapter.d.ts +146 -0
  312. package/src/adapters/aitextadapter.js +23 -0
  313. package/src/adapters/awstextadapter.d.ts +179 -0
  314. package/src/adapters/awstextadapter.js +23 -0
  315. package/src/adapters/openaitextadapter.d.ts +183 -0
  316. package/src/adapters/openaitextadapter.js +23 -0
  317. package/src/aiassistant.d.ts +389 -0
  318. package/src/aiassistant.js +23 -0
  319. package/src/aiassistantediting.d.ts +55 -0
  320. package/src/aiassistantediting.js +23 -0
  321. package/src/aiassistantui.d.ts +58 -0
  322. package/src/aiassistantui.js +23 -0
  323. package/src/aiconfig.d.ts +69 -0
  324. package/src/aiconfig.js +23 -0
  325. package/src/augmentation.d.ts +27 -0
  326. package/src/augmentation.js +23 -0
  327. package/src/index.d.ts +13 -0
  328. package/src/index.js +23 -0
  329. package/src/legacyerrors.d.ts +20 -0
  330. package/src/legacyerrors.js +23 -0
  331. package/src/ui/aiassistantcontroller.d.ts +109 -0
  332. package/src/ui/aiassistantcontroller.js +24 -0
  333. package/src/ui/form/aiformcontentarea.d.ts +48 -0
  334. package/src/ui/form/aiformcontentarea.js +23 -0
  335. package/src/ui/form/aiformerrorview.d.ts +26 -0
  336. package/src/ui/form/aiformerrorview.js +23 -0
  337. package/src/ui/form/aiformpromptview.d.ts +46 -0
  338. package/src/ui/form/aiformpromptview.js +23 -0
  339. package/src/ui/form/aiformtoolbarview.d.ts +58 -0
  340. package/src/ui/form/aiformtoolbarview.js +23 -0
  341. package/src/ui/form/aiformview.d.ts +141 -0
  342. package/src/ui/form/aiformview.js +23 -0
  343. package/src/ui/form/aihistorylistitemview.d.ts +18 -0
  344. package/src/ui/form/aihistorylistitemview.js +23 -0
  345. package/src/ui/form/aihistorylistview.d.ts +35 -0
  346. package/src/ui/form/aihistorylistview.js +23 -0
  347. package/src/ui/form/prompthistory.d.ts +20 -0
  348. package/src/ui/form/prompthistory.js +23 -0
  349. package/src/ui/showaiassistantcommand.d.ts +40 -0
  350. package/src/ui/showaiassistantcommand.js +23 -0
  351. package/src/utils/common-translations.d.ts +9 -0
  352. package/src/utils/common-translations.js +23 -0
  353. package/src/utils/normalizecommandsconfig.d.ts +14 -0
  354. package/src/utils/normalizecommandsconfig.js +23 -0
  355. package/theme/ai-dropdown.css +37 -0
  356. package/theme/ai-form.css +262 -0
  357. package/theme/ai.css +120 -0
  358. package/theme/icons/copy.svg +1 -0
  359. package/theme/icons/error.svg +1 -0
  360. package/theme/icons/magic-wand.svg +1 -0
  361. package/theme/icons/submit.svg +1 -0
@@ -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
+ (_0x2513cf=>{const {'pt-br':{dictionary:_0x1ed358,getPluralForm:_0x80a921}}={'pt-br':{'dictionary':{'Edit\x20or\x20review':'Editar\x20ou\x20revisar','Improve\x20writing':'Melhorar\x20texto','Make\x20shorter':'Menos\x20texto','Make\x20longer':'Mais\x20texto','Simplify\x20language':'Simplificar\x20linguagem','Generate\x20from\x20selection':'Gerar\x20da\x20seleção','Summarize':'Resumir','Continue':'Continuar','Change\x20tone':'Mudar\x20o\x20tom','Professional':'Profissional','Casual':'Casual','Direct':'Forma\x20direta','Confident':'Confiante','Friendly':'Amigável','Change\x20style':'Mudar\x20estilo','Business':'Empresarial','Legal':'Jurídico','Journalism':'Jornalístico','Poetic':'Poético','Translate':'Traduzir','English':'Inglês','Spanish':'Espanhol','German':'Alemão','Portuguese':'Português','French':'Francês','Simplified\x20Chinese':'Chinês\x20simplificado','Hindi':'Hindi','Arabic':'Árabe','AI\x20Assistant':'Assistente\x20de\x20IA','AI\x20Commands':'Comandos\x20de\x20IA','Ask\x20AI\x20to\x20edit\x20or\x20generate':'Peça\x20à\x20IA\x20para\x20editar\x20ou\x20gerar','Ask\x20AI\x20to\x20improve\x20generated\x20text':'Peça\x20à\x20IA\x20para\x20melhorar\x20o\x20texto\x20gerado','Copy':'Copiar','Submit':'Enviar','Insert\x20below':'Inserir\x20abaixo','Try\x20again':'Tentar\x20novamente','Stop':'Parar','AI\x20is\x20writing...':'IA\x20escrevendo...','AI\x20is\x20writing':'A\x20IA\x20está\x20escrevendo','Generated\x20content:\x20%0':'Conteúdo\x20gerado:\x20%0','Error\x20during\x20AI\x20content\x20generation:\x20%0':'Erro\x20durante\x20a\x20geração\x20de\x20conteúdo\x20de\x20IA:\x20%0','History':'Histórico','Empty\x20history':'Histórico\x20vazio','Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.':'Peça\x20à\x20IA\x20e\x20seus\x20prompts\x20serão\x20listados\x20aqui\x20para\x20você\x20usar\x20depois.','Prompt\x20history':'Histórico\x20de\x20prompts','AI_REPLACE_CONTENT':'Substituir','AI_INSERT_CONTENT':'Inserir','AI_ERROR_GET_HEADERS':'Falha\x20ao\x20preparar\x20cabeçalhos\x20de\x20solicitação','AI_ERROR_GET_PARAMETERS':'Falha\x20ao\x20preparar\x20os\x20parâmetros\x20da\x20solicitação','AI_ERROR_UNSUPPORTED_MODEL':'O\x20modelo\x20de\x20IA\x20solicitado\x20(\x22%0\x22)\x20não\x20é\x20suportado','AI_ERROR_CONTEXT_LENGTH':'O\x20conteúdo\x20selecionado\x20é\x20muito\x20longo','AI_ERROR_MODERATION':'A\x20consulta\x20solicitada\x20não\x20passa\x20nas\x20regras\x20de\x20moderação','AI_ERROR_FAILED':'Falha\x20na\x20comunicação\x20com\x20o\x20serviço\x20de\x20IA'},'getPluralForm':_0xb61e6c=>0x0==_0xb61e6c||0x1==_0xb61e6c?0x0:0x0!=_0xb61e6c&&_0xb61e6c%0xf4240==0x0?0x1:0x2}};_0x2513cf['pt-br']||={'dictionary':{},'getPluralForm':null},_0x2513cf['pt-br']['dictionary']=Object['assign'](_0x2513cf['pt-br']['dictionary'],_0x1ed358),_0x2513cf['pt-br']['getPluralForm']=_0x80a921;})(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 '@ckeditor/ckeditor5-utils';
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{'pt':{'dictionary':{'Edit\x20or\x20review':'Editar\x20ou\x20rever','Improve\x20writing':'Melhorar\x20a\x20escrita','Make\x20shorter':'Tornar\x20mais\x20curto','Make\x20longer':'Tornar\x20mais\x20extenso','Simplify\x20language':'Simplificar\x20a\x20linguagem','Generate\x20from\x20selection':'Gerar\x20a\x20partir\x20da\x20seleção','Summarize':'Resumir','Continue':'Continuar','Change\x20tone':'Alterar\x20tom','Professional':'Profissional','Casual':'Informal','Direct':'Direto','Confident':'Confiante','Friendly':'Cordial','Change\x20style':'Alterar\x20estilo','Business':'Empresarial','Legal':'Jurídico','Journalism':'Jornalístico','Poetic':'Poético','Translate':'Traduzir','English':'Inglês','Spanish':'Espanhol','German':'Alemão','Portuguese':'Português','French':'Francês','Simplified\x20Chinese':'Chinês\x20Simplificado','Hindi':'Hindi','Arabic':'Árabe','AI\x20Assistant':'Assistente\x20de\x20IA','AI\x20Commands':'Comandos\x20de\x20IA','Ask\x20AI\x20to\x20edit\x20or\x20generate':'Pedir\x20à\x20IA\x20para\x20editar\x20ou\x20gerar','Ask\x20AI\x20to\x20improve\x20generated\x20text':'Pedir\x20à\x20IA\x20para\x20melhorar\x20o\x20texto\x20gerado','Copy':'Copiar','Submit':'Submeter','Insert\x20below':'Inserir\x20abaixo','Try\x20again':'Tentar\x20de\x20novo','Stop':'Parar','AI\x20is\x20writing...':'A\x20IA\x20está\x20a\x20escrever...','AI\x20is\x20writing':'A\x20IA\x20está\x20a\x20escrever','Generated\x20content:\x20%0':'Conteúdo\x20gerado:\x20%0','Error\x20during\x20AI\x20content\x20generation:\x20%0':'Erro\x20durante\x20a\x20geração\x20de\x20conteúdo\x20de\x20IA:\x20%0','History':'Histórico','Empty\x20history':'Histórico\x20vazio','Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.':'Faça\x20um\x20pedido\x20à\x20IA\x20e\x20as\x20suas\x20instruções\x20serão\x20listadas\x20aqui\x20para\x20poder\x20usá-las\x20posteriormente.','Prompt\x20history':'Histórico\x20de\x20instruções','AI_REPLACE_CONTENT':'Substituir','AI_INSERT_CONTENT':'Inserir','AI_ERROR_GET_HEADERS':'Falha\x20ao\x20preparar\x20cabeçalhos\x20de\x20pedidos','AI_ERROR_GET_PARAMETERS':'Falha\x20ao\x20preparar\x20parâmetros\x20de\x20pedidos','AI_ERROR_UNSUPPORTED_MODEL':'O\x20modelo\x20de\x20IA\x20pedido\x20(\x22%0\x22)\x20não\x20é\x20suportado','AI_ERROR_CONTEXT_LENGTH':'O\x20conteúdo\x20selecionado\x20é\x20muito\x20longo','AI_ERROR_MODERATION':'O\x20pedido\x20solicitado\x20não\x20cumpre\x20as\x20regras\x20de\x20moderação','AI_ERROR_FAILED':'Falha\x20ao\x20comunicar\x20com\x20o\x20serviço\x20de\x20IA'},'getPluralForm':_0x5087b0=>0x0==_0x5087b0||0x1==_0x5087b0?0x0:0x0!=_0x5087b0&&_0x5087b0%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
+ (_0x176039=>{const {pt:{dictionary:_0x1b0b7e,getPluralForm:_0x3f15c7}}={'pt':{'dictionary':{'Edit\x20or\x20review':'Editar\x20ou\x20rever','Improve\x20writing':'Melhorar\x20a\x20escrita','Make\x20shorter':'Tornar\x20mais\x20curto','Make\x20longer':'Tornar\x20mais\x20extenso','Simplify\x20language':'Simplificar\x20a\x20linguagem','Generate\x20from\x20selection':'Gerar\x20a\x20partir\x20da\x20seleção','Summarize':'Resumir','Continue':'Continuar','Change\x20tone':'Alterar\x20tom','Professional':'Profissional','Casual':'Informal','Direct':'Direto','Confident':'Confiante','Friendly':'Cordial','Change\x20style':'Alterar\x20estilo','Business':'Empresarial','Legal':'Jurídico','Journalism':'Jornalístico','Poetic':'Poético','Translate':'Traduzir','English':'Inglês','Spanish':'Espanhol','German':'Alemão','Portuguese':'Português','French':'Francês','Simplified\x20Chinese':'Chinês\x20Simplificado','Hindi':'Hindi','Arabic':'Árabe','AI\x20Assistant':'Assistente\x20de\x20IA','AI\x20Commands':'Comandos\x20de\x20IA','Ask\x20AI\x20to\x20edit\x20or\x20generate':'Pedir\x20à\x20IA\x20para\x20editar\x20ou\x20gerar','Ask\x20AI\x20to\x20improve\x20generated\x20text':'Pedir\x20à\x20IA\x20para\x20melhorar\x20o\x20texto\x20gerado','Copy':'Copiar','Submit':'Submeter','Insert\x20below':'Inserir\x20abaixo','Try\x20again':'Tentar\x20de\x20novo','Stop':'Parar','AI\x20is\x20writing...':'A\x20IA\x20está\x20a\x20escrever...','AI\x20is\x20writing':'A\x20IA\x20está\x20a\x20escrever','Generated\x20content:\x20%0':'Conteúdo\x20gerado:\x20%0','Error\x20during\x20AI\x20content\x20generation:\x20%0':'Erro\x20durante\x20a\x20geração\x20de\x20conteúdo\x20de\x20IA:\x20%0','History':'Histórico','Empty\x20history':'Histórico\x20vazio','Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.':'Faça\x20um\x20pedido\x20à\x20IA\x20e\x20as\x20suas\x20instruções\x20serão\x20listadas\x20aqui\x20para\x20poder\x20usá-las\x20posteriormente.','Prompt\x20history':'Histórico\x20de\x20instruções','AI_REPLACE_CONTENT':'Substituir','AI_INSERT_CONTENT':'Inserir','AI_ERROR_GET_HEADERS':'Falha\x20ao\x20preparar\x20cabeçalhos\x20de\x20pedidos','AI_ERROR_GET_PARAMETERS':'Falha\x20ao\x20preparar\x20parâmetros\x20de\x20pedidos','AI_ERROR_UNSUPPORTED_MODEL':'O\x20modelo\x20de\x20IA\x20pedido\x20(\x22%0\x22)\x20não\x20é\x20suportado','AI_ERROR_CONTEXT_LENGTH':'O\x20conteúdo\x20selecionado\x20é\x20muito\x20longo','AI_ERROR_MODERATION':'O\x20pedido\x20solicitado\x20não\x20cumpre\x20as\x20regras\x20de\x20moderação','AI_ERROR_FAILED':'Falha\x20ao\x20comunicar\x20com\x20o\x20serviço\x20de\x20IA'},'getPluralForm':_0x481a11=>0x0==_0x481a11||0x1==_0x481a11?0x0:0x0!=_0x481a11&&_0x481a11%0xf4240==0x0?0x1:0x2}};_0x176039['pt']||={'dictionary':{},'getPluralForm':null},_0x176039['pt']['dictionary']=Object['assign'](_0x176039['pt']['dictionary'],_0x1b0b7e),_0x176039['pt']['getPluralForm']=_0x3f15c7;})(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 '@ckeditor/ckeditor5-utils';
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{'ro':{'dictionary':{'Edit\x20or\x20review':'Editați\x20sau\x20verificați','Improve\x20writing':'Îmbunătățiți\x20redactarea','Make\x20shorter':'Mai\x20scurt','Make\x20longer':'Mai\x20lung','Simplify\x20language':'Simplificați\x20limbajul','Generate\x20from\x20selection':'Generați\x20din\x20selecție','Summarize':'Rezumați','Continue':'Continuare','Change\x20tone':'Schimbare\x20de\x20ton','Professional':'Profesional','Casual':'Informal','Direct':'Direct','Confident':'Încrezător','Friendly':'Prietenos','Change\x20style':'Schimbare\x20de\x20stil','Business':'Afaceri','Legal':'Juridic','Journalism':'Jurnalism','Poetic':'Poetic','Translate':'Traducere','English':'Engleză','Spanish':'Spaniolă','German':'Germană','Portuguese':'Portugheză','French':'Franceză','Simplified\x20Chinese':'Chineză\x20simplificată','Hindi':'Hindi','Arabic':'Arabă','AI\x20Assistant':'Asistent\x20IA','AI\x20Commands':'Comenzi\x20IA','Ask\x20AI\x20to\x20edit\x20or\x20generate':'Cerere\x20către\x20IA\x20de\x20a\x20modifica\x20sau\x20de\x20a\x20genera','Ask\x20AI\x20to\x20improve\x20generated\x20text':'Cerere\x20către\x20IA\x20de\x20a\x20îmbunătăți\x20textul\x20generat','Copy':'Copiați','Submit':'Trimite','Insert\x20below':'Introduceți\x20mai\x20jos','Try\x20again':'Încercați\x20din\x20nou','Stop':'Oprire','AI\x20is\x20writing...':'IA\x20scrie...','AI\x20is\x20writing':'Inteligența\x20Artificială\x20scrie','Generated\x20content:\x20%0':'Conținut\x20generat:\x20%0','Error\x20during\x20AI\x20content\x20generation:\x20%0':'Eroare\x20în\x20timpul\x20generării\x20conținutului\x20AI:\x20%0','History':'Istoric','Empty\x20history':'Istoric\x20gol','Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.':'Solicitați\x20către\x20IA\x20și\x20solicitările\x20dvs.\x20vor\x20fi\x20listate\x20aici\x20pentru\x20a\x20putea\x20fi\x20folosite\x20ulterior.','Prompt\x20history':'Istoric\x20instrucțiuni','AI_REPLACE_CONTENT':'Înlocuire','AI_INSERT_CONTENT':'Inserează','AI_ERROR_GET_HEADERS':'Pregătirea\x20anteturilor\x20de\x20solicitare\x20a\x20eșuat','AI_ERROR_GET_PARAMETERS':'Pregătirea\x20parametrilor\x20cererii\x20a\x20eșuat','AI_ERROR_UNSUPPORTED_MODEL':'Modelul\x20AI\x20solicitat\x20(\x22%0\x22)\x20nu\x20este\x20suportat','AI_ERROR_CONTEXT_LENGTH':'Conținutul\x20selectat\x20este\x20prea\x20lung','AI_ERROR_MODERATION':'Interogarea\x20solicitată\x20nu\x20respectă\x20regulile\x20de\x20moderare','AI_ERROR_FAILED':'Nu\x20a\x20reușit\x20să\x20comunice\x20cu\x20serviciul\x20AI'},'getPluralForm':_0x58fd71=>0x1==_0x58fd71?0x0:_0x58fd71%0x64>0x13||_0x58fd71%0x64==0x0&&0x0!=_0x58fd71?0x2:0x1}};
@@ -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
+ (_0x143cc0=>{const {ro:{dictionary:_0x16fe5e,getPluralForm:_0x19eb84}}={'ro':{'dictionary':{'Edit\x20or\x20review':'Editați\x20sau\x20verificați','Improve\x20writing':'Îmbunătățiți\x20redactarea','Make\x20shorter':'Mai\x20scurt','Make\x20longer':'Mai\x20lung','Simplify\x20language':'Simplificați\x20limbajul','Generate\x20from\x20selection':'Generați\x20din\x20selecție','Summarize':'Rezumați','Continue':'Continuare','Change\x20tone':'Schimbare\x20de\x20ton','Professional':'Profesional','Casual':'Informal','Direct':'Direct','Confident':'Încrezător','Friendly':'Prietenos','Change\x20style':'Schimbare\x20de\x20stil','Business':'Afaceri','Legal':'Juridic','Journalism':'Jurnalism','Poetic':'Poetic','Translate':'Traducere','English':'Engleză','Spanish':'Spaniolă','German':'Germană','Portuguese':'Portugheză','French':'Franceză','Simplified\x20Chinese':'Chineză\x20simplificată','Hindi':'Hindi','Arabic':'Arabă','AI\x20Assistant':'Asistent\x20IA','AI\x20Commands':'Comenzi\x20IA','Ask\x20AI\x20to\x20edit\x20or\x20generate':'Cerere\x20către\x20IA\x20de\x20a\x20modifica\x20sau\x20de\x20a\x20genera','Ask\x20AI\x20to\x20improve\x20generated\x20text':'Cerere\x20către\x20IA\x20de\x20a\x20îmbunătăți\x20textul\x20generat','Copy':'Copiați','Submit':'Trimite','Insert\x20below':'Introduceți\x20mai\x20jos','Try\x20again':'Încercați\x20din\x20nou','Stop':'Oprire','AI\x20is\x20writing...':'IA\x20scrie...','AI\x20is\x20writing':'Inteligența\x20Artificială\x20scrie','Generated\x20content:\x20%0':'Conținut\x20generat:\x20%0','Error\x20during\x20AI\x20content\x20generation:\x20%0':'Eroare\x20în\x20timpul\x20generării\x20conținutului\x20AI:\x20%0','History':'Istoric','Empty\x20history':'Istoric\x20gol','Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.':'Solicitați\x20către\x20IA\x20și\x20solicitările\x20dvs.\x20vor\x20fi\x20listate\x20aici\x20pentru\x20a\x20putea\x20fi\x20folosite\x20ulterior.','Prompt\x20history':'Istoric\x20instrucțiuni','AI_REPLACE_CONTENT':'Înlocuire','AI_INSERT_CONTENT':'Inserează','AI_ERROR_GET_HEADERS':'Pregătirea\x20anteturilor\x20de\x20solicitare\x20a\x20eșuat','AI_ERROR_GET_PARAMETERS':'Pregătirea\x20parametrilor\x20cererii\x20a\x20eșuat','AI_ERROR_UNSUPPORTED_MODEL':'Modelul\x20AI\x20solicitat\x20(\x22%0\x22)\x20nu\x20este\x20suportat','AI_ERROR_CONTEXT_LENGTH':'Conținutul\x20selectat\x20este\x20prea\x20lung','AI_ERROR_MODERATION':'Interogarea\x20solicitată\x20nu\x20respectă\x20regulile\x20de\x20moderare','AI_ERROR_FAILED':'Nu\x20a\x20reușit\x20să\x20comunice\x20cu\x20serviciul\x20AI'},'getPluralForm':_0x247465=>0x1==_0x247465?0x0:_0x247465%0x64>0x13||_0x247465%0x64==0x0&&0x0!=_0x247465?0x2:0x1}};_0x143cc0['ro']||={'dictionary':{},'getPluralForm':null},_0x143cc0['ro']['dictionary']=Object['assign'](_0x143cc0['ro']['dictionary'],_0x16fe5e),_0x143cc0['ro']['getPluralForm']=_0x19eb84;})(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 '@ckeditor/ckeditor5-utils';
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{'ru':{'dictionary':{'Edit\x20or\x20review':'Изменить\x20или\x20просмотреть','Improve\x20writing':'Улучшить\x20написанное','Make\x20shorter':'Сократить','Make\x20longer':'Удлинить','Simplify\x20language':'Упростить\x20язык','Generate\x20from\x20selection':'Генерировать\x20на\x20основе\x20выделенного','Summarize':'Обобщить','Continue':'Продолжить','Change\x20tone':'Изменить\x20тональность','Professional':'Профессионально','Casual':'Обыденно','Direct':'Прямолинейно','Confident':'Уверенно','Friendly':'Дружелюбно','Change\x20style':'Изменить\x20стиль','Business':'Деловой','Legal':'Юриспруденция','Journalism':'Журналистика','Poetic':'Поэтический','Translate':'Перевести','English':'Английский','Spanish':'Испанский','German':'Немецкий','Portuguese':'Португальский','French':'Французский','Simplified\x20Chinese':'Упрощенный\x20китайский','Hindi':'Хинди','Arabic':'Арабский','AI\x20Assistant':'Помощник\x20ИИ','AI\x20Commands':'Команды\x20ИИ','Ask\x20AI\x20to\x20edit\x20or\x20generate':'Попросить\x20ИИ\x20отредактировать\x20или\x20сгенерировать','Ask\x20AI\x20to\x20improve\x20generated\x20text':'Попросить\x20ИИ\x20улучшить\x20сгенерированный\x20текст','Copy':'Копировать','Submit':'Отправить','Insert\x20below':'Вставить\x20ниже','Try\x20again':'Попытаться\x20снова','Stop':'Стоп','AI\x20is\x20writing...':'ИИ\x20пишет...','AI\x20is\x20writing':'ИИ\x20пишет','Generated\x20content:\x20%0':'Сгенерированный\x20контент:\x20%0','Error\x20during\x20AI\x20content\x20generation:\x20%0':'Ошибка\x20при\x20создании\x20контента\x20ИИ:\x20%0','History':'История','Empty\x20history':'Очистить\x20историю','Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.':'Спросите\x20ИИ\x20–\x20ваши\x20подсказки\x20будут\x20перечислены\x20здесь\x20для\x20использования\x20их\x20позже.','Prompt\x20history':'История\x20подсказок','AI_REPLACE_CONTENT':'Заменить','AI_INSERT_CONTENT':'Вставить','AI_ERROR_GET_HEADERS':'Не\x20удалось\x20подготовить\x20заголовки\x20запросов','AI_ERROR_GET_PARAMETERS':'Не\x20удалось\x20подготовить\x20параметры\x20запроса','AI_ERROR_UNSUPPORTED_MODEL':'Запрошенная\x20модель\x20ИИ\x20(\x22%0\x22)\x20не\x20поддерживается','AI_ERROR_CONTEXT_LENGTH':'Выбранный\x20контент\x20слишком\x20длинный','AI_ERROR_MODERATION':'Отправленный\x20запрос\x20не\x20соответствует\x20правилам\x20модерации','AI_ERROR_FAILED':'Не\x20удалось\x20связаться\x20с\x20сервисом\x20ИИ'},'getPluralForm':_0x38f84d=>_0x38f84d%0xa==0x1&&_0x38f84d%0x64!=0xb?0x0:_0x38f84d%0xa>=0x2&&_0x38f84d%0xa<=0x4&&(_0x38f84d%0x64<0xc||_0x38f84d%0x64>0xe)?0x1:_0x38f84d%0xa==0x0||_0x38f84d%0xa>=0x5&&_0x38f84d%0xa<=0x9||_0x38f84d%0x64>=0xb&&_0x38f84d%0x64<=0xe?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
+ (_0x32f00f=>{const {ru:{dictionary:_0x3b3dda,getPluralForm:_0x3be06d}}={'ru':{'dictionary':{'Edit\x20or\x20review':'Изменить\x20или\x20просмотреть','Improve\x20writing':'Улучшить\x20написанное','Make\x20shorter':'Сократить','Make\x20longer':'Удлинить','Simplify\x20language':'Упростить\x20язык','Generate\x20from\x20selection':'Генерировать\x20на\x20основе\x20выделенного','Summarize':'Обобщить','Continue':'Продолжить','Change\x20tone':'Изменить\x20тональность','Professional':'Профессионально','Casual':'Обыденно','Direct':'Прямолинейно','Confident':'Уверенно','Friendly':'Дружелюбно','Change\x20style':'Изменить\x20стиль','Business':'Деловой','Legal':'Юриспруденция','Journalism':'Журналистика','Poetic':'Поэтический','Translate':'Перевести','English':'Английский','Spanish':'Испанский','German':'Немецкий','Portuguese':'Португальский','French':'Французский','Simplified\x20Chinese':'Упрощенный\x20китайский','Hindi':'Хинди','Arabic':'Арабский','AI\x20Assistant':'Помощник\x20ИИ','AI\x20Commands':'Команды\x20ИИ','Ask\x20AI\x20to\x20edit\x20or\x20generate':'Попросить\x20ИИ\x20отредактировать\x20или\x20сгенерировать','Ask\x20AI\x20to\x20improve\x20generated\x20text':'Попросить\x20ИИ\x20улучшить\x20сгенерированный\x20текст','Copy':'Копировать','Submit':'Отправить','Insert\x20below':'Вставить\x20ниже','Try\x20again':'Попытаться\x20снова','Stop':'Стоп','AI\x20is\x20writing...':'ИИ\x20пишет...','AI\x20is\x20writing':'ИИ\x20пишет','Generated\x20content:\x20%0':'Сгенерированный\x20контент:\x20%0','Error\x20during\x20AI\x20content\x20generation:\x20%0':'Ошибка\x20при\x20создании\x20контента\x20ИИ:\x20%0','History':'История','Empty\x20history':'Очистить\x20историю','Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.':'Спросите\x20ИИ\x20–\x20ваши\x20подсказки\x20будут\x20перечислены\x20здесь\x20для\x20использования\x20их\x20позже.','Prompt\x20history':'История\x20подсказок','AI_REPLACE_CONTENT':'Заменить','AI_INSERT_CONTENT':'Вставить','AI_ERROR_GET_HEADERS':'Не\x20удалось\x20подготовить\x20заголовки\x20запросов','AI_ERROR_GET_PARAMETERS':'Не\x20удалось\x20подготовить\x20параметры\x20запроса','AI_ERROR_UNSUPPORTED_MODEL':'Запрошенная\x20модель\x20ИИ\x20(\x22%0\x22)\x20не\x20поддерживается','AI_ERROR_CONTEXT_LENGTH':'Выбранный\x20контент\x20слишком\x20длинный','AI_ERROR_MODERATION':'Отправленный\x20запрос\x20не\x20соответствует\x20правилам\x20модерации','AI_ERROR_FAILED':'Не\x20удалось\x20связаться\x20с\x20сервисом\x20ИИ'},'getPluralForm':_0xbe6c60=>_0xbe6c60%0xa==0x1&&_0xbe6c60%0x64!=0xb?0x0:_0xbe6c60%0xa>=0x2&&_0xbe6c60%0xa<=0x4&&(_0xbe6c60%0x64<0xc||_0xbe6c60%0x64>0xe)?0x1:_0xbe6c60%0xa==0x0||_0xbe6c60%0xa>=0x5&&_0xbe6c60%0xa<=0x9||_0xbe6c60%0x64>=0xb&&_0xbe6c60%0x64<=0xe?0x2:0x3}};_0x32f00f['ru']||={'dictionary':{},'getPluralForm':null},_0x32f00f['ru']['dictionary']=Object['assign'](_0x32f00f['ru']['dictionary'],_0x3b3dda),_0x32f00f['ru']['getPluralForm']=_0x3be06d;})(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 '@ckeditor/ckeditor5-utils';
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{'sk':{'dictionary':{'Edit\x20or\x20review':'Upraviť\x20alebo\x20skontrolovať','Improve\x20writing':'Zlepšiť\x20písanie','Make\x20shorter':'Skrátiť','Make\x20longer':'Predĺžiť','Simplify\x20language':'Zjednodušiť\x20jazyk','Generate\x20from\x20selection':'Generovať\x20z\x20výberu','Summarize':'Zhrnúť','Continue':'Pokračovať','Change\x20tone':'Zmena\x20tónu','Professional':'Profesionálne','Casual':'Neformálne','Direct':'Priamo','Confident':'Sebavedome','Friendly':'Priateľsky','Change\x20style':'Zmena\x20štýlu','Business':'Obchodný','Legal':'Právnický','Journalism':'Žurnalistický','Poetic':'Poetický','Translate':'Preložiť','English':'angličtina','Spanish':'španielčina','German':'nemčina','Portuguese':'portugalština','French':'francúzština','Simplified\x20Chinese':'zjednodušená\x20čínština','Hindi':'hindu','Arabic':'arabčina','AI\x20Assistant':'Asistent\x20AI','AI\x20Commands':'Príkazy\x20AI','Ask\x20AI\x20to\x20edit\x20or\x20generate':'Požiadajte\x20AI\x20o\x20úpravu\x20alebo\x20generovanie','Ask\x20AI\x20to\x20improve\x20generated\x20text':'Požiadajte\x20AI\x20o\x20zlepšenie\x20generovaného\x20textu','Copy':'Kopírovať','Submit':'Potvrdiť','Insert\x20below':'Vložiť\x20nižšie','Try\x20again':'Skúsiť\x20znova','Stop':'Stop','AI\x20is\x20writing...':'AI\x20generuje...','AI\x20is\x20writing':'AI\x20píše','Generated\x20content:\x20%0':'Vygenerovaný\x20obsah:\x20%0','Error\x20during\x20AI\x20content\x20generation:\x20%0':'Chyba\x20pri\x20generovaní\x20obsahu\x20AI:\x20%0','History':'História','Empty\x20history':'Prázdna\x20história','Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.':'Požiadajte\x20AI\x20a\x20budú\x20tu\x20uvedené\x20vaše\x20výzvy\x20na\x20neskoršie\x20použitie.','Prompt\x20history':'História\x20výziev','AI_REPLACE_CONTENT':'Nahradiť','AI_INSERT_CONTENT':'Vložiť','AI_ERROR_GET_HEADERS':'Príprava\x20hlavičiek\x20žiadostí\x20zlyhala','AI_ERROR_GET_PARAMETERS':'Príprava\x20parametrov\x20požiadavky\x20zlyhala','AI_ERROR_UNSUPPORTED_MODEL':'Požadovaný\x20model\x20AI\x20(\x22%0\x22)\x20nie\x20je\x20podporovaný','AI_ERROR_CONTEXT_LENGTH':'Vybraný\x20obsah\x20je\x20príliš\x20dlhý','AI_ERROR_MODERATION':'Požadovaný\x20dopyt\x20neprešiel\x20pravidlami\x20moderovania','AI_ERROR_FAILED':'Komunikácia\x20so\x20službou\x20AI\x20zlyhala'},'getPluralForm':_0x1d5d66=>_0x1d5d66%0x1==0x0&&0x1==_0x1d5d66?0x0:_0x1d5d66%0x1==0x0&&_0x1d5d66>=0x2&&_0x1d5d66<=0x4?0x1:_0x1d5d66%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
+ (_0x4962df=>{const {sk:{dictionary:_0x523b1a,getPluralForm:_0x5008e3}}={'sk':{'dictionary':{'Edit\x20or\x20review':'Upraviť\x20alebo\x20skontrolovať','Improve\x20writing':'Zlepšiť\x20písanie','Make\x20shorter':'Skrátiť','Make\x20longer':'Predĺžiť','Simplify\x20language':'Zjednodušiť\x20jazyk','Generate\x20from\x20selection':'Generovať\x20z\x20výberu','Summarize':'Zhrnúť','Continue':'Pokračovať','Change\x20tone':'Zmena\x20tónu','Professional':'Profesionálne','Casual':'Neformálne','Direct':'Priamo','Confident':'Sebavedome','Friendly':'Priateľsky','Change\x20style':'Zmena\x20štýlu','Business':'Obchodný','Legal':'Právnický','Journalism':'Žurnalistický','Poetic':'Poetický','Translate':'Preložiť','English':'angličtina','Spanish':'španielčina','German':'nemčina','Portuguese':'portugalština','French':'francúzština','Simplified\x20Chinese':'zjednodušená\x20čínština','Hindi':'hindu','Arabic':'arabčina','AI\x20Assistant':'Asistent\x20AI','AI\x20Commands':'Príkazy\x20AI','Ask\x20AI\x20to\x20edit\x20or\x20generate':'Požiadajte\x20AI\x20o\x20úpravu\x20alebo\x20generovanie','Ask\x20AI\x20to\x20improve\x20generated\x20text':'Požiadajte\x20AI\x20o\x20zlepšenie\x20generovaného\x20textu','Copy':'Kopírovať','Submit':'Potvrdiť','Insert\x20below':'Vložiť\x20nižšie','Try\x20again':'Skúsiť\x20znova','Stop':'Stop','AI\x20is\x20writing...':'AI\x20generuje...','AI\x20is\x20writing':'AI\x20píše','Generated\x20content:\x20%0':'Vygenerovaný\x20obsah:\x20%0','Error\x20during\x20AI\x20content\x20generation:\x20%0':'Chyba\x20pri\x20generovaní\x20obsahu\x20AI:\x20%0','History':'História','Empty\x20history':'Prázdna\x20história','Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.':'Požiadajte\x20AI\x20a\x20budú\x20tu\x20uvedené\x20vaše\x20výzvy\x20na\x20neskoršie\x20použitie.','Prompt\x20history':'História\x20výziev','AI_REPLACE_CONTENT':'Nahradiť','AI_INSERT_CONTENT':'Vložiť','AI_ERROR_GET_HEADERS':'Príprava\x20hlavičiek\x20žiadostí\x20zlyhala','AI_ERROR_GET_PARAMETERS':'Príprava\x20parametrov\x20požiadavky\x20zlyhala','AI_ERROR_UNSUPPORTED_MODEL':'Požadovaný\x20model\x20AI\x20(\x22%0\x22)\x20nie\x20je\x20podporovaný','AI_ERROR_CONTEXT_LENGTH':'Vybraný\x20obsah\x20je\x20príliš\x20dlhý','AI_ERROR_MODERATION':'Požadovaný\x20dopyt\x20neprešiel\x20pravidlami\x20moderovania','AI_ERROR_FAILED':'Komunikácia\x20so\x20službou\x20AI\x20zlyhala'},'getPluralForm':_0x3b9e7c=>_0x3b9e7c%0x1==0x0&&0x1==_0x3b9e7c?0x0:_0x3b9e7c%0x1==0x0&&_0x3b9e7c>=0x2&&_0x3b9e7c<=0x4?0x1:_0x3b9e7c%0x1!=0x0?0x2:0x3}};_0x4962df['sk']||={'dictionary':{},'getPluralForm':null},_0x4962df['sk']['dictionary']=Object['assign'](_0x4962df['sk']['dictionary'],_0x523b1a),_0x4962df['sk']['getPluralForm']=_0x5008e3;})(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 '@ckeditor/ckeditor5-utils';
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{'sr-latn':{'dictionary':{'Edit\x20or\x20review':'Uredi\x20ili\x20pregledaj','Improve\x20writing':'Poboljsaj\x20pisanje','Make\x20shorter':'Skrati','Make\x20longer':'Produži','Simplify\x20language':'Pojednostavi\x20jezik','Generate\x20from\x20selection':'Generiši\x20iz\x20izbora','Summarize':'Rezimiraj','Continue':'Nastavi','Change\x20tone':'Promeni\x20ton','Professional':'Profesionalni','Casual':'Neobavezno','Direct':'Direktno','Confident':'Samouvereno','Friendly':'Prijateljski','Change\x20style':'Promeni\x20stil','Business':'Poslovni','Legal':'Poslovni','Journalism':'Novinarski','Poetic':'Poetski\x20','Translate':'Prevedi','English':'Engleski','Spanish':'španski','German':'nemački','Portuguese':'portugalski','French':'francuski','Simplified\x20Chinese':'pojednostavljeni\x20kineski','Hindi':'hindi','Arabic':'arapski','AI\x20Assistant':'AI\x20pomoćnik','AI\x20Commands':'AI\x20komande','Ask\x20AI\x20to\x20edit\x20or\x20generate':'Zatražite\x20od\x20AI\x20da\x20uredi\x20ili\x20generiše','Ask\x20AI\x20to\x20improve\x20generated\x20text':'Zatražite\x20od\x20AI\x20da\x20poboljša\x20generisani\x20tekst','Copy':'Kopiraj','Submit':'Pošalji','Insert\x20below':'Umetni\x20ispod','Try\x20again':'Pokušaj\x20ponovo','Stop':'Zaustavi','AI\x20is\x20writing...':'AI\x20piše…','AI\x20is\x20writing':'AI\x20pise','Generated\x20content:\x20%0':'Generisani\x20sadržaj:\x20%0','Error\x20during\x20AI\x20content\x20generation:\x20%0':'greška\x20tokom\x20generisanja\x20AI\x20sadržaja:\x20%0','History':'Istorija','Empty\x20history':'Istorija\x20je\x20prazna','Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.':'Zatražite\x20od\x20AI\x20i\x20vaši\x20upiti\x20će\x20biti\x20navedeni\x20ovde\x20kako\x20biste\x20ih\x20koristili\x20kasnije.','Prompt\x20history':'Istorija\x20upita','AI_REPLACE_CONTENT':'Zameni','AI_INSERT_CONTENT':'Ubaci','AI_ERROR_GET_HEADERS':'Priprema\x20zaglavlja\x20zahteva\x20nije\x20uspela','AI_ERROR_GET_PARAMETERS':'Priprema\x20parametara\x20zahteva\x20nije\x20uspela','AI_ERROR_UNSUPPORTED_MODEL':'Zahtevani\x20AI\x20model\x20(„%0“)\x20nije\x20podržan','AI_ERROR_CONTEXT_LENGTH':'Izabrani\x20sadržaj\x20je\x20predugačak​','AI_ERROR_MODERATION':'Zahtevani\x20upit\x20ne\x20prolazi\x20pravila\x20moderiranja​','AI_ERROR_FAILED':'Komunikacija\x20sa\x20AI\x20uslugom\x20nije\x20uspela'},'getPluralForm':_0x3db31c=>_0x3db31c%0xa==0x1&&_0x3db31c%0x64!=0xb?0x0:_0x3db31c%0xa>=0x2&&_0x3db31c%0xa<=0x4&&(_0x3db31c%0x64<0xa||_0x3db31c%0x64>=0x14)?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
+ (_0x3f4ced=>{const {'sr-latn':{dictionary:_0x571d15,getPluralForm:_0x5c5685}}={'sr-latn':{'dictionary':{'Edit\x20or\x20review':'Uredi\x20ili\x20pregledaj','Improve\x20writing':'Poboljsaj\x20pisanje','Make\x20shorter':'Skrati','Make\x20longer':'Produži','Simplify\x20language':'Pojednostavi\x20jezik','Generate\x20from\x20selection':'Generiši\x20iz\x20izbora','Summarize':'Rezimiraj','Continue':'Nastavi','Change\x20tone':'Promeni\x20ton','Professional':'Profesionalni','Casual':'Neobavezno','Direct':'Direktno','Confident':'Samouvereno','Friendly':'Prijateljski','Change\x20style':'Promeni\x20stil','Business':'Poslovni','Legal':'Poslovni','Journalism':'Novinarski','Poetic':'Poetski\x20','Translate':'Prevedi','English':'Engleski','Spanish':'španski','German':'nemački','Portuguese':'portugalski','French':'francuski','Simplified\x20Chinese':'pojednostavljeni\x20kineski','Hindi':'hindi','Arabic':'arapski','AI\x20Assistant':'AI\x20pomoćnik','AI\x20Commands':'AI\x20komande','Ask\x20AI\x20to\x20edit\x20or\x20generate':'Zatražite\x20od\x20AI\x20da\x20uredi\x20ili\x20generiše','Ask\x20AI\x20to\x20improve\x20generated\x20text':'Zatražite\x20od\x20AI\x20da\x20poboljša\x20generisani\x20tekst','Copy':'Kopiraj','Submit':'Pošalji','Insert\x20below':'Umetni\x20ispod','Try\x20again':'Pokušaj\x20ponovo','Stop':'Zaustavi','AI\x20is\x20writing...':'AI\x20piše…','AI\x20is\x20writing':'AI\x20pise','Generated\x20content:\x20%0':'Generisani\x20sadržaj:\x20%0','Error\x20during\x20AI\x20content\x20generation:\x20%0':'greška\x20tokom\x20generisanja\x20AI\x20sadržaja:\x20%0','History':'Istorija','Empty\x20history':'Istorija\x20je\x20prazna','Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.':'Zatražite\x20od\x20AI\x20i\x20vaši\x20upiti\x20će\x20biti\x20navedeni\x20ovde\x20kako\x20biste\x20ih\x20koristili\x20kasnije.','Prompt\x20history':'Istorija\x20upita','AI_REPLACE_CONTENT':'Zameni','AI_INSERT_CONTENT':'Ubaci','AI_ERROR_GET_HEADERS':'Priprema\x20zaglavlja\x20zahteva\x20nije\x20uspela','AI_ERROR_GET_PARAMETERS':'Priprema\x20parametara\x20zahteva\x20nije\x20uspela','AI_ERROR_UNSUPPORTED_MODEL':'Zahtevani\x20AI\x20model\x20(„%0“)\x20nije\x20podržan','AI_ERROR_CONTEXT_LENGTH':'Izabrani\x20sadržaj\x20je\x20predugačak​','AI_ERROR_MODERATION':'Zahtevani\x20upit\x20ne\x20prolazi\x20pravila\x20moderiranja​','AI_ERROR_FAILED':'Komunikacija\x20sa\x20AI\x20uslugom\x20nije\x20uspela'},'getPluralForm':_0x599307=>_0x599307%0xa==0x1&&_0x599307%0x64!=0xb?0x0:_0x599307%0xa>=0x2&&_0x599307%0xa<=0x4&&(_0x599307%0x64<0xa||_0x599307%0x64>=0x14)?0x1:0x2}};_0x3f4ced['sr-latn']||={'dictionary':{},'getPluralForm':null},_0x3f4ced['sr-latn']['dictionary']=Object['assign'](_0x3f4ced['sr-latn']['dictionary'],_0x571d15),_0x3f4ced['sr-latn']['getPluralForm']=_0x5c5685;})(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 '@ckeditor/ckeditor5-utils';
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{'sr':{'dictionary':{'Edit\x20or\x20review':'Uredi\x20ili\x20pregledaj','Improve\x20writing':'Poboljšaj\x20pisanje','Make\x20shorter':'Skrati','Make\x20longer':'Produži','Simplify\x20language':'Pojednostavi\x20jezik','Generate\x20from\x20selection':'Generiši\x20iz\x20izbora','Summarize':'Rezimiraj','Continue':'Nastavi','Change\x20tone':'Promeni\x20ton','Professional':'Profesionalno','Casual':'Neobavezno','Direct':'Direktno','Confident':'Samouvereno','Friendly':'Prijateljski','Change\x20style':'Promeni\x20stil','Business':'Poslovni','Legal':'Pravni','Journalism':'Novinarski','Poetic':'Poetski','Translate':'Prevedi','English':'engleski','Spanish':'španski','German':'nemački','Portuguese':'portugalski','French':'francuski','Simplified\x20Chinese':'pojednostavljeni\x20kineski','Hindi':'hindi','Arabic':'arapski','AI\x20Assistant':'AI\x20pomoćnik','AI\x20Commands':'AI\x20komande','Ask\x20AI\x20to\x20edit\x20or\x20generate':'Zatražite\x20od\x20AI\x20da\x20uredi\x20ili\x20generiše','Ask\x20AI\x20to\x20improve\x20generated\x20text':'Zatražite\x20od\x20AI\x20da\x20poboljša\x20generisani\x20tekst','Copy':'Kopiraj','Submit':'Пошаљи','Insert\x20below':'Umetni\x20ispod','Try\x20again':'Pokušaj\x20ponovo','Stop':'Zaustavi','AI\x20is\x20writing...':'AI\x20piše…','AI\x20is\x20writing':'AI\x20piše','Generated\x20content:\x20%0':'Generisani\x20sadržaj:\x20%0','Error\x20during\x20AI\x20content\x20generation:\x20%0':'Greška\x20tokom\x20generisanja\x20AI\x20sadržaja:\x20%0','History':'Istorija','Empty\x20history':'Istorija\x20je\x20prazna','Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.':'Zatražite\x20od\x20AI\x20i\x20vaši\x20upiti\x20će\x20biti\x20navedeni\x20ovde\x20kako\x20biste\x20ih\x20koristili\x20kasnije.','Prompt\x20history':'Istorija\x20upita','AI_REPLACE_CONTENT':'Замени','AI_INSERT_CONTENT':'Убаци','AI_ERROR_GET_HEADERS':'Priprema\x20zahteva\x20zaglavlja\x20nije\x20uspela','AI_ERROR_GET_PARAMETERS':'Priprema\x20parametara\x20zahteva\x20nije\x20uspela','AI_ERROR_UNSUPPORTED_MODEL':'Zahtevani\x20AI\x20model\x20(\x22%0\x22)\x20nije\x20podržan','AI_ERROR_CONTEXT_LENGTH':'Izabrani\x20sadržaj\x20je\x20predugačak​','AI_ERROR_MODERATION':'Zahtevani\x20upit\x20ne\x20prolazi\x20pravila\x20moderiranja​','AI_ERROR_FAILED':'Komunikacija\x20sa\x20AI\x20uslugom\x20nije\x20uspela'},'getPluralForm':_0x40aec5=>_0x40aec5%0xa==0x1&&_0x40aec5%0x64!=0xb?0x0:_0x40aec5%0xa>=0x2&&_0x40aec5%0xa<=0x4&&(_0x40aec5%0x64<0xa||_0x40aec5%0x64>=0x14)?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
+ (_0x51d298=>{const {sr:{dictionary:_0x2443b7,getPluralForm:_0x1aa257}}={'sr':{'dictionary':{'Edit\x20or\x20review':'Uredi\x20ili\x20pregledaj','Improve\x20writing':'Poboljšaj\x20pisanje','Make\x20shorter':'Skrati','Make\x20longer':'Produži','Simplify\x20language':'Pojednostavi\x20jezik','Generate\x20from\x20selection':'Generiši\x20iz\x20izbora','Summarize':'Rezimiraj','Continue':'Nastavi','Change\x20tone':'Promeni\x20ton','Professional':'Profesionalno','Casual':'Neobavezno','Direct':'Direktno','Confident':'Samouvereno','Friendly':'Prijateljski','Change\x20style':'Promeni\x20stil','Business':'Poslovni','Legal':'Pravni','Journalism':'Novinarski','Poetic':'Poetski','Translate':'Prevedi','English':'engleski','Spanish':'španski','German':'nemački','Portuguese':'portugalski','French':'francuski','Simplified\x20Chinese':'pojednostavljeni\x20kineski','Hindi':'hindi','Arabic':'arapski','AI\x20Assistant':'AI\x20pomoćnik','AI\x20Commands':'AI\x20komande','Ask\x20AI\x20to\x20edit\x20or\x20generate':'Zatražite\x20od\x20AI\x20da\x20uredi\x20ili\x20generiše','Ask\x20AI\x20to\x20improve\x20generated\x20text':'Zatražite\x20od\x20AI\x20da\x20poboljša\x20generisani\x20tekst','Copy':'Kopiraj','Submit':'Пошаљи','Insert\x20below':'Umetni\x20ispod','Try\x20again':'Pokušaj\x20ponovo','Stop':'Zaustavi','AI\x20is\x20writing...':'AI\x20piše…','AI\x20is\x20writing':'AI\x20piše','Generated\x20content:\x20%0':'Generisani\x20sadržaj:\x20%0','Error\x20during\x20AI\x20content\x20generation:\x20%0':'Greška\x20tokom\x20generisanja\x20AI\x20sadržaja:\x20%0','History':'Istorija','Empty\x20history':'Istorija\x20je\x20prazna','Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.':'Zatražite\x20od\x20AI\x20i\x20vaši\x20upiti\x20će\x20biti\x20navedeni\x20ovde\x20kako\x20biste\x20ih\x20koristili\x20kasnije.','Prompt\x20history':'Istorija\x20upita','AI_REPLACE_CONTENT':'Замени','AI_INSERT_CONTENT':'Убаци','AI_ERROR_GET_HEADERS':'Priprema\x20zahteva\x20zaglavlja\x20nije\x20uspela','AI_ERROR_GET_PARAMETERS':'Priprema\x20parametara\x20zahteva\x20nije\x20uspela','AI_ERROR_UNSUPPORTED_MODEL':'Zahtevani\x20AI\x20model\x20(\x22%0\x22)\x20nije\x20podržan','AI_ERROR_CONTEXT_LENGTH':'Izabrani\x20sadržaj\x20je\x20predugačak​','AI_ERROR_MODERATION':'Zahtevani\x20upit\x20ne\x20prolazi\x20pravila\x20moderiranja​','AI_ERROR_FAILED':'Komunikacija\x20sa\x20AI\x20uslugom\x20nije\x20uspela'},'getPluralForm':_0x112137=>_0x112137%0xa==0x1&&_0x112137%0x64!=0xb?0x0:_0x112137%0xa>=0x2&&_0x112137%0xa<=0x4&&(_0x112137%0x64<0xa||_0x112137%0x64>=0x14)?0x1:0x2}};_0x51d298['sr']||={'dictionary':{},'getPluralForm':null},_0x51d298['sr']['dictionary']=Object['assign'](_0x51d298['sr']['dictionary'],_0x2443b7),_0x51d298['sr']['getPluralForm']=_0x1aa257;})(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 '@ckeditor/ckeditor5-utils';
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{'sv':{'dictionary':{'Edit\x20or\x20review':'Redigera\x20eller\x20granska','Improve\x20writing':'Förbättra\x20skrivandet','Make\x20shorter':'Förkorta','Make\x20longer':'Förläng','Simplify\x20language':'Förenkla\x20språket','Generate\x20from\x20selection':'Skapa\x20från\x20urvalet','Summarize':'Sammanfatta','Continue':'Fortsätt','Change\x20tone':'Ändra\x20tonläge','Professional':'Professionell','Casual':'Ledig','Direct':'Direkt','Confident':'Självsäker','Friendly':'Vänlig','Change\x20style':'Byt\x20stil','Business':'Företag','Legal':'Juridisk','Journalism':'Journalism','Poetic':'Poetisk','Translate':'Översätt','English':'Engelska','Spanish':'Spanska','German':'Tyska','Portuguese':'Portugisiska','French':'Franska','Simplified\x20Chinese':'Förenklad\x20kinesiska','Hindi':'Hindi','Arabic':'Arabiska','AI\x20Assistant':'AI-assistent','AI\x20Commands':'AI-kommandon','Ask\x20AI\x20to\x20edit\x20or\x20generate':'Be\x20AI\x20redigera\x20eller\x20skapa','Ask\x20AI\x20to\x20improve\x20generated\x20text':'Be\x20AI\x20förbättra\x20den\x20skapade\x20texten','Copy':'Kopiera','Submit':'Lämna\x20in','Insert\x20below':'Infoga\x20nedan','Try\x20again':'Försök\x20igen','Stop':'Stoppa','AI\x20is\x20writing...':'AI\x20skriver\x20...','AI\x20is\x20writing':'AI\x20skriver','Generated\x20content:\x20%0':'Genererat\x20innehåll:\x20%0','Error\x20during\x20AI\x20content\x20generation:\x20%0':'Fel\x20vid\x20generering\x20av\x20AI-innehåll:\x20%0','History':'Historik','Empty\x20history':'Töm\x20historik','Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.':'Fråga\x20AI\x20så\x20listas\x20dina\x20promptar\x20här\x20så\x20att\x20du\x20kan\x20använda\x20dem\x20senare.','Prompt\x20history':'Prompthistorik','AI_REPLACE_CONTENT':'Ersätt','AI_INSERT_CONTENT':'Infoga','AI_ERROR_GET_HEADERS':'Förbereder-förfrågan-rubriker\x20misslyckades','AI_ERROR_GET_PARAMETERS':'Det\x20gick\x20inte\x20att\x20förbereda\x20frågeparametrar','AI_ERROR_UNSUPPORTED_MODEL':'Den\x20efterfrågade\x20AI-modellen\x20(”%0”)\x20saknar\x20stöd','AI_ERROR_CONTEXT_LENGTH':'Valt\x20innehåll\x20är\x20för\x20långt','AI_ERROR_MODERATION':'Frågan\x20klarar\x20inte\x20modereringsreglerna','AI_ERROR_FAILED':'Kunde\x20inte\x20kommunicera\x20med\x20AI-tjänsten'},'getPluralForm':_0xf3c449=>0x1!=_0xf3c449}};
@@ -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
+ (_0x1a5332=>{const {sv:{dictionary:_0x910603,getPluralForm:_0x25c017}}={'sv':{'dictionary':{'Edit\x20or\x20review':'Redigera\x20eller\x20granska','Improve\x20writing':'Förbättra\x20skrivandet','Make\x20shorter':'Förkorta','Make\x20longer':'Förläng','Simplify\x20language':'Förenkla\x20språket','Generate\x20from\x20selection':'Skapa\x20från\x20urvalet','Summarize':'Sammanfatta','Continue':'Fortsätt','Change\x20tone':'Ändra\x20tonläge','Professional':'Professionell','Casual':'Ledig','Direct':'Direkt','Confident':'Självsäker','Friendly':'Vänlig','Change\x20style':'Byt\x20stil','Business':'Företag','Legal':'Juridisk','Journalism':'Journalism','Poetic':'Poetisk','Translate':'Översätt','English':'Engelska','Spanish':'Spanska','German':'Tyska','Portuguese':'Portugisiska','French':'Franska','Simplified\x20Chinese':'Förenklad\x20kinesiska','Hindi':'Hindi','Arabic':'Arabiska','AI\x20Assistant':'AI-assistent','AI\x20Commands':'AI-kommandon','Ask\x20AI\x20to\x20edit\x20or\x20generate':'Be\x20AI\x20redigera\x20eller\x20skapa','Ask\x20AI\x20to\x20improve\x20generated\x20text':'Be\x20AI\x20förbättra\x20den\x20skapade\x20texten','Copy':'Kopiera','Submit':'Lämna\x20in','Insert\x20below':'Infoga\x20nedan','Try\x20again':'Försök\x20igen','Stop':'Stoppa','AI\x20is\x20writing...':'AI\x20skriver\x20...','AI\x20is\x20writing':'AI\x20skriver','Generated\x20content:\x20%0':'Genererat\x20innehåll:\x20%0','Error\x20during\x20AI\x20content\x20generation:\x20%0':'Fel\x20vid\x20generering\x20av\x20AI-innehåll:\x20%0','History':'Historik','Empty\x20history':'Töm\x20historik','Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.':'Fråga\x20AI\x20så\x20listas\x20dina\x20promptar\x20här\x20så\x20att\x20du\x20kan\x20använda\x20dem\x20senare.','Prompt\x20history':'Prompthistorik','AI_REPLACE_CONTENT':'Ersätt','AI_INSERT_CONTENT':'Infoga','AI_ERROR_GET_HEADERS':'Förbereder-förfrågan-rubriker\x20misslyckades','AI_ERROR_GET_PARAMETERS':'Det\x20gick\x20inte\x20att\x20förbereda\x20frågeparametrar','AI_ERROR_UNSUPPORTED_MODEL':'Den\x20efterfrågade\x20AI-modellen\x20(”%0”)\x20saknar\x20stöd','AI_ERROR_CONTEXT_LENGTH':'Valt\x20innehåll\x20är\x20för\x20långt','AI_ERROR_MODERATION':'Frågan\x20klarar\x20inte\x20modereringsreglerna','AI_ERROR_FAILED':'Kunde\x20inte\x20kommunicera\x20med\x20AI-tjänsten'},'getPluralForm':_0x374717=>0x1!=_0x374717}};_0x1a5332['sv']||={'dictionary':{},'getPluralForm':null},_0x1a5332['sv']['dictionary']=Object['assign'](_0x1a5332['sv']['dictionary'],_0x910603),_0x1a5332['sv']['getPluralForm']=_0x25c017;})(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 '@ckeditor/ckeditor5-utils';
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{'th':{'dictionary':{'Edit\x20or\x20review':'แก้ไขหรือทบทวน','Improve\x20writing':'ปรับปรุงการเขียน','Make\x20shorter':'ทำให้สั้นลง','Make\x20longer':'ทำให้ยาวขึ้น','Simplify\x20language':'ลดความซับซ้อนของภาษา','Generate\x20from\x20selection':'สร้างจากสิ่งที่เลือก','Summarize':'สรุป','Continue':'ดำเนินการต่อ','Change\x20tone':'เปลี่ยนโทน','Professional':'มืออาชีพ','Casual':'ไม่เป็นทางการ','Direct':'โดยตรง','Confident':'มั่นใจ','Friendly':'เป็นกันเอง','Change\x20style':'เปลี่ยนสไตล์','Business':'ธุรกิจ','Legal':'กฎหมาย','Journalism':'วารสารศาสตร์','Poetic':'บทกวี','Translate':'แปล','English':'ภาษาอังกฤษ','Spanish':'ภาษาสเปน','German':'ภาษาเยอรมัน','Portuguese':'ภาษาโปรตุเกส','French':'ภาษาฝรั่งเศส','Simplified\x20Chinese':'ภาษาจีนตัวย่อ','Hindi':'ภาษาฮินดู','Arabic':'ภาษาอารบิก','AI\x20Assistant':'ผู้ช่วย\x20AI','AI\x20Commands':'คำสั่ง\x20AI','Ask\x20AI\x20to\x20edit\x20or\x20generate':'ขอให้\x20AI\x20แก้ไขหรือสร้าง','Ask\x20AI\x20to\x20improve\x20generated\x20text':'ขอให้\x20AI\x20ปรับปรุงข้อความที่สร้างขึ้น','Copy':'คัดลอก','Submit':'ส่ง','Insert\x20below':'ใส่ด้านล่าง','Try\x20again':'ลองอีกครั้ง','Stop':'หยุด','AI\x20is\x20writing...':'AI\x20กำลังเขียน...','AI\x20is\x20writing':'AI\x20กำลังเขียน','Generated\x20content:\x20%0':'เนื้อหาที่สร้างขึ้น:\x20%0','Error\x20during\x20AI\x20content\x20generation:\x20%0':'เกิดข้อผิดพลาดระหว่างการสร้างเนื้อหาด้วย\x20AI:\x20%0','History':'ประวัติ','Empty\x20history':'ล้างประวัติ','Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.':'ถาม\x20AI\x20แล้วพรอมต์ของคุณจะแสดงอยู่ที่นี่เพื่อให้คุณใช้ในภายหลัง','Prompt\x20history':'ประวัติพรอมต์','AI_REPLACE_CONTENT':'แทนที่','AI_INSERT_CONTENT':'แทรก','AI_ERROR_GET_HEADERS':'การเตรียมส่วนหัวของคำขอล้มเหลว','AI_ERROR_GET_PARAMETERS':'การเตรียมพารามิเตอร์คำขอล้มเหลว','AI_ERROR_UNSUPPORTED_MODEL':'ไม่รองรับโมเดล\x20AI\x20(\x22%0\x22)\x20ที่ร้องขอ','AI_ERROR_CONTEXT_LENGTH':'เนื้อหาที่เลือกยาวเกินไป','AI_ERROR_MODERATION':'ข้อความค้นหาที่ร้องขอไม่ผ่านกฎการกลั่นกรอง','AI_ERROR_FAILED':'สื่อสารกับบริการ\x20AI\x20ไม่สำเร็จ'},'getPluralForm':_0x5b62b3=>0x0}};