@ckeditor/ckeditor5-import-word 43.2.0-alpha.6 → 43.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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,r,e)=>{t.exports=e(237)("./src/clipboard.js")},782:(t,r,e)=>{t.exports=e(237)("./src/core.js")},783:(t,r,e)=>{t.exports=e(237)("./src/engine.js")},311:(t,r,e)=>{t.exports=e(237)("./src/ui.js")},584:(t,r,e)=>{t.exports=e(237)("./src/utils.js")},237:t=>{"use strict";t.exports=CKEditor5.dll}},r={};function e(n){var o=r[n];if(void 0!==o)return o.exports;var s=r[n]={exports:{}};return t[n](s,s.exports,e),s.exports}e.d=(t,r)=>{for(var n in r)e.o(r,n)&&!e.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:r[n]})},e.o=(t,r)=>Object.prototype.hasOwnProperty.call(t,r),e.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var n={};(()=>{"use strict";e.r(n),e.d(n,{ImportWord:()=>x,ImportWordEditing:()=>w,ImportWordUI:()=>c});var t=e(782),r=e(311);function o(t,r){const e=t.t;switch(r){case"Import from Word":return e("Import from Word");case"An error occurred while importing the Word file.":return e("An error occurred while importing the Word file.");case"Importing Word document":return e("Importing Word document");default:return r}}function s(t,r){const e=i();return(s=function(t,r){return e[t-=208]})(t,r)}function i(){const t=["bind","isBusy","1668fQBpvB","add","isVisible","init","275011VcOmlM","82192JtMuCu","ImportWordUI","isOn","Importing Word document","execute","focus","isEnabled","children","tooltip","iconView","129uwsYfi","editing","done","label","menuBar:importWord","get","969855rclEyE","view","78119YrBKwl","componentFactory","742904muUQLZ","pluginName","commands","locale","2796OMMVpS","Import from Word","application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.openxmlformats-officedocument.wordprocessingml.template","set","_createButton","importWord","9sDZojE","77JGYOrG","editor","60NQdxdw"];return(i=function(){return t})()}const a=s;!function(t){const r=s,e=t();for(;;)try{if(100594===-parseInt(r(227))/1+parseInt(r(245))/2*(parseInt(r(219))/3)+-parseInt(r(229))/4+parseInt(r(225))/5+-parseInt(r(233))/6*(parseInt(r(240))/7)+parseInt(r(209))/8*(-parseInt(r(239))/9)+parseInt(r(242))/10*(parseInt(r(208))/11))break;e.push(e.shift())}catch(t){e.push(e.shift())}}(i);class c extends t.Plugin{static get[a(230)](){return a(210)}[a(248)](){const t=a,e=this[t(241)];e.ui[t(228)][t(246)](t(238),(()=>{const n=t,o=this[n(237)](r.FileDialogButtonView),s=e[n(231)][n(224)](n(238));return o[n(243)](n(211)).to(s,n(244)),o[n(217)]=!0,o})),e.ui[t(228)][t(246)](t(223),(()=>this[t(237)](r.MenuBarMenuListItemFileDialogButtonView)))}[a(237)](t){const e=a,n=this[e(241)],s=n[e(231)][e(224)](e(238)),i=new t(n[e(232)]),c=new r.SpinnerView;return i[e(236)]({acceptedType:e(235)}),i[e(236)]({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'}),i[e(243)](e(215)).to(s),i[e(243)](e(222)).to(s,e(244),(t=>o(n[e(232)],e(t?212:234)))),c[e(243)](e(247)).to(s,e(244)),i[e(218)][e(243)](e(247)).to(s,e(244),(t=>!t)),i[e(216)][e(246)](c),i.on(e(221),((t,r)=>{const o=e;n[o(213)](o(238),r[0],{}),n[o(220)][o(226)][o(214)]()})),i}}var p=e(331),u=e(783),l=e(584);const d=h;function h(t,r){const e=f();return(h=function(t,r){return e[t-=360]})(t,r)}function f(){const t=["reject","createPositionAfter","schema","file","_handleImportFailure","dataInsert","createPositionBefore","rootName","addMarker","importWord:","10TodKJY","isAtEnd","json","import-word-plugin-import-cancelled","72FDQJXT","stringify","plugins","14CtvGWc","aborted","headers","stopListening","ImportWordEditing","position","split","isCollapsed","markers","_sendImportRequest","config","getRange","isAtStart","mergeFields","value","paragraph","clipboardInput","refresh","importWord","getFirstPosition","then","low","selection","getSelectedBlocks","editor","element","checkChild","set","14isIxuM","bind","setData","showWarning","isEmpty","text/html","POST","isEnabled","resolve","4uvbCJS","13fRwrsv","_abortController","_importMarker","html","159420TxMgCy","1860228wUDraf","timeZone","$graveyard","locale","converterUrl","_undoStepBatch","signal","1270110xzyrLt","_cleanUpAfterImport","enqueueChange","catch","createBatch","DateTimeFormat","getToken","get","document","root","An error occurred while importing the Word file.","merge_fields","editing","removeMarker","isBusy","12775sdwogY","fire","MergeFields","abort","Authorization","finally","50391iSUAZi","16591524zLVMBp","setSelection","_checkEnabled","formatting","1098889fbqHFq","Notification","model","change:range","_handleImportResponse","execute","_prepareForImport","import-word-plugin-conversion-failed","deleteContent","parent","view","resolvedOptions","has"];return(f=function(){return t})()}!function(t){const r=h,e=t();for(;;)try{if(331148===-parseInt(r(446))/1*(parseInt(r(409))/2)+parseInt(r(431))/3*(-parseInt(r(418))/4)+parseInt(r(423))/5+parseInt(r(424))/6*(-parseInt(r(381))/7)+-parseInt(r(378))/8*(parseInt(r(452))/9)+-parseInt(r(374))/10*(-parseInt(r(457))/11)+parseInt(r(453))/12*(parseInt(r(419))/13))break;e.push(e.shift())}catch(t){e.push(e.shift())}}(f);class m extends t.Command{constructor(t){const r=h;super(t),this[r(408)](r(445),!1),this[r(421)]=null,this[r(429)]=null,this[r(420)]=null,this.on(r(369),((e,n)=>{const o=r,s=new DataTransfer;s[o(411)](o(414),n[o(422)]);const i=this[o(421)][o(392)]();this[o(405)][o(459)][o(433)](this[o(429)],(r=>{const e=o;this[e(421)][e(384)](),r[e(454)](i),t[e(443)][e(361)][e(439)][e(447)](e(397),{dataTransfer:s})}))}),{priority:r(402)})}[d(398)](){const t=d;this[t(416)]=this[t(455)]()}[d(462)](t,r={}){const e=d;if(this[e(445)])return Promise[e(417)]();const n=this[e(405)][e(391)][e(438)](e(399));if(this[e(405)][e(380)][e(363)](e(448))){const{prefix:t,suffix:n}=this[e(405)][e(391)][e(438)](e(394));r[e(442)]={prefix:t,suffix:n}}const o={url:n[e(428)],file:t,serviceConfig:{...r,formatting:n[e(456)],timezone:(new(Intl[e(436)]))[e(362)]()[e(425)]}};return this[e(463)](),this[e(390)](o)[e(401)](this[e(461)][e(410)](this))[e(434)](this[e(368)][e(410)](this))[e(451)](this[e(432)][e(410)](this))}[d(455)](){const t=d;if(this[t(445)])return!1;const r=this[t(405)][t(459)],e=r[t(366)],n=r[t(439)][t(403)],o=(0,l.first)(n[t(404)]());return!!o&&e[t(407)](o[t(360)],t(396))}[d(463)](){const t=d,r=this[t(405)],e=r[t(459)],n=e[t(439)][t(403)];this[t(420)]=new AbortController,this[t(429)]=r[t(459)][t(435)]({isUndoable:!0}),e[t(433)](this[t(429)],(r=>{const o=t;n[o(388)]||e[o(465)](n,{leaveUnmerged:!0});const s=n[o(400)](),i=(0,l.first)(n[o(404)]());let a;a=i.is(o(406),o(396))&&i[o(413)]?s:s[o(393)]?e[o(370)](i):s[o(375)]?e[o(365)](i):r[o(387)](s)[o(386)],this[o(421)]=r[o(372)](o(373)+(0,l.uid)(),{usingOperation:!1,affectsData:!1,range:new u.Range(a)}),this[o(421)].on(o(460),(()=>{const t=o;t(426)===this[t(421)][t(392)]()[t(440)][t(371)]&&this[t(420)][t(449)]()}))})),this[t(445)]=!0,this[t(398)]()}[d(432)](){const t=d,r=this[t(405)][t(459)];r[t(389)][t(363)](this[t(421)])&&r[t(433)](this[t(429)],(r=>{const e=t;r[e(444)](this[e(421)])})),this[t(421)]=null,this[t(429)]=null,this[t(420)]=null,this[t(445)]=!1,this[t(398)]()}[d(390)]({url:t,file:r,serviceConfig:e}){const n=d,o=this[n(405)][n(380)][n(438)](n(385))[n(437)](),s=new FormData;s[n(408)](n(391),JSON[n(379)](e)),s[n(408)](n(367),r);const i={method:n(415),headers:{},body:s,signal:this[n(420)][n(430)]};return o&&(i[n(383)][n(450)]=o[n(395)]),fetch(t,i)}[d(461)](t){const r=d;return t.ok?t[r(376)]()[r(401)]((t=>{const e=r;this[e(405)][e(459)][e(389)][e(363)](this[e(421)])&&e(426)!==this[e(421)][e(392)]()[e(440)][e(371)]&&this[e(447)](e(369),t)})):Promise[r(364)]()}[d(368)](){const t=d;if(this[t(420)][t(430)][t(382)])return void(0,l.logWarning)(t(377));const r=this[t(405)],e=o(r[t(427)],t(441));r[t(380)][t(438)](t(458))[t(412)](e),(0,l.logError)(t(464))}}function I(){const t=["registerTokenUrl","add","pluginName","226101nrbSAs","requires","5azKvIa","3552424daVbFS","9517480iRVEnG","10KtnPPu","getToken","config","2euHKkJ","init","tokenUrl","855KsAlKH","CloudServices","2936682cozcXq","inline","https://docx-converter.cke-cs.com/v2/convert/docx-html","define","get","editor","cloudServices","plugins","_token","2480WpJiGY","251120heMwzy","importWord","none","5428060OGVVds","ImportWordEditing","commands","token"];return(I=function(){return t})()}const g=v;function v(t,r){const e=I();return(v=function(t,r){return e[t-=110]})(t,r)}!function(t){const r=v,e=t();for(;;)try{if(772584===-parseInt(r(127))/1*(-parseInt(r(112))/2)+parseInt(r(137))/3+-parseInt(r(140))/4*(parseInt(r(139))/5)+-parseInt(r(117))/6+parseInt(r(141))/7+parseInt(r(126))/8*(-parseInt(r(115))/9)+parseInt(r(142))/10*(parseInt(r(130))/11))break;e.push(e.shift())}catch(t){e.push(e.shift())}}(I);class w extends t.Plugin{static get[g(136)](){return g(131)}static get[g(138)](){const t=g;return[r.Notification,p.ClipboardPipeline,t(116)]}constructor(t){const r=g;super(t),this[r(125)]=null}async[g(113)](){const t=g,r=this[t(122)];r[t(111)][t(120)](t(128),{converterUrl:t(119),tokenUrl:(r[t(111)][t(121)](t(123))||{})[t(114)],formatting:{resets:t(129),defaults:t(129),styles:t(118)}}),r[t(132)][t(135)](t(128),new m(r));const{tokenUrl:e}=r[t(111)][t(121)](t(128));if(e){const{tokenUrl:n}=r[t(111)][t(121)](t(123))||{};this[t(125)]=e===n?r[t(124)][t(121)](t(116))[t(133)]:await r[t(124)][t(121)](t(116))[t(134)](e)}}[g(110)](){return this[g(125)]}}var b=y;function W(){var t=["2081123JXPclK","335LLsfWh","ImportWord","40UHHCQe","76122IIHNFN","419409VOVPcz","13662EYDecI","12uhPGCH","requires","pluginName","154CkTRir","50178hhPrsP","176429gGIcVg","29608Fajzmp"];return(W=function(){return t})()}function y(t,r){var e=W();return(y=function(t,r){return e[t-=450]})(t,r)}!function(t){for(var r=y,e=t();;)try{if(111374===-parseInt(r(450))/1+-parseInt(r(463))/2+parseInt(r(456))/3*(parseInt(r(459))/4)+parseInt(r(453))/5*(parseInt(r(458))/6)+parseInt(r(462))/7*(parseInt(r(451))/8)+-parseInt(r(457))/9*(parseInt(r(455))/10)+parseInt(r(452))/11)break;e.push(e.shift())}catch(t){e.push(e.shift())}}(W);class x extends t.Plugin{static get[b(461)](){return b(454)}static get[b(460)](){return[w,c]}}function k(t,r){var e=P();return(k=function(t,r){return e[t-=499]})(t,r)}function P(){var t=["495DncPlF","497nfAjbE","10GKwWWh","91ZATLgG","89514JPcASn","23940RlopBk","136GmjTYH","2ojbcPA","879102hmzXhc","831426bYJfAd","6072708GpeVFR","699051qYytPE","18941681XELVhC"];return(P=function(){return t})()}!function(t){for(var r=k,e=t();;)try{if(887651===-parseInt(r(503))/1+parseInt(r(501))/2*(-parseInt(r(505))/3)+-parseInt(r(499))/4*(parseInt(r(507))/5)+-parseInt(r(511))/6*(parseInt(r(508))/7)+-parseInt(r(500))/8*(parseInt(r(502))/9)+parseInt(r(509))/10*(parseInt(r(506))/11)+-parseInt(r(504))/12*(-parseInt(r(510))/13))break;e.push(e.shift())}catch(t){e.push(e.shift())}}(P)})(),(window.CKEditor5=window.CKEditor5||{}).importWord=n})();
5
+ */(()=>{var t={331:(t,r,e)=>{t.exports=e(237)("./src/clipboard.js")},782:(t,r,e)=>{t.exports=e(237)("./src/core.js")},783:(t,r,e)=>{t.exports=e(237)("./src/engine.js")},311:(t,r,e)=>{t.exports=e(237)("./src/ui.js")},584:(t,r,e)=>{t.exports=e(237)("./src/utils.js")},237:t=>{"use strict";t.exports=CKEditor5.dll}},r={};function e(n){var o=r[n];if(void 0!==o)return o.exports;var i=r[n]={exports:{}};return t[n](i,i.exports,e),i.exports}e.d=(t,r)=>{for(var n in r)e.o(r,n)&&!e.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:r[n]})},e.o=(t,r)=>Object.prototype.hasOwnProperty.call(t,r),e.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var n={};(()=>{"use strict";e.r(n),e.d(n,{ImportWord:()=>y,ImportWordEditing:()=>w,ImportWordUI:()=>c});var t=e(782),r=e(311);function o(t,r){const e=t.t;switch(r){case"Import from Word":return e("Import from Word");case"An error occurred while importing the Word file.":return e("An error occurred while importing the Word file.");case"Importing Word document":return e("Importing Word document");default:return r}}function i(){const t=["children","add","importWord","iconView","113xrdpqA","commands","editor","1662mjnRdN","bind","set","init","focus","view","3856QyPwnC","editing","ImportWordUI","32lUrQDc","8141QzrpcB","menuBar:importWord","145098ZizXkG","isVisible","1624430mLluLL","label","isOn","isEnabled","101485DTXfxD","227187CozsjD","_createButton","componentFactory","get","isBusy","Importing Word document","pluginName","locale","32qdqYFU","55DBwFtx","1493892wJJaoP","Import from Word","application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.openxmlformats-officedocument.wordprocessingml.template","execute","done","tooltip"];return(i=function(){return t})()}function s(t,r){const e=i();return(s=function(t,r){return e[t-=325]})(t,r)}const a=s;!function(t){const r=s,e=t();for(;;)try{if(226250===parseInt(r(332))/1*(-parseInt(r(341))/2)+parseInt(r(347))/3*(parseInt(r(344))/4)+parseInt(r(353))/5+parseInt(r(335))/6*(-parseInt(r(345))/7)+parseInt(r(362))/8*(-parseInt(r(354))/9)+-parseInt(r(349))/10+parseInt(r(363))/11*(parseInt(r(364))/12))break;e.push(e.shift())}catch(t){e.push(e.shift())}}(i);class c extends t.Plugin{static get[a(360)](){return a(343)}[a(338)](){const t=a,e=this[t(334)];e.ui[t(356)][t(329)](t(330),(()=>{const n=t,o=this[n(355)](r.FileDialogButtonView),i=e[n(333)][n(357)](n(330));return o[n(336)](n(351)).to(i,n(358)),o[n(327)]=!0,o})),e.ui[t(356)][t(329)](t(346),(()=>this[t(355)](r.MenuBarMenuListItemFileDialogButtonView)))}[a(355)](t){const e=a,n=this[e(334)],i=n[e(333)][e(357)](e(330)),s=new t(n[e(361)]),c=new r.SpinnerView;return s[e(337)]({acceptedType:e(366)}),s[e(337)]({icon:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m14 0 5 4.5v8.892l-1.5-1.8V6.5h-5v-5h-8v3H3V0h11Zm0 2v3h3.3L14 2Z"/><path d="M10.74 18a2.76 2.76 0 0 1-.469-.5H3V19h9.25v-.374A2.737 2.737 0 0 1 10.74 18Z"/><path d="M8.5 6a1.5 1.5 0 0 1 1.493 1.356L10 7.5v7a1.5 1.5 0 0 1-1.356 1.493L8.5 16h-7a1.5 1.5 0 0 1-1.493-1.356L0 14.5v-7a1.5 1.5 0 0 1 1.356-1.493L1.5 6h7ZM7.483 8.795l-.042.088-.986 2.534-.947-2.528-.043-.092a.601.601 0 0 0-1.042.008l-.042.093-.883 2.465-.937-2.475-.042-.089a.6.6 0 0 0-1.107.42l.027.093 1.514 4 .044.092a.6.6 0 0 0 1.041-.01l.041-.092.88-2.458.925 2.467.046.096a.602.602 0 0 0 1.032 0l.043-.09 1.554-4 .028-.093a.6.6 0 0 0-1.104-.43v.001ZM11.674 15.407a.75.75 0 1 0 1.152.96L14 14.96V20h1.5v-5.04l1.174 1.408a.75.75 0 1 0 1.152-.96l-2.346-2.816a.95.95 0 0 0-1.46 0l-2.346 2.815Z"/></svg>\n'}),s[e(336)](e(352)).to(i),s[e(336)](e(350)).to(i,e(358),(t=>o(n[e(361)],e(t?359:365)))),c[e(336)](e(348)).to(i,e(358)),s[e(331)][e(336)](e(348)).to(i,e(358),(t=>!t)),s[e(328)][e(329)](c),s.on(e(326),((t,r)=>{const o=e;n[o(325)](o(330),r[0],{}),n[o(342)][o(340)][o(339)]()})),s}}var p=e(331),u=e(783),l=e(584);const d=h;function h(t,r){const e=f();return(h=function(t,r){return e[t-=170]})(t,r)}function f(){const t=["locale","document","get","setData","623950BTfDFX","showWarning","text/html","headers","Authorization","checkChild","mergeFields","change:range","getRange","_cleanUpAfterImport","_abortController","markers","2071864siOpyC","_sendImportRequest","MergeFields","clipboardInput","importWord:","addMarker","getSelectedBlocks","position","finally","ImportWordEditing","reject","68wzfoeU","abort","signal","stringify","createPositionBefore","model","_prepareForImport","merge_fields","html","formatting","isAtEnd","_undoStepBatch","json","root","import-word-plugin-import-cancelled","46761djjUhW","$graveyard","fire","_checkEnabled","Notification","converterUrl","isEnabled","then","bind","schema","getToken","setSelection","1mTUPrq","isAtStart","parent","4548vuHHNW","resolve","set","POST","createBatch","102965SeJJlg","getFirstPosition","isEmpty","isBusy","_importMarker","editor","file","deleteContent","removeMarker","resolvedOptions","refresh","createPositionAfter","config","enqueueChange","low","execute","catch","split","editing","has","timeZone","plugins","isCollapsed","importWord","paragraph","dataInsert","stopListening","DateTimeFormat","import-word-plugin-conversion-failed","6lGsiMQ","view","5128221JGXHDl","_handleImportFailure","3736670IoJwpG","452949riofSN","aborted","rootName","_handleImportResponse","selection","An error occurred while importing the Word file.","element","value","9pKQYdO"];return(f=function(){return t})()}!function(t){const r=h,e=t();for(;;)try{if(482137===parseInt(r(183))/1*(-parseInt(r(238))/2)+parseInt(r(225))/3+parseInt(r(261))/4*(-parseInt(r(191))/5)+parseInt(r(220))/6*(-parseInt(r(222))/7)+parseInt(r(250))/8*(-parseInt(r(233))/9)+parseInt(r(224))/10+parseInt(r(171))/11*(parseInt(r(186))/12))break;e.push(e.shift())}catch(t){e.push(e.shift())}}(f);class m extends t.Command{constructor(t){const r=h;super(t),this[r(188)](r(194),!1),this[r(195)]=null,this[r(272)]=null,this[r(248)]=null,this.on(r(216),((e,n)=>{const o=r,i=new DataTransfer;i[o(237)](o(240),n[o(269)]);const s=this[o(195)][o(246)]();this[o(196)][o(266)][o(204)](this[o(272)],(r=>{const e=o;this[e(195)][e(217)](),r[e(182)](s),t[e(209)][e(221)][e(235)][e(173)](e(253),{dataTransfer:i})}))}),{priority:r(205)})}[d(201)](){const t=d;this[t(177)]=this[t(174)]()}[d(206)](t,r={}){const e=d;if(this[e(194)])return Promise[e(187)]();const n=this[e(196)][e(203)][e(236)](e(214));if(this[e(196)][e(212)][e(210)](e(252))){const{prefix:t,suffix:n}=this[e(196)][e(203)][e(236)](e(244));r[e(268)]={prefix:t,suffix:n}}const o={url:n[e(176)],file:t,serviceConfig:{...r,formatting:n[e(270)],timezone:(new(Intl[e(218)]))[e(200)]()[e(211)]}};return this[e(267)](),this[e(251)](o)[e(178)](this[e(228)][e(179)](this))[e(207)](this[e(223)][e(179)](this))[e(258)](this[e(247)][e(179)](this))}[d(174)](){const t=d;if(this[t(194)])return!1;const r=this[t(196)][t(266)],e=r[t(180)],n=r[t(235)][t(229)],o=(0,l.first)(n[t(256)]());return!!o&&e[t(243)](o[t(185)],t(215))}[d(267)](){const t=d,r=this[t(196)],e=r[t(266)],n=e[t(235)][t(229)];this[t(248)]=new AbortController,this[t(272)]=r[t(266)][t(190)]({isUndoable:!0}),e[t(204)](this[t(272)],(r=>{const o=t;n[o(213)]||e[o(198)](n,{leaveUnmerged:!0});const i=n[o(192)](),s=(0,l.first)(n[o(256)]());let a;a=s.is(o(231),o(215))&&s[o(193)]?i:i[o(184)]?e[o(265)](s):i[o(271)]?e[o(202)](s):r[o(208)](i)[o(257)],this[o(195)]=r[o(255)](o(254)+(0,l.uid)(),{usingOperation:!1,affectsData:!1,range:new u.Range(a)}),this[o(195)].on(o(245),(()=>{const t=o;t(172)===this[t(195)][t(246)]()[t(274)][t(227)]&&this[t(248)][t(262)]()}))})),this[t(194)]=!0,this[t(201)]()}[d(247)](){const t=d,r=this[t(196)][t(266)];r[t(249)][t(210)](this[t(195)])&&r[t(204)](this[t(272)],(r=>{const e=t;r[e(199)](this[e(195)])})),this[t(195)]=null,this[t(272)]=null,this[t(248)]=null,this[t(194)]=!1,this[t(201)]()}[d(251)]({url:t,file:r,serviceConfig:e}){const n=d,o=this[n(196)][n(212)][n(236)](n(259))[n(181)](),i=new FormData;i[n(188)](n(203),JSON[n(264)](e)),i[n(188)](n(197),r);const s={method:n(189),headers:{},body:i,signal:this[n(248)][n(263)]};return o&&(s[n(241)][n(242)]=o[n(232)]),fetch(t,s)}[d(228)](t){const r=d;return t.ok?t[r(273)]()[r(178)]((t=>{const e=r;this[e(196)][e(266)][e(249)][e(210)](this[e(195)])&&e(172)!==this[e(195)][e(246)]()[e(274)][e(227)]&&this[e(173)](e(216),t)})):Promise[r(260)]()}[d(223)](){const t=d;if(this[t(248)][t(263)][t(226)])return void(0,l.logWarning)(t(170));const r=this[t(196)],e=o(r[t(234)],t(230));r[t(212)][t(236)](t(175))[t(239)](e),(0,l.logError)(t(219))}}function I(t,r){const e=v();return(I=function(t,r){return e[t-=209]})(t,r)}const g=I;function v(){const t=["607934qEekhM","112rOYVZz","none","3771020JPxGmz","44922EGQeLm","ImportWordEditing","https://docx-converter.cke-cs.com/v2/convert/docx-html","define","147164kcYqma","requires","init","tokenUrl","16724AcWCvS","getToken","2127144vLMiHn","cloudServices","plugins","inline","43128coabWc","get","CloudServices","importWord","345BzXCbA","token","pluginName","commands","config","_token","272gNNMQF","editor","registerTokenUrl","add"];return(v=function(){return t})()}!function(t){const r=I,e=t();for(;;)try{if(355339===parseInt(r(240))/1+parseInt(r(216))/2+-parseInt(r(222))/3+-parseInt(r(220))/4*(-parseInt(r(230))/5)+-parseInt(r(212))/6*(parseInt(r(209))/7)+-parseInt(r(236))/8*(parseInt(r(226))/9)+parseInt(r(211))/10)break;e.push(e.shift())}catch(t){e.push(e.shift())}}(v);class w extends t.Plugin{static get[g(232)](){return g(213)}static get[g(217)](){const t=g;return[r.Notification,p.ClipboardPipeline,t(228)]}constructor(t){const r=g;super(t),this[r(235)]=null}async[g(218)](){const t=g,r=this[t(237)];r[t(234)][t(215)](t(229),{converterUrl:t(214),tokenUrl:(r[t(234)][t(227)](t(223))||{})[t(219)],formatting:{resets:t(210),defaults:t(210),styles:t(225)}}),r[t(233)][t(239)](t(229),new m(r));const{tokenUrl:e}=r[t(234)][t(227)](t(229));if(e){const{tokenUrl:n}=r[t(234)][t(227)](t(223))||{};this[t(235)]=e===n?r[t(224)][t(227)](t(228))[t(231)]:await r[t(224)][t(227)](t(228))[t(238)](e)}}[g(221)](){return this[g(235)]}}var b=x;function x(t,r){var e=W();return(x=function(t,r){return e[t-=481]})(t,r)}function W(){var t=["14385852MYxbyb","12420272DNHCGE","4653115pNpODc","6VtKOCJ","412SSHHEP","7422AwUFPH","1860075OEwSlh","21767160WbpxmB","pluginName","requires","6687iUfKoi","ImportWord","47coEEUN"];return(W=function(){return t})()}!function(t){for(var r=x,e=t();;)try{if(879304===parseInt(r(481))/1*(parseInt(r(487))/2)+-parseInt(r(492))/3*(parseInt(r(486))/4)+-parseInt(r(484))/5*(parseInt(r(485))/6)+-parseInt(r(488))/7+parseInt(r(483))/8+-parseInt(r(482))/9+parseInt(r(489))/10)break;e.push(e.shift())}catch(t){e.push(e.shift())}}(W);class y extends t.Plugin{static get[b(490)](){return b(493)}static get[b(491)](){return[w,c]}}function k(t,r){var e=C();return(k=function(t,r){return e[t-=378]})(t,r)}function C(){var t=["11YJyXnv","6930657VCbvZl","5UXCFEc","6667950shxghz","2524796DpElgb","1656852SZdKrq","16496jbkifn","230998AHVQic","553NFoKxs","974988XYoBzY"];return(C=function(){return t})()}!function(t){for(var r=k,e=t();;)try{if(676572===parseInt(r(380))/1*(parseInt(r(387))/2)+parseInt(r(379))/3+parseInt(r(384))/4+parseInt(r(382))/5*(-parseInt(r(385))/6)+-parseInt(r(378))/7*(-parseInt(r(386))/8)+-parseInt(r(381))/9+-parseInt(r(383))/10)break;e.push(e.shift())}catch(t){e.push(e.shift())}}(C)})(),(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 _0x269fe2,Command as _0x11ac85}from'@ckeditor/ckeditor5-core/dist/index.js';import{FileDialogButtonView as _0x2dc8c5,MenuBarMenuListItemFileDialogButtonView as _0x554144,SpinnerView as _0x3ab907,Notification as _0x4d8b90}from'@ckeditor/ckeditor5-ui/dist/index.js';import{ClipboardPipeline as _0x119dae}from'@ckeditor/ckeditor5-clipboard/dist/index.js';import{Range as _0x2a4a4f}from'@ckeditor/ckeditor5-engine/dist/index.js';import{first as _0x382821,uid as _0x546105,logWarning as _0x3b1776,logError as _0x242c80}from'@ckeditor/ckeditor5-utils/dist/index.js';function p(_0x15046f,_0x1af55d){const t=_0x15046f['t'];switch(_0x1af55d){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 _0x1af55d;}}class o extends _0x269fe2{static get['pluginName'](){return'ImportWordUI';}['init'](){const _0x435838=this['editor'];_0x435838['ui']['componentFactory']['add']('importWord',()=>{const _0x5548bd=this['_createButton'](_0x2dc8c5),_0x21735b=_0x435838['commands']['get']('importWord');return _0x5548bd['bind']('isOn')['to'](_0x21735b,'isBusy'),_0x5548bd['tooltip']=!0x0,_0x5548bd;}),_0x435838['ui']['componentFactory']['add']('menuBar:importWord',()=>this['_createButton'](_0x554144));}['_createButton'](_0x60e69c){const _0x2bbb10=this['editor'],_0x5f2934=_0x2bbb10['commands']['get']('importWord'),_0x5cdc34=new _0x60e69c(_0x2bbb10['locale']),_0x135986=new _0x3ab907();return _0x5cdc34['set']({'acceptedType':'application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.openxmlformats-officedocument.wordprocessingml.template'}),_0x5cdc34['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'}),_0x5cdc34['bind']('isEnabled')['to'](_0x5f2934),_0x5cdc34['bind']('label')['to'](_0x5f2934,'isBusy',_0x2faabd=>p(_0x2bbb10['locale'],_0x2faabd?'Importing\x20Word\x20document':'Import\x20from\x20Word')),_0x135986['bind']('isVisible')['to'](_0x5f2934,'isBusy'),_0x5cdc34['iconView']['bind']('isVisible')['to'](_0x5f2934,'isBusy',_0x38ac6b=>!_0x38ac6b),_0x5cdc34['children']['add'](_0x135986),_0x5cdc34['on']('done',(_0x41ee4f,_0x2a4571)=>{_0x2bbb10['execute']('importWord',_0x2a4571[0x0],{}),_0x2bbb10['editing']['view']['focus']();}),_0x5cdc34;}}class d extends _0x11ac85{['_importMarker'];['_undoStepBatch'];['_abortController'];constructor(_0x46aaa0){super(_0x46aaa0),this['set']('isBusy',!0x1),this['_importMarker']=null,this['_undoStepBatch']=null,this['_abortController']=null,this['on']('dataInsert',(_0x360c7d,_0x507500)=>{const _0x44cd12=new DataTransfer();_0x44cd12['setData']('text/html',_0x507500['html']);const _0x42fc0c=this['_importMarker']['getRange']();this['editor']['model']['enqueueChange'](this['_undoStepBatch'],_0x533d01=>{this['_importMarker']['stopListening'](),_0x533d01['setSelection'](_0x42fc0c),_0x46aaa0['editing']['view']['document']['fire']('clipboardInput',{'dataTransfer':_0x44cd12});});},{'priority':'low'});}['refresh'](){this['isEnabled']=this['_checkEnabled']();}['execute'](_0xd8daf0,_0x1e8283={}){if(this['isBusy'])return Promise['resolve']();const _0x1328c5=this['editor']['config']['get']('importWord');if(this['editor']['plugins']['has']('MergeFields')){const {prefix:_0x3324f9,suffix:_0x3e10c8}=this['editor']['config']['get']('mergeFields');_0x1e8283['merge_fields']={'prefix':_0x3324f9,'suffix':_0x3e10c8};}const _0x421425={'url':_0x1328c5['converterUrl'],'file':_0xd8daf0,'serviceConfig':{..._0x1e8283,'formatting':_0x1328c5['formatting'],'timezone':new Intl['DateTimeFormat']()['resolvedOptions']()['timeZone']}};return this['_prepareForImport'](),this['_sendImportRequest'](_0x421425)['then'](this['_handleImportResponse']['bind'](this))['catch'](this['_handleImportFailure']['bind'](this))['finally'](this['_cleanUpAfterImport']['bind'](this));}['_checkEnabled'](){if(this['isBusy'])return!0x1;const _0x6c7c1a=this['editor']['model'],_0x282686=_0x6c7c1a['schema'],_0x34ca37=_0x6c7c1a['document']['selection'],_0x38dac0=_0x382821(_0x34ca37['getSelectedBlocks']());return!!_0x38dac0&&_0x282686['checkChild'](_0x38dac0['parent'],'paragraph');}['_prepareForImport'](){const _0xe9255a=this['editor'],_0x195966=_0xe9255a['model'],_0x2571bd=_0x195966['document']['selection'];this['_abortController']=new AbortController(),this['_undoStepBatch']=_0xe9255a['model']['createBatch']({'isUndoable':!0x0}),_0x195966['enqueueChange'](this['_undoStepBatch'],_0x25544a=>{_0x2571bd['isCollapsed']||_0x195966['deleteContent'](_0x2571bd,{'leaveUnmerged':!0x0});const _0x5e46b6=_0x2571bd['getFirstPosition'](),_0x3a5863=_0x382821(_0x2571bd['getSelectedBlocks']());let _0x1b8138;_0x1b8138=_0x3a5863['is']('element','paragraph')&&_0x3a5863['isEmpty']?_0x5e46b6:_0x5e46b6['isAtStart']?_0x195966['createPositionBefore'](_0x3a5863):_0x5e46b6['isAtEnd']?_0x195966['createPositionAfter'](_0x3a5863):_0x25544a['split'](_0x5e46b6)['position'],this['_importMarker']=_0x25544a['addMarker']('importWord:'+_0x546105(),{'usingOperation':!0x1,'affectsData':!0x1,'range':new _0x2a4a4f(_0x1b8138)}),this['_importMarker']['on']('change:range',()=>{'$graveyard'===this['_importMarker']['getRange']()['root']['rootName']&&this['_abortController']['abort']();});}),this['isBusy']=!0x0,this['refresh']();}['_cleanUpAfterImport'](){const _0x412385=this['editor']['model'];_0x412385['markers']['has'](this['_importMarker'])&&_0x412385['enqueueChange'](this['_undoStepBatch'],_0x37cb0c=>{_0x37cb0c['removeMarker'](this['_importMarker']);}),this['_importMarker']=null,this['_undoStepBatch']=null,this['_abortController']=null,this['isBusy']=!0x1,this['refresh']();}['_sendImportRequest']({url:_0x22e2dd,file:_0x2b480a,serviceConfig:_0x4560b3}){const _0x41b0c7=this['editor']['plugins']['get']('ImportWordEditing')['getToken'](),_0x142e47=new FormData();_0x142e47['set']('config',JSON['stringify'](_0x4560b3)),_0x142e47['set']('file',_0x2b480a);const _0x38e926={'method':'POST','headers':{},'body':_0x142e47,'signal':this['_abortController']['signal']};return _0x41b0c7&&(_0x38e926['headers']['Authorization']=_0x41b0c7['value']),fetch(_0x22e2dd,_0x38e926);}['_handleImportResponse'](_0x159338){return _0x159338['ok']?_0x159338['json']()['then'](_0xb815d1=>{if(!this['editor']['model']['markers']['has'](this['_importMarker']))return;'$graveyard'!==this['_importMarker']['getRange']()['root']['rootName']&&this['fire']('dataInsert',_0xb815d1);}):Promise['reject']();}['_handleImportFailure'](){if(this['_abortController']['signal']['aborted'])return void _0x3b1776('import-word-plugin-import-cancelled');const _0x2cfcdd=this['editor'],_0x403d20=p(_0x2cfcdd['locale'],'An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.');_0x2cfcdd['plugins']['get']('Notification')['showWarning'](_0x403d20),_0x242c80('import-word-plugin-conversion-failed');}}class e extends _0x269fe2{['_token'];static get['pluginName'](){return'ImportWordEditing';}static get['requires'](){return[_0x4d8b90,_0x119dae,'CloudServices'];}constructor(_0x16193a){super(_0x16193a),this['_token']=null;}async['init'](){const _0x4abf4d=this['editor'];_0x4abf4d['config']['define']('importWord',{'converterUrl':'https://docx-converter.cke-cs.com/v2/convert/docx-html','tokenUrl':(_0x4abf4d['config']['get']('cloudServices')||{})['tokenUrl'],'formatting':{'resets':'none','defaults':'none','styles':'inline'}}),_0x4abf4d['commands']['add']('importWord',new d(_0x4abf4d));const {tokenUrl:_0x127a57}=_0x4abf4d['config']['get']('importWord');if(_0x127a57){const {tokenUrl:_0x2b2789}=_0x4abf4d['config']['get']('cloudServices')||{};this['_token']=_0x127a57===_0x2b2789?_0x4abf4d['plugins']['get']('CloudServices')['token']:await _0x4abf4d['plugins']['get']('CloudServices')['registerTokenUrl'](_0x127a57);}}['getToken'](){return this['_token'];}}class i extends _0x269fe2{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 _0x55bb4e,Command as _0x395cc4}from'@ckeditor/ckeditor5-core/dist/index.js';import{FileDialogButtonView as _0x1b9c30,MenuBarMenuListItemFileDialogButtonView as _0x4c085e,SpinnerView as _0x3fc52c,Notification as _0x3434b7}from'@ckeditor/ckeditor5-ui/dist/index.js';import{ClipboardPipeline as _0xc52c6b}from'@ckeditor/ckeditor5-clipboard/dist/index.js';import{Range as _0xa0d9e0}from'@ckeditor/ckeditor5-engine/dist/index.js';import{first as _0x38d8ae,uid as _0x1c960a,logWarning as _0x52b4b2,logError as _0x2bea33}from'@ckeditor/ckeditor5-utils/dist/index.js';function p(_0x2cafbd,_0x560a13){const t=_0x2cafbd['t'];switch(_0x560a13){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 _0x560a13;}}class o extends _0x55bb4e{static get['pluginName'](){return'ImportWordUI';}['init'](){const _0x2e991a=this['editor'];_0x2e991a['ui']['componentFactory']['add']('importWord',()=>{const _0x49cf31=this['_createButton'](_0x1b9c30),_0x65f000=_0x2e991a['commands']['get']('importWord');return _0x49cf31['bind']('isOn')['to'](_0x65f000,'isBusy'),_0x49cf31['tooltip']=!0x0,_0x49cf31;}),_0x2e991a['ui']['componentFactory']['add']('menuBar:importWord',()=>this['_createButton'](_0x4c085e));}['_createButton'](_0x54e3be){const _0x44573e=this['editor'],_0x4630ba=_0x44573e['commands']['get']('importWord'),_0x3ec688=new _0x54e3be(_0x44573e['locale']),_0x31e856=new _0x3fc52c();return _0x3ec688['set']({'acceptedType':'application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.openxmlformats-officedocument.wordprocessingml.template'}),_0x3ec688['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'}),_0x3ec688['bind']('isEnabled')['to'](_0x4630ba),_0x3ec688['bind']('label')['to'](_0x4630ba,'isBusy',_0xa2be96=>p(_0x44573e['locale'],_0xa2be96?'Importing\x20Word\x20document':'Import\x20from\x20Word')),_0x31e856['bind']('isVisible')['to'](_0x4630ba,'isBusy'),_0x3ec688['iconView']['bind']('isVisible')['to'](_0x4630ba,'isBusy',_0x2449c8=>!_0x2449c8),_0x3ec688['children']['add'](_0x31e856),_0x3ec688['on']('done',(_0x133036,_0x263430)=>{_0x44573e['execute']('importWord',_0x263430[0x0],{}),_0x44573e['editing']['view']['focus']();}),_0x3ec688;}}class d extends _0x395cc4{['_importMarker'];['_undoStepBatch'];['_abortController'];constructor(_0x1fed45){super(_0x1fed45),this['set']('isBusy',!0x1),this['_importMarker']=null,this['_undoStepBatch']=null,this['_abortController']=null,this['on']('dataInsert',(_0x394bfd,_0x4a1c5e)=>{const _0x33c66d=new DataTransfer();_0x33c66d['setData']('text/html',_0x4a1c5e['html']);const _0x5991c8=this['_importMarker']['getRange']();this['editor']['model']['enqueueChange'](this['_undoStepBatch'],_0x3c18d5=>{this['_importMarker']['stopListening'](),_0x3c18d5['setSelection'](_0x5991c8),_0x1fed45['editing']['view']['document']['fire']('clipboardInput',{'dataTransfer':_0x33c66d});});},{'priority':'low'});}['refresh'](){this['isEnabled']=this['_checkEnabled']();}['execute'](_0x576285,_0x1702a8={}){if(this['isBusy'])return Promise['resolve']();const _0x2fe9b3=this['editor']['config']['get']('importWord');if(this['editor']['plugins']['has']('MergeFields')){const {prefix:_0xae4f04,suffix:_0x197888}=this['editor']['config']['get']('mergeFields');_0x1702a8['merge_fields']={'prefix':_0xae4f04,'suffix':_0x197888};}const _0xdc135={'url':_0x2fe9b3['converterUrl'],'file':_0x576285,'serviceConfig':{..._0x1702a8,'formatting':_0x2fe9b3['formatting'],'timezone':new Intl['DateTimeFormat']()['resolvedOptions']()['timeZone']}};return this['_prepareForImport'](),this['_sendImportRequest'](_0xdc135)['then'](this['_handleImportResponse']['bind'](this))['catch'](this['_handleImportFailure']['bind'](this))['finally'](this['_cleanUpAfterImport']['bind'](this));}['_checkEnabled'](){if(this['isBusy'])return!0x1;const _0x3d2df2=this['editor']['model'],_0x247d77=_0x3d2df2['schema'],_0x42ee45=_0x3d2df2['document']['selection'],_0x3a785f=_0x38d8ae(_0x42ee45['getSelectedBlocks']());return!!_0x3a785f&&_0x247d77['checkChild'](_0x3a785f['parent'],'paragraph');}['_prepareForImport'](){const _0x2b5730=this['editor'],_0x383a4a=_0x2b5730['model'],_0x58e459=_0x383a4a['document']['selection'];this['_abortController']=new AbortController(),this['_undoStepBatch']=_0x2b5730['model']['createBatch']({'isUndoable':!0x0}),_0x383a4a['enqueueChange'](this['_undoStepBatch'],_0x174db6=>{_0x58e459['isCollapsed']||_0x383a4a['deleteContent'](_0x58e459,{'leaveUnmerged':!0x0});const _0xa87a9=_0x58e459['getFirstPosition'](),_0x24974f=_0x38d8ae(_0x58e459['getSelectedBlocks']());let _0x501436;_0x501436=_0x24974f['is']('element','paragraph')&&_0x24974f['isEmpty']?_0xa87a9:_0xa87a9['isAtStart']?_0x383a4a['createPositionBefore'](_0x24974f):_0xa87a9['isAtEnd']?_0x383a4a['createPositionAfter'](_0x24974f):_0x174db6['split'](_0xa87a9)['position'],this['_importMarker']=_0x174db6['addMarker']('importWord:'+_0x1c960a(),{'usingOperation':!0x1,'affectsData':!0x1,'range':new _0xa0d9e0(_0x501436)}),this['_importMarker']['on']('change:range',()=>{'$graveyard'===this['_importMarker']['getRange']()['root']['rootName']&&this['_abortController']['abort']();});}),this['isBusy']=!0x0,this['refresh']();}['_cleanUpAfterImport'](){const _0x53fdbf=this['editor']['model'];_0x53fdbf['markers']['has'](this['_importMarker'])&&_0x53fdbf['enqueueChange'](this['_undoStepBatch'],_0x1ff942=>{_0x1ff942['removeMarker'](this['_importMarker']);}),this['_importMarker']=null,this['_undoStepBatch']=null,this['_abortController']=null,this['isBusy']=!0x1,this['refresh']();}['_sendImportRequest']({url:_0x436a66,file:_0x80fb63,serviceConfig:_0x7d564b}){const _0x18b85e=this['editor']['plugins']['get']('ImportWordEditing')['getToken'](),_0x5e6104=new FormData();_0x5e6104['set']('config',JSON['stringify'](_0x7d564b)),_0x5e6104['set']('file',_0x80fb63);const _0x5b4f35={'method':'POST','headers':{},'body':_0x5e6104,'signal':this['_abortController']['signal']};return _0x18b85e&&(_0x5b4f35['headers']['Authorization']=_0x18b85e['value']),fetch(_0x436a66,_0x5b4f35);}['_handleImportResponse'](_0x5ac28e){return _0x5ac28e['ok']?_0x5ac28e['json']()['then'](_0x3e9d59=>{if(!this['editor']['model']['markers']['has'](this['_importMarker']))return;'$graveyard'!==this['_importMarker']['getRange']()['root']['rootName']&&this['fire']('dataInsert',_0x3e9d59);}):Promise['reject']();}['_handleImportFailure'](){if(this['_abortController']['signal']['aborted'])return void _0x52b4b2('import-word-plugin-import-cancelled');const _0x10a549=this['editor'],_0x534dcc=p(_0x10a549['locale'],'An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.');_0x10a549['plugins']['get']('Notification')['showWarning'](_0x534dcc),_0x2bea33('import-word-plugin-conversion-failed');}}class e extends _0x55bb4e{['_token'];static get['pluginName'](){return'ImportWordEditing';}static get['requires'](){return[_0x3434b7,_0xc52c6b,'CloudServices'];}constructor(_0x3718ab){super(_0x3718ab),this['_token']=null;}async['init'](){const _0x4c2e3c=this['editor'];_0x4c2e3c['config']['define']('importWord',{'converterUrl':'https://docx-converter.cke-cs.com/v2/convert/docx-html','tokenUrl':(_0x4c2e3c['config']['get']('cloudServices')||{})['tokenUrl'],'formatting':{'resets':'none','defaults':'none','styles':'inline'}}),_0x4c2e3c['commands']['add']('importWord',new d(_0x4c2e3c));const {tokenUrl:_0x380518}=_0x4c2e3c['config']['get']('importWord');if(_0x380518){const {tokenUrl:_0x142586}=_0x4c2e3c['config']['get']('cloudServices')||{};this['_token']=_0x380518===_0x142586?_0x4c2e3c['plugins']['get']('CloudServices')['token']:await _0x4c2e3c['plugins']['get']('CloudServices')['registerTokenUrl'](_0x380518);}}['getToken'](){return this['_token'];}}class i extends _0x55bb4e{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':_0x1b68ba=>0x0==_0x1b68ba?0x0:0x1==_0x1b68ba?0x1:0x2==_0x1b68ba?0x2:_0x1b68ba%0x64>=0x3&&_0x1b68ba%0x64<=0xa?0x3:_0x1b68ba%0x64>=0xb&&_0x1b68ba%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':_0x59db72=>0x0==_0x59db72?0x0:0x1==_0x59db72?0x1:0x2==_0x59db72?0x2:_0x59db72%0x64>=0x3&&_0x59db72%0x64<=0xa?0x3:_0x59db72%0x64>=0xb&&_0x59db72%0x64<=0x63?0x4:0x5}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3c3c89=>{const {ar:{dictionary:_0x3c2d1b,getPluralForm:_0x1540ad}}={'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':_0x264b06=>0x0==_0x264b06?0x0:0x1==_0x264b06?0x1:0x2==_0x264b06?0x2:_0x264b06%0x64>=0x3&&_0x264b06%0x64<=0xa?0x3:_0x264b06%0x64>=0xb&&_0x264b06%0x64<=0x63?0x4:0x5}};_0x3c3c89['ar']||={'dictionary':{},'getPluralForm':null},_0x3c3c89['ar']['dictionary']=Object['assign'](_0x3c3c89['ar']['dictionary'],_0x3c2d1b),_0x3c3c89['ar']['getPluralForm']=_0x1540ad;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xb91f49=>{const {ar:{dictionary:_0x56dffb,getPluralForm:_0x9bcfcb}}={'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':_0xccfa55=>0x0==_0xccfa55?0x0:0x1==_0xccfa55?0x1:0x2==_0xccfa55?0x2:_0xccfa55%0x64>=0x3&&_0xccfa55%0x64<=0xa?0x3:_0xccfa55%0x64>=0xb&&_0xccfa55%0x64<=0x63?0x4:0x5}};_0xb91f49['ar']||={'dictionary':{},'getPluralForm':null},_0xb91f49['ar']['dictionary']=Object['assign'](_0xb91f49['ar']['dictionary'],_0x56dffb),_0xb91f49['ar']['getPluralForm']=_0x9bcfcb;})(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':_0x226d58=>0x1!=_0x226d58}};
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':_0x3d3b27=>0x1!=_0x3d3b27}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x16ba27=>{const {bg:{dictionary:_0x1b9ae5,getPluralForm:_0x21f720}}={'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':_0x5af0bc=>0x1!=_0x5af0bc}};_0x16ba27['bg']||={'dictionary':{},'getPluralForm':null},_0x16ba27['bg']['dictionary']=Object['assign'](_0x16ba27['bg']['dictionary'],_0x1b9ae5),_0x16ba27['bg']['getPluralForm']=_0x21f720;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1c15d6=>{const {bg:{dictionary:_0x711324,getPluralForm:_0x23e782}}={'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':_0x492319=>0x1!=_0x492319}};_0x1c15d6['bg']||={'dictionary':{},'getPluralForm':null},_0x1c15d6['bg']['dictionary']=Object['assign'](_0x1c15d6['bg']['dictionary'],_0x711324),_0x1c15d6['bg']['getPluralForm']=_0x23e782;})(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':_0x37114e=>0x1!=_0x37114e}};
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':_0x4d7dbe=>0x1!=_0x4d7dbe}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4b8ae8=>{const {bn:{dictionary:_0x449452,getPluralForm:_0x5b0914}}={'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':_0x318373=>0x1!=_0x318373}};_0x4b8ae8['bn']||={'dictionary':{},'getPluralForm':null},_0x4b8ae8['bn']['dictionary']=Object['assign'](_0x4b8ae8['bn']['dictionary'],_0x449452),_0x4b8ae8['bn']['getPluralForm']=_0x5b0914;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x25dafb=>{const {bn:{dictionary:_0x43f3c5,getPluralForm:_0x109dfd}}={'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':_0x5ce4ec=>0x1!=_0x5ce4ec}};_0x25dafb['bn']||={'dictionary':{},'getPluralForm':null},_0x25dafb['bn']['dictionary']=Object['assign'](_0x25dafb['bn']['dictionary'],_0x43f3c5),_0x25dafb['bn']['getPluralForm']=_0x109dfd;})(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':_0x376f44=>0x1!=_0x376f44}};
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':_0x561df1=>0x1!=_0x561df1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4616a9=>{const {ca:{dictionary:_0x41383f,getPluralForm:_0x41ee11}}={'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':_0x3180b5=>0x1!=_0x3180b5}};_0x4616a9['ca']||={'dictionary':{},'getPluralForm':null},_0x4616a9['ca']['dictionary']=Object['assign'](_0x4616a9['ca']['dictionary'],_0x41383f),_0x4616a9['ca']['getPluralForm']=_0x41ee11;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3ec72f=>{const {ca:{dictionary:_0x14b3ac,getPluralForm:_0x3f359c}}={'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':_0x1713c0=>0x1!=_0x1713c0}};_0x3ec72f['ca']||={'dictionary':{},'getPluralForm':null},_0x3ec72f['ca']['dictionary']=Object['assign'](_0x3ec72f['ca']['dictionary'],_0x14b3ac),_0x3ec72f['ca']['getPluralForm']=_0x3f359c;})(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':_0x66ea=>0x1==_0x66ea&&_0x66ea%0x1==0x0?0x0:_0x66ea>=0x2&&_0x66ea<=0x4&&_0x66ea%0x1==0x0?0x1:_0x66ea%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':_0x5490e8=>0x1==_0x5490e8&&_0x5490e8%0x1==0x0?0x0:_0x5490e8>=0x2&&_0x5490e8<=0x4&&_0x5490e8%0x1==0x0?0x1:_0x5490e8%0x1!=0x0?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x55dfb9=>{const {cs:{dictionary:_0x222653,getPluralForm:_0x2b1a95}}={'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':_0x2dae2a=>0x1==_0x2dae2a&&_0x2dae2a%0x1==0x0?0x0:_0x2dae2a>=0x2&&_0x2dae2a<=0x4&&_0x2dae2a%0x1==0x0?0x1:_0x2dae2a%0x1!=0x0?0x2:0x3}};_0x55dfb9['cs']||={'dictionary':{},'getPluralForm':null},_0x55dfb9['cs']['dictionary']=Object['assign'](_0x55dfb9['cs']['dictionary'],_0x222653),_0x55dfb9['cs']['getPluralForm']=_0x2b1a95;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x25c922=>{const {cs:{dictionary:_0x69cb2d,getPluralForm:_0x5635a5}}={'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':_0x93ed2b=>0x1==_0x93ed2b&&_0x93ed2b%0x1==0x0?0x0:_0x93ed2b>=0x2&&_0x93ed2b<=0x4&&_0x93ed2b%0x1==0x0?0x1:_0x93ed2b%0x1!=0x0?0x2:0x3}};_0x25c922['cs']||={'dictionary':{},'getPluralForm':null},_0x25c922['cs']['dictionary']=Object['assign'](_0x25c922['cs']['dictionary'],_0x69cb2d),_0x25c922['cs']['getPluralForm']=_0x5635a5;})(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':_0x2583ff=>0x1!=_0x2583ff}};
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':_0x2f8161=>0x1!=_0x2f8161}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2c7a4c=>{const {da:{dictionary:_0x193b04,getPluralForm:_0x190ffe}}={'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':_0x4fa234=>0x1!=_0x4fa234}};_0x2c7a4c['da']||={'dictionary':{},'getPluralForm':null},_0x2c7a4c['da']['dictionary']=Object['assign'](_0x2c7a4c['da']['dictionary'],_0x193b04),_0x2c7a4c['da']['getPluralForm']=_0x190ffe;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4c752a=>{const {da:{dictionary:_0x149102,getPluralForm:_0x99baf1}}={'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':_0x17116a=>0x1!=_0x17116a}};_0x4c752a['da']||={'dictionary':{},'getPluralForm':null},_0x4c752a['da']['dictionary']=Object['assign'](_0x4c752a['da']['dictionary'],_0x149102),_0x4c752a['da']['getPluralForm']=_0x99baf1;})(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':_0x3cc149=>0x1!=_0x3cc149}};
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':_0x486664=>0x1!=_0x486664}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2008ad=>{const {de:{dictionary:_0x397d6b,getPluralForm:_0x4dd455}}={'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':_0x53950e=>0x1!=_0x53950e}};_0x2008ad['de']||={'dictionary':{},'getPluralForm':null},_0x2008ad['de']['dictionary']=Object['assign'](_0x2008ad['de']['dictionary'],_0x397d6b),_0x2008ad['de']['getPluralForm']=_0x4dd455;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2ffc4c=>{const {de:{dictionary:_0x2df653,getPluralForm:_0x23dc6a}}={'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':_0x282806=>0x1!=_0x282806}};_0x2ffc4c['de']||={'dictionary':{},'getPluralForm':null},_0x2ffc4c['de']['dictionary']=Object['assign'](_0x2ffc4c['de']['dictionary'],_0x2df653),_0x2ffc4c['de']['getPluralForm']=_0x23dc6a;})(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':_0x31012c=>0x1!=_0x31012c}};
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':_0x47c2b7=>0x1!=_0x47c2b7}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x385f1e=>{const {el:{dictionary:_0x1348fe,getPluralForm:_0xca39eb}}={'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':_0x57fef2=>0x1!=_0x57fef2}};_0x385f1e['el']||={'dictionary':{},'getPluralForm':null},_0x385f1e['el']['dictionary']=Object['assign'](_0x385f1e['el']['dictionary'],_0x1348fe),_0x385f1e['el']['getPluralForm']=_0xca39eb;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3dc3fd=>{const {el:{dictionary:_0x350829,getPluralForm:_0xa170c4}}={'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':_0x57ea94=>0x1!=_0x57ea94}};_0x3dc3fd['el']||={'dictionary':{},'getPluralForm':null},_0x3dc3fd['el']['dictionary']=Object['assign'](_0x3dc3fd['el']['dictionary'],_0x350829),_0x3dc3fd['el']['getPluralForm']=_0xa170c4;})(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':_0x39905c=>0x1!=_0x39905c}};
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':_0x583771=>0x1!=_0x583771}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x24e58c=>{const {'en-au':{dictionary:_0xad415d,getPluralForm:_0x22a5e6}}={'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':_0x186c79=>0x1!=_0x186c79}};_0x24e58c['en-au']||={'dictionary':{},'getPluralForm':null},_0x24e58c['en-au']['dictionary']=Object['assign'](_0x24e58c['en-au']['dictionary'],_0xad415d),_0x24e58c['en-au']['getPluralForm']=_0x22a5e6;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4b6976=>{const {'en-au':{dictionary:_0x5edaae,getPluralForm:_0x1b4128}}={'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':_0x53babd=>0x1!=_0x53babd}};_0x4b6976['en-au']||={'dictionary':{},'getPluralForm':null},_0x4b6976['en-au']['dictionary']=Object['assign'](_0x4b6976['en-au']['dictionary'],_0x5edaae),_0x4b6976['en-au']['getPluralForm']=_0x1b4128;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5b46fb=>{const {en:{dictionary:_0x2d7b84,getPluralForm:_0x552ff4}}={'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}};_0x5b46fb['en']||={'dictionary':{},'getPluralForm':null},_0x5b46fb['en']['dictionary']=Object['assign'](_0x5b46fb['en']['dictionary'],_0x2d7b84),_0x5b46fb['en']['getPluralForm']=_0x552ff4;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x350b46=>{const {en:{dictionary:_0x413d4b,getPluralForm:_0x4df689}}={'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}};_0x350b46['en']||={'dictionary':{},'getPluralForm':null},_0x350b46['en']['dictionary']=Object['assign'](_0x350b46['en']['dictionary'],_0x413d4b),_0x350b46['en']['getPluralForm']=_0x4df689;})(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':_0x41856=>0x1==_0x41856?0x0:0x0!=_0x41856&&_0x41856%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':_0x37d391=>0x1==_0x37d391?0x0:0x0!=_0x37d391&&_0x37d391%0xf4240==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3fffbb=>{const {es:{dictionary:_0x352c4d,getPluralForm:_0x305f08}}={'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':_0x2bf04=>0x1==_0x2bf04?0x0:0x0!=_0x2bf04&&_0x2bf04%0xf4240==0x0?0x1:0x2}};_0x3fffbb['es']||={'dictionary':{},'getPluralForm':null},_0x3fffbb['es']['dictionary']=Object['assign'](_0x3fffbb['es']['dictionary'],_0x352c4d),_0x3fffbb['es']['getPluralForm']=_0x305f08;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xd5d29d=>{const {es:{dictionary:_0x9ef013,getPluralForm:_0xf13cb7}}={'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':_0x29473c=>0x1==_0x29473c?0x0:0x0!=_0x29473c&&_0x29473c%0xf4240==0x0?0x1:0x2}};_0xd5d29d['es']||={'dictionary':{},'getPluralForm':null},_0xd5d29d['es']['dictionary']=Object['assign'](_0xd5d29d['es']['dictionary'],_0x9ef013),_0xd5d29d['es']['getPluralForm']=_0xf13cb7;})(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':_0x548c0e=>0x1!=_0x548c0e}};
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':_0x2d1047=>0x1!=_0x2d1047}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x42f4af=>{const {et:{dictionary:_0x5a6f2c,getPluralForm:_0x12ca0e}}={'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':_0x501e51=>0x1!=_0x501e51}};_0x42f4af['et']||={'dictionary':{},'getPluralForm':null},_0x42f4af['et']['dictionary']=Object['assign'](_0x42f4af['et']['dictionary'],_0x5a6f2c),_0x42f4af['et']['getPluralForm']=_0x12ca0e;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5addd8=>{const {et:{dictionary:_0x528dca,getPluralForm:_0x232068}}={'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':_0x50d4b7=>0x1!=_0x50d4b7}};_0x5addd8['et']||={'dictionary':{},'getPluralForm':null},_0x5addd8['et']['dictionary']=Object['assign'](_0x5addd8['et']['dictionary'],_0x528dca),_0x5addd8['et']['getPluralForm']=_0x232068;})(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':_0x1add48=>0x1!=_0x1add48}};
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':_0x32697a=>0x1!=_0x32697a}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2708d3=>{const {fi:{dictionary:_0x25ed03,getPluralForm:_0x324762}}={'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':_0x470628=>0x1!=_0x470628}};_0x2708d3['fi']||={'dictionary':{},'getPluralForm':null},_0x2708d3['fi']['dictionary']=Object['assign'](_0x2708d3['fi']['dictionary'],_0x25ed03),_0x2708d3['fi']['getPluralForm']=_0x324762;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1a63bf=>{const {fi:{dictionary:_0x29a5f2,getPluralForm:_0x36e2dc}}={'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':_0x4abf59=>0x1!=_0x4abf59}};_0x1a63bf['fi']||={'dictionary':{},'getPluralForm':null},_0x1a63bf['fi']['dictionary']=Object['assign'](_0x1a63bf['fi']['dictionary'],_0x29a5f2),_0x1a63bf['fi']['getPluralForm']=_0x36e2dc;})(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':_0x251ab9=>0x0==_0x251ab9||0x1==_0x251ab9?0x0:0x0!=_0x251ab9&&_0x251ab9%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':_0xa37d72=>0x0==_0xa37d72||0x1==_0xa37d72?0x0:0x0!=_0xa37d72&&_0xa37d72%0xf4240==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x163416=>{const {fr:{dictionary:_0x4ba424,getPluralForm:_0x7a9b03}}={'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':_0x5b7ade=>0x0==_0x5b7ade||0x1==_0x5b7ade?0x0:0x0!=_0x5b7ade&&_0x5b7ade%0xf4240==0x0?0x1:0x2}};_0x163416['fr']||={'dictionary':{},'getPluralForm':null},_0x163416['fr']['dictionary']=Object['assign'](_0x163416['fr']['dictionary'],_0x4ba424),_0x163416['fr']['getPluralForm']=_0x7a9b03;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x341ff9=>{const {fr:{dictionary:_0x38df88,getPluralForm:_0x1b71c9}}={'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':_0x1c2c8f=>0x0==_0x1c2c8f||0x1==_0x1c2c8f?0x0:0x0!=_0x1c2c8f&&_0x1c2c8f%0xf4240==0x0?0x1:0x2}};_0x341ff9['fr']||={'dictionary':{},'getPluralForm':null},_0x341ff9['fr']['dictionary']=Object['assign'](_0x341ff9['fr']['dictionary'],_0x38df88),_0x341ff9['fr']['getPluralForm']=_0x1b71c9;})(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':_0x31e4b2=>0x1!=_0x31e4b2}};
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':_0x4d9fba=>0x1!=_0x4d9fba}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x48ddd5=>{const {gl:{dictionary:_0x595277,getPluralForm:_0x200480}}={'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':_0x3670d0=>0x1!=_0x3670d0}};_0x48ddd5['gl']||={'dictionary':{},'getPluralForm':null},_0x48ddd5['gl']['dictionary']=Object['assign'](_0x48ddd5['gl']['dictionary'],_0x595277),_0x48ddd5['gl']['getPluralForm']=_0x200480;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4a1be2=>{const {gl:{dictionary:_0x56c163,getPluralForm:_0x4092e9}}={'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':_0x557097=>0x1!=_0x557097}};_0x4a1be2['gl']||={'dictionary':{},'getPluralForm':null},_0x4a1be2['gl']['dictionary']=Object['assign'](_0x4a1be2['gl']['dictionary'],_0x56c163),_0x4a1be2['gl']['getPluralForm']=_0x4092e9;})(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':_0x37f137=>0x1==_0x37f137&&_0x37f137%0x1==0x0?0x0:0x2==_0x37f137&&_0x37f137%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':_0x28d9e0=>0x1==_0x28d9e0&&_0x28d9e0%0x1==0x0?0x0:0x2==_0x28d9e0&&_0x28d9e0%0x1==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5c2137=>{const {he:{dictionary:_0x4bacff,getPluralForm:_0x27dbef}}={'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':_0x19dd17=>0x1==_0x19dd17&&_0x19dd17%0x1==0x0?0x0:0x2==_0x19dd17&&_0x19dd17%0x1==0x0?0x1:0x2}};_0x5c2137['he']||={'dictionary':{},'getPluralForm':null},_0x5c2137['he']['dictionary']=Object['assign'](_0x5c2137['he']['dictionary'],_0x4bacff),_0x5c2137['he']['getPluralForm']=_0x27dbef;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xbb0cf0=>{const {he:{dictionary:_0x6130eb,getPluralForm:_0x278ba7}}={'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':_0x6e5c1f=>0x1==_0x6e5c1f&&_0x6e5c1f%0x1==0x0?0x0:0x2==_0x6e5c1f&&_0x6e5c1f%0x1==0x0?0x1:0x2}};_0xbb0cf0['he']||={'dictionary':{},'getPluralForm':null},_0xbb0cf0['he']['dictionary']=Object['assign'](_0xbb0cf0['he']['dictionary'],_0x6130eb),_0xbb0cf0['he']['getPluralForm']=_0x278ba7;})(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':_0x4b0401=>0x1!=_0x4b0401}};
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':_0x1572d7=>0x1!=_0x1572d7}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5cd51d=>{const {hi:{dictionary:_0x141c91,getPluralForm:_0x5d10b9}}={'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':_0x5569e7=>0x1!=_0x5569e7}};_0x5cd51d['hi']||={'dictionary':{},'getPluralForm':null},_0x5cd51d['hi']['dictionary']=Object['assign'](_0x5cd51d['hi']['dictionary'],_0x141c91),_0x5cd51d['hi']['getPluralForm']=_0x5d10b9;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x37c8b6=>{const {hi:{dictionary:_0x29f8ca,getPluralForm:_0x14b5d6}}={'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':_0x5cce3f=>0x1!=_0x5cce3f}};_0x37c8b6['hi']||={'dictionary':{},'getPluralForm':null},_0x37c8b6['hi']['dictionary']=Object['assign'](_0x37c8b6['hi']['dictionary'],_0x29f8ca),_0x37c8b6['hi']['getPluralForm']=_0x14b5d6;})(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':_0xb592ee=>_0xb592ee%0xa==0x1&&_0xb592ee%0x64!=0xb?0x0:_0xb592ee%0xa>=0x2&&_0xb592ee%0xa<=0x4&&(_0xb592ee%0x64<0xa||_0xb592ee%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':_0x115e97=>_0x115e97%0xa==0x1&&_0x115e97%0x64!=0xb?0x0:_0x115e97%0xa>=0x2&&_0x115e97%0xa<=0x4&&(_0x115e97%0x64<0xa||_0x115e97%0x64>=0x14)?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x18561a=>{const {hr:{dictionary:_0x1f9b33,getPluralForm:_0x283558}}={'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':_0x48c466=>_0x48c466%0xa==0x1&&_0x48c466%0x64!=0xb?0x0:_0x48c466%0xa>=0x2&&_0x48c466%0xa<=0x4&&(_0x48c466%0x64<0xa||_0x48c466%0x64>=0x14)?0x1:0x2}};_0x18561a['hr']||={'dictionary':{},'getPluralForm':null},_0x18561a['hr']['dictionary']=Object['assign'](_0x18561a['hr']['dictionary'],_0x1f9b33),_0x18561a['hr']['getPluralForm']=_0x283558;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x368880=>{const {hr:{dictionary:_0x145da8,getPluralForm:_0x16ffaf}}={'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':_0x578489=>_0x578489%0xa==0x1&&_0x578489%0x64!=0xb?0x0:_0x578489%0xa>=0x2&&_0x578489%0xa<=0x4&&(_0x578489%0x64<0xa||_0x578489%0x64>=0x14)?0x1:0x2}};_0x368880['hr']||={'dictionary':{},'getPluralForm':null},_0x368880['hr']['dictionary']=Object['assign'](_0x368880['hr']['dictionary'],_0x145da8),_0x368880['hr']['getPluralForm']=_0x16ffaf;})(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':_0x2ed507=>0x1!=_0x2ed507}};
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':_0x317e15=>0x1!=_0x317e15}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5ceb39=>{const {hu:{dictionary:_0x4c549e,getPluralForm:_0x1a5202}}={'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':_0x46c1ca=>0x1!=_0x46c1ca}};_0x5ceb39['hu']||={'dictionary':{},'getPluralForm':null},_0x5ceb39['hu']['dictionary']=Object['assign'](_0x5ceb39['hu']['dictionary'],_0x4c549e),_0x5ceb39['hu']['getPluralForm']=_0x1a5202;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x38af12=>{const {hu:{dictionary:_0x5d5a06,getPluralForm:_0x472c7f}}={'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':_0xfa0db6=>0x1!=_0xfa0db6}};_0x38af12['hu']||={'dictionary':{},'getPluralForm':null},_0x38af12['hu']['dictionary']=Object['assign'](_0x38af12['hu']['dictionary'],_0x5d5a06),_0x38af12['hu']['getPluralForm']=_0x472c7f;})(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':_0x3a45f9=>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':_0x9e5471=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x504126=>{const {id:{dictionary:_0x2754ae,getPluralForm:_0x69a7c4}}={'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':_0x5f2634=>0x0}};_0x504126['id']||={'dictionary':{},'getPluralForm':null},_0x504126['id']['dictionary']=Object['assign'](_0x504126['id']['dictionary'],_0x2754ae),_0x504126['id']['getPluralForm']=_0x69a7c4;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3737e2=>{const {id:{dictionary:_0x4a5efc,getPluralForm:_0x17b806}}={'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':_0x265734=>0x0}};_0x3737e2['id']||={'dictionary':{},'getPluralForm':null},_0x3737e2['id']['dictionary']=Object['assign'](_0x3737e2['id']['dictionary'],_0x4a5efc),_0x3737e2['id']['getPluralForm']=_0x17b806;})(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':_0x165f5b=>0x1==_0x165f5b?0x0:0x0!=_0x165f5b&&_0x165f5b%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':_0x36372b=>0x1==_0x36372b?0x0:0x0!=_0x36372b&&_0x36372b%0xf4240==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x38ac0b=>{const {it:{dictionary:_0x4bd4fb,getPluralForm:_0x5225d5}}={'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':_0x4536f9=>0x1==_0x4536f9?0x0:0x0!=_0x4536f9&&_0x4536f9%0xf4240==0x0?0x1:0x2}};_0x38ac0b['it']||={'dictionary':{},'getPluralForm':null},_0x38ac0b['it']['dictionary']=Object['assign'](_0x38ac0b['it']['dictionary'],_0x4bd4fb),_0x38ac0b['it']['getPluralForm']=_0x5225d5;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x18bc97=>{const {it:{dictionary:_0x503fb5,getPluralForm:_0x5ccccc}}={'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':_0x5d8f75=>0x1==_0x5d8f75?0x0:0x0!=_0x5d8f75&&_0x5d8f75%0xf4240==0x0?0x1:0x2}};_0x18bc97['it']||={'dictionary':{},'getPluralForm':null},_0x18bc97['it']['dictionary']=Object['assign'](_0x18bc97['it']['dictionary'],_0x503fb5),_0x18bc97['it']['getPluralForm']=_0x5ccccc;})(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':_0x2f60a2=>0x0}};
23
+ export default{'ja':{'dictionary':{'Import\x20from\x20Word':'Wordからインポート','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Wordフィアルのインポート中にエラーが発生しました','Importing\x20Word\x20document':'Word文書をインポート中'},'getPluralForm':_0x307879=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x1f7776=>{const {ja:{dictionary:_0xdabd3a,getPluralForm:_0x5dc19f}}={'ja':{'dictionary':{'Import\x20from\x20Word':'Wordからインポート','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Wordフィアルのインポート中にエラーが発生しました','Importing\x20Word\x20document':'Word文書をインポート中'},'getPluralForm':_0x50ef76=>0x0}};_0x1f7776['ja']||={'dictionary':{},'getPluralForm':null},_0x1f7776['ja']['dictionary']=Object['assign'](_0x1f7776['ja']['dictionary'],_0xdabd3a),_0x1f7776['ja']['getPluralForm']=_0x5dc19f;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3cd20e=>{const {ja:{dictionary:_0x9cb51e,getPluralForm:_0x27da28}}={'ja':{'dictionary':{'Import\x20from\x20Word':'Wordからインポート','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Wordフィアルのインポート中にエラーが発生しました','Importing\x20Word\x20document':'Word文書をインポート中'},'getPluralForm':_0x6510c3=>0x0}};_0x3cd20e['ja']||={'dictionary':{},'getPluralForm':null},_0x3cd20e['ja']['dictionary']=Object['assign'](_0x3cd20e['ja']['dictionary'],_0x9cb51e),_0x3cd20e['ja']['getPluralForm']=_0x27da28;})(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':_0x38268f=>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':_0x51f9e6=>0x0}};