@ckeditor/ckeditor5-template 39.0.2 → 40.0.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.
Files changed (115) hide show
  1. package/build/template.js +2 -2
  2. package/build/translations/ar.js +1 -1
  3. package/build/translations/bg.js +1 -1
  4. package/build/translations/bn.js +1 -1
  5. package/build/translations/ca.js +1 -1
  6. package/build/translations/cs.js +1 -1
  7. package/build/translations/da.js +1 -1
  8. package/build/translations/de.js +1 -1
  9. package/build/translations/el.js +1 -1
  10. package/build/translations/en-au.js +1 -1
  11. package/build/translations/es.js +1 -1
  12. package/build/translations/et.js +1 -1
  13. package/build/translations/fi.js +1 -1
  14. package/build/translations/fr.js +1 -1
  15. package/build/translations/gl.js +1 -1
  16. package/build/translations/he.js +1 -1
  17. package/build/translations/hi.js +1 -1
  18. package/build/translations/hr.js +1 -1
  19. package/build/translations/hu.js +1 -1
  20. package/build/translations/id.js +1 -1
  21. package/build/translations/it.js +1 -1
  22. package/build/translations/ja.js +1 -1
  23. package/build/translations/ko.js +1 -1
  24. package/build/translations/lt.js +1 -1
  25. package/build/translations/lv.js +1 -1
  26. package/build/translations/ms.js +1 -1
  27. package/build/translations/nl.js +1 -1
  28. package/build/translations/no.js +1 -1
  29. package/build/translations/pl.js +1 -1
  30. package/build/translations/pt-br.js +1 -1
  31. package/build/translations/pt.js +1 -1
  32. package/build/translations/ro.js +1 -1
  33. package/build/translations/ru.js +1 -1
  34. package/build/translations/sk.js +1 -1
  35. package/build/translations/sr.js +1 -1
  36. package/build/translations/sv.js +1 -1
  37. package/build/translations/th.js +1 -1
  38. package/build/translations/tr.js +1 -1
  39. package/build/translations/uk.js +1 -1
  40. package/build/translations/uz.js +1 -1
  41. package/build/translations/vi.js +1 -1
  42. package/build/translations/zh-cn.js +1 -1
  43. package/build/translations/zh.js +1 -1
  44. package/lang/contexts.json +1 -2
  45. package/lang/translations/ar.po +0 -4
  46. package/lang/translations/bg.po +0 -4
  47. package/lang/translations/bn.po +0 -4
  48. package/lang/translations/ca.po +0 -4
  49. package/lang/translations/cs.po +0 -4
  50. package/lang/translations/da.po +0 -4
  51. package/lang/translations/de.po +0 -4
  52. package/lang/translations/el.po +0 -4
  53. package/lang/translations/en-au.po +0 -4
  54. package/lang/translations/en.po +0 -4
  55. package/lang/translations/es.po +0 -4
  56. package/lang/translations/et.po +0 -4
  57. package/lang/translations/fi.po +0 -4
  58. package/lang/translations/fr.po +0 -4
  59. package/lang/translations/gl.po +0 -4
  60. package/lang/translations/he.po +0 -4
  61. package/lang/translations/hi.po +0 -4
  62. package/lang/translations/hr.po +0 -4
  63. package/lang/translations/hu.po +0 -4
  64. package/lang/translations/id.po +0 -4
  65. package/lang/translations/it.po +0 -4
  66. package/lang/translations/ja.po +0 -4
  67. package/lang/translations/ko.po +0 -4
  68. package/lang/translations/lt.po +0 -4
  69. package/lang/translations/lv.po +0 -4
  70. package/lang/translations/ms.po +0 -4
  71. package/lang/translations/nl.po +0 -4
  72. package/lang/translations/no.po +0 -4
  73. package/lang/translations/pl.po +0 -4
  74. package/lang/translations/pt-br.po +0 -4
  75. package/lang/translations/pt.po +0 -4
  76. package/lang/translations/ro.po +0 -4
  77. package/lang/translations/ru.po +0 -4
  78. package/lang/translations/sk.po +0 -4
  79. package/lang/translations/sr.po +0 -4
  80. package/lang/translations/sv.po +0 -4
  81. package/lang/translations/th.po +0 -4
  82. package/lang/translations/tr.po +0 -4
  83. package/lang/translations/uk.po +0 -4
  84. package/lang/translations/uz.po +0 -4
  85. package/lang/translations/vi.po +0 -4
  86. package/lang/translations/zh-cn.po +0 -4
  87. package/lang/translations/zh.po +0 -4
  88. package/package.json +3 -4
  89. package/src/augmentation.d.ts +23 -23
  90. package/src/index.d.ts +13 -13
  91. package/src/index.js +1 -1
  92. package/src/template.d.ts +115 -115
  93. package/src/template.js +1 -1
  94. package/src/templatecommand.d.ts +23 -23
  95. package/src/templatecommand.js +1 -1
  96. package/src/templateediting.d.ts +30 -30
  97. package/src/templateediting.js +1 -1
  98. package/src/templateui.d.ts +29 -29
  99. package/src/templateui.js +1 -1
  100. package/src/ui/templatelistbuttonview.d.ts +104 -104
  101. package/src/ui/templatelistbuttonview.js +1 -1
  102. package/src/ui/templatelistitemview.d.ts +34 -34
  103. package/src/ui/templatelistitemview.js +1 -1
  104. package/src/ui/templatelistview.d.ts +38 -0
  105. package/src/ui/templatelistview.js +23 -0
  106. package/theme/template.css +95 -187
  107. package/build/translations/sq.js +0 -1
  108. package/lang/translations/sq.po +0 -42
  109. package/src/ui/templateforminfoview.d.ts +0 -51
  110. package/src/ui/templateforminfoview.js +0 -23
  111. package/src/ui/templateformsearchfieldview.d.ts +0 -43
  112. package/src/ui/templateformsearchfieldview.js +0 -23
  113. package/src/ui/templateformview.d.ts +0 -110
  114. package/src/ui/templateformview.js +0 -23
  115. package/theme/icons/loupe.svg +0 -1
package/build/template.js CHANGED
@@ -1,5 +1,5 @@
1
- !function(t){const e=t.en=t.en||{};e.dictionary=Object.assign(e.dictionary||{},{Clear:"Clear","Insert template":"Insert template","No templates available.":"No templates available.",'No templates were found matching "%0".':'No templates were found matching "%0".',"Please try a different phrase or check the spelling.":"Please try a different phrase or check the spelling.","Search template":"Search template"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})),
1
+ !function(t){const e=t.en=t.en||{};e.dictionary=Object.assign(e.dictionary||{},{"Insert template":"Insert template","No templates available.":"No templates available.",'No templates were found matching "%0".':'No templates were found matching "%0".',"Please try a different phrase or check the spelling.":"Please try a different phrase or check the spelling.","Search template":"Search template"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})),
2
2
  /*!
3
3
  * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
4
4
  * For licensing, see LICENSE.md.
5
- */(()=>{var t={296:(t,e,i)=>{"use strict";i.d(e,{Z:()=>c});var n=i(758),r=i.n(n)()((function(t){return t[1]}));r.push([t.id,':root{--ck-template-dropdown-view-width:345px;--ck-template-dropdown-view-height:300px;--ck-template-list-height:245px;--ck-template-icon-size:45px;--ck-template-search-field-horizontal-spacing:calc(var(--ck-icon-size) + var(--ck-spacing-medium))}.ck.ck-template-form{width:var(--ck-template-dropdown-view-width)}@media screen and (max-width:600px){.ck.ck-template-form{--ck-template-dropdown-view-width:260px}}.ck.ck-template-form>.ck-template-form__info{padding:calc(var(--ck-spacing-large)*2) var(--ck-spacing-large);text-align:center;width:100%}.ck.ck-template-form>.ck-template-form__info *{text-align:center;white-space:normal}.ck.ck-template-form>.ck-template-form__info>span:first-child{display:block;font-weight:700}.ck.ck-template-form>.ck-template-form__info>span:last-child{margin-top:var(--ck-spacing-medium)}.ck.ck-template-form>.ck-template-form__info:not(.ck-hidden)~.ck-list{display:none}.ck.ck-template-form>.ck.ck-list.ck-template-list{max-height:var(--ck-template-dropdown-view-height);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:var(--ck-spacing-large)}.ck-rounded-corners .ck.ck-template-form>.ck.ck-list.ck-template-list{border-radius:0}.ck.ck-template-form>.ck.ck-list.ck-template-list>.ck.ck-list__item:not(.ck-hidden)~.ck.ck-list__item{margin-top:var(--ck-spacing-large)}.ck.ck-template-form>.ck.ck-list.ck-template-list>.ck.ck-list__item>.ck.ck-button{align-items:center;border-radius:var(--ck-border-radius);display:grid;gap:var(--ck-spacing-large) var(--ck-spacing-large);grid-auto-columns:1fr;grid-auto-flow:column dense;grid-template-areas:"ck-template-icon ck-template-content";grid-template-columns:var(--ck-template-icon-size) 1fr;grid-template-rows:var(--ck-template-icon-size);margin:0;overflow:hidden;padding:0;width:100%}.ck.ck-template-form>.ck.ck-list.ck-template-list>.ck.ck-list__item>.ck.ck-button:not(:focus){border-color:var(--ck-color-dropdown-panel-background)}.ck.ck-template-form>.ck.ck-list.ck-template-list>.ck.ck-list__item>.ck.ck-button>.ck.ck-icon{color:unset;grid-area:ck-template-icon;height:auto;margin:0;width:var(--ck-template-icon-size)}.ck.ck-template-form>.ck.ck-list.ck-template-list>.ck.ck-list__item>.ck.ck-button>.ck.ck-icon *{color:unset}.ck.ck-template-form>.ck.ck-list.ck-template-list>.ck.ck-list__item>.ck.ck-button>.ck.ck-icon :not([fill]){fill:unset}.ck.ck-template-form>.ck.ck-list.ck-template-list>.ck.ck-list__item>.ck.ck-button>.ck-template-form__text-part{display:flex;flex-direction:column;grid-area:ck-template-content;height:100%;justify-content:space-evenly;margin:0;min-width:0}.ck.ck-template-form>.ck.ck-list.ck-template-list>.ck.ck-list__item>.ck.ck-button>.ck-template-form__text-part>.ck.ck-button__label{color:var(--ck-color-text);display:block;font-size:var(--ck-font-size-base);font-weight:700;line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ck.ck-template-form>.ck.ck-list.ck-template-list>.ck.ck-list__item>.ck.ck-button>.ck-template-form__text-part .ck-template-form__description{-webkit-box-orient:vertical;-webkit-line-clamp:2;color:var(--ck-color-text);display:-webkit-box;font-size:.85em;line-height:1.1;margin-top:var(--ck-spacing-tiny);overflow:hidden;text-overflow:ellipsis;white-space:normal}.ck.ck-template-form>.ck.ck-list.ck-template-list>.ck.ck-list__item>.ck.ck-button>.ck-template-form__text-part mark{background:var(--ck-color-highlight-background);font-size:inherit;font-weight:inherit;line-height:inherit;vertical-align:initial}.ck.ck-template-form>.ck-labeled-field-view{--ck-labeled-field-label-default-position-x:var(--ck-template-search-field-horizontal-spacing);--ck-labeled-field-empty-unfocused-max-width:100% - 2 * var(--ck-template-search-field-horizontal-spacing);padding:var(--ck-spacing-large)}.ck.ck-template-form>.ck-labeled-field-view.ck-labeled-field-view_empty{--ck-labeled-field-empty-unfocused-max-width:100% - var(--ck-template-search-field-horizontal-spacing) - var(--ck-spacing-medium)}.ck.ck-template-form>.ck-labeled-field-view>.ck-labeled-field-view__input-wrapper>.ck-icon{opacity:.5;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}[dir=ltr] .ck.ck-template-form>.ck-labeled-field-view>.ck-labeled-field-view__input-wrapper>.ck-icon{left:var(--ck-spacing-medium)}[dir=rtl] .ck.ck-template-form>.ck-labeled-field-view>.ck-labeled-field-view__input-wrapper>.ck-icon{right:var(--ck-spacing-medium)}.ck.ck-template-form>.ck-labeled-field-view .ck-input{width:100%}[dir=ltr] .ck.ck-template-form>.ck-labeled-field-view .ck-input{padding-left:var(--ck-template-search-field-horizontal-spacing)}[dir=ltr] .ck.ck-template-form>.ck-labeled-field-view .ck-input:not(.ck-input-text_empty),[dir=rtl] .ck.ck-template-form>.ck-labeled-field-view .ck-input{padding-right:var(--ck-template-search-field-horizontal-spacing)}[dir=rtl] .ck.ck-template-form>.ck-labeled-field-view .ck-input:not(.ck-input-text_empty){padding-left:var(--ck-template-search-field-horizontal-spacing)}.ck.ck-template-form>.ck-labeled-field-view .ck-template-form__clear-search{background:none;min-height:auto;min-width:auto;opacity:.5;padding:0;position:absolute;top:50%;transform:translateY(-50%)}[dir=ltr] .ck.ck-template-form>.ck-labeled-field-view .ck-template-form__clear-search{right:var(--ck-spacing-medium)}[dir=rtl] .ck.ck-template-form>.ck-labeled-field-view .ck-template-form__clear-search{left:var(--ck-spacing-medium)}.ck.ck-template-form>.ck-labeled-field-view .ck-template-form__clear-search:hover{opacity:1}.ck.ck-template-form>.ck-template-form__info:not(:only-child),.ck.ck-template-form>.ck.ck-list{border-top:1px solid var(--ck-color-base-border)}',""]);const c=r},758:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var i=t(e);return e[2]?"@media ".concat(e[2]," {").concat(i,"}"):i})).join("")},e.i=function(t,i,n){"string"==typeof t&&(t=[[null,t,""]]);var r={};if(n)for(var c=0;c<this.length;c++){var o=this[c][0];null!=o&&(r[o]=!0)}for(var a=0;a<t.length;a++){var s=[].concat(t[a]);n&&r[s[0]]||(i&&(s[2]?s[2]="".concat(i," and ").concat(s[2]):s[2]=i),e.push(s))}},e}},278:(t,e,i)=>{"use strict";var n,r=function(){return void 0===n&&(n=Boolean(window&&document&&document.all&&!window.atob)),n},c=function(){var t={};return function(e){if(void 0===t[e]){var i=document.querySelector(e);if(window.HTMLIFrameElement&&i instanceof window.HTMLIFrameElement)try{i=i.contentDocument.head}catch(t){i=null}t[e]=i}return t[e]}}(),o=[];function a(t){for(var e=-1,i=0;i<o.length;i++)if(o[i].identifier===t){e=i;break}return e}function s(t,e){for(var i={},n=[],r=0;r<t.length;r++){var c=t[r],s=e.base?c[0]+e.base:c[0],l=i[s]||0,d="".concat(s," ").concat(l);i[s]=l+1;var u=a(d),p={css:c[1],media:c[2],sourceMap:c[3]};-1!==u?(o[u].references++,o[u].updater(p)):o.push({identifier:d,updater:x(p,e),references:1}),n.push(d)}return n}function l(t){var e=document.createElement("style"),n=t.attributes||{};if(void 0===n.nonce){var r=i.nc;r&&(n.nonce=r)}if(Object.keys(n).forEach((function(t){e.setAttribute(t,n[t])})),"function"==typeof t.insert)t.insert(e);else{var o=c(t.insert||"head");if(!o)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");o.appendChild(e)}return e}var d,u=(d=[],function(t,e){return d[t]=e,d.filter(Boolean).join("\n")});function p(t,e,i,n){var r=i?"":n.media?"@media ".concat(n.media," {").concat(n.css,"}"):n.css;if(t.styleSheet)t.styleSheet.cssText=u(e,r);else{var c=document.createTextNode(r),o=t.childNodes;o[e]&&t.removeChild(o[e]),o.length?t.insertBefore(c,o[e]):t.appendChild(c)}}function f(t,e,i){var n=i.css,r=i.media,c=i.sourceMap;if(r?t.setAttribute("media",r):t.removeAttribute("media"),c&&"undefined"!=typeof btoa&&(n+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(c))))," */")),t.styleSheet)t.styleSheet.cssText=n;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(n))}}var h=null,m=0;function x(t,e){var i,n,r;if(e.singleton){var c=m++;i=h||(h=l(e)),n=p.bind(null,i,c,!1),r=p.bind(null,i,c,!0)}else i=l(e),n=f.bind(null,i,e),r=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(i)};return n(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;n(t=e)}else r()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=r());var i=s(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var n=0;n<i.length;n++){var r=a(i[n]);o[r].references--}for(var c=s(t,e),l=0;l<i.length;l++){var d=a(i[l]);0===o[d].references&&(o[d].updater(),o.splice(d,1))}i=c}}}},704:(t,e,i)=>{t.exports=i(79)("./src/core.js")},273:(t,e,i)=>{t.exports=i(79)("./src/ui.js")},209:(t,e,i)=>{t.exports=i(79)("./src/utils.js")},79:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function i(n){var r=e[n];if(void 0!==r)return r.exports;var c=e[n]={id:n,exports:{}};return t[n](c,c.exports,i),c.exports}i.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return i.d(e,{a:e}),e},i.d=(t,e)=>{for(var n in e)i.o(e,n)&&!i.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},i.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),i.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},i.nc=void 0;var n={};(()=>{"use strict";i.r(n),i.d(n,{Template:()=>vt,TemplateCommand:()=>l,TemplateEditing:()=>h,TemplateUI:()=>mt,icons:()=>bt});const t='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M8 0H3a2 2 0 0 0-2 2v15a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2ZM2.5 2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v15a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V2Z"/><path clip-rule="evenodd" d="M13 0h5a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2Zm0 1.5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5V2a.5.5 0 0 0-.5-.5h-5Z"/><path clip-rule="evenodd" d="M13 10h5a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2Zm0 1.5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5h-5Z"/></svg>';var e=i(704),r=i(209);const c=["toView","htmlProcessor","change","editor","function","execute","toModel","data"];var o,a;o=c,a=401,function(t){for(;--t;)o.push(o.shift())}(++a);const s=function(t,e){return c[t-=0]};class l extends e.Command{[s("0x4")](t){const{model:e}=this.editor;let i;switch(typeof t){case"string":i=t;break;case s("0x3"):i=t()}"string"==typeof i&&e[s("0x1")]((()=>{const t=this[s("0x2")][s("0x6")][s("0x0")][s("0x7")](i),n=this[s("0x2")][s("0x6")][s("0x5")](t);e.insertContent(n)}))}}const d=["_licenseKeyCheckInterval","You are using the trial version of CKEditor 5 template plugin with limited usage. Make sure you will not use it in the production environment.","templateLicenseKeyTrialLimit:operations","get","editor","add","templateLicenseKeyInvalid","licenseKey","info","template-trial-license-key-reached-limit-changes","init","config","templateLicenseKeyTrial","template-invalid-license-key","destroy","pluginName"];var u,p;u=d,p=176,function(t){for(;--t;)u.push(u.shift())}(++p);const f=function(t,e){return d[t-=0]};class h extends e.Plugin{static get[f("0xf")](){return"TemplateEditing"}constructor(t){super(t),this._licenseKeyCheckInterval=null}[f("0xa")](){const{editor:t}=this;t.commands[f("0x5")]("insertTemplate",new l(t)),this[f("0x7")]=t[f("0xb")][f("0x3")]("licenseKey");const e=this[f("0x4")];this[f("0x0")]=setInterval((()=>{let t;for(const i in e){const n=i,r=e[n];if(f("0xc")===r||f("0x6")===r||"templateLicenseKeyValid"===r||"templateLicenseKeyTrialLimit:operations"===r){delete e[n],t=r;break}}if(f("0x6")===t)throw clearInterval(this[f("0x0")]),new r.CKEditorError(f("0xd"),null);if(f("0xc")===t&&console[f("0x8")](f("0x1")),f("0x2")===t)throw clearInterval(this[f("0x0")]),new r.CKEditorError(f("0x9"),null);"templateLicenseKeyValid"===t&&clearInterval(this[f("0x0")])}),1e3)}[f("0xe")](){this[f("0x0")]&&clearInterval(this[f("0x0")])}}var m=i(273);const x=function(t){return function(e){return null==t?void 0:t[e]}}({"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"});const k="object"==typeof global&&global&&global.Object===Object&&global;var g="object"==typeof self&&self&&self.Object===Object&&self;const w=(k||g||Function("return this")()).Symbol;const v=function(t,e){for(var i=-1,n=null==t?0:t.length,r=Array(n);++i<n;)r[i]=e(t[i],i,t);return r};const b=Array.isArray;var y=Object.prototype,_=y.hasOwnProperty,T=y.toString,V=w?w.toStringTag:void 0;const I=function(t){var e=_.call(t,V),i=t[V];try{t[V]=void 0;var n=!0}catch(t){}var r=T.call(t);return n&&(e?t[V]=i:delete t[V]),r};var C=Object.prototype.toString;const N=function(t){return C.call(t)};var S=w?w.toStringTag:void 0;const M=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":S&&S in Object(t)?I(t):N(t)};const j=function(t){return null!=t&&"object"==typeof t};const E=function(t){return"symbol"==typeof t||j(t)&&"[object Symbol]"==M(t)};var L=w?w.prototype:void 0,O=L?L.toString:void 0;const D=function t(e){if("string"==typeof e)return e;if(b(e))return v(e,t)+"";if(E(e))return O?O.call(e):"";var i=e+"";return"0"==i&&1/e==-Infinity?"-0":i};const A=function(t){return null==t?"":D(t)};var K=/[&<>"']/g,z=RegExp(K.source);const F=function(t){return(t=A(t))&&z.test(t)?t.replace(K,x):t},R='<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45 45">\n <path fill="#F0F0F0" d="M2 0h41s2 0 2 2v41s0 2 -2 2h-41s-2 0 -2 -2v-41s0 -2 2 -2" />\n <path fill="#D5D5D5" d="M11 10h10s1 0 1 1v24s0 1 -1 1h-10s-1 0 -1 -1v-24s0 -1 1 -1" />\n <path fill="#D5D5D5" d="M25 10h10s1 0 1 1v10s0 1 -1 1h-10s-1 0 -1 -1v-10s0 -1 1 -1" />\n <path fill="#D5D5D5" d="M25 24h10s1 0 1 1v10s0 1 -1 1h-10s-1 0 -1 -1v-10s0 -1 1 -1" />\n</svg>\n',P=["match","textPartView","change:highlightRegExp","descriptionView","templateDefinition","index","ck-template-form__description","lastIndex","exec","children","ck-button__label","render","highlightRegExp","remove","labelView","description","highlightText","iconView","_setupTextContentRendering","locale","innerHTML","map","add","set","join","div","substring","setTemplate","span","text","destroy","isColorInherited","length","</mark>","element","push","titleView"];var B,Z;B=P,Z=289,function(t){for(;--t;)B.push(B.shift())}(++Z);const U=function(t,e){return P[t-=0]};class H extends m.ButtonView{constructor(t,e){super(t),this.templateDefinition=e,this[U("0x8")]=null;const{icon:i=R}=e;this[U("0x1e")]({withText:!0,icon:i}),this.extendTemplate({attributes:{role:"option"}}),this[U("0x18")][U("0x1")]=!1}[U("0x12")](){super[U("0x12")](),this[U("0x8")]=new q(this[U("0x1a")],this[U("0xb")],this.labelView[U("0x4")].id),this[U("0x10")][U("0x14")](this[U("0x15")]),this[U("0x10")][U("0x1d")](this[U("0x8")])}[U("0x0")](){super[U("0x0")](),this[U("0x15")][U("0x0")]()}isMatching(t){const{title:e,description:i}=this[U("0xb")],n=!!e[U("0x7")](t),r=!(!i||!i[U("0x7")](t));return n||r?{title:n,description:r}:null}[U("0x17")](t){this[U("0x8")].highlightRegExp=t}}class q extends m.View{constructor(t,e,i){super(t),this.title=e.title,this[U("0x16")]=e.description,this[U("0x1e")]("highlightRegExp",null),this[U("0x6")]=new m.View(t),this.titleView[U("0x22")]({tag:U("0x23"),attributes:{class:["ck",U("0x11")],id:i}});const n=[this[U("0x6")]];this[U("0x16")]&&(this[U("0xa")]=new m.View(t),this[U("0xa")][U("0x22")]({tag:"p",attributes:{class:["ck",U("0xd")]}}),n[U("0x5")](this[U("0xa")])),this[U("0x22")]({tag:U("0x20"),attributes:{class:["ck","ck-template-form__text-part"]},children:n}),this[U("0x19")]()}[U("0x19")](){const{title:t,description:e,titleView:i,descriptionView:n}=this,r=()=>{i[U("0x4")][U("0x1b")]=Y(t,this[U("0x13")]),e&&(n[U("0x4")].innerHTML=Y(e,this[U("0x13")]))};this.on("render",(()=>{r(),this.on(U("0x9"),r)}))}}function Y(t,e){if(!e)return F(t);const i=[];let n,r=0;for(;null!==(n=e[U("0xf")](t));){const c=n[U("0xc")];c!==r&&i[U("0x5")]({text:t[U("0x21")](r,c),isMatch:!1}),i[U("0x5")]({text:n[0],isMatch:!0}),r=e[U("0xe")]}return r!==t[U("0x2")]&&i[U("0x5")]({text:t[U("0x21")](r),isMatch:!1}),i[U("0x1c")]((t=>(t[U("0x24")]=F(t[U("0x24")]),t)))[U("0x1c")]((t=>t.isMatch?"<mark>"+t[U("0x24")]+U("0x3"):t.text))[U("0x1f")]("")}class J extends m.View{constructor(t){super(t);const e=this.bindTemplate;this.set({isVisible:!1,primaryText:"",secondaryText:""}),this.setTemplate({tag:"div",attributes:{class:["ck","ck-template-form__info",e.if("isVisible","ck-hidden",(t=>!t))]},children:[{tag:"span",children:[{text:[e.to("primaryText")]}]},{tag:"span",children:[{text:[e.to("secondaryText")]}]}]})}setNoTemplatesAvailableText(){const{t}=this.locale;this.primaryText=t("No templates available."),this.secondaryText=""}setNoTemplatesFoundText(t){const{t:e}=this.locale;this.primaryText=e('No templates were found matching "%0".',t),this.secondaryText=e("Please try a different phrase or check the spelling.")}}class W extends m.LabeledFieldView{constructor(t,i){super(t,i);const n=t.t;this.label=n("Search template"),this.loupeIconView=new m.IconView,this.loupeIconView.content='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M12.68 13.74a6 6 0 1 1 1.355-1.474l4.267 4.268a1 1 0 1 1-1.414 1.414l-4.209-4.208ZM13 9a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z"/></svg>\n',this.clearButtonView=new m.ButtonView(t),this.clearButtonView.set({label:n("Clear"),icon:e.icons.cancel,class:"ck-template-form__clear-search",isVisible:!1,tooltip:!0}),this.clearButtonView.on("execute",(()=>{this.reset(),this.focus(),this.fire("reset")})),this.clearButtonView.bind("isVisible").to(this.fieldView,"isEmpty",(t=>!t)),this.fieldWrapperChildren.add(this.loupeIconView,0),this.fieldWrapperChildren.add(this.clearButtonView)}reset(){this.fieldView.value=this.fieldView.element.value="",this.clearButtonView.isVisible=!1}}var $=/[\\^$.*+?()[\]{}|]/g,G=RegExp($.source);const Q=function(t){return(t=A(t))&&G.test(t)?t.replace($,"\\$&"):t};var X,tt,et=["originalIndex","buttonView"];X=et,tt=208,function(t){for(;--t;)X.push(X.shift())}(++tt);var it=function(t,e){return et[t-=0]};class nt extends m.ListItemView{constructor(t,e){super(t),this[it("0x0")]=e,this[it("0x1")]=null}}const rt=["set","templateDefinition","add","shift + tab","searchFieldView","originalIndex","arrowdown","stopPropagation","items","forEach","get","children","element","sort","execute","unfilter","isVisible","render","infoView","focus","addMany","tab","setTemplate","arrowup","clear","arrowleft","extendTemplate","_createTemplateListView","title","length","focusTracker","_filterTemplates","keystrokes","map","toLowerCase","_createSearchFieldView","ck-template-form","value","templatesDefinitions","includes","setNoTemplatesAvailableText","buttonView","fieldView","reset","arrowright","highlightText","input","delegate","isMatching","filter","templateListView","listenTo"];var ct,ot;ct=rt,ot=342,function(t){for(;--t;)ct.push(ct.shift())}(++ot);const at=function(t,e){return rt[t-=0]};class st extends m.View{constructor(t,e){super(t),this[at("0x0")]=new r.FocusTracker,this.keystrokes=new r.KeystrokeHandler,this[at("0x8")]=e,this[at("0x14")]=this[at("0x31")](t,e),this[at("0x1a")]=this._createSearchFieldView(t),this[at("0x28")]=new J(t),e[at("0x33")]||(this[at("0x28")][at("0x26")]=!0,this[at("0x28")][at("0xa")]()),this[at("0x21")]=this.createCollection(e.length?[this.searchFieldView,this[at("0x28")],this[at("0x14")]]:[this[at("0x28")]]),this._focusCycler=new m.FocusCycler({focusables:this[at("0x21")],focusTracker:this[at("0x0")],keystrokeHandler:this[at("0x2")],actions:{focusPrevious:at("0x19"),focusNext:at("0x2b")}}),this[at("0x2c")]({tag:"div",attributes:{class:["ck",at("0x6")],tabindex:"-1"},children:this[at("0x21")]}),(0,m.injectCssTransitionDisabler)(this)}[at("0x27")](){if(super[at("0x27")](),!this.templatesDefinitions[at("0x33")])return;const t=t=>t[at("0x1d")]();this[at("0x0")][at("0x18")](this[at("0x1a")][at("0x22")]),this[at("0x0")][at("0x18")](this[at("0x14")].element),this[at("0x2")][at("0x15")](this[at("0x22")]),this[at("0x2")][at("0x16")](at("0xe"),t),this[at("0x2")].set(at("0x2f"),t),this.keystrokes.set(at("0x2d"),t),this[at("0x2")][at("0x16")](at("0x1c"),t)}[at("0x29")](){this[at("0x8")][at("0x33")]&&this[at("0x1a")][at("0x29")]()}[at("0xd")](){this[at("0x8")][at("0x33")]&&(this[at("0x1a")].reset(),this[at("0x1")]())}[at("0x1")](t){if(!this[at("0x8")][at("0x33")])return;let e=!1;if(t)for(const i of this.templateListView[at("0x1e")]){i[at("0x21")].first[at("0x17")].title[at("0x4")]()[at("0x9")](t.toLowerCase())?i[at("0x26")]=!0:i.isVisible=!1;const n=new RegExp(Q(t),"ig");e=this[at("0x14")].filter(n)}else this[at("0x14")][at("0x25")](),e=!0;this.infoView.isVisible=!e,e||this[at("0x28")].setNoTemplatesFoundText(t)}[at("0x31")](t,e){const i=new lt(t);return i[at("0x30")]({attributes:{class:["ck-template-list"]}}),i[at("0x1e")].addMany(e[at("0x3")](((e,i)=>{const n=new nt(t,i),r=new H(t,e);return n.buttonView=r,n[at("0x21")][at("0x18")](r),n.children[at("0x11")](at("0x24")).to(this),n}))),i}[at("0x5")](t){const e=new W(t,m.createLabeledInputText);return this[at("0x15")](e[at("0xc")],at("0x10"),(()=>{this[at("0x1")](e[at("0xc")][at("0x22")][at("0x7")])})),e.on(at("0xd"),(()=>{this[at("0xd")]()})),e}}class lt extends m.ListView{[at("0x13")](t){const e=new Map,i=this[at("0x1e")][at("0x3")]((i=>{const n=i[at("0xb")][at("0x12")](t);return i[at("0x26")]=!!n,i[at("0xb")][at("0xf")](n?t:null),n&&e[at("0x16")](i,n),i}))[at("0x23")](dt)[at("0x23")](((t,i)=>{const n=e[at("0x20")](t),r=e[at("0x20")](i);return n&&!r?-1:r&&!n?1:n||r?n[at("0x32")]&&!r[at("0x32")]?-1:!n.title&&r.title?1:0:0}));return this[at("0x1e")][at("0x2e")](),this[at("0x1e")][at("0x2a")](i),!!e.size}unfilter(){const t=this[at("0x1e")][at("0x3")]((t=>t))[at("0x23")](dt);t[at("0x1f")]((t=>{t[at("0x26")]=!0,t[at("0xb")][at("0xf")](null)})),this[at("0x1e")][at("0x2e")](),this.items[at("0x2a")](t)}}function dt(t,e){return t[at("0x1b")]-e[at("0x1b")]}var ut=i(278),pt=i.n(ut),ft=i(296),ht={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};pt()(ft.Z,ht);ft.Z.locals;class mt extends e.Plugin{static get pluginName(){return"TemplateUI"}init(){const{editor:e}=this,{t:i}=e,n=e.config.get("template.definitions")||[];e.ui.componentFactory.add("insertTemplate",(r=>{const c=(0,m.createDropdown)(r),o=new st(r,n),a=e.commands.get("insertTemplate");return c.bind("isEnabled").to(a),o.delegate("execute").to(c),c.on("execute",(t=>{e.execute("insertTemplate",t.source.templateDefinition.data),e.editing.view.focus()})),c.panelView.children.add(o),c.buttonView.set({label:i("Insert template"),icon:t,tooltip:!0}),c.on("change:isOpen",((t,e,i)=>{i||o.reset()})),c}))}afterInit(){!function(t){function i(t){return t.map((t=>String.fromCharCode(t))).join("")}(t=>{const n=[1,85,78,115,198,255,50,112,83,87,161],r=[127,34,6,211,167,86,146,199,132,160,18];function c(t){return function(t,e){const n=function(t){const e=atob(t),[n,r]=e[i([115,112,108,105,116])](i([45]));try{if(atob(r))return atob(n)}catch(t){}return e}(t),r=Array[i([102,114,111,109])](function(t){const e=new Uint8Array(t[i([108,101,110,103,116,104])]);for(let n=0;n<t[i([108,101,110,103,116,104])];n++)e[n]=t[i([99,104,97,114,67,111,100,101,65,116])](n);return e}(n)),c=r[i([112,111,112])](),o=r[i([112,111,112])]();return function(t){let e="";for(const n of t)e+=String[i([102,114,111,109,67,104,97,114,67,111,100,101])](n);return e}(function(t,e,n){const r={};r[i([110,117,109,98,101,114,79,102,82,111,117,110,100,115])]={16:10,24:12,32:14},r[i([114,99,111,110])]=[1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145],r[i([83])]=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22],r[i([84,49])]=[3328402341,4168907908,4000806809,4135287693,4294111757,3597364157,3731845041,2445657428,1613770832,33620227,3462883241,1445669757,3892248089,3050821474,1303096294,3967186586,2412431941,528646813,2311702848,4202528135,4026202645,2992200171,2387036105,4226871307,1101901292,3017069671,1604494077,1169141738,597466303,1403299063,3832705686,2613100635,1974974402,3791519004,1033081774,1277568618,1815492186,2118074177,4126668546,2211236943,1748251740,1369810420,3521504564,4193382664,3799085459,2883115123,1647391059,706024767,134480908,2512897874,1176707941,2646852446,806885416,932615841,168101135,798661301,235341577,605164086,461406363,3756188221,3454790438,1311188841,2142417613,3933566367,302582043,495158174,1479289972,874125870,907746093,3698224818,3025820398,1537253627,2756858614,1983593293,3084310113,2108928974,1378429307,3722699582,1580150641,327451799,2790478837,3117535592,0,3253595436,1075847264,3825007647,2041688520,3059440621,3563743934,2378943302,1740553945,1916352843,2487896798,2555137236,2958579944,2244988746,3151024235,3320835882,1336584933,3992714006,2252555205,2588757463,1714631509,293963156,2319795663,3925473552,67240454,4269768577,2689618160,2017213508,631218106,1269344483,2723238387,1571005438,2151694528,93294474,1066570413,563977660,1882732616,4059428100,1673313503,2008463041,2950355573,1109467491,537923632,3858759450,4260623118,3218264685,2177748300,403442708,638784309,3287084079,3193921505,899127202,2286175436,773265209,2479146071,1437050866,4236148354,2050833735,3362022572,3126681063,840505643,3866325909,3227541664,427917720,2655997905,2749160575,1143087718,1412049534,999329963,193497219,2353415882,3354324521,1807268051,672404540,2816401017,3160301282,369822493,2916866934,3688947771,1681011286,1949973070,336202270,2454276571,201721354,1210328172,3093060836,2680341085,3184776046,1135389935,3294782118,965841320,831886756,3554993207,4068047243,3588745010,2345191491,1849112409,3664604599,26054028,2983581028,2622377682,1235855840,3630984372,2891339514,4092916743,3488279077,3395642799,4101667470,1202630377,268961816,1874508501,4034427016,1243948399,1546530418,941366308,1470539505,1941222599,2546386513,3421038627,2715671932,3899946140,1042226977,2521517021,1639824860,227249030,260737669,3765465232,2084453954,1907733956,3429263018,2420656344,100860677,4160157185,470683154,3261161891,1781871967,2924959737,1773779408,394692241,2579611992,974986535,664706745,3655459128,3958962195,731420851,571543859,3530123707,2849626480,126783113,865375399,765172662,1008606754,361203602,3387549984,2278477385,2857719295,1344809080,2782912378,59542671,1503764984,160008576,437062935,1707065306,3622233649,2218934982,3496503480,2185314755,697932208,1512910199,504303377,2075177163,2824099068,1841019862,739644986],r[i([84,50])]=[2781242211,2230877308,2582542199,2381740923,234877682,3184946027,2984144751,1418839493,1348481072,50462977,2848876391,2102799147,434634494,1656084439,3863849899,2599188086,1167051466,2636087938,1082771913,2281340285,368048890,3954334041,3381544775,201060592,3963727277,1739838676,4250903202,3930435503,3206782108,4149453988,2531553906,1536934080,3262494647,484572669,2923271059,1783375398,1517041206,1098792767,49674231,1334037708,1550332980,4098991525,886171109,150598129,2481090929,1940642008,1398944049,1059722517,201851908,1385547719,1699095331,1587397571,674240536,2704774806,252314885,3039795866,151914247,908333586,2602270848,1038082786,651029483,1766729511,3447698098,2682942837,454166793,2652734339,1951935532,775166490,758520603,3000790638,4004797018,4217086112,4137964114,1299594043,1639438038,3464344499,2068982057,1054729187,1901997871,2534638724,4121318227,1757008337,0,750906861,1614815264,535035132,3363418545,3988151131,3201591914,1183697867,3647454910,1265776953,3734260298,3566750796,3903871064,1250283471,1807470800,717615087,3847203498,384695291,3313910595,3617213773,1432761139,2484176261,3481945413,283769337,100925954,2180939647,4037038160,1148730428,3123027871,3813386408,4087501137,4267549603,3229630528,2315620239,2906624658,3156319645,1215313976,82966005,3747855548,3245848246,1974459098,1665278241,807407632,451280895,251524083,1841287890,1283575245,337120268,891687699,801369324,3787349855,2721421207,3431482436,959321879,1469301956,4065699751,2197585534,1199193405,2898814052,3887750493,724703513,2514908019,2696962144,2551808385,3516813135,2141445340,1715741218,2119445034,2872807568,2198571144,3398190662,700968686,3547052216,1009259540,2041044702,3803995742,487983883,1991105499,1004265696,1449407026,1316239930,504629770,3683797321,168560134,1816667172,3837287516,1570751170,1857934291,4014189740,2797888098,2822345105,2754712981,936633572,2347923833,852879335,1133234376,1500395319,3084545389,2348912013,1689376213,3533459022,3762923945,3034082412,4205598294,133428468,634383082,2949277029,2398386810,3913789102,403703816,3580869306,2297460856,1867130149,1918643758,607656988,4049053350,3346248884,1368901318,600565992,2090982877,2632479860,557719327,3717614411,3697393085,2249034635,2232388234,2430627952,1115438654,3295786421,2865522278,3633334344,84280067,33027830,303828494,2747425121,1600795957,4188952407,3496589753,2434238086,1486471617,658119965,3106381470,953803233,334231800,3005978776,857870609,3151128937,1890179545,2298973838,2805175444,3056442267,574365214,2450884487,550103529,1233637070,4289353045,2018519080,2057691103,2399374476,4166623649,2148108681,387583245,3664101311,836232934,3330556482,3100665960,3280093505,2955516313,2002398509,287182607,3413881008,4238890068,3597515707,975967766],r[i([84,51])]=[1671808611,2089089148,2006576759,2072901243,4061003762,1807603307,1873927791,3310653893,810573872,16974337,1739181671,729634347,4263110654,3613570519,2883997099,1989864566,3393556426,2191335298,3376449993,2106063485,4195741690,1508618841,1204391495,4027317232,2917941677,3563566036,2734514082,2951366063,2629772188,2767672228,1922491506,3227229120,3082974647,4246528509,2477669779,644500518,911895606,1061256767,4144166391,3427763148,878471220,2784252325,3845444069,4043897329,1905517169,3631459288,827548209,356461077,67897348,3344078279,593839651,3277757891,405286936,2527147926,84871685,2595565466,118033927,305538066,2157648768,3795705826,3945188843,661212711,2999812018,1973414517,152769033,2208177539,745822252,439235610,455947803,1857215598,1525593178,2700827552,1391895634,994932283,3596728278,3016654259,695947817,3812548067,795958831,2224493444,1408607827,3513301457,0,3979133421,543178784,4229948412,2982705585,1542305371,1790891114,3410398667,3201918910,961245753,1256100938,1289001036,1491644504,3477767631,3496721360,4012557807,2867154858,4212583931,1137018435,1305975373,861234739,2241073541,1171229253,4178635257,33948674,2139225727,1357946960,1011120188,2679776671,2833468328,1374921297,2751356323,1086357568,2408187279,2460827538,2646352285,944271416,4110742005,3168756668,3066132406,3665145818,560153121,271589392,4279952895,4077846003,3530407890,3444343245,202643468,322250259,3962553324,1608629855,2543990167,1154254916,389623319,3294073796,2817676711,2122513534,1028094525,1689045092,1575467613,422261273,1939203699,1621147744,2174228865,1339137615,3699352540,577127458,712922154,2427141008,2290289544,1187679302,3995715566,3100863416,339486740,3732514782,1591917662,186455563,3681988059,3762019296,844522546,978220090,169743370,1239126601,101321734,611076132,1558493276,3260915650,3547250131,2901361580,1655096418,2443721105,2510565781,3828863972,2039214713,3878868455,3359869896,928607799,1840765549,2374762893,3580146133,1322425422,2850048425,1823791212,1459268694,4094161908,3928346602,1706019429,2056189050,2934523822,135794696,3134549946,2022240376,628050469,779246638,472135708,2800834470,3032970164,3327236038,3894660072,3715932637,1956440180,522272287,1272813131,3185336765,2340818315,2323976074,1888542832,1044544574,3049550261,1722469478,1222152264,50660867,4127324150,236067854,1638122081,895445557,1475980887,3117443513,2257655686,3243809217,489110045,2662934430,3778599393,4162055160,2561878936,288563729,1773916777,3648039385,2391345038,2493985684,2612407707,505560094,2274497927,3911240169,3460925390,1442818645,678973480,3749357023,2358182796,2717407649,2306869641,219617805,3218761151,3862026214,1120306242,1756942440,1103331905,2578459033,762796589,252780047,2966125488,1425844308,3151392187,372911126],r[i([84,52])]=[1667474886,2088535288,2004326894,2071694838,4075949567,1802223062,1869591006,3318043793,808472672,16843522,1734846926,724270422,4278065639,3621216949,2880169549,1987484396,3402253711,2189597983,3385409673,2105378810,4210693615,1499065266,1195886990,4042263547,2913856577,3570689971,2728590687,2947541573,2627518243,2762274643,1920112356,3233831835,3082273397,4261223649,2475929149,640051788,909531756,1061110142,4160160501,3435941763,875846760,2779116625,3857003729,4059105529,1903268834,3638064043,825316194,353713962,67374088,3351728789,589522246,3284360861,404236336,2526454071,84217610,2593830191,117901582,303183396,2155911963,3806477791,3958056653,656894286,2998062463,1970642922,151591698,2206440989,741110872,437923380,454765878,1852748508,1515908788,2694904667,1381168804,993742198,3604373943,3014905469,690584402,3823320797,791638366,2223281939,1398011302,3520161977,0,3991743681,538992704,4244381667,2981218425,1532751286,1785380564,3419096717,3200178535,960056178,1246420628,1280103576,1482221744,3486468741,3503319995,4025428677,2863326543,4227536621,1128514950,1296947098,859002214,2240123921,1162203018,4193849577,33687044,2139062782,1347481760,1010582648,2678045221,2829640523,1364325282,2745433693,1077985408,2408548869,2459086143,2644360225,943212656,4126475505,3166494563,3065430391,3671750063,555836226,269496352,4294908645,4092792573,3537006015,3452783745,202118168,320025894,3974901699,1600119230,2543297077,1145359496,387397934,3301201811,2812801621,2122220284,1027426170,1684319432,1566435258,421079858,1936954854,1616945344,2172753945,1330631070,3705438115,572679748,707427924,2425400123,2290647819,1179044492,4008585671,3099120491,336870440,3739122087,1583276732,185277718,3688593069,3772791771,842159716,976899700,168435220,1229577106,101059084,606366792,1549591736,3267517855,3553849021,2897014595,1650632388,2442242105,2509612081,3840161747,2038008818,3890688725,3368567691,926374254,1835907034,2374863873,3587531953,1313788572,2846482505,1819063512,1448540844,4109633523,3941213647,1701162954,2054852340,2930698567,134748176,3132806511,2021165296,623210314,774795868,471606328,2795958615,3031746419,3334885783,3907527627,3722280097,1953799400,522133822,1263263126,3183336545,2341176845,2324333839,1886425312,1044267644,3048588401,1718004428,1212733584,50529542,4143317495,235803164,1633788866,892690282,1465383342,3115962473,2256965911,3250673817,488449850,2661202215,3789633753,4177007595,2560144171,286339874,1768537042,3654906025,2391705863,2492770099,2610673197,505291324,2273808917,3924369609,3469625735,1431699370,673740880,3755965093,2358021891,2711746649,2307489801,218961690,3217021541,3873845719,1111672452,1751693520,1094828930,2576986153,757954394,252645662,2964376443,1414855848,3149649517,370555436],r[i([85,49])]=[0,235474187,470948374,303765277,941896748,908933415,607530554,708780849,1883793496,2118214995,1817866830,1649639237,1215061108,1181045119,1417561698,1517767529,3767586992,4003061179,4236429990,4069246893,3635733660,3602770327,3299278474,3400528769,2430122216,2664543715,2362090238,2193862645,2835123396,2801107407,3035535058,3135740889,3678124923,3576870512,3341394285,3374361702,3810496343,3977675356,4279080257,4043610186,2876494627,2776292904,3076639029,3110650942,2472011535,2640243204,2403728665,2169303058,1001089995,899835584,666464733,699432150,59727847,226906860,530400753,294930682,1273168787,1172967064,1475418501,1509430414,1942435775,2110667444,1876241833,1641816226,2910219766,2743034109,2976151520,3211623147,2505202138,2606453969,2302690252,2269728455,3711829422,3543599269,3240894392,3475313331,3843699074,3943906441,4178062228,4144047775,1306967366,1139781709,1374988112,1610459739,1975683434,2076935265,1775276924,1742315127,1034867998,866637845,566021896,800440835,92987698,193195065,429456164,395441711,1984812685,2017778566,1784663195,1683407248,1315562145,1080094634,1383856311,1551037884,101039829,135050206,437757123,337553864,1042385657,807962610,573804783,742039012,2531067453,2564033334,2328828971,2227573024,2935566865,2700099354,3001755655,3168937228,3868552805,3902563182,4203181171,4102977912,3736164937,3501741890,3265478751,3433712980,1106041591,1340463100,1576976609,1408749034,2043211483,2009195472,1708848333,1809054150,832877231,1068351396,766945465,599762354,159417987,126454664,361929877,463180190,2709260871,2943682380,3178106961,3009879386,2572697195,2538681184,2236228733,2336434550,3509871135,3745345300,3441850377,3274667266,3910161971,3877198648,4110568485,4211818798,2597806476,2497604743,2261089178,2295101073,2733856160,2902087851,3202437046,2968011453,3936291284,3835036895,4136440770,4169408201,3535486456,3702665459,3467192302,3231722213,2051518780,1951317047,1716890410,1750902305,1113818384,1282050075,1584504582,1350078989,168810852,67556463,371049330,404016761,841739592,1008918595,775550814,540080725,3969562369,3801332234,4035489047,4269907996,3569255213,3669462566,3366754619,3332740144,2631065433,2463879762,2160117071,2395588676,2767645557,2868897406,3102011747,3069049960,202008497,33778362,270040487,504459436,875451293,975658646,675039627,641025152,2084704233,1917518562,1615861247,1851332852,1147550661,1248802510,1484005843,1451044056,933301370,967311729,733156972,632953703,260388950,25965917,328671808,496906059,1206477858,1239443753,1543208500,1441952575,2144161806,1908694277,1675577880,1842759443,3610369226,3644379585,3408119516,3307916247,4011190502,3776767469,4077384432,4245618683,2809771154,2842737049,3144396420,3043140495,2673705150,2438237621,2203032232,2370213795],r[i([85,50])]=[0,185469197,370938394,487725847,741876788,657861945,975451694,824852259,1483753576,1400783205,1315723890,1164071807,1950903388,2135319889,1649704518,1767536459,2967507152,3152976349,2801566410,2918353863,2631447780,2547432937,2328143614,2177544179,3901806776,3818836405,4270639778,4118987695,3299409036,3483825537,3535072918,3652904859,2077965243,1893020342,1841768865,1724457132,1474502543,1559041666,1107234197,1257309336,598438867,681933534,901210569,1052338372,261314535,77422314,428819965,310463728,3409685355,3224740454,3710368113,3593056380,3875770207,3960309330,4045380933,4195456072,2471224067,2554718734,2237133081,2388260884,3212035895,3028143674,2842678573,2724322336,4138563181,4255350624,3769721975,3955191162,3667219033,3516619604,3431546947,3347532110,2933734917,2782082824,3099667487,3016697106,2196052529,2313884476,2499348523,2683765030,1179510461,1296297904,1347548327,1533017514,1786102409,1635502980,2087309459,2003294622,507358933,355706840,136428751,53458370,839224033,957055980,605657339,790073846,2373340630,2256028891,2607439820,2422494913,2706270690,2856345839,3075636216,3160175349,3573941694,3725069491,3273267108,3356761769,4181598602,4063242375,4011996048,3828103837,1033297158,915985419,730517276,545572369,296679730,446754879,129166120,213705253,1709610350,1860738147,1945798516,2029293177,1239331162,1120974935,1606591296,1422699085,4148292826,4233094615,3781033664,3931371469,3682191598,3497509347,3446004468,3328955385,2939266226,2755636671,3106780840,2988687269,2198438022,2282195339,2501218972,2652609425,1201765386,1286567175,1371368976,1521706781,1805211710,1620529459,2105887268,1988838185,533804130,350174575,164439672,46346101,870912086,954669403,636813900,788204353,2358957921,2274680428,2592523643,2441661558,2695033685,2880240216,3065962831,3182487618,3572145929,3756299780,3270937875,3388507166,4174560061,4091327024,4006521127,3854606378,1014646705,930369212,711349675,560487590,272786309,457992840,106852767,223377554,1678381017,1862534868,1914052035,2031621326,1211247597,1128014560,1580087799,1428173050,32283319,182621114,401639597,486441376,768917123,651868046,1003007129,818324884,1503449823,1385356242,1333838021,1150208456,1973745387,2125135846,1673061617,1756818940,2970356327,3120694122,2802849917,2887651696,2637442643,2520393566,2334669897,2149987652,3917234703,3799141122,4284502037,4100872472,3309594171,3460984630,3545789473,3629546796,2050466060,1899603969,1814803222,1730525723,1443857720,1560382517,1075025698,1260232239,575138148,692707433,878443390,1062597235,243256656,91341917,409198410,325965383,3403100636,3252238545,3704300486,3620022987,3874428392,3990953189,4042459122,4227665663,2460449204,2578018489,2226875310,2411029155,3198115200,3046200461,2827177882,2743944855],r[i([85,51])]=[0,218828297,437656594,387781147,875313188,958871085,775562294,590424639,1750626376,1699970625,1917742170,2135253587,1551124588,1367295589,1180849278,1265195639,3501252752,3720081049,3399941250,3350065803,3835484340,3919042237,4270507174,4085369519,3102249176,3051593425,2734591178,2952102595,2361698556,2177869557,2530391278,2614737639,3145456443,3060847922,2708326185,2892417312,2404901663,2187128086,2504130317,2555048196,3542330227,3727205754,3375740769,3292445032,3876557655,3926170974,4246310725,4027744588,1808481195,1723872674,1910319033,2094410160,1608975247,1391201670,1173430173,1224348052,59984867,244860394,428169201,344873464,935293895,984907214,766078933,547512796,1844882806,1627235199,2011214180,2062270317,1507497298,1423022939,1137477952,1321699145,95345982,145085239,532201772,313773861,830661914,1015671571,731183368,648017665,3175501286,2957853679,2807058932,2858115069,2305455554,2220981195,2474404304,2658625497,3575528878,3625268135,3473416636,3254988725,3778151818,3963161475,4213447064,4130281361,3599595085,3683022916,3432737375,3247465558,3802222185,4020912224,4172763771,4122762354,3201631749,3017672716,2764249623,2848461854,2331590177,2280796200,2431590963,2648976442,104699613,188127444,472615631,287343814,840019705,1058709744,671593195,621591778,1852171925,1668212892,1953757831,2037970062,1514790577,1463996600,1080017571,1297403050,3673637356,3623636965,3235995134,3454686199,4007360968,3822090177,4107101658,4190530515,2997825956,3215212461,2830708150,2779915199,2256734592,2340947849,2627016082,2443058075,172466556,122466165,273792366,492483431,1047239e3,861968209,612205898,695634755,1646252340,1863638845,2013908262,1963115311,1446242576,1530455833,1277555970,1093597963,1636604631,1820824798,2073724613,1989249228,1436590835,1487645946,1337376481,1119727848,164948639,81781910,331544205,516552836,1039717051,821288114,669961897,719700128,2973530695,3157750862,2871682645,2787207260,2232435299,2283490410,2667994737,2450346104,3647212047,3564045318,3279033885,3464042516,3980931627,3762502690,4150144569,4199882800,3070356634,3121275539,2904027272,2686254721,2200818878,2384911031,2570832044,2486224549,3747192018,3528626907,3310321856,3359936201,3950355702,3867060991,4049844452,4234721005,1739656202,1790575107,2108100632,1890328081,1402811438,1586903591,1233856572,1149249077,266959938,48394827,369057872,418672217,1002783846,919489135,567498868,752375421,209336225,24197544,376187827,459744698,945164165,895287692,574624663,793451934,1679968233,1764313568,2117360635,1933530610,1343127501,1560637892,1243112415,1192455638,3704280881,3519142200,3336358691,3419915562,3907448597,3857572124,4075877127,4294704398,3029510009,3113855344,2927934315,2744104290,2159976285,2377486676,2594734927,2544078150],r[i([85,52])]=[0,151849742,303699484,454499602,607398968,758720310,908999204,1059270954,1214797936,1097159550,1517440620,1400849762,1817998408,1699839814,2118541908,2001430874,2429595872,2581445614,2194319100,2345119218,3034881240,3186202582,2801699524,2951971274,3635996816,3518358430,3399679628,3283088770,4237083816,4118925222,4002861748,3885750714,1002142683,850817237,698445255,548169417,529487843,377642221,227885567,77089521,1943217067,2061379749,1640576439,1757691577,1474760595,1592394909,1174215055,1290801793,2875968315,2724642869,3111247143,2960971305,2405426947,2253581325,2638606623,2487810577,3808662347,3926825029,4044981591,4162096729,3342319475,3459953789,3576539503,3693126241,1986918061,2137062819,1685577905,1836772287,1381620373,1532285339,1078185097,1229899655,1040559837,923313619,740276417,621982671,439452389,322734571,137073913,19308535,3871163981,4021308739,4104605777,4255800159,3263785589,3414450555,3499326569,3651041127,2933202493,2815956275,3167684641,3049390895,2330014213,2213296395,2566595609,2448830231,1305906550,1155237496,1607244650,1455525988,1776460110,1626319424,2079897426,1928707164,96392454,213114376,396673818,514443284,562755902,679998e3,865136418,983426092,3708173718,3557504664,3474729866,3323011204,4180808110,4030667424,3945269170,3794078908,2507040230,2623762152,2272556026,2390325492,2975484382,3092726480,2738905026,2857194700,3973773121,3856137295,4274053469,4157467219,3371096953,3252932727,3673476453,3556361835,2763173681,2915017791,3064510765,3215307299,2156299017,2307622919,2459735317,2610011675,2081048481,1963412655,1846563261,1729977011,1480485785,1362321559,1243905413,1126790795,878845905,1030690015,645401037,796197571,274084841,425408743,38544885,188821243,3613494426,3731654548,3313212038,3430322568,4082475170,4200115116,3780097726,3896688048,2668221674,2516901860,2366882550,2216610296,3141400786,2989552604,2837966542,2687165888,1202797690,1320957812,1437280870,1554391400,1669664834,1787304780,1906247262,2022837584,265905162,114585348,499347990,349075736,736970802,585122620,972512814,821712160,2595684844,2478443234,2293045232,2174754046,3196267988,3079546586,2895723464,2777952454,3537852828,3687994002,3234156416,3385345166,4142626212,4293295786,3841024952,3992742070,174567692,57326082,410887952,292596766,777231668,660510266,1011452712,893681702,1108339068,1258480242,1343618912,1494807662,1715193156,1865862730,1948373848,2100090966,2701949495,2818666809,3004591147,3122358053,2235061775,2352307457,2535604243,2653899549,3915653703,3764988233,4219352155,4067639125,3444575871,3294430577,3746175075,3594982253,836553431,953270745,600235211,718002117,367585007,484830689,133361907,251657213,2041877159,1891211689,1806599355,1654886325,1568718495,1418573201,1335535747,1184342925];const c=new Uint8Array(16);for(let t=15;t>=0;--t)c[t]=n%256,n=parseInt(n/256);let o=null,a=16;const s=new Uint8Array(e),l=[],d=[];!function(){const t=r[i([110,117,109,98,101,114,79,102,82,111,117,110,100,115])][s[i([108,101,110,103,116,104])]];for(let e=0;e<=t;e++)l[i([112,117,115,104])]([0,0,0,0]),d[i([112,117,115,104])]([0,0,0,0]);const e=4*(t+1),n=s[i([108,101,110,103,116,104])]/4,c=u(s);let o;for(let e=0;e<n;e++)o=e>>2,l[o][e%4]=c[e],d[t-o][e%4]=c[e];let a,p=0,f=n;for(;f<e;){a=c[n-1],c[0]^=r[i([83])][a>>16&255]<<24^r[i([83])][a>>8&255]<<16^r[i([83])][255&a]<<8^r[i([83])][a>>24&255]^r[i([114,99,111,110])][p]<<24,p+=1;for(let t=1;t<n/2;t++)c[t]^=c[t-1];a=c[n/2-1],c[n/2]^=r[i([83])][255&a]^r[i([83])][a>>8&255]<<8^r[i([83])][a>>16&255]<<16^r[i([83])][a>>24&255]<<24;for(let t=n/2+1;t<n;t++)c[t]^=c[t-1];let o,s,u=0;for(;u<n&&f<e;)o=f>>2,s=f%4,l[o][s]=c[u],d[t-o][s]=c[u++],f++}for(let e=1;e<t;e++)for(let t=0;t<4;t++)a=d[e][t],d[e][t]=r[i([85,49])][a>>24&255]^r[i([85,50])][a>>16&255]^r[i([85,51])][a>>8&255]^r[i([85,52])][255&a]}();for(let e=0;e<t[i([108,101,110,103,116,104])];e++)16===a&&(o=f(c),a=0,p(c)),t[e]^=o[a++];return t;function u(t){const e=[];for(let n=0;n<t[i([108,101,110,103,116,104])];n+=4)e[i([112,117,115,104])](t[n]<<24|t[n+1]<<16|t[n+2]<<8|t[n+3]);return e}function p(t){for(let e=15;e>=0;e--){if(255!==t[e]){t[e]++;break}t[e]=0}}function f(t){const e=l[i([108,101,110,103,116,104])]-1,n=[0,0,0,0];let c=u(t);for(let t=0;t<4;t++)c[t]^=l[0][t];for(let t=1;t<e;t++){for(let e=0;e<4;e++)n[e]=r[i([84,49])][c[e]>>24&255]^r[i([84,50])][c[(e+1)%4]>>16&255]^r[i([84,51])][c[(e+2)%4]>>8&255]^r[i([84,52])][255&c[(e+3)%4]]^l[t][e];c=n[i([115,108,105,99,101])]()}const o=new Uint8Array(16);let a;for(let t=0;t<4;t++)a=l[e][t],o[4*t]=255&(r[i([83])][c[t]>>24&255]^a>>24),o[4*t+1]=255&(r[i([83])][c[(t+1)%4]>>16&255]^a>>16),o[4*t+2]=255&(r[i([83])][c[(t+2)%4]>>8&255]^a>>8),o[4*t+3]=255&(r[i([83])][255&c[(t+3)%4]]^a);return o}}(r,e,o+256*c))}(t,new Uint8Array([...n,29,221,175,90,231,133,239,240,75,180,...r]))}const o=function(){const t=[{[i([105,100])]:1,[i([102,101,97,116,117,114,101,78,97,109,101])]:i([67,111,109,109,101,110,116,115]),[i([112,108,117,103,105,110,78,97,109,101])]:i([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]),[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:i([108,105,99,101,110,115,101,75,101,121]),[i([104,97,110,100,108,101,114])]:i([99,104,101,99,107,76,105,99,101,110,115,101]),[i([99,104,101,99,107,65,108,115,111])]:[{[i([105,100])]:2,[i([102,101,97,116,117,114,101,78,97,109,101])]:i([84,114,97,99,107,32,67,104,97,110,103,101,115]),[i([112,108,117,103,105,110,78,97,109,101])]:i([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]),[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:i([108,105,99,101,110,115,101,75,101,121]),[i([104,97,110,100,108,101,114])]:i([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115]),[i([111,112,116,105,111,110,115])]:{[i([97,105,119,115,103,105,99])]:!0,[i([97,105,116,99,100,103,105,108])]:!0,[i([97,105,114,118,105,105,108])]:!0}}],[i([111,112,116,105,111,110,115])]:{[i([97,105,119,115,103,105,99])]:!0,[i([97,105,116,99,100,103,105,108])]:!0,[i([97,105,114,118,105,105,108])]:!0}},{[i([105,100])]:3,[i([102,101,97,116,117,114,101,78,97,109,101])]:i([80,97,103,105,110,97,116,105,111,110]),[i([112,108,117,103,105,110,78,97,109,101])]:i([80,97,103,105,110,97,116,105,111,110,76,111,111,107,117,112]),[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:i([112,97,103,105,110,97,116,105,111,110,76,105,99,101,110,115,101,75,101,121]),[i([104,97,110,100,108,101,114])]:i([99,104,101,99,107,76,105,99,101,110,115,101])},{[i([105,100])]:4,[i([102,101,97,116,117,114,101,78,97,109,101])]:i([82,101,118,105,115,105,111,110,32,72,105,115,116,111,114,121]),[i([112,108,117,103,105,110,78,97,109,101])]:i([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]),[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:i([108,105,99,101,110,115,101,75,101,121]),[i([104,97,110,100,108,101,114])]:i([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121]),[i([111,112,116,105,111,110,115])]:{[i([97,105,119,115,103,105,99])]:!0,[i([97,105,116,99,100,103,105,108])]:!0,[i([97,105,114,118,105,105,108])]:!0}},{[i([105,100])]:5,[i([102,101,97,116,117,114,101,78,97,109,101])]:i([68,111,99,117,109,101,110,116,32,79,117,116,108,105,110,101]),[i([112,108,117,103,105,110,78,97,109,101])]:i([68,111,99,117,109,101,110,116,79,117,116,108,105,110,101,85,73]),[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:i([100,111,99,117,109,101,110,116,79,117,116,108,105,110,101,76,105,99,101,110,115,101,75,101,121]),[i([104,97,110,100,108,101,114])]:i([99,104,101,99,107,76,105,99,101,110,115,101])},{[i([105,100])]:6,[i([102,101,97,116,117,114,101,78,97,109,101])]:i([70,111,114,109,97,116,32,80,97,105,110,116,101,114]),[i([112,108,117,103,105,110,78,97,109,101])]:i([70,111,114,109,97,116,80,97,105,110,116,101,114,85,73]),[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:i([102,111,114,109,97,116,80,97,105,110,116,101,114,76,105,99,101,110,115,101,75,101,121]),[i([104,97,110,100,108,101,114])]:i([99,104,101,99,107,76,105,99,101,110,115,101])},{[i([105,100])]:7,[i([102,101,97,116,117,114,101,78,97,109,101])]:i([83,108,97,115,104,32,67,111,109,109,97,110,100]),[i([112,108,117,103,105,110,78,97,109,101])]:i([83,108,97,115,104,67,111,109,109,97,110,100,85,73]),[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:i([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121]),[i([104,97,110,100,108,101,114])]:i([99,104,101,99,107,76,105,99,101,110,115,101])},{[i([105,100])]:8,[i([102,101,97,116,117,114,101,78,97,109,101])]:i([84,97,98,108,101,32,111,102,32,67,111,110,116,101,110,116,115]),[i([112,108,117,103,105,110,78,97,109,101])]:i([84,97,98,108,101,79,102,67,111,110,116,101,110,116,115,69,100,105,116,105,110,103]),[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:i([116,97,98,108,101,79,102,67,111,110,116,101,110,116,115,76,105,99,101,110,115,101,75,101,121]),[i([104,97,110,100,108,101,114])]:i([99,104,101,99,107,76,105,99,101,110,115,101])},{[i([105,100])]:9,[i([102,101,97,116,117,114,101,78,97,109,101])]:i([84,101,109,112,108,97,116,101]),[i([112,108,117,103,105,110,78,97,109,101])]:i([84,101,109,112,108,97,116,101,85,73]),[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:i([116,101,109,112,108,97,116,101,76,105,99,101,110,115,101,75,101,121]),[i([104,97,110,100,108,101,114])]:i([99,104,101,99,107,76,105,99,101,110,115,101])},{[i([105,100])]:10,[i([102,101,97,116,117,114,101,78,97,109,101])]:i([80,97,115,116,101,32,102,114,111,109,32,79,102,102,105,99,101,32,69,110,104,97,110,99,101,100]),[i([112,108,117,103,105,110,78,97,109,101])]:i([80,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,73,110,108,105,110,101,114]),[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:i([112,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,76,105,99,101,110,115,101,75,101,121]),[i([104,97,110,100,108,101,114])]:i([99,104,101,99,107,76,105,99,101,110,115,101])}];return function t(e){e[i([102,111,114,69,97,99,104])]((e=>{e[i([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]=1<<e[i([105,100])]-1,e[i([99,104,101,99,107,65,108,115,111])]&&t(e[i([99,104,101,99,107,65,108,115,111])])}))}(t),t}(),a={[i([99,104,101,99,107,76,105,99,101,110,115,101])]:function(t,e){m(h(t,e),e)},[i([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115])]:function(t,e){m(function(t,e){try{if(b(l,i([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))&&t){const n=y(l,i([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))[i([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])];if(parseInt(n)/2>t[i([101,120,112,105,114,97,116,105,111,110,68,97,116,101])])return x(e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([73,110,118,97,108,105,100]))}return h(t,e)}catch(t){return x(e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([73,110,118,97,108,105,100]))}}(t,e),e)},[i([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121])]:function(t,e){const c=r[0]*n[1],o=r[0]*n[2],a=r[2]*n[2];function s(t,e){d(),x(e+i([84,114,105,97,108,76,105,109,105,116,58])+t),window[k()]=t===i([116,105,109,101])?c:o}function d(){const t=l;function e(){b(t,i([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&(y(t,i([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[i([117,110,98,105,110,100])](i([105,115,69,110,97,98,108,101,100])),y(t,i([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[i([105,115,69,110,97,98,108,101,100])]=!1,y(t,i([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[i([117,112,100,97,116,101])]=v,y(t,i([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[i([115,97,118,101,82,101,118,105,115,105,111,110])]=v,t[i([109,111,100,101,108])][i([99,104,97,110,103,101])]=v,t[i([109,111,100,101,108])][i([101,110,113,117,101,117,101,67,104,97,110,103,101])]=v,t[i([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](i([109,111,100,101,108]))),b(t,i([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(y(t,i([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[i([117,110,98,105,110,100])](i([105,115,69,110,97,98,108,101,100])),y(t,i([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[i([105,115,69,110,97,98,108,101,100])]=!1,y(t,i([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[i([99,111,109,112,97,114,101])]=v,y(t,i([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[i([95,103,101,116,68,105,102,102])]=v)}t[i([115,116,97,116,101])]==i([114,101,97,100,121])?e():t[i([111,110,99,101])](i([114,101,97,100,121]),(()=>{if(b(t,i([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&e(),b(t,i([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))){const n=y(t,i([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121])),r=n.getRevision(0),c=n.getEarlierVisibleRevision(r[i([105,100])]);y(t,i([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[i([99,111,109,112,97,114,101])](r[i([105,100])],c?c[i([105,100])]:null,1).then((()=>e()))}}))}b(l,i([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&y(l,i([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[i([115,116,97,116,101])]==i([99,111,110,110,101,99,116,101,100])&&(window[k()]=a),function(t,e){if(t==e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([73,110,118,97,108,105,100]))d();else if(t==e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([84,114,105,97,108])){const t=function(){if(!b(l,i([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const t in window)if(Number.isNaN(Number(t))){if(window[t]===c)return i([116,105,109,101]);if(window[t]===o)return i([114,101,118,105,115,105,111,110,115])}return!1}();t&&s(t,e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]);const a=function(){let t=r[6]*n[8]*n[6];return b(l,i([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(t/=10),t}();window[i([115,101,116,84,105,109,101,111,117,116])]((()=>{s(i([116,105,109,101]),e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}),a);const d=y(l,i([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]))[i([95,114,101,118,105,115,105,111,110,115])];d[i([108,101,110,103,116,104])]>=7?s(i([114,101,118,105,115,105,111,110,115]),e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]):d.on(i([97,100,100]),(()=>{d[i([108,101,110,103,116,104])]>=7&&s(i([114,101,118,105,115,105,111,110,115]),e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}))}}(function(t,e){try{return function(){if(!b(l,i([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const t in window)if(Number.isNaN(Number(t))&&window[t]===a)return!0;return!1}()?x(e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([86,97,108,105,100])):h(t,e)}catch(t){return x(e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([73,110,118,97,108,105,100]))}}(t,e),e)}},s=t[i([99,111,110,115,116,114,117,99,116,111,114])][i([112,108,117,103,105,110,78,97,109,101])],l=i([99,111,110,116,101,120,116])in t?t.context:t.editor,d=i([52,48,52,54,49,56,49,50]),u=i([65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,48,49,50,51,52,53,54,55,56,57]),p=l.config.get(i([108,105,99,101,110,115,101,75,101,121])),f=o[i([102,105,110,100])]((t=>t[i([112,108,117,103,105,110,78,97,109,101])]===s));function h(t,e){try{return function(t){if(!b(l,t[i([112,108,117,103,105,110,78,97,109,101])]))return!0;const e=t[i([111,112,116,105,111,110,115])]||{},n=e[i([97,105,119,115,103,105,99])]||!1,r=e[i([97,105,116,99,100,103,105,108])]||!1,c=e[i([97,105,114,118,105,105,108])]||!1;return!(!b(l,i([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))||y(l,i([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[i([115,116,97,116,101])]!=i([99,111,110,110,101,99,116,101,100])||!n)||(!(!b(l,i([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))||y(l,i([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))[i([114,101,115,117,108,116])]!=i([101,110,100])||!r)||!(!b(l,i([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))||y(l,i([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))[i([114,101,115,117,108,116])]!=i([101,110,100])||!c))}(e)?x(e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([86,97,108,105,100])):t&&t[i([97,108,108,111,119,101,100,80,108,117,103,105,110,115])]&e[i([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]?t[i([105,115,73,110,116,101,114,110,97,108])]&&!window[i([111,112,101,110])][i([99,108,111,115,101,100])]||parseInt(d)/2>t[i([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]?x(e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([73,110,118,97,108,105,100])):t[i([105,115,84,114,105,97,108])]?x(e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([84,114,105,97,108])):x(e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([86,97,108,105,100])):x(e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([73,110,118,97,108,105,100]))}catch(t){return x(e[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([73,110,118,97,108,105,100]))}}function m(t,c){if(l instanceof e.Context){const e=l;t==c[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([73,110,118,97,108,105,100])?g(e):t==c[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([84,114,105,97,108])&&window[i([115,101,116,84,105,109,101,111,117,116])]((()=>{g(e),x(c[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101]))}),r[6]*n[8]*n[6]),e[i([101,100,105,116,111,114,115])][i([111,110])](i([97,100,100]),((e,n)=>{t!=c[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([73,110,118,97,108,105,100])&&t!=c[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101])&&t!=c[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])||w(n)}))}else{const e=l;t==c[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([73,110,118,97,108,105,100])?w(e):t==c[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([84,114,105,97,108])&&e[i([111,110])](i([114,101,97,100,121]),(()=>{let t=0;e[i([109,111,100,101,108])][i([111,110])](i([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,r)=>{r[0][i([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504===t&&(w(e),x(c[i([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+i([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])),n[i([111,102,102])]())}),{priority:i([104,105,103,104,101,115,116])})}))}}function x(t){const e=k();return l[e]=t,t}function k(){const t=String(window[i([112,101,114,102,111,114,109,97,110,99,101])][i([110,111,119])]())[i([114,101,112,108,97,99,101])](i([46]),"");let e="";for(let n=0;n<t[i([108,101,110,103,116,104])];n+=2){let r=parseInt(t[i([115,117,98,115,116,114,105,110,103])](n,n+2));r>=u[i([108,101,110,103,116,104])]&&(r-=u[i([108,101,110,103,116,104])]),e+=u[r]}return e}function g(t){for(const e of t[i([101,100,105,116,111,114,115])])w(e);y(t,i([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[i([115,119,105,116,99,104,82,101,97,100,79,110,108,121])](!0),y(t,i([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[i([115,119,105,116,99,104,82,101,97,100,79,110,108,121])]=v}function w(t){function e(){t[i([109,111,100,101,108])][i([99,104,97,110,103,101])]=v,t[i([109,111,100,101,108])][i([101,110,113,117,101,117,101,67,104,97,110,103,101])]=v,t[i([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](i([109,111,100,101,108]))}t[i([115,116,97,116,101])]==i([114,101,97,100,121])?e():t[i([111,110,99,101])](i([114,101,97,100,121]),(()=>e()))}function v(){return null}function b(t,e){return t[i([112,108,117,103,105,110,115])][i([104,97,115])](e)}function y(t,e){return t[i([112,108,117,103,105,110,115])][i([103,101,116])](e)}f&&function t(e,n){a[n[i([104,97,110,100,108,101,114])]](e,n),n[i([99,104,101,99,107,65,108,115,111])]&&n[i([99,104,101,99,107,65,108,115,111])][i([102,105,108,116,101,114])]((t=>b(l,t[i([112,108,117,103,105,110,78,97,109,101])])))[i([102,111,114,69,97,99,104])]((i=>t(e,i)))}(function(t){try{const e=c(t),n=JSON[i([112,97,114,115,101])](e),r=parseInt(n[i([49])]),o=parseInt(n[i([51])]),a=parseInt(n[i([52])])||0,s=parseInt(n[i([53])])||0;return{[i([97,108,108,111,119,101,100,80,108,117,103,105,110,115])]:a,[i([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]:r,[i([105,115,84,114,105,97,108])]:o,[i([105,115,73,110,116,101,114,110,97,108])]:s}}catch(t){return null}}(p),f)})(t)}(this)}}var xt,kt,gt=["requires","Template","pluginName"];xt=gt,kt=461,function(t){for(;--t;)xt.push(xt.shift())}(++kt);var wt=function(t,e){return gt[t-=0]};class vt extends e.Plugin{static get[wt("0x1")](){return[h,mt]}static get[wt("0x0")](){return wt("0x2")}}const bt={templateIcon:t}})(),(window.CKEditor5=window.CKEditor5||{}).template=n})();
5
+ */(()=>{var t={296:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var i=n(758),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,':root{--ck-template-dropdown-view-width:345px;--ck-template-dropdown-view-height:300px;--ck-template-icon-size:45px}.ck.ck-template-form{width:var(--ck-template-dropdown-view-width)}@media screen and (max-width:600px){.ck.ck-template-form{--ck-template-dropdown-view-width:260px}}.ck.ck-template-form>.ck-labeled-field-view{padding:var(--ck-spacing-large)}.ck.ck-template-form>.ck-search__results{border-top:1px solid var(--ck-color-base-border)}.ck.ck-template-form>.ck-search__results>.ck.ck-list.ck-template-list{max-height:var(--ck-template-dropdown-view-height);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:var(--ck-spacing-large)}.ck-rounded-corners .ck.ck-template-form>.ck-search__results>.ck.ck-list.ck-template-list{border-radius:0}.ck.ck-template-form>.ck-search__results>.ck.ck-list.ck-template-list>.ck.ck-list__item:not(.ck-hidden)~.ck.ck-list__item{margin-top:var(--ck-spacing-large)}.ck.ck-template-form>.ck-search__results>.ck.ck-list.ck-template-list>.ck.ck-list__item>.ck.ck-button{align-items:center;border-radius:var(--ck-border-radius);display:grid;gap:var(--ck-spacing-large) var(--ck-spacing-large);grid-auto-columns:1fr;grid-auto-flow:column dense;grid-template-areas:"ck-template-icon ck-template-content";grid-template-columns:var(--ck-template-icon-size) 1fr;grid-template-rows:var(--ck-template-icon-size);margin:0;overflow:hidden;padding:0;width:100%}.ck.ck-template-form>.ck-search__results>.ck.ck-list.ck-template-list>.ck.ck-list__item>.ck.ck-button:not(:focus){border-color:var(--ck-color-dropdown-panel-background)}.ck.ck-template-form>.ck-search__results>.ck.ck-list.ck-template-list>.ck.ck-list__item>.ck.ck-button>.ck.ck-icon{color:unset;grid-area:ck-template-icon;height:auto;margin:0;width:var(--ck-template-icon-size)}.ck.ck-template-form>.ck-search__results>.ck.ck-list.ck-template-list>.ck.ck-list__item>.ck.ck-button>.ck.ck-icon *{color:unset}.ck.ck-template-form>.ck-search__results>.ck.ck-list.ck-template-list>.ck.ck-list__item>.ck.ck-button>.ck.ck-icon :not([fill]){fill:unset}.ck.ck-template-form>.ck-search__results>.ck.ck-list.ck-template-list>.ck.ck-list__item>.ck.ck-button>.ck-template-form__text-part{display:flex;flex-direction:column;grid-area:ck-template-content;height:100%;justify-content:space-evenly;margin:0;min-width:0}.ck.ck-template-form>.ck-search__results>.ck.ck-list.ck-template-list>.ck.ck-list__item>.ck.ck-button>.ck-template-form__text-part>.ck.ck-button__label{color:var(--ck-color-text);display:block;font-size:var(--ck-font-size-base);font-weight:700;line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ck.ck-template-form>.ck-search__results>.ck.ck-list.ck-template-list>.ck.ck-list__item>.ck.ck-button>.ck-template-form__text-part .ck-template-form__description{-webkit-box-orient:vertical;-webkit-line-clamp:2;color:var(--ck-color-text);display:-webkit-box;font-size:.85em;line-height:1.1;margin-top:var(--ck-spacing-tiny);overflow:hidden;text-overflow:ellipsis;white-space:normal}.ck.ck-template-form>.ck-search__results>.ck.ck-list.ck-template-list>.ck.ck-list__item>.ck.ck-button>.ck-template-form__text-part mark{background:var(--ck-color-highlight-background);font-size:inherit;font-weight:inherit;line-height:inherit;vertical-align:initial}',""]);const o=r},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,i){"string"==typeof t&&(t=[[null,t,""]]);var r={};if(i)for(var o=0;o<this.length;o++){var c=this[o][0];null!=c&&(r[c]=!0)}for(var s=0;s<t.length;s++){var a=[].concat(t[s]);i&&r[a[0]]||(n&&(a[2]?a[2]="".concat(n," and ").concat(a[2]):a[2]=n),e.push(a))}},e}},278:(t,e,n)=>{"use strict";var i,r=function(){return void 0===i&&(i=Boolean(window&&document&&document.all&&!window.atob)),i},o=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]}}(),c=[];function s(t){for(var e=-1,n=0;n<c.length;n++)if(c[n].identifier===t){e=n;break}return e}function a(t,e){for(var n={},i=[],r=0;r<t.length;r++){var o=t[r],a=e.base?o[0]+e.base:o[0],l=n[a]||0,u="".concat(a," ").concat(l);n[a]=l+1;var d=s(u),f={css:o[1],media:o[2],sourceMap:o[3]};-1!==d?(c[d].references++,c[d].updater(f)):c.push({identifier:u,updater:k(f,e),references:1}),i.push(u)}return i}function l(t){var e=document.createElement("style"),i=t.attributes||{};if(void 0===i.nonce){var r=n.nc;r&&(i.nonce=r)}if(Object.keys(i).forEach((function(t){e.setAttribute(t,i[t])})),"function"==typeof t.insert)t.insert(e);else{var c=o(t.insert||"head");if(!c)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");c.appendChild(e)}return e}var u,d=(u=[],function(t,e){return u[t]=e,u.filter(Boolean).join("\n")});function f(t,e,n,i){var r=n?"":i.media?"@media ".concat(i.media," {").concat(i.css,"}"):i.css;if(t.styleSheet)t.styleSheet.cssText=d(e,r);else{var o=document.createTextNode(r),c=t.childNodes;c[e]&&t.removeChild(c[e]),c.length?t.insertBefore(o,c[e]):t.appendChild(o)}}function p(t,e,n){var i=n.css,r=n.media,o=n.sourceMap;if(r?t.setAttribute("media",r):t.removeAttribute("media"),o&&"undefined"!=typeof btoa&&(i+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(o))))," */")),t.styleSheet)t.styleSheet.cssText=i;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(i))}}var h=null,m=0;function k(t,e){var n,i,r;if(e.singleton){var o=m++;n=h||(h=l(e)),i=f.bind(null,n,o,!1),r=f.bind(null,n,o,!0)}else n=l(e),i=p.bind(null,n,e),r=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(n)};return i(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;i(t=e)}else r()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=r());var n=a(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var i=0;i<n.length;i++){var r=s(n[i]);c[r].references--}for(var o=a(t,e),l=0;l<n.length;l++){var u=s(n[l]);0===c[u].references&&(c[u].updater(),c.splice(u,1))}n=o}}}},704:(t,e,n)=>{t.exports=n(79)("./src/core.js")},273:(t,e,n)=>{t.exports=n(79)("./src/ui.js")},209:(t,e,n)=>{t.exports=n(79)("./src/utils.js")},79:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(i){var r=e[i];if(void 0!==r)return r.exports;var o=e[i]={id:i,exports:{}};return t[i](o,o.exports,n),o.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 i in e)n.o(e,i)&&!n.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},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 i={};(()=>{"use strict";n.r(i),n.d(i,{Template:()=>U,TemplateCommand:()=>l,TemplateEditing:()=>h,TemplateUI:()=>A,icons:()=>Z});const t='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M8 0H3a2 2 0 0 0-2 2v15a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2ZM2.5 2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v15a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V2Z"/><path clip-rule="evenodd" d="M13 0h5a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2Zm0 1.5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5V2a.5.5 0 0 0-.5-.5h-5Z"/><path clip-rule="evenodd" d="M13 10h5a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2Zm0 1.5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5h-5Z"/></svg>';var e=n(704),r=n(209);const o=["htmlProcessor","toModel","function","insertContent","editor","string","change","data","toView"];var c,s;c=o,s=339,function(t){for(;--t;)c.push(c.shift())}(++s);const a=function(t,e){return o[t-=0]};class l extends e.Command{execute(t){const{model:e}=this.editor;let n;switch(typeof t){case a("0x8"):n=t;break;case a("0x5"):n=t()}a("0x8")==typeof n&&e[a("0x0")]((()=>{const t=this[a("0x7")][a("0x1")][a("0x3")][a("0x2")](n),i=this[a("0x7")][a("0x1")][a("0x4")](t);e[a("0x6")](i)}))}}const u=["licenseKey","You are using the trial version of CKEditor 5 template plugin with limited usage. Make sure you will not use it in the production environment.","get","template-invalid-license-key","add","init","templateLicenseKeyTrial","commands","templateLicenseKeyValid","TemplateEditing","destroy","info","insertTemplate","_licenseKeyCheckInterval","templateLicenseKeyTrialLimit:operations","editor"];var d,f;d=u,f=465,function(t){for(;--t;)d.push(d.shift())}(++f);const p=function(t,e){return u[t-=0]};class h extends e.Plugin{static get pluginName(){return p("0x8")}constructor(t){super(t),this[p("0xc")]=null}[p("0x4")](){const{editor:t}=this;t[p("0x6")][p("0x3")](p("0xb"),new l(t)),this[p("0xf")]=t.config[p("0x1")](p("0xf"));const e=this[p("0xe")];this[p("0xc")]=setInterval((()=>{let t;for(const n in e){const i=n,r=e[i];if(p("0x5")===r||"templateLicenseKeyInvalid"===r||p("0x7")===r||"templateLicenseKeyTrialLimit:operations"===r){delete e[i],t=r;break}}if("templateLicenseKeyInvalid"===t)throw clearInterval(this[p("0xc")]),new r.CKEditorError(p("0x2"),null);if(p("0x5")===t&&console[p("0xa")](p("0x0")),p("0xd")===t)throw clearInterval(this[p("0xc")]),new r.CKEditorError("template-trial-license-key-reached-limit-changes",null);p("0x7")===t&&clearInterval(this[p("0xc")])}),1e3)}[p("0x9")](){this[p("0xc")]&&clearInterval(this._licenseKeyCheckInterval)}}var m=n(273);const k=["size","addMany","clear","isVisible","length","buttonView","items","originalIndex","map","_resetFiltering","set","sort","title","isMatching","get","highlightText","forEach"];var x,w;x=k,w=330,function(t){for(;--t;)x.push(x.shift())}(++w);const v=function(t,e){return k[t-=0]};class g extends m.ListView{filter(t){if(!t)return this._resetFiltering();const e=new Map,n=this.items[v("0x1")]((n=>{const i=n[v("0xf")][v("0x6")](t);return n[v("0xd")]=!!i,n[v("0xf")][v("0x8")](i?t:null),i&&e[v("0x3")](n,i),n}))[v("0x4")](b)[v("0x4")]((i=e,function(t,e){const n=i[v("0x7")](t),r=i[v("0x7")](e);return n&&!r?-1:r&&!n?1:n||r?n[v("0x5")]&&!r[v("0x5")]?-1:!n[v("0x5")]&&r[v("0x5")]?1:0:0}));var i;return this[v("0x10")][v("0xc")](),this.items[v("0xb")](n),{resultsCount:e[v("0xa")],totalItemsCount:this[v("0x10")][v("0xe")]}}[v("0x2")](){const t=this[v("0x10")].map((t=>t))[v("0x4")](b);return t[v("0x9")]((t=>{t[v("0xd")]=!0,t[v("0xf")][v("0x8")](null)})),this[v("0x10")][v("0xc")](),this[v("0x10")][v("0xb")](t),{resultsCount:t[v("0xe")],totalItemsCount:t.length}}}function b(t,e){return t[v("0x0")]-e[v("0x0")]}var _,y,T=["buttonView"];_=T,y=271,function(t){for(;--t;)_.push(_.shift())}(++y);class I extends m.ListItemView{constructor(t,e){super(t),this.originalIndex=e,this[function(t,e){return T[t-=0]}("0x0")]=null}}const V='<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45 45">\n <path fill="#F0F0F0" d="M2 0h41s2 0 2 2v41s0 2 -2 2h-41s-2 0 -2 -2v-41s0 -2 2 -2" />\n <path fill="#D5D5D5" d="M11 10h10s1 0 1 1v24s0 1 -1 1h-10s-1 0 -1 -1v-24s0 -1 1 -1" />\n <path fill="#D5D5D5" d="M25 10h10s1 0 1 1v10s0 1 -1 1h-10s-1 0 -1 -1v-10s0 -1 1 -1" />\n <path fill="#D5D5D5" d="M25 24h10s1 0 1 1v10s0 1 -1 1h-10s-1 0 -1 -1v-10s0 -1 1 -1" />\n</svg>\n',C=["isMatching","div","match","textPartView","isColorInherited","element","extendTemplate","render","templateDefinition","description","push","text","option","destroy","labelView","descriptionView","title","ck-button__label","ck-template-form__text-part","titleView","iconView","setTemplate","highlightText","children"];var N,S;N=C,S=403,function(t){for(;--t;)N.push(N.shift())}(++S);const M=function(t,e){return C[t-=0]};class E extends m.ButtonView{constructor(t,e){super(t),this.templateDefinition=e,this[M("0x8")]=null;const{icon:n=V}=e;this.set({withText:!0,icon:n}),this[M("0xb")]({attributes:{role:M("0x11")}}),this[M("0x1")][M("0x9")]=!1}[M("0xc")](){super[M("0xc")](),this[M("0x8")]=new j(this.locale,this[M("0xd")],this[M("0x13")][M("0xa")].id),this[M("0x4")].remove(this[M("0x13")]),this[M("0x4")].add(this.textPartView)}[M("0x12")](){super[M("0x12")](),this[M("0x13")].destroy()}[M("0x5")](t){const{title:e,description:n}=this.templateDefinition,i=!!e[M("0x7")](t),r=!(!n||!n[M("0x7")](t));return i||r?{title:i,description:r}:null}[M("0x3")](t){this[M("0x8")][M("0x3")](t)}}class j extends m.View{constructor(t,e,n){super(t),this[M("0x15")]=e.title,this[M("0xe")]=e[M("0xe")],this[M("0x0")]=new m.HighlightedTextView,this[M("0x0")].text=this.title,this[M("0x0")][M("0xb")]({tag:"span",attributes:{class:[M("0x16")],id:n}});const i=[this[M("0x0")]];this[M("0xe")]&&(this[M("0x14")]=new m.HighlightedTextView,this.descriptionView[M("0x10")]=this[M("0xe")],this[M("0x14")][M("0xb")]({tag:"p",attributes:{class:["ck-template-form__description"]}}),i[M("0xf")](this.descriptionView)),this[M("0x2")]({tag:M("0x6"),attributes:{class:["ck",M("0x17")]},children:i})}[M("0x3")](t){this[M("0x0")].highlightText(t),this.description&&this.descriptionView.highlightText(t)}}var D=n(278),K=n.n(D),L=n(296),O={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};K()(L.Z,O);L.Z.locals;class A extends e.Plugin{static get pluginName(){return"TemplateUI"}init(){const{editor:e}=this,{t:n}=e,i=e.config.get("template.definitions")||[];e.ui.componentFactory.add("insertTemplate",(r=>{const o=(0,m.createDropdown)(r),c=this._createTemplateListView(r,i),s=new m.SearchTextView(r,{filteredView:c,queryView:{label:n("Search template")},class:"ck-template-form",infoView:{text:{notFound:{primary:t=>n('No templates were found matching "%0".',t),secondary:n("Please try a different phrase or check the spelling.")},noSearchableItems:{primary:n("No templates available.")}}}}),a=e.commands.get("insertTemplate");return o.bind("isEnabled").to(a),o.panelView.children.add(s),o.buttonView.set({label:n("Insert template"),icon:t,tooltip:!0}),o.on("change:isOpen",((t,e,n)=>{n||s.reset()})),o}))}afterInit(){!function(t){function n(t){return t.map((t=>String.fromCharCode(t))).join("")}(t=>{const i=[1,85,78,115,198,255,50,112,83,87,161],r=[127,34,6,211,167,86,146,199,132,160,18];function o(t){return function(t,e){const i=function(t){const e=atob(t),[i,r]=e[n([115,112,108,105,116])](n([45]));try{if(atob(r))return atob(i)}catch(t){}return e}(t),r=Array[n([102,114,111,109])](function(t){const e=new Uint8Array(t[n([108,101,110,103,116,104])]);for(let i=0;i<t[n([108,101,110,103,116,104])];i++)e[i]=t[n([99,104,97,114,67,111,100,101,65,116])](i);return e}(i)),o=r[n([112,111,112])](),c=r[n([112,111,112])]();return function(t){let e="";for(const i of t)e+=String[n([102,114,111,109,67,104,97,114,67,111,100,101])](i);return e}(function(t,e,i){const r={};r[n([110,117,109,98,101,114,79,102,82,111,117,110,100,115])]={16:10,24:12,32:14},r[n([114,99,111,110])]=[1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145],r[n([83])]=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22],r[n([84,49])]=[3328402341,4168907908,4000806809,4135287693,4294111757,3597364157,3731845041,2445657428,1613770832,33620227,3462883241,1445669757,3892248089,3050821474,1303096294,3967186586,2412431941,528646813,2311702848,4202528135,4026202645,2992200171,2387036105,4226871307,1101901292,3017069671,1604494077,1169141738,597466303,1403299063,3832705686,2613100635,1974974402,3791519004,1033081774,1277568618,1815492186,2118074177,4126668546,2211236943,1748251740,1369810420,3521504564,4193382664,3799085459,2883115123,1647391059,706024767,134480908,2512897874,1176707941,2646852446,806885416,932615841,168101135,798661301,235341577,605164086,461406363,3756188221,3454790438,1311188841,2142417613,3933566367,302582043,495158174,1479289972,874125870,907746093,3698224818,3025820398,1537253627,2756858614,1983593293,3084310113,2108928974,1378429307,3722699582,1580150641,327451799,2790478837,3117535592,0,3253595436,1075847264,3825007647,2041688520,3059440621,3563743934,2378943302,1740553945,1916352843,2487896798,2555137236,2958579944,2244988746,3151024235,3320835882,1336584933,3992714006,2252555205,2588757463,1714631509,293963156,2319795663,3925473552,67240454,4269768577,2689618160,2017213508,631218106,1269344483,2723238387,1571005438,2151694528,93294474,1066570413,563977660,1882732616,4059428100,1673313503,2008463041,2950355573,1109467491,537923632,3858759450,4260623118,3218264685,2177748300,403442708,638784309,3287084079,3193921505,899127202,2286175436,773265209,2479146071,1437050866,4236148354,2050833735,3362022572,3126681063,840505643,3866325909,3227541664,427917720,2655997905,2749160575,1143087718,1412049534,999329963,193497219,2353415882,3354324521,1807268051,672404540,2816401017,3160301282,369822493,2916866934,3688947771,1681011286,1949973070,336202270,2454276571,201721354,1210328172,3093060836,2680341085,3184776046,1135389935,3294782118,965841320,831886756,3554993207,4068047243,3588745010,2345191491,1849112409,3664604599,26054028,2983581028,2622377682,1235855840,3630984372,2891339514,4092916743,3488279077,3395642799,4101667470,1202630377,268961816,1874508501,4034427016,1243948399,1546530418,941366308,1470539505,1941222599,2546386513,3421038627,2715671932,3899946140,1042226977,2521517021,1639824860,227249030,260737669,3765465232,2084453954,1907733956,3429263018,2420656344,100860677,4160157185,470683154,3261161891,1781871967,2924959737,1773779408,394692241,2579611992,974986535,664706745,3655459128,3958962195,731420851,571543859,3530123707,2849626480,126783113,865375399,765172662,1008606754,361203602,3387549984,2278477385,2857719295,1344809080,2782912378,59542671,1503764984,160008576,437062935,1707065306,3622233649,2218934982,3496503480,2185314755,697932208,1512910199,504303377,2075177163,2824099068,1841019862,739644986],r[n([84,50])]=[2781242211,2230877308,2582542199,2381740923,234877682,3184946027,2984144751,1418839493,1348481072,50462977,2848876391,2102799147,434634494,1656084439,3863849899,2599188086,1167051466,2636087938,1082771913,2281340285,368048890,3954334041,3381544775,201060592,3963727277,1739838676,4250903202,3930435503,3206782108,4149453988,2531553906,1536934080,3262494647,484572669,2923271059,1783375398,1517041206,1098792767,49674231,1334037708,1550332980,4098991525,886171109,150598129,2481090929,1940642008,1398944049,1059722517,201851908,1385547719,1699095331,1587397571,674240536,2704774806,252314885,3039795866,151914247,908333586,2602270848,1038082786,651029483,1766729511,3447698098,2682942837,454166793,2652734339,1951935532,775166490,758520603,3000790638,4004797018,4217086112,4137964114,1299594043,1639438038,3464344499,2068982057,1054729187,1901997871,2534638724,4121318227,1757008337,0,750906861,1614815264,535035132,3363418545,3988151131,3201591914,1183697867,3647454910,1265776953,3734260298,3566750796,3903871064,1250283471,1807470800,717615087,3847203498,384695291,3313910595,3617213773,1432761139,2484176261,3481945413,283769337,100925954,2180939647,4037038160,1148730428,3123027871,3813386408,4087501137,4267549603,3229630528,2315620239,2906624658,3156319645,1215313976,82966005,3747855548,3245848246,1974459098,1665278241,807407632,451280895,251524083,1841287890,1283575245,337120268,891687699,801369324,3787349855,2721421207,3431482436,959321879,1469301956,4065699751,2197585534,1199193405,2898814052,3887750493,724703513,2514908019,2696962144,2551808385,3516813135,2141445340,1715741218,2119445034,2872807568,2198571144,3398190662,700968686,3547052216,1009259540,2041044702,3803995742,487983883,1991105499,1004265696,1449407026,1316239930,504629770,3683797321,168560134,1816667172,3837287516,1570751170,1857934291,4014189740,2797888098,2822345105,2754712981,936633572,2347923833,852879335,1133234376,1500395319,3084545389,2348912013,1689376213,3533459022,3762923945,3034082412,4205598294,133428468,634383082,2949277029,2398386810,3913789102,403703816,3580869306,2297460856,1867130149,1918643758,607656988,4049053350,3346248884,1368901318,600565992,2090982877,2632479860,557719327,3717614411,3697393085,2249034635,2232388234,2430627952,1115438654,3295786421,2865522278,3633334344,84280067,33027830,303828494,2747425121,1600795957,4188952407,3496589753,2434238086,1486471617,658119965,3106381470,953803233,334231800,3005978776,857870609,3151128937,1890179545,2298973838,2805175444,3056442267,574365214,2450884487,550103529,1233637070,4289353045,2018519080,2057691103,2399374476,4166623649,2148108681,387583245,3664101311,836232934,3330556482,3100665960,3280093505,2955516313,2002398509,287182607,3413881008,4238890068,3597515707,975967766],r[n([84,51])]=[1671808611,2089089148,2006576759,2072901243,4061003762,1807603307,1873927791,3310653893,810573872,16974337,1739181671,729634347,4263110654,3613570519,2883997099,1989864566,3393556426,2191335298,3376449993,2106063485,4195741690,1508618841,1204391495,4027317232,2917941677,3563566036,2734514082,2951366063,2629772188,2767672228,1922491506,3227229120,3082974647,4246528509,2477669779,644500518,911895606,1061256767,4144166391,3427763148,878471220,2784252325,3845444069,4043897329,1905517169,3631459288,827548209,356461077,67897348,3344078279,593839651,3277757891,405286936,2527147926,84871685,2595565466,118033927,305538066,2157648768,3795705826,3945188843,661212711,2999812018,1973414517,152769033,2208177539,745822252,439235610,455947803,1857215598,1525593178,2700827552,1391895634,994932283,3596728278,3016654259,695947817,3812548067,795958831,2224493444,1408607827,3513301457,0,3979133421,543178784,4229948412,2982705585,1542305371,1790891114,3410398667,3201918910,961245753,1256100938,1289001036,1491644504,3477767631,3496721360,4012557807,2867154858,4212583931,1137018435,1305975373,861234739,2241073541,1171229253,4178635257,33948674,2139225727,1357946960,1011120188,2679776671,2833468328,1374921297,2751356323,1086357568,2408187279,2460827538,2646352285,944271416,4110742005,3168756668,3066132406,3665145818,560153121,271589392,4279952895,4077846003,3530407890,3444343245,202643468,322250259,3962553324,1608629855,2543990167,1154254916,389623319,3294073796,2817676711,2122513534,1028094525,1689045092,1575467613,422261273,1939203699,1621147744,2174228865,1339137615,3699352540,577127458,712922154,2427141008,2290289544,1187679302,3995715566,3100863416,339486740,3732514782,1591917662,186455563,3681988059,3762019296,844522546,978220090,169743370,1239126601,101321734,611076132,1558493276,3260915650,3547250131,2901361580,1655096418,2443721105,2510565781,3828863972,2039214713,3878868455,3359869896,928607799,1840765549,2374762893,3580146133,1322425422,2850048425,1823791212,1459268694,4094161908,3928346602,1706019429,2056189050,2934523822,135794696,3134549946,2022240376,628050469,779246638,472135708,2800834470,3032970164,3327236038,3894660072,3715932637,1956440180,522272287,1272813131,3185336765,2340818315,2323976074,1888542832,1044544574,3049550261,1722469478,1222152264,50660867,4127324150,236067854,1638122081,895445557,1475980887,3117443513,2257655686,3243809217,489110045,2662934430,3778599393,4162055160,2561878936,288563729,1773916777,3648039385,2391345038,2493985684,2612407707,505560094,2274497927,3911240169,3460925390,1442818645,678973480,3749357023,2358182796,2717407649,2306869641,219617805,3218761151,3862026214,1120306242,1756942440,1103331905,2578459033,762796589,252780047,2966125488,1425844308,3151392187,372911126],r[n([84,52])]=[1667474886,2088535288,2004326894,2071694838,4075949567,1802223062,1869591006,3318043793,808472672,16843522,1734846926,724270422,4278065639,3621216949,2880169549,1987484396,3402253711,2189597983,3385409673,2105378810,4210693615,1499065266,1195886990,4042263547,2913856577,3570689971,2728590687,2947541573,2627518243,2762274643,1920112356,3233831835,3082273397,4261223649,2475929149,640051788,909531756,1061110142,4160160501,3435941763,875846760,2779116625,3857003729,4059105529,1903268834,3638064043,825316194,353713962,67374088,3351728789,589522246,3284360861,404236336,2526454071,84217610,2593830191,117901582,303183396,2155911963,3806477791,3958056653,656894286,2998062463,1970642922,151591698,2206440989,741110872,437923380,454765878,1852748508,1515908788,2694904667,1381168804,993742198,3604373943,3014905469,690584402,3823320797,791638366,2223281939,1398011302,3520161977,0,3991743681,538992704,4244381667,2981218425,1532751286,1785380564,3419096717,3200178535,960056178,1246420628,1280103576,1482221744,3486468741,3503319995,4025428677,2863326543,4227536621,1128514950,1296947098,859002214,2240123921,1162203018,4193849577,33687044,2139062782,1347481760,1010582648,2678045221,2829640523,1364325282,2745433693,1077985408,2408548869,2459086143,2644360225,943212656,4126475505,3166494563,3065430391,3671750063,555836226,269496352,4294908645,4092792573,3537006015,3452783745,202118168,320025894,3974901699,1600119230,2543297077,1145359496,387397934,3301201811,2812801621,2122220284,1027426170,1684319432,1566435258,421079858,1936954854,1616945344,2172753945,1330631070,3705438115,572679748,707427924,2425400123,2290647819,1179044492,4008585671,3099120491,336870440,3739122087,1583276732,185277718,3688593069,3772791771,842159716,976899700,168435220,1229577106,101059084,606366792,1549591736,3267517855,3553849021,2897014595,1650632388,2442242105,2509612081,3840161747,2038008818,3890688725,3368567691,926374254,1835907034,2374863873,3587531953,1313788572,2846482505,1819063512,1448540844,4109633523,3941213647,1701162954,2054852340,2930698567,134748176,3132806511,2021165296,623210314,774795868,471606328,2795958615,3031746419,3334885783,3907527627,3722280097,1953799400,522133822,1263263126,3183336545,2341176845,2324333839,1886425312,1044267644,3048588401,1718004428,1212733584,50529542,4143317495,235803164,1633788866,892690282,1465383342,3115962473,2256965911,3250673817,488449850,2661202215,3789633753,4177007595,2560144171,286339874,1768537042,3654906025,2391705863,2492770099,2610673197,505291324,2273808917,3924369609,3469625735,1431699370,673740880,3755965093,2358021891,2711746649,2307489801,218961690,3217021541,3873845719,1111672452,1751693520,1094828930,2576986153,757954394,252645662,2964376443,1414855848,3149649517,370555436],r[n([85,49])]=[0,235474187,470948374,303765277,941896748,908933415,607530554,708780849,1883793496,2118214995,1817866830,1649639237,1215061108,1181045119,1417561698,1517767529,3767586992,4003061179,4236429990,4069246893,3635733660,3602770327,3299278474,3400528769,2430122216,2664543715,2362090238,2193862645,2835123396,2801107407,3035535058,3135740889,3678124923,3576870512,3341394285,3374361702,3810496343,3977675356,4279080257,4043610186,2876494627,2776292904,3076639029,3110650942,2472011535,2640243204,2403728665,2169303058,1001089995,899835584,666464733,699432150,59727847,226906860,530400753,294930682,1273168787,1172967064,1475418501,1509430414,1942435775,2110667444,1876241833,1641816226,2910219766,2743034109,2976151520,3211623147,2505202138,2606453969,2302690252,2269728455,3711829422,3543599269,3240894392,3475313331,3843699074,3943906441,4178062228,4144047775,1306967366,1139781709,1374988112,1610459739,1975683434,2076935265,1775276924,1742315127,1034867998,866637845,566021896,800440835,92987698,193195065,429456164,395441711,1984812685,2017778566,1784663195,1683407248,1315562145,1080094634,1383856311,1551037884,101039829,135050206,437757123,337553864,1042385657,807962610,573804783,742039012,2531067453,2564033334,2328828971,2227573024,2935566865,2700099354,3001755655,3168937228,3868552805,3902563182,4203181171,4102977912,3736164937,3501741890,3265478751,3433712980,1106041591,1340463100,1576976609,1408749034,2043211483,2009195472,1708848333,1809054150,832877231,1068351396,766945465,599762354,159417987,126454664,361929877,463180190,2709260871,2943682380,3178106961,3009879386,2572697195,2538681184,2236228733,2336434550,3509871135,3745345300,3441850377,3274667266,3910161971,3877198648,4110568485,4211818798,2597806476,2497604743,2261089178,2295101073,2733856160,2902087851,3202437046,2968011453,3936291284,3835036895,4136440770,4169408201,3535486456,3702665459,3467192302,3231722213,2051518780,1951317047,1716890410,1750902305,1113818384,1282050075,1584504582,1350078989,168810852,67556463,371049330,404016761,841739592,1008918595,775550814,540080725,3969562369,3801332234,4035489047,4269907996,3569255213,3669462566,3366754619,3332740144,2631065433,2463879762,2160117071,2395588676,2767645557,2868897406,3102011747,3069049960,202008497,33778362,270040487,504459436,875451293,975658646,675039627,641025152,2084704233,1917518562,1615861247,1851332852,1147550661,1248802510,1484005843,1451044056,933301370,967311729,733156972,632953703,260388950,25965917,328671808,496906059,1206477858,1239443753,1543208500,1441952575,2144161806,1908694277,1675577880,1842759443,3610369226,3644379585,3408119516,3307916247,4011190502,3776767469,4077384432,4245618683,2809771154,2842737049,3144396420,3043140495,2673705150,2438237621,2203032232,2370213795],r[n([85,50])]=[0,185469197,370938394,487725847,741876788,657861945,975451694,824852259,1483753576,1400783205,1315723890,1164071807,1950903388,2135319889,1649704518,1767536459,2967507152,3152976349,2801566410,2918353863,2631447780,2547432937,2328143614,2177544179,3901806776,3818836405,4270639778,4118987695,3299409036,3483825537,3535072918,3652904859,2077965243,1893020342,1841768865,1724457132,1474502543,1559041666,1107234197,1257309336,598438867,681933534,901210569,1052338372,261314535,77422314,428819965,310463728,3409685355,3224740454,3710368113,3593056380,3875770207,3960309330,4045380933,4195456072,2471224067,2554718734,2237133081,2388260884,3212035895,3028143674,2842678573,2724322336,4138563181,4255350624,3769721975,3955191162,3667219033,3516619604,3431546947,3347532110,2933734917,2782082824,3099667487,3016697106,2196052529,2313884476,2499348523,2683765030,1179510461,1296297904,1347548327,1533017514,1786102409,1635502980,2087309459,2003294622,507358933,355706840,136428751,53458370,839224033,957055980,605657339,790073846,2373340630,2256028891,2607439820,2422494913,2706270690,2856345839,3075636216,3160175349,3573941694,3725069491,3273267108,3356761769,4181598602,4063242375,4011996048,3828103837,1033297158,915985419,730517276,545572369,296679730,446754879,129166120,213705253,1709610350,1860738147,1945798516,2029293177,1239331162,1120974935,1606591296,1422699085,4148292826,4233094615,3781033664,3931371469,3682191598,3497509347,3446004468,3328955385,2939266226,2755636671,3106780840,2988687269,2198438022,2282195339,2501218972,2652609425,1201765386,1286567175,1371368976,1521706781,1805211710,1620529459,2105887268,1988838185,533804130,350174575,164439672,46346101,870912086,954669403,636813900,788204353,2358957921,2274680428,2592523643,2441661558,2695033685,2880240216,3065962831,3182487618,3572145929,3756299780,3270937875,3388507166,4174560061,4091327024,4006521127,3854606378,1014646705,930369212,711349675,560487590,272786309,457992840,106852767,223377554,1678381017,1862534868,1914052035,2031621326,1211247597,1128014560,1580087799,1428173050,32283319,182621114,401639597,486441376,768917123,651868046,1003007129,818324884,1503449823,1385356242,1333838021,1150208456,1973745387,2125135846,1673061617,1756818940,2970356327,3120694122,2802849917,2887651696,2637442643,2520393566,2334669897,2149987652,3917234703,3799141122,4284502037,4100872472,3309594171,3460984630,3545789473,3629546796,2050466060,1899603969,1814803222,1730525723,1443857720,1560382517,1075025698,1260232239,575138148,692707433,878443390,1062597235,243256656,91341917,409198410,325965383,3403100636,3252238545,3704300486,3620022987,3874428392,3990953189,4042459122,4227665663,2460449204,2578018489,2226875310,2411029155,3198115200,3046200461,2827177882,2743944855],r[n([85,51])]=[0,218828297,437656594,387781147,875313188,958871085,775562294,590424639,1750626376,1699970625,1917742170,2135253587,1551124588,1367295589,1180849278,1265195639,3501252752,3720081049,3399941250,3350065803,3835484340,3919042237,4270507174,4085369519,3102249176,3051593425,2734591178,2952102595,2361698556,2177869557,2530391278,2614737639,3145456443,3060847922,2708326185,2892417312,2404901663,2187128086,2504130317,2555048196,3542330227,3727205754,3375740769,3292445032,3876557655,3926170974,4246310725,4027744588,1808481195,1723872674,1910319033,2094410160,1608975247,1391201670,1173430173,1224348052,59984867,244860394,428169201,344873464,935293895,984907214,766078933,547512796,1844882806,1627235199,2011214180,2062270317,1507497298,1423022939,1137477952,1321699145,95345982,145085239,532201772,313773861,830661914,1015671571,731183368,648017665,3175501286,2957853679,2807058932,2858115069,2305455554,2220981195,2474404304,2658625497,3575528878,3625268135,3473416636,3254988725,3778151818,3963161475,4213447064,4130281361,3599595085,3683022916,3432737375,3247465558,3802222185,4020912224,4172763771,4122762354,3201631749,3017672716,2764249623,2848461854,2331590177,2280796200,2431590963,2648976442,104699613,188127444,472615631,287343814,840019705,1058709744,671593195,621591778,1852171925,1668212892,1953757831,2037970062,1514790577,1463996600,1080017571,1297403050,3673637356,3623636965,3235995134,3454686199,4007360968,3822090177,4107101658,4190530515,2997825956,3215212461,2830708150,2779915199,2256734592,2340947849,2627016082,2443058075,172466556,122466165,273792366,492483431,1047239e3,861968209,612205898,695634755,1646252340,1863638845,2013908262,1963115311,1446242576,1530455833,1277555970,1093597963,1636604631,1820824798,2073724613,1989249228,1436590835,1487645946,1337376481,1119727848,164948639,81781910,331544205,516552836,1039717051,821288114,669961897,719700128,2973530695,3157750862,2871682645,2787207260,2232435299,2283490410,2667994737,2450346104,3647212047,3564045318,3279033885,3464042516,3980931627,3762502690,4150144569,4199882800,3070356634,3121275539,2904027272,2686254721,2200818878,2384911031,2570832044,2486224549,3747192018,3528626907,3310321856,3359936201,3950355702,3867060991,4049844452,4234721005,1739656202,1790575107,2108100632,1890328081,1402811438,1586903591,1233856572,1149249077,266959938,48394827,369057872,418672217,1002783846,919489135,567498868,752375421,209336225,24197544,376187827,459744698,945164165,895287692,574624663,793451934,1679968233,1764313568,2117360635,1933530610,1343127501,1560637892,1243112415,1192455638,3704280881,3519142200,3336358691,3419915562,3907448597,3857572124,4075877127,4294704398,3029510009,3113855344,2927934315,2744104290,2159976285,2377486676,2594734927,2544078150],r[n([85,52])]=[0,151849742,303699484,454499602,607398968,758720310,908999204,1059270954,1214797936,1097159550,1517440620,1400849762,1817998408,1699839814,2118541908,2001430874,2429595872,2581445614,2194319100,2345119218,3034881240,3186202582,2801699524,2951971274,3635996816,3518358430,3399679628,3283088770,4237083816,4118925222,4002861748,3885750714,1002142683,850817237,698445255,548169417,529487843,377642221,227885567,77089521,1943217067,2061379749,1640576439,1757691577,1474760595,1592394909,1174215055,1290801793,2875968315,2724642869,3111247143,2960971305,2405426947,2253581325,2638606623,2487810577,3808662347,3926825029,4044981591,4162096729,3342319475,3459953789,3576539503,3693126241,1986918061,2137062819,1685577905,1836772287,1381620373,1532285339,1078185097,1229899655,1040559837,923313619,740276417,621982671,439452389,322734571,137073913,19308535,3871163981,4021308739,4104605777,4255800159,3263785589,3414450555,3499326569,3651041127,2933202493,2815956275,3167684641,3049390895,2330014213,2213296395,2566595609,2448830231,1305906550,1155237496,1607244650,1455525988,1776460110,1626319424,2079897426,1928707164,96392454,213114376,396673818,514443284,562755902,679998e3,865136418,983426092,3708173718,3557504664,3474729866,3323011204,4180808110,4030667424,3945269170,3794078908,2507040230,2623762152,2272556026,2390325492,2975484382,3092726480,2738905026,2857194700,3973773121,3856137295,4274053469,4157467219,3371096953,3252932727,3673476453,3556361835,2763173681,2915017791,3064510765,3215307299,2156299017,2307622919,2459735317,2610011675,2081048481,1963412655,1846563261,1729977011,1480485785,1362321559,1243905413,1126790795,878845905,1030690015,645401037,796197571,274084841,425408743,38544885,188821243,3613494426,3731654548,3313212038,3430322568,4082475170,4200115116,3780097726,3896688048,2668221674,2516901860,2366882550,2216610296,3141400786,2989552604,2837966542,2687165888,1202797690,1320957812,1437280870,1554391400,1669664834,1787304780,1906247262,2022837584,265905162,114585348,499347990,349075736,736970802,585122620,972512814,821712160,2595684844,2478443234,2293045232,2174754046,3196267988,3079546586,2895723464,2777952454,3537852828,3687994002,3234156416,3385345166,4142626212,4293295786,3841024952,3992742070,174567692,57326082,410887952,292596766,777231668,660510266,1011452712,893681702,1108339068,1258480242,1343618912,1494807662,1715193156,1865862730,1948373848,2100090966,2701949495,2818666809,3004591147,3122358053,2235061775,2352307457,2535604243,2653899549,3915653703,3764988233,4219352155,4067639125,3444575871,3294430577,3746175075,3594982253,836553431,953270745,600235211,718002117,367585007,484830689,133361907,251657213,2041877159,1891211689,1806599355,1654886325,1568718495,1418573201,1335535747,1184342925];const o=new Uint8Array(16);for(let t=15;t>=0;--t)o[t]=i%256,i=parseInt(i/256);let c=null,s=16;const a=new Uint8Array(e),l=[],u=[];!function(){const t=r[n([110,117,109,98,101,114,79,102,82,111,117,110,100,115])][a[n([108,101,110,103,116,104])]];for(let e=0;e<=t;e++)l[n([112,117,115,104])]([0,0,0,0]),u[n([112,117,115,104])]([0,0,0,0]);const e=4*(t+1),i=a[n([108,101,110,103,116,104])]/4,o=d(a);let c;for(let e=0;e<i;e++)c=e>>2,l[c][e%4]=o[e],u[t-c][e%4]=o[e];let s,f=0,p=i;for(;p<e;){s=o[i-1],o[0]^=r[n([83])][s>>16&255]<<24^r[n([83])][s>>8&255]<<16^r[n([83])][255&s]<<8^r[n([83])][s>>24&255]^r[n([114,99,111,110])][f]<<24,f+=1;for(let t=1;t<i/2;t++)o[t]^=o[t-1];s=o[i/2-1],o[i/2]^=r[n([83])][255&s]^r[n([83])][s>>8&255]<<8^r[n([83])][s>>16&255]<<16^r[n([83])][s>>24&255]<<24;for(let t=i/2+1;t<i;t++)o[t]^=o[t-1];let c,a,d=0;for(;d<i&&p<e;)c=p>>2,a=p%4,l[c][a]=o[d],u[t-c][a]=o[d++],p++}for(let e=1;e<t;e++)for(let t=0;t<4;t++)s=u[e][t],u[e][t]=r[n([85,49])][s>>24&255]^r[n([85,50])][s>>16&255]^r[n([85,51])][s>>8&255]^r[n([85,52])][255&s]}();for(let e=0;e<t[n([108,101,110,103,116,104])];e++)16===s&&(c=p(o),s=0,f(o)),t[e]^=c[s++];return t;function d(t){const e=[];for(let i=0;i<t[n([108,101,110,103,116,104])];i+=4)e[n([112,117,115,104])](t[i]<<24|t[i+1]<<16|t[i+2]<<8|t[i+3]);return e}function f(t){for(let e=15;e>=0;e--){if(255!==t[e]){t[e]++;break}t[e]=0}}function p(t){const e=l[n([108,101,110,103,116,104])]-1,i=[0,0,0,0];let o=d(t);for(let t=0;t<4;t++)o[t]^=l[0][t];for(let t=1;t<e;t++){for(let e=0;e<4;e++)i[e]=r[n([84,49])][o[e]>>24&255]^r[n([84,50])][o[(e+1)%4]>>16&255]^r[n([84,51])][o[(e+2)%4]>>8&255]^r[n([84,52])][255&o[(e+3)%4]]^l[t][e];o=i[n([115,108,105,99,101])]()}const c=new Uint8Array(16);let s;for(let t=0;t<4;t++)s=l[e][t],c[4*t]=255&(r[n([83])][o[t]>>24&255]^s>>24),c[4*t+1]=255&(r[n([83])][o[(t+1)%4]>>16&255]^s>>16),c[4*t+2]=255&(r[n([83])][o[(t+2)%4]>>8&255]^s>>8),c[4*t+3]=255&(r[n([83])][255&o[(t+3)%4]]^s);return c}}(r,e,c+256*o))}(t,new Uint8Array([...i,29,221,175,90,231,133,239,240,75,180,...r]))}const c=function(){const t=[{[n([105,100])]:1,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([67,111,109,109,101,110,116,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([99,104,101,99,107,65,108,115,111])]:[{[n([105,100])]:2,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,114,97,99,107,32,67,104,97,110,103,101,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115]),[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}}],[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}},{[n([105,100])]:3,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,97,103,105,110,97,116,105,111,110]),[n([112,108,117,103,105,110,78,97,109,101])]:n([80,97,103,105,110,97,116,105,111,110,76,111,111,107,117,112]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([112,97,103,105,110,97,116,105,111,110,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:4,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([82,101,118,105,115,105,111,110,32,72,105,115,116,111,114,121]),[n([112,108,117,103,105,110,78,97,109,101])]:n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121]),[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}},{[n([105,100])]:5,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([68,111,99,117,109,101,110,116,32,79,117,116,108,105,110,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([68,111,99,117,109,101,110,116,79,117,116,108,105,110,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([100,111,99,117,109,101,110,116,79,117,116,108,105,110,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:6,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([70,111,114,109,97,116,32,80,97,105,110,116,101,114]),[n([112,108,117,103,105,110,78,97,109,101])]:n([70,111,114,109,97,116,80,97,105,110,116,101,114,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([102,111,114,109,97,116,80,97,105,110,116,101,114,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:7,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([83,108,97,115,104,32,67,111,109,109,97,110,100]),[n([112,108,117,103,105,110,78,97,109,101])]:n([83,108,97,115,104,67,111,109,109,97,110,100,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:8,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,97,98,108,101,32,111,102,32,67,111,110,116,101,110,116,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,97,98,108,101,79,102,67,111,110,116,101,110,116,115,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([116,97,98,108,101,79,102,67,111,110,116,101,110,116,115,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:9,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,101,109,112,108,97,116,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,101,109,112,108,97,116,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([116,101,109,112,108,97,116,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:10,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,97,115,116,101,32,102,114,111,109,32,79,102,102,105,99,101,32,69,110,104,97,110,99,101,100]),[n([112,108,117,103,105,110,78,97,109,101])]:n([80,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,73,110,108,105,110,101,114]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([112,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:11,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([65,73,32,65,115,115,105,115,116,97,110,116]),[n([112,108,117,103,105,110,78,97,109,101])]:n([65,73,65,115,115,105,115,116,97,110,116,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([97,105,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])}];return function t(e){e[n([102,111,114,69,97,99,104])]((e=>{e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]=1<<e[n([105,100])]-1,e[n([99,104,101,99,107,65,108,115,111])]&&t(e[n([99,104,101,99,107,65,108,115,111])])}))}(t),t}(),s={[n([99,104,101,99,107,76,105,99,101,110,115,101])]:function(t,e){m(h(t,e),e)},[n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115])]:function(t,e){m(function(t,e){try{if(b(l,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))&&t){const i=_(l,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))[n([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])];if(parseInt(i)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])])return k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}return h(t,e)}catch(t){return k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}(t,e),e)},[n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121])]:function(t,e){const o=r[0]*i[1],c=r[0]*i[2],s=r[2]*i[2];function a(t,e){u(),k(e+n([84,114,105,97,108,76,105,109,105,116,58])+t),window[x()]=t===n([116,105,109,101])?o:c}function u(){const t=l;function e(){b(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&(_(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([117,110,98,105,110,100])](n([105,115,69,110,97,98,108,101,100])),_(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([105,115,69,110,97,98,108,101,100])]=!1,_(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([117,112,100,97,116,101])]=g,_(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([115,97,118,101,82,101,118,105,115,105,111,110])]=g,t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=g,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=g,t[n([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](n([109,111,100,101,108]))),b(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(_(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([117,110,98,105,110,100])](n([105,115,69,110,97,98,108,101,100])),_(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([105,115,69,110,97,98,108,101,100])]=!1,_(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([99,111,109,112,97,114,101])]=g,_(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([95,103,101,116,68,105,102,102])]=g)}t[n([115,116,97,116,101])]==n([114,101,97,100,121])?e():t[n([111,110,99,101])](n([114,101,97,100,121]),(()=>{if(b(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&e(),b(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))){const i=_(t,n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121])),r=i.getRevision(0),o=i.getEarlierVisibleRevision(r[n([105,100])]);_(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([99,111,109,112,97,114,101])](r[n([105,100])],o?o[n([105,100])]:null,1).then((()=>e()))}}))}b(l,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&_(l,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[n([115,116,97,116,101])]==n([99,111,110,110,101,99,116,101,100])&&(window[x()]=s),function(t,e){if(t==e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))u();else if(t==e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])){const t=function(){if(!b(l,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const t in window)if(Number.isNaN(Number(t))){if(window[t]===o)return n([116,105,109,101]);if(window[t]===c)return n([114,101,118,105,115,105,111,110,115])}return!1}();t&&a(t,e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]);const s=function(){let t=r[6]*i[8]*i[6];return b(l,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(t/=10),t}();window[n([115,101,116,84,105,109,101,111,117,116])]((()=>{a(n([116,105,109,101]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}),s);const u=_(l,n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]))[n([95,114,101,118,105,115,105,111,110,115])];u[n([108,101,110,103,116,104])]>=7?a(n([114,101,118,105,115,105,111,110,115]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]):u.on(n([97,100,100]),(()=>{u[n([108,101,110,103,116,104])]>=7&&a(n([114,101,118,105,115,105,111,110,115]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}))}}(function(t,e){try{return function(){if(!b(l,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const t in window)if(Number.isNaN(Number(t))&&window[t]===s)return!0;return!1}()?k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):h(t,e)}catch(t){return k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}(t,e),e)}},a=t[n([99,111,110,115,116,114,117,99,116,111,114])][n([112,108,117,103,105,110,78,97,109,101])],l=n([99,111,110,116,101,120,116])in t?t.context:t.editor,u=n([52,48,52,54,50,48,48,56]),d=n([65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,48,49,50,51,52,53,54,55,56,57]),f=l.config.get(n([108,105,99,101,110,115,101,75,101,121])),p=c[n([102,105,110,100])]((t=>t[n([112,108,117,103,105,110,78,97,109,101])]===a));function h(t,e){try{return function(t){if(!b(l,t[n([112,108,117,103,105,110,78,97,109,101])]))return!0;const e=t[n([111,112,116,105,111,110,115])]||{},i=e[n([97,105,119,115,103,105,99])]||!1,r=e[n([97,105,116,99,100,103,105,108])]||!1,o=e[n([97,105,114,118,105,105,108])]||!1;return!(!b(l,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))||_(l,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[n([115,116,97,116,101])]!=n([99,111,110,110,101,99,116,101,100])||!i)||(!(!b(l,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))||_(l,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))[n([114,101,115,117,108,116])]!=n([101,110,100])||!r)||!(!b(l,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))||_(l,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))[n([114,101,115,117,108,116])]!=n([101,110,100])||!o))}(e)?k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):t&&t[n([97,108,108,111,119,101,100,80,108,117,103,105,110,115])]&e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]?t[n([105,115,73,110,116,101,114,110,97,108])]&&!window[n([111,112,101,110])][n([99,108,111,115,101,100])]||parseInt(u)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]?k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])):t[n([105,115,84,114,105,97,108])]?k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])):k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}catch(t){return k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}function m(t,o){if(l instanceof e.Context){const e=l;t==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])?w(e):t==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])&&window[n([115,101,116,84,105,109,101,111,117,116])]((()=>{w(e),k(o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101]))}),r[6]*i[8]*i[6]),e[n([101,100,105,116,111,114,115])][n([111,110])](n([97,100,100]),((e,i)=>{t!=o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])&&t!=o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101])&&t!=o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])||v(i)}))}else{const e=l;t==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])?v(e):t==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])&&e[n([111,110])](n([114,101,97,100,121]),(()=>{let t=0;e[n([109,111,100,101,108])][n([111,110])](n([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((i,r)=>{r[0][n([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504===t&&(v(e),k(o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])),i[n([111,102,102])]())}),{priority:n([104,105,103,104,101,115,116])})}))}}function k(t){const e=x();return l[e]=t,t}function x(){const t=String(window[n([112,101,114,102,111,114,109,97,110,99,101])][n([110,111,119])]())[n([114,101,112,108,97,99,101])](n([46]),"");let e="";for(let i=0;i<t[n([108,101,110,103,116,104])];i+=2){let r=parseInt(t[n([115,117,98,115,116,114,105,110,103])](i,i+2));r>=d[n([108,101,110,103,116,104])]&&(r-=d[n([108,101,110,103,116,104])]),e+=d[r]}return e}function w(t){for(const e of t[n([101,100,105,116,111,114,115])])v(e);_(t,n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[n([115,119,105,116,99,104,82,101,97,100,79,110,108,121])](!0),_(t,n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[n([115,119,105,116,99,104,82,101,97,100,79,110,108,121])]=g}function v(t){function e(){t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=g,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=g,t[n([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](n([109,111,100,101,108]))}t[n([115,116,97,116,101])]==n([114,101,97,100,121])?e():t[n([111,110,99,101])](n([114,101,97,100,121]),(()=>e()))}function g(){return null}function b(t,e){return t[n([112,108,117,103,105,110,115])][n([104,97,115])](e)}function _(t,e){return t[n([112,108,117,103,105,110,115])][n([103,101,116])](e)}p&&function t(e,i){s[i[n([104,97,110,100,108,101,114])]](e,i),i[n([99,104,101,99,107,65,108,115,111])]&&i[n([99,104,101,99,107,65,108,115,111])][n([102,105,108,116,101,114])]((t=>b(l,t[n([112,108,117,103,105,110,78,97,109,101])])))[n([102,111,114,69,97,99,104])]((n=>t(e,n)))}(function(t){try{const e=o(t),i=JSON[n([112,97,114,115,101])](e),r=parseInt(i[n([49])]),c=parseInt(i[n([51])]),s=parseInt(i[n([52])])||0,a=parseInt(i[n([53])])||0;return{[n([97,108,108,111,119,101,100,80,108,117,103,105,110,115])]:s,[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]:r,[n([105,115,84,114,105,97,108])]:c,[n([105,115,73,110,116,101,114,110,97,108])]:a}}catch(t){return null}}(f),p)})(t)}(this)}_createTemplateListView(t,e){const{editor:n}=this,i=new g(t);return i.extendTemplate({attributes:{class:["ck-template-list"]}}),i.items.addMany(e.map(((e,i)=>{const r=new I(t,i),o=new E(t,e);return r.buttonView=o,r.children.add(o),r.buttonView.on("execute",(t=>{n.execute("insertTemplate",t.source.templateDefinition.data),n.editing.view.focus()})),r}))),i}}var P,z,F=["requires"];P=F,z=160,function(t){for(;--t;)P.push(P.shift())}(++z);class U extends e.Plugin{static get[function(t,e){return F[t-=0]}("0x0")](){return[h,A]}static get pluginName(){return"Template"}}const Z={templateIcon:t}})(),(window.CKEditor5=window.CKEditor5||{}).template=i})();
@@ -1 +1 @@
1
- !function(e){const a=e.ar=e.ar||{};a.dictionary=Object.assign(a.dictionary||{},{Clear:"مسح","Insert template":"إدراج نموذج","No templates available.":"لا توجد قوالب متاحة.",'No templates were found matching "%0".':'لم نجد قوالب تطابق "%0".',"Please try a different phrase or check the spelling.":"يُرجى محاولة البحث باستخدام عبارة أخرى أو تدقيق عبارة البحث إملائياً.","Search template":"البحث في القوالب"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const t=e.ar=e.ar||{};t.dictionary=Object.assign(t.dictionary||{},{"Insert template":"إدراج نموذج","No templates available.":"لا توجد قوالب متاحة.",'No templates were found matching "%0".':'لم نجد قوالب تطابق "%0".',"Please try a different phrase or check the spelling.":"يُرجى محاولة البحث باستخدام عبارة أخرى أو تدقيق عبارة البحث إملائياً.","Search template":"البحث في القوالب"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(e){const t=e.bg=e.bg||{};t.dictionary=Object.assign(t.dictionary||{},{Clear:"Изчисти","Insert template":"Вмъкване на шаблон","No templates available.":"Няма налични шаблони.",'No templates were found matching "%0".':"Не бяха открити шаблони, съответстващи на „%0“.","Please try a different phrase or check the spelling.":"Моля, опитайте с друг израз или проверете правописа.","Search template":"Търсене на шаблон"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const t=e.bg=e.bg||{};t.dictionary=Object.assign(t.dictionary||{},{"Insert template":"Вмъкване на шаблон","No templates available.":"Няма налични шаблони.",'No templates were found matching "%0".':"Не бяха открити шаблони, съответстващи на „%0“.","Please try a different phrase or check the spelling.":"Моля, опитайте с друг израз или проверете правописа.","Search template":"Търсене на шаблон"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(e){const t=e.bn=e.bn||{};t.dictionary=Object.assign(t.dictionary||{},{Clear:"পরিষ্কার করুন","Insert template":"টেমপ্লেট প্রবেশ করান","No templates available.":"কোন টেমপ্লেট উপলব্ধ নেই।",'No templates were found matching "%0".':'"%0" এর সাথে মিলে যাওয়া কোনো টেমপ্লেট পাওয়া যায়নি।',"Please try a different phrase or check the spelling.":"অনুগ্রহ করে একটি ভিন্ন শব্দগুচ্ছ চেষ্টা করুন বা বানানটি পরীক্ষা করুন।","Search template":"টেমপ্লেট অনুসন্ধান করুন"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const t=e.bn=e.bn||{};t.dictionary=Object.assign(t.dictionary||{},{"Insert template":"টেমপ্লেট প্রবেশ করান","No templates available.":"কোন টেমপ্লেট উপলব্ধ নেই।",'No templates were found matching "%0".':'"%0" এর সাথে মিলে যাওয়া কোনো টেমপ্লেট পাওয়া যায়নি।',"Please try a different phrase or check the spelling.":"অনুগ্রহ করে একটি ভিন্ন শব্দগুচ্ছ চেষ্টা করুন বা বানানটি পরীক্ষা করুন।","Search template":"টেমপ্লেট অনুসন্ধান করুন"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(a){const e=a.ca=a.ca||{};e.dictionary=Object.assign(e.dictionary||{},{Clear:"Esborra","Insert template":"Insereix una plantilla","No templates available.":"No hi ha plantilles disponibles.",'No templates were found matching "%0".':'No s\'ha trobat cap plantilla que coincideixi amb "%0".',"Please try a different phrase or check the spelling.":"Prova-ho de nou amb una frase diferent o revisa l'ortografia.","Search template":"Cerca una plantilla"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(a){const e=a.ca=a.ca||{};e.dictionary=Object.assign(e.dictionary||{},{"Insert template":"Insereix una plantilla","No templates available.":"No hi ha plantilles disponibles.",'No templates were found matching "%0".':'No s\'ha trobat cap plantilla que coincideixi amb "%0".',"Please try a different phrase or check the spelling.":"Prova-ho de nou amb una frase diferent o revisa l'ortografia.","Search template":"Cerca una plantilla"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(e){const a=e.cs=e.cs||{};a.dictionary=Object.assign(a.dictionary||{},{Clear:"Smazat","Insert template":"Vložit šablonu","No templates available.":"Žádné šablony k dispozici.",'No templates were found matching "%0".':"Pro výraz „%0“ nebyly nalezeny žádné odpovídající šablony.","Please try a different phrase or check the spelling.":"Zkuste jinou frázi nebo zkontrolujte, zda jste neudělali chybu.","Search template":"Hledat šablony"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const n=e.cs=e.cs||{};n.dictionary=Object.assign(n.dictionary||{},{"Insert template":"Vložit šablonu","No templates available.":"Žádné šablony k dispozici.",'No templates were found matching "%0".':"Pro výraz „%0“ nebyly nalezeny žádné odpovídající šablony.","Please try a different phrase or check the spelling.":"Zkuste jinou frázi nebo zkontrolujte, zda jste neudělali chybu.","Search template":"Hledat šablony"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(e){const n=e.da=e.da||{};n.dictionary=Object.assign(n.dictionary||{},{Clear:"Ryd","Insert template":"Indsæt skabelon","No templates available.":"Ingen tilgængelige skabeloner.",'No templates were found matching "%0".':'Der blev ikke fundet nogen skabeloner ud fra "%0".',"Please try a different phrase or check the spelling.":"Prøv en anden søgning eller tjek stavemåden.","Search template":"Søg efter skabelon"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const n=e.da=e.da||{};n.dictionary=Object.assign(n.dictionary||{},{"Insert template":"Indsæt skabelon","No templates available.":"Ingen tilgængelige skabeloner.",'No templates were found matching "%0".':'Der blev ikke fundet nogen skabeloner ud fra "%0".',"Please try a different phrase or check the spelling.":"Prøv en anden søgning eller tjek stavemåden.","Search template":"Søg efter skabelon"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(e){const n=e.de=e.de||{};n.dictionary=Object.assign(n.dictionary||{},{Clear:"Löschen","Insert template":"Vorlage einfügen","No templates available.":"Keine Vorlagen verfügbar.",'No templates were found matching "%0".':"Es wurden keine Vorlagen gefunden, die „%0“ entsprechen.","Please try a different phrase or check the spelling.":"Bitte versuchen Sie einen anderen Ausdruck oder überprüfen Sie die Schreibweise.","Search template":"Vorlage suchen"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const n=e.de=e.de||{};n.dictionary=Object.assign(n.dictionary||{},{"Insert template":"Vorlage einfügen","No templates available.":"Keine Vorlagen verfügbar.",'No templates were found matching "%0".':"Es wurden keine Vorlagen gefunden, die „%0“ entsprechen.","Please try a different phrase or check the spelling.":"Bitte versuchen Sie einen anderen Ausdruck oder überprüfen Sie die Schreibweise.","Search template":"Vorlage suchen"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(e){const t=e.el=e.el||{};t.dictionary=Object.assign(t.dictionary||{},{Clear:"Καθαρισμός","Insert template":"Εισαγάγετε πρότυπο","No templates available.":"Δεν υπάρχουν διαθέσιμα πρότυπα.",'No templates were found matching "%0".':'Δεν βρέθηκαν πρότυπα που να ταιριάζουν με το "%0".',"Please try a different phrase or check the spelling.":"Παρακαλούμε δοκιμάστε μια διαφορετική φράση ή ελέγξτε την ορθογραφία.","Search template":"Πρότυπο αναζήτησης"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const t=e.el=e.el||{};t.dictionary=Object.assign(t.dictionary||{},{"Insert template":"Εισαγάγετε πρότυπο","No templates available.":"Δεν υπάρχουν διαθέσιμα πρότυπα.",'No templates were found matching "%0".':'Δεν βρέθηκαν πρότυπα που να ταιριάζουν με το "%0".',"Please try a different phrase or check the spelling.":"Παρακαλούμε δοκιμάστε μια διαφορετική φράση ή ελέγξτε την ορθογραφία.","Search template":"Πρότυπο αναζήτησης"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(e){const a=e["en-au"]=e["en-au"]||{};a.dictionary=Object.assign(a.dictionary||{},{Clear:"Clear","Insert template":"Insert template","No templates available.":"No templates available.",'No templates were found matching "%0".':'No templates were found matching "%0".',"Please try a different phrase or check the spelling.":"Please try a different phrase or check the spelling.","Search template":"Search template"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const t=e["en-au"]=e["en-au"]||{};t.dictionary=Object.assign(t.dictionary||{},{"Insert template":"Insert template","No templates available.":"No templates available.",'No templates were found matching "%0".':'No templates were found matching "%0".',"Please try a different phrase or check the spelling.":"Please try a different phrase or check the spelling.","Search template":"Search template"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(e){const a=e.es=e.es||{};a.dictionary=Object.assign(a.dictionary||{},{Clear:"Borrar","Insert template":"Insertar plantilla","No templates available.":"No hay plantillas disponibles.",'No templates were found matching "%0".':"No se han encontrado plantillas que coincidan con «%0».","Please try a different phrase or check the spelling.":"Intente con una frase diferente o revise la ortografía.","Search template":"Buscar plantilla"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const a=e.es=e.es||{};a.dictionary=Object.assign(a.dictionary||{},{"Insert template":"Insertar plantilla","No templates available.":"No hay plantillas disponibles.",'No templates were found matching "%0".':"No se han encontrado plantillas que coincidan con «%0».","Please try a different phrase or check the spelling.":"Intente con una frase diferente o revise la ortografía.","Search template":"Buscar plantilla"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(e){const a=e.et=e.et||{};a.dictionary=Object.assign(a.dictionary||{},{Clear:"Selge","Insert template":"Lisa Mall","No templates available.":"Malle pole saadaval.",'No templates were found matching "%0".':'Ühtegi malli ei leitud sobivat "%0".',"Please try a different phrase or check the spelling.":"Proovige mõnda muud fraasi või kontrollige õigekirja.","Search template":"Otsi malli"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const a=e.et=e.et||{};a.dictionary=Object.assign(a.dictionary||{},{"Insert template":"Lisa Mall","No templates available.":"Malle pole saadaval.",'No templates were found matching "%0".':'Ühtegi malli ei leitud sobivat "%0".',"Please try a different phrase or check the spelling.":"Proovige mõnda muud fraasi või kontrollige õigekirja.","Search template":"Otsi malli"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(a){const t=a.fi=a.fi||{};t.dictionary=Object.assign(t.dictionary||{},{Clear:"Tyhjennä","Insert template":"Lisää malli","No templates available.":"Ei malleja saatavilla.",'No templates were found matching "%0".':'Kohdetta "%0" vastaavia malleja ei löytynyt.',"Please try a different phrase or check the spelling.":"Kokeilethan toista lausetta tai tarkista oikeinkirjoitus.","Search template":"Etsi mallia"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(a){const t=a.fi=a.fi||{};t.dictionary=Object.assign(t.dictionary||{},{"Insert template":"Lisää malli","No templates available.":"Ei malleja saatavilla.",'No templates were found matching "%0".':'Kohdetta "%0" vastaavia malleja ei löytynyt.',"Please try a different phrase or check the spelling.":"Kokeilethan toista lausetta tai tarkista oikeinkirjoitus.","Search template":"Etsi mallia"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(e){const r=e.fr=e.fr||{};r.dictionary=Object.assign(r.dictionary||{},{Clear:"Effacer","Insert template":"Insérer un modèle","No templates available.":"Aucun modèle disponible.",'No templates were found matching "%0".':"Aucun modèle correspondant à « %0 » n'a été trouvé.","Please try a different phrase or check the spelling.":"Veuillez essayer une autre phrase ou vérifier l'orthographe.","Search template":"Rechercher un modèle"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const r=e.fr=e.fr||{};r.dictionary=Object.assign(r.dictionary||{},{"Insert template":"Insérer un modèle","No templates available.":"Aucun modèle disponible.",'No templates were found matching "%0".':"Aucun modèle correspondant à « %0 » n'a été trouvé.","Please try a different phrase or check the spelling.":"Veuillez essayer une autre phrase ou vérifier l'orthographe.","Search template":"Rechercher un modèle"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(e){const o=e.gl=e.gl||{};o.dictionary=Object.assign(o.dictionary||{},{Clear:"Limpar","Insert template":"Inserir modelo","No templates available.":"Non hai modelos dispoñíbeis",'No templates were found matching "%0".':"Non se atopou ningún modelo que coincida con «%0».","Please try a different phrase or check the spelling.":"Probe cunha frase diferente ou revise a ortografía.","Search template":"Buscar modelo"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const o=e.gl=e.gl||{};o.dictionary=Object.assign(o.dictionary||{},{"Insert template":"Inserir modelo","No templates available.":"Non hai modelos dispoñíbeis",'No templates were found matching "%0".':"Non se atopou ningún modelo que coincida con «%0».","Please try a different phrase or check the spelling.":"Probe cunha frase diferente ou revise a ortografía.","Search template":"Buscar modelo"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(e){const t=e.he=e.he||{};t.dictionary=Object.assign(t.dictionary||{},{Clear:"לנקות","Insert template":"להוסיף תבנית","No templates available.":"אין תבניות זמינות.",'No templates were found matching "%0".':'לא נמצאו תבניות שתואמות את "%0".',"Please try a different phrase or check the spelling.":"אנא נסו צירוף מילים שונה או בדקו את האיות.","Search template":"לחפש תבנית"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const t=e.he=e.he||{};t.dictionary=Object.assign(t.dictionary||{},{"Insert template":"להוסיף תבנית","No templates available.":"אין תבניות זמינות.",'No templates were found matching "%0".':'לא נמצאו תבניות שתואמות את "%0".',"Please try a different phrase or check the spelling.":"אנא נסו צירוף מילים שונה או בדקו את האיות.","Search template":"לחפש תבנית"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(e){const t=e.hi=e.hi||{};t.dictionary=Object.assign(t.dictionary||{},{Clear:"साफ़ करें","Insert template":"टेम्प्लेट इंसर्ट करें","No templates available.":"कोई भी टेम्प्लेट उपलब्ध नहीं हैं.",'No templates were found matching "%0".':'"%0" से मेल खाता कोई टेम्प्लेट नहीं मिला.',"Please try a different phrase or check the spelling.":"कृपया किन्हीं और शब्दों का इस्तेमाल करें या स्पेलिंग चेक करें.","Search template":"टेम्प्लेट ढूँढें"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const t=e.hi=e.hi||{};t.dictionary=Object.assign(t.dictionary||{},{"Insert template":"टेम्प्लेट इंसर्ट करें","No templates available.":"कोई भी टेम्प्लेट उपलब्ध नहीं हैं.",'No templates were found matching "%0".':'"%0" से मेल खाता कोई टेम्प्लेट नहीं मिला.',"Please try a different phrase or check the spelling.":"कृपया किन्हीं और शब्दों का इस्तेमाल करें या स्पेलिंग चेक करें.","Search template":"टेम्प्लेट ढूँढें"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(e){const a=e.hr=e.hr||{};a.dictionary=Object.assign(a.dictionary||{},{Clear:"Obriši","Insert template":"Umetnite predložak","No templates available.":"Nema dostupnih predložaka.",'No templates were found matching "%0".':'Nema pronađenih predložaka koji sadržavaju "%0".',"Please try a different phrase or check the spelling.":"Molimo pokušajte drugačiji izraz ili provjerite pravopis.","Search template":"Traži predloške"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const a=e.hr=e.hr||{};a.dictionary=Object.assign(a.dictionary||{},{"Insert template":"Umetnite predložak","No templates available.":"Nema dostupnih predložaka.",'No templates were found matching "%0".':'Nema pronađenih predložaka koji sadržavaju "%0".',"Please try a different phrase or check the spelling.":"Molimo pokušajte drugačiji izraz ili provjerite pravopis.","Search template":"Traži predloške"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(e){const l=e.hu=e.hu||{};l.dictionary=Object.assign(l.dictionary||{},{Clear:"Törlés","Insert template":"Sablon beszúrása","No templates available.":"Nem állnak rendelkezésre sablonok.",'No templates were found matching "%0".':"A(z) „%0” kifejezésnek megfelelő sablon nem található.","Please try a different phrase or check the spelling.":"Kérjük, próbálkozzon másik kifejezéssel, vagy ellenőrizze a helyesírást.","Search template":"Sablon keresése"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const a=e.hu=e.hu||{};a.dictionary=Object.assign(a.dictionary||{},{"Insert template":"Sablon beszúrása","No templates available.":"Nem állnak rendelkezésre sablonok.",'No templates were found matching "%0".':"A(z) „%0” kifejezésnek megfelelő sablon nem található.","Please try a different phrase or check the spelling.":"Kérjük, próbálkozzon másik kifejezéssel, vagy ellenőrizze a helyesírást.","Search template":"Sablon keresése"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(a){const e=a.id=a.id||{};e.dictionary=Object.assign(e.dictionary||{},{Clear:"Kosongkan","Insert template":"Sisipkan templat","No templates available.":"Tak ada templat tersedia",'No templates were found matching "%0".':'Tak menemukan templat yang cocok dengan "%0".',"Please try a different phrase or check the spelling.":"Silakan coba frasa lain atau periksa ejaannya.","Search template":"Cari templat"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(a){const e=a.id=a.id||{};e.dictionary=Object.assign(e.dictionary||{},{"Insert template":"Sisipkan templat","No templates available.":"Tak ada templat tersedia",'No templates were found matching "%0".':'Tak menemukan templat yang cocok dengan "%0".',"Please try a different phrase or check the spelling.":"Silakan coba frasa lain atau periksa ejaannya.","Search template":"Cari templat"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(e){const o=e.it=e.it||{};o.dictionary=Object.assign(o.dictionary||{},{Clear:"Cancella","Insert template":"Inserisci modello","No templates available.":"Nessun modello disponibile.",'No templates were found matching "%0".':'Nessun modello trovato corrispondente a "%0".',"Please try a different phrase or check the spelling.":"Prova una frase diversa o controlla l'ortografia.","Search template":"Cerca modello"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const o=e.it=e.it||{};o.dictionary=Object.assign(o.dictionary||{},{"Insert template":"Inserisci modello","No templates available.":"Nessun modello disponibile.",'No templates were found matching "%0".':'Nessun modello trovato corrispondente a "%0".',"Please try a different phrase or check the spelling.":"Prova una frase diversa o controlla l'ortografia.","Search template":"Cerca modello"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(e){const a=e.ja=e.ja||{};a.dictionary=Object.assign(a.dictionary||{},{Clear:"消去","Insert template":"テンプレートを挿入","No templates available.":"テンプレートがありません。",'No templates were found matching "%0".':"「%0」に一致するテンプレートは見つかりませんでした。","Please try a different phrase or check the spelling.":"別のフレーズを試すかスペルを確認してください。","Search template":"検索テンプレート"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const t=e.ja=e.ja||{};t.dictionary=Object.assign(t.dictionary||{},{"Insert template":"テンプレートを挿入","No templates available.":"テンプレートがありません。",'No templates were found matching "%0".':"「%0」に一致するテンプレートは見つかりませんでした。","Please try a different phrase or check the spelling.":"別のフレーズを試すかスペルを確認してください。","Search template":"検索テンプレート"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(e){const t=e.ko=e.ko||{};t.dictionary=Object.assign(t.dictionary||{},{Clear:"지우기","Insert template":"템플릿 삽입","No templates available.":"사용할 수 있는 템플릿이 없습니다.",'No templates were found matching "%0".':'"%0"(와)과 일치하는 템플릿을 찾지 못했습니다.',"Please try a different phrase or check the spelling.":"다른 문구를 사용해 보시거나 철자를 확인해 주세요.","Search template":"템플릿 검색"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const t=e.ko=e.ko||{};t.dictionary=Object.assign(t.dictionary||{},{"Insert template":"템플릿 삽입","No templates available.":"사용할 수 있는 템플릿이 없습니다.",'No templates were found matching "%0".':'"%0"(와)과 일치하는 템플릿을 찾지 못했습니다.',"Please try a different phrase or check the spelling.":"다른 문구를 사용해 보시거나 철자를 확인해 주세요.","Search template":"템플릿 검색"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(a){const t=a.lt=a.lt||{};t.dictionary=Object.assign(t.dictionary||{},{Clear:"Išvalyti","Insert template":"Įterpti šabloną","No templates available.":"Nėra jokių šablonų.",'No templates were found matching "%0".':"Nerastas nė vienas šablonas, atitinkantis „%0“.","Please try a different phrase or check the spelling.":"Išbandykite kitą frazę arba patikrinkite rašybą.","Search template":"Ieškoti šablono"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(a){const t=a.lt=a.lt||{};t.dictionary=Object.assign(t.dictionary||{},{"Insert template":"Įterpti šabloną","No templates available.":"Nėra jokių šablonų.",'No templates were found matching "%0".':"Nerastas nė vienas šablonas, atitinkantis „%0“.","Please try a different phrase or check the spelling.":"Išbandykite kitą frazę arba patikrinkite rašybą.","Search template":"Ieškoti šablono"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(e){const t=e.lv=e.lv||{};t.dictionary=Object.assign(t.dictionary||{},{Clear:"Notīrīt","Insert template":"Ievietot veidni","No templates available.":"Nav pieejamas veidnes.",'No templates were found matching "%0".':'Netika atrasta neviena veidne, kas atbilstu "%0".',"Please try a different phrase or check the spelling.":"Lūdzu, izmēģiniet citu frāzi vai pārbaudiet pareizrakstību.","Search template":"Meklēt veidnē"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const i=e.lv=e.lv||{};i.dictionary=Object.assign(i.dictionary||{},{"Insert template":"Ievietot veidni","No templates available.":"Nav pieejamas veidnes.",'No templates were found matching "%0".':'Netika atrasta neviena veidne, kas atbilstu "%0".',"Please try a different phrase or check the spelling.":"Lūdzu, izmēģiniet citu frāzi vai pārbaudiet pareizrakstību.","Search template":"Meklēt veidnē"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(a){const e=a.ms=a.ms||{};e.dictionary=Object.assign(e.dictionary||{},{Clear:"Kosongkan","Insert template":"Masukkan templat","No templates available.":"Tiada templat disediakan.",'No templates were found matching "%0".':'Tiada templat ditemui yang sepadan dengan "%0".',"Please try a different phrase or check the spelling.":"Sila cuba frasa berbeza atau semak ejaan.","Search template":"Cari templat"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(a){const e=a.ms=a.ms||{};e.dictionary=Object.assign(e.dictionary||{},{"Insert template":"Masukkan templat","No templates available.":"Tiada templat disediakan.",'No templates were found matching "%0".':'Tiada templat ditemui yang sepadan dengan "%0".',"Please try a different phrase or check the spelling.":"Sila cuba frasa berbeza atau semak ejaan.","Search template":"Cari templat"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(e){const n=e.nl=e.nl||{};n.dictionary=Object.assign(n.dictionary||{},{Clear:"Wissen","Insert template":"Sjabloon invoegen","No templates available.":"Geen sjablonen beschikbaar.",'No templates were found matching "%0".':"Er zijn geen sjablonen gevonden die overeenkomen met '%0'.","Please try a different phrase or check the spelling.":"Probeer een andere term of controleer de spelling.","Search template":"Sjabloon zoeken"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const n=e.nl=e.nl||{};n.dictionary=Object.assign(n.dictionary||{},{"Insert template":"Sjabloon invoegen","No templates available.":"Geen sjablonen beschikbaar.",'No templates were found matching "%0".':"Er zijn geen sjablonen gevonden die overeenkomen met '%0'.","Please try a different phrase or check the spelling.":"Probeer een andere term of controleer de spelling.","Search template":"Sjabloon zoeken"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(e){const n=e.no=e.no||{};n.dictionary=Object.assign(n.dictionary||{},{Clear:"Slett","Insert template":"Sett inn mal","No templates available.":"Ingen maler er tilgjengelige.",'No templates were found matching "%0".':'Ingen mal ble funnet som matcher "%0".',"Please try a different phrase or check the spelling.":"Vennligst forsøk en annen frase eller sjekk stavemåte.","Search template":"Søk maler"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const n=e.no=e.no||{};n.dictionary=Object.assign(n.dictionary||{},{"Insert template":"Sett inn mal","No templates available.":"Ingen maler er tilgjengelige.",'No templates were found matching "%0".':'Ingen mal ble funnet som matcher "%0".',"Please try a different phrase or check the spelling.":"Vennligst forsøk en annen frase eller sjekk stavemåte.","Search template":"Søk maler"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(a){const n=a.pl=a.pl||{};n.dictionary=Object.assign(n.dictionary||{},{Clear:"Wyczyść","Insert template":"Wstaw szablon","No templates available.":"Brak dostępnych szablonów.",'No templates were found matching "%0".':"Nie znaleziono szablonów pasujących do wyszukiwania „%0”.","Please try a different phrase or check the spelling.":"Spróbuj wyszukać inną frazą lub sprawdź poprawność ortograficzną wyszukiwania.","Search template":"Szukaj szablonu"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(a){const n=a.pl=a.pl||{};n.dictionary=Object.assign(n.dictionary||{},{"Insert template":"Wstaw szablon","No templates available.":"Brak dostępnych szablonów.",'No templates were found matching "%0".':"Nie znaleziono szablonów pasujących do wyszukiwania „%0”.","Please try a different phrase or check the spelling.":"Spróbuj wyszukać inną frazą lub sprawdź poprawność ortograficzną wyszukiwania.","Search template":"Szukaj szablonu"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(e){const o=e["pt-br"]=e["pt-br"]||{};o.dictionary=Object.assign(o.dictionary||{},{Clear:"Limpar","Insert template":"Inserir modelo","No templates available.":"Nenhum modelo disponível.",'No templates were found matching "%0".':'Nenhum modelo correspondente a "%0" foi encontrado.',"Please try a different phrase or check the spelling.":"Tente uma frase diferente ou verifique a grafia.","Search template":"Procurar modelo"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const o=e["pt-br"]=e["pt-br"]||{};o.dictionary=Object.assign(o.dictionary||{},{"Insert template":"Inserir modelo","No templates available.":"Nenhum modelo disponível.",'No templates were found matching "%0".':'Nenhum modelo correspondente a "%0" foi encontrado.',"Please try a different phrase or check the spelling.":"Tente uma frase diferente ou verifique a grafia.","Search template":"Procurar modelo"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(e){const o=e.pt=e.pt||{};o.dictionary=Object.assign(o.dictionary||{},{Clear:"Limpar","Insert template":"Inserir modelo","No templates available.":"Não existem modelos disponíveis.",'No templates were found matching "%0".':'Não foram encontrados modelos correspondentes a "%0".',"Please try a different phrase or check the spelling.":"Experimente uma expressão diferente ou verifique a ortografia.","Search template":"Pesquisar modelo"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const o=e.pt=e.pt||{};o.dictionary=Object.assign(o.dictionary||{},{"Insert template":"Inserir modelo","No templates available.":"Não existem modelos disponíveis.",'No templates were found matching "%0".':'Não foram encontrados modelos correspondentes a "%0".',"Please try a different phrase or check the spelling.":"Experimente uma expressão diferente ou verifique a ortografia.","Search template":"Pesquisar modelo"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(e){const a=e.ro=e.ro||{};a.dictionary=Object.assign(a.dictionary||{},{Clear:"Ștergere","Insert template":"Inserare șablon","No templates available.":"Nu există șabloane disponibile.",'No templates were found matching "%0".':"Nu s-au găsit șabloane potrivite pentru „%0”.","Please try a different phrase or check the spelling.":"Vă rugăm să încercați o altă expresie sau verificați ortografia.","Search template":"Căutare șablon"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const a=e.ro=e.ro||{};a.dictionary=Object.assign(a.dictionary||{},{"Insert template":"Inserare șablon","No templates available.":"Nu există șabloane disponibile.",'No templates were found matching "%0".':"Nu s-au găsit șabloane potrivite pentru „%0”.","Please try a different phrase or check the spelling.":"Vă rugăm să încercați o altă expresie sau verificați ortografia.","Search template":"Căutare șablon"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(e){const t=e.ru=e.ru||{};t.dictionary=Object.assign(t.dictionary||{},{Clear:"Очистить","Insert template":"Вставить шаблон","No templates available.":"Нет доступных шаблонов.",'No templates were found matching "%0".':"Не найдено шаблонов по запросу «%0».","Please try a different phrase or check the spelling.":"Пожалуйста, попробуйте другую фразу или проверьте правописание.","Search template":"Поиск шаблона"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const t=e.ru=e.ru||{};t.dictionary=Object.assign(t.dictionary||{},{"Insert template":"Вставить шаблон","No templates available.":"Нет доступных шаблонов.",'No templates were found matching "%0".':"Не найдено шаблонов по запросу «%0».","Please try a different phrase or check the spelling.":"Пожалуйста, попробуйте другую фразу или проверьте правописание.","Search template":"Поиск шаблона"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(e){const a=e.sk=e.sk||{};a.dictionary=Object.assign(a.dictionary||{},{Clear:"Vyčistiť","Insert template":"Vložiť šablónu","No templates available.":"Nie je dostupná žiadna šablóna.",'No templates were found matching "%0".':"Nenašli sa žiadne šablóny zodpovedajúce výrazu „%0“.","Please try a different phrase or check the spelling.":"Skúste inú frázu alebo skontrolujte pravopis.","Search template":"Vyhľadávanie šablóny"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const a=e.sk=e.sk||{};a.dictionary=Object.assign(a.dictionary||{},{"Insert template":"Vložiť šablónu","No templates available.":"Nie je dostupná žiadna šablóna.",'No templates were found matching "%0".':"Nenašli sa žiadne šablóny zodpovedajúce výrazu „%0“.","Please try a different phrase or check the spelling.":"Skúste inú frázu alebo skontrolujte pravopis.","Search template":"Vyhľadávanie šablóny"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(e){const a=e.sr=e.sr||{};a.dictionary=Object.assign(a.dictionary||{},{Clear:"Obriši","Insert template":"Umetni predložak","No templates available.":"Nema dostupnih predložaka.",'No templates were found matching "%0".':'Nije pronađen nijedan predložak koji odgovara "%0".',"Please try a different phrase or check the spelling.":"Pokušajte sa drugom frazom ili proverite pravopis.","Search template":"Potraži predložak"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const a=e.sr=e.sr||{};a.dictionary=Object.assign(a.dictionary||{},{"Insert template":"Umetni predložak","No templates available.":"Nema dostupnih predložaka.",'No templates were found matching "%0".':'Nije pronađen nijedan predložak koji odgovara "%0".',"Please try a different phrase or check the spelling.":"Pokušajte sa drugom frazom ili proverite pravopis.","Search template":"Potraži predložak"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(a){const e=a.sv=a.sv||{};e.dictionary=Object.assign(e.dictionary||{},{Clear:"Rensa","Insert template":"Infoga mall","No templates available.":"Inga mallar finns.",'No templates were found matching "%0".':'Inga mallar hittades som matchar "%0".',"Please try a different phrase or check the spelling.":"Prova en annan fras eller kontrollera stavningen.","Search template":"Sök mall"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(a){const e=a.sv=a.sv||{};e.dictionary=Object.assign(e.dictionary||{},{"Insert template":"Infoga mall","No templates available.":"Inga mallar finns.",'No templates were found matching "%0".':'Inga mallar hittades som matchar "%0".',"Please try a different phrase or check the spelling.":"Prova en annan fras eller kontrollera stavningen.","Search template":"Sök mall"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(e){const t=e.th=e.th||{};t.dictionary=Object.assign(t.dictionary||{},{Clear:"ล้าง","Insert template":"แทรกเทมเพลต","No templates available.":"ไม่มีเทมเพลต",'No templates were found matching "%0".':'ไม่พบเทมเพลตที่ตรงกับ "%0"',"Please try a different phrase or check the spelling.":"โปรดลองใช้วลีอื่นหรือตรวจสอบตัวสะกด","Search template":"ค้นหาเทมเพลต"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const t=e.th=e.th||{};t.dictionary=Object.assign(t.dictionary||{},{"Insert template":"แทรกเทมเพลต","No templates available.":"ไม่มีเทมเพลต",'No templates were found matching "%0".':'ไม่พบเทมเพลตที่ตรงกับ "%0"',"Please try a different phrase or check the spelling.":"โปรดลองใช้วลีอื่นหรือตรวจสอบตัวสะกด","Search template":"ค้นหาเทมเพลต"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(e){const a=e.tr=e.tr||{};a.dictionary=Object.assign(a.dictionary||{},{Clear:"Temizle","Insert template":"Şablon ekle","No templates available.":"Kullanılabilir şablon yok.",'No templates were found matching "%0".':'"%0" ile eşleşen şablon bulunamadı.',"Please try a different phrase or check the spelling.":"Lütfen farklı bir kelime grubu deneyin veya yazım denetimi yapın.","Search template":"Şablon ara"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const a=e.tr=e.tr||{};a.dictionary=Object.assign(a.dictionary||{},{"Insert template":"Şablon ekle","No templates available.":"Kullanılabilir şablon yok.",'No templates were found matching "%0".':'"%0" ile eşleşen şablon bulunamadı.',"Please try a different phrase or check the spelling.":"Lütfen farklı bir kelime grubu deneyin veya yazım denetimi yapın.","Search template":"Şablon ara"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));