@ckeditor/ckeditor5-export-pdf 33.0.0 → 34.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +2 -2
- package/README.md +3 -2
- package/build/export-pdf.js +5 -0
- package/build/translations/af.js +1 -0
- package/build/translations/cs.js +1 -0
- package/build/translations/de.js +1 -0
- package/build/translations/el.js +1 -0
- package/build/translations/en-au.js +1 -0
- package/build/translations/fr.js +1 -0
- package/build/translations/gl.js +1 -0
- package/build/translations/hr.js +1 -0
- package/build/translations/hu.js +1 -0
- package/build/translations/id.js +1 -0
- package/build/translations/it.js +1 -0
- package/build/translations/jv.js +1 -0
- package/build/translations/lv.js +1 -0
- package/build/translations/pl.js +1 -0
- package/build/translations/pt-br.js +1 -0
- package/build/translations/sk.js +1 -0
- package/build/translations/sr-latn.js +1 -0
- package/build/translations/sr.js +1 -0
- package/build/translations/ur.js +1 -0
- package/build/translations/zh-cn.js +1 -0
- package/build/translations/zh.js +1 -0
- package/lang/translations/af.po +25 -0
- package/lang/translations/cs.po +25 -0
- package/lang/translations/de.po +25 -0
- package/lang/translations/el.po +25 -0
- package/lang/translations/en-au.po +25 -0
- package/lang/translations/en.po +25 -0
- package/lang/translations/fr.po +25 -0
- package/lang/translations/gl.po +25 -0
- package/lang/translations/hr.po +25 -0
- package/lang/translations/hu.po +25 -0
- package/lang/translations/id.po +25 -0
- package/lang/translations/it.po +25 -0
- package/lang/translations/jv.po +25 -0
- package/lang/translations/lv.po +25 -0
- package/lang/translations/pl.po +25 -0
- package/lang/translations/pt-br.po +25 -0
- package/lang/translations/sk.po +25 -0
- package/lang/translations/sr-latn.po +25 -0
- package/lang/translations/sr.po +25 -0
- package/lang/translations/ur.po +25 -0
- package/lang/translations/zh-cn.po +25 -0
- package/lang/translations/zh.po +25 -0
- package/package.json +25 -24
- package/src/exportpdf.js +1 -1
- package/src/exportpdfcommand.js +1 -1
- package/src/utils.js +1 -1
package/LICENSE.md
CHANGED
|
@@ -2,7 +2,7 @@ Software License Agreement
|
|
|
2
2
|
==========================
|
|
3
3
|
|
|
4
4
|
**CKEditor 5 export to PDF feature** (https://ckeditor.com/ckeditor-5/)<br>
|
|
5
|
-
Copyright (c) 2003-2022, [CKSource
|
|
5
|
+
Copyright (c) 2003-2022, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
|
6
6
|
|
|
7
7
|
CKEditor 5 export to PDF feature is licensed under a commercial license and is protected by copyright law.
|
|
8
8
|
For more details about available licensing options please contact us at sales@cksource.com.
|
|
@@ -15,4 +15,4 @@ Where not otherwise indicated, all CKEditor 5 export to PDF feature content is a
|
|
|
15
15
|
Trademarks
|
|
16
16
|
----------
|
|
17
17
|
|
|
18
|
-
**CKEditor** is a trademark of [CKSource
|
|
18
|
+
**CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com) All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
|
package/README.md
CHANGED
|
@@ -2,6 +2,7 @@ CKEditor 5 export to PDF feature
|
|
|
2
2
|
================================
|
|
3
3
|
|
|
4
4
|
[](https://www.npmjs.com/package/@ckeditor/ckeditor5-export-pdf)
|
|
5
|
+

|
|
5
6
|
|
|
6
7
|
This package contains an export to PDF feature for CKEditor 5. It allows you to generate a PDF file directly from the CKEditor 5 WYSIWYG editor content.
|
|
7
8
|
|
|
@@ -28,11 +29,11 @@ As a licensed CKEditor 5 export to PDF feature user you can report bugs and requ
|
|
|
28
29
|
## License
|
|
29
30
|
|
|
30
31
|
**CKEditor 5 export to PDF** (https://ckeditor.com/ckeditor-5/)<br>
|
|
31
|
-
Copyright (c) 2003-2022, [CKSource
|
|
32
|
+
Copyright (c) 2003-2022, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
|
32
33
|
|
|
33
34
|
CKEditor 5 export to PDF feature is licensed under a commercial license and is protected by copyright law.
|
|
34
35
|
For more details about available licensing options please contact us at sales@cksource.com.
|
|
35
36
|
|
|
36
37
|
### Trademarks
|
|
37
38
|
|
|
38
|
-
**CKEditor** is a trademark of [CKSource
|
|
39
|
+
**CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com) All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
!function(t){const e=t.en=t.en||{};e.dictionary=Object.assign(e.dictionary||{},{"An error occurred while generating the PDF.":"An error occurred while generating the PDF.","Export to PDF":"Export to PDF"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})),
|
|
2
|
+
/*!
|
|
3
|
+
* @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
|
+
* For licensing, see LICENSE.md.
|
|
5
|
+
*/(()=>{var t={561:(t,e,n)=>{"use strict";n.d(e,{Z:()=>i});var r=n(758),o=n.n(r)()((function(t){return t[1]}));o.push([t.id,":root{--ck-toolbar-spinner-size:18px}.ck-exportpdf_status-pending{position:relative}.ck.ck-exportpdf__spinner-container{display:none}.ck.ck-exportpdf__spinner{border:2px solid var(--ck-color-text);border-radius:50%;border-top:2px solid transparent;left:0;margin:0 auto;right:0;top:50%;transform:translateY(-50%);z-index:1}.ck-exportpdf_status-pending .ck.ck-exportpdf__spinner-container,.ck.ck-exportpdf__spinner{height:var(--ck-toolbar-spinner-size);position:absolute;width:var(--ck-toolbar-spinner-size)}.ck-exportpdf_status-pending .ck.ck-exportpdf__spinner-container{animation:rotate 1.5s linear infinite;display:block}.ck-exportpdf_status-pending .ck.ck-button__icon{color:transparent}@keyframes rotate{to{transform:rotate(1turn)}}",""]);const i=o},758:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=t(e);return e[2]?"@media ".concat(e[2]," {").concat(n,"}"):n})).join("")},e.i=function(t,n,r){"string"==typeof t&&(t=[[null,t,""]]);var o={};if(r)for(var i=0;i<this.length;i++){var s=this[i][0];null!=s&&(o[s]=!0)}for(var a=0;a<t.length;a++){var c=[].concat(t[a]);r&&o[c[0]]||(n&&(c[2]?c[2]="".concat(n," and ").concat(c[2]):c[2]=n),e.push(c))}},e}},278:(t,e,n)=>{"use strict";var r,o=function(){return void 0===r&&(r=Boolean(window&&document&&document.all&&!window.atob)),r},i=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),s=[];function a(t){for(var e=-1,n=0;n<s.length;n++)if(s[n].identifier===t){e=n;break}return e}function c(t,e){for(var n={},r=[],o=0;o<t.length;o++){var i=t[o],c=e.base?i[0]+e.base:i[0],d=n[c]||0,l="".concat(c," ").concat(d);n[c]=d+1;var u=a(l),p={css:i[1],media:i[2],sourceMap:i[3]};-1!==u?(s[u].references++,s[u].updater(p)):s.push({identifier:l,updater:x(p,e),references:1}),r.push(l)}return r}function d(t){var e=document.createElement("style"),r=t.attributes||{};if(void 0===r.nonce){var o=n.nc;o&&(r.nonce=o)}if(Object.keys(r).forEach((function(t){e.setAttribute(t,r[t])})),"function"==typeof t.insert)t.insert(e);else{var s=i(t.insert||"head");if(!s)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");s.appendChild(e)}return e}var l,u=(l=[],function(t,e){return l[t]=e,l.filter(Boolean).join("\n")});function p(t,e,n,r){var o=n?"":r.media?"@media ".concat(r.media," {").concat(r.css,"}"):r.css;if(t.styleSheet)t.styleSheet.cssText=u(e,o);else{var i=document.createTextNode(o),s=t.childNodes;s[e]&&t.removeChild(s[e]),s.length?t.insertBefore(i,s[e]):t.appendChild(i)}}function f(t,e,n){var r=n.css,o=n.media,i=n.sourceMap;if(o?t.setAttribute("media",o):t.removeAttribute("media"),i&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}var h=null,v=0;function x(t,e){var n,r,o;if(e.singleton){var i=v++;n=h||(h=d(e)),r=p.bind(null,n,i,!1),o=p.bind(null,n,i,!0)}else n=d(e),r=f.bind(null,n,e),o=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(n)};return r(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;r(t=e)}else o()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=o());var n=c(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var r=0;r<n.length;r++){var o=a(n[r]);s[o].references--}for(var i=c(t,e),d=0;d<n.length;d++){var l=a(n[d]);0===s[l].references&&(s[l].updater(),s.splice(l,1))}n=i}}}},704:(t,e,n)=>{t.exports=n(79)("./src/core.js")},273:(t,e,n)=>{t.exports=n(79)("./src/ui.js")},79:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var o=e[r];if(void 0!==o)return o.exports;var i=e[r]={id:r,exports:{}};return t[r](i,i.exports,n),i.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},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})},n.nc=void 0;var r={};(()=>{"use strict";n.r(r),n.d(r,{ExportPdf:()=>h});var t=n(704),e=n(273);const o=["hasAttribute","EDITOR_STYLES","join","data-cke",":root","cssText","then","push","ownerNode","fetch","indexOf","all","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.","text","cssRules"];var i,s;i=o,s=153,function(t){for(;--t;)i.push(i.shift())}(++s);const a=function(t,e){return o[t-=0]};function c(){const t=[],e=[];for(const n of document.styleSheets)if(n[a("0x5")][a("0xc")](a("0x0")))for(const r of n[a("0xb")])-1!==r[a("0x2")][a("0x7")](".ck-content")?t[a("0x4")](r[a("0x2")]):-1!==r[a("0x2")].indexOf(a("0x1"))&&e[a("0x4")](r[a("0x2")]);return t.length||console.warn(a("0x9")),[...e,...t][a("0xe")](" ").trim()}class d 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/",o=t.dataCallback||(t=>t.getData()),i=e.plugins.get("ExportPdf"),s=t.token||i._token;return this.isBusy=!0,this.refresh(),function(t){if(!t)return new Promise((t=>t("")));const e=[];for(const n of t)a("0xd")!==n?e[a("0x4")](window[a("0x6")](n)[a("0x3")]((t=>t[a("0xa")]()))):e.push(c());return Promise[a("0x8")](e).then((t=>t[a("0xe")](" ").trim()))}(t.stylesheets||["EDITOR_STYLES"]).then((n=>{const i={html:'<html>\n\t\t\t\t\t\t<head>\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'+o(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:n,options:t.converterOptions},a={method:"POST",headers:{"Content-Type":"application/json",Accept:"application/pdf",...s?{Authorization:s.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((e=>{this.o(e,t.fileName||"document.pdf")}))})).catch((t=>{throw e.plugins.get("Notification").showWarning(n("An error occurred while generating the PDF.")),t})).finally((()=>{this.isBusy=!1,this.refresh()}))}o(t,e){const n=document.createElement("a");n.href=window.URL.createObjectURL(t),n.download=e,n.click(),n.remove()}}var l=n(278),u=n.n(l),p=n(561),f={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};u()(p.Z,f);p.Z.locals;class h extends t.Plugin{static get pluginName(){return"ExportPdf"}static get requires(){return["CloudServices",e.Notification]}init(){const t=this.editor,n=t.t,r=t.config.get("exportPdf")||{};t.commands.add("exportPdf",new d(t)),t.ui.componentFactory.add("exportPdf",(o=>{const i=t.commands.get("exportPdf"),s=new e.ButtonView(o);s.set({label:n("Export to PDF"),icon:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M14 0l5 4.5V20H3v-3h1.5v1.5h13v-12h-5v-5h-8v5H3V0h11zm3.3 5L14 2v3h3.3z"/><path d="M2.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.2C4.7 9.15 4.28 9 3.69 9H1v5.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.16zm5.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 00-.42-.84c-.19-.24-.43-.43-.72-.56C9.57 9.06 9.2 9 8.72 9h-2.4v5.24h2.4zm-.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 01-.34.4c-.14.07-.38.11-.72.11zm5.3 1.2V12.1h2.02v-1.06h-2.03v-.91H16V9h-4v5.24h1.62z"/></svg>\n',tooltip:!0}),s.bind("isOn","isEnabled").to(i,"isBusy","isEnabled"),s.extendTemplate({attributes:{class:[s.bindTemplate.if("isOn","ck-exportpdf_status-pending")]}});const a=new e.View;return a.setTemplate({tag:"span",attributes:{class:["ck","ck-exportpdf__spinner-container"]},children:[{tag:"span",attributes:{class:["ck","ck-exportpdf__spinner"]}}]}),s.children.add(a),this.listenTo(s,"execute",(()=>{t.execute("exportPdf",r),t.editing.view.focus()})),s}));const o=t.plugins.get("CloudServices");if(!1===r.tokenUrl)this._token=null;else{if(r.tokenUrl)return o.registerTokenUrl(r.tokenUrl).then((t=>{this._token=t}));this._token=o.token}}}})(),(window.CKEditor5=window.CKEditor5||{}).exportPdf=r})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(n){const o=n.af=n.af||{};o.dictionary=Object.assign(o.dictionary||{},{"An error occurred while generating the PDF.":"'n Fout het voorgekom tydens die skep van die PDF.","Export to PDF":"Voer uit na PDF"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(o){const n=o.cs=o.cs||{};n.dictionary=Object.assign(n.dictionary||{},{"An error occurred while generating the PDF.":"Při generování PDF souboru se vyskytla chyba.","Export to PDF":"Exportovat do PDF"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const n=e.de=e.de||{};n.dictionary=Object.assign(n.dictionary||{},{"An error occurred while generating the PDF.":"Beim Erstellen der PDF ist ein Fehler aufgetreten.","Export to PDF":"Als PDF exportieren"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(n){const i=n.el=n.el||{};i.dictionary=Object.assign(i.dictionary||{},{"An error occurred while generating the PDF.":"Παρουσιάστηκε σφάλμα κατά τη δημιουργία του PDF.","Export to PDF":"Εξαγωγή σε PDF"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(n){const r=n["en-au"]=n["en-au"]||{};r.dictionary=Object.assign(r.dictionary||{},{"An error occurred while generating the PDF.":"An error occurred while generating the PDF.","Export to PDF":"Export to PDF"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(r){const e=r.fr=r.fr||{};e.dictionary=Object.assign(e.dictionary||{},{"An error occurred while generating the PDF.":"Une erreur est survenue lors de la génération du fichier PDF.","Export to PDF":"Exporter en PDF"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(r){const o=r.gl=r.gl||{};o.dictionary=Object.assign(o.dictionary||{},{"An error occurred while generating the PDF.":"Produciuse un erro ao xerar o PDF.","Export to PDF":"Exportar a PDF"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(o){const r=o.hr=o.hr||{};r.dictionary=Object.assign(r.dictionary||{},{"An error occurred while generating the PDF.":"Došlo je do greške prilikom generiranja PDF-a.","Export to PDF":"Izvoz u PDF"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const n=e.hu=e.hu||{};n.dictionary=Object.assign(n.dictionary||{},{"An error occurred while generating the PDF.":"Hiba lépett fel a PDF fájl generálásakor.","Export to PDF":"Exportálás PDF-be"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(i){const e=i.id=i.id||{};e.dictionary=Object.assign(e.dictionary||{},{"An error occurred while generating the PDF.":"Terjadi kesalahan ketika membuat berkas PDF.","Export to PDF":"Ekspor ke PDF"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const i=e.it=e.it||{};i.dictionary=Object.assign(i.dictionary||{},{"An error occurred while generating the PDF.":"Si è verificato un errore durante la generazione del PDF.","Export to PDF":"Esporta come PDF"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(n){const e=n.jv=n.jv||{};e.dictionary=Object.assign(e.dictionary||{},{"An error occurred while generating the PDF.":"Wonten kelepatan kala ngekspor dhateng PDF.","Export to PDF":"Ekspor datheng PDF"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(o){const i=o.lv=o.lv||{};i.dictionary=Object.assign(i.dictionary||{},{"An error occurred while generating the PDF.":"Notika kļūda veidojot PDF failu.","Export to PDF":"Eksportēt uz PDF"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(o){const n=o.pl=o.pl||{};n.dictionary=Object.assign(n.dictionary||{},{"An error occurred while generating the PDF.":"Wystąpił błąd podczas generowania dokumentu PDF.","Export to PDF":"Eksport do formatu PDF"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(r){const o=r["pt-br"]=r["pt-br"]||{};o.dictionary=Object.assign(o.dictionary||{},{"An error occurred while generating the PDF.":"Um erro ocorreu enquanto gerava o arquivo PDF.","Export to PDF":"Exportar para PDF"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(o){const n=o.sk=o.sk||{};n.dictionary=Object.assign(n.dictionary||{},{"An error occurred while generating the PDF.":"Pri generovaní PDF súboru nastala chyba.","Export to PDF":"Exportovať do PDF"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(n){const r=n["sr-latn"]=n["sr-latn"]||{};r.dictionary=Object.assign(r.dictionary||{},{"An error occurred while generating the PDF.":"Došlo je do greške pri generisanju PDF-a.","Export to PDF":"Eksportuj u PDF"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(n){const r=n.sr=n.sr||{};r.dictionary=Object.assign(r.dictionary||{},{"An error occurred while generating the PDF.":"Дошло је до грешке при генерисању ПДФ-а","Export to PDF":"Експортуј у ПДФ"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(n){const r=n.ur=n.ur||{};r.dictionary=Object.assign(r.dictionary||{},{"An error occurred while generating the PDF.":"پی ڈی ایف بنانے میں نقص واقع ہوا۔","Export to PDF":"پی ڈی ایف برآمد"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(n){const i=n["zh-cn"]=n["zh-cn"]||{};i.dictionary=Object.assign(i.dictionary||{},{"An error occurred while generating the PDF.":"生成PDF时发生了异常。","Export to PDF":"导出为PDF"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(n){const i=n.zh=n.zh||{};i.dictionary=Object.assign(i.dictionary||{},{"An error occurred while generating the PDF.":"產生 PDF 時發生錯誤。","Export to PDF":"匯出為 PDF"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Afrikaans (https://www.transifex.com/ckeditor/teams/11143/af/)\n"
|
|
16
|
+
"Language: af\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for a PDF export feature."
|
|
20
|
+
msgid "Export to PDF"
|
|
21
|
+
msgstr "Voer uit na PDF"
|
|
22
|
+
|
|
23
|
+
msgctxt "An error message shown to the user when an error occurred during the generation of the PDF file."
|
|
24
|
+
msgid "An error occurred while generating the PDF."
|
|
25
|
+
msgstr "'n Fout het voorgekom tydens die skep van die PDF."
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Czech (https://www.transifex.com/ckeditor/teams/11143/cs/)\n"
|
|
16
|
+
"Language: cs\n"
|
|
17
|
+
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for a PDF export feature."
|
|
20
|
+
msgid "Export to PDF"
|
|
21
|
+
msgstr "Exportovat do PDF"
|
|
22
|
+
|
|
23
|
+
msgctxt "An error message shown to the user when an error occurred during the generation of the PDF file."
|
|
24
|
+
msgid "An error occurred while generating the PDF."
|
|
25
|
+
msgstr "Při generování PDF souboru se vyskytla chyba."
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: German (https://www.transifex.com/ckeditor/teams/11143/de/)\n"
|
|
16
|
+
"Language: de\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for a PDF export feature."
|
|
20
|
+
msgid "Export to PDF"
|
|
21
|
+
msgstr "Als PDF exportieren"
|
|
22
|
+
|
|
23
|
+
msgctxt "An error message shown to the user when an error occurred during the generation of the PDF file."
|
|
24
|
+
msgid "An error occurred while generating the PDF."
|
|
25
|
+
msgstr "Beim Erstellen der PDF ist ein Fehler aufgetreten."
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Greek (https://www.transifex.com/ckeditor/teams/11143/el/)\n"
|
|
16
|
+
"Language: el\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for a PDF export feature."
|
|
20
|
+
msgid "Export to PDF"
|
|
21
|
+
msgstr "Εξαγωγή σε PDF"
|
|
22
|
+
|
|
23
|
+
msgctxt "An error message shown to the user when an error occurred during the generation of the PDF file."
|
|
24
|
+
msgid "An error occurred while generating the PDF."
|
|
25
|
+
msgstr "Παρουσιάστηκε σφάλμα κατά τη δημιουργία του PDF."
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: English (Australia) (https://www.transifex.com/ckeditor/teams/11143/en_AU/)\n"
|
|
16
|
+
"Language: en_AU\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for a PDF export feature."
|
|
20
|
+
msgid "Export to PDF"
|
|
21
|
+
msgstr "Export to PDF"
|
|
22
|
+
|
|
23
|
+
msgctxt "An error message shown to the user when an error occurred during the generation of the PDF file."
|
|
24
|
+
msgid "An error occurred while generating the PDF."
|
|
25
|
+
msgstr "An error occurred while generating the PDF."
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language: \n"
|
|
16
|
+
"Language-Team: \n"
|
|
17
|
+
"Plural-Forms: \n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for a PDF export feature."
|
|
20
|
+
msgid "Export to PDF"
|
|
21
|
+
msgstr "Export to PDF"
|
|
22
|
+
|
|
23
|
+
msgctxt "An error message shown to the user when an error occurred during the generation of the PDF file."
|
|
24
|
+
msgid "An error occurred while generating the PDF."
|
|
25
|
+
msgstr "An error occurred while generating the PDF."
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: French (https://www.transifex.com/ckeditor/teams/11143/fr/)\n"
|
|
16
|
+
"Language: fr\n"
|
|
17
|
+
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for a PDF export feature."
|
|
20
|
+
msgid "Export to PDF"
|
|
21
|
+
msgstr "Exporter en PDF"
|
|
22
|
+
|
|
23
|
+
msgctxt "An error message shown to the user when an error occurred during the generation of the PDF file."
|
|
24
|
+
msgid "An error occurred while generating the PDF."
|
|
25
|
+
msgstr "Une erreur est survenue lors de la génération du fichier PDF."
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Galician (https://www.transifex.com/ckeditor/teams/11143/gl/)\n"
|
|
16
|
+
"Language: gl\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for a PDF export feature."
|
|
20
|
+
msgid "Export to PDF"
|
|
21
|
+
msgstr "Exportar a PDF"
|
|
22
|
+
|
|
23
|
+
msgctxt "An error message shown to the user when an error occurred during the generation of the PDF file."
|
|
24
|
+
msgid "An error occurred while generating the PDF."
|
|
25
|
+
msgstr "Produciuse un erro ao xerar o PDF."
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Croatian (https://www.transifex.com/ckeditor/teams/11143/hr/)\n"
|
|
16
|
+
"Language: hr\n"
|
|
17
|
+
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for a PDF export feature."
|
|
20
|
+
msgid "Export to PDF"
|
|
21
|
+
msgstr "Izvoz u PDF"
|
|
22
|
+
|
|
23
|
+
msgctxt "An error message shown to the user when an error occurred during the generation of the PDF file."
|
|
24
|
+
msgid "An error occurred while generating the PDF."
|
|
25
|
+
msgstr "Došlo je do greške prilikom generiranja PDF-a."
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Hungarian (https://www.transifex.com/ckeditor/teams/11143/hu/)\n"
|
|
16
|
+
"Language: hu\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for a PDF export feature."
|
|
20
|
+
msgid "Export to PDF"
|
|
21
|
+
msgstr "Exportálás PDF-be"
|
|
22
|
+
|
|
23
|
+
msgctxt "An error message shown to the user when an error occurred during the generation of the PDF file."
|
|
24
|
+
msgid "An error occurred while generating the PDF."
|
|
25
|
+
msgstr "Hiba lépett fel a PDF fájl generálásakor."
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Indonesian (https://www.transifex.com/ckeditor/teams/11143/id/)\n"
|
|
16
|
+
"Language: id\n"
|
|
17
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for a PDF export feature."
|
|
20
|
+
msgid "Export to PDF"
|
|
21
|
+
msgstr "Ekspor ke PDF"
|
|
22
|
+
|
|
23
|
+
msgctxt "An error message shown to the user when an error occurred during the generation of the PDF file."
|
|
24
|
+
msgid "An error occurred while generating the PDF."
|
|
25
|
+
msgstr "Terjadi kesalahan ketika membuat berkas PDF."
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Italian (https://www.transifex.com/ckeditor/teams/11143/it/)\n"
|
|
16
|
+
"Language: it\n"
|
|
17
|
+
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for a PDF export feature."
|
|
20
|
+
msgid "Export to PDF"
|
|
21
|
+
msgstr "Esporta come PDF"
|
|
22
|
+
|
|
23
|
+
msgctxt "An error message shown to the user when an error occurred during the generation of the PDF file."
|
|
24
|
+
msgid "An error occurred while generating the PDF."
|
|
25
|
+
msgstr "Si è verificato un errore durante la generazione del PDF."
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Javanese (https://www.transifex.com/ckeditor/teams/11143/jv/)\n"
|
|
16
|
+
"Language: jv\n"
|
|
17
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for a PDF export feature."
|
|
20
|
+
msgid "Export to PDF"
|
|
21
|
+
msgstr "Ekspor datheng PDF"
|
|
22
|
+
|
|
23
|
+
msgctxt "An error message shown to the user when an error occurred during the generation of the PDF file."
|
|
24
|
+
msgid "An error occurred while generating the PDF."
|
|
25
|
+
msgstr "Wonten kelepatan kala ngekspor dhateng PDF."
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Latvian (https://www.transifex.com/ckeditor/teams/11143/lv/)\n"
|
|
16
|
+
"Language: lv\n"
|
|
17
|
+
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for a PDF export feature."
|
|
20
|
+
msgid "Export to PDF"
|
|
21
|
+
msgstr "Eksportēt uz PDF"
|
|
22
|
+
|
|
23
|
+
msgctxt "An error message shown to the user when an error occurred during the generation of the PDF file."
|
|
24
|
+
msgid "An error occurred while generating the PDF."
|
|
25
|
+
msgstr "Notika kļūda veidojot PDF failu."
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Polish (https://www.transifex.com/ckeditor/teams/11143/pl/)\n"
|
|
16
|
+
"Language: pl\n"
|
|
17
|
+
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for a PDF export feature."
|
|
20
|
+
msgid "Export to PDF"
|
|
21
|
+
msgstr "Eksport do formatu PDF"
|
|
22
|
+
|
|
23
|
+
msgctxt "An error message shown to the user when an error occurred during the generation of the PDF file."
|
|
24
|
+
msgid "An error occurred while generating the PDF."
|
|
25
|
+
msgstr "Wystąpił błąd podczas generowania dokumentu PDF."
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/ckeditor/teams/11143/pt_BR/)\n"
|
|
16
|
+
"Language: pt_BR\n"
|
|
17
|
+
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for a PDF export feature."
|
|
20
|
+
msgid "Export to PDF"
|
|
21
|
+
msgstr "Exportar para PDF"
|
|
22
|
+
|
|
23
|
+
msgctxt "An error message shown to the user when an error occurred during the generation of the PDF file."
|
|
24
|
+
msgid "An error occurred while generating the PDF."
|
|
25
|
+
msgstr "Um erro ocorreu enquanto gerava o arquivo PDF."
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Slovak (https://www.transifex.com/ckeditor/teams/11143/sk/)\n"
|
|
16
|
+
"Language: sk\n"
|
|
17
|
+
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for a PDF export feature."
|
|
20
|
+
msgid "Export to PDF"
|
|
21
|
+
msgstr "Exportovať do PDF"
|
|
22
|
+
|
|
23
|
+
msgctxt "An error message shown to the user when an error occurred during the generation of the PDF file."
|
|
24
|
+
msgid "An error occurred while generating the PDF."
|
|
25
|
+
msgstr "Pri generovaní PDF súboru nastala chyba."
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Serbian (Latin) (https://www.transifex.com/ckeditor/teams/11143/sr@latin/)\n"
|
|
16
|
+
"Language: sr@latin\n"
|
|
17
|
+
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for a PDF export feature."
|
|
20
|
+
msgid "Export to PDF"
|
|
21
|
+
msgstr "Eksportuj u PDF"
|
|
22
|
+
|
|
23
|
+
msgctxt "An error message shown to the user when an error occurred during the generation of the PDF file."
|
|
24
|
+
msgid "An error occurred while generating the PDF."
|
|
25
|
+
msgstr "Došlo je do greške pri generisanju PDF-a."
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Serbian (https://www.transifex.com/ckeditor/teams/11143/sr/)\n"
|
|
16
|
+
"Language: sr\n"
|
|
17
|
+
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for a PDF export feature."
|
|
20
|
+
msgid "Export to PDF"
|
|
21
|
+
msgstr "Експортуј у ПДФ"
|
|
22
|
+
|
|
23
|
+
msgctxt "An error message shown to the user when an error occurred during the generation of the PDF file."
|
|
24
|
+
msgid "An error occurred while generating the PDF."
|
|
25
|
+
msgstr "Дошло је до грешке при генерисању ПДФ-а"
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Urdu (https://www.transifex.com/ckeditor/teams/11143/ur/)\n"
|
|
16
|
+
"Language: ur\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for a PDF export feature."
|
|
20
|
+
msgid "Export to PDF"
|
|
21
|
+
msgstr "پی ڈی ایف برآمد"
|
|
22
|
+
|
|
23
|
+
msgctxt "An error message shown to the user when an error occurred during the generation of the PDF file."
|
|
24
|
+
msgid "An error occurred while generating the PDF."
|
|
25
|
+
msgstr "پی ڈی ایف بنانے میں نقص واقع ہوا۔"
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Chinese (China) (https://www.transifex.com/ckeditor/teams/11143/zh_CN/)\n"
|
|
16
|
+
"Language: zh_CN\n"
|
|
17
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for a PDF export feature."
|
|
20
|
+
msgid "Export to PDF"
|
|
21
|
+
msgstr "导出为PDF"
|
|
22
|
+
|
|
23
|
+
msgctxt "An error message shown to the user when an error occurred during the generation of the PDF file."
|
|
24
|
+
msgid "An error occurred while generating the PDF."
|
|
25
|
+
msgstr "生成PDF时发生了异常。"
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Chinese (Taiwan) (https://www.transifex.com/ckeditor/teams/11143/zh_TW/)\n"
|
|
16
|
+
"Language: zh_TW\n"
|
|
17
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for a PDF export feature."
|
|
20
|
+
msgid "Export to PDF"
|
|
21
|
+
msgstr "匯出為 PDF"
|
|
22
|
+
|
|
23
|
+
msgctxt "An error message shown to the user when an error occurred during the generation of the PDF file."
|
|
24
|
+
msgid "An error occurred while generating the PDF."
|
|
25
|
+
msgstr "產生 PDF 時發生錯誤。"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-export-pdf",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "34.2.0",
|
|
4
4
|
"description": "Export to PDF feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -29,31 +29,31 @@
|
|
|
29
29
|
],
|
|
30
30
|
"main": "src/index.js",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"ckeditor5": "^
|
|
32
|
+
"ckeditor5": "^34.2.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@ckeditor/ckeditor5-alignment": "^
|
|
36
|
-
"@ckeditor/ckeditor5-basic-styles": "^
|
|
37
|
-
"@ckeditor/ckeditor5-cloud-services": "^
|
|
38
|
-
"@ckeditor/ckeditor5-code-block": "^
|
|
39
|
-
"@ckeditor/ckeditor5-core": "^
|
|
40
|
-
"@ckeditor/ckeditor5-dev-utils": "^
|
|
41
|
-
"@ckeditor/ckeditor5-easy-image": "^
|
|
42
|
-
"@ckeditor/ckeditor5-editor-decoupled": "^
|
|
43
|
-
"@ckeditor/ckeditor5-font": "^
|
|
44
|
-
"@ckeditor/ckeditor5-heading": "^
|
|
45
|
-
"@ckeditor/ckeditor5-highlight": "^
|
|
46
|
-
"@ckeditor/ckeditor5-horizontal-line": "^
|
|
47
|
-
"@ckeditor/ckeditor5-image": "^
|
|
48
|
-
"@ckeditor/ckeditor5-indent": "^
|
|
49
|
-
"@ckeditor/ckeditor5-media-embed": "^
|
|
50
|
-
"@ckeditor/ckeditor5-page-break": "^
|
|
51
|
-
"@ckeditor/ckeditor5-paragraph": "^
|
|
52
|
-
"@ckeditor/ckeditor5-paste-from-office": "^
|
|
53
|
-
"@ckeditor/ckeditor5-table": "^
|
|
54
|
-
"@ckeditor/ckeditor5-theme-lark": "^
|
|
55
|
-
"@ckeditor/ckeditor5-ui": "^
|
|
56
|
-
"@ckeditor/ckeditor5-utils": "^
|
|
35
|
+
"@ckeditor/ckeditor5-alignment": "^34.2.0",
|
|
36
|
+
"@ckeditor/ckeditor5-basic-styles": "^34.2.0",
|
|
37
|
+
"@ckeditor/ckeditor5-cloud-services": "^34.2.0",
|
|
38
|
+
"@ckeditor/ckeditor5-code-block": "^34.2.0",
|
|
39
|
+
"@ckeditor/ckeditor5-core": "^34.2.0",
|
|
40
|
+
"@ckeditor/ckeditor5-dev-utils": "^30.0.0",
|
|
41
|
+
"@ckeditor/ckeditor5-easy-image": "^34.2.0",
|
|
42
|
+
"@ckeditor/ckeditor5-editor-decoupled": "^34.2.0",
|
|
43
|
+
"@ckeditor/ckeditor5-font": "^34.2.0",
|
|
44
|
+
"@ckeditor/ckeditor5-heading": "^34.2.0",
|
|
45
|
+
"@ckeditor/ckeditor5-highlight": "^34.2.0",
|
|
46
|
+
"@ckeditor/ckeditor5-horizontal-line": "^34.2.0",
|
|
47
|
+
"@ckeditor/ckeditor5-image": "^34.2.0",
|
|
48
|
+
"@ckeditor/ckeditor5-indent": "^34.2.0",
|
|
49
|
+
"@ckeditor/ckeditor5-media-embed": "^34.2.0",
|
|
50
|
+
"@ckeditor/ckeditor5-page-break": "^34.2.0",
|
|
51
|
+
"@ckeditor/ckeditor5-paragraph": "^34.2.0",
|
|
52
|
+
"@ckeditor/ckeditor5-paste-from-office": "^34.2.0",
|
|
53
|
+
"@ckeditor/ckeditor5-table": "^34.2.0",
|
|
54
|
+
"@ckeditor/ckeditor5-theme-lark": "^34.2.0",
|
|
55
|
+
"@ckeditor/ckeditor5-ui": "^34.2.0",
|
|
56
|
+
"@ckeditor/ckeditor5-utils": "^34.2.0",
|
|
57
57
|
"webpack": "^5.58.1",
|
|
58
58
|
"webpack-cli": "^4.9.0"
|
|
59
59
|
},
|
|
@@ -69,6 +69,7 @@
|
|
|
69
69
|
"lang",
|
|
70
70
|
"src",
|
|
71
71
|
"theme",
|
|
72
|
+
"build",
|
|
72
73
|
"ckeditor5-metadata.json"
|
|
73
74
|
],
|
|
74
75
|
"scripts": {
|
package/src/exportpdf.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Plugin as
|
|
23
|
+
import{Plugin as _0x3e4ed2}from'ckeditor5/src/core';import{ButtonView as _0x5f08c4,View as _0x5e08ca,Notification as _0xcc145d}from'ckeditor5/src/ui';import _0x3a5fb8 from'./exportpdfcommand';import _0x401600 from'../theme/icons/exportpdf.svg';import'../theme/exportpdf.css';export default class p extends _0x3e4ed2{static get['pluginName'](){return'ExportPdf';}static get['requires'](){return['CloudServices',_0xcc145d];}['init'](){const _0x4f1403=this['editor'],t=_0x4f1403['t'],_0x3ad1bc=_0x4f1403['config']['get']('exportPdf')||{};_0x4f1403['commands']['add']('exportPdf',new _0x3a5fb8(_0x4f1403)),_0x4f1403['ui']['componentFactory']['add']('exportPdf',_0x4d505d=>{const _0x27d4da=_0x4f1403['commands']['get']('exportPdf'),_0x52a06e=new _0x5f08c4(_0x4d505d);_0x52a06e['set']({'label':t('Export\x20to\x20PDF'),'icon':_0x401600,'tooltip':!0x0}),_0x52a06e['bind']('isOn','isEnabled')['to'](_0x27d4da,'isBusy','isEnabled'),_0x52a06e['extendTemplate']({'attributes':{'class':[_0x52a06e['bindTemplate']['if']('isOn','ck-exportpdf_status-pending')]}});const _0x554016=new _0x5e08ca();return _0x554016['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-exportpdf__spinner-container']},'children':[{'tag':'span','attributes':{'class':['ck','ck-exportpdf__spinner']}}]}),_0x52a06e['children']['add'](_0x554016),this['listenTo'](_0x52a06e,'execute',()=>{_0x4f1403['execute']('exportPdf',_0x3ad1bc),_0x4f1403['editing']['view']['focus']();}),_0x52a06e;});const _0x3fdb57=_0x4f1403['plugins']['get']('CloudServices');if(!0x1===_0x3ad1bc['tokenUrl'])this['_token']=null;else{if(_0x3ad1bc['tokenUrl'])return _0x3fdb57['registerTokenUrl'](_0x3ad1bc['tokenUrl'])['then'](_0x2b058e=>{this['_token']=_0x2b058e;});this['_token']=_0x3fdb57['token'];}}}
|
package/src/exportpdfcommand.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Command as
|
|
23
|
+
import{Command as _0x3898ed}from'ckeditor5/src/core';import{getStyles as _0x2f697d}from'./utils';export default class o extends _0x3898ed{constructor(_0x4f37e5){super(_0x4f37e5),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x1c8d58={}){const _0x39934f=this['editor'],t=_0x39934f['t'],_0xf855a=_0x1c8d58['converterUrl']||'https://pdf-converter.cke-cs.com/v1/convert/',_0x103707=_0x1c8d58['dataCallback']||(_0x3e8084=>_0x3e8084['getData']()),_0x522782=_0x39934f['plugins']['get']('ExportPdf'),_0x3c015a=_0x1c8d58['token']||_0x522782['_token'];return this['isBusy']=!0x0,this['refresh'](),_0x2f697d(_0x1c8d58['stylesheets']||['EDITOR_STYLES'])['then'](_0x4d9d53=>{const _0x5a113d={'html':'<html>\x0a\x09\x09\x09\x09\x09\x09<head>\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'+_0x39934f['locale']['contentLanguageDirection']+'\x22>\x0a\x09\x09\x09\x09\x09\x09\x09\x09'+_0x103707(_0x39934f)+'\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':_0x4d9d53,'options':_0x1c8d58['converterOptions']},_0x412399={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/pdf',..._0x3c015a?{'Authorization':_0x3c015a['value']}:null,'x-cs-app-id':_0x1c8d58['appID']||'cke5'},'body':JSON['stringify'](_0x5a113d)};return window['fetch'](_0xf855a,_0x412399)['then'](_0x4a3b27=>{if(0xc8!==_0x4a3b27['status'])throw _0x4a3b27;return _0x4a3b27['blob']();})['then'](_0x359cbe=>{this['o'](_0x359cbe,_0x1c8d58['fileName']||'document.pdf');});})['catch'](_0x246573=>{throw _0x39934f['plugins']['get']('Notification')['showWarning'](t('An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.')),_0x246573;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['o'](_0x327de7,_0x4def31){const _0x1c1a54=document['createElement']('a');_0x1c1a54['href']=window['URL']['createObjectURL'](_0x327de7),_0x1c1a54['download']=_0x4def31,_0x1c1a54['click'](),_0x1c1a54['remove']();}}
|
package/src/utils.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x938f=['hasAttribute','EDITOR_STYLES','join','data-cke',':root','cssText','then','push','ownerNode','fetch','indexOf','all','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.','text','cssRules'];(function(_0xcae970,_0x938fff){const _0x4065e7=function(_0x4b8c4e){while(--_0x4b8c4e){_0xcae970['push'](_0xcae970['shift']());}};_0x4065e7(++_0x938fff);}(_0x938f,0x99));const _0x4065=function(_0xcae970,_0x938fff){_0xcae970=_0xcae970-0x0;let _0x4065e7=_0x938f[_0xcae970];return _0x4065e7;};export function getStyles(_0x118398){if(!_0x118398)return new Promise(_0x2adaec=>_0x2adaec(''));const _0xbfab14=[];for(const _0x351639 of _0x118398)_0x4065('0xd')!==_0x351639?_0xbfab14[_0x4065('0x4')](window[_0x4065('0x6')](_0x351639)[_0x4065('0x3')](_0x91b22a=>_0x91b22a[_0x4065('0xa')]())):_0xbfab14['push'](u());return Promise[_0x4065('0x8')](_0xbfab14)['then'](_0x86de2f=>_0x86de2f[_0x4065('0xe')]('\x20')['trim']());}function u(){const _0x381782=[],_0x3651fb=[];for(const _0x53959e of document['styleSheets'])if(_0x53959e[_0x4065('0x5')][_0x4065('0xc')](_0x4065('0x0')))for(const _0x30d959 of _0x53959e[_0x4065('0xb')])-0x1!==_0x30d959[_0x4065('0x2')][_0x4065('0x7')]('.ck-content')?_0x381782[_0x4065('0x4')](_0x30d959[_0x4065('0x2')]):-0x1!==_0x30d959[_0x4065('0x2')]['indexOf'](_0x4065('0x1'))&&_0x3651fb[_0x4065('0x4')](_0x30d959[_0x4065('0x2')]);return _0x381782['length']||console['warn'](_0x4065('0x9')),[..._0x3651fb,..._0x381782][_0x4065('0xe')]('\x20')['trim']();}
|