@ckeditor/ckeditor5-export-word 41.4.2 → 42.0.0-alpha.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 (104) hide show
  1. package/README.md +6 -0
  2. package/build/export-word.js +1 -1
  3. package/dist/index.js +1 -1
  4. package/dist/translations/ar.js +1 -1
  5. package/dist/translations/ar.umd.js +1 -1
  6. package/dist/translations/bg.js +1 -1
  7. package/dist/translations/bg.umd.js +1 -1
  8. package/dist/translations/bn.js +1 -1
  9. package/dist/translations/bn.umd.js +1 -1
  10. package/dist/translations/ca.js +1 -1
  11. package/dist/translations/ca.umd.js +1 -1
  12. package/dist/translations/cs.js +1 -1
  13. package/dist/translations/cs.umd.js +1 -1
  14. package/dist/translations/da.js +1 -1
  15. package/dist/translations/da.umd.js +1 -1
  16. package/dist/translations/de.js +1 -1
  17. package/dist/translations/de.umd.js +1 -1
  18. package/dist/translations/el.js +1 -1
  19. package/dist/translations/el.umd.js +1 -1
  20. package/dist/translations/en-au.js +1 -1
  21. package/dist/translations/en-au.umd.js +1 -1
  22. package/dist/translations/en.umd.js +1 -1
  23. package/dist/translations/es.js +1 -1
  24. package/dist/translations/es.umd.js +1 -1
  25. package/dist/translations/et.js +1 -1
  26. package/dist/translations/et.umd.js +1 -1
  27. package/dist/translations/fi.js +1 -1
  28. package/dist/translations/fi.umd.js +1 -1
  29. package/dist/translations/fr.js +1 -1
  30. package/dist/translations/fr.umd.js +1 -1
  31. package/dist/translations/gl.js +1 -1
  32. package/dist/translations/gl.umd.js +1 -1
  33. package/dist/translations/he.js +1 -1
  34. package/dist/translations/he.umd.js +1 -1
  35. package/dist/translations/hi.js +1 -1
  36. package/dist/translations/hi.umd.js +1 -1
  37. package/dist/translations/hr.js +1 -1
  38. package/dist/translations/hr.umd.js +1 -1
  39. package/dist/translations/hu.js +1 -1
  40. package/dist/translations/hu.umd.js +1 -1
  41. package/dist/translations/id.js +1 -1
  42. package/dist/translations/id.umd.js +1 -1
  43. package/dist/translations/it.js +1 -1
  44. package/dist/translations/it.umd.js +1 -1
  45. package/dist/translations/ja.js +1 -1
  46. package/dist/translations/ja.umd.js +1 -1
  47. package/dist/translations/jv.js +1 -1
  48. package/dist/translations/jv.umd.js +1 -1
  49. package/dist/translations/ko.js +1 -1
  50. package/dist/translations/ko.umd.js +1 -1
  51. package/dist/translations/lt.js +1 -1
  52. package/dist/translations/lt.umd.js +1 -1
  53. package/dist/translations/lv.js +1 -1
  54. package/dist/translations/lv.umd.js +1 -1
  55. package/dist/translations/ms.js +1 -1
  56. package/dist/translations/ms.umd.js +1 -1
  57. package/dist/translations/nl.js +1 -1
  58. package/dist/translations/nl.umd.js +1 -1
  59. package/dist/translations/no.js +1 -1
  60. package/dist/translations/no.umd.js +1 -1
  61. package/dist/translations/pl.js +1 -1
  62. package/dist/translations/pl.umd.js +1 -1
  63. package/dist/translations/pt-br.js +1 -1
  64. package/dist/translations/pt-br.umd.js +1 -1
  65. package/dist/translations/pt.js +1 -1
  66. package/dist/translations/pt.umd.js +1 -1
  67. package/dist/translations/ro.js +1 -1
  68. package/dist/translations/ro.umd.js +1 -1
  69. package/dist/translations/ru.js +1 -1
  70. package/dist/translations/ru.umd.js +1 -1
  71. package/dist/translations/sk.js +1 -1
  72. package/dist/translations/sk.umd.js +1 -1
  73. package/dist/translations/sr-latn.js +1 -1
  74. package/dist/translations/sr-latn.umd.js +1 -1
  75. package/dist/translations/sr.js +1 -1
  76. package/dist/translations/sr.umd.js +1 -1
  77. package/dist/translations/sv.js +1 -1
  78. package/dist/translations/sv.umd.js +1 -1
  79. package/dist/translations/th.js +1 -1
  80. package/dist/translations/th.umd.js +1 -1
  81. package/dist/translations/tr.js +1 -1
  82. package/dist/translations/tr.umd.js +1 -1
  83. package/dist/translations/ug.js +1 -1
  84. package/dist/translations/ug.umd.js +1 -1
  85. package/dist/translations/uk.js +1 -1
  86. package/dist/translations/uk.umd.js +1 -1
  87. package/dist/translations/ur.js +1 -1
  88. package/dist/translations/ur.umd.js +1 -1
  89. package/dist/translations/vi.js +1 -1
  90. package/dist/translations/vi.umd.js +1 -1
  91. package/dist/translations/zh-cn.js +1 -1
  92. package/dist/translations/zh-cn.umd.js +1 -1
  93. package/dist/translations/zh.js +1 -1
  94. package/dist/translations/zh.umd.js +1 -1
  95. package/dist/types/exportword.d.ts +92 -7
  96. package/dist/types/exportwordcommand.d.ts +1 -1
  97. package/package.json +2 -2
  98. package/src/exportword.d.ts +92 -7
  99. package/src/exportword.js +1 -1
  100. package/src/exportwordcommand.d.ts +1 -1
  101. package/src/exportwordcommand.js +1 -1
  102. package/src/exportwordui.js +1 -1
  103. package/src/index.js +1 -1
  104. package/src/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0xf96317=>{const {id:{dictionary:_0x355fa9,getPluralForm:_0x13ae1c}}={'id':{'dictionary':{'Export\x20to\x20Word':'Ekspor\x20ke\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Terjadi\x20kesalahan\x20ketika\x20membuat\x20berkas\x20Word.','Word\x20document\x20export\x20started':'ekspor\x20dokumen\x20Word\x20dimulai','Word\x20document\x20export\x20failed':'ekspor\x20dokumen\x20Word\x20gagal','Word\x20document\x20export\x20successful':'ekspor\x20dokumen\x20Word\x20berhasil','Exporting\x20Word\x20document':'Mengekspor\x20dokumen\x20Word'},'getPluralForm':_0xb269f9=>0x0}};_0xf96317['id']||={'dictionary':{},'getPluralForm':null},_0xf96317['id']['dictionary']=Object['assign'](_0xf96317['id']['dictionary'],_0x355fa9),_0xf96317['id']['getPluralForm']=_0x13ae1c;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5dccae=>{const {id:{dictionary:_0x71d709,getPluralForm:_0x114116}}={'id':{'dictionary':{'Export\x20to\x20Word':'Ekspor\x20ke\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Terjadi\x20kesalahan\x20ketika\x20membuat\x20berkas\x20Word.','Word\x20document\x20export\x20started':'ekspor\x20dokumen\x20Word\x20dimulai','Word\x20document\x20export\x20failed':'ekspor\x20dokumen\x20Word\x20gagal','Word\x20document\x20export\x20successful':'ekspor\x20dokumen\x20Word\x20berhasil','Exporting\x20Word\x20document':'Mengekspor\x20dokumen\x20Word'},'getPluralForm':_0x5ab661=>0x0}};_0x5dccae['id']||={'dictionary':{},'getPluralForm':null},_0x5dccae['id']['dictionary']=Object['assign'](_0x5dccae['id']['dictionary'],_0x71d709),_0x5dccae['id']['getPluralForm']=_0x114116;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'it':{'dictionary':{'Export\x20to\x20Word':'Esporta\x20in\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Si\x20è\x20verificato\x20un\x20errore\x20durante\x20la\x20generazione\x20del\x20file\x20per\x20Word.','Word\x20document\x20export\x20started':'Esportazione\x20documento\x20Word\x20iniziata','Word\x20document\x20export\x20failed':'Esportazione\x20documento\x20Word\x20non\x20riuscita','Word\x20document\x20export\x20successful':'Esportazione\x20documento\x20Word\x20riuscita','Exporting\x20Word\x20document':'Esporta\x20documento\x20Word'},'getPluralForm':_0x267fd8=>0x1==_0x267fd8?0x0:0x0!=_0x267fd8&&_0x267fd8%0xf4240==0x0?0x1:0x2}};
23
+ export default{'it':{'dictionary':{'Export\x20to\x20Word':'Esporta\x20in\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Si\x20è\x20verificato\x20un\x20errore\x20durante\x20la\x20generazione\x20del\x20file\x20per\x20Word.','Word\x20document\x20export\x20started':'Esportazione\x20documento\x20Word\x20iniziata','Word\x20document\x20export\x20failed':'Esportazione\x20documento\x20Word\x20non\x20riuscita','Word\x20document\x20export\x20successful':'Esportazione\x20documento\x20Word\x20riuscita','Exporting\x20Word\x20document':'Esporta\x20documento\x20Word'},'getPluralForm':_0x5d3b09=>0x1==_0x5d3b09?0x0:0x0!=_0x5d3b09&&_0x5d3b09%0xf4240==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x28c043=>{const {it:{dictionary:_0x205d76,getPluralForm:_0x4931b1}}={'it':{'dictionary':{'Export\x20to\x20Word':'Esporta\x20in\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Si\x20è\x20verificato\x20un\x20errore\x20durante\x20la\x20generazione\x20del\x20file\x20per\x20Word.','Word\x20document\x20export\x20started':'Esportazione\x20documento\x20Word\x20iniziata','Word\x20document\x20export\x20failed':'Esportazione\x20documento\x20Word\x20non\x20riuscita','Word\x20document\x20export\x20successful':'Esportazione\x20documento\x20Word\x20riuscita','Exporting\x20Word\x20document':'Esporta\x20documento\x20Word'},'getPluralForm':_0x55b49d=>0x1==_0x55b49d?0x0:0x0!=_0x55b49d&&_0x55b49d%0xf4240==0x0?0x1:0x2}};_0x28c043['it']||={'dictionary':{},'getPluralForm':null},_0x28c043['it']['dictionary']=Object['assign'](_0x28c043['it']['dictionary'],_0x205d76),_0x28c043['it']['getPluralForm']=_0x4931b1;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x329f25=>{const {it:{dictionary:_0x490c77,getPluralForm:_0xea1fee}}={'it':{'dictionary':{'Export\x20to\x20Word':'Esporta\x20in\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Si\x20è\x20verificato\x20un\x20errore\x20durante\x20la\x20generazione\x20del\x20file\x20per\x20Word.','Word\x20document\x20export\x20started':'Esportazione\x20documento\x20Word\x20iniziata','Word\x20document\x20export\x20failed':'Esportazione\x20documento\x20Word\x20non\x20riuscita','Word\x20document\x20export\x20successful':'Esportazione\x20documento\x20Word\x20riuscita','Exporting\x20Word\x20document':'Esporta\x20documento\x20Word'},'getPluralForm':_0x2471b2=>0x1==_0x2471b2?0x0:0x0!=_0x2471b2&&_0x2471b2%0xf4240==0x0?0x1:0x2}};_0x329f25['it']||={'dictionary':{},'getPluralForm':null},_0x329f25['it']['dictionary']=Object['assign'](_0x329f25['it']['dictionary'],_0x490c77),_0x329f25['it']['getPluralForm']=_0xea1fee;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'ja':{'dictionary':{'Export\x20to\x20Word':'Wordへ書き出す','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Wordファイルを出力中にエラーが発生しました。','Word\x20document\x20export\x20started':'Word文書のエクスポートを開始','Word\x20document\x20export\x20failed':'Word文書のエクスポートに失敗','Word\x20document\x20export\x20successful':'Word文書のエクスポートに成功','Exporting\x20Word\x20document':'Word文書をエクスポート中'},'getPluralForm':_0x3b9a9d=>0x0}};
23
+ export default{'ja':{'dictionary':{'Export\x20to\x20Word':'Wordへ書き出す','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Wordファイルを出力中にエラーが発生しました。','Word\x20document\x20export\x20started':'Word文書のエクスポートを開始','Word\x20document\x20export\x20failed':'Word文書のエクスポートに失敗','Word\x20document\x20export\x20successful':'Word文書のエクスポートに成功','Exporting\x20Word\x20document':'Word文書をエクスポート中'},'getPluralForm':_0x44a389=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x1cbbd0=>{const {ja:{dictionary:_0x2f8f87,getPluralForm:_0x7a8669}}={'ja':{'dictionary':{'Export\x20to\x20Word':'Wordへ書き出す','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Wordファイルを出力中にエラーが発生しました。','Word\x20document\x20export\x20started':'Word文書のエクスポートを開始','Word\x20document\x20export\x20failed':'Word文書のエクスポートに失敗','Word\x20document\x20export\x20successful':'Word文書のエクスポートに成功','Exporting\x20Word\x20document':'Word文書をエクスポート中'},'getPluralForm':_0xc8b603=>0x0}};_0x1cbbd0['ja']||={'dictionary':{},'getPluralForm':null},_0x1cbbd0['ja']['dictionary']=Object['assign'](_0x1cbbd0['ja']['dictionary'],_0x2f8f87),_0x1cbbd0['ja']['getPluralForm']=_0x7a8669;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3abb11=>{const {ja:{dictionary:_0x585333,getPluralForm:_0x58c351}}={'ja':{'dictionary':{'Export\x20to\x20Word':'Wordへ書き出す','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Wordファイルを出力中にエラーが発生しました。','Word\x20document\x20export\x20started':'Word文書のエクスポートを開始','Word\x20document\x20export\x20failed':'Word文書のエクスポートに失敗','Word\x20document\x20export\x20successful':'Word文書のエクスポートに成功','Exporting\x20Word\x20document':'Word文書をエクスポート中'},'getPluralForm':_0x2b6085=>0x0}};_0x3abb11['ja']||={'dictionary':{},'getPluralForm':null},_0x3abb11['ja']['dictionary']=Object['assign'](_0x3abb11['ja']['dictionary'],_0x585333),_0x3abb11['ja']['getPluralForm']=_0x58c351;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'jv':{'dictionary':{'Export\x20to\x20Word':'Ekspor\x20dhateng\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Wonten\x20kelepatan\x20kala\x20ngekspor\x20dhateng\x20Word.','Word\x20document\x20export\x20started':'','Word\x20document\x20export\x20failed':'','Word\x20document\x20export\x20successful':'','Exporting\x20Word\x20document':''},'getPluralForm':_0x11b0ea=>0x0}};
23
+ export default{'jv':{'dictionary':{'Export\x20to\x20Word':'Ekspor\x20dhateng\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Wonten\x20kelepatan\x20kala\x20ngekspor\x20dhateng\x20Word.','Word\x20document\x20export\x20started':'','Word\x20document\x20export\x20failed':'','Word\x20document\x20export\x20successful':'','Exporting\x20Word\x20document':''},'getPluralForm':_0x557e23=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x12aac1=>{const {jv:{dictionary:_0x5988ae,getPluralForm:_0xfb9af}}={'jv':{'dictionary':{'Export\x20to\x20Word':'Ekspor\x20dhateng\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Wonten\x20kelepatan\x20kala\x20ngekspor\x20dhateng\x20Word.','Word\x20document\x20export\x20started':'','Word\x20document\x20export\x20failed':'','Word\x20document\x20export\x20successful':'','Exporting\x20Word\x20document':''},'getPluralForm':_0x5d52ec=>0x0}};_0x12aac1['jv']||={'dictionary':{},'getPluralForm':null},_0x12aac1['jv']['dictionary']=Object['assign'](_0x12aac1['jv']['dictionary'],_0x5988ae),_0x12aac1['jv']['getPluralForm']=_0xfb9af;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x17d2cb=>{const {jv:{dictionary:_0x3eb3e6,getPluralForm:_0x3f785d}}={'jv':{'dictionary':{'Export\x20to\x20Word':'Ekspor\x20dhateng\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Wonten\x20kelepatan\x20kala\x20ngekspor\x20dhateng\x20Word.','Word\x20document\x20export\x20started':'','Word\x20document\x20export\x20failed':'','Word\x20document\x20export\x20successful':'','Exporting\x20Word\x20document':''},'getPluralForm':_0xf63239=>0x0}};_0x17d2cb['jv']||={'dictionary':{},'getPluralForm':null},_0x17d2cb['jv']['dictionary']=Object['assign'](_0x17d2cb['jv']['dictionary'],_0x3eb3e6),_0x17d2cb['jv']['getPluralForm']=_0x3f785d;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'ko':{'dictionary':{'Export\x20to\x20Word':'Word로\x20내보내기','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Word\x20파일을\x20생성하는\x20도중에\x20오류가\x20발생했습니다.','Word\x20document\x20export\x20started':'Word\x20문서\x20내보내기가\x20시작되었습니다.','Word\x20document\x20export\x20failed':'Word\x20문서\x20내보내기가\x20실패했습니다.','Word\x20document\x20export\x20successful':'Word\x20문서\x20내보내기가\x20완료되었습니다.','Exporting\x20Word\x20document':'Word\x20문서\x20내보내는\x20중'},'getPluralForm':_0x582b01=>0x0}};
23
+ export default{'ko':{'dictionary':{'Export\x20to\x20Word':'Word로\x20내보내기','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Word\x20파일을\x20생성하는\x20도중에\x20오류가\x20발생했습니다.','Word\x20document\x20export\x20started':'Word\x20문서\x20내보내기가\x20시작되었습니다.','Word\x20document\x20export\x20failed':'Word\x20문서\x20내보내기가\x20실패했습니다.','Word\x20document\x20export\x20successful':'Word\x20문서\x20내보내기가\x20완료되었습니다.','Exporting\x20Word\x20document':'Word\x20문서\x20내보내는\x20중'},'getPluralForm':_0x4b3d36=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4ef3bb=>{const {ko:{dictionary:_0x2089b4,getPluralForm:_0x241f02}}={'ko':{'dictionary':{'Export\x20to\x20Word':'Word로\x20내보내기','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Word\x20파일을\x20생성하는\x20도중에\x20오류가\x20발생했습니다.','Word\x20document\x20export\x20started':'Word\x20문서\x20내보내기가\x20시작되었습니다.','Word\x20document\x20export\x20failed':'Word\x20문서\x20내보내기가\x20실패했습니다.','Word\x20document\x20export\x20successful':'Word\x20문서\x20내보내기가\x20완료되었습니다.','Exporting\x20Word\x20document':'Word\x20문서\x20내보내는\x20중'},'getPluralForm':_0x631752=>0x0}};_0x4ef3bb['ko']||={'dictionary':{},'getPluralForm':null},_0x4ef3bb['ko']['dictionary']=Object['assign'](_0x4ef3bb['ko']['dictionary'],_0x2089b4),_0x4ef3bb['ko']['getPluralForm']=_0x241f02;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x228fcc=>{const {ko:{dictionary:_0x2800f8,getPluralForm:_0x27a011}}={'ko':{'dictionary':{'Export\x20to\x20Word':'Word로\x20내보내기','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Word\x20파일을\x20생성하는\x20도중에\x20오류가\x20발생했습니다.','Word\x20document\x20export\x20started':'Word\x20문서\x20내보내기가\x20시작되었습니다.','Word\x20document\x20export\x20failed':'Word\x20문서\x20내보내기가\x20실패했습니다.','Word\x20document\x20export\x20successful':'Word\x20문서\x20내보내기가\x20완료되었습니다.','Exporting\x20Word\x20document':'Word\x20문서\x20내보내는\x20중'},'getPluralForm':_0x3ab7aa=>0x0}};_0x228fcc['ko']||={'dictionary':{},'getPluralForm':null},_0x228fcc['ko']['dictionary']=Object['assign'](_0x228fcc['ko']['dictionary'],_0x2800f8),_0x228fcc['ko']['getPluralForm']=_0x27a011;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'lt':{'dictionary':{'Export\x20to\x20Word':'Eksportuoti\x20į\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Nutiko\x20klaida\x20generuojant\x20Word\x20failą.','Word\x20document\x20export\x20started':'Pradėtas\x20„Word“\x20dokumento\x20perkėlimas','Word\x20document\x20export\x20failed':'„Word“\x20dokumento\x20perkėlimas\x20nepavyko','Word\x20document\x20export\x20successful':'„Word“\x20dokumento\x20perkėlimas\x20buvo\x20sėkmingas','Exporting\x20Word\x20document':'Perkeliamas\x20„Word“\x20dokumentas'},'getPluralForm':_0xd2638=>_0xd2638%0xa==0x1&&(_0xd2638%0x64>0x13||_0xd2638%0x64<0xb)?0x0:_0xd2638%0xa>=0x2&&_0xd2638%0xa<=0x9&&(_0xd2638%0x64>0x13||_0xd2638%0x64<0xb)?0x1:_0xd2638%0x1!=0x0?0x2:0x3}};
23
+ export default{'lt':{'dictionary':{'Export\x20to\x20Word':'Eksportuoti\x20į\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Nutiko\x20klaida\x20generuojant\x20Word\x20failą.','Word\x20document\x20export\x20started':'Pradėtas\x20„Word“\x20dokumento\x20perkėlimas','Word\x20document\x20export\x20failed':'„Word“\x20dokumento\x20perkėlimas\x20nepavyko','Word\x20document\x20export\x20successful':'„Word“\x20dokumento\x20perkėlimas\x20buvo\x20sėkmingas','Exporting\x20Word\x20document':'Perkeliamas\x20„Word“\x20dokumentas'},'getPluralForm':_0x27f698=>_0x27f698%0xa==0x1&&(_0x27f698%0x64>0x13||_0x27f698%0x64<0xb)?0x0:_0x27f698%0xa>=0x2&&_0x27f698%0xa<=0x9&&(_0x27f698%0x64>0x13||_0x27f698%0x64<0xb)?0x1:_0x27f698%0x1!=0x0?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x52e5d2=>{const {lt:{dictionary:_0x27c904,getPluralForm:_0x1867d5}}={'lt':{'dictionary':{'Export\x20to\x20Word':'Eksportuoti\x20į\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Nutiko\x20klaida\x20generuojant\x20Word\x20failą.','Word\x20document\x20export\x20started':'Pradėtas\x20„Word“\x20dokumento\x20perkėlimas','Word\x20document\x20export\x20failed':'„Word“\x20dokumento\x20perkėlimas\x20nepavyko','Word\x20document\x20export\x20successful':'„Word“\x20dokumento\x20perkėlimas\x20buvo\x20sėkmingas','Exporting\x20Word\x20document':'Perkeliamas\x20„Word“\x20dokumentas'},'getPluralForm':_0x389be2=>_0x389be2%0xa==0x1&&(_0x389be2%0x64>0x13||_0x389be2%0x64<0xb)?0x0:_0x389be2%0xa>=0x2&&_0x389be2%0xa<=0x9&&(_0x389be2%0x64>0x13||_0x389be2%0x64<0xb)?0x1:_0x389be2%0x1!=0x0?0x2:0x3}};_0x52e5d2['lt']||={'dictionary':{},'getPluralForm':null},_0x52e5d2['lt']['dictionary']=Object['assign'](_0x52e5d2['lt']['dictionary'],_0x27c904),_0x52e5d2['lt']['getPluralForm']=_0x1867d5;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1e8b12=>{const {lt:{dictionary:_0x38562e,getPluralForm:_0xeeb248}}={'lt':{'dictionary':{'Export\x20to\x20Word':'Eksportuoti\x20į\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Nutiko\x20klaida\x20generuojant\x20Word\x20failą.','Word\x20document\x20export\x20started':'Pradėtas\x20„Word“\x20dokumento\x20perkėlimas','Word\x20document\x20export\x20failed':'„Word“\x20dokumento\x20perkėlimas\x20nepavyko','Word\x20document\x20export\x20successful':'„Word“\x20dokumento\x20perkėlimas\x20buvo\x20sėkmingas','Exporting\x20Word\x20document':'Perkeliamas\x20„Word“\x20dokumentas'},'getPluralForm':_0x21213f=>_0x21213f%0xa==0x1&&(_0x21213f%0x64>0x13||_0x21213f%0x64<0xb)?0x0:_0x21213f%0xa>=0x2&&_0x21213f%0xa<=0x9&&(_0x21213f%0x64>0x13||_0x21213f%0x64<0xb)?0x1:_0x21213f%0x1!=0x0?0x2:0x3}};_0x1e8b12['lt']||={'dictionary':{},'getPluralForm':null},_0x1e8b12['lt']['dictionary']=Object['assign'](_0x1e8b12['lt']['dictionary'],_0x38562e),_0x1e8b12['lt']['getPluralForm']=_0xeeb248;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'lv':{'dictionary':{'Export\x20to\x20Word':'Eksportēt\x20uz\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Notika\x20kļūdu\x20veidojot\x20Word\x20failu.','Word\x20document\x20export\x20started':'\x22Word\x22\x20dokumenta\x20eksportēšana\x20ir\x20sākta','Word\x20document\x20export\x20failed':'\x22Word\x22\x20dokumenta\x20eksportēšana\x20neizdevās','Word\x20document\x20export\x20successful':'\x22Word\x22\x20dokumenta\x20eksportēšana\x20ir\x20pabeigta','Exporting\x20Word\x20document':'Eksportē\x20\x22Word\x22\x20dokumentu'},'getPluralForm':_0xe73777=>_0xe73777%0xa==0x1&&_0xe73777%0x64!=0xb?0x0:0x0!=_0xe73777?0x1:0x2}};
23
+ export default{'lv':{'dictionary':{'Export\x20to\x20Word':'Eksportēt\x20uz\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Notika\x20kļūdu\x20veidojot\x20Word\x20failu.','Word\x20document\x20export\x20started':'\x22Word\x22\x20dokumenta\x20eksportēšana\x20ir\x20sākta','Word\x20document\x20export\x20failed':'\x22Word\x22\x20dokumenta\x20eksportēšana\x20neizdevās','Word\x20document\x20export\x20successful':'\x22Word\x22\x20dokumenta\x20eksportēšana\x20ir\x20pabeigta','Exporting\x20Word\x20document':'Eksportē\x20\x22Word\x22\x20dokumentu'},'getPluralForm':_0x1c1809=>_0x1c1809%0xa==0x1&&_0x1c1809%0x64!=0xb?0x0:0x0!=_0x1c1809?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2339cf=>{const {lv:{dictionary:_0x25d218,getPluralForm:_0x490ab3}}={'lv':{'dictionary':{'Export\x20to\x20Word':'Eksportēt\x20uz\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Notika\x20kļūdu\x20veidojot\x20Word\x20failu.','Word\x20document\x20export\x20started':'\x22Word\x22\x20dokumenta\x20eksportēšana\x20ir\x20sākta','Word\x20document\x20export\x20failed':'\x22Word\x22\x20dokumenta\x20eksportēšana\x20neizdevās','Word\x20document\x20export\x20successful':'\x22Word\x22\x20dokumenta\x20eksportēšana\x20ir\x20pabeigta','Exporting\x20Word\x20document':'Eksportē\x20\x22Word\x22\x20dokumentu'},'getPluralForm':_0x19038d=>_0x19038d%0xa==0x1&&_0x19038d%0x64!=0xb?0x0:0x0!=_0x19038d?0x1:0x2}};_0x2339cf['lv']||={'dictionary':{},'getPluralForm':null},_0x2339cf['lv']['dictionary']=Object['assign'](_0x2339cf['lv']['dictionary'],_0x25d218),_0x2339cf['lv']['getPluralForm']=_0x490ab3;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1f1245=>{const {lv:{dictionary:_0x46d832,getPluralForm:_0x1bf8a9}}={'lv':{'dictionary':{'Export\x20to\x20Word':'Eksportēt\x20uz\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Notika\x20kļūdu\x20veidojot\x20Word\x20failu.','Word\x20document\x20export\x20started':'\x22Word\x22\x20dokumenta\x20eksportēšana\x20ir\x20sākta','Word\x20document\x20export\x20failed':'\x22Word\x22\x20dokumenta\x20eksportēšana\x20neizdevās','Word\x20document\x20export\x20successful':'\x22Word\x22\x20dokumenta\x20eksportēšana\x20ir\x20pabeigta','Exporting\x20Word\x20document':'Eksportē\x20\x22Word\x22\x20dokumentu'},'getPluralForm':_0xcc4dfb=>_0xcc4dfb%0xa==0x1&&_0xcc4dfb%0x64!=0xb?0x0:0x0!=_0xcc4dfb?0x1:0x2}};_0x1f1245['lv']||={'dictionary':{},'getPluralForm':null},_0x1f1245['lv']['dictionary']=Object['assign'](_0x1f1245['lv']['dictionary'],_0x46d832),_0x1f1245['lv']['getPluralForm']=_0x1bf8a9;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'ms':{'dictionary':{'Export\x20to\x20Word':'Eksport\x20ke\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Berlaku\x20ralat\x20semasa\x20mencipta\x20fail\x20Word.','Word\x20document\x20export\x20started':'Eksport\x20dokumen\x20Word\x20bermula','Word\x20document\x20export\x20failed':'Eksport\x20dokumen\x20Word\x20gagal','Word\x20document\x20export\x20successful':'Eksport\x20dokumen\x20Word\x20berjaya','Exporting\x20Word\x20document':'Mengeksport\x20dokumen\x20Word'},'getPluralForm':_0x289b27=>0x0}};
23
+ export default{'ms':{'dictionary':{'Export\x20to\x20Word':'Eksport\x20ke\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Berlaku\x20ralat\x20semasa\x20mencipta\x20fail\x20Word.','Word\x20document\x20export\x20started':'Eksport\x20dokumen\x20Word\x20bermula','Word\x20document\x20export\x20failed':'Eksport\x20dokumen\x20Word\x20gagal','Word\x20document\x20export\x20successful':'Eksport\x20dokumen\x20Word\x20berjaya','Exporting\x20Word\x20document':'Mengeksport\x20dokumen\x20Word'},'getPluralForm':_0x559048=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3d51f0=>{const {ms:{dictionary:_0x3b9dcf,getPluralForm:_0x36cb99}}={'ms':{'dictionary':{'Export\x20to\x20Word':'Eksport\x20ke\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Berlaku\x20ralat\x20semasa\x20mencipta\x20fail\x20Word.','Word\x20document\x20export\x20started':'Eksport\x20dokumen\x20Word\x20bermula','Word\x20document\x20export\x20failed':'Eksport\x20dokumen\x20Word\x20gagal','Word\x20document\x20export\x20successful':'Eksport\x20dokumen\x20Word\x20berjaya','Exporting\x20Word\x20document':'Mengeksport\x20dokumen\x20Word'},'getPluralForm':_0x170f4e=>0x0}};_0x3d51f0['ms']||={'dictionary':{},'getPluralForm':null},_0x3d51f0['ms']['dictionary']=Object['assign'](_0x3d51f0['ms']['dictionary'],_0x3b9dcf),_0x3d51f0['ms']['getPluralForm']=_0x36cb99;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2e95ba=>{const {ms:{dictionary:_0x3d7254,getPluralForm:_0x1c5432}}={'ms':{'dictionary':{'Export\x20to\x20Word':'Eksport\x20ke\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Berlaku\x20ralat\x20semasa\x20mencipta\x20fail\x20Word.','Word\x20document\x20export\x20started':'Eksport\x20dokumen\x20Word\x20bermula','Word\x20document\x20export\x20failed':'Eksport\x20dokumen\x20Word\x20gagal','Word\x20document\x20export\x20successful':'Eksport\x20dokumen\x20Word\x20berjaya','Exporting\x20Word\x20document':'Mengeksport\x20dokumen\x20Word'},'getPluralForm':_0xbec97e=>0x0}};_0x2e95ba['ms']||={'dictionary':{},'getPluralForm':null},_0x2e95ba['ms']['dictionary']=Object['assign'](_0x2e95ba['ms']['dictionary'],_0x3d7254),_0x2e95ba['ms']['getPluralForm']=_0x1c5432;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'nl':{'dictionary':{'Export\x20to\x20Word':'Naar\x20Word\x20exporteren','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Er\x20is\x20een\x20fout\x20opgetreden\x20bij\x20het\x20genereren\x20van\x20het\x20Word-bestand.','Word\x20document\x20export\x20started':'Exporteren\x20Word-document\x20is\x20gestart','Word\x20document\x20export\x20failed':'Exporteren\x20Word-document\x20is\x20mislukt','Word\x20document\x20export\x20successful':'Word-document\x20met\x20succes\x20geëxporteerd','Exporting\x20Word\x20document':'Word-document\x20exporteren'},'getPluralForm':_0x4ba775=>0x1!=_0x4ba775}};
23
+ export default{'nl':{'dictionary':{'Export\x20to\x20Word':'Naar\x20Word\x20exporteren','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Er\x20is\x20een\x20fout\x20opgetreden\x20bij\x20het\x20genereren\x20van\x20het\x20Word-bestand.','Word\x20document\x20export\x20started':'Exporteren\x20Word-document\x20is\x20gestart','Word\x20document\x20export\x20failed':'Exporteren\x20Word-document\x20is\x20mislukt','Word\x20document\x20export\x20successful':'Word-document\x20met\x20succes\x20geëxporteerd','Exporting\x20Word\x20document':'Word-document\x20exporteren'},'getPluralForm':_0x3a99bd=>0x1!=_0x3a99bd}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3a44ac=>{const {nl:{dictionary:_0x167df2,getPluralForm:_0x567d6e}}={'nl':{'dictionary':{'Export\x20to\x20Word':'Naar\x20Word\x20exporteren','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Er\x20is\x20een\x20fout\x20opgetreden\x20bij\x20het\x20genereren\x20van\x20het\x20Word-bestand.','Word\x20document\x20export\x20started':'Exporteren\x20Word-document\x20is\x20gestart','Word\x20document\x20export\x20failed':'Exporteren\x20Word-document\x20is\x20mislukt','Word\x20document\x20export\x20successful':'Word-document\x20met\x20succes\x20geëxporteerd','Exporting\x20Word\x20document':'Word-document\x20exporteren'},'getPluralForm':_0x219450=>0x1!=_0x219450}};_0x3a44ac['nl']||={'dictionary':{},'getPluralForm':null},_0x3a44ac['nl']['dictionary']=Object['assign'](_0x3a44ac['nl']['dictionary'],_0x167df2),_0x3a44ac['nl']['getPluralForm']=_0x567d6e;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x539687=>{const {nl:{dictionary:_0x212d17,getPluralForm:_0xe346df}}={'nl':{'dictionary':{'Export\x20to\x20Word':'Naar\x20Word\x20exporteren','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Er\x20is\x20een\x20fout\x20opgetreden\x20bij\x20het\x20genereren\x20van\x20het\x20Word-bestand.','Word\x20document\x20export\x20started':'Exporteren\x20Word-document\x20is\x20gestart','Word\x20document\x20export\x20failed':'Exporteren\x20Word-document\x20is\x20mislukt','Word\x20document\x20export\x20successful':'Word-document\x20met\x20succes\x20geëxporteerd','Exporting\x20Word\x20document':'Word-document\x20exporteren'},'getPluralForm':_0x390069=>0x1!=_0x390069}};_0x539687['nl']||={'dictionary':{},'getPluralForm':null},_0x539687['nl']['dictionary']=Object['assign'](_0x539687['nl']['dictionary'],_0x212d17),_0x539687['nl']['getPluralForm']=_0xe346df;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'no':{'dictionary':{'Export\x20to\x20Word':'Eksporter\x20til\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Det\x20oppstod\x20en\x20feil\x20under\x20opprettelse\x20av\x20Word-filen.','Word\x20document\x20export\x20started':'Eksport\x20av\x20Word-dokument\x20startet','Word\x20document\x20export\x20failed':'Eksport\x20av\x20Word-dokument\x20mislyktes','Word\x20document\x20export\x20successful':'Eksport\x20av\x20Word-dokument\x20var\x20vellykket','Exporting\x20Word\x20document':'Eksporterer\x20Word-dokument'},'getPluralForm':_0x455fc8=>0x1!=_0x455fc8}};
23
+ export default{'no':{'dictionary':{'Export\x20to\x20Word':'Eksporter\x20til\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Det\x20oppstod\x20en\x20feil\x20under\x20opprettelse\x20av\x20Word-filen.','Word\x20document\x20export\x20started':'Eksport\x20av\x20Word-dokument\x20startet','Word\x20document\x20export\x20failed':'Eksport\x20av\x20Word-dokument\x20mislyktes','Word\x20document\x20export\x20successful':'Eksport\x20av\x20Word-dokument\x20var\x20vellykket','Exporting\x20Word\x20document':'Eksporterer\x20Word-dokument'},'getPluralForm':_0x348984=>0x1!=_0x348984}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x297fe4=>{const {no:{dictionary:_0x51c0fb,getPluralForm:_0x76dc29}}={'no':{'dictionary':{'Export\x20to\x20Word':'Eksporter\x20til\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Det\x20oppstod\x20en\x20feil\x20under\x20opprettelse\x20av\x20Word-filen.','Word\x20document\x20export\x20started':'Eksport\x20av\x20Word-dokument\x20startet','Word\x20document\x20export\x20failed':'Eksport\x20av\x20Word-dokument\x20mislyktes','Word\x20document\x20export\x20successful':'Eksport\x20av\x20Word-dokument\x20var\x20vellykket','Exporting\x20Word\x20document':'Eksporterer\x20Word-dokument'},'getPluralForm':_0x2c3ca5=>0x1!=_0x2c3ca5}};_0x297fe4['no']||={'dictionary':{},'getPluralForm':null},_0x297fe4['no']['dictionary']=Object['assign'](_0x297fe4['no']['dictionary'],_0x51c0fb),_0x297fe4['no']['getPluralForm']=_0x76dc29;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x14f0b8=>{const {no:{dictionary:_0xe19422,getPluralForm:_0x5781a5}}={'no':{'dictionary':{'Export\x20to\x20Word':'Eksporter\x20til\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Det\x20oppstod\x20en\x20feil\x20under\x20opprettelse\x20av\x20Word-filen.','Word\x20document\x20export\x20started':'Eksport\x20av\x20Word-dokument\x20startet','Word\x20document\x20export\x20failed':'Eksport\x20av\x20Word-dokument\x20mislyktes','Word\x20document\x20export\x20successful':'Eksport\x20av\x20Word-dokument\x20var\x20vellykket','Exporting\x20Word\x20document':'Eksporterer\x20Word-dokument'},'getPluralForm':_0x5e5b8e=>0x1!=_0x5e5b8e}};_0x14f0b8['no']||={'dictionary':{},'getPluralForm':null},_0x14f0b8['no']['dictionary']=Object['assign'](_0x14f0b8['no']['dictionary'],_0xe19422),_0x14f0b8['no']['getPluralForm']=_0x5781a5;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'pl':{'dictionary':{'Export\x20to\x20Word':'Eksport\x20do\x20formatu\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Wystąpił\x20błąd\x20podczas\x20generowania\x20dokumentu\x20Word.','Word\x20document\x20export\x20started':'Rozpoczęto\x20eksport\x20dokumentu\x20Word','Word\x20document\x20export\x20failed':'Eksport\x20dokumentu\x20Word\x20nieudany','Word\x20document\x20export\x20successful':'Eksport\x20dokumentu\x20Word\x20zakończony\x20pomyślnie','Exporting\x20Word\x20document':'Eksportowanie\x20dokumentu\x20Word'},'getPluralForm':_0x1847a5=>0x1==_0x1847a5?0x0:_0x1847a5%0xa>=0x2&&_0x1847a5%0xa<=0x4&&(_0x1847a5%0x64<0xc||_0x1847a5%0x64>0xe)?0x1:0x1!=_0x1847a5&&_0x1847a5%0xa>=0x0&&_0x1847a5%0xa<=0x1||_0x1847a5%0xa>=0x5&&_0x1847a5%0xa<=0x9||_0x1847a5%0x64>=0xc&&_0x1847a5%0x64<=0xe?0x2:0x3}};
23
+ export default{'pl':{'dictionary':{'Export\x20to\x20Word':'Eksport\x20do\x20formatu\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Wystąpił\x20błąd\x20podczas\x20generowania\x20dokumentu\x20Word.','Word\x20document\x20export\x20started':'Rozpoczęto\x20eksport\x20dokumentu\x20Word','Word\x20document\x20export\x20failed':'Eksport\x20dokumentu\x20Word\x20nieudany','Word\x20document\x20export\x20successful':'Eksport\x20dokumentu\x20Word\x20zakończony\x20pomyślnie','Exporting\x20Word\x20document':'Eksportowanie\x20dokumentu\x20Word'},'getPluralForm':_0x11d04d=>0x1==_0x11d04d?0x0:_0x11d04d%0xa>=0x2&&_0x11d04d%0xa<=0x4&&(_0x11d04d%0x64<0xc||_0x11d04d%0x64>0xe)?0x1:0x1!=_0x11d04d&&_0x11d04d%0xa>=0x0&&_0x11d04d%0xa<=0x1||_0x11d04d%0xa>=0x5&&_0x11d04d%0xa<=0x9||_0x11d04d%0x64>=0xc&&_0x11d04d%0x64<=0xe?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4a2d72=>{const {pl:{dictionary:_0x213131,getPluralForm:_0x17c112}}={'pl':{'dictionary':{'Export\x20to\x20Word':'Eksport\x20do\x20formatu\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Wystąpił\x20błąd\x20podczas\x20generowania\x20dokumentu\x20Word.','Word\x20document\x20export\x20started':'Rozpoczęto\x20eksport\x20dokumentu\x20Word','Word\x20document\x20export\x20failed':'Eksport\x20dokumentu\x20Word\x20nieudany','Word\x20document\x20export\x20successful':'Eksport\x20dokumentu\x20Word\x20zakończony\x20pomyślnie','Exporting\x20Word\x20document':'Eksportowanie\x20dokumentu\x20Word'},'getPluralForm':_0xef5f99=>0x1==_0xef5f99?0x0:_0xef5f99%0xa>=0x2&&_0xef5f99%0xa<=0x4&&(_0xef5f99%0x64<0xc||_0xef5f99%0x64>0xe)?0x1:0x1!=_0xef5f99&&_0xef5f99%0xa>=0x0&&_0xef5f99%0xa<=0x1||_0xef5f99%0xa>=0x5&&_0xef5f99%0xa<=0x9||_0xef5f99%0x64>=0xc&&_0xef5f99%0x64<=0xe?0x2:0x3}};_0x4a2d72['pl']||={'dictionary':{},'getPluralForm':null},_0x4a2d72['pl']['dictionary']=Object['assign'](_0x4a2d72['pl']['dictionary'],_0x213131),_0x4a2d72['pl']['getPluralForm']=_0x17c112;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x212f7f=>{const {pl:{dictionary:_0x34afd0,getPluralForm:_0xfd9f4b}}={'pl':{'dictionary':{'Export\x20to\x20Word':'Eksport\x20do\x20formatu\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Wystąpił\x20błąd\x20podczas\x20generowania\x20dokumentu\x20Word.','Word\x20document\x20export\x20started':'Rozpoczęto\x20eksport\x20dokumentu\x20Word','Word\x20document\x20export\x20failed':'Eksport\x20dokumentu\x20Word\x20nieudany','Word\x20document\x20export\x20successful':'Eksport\x20dokumentu\x20Word\x20zakończony\x20pomyślnie','Exporting\x20Word\x20document':'Eksportowanie\x20dokumentu\x20Word'},'getPluralForm':_0x14e368=>0x1==_0x14e368?0x0:_0x14e368%0xa>=0x2&&_0x14e368%0xa<=0x4&&(_0x14e368%0x64<0xc||_0x14e368%0x64>0xe)?0x1:0x1!=_0x14e368&&_0x14e368%0xa>=0x0&&_0x14e368%0xa<=0x1||_0x14e368%0xa>=0x5&&_0x14e368%0xa<=0x9||_0x14e368%0x64>=0xc&&_0x14e368%0x64<=0xe?0x2:0x3}};_0x212f7f['pl']||={'dictionary':{},'getPluralForm':null},_0x212f7f['pl']['dictionary']=Object['assign'](_0x212f7f['pl']['dictionary'],_0x34afd0),_0x212f7f['pl']['getPluralForm']=_0xfd9f4b;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'pt-br':{'dictionary':{'Export\x20to\x20Word':'Exportar\x20para\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Um\x20erro\x20ocorreu\x20enquanto\x20gerava\x20o\x20arquivo\x20Word.','Word\x20document\x20export\x20started':'Início\x20da\x20exportação\x20de\x20documentos\x20do\x20Word','Word\x20document\x20export\x20failed':'Falha\x20na\x20exportação\x20de\x20documentos\x20do\x20Word','Word\x20document\x20export\x20successful':'Exportação\x20bem-sucedida\x20de\x20documento\x20do\x20Word','Exporting\x20Word\x20document':'Exportação\x20de\x20documento\x20do\x20Word'},'getPluralForm':_0x31feb5=>0x0==_0x31feb5||0x1==_0x31feb5?0x0:0x0!=_0x31feb5&&_0x31feb5%0xf4240==0x0?0x1:0x2}};
23
+ export default{'pt-br':{'dictionary':{'Export\x20to\x20Word':'Exportar\x20para\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Um\x20erro\x20ocorreu\x20enquanto\x20gerava\x20o\x20arquivo\x20Word.','Word\x20document\x20export\x20started':'Início\x20da\x20exportação\x20de\x20documentos\x20do\x20Word','Word\x20document\x20export\x20failed':'Falha\x20na\x20exportação\x20de\x20documentos\x20do\x20Word','Word\x20document\x20export\x20successful':'Exportação\x20bem-sucedida\x20de\x20documento\x20do\x20Word','Exporting\x20Word\x20document':'Exportação\x20de\x20documento\x20do\x20Word'},'getPluralForm':_0x15a533=>0x0==_0x15a533||0x1==_0x15a533?0x0:0x0!=_0x15a533&&_0x15a533%0xf4240==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x462ed1=>{const {'pt-br':{dictionary:_0x1c4116,getPluralForm:_0x550317}}={'pt-br':{'dictionary':{'Export\x20to\x20Word':'Exportar\x20para\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Um\x20erro\x20ocorreu\x20enquanto\x20gerava\x20o\x20arquivo\x20Word.','Word\x20document\x20export\x20started':'Início\x20da\x20exportação\x20de\x20documentos\x20do\x20Word','Word\x20document\x20export\x20failed':'Falha\x20na\x20exportação\x20de\x20documentos\x20do\x20Word','Word\x20document\x20export\x20successful':'Exportação\x20bem-sucedida\x20de\x20documento\x20do\x20Word','Exporting\x20Word\x20document':'Exportação\x20de\x20documento\x20do\x20Word'},'getPluralForm':_0x2eb476=>0x0==_0x2eb476||0x1==_0x2eb476?0x0:0x0!=_0x2eb476&&_0x2eb476%0xf4240==0x0?0x1:0x2}};_0x462ed1['pt-br']||={'dictionary':{},'getPluralForm':null},_0x462ed1['pt-br']['dictionary']=Object['assign'](_0x462ed1['pt-br']['dictionary'],_0x1c4116),_0x462ed1['pt-br']['getPluralForm']=_0x550317;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x11b8ea=>{const {'pt-br':{dictionary:_0xdf6a0c,getPluralForm:_0x45e77d}}={'pt-br':{'dictionary':{'Export\x20to\x20Word':'Exportar\x20para\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Um\x20erro\x20ocorreu\x20enquanto\x20gerava\x20o\x20arquivo\x20Word.','Word\x20document\x20export\x20started':'Início\x20da\x20exportação\x20de\x20documentos\x20do\x20Word','Word\x20document\x20export\x20failed':'Falha\x20na\x20exportação\x20de\x20documentos\x20do\x20Word','Word\x20document\x20export\x20successful':'Exportação\x20bem-sucedida\x20de\x20documento\x20do\x20Word','Exporting\x20Word\x20document':'Exportação\x20de\x20documento\x20do\x20Word'},'getPluralForm':_0x32350f=>0x0==_0x32350f||0x1==_0x32350f?0x0:0x0!=_0x32350f&&_0x32350f%0xf4240==0x0?0x1:0x2}};_0x11b8ea['pt-br']||={'dictionary':{},'getPluralForm':null},_0x11b8ea['pt-br']['dictionary']=Object['assign'](_0x11b8ea['pt-br']['dictionary'],_0xdf6a0c),_0x11b8ea['pt-br']['getPluralForm']=_0x45e77d;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'pt':{'dictionary':{'Export\x20to\x20Word':'Exportar\x20para\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Ocorreu\x20um\x20erro\x20ao\x20gerar\x20o\x20ficheiro\x20Word.','Word\x20document\x20export\x20started':'Exportação\x20de\x20documento\x20do\x20Word\x20iniciada','Word\x20document\x20export\x20failed':'Falha\x20na\x20exportação\x20de\x20documento\x20do\x20Word','Word\x20document\x20export\x20successful':'Exportação\x20de\x20documento\x20do\x20Word\x20concluída\x20com\x20êxito','Exporting\x20Word\x20document':'A\x20exportar\x20documento\x20do\x20Word'},'getPluralForm':_0x4d180b=>0x0==_0x4d180b||0x1==_0x4d180b?0x0:0x0!=_0x4d180b&&_0x4d180b%0xf4240==0x0?0x1:0x2}};
23
+ export default{'pt':{'dictionary':{'Export\x20to\x20Word':'Exportar\x20para\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Ocorreu\x20um\x20erro\x20ao\x20gerar\x20o\x20ficheiro\x20Word.','Word\x20document\x20export\x20started':'Exportação\x20de\x20documento\x20do\x20Word\x20iniciada','Word\x20document\x20export\x20failed':'Falha\x20na\x20exportação\x20de\x20documento\x20do\x20Word','Word\x20document\x20export\x20successful':'Exportação\x20de\x20documento\x20do\x20Word\x20concluída\x20com\x20êxito','Exporting\x20Word\x20document':'A\x20exportar\x20documento\x20do\x20Word'},'getPluralForm':_0x418fb4=>0x0==_0x418fb4||0x1==_0x418fb4?0x0:0x0!=_0x418fb4&&_0x418fb4%0xf4240==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3fadf7=>{const {pt:{dictionary:_0x3d7d00,getPluralForm:_0x5cca20}}={'pt':{'dictionary':{'Export\x20to\x20Word':'Exportar\x20para\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Ocorreu\x20um\x20erro\x20ao\x20gerar\x20o\x20ficheiro\x20Word.','Word\x20document\x20export\x20started':'Exportação\x20de\x20documento\x20do\x20Word\x20iniciada','Word\x20document\x20export\x20failed':'Falha\x20na\x20exportação\x20de\x20documento\x20do\x20Word','Word\x20document\x20export\x20successful':'Exportação\x20de\x20documento\x20do\x20Word\x20concluída\x20com\x20êxito','Exporting\x20Word\x20document':'A\x20exportar\x20documento\x20do\x20Word'},'getPluralForm':_0x6a3d64=>0x0==_0x6a3d64||0x1==_0x6a3d64?0x0:0x0!=_0x6a3d64&&_0x6a3d64%0xf4240==0x0?0x1:0x2}};_0x3fadf7['pt']||={'dictionary':{},'getPluralForm':null},_0x3fadf7['pt']['dictionary']=Object['assign'](_0x3fadf7['pt']['dictionary'],_0x3d7d00),_0x3fadf7['pt']['getPluralForm']=_0x5cca20;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1beb36=>{const {pt:{dictionary:_0x22cfef,getPluralForm:_0x14fee1}}={'pt':{'dictionary':{'Export\x20to\x20Word':'Exportar\x20para\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Ocorreu\x20um\x20erro\x20ao\x20gerar\x20o\x20ficheiro\x20Word.','Word\x20document\x20export\x20started':'Exportação\x20de\x20documento\x20do\x20Word\x20iniciada','Word\x20document\x20export\x20failed':'Falha\x20na\x20exportação\x20de\x20documento\x20do\x20Word','Word\x20document\x20export\x20successful':'Exportação\x20de\x20documento\x20do\x20Word\x20concluída\x20com\x20êxito','Exporting\x20Word\x20document':'A\x20exportar\x20documento\x20do\x20Word'},'getPluralForm':_0x406619=>0x0==_0x406619||0x1==_0x406619?0x0:0x0!=_0x406619&&_0x406619%0xf4240==0x0?0x1:0x2}};_0x1beb36['pt']||={'dictionary':{},'getPluralForm':null},_0x1beb36['pt']['dictionary']=Object['assign'](_0x1beb36['pt']['dictionary'],_0x22cfef),_0x1beb36['pt']['getPluralForm']=_0x14fee1;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'ro':{'dictionary':{'Export\x20to\x20Word':'Exportare\x20în\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'A\x20avut\x20loc\x20o\x20eroare\x20în\x20timpul\x20generării\x20fișierului\x20Word.','Word\x20document\x20export\x20started':'Exportarea\x20documentului\x20Word\x20a\x20fost\x20inițiată','Word\x20document\x20export\x20failed':'Exportarea\x20documentului\x20Word\x20nu\x20a\x20putut\x20fi\x20finalizată','Word\x20document\x20export\x20successful':'Documentul\x20Word\x20a\x20fost\x20exportat\x20cu\x20succes','Exporting\x20Word\x20document':'Se\x20exportă\x20documetul\x20Word'},'getPluralForm':_0x21187c=>0x1==_0x21187c?0x0:_0x21187c%0x64>0x13||_0x21187c%0x64==0x0&&0x0!=_0x21187c?0x2:0x1}};
23
+ export default{'ro':{'dictionary':{'Export\x20to\x20Word':'Exportare\x20în\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'A\x20avut\x20loc\x20o\x20eroare\x20în\x20timpul\x20generării\x20fișierului\x20Word.','Word\x20document\x20export\x20started':'Exportarea\x20documentului\x20Word\x20a\x20fost\x20inițiată','Word\x20document\x20export\x20failed':'Exportarea\x20documentului\x20Word\x20nu\x20a\x20putut\x20fi\x20finalizată','Word\x20document\x20export\x20successful':'Documentul\x20Word\x20a\x20fost\x20exportat\x20cu\x20succes','Exporting\x20Word\x20document':'Se\x20exportă\x20documetul\x20Word'},'getPluralForm':_0x3af973=>0x1==_0x3af973?0x0:_0x3af973%0x64>0x13||_0x3af973%0x64==0x0&&0x0!=_0x3af973?0x2:0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x44dd07=>{const {ro:{dictionary:_0x8fdedc,getPluralForm:_0x22acda}}={'ro':{'dictionary':{'Export\x20to\x20Word':'Exportare\x20în\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'A\x20avut\x20loc\x20o\x20eroare\x20în\x20timpul\x20generării\x20fișierului\x20Word.','Word\x20document\x20export\x20started':'Exportarea\x20documentului\x20Word\x20a\x20fost\x20inițiată','Word\x20document\x20export\x20failed':'Exportarea\x20documentului\x20Word\x20nu\x20a\x20putut\x20fi\x20finalizată','Word\x20document\x20export\x20successful':'Documentul\x20Word\x20a\x20fost\x20exportat\x20cu\x20succes','Exporting\x20Word\x20document':'Se\x20exportă\x20documetul\x20Word'},'getPluralForm':_0x41278c=>0x1==_0x41278c?0x0:_0x41278c%0x64>0x13||_0x41278c%0x64==0x0&&0x0!=_0x41278c?0x2:0x1}};_0x44dd07['ro']||={'dictionary':{},'getPluralForm':null},_0x44dd07['ro']['dictionary']=Object['assign'](_0x44dd07['ro']['dictionary'],_0x8fdedc),_0x44dd07['ro']['getPluralForm']=_0x22acda;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1eb35d=>{const {ro:{dictionary:_0x1ea7a6,getPluralForm:_0x477a96}}={'ro':{'dictionary':{'Export\x20to\x20Word':'Exportare\x20în\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'A\x20avut\x20loc\x20o\x20eroare\x20în\x20timpul\x20generării\x20fișierului\x20Word.','Word\x20document\x20export\x20started':'Exportarea\x20documentului\x20Word\x20a\x20fost\x20inițiată','Word\x20document\x20export\x20failed':'Exportarea\x20documentului\x20Word\x20nu\x20a\x20putut\x20fi\x20finalizată','Word\x20document\x20export\x20successful':'Documentul\x20Word\x20a\x20fost\x20exportat\x20cu\x20succes','Exporting\x20Word\x20document':'Se\x20exportă\x20documetul\x20Word'},'getPluralForm':_0x331122=>0x1==_0x331122?0x0:_0x331122%0x64>0x13||_0x331122%0x64==0x0&&0x0!=_0x331122?0x2:0x1}};_0x1eb35d['ro']||={'dictionary':{},'getPluralForm':null},_0x1eb35d['ro']['dictionary']=Object['assign'](_0x1eb35d['ro']['dictionary'],_0x1ea7a6),_0x1eb35d['ro']['getPluralForm']=_0x477a96;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'ru':{'dictionary':{'Export\x20to\x20Word':'Экспорт\x20в\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'При\x20создании\x20файла\x20Word\x20произошла\x20ошибка.','Word\x20document\x20export\x20started':'Экспорт\x20документа\x20Word\x20начат','Word\x20document\x20export\x20failed':'Экспорт\x20документа\x20Word\x20не\x20удался','Word\x20document\x20export\x20successful':'Экспорт\x20документа\x20Word\x20успешно\x20выполнен','Exporting\x20Word\x20document':'Экспорт\x20документа\x20Word'},'getPluralForm':_0x29116a=>_0x29116a%0xa==0x1&&_0x29116a%0x64!=0xb?0x0:_0x29116a%0xa>=0x2&&_0x29116a%0xa<=0x4&&(_0x29116a%0x64<0xc||_0x29116a%0x64>0xe)?0x1:_0x29116a%0xa==0x0||_0x29116a%0xa>=0x5&&_0x29116a%0xa<=0x9||_0x29116a%0x64>=0xb&&_0x29116a%0x64<=0xe?0x2:0x3}};
23
+ export default{'ru':{'dictionary':{'Export\x20to\x20Word':'Экспорт\x20в\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'При\x20создании\x20файла\x20Word\x20произошла\x20ошибка.','Word\x20document\x20export\x20started':'Экспорт\x20документа\x20Word\x20начат','Word\x20document\x20export\x20failed':'Экспорт\x20документа\x20Word\x20не\x20удался','Word\x20document\x20export\x20successful':'Экспорт\x20документа\x20Word\x20успешно\x20выполнен','Exporting\x20Word\x20document':'Экспорт\x20документа\x20Word'},'getPluralForm':_0x48ee1a=>_0x48ee1a%0xa==0x1&&_0x48ee1a%0x64!=0xb?0x0:_0x48ee1a%0xa>=0x2&&_0x48ee1a%0xa<=0x4&&(_0x48ee1a%0x64<0xc||_0x48ee1a%0x64>0xe)?0x1:_0x48ee1a%0xa==0x0||_0x48ee1a%0xa>=0x5&&_0x48ee1a%0xa<=0x9||_0x48ee1a%0x64>=0xb&&_0x48ee1a%0x64<=0xe?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x50fd79=>{const {ru:{dictionary:_0x5d5f78,getPluralForm:_0x288710}}={'ru':{'dictionary':{'Export\x20to\x20Word':'Экспорт\x20в\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'При\x20создании\x20файла\x20Word\x20произошла\x20ошибка.','Word\x20document\x20export\x20started':'Экспорт\x20документа\x20Word\x20начат','Word\x20document\x20export\x20failed':'Экспорт\x20документа\x20Word\x20не\x20удался','Word\x20document\x20export\x20successful':'Экспорт\x20документа\x20Word\x20успешно\x20выполнен','Exporting\x20Word\x20document':'Экспорт\x20документа\x20Word'},'getPluralForm':_0x7b344b=>_0x7b344b%0xa==0x1&&_0x7b344b%0x64!=0xb?0x0:_0x7b344b%0xa>=0x2&&_0x7b344b%0xa<=0x4&&(_0x7b344b%0x64<0xc||_0x7b344b%0x64>0xe)?0x1:_0x7b344b%0xa==0x0||_0x7b344b%0xa>=0x5&&_0x7b344b%0xa<=0x9||_0x7b344b%0x64>=0xb&&_0x7b344b%0x64<=0xe?0x2:0x3}};_0x50fd79['ru']||={'dictionary':{},'getPluralForm':null},_0x50fd79['ru']['dictionary']=Object['assign'](_0x50fd79['ru']['dictionary'],_0x5d5f78),_0x50fd79['ru']['getPluralForm']=_0x288710;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3b3a77=>{const {ru:{dictionary:_0x3d2d74,getPluralForm:_0x3de4a6}}={'ru':{'dictionary':{'Export\x20to\x20Word':'Экспорт\x20в\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'При\x20создании\x20файла\x20Word\x20произошла\x20ошибка.','Word\x20document\x20export\x20started':'Экспорт\x20документа\x20Word\x20начат','Word\x20document\x20export\x20failed':'Экспорт\x20документа\x20Word\x20не\x20удался','Word\x20document\x20export\x20successful':'Экспорт\x20документа\x20Word\x20успешно\x20выполнен','Exporting\x20Word\x20document':'Экспорт\x20документа\x20Word'},'getPluralForm':_0x219a78=>_0x219a78%0xa==0x1&&_0x219a78%0x64!=0xb?0x0:_0x219a78%0xa>=0x2&&_0x219a78%0xa<=0x4&&(_0x219a78%0x64<0xc||_0x219a78%0x64>0xe)?0x1:_0x219a78%0xa==0x0||_0x219a78%0xa>=0x5&&_0x219a78%0xa<=0x9||_0x219a78%0x64>=0xb&&_0x219a78%0x64<=0xe?0x2:0x3}};_0x3b3a77['ru']||={'dictionary':{},'getPluralForm':null},_0x3b3a77['ru']['dictionary']=Object['assign'](_0x3b3a77['ru']['dictionary'],_0x3d2d74),_0x3b3a77['ru']['getPluralForm']=_0x3de4a6;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'sk':{'dictionary':{'Export\x20to\x20Word':'Exportovať\x20do\x20Word\x20súboru','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Pri\x20generovaní\x20Word\x20súboru\x20sa\x20vyskytla\x20chyba.','Word\x20document\x20export\x20started':'Export\x20dokumentu\x20vo\x20formáte\x20Word\x20začal','Word\x20document\x20export\x20failed':'Export\x20dokumentu\x20vo\x20formáte\x20Word\x20zlyhal','Word\x20document\x20export\x20successful':'Export\x20dokumentu\x20vo\x20formáte\x20Word\x20bol\x20úspešný','Exporting\x20Word\x20document':'Prebieha\x20export\x20dokumentu\x20vo\x20formáte\x20Word'},'getPluralForm':_0x5777ee=>_0x5777ee%0x1==0x0&&0x1==_0x5777ee?0x0:_0x5777ee%0x1==0x0&&_0x5777ee>=0x2&&_0x5777ee<=0x4?0x1:_0x5777ee%0x1!=0x0?0x2:0x3}};
23
+ export default{'sk':{'dictionary':{'Export\x20to\x20Word':'Exportovať\x20do\x20Word\x20súboru','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Pri\x20generovaní\x20Word\x20súboru\x20sa\x20vyskytla\x20chyba.','Word\x20document\x20export\x20started':'Export\x20dokumentu\x20vo\x20formáte\x20Word\x20začal','Word\x20document\x20export\x20failed':'Export\x20dokumentu\x20vo\x20formáte\x20Word\x20zlyhal','Word\x20document\x20export\x20successful':'Export\x20dokumentu\x20vo\x20formáte\x20Word\x20bol\x20úspešný','Exporting\x20Word\x20document':'Prebieha\x20export\x20dokumentu\x20vo\x20formáte\x20Word'},'getPluralForm':_0x4085aa=>_0x4085aa%0x1==0x0&&0x1==_0x4085aa?0x0:_0x4085aa%0x1==0x0&&_0x4085aa>=0x2&&_0x4085aa<=0x4?0x1:_0x4085aa%0x1!=0x0?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5298fc=>{const {sk:{dictionary:_0x3c119c,getPluralForm:_0x48541d}}={'sk':{'dictionary':{'Export\x20to\x20Word':'Exportovať\x20do\x20Word\x20súboru','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Pri\x20generovaní\x20Word\x20súboru\x20sa\x20vyskytla\x20chyba.','Word\x20document\x20export\x20started':'Export\x20dokumentu\x20vo\x20formáte\x20Word\x20začal','Word\x20document\x20export\x20failed':'Export\x20dokumentu\x20vo\x20formáte\x20Word\x20zlyhal','Word\x20document\x20export\x20successful':'Export\x20dokumentu\x20vo\x20formáte\x20Word\x20bol\x20úspešný','Exporting\x20Word\x20document':'Prebieha\x20export\x20dokumentu\x20vo\x20formáte\x20Word'},'getPluralForm':_0x4a2361=>_0x4a2361%0x1==0x0&&0x1==_0x4a2361?0x0:_0x4a2361%0x1==0x0&&_0x4a2361>=0x2&&_0x4a2361<=0x4?0x1:_0x4a2361%0x1!=0x0?0x2:0x3}};_0x5298fc['sk']||={'dictionary':{},'getPluralForm':null},_0x5298fc['sk']['dictionary']=Object['assign'](_0x5298fc['sk']['dictionary'],_0x3c119c),_0x5298fc['sk']['getPluralForm']=_0x48541d;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4c96c7=>{const {sk:{dictionary:_0x4dd0bf,getPluralForm:_0x2554b1}}={'sk':{'dictionary':{'Export\x20to\x20Word':'Exportovať\x20do\x20Word\x20súboru','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Pri\x20generovaní\x20Word\x20súboru\x20sa\x20vyskytla\x20chyba.','Word\x20document\x20export\x20started':'Export\x20dokumentu\x20vo\x20formáte\x20Word\x20začal','Word\x20document\x20export\x20failed':'Export\x20dokumentu\x20vo\x20formáte\x20Word\x20zlyhal','Word\x20document\x20export\x20successful':'Export\x20dokumentu\x20vo\x20formáte\x20Word\x20bol\x20úspešný','Exporting\x20Word\x20document':'Prebieha\x20export\x20dokumentu\x20vo\x20formáte\x20Word'},'getPluralForm':_0x14a11e=>_0x14a11e%0x1==0x0&&0x1==_0x14a11e?0x0:_0x14a11e%0x1==0x0&&_0x14a11e>=0x2&&_0x14a11e<=0x4?0x1:_0x14a11e%0x1!=0x0?0x2:0x3}};_0x4c96c7['sk']||={'dictionary':{},'getPluralForm':null},_0x4c96c7['sk']['dictionary']=Object['assign'](_0x4c96c7['sk']['dictionary'],_0x4dd0bf),_0x4c96c7['sk']['getPluralForm']=_0x2554b1;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'sr-latn':{'dictionary':{'Export\x20to\x20Word':'Eksportuj\x20u\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Došlo\x20je\x20do\x20greške\x20pri\x20generisanju\x20Word\x20datoteke.','Word\x20document\x20export\x20started':'','Word\x20document\x20export\x20failed':'','Word\x20document\x20export\x20successful':'','Exporting\x20Word\x20document':''},'getPluralForm':_0x58b6e5=>_0x58b6e5%0xa==0x1&&_0x58b6e5%0x64!=0xb?0x0:_0x58b6e5%0xa>=0x2&&_0x58b6e5%0xa<=0x4&&(_0x58b6e5%0x64<0xa||_0x58b6e5%0x64>=0x14)?0x1:0x2}};
23
+ export default{'sr-latn':{'dictionary':{'Export\x20to\x20Word':'Eksportuj\x20u\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Došlo\x20je\x20do\x20greške\x20pri\x20generisanju\x20Word\x20datoteke.','Word\x20document\x20export\x20started':'','Word\x20document\x20export\x20failed':'','Word\x20document\x20export\x20successful':'','Exporting\x20Word\x20document':''},'getPluralForm':_0x19a9de=>_0x19a9de%0xa==0x1&&_0x19a9de%0x64!=0xb?0x0:_0x19a9de%0xa>=0x2&&_0x19a9de%0xa<=0x4&&(_0x19a9de%0x64<0xa||_0x19a9de%0x64>=0x14)?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5d5e15=>{const {'sr-latn':{dictionary:_0x144999,getPluralForm:_0x1a1532}}={'sr-latn':{'dictionary':{'Export\x20to\x20Word':'Eksportuj\x20u\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Došlo\x20je\x20do\x20greške\x20pri\x20generisanju\x20Word\x20datoteke.','Word\x20document\x20export\x20started':'','Word\x20document\x20export\x20failed':'','Word\x20document\x20export\x20successful':'','Exporting\x20Word\x20document':''},'getPluralForm':_0x1b4983=>_0x1b4983%0xa==0x1&&_0x1b4983%0x64!=0xb?0x0:_0x1b4983%0xa>=0x2&&_0x1b4983%0xa<=0x4&&(_0x1b4983%0x64<0xa||_0x1b4983%0x64>=0x14)?0x1:0x2}};_0x5d5e15['sr-latn']||={'dictionary':{},'getPluralForm':null},_0x5d5e15['sr-latn']['dictionary']=Object['assign'](_0x5d5e15['sr-latn']['dictionary'],_0x144999),_0x5d5e15['sr-latn']['getPluralForm']=_0x1a1532;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x9b193=>{const {'sr-latn':{dictionary:_0x3712bb,getPluralForm:_0x53e0c2}}={'sr-latn':{'dictionary':{'Export\x20to\x20Word':'Eksportuj\x20u\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Došlo\x20je\x20do\x20greške\x20pri\x20generisanju\x20Word\x20datoteke.','Word\x20document\x20export\x20started':'','Word\x20document\x20export\x20failed':'','Word\x20document\x20export\x20successful':'','Exporting\x20Word\x20document':''},'getPluralForm':_0x3f6fb7=>_0x3f6fb7%0xa==0x1&&_0x3f6fb7%0x64!=0xb?0x0:_0x3f6fb7%0xa>=0x2&&_0x3f6fb7%0xa<=0x4&&(_0x3f6fb7%0x64<0xa||_0x3f6fb7%0x64>=0x14)?0x1:0x2}};_0x9b193['sr-latn']||={'dictionary':{},'getPluralForm':null},_0x9b193['sr-latn']['dictionary']=Object['assign'](_0x9b193['sr-latn']['dictionary'],_0x3712bb),_0x9b193['sr-latn']['getPluralForm']=_0x53e0c2;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'sr':{'dictionary':{'Export\x20to\x20Word':'Експортуј\x20у\x20Ворд','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Дошло\x20је\x20до\x20грешке\x20при\x20генерисању\x20Ворд\x20датотеке.','Word\x20document\x20export\x20started':'Počeo\x20je\x20izvoz\x20Word\x20dokumenta','Word\x20document\x20export\x20failed':'Izvoz\x20Word\x20dokumenta\x20nije\x20uspeo','Word\x20document\x20export\x20successful':'Izvoz\x20Word\x20dokumenta\x20je\x20uspeo','Exporting\x20Word\x20document':'Izvoz\x20Word\x20dokumenta'},'getPluralForm':_0xbaedeb=>_0xbaedeb%0xa==0x1&&_0xbaedeb%0x64!=0xb?0x0:_0xbaedeb%0xa>=0x2&&_0xbaedeb%0xa<=0x4&&(_0xbaedeb%0x64<0xa||_0xbaedeb%0x64>=0x14)?0x1:0x2}};
23
+ export default{'sr':{'dictionary':{'Export\x20to\x20Word':'Експортуј\x20у\x20Ворд','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Дошло\x20је\x20до\x20грешке\x20при\x20генерисању\x20Ворд\x20датотеке.','Word\x20document\x20export\x20started':'Počeo\x20je\x20izvoz\x20Word\x20dokumenta','Word\x20document\x20export\x20failed':'Izvoz\x20Word\x20dokumenta\x20nije\x20uspeo','Word\x20document\x20export\x20successful':'Izvoz\x20Word\x20dokumenta\x20je\x20uspeo','Exporting\x20Word\x20document':'Izvoz\x20Word\x20dokumenta'},'getPluralForm':_0x419071=>_0x419071%0xa==0x1&&_0x419071%0x64!=0xb?0x0:_0x419071%0xa>=0x2&&_0x419071%0xa<=0x4&&(_0x419071%0x64<0xa||_0x419071%0x64>=0x14)?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x47e2be=>{const {sr:{dictionary:_0x4aad5c,getPluralForm:_0x2dc277}}={'sr':{'dictionary':{'Export\x20to\x20Word':'Експортуј\x20у\x20Ворд','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Дошло\x20је\x20до\x20грешке\x20при\x20генерисању\x20Ворд\x20датотеке.','Word\x20document\x20export\x20started':'Počeo\x20je\x20izvoz\x20Word\x20dokumenta','Word\x20document\x20export\x20failed':'Izvoz\x20Word\x20dokumenta\x20nije\x20uspeo','Word\x20document\x20export\x20successful':'Izvoz\x20Word\x20dokumenta\x20je\x20uspeo','Exporting\x20Word\x20document':'Izvoz\x20Word\x20dokumenta'},'getPluralForm':_0x2ddbb5=>_0x2ddbb5%0xa==0x1&&_0x2ddbb5%0x64!=0xb?0x0:_0x2ddbb5%0xa>=0x2&&_0x2ddbb5%0xa<=0x4&&(_0x2ddbb5%0x64<0xa||_0x2ddbb5%0x64>=0x14)?0x1:0x2}};_0x47e2be['sr']||={'dictionary':{},'getPluralForm':null},_0x47e2be['sr']['dictionary']=Object['assign'](_0x47e2be['sr']['dictionary'],_0x4aad5c),_0x47e2be['sr']['getPluralForm']=_0x2dc277;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4c85dc=>{const {sr:{dictionary:_0x1b2eb1,getPluralForm:_0x51a7d8}}={'sr':{'dictionary':{'Export\x20to\x20Word':'Експортуј\x20у\x20Ворд','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Дошло\x20је\x20до\x20грешке\x20при\x20генерисању\x20Ворд\x20датотеке.','Word\x20document\x20export\x20started':'Počeo\x20je\x20izvoz\x20Word\x20dokumenta','Word\x20document\x20export\x20failed':'Izvoz\x20Word\x20dokumenta\x20nije\x20uspeo','Word\x20document\x20export\x20successful':'Izvoz\x20Word\x20dokumenta\x20je\x20uspeo','Exporting\x20Word\x20document':'Izvoz\x20Word\x20dokumenta'},'getPluralForm':_0x27a173=>_0x27a173%0xa==0x1&&_0x27a173%0x64!=0xb?0x0:_0x27a173%0xa>=0x2&&_0x27a173%0xa<=0x4&&(_0x27a173%0x64<0xa||_0x27a173%0x64>=0x14)?0x1:0x2}};_0x4c85dc['sr']||={'dictionary':{},'getPluralForm':null},_0x4c85dc['sr']['dictionary']=Object['assign'](_0x4c85dc['sr']['dictionary'],_0x1b2eb1),_0x4c85dc['sr']['getPluralForm']=_0x51a7d8;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'sv':{'dictionary':{'Export\x20to\x20Word':'Exportera\x20till\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Ett\x20fel\x20uppstod\x20medan\x20Wordfilen\x20skapades.','Word\x20document\x20export\x20started':'Export\x20av\x20Worddokument\x20påbörjad','Word\x20document\x20export\x20failed':'Export\x20av\x20Worddokument\x20misslyckades','Word\x20document\x20export\x20successful':'Export\x20av\x20Worddokument\x20klar','Exporting\x20Word\x20document':'Exporterar\x20Worddokument'},'getPluralForm':_0x275c05=>0x1!=_0x275c05}};
23
+ export default{'sv':{'dictionary':{'Export\x20to\x20Word':'Exportera\x20till\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Ett\x20fel\x20uppstod\x20medan\x20Wordfilen\x20skapades.','Word\x20document\x20export\x20started':'Export\x20av\x20Worddokument\x20påbörjad','Word\x20document\x20export\x20failed':'Export\x20av\x20Worddokument\x20misslyckades','Word\x20document\x20export\x20successful':'Export\x20av\x20Worddokument\x20klar','Exporting\x20Word\x20document':'Exporterar\x20Worddokument'},'getPluralForm':_0x310773=>0x1!=_0x310773}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x1ce194=>{const {sv:{dictionary:_0x14849f,getPluralForm:_0x1c7b81}}={'sv':{'dictionary':{'Export\x20to\x20Word':'Exportera\x20till\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Ett\x20fel\x20uppstod\x20medan\x20Wordfilen\x20skapades.','Word\x20document\x20export\x20started':'Export\x20av\x20Worddokument\x20påbörjad','Word\x20document\x20export\x20failed':'Export\x20av\x20Worddokument\x20misslyckades','Word\x20document\x20export\x20successful':'Export\x20av\x20Worddokument\x20klar','Exporting\x20Word\x20document':'Exporterar\x20Worddokument'},'getPluralForm':_0x417cdf=>0x1!=_0x417cdf}};_0x1ce194['sv']||={'dictionary':{},'getPluralForm':null},_0x1ce194['sv']['dictionary']=Object['assign'](_0x1ce194['sv']['dictionary'],_0x14849f),_0x1ce194['sv']['getPluralForm']=_0x1c7b81;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x47f9d2=>{const {sv:{dictionary:_0x2680bb,getPluralForm:_0x5e4b9c}}={'sv':{'dictionary':{'Export\x20to\x20Word':'Exportera\x20till\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Ett\x20fel\x20uppstod\x20medan\x20Wordfilen\x20skapades.','Word\x20document\x20export\x20started':'Export\x20av\x20Worddokument\x20påbörjad','Word\x20document\x20export\x20failed':'Export\x20av\x20Worddokument\x20misslyckades','Word\x20document\x20export\x20successful':'Export\x20av\x20Worddokument\x20klar','Exporting\x20Word\x20document':'Exporterar\x20Worddokument'},'getPluralForm':_0x2fc389=>0x1!=_0x2fc389}};_0x47f9d2['sv']||={'dictionary':{},'getPluralForm':null},_0x47f9d2['sv']['dictionary']=Object['assign'](_0x47f9d2['sv']['dictionary'],_0x2680bb),_0x47f9d2['sv']['getPluralForm']=_0x5e4b9c;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'th':{'dictionary':{'Export\x20to\x20Word':'ส่งออกไปที่\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'เกิดข้อผิดพลาดขณะสร้างไฟล์\x20Word','Word\x20document\x20export\x20started':'เริ่มการส่งออกเอกสาร\x20Word\x20แล้ว','Word\x20document\x20export\x20failed':'ส่งออกเอกสาร\x20Word\x20ไม่สำเร็จ','Word\x20document\x20export\x20successful':'ส่งออกเอกสาร\x20Word\x20สำเร็จ','Exporting\x20Word\x20document':'กำลังส่งออกเอกสาร\x20Word'},'getPluralForm':_0x307785=>0x0}};
23
+ export default{'th':{'dictionary':{'Export\x20to\x20Word':'ส่งออกไปที่\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'เกิดข้อผิดพลาดขณะสร้างไฟล์\x20Word','Word\x20document\x20export\x20started':'เริ่มการส่งออกเอกสาร\x20Word\x20แล้ว','Word\x20document\x20export\x20failed':'ส่งออกเอกสาร\x20Word\x20ไม่สำเร็จ','Word\x20document\x20export\x20successful':'ส่งออกเอกสาร\x20Word\x20สำเร็จ','Exporting\x20Word\x20document':'กำลังส่งออกเอกสาร\x20Word'},'getPluralForm':_0x2fd7e1=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x46c298=>{const {th:{dictionary:_0x52d493,getPluralForm:_0xa86cf}}={'th':{'dictionary':{'Export\x20to\x20Word':'ส่งออกไปที่\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'เกิดข้อผิดพลาดขณะสร้างไฟล์\x20Word','Word\x20document\x20export\x20started':'เริ่มการส่งออกเอกสาร\x20Word\x20แล้ว','Word\x20document\x20export\x20failed':'ส่งออกเอกสาร\x20Word\x20ไม่สำเร็จ','Word\x20document\x20export\x20successful':'ส่งออกเอกสาร\x20Word\x20สำเร็จ','Exporting\x20Word\x20document':'กำลังส่งออกเอกสาร\x20Word'},'getPluralForm':_0x30c174=>0x0}};_0x46c298['th']||={'dictionary':{},'getPluralForm':null},_0x46c298['th']['dictionary']=Object['assign'](_0x46c298['th']['dictionary'],_0x52d493),_0x46c298['th']['getPluralForm']=_0xa86cf;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4d7bcf=>{const {th:{dictionary:_0x535195,getPluralForm:_0x356b60}}={'th':{'dictionary':{'Export\x20to\x20Word':'ส่งออกไปที่\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'เกิดข้อผิดพลาดขณะสร้างไฟล์\x20Word','Word\x20document\x20export\x20started':'เริ่มการส่งออกเอกสาร\x20Word\x20แล้ว','Word\x20document\x20export\x20failed':'ส่งออกเอกสาร\x20Word\x20ไม่สำเร็จ','Word\x20document\x20export\x20successful':'ส่งออกเอกสาร\x20Word\x20สำเร็จ','Exporting\x20Word\x20document':'กำลังส่งออกเอกสาร\x20Word'},'getPluralForm':_0x8e9ed5=>0x0}};_0x4d7bcf['th']||={'dictionary':{},'getPluralForm':null},_0x4d7bcf['th']['dictionary']=Object['assign'](_0x4d7bcf['th']['dictionary'],_0x535195),_0x4d7bcf['th']['getPluralForm']=_0x356b60;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'tr':{'dictionary':{'Export\x20to\x20Word':'Word\x27e\x20çıkar','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Word\x20dosyası\x20oluşturulurken\x20bir\x20hata\x20oluştu.','Word\x20document\x20export\x20started':'Word\x20belgesi\x20dışa\x20aktarımı\x20başladı','Word\x20document\x20export\x20failed':'Word\x20belgesi\x20dışa\x20aktarılamadı','Word\x20document\x20export\x20successful':'Word\x20belgesi\x20dışa\x20aktarımı\x20başarılı','Exporting\x20Word\x20document':'Word\x20belgesi\x20dışa\x20aktarılıyor'},'getPluralForm':_0x20911f=>_0x20911f>0x1}};
23
+ export default{'tr':{'dictionary':{'Export\x20to\x20Word':'Word\x27e\x20çıkar','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Word\x20dosyası\x20oluşturulurken\x20bir\x20hata\x20oluştu.','Word\x20document\x20export\x20started':'Word\x20belgesi\x20dışa\x20aktarımı\x20başladı','Word\x20document\x20export\x20failed':'Word\x20belgesi\x20dışa\x20aktarılamadı','Word\x20document\x20export\x20successful':'Word\x20belgesi\x20dışa\x20aktarımı\x20başarılı','Exporting\x20Word\x20document':'Word\x20belgesi\x20dışa\x20aktarılıyor'},'getPluralForm':_0x33101e=>_0x33101e>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x499ce9=>{const {tr:{dictionary:_0x640319,getPluralForm:_0x580b1c}}={'tr':{'dictionary':{'Export\x20to\x20Word':'Word\x27e\x20çıkar','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Word\x20dosyası\x20oluşturulurken\x20bir\x20hata\x20oluştu.','Word\x20document\x20export\x20started':'Word\x20belgesi\x20dışa\x20aktarımı\x20başladı','Word\x20document\x20export\x20failed':'Word\x20belgesi\x20dışa\x20aktarılamadı','Word\x20document\x20export\x20successful':'Word\x20belgesi\x20dışa\x20aktarımı\x20başarılı','Exporting\x20Word\x20document':'Word\x20belgesi\x20dışa\x20aktarılıyor'},'getPluralForm':_0xf7eaaa=>_0xf7eaaa>0x1}};_0x499ce9['tr']||={'dictionary':{},'getPluralForm':null},_0x499ce9['tr']['dictionary']=Object['assign'](_0x499ce9['tr']['dictionary'],_0x640319),_0x499ce9['tr']['getPluralForm']=_0x580b1c;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x201be4=>{const {tr:{dictionary:_0x22cb5c,getPluralForm:_0x36585c}}={'tr':{'dictionary':{'Export\x20to\x20Word':'Word\x27e\x20çıkar','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Word\x20dosyası\x20oluşturulurken\x20bir\x20hata\x20oluştu.','Word\x20document\x20export\x20started':'Word\x20belgesi\x20dışa\x20aktarımı\x20başladı','Word\x20document\x20export\x20failed':'Word\x20belgesi\x20dışa\x20aktarılamadı','Word\x20document\x20export\x20successful':'Word\x20belgesi\x20dışa\x20aktarımı\x20başarılı','Exporting\x20Word\x20document':'Word\x20belgesi\x20dışa\x20aktarılıyor'},'getPluralForm':_0x1a68fb=>_0x1a68fb>0x1}};_0x201be4['tr']||={'dictionary':{},'getPluralForm':null},_0x201be4['tr']['dictionary']=Object['assign'](_0x201be4['tr']['dictionary'],_0x22cb5c),_0x201be4['tr']['getPluralForm']=_0x36585c;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'ug':{'dictionary':{'Export\x20to\x20Word':'Word\x20قا\x20چىقار','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Word\x20ھۆججەتكە\x20چىقىرىۋاتقاندا\x20بىر\x20خاتالىق\x20كۆرۈلدى.','Word\x20document\x20export\x20started':'','Word\x20document\x20export\x20failed':'','Word\x20document\x20export\x20successful':'','Exporting\x20Word\x20document':''},'getPluralForm':_0x18e732=>0x1!=_0x18e732}};
23
+ export default{'ug':{'dictionary':{'Export\x20to\x20Word':'Word\x20قا\x20چىقار','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Word\x20ھۆججەتكە\x20چىقىرىۋاتقاندا\x20بىر\x20خاتالىق\x20كۆرۈلدى.','Word\x20document\x20export\x20started':'','Word\x20document\x20export\x20failed':'','Word\x20document\x20export\x20successful':'','Exporting\x20Word\x20document':''},'getPluralForm':_0x3b927e=>0x1!=_0x3b927e}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x58c288=>{const {ug:{dictionary:_0x4ac817,getPluralForm:_0x3c8272}}={'ug':{'dictionary':{'Export\x20to\x20Word':'Word\x20قا\x20چىقار','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Word\x20ھۆججەتكە\x20چىقىرىۋاتقاندا\x20بىر\x20خاتالىق\x20كۆرۈلدى.','Word\x20document\x20export\x20started':'','Word\x20document\x20export\x20failed':'','Word\x20document\x20export\x20successful':'','Exporting\x20Word\x20document':''},'getPluralForm':_0x19b30e=>0x1!=_0x19b30e}};_0x58c288['ug']||={'dictionary':{},'getPluralForm':null},_0x58c288['ug']['dictionary']=Object['assign'](_0x58c288['ug']['dictionary'],_0x4ac817),_0x58c288['ug']['getPluralForm']=_0x3c8272;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x27d4f3=>{const {ug:{dictionary:_0x395eca,getPluralForm:_0x2a3f}}={'ug':{'dictionary':{'Export\x20to\x20Word':'Word\x20قا\x20چىقار','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Word\x20ھۆججەتكە\x20چىقىرىۋاتقاندا\x20بىر\x20خاتالىق\x20كۆرۈلدى.','Word\x20document\x20export\x20started':'','Word\x20document\x20export\x20failed':'','Word\x20document\x20export\x20successful':'','Exporting\x20Word\x20document':''},'getPluralForm':_0x11dde1=>0x1!=_0x11dde1}};_0x27d4f3['ug']||={'dictionary':{},'getPluralForm':null},_0x27d4f3['ug']['dictionary']=Object['assign'](_0x27d4f3['ug']['dictionary'],_0x395eca),_0x27d4f3['ug']['getPluralForm']=_0x2a3f;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'uk':{'dictionary':{'Export\x20to\x20Word':'Експортувати\x20в\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Під\x20час\x20створення\x20Word\x20файлу\x20сталася\x20помилка.','Word\x20document\x20export\x20started':'Розпочато\x20експорт\x20документа\x20Word','Word\x20document\x20export\x20failed':'Не\x20вдалось\x20експортувати\x20документ\x20Word','Word\x20document\x20export\x20successful':'Документ\x20Word\x20успішно\x20експортовано','Exporting\x20Word\x20document':'Експорт\x20документа\x20Word'},'getPluralForm':_0x43230c=>_0x43230c%0x1==0x0&&_0x43230c%0xa==0x1&&_0x43230c%0x64!=0xb?0x0:_0x43230c%0x1==0x0&&_0x43230c%0xa>=0x2&&_0x43230c%0xa<=0x4&&(_0x43230c%0x64<0xc||_0x43230c%0x64>0xe)?0x1:_0x43230c%0x1==0x0&&(_0x43230c%0xa==0x0||_0x43230c%0xa>=0x5&&_0x43230c%0xa<=0x9||_0x43230c%0x64>=0xb&&_0x43230c%0x64<=0xe)?0x2:0x3}};
23
+ export default{'uk':{'dictionary':{'Export\x20to\x20Word':'Експортувати\x20в\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Під\x20час\x20створення\x20Word\x20файлу\x20сталася\x20помилка.','Word\x20document\x20export\x20started':'Розпочато\x20експорт\x20документа\x20Word','Word\x20document\x20export\x20failed':'Не\x20вдалось\x20експортувати\x20документ\x20Word','Word\x20document\x20export\x20successful':'Документ\x20Word\x20успішно\x20експортовано','Exporting\x20Word\x20document':'Експорт\x20документа\x20Word'},'getPluralForm':_0x16bf13=>_0x16bf13%0x1==0x0&&_0x16bf13%0xa==0x1&&_0x16bf13%0x64!=0xb?0x0:_0x16bf13%0x1==0x0&&_0x16bf13%0xa>=0x2&&_0x16bf13%0xa<=0x4&&(_0x16bf13%0x64<0xc||_0x16bf13%0x64>0xe)?0x1:_0x16bf13%0x1==0x0&&(_0x16bf13%0xa==0x0||_0x16bf13%0xa>=0x5&&_0x16bf13%0xa<=0x9||_0x16bf13%0x64>=0xb&&_0x16bf13%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4a8dd3=>{const {uk:{dictionary:_0x4a6e84,getPluralForm:_0xb2313a}}={'uk':{'dictionary':{'Export\x20to\x20Word':'Експортувати\x20в\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Під\x20час\x20створення\x20Word\x20файлу\x20сталася\x20помилка.','Word\x20document\x20export\x20started':'Розпочато\x20експорт\x20документа\x20Word','Word\x20document\x20export\x20failed':'Не\x20вдалось\x20експортувати\x20документ\x20Word','Word\x20document\x20export\x20successful':'Документ\x20Word\x20успішно\x20експортовано','Exporting\x20Word\x20document':'Експорт\x20документа\x20Word'},'getPluralForm':_0x3d47c5=>_0x3d47c5%0x1==0x0&&_0x3d47c5%0xa==0x1&&_0x3d47c5%0x64!=0xb?0x0:_0x3d47c5%0x1==0x0&&_0x3d47c5%0xa>=0x2&&_0x3d47c5%0xa<=0x4&&(_0x3d47c5%0x64<0xc||_0x3d47c5%0x64>0xe)?0x1:_0x3d47c5%0x1==0x0&&(_0x3d47c5%0xa==0x0||_0x3d47c5%0xa>=0x5&&_0x3d47c5%0xa<=0x9||_0x3d47c5%0x64>=0xb&&_0x3d47c5%0x64<=0xe)?0x2:0x3}};_0x4a8dd3['uk']||={'dictionary':{},'getPluralForm':null},_0x4a8dd3['uk']['dictionary']=Object['assign'](_0x4a8dd3['uk']['dictionary'],_0x4a6e84),_0x4a8dd3['uk']['getPluralForm']=_0xb2313a;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4f76bc=>{const {uk:{dictionary:_0x35f1e8,getPluralForm:_0x5cd9a6}}={'uk':{'dictionary':{'Export\x20to\x20Word':'Експортувати\x20в\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Під\x20час\x20створення\x20Word\x20файлу\x20сталася\x20помилка.','Word\x20document\x20export\x20started':'Розпочато\x20експорт\x20документа\x20Word','Word\x20document\x20export\x20failed':'Не\x20вдалось\x20експортувати\x20документ\x20Word','Word\x20document\x20export\x20successful':'Документ\x20Word\x20успішно\x20експортовано','Exporting\x20Word\x20document':'Експорт\x20документа\x20Word'},'getPluralForm':_0x9a8e3e=>_0x9a8e3e%0x1==0x0&&_0x9a8e3e%0xa==0x1&&_0x9a8e3e%0x64!=0xb?0x0:_0x9a8e3e%0x1==0x0&&_0x9a8e3e%0xa>=0x2&&_0x9a8e3e%0xa<=0x4&&(_0x9a8e3e%0x64<0xc||_0x9a8e3e%0x64>0xe)?0x1:_0x9a8e3e%0x1==0x0&&(_0x9a8e3e%0xa==0x0||_0x9a8e3e%0xa>=0x5&&_0x9a8e3e%0xa<=0x9||_0x9a8e3e%0x64>=0xb&&_0x9a8e3e%0x64<=0xe)?0x2:0x3}};_0x4f76bc['uk']||={'dictionary':{},'getPluralForm':null},_0x4f76bc['uk']['dictionary']=Object['assign'](_0x4f76bc['uk']['dictionary'],_0x35f1e8),_0x4f76bc['uk']['getPluralForm']=_0x5cd9a6;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'ur':{'dictionary':{'Export\x20to\x20Word':'ورڈ\x20دستاویز\x20برآمد','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'ورڈ\x20دستاویز\x20بناننے\x20میں\x20نقص\x20واقع\x20ہوا۔','Word\x20document\x20export\x20started':'','Word\x20document\x20export\x20failed':'','Word\x20document\x20export\x20successful':'','Exporting\x20Word\x20document':''},'getPluralForm':_0x3de15a=>0x1!=_0x3de15a}};
23
+ export default{'ur':{'dictionary':{'Export\x20to\x20Word':'ورڈ\x20دستاویز\x20برآمد','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'ورڈ\x20دستاویز\x20بناننے\x20میں\x20نقص\x20واقع\x20ہوا۔','Word\x20document\x20export\x20started':'','Word\x20document\x20export\x20failed':'','Word\x20document\x20export\x20successful':'','Exporting\x20Word\x20document':''},'getPluralForm':_0x4be386=>0x1!=_0x4be386}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x169567=>{const {ur:{dictionary:_0x49877e,getPluralForm:_0x10b8aa}}={'ur':{'dictionary':{'Export\x20to\x20Word':'ورڈ\x20دستاویز\x20برآمد','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'ورڈ\x20دستاویز\x20بناننے\x20میں\x20نقص\x20واقع\x20ہوا۔','Word\x20document\x20export\x20started':'','Word\x20document\x20export\x20failed':'','Word\x20document\x20export\x20successful':'','Exporting\x20Word\x20document':''},'getPluralForm':_0x43f87c=>0x1!=_0x43f87c}};_0x169567['ur']||={'dictionary':{},'getPluralForm':null},_0x169567['ur']['dictionary']=Object['assign'](_0x169567['ur']['dictionary'],_0x49877e),_0x169567['ur']['getPluralForm']=_0x10b8aa;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x39e20c=>{const {ur:{dictionary:_0x49be40,getPluralForm:_0x4ade5f}}={'ur':{'dictionary':{'Export\x20to\x20Word':'ورڈ\x20دستاویز\x20برآمد','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'ورڈ\x20دستاویز\x20بناننے\x20میں\x20نقص\x20واقع\x20ہوا۔','Word\x20document\x20export\x20started':'','Word\x20document\x20export\x20failed':'','Word\x20document\x20export\x20successful':'','Exporting\x20Word\x20document':''},'getPluralForm':_0xac367a=>0x1!=_0xac367a}};_0x39e20c['ur']||={'dictionary':{},'getPluralForm':null},_0x39e20c['ur']['dictionary']=Object['assign'](_0x39e20c['ur']['dictionary'],_0x49be40),_0x39e20c['ur']['getPluralForm']=_0x4ade5f;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'vi':{'dictionary':{'Export\x20to\x20Word':'Xuất\x20ra\x20định\x20dạng\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Đã\x20xảy\x20ra\x20lỗi\x20khi\x20tạo\x20tệp\x20Word.','Word\x20document\x20export\x20started':'Đã\x20bắt\x20đầu\x20xuất\x20tài\x20liệu\x20Word','Word\x20document\x20export\x20failed':'Không\x20xuất\x20được\x20tài\x20liệu\x20Word','Word\x20document\x20export\x20successful':'Đã\x20xuất\x20tài\x20liệu\x20Word\x20thành\x20công','Exporting\x20Word\x20document':'Đang\x20xuất\x20tài\x20liệu\x20Word'},'getPluralForm':_0x3d375c=>0x0}};
23
+ export default{'vi':{'dictionary':{'Export\x20to\x20Word':'Xuất\x20ra\x20định\x20dạng\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Đã\x20xảy\x20ra\x20lỗi\x20khi\x20tạo\x20tệp\x20Word.','Word\x20document\x20export\x20started':'Đã\x20bắt\x20đầu\x20xuất\x20tài\x20liệu\x20Word','Word\x20document\x20export\x20failed':'Không\x20xuất\x20được\x20tài\x20liệu\x20Word','Word\x20document\x20export\x20successful':'Đã\x20xuất\x20tài\x20liệu\x20Word\x20thành\x20công','Exporting\x20Word\x20document':'Đang\x20xuất\x20tài\x20liệu\x20Word'},'getPluralForm':_0x3175bb=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x553e82=>{const {vi:{dictionary:_0x52e481,getPluralForm:_0x4279d8}}={'vi':{'dictionary':{'Export\x20to\x20Word':'Xuất\x20ra\x20định\x20dạng\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Đã\x20xảy\x20ra\x20lỗi\x20khi\x20tạo\x20tệp\x20Word.','Word\x20document\x20export\x20started':'Đã\x20bắt\x20đầu\x20xuất\x20tài\x20liệu\x20Word','Word\x20document\x20export\x20failed':'Không\x20xuất\x20được\x20tài\x20liệu\x20Word','Word\x20document\x20export\x20successful':'Đã\x20xuất\x20tài\x20liệu\x20Word\x20thành\x20công','Exporting\x20Word\x20document':'Đang\x20xuất\x20tài\x20liệu\x20Word'},'getPluralForm':_0x3b98bb=>0x0}};_0x553e82['vi']||={'dictionary':{},'getPluralForm':null},_0x553e82['vi']['dictionary']=Object['assign'](_0x553e82['vi']['dictionary'],_0x52e481),_0x553e82['vi']['getPluralForm']=_0x4279d8;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5bc204=>{const {vi:{dictionary:_0x3d78cd,getPluralForm:_0x5f170e}}={'vi':{'dictionary':{'Export\x20to\x20Word':'Xuất\x20ra\x20định\x20dạng\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Đã\x20xảy\x20ra\x20lỗi\x20khi\x20tạo\x20tệp\x20Word.','Word\x20document\x20export\x20started':'Đã\x20bắt\x20đầu\x20xuất\x20tài\x20liệu\x20Word','Word\x20document\x20export\x20failed':'Không\x20xuất\x20được\x20tài\x20liệu\x20Word','Word\x20document\x20export\x20successful':'Đã\x20xuất\x20tài\x20liệu\x20Word\x20thành\x20công','Exporting\x20Word\x20document':'Đang\x20xuất\x20tài\x20liệu\x20Word'},'getPluralForm':_0x2f3b5d=>0x0}};_0x5bc204['vi']||={'dictionary':{},'getPluralForm':null},_0x5bc204['vi']['dictionary']=Object['assign'](_0x5bc204['vi']['dictionary'],_0x3d78cd),_0x5bc204['vi']['getPluralForm']=_0x5f170e;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'zh-cn':{'dictionary':{'Export\x20to\x20Word':'导出Word文档','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'生成Word文档时发生了异常。','Word\x20document\x20export\x20started':'Word\x20文档导出开始','Word\x20document\x20export\x20failed':'Word\x20文档导出失败','Word\x20document\x20export\x20successful':'Word\x20文档导出成功','Exporting\x20Word\x20document':'正在导出\x20Word\x20文档'},'getPluralForm':_0x357272=>0x0}};
23
+ export default{'zh-cn':{'dictionary':{'Export\x20to\x20Word':'导出Word文档','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'生成Word文档时发生了异常。','Word\x20document\x20export\x20started':'Word\x20文档导出开始','Word\x20document\x20export\x20failed':'Word\x20文档导出失败','Word\x20document\x20export\x20successful':'Word\x20文档导出成功','Exporting\x20Word\x20document':'正在导出\x20Word\x20文档'},'getPluralForm':_0x7eb023=>0x0}};