@ckeditor/ckeditor5-collaboration-core 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 (305) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/LICENSE.md +23 -0
  3. package/README.md +35 -0
  4. package/dist/augmentation.d.ts +42 -0
  5. package/dist/collaborationhistory.d.ts +25 -0
  6. package/dist/collaborationoperation.d.ts +32 -0
  7. package/dist/config.d.ts +106 -0
  8. package/dist/index-content.css +470 -0
  9. package/dist/index-editor.css +426 -0
  10. package/dist/index.css +1080 -0
  11. package/dist/index.d.ts +26 -0
  12. package/dist/index.js +23 -0
  13. package/dist/legacyerrors.d.ts +33 -0
  14. package/dist/permissions.d.ts +58 -0
  15. package/dist/suggestions/view/ariadescriptionview.d.ts +27 -0
  16. package/dist/suggestions/view/latefocusbuttonview.d.ts +41 -0
  17. package/dist/suggestionstyles.d.ts +18 -0
  18. package/dist/translations/af.d.ts +8 -0
  19. package/dist/translations/af.js +23 -0
  20. package/dist/translations/af.umd.js +23 -0
  21. package/dist/translations/ar.d.ts +8 -0
  22. package/dist/translations/ar.js +23 -0
  23. package/dist/translations/ar.umd.js +23 -0
  24. package/dist/translations/az.d.ts +8 -0
  25. package/dist/translations/az.js +23 -0
  26. package/dist/translations/az.umd.js +23 -0
  27. package/dist/translations/bg.d.ts +8 -0
  28. package/dist/translations/bg.js +23 -0
  29. package/dist/translations/bg.umd.js +23 -0
  30. package/dist/translations/bn.d.ts +8 -0
  31. package/dist/translations/bn.js +23 -0
  32. package/dist/translations/bn.umd.js +23 -0
  33. package/dist/translations/bs.d.ts +8 -0
  34. package/dist/translations/bs.js +23 -0
  35. package/dist/translations/bs.umd.js +23 -0
  36. package/dist/translations/ca.d.ts +8 -0
  37. package/dist/translations/ca.js +23 -0
  38. package/dist/translations/ca.umd.js +23 -0
  39. package/dist/translations/cs.d.ts +8 -0
  40. package/dist/translations/cs.js +23 -0
  41. package/dist/translations/cs.umd.js +23 -0
  42. package/dist/translations/da.d.ts +8 -0
  43. package/dist/translations/da.js +23 -0
  44. package/dist/translations/da.umd.js +23 -0
  45. package/dist/translations/de-ch.d.ts +8 -0
  46. package/dist/translations/de-ch.js +23 -0
  47. package/dist/translations/de-ch.umd.js +23 -0
  48. package/dist/translations/de.d.ts +8 -0
  49. package/dist/translations/de.js +23 -0
  50. package/dist/translations/de.umd.js +23 -0
  51. package/dist/translations/el.d.ts +8 -0
  52. package/dist/translations/el.js +23 -0
  53. package/dist/translations/el.umd.js +23 -0
  54. package/dist/translations/en-au.d.ts +8 -0
  55. package/dist/translations/en-au.js +23 -0
  56. package/dist/translations/en-au.umd.js +23 -0
  57. package/dist/translations/en.d.ts +8 -0
  58. package/dist/translations/en.js +23 -0
  59. package/dist/translations/en.umd.js +23 -0
  60. package/dist/translations/es-co.d.ts +8 -0
  61. package/dist/translations/es-co.js +23 -0
  62. package/dist/translations/es-co.umd.js +23 -0
  63. package/dist/translations/es.d.ts +8 -0
  64. package/dist/translations/es.js +23 -0
  65. package/dist/translations/es.umd.js +23 -0
  66. package/dist/translations/et.d.ts +8 -0
  67. package/dist/translations/et.js +23 -0
  68. package/dist/translations/et.umd.js +23 -0
  69. package/dist/translations/fa.d.ts +8 -0
  70. package/dist/translations/fa.js +23 -0
  71. package/dist/translations/fa.umd.js +23 -0
  72. package/dist/translations/fi.d.ts +8 -0
  73. package/dist/translations/fi.js +23 -0
  74. package/dist/translations/fi.umd.js +23 -0
  75. package/dist/translations/fr.d.ts +8 -0
  76. package/dist/translations/fr.js +23 -0
  77. package/dist/translations/fr.umd.js +23 -0
  78. package/dist/translations/gl.d.ts +8 -0
  79. package/dist/translations/gl.js +23 -0
  80. package/dist/translations/gl.umd.js +23 -0
  81. package/dist/translations/he.d.ts +8 -0
  82. package/dist/translations/he.js +23 -0
  83. package/dist/translations/he.umd.js +23 -0
  84. package/dist/translations/hi.d.ts +8 -0
  85. package/dist/translations/hi.js +23 -0
  86. package/dist/translations/hi.umd.js +23 -0
  87. package/dist/translations/hr.d.ts +8 -0
  88. package/dist/translations/hr.js +23 -0
  89. package/dist/translations/hr.umd.js +23 -0
  90. package/dist/translations/hu.d.ts +8 -0
  91. package/dist/translations/hu.js +23 -0
  92. package/dist/translations/hu.umd.js +23 -0
  93. package/dist/translations/id.d.ts +8 -0
  94. package/dist/translations/id.js +23 -0
  95. package/dist/translations/id.umd.js +23 -0
  96. package/dist/translations/it.d.ts +8 -0
  97. package/dist/translations/it.js +23 -0
  98. package/dist/translations/it.umd.js +23 -0
  99. package/dist/translations/ja.d.ts +8 -0
  100. package/dist/translations/ja.js +23 -0
  101. package/dist/translations/ja.umd.js +23 -0
  102. package/dist/translations/jv.d.ts +8 -0
  103. package/dist/translations/jv.js +23 -0
  104. package/dist/translations/jv.umd.js +23 -0
  105. package/dist/translations/ko.d.ts +8 -0
  106. package/dist/translations/ko.js +23 -0
  107. package/dist/translations/ko.umd.js +23 -0
  108. package/dist/translations/lt.d.ts +8 -0
  109. package/dist/translations/lt.js +23 -0
  110. package/dist/translations/lt.umd.js +23 -0
  111. package/dist/translations/lv.d.ts +8 -0
  112. package/dist/translations/lv.js +23 -0
  113. package/dist/translations/lv.umd.js +23 -0
  114. package/dist/translations/ms.d.ts +8 -0
  115. package/dist/translations/ms.js +23 -0
  116. package/dist/translations/ms.umd.js +23 -0
  117. package/dist/translations/nl.d.ts +8 -0
  118. package/dist/translations/nl.js +23 -0
  119. package/dist/translations/nl.umd.js +23 -0
  120. package/dist/translations/no.d.ts +8 -0
  121. package/dist/translations/no.js +23 -0
  122. package/dist/translations/no.umd.js +23 -0
  123. package/dist/translations/pl.d.ts +8 -0
  124. package/dist/translations/pl.js +23 -0
  125. package/dist/translations/pl.umd.js +23 -0
  126. package/dist/translations/pt-br.d.ts +8 -0
  127. package/dist/translations/pt-br.js +23 -0
  128. package/dist/translations/pt-br.umd.js +23 -0
  129. package/dist/translations/pt.d.ts +8 -0
  130. package/dist/translations/pt.js +23 -0
  131. package/dist/translations/pt.umd.js +23 -0
  132. package/dist/translations/ro.d.ts +8 -0
  133. package/dist/translations/ro.js +23 -0
  134. package/dist/translations/ro.umd.js +23 -0
  135. package/dist/translations/ru.d.ts +8 -0
  136. package/dist/translations/ru.js +23 -0
  137. package/dist/translations/ru.umd.js +23 -0
  138. package/dist/translations/sk.d.ts +8 -0
  139. package/dist/translations/sk.js +23 -0
  140. package/dist/translations/sk.umd.js +23 -0
  141. package/dist/translations/sr-latn.d.ts +8 -0
  142. package/dist/translations/sr-latn.js +23 -0
  143. package/dist/translations/sr-latn.umd.js +23 -0
  144. package/dist/translations/sr.d.ts +8 -0
  145. package/dist/translations/sr.js +23 -0
  146. package/dist/translations/sr.umd.js +23 -0
  147. package/dist/translations/sv.d.ts +8 -0
  148. package/dist/translations/sv.js +23 -0
  149. package/dist/translations/sv.umd.js +23 -0
  150. package/dist/translations/th.d.ts +8 -0
  151. package/dist/translations/th.js +23 -0
  152. package/dist/translations/th.umd.js +23 -0
  153. package/dist/translations/tk.d.ts +8 -0
  154. package/dist/translations/tk.js +23 -0
  155. package/dist/translations/tk.umd.js +23 -0
  156. package/dist/translations/tr.d.ts +8 -0
  157. package/dist/translations/tr.js +23 -0
  158. package/dist/translations/tr.umd.js +23 -0
  159. package/dist/translations/tt.d.ts +8 -0
  160. package/dist/translations/tt.js +23 -0
  161. package/dist/translations/tt.umd.js +23 -0
  162. package/dist/translations/ug.d.ts +8 -0
  163. package/dist/translations/ug.js +23 -0
  164. package/dist/translations/ug.umd.js +23 -0
  165. package/dist/translations/uk.d.ts +8 -0
  166. package/dist/translations/uk.js +23 -0
  167. package/dist/translations/uk.umd.js +23 -0
  168. package/dist/translations/ur.d.ts +8 -0
  169. package/dist/translations/ur.js +23 -0
  170. package/dist/translations/ur.umd.js +23 -0
  171. package/dist/translations/vi.d.ts +8 -0
  172. package/dist/translations/vi.js +23 -0
  173. package/dist/translations/vi.umd.js +23 -0
  174. package/dist/translations/zh-cn.d.ts +8 -0
  175. package/dist/translations/zh-cn.js +23 -0
  176. package/dist/translations/zh-cn.umd.js +23 -0
  177. package/dist/translations/zh.d.ts +8 -0
  178. package/dist/translations/zh.js +23 -0
  179. package/dist/translations/zh.umd.js +23 -0
  180. package/dist/users/view/userview.d.ts +20 -0
  181. package/dist/users.d.ts +172 -0
  182. package/dist/utils/common-translations.d.ts +13 -0
  183. package/dist/utils/confirmmixin.d.ts +28 -0
  184. package/dist/utils/confirmview.d.ts +33 -0
  185. package/dist/utils/getdatetimeformatter.d.ts +33 -0
  186. package/dist/utils/getmarkerdomelement.d.ts +26 -0
  187. package/dist/utils/hashobject.d.ts +12 -0
  188. package/dist/utils/sanitizeEditorConfig.d.ts +19 -0
  189. package/dist/utils/setupthreadkeyboardnavigation.d.ts +49 -0
  190. package/dist/utils/surroundingmarkersdetector.d.ts +20 -0
  191. package/dist/utils/trim-html.d.ts +23 -0
  192. package/lang/contexts.json +6 -0
  193. package/lang/translations/af.po +34 -0
  194. package/lang/translations/ar.po +34 -0
  195. package/lang/translations/az.po +34 -0
  196. package/lang/translations/bg.po +34 -0
  197. package/lang/translations/bn.po +34 -0
  198. package/lang/translations/bs.po +34 -0
  199. package/lang/translations/ca.po +34 -0
  200. package/lang/translations/cs.po +34 -0
  201. package/lang/translations/da.po +34 -0
  202. package/lang/translations/de-ch.po +34 -0
  203. package/lang/translations/de.po +34 -0
  204. package/lang/translations/el.po +34 -0
  205. package/lang/translations/en-au.po +34 -0
  206. package/lang/translations/en.po +34 -0
  207. package/lang/translations/es-co.po +34 -0
  208. package/lang/translations/es.po +34 -0
  209. package/lang/translations/et.po +34 -0
  210. package/lang/translations/fa.po +34 -0
  211. package/lang/translations/fi.po +34 -0
  212. package/lang/translations/fr.po +34 -0
  213. package/lang/translations/gl.po +34 -0
  214. package/lang/translations/he.po +34 -0
  215. package/lang/translations/hi.po +34 -0
  216. package/lang/translations/hr.po +34 -0
  217. package/lang/translations/hu.po +34 -0
  218. package/lang/translations/id.po +34 -0
  219. package/lang/translations/it.po +34 -0
  220. package/lang/translations/ja.po +34 -0
  221. package/lang/translations/jv.po +34 -0
  222. package/lang/translations/ko.po +34 -0
  223. package/lang/translations/lt.po +34 -0
  224. package/lang/translations/lv.po +34 -0
  225. package/lang/translations/ms.po +34 -0
  226. package/lang/translations/nl.po +34 -0
  227. package/lang/translations/no.po +34 -0
  228. package/lang/translations/pl.po +34 -0
  229. package/lang/translations/pt-br.po +34 -0
  230. package/lang/translations/pt.po +34 -0
  231. package/lang/translations/ro.po +34 -0
  232. package/lang/translations/ru.po +34 -0
  233. package/lang/translations/sk.po +34 -0
  234. package/lang/translations/sr-latn.po +34 -0
  235. package/lang/translations/sr.po +34 -0
  236. package/lang/translations/sv.po +34 -0
  237. package/lang/translations/th.po +34 -0
  238. package/lang/translations/tk.po +34 -0
  239. package/lang/translations/tr.po +34 -0
  240. package/lang/translations/tt.po +34 -0
  241. package/lang/translations/ug.po +34 -0
  242. package/lang/translations/uk.po +34 -0
  243. package/lang/translations/ur.po +34 -0
  244. package/lang/translations/vi.po +34 -0
  245. package/lang/translations/zh-cn.po +34 -0
  246. package/lang/translations/zh.po +34 -0
  247. package/package.json +52 -0
  248. package/src/augmentation.d.ts +38 -0
  249. package/src/augmentation.js +23 -0
  250. package/src/collaborationhistory.d.ts +21 -0
  251. package/src/collaborationhistory.js +23 -0
  252. package/src/collaborationoperation.d.ts +28 -0
  253. package/src/collaborationoperation.js +23 -0
  254. package/src/config.d.ts +102 -0
  255. package/src/config.js +23 -0
  256. package/src/index.d.ts +22 -0
  257. package/src/index.js +23 -0
  258. package/src/legacyerrors.d.ts +29 -0
  259. package/src/legacyerrors.js +23 -0
  260. package/src/permissions.d.ts +54 -0
  261. package/src/permissions.js +23 -0
  262. package/src/suggestions/view/ariadescriptionview.d.ts +23 -0
  263. package/src/suggestions/view/ariadescriptionview.js +23 -0
  264. package/src/suggestions/view/latefocusbuttonview.d.ts +37 -0
  265. package/src/suggestions/view/latefocusbuttonview.js +23 -0
  266. package/src/suggestionstyles.d.ts +14 -0
  267. package/src/suggestionstyles.js +23 -0
  268. package/src/users/view/userview.d.ts +16 -0
  269. package/src/users/view/userview.js +23 -0
  270. package/src/users.d.ts +168 -0
  271. package/src/users.js +23 -0
  272. package/src/utils/common-translations.d.ts +9 -0
  273. package/src/utils/common-translations.js +23 -0
  274. package/src/utils/confirmmixin.d.ts +24 -0
  275. package/src/utils/confirmmixin.js +23 -0
  276. package/src/utils/confirmview.d.ts +29 -0
  277. package/src/utils/confirmview.js +23 -0
  278. package/src/utils/getdatetimeformatter.d.ts +29 -0
  279. package/src/utils/getdatetimeformatter.js +23 -0
  280. package/src/utils/getmarkerdomelement.d.ts +22 -0
  281. package/src/utils/getmarkerdomelement.js +23 -0
  282. package/src/utils/hashobject.d.ts +8 -0
  283. package/src/utils/hashobject.js +23 -0
  284. package/src/utils/sanitizeEditorConfig.d.ts +15 -0
  285. package/src/utils/sanitizeEditorConfig.js +23 -0
  286. package/src/utils/setupthreadkeyboardnavigation.d.ts +45 -0
  287. package/src/utils/setupthreadkeyboardnavigation.js +23 -0
  288. package/src/utils/surroundingmarkersdetector.d.ts +16 -0
  289. package/src/utils/surroundingmarkersdetector.js +23 -0
  290. package/src/utils/trim-html.d.ts +19 -0
  291. package/src/utils/trim-html.js +23 -0
  292. package/theme/ariadescription.css +12 -0
  293. package/theme/icons/notification.svg +11 -0
  294. package/theme/integrations/codeblock.css +17 -0
  295. package/theme/integrations/horizontalline.css +24 -0
  296. package/theme/integrations/image.css +66 -0
  297. package/theme/integrations/mediaembed.css +28 -0
  298. package/theme/integrations/mergefields.css +67 -0
  299. package/theme/integrations/pagebreak.css +24 -0
  300. package/theme/integrations/table.css +200 -0
  301. package/theme/suggestion.css +131 -0
  302. package/theme/suggestionmarker.css +162 -0
  303. package/theme/usercolormixin.css +41 -0
  304. package/theme/usercolors.css +49 -0
  305. package/theme/users.css +110 -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
+ (_0x9a998a=>{const {'pt-br':{dictionary:_0xb6281,getPluralForm:_0x512584}}={'pt-br':{'dictionary':{'Anonymous':'Anônimo','Yes':'Sim','No':'Não','Are\x20you\x20sure?':'Você\x20tem\x20certeza?'},'getPluralForm':_0x446f55=>0x0==_0x446f55||0x1==_0x446f55?0x0:0x0!=_0x446f55&&_0x446f55%0xf4240==0x0?0x1:0x2}};_0x9a998a['pt-br']||={'dictionary':{},'getPluralForm':null},_0x9a998a['pt-br']['dictionary']=Object['assign'](_0x9a998a['pt-br']['dictionary'],_0xb6281),_0x9a998a['pt-br']['getPluralForm']=_0x512584;})(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':{'Anonymous':'Anónimo','Yes':'Sim','No':'Não','Are\x20you\x20sure?':'Tem\x20a\x20certeza?'},'getPluralForm':_0x9ba49b=>0x0==_0x9ba49b||0x1==_0x9ba49b?0x0:0x0!=_0x9ba49b&&_0x9ba49b%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
+ (_0x233dc1=>{const {pt:{dictionary:_0x3455b5,getPluralForm:_0x527189}}={'pt':{'dictionary':{'Anonymous':'Anónimo','Yes':'Sim','No':'Não','Are\x20you\x20sure?':'Tem\x20a\x20certeza?'},'getPluralForm':_0x22ea38=>0x0==_0x22ea38||0x1==_0x22ea38?0x0:0x0!=_0x22ea38&&_0x22ea38%0xf4240==0x0?0x1:0x2}};_0x233dc1['pt']||={'dictionary':{},'getPluralForm':null},_0x233dc1['pt']['dictionary']=Object['assign'](_0x233dc1['pt']['dictionary'],_0x3455b5),_0x233dc1['pt']['getPluralForm']=_0x527189;})(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':{'Anonymous':'Anonim','Yes':'Da','No':'Nu','Are\x20you\x20sure?':'Sunteți\x20sigur?'},'getPluralForm':_0x12d6ea=>0x1==_0x12d6ea?0x0:_0x12d6ea%0x64>0x13||_0x12d6ea%0x64==0x0&&0x0!=_0x12d6ea?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
+ (_0x4d38da=>{const {ro:{dictionary:_0x266df7,getPluralForm:_0x106933}}={'ro':{'dictionary':{'Anonymous':'Anonim','Yes':'Da','No':'Nu','Are\x20you\x20sure?':'Sunteți\x20sigur?'},'getPluralForm':_0x11560a=>0x1==_0x11560a?0x0:_0x11560a%0x64>0x13||_0x11560a%0x64==0x0&&0x0!=_0x11560a?0x2:0x1}};_0x4d38da['ro']||={'dictionary':{},'getPluralForm':null},_0x4d38da['ro']['dictionary']=Object['assign'](_0x4d38da['ro']['dictionary'],_0x266df7),_0x4d38da['ro']['getPluralForm']=_0x106933;})(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':{'Anonymous':'Аноним','Yes':'Да','No':'Нет','Are\x20you\x20sure?':'Вы\x20уверены?'},'getPluralForm':_0x916c70=>_0x916c70%0xa==0x1&&_0x916c70%0x64!=0xb?0x0:_0x916c70%0xa>=0x2&&_0x916c70%0xa<=0x4&&(_0x916c70%0x64<0xc||_0x916c70%0x64>0xe)?0x1:_0x916c70%0xa==0x0||_0x916c70%0xa>=0x5&&_0x916c70%0xa<=0x9||_0x916c70%0x64>=0xb&&_0x916c70%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
+ (_0x13081d=>{const {ru:{dictionary:_0x1c189a,getPluralForm:_0x63658c}}={'ru':{'dictionary':{'Anonymous':'Аноним','Yes':'Да','No':'Нет','Are\x20you\x20sure?':'Вы\x20уверены?'},'getPluralForm':_0x46f391=>_0x46f391%0xa==0x1&&_0x46f391%0x64!=0xb?0x0:_0x46f391%0xa>=0x2&&_0x46f391%0xa<=0x4&&(_0x46f391%0x64<0xc||_0x46f391%0x64>0xe)?0x1:_0x46f391%0xa==0x0||_0x46f391%0xa>=0x5&&_0x46f391%0xa<=0x9||_0x46f391%0x64>=0xb&&_0x46f391%0x64<=0xe?0x2:0x3}};_0x13081d['ru']||={'dictionary':{},'getPluralForm':null},_0x13081d['ru']['dictionary']=Object['assign'](_0x13081d['ru']['dictionary'],_0x1c189a),_0x13081d['ru']['getPluralForm']=_0x63658c;})(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':{'Anonymous':'Anonymný','Yes':'Áno','No':'Nie','Are\x20you\x20sure?':'Ste\x20si\x20istý?'},'getPluralForm':_0x5bbd41=>_0x5bbd41%0x1==0x0&&0x1==_0x5bbd41?0x0:_0x5bbd41%0x1==0x0&&_0x5bbd41>=0x2&&_0x5bbd41<=0x4?0x1:_0x5bbd41%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
+ (_0x266137=>{const {sk:{dictionary:_0x46d26b,getPluralForm:_0x519ed9}}={'sk':{'dictionary':{'Anonymous':'Anonymný','Yes':'Áno','No':'Nie','Are\x20you\x20sure?':'Ste\x20si\x20istý?'},'getPluralForm':_0x48b559=>_0x48b559%0x1==0x0&&0x1==_0x48b559?0x0:_0x48b559%0x1==0x0&&_0x48b559>=0x2&&_0x48b559<=0x4?0x1:_0x48b559%0x1!=0x0?0x2:0x3}};_0x266137['sk']||={'dictionary':{},'getPluralForm':null},_0x266137['sk']['dictionary']=Object['assign'](_0x266137['sk']['dictionary'],_0x46d26b),_0x266137['sk']['getPluralForm']=_0x519ed9;})(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':{'Anonymous':'Anoniman','Yes':'Da','No':'Ne','Are\x20you\x20sure?':'Jesi\x20siguran?'},'getPluralForm':_0x13a97d=>_0x13a97d%0xa==0x1&&_0x13a97d%0x64!=0xb?0x0:_0x13a97d%0xa>=0x2&&_0x13a97d%0xa<=0x4&&(_0x13a97d%0x64<0xa||_0x13a97d%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
+ (_0x5c9990=>{const {'sr-latn':{dictionary:_0x50bd24,getPluralForm:_0x3207a1}}={'sr-latn':{'dictionary':{'Anonymous':'Anoniman','Yes':'Da','No':'Ne','Are\x20you\x20sure?':'Jesi\x20siguran?'},'getPluralForm':_0x1a034b=>_0x1a034b%0xa==0x1&&_0x1a034b%0x64!=0xb?0x0:_0x1a034b%0xa>=0x2&&_0x1a034b%0xa<=0x4&&(_0x1a034b%0x64<0xa||_0x1a034b%0x64>=0x14)?0x1:0x2}};_0x5c9990['sr-latn']||={'dictionary':{},'getPluralForm':null},_0x5c9990['sr-latn']['dictionary']=Object['assign'](_0x5c9990['sr-latn']['dictionary'],_0x50bd24),_0x5c9990['sr-latn']['getPluralForm']=_0x3207a1;})(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':{'Anonymous':'Аноминан','Yes':'Да','No':'Не','Are\x20you\x20sure?':'Сигуран\x20си?'},'getPluralForm':_0x3c8a0a=>_0x3c8a0a%0xa==0x1&&_0x3c8a0a%0x64!=0xb?0x0:_0x3c8a0a%0xa>=0x2&&_0x3c8a0a%0xa<=0x4&&(_0x3c8a0a%0x64<0xa||_0x3c8a0a%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
+ (_0x7eb8e5=>{const {sr:{dictionary:_0x5cca23,getPluralForm:_0x161eed}}={'sr':{'dictionary':{'Anonymous':'Аноминан','Yes':'Да','No':'Не','Are\x20you\x20sure?':'Сигуран\x20си?'},'getPluralForm':_0x34be0e=>_0x34be0e%0xa==0x1&&_0x34be0e%0x64!=0xb?0x0:_0x34be0e%0xa>=0x2&&_0x34be0e%0xa<=0x4&&(_0x34be0e%0x64<0xa||_0x34be0e%0x64>=0x14)?0x1:0x2}};_0x7eb8e5['sr']||={'dictionary':{},'getPluralForm':null},_0x7eb8e5['sr']['dictionary']=Object['assign'](_0x7eb8e5['sr']['dictionary'],_0x5cca23),_0x7eb8e5['sr']['getPluralForm']=_0x161eed;})(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':{'Anonymous':'Anonym','Yes':'Ja','No':'Nej','Are\x20you\x20sure?':'Är\x20du\x20säker?'},'getPluralForm':_0x22cf3d=>0x1!=_0x22cf3d}};
@@ -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
+ (_0x22435f=>{const {sv:{dictionary:_0x17ee3a,getPluralForm:_0x8a74d1}}={'sv':{'dictionary':{'Anonymous':'Anonym','Yes':'Ja','No':'Nej','Are\x20you\x20sure?':'Är\x20du\x20säker?'},'getPluralForm':_0x2593e0=>0x1!=_0x2593e0}};_0x22435f['sv']||={'dictionary':{},'getPluralForm':null},_0x22435f['sv']['dictionary']=Object['assign'](_0x22435f['sv']['dictionary'],_0x17ee3a),_0x22435f['sv']['getPluralForm']=_0x8a74d1;})(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':{'Anonymous':'ไม่ระบุตัวตน','Yes':'ใช่','No':'ไม่','Are\x20you\x20sure?':'แน่ใจหรือ'},'getPluralForm':_0x2b3eff=>0x0}};
@@ -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
+ (_0x27e813=>{const {th:{dictionary:_0x4450e0,getPluralForm:_0x3403ce}}={'th':{'dictionary':{'Anonymous':'ไม่ระบุตัวตน','Yes':'ใช่','No':'ไม่','Are\x20you\x20sure?':'แน่ใจหรือ'},'getPluralForm':_0x514249=>0x0}};_0x27e813['th']||={'dictionary':{},'getPluralForm':null},_0x27e813['th']['dictionary']=Object['assign'](_0x27e813['th']['dictionary'],_0x4450e0),_0x27e813['th']['getPluralForm']=_0x3403ce;})(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{'tk':{'dictionary':{'Anonymous':'Anonim','Yes':'Hawa','No':'Ýok','Are\x20you\x20sure?':'Ynanýarsyňyzmy?'},'getPluralForm':_0x14ba0f=>0x1!=_0x14ba0f}};
@@ -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
+ (_0x1efce3=>{const {tk:{dictionary:_0x5687c1,getPluralForm:_0x25df4d}}={'tk':{'dictionary':{'Anonymous':'Anonim','Yes':'Hawa','No':'Ýok','Are\x20you\x20sure?':'Ynanýarsyňyzmy?'},'getPluralForm':_0x28bfa2=>0x1!=_0x28bfa2}};_0x1efce3['tk']||={'dictionary':{},'getPluralForm':null},_0x1efce3['tk']['dictionary']=Object['assign'](_0x1efce3['tk']['dictionary'],_0x5687c1),_0x1efce3['tk']['getPluralForm']=_0x25df4d;})(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{'tr':{'dictionary':{'Anonymous':'Anonim','Yes':'Evet','No':'Hayır','Are\x20you\x20sure?':'Emin\x20misiniz?'},'getPluralForm':_0xd2184a=>_0xd2184a>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
+ (_0x3a8306=>{const {tr:{dictionary:_0x342e87,getPluralForm:_0x3a7a31}}={'tr':{'dictionary':{'Anonymous':'Anonim','Yes':'Evet','No':'Hayır','Are\x20you\x20sure?':'Emin\x20misiniz?'},'getPluralForm':_0x2aafc7=>_0x2aafc7>0x1}};_0x3a8306['tr']||={'dictionary':{},'getPluralForm':null},_0x3a8306['tr']['dictionary']=Object['assign'](_0x3a8306['tr']['dictionary'],_0x342e87),_0x3a8306['tr']['getPluralForm']=_0x3a7a31;})(window['CKEDITOR_TRANSLATIONS']||={});