@ckeditor/ckeditor5-export-pdf 43.1.0-alpha.8 → 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.
- 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=["EDITOR_STYLES",":root","5132435RDlncF","then","trim","fetch","cssText","1063665rqgeLH","styleSheets","text","from","1614xatxJm","all","data-cke",".ck-content","length","1082061SrWoZT","cssRules","indexOf","ownerNode","push","hasAttribute","1046852uNKJLU","6128316bOhEcs","25471216UyNpcR","10605gbCOlF","warn","join","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."];return(o=function(){return t})()}function s(t,e){const n=o();return(s=function(t,e){return n[t-=348]})(t,e)}function i(){const t=s,e=[],n=[];for(const r of Array[t(366)](document[t(364)]))if(r[t(375)][t(348)](t(369)))for(const o of Array[t(366)](r[t(373)]))-1!==o[t(362)][t(374)](t(370))?e[t(376)](o[t(362)]):-1!==o[t(362)][t(374)](t(357))&&n[t(376)](o[t(362)]);return e[t(371)]||console[t(353)](t(355)),[...n,...e][t(354)](" ")[t(360)]()}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(927171===parseInt(e(372))/1+parseInt(e(349))/2+parseInt(e(363))/3+parseInt(e(350))/4+parseInt(e(358))/5+parseInt(e(367))/6*(-parseInt(e(352))/7)+-parseInt(e(351))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(o);const a=u;function u(t,e){const n=p();return(u=function(t,e){return n[t-=228]})(t,e)}function p(){const t=["editor","application/pdf","getDataSetValues","previewMode","5836024vVxOGr","fileName","PDF export started","An error occurred while generating the PDF.","33147994OnpQbe","download","stylesheets",'">\n\t\t\t\t\t\t\t\t',"PDF export failed","createElement","plugins","MergeFieldsEditing","URL","set","converterUrl","ExportPdf","6843294BlVCDL","status","refresh","createObjectURL","Notification","config","getDefaultValues","$defaultValues","pending","46cqNRYN","ariaLiveAnnouncer","assertive","converterOptions","execute","EDITOR_STYLES","dataCallback","$labels","document.pdf","href","6651cNtjFX","\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</body>\n\t\t\t\t\t</html>","affectsData","16120DzDoGo","contentLanguageDirection","function","appID","remove","2469120zrFTIh","PDF export successful","isEnabled","MergeFields","catch",'<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="',"get","then","merge_fields","click","has","finally","fetch","data","55813FghHlM","getLabel","blob","_token","getMergeFieldsIds","isBusy","2445xofFbz","8852KAomyN","value","token","locale","_downloadFile","7ieacYk","announce","application/json","cke5","showWarning","https://pdf-converter.cke-cs.com/v1/convert/","POST","stringify","entries","mergeFields"];return(p=function(){return t})()}!function(t){const e=u,n=t();for(;;)try{if(669364===-parseInt(e(241))/1*(parseInt(e(292))/2)+parseInt(e(310))/3+-parseInt(e(248))/4*(-parseInt(e(247))/5)+parseInt(e(283))/6+-parseInt(e(253))/7*(-parseInt(e(267))/8)+-parseInt(e(302))/9*(-parseInt(e(305))/10)+-parseInt(e(271))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(p);class d extends t.Command{constructor(t){const e=u;super(t),this[e(280)](e(246),!1),this[e(304)]=!1}[a(285)](){const t=a;this[t(229)]=!this[t(246)],this[t(249)]=this[t(246)]?t(291):void 0}[a(296)](t={}){const e=a,n=this[e(263)],r=t[e(281)]||e(258),o=t[e(298)]||(t=>t[e(240)][e(233)]()),u=n[e(277)][e(233)](e(282)),p=t[e(250)]||u[e(244)];return this[e(246)]=!0,this[e(285)](),function(t){const e=s;if(!t)return new Promise((t=>t("")));const n=[];for(const r of t)e(356)!==r?n[e(376)](window[e(361)](r)[e(359)]((t=>t[e(365)]()))):n[e(376)](i());return Promise[e(368)](n)[e(359)]((t=>t[e(354)](" ")[e(360)]()))}(t[e(273)]||[e(297)])[e(234)]((async s=>{const i=e;if(n.ui[i(293)][i(254)](c(n[i(251)],i(269))),n[i(277)][i(237)](i(230))){t[i(295)]||(t[i(295)]={});const e=n[i(277)][i(233)](i(278)),r=e[i(266)],{prefix:o,suffix:s}=n[i(288)][i(233)](i(262)),c={prefix:o,suffix:s,data:{}};if(i(299)===r)for(const t of e[i(245)]())c[i(240)][t]=o+e[i(242)](t)+s;else{const t=i(290)===r?e[i(289)]():e[i(265)](r,!0);for(const n of Object[i(261)](t)){const[t,r]=n;c[i(240)][t]=null!==r?r:e[i(242)](t)}}t[i(295)][i(235)]=c}const a={html:i(232)+n[i(251)][i(306)]+i(274)+await o(n)+i(303),css:s,options:t[i(295)]},u={method:i(259),headers:{"Content-Type":i(255),Accept:i(264),...p?{Authorization:p[i(249)]}:null,"x-cs-app-id":t[i(308)]||i(256)},body:JSON[i(260)](a)};return window[i(239)](r,u)[i(234)]((t=>{const e=i;if(200!==t[e(284)])throw t;return t[e(243)]()}))[i(234)]((e=>{const r=i;n.ui[r(293)][r(254)](c(n[r(251)],r(228)));const o=r(307)==typeof t[r(268)]?t[r(268)]():t[r(268)];this[r(252)](e,o||r(300))}))}))[e(231)]((t=>{const r=e,o=n[r(277)][r(233)](r(287));throw n.ui[r(293)][r(254)](c(n[r(251)],r(275)),{politeness:r(294)}),o[r(257)](c(n[r(251)],r(270))),t}))[e(238)]((()=>{const t=e;this[t(246)]=!1,this[t(285)]()}))}[a(252)](t,e){const n=a,r=document[n(276)]("a");r[n(301)]=window[n(279)][n(286)](t),r[n(272)]=e,r[n(236)](),r[n(309)]()}}const f=l;function l(t,e){const n=h();return(l=function(t,e){return n[t-=173]})(t,e)}function h(){const t=["ExportPdfUI","pluginName","22531455TKkNVi","children","config","init","isEnabled","set","10HIvIFS","editing","1235680JniBcc","2846247EqLPsG","2qBdkzK","execute","6655056AXICsw","Exporting PDF document","bind","componentFactory","view","get","3699008ZbaPbl","iconView","locale","8279dIavjo","label","commands","listenTo","48606YukTmT","isBusy","isOn","add","editor","isVisible","exportPdf","Export to PDF","_createButton","focus","menuBar:exportPdf","497gUdwdx"];return(h=function(){return t})()}!function(t){const e=l,n=t();for(;;)try{if(521644===parseInt(e(211))/1*(-parseInt(e(200))/2)+parseInt(e(199))/3+parseInt(e(208))/4+-parseInt(e(198))/5+parseInt(e(176))/6*(parseInt(e(187))/7)+parseInt(e(202))/8+parseInt(e(190))/9*(-parseInt(e(196))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(h);class I extends t.Plugin{static get[f(189)](){return f(188)}[f(193)](){const t=f,n=this[t(180)];n.ui[t(205)][t(179)](t(182),(()=>{const r=t,o=this[r(184)](e.ButtonView),s=n[r(174)][r(207)](r(182));return o[r(195)]({tooltip:!0}),o[r(204)](r(178)).to(s,r(177)),o})),n.ui[t(205)][t(179)](t(186),(()=>this[t(184)](e.MenuBarMenuListItemButtonView)))}[f(184)](t){const n=f,r=this[n(180)],o=r[n(192)][n(207)](n(182))||{},s=r[n(174)][n(207)](n(182)),i=new t(r[n(210)]),a=new e.SpinnerView;return i[n(191)][n(179)](a),a[n(204)](n(181)).to(s,n(177)),i[n(209)][n(204)](n(181)).to(s,n(177),(t=>!t)),i[n(195)]({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(204)](n(194)).to(s,n(194)),i[n(204)](n(173)).to(s,n(177),(t=>c(r[n(210)],n(t?203:183)))),this[n(175)](i,n(201),(()=>{const t=n;r[t(201)](t(182),o),r[t(197)][t(206)][t(185)]()})),i}}const g=w;function x(){const t=["730344yLoOqa","commands","pluginName","ExportPdf","registerTokenUrl","103969ncpenw","391158iSCAuo","138425THZXwR","config","then","_token","2QltuhJ","editor","plugins","token","requires","CloudServices","init","get","exportPdf","tokenUrl","924684buxuzF","806355nfIFja","add","5669096ihWMgk"];return(x=function(){return t})()}function w(t,e){const n=x();return(w=function(t,e){return n[t-=497]})(t,e)}!function(t){const e=w,n=t();for(;;)try{if(187829===-parseInt(e(511))/1*(-parseInt(e(517))/2)+-parseInt(e(512))/3+-parseInt(e(502))/4+-parseInt(e(503))/5+-parseInt(e(506))/6+parseInt(e(513))/7+parseInt(e(505))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(x);class P extends t.Plugin{static get[g(508)](){return g(509)}static get[g(521)](){return[g(497),e.Notification,I]}[g(498)](){const t=g,e=this[t(518)],n=e[t(514)][t(499)](t(500))||{};e[t(507)][t(504)](t(500),new d(e));const r=e[t(519)][t(499)](t(497));!1===n[t(501)]?this[t(516)]=null:n[t(501)]?r[t(510)](n[t(501)])[t(515)]((e=>{this[t(516)]=e})):this[t(516)]=r[t(520)]}}function m(t,e){var n=v();return(m=function(t,e){return n[t-=396]})(t,e)}function v(){var t=["890xfrguo","156431SyLiRx","9819078VFXqtS","74386WOVoAr","5zwZSHd","660RtjQHg","12xxDZdN","16NZTEdY","1396569lcfSKT","224151wjtBDS","8KGwYCL","1469335WuFTvh","9079767vPIAtt"];return(v=function(){return t})()}!function(t){for(var e=m,n=t();;)try{if(967326===-parseInt(e(403))/1*(-parseInt(e(400))/2)+parseInt(e(402))/3*(-parseInt(e(401))/4)+-parseInt(e(398))/5*(-parseInt(e(396))/6)+parseInt(e(405))/7*(-parseInt(e(404))/8)+parseInt(e(406))/9+-parseInt(e(407))/10*(parseInt(e(408))/11)+-parseInt(e(399))/12*(-parseInt(e(397))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(v)})(),(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:()=>x});var t=n(782),e=n(311);function o(t,e){const n=i();return(o=function(t,e){return n[t-=497]})(t,e)}function s(){const t=o,e=[],n=[];for(const r of Array[t(503)](document[t(500)]))if(r[t(519)][t(520)](t(510)))for(const o of Array[t(503)](r[t(523)]))-1!==o[t(509)][t(526)](t(515))?e[t(498)](o[t(509)]):-1!==o[t(509)][t(526)](t(504))&&n[t(498)](o[t(509)]);return e[t(512)]||console[t(501)](t(525)),[...n,...e][t(505)](" ")[t(507)]()}function i(){const t=["push","fetch","styleSheets","warn","EDITOR_STYLES","from",":root","join","text","trim","1007815WuVLbS","cssText","data-cke","49IgnORZ","length","all","390iIEhwe",".ck-content","10WjPGBv","4019158qEQWiT","2TYkADX","ownerNode","hasAttribute","1270098FqbyxY","22669NIlBwI","cssRules","then","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.","indexOf","220812ZVaHOJ","171080PJGkId","4340uoBaIh"];return(i=function(){return t})()}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=["2783264heZPEh","PDF export successful","remove","previewMode","94805DPPRTn","status","document.pdf","pending","_downloadFile","POST","URL","stylesheets","data","232607qeoAHR","function","download","converterOptions","plugins","PDF export failed","href","token","blob","application/json","ariaLiveAnnouncer",'<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 started","1264356asBvYU","2kDtvrk","get","isBusy","$labels","66QvnvCU","EDITOR_STYLES","8810tHpIJq","fetch","getLabel","announce","dataCallback","set","entries","ExportPdf","MergeFields","68UnXcmr","getDefaultValues","isEnabled","477291dittFb","refresh","Notification","getMergeFieldsIds","showWarning","6fNavhs","stringify","then","$defaultValues","fileName","editor","has","mergeFields","createObjectURL","merge_fields","affectsData","323561qjYrlf","execute","config","\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</body>\n\t\t\t\t\t</html>","finally","value","application/pdf","converterUrl","An error occurred while generating the PDF.","https://pdf-converter.cke-cs.com/v1/convert/","click","MergeFieldsEditing","locale","getDataSetValues","contentLanguageDirection","assertive","catch",'">\n\t\t\t\t\t\t\t\t',"cke5","207UbejqA","createElement","appID","_token"];return(a=function(){return t})()}!function(t){const e=o,n=t();for(;;)try{if(137925===-parseInt(e(522))/1*(-parseInt(e(518))/2)+-parseInt(e(514))/3*(parseInt(e(497))/4)+parseInt(e(508))/5+parseInt(e(527))/6*(parseInt(e(511))/7)+parseInt(e(528))/8+parseInt(e(521))/9*(parseInt(e(516))/10)+-parseInt(e(517))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(i);const u=p;function p(t,e){const n=a();return(p=function(t,e){return n[t-=135]})(t,e)}!function(t){const e=p,n=t();for(;;)try{if(240085===parseInt(e(169))/1*(-parseInt(e(183))/2)+-parseInt(e(201))/3+-parseInt(e(198))/4*(parseInt(e(160))/5)+parseInt(e(206))/6*(-parseInt(e(217))/7)+parseInt(e(156))/8+-parseInt(e(152))/9*(-parseInt(e(189))/10)+-parseInt(e(187))/11*(-parseInt(e(182))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(a);class f extends t.Command{constructor(t){const e=p;super(t),this[e(194)](e(185),!1),this[e(216)]=!1}[u(202)](){const t=u;this[t(200)]=!this[t(185)],this[t(138)]=this[t(185)]?t(163):void 0}[u(218)](t={}){const e=u,n=this[e(211)],r=t[e(140)]||e(142),i=t[e(193)]||(t=>t[e(168)][e(184)]()),a=n[e(173)][e(184)](e(196)),p=t[e(176)]||a[e(155)];return this[e(185)]=!0,this[e(202)](),function(t){const e=o;if(!t)return new Promise((t=>t("")));const n=[];for(const r of t)e(502)!==r?n[e(498)](window[e(499)](r)[e(524)]((t=>t[e(506)]()))):n[e(498)](s());return Promise[e(513)](n)[e(524)]((t=>t[e(505)](" ")[e(507)]()))}(t[e(167)]||[e(188)])[e(208)]((async o=>{const s=e;if(n.ui[s(179)][s(192)](c(n[s(145)],s(181))),n[s(173)][s(212)](s(197))){t[s(172)]||(t[s(172)]={});const e=n[s(173)][s(184)](s(144)),r=e[s(159)],{prefix:o,suffix:i}=n[s(135)][s(184)](s(213)),c={prefix:o,suffix:i,data:{}};if(s(186)===r)for(const t of e[s(204)]())c[s(168)][t]=o+e[s(191)](t)+i;else{const t=s(209)===r?e[s(199)]():e[s(146)](r,!0);for(const n of Object[s(195)](t)){const[t,r]=n;c[s(168)][t]=null!==r?r:e[s(191)](t)}}t[s(172)][s(215)]=c}const a={html:s(180)+n[s(145)][s(147)]+s(150)+await i(n)+s(136),css:o,options:t[s(172)]},u={method:s(165),headers:{"Content-Type":s(178),Accept:s(139),...p?{Authorization:p[s(138)]}:null,"x-cs-app-id":t[s(154)]||s(151)},body:JSON[s(207)](a)};return window[s(190)](r,u)[s(208)]((t=>{const e=s;if(200!==t[e(161)])throw t;return t[e(177)]()}))[s(208)]((e=>{const r=s;n.ui[r(179)][r(192)](c(n[r(145)],r(157)));const o=r(170)==typeof t[r(210)]?t[r(210)]():t[r(210)];this[r(164)](e,o||r(162))}))}))[e(149)]((t=>{const r=e,o=n[r(173)][r(184)](r(203));throw n.ui[r(179)][r(192)](c(n[r(145)],r(174)),{politeness:r(148)}),o[r(205)](c(n[r(145)],r(141))),t}))[e(137)]((()=>{const t=e;this[t(185)]=!1,this[t(202)]()}))}[u(164)](t,e){const n=u,r=document[n(153)]("a");r[n(175)]=window[n(166)][n(214)](t),r[n(171)]=e,r[n(143)](),r[n(158)]()}}const d=h;function h(t,e){const n=l();return(h=function(t,e){return n[t-=180]})(t,e)}function l(){const t=["focus","init","ExportPdfUI","config","children","exportPdf","213546gXRTMe","276ihJqYX","isBusy","get","set","49672UXPjJO","execute","view","pluginName","5754DaRBBi","menuBar:exportPdf","isEnabled","_createButton","bind","1228ntGEoE","Export to PDF","iconView","componentFactory","14354747ecTYqB","editor","label","editing","listenTo","locale","3520328YqfAbs","1725440dtDNew","657JFvplv","commands","isVisible","isOn","add","55bNfNkn","Exporting PDF document","655hEruVk"];return(l=function(){return t})()}!function(t){const e=h,n=t();for(;;)try{if(357157===-parseInt(e(204))/1*(parseInt(e(212))/2)+-parseInt(e(180))/3*(parseInt(e(185))/4)+-parseInt(e(202))/5*(parseInt(e(211))/6)+-parseInt(e(195))/7+-parseInt(e(216))/8*(-parseInt(e(197))/9)+parseInt(e(196))/10+parseInt(e(189))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(l);class I extends t.Plugin{static get[d(219)](){return d(207)}[d(206)](){const t=d,n=this[t(190)];n.ui[t(188)][t(201)](t(210),(()=>{const r=t,o=this[r(183)](e.ButtonView),s=n[r(198)][r(214)](r(210));return o[r(215)]({tooltip:!0}),o[r(184)](r(200)).to(s,r(213)),o})),n.ui[t(188)][t(201)](t(181),(()=>this[t(183)](e.MenuBarMenuListItemButtonView)))}[d(183)](t){const n=d,r=this[n(190)],o=r[n(208)][n(214)](n(210))||{},s=r[n(198)][n(214)](n(210)),i=new t(r[n(194)]),a=new e.SpinnerView;return i[n(209)][n(201)](a),a[n(184)](n(199)).to(s,n(213)),i[n(187)][n(184)](n(199)).to(s,n(213),(t=>!t)),i[n(215)]({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(184)](n(182)).to(s,n(182)),i[n(184)](n(191)).to(s,n(213),(t=>c(r[n(194)],n(t?203:186)))),this[n(193)](i,n(217),(()=>{const t=n;r[t(217)](t(210),o),r[t(192)][t(218)][t(205)]()})),i}}const g=P;!function(t){const e=P,n=t();for(;;)try{if(408272===-parseInt(e(350))/1+parseInt(e(331))/2+-parseInt(e(345))/3+parseInt(e(337))/4*(parseInt(e(329))/5)+parseInt(e(336))/6*(parseInt(e(343))/7)+parseInt(e(334))/8*(-parseInt(e(352))/9)+parseInt(e(341))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(v);class x extends t.Plugin{static get[g(353)](){return g(344)}static get[g(335)](){return[g(348),e.Notification,I]}[g(332)](){const t=g,e=this[t(328)],n=e[t(340)][t(330)](t(339))||{};e[t(354)][t(351)](t(339),new f(e));const r=e[t(342)][t(330)](t(348));!1===n[t(346)]?this[t(333)]=null:n[t(346)]?r[t(338)](n[t(346)])[t(349)]((e=>{this[t(333)]=e})):this[t(333)]=r[t(347)]}}function P(t,e){const n=v();return(P=function(t,e){return n[t-=328]})(t,e)}function v(){const t=["ExportPdf","1644789HSkXvb","tokenUrl","token","CloudServices","then","753266dQCVCF","add","9DTHMHG","pluginName","commands","editor","40yAjYoV","get","6568aRCQDx","init","_token","1393648wxTWcR","requires","3488118MyEAVP","407372khqsNr","registerTokenUrl","exportPdf","config","4846260ttlful","plugins","7BdpUoe"];return(v=function(){return t})()}function m(t,e){var n=w();return(m=function(t,e){return n[t-=140]})(t,e)}function w(){var t=["1549280zUaHkg","36095xYXuum","33190nnToIB","783816JfJxTI","564uVmHSi","2649FEefBZ","6aCSHGu","1235112evpfGy","333kuEcfq","1437296eHKJUK"];return(w=function(){return t})()}!function(t){for(var e=m,n=t();;)try{if(401369===parseInt(e(144))/1+parseInt(e(145))/2*(parseInt(e(146))/3)+-parseInt(e(141))/4+-parseInt(e(142))/5*(parseInt(e(147))/6)+-parseInt(e(140))/7+-parseInt(e(148))/8+-parseInt(e(149))/9*(-parseInt(e(143))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(w)})(),(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 _0xf46d8a,Plugin as _0x246b23}from'@ckeditor/ckeditor5-core/dist/index.js';import{ButtonView as _0x524be2,MenuBarMenuListItemButtonView as _0x24d15d,SpinnerView as _0x6c14eb,Notification as _0x31c914}from'@ckeditor/ckeditor5-ui/dist/index.js';function a(){const _0x38d55b=[],_0xbe3aa=[];for(const _0x5e6d1d of Array['from'](document['styleSheets'])){if(_0x5e6d1d['ownerNode']['hasAttribute']('data-cke')){for(const _0x48c1ac of Array['from'](_0x5e6d1d['cssRules']))-0x1!==_0x48c1ac['cssText']['indexOf']('.ck-content')?_0x38d55b['push'](_0x48c1ac['cssText']):-0x1!==_0x48c1ac['cssText']['indexOf'](':root')&&_0xbe3aa['push'](_0x48c1ac['cssText']);}}return _0x38d55b['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.'),[..._0xbe3aa,..._0x38d55b]['join']('\x20')['trim']();}function d(_0x31c073,_0x60ec75){const t=_0x31c073['t'];switch(_0x60ec75){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 _0x60ec75;}}class o extends _0xf46d8a{constructor(_0x414e7e){super(_0x414e7e),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0xe43cc5={}){const _0x57e55c=this['editor'],_0x14c27a=_0xe43cc5['converterUrl']||'https://pdf-converter.cke-cs.com/v1/convert/',_0x4342f9=_0xe43cc5['dataCallback']||(_0x349581=>_0x349581['data']['get']()),_0x3d94f0=_0x57e55c['plugins']['get']('ExportPdf'),_0x4da077=_0xe43cc5['token']||_0x3d94f0['_token'];return this['isBusy']=!0x0,this['refresh'](),function(_0x329010){if(!_0x329010)return new Promise(_0x24f925=>_0x24f925(''));const _0x56bffa=[];for(const _0x2fdd7c of _0x329010)'EDITOR_STYLES'!==_0x2fdd7c?_0x56bffa['push'](window['fetch'](_0x2fdd7c)['then'](_0x3f235d=>_0x3f235d['text']())):_0x56bffa['push'](a());return Promise['all'](_0x56bffa)['then'](_0x338a0b=>_0x338a0b['join']('\x20')['trim']());}(_0xe43cc5['stylesheets']||['EDITOR_STYLES'])['then'](async _0x1af23f=>{if(_0x57e55c['ui']['ariaLiveAnnouncer']['announce'](d(_0x57e55c['locale'],'PDF\x20export\x20started')),_0x57e55c['plugins']['has']('MergeFields')){_0xe43cc5['converterOptions']||(_0xe43cc5['converterOptions']={});const _0x3d92f5=_0x57e55c['plugins']['get']('MergeFieldsEditing'),_0x51ed17=_0x3d92f5['previewMode'],{prefix:_0x16a061,suffix:_0x5505a0}=_0x57e55c['config']['get']('mergeFields'),_0x4e21d2={'prefix':_0x16a061,'suffix':_0x5505a0,'data':{}};if('$labels'===_0x51ed17){for(const _0xc5615f of _0x3d92f5['getMergeFieldsIds']())_0x4e21d2['data'][_0xc5615f]=_0x16a061+_0x3d92f5['getLabel'](_0xc5615f)+_0x5505a0;}else{const _0x5a5c64='$defaultValues'===_0x51ed17?_0x3d92f5['getDefaultValues']():_0x3d92f5['getDataSetValues'](_0x51ed17,!0x0);for(const _0x2d0c6a of Object['entries'](_0x5a5c64)){const [_0x1c1443,_0x32b863]=_0x2d0c6a;_0x4e21d2['data'][_0x1c1443]=null!==_0x32b863?_0x32b863:_0x3d92f5['getLabel'](_0x1c1443);}}_0xe43cc5['converterOptions']['merge_fields']=_0x4e21d2;}const _0x521099={'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'+_0x57e55c['locale']['contentLanguageDirection']+'\x22>\x0a\x09\x09\x09\x09\x09\x09\x09\x09'+await _0x4342f9(_0x57e55c)+'\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':_0x1af23f,'options':_0xe43cc5['converterOptions']},_0xda70f4={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/pdf',..._0x4da077?{'Authorization':_0x4da077['value']}:null,'x-cs-app-id':_0xe43cc5['appID']||'cke5'},'body':JSON['stringify'](_0x521099)};return window['fetch'](_0x14c27a,_0xda70f4)['then'](_0x808dbb=>{if(0xc8!==_0x808dbb['status'])throw _0x808dbb;return _0x808dbb['blob']();})['then'](_0x516685=>{_0x57e55c['ui']['ariaLiveAnnouncer']['announce'](d(_0x57e55c['locale'],'PDF\x20export\x20successful'));const _0x4f2091='function'==typeof _0xe43cc5['fileName']?_0xe43cc5['fileName']():_0xe43cc5['fileName'];this['_downloadFile'](_0x516685,_0x4f2091||'document.pdf');});})['catch'](_0x20547c=>{const _0x3621e1=_0x57e55c['plugins']['get']('Notification');throw _0x57e55c['ui']['ariaLiveAnnouncer']['announce'](d(_0x57e55c['locale'],'PDF\x20export\x20failed'),{'politeness':'assertive'}),_0x3621e1['showWarning'](d(_0x57e55c['locale'],'An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.')),_0x20547c;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0x5502f1,_0x45c493){const _0x7d7666=document['createElement']('a');_0x7d7666['href']=window['URL']['createObjectURL'](_0x5502f1),_0x7d7666['download']=_0x45c493,_0x7d7666['click'](),_0x7d7666['remove']();}}class i extends _0x246b23{static get['pluginName'](){return'ExportPdfUI';}['init'](){const _0x3f4827=this['editor'];_0x3f4827['ui']['componentFactory']['add']('exportPdf',()=>{const _0x2c158f=this['_createButton'](_0x524be2),_0x5a7d4b=_0x3f4827['commands']['get']('exportPdf');return _0x2c158f['set']({'tooltip':!0x0}),_0x2c158f['bind']('isOn')['to'](_0x5a7d4b,'isBusy'),_0x2c158f;}),_0x3f4827['ui']['componentFactory']['add']('menuBar:exportPdf',()=>this['_createButton'](_0x24d15d));}['_createButton'](_0x21701c){const _0x28f9f5=this['editor'],_0x131f06=_0x28f9f5['config']['get']('exportPdf')||{},_0x3e7e4c=_0x28f9f5['commands']['get']('exportPdf'),_0x5a934a=new _0x21701c(_0x28f9f5['locale']),_0xaf5ed4=new _0x6c14eb();return _0x5a934a['children']['add'](_0xaf5ed4),_0xaf5ed4['bind']('isVisible')['to'](_0x3e7e4c,'isBusy'),_0x5a934a['iconView']['bind']('isVisible')['to'](_0x3e7e4c,'isBusy',_0x4fa881=>!_0x4fa881),_0x5a934a['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'}),_0x5a934a['bind']('isEnabled')['to'](_0x3e7e4c,'isEnabled'),_0x5a934a['bind']('label')['to'](_0x3e7e4c,'isBusy',_0x331424=>d(_0x28f9f5['locale'],_0x331424?'Exporting\x20PDF\x20document':'Export\x20to\x20PDF')),this['listenTo'](_0x5a934a,'execute',()=>{_0x28f9f5['execute']('exportPdf',_0x131f06),_0x28f9f5['editing']['view']['focus']();}),_0x5a934a;}}class s extends _0x246b23{['_token'];static get['pluginName'](){return'ExportPdf';}static get['requires'](){return['CloudServices',_0x31c914,i];}['init'](){const _0x57e57f=this['editor'],_0x3683ad=_0x57e57f['config']['get']('exportPdf')||{};_0x57e57f['commands']['add']('exportPdf',new o(_0x57e57f));const _0x5489c9=_0x57e57f['plugins']['get']('CloudServices');!0x1===_0x3683ad['tokenUrl']?this['_token']=null:_0x3683ad['tokenUrl']?_0x5489c9['registerTokenUrl'](_0x3683ad['tokenUrl'])['then'](_0x5f5643=>{this['_token']=_0x5f5643;}):this['_token']=_0x5489c9['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':_0xccf800=>0x1!=_0xccf800}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x1bfa6e=>{const {af:{dictionary:_0x3e0729,getPluralForm:_0x583f87}}={'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':_0x2634ca=>0x1!=_0x2634ca}};_0x1bfa6e['af']||={'dictionary':{},'getPluralForm':null},_0x1bfa6e['af']['dictionary']=Object['assign'](_0x1bfa6e['af']['dictionary'],_0x3e0729),_0x1bfa6e['af']['getPluralForm']=_0x583f87;})(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':_0x58a205=>0x0==_0x58a205?0x0:0x1==_0x58a205?0x1:0x2==_0x58a205?0x2:_0x58a205%0x64>=0x3&&_0x58a205%0x64<=0xa?0x3:_0x58a205%0x64>=0xb&&_0x58a205%0x64<=0x63?0x4:0x5}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x5e6418=>{const {ar:{dictionary:_0xd28375,getPluralForm:_0x55b87f}}={'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':_0x5cb586=>0x0==_0x5cb586?0x0:0x1==_0x5cb586?0x1:0x2==_0x5cb586?0x2:_0x5cb586%0x64>=0x3&&_0x5cb586%0x64<=0xa?0x3:_0x5cb586%0x64>=0xb&&_0x5cb586%0x64<=0x63?0x4:0x5}};_0x5e6418['ar']||={'dictionary':{},'getPluralForm':null},_0x5e6418['ar']['dictionary']=Object['assign'](_0x5e6418['ar']['dictionary'],_0xd28375),_0x5e6418['ar']['getPluralForm']=_0x55b87f;})(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':_0x2a2b66=>0x1!=_0x2a2b66}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x26949d=>{const {bg:{dictionary:_0x2e2477,getPluralForm:_0x281085}}={'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':_0x5c7054=>0x1!=_0x5c7054}};_0x26949d['bg']||={'dictionary':{},'getPluralForm':null},_0x26949d['bg']['dictionary']=Object['assign'](_0x26949d['bg']['dictionary'],_0x2e2477),_0x26949d['bg']['getPluralForm']=_0x281085;})(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':_0x563e92=>0x1!=_0x563e92}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x590509=>{const {bn:{dictionary:_0x1f2222,getPluralForm:_0x4fddf8}}={'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':_0x2784f2=>0x1!=_0x2784f2}};_0x590509['bn']||={'dictionary':{},'getPluralForm':null},_0x590509['bn']['dictionary']=Object['assign'](_0x590509['bn']['dictionary'],_0x1f2222),_0x590509['bn']['getPluralForm']=_0x4fddf8;})(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':_0x1be9ef=>0x1!=_0x1be9ef}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x473291=>{const {ca:{dictionary:_0x2560af,getPluralForm:_0x41f9f0}}={'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':_0x1854a2=>0x1!=_0x1854a2}};_0x473291['ca']||={'dictionary':{},'getPluralForm':null},_0x473291['ca']['dictionary']=Object['assign'](_0x473291['ca']['dictionary'],_0x2560af),_0x473291['ca']['getPluralForm']=_0x41f9f0;})(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':_0x59f875=>0x1==_0x59f875&&_0x59f875%0x1==0x0?0x0:_0x59f875>=0x2&&_0x59f875<=0x4&&_0x59f875%0x1==0x0?0x1:_0x59f875%0x1!=0x0?0x2:0x3}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x37bdf6=>{const {cs:{dictionary:_0x54f8cb,getPluralForm:_0x3283f8}}={'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':_0x7fb299=>0x1==_0x7fb299&&_0x7fb299%0x1==0x0?0x0:_0x7fb299>=0x2&&_0x7fb299<=0x4&&_0x7fb299%0x1==0x0?0x1:_0x7fb299%0x1!=0x0?0x2:0x3}};_0x37bdf6['cs']||={'dictionary':{},'getPluralForm':null},_0x37bdf6['cs']['dictionary']=Object['assign'](_0x37bdf6['cs']['dictionary'],_0x54f8cb),_0x37bdf6['cs']['getPluralForm']=_0x3283f8;})(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':_0x228635=>0x1!=_0x228635}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x387e84=>{const {da:{dictionary:_0x16ad5d,getPluralForm:_0x2b09e0}}={'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':_0x28f498=>0x1!=_0x28f498}};_0x387e84['da']||={'dictionary':{},'getPluralForm':null},_0x387e84['da']['dictionary']=Object['assign'](_0x387e84['da']['dictionary'],_0x16ad5d),_0x387e84['da']['getPluralForm']=_0x2b09e0;})(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':_0x47580c=>0x1!=_0x47580c}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0xba486c=>{const {de:{dictionary:_0x120b0c,getPluralForm:_0x5f07ef}}={'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':_0x2294b3=>0x1!=_0x2294b3}};_0xba486c['de']||={'dictionary':{},'getPluralForm':null},_0xba486c['de']['dictionary']=Object['assign'](_0xba486c['de']['dictionary'],_0x120b0c),_0xba486c['de']['getPluralForm']=_0x5f07ef;})(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':_0xa6ec4a=>0x1!=_0xa6ec4a}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x40f0ff=>{const {el:{dictionary:_0x437605,getPluralForm:_0x2155b9}}={'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':_0xfe8eb0=>0x1!=_0xfe8eb0}};_0x40f0ff['el']||={'dictionary':{},'getPluralForm':null},_0x40f0ff['el']['dictionary']=Object['assign'](_0x40f0ff['el']['dictionary'],_0x437605),_0x40f0ff['el']['getPluralForm']=_0x2155b9;})(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':_0x184972=>0x1!=_0x184972}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x436bd4=>{const {'en-au':{dictionary:_0x3a9384,getPluralForm:_0x2156e6}}={'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':_0x1b9bfe=>0x1!=_0x1b9bfe}};_0x436bd4['en-au']||={'dictionary':{},'getPluralForm':null},_0x436bd4['en-au']['dictionary']=Object['assign'](_0x436bd4['en-au']['dictionary'],_0x3a9384),_0x436bd4['en-au']['getPluralForm']=_0x2156e6;})(window['CKEDITOR_TRANSLATIONS']||={});
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x110a68=>{const {en:{dictionary:_0x3a568f,getPluralForm:_0x9e32fd}}={'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}};_0x110a68['en']||={'dictionary':{},'getPluralForm':null},_0x110a68['en']['dictionary']=Object['assign'](_0x110a68['en']['dictionary'],_0x3a568f),_0x110a68['en']['getPluralForm']=_0x9e32fd;})(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':_0x279ff0=>0x1==_0x279ff0?0x0:0x0!=_0x279ff0&&_0x279ff0%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x739c5d=>{const {'es-co':{dictionary:_0x2c569d,getPluralForm:_0x31e4c6}}={'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':_0xfbaae0=>0x1==_0xfbaae0?0x0:0x0!=_0xfbaae0&&_0xfbaae0%0xf4240==0x0?0x1:0x2}};_0x739c5d['es-co']||={'dictionary':{},'getPluralForm':null},_0x739c5d['es-co']['dictionary']=Object['assign'](_0x739c5d['es-co']['dictionary'],_0x2c569d),_0x739c5d['es-co']['getPluralForm']=_0x31e4c6;})(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':_0x5bdf6d=>0x1==_0x5bdf6d?0x0:0x0!=_0x5bdf6d&&_0x5bdf6d%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x5b8833=>{const {es:{dictionary:_0x494274,getPluralForm:_0x34e32b}}={'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':_0x560a7e=>0x1==_0x560a7e?0x0:0x0!=_0x560a7e&&_0x560a7e%0xf4240==0x0?0x1:0x2}};_0x5b8833['es']||={'dictionary':{},'getPluralForm':null},_0x5b8833['es']['dictionary']=Object['assign'](_0x5b8833['es']['dictionary'],_0x494274),_0x5b8833['es']['getPluralForm']=_0x34e32b;})(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':_0xc436c1=>0x1!=_0xc436c1}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x1cb953=>{const {et:{dictionary:_0x56cabe,getPluralForm:_0x3f7a36}}={'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':_0x45fd10=>0x1!=_0x45fd10}};_0x1cb953['et']||={'dictionary':{},'getPluralForm':null},_0x1cb953['et']['dictionary']=Object['assign'](_0x1cb953['et']['dictionary'],_0x56cabe),_0x1cb953['et']['getPluralForm']=_0x3f7a36;})(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':_0x3daadd=>0x1!=_0x3daadd}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x21cb42=>{const {fi:{dictionary:_0x372788,getPluralForm:_0x1a6e47}}={'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':_0x5b7db8=>0x1!=_0x5b7db8}};_0x21cb42['fi']||={'dictionary':{},'getPluralForm':null},_0x21cb42['fi']['dictionary']=Object['assign'](_0x21cb42['fi']['dictionary'],_0x372788),_0x21cb42['fi']['getPluralForm']=_0x1a6e47;})(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':_0x56ff5a=>0x0==_0x56ff5a||0x1==_0x56ff5a?0x0:0x0!=_0x56ff5a&&_0x56ff5a%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x2d4a4a=>{const {fr:{dictionary:_0x2670d0,getPluralForm:_0x52b70e}}={'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':_0x503d90=>0x0==_0x503d90||0x1==_0x503d90?0x0:0x0!=_0x503d90&&_0x503d90%0xf4240==0x0?0x1:0x2}};_0x2d4a4a['fr']||={'dictionary':{},'getPluralForm':null},_0x2d4a4a['fr']['dictionary']=Object['assign'](_0x2d4a4a['fr']['dictionary'],_0x2670d0),_0x2d4a4a['fr']['getPluralForm']=_0x52b70e;})(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':_0x478907=>0x1!=_0x478907}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x18b141=>{const {gl:{dictionary:_0x4204b1,getPluralForm:_0x1360a4}}={'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':_0x44200a=>0x1!=_0x44200a}};_0x18b141['gl']||={'dictionary':{},'getPluralForm':null},_0x18b141['gl']['dictionary']=Object['assign'](_0x18b141['gl']['dictionary'],_0x4204b1),_0x18b141['gl']['getPluralForm']=_0x1360a4;})(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':_0x2e6a2a=>0x1==_0x2e6a2a&&_0x2e6a2a%0x1==0x0?0x0:0x2==_0x2e6a2a&&_0x2e6a2a%0x1==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x3b3cd1=>{const {he:{dictionary:_0x55fce9,getPluralForm:_0xcc8d1e}}={'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':_0x2e7668=>0x1==_0x2e7668&&_0x2e7668%0x1==0x0?0x0:0x2==_0x2e7668&&_0x2e7668%0x1==0x0?0x1:0x2}};_0x3b3cd1['he']||={'dictionary':{},'getPluralForm':null},_0x3b3cd1['he']['dictionary']=Object['assign'](_0x3b3cd1['he']['dictionary'],_0x55fce9),_0x3b3cd1['he']['getPluralForm']=_0xcc8d1e;})(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':_0x2f3627=>0x1!=_0x2f3627}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x1ef1ae=>{const {hi:{dictionary:_0x183b80,getPluralForm:_0x34e5f6}}={'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':_0x3bc80c=>0x1!=_0x3bc80c}};_0x1ef1ae['hi']||={'dictionary':{},'getPluralForm':null},_0x1ef1ae['hi']['dictionary']=Object['assign'](_0x1ef1ae['hi']['dictionary'],_0x183b80),_0x1ef1ae['hi']['getPluralForm']=_0x34e5f6;})(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':_0x932cc3=>_0x932cc3%0xa==0x1&&_0x932cc3%0x64!=0xb?0x0:_0x932cc3%0xa>=0x2&&_0x932cc3%0xa<=0x4&&(_0x932cc3%0x64<0xa||_0x932cc3%0x64>=0x14)?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x238c11=>{const {hr:{dictionary:_0x56f065,getPluralForm:_0x36881a}}={'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':_0x6ff1f2=>_0x6ff1f2%0xa==0x1&&_0x6ff1f2%0x64!=0xb?0x0:_0x6ff1f2%0xa>=0x2&&_0x6ff1f2%0xa<=0x4&&(_0x6ff1f2%0x64<0xa||_0x6ff1f2%0x64>=0x14)?0x1:0x2}};_0x238c11['hr']||={'dictionary':{},'getPluralForm':null},_0x238c11['hr']['dictionary']=Object['assign'](_0x238c11['hr']['dictionary'],_0x56f065),_0x238c11['hr']['getPluralForm']=_0x36881a;})(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':_0x25cb58=>0x1!=_0x25cb58}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x65da37=>{const {hu:{dictionary:_0x3bcb59,getPluralForm:_0x360145}}={'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':_0x58745f=>0x1!=_0x58745f}};_0x65da37['hu']||={'dictionary':{},'getPluralForm':null},_0x65da37['hu']['dictionary']=Object['assign'](_0x65da37['hu']['dictionary'],_0x3bcb59),_0x65da37['hu']['getPluralForm']=_0x360145;})(window['CKEDITOR_TRANSLATIONS']||={});
|