@ckeditor/ckeditor5-export-word 43.1.0 → 43.1.1

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 (100) hide show
  1. package/build/export-word.js +1 -1
  2. package/dist/index.js +1 -1
  3. package/dist/translations/ar.js +1 -1
  4. package/dist/translations/ar.umd.js +1 -1
  5. package/dist/translations/bg.js +1 -1
  6. package/dist/translations/bg.umd.js +1 -1
  7. package/dist/translations/bn.js +1 -1
  8. package/dist/translations/bn.umd.js +1 -1
  9. package/dist/translations/ca.js +1 -1
  10. package/dist/translations/ca.umd.js +1 -1
  11. package/dist/translations/cs.js +1 -1
  12. package/dist/translations/cs.umd.js +1 -1
  13. package/dist/translations/da.js +1 -1
  14. package/dist/translations/da.umd.js +1 -1
  15. package/dist/translations/de.js +1 -1
  16. package/dist/translations/de.umd.js +1 -1
  17. package/dist/translations/el.js +1 -1
  18. package/dist/translations/el.umd.js +1 -1
  19. package/dist/translations/en-au.js +1 -1
  20. package/dist/translations/en-au.umd.js +1 -1
  21. package/dist/translations/en.umd.js +1 -1
  22. package/dist/translations/es.js +1 -1
  23. package/dist/translations/es.umd.js +1 -1
  24. package/dist/translations/et.js +1 -1
  25. package/dist/translations/et.umd.js +1 -1
  26. package/dist/translations/fi.js +1 -1
  27. package/dist/translations/fi.umd.js +1 -1
  28. package/dist/translations/fr.js +1 -1
  29. package/dist/translations/fr.umd.js +1 -1
  30. package/dist/translations/gl.js +1 -1
  31. package/dist/translations/gl.umd.js +1 -1
  32. package/dist/translations/he.js +1 -1
  33. package/dist/translations/he.umd.js +1 -1
  34. package/dist/translations/hi.js +1 -1
  35. package/dist/translations/hi.umd.js +1 -1
  36. package/dist/translations/hr.js +1 -1
  37. package/dist/translations/hr.umd.js +1 -1
  38. package/dist/translations/hu.js +1 -1
  39. package/dist/translations/hu.umd.js +1 -1
  40. package/dist/translations/id.js +1 -1
  41. package/dist/translations/id.umd.js +1 -1
  42. package/dist/translations/it.js +1 -1
  43. package/dist/translations/it.umd.js +1 -1
  44. package/dist/translations/ja.js +1 -1
  45. package/dist/translations/ja.umd.js +1 -1
  46. package/dist/translations/jv.js +1 -1
  47. package/dist/translations/jv.umd.js +1 -1
  48. package/dist/translations/ko.js +1 -1
  49. package/dist/translations/ko.umd.js +1 -1
  50. package/dist/translations/lt.js +1 -1
  51. package/dist/translations/lt.umd.js +1 -1
  52. package/dist/translations/lv.js +1 -1
  53. package/dist/translations/lv.umd.js +1 -1
  54. package/dist/translations/ms.js +1 -1
  55. package/dist/translations/ms.umd.js +1 -1
  56. package/dist/translations/nl.js +1 -1
  57. package/dist/translations/nl.umd.js +1 -1
  58. package/dist/translations/no.js +1 -1
  59. package/dist/translations/no.umd.js +1 -1
  60. package/dist/translations/pl.js +1 -1
  61. package/dist/translations/pl.umd.js +1 -1
  62. package/dist/translations/pt-br.js +1 -1
  63. package/dist/translations/pt-br.umd.js +1 -1
  64. package/dist/translations/pt.js +1 -1
  65. package/dist/translations/pt.umd.js +1 -1
  66. package/dist/translations/ro.js +1 -1
  67. package/dist/translations/ro.umd.js +1 -1
  68. package/dist/translations/ru.js +1 -1
  69. package/dist/translations/ru.umd.js +1 -1
  70. package/dist/translations/sk.js +1 -1
  71. package/dist/translations/sk.umd.js +1 -1
  72. package/dist/translations/sr-latn.js +1 -1
  73. package/dist/translations/sr-latn.umd.js +1 -1
  74. package/dist/translations/sr.js +1 -1
  75. package/dist/translations/sr.umd.js +1 -1
  76. package/dist/translations/sv.js +1 -1
  77. package/dist/translations/sv.umd.js +1 -1
  78. package/dist/translations/th.js +1 -1
  79. package/dist/translations/th.umd.js +1 -1
  80. package/dist/translations/tr.js +1 -1
  81. package/dist/translations/tr.umd.js +1 -1
  82. package/dist/translations/ug.js +1 -1
  83. package/dist/translations/ug.umd.js +1 -1
  84. package/dist/translations/uk.js +1 -1
  85. package/dist/translations/uk.umd.js +1 -1
  86. package/dist/translations/ur.js +1 -1
  87. package/dist/translations/ur.umd.js +1 -1
  88. package/dist/translations/vi.js +1 -1
  89. package/dist/translations/vi.umd.js +1 -1
  90. package/dist/translations/zh-cn.js +1 -1
  91. package/dist/translations/zh-cn.umd.js +1 -1
  92. package/dist/translations/zh.js +1 -1
  93. package/dist/translations/zh.umd.js +1 -1
  94. package/package.json +5 -5
  95. package/src/exportword.js +1 -1
  96. package/src/exportwordcommand.js +1 -1
  97. package/src/exportwordui.js +1 -1
  98. package/src/index.js +1 -1
  99. package/src/utils/common-translations.js +1 -1
  100. package/src/utils.js +1 -1
@@ -2,4 +2,4 @@
2
2
  /*!
3
3
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
4
4
  * For licensing, see LICENSE.md.
5
- */(()=>{var t={782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var o=e[r];if(void 0!==o)return o.exports;var s=e[r]={exports:{}};return t[r](s,s.exports,n),s.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{ExportWord:()=>b});var t=n(782),e=n(311),o=n(584);function s(){const t=c,e=[],n=[];for(const r of Array[t(494)](document[t(501)]))if(r[t(532)][t(533)](t(515)))for(const o of Array[t(494)](r[t(482)]))-1!==o[t(504)][t(507)](t(490))?e[t(509)](o[t(504)]):-1!==o[t(504)][t(507)](t(476))&&n[t(509)](o[t(504)]);return e[t(484)]||console[t(508)](t(485)),[...n,...e][t(478)](" ")[t(461)]()}function i(t,e={}){const n=c,r=t[n(470)][n(479)](n(489)),o=t[n(470)][n(479)](n(503)),s=t[n(470)][n(479)](n(475)),i=e;if(r&&o){const e=function(t){const e=c,n={};if(!t[e(484)])return n;for(const r of t)r[e(491)][e(516)]((t=>{const o=e;void 0===n[r.id]&&(n[r.id]=[]),n[r.id][o(509)]({author:t[o(460)][o(480)],content:t[o(523)],created:t[o(496)],is_resolved:r[o(520)]})}));return n}(t[n(470)][n(483)](n(503))[n(477)]({skipNotAttached:!0,skipEmpty:!0}));Object[n(529)](e)[n(484)]&&(i[n(491)]=e)}if(r&&s){const e=t[n(470)][n(483)](n(475)),r=t[n(470)][n(483)](n(489)),o=function(t,e){const n=c,r={};if(!t[n(484)]||!e[n(484)])return r;for(const{id:o,createdAt:s,authorId:i,attributes:c}of t){const t=c&&c[n(514)],a=t?t[n(474)]:e[n(483)](i)[n(480)];r[o]={author:a,created:s}}return r}(e[n(471)]({toJSON:!0}),r[n(517)]);Object[n(529)](o)[n(484)]&&(i[n(526)]=o)}return(i[n(526)]||i[n(491)])&&(i[n(521)]=(new(Intl[n(513)]))[n(495)]()[n(492)]),i}function c(t,e){const n=u();return(c=function(t,e){return n[t-=460]})(t,e)}function a(t,e={}){const n=c,r=t[n(470)][n(479)](n(489)),o=t[n(470)][n(479)](n(503)),s=t[n(470)][n(479)](n(475)),i=t[n(470)][n(479)](n(465)),a=t[n(530)][n(473)],u=e,d={};if(u[n(486)]=u[n(486)]||{},u[n(486)][n(502)]=u[n(486)][n(502)]||a,r&&o){const e=function(t){const e=c,n=[];if(!t[e(484)])return n;for(const r of t){const t=r[e(491)][e(516)]((t=>({author:t[e(460)][e(480)],content:t[e(523)],created_at:t[e(496)]})));n[e(509)]({thread_id:r.id,is_resolved:r[e(520)],comments:t})}return n}(t[n(470)][n(483)](n(503))[n(477)]({skipNotAttached:!0,skipEmpty:!0}));e[n(484)]&&(d[n(518)]=e)}if(r&&s){const e=t[n(470)][n(483)](n(475)),r=t[n(470)][n(483)](n(489)),o=function(t,e){const n=c;return t[n(484)]&&e[n(484)]?t[n(516)]((({id:t,createdAt:r,authorId:o,attributes:s})=>{const i=n,c=s&&s[i(514)];return{id:t,author:c?c[i(474)]:e[i(483)](o)[i(480)],created_at:r}})):[]}(e[n(471)]({toJSON:!0}),r[n(517)]);o[n(484)]&&(d[n(526)]=o)}if(i){const e=t[n(470)][n(483)](n(467)),r=e[n(524)],{prefix:o,suffix:s}=t[n(463)][n(483)](n(506));if(u[n(466)]={prefix:o,suffix:s},n(487)!==r){u[n(466)][n(500)]={};const t=n(462)===r?e[n(499)]():e[n(528)](r,!0);for(const r of Object[n(468)](t)){const[t,o]=r;u[n(466)][n(500)][t]=null!==o?o:e[n(493)](t)}}}return(d[n(518)]||d[n(526)])&&(u[n(521)]=(new(Intl[n(513)]))[n(495)]()[n(492)],u[n(511)]=d),u}function u(){const t=["cssRules","get","length","The editor stylesheet could not be found in the document. Check your webpack config – style-loader should use data-cke=true attribute for the editor stylesheet.","document","$labels","6589413OXiPKt","Users",".ck-content","comments","timeZone","getLabel","from","resolvedOptions","createdAt","511952sbQCqf","614631QDKGUW","getDefaultValues","data","styleSheets","language","CommentsRepository","cssText","EDITOR_STYLES","mergeFields","indexOf","warn","push","then","collaboration_features","7IKiSVF","DateTimeFormat","@external","data-cke","map","users","comment_threads","text","isResolved","timezone","fetch","content","previewMode","all","suggestions","30GTqUPv","getDataSetValues","keys","locale","125164fZolId","ownerNode","hasAttribute","author","trim","$defaultValues","config","816557vBZENO","MergeFields","merge_fields","MergeFieldsEditing","entries","2151005mOGmpp","plugins","getSuggestions","4182040kxKDLe","contentLanguage","authorName","TrackChanges",":root","getCommentThreads","join","has","name","8EytSsO"];return(u=function(){return t})()}function d(t,e){const n=t.t;switch(e){case"Export to Word":return n("Export to Word");case"An error occurred while generating the Word file.":return n("An error occurred while generating the Word file.");case"Word document export started":return n("Word document export started");case"Word document export failed":return n("Word document export failed");case"Word document export successful":return n("Word document export successful");case"Exporting Word document":return n("Exporting Word document");default:return e}}!function(t){const e=c,n=t();for(;;)try{if(651868===-parseInt(e(512))/1*(-parseInt(e(531))/2)+parseInt(e(498))/3+-parseInt(e(497))/4+-parseInt(e(469))/5+-parseInt(e(527))/6*(parseInt(e(464))/7)+-parseInt(e(481))/8*(-parseInt(e(488))/9)+parseInt(e(472))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(u);const p=f;function f(t,e){const n=h();return(f=function(t,e){return n[t-=306]})(t,e)}!function(t){const e=f,n=t();for(;;)try{if(490603===-parseInt(e(331))/1*(-parseInt(e(326))/2)+-parseInt(e(382))/3+-parseInt(e(365))/4*(-parseInt(e(355))/5)+-parseInt(e(362))/6+parseInt(e(371))/7+-parseInt(e(339))/8+-parseInt(e(367))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(h);const l=[p(342),p(364),p(330),p(380),p(318),p(315),p(317),p(334),p(344),p(356)];function h(){const t=["comments","stylesheets","converterUrl","data","application/json","EDITOR_STYLES","https://docx-converter.cke-cs.com/v2/convert/html-docx","isEnabled","catch","ExportWord","POST","947825FRlayL","suggestions",'<div class="ck-content" dir="',"Word document export started","config","contentLanguageDirection","fetch","1977792SDtEny","</div>","margin_top","16KPVkyN","announce","2599713ViMdOG","https://docx-converter.cke-cs.com/v1/convert","_token","get","4918543hXvtYZ","export-word-v1-api-is-deprecated","value","blob","fileName","showWarning","_downloadFile","locale","application/docx","margin_bottom","then","857790lrqPSf","plugins","Notification","editor","auto_pagination","href","refresh","stringify","document.docx","Word document export successful","download","execute","createElement","format","assertive","header","margin_left","version","An error occurred while generating the Word file.","URL","finally","set","Word document export failed","status","26238JMmdpP","pending","remove","dataCallback","margin_right","15cJLyPt","token","converterOptions","footer","isBusy","function","options","createObjectURL","2101376rIMjjY","affectsData","ariaLiveAnnouncer","orientation","click"];return(h=function(){return t})()}class m extends t.Command{constructor(t){const e=p;super(t),this[e(323)](e(335),!1),this[e(340)]=!1}[p(308)](){const t=p;this[t(351)]=!this[t(335)],this[t(373)]=this[t(335)]?t(327):void 0}[p(313)](t={}){const e=p,n=this[e(385)],r=t[e(319)]||2,u=1===r,f=t[e(346)]||e(u?368:350),h=t[e(333)]||{},m=n[e(383)][e(370)](e(353)),g=t[e(332)]||m[e(369)],I=!0===h[e(306)],x=t[e(329)]||(t=>t[e(347)][e(370)]({pagination:I}));return 2===r&&function(t){for(const e of l)if(void 0!==t[e])return!0;return!1}(h)&&(0,o.logWarning)(e(372)),this[e(335)]=!0,this[e(308)](),function(t){const e=c;if(!t)return new Promise((t=>t("")));const n=[];for(const r of t)e(505)!==r?n[e(509)](window[e(522)](r)[e(510)]((t=>t[e(519)]()))):n[e(509)](s());return Promise[e(525)](n)[e(510)]((t=>t[e(478)](" ")[e(461)]()))}(t[e(345)]||[e(349)])[e(381)]((async r=>{const o=e;n.ui[o(341)][o(366)](d(n[o(378)],o(358)));const s=await x(n),c={html:o(357)+n[o(378)][o(360)]+'">'+s+o(363),css:r,[o(u?337:359)]:{...h,...u?i(n,h):a(n,h)}},p={method:o(354),headers:{"Content-Type":o(348),Accept:o(379),...g?{Authorization:g[o(373)]}:null},body:JSON[o(309)](c)};return window[o(361)](f,p)[o(381)]((t=>{const e=o;if(200!==t[e(325)])throw t;return t[e(374)]()}))[o(381)]((e=>{const r=o;n.ui[r(341)][r(366)](d(n[r(378)],r(311)));const s=r(336)==typeof t[r(375)]?t[r(375)]():t[r(375)];this[r(377)](e,s||r(310))}))}))[e(352)]((t=>{const r=e,o=n[r(383)][r(370)](r(384));throw n.ui[r(341)][r(366)](d(n[r(378)],r(324)),{politeness:r(316)}),o[r(376)](d(n[r(378)],r(320))),t}))[e(322)]((()=>{const t=e;this[t(335)]=!1,this[t(308)]()}))}[p(377)](t,e){const n=p,r=document[n(314)]("a");r[n(307)]=window[n(321)][n(338)](t),r[n(312)]=e,r[n(343)](),r[n(328)]()}}const g=I;function I(t,e){const n=x();return(I=function(t,e){return n[t-=347]})(t,e)}function x(){const t=["label","1258866sNudFE","1524EJmBUE","197330IRAmcr","config","locale","Exporting Word document","commands","init","107404NrYhEH","8PlbROg","view","1871370zVTeUs","699356XtthbW","isEnabled","_createButton","get","115785zxEQeI","2UwjZQW","add","isVisible","isOn","Export to Word","bind","focus","execute","listenTo","componentFactory","children","menuBar:exportWord","80YXRuYP","set","564qMXGeI","ExportWordUI","editing","pluginName","editor","939ohPlwl","isBusy","iconView","exportWord"];return(x=function(){return t})()}!function(t){const e=I,n=t();for(;;)try{if(194418===-parseInt(e(357))/1*(-parseInt(e(372))/2)+-parseInt(e(350))/3*(-parseInt(e(356))/4)+-parseInt(e(366))/5+-parseInt(e(355))/6+parseInt(e(367))/7*(-parseInt(e(364))/8)+parseInt(e(371))/9*(parseInt(e(384))/10)+parseInt(e(363))/11*(parseInt(e(386))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(x);class v extends t.Plugin{static get[g(348)](){return g(387)}[g(362)](){const t=g,n=this[t(349)];n.ui[t(381)][t(373)](t(353),(()=>{const r=t,o=n[r(361)][r(370)](r(353)),s=this[r(369)](e.ButtonView);return s[r(385)]({tooltip:!0}),s[r(377)](r(375)).to(o,r(351)),s})),n.ui[t(381)][t(373)](t(383),(()=>this[t(369)](e.MenuBarMenuListItemButtonView)))}[g(369)](t){const n=g,r=this[n(349)],o=r[n(358)][n(370)](n(353))||{},s=r[n(361)][n(370)](n(353)),i=new t(r[n(359)]),c=new e.SpinnerView;return i[n(382)][n(373)](c),c[n(377)](n(374)).to(s,n(351)),i[n(352)][n(377)](n(374)).to(s,n(351),(t=>!t)),i[n(385)]({icon:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M17.826 16.843a.75.75 0 0 0-1.152-.96L15.5 17.29V12H14v5.29l-1.174-1.408a.75.75 0 0 0-1.152.96l2.346 2.816a.95.95 0 0 0 1.46 0l2.346-2.815Z"/><path d="m14 0 5 4.5v9.741a2.737 2.737 0 0 0-1.5-.617V6.5h-5v-5h-8v3H3V0h11Zm0 2v3h3.3L14 2Z"/><path d="M3 17.5h6.746c.1.22.23.429.391.623l.731.877H3v-1.5Z"/><path d="M8.5 6a1.5 1.5 0 0 1 1.493 1.356L10 7.5v7a1.5 1.5 0 0 1-1.356 1.493L8.5 16h-7a1.5 1.5 0 0 1-1.493-1.356L0 14.5v-7a1.5 1.5 0 0 1 1.356-1.493L1.5 6h7ZM7.483 8.795l-.042.088-.986 2.534-.947-2.528-.043-.092a.601.601 0 0 0-1.042.008l-.042.093-.883 2.465-.937-2.475-.042-.089a.6.6 0 0 0-1.107.42l.027.093 1.514 4 .044.092a.6.6 0 0 0 1.041-.01l.041-.092.88-2.458.925 2.467.046.096a.6.6 0 0 0 1.032 0l.043-.09 1.554-4 .028-.093a.6.6 0 0 0-1.104-.43v.001Z"/></svg>\n'}),i[n(377)](n(368)).to(s,n(368)),i[n(377)](n(354)).to(s,n(351),(t=>d(r[n(359)],n(t?360:376)))),this[n(380)](i,n(379),(()=>{const t=n;r[t(379)](t(353),o),r[t(347)][t(365)][t(378)]()})),i}}const w=y;function W(){const t=["661300sVvbum","_token","get","CloudServices","86737VnHDzh","plugins","174EdBWgp","459ebIvup","4BLinrL","requires","token","editor","init","registerTokenUrl","add","ExportWord","then","config","13079tdSukR","tokenUrl","404fCtvrJ","15204nIRkkm","pluginName","exportWord","27967FXUeWS","commands","10173fNBSMg","19120eWCAJD","2465120yncZSz"];return(W=function(){return t})()}function y(t,e){const n=W();return(y=function(t,e){return n[t-=398]})(t,e)}!function(t){const e=y,n=t();for(;;)try{if(322655===-parseInt(e(405))/1*(-parseInt(e(418))/2)+-parseInt(e(407))/3*(parseInt(e(401))/4)+-parseInt(e(410))/5+parseInt(e(416))/6*(-parseInt(e(414))/7)+-parseInt(e(409))/8+parseInt(e(417))/9*(-parseInt(e(408))/10)+-parseInt(e(399))/11*(-parseInt(e(402))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(W);class b extends t.Plugin{static get[w(403)](){return w(425)}static get[w(419)](){return[w(413),e.Notification,v]}[w(422)](){const t=w,e=this[t(421)],n=e[t(398)][t(412)](t(404))||{};e[t(406)][t(424)](t(404),new m(e));const r=e[t(415)][t(412)](t(413));!1===n[t(400)]?this[t(411)]=null:n[t(400)]?r[t(423)](n[t(400)])[t(426)]((e=>{this[t(411)]=e})):this[t(411)]=r[t(420)]}}function E(){var t=["324900YsBkoe","3826287CYFTKE","55785awzimZ","16UVSRIp","5944001ZQfBjI","2SAkqne","671429ZEnFiO","128HpyZiq","2553550IPouZE","3213366YOyUQN"];return(E=function(){return t})()}function k(t,e){var n=E();return(k=function(t,e){return n[t-=231]})(t,e)}!function(t){for(var e=k,n=t();;)try{if(499070===parseInt(e(240))/1*(-parseInt(e(239))/2)+parseInt(e(234))/3+parseInt(e(231))/4*(-parseInt(e(236))/5)+-parseInt(e(233))/6+parseInt(e(238))/7+-parseInt(e(237))/8*(-parseInt(e(235))/9)+parseInt(e(232))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(E)})(),(window.CKEditor5=window.CKEditor5||{}).exportWord=r})();
5
+ */(()=>{var t={782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var o=e[r];if(void 0!==o)return o.exports;var s=e[r]={exports:{}};return t[r](s,s.exports,n),s.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{ExportWord:()=>b});var t=n(782),e=n(311),o=n(584);function s(){const t=c,e=[],n=[];for(const r of Array[t(208)](document[t(196)]))if(r[t(182)][t(232)](t(192)))for(const o of Array[t(208)](r[t(206)]))-1!==o[t(215)][t(178)](t(173))?e[t(218)](o[t(215)]):-1!==o[t(215)][t(178)](t(184))&&n[t(218)](o[t(215)]);return e[t(193)]||console[t(216)](t(174)),[...n,...e][t(224)](" ")[t(219)]()}function i(t,e={}){const n=c,r=t[n(243)][n(227)](n(212)),o=t[n(243)][n(227)](n(221)),s=t[n(243)][n(227)](n(201)),i=e;if(r&&o){const e=function(t){const e=c,n={};if(!t[e(193)])return n;for(const r of t)r[e(190)][e(186)]((t=>{const o=e;void 0===n[r.id]&&(n[r.id]=[]),n[r.id][o(218)]({author:t[o(175)][o(197)],content:t[o(179)],created:t[o(191)],is_resolved:r[o(217)]})}));return n}(t[n(243)][n(203)](n(221))[n(198)]({skipNotAttached:!0,skipEmpty:!0}));Object[n(211)](e)[n(193)]&&(i[n(190)]=e)}if(r&&s){const e=t[n(243)][n(203)](n(201)),r=t[n(243)][n(203)](n(212)),o=function(t,e){const n=c,r={};if(!t[n(193)]||!e[n(193)])return r;for(const{id:o,createdAt:s,authorId:i,attributes:c}of t){const t=c&&c[n(225)],a=t?t[n(214)]:e[n(203)](i)[n(197)];r[o]={author:a,created:s}}return r}(e[n(235)]({toJSON:!0}),r[n(242)]);Object[n(211)](o)[n(193)]&&(i[n(245)]=o)}return(i[n(245)]||i[n(190)])&&(i[n(220)]=(new(Intl[n(234)]))[n(187)]()[n(204)]),i}function c(t,e){const n=a();return(c=function(t,e){return n[t-=173]})(t,e)}function a(){const t=["push","trim","timezone","CommentsRepository","getLabel","506640oISFZJ","join","@external","$defaultValues","has","MergeFields","text","locale","data","hasAttribute","2nkWulf","DateTimeFormat","getSuggestions","previewMode","fetch","63ekyiDv","954180fJZYBQ","comment_threads","merge_fields","users","plugins","495736FAalLn","suggestions",".ck-content","The editor stylesheet could not be found in the document. Check your webpack config – style-loader should use data-cke=true attribute for the editor stylesheet.","author","contentLanguage","entries","indexOf","content","EDITOR_STYLES","MergeFieldsEditing","ownerNode","then",":root","config","map","resolvedOptions","$labels","1298106aJMtkm","comments","createdAt","data-cke","length","895644RIWIMP","all","styleSheets","name","getCommentThreads","getDefaultValues","1252118vqeDVB","TrackChanges","document","get","timeZone","mergeFields","cssRules","187289Wvphaf","from","getDataSetValues","collaboration_features","keys","Users","language","authorName","cssText","warn","isResolved"];return(a=function(){return t})()}function u(t,e={}){const n=c,r=t[n(243)][n(227)](n(212)),o=t[n(243)][n(227)](n(221)),s=t[n(243)][n(227)](n(201)),i=t[n(243)][n(227)](n(228)),a=t[n(230)][n(176)],u=e,d={};if(u[n(202)]=u[n(202)]||{},u[n(202)][n(213)]=u[n(202)][n(213)]||a,r&&o){const e=function(t){const e=c,n=[];if(!t[e(193)])return n;for(const r of t){const t=r[e(190)][e(186)]((t=>({author:t[e(175)][e(197)],content:t[e(179)],created_at:t[e(191)]})));n[e(218)]({thread_id:r.id,is_resolved:r[e(217)],comments:t})}return n}(t[n(243)][n(203)](n(221))[n(198)]({skipNotAttached:!0,skipEmpty:!0}));e[n(193)]&&(d[n(240)]=e)}if(r&&s){const e=t[n(243)][n(203)](n(201)),r=t[n(243)][n(203)](n(212)),o=function(t,e){const n=c;return t[n(193)]&&e[n(193)]?t[n(186)]((({id:t,createdAt:r,authorId:o,attributes:s})=>{const i=n,c=s&&s[i(225)];return{id:t,author:c?c[i(214)]:e[i(203)](o)[i(197)],created_at:r}})):[]}(e[n(235)]({toJSON:!0}),r[n(242)]);o[n(193)]&&(d[n(245)]=o)}if(i){const e=t[n(243)][n(203)](n(181)),r=e[n(236)],{prefix:o,suffix:s}=t[n(185)][n(203)](n(205));if(u[n(241)]={prefix:o,suffix:s},n(188)!==r){u[n(241)][n(231)]={};const t=n(226)===r?e[n(199)]():e[n(209)](r,!0);for(const r of Object[n(177)](t)){const[t,o]=r;u[n(241)][n(231)][t]=null!==o?o:e[n(222)](t)}}}return(d[n(240)]||d[n(245)])&&(u[n(220)]=(new(Intl[n(234)]))[n(187)]()[n(204)],u[n(210)]=d),u}function d(t,e){const n=t.t;switch(e){case"Export to Word":return n("Export to Word");case"An error occurred while generating the Word file.":return n("An error occurred while generating the Word file.");case"Word document export started":return n("Word document export started");case"Word document export failed":return n("Word document export failed");case"Word document export successful":return n("Word document export successful");case"Exporting Word document":return n("Exporting Word document");default:return e}}!function(t){const e=c,n=t();for(;;)try{if(148152===-parseInt(e(207))/1*(parseInt(e(233))/2)+-parseInt(e(223))/3+parseInt(e(194))/4+-parseInt(e(239))/5+parseInt(e(189))/6+-parseInt(e(200))/7+-parseInt(e(244))/8*(-parseInt(e(238))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(a);const p=h;function f(){const t=["version","footer","format","showWarning","19776ArjIfi","suggestions","application/json","config","stylesheets","5137qOIzYk","24ZnxLlL","createObjectURL","converterUrl","plugins","https://docx-converter.cke-cs.com/v2/convert/html-docx","Word document export failed","assertive","status","then","dataCallback","POST","An error occurred while generating the Word file.","pending","execute","URL","contentLanguageDirection","token","comments","176yAJzBZ","blob","isBusy","1965ZvWVNe","refresh","orientation","announce","EDITOR_STYLES","function","1502910wxyOBG","options","862020RtJrfr","fileName","set","converterOptions","5250777ZSPwuk","fetch","_downloadFile","margin_bottom","value","5036480gKBhZG","header","application/docx","38244riddpH","data",'<div class="ck-content" dir="',"createElement","_token","finally","href","margin_top","Notification","catch","margin_right","download","export-word-v1-api-is-deprecated","https://docx-converter.cke-cs.com/v1/convert","ExportWord","get","</div>","isEnabled","ariaLiveAnnouncer","auto_pagination","172aTaUtC","remove","margin_left","affectsData","document.docx","locale","click","Word document export successful","editor","stringify","5NHkpYN","Word document export started"];return(f=function(){return t})()}!function(t){const e=h,n=t();for(;;)try{if(531128===-parseInt(e(233))/1*(parseInt(e(190))/2)+parseInt(e(206))/3*(parseInt(e(230))/4)+parseInt(e(200))/5*(parseInt(e(241))/6)+parseInt(e(245))/7+parseInt(e(212))/8*(parseInt(e(239))/9)+parseInt(e(250))/10+-parseInt(e(211))/11*(parseInt(e(170))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(f);const l=[p(235),p(177),p(180),p(248),p(192),p(204),p(168),p(203),p(229),p(207)];function h(t,e){const n=f();return(h=function(t,e){return n[t-=168]})(t,e)}class m extends t.Command{constructor(t){const e=p;super(t),this[e(243)](e(232),!1),this[e(193)]=!1}[p(234)](){const t=p;this[t(187)]=!this[t(232)],this[t(249)]=this[t(232)]?t(224):void 0}[p(225)](t={}){const e=p,n=this[e(198)],r=t[e(202)]||2,a=1===r,f=t[e(214)]||e(a?183:216),h=t[e(244)]||{},m=n[e(215)][e(185)](e(184)),g=t[e(228)]||m[e(174)],x=!0===h[e(189)],I=t[e(221)]||(t=>t[e(171)][e(185)]({pagination:x}));return 2===r&&function(t){for(const e of l)if(void 0!==t[e])return!0;return!1}(h)&&(0,o.logWarning)(e(182)),this[e(232)]=!0,this[e(234)](),function(t){const e=c;if(!t)return new Promise((t=>t("")));const n=[];for(const r of t)e(180)!==r?n[e(218)](window[e(237)](r)[e(183)]((t=>t[e(229)]()))):n[e(218)](s());return Promise[e(195)](n)[e(183)]((t=>t[e(224)](" ")[e(219)]()))}(t[e(210)]||[e(237)])[e(220)]((async r=>{const o=e;n.ui[o(188)][o(236)](d(n[o(195)],o(201)));const s=await I(n),c={html:o(172)+n[o(195)][o(227)]+'">'+s+o(186),css:r,[o(a?240:209)]:{...h,...a?i(n,h):u(n,h)}},p={method:o(222),headers:{"Content-Type":o(208),Accept:o(169),...g?{Authorization:g[o(249)]}:null},body:JSON[o(199)](c)};return window[o(246)](f,p)[o(220)]((t=>{const e=o;if(200!==t[e(219)])throw t;return t[e(231)]()}))[o(220)]((e=>{const r=o;n.ui[r(188)][r(236)](d(n[r(195)],r(197)));const s=r(238)==typeof t[r(242)]?t[r(242)]():t[r(242)];this[r(247)](e,s||r(194))}))}))[e(179)]((t=>{const r=e,o=n[r(215)][r(185)](r(178));throw n.ui[r(188)][r(236)](d(n[r(195)],r(217)),{politeness:r(218)}),o[r(205)](d(n[r(195)],r(223))),t}))[e(175)]((()=>{const t=e;this[t(232)]=!1,this[t(234)]()}))}[p(247)](t,e){const n=p,r=document[n(173)]("a");r[n(176)]=window[n(226)][n(213)](t),r[n(181)]=e,r[n(196)](),r[n(191)]()}}const g=I;function x(){const t=["90339MvhvwG","commands","pluginName","Exporting Word document","execute","config","locale","init","4317334dbGOJF","44696dPpGSQ","menuBar:exportWord","_createButton","iconView","909gGveIT","isVisible","view","editor","ExportWordUI","focus","132AGyDgl","1118854ohFkaB","componentFactory","editing","isOn","Export to Word","1492tTpAXy","6scYQAx","isBusy","add","6137900nvqyhq","bind","exportWord","get","label","isEnabled","set","listenTo","children","3163955WBOxwk"];return(x=function(){return t})()}function I(t,e){const n=x();return(I=function(t,e){return n[t-=102]})(t,e)}!function(t){const e=I,n=t();for(;;)try{if(726254===-parseInt(e(126))/1+parseInt(e(121))/2+-parseInt(e(140))/3*(parseInt(e(120))/4)+parseInt(e(139))/5*(-parseInt(e(127))/6)+parseInt(e(109))/7+-parseInt(e(110))/8*(-parseInt(e(114))/9)+parseInt(e(130))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(x);class v extends t.Plugin{static get[g(103)](){return g(118)}[g(108)](){const t=g,n=this[t(117)];n.ui[t(122)][t(129)](t(132),(()=>{const r=t,o=n[r(102)][r(133)](r(132)),s=this[r(112)](e.ButtonView);return s[r(136)]({tooltip:!0}),s[r(131)](r(124)).to(o,r(128)),s})),n.ui[t(122)][t(129)](t(111),(()=>this[t(112)](e.MenuBarMenuListItemButtonView)))}[g(112)](t){const n=g,r=this[n(117)],o=r[n(106)][n(133)](n(132))||{},s=r[n(102)][n(133)](n(132)),i=new t(r[n(107)]),c=new e.SpinnerView;return i[n(138)][n(129)](c),c[n(131)](n(115)).to(s,n(128)),i[n(113)][n(131)](n(115)).to(s,n(128),(t=>!t)),i[n(136)]({icon:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M17.826 16.843a.75.75 0 0 0-1.152-.96L15.5 17.29V12H14v5.29l-1.174-1.408a.75.75 0 0 0-1.152.96l2.346 2.816a.95.95 0 0 0 1.46 0l2.346-2.815Z"/><path d="m14 0 5 4.5v9.741a2.737 2.737 0 0 0-1.5-.617V6.5h-5v-5h-8v3H3V0h11Zm0 2v3h3.3L14 2Z"/><path d="M3 17.5h6.746c.1.22.23.429.391.623l.731.877H3v-1.5Z"/><path d="M8.5 6a1.5 1.5 0 0 1 1.493 1.356L10 7.5v7a1.5 1.5 0 0 1-1.356 1.493L8.5 16h-7a1.5 1.5 0 0 1-1.493-1.356L0 14.5v-7a1.5 1.5 0 0 1 1.356-1.493L1.5 6h7ZM7.483 8.795l-.042.088-.986 2.534-.947-2.528-.043-.092a.601.601 0 0 0-1.042.008l-.042.093-.883 2.465-.937-2.475-.042-.089a.6.6 0 0 0-1.107.42l.027.093 1.514 4 .044.092a.6.6 0 0 0 1.041-.01l.041-.092.88-2.458.925 2.467.046.096a.6.6 0 0 0 1.032 0l.043-.09 1.554-4 .028-.093a.6.6 0 0 0-1.104-.43v.001Z"/></svg>\n'}),i[n(131)](n(135)).to(s,n(135)),i[n(131)](n(134)).to(s,n(128),(t=>d(r[n(107)],n(t?104:125)))),this[n(137)](i,n(105),(()=>{const t=n;r[t(105)](t(132),o),r[t(123)][t(116)][t(119)]()})),i}}const w=W;function y(){const t=["488720GlqYtA","editor","plugins","56wXxvxz","config","commands","845002JLevZm","_token","token","103758bBJZQs","pluginName","CloudServices","tokenUrl","1579060xdwVjp","1344973FwYFGi","ExportWord","2723635bgeTau","then","requires","get","registerTokenUrl","438036HuKrGS","init","add","exportWord"];return(y=function(){return t})()}function W(t,e){const n=y();return(W=function(t,e){return n[t-=127]})(t,e)}!function(t){const e=W,n=t();for(;;)try{if(308395===parseInt(e(140))/1+-parseInt(e(146))/2+-parseInt(e(136))/3+-parseInt(e(128))/4+-parseInt(e(131))/5+-parseInt(e(149))/6+parseInt(e(129))/7*(parseInt(e(143))/8))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(y);class b extends t.Plugin{static get[w(150)](){return w(130)}static get[w(133)](){return[w(151),e.Notification,v]}[w(137)](){const t=w,e=this[t(141)],n=e[t(144)][t(134)](t(139))||{};e[t(145)][t(138)](t(139),new m(e));const r=e[t(142)][t(134)](t(151));!1===n[t(127)]?this[t(147)]=null:n[t(127)]?r[t(135)](n[t(127)])[t(132)]((e=>{this[t(147)]=e})):this[t(147)]=r[t(148)]}}function k(t,e){var n=E();return(k=function(t,e){return n[t-=152]})(t,e)}function E(){var t=["45rmcVnQ","4174LCNTyt","157476AVzpbF","1044822nGiXra","859773ScmIpB","111419mEUYDf","24DuyTUE","1717371rzOTpd","70DqeaNR","3624270fsUVyC"];return(E=function(){return t})()}!function(t){for(var e=k,n=t();;)try{if(280312===parseInt(e(153))/1*(parseInt(e(156))/2)+-parseInt(e(159))/3+parseInt(e(157))/4*(-parseInt(e(155))/5)+parseInt(e(158))/6+-parseInt(e(160))/7*(-parseInt(e(161))/8)+parseInt(e(152))/9+parseInt(e(154))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(E)})(),(window.CKEditor5=window.CKEditor5||{}).exportWord=r})();
package/dist/index.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Command as _0x8d4b35,Plugin as _0x1096b8}from'@ckeditor/ckeditor5-core/dist/index.js';import{ButtonView as _0xd73bb1,MenuBarMenuListItemButtonView as _0xd5f3db,SpinnerView as _0xd79831,Notification as _0x3fb329}from'@ckeditor/ckeditor5-ui/dist/index.js';import{logWarning as _0x4949b8}from'@ckeditor/ckeditor5-utils/dist/index.js';function f(){const _0x408149=[],_0xe807f4=[];for(const _0x49ea56 of Array['from'](document['styleSheets'])){if(_0x49ea56['ownerNode']['hasAttribute']('data-cke')){for(const _0x221ac6 of Array['from'](_0x49ea56['cssRules']))-0x1!==_0x221ac6['cssText']['indexOf']('.ck-content')?_0x408149['push'](_0x221ac6['cssText']):-0x1!==_0x221ac6['cssText']['indexOf'](':root')&&_0xe807f4['push'](_0x221ac6['cssText']);}}return _0x408149['length']||console['warn']('The\x20editor\x20stylesheet\x20could\x20not\x20be\x20found\x20in\x20the\x20document.\x20Check\x20your\x20webpack\x20config\x20–\x20style-loader\x20should\x20use\x20data-cke=true\x20attribute\x20for\x20the\x20editor\x20stylesheet.'),[..._0xe807f4,..._0x408149]['join']('\x20')['trim']();}function a(_0x22a1fe,_0x213116={}){const _0x19eb0a=_0x22a1fe['plugins']['has']('Users'),_0x5cdb26=_0x22a1fe['plugins']['has']('CommentsRepository'),_0x4e9dbb=_0x22a1fe['plugins']['has']('TrackChanges'),_0x4226af=_0x213116;if(_0x19eb0a&&_0x5cdb26){const _0x459d49=function(_0x1fb4a1){const _0xec8661={};if(!_0x1fb4a1['length'])return _0xec8661;for(const _0x1c1e39 of _0x1fb4a1)_0x1c1e39['comments']['map'](_0xbb3fac=>{void 0x0===_0xec8661[_0x1c1e39['id']]&&(_0xec8661[_0x1c1e39['id']]=[]),_0xec8661[_0x1c1e39['id']]['push']({'author':_0xbb3fac['author']['name'],'content':_0xbb3fac['content'],'created':_0xbb3fac['createdAt'],'is_resolved':_0x1c1e39['isResolved']});});return _0xec8661;}(_0x22a1fe['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'skipEmpty':!0x0}));Object['keys'](_0x459d49)['length']&&(_0x4226af['comments']=_0x459d49);}if(_0x19eb0a&&_0x4e9dbb){const _0x4b49f1=_0x22a1fe['plugins']['get']('TrackChanges'),_0x6626e2=_0x22a1fe['plugins']['get']('Users'),_0x5794e0=function(_0x546ade,_0x44fe46){const _0x2f6c85={};if(!_0x546ade['length']||!_0x44fe46['length'])return _0x2f6c85;for(const {id:_0x467754,createdAt:_0x11985f,authorId:_0xe07034,attributes:_0x15e4f6}of _0x546ade){const _0x23f6c1=_0x15e4f6&&_0x15e4f6['@external'],_0xf8694a=_0x23f6c1?_0x23f6c1['authorName']:_0x44fe46['get'](_0xe07034)['name'];_0x2f6c85[_0x467754]={'author':_0xf8694a,'created':_0x11985f};}return _0x2f6c85;}(_0x4b49f1['getSuggestions']({'toJSON':!0x0}),_0x6626e2['users']);Object['keys'](_0x5794e0)['length']&&(_0x4226af['suggestions']=_0x5794e0);}return(_0x4226af['suggestions']||_0x4226af['comments'])&&(_0x4226af['timezone']=new Intl['DateTimeFormat']()['resolvedOptions']()['timeZone']),_0x4226af;}function m(_0x5ecad3,_0x19f4e0={}){const _0x1f9657=_0x5ecad3['plugins']['has']('Users'),_0x15966d=_0x5ecad3['plugins']['has']('CommentsRepository'),_0x3b8fba=_0x5ecad3['plugins']['has']('TrackChanges'),_0x32377c=_0x5ecad3['plugins']['has']('MergeFields'),_0x3c1865=_0x5ecad3['locale']['contentLanguage'],_0x4dc538=_0x19f4e0,_0x3cece0={};if(_0x4dc538['document']=_0x4dc538['document']||{},_0x4dc538['document']['language']=_0x4dc538['document']['language']||_0x3c1865,_0x1f9657&&_0x15966d){const _0x348a6b=function(_0x43f9c5){const _0x1985c3=[];if(!_0x43f9c5['length'])return _0x1985c3;for(const _0x577ce8 of _0x43f9c5){const _0x516161=_0x577ce8['comments']['map'](_0x3f5ce2=>({'author':_0x3f5ce2['author']['name'],'content':_0x3f5ce2['content'],'created_at':_0x3f5ce2['createdAt']}));_0x1985c3['push']({'thread_id':_0x577ce8['id'],'is_resolved':_0x577ce8['isResolved'],'comments':_0x516161});}return _0x1985c3;}(_0x5ecad3['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'skipEmpty':!0x0}));_0x348a6b['length']&&(_0x3cece0['comment_threads']=_0x348a6b);}if(_0x1f9657&&_0x3b8fba){const _0x10ae23=_0x5ecad3['plugins']['get']('TrackChanges'),_0x43fdf5=_0x5ecad3['plugins']['get']('Users'),_0x3d5ff1=function(_0x162b8d,_0x5b994a){if(!_0x162b8d['length']||!_0x5b994a['length'])return[];return _0x162b8d['map'](({id:_0x321534,createdAt:_0x30da8f,authorId:_0x11fcd9,attributes:_0xcb4ae5})=>{const _0x269f3c=_0xcb4ae5&&_0xcb4ae5['@external'];return{'id':_0x321534,'author':_0x269f3c?_0x269f3c['authorName']:_0x5b994a['get'](_0x11fcd9)['name'],'created_at':_0x30da8f};});}(_0x10ae23['getSuggestions']({'toJSON':!0x0}),_0x43fdf5['users']);_0x3d5ff1['length']&&(_0x3cece0['suggestions']=_0x3d5ff1);}if(_0x32377c){const _0x3c6c01=_0x5ecad3['plugins']['get']('MergeFieldsEditing'),_0x1f8670=_0x3c6c01['previewMode'],{prefix:_0x5f1df4,suffix:_0x263e5f}=_0x5ecad3['config']['get']('mergeFields');if(_0x4dc538['merge_fields']={'prefix':_0x5f1df4,'suffix':_0x263e5f},'$labels'!==_0x1f8670){_0x4dc538['merge_fields']['data']={};const _0x57b412='$defaultValues'===_0x1f8670?_0x3c6c01['getDefaultValues']():_0x3c6c01['getDataSetValues'](_0x1f8670,!0x0);for(const _0x2ab208 of Object['entries'](_0x57b412)){const [_0x280ee2,_0xce5dd2]=_0x2ab208;_0x4dc538['merge_fields']['data'][_0x280ee2]=null!==_0xce5dd2?_0xce5dd2:_0x3c6c01['getLabel'](_0x280ee2);}}}return(_0x3cece0['comment_threads']||_0x3cece0['suggestions'])&&(_0x4dc538['timezone']=new Intl['DateTimeFormat']()['resolvedOptions']()['timeZone'],_0x4dc538['collaboration_features']=_0x3cece0),_0x4dc538;}function p(_0x259b53,_0x31ed12){const t=_0x259b53['t'];switch(_0x31ed12){case'Export\x20to\x20Word':return t('Export\x20to\x20Word');case'An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':return t('An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.');case'Word\x20document\x20export\x20started':return t('Word\x20document\x20export\x20started');case'Word\x20document\x20export\x20failed':return t('Word\x20document\x20export\x20failed');case'Word\x20document\x20export\x20successful':return t('Word\x20document\x20export\x20successful');case'Exporting\x20Word\x20document':return t('Exporting\x20Word\x20document');default:return _0x31ed12;}}const h=['orientation','margin_top','margin_right','margin_bottom','margin_left','format','header','footer','comments','suggestions'];class e extends _0x8d4b35{constructor(_0x364b68){super(_0x364b68),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x2549a8={}){const _0x4995d9=this['editor'],_0x340b6b=_0x2549a8['version']||0x2,_0x3ce4ff=0x1===_0x340b6b,_0x4d1f1a=_0x2549a8['converterUrl']||(_0x3ce4ff?'https://docx-converter.cke-cs.com/v1/convert':'https://docx-converter.cke-cs.com/v2/convert/html-docx'),_0x4f3d3e=_0x2549a8['converterOptions']||{},_0x5e7b2a=_0x4995d9['plugins']['get']('ExportWord'),_0x587c59=_0x2549a8['token']||_0x5e7b2a['_token'],_0x75c5e3=!0x0===_0x4f3d3e['auto_pagination'],_0x2eaa9e=_0x2549a8['dataCallback']||(_0x5cdbcd=>_0x5cdbcd['data']['get']({'pagination':_0x75c5e3}));return 0x2===_0x340b6b&&function(_0x238b0e){for(const _0x54dc55 of h)if(void 0x0!==_0x238b0e[_0x54dc55])return!0x0;return!0x1;}(_0x4f3d3e)&&_0x4949b8('export-word-v1-api-is-deprecated'),this['isBusy']=!0x0,this['refresh'](),function(_0x204150){if(!_0x204150)return new Promise(_0xfca12f=>_0xfca12f(''));const _0x15cdea=[];for(const _0x391492 of _0x204150)'EDITOR_STYLES'!==_0x391492?_0x15cdea['push'](window['fetch'](_0x391492)['then'](_0x5c17d8=>_0x5c17d8['text']())):_0x15cdea['push'](f());return Promise['all'](_0x15cdea)['then'](_0x5e6e08=>_0x5e6e08['join']('\x20')['trim']());}(_0x2549a8['stylesheets']||['EDITOR_STYLES'])['then'](async _0xf10daf=>{_0x4995d9['ui']['ariaLiveAnnouncer']['announce'](p(_0x4995d9['locale'],'Word\x20document\x20export\x20started'));const _0x1e668c=await _0x2eaa9e(_0x4995d9),_0x9be031={'html':'<div\x20class=\x22ck-content\x22\x20dir=\x22'+_0x4995d9['locale']['contentLanguageDirection']+'\x22>'+_0x1e668c+'</div>','css':_0xf10daf,[_0x3ce4ff?'options':'config']:{..._0x4f3d3e,..._0x3ce4ff?a(_0x4995d9,_0x4f3d3e):m(_0x4995d9,_0x4f3d3e)}},_0x1afc62={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/docx',..._0x587c59?{'Authorization':_0x587c59['value']}:null},'body':JSON['stringify'](_0x9be031)};return window['fetch'](_0x4d1f1a,_0x1afc62)['then'](_0x484030=>{if(0xc8!==_0x484030['status'])throw _0x484030;return _0x484030['blob']();})['then'](_0x158879=>{_0x4995d9['ui']['ariaLiveAnnouncer']['announce'](p(_0x4995d9['locale'],'Word\x20document\x20export\x20successful'));const _0x37b2cb='function'==typeof _0x2549a8['fileName']?_0x2549a8['fileName']():_0x2549a8['fileName'];this['_downloadFile'](_0x158879,_0x37b2cb||'document.docx');});})['catch'](_0x33d4dd=>{const _0x587370=_0x4995d9['plugins']['get']('Notification');throw _0x4995d9['ui']['ariaLiveAnnouncer']['announce'](p(_0x4995d9['locale'],'Word\x20document\x20export\x20failed'),{'politeness':'assertive'}),_0x587370['showWarning'](p(_0x4995d9['locale'],'An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.')),_0x33d4dd;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0x23e273,_0x2f1433){const _0x40b2cf=document['createElement']('a');_0x40b2cf['href']=window['URL']['createObjectURL'](_0x23e273),_0x40b2cf['download']=_0x2f1433,_0x40b2cf['click'](),_0x40b2cf['remove']();}}class i extends _0x1096b8{static get['pluginName'](){return'ExportWordUI';}['init'](){const _0x50804f=this['editor'];_0x50804f['ui']['componentFactory']['add']('exportWord',()=>{const _0x4b9a0c=_0x50804f['commands']['get']('exportWord'),_0x5f2b29=this['_createButton'](_0xd73bb1);return _0x5f2b29['set']({'tooltip':!0x0}),_0x5f2b29['bind']('isOn')['to'](_0x4b9a0c,'isBusy'),_0x5f2b29;}),_0x50804f['ui']['componentFactory']['add']('menuBar:exportWord',()=>this['_createButton'](_0xd5f3db));}['_createButton'](_0x2e2db4){const _0x1abad4=this['editor'],_0x1e11d6=_0x1abad4['config']['get']('exportWord')||{},_0x744917=_0x1abad4['commands']['get']('exportWord'),_0x3426c8=new _0x2e2db4(_0x1abad4['locale']),_0x4082f6=new _0xd79831();return _0x3426c8['children']['add'](_0x4082f6),_0x4082f6['bind']('isVisible')['to'](_0x744917,'isBusy'),_0x3426c8['iconView']['bind']('isVisible')['to'](_0x744917,'isBusy',_0x58de8d=>!_0x58de8d),_0x3426c8['set']({'icon':'<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22M17.826\x2016.843a.75.75\x200\x200\x200-1.152-.96L15.5\x2017.29V12H14v5.29l-1.174-1.408a.75.75\x200\x200\x200-1.152.96l2.346\x202.816a.95.95\x200\x200\x200\x201.46\x200l2.346-2.815Z\x22/><path\x20d=\x22m14\x200\x205\x204.5v9.741a2.737\x202.737\x200\x200\x200-1.5-.617V6.5h-5v-5h-8v3H3V0h11Zm0\x202v3h3.3L14\x202Z\x22/><path\x20d=\x22M3\x2017.5h6.746c.1.22.23.429.391.623l.731.877H3v-1.5Z\x22/><path\x20d=\x22M8.5\x206a1.5\x201.5\x200\x200\x201\x201.493\x201.356L10\x207.5v7a1.5\x201.5\x200\x200\x201-1.356\x201.493L8.5\x2016h-7a1.5\x201.5\x200\x200\x201-1.493-1.356L0\x2014.5v-7a1.5\x201.5\x200\x200\x201\x201.356-1.493L1.5\x206h7ZM7.483\x208.795l-.042.088-.986\x202.534-.947-2.528-.043-.092a.601.601\x200\x200\x200-1.042.008l-.042.093-.883\x202.465-.937-2.475-.042-.089a.6.6\x200\x200\x200-1.107.42l.027.093\x201.514\x204\x20.044.092a.6.6\x200\x200\x200\x201.041-.01l.041-.092.88-2.458.925\x202.467.046.096a.6.6\x200\x200\x200\x201.032\x200l.043-.09\x201.554-4\x20.028-.093a.6.6\x200\x200\x200-1.104-.43v.001Z\x22/></svg>\x0a'}),_0x3426c8['bind']('isEnabled')['to'](_0x744917,'isEnabled'),_0x3426c8['bind']('label')['to'](_0x744917,'isBusy',_0x379def=>p(_0x1abad4['locale'],_0x379def?'Exporting\x20Word\x20document':'Export\x20to\x20Word')),this['listenTo'](_0x3426c8,'execute',()=>{_0x1abad4['execute']('exportWord',_0x1e11d6),_0x1abad4['editing']['view']['focus']();}),_0x3426c8;}}class s extends _0x1096b8{['_token'];static get['pluginName'](){return'ExportWord';}static get['requires'](){return['CloudServices',_0x3fb329,i];}['init'](){const _0x4dbd43=this['editor'],_0xa854cb=_0x4dbd43['config']['get']('exportWord')||{};_0x4dbd43['commands']['add']('exportWord',new e(_0x4dbd43));const _0x330e2e=_0x4dbd43['plugins']['get']('CloudServices');!0x1===_0xa854cb['tokenUrl']?this['_token']=null:_0xa854cb['tokenUrl']?_0x330e2e['registerTokenUrl'](_0xa854cb['tokenUrl'])['then'](_0x13597a=>{this['_token']=_0x13597a;}):this['_token']=_0x330e2e['token'];}}export{s as ExportWord};
23
+ import{Command as _0x3af59e,Plugin as _0x2933f8}from'@ckeditor/ckeditor5-core/dist/index.js';import{ButtonView as _0x259872,MenuBarMenuListItemButtonView as _0x1c15d7,SpinnerView as _0x532139,Notification as _0x59cec5}from'@ckeditor/ckeditor5-ui/dist/index.js';import{logWarning as _0x2a43db}from'@ckeditor/ckeditor5-utils/dist/index.js';function f(){const _0x575566=[],_0x338b37=[];for(const _0x33ed7d of Array['from'](document['styleSheets'])){if(_0x33ed7d['ownerNode']['hasAttribute']('data-cke')){for(const _0x1cfeb8 of Array['from'](_0x33ed7d['cssRules']))-0x1!==_0x1cfeb8['cssText']['indexOf']('.ck-content')?_0x575566['push'](_0x1cfeb8['cssText']):-0x1!==_0x1cfeb8['cssText']['indexOf'](':root')&&_0x338b37['push'](_0x1cfeb8['cssText']);}}return _0x575566['length']||console['warn']('The\x20editor\x20stylesheet\x20could\x20not\x20be\x20found\x20in\x20the\x20document.\x20Check\x20your\x20webpack\x20config\x20–\x20style-loader\x20should\x20use\x20data-cke=true\x20attribute\x20for\x20the\x20editor\x20stylesheet.'),[..._0x338b37,..._0x575566]['join']('\x20')['trim']();}function a(_0x1e268b,_0x31a56d={}){const _0x29211f=_0x1e268b['plugins']['has']('Users'),_0x53e4d4=_0x1e268b['plugins']['has']('CommentsRepository'),_0x339d3a=_0x1e268b['plugins']['has']('TrackChanges'),_0x1205ab=_0x31a56d;if(_0x29211f&&_0x53e4d4){const _0x2148c4=function(_0x35d826){const _0x50079f={};if(!_0x35d826['length'])return _0x50079f;for(const _0x556b97 of _0x35d826)_0x556b97['comments']['map'](_0x17ee41=>{void 0x0===_0x50079f[_0x556b97['id']]&&(_0x50079f[_0x556b97['id']]=[]),_0x50079f[_0x556b97['id']]['push']({'author':_0x17ee41['author']['name'],'content':_0x17ee41['content'],'created':_0x17ee41['createdAt'],'is_resolved':_0x556b97['isResolved']});});return _0x50079f;}(_0x1e268b['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'skipEmpty':!0x0}));Object['keys'](_0x2148c4)['length']&&(_0x1205ab['comments']=_0x2148c4);}if(_0x29211f&&_0x339d3a){const _0x998507=_0x1e268b['plugins']['get']('TrackChanges'),_0x3924d0=_0x1e268b['plugins']['get']('Users'),_0x5704fc=function(_0x203f75,_0xc83296){const _0x5136ff={};if(!_0x203f75['length']||!_0xc83296['length'])return _0x5136ff;for(const {id:_0x295911,createdAt:_0x29a630,authorId:_0x1ae3b9,attributes:_0x1aad3d}of _0x203f75){const _0xf70983=_0x1aad3d&&_0x1aad3d['@external'],_0x2985d5=_0xf70983?_0xf70983['authorName']:_0xc83296['get'](_0x1ae3b9)['name'];_0x5136ff[_0x295911]={'author':_0x2985d5,'created':_0x29a630};}return _0x5136ff;}(_0x998507['getSuggestions']({'toJSON':!0x0}),_0x3924d0['users']);Object['keys'](_0x5704fc)['length']&&(_0x1205ab['suggestions']=_0x5704fc);}return(_0x1205ab['suggestions']||_0x1205ab['comments'])&&(_0x1205ab['timezone']=new Intl['DateTimeFormat']()['resolvedOptions']()['timeZone']),_0x1205ab;}function m(_0x45634b,_0x2f3759={}){const _0x280873=_0x45634b['plugins']['has']('Users'),_0x18df91=_0x45634b['plugins']['has']('CommentsRepository'),_0x1d1013=_0x45634b['plugins']['has']('TrackChanges'),_0x5b5277=_0x45634b['plugins']['has']('MergeFields'),_0x575229=_0x45634b['locale']['contentLanguage'],_0x4e2481=_0x2f3759,_0x5668c9={};if(_0x4e2481['document']=_0x4e2481['document']||{},_0x4e2481['document']['language']=_0x4e2481['document']['language']||_0x575229,_0x280873&&_0x18df91){const _0x422a78=function(_0x3678fa){const _0x470255=[];if(!_0x3678fa['length'])return _0x470255;for(const _0x448737 of _0x3678fa){const _0x29bd8b=_0x448737['comments']['map'](_0x47e585=>({'author':_0x47e585['author']['name'],'content':_0x47e585['content'],'created_at':_0x47e585['createdAt']}));_0x470255['push']({'thread_id':_0x448737['id'],'is_resolved':_0x448737['isResolved'],'comments':_0x29bd8b});}return _0x470255;}(_0x45634b['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'skipEmpty':!0x0}));_0x422a78['length']&&(_0x5668c9['comment_threads']=_0x422a78);}if(_0x280873&&_0x1d1013){const _0x4aa0eb=_0x45634b['plugins']['get']('TrackChanges'),_0x1cec34=_0x45634b['plugins']['get']('Users'),_0x438f9d=function(_0x35b37d,_0x342464){if(!_0x35b37d['length']||!_0x342464['length'])return[];return _0x35b37d['map'](({id:_0x12896b,createdAt:_0x3e5307,authorId:_0xad59d,attributes:_0x11d76f})=>{const _0x45ad9f=_0x11d76f&&_0x11d76f['@external'];return{'id':_0x12896b,'author':_0x45ad9f?_0x45ad9f['authorName']:_0x342464['get'](_0xad59d)['name'],'created_at':_0x3e5307};});}(_0x4aa0eb['getSuggestions']({'toJSON':!0x0}),_0x1cec34['users']);_0x438f9d['length']&&(_0x5668c9['suggestions']=_0x438f9d);}if(_0x5b5277){const _0x454c69=_0x45634b['plugins']['get']('MergeFieldsEditing'),_0x3b36ed=_0x454c69['previewMode'],{prefix:_0x78c4cc,suffix:_0xc752dd}=_0x45634b['config']['get']('mergeFields');if(_0x4e2481['merge_fields']={'prefix':_0x78c4cc,'suffix':_0xc752dd},'$labels'!==_0x3b36ed){_0x4e2481['merge_fields']['data']={};const _0x32cadc='$defaultValues'===_0x3b36ed?_0x454c69['getDefaultValues']():_0x454c69['getDataSetValues'](_0x3b36ed,!0x0);for(const _0x29686b of Object['entries'](_0x32cadc)){const [_0x39ed8e,_0x65f130]=_0x29686b;_0x4e2481['merge_fields']['data'][_0x39ed8e]=null!==_0x65f130?_0x65f130:_0x454c69['getLabel'](_0x39ed8e);}}}return(_0x5668c9['comment_threads']||_0x5668c9['suggestions'])&&(_0x4e2481['timezone']=new Intl['DateTimeFormat']()['resolvedOptions']()['timeZone'],_0x4e2481['collaboration_features']=_0x5668c9),_0x4e2481;}function p(_0x1a2457,_0x7b9678){const t=_0x1a2457['t'];switch(_0x7b9678){case'Export\x20to\x20Word':return t('Export\x20to\x20Word');case'An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':return t('An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.');case'Word\x20document\x20export\x20started':return t('Word\x20document\x20export\x20started');case'Word\x20document\x20export\x20failed':return t('Word\x20document\x20export\x20failed');case'Word\x20document\x20export\x20successful':return t('Word\x20document\x20export\x20successful');case'Exporting\x20Word\x20document':return t('Exporting\x20Word\x20document');default:return _0x7b9678;}}const h=['orientation','margin_top','margin_right','margin_bottom','margin_left','format','header','footer','comments','suggestions'];class e extends _0x3af59e{constructor(_0x4a0b8e){super(_0x4a0b8e),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x4e2d43={}){const _0x4c7c47=this['editor'],_0x457e61=_0x4e2d43['version']||0x2,_0x293878=0x1===_0x457e61,_0x1372dc=_0x4e2d43['converterUrl']||(_0x293878?'https://docx-converter.cke-cs.com/v1/convert':'https://docx-converter.cke-cs.com/v2/convert/html-docx'),_0x108200=_0x4e2d43['converterOptions']||{},_0x49f456=_0x4c7c47['plugins']['get']('ExportWord'),_0x519195=_0x4e2d43['token']||_0x49f456['_token'],_0xd69611=!0x0===_0x108200['auto_pagination'],_0x5751ed=_0x4e2d43['dataCallback']||(_0x520c94=>_0x520c94['data']['get']({'pagination':_0xd69611}));return 0x2===_0x457e61&&function(_0x555475){for(const _0x309857 of h)if(void 0x0!==_0x555475[_0x309857])return!0x0;return!0x1;}(_0x108200)&&_0x2a43db('export-word-v1-api-is-deprecated'),this['isBusy']=!0x0,this['refresh'](),function(_0x547ee3){if(!_0x547ee3)return new Promise(_0x12144f=>_0x12144f(''));const _0x57fc72=[];for(const _0x3eeeee of _0x547ee3)'EDITOR_STYLES'!==_0x3eeeee?_0x57fc72['push'](window['fetch'](_0x3eeeee)['then'](_0x319106=>_0x319106['text']())):_0x57fc72['push'](f());return Promise['all'](_0x57fc72)['then'](_0x34263f=>_0x34263f['join']('\x20')['trim']());}(_0x4e2d43['stylesheets']||['EDITOR_STYLES'])['then'](async _0x5120ec=>{_0x4c7c47['ui']['ariaLiveAnnouncer']['announce'](p(_0x4c7c47['locale'],'Word\x20document\x20export\x20started'));const _0xd00f8a=await _0x5751ed(_0x4c7c47),_0x5f1800={'html':'<div\x20class=\x22ck-content\x22\x20dir=\x22'+_0x4c7c47['locale']['contentLanguageDirection']+'\x22>'+_0xd00f8a+'</div>','css':_0x5120ec,[_0x293878?'options':'config']:{..._0x108200,..._0x293878?a(_0x4c7c47,_0x108200):m(_0x4c7c47,_0x108200)}},_0x7d9ad4={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/docx',..._0x519195?{'Authorization':_0x519195['value']}:null},'body':JSON['stringify'](_0x5f1800)};return window['fetch'](_0x1372dc,_0x7d9ad4)['then'](_0xf35730=>{if(0xc8!==_0xf35730['status'])throw _0xf35730;return _0xf35730['blob']();})['then'](_0x4f7a72=>{_0x4c7c47['ui']['ariaLiveAnnouncer']['announce'](p(_0x4c7c47['locale'],'Word\x20document\x20export\x20successful'));const _0xff48e5='function'==typeof _0x4e2d43['fileName']?_0x4e2d43['fileName']():_0x4e2d43['fileName'];this['_downloadFile'](_0x4f7a72,_0xff48e5||'document.docx');});})['catch'](_0xf28121=>{const _0x24cae4=_0x4c7c47['plugins']['get']('Notification');throw _0x4c7c47['ui']['ariaLiveAnnouncer']['announce'](p(_0x4c7c47['locale'],'Word\x20document\x20export\x20failed'),{'politeness':'assertive'}),_0x24cae4['showWarning'](p(_0x4c7c47['locale'],'An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.')),_0xf28121;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0x1d08df,_0x555f45){const _0x38aebc=document['createElement']('a');_0x38aebc['href']=window['URL']['createObjectURL'](_0x1d08df),_0x38aebc['download']=_0x555f45,_0x38aebc['click'](),_0x38aebc['remove']();}}class i extends _0x2933f8{static get['pluginName'](){return'ExportWordUI';}['init'](){const _0x215ff0=this['editor'];_0x215ff0['ui']['componentFactory']['add']('exportWord',()=>{const _0x4eb457=_0x215ff0['commands']['get']('exportWord'),_0x20f414=this['_createButton'](_0x259872);return _0x20f414['set']({'tooltip':!0x0}),_0x20f414['bind']('isOn')['to'](_0x4eb457,'isBusy'),_0x20f414;}),_0x215ff0['ui']['componentFactory']['add']('menuBar:exportWord',()=>this['_createButton'](_0x1c15d7));}['_createButton'](_0x39db5e){const _0x2ae26e=this['editor'],_0x3753f4=_0x2ae26e['config']['get']('exportWord')||{},_0x551280=_0x2ae26e['commands']['get']('exportWord'),_0x8059c0=new _0x39db5e(_0x2ae26e['locale']),_0x1b0459=new _0x532139();return _0x8059c0['children']['add'](_0x1b0459),_0x1b0459['bind']('isVisible')['to'](_0x551280,'isBusy'),_0x8059c0['iconView']['bind']('isVisible')['to'](_0x551280,'isBusy',_0x3f9d0f=>!_0x3f9d0f),_0x8059c0['set']({'icon':'<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22M17.826\x2016.843a.75.75\x200\x200\x200-1.152-.96L15.5\x2017.29V12H14v5.29l-1.174-1.408a.75.75\x200\x200\x200-1.152.96l2.346\x202.816a.95.95\x200\x200\x200\x201.46\x200l2.346-2.815Z\x22/><path\x20d=\x22m14\x200\x205\x204.5v9.741a2.737\x202.737\x200\x200\x200-1.5-.617V6.5h-5v-5h-8v3H3V0h11Zm0\x202v3h3.3L14\x202Z\x22/><path\x20d=\x22M3\x2017.5h6.746c.1.22.23.429.391.623l.731.877H3v-1.5Z\x22/><path\x20d=\x22M8.5\x206a1.5\x201.5\x200\x200\x201\x201.493\x201.356L10\x207.5v7a1.5\x201.5\x200\x200\x201-1.356\x201.493L8.5\x2016h-7a1.5\x201.5\x200\x200\x201-1.493-1.356L0\x2014.5v-7a1.5\x201.5\x200\x200\x201\x201.356-1.493L1.5\x206h7ZM7.483\x208.795l-.042.088-.986\x202.534-.947-2.528-.043-.092a.601.601\x200\x200\x200-1.042.008l-.042.093-.883\x202.465-.937-2.475-.042-.089a.6.6\x200\x200\x200-1.107.42l.027.093\x201.514\x204\x20.044.092a.6.6\x200\x200\x200\x201.041-.01l.041-.092.88-2.458.925\x202.467.046.096a.6.6\x200\x200\x200\x201.032\x200l.043-.09\x201.554-4\x20.028-.093a.6.6\x200\x200\x200-1.104-.43v.001Z\x22/></svg>\x0a'}),_0x8059c0['bind']('isEnabled')['to'](_0x551280,'isEnabled'),_0x8059c0['bind']('label')['to'](_0x551280,'isBusy',_0x5e909c=>p(_0x2ae26e['locale'],_0x5e909c?'Exporting\x20Word\x20document':'Export\x20to\x20Word')),this['listenTo'](_0x8059c0,'execute',()=>{_0x2ae26e['execute']('exportWord',_0x3753f4),_0x2ae26e['editing']['view']['focus']();}),_0x8059c0;}}class s extends _0x2933f8{['_token'];static get['pluginName'](){return'ExportWord';}static get['requires'](){return['CloudServices',_0x59cec5,i];}['init'](){const _0x1889e6=this['editor'],_0x56c311=_0x1889e6['config']['get']('exportWord')||{};_0x1889e6['commands']['add']('exportWord',new e(_0x1889e6));const _0x541709=_0x1889e6['plugins']['get']('CloudServices');!0x1===_0x56c311['tokenUrl']?this['_token']=null:_0x56c311['tokenUrl']?_0x541709['registerTokenUrl'](_0x56c311['tokenUrl'])['then'](_0x3fc37a=>{this['_token']=_0x3fc37a;}):this['_token']=_0x541709['token'];}}export{s as ExportWord};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'ar':{'dictionary':{'Export\x20to\x20Word':'تصدير\x20إلى\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'حدث\x20خطأ\x20ما،\x20أثناء\x20استخراج\x20ملف\x20Word.','Word\x20document\x20export\x20started':'بدأ\x20تصدير\x20مستند\x20Word','Word\x20document\x20export\x20failed':'فشل\x20تصدير\x20مستند\x20Word','Word\x20document\x20export\x20successful':'تم\x20تصدير\x20مستند\x20Word\x20بنجاح','Exporting\x20Word\x20document':'تصدير\x20مستند\x20Word'},'getPluralForm':_0x279fb7=>0x0==_0x279fb7?0x0:0x1==_0x279fb7?0x1:0x2==_0x279fb7?0x2:_0x279fb7%0x64>=0x3&&_0x279fb7%0x64<=0xa?0x3:_0x279fb7%0x64>=0xb&&_0x279fb7%0x64<=0x63?0x4:0x5}};
23
+ export default{'ar':{'dictionary':{'Export\x20to\x20Word':'تصدير\x20إلى\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'حدث\x20خطأ\x20ما،\x20أثناء\x20استخراج\x20ملف\x20Word.','Word\x20document\x20export\x20started':'بدأ\x20تصدير\x20مستند\x20Word','Word\x20document\x20export\x20failed':'فشل\x20تصدير\x20مستند\x20Word','Word\x20document\x20export\x20successful':'تم\x20تصدير\x20مستند\x20Word\x20بنجاح','Exporting\x20Word\x20document':'تصدير\x20مستند\x20Word'},'getPluralForm':_0x465c42=>0x0==_0x465c42?0x0:0x1==_0x465c42?0x1:0x2==_0x465c42?0x2:_0x465c42%0x64>=0x3&&_0x465c42%0x64<=0xa?0x3:_0x465c42%0x64>=0xb&&_0x465c42%0x64<=0x63?0x4:0x5}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5bc8a3=>{const {ar:{dictionary:_0x2ff490,getPluralForm:_0x24f80b}}={'ar':{'dictionary':{'Export\x20to\x20Word':'تصدير\x20إلى\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'حدث\x20خطأ\x20ما،\x20أثناء\x20استخراج\x20ملف\x20Word.','Word\x20document\x20export\x20started':'بدأ\x20تصدير\x20مستند\x20Word','Word\x20document\x20export\x20failed':'فشل\x20تصدير\x20مستند\x20Word','Word\x20document\x20export\x20successful':'تم\x20تصدير\x20مستند\x20Word\x20بنجاح','Exporting\x20Word\x20document':'تصدير\x20مستند\x20Word'},'getPluralForm':_0x2500d5=>0x0==_0x2500d5?0x0:0x1==_0x2500d5?0x1:0x2==_0x2500d5?0x2:_0x2500d5%0x64>=0x3&&_0x2500d5%0x64<=0xa?0x3:_0x2500d5%0x64>=0xb&&_0x2500d5%0x64<=0x63?0x4:0x5}};_0x5bc8a3['ar']||={'dictionary':{},'getPluralForm':null},_0x5bc8a3['ar']['dictionary']=Object['assign'](_0x5bc8a3['ar']['dictionary'],_0x2ff490),_0x5bc8a3['ar']['getPluralForm']=_0x24f80b;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x494d36=>{const {ar:{dictionary:_0x31a71b,getPluralForm:_0xb53208}}={'ar':{'dictionary':{'Export\x20to\x20Word':'تصدير\x20إلى\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'حدث\x20خطأ\x20ما،\x20أثناء\x20استخراج\x20ملف\x20Word.','Word\x20document\x20export\x20started':'بدأ\x20تصدير\x20مستند\x20Word','Word\x20document\x20export\x20failed':'فشل\x20تصدير\x20مستند\x20Word','Word\x20document\x20export\x20successful':'تم\x20تصدير\x20مستند\x20Word\x20بنجاح','Exporting\x20Word\x20document':'تصدير\x20مستند\x20Word'},'getPluralForm':_0x4f8b83=>0x0==_0x4f8b83?0x0:0x1==_0x4f8b83?0x1:0x2==_0x4f8b83?0x2:_0x4f8b83%0x64>=0x3&&_0x4f8b83%0x64<=0xa?0x3:_0x4f8b83%0x64>=0xb&&_0x4f8b83%0x64<=0x63?0x4:0x5}};_0x494d36['ar']||={'dictionary':{},'getPluralForm':null},_0x494d36['ar']['dictionary']=Object['assign'](_0x494d36['ar']['dictionary'],_0x31a71b),_0x494d36['ar']['getPluralForm']=_0xb53208;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'bg':{'dictionary':{'Export\x20to\x20Word':'Експорт\x20към\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Възникна\x20грешка\x20при\x20генериране\x20на\x20файл\x20в\x20Word.','Word\x20document\x20export\x20started':'Започнато\x20прехвърляне\x20на\x20документ\x20от\x20Word','Word\x20document\x20export\x20failed':'Неуспешно\x20прехвърляне\x20на\x20документ\x20от\x20Word','Word\x20document\x20export\x20successful':'Прехвърлянето\x20на\x20документ\x20от\x20Word\x20е\x20успешно','Exporting\x20Word\x20document':'Прехвърляне\x20на\x20документ\x20в\x20Word'},'getPluralForm':_0xc4c349=>0x1!=_0xc4c349}};
23
+ export default{'bg':{'dictionary':{'Export\x20to\x20Word':'Експорт\x20към\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Възникна\x20грешка\x20при\x20генериране\x20на\x20файл\x20в\x20Word.','Word\x20document\x20export\x20started':'Започнато\x20прехвърляне\x20на\x20документ\x20от\x20Word','Word\x20document\x20export\x20failed':'Неуспешно\x20прехвърляне\x20на\x20документ\x20от\x20Word','Word\x20document\x20export\x20successful':'Прехвърлянето\x20на\x20документ\x20от\x20Word\x20е\x20успешно','Exporting\x20Word\x20document':'Прехвърляне\x20на\x20документ\x20в\x20Word'},'getPluralForm':_0x21cb1b=>0x1!=_0x21cb1b}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2625a9=>{const {bg:{dictionary:_0x43f40d,getPluralForm:_0x20de30}}={'bg':{'dictionary':{'Export\x20to\x20Word':'Експорт\x20към\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Възникна\x20грешка\x20при\x20генериране\x20на\x20файл\x20в\x20Word.','Word\x20document\x20export\x20started':'Започнато\x20прехвърляне\x20на\x20документ\x20от\x20Word','Word\x20document\x20export\x20failed':'Неуспешно\x20прехвърляне\x20на\x20документ\x20от\x20Word','Word\x20document\x20export\x20successful':'Прехвърлянето\x20на\x20документ\x20от\x20Word\x20е\x20успешно','Exporting\x20Word\x20document':'Прехвърляне\x20на\x20документ\x20в\x20Word'},'getPluralForm':_0x1417a0=>0x1!=_0x1417a0}};_0x2625a9['bg']||={'dictionary':{},'getPluralForm':null},_0x2625a9['bg']['dictionary']=Object['assign'](_0x2625a9['bg']['dictionary'],_0x43f40d),_0x2625a9['bg']['getPluralForm']=_0x20de30;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x47d979=>{const {bg:{dictionary:_0x4f08e9,getPluralForm:_0x4de05e}}={'bg':{'dictionary':{'Export\x20to\x20Word':'Експорт\x20към\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Възникна\x20грешка\x20при\x20генериране\x20на\x20файл\x20в\x20Word.','Word\x20document\x20export\x20started':'Започнато\x20прехвърляне\x20на\x20документ\x20от\x20Word','Word\x20document\x20export\x20failed':'Неуспешно\x20прехвърляне\x20на\x20документ\x20от\x20Word','Word\x20document\x20export\x20successful':'Прехвърлянето\x20на\x20документ\x20от\x20Word\x20е\x20успешно','Exporting\x20Word\x20document':'Прехвърляне\x20на\x20документ\x20в\x20Word'},'getPluralForm':_0x41e400=>0x1!=_0x41e400}};_0x47d979['bg']||={'dictionary':{},'getPluralForm':null},_0x47d979['bg']['dictionary']=Object['assign'](_0x47d979['bg']['dictionary'],_0x4f08e9),_0x47d979['bg']['getPluralForm']=_0x4de05e;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'bn':{'dictionary':{'Export\x20to\x20Word':'Word\x20এ\x20রপ্তানি\x20করুন','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Word\x20এ\x20ফাইল\x20তৈরি\x20করার\x20সময়\x20একটি\x20ত্রুটি\x20হয়েছে।','Word\x20document\x20export\x20started':'ওয়ার্ড\x20ডকুমেন্ট\x20এক্সপোর্ট\x20শুরু\x20হয়েছে','Word\x20document\x20export\x20failed':'ওয়ার্ড\x20ডকুমেন্ট\x20এক্সপোর্ট\x20ব্যর্থ\x20হয়েছে','Word\x20document\x20export\x20successful':'ওয়ার্ড\x20ডকুমেন্ট\x20এক্সপোর্ট\x20সফল\x20হয়েছে','Exporting\x20Word\x20document':'ওয়ার্ড\x20ডকুমেন্ট\x20এক্সপোর্ট\x20করা\x20হচ্ছে'},'getPluralForm':_0x11823a=>0x1!=_0x11823a}};
23
+ export default{'bn':{'dictionary':{'Export\x20to\x20Word':'Word\x20এ\x20রপ্তানি\x20করুন','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Word\x20এ\x20ফাইল\x20তৈরি\x20করার\x20সময়\x20একটি\x20ত্রুটি\x20হয়েছে।','Word\x20document\x20export\x20started':'ওয়ার্ড\x20ডকুমেন্ট\x20এক্সপোর্ট\x20শুরু\x20হয়েছে','Word\x20document\x20export\x20failed':'ওয়ার্ড\x20ডকুমেন্ট\x20এক্সপোর্ট\x20ব্যর্থ\x20হয়েছে','Word\x20document\x20export\x20successful':'ওয়ার্ড\x20ডকুমেন্ট\x20এক্সপোর্ট\x20সফল\x20হয়েছে','Exporting\x20Word\x20document':'ওয়ার্ড\x20ডকুমেন্ট\x20এক্সপোর্ট\x20করা\x20হচ্ছে'},'getPluralForm':_0xf43150=>0x1!=_0xf43150}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x14f690=>{const {bn:{dictionary:_0xdbdaef,getPluralForm:_0xf225ad}}={'bn':{'dictionary':{'Export\x20to\x20Word':'Word\x20এ\x20রপ্তানি\x20করুন','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Word\x20এ\x20ফাইল\x20তৈরি\x20করার\x20সময়\x20একটি\x20ত্রুটি\x20হয়েছে।','Word\x20document\x20export\x20started':'ওয়ার্ড\x20ডকুমেন্ট\x20এক্সপোর্ট\x20শুরু\x20হয়েছে','Word\x20document\x20export\x20failed':'ওয়ার্ড\x20ডকুমেন্ট\x20এক্সপোর্ট\x20ব্যর্থ\x20হয়েছে','Word\x20document\x20export\x20successful':'ওয়ার্ড\x20ডকুমেন্ট\x20এক্সপোর্ট\x20সফল\x20হয়েছে','Exporting\x20Word\x20document':'ওয়ার্ড\x20ডকুমেন্ট\x20এক্সপোর্ট\x20করা\x20হচ্ছে'},'getPluralForm':_0x6bec49=>0x1!=_0x6bec49}};_0x14f690['bn']||={'dictionary':{},'getPluralForm':null},_0x14f690['bn']['dictionary']=Object['assign'](_0x14f690['bn']['dictionary'],_0xdbdaef),_0x14f690['bn']['getPluralForm']=_0xf225ad;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xf5ad55=>{const {bn:{dictionary:_0x597cf7,getPluralForm:_0xfcf941}}={'bn':{'dictionary':{'Export\x20to\x20Word':'Word\x20এ\x20রপ্তানি\x20করুন','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Word\x20এ\x20ফাইল\x20তৈরি\x20করার\x20সময়\x20একটি\x20ত্রুটি\x20হয়েছে।','Word\x20document\x20export\x20started':'ওয়ার্ড\x20ডকুমেন্ট\x20এক্সপোর্ট\x20শুরু\x20হয়েছে','Word\x20document\x20export\x20failed':'ওয়ার্ড\x20ডকুমেন্ট\x20এক্সপোর্ট\x20ব্যর্থ\x20হয়েছে','Word\x20document\x20export\x20successful':'ওয়ার্ড\x20ডকুমেন্ট\x20এক্সপোর্ট\x20সফল\x20হয়েছে','Exporting\x20Word\x20document':'ওয়ার্ড\x20ডকুমেন্ট\x20এক্সপোর্ট\x20করা\x20হচ্ছে'},'getPluralForm':_0x501c4a=>0x1!=_0x501c4a}};_0xf5ad55['bn']||={'dictionary':{},'getPluralForm':null},_0xf5ad55['bn']['dictionary']=Object['assign'](_0xf5ad55['bn']['dictionary'],_0x597cf7),_0xf5ad55['bn']['getPluralForm']=_0xfcf941;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'ca':{'dictionary':{'Export\x20to\x20Word':'Exportar\x20a\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'S\x27ha\x20produït\x20un\x20error\x20en\x20generar\x20el\x20fitxer\x20de\x20Word.','Word\x20document\x20export\x20started':'S\x27ha\x20iniciat\x20l\x27exportació\x20a\x20document\x20de\x20Word','Word\x20document\x20export\x20failed':'Ha\x20fallat\x20l\x27exportació\x20a\x20document\x20de\x20Word','Word\x20document\x20export\x20successful':'L\x27exportació\x20a\x20document\x20de\x20Word\x20s\x27ha\x20realitzat\x20correctament','Exporting\x20Word\x20document':'S\x27està\x20exportant\x20a\x20document\x20de\x20Word'},'getPluralForm':_0x138a02=>0x1!=_0x138a02}};
23
+ export default{'ca':{'dictionary':{'Export\x20to\x20Word':'Exportar\x20a\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'S\x27ha\x20produït\x20un\x20error\x20en\x20generar\x20el\x20fitxer\x20de\x20Word.','Word\x20document\x20export\x20started':'S\x27ha\x20iniciat\x20l\x27exportació\x20a\x20document\x20de\x20Word','Word\x20document\x20export\x20failed':'Ha\x20fallat\x20l\x27exportació\x20a\x20document\x20de\x20Word','Word\x20document\x20export\x20successful':'L\x27exportació\x20a\x20document\x20de\x20Word\x20s\x27ha\x20realitzat\x20correctament','Exporting\x20Word\x20document':'S\x27està\x20exportant\x20a\x20document\x20de\x20Word'},'getPluralForm':_0x2a08ab=>0x1!=_0x2a08ab}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x29ad9d=>{const {ca:{dictionary:_0x1d1621,getPluralForm:_0x3dfa60}}={'ca':{'dictionary':{'Export\x20to\x20Word':'Exportar\x20a\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'S\x27ha\x20produït\x20un\x20error\x20en\x20generar\x20el\x20fitxer\x20de\x20Word.','Word\x20document\x20export\x20started':'S\x27ha\x20iniciat\x20l\x27exportació\x20a\x20document\x20de\x20Word','Word\x20document\x20export\x20failed':'Ha\x20fallat\x20l\x27exportació\x20a\x20document\x20de\x20Word','Word\x20document\x20export\x20successful':'L\x27exportació\x20a\x20document\x20de\x20Word\x20s\x27ha\x20realitzat\x20correctament','Exporting\x20Word\x20document':'S\x27està\x20exportant\x20a\x20document\x20de\x20Word'},'getPluralForm':_0x1d5e64=>0x1!=_0x1d5e64}};_0x29ad9d['ca']||={'dictionary':{},'getPluralForm':null},_0x29ad9d['ca']['dictionary']=Object['assign'](_0x29ad9d['ca']['dictionary'],_0x1d1621),_0x29ad9d['ca']['getPluralForm']=_0x3dfa60;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x57f540=>{const {ca:{dictionary:_0x44402e,getPluralForm:_0x4280ad}}={'ca':{'dictionary':{'Export\x20to\x20Word':'Exportar\x20a\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'S\x27ha\x20produït\x20un\x20error\x20en\x20generar\x20el\x20fitxer\x20de\x20Word.','Word\x20document\x20export\x20started':'S\x27ha\x20iniciat\x20l\x27exportació\x20a\x20document\x20de\x20Word','Word\x20document\x20export\x20failed':'Ha\x20fallat\x20l\x27exportació\x20a\x20document\x20de\x20Word','Word\x20document\x20export\x20successful':'L\x27exportació\x20a\x20document\x20de\x20Word\x20s\x27ha\x20realitzat\x20correctament','Exporting\x20Word\x20document':'S\x27està\x20exportant\x20a\x20document\x20de\x20Word'},'getPluralForm':_0x12b7df=>0x1!=_0x12b7df}};_0x57f540['ca']||={'dictionary':{},'getPluralForm':null},_0x57f540['ca']['dictionary']=Object['assign'](_0x57f540['ca']['dictionary'],_0x44402e),_0x57f540['ca']['getPluralForm']=_0x4280ad;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'cs':{'dictionary':{'Export\x20to\x20Word':'Exportovat\x20do\x20Wordu','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Při\x20generování\x20souboru\x20pro\x20Word\x20se\x20vyskytla\x20chyba.','Word\x20document\x20export\x20started':'Export\x20dokumentu\x20aplikace\x20Word\x20byl\x20zahájen','Word\x20document\x20export\x20failed':'Export\x20dokumentu\x20aplikace\x20Word\x20se\x20nezdařil','Word\x20document\x20export\x20successful':'Export\x20dokumentu\x20Word\x20byl\x20úspěšný','Exporting\x20Word\x20document':'Export\x20dokumentu\x20aplikace\x20Word'},'getPluralForm':_0x438d9c=>0x1==_0x438d9c&&_0x438d9c%0x1==0x0?0x0:_0x438d9c>=0x2&&_0x438d9c<=0x4&&_0x438d9c%0x1==0x0?0x1:_0x438d9c%0x1!=0x0?0x2:0x3}};
23
+ export default{'cs':{'dictionary':{'Export\x20to\x20Word':'Exportovat\x20do\x20Wordu','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Při\x20generování\x20souboru\x20pro\x20Word\x20se\x20vyskytla\x20chyba.','Word\x20document\x20export\x20started':'Export\x20dokumentu\x20aplikace\x20Word\x20byl\x20zahájen','Word\x20document\x20export\x20failed':'Export\x20dokumentu\x20aplikace\x20Word\x20se\x20nezdařil','Word\x20document\x20export\x20successful':'Export\x20dokumentu\x20Word\x20byl\x20úspěšný','Exporting\x20Word\x20document':'Export\x20dokumentu\x20aplikace\x20Word'},'getPluralForm':_0x1cc278=>0x1==_0x1cc278&&_0x1cc278%0x1==0x0?0x0:_0x1cc278>=0x2&&_0x1cc278<=0x4&&_0x1cc278%0x1==0x0?0x1:_0x1cc278%0x1!=0x0?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x14472e=>{const {cs:{dictionary:_0x44d83c,getPluralForm:_0x23aa64}}={'cs':{'dictionary':{'Export\x20to\x20Word':'Exportovat\x20do\x20Wordu','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Při\x20generování\x20souboru\x20pro\x20Word\x20se\x20vyskytla\x20chyba.','Word\x20document\x20export\x20started':'Export\x20dokumentu\x20aplikace\x20Word\x20byl\x20zahájen','Word\x20document\x20export\x20failed':'Export\x20dokumentu\x20aplikace\x20Word\x20se\x20nezdařil','Word\x20document\x20export\x20successful':'Export\x20dokumentu\x20Word\x20byl\x20úspěšný','Exporting\x20Word\x20document':'Export\x20dokumentu\x20aplikace\x20Word'},'getPluralForm':_0x55edc0=>0x1==_0x55edc0&&_0x55edc0%0x1==0x0?0x0:_0x55edc0>=0x2&&_0x55edc0<=0x4&&_0x55edc0%0x1==0x0?0x1:_0x55edc0%0x1!=0x0?0x2:0x3}};_0x14472e['cs']||={'dictionary':{},'getPluralForm':null},_0x14472e['cs']['dictionary']=Object['assign'](_0x14472e['cs']['dictionary'],_0x44d83c),_0x14472e['cs']['getPluralForm']=_0x23aa64;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x51ced3=>{const {cs:{dictionary:_0x478ed5,getPluralForm:_0x2f2a82}}={'cs':{'dictionary':{'Export\x20to\x20Word':'Exportovat\x20do\x20Wordu','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Při\x20generování\x20souboru\x20pro\x20Word\x20se\x20vyskytla\x20chyba.','Word\x20document\x20export\x20started':'Export\x20dokumentu\x20aplikace\x20Word\x20byl\x20zahájen','Word\x20document\x20export\x20failed':'Export\x20dokumentu\x20aplikace\x20Word\x20se\x20nezdařil','Word\x20document\x20export\x20successful':'Export\x20dokumentu\x20Word\x20byl\x20úspěšný','Exporting\x20Word\x20document':'Export\x20dokumentu\x20aplikace\x20Word'},'getPluralForm':_0x12e67b=>0x1==_0x12e67b&&_0x12e67b%0x1==0x0?0x0:_0x12e67b>=0x2&&_0x12e67b<=0x4&&_0x12e67b%0x1==0x0?0x1:_0x12e67b%0x1!=0x0?0x2:0x3}};_0x51ced3['cs']||={'dictionary':{},'getPluralForm':null},_0x51ced3['cs']['dictionary']=Object['assign'](_0x51ced3['cs']['dictionary'],_0x478ed5),_0x51ced3['cs']['getPluralForm']=_0x2f2a82;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'da':{'dictionary':{'Export\x20to\x20Word':'Eksporter\x20til\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Der\x20opstod\x20en\x20fejl\x20under\x20oprettelse\x20af\x20Word-filen.','Word\x20document\x20export\x20started':'Eksport\x20af\x20Word-dokument\x20startede','Word\x20document\x20export\x20failed':'Eksport\x20af\x20Word-dokument\x20mislykkedes','Word\x20document\x20export\x20successful':'Eksport\x20af\x20Word-dokument\x20lykkedes','Exporting\x20Word\x20document':'Eksport\x20af\x20Word-dokument'},'getPluralForm':_0x9bdda5=>0x1!=_0x9bdda5}};
23
+ export default{'da':{'dictionary':{'Export\x20to\x20Word':'Eksporter\x20til\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Der\x20opstod\x20en\x20fejl\x20under\x20oprettelse\x20af\x20Word-filen.','Word\x20document\x20export\x20started':'Eksport\x20af\x20Word-dokument\x20startede','Word\x20document\x20export\x20failed':'Eksport\x20af\x20Word-dokument\x20mislykkedes','Word\x20document\x20export\x20successful':'Eksport\x20af\x20Word-dokument\x20lykkedes','Exporting\x20Word\x20document':'Eksport\x20af\x20Word-dokument'},'getPluralForm':_0x3873be=>0x1!=_0x3873be}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x322f3d=>{const {da:{dictionary:_0x4771f4,getPluralForm:_0x1096d8}}={'da':{'dictionary':{'Export\x20to\x20Word':'Eksporter\x20til\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Der\x20opstod\x20en\x20fejl\x20under\x20oprettelse\x20af\x20Word-filen.','Word\x20document\x20export\x20started':'Eksport\x20af\x20Word-dokument\x20startede','Word\x20document\x20export\x20failed':'Eksport\x20af\x20Word-dokument\x20mislykkedes','Word\x20document\x20export\x20successful':'Eksport\x20af\x20Word-dokument\x20lykkedes','Exporting\x20Word\x20document':'Eksport\x20af\x20Word-dokument'},'getPluralForm':_0x12c112=>0x1!=_0x12c112}};_0x322f3d['da']||={'dictionary':{},'getPluralForm':null},_0x322f3d['da']['dictionary']=Object['assign'](_0x322f3d['da']['dictionary'],_0x4771f4),_0x322f3d['da']['getPluralForm']=_0x1096d8;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2a12c5=>{const {da:{dictionary:_0x7c6f4d,getPluralForm:_0x13d7c5}}={'da':{'dictionary':{'Export\x20to\x20Word':'Eksporter\x20til\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Der\x20opstod\x20en\x20fejl\x20under\x20oprettelse\x20af\x20Word-filen.','Word\x20document\x20export\x20started':'Eksport\x20af\x20Word-dokument\x20startede','Word\x20document\x20export\x20failed':'Eksport\x20af\x20Word-dokument\x20mislykkedes','Word\x20document\x20export\x20successful':'Eksport\x20af\x20Word-dokument\x20lykkedes','Exporting\x20Word\x20document':'Eksport\x20af\x20Word-dokument'},'getPluralForm':_0x413aec=>0x1!=_0x413aec}};_0x2a12c5['da']||={'dictionary':{},'getPluralForm':null},_0x2a12c5['da']['dictionary']=Object['assign'](_0x2a12c5['da']['dictionary'],_0x7c6f4d),_0x2a12c5['da']['getPluralForm']=_0x13d7c5;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'de':{'dictionary':{'Export\x20to\x20Word':'Als\x20Word-Datei\x20exportieren','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Beim\x20Erstellen\x20der\x20Word-Datei\x20ist\x20ein\x20Fehler\x20aufgetreten.','Word\x20document\x20export\x20started':'Word-Dokument-Export\x20gestartet','Word\x20document\x20export\x20failed':'Word-Dokument-Export\x20fehlgeschlagen','Word\x20document\x20export\x20successful':'Word-Dokument-Export\x20erfolgreich','Exporting\x20Word\x20document':'Word-Dokument\x20exportieren'},'getPluralForm':_0x57d6ff=>0x1!=_0x57d6ff}};
23
+ export default{'de':{'dictionary':{'Export\x20to\x20Word':'Als\x20Word-Datei\x20exportieren','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Beim\x20Erstellen\x20der\x20Word-Datei\x20ist\x20ein\x20Fehler\x20aufgetreten.','Word\x20document\x20export\x20started':'Word-Dokument-Export\x20gestartet','Word\x20document\x20export\x20failed':'Word-Dokument-Export\x20fehlgeschlagen','Word\x20document\x20export\x20successful':'Word-Dokument-Export\x20erfolgreich','Exporting\x20Word\x20document':'Word-Dokument\x20exportieren'},'getPluralForm':_0x585323=>0x1!=_0x585323}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x41d8c5=>{const {de:{dictionary:_0x5716e1,getPluralForm:_0x876b89}}={'de':{'dictionary':{'Export\x20to\x20Word':'Als\x20Word-Datei\x20exportieren','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Beim\x20Erstellen\x20der\x20Word-Datei\x20ist\x20ein\x20Fehler\x20aufgetreten.','Word\x20document\x20export\x20started':'Word-Dokument-Export\x20gestartet','Word\x20document\x20export\x20failed':'Word-Dokument-Export\x20fehlgeschlagen','Word\x20document\x20export\x20successful':'Word-Dokument-Export\x20erfolgreich','Exporting\x20Word\x20document':'Word-Dokument\x20exportieren'},'getPluralForm':_0x17266d=>0x1!=_0x17266d}};_0x41d8c5['de']||={'dictionary':{},'getPluralForm':null},_0x41d8c5['de']['dictionary']=Object['assign'](_0x41d8c5['de']['dictionary'],_0x5716e1),_0x41d8c5['de']['getPluralForm']=_0x876b89;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1d201f=>{const {de:{dictionary:_0x31cf4f,getPluralForm:_0x22d620}}={'de':{'dictionary':{'Export\x20to\x20Word':'Als\x20Word-Datei\x20exportieren','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Beim\x20Erstellen\x20der\x20Word-Datei\x20ist\x20ein\x20Fehler\x20aufgetreten.','Word\x20document\x20export\x20started':'Word-Dokument-Export\x20gestartet','Word\x20document\x20export\x20failed':'Word-Dokument-Export\x20fehlgeschlagen','Word\x20document\x20export\x20successful':'Word-Dokument-Export\x20erfolgreich','Exporting\x20Word\x20document':'Word-Dokument\x20exportieren'},'getPluralForm':_0x30fd26=>0x1!=_0x30fd26}};_0x1d201f['de']||={'dictionary':{},'getPluralForm':null},_0x1d201f['de']['dictionary']=Object['assign'](_0x1d201f['de']['dictionary'],_0x31cf4f),_0x1d201f['de']['getPluralForm']=_0x22d620;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'el':{'dictionary':{'Export\x20to\x20Word':'Εξαγωγή\x20σε\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Παρουσιάστηκε\x20σφάλμα\x20κατά\x20τη\x20δημιουργία\x20του\x20αρχείου\x20Word.','Word\x20document\x20export\x20started':'Ξεκίνησε\x20η\x20εξαγωγή\x20εγγράφου\x20Κειμένου','Word\x20document\x20export\x20failed':'Η\x20εξαγωγή\x20εγγράφου\x20Κειμένου\x20απέτυχε','Word\x20document\x20export\x20successful':'Η\x20εξαγωγή\x20εγγράφου\x20Κειμένου\x20ήταν\x20επιτυχής','Exporting\x20Word\x20document':'Εξαγωγή\x20εγγράφου\x20Κειμένου'},'getPluralForm':_0x1a477a=>0x1!=_0x1a477a}};
23
+ export default{'el':{'dictionary':{'Export\x20to\x20Word':'Εξαγωγή\x20σε\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Παρουσιάστηκε\x20σφάλμα\x20κατά\x20τη\x20δημιουργία\x20του\x20αρχείου\x20Word.','Word\x20document\x20export\x20started':'Ξεκίνησε\x20η\x20εξαγωγή\x20εγγράφου\x20Κειμένου','Word\x20document\x20export\x20failed':'Η\x20εξαγωγή\x20εγγράφου\x20Κειμένου\x20απέτυχε','Word\x20document\x20export\x20successful':'Η\x20εξαγωγή\x20εγγράφου\x20Κειμένου\x20ήταν\x20επιτυχής','Exporting\x20Word\x20document':'Εξαγωγή\x20εγγράφου\x20Κειμένου'},'getPluralForm':_0x29b869=>0x1!=_0x29b869}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0xa8b425=>{const {el:{dictionary:_0x2a8d25,getPluralForm:_0x39d87d}}={'el':{'dictionary':{'Export\x20to\x20Word':'Εξαγωγή\x20σε\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Παρουσιάστηκε\x20σφάλμα\x20κατά\x20τη\x20δημιουργία\x20του\x20αρχείου\x20Word.','Word\x20document\x20export\x20started':'Ξεκίνησε\x20η\x20εξαγωγή\x20εγγράφου\x20Κειμένου','Word\x20document\x20export\x20failed':'Η\x20εξαγωγή\x20εγγράφου\x20Κειμένου\x20απέτυχε','Word\x20document\x20export\x20successful':'Η\x20εξαγωγή\x20εγγράφου\x20Κειμένου\x20ήταν\x20επιτυχής','Exporting\x20Word\x20document':'Εξαγωγή\x20εγγράφου\x20Κειμένου'},'getPluralForm':_0x3736a1=>0x1!=_0x3736a1}};_0xa8b425['el']||={'dictionary':{},'getPluralForm':null},_0xa8b425['el']['dictionary']=Object['assign'](_0xa8b425['el']['dictionary'],_0x2a8d25),_0xa8b425['el']['getPluralForm']=_0x39d87d;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4afed5=>{const {el:{dictionary:_0x131286,getPluralForm:_0x4df86d}}={'el':{'dictionary':{'Export\x20to\x20Word':'Εξαγωγή\x20σε\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Παρουσιάστηκε\x20σφάλμα\x20κατά\x20τη\x20δημιουργία\x20του\x20αρχείου\x20Word.','Word\x20document\x20export\x20started':'Ξεκίνησε\x20η\x20εξαγωγή\x20εγγράφου\x20Κειμένου','Word\x20document\x20export\x20failed':'Η\x20εξαγωγή\x20εγγράφου\x20Κειμένου\x20απέτυχε','Word\x20document\x20export\x20successful':'Η\x20εξαγωγή\x20εγγράφου\x20Κειμένου\x20ήταν\x20επιτυχής','Exporting\x20Word\x20document':'Εξαγωγή\x20εγγράφου\x20Κειμένου'},'getPluralForm':_0x31da80=>0x1!=_0x31da80}};_0x4afed5['el']||={'dictionary':{},'getPluralForm':null},_0x4afed5['el']['dictionary']=Object['assign'](_0x4afed5['el']['dictionary'],_0x131286),_0x4afed5['el']['getPluralForm']=_0x4df86d;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'en-au':{'dictionary':{'Export\x20to\x20Word':'Export\x20to\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.','Word\x20document\x20export\x20started':'','Word\x20document\x20export\x20failed':'','Word\x20document\x20export\x20successful':'','Exporting\x20Word\x20document':''},'getPluralForm':_0x478462=>0x1!=_0x478462}};
23
+ export default{'en-au':{'dictionary':{'Export\x20to\x20Word':'Export\x20to\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.','Word\x20document\x20export\x20started':'','Word\x20document\x20export\x20failed':'','Word\x20document\x20export\x20successful':'','Exporting\x20Word\x20document':''},'getPluralForm':_0x1487f4=>0x1!=_0x1487f4}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x1a22ff=>{const {'en-au':{dictionary:_0x41bb73,getPluralForm:_0x21f500}}={'en-au':{'dictionary':{'Export\x20to\x20Word':'Export\x20to\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.','Word\x20document\x20export\x20started':'','Word\x20document\x20export\x20failed':'','Word\x20document\x20export\x20successful':'','Exporting\x20Word\x20document':''},'getPluralForm':_0x120c2c=>0x1!=_0x120c2c}};_0x1a22ff['en-au']||={'dictionary':{},'getPluralForm':null},_0x1a22ff['en-au']['dictionary']=Object['assign'](_0x1a22ff['en-au']['dictionary'],_0x41bb73),_0x1a22ff['en-au']['getPluralForm']=_0x21f500;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xed7425=>{const {'en-au':{dictionary:_0x1a43ca,getPluralForm:_0x2222ed}}={'en-au':{'dictionary':{'Export\x20to\x20Word':'Export\x20to\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.','Word\x20document\x20export\x20started':'','Word\x20document\x20export\x20failed':'','Word\x20document\x20export\x20successful':'','Exporting\x20Word\x20document':''},'getPluralForm':_0x3283c8=>0x1!=_0x3283c8}};_0xed7425['en-au']||={'dictionary':{},'getPluralForm':null},_0xed7425['en-au']['dictionary']=Object['assign'](_0xed7425['en-au']['dictionary'],_0x1a43ca),_0xed7425['en-au']['getPluralForm']=_0x2222ed;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x528125=>{const {en:{dictionary:_0xf3b09a,getPluralForm:_0x269dba}}={'en':{'dictionary':{'Export\x20to\x20Word':'Export\x20to\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.','Word\x20document\x20export\x20started':'Word\x20document\x20export\x20started','Word\x20document\x20export\x20failed':'Word\x20document\x20export\x20failed','Word\x20document\x20export\x20successful':'Word\x20document\x20export\x20successful','Exporting\x20Word\x20document':'Exporting\x20Word\x20document'},'getPluralForm':null}};_0x528125['en']||={'dictionary':{},'getPluralForm':null},_0x528125['en']['dictionary']=Object['assign'](_0x528125['en']['dictionary'],_0xf3b09a),_0x528125['en']['getPluralForm']=_0x269dba;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xb29594=>{const {en:{dictionary:_0x23cf5b,getPluralForm:_0x41f5fd}}={'en':{'dictionary':{'Export\x20to\x20Word':'Export\x20to\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.','Word\x20document\x20export\x20started':'Word\x20document\x20export\x20started','Word\x20document\x20export\x20failed':'Word\x20document\x20export\x20failed','Word\x20document\x20export\x20successful':'Word\x20document\x20export\x20successful','Exporting\x20Word\x20document':'Exporting\x20Word\x20document'},'getPluralForm':null}};_0xb29594['en']||={'dictionary':{},'getPluralForm':null},_0xb29594['en']['dictionary']=Object['assign'](_0xb29594['en']['dictionary'],_0x23cf5b),_0xb29594['en']['getPluralForm']=_0x41f5fd;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'es':{'dictionary':{'Export\x20to\x20Word':'Exportar\x20a\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Se\x20ha\x20producido\x20un\x20error\x20al\x20generar\x20el\x20archivo\x20de\x20Word.','Word\x20document\x20export\x20started':'La\x20exportación\x20del\x20documento\x20de\x20Word\x20ha\x20comenzado','Word\x20document\x20export\x20failed':'La\x20exportación\x20del\x20documento\x20de\x20Word\x20ha\x20fallado','Word\x20document\x20export\x20successful':'Se\x20ha\x20exportado\x20el\x20documento\x20de\x20Word','Exporting\x20Word\x20document':'Exportando\x20documento\x20de\x20Word'},'getPluralForm':_0x4c8ed9=>0x1==_0x4c8ed9?0x0:0x0!=_0x4c8ed9&&_0x4c8ed9%0xf4240==0x0?0x1:0x2}};
23
+ export default{'es':{'dictionary':{'Export\x20to\x20Word':'Exportar\x20a\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Se\x20ha\x20producido\x20un\x20error\x20al\x20generar\x20el\x20archivo\x20de\x20Word.','Word\x20document\x20export\x20started':'La\x20exportación\x20del\x20documento\x20de\x20Word\x20ha\x20comenzado','Word\x20document\x20export\x20failed':'La\x20exportación\x20del\x20documento\x20de\x20Word\x20ha\x20fallado','Word\x20document\x20export\x20successful':'Se\x20ha\x20exportado\x20el\x20documento\x20de\x20Word','Exporting\x20Word\x20document':'Exportando\x20documento\x20de\x20Word'},'getPluralForm':_0x1a3d41=>0x1==_0x1a3d41?0x0:0x0!=_0x1a3d41&&_0x1a3d41%0xf4240==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x121d98=>{const {es:{dictionary:_0x182a61,getPluralForm:_0x114d8e}}={'es':{'dictionary':{'Export\x20to\x20Word':'Exportar\x20a\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Se\x20ha\x20producido\x20un\x20error\x20al\x20generar\x20el\x20archivo\x20de\x20Word.','Word\x20document\x20export\x20started':'La\x20exportación\x20del\x20documento\x20de\x20Word\x20ha\x20comenzado','Word\x20document\x20export\x20failed':'La\x20exportación\x20del\x20documento\x20de\x20Word\x20ha\x20fallado','Word\x20document\x20export\x20successful':'Se\x20ha\x20exportado\x20el\x20documento\x20de\x20Word','Exporting\x20Word\x20document':'Exportando\x20documento\x20de\x20Word'},'getPluralForm':_0x40df76=>0x1==_0x40df76?0x0:0x0!=_0x40df76&&_0x40df76%0xf4240==0x0?0x1:0x2}};_0x121d98['es']||={'dictionary':{},'getPluralForm':null},_0x121d98['es']['dictionary']=Object['assign'](_0x121d98['es']['dictionary'],_0x182a61),_0x121d98['es']['getPluralForm']=_0x114d8e;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3f50a5=>{const {es:{dictionary:_0x545f88,getPluralForm:_0xb48ec5}}={'es':{'dictionary':{'Export\x20to\x20Word':'Exportar\x20a\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Se\x20ha\x20producido\x20un\x20error\x20al\x20generar\x20el\x20archivo\x20de\x20Word.','Word\x20document\x20export\x20started':'La\x20exportación\x20del\x20documento\x20de\x20Word\x20ha\x20comenzado','Word\x20document\x20export\x20failed':'La\x20exportación\x20del\x20documento\x20de\x20Word\x20ha\x20fallado','Word\x20document\x20export\x20successful':'Se\x20ha\x20exportado\x20el\x20documento\x20de\x20Word','Exporting\x20Word\x20document':'Exportando\x20documento\x20de\x20Word'},'getPluralForm':_0x5915c8=>0x1==_0x5915c8?0x0:0x0!=_0x5915c8&&_0x5915c8%0xf4240==0x0?0x1:0x2}};_0x3f50a5['es']||={'dictionary':{},'getPluralForm':null},_0x3f50a5['es']['dictionary']=Object['assign'](_0x3f50a5['es']['dictionary'],_0x545f88),_0x3f50a5['es']['getPluralForm']=_0xb48ec5;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'et':{'dictionary':{'Export\x20to\x20Word':'Ekspordi\x20Wordi','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Word-faili\x20loomisel\x20tekkis\x20viga.','Word\x20document\x20export\x20started':'Alustati\x20Word\x20dokumendi\x20eksportimisega','Word\x20document\x20export\x20failed':'Word\x20dokumendi\x20eksportimine\x20nurjus','Word\x20document\x20export\x20successful':'Word\x20dokumendi\x20eksportimine\x20õnnestus','Exporting\x20Word\x20document':'Word\x20dokumendi\x20eksportimine'},'getPluralForm':_0x1ff822=>0x1!=_0x1ff822}};
23
+ export default{'et':{'dictionary':{'Export\x20to\x20Word':'Ekspordi\x20Wordi','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Word-faili\x20loomisel\x20tekkis\x20viga.','Word\x20document\x20export\x20started':'Alustati\x20Word\x20dokumendi\x20eksportimisega','Word\x20document\x20export\x20failed':'Word\x20dokumendi\x20eksportimine\x20nurjus','Word\x20document\x20export\x20successful':'Word\x20dokumendi\x20eksportimine\x20õnnestus','Exporting\x20Word\x20document':'Word\x20dokumendi\x20eksportimine'},'getPluralForm':_0x5ee673=>0x1!=_0x5ee673}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x37bf94=>{const {et:{dictionary:_0x1f82d6,getPluralForm:_0x435224}}={'et':{'dictionary':{'Export\x20to\x20Word':'Ekspordi\x20Wordi','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Word-faili\x20loomisel\x20tekkis\x20viga.','Word\x20document\x20export\x20started':'Alustati\x20Word\x20dokumendi\x20eksportimisega','Word\x20document\x20export\x20failed':'Word\x20dokumendi\x20eksportimine\x20nurjus','Word\x20document\x20export\x20successful':'Word\x20dokumendi\x20eksportimine\x20õnnestus','Exporting\x20Word\x20document':'Word\x20dokumendi\x20eksportimine'},'getPluralForm':_0x48629f=>0x1!=_0x48629f}};_0x37bf94['et']||={'dictionary':{},'getPluralForm':null},_0x37bf94['et']['dictionary']=Object['assign'](_0x37bf94['et']['dictionary'],_0x1f82d6),_0x37bf94['et']['getPluralForm']=_0x435224;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3c5ea2=>{const {et:{dictionary:_0x17ced5,getPluralForm:_0x3e9eb4}}={'et':{'dictionary':{'Export\x20to\x20Word':'Ekspordi\x20Wordi','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Word-faili\x20loomisel\x20tekkis\x20viga.','Word\x20document\x20export\x20started':'Alustati\x20Word\x20dokumendi\x20eksportimisega','Word\x20document\x20export\x20failed':'Word\x20dokumendi\x20eksportimine\x20nurjus','Word\x20document\x20export\x20successful':'Word\x20dokumendi\x20eksportimine\x20õnnestus','Exporting\x20Word\x20document':'Word\x20dokumendi\x20eksportimine'},'getPluralForm':_0x55fe25=>0x1!=_0x55fe25}};_0x3c5ea2['et']||={'dictionary':{},'getPluralForm':null},_0x3c5ea2['et']['dictionary']=Object['assign'](_0x3c5ea2['et']['dictionary'],_0x17ced5),_0x3c5ea2['et']['getPluralForm']=_0x3e9eb4;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'fi':{'dictionary':{'Export\x20to\x20Word':'Siirrä\x20Wordiin','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Kohtasimme\x20häiriön\x20Word-tiedoston\x20luonnin\x20yhteydessä.','Word\x20document\x20export\x20started':'Word-asiakirjan\x20vienti\x20aloitettu','Word\x20document\x20export\x20failed':'Word-asiakirjan\x20vienti\x20epäonnistui','Word\x20document\x20export\x20successful':'Word-asiakirjan\x20vienti\x20onnistui','Exporting\x20Word\x20document':'Viedään\x20Word-asiakirjaa'},'getPluralForm':_0x4aa158=>0x1!=_0x4aa158}};
23
+ export default{'fi':{'dictionary':{'Export\x20to\x20Word':'Siirrä\x20Wordiin','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Kohtasimme\x20häiriön\x20Word-tiedoston\x20luonnin\x20yhteydessä.','Word\x20document\x20export\x20started':'Word-asiakirjan\x20vienti\x20aloitettu','Word\x20document\x20export\x20failed':'Word-asiakirjan\x20vienti\x20epäonnistui','Word\x20document\x20export\x20successful':'Word-asiakirjan\x20vienti\x20onnistui','Exporting\x20Word\x20document':'Viedään\x20Word-asiakirjaa'},'getPluralForm':_0x55d46c=>0x1!=_0x55d46c}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x218d70=>{const {fi:{dictionary:_0x41a2e1,getPluralForm:_0x1fda2a}}={'fi':{'dictionary':{'Export\x20to\x20Word':'Siirrä\x20Wordiin','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Kohtasimme\x20häiriön\x20Word-tiedoston\x20luonnin\x20yhteydessä.','Word\x20document\x20export\x20started':'Word-asiakirjan\x20vienti\x20aloitettu','Word\x20document\x20export\x20failed':'Word-asiakirjan\x20vienti\x20epäonnistui','Word\x20document\x20export\x20successful':'Word-asiakirjan\x20vienti\x20onnistui','Exporting\x20Word\x20document':'Viedään\x20Word-asiakirjaa'},'getPluralForm':_0x5259d3=>0x1!=_0x5259d3}};_0x218d70['fi']||={'dictionary':{},'getPluralForm':null},_0x218d70['fi']['dictionary']=Object['assign'](_0x218d70['fi']['dictionary'],_0x41a2e1),_0x218d70['fi']['getPluralForm']=_0x1fda2a;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4ff6de=>{const {fi:{dictionary:_0x35466f,getPluralForm:_0x4a9ebf}}={'fi':{'dictionary':{'Export\x20to\x20Word':'Siirrä\x20Wordiin','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Kohtasimme\x20häiriön\x20Word-tiedoston\x20luonnin\x20yhteydessä.','Word\x20document\x20export\x20started':'Word-asiakirjan\x20vienti\x20aloitettu','Word\x20document\x20export\x20failed':'Word-asiakirjan\x20vienti\x20epäonnistui','Word\x20document\x20export\x20successful':'Word-asiakirjan\x20vienti\x20onnistui','Exporting\x20Word\x20document':'Viedään\x20Word-asiakirjaa'},'getPluralForm':_0x538bf2=>0x1!=_0x538bf2}};_0x4ff6de['fi']||={'dictionary':{},'getPluralForm':null},_0x4ff6de['fi']['dictionary']=Object['assign'](_0x4ff6de['fi']['dictionary'],_0x35466f),_0x4ff6de['fi']['getPluralForm']=_0x4a9ebf;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'fr':{'dictionary':{'Export\x20to\x20Word':'Exporter\x20en\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Une\x20erreur\x20est\x20survenue\x20lors\x20de\x20la\x20génération\x20du\x20fichier\x20Word.','Word\x20document\x20export\x20started':'L\x27exportation\x20du\x20document\x20Word\x20a\x20démarré','Word\x20document\x20export\x20failed':'L\x27exportation\x20du\x20document\x20Word\x20a\x20échoué','Word\x20document\x20export\x20successful':'L\x27exportation\x20du\x20document\x20Word\x20a\x20réussi','Exporting\x20Word\x20document':'Exportation\x20d\x27un\x20document\x20Word'},'getPluralForm':_0x4e7474=>0x0==_0x4e7474||0x1==_0x4e7474?0x0:0x0!=_0x4e7474&&_0x4e7474%0xf4240==0x0?0x1:0x2}};
23
+ export default{'fr':{'dictionary':{'Export\x20to\x20Word':'Exporter\x20en\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Une\x20erreur\x20est\x20survenue\x20lors\x20de\x20la\x20génération\x20du\x20fichier\x20Word.','Word\x20document\x20export\x20started':'L\x27exportation\x20du\x20document\x20Word\x20a\x20démarré','Word\x20document\x20export\x20failed':'L\x27exportation\x20du\x20document\x20Word\x20a\x20échoué','Word\x20document\x20export\x20successful':'L\x27exportation\x20du\x20document\x20Word\x20a\x20réussi','Exporting\x20Word\x20document':'Exportation\x20d\x27un\x20document\x20Word'},'getPluralForm':_0x2709b9=>0x0==_0x2709b9||0x1==_0x2709b9?0x0:0x0!=_0x2709b9&&_0x2709b9%0xf4240==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x53b9c6=>{const {fr:{dictionary:_0x33ac41,getPluralForm:_0x3d824d}}={'fr':{'dictionary':{'Export\x20to\x20Word':'Exporter\x20en\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Une\x20erreur\x20est\x20survenue\x20lors\x20de\x20la\x20génération\x20du\x20fichier\x20Word.','Word\x20document\x20export\x20started':'L\x27exportation\x20du\x20document\x20Word\x20a\x20démarré','Word\x20document\x20export\x20failed':'L\x27exportation\x20du\x20document\x20Word\x20a\x20échoué','Word\x20document\x20export\x20successful':'L\x27exportation\x20du\x20document\x20Word\x20a\x20réussi','Exporting\x20Word\x20document':'Exportation\x20d\x27un\x20document\x20Word'},'getPluralForm':_0x123c14=>0x0==_0x123c14||0x1==_0x123c14?0x0:0x0!=_0x123c14&&_0x123c14%0xf4240==0x0?0x1:0x2}};_0x53b9c6['fr']||={'dictionary':{},'getPluralForm':null},_0x53b9c6['fr']['dictionary']=Object['assign'](_0x53b9c6['fr']['dictionary'],_0x33ac41),_0x53b9c6['fr']['getPluralForm']=_0x3d824d;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4214e3=>{const {fr:{dictionary:_0x1fb462,getPluralForm:_0x1291c3}}={'fr':{'dictionary':{'Export\x20to\x20Word':'Exporter\x20en\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Une\x20erreur\x20est\x20survenue\x20lors\x20de\x20la\x20génération\x20du\x20fichier\x20Word.','Word\x20document\x20export\x20started':'L\x27exportation\x20du\x20document\x20Word\x20a\x20démarré','Word\x20document\x20export\x20failed':'L\x27exportation\x20du\x20document\x20Word\x20a\x20échoué','Word\x20document\x20export\x20successful':'L\x27exportation\x20du\x20document\x20Word\x20a\x20réussi','Exporting\x20Word\x20document':'Exportation\x20d\x27un\x20document\x20Word'},'getPluralForm':_0x4ab29c=>0x0==_0x4ab29c||0x1==_0x4ab29c?0x0:0x0!=_0x4ab29c&&_0x4ab29c%0xf4240==0x0?0x1:0x2}};_0x4214e3['fr']||={'dictionary':{},'getPluralForm':null},_0x4214e3['fr']['dictionary']=Object['assign'](_0x4214e3['fr']['dictionary'],_0x1fb462),_0x4214e3['fr']['getPluralForm']=_0x1291c3;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'gl':{'dictionary':{'Export\x20to\x20Word':'Exportar\x20a\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Produciuse\x20un\x20erro\x20ao\x20xerar\x20o\x20ficheiro\x20de\x20Word.','Word\x20document\x20export\x20started':'Comezou\x20a\x20exportación\x20do\x20documento\x20de\x20Word','Word\x20document\x20export\x20failed':'Produciuse\x20un\x20fallo\x20ao\x20exportar\x20un\x20documento\x20de\x20Word','Word\x20document\x20export\x20successful':'A\x20exportación\x20do\x20documento\x20de\x20Word\x20foi\x20satisfactoria','Exporting\x20Word\x20document':'Exportando\x20un\x20documento\x20de\x20Word'},'getPluralForm':_0x612885=>0x1!=_0x612885}};
23
+ export default{'gl':{'dictionary':{'Export\x20to\x20Word':'Exportar\x20a\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Produciuse\x20un\x20erro\x20ao\x20xerar\x20o\x20ficheiro\x20de\x20Word.','Word\x20document\x20export\x20started':'Comezou\x20a\x20exportación\x20do\x20documento\x20de\x20Word','Word\x20document\x20export\x20failed':'Produciuse\x20un\x20fallo\x20ao\x20exportar\x20un\x20documento\x20de\x20Word','Word\x20document\x20export\x20successful':'A\x20exportación\x20do\x20documento\x20de\x20Word\x20foi\x20satisfactoria','Exporting\x20Word\x20document':'Exportando\x20un\x20documento\x20de\x20Word'},'getPluralForm':_0x593275=>0x1!=_0x593275}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5e6b94=>{const {gl:{dictionary:_0x469c1d,getPluralForm:_0x601f2}}={'gl':{'dictionary':{'Export\x20to\x20Word':'Exportar\x20a\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Produciuse\x20un\x20erro\x20ao\x20xerar\x20o\x20ficheiro\x20de\x20Word.','Word\x20document\x20export\x20started':'Comezou\x20a\x20exportación\x20do\x20documento\x20de\x20Word','Word\x20document\x20export\x20failed':'Produciuse\x20un\x20fallo\x20ao\x20exportar\x20un\x20documento\x20de\x20Word','Word\x20document\x20export\x20successful':'A\x20exportación\x20do\x20documento\x20de\x20Word\x20foi\x20satisfactoria','Exporting\x20Word\x20document':'Exportando\x20un\x20documento\x20de\x20Word'},'getPluralForm':_0x4755e4=>0x1!=_0x4755e4}};_0x5e6b94['gl']||={'dictionary':{},'getPluralForm':null},_0x5e6b94['gl']['dictionary']=Object['assign'](_0x5e6b94['gl']['dictionary'],_0x469c1d),_0x5e6b94['gl']['getPluralForm']=_0x601f2;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x32d274=>{const {gl:{dictionary:_0x107567,getPluralForm:_0x3ab917}}={'gl':{'dictionary':{'Export\x20to\x20Word':'Exportar\x20a\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Produciuse\x20un\x20erro\x20ao\x20xerar\x20o\x20ficheiro\x20de\x20Word.','Word\x20document\x20export\x20started':'Comezou\x20a\x20exportación\x20do\x20documento\x20de\x20Word','Word\x20document\x20export\x20failed':'Produciuse\x20un\x20fallo\x20ao\x20exportar\x20un\x20documento\x20de\x20Word','Word\x20document\x20export\x20successful':'A\x20exportación\x20do\x20documento\x20de\x20Word\x20foi\x20satisfactoria','Exporting\x20Word\x20document':'Exportando\x20un\x20documento\x20de\x20Word'},'getPluralForm':_0x373933=>0x1!=_0x373933}};_0x32d274['gl']||={'dictionary':{},'getPluralForm':null},_0x32d274['gl']['dictionary']=Object['assign'](_0x32d274['gl']['dictionary'],_0x107567),_0x32d274['gl']['getPluralForm']=_0x3ab917;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'he':{'dictionary':{'Export\x20to\x20Word':'ייצוא\x20ל-Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'אירעה\x20שגיאה\x20בעת\x20יצירת\x20קובץ\x20ה-Word.','Word\x20document\x20export\x20started':'ייצוא\x20מסמך\x20Word\x20החל','Word\x20document\x20export\x20failed':'ייצוא\x20מסמך\x20Word\x20נכשל','Word\x20document\x20export\x20successful':'ייצוא\x20מסמך\x20Word\x20הצליח','Exporting\x20Word\x20document':'מייצא\x20מסמך\x20Word'},'getPluralForm':_0x42408b=>0x1==_0x42408b&&_0x42408b%0x1==0x0?0x0:0x2==_0x42408b&&_0x42408b%0x1==0x0?0x1:0x2}};
23
+ export default{'he':{'dictionary':{'Export\x20to\x20Word':'ייצוא\x20ל-Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'אירעה\x20שגיאה\x20בעת\x20יצירת\x20קובץ\x20ה-Word.','Word\x20document\x20export\x20started':'ייצוא\x20מסמך\x20Word\x20החל','Word\x20document\x20export\x20failed':'ייצוא\x20מסמך\x20Word\x20נכשל','Word\x20document\x20export\x20successful':'ייצוא\x20מסמך\x20Word\x20הצליח','Exporting\x20Word\x20document':'מייצא\x20מסמך\x20Word'},'getPluralForm':_0x50e5c5=>0x1==_0x50e5c5&&_0x50e5c5%0x1==0x0?0x0:0x2==_0x50e5c5&&_0x50e5c5%0x1==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2c8dcc=>{const {he:{dictionary:_0x3b6d19,getPluralForm:_0x3c576e}}={'he':{'dictionary':{'Export\x20to\x20Word':'ייצוא\x20ל-Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'אירעה\x20שגיאה\x20בעת\x20יצירת\x20קובץ\x20ה-Word.','Word\x20document\x20export\x20started':'ייצוא\x20מסמך\x20Word\x20החל','Word\x20document\x20export\x20failed':'ייצוא\x20מסמך\x20Word\x20נכשל','Word\x20document\x20export\x20successful':'ייצוא\x20מסמך\x20Word\x20הצליח','Exporting\x20Word\x20document':'מייצא\x20מסמך\x20Word'},'getPluralForm':_0x58741d=>0x1==_0x58741d&&_0x58741d%0x1==0x0?0x0:0x2==_0x58741d&&_0x58741d%0x1==0x0?0x1:0x2}};_0x2c8dcc['he']||={'dictionary':{},'getPluralForm':null},_0x2c8dcc['he']['dictionary']=Object['assign'](_0x2c8dcc['he']['dictionary'],_0x3b6d19),_0x2c8dcc['he']['getPluralForm']=_0x3c576e;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x19ad3d=>{const {he:{dictionary:_0x524f2f,getPluralForm:_0x106b2a}}={'he':{'dictionary':{'Export\x20to\x20Word':'ייצוא\x20ל-Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'אירעה\x20שגיאה\x20בעת\x20יצירת\x20קובץ\x20ה-Word.','Word\x20document\x20export\x20started':'ייצוא\x20מסמך\x20Word\x20החל','Word\x20document\x20export\x20failed':'ייצוא\x20מסמך\x20Word\x20נכשל','Word\x20document\x20export\x20successful':'ייצוא\x20מסמך\x20Word\x20הצליח','Exporting\x20Word\x20document':'מייצא\x20מסמך\x20Word'},'getPluralForm':_0x3eefb8=>0x1==_0x3eefb8&&_0x3eefb8%0x1==0x0?0x0:0x2==_0x3eefb8&&_0x3eefb8%0x1==0x0?0x1:0x2}};_0x19ad3d['he']||={'dictionary':{},'getPluralForm':null},_0x19ad3d['he']['dictionary']=Object['assign'](_0x19ad3d['he']['dictionary'],_0x524f2f),_0x19ad3d['he']['getPluralForm']=_0x106b2a;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'hi':{'dictionary':{'Export\x20to\x20Word':'वर्ड\x20में\x20एक्सपोर्ट\x20करें','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'वर्ड\x20फ़ाइल\x20जनरेट\x20करते\x20समय\x20कोई\x20एरर\x20हो\x20गयी.','Word\x20document\x20export\x20started':'Word\x20डॉक्यूमेंट\x20का\x20एक्सपोर्ट\x20शुरू\x20हुआ','Word\x20document\x20export\x20failed':'Word\x20डॉक्यूमेंट\x20का\x20एक्सपोर्ट\x20विफल\x20रहा','Word\x20document\x20export\x20successful':'Word\x20डॉक्यूमेंट\x20का\x20एक्सपोर्ट\x20सफल\x20हुआ','Exporting\x20Word\x20document':'Word\x20डॉक्यूमेंट\x20को\x20एक्सपोर्ट\x20किया\x20जा\x20रहा\x20है'},'getPluralForm':_0x3ba3f5=>0x1!=_0x3ba3f5}};
23
+ export default{'hi':{'dictionary':{'Export\x20to\x20Word':'वर्ड\x20में\x20एक्सपोर्ट\x20करें','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'वर्ड\x20फ़ाइल\x20जनरेट\x20करते\x20समय\x20कोई\x20एरर\x20हो\x20गयी.','Word\x20document\x20export\x20started':'Word\x20डॉक्यूमेंट\x20का\x20एक्सपोर्ट\x20शुरू\x20हुआ','Word\x20document\x20export\x20failed':'Word\x20डॉक्यूमेंट\x20का\x20एक्सपोर्ट\x20विफल\x20रहा','Word\x20document\x20export\x20successful':'Word\x20डॉक्यूमेंट\x20का\x20एक्सपोर्ट\x20सफल\x20हुआ','Exporting\x20Word\x20document':'Word\x20डॉक्यूमेंट\x20को\x20एक्सपोर्ट\x20किया\x20जा\x20रहा\x20है'},'getPluralForm':_0x1544f6=>0x1!=_0x1544f6}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x479510=>{const {hi:{dictionary:_0x54e153,getPluralForm:_0x750167}}={'hi':{'dictionary':{'Export\x20to\x20Word':'वर्ड\x20में\x20एक्सपोर्ट\x20करें','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'वर्ड\x20फ़ाइल\x20जनरेट\x20करते\x20समय\x20कोई\x20एरर\x20हो\x20गयी.','Word\x20document\x20export\x20started':'Word\x20डॉक्यूमेंट\x20का\x20एक्सपोर्ट\x20शुरू\x20हुआ','Word\x20document\x20export\x20failed':'Word\x20डॉक्यूमेंट\x20का\x20एक्सपोर्ट\x20विफल\x20रहा','Word\x20document\x20export\x20successful':'Word\x20डॉक्यूमेंट\x20का\x20एक्सपोर्ट\x20सफल\x20हुआ','Exporting\x20Word\x20document':'Word\x20डॉक्यूमेंट\x20को\x20एक्सपोर्ट\x20किया\x20जा\x20रहा\x20है'},'getPluralForm':_0x41e661=>0x1!=_0x41e661}};_0x479510['hi']||={'dictionary':{},'getPluralForm':null},_0x479510['hi']['dictionary']=Object['assign'](_0x479510['hi']['dictionary'],_0x54e153),_0x479510['hi']['getPluralForm']=_0x750167;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x56454d=>{const {hi:{dictionary:_0xe4454c,getPluralForm:_0x44d313}}={'hi':{'dictionary':{'Export\x20to\x20Word':'वर्ड\x20में\x20एक्सपोर्ट\x20करें','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'वर्ड\x20फ़ाइल\x20जनरेट\x20करते\x20समय\x20कोई\x20एरर\x20हो\x20गयी.','Word\x20document\x20export\x20started':'Word\x20डॉक्यूमेंट\x20का\x20एक्सपोर्ट\x20शुरू\x20हुआ','Word\x20document\x20export\x20failed':'Word\x20डॉक्यूमेंट\x20का\x20एक्सपोर्ट\x20विफल\x20रहा','Word\x20document\x20export\x20successful':'Word\x20डॉक्यूमेंट\x20का\x20एक्सपोर्ट\x20सफल\x20हुआ','Exporting\x20Word\x20document':'Word\x20डॉक्यूमेंट\x20को\x20एक्सपोर्ट\x20किया\x20जा\x20रहा\x20है'},'getPluralForm':_0x57d65d=>0x1!=_0x57d65d}};_0x56454d['hi']||={'dictionary':{},'getPluralForm':null},_0x56454d['hi']['dictionary']=Object['assign'](_0x56454d['hi']['dictionary'],_0xe4454c),_0x56454d['hi']['getPluralForm']=_0x44d313;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'hr':{'dictionary':{'Export\x20to\x20Word':'Izvoz\x20u\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Došlo\x20je\x20do\x20greške\x20prilikom\x20generiranja\x20Word\x20datoteke.','Word\x20document\x20export\x20started':'','Word\x20document\x20export\x20failed':'','Word\x20document\x20export\x20successful':'','Exporting\x20Word\x20document':''},'getPluralForm':_0x2e82d7=>_0x2e82d7%0xa==0x1&&_0x2e82d7%0x64!=0xb?0x0:_0x2e82d7%0xa>=0x2&&_0x2e82d7%0xa<=0x4&&(_0x2e82d7%0x64<0xa||_0x2e82d7%0x64>=0x14)?0x1:0x2}};
23
+ export default{'hr':{'dictionary':{'Export\x20to\x20Word':'Izvoz\x20u\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Došlo\x20je\x20do\x20greške\x20prilikom\x20generiranja\x20Word\x20datoteke.','Word\x20document\x20export\x20started':'','Word\x20document\x20export\x20failed':'','Word\x20document\x20export\x20successful':'','Exporting\x20Word\x20document':''},'getPluralForm':_0x3f227b=>_0x3f227b%0xa==0x1&&_0x3f227b%0x64!=0xb?0x0:_0x3f227b%0xa>=0x2&&_0x3f227b%0xa<=0x4&&(_0x3f227b%0x64<0xa||_0x3f227b%0x64>=0x14)?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x235a37=>{const {hr:{dictionary:_0x4bbd30,getPluralForm:_0xe3a8e5}}={'hr':{'dictionary':{'Export\x20to\x20Word':'Izvoz\x20u\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Došlo\x20je\x20do\x20greške\x20prilikom\x20generiranja\x20Word\x20datoteke.','Word\x20document\x20export\x20started':'','Word\x20document\x20export\x20failed':'','Word\x20document\x20export\x20successful':'','Exporting\x20Word\x20document':''},'getPluralForm':_0x2587c9=>_0x2587c9%0xa==0x1&&_0x2587c9%0x64!=0xb?0x0:_0x2587c9%0xa>=0x2&&_0x2587c9%0xa<=0x4&&(_0x2587c9%0x64<0xa||_0x2587c9%0x64>=0x14)?0x1:0x2}};_0x235a37['hr']||={'dictionary':{},'getPluralForm':null},_0x235a37['hr']['dictionary']=Object['assign'](_0x235a37['hr']['dictionary'],_0x4bbd30),_0x235a37['hr']['getPluralForm']=_0xe3a8e5;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x542805=>{const {hr:{dictionary:_0x5c0bb0,getPluralForm:_0x6d5941}}={'hr':{'dictionary':{'Export\x20to\x20Word':'Izvoz\x20u\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Došlo\x20je\x20do\x20greške\x20prilikom\x20generiranja\x20Word\x20datoteke.','Word\x20document\x20export\x20started':'','Word\x20document\x20export\x20failed':'','Word\x20document\x20export\x20successful':'','Exporting\x20Word\x20document':''},'getPluralForm':_0x3fff0e=>_0x3fff0e%0xa==0x1&&_0x3fff0e%0x64!=0xb?0x0:_0x3fff0e%0xa>=0x2&&_0x3fff0e%0xa<=0x4&&(_0x3fff0e%0x64<0xa||_0x3fff0e%0x64>=0x14)?0x1:0x2}};_0x542805['hr']||={'dictionary':{},'getPluralForm':null},_0x542805['hr']['dictionary']=Object['assign'](_0x542805['hr']['dictionary'],_0x5c0bb0),_0x542805['hr']['getPluralForm']=_0x6d5941;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'hu':{'dictionary':{'Export\x20to\x20Word':'Exportálás\x20Wordbe','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Hiba\x20lépett\x20fel\x20a\x20Word\x20fájl\x20generálásakor.','Word\x20document\x20export\x20started':'Word\x20dokumentum\x20exportálása\x20elindult','Word\x20document\x20export\x20failed':'Word\x20dokumentum\x20exportálása\x20sikertelen','Word\x20document\x20export\x20successful':'Word\x20dokumentum\x20exportálása\x20sikerült','Exporting\x20Word\x20document':'Word\x20dokumentum\x20exportálása'},'getPluralForm':_0x18a18f=>0x1!=_0x18a18f}};
23
+ export default{'hu':{'dictionary':{'Export\x20to\x20Word':'Exportálás\x20Wordbe','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Hiba\x20lépett\x20fel\x20a\x20Word\x20fájl\x20generálásakor.','Word\x20document\x20export\x20started':'Word\x20dokumentum\x20exportálása\x20elindult','Word\x20document\x20export\x20failed':'Word\x20dokumentum\x20exportálása\x20sikertelen','Word\x20document\x20export\x20successful':'Word\x20dokumentum\x20exportálása\x20sikerült','Exporting\x20Word\x20document':'Word\x20dokumentum\x20exportálása'},'getPluralForm':_0x31d94f=>0x1!=_0x31d94f}};