@ckeditor/ckeditor5-export-pdf 43.0.0-alpha.5 → 43.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/export-pdf.js +1 -1
- package/dist/index.js +1 -1
- package/dist/translations/af.js +1 -1
- package/dist/translations/af.umd.js +1 -1
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/es-co.js +1 -1
- package/dist/translations/es-co.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/jv.js +1 -1
- package/dist/translations/jv.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/ug.js +1 -1
- package/dist/translations/ug.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/package.json +4 -4
- package/src/exportpdf.js +1 -1
- package/src/exportpdfcommand.js +1 -1
- package/src/exportpdfui.js +1 -1
- package/src/index.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils.js +1 -1
package/build/export-pdf.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
/*!
|
|
3
3
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
4
|
* For licensing, see LICENSE.md.
|
|
5
|
-
*/(()=>{var t={782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var o=e[r];if(void 0!==o)return o.exports;var s=e[r]={exports:{}};return t[r](s,s.exports,n),s.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{ExportPdf:()=>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 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=["5851035ruQRJp",".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.","420ttcOrn","join","length","hasAttribute","fetch","text","16000cNvPnE","then","EDITOR_STYLES","indexOf","cssText","5190992oiAWIF","cssRules","2828305xyuCxE","7gIQHbP","data-cke","styleSheets","ownerNode","push","72344jgwKLj","2614110NLQnSE","1461722tlFSWI",":root","all","trim","from","warn"];return(o=function(){return t})()}function s(t,e){const n=o();return(s=function(t,e){return n[t-=427]})(t,e)}function i(){const t=s,e=[],n=[];for(const r of Array[t(446)](document[t(437)]))if(r[t(438)][t(454)](t(436)))for(const o of Array[t(446)](r[t(433)]))-1!==o[t(431)][t(430)](t(449))?e[t(439)](o[t(431)]):-1!==o[t(431)][t(430)](t(443))&&n[t(439)](o[t(431)]);return e[t(453)]||console[t(447)](t(450)),[...n,...e][t(452)](" ")[t(445)]()}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-=155]})(t,e)}!function(t){const e=s,n=t();for(;;)try{if(396160===-parseInt(e(440))/1+parseInt(e(442))/2+-parseInt(e(451))/3*(parseInt(e(427))/4)+-parseInt(e(434))/5+-parseInt(e(441))/6+parseInt(e(435))/7*(parseInt(e(432))/8)+parseInt(e(448))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(o);const u=a;function p(){const t=["1uvUsCk","createObjectURL","fileName","12THGyWN","25137486CDbHir","affectsData","showWarning","announce","cke5","application/json","PDF export failed","previewMode","config","\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</body>\n\t\t\t\t\t</html>","converterUrl","https://pdf-converter.cke-cs.com/v1/convert/","_token","962082WZHmPw","status","getMergeFieldsIds","695mjFuLP","getDefaultValues","plugins","MergeFieldsEditing","ExportPdf","PDF export started","PDF export successful","isBusy","_downloadFile","262940oQksUG",'">\n\t\t\t\t\t\t\t\t',"EDITOR_STYLES","appID","isEnabled","remove","429096QPpKMc","URL","merge_fields","POST","assertive","1966869AYYpHW","dataCallback","locale","get","editor","execute","42RcEEVm","download","refresh","document.pdf","243hPvpFc","getLabel","$defaultValues","$labels","application/pdf","ariaLiveAnnouncer","blob","An error occurred while generating the 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="',"click","function","entries","set","createElement","catch","198210RGzvQm","getDataSetValues","pending","stringify","stylesheets","then","contentLanguageDirection","href","has","converterOptions","13548VlZOBh","mergeFields","data","fetch","finally","MergeFields","token","value","Notification"];return(p=function(){return t})()}!function(t){const e=a,n=t();for(;;)try{if(330698===parseInt(e(203))/1*(-parseInt(e(232))/2)+-parseInt(e(159))/3+-parseInt(e(194))/4*(parseInt(e(223))/5)+parseInt(e(220))/6+parseInt(e(165))/7*(-parseInt(e(238))/8)+-parseInt(e(169))/9*(parseInt(e(184))/10)+parseInt(e(207))/11*(parseInt(e(206))/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(181)](e(230),!1),this[e(208)]=!1}[u(167)](){const t=u;this[t(236)]=!this[t(230)],this[t(201)]=this[t(230)]?t(186):void 0}[u(164)](t={}){const e=u,n=this[e(163)],r=t[e(217)]||e(218),o=t[e(160)]||(t=>t[e(196)][e(162)]()),a=n[e(225)][e(162)](e(227)),p=t[e(200)]||a[e(219)];return this[e(230)]=!0,this[e(167)](),function(t){const e=s;if(!t)return new Promise((t=>t("")));const n=[];for(const r of t)e(429)!==r?n[e(439)](window[e(455)](r)[e(428)]((t=>t[e(456)]()))):n[e(439)](i());return Promise[e(444)](n)[e(428)]((t=>t[e(452)](" ")[e(445)]()))}(t[e(188)]||[e(234)])[e(189)]((async s=>{const i=e;if(n.ui[i(174)][i(210)](c(n[i(161)],i(228))),n[i(225)][i(192)](i(199))){t[i(193)]||(t[i(193)]={});const e=n[i(225)][i(162)](i(226)),r=e[i(214)],{prefix:o,suffix:s}=n[i(215)][i(162)](i(195)),c={prefix:o,suffix:s,data:{}};if(i(172)===r)for(const t of e[i(222)]())c[i(196)][t]=o+e[i(170)](t)+s;else{const t=i(171)===r?e[i(224)]():e[i(185)](r,!0);for(const n of Object[i(180)](t)){const[t,r]=n;c[i(196)][t]=null!==r?r:e[i(170)](t)}}t[i(193)][i(156)]=c}const a={html:i(177)+n[i(161)][i(190)]+i(233)+await o(n)+i(216),css:s,options:t[i(193)]},u={method:i(157),headers:{"Content-Type":i(212),Accept:i(173),...p?{Authorization:p[i(201)]}:null,"x-cs-app-id":t[i(235)]||i(211)},body:JSON[i(187)](a)};return window[i(197)](r,u)[i(189)]((t=>{const e=i;if(200!==t[e(221)])throw t;return t[e(175)]()}))[i(189)]((e=>{const r=i;n.ui[r(174)][r(210)](c(n[r(161)],r(229)));const o=r(179)==typeof t[r(205)]?t[r(205)]():t[r(205)];this[r(231)](e,o||r(168))}))}))[e(183)]((t=>{const r=e,o=n[r(225)][r(162)](r(202));throw n.ui[r(174)][r(210)](c(n[r(161)],r(213)),{politeness:r(158)}),o[r(209)](c(n[r(161)],r(176))),t}))[e(198)]((()=>{const t=e;this[t(230)]=!1,this[t(167)]()}))}[u(231)](t,e){const n=u,r=document[n(182)]("a");r[n(191)]=window[n(155)][n(204)](t),r[n(166)]=e,r[n(178)](),r[n(237)]()}}const d=h;function h(t,e){const n=l();return(h=function(t,e){return n[t-=381]})(t,e)}function l(){const t=["280805ksbxfY","iconView","isVisible","config","_createButton","commands","pluginName","init","112srYuOp","1111ZVxcmL","componentFactory","children","editor","isOn","label","73130qlWkys","368441jgDSWx","6FkpbPE","1190700KhKSII","view","locale","exportPdf","246988gQUZbb","bind","66890hwbzYk","get","isBusy","Export to PDF","add","execute","ExportPdfUI","Exporting PDF document","focus","9RTcpmY","isEnabled","listenTo","editing","set","menuBar:exportPdf","2233904nWSKSh"];return(l=function(){return t})()}!function(t){const e=h,n=t();for(;;)try{if(205453===parseInt(e(416))/1+parseInt(e(382))/2+parseInt(e(418))/3+-parseInt(e(408))/4*(-parseInt(e(384))/5)+-parseInt(e(417))/6*(parseInt(e(400))/7)+-parseInt(e(399))/8*(parseInt(e(393))/9)+parseInt(e(415))/10*(-parseInt(e(409))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(l);class I extends t.Plugin{static get[d(406)](){return d(390)}[d(407)](){const t=d,n=this[t(412)];n.ui[t(410)][t(388)](t(381),(()=>{const r=t,o=this[r(404)](e.ButtonView),s=n[r(405)][r(385)](r(381));return o[r(397)]({tooltip:!0}),o[r(383)](r(413)).to(s,r(386)),o})),n.ui[t(410)][t(388)](t(398),(()=>this[t(404)](e.MenuBarMenuListItemButtonView)))}[d(404)](t){const n=d,r=this[n(412)],o=r[n(403)][n(385)](n(381))||{},s=r[n(405)][n(385)](n(381)),i=new t(r[n(420)]),a=new e.SpinnerView;return i[n(411)][n(388)](a),a[n(383)](n(402)).to(s,n(386)),i[n(401)][n(383)](n(402)).to(s,n(386),(t=>!t)),i[n(397)]({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(383)](n(394)).to(s,n(394)),i[n(383)](n(414)).to(s,n(386),(t=>c(r[n(420)],n(t?391:387)))),this[n(395)](i,n(389),(()=>{const t=n;r[t(389)](t(381),o),r[t(396)][t(419)][t(392)]()})),i}}const g=P;function x(){const t=["commands","21zfPxPu","tokenUrl","add","registerTokenUrl","_token","ExportPdf","editor","822840KDfElB","exportPdf","requires","then","get","5308839jqxgCO","781990AvyYjM","6NxOOiQ","token","config","init","418026ocxrYT","1257776oLYFKF","55486UqYVtR","pluginName","plugins","45538NrqKGn","CloudServices"];return(x=function(){return t})()}function P(t,e){const n=x();return(P=function(t,e){return n[t-=131]})(t,e)}!function(t){const e=P,n=t();for(;;)try{if(158183===-parseInt(e(140))/1+-parseInt(e(137))/2*(parseInt(e(131))/3)+parseInt(e(136))/4+parseInt(e(156))/5+parseInt(e(135))/6+parseInt(e(143))/7*(parseInt(e(150))/8)+-parseInt(e(155))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(x);class m extends t.Plugin{static get[g(138)](){return g(148)}static get[g(152)](){return[g(141),e.Notification,I]}[g(134)](){const t=g,e=this[t(149)],n=e[t(133)][t(154)](t(151))||{};e[t(142)][t(145)](t(151),new f(e));const r=e[t(139)][t(154)](t(141));!1===n[t(144)]?this[t(147)]=null:n[t(144)]?r[t(146)](n[t(144)])[t(153)]((e=>{this[t(147)]=e})):this[t(147)]=r[t(132)]}}function v(t,e){var n=w();return(v=function(t,e){return n[t-=368]})(t,e)}function w(){var t=["10270015oQhSDQ","725101DGLOod","2569816JzZSTT","9823344eMkWIb","2447256SRybQd","42iMmcQe","2607912ZvvwEL","987775qiSyQP"];return(w=function(){return t})()}!function(t){for(var e=v,n=t();;)try{if(738101===parseInt(e(370))/1+-parseInt(e(375))/2+parseInt(e(373))/3+-parseInt(e(371))/4+parseInt(e(368))/5*(parseInt(e(374))/6)+-parseInt(e(369))/7+parseInt(e(372))/8)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 _0x422c2d,Plugin as _0x4bfeab}from'@ckeditor/ckeditor5-core/dist/index.js';import{ButtonView as _0x51c853,MenuBarMenuListItemButtonView as _0x290116,SpinnerView as _0x2709c2,Notification as _0x47baba}from'@ckeditor/ckeditor5-ui/dist/index.js';function a(){const _0x5ac405=[],_0x710b8f=[];for(const _0x5d4c65 of Array['from'](document['styleSheets'])){if(_0x5d4c65['ownerNode']['hasAttribute']('data-cke')){for(const _0x232c12 of Array['from'](_0x5d4c65['cssRules']))-0x1!==_0x232c12['cssText']['indexOf']('.ck-content')?_0x5ac405['push'](_0x232c12['cssText']):-0x1!==_0x232c12['cssText']['indexOf'](':root')&&_0x710b8f['push'](_0x232c12['cssText']);}}return _0x5ac405['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.'),[..._0x710b8f,..._0x5ac405]['join']('\x20')['trim']();}function d(_0x504729,_0x3a9d40){const t=_0x504729['t'];switch(_0x3a9d40){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 _0x3a9d40;}}class o extends _0x422c2d{constructor(_0x253350){super(_0x253350),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x35e30b={}){const _0x5d28b3=this['editor'],_0x3985ef=_0x35e30b['converterUrl']||'https://pdf-converter.cke-cs.com/v1/convert/',_0x27b65c=_0x35e30b['dataCallback']||(_0x5e9a74=>_0x5e9a74['data']['get']()),_0x3a77ea=_0x5d28b3['plugins']['get']('ExportPdf'),_0x440ea3=_0x35e30b['token']||_0x3a77ea['_token'];return this['isBusy']=!0x0,this['refresh'](),function(_0x2fc598){if(!_0x2fc598)return new Promise(_0x51c08b=>_0x51c08b(''));const _0x20622c=[];for(const _0x6ac5f2 of _0x2fc598)'EDITOR_STYLES'!==_0x6ac5f2?_0x20622c['push'](window['fetch'](_0x6ac5f2)['then'](_0x663ae5=>_0x663ae5['text']())):_0x20622c['push'](a());return Promise['all'](_0x20622c)['then'](_0x94bec5=>_0x94bec5['join']('\x20')['trim']());}(_0x35e30b['stylesheets']||['EDITOR_STYLES'])['then'](async _0x1ed684=>{if(_0x5d28b3['ui']['ariaLiveAnnouncer']['announce'](d(_0x5d28b3['locale'],'PDF\x20export\x20started')),_0x5d28b3['plugins']['has']('MergeFields')){_0x35e30b['converterOptions']||(_0x35e30b['converterOptions']={});const _0x14172a=_0x5d28b3['plugins']['get']('MergeFieldsEditing'),_0x543643=_0x14172a['previewMode'],{prefix:_0x1e5bd3,suffix:_0xfeb8a9}=_0x5d28b3['config']['get']('mergeFields'),_0x1b01e6={'prefix':_0x1e5bd3,'suffix':_0xfeb8a9,'data':{}};if('$labels'===_0x543643){for(const _0x4f5c8e of _0x14172a['getMergeFieldsIds']())_0x1b01e6['data'][_0x4f5c8e]=_0x1e5bd3+_0x14172a['getLabel'](_0x4f5c8e)+_0xfeb8a9;}else{const _0x2fc545='$defaultValues'===_0x543643?_0x14172a['getDefaultValues']():_0x14172a['getDataSetValues'](_0x543643,!0x0);for(const _0x208654 of Object['entries'](_0x2fc545)){const [_0x4c328e,_0x3862ae]=_0x208654;_0x1b01e6['data'][_0x4c328e]=null!==_0x3862ae?_0x3862ae:_0x14172a['getLabel'](_0x4c328e);}}_0x35e30b['converterOptions']['merge_fields']=_0x1b01e6;}const _0x4b6a84={'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'+_0x5d28b3['locale']['contentLanguageDirection']+'\x22>\x0a\x09\x09\x09\x09\x09\x09\x09\x09'+await _0x27b65c(_0x5d28b3)+'\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':_0x1ed684,'options':_0x35e30b['converterOptions']},_0x681a72={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/pdf',..._0x440ea3?{'Authorization':_0x440ea3['value']}:null,'x-cs-app-id':_0x35e30b['appID']||'cke5'},'body':JSON['stringify'](_0x4b6a84)};return window['fetch'](_0x3985ef,_0x681a72)['then'](_0x3323a0=>{if(0xc8!==_0x3323a0['status'])throw _0x3323a0;return _0x3323a0['blob']();})['then'](_0xce7a74=>{_0x5d28b3['ui']['ariaLiveAnnouncer']['announce'](d(_0x5d28b3['locale'],'PDF\x20export\x20successful'));const _0x23e9de='function'==typeof _0x35e30b['fileName']?_0x35e30b['fileName']():_0x35e30b['fileName'];this['_downloadFile'](_0xce7a74,_0x23e9de||'document.pdf');});})['catch'](_0x5dc1b9=>{const _0x1eaad8=_0x5d28b3['plugins']['get']('Notification');throw _0x5d28b3['ui']['ariaLiveAnnouncer']['announce'](d(_0x5d28b3['locale'],'PDF\x20export\x20failed'),{'politeness':'assertive'}),_0x1eaad8['showWarning'](d(_0x5d28b3['locale'],'An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.')),_0x5dc1b9;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0xf54ef1,_0x580f15){const _0x41e789=document['createElement']('a');_0x41e789['href']=window['URL']['createObjectURL'](_0xf54ef1),_0x41e789['download']=_0x580f15,_0x41e789['click'](),_0x41e789['remove']();}}class i extends _0x4bfeab{static get['pluginName'](){return'ExportPdfUI';}['init'](){const _0x1baf3c=this['editor'];_0x1baf3c['ui']['componentFactory']['add']('exportPdf',()=>{const _0x38dfa1=this['_createButton'](_0x51c853),_0x5a15b9=_0x1baf3c['commands']['get']('exportPdf');return _0x38dfa1['set']({'tooltip':!0x0}),_0x38dfa1['bind']('isOn')['to'](_0x5a15b9,'isBusy'),_0x38dfa1;}),_0x1baf3c['ui']['componentFactory']['add']('menuBar:exportPdf',()=>this['_createButton'](_0x290116));}['_createButton'](_0x36cef5){const _0x2cea9d=this['editor'],_0x10b3e0=_0x2cea9d['config']['get']('exportPdf')||{},_0xdee9aa=_0x2cea9d['commands']['get']('exportPdf'),_0x22b0ef=new _0x36cef5(_0x2cea9d['locale']),_0x12de68=new _0x2709c2();return _0x22b0ef['children']['add'](_0x12de68),_0x12de68['bind']('isVisible')['to'](_0xdee9aa,'isBusy'),_0x22b0ef['iconView']['bind']('isVisible')['to'](_0xdee9aa,'isBusy',_0x3c029a=>!_0x3c029a),_0x22b0ef['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'}),_0x22b0ef['bind']('isEnabled')['to'](_0xdee9aa,'isEnabled'),_0x22b0ef['bind']('label')['to'](_0xdee9aa,'isBusy',_0x588023=>d(_0x2cea9d['locale'],_0x588023?'Exporting\x20PDF\x20document':'Export\x20to\x20PDF')),this['listenTo'](_0x22b0ef,'execute',()=>{_0x2cea9d['execute']('exportPdf',_0x10b3e0),_0x2cea9d['editing']['view']['focus']();}),_0x22b0ef;}}class s extends _0x4bfeab{['_token'];static get['pluginName'](){return'ExportPdf';}static get['requires'](){return['CloudServices',_0x47baba,i];}['init'](){const _0xf23c24=this['editor'],_0x6f0238=_0xf23c24['config']['get']('exportPdf')||{};_0xf23c24['commands']['add']('exportPdf',new o(_0xf23c24));const _0x56e91a=_0xf23c24['plugins']['get']('CloudServices');!0x1===_0x6f0238['tokenUrl']?this['_token']=null:_0x6f0238['tokenUrl']?_0x56e91a['registerTokenUrl'](_0x6f0238['tokenUrl'])['then'](_0x11e7b4=>{this['_token']=_0x11e7b4;}):this['_token']=_0x56e91a['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':_0x2e9c3e=>0x1!=_0x2e9c3e}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x3b5ce8=>{const {af:{dictionary:_0x4daa9d,getPluralForm:_0x3ee981}}={'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':_0x3cf674=>0x1!=_0x3cf674}};_0x3b5ce8['af']||={'dictionary':{},'getPluralForm':null},_0x3b5ce8['af']['dictionary']=Object['assign'](_0x3b5ce8['af']['dictionary'],_0x4daa9d),_0x3b5ce8['af']['getPluralForm']=_0x3ee981;})(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':_0x39f5c1=>0x0==_0x39f5c1?0x0:0x1==_0x39f5c1?0x1:0x2==_0x39f5c1?0x2:_0x39f5c1%0x64>=0x3&&_0x39f5c1%0x64<=0xa?0x3:_0x39f5c1%0x64>=0xb&&_0x39f5c1%0x64<=0x63?0x4:0x5}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x5cc58b=>{const {ar:{dictionary:_0x5dc3e2,getPluralForm:_0x367cd1}}={'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':_0x1bf7c1=>0x0==_0x1bf7c1?0x0:0x1==_0x1bf7c1?0x1:0x2==_0x1bf7c1?0x2:_0x1bf7c1%0x64>=0x3&&_0x1bf7c1%0x64<=0xa?0x3:_0x1bf7c1%0x64>=0xb&&_0x1bf7c1%0x64<=0x63?0x4:0x5}};_0x5cc58b['ar']||={'dictionary':{},'getPluralForm':null},_0x5cc58b['ar']['dictionary']=Object['assign'](_0x5cc58b['ar']['dictionary'],_0x5dc3e2),_0x5cc58b['ar']['getPluralForm']=_0x367cd1;})(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':_0x212bfe=>0x1!=_0x212bfe}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0xa0521=>{const {bg:{dictionary:_0x38ade9,getPluralForm:_0x4edbd2}}={'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':_0x4bb311=>0x1!=_0x4bb311}};_0xa0521['bg']||={'dictionary':{},'getPluralForm':null},_0xa0521['bg']['dictionary']=Object['assign'](_0xa0521['bg']['dictionary'],_0x38ade9),_0xa0521['bg']['getPluralForm']=_0x4edbd2;})(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':_0x17f304=>0x1!=_0x17f304}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0xbe2a91=>{const {bn:{dictionary:_0x3614db,getPluralForm:_0x193016}}={'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':_0xc92923=>0x1!=_0xc92923}};_0xbe2a91['bn']||={'dictionary':{},'getPluralForm':null},_0xbe2a91['bn']['dictionary']=Object['assign'](_0xbe2a91['bn']['dictionary'],_0x3614db),_0xbe2a91['bn']['getPluralForm']=_0x193016;})(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':_0x21b366=>0x1!=_0x21b366}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0xafad81=>{const {ca:{dictionary:_0x445e40,getPluralForm:_0x476af1}}={'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':_0x40fd83=>0x1!=_0x40fd83}};_0xafad81['ca']||={'dictionary':{},'getPluralForm':null},_0xafad81['ca']['dictionary']=Object['assign'](_0xafad81['ca']['dictionary'],_0x445e40),_0xafad81['ca']['getPluralForm']=_0x476af1;})(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':_0x50923b=>0x1==_0x50923b&&_0x50923b%0x1==0x0?0x0:_0x50923b>=0x2&&_0x50923b<=0x4&&_0x50923b%0x1==0x0?0x1:_0x50923b%0x1!=0x0?0x2:0x3}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x3b9143=>{const {cs:{dictionary:_0x3c4707,getPluralForm:_0x4f641a}}={'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':_0x3a744d=>0x1==_0x3a744d&&_0x3a744d%0x1==0x0?0x0:_0x3a744d>=0x2&&_0x3a744d<=0x4&&_0x3a744d%0x1==0x0?0x1:_0x3a744d%0x1!=0x0?0x2:0x3}};_0x3b9143['cs']||={'dictionary':{},'getPluralForm':null},_0x3b9143['cs']['dictionary']=Object['assign'](_0x3b9143['cs']['dictionary'],_0x3c4707),_0x3b9143['cs']['getPluralForm']=_0x4f641a;})(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':_0x560782=>0x1!=_0x560782}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x1811ff=>{const {da:{dictionary:_0x1af03c,getPluralForm:_0x15ab96}}={'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':_0x2562e1=>0x1!=_0x2562e1}};_0x1811ff['da']||={'dictionary':{},'getPluralForm':null},_0x1811ff['da']['dictionary']=Object['assign'](_0x1811ff['da']['dictionary'],_0x1af03c),_0x1811ff['da']['getPluralForm']=_0x15ab96;})(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':_0x32a362=>0x1!=_0x32a362}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x3d0aa4=>{const {de:{dictionary:_0x3c037a,getPluralForm:_0x23b366}}={'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':_0x93b514=>0x1!=_0x93b514}};_0x3d0aa4['de']||={'dictionary':{},'getPluralForm':null},_0x3d0aa4['de']['dictionary']=Object['assign'](_0x3d0aa4['de']['dictionary'],_0x3c037a),_0x3d0aa4['de']['getPluralForm']=_0x23b366;})(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':_0x293984=>0x1!=_0x293984}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x53a194=>{const {el:{dictionary:_0x195671,getPluralForm:_0x443d63}}={'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':_0x441eda=>0x1!=_0x441eda}};_0x53a194['el']||={'dictionary':{},'getPluralForm':null},_0x53a194['el']['dictionary']=Object['assign'](_0x53a194['el']['dictionary'],_0x195671),_0x53a194['el']['getPluralForm']=_0x443d63;})(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':_0x54f683=>0x1!=_0x54f683}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x503267=>{const {'en-au':{dictionary:_0x5d87d8,getPluralForm:_0xcac38e}}={'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':_0xa74b6a=>0x1!=_0xa74b6a}};_0x503267['en-au']||={'dictionary':{},'getPluralForm':null},_0x503267['en-au']['dictionary']=Object['assign'](_0x503267['en-au']['dictionary'],_0x5d87d8),_0x503267['en-au']['getPluralForm']=_0xcac38e;})(window['CKEDITOR_TRANSLATIONS']||={});
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x13f546=>{const {en:{dictionary:_0x420839,getPluralForm:_0x2818d6}}={'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}};_0x13f546['en']||={'dictionary':{},'getPluralForm':null},_0x13f546['en']['dictionary']=Object['assign'](_0x13f546['en']['dictionary'],_0x420839),_0x13f546['en']['getPluralForm']=_0x2818d6;})(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':_0x2bca42=>0x1==_0x2bca42?0x0:0x0!=_0x2bca42&&_0x2bca42%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x18370f=>{const {'es-co':{dictionary:_0x29de1e,getPluralForm:_0x579f73}}={'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':_0x40708f=>0x1==_0x40708f?0x0:0x0!=_0x40708f&&_0x40708f%0xf4240==0x0?0x1:0x2}};_0x18370f['es-co']||={'dictionary':{},'getPluralForm':null},_0x18370f['es-co']['dictionary']=Object['assign'](_0x18370f['es-co']['dictionary'],_0x29de1e),_0x18370f['es-co']['getPluralForm']=_0x579f73;})(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':_0xd7ad73=>0x1==_0xd7ad73?0x0:0x0!=_0xd7ad73&&_0xd7ad73%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x1911c6=>{const {es:{dictionary:_0x41210d,getPluralForm:_0x496bf3}}={'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':_0x111f36=>0x1==_0x111f36?0x0:0x0!=_0x111f36&&_0x111f36%0xf4240==0x0?0x1:0x2}};_0x1911c6['es']||={'dictionary':{},'getPluralForm':null},_0x1911c6['es']['dictionary']=Object['assign'](_0x1911c6['es']['dictionary'],_0x41210d),_0x1911c6['es']['getPluralForm']=_0x496bf3;})(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':_0x5a8bff=>0x1!=_0x5a8bff}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x42cf9e=>{const {et:{dictionary:_0xd2fdd0,getPluralForm:_0x146fca}}={'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':_0x4a1249=>0x1!=_0x4a1249}};_0x42cf9e['et']||={'dictionary':{},'getPluralForm':null},_0x42cf9e['et']['dictionary']=Object['assign'](_0x42cf9e['et']['dictionary'],_0xd2fdd0),_0x42cf9e['et']['getPluralForm']=_0x146fca;})(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':_0x3be66d=>0x1!=_0x3be66d}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0xd8ffa0=>{const {fi:{dictionary:_0x2cce8f,getPluralForm:_0xf4afc5}}={'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':_0x5088fa=>0x1!=_0x5088fa}};_0xd8ffa0['fi']||={'dictionary':{},'getPluralForm':null},_0xd8ffa0['fi']['dictionary']=Object['assign'](_0xd8ffa0['fi']['dictionary'],_0x2cce8f),_0xd8ffa0['fi']['getPluralForm']=_0xf4afc5;})(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':_0x45c842=>0x0==_0x45c842||0x1==_0x45c842?0x0:0x0!=_0x45c842&&_0x45c842%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x1540f9=>{const {fr:{dictionary:_0x405dd5,getPluralForm:_0x7231aa}}={'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':_0x9bd030=>0x0==_0x9bd030||0x1==_0x9bd030?0x0:0x0!=_0x9bd030&&_0x9bd030%0xf4240==0x0?0x1:0x2}};_0x1540f9['fr']||={'dictionary':{},'getPluralForm':null},_0x1540f9['fr']['dictionary']=Object['assign'](_0x1540f9['fr']['dictionary'],_0x405dd5),_0x1540f9['fr']['getPluralForm']=_0x7231aa;})(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':_0x44cb83=>0x1!=_0x44cb83}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x3f3df3=>{const {gl:{dictionary:_0x51c13a,getPluralForm:_0x348299}}={'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':_0x36b908=>0x1!=_0x36b908}};_0x3f3df3['gl']||={'dictionary':{},'getPluralForm':null},_0x3f3df3['gl']['dictionary']=Object['assign'](_0x3f3df3['gl']['dictionary'],_0x51c13a),_0x3f3df3['gl']['getPluralForm']=_0x348299;})(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':_0x495da9=>0x1==_0x495da9&&_0x495da9%0x1==0x0?0x0:0x2==_0x495da9&&_0x495da9%0x1==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0xddcb70=>{const {he:{dictionary:_0x33aa01,getPluralForm:_0x2e415b}}={'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':_0x33457f=>0x1==_0x33457f&&_0x33457f%0x1==0x0?0x0:0x2==_0x33457f&&_0x33457f%0x1==0x0?0x1:0x2}};_0xddcb70['he']||={'dictionary':{},'getPluralForm':null},_0xddcb70['he']['dictionary']=Object['assign'](_0xddcb70['he']['dictionary'],_0x33aa01),_0xddcb70['he']['getPluralForm']=_0x2e415b;})(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':_0x75e8da=>0x1!=_0x75e8da}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x1d3ff7=>{const {hi:{dictionary:_0x31532c,getPluralForm:_0x4942d4}}={'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':_0x7ab2ef=>0x1!=_0x7ab2ef}};_0x1d3ff7['hi']||={'dictionary':{},'getPluralForm':null},_0x1d3ff7['hi']['dictionary']=Object['assign'](_0x1d3ff7['hi']['dictionary'],_0x31532c),_0x1d3ff7['hi']['getPluralForm']=_0x4942d4;})(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':_0x2f5df0=>_0x2f5df0%0xa==0x1&&_0x2f5df0%0x64!=0xb?0x0:_0x2f5df0%0xa>=0x2&&_0x2f5df0%0xa<=0x4&&(_0x2f5df0%0x64<0xa||_0x2f5df0%0x64>=0x14)?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x4d8ec6=>{const {hr:{dictionary:_0x1377de,getPluralForm:_0x2f6ac9}}={'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':_0x16638f=>_0x16638f%0xa==0x1&&_0x16638f%0x64!=0xb?0x0:_0x16638f%0xa>=0x2&&_0x16638f%0xa<=0x4&&(_0x16638f%0x64<0xa||_0x16638f%0x64>=0x14)?0x1:0x2}};_0x4d8ec6['hr']||={'dictionary':{},'getPluralForm':null},_0x4d8ec6['hr']['dictionary']=Object['assign'](_0x4d8ec6['hr']['dictionary'],_0x1377de),_0x4d8ec6['hr']['getPluralForm']=_0x2f6ac9;})(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':_0x3536db=>0x1!=_0x3536db}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x434bb2=>{const {hu:{dictionary:_0x52e7e8,getPluralForm:_0xc1559f}}={'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':_0x5e82c9=>0x1!=_0x5e82c9}};_0x434bb2['hu']||={'dictionary':{},'getPluralForm':null},_0x434bb2['hu']['dictionary']=Object['assign'](_0x434bb2['hu']['dictionary'],_0x52e7e8),_0x434bb2['hu']['getPluralForm']=_0xc1559f;})(window['CKEDITOR_TRANSLATIONS']||={});
|