@ckeditor/ckeditor5-export-word 42.0.2-alpha.2 → 43.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.
- package/CHANGELOG.md +1 -1
- package/build/export-word.js +1 -1
- package/build/translations/sr-latn.js +1 -1
- package/dist/exportword.d.ts +9 -6
- package/dist/index.js +1 -1
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/jv.js +1 -1
- package/dist/translations/jv.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/ug.js +1 -1
- package/dist/translations/ug.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/dist/utils/common-translations.d.ts +13 -0
- package/dist/utils.d.ts +5 -3
- package/lang/translations/sr-latn.po +4 -4
- package/package.json +5 -4
- package/src/exportword.d.ts +9 -6
- package/src/exportword.js +1 -1
- package/src/exportwordcommand.js +1 -1
- package/src/exportwordui.js +1 -1
- package/src/index.js +1 -1
- package/src/utils/common-translations.d.ts +9 -0
- package/src/utils/common-translations.js +23 -0
- package/src/utils.d.ts +5 -3
- package/src/utils.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
Changelog
|
|
2
2
|
=========
|
|
3
3
|
|
|
4
|
-
All changes in the package are documented in
|
|
4
|
+
All changes in the package are documented in https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md.
|
package/build/export-word.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
/*!
|
|
3
3
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
4
|
* For licensing, see LICENSE.md.
|
|
5
|
-
*/(()=>{var t={782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(o){var r=e[o];if(void 0!==r)return r.exports;var s=e[o]={exports:{}};return t[o](s,s.exports,n),s.exports}n.d=(t,e)=>{for(var o in e)n.o(e,o)&&!n.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var o={};(()=>{"use strict";n.r(o),n.d(o,{ExportWord:()=>h});var t=n(782),e=n(311);function r(){const t=c,e=[],n=[];for(const o of Array[t(451)](document[t(461)]))if(o[t(469)][t(457)](t(497)))for(const r of Array[t(451)](o[t(499)]))-1!==r[t(452)][t(502)](t(489))?e[t(492)](r[t(452)]):-1!==r[t(452)][t(502)](t(475))&&n[t(492)](r[t(452)]);return e[t(490)]||console[t(467)](t(465)),[...n,...e][t(487)](" ")[t(491)]()}function s(t){const e=c,n=t[e(456)][e(482)](e(500)),o=t[e(456)][e(482)](e(453)),r=t[e(456)][e(482)](e(458)),s={};if(n&&o){const n=function(t){const e=c,n={};if(!t[e(490)])return n;for(const o of t)o[e(471)][e(463)]((t=>{const r=e;void 0===n[o.id]&&(n[o.id]=[]),n[o.id][r(492)]({author:t[r(488)][r(454)],content:t[r(480)],created:t[r(472)],is_resolved:o[r(447)]})}));return n}(t[e(456)][e(466)](e(453))[e(493)]({skipNotAttached:!0,skipEmpty:!0}));Object[e(498)](n)[e(490)]&&(s[e(471)]=n)}if(n&&r){const n=t[e(456)][e(466)](e(458)),o=t[e(456)][e(466)](e(500)),r=function(t,e){const n=c,o={};if(!t[n(490)]||!e[n(490)])return o;for(const r of t)o[r.id]={author:e[n(466)](r[n(478)])[n(454)],created:r[n(472)]};return o}(n[e(474)]({toJSON:!0}),o[e(470)]);Object[e(498)](r)[e(490)]&&(s[e(459)]=r)}return(s[e(459)]||s[e(471)])&&(s[e(448)]=(new(Intl[e(501)]))[e(503)]()[e(473)]),s}function i(){const t=["610skRLxH","isResolved","timezone","229202tPrnCj","475622pHHleb","from","cssText","CommentsRepository","name","all","plugins","hasAttribute","TrackChanges","suggestions","927549mYKYzk","styleSheets","fetch","map","text","The editor stylesheet could not be found in the document. Check your webpack config – style-loader should use data-cke=true attribute for the editor stylesheet.","get","warn","32ufKGkS","ownerNode","users","comments","createdAt","timeZone","getSuggestions",":root","EDITOR_STYLES","708096oFbMiF","authorId","collaboration_features","content","10DfnWKB","has","4RLTpOA","75779wqBBQd","8ECKgXg","then","join","author",".ck-content","length","trim","push","getCommentThreads","354762tmvdHN","comment_threads","5239080iysspa","data-cke","keys","cssRules","Users","DateTimeFormat","indexOf","resolvedOptions"];return(i=function(){return t})()}function c(t,e){const n=i();return(c=function(t,e){return n[t-=447]})(t,e)}function a(t){const e=c,n=t[e(456)][e(482)](e(500)),o=t[e(456)][e(482)](e(453)),r=t[e(456)][e(482)](e(458)),s={},i={};if(n&&o){const n=function(t){const e=c,n=[];if(!t[e(490)])return n;for(const o of t){const t=o[e(471)][e(463)]((t=>({author:t[e(488)][e(454)],content:t[e(480)],created_at:t[e(472)]})));n[e(492)]({thread_id:o.id,is_resolved:o[e(447)],comments:t})}return n}(t[e(456)][e(466)](e(453))[e(493)]({skipNotAttached:!0,skipEmpty:!0}));n[e(490)]&&(i[e(495)]=n)}if(n&&r){const n=t[e(456)][e(466)](e(458)),o=t[e(456)][e(466)](e(500)),r=function(t,e){const n=c;return t[n(490)]&&e[n(490)]?t[n(463)]((t=>({id:t.id,author:e[n(466)](t[n(478)])[n(454)],created_at:t[n(472)]}))):[]}(n[e(474)]({toJSON:!0}),o[e(470)]);r[e(490)]&&(i[e(459)]=r)}return(i[e(495)]||i[e(459)])&&(s[e(448)]=(new(Intl[e(501)]))[e(503)]()[e(473)],s[e(479)]=i),s}!function(t){const e=c,n=t();for(;;)try{if(284276===parseInt(e(483))/1*(-parseInt(e(449))/2)+-parseInt(e(477))/3*(-parseInt(e(485))/4)+-parseInt(e(481))/5*(-parseInt(e(494))/6)+parseInt(e(450))/7*(parseInt(e(468))/8)+-parseInt(e(460))/9+parseInt(e(504))/10*(parseInt(e(484))/11)+-parseInt(e(496))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(i);class u extends t.Command{constructor(t){super(t),this.set("isBusy",!1),this.affectsData=!1}refresh(){this.isEnabled=!this.isBusy,this.value=this.isBusy?"pending":void 0}execute(t={}){const e=this.editor,n=e.t,o=2===(t.version||1),i=t.converterUrl||(o?"https://docx-converter.cke-cs.com/v2/convert/html-docx":"https://docx-converter.cke-cs.com/v1/convert"),u=t.converterOptions||{},d=e.plugins.get("ExportWord"),p=t.token||d._token,l=!1!==u.auto_pagination,h=t.dataCallback||(t=>t.data.get({pagination:l}));return this.isBusy=!0,this.refresh(),function(t){const e=c;if(!t)return new Promise((t=>t("")));const n=[];for(const o of t)e(476)!==o?n[e(492)](window[e(462)](o)[e(486)]((t=>t[e(464)]()))):n[e(492)](r());return Promise[e(455)](n)[e(486)]((t=>t[e(487)](" ")[e(491)]()))}(t.stylesheets||["EDITOR_STYLES"]).then((async r=>{e.ui.ariaLiveAnnouncer.announce(n("Word document export started"));const c=await h(e),d={html:'<div class="ck-content" dir="'+e.locale.contentLanguageDirection+'">'+c+"</div>",css:r,[o?"config":"options"]:{...u,...o?a(e):s(e)}},l={method:"POST",headers:{"Content-Type":"application/json",Accept:"application/docx",...p?{Authorization:p.value}:null},body:JSON.stringify(d)};return window.fetch(i,l).then((t=>{if(200!==t.status)throw t;return t.blob()})).then((o=>{e.ui.ariaLiveAnnouncer.announce(n("Word document export successful"));const r="function"==typeof t.fileName?t.fileName():t.fileName;this._downloadFile(o,r||"document.docx")}))})).catch((t=>{const o=e.plugins.get("Notification");throw e.ui.ariaLiveAnnouncer.announce(n("Word document export failed"),{politeness:"assertive"}),o.showWarning(n("An error occurred while generating the Word file.")),t})).finally((()=>{this.isBusy=!1,this.refresh()}))}_downloadFile(t,e){const n=document.createElement("a");n.href=window.URL.createObjectURL(t),n.download=e,n.click(),n.remove()}}class d extends t.Plugin{static get pluginName(){return"ExportWordUI"}init(){const t=this.editor;t.ui.componentFactory.add("exportWord",(()=>{const n=t.commands.get("exportWord"),o=this._createButton(e.ButtonView);return o.set({tooltip:!0}),o.bind("isOn").to(n,"isBusy"),o})),t.ui.componentFactory.add("menuBar:exportWord",(()=>this._createButton(e.MenuBarMenuListItemButtonView)))}_createButton(t){const n=this.editor,o=n.config.get("exportWord")||{},r=n.locale.t,s=n.commands.get("exportWord"),i=new t(n.locale),c=new e.SpinnerView;return i.children.add(c),c.bind("isVisible").to(s,"isBusy"),i.iconView.bind("isVisible").to(s,"isBusy",(t=>!t)),i.set({icon:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M17.826 16.843a.75.75 0 0 0-1.152-.96L15.5 17.29V12H14v5.29l-1.174-1.408a.75.75 0 0 0-1.152.96l2.346 2.816a.95.95 0 0 0 1.46 0l2.346-2.815Z"/><path d="m14 0 5 4.5v9.741a2.737 2.737 0 0 0-1.5-.617V6.5h-5v-5h-8v3H3V0h11Zm0 2v3h3.3L14 2Z"/><path d="M3 17.5h6.746c.1.22.23.429.391.623l.731.877H3v-1.5Z"/><path d="M8.5 6a1.5 1.5 0 0 1 1.493 1.356L10 7.5v7a1.5 1.5 0 0 1-1.356 1.493L8.5 16h-7a1.5 1.5 0 0 1-1.493-1.356L0 14.5v-7a1.5 1.5 0 0 1 1.356-1.493L1.5 6h7ZM7.483 8.795l-.042.088-.986 2.534-.947-2.528-.043-.092a.601.601 0 0 0-1.042.008l-.042.093-.883 2.465-.937-2.475-.042-.089a.6.6 0 0 0-1.107.42l.027.093 1.514 4 .044.092a.6.6 0 0 0 1.041-.01l.041-.092.88-2.458.925 2.467.046.096a.6.6 0 0 0 1.032 0l.043-.09 1.554-4 .028-.093a.6.6 0 0 0-1.104-.43v.001Z"/></svg>\n'}),i.bind("isEnabled").to(s,"isEnabled"),i.bind("label").to(s,"isBusy",(t=>r(t?"Exporting Word document":"Export to Word"))),this.listenTo(i,"execute",(()=>{n.execute("exportWord",o),n.editing.view.focus()})),i}}const p=l;function l(t,e){const n=f();return(l=function(t,e){return n[t-=322]})(t,e)}!function(t){const e=l,n=t();for(;;)try{if(932874===-parseInt(e(341))/1+parseInt(e(342))/2*(parseInt(e(322))/3)+parseInt(e(329))/4+parseInt(e(345))/5*(-parseInt(e(333))/6)+parseInt(e(336))/7*(parseInt(e(346))/8)+parseInt(e(327))/9*(-parseInt(e(328))/10)+parseInt(e(337))/11*(parseInt(e(350))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(f);class h extends t.Plugin{static get[p(349)](){return p(324)}static get[p(347)](){return[p(339),e.Notification,d]}[p(335)](){const t=p,e=this[t(326)],n=e[t(332)][t(340)](t(348))||{};e[t(343)][t(325)](t(348),new u(e));const o=e[t(344)][t(340)](t(339));!1===n[t(323)]?this[t(334)]=null:n[t(323)]?o[t(330)](n[t(323)])[t(331)]((e=>{this[t(334)]=e})):this[t(334)]=o[t(338)]}}function f(){const t=["5bZpspC","1027496pRQahG","requires","exportWord","pluginName","1728PBnNqD","9981uMOwqP","tokenUrl","ExportWord","add","editor","10145079nfzGhV","10pRIhAo","6201252NiPASN","registerTokenUrl","then","config","9124122xNdGsk","_token","init","14KHoojG","150172TdZQYe","token","CloudServices","get","1612912xqneNb","854RTjfPh","commands","plugins"];return(f=function(){return t})()}function m(t,e){var n=g();return(m=function(t,e){return n[t-=465]})(t,e)}function g(){var t=["6nMciWm","2331090SVhFEx","100DuFymC","13aDfKxj","6viLieg","116543saMNNV","2434828TJQudX","141054Mqngkk","27uDiMHT","256RXdkJA","6504468wttGBr","202016XsXxxT","3996325bDBmXe"];return(g=function(){return t})()}!function(t){for(var e=m,n=t();;)try{if(700083===-parseInt(e(477))/1*(parseInt(e(466))/2)+-parseInt(e(473))/3*(-parseInt(e(468))/4)+parseInt(e(465))/5*(-parseInt(e(470))/6)+parseInt(e(471))/7*(-parseInt(e(475))/8)+parseInt(e(474))/9*(parseInt(e(467))/10)+parseInt(e(472))/11+parseInt(e(476))/12*(parseInt(e(469))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(g)})(),(window.CKEditor5=window.CKEditor5||{}).exportWord=o})();
|
|
5
|
+
*/(()=>{var t={782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var o=e[r];if(void 0!==o)return o.exports;var s=e[r]={exports:{}};return t[r](s,s.exports,n),s.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{ExportWord:()=>b});var t=n(782),e=n(311),o=n(584);function s(){const t=["Users","MergeFields","suggestions","from","TrackChanges","length","isResolved","content","cssText","CommentsRepository","9735420rHorep","data","text","author","document",".ck-content","join","trim","authorName","comment_threads","collaboration_features","map","getDataSetValues","contentLanguage","previewMode","config","getLabel","plugins","DateTimeFormat","ownerNode","56946zNjanJ","then","104ptfVwH","timezone","push","28SPZdqP","getSuggestions","25975igQLSU","mergeFields","createdAt","merge_fields","keys","indexOf","styleSheets","users","language","The editor stylesheet could not be found in the document. Check your webpack config – style-loader should use data-cke=true attribute for the editor stylesheet.","get","@external","hasAttribute","fetch","MergeFieldsEditing","1443150GOIAaI","comments","warn","resolvedOptions","getCommentThreads","name","3297qfFaoO","cssRules","EDITOR_STYLES","data-cke","$labels","212lIcfeB","2366358dnfQQF","75801DexPXL","has","$defaultValues","entries",":root","all","getDefaultValues","timeZone","locale"];return(s=function(){return t})()}function i(){const t=u,e=[],n=[];for(const r of Array[t(535)](document[t(501)]))if(r[t(487)][t(507)](t(519)))for(const o of Array[t(535)](r[t(517)]))-1!==o[t(540)][t(500)](t(547))?e[t(492)](o[t(540)]):-1!==o[t(540)][t(500)](t(527))&&n[t(492)](o[t(540)]);return e[t(537)]||console[t(512)](t(504)),[...n,...e][t(548)](" ")[t(549)]()}function c(t,e={}){const n=u,r=t[n(485)][n(524)](n(532)),o=t[n(485)][n(524)](n(541)),s=t[n(485)][n(524)](n(536)),i=e;if(r&&o){const e=function(t){const e=u,n={};if(!t[e(537)])return n;for(const r of t)r[e(511)][e(479)]((t=>{const o=e;void 0===n[r.id]&&(n[r.id]=[]),n[r.id][o(492)]({author:t[o(545)][o(515)],content:t[o(539)],created:t[o(497)],is_resolved:r[o(538)]})}));return n}(t[n(485)][n(505)](n(541))[n(514)]({skipNotAttached:!0,skipEmpty:!0}));Object[n(499)](e)[n(537)]&&(i[n(511)]=e)}if(r&&s){const e=t[n(485)][n(505)](n(536)),r=t[n(485)][n(505)](n(532)),o=function(t,e){const n=u,r={};if(!t[n(537)]||!e[n(537)])return r;for(const{id:o,createdAt:s,authorId:i,attributes:c}of t){const t=c&&c[n(506)],a=t?t[n(476)]:e[n(505)](i)[n(515)];r[o]={author:a,created:s}}return r}(e[n(494)]({toJSON:!0}),r[n(502)]);Object[n(499)](o)[n(537)]&&(i[n(534)]=o)}return(i[n(534)]||i[n(511)])&&(i[n(491)]=(new(Intl[n(486)]))[n(513)]()[n(530)]),i}function a(t,e={}){const n=u,r=t[n(485)][n(524)](n(532)),o=t[n(485)][n(524)](n(541)),s=t[n(485)][n(524)](n(536)),i=t[n(485)][n(524)](n(533)),c=t[n(531)][n(481)],a=e,d={};if(a[n(546)]=a[n(546)]||{},a[n(546)][n(503)]=a[n(546)][n(503)]||c,r&&o){const e=function(t){const e=u,n=[];if(!t[e(537)])return n;for(const r of t){const t=r[e(511)][e(479)]((t=>({author:t[e(545)][e(515)],content:t[e(539)],created_at:t[e(497)]})));n[e(492)]({thread_id:r.id,is_resolved:r[e(538)],comments:t})}return n}(t[n(485)][n(505)](n(541))[n(514)]({skipNotAttached:!0,skipEmpty:!0}));e[n(537)]&&(d[n(477)]=e)}if(r&&s){const e=t[n(485)][n(505)](n(536)),r=t[n(485)][n(505)](n(532)),o=function(t,e){const n=u;return t[n(537)]&&e[n(537)]?t[n(479)]((({id:t,createdAt:r,authorId:o,attributes:s})=>{const i=n,c=s&&s[i(506)];return{id:t,author:c?c[i(476)]:e[i(505)](o)[i(515)],created_at:r}})):[]}(e[n(494)]({toJSON:!0}),r[n(502)]);o[n(537)]&&(d[n(534)]=o)}if(i){const e=t[n(485)][n(505)](n(533)),r=t[n(485)][n(505)](n(509)),o=r[n(482)],{prefix:s,suffix:i}=t[n(483)][n(505)](n(496));if(a[n(498)]={prefix:s,suffix:i},n(520)!==o){a[n(498)][n(543)]={};const t=n(525)===o?e[n(529)]():e[n(480)](o,!0);for(const e of Object[n(526)](t)){const[t,o]=e;a[n(498)][n(543)][t]=null!==o?o:r[n(484)](t)}}}return(d[n(477)]||d[n(534)])&&(a[n(491)]=(new(Intl[n(486)]))[n(513)]()[n(530)],a[n(478)]=d),a}function u(t,e){const n=s();return(u=function(t,e){return n[t-=476]})(t,e)}function d(t,e){const n=t.t;switch(e){case"Export to Word":return n("Export to Word");case"An error occurred while generating the Word file.":return n("An error occurred while generating the Word file.");case"Word document export started":return n("Word document export started");case"Word document export failed":return n("Word document export failed");case"Word document export successful":return n("Word document export successful");case"Exporting Word document":return n("Exporting Word document");default:return e}}!function(t){const e=u,n=t();for(;;)try{if(280340===parseInt(e(523))/1+-parseInt(e(493))/2*(parseInt(e(488))/3)+parseInt(e(521))/4*(-parseInt(e(495))/5)+-parseInt(e(522))/6+parseInt(e(516))/7*(parseInt(e(490))/8)+parseInt(e(510))/9+parseInt(e(542))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(s);const p=f;function f(t,e){const n=m();return(f=function(t,e){return n[t-=447]})(t,e)}!function(t){const e=f,n=t();for(;;)try{if(181081===parseInt(e(497))/1*(parseInt(e(483))/2)+-parseInt(e(493))/3+parseInt(e(459))/4+parseInt(e(492))/5*(parseInt(e(522))/6)+-parseInt(e(500))/7*(-parseInt(e(507))/8)+parseInt(e(477))/9*(-parseInt(e(480))/10)+parseInt(e(510))/11*(parseInt(e(466))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(m);const l=[p(465),p(448),p(487),p(467),p(511),p(479),p(528),p(508),p(517),p(494)];class h extends t.Command{constructor(t){const e=p;super(t),this[e(486)](e(450),!1),this[e(509)]=!1}[p(489)](){const t=p;this[t(516)]=!this[t(450)],this[t(463)]=this[t(450)]?t(447):void 0}[p(476)](t={}){const e=p,n=this[e(488)],r=t[e(491)]||2,s=1===r,f=t[e(469)]||e(s?461:458),h=t[e(471)]||{},m=n[e(503)][e(455)](e(525)),g=t[e(478)]||m[e(513)],I=!0===h[e(520)],x=t[e(482)]||(t=>t[e(456)][e(455)]({pagination:I}));return 2===r&&function(t){for(const e of l)if(void 0!==t[e])return!0;return!1}(h)&&(0,o.logWarning)(e(502)),this[e(450)]=!0,this[e(489)](),function(t){const e=u;if(!t)return new Promise((t=>t("")));const n=[];for(const r of t)e(518)!==r?n[e(492)](window[e(508)](r)[e(489)]((t=>t[e(544)]()))):n[e(492)](i());return Promise[e(528)](n)[e(489)]((t=>t[e(548)](" ")[e(549)]()))}(t[e(449)]||[e(521)])[e(460)]((async r=>{const o=e;n.ui[o(454)][o(484)](d(n[o(453)],o(512)));const i=await x(n),u={html:o(519)+n[o(453)][o(464)]+'">'+i+o(498),css:r,[o(s?462:452)]:{...h,...s?c(n,h):a(n,h)}},p={method:o(524),headers:{"Content-Type":o(506),Accept:o(529),...g?{Authorization:g[o(463)]}:null},body:JSON[o(468)](u)};return window[o(527)](f,p)[o(460)]((t=>{const e=o;if(200!==t[e(490)])throw t;return t[e(518)]()}))[o(460)]((e=>{const r=o;n.ui[r(454)][r(484)](d(n[r(453)],r(457)));const s=r(526)==typeof t[r(470)]?t[r(470)]():t[r(470)];this[r(451)](e,s||r(501))}))}))[e(514)]((t=>{const r=e,o=n[r(503)][r(455)](r(481));throw n.ui[r(454)][r(484)](d(n[r(453)],r(505)),{politeness:r(523)}),o[r(499)](d(n[r(453)],r(485))),t}))[e(474)]((()=>{const t=e;this[t(450)]=!1,this[t(489)]()}))}[p(451)](t,e){const n=p,r=document[n(495)]("a");r[n(475)]=window[n(496)][n(515)](t),r[n(472)]=e,r[n(504)](),r[n(473)]()}}function m(){const t=["1021485inFyca","suggestions","createElement","URL","1rnUfzz","</div>","showWarning","368648yXFOIL","document.docx","export-word-v1-api-is-deprecated","plugins","click","Word document export failed","application/json","8GwlQne","footer","affectsData","11UCwjcG","margin_left","Word document export started","_token","catch","createObjectURL","isEnabled","comments","blob",'<div class="ck-content" dir="',"auto_pagination","EDITOR_STYLES","1375722poEDRA","assertive","POST","ExportWord","function","fetch","header","application/docx","pending","margin_top","stylesheets","isBusy","_downloadFile","config","locale","ariaLiveAnnouncer","get","data","Word document export successful","https://docx-converter.cke-cs.com/v2/convert/html-docx","335720ESIDmD","then","https://docx-converter.cke-cs.com/v1/convert","options","value","contentLanguageDirection","orientation","2811396zyPTGT","margin_bottom","stringify","converterUrl","fileName","converterOptions","download","remove","finally","href","execute","9XedaUl","token","format","2741450AENiri","Notification","dataCallback","391114jOSrRm","announce","An error occurred while generating the Word file.","set","margin_right","editor","refresh","status","version","5UHagVH"];return(m=function(){return t})()}const g=I;function I(t,e){const n=x();return(I=function(t,e){return n[t-=206]})(t,e)}function x(){const t=["49iyghqr","execute","commands","256016NlWkBB","focus","config","editor","Exporting Word document","label","53594NPDAMw","bind","33AfIPig","isEnabled","pluginName","94152kVOKio","_createButton","3669410FIjCOZ","iconView","add","set","get","listenTo","isOn","editing","isBusy","576225CdgQZp","locale","exportWord","9SDPdjJ","439076gByJmM","198438HKPdda","init","componentFactory","ExportWordUI","Export to Word","menuBar:exportWord","view","children","isVisible"];return(x=function(){return t})()}!function(t){const e=I,n=t();for(;;)try{if(218632===parseInt(e(224))/1+parseInt(e(230))/2*(-parseInt(e(232))/3)+-parseInt(e(211))/4+-parseInt(e(207))/5+parseInt(e(212))/6+parseInt(e(221))/7*(parseInt(e(235))/8)+parseInt(e(210))/9*(parseInt(e(237))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(x);class w extends t.Plugin{static get[g(234)](){return g(215)}[g(213)](){const t=g,n=this[t(227)];n.ui[t(214)][t(239)](t(209),(()=>{const r=t,o=n[r(223)][r(241)](r(209)),s=this[r(236)](e.ButtonView);return s[r(240)]({tooltip:!0}),s[r(231)](r(243)).to(o,r(206)),s})),n.ui[t(214)][t(239)](t(217),(()=>this[t(236)](e.MenuBarMenuListItemButtonView)))}[g(236)](t){const n=g,r=this[n(227)],o=r[n(226)][n(241)](n(209))||{},s=r[n(223)][n(241)](n(209)),i=new t(r[n(208)]),c=new e.SpinnerView;return i[n(219)][n(239)](c),c[n(231)](n(220)).to(s,n(206)),i[n(238)][n(231)](n(220)).to(s,n(206),(t=>!t)),i[n(240)]({icon:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M17.826 16.843a.75.75 0 0 0-1.152-.96L15.5 17.29V12H14v5.29l-1.174-1.408a.75.75 0 0 0-1.152.96l2.346 2.816a.95.95 0 0 0 1.46 0l2.346-2.815Z"/><path d="m14 0 5 4.5v9.741a2.737 2.737 0 0 0-1.5-.617V6.5h-5v-5h-8v3H3V0h11Zm0 2v3h3.3L14 2Z"/><path d="M3 17.5h6.746c.1.22.23.429.391.623l.731.877H3v-1.5Z"/><path d="M8.5 6a1.5 1.5 0 0 1 1.493 1.356L10 7.5v7a1.5 1.5 0 0 1-1.356 1.493L8.5 16h-7a1.5 1.5 0 0 1-1.493-1.356L0 14.5v-7a1.5 1.5 0 0 1 1.356-1.493L1.5 6h7ZM7.483 8.795l-.042.088-.986 2.534-.947-2.528-.043-.092a.601.601 0 0 0-1.042.008l-.042.093-.883 2.465-.937-2.475-.042-.089a.6.6 0 0 0-1.107.42l.027.093 1.514 4 .044.092a.6.6 0 0 0 1.041-.01l.041-.092.88-2.458.925 2.467.046.096a.6.6 0 0 0 1.032 0l.043-.09 1.554-4 .028-.093a.6.6 0 0 0-1.104-.43v.001Z"/></svg>\n'}),i[n(231)](n(233)).to(s,n(233)),i[n(231)](n(229)).to(s,n(206),(t=>d(r[n(208)],n(t?228:216)))),this[n(242)](i,n(222),(()=>{const t=n;r[t(222)](t(209),o),r[t(244)][t(218)][t(225)]()})),i}}function v(t,e){const n=W();return(v=function(t,e){return n[t-=483]})(t,e)}const y=v;function W(){const t=["77thFdjX","tokenUrl","75xgrIcr","editor","exportWord","3512226nSrMmG","pluginName","init","then","token","_token","4607992KOEEHG","CloudServices","373428jGkECG","plugins","17324690VDxMok","add","requires","config","commands","ExportWord","7HmUFHM","28652kvzTUz","1891701bIWnaO","get","registerTokenUrl","17102FXrWda"];return(W=function(){return t})()}!function(t){const e=v,n=t();for(;;)try{if(354782===-parseInt(e(507))/1*(parseInt(e(506))/2)+parseInt(e(493))/3+-parseInt(e(502))/4*(-parseInt(e(509))/5)+-parseInt(e(485))/6+-parseInt(e(501))/7*(parseInt(e(491))/8)+parseInt(e(503))/9+parseInt(e(495))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(W);class b extends t.Plugin{static get[y(486)](){return y(500)}static get[y(497)](){return[y(492),e.Notification,w]}[y(487)](){const t=y,e=this[t(483)],n=e[t(498)][t(504)](t(484))||{};e[t(499)][t(496)](t(484),new h(e));const r=e[t(494)][t(504)](t(492));!1===n[t(508)]?this[t(490)]=null:n[t(508)]?r[t(505)](n[t(508)])[t(488)]((e=>{this[t(490)]=e})):this[t(490)]=r[t(489)]}}function E(){var t=["112imQpBf","4rCNoZP","9mwwMKz","202266KqGnCQ","6796310DLFRmi","964596mvQICn","887874bcePTq","1684205hnnKzM","54224JNmHdy","1871136tzpGIg"];return(E=function(){return t})()}function k(t,e){var n=E();return(k=function(t,e){return n[t-=234]})(t,e)}!function(t){for(var e=k,n=t();;)try{if(247157===parseInt(e(235))/1+parseInt(e(238))/2+parseInt(e(237))/3*(-parseInt(e(243))/4)+-parseInt(e(239))/5+-parseInt(e(241))/6+parseInt(e(242))/7*(-parseInt(e(240))/8)+-parseInt(e(234))/9*(-parseInt(e(236))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(E)})(),(window.CKEditor5=window.CKEditor5||{}).exportWord=r})();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(o){const
|
|
1
|
+
!function(o){const e=o["sr-latn"]=o["sr-latn"]||{};e.dictionary=Object.assign(e.dictionary||{},{"An error occurred while generating the Word file.":"Došlo je do greške pri generisanju Word datoteke.","Export to Word":"Eksportuj u Word","Exporting Word document":"Izvoz Vord dokumenta","Word document export failed":"Izvoz Vord dokumenta nije uspeo","Word document export started":"Počeo je izvoz Vord dokumenta","Word document export successful":"Izvoz Vord dokumenta je uspeo"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/dist/exportword.d.ts
CHANGED
|
@@ -155,7 +155,6 @@ export interface ExportWordConfig {
|
|
|
155
155
|
* orientation: 'portrait',
|
|
156
156
|
* auto_pagination: true,
|
|
157
157
|
* base_url: undefined,
|
|
158
|
-
* timezone: 'UTC'
|
|
159
158
|
* }`
|
|
160
159
|
*/
|
|
161
160
|
converterOptions?: ExportWordConverterOptions | ExportWordConverterOptionsV2;
|
|
@@ -217,7 +216,6 @@ export type ExportWordConverterOptions = {
|
|
|
217
216
|
orientation?: ExportWordConverterOrientationOption;
|
|
218
217
|
auto_pagination?: boolean;
|
|
219
218
|
base_url?: string;
|
|
220
|
-
timezone?: string;
|
|
221
219
|
};
|
|
222
220
|
export type ExportWordConverterFormatOption = 'Letter' | 'Legal' | 'Tabloid' | 'Statement' | 'Executive' | 'A3' | 'A4' | 'A5' | 'A6' | 'B4' | 'B5' | string & Record<never, never>;
|
|
223
221
|
export type ExportWordConverterOrientationOption = 'portrait' | 'landscape' | string & Record<never, never>;
|
|
@@ -242,17 +240,17 @@ export type ExportWordConverterSuggestionsOption = {
|
|
|
242
240
|
};
|
|
243
241
|
export type ExportWordConverterOptionsV2 = {
|
|
244
242
|
document?: ExportWordConverterDocumentOptionsV2;
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
collaboration_features?: ExportWordConverterCollaborationFeaturesOptionsV2;
|
|
243
|
+
headers?: ExportWordConverterHeaderFooterOptionsV2;
|
|
244
|
+
footers?: ExportWordConverterHeaderFooterOptionsV2;
|
|
248
245
|
extra_http_headers?: ExportWordConverterExtraHttpHeaders;
|
|
249
|
-
timezone?: string;
|
|
250
246
|
base_url?: string;
|
|
247
|
+
auto_pagination?: boolean;
|
|
251
248
|
};
|
|
252
249
|
export type ExportWordConverterDocumentOptionsV2 = {
|
|
253
250
|
margins?: ExportWordConverterMarginsOptionsV2;
|
|
254
251
|
size?: ExportWordConverterFormatOptionsV2;
|
|
255
252
|
orientation?: ExportWordConverterOrientationOptionsV2;
|
|
253
|
+
language?: string;
|
|
256
254
|
};
|
|
257
255
|
export type ExportWordConverterMarginsOptionsV2 = {
|
|
258
256
|
top?: string;
|
|
@@ -317,3 +315,8 @@ export type ExportWordConverterSuggestionsOptionsV2 = Array<{
|
|
|
317
315
|
author: string;
|
|
318
316
|
created_at: Date | null;
|
|
319
317
|
}>;
|
|
318
|
+
export type ExportWordConverterMergeFieldsOptionsV2 = {
|
|
319
|
+
prefix: string;
|
|
320
|
+
suffix: string;
|
|
321
|
+
data?: Record<string, string>;
|
|
322
|
+
};
|
package/dist/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Command as _0x4ab265,Plugin as _0x3e6f0a}from'@ckeditor/ckeditor5-core/dist/index.js';import{ButtonView as _0x599d38,MenuBarMenuListItemButtonView as _0x24eb06,SpinnerView as _0x1016b1,Notification as _0x231ac3}from'@ckeditor/ckeditor5-ui/dist/index.js';function f(){const _0x1a3caa=[],_0x462725=[];for(const _0x473dbc of Array['from'](document['styleSheets'])){if(_0x473dbc['ownerNode']['hasAttribute']('data-cke')){for(const _0x2be65b of Array['from'](_0x473dbc['cssRules']))-0x1!==_0x2be65b['cssText']['indexOf']('.ck-content')?_0x1a3caa['push'](_0x2be65b['cssText']):-0x1!==_0x2be65b['cssText']['indexOf'](':root')&&_0x462725['push'](_0x2be65b['cssText']);}}return _0x1a3caa['length']||console['warn']('The\x20editor\x20stylesheet\x20could\x20not\x20be\x20found\x20in\x20the\x20document.\x20Check\x20your\x20webpack\x20config\x20–\x20style-loader\x20should\x20use\x20data-cke=true\x20attribute\x20for\x20the\x20editor\x20stylesheet.'),[..._0x462725,..._0x1a3caa]['join']('\x20')['trim']();}function d(_0x50ca03){const _0x14d6b6=_0x50ca03['plugins']['has']('Users'),_0x59c4de=_0x50ca03['plugins']['has']('CommentsRepository'),_0x567c11=_0x50ca03['plugins']['has']('TrackChanges'),_0xc4635d={};if(_0x14d6b6&&_0x59c4de){const _0x3de7b1=function(_0x25b7a6){const _0x1cc9db={};if(!_0x25b7a6['length'])return _0x1cc9db;for(const _0x379eaa of _0x25b7a6)_0x379eaa['comments']['map'](_0xa77010=>{void 0x0===_0x1cc9db[_0x379eaa['id']]&&(_0x1cc9db[_0x379eaa['id']]=[]),_0x1cc9db[_0x379eaa['id']]['push']({'author':_0xa77010['author']['name'],'content':_0xa77010['content'],'created':_0xa77010['createdAt'],'is_resolved':_0x379eaa['isResolved']});});return _0x1cc9db;}(_0x50ca03['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'skipEmpty':!0x0}));Object['keys'](_0x3de7b1)['length']&&(_0xc4635d['comments']=_0x3de7b1);}if(_0x14d6b6&&_0x567c11){const _0x1579bc=_0x50ca03['plugins']['get']('TrackChanges'),_0x578f6=_0x50ca03['plugins']['get']('Users'),_0x21021f=function(_0x4ca5d9,_0x5c744e){const _0x4b263d={};if(!_0x4ca5d9['length']||!_0x5c744e['length'])return _0x4b263d;for(const _0x249e56 of _0x4ca5d9)_0x4b263d[_0x249e56['id']]={'author':_0x5c744e['get'](_0x249e56['authorId'])['name'],'created':_0x249e56['createdAt']};return _0x4b263d;}(_0x1579bc['getSuggestions']({'toJSON':!0x0}),_0x578f6['users']);Object['keys'](_0x21021f)['length']&&(_0xc4635d['suggestions']=_0x21021f);}return(_0xc4635d['suggestions']||_0xc4635d['comments'])&&(_0xc4635d['timezone']=new Intl['DateTimeFormat']()['resolvedOptions']()['timeZone']),_0xc4635d;}function h(_0x3977b9){const _0x46148c=_0x3977b9['plugins']['has']('Users'),_0x3664f1=_0x3977b9['plugins']['has']('CommentsRepository'),_0x5175eb=_0x3977b9['plugins']['has']('TrackChanges'),_0x15bcba={},_0x6254a0={};if(_0x46148c&&_0x3664f1){const _0x541bbf=function(_0xda0547){const _0x67e445=[];if(!_0xda0547['length'])return _0x67e445;for(const _0x523b74 of _0xda0547){const _0x15780f=_0x523b74['comments']['map'](_0x3da509=>({'author':_0x3da509['author']['name'],'content':_0x3da509['content'],'created_at':_0x3da509['createdAt']}));_0x67e445['push']({'thread_id':_0x523b74['id'],'is_resolved':_0x523b74['isResolved'],'comments':_0x15780f});}return _0x67e445;}(_0x3977b9['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'skipEmpty':!0x0}));_0x541bbf['length']&&(_0x6254a0['comment_threads']=_0x541bbf);}if(_0x46148c&&_0x5175eb){const _0x436257=_0x3977b9['plugins']['get']('TrackChanges'),_0x399734=_0x3977b9['plugins']['get']('Users'),_0x3fbe47=function(_0x23c6a2,_0x325ada){if(!_0x23c6a2['length']||!_0x325ada['length'])return[];return _0x23c6a2['map'](_0x2a0a4a=>({'id':_0x2a0a4a['id'],'author':_0x325ada['get'](_0x2a0a4a['authorId'])['name'],'created_at':_0x2a0a4a['createdAt']}));}(_0x436257['getSuggestions']({'toJSON':!0x0}),_0x399734['users']);_0x3fbe47['length']&&(_0x6254a0['suggestions']=_0x3fbe47);}return(_0x6254a0['comment_threads']||_0x6254a0['suggestions'])&&(_0x15bcba['timezone']=new Intl['DateTimeFormat']()['resolvedOptions']()['timeZone'],_0x15bcba['collaboration_features']=_0x6254a0),_0x15bcba;}class e extends _0x4ab265{constructor(_0x4cbd8c){super(_0x4cbd8c),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x31ca37={}){const _0x28cdf9=this['editor'],t=_0x28cdf9['t'],_0x308cc5=0x2===(_0x31ca37['version']||0x1),_0x170742=_0x31ca37['converterUrl']||(_0x308cc5?'https://docx-converter.cke-cs.com/v2/convert/html-docx':'https://docx-converter.cke-cs.com/v1/convert'),_0xfe7191=_0x31ca37['converterOptions']||{},_0x15b16f=_0x28cdf9['plugins']['get']('ExportWord'),_0x382cde=_0x31ca37['token']||_0x15b16f['_token'],_0x5d1b8e=!0x1!==_0xfe7191['auto_pagination'],_0x30f967=_0x31ca37['dataCallback']||(_0x4cbbdb=>_0x4cbbdb['data']['get']({'pagination':_0x5d1b8e}));return this['isBusy']=!0x0,this['refresh'](),function(_0x345158){if(!_0x345158)return new Promise(_0x294858=>_0x294858(''));const _0x57ebd1=[];for(const _0x34be9e of _0x345158)'EDITOR_STYLES'!==_0x34be9e?_0x57ebd1['push'](window['fetch'](_0x34be9e)['then'](_0x31ac80=>_0x31ac80['text']())):_0x57ebd1['push'](f());return Promise['all'](_0x57ebd1)['then'](_0x3838cd=>_0x3838cd['join']('\x20')['trim']());}(_0x31ca37['stylesheets']||['EDITOR_STYLES'])['then'](async _0x311817=>{_0x28cdf9['ui']['ariaLiveAnnouncer']['announce'](t('Word\x20document\x20export\x20started'));const _0x58f4f5=await _0x30f967(_0x28cdf9),_0x41ac12={'html':'<div\x20class=\x22ck-content\x22\x20dir=\x22'+_0x28cdf9['locale']['contentLanguageDirection']+'\x22>'+_0x58f4f5+'</div>','css':_0x311817,[_0x308cc5?'config':'options']:{..._0xfe7191,..._0x308cc5?h(_0x28cdf9):d(_0x28cdf9)}},_0x1693af={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/docx',..._0x382cde?{'Authorization':_0x382cde['value']}:null},'body':JSON['stringify'](_0x41ac12)};return window['fetch'](_0x170742,_0x1693af)['then'](_0x140584=>{if(0xc8!==_0x140584['status'])throw _0x140584;return _0x140584['blob']();})['then'](_0x3d49a4=>{_0x28cdf9['ui']['ariaLiveAnnouncer']['announce'](t('Word\x20document\x20export\x20successful'));const _0x2089b1='function'==typeof _0x31ca37['fileName']?_0x31ca37['fileName']():_0x31ca37['fileName'];this['_downloadFile'](_0x3d49a4,_0x2089b1||'document.docx');});})['catch'](_0xbd214b=>{const _0x29fba4=_0x28cdf9['plugins']['get']('Notification');throw _0x28cdf9['ui']['ariaLiveAnnouncer']['announce'](t('Word\x20document\x20export\x20failed'),{'politeness':'assertive'}),_0x29fba4['showWarning'](t('An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.')),_0xbd214b;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0x3be581,_0xdae354){const _0x578d77=document['createElement']('a');_0x578d77['href']=window['URL']['createObjectURL'](_0x3be581),_0x578d77['download']=_0xdae354,_0x578d77['click'](),_0x578d77['remove']();}}class i extends _0x3e6f0a{static get['pluginName'](){return'ExportWordUI';}['init'](){const _0x2bc64f=this['editor'];_0x2bc64f['ui']['componentFactory']['add']('exportWord',()=>{const _0x5e6f37=_0x2bc64f['commands']['get']('exportWord'),_0x2df1e7=this['_createButton'](_0x599d38);return _0x2df1e7['set']({'tooltip':!0x0}),_0x2df1e7['bind']('isOn')['to'](_0x5e6f37,'isBusy'),_0x2df1e7;}),_0x2bc64f['ui']['componentFactory']['add']('menuBar:exportWord',()=>this['_createButton'](_0x24eb06));}['_createButton'](_0x2d54a7){const _0x53f3f1=this['editor'],_0xa1975=_0x53f3f1['config']['get']('exportWord')||{},t=_0x53f3f1['locale']['t'],_0x206941=_0x53f3f1['commands']['get']('exportWord'),_0x305418=new _0x2d54a7(_0x53f3f1['locale']),_0x8a683d=new _0x1016b1();return _0x305418['children']['add'](_0x8a683d),_0x8a683d['bind']('isVisible')['to'](_0x206941,'isBusy'),_0x305418['iconView']['bind']('isVisible')['to'](_0x206941,'isBusy',_0x2ed7af=>!_0x2ed7af),_0x305418['set']({'icon':'<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22M17.826\x2016.843a.75.75\x200\x200\x200-1.152-.96L15.5\x2017.29V12H14v5.29l-1.174-1.408a.75.75\x200\x200\x200-1.152.96l2.346\x202.816a.95.95\x200\x200\x200\x201.46\x200l2.346-2.815Z\x22/><path\x20d=\x22m14\x200\x205\x204.5v9.741a2.737\x202.737\x200\x200\x200-1.5-.617V6.5h-5v-5h-8v3H3V0h11Zm0\x202v3h3.3L14\x202Z\x22/><path\x20d=\x22M3\x2017.5h6.746c.1.22.23.429.391.623l.731.877H3v-1.5Z\x22/><path\x20d=\x22M8.5\x206a1.5\x201.5\x200\x200\x201\x201.493\x201.356L10\x207.5v7a1.5\x201.5\x200\x200\x201-1.356\x201.493L8.5\x2016h-7a1.5\x201.5\x200\x200\x201-1.493-1.356L0\x2014.5v-7a1.5\x201.5\x200\x200\x201\x201.356-1.493L1.5\x206h7ZM7.483\x208.795l-.042.088-.986\x202.534-.947-2.528-.043-.092a.601.601\x200\x200\x200-1.042.008l-.042.093-.883\x202.465-.937-2.475-.042-.089a.6.6\x200\x200\x200-1.107.42l.027.093\x201.514\x204\x20.044.092a.6.6\x200\x200\x200\x201.041-.01l.041-.092.88-2.458.925\x202.467.046.096a.6.6\x200\x200\x200\x201.032\x200l.043-.09\x201.554-4\x20.028-.093a.6.6\x200\x200\x200-1.104-.43v.001Z\x22/></svg>\x0a'}),_0x305418['bind']('isEnabled')['to'](_0x206941,'isEnabled'),_0x305418['bind']('label')['to'](_0x206941,'isBusy',_0x2bf649=>t(_0x2bf649?'Exporting\x20Word\x20document':'Export\x20to\x20Word')),this['listenTo'](_0x305418,'execute',()=>{_0x53f3f1['execute']('exportWord',_0xa1975),_0x53f3f1['editing']['view']['focus']();}),_0x305418;}}class s extends _0x3e6f0a{['_token'];static get['pluginName'](){return'ExportWord';}static get['requires'](){return['CloudServices',_0x231ac3,i];}['init'](){const _0x46cfb3=this['editor'],_0x5f37af=_0x46cfb3['config']['get']('exportWord')||{};_0x46cfb3['commands']['add']('exportWord',new e(_0x46cfb3));const _0x4dceca=_0x46cfb3['plugins']['get']('CloudServices');!0x1===_0x5f37af['tokenUrl']?this['_token']=null:_0x5f37af['tokenUrl']?_0x4dceca['registerTokenUrl'](_0x5f37af['tokenUrl'])['then'](_0x2b6a22=>{this['_token']=_0x2b6a22;}):this['_token']=_0x4dceca['token'];}}export{s as ExportWord};
|
|
23
|
+
import{Command as _0xe25672,Plugin as _0x45fd1d}from'@ckeditor/ckeditor5-core/dist/index.js';import{ButtonView as _0x3f5849,MenuBarMenuListItemButtonView as _0x2ca451,SpinnerView as _0xb0011,Notification as _0x23883b}from'@ckeditor/ckeditor5-ui/dist/index.js';import{logWarning as _0xf6e513}from'@ckeditor/ckeditor5-utils/dist/index.js';function f(){const _0x592717=[],_0x442bce=[];for(const _0x7c7856 of Array['from'](document['styleSheets'])){if(_0x7c7856['ownerNode']['hasAttribute']('data-cke')){for(const _0x4d8ecf of Array['from'](_0x7c7856['cssRules']))-0x1!==_0x4d8ecf['cssText']['indexOf']('.ck-content')?_0x592717['push'](_0x4d8ecf['cssText']):-0x1!==_0x4d8ecf['cssText']['indexOf'](':root')&&_0x442bce['push'](_0x4d8ecf['cssText']);}}return _0x592717['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.'),[..._0x442bce,..._0x592717]['join']('\x20')['trim']();}function a(_0x301144,_0x590534={}){const _0x1e8a4b=_0x301144['plugins']['has']('Users'),_0x548b64=_0x301144['plugins']['has']('CommentsRepository'),_0xf81c64=_0x301144['plugins']['has']('TrackChanges'),_0x58f6ab=_0x590534;if(_0x1e8a4b&&_0x548b64){const _0x2f60cd=function(_0x530e44){const _0x4851fe={};if(!_0x530e44['length'])return _0x4851fe;for(const _0x54e02e of _0x530e44)_0x54e02e['comments']['map'](_0xad32ba=>{void 0x0===_0x4851fe[_0x54e02e['id']]&&(_0x4851fe[_0x54e02e['id']]=[]),_0x4851fe[_0x54e02e['id']]['push']({'author':_0xad32ba['author']['name'],'content':_0xad32ba['content'],'created':_0xad32ba['createdAt'],'is_resolved':_0x54e02e['isResolved']});});return _0x4851fe;}(_0x301144['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'skipEmpty':!0x0}));Object['keys'](_0x2f60cd)['length']&&(_0x58f6ab['comments']=_0x2f60cd);}if(_0x1e8a4b&&_0xf81c64){const _0xc0b6a2=_0x301144['plugins']['get']('TrackChanges'),_0x388b91=_0x301144['plugins']['get']('Users'),_0x4c4338=function(_0x45cdf3,_0x2b0b2b){const _0x4ae5da={};if(!_0x45cdf3['length']||!_0x2b0b2b['length'])return _0x4ae5da;for(const {id:_0xf2f2d3,createdAt:_0x4ce607,authorId:_0x53c618,attributes:_0x53d519}of _0x45cdf3){const _0x846447=_0x53d519&&_0x53d519['@external'],_0x4e29ad=_0x846447?_0x846447['authorName']:_0x2b0b2b['get'](_0x53c618)['name'];_0x4ae5da[_0xf2f2d3]={'author':_0x4e29ad,'created':_0x4ce607};}return _0x4ae5da;}(_0xc0b6a2['getSuggestions']({'toJSON':!0x0}),_0x388b91['users']);Object['keys'](_0x4c4338)['length']&&(_0x58f6ab['suggestions']=_0x4c4338);}return(_0x58f6ab['suggestions']||_0x58f6ab['comments'])&&(_0x58f6ab['timezone']=new Intl['DateTimeFormat']()['resolvedOptions']()['timeZone']),_0x58f6ab;}function m(_0x459257,_0x560b88={}){const _0x11f921=_0x459257['plugins']['has']('Users'),_0x1bde02=_0x459257['plugins']['has']('CommentsRepository'),_0x5d0dc8=_0x459257['plugins']['has']('TrackChanges'),_0x351e92=_0x459257['plugins']['has']('MergeFields'),_0x2585e7=_0x459257['locale']['contentLanguage'],_0x521234=_0x560b88,_0x5e6843={};if(_0x521234['document']=_0x521234['document']||{},_0x521234['document']['language']=_0x521234['document']['language']||_0x2585e7,_0x11f921&&_0x1bde02){const _0x5e7f53=function(_0x1d487a){const _0x128a07=[];if(!_0x1d487a['length'])return _0x128a07;for(const _0x45b4df of _0x1d487a){const _0x39ace0=_0x45b4df['comments']['map'](_0x4cafad=>({'author':_0x4cafad['author']['name'],'content':_0x4cafad['content'],'created_at':_0x4cafad['createdAt']}));_0x128a07['push']({'thread_id':_0x45b4df['id'],'is_resolved':_0x45b4df['isResolved'],'comments':_0x39ace0});}return _0x128a07;}(_0x459257['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'skipEmpty':!0x0}));_0x5e7f53['length']&&(_0x5e6843['comment_threads']=_0x5e7f53);}if(_0x11f921&&_0x5d0dc8){const _0x2acb85=_0x459257['plugins']['get']('TrackChanges'),_0x3928a3=_0x459257['plugins']['get']('Users'),_0x4b00f8=function(_0x30a582,_0xae8211){if(!_0x30a582['length']||!_0xae8211['length'])return[];return _0x30a582['map'](({id:_0x3e3111,createdAt:_0x275096,authorId:_0x5cce32,attributes:_0x5c35d7})=>{const _0x5a4cd5=_0x5c35d7&&_0x5c35d7['@external'];return{'id':_0x3e3111,'author':_0x5a4cd5?_0x5a4cd5['authorName']:_0xae8211['get'](_0x5cce32)['name'],'created_at':_0x275096};});}(_0x2acb85['getSuggestions']({'toJSON':!0x0}),_0x3928a3['users']);_0x4b00f8['length']&&(_0x5e6843['suggestions']=_0x4b00f8);}if(_0x351e92){const _0x515cc0=_0x459257['plugins']['get']('MergeFields'),_0x6d2be5=_0x459257['plugins']['get']('MergeFieldsEditing'),_0x6627e0=_0x6d2be5['previewMode'],{prefix:_0x2f1d42,suffix:_0x16407b}=_0x459257['config']['get']('mergeFields');if(_0x521234['merge_fields']={'prefix':_0x2f1d42,'suffix':_0x16407b},'$labels'!==_0x6627e0){_0x521234['merge_fields']['data']={};const _0x80320e='$defaultValues'===_0x6627e0?_0x515cc0['getDefaultValues']():_0x515cc0['getDataSetValues'](_0x6627e0,!0x0);for(const _0x1ae378 of Object['entries'](_0x80320e)){const [_0x2b9ff9,_0x3c9cec]=_0x1ae378;_0x521234['merge_fields']['data'][_0x2b9ff9]=null!==_0x3c9cec?_0x3c9cec:_0x6d2be5['getLabel'](_0x2b9ff9);}}}return(_0x5e6843['comment_threads']||_0x5e6843['suggestions'])&&(_0x521234['timezone']=new Intl['DateTimeFormat']()['resolvedOptions']()['timeZone'],_0x521234['collaboration_features']=_0x5e6843),_0x521234;}function p(_0x2c81e3,_0x2eb18f){const t=_0x2c81e3['t'];switch(_0x2eb18f){case'Export\x20to\x20Word':return t('Export\x20to\x20Word');case'An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.':return t('An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.');case'Word\x20document\x20export\x20started':return t('Word\x20document\x20export\x20started');case'Word\x20document\x20export\x20failed':return t('Word\x20document\x20export\x20failed');case'Word\x20document\x20export\x20successful':return t('Word\x20document\x20export\x20successful');case'Exporting\x20Word\x20document':return t('Exporting\x20Word\x20document');default:return _0x2eb18f;}}const h=['orientation','margin_top','margin_right','margin_bottom','margin_left','format','header','footer','comments','suggestions'];class e extends _0xe25672{constructor(_0x4ea2f3){super(_0x4ea2f3),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x7f35b8={}){const _0x471318=this['editor'],_0x4f3745=_0x7f35b8['version']||0x2,_0x7aaa5e=0x1===_0x4f3745,_0x47ea5f=_0x7f35b8['converterUrl']||(_0x7aaa5e?'https://docx-converter.cke-cs.com/v1/convert':'https://docx-converter.cke-cs.com/v2/convert/html-docx'),_0x445c79=_0x7f35b8['converterOptions']||{},_0x4e3eca=_0x471318['plugins']['get']('ExportWord'),_0x4a09d4=_0x7f35b8['token']||_0x4e3eca['_token'],_0x3e5c30=!0x0===_0x445c79['auto_pagination'],_0x3373f0=_0x7f35b8['dataCallback']||(_0x460c56=>_0x460c56['data']['get']({'pagination':_0x3e5c30}));return 0x2===_0x4f3745&&function(_0x4fdbe1){for(const _0x414604 of h)if(void 0x0!==_0x4fdbe1[_0x414604])return!0x0;return!0x1;}(_0x445c79)&&_0xf6e513('export-word-v1-api-is-deprecated'),this['isBusy']=!0x0,this['refresh'](),function(_0x29aef7){if(!_0x29aef7)return new Promise(_0x1bc927=>_0x1bc927(''));const _0x57170d=[];for(const _0x850ccc of _0x29aef7)'EDITOR_STYLES'!==_0x850ccc?_0x57170d['push'](window['fetch'](_0x850ccc)['then'](_0x34d7ad=>_0x34d7ad['text']())):_0x57170d['push'](f());return Promise['all'](_0x57170d)['then'](_0x59a600=>_0x59a600['join']('\x20')['trim']());}(_0x7f35b8['stylesheets']||['EDITOR_STYLES'])['then'](async _0x34da00=>{_0x471318['ui']['ariaLiveAnnouncer']['announce'](p(_0x471318['locale'],'Word\x20document\x20export\x20started'));const _0xcfc8d9=await _0x3373f0(_0x471318),_0x31c05c={'html':'<div\x20class=\x22ck-content\x22\x20dir=\x22'+_0x471318['locale']['contentLanguageDirection']+'\x22>'+_0xcfc8d9+'</div>','css':_0x34da00,[_0x7aaa5e?'options':'config']:{..._0x445c79,..._0x7aaa5e?a(_0x471318,_0x445c79):m(_0x471318,_0x445c79)}},_0x4ff14a={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/docx',..._0x4a09d4?{'Authorization':_0x4a09d4['value']}:null},'body':JSON['stringify'](_0x31c05c)};return window['fetch'](_0x47ea5f,_0x4ff14a)['then'](_0x549096=>{if(0xc8!==_0x549096['status'])throw _0x549096;return _0x549096['blob']();})['then'](_0x42388d=>{_0x471318['ui']['ariaLiveAnnouncer']['announce'](p(_0x471318['locale'],'Word\x20document\x20export\x20successful'));const _0x4a0c99='function'==typeof _0x7f35b8['fileName']?_0x7f35b8['fileName']():_0x7f35b8['fileName'];this['_downloadFile'](_0x42388d,_0x4a0c99||'document.docx');});})['catch'](_0x2ab4af=>{const _0x443ea7=_0x471318['plugins']['get']('Notification');throw _0x471318['ui']['ariaLiveAnnouncer']['announce'](p(_0x471318['locale'],'Word\x20document\x20export\x20failed'),{'politeness':'assertive'}),_0x443ea7['showWarning'](p(_0x471318['locale'],'An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.')),_0x2ab4af;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0x1e16d9,_0x51852c){const _0x4c1019=document['createElement']('a');_0x4c1019['href']=window['URL']['createObjectURL'](_0x1e16d9),_0x4c1019['download']=_0x51852c,_0x4c1019['click'](),_0x4c1019['remove']();}}class i extends _0x45fd1d{static get['pluginName'](){return'ExportWordUI';}['init'](){const _0x3d0dc3=this['editor'];_0x3d0dc3['ui']['componentFactory']['add']('exportWord',()=>{const _0x1e8d3d=_0x3d0dc3['commands']['get']('exportWord'),_0x320ca9=this['_createButton'](_0x3f5849);return _0x320ca9['set']({'tooltip':!0x0}),_0x320ca9['bind']('isOn')['to'](_0x1e8d3d,'isBusy'),_0x320ca9;}),_0x3d0dc3['ui']['componentFactory']['add']('menuBar:exportWord',()=>this['_createButton'](_0x2ca451));}['_createButton'](_0xf3634){const _0x3d58a3=this['editor'],_0x3d2a5f=_0x3d58a3['config']['get']('exportWord')||{},_0x399623=_0x3d58a3['commands']['get']('exportWord'),_0x59431a=new _0xf3634(_0x3d58a3['locale']),_0x5b9daa=new _0xb0011();return _0x59431a['children']['add'](_0x5b9daa),_0x5b9daa['bind']('isVisible')['to'](_0x399623,'isBusy'),_0x59431a['iconView']['bind']('isVisible')['to'](_0x399623,'isBusy',_0x5de2f4=>!_0x5de2f4),_0x59431a['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'}),_0x59431a['bind']('isEnabled')['to'](_0x399623,'isEnabled'),_0x59431a['bind']('label')['to'](_0x399623,'isBusy',_0x3e6cea=>p(_0x3d58a3['locale'],_0x3e6cea?'Exporting\x20Word\x20document':'Export\x20to\x20Word')),this['listenTo'](_0x59431a,'execute',()=>{_0x3d58a3['execute']('exportWord',_0x3d2a5f),_0x3d58a3['editing']['view']['focus']();}),_0x59431a;}}class s extends _0x45fd1d{['_token'];static get['pluginName'](){return'ExportWord';}static get['requires'](){return['CloudServices',_0x23883b,i];}['init'](){const _0x40ebb8=this['editor'],_0x5011b1=_0x40ebb8['config']['get']('exportWord')||{};_0x40ebb8['commands']['add']('exportWord',new e(_0x40ebb8));const _0x291571=_0x40ebb8['plugins']['get']('CloudServices');!0x1===_0x5011b1['tokenUrl']?this['_token']=null:_0x5011b1['tokenUrl']?_0x291571['registerTokenUrl'](_0x5011b1['tokenUrl'])['then'](_0x5990de=>{this['_token']=_0x5990de;}):this['_token']=_0x291571['token'];}}export{s as ExportWord};
|
package/dist/translations/ar.js
CHANGED
|
@@ -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':
|
|
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':_0x1e11ba=>0x0==_0x1e11ba?0x0:0x1==_0x1e11ba?0x1:0x2==_0x1e11ba?0x2:_0x1e11ba%0x64>=0x3&&_0x1e11ba%0x64<=0xa?0x3:_0x1e11ba%0x64>=0xb&&_0x1e11ba%0x64<=0x63?0x4:0x5}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x38a136=>{const {ar:{dictionary:_0xeb219e,getPluralForm:_0x3855e0}}={'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':_0x5716b3=>0x0==_0x5716b3?0x0:0x1==_0x5716b3?0x1:0x2==_0x5716b3?0x2:_0x5716b3%0x64>=0x3&&_0x5716b3%0x64<=0xa?0x3:_0x5716b3%0x64>=0xb&&_0x5716b3%0x64<=0x63?0x4:0x5}};_0x38a136['ar']||={'dictionary':{},'getPluralForm':null},_0x38a136['ar']['dictionary']=Object['assign'](_0x38a136['ar']['dictionary'],_0xeb219e),_0x38a136['ar']['getPluralForm']=_0x3855e0;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/bg.js
CHANGED
|
@@ -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':
|
|
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':_0x263870=>0x1!=_0x263870}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x3f3bdf=>{const {bg:{dictionary:_0x4abe32,getPluralForm:_0x25652f}}={'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':_0x35b009=>0x1!=_0x35b009}};_0x3f3bdf['bg']||={'dictionary':{},'getPluralForm':null},_0x3f3bdf['bg']['dictionary']=Object['assign'](_0x3f3bdf['bg']['dictionary'],_0x4abe32),_0x3f3bdf['bg']['getPluralForm']=_0x25652f;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/bn.js
CHANGED
|
@@ -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':
|
|
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':_0x5285da=>0x1!=_0x5285da}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0xc0668=>{const {bn:{dictionary:_0x3791a2,getPluralForm:_0x21c975}}={'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':_0x4e3adc=>0x1!=_0x4e3adc}};_0xc0668['bn']||={'dictionary':{},'getPluralForm':null},_0xc0668['bn']['dictionary']=Object['assign'](_0xc0668['bn']['dictionary'],_0x3791a2),_0xc0668['bn']['getPluralForm']=_0x21c975;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/ca.js
CHANGED
|
@@ -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':
|
|
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':_0x24f684=>0x1!=_0x24f684}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x57995f=>{const {ca:{dictionary:_0x224314,getPluralForm:_0x551cd7}}={'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':_0x271d4d=>0x1!=_0x271d4d}};_0x57995f['ca']||={'dictionary':{},'getPluralForm':null},_0x57995f['ca']['dictionary']=Object['assign'](_0x57995f['ca']['dictionary'],_0x224314),_0x57995f['ca']['getPluralForm']=_0x551cd7;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/cs.js
CHANGED
|
@@ -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':
|
|
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':_0x30671c=>0x1==_0x30671c&&_0x30671c%0x1==0x0?0x0:_0x30671c>=0x2&&_0x30671c<=0x4&&_0x30671c%0x1==0x0?0x1:_0x30671c%0x1!=0x0?0x2:0x3}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x6b37ef=>{const {cs:{dictionary:_0x264cad,getPluralForm:_0x332afd}}={'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':_0x4dcc2c=>0x1==_0x4dcc2c&&_0x4dcc2c%0x1==0x0?0x0:_0x4dcc2c>=0x2&&_0x4dcc2c<=0x4&&_0x4dcc2c%0x1==0x0?0x1:_0x4dcc2c%0x1!=0x0?0x2:0x3}};_0x6b37ef['cs']||={'dictionary':{},'getPluralForm':null},_0x6b37ef['cs']['dictionary']=Object['assign'](_0x6b37ef['cs']['dictionary'],_0x264cad),_0x6b37ef['cs']['getPluralForm']=_0x332afd;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/da.js
CHANGED
|
@@ -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':
|
|
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':_0x1756ed=>0x1!=_0x1756ed}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x1980e1=>{const {da:{dictionary:_0x204d6e,getPluralForm:_0x1f72e1}}={'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':_0x527205=>0x1!=_0x527205}};_0x1980e1['da']||={'dictionary':{},'getPluralForm':null},_0x1980e1['da']['dictionary']=Object['assign'](_0x1980e1['da']['dictionary'],_0x204d6e),_0x1980e1['da']['getPluralForm']=_0x1f72e1;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/de.js
CHANGED
|
@@ -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':
|
|
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':_0x5766e5=>0x1!=_0x5766e5}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x24a857=>{const {de:{dictionary:_0x4fc335,getPluralForm:_0x196ba1}}={'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':_0x446216=>0x1!=_0x446216}};_0x24a857['de']||={'dictionary':{},'getPluralForm':null},_0x24a857['de']['dictionary']=Object['assign'](_0x24a857['de']['dictionary'],_0x4fc335),_0x24a857['de']['getPluralForm']=_0x196ba1;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/el.js
CHANGED
|
@@ -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':
|
|
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':_0x50da4a=>0x1!=_0x50da4a}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x58bb1d=>{const {el:{dictionary:_0x40f095,getPluralForm:_0x305cae}}={'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':_0x1f5259=>0x1!=_0x1f5259}};_0x58bb1d['el']||={'dictionary':{},'getPluralForm':null},_0x58bb1d['el']['dictionary']=Object['assign'](_0x58bb1d['el']['dictionary'],_0x40f095),_0x58bb1d['el']['getPluralForm']=_0x305cae;})(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':
|
|
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':_0x11a575=>0x1!=_0x11a575}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x1181cc=>{const {'en-au':{dictionary:_0x12bc0a,getPluralForm:_0x205deb}}={'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':_0x48da0d=>0x1!=_0x48da0d}};_0x1181cc['en-au']||={'dictionary':{},'getPluralForm':null},_0x1181cc['en-au']['dictionary']=Object['assign'](_0x1181cc['en-au']['dictionary'],_0x12bc0a),_0x1181cc['en-au']['getPluralForm']=_0x205deb;})(window['CKEDITOR_TRANSLATIONS']||={});
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x53d0bf=>{const {en:{dictionary:_0x3a3c85,getPluralForm:_0x37dfab}}={'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}};_0x53d0bf['en']||={'dictionary':{},'getPluralForm':null},_0x53d0bf['en']['dictionary']=Object['assign'](_0x53d0bf['en']['dictionary'],_0x3a3c85),_0x53d0bf['en']['getPluralForm']=_0x37dfab;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/es.js
CHANGED
|
@@ -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':
|
|
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':_0x1211c9=>0x1==_0x1211c9?0x0:0x0!=_0x1211c9&&_0x1211c9%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x2b3fa6=>{const {es:{dictionary:_0x1443f4,getPluralForm:_0x25644c}}={'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':_0x5b6954=>0x1==_0x5b6954?0x0:0x0!=_0x5b6954&&_0x5b6954%0xf4240==0x0?0x1:0x2}};_0x2b3fa6['es']||={'dictionary':{},'getPluralForm':null},_0x2b3fa6['es']['dictionary']=Object['assign'](_0x2b3fa6['es']['dictionary'],_0x1443f4),_0x2b3fa6['es']['getPluralForm']=_0x25644c;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/et.js
CHANGED
|
@@ -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':
|
|
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':_0x22ef09=>0x1!=_0x22ef09}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x895586=>{const {et:{dictionary:_0x34073c,getPluralForm:_0x548b73}}={'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':_0x6d68c1=>0x1!=_0x6d68c1}};_0x895586['et']||={'dictionary':{},'getPluralForm':null},_0x895586['et']['dictionary']=Object['assign'](_0x895586['et']['dictionary'],_0x34073c),_0x895586['et']['getPluralForm']=_0x548b73;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/fi.js
CHANGED
|
@@ -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':
|
|
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':_0x248f85=>0x1!=_0x248f85}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x5af932=>{const {fi:{dictionary:_0x27a213,getPluralForm:_0x490dcb}}={'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':_0x495d4d=>0x1!=_0x495d4d}};_0x5af932['fi']||={'dictionary':{},'getPluralForm':null},_0x5af932['fi']['dictionary']=Object['assign'](_0x5af932['fi']['dictionary'],_0x27a213),_0x5af932['fi']['getPluralForm']=_0x490dcb;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/fr.js
CHANGED
|
@@ -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':
|
|
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':_0xe63377=>0x0==_0xe63377||0x1==_0xe63377?0x0:0x0!=_0xe63377&&_0xe63377%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x11eafe=>{const {fr:{dictionary:_0x23d04e,getPluralForm:_0x461cc3}}={'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':_0x18af30=>0x0==_0x18af30||0x1==_0x18af30?0x0:0x0!=_0x18af30&&_0x18af30%0xf4240==0x0?0x1:0x2}};_0x11eafe['fr']||={'dictionary':{},'getPluralForm':null},_0x11eafe['fr']['dictionary']=Object['assign'](_0x11eafe['fr']['dictionary'],_0x23d04e),_0x11eafe['fr']['getPluralForm']=_0x461cc3;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/gl.js
CHANGED
|
@@ -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':
|
|
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':_0x2657ab=>0x1!=_0x2657ab}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x4b6339=>{const {gl:{dictionary:_0x32f5d0,getPluralForm:_0x8f448c}}={'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':_0x3a852f=>0x1!=_0x3a852f}};_0x4b6339['gl']||={'dictionary':{},'getPluralForm':null},_0x4b6339['gl']['dictionary']=Object['assign'](_0x4b6339['gl']['dictionary'],_0x32f5d0),_0x4b6339['gl']['getPluralForm']=_0x8f448c;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/he.js
CHANGED
|
@@ -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':
|
|
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':_0x4d1da3=>0x1==_0x4d1da3&&_0x4d1da3%0x1==0x0?0x0:0x2==_0x4d1da3&&_0x4d1da3%0x1==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x4f065e=>{const {he:{dictionary:_0x2fc681,getPluralForm:_0x4940e3}}={'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':_0x19faa8=>0x1==_0x19faa8&&_0x19faa8%0x1==0x0?0x0:0x2==_0x19faa8&&_0x19faa8%0x1==0x0?0x1:0x2}};_0x4f065e['he']||={'dictionary':{},'getPluralForm':null},_0x4f065e['he']['dictionary']=Object['assign'](_0x4f065e['he']['dictionary'],_0x2fc681),_0x4f065e['he']['getPluralForm']=_0x4940e3;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/hi.js
CHANGED
|
@@ -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':
|
|
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':_0x575b5f=>0x1!=_0x575b5f}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x40836a=>{const {hi:{dictionary:_0x476cb6,getPluralForm:_0x1b7afe}}={'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':_0xfeddb3=>0x1!=_0xfeddb3}};_0x40836a['hi']||={'dictionary':{},'getPluralForm':null},_0x40836a['hi']['dictionary']=Object['assign'](_0x40836a['hi']['dictionary'],_0x476cb6),_0x40836a['hi']['getPluralForm']=_0x1b7afe;})(window['CKEDITOR_TRANSLATIONS']||={});
|