@ckeditor/ckeditor5-export-word 42.0.2-alpha.1 → 42.0.2

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 +4 -4
  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:()=>h});var t=n(782),e=n(311);function r(){const t=c,e=[],n=[];for(const o of Array[t(451)](document[t(461)]))if(o[t(469)][t(457)](t(497)))for(const r of Array[t(451)](o[t(499)]))-1!==r[t(452)][t(502)](t(489))?e[t(492)](r[t(452)]):-1!==r[t(452)][t(502)](t(475))&&n[t(492)](r[t(452)]);return e[t(490)]||console[t(467)](t(465)),[...n,...e][t(487)](" ")[t(491)]()}function s(t){const e=c,n=t[e(456)][e(482)](e(500)),o=t[e(456)][e(482)](e(453)),r=t[e(456)][e(482)](e(458)),s={};if(n&&o){const n=function(t){const e=c,n={};if(!t[e(490)])return n;for(const o of t)o[e(471)][e(463)]((t=>{const r=e;void 0===n[o.id]&&(n[o.id]=[]),n[o.id][r(492)]({author:t[r(488)][r(454)],content:t[r(480)],created:t[r(472)],is_resolved:o[r(447)]})}));return n}(t[e(456)][e(466)](e(453))[e(493)]({skipNotAttached:!0,skipEmpty:!0}));Object[e(498)](n)[e(490)]&&(s[e(471)]=n)}if(n&&r){const n=t[e(456)][e(466)](e(458)),o=t[e(456)][e(466)](e(500)),r=function(t,e){const n=c,o={};if(!t[n(490)]||!e[n(490)])return o;for(const r of t)o[r.id]={author:e[n(466)](r[n(478)])[n(454)],created:r[n(472)]};return o}(n[e(474)]({toJSON:!0}),o[e(470)]);Object[e(498)](r)[e(490)]&&(s[e(459)]=r)}return(s[e(459)]||s[e(471)])&&(s[e(448)]=(new(Intl[e(501)]))[e(503)]()[e(473)]),s}function i(){const t=["610skRLxH","isResolved","timezone","229202tPrnCj","475622pHHleb","from","cssText","CommentsRepository","name","all","plugins","hasAttribute","TrackChanges","suggestions","927549mYKYzk","styleSheets","fetch","map","text","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.","get","warn","32ufKGkS","ownerNode","users","comments","createdAt","timeZone","getSuggestions",":root","EDITOR_STYLES","708096oFbMiF","authorId","collaboration_features","content","10DfnWKB","has","4RLTpOA","75779wqBBQd","8ECKgXg","then","join","author",".ck-content","length","trim","push","getCommentThreads","354762tmvdHN","comment_threads","5239080iysspa","data-cke","keys","cssRules","Users","DateTimeFormat","indexOf","resolvedOptions"];return(i=function(){return t})()}function c(t,e){const n=i();return(c=function(t,e){return n[t-=447]})(t,e)}function a(t){const e=c,n=t[e(456)][e(482)](e(500)),o=t[e(456)][e(482)](e(453)),r=t[e(456)][e(482)](e(458)),s={},i={};if(n&&o){const n=function(t){const e=c,n=[];if(!t[e(490)])return n;for(const o of t){const t=o[e(471)][e(463)]((t=>({author:t[e(488)][e(454)],content:t[e(480)],created_at:t[e(472)]})));n[e(492)]({thread_id:o.id,is_resolved:o[e(447)],comments:t})}return n}(t[e(456)][e(466)](e(453))[e(493)]({skipNotAttached:!0,skipEmpty:!0}));n[e(490)]&&(i[e(495)]=n)}if(n&&r){const n=t[e(456)][e(466)](e(458)),o=t[e(456)][e(466)](e(500)),r=function(t,e){const n=c;return t[n(490)]&&e[n(490)]?t[n(463)]((t=>({id:t.id,author:e[n(466)](t[n(478)])[n(454)],created_at:t[n(472)]}))):[]}(n[e(474)]({toJSON:!0}),o[e(470)]);r[e(490)]&&(i[e(459)]=r)}return(i[e(495)]||i[e(459)])&&(s[e(448)]=(new(Intl[e(501)]))[e(503)]()[e(473)],s[e(479)]=i),s}!function(t){const e=c,n=t();for(;;)try{if(284276===parseInt(e(483))/1*(-parseInt(e(449))/2)+-parseInt(e(477))/3*(-parseInt(e(485))/4)+-parseInt(e(481))/5*(-parseInt(e(494))/6)+parseInt(e(450))/7*(parseInt(e(468))/8)+-parseInt(e(460))/9+parseInt(e(504))/10*(parseInt(e(484))/11)+-parseInt(e(496))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(i);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),i=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=c;if(!t)return new Promise((t=>t("")));const n=[];for(const o of t)e(476)!==o?n[e(492)](window[e(462)](o)[e(486)]((t=>t[e(464)]()))):n[e(492)](r());return Promise[e(455)](n)[e(486)]((t=>t[e(487)](" ")[e(491)]()))}(t.stylesheets||["EDITOR_STYLES"]).then((async r=>{e.ui.ariaLiveAnnouncer.announce(n("Word document export started"));const c=await h(e),d={html:'<div class="ck-content" dir="'+e.locale.contentLanguageDirection+'">'+c+"</div>",css:r,[o?"config":"options"]:{...u,...o?a(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(i,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=f();return(l=function(t,e){return n[t-=322]})(t,e)}!function(t){const e=l,n=t();for(;;)try{if(932874===-parseInt(e(341))/1+parseInt(e(342))/2*(parseInt(e(322))/3)+parseInt(e(329))/4+parseInt(e(345))/5*(-parseInt(e(333))/6)+parseInt(e(336))/7*(parseInt(e(346))/8)+parseInt(e(327))/9*(-parseInt(e(328))/10)+parseInt(e(337))/11*(parseInt(e(350))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(f);class h extends t.Plugin{static get[p(349)](){return p(324)}static get[p(347)](){return[p(339),e.Notification,d]}[p(335)](){const t=p,e=this[t(326)],n=e[t(332)][t(340)](t(348))||{};e[t(343)][t(325)](t(348),new u(e));const o=e[t(344)][t(340)](t(339));!1===n[t(323)]?this[t(334)]=null:n[t(323)]?o[t(330)](n[t(323)])[t(331)]((e=>{this[t(334)]=e})):this[t(334)]=o[t(338)]}}function f(){const t=["5bZpspC","1027496pRQahG","requires","exportWord","pluginName","1728PBnNqD","9981uMOwqP","tokenUrl","ExportWord","add","editor","10145079nfzGhV","10pRIhAo","6201252NiPASN","registerTokenUrl","then","config","9124122xNdGsk","_token","init","14KHoojG","150172TdZQYe","token","CloudServices","get","1612912xqneNb","854RTjfPh","commands","plugins"];return(f=function(){return t})()}function m(t,e){var n=g();return(m=function(t,e){return n[t-=465]})(t,e)}function g(){var t=["6nMciWm","2331090SVhFEx","100DuFymC","13aDfKxj","6viLieg","116543saMNNV","2434828TJQudX","141054Mqngkk","27uDiMHT","256RXdkJA","6504468wttGBr","202016XsXxxT","3996325bDBmXe"];return(g=function(){return t})()}!function(t){for(var e=m,n=t();;)try{if(700083===-parseInt(e(477))/1*(parseInt(e(466))/2)+-parseInt(e(473))/3*(-parseInt(e(468))/4)+parseInt(e(465))/5*(-parseInt(e(470))/6)+parseInt(e(471))/7*(-parseInt(e(475))/8)+parseInt(e(474))/9*(parseInt(e(467))/10)+parseInt(e(472))/11+parseInt(e(476))/12*(parseInt(e(469))/13))break;n.push(n.shift())}catch(t){n.push(n.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=c,e=[],n=[];for(const o of Array[t(278)](document[t(269)]))if(o[t(263)][t(268)](t(247)))for(const r of Array[t(278)](o[t(290)]))-1!==r[t(250)][t(272)](t(252))?e[t(299)](r[t(250)]):-1!==r[t(250)][t(272)](t(244))&&n[t(299)](r[t(250)]);return e[t(266)]||console[t(286)](t(271)),[...n,...e][t(283)](" ")[t(270)]()}function s(t){const e=c,n=t[e(255)][e(254)](e(285)),o=t[e(255)][e(254)](e(248)),r=t[e(255)][e(254)](e(298)),s={};if(n&&o){const n=function(t){const e=c,n={};if(!t[e(266)])return n;for(const o of t)o[e(276)][e(287)]((t=>{const r=e;void 0===n[o.id]&&(n[o.id]=[]),n[o.id][r(299)]({author:t[r(261)][r(253)],content:t[r(245)],created:t[r(279)],is_resolved:o[r(275)]})}));return n}(t[e(255)][e(292)](e(248))[e(257)]({skipNotAttached:!0,skipEmpty:!0}));Object[e(274)](n)[e(266)]&&(s[e(276)]=n)}if(n&&r){const n=t[e(255)][e(292)](e(298)),o=t[e(255)][e(292)](e(285)),r=function(t,e){const n=c,o={};if(!t[n(266)]||!e[n(266)])return o;for(const r of t)o[r.id]={author:e[n(292)](r[n(273)])[n(253)],created:r[n(279)]};return o}(n[e(249)]({toJSON:!0}),o[e(264)]);Object[e(274)](r)[e(266)]&&(s[e(277)]=r)}return(s[e(277)]||s[e(276)])&&(s[e(258)]=(new(Intl[e(281)]))[e(291)]()[e(259)]),s}function i(){const t=["15152bJzkEp","ownerNode","users","11mHudeB","length","8MmxidS","hasAttribute","styleSheets","trim","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.","indexOf","authorId","keys","isResolved","comments","suggestions","from","createdAt","31168qZnSzO","DateTimeFormat","618265nUFtvr","join","all","Users","warn","map","1213058qZSGIo","4rKxYJA","cssRules","resolvedOptions","get","comment_threads","collaboration_features","12545430SLQZAe","EDITOR_STYLES","30yzeocL","TrackChanges","push","11560257HNcepS",":root","content","2530974GZLIVx","data-cke","CommentsRepository","getSuggestions","cssText","text",".ck-content","name","has","plugins","then","getCommentThreads","timezone","timeZone","fetch","author"];return(i=function(){return t})()}function c(t,e){const n=i();return(c=function(t,e){return n[t-=244]})(t,e)}function a(t){const e=c,n=t[e(255)][e(254)](e(285)),o=t[e(255)][e(254)](e(248)),r=t[e(255)][e(254)](e(298)),s={},i={};if(n&&o){const n=function(t){const e=c,n=[];if(!t[e(266)])return n;for(const o of t){const t=o[e(276)][e(287)]((t=>({author:t[e(261)][e(253)],content:t[e(245)],created_at:t[e(279)]})));n[e(299)]({thread_id:o.id,is_resolved:o[e(275)],comments:t})}return n}(t[e(255)][e(292)](e(248))[e(257)]({skipNotAttached:!0,skipEmpty:!0}));n[e(266)]&&(i[e(293)]=n)}if(n&&r){const n=t[e(255)][e(292)](e(298)),o=t[e(255)][e(292)](e(285)),r=function(t,e){const n=c;return t[n(266)]&&e[n(266)]?t[n(287)]((t=>({id:t.id,author:e[n(292)](t[n(273)])[n(253)],created_at:t[n(279)]}))):[]}(n[e(249)]({toJSON:!0}),o[e(264)]);r[e(266)]&&(i[e(277)]=r)}return(i[e(293)]||i[e(277)])&&(s[e(258)]=(new(Intl[e(281)]))[e(291)]()[e(259)],s[e(294)]=i),s}!function(t){const e=c,n=t();for(;;)try{if(865055===-parseInt(e(280))/1+-parseInt(e(262))/2+parseInt(e(246))/3*(-parseInt(e(289))/4)+-parseInt(e(282))/5*(parseInt(e(297))/6)+-parseInt(e(288))/7*(parseInt(e(267))/8)+parseInt(e(300))/9+-parseInt(e(295))/10*(-parseInt(e(265))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(i);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),i=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,f=t.dataCallback||(t=>t.data.get({pagination:l}));return this.isBusy=!0,this.refresh(),function(t){const e=c;if(!t)return new Promise((t=>t("")));const n=[];for(const o of t)e(296)!==o?n[e(299)](window[e(260)](o)[e(256)]((t=>t[e(251)]()))):n[e(299)](r());return Promise[e(284)](n)[e(256)]((t=>t[e(283)](" ")[e(270)]()))}(t.stylesheets||["EDITOR_STYLES"]).then((async r=>{e.ui.ariaLiveAnnouncer.announce(n("Word document export started"));const c=await f(e),d={html:'<div class="ck-content" dir="'+e.locale.contentLanguageDirection+'">'+c+"</div>",css:r,[o?"config":"options"]:{...u,...o?a(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(i,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-=476]})(t,e)}!function(t){const e=l,n=t();for(;;)try{if(521930===parseInt(e(482))/1*(parseInt(e(495))/2)+-parseInt(e(489))/3*(-parseInt(e(496))/4)+parseInt(e(476))/5+parseInt(e(486))/6*(parseInt(e(494))/7)+parseInt(e(490))/8+-parseInt(e(491))/9+-parseInt(e(502))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(h);class f extends t.Plugin{static get[p(497)](){return p(481)}static get[p(493)](){return[p(483),e.Notification,d]}[p(500)](){const t=p,e=this[t(501)],n=e[t(484)][t(478)](t(487))||{};e[t(499)][t(485)](t(487),new u(e));const o=e[t(477)][t(478)](t(483));!1===n[t(498)]?this[t(479)]=null:n[t(498)]?o[t(488)](n[t(498)])[t(492)]((e=>{this[t(479)]=e})):this[t(479)]=o[t(480)]}}function h(){const t=["84356baAhIh","11964eREfod","pluginName","tokenUrl","commands","init","editor","35323760DzyYXJ","3640960rtQpqd","plugins","get","_token","token","ExportWord","21BVXMKW","CloudServices","config","add","1495818uStGwW","exportWord","registerTokenUrl","801PBjGHE","7274824SmPmZZ","139347EgnuQW","then","requires","21cZAajr"];return(h=function(){return t})()}function m(t,e){var n=g();return(m=function(t,e){return n[t-=467]})(t,e)}function g(){var t=["1758435AjXtVg","42435ftcemn","57870MJOsin","6536752tVFHEr","704nNCNBL","8229771qfLznD","48BFKCrd","1385322uIDWWC","414804yROVng"];return(g=function(){return t})()}!function(t){for(var e=m,n=t();;)try{if(850746===-parseInt(e(471))/1+parseInt(e(470))/2*(parseInt(e(475))/3)+-parseInt(e(468))/4*(-parseInt(e(474))/5)+-parseInt(e(472))/6+parseInt(e(473))/7+-parseInt(e(467))/8+parseInt(e(469))/9)break;n.push(n.shift())}catch(t){n.push(n.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 _0x4ab265,Plugin as _0x3e6f0a}from'@ckeditor/ckeditor5-core/dist/index.js';import{ButtonView as _0x599d38,MenuBarMenuListItemButtonView as _0x24eb06,SpinnerView as _0x1016b1,Notification as _0x231ac3}from'@ckeditor/ckeditor5-ui/dist/index.js';function f(){const _0x1a3caa=[],_0x462725=[];for(const _0x473dbc of Array['from'](document['styleSheets'])){if(_0x473dbc['ownerNode']['hasAttribute']('data-cke')){for(const _0x2be65b of Array['from'](_0x473dbc['cssRules']))-0x1!==_0x2be65b['cssText']['indexOf']('.ck-content')?_0x1a3caa['push'](_0x2be65b['cssText']):-0x1!==_0x2be65b['cssText']['indexOf'](':root')&&_0x462725['push'](_0x2be65b['cssText']);}}return _0x1a3caa['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.'),[..._0x462725,..._0x1a3caa]['join']('\x20')['trim']();}function d(_0x50ca03){const _0x14d6b6=_0x50ca03['plugins']['has']('Users'),_0x59c4de=_0x50ca03['plugins']['has']('CommentsRepository'),_0x567c11=_0x50ca03['plugins']['has']('TrackChanges'),_0xc4635d={};if(_0x14d6b6&&_0x59c4de){const _0x3de7b1=function(_0x25b7a6){const _0x1cc9db={};if(!_0x25b7a6['length'])return _0x1cc9db;for(const _0x379eaa of _0x25b7a6)_0x379eaa['comments']['map'](_0xa77010=>{void 0x0===_0x1cc9db[_0x379eaa['id']]&&(_0x1cc9db[_0x379eaa['id']]=[]),_0x1cc9db[_0x379eaa['id']]['push']({'author':_0xa77010['author']['name'],'content':_0xa77010['content'],'created':_0xa77010['createdAt'],'is_resolved':_0x379eaa['isResolved']});});return _0x1cc9db;}(_0x50ca03['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'skipEmpty':!0x0}));Object['keys'](_0x3de7b1)['length']&&(_0xc4635d['comments']=_0x3de7b1);}if(_0x14d6b6&&_0x567c11){const _0x1579bc=_0x50ca03['plugins']['get']('TrackChanges'),_0x578f6=_0x50ca03['plugins']['get']('Users'),_0x21021f=function(_0x4ca5d9,_0x5c744e){const _0x4b263d={};if(!_0x4ca5d9['length']||!_0x5c744e['length'])return _0x4b263d;for(const _0x249e56 of _0x4ca5d9)_0x4b263d[_0x249e56['id']]={'author':_0x5c744e['get'](_0x249e56['authorId'])['name'],'created':_0x249e56['createdAt']};return _0x4b263d;}(_0x1579bc['getSuggestions']({'toJSON':!0x0}),_0x578f6['users']);Object['keys'](_0x21021f)['length']&&(_0xc4635d['suggestions']=_0x21021f);}return(_0xc4635d['suggestions']||_0xc4635d['comments'])&&(_0xc4635d['timezone']=new Intl['DateTimeFormat']()['resolvedOptions']()['timeZone']),_0xc4635d;}function h(_0x3977b9){const _0x46148c=_0x3977b9['plugins']['has']('Users'),_0x3664f1=_0x3977b9['plugins']['has']('CommentsRepository'),_0x5175eb=_0x3977b9['plugins']['has']('TrackChanges'),_0x15bcba={},_0x6254a0={};if(_0x46148c&&_0x3664f1){const _0x541bbf=function(_0xda0547){const _0x67e445=[];if(!_0xda0547['length'])return _0x67e445;for(const _0x523b74 of _0xda0547){const _0x15780f=_0x523b74['comments']['map'](_0x3da509=>({'author':_0x3da509['author']['name'],'content':_0x3da509['content'],'created_at':_0x3da509['createdAt']}));_0x67e445['push']({'thread_id':_0x523b74['id'],'is_resolved':_0x523b74['isResolved'],'comments':_0x15780f});}return _0x67e445;}(_0x3977b9['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'skipEmpty':!0x0}));_0x541bbf['length']&&(_0x6254a0['comment_threads']=_0x541bbf);}if(_0x46148c&&_0x5175eb){const _0x436257=_0x3977b9['plugins']['get']('TrackChanges'),_0x399734=_0x3977b9['plugins']['get']('Users'),_0x3fbe47=function(_0x23c6a2,_0x325ada){if(!_0x23c6a2['length']||!_0x325ada['length'])return[];return _0x23c6a2['map'](_0x2a0a4a=>({'id':_0x2a0a4a['id'],'author':_0x325ada['get'](_0x2a0a4a['authorId'])['name'],'created_at':_0x2a0a4a['createdAt']}));}(_0x436257['getSuggestions']({'toJSON':!0x0}),_0x399734['users']);_0x3fbe47['length']&&(_0x6254a0['suggestions']=_0x3fbe47);}return(_0x6254a0['comment_threads']||_0x6254a0['suggestions'])&&(_0x15bcba['timezone']=new Intl['DateTimeFormat']()['resolvedOptions']()['timeZone'],_0x15bcba['collaboration_features']=_0x6254a0),_0x15bcba;}class e extends _0x4ab265{constructor(_0x4cbd8c){super(_0x4cbd8c),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x31ca37={}){const _0x28cdf9=this['editor'],t=_0x28cdf9['t'],_0x308cc5=0x2===(_0x31ca37['version']||0x1),_0x170742=_0x31ca37['converterUrl']||(_0x308cc5?'https://docx-converter.cke-cs.com/v2/convert/html-docx':'https://docx-converter.cke-cs.com/v1/convert'),_0xfe7191=_0x31ca37['converterOptions']||{},_0x15b16f=_0x28cdf9['plugins']['get']('ExportWord'),_0x382cde=_0x31ca37['token']||_0x15b16f['_token'],_0x5d1b8e=!0x1!==_0xfe7191['auto_pagination'],_0x30f967=_0x31ca37['dataCallback']||(_0x4cbbdb=>_0x4cbbdb['data']['get']({'pagination':_0x5d1b8e}));return this['isBusy']=!0x0,this['refresh'](),function(_0x345158){if(!_0x345158)return new Promise(_0x294858=>_0x294858(''));const _0x57ebd1=[];for(const _0x34be9e of _0x345158)'EDITOR_STYLES'!==_0x34be9e?_0x57ebd1['push'](window['fetch'](_0x34be9e)['then'](_0x31ac80=>_0x31ac80['text']())):_0x57ebd1['push'](f());return Promise['all'](_0x57ebd1)['then'](_0x3838cd=>_0x3838cd['join']('\x20')['trim']());}(_0x31ca37['stylesheets']||['EDITOR_STYLES'])['then'](async _0x311817=>{_0x28cdf9['ui']['ariaLiveAnnouncer']['announce'](t('Word\x20document\x20export\x20started'));const _0x58f4f5=await _0x30f967(_0x28cdf9),_0x41ac12={'html':'<div\x20class=\x22ck-content\x22\x20dir=\x22'+_0x28cdf9['locale']['contentLanguageDirection']+'\x22>'+_0x58f4f5+'</div>','css':_0x311817,[_0x308cc5?'config':'options']:{..._0xfe7191,..._0x308cc5?h(_0x28cdf9):d(_0x28cdf9)}},_0x1693af={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/docx',..._0x382cde?{'Authorization':_0x382cde['value']}:null},'body':JSON['stringify'](_0x41ac12)};return window['fetch'](_0x170742,_0x1693af)['then'](_0x140584=>{if(0xc8!==_0x140584['status'])throw _0x140584;return _0x140584['blob']();})['then'](_0x3d49a4=>{_0x28cdf9['ui']['ariaLiveAnnouncer']['announce'](t('Word\x20document\x20export\x20successful'));const _0x2089b1='function'==typeof _0x31ca37['fileName']?_0x31ca37['fileName']():_0x31ca37['fileName'];this['_downloadFile'](_0x3d49a4,_0x2089b1||'document.docx');});})['catch'](_0xbd214b=>{const _0x29fba4=_0x28cdf9['plugins']['get']('Notification');throw _0x28cdf9['ui']['ariaLiveAnnouncer']['announce'](t('Word\x20document\x20export\x20failed'),{'politeness':'assertive'}),_0x29fba4['showWarning'](t('An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.')),_0xbd214b;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0x3be581,_0xdae354){const _0x578d77=document['createElement']('a');_0x578d77['href']=window['URL']['createObjectURL'](_0x3be581),_0x578d77['download']=_0xdae354,_0x578d77['click'](),_0x578d77['remove']();}}class i extends _0x3e6f0a{static get['pluginName'](){return'ExportWordUI';}['init'](){const _0x2bc64f=this['editor'];_0x2bc64f['ui']['componentFactory']['add']('exportWord',()=>{const _0x5e6f37=_0x2bc64f['commands']['get']('exportWord'),_0x2df1e7=this['_createButton'](_0x599d38);return _0x2df1e7['set']({'tooltip':!0x0}),_0x2df1e7['bind']('isOn')['to'](_0x5e6f37,'isBusy'),_0x2df1e7;}),_0x2bc64f['ui']['componentFactory']['add']('menuBar:exportWord',()=>this['_createButton'](_0x24eb06));}['_createButton'](_0x2d54a7){const _0x53f3f1=this['editor'],_0xa1975=_0x53f3f1['config']['get']('exportWord')||{},t=_0x53f3f1['locale']['t'],_0x206941=_0x53f3f1['commands']['get']('exportWord'),_0x305418=new _0x2d54a7(_0x53f3f1['locale']),_0x8a683d=new _0x1016b1();return _0x305418['children']['add'](_0x8a683d),_0x8a683d['bind']('isVisible')['to'](_0x206941,'isBusy'),_0x305418['iconView']['bind']('isVisible')['to'](_0x206941,'isBusy',_0x2ed7af=>!_0x2ed7af),_0x305418['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'}),_0x305418['bind']('isEnabled')['to'](_0x206941,'isEnabled'),_0x305418['bind']('label')['to'](_0x206941,'isBusy',_0x2bf649=>t(_0x2bf649?'Exporting\x20Word\x20document':'Export\x20to\x20Word')),this['listenTo'](_0x305418,'execute',()=>{_0x53f3f1['execute']('exportWord',_0xa1975),_0x53f3f1['editing']['view']['focus']();}),_0x305418;}}class s extends _0x3e6f0a{['_token'];static get['pluginName'](){return'ExportWord';}static get['requires'](){return['CloudServices',_0x231ac3,i];}['init'](){const _0x46cfb3=this['editor'],_0x5f37af=_0x46cfb3['config']['get']('exportWord')||{};_0x46cfb3['commands']['add']('exportWord',new e(_0x46cfb3));const _0x4dceca=_0x46cfb3['plugins']['get']('CloudServices');!0x1===_0x5f37af['tokenUrl']?this['_token']=null:_0x5f37af['tokenUrl']?_0x4dceca['registerTokenUrl'](_0x5f37af['tokenUrl'])['then'](_0x2b6a22=>{this['_token']=_0x2b6a22;}):this['_token']=_0x4dceca['token'];}}export{s as ExportWord};
23
+ import{Command as _0x5b507e,Plugin as _0x416fc7}from'@ckeditor/ckeditor5-core/dist/index.js';import{ButtonView as _0x43db8c,MenuBarMenuListItemButtonView as _0x476194,SpinnerView as _0x242d8d,Notification as _0x33259e}from'@ckeditor/ckeditor5-ui/dist/index.js';function f(){const _0x1fd6d4=[],_0x31a258=[];for(const _0x46d8e7 of Array['from'](document['styleSheets'])){if(_0x46d8e7['ownerNode']['hasAttribute']('data-cke')){for(const _0x2dd5ee of Array['from'](_0x46d8e7['cssRules']))-0x1!==_0x2dd5ee['cssText']['indexOf']('.ck-content')?_0x1fd6d4['push'](_0x2dd5ee['cssText']):-0x1!==_0x2dd5ee['cssText']['indexOf'](':root')&&_0x31a258['push'](_0x2dd5ee['cssText']);}}return _0x1fd6d4['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.'),[..._0x31a258,..._0x1fd6d4]['join']('\x20')['trim']();}function d(_0x5e1607){const _0x2ee596=_0x5e1607['plugins']['has']('Users'),_0x15200e=_0x5e1607['plugins']['has']('CommentsRepository'),_0x5430e0=_0x5e1607['plugins']['has']('TrackChanges'),_0x4c42c2={};if(_0x2ee596&&_0x15200e){const _0x3e692b=function(_0x35a1fb){const _0x5207bc={};if(!_0x35a1fb['length'])return _0x5207bc;for(const _0x58edb3 of _0x35a1fb)_0x58edb3['comments']['map'](_0x49eb1f=>{void 0x0===_0x5207bc[_0x58edb3['id']]&&(_0x5207bc[_0x58edb3['id']]=[]),_0x5207bc[_0x58edb3['id']]['push']({'author':_0x49eb1f['author']['name'],'content':_0x49eb1f['content'],'created':_0x49eb1f['createdAt'],'is_resolved':_0x58edb3['isResolved']});});return _0x5207bc;}(_0x5e1607['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'skipEmpty':!0x0}));Object['keys'](_0x3e692b)['length']&&(_0x4c42c2['comments']=_0x3e692b);}if(_0x2ee596&&_0x5430e0){const _0x1a5e0d=_0x5e1607['plugins']['get']('TrackChanges'),_0x54b4c8=_0x5e1607['plugins']['get']('Users'),_0x2dccfa=function(_0x50f8db,_0xc4ca7d){const _0x39bc05={};if(!_0x50f8db['length']||!_0xc4ca7d['length'])return _0x39bc05;for(const _0x59da57 of _0x50f8db)_0x39bc05[_0x59da57['id']]={'author':_0xc4ca7d['get'](_0x59da57['authorId'])['name'],'created':_0x59da57['createdAt']};return _0x39bc05;}(_0x1a5e0d['getSuggestions']({'toJSON':!0x0}),_0x54b4c8['users']);Object['keys'](_0x2dccfa)['length']&&(_0x4c42c2['suggestions']=_0x2dccfa);}return(_0x4c42c2['suggestions']||_0x4c42c2['comments'])&&(_0x4c42c2['timezone']=new Intl['DateTimeFormat']()['resolvedOptions']()['timeZone']),_0x4c42c2;}function h(_0x48f9a8){const _0x58b186=_0x48f9a8['plugins']['has']('Users'),_0x4867fa=_0x48f9a8['plugins']['has']('CommentsRepository'),_0x1952eb=_0x48f9a8['plugins']['has']('TrackChanges'),_0x5aae59={},_0x4b6e81={};if(_0x58b186&&_0x4867fa){const _0x2cf1b6=function(_0x18cc93){const _0x59dd66=[];if(!_0x18cc93['length'])return _0x59dd66;for(const _0x1785f6 of _0x18cc93){const _0x921afa=_0x1785f6['comments']['map'](_0xe41458=>({'author':_0xe41458['author']['name'],'content':_0xe41458['content'],'created_at':_0xe41458['createdAt']}));_0x59dd66['push']({'thread_id':_0x1785f6['id'],'is_resolved':_0x1785f6['isResolved'],'comments':_0x921afa});}return _0x59dd66;}(_0x48f9a8['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'skipEmpty':!0x0}));_0x2cf1b6['length']&&(_0x4b6e81['comment_threads']=_0x2cf1b6);}if(_0x58b186&&_0x1952eb){const _0x3be4bb=_0x48f9a8['plugins']['get']('TrackChanges'),_0x186a20=_0x48f9a8['plugins']['get']('Users'),_0x444fc0=function(_0x492ae3,_0x4f3283){if(!_0x492ae3['length']||!_0x4f3283['length'])return[];return _0x492ae3['map'](_0x35aa27=>({'id':_0x35aa27['id'],'author':_0x4f3283['get'](_0x35aa27['authorId'])['name'],'created_at':_0x35aa27['createdAt']}));}(_0x3be4bb['getSuggestions']({'toJSON':!0x0}),_0x186a20['users']);_0x444fc0['length']&&(_0x4b6e81['suggestions']=_0x444fc0);}return(_0x4b6e81['comment_threads']||_0x4b6e81['suggestions'])&&(_0x5aae59['timezone']=new Intl['DateTimeFormat']()['resolvedOptions']()['timeZone'],_0x5aae59['collaboration_features']=_0x4b6e81),_0x5aae59;}class e extends _0x5b507e{constructor(_0x520548){super(_0x520548),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x26e125={}){const _0x5aadee=this['editor'],t=_0x5aadee['t'],_0x26b207=0x2===(_0x26e125['version']||0x1),_0x55431e=_0x26e125['converterUrl']||(_0x26b207?'https://docx-converter.cke-cs.com/v2/convert/html-docx':'https://docx-converter.cke-cs.com/v1/convert'),_0x395fc1=_0x26e125['converterOptions']||{},_0x276983=_0x5aadee['plugins']['get']('ExportWord'),_0x4b7dd4=_0x26e125['token']||_0x276983['_token'],_0x17f760=!0x1!==_0x395fc1['auto_pagination'],_0xf2ce0=_0x26e125['dataCallback']||(_0x1582da=>_0x1582da['data']['get']({'pagination':_0x17f760}));return this['isBusy']=!0x0,this['refresh'](),function(_0x4e6407){if(!_0x4e6407)return new Promise(_0x12cd5b=>_0x12cd5b(''));const _0x27ed1f=[];for(const _0x3da5a2 of _0x4e6407)'EDITOR_STYLES'!==_0x3da5a2?_0x27ed1f['push'](window['fetch'](_0x3da5a2)['then'](_0x40f050=>_0x40f050['text']())):_0x27ed1f['push'](f());return Promise['all'](_0x27ed1f)['then'](_0x479d62=>_0x479d62['join']('\x20')['trim']());}(_0x26e125['stylesheets']||['EDITOR_STYLES'])['then'](async _0x5a0982=>{_0x5aadee['ui']['ariaLiveAnnouncer']['announce'](t('Word\x20document\x20export\x20started'));const _0xa5b5b8=await _0xf2ce0(_0x5aadee),_0x425ba6={'html':'<div\x20class=\x22ck-content\x22\x20dir=\x22'+_0x5aadee['locale']['contentLanguageDirection']+'\x22>'+_0xa5b5b8+'</div>','css':_0x5a0982,[_0x26b207?'config':'options']:{..._0x395fc1,..._0x26b207?h(_0x5aadee):d(_0x5aadee)}},_0x2660ae={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/docx',..._0x4b7dd4?{'Authorization':_0x4b7dd4['value']}:null},'body':JSON['stringify'](_0x425ba6)};return window['fetch'](_0x55431e,_0x2660ae)['then'](_0x3304ae=>{if(0xc8!==_0x3304ae['status'])throw _0x3304ae;return _0x3304ae['blob']();})['then'](_0x5d7852=>{_0x5aadee['ui']['ariaLiveAnnouncer']['announce'](t('Word\x20document\x20export\x20successful'));const _0x3bd6c3='function'==typeof _0x26e125['fileName']?_0x26e125['fileName']():_0x26e125['fileName'];this['_downloadFile'](_0x5d7852,_0x3bd6c3||'document.docx');});})['catch'](_0x56e6f1=>{const _0x4f962a=_0x5aadee['plugins']['get']('Notification');throw _0x5aadee['ui']['ariaLiveAnnouncer']['announce'](t('Word\x20document\x20export\x20failed'),{'politeness':'assertive'}),_0x4f962a['showWarning'](t('An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.')),_0x56e6f1;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0x2943d8,_0x5b35){const _0x1a2bf3=document['createElement']('a');_0x1a2bf3['href']=window['URL']['createObjectURL'](_0x2943d8),_0x1a2bf3['download']=_0x5b35,_0x1a2bf3['click'](),_0x1a2bf3['remove']();}}class i extends _0x416fc7{static get['pluginName'](){return'ExportWordUI';}['init'](){const _0x19402a=this['editor'];_0x19402a['ui']['componentFactory']['add']('exportWord',()=>{const _0x13e281=_0x19402a['commands']['get']('exportWord'),_0x53ed8b=this['_createButton'](_0x43db8c);return _0x53ed8b['set']({'tooltip':!0x0}),_0x53ed8b['bind']('isOn')['to'](_0x13e281,'isBusy'),_0x53ed8b;}),_0x19402a['ui']['componentFactory']['add']('menuBar:exportWord',()=>this['_createButton'](_0x476194));}['_createButton'](_0x350cc0){const _0x1f3273=this['editor'],_0x55b192=_0x1f3273['config']['get']('exportWord')||{},t=_0x1f3273['locale']['t'],_0x17bfc0=_0x1f3273['commands']['get']('exportWord'),_0x39d8c9=new _0x350cc0(_0x1f3273['locale']),_0x35543a=new _0x242d8d();return _0x39d8c9['children']['add'](_0x35543a),_0x35543a['bind']('isVisible')['to'](_0x17bfc0,'isBusy'),_0x39d8c9['iconView']['bind']('isVisible')['to'](_0x17bfc0,'isBusy',_0x3e1da2=>!_0x3e1da2),_0x39d8c9['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'}),_0x39d8c9['bind']('isEnabled')['to'](_0x17bfc0,'isEnabled'),_0x39d8c9['bind']('label')['to'](_0x17bfc0,'isBusy',_0x50a659=>t(_0x50a659?'Exporting\x20Word\x20document':'Export\x20to\x20Word')),this['listenTo'](_0x39d8c9,'execute',()=>{_0x1f3273['execute']('exportWord',_0x55b192),_0x1f3273['editing']['view']['focus']();}),_0x39d8c9;}}class s extends _0x416fc7{['_token'];static get['pluginName'](){return'ExportWord';}static get['requires'](){return['CloudServices',_0x33259e,i];}['init'](){const _0x478ec0=this['editor'],_0x131503=_0x478ec0['config']['get']('exportWord')||{};_0x478ec0['commands']['add']('exportWord',new e(_0x478ec0));const _0x12cec6=_0x478ec0['plugins']['get']('CloudServices');!0x1===_0x131503['tokenUrl']?this['_token']=null:_0x131503['tokenUrl']?_0x12cec6['registerTokenUrl'](_0x131503['tokenUrl'])['then'](_0x4ee4f0=>{this['_token']=_0x4ee4f0;}):this['_token']=_0x12cec6['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':_0x30a218=>0x0==_0x30a218?0x0:0x1==_0x30a218?0x1:0x2==_0x30a218?0x2:_0x30a218%0x64>=0x3&&_0x30a218%0x64<=0xa?0x3:_0x30a218%0x64>=0xb&&_0x30a218%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':_0x3ec7f9=>0x0==_0x3ec7f9?0x0:0x1==_0x3ec7f9?0x1:0x2==_0x3ec7f9?0x2:_0x3ec7f9%0x64>=0x3&&_0x3ec7f9%0x64<=0xa?0x3:_0x3ec7f9%0x64>=0xb&&_0x3ec7f9%0x64<=0x63?0x4:0x5}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0xdf8bb2=>{const {ar:{dictionary:_0x282460,getPluralForm:_0x26c1f4}}={'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':_0x6923b7=>0x0==_0x6923b7?0x0:0x1==_0x6923b7?0x1:0x2==_0x6923b7?0x2:_0x6923b7%0x64>=0x3&&_0x6923b7%0x64<=0xa?0x3:_0x6923b7%0x64>=0xb&&_0x6923b7%0x64<=0x63?0x4:0x5}};_0xdf8bb2['ar']||={'dictionary':{},'getPluralForm':null},_0xdf8bb2['ar']['dictionary']=Object['assign'](_0xdf8bb2['ar']['dictionary'],_0x282460),_0xdf8bb2['ar']['getPluralForm']=_0x26c1f4;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x115a9a=>{const {ar:{dictionary:_0xc4bf02,getPluralForm:_0x33c338}}={'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':_0x13a6df=>0x0==_0x13a6df?0x0:0x1==_0x13a6df?0x1:0x2==_0x13a6df?0x2:_0x13a6df%0x64>=0x3&&_0x13a6df%0x64<=0xa?0x3:_0x13a6df%0x64>=0xb&&_0x13a6df%0x64<=0x63?0x4:0x5}};_0x115a9a['ar']||={'dictionary':{},'getPluralForm':null},_0x115a9a['ar']['dictionary']=Object['assign'](_0x115a9a['ar']['dictionary'],_0xc4bf02),_0x115a9a['ar']['getPluralForm']=_0x33c338;})(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':_0x4a1246=>0x1!=_0x4a1246}};
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':_0x1a6a6a=>0x1!=_0x1a6a6a}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2d7cd9=>{const {bg:{dictionary:_0x2f7ea9,getPluralForm:_0x3bf27a}}={'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':_0x1b6bfb=>0x1!=_0x1b6bfb}};_0x2d7cd9['bg']||={'dictionary':{},'getPluralForm':null},_0x2d7cd9['bg']['dictionary']=Object['assign'](_0x2d7cd9['bg']['dictionary'],_0x2f7ea9),_0x2d7cd9['bg']['getPluralForm']=_0x3bf27a;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x49b244=>{const {bg:{dictionary:_0x2b54df,getPluralForm:_0xeb47bc}}={'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':_0x5200d8=>0x1!=_0x5200d8}};_0x49b244['bg']||={'dictionary':{},'getPluralForm':null},_0x49b244['bg']['dictionary']=Object['assign'](_0x49b244['bg']['dictionary'],_0x2b54df),_0x49b244['bg']['getPluralForm']=_0xeb47bc;})(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':_0x582d8=>0x1!=_0x582d8}};
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':_0x2e9a2c=>0x1!=_0x2e9a2c}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x44e58f=>{const {bn:{dictionary:_0x437d24,getPluralForm:_0x42b9ae}}={'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':_0x3945de=>0x1!=_0x3945de}};_0x44e58f['bn']||={'dictionary':{},'getPluralForm':null},_0x44e58f['bn']['dictionary']=Object['assign'](_0x44e58f['bn']['dictionary'],_0x437d24),_0x44e58f['bn']['getPluralForm']=_0x42b9ae;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x57c3d9=>{const {bn:{dictionary:_0x215658,getPluralForm:_0x209c13}}={'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':_0x5895de=>0x1!=_0x5895de}};_0x57c3d9['bn']||={'dictionary':{},'getPluralForm':null},_0x57c3d9['bn']['dictionary']=Object['assign'](_0x57c3d9['bn']['dictionary'],_0x215658),_0x57c3d9['bn']['getPluralForm']=_0x209c13;})(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':_0x37190d=>0x1!=_0x37190d}};
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':_0x17da59=>0x1!=_0x17da59}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x556d84=>{const {ca:{dictionary:_0x483692,getPluralForm:_0x3babff}}={'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':_0x19015f=>0x1!=_0x19015f}};_0x556d84['ca']||={'dictionary':{},'getPluralForm':null},_0x556d84['ca']['dictionary']=Object['assign'](_0x556d84['ca']['dictionary'],_0x483692),_0x556d84['ca']['getPluralForm']=_0x3babff;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x260e85=>{const {ca:{dictionary:_0x3c9a44,getPluralForm:_0x595f1e}}={'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':_0x283c87=>0x1!=_0x283c87}};_0x260e85['ca']||={'dictionary':{},'getPluralForm':null},_0x260e85['ca']['dictionary']=Object['assign'](_0x260e85['ca']['dictionary'],_0x3c9a44),_0x260e85['ca']['getPluralForm']=_0x595f1e;})(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':_0x3e9af3=>0x1==_0x3e9af3&&_0x3e9af3%0x1==0x0?0x0:_0x3e9af3>=0x2&&_0x3e9af3<=0x4&&_0x3e9af3%0x1==0x0?0x1:_0x3e9af3%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':_0x15f6d7=>0x1==_0x15f6d7&&_0x15f6d7%0x1==0x0?0x0:_0x15f6d7>=0x2&&_0x15f6d7<=0x4&&_0x15f6d7%0x1==0x0?0x1:_0x15f6d7%0x1!=0x0?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x6b5dc5=>{const {cs:{dictionary:_0xdf4c7d,getPluralForm:_0x266346}}={'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':_0x5d623c=>0x1==_0x5d623c&&_0x5d623c%0x1==0x0?0x0:_0x5d623c>=0x2&&_0x5d623c<=0x4&&_0x5d623c%0x1==0x0?0x1:_0x5d623c%0x1!=0x0?0x2:0x3}};_0x6b5dc5['cs']||={'dictionary':{},'getPluralForm':null},_0x6b5dc5['cs']['dictionary']=Object['assign'](_0x6b5dc5['cs']['dictionary'],_0xdf4c7d),_0x6b5dc5['cs']['getPluralForm']=_0x266346;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2f5190=>{const {cs:{dictionary:_0x203504,getPluralForm:_0x41e562}}={'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':_0x37f05e=>0x1==_0x37f05e&&_0x37f05e%0x1==0x0?0x0:_0x37f05e>=0x2&&_0x37f05e<=0x4&&_0x37f05e%0x1==0x0?0x1:_0x37f05e%0x1!=0x0?0x2:0x3}};_0x2f5190['cs']||={'dictionary':{},'getPluralForm':null},_0x2f5190['cs']['dictionary']=Object['assign'](_0x2f5190['cs']['dictionary'],_0x203504),_0x2f5190['cs']['getPluralForm']=_0x41e562;})(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':_0x3f364f=>0x1!=_0x3f364f}};
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':_0x4533f5=>0x1!=_0x4533f5}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2fd008=>{const {da:{dictionary:_0x5d37e9,getPluralForm:_0x120580}}={'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':_0x26390a=>0x1!=_0x26390a}};_0x2fd008['da']||={'dictionary':{},'getPluralForm':null},_0x2fd008['da']['dictionary']=Object['assign'](_0x2fd008['da']['dictionary'],_0x5d37e9),_0x2fd008['da']['getPluralForm']=_0x120580;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x46ee82=>{const {da:{dictionary:_0x291e2e,getPluralForm:_0x31b336}}={'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':_0x337648=>0x1!=_0x337648}};_0x46ee82['da']||={'dictionary':{},'getPluralForm':null},_0x46ee82['da']['dictionary']=Object['assign'](_0x46ee82['da']['dictionary'],_0x291e2e),_0x46ee82['da']['getPluralForm']=_0x31b336;})(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':_0x4c8eb3=>0x1!=_0x4c8eb3}};
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':_0x29617e=>0x1!=_0x29617e}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x465398=>{const {de:{dictionary:_0x4981ac,getPluralForm:_0x4f6b80}}={'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':_0x3d73de=>0x1!=_0x3d73de}};_0x465398['de']||={'dictionary':{},'getPluralForm':null},_0x465398['de']['dictionary']=Object['assign'](_0x465398['de']['dictionary'],_0x4981ac),_0x465398['de']['getPluralForm']=_0x4f6b80;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xa8f355=>{const {de:{dictionary:_0xe622b1,getPluralForm:_0x30d146}}={'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':_0x23d3bc=>0x1!=_0x23d3bc}};_0xa8f355['de']||={'dictionary':{},'getPluralForm':null},_0xa8f355['de']['dictionary']=Object['assign'](_0xa8f355['de']['dictionary'],_0xe622b1),_0xa8f355['de']['getPluralForm']=_0x30d146;})(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':_0x5ccce3=>0x1!=_0x5ccce3}};
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':_0x2262c6=>0x1!=_0x2262c6}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x315d7c=>{const {el:{dictionary:_0x138972,getPluralForm:_0x460fb7}}={'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':_0x42a4ad=>0x1!=_0x42a4ad}};_0x315d7c['el']||={'dictionary':{},'getPluralForm':null},_0x315d7c['el']['dictionary']=Object['assign'](_0x315d7c['el']['dictionary'],_0x138972),_0x315d7c['el']['getPluralForm']=_0x460fb7;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2d4c27=>{const {el:{dictionary:_0x607520,getPluralForm:_0x4648b0}}={'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':_0x4c6e22=>0x1!=_0x4c6e22}};_0x2d4c27['el']||={'dictionary':{},'getPluralForm':null},_0x2d4c27['el']['dictionary']=Object['assign'](_0x2d4c27['el']['dictionary'],_0x607520),_0x2d4c27['el']['getPluralForm']=_0x4648b0;})(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':_0x563814=>0x1!=_0x563814}};
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':_0x5ba584=>0x1!=_0x5ba584}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x183ff5=>{const {'en-au':{dictionary:_0x2a8aa8,getPluralForm:_0x30bcc5}}={'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':_0x135e2b=>0x1!=_0x135e2b}};_0x183ff5['en-au']||={'dictionary':{},'getPluralForm':null},_0x183ff5['en-au']['dictionary']=Object['assign'](_0x183ff5['en-au']['dictionary'],_0x2a8aa8),_0x183ff5['en-au']['getPluralForm']=_0x30bcc5;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x591191=>{const {'en-au':{dictionary:_0x5bd7a2,getPluralForm:_0x504fd6}}={'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':_0x55f75f=>0x1!=_0x55f75f}};_0x591191['en-au']||={'dictionary':{},'getPluralForm':null},_0x591191['en-au']['dictionary']=Object['assign'](_0x591191['en-au']['dictionary'],_0x5bd7a2),_0x591191['en-au']['getPluralForm']=_0x504fd6;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4479ea=>{const {en:{dictionary:_0x207a73,getPluralForm:_0x370936}}={'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}};_0x4479ea['en']||={'dictionary':{},'getPluralForm':null},_0x4479ea['en']['dictionary']=Object['assign'](_0x4479ea['en']['dictionary'],_0x207a73),_0x4479ea['en']['getPluralForm']=_0x370936;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x45c16f=>{const {en:{dictionary:_0x4a6581,getPluralForm:_0x5f5733}}={'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}};_0x45c16f['en']||={'dictionary':{},'getPluralForm':null},_0x45c16f['en']['dictionary']=Object['assign'](_0x45c16f['en']['dictionary'],_0x4a6581),_0x45c16f['en']['getPluralForm']=_0x5f5733;})(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':_0x2575a7=>0x1==_0x2575a7?0x0:0x0!=_0x2575a7&&_0x2575a7%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':_0x179246=>0x1==_0x179246?0x0:0x0!=_0x179246&&_0x179246%0xf4240==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0xd03519=>{const {es:{dictionary:_0x1e3ba5,getPluralForm:_0x519cb6}}={'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':_0x291e41=>0x1==_0x291e41?0x0:0x0!=_0x291e41&&_0x291e41%0xf4240==0x0?0x1:0x2}};_0xd03519['es']||={'dictionary':{},'getPluralForm':null},_0xd03519['es']['dictionary']=Object['assign'](_0xd03519['es']['dictionary'],_0x1e3ba5),_0xd03519['es']['getPluralForm']=_0x519cb6;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x38836d=>{const {es:{dictionary:_0x109e32,getPluralForm:_0x463e3e}}={'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':_0x2b5a80=>0x1==_0x2b5a80?0x0:0x0!=_0x2b5a80&&_0x2b5a80%0xf4240==0x0?0x1:0x2}};_0x38836d['es']||={'dictionary':{},'getPluralForm':null},_0x38836d['es']['dictionary']=Object['assign'](_0x38836d['es']['dictionary'],_0x109e32),_0x38836d['es']['getPluralForm']=_0x463e3e;})(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':_0x5dc4da=>0x1!=_0x5dc4da}};
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':_0x1b638f=>0x1!=_0x1b638f}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x386cb3=>{const {et:{dictionary:_0x2bfe30,getPluralForm:_0x512aa1}}={'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':_0x814e66=>0x1!=_0x814e66}};_0x386cb3['et']||={'dictionary':{},'getPluralForm':null},_0x386cb3['et']['dictionary']=Object['assign'](_0x386cb3['et']['dictionary'],_0x2bfe30),_0x386cb3['et']['getPluralForm']=_0x512aa1;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x35f890=>{const {et:{dictionary:_0x1b4575,getPluralForm:_0xff0a86}}={'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':_0x341c9a=>0x1!=_0x341c9a}};_0x35f890['et']||={'dictionary':{},'getPluralForm':null},_0x35f890['et']['dictionary']=Object['assign'](_0x35f890['et']['dictionary'],_0x1b4575),_0x35f890['et']['getPluralForm']=_0xff0a86;})(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':_0x51f406=>0x1!=_0x51f406}};
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':_0x2add66=>0x1!=_0x2add66}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0xca7e91=>{const {fi:{dictionary:_0x58445a,getPluralForm:_0xcbe83b}}={'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':_0x124602=>0x1!=_0x124602}};_0xca7e91['fi']||={'dictionary':{},'getPluralForm':null},_0xca7e91['fi']['dictionary']=Object['assign'](_0xca7e91['fi']['dictionary'],_0x58445a),_0xca7e91['fi']['getPluralForm']=_0xcbe83b;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2936c5=>{const {fi:{dictionary:_0xabe4c5,getPluralForm:_0x4e0835}}={'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':_0x2ce396=>0x1!=_0x2ce396}};_0x2936c5['fi']||={'dictionary':{},'getPluralForm':null},_0x2936c5['fi']['dictionary']=Object['assign'](_0x2936c5['fi']['dictionary'],_0xabe4c5),_0x2936c5['fi']['getPluralForm']=_0x4e0835;})(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':_0x40959e=>0x0==_0x40959e||0x1==_0x40959e?0x0:0x0!=_0x40959e&&_0x40959e%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':_0x3746a6=>0x0==_0x3746a6||0x1==_0x3746a6?0x0:0x0!=_0x3746a6&&_0x3746a6%0xf4240==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5c4ed8=>{const {fr:{dictionary:_0x29afda,getPluralForm:_0x3c6489}}={'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':_0x37112d=>0x0==_0x37112d||0x1==_0x37112d?0x0:0x0!=_0x37112d&&_0x37112d%0xf4240==0x0?0x1:0x2}};_0x5c4ed8['fr']||={'dictionary':{},'getPluralForm':null},_0x5c4ed8['fr']['dictionary']=Object['assign'](_0x5c4ed8['fr']['dictionary'],_0x29afda),_0x5c4ed8['fr']['getPluralForm']=_0x3c6489;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2229fb=>{const {fr:{dictionary:_0x55d3d3,getPluralForm:_0x3d3694}}={'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':_0x5e2b77=>0x0==_0x5e2b77||0x1==_0x5e2b77?0x0:0x0!=_0x5e2b77&&_0x5e2b77%0xf4240==0x0?0x1:0x2}};_0x2229fb['fr']||={'dictionary':{},'getPluralForm':null},_0x2229fb['fr']['dictionary']=Object['assign'](_0x2229fb['fr']['dictionary'],_0x55d3d3),_0x2229fb['fr']['getPluralForm']=_0x3d3694;})(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':_0x25271e=>0x1!=_0x25271e}};
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':_0x4d3314=>0x1!=_0x4d3314}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x1f2736=>{const {gl:{dictionary:_0x28b656,getPluralForm:_0x554cb1}}={'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':_0x445ee1=>0x1!=_0x445ee1}};_0x1f2736['gl']||={'dictionary':{},'getPluralForm':null},_0x1f2736['gl']['dictionary']=Object['assign'](_0x1f2736['gl']['dictionary'],_0x28b656),_0x1f2736['gl']['getPluralForm']=_0x554cb1;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2241e4=>{const {gl:{dictionary:_0x37a42c,getPluralForm:_0xb381a0}}={'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':_0x3aac06=>0x1!=_0x3aac06}};_0x2241e4['gl']||={'dictionary':{},'getPluralForm':null},_0x2241e4['gl']['dictionary']=Object['assign'](_0x2241e4['gl']['dictionary'],_0x37a42c),_0x2241e4['gl']['getPluralForm']=_0xb381a0;})(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':_0x51cf8f=>0x1==_0x51cf8f&&_0x51cf8f%0x1==0x0?0x0:0x2==_0x51cf8f&&_0x51cf8f%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':_0x2606e3=>0x1==_0x2606e3&&_0x2606e3%0x1==0x0?0x0:0x2==_0x2606e3&&_0x2606e3%0x1==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0xd95b18=>{const {he:{dictionary:_0x5ad5a1,getPluralForm:_0x50b9c5}}={'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':_0x2c04f9=>0x1==_0x2c04f9&&_0x2c04f9%0x1==0x0?0x0:0x2==_0x2c04f9&&_0x2c04f9%0x1==0x0?0x1:0x2}};_0xd95b18['he']||={'dictionary':{},'getPluralForm':null},_0xd95b18['he']['dictionary']=Object['assign'](_0xd95b18['he']['dictionary'],_0x5ad5a1),_0xd95b18['he']['getPluralForm']=_0x50b9c5;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xcd42b7=>{const {he:{dictionary:_0xa4e3b0,getPluralForm:_0x1e7cb1}}={'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':_0x4214cb=>0x1==_0x4214cb&&_0x4214cb%0x1==0x0?0x0:0x2==_0x4214cb&&_0x4214cb%0x1==0x0?0x1:0x2}};_0xcd42b7['he']||={'dictionary':{},'getPluralForm':null},_0xcd42b7['he']['dictionary']=Object['assign'](_0xcd42b7['he']['dictionary'],_0xa4e3b0),_0xcd42b7['he']['getPluralForm']=_0x1e7cb1;})(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':_0x476afe=>0x1!=_0x476afe}};
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':_0x59b847=>0x1!=_0x59b847}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4d7b40=>{const {hi:{dictionary:_0x536722,getPluralForm:_0x29131c}}={'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':_0x47abec=>0x1!=_0x47abec}};_0x4d7b40['hi']||={'dictionary':{},'getPluralForm':null},_0x4d7b40['hi']['dictionary']=Object['assign'](_0x4d7b40['hi']['dictionary'],_0x536722),_0x4d7b40['hi']['getPluralForm']=_0x29131c;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x390d7b=>{const {hi:{dictionary:_0x2197e2,getPluralForm:_0x226a1a}}={'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':_0x2144d7=>0x1!=_0x2144d7}};_0x390d7b['hi']||={'dictionary':{},'getPluralForm':null},_0x390d7b['hi']['dictionary']=Object['assign'](_0x390d7b['hi']['dictionary'],_0x2197e2),_0x390d7b['hi']['getPluralForm']=_0x226a1a;})(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':_0xdd1327=>_0xdd1327%0xa==0x1&&_0xdd1327%0x64!=0xb?0x0:_0xdd1327%0xa>=0x2&&_0xdd1327%0xa<=0x4&&(_0xdd1327%0x64<0xa||_0xdd1327%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':_0x184bfa=>_0x184bfa%0xa==0x1&&_0x184bfa%0x64!=0xb?0x0:_0x184bfa%0xa>=0x2&&_0x184bfa%0xa<=0x4&&(_0x184bfa%0x64<0xa||_0x184bfa%0x64>=0x14)?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x15b94b=>{const {hr:{dictionary:_0x392884,getPluralForm:_0x6ac508}}={'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':_0x316b53=>_0x316b53%0xa==0x1&&_0x316b53%0x64!=0xb?0x0:_0x316b53%0xa>=0x2&&_0x316b53%0xa<=0x4&&(_0x316b53%0x64<0xa||_0x316b53%0x64>=0x14)?0x1:0x2}};_0x15b94b['hr']||={'dictionary':{},'getPluralForm':null},_0x15b94b['hr']['dictionary']=Object['assign'](_0x15b94b['hr']['dictionary'],_0x392884),_0x15b94b['hr']['getPluralForm']=_0x6ac508;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x33ded8=>{const {hr:{dictionary:_0x3dbc7b,getPluralForm:_0x373075}}={'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':_0x54ff71=>_0x54ff71%0xa==0x1&&_0x54ff71%0x64!=0xb?0x0:_0x54ff71%0xa>=0x2&&_0x54ff71%0xa<=0x4&&(_0x54ff71%0x64<0xa||_0x54ff71%0x64>=0x14)?0x1:0x2}};_0x33ded8['hr']||={'dictionary':{},'getPluralForm':null},_0x33ded8['hr']['dictionary']=Object['assign'](_0x33ded8['hr']['dictionary'],_0x3dbc7b),_0x33ded8['hr']['getPluralForm']=_0x373075;})(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':_0x30b67e=>0x1!=_0x30b67e}};
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':_0x12d54e=>0x1!=_0x12d54e}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x7c515d=>{const {hu:{dictionary:_0x3b7a70,getPluralForm:_0x26d365}}={'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':_0x41a0af=>0x1!=_0x41a0af}};_0x7c515d['hu']||={'dictionary':{},'getPluralForm':null},_0x7c515d['hu']['dictionary']=Object['assign'](_0x7c515d['hu']['dictionary'],_0x3b7a70),_0x7c515d['hu']['getPluralForm']=_0x26d365;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x57081c=>{const {hu:{dictionary:_0x383fd4,getPluralForm:_0x17c296}}={'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':_0x1f6c55=>0x1!=_0x1f6c55}};_0x57081c['hu']||={'dictionary':{},'getPluralForm':null},_0x57081c['hu']['dictionary']=Object['assign'](_0x57081c['hu']['dictionary'],_0x383fd4),_0x57081c['hu']['getPluralForm']=_0x17c296;})(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':_0x2c2bb1=>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':_0x3d98f5=>0x0}};