@ckeditor/ckeditor5-export-pdf 43.0.0-alpha.5 → 43.0.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:()=>m});var t=n(782),e=n(311);function o(){const t=["indexOf","27675lQIMUr","ownerNode",".ck-content",":root","warn","then","10046mellwv","2380895xNWrgT","styleSheets","5115418LefQAJ","fetch","text","132852WsCmWJ","all","2776sQPkYV","61OLHSPJ","data-cke","hasAttribute","EDITOR_STYLES","cssRules","1240710KDWWJN","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.","192465TZHJdN","cssText","trim","from","join","length","push"];return(o=function(){return t})()}function s(t,e){const n=o();return(s=function(t,e){return n[t-=117]})(t,e)}function i(){const t=s,e=[],n=[];for(const r of Array[t(117)](document[t(130)]))if(r[t(123)][t(139)](t(138)))for(const o of Array[t(117)](r[t(141)]))-1!==o[t(145)][t(121)](t(124))?e[t(120)](o[t(145)]):-1!==o[t(145)][t(121)](t(125))&&n[t(120)](o[t(145)]);return e[t(119)]||console[t(126)](t(143)),[...n,...e][t(118)](" ")[t(146)]()}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=["showWarning","application/pdf","getDataSetValues","ariaLiveAnnouncer","PDF export failed","catch","mergeFields","entries","data","fetch","previewMode",'<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="',"remove","\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</body>\n\t\t\t\t\t</html>","editor","assertive","6765606uAFMVt","refresh","execute","_token","finally","isBusy","token","stylesheets","contentLanguageDirection","An error occurred while generating the PDF.","href","PDF export successful","function","1985470ikmKGN","4122104nuIGoG","blob","2377950GcTnlC","merge_fields","converterOptions","269038jjeZEn","application/json","value","plugins","POST","getDefaultValues","16gcNuFA","361160ijgJkF","ExportPdf","Notification","config",'">\n\t\t\t\t\t\t\t\t',"dataCallback","https://pdf-converter.cke-cs.com/v1/convert/","EDITOR_STYLES","$labels","has","then","fileName","createElement","_downloadFile","getMergeFieldsIds","getLabel","createObjectURL","MergeFields","isEnabled","status","appID","document.pdf","set","cke5","get","1485850qkixRJ","$defaultValues","converterUrl","stringify","locale","pending","PDF export started","affectsData","URL","click","MergeFieldsEditing","announce","download"];return(a=function(){return t})()}function u(t,e){const n=a();return(u=function(t,e){return n[t-=435]})(t,e)}!function(t){const e=s,n=t();for(;;)try{if(396610===-parseInt(e(137))/1*(parseInt(e(128))/2)+parseInt(e(144))/3+parseInt(e(134))/4+parseInt(e(129))/5+-parseInt(e(142))/6+-parseInt(e(131))/7+parseInt(e(136))/8*(parseInt(e(122))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(o);const p=u;!function(t){const e=u,n=t();for(;;)try{if(582118===parseInt(e(473))/1+-parseInt(e(467))/2+-parseInt(e(470))/3+parseInt(e(480))/4+-parseInt(e(505))/5+parseInt(e(454))/6+-parseInt(e(468))/7*(-parseInt(e(479))/8))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(a);class d extends t.Command{constructor(t){const e=u;super(t),this[e(502)](e(459),!1),this[e(512)]=!1}[p(455)](){const t=p;this[t(498)]=!this[t(459)],this[t(475)]=this[t(459)]?t(510):void 0}[p(456)](t={}){const e=p,n=this[e(452)],r=t[e(507)]||e(486),o=t[e(485)]||(t=>t[e(446)][e(504)]()),a=n[e(476)][e(504)](e(481)),u=t[e(460)]||a[e(457)];return this[e(459)]=!0,this[e(455)](),function(t){const e=s;if(!t)return new Promise((t=>t("")));const n=[];for(const r of t)e(140)!==r?n[e(120)](window[e(132)](r)[e(127)]((t=>t[e(133)]()))):n[e(120)](i());return Promise[e(135)](n)[e(127)]((t=>t[e(118)](" ")[e(146)]()))}(t[e(461)]||[e(487)])[e(490)]((async s=>{const i=e;if(n.ui[i(441)][i(436)](c(n[i(509)],i(511))),n[i(476)][i(489)](i(497))){t[i(472)]||(t[i(472)]={});const e=n[i(476)][i(504)](i(435)),r=e[i(448)],{prefix:o,suffix:s}=n[i(483)][i(504)](i(444)),c={prefix:o,suffix:s,data:{}};if(i(488)===r)for(const t of e[i(494)]())c[i(446)][t]=o+e[i(495)](t)+s;else{const t=i(506)===r?e[i(478)]():e[i(440)](r,!0);for(const n of Object[i(445)](t)){const[t,r]=n;c[i(446)][t]=null!==r?r:e[i(495)](t)}}t[i(472)][i(471)]=c}const a={html:i(449)+n[i(509)][i(462)]+i(484)+await o(n)+i(451),css:s,options:t[i(472)]},p={method:i(477),headers:{"Content-Type":i(474),Accept:i(439),...u?{Authorization:u[i(475)]}:null,"x-cs-app-id":t[i(500)]||i(503)},body:JSON[i(508)](a)};return window[i(447)](r,p)[i(490)]((t=>{const e=i;if(200!==t[e(499)])throw t;return t[e(469)]()}))[i(490)]((e=>{const r=i;n.ui[r(441)][r(436)](c(n[r(509)],r(465)));const o=r(466)==typeof t[r(491)]?t[r(491)]():t[r(491)];this[r(493)](e,o||r(501))}))}))[e(443)]((t=>{const r=e,o=n[r(476)][r(504)](r(482));throw n.ui[r(441)][r(436)](c(n[r(509)],r(442)),{politeness:r(453)}),o[r(438)](c(n[r(509)],r(463))),t}))[e(458)]((()=>{const t=e;this[t(459)]=!1,this[t(455)]()}))}[p(493)](t,e){const n=p,r=document[n(492)]("a");r[n(464)]=window[n(513)][n(496)](t),r[n(437)]=e,r[n(514)](),r[n(450)]()}}const f=l;function l(t,e){const n=h();return(l=function(t,e){return n[t-=441]})(t,e)}function h(){const t=["Export to PDF","set","get","locale","2107800AAezkG","isBusy","ExportPdfUI","iconView","bind","321VsjKtP","view","editing","36rAsyzp","7469407WikQOx","isOn","isVisible","20652WBoFdF","menuBar:exportPdf","editor","pluginName","add","isEnabled","init","48NyiMLa","49625ApWOdE","children","config","Exporting PDF document","24988pKtKzH","545rTZuwH","listenTo","528hAOesD","exportPdf","componentFactory","7949550BCMxZt","execute","41256dQnVYt","label","_createButton","commands","focus"];return(h=function(){return t})()}!function(t){const e=l,n=t();for(;;)try{if(869683===parseInt(e(448))/1*(parseInt(e(477))/2)+-parseInt(e(474))/3*(-parseInt(e(452))/4)+parseInt(e(453))/5*(parseInt(e(481))/6)+parseInt(e(458))/7+parseInt(e(455))/8*(parseInt(e(460))/9)+parseInt(e(469))/10+-parseInt(e(478))/11*(parseInt(e(447))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(h);class g extends t.Plugin{static get[f(443)](){return f(471)}[f(446)](){const t=f,n=this[t(442)];n.ui[t(457)][t(444)](t(456),(()=>{const r=t,o=this[r(462)](e.ButtonView),s=n[r(463)][r(467)](r(456));return o[r(466)]({tooltip:!0}),o[r(473)](r(479)).to(s,r(470)),o})),n.ui[t(457)][t(444)](t(441),(()=>this[t(462)](e.MenuBarMenuListItemButtonView)))}[f(462)](t){const n=f,r=this[n(442)],o=r[n(450)][n(467)](n(456))||{},s=r[n(463)][n(467)](n(456)),i=new t(r[n(468)]),a=new e.SpinnerView;return i[n(449)][n(444)](a),a[n(473)](n(480)).to(s,n(470)),i[n(472)][n(473)](n(480)).to(s,n(470),(t=>!t)),i[n(466)]({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(473)](n(445)).to(s,n(445)),i[n(473)](n(461)).to(s,n(470),(t=>c(r[n(468)],n(t?451:465)))),this[n(454)](i,n(459),(()=>{const t=n;r[t(459)](t(456),o),r[t(476)][t(475)][t(464)]()})),i}}const I=P;function x(){const t=["then","requires","34670ehVWHw","CloudServices","editor","plugins","pluginName","registerTokenUrl","3370xmOIUX","54yCwnHg","1619681LTLBWG","1550088UcafnW","commands","690396zRYOjB","tokenUrl","2883ZvbMfx","config","_token","ExportPdf","add","get","89129PvLMKu","32ezlBKb","exportPdf","2012gdEqmT","14509tleoog","init","token"];return(x=function(){return t})()}function P(t,e){const n=x();return(P=function(t,e){return n[t-=433]})(t,e)}!function(t){const e=P,n=t();for(;;)try{if(384698===-parseInt(e(448))/1+-parseInt(e(440))/2+parseInt(e(442))/3*(-parseInt(e(451))/4)+-parseInt(e(457))/5*(parseInt(e(436))/6)+parseInt(e(437))/7+parseInt(e(449))/8*(parseInt(e(438))/9)+parseInt(e(435))/10*(parseInt(e(452))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(x);class m extends t.Plugin{static get[I(433)](){return I(445)}static get[I(456)](){return[I(458),e.Notification,g]}[I(453)](){const t=I,e=this[t(459)],n=e[t(443)][t(447)](t(450))||{};e[t(439)][t(446)](t(450),new d(e));const r=e[t(460)][t(447)](t(458));!1===n[t(441)]?this[t(444)]=null:n[t(441)]?r[t(434)](n[t(441)])[t(455)]((e=>{this[t(444)]=e})):this[t(444)]=r[t(454)]}}function w(t,e){var n=v();return(w=function(t,e){return n[t-=229]})(t,e)}function v(){var t=["369hWpYwQ","1338258tynPgJ","2297405RHHRbV","1803910tmGovp","547380ykPdJR","307384wVBEqi","206873guTdvQ","7QICiXk","18orThdz","2836XzVuND"];return(v=function(){return t})()}!function(t){for(var e=w,n=t();;)try{if(255983===-parseInt(e(235))/1+parseInt(e(238))/2*(parseInt(e(229))/3)+-parseInt(e(233))/4+parseInt(e(231))/5+-parseInt(e(230))/6*(-parseInt(e(236))/7)+parseInt(e(234))/8*(-parseInt(e(237))/9)+-parseInt(e(232))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(v)})(),(window.CKEditor5=window.CKEditor5||{}).exportPdf=r})();
|
|
5
|
+
*/(()=>{var t={782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var o=e[r]={exports:{}};return t[r](o,o.exports,n),o.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{ExportPdf:()=>P});var t=n(782),e=n(311);function s(){const t=o,e=[],n=[];for(const r of Array[t(337)](document[t(355)]))if(r[t(348)][t(343)](t(334)))for(const s of Array[t(337)](r[t(347)]))-1!==s[t(350)][t(354)](t(358))?e[t(349)](s[t(350)]):-1!==s[t(350)][t(354)](t(360))&&n[t(349)](s[t(350)]);return e[t(341)]||console[t(339)](t(340)),[...n,...e][t(352)](" ")[t(362)]()}function o(t,e){const n=i();return(o=function(t,e){return n[t-=332]})(t,e)}function i(){const t=["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.","length","124704oXwFkK","hasAttribute","24333YlbfvD","657628saYYeC","fetch","cssRules","ownerNode","push","cssText","12957850FPWtUB","join","28swrQpl","indexOf","styleSheets","text","then",".ck-content","946862IecxSe",":root","all","trim","8FbkEBR","252euVSmg","data-cke","EDITOR_STYLES","3235Eaemsf","from","5592174mCAsJB","warn"];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(t,e){const n=p();return(a=function(t,e){return n[t-=457]})(t,e)}!function(t){const e=o,n=t();for(;;)try{if(677615===parseInt(e(345))/1+parseInt(e(359))/2+-parseInt(e(344))/3*(-parseInt(e(353))/4)+parseInt(e(336))/5*(-parseInt(e(333))/6)+-parseInt(e(338))/7*(-parseInt(e(332))/8)+parseInt(e(342))/9+-parseInt(e(351))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(i);const u=a;function p(){const t=["remove","pending","announce","cke5","URL","execute","MergeFieldsEditing","plugins","EDITOR_STYLES","mergeFields","PDF export successful","$defaultValues","MergeFields","93576EEfJjS","10799148DeDmmO","2QariUm","stringify","getLabel","data","createElement","fetch","converterOptions","catch","has","showWarning",'">\n\t\t\t\t\t\t\t\t',"editor","ExportPdf","isEnabled","download","locale","get","Notification","getDefaultValues","function","https://pdf-converter.cke-cs.com/v1/convert/","_downloadFile","1960224ZjCDji","then","merge_fields","282qVekDK","entries","document.pdf","_token","application/pdf",'<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="',"POST","25QUxYAy","27eZrKyv","config","PDF export started","$labels","status","isBusy","href","373316htBHPd","An error occurred while generating the PDF.","4554QeVdyV","application/json","token","finally","ariaLiveAnnouncer","1901728QECTju","dataCallback","assertive","refresh","452958JgnHat","fileName","\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</body>\n\t\t\t\t\t</html>","appID","previewMode","getMergeFieldsIds","9110OItiEH","converterUrl","createObjectURL","click","PDF export failed","value","stylesheets","blob","getDataSetValues","contentLanguageDirection","set","affectsData"];return(p=function(){return t})()}!function(t){const e=a,n=t();for(;;)try{if(380780===parseInt(e(536))/1+parseInt(e(485))/2*(parseInt(e(507))/3)+parseInt(e(525))/4*(parseInt(e(517))/5)+parseInt(e(510))/6*(-parseInt(e(483))/7)+parseInt(e(532))/8*(parseInt(e(518))/9)+parseInt(e(458))/10*(-parseInt(e(527))/11)+-parseInt(e(484))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(p);class f extends t.Command{constructor(t){const e=a;super(t),this[e(468)](e(523),!1),this[e(469)]=!1}[u(535)](){const t=u;this[t(498)]=!this[t(523)],this[t(463)]=this[t(523)]?t(471):void 0}[u(475)](t={}){const e=u,n=this[e(496)],r=t[e(459)]||e(505),i=t[e(533)]||(t=>t[e(488)][e(501)]()),a=n[e(477)][e(501)](e(497)),p=t[e(529)]||a[e(513)];return this[e(523)]=!0,this[e(535)](),function(t){const e=o;if(!t)return new Promise((t=>t("")));const n=[];for(const r of t)e(335)!==r?n[e(349)](window[e(346)](r)[e(357)]((t=>t[e(356)]()))):n[e(349)](s());return Promise[e(361)](n)[e(357)]((t=>t[e(352)](" ")[e(362)]()))}(t[e(464)]||[e(478)])[e(508)]((async s=>{const o=e;if(n.ui[o(531)][o(472)](c(n[o(500)],o(520))),n[o(477)][o(493)](o(482))){t[o(491)]||(t[o(491)]={});const e=n[o(477)][o(501)](o(476)),r=e[o(540)],{prefix:s,suffix:i}=n[o(519)][o(501)](o(479)),c={prefix:s,suffix:i,data:{}};if(o(521)===r)for(const t of e[o(457)]())c[o(488)][t]=s+e[o(487)](t)+i;else{const t=o(481)===r?e[o(503)]():e[o(466)](r,!0);for(const n of Object[o(511)](t)){const[t,r]=n;c[o(488)][t]=null!==r?r:e[o(487)](t)}}t[o(491)][o(509)]=c}const a={html:o(515)+n[o(500)][o(467)]+o(495)+await i(n)+o(538),css:s,options:t[o(491)]},u={method:o(516),headers:{"Content-Type":o(528),Accept:o(514),...p?{Authorization:p[o(463)]}:null,"x-cs-app-id":t[o(539)]||o(473)},body:JSON[o(486)](a)};return window[o(490)](r,u)[o(508)]((t=>{const e=o;if(200!==t[e(522)])throw t;return t[e(465)]()}))[o(508)]((e=>{const r=o;n.ui[r(531)][r(472)](c(n[r(500)],r(480)));const s=r(504)==typeof t[r(537)]?t[r(537)]():t[r(537)];this[r(506)](e,s||r(512))}))}))[e(492)]((t=>{const r=e,s=n[r(477)][r(501)](r(502));throw n.ui[r(531)][r(472)](c(n[r(500)],r(462)),{politeness:r(534)}),s[r(494)](c(n[r(500)],r(526))),t}))[e(530)]((()=>{const t=e;this[t(523)]=!1,this[t(535)]()}))}[u(506)](t,e){const n=u,r=document[n(489)]("a");r[n(524)]=window[n(474)][n(460)](t),r[n(499)]=e,r[n(461)](),r[n(470)]()}}const d=h;function l(){const t=["isEnabled","3pwclMc","iconView","config","89874NQvlwF","listenTo","_createButton","isOn","exportPdf","menuBar:exportPdf","107416XAdTSb","label","view","add","3226FmyUyE","editor","35wPQLtE","commands","componentFactory","pluginName","231nDlYHA","children","90bGMBKZ","isBusy","execute","bind","get","107880wbvxQf","138220Xtmapl","isVisible","focus","locale","editing","50SJVqvu","init","Export to PDF","4126278YICxhO","13IjsreG","ExportPdfUI","Exporting PDF document","set","808004jvizxm"];return(l=function(){return t})()}function h(t,e){const n=l();return(h=function(t,e){return n[t-=125]})(t,e)}!function(t){const e=h,n=t();for(;;)try{if(130711===parseInt(e(149))/1*(parseInt(e(126))/2)+-parseInt(e(155))/3*(-parseInt(e(153))/4)+-parseInt(e(145))/5*(parseInt(e(158))/6)+-parseInt(e(128))/7*(-parseInt(e(164))/8)+parseInt(e(134))/9*(-parseInt(e(140))/10)+parseInt(e(132))/11*(-parseInt(e(139))/12)+parseInt(e(148))/13)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(l);class I extends t.Plugin{static get[d(131)](){return d(150)}[d(146)](){const t=d,n=this[t(127)];n.ui[t(130)][t(125)](t(162),(()=>{const r=t,s=this[r(160)](e.ButtonView),o=n[r(129)][r(138)](r(162));return s[r(152)]({tooltip:!0}),s[r(137)](r(161)).to(o,r(135)),s})),n.ui[t(130)][t(125)](t(163),(()=>this[t(160)](e.MenuBarMenuListItemButtonView)))}[d(160)](t){const n=d,r=this[n(127)],s=r[n(157)][n(138)](n(162))||{},o=r[n(129)][n(138)](n(162)),i=new t(r[n(143)]),a=new e.SpinnerView;return i[n(133)][n(125)](a),a[n(137)](n(141)).to(o,n(135)),i[n(156)][n(137)](n(141)).to(o,n(135),(t=>!t)),i[n(152)]({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(137)](n(154)).to(o,n(154)),i[n(137)](n(165)).to(o,n(135),(t=>c(r[n(143)],n(t?151:147)))),this[n(159)](i,n(136),(()=>{const t=n;r[t(136)](t(162),s),r[t(144)][t(166)][t(142)]()})),i}}const g=m;function x(){const t=["104UKPonr","registerTokenUrl","CloudServices","3786808xeMDiC","2541428krrreW","1848441rPmupw","ExportPdf","pluginName","10wNftFO","get","8578776tcwSlB","plugins","add","tokenUrl","init","requires","11381cPZzds","config","token","editor","3543440oMedQK","then","_token","commands","18YfQcFQ","1000077ZQwtVw","exportPdf"];return(x=function(){return t})()}function m(t,e){const n=x();return(m=function(t,e){return n[t-=396]})(t,e)}!function(t){const e=m,n=t();for(;;)try{if(738356===parseInt(e(415))/1*(-parseInt(e(399))/2)+-parseInt(e(397))/3+parseInt(e(403))/4*(parseInt(e(407))/5)+parseInt(e(409))/6+parseInt(e(404))/7+parseInt(e(402))/8*(-parseInt(e(396))/9)+-parseInt(e(419))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(x);class P extends t.Plugin{static get[g(406)](){return g(405)}static get[g(414)](){return[g(401),e.Notification,I]}[g(413)](){const t=g,e=this[t(418)],n=e[t(416)][t(408)](t(398))||{};e[t(422)][t(411)](t(398),new f(e));const r=e[t(410)][t(408)](t(401));!1===n[t(412)]?this[t(421)]=null:n[t(412)]?r[t(400)](n[t(412)])[t(420)]((e=>{this[t(421)]=e})):this[t(421)]=r[t(417)]}}function w(t,e){var n=v();return(w=function(t,e){return n[t-=138]})(t,e)}function v(){var t=["1268554KsbtRk","6AUVCEs","5162300GogcjL","7KqLAiV","15692787hJYjsS","1489760jPGqiP","4699005llWPEN","6143605GGUgTh","671713IMqIsm"];return(v=function(){return t})()}!function(t){for(var e=w,n=t();;)try{if(849778===-parseInt(e(145))/1+-parseInt(e(146))/2+parseInt(e(143))/3+parseInt(e(139))/4+parseInt(e(144))/5*(parseInt(e(138))/6)+-parseInt(e(140))/7*(parseInt(e(142))/8)+-parseInt(e(141))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(v)})(),(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 _0x4932ea,Plugin as _0x2b873e}from'@ckeditor/ckeditor5-core/dist/index.js';import{ButtonView as _0x53e37b,MenuBarMenuListItemButtonView as _0x4a5ca7,SpinnerView as _0xdee761,Notification as _0x3a0d58}from'@ckeditor/ckeditor5-ui/dist/index.js';function a(){const _0x1d33c8=[],_0x113e19=[];for(const _0x57ca7c of Array['from'](document['styleSheets'])){if(_0x57ca7c['ownerNode']['hasAttribute']('data-cke')){for(const _0x50f2f1 of Array['from'](_0x57ca7c['cssRules']))-0x1!==_0x50f2f1['cssText']['indexOf']('.ck-content')?_0x1d33c8['push'](_0x50f2f1['cssText']):-0x1!==_0x50f2f1['cssText']['indexOf'](':root')&&_0x113e19['push'](_0x50f2f1['cssText']);}}return _0x1d33c8['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.'),[..._0x113e19,..._0x1d33c8]['join']('\x20')['trim']();}function d(_0xe30610,_0x3a57d0){const t=_0xe30610['t'];switch(_0x3a57d0){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 _0x3a57d0;}}class o extends _0x4932ea{constructor(_0x1a34dc){super(_0x1a34dc),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x3ef051={}){const _0x29e31a=this['editor'],_0x3754d8=_0x3ef051['converterUrl']||'https://pdf-converter.cke-cs.com/v1/convert/',_0x31323f=_0x3ef051['dataCallback']||(_0x483bec=>_0x483bec['data']['get']()),_0x394f9e=_0x29e31a['plugins']['get']('ExportPdf'),_0x2c40c1=_0x3ef051['token']||_0x394f9e['_token'];return this['isBusy']=!0x0,this['refresh'](),function(_0x19219d){if(!_0x19219d)return new Promise(_0x24e6a4=>_0x24e6a4(''));const _0x560f36=[];for(const _0x4750ca of _0x19219d)'EDITOR_STYLES'!==_0x4750ca?_0x560f36['push'](window['fetch'](_0x4750ca)['then'](_0x177043=>_0x177043['text']())):_0x560f36['push'](a());return Promise['all'](_0x560f36)['then'](_0x385af2=>_0x385af2['join']('\x20')['trim']());}(_0x3ef051['stylesheets']||['EDITOR_STYLES'])['then'](async _0x46ea30=>{if(_0x29e31a['ui']['ariaLiveAnnouncer']['announce'](d(_0x29e31a['locale'],'PDF\x20export\x20started')),_0x29e31a['plugins']['has']('MergeFields')){_0x3ef051['converterOptions']||(_0x3ef051['converterOptions']={});const _0x35ae66=_0x29e31a['plugins']['get']('MergeFieldsEditing'),_0x7d178b=_0x35ae66['previewMode'],{prefix:_0x4bb9a0,suffix:_0x4783c6}=_0x29e31a['config']['get']('mergeFields'),_0xc2f3e0={'prefix':_0x4bb9a0,'suffix':_0x4783c6,'data':{}};if('$labels'===_0x7d178b){for(const _0x1b3f0a of _0x35ae66['getMergeFieldsIds']())_0xc2f3e0['data'][_0x1b3f0a]=_0x4bb9a0+_0x35ae66['getLabel'](_0x1b3f0a)+_0x4783c6;}else{const _0x103151='$defaultValues'===_0x7d178b?_0x35ae66['getDefaultValues']():_0x35ae66['getDataSetValues'](_0x7d178b,!0x0);for(const _0x46b7e0 of Object['entries'](_0x103151)){const [_0x274b0c,_0x5a7a94]=_0x46b7e0;_0xc2f3e0['data'][_0x274b0c]=null!==_0x5a7a94?_0x5a7a94:_0x35ae66['getLabel'](_0x274b0c);}}_0x3ef051['converterOptions']['merge_fields']=_0xc2f3e0;}const _0x5f1bb2={'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'+_0x29e31a['locale']['contentLanguageDirection']+'\x22>\x0a\x09\x09\x09\x09\x09\x09\x09\x09'+await _0x31323f(_0x29e31a)+'\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':_0x46ea30,'options':_0x3ef051['converterOptions']},_0x1986c5={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/pdf',..._0x2c40c1?{'Authorization':_0x2c40c1['value']}:null,'x-cs-app-id':_0x3ef051['appID']||'cke5'},'body':JSON['stringify'](_0x5f1bb2)};return window['fetch'](_0x3754d8,_0x1986c5)['then'](_0x3eb08b=>{if(0xc8!==_0x3eb08b['status'])throw _0x3eb08b;return _0x3eb08b['blob']();})['then'](_0xe5e91b=>{_0x29e31a['ui']['ariaLiveAnnouncer']['announce'](d(_0x29e31a['locale'],'PDF\x20export\x20successful'));const _0x774a93='function'==typeof _0x3ef051['fileName']?_0x3ef051['fileName']():_0x3ef051['fileName'];this['_downloadFile'](_0xe5e91b,_0x774a93||'document.pdf');});})['catch'](_0x30b2ce=>{const _0x1ad7b2=_0x29e31a['plugins']['get']('Notification');throw _0x29e31a['ui']['ariaLiveAnnouncer']['announce'](d(_0x29e31a['locale'],'PDF\x20export\x20failed'),{'politeness':'assertive'}),_0x1ad7b2['showWarning'](d(_0x29e31a['locale'],'An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.')),_0x30b2ce;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0x2cd8dd,_0x5d6f3f){const _0x51e154=document['createElement']('a');_0x51e154['href']=window['URL']['createObjectURL'](_0x2cd8dd),_0x51e154['download']=_0x5d6f3f,_0x51e154['click'](),_0x51e154['remove']();}}class i extends _0x2b873e{static get['pluginName'](){return'ExportPdfUI';}['init'](){const _0x5400b3=this['editor'];_0x5400b3['ui']['componentFactory']['add']('exportPdf',()=>{const _0x37532f=this['_createButton'](_0x53e37b),_0x1468ce=_0x5400b3['commands']['get']('exportPdf');return _0x37532f['set']({'tooltip':!0x0}),_0x37532f['bind']('isOn')['to'](_0x1468ce,'isBusy'),_0x37532f;}),_0x5400b3['ui']['componentFactory']['add']('menuBar:exportPdf',()=>this['_createButton'](_0x4a5ca7));}['_createButton'](_0xdc7f16){const _0x395bcf=this['editor'],_0x1b776d=_0x395bcf['config']['get']('exportPdf')||{},_0x48eb11=_0x395bcf['commands']['get']('exportPdf'),_0x376469=new _0xdc7f16(_0x395bcf['locale']),_0x5e4eca=new _0xdee761();return _0x376469['children']['add'](_0x5e4eca),_0x5e4eca['bind']('isVisible')['to'](_0x48eb11,'isBusy'),_0x376469['iconView']['bind']('isVisible')['to'](_0x48eb11,'isBusy',_0x3207c0=>!_0x3207c0),_0x376469['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'}),_0x376469['bind']('isEnabled')['to'](_0x48eb11,'isEnabled'),_0x376469['bind']('label')['to'](_0x48eb11,'isBusy',_0x28bd00=>d(_0x395bcf['locale'],_0x28bd00?'Exporting\x20PDF\x20document':'Export\x20to\x20PDF')),this['listenTo'](_0x376469,'execute',()=>{_0x395bcf['execute']('exportPdf',_0x1b776d),_0x395bcf['editing']['view']['focus']();}),_0x376469;}}class s extends _0x2b873e{['_token'];static get['pluginName'](){return'ExportPdf';}static get['requires'](){return['CloudServices',_0x3a0d58,i];}['init'](){const _0x44244f=this['editor'],_0x5be032=_0x44244f['config']['get']('exportPdf')||{};_0x44244f['commands']['add']('exportPdf',new o(_0x44244f));const _0x2e5466=_0x44244f['plugins']['get']('CloudServices');!0x1===_0x5be032['tokenUrl']?this['_token']=null:_0x5be032['tokenUrl']?_0x2e5466['registerTokenUrl'](_0x5be032['tokenUrl'])['then'](_0x5bea78=>{this['_token']=_0x5bea78;}):this['_token']=_0x2e5466['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':_0x439733=>0x1!=_0x439733}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x59d7e4=>{const {af:{dictionary:_0x5286b6,getPluralForm:_0x268c9b}}={'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':_0x116ebf=>0x1!=_0x116ebf}};_0x59d7e4['af']||={'dictionary':{},'getPluralForm':null},_0x59d7e4['af']['dictionary']=Object['assign'](_0x59d7e4['af']['dictionary'],_0x5286b6),_0x59d7e4['af']['getPluralForm']=_0x268c9b;})(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':_0x42ada0=>0x0==_0x42ada0?0x0:0x1==_0x42ada0?0x1:0x2==_0x42ada0?0x2:_0x42ada0%0x64>=0x3&&_0x42ada0%0x64<=0xa?0x3:_0x42ada0%0x64>=0xb&&_0x42ada0%0x64<=0x63?0x4:0x5}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x2d75e0=>{const {ar:{dictionary:_0x501bda,getPluralForm:_0x26d800}}={'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':_0x2d8cb9=>0x0==_0x2d8cb9?0x0:0x1==_0x2d8cb9?0x1:0x2==_0x2d8cb9?0x2:_0x2d8cb9%0x64>=0x3&&_0x2d8cb9%0x64<=0xa?0x3:_0x2d8cb9%0x64>=0xb&&_0x2d8cb9%0x64<=0x63?0x4:0x5}};_0x2d75e0['ar']||={'dictionary':{},'getPluralForm':null},_0x2d75e0['ar']['dictionary']=Object['assign'](_0x2d75e0['ar']['dictionary'],_0x501bda),_0x2d75e0['ar']['getPluralForm']=_0x26d800;})(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':_0x3a0f30=>0x1!=_0x3a0f30}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x1a9f56=>{const {bg:{dictionary:_0x5c7b5d,getPluralForm:_0x4f59d7}}={'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':_0x4c6d01=>0x1!=_0x4c6d01}};_0x1a9f56['bg']||={'dictionary':{},'getPluralForm':null},_0x1a9f56['bg']['dictionary']=Object['assign'](_0x1a9f56['bg']['dictionary'],_0x5c7b5d),_0x1a9f56['bg']['getPluralForm']=_0x4f59d7;})(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':_0x1e34fc=>0x1!=_0x1e34fc}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x50938c=>{const {bn:{dictionary:_0x1bf203,getPluralForm:_0x157d32}}={'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':_0x17e21a=>0x1!=_0x17e21a}};_0x50938c['bn']||={'dictionary':{},'getPluralForm':null},_0x50938c['bn']['dictionary']=Object['assign'](_0x50938c['bn']['dictionary'],_0x1bf203),_0x50938c['bn']['getPluralForm']=_0x157d32;})(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':_0x13a1dd=>0x1!=_0x13a1dd}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x5ae1e4=>{const {ca:{dictionary:_0xb63ad7,getPluralForm:_0x1bdb66}}={'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':_0xd48abe=>0x1!=_0xd48abe}};_0x5ae1e4['ca']||={'dictionary':{},'getPluralForm':null},_0x5ae1e4['ca']['dictionary']=Object['assign'](_0x5ae1e4['ca']['dictionary'],_0xb63ad7),_0x5ae1e4['ca']['getPluralForm']=_0x1bdb66;})(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':_0x3c1ebf=>0x1==_0x3c1ebf&&_0x3c1ebf%0x1==0x0?0x0:_0x3c1ebf>=0x2&&_0x3c1ebf<=0x4&&_0x3c1ebf%0x1==0x0?0x1:_0x3c1ebf%0x1!=0x0?0x2:0x3}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x29df28=>{const {cs:{dictionary:_0x2d2931,getPluralForm:_0x1c9746}}={'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':_0x140eb5=>0x1==_0x140eb5&&_0x140eb5%0x1==0x0?0x0:_0x140eb5>=0x2&&_0x140eb5<=0x4&&_0x140eb5%0x1==0x0?0x1:_0x140eb5%0x1!=0x0?0x2:0x3}};_0x29df28['cs']||={'dictionary':{},'getPluralForm':null},_0x29df28['cs']['dictionary']=Object['assign'](_0x29df28['cs']['dictionary'],_0x2d2931),_0x29df28['cs']['getPluralForm']=_0x1c9746;})(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':_0x714fc5=>0x1!=_0x714fc5}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x552dda=>{const {da:{dictionary:_0x1d80b4,getPluralForm:_0x51ffa0}}={'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':_0x2bc47b=>0x1!=_0x2bc47b}};_0x552dda['da']||={'dictionary':{},'getPluralForm':null},_0x552dda['da']['dictionary']=Object['assign'](_0x552dda['da']['dictionary'],_0x1d80b4),_0x552dda['da']['getPluralForm']=_0x51ffa0;})(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':_0x51d64d=>0x1!=_0x51d64d}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x1b0a96=>{const {de:{dictionary:_0x285d63,getPluralForm:_0x31d27b}}={'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':_0x153045=>0x1!=_0x153045}};_0x1b0a96['de']||={'dictionary':{},'getPluralForm':null},_0x1b0a96['de']['dictionary']=Object['assign'](_0x1b0a96['de']['dictionary'],_0x285d63),_0x1b0a96['de']['getPluralForm']=_0x31d27b;})(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':_0x215238=>0x1!=_0x215238}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x38d9a8=>{const {el:{dictionary:_0x432575,getPluralForm:_0x42c131}}={'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':_0x16f4ff=>0x1!=_0x16f4ff}};_0x38d9a8['el']||={'dictionary':{},'getPluralForm':null},_0x38d9a8['el']['dictionary']=Object['assign'](_0x38d9a8['el']['dictionary'],_0x432575),_0x38d9a8['el']['getPluralForm']=_0x42c131;})(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':_0x3fa449=>0x1!=_0x3fa449}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x2d38fc=>{const {'en-au':{dictionary:_0xe957fd,getPluralForm:_0x30b0d2}}={'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':_0x234e60=>0x1!=_0x234e60}};_0x2d38fc['en-au']||={'dictionary':{},'getPluralForm':null},_0x2d38fc['en-au']['dictionary']=Object['assign'](_0x2d38fc['en-au']['dictionary'],_0xe957fd),_0x2d38fc['en-au']['getPluralForm']=_0x30b0d2;})(window['CKEDITOR_TRANSLATIONS']||={});
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x2e36c8=>{const {en:{dictionary:_0x5c683b,getPluralForm:_0x4c6863}}={'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}};_0x2e36c8['en']||={'dictionary':{},'getPluralForm':null},_0x2e36c8['en']['dictionary']=Object['assign'](_0x2e36c8['en']['dictionary'],_0x5c683b),_0x2e36c8['en']['getPluralForm']=_0x4c6863;})(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':_0x3604e6=>0x1==_0x3604e6?0x0:0x0!=_0x3604e6&&_0x3604e6%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x3ebf8a=>{const {'es-co':{dictionary:_0x51df9b,getPluralForm:_0x23eea9}}={'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':_0x27c457=>0x1==_0x27c457?0x0:0x0!=_0x27c457&&_0x27c457%0xf4240==0x0?0x1:0x2}};_0x3ebf8a['es-co']||={'dictionary':{},'getPluralForm':null},_0x3ebf8a['es-co']['dictionary']=Object['assign'](_0x3ebf8a['es-co']['dictionary'],_0x51df9b),_0x3ebf8a['es-co']['getPluralForm']=_0x23eea9;})(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':_0x3b89f6=>0x1==_0x3b89f6?0x0:0x0!=_0x3b89f6&&_0x3b89f6%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x210ced=>{const {es:{dictionary:_0x18f743,getPluralForm:_0x99926f}}={'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':_0xcf8fc9=>0x1==_0xcf8fc9?0x0:0x0!=_0xcf8fc9&&_0xcf8fc9%0xf4240==0x0?0x1:0x2}};_0x210ced['es']||={'dictionary':{},'getPluralForm':null},_0x210ced['es']['dictionary']=Object['assign'](_0x210ced['es']['dictionary'],_0x18f743),_0x210ced['es']['getPluralForm']=_0x99926f;})(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':_0x51695c=>0x1!=_0x51695c}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x14d153=>{const {et:{dictionary:_0x398164,getPluralForm:_0x40eaf4}}={'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':_0x1642f9=>0x1!=_0x1642f9}};_0x14d153['et']||={'dictionary':{},'getPluralForm':null},_0x14d153['et']['dictionary']=Object['assign'](_0x14d153['et']['dictionary'],_0x398164),_0x14d153['et']['getPluralForm']=_0x40eaf4;})(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':_0x3356c4=>0x1!=_0x3356c4}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x59f591=>{const {fi:{dictionary:_0x21e2e8,getPluralForm:_0x1c0a98}}={'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':_0x53ce97=>0x1!=_0x53ce97}};_0x59f591['fi']||={'dictionary':{},'getPluralForm':null},_0x59f591['fi']['dictionary']=Object['assign'](_0x59f591['fi']['dictionary'],_0x21e2e8),_0x59f591['fi']['getPluralForm']=_0x1c0a98;})(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':_0x56480e=>0x0==_0x56480e||0x1==_0x56480e?0x0:0x0!=_0x56480e&&_0x56480e%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0xecf01c=>{const {fr:{dictionary:_0x523608,getPluralForm:_0x1ec97e}}={'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':_0x142f92=>0x0==_0x142f92||0x1==_0x142f92?0x0:0x0!=_0x142f92&&_0x142f92%0xf4240==0x0?0x1:0x2}};_0xecf01c['fr']||={'dictionary':{},'getPluralForm':null},_0xecf01c['fr']['dictionary']=Object['assign'](_0xecf01c['fr']['dictionary'],_0x523608),_0xecf01c['fr']['getPluralForm']=_0x1ec97e;})(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':_0x7385cc=>0x1!=_0x7385cc}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0xb0d3e5=>{const {gl:{dictionary:_0x2da2aa,getPluralForm:_0x36b70f}}={'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':_0x292640=>0x1!=_0x292640}};_0xb0d3e5['gl']||={'dictionary':{},'getPluralForm':null},_0xb0d3e5['gl']['dictionary']=Object['assign'](_0xb0d3e5['gl']['dictionary'],_0x2da2aa),_0xb0d3e5['gl']['getPluralForm']=_0x36b70f;})(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':_0x50e3f8=>0x1==_0x50e3f8&&_0x50e3f8%0x1==0x0?0x0:0x2==_0x50e3f8&&_0x50e3f8%0x1==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x340798=>{const {he:{dictionary:_0x2b9080,getPluralForm:_0x2dd0e1}}={'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':_0x11c2e9=>0x1==_0x11c2e9&&_0x11c2e9%0x1==0x0?0x0:0x2==_0x11c2e9&&_0x11c2e9%0x1==0x0?0x1:0x2}};_0x340798['he']||={'dictionary':{},'getPluralForm':null},_0x340798['he']['dictionary']=Object['assign'](_0x340798['he']['dictionary'],_0x2b9080),_0x340798['he']['getPluralForm']=_0x2dd0e1;})(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':_0xdc0ab0=>0x1!=_0xdc0ab0}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x147c46=>{const {hi:{dictionary:_0x3d29aa,getPluralForm:_0x3a8292}}={'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':_0x12c773=>0x1!=_0x12c773}};_0x147c46['hi']||={'dictionary':{},'getPluralForm':null},_0x147c46['hi']['dictionary']=Object['assign'](_0x147c46['hi']['dictionary'],_0x3d29aa),_0x147c46['hi']['getPluralForm']=_0x3a8292;})(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':_0x3e4642=>_0x3e4642%0xa==0x1&&_0x3e4642%0x64!=0xb?0x0:_0x3e4642%0xa>=0x2&&_0x3e4642%0xa<=0x4&&(_0x3e4642%0x64<0xa||_0x3e4642%0x64>=0x14)?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x8ec36=>{const {hr:{dictionary:_0x5aae94,getPluralForm:_0x41a651}}={'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':_0x56966c=>_0x56966c%0xa==0x1&&_0x56966c%0x64!=0xb?0x0:_0x56966c%0xa>=0x2&&_0x56966c%0xa<=0x4&&(_0x56966c%0x64<0xa||_0x56966c%0x64>=0x14)?0x1:0x2}};_0x8ec36['hr']||={'dictionary':{},'getPluralForm':null},_0x8ec36['hr']['dictionary']=Object['assign'](_0x8ec36['hr']['dictionary'],_0x5aae94),_0x8ec36['hr']['getPluralForm']=_0x41a651;})(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':_0x474e27=>0x1!=_0x474e27}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x3adcd0=>{const {hu:{dictionary:_0xefb6ad,getPluralForm:_0x43d94a}}={'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':_0x50fa8f=>0x1!=_0x50fa8f}};_0x3adcd0['hu']||={'dictionary':{},'getPluralForm':null},_0x3adcd0['hu']['dictionary']=Object['assign'](_0x3adcd0['hu']['dictionary'],_0xefb6ad),_0x3adcd0['hu']['getPluralForm']=_0x43d94a;})(window['CKEDITOR_TRANSLATIONS']||={});
|