@ckeditor/ckeditor5-export-pdf 43.0.0 → 43.1.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/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=["5851035ruQRJp",".ck-content","The editor stylesheet could not be found in the document. Check your webpack config – style-loader should use data-cke=true attribute for the editor stylesheet.","420ttcOrn","join","length","hasAttribute","fetch","text","16000cNvPnE","then","EDITOR_STYLES","indexOf","cssText","5190992oiAWIF","cssRules","2828305xyuCxE","7gIQHbP","data-cke","styleSheets","ownerNode","push","72344jgwKLj","2614110NLQnSE","1461722tlFSWI",":root","all","trim","from","warn"];return(o=function(){return t})()}function s(t,e){const n=o();return(s=function(t,e){return n[t-=427]})(t,e)}function i(){const t=s,e=[],n=[];for(const r of Array[t(446)](document[t(437)]))if(r[t(438)][t(454)](t(436)))for(const o of Array[t(446)](r[t(433)]))-1!==o[t(431)][t(430)](t(449))?e[t(439)](o[t(431)]):-1!==o[t(431)][t(430)](t(443))&&n[t(439)](o[t(431)]);return e[t(453)]||console[t(447)](t(450)),[...n,...e][t(452)](" ")[t(445)]()}function c(t,e){const n=t.t;switch(e){case"Export to PDF":return n("Export to PDF");case"An error occurred while generating the PDF.":return n("An error occurred while generating the PDF.");case"PDF export started":return n("PDF export started");case"PDF export failed":return n("PDF export failed");case"PDF export successful":return n("PDF export successful");case"Exporting PDF document":return n("Exporting PDF document");default:return e}}function a(t,e){const n=p();return(a=function(t,e){return n[t-=155]})(t,e)}!function(t){const e=s,n=t();for(;;)try{if(396160===-parseInt(e(440))/1+parseInt(e(442))/2+-parseInt(e(451))/3*(parseInt(e(427))/4)+-parseInt(e(434))/5+-parseInt(e(441))/6+parseInt(e(435))/7*(parseInt(e(432))/8)+parseInt(e(448))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(o);const u=a;function p(){const t=["1uvUsCk","createObjectURL","fileName","12THGyWN","25137486CDbHir","affectsData","showWarning","announce","cke5","application/json","PDF export failed","previewMode","config","\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</body>\n\t\t\t\t\t</html>","converterUrl","https://pdf-converter.cke-cs.com/v1/convert/","_token","962082WZHmPw","status","getMergeFieldsIds","695mjFuLP","getDefaultValues","plugins","MergeFieldsEditing","ExportPdf","PDF export started","PDF export successful","isBusy","_downloadFile","262940oQksUG",'">\n\t\t\t\t\t\t\t\t',"EDITOR_STYLES","appID","isEnabled","remove","429096QPpKMc","URL","merge_fields","POST","assertive","1966869AYYpHW","dataCallback","locale","get","editor","execute","42RcEEVm","download","refresh","document.pdf","243hPvpFc","getLabel","$defaultValues","$labels","application/pdf","ariaLiveAnnouncer","blob","An error occurred while generating the PDF.",'<html>\n\t\t\t\t\t\t<head>\n\t\t\t\t\t\t\t<title>CKEditor 5 PDF document</title>\n\t\t\t\t\t\t\t<meta charset="utf-8">\n\t\t\t\t\t\t</head>\n\t\t\t\t\t\t<body>\n\t\t\t\t\t\t\t<div class="ck-content" dir="',"click","function","entries","set","createElement","catch","198210RGzvQm","getDataSetValues","pending","stringify","stylesheets","then","contentLanguageDirection","href","has","converterOptions","13548VlZOBh","mergeFields","data","fetch","finally","MergeFields","token","value","Notification"];return(p=function(){return t})()}!function(t){const e=a,n=t();for(;;)try{if(330698===parseInt(e(203))/1*(-parseInt(e(232))/2)+-parseInt(e(159))/3+-parseInt(e(194))/4*(parseInt(e(223))/5)+parseInt(e(220))/6+parseInt(e(165))/7*(-parseInt(e(238))/8)+-parseInt(e(169))/9*(parseInt(e(184))/10)+parseInt(e(207))/11*(parseInt(e(206))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(p);class f extends t.Command{constructor(t){const e=a;super(t),this[e(181)](e(230),!1),this[e(208)]=!1}[u(167)](){const t=u;this[t(236)]=!this[t(230)],this[t(201)]=this[t(230)]?t(186):void 0}[u(164)](t={}){const e=u,n=this[e(163)],r=t[e(217)]||e(218),o=t[e(160)]||(t=>t[e(196)][e(162)]()),a=n[e(225)][e(162)](e(227)),p=t[e(200)]||a[e(219)];return this[e(230)]=!0,this[e(167)](),function(t){const e=s;if(!t)return new Promise((t=>t("")));const n=[];for(const r of t)e(429)!==r?n[e(439)](window[e(455)](r)[e(428)]((t=>t[e(456)]()))):n[e(439)](i());return Promise[e(444)](n)[e(428)]((t=>t[e(452)](" ")[e(445)]()))}(t[e(188)]||[e(234)])[e(189)]((async s=>{const i=e;if(n.ui[i(174)][i(210)](c(n[i(161)],i(228))),n[i(225)][i(192)](i(199))){t[i(193)]||(t[i(193)]={});const e=n[i(225)][i(162)](i(226)),r=e[i(214)],{prefix:o,suffix:s}=n[i(215)][i(162)](i(195)),c={prefix:o,suffix:s,data:{}};if(i(172)===r)for(const t of e[i(222)]())c[i(196)][t]=o+e[i(170)](t)+s;else{const t=i(171)===r?e[i(224)]():e[i(185)](r,!0);for(const n of Object[i(180)](t)){const[t,r]=n;c[i(196)][t]=null!==r?r:e[i(170)](t)}}t[i(193)][i(156)]=c}const a={html:i(177)+n[i(161)][i(190)]+i(233)+await o(n)+i(216),css:s,options:t[i(193)]},u={method:i(157),headers:{"Content-Type":i(212),Accept:i(173),...p?{Authorization:p[i(201)]}:null,"x-cs-app-id":t[i(235)]||i(211)},body:JSON[i(187)](a)};return window[i(197)](r,u)[i(189)]((t=>{const e=i;if(200!==t[e(221)])throw t;return t[e(175)]()}))[i(189)]((e=>{const r=i;n.ui[r(174)][r(210)](c(n[r(161)],r(229)));const o=r(179)==typeof t[r(205)]?t[r(205)]():t[r(205)];this[r(231)](e,o||r(168))}))}))[e(183)]((t=>{const r=e,o=n[r(225)][r(162)](r(202));throw n.ui[r(174)][r(210)](c(n[r(161)],r(213)),{politeness:r(158)}),o[r(209)](c(n[r(161)],r(176))),t}))[e(198)]((()=>{const t=e;this[t(230)]=!1,this[t(167)]()}))}[u(231)](t,e){const n=u,r=document[n(182)]("a");r[n(191)]=window[n(155)][n(204)](t),r[n(166)]=e,r[n(178)](),r[n(237)]()}}const d=h;function h(t,e){const n=l();return(h=function(t,e){return n[t-=381]})(t,e)}function l(){const t=["280805ksbxfY","iconView","isVisible","config","_createButton","commands","pluginName","init","112srYuOp","1111ZVxcmL","componentFactory","children","editor","isOn","label","73130qlWkys","368441jgDSWx","6FkpbPE","1190700KhKSII","view","locale","exportPdf","246988gQUZbb","bind","66890hwbzYk","get","isBusy","Export to PDF","add","execute","ExportPdfUI","Exporting PDF document","focus","9RTcpmY","isEnabled","listenTo","editing","set","menuBar:exportPdf","2233904nWSKSh"];return(l=function(){return t})()}!function(t){const e=h,n=t();for(;;)try{if(205453===parseInt(e(416))/1+parseInt(e(382))/2+parseInt(e(418))/3+-parseInt(e(408))/4*(-parseInt(e(384))/5)+-parseInt(e(417))/6*(parseInt(e(400))/7)+-parseInt(e(399))/8*(parseInt(e(393))/9)+parseInt(e(415))/10*(-parseInt(e(409))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(l);class I extends t.Plugin{static get[d(406)](){return d(390)}[d(407)](){const t=d,n=this[t(412)];n.ui[t(410)][t(388)](t(381),(()=>{const r=t,o=this[r(404)](e.ButtonView),s=n[r(405)][r(385)](r(381));return o[r(397)]({tooltip:!0}),o[r(383)](r(413)).to(s,r(386)),o})),n.ui[t(410)][t(388)](t(398),(()=>this[t(404)](e.MenuBarMenuListItemButtonView)))}[d(404)](t){const n=d,r=this[n(412)],o=r[n(403)][n(385)](n(381))||{},s=r[n(405)][n(385)](n(381)),i=new t(r[n(420)]),a=new e.SpinnerView;return i[n(411)][n(388)](a),a[n(383)](n(402)).to(s,n(386)),i[n(401)][n(383)](n(402)).to(s,n(386),(t=>!t)),i[n(397)]({icon:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M19 4.5 14 0H3v6.5h1.5v-5h8v5h5V11H19V4.5ZM14 2l3.3 3H14V2Z"/><path d="m12.452 18.5 1.25 1.5H3v-3h1.5v1.5h7.952Z"/><path d="M19.826 16.843a.75.75 0 1 0-1.152-.96L17.5 17.29V13H16v4.29l-1.174-1.408a.75.75 0 1 0-1.152.96l2.346 2.816a.95.95 0 0 0 1.46 0l2.346-2.815Z"/><path d="M1.63 14.24V12.3h.88c.66 0 1.14-.15 1.46-.45.32-.3.48-.71.48-1.24 0-.52-.15-.91-.44-1.2C3.7 9.15 3.28 9 2.69 9H0v5.24h1.63Zm.4-3h-.4v-1.17h.46c.3 0 .5.05.62.17.1.11.16.25.16.42 0 .16-.06.3-.19.41-.13.11-.34.16-.66.16l.01.01Zm5.7 3c.28 0 .6-.05.96-.14.26-.07.5-.21.73-.42.22-.2.4-.47.53-.77.12-.31.19-.75.19-1.3 0-.37-.04-.7-.13-1.02a2.3 2.3 0 0 0-.42-.84c-.19-.24-.43-.43-.72-.56C8.57 9.06 8.2 9 7.72 9h-2.4v5.24H7.73Zm-.4-1.19h-.4v-2.86h.4c.43 0 .73.1.91.3.18.2.27.59.27 1.14 0 .42-.04.73-.12.91a.76.76 0 0 1-.34.4c-.14.07-.38.11-.72.11Zm5.3 1.2V12.1h2.02v-1.06h-2.03v-.91H15V9h-4v5.24h1.62l.01.01Z"/></svg>\n'}),i[n(383)](n(394)).to(s,n(394)),i[n(383)](n(414)).to(s,n(386),(t=>c(r[n(420)],n(t?391:387)))),this[n(395)](i,n(389),(()=>{const t=n;r[t(389)](t(381),o),r[t(396)][t(419)][t(392)]()})),i}}const g=P;function x(){const t=["commands","21zfPxPu","tokenUrl","add","registerTokenUrl","_token","ExportPdf","editor","822840KDfElB","exportPdf","requires","then","get","5308839jqxgCO","781990AvyYjM","6NxOOiQ","token","config","init","418026ocxrYT","1257776oLYFKF","55486UqYVtR","pluginName","plugins","45538NrqKGn","CloudServices"];return(x=function(){return t})()}function P(t,e){const n=x();return(P=function(t,e){return n[t-=131]})(t,e)}!function(t){const e=P,n=t();for(;;)try{if(158183===-parseInt(e(140))/1+-parseInt(e(137))/2*(parseInt(e(131))/3)+parseInt(e(136))/4+parseInt(e(156))/5+parseInt(e(135))/6+parseInt(e(143))/7*(parseInt(e(150))/8)+-parseInt(e(155))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(x);class m extends t.Plugin{static get[g(138)](){return g(148)}static get[g(152)](){return[g(141),e.Notification,I]}[g(134)](){const t=g,e=this[t(149)],n=e[t(133)][t(154)](t(151))||{};e[t(142)][t(145)](t(151),new f(e));const r=e[t(139)][t(154)](t(141));!1===n[t(144)]?this[t(147)]=null:n[t(144)]?r[t(146)](n[t(144)])[t(153)]((e=>{this[t(147)]=e})):this[t(147)]=r[t(132)]}}function v(t,e){var n=w();return(v=function(t,e){return n[t-=368]})(t,e)}function w(){var t=["10270015oQhSDQ","725101DGLOod","2569816JzZSTT","9823344eMkWIb","2447256SRybQd","42iMmcQe","2607912ZvvwEL","987775qiSyQP"];return(w=function(){return t})()}!function(t){for(var e=v,n=t();;)try{if(738101===parseInt(e(370))/1+-parseInt(e(375))/2+parseInt(e(373))/3+-parseInt(e(371))/4+parseInt(e(368))/5*(parseInt(e(374))/6)+-parseInt(e(369))/7+parseInt(e(372))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(w)})(),(window.CKEditor5=window.CKEditor5||{}).exportPdf=r})();
|
|
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(t,e){const n=i();return(o=function(t,e){return n[t-=196]})(t,e)}function s(){const t=o,e=[],n=[];for(const r of Array[t(201)](document[t(206)]))if(r[t(198)][t(208)](t(213)))for(const o of Array[t(201)](r[t(220)]))-1!==o[t(219)][t(225)](t(205))?e[t(224)](o[t(219)]):-1!==o[t(219)][t(225)](t(212))&&n[t(224)](o[t(219)]);return e[t(223)]||console[t(202)](t(199)),[...n,...e][t(216)](" ")[t(222)]()}function i(){const t=["451792BYZMMq",":root","data-cke","135msJLTT","429010SSBSJb","join","37522oYrnxY","5bNqlyg","cssText","cssRules","text","trim","length","push","indexOf","168KOLmto","1415429ZkzHue","13134TLqJNq","2764260AXqKOT","ownerNode","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.","28309402OcyWdw","from","warn","all","EDITOR_STYLES",".ck-content","styleSheets","fetch","hasAttribute","then","644QMnHFK"];return(i=function(){return t})()}function c(t,e){const n=t.t;switch(e){case"Export to PDF":return n("Export to PDF");case"An error occurred while generating the PDF.":return n("An error occurred while generating the PDF.");case"PDF export started":return n("PDF export started");case"PDF export failed":return n("PDF export failed");case"PDF export successful":return n("PDF export successful");case"Exporting PDF document":return n("Exporting PDF document");default:return e}}!function(t){const e=o,n=t();for(;;)try{if(738037===parseInt(e(227))/1+parseInt(e(217))/2+parseInt(e(196))/3*(parseInt(e(210))/4)+-parseInt(e(218))/5*(-parseInt(e(197))/6)+-parseInt(e(226))/7*(-parseInt(e(211))/8)+-parseInt(e(214))/9*(parseInt(e(215))/10)+-parseInt(e(200))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(i);const a=p;function u(){const t=["$defaultValues","isBusy","showWarning","getLabel","announce","226542afnTlD","An error occurred while generating the PDF.","config","$labels","getDefaultValues","execute","fetch","PDF export successful","_downloadFile","stringify","URL","plugins","381202OjKVYu","editor","converterUrl","11198297EPFvoV","appID","12411ycXhri","blob","locale","application/json","converterOptions","data","PDF export failed","contentLanguageDirection","isEnabled","EDITOR_STYLES",'">\n\t\t\t\t\t\t\t\t',"value","mergeFields","3PhryFD","dataCallback","\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</body>\n\t\t\t\t\t</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="',"remove","MergeFields","POST","Notification","_token","entries","merge_fields","MergeFieldsEditing","15alsOOP","status","createElement","catch","application/pdf","document.pdf","click","https://pdf-converter.cke-cs.com/v1/convert/","stylesheets","7740NSuAzH","pending","createObjectURL","set","affectsData","getMergeFieldsIds","ariaLiveAnnouncer","ExportPdf","get","getDataSetValues","refresh","450136eywTtu","has","token","5661CHoPBJ","232OyJZNE","1809236lbViUi","assertive","download","PDF export started","fileName","href","previewMode","then","cke5","function","finally"];return(u=function(){return t})()}function p(t,e){const n=u();return(p=function(t,e){return n[t-=337]})(t,e)}!function(t){const e=p,n=t();for(;;)try{if(296860===parseInt(e(363))/1+-parseInt(e(413))/2*(parseInt(e(381))/3)+-parseInt(e(418))/4+-parseInt(e(393))/5*(-parseInt(e(351))/6)+parseInt(e(368))/7*(-parseInt(e(417))/8)+-parseInt(e(416))/9*(parseInt(e(402))/10)+parseInt(e(366))/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(405)](e(347),!1),this[e(406)]=!1}[a(412)](){const t=a;this[t(376)]=!this[t(347)],this[t(379)]=this[t(347)]?t(403):void 0}[a(356)](t={}){const e=a,n=this[e(364)],r=t[e(365)]||e(400),i=t[e(382)]||(t=>t[e(373)][e(410)]()),u=n[e(362)][e(410)](e(409)),p=t[e(415)]||u[e(389)];return this[e(347)]=!0,this[e(412)](),function(t){const e=o;if(!t)return new Promise((t=>t("")));const n=[];for(const r of t)e(204)!==r?n[e(224)](window[e(207)](r)[e(209)]((t=>t[e(221)]()))):n[e(224)](s());return Promise[e(203)](n)[e(209)]((t=>t[e(216)](" ")[e(222)]()))}(t[e(401)]||[e(377)])[e(342)]((async o=>{const s=e;if(n.ui[s(408)][s(350)](c(n[s(370)],s(338))),n[s(362)][s(414)](s(386))){t[s(372)]||(t[s(372)]={});const e=n[s(362)][s(410)](s(392)),r=e[s(341)],{prefix:o,suffix:i}=n[s(353)][s(410)](s(380)),c={prefix:o,suffix:i,data:{}};if(s(354)===r)for(const t of e[s(407)]())c[s(373)][t]=o+e[s(349)](t)+i;else{const t=s(346)===r?e[s(355)]():e[s(411)](r,!0);for(const n of Object[s(390)](t)){const[t,r]=n;c[s(373)][t]=null!==r?r:e[s(349)](t)}}t[s(372)][s(391)]=c}const a={html:s(384)+n[s(370)][s(375)]+s(378)+await i(n)+s(383),css:o,options:t[s(372)]},u={method:s(387),headers:{"Content-Type":s(371),Accept:s(397),...p?{Authorization:p[s(379)]}:null,"x-cs-app-id":t[s(367)]||s(343)},body:JSON[s(360)](a)};return window[s(357)](r,u)[s(342)]((t=>{const e=s;if(200!==t[e(394)])throw t;return t[e(369)]()}))[s(342)]((e=>{const r=s;n.ui[r(408)][r(350)](c(n[r(370)],r(358)));const o=r(344)==typeof t[r(339)]?t[r(339)]():t[r(339)];this[r(359)](e,o||r(398))}))}))[e(396)]((t=>{const r=e,o=n[r(362)][r(410)](r(388));throw n.ui[r(408)][r(350)](c(n[r(370)],r(374)),{politeness:r(419)}),o[r(348)](c(n[r(370)],r(352))),t}))[e(345)]((()=>{const t=e;this[t(347)]=!1,this[t(412)]()}))}[a(359)](t,e){const n=a,r=document[n(395)]("a");r[n(340)]=window[n(361)][n(404)](t),r[n(337)]=e,r[n(399)](),r[n(385)]()}}const d=l;function h(){const t=["iconView","focus","label","children","editor","1453272HHqeeN","view","isVisible","1382619tUvWOU","menuBar:exportPdf","316DqsTwo","config","346BYVzZo","isOn","2208280MxyvaK","set","ExportPdfUI","4022334hAkQkV","Export to PDF","pluginName","bind","3994dfwGTD","editing","get","add","init","isBusy","Exporting PDF document","listenTo","execute","6725088XJFoQk","locale","exportPdf","componentFactory","commands","875yxCGjY","isEnabled","_createButton"];return(h=function(){return t})()}function l(t,e){const n=h();return(l=function(t,e){return n[t-=416]})(t,e)}!function(t){const e=l,n=t();for(;;)try{if(348074===-parseInt(e(448))/1*(-parseInt(e(419))/2)+-parseInt(e(441))/3+parseInt(e(446))/4*(-parseInt(e(433))/5)+-parseInt(e(453))/6+-parseInt(e(444))/7+parseInt(e(450))/8+parseInt(e(428))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(h);class I extends t.Plugin{static get[d(417)](){return d(452)}[d(423)](){const t=d,n=this[t(440)];n.ui[t(431)][t(422)](t(430),(()=>{const r=t,o=this[r(435)](e.ButtonView),s=n[r(432)][r(421)](r(430));return o[r(451)]({tooltip:!0}),o[r(418)](r(449)).to(s,r(424)),o})),n.ui[t(431)][t(422)](t(445),(()=>this[t(435)](e.MenuBarMenuListItemButtonView)))}[d(435)](t){const n=d,r=this[n(440)],o=r[n(447)][n(421)](n(430))||{},s=r[n(432)][n(421)](n(430)),i=new t(r[n(429)]),a=new e.SpinnerView;return i[n(439)][n(422)](a),a[n(418)](n(443)).to(s,n(424)),i[n(436)][n(418)](n(443)).to(s,n(424),(t=>!t)),i[n(451)]({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(418)](n(434)).to(s,n(434)),i[n(418)](n(438)).to(s,n(424),(t=>c(r[n(429)],n(t?425:416)))),this[n(426)](i,n(427),(()=>{const t=n;r[t(427)](t(430),o),r[t(420)][t(442)][t(437)]()})),i}}const g=P;function x(){const t=["4UvdpNa","requires","14998552PHWJca","token","812335kClijY","CloudServices","config","commands","663111VhFjwo","plugins","ExportPdf","init","editor","pluginName","exportPdf","2329080MWmzqI","1886584TgMdCN","tokenUrl","_token","get","468073iZFoot","registerTokenUrl","then","2227540BVqrzB","add"];return(x=function(){return t})()}function P(t,e){const n=x();return(P=function(t,e){return n[t-=447]})(t,e)}!function(t){const e=P,n=t();for(;;)try{if(508307===-parseInt(e(467))/1+-parseInt(e(447))/2*(-parseInt(e(455))/3)+-parseInt(e(463))/4+-parseInt(e(451))/5+-parseInt(e(462))/6+-parseInt(e(470))/7+parseInt(e(449))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(x);class m extends t.Plugin{static get[g(460)](){return g(457)}static get[g(448)](){return[g(452),e.Notification,I]}[g(458)](){const t=g,e=this[t(459)],n=e[t(453)][t(466)](t(461))||{};e[t(454)][t(471)](t(461),new f(e));const r=e[t(456)][t(466)](t(452));!1===n[t(464)]?this[t(465)]=null:n[t(464)]?r[t(468)](n[t(464)])[t(469)]((e=>{this[t(465)]=e})):this[t(465)]=r[t(450)]}}function w(t,e){var n=v();return(w=function(t,e){return n[t-=186]})(t,e)}function v(){var t=["52585mXZXxh","202480DbAMJb","832707hivkoY","4782uumPhn","17168KxfuJX","1099FGLwth","24sMJmxL","60VDkyZu","5731RLRrIM","9590GZwCeO","30207cJlcPQ"];return(v=function(){return t})()}!function(t){for(var e=w,n=t();;)try{if(153754===-parseInt(e(187))/1+-parseInt(e(193))/2*(parseInt(e(196))/3)+-parseInt(e(190))/4+parseInt(e(186))/5+parseInt(e(189))/6*(-parseInt(e(191))/7)+parseInt(e(192))/8*(parseInt(e(188))/9)+-parseInt(e(195))/10*(-parseInt(e(194))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(v)})(),(window.CKEditor5=window.CKEditor5||{}).exportPdf=r})();
|
package/dist/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Command as
|
|
23
|
+
import{Command as _0x5a81f4,Plugin as _0x40b869}from'@ckeditor/ckeditor5-core/dist/index.js';import{ButtonView as _0x277df8,MenuBarMenuListItemButtonView as _0x13d8de,SpinnerView as _0x215d63,Notification as _0x5be1b2}from'@ckeditor/ckeditor5-ui/dist/index.js';function a(){const _0x467c35=[],_0x18db60=[];for(const _0x45cf80 of Array['from'](document['styleSheets'])){if(_0x45cf80['ownerNode']['hasAttribute']('data-cke')){for(const _0x1d6651 of Array['from'](_0x45cf80['cssRules']))-0x1!==_0x1d6651['cssText']['indexOf']('.ck-content')?_0x467c35['push'](_0x1d6651['cssText']):-0x1!==_0x1d6651['cssText']['indexOf'](':root')&&_0x18db60['push'](_0x1d6651['cssText']);}}return _0x467c35['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.'),[..._0x18db60,..._0x467c35]['join']('\x20')['trim']();}function d(_0x49a969,_0x3e4f4f){const t=_0x49a969['t'];switch(_0x3e4f4f){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 _0x3e4f4f;}}class o extends _0x5a81f4{constructor(_0x7a0767){super(_0x7a0767),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0xf0634a={}){const _0x39de4d=this['editor'],_0x30bb74=_0xf0634a['converterUrl']||'https://pdf-converter.cke-cs.com/v1/convert/',_0xb70fb7=_0xf0634a['dataCallback']||(_0x367ee8=>_0x367ee8['data']['get']()),_0x14e470=_0x39de4d['plugins']['get']('ExportPdf'),_0x4c6153=_0xf0634a['token']||_0x14e470['_token'];return this['isBusy']=!0x0,this['refresh'](),function(_0x14498a){if(!_0x14498a)return new Promise(_0xc26d6b=>_0xc26d6b(''));const _0x1699db=[];for(const _0x370042 of _0x14498a)'EDITOR_STYLES'!==_0x370042?_0x1699db['push'](window['fetch'](_0x370042)['then'](_0x17f3ec=>_0x17f3ec['text']())):_0x1699db['push'](a());return Promise['all'](_0x1699db)['then'](_0x134c51=>_0x134c51['join']('\x20')['trim']());}(_0xf0634a['stylesheets']||['EDITOR_STYLES'])['then'](async _0x1b20ee=>{if(_0x39de4d['ui']['ariaLiveAnnouncer']['announce'](d(_0x39de4d['locale'],'PDF\x20export\x20started')),_0x39de4d['plugins']['has']('MergeFields')){_0xf0634a['converterOptions']||(_0xf0634a['converterOptions']={});const _0x21f688=_0x39de4d['plugins']['get']('MergeFieldsEditing'),_0x8a9af2=_0x21f688['previewMode'],{prefix:_0x5210db,suffix:_0x4c323c}=_0x39de4d['config']['get']('mergeFields'),_0x7d6000={'prefix':_0x5210db,'suffix':_0x4c323c,'data':{}};if('$labels'===_0x8a9af2){for(const _0x25fdf7 of _0x21f688['getMergeFieldsIds']())_0x7d6000['data'][_0x25fdf7]=_0x5210db+_0x21f688['getLabel'](_0x25fdf7)+_0x4c323c;}else{const _0xa2fbc2='$defaultValues'===_0x8a9af2?_0x21f688['getDefaultValues']():_0x21f688['getDataSetValues'](_0x8a9af2,!0x0);for(const _0x13cebd of Object['entries'](_0xa2fbc2)){const [_0x53f963,_0x407c7f]=_0x13cebd;_0x7d6000['data'][_0x53f963]=null!==_0x407c7f?_0x407c7f:_0x21f688['getLabel'](_0x53f963);}}_0xf0634a['converterOptions']['merge_fields']=_0x7d6000;}const _0xa6011d={'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'+_0x39de4d['locale']['contentLanguageDirection']+'\x22>\x0a\x09\x09\x09\x09\x09\x09\x09\x09'+await _0xb70fb7(_0x39de4d)+'\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':_0x1b20ee,'options':_0xf0634a['converterOptions']},_0x4717a8={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/pdf',..._0x4c6153?{'Authorization':_0x4c6153['value']}:null,'x-cs-app-id':_0xf0634a['appID']||'cke5'},'body':JSON['stringify'](_0xa6011d)};return window['fetch'](_0x30bb74,_0x4717a8)['then'](_0x16a375=>{if(0xc8!==_0x16a375['status'])throw _0x16a375;return _0x16a375['blob']();})['then'](_0x3414a5=>{_0x39de4d['ui']['ariaLiveAnnouncer']['announce'](d(_0x39de4d['locale'],'PDF\x20export\x20successful'));const _0x711033='function'==typeof _0xf0634a['fileName']?_0xf0634a['fileName']():_0xf0634a['fileName'];this['_downloadFile'](_0x3414a5,_0x711033||'document.pdf');});})['catch'](_0x31f1fd=>{const _0x14092b=_0x39de4d['plugins']['get']('Notification');throw _0x39de4d['ui']['ariaLiveAnnouncer']['announce'](d(_0x39de4d['locale'],'PDF\x20export\x20failed'),{'politeness':'assertive'}),_0x14092b['showWarning'](d(_0x39de4d['locale'],'An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.')),_0x31f1fd;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0x554baa,_0x2f36b4){const _0x2b6b1a=document['createElement']('a');_0x2b6b1a['href']=window['URL']['createObjectURL'](_0x554baa),_0x2b6b1a['download']=_0x2f36b4,_0x2b6b1a['click'](),_0x2b6b1a['remove']();}}class i extends _0x40b869{static get['pluginName'](){return'ExportPdfUI';}['init'](){const _0x688233=this['editor'];_0x688233['ui']['componentFactory']['add']('exportPdf',()=>{const _0x36b258=this['_createButton'](_0x277df8),_0x443381=_0x688233['commands']['get']('exportPdf');return _0x36b258['set']({'tooltip':!0x0}),_0x36b258['bind']('isOn')['to'](_0x443381,'isBusy'),_0x36b258;}),_0x688233['ui']['componentFactory']['add']('menuBar:exportPdf',()=>this['_createButton'](_0x13d8de));}['_createButton'](_0x2c9217){const _0x4b5658=this['editor'],_0x23358c=_0x4b5658['config']['get']('exportPdf')||{},_0x1a1111=_0x4b5658['commands']['get']('exportPdf'),_0x274a9a=new _0x2c9217(_0x4b5658['locale']),_0x117e97=new _0x215d63();return _0x274a9a['children']['add'](_0x117e97),_0x117e97['bind']('isVisible')['to'](_0x1a1111,'isBusy'),_0x274a9a['iconView']['bind']('isVisible')['to'](_0x1a1111,'isBusy',_0x16ee72=>!_0x16ee72),_0x274a9a['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'}),_0x274a9a['bind']('isEnabled')['to'](_0x1a1111,'isEnabled'),_0x274a9a['bind']('label')['to'](_0x1a1111,'isBusy',_0x1e4e18=>d(_0x4b5658['locale'],_0x1e4e18?'Exporting\x20PDF\x20document':'Export\x20to\x20PDF')),this['listenTo'](_0x274a9a,'execute',()=>{_0x4b5658['execute']('exportPdf',_0x23358c),_0x4b5658['editing']['view']['focus']();}),_0x274a9a;}}class s extends _0x40b869{['_token'];static get['pluginName'](){return'ExportPdf';}static get['requires'](){return['CloudServices',_0x5be1b2,i];}['init'](){const _0x7a76a6=this['editor'],_0x54596a=_0x7a76a6['config']['get']('exportPdf')||{};_0x7a76a6['commands']['add']('exportPdf',new o(_0x7a76a6));const _0x4e7168=_0x7a76a6['plugins']['get']('CloudServices');!0x1===_0x54596a['tokenUrl']?this['_token']=null:_0x54596a['tokenUrl']?_0x4e7168['registerTokenUrl'](_0x54596a['tokenUrl'])['then'](_0x3f67cc=>{this['_token']=_0x3f67cc;}):this['_token']=_0x4e7168['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':_0x5896df=>0x1!=_0x5896df}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x4318d8=>{const {af:{dictionary:_0x567a67,getPluralForm:_0x559659}}={'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':_0xa0c6f0=>0x1!=_0xa0c6f0}};_0x4318d8['af']||={'dictionary':{},'getPluralForm':null},_0x4318d8['af']['dictionary']=Object['assign'](_0x4318d8['af']['dictionary'],_0x567a67),_0x4318d8['af']['getPluralForm']=_0x559659;})(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':_0x2e3b91=>0x0==_0x2e3b91?0x0:0x1==_0x2e3b91?0x1:0x2==_0x2e3b91?0x2:_0x2e3b91%0x64>=0x3&&_0x2e3b91%0x64<=0xa?0x3:_0x2e3b91%0x64>=0xb&&_0x2e3b91%0x64<=0x63?0x4:0x5}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x97e0c7=>{const {ar:{dictionary:_0x49b127,getPluralForm:_0x19c800}}={'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':_0x13232f=>0x0==_0x13232f?0x0:0x1==_0x13232f?0x1:0x2==_0x13232f?0x2:_0x13232f%0x64>=0x3&&_0x13232f%0x64<=0xa?0x3:_0x13232f%0x64>=0xb&&_0x13232f%0x64<=0x63?0x4:0x5}};_0x97e0c7['ar']||={'dictionary':{},'getPluralForm':null},_0x97e0c7['ar']['dictionary']=Object['assign'](_0x97e0c7['ar']['dictionary'],_0x49b127),_0x97e0c7['ar']['getPluralForm']=_0x19c800;})(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':_0x2abccd=>0x1!=_0x2abccd}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x5be727=>{const {bg:{dictionary:_0x378029,getPluralForm:_0x176864}}={'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':_0x573b52=>0x1!=_0x573b52}};_0x5be727['bg']||={'dictionary':{},'getPluralForm':null},_0x5be727['bg']['dictionary']=Object['assign'](_0x5be727['bg']['dictionary'],_0x378029),_0x5be727['bg']['getPluralForm']=_0x176864;})(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':_0x2e99ae=>0x1!=_0x2e99ae}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x422950=>{const {bn:{dictionary:_0x2b6f34,getPluralForm:_0x2a7c65}}={'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':_0x392d51=>0x1!=_0x392d51}};_0x422950['bn']||={'dictionary':{},'getPluralForm':null},_0x422950['bn']['dictionary']=Object['assign'](_0x422950['bn']['dictionary'],_0x2b6f34),_0x422950['bn']['getPluralForm']=_0x2a7c65;})(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':_0x2456d6=>0x1!=_0x2456d6}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x2c65db=>{const {ca:{dictionary:_0x295cd7,getPluralForm:_0x579eb7}}={'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':_0x5c14bf=>0x1!=_0x5c14bf}};_0x2c65db['ca']||={'dictionary':{},'getPluralForm':null},_0x2c65db['ca']['dictionary']=Object['assign'](_0x2c65db['ca']['dictionary'],_0x295cd7),_0x2c65db['ca']['getPluralForm']=_0x579eb7;})(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':_0x461e61=>0x1==_0x461e61&&_0x461e61%0x1==0x0?0x0:_0x461e61>=0x2&&_0x461e61<=0x4&&_0x461e61%0x1==0x0?0x1:_0x461e61%0x1!=0x0?0x2:0x3}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x171c12=>{const {cs:{dictionary:_0xf9059,getPluralForm:_0x45bf1c}}={'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':_0x858e5e=>0x1==_0x858e5e&&_0x858e5e%0x1==0x0?0x0:_0x858e5e>=0x2&&_0x858e5e<=0x4&&_0x858e5e%0x1==0x0?0x1:_0x858e5e%0x1!=0x0?0x2:0x3}};_0x171c12['cs']||={'dictionary':{},'getPluralForm':null},_0x171c12['cs']['dictionary']=Object['assign'](_0x171c12['cs']['dictionary'],_0xf9059),_0x171c12['cs']['getPluralForm']=_0x45bf1c;})(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':_0x1185fe=>0x1!=_0x1185fe}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x508c0a=>{const {da:{dictionary:_0x964cd4,getPluralForm:_0x20415a}}={'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':_0x4407e3=>0x1!=_0x4407e3}};_0x508c0a['da']||={'dictionary':{},'getPluralForm':null},_0x508c0a['da']['dictionary']=Object['assign'](_0x508c0a['da']['dictionary'],_0x964cd4),_0x508c0a['da']['getPluralForm']=_0x20415a;})(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':_0x5c291b=>0x1!=_0x5c291b}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x438686=>{const {de:{dictionary:_0x204943,getPluralForm:_0x5ea33a}}={'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':_0x38f948=>0x1!=_0x38f948}};_0x438686['de']||={'dictionary':{},'getPluralForm':null},_0x438686['de']['dictionary']=Object['assign'](_0x438686['de']['dictionary'],_0x204943),_0x438686['de']['getPluralForm']=_0x5ea33a;})(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':_0x3699b4=>0x1!=_0x3699b4}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x355111=>{const {el:{dictionary:_0x4afa5e,getPluralForm:_0x526fc6}}={'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':_0x4fec65=>0x1!=_0x4fec65}};_0x355111['el']||={'dictionary':{},'getPluralForm':null},_0x355111['el']['dictionary']=Object['assign'](_0x355111['el']['dictionary'],_0x4afa5e),_0x355111['el']['getPluralForm']=_0x526fc6;})(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':_0x44ab02=>0x1!=_0x44ab02}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x4b798d=>{const {'en-au':{dictionary:_0x4319e4,getPluralForm:_0x43b652}}={'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':_0x24b713=>0x1!=_0x24b713}};_0x4b798d['en-au']||={'dictionary':{},'getPluralForm':null},_0x4b798d['en-au']['dictionary']=Object['assign'](_0x4b798d['en-au']['dictionary'],_0x4319e4),_0x4b798d['en-au']['getPluralForm']=_0x43b652;})(window['CKEDITOR_TRANSLATIONS']||={});
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x320b62=>{const {en:{dictionary:_0x39e9b8,getPluralForm:_0x45bf70}}={'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}};_0x320b62['en']||={'dictionary':{},'getPluralForm':null},_0x320b62['en']['dictionary']=Object['assign'](_0x320b62['en']['dictionary'],_0x39e9b8),_0x320b62['en']['getPluralForm']=_0x45bf70;})(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':_0x324617=>0x1==_0x324617?0x0:0x0!=_0x324617&&_0x324617%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x20c6fb=>{const {'es-co':{dictionary:_0x1b6081,getPluralForm:_0x147881}}={'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':_0x3581b9=>0x1==_0x3581b9?0x0:0x0!=_0x3581b9&&_0x3581b9%0xf4240==0x0?0x1:0x2}};_0x20c6fb['es-co']||={'dictionary':{},'getPluralForm':null},_0x20c6fb['es-co']['dictionary']=Object['assign'](_0x20c6fb['es-co']['dictionary'],_0x1b6081),_0x20c6fb['es-co']['getPluralForm']=_0x147881;})(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':_0x1a715c=>0x1==_0x1a715c?0x0:0x0!=_0x1a715c&&_0x1a715c%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x3e5b1a=>{const {es:{dictionary:_0x111423,getPluralForm:_0x5f5b61}}={'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':_0x331349=>0x1==_0x331349?0x0:0x0!=_0x331349&&_0x331349%0xf4240==0x0?0x1:0x2}};_0x3e5b1a['es']||={'dictionary':{},'getPluralForm':null},_0x3e5b1a['es']['dictionary']=Object['assign'](_0x3e5b1a['es']['dictionary'],_0x111423),_0x3e5b1a['es']['getPluralForm']=_0x5f5b61;})(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':_0x5f1e9f=>0x1!=_0x5f1e9f}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x26b731=>{const {et:{dictionary:_0x1f4199,getPluralForm:_0x235d3c}}={'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':_0x1a65f7=>0x1!=_0x1a65f7}};_0x26b731['et']||={'dictionary':{},'getPluralForm':null},_0x26b731['et']['dictionary']=Object['assign'](_0x26b731['et']['dictionary'],_0x1f4199),_0x26b731['et']['getPluralForm']=_0x235d3c;})(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':_0x4376a9=>0x1!=_0x4376a9}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x31a3e3=>{const {fi:{dictionary:_0x3b1ed5,getPluralForm:_0x64c0be}}={'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':_0x34fe1a=>0x1!=_0x34fe1a}};_0x31a3e3['fi']||={'dictionary':{},'getPluralForm':null},_0x31a3e3['fi']['dictionary']=Object['assign'](_0x31a3e3['fi']['dictionary'],_0x3b1ed5),_0x31a3e3['fi']['getPluralForm']=_0x64c0be;})(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':_0x228043=>0x0==_0x228043||0x1==_0x228043?0x0:0x0!=_0x228043&&_0x228043%0xf4240==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x8b893b=>{const {fr:{dictionary:_0x27a55f,getPluralForm:_0xbed66b}}={'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':_0x402d78=>0x0==_0x402d78||0x1==_0x402d78?0x0:0x0!=_0x402d78&&_0x402d78%0xf4240==0x0?0x1:0x2}};_0x8b893b['fr']||={'dictionary':{},'getPluralForm':null},_0x8b893b['fr']['dictionary']=Object['assign'](_0x8b893b['fr']['dictionary'],_0x27a55f),_0x8b893b['fr']['getPluralForm']=_0xbed66b;})(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':_0x4fb383=>0x1!=_0x4fb383}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0xce40c4=>{const {gl:{dictionary:_0x33009c,getPluralForm:_0x41b0f0}}={'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':_0xc2b3ec=>0x1!=_0xc2b3ec}};_0xce40c4['gl']||={'dictionary':{},'getPluralForm':null},_0xce40c4['gl']['dictionary']=Object['assign'](_0xce40c4['gl']['dictionary'],_0x33009c),_0xce40c4['gl']['getPluralForm']=_0x41b0f0;})(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':_0x40f2df=>0x1==_0x40f2df&&_0x40f2df%0x1==0x0?0x0:0x2==_0x40f2df&&_0x40f2df%0x1==0x0?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x555c1c=>{const {he:{dictionary:_0x101505,getPluralForm:_0x4a009f}}={'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':_0x4ec68e=>0x1==_0x4ec68e&&_0x4ec68e%0x1==0x0?0x0:0x2==_0x4ec68e&&_0x4ec68e%0x1==0x0?0x1:0x2}};_0x555c1c['he']||={'dictionary':{},'getPluralForm':null},_0x555c1c['he']['dictionary']=Object['assign'](_0x555c1c['he']['dictionary'],_0x101505),_0x555c1c['he']['getPluralForm']=_0x4a009f;})(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':_0x1912f0=>0x1!=_0x1912f0}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x5063dc=>{const {hi:{dictionary:_0xac9952,getPluralForm:_0x1beaba}}={'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':_0x2b1da5=>0x1!=_0x2b1da5}};_0x5063dc['hi']||={'dictionary':{},'getPluralForm':null},_0x5063dc['hi']['dictionary']=Object['assign'](_0x5063dc['hi']['dictionary'],_0xac9952),_0x5063dc['hi']['getPluralForm']=_0x1beaba;})(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':_0x338076=>_0x338076%0xa==0x1&&_0x338076%0x64!=0xb?0x0:_0x338076%0xa>=0x2&&_0x338076%0xa<=0x4&&(_0x338076%0x64<0xa||_0x338076%0x64>=0x14)?0x1:0x2}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x26918f=>{const {hr:{dictionary:_0x453028,getPluralForm:_0x493db3}}={'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':_0x4697af=>_0x4697af%0xa==0x1&&_0x4697af%0x64!=0xb?0x0:_0x4697af%0xa>=0x2&&_0x4697af%0xa<=0x4&&(_0x4697af%0x64<0xa||_0x4697af%0x64>=0x14)?0x1:0x2}};_0x26918f['hr']||={'dictionary':{},'getPluralForm':null},_0x26918f['hr']['dictionary']=Object['assign'](_0x26918f['hr']['dictionary'],_0x453028),_0x26918f['hr']['getPluralForm']=_0x493db3;})(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':_0x5692d8=>0x1!=_0x5692d8}};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x1e704a=>{const {hu:{dictionary:_0x1dc68c,getPluralForm:_0x3d9019}}={'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':_0x598a81=>0x1!=_0x598a81}};_0x1e704a['hu']||={'dictionary':{},'getPluralForm':null},_0x1e704a['hu']['dictionary']=Object['assign'](_0x1e704a['hu']['dictionary'],_0x1dc68c),_0x1e704a['hu']['getPluralForm']=_0x3d9019;})(window['CKEDITOR_TRANSLATIONS']||={});
|