@ckeditor/ckeditor5-export-pdf 43.0.0-alpha.3 → 43.0.0-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/export-pdf.js +1 -1
- package/dist/index.js +1 -1
- package/dist/translations/af.js +1 -1
- package/dist/translations/af.umd.js +1 -1
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/es-co.js +1 -1
- package/dist/translations/es-co.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/jv.js +1 -1
- package/dist/translations/jv.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/ug.js +1 -1
- package/dist/translations/ug.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/package.json +4 -4
- package/src/exportpdf.js +1 -1
- package/src/exportpdfcommand.js +1 -1
- package/src/exportpdfui.js +1 -1
- package/src/index.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils.js +1 -1
package/build/export-pdf.js
CHANGED
|
@@ -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={782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var o=e[r];if(void 0!==o)return o.exports;var s=e[r]={exports:{}};return t[r](s,s.exports,n),s.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{ExportPdf:()=>P});var t=n(782),e=n(311);function o(){const t=["4167ZBqNuB","all","20600HdflPI","3686608FUdasl","from","ownerNode","hasAttribute","1700rZLcrY","then","135715oezvgy","The editor stylesheet could not be found in the document. Check your webpack config – style-loader should use data-cke=true attribute for the editor stylesheet.","16680430lYZYqv",".ck-content","9VJlXdP","join","EDITOR_STYLES","length","168xLdGkR","push","1031098KlxULw","styleSheets","cssRules","data-cke","fetch","text","trim","3493322DWYDio","cssText","indexOf",":root","warn"];return(o=function(){return t})()}function s(t,e){const n=o();return(s=function(t,e){return n[t-=331]})(t,e)}function i(){const t=s,e=[],n=[];for(const r of Array[t(340)](document[t(356)]))if(r[t(341)][t(342)](t(358)))for(const o of Array[t(340)](r[t(357)]))-1!==o[t(332)][t(333)](t(348))?e[t(354)](o[t(332)]):-1!==o[t(332)][t(333)](t(334))&&n[t(354)](o[t(332)]);return e[t(352)]||console[t(335)](t(346)),[...n,...e][t(350)](" ")[t(361)]()}function c(t,e){const n=t.t;switch(e){case"Export to PDF":return n("Export to PDF");case"An error occurred while generating the PDF.":return n("An error occurred while generating the PDF.");case"PDF export started":return n("PDF export started");case"PDF export failed":return n("PDF export failed");case"PDF export successful":return n("PDF export successful");case"Exporting PDF document":return n("Exporting PDF document");default:return e}}!function(t){const e=s,n=t();for(;;)try{if(418058===parseInt(e(345))/1+parseInt(e(355))/2+-parseInt(e(336))/3*(-parseInt(e(343))/4)+parseInt(e(338))/5*(-parseInt(e(353))/6)+parseInt(e(331))/7+parseInt(e(339))/8+parseInt(e(349))/9*(-parseInt(e(347))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(o);const a=p;function u(){const t=["download","appID","MergeFields","getMergeFieldsIds","editor","function","mergeFields","document.pdf","createObjectURL","finally","click","getLabel","showWarning","isEnabled","POST","blob","fetch","config","stringify","contentLanguageDirection","https://pdf-converter.cke-cs.com/v1/convert/","cke5","1442497htDMjh","data","has","MergeFieldsEditing","get","value","isBusy","set","createElement","An error occurred while generating the PDF.",'<html>\n\t\t\t\t\t\t<head>\n\t\t\t\t\t\t\t<title>CKEditor 5 PDF document</title>\n\t\t\t\t\t\t\t<meta charset="utf-8">\n\t\t\t\t\t\t</head>\n\t\t\t\t\t\t<body>\n\t\t\t\t\t\t\t<div class="ck-content" dir="',"PDF export successful","href","621354TvwImq","remove","refresh","ExportPdf","application/pdf","status","4opOLVC","getDefaultValues","previewMode","affectsData","announce","PDF export started","locale","application/json","pending","3204856tXlsbD","Notification","getDataSetValues","\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</body>\n\t\t\t\t\t</html>",'">\n\t\t\t\t\t\t\t\t',"2789344txHdVA","catch","9749110jJqfOG","converterOptions","PDF export failed","assertive","6875625mZsQHx","_downloadFile","converterUrl","EDITOR_STYLES","_token","plugins","execute","fileName","$labels","$defaultValues","URL","token","merge_fields","stylesheets","3457425gItXtq","dataCallback","ariaLiveAnnouncer","then","entries"];return(u=function(){return t})()}function p(t,e){const n=u();return(p=function(t,e){return n[t-=304]})(t,e)}!function(t){const e=p,n=t();for(;;)try{if(786113===-parseInt(e(342))/1+-parseInt(e(375))/2+parseInt(e(315))/3*(parseInt(e(361))/4)+parseInt(e(381))/5+parseInt(e(355))/6+parseInt(e(377))/7+-parseInt(e(370))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(u);class d extends t.Command{constructor(t){const e=p;super(t),this[e(349)](e(348),!1),this[e(364)]=!1}[a(357)](){const t=a;this[t(333)]=!this[t(348)],this[t(347)]=this[t(348)]?t(369):void 0}[a(307)](t={}){const e=a,n=this[e(324)],r=t[e(383)]||e(340),o=t[e(316)]||(t=>t[e(343)][e(346)]()),u=n[e(306)][e(346)](e(358)),p=t[e(312)]||u[e(305)];return this[e(348)]=!0,this[e(357)](),function(t){const e=s;if(!t)return new Promise((t=>t("")));const n=[];for(const r of t)e(351)!==r?n[e(354)](window[e(359)](r)[e(344)]((t=>t[e(360)]()))):n[e(354)](i());return Promise[e(337)](n)[e(344)]((t=>t[e(350)](" ")[e(361)]()))}(t[e(314)]||[e(304)])[e(318)]((async s=>{const i=e;if(n.ui[i(317)][i(365)](c(n[i(367)],i(366))),n[i(306)][i(344)](i(322))){t[i(378)]||(t[i(378)]={});const e=n[i(306)][i(346)](i(345)),r=e[i(363)],{prefix:o,suffix:s}=n[i(337)][i(346)](i(326)),c={prefix:o,suffix:s,data:{}};if(i(309)===r)for(const t of e[i(323)]())c[i(343)][t]=o+e[i(331)](t)+s;else{const t=i(310)===r?e[i(362)]():e[i(372)](r,!0);for(const n of Object[i(319)](t)){const[t,r]=n;c[i(343)][t]=null!==r?r:e[i(331)](t)}}t[i(378)][i(313)]=c}const a={html:i(352)+n[i(367)][i(339)]+i(374)+await o(n)+i(373),css:s,options:t[i(378)]},u={method:i(334),headers:{"Content-Type":i(368),Accept:i(359),...p?{Authorization:p[i(347)]}:null,"x-cs-app-id":t[i(321)]||i(341)},body:JSON[i(338)](a)};return window[i(336)](r,u)[i(318)]((t=>{const e=i;if(200!==t[e(360)])throw t;return t[e(335)]()}))[i(318)]((e=>{const r=i;n.ui[r(317)][r(365)](c(n[r(367)],r(353)));const o=r(325)==typeof t[r(308)]?t[r(308)]():t[r(308)];this[r(382)](e,o||r(327))}))}))[e(376)]((t=>{const r=e,o=n[r(306)][r(346)](r(371));throw n.ui[r(317)][r(365)](c(n[r(367)],r(379)),{politeness:r(380)}),o[r(332)](c(n[r(367)],r(351))),t}))[e(329)]((()=>{const t=e;this[t(348)]=!1,this[t(357)]()}))}[a(382)](t,e){const n=a,r=document[n(350)]("a");r[n(354)]=window[n(311)][n(328)](t),r[n(320)]=e,r[n(330)](),r[n(356)]()}}const f=h;function l(){const t=["focus","config","editor","view","add","4RPcXbh","label","iconView","8lLtnRW","commands","Export to PDF","isBusy","ExportPdfUI","bind","exportPdf","570177EMzgyp","isOn","locale","menuBar:exportPdf","200FCYJdr","_createButton","children","411267QeLKFK","listenTo","1020uGObZJ","init","6432200SmvgNR","componentFactory","Exporting PDF document","314737dWfXHE","isEnabled","get","10836476tXcRXC","execute","132WRgULD","pluginName","232350TKiGZz","22EiAaYG","set","301067RwporH","editing","isVisible"];return(l=function(){return t})()}function h(t,e){const n=l();return(h=function(t,e){return n[t-=422]})(t,e)}!function(t){const e=h,n=t();for(;;)try{if(800821===parseInt(e(434))/1*(-parseInt(e(455))/2)+parseInt(e(427))/3*(-parseInt(e(452))/4)+-parseInt(e(441))/5*(parseInt(e(439))/6)+parseInt(e(437))/7+parseInt(e(424))/8*(-parseInt(e(462))/9)+parseInt(e(431))/10*(parseInt(e(442))/11)+-parseInt(e(429))/12*(-parseInt(e(444))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(l);class I extends t.Plugin{static get[f(440)](){return f(459)}[f(430)](){const t=f,n=this[t(449)];n.ui[t(432)][t(451)](t(461),(()=>{const r=t,o=this[r(425)](e.ButtonView),s=n[r(456)][r(436)](r(461));return o[r(443)]({tooltip:!0}),o[r(460)](r(463)).to(s,r(458)),o})),n.ui[t(432)][t(451)](t(423),(()=>this[t(425)](e.MenuBarMenuListItemButtonView)))}[f(425)](t){const n=f,r=this[n(449)],o=r[n(448)][n(436)](n(461))||{},s=r[n(456)][n(436)](n(461)),i=new t(r[n(422)]),a=new e.SpinnerView;return i[n(426)][n(451)](a),a[n(460)](n(446)).to(s,n(458)),i[n(454)][n(460)](n(446)).to(s,n(458),(t=>!t)),i[n(443)]({icon:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M19 4.5 14 0H3v6.5h1.5v-5h8v5h5V11H19V4.5ZM14 2l3.3 3H14V2Z"/><path d="m12.452 18.5 1.25 1.5H3v-3h1.5v1.5h7.952Z"/><path d="M19.826 16.843a.75.75 0 1 0-1.152-.96L17.5 17.29V13H16v4.29l-1.174-1.408a.75.75 0 1 0-1.152.96l2.346 2.816a.95.95 0 0 0 1.46 0l2.346-2.815Z"/><path d="M1.63 14.24V12.3h.88c.66 0 1.14-.15 1.46-.45.32-.3.48-.71.48-1.24 0-.52-.15-.91-.44-1.2C3.7 9.15 3.28 9 2.69 9H0v5.24h1.63Zm.4-3h-.4v-1.17h.46c.3 0 .5.05.62.17.1.11.16.25.16.42 0 .16-.06.3-.19.41-.13.11-.34.16-.66.16l.01.01Zm5.7 3c.28 0 .6-.05.96-.14.26-.07.5-.21.73-.42.22-.2.4-.47.53-.77.12-.31.19-.75.19-1.3 0-.37-.04-.7-.13-1.02a2.3 2.3 0 0 0-.42-.84c-.19-.24-.43-.43-.72-.56C8.57 9.06 8.2 9 7.72 9h-2.4v5.24H7.73Zm-.4-1.19h-.4v-2.86h.4c.43 0 .73.1.91.3.18.2.27.59.27 1.14 0 .42-.04.73-.12.91a.76.76 0 0 1-.34.4c-.14.07-.38.11-.72.11Zm5.3 1.2V12.1h2.02v-1.06h-2.03v-.91H15V9h-4v5.24h1.62l.01.01Z"/></svg>\n'}),i[n(460)](n(435)).to(s,n(435)),i[n(460)](n(453)).to(s,n(458),(t=>c(r[n(422)],n(t?433:457)))),this[n(428)](i,n(438),(()=>{const t=n;r[t(438)](t(461),o),r[t(445)][t(450)][t(447)]()})),i}}const g=x;function x(t,e){const n=w();return(x=function(t,e){return n[t-=295]})(t,e)}function w(){const t=["then","registerTokenUrl","config","pluginName","6XKkwBe","_token","CloudServices","plugins","8epesdc","ExportPdf","150bhTfSn","add","init","294811MwnDmC","3245706cLzKnW","6327391cRAXjV","2678gIwtiF","47TysHIE","5936360vEBNLf","token","2402CxyYwI","editor","requires","exportPdf","get","97836nVKSJw","6QhMBeP","tokenUrl","commands","1545872vunzGa"];return(w=function(){return t})()}!function(t){const e=x,n=t();for(;;)try{if(608157===-parseInt(e(324))/1*(parseInt(e(297))/2)+-parseInt(e(303))/3*(parseInt(e(306))/4)+-parseInt(e(295))/5+-parseInt(e(311))/6*(-parseInt(e(322))/7)+-parseInt(e(315))/8*(parseInt(e(321))/9)+parseInt(e(317))/10*(parseInt(e(320))/11)+parseInt(e(302))/12*(parseInt(e(323))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(w);class P extends t.Plugin{static get[g(310)](){return g(316)}static get[g(299)](){return[g(313),e.Notification,I]}[g(319)](){const t=g,e=this[t(298)],n=e[t(309)][t(301)](t(300))||{};e[t(305)][t(318)](t(300),new d(e));const r=e[t(314)][t(301)](t(313));!1===n[t(304)]?this[t(312)]=null:n[t(304)]?r[t(308)](n[t(304)])[t(307)]((e=>{this[t(312)]=e})):this[t(312)]=r[t(296)]}}function m(){var t=["613951LqYTlw","324387PxzvLH","3281005pJPYUx","3910656zyxzVB","522710zdoVyx","6DyDtbv","1013616iYfkza","5845413WZoYmh","12Hkngom","117DOnueA"];return(m=function(){return t})()}function v(t,e){var n=m();return(v=function(t,e){return n[t-=466]})(t,e)}!function(t){for(var e=v,n=t();;)try{if(455649===parseInt(e(470))/1+parseInt(e(466))/2+parseInt(e(471))/3*(parseInt(e(468))/4)+-parseInt(e(472))/5+parseInt(e(475))/6*(parseInt(e(467))/7)+-parseInt(e(473))/8+parseInt(e(469))/9*(-parseInt(e(474))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(m)})(),(window.CKEditor5=window.CKEditor5||{}).exportPdf=r})();
|
|
5
|
+
*/(()=>{var t={782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var o=e[r];if(void 0!==o)return o.exports;var s=e[r]={exports:{}};return t[r](s,s.exports,n),s.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{ExportPdf:()=>m});var t=n(782),e=n(311);function o(){const t=["indexOf","27675lQIMUr","ownerNode",".ck-content",":root","warn","then","10046mellwv","2380895xNWrgT","styleSheets","5115418LefQAJ","fetch","text","132852WsCmWJ","all","2776sQPkYV","61OLHSPJ","data-cke","hasAttribute","EDITOR_STYLES","cssRules","1240710KDWWJN","The editor stylesheet could not be found in the document. Check your webpack config – style-loader should use data-cke=true attribute for the editor stylesheet.","192465TZHJdN","cssText","trim","from","join","length","push"];return(o=function(){return t})()}function s(t,e){const n=o();return(s=function(t,e){return n[t-=117]})(t,e)}function i(){const t=s,e=[],n=[];for(const r of Array[t(117)](document[t(130)]))if(r[t(123)][t(139)](t(138)))for(const o of Array[t(117)](r[t(141)]))-1!==o[t(145)][t(121)](t(124))?e[t(120)](o[t(145)]):-1!==o[t(145)][t(121)](t(125))&&n[t(120)](o[t(145)]);return e[t(119)]||console[t(126)](t(143)),[...n,...e][t(118)](" ")[t(146)]()}function c(t,e){const n=t.t;switch(e){case"Export to PDF":return n("Export to PDF");case"An error occurred while generating the PDF.":return n("An error occurred while generating the PDF.");case"PDF export started":return n("PDF export started");case"PDF export failed":return n("PDF export failed");case"PDF export successful":return n("PDF export successful");case"Exporting PDF document":return n("Exporting PDF document");default:return e}}function a(){const t=["showWarning","application/pdf","getDataSetValues","ariaLiveAnnouncer","PDF export failed","catch","mergeFields","entries","data","fetch","previewMode",'<html>\n\t\t\t\t\t\t<head>\n\t\t\t\t\t\t\t<title>CKEditor 5 PDF document</title>\n\t\t\t\t\t\t\t<meta charset="utf-8">\n\t\t\t\t\t\t</head>\n\t\t\t\t\t\t<body>\n\t\t\t\t\t\t\t<div class="ck-content" dir="',"remove","\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</body>\n\t\t\t\t\t</html>","editor","assertive","6765606uAFMVt","refresh","execute","_token","finally","isBusy","token","stylesheets","contentLanguageDirection","An error occurred while generating the PDF.","href","PDF export successful","function","1985470ikmKGN","4122104nuIGoG","blob","2377950GcTnlC","merge_fields","converterOptions","269038jjeZEn","application/json","value","plugins","POST","getDefaultValues","16gcNuFA","361160ijgJkF","ExportPdf","Notification","config",'">\n\t\t\t\t\t\t\t\t',"dataCallback","https://pdf-converter.cke-cs.com/v1/convert/","EDITOR_STYLES","$labels","has","then","fileName","createElement","_downloadFile","getMergeFieldsIds","getLabel","createObjectURL","MergeFields","isEnabled","status","appID","document.pdf","set","cke5","get","1485850qkixRJ","$defaultValues","converterUrl","stringify","locale","pending","PDF export started","affectsData","URL","click","MergeFieldsEditing","announce","download"];return(a=function(){return t})()}function u(t,e){const n=a();return(u=function(t,e){return n[t-=435]})(t,e)}!function(t){const e=s,n=t();for(;;)try{if(396610===-parseInt(e(137))/1*(parseInt(e(128))/2)+parseInt(e(144))/3+parseInt(e(134))/4+parseInt(e(129))/5+-parseInt(e(142))/6+-parseInt(e(131))/7+parseInt(e(136))/8*(parseInt(e(122))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(o);const p=u;!function(t){const e=u,n=t();for(;;)try{if(582118===parseInt(e(473))/1+-parseInt(e(467))/2+-parseInt(e(470))/3+parseInt(e(480))/4+-parseInt(e(505))/5+parseInt(e(454))/6+-parseInt(e(468))/7*(-parseInt(e(479))/8))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(a);class d extends t.Command{constructor(t){const e=u;super(t),this[e(502)](e(459),!1),this[e(512)]=!1}[p(455)](){const t=p;this[t(498)]=!this[t(459)],this[t(475)]=this[t(459)]?t(510):void 0}[p(456)](t={}){const e=p,n=this[e(452)],r=t[e(507)]||e(486),o=t[e(485)]||(t=>t[e(446)][e(504)]()),a=n[e(476)][e(504)](e(481)),u=t[e(460)]||a[e(457)];return this[e(459)]=!0,this[e(455)](),function(t){const e=s;if(!t)return new Promise((t=>t("")));const n=[];for(const r of t)e(140)!==r?n[e(120)](window[e(132)](r)[e(127)]((t=>t[e(133)]()))):n[e(120)](i());return Promise[e(135)](n)[e(127)]((t=>t[e(118)](" ")[e(146)]()))}(t[e(461)]||[e(487)])[e(490)]((async s=>{const i=e;if(n.ui[i(441)][i(436)](c(n[i(509)],i(511))),n[i(476)][i(489)](i(497))){t[i(472)]||(t[i(472)]={});const e=n[i(476)][i(504)](i(435)),r=e[i(448)],{prefix:o,suffix:s}=n[i(483)][i(504)](i(444)),c={prefix:o,suffix:s,data:{}};if(i(488)===r)for(const t of e[i(494)]())c[i(446)][t]=o+e[i(495)](t)+s;else{const t=i(506)===r?e[i(478)]():e[i(440)](r,!0);for(const n of Object[i(445)](t)){const[t,r]=n;c[i(446)][t]=null!==r?r:e[i(495)](t)}}t[i(472)][i(471)]=c}const a={html:i(449)+n[i(509)][i(462)]+i(484)+await o(n)+i(451),css:s,options:t[i(472)]},p={method:i(477),headers:{"Content-Type":i(474),Accept:i(439),...u?{Authorization:u[i(475)]}:null,"x-cs-app-id":t[i(500)]||i(503)},body:JSON[i(508)](a)};return window[i(447)](r,p)[i(490)]((t=>{const e=i;if(200!==t[e(499)])throw t;return t[e(469)]()}))[i(490)]((e=>{const r=i;n.ui[r(441)][r(436)](c(n[r(509)],r(465)));const o=r(466)==typeof t[r(491)]?t[r(491)]():t[r(491)];this[r(493)](e,o||r(501))}))}))[e(443)]((t=>{const r=e,o=n[r(476)][r(504)](r(482));throw n.ui[r(441)][r(436)](c(n[r(509)],r(442)),{politeness:r(453)}),o[r(438)](c(n[r(509)],r(463))),t}))[e(458)]((()=>{const t=e;this[t(459)]=!1,this[t(455)]()}))}[p(493)](t,e){const n=p,r=document[n(492)]("a");r[n(464)]=window[n(513)][n(496)](t),r[n(437)]=e,r[n(514)](),r[n(450)]()}}const f=l;function l(t,e){const n=h();return(l=function(t,e){return n[t-=441]})(t,e)}function h(){const t=["Export to PDF","set","get","locale","2107800AAezkG","isBusy","ExportPdfUI","iconView","bind","321VsjKtP","view","editing","36rAsyzp","7469407WikQOx","isOn","isVisible","20652WBoFdF","menuBar:exportPdf","editor","pluginName","add","isEnabled","init","48NyiMLa","49625ApWOdE","children","config","Exporting PDF document","24988pKtKzH","545rTZuwH","listenTo","528hAOesD","exportPdf","componentFactory","7949550BCMxZt","execute","41256dQnVYt","label","_createButton","commands","focus"];return(h=function(){return t})()}!function(t){const e=l,n=t();for(;;)try{if(869683===parseInt(e(448))/1*(parseInt(e(477))/2)+-parseInt(e(474))/3*(-parseInt(e(452))/4)+parseInt(e(453))/5*(parseInt(e(481))/6)+parseInt(e(458))/7+parseInt(e(455))/8*(parseInt(e(460))/9)+parseInt(e(469))/10+-parseInt(e(478))/11*(parseInt(e(447))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(h);class g extends t.Plugin{static get[f(443)](){return f(471)}[f(446)](){const t=f,n=this[t(442)];n.ui[t(457)][t(444)](t(456),(()=>{const r=t,o=this[r(462)](e.ButtonView),s=n[r(463)][r(467)](r(456));return o[r(466)]({tooltip:!0}),o[r(473)](r(479)).to(s,r(470)),o})),n.ui[t(457)][t(444)](t(441),(()=>this[t(462)](e.MenuBarMenuListItemButtonView)))}[f(462)](t){const n=f,r=this[n(442)],o=r[n(450)][n(467)](n(456))||{},s=r[n(463)][n(467)](n(456)),i=new t(r[n(468)]),a=new e.SpinnerView;return i[n(449)][n(444)](a),a[n(473)](n(480)).to(s,n(470)),i[n(472)][n(473)](n(480)).to(s,n(470),(t=>!t)),i[n(466)]({icon:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M19 4.5 14 0H3v6.5h1.5v-5h8v5h5V11H19V4.5ZM14 2l3.3 3H14V2Z"/><path d="m12.452 18.5 1.25 1.5H3v-3h1.5v1.5h7.952Z"/><path d="M19.826 16.843a.75.75 0 1 0-1.152-.96L17.5 17.29V13H16v4.29l-1.174-1.408a.75.75 0 1 0-1.152.96l2.346 2.816a.95.95 0 0 0 1.46 0l2.346-2.815Z"/><path d="M1.63 14.24V12.3h.88c.66 0 1.14-.15 1.46-.45.32-.3.48-.71.48-1.24 0-.52-.15-.91-.44-1.2C3.7 9.15 3.28 9 2.69 9H0v5.24h1.63Zm.4-3h-.4v-1.17h.46c.3 0 .5.05.62.17.1.11.16.25.16.42 0 .16-.06.3-.19.41-.13.11-.34.16-.66.16l.01.01Zm5.7 3c.28 0 .6-.05.96-.14.26-.07.5-.21.73-.42.22-.2.4-.47.53-.77.12-.31.19-.75.19-1.3 0-.37-.04-.7-.13-1.02a2.3 2.3 0 0 0-.42-.84c-.19-.24-.43-.43-.72-.56C8.57 9.06 8.2 9 7.72 9h-2.4v5.24H7.73Zm-.4-1.19h-.4v-2.86h.4c.43 0 .73.1.91.3.18.2.27.59.27 1.14 0 .42-.04.73-.12.91a.76.76 0 0 1-.34.4c-.14.07-.38.11-.72.11Zm5.3 1.2V12.1h2.02v-1.06h-2.03v-.91H15V9h-4v5.24h1.62l.01.01Z"/></svg>\n'}),i[n(473)](n(445)).to(s,n(445)),i[n(473)](n(461)).to(s,n(470),(t=>c(r[n(468)],n(t?451:465)))),this[n(454)](i,n(459),(()=>{const t=n;r[t(459)](t(456),o),r[t(476)][t(475)][t(464)]()})),i}}const I=P;function x(){const t=["then","requires","34670ehVWHw","CloudServices","editor","plugins","pluginName","registerTokenUrl","3370xmOIUX","54yCwnHg","1619681LTLBWG","1550088UcafnW","commands","690396zRYOjB","tokenUrl","2883ZvbMfx","config","_token","ExportPdf","add","get","89129PvLMKu","32ezlBKb","exportPdf","2012gdEqmT","14509tleoog","init","token"];return(x=function(){return t})()}function P(t,e){const n=x();return(P=function(t,e){return n[t-=433]})(t,e)}!function(t){const e=P,n=t();for(;;)try{if(384698===-parseInt(e(448))/1+-parseInt(e(440))/2+parseInt(e(442))/3*(-parseInt(e(451))/4)+-parseInt(e(457))/5*(parseInt(e(436))/6)+parseInt(e(437))/7+parseInt(e(449))/8*(parseInt(e(438))/9)+parseInt(e(435))/10*(parseInt(e(452))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(x);class m extends t.Plugin{static get[I(433)](){return I(445)}static get[I(456)](){return[I(458),e.Notification,g]}[I(453)](){const t=I,e=this[t(459)],n=e[t(443)][t(447)](t(450))||{};e[t(439)][t(446)](t(450),new d(e));const r=e[t(460)][t(447)](t(458));!1===n[t(441)]?this[t(444)]=null:n[t(441)]?r[t(434)](n[t(441)])[t(455)]((e=>{this[t(444)]=e})):this[t(444)]=r[t(454)]}}function w(t,e){var n=v();return(w=function(t,e){return n[t-=229]})(t,e)}function v(){var t=["369hWpYwQ","1338258tynPgJ","2297405RHHRbV","1803910tmGovp","547380ykPdJR","307384wVBEqi","206873guTdvQ","7QICiXk","18orThdz","2836XzVuND"];return(v=function(){return t})()}!function(t){for(var e=w,n=t();;)try{if(255983===-parseInt(e(235))/1+parseInt(e(238))/2*(parseInt(e(229))/3)+-parseInt(e(233))/4+parseInt(e(231))/5+-parseInt(e(230))/6*(-parseInt(e(236))/7)+parseInt(e(234))/8*(-parseInt(e(237))/9)+-parseInt(e(232))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(v)})(),(window.CKEditor5=window.CKEditor5||{}).exportPdf=r})();
|
package/dist/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Command as
|
|
23
|
+
import{Command as _0x515f08,Plugin as _0x52c0f4}from'@ckeditor/ckeditor5-core/dist/index.js';import{ButtonView as _0x30dd03,MenuBarMenuListItemButtonView as _0x150fe0,SpinnerView as _0x52409b,Notification as _0x3b179e}from'@ckeditor/ckeditor5-ui/dist/index.js';function a(){const _0x31b33a=[],_0xd28188=[];for(const _0x57a05d of Array['from'](document['styleSheets'])){if(_0x57a05d['ownerNode']['hasAttribute']('data-cke')){for(const _0x55e99b of Array['from'](_0x57a05d['cssRules']))-0x1!==_0x55e99b['cssText']['indexOf']('.ck-content')?_0x31b33a['push'](_0x55e99b['cssText']):-0x1!==_0x55e99b['cssText']['indexOf'](':root')&&_0xd28188['push'](_0x55e99b['cssText']);}}return _0x31b33a['length']||console['warn']('The\x20editor\x20stylesheet\x20could\x20not\x20be\x20found\x20in\x20the\x20document.\x20Check\x20your\x20webpack\x20config\x20–\x20style-loader\x20should\x20use\x20data-cke=true\x20attribute\x20for\x20the\x20editor\x20stylesheet.'),[..._0xd28188,..._0x31b33a]['join']('\x20')['trim']();}function d(_0x53ff0f,_0x55ef37){const t=_0x53ff0f['t'];switch(_0x55ef37){case'Export\x20to\x20PDF':return t('Export\x20to\x20PDF');case'An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':return t('An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.');case'PDF\x20export\x20started':return t('PDF\x20export\x20started');case'PDF\x20export\x20failed':return t('PDF\x20export\x20failed');case'PDF\x20export\x20successful':return t('PDF\x20export\x20successful');case'Exporting\x20PDF\x20document':return t('Exporting\x20PDF\x20document');default:return _0x55ef37;}}class o extends _0x515f08{constructor(_0x1db954){super(_0x1db954),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x5784b4={}){const _0x44420b=this['editor'],_0x5838a1=_0x5784b4['converterUrl']||'https://pdf-converter.cke-cs.com/v1/convert/',_0x3b5a60=_0x5784b4['dataCallback']||(_0x5314d1=>_0x5314d1['data']['get']()),_0xfefdfa=_0x44420b['plugins']['get']('ExportPdf'),_0x207e7a=_0x5784b4['token']||_0xfefdfa['_token'];return this['isBusy']=!0x0,this['refresh'](),function(_0x145e6e){if(!_0x145e6e)return new Promise(_0x32d89e=>_0x32d89e(''));const _0x230f2e=[];for(const _0x5ba912 of _0x145e6e)'EDITOR_STYLES'!==_0x5ba912?_0x230f2e['push'](window['fetch'](_0x5ba912)['then'](_0x3b87a1=>_0x3b87a1['text']())):_0x230f2e['push'](a());return Promise['all'](_0x230f2e)['then'](_0x4c4d0f=>_0x4c4d0f['join']('\x20')['trim']());}(_0x5784b4['stylesheets']||['EDITOR_STYLES'])['then'](async _0x49c332=>{if(_0x44420b['ui']['ariaLiveAnnouncer']['announce'](d(_0x44420b['locale'],'PDF\x20export\x20started')),_0x44420b['plugins']['has']('MergeFields')){_0x5784b4['converterOptions']||(_0x5784b4['converterOptions']={});const _0x5b958d=_0x44420b['plugins']['get']('MergeFieldsEditing'),_0x567940=_0x5b958d['previewMode'],{prefix:_0x478751,suffix:_0x452a63}=_0x44420b['config']['get']('mergeFields'),_0x25fca9={'prefix':_0x478751,'suffix':_0x452a63,'data':{}};if('$labels'===_0x567940){for(const _0x1371fb of _0x5b958d['getMergeFieldsIds']())_0x25fca9['data'][_0x1371fb]=_0x478751+_0x5b958d['getLabel'](_0x1371fb)+_0x452a63;}else{const _0x2f785e='$defaultValues'===_0x567940?_0x5b958d['getDefaultValues']():_0x5b958d['getDataSetValues'](_0x567940,!0x0);for(const _0x1213ff of Object['entries'](_0x2f785e)){const [_0x2482e0,_0x1c644f]=_0x1213ff;_0x25fca9['data'][_0x2482e0]=null!==_0x1c644f?_0x1c644f:_0x5b958d['getLabel'](_0x2482e0);}}_0x5784b4['converterOptions']['merge_fields']=_0x25fca9;}const _0x2b8049={'html':'<html>\x0a\x09\x09\x09\x09\x09\x09<head>\x0a\x09\x09\x09\x09\x09\x09\x09<title>CKEditor\x205\x20PDF\x20document</title>\x0a\x09\x09\x09\x09\x09\x09\x09<meta\x20charset=\x22utf-8\x22>\x0a\x09\x09\x09\x09\x09\x09</head>\x0a\x09\x09\x09\x09\x09\x09<body>\x0a\x09\x09\x09\x09\x09\x09\x09<div\x20class=\x22ck-content\x22\x20dir=\x22'+_0x44420b['locale']['contentLanguageDirection']+'\x22>\x0a\x09\x09\x09\x09\x09\x09\x09\x09'+await _0x3b5a60(_0x44420b)+'\x0a\x09\x09\x09\x09\x09\x09\x09</div>\x0a\x09\x09\x09\x09\x09\x09</body>\x0a\x09\x09\x09\x09\x09</html>','css':_0x49c332,'options':_0x5784b4['converterOptions']},_0x566101={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/pdf',..._0x207e7a?{'Authorization':_0x207e7a['value']}:null,'x-cs-app-id':_0x5784b4['appID']||'cke5'},'body':JSON['stringify'](_0x2b8049)};return window['fetch'](_0x5838a1,_0x566101)['then'](_0x25d3ec=>{if(0xc8!==_0x25d3ec['status'])throw _0x25d3ec;return _0x25d3ec['blob']();})['then'](_0x100a14=>{_0x44420b['ui']['ariaLiveAnnouncer']['announce'](d(_0x44420b['locale'],'PDF\x20export\x20successful'));const _0xab973d='function'==typeof _0x5784b4['fileName']?_0x5784b4['fileName']():_0x5784b4['fileName'];this['_downloadFile'](_0x100a14,_0xab973d||'document.pdf');});})['catch'](_0x5cca94=>{const _0x5abdca=_0x44420b['plugins']['get']('Notification');throw _0x44420b['ui']['ariaLiveAnnouncer']['announce'](d(_0x44420b['locale'],'PDF\x20export\x20failed'),{'politeness':'assertive'}),_0x5abdca['showWarning'](d(_0x44420b['locale'],'An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.')),_0x5cca94;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0x13b247,_0x49b944){const _0x3dc412=document['createElement']('a');_0x3dc412['href']=window['URL']['createObjectURL'](_0x13b247),_0x3dc412['download']=_0x49b944,_0x3dc412['click'](),_0x3dc412['remove']();}}class i extends _0x52c0f4{static get['pluginName'](){return'ExportPdfUI';}['init'](){const _0x49603c=this['editor'];_0x49603c['ui']['componentFactory']['add']('exportPdf',()=>{const _0x214b7f=this['_createButton'](_0x30dd03),_0x339d4e=_0x49603c['commands']['get']('exportPdf');return _0x214b7f['set']({'tooltip':!0x0}),_0x214b7f['bind']('isOn')['to'](_0x339d4e,'isBusy'),_0x214b7f;}),_0x49603c['ui']['componentFactory']['add']('menuBar:exportPdf',()=>this['_createButton'](_0x150fe0));}['_createButton'](_0xe8057e){const _0x4a3740=this['editor'],_0x9c6f65=_0x4a3740['config']['get']('exportPdf')||{},_0x55f187=_0x4a3740['commands']['get']('exportPdf'),_0x162c3b=new _0xe8057e(_0x4a3740['locale']),_0x7c2fdd=new _0x52409b();return _0x162c3b['children']['add'](_0x7c2fdd),_0x7c2fdd['bind']('isVisible')['to'](_0x55f187,'isBusy'),_0x162c3b['iconView']['bind']('isVisible')['to'](_0x55f187,'isBusy',_0x481031=>!_0x481031),_0x162c3b['set']({'icon':'<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22M19\x204.5\x2014\x200H3v6.5h1.5v-5h8v5h5V11H19V4.5ZM14\x202l3.3\x203H14V2Z\x22/><path\x20d=\x22m12.452\x2018.5\x201.25\x201.5H3v-3h1.5v1.5h7.952Z\x22/><path\x20d=\x22M19.826\x2016.843a.75.75\x200\x201\x200-1.152-.96L17.5\x2017.29V13H16v4.29l-1.174-1.408a.75.75\x200\x201\x200-1.152.96l2.346\x202.816a.95.95\x200\x200\x200\x201.46\x200l2.346-2.815Z\x22/><path\x20d=\x22M1.63\x2014.24V12.3h.88c.66\x200\x201.14-.15\x201.46-.45.32-.3.48-.71.48-1.24\x200-.52-.15-.91-.44-1.2C3.7\x209.15\x203.28\x209\x202.69\x209H0v5.24h1.63Zm.4-3h-.4v-1.17h.46c.3\x200\x20.5.05.62.17.1.11.16.25.16.42\x200\x20.16-.06.3-.19.41-.13.11-.34.16-.66.16l.01.01Zm5.7\x203c.28\x200\x20.6-.05.96-.14.26-.07.5-.21.73-.42.22-.2.4-.47.53-.77.12-.31.19-.75.19-1.3\x200-.37-.04-.7-.13-1.02a2.3\x202.3\x200\x200\x200-.42-.84c-.19-.24-.43-.43-.72-.56C8.57\x209.06\x208.2\x209\x207.72\x209h-2.4v5.24H7.73Zm-.4-1.19h-.4v-2.86h.4c.43\x200\x20.73.1.91.3.18.2.27.59.27\x201.14\x200\x20.42-.04.73-.12.91a.76.76\x200\x200\x201-.34.4c-.14.07-.38.11-.72.11Zm5.3\x201.2V12.1h2.02v-1.06h-2.03v-.91H15V9h-4v5.24h1.62l.01.01Z\x22/></svg>\x0a'}),_0x162c3b['bind']('isEnabled')['to'](_0x55f187,'isEnabled'),_0x162c3b['bind']('label')['to'](_0x55f187,'isBusy',_0x5af57f=>d(_0x4a3740['locale'],_0x5af57f?'Exporting\x20PDF\x20document':'Export\x20to\x20PDF')),this['listenTo'](_0x162c3b,'execute',()=>{_0x4a3740['execute']('exportPdf',_0x9c6f65),_0x4a3740['editing']['view']['focus']();}),_0x162c3b;}}class s extends _0x52c0f4{['_token'];static get['pluginName'](){return'ExportPdf';}static get['requires'](){return['CloudServices',_0x3b179e,i];}['init'](){const _0x569d5e=this['editor'],_0x39d4e3=_0x569d5e['config']['get']('exportPdf')||{};_0x569d5e['commands']['add']('exportPdf',new o(_0x569d5e));const _0xb79687=_0x569d5e['plugins']['get']('CloudServices');!0x1===_0x39d4e3['tokenUrl']?this['_token']=null:_0x39d4e3['tokenUrl']?_0xb79687['registerTokenUrl'](_0x39d4e3['tokenUrl'])['then'](_0x136ea2=>{this['_token']=_0x136ea2;}):this['_token']=_0xb79687['token'];}}export{s as ExportPdf};
|
package/dist/translations/af.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'af':{'dictionary':{'Export\x20to\x20PDF':'Voer\x20uit\x20na\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'\x27n\x20Fout\x20het\x20voorgekom\x20tydens\x20die\x20skep\x20van\x20die\x20PDF.','PDF\x20export\x20started':'','PDF\x20export\x20failed':'','PDF\x20export\x20successful':'','Exporting\x20PDF\x20document':''},'getPluralForm':
|
|
23
|
+
export default{'af':{'dictionary':{'Export\x20to\x20PDF':'Voer\x20uit\x20na\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'\x27n\x20Fout\x20het\x20voorgekom\x20tydens\x20die\x20skep\x20van\x20die\x20PDF.','PDF\x20export\x20started':'','PDF\x20export\x20failed':'','PDF\x20export\x20successful':'','Exporting\x20PDF\x20document':''},'getPluralForm':_0x3c645d=>0x1!=_0x3c645d}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x39bfff=>{const {af:{dictionary:_0x57e421,getPluralForm:_0x4a3908}}={'af':{'dictionary':{'Export\x20to\x20PDF':'Voer\x20uit\x20na\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'\x27n\x20Fout\x20het\x20voorgekom\x20tydens\x20die\x20skep\x20van\x20die\x20PDF.','PDF\x20export\x20started':'','PDF\x20export\x20failed':'','PDF\x20export\x20successful':'','Exporting\x20PDF\x20document':''},'getPluralForm':_0x2dac5b=>0x1!=_0x2dac5b}};_0x39bfff['af']||={'dictionary':{},'getPluralForm':null},_0x39bfff['af']['dictionary']=Object['assign'](_0x39bfff['af']['dictionary'],_0x57e421),_0x39bfff['af']['getPluralForm']=_0x4a3908;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/ar.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'ar':{'dictionary':{'Export\x20to\x20PDF':'تصدير\x20إلى\x20ملف\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'حدث\x20خطأ\x20ما،\x20أثناء\x20استخراج\x20ملف\x20PDF.','PDF\x20export\x20started':'بدأ\x20تصدير\x20PDF','PDF\x20export\x20failed':'فشل\x20تصدير\x20PDF','PDF\x20export\x20successful':'تم\x20تصدير\x20مستند\x20PDF\x20بنجاح','Exporting\x20PDF\x20document':'تصدير\x20مستند\x20PDF'},'getPluralForm':
|
|
23
|
+
export default{'ar':{'dictionary':{'Export\x20to\x20PDF':'تصدير\x20إلى\x20ملف\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'حدث\x20خطأ\x20ما،\x20أثناء\x20استخراج\x20ملف\x20PDF.','PDF\x20export\x20started':'بدأ\x20تصدير\x20PDF','PDF\x20export\x20failed':'فشل\x20تصدير\x20PDF','PDF\x20export\x20successful':'تم\x20تصدير\x20مستند\x20PDF\x20بنجاح','Exporting\x20PDF\x20document':'تصدير\x20مستند\x20PDF'},'getPluralForm':_0x5983aa=>0x0==_0x5983aa?0x0:0x1==_0x5983aa?0x1:0x2==_0x5983aa?0x2:_0x5983aa%0x64>=0x3&&_0x5983aa%0x64<=0xa?0x3:_0x5983aa%0x64>=0xb&&_0x5983aa%0x64<=0x63?0x4:0x5}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x831bda=>{const {ar:{dictionary:_0x2606f7,getPluralForm:_0x46c67f}}={'ar':{'dictionary':{'Export\x20to\x20PDF':'تصدير\x20إلى\x20ملف\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'حدث\x20خطأ\x20ما،\x20أثناء\x20استخراج\x20ملف\x20PDF.','PDF\x20export\x20started':'بدأ\x20تصدير\x20PDF','PDF\x20export\x20failed':'فشل\x20تصدير\x20PDF','PDF\x20export\x20successful':'تم\x20تصدير\x20مستند\x20PDF\x20بنجاح','Exporting\x20PDF\x20document':'تصدير\x20مستند\x20PDF'},'getPluralForm':_0x1ff8ba=>0x0==_0x1ff8ba?0x0:0x1==_0x1ff8ba?0x1:0x2==_0x1ff8ba?0x2:_0x1ff8ba%0x64>=0x3&&_0x1ff8ba%0x64<=0xa?0x3:_0x1ff8ba%0x64>=0xb&&_0x1ff8ba%0x64<=0x63?0x4:0x5}};_0x831bda['ar']||={'dictionary':{},'getPluralForm':null},_0x831bda['ar']['dictionary']=Object['assign'](_0x831bda['ar']['dictionary'],_0x2606f7),_0x831bda['ar']['getPluralForm']=_0x46c67f;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/bg.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'bg':{'dictionary':{'Export\x20to\x20PDF':'Експорт\x20към\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Възникна\x20грешка\x20при\x20генериране\x20на\x20PDF.','PDF\x20export\x20started':'Започнато\x20прехвърляне\x20в\x20PDF','PDF\x20export\x20failed':'Неуспешно\x20прехвърляне\x20на\x20документ\x20в\x20PDF','PDF\x20export\x20successful':'Успешно\x20прехвърляне\x20на\x20документ\x20в\x20PDF','Exporting\x20PDF\x20document':'Прехвърляне\x20на\x20документ\x20в\x20PDF'},'getPluralForm':
|
|
23
|
+
export default{'bg':{'dictionary':{'Export\x20to\x20PDF':'Експорт\x20към\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Възникна\x20грешка\x20при\x20генериране\x20на\x20PDF.','PDF\x20export\x20started':'Започнато\x20прехвърляне\x20в\x20PDF','PDF\x20export\x20failed':'Неуспешно\x20прехвърляне\x20на\x20документ\x20в\x20PDF','PDF\x20export\x20successful':'Успешно\x20прехвърляне\x20на\x20документ\x20в\x20PDF','Exporting\x20PDF\x20document':'Прехвърляне\x20на\x20документ\x20в\x20PDF'},'getPluralForm':_0x445011=>0x1!=_0x445011}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x365700=>{const {bg:{dictionary:_0x451692,getPluralForm:_0x3f4aeb}}={'bg':{'dictionary':{'Export\x20to\x20PDF':'Експорт\x20към\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Възникна\x20грешка\x20при\x20генериране\x20на\x20PDF.','PDF\x20export\x20started':'Започнато\x20прехвърляне\x20в\x20PDF','PDF\x20export\x20failed':'Неуспешно\x20прехвърляне\x20на\x20документ\x20в\x20PDF','PDF\x20export\x20successful':'Успешно\x20прехвърляне\x20на\x20документ\x20в\x20PDF','Exporting\x20PDF\x20document':'Прехвърляне\x20на\x20документ\x20в\x20PDF'},'getPluralForm':_0x21dc7a=>0x1!=_0x21dc7a}};_0x365700['bg']||={'dictionary':{},'getPluralForm':null},_0x365700['bg']['dictionary']=Object['assign'](_0x365700['bg']['dictionary'],_0x451692),_0x365700['bg']['getPluralForm']=_0x3f4aeb;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/bn.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'bn':{'dictionary':{'Export\x20to\x20PDF':'PDF\x20এ\x20রপ্তানি\x20করুন','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'PDF\x20তৈরি\x20করার\x20সময়\x20একটি\x20ত্রুটি\x20হয়েছে।','PDF\x20export\x20started':'PDF\x20এক্সপোর্ট\x20শুরু\x20হয়েছে','PDF\x20export\x20failed':'PDF\x20এক্সপোর্ট\x20ব্যর্থ\x20হয়েছে৷','PDF\x20export\x20successful':'PDF\x20এক্সপোর্ট\x20সফল\x20হয়েছে','Exporting\x20PDF\x20document':'PDF\x20ডকুমেন্ট\x20এক্সপোর্ট\x20করা\x20হচ্ছে'},'getPluralForm':
|
|
23
|
+
export default{'bn':{'dictionary':{'Export\x20to\x20PDF':'PDF\x20এ\x20রপ্তানি\x20করুন','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'PDF\x20তৈরি\x20করার\x20সময়\x20একটি\x20ত্রুটি\x20হয়েছে।','PDF\x20export\x20started':'PDF\x20এক্সপোর্ট\x20শুরু\x20হয়েছে','PDF\x20export\x20failed':'PDF\x20এক্সপোর্ট\x20ব্যর্থ\x20হয়েছে৷','PDF\x20export\x20successful':'PDF\x20এক্সপোর্ট\x20সফল\x20হয়েছে','Exporting\x20PDF\x20document':'PDF\x20ডকুমেন্ট\x20এক্সপোর্ট\x20করা\x20হচ্ছে'},'getPluralForm':_0x5c4b5e=>0x1!=_0x5c4b5e}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x41d2cf=>{const {bn:{dictionary:_0x1dc298,getPluralForm:_0x24bba6}}={'bn':{'dictionary':{'Export\x20to\x20PDF':'PDF\x20এ\x20রপ্তানি\x20করুন','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'PDF\x20তৈরি\x20করার\x20সময়\x20একটি\x20ত্রুটি\x20হয়েছে।','PDF\x20export\x20started':'PDF\x20এক্সপোর্ট\x20শুরু\x20হয়েছে','PDF\x20export\x20failed':'PDF\x20এক্সপোর্ট\x20ব্যর্থ\x20হয়েছে৷','PDF\x20export\x20successful':'PDF\x20এক্সপোর্ট\x20সফল\x20হয়েছে','Exporting\x20PDF\x20document':'PDF\x20ডকুমেন্ট\x20এক্সপোর্ট\x20করা\x20হচ্ছে'},'getPluralForm':_0x405dfd=>0x1!=_0x405dfd}};_0x41d2cf['bn']||={'dictionary':{},'getPluralForm':null},_0x41d2cf['bn']['dictionary']=Object['assign'](_0x41d2cf['bn']['dictionary'],_0x1dc298),_0x41d2cf['bn']['getPluralForm']=_0x24bba6;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/ca.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'ca':{'dictionary':{'Export\x20to\x20PDF':'Exportar\x20a\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'S\x27ha\x20produït\x20un\x20error\x20en\x20generar\x20el\x20PDF.','PDF\x20export\x20started':'S\x27ha\x20iniciat\x20l\x27exportació\x20a\x20PDF','PDF\x20export\x20failed':'Ha\x20fallat\x20l\x27exportació\x20a\x20PDF','PDF\x20export\x20successful':'L\x27exportació\x20a\x20PDF\x20s\x27ha\x20realitzat\x20correctament','Exporting\x20PDF\x20document':'S\x27està\x20exportant\x20un\x20document\x20a\x20PDF'},'getPluralForm':
|
|
23
|
+
export default{'ca':{'dictionary':{'Export\x20to\x20PDF':'Exportar\x20a\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'S\x27ha\x20produït\x20un\x20error\x20en\x20generar\x20el\x20PDF.','PDF\x20export\x20started':'S\x27ha\x20iniciat\x20l\x27exportació\x20a\x20PDF','PDF\x20export\x20failed':'Ha\x20fallat\x20l\x27exportació\x20a\x20PDF','PDF\x20export\x20successful':'L\x27exportació\x20a\x20PDF\x20s\x27ha\x20realitzat\x20correctament','Exporting\x20PDF\x20document':'S\x27està\x20exportant\x20un\x20document\x20a\x20PDF'},'getPluralForm':_0x345be9=>0x1!=_0x345be9}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x9cc423=>{const {ca:{dictionary:_0x42081d,getPluralForm:_0x1245d1}}={'ca':{'dictionary':{'Export\x20to\x20PDF':'Exportar\x20a\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'S\x27ha\x20produït\x20un\x20error\x20en\x20generar\x20el\x20PDF.','PDF\x20export\x20started':'S\x27ha\x20iniciat\x20l\x27exportació\x20a\x20PDF','PDF\x20export\x20failed':'Ha\x20fallat\x20l\x27exportació\x20a\x20PDF','PDF\x20export\x20successful':'L\x27exportació\x20a\x20PDF\x20s\x27ha\x20realitzat\x20correctament','Exporting\x20PDF\x20document':'S\x27està\x20exportant\x20un\x20document\x20a\x20PDF'},'getPluralForm':_0x445319=>0x1!=_0x445319}};_0x9cc423['ca']||={'dictionary':{},'getPluralForm':null},_0x9cc423['ca']['dictionary']=Object['assign'](_0x9cc423['ca']['dictionary'],_0x42081d),_0x9cc423['ca']['getPluralForm']=_0x1245d1;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/cs.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'cs':{'dictionary':{'Export\x20to\x20PDF':'Exportovat\x20do\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Při\x20generování\x20PDF\x20souboru\x20se\x20vyskytla\x20chyba.','PDF\x20export\x20started':'Export\x20PDF\x20byl\x20zahájen','PDF\x20export\x20failed':'Export\x20PDF\x20se\x20nezdařil','PDF\x20export\x20successful':'Export\x20PDF\x20byl\x20úspěšný','Exporting\x20PDF\x20document':'Export\x20dokumentu\x20PDF'},'getPluralForm':
|
|
23
|
+
export default{'cs':{'dictionary':{'Export\x20to\x20PDF':'Exportovat\x20do\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Při\x20generování\x20PDF\x20souboru\x20se\x20vyskytla\x20chyba.','PDF\x20export\x20started':'Export\x20PDF\x20byl\x20zahájen','PDF\x20export\x20failed':'Export\x20PDF\x20se\x20nezdařil','PDF\x20export\x20successful':'Export\x20PDF\x20byl\x20úspěšný','Exporting\x20PDF\x20document':'Export\x20dokumentu\x20PDF'},'getPluralForm':_0x3f2975=>0x1==_0x3f2975&&_0x3f2975%0x1==0x0?0x0:_0x3f2975>=0x2&&_0x3f2975<=0x4&&_0x3f2975%0x1==0x0?0x1:_0x3f2975%0x1!=0x0?0x2:0x3}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x2e28aa=>{const {cs:{dictionary:_0x503d03,getPluralForm:_0x1af84c}}={'cs':{'dictionary':{'Export\x20to\x20PDF':'Exportovat\x20do\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Při\x20generování\x20PDF\x20souboru\x20se\x20vyskytla\x20chyba.','PDF\x20export\x20started':'Export\x20PDF\x20byl\x20zahájen','PDF\x20export\x20failed':'Export\x20PDF\x20se\x20nezdařil','PDF\x20export\x20successful':'Export\x20PDF\x20byl\x20úspěšný','Exporting\x20PDF\x20document':'Export\x20dokumentu\x20PDF'},'getPluralForm':_0x47af7a=>0x1==_0x47af7a&&_0x47af7a%0x1==0x0?0x0:_0x47af7a>=0x2&&_0x47af7a<=0x4&&_0x47af7a%0x1==0x0?0x1:_0x47af7a%0x1!=0x0?0x2:0x3}};_0x2e28aa['cs']||={'dictionary':{},'getPluralForm':null},_0x2e28aa['cs']['dictionary']=Object['assign'](_0x2e28aa['cs']['dictionary'],_0x503d03),_0x2e28aa['cs']['getPluralForm']=_0x1af84c;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/da.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'da':{'dictionary':{'Export\x20to\x20PDF':'Eksporter\x20til\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Der\x20opstod\x20en\x20fejl\x20under\x20oprettelse\x20af\x20PDF\x27en.','PDF\x20export\x20started':'PDF-eksport\x20er\x20startet','PDF\x20export\x20failed':'PDF-eksport\x20mislykkedes','PDF\x20export\x20successful':'PDF-eksport\x20lykkedes','Exporting\x20PDF\x20document':'Eksporterer\x20PDF-dokument'},'getPluralForm':
|
|
23
|
+
export default{'da':{'dictionary':{'Export\x20to\x20PDF':'Eksporter\x20til\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Der\x20opstod\x20en\x20fejl\x20under\x20oprettelse\x20af\x20PDF\x27en.','PDF\x20export\x20started':'PDF-eksport\x20er\x20startet','PDF\x20export\x20failed':'PDF-eksport\x20mislykkedes','PDF\x20export\x20successful':'PDF-eksport\x20lykkedes','Exporting\x20PDF\x20document':'Eksporterer\x20PDF-dokument'},'getPluralForm':_0x3a2f61=>0x1!=_0x3a2f61}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x11367b=>{const {da:{dictionary:_0x176bf8,getPluralForm:_0x273e78}}={'da':{'dictionary':{'Export\x20to\x20PDF':'Eksporter\x20til\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Der\x20opstod\x20en\x20fejl\x20under\x20oprettelse\x20af\x20PDF\x27en.','PDF\x20export\x20started':'PDF-eksport\x20er\x20startet','PDF\x20export\x20failed':'PDF-eksport\x20mislykkedes','PDF\x20export\x20successful':'PDF-eksport\x20lykkedes','Exporting\x20PDF\x20document':'Eksporterer\x20PDF-dokument'},'getPluralForm':_0x1fa7d0=>0x1!=_0x1fa7d0}};_0x11367b['da']||={'dictionary':{},'getPluralForm':null},_0x11367b['da']['dictionary']=Object['assign'](_0x11367b['da']['dictionary'],_0x176bf8),_0x11367b['da']['getPluralForm']=_0x273e78;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/de.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'de':{'dictionary':{'Export\x20to\x20PDF':'Als\x20PDF\x20exportieren','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Beim\x20Erstellen\x20der\x20PDF\x20ist\x20ein\x20Fehler\x20aufgetreten.','PDF\x20export\x20started':'PDF-Export\x20gestartet','PDF\x20export\x20failed':'PDF-Export\x20fehlgeschlagen','PDF\x20export\x20successful':'PDF-Export\x20erfolgreich','Exporting\x20PDF\x20document':'PDF-Dokument\x20exportieren'},'getPluralForm':
|
|
23
|
+
export default{'de':{'dictionary':{'Export\x20to\x20PDF':'Als\x20PDF\x20exportieren','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Beim\x20Erstellen\x20der\x20PDF\x20ist\x20ein\x20Fehler\x20aufgetreten.','PDF\x20export\x20started':'PDF-Export\x20gestartet','PDF\x20export\x20failed':'PDF-Export\x20fehlgeschlagen','PDF\x20export\x20successful':'PDF-Export\x20erfolgreich','Exporting\x20PDF\x20document':'PDF-Dokument\x20exportieren'},'getPluralForm':_0x59ccc5=>0x1!=_0x59ccc5}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x12a3b0=>{const {de:{dictionary:_0x5eefc3,getPluralForm:_0xcbdaf3}}={'de':{'dictionary':{'Export\x20to\x20PDF':'Als\x20PDF\x20exportieren','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Beim\x20Erstellen\x20der\x20PDF\x20ist\x20ein\x20Fehler\x20aufgetreten.','PDF\x20export\x20started':'PDF-Export\x20gestartet','PDF\x20export\x20failed':'PDF-Export\x20fehlgeschlagen','PDF\x20export\x20successful':'PDF-Export\x20erfolgreich','Exporting\x20PDF\x20document':'PDF-Dokument\x20exportieren'},'getPluralForm':_0x4e700a=>0x1!=_0x4e700a}};_0x12a3b0['de']||={'dictionary':{},'getPluralForm':null},_0x12a3b0['de']['dictionary']=Object['assign'](_0x12a3b0['de']['dictionary'],_0x5eefc3),_0x12a3b0['de']['getPluralForm']=_0xcbdaf3;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/el.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'el':{'dictionary':{'Export\x20to\x20PDF':'Εξαγωγή\x20σε\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Παρουσιάστηκε\x20σφάλμα\x20κατά\x20τη\x20δημιουργία\x20του\x20PDF.','PDF\x20export\x20started':'Εκκίνηση\x20εξαγωγής\x20αρχείου\x20PDF','PDF\x20export\x20failed':'Αποτυχία\x20εξαγωγής\x20αρχείου\x20PDF','PDF\x20export\x20successful':'Επιτυχής\x20εξαγωγή\x20αρχείου\x20PDF','Exporting\x20PDF\x20document':'Εξαγωγή\x20εγγράφου\x20σε\x20μορφή\x20PDF'},'getPluralForm':
|
|
23
|
+
export default{'el':{'dictionary':{'Export\x20to\x20PDF':'Εξαγωγή\x20σε\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Παρουσιάστηκε\x20σφάλμα\x20κατά\x20τη\x20δημιουργία\x20του\x20PDF.','PDF\x20export\x20started':'Εκκίνηση\x20εξαγωγής\x20αρχείου\x20PDF','PDF\x20export\x20failed':'Αποτυχία\x20εξαγωγής\x20αρχείου\x20PDF','PDF\x20export\x20successful':'Επιτυχής\x20εξαγωγή\x20αρχείου\x20PDF','Exporting\x20PDF\x20document':'Εξαγωγή\x20εγγράφου\x20σε\x20μορφή\x20PDF'},'getPluralForm':_0x205e14=>0x1!=_0x205e14}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x4f51b7=>{const {el:{dictionary:_0x1e998b,getPluralForm:_0x3b457d}}={'el':{'dictionary':{'Export\x20to\x20PDF':'Εξαγωγή\x20σε\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Παρουσιάστηκε\x20σφάλμα\x20κατά\x20τη\x20δημιουργία\x20του\x20PDF.','PDF\x20export\x20started':'Εκκίνηση\x20εξαγωγής\x20αρχείου\x20PDF','PDF\x20export\x20failed':'Αποτυχία\x20εξαγωγής\x20αρχείου\x20PDF','PDF\x20export\x20successful':'Επιτυχής\x20εξαγωγή\x20αρχείου\x20PDF','Exporting\x20PDF\x20document':'Εξαγωγή\x20εγγράφου\x20σε\x20μορφή\x20PDF'},'getPluralForm':_0x44ecf2=>0x1!=_0x44ecf2}};_0x4f51b7['el']||={'dictionary':{},'getPluralForm':null},_0x4f51b7['el']['dictionary']=Object['assign'](_0x4f51b7['el']['dictionary'],_0x1e998b),_0x4f51b7['el']['getPluralForm']=_0x3b457d;})(window['CKEDITOR_TRANSLATIONS']||={});
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'en-au':{'dictionary':{'Export\x20to\x20PDF':'Export\x20to\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.','PDF\x20export\x20started':'','PDF\x20export\x20failed':'','PDF\x20export\x20successful':'','Exporting\x20PDF\x20document':''},'getPluralForm':
|
|
23
|
+
export default{'en-au':{'dictionary':{'Export\x20to\x20PDF':'Export\x20to\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.','PDF\x20export\x20started':'','PDF\x20export\x20failed':'','PDF\x20export\x20successful':'','Exporting\x20PDF\x20document':''},'getPluralForm':_0x265dee=>0x1!=_0x265dee}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x3481df=>{const {'en-au':{dictionary:_0x4c2771,getPluralForm:_0x337286}}={'en-au':{'dictionary':{'Export\x20to\x20PDF':'Export\x20to\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.','PDF\x20export\x20started':'','PDF\x20export\x20failed':'','PDF\x20export\x20successful':'','Exporting\x20PDF\x20document':''},'getPluralForm':_0x2fc2fc=>0x1!=_0x2fc2fc}};_0x3481df['en-au']||={'dictionary':{},'getPluralForm':null},_0x3481df['en-au']['dictionary']=Object['assign'](_0x3481df['en-au']['dictionary'],_0x4c2771),_0x3481df['en-au']['getPluralForm']=_0x337286;})(window['CKEDITOR_TRANSLATIONS']||={});
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x2eae28=>{const {en:{dictionary:_0x1653af,getPluralForm:_0xe98742}}={'en':{'dictionary':{'Export\x20to\x20PDF':'Export\x20to\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.','PDF\x20export\x20started':'PDF\x20export\x20started','PDF\x20export\x20failed':'PDF\x20export\x20failed','PDF\x20export\x20successful':'PDF\x20export\x20successful','Exporting\x20PDF\x20document':'Exporting\x20PDF\x20document'},'getPluralForm':null}};_0x2eae28['en']||={'dictionary':{},'getPluralForm':null},_0x2eae28['en']['dictionary']=Object['assign'](_0x2eae28['en']['dictionary'],_0x1653af),_0x2eae28['en']['getPluralForm']=_0xe98742;})(window['CKEDITOR_TRANSLATIONS']||={});
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'es-co':{'dictionary':{'Export\x20to\x20PDF':'Exportar\x20a\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Se\x20ha\x20producido\x20un\x20error\x20al\x20generar\x20el\x20archivo\x20PDF.','PDF\x20export\x20started':'','PDF\x20export\x20failed':'','PDF\x20export\x20successful':'','Exporting\x20PDF\x20document':''},'getPluralForm':
|
|
23
|
+
export default{'es-co':{'dictionary':{'Export\x20to\x20PDF':'Exportar\x20a\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Se\x20ha\x20producido\x20un\x20error\x20al\x20generar\x20el\x20archivo\x20PDF.','PDF\x20export\x20started':'','PDF\x20export\x20failed':'','PDF\x20export\x20successful':'','Exporting\x20PDF\x20document':''},'getPluralForm':_0x4f89a3=>0x1==_0x4f89a3?0x0:0x0!=_0x4f89a3&&_0x4f89a3%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x145e27=>{const {'es-co':{dictionary:_0x2b4854,getPluralForm:_0xe86e5f}}={'es-co':{'dictionary':{'Export\x20to\x20PDF':'Exportar\x20a\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Se\x20ha\x20producido\x20un\x20error\x20al\x20generar\x20el\x20archivo\x20PDF.','PDF\x20export\x20started':'','PDF\x20export\x20failed':'','PDF\x20export\x20successful':'','Exporting\x20PDF\x20document':''},'getPluralForm':_0x1ae411=>0x1==_0x1ae411?0x0:0x0!=_0x1ae411&&_0x1ae411%0xf4240==0x0?0x1:0x2}};_0x145e27['es-co']||={'dictionary':{},'getPluralForm':null},_0x145e27['es-co']['dictionary']=Object['assign'](_0x145e27['es-co']['dictionary'],_0x2b4854),_0x145e27['es-co']['getPluralForm']=_0xe86e5f;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/es.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'es':{'dictionary':{'Export\x20to\x20PDF':'Exportar\x20a\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Se\x20ha\x20producido\x20un\x20error\x20al\x20generar\x20el\x20archivo\x20PDF.','PDF\x20export\x20started':'La\x20exportación\x20del\x20PDF\x20ha\x20comenzado','PDF\x20export\x20failed':'La\x20exportación\x20del\x20PDF\x20ha\x20fallado','PDF\x20export\x20successful':'Se\x20ha\x20exportado\x20el\x20PDF','Exporting\x20PDF\x20document':'Exportando\x20documento\x20PDF'},'getPluralForm':
|
|
23
|
+
export default{'es':{'dictionary':{'Export\x20to\x20PDF':'Exportar\x20a\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Se\x20ha\x20producido\x20un\x20error\x20al\x20generar\x20el\x20archivo\x20PDF.','PDF\x20export\x20started':'La\x20exportación\x20del\x20PDF\x20ha\x20comenzado','PDF\x20export\x20failed':'La\x20exportación\x20del\x20PDF\x20ha\x20fallado','PDF\x20export\x20successful':'Se\x20ha\x20exportado\x20el\x20PDF','Exporting\x20PDF\x20document':'Exportando\x20documento\x20PDF'},'getPluralForm':_0x155f42=>0x1==_0x155f42?0x0:0x0!=_0x155f42&&_0x155f42%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x12b71a=>{const {es:{dictionary:_0x5ee73f,getPluralForm:_0x55c3e1}}={'es':{'dictionary':{'Export\x20to\x20PDF':'Exportar\x20a\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Se\x20ha\x20producido\x20un\x20error\x20al\x20generar\x20el\x20archivo\x20PDF.','PDF\x20export\x20started':'La\x20exportación\x20del\x20PDF\x20ha\x20comenzado','PDF\x20export\x20failed':'La\x20exportación\x20del\x20PDF\x20ha\x20fallado','PDF\x20export\x20successful':'Se\x20ha\x20exportado\x20el\x20PDF','Exporting\x20PDF\x20document':'Exportando\x20documento\x20PDF'},'getPluralForm':_0x1cf1a2=>0x1==_0x1cf1a2?0x0:0x0!=_0x1cf1a2&&_0x1cf1a2%0xf4240==0x0?0x1:0x2}};_0x12b71a['es']||={'dictionary':{},'getPluralForm':null},_0x12b71a['es']['dictionary']=Object['assign'](_0x12b71a['es']['dictionary'],_0x5ee73f),_0x12b71a['es']['getPluralForm']=_0x55c3e1;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/et.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'et':{'dictionary':{'Export\x20to\x20PDF':'Ekspordi\x20PDF-ina','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'PDF-i\x20loomisel\x20tekkis\x20viga.','PDF\x20export\x20started':'Alustati\x20PDF-i\x20eksportimist','PDF\x20export\x20failed':'PDF-i\x20eksportimine\x20nurjus','PDF\x20export\x20successful':'PDF-i\x20eksportimine\x20õnnestus','Exporting\x20PDF\x20document':'PDF\x20dokumendi\x20eksportimine'},'getPluralForm':
|
|
23
|
+
export default{'et':{'dictionary':{'Export\x20to\x20PDF':'Ekspordi\x20PDF-ina','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'PDF-i\x20loomisel\x20tekkis\x20viga.','PDF\x20export\x20started':'Alustati\x20PDF-i\x20eksportimist','PDF\x20export\x20failed':'PDF-i\x20eksportimine\x20nurjus','PDF\x20export\x20successful':'PDF-i\x20eksportimine\x20õnnestus','Exporting\x20PDF\x20document':'PDF\x20dokumendi\x20eksportimine'},'getPluralForm':_0x138842=>0x1!=_0x138842}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x48f238=>{const {et:{dictionary:_0x10a4c3,getPluralForm:_0x4a78ec}}={'et':{'dictionary':{'Export\x20to\x20PDF':'Ekspordi\x20PDF-ina','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'PDF-i\x20loomisel\x20tekkis\x20viga.','PDF\x20export\x20started':'Alustati\x20PDF-i\x20eksportimist','PDF\x20export\x20failed':'PDF-i\x20eksportimine\x20nurjus','PDF\x20export\x20successful':'PDF-i\x20eksportimine\x20õnnestus','Exporting\x20PDF\x20document':'PDF\x20dokumendi\x20eksportimine'},'getPluralForm':_0x4a5752=>0x1!=_0x4a5752}};_0x48f238['et']||={'dictionary':{},'getPluralForm':null},_0x48f238['et']['dictionary']=Object['assign'](_0x48f238['et']['dictionary'],_0x10a4c3),_0x48f238['et']['getPluralForm']=_0x4a78ec;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/fi.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'fi':{'dictionary':{'Export\x20to\x20PDF':'Siirrä\x20PDF-tiedostoon','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Kohtasimme\x20häiriön\x20PDF:n\x20luonnin\x20yhteydessä.','PDF\x20export\x20started':'PDF-vienti\x20aloitettu','PDF\x20export\x20failed':'PDF-vienti\x20epäonnistui','PDF\x20export\x20successful':'PDF-vienti\x20onnistui','Exporting\x20PDF\x20document':'Viedään\x20PDF-asiakirjaa'},'getPluralForm':
|
|
23
|
+
export default{'fi':{'dictionary':{'Export\x20to\x20PDF':'Siirrä\x20PDF-tiedostoon','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Kohtasimme\x20häiriön\x20PDF:n\x20luonnin\x20yhteydessä.','PDF\x20export\x20started':'PDF-vienti\x20aloitettu','PDF\x20export\x20failed':'PDF-vienti\x20epäonnistui','PDF\x20export\x20successful':'PDF-vienti\x20onnistui','Exporting\x20PDF\x20document':'Viedään\x20PDF-asiakirjaa'},'getPluralForm':_0x58589a=>0x1!=_0x58589a}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x39cf48=>{const {fi:{dictionary:_0x125655,getPluralForm:_0x17391d}}={'fi':{'dictionary':{'Export\x20to\x20PDF':'Siirrä\x20PDF-tiedostoon','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Kohtasimme\x20häiriön\x20PDF:n\x20luonnin\x20yhteydessä.','PDF\x20export\x20started':'PDF-vienti\x20aloitettu','PDF\x20export\x20failed':'PDF-vienti\x20epäonnistui','PDF\x20export\x20successful':'PDF-vienti\x20onnistui','Exporting\x20PDF\x20document':'Viedään\x20PDF-asiakirjaa'},'getPluralForm':_0xdd968e=>0x1!=_0xdd968e}};_0x39cf48['fi']||={'dictionary':{},'getPluralForm':null},_0x39cf48['fi']['dictionary']=Object['assign'](_0x39cf48['fi']['dictionary'],_0x125655),_0x39cf48['fi']['getPluralForm']=_0x17391d;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/fr.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'fr':{'dictionary':{'Export\x20to\x20PDF':'Exporter\x20en\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Une\x20erreur\x20est\x20survenue\x20lors\x20de\x20la\x20génération\x20du\x20fichier\x20PDF.','PDF\x20export\x20started':'L\x27exportation\x20du\x20PDF\x20a\x20démarré','PDF\x20export\x20failed':'L\x27exportation\x20du\x20PDF\x20a\x20échoué','PDF\x20export\x20successful':'Exportation\x20du\x20PDF\x20réussie','Exporting\x20PDF\x20document':'Exportation\x20d\x27un\x20document\x20PDF'},'getPluralForm':
|
|
23
|
+
export default{'fr':{'dictionary':{'Export\x20to\x20PDF':'Exporter\x20en\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Une\x20erreur\x20est\x20survenue\x20lors\x20de\x20la\x20génération\x20du\x20fichier\x20PDF.','PDF\x20export\x20started':'L\x27exportation\x20du\x20PDF\x20a\x20démarré','PDF\x20export\x20failed':'L\x27exportation\x20du\x20PDF\x20a\x20échoué','PDF\x20export\x20successful':'Exportation\x20du\x20PDF\x20réussie','Exporting\x20PDF\x20document':'Exportation\x20d\x27un\x20document\x20PDF'},'getPluralForm':_0x13cfc1=>0x0==_0x13cfc1||0x1==_0x13cfc1?0x0:0x0!=_0x13cfc1&&_0x13cfc1%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x530d21=>{const {fr:{dictionary:_0xc87108,getPluralForm:_0x40b93b}}={'fr':{'dictionary':{'Export\x20to\x20PDF':'Exporter\x20en\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Une\x20erreur\x20est\x20survenue\x20lors\x20de\x20la\x20génération\x20du\x20fichier\x20PDF.','PDF\x20export\x20started':'L\x27exportation\x20du\x20PDF\x20a\x20démarré','PDF\x20export\x20failed':'L\x27exportation\x20du\x20PDF\x20a\x20échoué','PDF\x20export\x20successful':'Exportation\x20du\x20PDF\x20réussie','Exporting\x20PDF\x20document':'Exportation\x20d\x27un\x20document\x20PDF'},'getPluralForm':_0x249d8e=>0x0==_0x249d8e||0x1==_0x249d8e?0x0:0x0!=_0x249d8e&&_0x249d8e%0xf4240==0x0?0x1:0x2}};_0x530d21['fr']||={'dictionary':{},'getPluralForm':null},_0x530d21['fr']['dictionary']=Object['assign'](_0x530d21['fr']['dictionary'],_0xc87108),_0x530d21['fr']['getPluralForm']=_0x40b93b;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/gl.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'gl':{'dictionary':{'Export\x20to\x20PDF':'Exportar\x20a\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Produciuse\x20un\x20erro\x20ao\x20xerar\x20o\x20PDF.','PDF\x20export\x20started':'Comezou\x20a\x20exportación\x20do\x20PDF','PDF\x20export\x20failed':'Produciuse\x20un\x20fallo\x20na\x20exportación\x20do\x20PDF','PDF\x20export\x20successful':'A\x20exportación\x20do\x20PDF\x20foi\x20satisfactoria','Exporting\x20PDF\x20document':'Exportando\x20un\x20documento\x20PDF'},'getPluralForm':
|
|
23
|
+
export default{'gl':{'dictionary':{'Export\x20to\x20PDF':'Exportar\x20a\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Produciuse\x20un\x20erro\x20ao\x20xerar\x20o\x20PDF.','PDF\x20export\x20started':'Comezou\x20a\x20exportación\x20do\x20PDF','PDF\x20export\x20failed':'Produciuse\x20un\x20fallo\x20na\x20exportación\x20do\x20PDF','PDF\x20export\x20successful':'A\x20exportación\x20do\x20PDF\x20foi\x20satisfactoria','Exporting\x20PDF\x20document':'Exportando\x20un\x20documento\x20PDF'},'getPluralForm':_0x53d745=>0x1!=_0x53d745}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x2d13bf=>{const {gl:{dictionary:_0x2def61,getPluralForm:_0x4f41d0}}={'gl':{'dictionary':{'Export\x20to\x20PDF':'Exportar\x20a\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Produciuse\x20un\x20erro\x20ao\x20xerar\x20o\x20PDF.','PDF\x20export\x20started':'Comezou\x20a\x20exportación\x20do\x20PDF','PDF\x20export\x20failed':'Produciuse\x20un\x20fallo\x20na\x20exportación\x20do\x20PDF','PDF\x20export\x20successful':'A\x20exportación\x20do\x20PDF\x20foi\x20satisfactoria','Exporting\x20PDF\x20document':'Exportando\x20un\x20documento\x20PDF'},'getPluralForm':_0x316ec6=>0x1!=_0x316ec6}};_0x2d13bf['gl']||={'dictionary':{},'getPluralForm':null},_0x2d13bf['gl']['dictionary']=Object['assign'](_0x2d13bf['gl']['dictionary'],_0x2def61),_0x2d13bf['gl']['getPluralForm']=_0x4f41d0;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/he.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'he':{'dictionary':{'Export\x20to\x20PDF':'ייצוא\x20ל-PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'אירעה\x20שגיאה\x20בעת\x20יצירת\x20ה-PDF.','PDF\x20export\x20started':'ייצוא\x20PDF\x20החל','PDF\x20export\x20failed':'ייצוא\x20PDF\x20נכשל','PDF\x20export\x20successful':'ייצוא\x20PDF\x20הצליח','Exporting\x20PDF\x20document':'מייצא\x20מסמך\x20PDF'},'getPluralForm':
|
|
23
|
+
export default{'he':{'dictionary':{'Export\x20to\x20PDF':'ייצוא\x20ל-PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'אירעה\x20שגיאה\x20בעת\x20יצירת\x20ה-PDF.','PDF\x20export\x20started':'ייצוא\x20PDF\x20החל','PDF\x20export\x20failed':'ייצוא\x20PDF\x20נכשל','PDF\x20export\x20successful':'ייצוא\x20PDF\x20הצליח','Exporting\x20PDF\x20document':'מייצא\x20מסמך\x20PDF'},'getPluralForm':_0x31c7f5=>0x1==_0x31c7f5&&_0x31c7f5%0x1==0x0?0x0:0x2==_0x31c7f5&&_0x31c7f5%0x1==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x4bbd05=>{const {he:{dictionary:_0x14b96a,getPluralForm:_0x4009a7}}={'he':{'dictionary':{'Export\x20to\x20PDF':'ייצוא\x20ל-PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'אירעה\x20שגיאה\x20בעת\x20יצירת\x20ה-PDF.','PDF\x20export\x20started':'ייצוא\x20PDF\x20החל','PDF\x20export\x20failed':'ייצוא\x20PDF\x20נכשל','PDF\x20export\x20successful':'ייצוא\x20PDF\x20הצליח','Exporting\x20PDF\x20document':'מייצא\x20מסמך\x20PDF'},'getPluralForm':_0x3d4639=>0x1==_0x3d4639&&_0x3d4639%0x1==0x0?0x0:0x2==_0x3d4639&&_0x3d4639%0x1==0x0?0x1:0x2}};_0x4bbd05['he']||={'dictionary':{},'getPluralForm':null},_0x4bbd05['he']['dictionary']=Object['assign'](_0x4bbd05['he']['dictionary'],_0x14b96a),_0x4bbd05['he']['getPluralForm']=_0x4009a7;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/hi.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'hi':{'dictionary':{'Export\x20to\x20PDF':'पीडीएफ\x20में\x20एक्सपोर्ट\x20करें','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'पीडीएफ\x20जनरेट\x20करते\x20समय\x20एक\x20एरर\x20हो\x20गयी.','PDF\x20export\x20started':'PDF\x20का\x20एक्सपोर्ट\x20शुरू\x20हुआ','PDF\x20export\x20failed':'PDF\x20का\x20एक्सपोर्ट\x20विफल\x20रहा','PDF\x20export\x20successful':'PDF\x20का\x20एक्सपोर्ट\x20सफल\x20हुआ','Exporting\x20PDF\x20document':'PDF\x20डॉक्यूमेंट\x20को\x20एक्सपोर्ट\x20किया\x20जा\x20रहा\x20ह'},'getPluralForm':
|
|
23
|
+
export default{'hi':{'dictionary':{'Export\x20to\x20PDF':'पीडीएफ\x20में\x20एक्सपोर्ट\x20करें','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'पीडीएफ\x20जनरेट\x20करते\x20समय\x20एक\x20एरर\x20हो\x20गयी.','PDF\x20export\x20started':'PDF\x20का\x20एक्सपोर्ट\x20शुरू\x20हुआ','PDF\x20export\x20failed':'PDF\x20का\x20एक्सपोर्ट\x20विफल\x20रहा','PDF\x20export\x20successful':'PDF\x20का\x20एक्सपोर्ट\x20सफल\x20हुआ','Exporting\x20PDF\x20document':'PDF\x20डॉक्यूमेंट\x20को\x20एक्सपोर्ट\x20किया\x20जा\x20रहा\x20ह'},'getPluralForm':_0x19aa6b=>0x1!=_0x19aa6b}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x54b1e6=>{const {hi:{dictionary:_0x2e20d9,getPluralForm:_0x2427ef}}={'hi':{'dictionary':{'Export\x20to\x20PDF':'पीडीएफ\x20में\x20एक्सपोर्ट\x20करें','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'पीडीएफ\x20जनरेट\x20करते\x20समय\x20एक\x20एरर\x20हो\x20गयी.','PDF\x20export\x20started':'PDF\x20का\x20एक्सपोर्ट\x20शुरू\x20हुआ','PDF\x20export\x20failed':'PDF\x20का\x20एक्सपोर्ट\x20विफल\x20रहा','PDF\x20export\x20successful':'PDF\x20का\x20एक्सपोर्ट\x20सफल\x20हुआ','Exporting\x20PDF\x20document':'PDF\x20डॉक्यूमेंट\x20को\x20एक्सपोर्ट\x20किया\x20जा\x20रहा\x20ह'},'getPluralForm':_0x590972=>0x1!=_0x590972}};_0x54b1e6['hi']||={'dictionary':{},'getPluralForm':null},_0x54b1e6['hi']['dictionary']=Object['assign'](_0x54b1e6['hi']['dictionary'],_0x2e20d9),_0x54b1e6['hi']['getPluralForm']=_0x2427ef;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/hr.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'hr':{'dictionary':{'Export\x20to\x20PDF':'Izvoz\x20u\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Došlo\x20je\x20do\x20greške\x20prilikom\x20generiranja\x20PDF-a.','PDF\x20export\x20started':'','PDF\x20export\x20failed':'','PDF\x20export\x20successful':'','Exporting\x20PDF\x20document':''},'getPluralForm':
|
|
23
|
+
export default{'hr':{'dictionary':{'Export\x20to\x20PDF':'Izvoz\x20u\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Došlo\x20je\x20do\x20greške\x20prilikom\x20generiranja\x20PDF-a.','PDF\x20export\x20started':'','PDF\x20export\x20failed':'','PDF\x20export\x20successful':'','Exporting\x20PDF\x20document':''},'getPluralForm':_0x1b8d01=>_0x1b8d01%0xa==0x1&&_0x1b8d01%0x64!=0xb?0x0:_0x1b8d01%0xa>=0x2&&_0x1b8d01%0xa<=0x4&&(_0x1b8d01%0x64<0xa||_0x1b8d01%0x64>=0x14)?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x4d31fc=>{const {hr:{dictionary:_0x486896,getPluralForm:_0x10b634}}={'hr':{'dictionary':{'Export\x20to\x20PDF':'Izvoz\x20u\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Došlo\x20je\x20do\x20greške\x20prilikom\x20generiranja\x20PDF-a.','PDF\x20export\x20started':'','PDF\x20export\x20failed':'','PDF\x20export\x20successful':'','Exporting\x20PDF\x20document':''},'getPluralForm':_0x3245d2=>_0x3245d2%0xa==0x1&&_0x3245d2%0x64!=0xb?0x0:_0x3245d2%0xa>=0x2&&_0x3245d2%0xa<=0x4&&(_0x3245d2%0x64<0xa||_0x3245d2%0x64>=0x14)?0x1:0x2}};_0x4d31fc['hr']||={'dictionary':{},'getPluralForm':null},_0x4d31fc['hr']['dictionary']=Object['assign'](_0x4d31fc['hr']['dictionary'],_0x486896),_0x4d31fc['hr']['getPluralForm']=_0x10b634;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/dist/translations/hu.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export default{'hu':{'dictionary':{'Export\x20to\x20PDF':'Exportálás\x20PDF-be','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Hiba\x20lépett\x20fel\x20a\x20PDF\x20fájl\x20generálásakor.','PDF\x20export\x20started':'PDF\x20exportálása\x20megkezdődött','PDF\x20export\x20failed':'PDF\x20exportálása\x20sikertelen','PDF\x20export\x20successful':'PDF\x20exportálása\x20sikerült','Exporting\x20PDF\x20document':'PDF\x20dokumentum\x20exportálása'},'getPluralForm':
|
|
23
|
+
export default{'hu':{'dictionary':{'Export\x20to\x20PDF':'Exportálás\x20PDF-be','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Hiba\x20lépett\x20fel\x20a\x20PDF\x20fájl\x20generálásakor.','PDF\x20export\x20started':'PDF\x20exportálása\x20megkezdődött','PDF\x20export\x20failed':'PDF\x20exportálása\x20sikertelen','PDF\x20export\x20successful':'PDF\x20exportálása\x20sikerült','Exporting\x20PDF\x20document':'PDF\x20dokumentum\x20exportálása'},'getPluralForm':_0xe549eb=>0x1!=_0xe549eb}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x7776c5=>{const {hu:{dictionary:_0x1ed4ea,getPluralForm:_0xb0def9}}={'hu':{'dictionary':{'Export\x20to\x20PDF':'Exportálás\x20PDF-be','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'Hiba\x20lépett\x20fel\x20a\x20PDF\x20fájl\x20generálásakor.','PDF\x20export\x20started':'PDF\x20exportálása\x20megkezdődött','PDF\x20export\x20failed':'PDF\x20exportálása\x20sikertelen','PDF\x20export\x20successful':'PDF\x20exportálása\x20sikerült','Exporting\x20PDF\x20document':'PDF\x20dokumentum\x20exportálása'},'getPluralForm':_0x3f32f5=>0x1!=_0x3f32f5}};_0x7776c5['hu']||={'dictionary':{},'getPluralForm':null},_0x7776c5['hu']['dictionary']=Object['assign'](_0x7776c5['hu']['dictionary'],_0x1ed4ea),_0x7776c5['hu']['getPluralForm']=_0xb0def9;})(window['CKEDITOR_TRANSLATIONS']||={});
|