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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. package/README.md +6 -0
  2. package/build/export-word.js +1 -1
  3. package/dist/index.js +1 -1
  4. package/dist/translations/ar.js +1 -1
  5. package/dist/translations/ar.umd.js +1 -1
  6. package/dist/translations/bg.js +1 -1
  7. package/dist/translations/bg.umd.js +1 -1
  8. package/dist/translations/bn.js +1 -1
  9. package/dist/translations/bn.umd.js +1 -1
  10. package/dist/translations/ca.js +1 -1
  11. package/dist/translations/ca.umd.js +1 -1
  12. package/dist/translations/cs.js +1 -1
  13. package/dist/translations/cs.umd.js +1 -1
  14. package/dist/translations/da.js +1 -1
  15. package/dist/translations/da.umd.js +1 -1
  16. package/dist/translations/de.js +1 -1
  17. package/dist/translations/de.umd.js +1 -1
  18. package/dist/translations/el.js +1 -1
  19. package/dist/translations/el.umd.js +1 -1
  20. package/dist/translations/en-au.js +1 -1
  21. package/dist/translations/en-au.umd.js +1 -1
  22. package/dist/translations/en.umd.js +1 -1
  23. package/dist/translations/es.js +1 -1
  24. package/dist/translations/es.umd.js +1 -1
  25. package/dist/translations/et.js +1 -1
  26. package/dist/translations/et.umd.js +1 -1
  27. package/dist/translations/fi.js +1 -1
  28. package/dist/translations/fi.umd.js +1 -1
  29. package/dist/translations/fr.js +1 -1
  30. package/dist/translations/fr.umd.js +1 -1
  31. package/dist/translations/gl.js +1 -1
  32. package/dist/translations/gl.umd.js +1 -1
  33. package/dist/translations/he.js +1 -1
  34. package/dist/translations/he.umd.js +1 -1
  35. package/dist/translations/hi.js +1 -1
  36. package/dist/translations/hi.umd.js +1 -1
  37. package/dist/translations/hr.js +1 -1
  38. package/dist/translations/hr.umd.js +1 -1
  39. package/dist/translations/hu.js +1 -1
  40. package/dist/translations/hu.umd.js +1 -1
  41. package/dist/translations/id.js +1 -1
  42. package/dist/translations/id.umd.js +1 -1
  43. package/dist/translations/it.js +1 -1
  44. package/dist/translations/it.umd.js +1 -1
  45. package/dist/translations/ja.js +1 -1
  46. package/dist/translations/ja.umd.js +1 -1
  47. package/dist/translations/jv.js +1 -1
  48. package/dist/translations/jv.umd.js +1 -1
  49. package/dist/translations/ko.js +1 -1
  50. package/dist/translations/ko.umd.js +1 -1
  51. package/dist/translations/lt.js +1 -1
  52. package/dist/translations/lt.umd.js +1 -1
  53. package/dist/translations/lv.js +1 -1
  54. package/dist/translations/lv.umd.js +1 -1
  55. package/dist/translations/ms.js +1 -1
  56. package/dist/translations/ms.umd.js +1 -1
  57. package/dist/translations/nl.js +1 -1
  58. package/dist/translations/nl.umd.js +1 -1
  59. package/dist/translations/no.js +1 -1
  60. package/dist/translations/no.umd.js +1 -1
  61. package/dist/translations/pl.js +1 -1
  62. package/dist/translations/pl.umd.js +1 -1
  63. package/dist/translations/pt-br.js +1 -1
  64. package/dist/translations/pt-br.umd.js +1 -1
  65. package/dist/translations/pt.js +1 -1
  66. package/dist/translations/pt.umd.js +1 -1
  67. package/dist/translations/ro.js +1 -1
  68. package/dist/translations/ro.umd.js +1 -1
  69. package/dist/translations/ru.js +1 -1
  70. package/dist/translations/ru.umd.js +1 -1
  71. package/dist/translations/sk.js +1 -1
  72. package/dist/translations/sk.umd.js +1 -1
  73. package/dist/translations/sr-latn.js +1 -1
  74. package/dist/translations/sr-latn.umd.js +1 -1
  75. package/dist/translations/sr.js +1 -1
  76. package/dist/translations/sr.umd.js +1 -1
  77. package/dist/translations/sv.js +1 -1
  78. package/dist/translations/sv.umd.js +1 -1
  79. package/dist/translations/th.js +1 -1
  80. package/dist/translations/th.umd.js +1 -1
  81. package/dist/translations/tr.js +1 -1
  82. package/dist/translations/tr.umd.js +1 -1
  83. package/dist/translations/ug.js +1 -1
  84. package/dist/translations/ug.umd.js +1 -1
  85. package/dist/translations/uk.js +1 -1
  86. package/dist/translations/uk.umd.js +1 -1
  87. package/dist/translations/ur.js +1 -1
  88. package/dist/translations/ur.umd.js +1 -1
  89. package/dist/translations/vi.js +1 -1
  90. package/dist/translations/vi.umd.js +1 -1
  91. package/dist/translations/zh-cn.js +1 -1
  92. package/dist/translations/zh-cn.umd.js +1 -1
  93. package/dist/translations/zh.js +1 -1
  94. package/dist/translations/zh.umd.js +1 -1
  95. package/dist/types/exportword.d.ts +92 -7
  96. package/dist/types/exportwordcommand.d.ts +1 -1
  97. package/package.json +2 -2
  98. package/src/exportword.d.ts +92 -7
  99. package/src/exportword.js +1 -1
  100. package/src/exportwordcommand.d.ts +1 -1
  101. package/src/exportwordcommand.js +1 -1
  102. package/src/exportwordui.js +1 -1
  103. package/src/index.js +1 -1
  104. package/src/utils.js +1 -1
package/README.md CHANGED
@@ -19,6 +19,12 @@ Check out the [demo in the Export to Word feature](https://ckeditor.com/docs/cke
19
19
 
20
20
  See the [`@ckeditor/ckeditor5-export-word` package](https://ckeditor.com/docs/ckeditor5/latest/api/export-word.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/) as well as the [Export to Word](https://ckeditor.com/docs/ckeditor5/latest/features/converters/export-word.html) feature guide.
21
21
 
22
+ ## Installation
23
+
24
+ ```bash
25
+ npm install ckeditor5-premium-features
26
+ ```
27
+
22
28
  ## Getting support
23
29
 
24
30
  CKEditor 5 export to Word feature comes with outstanding support from a dedicated team of customer care specialists, QA engineers and CKEditor 5 developers. The team will gladly assist you in all aspects from setting up your account to integrating CKEditor 5 Word export feature with your application.
@@ -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(t,e){const n=c();return(r=function(t,e){return n[t-=184]})(t,e)}function s(){const t=r,e=[],n=[];for(const o of Array[t(190)](document[t(219)]))if(o[t(227)][t(209)](t(192)))for(const r of Array[t(190)](o[t(210)]))-1!==r[t(198)][t(231)](t(203))?e[t(205)](r[t(198)]):-1!==r[t(198)][t(231)](t(187))&&n[t(205)](r[t(198)]);return e[t(194)]||console[t(207)](t(226)),[...n,...e][t(220)](" ")[t(235)]()}function i(t){const e=r,n=t[e(216)][e(211)](e(229)),o=t[e(216)][e(211)](e(195)),s=t[e(216)][e(211)](e(189)),i={};if(n&&o){const n=function(t){const e=r,n={};if(!t[e(194)])return n;for(const o of t)o[e(234)][e(217)]((t=>{const r=e;void 0===n[o.id]&&(n[o.id]=[]),n[o.id][r(205)]({author:t[r(213)][r(204)],content:t[r(206)],created:t[r(224)],is_resolved:o[r(221)]})}));return n}(t[e(216)][e(191)](e(195))[e(202)]({skipNotAttached:!0,skipEmpty:!0}));Object[e(214)](n)[e(194)]&&(i[e(234)]=n)}if(n&&s){const n=t[e(216)][e(191)](e(189)),o=t[e(216)][e(191)](e(229)),s=function(t,e){const n=r,o={};if(!t[n(194)]||!e[n(194)])return o;for(const r of t)o[r.id]={author:e[n(191)](r[n(185)])[n(204)],created:r[n(224)]};return o}(n[e(212)]({toJSON:!0}),o[e(228)]);Object[e(214)](s)[e(194)]&&(i[e(200)]=s)}return(i[e(200)]||i[e(234)])&&(i[e(199)]=(new(Intl[e(222)]))[e(197)]()[e(208)]),i}function c(){const t=["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.","ownerNode","users","Users","text","indexOf","3310005gPhJjp","3998992xLYbgl","comments","trim","EDITOR_STYLES","authorId","50463cFhwax",":root","then","TrackChanges","from","get","data-cke","all","length","CommentsRepository","83432NcucSB","resolvedOptions","cssText","timezone","suggestions","1477iqajzk","getCommentThreads",".ck-content","name","push","content","warn","timeZone","hasAttribute","cssRules","has","getSuggestions","author","keys","677211NpoUGL","plugins","map","9281076hVtDtS","styleSheets","join","isResolved","DateTimeFormat","1528812EnGhuV","createdAt","fetch"];return(c=function(){return t})()}!function(t,e){const n=r,o=t();for(;;)try{if(856984===-parseInt(n(215))/1+-parseInt(n(223))/2+-parseInt(n(186))/3+parseInt(n(233))/4+parseInt(n(232))/5+-parseInt(n(218))/6+-parseInt(n(201))/7*(-parseInt(n(196))/8))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(c);class a 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=t.converterUrl||"https://docx-converter.cke-cs.com/v1/convert",c=t.converterOptions||{},a=e.plugins.get("ExportWord"),u=t.token||a._token,d=!1!==c.auto_pagination,p=t.dataCallback||(t=>t.data.get({pagination:d}));return this.isBusy=!0,this.refresh(),function(t){const e=r;if(!t)return new Promise((t=>t("")));const n=[];for(const o of t)e(184)!==o?n[e(205)](window[e(225)](o)[e(188)]((t=>t[e(230)]()))):n[e(205)](s());return Promise[e(193)](n)[e(188)]((t=>t[e(220)](" ")[e(235)]()))}(t.stylesheets||["EDITOR_STYLES"]).then((async r=>{e.ui.ariaLiveAnnouncer.announce(n("Word document export started"));const s=await p(e),a={html:'<div class="ck-content" dir="'+e.locale.contentLanguageDirection+'">'+s+"</div>",css:r,options:{...c,...i(e)}},d={method:"POST",headers:{"Content-Type":"application/json",Accept:"application/docx",...u?{Authorization:u.value}:null},body:JSON.stringify(a)};return window.fetch(o,d).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 u 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 d=l;function p(){const t=["1304193kiznpG","6xehPUp","_token","CloudServices","tokenUrl","8SkrQUD","then","add","7695144iiricO","requires","editor","4171392WQlUKP","registerTokenUrl","pluginName","2128756wUdPVO","init","get","commands","token","6160220xzJFdk","exportWord","ExportWord","plugins","998220HnWNPo","config","5473076PcMcir"];return(p=function(){return t})()}function l(t,e){const n=p();return(l=function(t,e){return n[t-=245]})(t,e)}!function(t,e){const n=l,o=t();for(;;)try{if(616937===-parseInt(n(248))/1+parseInt(n(265))/2+parseInt(n(251))/3+-parseInt(n(262))/4+parseInt(n(270))/5+parseInt(n(252))/6*(parseInt(n(250))/7)+parseInt(n(256))/8*(-parseInt(n(259))/9))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(p);class h extends t.Plugin{static get[d(264)](){return d(246)}static get[d(260)](){return[d(254),e.Notification,u]}[d(266)](){const t=d,e=this[t(261)],n=e[t(249)][t(267)](t(245))||{};e[t(268)][t(258)](t(245),new a(e));const o=e[t(247)][t(267)](t(254));!1===n[t(255)]?this[t(253)]=null:n[t(255)]?o[t(263)](n[t(255)])[t(257)]((e=>{this[t(253)]=e})):this[t(253)]=o[t(269)]}}function f(t,e){var n=g();return(f=function(t,e){return n[t-=159]})(t,e)}function g(){var t=["2hCZtNv","49wYnzuU","636664ELKaRg","259605Bcgufc","118150BUCuhU","64088tUWVZS","67941ycgrrJ","458190OzyKbk","54363aqNiKf","220mdMHec"];return(g=function(){return t})()}!function(t,e){for(var n=f,o=t();;)try{if(137328===-parseInt(n(167))/1*(-parseInt(n(159))/2)+parseInt(n(162))/3+parseInt(n(161))/4+parseInt(n(163))/5+-parseInt(n(166))/6+-parseInt(n(160))/7*(-parseInt(n(164))/8)+parseInt(n(165))/9*(-parseInt(n(168))/10))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(g)})(),(window.CKEditor5=window.CKEditor5||{}).exportWord=o})();
5
+ */(()=>{var t={782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(o){var r=e[o];if(void 0!==r)return r.exports;var s=e[o]={exports:{}};return t[o](s,s.exports,n),s.exports}n.d=(t,e)=>{for(var o in e)n.o(e,o)&&!n.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var o={};(()=>{"use strict";n.r(o),n.d(o,{ExportWord:()=>h});var t=n(782),e=n(311);function r(){const t=s,e=[],n=[];for(const o of Array[t(245)](document[t(237)]))if(o[t(258)][t(280)](t(261)))for(const r of Array[t(245)](o[t(256)]))-1!==r[t(277)][t(246)](t(270))?e[t(267)](r[t(277)]):-1!==r[t(277)][t(246)](t(274))&&n[t(267)](r[t(277)]);return e[t(265)]||console[t(262)](t(242)),[...n,...e][t(272)](" ")[t(227)]()}function s(t,e){const n=c();return(s=function(t,e){return n[t-=227]})(t,e)}function i(t){const e=s,n=t[e(257)][e(264)](e(271)),o=t[e(257)][e(264)](e(260)),r=t[e(257)][e(264)](e(278)),i={};if(n&&o){const n=function(t){const e=s,n={};if(!t[e(265)])return n;for(const o of t)o[e(279)][e(235)]((t=>{const r=e;void 0===n[o.id]&&(n[o.id]=[]),n[o.id][r(267)]({author:t[r(273)][r(252)],content:t[r(248)],created:t[r(253)],is_resolved:o[r(232)]})}));return n}(t[e(257)][e(263)](e(260))[e(254)]({skipNotAttached:!0,skipEmpty:!0}));Object[e(276)](n)[e(265)]&&(i[e(279)]=n)}if(n&&r){const n=t[e(257)][e(263)](e(278)),o=t[e(257)][e(263)](e(271)),r=function(t,e){const n=s,o={};if(!t[n(265)]||!e[n(265)])return o;for(const r of t)o[r.id]={author:e[n(263)](r[n(229)])[n(252)],created:r[n(253)]};return o}(n[e(249)]({toJSON:!0}),o[e(259)]);Object[e(276)](r)[e(265)]&&(i[e(275)]=r)}return(i[e(275)]||i[e(279)])&&(i[e(238)]=(new(Intl[e(281)]))[e(255)]()[e(239)]),i}function c(){const t=["author",":root","suggestions","keys","cssText","TrackChanges","comments","hasAttribute","DateTimeFormat","trim","EDITOR_STYLES","authorId","78HcttBH","8lNEvJm","isResolved","987976jUoDOY","fetch","map","390AkQxKI","styleSheets","timezone","timeZone","2832130FIhpOD","7782QVftQu","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.","then","all","from","indexOf","583326kkvyWi","content","getSuggestions","2556837PvYkdV","7nnEFVC","name","createdAt","getCommentThreads","resolvedOptions","cssRules","plugins","ownerNode","users","CommentsRepository","data-cke","warn","get","has","length","text","push","661266lokliR","3620iGCMSw",".ck-content","Users","join"];return(c=function(){return t})()}!function(t,e){const n=s,o=t();for(;;)try{if(267173===-parseInt(n(241))/1*(-parseInt(n(230))/2)+parseInt(n(268))/3+parseInt(n(269))/4*(-parseInt(n(236))/5)+parseInt(n(247))/6*(-parseInt(n(251))/7)+-parseInt(n(231))/8*(-parseInt(n(250))/9)+-parseInt(n(240))/10+-parseInt(n(233))/11)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(c);class a 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=t.version||1,c=t.converterUrl||(2===o?"https://docx-converter.cke-cs.com/v2/convert/docx-html":"https://docx-converter.cke-cs.com/v1/convert"),a=t.converterOptions||{},u=e.plugins.get("ExportWord"),d=t.token||u._token,p=!1!==a.auto_pagination,l=t.dataCallback||(t=>t.data.get({pagination:p}));return this.isBusy=!0,this.refresh(),function(t){const e=s;if(!t)return new Promise((t=>t("")));const n=[];for(const o of t)e(228)!==o?n[e(267)](window[e(234)](o)[e(243)]((t=>t[e(266)]()))):n[e(267)](r());return Promise[e(244)](n)[e(243)]((t=>t[e(272)](" ")[e(227)]()))}(t.stylesheets||["EDITOR_STYLES"]).then((async r=>{e.ui.ariaLiveAnnouncer.announce(n("Word document export started"));const s=await l(e),u={html:'<div class="ck-content" dir="'+e.locale.contentLanguageDirection+'">'+s+"</div>",css:r,[2===o?"config":"options"]:{...a,...i(e)}},p={method:"POST",headers:{"Content-Type":"application/json",Accept:"application/docx",...d?{Authorization:d.value}:null},body:JSON.stringify(u)};return window.fetch(c,p).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 u 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 d=l;function p(){const t=["ExportWord","tokenUrl","2642570bzMmAD","get","plugins","349433ruziOw","init","_token","registerTokenUrl","then","config","CloudServices","5ZHcNty","editor","171074wuxYGE","3244008cgrxHW","63itzuxK","51529599pxTWNg","8964320LHnoLQ","3859479dMJfJu","add","token","4MxmnOI","commands","requires","232zIXsoG","exportWord","pluginName"];return(p=function(){return t})()}function l(t,e){const n=p();return(l=function(t,e){return n[t-=400]})(t,e)}!function(t,e){const n=l,o=t();for(;;)try{if(925077===-parseInt(n(425))/1*(parseInt(n(427))/2)+-parseInt(n(404))/3*(parseInt(n(407))/4)+parseInt(n(403))/5+-parseInt(n(400))/6+parseInt(n(418))/7*(-parseInt(n(410))/8)+-parseInt(n(401))/9*(parseInt(n(415))/10)+parseInt(n(402))/11)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(p);class h extends t.Plugin{static get[d(412)](){return d(413)}static get[d(409)](){return[d(424),e.Notification,u]}[d(419)](){const t=d,e=this[t(426)],n=e[t(423)][t(416)](t(411))||{};e[t(408)][t(405)](t(411),new a(e));const o=e[t(417)][t(416)](t(424));!1===n[t(414)]?this[t(420)]=null:n[t(414)]?o[t(421)](n[t(414)])[t(422)]((e=>{this[t(420)]=e})):this[t(420)]=o[t(406)]}}function f(t,e){var n=m();return(f=function(t,e){return n[t-=277]})(t,e)}function m(){var t=["4YNbxHV","1110785uVBgHt","6184731CpOXzC","872452dBJrQp","4157890DVbCFt","2584731GCdHUa","1815309XaDQYK","7621314izDezI","144nxhwBF"];return(m=function(){return t})()}!function(t,e){for(var n=f,o=t();;)try{if(832306===-parseInt(n(284))/1+parseInt(n(277))/2+parseInt(n(279))/3*(parseInt(n(283))/4)+-parseInt(n(278))/5+-parseInt(n(281))/6+-parseInt(n(285))/7+parseInt(n(282))/8*(parseInt(n(280))/9))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(m)})(),(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 _0x1ea954,Plugin as _0x3d4e57}from'@ckeditor/ckeditor5-core/dist/index.js';import{ButtonView as _0xb67c15,MenuBarMenuListItemButtonView as _0x520c78,SpinnerView as _0x5647b3,Notification as _0x5e2fe6}from'@ckeditor/ckeditor5-ui/dist/index.js';function f(){const _0x4b5208=[],_0x194aac=[];for(const _0x31947f of Array['from'](document['styleSheets'])){if(_0x31947f['ownerNode']['hasAttribute']('data-cke')){for(const _0x1d00bc of Array['from'](_0x31947f['cssRules']))-0x1!==_0x1d00bc['cssText']['indexOf']('.ck-content')?_0x4b5208['push'](_0x1d00bc['cssText']):-0x1!==_0x1d00bc['cssText']['indexOf'](':root')&&_0x194aac['push'](_0x1d00bc['cssText']);}}return _0x4b5208['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.'),[..._0x194aac,..._0x4b5208]['join']('\x20')['trim']();}function d(_0x4b856d){const _0x14cc54=_0x4b856d['plugins']['has']('Users'),_0x528b1=_0x4b856d['plugins']['has']('CommentsRepository'),_0x5746f1=_0x4b856d['plugins']['has']('TrackChanges'),_0x2da5d2={};if(_0x14cc54&&_0x528b1){const _0x24c747=function(_0x474ad6){const _0x3f923f={};if(!_0x474ad6['length'])return _0x3f923f;for(const _0x7fe3a0 of _0x474ad6)_0x7fe3a0['comments']['map'](_0x2b7f58=>{void 0x0===_0x3f923f[_0x7fe3a0['id']]&&(_0x3f923f[_0x7fe3a0['id']]=[]),_0x3f923f[_0x7fe3a0['id']]['push']({'author':_0x2b7f58['author']['name'],'content':_0x2b7f58['content'],'created':_0x2b7f58['createdAt'],'is_resolved':_0x7fe3a0['isResolved']});});return _0x3f923f;}(_0x4b856d['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'skipEmpty':!0x0}));Object['keys'](_0x24c747)['length']&&(_0x2da5d2['comments']=_0x24c747);}if(_0x14cc54&&_0x5746f1){const _0x250ae8=_0x4b856d['plugins']['get']('TrackChanges'),_0x3eb479=_0x4b856d['plugins']['get']('Users'),_0x2703e3=function(_0x970328,_0x5ddda4){const _0x1ce82b={};if(!_0x970328['length']||!_0x5ddda4['length'])return _0x1ce82b;for(const _0x5262fd of _0x970328)_0x1ce82b[_0x5262fd['id']]={'author':_0x5ddda4['get'](_0x5262fd['authorId'])['name'],'created':_0x5262fd['createdAt']};return _0x1ce82b;}(_0x250ae8['getSuggestions']({'toJSON':!0x0}),_0x3eb479['users']);Object['keys'](_0x2703e3)['length']&&(_0x2da5d2['suggestions']=_0x2703e3);}return(_0x2da5d2['suggestions']||_0x2da5d2['comments'])&&(_0x2da5d2['timezone']=new Intl['DateTimeFormat']()['resolvedOptions']()['timeZone']),_0x2da5d2;}class e extends _0x1ea954{['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x4f5daf={}){const _0x26285d=this['editor'],t=_0x26285d['t'],_0x183fad=_0x4f5daf['converterUrl']||'https://docx-converter.cke-cs.com/v1/convert',_0x404b46=_0x4f5daf['converterOptions']||{},_0x19ccb2=_0x26285d['plugins']['get']('ExportWord'),_0x491e63=_0x4f5daf['token']||_0x19ccb2['_token'],_0x3df6b0=!0x1!==_0x404b46['auto_pagination'],_0x25c393=_0x4f5daf['dataCallback']||(_0x31fe7a=>_0x31fe7a['data']['get']({'pagination':_0x3df6b0}));return this['isBusy']=!0x0,this['refresh'](),function(_0x5065a8){if(!_0x5065a8)return new Promise(_0x4a9ecb=>_0x4a9ecb(''));const _0x3268cb=[];for(const _0xdcde87 of _0x5065a8)'EDITOR_STYLES'!==_0xdcde87?_0x3268cb['push'](window['fetch'](_0xdcde87)['then'](_0x2cc43b=>_0x2cc43b['text']())):_0x3268cb['push'](f());return Promise['all'](_0x3268cb)['then'](_0x395ae1=>_0x395ae1['join']('\x20')['trim']());}(_0x4f5daf['stylesheets']||['EDITOR_STYLES'])['then'](async _0x5edfe8=>{_0x26285d['ui']['ariaLiveAnnouncer']['announce'](t('Word\x20document\x20export\x20started'));const _0x36f1bb=await _0x25c393(_0x26285d),_0x2b5cb9={'html':'<div\x20class=\x22ck-content\x22\x20dir=\x22'+_0x26285d['locale']['contentLanguageDirection']+'\x22>'+_0x36f1bb+'</div>','css':_0x5edfe8,'options':{..._0x404b46,...d(_0x26285d)}},_0xc5334b={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/docx',..._0x491e63?{'Authorization':_0x491e63['value']}:null},'body':JSON['stringify'](_0x2b5cb9)};return window['fetch'](_0x183fad,_0xc5334b)['then'](_0x48d61c=>{if(0xc8!==_0x48d61c['status'])throw _0x48d61c;return _0x48d61c['blob']();})['then'](_0x176372=>{_0x26285d['ui']['ariaLiveAnnouncer']['announce'](t('Word\x20document\x20export\x20successful'));const _0x1f7c13='function'==typeof _0x4f5daf['fileName']?_0x4f5daf['fileName']():_0x4f5daf['fileName'];this['_downloadFile'](_0x176372,_0x1f7c13||'document.docx');});})['catch'](_0x4d3e8b=>{const _0x424a56=_0x26285d['plugins']['get']('Notification');throw _0x26285d['ui']['ariaLiveAnnouncer']['announce'](t('Word\x20document\x20export\x20failed'),{'politeness':'assertive'}),_0x424a56['showWarning'](t('An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.')),_0x4d3e8b;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0x4a099d,_0x57ebc8){const _0x17b9fb=document['createElement']('a');_0x17b9fb['href']=window['URL']['createObjectURL'](_0x4a099d),_0x17b9fb['download']=_0x57ebc8,_0x17b9fb['click'](),_0x17b9fb['remove']();}constructor(_0x39e255){super(_0x39e255),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}}class i extends _0x3d4e57{static get['pluginName'](){return'ExportWordUI';}['init'](){const _0x1fd6f7=this['editor'];_0x1fd6f7['ui']['componentFactory']['add']('exportWord',()=>{const _0x4ab157=_0x1fd6f7['commands']['get']('exportWord'),_0x43dcf7=this['_createButton'](_0xb67c15);return _0x43dcf7['set']({'tooltip':!0x0}),_0x43dcf7['bind']('isOn')['to'](_0x4ab157,'isBusy'),_0x43dcf7;}),_0x1fd6f7['ui']['componentFactory']['add']('menuBar:exportWord',()=>this['_createButton'](_0x520c78));}['_createButton'](_0x3ca291){const _0xf57865=this['editor'],_0x241c87=_0xf57865['config']['get']('exportWord')||{},t=_0xf57865['locale']['t'],_0x372507=_0xf57865['commands']['get']('exportWord'),_0x413a84=new _0x3ca291(_0xf57865['locale']),_0x4d8d73=new _0x5647b3();return _0x413a84['children']['add'](_0x4d8d73),_0x4d8d73['bind']('isVisible')['to'](_0x372507,'isBusy'),_0x413a84['iconView']['bind']('isVisible')['to'](_0x372507,'isBusy',_0x3b435a=>!_0x3b435a),_0x413a84['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'}),_0x413a84['bind']('isEnabled')['to'](_0x372507,'isEnabled'),_0x413a84['bind']('label')['to'](_0x372507,'isBusy',_0x3cdba6=>t(_0x3cdba6?'Exporting\x20Word\x20document':'Export\x20to\x20Word')),this['listenTo'](_0x413a84,'execute',()=>{_0xf57865['execute']('exportWord',_0x241c87),_0xf57865['editing']['view']['focus']();}),_0x413a84;}}class s extends _0x3d4e57{static get['pluginName'](){return'ExportWord';}static get['requires'](){return['CloudServices',_0x5e2fe6,i];}['init'](){const _0x2e5d18=this['editor'],_0x22cc02=_0x2e5d18['config']['get']('exportWord')||{};_0x2e5d18['commands']['add']('exportWord',new e(_0x2e5d18));const _0x1499d3=_0x2e5d18['plugins']['get']('CloudServices');!0x1===_0x22cc02['tokenUrl']?this['_token']=null:_0x22cc02['tokenUrl']?_0x1499d3['registerTokenUrl'](_0x22cc02['tokenUrl'])['then'](_0x1b8655=>{this['_token']=_0x1b8655;}):this['_token']=_0x1499d3['token'];}}export{s as ExportWord};
23
+ import{Command as _0xca5358,Plugin as _0x1b1dfd}from'@ckeditor/ckeditor5-core/dist/index.js';import{ButtonView as _0x47535e,MenuBarMenuListItemButtonView as _0x1d59e7,SpinnerView as _0x58536f,Notification as _0x126927}from'@ckeditor/ckeditor5-ui/dist/index.js';function f(){const _0x54588b=[],_0x223779=[];for(const _0x178ac3 of Array['from'](document['styleSheets'])){if(_0x178ac3['ownerNode']['hasAttribute']('data-cke')){for(const _0x86c83e of Array['from'](_0x178ac3['cssRules']))-0x1!==_0x86c83e['cssText']['indexOf']('.ck-content')?_0x54588b['push'](_0x86c83e['cssText']):-0x1!==_0x86c83e['cssText']['indexOf'](':root')&&_0x223779['push'](_0x86c83e['cssText']);}}return _0x54588b['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.'),[..._0x223779,..._0x54588b]['join']('\x20')['trim']();}function d(_0x29b506){const _0x4d23f4=_0x29b506['plugins']['has']('Users'),_0x2af63c=_0x29b506['plugins']['has']('CommentsRepository'),_0x2151f3=_0x29b506['plugins']['has']('TrackChanges'),_0x268c38={};if(_0x4d23f4&&_0x2af63c){const _0x13f5c1=function(_0x350587){const _0x5ee6aa={};if(!_0x350587['length'])return _0x5ee6aa;for(const _0x41aac0 of _0x350587)_0x41aac0['comments']['map'](_0xd8630b=>{void 0x0===_0x5ee6aa[_0x41aac0['id']]&&(_0x5ee6aa[_0x41aac0['id']]=[]),_0x5ee6aa[_0x41aac0['id']]['push']({'author':_0xd8630b['author']['name'],'content':_0xd8630b['content'],'created':_0xd8630b['createdAt'],'is_resolved':_0x41aac0['isResolved']});});return _0x5ee6aa;}(_0x29b506['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'skipEmpty':!0x0}));Object['keys'](_0x13f5c1)['length']&&(_0x268c38['comments']=_0x13f5c1);}if(_0x4d23f4&&_0x2151f3){const _0x324022=_0x29b506['plugins']['get']('TrackChanges'),_0x2cb1f5=_0x29b506['plugins']['get']('Users'),_0x1a5038=function(_0xd1f08f,_0x403122){const _0xcc29e9={};if(!_0xd1f08f['length']||!_0x403122['length'])return _0xcc29e9;for(const _0x39d64c of _0xd1f08f)_0xcc29e9[_0x39d64c['id']]={'author':_0x403122['get'](_0x39d64c['authorId'])['name'],'created':_0x39d64c['createdAt']};return _0xcc29e9;}(_0x324022['getSuggestions']({'toJSON':!0x0}),_0x2cb1f5['users']);Object['keys'](_0x1a5038)['length']&&(_0x268c38['suggestions']=_0x1a5038);}return(_0x268c38['suggestions']||_0x268c38['comments'])&&(_0x268c38['timezone']=new Intl['DateTimeFormat']()['resolvedOptions']()['timeZone']),_0x268c38;}class e extends _0xca5358{constructor(_0x39c79a){super(_0x39c79a),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x36533d={}){const _0x542d70=this['editor'],t=_0x542d70['t'],_0x29522d=_0x36533d['version']||0x1,_0x1a3c66=_0x36533d['converterUrl']||(0x2===_0x29522d?'https://docx-converter.cke-cs.com/v2/convert/docx-html':'https://docx-converter.cke-cs.com/v1/convert'),_0x1834a4=_0x36533d['converterOptions']||{},_0x7c614e=_0x542d70['plugins']['get']('ExportWord'),_0x8331ca=_0x36533d['token']||_0x7c614e['_token'],_0x4cd76b=!0x1!==_0x1834a4['auto_pagination'],_0xed5914=_0x36533d['dataCallback']||(_0x2125b0=>_0x2125b0['data']['get']({'pagination':_0x4cd76b}));return this['isBusy']=!0x0,this['refresh'](),function(_0x42e506){if(!_0x42e506)return new Promise(_0x56ac84=>_0x56ac84(''));const _0xc67b9c=[];for(const _0x26c5a6 of _0x42e506)'EDITOR_STYLES'!==_0x26c5a6?_0xc67b9c['push'](window['fetch'](_0x26c5a6)['then'](_0x2b1241=>_0x2b1241['text']())):_0xc67b9c['push'](f());return Promise['all'](_0xc67b9c)['then'](_0x59ae6c=>_0x59ae6c['join']('\x20')['trim']());}(_0x36533d['stylesheets']||['EDITOR_STYLES'])['then'](async _0x48b387=>{_0x542d70['ui']['ariaLiveAnnouncer']['announce'](t('Word\x20document\x20export\x20started'));const _0x562c69=await _0xed5914(_0x542d70),_0x457086={'html':'<div\x20class=\x22ck-content\x22\x20dir=\x22'+_0x542d70['locale']['contentLanguageDirection']+'\x22>'+_0x562c69+'</div>','css':_0x48b387,[0x2===_0x29522d?'config':'options']:{..._0x1834a4,...d(_0x542d70)}},_0x18a2d9={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/docx',..._0x8331ca?{'Authorization':_0x8331ca['value']}:null},'body':JSON['stringify'](_0x457086)};return window['fetch'](_0x1a3c66,_0x18a2d9)['then'](_0x1bfbe2=>{if(0xc8!==_0x1bfbe2['status'])throw _0x1bfbe2;return _0x1bfbe2['blob']();})['then'](_0x9afa0d=>{_0x542d70['ui']['ariaLiveAnnouncer']['announce'](t('Word\x20document\x20export\x20successful'));const _0x22f68e='function'==typeof _0x36533d['fileName']?_0x36533d['fileName']():_0x36533d['fileName'];this['_downloadFile'](_0x9afa0d,_0x22f68e||'document.docx');});})['catch'](_0x4370d7=>{const _0x2bd804=_0x542d70['plugins']['get']('Notification');throw _0x542d70['ui']['ariaLiveAnnouncer']['announce'](t('Word\x20document\x20export\x20failed'),{'politeness':'assertive'}),_0x2bd804['showWarning'](t('An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.')),_0x4370d7;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0x578ab3,_0x12bccc){const _0x20a27e=document['createElement']('a');_0x20a27e['href']=window['URL']['createObjectURL'](_0x578ab3),_0x20a27e['download']=_0x12bccc,_0x20a27e['click'](),_0x20a27e['remove']();}}class i extends _0x1b1dfd{static get['pluginName'](){return'ExportWordUI';}['init'](){const _0x4bfcd5=this['editor'];_0x4bfcd5['ui']['componentFactory']['add']('exportWord',()=>{const _0xb5a931=_0x4bfcd5['commands']['get']('exportWord'),_0x322d11=this['_createButton'](_0x47535e);return _0x322d11['set']({'tooltip':!0x0}),_0x322d11['bind']('isOn')['to'](_0xb5a931,'isBusy'),_0x322d11;}),_0x4bfcd5['ui']['componentFactory']['add']('menuBar:exportWord',()=>this['_createButton'](_0x1d59e7));}['_createButton'](_0x4f6126){const _0x12b1b0=this['editor'],_0x4dab11=_0x12b1b0['config']['get']('exportWord')||{},t=_0x12b1b0['locale']['t'],_0x1c1c73=_0x12b1b0['commands']['get']('exportWord'),_0x2100c7=new _0x4f6126(_0x12b1b0['locale']),_0x21df43=new _0x58536f();return _0x2100c7['children']['add'](_0x21df43),_0x21df43['bind']('isVisible')['to'](_0x1c1c73,'isBusy'),_0x2100c7['iconView']['bind']('isVisible')['to'](_0x1c1c73,'isBusy',_0x577a71=>!_0x577a71),_0x2100c7['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'}),_0x2100c7['bind']('isEnabled')['to'](_0x1c1c73,'isEnabled'),_0x2100c7['bind']('label')['to'](_0x1c1c73,'isBusy',_0x4d9cd8=>t(_0x4d9cd8?'Exporting\x20Word\x20document':'Export\x20to\x20Word')),this['listenTo'](_0x2100c7,'execute',()=>{_0x12b1b0['execute']('exportWord',_0x4dab11),_0x12b1b0['editing']['view']['focus']();}),_0x2100c7;}}class s extends _0x1b1dfd{['_token'];static get['pluginName'](){return'ExportWord';}static get['requires'](){return['CloudServices',_0x126927,i];}['init'](){const _0x5b15d1=this['editor'],_0x526856=_0x5b15d1['config']['get']('exportWord')||{};_0x5b15d1['commands']['add']('exportWord',new e(_0x5b15d1));const _0x5cd7ba=_0x5b15d1['plugins']['get']('CloudServices');!0x1===_0x526856['tokenUrl']?this['_token']=null:_0x526856['tokenUrl']?_0x5cd7ba['registerTokenUrl'](_0x526856['tokenUrl'])['then'](_0x29fb07=>{this['_token']=_0x29fb07;}):this['_token']=_0x5cd7ba['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':_0x44f3ad=>0x0==_0x44f3ad?0x0:0x1==_0x44f3ad?0x1:0x2==_0x44f3ad?0x2:_0x44f3ad%0x64>=0x3&&_0x44f3ad%0x64<=0xa?0x3:_0x44f3ad%0x64>=0xb&&_0x44f3ad%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':_0x535a84=>0x0==_0x535a84?0x0:0x1==_0x535a84?0x1:0x2==_0x535a84?0x2:_0x535a84%0x64>=0x3&&_0x535a84%0x64<=0xa?0x3:_0x535a84%0x64>=0xb&&_0x535a84%0x64<=0x63?0x4:0x5}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3660ac=>{const {ar:{dictionary:_0x5645de,getPluralForm:_0x366d98}}={'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':_0x370f63=>0x0==_0x370f63?0x0:0x1==_0x370f63?0x1:0x2==_0x370f63?0x2:_0x370f63%0x64>=0x3&&_0x370f63%0x64<=0xa?0x3:_0x370f63%0x64>=0xb&&_0x370f63%0x64<=0x63?0x4:0x5}};_0x3660ac['ar']||={'dictionary':{},'getPluralForm':null},_0x3660ac['ar']['dictionary']=Object['assign'](_0x3660ac['ar']['dictionary'],_0x5645de),_0x3660ac['ar']['getPluralForm']=_0x366d98;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2a826e=>{const {ar:{dictionary:_0x3f1fbb,getPluralForm:_0x363dd4}}={'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':_0x2c76f2=>0x0==_0x2c76f2?0x0:0x1==_0x2c76f2?0x1:0x2==_0x2c76f2?0x2:_0x2c76f2%0x64>=0x3&&_0x2c76f2%0x64<=0xa?0x3:_0x2c76f2%0x64>=0xb&&_0x2c76f2%0x64<=0x63?0x4:0x5}};_0x2a826e['ar']||={'dictionary':{},'getPluralForm':null},_0x2a826e['ar']['dictionary']=Object['assign'](_0x2a826e['ar']['dictionary'],_0x3f1fbb),_0x2a826e['ar']['getPluralForm']=_0x363dd4;})(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':_0x396936=>0x1!=_0x396936}};
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':_0x14d8e4=>0x1!=_0x14d8e4}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x33f731=>{const {bg:{dictionary:_0x437a16,getPluralForm:_0x592c40}}={'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':_0x288131=>0x1!=_0x288131}};_0x33f731['bg']||={'dictionary':{},'getPluralForm':null},_0x33f731['bg']['dictionary']=Object['assign'](_0x33f731['bg']['dictionary'],_0x437a16),_0x33f731['bg']['getPluralForm']=_0x592c40;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x277027=>{const {bg:{dictionary:_0x474f7b,getPluralForm:_0x5b225d}}={'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':_0x470e9e=>0x1!=_0x470e9e}};_0x277027['bg']||={'dictionary':{},'getPluralForm':null},_0x277027['bg']['dictionary']=Object['assign'](_0x277027['bg']['dictionary'],_0x474f7b),_0x277027['bg']['getPluralForm']=_0x5b225d;})(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':_0x3df1c1=>0x1!=_0x3df1c1}};
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':_0x3b9753=>0x1!=_0x3b9753}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3d61f4=>{const {bn:{dictionary:_0x379a3f,getPluralForm:_0x100695}}={'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':_0x266dea=>0x1!=_0x266dea}};_0x3d61f4['bn']||={'dictionary':{},'getPluralForm':null},_0x3d61f4['bn']['dictionary']=Object['assign'](_0x3d61f4['bn']['dictionary'],_0x379a3f),_0x3d61f4['bn']['getPluralForm']=_0x100695;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5d97bb=>{const {bn:{dictionary:_0x318478,getPluralForm:_0x5e9026}}={'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':_0x4e87dd=>0x1!=_0x4e87dd}};_0x5d97bb['bn']||={'dictionary':{},'getPluralForm':null},_0x5d97bb['bn']['dictionary']=Object['assign'](_0x5d97bb['bn']['dictionary'],_0x318478),_0x5d97bb['bn']['getPluralForm']=_0x5e9026;})(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':_0x5f4ebe=>0x1!=_0x5f4ebe}};
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':_0x44c38e=>0x1!=_0x44c38e}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0xa06835=>{const {ca:{dictionary:_0xbe9a90,getPluralForm:_0x54adc8}}={'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':_0x2ff976=>0x1!=_0x2ff976}};_0xa06835['ca']||={'dictionary':{},'getPluralForm':null},_0xa06835['ca']['dictionary']=Object['assign'](_0xa06835['ca']['dictionary'],_0xbe9a90),_0xa06835['ca']['getPluralForm']=_0x54adc8;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5e7b64=>{const {ca:{dictionary:_0x72b963,getPluralForm:_0x555392}}={'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':_0x5186ee=>0x1!=_0x5186ee}};_0x5e7b64['ca']||={'dictionary':{},'getPluralForm':null},_0x5e7b64['ca']['dictionary']=Object['assign'](_0x5e7b64['ca']['dictionary'],_0x72b963),_0x5e7b64['ca']['getPluralForm']=_0x555392;})(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':_0x3fa224=>0x1==_0x3fa224&&_0x3fa224%0x1==0x0?0x0:_0x3fa224>=0x2&&_0x3fa224<=0x4&&_0x3fa224%0x1==0x0?0x1:_0x3fa224%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':_0x4179ed=>0x1==_0x4179ed&&_0x4179ed%0x1==0x0?0x0:_0x4179ed>=0x2&&_0x4179ed<=0x4&&_0x4179ed%0x1==0x0?0x1:_0x4179ed%0x1!=0x0?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x53b546=>{const {cs:{dictionary:_0x340f2f,getPluralForm:_0xe63da8}}={'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':_0x4b7573=>0x1==_0x4b7573&&_0x4b7573%0x1==0x0?0x0:_0x4b7573>=0x2&&_0x4b7573<=0x4&&_0x4b7573%0x1==0x0?0x1:_0x4b7573%0x1!=0x0?0x2:0x3}};_0x53b546['cs']||={'dictionary':{},'getPluralForm':null},_0x53b546['cs']['dictionary']=Object['assign'](_0x53b546['cs']['dictionary'],_0x340f2f),_0x53b546['cs']['getPluralForm']=_0xe63da8;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x18f5d1=>{const {cs:{dictionary:_0x3c00a0,getPluralForm:_0x5f50b9}}={'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':_0x12eb2e=>0x1==_0x12eb2e&&_0x12eb2e%0x1==0x0?0x0:_0x12eb2e>=0x2&&_0x12eb2e<=0x4&&_0x12eb2e%0x1==0x0?0x1:_0x12eb2e%0x1!=0x0?0x2:0x3}};_0x18f5d1['cs']||={'dictionary':{},'getPluralForm':null},_0x18f5d1['cs']['dictionary']=Object['assign'](_0x18f5d1['cs']['dictionary'],_0x3c00a0),_0x18f5d1['cs']['getPluralForm']=_0x5f50b9;})(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':_0x5d5e67=>0x1!=_0x5d5e67}};
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':_0x386a5b=>0x1!=_0x386a5b}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x9b3358=>{const {da:{dictionary:_0x39c0dc,getPluralForm:_0x4843a5}}={'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':_0x5da4d7=>0x1!=_0x5da4d7}};_0x9b3358['da']||={'dictionary':{},'getPluralForm':null},_0x9b3358['da']['dictionary']=Object['assign'](_0x9b3358['da']['dictionary'],_0x39c0dc),_0x9b3358['da']['getPluralForm']=_0x4843a5;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4e4092=>{const {da:{dictionary:_0x550971,getPluralForm:_0x1cb9e4}}={'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':_0x1e9fd9=>0x1!=_0x1e9fd9}};_0x4e4092['da']||={'dictionary':{},'getPluralForm':null},_0x4e4092['da']['dictionary']=Object['assign'](_0x4e4092['da']['dictionary'],_0x550971),_0x4e4092['da']['getPluralForm']=_0x1cb9e4;})(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':_0x46be17=>0x1!=_0x46be17}};
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':_0x4e2012=>0x1!=_0x4e2012}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x15f560=>{const {de:{dictionary:_0x215e3f,getPluralForm:_0x51b022}}={'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':_0x1a3fb2=>0x1!=_0x1a3fb2}};_0x15f560['de']||={'dictionary':{},'getPluralForm':null},_0x15f560['de']['dictionary']=Object['assign'](_0x15f560['de']['dictionary'],_0x215e3f),_0x15f560['de']['getPluralForm']=_0x51b022;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x38eae8=>{const {de:{dictionary:_0x5f4e59,getPluralForm:_0xb575d5}}={'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':_0xbbc743=>0x1!=_0xbbc743}};_0x38eae8['de']||={'dictionary':{},'getPluralForm':null},_0x38eae8['de']['dictionary']=Object['assign'](_0x38eae8['de']['dictionary'],_0x5f4e59),_0x38eae8['de']['getPluralForm']=_0xb575d5;})(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':_0x53a5b5=>0x1!=_0x53a5b5}};
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':_0x4ee70f=>0x1!=_0x4ee70f}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x438e90=>{const {el:{dictionary:_0x1b6397,getPluralForm:_0x53a551}}={'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':_0x37b8be=>0x1!=_0x37b8be}};_0x438e90['el']||={'dictionary':{},'getPluralForm':null},_0x438e90['el']['dictionary']=Object['assign'](_0x438e90['el']['dictionary'],_0x1b6397),_0x438e90['el']['getPluralForm']=_0x53a551;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3ff876=>{const {el:{dictionary:_0x236e62,getPluralForm:_0x4e672b}}={'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':_0x34a496=>0x1!=_0x34a496}};_0x3ff876['el']||={'dictionary':{},'getPluralForm':null},_0x3ff876['el']['dictionary']=Object['assign'](_0x3ff876['el']['dictionary'],_0x236e62),_0x3ff876['el']['getPluralForm']=_0x4e672b;})(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':_0x40c46d=>0x1!=_0x40c46d}};
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':_0xa650d2=>0x1!=_0xa650d2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x1e252c=>{const {'en-au':{dictionary:_0x7ec18c,getPluralForm:_0x3b90aa}}={'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':_0xc21ecb=>0x1!=_0xc21ecb}};_0x1e252c['en-au']||={'dictionary':{},'getPluralForm':null},_0x1e252c['en-au']['dictionary']=Object['assign'](_0x1e252c['en-au']['dictionary'],_0x7ec18c),_0x1e252c['en-au']['getPluralForm']=_0x3b90aa;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x228071=>{const {'en-au':{dictionary:_0x349da0,getPluralForm:_0x63521}}={'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':_0x6628f9=>0x1!=_0x6628f9}};_0x228071['en-au']||={'dictionary':{},'getPluralForm':null},_0x228071['en-au']['dictionary']=Object['assign'](_0x228071['en-au']['dictionary'],_0x349da0),_0x228071['en-au']['getPluralForm']=_0x63521;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x59b528=>{const {en:{dictionary:_0x42d42c,getPluralForm:_0x4ea83f}}={'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}};_0x59b528['en']||={'dictionary':{},'getPluralForm':null},_0x59b528['en']['dictionary']=Object['assign'](_0x59b528['en']['dictionary'],_0x42d42c),_0x59b528['en']['getPluralForm']=_0x4ea83f;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x208f88=>{const {en:{dictionary:_0x135a08,getPluralForm:_0x2ee213}}={'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}};_0x208f88['en']||={'dictionary':{},'getPluralForm':null},_0x208f88['en']['dictionary']=Object['assign'](_0x208f88['en']['dictionary'],_0x135a08),_0x208f88['en']['getPluralForm']=_0x2ee213;})(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':_0x5d36fb=>0x1==_0x5d36fb?0x0:0x0!=_0x5d36fb&&_0x5d36fb%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':_0x345c26=>0x1==_0x345c26?0x0:0x0!=_0x345c26&&_0x345c26%0xf4240==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5d82b2=>{const {es:{dictionary:_0x290ab1,getPluralForm:_0x50a4bf}}={'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':_0x5f02fa=>0x1==_0x5f02fa?0x0:0x0!=_0x5f02fa&&_0x5f02fa%0xf4240==0x0?0x1:0x2}};_0x5d82b2['es']||={'dictionary':{},'getPluralForm':null},_0x5d82b2['es']['dictionary']=Object['assign'](_0x5d82b2['es']['dictionary'],_0x290ab1),_0x5d82b2['es']['getPluralForm']=_0x50a4bf;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3e9b38=>{const {es:{dictionary:_0x70dc2c,getPluralForm:_0x179691}}={'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':_0x15908c=>0x1==_0x15908c?0x0:0x0!=_0x15908c&&_0x15908c%0xf4240==0x0?0x1:0x2}};_0x3e9b38['es']||={'dictionary':{},'getPluralForm':null},_0x3e9b38['es']['dictionary']=Object['assign'](_0x3e9b38['es']['dictionary'],_0x70dc2c),_0x3e9b38['es']['getPluralForm']=_0x179691;})(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':_0x1a44fd=>0x1!=_0x1a44fd}};
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':_0x4f8987=>0x1!=_0x4f8987}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4352dc=>{const {et:{dictionary:_0xce8c12,getPluralForm:_0x972fac}}={'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':_0x3a5a7a=>0x1!=_0x3a5a7a}};_0x4352dc['et']||={'dictionary':{},'getPluralForm':null},_0x4352dc['et']['dictionary']=Object['assign'](_0x4352dc['et']['dictionary'],_0xce8c12),_0x4352dc['et']['getPluralForm']=_0x972fac;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x57edb1=>{const {et:{dictionary:_0x185ea2,getPluralForm:_0x70525d}}={'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':_0x3c723d=>0x1!=_0x3c723d}};_0x57edb1['et']||={'dictionary':{},'getPluralForm':null},_0x57edb1['et']['dictionary']=Object['assign'](_0x57edb1['et']['dictionary'],_0x185ea2),_0x57edb1['et']['getPluralForm']=_0x70525d;})(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':_0x28d397=>0x1!=_0x28d397}};
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':_0x1ecbd6=>0x1!=_0x1ecbd6}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4ea6e4=>{const {fi:{dictionary:_0xe37981,getPluralForm:_0xc09fb9}}={'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':_0x205650=>0x1!=_0x205650}};_0x4ea6e4['fi']||={'dictionary':{},'getPluralForm':null},_0x4ea6e4['fi']['dictionary']=Object['assign'](_0x4ea6e4['fi']['dictionary'],_0xe37981),_0x4ea6e4['fi']['getPluralForm']=_0xc09fb9;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1c5f6d=>{const {fi:{dictionary:_0x5449a,getPluralForm:_0x14c087}}={'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':_0x5e6940=>0x1!=_0x5e6940}};_0x1c5f6d['fi']||={'dictionary':{},'getPluralForm':null},_0x1c5f6d['fi']['dictionary']=Object['assign'](_0x1c5f6d['fi']['dictionary'],_0x5449a),_0x1c5f6d['fi']['getPluralForm']=_0x14c087;})(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':_0xa48aab=>0x0==_0xa48aab||0x1==_0xa48aab?0x0:0x0!=_0xa48aab&&_0xa48aab%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':_0x2381c0=>0x0==_0x2381c0||0x1==_0x2381c0?0x0:0x0!=_0x2381c0&&_0x2381c0%0xf4240==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x1d0084=>{const {fr:{dictionary:_0x47e525,getPluralForm:_0x3d514d}}={'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':_0x3d79fe=>0x0==_0x3d79fe||0x1==_0x3d79fe?0x0:0x0!=_0x3d79fe&&_0x3d79fe%0xf4240==0x0?0x1:0x2}};_0x1d0084['fr']||={'dictionary':{},'getPluralForm':null},_0x1d0084['fr']['dictionary']=Object['assign'](_0x1d0084['fr']['dictionary'],_0x47e525),_0x1d0084['fr']['getPluralForm']=_0x3d514d;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x59ff58=>{const {fr:{dictionary:_0x577181,getPluralForm:_0x36b530}}={'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':_0x1658f8=>0x0==_0x1658f8||0x1==_0x1658f8?0x0:0x0!=_0x1658f8&&_0x1658f8%0xf4240==0x0?0x1:0x2}};_0x59ff58['fr']||={'dictionary':{},'getPluralForm':null},_0x59ff58['fr']['dictionary']=Object['assign'](_0x59ff58['fr']['dictionary'],_0x577181),_0x59ff58['fr']['getPluralForm']=_0x36b530;})(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':_0xbb130d=>0x1!=_0xbb130d}};
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':_0x220118=>0x1!=_0x220118}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x52f826=>{const {gl:{dictionary:_0x128827,getPluralForm:_0x12e737}}={'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':_0x497fb2=>0x1!=_0x497fb2}};_0x52f826['gl']||={'dictionary':{},'getPluralForm':null},_0x52f826['gl']['dictionary']=Object['assign'](_0x52f826['gl']['dictionary'],_0x128827),_0x52f826['gl']['getPluralForm']=_0x12e737;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5de223=>{const {gl:{dictionary:_0x5ac64d,getPluralForm:_0x30f47b}}={'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':_0x1b1b36=>0x1!=_0x1b1b36}};_0x5de223['gl']||={'dictionary':{},'getPluralForm':null},_0x5de223['gl']['dictionary']=Object['assign'](_0x5de223['gl']['dictionary'],_0x5ac64d),_0x5de223['gl']['getPluralForm']=_0x30f47b;})(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':_0x5324e4=>0x1==_0x5324e4&&_0x5324e4%0x1==0x0?0x0:0x2==_0x5324e4&&_0x5324e4%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':_0x351237=>0x1==_0x351237&&_0x351237%0x1==0x0?0x0:0x2==_0x351237&&_0x351237%0x1==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3ef028=>{const {he:{dictionary:_0x5e9e23,getPluralForm:_0x4299ca}}={'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':_0x151fdf=>0x1==_0x151fdf&&_0x151fdf%0x1==0x0?0x0:0x2==_0x151fdf&&_0x151fdf%0x1==0x0?0x1:0x2}};_0x3ef028['he']||={'dictionary':{},'getPluralForm':null},_0x3ef028['he']['dictionary']=Object['assign'](_0x3ef028['he']['dictionary'],_0x5e9e23),_0x3ef028['he']['getPluralForm']=_0x4299ca;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x332377=>{const {he:{dictionary:_0x15a88f,getPluralForm:_0x523b2c}}={'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':_0x593b25=>0x1==_0x593b25&&_0x593b25%0x1==0x0?0x0:0x2==_0x593b25&&_0x593b25%0x1==0x0?0x1:0x2}};_0x332377['he']||={'dictionary':{},'getPluralForm':null},_0x332377['he']['dictionary']=Object['assign'](_0x332377['he']['dictionary'],_0x15a88f),_0x332377['he']['getPluralForm']=_0x523b2c;})(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':_0x3a43f1=>0x1!=_0x3a43f1}};
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':_0x2d0e42=>0x1!=_0x2d0e42}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5a32dc=>{const {hi:{dictionary:_0x451e06,getPluralForm:_0x553fb5}}={'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':_0x15f029=>0x1!=_0x15f029}};_0x5a32dc['hi']||={'dictionary':{},'getPluralForm':null},_0x5a32dc['hi']['dictionary']=Object['assign'](_0x5a32dc['hi']['dictionary'],_0x451e06),_0x5a32dc['hi']['getPluralForm']=_0x553fb5;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3e2b42=>{const {hi:{dictionary:_0xd29720,getPluralForm:_0x4d7c5f}}={'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':_0xa99e44=>0x1!=_0xa99e44}};_0x3e2b42['hi']||={'dictionary':{},'getPluralForm':null},_0x3e2b42['hi']['dictionary']=Object['assign'](_0x3e2b42['hi']['dictionary'],_0xd29720),_0x3e2b42['hi']['getPluralForm']=_0x4d7c5f;})(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':_0x5f1b4c=>_0x5f1b4c%0xa==0x1&&_0x5f1b4c%0x64!=0xb?0x0:_0x5f1b4c%0xa>=0x2&&_0x5f1b4c%0xa<=0x4&&(_0x5f1b4c%0x64<0xa||_0x5f1b4c%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':_0x1f0e87=>_0x1f0e87%0xa==0x1&&_0x1f0e87%0x64!=0xb?0x0:_0x1f0e87%0xa>=0x2&&_0x1f0e87%0xa<=0x4&&(_0x1f0e87%0x64<0xa||_0x1f0e87%0x64>=0x14)?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x18ad08=>{const {hr:{dictionary:_0x5cd5fc,getPluralForm:_0x1e9b39}}={'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':_0x2fd0e9=>_0x2fd0e9%0xa==0x1&&_0x2fd0e9%0x64!=0xb?0x0:_0x2fd0e9%0xa>=0x2&&_0x2fd0e9%0xa<=0x4&&(_0x2fd0e9%0x64<0xa||_0x2fd0e9%0x64>=0x14)?0x1:0x2}};_0x18ad08['hr']||={'dictionary':{},'getPluralForm':null},_0x18ad08['hr']['dictionary']=Object['assign'](_0x18ad08['hr']['dictionary'],_0x5cd5fc),_0x18ad08['hr']['getPluralForm']=_0x1e9b39;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xaeff89=>{const {hr:{dictionary:_0x4e224e,getPluralForm:_0x15744a}}={'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':_0x4354fb=>_0x4354fb%0xa==0x1&&_0x4354fb%0x64!=0xb?0x0:_0x4354fb%0xa>=0x2&&_0x4354fb%0xa<=0x4&&(_0x4354fb%0x64<0xa||_0x4354fb%0x64>=0x14)?0x1:0x2}};_0xaeff89['hr']||={'dictionary':{},'getPluralForm':null},_0xaeff89['hr']['dictionary']=Object['assign'](_0xaeff89['hr']['dictionary'],_0x4e224e),_0xaeff89['hr']['getPluralForm']=_0x15744a;})(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':_0xa6ff40=>0x1!=_0xa6ff40}};
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':_0x22a250=>0x1!=_0x22a250}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3ec1cd=>{const {hu:{dictionary:_0x528bfe,getPluralForm:_0x1bd01d}}={'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':_0x4e78dc=>0x1!=_0x4e78dc}};_0x3ec1cd['hu']||={'dictionary':{},'getPluralForm':null},_0x3ec1cd['hu']['dictionary']=Object['assign'](_0x3ec1cd['hu']['dictionary'],_0x528bfe),_0x3ec1cd['hu']['getPluralForm']=_0x1bd01d;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x186b92=>{const {hu:{dictionary:_0x131040,getPluralForm:_0x26bb54}}={'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':_0x4ae529=>0x1!=_0x4ae529}};_0x186b92['hu']||={'dictionary':{},'getPluralForm':null},_0x186b92['hu']['dictionary']=Object['assign'](_0x186b92['hu']['dictionary'],_0x131040),_0x186b92['hu']['getPluralForm']=_0x26bb54;})(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':_0x51387c=>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':_0x579b20=>0x0}};