@ckeditor/ckeditor5-import-word 43.1.1 → 43.2.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. package/build/import-word.js +1 -1
  2. package/dist/index.js +1 -1
  3. package/dist/translations/ar.js +1 -1
  4. package/dist/translations/ar.umd.js +1 -1
  5. package/dist/translations/bg.js +1 -1
  6. package/dist/translations/bg.umd.js +1 -1
  7. package/dist/translations/bn.js +1 -1
  8. package/dist/translations/bn.umd.js +1 -1
  9. package/dist/translations/ca.js +1 -1
  10. package/dist/translations/ca.umd.js +1 -1
  11. package/dist/translations/cs.js +1 -1
  12. package/dist/translations/cs.umd.js +1 -1
  13. package/dist/translations/da.js +1 -1
  14. package/dist/translations/da.umd.js +1 -1
  15. package/dist/translations/de.js +1 -1
  16. package/dist/translations/de.umd.js +1 -1
  17. package/dist/translations/el.js +1 -1
  18. package/dist/translations/el.umd.js +1 -1
  19. package/dist/translations/en-au.js +1 -1
  20. package/dist/translations/en-au.umd.js +1 -1
  21. package/dist/translations/en.umd.js +1 -1
  22. package/dist/translations/es.js +1 -1
  23. package/dist/translations/es.umd.js +1 -1
  24. package/dist/translations/et.js +1 -1
  25. package/dist/translations/et.umd.js +1 -1
  26. package/dist/translations/fi.js +1 -1
  27. package/dist/translations/fi.umd.js +1 -1
  28. package/dist/translations/fr.js +1 -1
  29. package/dist/translations/fr.umd.js +1 -1
  30. package/dist/translations/gl.js +1 -1
  31. package/dist/translations/gl.umd.js +1 -1
  32. package/dist/translations/he.js +1 -1
  33. package/dist/translations/he.umd.js +1 -1
  34. package/dist/translations/hi.js +1 -1
  35. package/dist/translations/hi.umd.js +1 -1
  36. package/dist/translations/hr.js +1 -1
  37. package/dist/translations/hr.umd.js +1 -1
  38. package/dist/translations/hu.js +1 -1
  39. package/dist/translations/hu.umd.js +1 -1
  40. package/dist/translations/id.js +1 -1
  41. package/dist/translations/id.umd.js +1 -1
  42. package/dist/translations/it.js +1 -1
  43. package/dist/translations/it.umd.js +1 -1
  44. package/dist/translations/ja.js +1 -1
  45. package/dist/translations/ja.umd.js +1 -1
  46. package/dist/translations/ko.js +1 -1
  47. package/dist/translations/ko.umd.js +1 -1
  48. package/dist/translations/lt.js +1 -1
  49. package/dist/translations/lt.umd.js +1 -1
  50. package/dist/translations/lv.js +1 -1
  51. package/dist/translations/lv.umd.js +1 -1
  52. package/dist/translations/ms.js +1 -1
  53. package/dist/translations/ms.umd.js +1 -1
  54. package/dist/translations/nl.js +1 -1
  55. package/dist/translations/nl.umd.js +1 -1
  56. package/dist/translations/no.js +1 -1
  57. package/dist/translations/no.umd.js +1 -1
  58. package/dist/translations/pl.js +1 -1
  59. package/dist/translations/pl.umd.js +1 -1
  60. package/dist/translations/pt-br.js +1 -1
  61. package/dist/translations/pt-br.umd.js +1 -1
  62. package/dist/translations/pt.js +1 -1
  63. package/dist/translations/pt.umd.js +1 -1
  64. package/dist/translations/ro.js +1 -1
  65. package/dist/translations/ro.umd.js +1 -1
  66. package/dist/translations/ru.js +1 -1
  67. package/dist/translations/ru.umd.js +1 -1
  68. package/dist/translations/sk.js +1 -1
  69. package/dist/translations/sk.umd.js +1 -1
  70. package/dist/translations/sr-latn.js +1 -1
  71. package/dist/translations/sr-latn.umd.js +1 -1
  72. package/dist/translations/sr.js +1 -1
  73. package/dist/translations/sr.umd.js +1 -1
  74. package/dist/translations/sv.js +1 -1
  75. package/dist/translations/sv.umd.js +1 -1
  76. package/dist/translations/th.js +1 -1
  77. package/dist/translations/th.umd.js +1 -1
  78. package/dist/translations/tr.js +1 -1
  79. package/dist/translations/tr.umd.js +1 -1
  80. package/dist/translations/ug.js +1 -1
  81. package/dist/translations/ug.umd.js +1 -1
  82. package/dist/translations/uk.js +1 -1
  83. package/dist/translations/uk.umd.js +1 -1
  84. package/dist/translations/vi.js +1 -1
  85. package/dist/translations/vi.umd.js +1 -1
  86. package/dist/translations/zh-cn.js +1 -1
  87. package/dist/translations/zh-cn.umd.js +1 -1
  88. package/dist/translations/zh.js +1 -1
  89. package/dist/translations/zh.umd.js +1 -1
  90. package/package.json +7 -7
  91. package/src/importword.js +1 -1
  92. package/src/importwordcommand.js +1 -1
  93. package/src/importwordediting.js +1 -1
  94. package/src/importwordui.js +1 -1
  95. package/src/index.js +1 -1
  96. package/src/utils/common-translations.js +1 -1
@@ -2,4 +2,4 @@
2
2
  /*!
3
3
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
4
4
  * For licensing, see LICENSE.md.
5
- */(()=>{var t={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}}const s=i;function i(t,e){const r=a();return(i=function(t,e){return r[t-=380]})(t,e)}function a(){const t=["focus","isOn","isEnabled","add","bind","isVisible","menuBar:importWord","importWord","locale","96TfDElG","execute","pluginName","Import from Word","5308MMWHdQ","10JNpquR","_createButton","editing","Importing Word document","view","children","7858340KCviyd","3402036oGErUy","application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.openxmlformats-officedocument.wordprocessingml.template","22437LSWZTB","set","commands","ImportWordUI","iconView","isBusy","634izicud","2404792BTOSVc","done","get","editor","4820580cEQgeB","init","componentFactory","label","tooltip","30588800ujQoLU"];return(a=function(){return t})()}!function(t){const e=i,r=t();for(;;)try{if(907314===-parseInt(e(408))/1*(-parseInt(e(392))/2)+parseInt(e(413))/3+-parseInt(e(409))/4*(-parseInt(e(393))/5)+parseInt(e(400))/6+-parseInt(e(399))/7+parseInt(e(388))/8*(parseInt(e(402))/9)+-parseInt(e(418))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(a);class c extends t.Plugin{static get[s(390)](){return s(405)}[s(414)](){const t=s,r=this[t(412)];r.ui[t(415)][t(382)](t(386),(()=>{const n=t,o=this[n(394)](e.FileDialogButtonView),s=r[n(404)][n(411)](n(386));return o[n(383)](n(380)).to(s,n(407)),o[n(417)]=!0,o})),r.ui[t(415)][t(382)](t(385),(()=>this[t(394)](e.MenuBarMenuListItemFileDialogButtonView)))}[s(394)](t){const r=s,n=this[r(412)],i=n[r(404)][r(411)](r(386)),a=new t(n[r(387)]),c=new e.SpinnerView;return a[r(403)]({acceptedType:r(401)}),a[r(403)]({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(383)](r(381)).to(i),a[r(383)](r(416)).to(i,r(407),(t=>o(n[r(387)],r(t?396:391)))),c[r(383)](r(384)).to(i,r(407)),a[r(406)][r(383)](r(384)).to(i,r(407),(t=>!t)),a[r(398)][r(382)](c),a.on(r(410),((t,e)=>{const o=r;n[o(389)](o(386),e[0],{}),n[o(395)][o(397)][o(419)]()})),a}}var p=r(331),u=r(783),l=r(584);const d=h;function h(t,e){const r=f();return(h=function(t,e){return r[t-=417]})(t,e)}function f(){const t=["POST","15cDeQhu","markers","_importMarker","clipboardInput","parent","has","resolvedOptions","fire","root","6468602VXdyqw","refresh","position","converterUrl","getFirstPosition","739842ouLLsf","setSelection","getSelectedBlocks","788118MHoMrj","bind","merge_fields","removeMarker","28640RlWTdi","abort","finally","Notification","stringify","enqueueChange","dataInsert","getRange","selection","isEmpty","plugins","html","setData","isEnabled","json","editing","editor","An error occurred while importing the Word file.","schema","_handleImportResponse","locale","getToken","importWord:","_handleImportFailure","_abortController","DateTimeFormat","createBatch","rootName","2932QSCRmp","MergeFields","resolve","createPositionAfter","isBusy","1080608DwGRUO","get","stopListening","document","9873UjoQsX","import-word-plugin-import-cancelled","formatting","isAtEnd","change:range","createPositionBefore","Authorization","addMarker","showWarning","ImportWordEditing","aborted","set","_undoStepBatch","low","$graveyard","execute","paragraph","isAtStart","1875zMLFfe","element","model","text/html","value","deleteContent","timeZone","view","_sendImportRequest","then","_cleanUpAfterImport","checkChild","reject","import-word-plugin-conversion-failed","importWord","3672648BTUfBl","headers","config","signal","mergeFields","_checkEnabled","split","isCollapsed","_prepareForImport","catch","file"];return(f=function(){return t})()}!function(t){const e=h,r=t();for(;;)try{if(518423===-parseInt(e(421))/1+-parseInt(e(458))/2+parseInt(e(480))/3*(parseInt(e(453))/4)+-parseInt(e(507))/5*(parseInt(e(418))/6)+-parseInt(e(516))/7+-parseInt(e(495))/8+-parseInt(e(462))/9*(-parseInt(e(425))/10))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(473)](e(457),!1),this[e(509)]=null,this[e(474)]=null,this[e(449)]=null,this.on(e(431),((r,n)=>{const o=e,s=new DataTransfer;s[o(437)](o(483),n[o(436)]);const i=this[o(509)][o(432)]();this[o(441)][o(482)][o(430)](this[o(474)],(e=>{const r=o;this[r(509)][r(460)](),e[r(419)](i),t[r(440)][r(487)][r(461)][r(514)](r(510),{dataTransfer:s})}))}),{priority:e(475)})}[d(517)](){const t=d;this[t(438)]=this[t(500)]()}[d(477)](t,e={}){const r=d;if(this[r(457)])return Promise[r(455)]();const n=this[r(441)][r(497)][r(459)](r(494));if(this[r(441)][r(435)][r(512)](r(454))){const{prefix:t,suffix:n}=this[r(441)][r(497)][r(459)](r(499));e[r(423)]={prefix:t,suffix:n}}const o={url:n[r(519)],file:t,serviceConfig:{...e,formatting:n[r(464)],timezone:(new(Intl[r(450)]))[r(513)]()[r(486)]}};return this[r(503)](),this[r(488)](o)[r(489)](this[r(444)][r(422)](this))[r(504)](this[r(448)][r(422)](this))[r(427)](this[r(490)][r(422)](this))}[d(500)](){const t=d;if(this[t(457)])return!1;const e=this[t(441)][t(482)],r=e[t(443)],n=e[t(461)][t(433)],o=(0,l.first)(n[t(420)]());return!!o&&r[t(491)](o[t(511)],t(478))}[d(503)](){const t=d,e=this[t(441)],r=e[t(482)],n=r[t(461)][t(433)];this[t(449)]=new AbortController,this[t(474)]=e[t(482)][t(451)]({isUndoable:!0}),r[t(430)](this[t(474)],(e=>{const o=t;n[o(502)]||r[o(485)](n,{leaveUnmerged:!0});const s=n[o(417)](),i=(0,l.first)(n[o(420)]());let a;a=i.is(o(481),o(478))&&i[o(434)]?s:s[o(479)]?r[o(467)](i):s[o(465)]?r[o(456)](i):e[o(501)](s)[o(518)],this[o(509)]=e[o(469)](o(447)+(0,l.uid)(),{usingOperation:!1,affectsData:!1,range:new u.Range(a)}),this[o(509)].on(o(466),(()=>{const t=o;t(476)===this[t(509)][t(432)]()[t(515)][t(452)]&&this[t(449)][t(426)]()}))})),this[t(457)]=!0,this[t(517)]()}[d(490)](){const t=d,e=this[t(441)][t(482)];e[t(508)][t(512)](this[t(509)])&&e[t(430)](this[t(474)],(e=>{const r=t;e[r(424)](this[r(509)])})),this[t(509)]=null,this[t(474)]=null,this[t(449)]=null,this[t(457)]=!1,this[t(517)]()}[d(488)]({url:t,file:e,serviceConfig:r}){const n=d,o=this[n(441)][n(435)][n(459)](n(471))[n(446)](),s=new FormData;s[n(473)](n(497),JSON[n(429)](r)),s[n(473)](n(505),e);const i={method:n(506),headers:{},body:s,signal:this[n(449)][n(498)]};return o&&(i[n(496)][n(468)]=o[n(484)]),fetch(t,i)}[d(444)](t){const e=d;return t.ok?t[e(439)]()[e(489)]((t=>{const r=e;this[r(441)][r(482)][r(508)][r(512)](this[r(509)])&&r(476)!==this[r(509)][r(432)]()[r(515)][r(452)]&&this[r(514)](r(431),t)})):Promise[e(492)]()}[d(448)](){const t=d;if(this[t(449)][t(498)][t(472)])return void(0,l.logWarning)(t(463));const e=this[t(441)],r=o(e[t(445)],t(442));e[t(435)][t(459)](t(428))[t(470)](r),(0,l.logError)(t(493))}}const I=g;function g(t,e){const r=v();return(g=function(t,e){return r[t-=272]})(t,e)}function v(){const t=["none","24250OFMIfs","plugins","inline","define","config","ImportWordEditing","get","importWord","tokenUrl","CloudServices","init","_token","add","https://docx-converter.cke-cs.com/v2/convert/docx-html","8588340fdHISu","18QDFOee","265563McOTyU","commands","1934xeFXUI","52OWLoAD","registerTokenUrl","getToken","requires","cloudServices","850255GmvmPo","pluginName","4562705TANdmz","editor","3949eiFtVj","1162llTiQp","483800rdVcsn","token"];return(v=function(){return t})()}!function(t){const e=g,r=t();for(;;)try{if(665187===-parseInt(e(287))/1*(-parseInt(e(298))/2)+-parseInt(e(285))/3*(parseInt(e(288))/4)+parseInt(e(295))/5+parseInt(e(284))/6*(-parseInt(e(293))/7)+parseInt(e(299))/8+parseInt(e(283))/9+parseInt(e(302))/10*(-parseInt(e(297))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(v);class w extends t.Plugin{static get[I(294)](){return I(274)}static get[I(291)](){const t=I;return[e.Notification,p.ClipboardPipeline,t(278)]}constructor(t){const e=I;super(t),this[e(280)]=null}async[I(279)](){const t=I,e=this[t(296)];e[t(273)][t(272)](t(276),{converterUrl:t(282),tokenUrl:(e[t(273)][t(275)](t(292))||{})[t(277)],formatting:{resets:t(301),defaults:t(301),styles:t(304)}}),e[t(286)][t(281)](t(276),new m(e));const{tokenUrl:r}=e[t(273)][t(275)](t(276));if(r){const{tokenUrl:n}=e[t(273)][t(275)](t(292))||{};this[t(280)]=r===n?e[t(303)][t(275)](t(278))[t(300)]:await e[t(303)][t(275)](t(278))[t(289)](r)}}[I(290)](){return this[I(280)]}}var y=b;function W(){var t=["7992KgCLzn","480WfYPSv","134vVyZVw","ImportWord","2933RolLIw","6025wQGYFM","13944nlqHwf","126412HFlLsy","pluginName","207JVLgoB","3036892pSUeik","1086fYhkWX","requires","190390cZlWqc","529467RanuQn"];return(W=function(){return t})()}function b(t,e){var r=W();return(b=function(t,e){return r[t-=254]})(t,e)}!function(t){for(var e=b,r=t();;)try{if(500971===-parseInt(e(263))/1*(-parseInt(e(261))/2)+parseInt(e(260))/3+parseInt(e(256))/4+-parseInt(e(266))/5*(parseInt(e(257))/6)+-parseInt(e(265))/7*(parseInt(e(267))/8)+parseInt(e(255))/9*(parseInt(e(259))/10)+parseInt(e(268))/11*(-parseInt(e(262))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(W);class x extends t.Plugin{static get[y(254)](){return y(264)}static get[y(258)](){return[w,c]}}function T(t,e){var r=k();return(T=function(t,e){return r[t-=469]})(t,e)}function k(){var t=["65590kOwnFH","1156390zTQRys","121TunvAJ","162crGXIX","47430yEHfnR","394543GfcKCs","696885TUDllM","8600VEyVbX","760SuFGez","99fXzyHF","1960888DyECDF"];return(k=function(){return t})()}!function(t){for(var e=T,r=t();;)try{if(271417===-parseInt(e(473))/1+parseInt(e(475))/2*(-parseInt(e(477))/3)+parseInt(e(478))/4+-parseInt(e(479))/5*(parseInt(e(471))/6)+-parseInt(e(474))/7+parseInt(e(476))/8*(-parseInt(e(472))/9)+parseInt(e(469))/10*(parseInt(e(470))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(k)})(),(window.CKEditor5=window.CKEditor5||{}).importWord=n})();
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:()=>S,ImportWordEditing:()=>w,ImportWordUI:()=>a});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}}const s=i;function i(t,e){const r=c();return(i=function(t,e){return r[t-=273]})(t,e)}!function(t){const e=i,r=t();for(;;)try{if(856037===parseInt(e(280))/1+-parseInt(e(314))/2*(-parseInt(e(299))/3)+-parseInt(e(289))/4*(-parseInt(e(293))/5)+parseInt(e(291))/6+-parseInt(e(297))/7*(parseInt(e(306))/8)+parseInt(e(295))/9*(-parseInt(e(290))/10)+parseInt(e(302))/11*(-parseInt(e(283))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(c);class a extends t.Plugin{static get[s(276)](){return s(273)}[s(301)](){const t=s,r=this[t(309)];r.ui[t(308)][t(285)](t(277),(()=>{const n=t,o=this[n(275)](e.FileDialogButtonView),s=r[n(286)][n(303)](n(277));return o[n(304)](n(288)).to(s,n(296)),o[n(287)]=!0,o})),r.ui[t(308)][t(285)](t(310),(()=>this[t(275)](e.MenuBarMenuListItemFileDialogButtonView)))}[s(275)](t){const r=s,n=this[r(309)],i=n[r(286)][r(303)](r(277)),a=new t(n[r(313)]),c=new e.SpinnerView;return a[r(312)]({acceptedType:r(298)}),a[r(312)]({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(304)](r(284)).to(i),a[r(304)](r(307)).to(i,r(296),(t=>o(n[r(313)],r(t?300:278)))),c[r(304)](r(305)).to(i,r(296)),a[r(311)][r(304)](r(305)).to(i,r(296),(t=>!t)),a[r(281)][r(285)](c),a.on(r(292),((t,e)=>{const o=r;n[o(294)](o(277),e[0],{}),n[o(279)][o(282)][o(274)]()})),a}}function c(){const t=["628386TLPpxo","get","bind","isVisible","5976HQYShb","label","componentFactory","editor","menuBar:importWord","iconView","set","locale","360022LNGagy","ImportWordUI","focus","_createButton","pluginName","importWord","Import from Word","editing","338722AMThzo","children","view","372HdGzmA","isEnabled","add","commands","tooltip","isOn","52552bsPOBI","50PVAFyw","8745696aveTuv","done","430FqlmbA","execute","1361367FdioHA","isBusy","7525ZPQszM","application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.openxmlformats-officedocument.wordprocessingml.template","21gmdHao","Importing Word document","init"];return(c=function(){return t})()}var p=r(331),u=r(783),l=r(584);const h=d;function d(t,e){const r=f();return(d=function(t,e){return r[t-=168]})(t,e)}function f(){const t=["removeMarker","markers","createPositionAfter","24005wNTuXE","merge_fields","set","115105GUzmmH","bind","formatting","getSelectedBlocks","then","setData","editing","isAtStart","headers","188580hSkvJw","execute","timeZone","import-word-plugin-conversion-failed","_abortController","isAtEnd","split","_sendImportRequest","_importMarker","_handleImportResponse","isEnabled","importWord:","193564OdzkAK","catch","createPositionBefore","document","_prepareForImport","root","createBatch","stopListening","selection","view","isCollapsed","plugins","_handleImportFailure","get","isBusy","190989QTtvbK","$graveyard","paragraph","_cleanUpAfterImport","position","_undoStepBatch","mergeFields","import-word-plugin-import-cancelled","json","15lHZTcT","DateTimeFormat","fire","refresh","reject","clipboardInput","showWarning","html","importWord","dataInsert","rootName","_checkEnabled","getRange","config","Notification","checkChild","addMarker","getToken","deleteContent","model","value","enqueueChange","file","aborted","239548tEsSwu","116EYDtmk","isEmpty","converterUrl","resolve","signal","abort","getFirstPosition","stringify","finally","3444924LAKYhT","editor","has","locale","parent","resolvedOptions","low","schema","change:range","88pelEvb","ImportWordEditing","setSelection","Authorization","An error occurred while importing the Word file.","MergeFields","element","POST","text/html"];return(f=function(){return t})()}!function(t){const e=d,r=t();for(;;)try{if(376663===-parseInt(e(225))/1+-parseInt(e(194))/2*(parseInt(e(170))/3)+parseInt(e(195))/4*(parseInt(e(228))/5)+parseInt(e(204))/6+-parseInt(e(249))/7+-parseInt(e(213))/8*(parseInt(e(264))/9)+parseInt(e(237))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(f);class m extends t.Command{constructor(t){const e=d;super(t),this[e(227)](e(263),!1),this[e(245)]=null,this[e(269)]=null,this[e(241)]=null,this.on(e(179),((r,n)=>{const o=e,s=new DataTransfer;s[o(233)](o(221),n[o(177)]);const i=this[o(245)][o(182)]();this[o(205)][o(189)][o(191)](this[o(269)],(e=>{const r=o;this[r(245)][r(256)](),e[r(215)](i),t[r(234)][r(258)][r(252)][r(172)](r(175),{dataTransfer:s})}))}),{priority:e(210)})}[h(173)](){const t=h;this[t(247)]=this[t(181)]()}[h(238)](t,e={}){const r=h;if(this[r(263)])return Promise[r(198)]();const n=this[r(205)][r(183)][r(262)](r(178));if(this[r(205)][r(260)][r(206)](r(218))){const{prefix:t,suffix:n}=this[r(205)][r(183)][r(262)](r(270));e[r(226)]={prefix:t,suffix:n}}const o={url:n[r(197)],file:t,serviceConfig:{...e,formatting:n[r(230)],timezone:(new(Intl[r(171)]))[r(209)]()[r(239)]}};return this[r(253)](),this[r(244)](o)[r(232)](this[r(246)][r(229)](this))[r(250)](this[r(261)][r(229)](this))[r(203)](this[r(267)][r(229)](this))}[h(181)](){const t=h;if(this[t(263)])return!1;const e=this[t(205)][t(189)],r=e[t(211)],n=e[t(252)][t(257)],o=(0,l.first)(n[t(231)]());return!!o&&r[t(185)](o[t(208)],t(266))}[h(253)](){const t=h,e=this[t(205)],r=e[t(189)],n=r[t(252)][t(257)];this[t(241)]=new AbortController,this[t(269)]=e[t(189)][t(255)]({isUndoable:!0}),r[t(191)](this[t(269)],(e=>{const o=t;n[o(259)]||r[o(188)](n,{leaveUnmerged:!0});const s=n[o(201)](),i=(0,l.first)(n[o(231)]());let a;a=i.is(o(219),o(266))&&i[o(196)]?s:s[o(235)]?r[o(251)](i):s[o(242)]?r[o(224)](i):e[o(243)](s)[o(268)],this[o(245)]=e[o(186)](o(248)+(0,l.uid)(),{usingOperation:!1,affectsData:!1,range:new u.Range(a)}),this[o(245)].on(o(212),(()=>{const t=o;t(265)===this[t(245)][t(182)]()[t(254)][t(180)]&&this[t(241)][t(200)]()}))})),this[t(263)]=!0,this[t(173)]()}[h(267)](){const t=h,e=this[t(205)][t(189)];e[t(223)][t(206)](this[t(245)])&&e[t(191)](this[t(269)],(e=>{const r=t;e[r(222)](this[r(245)])})),this[t(245)]=null,this[t(269)]=null,this[t(241)]=null,this[t(263)]=!1,this[t(173)]()}[h(244)]({url:t,file:e,serviceConfig:r}){const n=h,o=this[n(205)][n(260)][n(262)](n(214))[n(187)](),s=new FormData;s[n(227)](n(183),JSON[n(202)](r)),s[n(227)](n(192),e);const i={method:n(220),headers:{},body:s,signal:this[n(241)][n(199)]};return o&&(i[n(236)][n(216)]=o[n(190)]),fetch(t,i)}[h(246)](t){const e=h;return t.ok?t[e(169)]()[e(232)]((t=>{const r=e;this[r(205)][r(189)][r(223)][r(206)](this[r(245)])&&r(265)!==this[r(245)][r(182)]()[r(254)][r(180)]&&this[r(172)](r(179),t)})):Promise[e(174)]()}[h(261)](){const t=h;if(this[t(241)][t(199)][t(193)])return void(0,l.logWarning)(t(168));const e=this[t(205)],r=o(e[t(207)],t(217));e[t(260)][t(262)](t(184))[t(176)](r),(0,l.logError)(t(240))}}const g=v;function I(){const t=["plugins","1283919MFgGhW","cloudServices","define","666SqNqDM","1258220CTijiO","init","36228aaDouW","commands","add","283HSUUgo","_token","config","CloudServices","65SsUdsb","https://docx-converter.cke-cs.com/v2/convert/docx-html","registerTokenUrl","token","292203TuwZtN","none","get","requires","1248438luNwES","inline","1732szCSNy","ImportWordEditing","9544rvnwgW","editor","tokenUrl","pluginName","getToken","importWord"];return(I=function(){return t})()}function v(t,e){const r=I();return(v=function(t,e){return r[t-=476]})(t,e)}!function(t){const e=v,r=t();for(;;)try{if(162542===parseInt(e(499))/1*(parseInt(e(481))/2)+parseInt(e(507))/3+parseInt(e(496))/4*(-parseInt(e(503))/5)+-parseInt(e(479))/6+parseInt(e(490))/7+parseInt(e(483))/8*(parseInt(e(493))/9)+-parseInt(e(494))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(I);class w extends t.Plugin{static get[g(486)](){return g(482)}static get[g(478)](){const t=g;return[e.Notification,p.ClipboardPipeline,t(502)]}constructor(t){const e=g;super(t),this[e(500)]=null}async[g(495)](){const t=g,e=this[t(484)];e[t(501)][t(492)](t(488),{converterUrl:t(504),tokenUrl:(e[t(501)][t(477)](t(491))||{})[t(485)],formatting:{resets:t(476),defaults:t(476),styles:t(480)}}),e[t(497)][t(498)](t(488),new m(e));const{tokenUrl:r}=e[t(501)][t(477)](t(488));if(r){const{tokenUrl:n}=e[t(501)][t(477)](t(491))||{};this[t(500)]=r===n?e[t(489)][t(477)](t(502))[t(506)]:await e[t(489)][t(477)](t(502))[t(505)](r)}}[g(487)](){return this[g(500)]}}var b=W;function W(t,e){var r=y();return(W=function(t,e){return r[t-=121]})(t,e)}function y(){var t=["483703PBOAzv","requires","1286793IcSLKh","pluginName","8044828UBURXE","12438100nUKvpJ","5180136uoHhdI","11505130gcoVhk","ImportWord","2vcaoNT","4RCZWRa","32yeUmxh","485454pDmGBh","25QOKTpa"];return(y=function(){return t})()}!function(t){for(var e=W,r=t();;)try{if(864572===parseInt(e(130))/1*(parseInt(e(125))/2)+parseInt(e(122))/3*(-parseInt(e(126))/4)+parseInt(e(129))/5*(parseInt(e(128))/6)+parseInt(e(123))/7+parseInt(e(127))/8*(parseInt(e(132))/9)+-parseInt(e(121))/10+parseInt(e(134))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(y);class S extends t.Plugin{static get[b(133)](){return b(124)}static get[b(131)](){return[w,a]}}function x(){var t=["722WFRKZu","491116qKhlRS","8958971McONNW","5822100RyCnoS","2479sIuBcS","3tjSGDG","20672046XLMQVF","1285696DsqEZN","1287978FHZGOs"];return(x=function(){return t})()}function T(t,e){var r=x();return(T=function(t,e){return r[t-=434]})(t,e)}!function(t){for(var e=T,r=t();;)try{if(816368===parseInt(e(442))/1*(parseInt(e(438))/2)+-parseInt(e(434))/3*(-parseInt(e(439))/4)+-parseInt(e(441))/5+-parseInt(e(437))/6+-parseInt(e(440))/7+parseInt(e(436))/8+parseInt(e(435))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(x)})(),(window.CKEditor5=window.CKEditor5||{}).importWord=n})();
package/dist/index.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Plugin as _0x32eb11,Command as _0x4f8ee4}from'@ckeditor/ckeditor5-core/dist/index.js';import{FileDialogButtonView as _0x2241b8,MenuBarMenuListItemFileDialogButtonView as _0x30c65f,SpinnerView as _0x409dad,Notification as _0x2a7f32}from'@ckeditor/ckeditor5-ui/dist/index.js';import{ClipboardPipeline as _0x219b36}from'@ckeditor/ckeditor5-clipboard/dist/index.js';import{Range as _0x3a4d43}from'@ckeditor/ckeditor5-engine/dist/index.js';import{first as _0xafdb11,uid as _0x5bbc67,logWarning as _0x4a7aa3,logError as _0x5367de}from'@ckeditor/ckeditor5-utils/dist/index.js';function p(_0x5b0b06,_0x294300){const t=_0x5b0b06['t'];switch(_0x294300){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 _0x294300;}}class o extends _0x32eb11{static get['pluginName'](){return'ImportWordUI';}['init'](){const _0x4d4507=this['editor'];_0x4d4507['ui']['componentFactory']['add']('importWord',()=>{const _0x5ae7ea=this['_createButton'](_0x2241b8),_0x5f02f9=_0x4d4507['commands']['get']('importWord');return _0x5ae7ea['bind']('isOn')['to'](_0x5f02f9,'isBusy'),_0x5ae7ea['tooltip']=!0x0,_0x5ae7ea;}),_0x4d4507['ui']['componentFactory']['add']('menuBar:importWord',()=>this['_createButton'](_0x30c65f));}['_createButton'](_0x5cdf19){const _0x4c0a3f=this['editor'],_0x3544ca=_0x4c0a3f['commands']['get']('importWord'),_0x48096d=new _0x5cdf19(_0x4c0a3f['locale']),_0x46b133=new _0x409dad();return _0x48096d['set']({'acceptedType':'application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.openxmlformats-officedocument.wordprocessingml.template'}),_0x48096d['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'}),_0x48096d['bind']('isEnabled')['to'](_0x3544ca),_0x48096d['bind']('label')['to'](_0x3544ca,'isBusy',_0x4b7f52=>p(_0x4c0a3f['locale'],_0x4b7f52?'Importing\x20Word\x20document':'Import\x20from\x20Word')),_0x46b133['bind']('isVisible')['to'](_0x3544ca,'isBusy'),_0x48096d['iconView']['bind']('isVisible')['to'](_0x3544ca,'isBusy',_0x39a065=>!_0x39a065),_0x48096d['children']['add'](_0x46b133),_0x48096d['on']('done',(_0x51f401,_0x3f5be3)=>{_0x4c0a3f['execute']('importWord',_0x3f5be3[0x0],{}),_0x4c0a3f['editing']['view']['focus']();}),_0x48096d;}}class d extends _0x4f8ee4{['_importMarker'];['_undoStepBatch'];['_abortController'];constructor(_0x167e79){super(_0x167e79),this['set']('isBusy',!0x1),this['_importMarker']=null,this['_undoStepBatch']=null,this['_abortController']=null,this['on']('dataInsert',(_0x313a31,_0x3b26f9)=>{const _0x399a6c=new DataTransfer();_0x399a6c['setData']('text/html',_0x3b26f9['html']);const _0x36c68a=this['_importMarker']['getRange']();this['editor']['model']['enqueueChange'](this['_undoStepBatch'],_0x426d25=>{this['_importMarker']['stopListening'](),_0x426d25['setSelection'](_0x36c68a),_0x167e79['editing']['view']['document']['fire']('clipboardInput',{'dataTransfer':_0x399a6c});});},{'priority':'low'});}['refresh'](){this['isEnabled']=this['_checkEnabled']();}['execute'](_0x31b423,_0x38cd67={}){if(this['isBusy'])return Promise['resolve']();const _0x18c5ad=this['editor']['config']['get']('importWord');if(this['editor']['plugins']['has']('MergeFields')){const {prefix:_0x328667,suffix:_0x14d784}=this['editor']['config']['get']('mergeFields');_0x38cd67['merge_fields']={'prefix':_0x328667,'suffix':_0x14d784};}const _0x5dc1b9={'url':_0x18c5ad['converterUrl'],'file':_0x31b423,'serviceConfig':{..._0x38cd67,'formatting':_0x18c5ad['formatting'],'timezone':new Intl['DateTimeFormat']()['resolvedOptions']()['timeZone']}};return this['_prepareForImport'](),this['_sendImportRequest'](_0x5dc1b9)['then'](this['_handleImportResponse']['bind'](this))['catch'](this['_handleImportFailure']['bind'](this))['finally'](this['_cleanUpAfterImport']['bind'](this));}['_checkEnabled'](){if(this['isBusy'])return!0x1;const _0x283e79=this['editor']['model'],_0x38a3f9=_0x283e79['schema'],_0xc9ccdb=_0x283e79['document']['selection'],_0x596f2a=_0xafdb11(_0xc9ccdb['getSelectedBlocks']());return!!_0x596f2a&&_0x38a3f9['checkChild'](_0x596f2a['parent'],'paragraph');}['_prepareForImport'](){const _0x2bc43d=this['editor'],_0x36c57d=_0x2bc43d['model'],_0x22793f=_0x36c57d['document']['selection'];this['_abortController']=new AbortController(),this['_undoStepBatch']=_0x2bc43d['model']['createBatch']({'isUndoable':!0x0}),_0x36c57d['enqueueChange'](this['_undoStepBatch'],_0x5316cd=>{_0x22793f['isCollapsed']||_0x36c57d['deleteContent'](_0x22793f,{'leaveUnmerged':!0x0});const _0x2e84fc=_0x22793f['getFirstPosition'](),_0x55772a=_0xafdb11(_0x22793f['getSelectedBlocks']());let _0x7ce070;_0x7ce070=_0x55772a['is']('element','paragraph')&&_0x55772a['isEmpty']?_0x2e84fc:_0x2e84fc['isAtStart']?_0x36c57d['createPositionBefore'](_0x55772a):_0x2e84fc['isAtEnd']?_0x36c57d['createPositionAfter'](_0x55772a):_0x5316cd['split'](_0x2e84fc)['position'],this['_importMarker']=_0x5316cd['addMarker']('importWord:'+_0x5bbc67(),{'usingOperation':!0x1,'affectsData':!0x1,'range':new _0x3a4d43(_0x7ce070)}),this['_importMarker']['on']('change:range',()=>{'$graveyard'===this['_importMarker']['getRange']()['root']['rootName']&&this['_abortController']['abort']();});}),this['isBusy']=!0x0,this['refresh']();}['_cleanUpAfterImport'](){const _0x4bcc4a=this['editor']['model'];_0x4bcc4a['markers']['has'](this['_importMarker'])&&_0x4bcc4a['enqueueChange'](this['_undoStepBatch'],_0x5769be=>{_0x5769be['removeMarker'](this['_importMarker']);}),this['_importMarker']=null,this['_undoStepBatch']=null,this['_abortController']=null,this['isBusy']=!0x1,this['refresh']();}['_sendImportRequest']({url:_0x21f442,file:_0x3f1a07,serviceConfig:_0x4c4d60}){const _0x376cb8=this['editor']['plugins']['get']('ImportWordEditing')['getToken'](),_0x4826a0=new FormData();_0x4826a0['set']('config',JSON['stringify'](_0x4c4d60)),_0x4826a0['set']('file',_0x3f1a07);const _0x21b722={'method':'POST','headers':{},'body':_0x4826a0,'signal':this['_abortController']['signal']};return _0x376cb8&&(_0x21b722['headers']['Authorization']=_0x376cb8['value']),fetch(_0x21f442,_0x21b722);}['_handleImportResponse'](_0xf5442c){return _0xf5442c['ok']?_0xf5442c['json']()['then'](_0xc17b=>{if(!this['editor']['model']['markers']['has'](this['_importMarker']))return;'$graveyard'!==this['_importMarker']['getRange']()['root']['rootName']&&this['fire']('dataInsert',_0xc17b);}):Promise['reject']();}['_handleImportFailure'](){if(this['_abortController']['signal']['aborted'])return void _0x4a7aa3('import-word-plugin-import-cancelled');const _0x51618f=this['editor'],_0x364771=p(_0x51618f['locale'],'An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.');_0x51618f['plugins']['get']('Notification')['showWarning'](_0x364771),_0x5367de('import-word-plugin-conversion-failed');}}class e extends _0x32eb11{['_token'];static get['pluginName'](){return'ImportWordEditing';}static get['requires'](){return[_0x2a7f32,_0x219b36,'CloudServices'];}constructor(_0x16fd87){super(_0x16fd87),this['_token']=null;}async['init'](){const _0x23c517=this['editor'];_0x23c517['config']['define']('importWord',{'converterUrl':'https://docx-converter.cke-cs.com/v2/convert/docx-html','tokenUrl':(_0x23c517['config']['get']('cloudServices')||{})['tokenUrl'],'formatting':{'resets':'none','defaults':'none','styles':'inline'}}),_0x23c517['commands']['add']('importWord',new d(_0x23c517));const {tokenUrl:_0x5a4bfd}=_0x23c517['config']['get']('importWord');if(_0x5a4bfd){const {tokenUrl:_0x1a6a0d}=_0x23c517['config']['get']('cloudServices')||{};this['_token']=_0x5a4bfd===_0x1a6a0d?_0x23c517['plugins']['get']('CloudServices')['token']:await _0x23c517['plugins']['get']('CloudServices')['registerTokenUrl'](_0x5a4bfd);}}['getToken'](){return this['_token'];}}class i extends _0x32eb11{static get['pluginName'](){return'ImportWord';}static get['requires'](){return[e,o];}}export{i as ImportWord,e as ImportWordEditing,o as ImportWordUI};
23
+ import{Plugin as _0x308c81,Command as _0x1b2cf6}from'@ckeditor/ckeditor5-core/dist/index.js';import{FileDialogButtonView as _0x53af34,MenuBarMenuListItemFileDialogButtonView as _0x33b355,SpinnerView as _0x495146,Notification as _0x2e46bd}from'@ckeditor/ckeditor5-ui/dist/index.js';import{ClipboardPipeline as _0x3aee57}from'@ckeditor/ckeditor5-clipboard/dist/index.js';import{Range as _0x3fc217}from'@ckeditor/ckeditor5-engine/dist/index.js';import{first as _0x50764b,uid as _0x1e907b,logWarning as _0x579217,logError as _0x2629e2}from'@ckeditor/ckeditor5-utils/dist/index.js';function p(_0x5bec4f,_0x1fd271){const t=_0x5bec4f['t'];switch(_0x1fd271){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 _0x1fd271;}}class o extends _0x308c81{static get['pluginName'](){return'ImportWordUI';}['init'](){const _0x40854d=this['editor'];_0x40854d['ui']['componentFactory']['add']('importWord',()=>{const _0x412fd9=this['_createButton'](_0x53af34),_0x308724=_0x40854d['commands']['get']('importWord');return _0x412fd9['bind']('isOn')['to'](_0x308724,'isBusy'),_0x412fd9['tooltip']=!0x0,_0x412fd9;}),_0x40854d['ui']['componentFactory']['add']('menuBar:importWord',()=>this['_createButton'](_0x33b355));}['_createButton'](_0x4212a2){const _0x137eff=this['editor'],_0x35214e=_0x137eff['commands']['get']('importWord'),_0x15c9ad=new _0x4212a2(_0x137eff['locale']),_0x360051=new _0x495146();return _0x15c9ad['set']({'acceptedType':'application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.openxmlformats-officedocument.wordprocessingml.template'}),_0x15c9ad['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'}),_0x15c9ad['bind']('isEnabled')['to'](_0x35214e),_0x15c9ad['bind']('label')['to'](_0x35214e,'isBusy',_0x30987b=>p(_0x137eff['locale'],_0x30987b?'Importing\x20Word\x20document':'Import\x20from\x20Word')),_0x360051['bind']('isVisible')['to'](_0x35214e,'isBusy'),_0x15c9ad['iconView']['bind']('isVisible')['to'](_0x35214e,'isBusy',_0x4aeeca=>!_0x4aeeca),_0x15c9ad['children']['add'](_0x360051),_0x15c9ad['on']('done',(_0xfb3fe8,_0xb3592b)=>{_0x137eff['execute']('importWord',_0xb3592b[0x0],{}),_0x137eff['editing']['view']['focus']();}),_0x15c9ad;}}class d extends _0x1b2cf6{['_importMarker'];['_undoStepBatch'];['_abortController'];constructor(_0x22e007){super(_0x22e007),this['set']('isBusy',!0x1),this['_importMarker']=null,this['_undoStepBatch']=null,this['_abortController']=null,this['on']('dataInsert',(_0x338b69,_0x52e8de)=>{const _0x4a4e25=new DataTransfer();_0x4a4e25['setData']('text/html',_0x52e8de['html']);const _0xb24011=this['_importMarker']['getRange']();this['editor']['model']['enqueueChange'](this['_undoStepBatch'],_0x503da0=>{this['_importMarker']['stopListening'](),_0x503da0['setSelection'](_0xb24011),_0x22e007['editing']['view']['document']['fire']('clipboardInput',{'dataTransfer':_0x4a4e25});});},{'priority':'low'});}['refresh'](){this['isEnabled']=this['_checkEnabled']();}['execute'](_0x35484b,_0x574640={}){if(this['isBusy'])return Promise['resolve']();const _0x35e85b=this['editor']['config']['get']('importWord');if(this['editor']['plugins']['has']('MergeFields')){const {prefix:_0x288ac0,suffix:_0x1e7cc2}=this['editor']['config']['get']('mergeFields');_0x574640['merge_fields']={'prefix':_0x288ac0,'suffix':_0x1e7cc2};}const _0x4edcda={'url':_0x35e85b['converterUrl'],'file':_0x35484b,'serviceConfig':{..._0x574640,'formatting':_0x35e85b['formatting'],'timezone':new Intl['DateTimeFormat']()['resolvedOptions']()['timeZone']}};return this['_prepareForImport'](),this['_sendImportRequest'](_0x4edcda)['then'](this['_handleImportResponse']['bind'](this))['catch'](this['_handleImportFailure']['bind'](this))['finally'](this['_cleanUpAfterImport']['bind'](this));}['_checkEnabled'](){if(this['isBusy'])return!0x1;const _0x3ef006=this['editor']['model'],_0x35208b=_0x3ef006['schema'],_0x7dee08=_0x3ef006['document']['selection'],_0x12d11f=_0x50764b(_0x7dee08['getSelectedBlocks']());return!!_0x12d11f&&_0x35208b['checkChild'](_0x12d11f['parent'],'paragraph');}['_prepareForImport'](){const _0xf322c9=this['editor'],_0x10de42=_0xf322c9['model'],_0x47b897=_0x10de42['document']['selection'];this['_abortController']=new AbortController(),this['_undoStepBatch']=_0xf322c9['model']['createBatch']({'isUndoable':!0x0}),_0x10de42['enqueueChange'](this['_undoStepBatch'],_0x14ca1d=>{_0x47b897['isCollapsed']||_0x10de42['deleteContent'](_0x47b897,{'leaveUnmerged':!0x0});const _0x4720cd=_0x47b897['getFirstPosition'](),_0x4df364=_0x50764b(_0x47b897['getSelectedBlocks']());let _0x14ceb5;_0x14ceb5=_0x4df364['is']('element','paragraph')&&_0x4df364['isEmpty']?_0x4720cd:_0x4720cd['isAtStart']?_0x10de42['createPositionBefore'](_0x4df364):_0x4720cd['isAtEnd']?_0x10de42['createPositionAfter'](_0x4df364):_0x14ca1d['split'](_0x4720cd)['position'],this['_importMarker']=_0x14ca1d['addMarker']('importWord:'+_0x1e907b(),{'usingOperation':!0x1,'affectsData':!0x1,'range':new _0x3fc217(_0x14ceb5)}),this['_importMarker']['on']('change:range',()=>{'$graveyard'===this['_importMarker']['getRange']()['root']['rootName']&&this['_abortController']['abort']();});}),this['isBusy']=!0x0,this['refresh']();}['_cleanUpAfterImport'](){const _0x35575d=this['editor']['model'];_0x35575d['markers']['has'](this['_importMarker'])&&_0x35575d['enqueueChange'](this['_undoStepBatch'],_0x27e3c6=>{_0x27e3c6['removeMarker'](this['_importMarker']);}),this['_importMarker']=null,this['_undoStepBatch']=null,this['_abortController']=null,this['isBusy']=!0x1,this['refresh']();}['_sendImportRequest']({url:_0xd53655,file:_0x1a0d54,serviceConfig:_0x17bc9d}){const _0x588ac3=this['editor']['plugins']['get']('ImportWordEditing')['getToken'](),_0xd64cec=new FormData();_0xd64cec['set']('config',JSON['stringify'](_0x17bc9d)),_0xd64cec['set']('file',_0x1a0d54);const _0xdbfdc1={'method':'POST','headers':{},'body':_0xd64cec,'signal':this['_abortController']['signal']};return _0x588ac3&&(_0xdbfdc1['headers']['Authorization']=_0x588ac3['value']),fetch(_0xd53655,_0xdbfdc1);}['_handleImportResponse'](_0x5bfdd2){return _0x5bfdd2['ok']?_0x5bfdd2['json']()['then'](_0x3163ba=>{if(!this['editor']['model']['markers']['has'](this['_importMarker']))return;'$graveyard'!==this['_importMarker']['getRange']()['root']['rootName']&&this['fire']('dataInsert',_0x3163ba);}):Promise['reject']();}['_handleImportFailure'](){if(this['_abortController']['signal']['aborted'])return void _0x579217('import-word-plugin-import-cancelled');const _0x361ce0=this['editor'],_0xee43f5=p(_0x361ce0['locale'],'An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.');_0x361ce0['plugins']['get']('Notification')['showWarning'](_0xee43f5),_0x2629e2('import-word-plugin-conversion-failed');}}class e extends _0x308c81{['_token'];static get['pluginName'](){return'ImportWordEditing';}static get['requires'](){return[_0x2e46bd,_0x3aee57,'CloudServices'];}constructor(_0x5ed5dc){super(_0x5ed5dc),this['_token']=null;}async['init'](){const _0x2df950=this['editor'];_0x2df950['config']['define']('importWord',{'converterUrl':'https://docx-converter.cke-cs.com/v2/convert/docx-html','tokenUrl':(_0x2df950['config']['get']('cloudServices')||{})['tokenUrl'],'formatting':{'resets':'none','defaults':'none','styles':'inline'}}),_0x2df950['commands']['add']('importWord',new d(_0x2df950));const {tokenUrl:_0xfc379e}=_0x2df950['config']['get']('importWord');if(_0xfc379e){const {tokenUrl:_0x566cf2}=_0x2df950['config']['get']('cloudServices')||{};this['_token']=_0xfc379e===_0x566cf2?_0x2df950['plugins']['get']('CloudServices')['token']:await _0x2df950['plugins']['get']('CloudServices')['registerTokenUrl'](_0xfc379e);}}['getToken'](){return this['_token'];}}class i extends _0x308c81{static get['pluginName'](){return'ImportWord';}static get['requires'](){return[e,o];}}export{i as ImportWord,e as ImportWordEditing,o as ImportWordUI};
@@ -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':_0x59d695=>0x0==_0x59d695?0x0:0x1==_0x59d695?0x1:0x2==_0x59d695?0x2:_0x59d695%0x64>=0x3&&_0x59d695%0x64<=0xa?0x3:_0x59d695%0x64>=0xb&&_0x59d695%0x64<=0x63?0x4:0x5}};
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':_0x179747=>0x0==_0x179747?0x0:0x1==_0x179747?0x1:0x2==_0x179747?0x2:_0x179747%0x64>=0x3&&_0x179747%0x64<=0xa?0x3:_0x179747%0x64>=0xb&&_0x179747%0x64<=0x63?0x4:0x5}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x297772=>{const {ar:{dictionary:_0x5a0046,getPluralForm:_0x509873}}={'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':_0x8f1a90=>0x0==_0x8f1a90?0x0:0x1==_0x8f1a90?0x1:0x2==_0x8f1a90?0x2:_0x8f1a90%0x64>=0x3&&_0x8f1a90%0x64<=0xa?0x3:_0x8f1a90%0x64>=0xb&&_0x8f1a90%0x64<=0x63?0x4:0x5}};_0x297772['ar']||={'dictionary':{},'getPluralForm':null},_0x297772['ar']['dictionary']=Object['assign'](_0x297772['ar']['dictionary'],_0x5a0046),_0x297772['ar']['getPluralForm']=_0x509873;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x265232=>{const {ar:{dictionary:_0x1f21af,getPluralForm:_0x541f60}}={'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':_0x3a3205=>0x0==_0x3a3205?0x0:0x1==_0x3a3205?0x1:0x2==_0x3a3205?0x2:_0x3a3205%0x64>=0x3&&_0x3a3205%0x64<=0xa?0x3:_0x3a3205%0x64>=0xb&&_0x3a3205%0x64<=0x63?0x4:0x5}};_0x265232['ar']||={'dictionary':{},'getPluralForm':null},_0x265232['ar']['dictionary']=Object['assign'](_0x265232['ar']['dictionary'],_0x1f21af),_0x265232['ar']['getPluralForm']=_0x541f60;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -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':_0x5ef836=>0x1!=_0x5ef836}};
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':_0xdfb639=>0x1!=_0xdfb639}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4a3bee=>{const {bg:{dictionary:_0x533449,getPluralForm:_0x3b0a1f}}={'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':_0x555cee=>0x1!=_0x555cee}};_0x4a3bee['bg']||={'dictionary':{},'getPluralForm':null},_0x4a3bee['bg']['dictionary']=Object['assign'](_0x4a3bee['bg']['dictionary'],_0x533449),_0x4a3bee['bg']['getPluralForm']=_0x3b0a1f;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3cf3e1=>{const {bg:{dictionary:_0x5afede,getPluralForm:_0x5c97e9}}={'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':_0x29621c=>0x1!=_0x29621c}};_0x3cf3e1['bg']||={'dictionary':{},'getPluralForm':null},_0x3cf3e1['bg']['dictionary']=Object['assign'](_0x3cf3e1['bg']['dictionary'],_0x5afede),_0x3cf3e1['bg']['getPluralForm']=_0x5c97e9;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -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':_0x8ff7d8=>0x1!=_0x8ff7d8}};
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':_0x448ab8=>0x1!=_0x448ab8}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x551747=>{const {bn:{dictionary:_0xa22ea1,getPluralForm:_0x2eb7c7}}={'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':_0x3398ca=>0x1!=_0x3398ca}};_0x551747['bn']||={'dictionary':{},'getPluralForm':null},_0x551747['bn']['dictionary']=Object['assign'](_0x551747['bn']['dictionary'],_0xa22ea1),_0x551747['bn']['getPluralForm']=_0x2eb7c7;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5930c1=>{const {bn:{dictionary:_0x4ced02,getPluralForm:_0x554e03}}={'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':_0x5176d2=>0x1!=_0x5176d2}};_0x5930c1['bn']||={'dictionary':{},'getPluralForm':null},_0x5930c1['bn']['dictionary']=Object['assign'](_0x5930c1['bn']['dictionary'],_0x4ced02),_0x5930c1['bn']['getPluralForm']=_0x554e03;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -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':_0x37ad75=>0x1!=_0x37ad75}};
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':_0x9b215c=>0x1!=_0x9b215c}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x17f76a=>{const {ca:{dictionary:_0x4ecb96,getPluralForm:_0x2c4947}}={'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':_0x13cb9e=>0x1!=_0x13cb9e}};_0x17f76a['ca']||={'dictionary':{},'getPluralForm':null},_0x17f76a['ca']['dictionary']=Object['assign'](_0x17f76a['ca']['dictionary'],_0x4ecb96),_0x17f76a['ca']['getPluralForm']=_0x2c4947;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5a32a1=>{const {ca:{dictionary:_0x1917a8,getPluralForm:_0xbdfab}}={'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':_0x43977d=>0x1!=_0x43977d}};_0x5a32a1['ca']||={'dictionary':{},'getPluralForm':null},_0x5a32a1['ca']['dictionary']=Object['assign'](_0x5a32a1['ca']['dictionary'],_0x1917a8),_0x5a32a1['ca']['getPluralForm']=_0xbdfab;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -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':_0x260799=>0x1==_0x260799&&_0x260799%0x1==0x0?0x0:_0x260799>=0x2&&_0x260799<=0x4&&_0x260799%0x1==0x0?0x1:_0x260799%0x1!=0x0?0x2:0x3}};
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':_0x5262c3=>0x1==_0x5262c3&&_0x5262c3%0x1==0x0?0x0:_0x5262c3>=0x2&&_0x5262c3<=0x4&&_0x5262c3%0x1==0x0?0x1:_0x5262c3%0x1!=0x0?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2ae28=>{const {cs:{dictionary:_0x288d72,getPluralForm:_0x2e3e14}}={'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':_0x27ed9e=>0x1==_0x27ed9e&&_0x27ed9e%0x1==0x0?0x0:_0x27ed9e>=0x2&&_0x27ed9e<=0x4&&_0x27ed9e%0x1==0x0?0x1:_0x27ed9e%0x1!=0x0?0x2:0x3}};_0x2ae28['cs']||={'dictionary':{},'getPluralForm':null},_0x2ae28['cs']['dictionary']=Object['assign'](_0x2ae28['cs']['dictionary'],_0x288d72),_0x2ae28['cs']['getPluralForm']=_0x2e3e14;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4ad25f=>{const {cs:{dictionary:_0x5cfc29,getPluralForm:_0x5ddb87}}={'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':_0x5e088f=>0x1==_0x5e088f&&_0x5e088f%0x1==0x0?0x0:_0x5e088f>=0x2&&_0x5e088f<=0x4&&_0x5e088f%0x1==0x0?0x1:_0x5e088f%0x1!=0x0?0x2:0x3}};_0x4ad25f['cs']||={'dictionary':{},'getPluralForm':null},_0x4ad25f['cs']['dictionary']=Object['assign'](_0x4ad25f['cs']['dictionary'],_0x5cfc29),_0x4ad25f['cs']['getPluralForm']=_0x5ddb87;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -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':_0x133431=>0x1!=_0x133431}};
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':_0x3aa816=>0x1!=_0x3aa816}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x425dc7=>{const {da:{dictionary:_0x4957dc,getPluralForm:_0x3a7aa6}}={'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':_0x50fcbb=>0x1!=_0x50fcbb}};_0x425dc7['da']||={'dictionary':{},'getPluralForm':null},_0x425dc7['da']['dictionary']=Object['assign'](_0x425dc7['da']['dictionary'],_0x4957dc),_0x425dc7['da']['getPluralForm']=_0x3a7aa6;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5e3d0c=>{const {da:{dictionary:_0x28515f,getPluralForm:_0x496122}}={'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':_0x5e5453=>0x1!=_0x5e5453}};_0x5e3d0c['da']||={'dictionary':{},'getPluralForm':null},_0x5e3d0c['da']['dictionary']=Object['assign'](_0x5e3d0c['da']['dictionary'],_0x28515f),_0x5e3d0c['da']['getPluralForm']=_0x496122;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -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':_0xf60775=>0x1!=_0xf60775}};
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':_0x2cddc6=>0x1!=_0x2cddc6}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3ebcf3=>{const {de:{dictionary:_0x4722f2,getPluralForm:_0x58e43e}}={'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':_0x219393=>0x1!=_0x219393}};_0x3ebcf3['de']||={'dictionary':{},'getPluralForm':null},_0x3ebcf3['de']['dictionary']=Object['assign'](_0x3ebcf3['de']['dictionary'],_0x4722f2),_0x3ebcf3['de']['getPluralForm']=_0x58e43e;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4d53f6=>{const {de:{dictionary:_0x4837ab,getPluralForm:_0x287718}}={'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':_0x472143=>0x1!=_0x472143}};_0x4d53f6['de']||={'dictionary':{},'getPluralForm':null},_0x4d53f6['de']['dictionary']=Object['assign'](_0x4d53f6['de']['dictionary'],_0x4837ab),_0x4d53f6['de']['getPluralForm']=_0x287718;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -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':_0x1bf1fb=>0x1!=_0x1bf1fb}};
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':_0x37755e=>0x1!=_0x37755e}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2f13e0=>{const {el:{dictionary:_0x1373fc,getPluralForm:_0x545a8f}}={'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':_0x26c514=>0x1!=_0x26c514}};_0x2f13e0['el']||={'dictionary':{},'getPluralForm':null},_0x2f13e0['el']['dictionary']=Object['assign'](_0x2f13e0['el']['dictionary'],_0x1373fc),_0x2f13e0['el']['getPluralForm']=_0x545a8f;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3a7e04=>{const {el:{dictionary:_0x3eeb26,getPluralForm:_0x3b4f8a}}={'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':_0x48bdbe=>0x1!=_0x48bdbe}};_0x3a7e04['el']||={'dictionary':{},'getPluralForm':null},_0x3a7e04['el']['dictionary']=Object['assign'](_0x3a7e04['el']['dictionary'],_0x3eeb26),_0x3a7e04['el']['getPluralForm']=_0x3b4f8a;})(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':_0x2670d1=>0x1!=_0x2670d1}};
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':_0x224188=>0x1!=_0x224188}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x54861c=>{const {'en-au':{dictionary:_0x173aca,getPluralForm:_0x3dbb01}}={'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':_0x51ae7d=>0x1!=_0x51ae7d}};_0x54861c['en-au']||={'dictionary':{},'getPluralForm':null},_0x54861c['en-au']['dictionary']=Object['assign'](_0x54861c['en-au']['dictionary'],_0x173aca),_0x54861c['en-au']['getPluralForm']=_0x3dbb01;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x366278=>{const {'en-au':{dictionary:_0x2f9e9c,getPluralForm:_0x4408d6}}={'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':_0x57e923=>0x1!=_0x57e923}};_0x366278['en-au']||={'dictionary':{},'getPluralForm':null},_0x366278['en-au']['dictionary']=Object['assign'](_0x366278['en-au']['dictionary'],_0x2f9e9c),_0x366278['en-au']['getPluralForm']=_0x4408d6;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x22daef=>{const {en:{dictionary:_0x357b78,getPluralForm:_0x90d808}}={'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}};_0x22daef['en']||={'dictionary':{},'getPluralForm':null},_0x22daef['en']['dictionary']=Object['assign'](_0x22daef['en']['dictionary'],_0x357b78),_0x22daef['en']['getPluralForm']=_0x90d808;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3f55a3=>{const {en:{dictionary:_0x22e2ea,getPluralForm:_0x2d0012}}={'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}};_0x3f55a3['en']||={'dictionary':{},'getPluralForm':null},_0x3f55a3['en']['dictionary']=Object['assign'](_0x3f55a3['en']['dictionary'],_0x22e2ea),_0x3f55a3['en']['getPluralForm']=_0x2d0012;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -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':_0x5dd6bd=>0x1==_0x5dd6bd?0x0:0x0!=_0x5dd6bd&&_0x5dd6bd%0xf4240==0x0?0x1:0x2}};
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':_0x51cec7=>0x1==_0x51cec7?0x0:0x0!=_0x51cec7&&_0x51cec7%0xf4240==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x16ac38=>{const {es:{dictionary:_0x392d62,getPluralForm:_0x31d029}}={'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':_0x531e96=>0x1==_0x531e96?0x0:0x0!=_0x531e96&&_0x531e96%0xf4240==0x0?0x1:0x2}};_0x16ac38['es']||={'dictionary':{},'getPluralForm':null},_0x16ac38['es']['dictionary']=Object['assign'](_0x16ac38['es']['dictionary'],_0x392d62),_0x16ac38['es']['getPluralForm']=_0x31d029;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xb9a94e=>{const {es:{dictionary:_0x2033b0,getPluralForm:_0x27e9f0}}={'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':_0x374f59=>0x1==_0x374f59?0x0:0x0!=_0x374f59&&_0x374f59%0xf4240==0x0?0x1:0x2}};_0xb9a94e['es']||={'dictionary':{},'getPluralForm':null},_0xb9a94e['es']['dictionary']=Object['assign'](_0xb9a94e['es']['dictionary'],_0x2033b0),_0xb9a94e['es']['getPluralForm']=_0x27e9f0;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -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':_0x3bc88f=>0x1!=_0x3bc88f}};
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':_0x113264=>0x1!=_0x113264}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4e6367=>{const {et:{dictionary:_0xf56af8,getPluralForm:_0x1c80a1}}={'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':_0x40f856=>0x1!=_0x40f856}};_0x4e6367['et']||={'dictionary':{},'getPluralForm':null},_0x4e6367['et']['dictionary']=Object['assign'](_0x4e6367['et']['dictionary'],_0xf56af8),_0x4e6367['et']['getPluralForm']=_0x1c80a1;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1cb6a6=>{const {et:{dictionary:_0x461801,getPluralForm:_0x33b6e5}}={'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':_0x505263=>0x1!=_0x505263}};_0x1cb6a6['et']||={'dictionary':{},'getPluralForm':null},_0x1cb6a6['et']['dictionary']=Object['assign'](_0x1cb6a6['et']['dictionary'],_0x461801),_0x1cb6a6['et']['getPluralForm']=_0x33b6e5;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -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':_0x2b25c5=>0x1!=_0x2b25c5}};
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':_0x49ee43=>0x1!=_0x49ee43}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4e7e86=>{const {fi:{dictionary:_0x40d83a,getPluralForm:_0x29e09f}}={'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':_0x924ed5=>0x1!=_0x924ed5}};_0x4e7e86['fi']||={'dictionary':{},'getPluralForm':null},_0x4e7e86['fi']['dictionary']=Object['assign'](_0x4e7e86['fi']['dictionary'],_0x40d83a),_0x4e7e86['fi']['getPluralForm']=_0x29e09f;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1f685a=>{const {fi:{dictionary:_0x4a16be,getPluralForm:_0xd7c23e}}={'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':_0x5c0889=>0x1!=_0x5c0889}};_0x1f685a['fi']||={'dictionary':{},'getPluralForm':null},_0x1f685a['fi']['dictionary']=Object['assign'](_0x1f685a['fi']['dictionary'],_0x4a16be),_0x1f685a['fi']['getPluralForm']=_0xd7c23e;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -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':_0x55ddf6=>0x0==_0x55ddf6||0x1==_0x55ddf6?0x0:0x0!=_0x55ddf6&&_0x55ddf6%0xf4240==0x0?0x1:0x2}};
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':_0x40602f=>0x0==_0x40602f||0x1==_0x40602f?0x0:0x0!=_0x40602f&&_0x40602f%0xf4240==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5d6f1d=>{const {fr:{dictionary:_0x57d28b,getPluralForm:_0xcbb9bd}}={'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':_0x12a311=>0x0==_0x12a311||0x1==_0x12a311?0x0:0x0!=_0x12a311&&_0x12a311%0xf4240==0x0?0x1:0x2}};_0x5d6f1d['fr']||={'dictionary':{},'getPluralForm':null},_0x5d6f1d['fr']['dictionary']=Object['assign'](_0x5d6f1d['fr']['dictionary'],_0x57d28b),_0x5d6f1d['fr']['getPluralForm']=_0xcbb9bd;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5a6319=>{const {fr:{dictionary:_0x3b8d38,getPluralForm:_0x3945d5}}={'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':_0x29e44e=>0x0==_0x29e44e||0x1==_0x29e44e?0x0:0x0!=_0x29e44e&&_0x29e44e%0xf4240==0x0?0x1:0x2}};_0x5a6319['fr']||={'dictionary':{},'getPluralForm':null},_0x5a6319['fr']['dictionary']=Object['assign'](_0x5a6319['fr']['dictionary'],_0x3b8d38),_0x5a6319['fr']['getPluralForm']=_0x3945d5;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -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':'Importar\x20un\x20documento\x20de\x20Word'},'getPluralForm':_0x3a6246=>0x1!=_0x3a6246}};
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':_0x5cecd2=>0x1!=_0x5cecd2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3f2a87=>{const {gl:{dictionary:_0x375165,getPluralForm:_0x3de544}}={'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':_0x4a8850=>0x1!=_0x4a8850}};_0x3f2a87['gl']||={'dictionary':{},'getPluralForm':null},_0x3f2a87['gl']['dictionary']=Object['assign'](_0x3f2a87['gl']['dictionary'],_0x375165),_0x3f2a87['gl']['getPluralForm']=_0x3de544;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1e084a=>{const {gl:{dictionary:_0x1d3e31,getPluralForm:_0x1da353}}={'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':_0x17c89c=>0x1!=_0x17c89c}};_0x1e084a['gl']||={'dictionary':{},'getPluralForm':null},_0x1e084a['gl']['dictionary']=Object['assign'](_0x1e084a['gl']['dictionary'],_0x1d3e31),_0x1e084a['gl']['getPluralForm']=_0x1da353;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -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':_0x35cf3d=>0x1==_0x35cf3d&&_0x35cf3d%0x1==0x0?0x0:0x2==_0x35cf3d&&_0x35cf3d%0x1==0x0?0x1:0x2}};
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':_0x4adfee=>0x1==_0x4adfee&&_0x4adfee%0x1==0x0?0x0:0x2==_0x4adfee&&_0x4adfee%0x1==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x58f179=>{const {he:{dictionary:_0x2874cc,getPluralForm:_0x15d91f}}={'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':_0x214e95=>0x1==_0x214e95&&_0x214e95%0x1==0x0?0x0:0x2==_0x214e95&&_0x214e95%0x1==0x0?0x1:0x2}};_0x58f179['he']||={'dictionary':{},'getPluralForm':null},_0x58f179['he']['dictionary']=Object['assign'](_0x58f179['he']['dictionary'],_0x2874cc),_0x58f179['he']['getPluralForm']=_0x15d91f;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x341c22=>{const {he:{dictionary:_0x21020e,getPluralForm:_0x112327}}={'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':_0x2fbe5b=>0x1==_0x2fbe5b&&_0x2fbe5b%0x1==0x0?0x0:0x2==_0x2fbe5b&&_0x2fbe5b%0x1==0x0?0x1:0x2}};_0x341c22['he']||={'dictionary':{},'getPluralForm':null},_0x341c22['he']['dictionary']=Object['assign'](_0x341c22['he']['dictionary'],_0x21020e),_0x341c22['he']['getPluralForm']=_0x112327;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -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':_0x280a31=>0x1!=_0x280a31}};
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':_0x47b09f=>0x1!=_0x47b09f}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x47781d=>{const {hi:{dictionary:_0x5292e6,getPluralForm:_0x2c1a1e}}={'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':_0xc38a1d=>0x1!=_0xc38a1d}};_0x47781d['hi']||={'dictionary':{},'getPluralForm':null},_0x47781d['hi']['dictionary']=Object['assign'](_0x47781d['hi']['dictionary'],_0x5292e6),_0x47781d['hi']['getPluralForm']=_0x2c1a1e;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x30166a=>{const {hi:{dictionary:_0x34a023,getPluralForm:_0x3f02ee}}={'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':_0x1416a7=>0x1!=_0x1416a7}};_0x30166a['hi']||={'dictionary':{},'getPluralForm':null},_0x30166a['hi']['dictionary']=Object['assign'](_0x30166a['hi']['dictionary'],_0x34a023),_0x30166a['hi']['getPluralForm']=_0x3f02ee;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -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':_0x1256d7=>_0x1256d7%0xa==0x1&&_0x1256d7%0x64!=0xb?0x0:_0x1256d7%0xa>=0x2&&_0x1256d7%0xa<=0x4&&(_0x1256d7%0x64<0xa||_0x1256d7%0x64>=0x14)?0x1:0x2}};
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':_0x536bb3=>_0x536bb3%0xa==0x1&&_0x536bb3%0x64!=0xb?0x0:_0x536bb3%0xa>=0x2&&_0x536bb3%0xa<=0x4&&(_0x536bb3%0x64<0xa||_0x536bb3%0x64>=0x14)?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x1ae28b=>{const {hr:{dictionary:_0x3f9187,getPluralForm:_0x2bcc75}}={'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':_0x8ecb82=>_0x8ecb82%0xa==0x1&&_0x8ecb82%0x64!=0xb?0x0:_0x8ecb82%0xa>=0x2&&_0x8ecb82%0xa<=0x4&&(_0x8ecb82%0x64<0xa||_0x8ecb82%0x64>=0x14)?0x1:0x2}};_0x1ae28b['hr']||={'dictionary':{},'getPluralForm':null},_0x1ae28b['hr']['dictionary']=Object['assign'](_0x1ae28b['hr']['dictionary'],_0x3f9187),_0x1ae28b['hr']['getPluralForm']=_0x2bcc75;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x44b8a9=>{const {hr:{dictionary:_0xfffd45,getPluralForm:_0x2163d9}}={'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':_0x15bd88=>_0x15bd88%0xa==0x1&&_0x15bd88%0x64!=0xb?0x0:_0x15bd88%0xa>=0x2&&_0x15bd88%0xa<=0x4&&(_0x15bd88%0x64<0xa||_0x15bd88%0x64>=0x14)?0x1:0x2}};_0x44b8a9['hr']||={'dictionary':{},'getPluralForm':null},_0x44b8a9['hr']['dictionary']=Object['assign'](_0x44b8a9['hr']['dictionary'],_0xfffd45),_0x44b8a9['hr']['getPluralForm']=_0x2163d9;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -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':_0x18c26f=>0x1!=_0x18c26f}};
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':_0x58997c=>0x1!=_0x58997c}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3f53f8=>{const {hu:{dictionary:_0x3427c5,getPluralForm:_0x3e9b72}}={'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':_0x51d53d=>0x1!=_0x51d53d}};_0x3f53f8['hu']||={'dictionary':{},'getPluralForm':null},_0x3f53f8['hu']['dictionary']=Object['assign'](_0x3f53f8['hu']['dictionary'],_0x3427c5),_0x3f53f8['hu']['getPluralForm']=_0x3e9b72;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x417193=>{const {hu:{dictionary:_0x179ead,getPluralForm:_0x26487b}}={'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':_0x49e31a=>0x1!=_0x49e31a}};_0x417193['hu']||={'dictionary':{},'getPluralForm':null},_0x417193['hu']['dictionary']=Object['assign'](_0x417193['hu']['dictionary'],_0x179ead),_0x417193['hu']['getPluralForm']=_0x26487b;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -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':_0xa0087a=>0x0}};
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':_0x103b00=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0xdc7c87=>{const {id:{dictionary:_0x28b042,getPluralForm:_0x18d362}}={'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':_0x1e292a=>0x0}};_0xdc7c87['id']||={'dictionary':{},'getPluralForm':null},_0xdc7c87['id']['dictionary']=Object['assign'](_0xdc7c87['id']['dictionary'],_0x28b042),_0xdc7c87['id']['getPluralForm']=_0x18d362;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x8ab946=>{const {id:{dictionary:_0xe98009,getPluralForm:_0x5b79e2}}={'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':_0x361c1e=>0x0}};_0x8ab946['id']||={'dictionary':{},'getPluralForm':null},_0x8ab946['id']['dictionary']=Object['assign'](_0x8ab946['id']['dictionary'],_0xe98009),_0x8ab946['id']['getPluralForm']=_0x5b79e2;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -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':_0xda880e=>0x1==_0xda880e?0x0:0x0!=_0xda880e&&_0xda880e%0xf4240==0x0?0x1:0x2}};
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':_0x4dabcc=>0x1==_0x4dabcc?0x0:0x0!=_0x4dabcc&&_0x4dabcc%0xf4240==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x193541=>{const {it:{dictionary:_0x317e9e,getPluralForm:_0x39b5fe}}={'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':_0x39c449=>0x1==_0x39c449?0x0:0x0!=_0x39c449&&_0x39c449%0xf4240==0x0?0x1:0x2}};_0x193541['it']||={'dictionary':{},'getPluralForm':null},_0x193541['it']['dictionary']=Object['assign'](_0x193541['it']['dictionary'],_0x317e9e),_0x193541['it']['getPluralForm']=_0x39b5fe;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x150c3a=>{const {it:{dictionary:_0x31f18c,getPluralForm:_0x52d2ab}}={'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':_0x3d1b5b=>0x1==_0x3d1b5b?0x0:0x0!=_0x3d1b5b&&_0x3d1b5b%0xf4240==0x0?0x1:0x2}};_0x150c3a['it']||={'dictionary':{},'getPluralForm':null},_0x150c3a['it']['dictionary']=Object['assign'](_0x150c3a['it']['dictionary'],_0x31f18c),_0x150c3a['it']['getPluralForm']=_0x52d2ab;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -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':_0x4a97b0=>0x0}};
23
+ export default{'ja':{'dictionary':{'Import\x20from\x20Word':'Wordからインポート','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Wordフィアルのインポート中にエラーが発生しました','Importing\x20Word\x20document':'Word文書をインポート中'},'getPluralForm':_0x3f1ca2=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4efb11=>{const {ja:{dictionary:_0x3e94b0,getPluralForm:_0x34a69b}}={'ja':{'dictionary':{'Import\x20from\x20Word':'Wordからインポート','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Wordフィアルのインポート中にエラーが発生しました','Importing\x20Word\x20document':'Word文書をインポート中'},'getPluralForm':_0x359b61=>0x0}};_0x4efb11['ja']||={'dictionary':{},'getPluralForm':null},_0x4efb11['ja']['dictionary']=Object['assign'](_0x4efb11['ja']['dictionary'],_0x3e94b0),_0x4efb11['ja']['getPluralForm']=_0x34a69b;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3b8fa3=>{const {ja:{dictionary:_0x2b78ea,getPluralForm:_0x34269e}}={'ja':{'dictionary':{'Import\x20from\x20Word':'Wordからインポート','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Wordフィアルのインポート中にエラーが発生しました','Importing\x20Word\x20document':'Word文書をインポート中'},'getPluralForm':_0x3c839b=>0x0}};_0x3b8fa3['ja']||={'dictionary':{},'getPluralForm':null},_0x3b8fa3['ja']['dictionary']=Object['assign'](_0x3b8fa3['ja']['dictionary'],_0x2b78ea),_0x3b8fa3['ja']['getPluralForm']=_0x34269e;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'ko':{'dictionary':{'Import\x20from\x20Word':'Word에서\x20가져오기','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Word\x20파일을\x20가져오는\x20중\x20오류가\x20발생했습니다.','Importing\x20Word\x20document':'Word\x20문서\x20가져오는\x20중'},'getPluralForm':_0x1ad67c=>0x0}};
23
+ export default{'ko':{'dictionary':{'Import\x20from\x20Word':'Word에서\x20가져오기','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Word\x20파일을\x20가져오는\x20중\x20오류가\x20발생했습니다.','Importing\x20Word\x20document':'Word\x20문서\x20가져오는\x20중'},'getPluralForm':_0x66ed57=>0x0}};