@ckeditor/ckeditor5-import-word 0.0.0-nightly-20240807.0 → 0.0.0-nightly-20240809.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:()=>W,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}}function i(t,r){const e=s();return(i=function(t,r){return e[t-=316]})(t,r)}function s(){const t=["editing","application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.openxmlformats-officedocument.wordprocessingml.template","7DvUpet","Importing Word document","menuBar:importWord","locale","importWord","children","iconView","isVisible","2QTXUiW","editor","set","295352NBtojf","isEnabled","2201035GToAoD","commands","execute","componentFactory","pluginName","Import from Word","done","10592604HijRtY","label","1648848grsXRY","view","1488104rqfnqt","1100364zDLkla","731324wYXIzr","_createButton","get","init","add","ImportWordUI","tooltip","isOn","focus","bind","isBusy"];return(s=function(){return t})()}const a=i;!function(t){const r=i,e=t();for(;;)try{if(295909===parseInt(r(331))/1+-parseInt(r(328))/2*(parseInt(r(342))/3)+parseInt(r(346))/4+-parseInt(r(333))/5+-parseInt(r(345))/6+-parseInt(r(320))/7*(parseInt(r(344))/8)+parseInt(r(340))/9)break;e.push(e.shift())}catch(t){e.push(e.shift())}}(s);class c extends t.Plugin{static get[a(337)](){return a(351)}[a(349)](){const t=a,e=this[t(329)];e.ui[t(336)][t(350)](t(324),(()=>{const n=t,o=this[n(347)](r.FileDialogButtonView),i=e[n(334)][n(348)](n(324));return o[n(316)](n(353)).to(i,n(317)),o[n(352)]=!0,o})),e.ui[t(336)][t(350)](t(322),(()=>this[t(347)](r.MenuBarMenuListItemFileDialogButtonView)))}[a(347)](t){const e=a,n=this[e(329)],i=n[e(334)][e(348)](e(324)),s=new t(n[e(323)]),c=new r.SpinnerView;return s[e(330)]({acceptedType:e(319)}),s[e(330)]({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'}),s[e(316)](e(332)).to(i),s[e(316)](e(341)).to(i,e(317),(t=>o(n[e(323)],e(t?321:338)))),c[e(316)](e(327)).to(i,e(317)),s[e(326)][e(316)](e(327)).to(i,e(317),(t=>!t)),s[e(325)][e(350)](c),s.on(e(339),((t,r)=>{const o=e;n[o(335)](o(324),r[0],{}),n[o(318)][o(343)][o(354)]()})),s}}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-=134]})(t,r)}function f(){const t=["import-word-plugin-conversion-failed","isAtEnd","Notification","get","bind","finally","stopListening","reject","dataInsert","editor","model","position","_prepareForImport","schema","POST","headers","setSelection","DateTimeFormat","importWord:","signal","1061263lncaTY","selection","abort","_cleanUpAfterImport","rootName","deleteContent","3016728GjPtoA","then","has","createBatch","formatting","34xAzxwv","isCollapsed","editing","176KhOFSR","file","view","config","root","text/html","importWord","_handleImportFailure","parent","fire","plugins","getFirstPosition","setData","json","set","isEmpty","8483442csDcnm","execute","refresh","MergeFields","split","2244750ZLFOGd","_sendImportRequest","removeMarker","value","showWarning","stringify","html","change:range","getSelectedBlocks","_handleImportResponse","ImportWordEditing","import-word-plugin-import-cancelled","clipboardInput","resolvedOptions","document","checkChild","isBusy","_abortController","addMarker","25iiMhxs","converterUrl","catch","isEnabled","_importMarker","92188XXiVLe","_undoStepBatch","markers","merge_fields","enqueueChange","createPositionBefore","low","createPositionAfter","element","An error occurred while importing the Word file.","79687pzjRjU","mergeFields","getToken","getRange","resolve","aborted","locale","paragraph","$graveyard","Authorization","442404eLOEIx","isAtStart","timeZone","_checkEnabled"];return(f=function(){return t})()}!function(t){const r=h,e=t();for(;;)try{if(723947===parseInt(r(215))/1*(parseInt(r(157))/2)+-parseInt(r(152))/3+-parseInt(r(205))/4*(-parseInt(r(200))/5)+parseInt(r(176))/6+parseInt(r(146))/7+parseInt(r(160))/8*(-parseInt(r(225))/9)+-parseInt(r(181))/10)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(174)](r(197),!1),this[r(204)]=null,this[r(206)]=null,this[r(198)]=null,this.on(r(134),((e,n)=>{const o=r,i=new DataTransfer;i[o(172)](o(165),n[o(187)]);const s=this[o(204)][o(218)]();this[o(135)][o(136)][o(209)](this[o(206)],(r=>{const e=o;this[e(204)][e(235)](),r[e(142)](s),t[e(159)][e(162)][e(195)][e(169)](e(193),{dataTransfer:i})}))}),{priority:r(211)})}[d(178)](){const t=d;this[t(203)]=this[t(228)]()}[d(177)](t,r={}){const e=d;if(this[e(197)])return Promise[e(219)]();const n=this[e(135)][e(163)][e(232)](e(166));if(this[e(135)][e(170)][e(154)](e(179))){const{prefix:t,suffix:n}=this[e(135)][e(163)][e(232)](e(216));r[e(208)]={prefix:t,suffix:n}}const o={url:n[e(201)],file:t,serviceConfig:{...r,formatting:n[e(156)],timezone:(new(Intl[e(143)]))[e(194)]()[e(227)]}};return this[e(138)](),this[e(182)](o)[e(153)](this[e(190)][e(233)](this))[e(202)](this[e(167)][e(233)](this))[e(234)](this[e(149)][e(233)](this))}[d(228)](){const t=d;if(this[t(197)])return!1;const r=this[t(135)][t(136)],e=r[t(139)],n=r[t(195)][t(147)],o=(0,l.first)(n[t(189)]());return!!o&&e[t(196)](o[t(168)],t(222))}[d(138)](){const t=d,r=this[t(135)],e=r[t(136)],n=e[t(195)][t(147)];this[t(198)]=new AbortController,this[t(206)]=r[t(136)][t(155)]({isUndoable:!0}),e[t(209)](this[t(206)],(r=>{const o=t;n[o(158)]||e[o(151)](n,{leaveUnmerged:!0});const i=n[o(171)](),s=(0,l.first)(n[o(189)]());let a;a=s.is(o(213),o(222))&&s[o(175)]?i:i[o(226)]?e[o(210)](s):i[o(230)]?e[o(212)](s):r[o(180)](i)[o(137)],this[o(204)]=r[o(199)](o(144)+(0,l.uid)(),{usingOperation:!1,affectsData:!1,range:new u.Range(a)}),this[o(204)].on(o(188),(()=>{const t=o;t(223)===this[t(204)][t(218)]()[t(164)][t(150)]&&this[t(198)][t(148)]()}))})),this[t(197)]=!0,this[t(178)]()}[d(149)](){const t=d,r=this[t(135)][t(136)];r[t(207)][t(154)](this[t(204)])&&r[t(209)](this[t(206)],(r=>{const e=t;r[e(183)](this[e(204)])})),this[t(204)]=null,this[t(206)]=null,this[t(198)]=null,this[t(197)]=!1,this[t(178)]()}[d(182)]({url:t,file:r,serviceConfig:e}){const n=d,o=this[n(135)][n(170)][n(232)](n(191))[n(217)](),i=new FormData;i[n(174)](n(163),JSON[n(186)](e)),i[n(174)](n(161),r);const s={method:n(140),headers:{},body:i,signal:this[n(198)][n(145)]};return o&&(s[n(141)][n(224)]=o[n(184)]),fetch(t,s)}[d(190)](t){const r=d;return t.ok?t[r(173)]()[r(153)]((t=>{const e=r;this[e(135)][e(136)][e(207)][e(154)](this[e(204)])&&e(223)!==this[e(204)][e(218)]()[e(164)][e(150)]&&this[e(169)](e(134),t)})):Promise[r(236)]()}[d(167)](){const t=d;if(this[t(198)][t(145)][t(220)])return void(0,l.logWarning)(t(192));const r=this[t(135)],e=o(r[t(221)],t(214));r[t(170)][t(232)](t(231))[t(185)](e),(0,l.logError)(t(229))}}const I=g;function g(t,r){const e=v();return(g=function(t,r){return e[t-=391]})(t,r)}function v(){const t=["https://docx-converter.cke-cs.com/v2/convert/docx-html","ImportWordEditing","none","13216700qTCQmZ","7469PxOqfI","editor","inline","get","config","cloudServices","1367919agCiev","define","3958923wunrDG","2259924bnIwlO","commands","add","CloudServices","init","plugins","pluginName","importWord","tokenUrl","5802hyxaaC","4221kYCSPw","getToken","token","2480YZaCnw","649065mGIvCV","registerTokenUrl","_token","20YjYqTA","requires"];return(v=function(){return t})()}!function(t){const r=g,e=t();for(;;)try{if(960388===parseInt(r(415))/1+parseInt(r(418))/2+parseInt(r(417))/3+parseInt(r(403))/4*(-parseInt(r(400))/5)+parseInt(r(395))/6*(-parseInt(r(409))/7)+parseInt(r(399))/8*(parseInt(r(396))/9)+-parseInt(r(408))/10)break;e.push(e.shift())}catch(t){e.push(e.shift())}}(v);class w extends t.Plugin{static get[I(392)](){return I(406)}static get[I(404)](){const t=I;return[r.Notification,p.ClipboardPipeline,t(421)]}constructor(t){const r=I;super(t),this[r(402)]=null}async[I(422)](){const t=I,r=this[t(410)];r[t(413)][t(416)](t(393),{converterUrl:t(405),tokenUrl:(r[t(413)][t(412)](t(414))||{})[t(394)],formatting:{resets:t(407),defaults:t(407),styles:t(411)}}),r[t(419)][t(420)](t(393),new m(r));const{tokenUrl:e}=r[t(413)][t(412)](t(393));if(e){const{tokenUrl:n}=r[t(413)][t(412)](t(414))||{};this[t(402)]=e===n?r[t(391)][t(412)](t(421))[t(398)]:await r[t(391)][t(412)](t(421))[t(401)](e)}}[I(397)](){return this[I(402)]}}function b(t,r){var e=x();return(b=function(t,r){return e[t-=237]})(t,r)}function x(){var t=["116962rGTDhf","requires","pluginName","14bPjvpx","2341650ZgwLEl","2936214nNMyDr","17208390BMyErw","797949vKyioG","1092400WcYMaF","4245906rPouCS","ImportWord","12GMisDZ","9ymDZFs"];return(x=function(){return t})()}var y=b;!function(t){for(var r=b,e=t();;)try{if(610552===-parseInt(r(245))/1*(-parseInt(r(246))/2)+-parseInt(r(240))/3*(parseInt(r(244))/4)+parseInt(r(237))/5+-parseInt(r(242))/6+-parseInt(r(249))/7*(parseInt(r(241))/8)+-parseInt(r(238))/9+parseInt(r(239))/10)break;e.push(e.shift())}catch(t){e.push(e.shift())}}(x);class W extends t.Plugin{static get[y(248)](){return y(243)}static get[y(247)](){return[w,c]}}function k(t,r){var e=C();return(k=function(t,r){return e[t-=417]})(t,r)}function C(){var t=["7bdmasA","635343YcqggV","13804965JnclIK","6ONIhJz","709908SVLCbM","1023037WQorpi","8456140uIzzGf","5899432KIBtkF","10441832XJeOFZ","40AtZian"];return(C=function(){return t})()}!function(t){for(var r=k,e=t();;)try{if(959438===-parseInt(r(421))/1+parseInt(r(419))/2*(parseInt(r(417))/3)+parseInt(r(423))/4+-parseInt(r(425))/5*(-parseInt(r(420))/6)+parseInt(r(426))/7*(parseInt(r(424))/8)+-parseInt(r(418))/9+-parseInt(r(422))/10)break;e.push(e.shift())}catch(t){e.push(e.shift())}}(C)})(),(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 _0x3ef66e,Command as _0x563cf6}from'@ckeditor/ckeditor5-core/dist/index.js';import{FileDialogButtonView as _0x2b1cbc,MenuBarMenuListItemFileDialogButtonView as _0x23f6f6,SpinnerView as _0x1bc708,Notification as _0x2993c4}from'@ckeditor/ckeditor5-ui/dist/index.js';import{ClipboardPipeline as _0x1b019b}from'@ckeditor/ckeditor5-clipboard/dist/index.js';import{Range as _0x472696}from'@ckeditor/ckeditor5-engine/dist/index.js';import{first as _0x1b3b4b,uid as _0x3be1f9,logWarning as _0x5469c7,logError as _0x15a9e4}from'@ckeditor/ckeditor5-utils/dist/index.js';function p(_0x2e9538,_0x52382f){const t=_0x2e9538['t'];switch(_0x52382f){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 _0x52382f;}}class o extends _0x3ef66e{static get['pluginName'](){return'ImportWordUI';}['init'](){const _0x21dc56=this['editor'];_0x21dc56['ui']['componentFactory']['add']('importWord',()=>{const _0x36cb6b=this['_createButton'](_0x2b1cbc),_0x5f434f=_0x21dc56['commands']['get']('importWord');return _0x36cb6b['bind']('isOn')['to'](_0x5f434f,'isBusy'),_0x36cb6b['tooltip']=!0x0,_0x36cb6b;}),_0x21dc56['ui']['componentFactory']['add']('menuBar:importWord',()=>this['_createButton'](_0x23f6f6));}['_createButton'](_0x38baf9){const _0x20da52=this['editor'],_0x2c8bd6=_0x20da52['commands']['get']('importWord'),_0x31094c=new _0x38baf9(_0x20da52['locale']),_0x2dc4a2=new _0x1bc708();return _0x31094c['set']({'acceptedType':'application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.openxmlformats-officedocument.wordprocessingml.template'}),_0x31094c['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'}),_0x31094c['bind']('isEnabled')['to'](_0x2c8bd6),_0x31094c['bind']('label')['to'](_0x2c8bd6,'isBusy',_0x2f34b3=>p(_0x20da52['locale'],_0x2f34b3?'Importing\x20Word\x20document':'Import\x20from\x20Word')),_0x2dc4a2['bind']('isVisible')['to'](_0x2c8bd6,'isBusy'),_0x31094c['iconView']['bind']('isVisible')['to'](_0x2c8bd6,'isBusy',_0x5500d7=>!_0x5500d7),_0x31094c['children']['add'](_0x2dc4a2),_0x31094c['on']('done',(_0x1435bb,_0x4a491a)=>{_0x20da52['execute']('importWord',_0x4a491a[0x0],{}),_0x20da52['editing']['view']['focus']();}),_0x31094c;}}class d extends _0x563cf6{['_importMarker'];['_undoStepBatch'];['_abortController'];constructor(_0x687872){super(_0x687872),this['set']('isBusy',!0x1),this['_importMarker']=null,this['_undoStepBatch']=null,this['_abortController']=null,this['on']('dataInsert',(_0xc80d56,_0x10f1e1)=>{const _0x2a00f8=new DataTransfer();_0x2a00f8['setData']('text/html',_0x10f1e1['html']);const _0x190edb=this['_importMarker']['getRange']();this['editor']['model']['enqueueChange'](this['_undoStepBatch'],_0x5c600c=>{this['_importMarker']['stopListening'](),_0x5c600c['setSelection'](_0x190edb),_0x687872['editing']['view']['document']['fire']('clipboardInput',{'dataTransfer':_0x2a00f8});});},{'priority':'low'});}['refresh'](){this['isEnabled']=this['_checkEnabled']();}['execute'](_0x3a42ec,_0x2c27e1={}){if(this['isBusy'])return Promise['resolve']();const _0x4e9e62=this['editor']['config']['get']('importWord');if(this['editor']['plugins']['has']('MergeFields')){const {prefix:_0x2ef17d,suffix:_0x3de18d}=this['editor']['config']['get']('mergeFields');_0x2c27e1['merge_fields']={'prefix':_0x2ef17d,'suffix':_0x3de18d};}const _0x14c656={'url':_0x4e9e62['converterUrl'],'file':_0x3a42ec,'serviceConfig':{..._0x2c27e1,'formatting':_0x4e9e62['formatting'],'timezone':new Intl['DateTimeFormat']()['resolvedOptions']()['timeZone']}};return this['_prepareForImport'](),this['_sendImportRequest'](_0x14c656)['then'](this['_handleImportResponse']['bind'](this))['catch'](this['_handleImportFailure']['bind'](this))['finally'](this['_cleanUpAfterImport']['bind'](this));}['_checkEnabled'](){if(this['isBusy'])return!0x1;const _0x41a619=this['editor']['model'],_0xe9cde5=_0x41a619['schema'],_0x1e107f=_0x41a619['document']['selection'],_0x230b8a=_0x1b3b4b(_0x1e107f['getSelectedBlocks']());return!!_0x230b8a&&_0xe9cde5['checkChild'](_0x230b8a['parent'],'paragraph');}['_prepareForImport'](){const _0x1350a0=this['editor'],_0x32f07e=_0x1350a0['model'],_0x17b6c0=_0x32f07e['document']['selection'];this['_abortController']=new AbortController(),this['_undoStepBatch']=_0x1350a0['model']['createBatch']({'isUndoable':!0x0}),_0x32f07e['enqueueChange'](this['_undoStepBatch'],_0x4daae3=>{_0x17b6c0['isCollapsed']||_0x32f07e['deleteContent'](_0x17b6c0,{'leaveUnmerged':!0x0});const _0x2c3b71=_0x17b6c0['getFirstPosition'](),_0x3c55c4=_0x1b3b4b(_0x17b6c0['getSelectedBlocks']());let _0x4d0e0d;_0x4d0e0d=_0x3c55c4['is']('element','paragraph')&&_0x3c55c4['isEmpty']?_0x2c3b71:_0x2c3b71['isAtStart']?_0x32f07e['createPositionBefore'](_0x3c55c4):_0x2c3b71['isAtEnd']?_0x32f07e['createPositionAfter'](_0x3c55c4):_0x4daae3['split'](_0x2c3b71)['position'],this['_importMarker']=_0x4daae3['addMarker']('importWord:'+_0x3be1f9(),{'usingOperation':!0x1,'affectsData':!0x1,'range':new _0x472696(_0x4d0e0d)}),this['_importMarker']['on']('change:range',()=>{'$graveyard'===this['_importMarker']['getRange']()['root']['rootName']&&this['_abortController']['abort']();});}),this['isBusy']=!0x0,this['refresh']();}['_cleanUpAfterImport'](){const _0x20d7f9=this['editor']['model'];_0x20d7f9['markers']['has'](this['_importMarker'])&&_0x20d7f9['enqueueChange'](this['_undoStepBatch'],_0x35eeb3=>{_0x35eeb3['removeMarker'](this['_importMarker']);}),this['_importMarker']=null,this['_undoStepBatch']=null,this['_abortController']=null,this['isBusy']=!0x1,this['refresh']();}['_sendImportRequest']({url:_0x516baa,file:_0x2acd32,serviceConfig:_0x1f3050}){const _0x400458=this['editor']['plugins']['get']('ImportWordEditing')['getToken'](),_0x5299b0=new FormData();_0x5299b0['set']('config',JSON['stringify'](_0x1f3050)),_0x5299b0['set']('file',_0x2acd32);const _0x89348f={'method':'POST','headers':{},'body':_0x5299b0,'signal':this['_abortController']['signal']};return _0x400458&&(_0x89348f['headers']['Authorization']=_0x400458['value']),fetch(_0x516baa,_0x89348f);}['_handleImportResponse'](_0x12b278){return _0x12b278['ok']?_0x12b278['json']()['then'](_0x476218=>{if(!this['editor']['model']['markers']['has'](this['_importMarker']))return;'$graveyard'!==this['_importMarker']['getRange']()['root']['rootName']&&this['fire']('dataInsert',_0x476218);}):Promise['reject']();}['_handleImportFailure'](){if(this['_abortController']['signal']['aborted'])return void _0x5469c7('import-word-plugin-import-cancelled');const _0x44e4f1=this['editor'],_0x38f4a7=p(_0x44e4f1['locale'],'An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.');_0x44e4f1['plugins']['get']('Notification')['showWarning'](_0x38f4a7),_0x15a9e4('import-word-plugin-conversion-failed');}}class e extends _0x3ef66e{['_token'];static get['pluginName'](){return'ImportWordEditing';}static get['requires'](){return[_0x2993c4,_0x1b019b,'CloudServices'];}constructor(_0x4c3fdd){super(_0x4c3fdd),this['_token']=null;}async['init'](){const _0x51d39b=this['editor'];_0x51d39b['config']['define']('importWord',{'converterUrl':'https://docx-converter.cke-cs.com/v2/convert/docx-html','tokenUrl':(_0x51d39b['config']['get']('cloudServices')||{})['tokenUrl'],'formatting':{'resets':'none','defaults':'none','styles':'inline'}}),_0x51d39b['commands']['add']('importWord',new d(_0x51d39b));const {tokenUrl:_0x2e5cb8}=_0x51d39b['config']['get']('importWord');if(_0x2e5cb8){const {tokenUrl:_0x3d52e1}=_0x51d39b['config']['get']('cloudServices')||{};this['_token']=_0x2e5cb8===_0x3d52e1?_0x51d39b['plugins']['get']('CloudServices')['token']:await _0x51d39b['plugins']['get']('CloudServices')['registerTokenUrl'](_0x2e5cb8);}}['getToken'](){return this['_token'];}}class i extends _0x3ef66e{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':_0x309d7f=>0x0==_0x309d7f?0x0:0x1==_0x309d7f?0x1:0x2==_0x309d7f?0x2:_0x309d7f%0x64>=0x3&&_0x309d7f%0x64<=0xa?0x3:_0x309d7f%0x64>=0xb&&_0x309d7f%0x64<=0x63?0x4:0x5}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x495846=>{const {ar:{dictionary:_0x45bcb9,getPluralForm:_0x53544b}}={'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':_0x50aec=>0x0==_0x50aec?0x0:0x1==_0x50aec?0x1:0x2==_0x50aec?0x2:_0x50aec%0x64>=0x3&&_0x50aec%0x64<=0xa?0x3:_0x50aec%0x64>=0xb&&_0x50aec%0x64<=0x63?0x4:0x5}};_0x495846['ar']||={'dictionary':{},'getPluralForm':null},_0x495846['ar']['dictionary']=Object['assign'](_0x495846['ar']['dictionary'],_0x45bcb9),_0x495846['ar']['getPluralForm']=_0x53544b;})(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':_0xf1b548=>0x1!=_0xf1b548}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x27547f=>{const {bg:{dictionary:_0x43c2ac,getPluralForm:_0x47edbb}}={'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':_0x1c83b2=>0x1!=_0x1c83b2}};_0x27547f['bg']||={'dictionary':{},'getPluralForm':null},_0x27547f['bg']['dictionary']=Object['assign'](_0x27547f['bg']['dictionary'],_0x43c2ac),_0x27547f['bg']['getPluralForm']=_0x47edbb;})(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':_0x330c2c=>0x1!=_0x330c2c}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x36291f=>{const {bn:{dictionary:_0x49e550,getPluralForm:_0x38355f}}={'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':_0x215a75=>0x1!=_0x215a75}};_0x36291f['bn']||={'dictionary':{},'getPluralForm':null},_0x36291f['bn']['dictionary']=Object['assign'](_0x36291f['bn']['dictionary'],_0x49e550),_0x36291f['bn']['getPluralForm']=_0x38355f;})(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':_0x54ca1a=>0x1!=_0x54ca1a}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x3b33fe=>{const {ca:{dictionary:_0x3f492b,getPluralForm:_0x2b9087}}={'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':_0x1fe47b=>0x1!=_0x1fe47b}};_0x3b33fe['ca']||={'dictionary':{},'getPluralForm':null},_0x3b33fe['ca']['dictionary']=Object['assign'](_0x3b33fe['ca']['dictionary'],_0x3f492b),_0x3b33fe['ca']['getPluralForm']=_0x2b9087;})(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':_0x23c292=>0x1==_0x23c292&&_0x23c292%0x1==0x0?0x0:_0x23c292>=0x2&&_0x23c292<=0x4&&_0x23c292%0x1==0x0?0x1:_0x23c292%0x1!=0x0?0x2:0x3}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x11acc3=>{const {cs:{dictionary:_0xcfa627,getPluralForm:_0x325232}}={'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':_0x4eddbb=>0x1==_0x4eddbb&&_0x4eddbb%0x1==0x0?0x0:_0x4eddbb>=0x2&&_0x4eddbb<=0x4&&_0x4eddbb%0x1==0x0?0x1:_0x4eddbb%0x1!=0x0?0x2:0x3}};_0x11acc3['cs']||={'dictionary':{},'getPluralForm':null},_0x11acc3['cs']['dictionary']=Object['assign'](_0x11acc3['cs']['dictionary'],_0xcfa627),_0x11acc3['cs']['getPluralForm']=_0x325232;})(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':_0x1b036a=>0x1!=_0x1b036a}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0xf6e9be=>{const {da:{dictionary:_0x31e39b,getPluralForm:_0x26af5d}}={'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':_0x4d4938=>0x1!=_0x4d4938}};_0xf6e9be['da']||={'dictionary':{},'getPluralForm':null},_0xf6e9be['da']['dictionary']=Object['assign'](_0xf6e9be['da']['dictionary'],_0x31e39b),_0xf6e9be['da']['getPluralForm']=_0x26af5d;})(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':_0x323b73=>0x1!=_0x323b73}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0xf70885=>{const {de:{dictionary:_0x3358d4,getPluralForm:_0x4355ee}}={'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':_0x148a32=>0x1!=_0x148a32}};_0xf70885['de']||={'dictionary':{},'getPluralForm':null},_0xf70885['de']['dictionary']=Object['assign'](_0xf70885['de']['dictionary'],_0x3358d4),_0xf70885['de']['getPluralForm']=_0x4355ee;})(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':_0x2997fd=>0x1!=_0x2997fd}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x24bf8=>{const {el:{dictionary:_0x3e37c1,getPluralForm:_0x492ba8}}={'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':_0x351530=>0x1!=_0x351530}};_0x24bf8['el']||={'dictionary':{},'getPluralForm':null},_0x24bf8['el']['dictionary']=Object['assign'](_0x24bf8['el']['dictionary'],_0x3e37c1),_0x24bf8['el']['getPluralForm']=_0x492ba8;})(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':_0x4580d2=>0x1!=_0x4580d2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x341362=>{const {'en-au':{dictionary:_0x388b04,getPluralForm:_0x56f8ca}}={'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':_0x33918c=>0x1!=_0x33918c}};_0x341362['en-au']||={'dictionary':{},'getPluralForm':null},_0x341362['en-au']['dictionary']=Object['assign'](_0x341362['en-au']['dictionary'],_0x388b04),_0x341362['en-au']['getPluralForm']=_0x56f8ca;})(window['CKEDITOR_TRANSLATIONS']||={});
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x206de5=>{const {en:{dictionary:_0x2aa349,getPluralForm:_0x375b05}}={'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}};_0x206de5['en']||={'dictionary':{},'getPluralForm':null},_0x206de5['en']['dictionary']=Object['assign'](_0x206de5['en']['dictionary'],_0x2aa349),_0x206de5['en']['getPluralForm']=_0x375b05;})(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':_0x6f4ab2=>0x1==_0x6f4ab2?0x0:0x0!=_0x6f4ab2&&_0x6f4ab2%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x496fbc=>{const {es:{dictionary:_0x5d887d,getPluralForm:_0x210fae}}={'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':_0x204f22=>0x1==_0x204f22?0x0:0x0!=_0x204f22&&_0x204f22%0xf4240==0x0?0x1:0x2}};_0x496fbc['es']||={'dictionary':{},'getPluralForm':null},_0x496fbc['es']['dictionary']=Object['assign'](_0x496fbc['es']['dictionary'],_0x5d887d),_0x496fbc['es']['getPluralForm']=_0x210fae;})(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':_0x22eb49=>0x1!=_0x22eb49}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x3724cd=>{const {et:{dictionary:_0x1ff5ed,getPluralForm:_0x2c6964}}={'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':_0x430351=>0x1!=_0x430351}};_0x3724cd['et']||={'dictionary':{},'getPluralForm':null},_0x3724cd['et']['dictionary']=Object['assign'](_0x3724cd['et']['dictionary'],_0x1ff5ed),_0x3724cd['et']['getPluralForm']=_0x2c6964;})(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':_0xd839ce=>0x1!=_0xd839ce}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x270f3e=>{const {fi:{dictionary:_0xf5454b,getPluralForm:_0x15cc9c}}={'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':_0x16f6ba=>0x1!=_0x16f6ba}};_0x270f3e['fi']||={'dictionary':{},'getPluralForm':null},_0x270f3e['fi']['dictionary']=Object['assign'](_0x270f3e['fi']['dictionary'],_0xf5454b),_0x270f3e['fi']['getPluralForm']=_0x15cc9c;})(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':_0x42c215=>0x0==_0x42c215||0x1==_0x42c215?0x0:0x0!=_0x42c215&&_0x42c215%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x588824=>{const {fr:{dictionary:_0x51f24a,getPluralForm:_0x28d082}}={'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':_0xf55c29=>0x0==_0xf55c29||0x1==_0xf55c29?0x0:0x0!=_0xf55c29&&_0xf55c29%0xf4240==0x0?0x1:0x2}};_0x588824['fr']||={'dictionary':{},'getPluralForm':null},_0x588824['fr']['dictionary']=Object['assign'](_0x588824['fr']['dictionary'],_0x51f24a),_0x588824['fr']['getPluralForm']=_0x28d082;})(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':_0x35b27f=>0x1!=_0x35b27f}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x2fa370=>{const {gl:{dictionary:_0x40d9b7,getPluralForm:_0x259edf}}={'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':_0x442655=>0x1!=_0x442655}};_0x2fa370['gl']||={'dictionary':{},'getPluralForm':null},_0x2fa370['gl']['dictionary']=Object['assign'](_0x2fa370['gl']['dictionary'],_0x40d9b7),_0x2fa370['gl']['getPluralForm']=_0x259edf;})(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':_0x8fc040=>0x1==_0x8fc040&&_0x8fc040%0x1==0x0?0x0:0x2==_0x8fc040&&_0x8fc040%0x1==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x27c494=>{const {he:{dictionary:_0x276fb1,getPluralForm:_0x43b3f2}}={'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':_0x5122e9=>0x1==_0x5122e9&&_0x5122e9%0x1==0x0?0x0:0x2==_0x5122e9&&_0x5122e9%0x1==0x0?0x1:0x2}};_0x27c494['he']||={'dictionary':{},'getPluralForm':null},_0x27c494['he']['dictionary']=Object['assign'](_0x27c494['he']['dictionary'],_0x276fb1),_0x27c494['he']['getPluralForm']=_0x43b3f2;})(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':_0x3cea60=>0x1!=_0x3cea60}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x1b6ff3=>{const {hi:{dictionary:_0x409ff6,getPluralForm:_0x32107e}}={'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':_0x566473=>0x1!=_0x566473}};_0x1b6ff3['hi']||={'dictionary':{},'getPluralForm':null},_0x1b6ff3['hi']['dictionary']=Object['assign'](_0x1b6ff3['hi']['dictionary'],_0x409ff6),_0x1b6ff3['hi']['getPluralForm']=_0x32107e;})(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':_0x434cf8=>_0x434cf8%0xa==0x1&&_0x434cf8%0x64!=0xb?0x0:_0x434cf8%0xa>=0x2&&_0x434cf8%0xa<=0x4&&(_0x434cf8%0x64<0xa||_0x434cf8%0x64>=0x14)?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x15db9f=>{const {hr:{dictionary:_0x4430b3,getPluralForm:_0x2fda20}}={'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':_0x2eeccd=>_0x2eeccd%0xa==0x1&&_0x2eeccd%0x64!=0xb?0x0:_0x2eeccd%0xa>=0x2&&_0x2eeccd%0xa<=0x4&&(_0x2eeccd%0x64<0xa||_0x2eeccd%0x64>=0x14)?0x1:0x2}};_0x15db9f['hr']||={'dictionary':{},'getPluralForm':null},_0x15db9f['hr']['dictionary']=Object['assign'](_0x15db9f['hr']['dictionary'],_0x4430b3),_0x15db9f['hr']['getPluralForm']=_0x2fda20;})(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':_0x4ebb7a=>0x1!=_0x4ebb7a}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x2b1ced=>{const {hu:{dictionary:_0x28522f,getPluralForm:_0x55234b}}={'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':_0xfac7ea=>0x1!=_0xfac7ea}};_0x2b1ced['hu']||={'dictionary':{},'getPluralForm':null},_0x2b1ced['hu']['dictionary']=Object['assign'](_0x2b1ced['hu']['dictionary'],_0x28522f),_0x2b1ced['hu']['getPluralForm']=_0x55234b;})(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':_0x475de7=>0x0}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0xb497a9=>{const {id:{dictionary:_0x359047,getPluralForm:_0x1e2777}}={'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':_0x25b920=>0x0}};_0xb497a9['id']||={'dictionary':{},'getPluralForm':null},_0xb497a9['id']['dictionary']=Object['assign'](_0xb497a9['id']['dictionary'],_0x359047),_0xb497a9['id']['getPluralForm']=_0x1e2777;})(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':_0x3527a0=>0x1==_0x3527a0?0x0:0x0!=_0x3527a0&&_0x3527a0%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x5516d8=>{const {it:{dictionary:_0x310c1a,getPluralForm:_0x118f64}}={'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':_0x5d77f8=>0x1==_0x5d77f8?0x0:0x0!=_0x5d77f8&&_0x5d77f8%0xf4240==0x0?0x1:0x2}};_0x5516d8['it']||={'dictionary':{},'getPluralForm':null},_0x5516d8['it']['dictionary']=Object['assign'](_0x5516d8['it']['dictionary'],_0x310c1a),_0x5516d8['it']['getPluralForm']=_0x118f64;})(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':_0x4a506d=>0x0}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x557ca1=>{const {ja:{dictionary:_0x235902,getPluralForm:_0xe788c0}}={'ja':{'dictionary':{'Import\x20from\x20Word':'Wordからインポート','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Wordフィアルのインポート中にエラーが発生しました','Importing\x20Word\x20document':'Word文書をインポート中'},'getPluralForm':_0x2c9f26=>0x0}};_0x557ca1['ja']||={'dictionary':{},'getPluralForm':null},_0x557ca1['ja']['dictionary']=Object['assign'](_0x557ca1['ja']['dictionary'],_0x235902),_0x557ca1['ja']['getPluralForm']=_0xe788c0;})(window['CKEDITOR_TRANSLATIONS']||={});
|