@ckeditor/ckeditor5-export-pdf 34.0.0 → 35.0.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.
Files changed (71) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/LICENSE.md +2 -2
  3. package/README.md +2 -2
  4. package/build/export-pdf.js +1 -1
  5. package/build/translations/af.js +1 -0
  6. package/build/translations/ar.js +1 -0
  7. package/build/translations/bg.js +1 -0
  8. package/build/translations/bn.js +1 -0
  9. package/build/translations/ca.js +1 -0
  10. package/build/translations/da.js +1 -0
  11. package/build/translations/es.js +1 -0
  12. package/build/translations/et.js +1 -0
  13. package/build/translations/fi.js +1 -0
  14. package/build/translations/he.js +1 -0
  15. package/build/translations/hi.js +1 -0
  16. package/build/translations/ja.js +1 -0
  17. package/build/translations/ko.js +1 -0
  18. package/build/translations/lt.js +1 -0
  19. package/build/translations/lv.js +1 -0
  20. package/build/translations/ms.js +1 -0
  21. package/build/translations/nl.js +1 -0
  22. package/build/translations/no.js +1 -0
  23. package/build/translations/pt.js +1 -0
  24. package/build/translations/ro.js +1 -0
  25. package/build/translations/ru.js +1 -0
  26. package/build/translations/sr-latn.js +1 -0
  27. package/build/translations/sr.js +1 -0
  28. package/build/translations/sv.js +1 -0
  29. package/build/translations/th.js +1 -0
  30. package/build/translations/tr.js +1 -0
  31. package/build/translations/uk.js +1 -0
  32. package/build/translations/ur.js +1 -0
  33. package/build/translations/vi.js +1 -0
  34. package/build/translations/zh-cn.js +1 -0
  35. package/lang/translations/af.po +25 -0
  36. package/lang/translations/ar.po +25 -0
  37. package/lang/translations/bg.po +25 -0
  38. package/lang/translations/bn.po +25 -0
  39. package/lang/translations/ca.po +25 -0
  40. package/lang/translations/da.po +25 -0
  41. package/lang/translations/es.po +25 -0
  42. package/lang/translations/et.po +25 -0
  43. package/lang/translations/fi.po +25 -0
  44. package/lang/translations/fr.po +1 -1
  45. package/lang/translations/he.po +25 -0
  46. package/lang/translations/hi.po +25 -0
  47. package/lang/translations/it.po +1 -1
  48. package/lang/translations/ja.po +25 -0
  49. package/lang/translations/ko.po +25 -0
  50. package/lang/translations/lt.po +25 -0
  51. package/lang/translations/lv.po +25 -0
  52. package/lang/translations/ms.po +25 -0
  53. package/lang/translations/nl.po +25 -0
  54. package/lang/translations/no.po +25 -0
  55. package/lang/translations/pt-br.po +1 -1
  56. package/lang/translations/pt.po +25 -0
  57. package/lang/translations/ro.po +25 -0
  58. package/lang/translations/ru.po +25 -0
  59. package/lang/translations/sr-latn.po +25 -0
  60. package/lang/translations/sr.po +25 -0
  61. package/lang/translations/sv.po +25 -0
  62. package/lang/translations/th.po +25 -0
  63. package/lang/translations/tr.po +25 -0
  64. package/lang/translations/uk.po +25 -0
  65. package/lang/translations/ur.po +25 -0
  66. package/lang/translations/vi.po +25 -0
  67. package/lang/translations/zh-cn.po +25 -0
  68. package/package.json +25 -24
  69. package/src/exportpdf.js +1 -1
  70. package/src/exportpdfcommand.js +1 -1
  71. package/src/utils.js +1 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,4 @@
1
+ Changelog
2
+ =========
3
+
4
+ All changes in the package are documented in the CKEditor 5 repository. See: https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md.
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](http://cksource.com) Holding sp. z o.o. All rights reserved.
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](http://cksource.com) Holding sp. z o.o. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
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
@@ -29,11 +29,11 @@ As a licensed CKEditor 5 export to PDF feature user you can report bugs and requ
29
29
  ## License
30
30
 
31
31
  **CKEditor 5 export to PDF** (https://ckeditor.com/ckeditor-5/)<br>
32
- Copyright (c) 2003-2022, [CKSource](http://cksource.com) Holding sp. z o.o. All rights reserved.
32
+ Copyright (c) 2003-2022, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
33
33
 
34
34
  CKEditor 5 export to PDF feature is licensed under a commercial license and is protected by copyright law.
35
35
  For more details about available licensing options please contact us at sales@cksource.com.
36
36
 
37
37
  ### Trademarks
38
38
 
39
- **CKEditor** is a trademark of [CKSource](http://cksource.com) Holding sp. z o.o. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
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.
@@ -2,4 +2,4 @@
2
2
  /*!
3
3
  * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
4
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,u="".concat(c," ").concat(d);n[c]=d+1;var l=a(u),p={css:i[1],media:i[2],sourceMap:i[3]};-1!==l?(s[l].references++,s[l].updater(p)):s.push({identifier:u,updater:x(p,e),references:1}),r.push(u)}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 u,l=(u=[],function(t,e){return u[t]=e,u.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=l(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 u=a(n[d]);0===s[u].references&&(s[u].updater(),s.splice(u,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})};var r={};(()=>{"use strict";n.r(r),n.d(r,{ExportPdf:()=>h});var t=n(704),e=n(273);const o=["cssRules","hasAttribute","cssText","then","join","text","trim","push","all",":root","fetch","The editor stylesheet could not be found in the document. Check your webpack config – style-loader should use data-cke=true attribute for the editor stylesheet.","EDITOR_STYLES","length","warn",".ck-content","styleSheets"];var i,s;i=o,s=322,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[a("0x0")])if(n.ownerNode[a("0x2")]("data-cke"))for(const r of n[a("0x1")])-1!==r[a("0x3")].indexOf(a("0x10"))?t.push(r[a("0x3")]):-1!==r[a("0x3")].indexOf(a("0xa"))&&e[a("0x8")](r[a("0x3")]);return t[a("0xe")]||console[a("0xf")](a("0xc")),[...e,...t][a("0x5")](" ")[a("0x7")]()}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("0x8")](window[a("0xb")](n)[a("0x4")]((t=>t[a("0x6")]()))):e.push(c());return Promise[a("0x9")](e).then((t=>t.join(" ")[a("0x7")]()))}(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 u=n(278),l=n.n(u),p=n(561),f={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};l()(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})();
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=["cssText","fetch","ownerNode","styleSheets",".ck-content","join","cssRules","push",":root","then","indexOf","The editor stylesheet could not be found in the document. Check your webpack config – style-loader should use data-cke=true attribute for the editor stylesheet.","trim"];var i,s;i=o,s=456,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[a("0x2")])if(n[a("0x1")].hasAttribute("data-cke"))for(const r of n[a("0x5")])-1!==r[a("0xc")][a("0x9")](a("0x3"))?t[a("0x6")](r[a("0xc")]):-1!==r.cssText[a("0x9")](a("0x7"))&&e[a("0x6")](r[a("0xc")]);return t.length||console.warn(a("0xa")),[...e,...t].join(" ")[a("0xb")]()}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)"EDITOR_STYLES"!==n?e[a("0x6")](window[a("0x0")](n)[a("0x8")]((t=>t.text()))):e[a("0x6")](c());return Promise.all(e)[a("0x8")]((t=>t[a("0x4")](" ").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(n){const r=n.ar=n.ar||{};r.dictionary=Object.assign(r.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.bg=n.bg||{};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.bn=n.bn||{};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(r){const n=r.ca=r.ca||{};n.dictionary=Object.assign(n.dictionary||{},{"An error occurred while generating the PDF.":"S'ha produït un error en generar el PDF.","Export to PDF":"Exportar a PDF"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.da=e.da||{};n.dictionary=Object.assign(n.dictionary||{},{"An error occurred while generating the PDF.":"Der opstod en fejl under oprettelse af PDF'en.","Export to PDF":"Eksporter til PDF"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(r){const o=r.es=r.es||{};o.dictionary=Object.assign(o.dictionary||{},{"An error occurred while generating the PDF.":"Se ha producido un error al generar el archivo PDF.","Export to PDF":"Exportar a PDF"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(i){const o=i.et=i.et||{};o.dictionary=Object.assign(o.dictionary||{},{"An error occurred while generating the PDF.":"PDF-i loomisel tekkis viga.","Export to PDF":"Ekspordi PDF-ina"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(i){const n=i.fi=i.fi||{};n.dictionary=Object.assign(n.dictionary||{},{"An error occurred while generating the PDF.":"Kohtasimme häiriön PDF:n luonnin yhteydessä.","Export to PDF":"Siirrä PDF-tiedostoon"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(n){const i=n.he=n.he||{};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(i){const n=i.hi=i.hi||{};n.dictionary=Object.assign(n.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.ja=n.ja||{};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(o){const n=o.ko=o.ko||{};n.dictionary=Object.assign(n.dictionary||{},{"An error occurred while generating the PDF.":"PDF를 생성하는 도중에 오류가 발생했습니다.","Export to PDF":"PDF로 내보내기"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(t){const o=t.lt=t.lt||{};o.dictionary=Object.assign(o.dictionary||{},{"An error occurred while generating the PDF.":"Nutiko klaida generuojant PDF.","Export to PDF":"Eksportuoti į 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(n){const r=n.ms=n.ms||{};r.dictionary=Object.assign(r.dictionary||{},{"An error occurred while generating the PDF.":"Berlaku ralat semasa mencipta PDF.","Export to PDF":"Eksport ke PDF"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.nl=e.nl||{};n.dictionary=Object.assign(n.dictionary||{},{"An error occurred while generating the PDF.":"Er is een fout opgetreden bij het genereren van het pdf-bestand.","Export to PDF":"Naar pdf exporteren"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(e){const n=e.no=e.no||{};n.dictionary=Object.assign(n.dictionary||{},{"An error occurred while generating the PDF.":"Det oppstod en feil under opprettelse av PDF-en.","Export to PDF":"Eksporter til PDF"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(r){const o=r.pt=r.pt||{};o.dictionary=Object.assign(o.dictionary||{},{"An error occurred while generating the PDF.":"Ocorreu um erro ao gerar o PDF.","Export to PDF":"Exportar para PDF"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(r){const i=r.ro=r.ro||{};i.dictionary=Object.assign(i.dictionary||{},{"An error occurred while generating the PDF.":"A avut loc o eroare în timpul generării fișierului PDF.","Export to PDF":"Exportare în PDF"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(n){const r=n.ru=n.ru||{};r.dictionary=Object.assign(r.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["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(t){const n=t.sv=t.sv||{};n.dictionary=Object.assign(n.dictionary||{},{"An error occurred while generating the PDF.":"Ett fel uppstod medan PDF:en skapades.","Export to PDF":"Exportera till PDF"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(n){const t=n.th=n.th||{};t.dictionary=Object.assign(t.dictionary||{},{"An error occurred while generating the PDF.":"เกิดข้อผิดพลาดขณะสร้าง PDF","Export to PDF":"ส่งออกเป็น PDF"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(r){const t=r.tr=r.tr||{};t.dictionary=Object.assign(t.dictionary||{},{"An error occurred while generating the PDF.":"PDF'i oluşturulurken bir hata oluştu.","Export to PDF":"PDF'ye çıkar"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(n){const i=n.uk=n.uk||{};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.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(i){const n=i.vi=i.vi||{};n.dictionary=Object.assign(n.dictionary||{},{"An error occurred while generating the PDF.":"Đã xảy ra lỗi khi tạo tệp PDF.","Export to PDF":"Xuất ra định dạng 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,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: Arabic (https://www.transifex.com/ckeditor/teams/11143/ar/)\n"
16
+ "Language: ar\n"
17
+ "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\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: Bulgarian (https://www.transifex.com/ckeditor/teams/11143/bg/)\n"
16
+ "Language: bg\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: Bengali (https://www.transifex.com/ckeditor/teams/11143/bn/)\n"
16
+ "Language: bn\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: Catalan (https://www.transifex.com/ckeditor/teams/11143/ca/)\n"
16
+ "Language: ca\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 "S'ha produït un error en generar el 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: Danish (https://www.transifex.com/ckeditor/teams/11143/da/)\n"
16
+ "Language: da\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 "Eksporter til 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 "Der opstod en fejl under oprettelse af PDF'en."
@@ -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: Spanish (https://www.transifex.com/ckeditor/teams/11143/es/)\n"
16
+ "Language: es\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 "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 "Se ha producido un error al generar el archivo 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: Estonian (https://www.transifex.com/ckeditor/teams/11143/et/)\n"
16
+ "Language: et\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 "Ekspordi PDF-ina"
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-i loomisel tekkis viga."
@@ -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: Finnish (https://www.transifex.com/ckeditor/teams/11143/fi/)\n"
16
+ "Language: fi\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 "Siirrä PDF-tiedostoon"
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 "Kohtasimme häiriön PDF:n luonnin yhteydessä."
@@ -14,7 +14,7 @@ msgid ""
14
14
  msgstr ""
15
15
  "Language-Team: French (https://www.transifex.com/ckeditor/teams/11143/fr/)\n"
16
16
  "Language: fr\n"
17
- "Plural-Forms: nplurals=2; plural=(n > 1);\n"
17
+ "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
18
18
 
19
19
  msgctxt "A toolbar button tooltip for a PDF export feature."
20
20
  msgid "Export to 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: Hebrew (https://www.transifex.com/ckeditor/teams/11143/he/)\n"
16
+ "Language: he\n"
17
+ "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\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: Hindi (https://www.transifex.com/ckeditor/teams/11143/hi/)\n"
16
+ "Language: hi\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 "पीडीएफ जनरेट करते समय एक एरर हो गयी."
@@ -14,7 +14,7 @@ msgid ""
14
14
  msgstr ""
15
15
  "Language-Team: Italian (https://www.transifex.com/ckeditor/teams/11143/it/)\n"
16
16
  "Language: it\n"
17
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
18
18
 
19
19
  msgctxt "A toolbar button tooltip for a PDF export feature."
20
20
  msgid "Export to 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: Japanese (https://www.transifex.com/ckeditor/teams/11143/ja/)\n"
16
+ "Language: ja\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: Korean (https://www.transifex.com/ckeditor/teams/11143/ko/)\n"
16
+ "Language: ko\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: Lithuanian (https://www.transifex.com/ckeditor/teams/11143/lt/)\n"
16
+ "Language: lt\n"
17
+ "Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 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 "Eksportuoti į 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 "Nutiko klaida generuojant PDF."