@ckeditor/ckeditor5-export-pdf 43.1.0-alpha.5 → 43.1.0-alpha.7
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(){const t=s,e=[],n=[];for(const r of Array[t(123)](document[t(108)]))if(r[t(114)][t(125)](t(118)))for(const o of Array[t(123)](r[t(127)]))-1!==o[t(132)][t(113)](t(138))?e[t(129)](o[t(132)]):-1!==o[t(132)][t(113)](t(131))&&n[t(129)](o[t(132)]);return e[t(117)]||console[t(120)](t(110)),[...n,...e][t(115)](" ")[t(111)]()}function s(t,e){const n=i();return(s=function(t,e){return n[t-=106]})(t,e)}function i(){const t=["warn","187dFDMng","5500341GcKKsK","from","432775PaAPap","hasAttribute","all","cssRules","then","push","text",":root","cssText","EDITOR_STYLES","1002415guvOgg","178456bqfKuD","18HHXrVC","11892252iUMGIw",".ck-content","fetch","1ogKdUz","styleSheets","410470ycnlnj","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.","trim","39vuhDQq","indexOf","ownerNode","join","2041454PYuKsS","length","data-cke","120EaqwxB"];return(i=function(){return t})()}function c(t,e){const n=t.t;switch(e){case"Export to PDF":return n("Export to PDF");case"An error occurred while generating the PDF.":return n("An error occurred while generating the PDF.");case"PDF export started":return n("PDF export started");case"PDF export failed":return n("PDF export failed");case"PDF export successful":return n("PDF export successful");case"Exporting PDF document":return n("Exporting PDF document");default:return e}}function a(){const t=["cke5","function","then","987123EGurWQ","20630CRbNjo","contentLanguageDirection","ariaLiveAnnouncer","application/json","remove","MergeFieldsEditing","announce","set","2mfUmNh","get","PDF export failed","1573ndOskH","6AiCRZd","getMergeFieldsIds","An error occurred while generating the PDF.","POST","application/pdf","catch","createElement","editor","converterOptions","getLabel","PDF export successful","status","465184tlUDqT","stringify","createObjectURL","getDefaultValues","MergeFields","fetch","fileName","getDataSetValues","PDF export started","showWarning","click","isBusy",'<html>\n\t\t\t\t\t\t<head>\n\t\t\t\t\t\t\t<title>CKEditor 5 PDF document</title>\n\t\t\t\t\t\t\t<meta charset="utf-8">\n\t\t\t\t\t\t</head>\n\t\t\t\t\t\t<body>\n\t\t\t\t\t\t\t<div class="ck-content" dir="','">\n\t\t\t\t\t\t\t\t',"Notification","token","208mnHtgB","blob","pending","document.pdf","data","$labels","merge_fields","entries","mergeFields","_downloadFile","_token","ExportPdf","plugins","$defaultValues","previewMode","isEnabled","1226530ypbNnv","assertive","9792DBoluj","value","download","href","EDITOR_STYLES","URL","\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</body>\n\t\t\t\t\t</html>","locale","affectsData","finally","1122796XSVgQJ","stylesheets","has","1728286XkFpCB","refresh","https://pdf-converter.cke-cs.com/v1/convert/","dataCallback","config","converterUrl","execute","appID"];return(a=function(){return t})()}!function(t){const e=s,n=t();for(;;)try{if(770152===parseInt(e(107))/1*(-parseInt(e(116))/2)+parseInt(e(112))/3*(parseInt(e(135))/4)+-parseInt(e(134))/5*(-parseInt(e(136))/6)+parseInt(e(124))/7*(parseInt(e(119))/8)+-parseInt(e(122))/9+-parseInt(e(109))/10*(parseInt(e(121))/11)+parseInt(e(137))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(i);const u=p;function p(t,e){const n=a();return(p=function(t,e){return n[t-=243]})(t,e)}!function(t){const e=p,n=t();for(;;)try{if(248397===parseInt(e(321))/1*(parseInt(e(305))/2)+parseInt(e(296))/3+-parseInt(e(282))/4+-parseInt(e(270))/5*(parseInt(e(309))/6)+parseInt(e(285))/7+-parseInt(e(254))/8*(-parseInt(e(272))/9)+parseInt(e(297))/10*(-parseInt(e(308))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(a);class f extends t.Command{constructor(t){const e=p;super(t),this[e(304)](e(249),!1),this[e(280)]=!1}[u(286)](){const t=u;this[t(269)]=!this[t(249)],this[t(273)]=this[t(249)]?t(256):void 0}[u(291)](t={}){const e=u,n=this[e(316)],r=t[e(290)]||e(287),i=t[e(288)]||(t=>t[e(258)][e(306)]()),a=n[e(266)][e(306)](e(265)),p=t[e(253)]||a[e(264)];return this[e(249)]=!0,this[e(286)](),function(t){const e=s;if(!t)return new Promise((t=>t("")));const n=[];for(const r of t)e(133)!==r?n[e(129)](window[e(106)](r)[e(128)]((t=>t[e(130)]()))):n[e(129)](o());return Promise[e(126)](n)[e(128)]((t=>t[e(115)](" ")[e(111)]()))}(t[e(283)]||[e(276)])[e(295)]((async o=>{const s=e;if(n.ui[s(299)][s(303)](c(n[s(279)],s(246))),n[s(266)][s(284)](s(325))){t[s(317)]||(t[s(317)]={});const e=n[s(266)][s(306)](s(302)),r=e[s(268)],{prefix:o,suffix:i}=n[s(289)][s(306)](s(262)),c={prefix:o,suffix:i,data:{}};if(s(259)===r)for(const t of e[s(310)]())c[s(258)][t]=o+e[s(318)](t)+i;else{const t=s(267)===r?e[s(324)]():e[s(245)](r,!0);for(const n of Object[s(261)](t)){const[t,r]=n;c[s(258)][t]=null!==r?r:e[s(318)](t)}}t[s(317)][s(260)]=c}const a={html:s(250)+n[s(279)][s(298)]+s(251)+await i(n)+s(278),css:o,options:t[s(317)]},u={method:s(312),headers:{"Content-Type":s(300),Accept:s(313),...p?{Authorization:p[s(273)]}:null,"x-cs-app-id":t[s(292)]||s(293)},body:JSON[s(322)](a)};return window[s(243)](r,u)[s(295)]((t=>{const e=s;if(200!==t[e(320)])throw t;return t[e(255)]()}))[s(295)]((e=>{const r=s;n.ui[r(299)][r(303)](c(n[r(279)],r(319)));const o=r(294)==typeof t[r(244)]?t[r(244)]():t[r(244)];this[r(263)](e,o||r(257))}))}))[e(314)]((t=>{const r=e,o=n[r(266)][r(306)](r(252));throw n.ui[r(299)][r(303)](c(n[r(279)],r(307)),{politeness:r(271)}),o[r(247)](c(n[r(279)],r(311))),t}))[e(281)]((()=>{const t=e;this[t(249)]=!1,this[t(286)]()}))}[u(263)](t,e){const n=u,r=document[n(315)]("a");r[n(275)]=window[n(277)][n(323)](t),r[n(274)]=e,r[n(248)](),r[n(301)]()}}const d=l;function h(){const t=["add","label","isVisible","isEnabled","bind","menuBar:exportPdf","482208vZTTiR","3QBfcza","exportPdf","2766120nKCuWy","focus","editing","listenTo","editor","_createButton","ExportPdfUI","Exporting PDF document","set","locale","commands","isBusy","init","12sxVuua","componentFactory","iconView","children","Export to PDF","2738007OKoAps","34438uscEci","551558KpzsUb","get","config","219129rtGtND","isOn","execute","594455SxhFkl","view","pluginName","6CiWCcG"];return(h=function(){return t})()}function l(t,e){const n=h();return(l=function(t,e){return n[t-=483]})(t,e)}!function(t){const e=l,n=t();for(;;)try{if(174904===-parseInt(e(494))/1*(parseInt(e(515))/2)+parseInt(e(519))/3*(parseInt(e(509))/4)+parseInt(e(483))/5+-parseInt(e(486))/6*(parseInt(e(516))/7)+-parseInt(e(493))/8+parseInt(e(514))/9+-parseInt(e(496))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(h);class g extends t.Plugin{static get[d(485)](){return d(502)}[d(508)](){const t=d,n=this[t(500)];n.ui[t(510)][t(487)](t(495),(()=>{const r=t,o=this[r(501)](e.ButtonView),s=n[r(506)][r(517)](r(495));return o[r(504)]({tooltip:!0}),o[r(491)](r(520)).to(s,r(507)),o})),n.ui[t(510)][t(487)](t(492),(()=>this[t(501)](e.MenuBarMenuListItemButtonView)))}[d(501)](t){const n=d,r=this[n(500)],o=r[n(518)][n(517)](n(495))||{},s=r[n(506)][n(517)](n(495)),i=new t(r[n(505)]),a=new e.SpinnerView;return i[n(512)][n(487)](a),a[n(491)](n(489)).to(s,n(507)),i[n(511)][n(491)](n(489)).to(s,n(507),(t=>!t)),i[n(504)]({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(491)](n(490)).to(s,n(490)),i[n(491)](n(488)).to(s,n(507),(t=>c(r[n(505)],n(t?503:513)))),this[n(499)](i,n(521),(()=>{const t=n;r[t(521)](t(495),o),r[t(498)][t(484)][t(497)]()})),i}}function I(t,e){const n=P();return(I=function(t,e){return n[t-=119]})(t,e)}const x=I;function P(){const t=["847986HKjnwn","then","tokenUrl","token","1453460UPIceH","36GaJuvl","pluginName","136XLEQOR","512218QqkDCS","registerTokenUrl","add","requires","config","1660630tkeaHd","2980404FBMpqe","exportPdf","commands","CloudServices","_token","get","editor","init","12524Lzopov","1323993rgSLVP","plugins","64xhGdNg","ExportPdf"];return(P=function(){return t})()}!function(t){const e=I,n=t();for(;;)try{if(462083===-parseInt(e(131))/1*(-parseInt(e(143))/2)+-parseInt(e(132))/3+parseInt(e(123))/4+parseInt(e(122))/5+parseInt(e(136))/6+-parseInt(e(144))/7*(parseInt(e(134))/8)+-parseInt(e(141))/9*(parseInt(e(140))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(P);class v extends t.Plugin{static get[x(142)](){return x(135)}static get[x(120)](){return[x(126),e.Notification,g]}[x(130)](){const t=x,e=this[t(129)],n=e[t(121)][t(128)](t(124))||{};e[t(125)][t(119)](t(124),new f(e));const r=e[t(133)][t(128)](t(126));!1===n[t(138)]?this[t(127)]=null:n[t(138)]?r[t(145)](n[t(138)])[t(137)]((e=>{this[t(127)]=e})):this[t(127)]=r[t(139)]}}function m(t,e){var n=w();return(m=function(t,e){return n[t-=213]})(t,e)}function w(){var t=["1554682LceLTn","7614qVBjQt","44830yWvjKV","6783ucBeBl","4TUWzhU","3176695TIjJhC","1629bGzCkR","838610YfSNZV","7474984ujyeTe","117762ppBeaT"];return(w=function(){return t})()}!function(t){for(var e=m,n=t();;)try{if(616749===-parseInt(e(214))/1+parseInt(e(217))/2+-parseInt(e(216))/3+parseInt(e(221))/4*(-parseInt(e(222))/5)+parseInt(e(218))/6*(parseInt(e(220))/7)+parseInt(e(215))/8+-parseInt(e(213))/9*(parseInt(e(219))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(w)})(),(window.CKEditor5=window.CKEditor5||{}).exportPdf=r})();
|
package/dist/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Command as
|
|
23
|
+
import{Command as _0x383cdf,Plugin as _0x140ae2}from'@ckeditor/ckeditor5-core/dist/index.js';import{ButtonView as _0x407dfe,MenuBarMenuListItemButtonView as _0xa533d1,SpinnerView as _0x43d84d,Notification as _0xc32d0d}from'@ckeditor/ckeditor5-ui/dist/index.js';function a(){const _0x25f30e=[],_0x27aee0=[];for(const _0x57b323 of Array['from'](document['styleSheets'])){if(_0x57b323['ownerNode']['hasAttribute']('data-cke')){for(const _0x2b026d of Array['from'](_0x57b323['cssRules']))-0x1!==_0x2b026d['cssText']['indexOf']('.ck-content')?_0x25f30e['push'](_0x2b026d['cssText']):-0x1!==_0x2b026d['cssText']['indexOf'](':root')&&_0x27aee0['push'](_0x2b026d['cssText']);}}return _0x25f30e['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.'),[..._0x27aee0,..._0x25f30e]['join']('\x20')['trim']();}function d(_0x18560b,_0x522bb3){const t=_0x18560b['t'];switch(_0x522bb3){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 _0x522bb3;}}class o extends _0x383cdf{constructor(_0xb3202d){super(_0xb3202d),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x164f86={}){const _0x553f58=this['editor'],_0x458345=_0x164f86['converterUrl']||'https://pdf-converter.cke-cs.com/v1/convert/',_0x5b704c=_0x164f86['dataCallback']||(_0x172e76=>_0x172e76['data']['get']()),_0xc21dbe=_0x553f58['plugins']['get']('ExportPdf'),_0x43fe58=_0x164f86['token']||_0xc21dbe['_token'];return this['isBusy']=!0x0,this['refresh'](),function(_0x273110){if(!_0x273110)return new Promise(_0x5b1428=>_0x5b1428(''));const _0x4d769e=[];for(const _0x47a749 of _0x273110)'EDITOR_STYLES'!==_0x47a749?_0x4d769e['push'](window['fetch'](_0x47a749)['then'](_0x51139c=>_0x51139c['text']())):_0x4d769e['push'](a());return Promise['all'](_0x4d769e)['then'](_0x15dd40=>_0x15dd40['join']('\x20')['trim']());}(_0x164f86['stylesheets']||['EDITOR_STYLES'])['then'](async _0x31d2e5=>{if(_0x553f58['ui']['ariaLiveAnnouncer']['announce'](d(_0x553f58['locale'],'PDF\x20export\x20started')),_0x553f58['plugins']['has']('MergeFields')){_0x164f86['converterOptions']||(_0x164f86['converterOptions']={});const _0x2d9059=_0x553f58['plugins']['get']('MergeFieldsEditing'),_0x26404c=_0x2d9059['previewMode'],{prefix:_0x44df6e,suffix:_0xc41bb2}=_0x553f58['config']['get']('mergeFields'),_0x53801a={'prefix':_0x44df6e,'suffix':_0xc41bb2,'data':{}};if('$labels'===_0x26404c){for(const _0x323833 of _0x2d9059['getMergeFieldsIds']())_0x53801a['data'][_0x323833]=_0x44df6e+_0x2d9059['getLabel'](_0x323833)+_0xc41bb2;}else{const _0x55b2cd='$defaultValues'===_0x26404c?_0x2d9059['getDefaultValues']():_0x2d9059['getDataSetValues'](_0x26404c,!0x0);for(const _0x35a812 of Object['entries'](_0x55b2cd)){const [_0x450a36,_0x237ed6]=_0x35a812;_0x53801a['data'][_0x450a36]=null!==_0x237ed6?_0x237ed6:_0x2d9059['getLabel'](_0x450a36);}}_0x164f86['converterOptions']['merge_fields']=_0x53801a;}const _0x1e31aa={'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'+_0x553f58['locale']['contentLanguageDirection']+'\x22>\x0a\x09\x09\x09\x09\x09\x09\x09\x09'+await _0x5b704c(_0x553f58)+'\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':_0x31d2e5,'options':_0x164f86['converterOptions']},_0x437b99={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/pdf',..._0x43fe58?{'Authorization':_0x43fe58['value']}:null,'x-cs-app-id':_0x164f86['appID']||'cke5'},'body':JSON['stringify'](_0x1e31aa)};return window['fetch'](_0x458345,_0x437b99)['then'](_0x36f77e=>{if(0xc8!==_0x36f77e['status'])throw _0x36f77e;return _0x36f77e['blob']();})['then'](_0x408f2e=>{_0x553f58['ui']['ariaLiveAnnouncer']['announce'](d(_0x553f58['locale'],'PDF\x20export\x20successful'));const _0x25adf5='function'==typeof _0x164f86['fileName']?_0x164f86['fileName']():_0x164f86['fileName'];this['_downloadFile'](_0x408f2e,_0x25adf5||'document.pdf');});})['catch'](_0x2bb952=>{const _0x1a07c3=_0x553f58['plugins']['get']('Notification');throw _0x553f58['ui']['ariaLiveAnnouncer']['announce'](d(_0x553f58['locale'],'PDF\x20export\x20failed'),{'politeness':'assertive'}),_0x1a07c3['showWarning'](d(_0x553f58['locale'],'An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.')),_0x2bb952;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0x129996,_0x11b7a3){const _0x5ab147=document['createElement']('a');_0x5ab147['href']=window['URL']['createObjectURL'](_0x129996),_0x5ab147['download']=_0x11b7a3,_0x5ab147['click'](),_0x5ab147['remove']();}}class i extends _0x140ae2{static get['pluginName'](){return'ExportPdfUI';}['init'](){const _0x136f24=this['editor'];_0x136f24['ui']['componentFactory']['add']('exportPdf',()=>{const _0x4c367a=this['_createButton'](_0x407dfe),_0xb185fd=_0x136f24['commands']['get']('exportPdf');return _0x4c367a['set']({'tooltip':!0x0}),_0x4c367a['bind']('isOn')['to'](_0xb185fd,'isBusy'),_0x4c367a;}),_0x136f24['ui']['componentFactory']['add']('menuBar:exportPdf',()=>this['_createButton'](_0xa533d1));}['_createButton'](_0x182bbd){const _0xbcc845=this['editor'],_0x5c6d65=_0xbcc845['config']['get']('exportPdf')||{},_0x3fe7b4=_0xbcc845['commands']['get']('exportPdf'),_0x4a87bc=new _0x182bbd(_0xbcc845['locale']),_0x407f49=new _0x43d84d();return _0x4a87bc['children']['add'](_0x407f49),_0x407f49['bind']('isVisible')['to'](_0x3fe7b4,'isBusy'),_0x4a87bc['iconView']['bind']('isVisible')['to'](_0x3fe7b4,'isBusy',_0x19e1c9=>!_0x19e1c9),_0x4a87bc['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'}),_0x4a87bc['bind']('isEnabled')['to'](_0x3fe7b4,'isEnabled'),_0x4a87bc['bind']('label')['to'](_0x3fe7b4,'isBusy',_0x6e2adf=>d(_0xbcc845['locale'],_0x6e2adf?'Exporting\x20PDF\x20document':'Export\x20to\x20PDF')),this['listenTo'](_0x4a87bc,'execute',()=>{_0xbcc845['execute']('exportPdf',_0x5c6d65),_0xbcc845['editing']['view']['focus']();}),_0x4a87bc;}}class s extends _0x140ae2{['_token'];static get['pluginName'](){return'ExportPdf';}static get['requires'](){return['CloudServices',_0xc32d0d,i];}['init'](){const _0x2b9325=this['editor'],_0x63bfa1=_0x2b9325['config']['get']('exportPdf')||{};_0x2b9325['commands']['add']('exportPdf',new o(_0x2b9325));const _0x5db682=_0x2b9325['plugins']['get']('CloudServices');!0x1===_0x63bfa1['tokenUrl']?this['_token']=null:_0x63bfa1['tokenUrl']?_0x5db682['registerTokenUrl'](_0x63bfa1['tokenUrl'])['then'](_0x4fbfa6=>{this['_token']=_0x4fbfa6;}):this['_token']=_0x5db682['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':_0x5b0cfa=>0x1!=_0x5b0cfa}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x2c723e=>{const {af:{dictionary:_0x5839be,getPluralForm:_0x1cc148}}={'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':_0x46272d=>0x1!=_0x46272d}};_0x2c723e['af']||={'dictionary':{},'getPluralForm':null},_0x2c723e['af']['dictionary']=Object['assign'](_0x2c723e['af']['dictionary'],_0x5839be),_0x2c723e['af']['getPluralForm']=_0x1cc148;})(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':_0x1e1eeb=>0x0==_0x1e1eeb?0x0:0x1==_0x1e1eeb?0x1:0x2==_0x1e1eeb?0x2:_0x1e1eeb%0x64>=0x3&&_0x1e1eeb%0x64<=0xa?0x3:_0x1e1eeb%0x64>=0xb&&_0x1e1eeb%0x64<=0x63?0x4:0x5}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x35bf88=>{const {ar:{dictionary:_0x16b207,getPluralForm:_0x9b444}}={'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':_0xd9e0f5=>0x0==_0xd9e0f5?0x0:0x1==_0xd9e0f5?0x1:0x2==_0xd9e0f5?0x2:_0xd9e0f5%0x64>=0x3&&_0xd9e0f5%0x64<=0xa?0x3:_0xd9e0f5%0x64>=0xb&&_0xd9e0f5%0x64<=0x63?0x4:0x5}};_0x35bf88['ar']||={'dictionary':{},'getPluralForm':null},_0x35bf88['ar']['dictionary']=Object['assign'](_0x35bf88['ar']['dictionary'],_0x16b207),_0x35bf88['ar']['getPluralForm']=_0x9b444;})(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':_0x201311=>0x1!=_0x201311}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x8ac7ce=>{const {bg:{dictionary:_0x354327,getPluralForm:_0x2af080}}={'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':_0x3723df=>0x1!=_0x3723df}};_0x8ac7ce['bg']||={'dictionary':{},'getPluralForm':null},_0x8ac7ce['bg']['dictionary']=Object['assign'](_0x8ac7ce['bg']['dictionary'],_0x354327),_0x8ac7ce['bg']['getPluralForm']=_0x2af080;})(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':_0x2f5ea7=>0x1!=_0x2f5ea7}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0xd87150=>{const {bn:{dictionary:_0x337732,getPluralForm:_0x26cc2a}}={'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':_0x83bbeb=>0x1!=_0x83bbeb}};_0xd87150['bn']||={'dictionary':{},'getPluralForm':null},_0xd87150['bn']['dictionary']=Object['assign'](_0xd87150['bn']['dictionary'],_0x337732),_0xd87150['bn']['getPluralForm']=_0x26cc2a;})(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':_0x1632fa=>0x1!=_0x1632fa}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x599797=>{const {ca:{dictionary:_0x430005,getPluralForm:_0x282e2b}}={'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':_0x3ba3f8=>0x1!=_0x3ba3f8}};_0x599797['ca']||={'dictionary':{},'getPluralForm':null},_0x599797['ca']['dictionary']=Object['assign'](_0x599797['ca']['dictionary'],_0x430005),_0x599797['ca']['getPluralForm']=_0x282e2b;})(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':_0x259e85=>0x1==_0x259e85&&_0x259e85%0x1==0x0?0x0:_0x259e85>=0x2&&_0x259e85<=0x4&&_0x259e85%0x1==0x0?0x1:_0x259e85%0x1!=0x0?0x2:0x3}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x247efb=>{const {cs:{dictionary:_0x24dd97,getPluralForm:_0x45d108}}={'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':_0x312d6e=>0x1==_0x312d6e&&_0x312d6e%0x1==0x0?0x0:_0x312d6e>=0x2&&_0x312d6e<=0x4&&_0x312d6e%0x1==0x0?0x1:_0x312d6e%0x1!=0x0?0x2:0x3}};_0x247efb['cs']||={'dictionary':{},'getPluralForm':null},_0x247efb['cs']['dictionary']=Object['assign'](_0x247efb['cs']['dictionary'],_0x24dd97),_0x247efb['cs']['getPluralForm']=_0x45d108;})(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':_0xb8ead6=>0x1!=_0xb8ead6}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x4f0f88=>{const {da:{dictionary:_0x2b6d1c,getPluralForm:_0x2bb9e6}}={'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':_0x321b9b=>0x1!=_0x321b9b}};_0x4f0f88['da']||={'dictionary':{},'getPluralForm':null},_0x4f0f88['da']['dictionary']=Object['assign'](_0x4f0f88['da']['dictionary'],_0x2b6d1c),_0x4f0f88['da']['getPluralForm']=_0x2bb9e6;})(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':_0x137ba5=>0x1!=_0x137ba5}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x3904d3=>{const {de:{dictionary:_0x34dd50,getPluralForm:_0x537c42}}={'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':_0x1964e5=>0x1!=_0x1964e5}};_0x3904d3['de']||={'dictionary':{},'getPluralForm':null},_0x3904d3['de']['dictionary']=Object['assign'](_0x3904d3['de']['dictionary'],_0x34dd50),_0x3904d3['de']['getPluralForm']=_0x537c42;})(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':_0x307c03=>0x1!=_0x307c03}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x5aeae9=>{const {el:{dictionary:_0x9e228,getPluralForm:_0x38b044}}={'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':_0xf62b16=>0x1!=_0xf62b16}};_0x5aeae9['el']||={'dictionary':{},'getPluralForm':null},_0x5aeae9['el']['dictionary']=Object['assign'](_0x5aeae9['el']['dictionary'],_0x9e228),_0x5aeae9['el']['getPluralForm']=_0x38b044;})(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':_0x3847d4=>0x1!=_0x3847d4}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x47d012=>{const {'en-au':{dictionary:_0x1ae3c6,getPluralForm:_0x34e487}}={'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':_0x4dc033=>0x1!=_0x4dc033}};_0x47d012['en-au']||={'dictionary':{},'getPluralForm':null},_0x47d012['en-au']['dictionary']=Object['assign'](_0x47d012['en-au']['dictionary'],_0x1ae3c6),_0x47d012['en-au']['getPluralForm']=_0x34e487;})(window['CKEDITOR_TRANSLATIONS']||={});
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x1e184d=>{const {en:{dictionary:_0x1becf7,getPluralForm:_0x454023}}={'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}};_0x1e184d['en']||={'dictionary':{},'getPluralForm':null},_0x1e184d['en']['dictionary']=Object['assign'](_0x1e184d['en']['dictionary'],_0x1becf7),_0x1e184d['en']['getPluralForm']=_0x454023;})(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':_0x1271c5=>0x1==_0x1271c5?0x0:0x0!=_0x1271c5&&_0x1271c5%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0xd87214=>{const {'es-co':{dictionary:_0x24efc3,getPluralForm:_0x567367}}={'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':_0x43e714=>0x1==_0x43e714?0x0:0x0!=_0x43e714&&_0x43e714%0xf4240==0x0?0x1:0x2}};_0xd87214['es-co']||={'dictionary':{},'getPluralForm':null},_0xd87214['es-co']['dictionary']=Object['assign'](_0xd87214['es-co']['dictionary'],_0x24efc3),_0xd87214['es-co']['getPluralForm']=_0x567367;})(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':_0x19700a=>0x1==_0x19700a?0x0:0x0!=_0x19700a&&_0x19700a%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x244022=>{const {es:{dictionary:_0x586016,getPluralForm:_0x927995}}={'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':_0x462c13=>0x1==_0x462c13?0x0:0x0!=_0x462c13&&_0x462c13%0xf4240==0x0?0x1:0x2}};_0x244022['es']||={'dictionary':{},'getPluralForm':null},_0x244022['es']['dictionary']=Object['assign'](_0x244022['es']['dictionary'],_0x586016),_0x244022['es']['getPluralForm']=_0x927995;})(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':_0x229ccc=>0x1!=_0x229ccc}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x50b1da=>{const {et:{dictionary:_0x88d150,getPluralForm:_0x5ab803}}={'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':_0x428205=>0x1!=_0x428205}};_0x50b1da['et']||={'dictionary':{},'getPluralForm':null},_0x50b1da['et']['dictionary']=Object['assign'](_0x50b1da['et']['dictionary'],_0x88d150),_0x50b1da['et']['getPluralForm']=_0x5ab803;})(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':_0xe627e1=>0x1!=_0xe627e1}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x22ee27=>{const {fi:{dictionary:_0x3058a6,getPluralForm:_0x2209a0}}={'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':_0x37e23c=>0x1!=_0x37e23c}};_0x22ee27['fi']||={'dictionary':{},'getPluralForm':null},_0x22ee27['fi']['dictionary']=Object['assign'](_0x22ee27['fi']['dictionary'],_0x3058a6),_0x22ee27['fi']['getPluralForm']=_0x2209a0;})(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':_0x59db24=>0x0==_0x59db24||0x1==_0x59db24?0x0:0x0!=_0x59db24&&_0x59db24%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x5213da=>{const {fr:{dictionary:_0x3762ab,getPluralForm:_0x430ac0}}={'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':_0x44fb09=>0x0==_0x44fb09||0x1==_0x44fb09?0x0:0x0!=_0x44fb09&&_0x44fb09%0xf4240==0x0?0x1:0x2}};_0x5213da['fr']||={'dictionary':{},'getPluralForm':null},_0x5213da['fr']['dictionary']=Object['assign'](_0x5213da['fr']['dictionary'],_0x3762ab),_0x5213da['fr']['getPluralForm']=_0x430ac0;})(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':_0x595598=>0x1!=_0x595598}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0xad550a=>{const {gl:{dictionary:_0x36a4de,getPluralForm:_0x5e3122}}={'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':_0x261788=>0x1!=_0x261788}};_0xad550a['gl']||={'dictionary':{},'getPluralForm':null},_0xad550a['gl']['dictionary']=Object['assign'](_0xad550a['gl']['dictionary'],_0x36a4de),_0xad550a['gl']['getPluralForm']=_0x5e3122;})(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':_0x23b11a=>0x1==_0x23b11a&&_0x23b11a%0x1==0x0?0x0:0x2==_0x23b11a&&_0x23b11a%0x1==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x26f824=>{const {he:{dictionary:_0x56ac54,getPluralForm:_0x44bc7e}}={'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':_0x70e8bb=>0x1==_0x70e8bb&&_0x70e8bb%0x1==0x0?0x0:0x2==_0x70e8bb&&_0x70e8bb%0x1==0x0?0x1:0x2}};_0x26f824['he']||={'dictionary':{},'getPluralForm':null},_0x26f824['he']['dictionary']=Object['assign'](_0x26f824['he']['dictionary'],_0x56ac54),_0x26f824['he']['getPluralForm']=_0x44bc7e;})(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':_0x58caf7=>0x1!=_0x58caf7}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x4f389a=>{const {hi:{dictionary:_0x538673,getPluralForm:_0x49a762}}={'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':_0x5f3b61=>0x1!=_0x5f3b61}};_0x4f389a['hi']||={'dictionary':{},'getPluralForm':null},_0x4f389a['hi']['dictionary']=Object['assign'](_0x4f389a['hi']['dictionary'],_0x538673),_0x4f389a['hi']['getPluralForm']=_0x49a762;})(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':_0x502d7e=>_0x502d7e%0xa==0x1&&_0x502d7e%0x64!=0xb?0x0:_0x502d7e%0xa>=0x2&&_0x502d7e%0xa<=0x4&&(_0x502d7e%0x64<0xa||_0x502d7e%0x64>=0x14)?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x43a189=>{const {hr:{dictionary:_0x5e2dc7,getPluralForm:_0x3dc6a4}}={'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':_0x3f8523=>_0x3f8523%0xa==0x1&&_0x3f8523%0x64!=0xb?0x0:_0x3f8523%0xa>=0x2&&_0x3f8523%0xa<=0x4&&(_0x3f8523%0x64<0xa||_0x3f8523%0x64>=0x14)?0x1:0x2}};_0x43a189['hr']||={'dictionary':{},'getPluralForm':null},_0x43a189['hr']['dictionary']=Object['assign'](_0x43a189['hr']['dictionary'],_0x5e2dc7),_0x43a189['hr']['getPluralForm']=_0x3dc6a4;})(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':_0x403b49=>0x1!=_0x403b49}};
|