@ckeditor/ckeditor5-export-pdf 43.1.0-alpha.2 → 43.1.0-alpha.4
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:()=>w});var t=n(782),e=n(311);function o(){const t=s,e=[],n=[];for(const r of Array[t(352)](document[t(350)]))if(r[t(344)][t(341)](t(348)))for(const o of Array[t(352)](r[t(354)]))-1!==o[t(347)][t(342)](t(366))?e[t(343)](o[t(347)]):-1!==o[t(347)][t(342)](t(361))&&n[t(343)](o[t(347)]);return e[t(351)]||console[t(360)](t(364)),[...n,...e][t(359)](" ")[t(355)]()}function s(t,e){const n=i();return(s=function(t,e){return n[t-=339]})(t,e)}function i(){const t=["cssRules","trim","1449816ttyBcD","1882488FfieMM","3738ypbgxg","join","warn",":root","fetch","19494088cVKlXt","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.","text",".ck-content","all","1661022wPUZYx","5509etgfpv","hasAttribute","indexOf","push","ownerNode","569123tGVYjB","then","cssText","data-cke","EDITOR_STYLES","styleSheets","length","from","407320rZjnFs"];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(t){const e=s,n=t();for(;;)try{if(527271===-parseInt(e(345))/1+-parseInt(e(356))/2+-parseInt(e(339))/3+-parseInt(e(357))/4+-parseInt(e(353))/5+parseInt(e(358))/6*(parseInt(e(340))/7)+parseInt(e(363))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(i);const a=p;function u(){const t=["getDefaultValues","remove","fetch","click","EDITOR_STYLES",'<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="',"blob","refresh","plugins","URL","createObjectURL","set","announce","https://pdf-converter.cke-cs.com/v1/convert/","70kOgKmA","getLabel","dataCallback","has","data","$defaultValues","4mTbNfd","then","previewMode","catch","PDF export failed","assertive","getDataSetValues","showWarning","stylesheets","affectsData","href","download","contentLanguageDirection","fileName","document.pdf","MergeFields","_downloadFile","\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</body>\n\t\t\t\t\t</html>","application/pdf","stringify","pending","3646687vijRPn","execute","_token","509220ZsSXWo","MergeFieldsEditing","95510NKcDmN","merge_fields","918lzyPou","Notification","6962iikAlY","converterUrl","converterOptions","PDF export started","mergeFields","PDF export successful","ExportPdf","207585NRlrOo","getMergeFieldsIds","isBusy",'">\n\t\t\t\t\t\t\t\t',"token","function","ariaLiveAnnouncer","appID","config","get","958060uKsdsG","locale","entries","editor","POST","An error occurred while generating the PDF.","status","cke5","createElement","5600pSzVYB","value","finally","6fIqcJC","application/json","$labels","isEnabled"];return(u=function(){return t})()}function p(t,e){const n=u();return(p=function(t,e){return n[t-=135]})(t,e)}!function(t){const e=p,n=t();for(;;)try{if(139138===parseInt(e(204))/1*(-parseInt(e(157))/2)+parseInt(e(151))/3*(parseInt(e(210))/4)+-parseInt(e(153))/5*(-parseInt(e(186))/6)+parseInt(e(164))/7+-parseInt(e(183))/8*(parseInt(e(155))/9)+-parseInt(e(174))/10+parseInt(e(148))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(u);class f extends t.Command{constructor(t){const e=p;super(t),this[e(201)](e(166),!1),this[e(136)]=!1}[a(197)](){const t=a;this[t(189)]=!this[t(166)],this[t(184)]=this[t(166)]?t(147):void 0}[a(149)](t={}){const e=a,n=this[e(177)],r=t[e(158)]||e(203),i=t[e(206)]||(t=>t[e(208)][e(173)]()),u=n[e(198)][e(173)](e(163)),p=t[e(168)]||u[e(150)];return this[e(166)]=!0,this[e(197)](),function(t){const e=s;if(!t)return new Promise((t=>t("")));const n=[];for(const r of t)e(349)!==r?n[e(343)](window[e(362)](r)[e(346)]((t=>t[e(365)]()))):n[e(343)](o());return Promise[e(367)](n)[e(346)]((t=>t[e(359)](" ")[e(355)]()))}(t[e(135)]||[e(194)])[e(211)]((async o=>{const s=e;if(n.ui[s(170)][s(202)](c(n[s(175)],s(160))),n[s(198)][s(207)](s(142))){t[s(159)]||(t[s(159)]={});const e=n[s(198)][s(173)](s(152)),r=e[s(212)],{prefix:o,suffix:i}=n[s(172)][s(173)](s(161)),c={prefix:o,suffix:i,data:{}};if(s(188)===r)for(const t of e[s(165)]())c[s(208)][t]=o+e[s(205)](t)+i;else{const t=s(209)===r?e[s(190)]():e[s(216)](r,!0);for(const n of Object[s(176)](t)){const[t,r]=n;c[s(208)][t]=null!==r?r:e[s(205)](t)}}t[s(159)][s(154)]=c}const a={html:s(195)+n[s(175)][s(139)]+s(167)+await i(n)+s(144),css:o,options:t[s(159)]},u={method:s(178),headers:{"Content-Type":s(187),Accept:s(145),...p?{Authorization:p[s(184)]}:null,"x-cs-app-id":t[s(171)]||s(181)},body:JSON[s(146)](a)};return window[s(192)](r,u)[s(211)]((t=>{const e=s;if(200!==t[e(180)])throw t;return t[e(196)]()}))[s(211)]((e=>{const r=s;n.ui[r(170)][r(202)](c(n[r(175)],r(162)));const o=r(169)==typeof t[r(140)]?t[r(140)]():t[r(140)];this[r(143)](e,o||r(141))}))}))[e(213)]((t=>{const r=e,o=n[r(198)][r(173)](r(156));throw n.ui[r(170)][r(202)](c(n[r(175)],r(214)),{politeness:r(215)}),o[r(217)](c(n[r(175)],r(179))),t}))[e(185)]((()=>{const t=e;this[t(166)]=!1,this[t(197)]()}))}[a(143)](t,e){const n=a,r=document[n(182)]("a");r[n(137)]=window[n(199)][n(200)](t),r[n(138)]=e,r[n(193)](),r[n(191)]()}}const d=h;function h(t,e){const n=l();return(h=function(t,e){return n[t-=216]})(t,e)}function l(){const t=["children","44760uXVYvf","22376SjcifZ","set","Exporting PDF document","Export to PDF","listenTo","init","label","44MDpcTD","view","config","2454YzUKbx","get","_createButton","bind","commands","editing","editor","279wuNvhY","add","4370EHOQNo","120jZeiVu","isOn","locale","pluginName","menuBar:exportPdf","componentFactory","13875upqmUf","isEnabled","isVisible","652815kigGsE","iconView","15124824HBFqGC","132fncxlg","isBusy","ExportPdfUI","901109pqAFqs","exportPdf","execute","525hCjBXc","focus"];return(l=function(){return t})()}!function(t){const e=h,n=t();for(;;)try{if(841511===-parseInt(e(253))/1*(parseInt(e(241))/2)+-parseInt(e(251))/3*(-parseInt(e(234))/4)+parseInt(e(218))/5*(-parseInt(e(244))/6)+-parseInt(e(230))/7*(-parseInt(e(233))/8)+-parseInt(e(221))/9*(-parseInt(e(254))/10)+parseInt(e(227))/11*(-parseInt(e(224))/12)+parseInt(e(223))/13)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(l);class g extends t.Plugin{static get[d(257)](){return d(226)}[d(239)](){const t=d,n=this[t(250)];n.ui[t(217)][t(252)](t(228),(()=>{const r=t,o=this[r(246)](e.ButtonView),s=n[r(248)][r(245)](r(228));return o[r(235)]({tooltip:!0}),o[r(247)](r(255)).to(s,r(225)),o})),n.ui[t(217)][t(252)](t(216),(()=>this[t(246)](e.MenuBarMenuListItemButtonView)))}[d(246)](t){const n=d,r=this[n(250)],o=r[n(243)][n(245)](n(228))||{},s=r[n(248)][n(245)](n(228)),i=new t(r[n(256)]),a=new e.SpinnerView;return i[n(232)][n(252)](a),a[n(247)](n(220)).to(s,n(225)),i[n(222)][n(247)](n(220)).to(s,n(225),(t=>!t)),i[n(235)]({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(247)](n(219)).to(s,n(219)),i[n(247)](n(240)).to(s,n(225),(t=>c(r[n(256)],n(t?236:237)))),this[n(238)](i,n(229),(()=>{const t=n;r[t(229)](t(228),o),r[t(249)][t(242)][t(231)]()})),i}}const I=x;function x(t,e){const n=P();return(x=function(t,e){return n[t-=179]})(t,e)}function P(){const t=["token","1627928MIXPYd","4KVkOaQ","tokenUrl","requires","702045IspwwK","commands","add","270jJseNa","_token","ExportPdf","326640sNFxvv","6723JgWesF","11740NzWBoN","exportPdf","get","551313zYPKrt","CloudServices","config","21119FxizuS","then","pluginName","plugins","editor","registerTokenUrl","2842736dZGupa","init"];return(P=function(){return t})()}!function(t){const e=x,n=t();for(;;)try{if(479835===-parseInt(e(200))/1+parseInt(e(185))/2+-parseInt(e(189))/3+parseInt(e(186))/4*(parseInt(e(195))/5)+-parseInt(e(192))/6*(parseInt(e(203))/7)+-parseInt(e(182))/8+-parseInt(e(196))/9*(-parseInt(e(197))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(P);class w extends t.Plugin{static get[I(205)](){return I(194)}static get[I(188)](){return[I(201),e.Notification,g]}[I(183)](){const t=I,e=this[t(180)],n=e[t(202)][t(199)](t(198))||{};e[t(190)][t(191)](t(198),new f(e));const r=e[t(179)][t(199)](t(201));!1===n[t(187)]?this[t(193)]=null:n[t(187)]?r[t(181)](n[t(187)])[t(204)]((e=>{this[t(193)]=e})):this[t(193)]=r[t(184)]}}function v(t,e){var n=m();return(v=function(t,e){return n[t-=457]})(t,e)}function m(){var t=["6860136TwRIXP","4KVzaPh","4069776wosonb","2426683xQOTOL","15527006UrvXJs","8rJHWPz","323841adeerl","2401630CEvwho","1107456bAaPzx","5whUuBK","27hatfCg"];return(m=function(){return t})()}!function(t){for(var e=v,n=t();;)try{if(732367===-parseInt(e(457))/1+parseInt(e(463))/2*(parseInt(e(459))/3)+-parseInt(e(464))/4*(parseInt(e(460))/5)+-parseInt(e(462))/6+parseInt(e(465))/7*(parseInt(e(467))/8)+parseInt(e(461))/9*(parseInt(e(458))/10)+parseInt(e(466))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(m)})(),(window.CKEditor5=window.CKEditor5||{}).exportPdf=r})();
|
|
5
|
+
*/(()=>{var t={782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var o=e[r];if(void 0!==o)return o.exports;var s=e[r]={exports:{}};return t[r](s,s.exports,n),s.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{ExportPdf:()=>v});var t=n(782),e=n(311);function o(){const t=["data-cke","4127805rqjwbw","5INUwGG","cssText",".ck-content","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.","styleSheets","push","all","EDITOR_STYLES","86370PNfvzH","text","cssRules","warn","trim","1938495znlQpC","then","3713532SrADyq","820040gkhKPr","2yCEoxP","join","indexOf","3490704nPGxmV","798182iTdPHo","from","hasAttribute","length",":root","ownerNode","fetch"];return(o=function(){return t})()}function s(t,e){const n=o();return(s=function(t,e){return n[t-=188]})(t,e)}function i(){const t=s,e=[],n=[];for(const r of Array[t(198)](document[t(210)]))if(r[t(202)][t(199)](t(204)))for(const o of Array[t(198)](r[t(216)]))-1!==o[t(207)][t(195)](t(208))?e[t(211)](o[t(207)]):-1!==o[t(207)][t(195)](t(201))&&n[t(211)](o[t(207)]);return e[t(200)]||console[t(217)](t(209)),[...n,...e][t(194)](" ")[t(188)]()}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(355856===parseInt(e(214))/1+-parseInt(e(193))/2*(parseInt(e(189))/3)+parseInt(e(192))/4+-parseInt(e(206))/5*(-parseInt(e(191))/6)+parseInt(e(197))/7+parseInt(e(196))/8+-parseInt(e(205))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(o);const a=p;function u(){const t=["plugins","isBusy","converterUrl","MergeFieldsEditing","contentLanguageDirection","_token","finally","download","editor","632723MsfsaQ","entries","createElement","application/json","stylesheets","get","An error occurred while generating the PDF.","10056ToxcfS","fetch","ExportPdf","set","URL","$defaultValues","href","EDITOR_STYLES","7390840uGBkiC","Notification","fileName","pending","catch","getDefaultValues","MergeFields","function","appID","_downloadFile","https://pdf-converter.cke-cs.com/v1/convert/","config","token","data","91994UuKDAa","showWarning","assertive","getMergeFieldsIds","cke5","previewMode","dataCallback","then","status","locale","has","merge_fields",'<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="',"ariaLiveAnnouncer","execute",'">\n\t\t\t\t\t\t\t\t',"$labels","getLabel","application/pdf","PDF export successful","announce","affectsData","PDF export started","converterOptions","636baUXsB","isEnabled","985035vsyhrn","stringify","remove","document.pdf","POST","1629WlMAOu","mergeFields","refresh","2kAyVFh","39320ESxCBS","\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</body>\n\t\t\t\t\t</html>","createObjectURL","blob","PDF export failed","click","value","getDataSetValues","3121888OqIJQr"];return(u=function(){return t})()}function p(t,e){const n=u();return(p=function(t,e){return n[t-=479]})(t,e)}!function(t){const e=p,n=t();for(;;)try{if(604417===-parseInt(e(499))/1+-parseInt(e(533))/2*(-parseInt(e(525))/3)+parseInt(e(542))/4+-parseInt(e(534))/5*(parseInt(e(523))/6)+-parseInt(e(552))/7+-parseInt(e(559))/8*(parseInt(e(530))/9)+parseInt(e(485))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(u);class f extends t.Command{constructor(t){const e=p;super(t),this[e(480)](e(544),!1),this[e(520)]=!1}[a(532)](){const t=a;this[t(524)]=!this[t(544)],this[t(540)]=this[t(544)]?t(488):void 0}[a(513)](t={}){const e=a,n=this[e(551)],r=t[e(545)]||e(495),o=t[e(505)]||(t=>t[e(498)][e(557)]()),u=n[e(543)][e(557)](e(479)),p=t[e(497)]||u[e(548)];return this[e(544)]=!0,this[e(532)](),function(t){const e=s;if(!t)return new Promise((t=>t("")));const n=[];for(const r of t)e(213)!==r?n[e(211)](window[e(203)](r)[e(190)]((t=>t[e(215)]()))):n[e(211)](i());return Promise[e(212)](n)[e(190)]((t=>t[e(194)](" ")[e(188)]()))}(t[e(556)]||[e(484)])[e(506)]((async s=>{const i=e;if(n.ui[i(512)][i(519)](c(n[i(508)],i(521))),n[i(543)][i(509)](i(491))){t[i(522)]||(t[i(522)]={});const e=n[i(543)][i(557)](i(546)),r=e[i(504)],{prefix:o,suffix:s}=n[i(496)][i(557)](i(531)),c={prefix:o,suffix:s,data:{}};if(i(515)===r)for(const t of e[i(502)]())c[i(498)][t]=o+e[i(516)](t)+s;else{const t=i(482)===r?e[i(490)]():e[i(541)](r,!0);for(const n of Object[i(553)](t)){const[t,r]=n;c[i(498)][t]=null!==r?r:e[i(516)](t)}}t[i(522)][i(510)]=c}const a={html:i(511)+n[i(508)][i(547)]+i(514)+await o(n)+i(535),css:s,options:t[i(522)]},u={method:i(529),headers:{"Content-Type":i(555),Accept:i(517),...p?{Authorization:p[i(540)]}:null,"x-cs-app-id":t[i(493)]||i(503)},body:JSON[i(526)](a)};return window[i(560)](r,u)[i(506)]((t=>{const e=i;if(200!==t[e(507)])throw t;return t[e(537)]()}))[i(506)]((e=>{const r=i;n.ui[r(512)][r(519)](c(n[r(508)],r(518)));const o=r(492)==typeof t[r(487)]?t[r(487)]():t[r(487)];this[r(494)](e,o||r(528))}))}))[e(489)]((t=>{const r=e,o=n[r(543)][r(557)](r(486));throw n.ui[r(512)][r(519)](c(n[r(508)],r(538)),{politeness:r(501)}),o[r(500)](c(n[r(508)],r(558))),t}))[e(549)]((()=>{const t=e;this[t(544)]=!1,this[t(532)]()}))}[a(494)](t,e){const n=a,r=document[n(554)]("a");r[n(483)]=window[n(481)][n(536)](t),r[n(550)]=e,r[n(539)](),r[n(527)]()}}const d=l;function l(t,e){const n=h();return(l=function(t,e){return n[t-=332]})(t,e)}function h(){const t=["3156vepfUK","713638WvcvAv","exportPdf","_createButton","get","execute","menuBar:exportPdf","set","isOn","init","editing","config","549lLimNK","locale","5661224MIHsVD","pluginName","label","ExportPdfUI","isVisible","focus","children","isEnabled","commands","133540UqfwQK","listenTo","78683yvqjIx","Exporting PDF document","iconView","editor","1682665FQBkni","4EdhFYF","9602seVSPy","componentFactory","view","add","66sFSDef","isBusy","bind","3728874rOSemK","7PohdaZ","Export to PDF"];return(h=function(){return t})()}!function(t){const e=l,n=t();for(;;)try{if(422152===-parseInt(e(347))/1+parseInt(e(336))/2*(parseInt(e(340))/3)+-parseInt(e(335))/4*(parseInt(e(334))/5)+-parseInt(e(343))/6+parseInt(e(344))/7*(-parseInt(e(360))/8)+parseInt(e(358))/9*(parseInt(e(369))/10)+-parseInt(e(371))/11*(-parseInt(e(346))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(h);class I extends t.Plugin{static get[d(361)](){return d(363)}[d(355)](){const t=d,n=this[t(333)];n.ui[t(337)][t(339)](t(348),(()=>{const r=t,o=this[r(349)](e.ButtonView),s=n[r(368)][r(350)](r(348));return o[r(353)]({tooltip:!0}),o[r(342)](r(354)).to(s,r(341)),o})),n.ui[t(337)][t(339)](t(352),(()=>this[t(349)](e.MenuBarMenuListItemButtonView)))}[d(349)](t){const n=d,r=this[n(333)],o=r[n(357)][n(350)](n(348))||{},s=r[n(368)][n(350)](n(348)),i=new t(r[n(359)]),a=new e.SpinnerView;return i[n(366)][n(339)](a),a[n(342)](n(364)).to(s,n(341)),i[n(332)][n(342)](n(364)).to(s,n(341),(t=>!t)),i[n(353)]({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(342)](n(367)).to(s,n(367)),i[n(342)](n(362)).to(s,n(341),(t=>c(r[n(359)],n(t?372:345)))),this[n(370)](i,n(351),(()=>{const t=n;r[t(351)](t(348),o),r[t(356)][t(338)][t(365)]()})),i}}const g=x;function x(t,e){const n=P();return(x=function(t,e){return n[t-=473]})(t,e)}function P(){const t=["ExportPdf","403610MHAAAN","385VQuVuM","tokenUrl","8001608AvJeUY","654868xzJjJA","_token","9wgFfiQ","then","commands","268980PfgMCl","868466fNHllt","get","editor","241047rNMkyp","198ZYYCFp","2258965DtBdVv","pluginName","add","6kmKXCu","exportPdf","plugins","CloudServices","requires","token","config","init","7gGFFTU","registerTokenUrl"];return(P=function(){return t})()}!function(t){const e=x,n=t();for(;;)try{if(677462===-parseInt(e(497))/1+-parseInt(e(494))/2*(-parseInt(e(490))/3)+-parseInt(e(488))/4+-parseInt(e(499))/5*(-parseInt(e(473))/6)+parseInt(e(481))/7*(parseInt(e(487))/8)+-parseInt(e(498))/9*(parseInt(e(484))/10)+-parseInt(e(485))/11*(parseInt(e(493))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(P);class v extends t.Plugin{static get[g(500)](){return g(483)}static get[g(477)](){return[g(476),e.Notification,I]}[g(480)](){const t=g,e=this[t(496)],n=e[t(479)][t(495)](t(474))||{};e[t(492)][t(501)](t(474),new f(e));const r=e[t(475)][t(495)](t(476));!1===n[t(486)]?this[t(489)]=null:n[t(486)]?r[t(482)](n[t(486)])[t(491)]((e=>{this[t(489)]=e})):this[t(489)]=r[t(478)]}}function w(){var t=["666621TIVsyw","87774SZFaWS","40CePTWj","10676424MsRUpo","1860558gawzKg","15zahUXL","4147062dqNzaI","328660SfovtR","16AwfGyr","30vfHRfa","1155741lvMGZd"];return(w=function(){return t})()}function m(t,e){var n=w();return(m=function(t,e){return n[t-=316]})(t,e)}!function(t){for(var e=m,n=t();;)try{if(360531===parseInt(e(325))/1*(-parseInt(e(321))/2)+-parseInt(e(319))/3+parseInt(e(316))/4*(-parseInt(e(318))/5)+parseInt(e(326))/6+parseInt(e(324))/7*(parseInt(e(317))/8)+-parseInt(e(320))/9*(parseInt(e(322))/10)+parseInt(e(323))/11)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 _0x55bb4f,Plugin as _0x53b409}from'@ckeditor/ckeditor5-core/dist/index.js';import{ButtonView as _0x40e84e,MenuBarMenuListItemButtonView as _0x195d17,SpinnerView as _0x4f6727,Notification as _0x58cb93}from'@ckeditor/ckeditor5-ui/dist/index.js';function a(){const _0x35532f=[],_0x58cc24=[];for(const _0x43fe0b of Array['from'](document['styleSheets'])){if(_0x43fe0b['ownerNode']['hasAttribute']('data-cke')){for(const _0xd6a9c7 of Array['from'](_0x43fe0b['cssRules']))-0x1!==_0xd6a9c7['cssText']['indexOf']('.ck-content')?_0x35532f['push'](_0xd6a9c7['cssText']):-0x1!==_0xd6a9c7['cssText']['indexOf'](':root')&&_0x58cc24['push'](_0xd6a9c7['cssText']);}}return _0x35532f['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.'),[..._0x58cc24,..._0x35532f]['join']('\x20')['trim']();}function d(_0x335aa9,_0x5e9fed){const t=_0x335aa9['t'];switch(_0x5e9fed){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 _0x5e9fed;}}class o extends _0x55bb4f{constructor(_0x3a9494){super(_0x3a9494),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x2e2340={}){const _0x571d33=this['editor'],_0x145068=_0x2e2340['converterUrl']||'https://pdf-converter.cke-cs.com/v1/convert/',_0x773119=_0x2e2340['dataCallback']||(_0x24f41b=>_0x24f41b['data']['get']()),_0x1c2da2=_0x571d33['plugins']['get']('ExportPdf'),_0x2393d0=_0x2e2340['token']||_0x1c2da2['_token'];return this['isBusy']=!0x0,this['refresh'](),function(_0x41e9d9){if(!_0x41e9d9)return new Promise(_0x107ff6=>_0x107ff6(''));const _0x1a4547=[];for(const _0x3f07ee of _0x41e9d9)'EDITOR_STYLES'!==_0x3f07ee?_0x1a4547['push'](window['fetch'](_0x3f07ee)['then'](_0x15293f=>_0x15293f['text']())):_0x1a4547['push'](a());return Promise['all'](_0x1a4547)['then'](_0x128546=>_0x128546['join']('\x20')['trim']());}(_0x2e2340['stylesheets']||['EDITOR_STYLES'])['then'](async _0x1bd56d=>{if(_0x571d33['ui']['ariaLiveAnnouncer']['announce'](d(_0x571d33['locale'],'PDF\x20export\x20started')),_0x571d33['plugins']['has']('MergeFields')){_0x2e2340['converterOptions']||(_0x2e2340['converterOptions']={});const _0x5853bc=_0x571d33['plugins']['get']('MergeFieldsEditing'),_0x1bed43=_0x5853bc['previewMode'],{prefix:_0x1fd19c,suffix:_0xfc9903}=_0x571d33['config']['get']('mergeFields'),_0x4c6165={'prefix':_0x1fd19c,'suffix':_0xfc9903,'data':{}};if('$labels'===_0x1bed43){for(const _0x388da3 of _0x5853bc['getMergeFieldsIds']())_0x4c6165['data'][_0x388da3]=_0x1fd19c+_0x5853bc['getLabel'](_0x388da3)+_0xfc9903;}else{const _0x4f67ed='$defaultValues'===_0x1bed43?_0x5853bc['getDefaultValues']():_0x5853bc['getDataSetValues'](_0x1bed43,!0x0);for(const _0x12df66 of Object['entries'](_0x4f67ed)){const [_0x489182,_0x5db734]=_0x12df66;_0x4c6165['data'][_0x489182]=null!==_0x5db734?_0x5db734:_0x5853bc['getLabel'](_0x489182);}}_0x2e2340['converterOptions']['merge_fields']=_0x4c6165;}const _0x3a3f3b={'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'+_0x571d33['locale']['contentLanguageDirection']+'\x22>\x0a\x09\x09\x09\x09\x09\x09\x09\x09'+await _0x773119(_0x571d33)+'\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':_0x1bd56d,'options':_0x2e2340['converterOptions']},_0x3074bb={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/pdf',..._0x2393d0?{'Authorization':_0x2393d0['value']}:null,'x-cs-app-id':_0x2e2340['appID']||'cke5'},'body':JSON['stringify'](_0x3a3f3b)};return window['fetch'](_0x145068,_0x3074bb)['then'](_0x59bcc2=>{if(0xc8!==_0x59bcc2['status'])throw _0x59bcc2;return _0x59bcc2['blob']();})['then'](_0x2cf24d=>{_0x571d33['ui']['ariaLiveAnnouncer']['announce'](d(_0x571d33['locale'],'PDF\x20export\x20successful'));const _0x11b3e1='function'==typeof _0x2e2340['fileName']?_0x2e2340['fileName']():_0x2e2340['fileName'];this['_downloadFile'](_0x2cf24d,_0x11b3e1||'document.pdf');});})['catch'](_0xb4fb6f=>{const _0x4e44ba=_0x571d33['plugins']['get']('Notification');throw _0x571d33['ui']['ariaLiveAnnouncer']['announce'](d(_0x571d33['locale'],'PDF\x20export\x20failed'),{'politeness':'assertive'}),_0x4e44ba['showWarning'](d(_0x571d33['locale'],'An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.')),_0xb4fb6f;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0x51ebaa,_0x3faa9a){const _0x2d3a3f=document['createElement']('a');_0x2d3a3f['href']=window['URL']['createObjectURL'](_0x51ebaa),_0x2d3a3f['download']=_0x3faa9a,_0x2d3a3f['click'](),_0x2d3a3f['remove']();}}class i extends _0x53b409{static get['pluginName'](){return'ExportPdfUI';}['init'](){const _0x3ddb49=this['editor'];_0x3ddb49['ui']['componentFactory']['add']('exportPdf',()=>{const _0x58fbcc=this['_createButton'](_0x40e84e),_0x12de23=_0x3ddb49['commands']['get']('exportPdf');return _0x58fbcc['set']({'tooltip':!0x0}),_0x58fbcc['bind']('isOn')['to'](_0x12de23,'isBusy'),_0x58fbcc;}),_0x3ddb49['ui']['componentFactory']['add']('menuBar:exportPdf',()=>this['_createButton'](_0x195d17));}['_createButton'](_0x52966e){const _0x36a80f=this['editor'],_0x3731f2=_0x36a80f['config']['get']('exportPdf')||{},_0x1449d3=_0x36a80f['commands']['get']('exportPdf'),_0x3a0393=new _0x52966e(_0x36a80f['locale']),_0x16a59b=new _0x4f6727();return _0x3a0393['children']['add'](_0x16a59b),_0x16a59b['bind']('isVisible')['to'](_0x1449d3,'isBusy'),_0x3a0393['iconView']['bind']('isVisible')['to'](_0x1449d3,'isBusy',_0x560366=>!_0x560366),_0x3a0393['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'}),_0x3a0393['bind']('isEnabled')['to'](_0x1449d3,'isEnabled'),_0x3a0393['bind']('label')['to'](_0x1449d3,'isBusy',_0x46313b=>d(_0x36a80f['locale'],_0x46313b?'Exporting\x20PDF\x20document':'Export\x20to\x20PDF')),this['listenTo'](_0x3a0393,'execute',()=>{_0x36a80f['execute']('exportPdf',_0x3731f2),_0x36a80f['editing']['view']['focus']();}),_0x3a0393;}}class s extends _0x53b409{['_token'];static get['pluginName'](){return'ExportPdf';}static get['requires'](){return['CloudServices',_0x58cb93,i];}['init'](){const _0x7f72b6=this['editor'],_0x3d13a0=_0x7f72b6['config']['get']('exportPdf')||{};_0x7f72b6['commands']['add']('exportPdf',new o(_0x7f72b6));const _0x4a48b0=_0x7f72b6['plugins']['get']('CloudServices');!0x1===_0x3d13a0['tokenUrl']?this['_token']=null:_0x3d13a0['tokenUrl']?_0x4a48b0['registerTokenUrl'](_0x3d13a0['tokenUrl'])['then'](_0x54cf61=>{this['_token']=_0x54cf61;}):this['_token']=_0x4a48b0['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':_0x544c1e=>0x1!=_0x544c1e}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x2982db=>{const {af:{dictionary:_0x9b9009,getPluralForm:_0x4f610e}}={'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':_0x3dffac=>0x1!=_0x3dffac}};_0x2982db['af']||={'dictionary':{},'getPluralForm':null},_0x2982db['af']['dictionary']=Object['assign'](_0x2982db['af']['dictionary'],_0x9b9009),_0x2982db['af']['getPluralForm']=_0x4f610e;})(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':_0x54b9c4=>0x0==_0x54b9c4?0x0:0x1==_0x54b9c4?0x1:0x2==_0x54b9c4?0x2:_0x54b9c4%0x64>=0x3&&_0x54b9c4%0x64<=0xa?0x3:_0x54b9c4%0x64>=0xb&&_0x54b9c4%0x64<=0x63?0x4:0x5}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x4fdbed=>{const {ar:{dictionary:_0x5b0ecb,getPluralForm:_0x5d2360}}={'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':_0x393aca=>0x0==_0x393aca?0x0:0x1==_0x393aca?0x1:0x2==_0x393aca?0x2:_0x393aca%0x64>=0x3&&_0x393aca%0x64<=0xa?0x3:_0x393aca%0x64>=0xb&&_0x393aca%0x64<=0x63?0x4:0x5}};_0x4fdbed['ar']||={'dictionary':{},'getPluralForm':null},_0x4fdbed['ar']['dictionary']=Object['assign'](_0x4fdbed['ar']['dictionary'],_0x5b0ecb),_0x4fdbed['ar']['getPluralForm']=_0x5d2360;})(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':_0x55ad11=>0x1!=_0x55ad11}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x4c5785=>{const {bg:{dictionary:_0x157802,getPluralForm:_0x123384}}={'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':_0x5c1922=>0x1!=_0x5c1922}};_0x4c5785['bg']||={'dictionary':{},'getPluralForm':null},_0x4c5785['bg']['dictionary']=Object['assign'](_0x4c5785['bg']['dictionary'],_0x157802),_0x4c5785['bg']['getPluralForm']=_0x123384;})(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':_0x39f70a=>0x1!=_0x39f70a}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x507c3d=>{const {bn:{dictionary:_0x3d8525,getPluralForm:_0x39d972}}={'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':_0x1d36a7=>0x1!=_0x1d36a7}};_0x507c3d['bn']||={'dictionary':{},'getPluralForm':null},_0x507c3d['bn']['dictionary']=Object['assign'](_0x507c3d['bn']['dictionary'],_0x3d8525),_0x507c3d['bn']['getPluralForm']=_0x39d972;})(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':_0x142dd1=>0x1!=_0x142dd1}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x1ee7e8=>{const {ca:{dictionary:_0x48a9f0,getPluralForm:_0x1da893}}={'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':_0x4b44d0=>0x1!=_0x4b44d0}};_0x1ee7e8['ca']||={'dictionary':{},'getPluralForm':null},_0x1ee7e8['ca']['dictionary']=Object['assign'](_0x1ee7e8['ca']['dictionary'],_0x48a9f0),_0x1ee7e8['ca']['getPluralForm']=_0x1da893;})(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':_0x4d0647=>0x1==_0x4d0647&&_0x4d0647%0x1==0x0?0x0:_0x4d0647>=0x2&&_0x4d0647<=0x4&&_0x4d0647%0x1==0x0?0x1:_0x4d0647%0x1!=0x0?0x2:0x3}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x703d13=>{const {cs:{dictionary:_0x53a226,getPluralForm:_0x4021db}}={'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':_0x5211a1=>0x1==_0x5211a1&&_0x5211a1%0x1==0x0?0x0:_0x5211a1>=0x2&&_0x5211a1<=0x4&&_0x5211a1%0x1==0x0?0x1:_0x5211a1%0x1!=0x0?0x2:0x3}};_0x703d13['cs']||={'dictionary':{},'getPluralForm':null},_0x703d13['cs']['dictionary']=Object['assign'](_0x703d13['cs']['dictionary'],_0x53a226),_0x703d13['cs']['getPluralForm']=_0x4021db;})(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':_0x2bb72e=>0x1!=_0x2bb72e}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x3bd6dc=>{const {da:{dictionary:_0x5bb1e3,getPluralForm:_0x340726}}={'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':_0x35b20d=>0x1!=_0x35b20d}};_0x3bd6dc['da']||={'dictionary':{},'getPluralForm':null},_0x3bd6dc['da']['dictionary']=Object['assign'](_0x3bd6dc['da']['dictionary'],_0x5bb1e3),_0x3bd6dc['da']['getPluralForm']=_0x340726;})(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':_0x590eea=>0x1!=_0x590eea}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x197f1b=>{const {de:{dictionary:_0x361439,getPluralForm:_0x1eb16f}}={'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':_0x5a1ea9=>0x1!=_0x5a1ea9}};_0x197f1b['de']||={'dictionary':{},'getPluralForm':null},_0x197f1b['de']['dictionary']=Object['assign'](_0x197f1b['de']['dictionary'],_0x361439),_0x197f1b['de']['getPluralForm']=_0x1eb16f;})(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':_0x3a56c2=>0x1!=_0x3a56c2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x570de1=>{const {el:{dictionary:_0x306efa,getPluralForm:_0x1bb430}}={'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':_0x4d501b=>0x1!=_0x4d501b}};_0x570de1['el']||={'dictionary':{},'getPluralForm':null},_0x570de1['el']['dictionary']=Object['assign'](_0x570de1['el']['dictionary'],_0x306efa),_0x570de1['el']['getPluralForm']=_0x1bb430;})(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':_0x45b4a4=>0x1!=_0x45b4a4}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x563eae=>{const {'en-au':{dictionary:_0x4c9eb6,getPluralForm:_0x1ec18a}}={'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':_0x381b67=>0x1!=_0x381b67}};_0x563eae['en-au']||={'dictionary':{},'getPluralForm':null},_0x563eae['en-au']['dictionary']=Object['assign'](_0x563eae['en-au']['dictionary'],_0x4c9eb6),_0x563eae['en-au']['getPluralForm']=_0x1ec18a;})(window['CKEDITOR_TRANSLATIONS']||={});
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x48907b=>{const {en:{dictionary:_0x5b2eca,getPluralForm:_0x7e05c}}={'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}};_0x48907b['en']||={'dictionary':{},'getPluralForm':null},_0x48907b['en']['dictionary']=Object['assign'](_0x48907b['en']['dictionary'],_0x5b2eca),_0x48907b['en']['getPluralForm']=_0x7e05c;})(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':_0x17535c=>0x1==_0x17535c?0x0:0x0!=_0x17535c&&_0x17535c%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x44d9ab=>{const {'es-co':{dictionary:_0x4e209e,getPluralForm:_0x38fcce}}={'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':_0x12dc3b=>0x1==_0x12dc3b?0x0:0x0!=_0x12dc3b&&_0x12dc3b%0xf4240==0x0?0x1:0x2}};_0x44d9ab['es-co']||={'dictionary':{},'getPluralForm':null},_0x44d9ab['es-co']['dictionary']=Object['assign'](_0x44d9ab['es-co']['dictionary'],_0x4e209e),_0x44d9ab['es-co']['getPluralForm']=_0x38fcce;})(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':_0x28867b=>0x1==_0x28867b?0x0:0x0!=_0x28867b&&_0x28867b%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x453857=>{const {es:{dictionary:_0x72e331,getPluralForm:_0x367b79}}={'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':_0x116304=>0x1==_0x116304?0x0:0x0!=_0x116304&&_0x116304%0xf4240==0x0?0x1:0x2}};_0x453857['es']||={'dictionary':{},'getPluralForm':null},_0x453857['es']['dictionary']=Object['assign'](_0x453857['es']['dictionary'],_0x72e331),_0x453857['es']['getPluralForm']=_0x367b79;})(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':_0x2104aa=>0x1!=_0x2104aa}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x521aad=>{const {et:{dictionary:_0x4e2921,getPluralForm:_0x2e2976}}={'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':_0x15bdd8=>0x1!=_0x15bdd8}};_0x521aad['et']||={'dictionary':{},'getPluralForm':null},_0x521aad['et']['dictionary']=Object['assign'](_0x521aad['et']['dictionary'],_0x4e2921),_0x521aad['et']['getPluralForm']=_0x2e2976;})(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':_0x5d0556=>0x1!=_0x5d0556}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x248775=>{const {fi:{dictionary:_0x4d6ce6,getPluralForm:_0x240d5f}}={'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':_0x1ac00c=>0x1!=_0x1ac00c}};_0x248775['fi']||={'dictionary':{},'getPluralForm':null},_0x248775['fi']['dictionary']=Object['assign'](_0x248775['fi']['dictionary'],_0x4d6ce6),_0x248775['fi']['getPluralForm']=_0x240d5f;})(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':_0x45472f=>0x0==_0x45472f||0x1==_0x45472f?0x0:0x0!=_0x45472f&&_0x45472f%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x558531=>{const {fr:{dictionary:_0x284b7c,getPluralForm:_0x2355dd}}={'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':_0x59d533=>0x0==_0x59d533||0x1==_0x59d533?0x0:0x0!=_0x59d533&&_0x59d533%0xf4240==0x0?0x1:0x2}};_0x558531['fr']||={'dictionary':{},'getPluralForm':null},_0x558531['fr']['dictionary']=Object['assign'](_0x558531['fr']['dictionary'],_0x284b7c),_0x558531['fr']['getPluralForm']=_0x2355dd;})(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':_0x417cdb=>0x1!=_0x417cdb}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x2f6142=>{const {gl:{dictionary:_0x51c5c0,getPluralForm:_0x1d64df}}={'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':_0x3f8242=>0x1!=_0x3f8242}};_0x2f6142['gl']||={'dictionary':{},'getPluralForm':null},_0x2f6142['gl']['dictionary']=Object['assign'](_0x2f6142['gl']['dictionary'],_0x51c5c0),_0x2f6142['gl']['getPluralForm']=_0x1d64df;})(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':_0x3b8391=>0x1==_0x3b8391&&_0x3b8391%0x1==0x0?0x0:0x2==_0x3b8391&&_0x3b8391%0x1==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x54fe36=>{const {he:{dictionary:_0x4cd342,getPluralForm:_0x5cea28}}={'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':_0x408d90=>0x1==_0x408d90&&_0x408d90%0x1==0x0?0x0:0x2==_0x408d90&&_0x408d90%0x1==0x0?0x1:0x2}};_0x54fe36['he']||={'dictionary':{},'getPluralForm':null},_0x54fe36['he']['dictionary']=Object['assign'](_0x54fe36['he']['dictionary'],_0x4cd342),_0x54fe36['he']['getPluralForm']=_0x5cea28;})(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':_0x130891=>0x1!=_0x130891}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x3d1881=>{const {hi:{dictionary:_0x34c6fd,getPluralForm:_0x70c858}}={'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':_0x54307d=>0x1!=_0x54307d}};_0x3d1881['hi']||={'dictionary':{},'getPluralForm':null},_0x3d1881['hi']['dictionary']=Object['assign'](_0x3d1881['hi']['dictionary'],_0x34c6fd),_0x3d1881['hi']['getPluralForm']=_0x70c858;})(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':_0x418ef9=>_0x418ef9%0xa==0x1&&_0x418ef9%0x64!=0xb?0x0:_0x418ef9%0xa>=0x2&&_0x418ef9%0xa<=0x4&&(_0x418ef9%0x64<0xa||_0x418ef9%0x64>=0x14)?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x2d2419=>{const {hr:{dictionary:_0x5406cc,getPluralForm:_0x11528f}}={'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':_0x213e25=>_0x213e25%0xa==0x1&&_0x213e25%0x64!=0xb?0x0:_0x213e25%0xa>=0x2&&_0x213e25%0xa<=0x4&&(_0x213e25%0x64<0xa||_0x213e25%0x64>=0x14)?0x1:0x2}};_0x2d2419['hr']||={'dictionary':{},'getPluralForm':null},_0x2d2419['hr']['dictionary']=Object['assign'](_0x2d2419['hr']['dictionary'],_0x5406cc),_0x2d2419['hr']['getPluralForm']=_0x11528f;})(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':_0x489d9d=>0x1!=_0x489d9d}};
|