@ckeditor/ckeditor5-export-pdf 43.1.0-alpha.5 → 43.1.0-alpha.6
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:()=>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})();
|
|
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(t,e){const n=s();return(o=function(t,e){return n[t-=315]})(t,e)}function s(){const t=["ownerNode","warn","all","34083nlJyKM","length","styleSheets",":root","1618940MiNrpc","data-cke","20xXFlri","indexOf","text","join","from","6292vxwOjX","hasAttribute","60bMnGBq","cssRules","1043352HxiYys","5069273UzxhOK","cssText","fetch","42JZhPLL","481RdhdWt","EDITOR_STYLES","2659437JfXPku","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.","push",".ck-content","trim","then","714wagFAQ"];return(s=function(){return t})()}function i(){const t=o,e=[],n=[];for(const r of Array[t(322)](document[t(346)]))if(r[t(341)][t(324)](t(317)))for(const o of Array[t(322)](r[t(326)]))-1!==o[t(329)][t(319)](t(337))?e[t(336)](o[t(329)]):-1!==o[t(329)][t(319)](t(315))&&n[t(336)](o[t(329)]);return e[t(345)]||console[t(342)](t(335)),[...n,...e][t(321)](" ")[t(338)]()}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=o,n=t();for(;;)try{if(278160===parseInt(e(332))/1*(parseInt(e(340))/2)+-parseInt(e(325))/3*(parseInt(e(323))/4)+-parseInt(e(316))/5+parseInt(e(331))/6*(-parseInt(e(344))/7)+-parseInt(e(327))/8+-parseInt(e(334))/9+parseInt(e(318))/10*(parseInt(e(328))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(s);const a=u;function u(t,e){const n=d();return(u=function(t,e){return n[t-=102]})(t,e)}!function(t){const e=u,n=t();for(;;)try{if(430800===parseInt(e(127))/1+-parseInt(e(172))/2+parseInt(e(159))/3*(parseInt(e(176))/4)+-parseInt(e(112))/5+-parseInt(e(131))/6*(parseInt(e(135))/7)+parseInt(e(150))/8+parseInt(e(134))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(d);class p extends t.Command{constructor(t){const e=u;super(t),this[e(153)](e(110),!1),this[e(160)]=!1}[a(163)](){const t=a;this[t(156)]=!this[t(110)],this[t(119)]=this[t(110)]?t(122):void 0}[a(108)](t={}){const e=a,n=this[e(125)],r=t[e(115)]||e(118),s=t[e(103)]||(t=>t[e(166)][e(181)]()),u=n[e(130)][e(181)](e(142)),p=t[e(179)]||u[e(124)];return this[e(110)]=!0,this[e(163)](),function(t){const e=o;if(!t)return new Promise((t=>t("")));const n=[];for(const r of t)e(333)!==r?n[e(336)](window[e(330)](r)[e(339)]((t=>t[e(320)]()))):n[e(336)](i());return Promise[e(343)](n)[e(339)]((t=>t[e(321)](" ")[e(338)]()))}(t[e(121)]||[e(111)])[e(182)]((async o=>{const i=e;if(n.ui[i(113)][i(171)](c(n[i(132)],i(126))),n[i(130)][i(175)](i(120))){t[i(173)]||(t[i(173)]={});const e=n[i(130)][i(181)](i(168)),r=e[i(148)],{prefix:o,suffix:s}=n[i(137)][i(181)](i(152)),c={prefix:o,suffix:s,data:{}};if(i(155)===r)for(const t of e[i(109)]())c[i(166)][t]=o+e[i(167)](t)+s;else{const t=i(154)===r?e[i(149)]():e[i(133)](r,!0);for(const n of Object[i(123)](t)){const[t,r]=n;c[i(166)][t]=null!==r?r:e[i(167)](t)}}t[i(173)][i(141)]=c}const a={html:i(117)+n[i(132)][i(144)]+i(157)+await s(n)+i(169),css:o,options:t[i(173)]},u={method:i(174),headers:{"Content-Type":i(105),Accept:i(161),...p?{Authorization:p[i(119)]}:null,"x-cs-app-id":t[i(162)]||i(107)},body:JSON[i(151)](a)};return window[i(138)](r,u)[i(182)]((t=>{const e=i;if(200!==t[e(128)])throw t;return t[e(165)]()}))[i(182)]((e=>{const r=i;n.ui[r(113)][r(171)](c(n[r(132)],r(158)));const o=r(147)==typeof t[r(177)]?t[r(177)]():t[r(177)];this[r(136)](e,o||r(145))}))}))[e(164)]((t=>{const r=e,o=n[r(130)][r(181)](r(102));throw n.ui[r(113)][r(171)](c(n[r(132)],r(114)),{politeness:r(143)}),o[r(116)](c(n[r(132)],r(146))),t}))[e(140)]((()=>{const t=e;this[t(110)]=!1,this[t(163)]()}))}[a(136)](t,e){const n=a,r=document[n(106)]("a");r[n(180)]=window[n(139)][n(170)](t),r[n(178)]=e,r[n(104)](),r[n(129)]()}}function d(){const t=["locale","getDataSetValues","3885777RWNvym","791yfJNqy","_downloadFile","config","fetch","URL","finally","merge_fields","ExportPdf","assertive","contentLanguageDirection","document.pdf","An error occurred while generating the PDF.","function","previewMode","getDefaultValues","2317192cIDvFp","stringify","mergeFields","set","$defaultValues","$labels","isEnabled",'">\n\t\t\t\t\t\t\t\t',"PDF export successful","12iUlLNQ","affectsData","application/pdf","appID","refresh","catch","blob","data","getLabel","MergeFieldsEditing","\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","announce","1694520gDOmoD","converterOptions","POST","has","761924VTbLud","fileName","download","token","href","get","then","Notification","dataCallback","click","application/json","createElement","cke5","execute","getMergeFieldsIds","isBusy","EDITOR_STYLES","4036520MtzBeo","ariaLiveAnnouncer","PDF export failed","converterUrl","showWarning",'<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="',"https://pdf-converter.cke-cs.com/v1/convert/","value","MergeFields","stylesheets","pending","entries","_token","editor","PDF export started","704529sUqFgs","status","remove","plugins","5442ZQIvkU"];return(d=function(){return t})()}const f=l;function h(){const t=["isEnabled","isOn","init","52390dYkgSC","78iGSOyK","2065191zROJun","children","2267376MMBPDS","label","execute","editing","componentFactory","focus","commands","Export to PDF","ExportPdfUI","isVisible","menuBar:exportPdf","pluginName","10jJOfqd","listenTo","7698woOyQT","view","4139004LxBBtq","Exporting PDF document","isBusy","4383SrkkVV","get","_createButton","iconView","config","bind","locale","122073rApHxu","exportPdf","editor","set","4414544JbAXbp","add"];return(h=function(){return t})()}function l(t,e){const n=h();return(l=function(t,e){return n[t-=251]})(t,e)}!function(t){const e=l,n=t();for(;;)try{if(797026===parseInt(e(261))/1*(parseInt(e(278))/2)+parseInt(e(262))/3+parseInt(e(280))/4+-parseInt(e(276))/5*(-parseInt(e(264))/6)+parseInt(e(251))/7+parseInt(e(255))/8+parseInt(e(283))/9*(-parseInt(e(260))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(h);class g extends t.Plugin{static get[f(275)](){return f(272)}[f(259)](){const t=f,n=this[t(253)];n.ui[t(268)][t(256)](t(252),(()=>{const r=t,o=this[r(285)](e.ButtonView),s=n[r(270)][r(284)](r(252));return o[r(254)]({tooltip:!0}),o[r(288)](r(258)).to(s,r(282)),o})),n.ui[t(268)][t(256)](t(274),(()=>this[t(285)](e.MenuBarMenuListItemButtonView)))}[f(285)](t){const n=f,r=this[n(253)],o=r[n(287)][n(284)](n(252))||{},s=r[n(270)][n(284)](n(252)),i=new t(r[n(289)]),a=new e.SpinnerView;return i[n(263)][n(256)](a),a[n(288)](n(273)).to(s,n(282)),i[n(286)][n(288)](n(273)).to(s,n(282),(t=>!t)),i[n(254)]({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(288)](n(257)).to(s,n(257)),i[n(288)](n(265)).to(s,n(282),(t=>c(r[n(289)],n(t?281:271)))),this[n(277)](i,n(266),(()=>{const t=n;r[t(266)](t(252),o),r[t(267)][t(279)][t(269)]()})),i}}function x(){const t=["plugins","181866Wrqjpc","1975644ZcaQTt","get","requires","2482962NJGgBQ","560096RvAnDS","config","commands","6374800kZNkyV","then","34KLcIYL","registerTokenUrl","add","token","ExportPdf","init","pluginName","_token","tokenUrl","exportPdf","editor","8BEuQng","CloudServices","9564289ydEQso","225476zdVoPA"];return(x=function(){return t})()}const I=P;function P(t,e){const n=x();return(P=function(t,e){return n[t-=246]})(t,e)}!function(t){const e=P,n=t();for(;;)try{if(768018===-parseInt(e(250))/1+-parseInt(e(262))/2*(-parseInt(e(252))/3)+-parseInt(e(257))/4+parseInt(e(260))/5+parseInt(e(256))/6+-parseInt(e(249))/7*(parseInt(e(247))/8)+-parseInt(e(253))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(x);class v extends t.Plugin{static get[I(268)](){return I(266)}static get[I(255)](){return[I(248),e.Notification,g]}[I(267)](){const t=I,e=this[t(246)],n=e[t(258)][t(254)](t(271))||{};e[t(259)][t(264)](t(271),new p(e));const r=e[t(251)][t(254)](t(248));!1===n[t(270)]?this[t(269)]=null:n[t(270)]?r[t(263)](n[t(270)])[t(261)]((e=>{this[t(269)]=e})):this[t(269)]=r[t(265)]}}function m(){var t=["1034100YFozxE","38560jrZQoc","3596625vAzoed","358624tkbDMr","140KBUMqB","1421609GsTDka","7386UbJBmh","44GAEvON","5804XSzlhR"];return(m=function(){return t})()}function w(t,e){var n=m();return(w=function(t,e){return n[t-=165]})(t,e)}!function(t){for(var e=w,n=t();;)try{if(152544===parseInt(e(170))/1+-parseInt(e(169))/2*(parseInt(e(168))/3)+-parseInt(e(166))/4*(-parseInt(e(172))/5)+parseInt(e(171))/6+parseInt(e(167))/7+-parseInt(e(165))/8+-parseInt(e(173))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(m)})(),(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 _0x2596fa,Plugin as _0x3c1dfa}from'@ckeditor/ckeditor5-core/dist/index.js';import{ButtonView as _0x2082c8,MenuBarMenuListItemButtonView as _0x76cdcd,SpinnerView as _0x16d182,Notification as _0x5a3575}from'@ckeditor/ckeditor5-ui/dist/index.js';function a(){const _0x383bb1=[],_0x399c7f=[];for(const _0xcbca39 of Array['from'](document['styleSheets'])){if(_0xcbca39['ownerNode']['hasAttribute']('data-cke')){for(const _0x37a947 of Array['from'](_0xcbca39['cssRules']))-0x1!==_0x37a947['cssText']['indexOf']('.ck-content')?_0x383bb1['push'](_0x37a947['cssText']):-0x1!==_0x37a947['cssText']['indexOf'](':root')&&_0x399c7f['push'](_0x37a947['cssText']);}}return _0x383bb1['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.'),[..._0x399c7f,..._0x383bb1]['join']('\x20')['trim']();}function d(_0x259b01,_0x4ff210){const t=_0x259b01['t'];switch(_0x4ff210){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 _0x4ff210;}}class o extends _0x2596fa{constructor(_0xf339c8){super(_0xf339c8),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x159aee={}){const _0x34078=this['editor'],_0x20be2c=_0x159aee['converterUrl']||'https://pdf-converter.cke-cs.com/v1/convert/',_0x5669dc=_0x159aee['dataCallback']||(_0x3ce81c=>_0x3ce81c['data']['get']()),_0x298a53=_0x34078['plugins']['get']('ExportPdf'),_0x9d3cbb=_0x159aee['token']||_0x298a53['_token'];return this['isBusy']=!0x0,this['refresh'](),function(_0x2fee7d){if(!_0x2fee7d)return new Promise(_0x524bb6=>_0x524bb6(''));const _0xd939f3=[];for(const _0x45f4dd of _0x2fee7d)'EDITOR_STYLES'!==_0x45f4dd?_0xd939f3['push'](window['fetch'](_0x45f4dd)['then'](_0x46818b=>_0x46818b['text']())):_0xd939f3['push'](a());return Promise['all'](_0xd939f3)['then'](_0x6ee034=>_0x6ee034['join']('\x20')['trim']());}(_0x159aee['stylesheets']||['EDITOR_STYLES'])['then'](async _0x31ea04=>{if(_0x34078['ui']['ariaLiveAnnouncer']['announce'](d(_0x34078['locale'],'PDF\x20export\x20started')),_0x34078['plugins']['has']('MergeFields')){_0x159aee['converterOptions']||(_0x159aee['converterOptions']={});const _0x1c43e1=_0x34078['plugins']['get']('MergeFieldsEditing'),_0xaee021=_0x1c43e1['previewMode'],{prefix:_0xf4e2bd,suffix:_0x376ee0}=_0x34078['config']['get']('mergeFields'),_0x3ed6a2={'prefix':_0xf4e2bd,'suffix':_0x376ee0,'data':{}};if('$labels'===_0xaee021){for(const _0x3cbfaf of _0x1c43e1['getMergeFieldsIds']())_0x3ed6a2['data'][_0x3cbfaf]=_0xf4e2bd+_0x1c43e1['getLabel'](_0x3cbfaf)+_0x376ee0;}else{const _0x58f281='$defaultValues'===_0xaee021?_0x1c43e1['getDefaultValues']():_0x1c43e1['getDataSetValues'](_0xaee021,!0x0);for(const _0x1c58fa of Object['entries'](_0x58f281)){const [_0x4cc876,_0x3f2917]=_0x1c58fa;_0x3ed6a2['data'][_0x4cc876]=null!==_0x3f2917?_0x3f2917:_0x1c43e1['getLabel'](_0x4cc876);}}_0x159aee['converterOptions']['merge_fields']=_0x3ed6a2;}const _0x2159c7={'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'+_0x34078['locale']['contentLanguageDirection']+'\x22>\x0a\x09\x09\x09\x09\x09\x09\x09\x09'+await _0x5669dc(_0x34078)+'\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':_0x31ea04,'options':_0x159aee['converterOptions']},_0x46eb59={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/pdf',..._0x9d3cbb?{'Authorization':_0x9d3cbb['value']}:null,'x-cs-app-id':_0x159aee['appID']||'cke5'},'body':JSON['stringify'](_0x2159c7)};return window['fetch'](_0x20be2c,_0x46eb59)['then'](_0xe99387=>{if(0xc8!==_0xe99387['status'])throw _0xe99387;return _0xe99387['blob']();})['then'](_0x451963=>{_0x34078['ui']['ariaLiveAnnouncer']['announce'](d(_0x34078['locale'],'PDF\x20export\x20successful'));const _0x46e5de='function'==typeof _0x159aee['fileName']?_0x159aee['fileName']():_0x159aee['fileName'];this['_downloadFile'](_0x451963,_0x46e5de||'document.pdf');});})['catch'](_0x1cc40f=>{const _0x1f4ed2=_0x34078['plugins']['get']('Notification');throw _0x34078['ui']['ariaLiveAnnouncer']['announce'](d(_0x34078['locale'],'PDF\x20export\x20failed'),{'politeness':'assertive'}),_0x1f4ed2['showWarning'](d(_0x34078['locale'],'An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.')),_0x1cc40f;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0x375ca5,_0x3f0794){const _0x215b00=document['createElement']('a');_0x215b00['href']=window['URL']['createObjectURL'](_0x375ca5),_0x215b00['download']=_0x3f0794,_0x215b00['click'](),_0x215b00['remove']();}}class i extends _0x3c1dfa{static get['pluginName'](){return'ExportPdfUI';}['init'](){const _0x51b363=this['editor'];_0x51b363['ui']['componentFactory']['add']('exportPdf',()=>{const _0x208914=this['_createButton'](_0x2082c8),_0x11512f=_0x51b363['commands']['get']('exportPdf');return _0x208914['set']({'tooltip':!0x0}),_0x208914['bind']('isOn')['to'](_0x11512f,'isBusy'),_0x208914;}),_0x51b363['ui']['componentFactory']['add']('menuBar:exportPdf',()=>this['_createButton'](_0x76cdcd));}['_createButton'](_0x38a221){const _0x435198=this['editor'],_0x3233a6=_0x435198['config']['get']('exportPdf')||{},_0xc3ed58=_0x435198['commands']['get']('exportPdf'),_0x11b970=new _0x38a221(_0x435198['locale']),_0x475ddd=new _0x16d182();return _0x11b970['children']['add'](_0x475ddd),_0x475ddd['bind']('isVisible')['to'](_0xc3ed58,'isBusy'),_0x11b970['iconView']['bind']('isVisible')['to'](_0xc3ed58,'isBusy',_0x57eca9=>!_0x57eca9),_0x11b970['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'}),_0x11b970['bind']('isEnabled')['to'](_0xc3ed58,'isEnabled'),_0x11b970['bind']('label')['to'](_0xc3ed58,'isBusy',_0x23bad7=>d(_0x435198['locale'],_0x23bad7?'Exporting\x20PDF\x20document':'Export\x20to\x20PDF')),this['listenTo'](_0x11b970,'execute',()=>{_0x435198['execute']('exportPdf',_0x3233a6),_0x435198['editing']['view']['focus']();}),_0x11b970;}}class s extends _0x3c1dfa{['_token'];static get['pluginName'](){return'ExportPdf';}static get['requires'](){return['CloudServices',_0x5a3575,i];}['init'](){const _0x5cc53e=this['editor'],_0x5b9fbb=_0x5cc53e['config']['get']('exportPdf')||{};_0x5cc53e['commands']['add']('exportPdf',new o(_0x5cc53e));const _0x4ab19b=_0x5cc53e['plugins']['get']('CloudServices');!0x1===_0x5b9fbb['tokenUrl']?this['_token']=null:_0x5b9fbb['tokenUrl']?_0x4ab19b['registerTokenUrl'](_0x5b9fbb['tokenUrl'])['then'](_0x2f8cde=>{this['_token']=_0x2f8cde;}):this['_token']=_0x4ab19b['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':_0x5642fa=>0x1!=_0x5642fa}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x24201d=>{const {af:{dictionary:_0x2d31dd,getPluralForm:_0x809a33}}={'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':_0x4e1fc8=>0x1!=_0x4e1fc8}};_0x24201d['af']||={'dictionary':{},'getPluralForm':null},_0x24201d['af']['dictionary']=Object['assign'](_0x24201d['af']['dictionary'],_0x2d31dd),_0x24201d['af']['getPluralForm']=_0x809a33;})(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':_0x11830f=>0x0==_0x11830f?0x0:0x1==_0x11830f?0x1:0x2==_0x11830f?0x2:_0x11830f%0x64>=0x3&&_0x11830f%0x64<=0xa?0x3:_0x11830f%0x64>=0xb&&_0x11830f%0x64<=0x63?0x4:0x5}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x19a076=>{const {ar:{dictionary:_0x3917e7,getPluralForm:_0x7d2055}}={'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':_0x3ad6c3=>0x0==_0x3ad6c3?0x0:0x1==_0x3ad6c3?0x1:0x2==_0x3ad6c3?0x2:_0x3ad6c3%0x64>=0x3&&_0x3ad6c3%0x64<=0xa?0x3:_0x3ad6c3%0x64>=0xb&&_0x3ad6c3%0x64<=0x63?0x4:0x5}};_0x19a076['ar']||={'dictionary':{},'getPluralForm':null},_0x19a076['ar']['dictionary']=Object['assign'](_0x19a076['ar']['dictionary'],_0x3917e7),_0x19a076['ar']['getPluralForm']=_0x7d2055;})(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':_0x36ed3b=>0x1!=_0x36ed3b}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x7f94af=>{const {bg:{dictionary:_0x5a93e3,getPluralForm:_0x27ba73}}={'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':_0x935fb9=>0x1!=_0x935fb9}};_0x7f94af['bg']||={'dictionary':{},'getPluralForm':null},_0x7f94af['bg']['dictionary']=Object['assign'](_0x7f94af['bg']['dictionary'],_0x5a93e3),_0x7f94af['bg']['getPluralForm']=_0x27ba73;})(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':_0x13eca5=>0x1!=_0x13eca5}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x12e01a=>{const {bn:{dictionary:_0x188a9a,getPluralForm:_0x8829bc}}={'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':_0x304d6f=>0x1!=_0x304d6f}};_0x12e01a['bn']||={'dictionary':{},'getPluralForm':null},_0x12e01a['bn']['dictionary']=Object['assign'](_0x12e01a['bn']['dictionary'],_0x188a9a),_0x12e01a['bn']['getPluralForm']=_0x8829bc;})(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':_0x51ae8d=>0x1!=_0x51ae8d}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0xd77e63=>{const {ca:{dictionary:_0x1a4dae,getPluralForm:_0xc5d4ab}}={'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':_0x502f08=>0x1!=_0x502f08}};_0xd77e63['ca']||={'dictionary':{},'getPluralForm':null},_0xd77e63['ca']['dictionary']=Object['assign'](_0xd77e63['ca']['dictionary'],_0x1a4dae),_0xd77e63['ca']['getPluralForm']=_0xc5d4ab;})(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':_0x1d8f2a=>0x1==_0x1d8f2a&&_0x1d8f2a%0x1==0x0?0x0:_0x1d8f2a>=0x2&&_0x1d8f2a<=0x4&&_0x1d8f2a%0x1==0x0?0x1:_0x1d8f2a%0x1!=0x0?0x2:0x3}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x4b2154=>{const {cs:{dictionary:_0x31a62a,getPluralForm:_0x5acb6d}}={'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':_0x8ae72b=>0x1==_0x8ae72b&&_0x8ae72b%0x1==0x0?0x0:_0x8ae72b>=0x2&&_0x8ae72b<=0x4&&_0x8ae72b%0x1==0x0?0x1:_0x8ae72b%0x1!=0x0?0x2:0x3}};_0x4b2154['cs']||={'dictionary':{},'getPluralForm':null},_0x4b2154['cs']['dictionary']=Object['assign'](_0x4b2154['cs']['dictionary'],_0x31a62a),_0x4b2154['cs']['getPluralForm']=_0x5acb6d;})(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':_0x4f625b=>0x1!=_0x4f625b}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x4008f0=>{const {da:{dictionary:_0x3c746a,getPluralForm:_0x4c60b8}}={'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':_0x2ee0a4=>0x1!=_0x2ee0a4}};_0x4008f0['da']||={'dictionary':{},'getPluralForm':null},_0x4008f0['da']['dictionary']=Object['assign'](_0x4008f0['da']['dictionary'],_0x3c746a),_0x4008f0['da']['getPluralForm']=_0x4c60b8;})(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':_0x200156=>0x1!=_0x200156}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x3e8c39=>{const {de:{dictionary:_0x37e465,getPluralForm:_0x37be32}}={'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':_0x5b3b77=>0x1!=_0x5b3b77}};_0x3e8c39['de']||={'dictionary':{},'getPluralForm':null},_0x3e8c39['de']['dictionary']=Object['assign'](_0x3e8c39['de']['dictionary'],_0x37e465),_0x3e8c39['de']['getPluralForm']=_0x37be32;})(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':_0x452264=>0x1!=_0x452264}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x186d24=>{const {el:{dictionary:_0x587ca9,getPluralForm:_0x193b5c}}={'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':_0x4296e2=>0x1!=_0x4296e2}};_0x186d24['el']||={'dictionary':{},'getPluralForm':null},_0x186d24['el']['dictionary']=Object['assign'](_0x186d24['el']['dictionary'],_0x587ca9),_0x186d24['el']['getPluralForm']=_0x193b5c;})(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':_0x8fb627=>0x1!=_0x8fb627}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x40e6c0=>{const {'en-au':{dictionary:_0x526e9d,getPluralForm:_0x231b95}}={'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':_0xda7d7d=>0x1!=_0xda7d7d}};_0x40e6c0['en-au']||={'dictionary':{},'getPluralForm':null},_0x40e6c0['en-au']['dictionary']=Object['assign'](_0x40e6c0['en-au']['dictionary'],_0x526e9d),_0x40e6c0['en-au']['getPluralForm']=_0x231b95;})(window['CKEDITOR_TRANSLATIONS']||={});
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x4e5af8=>{const {en:{dictionary:_0x5bdf64,getPluralForm:_0x3c794b}}={'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}};_0x4e5af8['en']||={'dictionary':{},'getPluralForm':null},_0x4e5af8['en']['dictionary']=Object['assign'](_0x4e5af8['en']['dictionary'],_0x5bdf64),_0x4e5af8['en']['getPluralForm']=_0x3c794b;})(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':_0x12d730=>0x1==_0x12d730?0x0:0x0!=_0x12d730&&_0x12d730%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x25a7d4=>{const {'es-co':{dictionary:_0x22da85,getPluralForm:_0x554562}}={'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':_0x468cf0=>0x1==_0x468cf0?0x0:0x0!=_0x468cf0&&_0x468cf0%0xf4240==0x0?0x1:0x2}};_0x25a7d4['es-co']||={'dictionary':{},'getPluralForm':null},_0x25a7d4['es-co']['dictionary']=Object['assign'](_0x25a7d4['es-co']['dictionary'],_0x22da85),_0x25a7d4['es-co']['getPluralForm']=_0x554562;})(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':_0x1c2b83=>0x1==_0x1c2b83?0x0:0x0!=_0x1c2b83&&_0x1c2b83%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x31ebaa=>{const {es:{dictionary:_0x5cb200,getPluralForm:_0x259981}}={'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':_0x45738a=>0x1==_0x45738a?0x0:0x0!=_0x45738a&&_0x45738a%0xf4240==0x0?0x1:0x2}};_0x31ebaa['es']||={'dictionary':{},'getPluralForm':null},_0x31ebaa['es']['dictionary']=Object['assign'](_0x31ebaa['es']['dictionary'],_0x5cb200),_0x31ebaa['es']['getPluralForm']=_0x259981;})(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':_0x321fef=>0x1!=_0x321fef}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x19c27e=>{const {et:{dictionary:_0x4f0b61,getPluralForm:_0x34e452}}={'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':_0x5c6dbf=>0x1!=_0x5c6dbf}};_0x19c27e['et']||={'dictionary':{},'getPluralForm':null},_0x19c27e['et']['dictionary']=Object['assign'](_0x19c27e['et']['dictionary'],_0x4f0b61),_0x19c27e['et']['getPluralForm']=_0x34e452;})(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':_0x4fc773=>0x1!=_0x4fc773}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0xfc465e=>{const {fi:{dictionary:_0x4920b0,getPluralForm:_0x24d4fa}}={'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':_0x4af0ce=>0x1!=_0x4af0ce}};_0xfc465e['fi']||={'dictionary':{},'getPluralForm':null},_0xfc465e['fi']['dictionary']=Object['assign'](_0xfc465e['fi']['dictionary'],_0x4920b0),_0xfc465e['fi']['getPluralForm']=_0x24d4fa;})(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':_0x63246a=>0x0==_0x63246a||0x1==_0x63246a?0x0:0x0!=_0x63246a&&_0x63246a%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x175af2=>{const {fr:{dictionary:_0x4ff376,getPluralForm:_0x1c1c71}}={'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':_0x37548d=>0x0==_0x37548d||0x1==_0x37548d?0x0:0x0!=_0x37548d&&_0x37548d%0xf4240==0x0?0x1:0x2}};_0x175af2['fr']||={'dictionary':{},'getPluralForm':null},_0x175af2['fr']['dictionary']=Object['assign'](_0x175af2['fr']['dictionary'],_0x4ff376),_0x175af2['fr']['getPluralForm']=_0x1c1c71;})(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':_0x5ad19d=>0x1!=_0x5ad19d}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x38345f=>{const {gl:{dictionary:_0x2afcc4,getPluralForm:_0x52169a}}={'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':_0x1517ca=>0x1!=_0x1517ca}};_0x38345f['gl']||={'dictionary':{},'getPluralForm':null},_0x38345f['gl']['dictionary']=Object['assign'](_0x38345f['gl']['dictionary'],_0x2afcc4),_0x38345f['gl']['getPluralForm']=_0x52169a;})(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':_0x4a4c48=>0x1==_0x4a4c48&&_0x4a4c48%0x1==0x0?0x0:0x2==_0x4a4c48&&_0x4a4c48%0x1==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x2b07d5=>{const {he:{dictionary:_0x289c36,getPluralForm:_0x23dc2b}}={'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':_0x5b7de2=>0x1==_0x5b7de2&&_0x5b7de2%0x1==0x0?0x0:0x2==_0x5b7de2&&_0x5b7de2%0x1==0x0?0x1:0x2}};_0x2b07d5['he']||={'dictionary':{},'getPluralForm':null},_0x2b07d5['he']['dictionary']=Object['assign'](_0x2b07d5['he']['dictionary'],_0x289c36),_0x2b07d5['he']['getPluralForm']=_0x23dc2b;})(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':_0x55deb1=>0x1!=_0x55deb1}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x34420b=>{const {hi:{dictionary:_0x55dc2c,getPluralForm:_0xdc3d04}}={'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':_0x61d3b4=>0x1!=_0x61d3b4}};_0x34420b['hi']||={'dictionary':{},'getPluralForm':null},_0x34420b['hi']['dictionary']=Object['assign'](_0x34420b['hi']['dictionary'],_0x55dc2c),_0x34420b['hi']['getPluralForm']=_0xdc3d04;})(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':_0x46dec8=>_0x46dec8%0xa==0x1&&_0x46dec8%0x64!=0xb?0x0:_0x46dec8%0xa>=0x2&&_0x46dec8%0xa<=0x4&&(_0x46dec8%0x64<0xa||_0x46dec8%0x64>=0x14)?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x251238=>{const {hr:{dictionary:_0x1a72f1,getPluralForm:_0x54ae3b}}={'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':_0x4c6c2a=>_0x4c6c2a%0xa==0x1&&_0x4c6c2a%0x64!=0xb?0x0:_0x4c6c2a%0xa>=0x2&&_0x4c6c2a%0xa<=0x4&&(_0x4c6c2a%0x64<0xa||_0x4c6c2a%0x64>=0x14)?0x1:0x2}};_0x251238['hr']||={'dictionary':{},'getPluralForm':null},_0x251238['hr']['dictionary']=Object['assign'](_0x251238['hr']['dictionary'],_0x1a72f1),_0x251238['hr']['getPluralForm']=_0x54ae3b;})(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':_0x5a9775=>0x1!=_0x5a9775}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x32c65a=>{const {hu:{dictionary:_0x2e550e,getPluralForm:_0x30069d}}={'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':_0xc68ac1=>0x1!=_0xc68ac1}};_0x32c65a['hu']||={'dictionary':{},'getPluralForm':null},_0x32c65a['hu']['dictionary']=Object['assign'](_0x32c65a['hu']['dictionary'],_0x2e550e),_0x32c65a['hu']['getPluralForm']=_0x30069d;})(window['CKEDITOR_TRANSLATIONS']||={});
|