@ckeditor/ckeditor5-import-word 43.1.0-alpha.7 → 43.1.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 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:()=>k,ImportWordEditing:()=>w,ImportWordUI:()=>c});var t=e(782),r=e(311);function o(t,r){const e=t.t;switch(r){case"Import from Word":return e("Import from Word");case"An error occurred while importing the Word file.":return e("An error occurred while importing the Word file.");case"Importing Word document":return e("Importing Word document");default:return r}}const i=a;function s(){const t=["application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.openxmlformats-officedocument.wordprocessingml.template","Import from Word","componentFactory","importWord","locale","focus","7TFvwdL","editing","commands","54024liHymw","bind","iconView","add","ImportWordUI","view","554608kxQSRd","isOn","isVisible","924ZMuWeQ","editor","20HDKMPJ","set","Importing Word document","tooltip","_createButton","isBusy","5184294PcEMMU","pluginName","execute","954CzfCCk","14401980QCVUQK","done","isEnabled","2fCavti","214511bQgTPw","538410YAHUqk","menuBar:importWord","get","label","1629939bPeJfM","children","init"];return(s=function(){return t})()}function a(t,r){const e=s();return(a=function(t,r){return e[t-=313]})(t,r)}!function(t){const r=a,e=t();for(;;)try{if(759315===parseInt(r(340))/1+-parseInt(r(338))/2*(parseInt(r(344))/3)+-parseInt(r(320))/4*(-parseInt(r(325))/5)+-parseInt(r(331))/6*(-parseInt(r(353))/7)+-parseInt(r(314))/8*(parseInt(r(334))/9)+-parseInt(r(335))/10+parseInt(r(339))/11*(parseInt(r(323))/12))break;e.push(e.shift())}catch(t){e.push(e.shift())}}(s);class c extends t.Plugin{static get[i(332)](){return i(318)}[i(346)](){const t=i,e=this[t(324)];e.ui[t(349)][t(317)](t(350),(()=>{const n=t,o=this[n(329)](r.FileDialogButtonView),i=e[n(313)][n(342)](n(350));return o[n(315)](n(321)).to(i,n(330)),o[n(328)]=!0,o})),e.ui[t(349)][t(317)](t(341),(()=>this[t(329)](r.MenuBarMenuListItemFileDialogButtonView)))}[i(329)](t){const e=i,n=this[e(324)],s=n[e(313)][e(342)](e(350)),a=new t(n[e(351)]),c=new r.SpinnerView;return a[e(326)]({acceptedType:e(347)}),a[e(326)]({icon:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m14 0 5 4.5v8.892l-1.5-1.8V6.5h-5v-5h-8v3H3V0h11Zm0 2v3h3.3L14 2Z"/><path d="M10.74 18a2.76 2.76 0 0 1-.469-.5H3V19h9.25v-.374A2.737 2.737 0 0 1 10.74 18Z"/><path d="M8.5 6a1.5 1.5 0 0 1 1.493 1.356L10 7.5v7a1.5 1.5 0 0 1-1.356 1.493L8.5 16h-7a1.5 1.5 0 0 1-1.493-1.356L0 14.5v-7a1.5 1.5 0 0 1 1.356-1.493L1.5 6h7ZM7.483 8.795l-.042.088-.986 2.534-.947-2.528-.043-.092a.601.601 0 0 0-1.042.008l-.042.093-.883 2.465-.937-2.475-.042-.089a.6.6 0 0 0-1.107.42l.027.093 1.514 4 .044.092a.6.6 0 0 0 1.041-.01l.041-.092.88-2.458.925 2.467.046.096a.602.602 0 0 0 1.032 0l.043-.09 1.554-4 .028-.093a.6.6 0 0 0-1.104-.43v.001ZM11.674 15.407a.75.75 0 1 0 1.152.96L14 14.96V20h1.5v-5.04l1.174 1.408a.75.75 0 1 0 1.152-.96l-2.346-2.816a.95.95 0 0 0-1.46 0l-2.346 2.815Z"/></svg>\n'}),a[e(315)](e(337)).to(s),a[e(315)](e(343)).to(s,e(330),(t=>o(n[e(351)],e(t?327:348)))),c[e(315)](e(322)).to(s,e(330)),a[e(316)][e(315)](e(322)).to(s,e(330),(t=>!t)),a[e(345)][e(317)](c),a.on(e(336),((t,r)=>{const o=e;n[o(333)](o(350),r[0],{}),n[o(354)][o(319)][o(352)]()})),a}}var p=e(331),u=e(783),l=e(584);const d=f;function h(){const t=["timeZone","113361tiHxbt","editor","view","get","createPositionBefore","has","setSelection","catch","schema","dataInsert","low","bind","_importMarker","12560DYPJYF","checkChild","ImportWordEditing","config","paragraph","model","setData","change:range","500RMprVZ","enqueueChange","764580yKXPAo","importWord:","importWord","parent","addMarker","markers","isAtEnd","signal","split","refresh","getSelectedBlocks","276630NitCaQ","headers","isEmpty","document","position","element","file","stopListening","execute","_abortController","converterUrl","_cleanUpAfterImport","isEnabled","3220029JwYeHM","getRange","_checkEnabled","merge_fields","getFirstPosition","json","DateTimeFormat","isBusy","mergeFields","isCollapsed","Notification","_sendImportRequest","resolvedOptions","POST","text/html","_handleImportFailure","Authorization","MergeFields","fire","root","_prepareForImport","createBatch","import-word-plugin-import-cancelled","resolve","value","_handleImportResponse","An error occurred while importing the Word file.","$graveyard","finally","editing","removeMarker","plugins","set","html","getToken","formatting","_undoStepBatch","aborted","abort","stringify","22938kVDiGs","showWarning","7YuhBJP","rootName","clipboardInput","locale","1763144eMyici","createPositionAfter","deleteContent","reject","isAtStart","then","import-word-plugin-conversion-failed","selection"];return(h=function(){return t})()}function f(t,r){const e=h();return(f=function(t,r){return e[t-=184]})(t,r)}!function(t){const r=f,e=t();for(;;)try{if(199290===-parseInt(r(265))/1+-parseInt(r(254))/2+-parseInt(r(231))/3+parseInt(r(252))/4*(parseInt(r(244))/5)+-parseInt(r(216))/6*(-parseInt(r(218))/7)+parseInt(r(222))/8+parseInt(r(278))/9)break;e.push(e.shift())}catch(t){e.push(e.shift())}}(h);class m extends t.Command{constructor(t){const r=f;super(t),this[r(208)](r(285),!1),this[r(243)]=null,this[r(212)]=null,this[r(274)]=null,this.on(r(240),((e,n)=>{const o=r,i=new DataTransfer;i[o(250)](o(190),n[o(209)]);const s=this[o(243)][o(279)]();this[o(232)][o(249)][o(253)](this[o(212)],(r=>{const e=o;this[e(243)][e(272)](),r[e(237)](s),t[e(205)][e(233)][e(268)][e(194)](e(220),{dataTransfer:i})}))}),{priority:r(241)})}[d(263)](){const t=d;this[t(277)]=this[t(280)]()}[d(273)](t,r={}){const e=d;if(this[e(285)])return Promise[e(199)]();const n=this[e(232)][e(247)][e(234)](e(256));if(this[e(232)][e(207)][e(236)](e(193))){const{prefix:t,suffix:n}=this[e(232)][e(247)][e(234)](e(184));r[e(281)]={prefix:t,suffix:n}}const o={url:n[e(275)],file:t,serviceConfig:{...r,formatting:n[e(211)],timezone:(new(Intl[e(284)]))[e(188)]()[e(230)]}};return this[e(196)](),this[e(187)](o)[e(227)](this[e(201)][e(242)](this))[e(238)](this[e(191)][e(242)](this))[e(204)](this[e(276)][e(242)](this))}[d(280)](){const t=d;if(this[t(285)])return!1;const r=this[t(232)][t(249)],e=r[t(239)],n=r[t(268)][t(229)],o=(0,l.first)(n[t(264)]());return!!o&&e[t(245)](o[t(257)],t(248))}[d(196)](){const t=d,r=this[t(232)],e=r[t(249)],n=e[t(268)][t(229)];this[t(274)]=new AbortController,this[t(212)]=r[t(249)][t(197)]({isUndoable:!0}),e[t(253)](this[t(212)],(r=>{const o=t;n[o(185)]||e[o(224)](n,{leaveUnmerged:!0});const i=n[o(282)](),s=(0,l.first)(n[o(264)]());let a;a=s.is(o(270),o(248))&&s[o(267)]?i:i[o(226)]?e[o(235)](s):i[o(260)]?e[o(223)](s):r[o(262)](i)[o(269)],this[o(243)]=r[o(258)](o(255)+(0,l.uid)(),{usingOperation:!1,affectsData:!1,range:new u.Range(a)}),this[o(243)].on(o(251),(()=>{const t=o;t(203)===this[t(243)][t(279)]()[t(195)][t(219)]&&this[t(274)][t(214)]()}))})),this[t(285)]=!0,this[t(263)]()}[d(276)](){const t=d,r=this[t(232)][t(249)];r[t(259)][t(236)](this[t(243)])&&r[t(253)](this[t(212)],(r=>{const e=t;r[e(206)](this[e(243)])})),this[t(243)]=null,this[t(212)]=null,this[t(274)]=null,this[t(285)]=!1,this[t(263)]()}[d(187)]({url:t,file:r,serviceConfig:e}){const n=d,o=this[n(232)][n(207)][n(234)](n(246))[n(210)](),i=new FormData;i[n(208)](n(247),JSON[n(215)](e)),i[n(208)](n(271),r);const s={method:n(189),headers:{},body:i,signal:this[n(274)][n(261)]};return o&&(s[n(266)][n(192)]=o[n(200)]),fetch(t,s)}[d(201)](t){const r=d;return t.ok?t[r(283)]()[r(227)]((t=>{const e=r;this[e(232)][e(249)][e(259)][e(236)](this[e(243)])&&e(203)!==this[e(243)][e(279)]()[e(195)][e(219)]&&this[e(194)](e(240),t)})):Promise[r(225)]()}[d(191)](){const t=d;if(this[t(274)][t(261)][t(213)])return void(0,l.logWarning)(t(198));const r=this[t(232)],e=o(r[t(221)],t(202));r[t(207)][t(234)](t(186))[t(217)](e),(0,l.logError)(t(228))}}const I=g;function g(t,r){const e=v();return(g=function(t,r){return e[t-=372]})(t,r)}function v(){const t=["requires","getToken","token","4348850rSDsBb","10fhjzDy","plugins","CloudServices","_token","commands","inline","4uTrMfT","add","config","define","tokenUrl","2404929jClJLt","1557078iQYKQF","none","1001416OKtyWF","35rCEMlV","179717ubYVjC","ImportWordEditing","https://docx-converter.cke-cs.com/v2/convert/docx-html","init","get","16023220WWYwSy","registerTokenUrl","pluginName","2428182ccJlMx","cloudServices","editor","importWord"];return(v=function(){return t})()}!function(t){const r=g,e=t();for(;;)try{if(519586===parseInt(r(385))/1*(parseInt(r(401))/2)+-parseInt(r(380))/3+parseInt(r(375))/4*(parseInt(r(400))/5)+parseInt(r(381))/6+-parseInt(r(384))/7*(-parseInt(r(383))/8)+parseInt(r(393))/9+-parseInt(r(390))/10)break;e.push(e.shift())}catch(t){e.push(e.shift())}}(v);class w extends t.Plugin{static get[I(392)](){return I(386)}static get[I(397)](){const t=I;return[r.Notification,p.ClipboardPipeline,t(403)]}constructor(t){const r=I;super(t),this[r(372)]=null}async[I(388)](){const t=I,r=this[t(395)];r[t(377)][t(378)](t(396),{converterUrl:t(387),tokenUrl:(r[t(377)][t(389)](t(394))||{})[t(379)],formatting:{resets:t(382),defaults:t(382),styles:t(374)}}),r[t(373)][t(376)](t(396),new m(r));const{tokenUrl:e}=r[t(377)][t(389)](t(396));if(e){const{tokenUrl:n}=r[t(377)][t(389)](t(394))||{};this[t(372)]=e===n?r[t(402)][t(389)](t(403))[t(399)]:await r[t(402)][t(389)](t(403))[t(391)](e)}}[I(398)](){return this[I(372)]}}var b=y;function y(t,r){var e=W();return(y=function(t,r){return e[t-=142]})(t,r)}function W(){var t=["pluginName","6206189IYJFDj","210416abqDcy","377610DcYzjn","84010QqkMPs","219231BtNmaK","6SwEyHX","105BBywYg","12mZgbgo","requires","990460yswtaB","170guejJd","3MbdmuA","ImportWord","778275LQejXF"];return(W=function(){return t})()}!function(t){for(var r=y,e=t();;)try{if(494441===parseInt(r(155))/1+-parseInt(r(156))/2+-parseInt(r(149))/3*(-parseInt(r(147))/4)+parseInt(r(151))/5*(parseInt(r(143))/6)+-parseInt(r(144))/7*(parseInt(r(154))/8)+parseInt(r(142))/9*(-parseInt(r(148))/10)+-parseInt(r(153))/11*(-parseInt(r(145))/12))break;e.push(e.shift())}catch(t){e.push(e.shift())}}(W);class k extends t.Plugin{static get[b(152)](){return b(150)}static get[b(146)](){return[w,c]}}function x(){var t=["1897vFffVb","4160EuzGuy","20vzijIP","729316HBLIkR","9kMLNQq","2828754VsAmrh","7948310XQjnjd","67812pGzsaN","74GTIwBr","15419250lhCGsg","823957DpJLEN"];return(x=function(){return t})()}function C(t,r){var e=x();return(C=function(t,r){return e[t-=120]})(t,r)}!function(t){for(var r=C,e=t();;)try{if(419339===-parseInt(r(130))/1+parseInt(r(128))/2*(-parseInt(r(127))/3)+parseInt(r(123))/4*(-parseInt(r(122))/5)+parseInt(r(125))/6+-parseInt(r(120))/7*(-parseInt(r(121))/8)+parseInt(r(124))/9*(parseInt(r(126))/10)+parseInt(r(129))/11)break;e.push(e.shift())}catch(t){e.push(e.shift())}}(x)})(),(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 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:()=>W,ImportWordEditing:()=>w,ImportWordUI:()=>c});var t=e(782),r=e(311);function o(t,r){const e=t.t;switch(r){case"Import from Word":return e("Import from Word");case"An error occurred while importing the Word file.":return e("An error occurred while importing the Word file.");case"Importing Word document":return e("Importing Word document");default:return r}}const s=i;function i(t,r){const e=a();return(i=function(t,r){return e[t-=452]})(t,r)}function a(){const t=["get","11dZwEtx","293256iRkGwB","add","Import from Word","Importing Word document","editor","children","set","bind","isBusy","1810xseUrz","159155PRDfjl","tooltip","focus","pluginName","iconView","application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.openxmlformats-officedocument.wordprocessingml.template","label","done","init","8170368SsdNJt","locale","commands","_createButton","isVisible","menuBar:importWord","editing","2940900sOXrBk","2223EGGSFW","ImportWordUI","execute","84NFBlQV","407734yQvVSP","importWord","188kbEUTO","isEnabled","10NBFytr","9454833uRLgvs","isOn","view","componentFactory"];return(a=function(){return t})()}!function(t){const r=i,e=t();for(;;)try{if(956582===-parseInt(r(458))/1+parseInt(r(478))/2*(parseInt(r(454))/3)+parseInt(r(460))/4*(parseInt(r(479))/5)+parseInt(r(469))/6*(-parseInt(r(457))/7)+-parseInt(r(488))/8+-parseInt(r(463))/9*(-parseInt(r(462))/10)+parseInt(r(468))/11*(-parseInt(r(453))/12))break;e.push(e.shift())}catch(t){e.push(e.shift())}}(a);class c extends t.Plugin{static get[s(482)](){return s(455)}[s(487)](){const t=s,e=this[t(473)];e.ui[t(466)][t(470)](t(459),(()=>{const n=t,o=this[n(491)](r.FileDialogButtonView),s=e[n(490)][n(467)](n(459));return o[n(476)](n(464)).to(s,n(477)),o[n(480)]=!0,o})),e.ui[t(466)][t(470)](t(493),(()=>this[t(491)](r.MenuBarMenuListItemFileDialogButtonView)))}[s(491)](t){const e=s,n=this[e(473)],i=n[e(490)][e(467)](e(459)),a=new t(n[e(489)]),c=new r.SpinnerView;return a[e(475)]({acceptedType:e(484)}),a[e(475)]({icon:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m14 0 5 4.5v8.892l-1.5-1.8V6.5h-5v-5h-8v3H3V0h11Zm0 2v3h3.3L14 2Z"/><path d="M10.74 18a2.76 2.76 0 0 1-.469-.5H3V19h9.25v-.374A2.737 2.737 0 0 1 10.74 18Z"/><path d="M8.5 6a1.5 1.5 0 0 1 1.493 1.356L10 7.5v7a1.5 1.5 0 0 1-1.356 1.493L8.5 16h-7a1.5 1.5 0 0 1-1.493-1.356L0 14.5v-7a1.5 1.5 0 0 1 1.356-1.493L1.5 6h7ZM7.483 8.795l-.042.088-.986 2.534-.947-2.528-.043-.092a.601.601 0 0 0-1.042.008l-.042.093-.883 2.465-.937-2.475-.042-.089a.6.6 0 0 0-1.107.42l.027.093 1.514 4 .044.092a.6.6 0 0 0 1.041-.01l.041-.092.88-2.458.925 2.467.046.096a.602.602 0 0 0 1.032 0l.043-.09 1.554-4 .028-.093a.6.6 0 0 0-1.104-.43v.001ZM11.674 15.407a.75.75 0 1 0 1.152.96L14 14.96V20h1.5v-5.04l1.174 1.408a.75.75 0 1 0 1.152-.96l-2.346-2.816a.95.95 0 0 0-1.46 0l-2.346 2.815Z"/></svg>\n'}),a[e(476)](e(461)).to(i),a[e(476)](e(485)).to(i,e(477),(t=>o(n[e(489)],e(t?472:471)))),c[e(476)](e(492)).to(i,e(477)),a[e(483)][e(476)](e(492)).to(i,e(477),(t=>!t)),a[e(474)][e(470)](c),a.on(e(486),((t,r)=>{const o=e;n[o(456)](o(459),r[0],{}),n[o(452)][o(465)][o(481)]()})),a}}var p=e(331),u=e(783),l=e(584);function d(){const t=["stringify","split","markers","headers","isCollapsed","formatting","reject","_prepareForImport","deleteContent","isAtStart","removeMarker","isEnabled","Notification","execute","DateTimeFormat","1144tqmlnb","refresh","then","schema","showWarning","84465GIEhsG","ImportWordEditing","root","aborted","converterUrl","text/html","json","mergeFields","_abortController","model","element","getToken","getRange","parent","locale","_importMarker","selection","87ipeELh","resolve","An error occurred while importing the Word file.","696547JPyeRz","$graveyard","merge_fields","stopListening","document","low","_checkEnabled","setData","importWord","config","set","finally","paragraph","import-word-plugin-conversion-failed","isBusy","importWord:","resolvedOptions","view","MergeFields","position","editing","bind","clipboardInput","createPositionAfter","createBatch","change:range","9444PYEhFR","6274044eZQWbP","rootName","import-word-plugin-import-cancelled","isEmpty","92878tRuFVz","catch","_sendImportRequest","76615SgzyUN","dataInsert","_handleImportFailure","addMarker","setSelection","file","plugins","_cleanUpAfterImport","value","abort","Authorization","_undoStepBatch","editor","getFirstPosition","get","checkChild","5FYiVTQ","_handleImportResponse","7VUlMRT","createPositionBefore","POST","isAtEnd","html","signal","10196870ksAGqD","8466756RWeEaC","getSelectedBlocks","timeZone","enqueueChange","fire","has"];return(d=function(){return t})()}const h=f;function f(t,r){const e=d();return(f=function(t,r){return e[t-=286]})(t,r)}!function(t){const r=f,e=t();for(;;)try{if(919050===-parseInt(r(388))/1+-parseInt(r(314))/2*(parseInt(r(385))/3)+-parseInt(r(310))/4*(parseInt(r(333))/5)+parseInt(r(342))/6*(parseInt(r(335))/7)+-parseInt(r(363))/8*(parseInt(r(368))/9)+-parseInt(r(341))/10+-parseInt(r(317))/11*(-parseInt(r(309))/12))break;e.push(e.shift())}catch(t){e.push(e.shift())}}(d);class m extends t.Command{constructor(t){const r=f;super(t),this[r(293)](r(297),!1),this[r(383)]=null,this[r(328)]=null,this[r(376)]=null,this.on(r(318),((e,n)=>{const o=r,s=new DataTransfer;s[o(290)](o(373),n[o(339)]);const i=this[o(383)][o(380)]();this[o(329)][o(377)][o(345)](this[o(328)],(r=>{const e=o;this[e(383)][e(286)](),r[e(321)](i),t[e(303)][e(300)][e(287)][e(346)](e(305),{dataTransfer:s})}))}),{priority:r(288)})}[h(364)](){const t=h;this[t(359)]=this[t(289)]()}[h(361)](t,r={}){const e=h;if(this[e(297)])return Promise[e(386)]();const n=this[e(329)][e(292)][e(331)](e(291));if(this[e(329)][e(323)][e(347)](e(301))){const{prefix:t,suffix:n}=this[e(329)][e(292)][e(331)](e(375));r[e(390)]={prefix:t,suffix:n}}const o={url:n[e(372)],file:t,serviceConfig:{...r,formatting:n[e(353)],timezone:(new(Intl[e(362)]))[e(299)]()[e(344)]}};return this[e(355)](),this[e(316)](o)[e(365)](this[e(334)][e(304)](this))[e(315)](this[e(319)][e(304)](this))[e(294)](this[e(324)][e(304)](this))}[h(289)](){const t=h;if(this[t(297)])return!1;const r=this[t(329)][t(377)],e=r[t(366)],n=r[t(287)][t(384)],o=(0,l.first)(n[t(343)]());return!!o&&e[t(332)](o[t(381)],t(295))}[h(355)](){const t=h,r=this[t(329)],e=r[t(377)],n=e[t(287)][t(384)];this[t(376)]=new AbortController,this[t(328)]=r[t(377)][t(307)]({isUndoable:!0}),e[t(345)](this[t(328)],(r=>{const o=t;n[o(352)]||e[o(356)](n,{leaveUnmerged:!0});const s=n[o(330)](),i=(0,l.first)(n[o(343)]());let a;a=i.is(o(378),o(295))&&i[o(313)]?s:s[o(357)]?e[o(336)](i):s[o(338)]?e[o(306)](i):r[o(349)](s)[o(302)],this[o(383)]=r[o(320)](o(298)+(0,l.uid)(),{usingOperation:!1,affectsData:!1,range:new u.Range(a)}),this[o(383)].on(o(308),(()=>{const t=o;t(389)===this[t(383)][t(380)]()[t(370)][t(311)]&&this[t(376)][t(326)]()}))})),this[t(297)]=!0,this[t(364)]()}[h(324)](){const t=h,r=this[t(329)][t(377)];r[t(350)][t(347)](this[t(383)])&&r[t(345)](this[t(328)],(r=>{const e=t;r[e(358)](this[e(383)])})),this[t(383)]=null,this[t(328)]=null,this[t(376)]=null,this[t(297)]=!1,this[t(364)]()}[h(316)]({url:t,file:r,serviceConfig:e}){const n=h,o=this[n(329)][n(323)][n(331)](n(369))[n(379)](),s=new FormData;s[n(293)](n(292),JSON[n(348)](e)),s[n(293)](n(322),r);const i={method:n(337),headers:{},body:s,signal:this[n(376)][n(340)]};return o&&(i[n(351)][n(327)]=o[n(325)]),fetch(t,i)}[h(334)](t){const r=h;return t.ok?t[r(374)]()[r(365)]((t=>{const e=r;this[e(329)][e(377)][e(350)][e(347)](this[e(383)])&&e(389)!==this[e(383)][e(380)]()[e(370)][e(311)]&&this[e(346)](e(318),t)})):Promise[r(354)]()}[h(319)](){const t=h;if(this[t(376)][t(340)][t(371)])return void(0,l.logWarning)(t(312));const r=this[t(329)],e=o(r[t(382)],t(387));r[t(323)][t(331)](t(360))[t(367)](e),(0,l.logError)(t(296))}}const I=v;function g(){const t=["define","3477600qtErXJ","15fGGZYU","_token","commands","plugins","2750976XqmshU","183522WjUoYU","config","add","requires","170780IvJRzj","init","https://docx-converter.cke-cs.com/v2/convert/docx-html","ImportWordEditing","cloudServices","getToken","get","217212bVlCFI","token","importWord","none","pluginName","CloudServices","tokenUrl","editor","1330266qavdTn","registerTokenUrl","inline","6timIBk","4364880rkDrok","207WjDknV"];return(g=function(){return t})()}function v(t,r){const e=g();return(v=function(t,r){return e[t-=284]})(t,r)}!function(t){const r=v,e=t();for(;;)try{if(510539===-parseInt(r(289))/1+-parseInt(r(300))/2*(parseInt(r(310))/3)+parseInt(r(309))/4+parseInt(r(305))/5*(parseInt(r(297))/6)+parseInt(r(304))/7+-parseInt(r(301))/8+-parseInt(r(302))/9*(parseInt(r(314))/10))break;e.push(e.shift())}catch(t){e.push(e.shift())}}(g);class w extends t.Plugin{static get[I(293)](){return I(285)}static get[I(313)](){const t=I;return[r.Notification,p.ClipboardPipeline,t(294)]}constructor(t){const r=I;super(t),this[r(306)]=null}async[I(315)](){const t=I,r=this[t(296)];r[t(311)][t(303)](t(291),{converterUrl:t(284),tokenUrl:(r[t(311)][t(288)](t(286))||{})[t(295)],formatting:{resets:t(292),defaults:t(292),styles:t(299)}}),r[t(307)][t(312)](t(291),new m(r));const{tokenUrl:e}=r[t(311)][t(288)](t(291));if(e){const{tokenUrl:n}=r[t(311)][t(288)](t(286))||{};this[t(306)]=e===n?r[t(308)][t(288)](t(294))[t(290)]:await r[t(308)][t(288)](t(294))[t(298)](e)}}[I(287)](){return this[I(306)]}}var b=y;function y(t,r){var e=x();return(y=function(t,r){return e[t-=175]})(t,r)}!function(t){for(var r=y,e=t();;)try{if(271310===-parseInt(r(178))/1+-parseInt(r(184))/2*(parseInt(r(186))/3)+-parseInt(r(180))/4+-parseInt(r(177))/5+-parseInt(r(183))/6+-parseInt(r(182))/7+parseInt(r(185))/8*(parseInt(r(179))/9))break;e.push(e.shift())}catch(t){e.push(e.shift())}}(x);class W extends t.Plugin{static get[b(176)](){return b(175)}static get[b(181)](){return[w,c]}}function x(){var t=["3139367BKyvPX","1342122bKMBmS","2260sIliOi","8CLZmhD","1047dORrzl","ImportWord","pluginName","964235rGzoXz","484839ixyBxa","20305935AhxAyQ","962724NyrsRv","requires"];return(x=function(){return t})()}function k(){var t=["109508TaLnYB","440210yUBWbi","2224072ZgBXSg","7wNDGGw","139536ExZoal","3GZkKcQ","2865423ABxrBw","50820GNUqhs","12TEuRZw","9ZBbbnr","30446tQNBam"];return(k=function(){return t})()}function B(t,r){var e=k();return(B=function(t,r){return e[t-=434]})(t,r)}!function(t){for(var r=B,e=t();;)try{if(139501===parseInt(r(436))/1+parseInt(r(437))/2*(parseInt(r(442))/3)+parseInt(r(434))/4*(-parseInt(r(444))/5)+-parseInt(r(441))/6*(-parseInt(r(440))/7)+parseInt(r(439))/8+-parseInt(r(435))/9*(-parseInt(r(438))/10)+-parseInt(r(443))/11)break;e.push(e.shift())}catch(t){e.push(e.shift())}}(k)})(),(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 _0x97dd1c,Command as _0x303ed0}from'@ckeditor/ckeditor5-core/dist/index.js';import{FileDialogButtonView as _0x56e221,MenuBarMenuListItemFileDialogButtonView as _0x50f8c9,SpinnerView as _0x3e139e,Notification as _0x36ce21}from'@ckeditor/ckeditor5-ui/dist/index.js';import{ClipboardPipeline as _0x333e43}from'@ckeditor/ckeditor5-clipboard/dist/index.js';import{Range as _0x5f4f84}from'@ckeditor/ckeditor5-engine/dist/index.js';import{first as _0xfdc787,uid as _0x1a6a1a,logWarning as _0x5a8e71,logError as _0x90db30}from'@ckeditor/ckeditor5-utils/dist/index.js';function p(_0x395251,_0x460997){const t=_0x395251['t'];switch(_0x460997){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 _0x460997;}}class o extends _0x97dd1c{static get['pluginName'](){return'ImportWordUI';}['init'](){const _0x1df968=this['editor'];_0x1df968['ui']['componentFactory']['add']('importWord',()=>{const _0x4bac8f=this['_createButton'](_0x56e221),_0x436643=_0x1df968['commands']['get']('importWord');return _0x4bac8f['bind']('isOn')['to'](_0x436643,'isBusy'),_0x4bac8f['tooltip']=!0x0,_0x4bac8f;}),_0x1df968['ui']['componentFactory']['add']('menuBar:importWord',()=>this['_createButton'](_0x50f8c9));}['_createButton'](_0x231c03){const _0xfb5bde=this['editor'],_0x446551=_0xfb5bde['commands']['get']('importWord'),_0x2bf7b9=new _0x231c03(_0xfb5bde['locale']),_0xc2b4cc=new _0x3e139e();return _0x2bf7b9['set']({'acceptedType':'application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.openxmlformats-officedocument.wordprocessingml.template'}),_0x2bf7b9['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'}),_0x2bf7b9['bind']('isEnabled')['to'](_0x446551),_0x2bf7b9['bind']('label')['to'](_0x446551,'isBusy',_0x389233=>p(_0xfb5bde['locale'],_0x389233?'Importing\x20Word\x20document':'Import\x20from\x20Word')),_0xc2b4cc['bind']('isVisible')['to'](_0x446551,'isBusy'),_0x2bf7b9['iconView']['bind']('isVisible')['to'](_0x446551,'isBusy',_0x1579bf=>!_0x1579bf),_0x2bf7b9['children']['add'](_0xc2b4cc),_0x2bf7b9['on']('done',(_0x38c185,_0x3ace3f)=>{_0xfb5bde['execute']('importWord',_0x3ace3f[0x0],{}),_0xfb5bde['editing']['view']['focus']();}),_0x2bf7b9;}}class d extends _0x303ed0{['_importMarker'];['_undoStepBatch'];['_abortController'];constructor(_0x55a23a){super(_0x55a23a),this['set']('isBusy',!0x1),this['_importMarker']=null,this['_undoStepBatch']=null,this['_abortController']=null,this['on']('dataInsert',(_0x3ab848,_0x7f5e63)=>{const _0x5cbe30=new DataTransfer();_0x5cbe30['setData']('text/html',_0x7f5e63['html']);const _0x3bc129=this['_importMarker']['getRange']();this['editor']['model']['enqueueChange'](this['_undoStepBatch'],_0x1e2768=>{this['_importMarker']['stopListening'](),_0x1e2768['setSelection'](_0x3bc129),_0x55a23a['editing']['view']['document']['fire']('clipboardInput',{'dataTransfer':_0x5cbe30});});},{'priority':'low'});}['refresh'](){this['isEnabled']=this['_checkEnabled']();}['execute'](_0x5d5f8f,_0x1e914a={}){if(this['isBusy'])return Promise['resolve']();const _0x2d7a99=this['editor']['config']['get']('importWord');if(this['editor']['plugins']['has']('MergeFields')){const {prefix:_0xa22bf4,suffix:_0x302d6d}=this['editor']['config']['get']('mergeFields');_0x1e914a['merge_fields']={'prefix':_0xa22bf4,'suffix':_0x302d6d};}const _0x1b4e19={'url':_0x2d7a99['converterUrl'],'file':_0x5d5f8f,'serviceConfig':{..._0x1e914a,'formatting':_0x2d7a99['formatting'],'timezone':new Intl['DateTimeFormat']()['resolvedOptions']()['timeZone']}};return this['_prepareForImport'](),this['_sendImportRequest'](_0x1b4e19)['then'](this['_handleImportResponse']['bind'](this))['catch'](this['_handleImportFailure']['bind'](this))['finally'](this['_cleanUpAfterImport']['bind'](this));}['_checkEnabled'](){if(this['isBusy'])return!0x1;const _0x197d94=this['editor']['model'],_0x405727=_0x197d94['schema'],_0x7755cf=_0x197d94['document']['selection'],_0x308055=_0xfdc787(_0x7755cf['getSelectedBlocks']());return!!_0x308055&&_0x405727['checkChild'](_0x308055['parent'],'paragraph');}['_prepareForImport'](){const _0x363ead=this['editor'],_0x431804=_0x363ead['model'],_0x79c970=_0x431804['document']['selection'];this['_abortController']=new AbortController(),this['_undoStepBatch']=_0x363ead['model']['createBatch']({'isUndoable':!0x0}),_0x431804['enqueueChange'](this['_undoStepBatch'],_0x39fe9f=>{_0x79c970['isCollapsed']||_0x431804['deleteContent'](_0x79c970,{'leaveUnmerged':!0x0});const _0x1f900c=_0x79c970['getFirstPosition'](),_0x3d2578=_0xfdc787(_0x79c970['getSelectedBlocks']());let _0x11c8d1;_0x11c8d1=_0x3d2578['is']('element','paragraph')&&_0x3d2578['isEmpty']?_0x1f900c:_0x1f900c['isAtStart']?_0x431804['createPositionBefore'](_0x3d2578):_0x1f900c['isAtEnd']?_0x431804['createPositionAfter'](_0x3d2578):_0x39fe9f['split'](_0x1f900c)['position'],this['_importMarker']=_0x39fe9f['addMarker']('importWord:'+_0x1a6a1a(),{'usingOperation':!0x1,'affectsData':!0x1,'range':new _0x5f4f84(_0x11c8d1)}),this['_importMarker']['on']('change:range',()=>{'$graveyard'===this['_importMarker']['getRange']()['root']['rootName']&&this['_abortController']['abort']();});}),this['isBusy']=!0x0,this['refresh']();}['_cleanUpAfterImport'](){const _0x44d72f=this['editor']['model'];_0x44d72f['markers']['has'](this['_importMarker'])&&_0x44d72f['enqueueChange'](this['_undoStepBatch'],_0x3f2467=>{_0x3f2467['removeMarker'](this['_importMarker']);}),this['_importMarker']=null,this['_undoStepBatch']=null,this['_abortController']=null,this['isBusy']=!0x1,this['refresh']();}['_sendImportRequest']({url:_0xa37608,file:_0x477652,serviceConfig:_0xad97f2}){const _0x5e195e=this['editor']['plugins']['get']('ImportWordEditing')['getToken'](),_0x5861a1=new FormData();_0x5861a1['set']('config',JSON['stringify'](_0xad97f2)),_0x5861a1['set']('file',_0x477652);const _0x581311={'method':'POST','headers':{},'body':_0x5861a1,'signal':this['_abortController']['signal']};return _0x5e195e&&(_0x581311['headers']['Authorization']=_0x5e195e['value']),fetch(_0xa37608,_0x581311);}['_handleImportResponse'](_0xa4cba5){return _0xa4cba5['ok']?_0xa4cba5['json']()['then'](_0x40505e=>{if(!this['editor']['model']['markers']['has'](this['_importMarker']))return;'$graveyard'!==this['_importMarker']['getRange']()['root']['rootName']&&this['fire']('dataInsert',_0x40505e);}):Promise['reject']();}['_handleImportFailure'](){if(this['_abortController']['signal']['aborted'])return void _0x5a8e71('import-word-plugin-import-cancelled');const _0x16a2cd=this['editor'],_0x18ff5c=p(_0x16a2cd['locale'],'An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.');_0x16a2cd['plugins']['get']('Notification')['showWarning'](_0x18ff5c),_0x90db30('import-word-plugin-conversion-failed');}}class e extends _0x97dd1c{['_token'];static get['pluginName'](){return'ImportWordEditing';}static get['requires'](){return[_0x36ce21,_0x333e43,'CloudServices'];}constructor(_0x5dd422){super(_0x5dd422),this['_token']=null;}async['init'](){const _0x1c4aa1=this['editor'];_0x1c4aa1['config']['define']('importWord',{'converterUrl':'https://docx-converter.cke-cs.com/v2/convert/docx-html','tokenUrl':(_0x1c4aa1['config']['get']('cloudServices')||{})['tokenUrl'],'formatting':{'resets':'none','defaults':'none','styles':'inline'}}),_0x1c4aa1['commands']['add']('importWord',new d(_0x1c4aa1));const {tokenUrl:_0x54f646}=_0x1c4aa1['config']['get']('importWord');if(_0x54f646){const {tokenUrl:_0x4da686}=_0x1c4aa1['config']['get']('cloudServices')||{};this['_token']=_0x54f646===_0x4da686?_0x1c4aa1['plugins']['get']('CloudServices')['token']:await _0x1c4aa1['plugins']['get']('CloudServices')['registerTokenUrl'](_0x54f646);}}['getToken'](){return this['_token'];}}class i extends _0x97dd1c{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 _0x1e208f,Command as _0x4141cf}from'@ckeditor/ckeditor5-core/dist/index.js';import{FileDialogButtonView as _0x13e0bf,MenuBarMenuListItemFileDialogButtonView as _0x16c750,SpinnerView as _0x30a470,Notification as _0x1ff06e}from'@ckeditor/ckeditor5-ui/dist/index.js';import{ClipboardPipeline as _0x54b265}from'@ckeditor/ckeditor5-clipboard/dist/index.js';import{Range as _0x2dc5d5}from'@ckeditor/ckeditor5-engine/dist/index.js';import{first as _0x39e269,uid as _0x502ac7,logWarning as _0x334d34,logError as _0x27d8dd}from'@ckeditor/ckeditor5-utils/dist/index.js';function p(_0x1edc63,_0x1ea0ec){const t=_0x1edc63['t'];switch(_0x1ea0ec){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 _0x1ea0ec;}}class o extends _0x1e208f{static get['pluginName'](){return'ImportWordUI';}['init'](){const _0x4e2aca=this['editor'];_0x4e2aca['ui']['componentFactory']['add']('importWord',()=>{const _0xe9817b=this['_createButton'](_0x13e0bf),_0x54f537=_0x4e2aca['commands']['get']('importWord');return _0xe9817b['bind']('isOn')['to'](_0x54f537,'isBusy'),_0xe9817b['tooltip']=!0x0,_0xe9817b;}),_0x4e2aca['ui']['componentFactory']['add']('menuBar:importWord',()=>this['_createButton'](_0x16c750));}['_createButton'](_0x425972){const _0x1f3f7c=this['editor'],_0x494719=_0x1f3f7c['commands']['get']('importWord'),_0x1c3cf4=new _0x425972(_0x1f3f7c['locale']),_0x2bb810=new _0x30a470();return _0x1c3cf4['set']({'acceptedType':'application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.openxmlformats-officedocument.wordprocessingml.template'}),_0x1c3cf4['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'}),_0x1c3cf4['bind']('isEnabled')['to'](_0x494719),_0x1c3cf4['bind']('label')['to'](_0x494719,'isBusy',_0x3a56e9=>p(_0x1f3f7c['locale'],_0x3a56e9?'Importing\x20Word\x20document':'Import\x20from\x20Word')),_0x2bb810['bind']('isVisible')['to'](_0x494719,'isBusy'),_0x1c3cf4['iconView']['bind']('isVisible')['to'](_0x494719,'isBusy',_0x4c5fdb=>!_0x4c5fdb),_0x1c3cf4['children']['add'](_0x2bb810),_0x1c3cf4['on']('done',(_0x39e8a4,_0x21462d)=>{_0x1f3f7c['execute']('importWord',_0x21462d[0x0],{}),_0x1f3f7c['editing']['view']['focus']();}),_0x1c3cf4;}}class d extends _0x4141cf{['_importMarker'];['_undoStepBatch'];['_abortController'];constructor(_0x28b2d2){super(_0x28b2d2),this['set']('isBusy',!0x1),this['_importMarker']=null,this['_undoStepBatch']=null,this['_abortController']=null,this['on']('dataInsert',(_0x41a4a6,_0x4003f2)=>{const _0x4f57d3=new DataTransfer();_0x4f57d3['setData']('text/html',_0x4003f2['html']);const _0xbacd67=this['_importMarker']['getRange']();this['editor']['model']['enqueueChange'](this['_undoStepBatch'],_0x166aba=>{this['_importMarker']['stopListening'](),_0x166aba['setSelection'](_0xbacd67),_0x28b2d2['editing']['view']['document']['fire']('clipboardInput',{'dataTransfer':_0x4f57d3});});},{'priority':'low'});}['refresh'](){this['isEnabled']=this['_checkEnabled']();}['execute'](_0x2346da,_0x1dd390={}){if(this['isBusy'])return Promise['resolve']();const _0x277cd0=this['editor']['config']['get']('importWord');if(this['editor']['plugins']['has']('MergeFields')){const {prefix:_0x23e1dc,suffix:_0x4b22e9}=this['editor']['config']['get']('mergeFields');_0x1dd390['merge_fields']={'prefix':_0x23e1dc,'suffix':_0x4b22e9};}const _0x31cb52={'url':_0x277cd0['converterUrl'],'file':_0x2346da,'serviceConfig':{..._0x1dd390,'formatting':_0x277cd0['formatting'],'timezone':new Intl['DateTimeFormat']()['resolvedOptions']()['timeZone']}};return this['_prepareForImport'](),this['_sendImportRequest'](_0x31cb52)['then'](this['_handleImportResponse']['bind'](this))['catch'](this['_handleImportFailure']['bind'](this))['finally'](this['_cleanUpAfterImport']['bind'](this));}['_checkEnabled'](){if(this['isBusy'])return!0x1;const _0x805cb9=this['editor']['model'],_0x51afe0=_0x805cb9['schema'],_0x8d9ed9=_0x805cb9['document']['selection'],_0x1e8c0e=_0x39e269(_0x8d9ed9['getSelectedBlocks']());return!!_0x1e8c0e&&_0x51afe0['checkChild'](_0x1e8c0e['parent'],'paragraph');}['_prepareForImport'](){const _0x43c5a3=this['editor'],_0x4b0ffd=_0x43c5a3['model'],_0x456ad0=_0x4b0ffd['document']['selection'];this['_abortController']=new AbortController(),this['_undoStepBatch']=_0x43c5a3['model']['createBatch']({'isUndoable':!0x0}),_0x4b0ffd['enqueueChange'](this['_undoStepBatch'],_0x26753f=>{_0x456ad0['isCollapsed']||_0x4b0ffd['deleteContent'](_0x456ad0,{'leaveUnmerged':!0x0});const _0x185ac3=_0x456ad0['getFirstPosition'](),_0x742e21=_0x39e269(_0x456ad0['getSelectedBlocks']());let _0x583b81;_0x583b81=_0x742e21['is']('element','paragraph')&&_0x742e21['isEmpty']?_0x185ac3:_0x185ac3['isAtStart']?_0x4b0ffd['createPositionBefore'](_0x742e21):_0x185ac3['isAtEnd']?_0x4b0ffd['createPositionAfter'](_0x742e21):_0x26753f['split'](_0x185ac3)['position'],this['_importMarker']=_0x26753f['addMarker']('importWord:'+_0x502ac7(),{'usingOperation':!0x1,'affectsData':!0x1,'range':new _0x2dc5d5(_0x583b81)}),this['_importMarker']['on']('change:range',()=>{'$graveyard'===this['_importMarker']['getRange']()['root']['rootName']&&this['_abortController']['abort']();});}),this['isBusy']=!0x0,this['refresh']();}['_cleanUpAfterImport'](){const _0x3c5fa2=this['editor']['model'];_0x3c5fa2['markers']['has'](this['_importMarker'])&&_0x3c5fa2['enqueueChange'](this['_undoStepBatch'],_0x540af1=>{_0x540af1['removeMarker'](this['_importMarker']);}),this['_importMarker']=null,this['_undoStepBatch']=null,this['_abortController']=null,this['isBusy']=!0x1,this['refresh']();}['_sendImportRequest']({url:_0xd9e6ef,file:_0x1c746a,serviceConfig:_0x4ff826}){const _0x27c3ee=this['editor']['plugins']['get']('ImportWordEditing')['getToken'](),_0x2fcc92=new FormData();_0x2fcc92['set']('config',JSON['stringify'](_0x4ff826)),_0x2fcc92['set']('file',_0x1c746a);const _0x2c06a7={'method':'POST','headers':{},'body':_0x2fcc92,'signal':this['_abortController']['signal']};return _0x27c3ee&&(_0x2c06a7['headers']['Authorization']=_0x27c3ee['value']),fetch(_0xd9e6ef,_0x2c06a7);}['_handleImportResponse'](_0xc2c4c3){return _0xc2c4c3['ok']?_0xc2c4c3['json']()['then'](_0x302d3b=>{if(!this['editor']['model']['markers']['has'](this['_importMarker']))return;'$graveyard'!==this['_importMarker']['getRange']()['root']['rootName']&&this['fire']('dataInsert',_0x302d3b);}):Promise['reject']();}['_handleImportFailure'](){if(this['_abortController']['signal']['aborted'])return void _0x334d34('import-word-plugin-import-cancelled');const _0x127974=this['editor'],_0x4462af=p(_0x127974['locale'],'An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.');_0x127974['plugins']['get']('Notification')['showWarning'](_0x4462af),_0x27d8dd('import-word-plugin-conversion-failed');}}class e extends _0x1e208f{['_token'];static get['pluginName'](){return'ImportWordEditing';}static get['requires'](){return[_0x1ff06e,_0x54b265,'CloudServices'];}constructor(_0x234ed6){super(_0x234ed6),this['_token']=null;}async['init'](){const _0x24c9b4=this['editor'];_0x24c9b4['config']['define']('importWord',{'converterUrl':'https://docx-converter.cke-cs.com/v2/convert/docx-html','tokenUrl':(_0x24c9b4['config']['get']('cloudServices')||{})['tokenUrl'],'formatting':{'resets':'none','defaults':'none','styles':'inline'}}),_0x24c9b4['commands']['add']('importWord',new d(_0x24c9b4));const {tokenUrl:_0x1a3ddc}=_0x24c9b4['config']['get']('importWord');if(_0x1a3ddc){const {tokenUrl:_0x5c0af8}=_0x24c9b4['config']['get']('cloudServices')||{};this['_token']=_0x1a3ddc===_0x5c0af8?_0x24c9b4['plugins']['get']('CloudServices')['token']:await _0x24c9b4['plugins']['get']('CloudServices')['registerTokenUrl'](_0x1a3ddc);}}['getToken'](){return this['_token'];}}class i extends _0x1e208f{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':_0x5ab38d=>0x0==_0x5ab38d?0x0:0x1==_0x5ab38d?0x1:0x2==_0x5ab38d?0x2:_0x5ab38d%0x64>=0x3&&_0x5ab38d%0x64<=0xa?0x3:_0x5ab38d%0x64>=0xb&&_0x5ab38d%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':_0x292711=>0x0==_0x292711?0x0:0x1==_0x292711?0x1:0x2==_0x292711?0x2:_0x292711%0x64>=0x3&&_0x292711%0x64<=0xa?0x3:_0x292711%0x64>=0xb&&_0x292711%0x64<=0x63?0x4:0x5}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x405857=>{const {ar:{dictionary:_0x17fa06,getPluralForm:_0x1296ce}}={'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':_0x1ae308=>0x0==_0x1ae308?0x0:0x1==_0x1ae308?0x1:0x2==_0x1ae308?0x2:_0x1ae308%0x64>=0x3&&_0x1ae308%0x64<=0xa?0x3:_0x1ae308%0x64>=0xb&&_0x1ae308%0x64<=0x63?0x4:0x5}};_0x405857['ar']||={'dictionary':{},'getPluralForm':null},_0x405857['ar']['dictionary']=Object['assign'](_0x405857['ar']['dictionary'],_0x17fa06),_0x405857['ar']['getPluralForm']=_0x1296ce;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x657741=>{const {ar:{dictionary:_0xf833d7,getPluralForm:_0x3bb277}}={'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':_0x5a6b79=>0x0==_0x5a6b79?0x0:0x1==_0x5a6b79?0x1:0x2==_0x5a6b79?0x2:_0x5a6b79%0x64>=0x3&&_0x5a6b79%0x64<=0xa?0x3:_0x5a6b79%0x64>=0xb&&_0x5a6b79%0x64<=0x63?0x4:0x5}};_0x657741['ar']||={'dictionary':{},'getPluralForm':null},_0x657741['ar']['dictionary']=Object['assign'](_0x657741['ar']['dictionary'],_0xf833d7),_0x657741['ar']['getPluralForm']=_0x3bb277;})(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':_0x122d4d=>0x1!=_0x122d4d}};
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':_0x410a3a=>0x1!=_0x410a3a}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3acd0f=>{const {bg:{dictionary:_0x384fae,getPluralForm:_0x92a850}}={'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':_0x183822=>0x1!=_0x183822}};_0x3acd0f['bg']||={'dictionary':{},'getPluralForm':null},_0x3acd0f['bg']['dictionary']=Object['assign'](_0x3acd0f['bg']['dictionary'],_0x384fae),_0x3acd0f['bg']['getPluralForm']=_0x92a850;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1372b2=>{const {bg:{dictionary:_0x45e549,getPluralForm:_0x5cb3d6}}={'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':_0x250001=>0x1!=_0x250001}};_0x1372b2['bg']||={'dictionary':{},'getPluralForm':null},_0x1372b2['bg']['dictionary']=Object['assign'](_0x1372b2['bg']['dictionary'],_0x45e549),_0x1372b2['bg']['getPluralForm']=_0x5cb3d6;})(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':_0x2e1ae4=>0x1!=_0x2e1ae4}};
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':_0x56501b=>0x1!=_0x56501b}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x352036=>{const {bn:{dictionary:_0x4185ef,getPluralForm:_0x340248}}={'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':_0x47c2cb=>0x1!=_0x47c2cb}};_0x352036['bn']||={'dictionary':{},'getPluralForm':null},_0x352036['bn']['dictionary']=Object['assign'](_0x352036['bn']['dictionary'],_0x4185ef),_0x352036['bn']['getPluralForm']=_0x340248;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3001ec=>{const {bn:{dictionary:_0x509352,getPluralForm:_0x1348cb}}={'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':_0x43aa50=>0x1!=_0x43aa50}};_0x3001ec['bn']||={'dictionary':{},'getPluralForm':null},_0x3001ec['bn']['dictionary']=Object['assign'](_0x3001ec['bn']['dictionary'],_0x509352),_0x3001ec['bn']['getPluralForm']=_0x1348cb;})(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':_0x45fb0a=>0x1!=_0x45fb0a}};
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':_0x4762b5=>0x1!=_0x4762b5}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x55a3aa=>{const {ca:{dictionary:_0x401e16,getPluralForm:_0x4f256a}}={'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':_0x501222=>0x1!=_0x501222}};_0x55a3aa['ca']||={'dictionary':{},'getPluralForm':null},_0x55a3aa['ca']['dictionary']=Object['assign'](_0x55a3aa['ca']['dictionary'],_0x401e16),_0x55a3aa['ca']['getPluralForm']=_0x4f256a;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xaf18ea=>{const {ca:{dictionary:_0x3f7f33,getPluralForm:_0x56ed62}}={'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':_0x395c07=>0x1!=_0x395c07}};_0xaf18ea['ca']||={'dictionary':{},'getPluralForm':null},_0xaf18ea['ca']['dictionary']=Object['assign'](_0xaf18ea['ca']['dictionary'],_0x3f7f33),_0xaf18ea['ca']['getPluralForm']=_0x56ed62;})(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':_0x285a38=>0x1==_0x285a38&&_0x285a38%0x1==0x0?0x0:_0x285a38>=0x2&&_0x285a38<=0x4&&_0x285a38%0x1==0x0?0x1:_0x285a38%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':_0x29d238=>0x1==_0x29d238&&_0x29d238%0x1==0x0?0x0:_0x29d238>=0x2&&_0x29d238<=0x4&&_0x29d238%0x1==0x0?0x1:_0x29d238%0x1!=0x0?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x31063a=>{const {cs:{dictionary:_0x401a67,getPluralForm:_0x1b977d}}={'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':_0x3db382=>0x1==_0x3db382&&_0x3db382%0x1==0x0?0x0:_0x3db382>=0x2&&_0x3db382<=0x4&&_0x3db382%0x1==0x0?0x1:_0x3db382%0x1!=0x0?0x2:0x3}};_0x31063a['cs']||={'dictionary':{},'getPluralForm':null},_0x31063a['cs']['dictionary']=Object['assign'](_0x31063a['cs']['dictionary'],_0x401a67),_0x31063a['cs']['getPluralForm']=_0x1b977d;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x67dd48=>{const {cs:{dictionary:_0x42d34a,getPluralForm:_0x32a9c7}}={'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':_0x7beb8b=>0x1==_0x7beb8b&&_0x7beb8b%0x1==0x0?0x0:_0x7beb8b>=0x2&&_0x7beb8b<=0x4&&_0x7beb8b%0x1==0x0?0x1:_0x7beb8b%0x1!=0x0?0x2:0x3}};_0x67dd48['cs']||={'dictionary':{},'getPluralForm':null},_0x67dd48['cs']['dictionary']=Object['assign'](_0x67dd48['cs']['dictionary'],_0x42d34a),_0x67dd48['cs']['getPluralForm']=_0x32a9c7;})(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':_0x15d5df=>0x1!=_0x15d5df}};
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':_0x1f5927=>0x1!=_0x1f5927}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x59a16f=>{const {da:{dictionary:_0x227429,getPluralForm:_0x2da335}}={'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':_0x4cb13d=>0x1!=_0x4cb13d}};_0x59a16f['da']||={'dictionary':{},'getPluralForm':null},_0x59a16f['da']['dictionary']=Object['assign'](_0x59a16f['da']['dictionary'],_0x227429),_0x59a16f['da']['getPluralForm']=_0x2da335;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3e3429=>{const {da:{dictionary:_0x35301f,getPluralForm:_0x160071}}={'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':_0xd722d0=>0x1!=_0xd722d0}};_0x3e3429['da']||={'dictionary':{},'getPluralForm':null},_0x3e3429['da']['dictionary']=Object['assign'](_0x3e3429['da']['dictionary'],_0x35301f),_0x3e3429['da']['getPluralForm']=_0x160071;})(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':_0x4bcdb1=>0x1!=_0x4bcdb1}};
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':_0x10e6b0=>0x1!=_0x10e6b0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x53c02e=>{const {de:{dictionary:_0x25a019,getPluralForm:_0x1244e4}}={'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':_0x4fdb4c=>0x1!=_0x4fdb4c}};_0x53c02e['de']||={'dictionary':{},'getPluralForm':null},_0x53c02e['de']['dictionary']=Object['assign'](_0x53c02e['de']['dictionary'],_0x25a019),_0x53c02e['de']['getPluralForm']=_0x1244e4;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x37e328=>{const {de:{dictionary:_0x5dcf93,getPluralForm:_0x535756}}={'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':_0x5b496c=>0x1!=_0x5b496c}};_0x37e328['de']||={'dictionary':{},'getPluralForm':null},_0x37e328['de']['dictionary']=Object['assign'](_0x37e328['de']['dictionary'],_0x5dcf93),_0x37e328['de']['getPluralForm']=_0x535756;})(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':_0x49f2f3=>0x1!=_0x49f2f3}};
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':_0x4b8010=>0x1!=_0x4b8010}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x566c7a=>{const {el:{dictionary:_0x318fff,getPluralForm:_0x29d1a2}}={'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':_0x14de4b=>0x1!=_0x14de4b}};_0x566c7a['el']||={'dictionary':{},'getPluralForm':null},_0x566c7a['el']['dictionary']=Object['assign'](_0x566c7a['el']['dictionary'],_0x318fff),_0x566c7a['el']['getPluralForm']=_0x29d1a2;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x485c1d=>{const {el:{dictionary:_0x22b889,getPluralForm:_0x241b43}}={'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':_0x16a5a1=>0x1!=_0x16a5a1}};_0x485c1d['el']||={'dictionary':{},'getPluralForm':null},_0x485c1d['el']['dictionary']=Object['assign'](_0x485c1d['el']['dictionary'],_0x22b889),_0x485c1d['el']['getPluralForm']=_0x241b43;})(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':_0x2e9a0b=>0x1!=_0x2e9a0b}};
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':_0x5755b4=>0x1!=_0x5755b4}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x34363f=>{const {'en-au':{dictionary:_0x55939d,getPluralForm:_0x59844}}={'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':_0x46b0a6=>0x1!=_0x46b0a6}};_0x34363f['en-au']||={'dictionary':{},'getPluralForm':null},_0x34363f['en-au']['dictionary']=Object['assign'](_0x34363f['en-au']['dictionary'],_0x55939d),_0x34363f['en-au']['getPluralForm']=_0x59844;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x202064=>{const {'en-au':{dictionary:_0x5c80cc,getPluralForm:_0x22e5f4}}={'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':_0x1e220f=>0x1!=_0x1e220f}};_0x202064['en-au']||={'dictionary':{},'getPluralForm':null},_0x202064['en-au']['dictionary']=Object['assign'](_0x202064['en-au']['dictionary'],_0x5c80cc),_0x202064['en-au']['getPluralForm']=_0x22e5f4;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x6adce5=>{const {en:{dictionary:_0x9cf456,getPluralForm:_0xc2c0ae}}={'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}};_0x6adce5['en']||={'dictionary':{},'getPluralForm':null},_0x6adce5['en']['dictionary']=Object['assign'](_0x6adce5['en']['dictionary'],_0x9cf456),_0x6adce5['en']['getPluralForm']=_0xc2c0ae;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5739f0=>{const {en:{dictionary:_0xa93058,getPluralForm:_0x27e41d}}={'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}};_0x5739f0['en']||={'dictionary':{},'getPluralForm':null},_0x5739f0['en']['dictionary']=Object['assign'](_0x5739f0['en']['dictionary'],_0xa93058),_0x5739f0['en']['getPluralForm']=_0x27e41d;})(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':_0xdde0b7=>0x1==_0xdde0b7?0x0:0x0!=_0xdde0b7&&_0xdde0b7%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':_0x908ed0=>0x1==_0x908ed0?0x0:0x0!=_0x908ed0&&_0x908ed0%0xf4240==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5497f6=>{const {es:{dictionary:_0x44abe2,getPluralForm:_0x207ae9}}={'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':_0x573d61=>0x1==_0x573d61?0x0:0x0!=_0x573d61&&_0x573d61%0xf4240==0x0?0x1:0x2}};_0x5497f6['es']||={'dictionary':{},'getPluralForm':null},_0x5497f6['es']['dictionary']=Object['assign'](_0x5497f6['es']['dictionary'],_0x44abe2),_0x5497f6['es']['getPluralForm']=_0x207ae9;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1bc75f=>{const {es:{dictionary:_0x1bcf72,getPluralForm:_0xcfd96b}}={'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':_0x1d8f2f=>0x1==_0x1d8f2f?0x0:0x0!=_0x1d8f2f&&_0x1d8f2f%0xf4240==0x0?0x1:0x2}};_0x1bc75f['es']||={'dictionary':{},'getPluralForm':null},_0x1bc75f['es']['dictionary']=Object['assign'](_0x1bc75f['es']['dictionary'],_0x1bcf72),_0x1bc75f['es']['getPluralForm']=_0xcfd96b;})(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':_0x47ab84=>0x1!=_0x47ab84}};
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':_0x2f4440=>0x1!=_0x2f4440}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5dad96=>{const {et:{dictionary:_0x1b14eb,getPluralForm:_0x17af02}}={'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':_0x55beb1=>0x1!=_0x55beb1}};_0x5dad96['et']||={'dictionary':{},'getPluralForm':null},_0x5dad96['et']['dictionary']=Object['assign'](_0x5dad96['et']['dictionary'],_0x1b14eb),_0x5dad96['et']['getPluralForm']=_0x17af02;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4bbafe=>{const {et:{dictionary:_0x3959a2,getPluralForm:_0x386db1}}={'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':_0xd2106a=>0x1!=_0xd2106a}};_0x4bbafe['et']||={'dictionary':{},'getPluralForm':null},_0x4bbafe['et']['dictionary']=Object['assign'](_0x4bbafe['et']['dictionary'],_0x3959a2),_0x4bbafe['et']['getPluralForm']=_0x386db1;})(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':_0x2843f6=>0x1!=_0x2843f6}};
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':_0x248faf=>0x1!=_0x248faf}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2ea93f=>{const {fi:{dictionary:_0x53bfbe,getPluralForm:_0x322eb5}}={'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':_0x2cd980=>0x1!=_0x2cd980}};_0x2ea93f['fi']||={'dictionary':{},'getPluralForm':null},_0x2ea93f['fi']['dictionary']=Object['assign'](_0x2ea93f['fi']['dictionary'],_0x53bfbe),_0x2ea93f['fi']['getPluralForm']=_0x322eb5;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3cdc77=>{const {fi:{dictionary:_0x44480a,getPluralForm:_0x52d142}}={'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':_0x2524bd=>0x1!=_0x2524bd}};_0x3cdc77['fi']||={'dictionary':{},'getPluralForm':null},_0x3cdc77['fi']['dictionary']=Object['assign'](_0x3cdc77['fi']['dictionary'],_0x44480a),_0x3cdc77['fi']['getPluralForm']=_0x52d142;})(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':_0x570271=>0x0==_0x570271||0x1==_0x570271?0x0:0x0!=_0x570271&&_0x570271%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':_0x4d2583=>0x0==_0x4d2583||0x1==_0x4d2583?0x0:0x0!=_0x4d2583&&_0x4d2583%0xf4240==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x1137bb=>{const {fr:{dictionary:_0x46ec0f,getPluralForm:_0x34f3e0}}={'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':_0x1115a8=>0x0==_0x1115a8||0x1==_0x1115a8?0x0:0x0!=_0x1115a8&&_0x1115a8%0xf4240==0x0?0x1:0x2}};_0x1137bb['fr']||={'dictionary':{},'getPluralForm':null},_0x1137bb['fr']['dictionary']=Object['assign'](_0x1137bb['fr']['dictionary'],_0x46ec0f),_0x1137bb['fr']['getPluralForm']=_0x34f3e0;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xe72f6c=>{const {fr:{dictionary:_0xe6e610,getPluralForm:_0x2d3070}}={'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':_0x414552=>0x0==_0x414552||0x1==_0x414552?0x0:0x0!=_0x414552&&_0x414552%0xf4240==0x0?0x1:0x2}};_0xe72f6c['fr']||={'dictionary':{},'getPluralForm':null},_0xe72f6c['fr']['dictionary']=Object['assign'](_0xe72f6c['fr']['dictionary'],_0xe6e610),_0xe72f6c['fr']['getPluralForm']=_0x2d3070;})(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':_0x44133f=>0x1!=_0x44133f}};
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':_0x7a8080=>0x1!=_0x7a8080}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x193472=>{const {gl:{dictionary:_0x129bfb,getPluralForm:_0x3fd7ee}}={'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':_0x4a1aca=>0x1!=_0x4a1aca}};_0x193472['gl']||={'dictionary':{},'getPluralForm':null},_0x193472['gl']['dictionary']=Object['assign'](_0x193472['gl']['dictionary'],_0x129bfb),_0x193472['gl']['getPluralForm']=_0x3fd7ee;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3c9cfe=>{const {gl:{dictionary:_0x4dda7c,getPluralForm:_0x267341}}={'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':_0x8ee91b=>0x1!=_0x8ee91b}};_0x3c9cfe['gl']||={'dictionary':{},'getPluralForm':null},_0x3c9cfe['gl']['dictionary']=Object['assign'](_0x3c9cfe['gl']['dictionary'],_0x4dda7c),_0x3c9cfe['gl']['getPluralForm']=_0x267341;})(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':_0x15168d=>0x1==_0x15168d&&_0x15168d%0x1==0x0?0x0:0x2==_0x15168d&&_0x15168d%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':_0x71eb13=>0x1==_0x71eb13&&_0x71eb13%0x1==0x0?0x0:0x2==_0x71eb13&&_0x71eb13%0x1==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x1cbd18=>{const {he:{dictionary:_0x88df9e,getPluralForm:_0x81fe18}}={'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':_0x3d61e9=>0x1==_0x3d61e9&&_0x3d61e9%0x1==0x0?0x0:0x2==_0x3d61e9&&_0x3d61e9%0x1==0x0?0x1:0x2}};_0x1cbd18['he']||={'dictionary':{},'getPluralForm':null},_0x1cbd18['he']['dictionary']=Object['assign'](_0x1cbd18['he']['dictionary'],_0x88df9e),_0x1cbd18['he']['getPluralForm']=_0x81fe18;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x43e704=>{const {he:{dictionary:_0x2b57b0,getPluralForm:_0x22c5f9}}={'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':_0x587e77=>0x1==_0x587e77&&_0x587e77%0x1==0x0?0x0:0x2==_0x587e77&&_0x587e77%0x1==0x0?0x1:0x2}};_0x43e704['he']||={'dictionary':{},'getPluralForm':null},_0x43e704['he']['dictionary']=Object['assign'](_0x43e704['he']['dictionary'],_0x2b57b0),_0x43e704['he']['getPluralForm']=_0x22c5f9;})(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':_0x4ed531=>0x1!=_0x4ed531}};
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':_0x36bb88=>0x1!=_0x36bb88}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x1bbad9=>{const {hi:{dictionary:_0x406fab,getPluralForm:_0x4a7501}}={'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':_0x54fb32=>0x1!=_0x54fb32}};_0x1bbad9['hi']||={'dictionary':{},'getPluralForm':null},_0x1bbad9['hi']['dictionary']=Object['assign'](_0x1bbad9['hi']['dictionary'],_0x406fab),_0x1bbad9['hi']['getPluralForm']=_0x4a7501;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5bf0d4=>{const {hi:{dictionary:_0x25b54b,getPluralForm:_0x4de663}}={'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':_0x2becf8=>0x1!=_0x2becf8}};_0x5bf0d4['hi']||={'dictionary':{},'getPluralForm':null},_0x5bf0d4['hi']['dictionary']=Object['assign'](_0x5bf0d4['hi']['dictionary'],_0x25b54b),_0x5bf0d4['hi']['getPluralForm']=_0x4de663;})(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':_0x47f68a=>_0x47f68a%0xa==0x1&&_0x47f68a%0x64!=0xb?0x0:_0x47f68a%0xa>=0x2&&_0x47f68a%0xa<=0x4&&(_0x47f68a%0x64<0xa||_0x47f68a%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':_0x449aee=>_0x449aee%0xa==0x1&&_0x449aee%0x64!=0xb?0x0:_0x449aee%0xa>=0x2&&_0x449aee%0xa<=0x4&&(_0x449aee%0x64<0xa||_0x449aee%0x64>=0x14)?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x44884c=>{const {hr:{dictionary:_0xcec162,getPluralForm:_0x435c43}}={'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':_0x2d4fb9=>_0x2d4fb9%0xa==0x1&&_0x2d4fb9%0x64!=0xb?0x0:_0x2d4fb9%0xa>=0x2&&_0x2d4fb9%0xa<=0x4&&(_0x2d4fb9%0x64<0xa||_0x2d4fb9%0x64>=0x14)?0x1:0x2}};_0x44884c['hr']||={'dictionary':{},'getPluralForm':null},_0x44884c['hr']['dictionary']=Object['assign'](_0x44884c['hr']['dictionary'],_0xcec162),_0x44884c['hr']['getPluralForm']=_0x435c43;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2f137d=>{const {hr:{dictionary:_0x4c36aa,getPluralForm:_0x360714}}={'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':_0x348d15=>_0x348d15%0xa==0x1&&_0x348d15%0x64!=0xb?0x0:_0x348d15%0xa>=0x2&&_0x348d15%0xa<=0x4&&(_0x348d15%0x64<0xa||_0x348d15%0x64>=0x14)?0x1:0x2}};_0x2f137d['hr']||={'dictionary':{},'getPluralForm':null},_0x2f137d['hr']['dictionary']=Object['assign'](_0x2f137d['hr']['dictionary'],_0x4c36aa),_0x2f137d['hr']['getPluralForm']=_0x360714;})(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':_0x49693=>0x1!=_0x49693}};
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':_0xb2e8b6=>0x1!=_0xb2e8b6}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x38f09d=>{const {hu:{dictionary:_0x1d2e1b,getPluralForm:_0x15db08}}={'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':_0x2bca09=>0x1!=_0x2bca09}};_0x38f09d['hu']||={'dictionary':{},'getPluralForm':null},_0x38f09d['hu']['dictionary']=Object['assign'](_0x38f09d['hu']['dictionary'],_0x1d2e1b),_0x38f09d['hu']['getPluralForm']=_0x15db08;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xcf8b65=>{const {hu:{dictionary:_0x2b6d2f,getPluralForm:_0x4c74bc}}={'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':_0x21be8f=>0x1!=_0x21be8f}};_0xcf8b65['hu']||={'dictionary':{},'getPluralForm':null},_0xcf8b65['hu']['dictionary']=Object['assign'](_0xcf8b65['hu']['dictionary'],_0x2b6d2f),_0xcf8b65['hu']['getPluralForm']=_0x4c74bc;})(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':_0x137356=>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':_0x330123=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x1b930f=>{const {id:{dictionary:_0x3c8fbe,getPluralForm:_0x278ab4}}={'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':_0x450478=>0x0}};_0x1b930f['id']||={'dictionary':{},'getPluralForm':null},_0x1b930f['id']['dictionary']=Object['assign'](_0x1b930f['id']['dictionary'],_0x3c8fbe),_0x1b930f['id']['getPluralForm']=_0x278ab4;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3938c9=>{const {id:{dictionary:_0x48c27f,getPluralForm:_0x269fa9}}={'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':_0x3d1533=>0x0}};_0x3938c9['id']||={'dictionary':{},'getPluralForm':null},_0x3938c9['id']['dictionary']=Object['assign'](_0x3938c9['id']['dictionary'],_0x48c27f),_0x3938c9['id']['getPluralForm']=_0x269fa9;})(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':_0x53814e=>0x1==_0x53814e?0x0:0x0!=_0x53814e&&_0x53814e%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':_0x4b0fed=>0x1==_0x4b0fed?0x0:0x0!=_0x4b0fed&&_0x4b0fed%0xf4240==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x7f19e4=>{const {it:{dictionary:_0x4e5df7,getPluralForm:_0x5dd180}}={'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':_0x59efb7=>0x1==_0x59efb7?0x0:0x0!=_0x59efb7&&_0x59efb7%0xf4240==0x0?0x1:0x2}};_0x7f19e4['it']||={'dictionary':{},'getPluralForm':null},_0x7f19e4['it']['dictionary']=Object['assign'](_0x7f19e4['it']['dictionary'],_0x4e5df7),_0x7f19e4['it']['getPluralForm']=_0x5dd180;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1b39e0=>{const {it:{dictionary:_0x40ec7d,getPluralForm:_0x3d4542}}={'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':_0x33064e=>0x1==_0x33064e?0x0:0x0!=_0x33064e&&_0x33064e%0xf4240==0x0?0x1:0x2}};_0x1b39e0['it']||={'dictionary':{},'getPluralForm':null},_0x1b39e0['it']['dictionary']=Object['assign'](_0x1b39e0['it']['dictionary'],_0x40ec7d),_0x1b39e0['it']['getPluralForm']=_0x3d4542;})(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':_0x161494=>0x0}};
23
+ export default{'ja':{'dictionary':{'Import\x20from\x20Word':'Wordからインポート','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Wordフィアルのインポート中にエラーが発生しました','Importing\x20Word\x20document':'Word文書をインポート中'},'getPluralForm':_0x431a54=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x9cb163=>{const {ja:{dictionary:_0x5bef55,getPluralForm:_0x3fec41}}={'ja':{'dictionary':{'Import\x20from\x20Word':'Wordからインポート','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Wordフィアルのインポート中にエラーが発生しました','Importing\x20Word\x20document':'Word文書をインポート中'},'getPluralForm':_0xdce8de=>0x0}};_0x9cb163['ja']||={'dictionary':{},'getPluralForm':null},_0x9cb163['ja']['dictionary']=Object['assign'](_0x9cb163['ja']['dictionary'],_0x5bef55),_0x9cb163['ja']['getPluralForm']=_0x3fec41;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x518565=>{const {ja:{dictionary:_0x5bd036,getPluralForm:_0x396ce2}}={'ja':{'dictionary':{'Import\x20from\x20Word':'Wordからインポート','An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.':'Wordフィアルのインポート中にエラーが発生しました','Importing\x20Word\x20document':'Word文書をインポート中'},'getPluralForm':_0x257a8c=>0x0}};_0x518565['ja']||={'dictionary':{},'getPluralForm':null},_0x518565['ja']['dictionary']=Object['assign'](_0x518565['ja']['dictionary'],_0x5bd036),_0x518565['ja']['getPluralForm']=_0x396ce2;})(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':_0x4f20c7=>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':_0x974b03=>0x0}};