@ckeditor/ckeditor5-import-word 0.0.0-nightly-20240807.0 → 0.0.0-nightly-20240808.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/build/import-word.js +2 -2
- package/build/translations/gl.js +1 -1
- package/build/translations/sr-latn.js +1 -1
- 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/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/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/lang/translations/gl.po +1 -1
- package/lang/translations/sr-latn.po +1 -1
- package/package.json +7 -7
- package/src/importword.js +1 -1
- package/src/importwordcommand.js +1 -1
- package/src/importwordediting.js +1 -1
- package/src/importwordui.js +1 -1
- package/src/index.js +1 -1
- package/src/utils/common-translations.js +1 -1
package/build/import-word.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
!function(t){const
|
|
1
|
+
!function(t){const r=t.en=t.en||{};r.dictionary=Object.assign(r.dictionary||{},{"An error occurred while importing the Word file.":"An error occurred while importing the Word file.","Import from Word":"Import from Word","Importing Word document":"Importing Word document"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})),
|
|
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={331:(t,e,r)=>{t.exports=r(237)("./src/clipboard.js")},782:(t,e,r)=>{t.exports=r(237)("./src/core.js")},783:(t,e,r)=>{t.exports=r(237)("./src/engine.js")},311:(t,e,r)=>{t.exports=r(237)("./src/ui.js")},584:(t,e,r)=>{t.exports=r(237)("./src/utils.js")},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function r(n){var o=e[n];if(void 0!==o)return o.exports;var s=e[n]={exports:{}};return t[n](s,s.exports,r),s.exports}r.d=(t,e)=>{for(var n in e)r.o(e,n)&&!r.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var n={};(()=>{"use strict";r.r(n),r.d(n,{ImportWord:()=>x,ImportWordEditing:()=>w,ImportWordUI:()=>c});var t=r(782),e=r(311);function o(t,e){const r=t.t;switch(e){case"Import from Word":return r("Import from Word");case"An error occurred while importing the Word file.":return r("An error occurred while importing the Word file.");case"Importing Word document":return r("Importing Word document");default:return e}}function s(t,e){const r=a();return(s=function(t,e){return r[t-=435]})(t,e)}const i=s;function a(){const t=["importWord","_createButton","execute","menuBar:importWord","isEnabled","componentFactory","18vxosDG","pluginName","isVisible","children","init","1273446nSCsRx","642040SpEXZf","tooltip","application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.openxmlformats-officedocument.wordprocessingml.template","isBusy","147PDOWlJ","ImportWordUI","iconView","done","7298020whZmaw","label","editing","locale","Import from Word","bind","add","150274jKytXh","commands","focus","editor","Importing Word document","get","view","isOn","1704744viEeZd","set","375996XJuRoN","11464992LgNaSD"];return(a=function(){return t})()}!function(t){const e=s,r=t();for(;;)try{if(924027===parseInt(e(461))/1+parseInt(e(445))/2+-parseInt(e(440))/3*(parseInt(e(446))/4)+-parseInt(e(454))/5+-parseInt(e(471))/6*(-parseInt(e(450))/7)+parseInt(e(472))/8+-parseInt(e(469))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(a);class c extends t.Plugin{static get[i(441)](){return i(451)}[i(444)](){const t=i,r=this[t(464)];r.ui[t(439)][t(460)](t(473),(()=>{const n=t,o=this[n(435)](e.FileDialogButtonView),s=r[n(462)][n(466)](n(473));return o[n(459)](n(468)).to(s,n(449)),o[n(447)]=!0,o})),r.ui[t(439)][t(460)](t(437),(()=>this[t(435)](e.MenuBarMenuListItemFileDialogButtonView)))}[i(435)](t){const r=i,n=this[r(464)],s=n[r(462)][r(466)](r(473)),a=new t(n[r(457)]),c=new e.SpinnerView;return a[r(470)]({acceptedType:r(448)}),a[r(470)]({icon:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m14 0 5 4.5v8.892l-1.5-1.8V6.5h-5v-5h-8v3H3V0h11Zm0 2v3h3.3L14 2Z"/><path d="M10.74 18a2.76 2.76 0 0 1-.469-.5H3V19h9.25v-.374A2.737 2.737 0 0 1 10.74 18Z"/><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.602.602 0 0 0 1.032 0l.043-.09 1.554-4 .028-.093a.6.6 0 0 0-1.104-.43v.001ZM11.674 15.407a.75.75 0 1 0 1.152.96L14 14.96V20h1.5v-5.04l1.174 1.408a.75.75 0 1 0 1.152-.96l-2.346-2.816a.95.95 0 0 0-1.46 0l-2.346 2.815Z"/></svg>\n'}),a[r(459)](r(438)).to(s),a[r(459)](r(455)).to(s,r(449),(t=>o(n[r(457)],r(t?465:458)))),c[r(459)](r(442)).to(s,r(449)),a[r(452)][r(459)](r(442)).to(s,r(449),(t=>!t)),a[r(443)][r(460)](c),a.on(r(453),((t,e)=>{const o=r;n[o(436)](o(473),e[0],{}),n[o(456)][o(467)][o(463)]()})),a}}var p=r(331),u=r(783),l=r(584);function h(t,e){const r=f();return(h=function(t,e){return r[t-=104]})(t,e)}const d=h;function f(){const t=["import-word-plugin-import-cancelled","mergeFields","10455328xqttfl","enqueueChange","stringify","1884eaFMrY","element","getSelectedBlocks","root","set","Authorization","formatting","_abortController","isCollapsed","createPositionAfter","rootName","has","DateTimeFormat","16129575yUjGmN","model","getRange","$graveyard","editing","execute","json","signal","resolvedOptions","addMarker","paragraph","checkChild","finally","isEnabled","_prepareForImport","531863HZRCIO","html","_importMarker","_undoStepBatch","timeZone","file","deleteContent","value","import-word-plugin-conversion-failed","fire","isEmpty","createPositionBefore","5LAhlBF","editor","34727132bBOFZu","isBusy","locale","isAtStart","Notification","abort","view","then","position","An error occurred while importing the Word file.","headers","plugins","schema","setSelection","resolve","183604Yrunem","_cleanUpAfterImport","change:range","aborted","selection","POST","text/html","low","document","merge_fields","setData","10FNMbSJ","refresh","importWord:","_handleImportFailure","converterUrl","28399DHLjss","_handleImportResponse","getFirstPosition","57saArIR","get","reject","split","clipboardInput","getToken","parent","_sendImportRequest","isAtEnd","_checkEnabled","7713292zLABZO","createBatch","importWord","catch","removeMarker","stopListening","ImportWordEditing","config","dataInsert","MergeFields","bind","showWarning","markers"];return(f=function(){return t})()}!function(t){const e=h,r=t();for(;;)try{if(984041===-parseInt(e(123))/1+parseInt(e(152))/2*(-parseInt(e(171))/3)+parseInt(e(181))/4*(parseInt(e(135))/5)+-parseInt(e(199))/6*(-parseInt(e(168))/7)+-parseInt(e(196))/8+-parseInt(e(108))/9+parseInt(e(163))/10*(parseInt(e(137))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(f);class m extends t.Command{constructor(t){const e=h;super(t),this[e(203)](e(138),!1),this[e(125)]=null,this[e(126)]=null,this[e(206)]=null,this.on(e(189),((r,n)=>{const o=e,s=new DataTransfer;s[o(162)](o(158),n[o(124)]);const i=this[o(125)][o(110)]();this[o(136)][o(109)][o(197)](this[o(126)],(e=>{const r=o;this[r(125)][r(186)](),e[r(150)](i),t[r(112)][r(143)][r(160)][r(132)](r(175),{dataTransfer:s})}))}),{priority:e(159)})}[d(164)](){const t=d;this[t(121)]=this[t(180)]()}[d(113)](t,e={}){const r=d;if(this[r(138)])return Promise[r(151)]();const n=this[r(136)][r(188)][r(172)](r(183));if(this[r(136)][r(148)][r(106)](r(190))){const{prefix:t,suffix:n}=this[r(136)][r(188)][r(172)](r(195));e[r(161)]={prefix:t,suffix:n}}const o={url:n[r(167)],file:t,serviceConfig:{...e,formatting:n[r(205)],timezone:(new(Intl[r(107)]))[r(116)]()[r(127)]}};return this[r(122)](),this[r(178)](o)[r(144)](this[r(169)][r(191)](this))[r(184)](this[r(166)][r(191)](this))[r(120)](this[r(153)][r(191)](this))}[d(180)](){const t=d;if(this[t(138)])return!1;const e=this[t(136)][t(109)],r=e[t(149)],n=e[t(160)][t(156)],o=(0,l.first)(n[t(201)]());return!!o&&r[t(119)](o[t(177)],t(118))}[d(122)](){const t=d,e=this[t(136)],r=e[t(109)],n=r[t(160)][t(156)];this[t(206)]=new AbortController,this[t(126)]=e[t(109)][t(182)]({isUndoable:!0}),r[t(197)](this[t(126)],(e=>{const o=t;n[o(207)]||r[o(129)](n,{leaveUnmerged:!0});const s=n[o(170)](),i=(0,l.first)(n[o(201)]());let a;a=i.is(o(200),o(118))&&i[o(133)]?s:s[o(140)]?r[o(134)](i):s[o(179)]?r[o(104)](i):e[o(174)](s)[o(145)],this[o(125)]=e[o(117)](o(165)+(0,l.uid)(),{usingOperation:!1,affectsData:!1,range:new u.Range(a)}),this[o(125)].on(o(154),(()=>{const t=o;t(111)===this[t(125)][t(110)]()[t(202)][t(105)]&&this[t(206)][t(142)]()}))})),this[t(138)]=!0,this[t(164)]()}[d(153)](){const t=d,e=this[t(136)][t(109)];e[t(193)][t(106)](this[t(125)])&&e[t(197)](this[t(126)],(e=>{const r=t;e[r(185)](this[r(125)])})),this[t(125)]=null,this[t(126)]=null,this[t(206)]=null,this[t(138)]=!1,this[t(164)]()}[d(178)]({url:t,file:e,serviceConfig:r}){const n=d,o=this[n(136)][n(148)][n(172)](n(187))[n(176)](),s=new FormData;s[n(203)](n(188),JSON[n(198)](r)),s[n(203)](n(128),e);const i={method:n(157),headers:{},body:s,signal:this[n(206)][n(115)]};return o&&(i[n(147)][n(204)]=o[n(130)]),fetch(t,i)}[d(169)](t){const e=d;return t.ok?t[e(114)]()[e(144)]((t=>{const r=e;this[r(136)][r(109)][r(193)][r(106)](this[r(125)])&&r(111)!==this[r(125)][r(110)]()[r(202)][r(105)]&&this[r(132)](r(189),t)})):Promise[e(173)]()}[d(166)](){const t=d;if(this[t(206)][t(115)][t(155)])return void(0,l.logWarning)(t(194));const e=this[t(136)],r=o(e[t(139)],t(146));e[t(148)][t(172)](t(141))[t(192)](r),(0,l.logError)(t(131))}}const I=g;function g(t,e){const r=v();return(g=function(t,e){return r[t-=279]})(t,e)}function v(){const t=["_token","commands","pluginName","232331BHOxYj","init","tokenUrl","plugins","none","registerTokenUrl","editor","CloudServices","2968740dMFUDS","inline","importWord","https://docx-converter.cke-cs.com/v2/convert/docx-html","ImportWordEditing","56UuCqWZ","175384bKEelz","requires","get","66RFhjoj","553558YnoVXE","define","10LotXFi","2398599QejNMf","add","token","config","42594AOfWmG","1950CsgBCm","getToken","cloudServices"];return(v=function(){return t})()}!function(t){const e=g,r=t();for(;;)try{if(184754===parseInt(e(298))/1+-parseInt(e(284))/2+-parseInt(e(291))/3*(-parseInt(e(279))/4)+-parseInt(e(292))/5*(parseInt(e(283))/6)+parseInt(e(287))/7+parseInt(e(280))/8+parseInt(e(306))/9*(-parseInt(e(286))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(v);class w extends t.Plugin{static get[I(297)](){return I(310)}static get[I(281)](){const t=I;return[e.Notification,p.ClipboardPipeline,t(305)]}constructor(t){const e=I;super(t),this[e(295)]=null}async[I(299)](){const t=I,e=this[t(304)];e[t(290)][t(285)](t(308),{converterUrl:t(309),tokenUrl:(e[t(290)][t(282)](t(294))||{})[t(300)],formatting:{resets:t(302),defaults:t(302),styles:t(307)}}),e[t(296)][t(288)](t(308),new m(e));const{tokenUrl:r}=e[t(290)][t(282)](t(308));if(r){const{tokenUrl:n}=e[t(290)][t(282)](t(294))||{};this[t(295)]=r===n?e[t(301)][t(282)](t(305))[t(289)]:await e[t(301)][t(282)](t(305))[t(303)](r)}}[I(293)](){return this[I(295)]}}var W=b;function b(t,e){var r=y();return(b=function(t,e){return r[t-=134]})(t,e)}function y(){var t=["1371080kIpcfs","50YuDBjm","3556476NdiFUJ","3bkwmOq","443266YihNfh","757631SZApeH","44UXzlZO","42lhQuXT","1072574hGWltO","ImportWord","87461GtyqbF","pluginName","requires","189935flQTOP"];return(y=function(){return t})()}!function(t){for(var e=b,r=t();;)try{if(430777===parseInt(e(136))/1+-parseInt(e(140))/2*(parseInt(e(135))/3)+parseInt(e(138))/4*(-parseInt(e(145))/5)+-parseInt(e(139))/6*(-parseInt(e(137))/7)+-parseInt(e(146))/8+parseInt(e(134))/9+parseInt(e(147))/10*(-parseInt(e(142))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(y);class x extends t.Plugin{static get[W(143)](){return W(141)}static get[W(144)](){return[w,c]}}function k(){var t=["195640XUEWXk","831365RVRAWL","30byDNZH","927dGYOZB","977zlESlv","1537743suUCJW","1850nBlNlK","1860404HYyhfs","9292616cUpMhH","5422108wiYYWi"];return(k=function(){return t})()}function O(t,e){var r=k();return(O=function(t,e){return r[t-=479]})(t,e)}!function(t){for(var e=O,r=t();;)try{if(720761===-parseInt(e(486))/1*(parseInt(e(488))/2)+parseInt(e(487))/3+parseInt(e(481))/4+parseInt(e(483))/5*(-parseInt(e(484))/6)+-parseInt(e(479))/7+-parseInt(e(480))/8+parseInt(e(485))/9*(parseInt(e(482))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(k)})(),(window.CKEditor5=window.CKEditor5||{}).importWord=n})();
|
|
5
|
+
*/(()=>{var t={331:(t,r,e)=>{t.exports=e(237)("./src/clipboard.js")},782:(t,r,e)=>{t.exports=e(237)("./src/core.js")},783:(t,r,e)=>{t.exports=e(237)("./src/engine.js")},311:(t,r,e)=>{t.exports=e(237)("./src/ui.js")},584:(t,r,e)=>{t.exports=e(237)("./src/utils.js")},237:t=>{"use strict";t.exports=CKEditor5.dll}},r={};function e(n){var o=r[n];if(void 0!==o)return o.exports;var i=r[n]={exports:{}};return t[n](i,i.exports,e),i.exports}e.d=(t,r)=>{for(var n in r)e.o(r,n)&&!e.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:r[n]})},e.o=(t,r)=>Object.prototype.hasOwnProperty.call(t,r),e.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var n={};(()=>{"use strict";e.r(n),e.d(n,{ImportWord:()=>b,ImportWordEditing:()=>w,ImportWordUI:()=>c});var t=e(782),r=e(311);function o(t,r){const e=t.t;switch(r){case"Import from Word":return e("Import from Word");case"An error occurred while importing the Word file.":return e("An error occurred while importing the Word file.");case"Importing Word document":return e("Importing Word document");default:return r}}const i=s;function s(t,r){const e=a();return(s=function(t,r){return e[t-=124]})(t,r)}function a(){const t=["Importing Word document","isBusy","set","14432yqNDKX","Import from Word","get","commands","210750LuwzYD","menuBar:importWord","isVisible","view","add","12139047aOUmkg","ImportWordUI","pluginName","_createButton","3451ZXfSro","label","init","22514800yRTfHc","focus","bind","1084946uJBrvi","iconView","141486mLwaav","tooltip","done","2262162FlMWxm","execute","importWord","28ZdoQNI","215huQNBg","isEnabled","isOn","locale","editor","componentFactory","children","editing","application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.openxmlformats-officedocument.wordprocessingml.template"];return(a=function(){return t})()}!function(t){const r=s,e=t();for(;;)try{if(696969===parseInt(r(151))/1+parseInt(r(156))/2+parseInt(r(136))/3*(-parseInt(r(159))/4)+-parseInt(r(160))/5*(parseInt(r(153))/6)+parseInt(r(145))/7*(parseInt(r(132))/8)+parseInt(r(141))/9+-parseInt(r(148))/10)break;e.push(e.shift())}catch(t){e.push(e.shift())}}(a);class c extends t.Plugin{static get[i(143)](){return i(142)}[i(147)](){const t=i,e=this[t(124)];e.ui[t(125)][t(140)](t(158),(()=>{const n=t,o=this[n(144)](r.FileDialogButtonView),i=e[n(135)][n(134)](n(158));return o[n(150)](n(162)).to(i,n(130)),o[n(154)]=!0,o})),e.ui[t(125)][t(140)](t(137),(()=>this[t(144)](r.MenuBarMenuListItemFileDialogButtonView)))}[i(144)](t){const e=i,n=this[e(124)],s=n[e(135)][e(134)](e(158)),a=new t(n[e(163)]),c=new r.SpinnerView;return a[e(131)]({acceptedType:e(128)}),a[e(131)]({icon:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m14 0 5 4.5v8.892l-1.5-1.8V6.5h-5v-5h-8v3H3V0h11Zm0 2v3h3.3L14 2Z"/><path d="M10.74 18a2.76 2.76 0 0 1-.469-.5H3V19h9.25v-.374A2.737 2.737 0 0 1 10.74 18Z"/><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.602.602 0 0 0 1.032 0l.043-.09 1.554-4 .028-.093a.6.6 0 0 0-1.104-.43v.001ZM11.674 15.407a.75.75 0 1 0 1.152.96L14 14.96V20h1.5v-5.04l1.174 1.408a.75.75 0 1 0 1.152-.96l-2.346-2.816a.95.95 0 0 0-1.46 0l-2.346 2.815Z"/></svg>\n'}),a[e(150)](e(161)).to(s),a[e(150)](e(146)).to(s,e(130),(t=>o(n[e(163)],e(t?129:133)))),c[e(150)](e(138)).to(s,e(130)),a[e(152)][e(150)](e(138)).to(s,e(130),(t=>!t)),a[e(126)][e(140)](c),a.on(e(155),((t,r)=>{const o=e;n[o(157)](o(158),r[0],{}),n[o(127)][o(139)][o(149)]()})),a}}var p=e(331),u=e(783),l=e(584);const d=h;function h(t,r){const e=f();return(h=function(t,r){return e[t-=425]})(t,r)}function f(){const t=["document","isEnabled","plugins","view","importWord","setSelection","editor","$graveyard","createPositionBefore","locale","config","clipboardInput","setData","stringify","createPositionAfter","rootName","addMarker","signal","resolvedOptions","merge_fields","import-word-plugin-conversion-failed","Authorization","catch","1117016SgWDWP","An error occurred while importing the Word file.","createBatch","MergeFields","parent","reject","html","element","set","_cleanUpAfterImport","12opniea","POST","_handleImportResponse","ImportWordEditing","getRange","dataInsert","file","5904115UFhzko","getSelectedBlocks","enqueueChange","then","paragraph","json","mergeFields","fire","1197VVkLRQ","deleteContent","27EaiEvw","stopListening","model","isAtEnd","_importMarker","value","markers","text/html","bind","isCollapsed","timeZone","_sendImportRequest","DateTimeFormat","showWarning","selection","getToken","abort","execute","checkChild","isEmpty","_abortController","root","has","get","isAtStart","_handleImportFailure","4942035hPayQE","editing","split","schema","resolve","low","import-word-plugin-import-cancelled","_undoStepBatch","importWord:","6fwCbJE","aborted","formatting","137730jFuXHG","converterUrl","finally","_checkEnabled","18024bETsYr","_prepareForImport","change:range","2JqQVXx","getFirstPosition","231336xyBqxd","headers","position","refresh","66557621wJPQxq","Notification","removeMarker","462tCjSyO","isBusy"];return(f=function(){return t})()}!function(t){const r=h,e=t();for(;;)try{if(788628===-parseInt(r(470))/1*(parseInt(r(504))/2)+parseInt(r(425))/3*(-parseInt(r(472))/4)+-parseInt(r(521))/5*(parseInt(r(460))/6)+-parseInt(r(529))/7*(parseInt(r(467))/8)+-parseInt(r(451))/9+-parseInt(r(463))/10*(parseInt(r(479))/11)+parseInt(r(514))/12*(parseInt(r(476))/13))break;e.push(e.shift())}catch(t){e.push(e.shift())}}(f);class m extends t.Command{constructor(t){const r=h;super(t),this[r(512)](r(480),!1),this[r(429)]=null,this[r(458)]=null,this[r(445)]=null,this.on(r(519),((e,n)=>{const o=r,i=new DataTransfer;i[o(493)](o(432),n[o(510)]);const s=this[o(429)][o(518)]();this[o(487)][o(427)][o(523)](this[o(458)],(r=>{const e=o;this[e(429)][e(426)](),r[e(486)](s),t[e(452)][e(484)][e(481)][e(528)](e(492),{dataTransfer:i})}))}),{priority:r(456)})}[d(475)](){const t=d;this[t(482)]=this[t(466)]()}[d(442)](t,r={}){const e=d;if(this[e(480)])return Promise[e(455)]();const n=this[e(487)][e(491)][e(448)](e(485));if(this[e(487)][e(483)][e(447)](e(507))){const{prefix:t,suffix:n}=this[e(487)][e(491)][e(448)](e(527));r[e(500)]={prefix:t,suffix:n}}const o={url:n[e(464)],file:t,serviceConfig:{...r,formatting:n[e(462)],timezone:(new(Intl[e(437)]))[e(499)]()[e(435)]}};return this[e(468)](),this[e(436)](o)[e(524)](this[e(516)][e(433)](this))[e(503)](this[e(450)][e(433)](this))[e(465)](this[e(513)][e(433)](this))}[d(466)](){const t=d;if(this[t(480)])return!1;const r=this[t(487)][t(427)],e=r[t(454)],n=r[t(481)][t(439)],o=(0,l.first)(n[t(522)]());return!!o&&e[t(443)](o[t(508)],t(525))}[d(468)](){const t=d,r=this[t(487)],e=r[t(427)],n=e[t(481)][t(439)];this[t(445)]=new AbortController,this[t(458)]=r[t(427)][t(506)]({isUndoable:!0}),e[t(523)](this[t(458)],(r=>{const o=t;n[o(434)]||e[o(530)](n,{leaveUnmerged:!0});const i=n[o(471)](),s=(0,l.first)(n[o(522)]());let a;a=s.is(o(511),o(525))&&s[o(444)]?i:i[o(449)]?e[o(489)](s):i[o(428)]?e[o(495)](s):r[o(453)](i)[o(474)],this[o(429)]=r[o(497)](o(459)+(0,l.uid)(),{usingOperation:!1,affectsData:!1,range:new u.Range(a)}),this[o(429)].on(o(469),(()=>{const t=o;t(488)===this[t(429)][t(518)]()[t(446)][t(496)]&&this[t(445)][t(441)]()}))})),this[t(480)]=!0,this[t(475)]()}[d(513)](){const t=d,r=this[t(487)][t(427)];r[t(431)][t(447)](this[t(429)])&&r[t(523)](this[t(458)],(r=>{const e=t;r[e(478)](this[e(429)])})),this[t(429)]=null,this[t(458)]=null,this[t(445)]=null,this[t(480)]=!1,this[t(475)]()}[d(436)]({url:t,file:r,serviceConfig:e}){const n=d,o=this[n(487)][n(483)][n(448)](n(517))[n(440)](),i=new FormData;i[n(512)](n(491),JSON[n(494)](e)),i[n(512)](n(520),r);const s={method:n(515),headers:{},body:i,signal:this[n(445)][n(498)]};return o&&(s[n(473)][n(502)]=o[n(430)]),fetch(t,s)}[d(516)](t){const r=d;return t.ok?t[r(526)]()[r(524)]((t=>{const e=r;this[e(487)][e(427)][e(431)][e(447)](this[e(429)])&&e(488)!==this[e(429)][e(518)]()[e(446)][e(496)]&&this[e(528)](e(519),t)})):Promise[r(509)]()}[d(450)](){const t=d;if(this[t(445)][t(498)][t(461)])return void(0,l.logWarning)(t(457));const r=this[t(487)],e=o(r[t(490)],t(505));r[t(483)][t(448)](t(477))[t(438)](e),(0,l.logError)(t(501))}}function g(t,r){const e=I();return(g=function(t,r){return e[t-=195]})(t,r)}function I(){const t=["editor","cloudServices","6118APxxTf","727212EcRdgF","_token","ImportWordEditing","CloudServices","init","config","plugins","add","348408SHZmhG","token","tokenUrl","define","importWord","234FBZsFE","16076yAwojc","pluginName","123130cNPAUP","requires","4sJJLlG","registerTokenUrl","getToken","946152DrgHRI","https://docx-converter.cke-cs.com/v2/convert/docx-html","99056QxJWSz","none","commands","inline","get"];return(I=function(){return t})()}const v=g;!function(t){const r=g,e=t();for(;;)try{if(124033===parseInt(r(225))/1*(-parseInt(r(221))/2)+-parseInt(r(215))/3+-parseInt(r(207))/4+-parseInt(r(223))/5+parseInt(r(197))/6+-parseInt(r(206))/7+-parseInt(r(199))/8*(-parseInt(r(220))/9))break;e.push(e.shift())}catch(t){e.push(e.shift())}}(I);class w extends t.Plugin{static get[v(222)](){return v(209)}static get[v(224)](){const t=v;return[r.Notification,p.ClipboardPipeline,t(210)]}constructor(t){const r=v;super(t),this[r(208)]=null}async[v(211)](){const t=v,r=this[t(204)];r[t(212)][t(218)](t(219),{converterUrl:t(198),tokenUrl:(r[t(212)][t(203)](t(205))||{})[t(217)],formatting:{resets:t(200),defaults:t(200),styles:t(202)}}),r[t(201)][t(214)](t(219),new m(r));const{tokenUrl:e}=r[t(212)][t(203)](t(219));if(e){const{tokenUrl:n}=r[t(212)][t(203)](t(205))||{};this[t(208)]=e===n?r[t(213)][t(203)](t(210))[t(216)]:await r[t(213)][t(203)](t(210))[t(195)](e)}}[v(196)](){return this[v(208)]}}var y=x;function W(){var t=["154SLygvO","ImportWord","3150490umHNAA","4070409GKtXGS","40289TmEdkm","pluginName","62rmBGBA","requires","2107ilxGQi","14502510tAnTKh","371492LyQjhi","12ZNfAMr","35256zjVkFP","2866345VQKCxc"];return(W=function(){return t})()}function x(t,r){var e=W();return(x=function(t,r){return e[t-=443]})(t,r)}!function(t){for(var r=x,e=t();;)try{if(850396===parseInt(r(449))/1*(-parseInt(r(451))/2)+-parseInt(r(448))/3+-parseInt(r(455))/4+parseInt(r(444))/5*(-parseInt(r(456))/6)+parseInt(r(453))/7*(-parseInt(r(443))/8)+parseInt(r(454))/9+parseInt(r(447))/10*(parseInt(r(445))/11))break;e.push(e.shift())}catch(t){e.push(e.shift())}}(W);class b extends t.Plugin{static get[y(450)](){return y(446)}static get[y(452)](){return[w,c]}}function k(t,r){var e=S();return(k=function(t,r){return e[t-=475]})(t,r)}function S(){var t=["83526DmuHQF","133kdvLWn","5497530eWtZDw","703096jezMuQ","525690YNwuKa","204508DEyHMj","638388HWgrRl","89455OqqCLr","68HlgHOf","1gvWyoM"];return(S=function(){return t})()}!function(t){for(var r=k,e=t();;)try{if(153098===-parseInt(r(479))/1*(parseInt(r(475))/2)+-parseInt(r(484))/3+parseInt(r(478))/4*(parseInt(r(477))/5)+parseInt(r(480))/6*(-parseInt(r(481))/7)+-parseInt(r(483))/8+-parseInt(r(476))/9+parseInt(r(482))/10)break;e.push(e.shift())}catch(t){e.push(e.shift())}}(S)})(),(window.CKEditor5=window.CKEditor5||{}).importWord=n})();
|
package/build/translations/gl.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(o){const r=o.gl=o.gl||{};r.dictionary=Object.assign(r.dictionary||{},{"An error occurred while importing the Word file.":"Produciuse un erro ao importar o ficheiro de Word.","Import from Word":"Importar dende Word","Importing Word document":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(o){const r=o.gl=o.gl||{};r.dictionary=Object.assign(r.dictionary||{},{"An error occurred while importing the Word file.":"Produciuse un erro ao importar o ficheiro de Word.","Import from Word":"Importar dende Word","Importing Word document":"Importar un documento de Word"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(o){const r=o["sr-latn"]=o["sr-latn"]||{};r.dictionary=Object.assign(r.dictionary||{},{"An error occurred while importing the Word file.":"Došlo je do greške pri uvozu Word datoteke.","Import from Word":"Uvezi iz word-a","Importing Word document":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(o){const r=o["sr-latn"]=o["sr-latn"]||{};r.dictionary=Object.assign(r.dictionary||{},{"An error occurred while importing the Word file.":"Došlo je do greške pri uvozu Word datoteke.","Import from Word":"Uvezi iz word-a","Importing Word document":"Uvoz Vord dokumenta"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/dist/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Plugin as
|
|
23
|
+
import{Plugin as _0x336db4,Command as _0x531137}from'@ckeditor/ckeditor5-core/dist/index.js';import{FileDialogButtonView as _0x1ccc6d,MenuBarMenuListItemFileDialogButtonView as _0x22b809,SpinnerView as _0x20bdc0,Notification as _0x216e63}from'@ckeditor/ckeditor5-ui/dist/index.js';import{ClipboardPipeline as _0x148168}from'@ckeditor/ckeditor5-clipboard/dist/index.js';import{Range as _0x1ebf0c}from'@ckeditor/ckeditor5-engine/dist/index.js';import{first as _0x193893,uid as _0x21d94f,logWarning as _0x48d8e5,logError as _0x2976f6}from'@ckeditor/ckeditor5-utils/dist/index.js';function p(_0x5724f5,_0x2dc8f7){const t=_0x5724f5['t'];switch(_0x2dc8f7){case'Import\x20from\x20Word':return t('Import\x20from\x20Word');case'An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':return t('An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.');case'Importing\x20Word\x20document':return t('Importing\x20Word\x20document');default:return _0x2dc8f7;}}class o extends _0x336db4{static get['pluginName'](){return'ImportWordUI';}['init'](){const _0x45c121=this['editor'];_0x45c121['ui']['componentFactory']['add']('importWord',()=>{const _0x16ae93=this['_createButton'](_0x1ccc6d),_0x890f1b=_0x45c121['commands']['get']('importWord');return _0x16ae93['bind']('isOn')['to'](_0x890f1b,'isBusy'),_0x16ae93['tooltip']=!0x0,_0x16ae93;}),_0x45c121['ui']['componentFactory']['add']('menuBar:importWord',()=>this['_createButton'](_0x22b809));}['_createButton'](_0x50d019){const _0x426f0f=this['editor'],_0x4b67bf=_0x426f0f['commands']['get']('importWord'),_0x5ca23d=new _0x50d019(_0x426f0f['locale']),_0x2c5096=new _0x20bdc0();return _0x5ca23d['set']({'acceptedType':'application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.openxmlformats-officedocument.wordprocessingml.template'}),_0x5ca23d['set']({'icon':'<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22m14\x200\x205\x204.5v8.892l-1.5-1.8V6.5h-5v-5h-8v3H3V0h11Zm0\x202v3h3.3L14\x202Z\x22/><path\x20d=\x22M10.74\x2018a2.76\x202.76\x200\x200\x201-.469-.5H3V19h9.25v-.374A2.737\x202.737\x200\x200\x201\x2010.74\x2018Z\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.602.602\x200\x200\x200\x201.032\x200l.043-.09\x201.554-4\x20.028-.093a.6.6\x200\x200\x200-1.104-.43v.001ZM11.674\x2015.407a.75.75\x200\x201\x200\x201.152.96L14\x2014.96V20h1.5v-5.04l1.174\x201.408a.75.75\x200\x201\x200\x201.152-.96l-2.346-2.816a.95.95\x200\x200\x200-1.46\x200l-2.346\x202.815Z\x22/></svg>\x0a'}),_0x5ca23d['bind']('isEnabled')['to'](_0x4b67bf),_0x5ca23d['bind']('label')['to'](_0x4b67bf,'isBusy',_0x2df7e3=>p(_0x426f0f['locale'],_0x2df7e3?'Importing\x20Word\x20document':'Import\x20from\x20Word')),_0x2c5096['bind']('isVisible')['to'](_0x4b67bf,'isBusy'),_0x5ca23d['iconView']['bind']('isVisible')['to'](_0x4b67bf,'isBusy',_0x249ad7=>!_0x249ad7),_0x5ca23d['children']['add'](_0x2c5096),_0x5ca23d['on']('done',(_0x6f2f40,_0x239269)=>{_0x426f0f['execute']('importWord',_0x239269[0x0],{}),_0x426f0f['editing']['view']['focus']();}),_0x5ca23d;}}class d extends _0x531137{['_importMarker'];['_undoStepBatch'];['_abortController'];constructor(_0x352ee6){super(_0x352ee6),this['set']('isBusy',!0x1),this['_importMarker']=null,this['_undoStepBatch']=null,this['_abortController']=null,this['on']('dataInsert',(_0x447eda,_0x2adeb9)=>{const _0x27d769=new DataTransfer();_0x27d769['setData']('text/html',_0x2adeb9['html']);const _0x5169e9=this['_importMarker']['getRange']();this['editor']['model']['enqueueChange'](this['_undoStepBatch'],_0x23057a=>{this['_importMarker']['stopListening'](),_0x23057a['setSelection'](_0x5169e9),_0x352ee6['editing']['view']['document']['fire']('clipboardInput',{'dataTransfer':_0x27d769});});},{'priority':'low'});}['refresh'](){this['isEnabled']=this['_checkEnabled']();}['execute'](_0x74a34a,_0x1fb3f1={}){if(this['isBusy'])return Promise['resolve']();const _0x5c7b2f=this['editor']['config']['get']('importWord');if(this['editor']['plugins']['has']('MergeFields')){const {prefix:_0x4c97df,suffix:_0x14fa07}=this['editor']['config']['get']('mergeFields');_0x1fb3f1['merge_fields']={'prefix':_0x4c97df,'suffix':_0x14fa07};}const _0x5d9844={'url':_0x5c7b2f['converterUrl'],'file':_0x74a34a,'serviceConfig':{..._0x1fb3f1,'formatting':_0x5c7b2f['formatting'],'timezone':new Intl['DateTimeFormat']()['resolvedOptions']()['timeZone']}};return this['_prepareForImport'](),this['_sendImportRequest'](_0x5d9844)['then'](this['_handleImportResponse']['bind'](this))['catch'](this['_handleImportFailure']['bind'](this))['finally'](this['_cleanUpAfterImport']['bind'](this));}['_checkEnabled'](){if(this['isBusy'])return!0x1;const _0x368876=this['editor']['model'],_0x47baa1=_0x368876['schema'],_0x599141=_0x368876['document']['selection'],_0x296357=_0x193893(_0x599141['getSelectedBlocks']());return!!_0x296357&&_0x47baa1['checkChild'](_0x296357['parent'],'paragraph');}['_prepareForImport'](){const _0x3006d0=this['editor'],_0x173cd4=_0x3006d0['model'],_0x280c97=_0x173cd4['document']['selection'];this['_abortController']=new AbortController(),this['_undoStepBatch']=_0x3006d0['model']['createBatch']({'isUndoable':!0x0}),_0x173cd4['enqueueChange'](this['_undoStepBatch'],_0x11f93e=>{_0x280c97['isCollapsed']||_0x173cd4['deleteContent'](_0x280c97,{'leaveUnmerged':!0x0});const _0x4132ba=_0x280c97['getFirstPosition'](),_0x4a0bbe=_0x193893(_0x280c97['getSelectedBlocks']());let _0x228d28;_0x228d28=_0x4a0bbe['is']('element','paragraph')&&_0x4a0bbe['isEmpty']?_0x4132ba:_0x4132ba['isAtStart']?_0x173cd4['createPositionBefore'](_0x4a0bbe):_0x4132ba['isAtEnd']?_0x173cd4['createPositionAfter'](_0x4a0bbe):_0x11f93e['split'](_0x4132ba)['position'],this['_importMarker']=_0x11f93e['addMarker']('importWord:'+_0x21d94f(),{'usingOperation':!0x1,'affectsData':!0x1,'range':new _0x1ebf0c(_0x228d28)}),this['_importMarker']['on']('change:range',()=>{'$graveyard'===this['_importMarker']['getRange']()['root']['rootName']&&this['_abortController']['abort']();});}),this['isBusy']=!0x0,this['refresh']();}['_cleanUpAfterImport'](){const _0x391df5=this['editor']['model'];_0x391df5['markers']['has'](this['_importMarker'])&&_0x391df5['enqueueChange'](this['_undoStepBatch'],_0x51022c=>{_0x51022c['removeMarker'](this['_importMarker']);}),this['_importMarker']=null,this['_undoStepBatch']=null,this['_abortController']=null,this['isBusy']=!0x1,this['refresh']();}['_sendImportRequest']({url:_0x5853c8,file:_0x29444b,serviceConfig:_0x3f1f5c}){const _0x24f861=this['editor']['plugins']['get']('ImportWordEditing')['getToken'](),_0x436072=new FormData();_0x436072['set']('config',JSON['stringify'](_0x3f1f5c)),_0x436072['set']('file',_0x29444b);const _0x2a40f8={'method':'POST','headers':{},'body':_0x436072,'signal':this['_abortController']['signal']};return _0x24f861&&(_0x2a40f8['headers']['Authorization']=_0x24f861['value']),fetch(_0x5853c8,_0x2a40f8);}['_handleImportResponse'](_0x3705ee){return _0x3705ee['ok']?_0x3705ee['json']()['then'](_0x4ad695=>{if(!this['editor']['model']['markers']['has'](this['_importMarker']))return;'$graveyard'!==this['_importMarker']['getRange']()['root']['rootName']&&this['fire']('dataInsert',_0x4ad695);}):Promise['reject']();}['_handleImportFailure'](){if(this['_abortController']['signal']['aborted'])return void _0x48d8e5('import-word-plugin-import-cancelled');const _0x1d2cff=this['editor'],_0x4ac460=p(_0x1d2cff['locale'],'An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.');_0x1d2cff['plugins']['get']('Notification')['showWarning'](_0x4ac460),_0x2976f6('import-word-plugin-conversion-failed');}}class e extends _0x336db4{['_token'];static get['pluginName'](){return'ImportWordEditing';}static get['requires'](){return[_0x216e63,_0x148168,'CloudServices'];}constructor(_0x2571b6){super(_0x2571b6),this['_token']=null;}async['init'](){const _0x14a322=this['editor'];_0x14a322['config']['define']('importWord',{'converterUrl':'https://docx-converter.cke-cs.com/v2/convert/docx-html','tokenUrl':(_0x14a322['config']['get']('cloudServices')||{})['tokenUrl'],'formatting':{'resets':'none','defaults':'none','styles':'inline'}}),_0x14a322['commands']['add']('importWord',new d(_0x14a322));const {tokenUrl:_0x2987ae}=_0x14a322['config']['get']('importWord');if(_0x2987ae){const {tokenUrl:_0x429d5f}=_0x14a322['config']['get']('cloudServices')||{};this['_token']=_0x2987ae===_0x429d5f?_0x14a322['plugins']['get']('CloudServices')['token']:await _0x14a322['plugins']['get']('CloudServices')['registerTokenUrl'](_0x2987ae);}}['getToken'](){return this['_token'];}}class i extends _0x336db4{static get['pluginName'](){return'ImportWord';}static get['requires'](){return[e,o];}}export{i as ImportWord,e as ImportWordEditing,o as ImportWordUI};
|
package/dist/translations/ar.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'ar':{'dictionary':{'Import\x20from\x20Word':'استيراد\x20من\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'حدث\x20خطأ\x20أثناء\x20استيراد\x20ملف\x20Word.','Importing\x20Word\x20document':'استيراد\x20مستند\x20Word'},'getPluralForm':
|
|
23
|
+
export default{'ar':{'dictionary':{'Import\x20from\x20Word':'استيراد\x20من\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'حدث\x20خطأ\x20أثناء\x20استيراد\x20ملف\x20Word.','Importing\x20Word\x20document':'استيراد\x20مستند\x20Word'},'getPluralForm':_0x12ca6a=>0x0==_0x12ca6a?0x0:0x1==_0x12ca6a?0x1:0x2==_0x12ca6a?0x2:_0x12ca6a%0x64>=0x3&&_0x12ca6a%0x64<=0xa?0x3:_0x12ca6a%0x64>=0xb&&_0x12ca6a%0x64<=0x63?0x4:0x5}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x4ec20f=>{const {ar:{dictionary:_0x4eac56,getPluralForm:_0x41bd3d}}={'ar':{'dictionary':{'Import\x20from\x20Word':'استيراد\x20من\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'حدث\x20خطأ\x20أثناء\x20استيراد\x20ملف\x20Word.','Importing\x20Word\x20document':'استيراد\x20مستند\x20Word'},'getPluralForm':_0x1fe31c=>0x0==_0x1fe31c?0x0:0x1==_0x1fe31c?0x1:0x2==_0x1fe31c?0x2:_0x1fe31c%0x64>=0x3&&_0x1fe31c%0x64<=0xa?0x3:_0x1fe31c%0x64>=0xb&&_0x1fe31c%0x64<=0x63?0x4:0x5}};_0x4ec20f['ar']||={'dictionary':{},'getPluralForm':null},_0x4ec20f['ar']['dictionary']=Object['assign'](_0x4ec20f['ar']['dictionary'],_0x4eac56),_0x4ec20f['ar']['getPluralForm']=_0x41bd3d;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/bg.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'bg':{'dictionary':{'Import\x20from\x20Word':'Импортиране\x20от\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Възникна\x20грешка\x20при\x20импортирането\x20на\x20Word\x20файла.','Importing\x20Word\x20document':'Въвеждане\x20на\x20документ\x20в\x20Word'},'getPluralForm':
|
|
23
|
+
export default{'bg':{'dictionary':{'Import\x20from\x20Word':'Импортиране\x20от\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Възникна\x20грешка\x20при\x20импортирането\x20на\x20Word\x20файла.','Importing\x20Word\x20document':'Въвеждане\x20на\x20документ\x20в\x20Word'},'getPluralForm':_0x26f2b0=>0x1!=_0x26f2b0}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x43562b=>{const {bg:{dictionary:_0x117775,getPluralForm:_0x58a935}}={'bg':{'dictionary':{'Import\x20from\x20Word':'Импортиране\x20от\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Възникна\x20грешка\x20при\x20импортирането\x20на\x20Word\x20файла.','Importing\x20Word\x20document':'Въвеждане\x20на\x20документ\x20в\x20Word'},'getPluralForm':_0x2b07b6=>0x1!=_0x2b07b6}};_0x43562b['bg']||={'dictionary':{},'getPluralForm':null},_0x43562b['bg']['dictionary']=Object['assign'](_0x43562b['bg']['dictionary'],_0x117775),_0x43562b['bg']['getPluralForm']=_0x58a935;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/bn.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'bn':{'dictionary':{'Import\x20from\x20Word':'ওয়ার্ড\x20থেকে\x20ইমপোর্ট\x20করুন','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'ওয়ার্ড\x20ফাইল\x20ইমপোর্ট\x20করার\x20সময়\x20একটি\x20ত্রুটি\x20ঘটেছে।','Importing\x20Word\x20document':'ওয়ার্ড\x20ডকুমেন্ট\x20ইম্পোর্ট\x20করা\x20হচ্ছে'},'getPluralForm':
|
|
23
|
+
export default{'bn':{'dictionary':{'Import\x20from\x20Word':'ওয়ার্ড\x20থেকে\x20ইমপোর্ট\x20করুন','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'ওয়ার্ড\x20ফাইল\x20ইমপোর্ট\x20করার\x20সময়\x20একটি\x20ত্রুটি\x20ঘটেছে।','Importing\x20Word\x20document':'ওয়ার্ড\x20ডকুমেন্ট\x20ইম্পোর্ট\x20করা\x20হচ্ছে'},'getPluralForm':_0x4b912c=>0x1!=_0x4b912c}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x144056=>{const {bn:{dictionary:_0x2a6316,getPluralForm:_0x4c1eaa}}={'bn':{'dictionary':{'Import\x20from\x20Word':'ওয়ার্ড\x20থেকে\x20ইমপোর্ট\x20করুন','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'ওয়ার্ড\x20ফাইল\x20ইমপোর্ট\x20করার\x20সময়\x20একটি\x20ত্রুটি\x20ঘটেছে।','Importing\x20Word\x20document':'ওয়ার্ড\x20ডকুমেন্ট\x20ইম্পোর্ট\x20করা\x20হচ্ছে'},'getPluralForm':_0x405be6=>0x1!=_0x405be6}};_0x144056['bn']||={'dictionary':{},'getPluralForm':null},_0x144056['bn']['dictionary']=Object['assign'](_0x144056['bn']['dictionary'],_0x2a6316),_0x144056['bn']['getPluralForm']=_0x4c1eaa;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/ca.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'ca':{'dictionary':{'Import\x20from\x20Word':'Importeu\x20de\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Hi\x20ha\x20hagut\x20un\x20error\x20mentre\x20s\x27importava\x20l\x27arxiu\x20de\x20Word.','Importing\x20Word\x20document':'Important\x20document\x20de\x20Word'},'getPluralForm':
|
|
23
|
+
export default{'ca':{'dictionary':{'Import\x20from\x20Word':'Importeu\x20de\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Hi\x20ha\x20hagut\x20un\x20error\x20mentre\x20s\x27importava\x20l\x27arxiu\x20de\x20Word.','Importing\x20Word\x20document':'Important\x20document\x20de\x20Word'},'getPluralForm':_0x39a545=>0x1!=_0x39a545}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x4955fa=>{const {ca:{dictionary:_0x11988d,getPluralForm:_0x479eb5}}={'ca':{'dictionary':{'Import\x20from\x20Word':'Importeu\x20de\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Hi\x20ha\x20hagut\x20un\x20error\x20mentre\x20s\x27importava\x20l\x27arxiu\x20de\x20Word.','Importing\x20Word\x20document':'Important\x20document\x20de\x20Word'},'getPluralForm':_0x8c46b9=>0x1!=_0x8c46b9}};_0x4955fa['ca']||={'dictionary':{},'getPluralForm':null},_0x4955fa['ca']['dictionary']=Object['assign'](_0x4955fa['ca']['dictionary'],_0x11988d),_0x4955fa['ca']['getPluralForm']=_0x479eb5;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/cs.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'cs':{'dictionary':{'Import\x20from\x20Word':'Importovat\x20z\x20Wordu','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Při\x20importu\x20souboru\x20aplikace\x20Word\x20došlo\x20k\x20chybě.','Importing\x20Word\x20document':'Import\x20dokumentu\x20aplikace\x20Word'},'getPluralForm':
|
|
23
|
+
export default{'cs':{'dictionary':{'Import\x20from\x20Word':'Importovat\x20z\x20Wordu','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Při\x20importu\x20souboru\x20aplikace\x20Word\x20došlo\x20k\x20chybě.','Importing\x20Word\x20document':'Import\x20dokumentu\x20aplikace\x20Word'},'getPluralForm':_0x3d15eb=>0x1==_0x3d15eb&&_0x3d15eb%0x1==0x0?0x0:_0x3d15eb>=0x2&&_0x3d15eb<=0x4&&_0x3d15eb%0x1==0x0?0x1:_0x3d15eb%0x1!=0x0?0x2:0x3}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x30912c=>{const {cs:{dictionary:_0x5056bf,getPluralForm:_0x57acac}}={'cs':{'dictionary':{'Import\x20from\x20Word':'Importovat\x20z\x20Wordu','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Při\x20importu\x20souboru\x20aplikace\x20Word\x20došlo\x20k\x20chybě.','Importing\x20Word\x20document':'Import\x20dokumentu\x20aplikace\x20Word'},'getPluralForm':_0x4133b1=>0x1==_0x4133b1&&_0x4133b1%0x1==0x0?0x0:_0x4133b1>=0x2&&_0x4133b1<=0x4&&_0x4133b1%0x1==0x0?0x1:_0x4133b1%0x1!=0x0?0x2:0x3}};_0x30912c['cs']||={'dictionary':{},'getPluralForm':null},_0x30912c['cs']['dictionary']=Object['assign'](_0x30912c['cs']['dictionary'],_0x5056bf),_0x30912c['cs']['getPluralForm']=_0x57acac;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/da.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'da':{'dictionary':{'Import\x20from\x20Word':'Importér\x20fra\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Der\x20opstod\x20en\x20fejl\x20unde\x20rimporteringen\x20af\x20Word-filen.','Importing\x20Word\x20document':'Import\x20af\x20Word-dokument'},'getPluralForm':
|
|
23
|
+
export default{'da':{'dictionary':{'Import\x20from\x20Word':'Importér\x20fra\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Der\x20opstod\x20en\x20fejl\x20unde\x20rimporteringen\x20af\x20Word-filen.','Importing\x20Word\x20document':'Import\x20af\x20Word-dokument'},'getPluralForm':_0x1d8be8=>0x1!=_0x1d8be8}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x485fd9=>{const {da:{dictionary:_0x551429,getPluralForm:_0x375d32}}={'da':{'dictionary':{'Import\x20from\x20Word':'Importér\x20fra\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Der\x20opstod\x20en\x20fejl\x20unde\x20rimporteringen\x20af\x20Word-filen.','Importing\x20Word\x20document':'Import\x20af\x20Word-dokument'},'getPluralForm':_0xff4d6=>0x1!=_0xff4d6}};_0x485fd9['da']||={'dictionary':{},'getPluralForm':null},_0x485fd9['da']['dictionary']=Object['assign'](_0x485fd9['da']['dictionary'],_0x551429),_0x485fd9['da']['getPluralForm']=_0x375d32;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/de.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'de':{'dictionary':{'Import\x20from\x20Word':'Aus\x20Word\x20importieren','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Beim\x20Importieren\x20der\x20Word-Datei\x20ist\x20ein\x20Fehler\x20aufgetreten.','Importing\x20Word\x20document':'Word-Dokument\x20importieren'},'getPluralForm':
|
|
23
|
+
export default{'de':{'dictionary':{'Import\x20from\x20Word':'Aus\x20Word\x20importieren','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Beim\x20Importieren\x20der\x20Word-Datei\x20ist\x20ein\x20Fehler\x20aufgetreten.','Importing\x20Word\x20document':'Word-Dokument\x20importieren'},'getPluralForm':_0x13d453=>0x1!=_0x13d453}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x5188da=>{const {de:{dictionary:_0x2e3275,getPluralForm:_0x4d4686}}={'de':{'dictionary':{'Import\x20from\x20Word':'Aus\x20Word\x20importieren','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Beim\x20Importieren\x20der\x20Word-Datei\x20ist\x20ein\x20Fehler\x20aufgetreten.','Importing\x20Word\x20document':'Word-Dokument\x20importieren'},'getPluralForm':_0x4f3512=>0x1!=_0x4f3512}};_0x5188da['de']||={'dictionary':{},'getPluralForm':null},_0x5188da['de']['dictionary']=Object['assign'](_0x5188da['de']['dictionary'],_0x2e3275),_0x5188da['de']['getPluralForm']=_0x4d4686;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/el.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'el':{'dictionary':{'Import\x20from\x20Word':'Εισαγωγή\x20από\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Παρουσιάστηκε\x20σφάλμα\x20κατά\x20την\x20εισαγωγή\x20του\x20αρχείου\x20Word.','Importing\x20Word\x20document':'Εισαγωγή\x20εγγράφου\x20Κειμένου'},'getPluralForm':
|
|
23
|
+
export default{'el':{'dictionary':{'Import\x20from\x20Word':'Εισαγωγή\x20από\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Παρουσιάστηκε\x20σφάλμα\x20κατά\x20την\x20εισαγωγή\x20του\x20αρχείου\x20Word.','Importing\x20Word\x20document':'Εισαγωγή\x20εγγράφου\x20Κειμένου'},'getPluralForm':_0x45f44b=>0x1!=_0x45f44b}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x5cc103=>{const {el:{dictionary:_0x2dbb4c,getPluralForm:_0x559c49}}={'el':{'dictionary':{'Import\x20from\x20Word':'Εισαγωγή\x20από\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Παρουσιάστηκε\x20σφάλμα\x20κατά\x20την\x20εισαγωγή\x20του\x20αρχείου\x20Word.','Importing\x20Word\x20document':'Εισαγωγή\x20εγγράφου\x20Κειμένου'},'getPluralForm':_0x1a580c=>0x1!=_0x1a580c}};_0x5cc103['el']||={'dictionary':{},'getPluralForm':null},_0x5cc103['el']['dictionary']=Object['assign'](_0x5cc103['el']['dictionary'],_0x2dbb4c),_0x5cc103['el']['getPluralForm']=_0x559c49;})(window['CKEDITOR_TRANSLATIONS']||={});
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'en-au':{'dictionary':{'Import\x20from\x20Word':'Import\x20from\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.','Importing\x20Word\x20document':''},'getPluralForm':
|
|
23
|
+
export default{'en-au':{'dictionary':{'Import\x20from\x20Word':'Import\x20from\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.','Importing\x20Word\x20document':''},'getPluralForm':_0x4131ee=>0x1!=_0x4131ee}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x2c96cc=>{const {'en-au':{dictionary:_0x196f18,getPluralForm:_0x1a804c}}={'en-au':{'dictionary':{'Import\x20from\x20Word':'Import\x20from\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.','Importing\x20Word\x20document':''},'getPluralForm':_0xd1bc66=>0x1!=_0xd1bc66}};_0x2c96cc['en-au']||={'dictionary':{},'getPluralForm':null},_0x2c96cc['en-au']['dictionary']=Object['assign'](_0x2c96cc['en-au']['dictionary'],_0x196f18),_0x2c96cc['en-au']['getPluralForm']=_0x1a804c;})(window['CKEDITOR_TRANSLATIONS']||={});
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x4dbd72=>{const {en:{dictionary:_0x3e5eeb,getPluralForm:_0x500b72}}={'en':{'dictionary':{'Import\x20from\x20Word':'Import\x20from\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.','Importing\x20Word\x20document':'Importing\x20Word\x20document'},'getPluralForm':null}};_0x4dbd72['en']||={'dictionary':{},'getPluralForm':null},_0x4dbd72['en']['dictionary']=Object['assign'](_0x4dbd72['en']['dictionary'],_0x3e5eeb),_0x4dbd72['en']['getPluralForm']=_0x500b72;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/es.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'es':{'dictionary':{'Import\x20from\x20Word':'Importar\x20desde\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Se\x20ha\x20producido\x20un\x20error\x20al\x20importar\x20el\x20archivo\x20de\x20Word.','Importing\x20Word\x20document':'Importando\x20documento\x20de\x20Word'},'getPluralForm':
|
|
23
|
+
export default{'es':{'dictionary':{'Import\x20from\x20Word':'Importar\x20desde\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Se\x20ha\x20producido\x20un\x20error\x20al\x20importar\x20el\x20archivo\x20de\x20Word.','Importing\x20Word\x20document':'Importando\x20documento\x20de\x20Word'},'getPluralForm':_0x4cc152=>0x1==_0x4cc152?0x0:0x0!=_0x4cc152&&_0x4cc152%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x49cefb=>{const {es:{dictionary:_0x5acb38,getPluralForm:_0x462528}}={'es':{'dictionary':{'Import\x20from\x20Word':'Importar\x20desde\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Se\x20ha\x20producido\x20un\x20error\x20al\x20importar\x20el\x20archivo\x20de\x20Word.','Importing\x20Word\x20document':'Importando\x20documento\x20de\x20Word'},'getPluralForm':_0x336b26=>0x1==_0x336b26?0x0:0x0!=_0x336b26&&_0x336b26%0xf4240==0x0?0x1:0x2}};_0x49cefb['es']||={'dictionary':{},'getPluralForm':null},_0x49cefb['es']['dictionary']=Object['assign'](_0x49cefb['es']['dictionary'],_0x5acb38),_0x49cefb['es']['getPluralForm']=_0x462528;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/et.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'et':{'dictionary':{'Import\x20from\x20Word':'Wordist\x20importimine','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Wordi\x20faili\x20importimisel\x20tekkis\x20viga.','Importing\x20Word\x20document':'Word\x20dokumendi\x20importimine'},'getPluralForm':
|
|
23
|
+
export default{'et':{'dictionary':{'Import\x20from\x20Word':'Wordist\x20importimine','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Wordi\x20faili\x20importimisel\x20tekkis\x20viga.','Importing\x20Word\x20document':'Word\x20dokumendi\x20importimine'},'getPluralForm':_0x13f934=>0x1!=_0x13f934}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x24e418=>{const {et:{dictionary:_0xa16155,getPluralForm:_0x253473}}={'et':{'dictionary':{'Import\x20from\x20Word':'Wordist\x20importimine','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Wordi\x20faili\x20importimisel\x20tekkis\x20viga.','Importing\x20Word\x20document':'Word\x20dokumendi\x20importimine'},'getPluralForm':_0x3e8ba8=>0x1!=_0x3e8ba8}};_0x24e418['et']||={'dictionary':{},'getPluralForm':null},_0x24e418['et']['dictionary']=Object['assign'](_0x24e418['et']['dictionary'],_0xa16155),_0x24e418['et']['getPluralForm']=_0x253473;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/fi.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'fi':{'dictionary':{'Import\x20from\x20Word':'Tuo\x20Wordista','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Word-tiedoston\x20tuomisessa\x20tapahtui\x20virhe.','Importing\x20Word\x20document':'Tuodaan\x20Word-asiakirja'},'getPluralForm':
|
|
23
|
+
export default{'fi':{'dictionary':{'Import\x20from\x20Word':'Tuo\x20Wordista','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Word-tiedoston\x20tuomisessa\x20tapahtui\x20virhe.','Importing\x20Word\x20document':'Tuodaan\x20Word-asiakirja'},'getPluralForm':_0x5c2172=>0x1!=_0x5c2172}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x21f202=>{const {fi:{dictionary:_0x183d61,getPluralForm:_0x33add3}}={'fi':{'dictionary':{'Import\x20from\x20Word':'Tuo\x20Wordista','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Word-tiedoston\x20tuomisessa\x20tapahtui\x20virhe.','Importing\x20Word\x20document':'Tuodaan\x20Word-asiakirja'},'getPluralForm':_0x43a8a9=>0x1!=_0x43a8a9}};_0x21f202['fi']||={'dictionary':{},'getPluralForm':null},_0x21f202['fi']['dictionary']=Object['assign'](_0x21f202['fi']['dictionary'],_0x183d61),_0x21f202['fi']['getPluralForm']=_0x33add3;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/fr.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'fr':{'dictionary':{'Import\x20from\x20Word':'Importer\x20depuis\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Une\x20erreur\x20s\x27est\x20produite\x20lors\x20de\x20l\x27importation\x20du\x20fichier\x20Word.','Importing\x20Word\x20document':'Importation\x20d\x27un\x20document\x20Word'},'getPluralForm':
|
|
23
|
+
export default{'fr':{'dictionary':{'Import\x20from\x20Word':'Importer\x20depuis\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Une\x20erreur\x20s\x27est\x20produite\x20lors\x20de\x20l\x27importation\x20du\x20fichier\x20Word.','Importing\x20Word\x20document':'Importation\x20d\x27un\x20document\x20Word'},'getPluralForm':_0x188d46=>0x0==_0x188d46||0x1==_0x188d46?0x0:0x0!=_0x188d46&&_0x188d46%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x5f11a2=>{const {fr:{dictionary:_0x2beab2,getPluralForm:_0x405ff8}}={'fr':{'dictionary':{'Import\x20from\x20Word':'Importer\x20depuis\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Une\x20erreur\x20s\x27est\x20produite\x20lors\x20de\x20l\x27importation\x20du\x20fichier\x20Word.','Importing\x20Word\x20document':'Importation\x20d\x27un\x20document\x20Word'},'getPluralForm':_0x1c397c=>0x0==_0x1c397c||0x1==_0x1c397c?0x0:0x0!=_0x1c397c&&_0x1c397c%0xf4240==0x0?0x1:0x2}};_0x5f11a2['fr']||={'dictionary':{},'getPluralForm':null},_0x5f11a2['fr']['dictionary']=Object['assign'](_0x5f11a2['fr']['dictionary'],_0x2beab2),_0x5f11a2['fr']['getPluralForm']=_0x405ff8;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/gl.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'gl':{'dictionary':{'Import\x20from\x20Word':'Importar\x20dende\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Produciuse\x20un\x20erro\x20ao\x20importar\x20o\x20ficheiro\x20de\x20Word.','Importing\x20Word\x20document':''},'getPluralForm':
|
|
23
|
+
export default{'gl':{'dictionary':{'Import\x20from\x20Word':'Importar\x20dende\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Produciuse\x20un\x20erro\x20ao\x20importar\x20o\x20ficheiro\x20de\x20Word.','Importing\x20Word\x20document':'Importar\x20un\x20documento\x20de\x20Word'},'getPluralForm':_0x347330=>0x1!=_0x347330}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x20df70=>{const {gl:{dictionary:_0x550455,getPluralForm:_0x5e5b89}}={'gl':{'dictionary':{'Import\x20from\x20Word':'Importar\x20dende\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Produciuse\x20un\x20erro\x20ao\x20importar\x20o\x20ficheiro\x20de\x20Word.','Importing\x20Word\x20document':'Importar\x20un\x20documento\x20de\x20Word'},'getPluralForm':_0x1c50a6=>0x1!=_0x1c50a6}};_0x20df70['gl']||={'dictionary':{},'getPluralForm':null},_0x20df70['gl']['dictionary']=Object['assign'](_0x20df70['gl']['dictionary'],_0x550455),_0x20df70['gl']['getPluralForm']=_0x5e5b89;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/he.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'he':{'dictionary':{'Import\x20from\x20Word':'ייבוא\x20מ-Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'אירעה\x20שגיאה\x20בעת\x20ייבוא\x20קובץ\x20ה-Word.','Importing\x20Word\x20document':'מייבא\x20מסמך\x20וורד'},'getPluralForm':
|
|
23
|
+
export default{'he':{'dictionary':{'Import\x20from\x20Word':'ייבוא\x20מ-Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'אירעה\x20שגיאה\x20בעת\x20ייבוא\x20קובץ\x20ה-Word.','Importing\x20Word\x20document':'מייבא\x20מסמך\x20וורד'},'getPluralForm':_0x49bd3a=>0x1==_0x49bd3a&&_0x49bd3a%0x1==0x0?0x0:0x2==_0x49bd3a&&_0x49bd3a%0x1==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x438fe4=>{const {he:{dictionary:_0x2e159c,getPluralForm:_0x44aa75}}={'he':{'dictionary':{'Import\x20from\x20Word':'ייבוא\x20מ-Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'אירעה\x20שגיאה\x20בעת\x20ייבוא\x20קובץ\x20ה-Word.','Importing\x20Word\x20document':'מייבא\x20מסמך\x20וורד'},'getPluralForm':_0x32c095=>0x1==_0x32c095&&_0x32c095%0x1==0x0?0x0:0x2==_0x32c095&&_0x32c095%0x1==0x0?0x1:0x2}};_0x438fe4['he']||={'dictionary':{},'getPluralForm':null},_0x438fe4['he']['dictionary']=Object['assign'](_0x438fe4['he']['dictionary'],_0x2e159c),_0x438fe4['he']['getPluralForm']=_0x44aa75;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/hi.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'hi':{'dictionary':{'Import\x20from\x20Word':'वर्ड\x20से\x20इंपोर्ट\x20करें','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'वर्ड\x20फाइल\x20इंपोर्ट\x20करते\x20वक्त\x20एरर\x20हो\x20गया','Importing\x20Word\x20document':'Word\x20डॉक्यूमेंट\x20इम्पोर्ट\x20की\x20जा\x20रही\x20है'},'getPluralForm':
|
|
23
|
+
export default{'hi':{'dictionary':{'Import\x20from\x20Word':'वर्ड\x20से\x20इंपोर्ट\x20करें','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'वर्ड\x20फाइल\x20इंपोर्ट\x20करते\x20वक्त\x20एरर\x20हो\x20गया','Importing\x20Word\x20document':'Word\x20डॉक्यूमेंट\x20इम्पोर्ट\x20की\x20जा\x20रही\x20है'},'getPluralForm':_0x2e563d=>0x1!=_0x2e563d}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x27cc11=>{const {hi:{dictionary:_0x5bb77e,getPluralForm:_0x41ad8a}}={'hi':{'dictionary':{'Import\x20from\x20Word':'वर्ड\x20से\x20इंपोर्ट\x20करें','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'वर्ड\x20फाइल\x20इंपोर्ट\x20करते\x20वक्त\x20एरर\x20हो\x20गया','Importing\x20Word\x20document':'Word\x20डॉक्यूमेंट\x20इम्पोर्ट\x20की\x20जा\x20रही\x20है'},'getPluralForm':_0x35135b=>0x1!=_0x35135b}};_0x27cc11['hi']||={'dictionary':{},'getPluralForm':null},_0x27cc11['hi']['dictionary']=Object['assign'](_0x27cc11['hi']['dictionary'],_0x5bb77e),_0x27cc11['hi']['getPluralForm']=_0x41ad8a;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/hr.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'hr':{'dictionary':{'Import\x20from\x20Word':'Uvoz\x20iz\x20Worda','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Dogodila\x20se\x20greška\x20prilikom\x20uvoza\x20iz\x20Worda','Importing\x20Word\x20document':''},'getPluralForm':
|
|
23
|
+
export default{'hr':{'dictionary':{'Import\x20from\x20Word':'Uvoz\x20iz\x20Worda','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Dogodila\x20se\x20greška\x20prilikom\x20uvoza\x20iz\x20Worda','Importing\x20Word\x20document':''},'getPluralForm':_0x3a2a23=>_0x3a2a23%0xa==0x1&&_0x3a2a23%0x64!=0xb?0x0:_0x3a2a23%0xa>=0x2&&_0x3a2a23%0xa<=0x4&&(_0x3a2a23%0x64<0xa||_0x3a2a23%0x64>=0x14)?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x2cb66d=>{const {hr:{dictionary:_0x577e52,getPluralForm:_0x36bdc1}}={'hr':{'dictionary':{'Import\x20from\x20Word':'Uvoz\x20iz\x20Worda','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Dogodila\x20se\x20greška\x20prilikom\x20uvoza\x20iz\x20Worda','Importing\x20Word\x20document':''},'getPluralForm':_0x310f55=>_0x310f55%0xa==0x1&&_0x310f55%0x64!=0xb?0x0:_0x310f55%0xa>=0x2&&_0x310f55%0xa<=0x4&&(_0x310f55%0x64<0xa||_0x310f55%0x64>=0x14)?0x1:0x2}};_0x2cb66d['hr']||={'dictionary':{},'getPluralForm':null},_0x2cb66d['hr']['dictionary']=Object['assign'](_0x2cb66d['hr']['dictionary'],_0x577e52),_0x2cb66d['hr']['getPluralForm']=_0x36bdc1;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/hu.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'hu':{'dictionary':{'Import\x20from\x20Word':'Importálás\x20Word\x20dokumentumból','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Hiba\x20történt\x20a\x20Word\x20fájl\x20importálása\x20közben.','Importing\x20Word\x20document':'Word\x20dokumentum\x20importálása'},'getPluralForm':
|
|
23
|
+
export default{'hu':{'dictionary':{'Import\x20from\x20Word':'Importálás\x20Word\x20dokumentumból','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Hiba\x20történt\x20a\x20Word\x20fájl\x20importálása\x20közben.','Importing\x20Word\x20document':'Word\x20dokumentum\x20importálása'},'getPluralForm':_0x1c3f2c=>0x1!=_0x1c3f2c}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x599b7c=>{const {hu:{dictionary:_0x10a3e5,getPluralForm:_0x36ed12}}={'hu':{'dictionary':{'Import\x20from\x20Word':'Importálás\x20Word\x20dokumentumból','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Hiba\x20történt\x20a\x20Word\x20fájl\x20importálása\x20közben.','Importing\x20Word\x20document':'Word\x20dokumentum\x20importálása'},'getPluralForm':_0x2da13a=>0x1!=_0x2da13a}};_0x599b7c['hu']||={'dictionary':{},'getPluralForm':null},_0x599b7c['hu']['dictionary']=Object['assign'](_0x599b7c['hu']['dictionary'],_0x10a3e5),_0x599b7c['hu']['getPluralForm']=_0x36ed12;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/id.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'id':{'dictionary':{'Import\x20from\x20Word':'Impor\x20dari\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Terjadi\x20kesalahan\x20saat\x20mengimpor\x20file\x20Word.','Importing\x20Word\x20document':'mengimpor\x20dokumen\x20Word'},'getPluralForm':
|
|
23
|
+
export default{'id':{'dictionary':{'Import\x20from\x20Word':'Impor\x20dari\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Terjadi\x20kesalahan\x20saat\x20mengimpor\x20file\x20Word.','Importing\x20Word\x20document':'mengimpor\x20dokumen\x20Word'},'getPluralForm':_0x3b50cd=>0x0}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x539d7d=>{const {id:{dictionary:_0x9eb7ca,getPluralForm:_0x1cdc39}}={'id':{'dictionary':{'Import\x20from\x20Word':'Impor\x20dari\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Terjadi\x20kesalahan\x20saat\x20mengimpor\x20file\x20Word.','Importing\x20Word\x20document':'mengimpor\x20dokumen\x20Word'},'getPluralForm':_0x14e8b6=>0x0}};_0x539d7d['id']||={'dictionary':{},'getPluralForm':null},_0x539d7d['id']['dictionary']=Object['assign'](_0x539d7d['id']['dictionary'],_0x9eb7ca),_0x539d7d['id']['getPluralForm']=_0x1cdc39;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/it.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'it':{'dictionary':{'Import\x20from\x20Word':'Importa\x20da\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Si\x20è\x20verificato\x20un\x20errore\x20durante\x20l\x27importazione\x20del\x20file\x20Word.','Importing\x20Word\x20document':'Importa\x20documento\x20Word'},'getPluralForm':
|
|
23
|
+
export default{'it':{'dictionary':{'Import\x20from\x20Word':'Importa\x20da\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Si\x20è\x20verificato\x20un\x20errore\x20durante\x20l\x27importazione\x20del\x20file\x20Word.','Importing\x20Word\x20document':'Importa\x20documento\x20Word'},'getPluralForm':_0x237345=>0x1==_0x237345?0x0:0x0!=_0x237345&&_0x237345%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x2503c0=>{const {it:{dictionary:_0x1ee518,getPluralForm:_0x4d5d78}}={'it':{'dictionary':{'Import\x20from\x20Word':'Importa\x20da\x20Word','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Si\x20è\x20verificato\x20un\x20errore\x20durante\x20l\x27importazione\x20del\x20file\x20Word.','Importing\x20Word\x20document':'Importa\x20documento\x20Word'},'getPluralForm':_0x2998b9=>0x1==_0x2998b9?0x0:0x0!=_0x2998b9&&_0x2998b9%0xf4240==0x0?0x1:0x2}};_0x2503c0['it']||={'dictionary':{},'getPluralForm':null},_0x2503c0['it']['dictionary']=Object['assign'](_0x2503c0['it']['dictionary'],_0x1ee518),_0x2503c0['it']['getPluralForm']=_0x4d5d78;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/ja.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'ja':{'dictionary':{'Import\x20from\x20Word':'Wordからインポート','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Wordフィアルのインポート中にエラーが発生しました','Importing\x20Word\x20document':'Word文書をインポート中'},'getPluralForm':
|
|
23
|
+
export default{'ja':{'dictionary':{'Import\x20from\x20Word':'Wordからインポート','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Wordフィアルのインポート中にエラーが発生しました','Importing\x20Word\x20document':'Word文書をインポート中'},'getPluralForm':_0x5681a5=>0x0}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x156e9d=>{const {ja:{dictionary:_0xda1314,getPluralForm:_0x2f5d76}}={'ja':{'dictionary':{'Import\x20from\x20Word':'Wordからインポート','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Wordフィアルのインポート中にエラーが発生しました','Importing\x20Word\x20document':'Word文書をインポート中'},'getPluralForm':_0x58eed2=>0x0}};_0x156e9d['ja']||={'dictionary':{},'getPluralForm':null},_0x156e9d['ja']['dictionary']=Object['assign'](_0x156e9d['ja']['dictionary'],_0xda1314),_0x156e9d['ja']['getPluralForm']=_0x2f5d76;})(window['CKEDITOR_TRANSLATIONS']||={});
|