@ckeditor/ckeditor5-export-pdf 43.1.0 → 43.2.0-alpha.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:()=>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})();
|
|
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=[":root",".ck-content","2172264ngMfNl","cssText","styleSheets","6JgArkE","then","20730285hhHXuO","data-cke","warn","cssRules","1628180dkIVjT","1GddmfQ","EDITOR_STYLES","2714850IJdgNg","1553250mEpXAj","trim","hasAttribute","all","text","from","991618FLpmZa","ownerNode","join","fetch","3521490HObGvq","length","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","push"];return(o=function(){return t})()}function s(t,e){const n=o();return(s=function(t,e){return n[t-=318]})(t,e)}function i(){const t=s,e=[],n=[];for(const r of Array[t(347)](document[t(331)]))if(r[t(319)][t(344)](t(335)))for(const o of Array[t(347)](r[t(337)]))-1!==o[t(330)][t(325)](t(328))?e[t(326)](o[t(330)]):-1!==o[t(330)][t(325)](t(327))&&n[t(326)](o[t(330)]);return e[t(323)]||console[t(336)](t(324)),[...n,...e][t(320)](" ")[t(343)]()}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(t,e){const n=p();return(a=function(t,e){return n[t-=162]})(t,e)}!function(t){const e=s,n=t();for(;;)try{if(423158===parseInt(e(339))/1*(-parseInt(e(318))/2)+-parseInt(e(332))/3*(parseInt(e(338))/4)+-parseInt(e(341))/5+-parseInt(e(342))/6+parseInt(e(322))/7+-parseInt(e(329))/8+parseInt(e(334))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(o);const u=a;function p(){const t=["createObjectURL","getDefaultValues","href","URL","52IOKXEm","contentLanguageDirection","converterOptions","token","converterUrl","function","32wCWnfg","config","13lTCcdU","editor","getMergeFieldsIds","isBusy",'<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="',"3440493KWJyeG",'">\n\t\t\t\t\t\t\t\t',"then","PDF export started","stylesheets","15TMKYNM","announce","https://pdf-converter.cke-cs.com/v1/convert/","POST","getLabel","fetch","1758468tqrtJL","assertive","1070766lfcqTS","refresh","status","28650iHTWDI","value","MergeFieldsEditing","$defaultValues","$labels","application/json","\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</body>\n\t\t\t\t\t</html>","pending","198jZvNpC","2673AviUCE","28325jRoEaM","application/pdf","getDataSetValues","appID","mergeFields","MergeFields","isEnabled","An error occurred while generating the PDF.","locale","stringify","entries","fileName","merge_fields","get","has","ariaLiveAnnouncer","dataCallback","download","remove","Notification","createElement","EDITOR_STYLES","click","_downloadFile","15164vffuAo","document.pdf","set","blob","catch","plugins","ExportPdf","showWarning","41487GWwIMT","affectsData","data","previewMode","execute","_token","cke5","finally","PDF export failed","PDF export successful"];return(p=function(){return t})()}!function(t){const e=a,n=t();for(;;)try{if(377653===parseInt(e(235))/1*(-parseInt(e(195))/2)+parseInt(e(203))/3*(parseInt(e(217))/4)+parseInt(e(171))/5*(parseInt(e(169))/6)+parseInt(e(230))/7+parseInt(e(223))/8*(parseInt(e(243))/9)+-parseInt(e(246))/10*(parseInt(e(170))/11)+parseInt(e(241))/12*(-parseInt(e(225))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(p);class f extends t.Command{constructor(t){const e=a;super(t),this[e(197)](e(228),!1),this[e(204)]=!1}[u(244)](){const t=u;this[t(177)]=!this[t(228)],this[t(162)]=this[t(228)]?t(168):void 0}[u(207)](t={}){const e=u,n=this[e(226)],r=t[e(221)]||e(237),o=t[e(187)]||(t=>t[e(205)][e(184)]()),a=n[e(200)][e(184)](e(201)),p=t[e(220)]||a[e(208)];return this[e(228)]=!0,this[e(244)](),function(t){const e=s;if(!t)return new Promise((t=>t("")));const n=[];for(const r of t)e(340)!==r?n[e(326)](window[e(321)](r)[e(333)]((t=>t[e(346)]()))):n[e(326)](i());return Promise[e(345)](n)[e(333)]((t=>t[e(320)](" ")[e(343)]()))}(t[e(234)]||[e(192)])[e(232)]((async s=>{const i=e;if(n.ui[i(186)][i(236)](c(n[i(179)],i(233))),n[i(200)][i(185)](i(176))){t[i(219)]||(t[i(219)]={});const e=n[i(200)][i(184)](i(163)),r=e[i(206)],{prefix:o,suffix:s}=n[i(224)][i(184)](i(175)),c={prefix:o,suffix:s,data:{}};if(i(165)===r)for(const t of e[i(227)]())c[i(205)][t]=o+e[i(239)](t)+s;else{const t=i(164)===r?e[i(214)]():e[i(173)](r,!0);for(const n of Object[i(181)](t)){const[t,r]=n;c[i(205)][t]=null!==r?r:e[i(239)](t)}}t[i(219)][i(183)]=c}const a={html:i(229)+n[i(179)][i(218)]+i(231)+await o(n)+i(167),css:s,options:t[i(219)]},u={method:i(238),headers:{"Content-Type":i(166),Accept:i(172),...p?{Authorization:p[i(162)]}:null,"x-cs-app-id":t[i(174)]||i(209)},body:JSON[i(180)](a)};return window[i(240)](r,u)[i(232)]((t=>{const e=i;if(200!==t[e(245)])throw t;return t[e(198)]()}))[i(232)]((e=>{const r=i;n.ui[r(186)][r(236)](c(n[r(179)],r(212)));const o=r(222)==typeof t[r(182)]?t[r(182)]():t[r(182)];this[r(194)](e,o||r(196))}))}))[e(199)]((t=>{const r=e,o=n[r(200)][r(184)](r(190));throw n.ui[r(186)][r(236)](c(n[r(179)],r(211)),{politeness:r(242)}),o[r(202)](c(n[r(179)],r(178))),t}))[e(210)]((()=>{const t=e;this[t(228)]=!1,this[t(244)]()}))}[u(194)](t,e){const n=u,r=document[n(191)]("a");r[n(215)]=window[n(216)][n(213)](t),r[n(188)]=e,r[n(193)](),r[n(189)]()}}const d=l;function l(t,e){const n=h();return(l=function(t,e){return n[t-=127]})(t,e)}function h(){const t=["3606693BpBTXj","componentFactory","focus","children","editor","view","1995546eNtsFa","55aVzAEh","label","Exporting PDF document","38392YfceQe","1080hTdjVW","Export to PDF","pluginName","4FEcNli","menuBar:exportPdf","_createButton","execute","init","bind","editing","locale","get","9504288aknbQY","isEnabled","1902220FIVzyh","12793424lsrJgd","config","commands","1aftyJk","isVisible","set","5379350jgOdaG","add","isOn","ExportPdfUI","iconView","exportPdf","isBusy","listenTo"];return(h=function(){return t})()}!function(t){const e=l,n=t();for(;;)try{if(928691===parseInt(e(146))/1*(-parseInt(e(163))/2)+-parseInt(e(157))/3*(parseInt(e(131))/4)+-parseInt(e(142))/5+-parseInt(e(140))/6+parseInt(e(143))/7+-parseInt(e(127))/8*(-parseInt(e(128))/9)+parseInt(e(149))/10*(parseInt(e(164))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(h);class I extends t.Plugin{static get[d(130)](){return d(152)}[d(135)](){const t=d,n=this[t(161)];n.ui[t(158)][t(150)](t(154),(()=>{const r=t,o=this[r(133)](e.ButtonView),s=n[r(145)][r(139)](r(154));return o[r(148)]({tooltip:!0}),o[r(136)](r(151)).to(s,r(155)),o})),n.ui[t(158)][t(150)](t(132),(()=>this[t(133)](e.MenuBarMenuListItemButtonView)))}[d(133)](t){const n=d,r=this[n(161)],o=r[n(144)][n(139)](n(154))||{},s=r[n(145)][n(139)](n(154)),i=new t(r[n(138)]),a=new e.SpinnerView;return i[n(160)][n(150)](a),a[n(136)](n(147)).to(s,n(155)),i[n(153)][n(136)](n(147)).to(s,n(155),(t=>!t)),i[n(148)]({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(136)](n(141)).to(s,n(141)),i[n(136)](n(165)).to(s,n(155),(t=>c(r[n(138)],n(t?166:129)))),this[n(156)](i,n(134),(()=>{const t=n;r[t(134)](t(154),o),r[t(137)][t(162)][t(159)]()})),i}}const g=x;function x(t,e){const n=v();return(x=function(t,e){return n[t-=141]})(t,e)}!function(t){const e=x,n=t();for(;;)try{if(827097===-parseInt(e(160))/1+parseInt(e(147))/2*(-parseInt(e(146))/3)+-parseInt(e(151))/4*(-parseInt(e(144))/5)+-parseInt(e(170))/6*(-parseInt(e(164))/7)+parseInt(e(168))/8*(-parseInt(e(142))/9)+parseInt(e(150))/10*(parseInt(e(143))/11)+-parseInt(e(149))/12*(-parseInt(e(153))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(v);class m extends t.Plugin{static get[g(159)](){return g(165)}static get[g(148)](){return[g(152),e.Notification,I]}[g(157)](){const t=g,e=this[t(167)],n=e[t(158)][t(154)](t(162))||{};e[t(166)][t(141)](t(162),new f(e));const r=e[t(155)][t(154)](t(152));!1===n[t(163)]?this[t(161)]=null:n[t(163)]?r[t(156)](n[t(163)])[t(169)]((e=>{this[t(161)]=e})):this[t(161)]=r[t(145)]}}function v(){const t=["get","plugins","registerTokenUrl","init","config","pluginName","99756VgBPGk","_token","exportPdf","tokenUrl","84xiSpWy","ExportPdf","commands","editor","61304dSFCmZ","then","677064niozpk","add","1665OnUGOf","13350238eTYDVs","2440YVffuV","token","32496YfeNuV","184OtORyb","requires","5865144ccOaSa","10dYPrTR","2332BtZAET","CloudServices","13kUlvtS"];return(v=function(){return t})()}function P(t,e){var n=w();return(P=function(t,e){return n[t-=443]})(t,e)}function w(){var t=["409119uYALJq","2740694kicKer","4eMiIzr","15fvTrtx","5229162kGTNpT","16sCbHFD","1174854YrLcLt","406BHoUWx","21066IZNSwz","63424GXQaUq","10zKUclG","11435880KptAGm"];return(w=function(){return t})()}!function(t){for(var e=P,n=t();;)try{if(309686===-parseInt(e(447))/1*(-parseInt(e(444))/2)+parseInt(e(451))/3*(parseInt(e(453))/4)+parseInt(e(454))/5*(parseInt(e(445))/6)+parseInt(e(446))/7*(-parseInt(e(448))/8)+parseInt(e(443))/9+-parseInt(e(449))/10*(-parseInt(e(452))/11)+-parseInt(e(450))/12)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 _0x422048,Plugin as _0x72edf9}from'@ckeditor/ckeditor5-core/dist/index.js';import{ButtonView as _0x5d0775,MenuBarMenuListItemButtonView as _0x200e49,SpinnerView as _0x386ac8,Notification as _0x53ba91}from'@ckeditor/ckeditor5-ui/dist/index.js';function a(){const _0x4c3e68=[],_0x42e34b=[];for(const _0x1534a2 of Array['from'](document['styleSheets'])){if(_0x1534a2['ownerNode']['hasAttribute']('data-cke')){for(const _0x45436f of Array['from'](_0x1534a2['cssRules']))-0x1!==_0x45436f['cssText']['indexOf']('.ck-content')?_0x4c3e68['push'](_0x45436f['cssText']):-0x1!==_0x45436f['cssText']['indexOf'](':root')&&_0x42e34b['push'](_0x45436f['cssText']);}}return _0x4c3e68['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.'),[..._0x42e34b,..._0x4c3e68]['join']('\x20')['trim']();}function d(_0x86da71,_0x2ad7e2){const t=_0x86da71['t'];switch(_0x2ad7e2){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 _0x2ad7e2;}}class o extends _0x422048{constructor(_0xf6ee63){super(_0xf6ee63),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x50b71a={}){const _0x55deb8=this['editor'],_0x1122b5=_0x50b71a['converterUrl']||'https://pdf-converter.cke-cs.com/v1/convert/',_0x50d3b1=_0x50b71a['dataCallback']||(_0x4b55a4=>_0x4b55a4['data']['get']()),_0x16e9e5=_0x55deb8['plugins']['get']('ExportPdf'),_0x27099c=_0x50b71a['token']||_0x16e9e5['_token'];return this['isBusy']=!0x0,this['refresh'](),function(_0xe19bc){if(!_0xe19bc)return new Promise(_0x5e849a=>_0x5e849a(''));const _0x349116=[];for(const _0x257b7e of _0xe19bc)'EDITOR_STYLES'!==_0x257b7e?_0x349116['push'](window['fetch'](_0x257b7e)['then'](_0x4061f8=>_0x4061f8['text']())):_0x349116['push'](a());return Promise['all'](_0x349116)['then'](_0x353d8f=>_0x353d8f['join']('\x20')['trim']());}(_0x50b71a['stylesheets']||['EDITOR_STYLES'])['then'](async _0xa4b44b=>{if(_0x55deb8['ui']['ariaLiveAnnouncer']['announce'](d(_0x55deb8['locale'],'PDF\x20export\x20started')),_0x55deb8['plugins']['has']('MergeFields')){_0x50b71a['converterOptions']||(_0x50b71a['converterOptions']={});const _0x41f616=_0x55deb8['plugins']['get']('MergeFieldsEditing'),_0x5777ca=_0x41f616['previewMode'],{prefix:_0x289909,suffix:_0x223fa6}=_0x55deb8['config']['get']('mergeFields'),_0x391ae5={'prefix':_0x289909,'suffix':_0x223fa6,'data':{}};if('$labels'===_0x5777ca){for(const _0x1afa64 of _0x41f616['getMergeFieldsIds']())_0x391ae5['data'][_0x1afa64]=_0x289909+_0x41f616['getLabel'](_0x1afa64)+_0x223fa6;}else{const _0x2a0e47='$defaultValues'===_0x5777ca?_0x41f616['getDefaultValues']():_0x41f616['getDataSetValues'](_0x5777ca,!0x0);for(const _0x30b6cb of Object['entries'](_0x2a0e47)){const [_0x4f5fe2,_0x122993]=_0x30b6cb;_0x391ae5['data'][_0x4f5fe2]=null!==_0x122993?_0x122993:_0x41f616['getLabel'](_0x4f5fe2);}}_0x50b71a['converterOptions']['merge_fields']=_0x391ae5;}const _0x4b95b3={'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'+_0x55deb8['locale']['contentLanguageDirection']+'\x22>\x0a\x09\x09\x09\x09\x09\x09\x09\x09'+await _0x50d3b1(_0x55deb8)+'\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':_0xa4b44b,'options':_0x50b71a['converterOptions']},_0x5bd948={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/pdf',..._0x27099c?{'Authorization':_0x27099c['value']}:null,'x-cs-app-id':_0x50b71a['appID']||'cke5'},'body':JSON['stringify'](_0x4b95b3)};return window['fetch'](_0x1122b5,_0x5bd948)['then'](_0x192068=>{if(0xc8!==_0x192068['status'])throw _0x192068;return _0x192068['blob']();})['then'](_0x3dc85e=>{_0x55deb8['ui']['ariaLiveAnnouncer']['announce'](d(_0x55deb8['locale'],'PDF\x20export\x20successful'));const _0x18623a='function'==typeof _0x50b71a['fileName']?_0x50b71a['fileName']():_0x50b71a['fileName'];this['_downloadFile'](_0x3dc85e,_0x18623a||'document.pdf');});})['catch'](_0xc34800=>{const _0x477663=_0x55deb8['plugins']['get']('Notification');throw _0x55deb8['ui']['ariaLiveAnnouncer']['announce'](d(_0x55deb8['locale'],'PDF\x20export\x20failed'),{'politeness':'assertive'}),_0x477663['showWarning'](d(_0x55deb8['locale'],'An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.')),_0xc34800;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0x58ca22,_0x39840d){const _0x5a65c2=document['createElement']('a');_0x5a65c2['href']=window['URL']['createObjectURL'](_0x58ca22),_0x5a65c2['download']=_0x39840d,_0x5a65c2['click'](),_0x5a65c2['remove']();}}class i extends _0x72edf9{static get['pluginName'](){return'ExportPdfUI';}['init'](){const _0x147173=this['editor'];_0x147173['ui']['componentFactory']['add']('exportPdf',()=>{const _0x5446b1=this['_createButton'](_0x5d0775),_0x483f99=_0x147173['commands']['get']('exportPdf');return _0x5446b1['set']({'tooltip':!0x0}),_0x5446b1['bind']('isOn')['to'](_0x483f99,'isBusy'),_0x5446b1;}),_0x147173['ui']['componentFactory']['add']('menuBar:exportPdf',()=>this['_createButton'](_0x200e49));}['_createButton'](_0xcc943b){const _0x480a48=this['editor'],_0x4ec92c=_0x480a48['config']['get']('exportPdf')||{},_0x3d97eb=_0x480a48['commands']['get']('exportPdf'),_0x65e6f7=new _0xcc943b(_0x480a48['locale']),_0x7285c1=new _0x386ac8();return _0x65e6f7['children']['add'](_0x7285c1),_0x7285c1['bind']('isVisible')['to'](_0x3d97eb,'isBusy'),_0x65e6f7['iconView']['bind']('isVisible')['to'](_0x3d97eb,'isBusy',_0x5f0b4b=>!_0x5f0b4b),_0x65e6f7['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'}),_0x65e6f7['bind']('isEnabled')['to'](_0x3d97eb,'isEnabled'),_0x65e6f7['bind']('label')['to'](_0x3d97eb,'isBusy',_0x5b34ad=>d(_0x480a48['locale'],_0x5b34ad?'Exporting\x20PDF\x20document':'Export\x20to\x20PDF')),this['listenTo'](_0x65e6f7,'execute',()=>{_0x480a48['execute']('exportPdf',_0x4ec92c),_0x480a48['editing']['view']['focus']();}),_0x65e6f7;}}class s extends _0x72edf9{['_token'];static get['pluginName'](){return'ExportPdf';}static get['requires'](){return['CloudServices',_0x53ba91,i];}['init'](){const _0x1ca58b=this['editor'],_0x13c9be=_0x1ca58b['config']['get']('exportPdf')||{};_0x1ca58b['commands']['add']('exportPdf',new o(_0x1ca58b));const _0x5d1f43=_0x1ca58b['plugins']['get']('CloudServices');!0x1===_0x13c9be['tokenUrl']?this['_token']=null:_0x13c9be['tokenUrl']?_0x5d1f43['registerTokenUrl'](_0x13c9be['tokenUrl'])['then'](_0x1feea5=>{this['_token']=_0x1feea5;}):this['_token']=_0x5d1f43['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':_0x5bbd32=>0x1!=_0x5bbd32}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x53fd09=>{const {af:{dictionary:_0x839373,getPluralForm:_0x2b6cbf}}={'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':_0x272dcb=>0x1!=_0x272dcb}};_0x53fd09['af']||={'dictionary':{},'getPluralForm':null},_0x53fd09['af']['dictionary']=Object['assign'](_0x53fd09['af']['dictionary'],_0x839373),_0x53fd09['af']['getPluralForm']=_0x2b6cbf;})(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':_0x54fb19=>0x0==_0x54fb19?0x0:0x1==_0x54fb19?0x1:0x2==_0x54fb19?0x2:_0x54fb19%0x64>=0x3&&_0x54fb19%0x64<=0xa?0x3:_0x54fb19%0x64>=0xb&&_0x54fb19%0x64<=0x63?0x4:0x5}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x4e22d2=>{const {ar:{dictionary:_0x29b9ab,getPluralForm:_0xf03bad}}={'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':_0x3cf17c=>0x0==_0x3cf17c?0x0:0x1==_0x3cf17c?0x1:0x2==_0x3cf17c?0x2:_0x3cf17c%0x64>=0x3&&_0x3cf17c%0x64<=0xa?0x3:_0x3cf17c%0x64>=0xb&&_0x3cf17c%0x64<=0x63?0x4:0x5}};_0x4e22d2['ar']||={'dictionary':{},'getPluralForm':null},_0x4e22d2['ar']['dictionary']=Object['assign'](_0x4e22d2['ar']['dictionary'],_0x29b9ab),_0x4e22d2['ar']['getPluralForm']=_0xf03bad;})(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':_0x2d785e=>0x1!=_0x2d785e}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x3de666=>{const {bg:{dictionary:_0x2f6804,getPluralForm:_0x5b771e}}={'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':_0x1ef5bf=>0x1!=_0x1ef5bf}};_0x3de666['bg']||={'dictionary':{},'getPluralForm':null},_0x3de666['bg']['dictionary']=Object['assign'](_0x3de666['bg']['dictionary'],_0x2f6804),_0x3de666['bg']['getPluralForm']=_0x5b771e;})(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':_0x509e69=>0x1!=_0x509e69}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x37d9d7=>{const {bn:{dictionary:_0x3d22d9,getPluralForm:_0x920e49}}={'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':_0x1fbfe7=>0x1!=_0x1fbfe7}};_0x37d9d7['bn']||={'dictionary':{},'getPluralForm':null},_0x37d9d7['bn']['dictionary']=Object['assign'](_0x37d9d7['bn']['dictionary'],_0x3d22d9),_0x37d9d7['bn']['getPluralForm']=_0x920e49;})(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':_0x39a376=>0x1!=_0x39a376}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x49e962=>{const {ca:{dictionary:_0x41692d,getPluralForm:_0xa9198b}}={'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':_0x10184e=>0x1!=_0x10184e}};_0x49e962['ca']||={'dictionary':{},'getPluralForm':null},_0x49e962['ca']['dictionary']=Object['assign'](_0x49e962['ca']['dictionary'],_0x41692d),_0x49e962['ca']['getPluralForm']=_0xa9198b;})(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':_0x4a2848=>0x1==_0x4a2848&&_0x4a2848%0x1==0x0?0x0:_0x4a2848>=0x2&&_0x4a2848<=0x4&&_0x4a2848%0x1==0x0?0x1:_0x4a2848%0x1!=0x0?0x2:0x3}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x1eb907=>{const {cs:{dictionary:_0x1a067d,getPluralForm:_0x4067c5}}={'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':_0x98048f=>0x1==_0x98048f&&_0x98048f%0x1==0x0?0x0:_0x98048f>=0x2&&_0x98048f<=0x4&&_0x98048f%0x1==0x0?0x1:_0x98048f%0x1!=0x0?0x2:0x3}};_0x1eb907['cs']||={'dictionary':{},'getPluralForm':null},_0x1eb907['cs']['dictionary']=Object['assign'](_0x1eb907['cs']['dictionary'],_0x1a067d),_0x1eb907['cs']['getPluralForm']=_0x4067c5;})(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':_0x26dfe0=>0x1!=_0x26dfe0}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x1f8053=>{const {da:{dictionary:_0x3b64ed,getPluralForm:_0x1ef094}}={'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':_0x3427bb=>0x1!=_0x3427bb}};_0x1f8053['da']||={'dictionary':{},'getPluralForm':null},_0x1f8053['da']['dictionary']=Object['assign'](_0x1f8053['da']['dictionary'],_0x3b64ed),_0x1f8053['da']['getPluralForm']=_0x1ef094;})(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':_0x39da76=>0x1!=_0x39da76}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x514c71=>{const {de:{dictionary:_0x45214c,getPluralForm:_0x1f70af}}={'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':_0x2928ea=>0x1!=_0x2928ea}};_0x514c71['de']||={'dictionary':{},'getPluralForm':null},_0x514c71['de']['dictionary']=Object['assign'](_0x514c71['de']['dictionary'],_0x45214c),_0x514c71['de']['getPluralForm']=_0x1f70af;})(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':_0x3fc486=>0x1!=_0x3fc486}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x27ebe2=>{const {el:{dictionary:_0x3d95ab,getPluralForm:_0x35f6ba}}={'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':_0x3c750c=>0x1!=_0x3c750c}};_0x27ebe2['el']||={'dictionary':{},'getPluralForm':null},_0x27ebe2['el']['dictionary']=Object['assign'](_0x27ebe2['el']['dictionary'],_0x3d95ab),_0x27ebe2['el']['getPluralForm']=_0x35f6ba;})(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':_0x1815bf=>0x1!=_0x1815bf}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x58f710=>{const {'en-au':{dictionary:_0x5d8cd1,getPluralForm:_0x307af0}}={'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':_0x51d5df=>0x1!=_0x51d5df}};_0x58f710['en-au']||={'dictionary':{},'getPluralForm':null},_0x58f710['en-au']['dictionary']=Object['assign'](_0x58f710['en-au']['dictionary'],_0x5d8cd1),_0x58f710['en-au']['getPluralForm']=_0x307af0;})(window['CKEDITOR_TRANSLATIONS']||={});
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x2c13df=>{const {en:{dictionary:_0x228673,getPluralForm:_0x5a1b15}}={'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}};_0x2c13df['en']||={'dictionary':{},'getPluralForm':null},_0x2c13df['en']['dictionary']=Object['assign'](_0x2c13df['en']['dictionary'],_0x228673),_0x2c13df['en']['getPluralForm']=_0x5a1b15;})(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':_0x5d91c0=>0x1==_0x5d91c0?0x0:0x0!=_0x5d91c0&&_0x5d91c0%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x5b6a39=>{const {'es-co':{dictionary:_0x77939f,getPluralForm:_0x53ab3b}}={'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':_0xe27c95=>0x1==_0xe27c95?0x0:0x0!=_0xe27c95&&_0xe27c95%0xf4240==0x0?0x1:0x2}};_0x5b6a39['es-co']||={'dictionary':{},'getPluralForm':null},_0x5b6a39['es-co']['dictionary']=Object['assign'](_0x5b6a39['es-co']['dictionary'],_0x77939f),_0x5b6a39['es-co']['getPluralForm']=_0x53ab3b;})(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':_0x488eac=>0x1==_0x488eac?0x0:0x0!=_0x488eac&&_0x488eac%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x2b059b=>{const {es:{dictionary:_0x45a194,getPluralForm:_0xcf7d15}}={'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':_0x4c2dd1=>0x1==_0x4c2dd1?0x0:0x0!=_0x4c2dd1&&_0x4c2dd1%0xf4240==0x0?0x1:0x2}};_0x2b059b['es']||={'dictionary':{},'getPluralForm':null},_0x2b059b['es']['dictionary']=Object['assign'](_0x2b059b['es']['dictionary'],_0x45a194),_0x2b059b['es']['getPluralForm']=_0xcf7d15;})(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':_0x133008=>0x1!=_0x133008}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x2a8e95=>{const {et:{dictionary:_0x32ba78,getPluralForm:_0x2b9377}}={'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':_0x5766f6=>0x1!=_0x5766f6}};_0x2a8e95['et']||={'dictionary':{},'getPluralForm':null},_0x2a8e95['et']['dictionary']=Object['assign'](_0x2a8e95['et']['dictionary'],_0x32ba78),_0x2a8e95['et']['getPluralForm']=_0x2b9377;})(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':_0x65d684=>0x1!=_0x65d684}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x340d87=>{const {fi:{dictionary:_0x1f984e,getPluralForm:_0x12fa4f}}={'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':_0x469230=>0x1!=_0x469230}};_0x340d87['fi']||={'dictionary':{},'getPluralForm':null},_0x340d87['fi']['dictionary']=Object['assign'](_0x340d87['fi']['dictionary'],_0x1f984e),_0x340d87['fi']['getPluralForm']=_0x12fa4f;})(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':_0x49d073=>0x0==_0x49d073||0x1==_0x49d073?0x0:0x0!=_0x49d073&&_0x49d073%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x10101e=>{const {fr:{dictionary:_0x2cc681,getPluralForm:_0x5bdffb}}={'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':_0x294981=>0x0==_0x294981||0x1==_0x294981?0x0:0x0!=_0x294981&&_0x294981%0xf4240==0x0?0x1:0x2}};_0x10101e['fr']||={'dictionary':{},'getPluralForm':null},_0x10101e['fr']['dictionary']=Object['assign'](_0x10101e['fr']['dictionary'],_0x2cc681),_0x10101e['fr']['getPluralForm']=_0x5bdffb;})(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':_0x50b9e4=>0x1!=_0x50b9e4}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x1483e5=>{const {gl:{dictionary:_0xc4d5f8,getPluralForm:_0x41bcf5}}={'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':_0x4e02c8=>0x1!=_0x4e02c8}};_0x1483e5['gl']||={'dictionary':{},'getPluralForm':null},_0x1483e5['gl']['dictionary']=Object['assign'](_0x1483e5['gl']['dictionary'],_0xc4d5f8),_0x1483e5['gl']['getPluralForm']=_0x41bcf5;})(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':_0x280d24=>0x1==_0x280d24&&_0x280d24%0x1==0x0?0x0:0x2==_0x280d24&&_0x280d24%0x1==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x346866=>{const {he:{dictionary:_0x3f6e86,getPluralForm:_0x401271}}={'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':_0x5b82be=>0x1==_0x5b82be&&_0x5b82be%0x1==0x0?0x0:0x2==_0x5b82be&&_0x5b82be%0x1==0x0?0x1:0x2}};_0x346866['he']||={'dictionary':{},'getPluralForm':null},_0x346866['he']['dictionary']=Object['assign'](_0x346866['he']['dictionary'],_0x3f6e86),_0x346866['he']['getPluralForm']=_0x401271;})(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':_0x302a5c=>0x1!=_0x302a5c}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0xcb2a54=>{const {hi:{dictionary:_0x5a184e,getPluralForm:_0x5f3d54}}={'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':_0x5a0fa8=>0x1!=_0x5a0fa8}};_0xcb2a54['hi']||={'dictionary':{},'getPluralForm':null},_0xcb2a54['hi']['dictionary']=Object['assign'](_0xcb2a54['hi']['dictionary'],_0x5a184e),_0xcb2a54['hi']['getPluralForm']=_0x5f3d54;})(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':_0x4654a=>_0x4654a%0xa==0x1&&_0x4654a%0x64!=0xb?0x0:_0x4654a%0xa>=0x2&&_0x4654a%0xa<=0x4&&(_0x4654a%0x64<0xa||_0x4654a%0x64>=0x14)?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x5b6162=>{const {hr:{dictionary:_0x12052c,getPluralForm:_0x596455}}={'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':_0x5d36e8=>_0x5d36e8%0xa==0x1&&_0x5d36e8%0x64!=0xb?0x0:_0x5d36e8%0xa>=0x2&&_0x5d36e8%0xa<=0x4&&(_0x5d36e8%0x64<0xa||_0x5d36e8%0x64>=0x14)?0x1:0x2}};_0x5b6162['hr']||={'dictionary':{},'getPluralForm':null},_0x5b6162['hr']['dictionary']=Object['assign'](_0x5b6162['hr']['dictionary'],_0x12052c),_0x5b6162['hr']['getPluralForm']=_0x596455;})(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':_0x1b76a1=>0x1!=_0x1b76a1}};
|