@ckeditor/ckeditor5-export-pdf 42.0.2 → 43.0.0-alpha.1
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/CHANGELOG.md +1 -1
- package/build/export-pdf.js +1 -1
- package/build/translations/sr-latn.js +1 -1
- package/dist/exportpdf.d.ts +5 -0
- 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/dist/utils/common-translations.d.ts +13 -0
- package/lang/translations/sr-latn.po +4 -4
- package/package.json +4 -4
- package/src/exportpdf.d.ts +5 -0
- 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.d.ts +9 -0
- package/src/utils/common-translations.js +23 -0
- package/src/utils.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
Changelog
|
|
2
2
|
=========
|
|
3
3
|
|
|
4
|
-
All changes in the package are documented in
|
|
4
|
+
All changes in the package are documented in https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md.
|
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:()=>l});var t=n(782),e=n(311);function o(t,e){const n=s();return(o=function(t,e){return n[t-=489]})(t,e)}function s(){const t=["11QYDcid","push","hasAttribute",":root","26WgAHQV","then","data-cke","join","length","13133916fQOzKk","cssText","138wgogzk","1970PuIRNk","ownerNode","from",".ck-content","390645sYjMGl","styleSheets","12eePJgO","text","69407282bnheKx","1365651xVmDiw","indexOf","24tinkQX","cssRules","warn","560223tCbcdl","all","6atgIvv","fetch","82278ZZlxLO","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.","EDITOR_STYLES","trim","2859178TmNVFe"];return(s=function(){return t})()}function i(){const t=o,e=[],n=[];for(const r of Array[t(504)](document[t(507)]))if(r[t(503)][t(492)](t(496)))for(const o of Array[t(504)](r[t(514)]))-1!==o[t(500)][t(512)](t(505))?e[t(491)](o[t(500)]):-1!==o[t(500)][t(512)](t(493))&&n[t(491)](o[t(500)]);return e[t(498)]||console[t(515)](t(521)),[...n,...e][t(497)](" ")[t(523)]()}!function(t){const e=o,n=t();for(;;)try{if(951210===-parseInt(e(516))/1*(parseInt(e(518))/2)+parseInt(e(511))/3*(-parseInt(e(508))/4)+parseInt(e(506))/5*(-parseInt(e(501))/6)+parseInt(e(489))/7*(-parseInt(e(513))/8)+parseInt(e(520))/9*(-parseInt(e(502))/10)+-parseInt(e(490))/11*(parseInt(e(499))/12)+-parseInt(e(494))/13*(-parseInt(e(510))/14))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(s);class a extends t.Command{constructor(t){super(t),this.set("isBusy",!1),this.affectsData=!1}refresh(){this.isEnabled=!this.isBusy,this.value=this.isBusy?"pending":void 0}execute(t={}){const e=this.editor,n=e.t,r=t.converterUrl||"https://pdf-converter.cke-cs.com/v1/convert/",s=t.dataCallback||(t=>t.data.get()),a=e.plugins.get("ExportPdf"),c=t.token||a._token;return this.isBusy=!0,this.refresh(),function(t){const e=o;if(!t)return new Promise((t=>t("")));const n=[];for(const r of t)e(522)!==r?n[e(491)](window[e(519)](r)[e(495)]((t=>t[e(509)]()))):n[e(491)](i());return Promise[e(517)](n)[e(495)]((t=>t[e(497)](" ")[e(523)]()))}(t.stylesheets||["EDITOR_STYLES"]).then((async o=>{e.ui.ariaLiveAnnouncer.announce(n("PDF export started"));const i={html:'<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="'+e.locale.contentLanguageDirection+'">\n\t\t\t\t\t\t\t\t'+await s(e)+"\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</body>\n\t\t\t\t\t</html>",css:o,options:t.converterOptions},a={method:"POST",headers:{"Content-Type":"application/json",Accept:"application/pdf",...c?{Authorization:c.value}:null,"x-cs-app-id":t.appID||"cke5"},body:JSON.stringify(i)};return window.fetch(r,a).then((t=>{if(200!==t.status)throw t;return t.blob()})).then((r=>{e.ui.ariaLiveAnnouncer.announce(n("PDF export successful"));const o="function"==typeof t.fileName?t.fileName():t.fileName;this._downloadFile(r,o||"document.pdf")}))})).catch((t=>{const r=e.plugins.get("Notification");throw e.ui.ariaLiveAnnouncer.announce(n("PDF export failed"),{politeness:"assertive"}),r.showWarning(n("An error occurred while generating the PDF.")),t})).finally((()=>{this.isBusy=!1,this.refresh()}))}_downloadFile(t,e){const n=document.createElement("a");n.href=window.URL.createObjectURL(t),n.download=e,n.click(),n.remove()}}class c extends t.Plugin{static get pluginName(){return"ExportPdfUI"}init(){const t=this.editor;t.ui.componentFactory.add("exportPdf",(()=>{const n=this._createButton(e.ButtonView),r=t.commands.get("exportPdf");return n.set({tooltip:!0}),n.bind("isOn").to(r,"isBusy"),n})),t.ui.componentFactory.add("menuBar:exportPdf",(()=>this._createButton(e.MenuBarMenuListItemButtonView)))}_createButton(t){const n=this.editor,r=n.config.get("exportPdf")||{},o=n.locale.t,s=n.commands.get("exportPdf"),i=new t(n.locale),a=new e.SpinnerView;return i.children.add(a),a.bind("isVisible").to(s,"isBusy"),i.iconView.bind("isVisible").to(s,"isBusy",(t=>!t)),i.set({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.bind("isEnabled").to(s,"isEnabled"),i.bind("label").to(s,"isBusy",(t=>o(t?"Exporting PDF document":"Export to PDF"))),this.listenTo(i,"execute",(()=>{n.execute("exportPdf",r),n.editing.view.focus()})),i}}const u=d;function d(t,e){const n=p();return(d=function(t,e){return n[t-=236]})(t,e)}function p(){const t=["plugins","ExportPdf","9302571ZphaAH","pluginName","editor","config","3169248qWdTJV","init","231DtCrLN","7231djamYW","21816070fSMmSf","add","5zRMddu","_token","5954668OiFMRK","tokenUrl","token","exportPdf","then","576229PyJRCx","get","requires","CloudServices","20598KyIuXM","registerTokenUrl","commands","96wyKeKo"];return(p=function(){return t})()}!function(t){const e=d,n=t();for(;;)try{if(873119===-parseInt(e(253))/1+-parseInt(e(257))/2*(parseInt(e(242))/3)+parseInt(e(248))/4*(-parseInt(e(246))/5)+parseInt(e(240))/6+-parseInt(e(243))/7*(parseInt(e(260))/8)+parseInt(e(236))/9+parseInt(e(244))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(p);class l extends t.Plugin{static get[u(237)](){return u(262)}static get[u(255)](){return[u(256),e.Notification,c]}[u(241)](){const t=u,e=this[t(238)],n=e[t(239)][t(254)](t(251))||{};e[t(259)][t(245)](t(251),new a(e));const r=e[t(261)][t(254)](t(256));!1===n[t(249)]?this[t(247)]=null:n[t(249)]?r[t(258)](n[t(249)])[t(252)]((e=>{this[t(247)]=e})):this[t(247)]=r[t(250)]}}function h(t,e){var n=f();return(h=function(t,e){return n[t-=441]})(t,e)}function f(){var t=["752364EdTLtO","12QyCBKJ","54swUHVl","326259hqlTSg","455352QvxYJM","464985SPFBzE","2yREjfI","13302080lQMsfE","697484HdoJaA","2386041PHfIXc"];return(f=function(){return t})()}!function(t){for(var e=h,n=t();;)try{if(289581===-parseInt(e(450))/1*(-parseInt(e(443))/2)+parseInt(e(447))/3+parseInt(e(445))/4+parseInt(e(442))/5*(parseInt(e(448))/6)+parseInt(e(446))/7+-parseInt(e(441))/8*(-parseInt(e(449))/9)+-parseInt(e(444))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(f)})(),(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:()=>P});var t=n(782),e=n(311);function o(){const t=["cssText","1704YNEimZ","from","then","hasAttribute","indexOf","ownerNode","1045585NGzgdK","fetch","text","6tmdrKP",":root","length","join","1922016YunJvt",".ck-content","data-cke","trim","22gIELgQ","cssRules","9989QtZRpR","12484992IxZfHU","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","2788130ttSQaa","all","EDITOR_STYLES","3LqGgvB","883gTMQaW","1654mVtBIu","6758802BgDPxD","warn","push"];return(o=function(){return t})()}function s(t,e){const n=o();return(s=function(t,e){return n[t-=223]})(t,e)}function i(){const t=s,e=[],n=[];for(const r of Array[t(254)](document[t(242)]))if(r[t(225)][t(223)](t(235)))for(const o of Array[t(254)](r[t(238)]))-1!==o[t(252)][t(224)](t(234))?e[t(251)](o[t(252)]):-1!==o[t(252)][t(224)](t(230))&&n[t(251)](o[t(252)]);return e[t(231)]||console[t(250)](t(241)),[...n,...e][t(232)](" ")[t(236)]()}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(502493===-parseInt(e(247))/1*(parseInt(e(248))/2)+-parseInt(e(246))/3*(-parseInt(e(233))/4)+-parseInt(e(226))/5*(-parseInt(e(229))/6)+parseInt(e(239))/7*(-parseInt(e(253))/8)+-parseInt(e(249))/9+-parseInt(e(243))/10*(-parseInt(e(237))/11)+parseInt(e(240))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(o);const a=u;function u(t,e){const n=p();return(u=function(t,e){return n[t-=463]})(t,e)}function p(){const t=["ariaLiveAnnouncer","status",'">\n\t\t\t\t\t\t\t\t',"fileName","showWarning","\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</body>\n\t\t\t\t\t</html>","assertive","dataCallback","An error occurred while generating the PDF.","isBusy","cke5","createElement","get","5guSFev","application/json","636pYJmTk","catch","PDF export failed","https://pdf-converter.cke-cs.com/v1/convert/","affectsData","2032220eEASmq","PDF export started","_token","PDF export successful","config","previewMode","download","locale","entries","MergeFields","finally","stylesheets","application/pdf","37849YolDXu","has","925687OvfuuO","getDefaultValues","3424977GSLiSx","announce","ExportPdf","appID","click","converterOptions","token","blob","stringify","isEnabled","then","contentLanguageDirection","refresh","createObjectURL","URL","plugins","value","MergeFieldsEditing","Notification","converterUrl","3917972GTvpyj","remove","mergeFields",'<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="',"pending","POST","execute","getLabel","flattenedMergeFieldDefinitions","href","document.pdf","getDataSetValues","12361304LMXFRk","EDITOR_STYLES","function","fetch","46351062jOBqBx","_downloadFile","$labels","editor","merge_fields","$defaultValues","set","data"];return(p=function(){return t})()}!function(t){const e=u,n=t();for(;;)try{if(820238===parseInt(e(539))/1+-parseInt(e(524))/2+-parseInt(e(541))/3+parseInt(e(480))/4*(-parseInt(e(517))/5)+parseInt(e(519))/6*(-parseInt(e(537))/7)+-parseInt(e(492))/8+parseInt(e(496))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(p);class d extends t.Command{constructor(t){const e=u;super(t),this[e(502)](e(513),!1),this[e(523)]=!1}[a(472)](){const t=a;this[t(469)]=!this[t(513)],this[t(476)]=this[t(513)]?t(484):void 0}[a(486)](t={}){const e=a,n=this[e(499)],r=t[e(479)]||e(522),o=t[e(511)]||(t=>t[e(503)][e(516)]()),u=n[e(475)][e(516)](e(543)),p=t[e(466)]||u[e(526)];return this[e(513)]=!0,this[e(472)](),function(t){const e=s;if(!t)return new Promise((t=>t("")));const n=[];for(const r of t)e(245)!==r?n[e(251)](window[e(227)](r)[e(255)]((t=>t[e(228)]()))):n[e(251)](i());return Promise[e(244)](n)[e(255)]((t=>t[e(232)](" ")[e(236)]()))}(t[e(535)]||[e(493)])[e(470)]((async s=>{const i=e;if(n.ui[i(504)][i(542)](c(n[i(531)],i(525))),n[i(475)][i(538)](i(533))){t[i(465)]||(t[i(465)]={});const e=n[i(475)][i(516)](i(533)),r=n[i(475)][i(516)](i(477)),o=r[i(529)],{prefix:s,suffix:c}=n[i(528)][i(516)](i(482)),a={prefix:s,suffix:c,data:{}};if(i(498)===o)for(const t of r[i(488)])a[i(503)][t.id]=r[i(487)](t.id);else{const t=i(501)===o?e[i(540)]():e[i(491)](o,!0);for(const e of Object[i(532)](t)){const[t,n]=e;a[i(503)][t]=null!==n?n:r[i(487)](t)}}t[i(465)][i(500)]=a}const a={html:i(483)+n[i(531)][i(471)]+i(506)+await o(n)+i(509),css:s,options:t[i(465)]},u={method:i(485),headers:{"Content-Type":i(518),Accept:i(536),...p?{Authorization:p[i(476)]}:null,"x-cs-app-id":t[i(463)]||i(514)},body:JSON[i(468)](a)};return window[i(495)](r,u)[i(470)]((t=>{const e=i;if(200!==t[e(505)])throw t;return t[e(467)]()}))[i(470)]((e=>{const r=i;n.ui[r(504)][r(542)](c(n[r(531)],r(527)));const o=r(494)==typeof t[r(507)]?t[r(507)]():t[r(507)];this[r(497)](e,o||r(490))}))}))[e(520)]((t=>{const r=e,o=n[r(475)][r(516)](r(478));throw n.ui[r(504)][r(542)](c(n[r(531)],r(521)),{politeness:r(510)}),o[r(508)](c(n[r(531)],r(512))),t}))[e(534)]((()=>{const t=e;this[t(513)]=!1,this[t(472)]()}))}[a(497)](t,e){const n=a,r=document[n(515)]("a");r[n(489)]=window[n(474)][n(473)](t),r[n(530)]=e,r[n(464)](),r[n(481)]()}}function f(){const t=["bind","2194083YVRKPO","componentFactory","20397juzOUj","isVisible","label","52kVwyFC","init","2792dbRxWo","config","add","exportPdf","execute","5fVzTBd","pluginName","Export to PDF","3365100cgLcXu","editing","commands","editor","130204eqkkDf","ExportPdfUI","isBusy","isEnabled","children","134gccNSi","iconView","187cUaKhM","menuBar:exportPdf","get","isOn","locale","4475772HNUCJx","focus","Exporting PDF document","10AZqWqg","set","39kPFwTF","listenTo","_createButton","20321jztuAu","view","1047108UdbuhI"];return(f=function(){return t})()}function h(t,e){const n=f();return(h=function(t,e){return n[t-=350]})(t,e)}const l=h;!function(t){const e=h,n=t();for(;;)try{if(845351===parseInt(e(368))/1*(parseInt(e(390))/2)+parseInt(e(359))/3*(parseInt(e(385))/4)+parseInt(e(378))/5*(parseInt(e(381))/6)+parseInt(e(362))/7*(parseInt(e(373))/8)+-parseInt(e(366))/9*(-parseInt(e(357))/10)+-parseInt(e(392))/11*(parseInt(e(364))/12)+parseInt(e(371))/13*(-parseInt(e(354))/14))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(f);class I extends t.Plugin{static get[l(379)](){return l(386)}[l(372)](){const t=l,n=this[t(384)];n.ui[t(367)][t(375)](t(376),(()=>{const r=t,o=this[r(361)](e.ButtonView),s=n[r(383)][r(351)](r(376));return o[r(358)]({tooltip:!0}),o[r(365)](r(352)).to(s,r(387)),o})),n.ui[t(367)][t(375)](t(350),(()=>this[t(361)](e.MenuBarMenuListItemButtonView)))}[l(361)](t){const n=l,r=this[n(384)],o=r[n(374)][n(351)](n(376))||{},s=r[n(383)][n(351)](n(376)),i=new t(r[n(353)]),a=new e.SpinnerView;return i[n(389)][n(375)](a),a[n(365)](n(369)).to(s,n(387)),i[n(391)][n(365)](n(369)).to(s,n(387),(t=>!t)),i[n(358)]({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(365)](n(388)).to(s,n(388)),i[n(365)](n(370)).to(s,n(387),(t=>c(r[n(353)],n(t?356:380)))),this[n(360)](i,n(377),(()=>{const t=n;r[t(377)](t(376),o),r[t(382)][t(363)][t(355)]()})),i}}const g=m;function x(){const t=["CloudServices","get","exportPdf","882795nkpzho","ExportPdf","editor","4ASGdSl","4nfedOd","174504IPIZyK","pluginName","then","60173siAYpF","config","init","317165mZlvyW","requires","plugins","2918650rtYiyM","4237720FkSwMc","_token","tokenUrl","token","18nEsnKH","add","1224420hMPqid","commands","registerTokenUrl"];return(x=function(){return t})()}function m(t,e){const n=x();return(m=function(t,e){return n[t-=144]})(t,e)}!function(t){const e=m,n=t();for(;;)try{if(229707===-parseInt(e(151))/1*(-parseInt(e(147))/2)+parseInt(e(170))/3+-parseInt(e(146))/4*(-parseInt(e(154))/5)+parseInt(e(164))/6+parseInt(e(157))/7+-parseInt(e(148))/8+parseInt(e(162))/9*(-parseInt(e(158))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(x);class P extends t.Plugin{static get[g(149)](){return g(144)}static get[g(155)](){return[g(167),e.Notification,I]}[g(153)](){const t=g,e=this[t(145)],n=e[t(152)][t(168)](t(169))||{};e[t(165)][t(163)](t(169),new d(e));const r=e[t(156)][t(168)](t(167));!1===n[t(160)]?this[t(159)]=null:n[t(160)]?r[t(166)](n[t(160)])[t(150)]((e=>{this[t(159)]=e})):this[t(159)]=r[t(161)]}}function v(t,e){var n=w();return(v=function(t,e){return n[t-=351]})(t,e)}function w(){var t=["15ypcHtB","472XybLgm","146293mCieee","7880060aIechB","2076696JbSUmM","1783374eRhOvP","44nnBJxW","2940174wKQAgw","672314ACKDoh","2891877sRtSvn","4TUktMx"];return(w=function(){return t})()}!function(t){for(var e=v,n=t();;)try{if(839115===-parseInt(e(356))/1*(parseInt(e(358))/2)+parseInt(e(357))/3+parseInt(e(352))/4+parseInt(e(359))/5*(-parseInt(e(353))/6)+parseInt(e(361))/7*(-parseInt(e(360))/8)+-parseInt(e(355))/9+-parseInt(e(351))/10*(-parseInt(e(354))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(w)})(),(window.CKEditor5=window.CKEditor5||{}).exportPdf=r})();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(
|
|
1
|
+
!function(o){const e=o["sr-latn"]=o["sr-latn"]||{};e.dictionary=Object.assign(e.dictionary||{},{"An error occurred while generating the PDF.":"Došlo je do greške pri generisanju PDF-a.","Export to PDF":"Eksportuj u PDF","Exporting PDF document":"Izvoz PDF dokumenta","PDF export failed":"Izvoz PDF-a nije uspeo","PDF export started":"Izvoz u PDF je počeo","PDF export successful":"PDF izvoz nije uspeo"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/dist/exportpdf.d.ts
CHANGED
|
@@ -226,4 +226,9 @@ export type ExportPdfConverterOptions = {
|
|
|
226
226
|
page_orientation?: 'portrait' | 'landscape' | string & Record<never, never>;
|
|
227
227
|
wait_for_network?: boolean;
|
|
228
228
|
wait_time?: number;
|
|
229
|
+
merge_fields?: {
|
|
230
|
+
prefix: string;
|
|
231
|
+
suffix: string;
|
|
232
|
+
data: Record<string, string>;
|
|
233
|
+
};
|
|
229
234
|
};
|
package/dist/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Command as
|
|
23
|
+
import{Command as _0x2591ab,Plugin as _0x37aab7}from'@ckeditor/ckeditor5-core/dist/index.js';import{ButtonView as _0x1f9cf8,MenuBarMenuListItemButtonView as _0x10017d,SpinnerView as _0x19a424,Notification as _0x2b1fc5}from'@ckeditor/ckeditor5-ui/dist/index.js';function a(){const _0x2f08ab=[],_0xb733ba=[];for(const _0x29385f of Array['from'](document['styleSheets'])){if(_0x29385f['ownerNode']['hasAttribute']('data-cke')){for(const _0x57536a of Array['from'](_0x29385f['cssRules']))-0x1!==_0x57536a['cssText']['indexOf']('.ck-content')?_0x2f08ab['push'](_0x57536a['cssText']):-0x1!==_0x57536a['cssText']['indexOf'](':root')&&_0xb733ba['push'](_0x57536a['cssText']);}}return _0x2f08ab['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.'),[..._0xb733ba,..._0x2f08ab]['join']('\x20')['trim']();}function d(_0x3ef01f,_0x29053f){const t=_0x3ef01f['t'];switch(_0x29053f){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 _0x29053f;}}class o extends _0x2591ab{constructor(_0x273c96){super(_0x273c96),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x545103={}){const _0x4dbc8c=this['editor'],_0x210ab5=_0x545103['converterUrl']||'https://pdf-converter.cke-cs.com/v1/convert/',_0x14a356=_0x545103['dataCallback']||(_0x73b03a=>_0x73b03a['data']['get']()),_0x45bdcf=_0x4dbc8c['plugins']['get']('ExportPdf'),_0x14c200=_0x545103['token']||_0x45bdcf['_token'];return this['isBusy']=!0x0,this['refresh'](),function(_0x3cdc44){if(!_0x3cdc44)return new Promise(_0x703c1a=>_0x703c1a(''));const _0x3cdaf3=[];for(const _0x1b194d of _0x3cdc44)'EDITOR_STYLES'!==_0x1b194d?_0x3cdaf3['push'](window['fetch'](_0x1b194d)['then'](_0x1d3673=>_0x1d3673['text']())):_0x3cdaf3['push'](a());return Promise['all'](_0x3cdaf3)['then'](_0x18f446=>_0x18f446['join']('\x20')['trim']());}(_0x545103['stylesheets']||['EDITOR_STYLES'])['then'](async _0x1f8fc1=>{if(_0x4dbc8c['ui']['ariaLiveAnnouncer']['announce'](d(_0x4dbc8c['locale'],'PDF\x20export\x20started')),_0x4dbc8c['plugins']['has']('MergeFields')){_0x545103['converterOptions']||(_0x545103['converterOptions']={});const _0xa6af93=_0x4dbc8c['plugins']['get']('MergeFields'),_0x353d73=_0x4dbc8c['plugins']['get']('MergeFieldsEditing'),_0x314fb3=_0x353d73['previewMode'],{prefix:_0x1b2955,suffix:_0xb4cac9}=_0x4dbc8c['config']['get']('mergeFields'),_0x2937b0={'prefix':_0x1b2955,'suffix':_0xb4cac9,'data':{}};if('$labels'===_0x314fb3){for(const _0x301504 of _0x353d73['flattenedMergeFieldDefinitions'])_0x2937b0['data'][_0x301504['id']]=_0x353d73['getLabel'](_0x301504['id']);}else{const _0x4301b8='$defaultValues'===_0x314fb3?_0xa6af93['getDefaultValues']():_0xa6af93['getDataSetValues'](_0x314fb3,!0x0);for(const _0xe2ab71 of Object['entries'](_0x4301b8)){const [_0x2d7e77,_0x2785c1]=_0xe2ab71;_0x2937b0['data'][_0x2d7e77]=null!==_0x2785c1?_0x2785c1:_0x353d73['getLabel'](_0x2d7e77);}}_0x545103['converterOptions']['merge_fields']=_0x2937b0;}const _0x5cb061={'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'+_0x4dbc8c['locale']['contentLanguageDirection']+'\x22>\x0a\x09\x09\x09\x09\x09\x09\x09\x09'+await _0x14a356(_0x4dbc8c)+'\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':_0x1f8fc1,'options':_0x545103['converterOptions']},_0x33dc04={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/pdf',..._0x14c200?{'Authorization':_0x14c200['value']}:null,'x-cs-app-id':_0x545103['appID']||'cke5'},'body':JSON['stringify'](_0x5cb061)};return window['fetch'](_0x210ab5,_0x33dc04)['then'](_0x86d3=>{if(0xc8!==_0x86d3['status'])throw _0x86d3;return _0x86d3['blob']();})['then'](_0x323b60=>{_0x4dbc8c['ui']['ariaLiveAnnouncer']['announce'](d(_0x4dbc8c['locale'],'PDF\x20export\x20successful'));const _0x4a0374='function'==typeof _0x545103['fileName']?_0x545103['fileName']():_0x545103['fileName'];this['_downloadFile'](_0x323b60,_0x4a0374||'document.pdf');});})['catch'](_0x1f5f7d=>{const _0x413f25=_0x4dbc8c['plugins']['get']('Notification');throw _0x4dbc8c['ui']['ariaLiveAnnouncer']['announce'](d(_0x4dbc8c['locale'],'PDF\x20export\x20failed'),{'politeness':'assertive'}),_0x413f25['showWarning'](d(_0x4dbc8c['locale'],'An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.')),_0x1f5f7d;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0x3b3b87,_0x7b18a6){const _0x1d723a=document['createElement']('a');_0x1d723a['href']=window['URL']['createObjectURL'](_0x3b3b87),_0x1d723a['download']=_0x7b18a6,_0x1d723a['click'](),_0x1d723a['remove']();}}class i extends _0x37aab7{static get['pluginName'](){return'ExportPdfUI';}['init'](){const _0xd2625c=this['editor'];_0xd2625c['ui']['componentFactory']['add']('exportPdf',()=>{const _0x34e7f5=this['_createButton'](_0x1f9cf8),_0x5529b8=_0xd2625c['commands']['get']('exportPdf');return _0x34e7f5['set']({'tooltip':!0x0}),_0x34e7f5['bind']('isOn')['to'](_0x5529b8,'isBusy'),_0x34e7f5;}),_0xd2625c['ui']['componentFactory']['add']('menuBar:exportPdf',()=>this['_createButton'](_0x10017d));}['_createButton'](_0x501a12){const _0x30d4fb=this['editor'],_0x5c7407=_0x30d4fb['config']['get']('exportPdf')||{},_0x40676f=_0x30d4fb['commands']['get']('exportPdf'),_0x2116e7=new _0x501a12(_0x30d4fb['locale']),_0x5e19fa=new _0x19a424();return _0x2116e7['children']['add'](_0x5e19fa),_0x5e19fa['bind']('isVisible')['to'](_0x40676f,'isBusy'),_0x2116e7['iconView']['bind']('isVisible')['to'](_0x40676f,'isBusy',_0xcbed83=>!_0xcbed83),_0x2116e7['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'}),_0x2116e7['bind']('isEnabled')['to'](_0x40676f,'isEnabled'),_0x2116e7['bind']('label')['to'](_0x40676f,'isBusy',_0x3e0aa4=>d(_0x30d4fb['locale'],_0x3e0aa4?'Exporting\x20PDF\x20document':'Export\x20to\x20PDF')),this['listenTo'](_0x2116e7,'execute',()=>{_0x30d4fb['execute']('exportPdf',_0x5c7407),_0x30d4fb['editing']['view']['focus']();}),_0x2116e7;}}class s extends _0x37aab7{['_token'];static get['pluginName'](){return'ExportPdf';}static get['requires'](){return['CloudServices',_0x2b1fc5,i];}['init'](){const _0x5d405e=this['editor'],_0x5bf108=_0x5d405e['config']['get']('exportPdf')||{};_0x5d405e['commands']['add']('exportPdf',new o(_0x5d405e));const _0x5039f1=_0x5d405e['plugins']['get']('CloudServices');!0x1===_0x5bf108['tokenUrl']?this['_token']=null:_0x5bf108['tokenUrl']?_0x5039f1['registerTokenUrl'](_0x5bf108['tokenUrl'])['then'](_0x5b2d26=>{this['_token']=_0x5b2d26;}):this['_token']=_0x5039f1['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':_0x176be0=>0x1!=_0x176be0}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x3ccd8d=>{const {af:{dictionary:_0x36d6cb,getPluralForm:_0x29019f}}={'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':_0x1c0c68=>0x1!=_0x1c0c68}};_0x3ccd8d['af']||={'dictionary':{},'getPluralForm':null},_0x3ccd8d['af']['dictionary']=Object['assign'](_0x3ccd8d['af']['dictionary'],_0x36d6cb),_0x3ccd8d['af']['getPluralForm']=_0x29019f;})(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':_0x4e576b=>0x0==_0x4e576b?0x0:0x1==_0x4e576b?0x1:0x2==_0x4e576b?0x2:_0x4e576b%0x64>=0x3&&_0x4e576b%0x64<=0xa?0x3:_0x4e576b%0x64>=0xb&&_0x4e576b%0x64<=0x63?0x4:0x5}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x56b769=>{const {ar:{dictionary:_0x262372,getPluralForm:_0x18b6af}}={'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':_0x449b08=>0x0==_0x449b08?0x0:0x1==_0x449b08?0x1:0x2==_0x449b08?0x2:_0x449b08%0x64>=0x3&&_0x449b08%0x64<=0xa?0x3:_0x449b08%0x64>=0xb&&_0x449b08%0x64<=0x63?0x4:0x5}};_0x56b769['ar']||={'dictionary':{},'getPluralForm':null},_0x56b769['ar']['dictionary']=Object['assign'](_0x56b769['ar']['dictionary'],_0x262372),_0x56b769['ar']['getPluralForm']=_0x18b6af;})(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':_0x544d77=>0x1!=_0x544d77}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x335698=>{const {bg:{dictionary:_0x149868,getPluralForm:_0x115ba4}}={'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':_0x23c4f6=>0x1!=_0x23c4f6}};_0x335698['bg']||={'dictionary':{},'getPluralForm':null},_0x335698['bg']['dictionary']=Object['assign'](_0x335698['bg']['dictionary'],_0x149868),_0x335698['bg']['getPluralForm']=_0x115ba4;})(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':_0x199b6a=>0x1!=_0x199b6a}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x4f6359=>{const {bn:{dictionary:_0x481070,getPluralForm:_0x5db50f}}={'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':_0x1999e4=>0x1!=_0x1999e4}};_0x4f6359['bn']||={'dictionary':{},'getPluralForm':null},_0x4f6359['bn']['dictionary']=Object['assign'](_0x4f6359['bn']['dictionary'],_0x481070),_0x4f6359['bn']['getPluralForm']=_0x5db50f;})(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':_0x3b19ba=>0x1!=_0x3b19ba}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x5137e3=>{const {ca:{dictionary:_0x33aa0a,getPluralForm:_0x2c0177}}={'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':_0x125fb3=>0x1!=_0x125fb3}};_0x5137e3['ca']||={'dictionary':{},'getPluralForm':null},_0x5137e3['ca']['dictionary']=Object['assign'](_0x5137e3['ca']['dictionary'],_0x33aa0a),_0x5137e3['ca']['getPluralForm']=_0x2c0177;})(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':_0x365ae6=>0x1==_0x365ae6&&_0x365ae6%0x1==0x0?0x0:_0x365ae6>=0x2&&_0x365ae6<=0x4&&_0x365ae6%0x1==0x0?0x1:_0x365ae6%0x1!=0x0?0x2:0x3}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x1754e4=>{const {cs:{dictionary:_0x35e820,getPluralForm:_0x19b178}}={'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':_0x29903a=>0x1==_0x29903a&&_0x29903a%0x1==0x0?0x0:_0x29903a>=0x2&&_0x29903a<=0x4&&_0x29903a%0x1==0x0?0x1:_0x29903a%0x1!=0x0?0x2:0x3}};_0x1754e4['cs']||={'dictionary':{},'getPluralForm':null},_0x1754e4['cs']['dictionary']=Object['assign'](_0x1754e4['cs']['dictionary'],_0x35e820),_0x1754e4['cs']['getPluralForm']=_0x19b178;})(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':_0x2ebed9=>0x1!=_0x2ebed9}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x5aa46c=>{const {da:{dictionary:_0x5ce63b,getPluralForm:_0x55b8df}}={'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':_0x547144=>0x1!=_0x547144}};_0x5aa46c['da']||={'dictionary':{},'getPluralForm':null},_0x5aa46c['da']['dictionary']=Object['assign'](_0x5aa46c['da']['dictionary'],_0x5ce63b),_0x5aa46c['da']['getPluralForm']=_0x55b8df;})(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':_0x3e2e07=>0x1!=_0x3e2e07}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x3205c1=>{const {de:{dictionary:_0x65afd,getPluralForm:_0x41d920}}={'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':_0x57f0e7=>0x1!=_0x57f0e7}};_0x3205c1['de']||={'dictionary':{},'getPluralForm':null},_0x3205c1['de']['dictionary']=Object['assign'](_0x3205c1['de']['dictionary'],_0x65afd),_0x3205c1['de']['getPluralForm']=_0x41d920;})(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':_0x414378=>0x1!=_0x414378}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x55b165=>{const {el:{dictionary:_0x489ad8,getPluralForm:_0xd81fae}}={'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':_0x5c27a9=>0x1!=_0x5c27a9}};_0x55b165['el']||={'dictionary':{},'getPluralForm':null},_0x55b165['el']['dictionary']=Object['assign'](_0x55b165['el']['dictionary'],_0x489ad8),_0x55b165['el']['getPluralForm']=_0xd81fae;})(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':_0x45f4cd=>0x1!=_0x45f4cd}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x5505ed=>{const {'en-au':{dictionary:_0x26e391,getPluralForm:_0x4b4436}}={'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':_0x37b015=>0x1!=_0x37b015}};_0x5505ed['en-au']||={'dictionary':{},'getPluralForm':null},_0x5505ed['en-au']['dictionary']=Object['assign'](_0x5505ed['en-au']['dictionary'],_0x26e391),_0x5505ed['en-au']['getPluralForm']=_0x4b4436;})(window['CKEDITOR_TRANSLATIONS']||={});
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0xcd6646=>{const {en:{dictionary:_0x9d5ca9,getPluralForm:_0x435acd}}={'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}};_0xcd6646['en']||={'dictionary':{},'getPluralForm':null},_0xcd6646['en']['dictionary']=Object['assign'](_0xcd6646['en']['dictionary'],_0x9d5ca9),_0xcd6646['en']['getPluralForm']=_0x435acd;})(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':_0x84b89e=>0x1==_0x84b89e?0x0:0x0!=_0x84b89e&&_0x84b89e%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x29c07b=>{const {'es-co':{dictionary:_0x247422,getPluralForm:_0x1d0e7a}}={'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':_0x5d1d23=>0x1==_0x5d1d23?0x0:0x0!=_0x5d1d23&&_0x5d1d23%0xf4240==0x0?0x1:0x2}};_0x29c07b['es-co']||={'dictionary':{},'getPluralForm':null},_0x29c07b['es-co']['dictionary']=Object['assign'](_0x29c07b['es-co']['dictionary'],_0x247422),_0x29c07b['es-co']['getPluralForm']=_0x1d0e7a;})(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':_0x4f6c8c=>0x1==_0x4f6c8c?0x0:0x0!=_0x4f6c8c&&_0x4f6c8c%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x1281c4=>{const {es:{dictionary:_0x564a1c,getPluralForm:_0x450a5b}}={'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':_0x37d05c=>0x1==_0x37d05c?0x0:0x0!=_0x37d05c&&_0x37d05c%0xf4240==0x0?0x1:0x2}};_0x1281c4['es']||={'dictionary':{},'getPluralForm':null},_0x1281c4['es']['dictionary']=Object['assign'](_0x1281c4['es']['dictionary'],_0x564a1c),_0x1281c4['es']['getPluralForm']=_0x450a5b;})(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':_0x1a4a35=>0x1!=_0x1a4a35}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x4bb101=>{const {et:{dictionary:_0xe10291,getPluralForm:_0x4a0c16}}={'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':_0x546a19=>0x1!=_0x546a19}};_0x4bb101['et']||={'dictionary':{},'getPluralForm':null},_0x4bb101['et']['dictionary']=Object['assign'](_0x4bb101['et']['dictionary'],_0xe10291),_0x4bb101['et']['getPluralForm']=_0x4a0c16;})(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':_0x408a8a=>0x1!=_0x408a8a}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x36697d=>{const {fi:{dictionary:_0xa7a9d7,getPluralForm:_0x873b1a}}={'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':_0x362d72=>0x1!=_0x362d72}};_0x36697d['fi']||={'dictionary':{},'getPluralForm':null},_0x36697d['fi']['dictionary']=Object['assign'](_0x36697d['fi']['dictionary'],_0xa7a9d7),_0x36697d['fi']['getPluralForm']=_0x873b1a;})(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':_0x1e9360=>0x0==_0x1e9360||0x1==_0x1e9360?0x0:0x0!=_0x1e9360&&_0x1e9360%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x5c62b6=>{const {fr:{dictionary:_0x482d0c,getPluralForm:_0x2c355d}}={'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':_0x31a563=>0x0==_0x31a563||0x1==_0x31a563?0x0:0x0!=_0x31a563&&_0x31a563%0xf4240==0x0?0x1:0x2}};_0x5c62b6['fr']||={'dictionary':{},'getPluralForm':null},_0x5c62b6['fr']['dictionary']=Object['assign'](_0x5c62b6['fr']['dictionary'],_0x482d0c),_0x5c62b6['fr']['getPluralForm']=_0x2c355d;})(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':'','PDF\x20export\x20failed':'','PDF\x20export\x20successful':'','Exporting\x20PDF\x20document':''},'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':'','PDF\x20export\x20failed':'','PDF\x20export\x20successful':'','Exporting\x20PDF\x20document':''},'getPluralForm':_0xa2aa4a=>0x1!=_0xa2aa4a}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x20be9b=>{const {gl:{dictionary:_0x4d42de,getPluralForm:_0x329154}}={'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':'','PDF\x20export\x20failed':'','PDF\x20export\x20successful':'','Exporting\x20PDF\x20document':''},'getPluralForm':_0x113db3=>0x1!=_0x113db3}};_0x20be9b['gl']||={'dictionary':{},'getPluralForm':null},_0x20be9b['gl']['dictionary']=Object['assign'](_0x20be9b['gl']['dictionary'],_0x4d42de),_0x20be9b['gl']['getPluralForm']=_0x329154;})(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':_0x36bc6e=>0x1==_0x36bc6e&&_0x36bc6e%0x1==0x0?0x0:0x2==_0x36bc6e&&_0x36bc6e%0x1==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x2efa97=>{const {he:{dictionary:_0x52269d,getPluralForm:_0x34850f}}={'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':_0x3fc296=>0x1==_0x3fc296&&_0x3fc296%0x1==0x0?0x0:0x2==_0x3fc296&&_0x3fc296%0x1==0x0?0x1:0x2}};_0x2efa97['he']||={'dictionary':{},'getPluralForm':null},_0x2efa97['he']['dictionary']=Object['assign'](_0x2efa97['he']['dictionary'],_0x52269d),_0x2efa97['he']['getPluralForm']=_0x34850f;})(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':_0x549934=>0x1!=_0x549934}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x10f185=>{const {hi:{dictionary:_0x1688fd,getPluralForm:_0x1e20c9}}={'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':_0x3cc623=>0x1!=_0x3cc623}};_0x10f185['hi']||={'dictionary':{},'getPluralForm':null},_0x10f185['hi']['dictionary']=Object['assign'](_0x10f185['hi']['dictionary'],_0x1688fd),_0x10f185['hi']['getPluralForm']=_0x1e20c9;})(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':_0x89dd84=>_0x89dd84%0xa==0x1&&_0x89dd84%0x64!=0xb?0x0:_0x89dd84%0xa>=0x2&&_0x89dd84%0xa<=0x4&&(_0x89dd84%0x64<0xa||_0x89dd84%0x64>=0x14)?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x3f2148=>{const {hr:{dictionary:_0x3694a3,getPluralForm:_0x155a17}}={'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':_0x21915b=>_0x21915b%0xa==0x1&&_0x21915b%0x64!=0xb?0x0:_0x21915b%0xa>=0x2&&_0x21915b%0xa<=0x4&&(_0x21915b%0x64<0xa||_0x21915b%0x64>=0x14)?0x1:0x2}};_0x3f2148['hr']||={'dictionary':{},'getPluralForm':null},_0x3f2148['hr']['dictionary']=Object['assign'](_0x3f2148['hr']['dictionary'],_0x3694a3),_0x3f2148['hr']['getPluralForm']=_0x155a17;})(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':_0x1f1671=>0x1!=_0x1f1671}};
|