@ckeditor/ckeditor5-export-word 42.0.0 → 42.0.1-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) 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 +2 -2
  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.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")},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(o){var r=e[o];if(void 0!==r)return r.exports;var s=e[o]={exports:{}};return t[o](s,s.exports,n),s.exports}n.d=(t,e)=>{for(var o in e)n.o(e,o)&&!n.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},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 o={};(()=>{"use strict";n.r(o),n.d(o,{ExportWord:()=>f});var t=n(782),e=n(311);function r(){const t=["getCommentThreads","get","keys","data-cke","TrackChanges","plugins",".ck-content","length","EDITOR_STYLES","authorId","333960LgTcif","all","825869DepuPg","24660qZwQVR","map","fetch","3336ByDkjQ","styleSheets","25XFulfC","timezone","createdAt","4383nEaUaN","name","DateTimeFormat","CommentsRepository","getSuggestions","trim","warn","comment_threads","author","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.","isResolved","1202971CagwDi","join","indexOf","50hLdYsP","push","timeZone","from","content","comments","5027psWHFS","has","cssText","cssRules","collaboration_features","users","resolvedOptions","suggestions","Users","text","ownerNode",":root","40moyuJd","36702NMfNHy","then","hasAttribute"];return(r=function(){return t})()}function s(t,e){const n=r();return(s=function(t,e){return n[t-=313]})(t,e)}function i(){const t=s,e=[],n=[];for(const o of Array[t(344)](document[t(323)]))if(o[t(357)][t(362)](t(366)))for(const r of Array[t(344)](o[t(350)]))-1!==r[t(349)][t(340)](t(369))?e[t(342)](r[t(349)]):-1!==r[t(349)][t(340)](t(358))&&n[t(342)](r[t(349)]);return e[t(313)]||console[t(333)](t(336)),[...n,...e][t(339)](" ")[t(332)]()}function c(t){const e=s,n=t[e(368)][e(348)](e(355)),o=t[e(368)][e(348)](e(330)),r=t[e(368)][e(348)](e(367)),i={};if(n&&o){const n=function(t){const e=s,n={};if(!t[e(313)])return n;for(const o of t)o[e(346)][e(320)]((t=>{const r=e;void 0===n[o.id]&&(n[o.id]=[]),n[o.id][r(342)]({author:t[r(335)][r(328)],content:t[r(345)],created:t[r(326)],is_resolved:o[r(337)]})}));return n}(t[e(368)][e(364)](e(330))[e(363)]({skipNotAttached:!0,skipEmpty:!0}));Object[e(365)](n)[e(313)]&&(i[e(346)]=n)}if(n&&r){const n=t[e(368)][e(364)](e(367)),o=t[e(368)][e(364)](e(355)),r=function(t,e){const n=s,o={};if(!t[n(313)]||!e[n(313)])return o;for(const r of t)o[r.id]={author:e[n(364)](r[n(315)])[n(328)],created:r[n(326)]};return o}(n[e(331)]({toJSON:!0}),o[e(352)]);Object[e(365)](r)[e(313)]&&(i[e(354)]=r)}return(i[e(354)]||i[e(346)])&&(i[e(325)]=(new(Intl[e(329)]))[e(353)]()[e(343)]),i}function a(t){const e=s,n=t[e(368)][e(348)](e(355)),o=t[e(368)][e(348)](e(330)),r=t[e(368)][e(348)](e(367)),i={},c={};if(n&&o){const n=function(t){const e=s,n=[];if(!t[e(313)])return n;for(const o of t){const t=o[e(346)][e(320)]((t=>({author:t[e(335)][e(328)],content:t[e(345)],created_at:t[e(326)]})));n[e(342)]({thread_id:o.id,is_resolved:o[e(337)],comments:t})}return n}(t[e(368)][e(364)](e(330))[e(363)]({skipNotAttached:!0,skipEmpty:!0}));n[e(313)]&&(c[e(334)]=n)}if(n&&r){const n=t[e(368)][e(364)](e(367)),o=t[e(368)][e(364)](e(355)),r=function(t,e){const n=s;return t[n(313)]&&e[n(313)]?t[n(320)]((t=>({id:t.id,author:e[n(364)](t[n(315)])[n(328)],created_at:t[n(326)]}))):[]}(n[e(331)]({toJSON:!0}),o[e(352)]);r[e(313)]&&(c[e(354)]=r)}return(c[e(334)]||c[e(354)])&&(i[e(325)]=(new(Intl[e(329)]))[e(353)]()[e(343)],i[e(351)]=c),i}!function(t,e){const n=s,o=t();for(;;)try{if(116059===parseInt(n(347))/1+-parseInt(n(359))/2*(-parseInt(n(319))/3)+-parseInt(n(316))/4+-parseInt(n(324))/5*(-parseInt(n(360))/6)+parseInt(n(338))/7+-parseInt(n(322))/8*(-parseInt(n(327))/9)+-parseInt(n(341))/10*(parseInt(n(318))/11))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(r);class u extends t.Command{constructor(t){super(t),this.set("isBusy",!1),this.affectsData=!1}refresh(){this.isEnabled=!this.isBusy,this.value=this.isBusy?"pending":void 0}execute(t={}){const e=this.editor,n=e.t,o=2===(t.version||1),r=t.converterUrl||(o?"https://docx-converter.cke-cs.com/v2/convert/html-docx":"https://docx-converter.cke-cs.com/v1/convert"),u=t.converterOptions||{},d=e.plugins.get("ExportWord"),p=t.token||d._token,l=!1!==u.auto_pagination,h=t.dataCallback||(t=>t.data.get({pagination:l}));return this.isBusy=!0,this.refresh(),function(t){const e=s;if(!t)return new Promise((t=>t("")));const n=[];for(const o of t)e(314)!==o?n[e(342)](window[e(321)](o)[e(361)]((t=>t[e(356)]()))):n[e(342)](i());return Promise[e(317)](n)[e(361)]((t=>t[e(339)](" ")[e(332)]()))}(t.stylesheets||["EDITOR_STYLES"]).then((async s=>{e.ui.ariaLiveAnnouncer.announce(n("Word document export started"));const i=await h(e),d={html:'<div class="ck-content" dir="'+e.locale.contentLanguageDirection+'">'+i+"</div>",css:s,[o?"config":"options"]:{...u,...o?a(e):c(e)}},l={method:"POST",headers:{"Content-Type":"application/json",Accept:"application/docx",...p?{Authorization:p.value}:null},body:JSON.stringify(d)};return window.fetch(r,l).then((t=>{if(200!==t.status)throw t;return t.blob()})).then((o=>{e.ui.ariaLiveAnnouncer.announce(n("Word document export successful"));const r="function"==typeof t.fileName?t.fileName():t.fileName;this._downloadFile(o,r||"document.docx")}))})).catch((t=>{const o=e.plugins.get("Notification");throw e.ui.ariaLiveAnnouncer.announce(n("Word document export failed"),{politeness:"assertive"}),o.showWarning(n("An error occurred while generating the Word file.")),t})).finally((()=>{this.isBusy=!1,this.refresh()}))}_downloadFile(t,e){const n=document.createElement("a");n.href=window.URL.createObjectURL(t),n.download=e,n.click(),n.remove()}}class d extends t.Plugin{static get pluginName(){return"ExportWordUI"}init(){const t=this.editor;t.ui.componentFactory.add("exportWord",(()=>{const n=t.commands.get("exportWord"),o=this._createButton(e.ButtonView);return o.set({tooltip:!0}),o.bind("isOn").to(n,"isBusy"),o})),t.ui.componentFactory.add("menuBar:exportWord",(()=>this._createButton(e.MenuBarMenuListItemButtonView)))}_createButton(t){const n=this.editor,o=n.config.get("exportWord")||{},r=n.locale.t,s=n.commands.get("exportWord"),i=new t(n.locale),c=new e.SpinnerView;return i.children.add(c),c.bind("isVisible").to(s,"isBusy"),i.iconView.bind("isVisible").to(s,"isBusy",(t=>!t)),i.set({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.bind("isEnabled").to(s,"isEnabled"),i.bind("label").to(s,"isBusy",(t=>r(t?"Exporting Word document":"Export to Word"))),this.listenTo(i,"execute",(()=>{n.execute("exportWord",o),n.editing.view.focus()})),i}}const p=l;function l(t,e){const n=h();return(l=function(t,e){return n[t-=430]})(t,e)}function h(){const t=["1870554pRhzEd","token","17PgJpxw","then","1380cwgYKV","12sJVOGc","init","get","registerTokenUrl","ExportWord","547110lsvbIt","add","6624vMTZgH","config","commands","4572696FqVxIh","20NSnznj","CloudServices","tokenUrl","8692849cvYzEF","pluginName","_token","requires","2262ldNygm","plugins","exportWord","465609xDydyo","editor"];return(h=function(){return t})()}!function(t,e){const n=l,o=t();for(;;)try{if(311808===parseInt(n(430))/1*(-parseInt(n(451))/2)+-parseInt(n(454))/3*(-parseInt(n(433))/4)+-parseInt(n(432))/5*(parseInt(n(440))/6)+parseInt(n(456))/7+parseInt(n(443))/8+parseInt(n(438))/9*(parseInt(n(444))/10)+-parseInt(n(447))/11)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(h);class f extends t.Plugin{static get[p(448)](){return p(437)}static get[p(450)](){return[p(445),e.Notification,d]}[p(434)](){const t=p,e=this[t(455)],n=e[t(441)][t(435)](t(453))||{};e[t(442)][t(439)](t(453),new u(e));const o=e[t(452)][t(435)](t(445));!1===n[t(446)]?this[t(449)]=null:n[t(446)]?o[t(436)](n[t(446)])[t(431)]((e=>{this[t(449)]=e})):this[t(449)]=o[t(457)]}}function m(t,e){var n=g();return(m=function(t,e){return n[t-=192]})(t,e)}function g(){var t=["11765520DgoQRI","2360cEnzUW","146808PpnGBM","96739XFwyhg","700840BOXOZu","2DlAobt","4852ybcMQp","5727108pgYnXV","27Bpfsic","4572869NvPqIz"];return(g=function(){return t})()}!function(t,e){for(var n=m,o=t();;)try{if(594649===-parseInt(n(192))/1*(parseInt(n(194))/2)+parseInt(n(201))/3+parseInt(n(195))/4*(-parseInt(n(200))/5)+parseInt(n(196))/6+-parseInt(n(198))/7+parseInt(n(193))/8*(-parseInt(n(197))/9)+parseInt(n(199))/10)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(g)})(),(window.CKEditor5=window.CKEditor5||{}).exportWord=o})();
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")},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(o){var r=e[o];if(void 0!==r)return r.exports;var s=e[o]={exports:{}};return t[o](s,s.exports,n),s.exports}n.d=(t,e)=>{for(var o in e)n.o(e,o)&&!n.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},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 o={};(()=>{"use strict";n.r(o),n.d(o,{ExportWord:()=>f});var t=n(782),e=n(311);function r(){const t=i,e=[],n=[];for(const o of Array[t(386)](document[t(389)]))if(o[t(344)][t(381)](t(380)))for(const r of Array[t(386)](o[t(388)]))-1!==r[t(392)][t(346)](t(352))?e[t(360)](r[t(392)]):-1!==r[t(392)][t(346)](t(347))&&n[t(360)](r[t(392)]);return e[t(391)]||console[t(377)](t(379)),[...n,...e][t(383)](" ")[t(382)]()}function s(t){const e=i,n=t[e(354)][e(345)](e(355)),o=t[e(354)][e(345)](e(348)),r=t[e(354)][e(345)](e(378)),s={};if(n&&o){const n=function(t){const e=i,n={};if(!t[e(391)])return n;for(const o of t)o[e(385)][e(374)]((t=>{const r=e;void 0===n[o.id]&&(n[o.id]=[]),n[o.id][r(360)]({author:t[r(369)][r(367)],content:t[r(353)],created:t[r(361)],is_resolved:o[r(351)]})}));return n}(t[e(354)][e(363)](e(348))[e(358)]({skipNotAttached:!0,skipEmpty:!0}));Object[e(393)](n)[e(391)]&&(s[e(385)]=n)}if(n&&r){const n=t[e(354)][e(363)](e(378)),o=t[e(354)][e(363)](e(355)),r=function(t,e){const n=i,o={};if(!t[n(391)]||!e[n(391)])return o;for(const r of t)o[r.id]={author:e[n(363)](r[n(373)])[n(367)],created:r[n(361)]};return o}(n[e(340)]({toJSON:!0}),o[e(359)]);Object[e(393)](r)[e(391)]&&(s[e(372)]=r)}return(s[e(372)]||s[e(385)])&&(s[e(366)]=(new(Intl[e(387)]))[e(368)]()[e(395)]),s}function i(t,e){const n=a();return(i=function(t,e){return n[t-=340]})(t,e)}function c(t){const e=i,n=t[e(354)][e(345)](e(355)),o=t[e(354)][e(345)](e(348)),r=t[e(354)][e(345)](e(378)),s={},c={};if(n&&o){const n=function(t){const e=i,n=[];if(!t[e(391)])return n;for(const o of t){const t=o[e(385)][e(374)]((t=>({author:t[e(369)][e(367)],content:t[e(353)],created_at:t[e(361)]})));n[e(360)]({thread_id:o.id,is_resolved:o[e(351)],comments:t})}return n}(t[e(354)][e(363)](e(348))[e(358)]({skipNotAttached:!0,skipEmpty:!0}));n[e(391)]&&(c[e(349)]=n)}if(n&&r){const n=t[e(354)][e(363)](e(378)),o=t[e(354)][e(363)](e(355)),r=function(t,e){const n=i;return t[n(391)]&&e[n(391)]?t[n(374)]((t=>({id:t.id,author:e[n(363)](t[n(373)])[n(367)],created_at:t[n(361)]}))):[]}(n[e(340)]({toJSON:!0}),o[e(359)]);r[e(391)]&&(c[e(372)]=r)}return(c[e(349)]||c[e(372)])&&(s[e(366)]=(new(Intl[e(387)]))[e(368)]()[e(395)],s[e(350)]=c),s}function a(){const t=["indexOf",":root","CommentsRepository","comment_threads","collaboration_features","isResolved",".ck-content","content","plugins","Users","8064585eswKrW","74944350SYDllr","getCommentThreads","users","push","createdAt","1230310OdaAha","get","2071120SXvoln","9gVDhCE","timezone","name","resolvedOptions","author","text","fetch","suggestions","authorId","map","36tudHAv","EDITOR_STYLES","warn","TrackChanges","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.","data-cke","hasAttribute","trim","join","6458718DLExzI","comments","from","DateTimeFormat","cssRules","styleSheets","all","length","cssText","keys","368gVihWI","timeZone","getSuggestions","99211fkeQPZ","then","313803IcNoBo","ownerNode","has"];return(a=function(){return t})()}!function(t,e){const n=i,o=t();for(;;)try{if(945828===-parseInt(n(362))/1+-parseInt(n(364))/2+-parseInt(n(343))/3*(parseInt(n(375))/4)+-parseInt(n(356))/5+-parseInt(n(384))/6+-parseInt(n(341))/7*(parseInt(n(394))/8)+parseInt(n(365))/9*(parseInt(n(357))/10))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(a);class u extends t.Command{constructor(t){super(t),this.set("isBusy",!1),this.affectsData=!1}refresh(){this.isEnabled=!this.isBusy,this.value=this.isBusy?"pending":void 0}execute(t={}){const e=this.editor,n=e.t,o=2===(t.version||1),a=t.converterUrl||(o?"https://docx-converter.cke-cs.com/v2/convert/html-docx":"https://docx-converter.cke-cs.com/v1/convert"),u=t.converterOptions||{},d=e.plugins.get("ExportWord"),p=t.token||d._token,l=!1!==u.auto_pagination,h=t.dataCallback||(t=>t.data.get({pagination:l}));return this.isBusy=!0,this.refresh(),function(t){const e=i;if(!t)return new Promise((t=>t("")));const n=[];for(const o of t)e(376)!==o?n[e(360)](window[e(371)](o)[e(342)]((t=>t[e(370)]()))):n[e(360)](r());return Promise[e(390)](n)[e(342)]((t=>t[e(383)](" ")[e(382)]()))}(t.stylesheets||["EDITOR_STYLES"]).then((async r=>{e.ui.ariaLiveAnnouncer.announce(n("Word document export started"));const i=await h(e),d={html:'<div class="ck-content" dir="'+e.locale.contentLanguageDirection+'">'+i+"</div>",css:r,[o?"config":"options"]:{...u,...o?c(e):s(e)}},l={method:"POST",headers:{"Content-Type":"application/json",Accept:"application/docx",...p?{Authorization:p.value}:null},body:JSON.stringify(d)};return window.fetch(a,l).then((t=>{if(200!==t.status)throw t;return t.blob()})).then((o=>{e.ui.ariaLiveAnnouncer.announce(n("Word document export successful"));const r="function"==typeof t.fileName?t.fileName():t.fileName;this._downloadFile(o,r||"document.docx")}))})).catch((t=>{const o=e.plugins.get("Notification");throw e.ui.ariaLiveAnnouncer.announce(n("Word document export failed"),{politeness:"assertive"}),o.showWarning(n("An error occurred while generating the Word file.")),t})).finally((()=>{this.isBusy=!1,this.refresh()}))}_downloadFile(t,e){const n=document.createElement("a");n.href=window.URL.createObjectURL(t),n.download=e,n.click(),n.remove()}}class d extends t.Plugin{static get pluginName(){return"ExportWordUI"}init(){const t=this.editor;t.ui.componentFactory.add("exportWord",(()=>{const n=t.commands.get("exportWord"),o=this._createButton(e.ButtonView);return o.set({tooltip:!0}),o.bind("isOn").to(n,"isBusy"),o})),t.ui.componentFactory.add("menuBar:exportWord",(()=>this._createButton(e.MenuBarMenuListItemButtonView)))}_createButton(t){const n=this.editor,o=n.config.get("exportWord")||{},r=n.locale.t,s=n.commands.get("exportWord"),i=new t(n.locale),c=new e.SpinnerView;return i.children.add(c),c.bind("isVisible").to(s,"isBusy"),i.iconView.bind("isVisible").to(s,"isBusy",(t=>!t)),i.set({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.bind("isEnabled").to(s,"isEnabled"),i.bind("label").to(s,"isBusy",(t=>r(t?"Exporting Word document":"Export to Word"))),this.listenTo(i,"execute",(()=>{n.execute("exportWord",o),n.editing.view.focus()})),i}}const p=l;function l(t,e){const n=h();return(l=function(t,e){return n[t-=435]})(t,e)}function h(){const t=["pluginName","140319PPjKVw","584bDnvSi","14336510OhKOyL","_token","then","ExportWord","config","6391635TphtRO","343ThZSUe","8964XDDiVc","add","exportWord","token","init","994221YjRMyK","4IeCMZN","plugins","editor","17361516wFLBXW","CloudServices","requires","tokenUrl","364662mQlPoK","4MLbXvi","registerTokenUrl","commands","get","11PverId"];return(h=function(){return t})()}!function(t,e){const n=l,o=t();for(;;)try{if(788685===-parseInt(n(454))/1*(-parseInt(n(461))/2)+-parseInt(n(453))/3+parseInt(n(462))/4*(-parseInt(n(446))/5)+-parseInt(n(448))/6*(parseInt(n(447))/7)+parseInt(n(440))/8*(-parseInt(n(439))/9)+parseInt(n(441))/10*(parseInt(n(437))/11)+parseInt(n(457))/12)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(h);class f extends t.Plugin{static get[p(438)](){return p(444)}static get[p(459)](){return[p(458),e.Notification,d]}[p(452)](){const t=p,e=this[t(456)],n=e[t(445)][t(436)](t(450))||{};e[t(435)][t(449)](t(450),new u(e));const o=e[t(455)][t(436)](t(458));!1===n[t(460)]?this[t(442)]=null:n[t(460)]?o[t(463)](n[t(460)])[t(443)]((e=>{this[t(442)]=e})):this[t(442)]=o[t(451)]}}function m(t,e){var n=g();return(m=function(t,e){return n[t-=190]})(t,e)}function g(){var t=["94712RBVcwj","549PWHwpr","4CjiAUF","24TjQWLq","270190AHVQrP","1272SKEHGY","1665972HViUSn","43630hpJcfs","1058156YodQWa","3657pOwJab","348RvSZwS","2773130HaJQwi"];return(g=function(){return t})()}!function(t,e){for(var n=m,o=t();;)try{if(453340===-parseInt(n(193))/1*(parseInt(n(195))/2)+parseInt(n(200))/3*(-parseInt(n(196))/4)+-parseInt(n(198))/5*(-parseInt(n(201))/6)+parseInt(n(197))/7+parseInt(n(191))/8*(parseInt(n(192))/9)+-parseInt(n(190))/10+parseInt(n(199))/11*(parseInt(n(194))/12))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(g)})(),(window.CKEditor5=window.CKEditor5||{}).exportWord=o})();
package/dist/index.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Command as _0x1c9425,Plugin as _0x3707c9}from'@ckeditor/ckeditor5-core/dist/index.js';import{ButtonView as _0x5c4151,MenuBarMenuListItemButtonView as _0x100f69,SpinnerView as _0x11fecc,Notification as _0x1b21ed}from'@ckeditor/ckeditor5-ui/dist/index.js';function f(){const _0x534c9c=[],_0x34c035=[];for(const _0x297283 of Array['from'](document['styleSheets'])){if(_0x297283['ownerNode']['hasAttribute']('data-cke')){for(const _0x6605bd of Array['from'](_0x297283['cssRules']))-0x1!==_0x6605bd['cssText']['indexOf']('.ck-content')?_0x534c9c['push'](_0x6605bd['cssText']):-0x1!==_0x6605bd['cssText']['indexOf'](':root')&&_0x34c035['push'](_0x6605bd['cssText']);}}return _0x534c9c['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.'),[..._0x34c035,..._0x534c9c]['join']('\x20')['trim']();}function d(_0x51e4be){const _0x4e3d57=_0x51e4be['plugins']['has']('Users'),_0x34c8c5=_0x51e4be['plugins']['has']('CommentsRepository'),_0x2ffcbd=_0x51e4be['plugins']['has']('TrackChanges'),_0x4e88d3={};if(_0x4e3d57&&_0x34c8c5){const _0x489809=function(_0x4ffae0){const _0x1472e2={};if(!_0x4ffae0['length'])return _0x1472e2;for(const _0xd2f381 of _0x4ffae0)_0xd2f381['comments']['map'](_0x27be81=>{void 0x0===_0x1472e2[_0xd2f381['id']]&&(_0x1472e2[_0xd2f381['id']]=[]),_0x1472e2[_0xd2f381['id']]['push']({'author':_0x27be81['author']['name'],'content':_0x27be81['content'],'created':_0x27be81['createdAt'],'is_resolved':_0xd2f381['isResolved']});});return _0x1472e2;}(_0x51e4be['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'skipEmpty':!0x0}));Object['keys'](_0x489809)['length']&&(_0x4e88d3['comments']=_0x489809);}if(_0x4e3d57&&_0x2ffcbd){const _0x2d9ffc=_0x51e4be['plugins']['get']('TrackChanges'),_0x663e4d=_0x51e4be['plugins']['get']('Users'),_0x212990=function(_0x3b7311,_0x55d581){const _0x206bec={};if(!_0x3b7311['length']||!_0x55d581['length'])return _0x206bec;for(const _0x28219e of _0x3b7311)_0x206bec[_0x28219e['id']]={'author':_0x55d581['get'](_0x28219e['authorId'])['name'],'created':_0x28219e['createdAt']};return _0x206bec;}(_0x2d9ffc['getSuggestions']({'toJSON':!0x0}),_0x663e4d['users']);Object['keys'](_0x212990)['length']&&(_0x4e88d3['suggestions']=_0x212990);}return(_0x4e88d3['suggestions']||_0x4e88d3['comments'])&&(_0x4e88d3['timezone']=new Intl['DateTimeFormat']()['resolvedOptions']()['timeZone']),_0x4e88d3;}function h(_0x5f00c6){const _0x28839e=_0x5f00c6['plugins']['has']('Users'),_0x35f712=_0x5f00c6['plugins']['has']('CommentsRepository'),_0x3e9632=_0x5f00c6['plugins']['has']('TrackChanges'),_0x2047f6={},_0x3db320={};if(_0x28839e&&_0x35f712){const _0x5fac5b=function(_0x1436d7){const _0x43c356=[];if(!_0x1436d7['length'])return _0x43c356;for(const _0x2187ae of _0x1436d7){const _0xf93622=_0x2187ae['comments']['map'](_0x1d47e4=>({'author':_0x1d47e4['author']['name'],'content':_0x1d47e4['content'],'created_at':_0x1d47e4['createdAt']}));_0x43c356['push']({'thread_id':_0x2187ae['id'],'is_resolved':_0x2187ae['isResolved'],'comments':_0xf93622});}return _0x43c356;}(_0x5f00c6['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'skipEmpty':!0x0}));_0x5fac5b['length']&&(_0x3db320['comment_threads']=_0x5fac5b);}if(_0x28839e&&_0x3e9632){const _0x1318c7=_0x5f00c6['plugins']['get']('TrackChanges'),_0x4b2ef2=_0x5f00c6['plugins']['get']('Users'),_0x466935=function(_0x59b820,_0x46cfba){if(!_0x59b820['length']||!_0x46cfba['length'])return[];return _0x59b820['map'](_0xda18d8=>({'id':_0xda18d8['id'],'author':_0x46cfba['get'](_0xda18d8['authorId'])['name'],'created_at':_0xda18d8['createdAt']}));}(_0x1318c7['getSuggestions']({'toJSON':!0x0}),_0x4b2ef2['users']);_0x466935['length']&&(_0x3db320['suggestions']=_0x466935);}return(_0x3db320['comment_threads']||_0x3db320['suggestions'])&&(_0x2047f6['timezone']=new Intl['DateTimeFormat']()['resolvedOptions']()['timeZone'],_0x2047f6['collaboration_features']=_0x3db320),_0x2047f6;}class e extends _0x1c9425{constructor(_0x5a430b){super(_0x5a430b),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x310e9a={}){const _0x51850d=this['editor'],t=_0x51850d['t'],_0x136c67=0x2===(_0x310e9a['version']||0x1),_0x13bc19=_0x310e9a['converterUrl']||(_0x136c67?'https://docx-converter.cke-cs.com/v2/convert/html-docx':'https://docx-converter.cke-cs.com/v1/convert'),_0x335cbe=_0x310e9a['converterOptions']||{},_0x4c7083=_0x51850d['plugins']['get']('ExportWord'),_0x34e0ce=_0x310e9a['token']||_0x4c7083['_token'],_0x543eeb=!0x1!==_0x335cbe['auto_pagination'],_0x177ddd=_0x310e9a['dataCallback']||(_0x1fdb17=>_0x1fdb17['data']['get']({'pagination':_0x543eeb}));return this['isBusy']=!0x0,this['refresh'](),function(_0x52716a){if(!_0x52716a)return new Promise(_0xa1920c=>_0xa1920c(''));const _0x55d32e=[];for(const _0x3eac84 of _0x52716a)'EDITOR_STYLES'!==_0x3eac84?_0x55d32e['push'](window['fetch'](_0x3eac84)['then'](_0x382f7d=>_0x382f7d['text']())):_0x55d32e['push'](f());return Promise['all'](_0x55d32e)['then'](_0x28d610=>_0x28d610['join']('\x20')['trim']());}(_0x310e9a['stylesheets']||['EDITOR_STYLES'])['then'](async _0x35c281=>{_0x51850d['ui']['ariaLiveAnnouncer']['announce'](t('Word\x20document\x20export\x20started'));const _0x4bdd95=await _0x177ddd(_0x51850d),_0x1f55a2={'html':'<div\x20class=\x22ck-content\x22\x20dir=\x22'+_0x51850d['locale']['contentLanguageDirection']+'\x22>'+_0x4bdd95+'</div>','css':_0x35c281,[_0x136c67?'config':'options']:{..._0x335cbe,..._0x136c67?h(_0x51850d):d(_0x51850d)}},_0x1668bf={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/docx',..._0x34e0ce?{'Authorization':_0x34e0ce['value']}:null},'body':JSON['stringify'](_0x1f55a2)};return window['fetch'](_0x13bc19,_0x1668bf)['then'](_0x273c3c=>{if(0xc8!==_0x273c3c['status'])throw _0x273c3c;return _0x273c3c['blob']();})['then'](_0x5112f0=>{_0x51850d['ui']['ariaLiveAnnouncer']['announce'](t('Word\x20document\x20export\x20successful'));const _0x49749b='function'==typeof _0x310e9a['fileName']?_0x310e9a['fileName']():_0x310e9a['fileName'];this['_downloadFile'](_0x5112f0,_0x49749b||'document.docx');});})['catch'](_0x3f3133=>{const _0x32c3f1=_0x51850d['plugins']['get']('Notification');throw _0x51850d['ui']['ariaLiveAnnouncer']['announce'](t('Word\x20document\x20export\x20failed'),{'politeness':'assertive'}),_0x32c3f1['showWarning'](t('An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.')),_0x3f3133;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0x76e596,_0x2c2535){const _0x4c8c19=document['createElement']('a');_0x4c8c19['href']=window['URL']['createObjectURL'](_0x76e596),_0x4c8c19['download']=_0x2c2535,_0x4c8c19['click'](),_0x4c8c19['remove']();}}class i extends _0x3707c9{static get['pluginName'](){return'ExportWordUI';}['init'](){const _0x5e6ccc=this['editor'];_0x5e6ccc['ui']['componentFactory']['add']('exportWord',()=>{const _0x33a31c=_0x5e6ccc['commands']['get']('exportWord'),_0x2d32f5=this['_createButton'](_0x5c4151);return _0x2d32f5['set']({'tooltip':!0x0}),_0x2d32f5['bind']('isOn')['to'](_0x33a31c,'isBusy'),_0x2d32f5;}),_0x5e6ccc['ui']['componentFactory']['add']('menuBar:exportWord',()=>this['_createButton'](_0x100f69));}['_createButton'](_0x301b9b){const _0x5becce=this['editor'],_0x127d59=_0x5becce['config']['get']('exportWord')||{},t=_0x5becce['locale']['t'],_0x44b3db=_0x5becce['commands']['get']('exportWord'),_0x18bd8e=new _0x301b9b(_0x5becce['locale']),_0x4dcc4f=new _0x11fecc();return _0x18bd8e['children']['add'](_0x4dcc4f),_0x4dcc4f['bind']('isVisible')['to'](_0x44b3db,'isBusy'),_0x18bd8e['iconView']['bind']('isVisible')['to'](_0x44b3db,'isBusy',_0x14485e=>!_0x14485e),_0x18bd8e['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'}),_0x18bd8e['bind']('isEnabled')['to'](_0x44b3db,'isEnabled'),_0x18bd8e['bind']('label')['to'](_0x44b3db,'isBusy',_0x3a4eb9=>t(_0x3a4eb9?'Exporting\x20Word\x20document':'Export\x20to\x20Word')),this['listenTo'](_0x18bd8e,'execute',()=>{_0x5becce['execute']('exportWord',_0x127d59),_0x5becce['editing']['view']['focus']();}),_0x18bd8e;}}class s extends _0x3707c9{['_token'];static get['pluginName'](){return'ExportWord';}static get['requires'](){return['CloudServices',_0x1b21ed,i];}['init'](){const _0x4fdb5b=this['editor'],_0xdf66f3=_0x4fdb5b['config']['get']('exportWord')||{};_0x4fdb5b['commands']['add']('exportWord',new e(_0x4fdb5b));const _0x39d82a=_0x4fdb5b['plugins']['get']('CloudServices');!0x1===_0xdf66f3['tokenUrl']?this['_token']=null:_0xdf66f3['tokenUrl']?_0x39d82a['registerTokenUrl'](_0xdf66f3['tokenUrl'])['then'](_0x435d94=>{this['_token']=_0x435d94;}):this['_token']=_0x39d82a['token'];}}export{s as ExportWord};
23
+ import{Command as _0x3af302,Plugin as _0x4b6f9b}from'@ckeditor/ckeditor5-core/dist/index.js';import{ButtonView as _0x3b4077,MenuBarMenuListItemButtonView as _0x1d3eaa,SpinnerView as _0x15c3dc,Notification as _0x42d53b}from'@ckeditor/ckeditor5-ui/dist/index.js';function f(){const _0x3462d4=[],_0x4e8898=[];for(const _0x12efff of Array['from'](document['styleSheets'])){if(_0x12efff['ownerNode']['hasAttribute']('data-cke')){for(const _0x306a7e of Array['from'](_0x12efff['cssRules']))-0x1!==_0x306a7e['cssText']['indexOf']('.ck-content')?_0x3462d4['push'](_0x306a7e['cssText']):-0x1!==_0x306a7e['cssText']['indexOf'](':root')&&_0x4e8898['push'](_0x306a7e['cssText']);}}return _0x3462d4['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.'),[..._0x4e8898,..._0x3462d4]['join']('\x20')['trim']();}function d(_0x155945){const _0xb6565d=_0x155945['plugins']['has']('Users'),_0x3f7e5c=_0x155945['plugins']['has']('CommentsRepository'),_0x321b3a=_0x155945['plugins']['has']('TrackChanges'),_0x1deb6e={};if(_0xb6565d&&_0x3f7e5c){const _0x1f5434=function(_0x486a4e){const _0x4d1a25={};if(!_0x486a4e['length'])return _0x4d1a25;for(const _0x521dec of _0x486a4e)_0x521dec['comments']['map'](_0x4c9157=>{void 0x0===_0x4d1a25[_0x521dec['id']]&&(_0x4d1a25[_0x521dec['id']]=[]),_0x4d1a25[_0x521dec['id']]['push']({'author':_0x4c9157['author']['name'],'content':_0x4c9157['content'],'created':_0x4c9157['createdAt'],'is_resolved':_0x521dec['isResolved']});});return _0x4d1a25;}(_0x155945['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'skipEmpty':!0x0}));Object['keys'](_0x1f5434)['length']&&(_0x1deb6e['comments']=_0x1f5434);}if(_0xb6565d&&_0x321b3a){const _0x4475da=_0x155945['plugins']['get']('TrackChanges'),_0x147ca0=_0x155945['plugins']['get']('Users'),_0xdf89af=function(_0x46ca2e,_0x5360d2){const _0xd5f9fd={};if(!_0x46ca2e['length']||!_0x5360d2['length'])return _0xd5f9fd;for(const _0x382aeb of _0x46ca2e)_0xd5f9fd[_0x382aeb['id']]={'author':_0x5360d2['get'](_0x382aeb['authorId'])['name'],'created':_0x382aeb['createdAt']};return _0xd5f9fd;}(_0x4475da['getSuggestions']({'toJSON':!0x0}),_0x147ca0['users']);Object['keys'](_0xdf89af)['length']&&(_0x1deb6e['suggestions']=_0xdf89af);}return(_0x1deb6e['suggestions']||_0x1deb6e['comments'])&&(_0x1deb6e['timezone']=new Intl['DateTimeFormat']()['resolvedOptions']()['timeZone']),_0x1deb6e;}function h(_0x665859){const _0x1dbe36=_0x665859['plugins']['has']('Users'),_0x173df0=_0x665859['plugins']['has']('CommentsRepository'),_0x4ecbff=_0x665859['plugins']['has']('TrackChanges'),_0x1980e2={},_0x3e89e8={};if(_0x1dbe36&&_0x173df0){const _0x24a5ff=function(_0x2e0b8b){const _0x157590=[];if(!_0x2e0b8b['length'])return _0x157590;for(const _0x58c460 of _0x2e0b8b){const _0xbd7eb=_0x58c460['comments']['map'](_0x57573b=>({'author':_0x57573b['author']['name'],'content':_0x57573b['content'],'created_at':_0x57573b['createdAt']}));_0x157590['push']({'thread_id':_0x58c460['id'],'is_resolved':_0x58c460['isResolved'],'comments':_0xbd7eb});}return _0x157590;}(_0x665859['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'skipEmpty':!0x0}));_0x24a5ff['length']&&(_0x3e89e8['comment_threads']=_0x24a5ff);}if(_0x1dbe36&&_0x4ecbff){const _0x82ee10=_0x665859['plugins']['get']('TrackChanges'),_0x967ffb=_0x665859['plugins']['get']('Users'),_0x335605=function(_0x4ecb0c,_0x1a2ce6){if(!_0x4ecb0c['length']||!_0x1a2ce6['length'])return[];return _0x4ecb0c['map'](_0x2781ec=>({'id':_0x2781ec['id'],'author':_0x1a2ce6['get'](_0x2781ec['authorId'])['name'],'created_at':_0x2781ec['createdAt']}));}(_0x82ee10['getSuggestions']({'toJSON':!0x0}),_0x967ffb['users']);_0x335605['length']&&(_0x3e89e8['suggestions']=_0x335605);}return(_0x3e89e8['comment_threads']||_0x3e89e8['suggestions'])&&(_0x1980e2['timezone']=new Intl['DateTimeFormat']()['resolvedOptions']()['timeZone'],_0x1980e2['collaboration_features']=_0x3e89e8),_0x1980e2;}class e extends _0x3af302{constructor(_0x2072d7){super(_0x2072d7),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x3f89f1={}){const _0x48db31=this['editor'],t=_0x48db31['t'],_0x59412c=0x2===(_0x3f89f1['version']||0x1),_0x329600=_0x3f89f1['converterUrl']||(_0x59412c?'https://docx-converter.cke-cs.com/v2/convert/html-docx':'https://docx-converter.cke-cs.com/v1/convert'),_0x923051=_0x3f89f1['converterOptions']||{},_0x4d2ac4=_0x48db31['plugins']['get']('ExportWord'),_0xf48371=_0x3f89f1['token']||_0x4d2ac4['_token'],_0x535c44=!0x1!==_0x923051['auto_pagination'],_0x5ceecc=_0x3f89f1['dataCallback']||(_0x46c631=>_0x46c631['data']['get']({'pagination':_0x535c44}));return this['isBusy']=!0x0,this['refresh'](),function(_0x16f262){if(!_0x16f262)return new Promise(_0x1ab7b4=>_0x1ab7b4(''));const _0x8a115c=[];for(const _0x30d02f of _0x16f262)'EDITOR_STYLES'!==_0x30d02f?_0x8a115c['push'](window['fetch'](_0x30d02f)['then'](_0x5ad635=>_0x5ad635['text']())):_0x8a115c['push'](f());return Promise['all'](_0x8a115c)['then'](_0x1cb66e=>_0x1cb66e['join']('\x20')['trim']());}(_0x3f89f1['stylesheets']||['EDITOR_STYLES'])['then'](async _0x58ac82=>{_0x48db31['ui']['ariaLiveAnnouncer']['announce'](t('Word\x20document\x20export\x20started'));const _0x56bb64=await _0x5ceecc(_0x48db31),_0x4a6d36={'html':'<div\x20class=\x22ck-content\x22\x20dir=\x22'+_0x48db31['locale']['contentLanguageDirection']+'\x22>'+_0x56bb64+'</div>','css':_0x58ac82,[_0x59412c?'config':'options']:{..._0x923051,..._0x59412c?h(_0x48db31):d(_0x48db31)}},_0x5dfdc2={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/docx',..._0xf48371?{'Authorization':_0xf48371['value']}:null},'body':JSON['stringify'](_0x4a6d36)};return window['fetch'](_0x329600,_0x5dfdc2)['then'](_0x55ada4=>{if(0xc8!==_0x55ada4['status'])throw _0x55ada4;return _0x55ada4['blob']();})['then'](_0x518ddb=>{_0x48db31['ui']['ariaLiveAnnouncer']['announce'](t('Word\x20document\x20export\x20successful'));const _0x5a531d='function'==typeof _0x3f89f1['fileName']?_0x3f89f1['fileName']():_0x3f89f1['fileName'];this['_downloadFile'](_0x518ddb,_0x5a531d||'document.docx');});})['catch'](_0x4e2806=>{const _0x92119f=_0x48db31['plugins']['get']('Notification');throw _0x48db31['ui']['ariaLiveAnnouncer']['announce'](t('Word\x20document\x20export\x20failed'),{'politeness':'assertive'}),_0x92119f['showWarning'](t('An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.')),_0x4e2806;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0x3faa6d,_0x57972d){const _0x4fd50e=document['createElement']('a');_0x4fd50e['href']=window['URL']['createObjectURL'](_0x3faa6d),_0x4fd50e['download']=_0x57972d,_0x4fd50e['click'](),_0x4fd50e['remove']();}}class i extends _0x4b6f9b{static get['pluginName'](){return'ExportWordUI';}['init'](){const _0x105650=this['editor'];_0x105650['ui']['componentFactory']['add']('exportWord',()=>{const _0x5bd29b=_0x105650['commands']['get']('exportWord'),_0x2da888=this['_createButton'](_0x3b4077);return _0x2da888['set']({'tooltip':!0x0}),_0x2da888['bind']('isOn')['to'](_0x5bd29b,'isBusy'),_0x2da888;}),_0x105650['ui']['componentFactory']['add']('menuBar:exportWord',()=>this['_createButton'](_0x1d3eaa));}['_createButton'](_0x59eaed){const _0x45c7e6=this['editor'],_0x3cedf8=_0x45c7e6['config']['get']('exportWord')||{},t=_0x45c7e6['locale']['t'],_0x4d3a89=_0x45c7e6['commands']['get']('exportWord'),_0x261ae2=new _0x59eaed(_0x45c7e6['locale']),_0x207b39=new _0x15c3dc();return _0x261ae2['children']['add'](_0x207b39),_0x207b39['bind']('isVisible')['to'](_0x4d3a89,'isBusy'),_0x261ae2['iconView']['bind']('isVisible')['to'](_0x4d3a89,'isBusy',_0x55f64b=>!_0x55f64b),_0x261ae2['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'}),_0x261ae2['bind']('isEnabled')['to'](_0x4d3a89,'isEnabled'),_0x261ae2['bind']('label')['to'](_0x4d3a89,'isBusy',_0x222b90=>t(_0x222b90?'Exporting\x20Word\x20document':'Export\x20to\x20Word')),this['listenTo'](_0x261ae2,'execute',()=>{_0x45c7e6['execute']('exportWord',_0x3cedf8),_0x45c7e6['editing']['view']['focus']();}),_0x261ae2;}}class s extends _0x4b6f9b{['_token'];static get['pluginName'](){return'ExportWord';}static get['requires'](){return['CloudServices',_0x42d53b,i];}['init'](){const _0x1b2e31=this['editor'],_0x5f3c3e=_0x1b2e31['config']['get']('exportWord')||{};_0x1b2e31['commands']['add']('exportWord',new e(_0x1b2e31));const _0x216c69=_0x1b2e31['plugins']['get']('CloudServices');!0x1===_0x5f3c3e['tokenUrl']?this['_token']=null:_0x5f3c3e['tokenUrl']?_0x216c69['registerTokenUrl'](_0x5f3c3e['tokenUrl'])['then'](_0x48b9d5=>{this['_token']=_0x48b9d5;}):this['_token']=_0x216c69['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':_0x22eaaf=>0x0==_0x22eaaf?0x0:0x1==_0x22eaaf?0x1:0x2==_0x22eaaf?0x2:_0x22eaaf%0x64>=0x3&&_0x22eaaf%0x64<=0xa?0x3:_0x22eaaf%0x64>=0xb&&_0x22eaaf%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':_0x32146d=>0x0==_0x32146d?0x0:0x1==_0x32146d?0x1:0x2==_0x32146d?0x2:_0x32146d%0x64>=0x3&&_0x32146d%0x64<=0xa?0x3:_0x32146d%0x64>=0xb&&_0x32146d%0x64<=0x63?0x4:0x5}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x476bea=>{const {ar:{dictionary:_0x19c38b,getPluralForm:_0x640446}}={'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':_0x5a1a34=>0x0==_0x5a1a34?0x0:0x1==_0x5a1a34?0x1:0x2==_0x5a1a34?0x2:_0x5a1a34%0x64>=0x3&&_0x5a1a34%0x64<=0xa?0x3:_0x5a1a34%0x64>=0xb&&_0x5a1a34%0x64<=0x63?0x4:0x5}};_0x476bea['ar']||={'dictionary':{},'getPluralForm':null},_0x476bea['ar']['dictionary']=Object['assign'](_0x476bea['ar']['dictionary'],_0x19c38b),_0x476bea['ar']['getPluralForm']=_0x640446;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x17f002=>{const {ar:{dictionary:_0x29288c,getPluralForm:_0x458fce}}={'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':_0x4b03fa=>0x0==_0x4b03fa?0x0:0x1==_0x4b03fa?0x1:0x2==_0x4b03fa?0x2:_0x4b03fa%0x64>=0x3&&_0x4b03fa%0x64<=0xa?0x3:_0x4b03fa%0x64>=0xb&&_0x4b03fa%0x64<=0x63?0x4:0x5}};_0x17f002['ar']||={'dictionary':{},'getPluralForm':null},_0x17f002['ar']['dictionary']=Object['assign'](_0x17f002['ar']['dictionary'],_0x29288c),_0x17f002['ar']['getPluralForm']=_0x458fce;})(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':_0x3b3e08=>0x1!=_0x3b3e08}};
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':_0x358a40=>0x1!=_0x358a40}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5e645=>{const {bg:{dictionary:_0x1c1bfc,getPluralForm:_0x5629d6}}={'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':_0x30ab39=>0x1!=_0x30ab39}};_0x5e645['bg']||={'dictionary':{},'getPluralForm':null},_0x5e645['bg']['dictionary']=Object['assign'](_0x5e645['bg']['dictionary'],_0x1c1bfc),_0x5e645['bg']['getPluralForm']=_0x5629d6;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x149174=>{const {bg:{dictionary:_0x5a84bc,getPluralForm:_0x8387dd}}={'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':_0x99255e=>0x1!=_0x99255e}};_0x149174['bg']||={'dictionary':{},'getPluralForm':null},_0x149174['bg']['dictionary']=Object['assign'](_0x149174['bg']['dictionary'],_0x5a84bc),_0x149174['bg']['getPluralForm']=_0x8387dd;})(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':_0x579a66=>0x1!=_0x579a66}};
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':_0x2b5997=>0x1!=_0x2b5997}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x20a178=>{const {bn:{dictionary:_0x57bcfc,getPluralForm:_0x805e9}}={'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':_0x437699=>0x1!=_0x437699}};_0x20a178['bn']||={'dictionary':{},'getPluralForm':null},_0x20a178['bn']['dictionary']=Object['assign'](_0x20a178['bn']['dictionary'],_0x57bcfc),_0x20a178['bn']['getPluralForm']=_0x805e9;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2844ed=>{const {bn:{dictionary:_0x380cfb,getPluralForm:_0x1b808f}}={'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':_0x550611=>0x1!=_0x550611}};_0x2844ed['bn']||={'dictionary':{},'getPluralForm':null},_0x2844ed['bn']['dictionary']=Object['assign'](_0x2844ed['bn']['dictionary'],_0x380cfb),_0x2844ed['bn']['getPluralForm']=_0x1b808f;})(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':_0xaedf20=>0x1!=_0xaedf20}};
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':_0x1e72bb=>0x1!=_0x1e72bb}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4f3f92=>{const {ca:{dictionary:_0x573e2f,getPluralForm:_0x58b64d}}={'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':_0xc6d7a6=>0x1!=_0xc6d7a6}};_0x4f3f92['ca']||={'dictionary':{},'getPluralForm':null},_0x4f3f92['ca']['dictionary']=Object['assign'](_0x4f3f92['ca']['dictionary'],_0x573e2f),_0x4f3f92['ca']['getPluralForm']=_0x58b64d;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x141b20=>{const {ca:{dictionary:_0x3d592c,getPluralForm:_0x4b820a}}={'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':_0x1b9dbc=>0x1!=_0x1b9dbc}};_0x141b20['ca']||={'dictionary':{},'getPluralForm':null},_0x141b20['ca']['dictionary']=Object['assign'](_0x141b20['ca']['dictionary'],_0x3d592c),_0x141b20['ca']['getPluralForm']=_0x4b820a;})(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':_0x449e15=>0x1==_0x449e15&&_0x449e15%0x1==0x0?0x0:_0x449e15>=0x2&&_0x449e15<=0x4&&_0x449e15%0x1==0x0?0x1:_0x449e15%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':_0x8dac22=>0x1==_0x8dac22&&_0x8dac22%0x1==0x0?0x0:_0x8dac22>=0x2&&_0x8dac22<=0x4&&_0x8dac22%0x1==0x0?0x1:_0x8dac22%0x1!=0x0?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3a2d02=>{const {cs:{dictionary:_0x504b75,getPluralForm:_0x4cc6a1}}={'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':_0x3323fe=>0x1==_0x3323fe&&_0x3323fe%0x1==0x0?0x0:_0x3323fe>=0x2&&_0x3323fe<=0x4&&_0x3323fe%0x1==0x0?0x1:_0x3323fe%0x1!=0x0?0x2:0x3}};_0x3a2d02['cs']||={'dictionary':{},'getPluralForm':null},_0x3a2d02['cs']['dictionary']=Object['assign'](_0x3a2d02['cs']['dictionary'],_0x504b75),_0x3a2d02['cs']['getPluralForm']=_0x4cc6a1;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1f438b=>{const {cs:{dictionary:_0x1d0cbc,getPluralForm:_0x2e8041}}={'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':_0x5a023e=>0x1==_0x5a023e&&_0x5a023e%0x1==0x0?0x0:_0x5a023e>=0x2&&_0x5a023e<=0x4&&_0x5a023e%0x1==0x0?0x1:_0x5a023e%0x1!=0x0?0x2:0x3}};_0x1f438b['cs']||={'dictionary':{},'getPluralForm':null},_0x1f438b['cs']['dictionary']=Object['assign'](_0x1f438b['cs']['dictionary'],_0x1d0cbc),_0x1f438b['cs']['getPluralForm']=_0x2e8041;})(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':_0x174e3b=>0x1!=_0x174e3b}};
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':_0x4d4dfe=>0x1!=_0x4d4dfe}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x13a4ea=>{const {da:{dictionary:_0x56c149,getPluralForm:_0x1f0e59}}={'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':_0x543171=>0x1!=_0x543171}};_0x13a4ea['da']||={'dictionary':{},'getPluralForm':null},_0x13a4ea['da']['dictionary']=Object['assign'](_0x13a4ea['da']['dictionary'],_0x56c149),_0x13a4ea['da']['getPluralForm']=_0x1f0e59;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4dbadc=>{const {da:{dictionary:_0x44bece,getPluralForm:_0x5aa587}}={'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':_0xa6e99=>0x1!=_0xa6e99}};_0x4dbadc['da']||={'dictionary':{},'getPluralForm':null},_0x4dbadc['da']['dictionary']=Object['assign'](_0x4dbadc['da']['dictionary'],_0x44bece),_0x4dbadc['da']['getPluralForm']=_0x5aa587;})(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':_0x4b4f3a=>0x1!=_0x4b4f3a}};
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':_0x1e55b2=>0x1!=_0x1e55b2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x15a707=>{const {de:{dictionary:_0x154d93,getPluralForm:_0x311f69}}={'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':_0xda98d0=>0x1!=_0xda98d0}};_0x15a707['de']||={'dictionary':{},'getPluralForm':null},_0x15a707['de']['dictionary']=Object['assign'](_0x15a707['de']['dictionary'],_0x154d93),_0x15a707['de']['getPluralForm']=_0x311f69;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2cbc66=>{const {de:{dictionary:_0x17eeba,getPluralForm:_0x7f4c54}}={'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':_0x6808b8=>0x1!=_0x6808b8}};_0x2cbc66['de']||={'dictionary':{},'getPluralForm':null},_0x2cbc66['de']['dictionary']=Object['assign'](_0x2cbc66['de']['dictionary'],_0x17eeba),_0x2cbc66['de']['getPluralForm']=_0x7f4c54;})(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':_0x3dd2b2=>0x1!=_0x3dd2b2}};
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':_0x46b6f8=>0x1!=_0x46b6f8}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x45262f=>{const {el:{dictionary:_0x4a355a,getPluralForm:_0x3757f8}}={'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':_0x2f9719=>0x1!=_0x2f9719}};_0x45262f['el']||={'dictionary':{},'getPluralForm':null},_0x45262f['el']['dictionary']=Object['assign'](_0x45262f['el']['dictionary'],_0x4a355a),_0x45262f['el']['getPluralForm']=_0x3757f8;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x96109c=>{const {el:{dictionary:_0x112e1c,getPluralForm:_0x281677}}={'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':_0xb22bd7=>0x1!=_0xb22bd7}};_0x96109c['el']||={'dictionary':{},'getPluralForm':null},_0x96109c['el']['dictionary']=Object['assign'](_0x96109c['el']['dictionary'],_0x112e1c),_0x96109c['el']['getPluralForm']=_0x281677;})(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':_0x29f63f=>0x1!=_0x29f63f}};
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':_0x3d12bf=>0x1!=_0x3d12bf}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2abc51=>{const {'en-au':{dictionary:_0x1d3a76,getPluralForm:_0x257e90}}={'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':_0x3946d7=>0x1!=_0x3946d7}};_0x2abc51['en-au']||={'dictionary':{},'getPluralForm':null},_0x2abc51['en-au']['dictionary']=Object['assign'](_0x2abc51['en-au']['dictionary'],_0x1d3a76),_0x2abc51['en-au']['getPluralForm']=_0x257e90;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5b2d25=>{const {'en-au':{dictionary:_0x1847a0,getPluralForm:_0x24092a}}={'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':_0x31d53e=>0x1!=_0x31d53e}};_0x5b2d25['en-au']||={'dictionary':{},'getPluralForm':null},_0x5b2d25['en-au']['dictionary']=Object['assign'](_0x5b2d25['en-au']['dictionary'],_0x1847a0),_0x5b2d25['en-au']['getPluralForm']=_0x24092a;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x70f4da=>{const {en:{dictionary:_0x38dd2b,getPluralForm:_0x441f4b}}={'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}};_0x70f4da['en']||={'dictionary':{},'getPluralForm':null},_0x70f4da['en']['dictionary']=Object['assign'](_0x70f4da['en']['dictionary'],_0x38dd2b),_0x70f4da['en']['getPluralForm']=_0x441f4b;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3e1c1f=>{const {en:{dictionary:_0x3db494,getPluralForm:_0xb21a1a}}={'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}};_0x3e1c1f['en']||={'dictionary':{},'getPluralForm':null},_0x3e1c1f['en']['dictionary']=Object['assign'](_0x3e1c1f['en']['dictionary'],_0x3db494),_0x3e1c1f['en']['getPluralForm']=_0xb21a1a;})(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':_0x2cd9bc=>0x1==_0x2cd9bc?0x0:0x0!=_0x2cd9bc&&_0x2cd9bc%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':_0x456ce2=>0x1==_0x456ce2?0x0:0x0!=_0x456ce2&&_0x456ce2%0xf4240==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2a506d=>{const {es:{dictionary:_0x329756,getPluralForm:_0x1fab3e}}={'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':_0x2c53c3=>0x1==_0x2c53c3?0x0:0x0!=_0x2c53c3&&_0x2c53c3%0xf4240==0x0?0x1:0x2}};_0x2a506d['es']||={'dictionary':{},'getPluralForm':null},_0x2a506d['es']['dictionary']=Object['assign'](_0x2a506d['es']['dictionary'],_0x329756),_0x2a506d['es']['getPluralForm']=_0x1fab3e;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1045c7=>{const {es:{dictionary:_0x5e9606,getPluralForm:_0x1b0c1c}}={'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':_0x11ced0=>0x1==_0x11ced0?0x0:0x0!=_0x11ced0&&_0x11ced0%0xf4240==0x0?0x1:0x2}};_0x1045c7['es']||={'dictionary':{},'getPluralForm':null},_0x1045c7['es']['dictionary']=Object['assign'](_0x1045c7['es']['dictionary'],_0x5e9606),_0x1045c7['es']['getPluralForm']=_0x1b0c1c;})(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':_0x9e7dc9=>0x1!=_0x9e7dc9}};
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':_0xfc0495=>0x1!=_0xfc0495}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5c437f=>{const {et:{dictionary:_0x5ed3a6,getPluralForm:_0xef403e}}={'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':_0x2aeedf=>0x1!=_0x2aeedf}};_0x5c437f['et']||={'dictionary':{},'getPluralForm':null},_0x5c437f['et']['dictionary']=Object['assign'](_0x5c437f['et']['dictionary'],_0x5ed3a6),_0x5c437f['et']['getPluralForm']=_0xef403e;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x21fb4b=>{const {et:{dictionary:_0x5cb7bf,getPluralForm:_0x40066b}}={'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':_0x1285d6=>0x1!=_0x1285d6}};_0x21fb4b['et']||={'dictionary':{},'getPluralForm':null},_0x21fb4b['et']['dictionary']=Object['assign'](_0x21fb4b['et']['dictionary'],_0x5cb7bf),_0x21fb4b['et']['getPluralForm']=_0x40066b;})(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':_0x26bfa4=>0x1!=_0x26bfa4}};
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':_0x2ec18d=>0x1!=_0x2ec18d}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0xd02c51=>{const {fi:{dictionary:_0x13b92b,getPluralForm:_0xead57}}={'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':_0x8a2a8e=>0x1!=_0x8a2a8e}};_0xd02c51['fi']||={'dictionary':{},'getPluralForm':null},_0xd02c51['fi']['dictionary']=Object['assign'](_0xd02c51['fi']['dictionary'],_0x13b92b),_0xd02c51['fi']['getPluralForm']=_0xead57;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5bdfa9=>{const {fi:{dictionary:_0x530163,getPluralForm:_0x1b7641}}={'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':_0x1d742f=>0x1!=_0x1d742f}};_0x5bdfa9['fi']||={'dictionary':{},'getPluralForm':null},_0x5bdfa9['fi']['dictionary']=Object['assign'](_0x5bdfa9['fi']['dictionary'],_0x530163),_0x5bdfa9['fi']['getPluralForm']=_0x1b7641;})(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':_0x5734aa=>0x0==_0x5734aa||0x1==_0x5734aa?0x0:0x0!=_0x5734aa&&_0x5734aa%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':_0x1af338=>0x0==_0x1af338||0x1==_0x1af338?0x0:0x0!=_0x1af338&&_0x1af338%0xf4240==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x517979=>{const {fr:{dictionary:_0x350abc,getPluralForm:_0x43de70}}={'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':_0x578cca=>0x0==_0x578cca||0x1==_0x578cca?0x0:0x0!=_0x578cca&&_0x578cca%0xf4240==0x0?0x1:0x2}};_0x517979['fr']||={'dictionary':{},'getPluralForm':null},_0x517979['fr']['dictionary']=Object['assign'](_0x517979['fr']['dictionary'],_0x350abc),_0x517979['fr']['getPluralForm']=_0x43de70;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2249e0=>{const {fr:{dictionary:_0x227f15,getPluralForm:_0x422e7}}={'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':_0x312fca=>0x0==_0x312fca||0x1==_0x312fca?0x0:0x0!=_0x312fca&&_0x312fca%0xf4240==0x0?0x1:0x2}};_0x2249e0['fr']||={'dictionary':{},'getPluralForm':null},_0x2249e0['fr']['dictionary']=Object['assign'](_0x2249e0['fr']['dictionary'],_0x227f15),_0x2249e0['fr']['getPluralForm']=_0x422e7;})(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\x20Word.','Word\x20document\x20export\x20started':'','Word\x20document\x20export\x20failed':'','Word\x20document\x20export\x20successful':'','Exporting\x20Word\x20document':''},'getPluralForm':_0x5bce48=>0x1!=_0x5bce48}};
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\x20Word.','Word\x20document\x20export\x20started':'','Word\x20document\x20export\x20failed':'','Word\x20document\x20export\x20successful':'','Exporting\x20Word\x20document':''},'getPluralForm':_0x4a1346=>0x1!=_0x4a1346}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3d7c9d=>{const {gl:{dictionary:_0x3af70e,getPluralForm:_0x423a76}}={'gl':{'dictionary':{'Export\x20to\x20Word':'Exportar\x20a\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Produciuse\x20un\x20erro\x20ao\x20xerar\x20o\x20ficheiro\x20Word.','Word\x20document\x20export\x20started':'','Word\x20document\x20export\x20failed':'','Word\x20document\x20export\x20successful':'','Exporting\x20Word\x20document':''},'getPluralForm':_0x16126a=>0x1!=_0x16126a}};_0x3d7c9d['gl']||={'dictionary':{},'getPluralForm':null},_0x3d7c9d['gl']['dictionary']=Object['assign'](_0x3d7c9d['gl']['dictionary'],_0x3af70e),_0x3d7c9d['gl']['getPluralForm']=_0x423a76;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x23a847=>{const {gl:{dictionary:_0x34869f,getPluralForm:_0xd3824e}}={'gl':{'dictionary':{'Export\x20to\x20Word':'Exportar\x20a\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Produciuse\x20un\x20erro\x20ao\x20xerar\x20o\x20ficheiro\x20Word.','Word\x20document\x20export\x20started':'','Word\x20document\x20export\x20failed':'','Word\x20document\x20export\x20successful':'','Exporting\x20Word\x20document':''},'getPluralForm':_0x140dea=>0x1!=_0x140dea}};_0x23a847['gl']||={'dictionary':{},'getPluralForm':null},_0x23a847['gl']['dictionary']=Object['assign'](_0x23a847['gl']['dictionary'],_0x34869f),_0x23a847['gl']['getPluralForm']=_0xd3824e;})(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':_0x483cd7=>0x1==_0x483cd7&&_0x483cd7%0x1==0x0?0x0:0x2==_0x483cd7&&_0x483cd7%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':_0x4c0590=>0x1==_0x4c0590&&_0x4c0590%0x1==0x0?0x0:0x2==_0x4c0590&&_0x4c0590%0x1==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x473fcf=>{const {he:{dictionary:_0x599b8b,getPluralForm:_0x17864f}}={'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':_0x553578=>0x1==_0x553578&&_0x553578%0x1==0x0?0x0:0x2==_0x553578&&_0x553578%0x1==0x0?0x1:0x2}};_0x473fcf['he']||={'dictionary':{},'getPluralForm':null},_0x473fcf['he']['dictionary']=Object['assign'](_0x473fcf['he']['dictionary'],_0x599b8b),_0x473fcf['he']['getPluralForm']=_0x17864f;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3677c7=>{const {he:{dictionary:_0x9da73b,getPluralForm:_0x4a6dad}}={'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':_0x3883a9=>0x1==_0x3883a9&&_0x3883a9%0x1==0x0?0x0:0x2==_0x3883a9&&_0x3883a9%0x1==0x0?0x1:0x2}};_0x3677c7['he']||={'dictionary':{},'getPluralForm':null},_0x3677c7['he']['dictionary']=Object['assign'](_0x3677c7['he']['dictionary'],_0x9da73b),_0x3677c7['he']['getPluralForm']=_0x4a6dad;})(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':_0x4350aa=>0x1!=_0x4350aa}};
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':_0x1fa7ec=>0x1!=_0x1fa7ec}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0xed916=>{const {hi:{dictionary:_0xf133bf,getPluralForm:_0x41618f}}={'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':_0x110b93=>0x1!=_0x110b93}};_0xed916['hi']||={'dictionary':{},'getPluralForm':null},_0xed916['hi']['dictionary']=Object['assign'](_0xed916['hi']['dictionary'],_0xf133bf),_0xed916['hi']['getPluralForm']=_0x41618f;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5f30a2=>{const {hi:{dictionary:_0x4819fc,getPluralForm:_0x3e6c6c}}={'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':_0x92e7d3=>0x1!=_0x92e7d3}};_0x5f30a2['hi']||={'dictionary':{},'getPluralForm':null},_0x5f30a2['hi']['dictionary']=Object['assign'](_0x5f30a2['hi']['dictionary'],_0x4819fc),_0x5f30a2['hi']['getPluralForm']=_0x3e6c6c;})(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':_0x5cf967=>_0x5cf967%0xa==0x1&&_0x5cf967%0x64!=0xb?0x0:_0x5cf967%0xa>=0x2&&_0x5cf967%0xa<=0x4&&(_0x5cf967%0x64<0xa||_0x5cf967%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':_0x5e2e9c=>_0x5e2e9c%0xa==0x1&&_0x5e2e9c%0x64!=0xb?0x0:_0x5e2e9c%0xa>=0x2&&_0x5e2e9c%0xa<=0x4&&(_0x5e2e9c%0x64<0xa||_0x5e2e9c%0x64>=0x14)?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x40b418=>{const {hr:{dictionary:_0x50814a,getPluralForm:_0x54bfed}}={'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':_0x360393=>_0x360393%0xa==0x1&&_0x360393%0x64!=0xb?0x0:_0x360393%0xa>=0x2&&_0x360393%0xa<=0x4&&(_0x360393%0x64<0xa||_0x360393%0x64>=0x14)?0x1:0x2}};_0x40b418['hr']||={'dictionary':{},'getPluralForm':null},_0x40b418['hr']['dictionary']=Object['assign'](_0x40b418['hr']['dictionary'],_0x50814a),_0x40b418['hr']['getPluralForm']=_0x54bfed;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3916c5=>{const {hr:{dictionary:_0x4bbf5a,getPluralForm:_0x1fb41c}}={'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':_0x45d3a1=>_0x45d3a1%0xa==0x1&&_0x45d3a1%0x64!=0xb?0x0:_0x45d3a1%0xa>=0x2&&_0x45d3a1%0xa<=0x4&&(_0x45d3a1%0x64<0xa||_0x45d3a1%0x64>=0x14)?0x1:0x2}};_0x3916c5['hr']||={'dictionary':{},'getPluralForm':null},_0x3916c5['hr']['dictionary']=Object['assign'](_0x3916c5['hr']['dictionary'],_0x4bbf5a),_0x3916c5['hr']['getPluralForm']=_0x1fb41c;})(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':_0x12a8e8=>0x1!=_0x12a8e8}};
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':_0x4d71ed=>0x1!=_0x4d71ed}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x126eb1=>{const {hu:{dictionary:_0x116c3d,getPluralForm:_0x28d095}}={'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':_0x4ffb3c=>0x1!=_0x4ffb3c}};_0x126eb1['hu']||={'dictionary':{},'getPluralForm':null},_0x126eb1['hu']['dictionary']=Object['assign'](_0x126eb1['hu']['dictionary'],_0x116c3d),_0x126eb1['hu']['getPluralForm']=_0x28d095;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2074c4=>{const {hu:{dictionary:_0x119be0,getPluralForm:_0x31a299}}={'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':_0x6c3a11=>0x1!=_0x6c3a11}};_0x2074c4['hu']||={'dictionary':{},'getPluralForm':null},_0x2074c4['hu']['dictionary']=Object['assign'](_0x2074c4['hu']['dictionary'],_0x119be0),_0x2074c4['hu']['getPluralForm']=_0x31a299;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'id':{'dictionary':{'Export\x20to\x20Word':'Ekspor\x20ke\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Terjadi\x20kesalahan\x20ketika\x20membuat\x20berkas\x20Word.','Word\x20document\x20export\x20started':'ekspor\x20dokumen\x20Word\x20dimulai','Word\x20document\x20export\x20failed':'ekspor\x20dokumen\x20Word\x20gagal','Word\x20document\x20export\x20successful':'ekspor\x20dokumen\x20Word\x20berhasil','Exporting\x20Word\x20document':'Mengekspor\x20dokumen\x20Word'},'getPluralForm':_0x3a86f8=>0x0}};
23
+ export default{'id':{'dictionary':{'Export\x20to\x20Word':'Ekspor\x20ke\x20Word','An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':'Terjadi\x20kesalahan\x20ketika\x20membuat\x20berkas\x20Word.','Word\x20document\x20export\x20started':'ekspor\x20dokumen\x20Word\x20dimulai','Word\x20document\x20export\x20failed':'ekspor\x20dokumen\x20Word\x20gagal','Word\x20document\x20export\x20successful':'ekspor\x20dokumen\x20Word\x20berhasil','Exporting\x20Word\x20document':'Mengekspor\x20dokumen\x20Word'},'getPluralForm':_0x5b9e97=>0x0}};