@ckeditor/ckeditor5-export-pdf 43.2.0-alpha.6 → 43.2.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=["348411XidImK","all","trim","ownerNode","text","data-cke",".ck-content","length","join","24rthjNP","cssText","95054ckvxgr","warn","then","hasAttribute","cssRules","11738ImlLGO","from","95448lTIdkg","602379YXPJlW",":root","990180wHrhZh","fetch","push","12ssafxc","EDITOR_STYLES","186752BxeVWU","indexOf","The editor stylesheet could not be found in the document. Check your webpack config – style-loader should use data-cke=true attribute for the editor stylesheet.","styleSheets"];return(o=function(){return t})()}function s(t,e){const n=o();return(s=function(t,e){return n[t-=180]})(t,e)}function i(){const t=s,e=[],n=[];for(const r of Array[t(192)](document[t(204)]))if(r[t(208)][t(189)](t(180)))for(const o of Array[t(192)](r[t(190)]))-1!==o[t(185)][t(202)](t(181))?e[t(198)](o[t(185)]):-1!==o[t(185)][t(202)](t(195))&&n[t(198)](o[t(185)]);return e[t(182)]||console[t(187)](t(203)),[...n,...e][t(183)](" ")[t(207)]()}function c(t,e){const n=t.t;switch(e){case"Export to PDF":return n("Export to PDF");case"An error occurred while generating the PDF.":return n("An error occurred while generating the PDF.");case"PDF export started":return n("PDF export started");case"PDF export failed":return n("PDF export failed");case"PDF export successful":return n("PDF export successful");case"Exporting PDF document":return n("Exporting PDF document");default:return e}}!function(t){const e=s,n=t();for(;;)try{if(123416===-parseInt(e(191))/1+-parseInt(e(186))/2+-parseInt(e(193))/3*(-parseInt(e(184))/4)+-parseInt(e(196))/5+-parseInt(e(199))/6*(-parseInt(e(205))/7)+parseInt(e(201))/8+parseInt(e(194))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(o);const a=p;function u(){const t=["status","fileName","converterUrl","affectsData","1376272emPvGy","URL","config","ExportPdf","470XZhAjW","mergeFields","getDataSetValues","application/json","finally","22xLETsV","assertive","appID","set","pending","createObjectURL","application/pdf","ariaLiveAnnouncer","https://pdf-converter.cke-cs.com/v1/convert/","plugins","entries","1149MobSMN","Notification","document.pdf","execute","MergeFieldsEditing","refresh","EDITOR_STYLES","MergeFields","_token","contentLanguageDirection","dataCallback","isBusy","getDefaultValues","PDF export started","9YTqWNJ","stylesheets","$labels","catch","function","previewMode","983108elHDMR","href","60556gkQMnd","2976180IzLyrI","editor","token",'">\n\t\t\t\t\t\t\t\t',"426vnyxAQ","PDF export successful","getLabel","cke5","locale","$defaultValues",'<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="',"createElement","9848CdhrMw","merge_fields","get","has","announce","_downloadFile","click","POST","1656018IiyWdZ","fetch","download","data","\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</body>\n\t\t\t\t\t</html>","stringify","getMergeFieldsIds","converterOptions","showWarning","An error occurred while generating the PDF.","blob","PDF export failed","remove","isEnabled","then","value"];return(u=function(){return t})()}function p(t,e){const n=u();return(p=function(t,e){return n[t-=378]})(t,e)}!function(t){const e=p,n=t();for(;;)try{if(140418===-parseInt(e(407))/1+-parseInt(e(412))/2*(-parseInt(e(385))/3)+-parseInt(e(420))/4*(parseInt(e(452))/5)+-parseInt(e(428))/6+-parseInt(e(405))/7+parseInt(e(448))/8*(parseInt(e(399))/9)+-parseInt(e(408))/10*(-parseInt(e(457))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(u);class f extends t.Command{constructor(t){const e=p;super(t),this[e(460)](e(396),!1),this[e(447)]=!1}[a(390)](){const t=a;this[t(441)]=!this[t(396)],this[t(443)]=this[t(396)]?t(378):void 0}[a(388)](t={}){const e=a,n=this[e(409)],r=t[e(446)]||e(382),o=t[e(395)]||(t=>t[e(431)][e(422)]()),u=n[e(383)][e(422)](e(451)),p=t[e(410)]||u[e(393)];return this[e(396)]=!0,this[e(390)](),function(t){const e=s;if(!t)return new Promise((t=>t("")));const n=[];for(const r of t)e(200)!==r?n[e(198)](window[e(197)](r)[e(188)]((t=>t[e(209)]()))):n[e(198)](i());return Promise[e(206)](n)[e(188)]((t=>t[e(183)](" ")[e(207)]()))}(t[e(400)]||[e(391)])[e(442)]((async s=>{const i=e;if(n.ui[i(381)][i(424)](c(n[i(416)],i(398))),n[i(383)][i(423)](i(392))){t[i(435)]||(t[i(435)]={});const e=n[i(383)][i(422)](i(389)),r=e[i(404)],{prefix:o,suffix:s}=n[i(450)][i(422)](i(453)),c={prefix:o,suffix:s,data:{}};if(i(401)===r)for(const t of e[i(434)]())c[i(431)][t]=o+e[i(414)](t)+s;else{const t=i(417)===r?e[i(397)]():e[i(454)](r,!0);for(const n of Object[i(384)](t)){const[t,r]=n;c[i(431)][t]=null!==r?r:e[i(414)](t)}}t[i(435)][i(421)]=c}const a={html:i(418)+n[i(416)][i(394)]+i(411)+await o(n)+i(432),css:s,options:t[i(435)]},u={method:i(427),headers:{"Content-Type":i(455),Accept:i(380),...p?{Authorization:p[i(443)]}:null,"x-cs-app-id":t[i(459)]||i(415)},body:JSON[i(433)](a)};return window[i(429)](r,u)[i(442)]((t=>{const e=i;if(200!==t[e(444)])throw t;return t[e(438)]()}))[i(442)]((e=>{const r=i;n.ui[r(381)][r(424)](c(n[r(416)],r(413)));const o=r(403)==typeof t[r(445)]?t[r(445)]():t[r(445)];this[r(425)](e,o||r(387))}))}))[e(402)]((t=>{const r=e,o=n[r(383)][r(422)](r(386));throw n.ui[r(381)][r(424)](c(n[r(416)],r(439)),{politeness:r(458)}),o[r(436)](c(n[r(416)],r(437))),t}))[e(456)]((()=>{const t=e;this[t(396)]=!1,this[t(390)]()}))}[a(425)](t,e){const n=a,r=document[n(419)]("a");r[n(406)]=window[n(449)][n(379)](t),r[n(430)]=e,r[n(426)](),r[n(440)]()}}const d=h;function h(t,e){const n=l();return(h=function(t,e){return n[t-=371]})(t,e)}function l(){const t=["iconView","focus","isBusy","pluginName","commands","600079KjIwwO","bind","2387391wVUzhR","componentFactory","isVisible","set","execute","config","8zAtJXr","listenTo","get","exportPdf","editing","4767498yYqFrU","menuBar:exportPdf","isEnabled","init","_createButton","12775060NHeDSR","add","Export to PDF","children","10cIcMDF","2raPjaF","3178748SnrvCK","isOn","view","locale","ExportPdfUI","529764ODhEdv","editor","3914057WBwhNg","label","Exporting PDF document"];return(l=function(){return t})()}!function(t){const e=h,n=t();for(;;)try{if(472520===parseInt(e(371))/1*(-parseInt(e(394))/2)+parseInt(e(373))/3+-parseInt(e(395))/4+parseInt(e(393))/5*(-parseInt(e(400))/6)+-parseInt(e(402))/7+parseInt(e(379))/8*(parseInt(e(384))/9)+parseInt(e(389))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(l);class I extends t.Plugin{static get[d(408)](){return d(399)}[d(387)](){const t=d,n=this[t(401)];n.ui[t(374)][t(390)](t(382),(()=>{const r=t,o=this[r(388)](e.ButtonView),s=n[r(409)][r(381)](r(382));return o[r(376)]({tooltip:!0}),o[r(372)](r(396)).to(s,r(407)),o})),n.ui[t(374)][t(390)](t(385),(()=>this[t(388)](e.MenuBarMenuListItemButtonView)))}[d(388)](t){const n=d,r=this[n(401)],o=r[n(378)][n(381)](n(382))||{},s=r[n(409)][n(381)](n(382)),i=new t(r[n(398)]),a=new e.SpinnerView;return i[n(392)][n(390)](a),a[n(372)](n(375)).to(s,n(407)),i[n(405)][n(372)](n(375)).to(s,n(407),(t=>!t)),i[n(376)]({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(372)](n(386)).to(s,n(386)),i[n(372)](n(403)).to(s,n(407),(t=>c(r[n(398)],n(t?404:391)))),this[n(380)](i,n(377),(()=>{const t=n;r[t(377)](t(382),o),r[t(383)][t(397)][t(406)]()})),i}}function g(t,e){const n=x();return(g=function(t,e){return n[t-=437]})(t,e)}function x(){const t=["add","get","tokenUrl","config","1487227XYgkRX","CloudServices","_token","1171823ePXUQZ","2892176mVRgRS","commands","requires","50127DXWoBe","125gSXBCP","ExportPdf","editor","token","exportPdf","256lcaLBJ","plugins","502952dWpmqL","10036611eDoKre","init","registerTokenUrl","pluginName","then","319872asrwRM"];return(x=function(){return t})()}const P=g;!function(t){const e=g,n=t();for(;;)try{if(963978===parseInt(e(455))/1+parseInt(e(456))/2+parseInt(e(459))/3*(parseInt(e(439))/4)+parseInt(e(460))/5*(-parseInt(e(447))/6)+-parseInt(e(452))/7+-parseInt(e(441))/8+-parseInt(e(442))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(x);class m extends t.Plugin{static get[P(445)](){return P(461)}static get[P(458)](){return[P(453),e.Notification,I]}[P(443)](){const t=P,e=this[t(462)],n=e[t(451)][t(449)](t(438))||{};e[t(457)][t(448)](t(438),new f(e));const r=e[t(440)][t(449)](t(453));!1===n[t(450)]?this[t(454)]=null:n[t(450)]?r[t(444)](n[t(450)])[t(446)]((e=>{this[t(454)]=e})):this[t(454)]=r[t(437)]}}function w(t,e){var n=v();return(w=function(t,e){return n[t-=363]})(t,e)}function v(){var t=["4884903KcAhgK","3KLCIXI","318124VFKuDL","2202608GCsffx","114560eUfeIx","6ECFveY","24DhJXIL","3604181PbJhAC","14341503fzsmZa","10umiZDN","52898laELDB"];return(v=function(){return t})()}!function(t){for(var e=w,n=t();;)try{if(364936===-parseInt(e(372))/1*(parseInt(e(368))/2)+-parseInt(e(363))/3*(parseInt(e(364))/4)+parseInt(e(366))/5*(parseInt(e(367))/6)+-parseInt(e(369))/7+-parseInt(e(365))/8+-parseInt(e(373))/9*(-parseInt(e(371))/10)+parseInt(e(370))/11)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=["length","2534008QkpkzE","ownerNode","indexOf","3315WUcvzb","1898099WdXJNv","1265VvTpDu","1698bSyPfZ","hasAttribute","then","push","21650gshzmP",".ck-content","9MTsmcm","styleSheets","9PJnbLS","from","60841IQfmPk","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.","373556Smuiim","warn","data-cke","cssText","all","text","cssRules","fetch","join","EDITOR_STYLES","trim",":root","547480MNDOBc"];return(o=function(){return t})()}function s(t,e){const n=o();return(s=function(t,e){return n[t-=230]})(t,e)}function i(){const t=s,e=[],n=[];for(const r of Array[t(251)](document[t(249)]))if(r[t(237)][t(243)](t(256)))for(const o of Array[t(251)](r[t(260)]))-1!==o[t(257)][t(238)](t(247))?e[t(245)](o[t(257)]):-1!==o[t(257)][t(238)](t(233))&&n[t(245)](o[t(257)]);return e[t(235)]||console[t(255)](t(253)),[...n,...e][t(230)](" ")[t(232)]()}function c(t,e){const n=t.t;switch(e){case"Export to PDF":return n("Export to PDF");case"An error occurred while generating the PDF.":return n("An error occurred while generating the PDF.");case"PDF export started":return n("PDF export started");case"PDF export failed":return n("PDF export failed");case"PDF export successful":return n("PDF export successful");case"Exporting PDF document":return n("Exporting PDF document");default:return e}}!function(t){const e=s,n=t();for(;;)try{if(161354===parseInt(e(252))/1+parseInt(e(234))/2+parseInt(e(250))/3*(-parseInt(e(254))/4)+parseInt(e(239))/5*(-parseInt(e(242))/6)+-parseInt(e(240))/7+-parseInt(e(236))/8*(-parseInt(e(248))/9)+-parseInt(e(246))/10*(-parseInt(e(241))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(o);const a=p;function u(){const t=["35TjbwRV","MergeFieldsEditing","An error occurred while generating the PDF.","ExportPdf","pending","_downloadFile","refresh","398376lZqGmt","PDF export failed","status","https://pdf-converter.cke-cs.com/v1/convert/","URL","previewMode","entries","POST","converterUrl","createElement","176735sJKigG","createObjectURL","mergeFields","getDefaultValues","data","107958QlRVQG","assertive","application/json","stringify","cke5","document.pdf","token","value","\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</body>\n\t\t\t\t\t</html>","download","20Gcrpsz","MergeFields","fetch","config",'">\n\t\t\t\t\t\t\t\t',"set","execute","PDF export successful","5030019wrKFGt","application/pdf","1857234ymvkFJ","isEnabled","7wHaTmQ","1323190hKJyeE","get","affectsData","4LdbMBS","function","appID",'<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="',"editor","EDITOR_STYLES","12448137UyuGpc","has","12kwGCXZ","finally","dataCallback","_token","locale","ariaLiveAnnouncer","fileName","contentLanguageDirection","merge_fields","remove","blob","isBusy","getLabel","PDF export started","$labels","getDataSetValues","converterOptions","showWarning","href","2XBXofE","stylesheets","click","catch","Notification","getMergeFieldsIds","then","$defaultValues","plugins","announce"];return(u=function(){return t})()}function p(t,e){const n=u();return(p=function(t,e){return n[t-=491]})(t,e)}!function(t){const e=p,n=t();for(;;)try{if(591444===parseInt(e(520))/1*(parseInt(e(493))/2)+parseInt(e(545))/3*(parseInt(e(551))/4)+parseInt(e(503))/5*(parseInt(e(525))/6)+-parseInt(e(547))/7*(parseInt(e(510))/8)+parseInt(e(543))/9*(-parseInt(e(535))/10)+-parseInt(e(548))/11+parseInt(e(559))/12*(parseInt(e(557))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(u);class f extends t.Command{constructor(t){const e=p;super(t),this[e(540)](e(570),!1),this[e(550)]=!1}[a(509)](){const t=a;this[t(546)]=!this[t(570)],this[t(532)]=this[t(570)]?t(507):void 0}[a(541)](t={}){const e=a,n=this[e(555)],r=t[e(518)]||e(513),o=t[e(561)]||(t=>t[e(524)][e(549)]()),u=n[e(501)][e(549)](e(506)),p=t[e(531)]||u[e(562)];return this[e(570)]=!0,this[e(509)](),function(t){const e=s;if(!t)return new Promise((t=>t("")));const n=[];for(const r of t)e(231)!==r?n[e(245)](window[e(261)](r)[e(244)]((t=>t[e(259)]()))):n[e(245)](i());return Promise[e(258)](n)[e(244)]((t=>t[e(230)](" ")[e(232)]()))}(t[e(494)]||[e(556)])[e(499)]((async s=>{const i=e;if(n.ui[i(564)][i(502)](c(n[i(563)],i(572))),n[i(501)][i(558)](i(536))){t[i(575)]||(t[i(575)]={});const e=n[i(501)][i(549)](i(504)),r=e[i(515)],{prefix:o,suffix:s}=n[i(538)][i(549)](i(522)),c={prefix:o,suffix:s,data:{}};if(i(573)===r)for(const t of e[i(498)]())c[i(524)][t]=o+e[i(571)](t)+s;else{const t=i(500)===r?e[i(523)]():e[i(574)](r,!0);for(const n of Object[i(516)](t)){const[t,r]=n;c[i(524)][t]=null!==r?r:e[i(571)](t)}}t[i(575)][i(567)]=c}const a={html:i(554)+n[i(563)][i(566)]+i(539)+await o(n)+i(533),css:s,options:t[i(575)]},u={method:i(517),headers:{"Content-Type":i(527),Accept:i(544),...p?{Authorization:p[i(532)]}:null,"x-cs-app-id":t[i(553)]||i(529)},body:JSON[i(528)](a)};return window[i(537)](r,u)[i(499)]((t=>{const e=i;if(200!==t[e(512)])throw t;return t[e(569)]()}))[i(499)]((e=>{const r=i;n.ui[r(564)][r(502)](c(n[r(563)],r(542)));const o=r(552)==typeof t[r(565)]?t[r(565)]():t[r(565)];this[r(508)](e,o||r(530))}))}))[e(496)]((t=>{const r=e,o=n[r(501)][r(549)](r(497));throw n.ui[r(564)][r(502)](c(n[r(563)],r(511)),{politeness:r(526)}),o[r(491)](c(n[r(563)],r(505))),t}))[e(560)]((()=>{const t=e;this[t(570)]=!1,this[t(509)]()}))}[a(508)](t,e){const n=a,r=document[n(519)]("a");r[n(492)]=window[n(514)][n(521)](t),r[n(534)]=e,r[n(495)](),r[n(568)]()}}const d=h;function h(t,e){const n=l();return(h=function(t,e){return n[t-=379]})(t,e)}function l(){const t=["6318lHZvYh","Exporting PDF document","init","1989620NPSKqS","commands","focus","423ADqgUc","_createButton","execute","bind","ExportPdfUI","config","componentFactory","Export to PDF","view","menuBar:exportPdf","isOn","isBusy","exportPdf","pluginName","locale","2070BbKeGg","isVisible","511716HnrmDG","2648394hrDfAT","isEnabled","3725037iRdvNP","2044920oMLxBv","editing","label","7082ZyyPAL","editor","set","children","add","get","iconView","listenTo"];return(l=function(){return t})()}!function(t){const e=h,n=t();for(;;)try{if(269092===-parseInt(e(390))/1+-parseInt(e(397))/2*(-parseInt(e(411))/3)+parseInt(e(408))/4+-parseInt(e(388))/5*(parseInt(e(405))/6)+parseInt(e(391))/7+parseInt(e(394))/8+-parseInt(e(393))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(l);class g extends t.Plugin{static get[d(386)](){return d(415)}[d(407)](){const t=d,n=this[t(398)];n.ui[t(379)][t(401)](t(385),(()=>{const r=t,o=this[r(412)](e.ButtonView),s=n[r(409)][r(402)](r(385));return o[r(399)]({tooltip:!0}),o[r(414)](r(383)).to(s,r(384)),o})),n.ui[t(379)][t(401)](t(382),(()=>this[t(412)](e.MenuBarMenuListItemButtonView)))}[d(412)](t){const n=d,r=this[n(398)],o=r[n(416)][n(402)](n(385))||{},s=r[n(409)][n(402)](n(385)),i=new t(r[n(387)]),a=new e.SpinnerView;return i[n(400)][n(401)](a),a[n(414)](n(389)).to(s,n(384)),i[n(403)][n(414)](n(389)).to(s,n(384),(t=>!t)),i[n(399)]({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(414)](n(392)).to(s,n(392)),i[n(414)](n(396)).to(s,n(384),(t=>c(r[n(387)],n(t?406:380)))),this[n(404)](i,n(413),(()=>{const t=n;r[t(413)](t(385),o),r[t(395)][t(381)][t(410)]()})),i}}const I=x;function x(t,e){const n=P();return(x=function(t,e){return n[t-=227]})(t,e)}function P(){const t=["config","editor","exportPdf","_token","1299222ohuxzC","plugins","add","16503VfIVJO","2937278LgLWar","2702hzrVcZ","registerTokenUrl","requires","CloudServices","tokenUrl","28476eGMPXp","8DBBEtp","ExportPdf","pluginName","init","get","token","commands","4364130BWEbxL","then","20752vIfCJP","34586712wVvTcK"];return(P=function(){return t})()}!function(t){const e=x,n=t();for(;;)try{if(783255===parseInt(e(251))/1+parseInt(e(229))/2+parseInt(e(228))/3*(-parseInt(e(236))/4)+parseInt(e(243))/5+-parseInt(e(235))/6+-parseInt(e(230))/7*(-parseInt(e(245))/8)+-parseInt(e(246))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(P);class m extends t.Plugin{static get[I(238)](){return I(237)}static get[I(232)](){return[I(233),e.Notification,g]}[I(239)](){const t=I,e=this[t(248)],n=e[t(247)][t(240)](t(249))||{};e[t(242)][t(227)](t(249),new f(e));const r=e[t(252)][t(240)](t(233));!1===n[t(234)]?this[t(250)]=null:n[t(234)]?r[t(231)](n[t(234)])[t(244)]((e=>{this[t(250)]=e})):this[t(250)]=r[t(241)]}}function v(t,e){var n=w();return(v=function(t,e){return n[t-=235]})(t,e)}function w(){var t=["4521456cpuHMB","22924LgnEtz","938ivTFpc","235752ZYiYgt","8843652QEKXse","511810OrTkcI","12ZHkGnL","10248RKLMCg","596055SGeXlM"];return(w=function(){return t})()}!function(t){for(var e=v,n=t();;)try{if(293139===parseInt(e(241))/1*(-parseInt(e(237))/2)+parseInt(e(239))/3+-parseInt(e(243))/4+parseInt(e(236))/5+parseInt(e(238))/6*(-parseInt(e(242))/7)+-parseInt(e(240))/8+parseInt(e(235))/9)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 _0x346be1,Plugin as _0x23ecb8}from'@ckeditor/ckeditor5-core/dist/index.js';import{ButtonView as _0x4b3897,MenuBarMenuListItemButtonView as _0x55c28a,SpinnerView as _0x512cbe,Notification as _0x808c13}from'@ckeditor/ckeditor5-ui/dist/index.js';function a(){const _0x553714=[],_0x240f95=[];for(const _0x43f4d4 of Array['from'](document['styleSheets'])){if(_0x43f4d4['ownerNode']['hasAttribute']('data-cke')){for(const _0xec626b of Array['from'](_0x43f4d4['cssRules']))-0x1!==_0xec626b['cssText']['indexOf']('.ck-content')?_0x553714['push'](_0xec626b['cssText']):-0x1!==_0xec626b['cssText']['indexOf'](':root')&&_0x240f95['push'](_0xec626b['cssText']);}}return _0x553714['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.'),[..._0x240f95,..._0x553714]['join']('\x20')['trim']();}function d(_0x557f8d,_0x2911f4){const t=_0x557f8d['t'];switch(_0x2911f4){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 _0x2911f4;}}class o extends _0x346be1{constructor(_0x254131){super(_0x254131),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x5adf26={}){const _0x15112f=this['editor'],_0x1863b4=_0x5adf26['converterUrl']||'https://pdf-converter.cke-cs.com/v1/convert/',_0x4602dd=_0x5adf26['dataCallback']||(_0x477f62=>_0x477f62['data']['get']()),_0x5f4fc0=_0x15112f['plugins']['get']('ExportPdf'),_0x417da3=_0x5adf26['token']||_0x5f4fc0['_token'];return this['isBusy']=!0x0,this['refresh'](),function(_0x225504){if(!_0x225504)return new Promise(_0x4d60d3=>_0x4d60d3(''));const _0x3c5fa5=[];for(const _0x50b192 of _0x225504)'EDITOR_STYLES'!==_0x50b192?_0x3c5fa5['push'](window['fetch'](_0x50b192)['then'](_0x3f9b6e=>_0x3f9b6e['text']())):_0x3c5fa5['push'](a());return Promise['all'](_0x3c5fa5)['then'](_0x1916bc=>_0x1916bc['join']('\x20')['trim']());}(_0x5adf26['stylesheets']||['EDITOR_STYLES'])['then'](async _0x26240d=>{if(_0x15112f['ui']['ariaLiveAnnouncer']['announce'](d(_0x15112f['locale'],'PDF\x20export\x20started')),_0x15112f['plugins']['has']('MergeFields')){_0x5adf26['converterOptions']||(_0x5adf26['converterOptions']={});const _0x2726e1=_0x15112f['plugins']['get']('MergeFieldsEditing'),_0x3ec200=_0x2726e1['previewMode'],{prefix:_0x4cdd7f,suffix:_0x4c8fb4}=_0x15112f['config']['get']('mergeFields'),_0x39cee9={'prefix':_0x4cdd7f,'suffix':_0x4c8fb4,'data':{}};if('$labels'===_0x3ec200){for(const _0x4fabcf of _0x2726e1['getMergeFieldsIds']())_0x39cee9['data'][_0x4fabcf]=_0x4cdd7f+_0x2726e1['getLabel'](_0x4fabcf)+_0x4c8fb4;}else{const _0x552182='$defaultValues'===_0x3ec200?_0x2726e1['getDefaultValues']():_0x2726e1['getDataSetValues'](_0x3ec200,!0x0);for(const _0x4c85a1 of Object['entries'](_0x552182)){const [_0x4fd760,_0x165f83]=_0x4c85a1;_0x39cee9['data'][_0x4fd760]=null!==_0x165f83?_0x165f83:_0x2726e1['getLabel'](_0x4fd760);}}_0x5adf26['converterOptions']['merge_fields']=_0x39cee9;}const _0x39e532={'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'+_0x15112f['locale']['contentLanguageDirection']+'\x22>\x0a\x09\x09\x09\x09\x09\x09\x09\x09'+await _0x4602dd(_0x15112f)+'\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':_0x26240d,'options':_0x5adf26['converterOptions']},_0x1fc6bd={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/pdf',..._0x417da3?{'Authorization':_0x417da3['value']}:null,'x-cs-app-id':_0x5adf26['appID']||'cke5'},'body':JSON['stringify'](_0x39e532)};return window['fetch'](_0x1863b4,_0x1fc6bd)['then'](_0x5638be=>{if(0xc8!==_0x5638be['status'])throw _0x5638be;return _0x5638be['blob']();})['then'](_0xabc0ae=>{_0x15112f['ui']['ariaLiveAnnouncer']['announce'](d(_0x15112f['locale'],'PDF\x20export\x20successful'));const _0x4c948a='function'==typeof _0x5adf26['fileName']?_0x5adf26['fileName']():_0x5adf26['fileName'];this['_downloadFile'](_0xabc0ae,_0x4c948a||'document.pdf');});})['catch'](_0x20a4c6=>{const _0x5c2ac6=_0x15112f['plugins']['get']('Notification');throw _0x15112f['ui']['ariaLiveAnnouncer']['announce'](d(_0x15112f['locale'],'PDF\x20export\x20failed'),{'politeness':'assertive'}),_0x5c2ac6['showWarning'](d(_0x15112f['locale'],'An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.')),_0x20a4c6;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0x496487,_0x2139cf){const _0x247021=document['createElement']('a');_0x247021['href']=window['URL']['createObjectURL'](_0x496487),_0x247021['download']=_0x2139cf,_0x247021['click'](),_0x247021['remove']();}}class i extends _0x23ecb8{static get['pluginName'](){return'ExportPdfUI';}['init'](){const _0x140d38=this['editor'];_0x140d38['ui']['componentFactory']['add']('exportPdf',()=>{const _0x33d10a=this['_createButton'](_0x4b3897),_0x92022e=_0x140d38['commands']['get']('exportPdf');return _0x33d10a['set']({'tooltip':!0x0}),_0x33d10a['bind']('isOn')['to'](_0x92022e,'isBusy'),_0x33d10a;}),_0x140d38['ui']['componentFactory']['add']('menuBar:exportPdf',()=>this['_createButton'](_0x55c28a));}['_createButton'](_0x5280b8){const _0x3560b2=this['editor'],_0x5e4623=_0x3560b2['config']['get']('exportPdf')||{},_0x33975d=_0x3560b2['commands']['get']('exportPdf'),_0x25b27c=new _0x5280b8(_0x3560b2['locale']),_0x497a50=new _0x512cbe();return _0x25b27c['children']['add'](_0x497a50),_0x497a50['bind']('isVisible')['to'](_0x33975d,'isBusy'),_0x25b27c['iconView']['bind']('isVisible')['to'](_0x33975d,'isBusy',_0x5032af=>!_0x5032af),_0x25b27c['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'}),_0x25b27c['bind']('isEnabled')['to'](_0x33975d,'isEnabled'),_0x25b27c['bind']('label')['to'](_0x33975d,'isBusy',_0x43f5df=>d(_0x3560b2['locale'],_0x43f5df?'Exporting\x20PDF\x20document':'Export\x20to\x20PDF')),this['listenTo'](_0x25b27c,'execute',()=>{_0x3560b2['execute']('exportPdf',_0x5e4623),_0x3560b2['editing']['view']['focus']();}),_0x25b27c;}}class s extends _0x23ecb8{['_token'];static get['pluginName'](){return'ExportPdf';}static get['requires'](){return['CloudServices',_0x808c13,i];}['init'](){const _0x173915=this['editor'],_0xf27781=_0x173915['config']['get']('exportPdf')||{};_0x173915['commands']['add']('exportPdf',new o(_0x173915));const _0x4cddfd=_0x173915['plugins']['get']('CloudServices');!0x1===_0xf27781['tokenUrl']?this['_token']=null:_0xf27781['tokenUrl']?_0x4cddfd['registerTokenUrl'](_0xf27781['tokenUrl'])['then'](_0x3dd295=>{this['_token']=_0x3dd295;}):this['_token']=_0x4cddfd['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':_0x35ffcd=>0x1!=_0x35ffcd}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x2c363e=>{const {af:{dictionary:_0x4f1499,getPluralForm:_0x383bad}}={'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':_0x130854=>0x1!=_0x130854}};_0x2c363e['af']||={'dictionary':{},'getPluralForm':null},_0x2c363e['af']['dictionary']=Object['assign'](_0x2c363e['af']['dictionary'],_0x4f1499),_0x2c363e['af']['getPluralForm']=_0x383bad;})(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':_0x2b5c97=>0x0==_0x2b5c97?0x0:0x1==_0x2b5c97?0x1:0x2==_0x2b5c97?0x2:_0x2b5c97%0x64>=0x3&&_0x2b5c97%0x64<=0xa?0x3:_0x2b5c97%0x64>=0xb&&_0x2b5c97%0x64<=0x63?0x4:0x5}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0xa9dbac=>{const {ar:{dictionary:_0x1f6ee1,getPluralForm:_0x542929}}={'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':_0x3338c4=>0x0==_0x3338c4?0x0:0x1==_0x3338c4?0x1:0x2==_0x3338c4?0x2:_0x3338c4%0x64>=0x3&&_0x3338c4%0x64<=0xa?0x3:_0x3338c4%0x64>=0xb&&_0x3338c4%0x64<=0x63?0x4:0x5}};_0xa9dbac['ar']||={'dictionary':{},'getPluralForm':null},_0xa9dbac['ar']['dictionary']=Object['assign'](_0xa9dbac['ar']['dictionary'],_0x1f6ee1),_0xa9dbac['ar']['getPluralForm']=_0x542929;})(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':_0x54a8b5=>0x1!=_0x54a8b5}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x364802=>{const {bg:{dictionary:_0x27fa16,getPluralForm:_0x2093ce}}={'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':_0x5e88f4=>0x1!=_0x5e88f4}};_0x364802['bg']||={'dictionary':{},'getPluralForm':null},_0x364802['bg']['dictionary']=Object['assign'](_0x364802['bg']['dictionary'],_0x27fa16),_0x364802['bg']['getPluralForm']=_0x2093ce;})(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':_0x5af293=>0x1!=_0x5af293}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x5b78ec=>{const {bn:{dictionary:_0x4df844,getPluralForm:_0x1467f0}}={'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':_0xe3e7d3=>0x1!=_0xe3e7d3}};_0x5b78ec['bn']||={'dictionary':{},'getPluralForm':null},_0x5b78ec['bn']['dictionary']=Object['assign'](_0x5b78ec['bn']['dictionary'],_0x4df844),_0x5b78ec['bn']['getPluralForm']=_0x1467f0;})(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':_0x53e29d=>0x1!=_0x53e29d}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x549448=>{const {ca:{dictionary:_0x26cbbb,getPluralForm:_0x231214}}={'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':_0xa16db7=>0x1!=_0xa16db7}};_0x549448['ca']||={'dictionary':{},'getPluralForm':null},_0x549448['ca']['dictionary']=Object['assign'](_0x549448['ca']['dictionary'],_0x26cbbb),_0x549448['ca']['getPluralForm']=_0x231214;})(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':_0x217630=>0x1==_0x217630&&_0x217630%0x1==0x0?0x0:_0x217630>=0x2&&_0x217630<=0x4&&_0x217630%0x1==0x0?0x1:_0x217630%0x1!=0x0?0x2:0x3}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x54b141=>{const {cs:{dictionary:_0x20fec1,getPluralForm:_0x532ea3}}={'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':_0x4d3683=>0x1==_0x4d3683&&_0x4d3683%0x1==0x0?0x0:_0x4d3683>=0x2&&_0x4d3683<=0x4&&_0x4d3683%0x1==0x0?0x1:_0x4d3683%0x1!=0x0?0x2:0x3}};_0x54b141['cs']||={'dictionary':{},'getPluralForm':null},_0x54b141['cs']['dictionary']=Object['assign'](_0x54b141['cs']['dictionary'],_0x20fec1),_0x54b141['cs']['getPluralForm']=_0x532ea3;})(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':_0x4357c1=>0x1!=_0x4357c1}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x3c62ca=>{const {da:{dictionary:_0x1d844b,getPluralForm:_0x1da9dd}}={'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':_0x538cb4=>0x1!=_0x538cb4}};_0x3c62ca['da']||={'dictionary':{},'getPluralForm':null},_0x3c62ca['da']['dictionary']=Object['assign'](_0x3c62ca['da']['dictionary'],_0x1d844b),_0x3c62ca['da']['getPluralForm']=_0x1da9dd;})(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':_0x5446f9=>0x1!=_0x5446f9}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x5d2a47=>{const {de:{dictionary:_0x23f1eb,getPluralForm:_0x47469b}}={'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':_0x5e5502=>0x1!=_0x5e5502}};_0x5d2a47['de']||={'dictionary':{},'getPluralForm':null},_0x5d2a47['de']['dictionary']=Object['assign'](_0x5d2a47['de']['dictionary'],_0x23f1eb),_0x5d2a47['de']['getPluralForm']=_0x47469b;})(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':_0x61bca1=>0x1!=_0x61bca1}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0xafaf9f=>{const {el:{dictionary:_0xda73a3,getPluralForm:_0x1a8b44}}={'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':_0x84050a=>0x1!=_0x84050a}};_0xafaf9f['el']||={'dictionary':{},'getPluralForm':null},_0xafaf9f['el']['dictionary']=Object['assign'](_0xafaf9f['el']['dictionary'],_0xda73a3),_0xafaf9f['el']['getPluralForm']=_0x1a8b44;})(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':_0x102642=>0x1!=_0x102642}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x56ca50=>{const {'en-au':{dictionary:_0x139873,getPluralForm:_0x412e2d}}={'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':_0x1f80e4=>0x1!=_0x1f80e4}};_0x56ca50['en-au']||={'dictionary':{},'getPluralForm':null},_0x56ca50['en-au']['dictionary']=Object['assign'](_0x56ca50['en-au']['dictionary'],_0x139873),_0x56ca50['en-au']['getPluralForm']=_0x412e2d;})(window['CKEDITOR_TRANSLATIONS']||={});
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x5870ec=>{const {en:{dictionary:_0x486280,getPluralForm:_0x481bdd}}={'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}};_0x5870ec['en']||={'dictionary':{},'getPluralForm':null},_0x5870ec['en']['dictionary']=Object['assign'](_0x5870ec['en']['dictionary'],_0x486280),_0x5870ec['en']['getPluralForm']=_0x481bdd;})(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':_0x50ba9b=>0x1==_0x50ba9b?0x0:0x0!=_0x50ba9b&&_0x50ba9b%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x17e807=>{const {'es-co':{dictionary:_0x20f400,getPluralForm:_0x30ad2b}}={'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':_0x4e5787=>0x1==_0x4e5787?0x0:0x0!=_0x4e5787&&_0x4e5787%0xf4240==0x0?0x1:0x2}};_0x17e807['es-co']||={'dictionary':{},'getPluralForm':null},_0x17e807['es-co']['dictionary']=Object['assign'](_0x17e807['es-co']['dictionary'],_0x20f400),_0x17e807['es-co']['getPluralForm']=_0x30ad2b;})(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':_0x3be05c=>0x1==_0x3be05c?0x0:0x0!=_0x3be05c&&_0x3be05c%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x22e737=>{const {es:{dictionary:_0x2452b5,getPluralForm:_0x4e8031}}={'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':_0x1313d9=>0x1==_0x1313d9?0x0:0x0!=_0x1313d9&&_0x1313d9%0xf4240==0x0?0x1:0x2}};_0x22e737['es']||={'dictionary':{},'getPluralForm':null},_0x22e737['es']['dictionary']=Object['assign'](_0x22e737['es']['dictionary'],_0x2452b5),_0x22e737['es']['getPluralForm']=_0x4e8031;})(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':_0x1481b3=>0x1!=_0x1481b3}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x1d004e=>{const {et:{dictionary:_0x36922e,getPluralForm:_0x5c3ca0}}={'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':_0x252135=>0x1!=_0x252135}};_0x1d004e['et']||={'dictionary':{},'getPluralForm':null},_0x1d004e['et']['dictionary']=Object['assign'](_0x1d004e['et']['dictionary'],_0x36922e),_0x1d004e['et']['getPluralForm']=_0x5c3ca0;})(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':_0x38e326=>0x1!=_0x38e326}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x1534e4=>{const {fi:{dictionary:_0x3487af,getPluralForm:_0x53532c}}={'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':_0xfa92e4=>0x1!=_0xfa92e4}};_0x1534e4['fi']||={'dictionary':{},'getPluralForm':null},_0x1534e4['fi']['dictionary']=Object['assign'](_0x1534e4['fi']['dictionary'],_0x3487af),_0x1534e4['fi']['getPluralForm']=_0x53532c;})(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':_0x320290=>0x0==_0x320290||0x1==_0x320290?0x0:0x0!=_0x320290&&_0x320290%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x4d842a=>{const {fr:{dictionary:_0x12471b,getPluralForm:_0x57fb6e}}={'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':_0x2b9443=>0x0==_0x2b9443||0x1==_0x2b9443?0x0:0x0!=_0x2b9443&&_0x2b9443%0xf4240==0x0?0x1:0x2}};_0x4d842a['fr']||={'dictionary':{},'getPluralForm':null},_0x4d842a['fr']['dictionary']=Object['assign'](_0x4d842a['fr']['dictionary'],_0x12471b),_0x4d842a['fr']['getPluralForm']=_0x57fb6e;})(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':_0x48e262=>0x1!=_0x48e262}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0xa772de=>{const {gl:{dictionary:_0x11a7d2,getPluralForm:_0x5c843a}}={'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':_0x1d7e20=>0x1!=_0x1d7e20}};_0xa772de['gl']||={'dictionary':{},'getPluralForm':null},_0xa772de['gl']['dictionary']=Object['assign'](_0xa772de['gl']['dictionary'],_0x11a7d2),_0xa772de['gl']['getPluralForm']=_0x5c843a;})(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':_0x1d6cb7=>0x1==_0x1d6cb7&&_0x1d6cb7%0x1==0x0?0x0:0x2==_0x1d6cb7&&_0x1d6cb7%0x1==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x27dfb7=>{const {he:{dictionary:_0x443ae0,getPluralForm:_0x5498a7}}={'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':_0x1eb80c=>0x1==_0x1eb80c&&_0x1eb80c%0x1==0x0?0x0:0x2==_0x1eb80c&&_0x1eb80c%0x1==0x0?0x1:0x2}};_0x27dfb7['he']||={'dictionary':{},'getPluralForm':null},_0x27dfb7['he']['dictionary']=Object['assign'](_0x27dfb7['he']['dictionary'],_0x443ae0),_0x27dfb7['he']['getPluralForm']=_0x5498a7;})(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':_0xfc697f=>0x1!=_0xfc697f}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x28b982=>{const {hi:{dictionary:_0x78f64e,getPluralForm:_0x13f5fc}}={'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':_0x1a07b8=>0x1!=_0x1a07b8}};_0x28b982['hi']||={'dictionary':{},'getPluralForm':null},_0x28b982['hi']['dictionary']=Object['assign'](_0x28b982['hi']['dictionary'],_0x78f64e),_0x28b982['hi']['getPluralForm']=_0x13f5fc;})(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':_0x26a442=>_0x26a442%0xa==0x1&&_0x26a442%0x64!=0xb?0x0:_0x26a442%0xa>=0x2&&_0x26a442%0xa<=0x4&&(_0x26a442%0x64<0xa||_0x26a442%0x64>=0x14)?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x32652c=>{const {hr:{dictionary:_0x52b640,getPluralForm:_0x5dfbeb}}={'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':_0x3487cb=>_0x3487cb%0xa==0x1&&_0x3487cb%0x64!=0xb?0x0:_0x3487cb%0xa>=0x2&&_0x3487cb%0xa<=0x4&&(_0x3487cb%0x64<0xa||_0x3487cb%0x64>=0x14)?0x1:0x2}};_0x32652c['hr']||={'dictionary':{},'getPluralForm':null},_0x32652c['hr']['dictionary']=Object['assign'](_0x32652c['hr']['dictionary'],_0x52b640),_0x32652c['hr']['getPluralForm']=_0x5dfbeb;})(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':_0x2fafc4=>0x1!=_0x2fafc4}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x1e7115=>{const {hu:{dictionary:_0x45ea70,getPluralForm:_0x313479}}={'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':_0x52a5d6=>0x1!=_0x52a5d6}};_0x1e7115['hu']||={'dictionary':{},'getPluralForm':null},_0x1e7115['hu']['dictionary']=Object['assign'](_0x1e7115['hu']['dictionary'],_0x45ea70),_0x1e7115['hu']['getPluralForm']=_0x313479;})(window['CKEDITOR_TRANSLATIONS']||={});
|