-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path_plugin-vue2_normalizer-ClmBLKDG.chunk.mjs
More file actions
1 lines (1 loc) · 505 KB
/
_plugin-vue2_normalizer-ClmBLKDG.chunk.mjs
File metadata and controls
1 lines (1 loc) · 505 KB
1
import{p as Cr,c as gn,g as nl,d as Sc,e as Ac}from"./index-iJN9WzfE.chunk.mjs";function je(e){if(typeof e!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}function eo(e,t){for(var n="",s=0,r=-1,a=0,o,l=0;l<=e.length;++l){if(l<e.length)o=e.charCodeAt(l);else{if(o===47)break;o=47}if(o===47){if(!(r===l-1||a===1))if(r!==l-1&&a===2){if(n.length<2||s!==2||n.charCodeAt(n.length-1)!==46||n.charCodeAt(n.length-2)!==46){if(n.length>2){var c=n.lastIndexOf("/");if(c!==n.length-1){c===-1?(n="",s=0):(n=n.slice(0,c),s=n.length-1-n.lastIndexOf("/")),r=l,a=0;continue}}else if(n.length===2||n.length===1){n="",s=0,r=l,a=0;continue}}t&&(n.length>0?n+="/..":n="..",s=2)}else n.length>0?n+="/"+e.slice(r+1,l):n=e.slice(r+1,l),s=l-r-1;r=l,a=0}else o===46&&a!==-1?++a:a=-1}return n}function Nc(e,t){var n=t.dir||t.root,s=t.base||(t.name||"")+(t.ext||"");return n?n===t.root?n+s:n+e+s:s}var vn={resolve:function(){for(var e="",t=!1,n,s=arguments.length-1;s>=-1&&!t;s--){var r;s>=0?r=arguments[s]:(n===void 0&&(n=Cr.cwd()),r=n),je(r),r.length!==0&&(e=r+"/"+e,t=r.charCodeAt(0)===47)}return e=eo(e,!t),t?e.length>0?"/"+e:"/":e.length>0?e:"."},normalize:function(e){if(je(e),e.length===0)return".";var t=e.charCodeAt(0)===47,n=e.charCodeAt(e.length-1)===47;return e=eo(e,!t),e.length===0&&!t&&(e="."),e.length>0&&n&&(e+="/"),t?"/"+e:e},isAbsolute:function(e){return je(e),e.length>0&&e.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var e,t=0;t<arguments.length;++t){var n=arguments[t];je(n),n.length>0&&(e===void 0?e=n:e+="/"+n)}return e===void 0?".":vn.normalize(e)},relative:function(e,t){if(je(e),je(t),e===t||(e=vn.resolve(e),t=vn.resolve(t),e===t))return"";for(var n=1;n<e.length&&e.charCodeAt(n)===47;++n);for(var s=e.length,r=s-n,a=1;a<t.length&&t.charCodeAt(a)===47;++a);for(var o=t.length,l=o-a,c=r<l?r:l,p=-1,d=0;d<=c;++d){if(d===c){if(l>c){if(t.charCodeAt(a+d)===47)return t.slice(a+d+1);if(d===0)return t.slice(a+d)}else r>c&&(e.charCodeAt(n+d)===47?p=d:d===0&&(p=0));break}var g=e.charCodeAt(n+d),y=t.charCodeAt(a+d);if(g!==y)break;g===47&&(p=d)}var h="";for(d=n+p+1;d<=s;++d)(d===s||e.charCodeAt(d)===47)&&(h.length===0?h+="..":h+="/..");return h.length>0?h+t.slice(a+p):(a+=p,t.charCodeAt(a)===47&&++a,t.slice(a))},_makeLong:function(e){return e},dirname:function(e){if(je(e),e.length===0)return".";for(var t=e.charCodeAt(0),n=t===47,s=-1,r=!0,a=e.length-1;a>=1;--a)if(t=e.charCodeAt(a),t===47){if(!r){s=a;break}}else r=!1;return s===-1?n?"/":".":n&&s===1?"//":e.slice(0,s)},basename:function(e,t){if(t!==void 0&&typeof t!="string")throw new TypeError('"ext" argument must be a string');je(e);var n=0,s=-1,r=!0,a;if(t!==void 0&&t.length>0&&t.length<=e.length){if(t.length===e.length&&t===e)return"";var o=t.length-1,l=-1;for(a=e.length-1;a>=0;--a){var c=e.charCodeAt(a);if(c===47){if(!r){n=a+1;break}}else l===-1&&(r=!1,l=a+1),o>=0&&(c===t.charCodeAt(o)?--o===-1&&(s=a):(o=-1,s=l))}return n===s?s=l:s===-1&&(s=e.length),e.slice(n,s)}else{for(a=e.length-1;a>=0;--a)if(e.charCodeAt(a)===47){if(!r){n=a+1;break}}else s===-1&&(r=!1,s=a+1);return s===-1?"":e.slice(n,s)}},extname:function(e){je(e);for(var t=-1,n=0,s=-1,r=!0,a=0,o=e.length-1;o>=0;--o){var l=e.charCodeAt(o);if(l===47){if(!r){n=o+1;break}continue}s===-1&&(r=!1,s=o+1),l===46?t===-1?t=o:a!==1&&(a=1):t!==-1&&(a=-1)}return t===-1||s===-1||a===0||a===1&&t===s-1&&t===n+1?"":e.slice(t,s)},format:function(e){if(e===null||typeof e!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof e);return Nc("/",e)},parse:function(e){je(e);var t={root:"",dir:"",base:"",ext:"",name:""};if(e.length===0)return t;var n=e.charCodeAt(0),s=n===47,r;s?(t.root="/",r=1):r=0;for(var a=-1,o=0,l=-1,c=!0,p=e.length-1,d=0;p>=r;--p){if(n=e.charCodeAt(p),n===47){if(!c){o=p+1;break}continue}l===-1&&(c=!1,l=p+1),n===46?a===-1?a=p:d!==1&&(d=1):a!==-1&&(d=-1)}return a===-1||l===-1||d===0||d===1&&a===l-1&&a===o+1?l!==-1&&(o===0&&s?t.base=t.name=e.slice(1,l):t.base=t.name=e.slice(o,l)):(o===0&&s?(t.name=e.slice(1,a),t.base=e.slice(1,l)):(t.name=e.slice(o,a),t.base=e.slice(o,l)),t.ext=e.slice(a,l)),o>0?t.dir=e.slice(0,o-1):s&&(t.dir="/"),t},sep:"/",delimiter:":",win32:null,posix:null};vn.posix=vn;const St=globalThis||void 0||self;var kc={},we=Object.freeze({}),K=Array.isArray;function I(e){return e==null}function C(e){return e!=null}function ue(e){return e===!0}function Lc(e){return e===!1}function Ln(e){return typeof e=="string"||typeof e=="number"||typeof e=="symbol"||typeof e=="boolean"}function te(e){return typeof e=="function"}function ge(e){return e!==null&&typeof e=="object"}var ma=Object.prototype.toString;function Se(e){return ma.call(e)==="[object Object]"}function Bc(e){return ma.call(e)==="[object RegExp]"}function sl(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function Tr(e){return C(e)&&typeof e.then=="function"&&typeof e.catch=="function"}function Pc(e){return e==null?"":Array.isArray(e)||Se(e)&&e.toString===ma?JSON.stringify(e,Dc,2):String(e)}function Dc(e,t){return t&&t.__v_isRef?t.value:t}function bn(e){var t=parseFloat(e);return isNaN(t)?e:t}function Ue(e,t){for(var n=Object.create(null),s=e.split(","),r=0;r<s.length;r++)n[s[r]]=!0;return t?function(a){return n[a.toLowerCase()]}:function(a){return n[a]}}Ue("slot,component",!0);var Uc=Ue("key,ref,slot,slot-scope,is");function ft(e,t){var n=e.length;if(n){if(t===e[n-1]){e.length=n-1;return}var s=e.indexOf(t);if(s>-1)return e.splice(s,1)}}var Oc=Object.prototype.hasOwnProperty;function he(e,t){return Oc.call(e,t)}function Ut(e){var t=Object.create(null);return function(n){var s=t[n];return s||(t[n]=e(n))}}var $c=/-(\w)/g,At=Ut(function(e){return e.replace($c,function(t,n){return n?n.toUpperCase():""})}),zc=Ut(function(e){return e.charAt(0).toUpperCase()+e.slice(1)}),jc=/\B([A-Z])/g,Bn=Ut(function(e){return e.replace(jc,"-$1").toLowerCase()});function Rc(e,t){function n(s){var r=arguments.length;return r?r>1?e.apply(t,arguments):e.call(t,s):e.call(t)}return n._length=e.length,n}function Mc(e,t){return e.bind(t)}var rl=Function.prototype.bind?Mc:Rc;function br(e,t){t=t||0;for(var n=e.length-t,s=new Array(n);n--;)s[n]=e[n+t];return s}function ae(e,t){for(var n in t)e[n]=t[n];return e}function al(e){for(var t={},n=0;n<e.length;n++)e[n]&&ae(t,e[n]);return t}function ie(e,t,n){}var jn=function(e,t,n){return!1},ol=function(e){return e};function Nt(e,t){if(e===t)return!0;var n=ge(e),s=ge(t);if(n&&s)try{var r=Array.isArray(e),a=Array.isArray(t);if(r&&a)return e.length===t.length&&e.every(function(c,p){return Nt(c,t[p])});if(e instanceof Date&&t instanceof Date)return e.getTime()===t.getTime();if(!r&&!a){var o=Object.keys(e),l=Object.keys(t);return o.length===l.length&&o.every(function(c){return Nt(e[c],t[c])})}else return!1}catch{return!1}else return!n&&!s?String(e)===String(t):!1}function il(e,t){for(var n=0;n<e.length;n++)if(Nt(e[n],t))return n;return-1}function fs(e){var t=!1;return function(){t||(t=!0,e.apply(this,arguments))}}function Er(e,t){return e===t?e===0&&1/e!==1/t:e===e||t===t}var to="data-server-rendered",$s=["component","directive","filter"],ll=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured","serverPrefetch","renderTracked","renderTriggered"],ke={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:jn,isReservedAttr:jn,isUnknownElement:jn,getTagNamespace:ie,parsePlatformTagName:ol,mustUseProp:jn,async:!0,_lifecycleHooks:ll},Ic=/a-zA-Z\u00B7\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u037D\u037F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD/;function ul(e){var t=(e+"").charCodeAt(0);return t===36||t===95}function Ce(e,t,n,s){Object.defineProperty(e,t,{value:n,enumerable:!!s,writable:!0,configurable:!0})}var Hc=new RegExp("[^".concat(Ic.source,".$_\\d]"));function Vc(e){if(!Hc.test(e)){var t=e.split(".");return function(n){for(var s=0;s<t.length;s++){if(!n)return;n=n[t[s]]}return n}}}var qc="__proto__"in{},Ee=typeof window<"u",Le=Ee&&window.navigator.userAgent.toLowerCase(),Xt=Le&&/msie|trident/.test(Le),Qt=Le&&Le.indexOf("msie 9.0")>0,cl=Le&&Le.indexOf("edge/")>0;Le&&Le.indexOf("android")>0;var Kc=Le&&/iphone|ipad|ipod|ios/.test(Le),no=Le&&Le.match(/firefox\/(\d+)/),Fr={}.watch,dl=!1;if(Ee)try{var so={};Object.defineProperty(so,"passive",{get:function(){dl=!0}}),window.addEventListener("test-passive",null,so)}catch{}var Rn,gt=function(){return Rn===void 0&&(!Ee&&typeof St<"u"?Rn=St.process&&kc.VUE_ENV==="server":Rn=!1),Rn},gs=Ee&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function Vt(e){return typeof e=="function"&&/native code/.test(e.toString())}var Pn=typeof Symbol<"u"&&Vt(Symbol)&&typeof Reflect<"u"&&Vt(Reflect.ownKeys),En;typeof Set<"u"&&Vt(Set)?En=Set:En=function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(t){return this.set[t]===!0},e.prototype.add=function(t){this.set[t]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var Fe=null;function ml(){return Fe&&{proxy:Fe}}function dt(e){e===void 0&&(e=null),e||Fe&&Fe._scope.off(),Fe=e,e&&e._scope.on()}var Ae=function(){function e(t,n,s,r,a,o,l,c){this.tag=t,this.data=n,this.children=s,this.text=r,this.elm=a,this.ns=void 0,this.context=o,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=n&&n.key,this.componentOptions=l,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=c,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1}return Object.defineProperty(e.prototype,"child",{get:function(){return this.componentInstance},enumerable:!1,configurable:!0}),e}(),Jt=function(e){e===void 0&&(e="");var t=new Ae;return t.text=e,t.isComment=!0,t};function Mt(e){return new Ae(void 0,void 0,void 0,String(e))}function _r(e){var t=new Ae(e.tag,e.data,e.children&&e.children.slice(),e.text,e.elm,e.context,e.componentOptions,e.asyncFactory);return t.ns=e.ns,t.isStatic=e.isStatic,t.key=e.key,t.isComment=e.isComment,t.fnContext=e.fnContext,t.fnOptions=e.fnOptions,t.fnScopeId=e.fnScopeId,t.asyncMeta=e.asyncMeta,t.isCloned=!0,t}var Jc=0,es=[],Gc=function(){for(var e=0;e<es.length;e++){var t=es[e];t.subs=t.subs.filter(function(n){return n}),t._pending=!1}es.length=0},Je=function(){function e(){this._pending=!1,this.id=Jc++,this.subs=[]}return e.prototype.addSub=function(t){this.subs.push(t)},e.prototype.removeSub=function(t){this.subs[this.subs.indexOf(t)]=null,this._pending||(this._pending=!0,es.push(this))},e.prototype.depend=function(t){e.target&&e.target.addDep(this)},e.prototype.notify=function(t){for(var n=this.subs.filter(function(o){return o}),s=0,r=n.length;s<r;s++){var a=n[s];a.update()}},e}();Je.target=null;var ts=[];function en(e){ts.push(e),Je.target=e}function tn(){ts.pop(),Je.target=ts[ts.length-1]}var pl=Array.prototype,hs=Object.create(pl),Wc=["push","pop","shift","unshift","splice","sort","reverse"];Wc.forEach(function(e){var t=pl[e];Ce(hs,e,function(){for(var n=[],s=0;s<arguments.length;s++)n[s]=arguments[s];var r=t.apply(this,n),a=this.__ob__,o;switch(e){case"push":case"unshift":o=n;break;case"splice":o=n.slice(2);break}return o&&a.observeArray(o),a.dep.notify(),r})});var ro=Object.getOwnPropertyNames(hs),fl={},pa=!0;function mt(e){pa=e}var Zc={notify:ie,depend:ie,addSub:ie,removeSub:ie},ao=function(){function e(t,n,s){if(n===void 0&&(n=!1),s===void 0&&(s=!1),this.value=t,this.shallow=n,this.mock=s,this.dep=s?Zc:new Je,this.vmCount=0,Ce(t,"__ob__",this),K(t)){if(!s)if(qc)t.__proto__=hs;else for(var r=0,a=ro.length;r<a;r++){var o=ro[r];Ce(t,o,hs[o])}n||this.observeArray(t)}else for(var l=Object.keys(t),r=0;r<l.length;r++){var o=l[r];pt(t,o,fl,void 0,n,s)}}return e.prototype.observeArray=function(t){for(var n=0,s=t.length;n<s;n++)Ge(t[n],!1,this.mock)},e}();function Ge(e,t,n){if(e&&he(e,"__ob__")&&e.__ob__ instanceof ao)return e.__ob__;if(pa&&(n||!gt())&&(K(e)||Se(e))&&Object.isExtensible(e)&&!e.__v_skip&&!ve(e)&&!(e instanceof Ae))return new ao(e,t,n)}function pt(e,t,n,s,r,a,o){o===void 0&&(o=!1);var l=new Je,c=Object.getOwnPropertyDescriptor(e,t);if(!(c&&c.configurable===!1)){var p=c&&c.get,d=c&&c.set;(!p||d)&&(n===fl||arguments.length===2)&&(n=e[t]);var g=r?n&&n.__ob__:Ge(n,!1,a);return Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){var y=p?p.call(e):n;return Je.target&&(l.depend(),g&&(g.dep.depend(),K(y)&&hl(y))),ve(y)&&!r?y.value:y},set:function(y){var h=p?p.call(e):n;if(Er(h,y)){if(d)d.call(e,y);else{if(p)return;if(!r&&ve(h)&&!ve(y)){h.value=y;return}else n=y}g=r?y&&y.__ob__:Ge(y,!1,a),l.notify()}}}),l}}function fa(e,t,n){if(!zs(e)){var s=e.__ob__;return K(e)&&sl(t)?(e.length=Math.max(e.length,t),e.splice(t,1,n),s&&!s.shallow&&s.mock&&Ge(n,!1,!0),n):t in e&&!(t in Object.prototype)?(e[t]=n,n):e._isVue||s&&s.vmCount?n:s?(pt(s.value,t,n,void 0,s.shallow,s.mock),s.dep.notify(),n):(e[t]=n,n)}}function gl(e,t){if(K(e)&&sl(t)){e.splice(t,1);return}var n=e.__ob__;e._isVue||n&&n.vmCount||zs(e)||he(e,t)&&(delete e[t],n&&n.dep.notify())}function hl(e){for(var t=void 0,n=0,s=e.length;n<s;n++)t=e[n],t&&t.__ob__&&t.__ob__.dep.depend(),K(t)&&hl(t)}function oo(e){return yl(e,!1),e}function vl(e){return yl(e,!0),Ce(e,"__v_isShallow",!0),e}function yl(e,t){zs(e)||Ge(e,t,gt())}function ns(e){return zs(e)?ns(e.__v_raw):!!(e&&e.__ob__)}function io(e){return!!(e&&e.__v_isShallow)}function zs(e){return!!(e&&e.__v_isReadonly)}var ga="__v_isRef";function ve(e){return!!(e&&e.__v_isRef===!0)}function xe(e){return Yc(e,!1)}function Yc(e,t){if(ve(e))return e;var n={};return Ce(n,ga,!0),Ce(n,"__v_isShallow",t),Ce(n,"dep",pt(n,"value",e,null,t,gt())),n}function Xc(e){return ve(e)?e.value:e}function Sr(e,t,n){Object.defineProperty(e,n,{enumerable:!0,configurable:!0,get:function(){var s=t[n];if(ve(s))return s.value;var r=s&&s.__ob__;return r&&r.dep.depend(),s},set:function(s){var r=t[n];ve(r)&&!ve(s)?r.value=s:t[n]=s}})}function Qc(e,t,n){var s=e[t];if(ve(s))return s;var r={get value(){var a=e[t];return a===void 0?n:a},set value(a){e[t]=a}};return Ce(r,ga,!0),r}function Ve(e,t){var n,s,r=te(e);r?(n=e,s=ie):(n=e.get,s=e.set);var a=gt()?null:new Un(Fe,n,ie,{lazy:!0}),o={effect:a,get value(){return a?(a.dirty&&a.evaluate(),Je.target&&a.depend(),a.value):n()},set value(l){s(l)}};return Ce(o,ga,!0),Ce(o,"__v_isReadonly",r),o}var js="watcher",lo="".concat(js," callback"),uo="".concat(js," getter"),ed="".concat(js," cleanup");function td(e,t){return xl(e,null,t)}var co={};function Dn(e,t,n){return xl(e,t,n)}function xl(e,t,n){var s=n===void 0?we:n,r=s.immediate,a=s.deep,o=s.flush,l=o===void 0?"pre":o;s.onTrack,s.onTrigger;var c=Fe,p=function(k,R,M){M===void 0&&(M=null);var J=We(k,null,M,c,R);return a&&J&&J.__ob__&&J.__ob__.dep.depend(),J},d,g=!1,y=!1;if(ve(e)?(d=function(){return e.value},g=io(e)):ns(e)?(d=function(){return e.__ob__.dep.depend(),e},a=!0):K(e)?(y=!0,g=e.some(function(k){return ns(k)||io(k)}),d=function(){return e.map(function(k){if(ve(k))return k.value;if(ns(k))return k.__ob__.dep.depend(),Gt(k);if(te(k))return p(k,uo)})}):te(e)?t?d=function(){return p(e,uo)}:d=function(){if(!(c&&c._isDestroyed))return F&&F(),p(e,js,[E])}:d=ie,t&&a){var h=d;d=function(){return Gt(h())}}var F,E=function(k){F=N.onStop=function(){p(k,ed)}};if(gt())return E=ie,t?r&&p(t,lo,[d(),y?[]:void 0,E]):d(),ie;var N=new Un(Fe,d,ie,{lazy:!0});N.noRecurse=!t;var D=y?[]:co;return N.run=function(){if(N.active)if(t){var k=N.get();(a||g||(y?k.some(function(R,M){return Er(R,D[M])}):Er(k,D)))&&(F&&F(),p(t,lo,[k,D===co?void 0:D,E]),D=k)}else N.get()},l==="sync"?N.update=N.run:l==="post"?(N.post=!0,N.update=function(){return Dr(N)}):N.update=function(){if(c&&c===Fe&&!c._isMounted){var k=c._preWatchers||(c._preWatchers=[]);k.indexOf(N)<0&&k.push(N)}else Dr(N)},t?r?N.run():D=N.get():l==="post"&&c?c.$once("hook:mounted",function(){return N.get()}):N.get(),function(){N.teardown()}}var fe,nd=function(){function e(t){t===void 0&&(t=!1),this.detached=t,this.active=!0,this.effects=[],this.cleanups=[],this.parent=fe,!t&&fe&&(this.index=(fe.scopes||(fe.scopes=[])).push(this)-1)}return e.prototype.run=function(t){if(this.active){var n=fe;try{return fe=this,t()}finally{fe=n}}},e.prototype.on=function(){fe=this},e.prototype.off=function(){fe=this.parent},e.prototype.stop=function(t){if(this.active){var n=void 0,s=void 0;for(n=0,s=this.effects.length;n<s;n++)this.effects[n].teardown();for(n=0,s=this.cleanups.length;n<s;n++)this.cleanups[n]();if(this.scopes)for(n=0,s=this.scopes.length;n<s;n++)this.scopes[n].stop(!0);if(!this.detached&&this.parent&&!t){var r=this.parent.scopes.pop();r&&r!==this&&(this.parent.scopes[this.index]=r,r.index=this.index)}this.parent=void 0,this.active=!1}},e}();function sd(e,t){t===void 0&&(t=fe),t&&t.active&&t.effects.push(e)}function wl(){return fe}function rd(e){fe&&fe.cleanups.push(e)}function ad(e){var t=e._provided,n=e.$parent&&e.$parent._provided;return n===t?e._provided=Object.create(n):t}var mo=Ut(function(e){var t=e.charAt(0)==="&";e=t?e.slice(1):e;var n=e.charAt(0)==="~";e=n?e.slice(1):e;var s=e.charAt(0)==="!";return e=s?e.slice(1):e,{name:e,once:n,capture:s,passive:t}});function Ar(e,t){function n(){var s=n.fns;if(K(s))for(var r=s.slice(),a=0;a<r.length;a++)We(r[a],null,arguments,t,"v-on handler");else return We(s,null,arguments,t,"v-on handler")}return n.fns=e,n}function Cl(e,t,n,s,r,a){var o,l,c,p;for(o in e)l=e[o],c=t[o],p=mo(o),I(l)||(I(c)?(I(l.fns)&&(l=e[o]=Ar(l,a)),ue(p.once)&&(l=e[o]=r(p.name,l,p.capture)),n(p.name,l,p.capture,p.passive,p.params)):l!==c&&(c.fns=l,e[o]=c));for(o in t)I(e[o])&&(p=mo(o),s(p.name,t[o],p.capture))}function lt(e,t,n){e instanceof Ae&&(e=e.data.hook||(e.data.hook={}));var s,r=e[t];function a(){n.apply(this,arguments),ft(s.fns,a)}I(r)?s=Ar([a]):C(r.fns)&&ue(r.merged)?(s=r,s.fns.push(a)):s=Ar([r,a]),s.merged=!0,e[t]=s}function od(e,t,n){var s=t.options.props;if(!I(s)){var r={},a=e.attrs,o=e.props;if(C(a)||C(o))for(var l in s){var c=Bn(l);po(r,o,l,c,!0)||po(r,a,l,c,!1)}return r}}function po(e,t,n,s,r){if(C(t)){if(he(t,n))return e[n]=t[n],r||delete t[n],!0;if(he(t,s))return e[n]=t[s],r||delete t[s],!0}return!1}function id(e){for(var t=0;t<e.length;t++)if(K(e[t]))return Array.prototype.concat.apply([],e);return e}function ha(e){return Ln(e)?[Mt(e)]:K(e)?Tl(e):void 0}function un(e){return C(e)&&C(e.text)&&Lc(e.isComment)}function Tl(e,t){var n=[],s,r,a,o;for(s=0;s<e.length;s++)r=e[s],!(I(r)||typeof r=="boolean")&&(a=n.length-1,o=n[a],K(r)?r.length>0&&(r=Tl(r,"".concat(t||"","_").concat(s)),un(r[0])&&un(o)&&(n[a]=Mt(o.text+r[0].text),r.shift()),n.push.apply(n,r)):Ln(r)?un(o)?n[a]=Mt(o.text+r):r!==""&&n.push(Mt(r)):un(r)&&un(o)?n[a]=Mt(o.text+r.text):(ue(e._isVList)&&C(r.tag)&&I(r.key)&&C(t)&&(r.key="__vlist".concat(t,"_").concat(s,"__")),n.push(r)));return n}function ld(e,t){var n=null,s,r,a,o;if(K(e)||typeof e=="string")for(n=new Array(e.length),s=0,r=e.length;s<r;s++)n[s]=t(e[s],s);else if(typeof e=="number")for(n=new Array(e),s=0;s<e;s++)n[s]=t(s+1,s);else if(ge(e))if(Pn&&e[Symbol.iterator]){n=[];for(var l=e[Symbol.iterator](),c=l.next();!c.done;)n.push(t(c.value,n.length)),c=l.next()}else for(a=Object.keys(e),n=new Array(a.length),s=0,r=a.length;s<r;s++)o=a[s],n[s]=t(e[o],o,s);return C(n)||(n=[]),n._isVList=!0,n}function ud(e,t,n,s){var r=this.$scopedSlots[e],a;r?(n=n||{},s&&(n=ae(ae({},s),n)),a=r(n)||(te(t)?t():t)):a=this.$slots[e]||(te(t)?t():t);var o=n&&n.slot;return o?this.$createElement("template",{slot:o},a):a}function cd(e){return Cs(this.$options,"filters",e)||ol}function fo(e,t){return K(e)?e.indexOf(t)===-1:e!==t}function dd(e,t,n,s,r){var a=ke.keyCodes[t]||n;return r&&s&&!ke.keyCodes[t]?fo(r,s):a?fo(a,e):s?Bn(s)!==t:e===void 0}function md(e,t,n,s,r){if(n&&ge(n)){K(n)&&(n=al(n));var a=void 0,o=function(c){if(c==="class"||c==="style"||Uc(c))a=e;else{var p=e.attrs&&e.attrs.type;a=s||ke.mustUseProp(t,p,c)?e.domProps||(e.domProps={}):e.attrs||(e.attrs={})}var d=At(c),g=Bn(c);if(!(d in a)&&!(g in a)&&(a[c]=n[c],r)){var y=e.on||(e.on={});y["update:".concat(c)]=function(h){n[c]=h}}};for(var l in n)o(l)}return e}function pd(e,t){var n=this._staticTrees||(this._staticTrees=[]),s=n[e];return s&&!t||(s=n[e]=this.$options.staticRenderFns[e].call(this._renderProxy,this._c,this),bl(s,"__static__".concat(e),!1)),s}function fd(e,t,n){return bl(e,"__once__".concat(t).concat(n?"_".concat(n):""),!0),e}function bl(e,t,n){if(K(e))for(var s=0;s<e.length;s++)e[s]&&typeof e[s]!="string"&&go(e[s],"".concat(t,"_").concat(s),n);else go(e,t,n)}function go(e,t,n){e.isStatic=!0,e.key=t,e.isOnce=n}function gd(e,t){if(t&&Se(t)){var n=e.on=e.on?ae({},e.on):{};for(var s in t){var r=n[s],a=t[s];n[s]=r?[].concat(r,a):a}}return e}function El(e,t,n,s){t=t||{$stable:!n};for(var r=0;r<e.length;r++){var a=e[r];K(a)?El(a,t,n):a&&(a.proxy&&(a.fn.proxy=!0),t[a.key]=a.fn)}return s&&(t.$key=s),t}function hd(e,t){for(var n=0;n<t.length;n+=2){var s=t[n];typeof s=="string"&&s&&(e[t[n]]=t[n+1])}return e}function vd(e,t){return typeof e=="string"?t+e:e}function Fl(e){e._o=fd,e._n=bn,e._s=Pc,e._l=ld,e._t=ud,e._q=Nt,e._i=il,e._m=pd,e._f=cd,e._k=dd,e._b=md,e._v=Mt,e._e=Jt,e._u=El,e._g=gd,e._d=hd,e._p=vd}function va(e,t){if(!e||!e.length)return{};for(var n={},s=0,r=e.length;s<r;s++){var a=e[s],o=a.data;if(o&&o.attrs&&o.attrs.slot&&delete o.attrs.slot,(a.context===t||a.fnContext===t)&&o&&o.slot!=null){var l=o.slot,c=n[l]||(n[l]=[]);a.tag==="template"?c.push.apply(c,a.children||[]):c.push(a)}else(n.default||(n.default=[])).push(a)}for(var p in n)n[p].every(yd)&&delete n[p];return n}function yd(e){return e.isComment&&!e.asyncFactory||e.text===" "}function Fn(e){return e.isComment&&e.asyncFactory}function yn(e,t,n,s){var r,a=Object.keys(n).length>0,o=t?!!t.$stable:!a,l=t&&t.$key;if(!t)r={};else{if(t._normalized)return t._normalized;if(o&&s&&s!==we&&l===s.$key&&!a&&!s.$hasNormal)return s;r={};for(var c in t)t[c]&&c[0]!=="$"&&(r[c]=xd(e,n,c,t[c]))}for(var p in n)p in r||(r[p]=wd(n,p));return t&&Object.isExtensible(t)&&(t._normalized=r),Ce(r,"$stable",o),Ce(r,"$key",l),Ce(r,"$hasNormal",a),r}function xd(e,t,n,s){var r=function(){var a=Fe;dt(e);var o=arguments.length?s.apply(null,arguments):s({});o=o&&typeof o=="object"&&!K(o)?[o]:ha(o);var l=o&&o[0];return dt(a),o&&(!l||o.length===1&&l.isComment&&!Fn(l))?void 0:o};return s.proxy&&Object.defineProperty(t,n,{get:r,enumerable:!0,configurable:!0}),r}function wd(e,t){return function(){return e[t]}}function Cd(e){var t=e.$options,n=t.setup;if(n){var s=e._setupContext=Td(e);dt(e),en();var r=We(n,null,[e._props||vl({}),s],e,"setup");if(tn(),dt(),te(r))t.render=r;else if(ge(r))if(e._setupState=r,r.__sfc){var a=e._setupProxy={};for(var o in r)o!=="__sfc"&&Sr(a,r,o)}else for(var o in r)ul(o)||Sr(e,r,o)}}function Td(e){return{get attrs(){if(!e._attrsProxy){var t=e._attrsProxy={};Ce(t,"_v_attr_proxy",!0),vs(t,e.$attrs,we,e,"$attrs")}return e._attrsProxy},get listeners(){if(!e._listenersProxy){var t=e._listenersProxy={};vs(t,e.$listeners,we,e,"$listeners")}return e._listenersProxy},get slots(){return Ed(e)},emit:rl(e.$emit,e),expose:function(t){t&&Object.keys(t).forEach(function(n){return Sr(e,t,n)})}}}function vs(e,t,n,s,r){var a=!1;for(var o in t)o in e?t[o]!==n[o]&&(a=!0):(a=!0,bd(e,o,s,r));for(var o in e)o in t||(a=!0,delete e[o]);return a}function bd(e,t,n,s){Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){return n[s][t]}})}function Ed(e){return e._slotsProxy||_l(e._slotsProxy={},e.$scopedSlots),e._slotsProxy}function _l(e,t){for(var n in t)e[n]=t[n];for(var n in e)n in t||delete e[n]}function Fd(e){e._vnode=null,e._staticTrees=null;var t=e.$options,n=e.$vnode=t._parentVnode,s=n&&n.context;e.$slots=va(t._renderChildren,s),e.$scopedSlots=n?yn(e.$parent,n.data.scopedSlots,e.$slots):we,e._c=function(a,o,l,c){return ys(e,a,o,l,c,!1)},e.$createElement=function(a,o,l,c){return ys(e,a,o,l,c,!0)};var r=n&&n.data;pt(e,"$attrs",r&&r.attrs||we,null,!0),pt(e,"$listeners",t._parentListeners||we,null,!0)}var ss=null;function _d(e){Fl(e.prototype),e.prototype.$nextTick=function(t){return Rs(t,this)},e.prototype._render=function(){var t=this,n=t.$options,s=n.render,r=n._parentVnode;r&&t._isMounted&&(t.$scopedSlots=yn(t.$parent,r.data.scopedSlots,t.$slots,t.$scopedSlots),t._slotsProxy&&_l(t._slotsProxy,t.$scopedSlots)),t.$vnode=r;var a=Fe,o=ss,l;try{dt(t),ss=t,l=s.call(t._renderProxy,t.$createElement)}catch(c){kt(c,t,"render"),l=t._vnode}finally{ss=o,dt(a)}return K(l)&&l.length===1&&(l=l[0]),l instanceof Ae||(l=Jt()),l.parent=r,l}}function rr(e,t){return(e.__esModule||Pn&&e[Symbol.toStringTag]==="Module")&&(e=e.default),ge(e)?t.extend(e):e}function Sd(e,t,n,s,r){var a=Jt();return a.asyncFactory=e,a.asyncMeta={data:t,context:n,children:s,tag:r},a}function Ad(e,t){if(ue(e.error)&&C(e.errorComp))return e.errorComp;if(C(e.resolved))return e.resolved;var n=ss;if(n&&C(e.owners)&&e.owners.indexOf(n)===-1&&e.owners.push(n),ue(e.loading)&&C(e.loadingComp))return e.loadingComp;if(n&&!C(e.owners)){var s=e.owners=[n],r=!0,a=null,o=null;n.$on("hook:destroyed",function(){return ft(s,n)});var l=function(g){for(var y=0,h=s.length;y<h;y++)s[y].$forceUpdate();g&&(s.length=0,a!==null&&(clearTimeout(a),a=null),o!==null&&(clearTimeout(o),o=null))},c=fs(function(g){e.resolved=rr(g,t),r?s.length=0:l(!0)}),p=fs(function(g){C(e.errorComp)&&(e.error=!0,l(!0))}),d=e(c,p);return ge(d)&&(Tr(d)?I(e.resolved)&&d.then(c,p):Tr(d.component)&&(d.component.then(c,p),C(d.error)&&(e.errorComp=rr(d.error,t)),C(d.loading)&&(e.loadingComp=rr(d.loading,t),d.delay===0?e.loading=!0:a=setTimeout(function(){a=null,I(e.resolved)&&I(e.error)&&(e.loading=!0,l(!1))},d.delay||200)),C(d.timeout)&&(o=setTimeout(function(){o=null,I(e.resolved)&&p(null)},d.timeout)))),r=!1,e.loading?e.loadingComp:e.resolved}}function Sl(e){if(K(e))for(var t=0;t<e.length;t++){var n=e[t];if(C(n)&&(C(n.componentOptions)||Fn(n)))return n}}var Nd=1,Al=2;function ys(e,t,n,s,r,a){return(K(n)||Ln(n))&&(r=s,s=n,n=void 0),ue(a)&&(r=Al),kd(e,t,n,s,r)}function kd(e,t,n,s,r){if(C(n)&&C(n.__ob__)||(C(n)&&C(n.is)&&(t=n.is),!t))return Jt();K(s)&&te(s[0])&&(n=n||{},n.scopedSlots={default:s[0]},s.length=0),r===Al?s=ha(s):r===Nd&&(s=id(s));var a,o;if(typeof t=="string"){var l=void 0;o=e.$vnode&&e.$vnode.ns||ke.getTagNamespace(t),ke.isReservedTag(t)?a=new Ae(ke.parsePlatformTagName(t),n,s,void 0,void 0,e):(!n||!n.pre)&&C(l=Cs(e.$options,"components",t))?a=bo(l,n,e,s,t):a=new Ae(t,n,s,void 0,void 0,e)}else a=bo(t,n,e,s);return K(a)?a:C(a)?(C(o)&&Nl(a,o),C(n)&&Ld(n),a):Jt()}function Nl(e,t,n){if(e.ns=t,e.tag==="foreignObject"&&(t=void 0,n=!0),C(e.children))for(var s=0,r=e.children.length;s<r;s++){var a=e.children[s];C(a.tag)&&(I(a.ns)||ue(n)&&a.tag!=="svg")&&Nl(a,t,n)}}function Ld(e){ge(e.style)&&Gt(e.style),ge(e.class)&&Gt(e.class)}function kt(e,t,n){en();try{if(t)for(var s=t;s=s.$parent;){var r=s.$options.errorCaptured;if(r)for(var a=0;a<r.length;a++)try{var o=r[a].call(s,e,t,n)===!1;if(o)return}catch(l){ho(l,s,"errorCaptured hook")}}ho(e,t,n)}finally{tn()}}function We(e,t,n,s,r){var a;try{a=n?e.apply(t,n):e.call(t),a&&!a._isVue&&Tr(a)&&!a._handled&&(a.catch(function(o){return kt(o,s,r+" (Promise/async)")}),a._handled=!0)}catch(o){kt(o,s,r)}return a}function ho(e,t,n){if(ke.errorHandler)try{return ke.errorHandler.call(null,e,t,n)}catch(s){s!==e&&vo(s)}vo(e)}function vo(e,t,n){if(Ee&&typeof console<"u")console.error(e);else throw e}var Nr=!1,kr=[],Lr=!1;function Mn(){Lr=!1;var e=kr.slice(0);kr.length=0;for(var t=0;t<e.length;t++)e[t]()}var hn;if(typeof Promise<"u"&&Vt(Promise)){var Bd=Promise.resolve();hn=function(){Bd.then(Mn),Kc&&setTimeout(ie)},Nr=!0}else if(!Xt&&typeof MutationObserver<"u"&&(Vt(MutationObserver)||MutationObserver.toString()==="[object MutationObserverConstructor]")){var In=1,Pd=new MutationObserver(Mn),yo=document.createTextNode(String(In));Pd.observe(yo,{characterData:!0}),hn=function(){In=(In+1)%2,yo.data=String(In)},Nr=!0}else typeof setImmediate<"u"&&Vt(setImmediate)?hn=function(){setImmediate(Mn)}:hn=function(){setTimeout(Mn,0)};function Rs(e,t){var n;if(kr.push(function(){if(e)try{e.call(t)}catch(s){kt(s,t,"nextTick")}else n&&n(t)}),Lr||(Lr=!0,hn()),!e&&typeof Promise<"u")return new Promise(function(s){n=s})}function Dd(e){return function(t,n){if(n===void 0&&(n=Fe),!!n)return Ud(n,e,t)}}function Ud(e,t,n){var s=e.$options;s[t]=$l(s[t],n)}var kl=Dd("mounted"),Od="2.7.16";function l3(e){return e}var xo=new En;function Gt(e){return rs(e,xo),xo.clear(),e}function rs(e,t){var n,s,r=K(e);if(!(!r&&!ge(e)||e.__v_skip||Object.isFrozen(e)||e instanceof Ae)){if(e.__ob__){var a=e.__ob__.dep.id;if(t.has(a))return;t.add(a)}if(r)for(n=e.length;n--;)rs(e[n],t);else if(ve(e))rs(e.value,t);else for(s=Object.keys(e),n=s.length;n--;)rs(e[s[n]],t)}}var $d=0,Un=function(){function e(t,n,s,r,a){sd(this,fe&&!fe._vm?fe:t?t._scope:void 0),(this.vm=t)&&a&&(t._watcher=this),r?(this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync,this.before=r.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=s,this.id=++$d,this.active=!0,this.post=!1,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new En,this.newDepIds=new En,this.expression="",te(n)?this.getter=n:(this.getter=Vc(n),this.getter||(this.getter=ie)),this.value=this.lazy?void 0:this.get()}return e.prototype.get=function(){en(this);var t,n=this.vm;try{t=this.getter.call(n,n)}catch(s){if(this.user)kt(s,n,'getter for watcher "'.concat(this.expression,'"'));else throw s}finally{this.deep&&Gt(t),tn(),this.cleanupDeps()}return t},e.prototype.addDep=function(t){var n=t.id;this.newDepIds.has(n)||(this.newDepIds.add(n),this.newDeps.push(t),this.depIds.has(n)||t.addSub(this))},e.prototype.cleanupDeps=function(){for(var t=this.deps.length;t--;){var n=this.deps[t];this.newDepIds.has(n.id)||n.removeSub(this)}var s=this.depIds;this.depIds=this.newDepIds,this.newDepIds=s,this.newDepIds.clear(),s=this.deps,this.deps=this.newDeps,this.newDeps=s,this.newDeps.length=0},e.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():Dr(this)},e.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||ge(t)||this.deep){var n=this.value;if(this.value=t,this.user){var s='callback for watcher "'.concat(this.expression,'"');We(this.cb,this.vm,[t,n],this.vm,s)}else this.cb.call(this.vm,t,n)}}},e.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},e.prototype.depend=function(){for(var t=this.deps.length;t--;)this.deps[t].depend()},e.prototype.teardown=function(){if(this.vm&&!this.vm._isBeingDestroyed&&ft(this.vm._scope.effects,this),this.active){for(var t=this.deps.length;t--;)this.deps[t].removeSub(this);this.active=!1,this.onStop&&this.onStop()}},e}();function zd(e){e._events=Object.create(null),e._hasHookEvent=!1;var t=e.$options._parentListeners;t&&Ll(e,t)}var _n;function jd(e,t){_n.$on(e,t)}function Rd(e,t){_n.$off(e,t)}function Md(e,t){var n=_n;return function s(){var r=t.apply(null,arguments);r!==null&&n.$off(e,s)}}function Ll(e,t,n){_n=e,Cl(t,n||{},jd,Rd,Md,e),_n=void 0}function Id(e){var t=/^hook:/;e.prototype.$on=function(n,s){var r=this;if(K(n))for(var a=0,o=n.length;a<o;a++)r.$on(n[a],s);else(r._events[n]||(r._events[n]=[])).push(s),t.test(n)&&(r._hasHookEvent=!0);return r},e.prototype.$once=function(n,s){var r=this;function a(){r.$off(n,a),s.apply(r,arguments)}return a.fn=s,r.$on(n,a),r},e.prototype.$off=function(n,s){var r=this;if(!arguments.length)return r._events=Object.create(null),r;if(K(n)){for(var a=0,o=n.length;a<o;a++)r.$off(n[a],s);return r}var l=r._events[n];if(!l)return r;if(!s)return r._events[n]=null,r;for(var c,p=l.length;p--;)if(c=l[p],c===s||c.fn===s){l.splice(p,1);break}return r},e.prototype.$emit=function(n){var s=this,r=s._events[n];if(r){r=r.length>1?br(r):r;for(var a=br(arguments,1),o='event handler for "'.concat(n,'"'),l=0,c=r.length;l<c;l++)We(r[l],s,a,s,o)}return s}}var Ft=null;function Bl(e){var t=Ft;return Ft=e,function(){Ft=t}}function Hd(e){var t=e.$options,n=t.parent;if(n&&!t.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(e)}e.$parent=n,e.$root=n?n.$root:e,e.$children=[],e.$refs={},e._provided=n?n._provided:Object.create(null),e._watcher=null,e._inactive=null,e._directInactive=!1,e._isMounted=!1,e._isDestroyed=!1,e._isBeingDestroyed=!1}function Vd(e){e.prototype._update=function(t,n){var s=this,r=s.$el,a=s._vnode,o=Bl(s);s._vnode=t,a?s.$el=s.__patch__(a,t):s.$el=s.__patch__(s.$el,t,n,!1),o(),r&&(r.__vue__=null),s.$el&&(s.$el.__vue__=s);for(var l=s;l&&l.$vnode&&l.$parent&&l.$vnode===l.$parent._vnode;)l.$parent.$el=l.$el,l=l.$parent},e.prototype.$forceUpdate=function(){var t=this;t._watcher&&t._watcher.update()},e.prototype.$destroy=function(){var t=this;if(!t._isBeingDestroyed){Pe(t,"beforeDestroy"),t._isBeingDestroyed=!0;var n=t.$parent;n&&!n._isBeingDestroyed&&!t.$options.abstract&&ft(n.$children,t),t._scope.stop(),t._data.__ob__&&t._data.__ob__.vmCount--,t._isDestroyed=!0,t.__patch__(t._vnode,null),Pe(t,"destroyed"),t.$off(),t.$el&&(t.$el.__vue__=null),t.$vnode&&(t.$vnode.parent=null)}}}function qd(e,t,n){e.$el=t,e.$options.render||(e.$options.render=Jt),Pe(e,"beforeMount");var s;s=function(){e._update(e._render(),n)};var r={before:function(){e._isMounted&&!e._isDestroyed&&Pe(e,"beforeUpdate")}};new Un(e,s,ie,r,!0),n=!1;var a=e._preWatchers;if(a)for(var o=0;o<a.length;o++)a[o].run();return e.$vnode==null&&(e._isMounted=!0,Pe(e,"mounted")),e}function Kd(e,t,n,s,r){var a=s.data.scopedSlots,o=e.$scopedSlots,l=!!(a&&!a.$stable||o!==we&&!o.$stable||a&&e.$scopedSlots.$key!==a.$key||!a&&e.$scopedSlots.$key),c=!!(r||e.$options._renderChildren||l),p=e.$vnode;e.$options._parentVnode=s,e.$vnode=s,e._vnode&&(e._vnode.parent=s),e.$options._renderChildren=r;var d=s.data.attrs||we;e._attrsProxy&&vs(e._attrsProxy,d,p.data&&p.data.attrs||we,e,"$attrs")&&(c=!0),e.$attrs=d,n=n||we;var g=e.$options._parentListeners;if(e._listenersProxy&&vs(e._listenersProxy,n,g||we,e,"$listeners"),e.$listeners=e.$options._parentListeners=n,Ll(e,n,g),t&&e.$options.props){mt(!1);for(var y=e._props,h=e.$options._propKeys||[],F=0;F<h.length;F++){var E=h[F],N=e.$options.props;y[E]=ba(E,N,t,e)}mt(!0),e.$options.propsData=t}c&&(e.$slots=va(r,s.context),e.$forceUpdate())}function Pl(e){for(;e&&(e=e.$parent);)if(e._inactive)return!0;return!1}function ya(e,t){if(t){if(e._directInactive=!1,Pl(e))return}else if(e._directInactive)return;if(e._inactive||e._inactive===null){e._inactive=!1;for(var n=0;n<e.$children.length;n++)ya(e.$children[n]);Pe(e,"activated")}}function Dl(e,t){if(!(t&&(e._directInactive=!0,Pl(e)))&&!e._inactive){e._inactive=!0;for(var n=0;n<e.$children.length;n++)Dl(e.$children[n]);Pe(e,"deactivated")}}function Pe(e,t,n,s){s===void 0&&(s=!0),en();var r=Fe,a=wl();s&&dt(e);var o=e.$options[t],l="".concat(t," hook");if(o)for(var c=0,p=o.length;c<p;c++)We(o[c],e,n||null,e,l);e._hasHookEvent&&e.$emit("hook:"+t),s&&(dt(r),a&&a.on()),tn()}var qe=[],xa=[],xs={},Br=!1,wa=!1,It=0;function Jd(){It=qe.length=xa.length=0,xs={},Br=wa=!1}var Ul=0,Pr=Date.now;if(Ee&&!Xt){var ar=window.performance;ar&&typeof ar.now=="function"&&Pr()>document.createEvent("Event").timeStamp&&(Pr=function(){return ar.now()})}var Gd=function(e,t){if(e.post){if(!t.post)return 1}else if(t.post)return-1;return e.id-t.id};function Wd(){Ul=Pr(),wa=!0;var e,t;for(qe.sort(Gd),It=0;It<qe.length;It++)e=qe[It],e.before&&e.before(),t=e.id,xs[t]=null,e.run();var n=xa.slice(),s=qe.slice();Jd(),Xd(n),Zd(s),Gc(),gs&&ke.devtools&&gs.emit("flush")}function Zd(e){for(var t=e.length;t--;){var n=e[t],s=n.vm;s&&s._watcher===n&&s._isMounted&&!s._isDestroyed&&Pe(s,"updated")}}function Yd(e){e._inactive=!1,xa.push(e)}function Xd(e){for(var t=0;t<e.length;t++)e[t]._inactive=!0,ya(e[t],!0)}function Dr(e){var t=e.id;if(xs[t]==null&&!(e===Je.target&&e.noRecurse)){if(xs[t]=!0,!wa)qe.push(e);else{for(var n=qe.length-1;n>It&&qe[n].id>e.id;)n--;qe.splice(n+1,0,e)}Br||(Br=!0,Rs(Wd))}}function Qd(e){var t=e.$options.provide;if(t){var n=te(t)?t.call(e):t;if(!ge(n))return;for(var s=ad(e),r=Pn?Reflect.ownKeys(n):Object.keys(n),a=0;a<r.length;a++){var o=r[a];Object.defineProperty(s,o,Object.getOwnPropertyDescriptor(n,o))}}}function em(e){var t=Ol(e.$options.inject,e);t&&(mt(!1),Object.keys(t).forEach(function(n){pt(e,n,t[n])}),mt(!0))}function Ol(e,t){if(e){for(var n=Object.create(null),s=Pn?Reflect.ownKeys(e):Object.keys(e),r=0;r<s.length;r++){var a=s[r];if(a!=="__ob__"){var o=e[a].from;if(o in t._provided)n[a]=t._provided[o];else if("default"in e[a]){var l=e[a].default;n[a]=te(l)?l.call(t):l}}}return n}}function Ca(e,t,n,s,r){var a=this,o=r.options,l;he(s,"_uid")?(l=Object.create(s),l._original=s):(l=s,s=s._original);var c=ue(o._compiled),p=!c;this.data=e,this.props=t,this.children=n,this.parent=s,this.listeners=e.on||we,this.injections=Ol(o.inject,s),this.slots=function(){return a.$slots||yn(s,e.scopedSlots,a.$slots=va(n,s)),a.$slots},Object.defineProperty(this,"scopedSlots",{enumerable:!0,get:function(){return yn(s,e.scopedSlots,this.slots())}}),c&&(this.$options=o,this.$slots=this.slots(),this.$scopedSlots=yn(s,e.scopedSlots,this.$slots)),o._scopeId?this._c=function(d,g,y,h){var F=ys(l,d,g,y,h,p);return F&&!K(F)&&(F.fnScopeId=o._scopeId,F.fnContext=s),F}:this._c=function(d,g,y,h){return ys(l,d,g,y,h,p)}}Fl(Ca.prototype);function tm(e,t,n,s,r){var a=e.options,o={},l=a.props;if(C(l))for(var c in l)o[c]=ba(c,l,t||we);else C(n.attrs)&&Co(o,n.attrs),C(n.props)&&Co(o,n.props);var p=new Ca(n,o,r,s,e),d=a.render.call(null,p._c,p);if(d instanceof Ae)return wo(d,n,p.parent,a);if(K(d)){for(var g=ha(d)||[],y=new Array(g.length),h=0;h<g.length;h++)y[h]=wo(g[h],n,p.parent,a);return y}}function wo(e,t,n,s,r){var a=_r(e);return a.fnContext=n,a.fnOptions=s,t.slot&&((a.data||(a.data={})).slot=t.slot),a}function Co(e,t){for(var n in t)e[At(n)]=t[n]}function ws(e){return e.name||e.__name||e._componentTag}var Ta={init:function(e,t){if(e.componentInstance&&!e.componentInstance._isDestroyed&&e.data.keepAlive){var n=e;Ta.prepatch(n,n)}else{var s=e.componentInstance=nm(e,Ft);s.$mount(t?e.elm:void 0,t)}},prepatch:function(e,t){var n=t.componentOptions,s=t.componentInstance=e.componentInstance;Kd(s,n.propsData,n.listeners,t,n.children)},insert:function(e){var t=e.context,n=e.componentInstance;n._isMounted||(n._isMounted=!0,Pe(n,"mounted")),e.data.keepAlive&&(t._isMounted?Yd(n):ya(n,!0))},destroy:function(e){var t=e.componentInstance;t._isDestroyed||(e.data.keepAlive?Dl(t,!0):t.$destroy())}},To=Object.keys(Ta);function bo(e,t,n,s,r){if(!I(e)){var a=n.$options._base;if(ge(e)&&(e=a.extend(e)),typeof e=="function"){var o;if(I(e.cid)&&(o=e,e=Ad(o,a),e===void 0))return Sd(o,t,n,s,r);t=t||{},Fa(e),C(t.model)&&am(e.options,t);var l=od(t,e);if(ue(e.options.functional))return tm(e,l,t,n,s);var c=t.on;if(t.on=t.nativeOn,ue(e.options.abstract)){var p=t.slot;t={},p&&(t.slot=p)}sm(t);var d=ws(e.options)||r,g=new Ae("vue-component-".concat(e.cid).concat(d?"-".concat(d):""),t,void 0,void 0,void 0,n,{Ctor:e,propsData:l,listeners:c,tag:r,children:s},o);return g}}}function nm(e,t){var n={_isComponent:!0,_parentVnode:e,parent:t},s=e.data.inlineTemplate;return C(s)&&(n.render=s.render,n.staticRenderFns=s.staticRenderFns),new e.componentOptions.Ctor(n)}function sm(e){for(var t=e.hook||(e.hook={}),n=0;n<To.length;n++){var s=To[n],r=t[s],a=Ta[s];r!==a&&!(r&&r._merged)&&(t[s]=r?rm(a,r):a)}}function rm(e,t){var n=function(s,r){e(s,r),t(s,r)};return n._merged=!0,n}function am(e,t){var n=e.model&&e.model.prop||"value",s=e.model&&e.model.event||"input";(t.attrs||(t.attrs={}))[n]=t.model.value;var r=t.on||(t.on={}),a=r[s],o=t.model.callback;C(a)?(K(a)?a.indexOf(o)===-1:a!==o)&&(r[s]=[o].concat(a)):r[s]=o}var om=ie,Re=ke.optionMergeStrategies;function Sn(e,t,n){if(n===void 0&&(n=!0),!t)return e;for(var s,r,a,o=Pn?Reflect.ownKeys(t):Object.keys(t),l=0;l<o.length;l++)s=o[l],s!=="__ob__"&&(r=e[s],a=t[s],!n||!he(e,s)?fa(e,s,a):r!==a&&Se(r)&&Se(a)&&Sn(r,a));return e}function Eo(e,t,n){return n?function(){var s=te(t)?t.call(n,n):t,r=te(e)?e.call(n,n):e;return s?Sn(s,r):r}:t?e?function(){return Sn(te(t)?t.call(this,this):t,te(e)?e.call(this,this):e)}:t:e}Re.data=function(e,t,n){return n?Eo(e,t,n):t&&typeof t!="function"?e:Eo(e,t)};function $l(e,t){var n=t?e?e.concat(t):K(t)?t:[t]:e;return n&&im(n)}function im(e){for(var t=[],n=0;n<e.length;n++)t.indexOf(e[n])===-1&&t.push(e[n]);return t}ll.forEach(function(e){Re[e]=$l});function lm(e,t,n,s){var r=Object.create(e||null);return t?ae(r,t):r}$s.forEach(function(e){Re[e+"s"]=lm}),Re.watch=function(e,t,n,s){if(e===Fr&&(e=void 0),t===Fr&&(t=void 0),!t)return Object.create(e||null);if(!e)return t;var r={};ae(r,e);for(var a in t){var o=r[a],l=t[a];o&&!K(o)&&(o=[o]),r[a]=o?o.concat(l):K(l)?l:[l]}return r},Re.props=Re.methods=Re.inject=Re.computed=function(e,t,n,s){if(!e)return t;var r=Object.create(null);return ae(r,e),t&&ae(r,t),r},Re.provide=function(e,t){return e?function(){var n=Object.create(null);return Sn(n,te(e)?e.call(this):e),t&&Sn(n,te(t)?t.call(this):t,!1),n}:t};var um=function(e,t){return t===void 0?e:t};function cm(e,t){var n=e.props;if(n){var s={},r,a,o;if(K(n))for(r=n.length;r--;)a=n[r],typeof a=="string"&&(o=At(a),s[o]={type:null});else if(Se(n))for(var l in n)a=n[l],o=At(l),s[o]=Se(a)?a:{type:a};e.props=s}}function dm(e,t){var n=e.inject;if(n){var s=e.inject={};if(K(n))for(var r=0;r<n.length;r++)s[n[r]]={from:n[r]};else if(Se(n))for(var a in n){var o=n[a];s[a]=Se(o)?ae({from:a},o):{from:o}}}}function mm(e){var t=e.directives;if(t)for(var n in t){var s=t[n];te(s)&&(t[n]={bind:s,update:s})}}function Lt(e,t,n){if(te(t)&&(t=t.options),cm(t),dm(t),mm(t),!t._base&&(t.extends&&(e=Lt(e,t.extends,n)),t.mixins))for(var s=0,r=t.mixins.length;s<r;s++)e=Lt(e,t.mixins[s],n);var a={},o;for(o in e)l(o);for(o in t)he(e,o)||l(o);function l(c){var p=Re[c]||um;a[c]=p(e[c],t[c],n,c)}return a}function Cs(e,t,n,s){if(typeof n=="string"){var r=e[t];if(he(r,n))return r[n];var a=At(n);if(he(r,a))return r[a];var o=zc(a);if(he(r,o))return r[o];var l=r[n]||r[a]||r[o];return l}}function ba(e,t,n,s){var r=t[e],a=!he(n,e),o=n[e],l=_o(Boolean,r.type);if(l>-1){if(a&&!he(r,"default"))o=!1;else if(o===""||o===Bn(e)){var c=_o(String,r.type);(c<0||l<c)&&(o=!0)}}if(o===void 0){o=pm(s,r,e);var p=pa;mt(!0),Ge(o),mt(p)}return o}function pm(e,t,n){if(he(t,"default")){var s=t.default;return e&&e.$options.propsData&&e.$options.propsData[n]===void 0&&e._props[n]!==void 0?e._props[n]:te(s)&&Ur(t.type)!=="Function"?s.call(e):s}}var fm=/^\s*function (\w+)/;function Ur(e){var t=e&&e.toString().match(fm);return t?t[1]:""}function Fo(e,t){return Ur(e)===Ur(t)}function _o(e,t){if(!K(t))return Fo(t,e)?0:-1;for(var n=0,s=t.length;n<s;n++)if(Fo(t[n],e))return n;return-1}var ot={enumerable:!0,configurable:!0,get:ie,set:ie};function Ea(e,t,n){ot.get=function(){return this[t][n]},ot.set=function(s){this[t][n]=s},Object.defineProperty(e,n,ot)}function gm(e){var t=e.$options;if(t.props&&hm(e,t.props),Cd(e),t.methods&&Cm(e,t.methods),t.data)vm(e);else{var n=Ge(e._data={});n&&n.vmCount++}t.computed&&wm(e,t.computed),t.watch&&t.watch!==Fr&&Tm(e,t.watch)}function hm(e,t){var n=e.$options.propsData||{},s=e._props=vl({}),r=e.$options._propKeys=[],a=!e.$parent;a||mt(!1);var o=function(c){r.push(c);var p=ba(c,t,n,e);pt(s,c,p,void 0,!0),c in e||Ea(e,"_props",c)};for(var l in t)o(l);mt(!0)}function vm(e){var t=e.$options.data;t=e._data=te(t)?ym(t,e):t||{},Se(t)||(t={});var n=Object.keys(t),s=e.$options.props;e.$options.methods;for(var r=n.length;r--;){var a=n[r];s&&he(s,a)||ul(a)||Ea(e,"_data",a)}var o=Ge(t);o&&o.vmCount++}function ym(e,t){en();try{return e.call(t,t)}catch(n){return kt(n,t,"data()"),{}}finally{tn()}}var xm={lazy:!0};function wm(e,t){var n=e._computedWatchers=Object.create(null),s=gt();for(var r in t){var a=t[r],o=te(a)?a:a.get;s||(n[r]=new Un(e,o||ie,ie,xm)),r in e||zl(e,r,a)}}function zl(e,t,n){var s=!gt();te(n)?(ot.get=s?So(t):Ao(n),ot.set=ie):(ot.get=n.get?s&&n.cache!==!1?So(t):Ao(n.get):ie,ot.set=n.set||ie),Object.defineProperty(e,t,ot)}function So(e){return function(){var t=this._computedWatchers&&this._computedWatchers[e];if(t)return t.dirty&&t.evaluate(),Je.target&&t.depend(),t.value}}function Ao(e){return function(){return e.call(this,this)}}function Cm(e,t){e.$options.props;for(var n in t)e[n]=typeof t[n]!="function"?ie:rl(t[n],e)}function Tm(e,t){for(var n in t){var s=t[n];if(K(s))for(var r=0;r<s.length;r++)Or(e,n,s[r]);else Or(e,n,s)}}function Or(e,t,n,s){return Se(n)&&(s=n,n=n.handler),typeof n=="string"&&(n=e[n]),e.$watch(t,n,s)}function bm(e){var t={};t.get=function(){return this._data};var n={};n.get=function(){return this._props},Object.defineProperty(e.prototype,"$data",t),Object.defineProperty(e.prototype,"$props",n),e.prototype.$set=fa,e.prototype.$delete=gl,e.prototype.$watch=function(s,r,a){var o=this;if(Se(r))return Or(o,s,r,a);a=a||{},a.user=!0;var l=new Un(o,s,r,a);if(a.immediate){var c='callback for immediate watcher "'.concat(l.expression,'"');en(),We(r,o,[l.value],o,c),tn()}return function(){l.teardown()}}}var Em=0;function Fm(e){e.prototype._init=function(t){var n=this;n._uid=Em++,n._isVue=!0,n.__v_skip=!0,n._scope=new nd(!0),n._scope.parent=void 0,n._scope._vm=!0,t&&t._isComponent?_m(n,t):n.$options=Lt(Fa(n.constructor),t||{},n),n._renderProxy=n,n._self=n,Hd(n),zd(n),Fd(n),Pe(n,"beforeCreate",void 0,!1),em(n),gm(n),Qd(n),Pe(n,"created"),n.$options.el&&n.$mount(n.$options.el)}}function _m(e,t){var n=e.$options=Object.create(e.constructor.options),s=t._parentVnode;n.parent=t.parent,n._parentVnode=s;var r=s.componentOptions;n.propsData=r.propsData,n._parentListeners=r.listeners,n._renderChildren=r.children,n._componentTag=r.tag,t.render&&(n.render=t.render,n.staticRenderFns=t.staticRenderFns)}function Fa(e){var t=e.options;if(e.super){var n=Fa(e.super),s=e.superOptions;if(n!==s){e.superOptions=n;var r=Sm(e);r&&ae(e.extendOptions,r),t=e.options=Lt(n,e.extendOptions),t.name&&(t.components[t.name]=e)}}return t}function Sm(e){var t,n=e.options,s=e.sealedOptions;for(var r in n)n[r]!==s[r]&&(t||(t={}),t[r]=n[r]);return t}function re(e){this._init(e)}Fm(re),bm(re),Id(re),Vd(re),_d(re);function Am(e){e.use=function(t){var n=this._installedPlugins||(this._installedPlugins=[]);if(n.indexOf(t)>-1)return this;var s=br(arguments,1);return s.unshift(this),te(t.install)?t.install.apply(t,s):te(t)&&t.apply(null,s),n.push(t),this}}function Nm(e){e.mixin=function(t){return this.options=Lt(this.options,t),this}}function km(e){e.cid=0;var t=1;e.extend=function(n){n=n||{};var s=this,r=s.cid,a=n._Ctor||(n._Ctor={});if(a[r])return a[r];var o=ws(n)||ws(s.options),l=function(c){this._init(c)};return l.prototype=Object.create(s.prototype),l.prototype.constructor=l,l.cid=t++,l.options=Lt(s.options,n),l.super=s,l.options.props&&Lm(l),l.options.computed&&Bm(l),l.extend=s.extend,l.mixin=s.mixin,l.use=s.use,$s.forEach(function(c){l[c]=s[c]}),o&&(l.options.components[o]=l),l.superOptions=s.options,l.extendOptions=n,l.sealedOptions=ae({},l.options),a[r]=l,l}}function Lm(e){var t=e.options.props;for(var n in t)Ea(e.prototype,"_props",n)}function Bm(e){var t=e.options.computed;for(var n in t)zl(e.prototype,n,t[n])}function Pm(e){$s.forEach(function(t){e[t]=function(n,s){return s?(t==="component"&&Se(s)&&(s.name=s.name||n,s=this.options._base.extend(s)),t==="directive"&&te(s)&&(s={bind:s,update:s}),this.options[t+"s"][n]=s,s):this.options[t+"s"][n]}})}function No(e){return e&&(ws(e.Ctor.options)||e.tag)}function Hn(e,t){return K(e)?e.indexOf(t)>-1:typeof e=="string"?e.split(",").indexOf(t)>-1:Bc(e)?e.test(t):!1}function ko(e,t){var n=e.cache,s=e.keys,r=e._vnode,a=e.$vnode;for(var o in n){var l=n[o];if(l){var c=l.name;c&&!t(c)&&$r(n,o,s,r)}}a.componentOptions.children=void 0}function $r(e,t,n,s){var r=e[t];r&&(!s||r.tag!==s.tag)&&r.componentInstance.$destroy(),e[t]=null,ft(n,t)}var Lo=[String,RegExp,Array],Dm={name:"keep-alive",abstract:!0,props:{include:Lo,exclude:Lo,max:[String,Number]},methods:{cacheVNode:function(){var e=this,t=e.cache,n=e.keys,s=e.vnodeToCache,r=e.keyToCache;if(s){var a=s.tag,o=s.componentInstance,l=s.componentOptions;t[r]={name:No(l),tag:a,componentInstance:o},n.push(r),this.max&&n.length>parseInt(this.max)&&$r(t,n[0],n,this._vnode),this.vnodeToCache=null}}},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var e in this.cache)$r(this.cache,e,this.keys)},mounted:function(){var e=this;this.cacheVNode(),this.$watch("include",function(t){ko(e,function(n){return Hn(t,n)})}),this.$watch("exclude",function(t){ko(e,function(n){return!Hn(t,n)})})},updated:function(){this.cacheVNode()},render:function(){var e=this.$slots.default,t=Sl(e),n=t&&t.componentOptions;if(n){var s=No(n),r=this,a=r.include,o=r.exclude;if(a&&(!s||!Hn(a,s))||o&&s&&Hn(o,s))return t;var l=this,c=l.cache,p=l.keys,d=t.key==null?n.Ctor.cid+(n.tag?"::".concat(n.tag):""):t.key;c[d]?(t.componentInstance=c[d].componentInstance,ft(p,d),p.push(d)):(this.vnodeToCache=t,this.keyToCache=d),t.data.keepAlive=!0}return t||e&&e[0]}},Um={KeepAlive:Dm};function Om(e){var t={};t.get=function(){return ke},Object.defineProperty(e,"config",t),e.util={warn:om,extend:ae,mergeOptions:Lt,defineReactive:pt},e.set=fa,e.delete=gl,e.nextTick=Rs,e.observable=function(n){return Ge(n),n},e.options=Object.create(null),$s.forEach(function(n){e.options[n+"s"]=Object.create(null)}),e.options._base=e,ae(e.options.components,Um),Am(e),Nm(e),km(e),Pm(e)}Om(re),Object.defineProperty(re.prototype,"$isServer",{get:gt}),Object.defineProperty(re.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(re,"FunctionalRenderContext",{value:Ca}),re.version=Od;var $m=Ue("style,class"),zm=Ue("input,textarea,option,select,progress"),jm=function(e,t,n){return n==="value"&&zm(e)&&t!=="button"||n==="selected"&&e==="option"||n==="checked"&&e==="input"||n==="muted"&&e==="video"},jl=Ue("contenteditable,draggable,spellcheck"),Rm=Ue("events,caret,typing,plaintext-only"),Mm=function(e,t){return Ts(t)||t==="false"?"false":e==="contenteditable"&&Rm(t)?t:"true"},Im=Ue("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,truespeed,typemustmatch,visible"),zr="http://www.w3.org/1999/xlink",_a=function(e){return e.charAt(5)===":"&&e.slice(0,5)==="xlink"},Rl=function(e){return _a(e)?e.slice(6,e.length):""},Ts=function(e){return e==null||e===!1};function Hm(e){for(var t=e.data,n=e,s=e;C(s.componentInstance);)s=s.componentInstance._vnode,s&&s.data&&(t=Bo(s.data,t));for(;C(n=n.parent);)n&&n.data&&(t=Bo(t,n.data));return Vm(t.staticClass,t.class)}function Bo(e,t){return{staticClass:Sa(e.staticClass,t.staticClass),class:C(e.class)?[e.class,t.class]:t.class}}function Vm(e,t){return C(e)||C(t)?Sa(e,Aa(t)):""}function Sa(e,t){return e?t?e+" "+t:e:t||""}function Aa(e){return Array.isArray(e)?qm(e):ge(e)?Km(e):typeof e=="string"?e:""}function qm(e){for(var t="",n,s=0,r=e.length;s<r;s++)C(n=Aa(e[s]))&&n!==""&&(t&&(t+=" "),t+=n);return t}function Km(e){var t="";for(var n in e)e[n]&&(t&&(t+=" "),t+=n);return t}var Jm={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},Gm=Ue("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"),Na=Ue("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignobject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),Ml=function(e){return Gm(e)||Na(e)};function Wm(e){if(Na(e))return"svg";if(e==="math")return"math"}var Vn=Object.create(null);function Zm(e){if(!Ee)return!0;if(Ml(e))return!1;if(e=e.toLowerCase(),Vn[e]!=null)return Vn[e];var t=document.createElement(e);return e.indexOf("-")>-1?Vn[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:Vn[e]=/HTMLUnknownElement/.test(t.toString())}var jr=Ue("text,number,password,search,email,tel,url");function Ym(e){if(typeof e=="string"){var t=document.querySelector(e);return t||document.createElement("div")}else return e}function Xm(e,t){var n=document.createElement(e);return e!=="select"||t.data&&t.data.attrs&&t.data.attrs.multiple!==void 0&&n.setAttribute("multiple","multiple"),n}function Qm(e,t){return document.createElementNS(Jm[e],t)}function e0(e){return document.createTextNode(e)}function t0(e){return document.createComment(e)}function n0(e,t,n){e.insertBefore(t,n)}function s0(e,t){e.removeChild(t)}function r0(e,t){e.appendChild(t)}function a0(e){return e.parentNode}function o0(e){return e.nextSibling}function i0(e){return e.tagName}function l0(e,t){e.textContent=t}function u0(e,t){e.setAttribute(t,"")}var c0=Object.freeze({__proto__:null,createElement:Xm,createElementNS:Qm,createTextNode:e0,createComment:t0,insertBefore:n0,removeChild:s0,appendChild:r0,parentNode:a0,nextSibling:o0,tagName:i0,setTextContent:l0,setStyleScope:u0}),d0={create:function(e,t){Ht(t)},update:function(e,t){e.data.ref!==t.data.ref&&(Ht(e,!0),Ht(t))},destroy:function(e){Ht(e,!0)}};function Ht(e,t){var n=e.data.ref;if(C(n)){var s=e.context,r=e.componentInstance||e.elm,a=t?null:r,o=t?void 0:r;if(te(n)){We(n,s,[a],s,"template ref function");return}var l=e.data.refInFor,c=typeof n=="string"||typeof n=="number",p=ve(n),d=s.$refs;if(c||p){if(l){var g=c?d[n]:n.value;t?K(g)&&ft(g,r):K(g)?g.includes(r)||g.push(r):c?(d[n]=[r],Po(s,n,d[n])):n.value=[r]}else if(c){if(t&&d[n]!==r)return;d[n]=o,Po(s,n,a)}else if(p){if(t&&n.value!==r)return;n.value=a}}}}function Po(e,t,n){var s=e._setupState;s&&he(s,t)&&(ve(s[t])?s[t].value=n:s[t]=n)}var ut=new Ae("",{},[]),cn=["create","activate","update","remove","destroy"];function yt(e,t){return e.key===t.key&&e.asyncFactory===t.asyncFactory&&(e.tag===t.tag&&e.isComment===t.isComment&&C(e.data)===C(t.data)&&m0(e,t)||ue(e.isAsyncPlaceholder)&&I(t.asyncFactory.error))}function m0(e,t){if(e.tag!=="input")return!0;var n,s=C(n=e.data)&&C(n=n.attrs)&&n.type,r=C(n=t.data)&&C(n=n.attrs)&&n.type;return s===r||jr(s)&&jr(r)}function p0(e,t,n){var s,r,a={};for(s=t;s<=n;++s)r=e[s].key,C(r)&&(a[r]=s);return a}function f0(e){var t,n,s={},r=e.modules,a=e.nodeOps;for(t=0;t<cn.length;++t)for(s[cn[t]]=[],n=0;n<r.length;++n)C(r[n][cn[t]])&&s[cn[t]].push(r[n][cn[t]]);function o(f){return new Ae(a.tagName(f).toLowerCase(),{},[],void 0,f)}function l(f,x){function b(){--b.listeners===0&&c(f)}return b.listeners=x,b}function c(f){var x=a.parentNode(f);C(x)&&a.removeChild(x,f)}function p(f,x,b,L,P,$,U){if(C(f.elm)&&C($)&&(f=$[U]=_r(f)),f.isRootInsert=!P,!d(f,x,b,L)){var z=f.data,H=f.children,j=f.tag;C(j)?(f.elm=f.ns?a.createElementNS(f.ns,j):a.createElement(j,f),D(f),F(f,H,x),C(z)&&N(f,x),h(b,f.elm,L)):ue(f.isComment)?(f.elm=a.createComment(f.text),h(b,f.elm,L)):(f.elm=a.createTextNode(f.text),h(b,f.elm,L))}}function d(f,x,b,L){var P=f.data;if(C(P)){var $=C(f.componentInstance)&&P.keepAlive;if(C(P=P.hook)&&C(P=P.init)&&P(f,!1),C(f.componentInstance))return g(f,x),h(b,f.elm,L),ue($)&&y(f,x,b,L),!0}}function g(f,x){C(f.data.pendingInsert)&&(x.push.apply(x,f.data.pendingInsert),f.data.pendingInsert=null),f.elm=f.componentInstance.$el,E(f)?(N(f,x),D(f)):(Ht(f),x.push(f))}function y(f,x,b,L){for(var P,$=f;$.componentInstance;)if($=$.componentInstance._vnode,C(P=$.data)&&C(P=P.transition)){for(P=0;P<s.activate.length;++P)s.activate[P](ut,$);x.push($);break}h(b,f.elm,L)}function h(f,x,b){C(f)&&(C(b)?a.parentNode(b)===f&&a.insertBefore(f,x,b):a.appendChild(f,x))}function F(f,x,b){if(K(x))for(var L=0;L<x.length;++L)p(x[L],b,f.elm,null,!0,x,L);else Ln(f.text)&&a.appendChild(f.elm,a.createTextNode(String(f.text)))}function E(f){for(;f.componentInstance;)f=f.componentInstance._vnode;return C(f.tag)}function N(f,x){for(var b=0;b<s.create.length;++b)s.create[b](ut,f);t=f.data.hook,C(t)&&(C(t.create)&&t.create(ut,f),C(t.insert)&&x.push(f))}function D(f){var x;if(C(x=f.fnScopeId))a.setStyleScope(f.elm,x);else for(var b=f;b;)C(x=b.context)&&C(x=x.$options._scopeId)&&a.setStyleScope(f.elm,x),b=b.parent;C(x=Ft)&&x!==f.context&&x!==f.fnContext&&C(x=x.$options._scopeId)&&a.setStyleScope(f.elm,x)}function k(f,x,b,L,P,$){for(;L<=P;++L)p(b[L],$,f,x,!1,b,L)}function R(f){var x,b,L=f.data;if(C(L))for(C(x=L.hook)&&C(x=x.destroy)&&x(f),x=0;x<s.destroy.length;++x)s.destroy[x](f);if(C(x=f.children))for(b=0;b<f.children.length;++b)R(f.children[b])}function M(f,x,b){for(;x<=b;++x){var L=f[x];C(L)&&(C(L.tag)?(J(L),R(L)):c(L.elm))}}function J(f,x){if(C(x)||C(f.data)){var b,L=s.remove.length+1;for(C(x)?x.listeners+=L:x=l(f.elm,L),C(b=f.componentInstance)&&C(b=b._vnode)&&C(b.data)&&J(b,x),b=0;b<s.remove.length;++b)s.remove[b](f,x);C(b=f.data.hook)&&C(b=b.remove)?b(f,x):x()}else c(f.elm)}function Y(f,x,b,L,P){for(var $=0,U=0,z=x.length-1,H=x[0],j=x[z],X=b.length-1,ee=b[0],G=b[X],Q,ye,be,Qe,$e=!P;$<=z&&U<=X;)I(H)?H=x[++$]:I(j)?j=x[--z]:yt(H,ee)?(O(H,ee,L,b,U),H=x[++$],ee=b[++U]):yt(j,G)?(O(j,G,L,b,X),j=x[--z],G=b[--X]):yt(H,G)?(O(H,G,L,b,X),$e&&a.insertBefore(f,H.elm,a.nextSibling(j.elm)),H=x[++$],G=b[--X]):yt(j,ee)?(O(j,ee,L,b,U),$e&&a.insertBefore(f,j.elm,H.elm),j=x[--z],ee=b[++U]):(I(Q)&&(Q=p0(x,$,z)),ye=C(ee.key)?Q[ee.key]:W(ee,x,$,z),I(ye)?p(ee,L,f,H.elm,!1,b,U):(be=x[ye],yt(be,ee)?(O(be,ee,L,b,U),x[ye]=void 0,$e&&a.insertBefore(f,be.elm,H.elm)):p(ee,L,f,H.elm,!1,b,U)),ee=b[++U]);$>z?(Qe=I(b[X+1])?null:b[X+1].elm,k(f,Qe,b,U,X,L)):U>X&&M(x,$,z)}function W(f,x,b,L){for(var P=b;P<L;P++){var $=x[P];if(C($)&&yt(f,$))return P}}function O(f,x,b,L,P,$){if(f!==x){C(x.elm)&&C(L)&&(x=L[P]=_r(x));var U=x.elm=f.elm;if(ue(f.isAsyncPlaceholder)){C(x.asyncFactory.resolved)?S(f.elm,x,b):x.isAsyncPlaceholder=!0;return}if(ue(x.isStatic)&&ue(f.isStatic)&&x.key===f.key&&(ue(x.isCloned)||ue(x.isOnce))){x.componentInstance=f.componentInstance;return}var z,H=x.data;C(H)&&C(z=H.hook)&&C(z=z.prepatch)&&z(f,x);var j=f.children,X=x.children;if(C(H)&&E(x)){for(z=0;z<s.update.length;++z)s.update[z](f,x);C(z=H.hook)&&C(z=z.update)&&z(f,x)}I(x.text)?C(j)&&C(X)?j!==X&&Y(U,j,X,b,$):C(X)?(C(f.text)&&a.setTextContent(U,""),k(U,null,X,0,X.length-1,b)):C(j)?M(j,0,j.length-1):C(f.text)&&a.setTextContent(U,""):f.text!==x.text&&a.setTextContent(U,x.text),C(H)&&C(z=H.hook)&&C(z=z.postpatch)&&z(f,x)}}function q(f,x,b){if(ue(b)&&C(f.parent))f.parent.data.pendingInsert=x;else for(var L=0;L<x.length;++L)x[L].data.hook.insert(x[L])}var A=Ue("attrs,class,staticClass,staticStyle,key");function S(f,x,b,L){var P,$=x.tag,U=x.data,z=x.children;if(L=L||U&&U.pre,x.elm=f,ue(x.isComment)&&C(x.asyncFactory))return x.isAsyncPlaceholder=!0,!0;if(C(U)&&(C(P=U.hook)&&C(P=P.init)&&P(x,!0),C(P=x.componentInstance)))return g(x,b),!0;if(C($)){if(C(z))if(!f.hasChildNodes())F(x,z,b);else if(C(P=U)&&C(P=P.domProps)&&C(P=P.innerHTML)){if(P!==f.innerHTML)return!1}else{for(var H=!0,j=f.firstChild,X=0;X<z.length;X++){if(!j||!S(j,z[X],b,L)){H=!1;break}j=j.nextSibling}if(!H||j)return!1}if(C(U)){var ee=!1;for(var G in U)if(!A(G)){ee=!0,N(x,b);break}!ee&&U.class&&Gt(U.class)}}else f.data!==x.text&&(f.data=x.text);return!0}return function(f,x,b,L){if(I(x)){C(f)&&R(f);return}var P=!1,$=[];if(I(f))P=!0,p(x,$);else{var U=C(f.nodeType);if(!U&&yt(f,x))O(f,x,$,null,null,L);else{if(U){if(f.nodeType===1&&f.hasAttribute(to)&&(f.removeAttribute(to),b=!0),ue(b)&&S(f,x,$))return q(x,$,!0),f;f=o(f)}var z=f.elm,H=a.parentNode(z);if(p(x,$,z._leaveCb?null:H,a.nextSibling(z)),C(x.parent))for(var j=x.parent,X=E(x);j;){for(var ee=0;ee<s.destroy.length;++ee)s.destroy[ee](j);if(j.elm=x.elm,X){for(var G=0;G<s.create.length;++G)s.create[G](ut,j);var Q=j.data.hook.insert;if(Q.merged)for(var ye=Q.fns.slice(1),be=0;be<ye.length;be++)ye[be]()}else Ht(j);j=j.parent}C(H)?M([f],0,0):C(f.tag)&&R(f)}}return q(x,$,P),x.elm}}var g0={create:or,update:or,destroy:function(e){or(e,ut)}};function or(e,t){(e.data.directives||t.data.directives)&&h0(e,t)}function h0(e,t){var n=e===ut,s=t===ut,r=Do(e.data.directives,e.context),a=Do(t.data.directives,t.context),o=[],l=[],c,p,d;for(c in a)p=r[c],d=a[c],p?(d.oldValue=p.value,d.oldArg=p.arg,dn(d,"update",t,e),d.def&&d.def.componentUpdated&&l.push(d)):(dn(d,"bind",t,e),d.def&&d.def.inserted&&o.push(d));if(o.length){var g=function(){for(var y=0;y<o.length;y++)dn(o[y],"inserted",t,e)};n?lt(t,"insert",g):g()}if(l.length&<(t,"postpatch",function(){for(var y=0;y<l.length;y++)dn(l[y],"componentUpdated",t,e)}),!n)for(c in r)a[c]||dn(r[c],"unbind",e,e,s)}var v0=Object.create(null);function Do(e,t){var n=Object.create(null);if(!e)return n;var s,r;for(s=0;s<e.length;s++){if(r=e[s],r.modifiers||(r.modifiers=v0),n[y0(r)]=r,t._setupState&&t._setupState.__sfc){var a=r.def||Cs(t,"_setupState","v-"+r.name);typeof a=="function"?r.def={bind:a,update:a}:r.def=a}r.def=r.def||Cs(t.$options,"directives",r.name)}return n}function y0(e){return e.rawName||"".concat(e.name,".").concat(Object.keys(e.modifiers||{}).join("."))}function dn(e,t,n,s,r){var a=e.def&&e.def[t];if(a)try{a(n.elm,e,n,s,r)}catch(o){kt(o,n.context,"directive ".concat(e.name," ").concat(t," hook"))}}var x0=[d0,g0];function Uo(e,t){var n=t.componentOptions;if(!(C(n)&&n.Ctor.options.inheritAttrs===!1)&&!(I(e.data.attrs)&&I(t.data.attrs))){var s,r,a,o=t.elm,l=e.data.attrs||{},c=t.data.attrs||{};(C(c.__ob__)||ue(c._v_attr_proxy))&&(c=t.data.attrs=ae({},c));for(s in c)r=c[s],a=l[s],a!==r&&Oo(o,s,r,t.data.pre);(Xt||cl)&&c.value!==l.value&&Oo(o,"value",c.value);for(s in l)I(c[s])&&(_a(s)?o.removeAttributeNS(zr,Rl(s)):jl(s)||o.removeAttribute(s))}}function Oo(e,t,n,s){s||e.tagName.indexOf("-")>-1?$o(e,t,n):Im(t)?Ts(n)?e.removeAttribute(t):(n=t==="allowfullscreen"&&e.tagName==="EMBED"?"true":t,e.setAttribute(t,n)):jl(t)?e.setAttribute(t,Mm(t,n)):_a(t)?Ts(n)?e.removeAttributeNS(zr,Rl(t)):e.setAttributeNS(zr,t,n):$o(e,t,n)}function $o(e,t,n){if(Ts(n))e.removeAttribute(t);else{if(Xt&&!Qt&&e.tagName==="TEXTAREA"&&t==="placeholder"&&n!==""&&!e.__ieph){var s=function(r){r.stopImmediatePropagation(),e.removeEventListener("input",s)};e.addEventListener("input",s),e.__ieph=!0}e.setAttribute(t,n)}}var w0={create:Uo,update:Uo};function zo(e,t){var n=t.elm,s=t.data,r=e.data;if(!(I(s.staticClass)&&I(s.class)&&(I(r)||I(r.staticClass)&&I(r.class)))){var a=Hm(t),o=n._transitionClasses;C(o)&&(a=Sa(a,Aa(o))),a!==n._prevClass&&(n.setAttribute("class",a),n._prevClass=a)}}var C0={create:zo,update:zo},ir="__r",lr="__c";function T0(e){if(C(e[ir])){var t=Xt?"change":"input";e[t]=[].concat(e[ir],e[t]||[]),delete e[ir]}C(e[lr])&&(e.change=[].concat(e[lr],e.change||[]),delete e[lr])}var An;function b0(e,t,n){var s=An;return function r(){var a=t.apply(null,arguments);a!==null&&Il(e,r,n,s)}}var E0=Nr&&!(no&&Number(no[1])<=53);function F0(e,t,n,s){if(E0){var r=Ul,a=t;t=a._wrapper=function(o){if(o.target===o.currentTarget||o.timeStamp>=r||o.timeStamp<=0||o.target.ownerDocument!==document)return a.apply(this,arguments)}}An.addEventListener(e,t,dl?{capture:n,passive:s}:n)}function Il(e,t,n,s){(s||An).removeEventListener(e,t._wrapper||t,n)}function ur(e,t){if(!(I(e.data.on)&&I(t.data.on))){var n=t.data.on||{},s=e.data.on||{};An=t.elm||e.elm,T0(n),Cl(n,s,F0,Il,b0,t.context),An=void 0}}var _0={create:ur,update:ur,destroy:function(e){return ur(e,ut)}},qn;function jo(e,t){if(!(I(e.data.domProps)&&I(t.data.domProps))){var n,s,r=t.elm,a=e.data.domProps||{},o=t.data.domProps||{};(C(o.__ob__)||ue(o._v_attr_proxy))&&(o=t.data.domProps=ae({},o));for(n in a)n in o||(r[n]="");for(n in o){if(s=o[n],n==="textContent"||n==="innerHTML"){if(t.children&&(t.children.length=0),s===a[n])continue;r.childNodes.length===1&&r.removeChild(r.childNodes[0])}if(n==="value"&&r.tagName!=="PROGRESS"){r._value=s;var l=I(s)?"":String(s);S0(r,l)&&(r.value=l)}else if(n==="innerHTML"&&Na(r.tagName)&&I(r.innerHTML)){qn=qn||document.createElement("div"),qn.innerHTML="<svg>".concat(s,"</svg>");for(var c=qn.firstChild;r.firstChild;)r.removeChild(r.firstChild);for(;c.firstChild;)r.appendChild(c.firstChild)}else if(s!==a[n])try{r[n]=s}catch{}}}}function S0(e,t){return!e.composing&&(e.tagName==="OPTION"||A0(e,t)||N0(e,t))}function A0(e,t){var n=!0;try{n=document.activeElement!==e}catch{}return n&&e.value!==t}function N0(e,t){var n=e.value,s=e._vModifiers;if(C(s)){if(s.number)return bn(n)!==bn(t);if(s.trim)return n.trim()!==t.trim()}return n!==t}var k0={create:jo,update:jo},L0=Ut(function(e){var t={},n=/;(?![^(]*\))/g,s=/:(.+)/;return e.split(n).forEach(function(r){if(r){var a=r.split(s);a.length>1&&(t[a[0].trim()]=a[1].trim())}}),t});function cr(e){var t=Hl(e.style);return e.staticStyle?ae(e.staticStyle,t):t}function Hl(e){return Array.isArray(e)?al(e):typeof e=="string"?L0(e):e}function B0(e,t){var n={},s;if(t)for(var r=e;r.componentInstance;)r=r.componentInstance._vnode,r&&r.data&&(s=cr(r.data))&&ae(n,s);(s=cr(e.data))&&ae(n,s);for(var a=e;a=a.parent;)a.data&&(s=cr(a.data))&&ae(n,s);return n}var P0=/^--/,Ro=/\s*!important$/,Mo=function(e,t,n){if(P0.test(t))e.style.setProperty(t,n);else if(Ro.test(n))e.style.setProperty(Bn(t),n.replace(Ro,""),"important");else{var s=D0(t);if(Array.isArray(n))for(var r=0,a=n.length;r<a;r++)e.style[s]=n[r];else e.style[s]=n}},Io=["Webkit","Moz","ms"],Kn,D0=Ut(function(e){if(Kn=Kn||document.createElement("div").style,e=At(e),e!=="filter"&&e in Kn)return e;for(var t=e.charAt(0).toUpperCase()+e.slice(1),n=0;n<Io.length;n++){var s=Io[n]+t;if(s in Kn)return s}});function Ho(e,t){var n=t.data,s=e.data;if(!(I(n.staticStyle)&&I(n.style)&&I(s.staticStyle)&&I(s.style))){var r,a,o=t.elm,l=s.staticStyle,c=s.normalizedStyle||s.style||{},p=l||c,d=Hl(t.data.style)||{};t.data.normalizedStyle=C(d.__ob__)?ae({},d):d;var g=B0(t,!0);for(a in p)I(g[a])&&Mo(o,a,"");for(a in g)r=g[a],Mo(o,a,r!=null?r:"")}}var U0={create:Ho,update:Ho},Vl=/\s+/;function ql(e,t){if(!(!t||!(t=t.trim())))if(e.classList)t.indexOf(" ")>-1?t.split(Vl).forEach(function(s){return e.classList.add(s)}):e.classList.add(t);else{var n=" ".concat(e.getAttribute("class")||""," ");n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function Kl(e,t){if(!(!t||!(t=t.trim())))if(e.classList)t.indexOf(" ")>-1?t.split(Vl).forEach(function(r){return e.classList.remove(r)}):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{for(var n=" ".concat(e.getAttribute("class")||""," "),s=" "+t+" ";n.indexOf(s)>=0;)n=n.replace(s," ");n=n.trim(),n?e.setAttribute("class",n):e.removeAttribute("class")}}function Jl(e){if(e){if(typeof e=="object"){var t={};return e.css!==!1&&ae(t,Vo(e.name||"v")),ae(t,e),t}else if(typeof e=="string")return Vo(e)}}var Vo=Ut(function(e){return{enterClass:"".concat(e,"-enter"),enterToClass:"".concat(e,"-enter-to"),enterActiveClass:"".concat(e,"-enter-active"),leaveClass:"".concat(e,"-leave"),leaveToClass:"".concat(e,"-leave-to"),leaveActiveClass:"".concat(e,"-leave-active")}}),Gl=Ee&&!Qt,jt="transition",dr="animation",as="transition",bs="transitionend",Rr="animation",Wl="animationend";Gl&&(window.ontransitionend===void 0&&window.onwebkittransitionend!==void 0&&(as="WebkitTransition",bs="webkitTransitionEnd"),window.onanimationend===void 0&&window.onwebkitanimationend!==void 0&&(Rr="WebkitAnimation",Wl="webkitAnimationEnd"));var qo=Ee?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()};function Zl(e){qo(function(){qo(e)})}function _t(e,t){var n=e._transitionClasses||(e._transitionClasses=[]);n.indexOf(t)<0&&(n.push(t),ql(e,t))}function Ke(e,t){e._transitionClasses&&ft(e._transitionClasses,t),Kl(e,t)}function Yl(e,t,n){var s=Xl(e,t),r=s.type,a=s.timeout,o=s.propCount;if(!r)return n();var l=r===jt?bs:Wl,c=0,p=function(){e.removeEventListener(l,d),n()},d=function(g){g.target===e&&++c>=o&&p()};setTimeout(function(){c<o&&p()},a+1),e.addEventListener(l,d)}var O0=/\b(transform|all)(,|$)/;function Xl(e,t){var n=window.getComputedStyle(e),s=(n[as+"Delay"]||"").split(", "),r=(n[as+"Duration"]||"").split(", "),a=Ko(s,r),o=(n[Rr+"Delay"]||"").split(", "),l=(n[Rr+"Duration"]||"").split(", "),c=Ko(o,l),p,d=0,g=0;t===jt?a>0&&(p=jt,d=a,g=r.length):t===dr?c>0&&(p=dr,d=c,g=l.length):(d=Math.max(a,c),p=d>0?a>c?jt:dr:null,g=p?p===jt?r.length:l.length:0);var y=p===jt&&O0.test(n[as+"Property"]);return{type:p,timeout:d,propCount:g,hasTransform:y}}function Ko(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max.apply(null,t.map(function(n,s){return Jo(n)+Jo(e[s])}))}function Jo(e){return Number(e.slice(0,-1).replace(",","."))*1e3}function Mr(e,t){var n=e.elm;C(n._leaveCb)&&(n._leaveCb.cancelled=!0,n._leaveCb());var s=Jl(e.data.transition);if(!I(s)&&!(C(n._enterCb)||n.nodeType!==1)){for(var r=s.css,a=s.type,o=s.enterClass,l=s.enterToClass,c=s.enterActiveClass,p=s.appearClass,d=s.appearToClass,g=s.appearActiveClass,y=s.beforeEnter,h=s.enter,F=s.afterEnter,E=s.enterCancelled,N=s.beforeAppear,D=s.appear,k=s.afterAppear,R=s.appearCancelled,M=s.duration,J=Ft,Y=Ft.$vnode;Y&&Y.parent;)J=Y.context,Y=Y.parent;var W=!J._isMounted||!e.isRootInsert;if(!(W&&!D&&D!=="")){var O=W&&p?p:o,q=W&&g?g:c,A=W&&d?d:l,S=W&&N||y,f=W&&te(D)?D:h,x=W&&k||F,b=W&&R||E,L=bn(ge(M)?M.enter:M),P=r!==!1&&!Qt,$=ka(f),U=n._enterCb=fs(function(){P&&(Ke(n,A),Ke(n,q)),U.cancelled?(P&&Ke(n,O),b&&b(n)):x&&x(n),n._enterCb=null});e.data.show||lt(e,"insert",function(){var z=n.parentNode,H=z&&z._pending&&z._pending[e.key];H&&H.tag===e.tag&&H.elm._leaveCb&&H.elm._leaveCb(),f&&f(n,U)}),S&&S(n),P&&(_t(n,O),_t(n,q),Zl(function(){Ke(n,O),U.cancelled||(_t(n,A),$||(eu(L)?setTimeout(U,L):Yl(n,a,U)))})),e.data.show&&(t&&t(),f&&f(n,U)),!P&&!$&&U()}}}function Ql(e,t){var n=e.elm;C(n._enterCb)&&(n._enterCb.cancelled=!0,n._enterCb());var s=Jl(e.data.transition);if(I(s)||n.nodeType!==1)return t();if(C(n._leaveCb))return;var r=s.css,a=s.type,o=s.leaveClass,l=s.leaveToClass,c=s.leaveActiveClass,p=s.beforeLeave,d=s.leave,g=s.afterLeave,y=s.leaveCancelled,h=s.delayLeave,F=s.duration,E=r!==!1&&!Qt,N=ka(d),D=bn(ge(F)?F.leave:F),k=n._leaveCb=fs(function(){n.parentNode&&n.parentNode._pending&&(n.parentNode._pending[e.key]=null),E&&(Ke(n,l),Ke(n,c)),k.cancelled?(E&&Ke(n,o),y&&y(n)):(t(),g&&g(n)),n._leaveCb=null});h?h(R):R();function R(){k.cancelled||(!e.data.show&&n.parentNode&&((n.parentNode._pending||(n.parentNode._pending={}))[e.key]=e),p&&p(n),E&&(_t(n,o),_t(n,c),Zl(function(){Ke(n,o),k.cancelled||(_t(n,l),N||(eu(D)?setTimeout(k,D):Yl(n,a,k)))})),d&&d(n,k),!E&&!N&&k())}}function eu(e){return typeof e=="number"&&!isNaN(e)}function ka(e){if(I(e))return!1;var t=e.fns;return C(t)?ka(Array.isArray(t)?t[0]:t):(e._length||e.length)>1}function Go(e,t){t.data.show!==!0&&Mr(t)}var $0=Ee?{create:Go,activate:Go,remove:function(e,t){e.data.show!==!0?Ql(e,t):t()}}:{},z0=[w0,C0,_0,k0,U0,$0],j0=z0.concat(x0),R0=f0({nodeOps:c0,modules:j0});Qt&&document.addEventListener("selectionchange",function(){var e=document.activeElement;e&&e.vmodel&&La(e,"input")});var tu={inserted:function(e,t,n,s){n.tag==="select"?(s.elm&&!s.elm._vOptions?lt(n,"postpatch",function(){tu.componentUpdated(e,t,n)}):Wo(e,t,n.context),e._vOptions=[].map.call(e.options,Es)):(n.tag==="textarea"||jr(e.type))&&(e._vModifiers=t.modifiers,t.modifiers.lazy||(e.addEventListener("compositionstart",M0),e.addEventListener("compositionend",Xo),e.addEventListener("change",Xo),Qt&&(e.vmodel=!0)))},componentUpdated:function(e,t,n){if(n.tag==="select"){Wo(e,t,n.context);var s=e._vOptions,r=e._vOptions=[].map.call(e.options,Es);if(r.some(function(o,l){return!Nt(o,s[l])})){var a=e.multiple?t.value.some(function(o){return Yo(o,r)}):t.value!==t.oldValue&&Yo(t.value,r);a&&La(e,"change")}}}};function Wo(e,t,n){Zo(e,t),(Xt||cl)&&setTimeout(function(){Zo(e,t)},0)}function Zo(e,t,n){var s=t.value,r=e.multiple;if(!(r&&!Array.isArray(s))){for(var a,o,l=0,c=e.options.length;l<c;l++)if(o=e.options[l],r)a=il(s,Es(o))>-1,o.selected!==a&&(o.selected=a);else if(Nt(Es(o),s)){e.selectedIndex!==l&&(e.selectedIndex=l);return}r||(e.selectedIndex=-1)}}function Yo(e,t){return t.every(function(n){return!Nt(n,e)})}function Es(e){return"_value"in e?e._value:e.value}function M0(e){e.target.composing=!0}function Xo(e){e.target.composing&&(e.target.composing=!1,La(e.target,"input"))}function La(e,t){var n=document.createEvent("HTMLEvents");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function Ir(e){return e.componentInstance&&(!e.data||!e.data.transition)?Ir(e.componentInstance._vnode):e}var I0={bind:function(e,t,n){var s=t.value;n=Ir(n);var r=n.data&&n.data.transition,a=e.__vOriginalDisplay=e.style.display==="none"?"":e.style.display;s&&r?(n.data.show=!0,Mr(n,function(){e.style.display=a})):e.style.display=s?a:"none"},update:function(e,t,n){var s=t.value,r=t.oldValue;if(!s!=!r){n=Ir(n);var a=n.data&&n.data.transition;a?(n.data.show=!0,s?Mr(n,function(){e.style.display=e.__vOriginalDisplay}):Ql(n,function(){e.style.display="none"})):e.style.display=s?e.__vOriginalDisplay:"none"}},unbind:function(e,t,n,s,r){r||(e.style.display=e.__vOriginalDisplay)}},H0={model:tu,show:I0},nu={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function Hr(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?Hr(Sl(t.children)):e}function su(e){var t={},n=e.$options;for(var s in n.propsData)t[s]=e[s];var r=n._parentListeners;for(var s in r)t[At(s)]=r[s];return t}function Qo(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}function V0(e){for(;e=e.parent;)if(e.data.transition)return!0}function q0(e,t){return t.key===e.key&&t.tag===e.tag}var K0=function(e){return e.tag||Fn(e)},J0=function(e){return e.name==="show"},G0={name:"transition",props:nu,abstract:!0,render:function(e){var t=this,n=this.$slots.default;if(n&&(n=n.filter(K0),!!n.length)){var s=this.mode,r=n[0];if(V0(this.$vnode))return r;var a=Hr(r);if(!a)return r;if(this._leaving)return Qo(e,r);var o="__transition-".concat(this._uid,"-");a.key=a.key==null?a.isComment?o+"comment":o+a.tag:Ln(a.key)?String(a.key).indexOf(o)===0?a.key:o+a.key:a.key;var l=(a.data||(a.data={})).transition=su(this),c=this._vnode,p=Hr(c);if(a.data.directives&&a.data.directives.some(J0)&&(a.data.show=!0),p&&p.data&&!q0(a,p)&&!Fn(p)&&!(p.componentInstance&&p.componentInstance._vnode.isComment)){var d=p.data.transition=ae({},l);if(s==="out-in")return this._leaving=!0,lt(d,"afterLeave",function(){t._leaving=!1,t.$forceUpdate()}),Qo(e,r);if(s==="in-out"){if(Fn(a))return c;var g,y=function(){g()};lt(l,"afterEnter",y),lt(l,"enterCancelled",y),lt(d,"delayLeave",function(h){g=h})}}return r}}},ru=ae({tag:String,moveClass:String},nu);delete ru.mode;var W0={props:ru,beforeMount:function(){var e=this,t=this._update;this._update=function(n,s){var r=Bl(e);e.__patch__(e._vnode,e.kept,!1,!0),e._vnode=e.kept,r(),t.call(e,n,s)}},render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),s=this.prevChildren=this.children,r=this.$slots.default||[],a=this.children=[],o=su(this),l=0;l<r.length;l++){var c=r[l];c.tag&&c.key!=null&&String(c.key).indexOf("__vlist")!==0&&(a.push(c),n[c.key]=c,(c.data||(c.data={})).transition=o)}if(s){for(var p=[],d=[],l=0;l<s.length;l++){var c=s[l];c.data.transition=o,c.data.pos=c.elm.getBoundingClientRect(),n[c.key]?p.push(c):d.push(c)}this.kept=e(t,null,p),this.removed=d}return e(t,null,a)},updated:function(){var e=this.prevChildren,t=this.moveClass||(this.name||"v")+"-move";!e.length||!this.hasMove(e[0].elm,t)||(e.forEach(Z0),e.forEach(Y0),e.forEach(X0),this._reflow=document.body.offsetHeight,e.forEach(function(n){if(n.data.moved){var s=n.elm,r=s.style;_t(s,t),r.transform=r.WebkitTransform=r.transitionDuration="",s.addEventListener(bs,s._moveCb=function a(o){o&&o.target!==s||(!o||/transform$/.test(o.propertyName))&&(s.removeEventListener(bs,a),s._moveCb=null,Ke(s,t))})}}))},methods:{hasMove:function(e,t){if(!Gl)return!1;if(this._hasMove)return this._hasMove;var n=e.cloneNode();e._transitionClasses&&e._transitionClasses.forEach(function(r){Kl(n,r)}),ql(n,t),n.style.display="none",this.$el.appendChild(n);var s=Xl(n);return this.$el.removeChild(n),this._hasMove=s.hasTransform}}};function Z0(e){e.elm._moveCb&&e.elm._moveCb(),e.elm._enterCb&&e.elm._enterCb()}function Y0(e){e.data.newPos=e.elm.getBoundingClientRect()}function X0(e){var t=e.data.pos,n=e.data.newPos,s=t.left-n.left,r=t.top-n.top;if(s||r){e.data.moved=!0;var a=e.elm.style;a.transform=a.WebkitTransform="translate(".concat(s,"px,").concat(r,"px)"),a.transitionDuration="0s"}}var Q0={Transition:G0,TransitionGroup:W0};re.config.mustUseProp=jm,re.config.isReservedTag=Ml,re.config.isReservedAttr=$m,re.config.getTagNamespace=Wm,re.config.isUnknownElement=Zm,ae(re.options.directives,H0),ae(re.options.components,Q0),re.prototype.__patch__=Ee?R0:ie,re.prototype.$mount=function(e,t){return e=e&&Ee?Ym(e):void 0,qd(this,e,t)},Ee&&setTimeout(function(){ke.devtools&&gs&&gs.emit("init",re)},0);var au={exports:{}};(function(e){(function(t,n){e.exports?e.exports=n():t.Toastify=n()})(gn,function(t){var n=function(o){return new n.lib.init(o)},s="1.12.0";n.defaults={oldestFirst:!0,text:"Toastify is awesome!",node:void 0,duration:3e3,selector:void 0,callback:function(){},destination:void 0,newWindow:!1,close:!1,gravity:"toastify-top",positionLeft:!1,position:"",backgroundColor:"",avatar:"",className:"",stopOnFocus:!0,onClick:function(){},offset:{x:0,y:0},escapeMarkup:!0,ariaLive:"polite",style:{background:""}},n.lib=n.prototype={toastify:s,constructor:n,init:function(o){return o||(o={}),this.options={},this.toastElement=null,this.options.text=o.text||n.defaults.text,this.options.node=o.node||n.defaults.node,this.options.duration=o.duration===0?0:o.duration||n.defaults.duration,this.options.selector=o.selector||n.defaults.selector,this.options.callback=o.callback||n.defaults.callback,this.options.destination=o.destination||n.defaults.destination,this.options.newWindow=o.newWindow||n.defaults.newWindow,this.options.close=o.close||n.defaults.close,this.options.gravity=o.gravity==="bottom"?"toastify-bottom":n.defaults.gravity,this.options.positionLeft=o.positionLeft||n.defaults.positionLeft,this.options.position=o.position||n.defaults.position,this.options.backgroundColor=o.backgroundColor||n.defaults.backgroundColor,this.options.avatar=o.avatar||n.defaults.avatar,this.options.className=o.className||n.defaults.className,this.options.stopOnFocus=o.stopOnFocus===void 0?n.defaults.stopOnFocus:o.stopOnFocus,this.options.onClick=o.onClick||n.defaults.onClick,this.options.offset=o.offset||n.defaults.offset,this.options.escapeMarkup=o.escapeMarkup!==void 0?o.escapeMarkup:n.defaults.escapeMarkup,this.options.ariaLive=o.ariaLive||n.defaults.ariaLive,this.options.style=o.style||n.defaults.style,o.backgroundColor&&(this.options.style.background=o.backgroundColor),this},buildToast:function(){if(!this.options)throw"Toastify is not initialized";var o=document.createElement("div");o.className="toastify on "+this.options.className,this.options.position?o.className+=" toastify-"+this.options.position:this.options.positionLeft===!0?(o.className+=" toastify-left",console.warn("Property `positionLeft` will be depreciated in further versions. Please use `position` instead.")):o.className+=" toastify-right",o.className+=" "+this.options.gravity,this.options.backgroundColor&&console.warn('DEPRECATION NOTICE: "backgroundColor" is being deprecated. Please use the "style.background" property.');for(var l in this.options.style)o.style[l]=this.options.style[l];if(this.options.ariaLive&&o.setAttribute("aria-live",this.options.ariaLive),this.options.node&&this.options.node.nodeType===Node.ELEMENT_NODE)o.appendChild(this.options.node);else if(this.options.escapeMarkup?o.innerText=this.options.text:o.innerHTML=this.options.text,this.options.avatar!==""){var c=document.createElement("img");c.src=this.options.avatar,c.className="toastify-avatar",this.options.position=="left"||this.options.positionLeft===!0?o.appendChild(c):o.insertAdjacentElement("afterbegin",c)}if(this.options.close===!0){var p=document.createElement("button");p.type="button",p.setAttribute("aria-label","Close"),p.className="toast-close",p.innerHTML="✖",p.addEventListener("click",(function(N){N.stopPropagation(),this.removeElement(this.toastElement),window.clearTimeout(this.toastElement.timeOutValue)}).bind(this));var d=window.innerWidth>0?window.innerWidth:screen.width;(this.options.position=="left"||this.options.positionLeft===!0)&&d>360?o.insertAdjacentElement("afterbegin",p):o.appendChild(p)}if(this.options.stopOnFocus&&this.options.duration>0){var g=this;o.addEventListener("mouseover",function(N){window.clearTimeout(o.timeOutValue)}),o.addEventListener("mouseleave",function(){o.timeOutValue=window.setTimeout(function(){g.removeElement(o)},g.options.duration)})}if(typeof this.options.destination<"u"&&o.addEventListener("click",(function(N){N.stopPropagation(),this.options.newWindow===!0?window.open(this.options.destination,"_blank"):window.location=this.options.destination}).bind(this)),typeof this.options.onClick=="function"&&typeof this.options.destination>"u"&&o.addEventListener("click",(function(N){N.stopPropagation(),this.options.onClick()}).bind(this)),typeof this.options.offset=="object"){var y=r("x",this.options),h=r("y",this.options),F=this.options.position=="left"?y:"-"+y,E=this.options.gravity=="toastify-top"?h:"-"+h;o.style.transform="translate("+F+","+E+")"}return o},showToast:function(){this.toastElement=this.buildToast();var o;if(typeof this.options.selector=="string"?o=document.getElementById(this.options.selector):this.options.selector instanceof HTMLElement||typeof ShadowRoot<"u"&&this.options.selector instanceof ShadowRoot?o=this.options.selector:o=document.body,!o)throw"Root element is not defined";var l=n.defaults.oldestFirst?o.firstChild:o.lastChild;return o.insertBefore(this.toastElement,l),n.reposition(),this.options.duration>0&&(this.toastElement.timeOutValue=window.setTimeout((function(){this.removeElement(this.toastElement)}).bind(this),this.options.duration)),this},hideToast:function(){this.toastElement.timeOutValue&&clearTimeout(this.toastElement.timeOutValue),this.removeElement(this.toastElement)},removeElement:function(o){o.className=o.className.replace(" on",""),window.setTimeout((function(){this.options.node&&this.options.node.parentNode&&this.options.node.parentNode.removeChild(this.options.node),o.parentNode&&o.parentNode.removeChild(o),this.options.callback.call(o),n.reposition()}).bind(this),400)}},n.reposition=function(){for(var o={top:15,bottom:15},l={top:15,bottom:15},c={top:15,bottom:15},p=document.getElementsByClassName("toastify"),d,g=0;g<p.length;g++){a(p[g],"toastify-top")===!0?d="toastify-top":d="toastify-bottom";var y=p[g].offsetHeight;d=d.substr(9,d.length-1);var h=15,F=window.innerWidth>0?window.innerWidth:screen.width;F<=360?(p[g].style[d]=c[d]+"px",c[d]+=y+h):a(p[g],"toastify-left")===!0?(p[g].style[d]=o[d]+"px",o[d]+=y+h):(p[g].style[d]=l[d]+"px",l[d]+=y+h)}return this};function r(o,l){return l.offset[o]?isNaN(l.offset[o])?l.offset[o]:l.offset[o]+"px":"0px"}function a(o,l){return!o||typeof l!="string"?!1:!!(o.className&&o.className.trim().split(/\s+/gi).indexOf(l)>-1)}return n.lib.init.prototype=n.lib,n})})(au);var ep=au.exports;const tp=nl(ep);var np="Expected a function",ou="__lodash_hash_undefined__",iu=1/0,sp="[object Function]",rp="[object GeneratorFunction]",ap="[object Symbol]",op=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,ip=/^\w*$/,lp=/^\./,up=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,cp=/[\\^$.*+?()[\]{}|]/g,dp=/\\(\\)?/g,mp=/^\[object .+?Constructor\]$/,pp=typeof gn=="object"&&gn&&gn.Object===Object&&gn,fp=typeof self=="object"&&self&&self.Object===Object&&self,Ba=pp||fp||Function("return this")();function gp(e,t){return e==null?void 0:e[t]}function hp(e){var t=!1;if(e!=null&&typeof e.toString!="function")try{t=!!(e+"")}catch{}return t}var vp=Array.prototype,yp=Function.prototype,lu=Object.prototype,mr=Ba["__core-js_shared__"],ei=function(){var e=/[^.]+$/.exec(mr&&mr.keys&&mr.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),uu=yp.toString,Pa=lu.hasOwnProperty,cu=lu.toString,xp=RegExp("^"+uu.call(Pa).replace(cp,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),ti=Ba.Symbol,wp=vp.splice,Cp=du(Ba,"Map"),Nn=du(Object,"create"),ni=ti?ti.prototype:void 0,si=ni?ni.toString:void 0;function Ct(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var s=e[t];this.set(s[0],s[1])}}function Tp(){this.__data__=Nn?Nn(null):{}}function bp(e){return this.has(e)&&delete this.__data__[e]}function Ep(e){var t=this.__data__;if(Nn){var n=t[e];return n===ou?void 0:n}return Pa.call(t,e)?t[e]:void 0}function Fp(e){var t=this.__data__;return Nn?t[e]!==void 0:Pa.call(t,e)}function _p(e,t){var n=this.__data__;return n[e]=Nn&&t===void 0?ou:t,this}Ct.prototype.clear=Tp,Ct.prototype.delete=bp,Ct.prototype.get=Ep,Ct.prototype.has=Fp,Ct.prototype.set=_p;function Rt(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var s=e[t];this.set(s[0],s[1])}}function Sp(){this.__data__=[]}function Ap(e){var t=this.__data__,n=Ms(t,e);if(n<0)return!1;var s=t.length-1;return n==s?t.pop():wp.call(t,n,1),!0}function Np(e){var t=this.__data__,n=Ms(t,e);return n<0?void 0:t[n][1]}function kp(e){return Ms(this.__data__,e)>-1}function Lp(e,t){var n=this.__data__,s=Ms(n,e);return s<0?n.push([e,t]):n[s][1]=t,this}Rt.prototype.clear=Sp,Rt.prototype.delete=Ap,Rt.prototype.get=Np,Rt.prototype.has=kp,Rt.prototype.set=Lp;function Tt(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var s=e[t];this.set(s[0],s[1])}}function Bp(){this.__data__={hash:new Ct,map:new(Cp||Rt),string:new Ct}}function Pp(e){return Is(this,e).delete(e)}function Dp(e){return Is(this,e).get(e)}function Up(e){return Is(this,e).has(e)}function Op(e,t){return Is(this,e).set(e,t),this}Tt.prototype.clear=Bp,Tt.prototype.delete=Pp,Tt.prototype.get=Dp,Tt.prototype.has=Up,Tt.prototype.set=Op;function Ms(e,t){for(var n=e.length;n--;)if(Jp(e[n][0],t))return n;return-1}function $p(e,t){t=Mp(t,e)?[t]:Rp(t);for(var n=0,s=t.length;e!=null&&n<s;)e=e[qp(t[n++])];return n&&n==s?e:void 0}function zp(e){if(!pu(e)||Hp(e))return!1;var t=Gp(e)||hp(e)?xp:mp;return t.test(Kp(e))}function jp(e){if(typeof e=="string")return e;if(Ua(e))return si?si.call(e):"";var t=e+"";return t=="0"&&1/e==-iu?"-0":t}function Rp(e){return mu(e)?e:Vp(e)}function Is(e,t){var n=e.__data__;return Ip(t)?n[typeof t=="string"?"string":"hash"]:n.map}function du(e,t){var n=gp(e,t);return zp(n)?n:void 0}function Mp(e,t){if(mu(e))return!1;var n=typeof e;return n=="number"||n=="symbol"||n=="boolean"||e==null||Ua(e)?!0:ip.test(e)||!op.test(e)||t!=null&&e in Object(t)}function Ip(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function Hp(e){return!!ei&&ei in e}var Vp=Da(function(e){e=Zp(e);var t=[];return lp.test(e)&&t.push(""),e.replace(up,function(n,s,r,a){t.push(r?a.replace(dp,"$1"):s||n)}),t});function qp(e){if(typeof e=="string"||Ua(e))return e;var t=e+"";return t=="0"&&1/e==-iu?"-0":t}function Kp(e){if(e!=null){try{return uu.call(e)}catch{}try{return e+""}catch{}}return""}function Da(e,t){if(typeof e!="function"||t&&typeof t!="function")throw new TypeError(np);var n=function(){var s=arguments,r=t?t.apply(this,s):s[0],a=n.cache;if(a.has(r))return a.get(r);var o=e.apply(this,s);return n.cache=a.set(r,o),o};return n.cache=new(Da.Cache||Tt),n}Da.Cache=Tt;function Jp(e,t){return e===t||e!==e&&t!==t}var mu=Array.isArray;function Gp(e){var t=pu(e)?cu.call(e):"";return t==sp||t==rp}function pu(e){var t=typeof e;return!!e&&(t=="object"||t=="function")}function Wp(e){return!!e&&typeof e=="object"}function Ua(e){return typeof e=="symbol"||Wp(e)&&cu.call(e)==ap}function Zp(e){return e==null?"":jp(e)}function Yp(e,t,n){var s=e==null?void 0:$p(e,t);return s===void 0?n:s}var Xp=Yp,Qp={ach:{name:"Acholi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},af:{name:"Afrikaans",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},ak:{name:"Akan",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},am:{name:"Amharic",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},an:{name:"Aragonese",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},ar:{name:"Arabic",examples:[{plural:0,sample:0},{plural:1,sample:1},{plural:2,sample:2},{plural:3,sample:3},{plural:4,sample:11},{plural:5,sample:100}],nplurals:6,pluralsText:"nplurals = 6; plural = (n === 0 ? 0 : n === 1 ? 1 : n === 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5)",pluralsFunc:function(e){return e===0?0:e===1?1:e===2?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5}},arn:{name:"Mapudungun",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},ast:{name:"Asturian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},ay:{name:"Aymará",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},az:{name:"Azerbaijani",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},be:{name:"Belarusian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return e%10===1&&e%100!==11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},bg:{name:"Bulgarian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},bn:{name:"Bengali",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},bo:{name:"Tibetan",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},br:{name:"Breton",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},brx:{name:"Bodo",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},bs:{name:"Bosnian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return e%10===1&&e%100!==11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},ca:{name:"Catalan",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},cgg:{name:"Chiga",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},cs:{name:"Czech",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2)",pluralsFunc:function(e){return e===1?0:e>=2&&e<=4?1:2}},csb:{name:"Kashubian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return e===1?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},cy:{name:"Welsh",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:3},{plural:3,sample:8}],nplurals:4,pluralsText:"nplurals = 4; plural = (n === 1 ? 0 : n === 2 ? 1 : (n !== 8 && n !== 11) ? 2 : 3)",pluralsFunc:function(e){return e===1?0:e===2?1:e!==8&&e!==11?2:3}},da:{name:"Danish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},de:{name:"German",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},doi:{name:"Dogri",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},dz:{name:"Dzongkha",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},el:{name:"Greek",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},en:{name:"English",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},eo:{name:"Esperanto",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},es:{name:"Spanish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},et:{name:"Estonian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},eu:{name:"Basque",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},fa:{name:"Persian",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},ff:{name:"Fulah",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},fi:{name:"Finnish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},fil:{name:"Filipino",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},fo:{name:"Faroese",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},fr:{name:"French",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},fur:{name:"Friulian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},fy:{name:"Frisian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},ga:{name:"Irish",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:3},{plural:3,sample:7},{plural:4,sample:11}],nplurals:5,pluralsText:"nplurals = 5; plural = (n === 1 ? 0 : n === 2 ? 1 : n < 7 ? 2 : n < 11 ? 3 : 4)",pluralsFunc:function(e){return e===1?0:e===2?1:e<7?2:e<11?3:4}},gd:{name:"Scottish Gaelic",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:3},{plural:3,sample:20}],nplurals:4,pluralsText:"nplurals = 4; plural = ((n === 1 || n === 11) ? 0 : (n === 2 || n === 12) ? 1 : (n > 2 && n < 20) ? 2 : 3)",pluralsFunc:function(e){return e===1||e===11?0:e===2||e===12?1:e>2&&e<20?2:3}},gl:{name:"Galician",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},gu:{name:"Gujarati",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},gun:{name:"Gun",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},ha:{name:"Hausa",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},he:{name:"Hebrew",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},hi:{name:"Hindi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},hne:{name:"Chhattisgarhi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},hr:{name:"Croatian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return e%10===1&&e%100!==11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},hu:{name:"Hungarian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},hy:{name:"Armenian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},id:{name:"Indonesian",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},is:{name:"Icelandic",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n % 10 !== 1 || n % 100 === 11)",pluralsFunc:function(e){return e%10!==1||e%100===11}},it:{name:"Italian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},ja:{name:"Japanese",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},jbo:{name:"Lojban",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},jv:{name:"Javanese",examples:[{plural:0,sample:0},{plural:1,sample:1}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 0)",pluralsFunc:function(e){return e!==0}},ka:{name:"Georgian",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},kk:{name:"Kazakh",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},km:{name:"Khmer",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},kn:{name:"Kannada",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},ko:{name:"Korean",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},ku:{name:"Kurdish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},kw:{name:"Cornish",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:3},{plural:3,sample:4}],nplurals:4,pluralsText:"nplurals = 4; plural = (n === 1 ? 0 : n === 2 ? 1 : n === 3 ? 2 : 3)",pluralsFunc:function(e){return e===1?0:e===2?1:e===3?2:3}},ky:{name:"Kyrgyz",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},lb:{name:"Letzeburgesch",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},ln:{name:"Lingala",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},lo:{name:"Lao",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},lt:{name:"Lithuanian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:10}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return e%10===1&&e%100!==11?0:e%10>=2&&(e%100<10||e%100>=20)?1:2}},lv:{name:"Latvian",examples:[{plural:2,sample:0},{plural:0,sample:1},{plural:1,sample:2}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n !== 0 ? 1 : 2)",pluralsFunc:function(e){return e%10===1&&e%100!==11?0:e!==0?1:2}},mai:{name:"Maithili",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},mfe:{name:"Mauritian Creole",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},mg:{name:"Malagasy",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},mi:{name:"Maori",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},mk:{name:"Macedonian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n === 1 || n % 10 === 1 ? 0 : 1)",pluralsFunc:function(e){return e===1||e%10===1?0:1}},ml:{name:"Malayalam",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},mn:{name:"Mongolian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},mni:{name:"Manipuri",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},mnk:{name:"Mandinka",examples:[{plural:0,sample:0},{plural:1,sample:1},{plural:2,sample:2}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 0 ? 0 : n === 1 ? 1 : 2)",pluralsFunc:function(e){return e===0?0:e===1?1:2}},mr:{name:"Marathi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},ms:{name:"Malay",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},mt:{name:"Maltese",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:11},{plural:3,sample:20}],nplurals:4,pluralsText:"nplurals = 4; plural = (n === 1 ? 0 : n === 0 || ( n % 100 > 1 && n % 100 < 11) ? 1 : (n % 100 > 10 && n % 100 < 20 ) ? 2 : 3)",pluralsFunc:function(e){return e===1?0:e===0||e%100>1&&e%100<11?1:e%100>10&&e%100<20?2:3}},my:{name:"Burmese",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},nah:{name:"Nahuatl",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},nap:{name:"Neapolitan",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},nb:{name:"Norwegian Bokmal",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},ne:{name:"Nepali",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},nl:{name:"Dutch",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},nn:{name:"Norwegian Nynorsk",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},no:{name:"Norwegian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},nso:{name:"Northern Sotho",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},oc:{name:"Occitan",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},or:{name:"Oriya",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},pa:{name:"Punjabi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},pap:{name:"Papiamento",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},pl:{name:"Polish",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return e===1?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},pms:{name:"Piemontese",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},ps:{name:"Pashto",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},pt:{name:"Portuguese",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},rm:{name:"Romansh",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},ro:{name:"Romanian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:20}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 1 ? 0 : (n === 0 || (n % 100 > 0 && n % 100 < 20)) ? 1 : 2)",pluralsFunc:function(e){return e===1?0:e===0||e%100>0&&e%100<20?1:2}},ru:{name:"Russian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return e%10===1&&e%100!==11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},rw:{name:"Kinyarwanda",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},sah:{name:"Yakut",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},sat:{name:"Santali",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},sco:{name:"Scots",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},sd:{name:"Sindhi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},se:{name:"Northern Sami",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},si:{name:"Sinhala",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},sk:{name:"Slovak",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2)",pluralsFunc:function(e){return e===1?0:e>=2&&e<=4?1:2}},sl:{name:"Slovenian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:3},{plural:3,sample:5}],nplurals:4,pluralsText:"nplurals = 4; plural = (n % 100 === 1 ? 0 : n % 100 === 2 ? 1 : n % 100 === 3 || n % 100 === 4 ? 2 : 3)",pluralsFunc:function(e){return e%100===1?0:e%100===2?1:e%100===3||e%100===4?2:3}},so:{name:"Somali",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},son:{name:"Songhay",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},sq:{name:"Albanian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},sr:{name:"Serbian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return e%10===1&&e%100!==11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},su:{name:"Sundanese",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},sv:{name:"Swedish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},sw:{name:"Swahili",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},ta:{name:"Tamil",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},te:{name:"Telugu",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},tg:{name:"Tajik",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},th:{name:"Thai",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},ti:{name:"Tigrinya",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},tk:{name:"Turkmen",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},tr:{name:"Turkish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},tt:{name:"Tatar",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},ug:{name:"Uyghur",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},uk:{name:"Ukrainian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return e%10===1&&e%100!==11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},ur:{name:"Urdu",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},uz:{name:"Uzbek",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},vi:{name:"Vietnamese",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},wa:{name:"Walloon",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},wo:{name:"Wolof",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},yo:{name:"Yoruba",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return e!==1}},zh:{name:"Chinese",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}}},ef=Xp,tf=Qp,nf=le;function le(e){e=e||{},this.catalogs={},this.locale="",this.domain="messages",this.listeners=[],this.sourceLocale="",e.sourceLocale&&(typeof e.sourceLocale=="string"?this.sourceLocale=e.sourceLocale:this.warn("The `sourceLocale` option should be a string")),this.debug="debug"in e&&e.debug===!0}le.prototype.on=function(e,t){this.listeners.push({eventName:e,callback:t})},le.prototype.off=function(e,t){this.listeners=this.listeners.filter(function(n){return!(n.eventName===e&&n.callback===t)})},le.prototype.emit=function(e,t){for(var n=0;n<this.listeners.length;n++){var s=this.listeners[n];s.eventName===e&&s.callback(t)}},le.prototype.warn=function(e){this.debug&&console.warn(e),this.emit("error",new Error(e))},le.prototype.addTranslations=function(e,t,n){this.catalogs[e]||(this.catalogs[e]={}),this.catalogs[e][t]=n},le.prototype.setLocale=function(e){if(typeof e!="string"){this.warn("You called setLocale() with an argument of type "+typeof e+". The locale must be a string.");return}e.trim()===""&&this.warn("You called setLocale() with an empty value, which makes little sense."),e!==this.sourceLocale&&!this.catalogs[e]&&this.warn('You called setLocale() with "'+e+'", but no translations for that locale has been added.'),this.locale=e},le.prototype.setTextDomain=function(e){if(typeof e!="string"){this.warn("You called setTextDomain() with an argument of type "+typeof e+". The domain must be a string.");return}e.trim()===""&&this.warn("You called setTextDomain() with an empty `domain` value."),this.domain=e},le.prototype.gettext=function(e){return this.dnpgettext(this.domain,"",e)},le.prototype.dgettext=function(e,t){return this.dnpgettext(e,"",t)},le.prototype.ngettext=function(e,t,n){return this.dnpgettext(this.domain,"",e,t,n)},le.prototype.dngettext=function(e,t,n,s){return this.dnpgettext(e,"",t,n,s)},le.prototype.pgettext=function(e,t){return this.dnpgettext(this.domain,e,t)},le.prototype.dpgettext=function(e,t,n){return this.dnpgettext(e,t,n)},le.prototype.npgettext=function(e,t,n,s){return this.dnpgettext(this.domain,e,t,n,s)},le.prototype.dnpgettext=function(e,t,n,s,r){var a=n,o,l;if(t=t||"",!isNaN(r)&&r!==1&&(a=s||n),o=this._getTranslation(e,t,n),o){if(typeof r=="number"){var c=tf[le.getLanguageCode(this.locale)].pluralsFunc;l=c(r),typeof l=="boolean"&&(l=l?1:0)}else l=0;return o.msgstr[l]||a}else(!this.sourceLocale||this.locale!==this.sourceLocale)&&this.warn('No translation was found for msgid "'+n+'" in msgctxt "'+t+'" and domain "'+e+'"');return a},le.prototype.getComment=function(e,t,n){var s;return s=this._getTranslation(e,t,n),s?s.comments||{}:{}},le.prototype._getTranslation=function(e,t,n){return t=t||"",ef(this.catalogs,[this.locale,e,"translations",t,n])},le.getLanguageCode=function(e){return e.split(/[\-_]/)[0].toLowerCase()},le.prototype.textdomain=function(e){this.debug&&console.warn("textdomain(domain) was used to set locales in node-gettext v1. Make sure you are using it for domains, and switch to setLocale(locale) if you are not.\n\n To read more about the migration from node-gettext v1 to v2, see https://github.com/alexanderwallin/node-gettext/#migrating-from-1x-to-2x\n\nThis warning will be removed in the final 2.0.0"),this.setTextDomain(e)},le.prototype.setlocale=function(e){this.setLocale(e)},le.prototype.addTextdomain=function(){console.error("addTextdomain() is deprecated.\n\n* To add translations, use addTranslations()\n* To set the default domain, use setTextDomain() (or its alias textdomain())\n\nTo read more about the migration from node-gettext v1 to v2, see https://github.com/alexanderwallin/node-gettext/#migrating-from-1x-to-2x")};const sf=nl(nf);function rf(){return document.documentElement.lang||"en"}const u3=(e,t,n)=>{var s;const r=Object.assign({ocsVersion:2},n||{}).ocsVersion===1?1:2;return((s=n==null?void 0:n.baseURL)!=null?s:of())+"/ocs/v"+r+".php"+Vr(e,t,n)},Vr=(e,t,n)=>{const s=Object.assign({escape:!0},n||{}),r=function(a,o){return o=o||{},a.replace(/{([^{}]*)}/g,function(l,c){const p=o[c];return s.escape?encodeURIComponent(typeof p=="string"||typeof p=="number"?p.toString():l):typeof p=="string"||typeof p=="number"?p.toString():l})};return e.charAt(0)!=="/"&&(e="/"+e),r(e,t||{})},af=(e,t,n)=>{var s,r,a;const o=Object.assign({noRewrite:!1},n||{}),l=(s=n==null?void 0:n.baseURL)!=null?s:fu();return((a=(r=window==null?void 0:window.OC)==null?void 0:r.config)==null?void 0:a.modRewriteWorking)===!0&&!o.noRewrite?l+Vr(e,t,n):l+"/index.php"+Vr(e,t,n)},of=()=>window.location.protocol+"//"+window.location.host+fu();function fu(){let e=window._oc_webroot;if(typeof e>"u"){e=location.pathname;const t=e.indexOf("/index.php/");if(t!==-1)e=e.slice(0,t);else{const n=e.indexOf("/",1);e=e.slice(0,n>0?n:void 0)}}return e}var lf=Object.defineProperty,uf=(e,t,n)=>t in e?lf(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,os=(e,t,n)=>(uf(e,typeof t!="symbol"?t+"":t,n),n);class cf{constructor(){os(this,"locale"),os(this,"translations",{}),os(this,"debug",!1)}setLanguage(t){return this.locale=t,this}detectLocale(){return this.setLanguage(rf().replace("-","_"))}addTranslation(t,n){return this.translations[t]=n,this}enableDebugMode(){return this.debug=!0,this}build(){return new df(this.locale||"en",this.translations,this.debug)}}class df{constructor(t,n,s){os(this,"gt"),this.gt=new sf({debug:s,sourceLocale:"en"});for(const r in n)this.gt.addTranslations(r,"messages",n[r]);this.gt.setLocale(t)}subtitudePlaceholders(t,n){return t.replace(/{([^{}]*)}/g,(s,r)=>{const a=n[r];return typeof a=="string"||typeof a=="number"?a.toString():s})}gettext(t,n={}){return this.subtitudePlaceholders(this.gt.gettext(t),n)}ngettext(t,n,s,r={}){return this.subtitudePlaceholders(this.gt.ngettext(t,n,s).replace(/%n/g,s.toString()),r)}}function gu(){return new cf}const hu=gu().detectLocale();[{locale:"af",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Afrikaans (https://app.transifex.com/nextcloud/teams/64236/af/)","Content-Type":"text/plain; charset=UTF-8",Language:"af","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Afrikaans (https://app.transifex.com/nextcloud/teams/64236/af/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: af\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"ar",json:{charset:"utf-8",headers:{"Last-Translator":"Ali <alimahwer@yahoo.com>, 2024","Language-Team":"Arabic (https://app.transifex.com/nextcloud/teams/64236/ar/)","Content-Type":"text/plain; charset=UTF-8",Language:"ar","Plural-Forms":"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ <skjnldsv@protonmail.com>, 2023\nAli <alimahwer@yahoo.com>, 2024\n"},msgstr:["Last-Translator: Ali <alimahwer@yahoo.com>, 2024\nLanguage-Team: Arabic (https://app.transifex.com/nextcloud/teams/64236/ar/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ar\nPlural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"]},'"{name}" is an invalid folder name.':{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" لا يصلح كاسم مجلد.']},'"{name}" is not an allowed folder name':{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" غير مسموح به كاسم مجلد']},'"/" is not allowed inside a folder name.':{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" غير مسموح به داخل اسم مجلد.']},"All files":{msgid:"All files",msgstr:["كل الملفات"]},Choose:{msgid:"Choose",msgstr:["إختَر"]},"Choose {file}":{msgid:"Choose {file}",msgstr:["إختَر {file}"]},"Choose %n file":{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["إختَر %n ملف","إختَر %n ملف","إختَر %n ملف","إختَر %n ملفات","إختَر %n ملف","إختَر %n ملف"]},Copy:{msgid:"Copy",msgstr:["نسخ"]},"Copy to {target}":{msgid:"Copy to {target}",msgstr:["نسخٌ إلى {target}"]},"Could not create the new folder":{msgid:"Could not create the new folder",msgstr:["تعذّر إنشاء المجلد الجديد"]},"Could not load files settings":{msgid:"Could not load files settings",msgstr:["يتعذّر تحميل إعدادات الملفات"]},"Could not load files views":{msgid:"Could not load files views",msgstr:["يتعذّر تحميل مناظير views الملفات"]},"Create directory":{msgid:"Create directory",msgstr:["أنشِيءْ مجلّداً"]},"Current view selector":{msgid:"Current view selector",msgstr:["مُنتقِي المنظور الحالي"]},Favorites:{msgid:"Favorites",msgstr:["المُفضَّلة"]},"Files and folders you mark as favorite will show up here.":{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["الملفات و المجلدات التي تُميِّزُها كمٌفضَّلة ستظهر هنا."]},"Files and folders you recently modified will show up here.":{msgid:"Files and folders you recently modified will show up here.",msgstr:["الملفات و المجلدات التي قمت مؤخراً بتعديلها سوف تظهر هنا."]},"Filter file list":{msgid:"Filter file list",msgstr:["فلترة قائمة الملفات"]},"Folder name cannot be empty.":{msgid:"Folder name cannot be empty.",msgstr:["اسم المجلد لا يمكن أن يكون فارغاً."]},Home:{msgid:"Home",msgstr:["البداية"]},Modified:{msgid:"Modified",msgstr:["مُعدَّل"]},Move:{msgid:"Move",msgstr:["أُنقُل"]},"Move to {target}":{msgid:"Move to {target}",msgstr:["أُنقُل إلى {target}"]},Name:{msgid:"Name",msgstr:["الاسم"]},New:{msgid:"New",msgstr:["جديد"]},"New folder":{msgid:"New folder",msgstr:["مٌجلّد جديد"]},"New folder name":{msgid:"New folder name",msgstr:["اسم المجلد الجديد"]},"No files in here":{msgid:"No files in here",msgstr:["لا توجد ملفات هنا"]},"No files matching your filter were found.":{msgid:"No files matching your filter were found.",msgstr:["لا توجد ملفات تتطابق مع الفلتر الذي وضعته"]},"No matching files":{msgid:"No matching files",msgstr:["لا توجد ملفات مُطابِقة"]},Recent:{msgid:"Recent",msgstr:["الحالي"]},"Select all entries":{msgid:"Select all entries",msgstr:["حدِّد كل المداخل"]},"Select entry":{msgid:"Select entry",msgstr:["إختَر المدخل"]},"Select the row for {nodename}":{msgid:"Select the row for {nodename}",msgstr:["إختر سطر الـ {nodename}"]},Size:{msgid:"Size",msgstr:["الحجم"]},Undo:{msgid:"Undo",msgstr:["تراجع"]},"Upload some content or sync with your devices!":{msgid:"Upload some content or sync with your devices!",msgstr:["قُم برفع محتوىً أو قُم بمزامنة أجهزتك!"]}}}}},{locale:"ast",json:{charset:"utf-8",headers:{"Last-Translator":"enolp <enolp@softastur.org>, 2024","Language-Team":"Asturian (https://app.transifex.com/nextcloud/teams/64236/ast/)","Content-Type":"text/plain; charset=UTF-8",Language:"ast","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ <skjnldsv@protonmail.com>, 2023\nenolp <enolp@softastur.org>, 2024\n"},msgstr:["Last-Translator: enolp <enolp@softastur.org>, 2024\nLanguage-Team: Asturian (https://app.transifex.com/nextcloud/teams/64236/ast/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ast\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},'"{name}" is an invalid folder name.':{msgid:'"{name}" is an invalid folder name.',msgstr:["«{name}» ye un nome de carpeta inválidu."]},'"{name}" is not an allowed folder name':{msgid:'"{name}" is not an allowed folder name',msgstr:["«{name}» ye un nome de carpeta inválidu"]},'"/" is not allowed inside a folder name.':{msgid:'"/" is not allowed inside a folder name.',msgstr:["Nun se permite'l caráuter «/» dientro'l nome de les carpetes."]},"All files":{msgid:"All files",msgstr:["Tolos ficheros"]},Choose:{msgid:"Choose",msgstr:["Escoyer"]},"Choose {file}":{msgid:"Choose {file}",msgstr:["Escoyer «{ficheru}»"]},"Choose %n file":{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Escoyer %n ficheru","Escoyer %n ficheros"]},Copy:{msgid:"Copy",msgstr:["Copiar"]},"Copy to {target}":{msgid:"Copy to {target}",msgstr:["Copiar en: {target}"]},"Could not create the new folder":{msgid:"Could not create the new folder",msgstr:["Nun se pudo crear la carpeta"]},"Could not load files settings":{msgid:"Could not load files settings",msgstr:["Nun se pudo cargar la configuración de los ficheros"]},"Could not load files views":{msgid:"Could not load files views",msgstr:["Nun se pudieron cargar les vistes de los ficheros"]},"Create directory":{msgid:"Create directory",msgstr:["Crear un direutoriu"]},"Current view selector":{msgid:"Current view selector",msgstr:["Selector de la vista actual"]},Favorites:{msgid:"Favorites",msgstr:["Favoritos"]},"Files and folders you mark as favorite will show up here.":{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Equí apaecen los ficheros y les carpetes que metas en Favoritos."]},"Files and folders you recently modified will show up here.":{msgid:"Files and folders you recently modified will show up here.",msgstr:["Equí apaecen los fichero y les carpetes que modificares apocayá."]},"Filter file list":{msgid:"Filter file list",msgstr:["Peñerar la llista de ficheros"]},"Folder name cannot be empty.":{msgid:"Folder name cannot be empty.",msgstr:["El nome de la carpeta nun pue tar baleru."]},Home:{msgid:"Home",msgstr:["Aniciu"]},Modified:{msgid:"Modified",msgstr:["Modificóse"]},Move:{msgid:"Move",msgstr:["Mover"]},"Move to {target}":{msgid:"Move to {target}",msgstr:["Mover a {target}"]},Name:{msgid:"Name",msgstr:["Nome"]},New:{msgid:"New",msgstr:["Nuevu"]},"New folder":{msgid:"New folder",msgstr:["Carpeta nueva"]},"New folder name":{msgid:"New folder name",msgstr:["Nome de carpeta nuevu"]},"No files in here":{msgid:"No files in here",msgstr:["Equí nun hai nengún ficheru"]},"No files matching your filter were found.":{msgid:"No files matching your filter were found.",msgstr:["Nun s'atopó nengún ficheru que concasare cola peñera."]},"No matching files":{msgid:"No matching files",msgstr:["Nun hai nengún ficheru que concase"]},Recent:{msgid:"Recent",msgstr:["De recién"]},"Select all entries":{msgid:"Select all entries",msgstr:["Seleicionar toles entraes"]},"Select entry":{msgid:"Select entry",msgstr:["Seleicionar la entrada"]},"Select the row for {nodename}":{msgid:"Select the row for {nodename}",msgstr:["Seleicionar la filera de: {nodename}"]},Size:{msgid:"Size",msgstr:["Tamañu"]},Undo:{msgid:"Undo",msgstr:["Desfacer"]},"Upload some content or sync with your devices!":{msgid:"Upload some content or sync with your devices!",msgstr:["¡Xubi dalgún elementu o sincroniza colos tos preseos!"]}}}}},{locale:"az",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Azerbaijani (https://app.transifex.com/nextcloud/teams/64236/az/)","Content-Type":"text/plain; charset=UTF-8",Language:"az","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Azerbaijani (https://app.transifex.com/nextcloud/teams/64236/az/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: az\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"be",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Belarusian (https://app.transifex.com/nextcloud/teams/64236/be/)","Content-Type":"text/plain; charset=UTF-8",Language:"be","Plural-Forms":"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Belarusian (https://app.transifex.com/nextcloud/teams/64236/be/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: be\nPlural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"bg_BG",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Bulgarian (Bulgaria) (https://app.transifex.com/nextcloud/teams/64236/bg_BG/)","Content-Type":"text/plain; charset=UTF-8",Language:"bg_BG","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Bulgarian (Bulgaria) (https://app.transifex.com/nextcloud/teams/64236/bg_BG/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: bg_BG\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"bn_BD",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Bengali (Bangladesh) (https://app.transifex.com/nextcloud/teams/64236/bn_BD/)","Content-Type":"text/plain; charset=UTF-8",Language:"bn_BD","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Bengali (Bangladesh) (https://app.transifex.com/nextcloud/teams/64236/bn_BD/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: bn_BD\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"br",json:{charset:"utf-8",headers:{"Last-Translator":"Joas Schilling, 2023","Language-Team":"Breton (https://app.transifex.com/nextcloud/teams/64236/br/)","Content-Type":"text/plain; charset=UTF-8",Language:"br","Plural-Forms":"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJoas Schilling, 2023\n"},msgstr:["Last-Translator: Joas Schilling, 2023\nLanguage-Team: Breton (https://app.transifex.com/nextcloud/teams/64236/br/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: br\nPlural-Forms: nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:["Disober"]}}}}},{locale:"bs",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Bosnian (https://app.transifex.com/nextcloud/teams/64236/bs/)","Content-Type":"text/plain; charset=UTF-8",Language:"bs","Plural-Forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Bosnian (https://app.transifex.com/nextcloud/teams/64236/bs/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: bs\nPlural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"ca",json:{charset:"utf-8",headers:{"Last-Translator":"v v <e670006006@gmail.com>, 2024","Language-Team":"Catalan (https://app.transifex.com/nextcloud/teams/64236/ca/)","Content-Type":"text/plain; charset=UTF-8",Language:"ca","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ <skjnldsv@protonmail.com>, 2023\nv v <e670006006@gmail.com>, 2024\n"},msgstr:["Last-Translator: v v <e670006006@gmail.com>, 2024\nLanguage-Team: Catalan (https://app.transifex.com/nextcloud/teams/64236/ca/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ca\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},'"{name}" is an invalid folder name.':{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" és un nom de carpeta no vàlid.']},'"{name}" is not an allowed folder name':{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" no és permès en el nom de carpeta']},'"/" is not allowed inside a folder name.':{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" no és permès en el nom de carpeta.']},"All files":{msgid:"All files",msgstr:["Tots els arxius"]},Choose:{msgid:"Choose",msgstr:["Triar"]},"Choose {file}":{msgid:"Choose {file}",msgstr:["Triar {file}"]},Copy:{msgid:"Copy",msgstr:["Copiar"]},"Copy to {target}":{msgid:"Copy to {target}",msgstr:["Copiar a {target}"]},"Could not create the new folder":{msgid:"Could not create the new folder",msgstr:["No es pot crear la nova carpeta"]},"Create directory":{msgid:"Create directory",msgstr:["Crear directori"]},"Current view selector":{msgid:"Current view selector",msgstr:["Selector de visualització actual"]},Favorites:{msgid:"Favorites",msgstr:["Favorits"]},"Files and folders you mark as favorite will show up here.":{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Els fitxers i les carpetes que marqueu com a favorits es mostraran aquí."]},"Files and folders you recently modified will show up here.":{msgid:"Files and folders you recently modified will show up here.",msgstr:["Els fitxers i les carpetes recentment modificats es mostraran aquí."]},"Filter file list":{msgid:"Filter file list",msgstr:["Filtrar llistat de fitxers"]},"Folder name cannot be empty.":{msgid:"Folder name cannot be empty.",msgstr:["El nom de la carpeta no pot estar buit."]},Home:{msgid:"Home",msgstr:["Inici"]},Modified:{msgid:"Modified",msgstr:["Modificat"]},Move:{msgid:"Move",msgstr:["Moure"]},"Move to {target}":{msgid:"Move to {target}",msgstr:["More a {target}"]},Name:{msgid:"Name",msgstr:["Nom"]},New:{msgid:"New",msgstr:["Nou"]},"New folder":{msgid:"New folder",msgstr:["Nova carpeta"]},"New folder name":{msgid:"New folder name",msgstr:["Nom de nova carpeta"]},"No files in here":{msgid:"No files in here",msgstr:["No hi ha arxius"]},"No files matching your filter were found.":{msgid:"No files matching your filter were found.",msgstr:["No s'han trobat fitxers coincidents amb el vostre filtre."]},"No matching files":{msgid:"No matching files",msgstr:["Sense arxius coincidents"]},Recent:{msgid:"Recent",msgstr:["Recent"]},"Select all entries":{msgid:"Select all entries",msgstr:["Seleccioneu totes les entrades"]},"Select entry":{msgid:"Select entry",msgstr:["Seleccionar entrada"]},"Select the row for {nodename}":{msgid:"Select the row for {nodename}",msgstr:["Seleccioneu la fila per a {nodename}"]},Size:{msgid:"Size",msgstr:["Mida"]},Undo:{msgid:"Undo",msgstr:["Desfés"]},"Upload some content or sync with your devices!":{msgid:"Upload some content or sync with your devices!",msgstr:["Pengeu contingut o sincronitzeu-vos amb els vostres dispositius!"]}}}}},{locale:"cs",json:{charset:"utf-8",headers:{"Last-Translator":"Pavel Borecki <pavel.borecki@gmail.com>, 2020","Language-Team":"Czech (https://www.transifex.com/nextcloud/teams/64236/cs/)","Content-Type":"text/plain; charset=UTF-8",Language:"cs","Plural-Forms":"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nPavel Borecki <pavel.borecki@gmail.com>, 2020\n"},msgstr:["Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2020\nLanguage-Team: Czech (https://www.transifex.com/nextcloud/teams/64236/cs/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: cs\nPlural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Zpět"]}}}}},{locale:"cs_CZ",json:{charset:"utf-8",headers:{"Last-Translator":"Pavel Borecki <pavel.borecki@gmail.com>, 2024","Language-Team":"Czech (Czech Republic) (https://app.transifex.com/nextcloud/teams/64236/cs_CZ/)","Content-Type":"text/plain; charset=UTF-8",Language:"cs_CZ","Plural-Forms":"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ <skjnldsv@protonmail.com>, 2023\nPavel Borecki <pavel.borecki@gmail.com>, 2024\n"},msgstr:["Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2024\nLanguage-Team: Czech (Czech Republic) (https://app.transifex.com/nextcloud/teams/64236/cs_CZ/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: cs_CZ\nPlural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"]},'"{name}" is an invalid folder name.':{msgid:'"{name}" is an invalid folder name.',msgstr:["„{name}“ není platný název složky."]},'"{name}" is not an allowed folder name':{msgid:'"{name}" is not an allowed folder name',msgstr:["„{name}“ není povolený název složky."]},'"/" is not allowed inside a folder name.':{msgid:'"/" is not allowed inside a folder name.',msgstr:["znak „/“ (dopředné lomítko) není možné použít v názvu složky."]},"All files":{msgid:"All files",msgstr:["Veškeré soubory"]},Choose:{msgid:"Choose",msgstr:["Zvolit"]},"Choose {file}":{msgid:"Choose {file}",msgstr:["Zvolit {file}"]},"Choose %n file":{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Zvolte %n soubor","Zvolte %n soubory","Zvolte %n souborů","Zvolte %n soubory"]},Copy:{msgid:"Copy",msgstr:["Zkopírovat"]},"Copy to {target}":{msgid:"Copy to {target}",msgstr:["Zkopírovat do {target}"]},"Could not create the new folder":{msgid:"Could not create the new folder",msgstr:["Novou složku se nepodařilo vytvořit"]},"Could not load files settings":{msgid:"Could not load files settings",msgstr:["Nepodařilo se načíst nastavení pro soubory"]},"Could not load files views":{msgid:"Could not load files views",msgstr:["Nepodařilo se načíst pohledy souborů"]},"Create directory":{msgid:"Create directory",msgstr:["Vytvořit složku"]},"Current view selector":{msgid:"Current view selector",msgstr:["Výběr stávajícího zobrazení"]},Favorites:{msgid:"Favorites",msgstr:["Oblíbené"]},"Files and folders you mark as favorite will show up here.":{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Zde se zobrazí soubory a složky, které označíte jako oblíbené."]},"Files and folders you recently modified will show up here.":{msgid:"Files and folders you recently modified will show up here.",msgstr:["Zde se zobrazí soubory a složky, které jste nedávno pozměnili."]},"Filter file list":{msgid:"Filter file list",msgstr:["Filtrovat seznam souborů"]},"Folder name cannot be empty.":{msgid:"Folder name cannot be empty.",msgstr:["Složku je třeba nějak nazvat."]},Home:{msgid:"Home",msgstr:["Domů"]},Modified:{msgid:"Modified",msgstr:["Změněno"]},Move:{msgid:"Move",msgstr:["Přesounout"]},"Move to {target}":{msgid:"Move to {target}",msgstr:["Přesunout do {target}"]},Name:{msgid:"Name",msgstr:["Název"]},New:{msgid:"New",msgstr:["Nové"]},"New folder":{msgid:"New folder",msgstr:["Nová složka"]},"New folder name":{msgid:"New folder name",msgstr:["Název pro novou složku"]},"No files in here":{msgid:"No files in here",msgstr:["Nejsou zde žádné soubory"]},"No files matching your filter were found.":{msgid:"No files matching your filter were found.",msgstr:["Nenalezeny žádné soubory odpovídající vašemu filtru"]},"No matching files":{msgid:"No matching files",msgstr:["Žádné odpovídající soubory"]},Recent:{msgid:"Recent",msgstr:["Nedávné"]},"Select all entries":{msgid:"Select all entries",msgstr:["Vybrat všechny položky"]},"Select entry":{msgid:"Select entry",msgstr:["Vybrat položku"]},"Select the row for {nodename}":{msgid:"Select the row for {nodename}",msgstr:["Vybrat řádek pro {nodename}"]},Size:{msgid:"Size",msgstr:["Velikost"]},Undo:{msgid:"Undo",msgstr:["Zpět"]},"Upload some content or sync with your devices!":{msgid:"Upload some content or sync with your devices!",msgstr:["Nahrajte nějaký obsah nebo proveďte synchronizaci se svými zařízeními!"]}}}}},{locale:"cy_GB",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Welsh (United Kingdom) (https://app.transifex.com/nextcloud/teams/64236/cy_GB/)","Content-Type":"text/plain; charset=UTF-8",Language:"cy_GB","Plural-Forms":"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Welsh (United Kingdom) (https://app.transifex.com/nextcloud/teams/64236/cy_GB/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: cy_GB\nPlural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"da",json:{charset:"utf-8",headers:{"Last-Translator":"Martin Bonde <Martin@maboni.dk>, 2024","Language-Team":"Danish (https://app.transifex.com/nextcloud/teams/64236/da/)","Content-Type":"text/plain; charset=UTF-8",Language:"da","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ <skjnldsv@protonmail.com>, 2023\nMartin Bonde <Martin@maboni.dk>, 2024\n"},msgstr:["Last-Translator: Martin Bonde <Martin@maboni.dk>, 2024\nLanguage-Team: Danish (https://app.transifex.com/nextcloud/teams/64236/da/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: da\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},'"{name}" is an invalid folder name.':{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" er et ugyldigt mappenavn.']},'"{name}" is not an allowed folder name':{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" er ikke et tilladt mappenavn']},'"/" is not allowed inside a folder name.':{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" er ikke tilladt i et mappenavn.']},"All files":{msgid:"All files",msgstr:["Alle filer"]},Choose:{msgid:"Choose",msgstr:["Vælg"]},"Choose {file}":{msgid:"Choose {file}",msgstr:["Vælg {file}"]},"Choose %n file":{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Vælg %n fil","Vælg %n filer"]},Copy:{msgid:"Copy",msgstr:["Kopier"]},"Copy to {target}":{msgid:"Copy to {target}",msgstr:["Kopier til {target}"]},"Could not create the new folder":{msgid:"Could not create the new folder",msgstr:["Kunne ikke oprette den nye mappe"]},"Could not load files settings":{msgid:"Could not load files settings",msgstr:["Filindstillingerne kunne ikke indlæses"]},"Could not load files views":{msgid:"Could not load files views",msgstr:["Kunne ikke indlæse filvisninger"]},"Create directory":{msgid:"Create directory",msgstr:["Opret mappe"]},"Current view selector":{msgid:"Current view selector",msgstr:["Aktuel visningsvælger"]},Favorites:{msgid:"Favorites",msgstr:["Favoritter"]},"Files and folders you mark as favorite will show up here.":{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Filer og mapper, du markerer som foretrukne, vises her."]},"Files and folders you recently modified will show up here.":{msgid:"Files and folders you recently modified will show up here.",msgstr:["Filer og mapper, du for nylig har ændret, vises her."]},"Filter file list":{msgid:"Filter file list",msgstr:["Filtrer fil liste"]},"Folder name cannot be empty.":{msgid:"Folder name cannot be empty.",msgstr:["Mappenavnet må ikke være tomt."]},Home:{msgid:"Home",msgstr:["Hjem"]},Modified:{msgid:"Modified",msgstr:["Ændret"]},Move:{msgid:"Move",msgstr:["Flyt"]},"Move to {target}":{msgid:"Move to {target}",msgstr:["Flyt til {target}"]},Name:{msgid:"Name",msgstr:["Navn"]},New:{msgid:"New",msgstr:["Ny"]},"New folder":{msgid:"New folder",msgstr:["Ny mappe"]},"New folder name":{msgid:"New folder name",msgstr:["Ny mappe navn"]},"No files in here":{msgid:"No files in here",msgstr:["Ingen filer here"]},"No files matching your filter were found.":{msgid:"No files matching your filter were found.",msgstr:["Der blev ikke fundet nogen filer, der matcher dit filter."]},"No matching files":{msgid:"No matching files",msgstr:["Ingen matchende filer"]},Recent:{msgid:"Recent",msgstr:["Seneste"]},"Select all entries":{msgid:"Select all entries",msgstr:["Vælg alle poster"]},"Select entry":{msgid:"Select entry",msgstr:["Vælg post"]},"Select the row for {nodename}":{msgid:"Select the row for {nodename}",msgstr:["Vælg rækken for {nodenavn}"]},Size:{msgid:"Size",msgstr:["Størelse"]},Undo:{msgid:"Undo",msgstr:["Fortryd"]},"Upload some content or sync with your devices!":{msgid:"Upload some content or sync with your devices!",msgstr:["Upload noget indhold eller synkroniser med dine enheder!"]}}}}},{locale:"de",json:{charset:"utf-8",headers:{"Last-Translator":"Ettore Atalan <atalanttore@googlemail.com>, 2024","Language-Team":"German (https://app.transifex.com/nextcloud/teams/64236/de/)","Content-Type":"text/plain; charset=UTF-8",Language:"de","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ <skjnldsv@protonmail.com>, 2023\nMario Siegmann <mario_siegmann@web.de>, 2023\nMarkus Eckstein, 2023\nAndy Scherzinger <info@andy-scherzinger.de>, 2023\nJoachim Sokolowski, 2023\nEttore Atalan <atalanttore@googlemail.com>, 2024\n"},msgstr:["Last-Translator: Ettore Atalan <atalanttore@googlemail.com>, 2024\nLanguage-Team: German (https://app.transifex.com/nextcloud/teams/64236/de/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: de\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},'"{name}" is an invalid folder name.':{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" ist ein ungültiger Ordnername.']},'"{name}" is not an allowed folder name':{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" ist kein zulässiger Ordnername']},'"/" is not allowed inside a folder name.':{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" ist innerhalb eines Ordnernamens nicht zulässig.']},"All files":{msgid:"All files",msgstr:["Alle Dateien"]},Choose:{msgid:"Choose",msgstr:["Auswählen"]},"Choose {file}":{msgid:"Choose {file}",msgstr:["{file} auswählen"]},"Choose %n file":{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["%n Datei auswählen","%n Dateien auswählen"]},Copy:{msgid:"Copy",msgstr:["Kopieren"]},"Copy to {target}":{msgid:"Copy to {target}",msgstr:["Nach {target} kopieren"]},"Could not create the new folder":{msgid:"Could not create the new folder",msgstr:["Der neue Ordner konnte nicht erstellt werden."]},"Could not load files settings":{msgid:"Could not load files settings",msgstr:["Dateieinstellungen konnten nicht geladen werden"]},"Could not load files views":{msgid:"Could not load files views",msgstr:["Dateiansichten konnten nicht geladen werden"]},"Create directory":{msgid:"Create directory",msgstr:["Verzeichnis erstellen"]},"Current view selector":{msgid:"Current view selector",msgstr:["Aktuelle Ansichtsauswahl"]},Favorites:{msgid:"Favorites",msgstr:["Favoriten"]},"Files and folders you mark as favorite will show up here.":{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Dateien und Ordner, die du als Favorit markierst, werden hier angezeigt."]},"Files and folders you recently modified will show up here.":{msgid:"Files and folders you recently modified will show up here.",msgstr:["Dateien und Ordner, die du kürzlich geändert hast, werden hier angezeigt."]},"Filter file list":{msgid:"Filter file list",msgstr:["Dateiliste filtern"]},"Folder name cannot be empty.":{msgid:"Folder name cannot be empty.",msgstr:["Der Ordnername darf nicht leer sein."]},Home:{msgid:"Home",msgstr:["Startseite"]},Modified:{msgid:"Modified",msgstr:["Geändert"]},Move:{msgid:"Move",msgstr:["Verschieben"]},"Move to {target}":{msgid:"Move to {target}",msgstr:["Nach {target} verschieben"]},Name:{msgid:"Name",msgstr:["Name"]},New:{msgid:"New",msgstr:["Neu"]},"New folder":{msgid:"New folder",msgstr:["Neuer Ordner"]},"New folder name":{msgid:"New folder name",msgstr:["Neuer Ordnername"]},"No files in here":{msgid:"No files in here",msgstr:["Keine Dateien vorhanden"]},"No files matching your filter were found.":{msgid:"No files matching your filter were found.",msgstr:["Es wurden keine Dateien gefunden, die deinem Filter entsprechen."]},"No matching files":{msgid:"No matching files",msgstr:["Keine passenden Dateien"]},Recent:{msgid:"Recent",msgstr:["Jüngste"]},"Select all entries":{msgid:"Select all entries",msgstr:["Alle Einträge auswählen"]},"Select entry":{msgid:"Select entry",msgstr:["Eintrag auswählen"]},"Select the row for {nodename}":{msgid:"Select the row for {nodename}",msgstr:["Die Zeile für {nodename} auswählen."]},Size:{msgid:"Size",msgstr:["Größe"]},Undo:{msgid:"Undo",msgstr:["Rückgängig"]},"Upload some content or sync with your devices!":{msgid:"Upload some content or sync with your devices!",msgstr:["Lade Inhalte hoch oder synchronisieren diese mit deinen Geräten!"]}}}}},{locale:"de_DE",json:{charset:"utf-8",headers:{"Last-Translator":"Mario Siegmann <mario_siegmann@web.de>, 2024","Language-Team":"German (Germany) (https://app.transifex.com/nextcloud/teams/64236/de_DE/)","Content-Type":"text/plain; charset=UTF-8",Language:"de_DE","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ <skjnldsv@protonmail.com>, 2023\nMark Ziegler <mark.ziegler@rakekniven.de>, 2023\nMario Siegmann <mario_siegmann@web.de>, 2024\n"},msgstr:["Last-Translator: Mario Siegmann <mario_siegmann@web.de>, 2024\nLanguage-Team: German (Germany) (https://app.transifex.com/nextcloud/teams/64236/de_DE/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: de_DE\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},'"{name}" is an invalid folder name.':{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" ist ein ungültiger Ordnername.']},'"{name}" is not an allowed folder name':{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" ist kein zulässiger Ordnername']},'"/" is not allowed inside a folder name.':{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" ist innerhalb eines Ordnernamens nicht zulässig.']},"All files":{msgid:"All files",msgstr:["Alle Dateien"]},Choose:{msgid:"Choose",msgstr:["Auswählen"]},"Choose {file}":{msgid:"Choose {file}",msgstr:["{file} auswählen"]},"Choose %n file":{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["%n Datei auswählen","%n Dateien auswählen"]},Copy:{msgid:"Copy",msgstr:["Kopieren"]},"Copy to {target}":{msgid:"Copy to {target}",msgstr:["Nach {target} kopieren"]},"Could not create the new folder":{msgid:"Could not create the new folder",msgstr:["Der neue Ordner konnte nicht erstellt werden"]},"Could not load files settings":{msgid:"Could not load files settings",msgstr:["Dateieinstellungen konnten nicht geladen werden"]},"Could not load files views":{msgid:"Could not load files views",msgstr:["Dateiansichten konnten nicht geladen werden"]},"Create directory":{msgid:"Create directory",msgstr:["Verzeichnis erstellen"]},"Current view selector":{msgid:"Current view selector",msgstr:["Aktuelle Ansichtsauswahl"]},Favorites:{msgid:"Favorites",msgstr:["Favoriten"]},"Files and folders you mark as favorite will show up here.":{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Dateien und Ordner, die Sie als Favorit markieren, werden hier angezeigt."]},"Files and folders you recently modified will show up here.":{msgid:"Files and folders you recently modified will show up here.",msgstr:["Dateien und Ordner, die Sie kürzlich geändert haben, werden hier angezeigt."]},"Filter file list":{msgid:"Filter file list",msgstr:["Dateiliste filtern"]},"Folder name cannot be empty.":{msgid:"Folder name cannot be empty.",msgstr:["Der Ordnername darf nicht leer sein."]},Home:{msgid:"Home",msgstr:["Home"]},Modified:{msgid:"Modified",msgstr:["Geändert"]},Move:{msgid:"Move",msgstr:["Verschieben"]},"Move to {target}":{msgid:"Move to {target}",msgstr:["Nach {target} verschieben"]},Name:{msgid:"Name",msgstr:["Name"]},New:{msgid:"New",msgstr:["Neu"]},"New folder":{msgid:"New folder",msgstr:["Neuer Ordner"]},"New folder name":{msgid:"New folder name",msgstr:["Neuer Ordnername"]},"No files in here":{msgid:"No files in here",msgstr:["Hier sind keine Dateien"]},"No files matching your filter were found.":{msgid:"No files matching your filter were found.",msgstr:["Es wurden keine Dateien gefunden, die Ihrem Filter entsprechen."]},"No matching files":{msgid:"No matching files",msgstr:["Keine passenden Dateien"]},Recent:{msgid:"Recent",msgstr:["Neueste"]},"Select all entries":{msgid:"Select all entries",msgstr:["Alle Einträge auswählen"]},"Select entry":{msgid:"Select entry",msgstr:["Eintrag auswählen"]},"Select the row for {nodename}":{msgid:"Select the row for {nodename}",msgstr:["Die Zeile für {nodename} auswählen."]},Size:{msgid:"Size",msgstr:["Größe"]},Undo:{msgid:"Undo",msgstr:["Rückgängig machen"]},"Upload some content or sync with your devices!":{msgid:"Upload some content or sync with your devices!",msgstr:["Laden Sie Inhalte hoch oder synchronisieren Sie diese mit Ihren Geräten!"]}}}}},{locale:"el",json:{charset:"utf-8",headers:{"Last-Translator":"Joas Schilling, 2023","Language-Team":"Greek (https://app.transifex.com/nextcloud/teams/64236/el/)","Content-Type":"text/plain; charset=UTF-8",Language:"el","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJoas Schilling, 2023\n"},msgstr:["Last-Translator: Joas Schilling, 2023\nLanguage-Team: Greek (https://app.transifex.com/nextcloud/teams/64236/el/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: el\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:["Αναίρεση"]}}}}},{locale:"en_GB",json:{charset:"utf-8",headers:{"Last-Translator":"Andi Chandler <andi@gowling.com>, 2024","Language-Team":"English (United Kingdom) (https://app.transifex.com/nextcloud/teams/64236/en_GB/)","Content-Type":"text/plain; charset=UTF-8",Language:"en_GB","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ <skjnldsv@protonmail.com>, 2023\nCafé Tango, 2023\nAndi Chandler <andi@gowling.com>, 2024\n"},msgstr:["Last-Translator: Andi Chandler <andi@gowling.com>, 2024\nLanguage-Team: English (United Kingdom) (https://app.transifex.com/nextcloud/teams/64236/en_GB/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: en_GB\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},'"{name}" is an invalid folder name.':{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" is an invalid folder name.']},'"{name}" is not an allowed folder name':{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" is not an allowed folder name']},'"/" is not allowed inside a folder name.':{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" is not allowed inside a folder name.']},"All files":{msgid:"All files",msgstr:["All files"]},Choose:{msgid:"Choose",msgstr:["Choose"]},"Choose {file}":{msgid:"Choose {file}",msgstr:["Choose {file}"]},"Choose %n file":{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Choose %n file","Choose %n files"]},Copy:{msgid:"Copy",msgstr:["Copy"]},"Copy to {target}":{msgid:"Copy to {target}",msgstr:["Copy to {target}"]},"Could not create the new folder":{msgid:"Could not create the new folder",msgstr:["Could not create the new folder"]},"Could not load files settings":{msgid:"Could not load files settings",msgstr:["Could not load files settings"]},"Could not load files views":{msgid:"Could not load files views",msgstr:["Could not load files views"]},"Create directory":{msgid:"Create directory",msgstr:["Create directory"]},"Current view selector":{msgid:"Current view selector",msgstr:["Current view selector"]},Favorites:{msgid:"Favorites",msgstr:["Favourites"]},"Files and folders you mark as favorite will show up here.":{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Files and folders you mark as favourite will show up here."]},"Files and folders you recently modified will show up here.":{msgid:"Files and folders you recently modified will show up here.",msgstr:["Files and folders you recently modified will show up here."]},"Filter file list":{msgid:"Filter file list",msgstr:["Filter file list"]},"Folder name cannot be empty.":{msgid:"Folder name cannot be empty.",msgstr:["Folder name cannot be empty."]},Home:{msgid:"Home",msgstr:["Home"]},Modified:{msgid:"Modified",msgstr:["Modified"]},Move:{msgid:"Move",msgstr:["Move"]},"Move to {target}":{msgid:"Move to {target}",msgstr:["Move to {target}"]},Name:{msgid:"Name",msgstr:["Name"]},New:{msgid:"New",msgstr:["New"]},"New folder":{msgid:"New folder",msgstr:["New folder"]},"New folder name":{msgid:"New folder name",msgstr:["New folder name"]},"No files in here":{msgid:"No files in here",msgstr:["No files in here"]},"No files matching your filter were found.":{msgid:"No files matching your filter were found.",msgstr:["No files matching your filter were found."]},"No matching files":{msgid:"No matching files",msgstr:["No matching files"]},Recent:{msgid:"Recent",msgstr:["Recent"]},"Select all entries":{msgid:"Select all entries",msgstr:["Select all entries"]},"Select entry":{msgid:"Select entry",msgstr:["Select entry"]},"Select the row for {nodename}":{msgid:"Select the row for {nodename}",msgstr:["Select the row for {nodename}"]},Size:{msgid:"Size",msgstr:["Size"]},Undo:{msgid:"Undo",msgstr:["Undo"]},"Upload some content or sync with your devices!":{msgid:"Upload some content or sync with your devices!",msgstr:["Upload some content or sync with your devices!"]}}}}},{locale:"eo",json:{charset:"utf-8",headers:{"Last-Translator":"Joas Schilling, 2023","Language-Team":"Esperanto (https://app.transifex.com/nextcloud/teams/64236/eo/)","Content-Type":"text/plain; charset=UTF-8",Language:"eo","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJoas Schilling, 2023\n"},msgstr:["Last-Translator: Joas Schilling, 2023\nLanguage-Team: Esperanto (https://app.transifex.com/nextcloud/teams/64236/eo/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: eo\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:["Malfari"]}}}}},{locale:"es",json:{charset:"utf-8",headers:{"Last-Translator":"Julio C. Ortega, 2024","Language-Team":"Spanish (https://app.transifex.com/nextcloud/teams/64236/es/)","Content-Type":"text/plain; charset=UTF-8",Language:"es","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ <skjnldsv@protonmail.com>, 2023\nFranciscoFJ <dev-ooo@satel-sa.com>, 2023\nMark Ziegler <mark.ziegler@rakekniven.de>, 2024\nJulio C. Ortega, 2024\n"},msgstr:["Last-Translator: Julio C. Ortega, 2024\nLanguage-Team: Spanish (https://app.transifex.com/nextcloud/teams/64236/es/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},'"{name}" is an invalid folder name.':{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" es un nombre de carpeta no válido.']},'"{name}" is not an allowed folder name':{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" no es un nombre de carpeta permitido']},'"/" is not allowed inside a folder name.':{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" no está permitido dentro del nombre de una carpeta.']},"All files":{msgid:"All files",msgstr:["Todos los archivos"]},Choose:{msgid:"Choose",msgstr:["Seleccionar"]},"Choose {file}":{msgid:"Choose {file}",msgstr:["Seleccionar {file}"]},"Choose %n file":{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Elige %n archivo","Elige %n archivos","Seleccione %n archivos"]},Copy:{msgid:"Copy",msgstr:["Copiar"]},"Copy to {target}":{msgid:"Copy to {target}",msgstr:["Copiar a {target}"]},"Could not create the new folder":{msgid:"Could not create the new folder",msgstr:["No se pudo crear la nueva carpeta"]},"Could not load files settings":{msgid:"Could not load files settings",msgstr:["No se pudieron cargar los ajustes de archivos"]},"Could not load files views":{msgid:"Could not load files views",msgstr:["No se pudieron cargar las vistas de los archivos"]},"Create directory":{msgid:"Create directory",msgstr:["Crear directorio"]},"Current view selector":{msgid:"Current view selector",msgstr:["Selector de vista actual"]},Favorites:{msgid:"Favorites",msgstr:["Favoritos"]},"Files and folders you mark as favorite will show up here.":{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Los archivos y carpetas que marque como favoritos aparecerán aquí."]},"Files and folders you recently modified will show up here.":{msgid:"Files and folders you recently modified will show up here.",msgstr:["Los archivos y carpetas que modificó recientemente aparecerán aquí."]},"Filter file list":{msgid:"Filter file list",msgstr:["Filtrar lista de archivos"]},"Folder name cannot be empty.":{msgid:"Folder name cannot be empty.",msgstr:["El nombre de la carpeta no puede estar vacío."]},Home:{msgid:"Home",msgstr:["Inicio"]},Modified:{msgid:"Modified",msgstr:["Modificado"]},Move:{msgid:"Move",msgstr:["Mover"]},"Move to {target}":{msgid:"Move to {target}",msgstr:["Mover a {target}"]},Name:{msgid:"Name",msgstr:["Nombre"]},New:{msgid:"New",msgstr:["Nuevo"]},"New folder":{msgid:"New folder",msgstr:[" Nueva carpeta"]},"New folder name":{msgid:"New folder name",msgstr:["Nuevo nombre de carpeta"]},"No files in here":{msgid:"No files in here",msgstr:["No hay archivos aquí"]},"No files matching your filter were found.":{msgid:"No files matching your filter were found.",msgstr:["No se encontraron archivos que coincidiesen con su filtro."]},"No matching files":{msgid:"No matching files",msgstr:["No hay archivos coincidentes"]},Recent:{msgid:"Recent",msgstr:["Reciente"]},"Select all entries":{msgid:"Select all entries",msgstr:["Seleccionar todas las entradas"]},"Select entry":{msgid:"Select entry",msgstr:["Seleccionar entrada"]},"Select the row for {nodename}":{msgid:"Select the row for {nodename}",msgstr:["Seleccione la fila para {nodename}"]},Size:{msgid:"Size",msgstr:["Tamaño"]},Undo:{msgid:"Undo",msgstr:["Deshacer"]},"Upload some content or sync with your devices!":{msgid:"Upload some content or sync with your devices!",msgstr:["¡Cargue algún contenido o sincronice con sus dispositivos!"]}}}}},{locale:"es_419",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Spanish (Latin America) (https://app.transifex.com/nextcloud/teams/64236/es_419/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_419","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Spanish (Latin America) (https://app.transifex.com/nextcloud/teams/64236/es_419/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_419\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"es_AR",json:{charset:"utf-8",headers:{"Last-Translator":"Joas Schilling, 2023","Language-Team":"Spanish (Argentina) (https://app.transifex.com/nextcloud/teams/64236/es_AR/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_AR","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJoas Schilling, 2023\n"},msgstr:["Last-Translator: Joas Schilling, 2023\nLanguage-Team: Spanish (Argentina) (https://app.transifex.com/nextcloud/teams/64236/es_AR/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_AR\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:["Deshacer"]}}}}},{locale:"es_CL",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Spanish (Chile) (https://app.transifex.com/nextcloud/teams/64236/es_CL/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_CL","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Spanish (Chile) (https://app.transifex.com/nextcloud/teams/64236/es_CL/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_CL\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"es_CO",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Spanish (Colombia) (https://app.transifex.com/nextcloud/teams/64236/es_CO/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_CO","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Spanish (Colombia) (https://app.transifex.com/nextcloud/teams/64236/es_CO/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_CO\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"es_CR",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Spanish (Costa Rica) (https://app.transifex.com/nextcloud/teams/64236/es_CR/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_CR","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Spanish (Costa Rica) (https://app.transifex.com/nextcloud/teams/64236/es_CR/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_CR\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"es_DO",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Spanish (Dominican Republic) (https://app.transifex.com/nextcloud/teams/64236/es_DO/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_DO","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Spanish (Dominican Republic) (https://app.transifex.com/nextcloud/teams/64236/es_DO/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_DO\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"es_EC",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Spanish (Ecuador) (https://app.transifex.com/nextcloud/teams/64236/es_EC/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_EC","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Spanish (Ecuador) (https://app.transifex.com/nextcloud/teams/64236/es_EC/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_EC\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"es_GT",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Spanish (Guatemala) (https://app.transifex.com/nextcloud/teams/64236/es_GT/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_GT","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Spanish (Guatemala) (https://app.transifex.com/nextcloud/teams/64236/es_GT/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_GT\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"es_HN",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Spanish (Honduras) (https://app.transifex.com/nextcloud/teams/64236/es_HN/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_HN","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Spanish (Honduras) (https://app.transifex.com/nextcloud/teams/64236/es_HN/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_HN\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"es_MX",json:{charset:"utf-8",headers:{"Last-Translator":"Joas Schilling, 2023","Language-Team":"Spanish (Mexico) (https://app.transifex.com/nextcloud/teams/64236/es_MX/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_MX","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJoas Schilling, 2023\n"},msgstr:["Last-Translator: Joas Schilling, 2023\nLanguage-Team: Spanish (Mexico) (https://app.transifex.com/nextcloud/teams/64236/es_MX/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_MX\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:["Deshacer"]}}}}},{locale:"es_NI",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Spanish (Nicaragua) (https://app.transifex.com/nextcloud/teams/64236/es_NI/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_NI","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Spanish (Nicaragua) (https://app.transifex.com/nextcloud/teams/64236/es_NI/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_NI\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"es_PA",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Spanish (Panama) (https://app.transifex.com/nextcloud/teams/64236/es_PA/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_PA","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Spanish (Panama) (https://app.transifex.com/nextcloud/teams/64236/es_PA/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_PA\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"es_PE",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Spanish (Peru) (https://app.transifex.com/nextcloud/teams/64236/es_PE/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_PE","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Spanish (Peru) (https://app.transifex.com/nextcloud/teams/64236/es_PE/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_PE\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"es_PR",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Spanish (Puerto Rico) (https://app.transifex.com/nextcloud/teams/64236/es_PR/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_PR","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Spanish (Puerto Rico) (https://app.transifex.com/nextcloud/teams/64236/es_PR/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_PR\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"es_PY",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Spanish (Paraguay) (https://app.transifex.com/nextcloud/teams/64236/es_PY/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_PY","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Spanish (Paraguay) (https://app.transifex.com/nextcloud/teams/64236/es_PY/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_PY\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"es_SV",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Spanish (El Salvador) (https://app.transifex.com/nextcloud/teams/64236/es_SV/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_SV","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Spanish (El Salvador) (https://app.transifex.com/nextcloud/teams/64236/es_SV/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_SV\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"es_UY",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Spanish (Uruguay) (https://app.transifex.com/nextcloud/teams/64236/es_UY/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_UY","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Spanish (Uruguay) (https://app.transifex.com/nextcloud/teams/64236/es_UY/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_UY\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"et_EE",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Estonian (Estonia) (https://app.transifex.com/nextcloud/teams/64236/et_EE/)","Content-Type":"text/plain; charset=UTF-8",Language:"et_EE","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Estonian (Estonia) (https://app.transifex.com/nextcloud/teams/64236/et_EE/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: et_EE\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"eu",json:{charset:"utf-8",headers:{"Last-Translator":"Joas Schilling, 2023","Language-Team":"Basque (https://app.transifex.com/nextcloud/teams/64236/eu/)","Content-Type":"text/plain; charset=UTF-8",Language:"eu","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJoas Schilling, 2023\n"},msgstr:["Last-Translator: Joas Schilling, 2023\nLanguage-Team: Basque (https://app.transifex.com/nextcloud/teams/64236/eu/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: eu\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:["Desegin"]}}}}},{locale:"fa",json:{charset:"utf-8",headers:{"Last-Translator":"Joas Schilling, 2023","Language-Team":"Persian (https://app.transifex.com/nextcloud/teams/64236/fa/)","Content-Type":"text/plain; charset=UTF-8",Language:"fa","Plural-Forms":"nplurals=2; plural=(n > 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJoas Schilling, 2023\n"},msgstr:["Last-Translator: Joas Schilling, 2023\nLanguage-Team: Persian (https://app.transifex.com/nextcloud/teams/64236/fa/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: fa\nPlural-Forms: nplurals=2; plural=(n > 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:["بازگردانی"]}}}}},{locale:"fi_FI",json:{charset:"utf-8",headers:{"Last-Translator":"thingumy, 2024","Language-Team":"Finnish (Finland) (https://app.transifex.com/nextcloud/teams/64236/fi_FI/)","Content-Type":"text/plain; charset=UTF-8",Language:"fi_FI","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ <skjnldsv@protonmail.com>, 2023\nJiri Grönroos <jiri.gronroos@iki.fi>, 2024\nthingumy, 2024\n"},msgstr:["Last-Translator: thingumy, 2024\nLanguage-Team: Finnish (Finland) (https://app.transifex.com/nextcloud/teams/64236/fi_FI/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: fi_FI\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},'"{name}" is an invalid folder name.':{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" on virheellinen kansion nimi.']},'"{name}" is not an allowed folder name':{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" ei ole sallittu kansion nimi']},'"/" is not allowed inside a folder name.':{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" ei ole sallittu kansion nimessä.']},"All files":{msgid:"All files",msgstr:["Kaikki tiedostot"]},Choose:{msgid:"Choose",msgstr:["Valitse"]},"Choose {file}":{msgid:"Choose {file}",msgstr:["Valitse {file}"]},"Choose %n file":{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Valitse %n tiedosto","Valitse %n tiedostoa"]},Copy:{msgid:"Copy",msgstr:["Kopioi"]},"Copy to {target}":{msgid:"Copy to {target}",msgstr:["Kopioi sijaintiin {target}"]},"Could not create the new folder":{msgid:"Could not create the new folder",msgstr:["Uutta kansiota ei voitu luoda"]},"Could not load files settings":{msgid:"Could not load files settings",msgstr:["Tiedoston asetuksia ei saa ladattua"]},"Could not load files views":{msgid:"Could not load files views",msgstr:["Tiedoston näkymiä ei saa ladattua"]},"Create directory":{msgid:"Create directory",msgstr:["Luo kansio"]},"Current view selector":{msgid:"Current view selector",msgstr:["Nykyisen näkymän valinta"]},Favorites:{msgid:"Favorites",msgstr:["Suosikit"]},"Files and folders you mark as favorite will show up here.":{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Tiedostot ja kansiot, jotka merkitset suosikkeihisi, näkyvät täällä."]},"Files and folders you recently modified will show up here.":{msgid:"Files and folders you recently modified will show up here.",msgstr:["Tiedostot ja kansiot, joita muokkasit äskettäin, näkyvät täällä."]},"Filter file list":{msgid:"Filter file list",msgstr:["Suodata tiedostolistaa"]},"Folder name cannot be empty.":{msgid:"Folder name cannot be empty.",msgstr:["Kansion nimi ei voi olla tyhjä."]},Home:{msgid:"Home",msgstr:["Koti"]},Modified:{msgid:"Modified",msgstr:["Muokattu"]},Move:{msgid:"Move",msgstr:["Siirrä"]},"Move to {target}":{msgid:"Move to {target}",msgstr:["Siirrä sijaintiin {target}"]},Name:{msgid:"Name",msgstr:["Nimi"]},New:{msgid:"New",msgstr:["Uusi"]},"New folder":{msgid:"New folder",msgstr:["Uusi kansio"]},"New folder name":{msgid:"New folder name",msgstr:["Uuden kansion nimi"]},"No files in here":{msgid:"No files in here",msgstr:["Täällä ei ole tiedostoja"]},"No files matching your filter were found.":{msgid:"No files matching your filter were found.",msgstr:["Suodatinta vastaavia tiedostoja ei löytynyt."]},"No matching files":{msgid:"No matching files",msgstr:["Ei vastaavia tiedostoja"]},Recent:{msgid:"Recent",msgstr:["Viimeisimmät"]},"Select all entries":{msgid:"Select all entries",msgstr:["Valitse kaikki tietueet"]},"Select entry":{msgid:"Select entry",msgstr:["Valitse tietue"]},"Select the row for {nodename}":{msgid:"Select the row for {nodename}",msgstr:["Valitse rivi {nodename}:lle"]},Size:{msgid:"Size",msgstr:["Koko"]},Undo:{msgid:"Undo",msgstr:["Kumoa"]},"Upload some content or sync with your devices!":{msgid:"Upload some content or sync with your devices!",msgstr:["Lähetä jotain sisältöä tai synkronoi laitteidesi kanssa!"]}}}}},{locale:"fo",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Faroese (https://app.transifex.com/nextcloud/teams/64236/fo/)","Content-Type":"text/plain; charset=UTF-8",Language:"fo","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Faroese (https://app.transifex.com/nextcloud/teams/64236/fo/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: fo\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"fr",json:{charset:"utf-8",headers:{"Last-Translator":"fleopaul thp, 2023","Language-Team":"French (https://app.transifex.com/nextcloud/teams/64236/fr/)","Content-Type":"text/plain; charset=UTF-8",Language:"fr","Plural-Forms":"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ <skjnldsv@protonmail.com>, 2023\nRémi LEBLOND, 2023\nMordecai, 2023\nfleopaul thp, 2023\n"},msgstr:["Last-Translator: fleopaul thp, 2023\nLanguage-Team: French (https://app.transifex.com/nextcloud/teams/64236/fr/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: fr\nPlural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},'"{name}" is an invalid folder name.':{msgid:'"{name}" is an invalid folder name.',msgstr:["« {name} » n'est pas un nom de dossier valide."]},'"{name}" is not an allowed folder name':{msgid:'"{name}" is not an allowed folder name',msgstr:["« {name} » n'est pas un nom de dossier autorisé."]},'"/" is not allowed inside a folder name.':{msgid:'"/" is not allowed inside a folder name.',msgstr:["Le caractère « / » n'est pas autorisé dans un nom de dossier."]},"All files":{msgid:"All files",msgstr:["Tous les fichiers"]},Choose:{msgid:"Choose",msgstr:["Choisir"]},"Choose {file}":{msgid:"Choose {file}",msgstr:["Choisir {file}"]},Copy:{msgid:"Copy",msgstr:["Copier"]},"Copy to {target}":{msgid:"Copy to {target}",msgstr:["Copier vers {target}"]},"Could not create the new folder":{msgid:"Could not create the new folder",msgstr:["Impossible de créer le nouveau dossier"]},"Create directory":{msgid:"Create directory",msgstr:["Créer un répertoire"]},"Current view selector":{msgid:"Current view selector",msgstr:["Sélecteur de vue courante"]},Favorites:{msgid:"Favorites",msgstr:["Favoris"]},"Files and folders you mark as favorite will show up here.":{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Les fichiers et répertoires marqués en favoris apparaîtront ici."]},"Files and folders you recently modified will show up here.":{msgid:"Files and folders you recently modified will show up here.",msgstr:["Les fichiers et répertoires modifiés récemment apparaîtront ici."]},"Filter file list":{msgid:"Filter file list",msgstr:["Liste de filtre de fichiers"]},"Folder name cannot be empty.":{msgid:"Folder name cannot be empty.",msgstr:["Le nom du dossier ne peut pas être vide."]},Home:{msgid:"Home",msgstr:["Accueil"]},Modified:{msgid:"Modified",msgstr:["Modifié"]},Move:{msgid:"Move",msgstr:["Déplacer"]},"Move to {target}":{msgid:"Move to {target}",msgstr:["Déplacer vers {target}"]},Name:{msgid:"Name",msgstr:["Nom"]},New:{msgid:"New",msgstr:["Nouveau"]},"New folder":{msgid:"New folder",msgstr:["Nouveau répertoire"]},"New folder name":{msgid:"New folder name",msgstr:["Nom du nouveau répertoire"]},"No files in here":{msgid:"No files in here",msgstr:["Aucun fichier ici"]},"No files matching your filter were found.":{msgid:"No files matching your filter were found.",msgstr:["Aucun fichier trouvé correspondant à votre filtre."]},"No matching files":{msgid:"No matching files",msgstr:["Aucun fichier trouvé"]},Recent:{msgid:"Recent",msgstr:["Récents"]},"Select all entries":{msgid:"Select all entries",msgstr:["Tous sélectionner"]},"Select entry":{msgid:"Select entry",msgstr:["Sélectionner une entrée"]},"Select the row for {nodename}":{msgid:"Select the row for {nodename}",msgstr:["Sélectionner l'enregistrement pour {nodename}"]},Size:{msgid:"Size",msgstr:["Taille"]},Undo:{msgid:"Undo",msgstr:["Rétablir"]},"Upload some content or sync with your devices!":{msgid:"Upload some content or sync with your devices!",msgstr:["Charger du contenu ou synchroniser avec vos équipements !"]}}}}},{locale:"gd",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Gaelic, Scottish (https://app.transifex.com/nextcloud/teams/64236/gd/)","Content-Type":"text/plain; charset=UTF-8",Language:"gd","Plural-Forms":"nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Gaelic, Scottish (https://app.transifex.com/nextcloud/teams/64236/gd/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: gd\nPlural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"gl",json:{charset:"utf-8",headers:{"Last-Translator":"Miguel Anxo Bouzada <mbouzada@gmail.com>, 2024","Language-Team":"Galician (https://app.transifex.com/nextcloud/teams/64236/gl/)","Content-Type":"text/plain; charset=UTF-8",Language:"gl","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ <skjnldsv@protonmail.com>, 2023\nMiguel Anxo Bouzada <mbouzada@gmail.com>, 2024\n"},msgstr:["Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>, 2024\nLanguage-Team: Galician (https://app.transifex.com/nextcloud/teams/64236/gl/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: gl\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},'"{name}" is an invalid folder name.':{msgid:'"{name}" is an invalid folder name.',msgstr:["«{name}» non é un nome de cartafol válido."]},'"{name}" is not an allowed folder name':{msgid:'"{name}" is not an allowed folder name',msgstr:["«{name}» non é un nome de cartafol permitido"]},'"/" is not allowed inside a folder name.':{msgid:'"/" is not allowed inside a folder name.',msgstr:["A «/» non está permitida no nome dun cartafol."]},"All files":{msgid:"All files",msgstr:["Todos os ficheiros"]},Choose:{msgid:"Choose",msgstr:["Escoller"]},"Choose {file}":{msgid:"Choose {file}",msgstr:["Escoller {file}"]},"Choose %n file":{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Escoller %n ficheiro","Escoller %n ficheiros"]},Copy:{msgid:"Copy",msgstr:["Copiar"]},"Copy to {target}":{msgid:"Copy to {target}",msgstr:["Copiar en {target}"]},"Could not create the new folder":{msgid:"Could not create the new folder",msgstr:["Non foi posíbel crear o novo cartafol"]},"Could not load files settings":{msgid:"Could not load files settings",msgstr:["Non foi posíbel cargar os axustes dos ficheiros"]},"Could not load files views":{msgid:"Could not load files views",msgstr:["Non foi posíbel cargar as vistas dos ficheiros"]},"Create directory":{msgid:"Create directory",msgstr:["Crear un directorio"]},"Current view selector":{msgid:"Current view selector",msgstr:["Selector de vista actual"]},Favorites:{msgid:"Favorites",msgstr:["Favoritos"]},"Files and folders you mark as favorite will show up here.":{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Os ficheiros e cartafoles que marque como favoritos aparecerán aquí."]},"Files and folders you recently modified will show up here.":{msgid:"Files and folders you recently modified will show up here.",msgstr:["Os ficheiros e cartafoles que modificou recentemente aparecerán aquí."]},"Filter file list":{msgid:"Filter file list",msgstr:["Filtrar a lista de ficheiros"]},"Folder name cannot be empty.":{msgid:"Folder name cannot be empty.",msgstr:["O nome do cartafol non pode estar baleiro."]},Home:{msgid:"Home",msgstr:["Inicio"]},Modified:{msgid:"Modified",msgstr:["Modificado"]},Move:{msgid:"Move",msgstr:["Mover"]},"Move to {target}":{msgid:"Move to {target}",msgstr:["Mover cara a {target}"]},Name:{msgid:"Name",msgstr:["Nome"]},New:{msgid:"New",msgstr:["Novo"]},"New folder":{msgid:"New folder",msgstr:["Novo cartafol"]},"New folder name":{msgid:"New folder name",msgstr:["Novo nome do cartafol"]},"No files in here":{msgid:"No files in here",msgstr:["Aquí non hai ficheiros"]},"No files matching your filter were found.":{msgid:"No files matching your filter were found.",msgstr:["Non se atopou ningún ficheiro que coincida co filtro."]},"No matching files":{msgid:"No matching files",msgstr:["Non hai ficheiros coincidentes"]},Recent:{msgid:"Recent",msgstr:["Recente"]},"Select all entries":{msgid:"Select all entries",msgstr:["Seleccionar todas as entradas"]},"Select entry":{msgid:"Select entry",msgstr:["Seleccionar a entrada"]},"Select the row for {nodename}":{msgid:"Select the row for {nodename}",msgstr:["Seleccionar a fila para {nodename}"]},Size:{msgid:"Size",msgstr:["Tamaño"]},Undo:{msgid:"Undo",msgstr:["Desfacer"]},"Upload some content or sync with your devices!":{msgid:"Upload some content or sync with your devices!",msgstr:["Enviar algún contido ou sincronizalo cos seus dispositivos!"]}}}}},{locale:"he",json:{charset:"utf-8",headers:{"Last-Translator":"Joas Schilling, 2023","Language-Team":"Hebrew (https://app.transifex.com/nextcloud/teams/64236/he/)","Content-Type":"text/plain; charset=UTF-8",Language:"he","Plural-Forms":"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJoas Schilling, 2023\n"},msgstr:["Last-Translator: Joas Schilling, 2023\nLanguage-Team: Hebrew (https://app.transifex.com/nextcloud/teams/64236/he/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: he\nPlural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:["ביטול"]}}}}},{locale:"hi_IN",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Hindi (India) (https://app.transifex.com/nextcloud/teams/64236/hi_IN/)","Content-Type":"text/plain; charset=UTF-8",Language:"hi_IN","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Hindi (India) (https://app.transifex.com/nextcloud/teams/64236/hi_IN/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: hi_IN\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"hr",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Croatian (https://app.transifex.com/nextcloud/teams/64236/hr/)","Content-Type":"text/plain; charset=UTF-8",Language:"hr","Plural-Forms":"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Croatian (https://app.transifex.com/nextcloud/teams/64236/hr/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: hr\nPlural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"hsb",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Upper Sorbian (https://app.transifex.com/nextcloud/teams/64236/hsb/)","Content-Type":"text/plain; charset=UTF-8",Language:"hsb","Plural-Forms":"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Upper Sorbian (https://app.transifex.com/nextcloud/teams/64236/hsb/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: hsb\nPlural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"hu_HU",json:{charset:"utf-8",headers:{"Last-Translator":"Joas Schilling, 2023","Language-Team":"Hungarian (Hungary) (https://app.transifex.com/nextcloud/teams/64236/hu_HU/)","Content-Type":"text/plain; charset=UTF-8",Language:"hu_HU","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJoas Schilling, 2023\n"},msgstr:["Last-Translator: Joas Schilling, 2023\nLanguage-Team: Hungarian (Hungary) (https://app.transifex.com/nextcloud/teams/64236/hu_HU/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: hu_HU\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:["Visszavonás"]}}}}},{locale:"hy",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Armenian (https://app.transifex.com/nextcloud/teams/64236/hy/)","Content-Type":"text/plain; charset=UTF-8",Language:"hy","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Armenian (https://app.transifex.com/nextcloud/teams/64236/hy/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: hy\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"ia",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Interlingua (https://app.transifex.com/nextcloud/teams/64236/ia/)","Content-Type":"text/plain; charset=UTF-8",Language:"ia","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Interlingua (https://app.transifex.com/nextcloud/teams/64236/ia/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ia\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"id",json:{charset:"utf-8",headers:{"Last-Translator":"Lun May, 2024","Language-Team":"Indonesian (https://app.transifex.com/nextcloud/teams/64236/id/)","Content-Type":"text/plain; charset=UTF-8",Language:"id","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ <skjnldsv@protonmail.com>, 2023\nLinerly <linerly@proton.me>, 2023\nLun May, 2024\n"},msgstr:["Last-Translator: Lun May, 2024\nLanguage-Team: Indonesian (https://app.transifex.com/nextcloud/teams/64236/id/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: id\nPlural-Forms: nplurals=1; plural=0;\n"]},'"{name}" is an invalid folder name.':{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" bukan nama folder yang valid.']},'"{name}" is not an allowed folder name':{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" merupakan nama folder yang tidak diperbolehkan']},'"/" is not allowed inside a folder name.':{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" tidak diperbolehkan di dalam nama folder.']},"All files":{msgid:"All files",msgstr:["Semua berkas"]},Choose:{msgid:"Choose",msgstr:["Pilih"]},"Choose {file}":{msgid:"Choose {file}",msgstr:["Pilih {file}"]},"Choose %n file":{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Pilih %n file"]},Copy:{msgid:"Copy",msgstr:["Salin"]},"Copy to {target}":{msgid:"Copy to {target}",msgstr:["Salin ke {target}"]},"Could not create the new folder":{msgid:"Could not create the new folder",msgstr:["Tidak dapat membuat folder baru"]},"Could not load files settings":{msgid:"Could not load files settings",msgstr:["Tidak dapat memuat pengaturan file"]},"Could not load files views":{msgid:"Could not load files views",msgstr:["Tidak dapat memuat tampilan file"]},"Create directory":{msgid:"Create directory",msgstr:["Buat direktori"]},"Current view selector":{msgid:"Current view selector",msgstr:["Pemilih tampilan saat ini"]},Favorites:{msgid:"Favorites",msgstr:["Favorit"]},"Files and folders you mark as favorite will show up here.":{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Berkas dan folder yang Anda tandai sebagai favorit akan muncul di sini."]},"Files and folders you recently modified will show up here.":{msgid:"Files and folders you recently modified will show up here.",msgstr:["Berkas dan folder yang Anda ubah baru-baru ini akan muncul di sini."]},"Filter file list":{msgid:"Filter file list",msgstr:["Saring daftar berkas"]},"Folder name cannot be empty.":{msgid:"Folder name cannot be empty.",msgstr:["Name berkas tidak boleh kosong."]},Home:{msgid:"Home",msgstr:["Beranda"]},Modified:{msgid:"Modified",msgstr:["Diubah"]},Move:{msgid:"Move",msgstr:["Pindahkan"]},"Move to {target}":{msgid:"Move to {target}",msgstr:["Pindahkan ke {target}"]},Name:{msgid:"Name",msgstr:["Nama"]},New:{msgid:"New",msgstr:["Baru"]},"New folder":{msgid:"New folder",msgstr:["Folder baru"]},"New folder name":{msgid:"New folder name",msgstr:["Nama folder baru"]},"No files in here":{msgid:"No files in here",msgstr:["Tidak ada berkas di sini"]},"No files matching your filter were found.":{msgid:"No files matching your filter were found.",msgstr:["Tidak ada berkas yang cocok dengan penyaringan Anda."]},"No matching files":{msgid:"No matching files",msgstr:["Tidak ada berkas yang cocok"]},Recent:{msgid:"Recent",msgstr:["Terkini"]},"Select all entries":{msgid:"Select all entries",msgstr:["Pilih semua entri"]},"Select entry":{msgid:"Select entry",msgstr:["Pilih entri"]},"Select the row for {nodename}":{msgid:"Select the row for {nodename}",msgstr:["Pilih baris untuk {nodename}"]},Size:{msgid:"Size",msgstr:["Ukuran"]},Undo:{msgid:"Undo",msgstr:["Tidak jadi"]},"Upload some content or sync with your devices!":{msgid:"Upload some content or sync with your devices!",msgstr:["Unggah beberapa konten atau sinkronkan dengan perangkat Anda!"]}}}}},{locale:"ig",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Igbo (https://app.transifex.com/nextcloud/teams/64236/ig/)","Content-Type":"text/plain; charset=UTF-8",Language:"ig","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Igbo (https://app.transifex.com/nextcloud/teams/64236/ig/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ig\nPlural-Forms: nplurals=1; plural=0;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"is",json:{charset:"utf-8",headers:{"Last-Translator":"Sveinn í Felli <sv1@fellsnet.is>, 2023","Language-Team":"Icelandic (https://app.transifex.com/nextcloud/teams/64236/is/)","Content-Type":"text/plain; charset=UTF-8",Language:"is","Plural-Forms":"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ <skjnldsv@protonmail.com>, 2023\nSveinn í Felli <sv1@fellsnet.is>, 2023\n"},msgstr:["Last-Translator: Sveinn í Felli <sv1@fellsnet.is>, 2023\nLanguage-Team: Icelandic (https://app.transifex.com/nextcloud/teams/64236/is/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: is\nPlural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n"]},'"{name}" is an invalid folder name.':{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" er ógilt möppuheiti.']},'"{name}" is not an allowed folder name':{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" er ekki leyfilegt möppuheiti']},'"/" is not allowed inside a folder name.':{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" er er ekki leyfilegt innan í skráarheiti.']},"All files":{msgid:"All files",msgstr:["Allar skrár"]},Choose:{msgid:"Choose",msgstr:["Veldu"]},"Choose {file}":{msgid:"Choose {file}",msgstr:["Veldu {file}"]},Copy:{msgid:"Copy",msgstr:["Afrita"]},"Copy to {target}":{msgid:"Copy to {target}",msgstr:["Afrita í {target}"]},"Could not create the new folder":{msgid:"Could not create the new folder",msgstr:["Get ekki búið til nýju möppuna"]},"Create directory":{msgid:"Create directory",msgstr:["Búa til möppu"]},"Current view selector":{msgid:"Current view selector",msgstr:["Núverandi val sýnar"]},Favorites:{msgid:"Favorites",msgstr:["Eftirlæti"]},"Files and folders you mark as favorite will show up here.":{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Skrár og möppur sem þú merkir sem eftirlæti birtast hér."]},"Files and folders you recently modified will show up here.":{msgid:"Files and folders you recently modified will show up here.",msgstr:["Skrár og möppur sem þú breyttir nýlega birtast hér."]},"Filter file list":{msgid:"Filter file list",msgstr:["Sía skráalista"]},"Folder name cannot be empty.":{msgid:"Folder name cannot be empty.",msgstr:["Möppuheiti má ekki vera tómt."]},Home:{msgid:"Home",msgstr:["Heim"]},Modified:{msgid:"Modified",msgstr:["Breytt"]},Move:{msgid:"Move",msgstr:["Færa"]},"Move to {target}":{msgid:"Move to {target}",msgstr:["Færa í {target}"]},Name:{msgid:"Name",msgstr:["Heiti"]},New:{msgid:"New",msgstr:["Nýtt"]},"New folder":{msgid:"New folder",msgstr:["Ný mappa"]},"New folder name":{msgid:"New folder name",msgstr:["Heiti nýrrar möppu"]},"No files in here":{msgid:"No files in here",msgstr:["Engar skrár hér"]},"No files matching your filter were found.":{msgid:"No files matching your filter were found.",msgstr:["Engar skrár fundust sem passa við síuna."]},"No matching files":{msgid:"No matching files",msgstr:["Engar samsvarandi skrár"]},Recent:{msgid:"Recent",msgstr:["Nýlegt"]},"Select all entries":{msgid:"Select all entries",msgstr:["Velja allar færslur"]},"Select entry":{msgid:"Select entry",msgstr:["Velja færslu"]},"Select the row for {nodename}":{msgid:"Select the row for {nodename}",msgstr:["Veldu röðina fyrir {nodename}"]},Size:{msgid:"Size",msgstr:["Stærð"]},Undo:{msgid:"Undo",msgstr:["Afturkalla"]},"Upload some content or sync with your devices!":{msgid:"Upload some content or sync with your devices!",msgstr:["Sendu inn eitthvað efni eða samstilltu við tækin þín!"]}}}}},{locale:"it",json:{charset:"utf-8",headers:{"Last-Translator":"Sebastiano Furlan, 2024","Language-Team":"Italian (https://app.transifex.com/nextcloud/teams/64236/it/)","Content-Type":"text/plain; charset=UTF-8",Language:"it","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ <skjnldsv@protonmail.com>, 2023\nClaudio Scandella, 2023\nRaffaele Silano <raffaelone@gmail.com>, 2024\nSebastiano Furlan, 2024\n"},msgstr:["Last-Translator: Sebastiano Furlan, 2024\nLanguage-Team: Italian (https://app.transifex.com/nextcloud/teams/64236/it/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: it\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},'"{name}" is an invalid folder name.':{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" non è un nome di cartella valido.']},'"{name}" is not an allowed folder name':{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" non è un nome di cartella ammesso']},'"/" is not allowed inside a folder name.':{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" non è ammesso all\'interno del nome di una cartella.']},"All files":{msgid:"All files",msgstr:["Tutti i file"]},Choose:{msgid:"Choose",msgstr:["Scegli"]},"Choose {file}":{msgid:"Choose {file}",msgstr:["Scegli {file}"]},"Choose %n file":{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Seleziona %n file","Seleziona %n file","Seleziona %n file"]},Copy:{msgid:"Copy",msgstr:["Copia"]},"Copy to {target}":{msgid:"Copy to {target}",msgstr:["Copia in {target}"]},"Could not create the new folder":{msgid:"Could not create the new folder",msgstr:["Impossibile creare la nuova cartella"]},"Could not load files settings":{msgid:"Could not load files settings",msgstr:["Impossibile caricare le impostazioni dei file"]},"Could not load files views":{msgid:"Could not load files views",msgstr:["Impossibile caricare le visualizzazioni dei file"]},"Create directory":{msgid:"Create directory",msgstr:["Crea directory"]},"Current view selector":{msgid:"Current view selector",msgstr:["Selettore della vista corrente"]},Favorites:{msgid:"Favorites",msgstr:["Preferiti"]},"Files and folders you mark as favorite will show up here.":{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["I file e le cartelle contrassegnate come preferite saranno mostrate qui."]},"Files and folders you recently modified will show up here.":{msgid:"Files and folders you recently modified will show up here.",msgstr:["I file e le cartelle che hai modificato di recente saranno mostrate qui."]},"Filter file list":{msgid:"Filter file list",msgstr:["Filtra elenco file"]},"Folder name cannot be empty.":{msgid:"Folder name cannot be empty.",msgstr:["Il nome della cartella non può essere vuoto."]},Home:{msgid:"Home",msgstr:["Home"]},Modified:{msgid:"Modified",msgstr:["Modificato"]},Move:{msgid:"Move",msgstr:["Sposta"]},"Move to {target}":{msgid:"Move to {target}",msgstr:["Sposta in {target}"]},Name:{msgid:"Name",msgstr:["Nome"]},New:{msgid:"New",msgstr:["Nuovo"]},"New folder":{msgid:"New folder",msgstr:["Nuova cartella"]},"New folder name":{msgid:"New folder name",msgstr:["Nuovo nome cartella"]},"No files in here":{msgid:"No files in here",msgstr:["Nessun file qui"]},"No files matching your filter were found.":{msgid:"No files matching your filter were found.",msgstr:["Nessun file che corrisponde al tuo filtro è stato trovato."]},"No matching files":{msgid:"No matching files",msgstr:["Nessun file corrispondente"]},Recent:{msgid:"Recent",msgstr:["Recente"]},"Select all entries":{msgid:"Select all entries",msgstr:["Scegli tutte le voci"]},"Select entry":{msgid:"Select entry",msgstr:["Seleziona la voce"]},"Select the row for {nodename}":{msgid:"Select the row for {nodename}",msgstr:["Seleziona la riga per {nodename}"]},Size:{msgid:"Size",msgstr:["Taglia/dimensioni"]},Undo:{msgid:"Undo",msgstr:["Annulla"]},"Upload some content or sync with your devices!":{msgid:"Upload some content or sync with your devices!",msgstr:["Carica qualche contenuto o sincronizza con i tuoi dispositivi!"]}}}}},{locale:"ja_JP",json:{charset:"utf-8",headers:{"Last-Translator":"Joas Schilling, 2023","Language-Team":"Japanese (Japan) (https://app.transifex.com/nextcloud/teams/64236/ja_JP/)","Content-Type":"text/plain; charset=UTF-8",Language:"ja_JP","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJoas Schilling, 2023\n"},msgstr:["Last-Translator: Joas Schilling, 2023\nLanguage-Team: Japanese (Japan) (https://app.transifex.com/nextcloud/teams/64236/ja_JP/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ja_JP\nPlural-Forms: nplurals=1; plural=0;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:["元に戻す"]}}}}},{locale:"ka",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Georgian (https://app.transifex.com/nextcloud/teams/64236/ka/)","Content-Type":"text/plain; charset=UTF-8",Language:"ka","Plural-Forms":"nplurals=2; plural=(n!=1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Georgian (https://app.transifex.com/nextcloud/teams/64236/ka/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ka\nPlural-Forms: nplurals=2; plural=(n!=1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"ka_GE",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Georgian (Georgia) (https://app.transifex.com/nextcloud/teams/64236/ka_GE/)","Content-Type":"text/plain; charset=UTF-8",Language:"ka_GE","Plural-Forms":"nplurals=2; plural=(n!=1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Georgian (Georgia) (https://app.transifex.com/nextcloud/teams/64236/ka_GE/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ka_GE\nPlural-Forms: nplurals=2; plural=(n!=1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"kab",json:{charset:"utf-8",headers:{"Last-Translator":"Joas Schilling, 2023","Language-Team":"Kabyle (https://app.transifex.com/nextcloud/teams/64236/kab/)","Content-Type":"text/plain; charset=UTF-8",Language:"kab","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJoas Schilling, 2023\n"},msgstr:["Last-Translator: Joas Schilling, 2023\nLanguage-Team: Kabyle (https://app.transifex.com/nextcloud/teams/64236/kab/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: kab\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:["Sefsex"]}}}}},{locale:"kk",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Kazakh (https://app.transifex.com/nextcloud/teams/64236/kk/)","Content-Type":"text/plain; charset=UTF-8",Language:"kk","Plural-Forms":"nplurals=2; plural=(n!=1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Kazakh (https://app.transifex.com/nextcloud/teams/64236/kk/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: kk\nPlural-Forms: nplurals=2; plural=(n!=1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"km",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Khmer (https://app.transifex.com/nextcloud/teams/64236/km/)","Content-Type":"text/plain; charset=UTF-8",Language:"km","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Khmer (https://app.transifex.com/nextcloud/teams/64236/km/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: km\nPlural-Forms: nplurals=1; plural=0;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"kn",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Kannada (https://app.transifex.com/nextcloud/teams/64236/kn/)","Content-Type":"text/plain; charset=UTF-8",Language:"kn","Plural-Forms":"nplurals=2; plural=(n > 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Kannada (https://app.transifex.com/nextcloud/teams/64236/kn/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: kn\nPlural-Forms: nplurals=2; plural=(n > 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"ko",json:{charset:"utf-8",headers:{"Last-Translator":"Joas Schilling, 2023","Language-Team":"Korean (https://app.transifex.com/nextcloud/teams/64236/ko/)","Content-Type":"text/plain; charset=UTF-8",Language:"ko","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJoas Schilling, 2023\n"},msgstr:["Last-Translator: Joas Schilling, 2023\nLanguage-Team: Korean (https://app.transifex.com/nextcloud/teams/64236/ko/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ko\nPlural-Forms: nplurals=1; plural=0;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:["되돌리기"]}}}}},{locale:"la",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Latin (https://app.transifex.com/nextcloud/teams/64236/la/)","Content-Type":"text/plain; charset=UTF-8",Language:"la","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Latin (https://app.transifex.com/nextcloud/teams/64236/la/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: la\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"lb",json:{charset:"utf-8",headers:{"Last-Translator":"VoXaN24ch, 2024","Language-Team":"Luxembourgish (https://app.transifex.com/nextcloud/teams/64236/lb/)","Content-Type":"text/plain; charset=UTF-8",Language:"lb","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nVoXaN24ch, 2024\n"},msgstr:["Last-Translator: VoXaN24ch, 2024\nLanguage-Team: Luxembourgish (https://app.transifex.com/nextcloud/teams/64236/lb/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: lb\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},'"{name}" is an invalid folder name.':{msgid:'"{name}" is an invalid folder name.',msgstr:["{name} ass en ongëlteg Dossier"]},'"{name}" is not an allowed folder name':{msgid:'"{name}" is not an allowed folder name',msgstr:["{name} ass net en erlaabten Dossiernumm"]},'"/" is not allowed inside a folder name.':{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" ass net an engem Dossier Numm erlaabt']},"All files":{msgid:"All files",msgstr:["All Dateien"]},Choose:{msgid:"Choose",msgstr:["Wielt"]},"Choose {file}":{msgid:"Choose {file}",msgstr:["Wielt {file}"]},"Choose %n file":{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Wielt %n Fichieren","Wielt %n Fichier"]},Copy:{msgid:"Copy",msgstr:["Kopie"]},"Copy to {target}":{msgid:"Copy to {target}",msgstr:["Kopie op {target}"]},"Could not create the new folder":{msgid:"Could not create the new folder",msgstr:["Konnt den neien Dossier net erstellen"]},"Could not load files settings":{msgid:"Could not load files settings",msgstr:["Konnt d'Dateienastellungen net lueden"]},"Could not load files views":{msgid:"Could not load files views",msgstr:["Konnt d'Dateien net lueden"]},"Create directory":{msgid:"Create directory",msgstr:["Erstellt Verzeechnes"]},"Current view selector":{msgid:"Current view selector",msgstr:["Aktuell Vue selector"]},Favorites:{msgid:"Favorites",msgstr:["Favoritten"]},"Files and folders you mark as favorite will show up here.":{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Dateien an Ordner, déi Dir als Favorit markéiert, ginn hei gewisen"]},"Files and folders you recently modified will show up here.":{msgid:"Files and folders you recently modified will show up here.",msgstr:["Dateien an Ordner déi Dir viru kuerzem geännert hutt ginn hei op"]},"Filter file list":{msgid:"Filter file list",msgstr:["Filter Datei Lëscht"]},"Folder name cannot be empty.":{msgid:"Folder name cannot be empty.",msgstr:["Dossier Numm kann net eidel sinn"]},Home:{msgid:"Home",msgstr:["Wëllkomm"]},Modified:{msgid:"Modified",msgstr:["Geännert"]},Move:{msgid:"Move",msgstr:["Plënne"]},"Move to {target}":{msgid:"Move to {target}",msgstr:["Plënneren {target}"]},Name:{msgid:"Name",msgstr:["Numm"]},New:{msgid:"New",msgstr:["Nei"]},"New folder":{msgid:"New folder",msgstr:["Neien dossier"]},"New folder name":{msgid:"New folder name",msgstr:["Neien dossier numm"]},"No files in here":{msgid:"No files in here",msgstr:["Kee fichier hei"]},"No files matching your filter were found.":{msgid:"No files matching your filter were found.",msgstr:["Kee fichier deen äre filter passt gouf fonnt"]},"No matching files":{msgid:"No matching files",msgstr:["Keng passende dateien"]},Recent:{msgid:"Recent",msgstr:["Rezent"]},"Select all entries":{msgid:"Select all entries",msgstr:["Wielt all entréen"]},"Select entry":{msgid:"Select entry",msgstr:["Wielt entrée"]},"Select the row for {nodename}":{msgid:"Select the row for {nodename}",msgstr:["Wielt d'zeil fir {nodename}"]},Size:{msgid:"Size",msgstr:["Gréisst"]},Undo:{msgid:"Undo",msgstr:["Undoen"]},"Upload some content or sync with your devices!":{msgid:"Upload some content or sync with your devices!",msgstr:["Luet en inhalt erop oder synchroniséiert mat ären apparater"]}}}}},{locale:"lo",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Lao (https://app.transifex.com/nextcloud/teams/64236/lo/)","Content-Type":"text/plain; charset=UTF-8",Language:"lo","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Lao (https://app.transifex.com/nextcloud/teams/64236/lo/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: lo\nPlural-Forms: nplurals=1; plural=0;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"lt_LT",json:{charset:"utf-8",headers:{"Last-Translator":"Joas Schilling, 2023","Language-Team":"Lithuanian (Lithuania) (https://app.transifex.com/nextcloud/teams/64236/lt_LT/)","Content-Type":"text/plain; charset=UTF-8",Language:"lt_LT","Plural-Forms":"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJoas Schilling, 2023\n"},msgstr:["Last-Translator: Joas Schilling, 2023\nLanguage-Team: Lithuanian (Lithuania) (https://app.transifex.com/nextcloud/teams/64236/lt_LT/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: lt_LT\nPlural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:["Atšaukti"]}}}}},{locale:"lv",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Latvian (https://app.transifex.com/nextcloud/teams/64236/lv/)","Content-Type":"text/plain; charset=UTF-8",Language:"lv","Plural-Forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Latvian (https://app.transifex.com/nextcloud/teams/64236/lv/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: lv\nPlural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"mk",json:{charset:"utf-8",headers:{"Last-Translator":"Joas Schilling, 2023","Language-Team":"Macedonian (https://app.transifex.com/nextcloud/teams/64236/mk/)","Content-Type":"text/plain; charset=UTF-8",Language:"mk","Plural-Forms":"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJoas Schilling, 2023\n"},msgstr:["Last-Translator: Joas Schilling, 2023\nLanguage-Team: Macedonian (https://app.transifex.com/nextcloud/teams/64236/mk/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: mk\nPlural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:["Врати"]}}}}},{locale:"mn",json:{charset:"utf-8",headers:{"Last-Translator":"Joas Schilling, 2023","Language-Team":"Mongolian (https://app.transifex.com/nextcloud/teams/64236/mn/)","Content-Type":"text/plain; charset=UTF-8",Language:"mn","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJoas Schilling, 2023\n"},msgstr:["Last-Translator: Joas Schilling, 2023\nLanguage-Team: Mongolian (https://app.transifex.com/nextcloud/teams/64236/mn/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: mn\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:["Буцаах"]}}}}},{locale:"mr",json:{charset:"utf-8",headers:{"Last-Translator":"Joas Schilling, 2023","Language-Team":"Marathi (https://app.transifex.com/nextcloud/teams/64236/mr/)","Content-Type":"text/plain; charset=UTF-8",Language:"mr","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJoas Schilling, 2023\n"},msgstr:["Last-Translator: Joas Schilling, 2023\nLanguage-Team: Marathi (https://app.transifex.com/nextcloud/teams/64236/mr/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: mr\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:["पूर्ववत करा"]}}}}},{locale:"ms_MY",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Malay (Malaysia) (https://app.transifex.com/nextcloud/teams/64236/ms_MY/)","Content-Type":"text/plain; charset=UTF-8",Language:"ms_MY","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Malay (Malaysia) (https://app.transifex.com/nextcloud/teams/64236/ms_MY/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ms_MY\nPlural-Forms: nplurals=1; plural=0;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"my",json:{charset:"utf-8",headers:{"Last-Translator":"Joas Schilling, 2023","Language-Team":"Burmese (https://app.transifex.com/nextcloud/teams/64236/my/)","Content-Type":"text/plain; charset=UTF-8",Language:"my","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJoas Schilling, 2023\n"},msgstr:["Last-Translator: Joas Schilling, 2023\nLanguage-Team: Burmese (https://app.transifex.com/nextcloud/teams/64236/my/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: my\nPlural-Forms: nplurals=1; plural=0;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:["နဂိုအတိုင်းပြန်ထားရန်"]}}}}},{locale:"nb_NO",json:{charset:"utf-8",headers:{"Last-Translator":"armandg <geirawsm@pm.me>, 2024","Language-Team":"Norwegian Bokmål (Norway) (https://app.transifex.com/nextcloud/teams/64236/nb_NO/)","Content-Type":"text/plain; charset=UTF-8",Language:"nb_NO","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ <skjnldsv@protonmail.com>, 2023\nD PE, 2023\nSyvert Fossdal, 2024\narmandg <geirawsm@pm.me>, 2024\n"},msgstr:["Last-Translator: armandg <geirawsm@pm.me>, 2024\nLanguage-Team: Norwegian Bokmål (Norway) (https://app.transifex.com/nextcloud/teams/64236/nb_NO/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: nb_NO\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},'"{name}" is an invalid folder name.':{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" er et ugyldig mappenavn.']},'"{name}" is not an allowed folder name':{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" er ikke et tillatt mappenavn.']},'"/" is not allowed inside a folder name.':{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" er ikke tillatt inne i et mappenavn.']},"All files":{msgid:"All files",msgstr:["Alle filer"]},Choose:{msgid:"Choose",msgstr:["Velg"]},"Choose {file}":{msgid:"Choose {file}",msgstr:["Velg {fil}"]},"Choose %n file":{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Velg %n fil","Velg %n filer"]},Copy:{msgid:"Copy",msgstr:["Kopier"]},"Copy to {target}":{msgid:"Copy to {target}",msgstr:["Kopier til {destinasjon}"]},"Could not create the new folder":{msgid:"Could not create the new folder",msgstr:["Kunne ikke opprette den nye mappen"]},"Could not load files settings":{msgid:"Could not load files settings",msgstr:["Kunne ikke laste filinnstillinger"]},"Could not load files views":{msgid:"Could not load files views",msgstr:["Kunne ikke laste filvisninger"]},"Create directory":{msgid:"Create directory",msgstr:["Opprett mappe"]},"Current view selector":{msgid:"Current view selector",msgstr:["Nåværende visningsvelger"]},Favorites:{msgid:"Favorites",msgstr:["Favoritter"]},"Files and folders you mark as favorite will show up here.":{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Filer og mapper du markerer som favoritter vil vises her."]},"Files and folders you recently modified will show up here.":{msgid:"Files and folders you recently modified will show up here.",msgstr:["Filer og mapper du nylig har endret, vil vises her."]},"Filter file list":{msgid:"Filter file list",msgstr:["Filtrer filliste"]},"Folder name cannot be empty.":{msgid:"Folder name cannot be empty.",msgstr:["Mappenavn kan ikke være tomt."]},Home:{msgid:"Home",msgstr:["Hjem"]},Modified:{msgid:"Modified",msgstr:["Modifisert"]},Move:{msgid:"Move",msgstr:["Flytt"]},"Move to {target}":{msgid:"Move to {target}",msgstr:["Flytt til {destinasjon}"]},Name:{msgid:"Name",msgstr:["Navn"]},New:{msgid:"New",msgstr:["Ny"]},"New folder":{msgid:"New folder",msgstr:["Ny mappe"]},"New folder name":{msgid:"New folder name",msgstr:["Nytt mappenavn"]},"No files in here":{msgid:"No files in here",msgstr:["Ingen filer her"]},"No files matching your filter were found.":{msgid:"No files matching your filter were found.",msgstr:["Ingen filer funnet med ditt filter."]},"No matching files":{msgid:"No matching files",msgstr:["Ingen treffende filer"]},Recent:{msgid:"Recent",msgstr:["Nylig"]},"Select all entries":{msgid:"Select all entries",msgstr:["Velg alle oppføringer"]},"Select entry":{msgid:"Select entry",msgstr:["Velg oppføring"]},"Select the row for {nodename}":{msgid:"Select the row for {nodename}",msgstr:["Velg raden for {nodenavn}"]},Size:{msgid:"Size",msgstr:["Størrelse"]},Undo:{msgid:"Undo",msgstr:["Angre"]},"Upload some content or sync with your devices!":{msgid:"Upload some content or sync with your devices!",msgstr:["Last opp innhold eller synkroniser med enhetene dine!"]}}}}},{locale:"ne",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Nepali (https://app.transifex.com/nextcloud/teams/64236/ne/)","Content-Type":"text/plain; charset=UTF-8",Language:"ne","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Nepali (https://app.transifex.com/nextcloud/teams/64236/ne/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ne\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"nl",json:{charset:"utf-8",headers:{"Last-Translator":"Casper <casper@vrije-mens.org>, 2024","Language-Team":"Dutch (https://app.transifex.com/nextcloud/teams/64236/nl/)","Content-Type":"text/plain; charset=UTF-8",Language:"nl","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ <skjnldsv@protonmail.com>, 2023\nJoost <joho500@hotmail.com>, 2023\nJeroen Gui, 2023\nCasper <casper@vrije-mens.org>, 2024\n"},msgstr:["Last-Translator: Casper <casper@vrije-mens.org>, 2024\nLanguage-Team: Dutch (https://app.transifex.com/nextcloud/teams/64236/nl/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: nl\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},'"{name}" is an invalid folder name.':{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" is een ongeldige mapnaam.']},'"{name}" is not an allowed folder name':{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" is geen toegestane mapnaam']},'"/" is not allowed inside a folder name.':{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" is niet toegestaan binnen een bestandsnaam']},"All files":{msgid:"All files",msgstr:["Alle bestanden"]},Choose:{msgid:"Choose",msgstr:["Kies"]},"Choose {file}":{msgid:"Choose {file}",msgstr:["Kies {file}"]},"Choose %n file":{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Kies %n bestand","Kies %n bestanden"]},Copy:{msgid:"Copy",msgstr:["Kopieer"]},"Copy to {target}":{msgid:"Copy to {target}",msgstr:["Kopieer naar {target}"]},"Could not create the new folder":{msgid:"Could not create the new folder",msgstr:["Kon de nieuwe map niet maken"]},"Could not load files settings":{msgid:"Could not load files settings",msgstr:["Kon de bestandsinstellingen niet laden"]},"Could not load files views":{msgid:"Could not load files views",msgstr:["Kon de bestandsweergaves niet laden"]},"Create directory":{msgid:"Create directory",msgstr:["Maak map"]},"Current view selector":{msgid:"Current view selector",msgstr:["Huidige weergave keuze"]},Favorites:{msgid:"Favorites",msgstr:["Favorieten"]},"Files and folders you mark as favorite will show up here.":{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Bestanden en mappen die je favoriet maakt, worden hier getoond."]},"Files and folders you recently modified will show up here.":{msgid:"Files and folders you recently modified will show up here.",msgstr:["Bestanden en mappen die je recent hebt gewijzigd, worden hier getoond."]},"Filter file list":{msgid:"Filter file list",msgstr:["Filter bestandslijst"]},"Folder name cannot be empty.":{msgid:"Folder name cannot be empty.",msgstr:["Mapnaam mag niet leeg zijn."]},Home:{msgid:"Home",msgstr:["Home"]},Modified:{msgid:"Modified",msgstr:["Gewijzigd"]},Move:{msgid:"Move",msgstr:["Verplaatsen"]},"Move to {target}":{msgid:"Move to {target}",msgstr:["Verplaats naar {target}"]},Name:{msgid:"Name",msgstr:["Naam"]},New:{msgid:"New",msgstr:["Nieuw"]},"New folder":{msgid:"New folder",msgstr:["Nieuwe map"]},"New folder name":{msgid:"New folder name",msgstr:["Nieuwe mapnaam"]},"No files in here":{msgid:"No files in here",msgstr:["Geen bestanden hier"]},"No files matching your filter were found.":{msgid:"No files matching your filter were found.",msgstr:["Geen bestanden gevonden die voldoen aan je filter."]},"No matching files":{msgid:"No matching files",msgstr:["Geen gevonden bestanden"]},Recent:{msgid:"Recent",msgstr:["Recent"]},"Select all entries":{msgid:"Select all entries",msgstr:["Selecteer alle invoer"]},"Select entry":{msgid:"Select entry",msgstr:["Selecteer invoer"]},"Select the row for {nodename}":{msgid:"Select the row for {nodename}",msgstr:["Selecteer de rij voor {nodename}"]},Size:{msgid:"Size",msgstr:["Grootte"]},Undo:{msgid:"Undo",msgstr:["Ongedaan maken"]},"Upload some content or sync with your devices!":{msgid:"Upload some content or sync with your devices!",msgstr:["Upload inhoud of synchroniseer met je apparaten!"]}}}}},{locale:"nn_NO",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Norwegian Nynorsk (Norway) (https://app.transifex.com/nextcloud/teams/64236/nn_NO/)","Content-Type":"text/plain; charset=UTF-8",Language:"nn_NO","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Norwegian Nynorsk (Norway) (https://app.transifex.com/nextcloud/teams/64236/nn_NO/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: nn_NO\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"oc",json:{charset:"utf-8",headers:{"Last-Translator":"Joas Schilling, 2023","Language-Team":"Occitan (post 1500) (https://app.transifex.com/nextcloud/teams/64236/oc/)","Content-Type":"text/plain; charset=UTF-8",Language:"oc","Plural-Forms":"nplurals=2; plural=(n > 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJoas Schilling, 2023\n"},msgstr:["Last-Translator: Joas Schilling, 2023\nLanguage-Team: Occitan (post 1500) (https://app.transifex.com/nextcloud/teams/64236/oc/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: oc\nPlural-Forms: nplurals=2; plural=(n > 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:["Anullar"]}}}}},{locale:"pl",json:{charset:"utf-8",headers:{"Last-Translator":"Valdnet, 2024","Language-Team":"Polish (https://app.transifex.com/nextcloud/teams/64236/pl/)","Content-Type":"text/plain; charset=UTF-8",Language:"pl","Plural-Forms":"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ <skjnldsv@protonmail.com>, 2023\nJUJER wtf, 2023\nM H <haincu@o2.pl>, 2023\nValdnet, 2024\n"},msgstr:["Last-Translator: Valdnet, 2024\nLanguage-Team: Polish (https://app.transifex.com/nextcloud/teams/64236/pl/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: pl\nPlural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"]},'"{name}" is an invalid folder name.':{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" jest nieprawidłową nazwą folderu']},'"{name}" is not an allowed folder name':{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" nie jest dozwoloną nazwą folderu']},'"/" is not allowed inside a folder name.':{msgid:'"/" is not allowed inside a folder name.',msgstr:['Znak "/" nie jest dozwolony w nazwie folderu']},"All files":{msgid:"All files",msgstr:["Wszystkie pliki"]},Choose:{msgid:"Choose",msgstr:["Wybierz"]},"Choose {file}":{msgid:"Choose {file}",msgstr:["Wybierz {file}"]},Copy:{msgid:"Copy",msgstr:["Kopiuj"]},"Copy to {target}":{msgid:"Copy to {target}",msgstr:["Skopiuj do {target}"]},"Could not create the new folder":{msgid:"Could not create the new folder",msgstr:["Nie można utworzyć nowego folderu"]},"Create directory":{msgid:"Create directory",msgstr:["Utwórz katalog"]},"Current view selector":{msgid:"Current view selector",msgstr:["Bieżący selektor widoku"]},Favorites:{msgid:"Favorites",msgstr:["Ulubione"]},"Files and folders you mark as favorite will show up here.":{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Pliki i foldery które oznaczysz jako ulubione będą wyświetlały się tutaj"]},"Files and folders you recently modified will show up here.":{msgid:"Files and folders you recently modified will show up here.",msgstr:["Pliki i foldery które ostatnio modyfikowałeś będą wyświetlały się tutaj"]},"Filter file list":{msgid:"Filter file list",msgstr:["Filtruj listę plików"]},"Folder name cannot be empty.":{msgid:"Folder name cannot be empty.",msgstr:["Nazwa folderu nie może być pusta"]},Home:{msgid:"Home",msgstr:["Strona główna"]},Modified:{msgid:"Modified",msgstr:["Zmodyfikowano"]},Move:{msgid:"Move",msgstr:["Przenieś"]},"Move to {target}":{msgid:"Move to {target}",msgstr:["Przejdź do {target}"]},Name:{msgid:"Name",msgstr:["Nazwa"]},New:{msgid:"New",msgstr:["Nowy"]},"New folder":{msgid:"New folder",msgstr:["Nowy folder"]},"New folder name":{msgid:"New folder name",msgstr:["Nowa nazwa folderu"]},"No files in here":{msgid:"No files in here",msgstr:["Brak plików"]},"No files matching your filter were found.":{msgid:"No files matching your filter were found.",msgstr:["Nie znaleziono plików spełniających warunki filtru"]},"No matching files":{msgid:"No matching files",msgstr:["Brak pasujących plików"]},Recent:{msgid:"Recent",msgstr:["Ostatni"]},"Select all entries":{msgid:"Select all entries",msgstr:["Wybierz wszystkie wpisy"]},"Select entry":{msgid:"Select entry",msgstr:["Wybierz wpis"]},"Select the row for {nodename}":{msgid:"Select the row for {nodename}",msgstr:["Wybierz wiersz dla {nodename}"]},Size:{msgid:"Size",msgstr:["Rozmiar"]},Undo:{msgid:"Undo",msgstr:["Cofnij"]},"Upload some content or sync with your devices!":{msgid:"Upload some content or sync with your devices!",msgstr:["Wyślij zawartość lub zsynchronizuj ze swoimi urządzeniami!"]}}}}},{locale:"ps",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Pashto (https://app.transifex.com/nextcloud/teams/64236/ps/)","Content-Type":"text/plain; charset=UTF-8",Language:"ps","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Pashto (https://app.transifex.com/nextcloud/teams/64236/ps/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ps\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"pt_BR",json:{charset:"utf-8",headers:{"Last-Translator":"Cauan Henrique Zorzenon <cauanzorzenon@gmail.com>, 2024","Language-Team":"Portuguese (Brazil) (https://app.transifex.com/nextcloud/teams/64236/pt_BR/)","Content-Type":"text/plain; charset=UTF-8",Language:"pt_BR","Plural-Forms":"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ <skjnldsv@protonmail.com>, 2023\nFlávio Veras <flaviove@gmail.com>, 2023\nCauan Henrique Zorzenon <cauanzorzenon@gmail.com>, 2024\n"},msgstr:["Last-Translator: Cauan Henrique Zorzenon <cauanzorzenon@gmail.com>, 2024\nLanguage-Team: Portuguese (Brazil) (https://app.transifex.com/nextcloud/teams/64236/pt_BR/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: pt_BR\nPlural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},'"{name}" is an invalid folder name.':{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" é um nome de pasta inválido.']},'"{name}" is not an allowed folder name':{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" não é um nome de pasta permitido']},'"/" is not allowed inside a folder name.':{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" não é permitido dentro de um nome de pasta.']},"All files":{msgid:"All files",msgstr:["Todos os arquivos"]},Choose:{msgid:"Choose",msgstr:["Escolher"]},"Choose {file}":{msgid:"Choose {file}",msgstr:["Escolher arquivo}"]},"Choose %n file":{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Escolher %n arquivo","Escolher %n arquivos","Escolher %n arquivos"]},Copy:{msgid:"Copy",msgstr:["Copiar"]},"Copy to {target}":{msgid:"Copy to {target}",msgstr:["Copiar para {target}"]},"Could not create the new folder":{msgid:"Could not create the new folder",msgstr:["Não foi possível criar a nova pasta"]},"Could not load files settings":{msgid:"Could not load files settings",msgstr:["Não foi possível carregar configurações de arquivos"]},"Could not load files views":{msgid:"Could not load files views",msgstr:["Não foi possível carregar exibições de arquivos"]},"Create directory":{msgid:"Create directory",msgstr:["Criar diretório"]},"Current view selector":{msgid:"Current view selector",msgstr:["Seletor de visualização atual"]},Favorites:{msgid:"Favorites",msgstr:["Favoritos"]},"Files and folders you mark as favorite will show up here.":{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Os arquivos e pastas marcados como favoritos aparecerão aqui."]},"Files and folders you recently modified will show up here.":{msgid:"Files and folders you recently modified will show up here.",msgstr:["Arquivos e pastas que você modificou recentemente aparecerão aqui."]},"Filter file list":{msgid:"Filter file list",msgstr:["Filtrar lista de arquivos"]},"Folder name cannot be empty.":{msgid:"Folder name cannot be empty.",msgstr:["O nome da pasta não pode ficar vazio."]},Home:{msgid:"Home",msgstr:["Home"]},Modified:{msgid:"Modified",msgstr:["Modificado"]},Move:{msgid:"Move",msgstr:["Mover"]},"Move to {target}":{msgid:"Move to {target}",msgstr:["Mover para {target}"]},Name:{msgid:"Name",msgstr:["Nome"]},New:{msgid:"New",msgstr:["Novo"]},"New folder":{msgid:"New folder",msgstr:["Nova pasta"]},"New folder name":{msgid:"New folder name",msgstr:["Novo nome de pasta"]},"No files in here":{msgid:"No files in here",msgstr:["Nenhum arquivo aqui"]},"No files matching your filter were found.":{msgid:"No files matching your filter were found.",msgstr:["Nenhum arquivo correspondente ao seu filtro foi encontrado."]},"No matching files":{msgid:"No matching files",msgstr:["Nenhum arquivo correspondente"]},Recent:{msgid:"Recent",msgstr:["Recente"]},"Select all entries":{msgid:"Select all entries",msgstr:["Selecione todas as entradas"]},"Select entry":{msgid:"Select entry",msgstr:["Selecione a entrada"]},"Select the row for {nodename}":{msgid:"Select the row for {nodename}",msgstr:["Selecione a linha para {nodename}"]},Size:{msgid:"Size",msgstr:["Tamanho"]},Undo:{msgid:"Undo",msgstr:["Desfazer"]},"Upload some content or sync with your devices!":{msgid:"Upload some content or sync with your devices!",msgstr:["Carregue algum conteúdo ou sincronize com seus dispositivos!"]}}}}},{locale:"pt_PT",json:{charset:"utf-8",headers:{"Last-Translator":"Joas Schilling, 2023","Language-Team":"Portuguese (Portugal) (https://app.transifex.com/nextcloud/teams/64236/pt_PT/)","Content-Type":"text/plain; charset=UTF-8",Language:"pt_PT","Plural-Forms":"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJoas Schilling, 2023\n"},msgstr:["Last-Translator: Joas Schilling, 2023\nLanguage-Team: Portuguese (Portugal) (https://app.transifex.com/nextcloud/teams/64236/pt_PT/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: pt_PT\nPlural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:["Anular"]}}}}},{locale:"ro",json:{charset:"utf-8",headers:{"Last-Translator":"Daniel MD <dmihaidumitru@gmail.com>, 2023","Language-Team":"Romanian (https://app.transifex.com/nextcloud/teams/64236/ro/)","Content-Type":"text/plain; charset=UTF-8",Language:"ro","Plural-Forms":"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ <skjnldsv@protonmail.com>, 2023\nDaniel MD <dmihaidumitru@gmail.com>, 2023\n"},msgstr:["Last-Translator: Daniel MD <dmihaidumitru@gmail.com>, 2023\nLanguage-Team: Romanian (https://app.transifex.com/nextcloud/teams/64236/ro/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ro\nPlural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"]},'"{name}" is an invalid folder name.':{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" este un nume de director invalid.']},'"{name}" is not an allowed folder name':{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" nu este un nume de director permis']},'"/" is not allowed inside a folder name.':{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" nu este permis în numele unui director.']},"All files":{msgid:"All files",msgstr:["Toate fișierele"]},Choose:{msgid:"Choose",msgstr:["Alege"]},"Choose {file}":{msgid:"Choose {file}",msgstr:["Alege {file}"]},Copy:{msgid:"Copy",msgstr:["Copiază"]},"Copy to {target}":{msgid:"Copy to {target}",msgstr:["Copiază în {target}"]},"Could not create the new folder":{msgid:"Could not create the new folder",msgstr:["Nu s-a putut crea noul director"]},"Create directory":{msgid:"Create directory",msgstr:["Creează director"]},"Current view selector":{msgid:"Current view selector",msgstr:["Selectorul curent al vizualizării"]},Favorites:{msgid:"Favorites",msgstr:["Favorite"]},"Files and folders you mark as favorite will show up here.":{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Fișiere și directoare pe care le marcați ca favorite vor apărea aici."]},"Files and folders you recently modified will show up here.":{msgid:"Files and folders you recently modified will show up here.",msgstr:["Fișiere și directoare pe care le-ați modificat recent vor apărea aici."]},"Filter file list":{msgid:"Filter file list",msgstr:["Filtrează lista de fișiere"]},"Folder name cannot be empty.":{msgid:"Folder name cannot be empty.",msgstr:["Numele de director nu poate fi necompletat."]},Home:{msgid:"Home",msgstr:["Acasă"]},Modified:{msgid:"Modified",msgstr:["Modificat"]},Move:{msgid:"Move",msgstr:["Mută"]},"Move to {target}":{msgid:"Move to {target}",msgstr:["Mută către {target}"]},Name:{msgid:"Name",msgstr:["Nume"]},New:{msgid:"New",msgstr:["Nou"]},"New folder":{msgid:"New folder",msgstr:["Director nou"]},"New folder name":{msgid:"New folder name",msgstr:["Numele noului director"]},"No files in here":{msgid:"No files in here",msgstr:["Nu există fișiere"]},"No files matching your filter were found.":{msgid:"No files matching your filter were found.",msgstr:["Nu există fișiere potrivite pentru filtrul selectat"]},"No matching files":{msgid:"No matching files",msgstr:["Nu există fișiere potrivite"]},Recent:{msgid:"Recent",msgstr:["Recente"]},"Select all entries":{msgid:"Select all entries",msgstr:["Selectează toate înregistrările"]},"Select entry":{msgid:"Select entry",msgstr:["Selectează înregistrarea"]},"Select the row for {nodename}":{msgid:"Select the row for {nodename}",msgstr:["Selectează rândul pentru {nodename}"]},Size:{msgid:"Size",msgstr:["Mărime"]},Undo:{msgid:"Undo",msgstr:["Anulează"]},"Upload some content or sync with your devices!":{msgid:"Upload some content or sync with your devices!",msgstr:["Încărcați conținut sau sincronizați cu dispozitivele dumneavoastră!"]}}}}},{locale:"ru",json:{charset:"utf-8",headers:{"Last-Translator":"Влад, 2024","Language-Team":"Russian (https://app.transifex.com/nextcloud/teams/64236/ru/)","Content-Type":"text/plain; charset=UTF-8",Language:"ru","Plural-Forms":"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ <skjnldsv@protonmail.com>, 2023\nMax Smith <sevinfolds@gmail.com>, 2023\nashed <craysy@gmail.com>, 2023\nAlex <kekcuha@gmail.com>, 2024\nR4SAS, 2024\nВлад, 2024\n"},msgstr:["Last-Translator: Влад, 2024\nLanguage-Team: Russian (https://app.transifex.com/nextcloud/teams/64236/ru/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ru\nPlural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"]},'"{name}" is an invalid folder name.':{msgid:'"{name}" is an invalid folder name.',msgstr:["«{name}» — недопустимое имя папки."]},'"{name}" is not an allowed folder name':{msgid:'"{name}" is not an allowed folder name',msgstr:["«{name}» не является разрешенным именем папки"]},'"/" is not allowed inside a folder name.':{msgid:'"/" is not allowed inside a folder name.',msgstr:["Символ «/» не допускается внутри имени папки."]},"All files":{msgid:"All files",msgstr:["Все файлы"]},Choose:{msgid:"Choose",msgstr:["Выбрать"]},"Choose {file}":{msgid:"Choose {file}",msgstr:["Выбрать {file}"]},"Choose %n file":{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Выбрать %n файл","Выбрать %n файла","Выбрать %n файлов","Выбрать %n файлов"]},Copy:{msgid:"Copy",msgstr:["Копировать"]},"Copy to {target}":{msgid:"Copy to {target}",msgstr:["Копировать в «{target}»"]},"Could not create the new folder":{msgid:"Could not create the new folder",msgstr:["Не удалось создать новую папку"]},"Could not load files settings":{msgid:"Could not load files settings",msgstr:["Не удалось загрузить настройки файлов"]},"Could not load files views":{msgid:"Could not load files views",msgstr:["Не удалось загрузить файлы просмотров"]},"Create directory":{msgid:"Create directory",msgstr:["Создать папку"]},"Current view selector":{msgid:"Current view selector",msgstr:["Переключатель текущего вида"]},Favorites:{msgid:"Favorites",msgstr:["Избранное"]},"Files and folders you mark as favorite will show up here.":{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Здесь появятся файлы и папки, которые вы пометили как избранные."]},"Files and folders you recently modified will show up here.":{msgid:"Files and folders you recently modified will show up here.",msgstr:["Здесь будут отображаться файлы и папки, которые вы недавно изменили."]},"Filter file list":{msgid:"Filter file list",msgstr:["Фильтровать список файлов"]},"Folder name cannot be empty.":{msgid:"Folder name cannot be empty.",msgstr:["Имя папки не может быть пустым."]},Home:{msgid:"Home",msgstr:["Home"]},Modified:{msgid:"Modified",msgstr:["Модифицированный"]},Move:{msgid:"Move",msgstr:["Переместить"]},"Move to {target}":{msgid:"Move to {target}",msgstr:["Перейти к {target}"]},Name:{msgid:"Name",msgstr:["Имя"]},New:{msgid:"New",msgstr:["Новый"]},"New folder":{msgid:"New folder",msgstr:["Новая папка"]},"New folder name":{msgid:"New folder name",msgstr:["Новое имя папки"]},"No files in here":{msgid:"No files in here",msgstr:["Здесь нет файлов"]},"No files matching your filter were found.":{msgid:"No files matching your filter were found.",msgstr:["Файлы, соответствующие вашему фильтру, не найдены."]},"No matching files":{msgid:"No matching files",msgstr:["Нет подходящих файлов"]},Recent:{msgid:"Recent",msgstr:["Недавний"]},"Select all entries":{msgid:"Select all entries",msgstr:["Выбрать все записи"]},"Select entry":{msgid:"Select entry",msgstr:["Выберите запись"]},"Select the row for {nodename}":{msgid:"Select the row for {nodename}",msgstr:["Выберите строку для {nodename}"]},Size:{msgid:"Size",msgstr:["Размер"]},Undo:{msgid:"Undo",msgstr:["Отменить"]},"Upload some content or sync with your devices!":{msgid:"Upload some content or sync with your devices!",msgstr:["Загрузите контент или синхронизируйте его со своими устройствами!"]}}}}},{locale:"sc",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Sardinian (https://app.transifex.com/nextcloud/teams/64236/sc/)","Content-Type":"text/plain; charset=UTF-8",Language:"sc","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Sardinian (https://app.transifex.com/nextcloud/teams/64236/sc/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sc\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"si",json:{charset:"utf-8",headers:{"Last-Translator":"Joas Schilling, 2023","Language-Team":"Sinhala (https://app.transifex.com/nextcloud/teams/64236/si/)","Content-Type":"text/plain; charset=UTF-8",Language:"si","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJoas Schilling, 2023\n"},msgstr:["Last-Translator: Joas Schilling, 2023\nLanguage-Team: Sinhala (https://app.transifex.com/nextcloud/teams/64236/si/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: si\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:["පෙරසේ"]}}}}},{locale:"sk_SK",json:{charset:"utf-8",headers:{"Last-Translator":"Tomas Rusnak <linkermail@gmail.com>, 2024","Language-Team":"Slovak (Slovakia) (https://app.transifex.com/nextcloud/teams/64236/sk_SK/)","Content-Type":"text/plain; charset=UTF-8",Language:"sk_SK","Plural-Forms":"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ <skjnldsv@protonmail.com>, 2023\nStanislav Prekop <prekop3@gmail.com>, 2024\nTomas Rusnak <linkermail@gmail.com>, 2024\n"},msgstr:["Last-Translator: Tomas Rusnak <linkermail@gmail.com>, 2024\nLanguage-Team: Slovak (Slovakia) (https://app.transifex.com/nextcloud/teams/64236/sk_SK/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sk_SK\nPlural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"]},'"{name}" is an invalid folder name.':{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" je neplatný názov pričinka.']},'"{name}" is not an allowed folder name':{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" nie je povolený názov priečinka.']},'"/" is not allowed inside a folder name.':{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" nie je povolené v názve priečinka.']},"All files":{msgid:"All files",msgstr:["Všetky súbory"]},Choose:{msgid:"Choose",msgstr:["Vybrať"]},"Choose {file}":{msgid:"Choose {file}",msgstr:["Vybrať {súbor}"]},"Choose %n file":{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Vybraný %n súbor","Vybrané %n súbory","Vybraných %n súborov","Vybraných %n súborov"]},Copy:{msgid:"Copy",msgstr:["Kopírovať"]},"Copy to {target}":{msgid:"Copy to {target}",msgstr:["Kopírovať do {umiestnenia}"]},"Could not create the new folder":{msgid:"Could not create the new folder",msgstr:["Nepodarilo sa vytvoriť nový priečinok"]},"Could not load files settings":{msgid:"Could not load files settings",msgstr:["Nepodarilo sa načítať nastavenia súborov"]},"Could not load files views":{msgid:"Could not load files views",msgstr:["Nepodarilo sa načítať pohľady súborov"]},"Create directory":{msgid:"Create directory",msgstr:["Vytvoriť adresár"]},"Current view selector":{msgid:"Current view selector",msgstr:["Výber aktuálneho zobrazenia"]},Favorites:{msgid:"Favorites",msgstr:["Obľúbené"]},"Files and folders you mark as favorite will show up here.":{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Tu sa zobrazia súbory a priečinky, ktoré označíte ako obľúbené."]},"Files and folders you recently modified will show up here.":{msgid:"Files and folders you recently modified will show up here.",msgstr:["Tu sa zobrazia súbory a priečinky, ktoré ste nedávno upravili."]},"Filter file list":{msgid:"Filter file list",msgstr:["Filtrovať zoznam súborov"]},"Folder name cannot be empty.":{msgid:"Folder name cannot be empty.",msgstr:["Názov priečinka nemôže byť prázdny."]},Home:{msgid:"Home",msgstr:["Domov"]},Modified:{msgid:"Modified",msgstr:["Upravené"]},Move:{msgid:"Move",msgstr:["Prejsť"]},"Move to {target}":{msgid:"Move to {target}",msgstr:["Prejsť na {umiestnenie}"]},Name:{msgid:"Name",msgstr:["Názov"]},New:{msgid:"New",msgstr:["Pridať"]},"New folder":{msgid:"New folder",msgstr:["Pridať priečinok"]},"New folder name":{msgid:"New folder name",msgstr:["Pridať názov priečinka"]},"No files in here":{msgid:"No files in here",msgstr:["Nie sú tu žiadne súbory"]},"No files matching your filter were found.":{msgid:"No files matching your filter were found.",msgstr:["Nenašli sa žiadne súbory zodpovedajúce vášmu filtru."]},"No matching files":{msgid:"No matching files",msgstr:["Žiadne zodpovedajúce súbory"]},Recent:{msgid:"Recent",msgstr:["Nedávne"]},"Select all entries":{msgid:"Select all entries",msgstr:["Vybrať všetky položky"]},"Select entry":{msgid:"Select entry",msgstr:["Vybrať položku"]},"Select the row for {nodename}":{msgid:"Select the row for {nodename}",msgstr:["Vyberte riadok pre {názov uzla}"]},Size:{msgid:"Size",msgstr:["Veľkosť"]},Undo:{msgid:"Undo",msgstr:["Späť"]},"Upload some content or sync with your devices!":{msgid:"Upload some content or sync with your devices!",msgstr:["Nahrajte nejaký obsah alebo synchronizujte so svojimi zariadeniami!"]}}}}},{locale:"sl",json:{charset:"utf-8",headers:{"Last-Translator":"Joas Schilling, 2023","Language-Team":"Slovenian (https://app.transifex.com/nextcloud/teams/64236/sl/)","Content-Type":"text/plain; charset=UTF-8",Language:"sl","Plural-Forms":"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJoas Schilling, 2023\n"},msgstr:["Last-Translator: Joas Schilling, 2023\nLanguage-Team: Slovenian (https://app.transifex.com/nextcloud/teams/64236/sl/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sl\nPlural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:["Razveljavi"]}}}}},{locale:"sq",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Albanian (https://app.transifex.com/nextcloud/teams/64236/sq/)","Content-Type":"text/plain; charset=UTF-8",Language:"sq","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Albanian (https://app.transifex.com/nextcloud/teams/64236/sq/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sq\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"sr",json:{charset:"utf-8",headers:{"Last-Translator":"Иван Пешић, 2024","Language-Team":"Serbian (https://app.transifex.com/nextcloud/teams/64236/sr/)","Content-Type":"text/plain; charset=UTF-8",Language:"sr","Plural-Forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ <skjnldsv@protonmail.com>, 2023\nИван Пешић, 2024\n"},msgstr:["Last-Translator: Иван Пешић, 2024\nLanguage-Team: Serbian (https://app.transifex.com/nextcloud/teams/64236/sr/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sr\nPlural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"]},'"{name}" is an invalid folder name.':{msgid:'"{name}" is an invalid folder name.',msgstr:["„{name}” није исправно име фолдера."]},'"{name}" is not an allowed folder name':{msgid:'"{name}" is not an allowed folder name',msgstr:["„{name}” није дозвољено име за фолдер."]},'"/" is not allowed inside a folder name.':{msgid:'"/" is not allowed inside a folder name.',msgstr:["„/” није дозвољено унутар имена фолдера."]},"All files":{msgid:"All files",msgstr:["Сви фајлови"]},Choose:{msgid:"Choose",msgstr:["Изаберите"]},"Choose {file}":{msgid:"Choose {file}",msgstr:["Изаберите {file}"]},"Choose %n file":{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Изаберите %n фајл","Изаберите %n фајла","Изаберите %n фајлова"]},Copy:{msgid:"Copy",msgstr:["Копирај"]},"Copy to {target}":{msgid:"Copy to {target}",msgstr:["Копирај у {target}"]},"Could not create the new folder":{msgid:"Could not create the new folder",msgstr:["Није могао да се креира нови фолдер"]},"Could not load files settings":{msgid:"Could not load files settings",msgstr:["Не могу да се учитају подешавања фајлова"]},"Could not load files views":{msgid:"Could not load files views",msgstr:["Не могу да се учитају прикази фајлова"]},"Create directory":{msgid:"Create directory",msgstr:["Креирај директоријум"]},"Current view selector":{msgid:"Current view selector",msgstr:["Бирач тренутног приказа"]},Favorites:{msgid:"Favorites",msgstr:["Омиљено"]},"Files and folders you mark as favorite will show up here.":{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Овде ће се појавити фајлови и фолдери које сте означили као омиљене."]},"Files and folders you recently modified will show up here.":{msgid:"Files and folders you recently modified will show up here.",msgstr:["Овде ће се појавити фајлови и фолдери који се се недавно изменили."]},"Filter file list":{msgid:"Filter file list",msgstr:["Фитрирање листе фајлова"]},"Folder name cannot be empty.":{msgid:"Folder name cannot be empty.",msgstr:["Име фолдера не може бити празно."]},Home:{msgid:"Home",msgstr:["Почетак"]},Modified:{msgid:"Modified",msgstr:["Измењено"]},Move:{msgid:"Move",msgstr:["Премести"]},"Move to {target}":{msgid:"Move to {target}",msgstr:["Премести у {target}"]},Name:{msgid:"Name",msgstr:["Име"]},New:{msgid:"New",msgstr:["Ново"]},"New folder":{msgid:"New folder",msgstr:["Нови фолдер"]},"New folder name":{msgid:"New folder name",msgstr:["Име новог фолдера"]},"No files in here":{msgid:"No files in here",msgstr:["Овде нема фајлова"]},"No files matching your filter were found.":{msgid:"No files matching your filter were found.",msgstr:["Није пронађен ниједан фајл који задовољава ваш филтер."]},"No matching files":{msgid:"No matching files",msgstr:["Нема таквих фајлова"]},Recent:{msgid:"Recent",msgstr:["Скорашње"]},"Select all entries":{msgid:"Select all entries",msgstr:["Изаберите све ставке"]},"Select entry":{msgid:"Select entry",msgstr:["Изаберите ставку"]},"Select the row for {nodename}":{msgid:"Select the row for {nodename}",msgstr:["Изаберите ред за {nodename}"]},Size:{msgid:"Size",msgstr:["Величина"]},Undo:{msgid:"Undo",msgstr:["Поништи"]},"Upload some content or sync with your devices!":{msgid:"Upload some content or sync with your devices!",msgstr:["Отпремите нешто или синхронизујте са својим уређајима!"]}}}}},{locale:"sr@latin",json:{charset:"utf-8",headers:{"Last-Translator":"Bogdan Vuković, 2024","Language-Team":"Serbian (Latin) (https://app.transifex.com/nextcloud/teams/64236/sr@latin/)","Content-Type":"text/plain; charset=UTF-8",Language:"sr@latin","Plural-Forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nBogdan Vuković, 2024\n"},msgstr:["Last-Translator: Bogdan Vuković, 2024\nLanguage-Team: Serbian (Latin) (https://app.transifex.com/nextcloud/teams/64236/sr@latin/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sr@latin\nPlural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"]},'"{name}" is an invalid folder name.':{msgid:'"{name}" is an invalid folder name.',msgstr:["„{name}” je neispravan naziv foldera."]},'"{name}" is not an allowed folder name':{msgid:'"{name}" is not an allowed folder name',msgstr:["„{name}” je nedozvoljen naziv foldera."]},'"/" is not allowed inside a folder name.':{msgid:'"/" is not allowed inside a folder name.',msgstr:["„/” se ne može koristiti unutar naziva foldera."]},"All files":{msgid:"All files",msgstr:["Svi fajlovi"]},Choose:{msgid:"Choose",msgstr:["Izaberite"]},"Choose {file}":{msgid:"Choose {file}",msgstr:["Izaberite {file}"]},"Choose %n file":{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Izaberite %n fajl","Izaberite %n fajla","Izaberite %n fajlova"]},Copy:{msgid:"Copy",msgstr:["Kopiraj"]},"Copy to {target}":{msgid:"Copy to {target}",msgstr:["Kopiraj u {target}"]},"Could not create the new folder":{msgid:"Could not create the new folder",msgstr:["Neuspešno kreiranje novog foldera"]},"Could not load files settings":{msgid:"Could not load files settings",msgstr:["Neuspešno učitavanje podešavanja fajlova"]},"Could not load files views":{msgid:"Could not load files views",msgstr:["Neuspešno učitavanje prikaza fajlova"]},"Create directory":{msgid:"Create directory",msgstr:["Kreiraj direktorijum"]},"Current view selector":{msgid:"Current view selector",msgstr:["Birač trenutnog prikaza"]},Favorites:{msgid:"Favorites",msgstr:["Omiljeno"]},"Files and folders you mark as favorite will show up here.":{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Lista omiljenih fajlova i foldera."]},"Files and folders you recently modified will show up here.":{msgid:"Files and folders you recently modified will show up here.",msgstr:["Lista fajlova i foldera sa skorašnjim izmenama."]},"Filter file list":{msgid:"Filter file list",msgstr:["Fitriranje liste fajlova"]},"Folder name cannot be empty.":{msgid:"Folder name cannot be empty.",msgstr:["Naziv foldera ne može biti prazan."]},Home:{msgid:"Home",msgstr:["Početak"]},Modified:{msgid:"Modified",msgstr:["Izmenjeno"]},Move:{msgid:"Move",msgstr:["Premesti"]},"Move to {target}":{msgid:"Move to {target}",msgstr:["Premesti u {target}"]},Name:{msgid:"Name",msgstr:["Naziv"]},New:{msgid:"New",msgstr:["Novo"]},"New folder":{msgid:"New folder",msgstr:["Novi folder"]},"New folder name":{msgid:"New folder name",msgstr:["Naziv novog foldera"]},"No files in here":{msgid:"No files in here",msgstr:["Bez fajlova"]},"No files matching your filter were found.":{msgid:"No files matching your filter were found.",msgstr:["Nema fajlova koji zadovoljavaju uslove filtera."]},"No matching files":{msgid:"No matching files",msgstr:["Nema takvih fajlova"]},Recent:{msgid:"Recent",msgstr:["Skorašnje"]},"Select all entries":{msgid:"Select all entries",msgstr:["Izaberite sve stavke"]},"Select entry":{msgid:"Select entry",msgstr:["Izaberite stavku"]},"Select the row for {nodename}":{msgid:"Select the row for {nodename}",msgstr:["Izaberite red za {nodename}"]},Size:{msgid:"Size",msgstr:["Veličina"]},Undo:{msgid:"Undo",msgstr:["Vrati"]},"Upload some content or sync with your devices!":{msgid:"Upload some content or sync with your devices!",msgstr:["Otpremite sadržaj ili sinhronizujte sa svojim uređajima!"]}}}}},{locale:"sv",json:{charset:"utf-8",headers:{"Last-Translator":"Magnus Höglund, 2024","Language-Team":"Swedish (https://app.transifex.com/nextcloud/teams/64236/sv/)","Content-Type":"text/plain; charset=UTF-8",Language:"sv","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ <skjnldsv@protonmail.com>, 2023\nMagnus Höglund, 2024\n"},msgstr:["Last-Translator: Magnus Höglund, 2024\nLanguage-Team: Swedish (https://app.transifex.com/nextcloud/teams/64236/sv/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sv\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},'"{name}" is an invalid folder name.':{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" är ett ogiltigt mappnamn.']},'"{name}" is not an allowed folder name':{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" är inte ett tillåtet mappnamn']},'"/" is not allowed inside a folder name.':{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" är inte tillåtet i ett mappnamn.']},"All files":{msgid:"All files",msgstr:["Alla filer"]},Choose:{msgid:"Choose",msgstr:["Välj"]},"Choose {file}":{msgid:"Choose {file}",msgstr:["Välj {file}"]},"Choose %n file":{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Välj %n fil","Välj %n filer"]},Copy:{msgid:"Copy",msgstr:["Kopiera"]},"Copy to {target}":{msgid:"Copy to {target}",msgstr:["Kopiera till {target}"]},"Could not create the new folder":{msgid:"Could not create the new folder",msgstr:["Kunde inte skapa den nya mappen"]},"Could not load files settings":{msgid:"Could not load files settings",msgstr:["Kunde inte ladda filinställningar"]},"Could not load files views":{msgid:"Could not load files views",msgstr:["Kunde inte ladda läsa in filvyer"]},"Create directory":{msgid:"Create directory",msgstr:["Skapa katalog"]},"Current view selector":{msgid:"Current view selector",msgstr:["Aktuell vyväljare"]},Favorites:{msgid:"Favorites",msgstr:["Favoriter"]},"Files and folders you mark as favorite will show up here.":{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Filer och mappar som du markerar som favorit kommer att visas här."]},"Files and folders you recently modified will show up here.":{msgid:"Files and folders you recently modified will show up here.",msgstr:["Filer och mappar som du nyligen ändrat kommer att visas här."]},"Filter file list":{msgid:"Filter file list",msgstr:["Filtrera fillistan"]},"Folder name cannot be empty.":{msgid:"Folder name cannot be empty.",msgstr:["Mappnamnet får inte vara tomt."]},Home:{msgid:"Home",msgstr:["Hem"]},Modified:{msgid:"Modified",msgstr:["Ändrad"]},Move:{msgid:"Move",msgstr:["Flytta"]},"Move to {target}":{msgid:"Move to {target}",msgstr:["Flytta till {target}"]},Name:{msgid:"Name",msgstr:["Namn"]},New:{msgid:"New",msgstr:["Ny"]},"New folder":{msgid:"New folder",msgstr:["Ny mapp"]},"New folder name":{msgid:"New folder name",msgstr:["Nytt mappnamn"]},"No files in here":{msgid:"No files in here",msgstr:["Inga filer här"]},"No files matching your filter were found.":{msgid:"No files matching your filter were found.",msgstr:["Inga filer som matchar ditt filter hittades."]},"No matching files":{msgid:"No matching files",msgstr:["Inga matchande filer"]},Recent:{msgid:"Recent",msgstr:["Nyligen"]},"Select all entries":{msgid:"Select all entries",msgstr:["Välj alla poster"]},"Select entry":{msgid:"Select entry",msgstr:["Välj post"]},"Select the row for {nodename}":{msgid:"Select the row for {nodename}",msgstr:["Välj raden för {nodename}"]},Size:{msgid:"Size",msgstr:["Storlek"]},Undo:{msgid:"Undo",msgstr:["Ångra"]},"Upload some content or sync with your devices!":{msgid:"Upload some content or sync with your devices!",msgstr:["Ladda upp lite innehåll eller synkronisera med dina enheter!"]}}}}},{locale:"sw",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Swahili (https://app.transifex.com/nextcloud/teams/64236/sw/)","Content-Type":"text/plain; charset=UTF-8",Language:"sw","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Swahili (https://app.transifex.com/nextcloud/teams/64236/sw/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sw\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"ta",json:{charset:"utf-8",headers:{"Last-Translator":"Joas Schilling, 2023","Language-Team":"Tamil (https://app.transifex.com/nextcloud/teams/64236/ta/)","Content-Type":"text/plain; charset=UTF-8",Language:"ta","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJoas Schilling, 2023\n"},msgstr:["Last-Translator: Joas Schilling, 2023\nLanguage-Team: Tamil (https://app.transifex.com/nextcloud/teams/64236/ta/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ta\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:["செயல்தவிர்"]}}}}},{locale:"th_TH",json:{charset:"utf-8",headers:{"Last-Translator":"Joas Schilling, 2023","Language-Team":"Thai (Thailand) (https://app.transifex.com/nextcloud/teams/64236/th_TH/)","Content-Type":"text/plain; charset=UTF-8",Language:"th_TH","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJoas Schilling, 2023\n"},msgstr:["Last-Translator: Joas Schilling, 2023\nLanguage-Team: Thai (Thailand) (https://app.transifex.com/nextcloud/teams/64236/th_TH/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: th_TH\nPlural-Forms: nplurals=1; plural=0;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:["เลิกทำ"]}}}}},{locale:"tk",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Turkmen (https://app.transifex.com/nextcloud/teams/64236/tk/)","Content-Type":"text/plain; charset=UTF-8",Language:"tk","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Turkmen (https://app.transifex.com/nextcloud/teams/64236/tk/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: tk\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"tr",json:{charset:"utf-8",headers:{"Last-Translator":"Kaya Zeren <kayazeren@gmail.com>, 2024","Language-Team":"Turkish (https://app.transifex.com/nextcloud/teams/64236/tr/)","Content-Type":"text/plain; charset=UTF-8",Language:"tr","Plural-Forms":"nplurals=2; plural=(n > 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ <skjnldsv@protonmail.com>, 2023\nKaya Zeren <kayazeren@gmail.com>, 2024\n"},msgstr:["Last-Translator: Kaya Zeren <kayazeren@gmail.com>, 2024\nLanguage-Team: Turkish (https://app.transifex.com/nextcloud/teams/64236/tr/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: tr\nPlural-Forms: nplurals=2; plural=(n > 1);\n"]},'"{name}" is an invalid folder name.':{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" geçersiz bir klasör adı.']},'"{name}" is not an allowed folder name':{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" izin verilen bir klasör adı değil']},'"/" is not allowed inside a folder name.':{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" karakteri klasör adında kullanılamaz.']},"All files":{msgid:"All files",msgstr:["Tüm dosyalar"]},Choose:{msgid:"Choose",msgstr:["Seçin"]},"Choose {file}":{msgid:"Choose {file}",msgstr:["{file} seçin"]},"Choose %n file":{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["%n dosya seçin","%n dosya seçin"]},Copy:{msgid:"Copy",msgstr:["Kopyala"]},"Copy to {target}":{msgid:"Copy to {target}",msgstr:["{target} üzerine kopyala"]},"Could not create the new folder":{msgid:"Could not create the new folder",msgstr:["Yeni klasör oluşturulamadı"]},"Could not load files settings":{msgid:"Could not load files settings",msgstr:["Dosyalar uygulamasının ayarları yüklenemedi"]},"Could not load files views":{msgid:"Could not load files views",msgstr:["Dosyalar uygulamasının görünümleri yüklenemedi"]},"Create directory":{msgid:"Create directory",msgstr:["Klasör oluştur"]},"Current view selector":{msgid:"Current view selector",msgstr:["Geçerli görünüm seçici"]},Favorites:{msgid:"Favorites",msgstr:["Sık kullanılanlar"]},"Files and folders you mark as favorite will show up here.":{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Sık kullanılan olarak seçtiğiniz dosyalar burada görüntülenir."]},"Files and folders you recently modified will show up here.":{msgid:"Files and folders you recently modified will show up here.",msgstr:["Son zamanlarda değiştirdiğiniz dosya ve klasörler burada görüntülenir."]},"Filter file list":{msgid:"Filter file list",msgstr:["Dosya listesini süz"]},"Folder name cannot be empty.":{msgid:"Folder name cannot be empty.",msgstr:["Klasör adı boş olamaz."]},Home:{msgid:"Home",msgstr:["Giriş"]},Modified:{msgid:"Modified",msgstr:["Değiştirilme"]},Move:{msgid:"Move",msgstr:["Taşı"]},"Move to {target}":{msgid:"Move to {target}",msgstr:["{target} üzerine taşı"]},Name:{msgid:"Name",msgstr:["Ad"]},New:{msgid:"New",msgstr:["Yeni"]},"New folder":{msgid:"New folder",msgstr:["Yeni klasör"]},"New folder name":{msgid:"New folder name",msgstr:["Yeni klasör adı"]},"No files in here":{msgid:"No files in here",msgstr:["Burada herhangi bir dosya yok"]},"No files matching your filter were found.":{msgid:"No files matching your filter were found.",msgstr:["Süzgece uyan bir dosya bulunamadı."]},"No matching files":{msgid:"No matching files",msgstr:["Eşleşen bir dosya yok"]},Recent:{msgid:"Recent",msgstr:["Son kullanılanlar"]},"Select all entries":{msgid:"Select all entries",msgstr:["Tüm kayıtları seç"]},"Select entry":{msgid:"Select entry",msgstr:["Kaydı seç"]},"Select the row for {nodename}":{msgid:"Select the row for {nodename}",msgstr:["{nodename} satırını seçin"]},Size:{msgid:"Size",msgstr:["Boyut"]},Undo:{msgid:"Undo",msgstr:["Geri al"]},"Upload some content or sync with your devices!":{msgid:"Upload some content or sync with your devices!",msgstr:["Bazı içerikler yükleyin ya da aygıtlarınızla eşitleyin!"]}}}}},{locale:"ug",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Uyghur (https://app.transifex.com/nextcloud/teams/64236/ug/)","Content-Type":"text/plain; charset=UTF-8",Language:"ug","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Uyghur (https://app.transifex.com/nextcloud/teams/64236/ug/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ug\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"uk",json:{charset:"utf-8",headers:{"Last-Translator":"O St <oleksiy.stasevych@gmail.com>, 2024","Language-Team":"Ukrainian (https://app.transifex.com/nextcloud/teams/64236/uk/)","Content-Type":"text/plain; charset=UTF-8",Language:"uk","Plural-Forms":"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nO St <oleksiy.stasevych@gmail.com>, 2024\n"},msgstr:["Last-Translator: O St <oleksiy.stasevych@gmail.com>, 2024\nLanguage-Team: Ukrainian (https://app.transifex.com/nextcloud/teams/64236/uk/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: uk\nPlural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"]},'"{name}" is an invalid folder name.':{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" є недійсною назвою для каталогу.']},'"{name}" is not an allowed folder name':{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" не є дозволеною назвою для каталогу.']},'"/" is not allowed inside a folder name.':{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" не дозволено у назві каталогу.']},"All files":{msgid:"All files",msgstr:["Всі файли"]},Choose:{msgid:"Choose",msgstr:["Вибрати"]},"Choose {file}":{msgid:"Choose {file}",msgstr:["Вибрати {file}"]},"Choose %n file":{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Вибрати %n файл","Вибрати %n файли","Вибрати %n файлів","Вибрати %n файлів"]},Copy:{msgid:"Copy",msgstr:["Копіювати"]},"Copy to {target}":{msgid:"Copy to {target}",msgstr:["Копіювати до {target}"]},"Could not create the new folder":{msgid:"Could not create the new folder",msgstr:["Не вдалося створити новий каталог"]},"Could not load files settings":{msgid:"Could not load files settings",msgstr:["Не вдалося завантажити налаштування файлів"]},"Could not load files views":{msgid:"Could not load files views",msgstr:["Не вдалося завантажити подання файлів"]},"Create directory":{msgid:"Create directory",msgstr:["Створити каталог"]},"Current view selector":{msgid:"Current view selector",msgstr:["Вибір подання"]},Favorites:{msgid:"Favorites",msgstr:["Із зірочкою"]},"Files and folders you mark as favorite will show up here.":{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Тут показуватимуться файли та каталоги, які ви позначите зірочкою."]},"Files and folders you recently modified will show up here.":{msgid:"Files and folders you recently modified will show up here.",msgstr:["Тут показуватимуться файли та каталоги, які було нещодавно змінено."]},"Filter file list":{msgid:"Filter file list",msgstr:["Фільтрувати список файлів"]},"Folder name cannot be empty.":{msgid:"Folder name cannot be empty.",msgstr:["Ім'я каталогу не може бути порожнім."]},Home:{msgid:"Home",msgstr:["Домівка"]},Modified:{msgid:"Modified",msgstr:["Змінено"]},Move:{msgid:"Move",msgstr:["Перемістити"]},"Move to {target}":{msgid:"Move to {target}",msgstr:["Перемістити до {target}"]},Name:{msgid:"Name",msgstr:["Ім'я"]},New:{msgid:"New",msgstr:["Новий"]},"New folder":{msgid:"New folder",msgstr:["Новий каталог"]},"New folder name":{msgid:"New folder name",msgstr:["Ім'я нового каталогу"]},"No files in here":{msgid:"No files in here",msgstr:["Тут відсутні файли"]},"No files matching your filter were found.":{msgid:"No files matching your filter were found.",msgstr:["Відсутні збіги за фільтром."]},"No matching files":{msgid:"No matching files",msgstr:["Відсутні збіги файлів."]},Recent:{msgid:"Recent",msgstr:["Останні"]},"Select all entries":{msgid:"Select all entries",msgstr:["Вибрати всі записи"]},"Select entry":{msgid:"Select entry",msgstr:["Вибрати запис"]},"Select the row for {nodename}":{msgid:"Select the row for {nodename}",msgstr:["Вибрати рядок для {nodename}"]},Size:{msgid:"Size",msgstr:["Розмір"]},Undo:{msgid:"Undo",msgstr:["Повернути"]},"Upload some content or sync with your devices!":{msgid:"Upload some content or sync with your devices!",msgstr:["Завантажте вміст або синхронізуйте з вашим пристроєм!"]}}}}},{locale:"ur_PK",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Urdu (Pakistan) (https://app.transifex.com/nextcloud/teams/64236/ur_PK/)","Content-Type":"text/plain; charset=UTF-8",Language:"ur_PK","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Urdu (Pakistan) (https://app.transifex.com/nextcloud/teams/64236/ur_PK/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ur_PK\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"uz",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Uzbek (https://app.transifex.com/nextcloud/teams/64236/uz/)","Content-Type":"text/plain; charset=UTF-8",Language:"uz","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Uzbek (https://app.transifex.com/nextcloud/teams/64236/uz/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: uz\nPlural-Forms: nplurals=1; plural=0;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}},{locale:"vi",json:{charset:"utf-8",headers:{"Last-Translator":"Joas Schilling, 2023","Language-Team":"Vietnamese (https://app.transifex.com/nextcloud/teams/64236/vi/)","Content-Type":"text/plain; charset=UTF-8",Language:"vi","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJoas Schilling, 2023\n"},msgstr:["Last-Translator: Joas Schilling, 2023\nLanguage-Team: Vietnamese (https://app.transifex.com/nextcloud/teams/64236/vi/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: vi\nPlural-Forms: nplurals=1; plural=0;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:["Hoàn tác"]}}}}},{locale:"zh_CN",json:{charset:"utf-8",headers:{"Last-Translator":"Eric, 2023","Language-Team":"Chinese (China) (https://app.transifex.com/nextcloud/teams/64236/zh_CN/)","Content-Type":"text/plain; charset=UTF-8",Language:"zh_CN","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ <skjnldsv@protonmail.com>, 2023\nken, 2023\nEric, 2023\n"},msgstr:["Last-Translator: Eric, 2023\nLanguage-Team: Chinese (China) (https://app.transifex.com/nextcloud/teams/64236/zh_CN/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: zh_CN\nPlural-Forms: nplurals=1; plural=0;\n"]},'"{name}" is an invalid folder name.':{msgid:'"{name}" is an invalid folder name.',msgstr:["“{name}”是无效的文件夹名称。"]},'"{name}" is not an allowed folder name':{msgid:'"{name}" is not an allowed folder name',msgstr:["“{name}”不是允许的文件夹名称"]},'"/" is not allowed inside a folder name.':{msgid:'"/" is not allowed inside a folder name.',msgstr:["文件夹名称中不允许包含“/”。"]},"All files":{msgid:"All files",msgstr:["所有文件"]},Choose:{msgid:"Choose",msgstr:["选择"]},"Choose {file}":{msgid:"Choose {file}",msgstr:["选择 {file}"]},Copy:{msgid:"Copy",msgstr:["复制"]},"Copy to {target}":{msgid:"Copy to {target}",msgstr:["复制到 {target}"]},"Could not create the new folder":{msgid:"Could not create the new folder",msgstr:["无法创建新文件夹"]},"Create directory":{msgid:"Create directory",msgstr:["创建目录"]},"Current view selector":{msgid:"Current view selector",msgstr:["当前视图选择器"]},Favorites:{msgid:"Favorites",msgstr:["最爱"]},"Files and folders you mark as favorite will show up here.":{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["您标记为最爱的文件与文件夹会显示在这里"]},"Files and folders you recently modified will show up here.":{msgid:"Files and folders you recently modified will show up here.",msgstr:["您最近修改的文件与文件夹会显示在这里"]},"Filter file list":{msgid:"Filter file list",msgstr:["过滤文件列表"]},"Folder name cannot be empty.":{msgid:"Folder name cannot be empty.",msgstr:["文件夹名称不能为空。"]},Home:{msgid:"Home",msgstr:["主目录"]},Modified:{msgid:"Modified",msgstr:["已修改"]},Move:{msgid:"Move",msgstr:["移动"]},"Move to {target}":{msgid:"Move to {target}",msgstr:["移动至 {target}"]},Name:{msgid:"Name",msgstr:["名称"]},New:{msgid:"New",msgstr:["新"]},"New folder":{msgid:"New folder",msgstr:["新文件夹"]},"New folder name":{msgid:"New folder name",msgstr:["新文件夹名称"]},"No files in here":{msgid:"No files in here",msgstr:["此处无文件"]},"No files matching your filter were found.":{msgid:"No files matching your filter were found.",msgstr:["找不到符合您过滤条件的文件"]},"No matching files":{msgid:"No matching files",msgstr:["无符合的文件"]},Recent:{msgid:"Recent",msgstr:["最近"]},"Select all entries":{msgid:"Select all entries",msgstr:["选择所有条目"]},"Select entry":{msgid:"Select entry",msgstr:["选择条目"]},"Select the row for {nodename}":{msgid:"Select the row for {nodename}",msgstr:["选择 {nodename} 的列"]},Size:{msgid:"Size",msgstr:["大小"]},Undo:{msgid:"Undo",msgstr:[" 撤消"]},"Upload some content or sync with your devices!":{msgid:"Upload some content or sync with your devices!",msgstr:["上传一些项目或与您的设备同步!"]}}}}},{locale:"zh_HK",json:{charset:"utf-8",headers:{"Last-Translator":"Café Tango, 2024","Language-Team":"Chinese (Hong Kong) (https://app.transifex.com/nextcloud/teams/64236/zh_HK/)","Content-Type":"text/plain; charset=UTF-8",Language:"zh_HK","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ <skjnldsv@protonmail.com>, 2023\nCafé Tango, 2024\n"},msgstr:["Last-Translator: Café Tango, 2024\nLanguage-Team: Chinese (Hong Kong) (https://app.transifex.com/nextcloud/teams/64236/zh_HK/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: zh_HK\nPlural-Forms: nplurals=1; plural=0;\n"]},'"{name}" is an invalid folder name.':{msgid:'"{name}" is an invalid folder name.',msgstr:["「{name}」是無效的資料夾名稱。"]},'"{name}" is not an allowed folder name':{msgid:'"{name}" is not an allowed folder name',msgstr:["「{name}」是無效的資料夾名稱。"]},'"/" is not allowed inside a folder name.':{msgid:'"/" is not allowed inside a folder name.',msgstr:['資料夾名稱中不允許使用 "/"。']},"All files":{msgid:"All files",msgstr:["所有檔案"]},Choose:{msgid:"Choose",msgstr:["選擇"]},"Choose {file}":{msgid:"Choose {file}",msgstr:["選擇 {file}"]},"Choose %n file":{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["選擇 %n 個檔案"]},Copy:{msgid:"Copy",msgstr:["複製"]},"Copy to {target}":{msgid:"Copy to {target}",msgstr:["複製到 {target}"]},"Could not create the new folder":{msgid:"Could not create the new folder",msgstr:["無法建立新資料夾"]},"Could not load files settings":{msgid:"Could not load files settings",msgstr:["無法載入檔案設定"]},"Could not load files views":{msgid:"Could not load files views",msgstr:["無法載入文件視圖"]},"Create directory":{msgid:"Create directory",msgstr:["建立目錄"]},"Current view selector":{msgid:"Current view selector",msgstr:["目前檢視選取器"]},Favorites:{msgid:"Favorites",msgstr:["最愛"]},"Files and folders you mark as favorite will show up here.":{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["您標記為最愛的檔案與資料夾將會顯示在此處。"]},"Files and folders you recently modified will show up here.":{msgid:"Files and folders you recently modified will show up here.",msgstr:["您最近修改的檔案與資料夾將會顯示在此處。"]},"Filter file list":{msgid:"Filter file list",msgstr:["過濾檔案清單"]},"Folder name cannot be empty.":{msgid:"Folder name cannot be empty.",msgstr:["資料夾名稱不能為空。"]},Home:{msgid:"Home",msgstr:["首頁"]},Modified:{msgid:"Modified",msgstr:["已修改"]},Move:{msgid:"Move",msgstr:["移動"]},"Move to {target}":{msgid:"Move to {target}",msgstr:["移動至 {target}"]},Name:{msgid:"Name",msgstr:["名稱"]},New:{msgid:"New",msgstr:["新"]},"New folder":{msgid:"New folder",msgstr:["新資料夾"]},"New folder name":{msgid:"New folder name",msgstr:["新資料夾名稱"]},"No files in here":{msgid:"No files in here",msgstr:["此處無檔案"]},"No files matching your filter were found.":{msgid:"No files matching your filter were found.",msgstr:["找不到符合您過濾條件的檔案。"]},"No matching files":{msgid:"No matching files",msgstr:["無符合的檔案"]},Recent:{msgid:"Recent",msgstr:["最近"]},"Select all entries":{msgid:"Select all entries",msgstr:["選取所有條目"]},"Select entry":{msgid:"Select entry",msgstr:["選取條目"]},"Select the row for {nodename}":{msgid:"Select the row for {nodename}",msgstr:["選取 {nodename} 的列"]},Size:{msgid:"Size",msgstr:["大小"]},Undo:{msgid:"Undo",msgstr:["還原"]},"Upload some content or sync with your devices!":{msgid:"Upload some content or sync with your devices!",msgstr:["上傳一些內容或與您的裝置同步"]}}}}},{locale:"zh_TW",json:{charset:"utf-8",headers:{"Last-Translator":"黃柏諺 <s8321414@gmail.com>, 2023","Language-Team":"Chinese (Taiwan) (https://app.transifex.com/nextcloud/teams/64236/zh_TW/)","Content-Type":"text/plain; charset=UTF-8",Language:"zh_TW","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ <skjnldsv@protonmail.com>, 2023\n黃柏諺 <s8321414@gmail.com>, 2023\n"},msgstr:["Last-Translator: 黃柏諺 <s8321414@gmail.com>, 2023\nLanguage-Team: Chinese (Taiwan) (https://app.transifex.com/nextcloud/teams/64236/zh_TW/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: zh_TW\nPlural-Forms: nplurals=1; plural=0;\n"]},'"{name}" is an invalid file name.':{msgid:'"{name}" is an invalid file name.',msgstr:["「{name}」是無效的檔案名稱。"]},'"{name}" is not an allowed filetype':{msgid:'"{name}" is not an allowed filetype',msgstr:["「{name}」並非允許的檔案類型"]},'"/" is not allowed inside a file name.':{msgid:'"/" is not allowed inside a file name.',msgstr:["檔案名稱中不允許使用「/」。"]},"All files":{msgid:"All files",msgstr:["所有檔案"]},Choose:{msgid:"Choose",msgstr:["選擇"]},"Choose {file}":{msgid:"Choose {file}",msgstr:["選擇 {file}"]},Copy:{msgid:"Copy",msgstr:["複製"]},"Copy to {target}":{msgid:"Copy to {target}",msgstr:["複製到 {target}"]},"Could not create the new folder":{msgid:"Could not create the new folder",msgstr:["無法建立新資料夾"]},"Create directory":{msgid:"Create directory",msgstr:["建立目錄"]},"Current view selector":{msgid:"Current view selector",msgstr:["目前檢視選取器"]},Favorites:{msgid:"Favorites",msgstr:["最愛"]},"File name cannot be empty.":{msgid:"File name cannot be empty.",msgstr:["檔案名稱不能為空。"]},"Filepicker sections":{msgid:"Filepicker sections",msgstr:["檔案挑選器選取"]},"Files and folders you mark as favorite will show up here.":{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["您標記為最愛的檔案與資料夾將會顯示在此處。"]},"Files and folders you recently modified will show up here.":{msgid:"Files and folders you recently modified will show up here.",msgstr:["您最近修改的檔案與資料夾將會顯示在此處。"]},"Filter file list":{msgid:"Filter file list",msgstr:["過濾檔案清單"]},Home:{msgid:"Home",msgstr:["家"]},"Mime type {mime}":{msgid:"Mime type {mime}",msgstr:["Mime type {mime}"]},Modified:{msgid:"Modified",msgstr:["已修改"]},Move:{msgid:"Move",msgstr:["移動"]},"Move to {target}":{msgid:"Move to {target}",msgstr:["移動至 {target}"]},Name:{msgid:"Name",msgstr:["名稱"]},New:{msgid:"New",msgstr:["新"]},"New folder":{msgid:"New folder",msgstr:["新資料夾"]},"New folder name":{msgid:"New folder name",msgstr:["新資料夾名稱"]},"No files in here":{msgid:"No files in here",msgstr:["此處無檔案"]},"No files matching your filter were found.":{msgid:"No files matching your filter were found.",msgstr:["找不到符合您過濾條件的檔案。"]},"No matching files":{msgid:"No matching files",msgstr:["無符合的檔案"]},Recent:{msgid:"Recent",msgstr:["最近"]},"Select all entries":{msgid:"Select all entries",msgstr:["選取所有條目"]},"Select entry":{msgid:"Select entry",msgstr:["選取條目"]},"Select the row for {nodename}":{msgid:"Select the row for {nodename}",msgstr:["選取 {nodename} 的列"]},Size:{msgid:"Size",msgstr:["大小"]},Undo:{msgid:"Undo",msgstr:["復原"]},unknown:{msgid:"unknown",msgstr:["未知"]},"Upload some content or sync with your devices!":{msgid:"Upload some content or sync with your devices!",msgstr:["上傳一些內容或與您的裝置同步"]}}}}},{locale:"zu_ZA",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2023","Language-Team":"Zulu (South Africa) (https://app.transifex.com/nextcloud/teams/64236/zu_ZA/)","Content-Type":"text/plain; charset=UTF-8",Language:"zu_ZA","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2023\n"},msgstr:["Last-Translator: Transifex Bot <>, 2023\nLanguage-Team: Zulu (South Africa) (https://app.transifex.com/nextcloud/teams/64236/zu_ZA/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: zu_ZA\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:223"},msgstr:[""]}}}}}].map(e=>hu.addTranslation(e.locale,e.json));const Jn=hu.build();Jn.ngettext.bind(Jn),Jn.gettext.bind(Jn);const mf="off",pf="polite",ff="assertive";var qr=(e=>(e[e.OFF=mf]="OFF",e[e.POLITE=pf]="POLITE",e[e.ASSERTIVE=ff]="ASSERTIVE",e))(qr||{});const gf=7e3;function hf(e,t){var n;if(t=Object.assign({timeout:gf,isHTML:!1,type:void 0,selector:void 0,onRemove:()=>{},onClick:void 0,close:!0},t),typeof e=="string"&&!t.isHTML){const l=document.createElement("div");l.innerHTML=e,e=l.innerText}let s=(n=t.type)!=null?n:"";typeof t.onClick=="function"&&(s+=" toast-with-click ");const r=e instanceof Node;let a=qr.POLITE;t.ariaLive?a=t.ariaLive:(t.type==="toast-error"||t.type==="toast-undo")&&(a=qr.ASSERTIVE);const o=tp({[r?"node":"text"]:e,duration:t.timeout,callback:t.onRemove,onClick:t.onClick,close:t.close,gravity:"top",selector:t.selector,position:"right",backgroundColor:"",className:"dialogs "+s,escapeMarkup:!t.isHTML,ariaLive:a});return o.showToast(),o}function c3(e,t){return hf(e,{...t,type:"toast-error"})}re.util.warn;function Hs(e){return wl()?(rd(e),!0):!1}function Vs(e){return typeof e=="function"?e():Xc(e)}const vf=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const yf=e=>e!=null,xf=Object.prototype.toString,wf=e=>xf.call(e)==="[object Object]",Kr=()=>{};function Cf(e){return e||ml()}function vu(e,t=!0,n){Cf()?kl(e,n):t?e():Rs(e)}re.util.warn;function Wt(e){var t;const n=Vs(e);return(t=n==null?void 0:n.$el)!=null?t:n}const nn=vf?window:void 0;function qt(...e){let t,n,s,r;if(typeof e[0]=="string"||Array.isArray(e[0])?([n,s,r]=e,t=nn):[t,n,s,r]=e,!t)return Kr;Array.isArray(n)||(n=[n]),Array.isArray(s)||(s=[s]);const a=[],o=()=>{a.forEach(d=>d()),a.length=0},l=(d,g,y,h)=>(d.addEventListener(g,y,h),()=>d.removeEventListener(g,y,h)),c=Dn(()=>[Wt(t),Vs(r)],([d,g])=>{if(o(),!d)return;const y=wf(g)?{...g}:g;a.push(...n.flatMap(h=>s.map(F=>l(d,h,F,y))))},{immediate:!0,flush:"post"}),p=()=>{c(),o()};return Hs(p),p}function Tf(){const e=xe(!1);return ml()&&kl(()=>{e.value=!0},null),e}function Oa(e){const t=Tf();return Ve(()=>(t.value,!!e()))}function bf(e,t={}){const{window:n=nn}=t,s=Oa(()=>n&&"matchMedia"in n&&typeof n.matchMedia=="function");let r;const a=xe(!1),o=p=>{a.value=p.matches},l=()=>{r&&("removeEventListener"in r?r.removeEventListener("change",o):r.removeListener(o))},c=td(()=>{s.value&&(l(),r=n.matchMedia(Vs(e)),"addEventListener"in r?r.addEventListener("change",o):r.addListener(o),a.value=r.matches)});return Hs(()=>{c(),l(),r=void 0}),a}function Ef(e,t,n={}){const{window:s=nn,...r}=n;let a;const o=Oa(()=>s&&"MutationObserver"in s),l=()=>{a&&(a.disconnect(),a=void 0)},c=Ve(()=>{const y=Vs(e),h=(Array.isArray(y)?y:[y]).map(Wt).filter(yf);return new Set(h)}),p=Dn(()=>c.value,y=>{l(),o.value&&s&&y.size&&(a=new MutationObserver(t),y.forEach(h=>a.observe(h,r)))},{immediate:!0,flush:"post"}),d=()=>a==null?void 0:a.takeRecords(),g=()=>{l(),p()};return Hs(g),{isSupported:o,stop:g,takeRecords:d}}function Ff(e,t,n={}){const{window:s=nn,...r}=n;let a;const o=Oa(()=>s&&"ResizeObserver"in s),l=()=>{a&&(a.disconnect(),a=void 0)},c=Ve(()=>Array.isArray(e)?e.map(g=>Wt(g)):[Wt(e)]),p=Dn(c,g=>{if(l(),o.value&&s){a=new ResizeObserver(t);for(const y of g)y&&a.observe(y,r)}},{immediate:!0,flush:"post"}),d=()=>{l(),p()};return Hs(d),{isSupported:o,stop:d}}function ri(e,t={}){const{reset:n=!0,windowResize:s=!0,windowScroll:r=!0,immediate:a=!0}=t,o=xe(0),l=xe(0),c=xe(0),p=xe(0),d=xe(0),g=xe(0),y=xe(0),h=xe(0);function F(){const E=Wt(e);if(!E){n&&(o.value=0,l.value=0,c.value=0,p.value=0,d.value=0,g.value=0,y.value=0,h.value=0);return}const N=E.getBoundingClientRect();o.value=N.height,l.value=N.bottom,c.value=N.left,p.value=N.right,d.value=N.top,g.value=N.width,y.value=N.x,h.value=N.y}return Ff(e,F),Dn(()=>Wt(e),E=>!E&&F()),Ef(e,F,{attributeFilter:["style","class"]}),r&&qt("scroll",F,{capture:!0,passive:!0}),s&&qt("resize",F,{passive:!0}),vu(()=>{a&&F()}),{height:o,bottom:l,left:c,right:p,top:d,width:g,x:y,y:h,update:F}}function _f(e,t={}){const{threshold:n=50,onSwipe:s,onSwipeEnd:r,onSwipeStart:a,passive:o=!0,window:l=nn}=t,c=oo({x:0,y:0}),p=oo({x:0,y:0}),d=Ve(()=>c.x-p.x),g=Ve(()=>c.y-p.y),{max:y,abs:h}=Math,F=Ve(()=>y(h(d.value),h(g.value))>=n),E=xe(!1),N=Ve(()=>F.value?h(d.value)>h(g.value)?d.value>0?"left":"right":g.value>0?"up":"down":"none"),D=O=>[O.touches[0].clientX,O.touches[0].clientY],k=(O,q)=>{c.x=O,c.y=q},R=(O,q)=>{p.x=O,p.y=q};let M;const J=Sf(l==null?void 0:l.document);o?M=J?{passive:!0}:{capture:!1}:M=J?{passive:!1,capture:!0}:{capture:!0};const Y=O=>{E.value&&(r==null||r(O,N.value)),E.value=!1},W=[qt(e,"touchstart",O=>{if(O.touches.length!==1)return;M.capture&&!M.passive&&O.preventDefault();const[q,A]=D(O);k(q,A),R(q,A),a==null||a(O)},M),qt(e,"touchmove",O=>{if(O.touches.length!==1)return;const[q,A]=D(O);R(q,A),!E.value&&F.value&&(E.value=!0),E.value&&(s==null||s(O))},M),qt(e,["touchend","touchcancel"],Y,M)];return{isPassiveEventSupported:J,isSwiping:E,direction:N,coordsStart:c,coordsEnd:p,lengthX:d,lengthY:g,stop:()=>W.forEach(O=>O())}}function Sf(e){if(!e)return!1;let t=!1;const n={get passive(){return t=!0,!1}};return e.addEventListener("x",Kr,n),e.removeEventListener("x",Kr),t}function Af(e={}){const{window:t=nn,initialWidth:n=Number.POSITIVE_INFINITY,initialHeight:s=Number.POSITIVE_INFINITY,listenOrientation:r=!0,includeScrollbar:a=!0}=e,o=xe(n),l=xe(s),c=()=>{t&&(a?(o.value=t.innerWidth,l.value=t.innerHeight):(o.value=t.document.documentElement.clientWidth,l.value=t.document.documentElement.clientHeight))};if(c(),vu(c),qt("resize",c,{passive:!0}),r){const p=bf("(orientation: portrait)");Dn(p,()=>c())}return{width:o,height:l}}const Nf=e=>{e.mounted?Array.isArray(e.mounted)||(e.mounted=[e.mounted]):e.mounted=[],e.mounted.push(function(){this.$el.setAttribute("data-v-".concat("08136a7"),"")})};var yu=["input:not([inert])","select:not([inert])","textarea:not([inert])","a[href]:not([inert])","button:not([inert])","[tabindex]:not(slot):not([inert])","audio[controls]:not([inert])","video[controls]:not([inert])",'[contenteditable]:not([contenteditable="false"]):not([inert])',"details>summary:first-of-type:not([inert])","details:not([inert])"],Fs=yu.join(","),xu=typeof Element>"u",Bt=xu?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,_s=!xu&&Element.prototype.getRootNode?function(e){var t;return e==null||(t=e.getRootNode)===null||t===void 0?void 0:t.call(e)}:function(e){return e==null?void 0:e.ownerDocument},Ss=function e(t,n){var s;n===void 0&&(n=!0);var r=t==null||(s=t.getAttribute)===null||s===void 0?void 0:s.call(t,"inert"),a=r===""||r==="true",o=a||n&&t&&e(t.parentNode);return o},kf=function(e){var t,n=e==null||(t=e.getAttribute)===null||t===void 0?void 0:t.call(e,"contenteditable");return n===""||n==="true"},wu=function(e,t,n){if(Ss(e))return[];var s=Array.prototype.slice.apply(e.querySelectorAll(Fs));return t&&Bt.call(e,Fs)&&s.unshift(e),s=s.filter(n),s},Cu=function e(t,n,s){for(var r=[],a=Array.from(t);a.length;){var o=a.shift();if(!Ss(o,!1))if(o.tagName==="SLOT"){var l=o.assignedElements(),c=l.length?l:o.children,p=e(c,!0,s);s.flatten?r.push.apply(r,p):r.push({scopeParent:o,candidates:p})}else{var d=Bt.call(o,Fs);d&&s.filter(o)&&(n||!t.includes(o))&&r.push(o);var g=o.shadowRoot||typeof s.getShadowRoot=="function"&&s.getShadowRoot(o),y=!Ss(g,!1)&&(!s.shadowRootFilter||s.shadowRootFilter(o));if(g&&y){var h=e(g===!0?o.children:g.children,!0,s);s.flatten?r.push.apply(r,h):r.push({scopeParent:o,candidates:h})}else a.unshift.apply(a,o.children)}}return r},Tu=function(e){return!isNaN(parseInt(e.getAttribute("tabindex"),10))},bt=function(e){if(!e)throw new Error("No node provided");return e.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(e.tagName)||kf(e))&&!Tu(e)?0:e.tabIndex},Lf=function(e,t){var n=bt(e);return n<0&&t&&!Tu(e)?0:n},Bf=function(e,t){return e.tabIndex===t.tabIndex?e.documentOrder-t.documentOrder:e.tabIndex-t.tabIndex},bu=function(e){return e.tagName==="INPUT"},Pf=function(e){return bu(e)&&e.type==="hidden"},Df=function(e){var t=e.tagName==="DETAILS"&&Array.prototype.slice.apply(e.children).some(function(n){return n.tagName==="SUMMARY"});return t},Uf=function(e,t){for(var n=0;n<e.length;n++)if(e[n].checked&&e[n].form===t)return e[n]},Of=function(e){if(!e.name)return!0;var t=e.form||_s(e),n=function(a){return t.querySelectorAll('input[type="radio"][name="'+a+'"]')},s;if(typeof window<"u"&&typeof window.CSS<"u"&&typeof window.CSS.escape=="function")s=n(window.CSS.escape(e.name));else try{s=n(e.name)}catch(a){return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s",a.message),!1}var r=Uf(s,e.form);return!r||r===e},$f=function(e){return bu(e)&&e.type==="radio"},zf=function(e){return $f(e)&&!Of(e)},jf=function(e){var t,n=e&&_s(e),s=(t=n)===null||t===void 0?void 0:t.host,r=!1;if(n&&n!==e){var a,o,l;for(r=!!((a=s)!==null&&a!==void 0&&(o=a.ownerDocument)!==null&&o!==void 0&&o.contains(s)||e!=null&&(l=e.ownerDocument)!==null&&l!==void 0&&l.contains(e));!r&&s;){var c,p,d;n=_s(s),s=(c=n)===null||c===void 0?void 0:c.host,r=!!((p=s)!==null&&p!==void 0&&(d=p.ownerDocument)!==null&&d!==void 0&&d.contains(s))}}return r},ai=function(e){var t=e.getBoundingClientRect(),n=t.width,s=t.height;return n===0&&s===0},Rf=function(e,t){var n=t.displayCheck,s=t.getShadowRoot;if(getComputedStyle(e).visibility==="hidden")return!0;var r=Bt.call(e,"details>summary:first-of-type"),a=r?e.parentElement:e;if(Bt.call(a,"details:not([open]) *"))return!0;if(!n||n==="full"||n==="legacy-full"){if(typeof s=="function"){for(var o=e;e;){var l=e.parentElement,c=_s(e);if(l&&!l.shadowRoot&&s(l)===!0)return ai(e);e.assignedSlot?e=e.assignedSlot:!l&&c!==e.ownerDocument?e=c.host:e=l}e=o}if(jf(e))return!e.getClientRects().length;if(n!=="legacy-full")return!0}else if(n==="non-zero-area")return ai(e);return!1},Mf=function(e){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(e.tagName))for(var t=e.parentElement;t;){if(t.tagName==="FIELDSET"&&t.disabled){for(var n=0;n<t.children.length;n++){var s=t.children.item(n);if(s.tagName==="LEGEND")return Bt.call(t,"fieldset[disabled] *")?!0:!s.contains(e)}return!0}t=t.parentElement}return!1},As=function(e,t){return!(t.disabled||Ss(t)||Pf(t)||Rf(t,e)||Df(t)||Mf(t))},Jr=function(e,t){return!(zf(t)||bt(t)<0||!As(e,t))},If=function(e){var t=parseInt(e.getAttribute("tabindex"),10);return!!(isNaN(t)||t>=0)},Hf=function e(t){var n=[],s=[];return t.forEach(function(r,a){var o=!!r.scopeParent,l=o?r.scopeParent:r,c=Lf(l,o),p=o?e(r.candidates):l;c===0?o?n.push.apply(n,p):n.push(l):s.push({documentOrder:a,tabIndex:c,item:r,isScope:o,content:p})}),s.sort(Bf).reduce(function(r,a){return a.isScope?r.push.apply(r,a.content):r.push(a.content),r},[]).concat(n)},Vf=function(e,t){t=t||{};var n;return t.getShadowRoot?n=Cu([e],t.includeContainer,{filter:Jr.bind(null,t),flatten:!1,getShadowRoot:t.getShadowRoot,shadowRootFilter:If}):n=wu(e,t.includeContainer,Jr.bind(null,t)),Hf(n)},qf=function(e,t){t=t||{};var n;return t.getShadowRoot?n=Cu([e],t.includeContainer,{filter:As.bind(null,t),flatten:!0,getShadowRoot:t.getShadowRoot}):n=wu(e,t.includeContainer,As.bind(null,t)),n},$t=function(e,t){if(t=t||{},!e)throw new Error("No node provided");return Bt.call(e,Fs)===!1?!1:Jr(t,e)},Kf=yu.concat("iframe").join(","),pr=function(e,t){if(t=t||{},!e)throw new Error("No node provided");return Bt.call(e,Kf)===!1?!1:As(t,e)};function oi(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);t&&(s=s.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),n.push.apply(n,s)}return n}function ii(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?oi(Object(n),!0).forEach(function(s){Jf(e,s,n[s])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):oi(Object(n)).forEach(function(s){Object.defineProperty(e,s,Object.getOwnPropertyDescriptor(n,s))})}return e}function Jf(e,t,n){return t=Wf(t),t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Gf(e,t){if(typeof e!="object"||e===null)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var s=n.call(e,t||"default");if(typeof s!="object")return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Wf(e){var t=Gf(e,"string");return typeof t=="symbol"?t:String(t)}var li={activateTrap:function(e,t){if(e.length>0){var n=e[e.length-1];n!==t&&n.pause()}var s=e.indexOf(t);s===-1||e.splice(s,1),e.push(t)},deactivateTrap:function(e,t){var n=e.indexOf(t);n!==-1&&e.splice(n,1),e.length>0&&e[e.length-1].unpause()}},Zf=function(e){return e.tagName&&e.tagName.toLowerCase()==="input"&&typeof e.select=="function"},Yf=function(e){return(e==null?void 0:e.key)==="Escape"||(e==null?void 0:e.key)==="Esc"||(e==null?void 0:e.keyCode)===27},xn=function(e){return(e==null?void 0:e.key)==="Tab"||(e==null?void 0:e.keyCode)===9},Xf=function(e){return xn(e)&&!e.shiftKey},Qf=function(e){return xn(e)&&e.shiftKey},ui=function(e){return setTimeout(e,0)},ci=function(e,t){var n=-1;return e.every(function(s,r){return t(s)?(n=r,!1):!0}),n},mn=function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),s=1;s<t;s++)n[s-1]=arguments[s];return typeof e=="function"?e.apply(void 0,n):e},Gn=function(e){return e.target.shadowRoot&&typeof e.composedPath=="function"?e.composedPath()[0]:e.target},eg=[],Eu=function(e,t){var n=(t==null?void 0:t.document)||document,s=(t==null?void 0:t.trapStack)||eg,r=ii({returnFocusOnDeactivate:!0,escapeDeactivates:!0,delayInitialFocus:!0,isKeyForward:Xf,isKeyBackward:Qf},t),a={containers:[],containerGroups:[],tabbableGroups:[],nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:!1,paused:!1,delayInitialFocusTimer:void 0,recentNavEvent:void 0},o,l=function(A,S,f){return A&&A[S]!==void 0?A[S]:r[f||S]},c=function(A,S){var f=typeof(S==null?void 0:S.composedPath)=="function"?S.composedPath():void 0;return a.containerGroups.findIndex(function(x){var b=x.container,L=x.tabbableNodes;return b.contains(A)||(f==null?void 0:f.includes(b))||L.find(function(P){return P===A})})},p=function(A){var S=r[A];if(typeof S=="function"){for(var f=arguments.length,x=new Array(f>1?f-1:0),b=1;b<f;b++)x[b-1]=arguments[b];S=S.apply(void 0,x)}if(S===!0&&(S=void 0),!S){if(S===void 0||S===!1)return S;throw new Error("`".concat(A,"` was specified but was not a node, or did not return a node"))}var L=S;if(typeof S=="string"&&(L=n.querySelector(S),!L))throw new Error("`".concat(A,"` as selector refers to no known node"));return L},d=function(){var A=p("initialFocus");if(A===!1)return!1;if(A===void 0||!pr(A,r.tabbableOptions))if(c(n.activeElement)>=0)A=n.activeElement;else{var S=a.tabbableGroups[0],f=S&&S.firstTabbableNode;A=f||p("fallbackFocus")}if(!A)throw new Error("Your focus-trap needs to have at least one focusable element");return A},g=function(){if(a.containerGroups=a.containers.map(function(A){var S=Vf(A,r.tabbableOptions),f=qf(A,r.tabbableOptions),x=S.length>0?S[0]:void 0,b=S.length>0?S[S.length-1]:void 0,L=f.find(function(U){return $t(U)}),P=f.slice().reverse().find(function(U){return $t(U)}),$=!!S.find(function(U){return bt(U)>0});return{container:A,tabbableNodes:S,focusableNodes:f,posTabIndexesFound:$,firstTabbableNode:x,lastTabbableNode:b,firstDomTabbableNode:L,lastDomTabbableNode:P,nextTabbableNode:function(U){var z=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0,H=S.indexOf(U);return H<0?z?f.slice(f.indexOf(U)+1).find(function(j){return $t(j)}):f.slice(0,f.indexOf(U)).reverse().find(function(j){return $t(j)}):S[H+(z?1:-1)]}}}),a.tabbableGroups=a.containerGroups.filter(function(A){return A.tabbableNodes.length>0}),a.tabbableGroups.length<=0&&!p("fallbackFocus"))throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times");if(a.containerGroups.find(function(A){return A.posTabIndexesFound})&&a.containerGroups.length>1)throw new Error("At least one node with a positive tabindex was found in one of your focus-trap's multiple containers. Positive tabindexes are only supported in single-container focus-traps.")},y=function A(S){var f=S.activeElement;if(f)return f.shadowRoot&&f.shadowRoot.activeElement!==null?A(f.shadowRoot):f},h=function A(S){if(S!==!1&&S!==y(document)){if(!S||!S.focus){A(d());return}S.focus({preventScroll:!!r.preventScroll}),a.mostRecentlyFocusedNode=S,Zf(S)&&S.select()}},F=function(A){var S=p("setReturnFocus",A);return S||(S===!1?!1:A)},E=function(A){var S=A.target,f=A.event,x=A.isBackward,b=x===void 0?!1:x;S=S||Gn(f),g();var L=null;if(a.tabbableGroups.length>0){var P=c(S,f),$=P>=0?a.containerGroups[P]:void 0;if(P<0)b?L=a.tabbableGroups[a.tabbableGroups.length-1].lastTabbableNode:L=a.tabbableGroups[0].firstTabbableNode;else if(b){var U=ci(a.tabbableGroups,function(G){var Q=G.firstTabbableNode;return S===Q});if(U<0&&($.container===S||pr(S,r.tabbableOptions)&&!$t(S,r.tabbableOptions)&&!$.nextTabbableNode(S,!1))&&(U=P),U>=0){var z=U===0?a.tabbableGroups.length-1:U-1,H=a.tabbableGroups[z];L=bt(S)>=0?H.lastTabbableNode:H.lastDomTabbableNode}else xn(f)||(L=$.nextTabbableNode(S,!1))}else{var j=ci(a.tabbableGroups,function(G){var Q=G.lastTabbableNode;return S===Q});if(j<0&&($.container===S||pr(S,r.tabbableOptions)&&!$t(S,r.tabbableOptions)&&!$.nextTabbableNode(S))&&(j=P),j>=0){var X=j===a.tabbableGroups.length-1?0:j+1,ee=a.tabbableGroups[X];L=bt(S)>=0?ee.firstTabbableNode:ee.firstDomTabbableNode}else xn(f)||(L=$.nextTabbableNode(S))}}else L=p("fallbackFocus");return L},N=function(A){var S=Gn(A);if(!(c(S,A)>=0)){if(mn(r.clickOutsideDeactivates,A)){o.deactivate({returnFocus:r.returnFocusOnDeactivate});return}mn(r.allowOutsideClick,A)||A.preventDefault()}},D=function(A){var S=Gn(A),f=c(S,A)>=0;if(f||S instanceof Document)f&&(a.mostRecentlyFocusedNode=S);else{A.stopImmediatePropagation();var x,b=!0;if(a.mostRecentlyFocusedNode)if(bt(a.mostRecentlyFocusedNode)>0){var L=c(a.mostRecentlyFocusedNode),P=a.containerGroups[L].tabbableNodes;if(P.length>0){var $=P.findIndex(function(U){return U===a.mostRecentlyFocusedNode});$>=0&&(r.isKeyForward(a.recentNavEvent)?$+1<P.length&&(x=P[$+1],b=!1):$-1>=0&&(x=P[$-1],b=!1))}}else a.containerGroups.some(function(U){return U.tabbableNodes.some(function(z){return bt(z)>0})})||(b=!1);else b=!1;b&&(x=E({target:a.mostRecentlyFocusedNode,isBackward:r.isKeyBackward(a.recentNavEvent)})),h(x||a.mostRecentlyFocusedNode||d())}a.recentNavEvent=void 0},k=function(A){var S=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;a.recentNavEvent=A;var f=E({event:A,isBackward:S});f&&(xn(A)&&A.preventDefault(),h(f))},R=function(A){if(Yf(A)&&mn(r.escapeDeactivates,A)!==!1){A.preventDefault(),o.deactivate();return}(r.isKeyForward(A)||r.isKeyBackward(A))&&k(A,r.isKeyBackward(A))},M=function(A){var S=Gn(A);c(S,A)>=0||mn(r.clickOutsideDeactivates,A)||mn(r.allowOutsideClick,A)||(A.preventDefault(),A.stopImmediatePropagation())},J=function(){if(a.active)return li.activateTrap(s,o),a.delayInitialFocusTimer=r.delayInitialFocus?ui(function(){h(d())}):h(d()),n.addEventListener("focusin",D,!0),n.addEventListener("mousedown",N,{capture:!0,passive:!1}),n.addEventListener("touchstart",N,{capture:!0,passive:!1}),n.addEventListener("click",M,{capture:!0,passive:!1}),n.addEventListener("keydown",R,{capture:!0,passive:!1}),o},Y=function(){if(a.active)return n.removeEventListener("focusin",D,!0),n.removeEventListener("mousedown",N,!0),n.removeEventListener("touchstart",N,!0),n.removeEventListener("click",M,!0),n.removeEventListener("keydown",R,!0),o},W=function(A){var S=A.some(function(f){var x=Array.from(f.removedNodes);return x.some(function(b){return b===a.mostRecentlyFocusedNode})});S&&h(d())},O=typeof window<"u"&&"MutationObserver"in window?new MutationObserver(W):void 0,q=function(){O&&(O.disconnect(),a.active&&!a.paused&&a.containers.map(function(A){O.observe(A,{subtree:!0,childList:!0})}))};return o={get active(){return a.active},get paused(){return a.paused},activate:function(A){if(a.active)return this;var S=l(A,"onActivate"),f=l(A,"onPostActivate"),x=l(A,"checkCanFocusTrap");x||g(),a.active=!0,a.paused=!1,a.nodeFocusedBeforeActivation=n.activeElement,S==null||S();var b=function(){x&&g(),J(),q(),f==null||f()};return x?(x(a.containers.concat()).then(b,b),this):(b(),this)},deactivate:function(A){if(!a.active)return this;var S=ii({onDeactivate:r.onDeactivate,onPostDeactivate:r.onPostDeactivate,checkCanReturnFocus:r.checkCanReturnFocus},A);clearTimeout(a.delayInitialFocusTimer),a.delayInitialFocusTimer=void 0,Y(),a.active=!1,a.paused=!1,q(),li.deactivateTrap(s,o);var f=l(S,"onDeactivate"),x=l(S,"onPostDeactivate"),b=l(S,"checkCanReturnFocus"),L=l(S,"returnFocus","returnFocusOnDeactivate");f==null||f();var P=function(){ui(function(){L&&h(F(a.nodeFocusedBeforeActivation)),x==null||x()})};return L&&b?(b(F(a.nodeFocusedBeforeActivation)).then(P,P),this):(P(),this)},pause:function(A){if(a.paused||!a.active)return this;var S=l(A,"onPause"),f=l(A,"onPostPause");return a.paused=!0,S==null||S(),Y(),q(),f==null||f(),this},unpause:function(A){if(!a.paused||!a.active)return this;var S=l(A,"onUnpause"),f=l(A,"onPostUnpause");return a.paused=!1,S==null||S(),g(),J(),q(),f==null||f(),this},updateContainerElements:function(A){var S=[].concat(A).filter(Boolean);return a.containers=S.map(function(f){return typeof f=="string"?n.querySelector(f):f}),a.active&&g(),q(),this}},o.updateContainerElements(e),o};const Ns=function(){return Object.assign(window,{_nc_focus_trap:window._nc_focus_trap||[]}),window._nc_focus_trap},ct=gu().detectLocale().build(),d3=ct.ngettext.bind(ct),Me=ct.gettext.bind(ct),$a=(...e)=>{e.forEach(t=>{t.registered||(t.forEach(({l:n,t:s})=>{const r=Object.fromEntries(Object.entries(s).map(([a,o])=>[a,{msgid:a,msgid_plural:o.p,msgstr:o.v}]));ct.gt.catalogs[n]||(ct.gt.catalogs[n]={messages:{translations:{}}}),ct.gt.catalogs[n].messages.translations[""]={...ct.gt.catalogs[n].messages.translations[""],...r}}),t.registered=!0)})},tg=[{l:"af",t:{Actions:{v:[""]}}},{l:"ar",t:{Actions:{v:["إجراءات"]}}},{l:"ast",t:{Actions:{v:["Aiciones"]}}},{l:"az",t:{Actions:{v:[""]}}},{l:"be",t:{Actions:{v:[""]}}},{l:"bg",t:{Actions:{v:[""]}}},{l:"bn_BD",t:{Actions:{v:[""]}}},{l:"br",t:{Actions:{v:["Oberioù"]}}},{l:"bs",t:{Actions:{v:[""]}}},{l:"ca",t:{Actions:{v:["Accions"]}}},{l:"cs",t:{Actions:{v:["Akce"]}}},{l:"cs_CZ",t:{Actions:{v:["Akce"]}}},{l:"cy_GB",t:{Actions:{v:[""]}}},{l:"da",t:{Actions:{v:["Handlinger"]}}},{l:"de",t:{Actions:{v:["Aktionen"]}}},{l:"de_DE",t:{Actions:{v:["Aktionen"]}}},{l:"el",t:{Actions:{v:["Ενέργειες"]}}},{l:"en_GB",t:{Actions:{v:["Actions"]}}},{l:"eo",t:{Actions:{v:["Agoj"]}}},{l:"es",t:{Actions:{v:["Acciones"]}}},{l:"es_419",t:{Actions:{v:[""]}}},{l:"es_AR",t:{Actions:{v:["Acciones"]}}},{l:"es_CL",t:{Actions:{v:[""]}}},{l:"es_CO",t:{Actions:{v:[""]}}},{l:"es_CR",t:{Actions:{v:[""]}}},{l:"es_DO",t:{Actions:{v:[""]}}},{l:"es_EC",t:{Actions:{v:["Acciones"]}}},{l:"es_GT",t:{Actions:{v:[""]}}},{l:"es_HN",t:{Actions:{v:[""]}}},{l:"es_MX",t:{Actions:{v:[""]}}},{l:"es_NI",t:{Actions:{v:[""]}}},{l:"es_PA",t:{Actions:{v:[""]}}},{l:"es_PE",t:{Actions:{v:[""]}}},{l:"es_PR",t:{Actions:{v:[""]}}},{l:"es_PY",t:{Actions:{v:[""]}}},{l:"es_SV",t:{Actions:{v:[""]}}},{l:"es_UY",t:{Actions:{v:[""]}}},{l:"et_EE",t:{Actions:{v:[""]}}},{l:"eu",t:{Actions:{v:["Ekintzak"]}}},{l:"fa",t:{Actions:{v:[""]}}},{l:"fi",t:{Actions:{v:["Toiminnot"]}}},{l:"fo",t:{Actions:{v:[""]}}},{l:"fr",t:{Actions:{v:["Actions"]}}},{l:"ga",t:{Actions:{v:["Gníomhartha"]}}},{l:"gd",t:{Actions:{v:[""]}}},{l:"gl",t:{Actions:{v:["Accións"]}}},{l:"he",t:{Actions:{v:["פעולות"]}}},{l:"hi_IN",t:{Actions:{v:[""]}}},{l:"hr",t:{Actions:{v:[""]}}},{l:"hsb",t:{Actions:{v:[""]}}},{l:"hu",t:{Actions:{v:["Műveletek"]}}},{l:"hy",t:{Actions:{v:[""]}}},{l:"ia",t:{Actions:{v:[""]}}},{l:"id",t:{Actions:{v:["Tindakan"]}}},{l:"ig",t:{Actions:{v:[""]}}},{l:"is",t:{Actions:{v:["Aðgerðir"]}}},{l:"it",t:{Actions:{v:["Azioni"]}}},{l:"ja",t:{Actions:{v:["操作"]}}},{l:"ja_JP",t:{Actions:{v:["操作"]}}},{l:"ka",t:{Actions:{v:[""]}}},{l:"ka_GE",t:{Actions:{v:[""]}}},{l:"kab",t:{Actions:{v:[""]}}},{l:"kk",t:{Actions:{v:[""]}}},{l:"km",t:{Actions:{v:[""]}}},{l:"kn",t:{Actions:{v:[""]}}},{l:"ko",t:{Actions:{v:[""]}}},{l:"la",t:{Actions:{v:[""]}}},{l:"lb",t:{Actions:{v:[""]}}},{l:"lo",t:{Actions:{v:[""]}}},{l:"lt_LT",t:{Actions:{v:["Veiksmai"]}}},{l:"lv",t:{Actions:{v:[""]}}},{l:"mk",t:{Actions:{v:["Акции"]}}},{l:"mn",t:{Actions:{v:[""]}}},{l:"mr",t:{Actions:{v:[""]}}},{l:"ms_MY",t:{Actions:{v:[""]}}},{l:"my",t:{Actions:{v:["လုပ်ဆောင်ချက်များ"]}}},{l:"nb",t:{Actions:{v:["Handlinger"]}}},{l:"ne",t:{Actions:{v:[""]}}},{l:"nl",t:{Actions:{v:["Acties"]}}},{l:"nn_NO",t:{Actions:{v:[""]}}},{l:"oc",t:{Actions:{v:["Accions"]}}},{l:"pl",t:{Actions:{v:["Działania"]}}},{l:"ps",t:{Actions:{v:[""]}}},{l:"pt_BR",t:{Actions:{v:["Ações"]}}},{l:"pt_PT",t:{Actions:{v:["Ações"]}}},{l:"ro",t:{Actions:{v:["Acțiuni"]}}},{l:"ru",t:{Actions:{v:["Действия "]}}},{l:"sc",t:{Actions:{v:[""]}}},{l:"si",t:{Actions:{v:[""]}}},{l:"sk",t:{Actions:{v:["Akcie"]}}},{l:"sl",t:{Actions:{v:["Dejanja"]}}},{l:"sq",t:{Actions:{v:[""]}}},{l:"sr",t:{Actions:{v:["Радње"]}}},{l:"sr@latin",t:{Actions:{v:[""]}}},{l:"sv",t:{Actions:{v:["Åtgärder"]}}},{l:"sw",t:{Actions:{v:[""]}}},{l:"ta",t:{Actions:{v:[""]}}},{l:"th",t:{Actions:{v:[""]}}},{l:"tk",t:{Actions:{v:[""]}}},{l:"tr",t:{Actions:{v:["İşlemler"]}}},{l:"ug",t:{Actions:{v:[""]}}},{l:"uk",t:{Actions:{v:["Дії"]}}},{l:"ur_PK",t:{Actions:{v:[""]}}},{l:"uz",t:{Actions:{v:[""]}}},{l:"vi",t:{Actions:{v:[""]}}},{l:"zh_CN",t:{Actions:{v:["行为"]}}},{l:"zh_HK",t:{Actions:{v:["動作"]}}},{l:"zh_TW",t:{Actions:{v:["動作"]}}},{l:"zu_ZA",t:{Actions:{v:[""]}}}],ng=[{l:"af",t:{"Clear text":{v:[""]}}},{l:"ar",t:{"Clear text":{v:["مَحْوُ النص"]},"Save changes":{v:["حفظ التغييرات"]}}},{l:"ast",t:{"Clear text":{v:["Borrar el testu"]},"Save changes":{v:["Guardar los cambeos"]}}},{l:"az",t:{"Clear text":{v:[""]}}},{l:"be",t:{"Clear text":{v:[""]}}},{l:"bg",t:{"Clear text":{v:[""]}}},{l:"bn_BD",t:{"Clear text":{v:[""]}}},{l:"br",t:{"Clear text":{v:[""]}}},{l:"bs",t:{"Clear text":{v:[""]}}},{l:"ca",t:{"Clear text":{v:["Netejar text"]}}},{l:"cs",t:{"Clear text":{v:["Čitelný text"]},"Save changes":{v:["Uložit změny"]}}},{l:"cs_CZ",t:{"Clear text":{v:["Čitelný text"]},"Save changes":{v:["Uložit změny"]}}},{l:"cy_GB",t:{"Clear text":{v:[""]}}},{l:"da",t:{"Clear text":{v:["Ryd tekst"]},"Save changes":{v:["Gem ændringer"]}}},{l:"de",t:{"Clear text":{v:["Klartext"]},"Save changes":{v:["Änderungen speichern"]}}},{l:"de_DE",t:{"Clear text":{v:["Klartext"]},"Save changes":{v:["Änderungen speichern"]}}},{l:"el",t:{"Clear text":{v:["Εκκαθάριση κειμένου"]}}},{l:"en_GB",t:{"Clear text":{v:["Clear text"]},"Save changes":{v:["Save changes"]}}},{l:"eo",t:{"Clear text":{v:[""]}}},{l:"es",t:{"Clear text":{v:["Limpiar texto"]},"Save changes":{v:["Guardar cambios"]}}},{l:"es_419",t:{"Clear text":{v:[""]}}},{l:"es_AR",t:{"Clear text":{v:["Limpiar texto"]},"Save changes":{v:["Guardar cambios"]}}},{l:"es_CL",t:{"Clear text":{v:[""]}}},{l:"es_CO",t:{"Clear text":{v:[""]}}},{l:"es_CR",t:{"Clear text":{v:[""]}}},{l:"es_DO",t:{"Clear text":{v:[""]}}},{l:"es_EC",t:{"Clear text":{v:["Limpiar texto"]}}},{l:"es_GT",t:{"Clear text":{v:[""]}}},{l:"es_HN",t:{"Clear text":{v:[""]}}},{l:"es_MX",t:{"Clear text":{v:[""]}}},{l:"es_NI",t:{"Clear text":{v:[""]}}},{l:"es_PA",t:{"Clear text":{v:[""]}}},{l:"es_PE",t:{"Clear text":{v:[""]}}},{l:"es_PR",t:{"Clear text":{v:[""]}}},{l:"es_PY",t:{"Clear text":{v:[""]}}},{l:"es_SV",t:{"Clear text":{v:[""]}}},{l:"es_UY",t:{"Clear text":{v:[""]}}},{l:"et_EE",t:{"Clear text":{v:[""]}}},{l:"eu",t:{"Clear text":{v:["Garbitu testua"]}}},{l:"fa",t:{"Clear text":{v:[""]}}},{l:"fi",t:{"Clear text":{v:[""]}}},{l:"fo",t:{"Clear text":{v:[""]}}},{l:"fr",t:{"Clear text":{v:["Effacer le texte"]},"Save changes":{v:["Sauvegarder les changements"]}}},{l:"ga",t:{"Clear text":{v:["Glan téacs"]},"Save changes":{v:["Sabháil na hathruithe"]}}},{l:"gd",t:{"Clear text":{v:[""]}}},{l:"gl",t:{"Clear text":{v:["Limpar o texto"]},"Save changes":{v:["Gardar os cambios"]}}},{l:"he",t:{"Clear text":{v:["פינוי טקסט"]}}},{l:"hi_IN",t:{"Clear text":{v:[""]}}},{l:"hr",t:{"Clear text":{v:[""]}}},{l:"hsb",t:{"Clear text":{v:[""]}}},{l:"hu",t:{"Clear text":{v:["Szöveg törlése"]}}},{l:"hy",t:{"Clear text":{v:[""]}}},{l:"ia",t:{"Clear text":{v:[""]}}},{l:"id",t:{"Clear text":{v:["Bersihkan teks"]},"Save changes":{v:["Simpan perubahan"]}}},{l:"ig",t:{"Clear text":{v:[""]}}},{l:"is",t:{"Clear text":{v:["Hreinsa texta"]},"Save changes":{v:["Vista breytingar"]}}},{l:"it",t:{"Clear text":{v:["Cancella il testo"]},"Save changes":{v:["Salva le modifiche"]}}},{l:"ja",t:{"Clear text":{v:["テキストをクリア"]},"Save changes":{v:["変更を保存"]}}},{l:"ja_JP",t:{"Clear text":{v:["テキストをクリア"]},"Save changes":{v:["変更を保存"]}}},{l:"ka",t:{"Clear text":{v:[""]}}},{l:"ka_GE",t:{"Clear text":{v:[""]}}},{l:"kab",t:{"Clear text":{v:[""]}}},{l:"kk",t:{"Clear text":{v:[""]}}},{l:"km",t:{"Clear text":{v:[""]}}},{l:"kn",t:{"Clear text":{v:[""]}}},{l:"ko",t:{"Clear text":{v:[""]}}},{l:"la",t:{"Clear text":{v:[""]}}},{l:"lb",t:{"Clear text":{v:[""]}}},{l:"lo",t:{"Clear text":{v:[""]}}},{l:"lt_LT",t:{"Clear text":{v:[""]}}},{l:"lv",t:{"Clear text":{v:[""]}}},{l:"mk",t:{"Clear text":{v:[""]}}},{l:"mn",t:{"Clear text":{v:[""]}}},{l:"mr",t:{"Clear text":{v:[""]}}},{l:"ms_MY",t:{"Clear text":{v:[""]}}},{l:"my",t:{"Clear text":{v:[""]}}},{l:"nb",t:{"Clear text":{v:["Fjern tekst"]},"Save changes":{v:["Lagre endringer"]}}},{l:"ne",t:{"Clear text":{v:[""]}}},{l:"nl",t:{"Clear text":{v:["Wis tekst"]},"Save changes":{v:["Wijzigingen opslaan"]}}},{l:"nn_NO",t:{"Clear text":{v:[""]}}},{l:"oc",t:{"Clear text":{v:[""]}}},{l:"pl",t:{"Clear text":{v:["Wyczyść tekst"]},"Save changes":{v:["Zapisz zmiany"]}}},{l:"ps",t:{"Clear text":{v:[""]}}},{l:"pt_BR",t:{"Clear text":{v:["Limpar texto"]},"Save changes":{v:["Salvar alterações"]}}},{l:"pt_PT",t:{"Clear text":{v:["Limpar texto"]}}},{l:"ro",t:{"Clear text":{v:["Șterge textul"]},"Save changes":{v:["Salvează modificările"]}}},{l:"ru",t:{"Clear text":{v:["Очистить текст"]}}},{l:"sc",t:{"Clear text":{v:[""]}}},{l:"si",t:{"Clear text":{v:[""]}}},{l:"sk",t:{"Clear text":{v:[""]}}},{l:"sl",t:{"Clear text":{v:["Počisti besedilo"]}}},{l:"sq",t:{"Clear text":{v:[""]}}},{l:"sr",t:{"Clear text":{v:["Обриши текст"]},"Save changes":{v:["Сачувај измене"]}}},{l:"sr@latin",t:{"Clear text":{v:[""]}}},{l:"sv",t:{"Clear text":{v:["Ta bort text"]},"Save changes":{v:["Spara ändringar"]}}},{l:"sw",t:{"Clear text":{v:[""]}}},{l:"ta",t:{"Clear text":{v:[""]}}},{l:"th",t:{"Clear text":{v:[""]}}},{l:"tk",t:{"Clear text":{v:[""]}}},{l:"tr",t:{"Clear text":{v:["Metni temizle"]},"Save changes":{v:["Değişiklikleri kaydet"]}}},{l:"ug",t:{"Clear text":{v:[""]}}},{l:"uk",t:{"Clear text":{v:["Очистити текст"]},"Save changes":{v:["Зберегти зміни"]}}},{l:"ur_PK",t:{"Clear text":{v:[""]}}},{l:"uz",t:{"Clear text":{v:[""]}}},{l:"vi",t:{"Clear text":{v:[""]}}},{l:"zh_CN",t:{"Clear text":{v:["清除文本"]}}},{l:"zh_HK",t:{"Clear text":{v:["清除文本"]}}},{l:"zh_TW",t:{"Clear text":{v:["清除文字"]}}},{l:"zu_ZA",t:{"Clear text":{v:[""]}}}],sg=[{l:"af",t:{Close:{v:[""]}}},{l:"ar",t:{Close:{v:["أغلِق"]}}},{l:"ast",t:{Close:{v:["Zarrar"]}}},{l:"az",t:{Close:{v:[""]}}},{l:"be",t:{Close:{v:[""]}}},{l:"bg",t:{Close:{v:[""]}}},{l:"bn_BD",t:{Close:{v:[""]}}},{l:"br",t:{Close:{v:["Serriñ"]}}},{l:"bs",t:{Close:{v:[""]}}},{l:"ca",t:{Close:{v:["Tanca"]}}},{l:"cs",t:{Close:{v:["Zavřít"]}}},{l:"cs_CZ",t:{Close:{v:["Zavřít"]}}},{l:"cy_GB",t:{Close:{v:[""]}}},{l:"da",t:{Close:{v:["Luk"]}}},{l:"de",t:{Close:{v:["Schließen"]}}},{l:"de_DE",t:{Close:{v:["Schließen"]}}},{l:"el",t:{Close:{v:["Κλείσιμο"]}}},{l:"en_GB",t:{Close:{v:["Close"]}}},{l:"eo",t:{Close:{v:["Fermu"]}}},{l:"es",t:{Close:{v:["Cerrar"]}}},{l:"es_419",t:{Close:{v:[""]}}},{l:"es_AR",t:{Close:{v:["Cerrar"]}}},{l:"es_CL",t:{Close:{v:[""]}}},{l:"es_CO",t:{Close:{v:[""]}}},{l:"es_CR",t:{Close:{v:[""]}}},{l:"es_DO",t:{Close:{v:[""]}}},{l:"es_EC",t:{Close:{v:["Cerrar"]}}},{l:"es_GT",t:{Close:{v:[""]}}},{l:"es_HN",t:{Close:{v:[""]}}},{l:"es_MX",t:{Close:{v:[""]}}},{l:"es_NI",t:{Close:{v:[""]}}},{l:"es_PA",t:{Close:{v:[""]}}},{l:"es_PE",t:{Close:{v:[""]}}},{l:"es_PR",t:{Close:{v:[""]}}},{l:"es_PY",t:{Close:{v:[""]}}},{l:"es_SV",t:{Close:{v:[""]}}},{l:"es_UY",t:{Close:{v:[""]}}},{l:"et_EE",t:{Close:{v:[""]}}},{l:"eu",t:{Close:{v:["Itxi"]}}},{l:"fa",t:{Close:{v:[""]}}},{l:"fi",t:{Close:{v:["Sulje"]}}},{l:"fo",t:{Close:{v:[""]}}},{l:"fr",t:{Close:{v:["Fermer"]}}},{l:"ga",t:{Close:{v:["Dún"]}}},{l:"gd",t:{Close:{v:[""]}}},{l:"gl",t:{Close:{v:["Pechar"]}}},{l:"he",t:{Close:{v:["סגירה"]}}},{l:"hi_IN",t:{Close:{v:[""]}}},{l:"hr",t:{Close:{v:[""]}}},{l:"hsb",t:{Close:{v:[""]}}},{l:"hu",t:{Close:{v:["Bezárás"]}}},{l:"hy",t:{Close:{v:[""]}}},{l:"ia",t:{Close:{v:[""]}}},{l:"id",t:{Close:{v:["Tutup"]}}},{l:"ig",t:{Close:{v:[""]}}},{l:"is",t:{Close:{v:["Loka"]}}},{l:"it",t:{Close:{v:["Chiudi"]}}},{l:"ja",t:{Close:{v:["閉じる"]}}},{l:"ja_JP",t:{Close:{v:["閉じる"]}}},{l:"ka",t:{Close:{v:[""]}}},{l:"ka_GE",t:{Close:{v:[""]}}},{l:"kab",t:{Close:{v:[""]}}},{l:"kk",t:{Close:{v:[""]}}},{l:"km",t:{Close:{v:[""]}}},{l:"kn",t:{Close:{v:[""]}}},{l:"ko",t:{Close:{v:[""]}}},{l:"la",t:{Close:{v:[""]}}},{l:"lb",t:{Close:{v:[""]}}},{l:"lo",t:{Close:{v:[""]}}},{l:"lt_LT",t:{Close:{v:["Užverti"]}}},{l:"lv",t:{Close:{v:["Aizvērt"]}}},{l:"mk",t:{Close:{v:["Затвори"]}}},{l:"mn",t:{Close:{v:[""]}}},{l:"mr",t:{Close:{v:[""]}}},{l:"ms_MY",t:{Close:{v:[""]}}},{l:"my",t:{Close:{v:["ပိတ်ရန်"]}}},{l:"nb",t:{Close:{v:["Lukk"]}}},{l:"ne",t:{Close:{v:[""]}}},{l:"nl",t:{Close:{v:["Sluiten"]}}},{l:"nn_NO",t:{Close:{v:[""]}}},{l:"oc",t:{Close:{v:["Tampar"]}}},{l:"pl",t:{Close:{v:["Zamknij"]}}},{l:"ps",t:{Close:{v:[""]}}},{l:"pt_BR",t:{Close:{v:["Fechar"]}}},{l:"pt_PT",t:{Close:{v:["Fechar"]}}},{l:"ro",t:{Close:{v:["Închideți"]}}},{l:"ru",t:{Close:{v:["Закрыть"]}}},{l:"sc",t:{Close:{v:[""]}}},{l:"si",t:{Close:{v:[""]}}},{l:"sk",t:{Close:{v:["Zatvoriť"]}}},{l:"sl",t:{Close:{v:["Zapri"]}}},{l:"sq",t:{Close:{v:[""]}}},{l:"sr",t:{Close:{v:["Затвори"]}}},{l:"sr@latin",t:{Close:{v:[""]}}},{l:"sv",t:{Close:{v:["Stäng"]}}},{l:"sw",t:{Close:{v:[""]}}},{l:"ta",t:{Close:{v:[""]}}},{l:"th",t:{Close:{v:[""]}}},{l:"tk",t:{Close:{v:[""]}}},{l:"tr",t:{Close:{v:["Kapat"]}}},{l:"ug",t:{Close:{v:[""]}}},{l:"uk",t:{Close:{v:["Закрити"]}}},{l:"ur_PK",t:{Close:{v:[""]}}},{l:"uz",t:{Close:{v:[""]}}},{l:"vi",t:{Close:{v:[""]}}},{l:"zh_CN",t:{Close:{v:["关闭"]}}},{l:"zh_HK",t:{Close:{v:["關閉"]}}},{l:"zh_TW",t:{Close:{v:["關閉"]}}},{l:"zu_ZA",t:{Close:{v:[""]}}}],m3=[{l:"af",t:{"External documentation for {name}":{v:[""]}}},{l:"ar",t:{"External documentation for {name}":{v:["التوثيق الخارجي لـ {name}"]}}},{l:"ast",t:{"External documentation for {name}":{v:["Documentación esterna pa: {name}"]}}},{l:"az",t:{"External documentation for {name}":{v:[""]}}},{l:"be",t:{"External documentation for {name}":{v:[""]}}},{l:"bg",t:{"External documentation for {name}":{v:[""]}}},{l:"bn_BD",t:{"External documentation for {name}":{v:[""]}}},{l:"br",t:{"External documentation for {name}":{v:[""]}}},{l:"bs",t:{"External documentation for {name}":{v:[""]}}},{l:"ca",t:{"External documentation for {name}":{v:[""]}}},{l:"cs",t:{"External documentation for {name}":{v:["Externí dokumentace pro {name}"]}}},{l:"cs_CZ",t:{"External documentation for {name}":{v:["Externí dokumentace pro {name}"]}}},{l:"cy_GB",t:{"External documentation for {name}":{v:[""]}}},{l:"da",t:{"External documentation for {name}":{v:["Ekstern dokumentation for {name}"]}}},{l:"de",t:{"External documentation for {name}":{v:["Externe Dokumentation für {name}"]}}},{l:"de_DE",t:{"External documentation for {name}":{v:["Externe Dokumentation für {name}"]}}},{l:"el",t:{"External documentation for {name}":{v:[""]}}},{l:"en_GB",t:{"External documentation for {name}":{v:["External documentation for {name}"]}}},{l:"eo",t:{"External documentation for {name}":{v:[""]}}},{l:"es",t:{"External documentation for {name}":{v:["Documentación externa para {name}"]}}},{l:"es_419",t:{"External documentation for {name}":{v:[""]}}},{l:"es_AR",t:{"External documentation for {name}":{v:["Documentación externa para {name}"]}}},{l:"es_CL",t:{"External documentation for {name}":{v:[""]}}},{l:"es_CO",t:{"External documentation for {name}":{v:[""]}}},{l:"es_CR",t:{"External documentation for {name}":{v:[""]}}},{l:"es_DO",t:{"External documentation for {name}":{v:[""]}}},{l:"es_EC",t:{"External documentation for {name}":{v:["Documentación externa para {name}"]}}},{l:"es_GT",t:{"External documentation for {name}":{v:[""]}}},{l:"es_HN",t:{"External documentation for {name}":{v:[""]}}},{l:"es_MX",t:{"External documentation for {name}":{v:[""]}}},{l:"es_NI",t:{"External documentation for {name}":{v:[""]}}},{l:"es_PA",t:{"External documentation for {name}":{v:[""]}}},{l:"es_PE",t:{"External documentation for {name}":{v:[""]}}},{l:"es_PR",t:{"External documentation for {name}":{v:[""]}}},{l:"es_PY",t:{"External documentation for {name}":{v:[""]}}},{l:"es_SV",t:{"External documentation for {name}":{v:[""]}}},{l:"es_UY",t:{"External documentation for {name}":{v:[""]}}},{l:"et_EE",t:{"External documentation for {name}":{v:[""]}}},{l:"eu",t:{"External documentation for {name}":{v:["{name}-ren kanpoko dokumentazioa"]}}},{l:"fa",t:{"External documentation for {name}":{v:[""]}}},{l:"fi",t:{"External documentation for {name}":{v:[""]}}},{l:"fo",t:{"External documentation for {name}":{v:[""]}}},{l:"fr",t:{"External documentation for {name}":{v:["Documentation externe pour {name}"]}}},{l:"ga",t:{"External documentation for {name}":{v:["Doiciméadúchán seachtrach le haghaidh {name}"]}}},{l:"gd",t:{"External documentation for {name}":{v:[""]}}},{l:"gl",t:{"External documentation for {name}":{v:["Documentación externa para {name}"]}}},{l:"he",t:{"External documentation for {name}":{v:["תיעוד חיצוני עבור {name}"]}}},{l:"hi_IN",t:{"External documentation for {name}":{v:[""]}}},{l:"hr",t:{"External documentation for {name}":{v:[""]}}},{l:"hsb",t:{"External documentation for {name}":{v:[""]}}},{l:"hu",t:{"External documentation for {name}":{v:[""]}}},{l:"hy",t:{"External documentation for {name}":{v:[""]}}},{l:"ia",t:{"External documentation for {name}":{v:[""]}}},{l:"id",t:{"External documentation for {name}":{v:["Dokumentasi eksternal untuk {name}"]}}},{l:"ig",t:{"External documentation for {name}":{v:[""]}}},{l:"is",t:{"External documentation for {name}":{v:["Utanaðkomandi leiðbeiningar fyrir {name}"]}}},{l:"it",t:{"External documentation for {name}":{v:["Documentazione esterna per {name}"]}}},{l:"ja",t:{"External documentation for {name}":{v:["{name} の外部ドキュメント"]}}},{l:"ja_JP",t:{"External documentation for {name}":{v:["{name} の外部ドキュメント"]}}},{l:"ka",t:{"External documentation for {name}":{v:[""]}}},{l:"ka_GE",t:{"External documentation for {name}":{v:[""]}}},{l:"kab",t:{"External documentation for {name}":{v:[""]}}},{l:"kk",t:{"External documentation for {name}":{v:[""]}}},{l:"km",t:{"External documentation for {name}":{v:[""]}}},{l:"kn",t:{"External documentation for {name}":{v:[""]}}},{l:"ko",t:{"External documentation for {name}":{v:[""]}}},{l:"la",t:{"External documentation for {name}":{v:[""]}}},{l:"lb",t:{"External documentation for {name}":{v:[""]}}},{l:"lo",t:{"External documentation for {name}":{v:[""]}}},{l:"lt_LT",t:{"External documentation for {name}":{v:[""]}}},{l:"lv",t:{"External documentation for {name}":{v:[""]}}},{l:"mk",t:{"External documentation for {name}":{v:[""]}}},{l:"mn",t:{"External documentation for {name}":{v:[""]}}},{l:"mr",t:{"External documentation for {name}":{v:[""]}}},{l:"ms_MY",t:{"External documentation for {name}":{v:[""]}}},{l:"my",t:{"External documentation for {name}":{v:[""]}}},{l:"nb",t:{"External documentation for {name}":{v:["Ekstern dokumentasjon for {name}"]}}},{l:"ne",t:{"External documentation for {name}":{v:[""]}}},{l:"nl",t:{"External documentation for {name}":{v:["Externe documentatie voor {name}"]}}},{l:"nn_NO",t:{"External documentation for {name}":{v:[""]}}},{l:"oc",t:{"External documentation for {name}":{v:[""]}}},{l:"pl",t:{"External documentation for {name}":{v:["Dokumentacja zewnętrzna dla {name}"]}}},{l:"ps",t:{"External documentation for {name}":{v:[""]}}},{l:"pt_BR",t:{"External documentation for {name}":{v:["Documentação externa para {name}"]}}},{l:"pt_PT",t:{"External documentation for {name}":{v:["Documentação externa para {name}"]}}},{l:"ro",t:{"External documentation for {name}":{v:["Documentație externă pentru {name}"]}}},{l:"ru",t:{"External documentation for {name}":{v:["Внешняя документация для {name}"]}}},{l:"sc",t:{"External documentation for {name}":{v:[""]}}},{l:"si",t:{"External documentation for {name}":{v:[""]}}},{l:"sk",t:{"External documentation for {name}":{v:[""]}}},{l:"sl",t:{"External documentation for {name}":{v:[""]}}},{l:"sq",t:{"External documentation for {name}":{v:[""]}}},{l:"sr",t:{"External documentation for {name}":{v:["Спољна документација за {name}"]}}},{l:"sr@latin",t:{"External documentation for {name}":{v:[""]}}},{l:"sv",t:{"External documentation for {name}":{v:["Extern dokumentation för {name}"]}}},{l:"sw",t:{"External documentation for {name}":{v:[""]}}},{l:"ta",t:{"External documentation for {name}":{v:[""]}}},{l:"th",t:{"External documentation for {name}":{v:[""]}}},{l:"tk",t:{"External documentation for {name}":{v:[""]}}},{l:"tr",t:{"External documentation for {name}":{v:["{name} için dış belgeler"]}}},{l:"ug",t:{"External documentation for {name}":{v:[""]}}},{l:"uk",t:{"External documentation for {name}":{v:["Зовнішня документація для {name}"]}}},{l:"ur_PK",t:{"External documentation for {name}":{v:[""]}}},{l:"uz",t:{"External documentation for {name}":{v:[""]}}},{l:"vi",t:{"External documentation for {name}":{v:[""]}}},{l:"zh_CN",t:{"External documentation for {name}":{v:[""]}}},{l:"zh_HK",t:{"External documentation for {name}":{v:["{name} 的外部文件"]}}},{l:"zh_TW",t:{"External documentation for {name}":{v:["{name} 的外部文件"]}}},{l:"zu_ZA",t:{"External documentation for {name}":{v:[""]}}}],rg=[{l:"af",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"ar",t:{Next:{v:["التالي"]},"Pause slideshow":{v:["تجميد عرض الشرائح"]},Previous:{v:["السابق"]},"Start slideshow":{v:["إبدإ العرض"]}}},{l:"ast",t:{Next:{v:["Siguiente"]},"Pause slideshow":{v:["Posar la presentación de diapositives"]},Previous:{v:["Anterior"]},"Start slideshow":{v:["Aniciar la presentación de diapositives"]}}},{l:"az",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"be",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"bg",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"bn_BD",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"br",t:{Next:{v:["Da heul"]},"Pause slideshow":{v:["Arsav an diaporama"]},Previous:{v:["A-raok"]},"Start slideshow":{v:["Kregiñ an diaporama"]}}},{l:"bs",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"ca",t:{Next:{v:["Següent"]},"Pause slideshow":{v:["Atura la presentació"]},Previous:{v:["Anterior"]},"Start slideshow":{v:["Inicia la presentació"]}}},{l:"cs",t:{Next:{v:["Následující"]},"Pause slideshow":{v:["Pozastavit prezentaci"]},Previous:{v:["Předchozí"]},"Start slideshow":{v:["Spustit prezentaci"]}}},{l:"cs_CZ",t:{Next:{v:["Následující"]},"Pause slideshow":{v:["Pozastavit prezentaci"]},Previous:{v:["Předchozí"]},"Start slideshow":{v:["Spustit prezentaci"]}}},{l:"cy_GB",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"da",t:{Next:{v:["Videre"]},"Pause slideshow":{v:["Suspender fremvisning"]},Previous:{v:["Forrige"]},"Start slideshow":{v:["Start fremvisning"]}}},{l:"de",t:{Next:{v:["Weiter"]},"Pause slideshow":{v:["Diashow pausieren"]},Previous:{v:["Vorherige"]},"Start slideshow":{v:["Diashow starten"]}}},{l:"de_DE",t:{Next:{v:["Weiter"]},"Pause slideshow":{v:["Diashow pausieren"]},Previous:{v:["Vorherige"]},"Start slideshow":{v:["Diashow starten"]}}},{l:"el",t:{Next:{v:["Επόμενο"]},"Pause slideshow":{v:["Παύση προβολής διαφανειών"]},Previous:{v:["Προηγούμενο"]},"Start slideshow":{v:["Έναρξη προβολής διαφανειών"]}}},{l:"en_GB",t:{Next:{v:["Next"]},"Pause slideshow":{v:["Pause slideshow"]},Previous:{v:["Previous"]},"Start slideshow":{v:["Start slideshow"]}}},{l:"eo",t:{Next:{v:["Sekva"]},"Pause slideshow":{v:["Payzi bildprezenton"]},Previous:{v:["Antaŭa"]},"Start slideshow":{v:["Komenci bildprezenton"]}}},{l:"es",t:{Next:{v:["Siguiente"]},"Pause slideshow":{v:["Pausar la presentación "]},Previous:{v:["Anterior"]},"Start slideshow":{v:["Iniciar la presentación"]}}},{l:"es_419",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"es_AR",t:{Next:{v:["Siguiente"]},"Pause slideshow":{v:["Pausar la presentación "]},Previous:{v:["Anterior"]},"Start slideshow":{v:["Iniciar la presentación"]}}},{l:"es_CL",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"es_CO",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"es_CR",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"es_DO",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"es_EC",t:{Next:{v:["Siguiente"]},"Pause slideshow":{v:["Pausar presentación de diapositivas"]},Previous:{v:["Anterior"]},"Start slideshow":{v:["Iniciar presentación de diapositivas"]}}},{l:"es_GT",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"es_HN",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"es_MX",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"es_NI",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"es_PA",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"es_PE",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"es_PR",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"es_PY",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"es_SV",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"es_UY",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"et_EE",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"eu",t:{Next:{v:["Hurrengoa"]},"Pause slideshow":{v:["Pausatu diaporama"]},Previous:{v:["Aurrekoa"]},"Start slideshow":{v:["Hasi diaporama"]}}},{l:"fa",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"fi",t:{Next:{v:["Seuraava"]},"Pause slideshow":{v:["Keskeytä diaesitys"]},Previous:{v:["Edellinen"]},"Start slideshow":{v:["Aloita diaesitys"]}}},{l:"fo",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"fr",t:{Next:{v:["Suivant"]},"Pause slideshow":{v:["Mettre le diaporama en pause"]},Previous:{v:["Précédent"]},"Start slideshow":{v:["Démarrer le diaporama"]}}},{l:"ga",t:{Next:{v:["Ar aghaidh"]},"Pause slideshow":{v:["Cuir taispeántas sleamhnán ar sos"]},Previous:{v:["Roimhe Seo"]},"Start slideshow":{v:["Tosaigh taispeántas sleamhnán"]}}},{l:"gd",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"gl",t:{Next:{v:["Seguinte"]},"Pause slideshow":{v:["Pausar o diaporama"]},Previous:{v:["Anterir"]},"Start slideshow":{v:["Iniciar o diaporama"]}}},{l:"he",t:{Next:{v:["הבא"]},"Pause slideshow":{v:["השהיית מצגת"]},Previous:{v:["הקודם"]},"Start slideshow":{v:["התחלת המצגת"]}}},{l:"hi_IN",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"hr",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"hsb",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"hu",t:{Next:{v:["Következő"]},"Pause slideshow":{v:["Diavetítés szüneteltetése"]},Previous:{v:["Előző"]},"Start slideshow":{v:["Diavetítés indítása"]}}},{l:"hy",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"ia",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"id",t:{Next:{v:["Selanjutnya"]},"Pause slideshow":{v:["Jeda tayangan slide"]},Previous:{v:["Sebelumnya"]},"Start slideshow":{v:["Mulai salindia"]}}},{l:"ig",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"is",t:{Next:{v:["Næsta"]},"Pause slideshow":{v:["Gera hlé á skyggnusýningu"]},Previous:{v:["Fyrri"]},"Start slideshow":{v:["Byrja skyggnusýningu"]}}},{l:"it",t:{Next:{v:["Successivo"]},"Pause slideshow":{v:["Presentazione in pausa"]},Previous:{v:["Precedente"]},"Start slideshow":{v:["Avvia presentazione"]}}},{l:"ja",t:{Next:{v:["次"]},"Pause slideshow":{v:["スライドショーを一時停止"]},Previous:{v:["前"]},"Start slideshow":{v:["スライドショーを開始"]}}},{l:"ja_JP",t:{Next:{v:["次"]},"Pause slideshow":{v:["スライドショーを一時停止"]},Previous:{v:["前"]},"Start slideshow":{v:["スライドショーを開始"]}}},{l:"ka",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"ka_GE",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"kab",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"kk",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"km",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"kn",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"ko",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"la",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"lb",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"lo",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"lt_LT",t:{Next:{v:["Kitas"]},"Pause slideshow":{v:["Pristabdyti skaidrių rodymą"]},Previous:{v:["Ankstesnis"]},"Start slideshow":{v:["Pradėti skaidrių rodymą"]}}},{l:"lv",t:{Next:{v:["Nākamais"]},"Pause slideshow":{v:["Pauzēt slaidrādi"]},Previous:{v:["Iepriekšējais"]},"Start slideshow":{v:["Sākt slaidrādi"]}}},{l:"mk",t:{Next:{v:["Следно"]},"Pause slideshow":{v:["Пузирај слајдшоу"]},Previous:{v:["Предходно"]},"Start slideshow":{v:["Стартувај слајдшоу"]}}},{l:"mn",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"mr",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"ms_MY",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"my",t:{Next:{v:["နောက်သို့ဆက်ရန်"]},"Pause slideshow":{v:["စလိုက်ရှိုး ခေတ္တရပ်ရန်"]},Previous:{v:["ယခင်"]},"Start slideshow":{v:["စလိုက်ရှိုးအား စတင်ရန်"]}}},{l:"nb",t:{Next:{v:["Neste"]},"Pause slideshow":{v:["Pause lysbildefremvisning"]},Previous:{v:["Forrige"]},"Start slideshow":{v:["Start lysbildefremvisning"]}}},{l:"ne",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"nl",t:{Next:{v:["Volgende"]},"Pause slideshow":{v:["Pauzeer diavoorstelling"]},Previous:{v:["Vorige"]},"Start slideshow":{v:["Start diavoorstelling"]}}},{l:"nn_NO",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"oc",t:{Next:{v:["Seguent"]},"Pause slideshow":{v:["Metre en pausa lo diaporama"]},Previous:{v:["Precedent"]},"Start slideshow":{v:["Lançar lo diaporama"]}}},{l:"pl",t:{Next:{v:["Następny"]},"Pause slideshow":{v:["Wstrzymaj pokaz slajdów"]},Previous:{v:["Poprzedni"]},"Start slideshow":{v:["Rozpocznij pokaz slajdów"]}}},{l:"ps",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"pt_BR",t:{Next:{v:["Próximo"]},"Pause slideshow":{v:["Pausar apresentação de slides"]},Previous:{v:["Anterior"]},"Start slideshow":{v:["Iniciar apresentação de slides"]}}},{l:"pt_PT",t:{Next:{v:["Seguinte"]},"Pause slideshow":{v:["Pausar diaporama"]},Previous:{v:["Anterior"]},"Start slideshow":{v:["Iniciar diaporama"]}}},{l:"ro",t:{Next:{v:["Următorul"]},"Pause slideshow":{v:["Pauză prezentare de diapozitive"]},Previous:{v:["Anterior"]},"Start slideshow":{v:["Începeți prezentarea de diapozitive"]}}},{l:"ru",t:{Next:{v:["Следующее"]},"Pause slideshow":{v:["Приостановить показ слйдов"]},Previous:{v:["Предыдущее"]},"Start slideshow":{v:["Начать показ слайдов"]}}},{l:"sc",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"si",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"sk",t:{Next:{v:["Ďalší"]},"Pause slideshow":{v:["Pozastaviť prezentáciu"]},Previous:{v:["Predchádzajúci"]},"Start slideshow":{v:["Začať prezentáciu"]}}},{l:"sl",t:{Next:{v:["Naslednji"]},"Pause slideshow":{v:["Ustavi predstavitev"]},Previous:{v:["Predhodni"]},"Start slideshow":{v:["Začni predstavitev"]}}},{l:"sq",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"sr",t:{Next:{v:["Следеће"]},"Pause slideshow":{v:["Паузирај слајд шоу"]},Previous:{v:["Претходно"]},"Start slideshow":{v:["Покрени слајд шоу"]}}},{l:"sr@latin",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"sv",t:{Next:{v:["Nästa"]},"Pause slideshow":{v:["Pausa bildspelet"]},Previous:{v:["Föregående"]},"Start slideshow":{v:["Starta bildspelet"]}}},{l:"sw",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"ta",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"th",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"tk",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"tr",t:{Next:{v:["Sonraki"]},"Pause slideshow":{v:["Slayt sunumunu duraklat"]},Previous:{v:["Önceki"]},"Start slideshow":{v:["Slayt sunumunu başlat"]}}},{l:"ug",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"uk",t:{Next:{v:["Вперед"]},"Pause slideshow":{v:["Пауза у показі слайдів"]},Previous:{v:["Назад"]},"Start slideshow":{v:["Почати показ слайдів"]}}},{l:"ur_PK",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"uz",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"vi",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}},{l:"zh_CN",t:{Next:{v:["下一个"]},"Pause slideshow":{v:["暂停幻灯片"]},Previous:{v:["上一个"]},"Start slideshow":{v:["开始幻灯片"]}}},{l:"zh_HK",t:{Next:{v:["下一個"]},"Pause slideshow":{v:["暫停幻燈片"]},Previous:{v:["上一個"]},"Start slideshow":{v:["開始幻燈片"]}}},{l:"zh_TW",t:{Next:{v:["下一個"]},"Pause slideshow":{v:["暫停幻燈片"]},Previous:{v:["上一個"]},"Start slideshow":{v:["開始幻燈片"]}}},{l:"zu_ZA",t:{Next:{v:[""]},"Pause slideshow":{v:[""]},Previous:{v:[""]},"Start slideshow":{v:[""]}}}],ag=[{l:"af",t:{"Undo changes":{v:[""]}}},{l:"ar",t:{"Undo changes":{v:["تراجَع عن التغييرات"]}}},{l:"ast",t:{"Undo changes":{v:["Desfacer los cambeos"]}}},{l:"az",t:{"Undo changes":{v:[""]}}},{l:"be",t:{"Undo changes":{v:[""]}}},{l:"bg",t:{"Undo changes":{v:[""]}}},{l:"bn_BD",t:{"Undo changes":{v:[""]}}},{l:"br",t:{"Undo changes":{v:[""]}}},{l:"bs",t:{"Undo changes":{v:[""]}}},{l:"ca",t:{"Undo changes":{v:["Desfés els canvis"]}}},{l:"cs",t:{"Undo changes":{v:["Vzít změny zpět"]}}},{l:"cs_CZ",t:{"Undo changes":{v:["Vzít změny zpět"]}}},{l:"cy_GB",t:{"Undo changes":{v:[""]}}},{l:"da",t:{"Undo changes":{v:["Fortryd ændringer"]}}},{l:"de",t:{"Undo changes":{v:["Änderungen rückgängig machen"]}}},{l:"de_DE",t:{"Undo changes":{v:["Änderungen rückgängig machen"]}}},{l:"el",t:{"Undo changes":{v:["Αναίρεση Αλλαγών"]}}},{l:"en_GB",t:{"Undo changes":{v:["Undo changes"]}}},{l:"eo",t:{"Undo changes":{v:[""]}}},{l:"es",t:{"Undo changes":{v:["Deshacer cambios"]}}},{l:"es_419",t:{"Undo changes":{v:[""]}}},{l:"es_AR",t:{"Undo changes":{v:["Deshacer cambios"]}}},{l:"es_CL",t:{"Undo changes":{v:[""]}}},{l:"es_CO",t:{"Undo changes":{v:[""]}}},{l:"es_CR",t:{"Undo changes":{v:[""]}}},{l:"es_DO",t:{"Undo changes":{v:[""]}}},{l:"es_EC",t:{"Undo changes":{v:["Deshacer cambios"]}}},{l:"es_GT",t:{"Undo changes":{v:[""]}}},{l:"es_HN",t:{"Undo changes":{v:[""]}}},{l:"es_MX",t:{"Undo changes":{v:[""]}}},{l:"es_NI",t:{"Undo changes":{v:[""]}}},{l:"es_PA",t:{"Undo changes":{v:[""]}}},{l:"es_PE",t:{"Undo changes":{v:[""]}}},{l:"es_PR",t:{"Undo changes":{v:[""]}}},{l:"es_PY",t:{"Undo changes":{v:[""]}}},{l:"es_SV",t:{"Undo changes":{v:[""]}}},{l:"es_UY",t:{"Undo changes":{v:[""]}}},{l:"et_EE",t:{"Undo changes":{v:[""]}}},{l:"eu",t:{"Undo changes":{v:["Aldaketak desegin"]}}},{l:"fa",t:{"Undo changes":{v:[""]}}},{l:"fi",t:{"Undo changes":{v:["Kumoa muutokset"]}}},{l:"fo",t:{"Undo changes":{v:[""]}}},{l:"fr",t:{"Undo changes":{v:["Annuler les changements"]}}},{l:"ga",t:{"Undo changes":{v:["Cealaigh athruithe"]}}},{l:"gd",t:{"Undo changes":{v:[""]}}},{l:"gl",t:{"Undo changes":{v:["Desfacer os cambios"]}}},{l:"he",t:{"Undo changes":{v:["ביטול שינויים"]}}},{l:"hi_IN",t:{"Undo changes":{v:[""]}}},{l:"hr",t:{"Undo changes":{v:[""]}}},{l:"hsb",t:{"Undo changes":{v:[""]}}},{l:"hu",t:{"Undo changes":{v:["Változtatások visszavonása"]}}},{l:"hy",t:{"Undo changes":{v:[""]}}},{l:"ia",t:{"Undo changes":{v:[""]}}},{l:"id",t:{"Undo changes":{v:["Urungkan perubahan"]}}},{l:"ig",t:{"Undo changes":{v:[""]}}},{l:"is",t:{"Undo changes":{v:["Afturkalla breytingar"]}}},{l:"it",t:{"Undo changes":{v:["Cancella i cambiamenti"]}}},{l:"ja",t:{"Undo changes":{v:["変更を取り消し"]}}},{l:"ja_JP",t:{"Undo changes":{v:["変更を取り消し"]}}},{l:"ka",t:{"Undo changes":{v:[""]}}},{l:"ka_GE",t:{"Undo changes":{v:[""]}}},{l:"kab",t:{"Undo changes":{v:[""]}}},{l:"kk",t:{"Undo changes":{v:[""]}}},{l:"km",t:{"Undo changes":{v:[""]}}},{l:"kn",t:{"Undo changes":{v:[""]}}},{l:"ko",t:{"Undo changes":{v:[""]}}},{l:"la",t:{"Undo changes":{v:[""]}}},{l:"lb",t:{"Undo changes":{v:[""]}}},{l:"lo",t:{"Undo changes":{v:[""]}}},{l:"lt_LT",t:{"Undo changes":{v:[""]}}},{l:"lv",t:{"Undo changes":{v:[""]}}},{l:"mk",t:{"Undo changes":{v:["Врати ги промените"]}}},{l:"mn",t:{"Undo changes":{v:[""]}}},{l:"mr",t:{"Undo changes":{v:[""]}}},{l:"ms_MY",t:{"Undo changes":{v:[""]}}},{l:"my",t:{"Undo changes":{v:[""]}}},{l:"nb",t:{"Undo changes":{v:["Tilbakestill endringer"]}}},{l:"ne",t:{"Undo changes":{v:[""]}}},{l:"nl",t:{"Undo changes":{v:["Wijzigingen ongedaan maken"]}}},{l:"nn_NO",t:{"Undo changes":{v:[""]}}},{l:"oc",t:{"Undo changes":{v:[""]}}},{l:"pl",t:{"Undo changes":{v:["Cofnij zmiany"]}}},{l:"ps",t:{"Undo changes":{v:[""]}}},{l:"pt_BR",t:{"Undo changes":{v:["Desfazer modificações"]}}},{l:"pt_PT",t:{"Undo changes":{v:["Anular alterações"]}}},{l:"ro",t:{"Undo changes":{v:["Anularea modificărilor"]}}},{l:"ru",t:{"Undo changes":{v:["Отменить изменения"]}}},{l:"sc",t:{"Undo changes":{v:[""]}}},{l:"si",t:{"Undo changes":{v:[""]}}},{l:"sk",t:{"Undo changes":{v:["Vrátiť zmeny"]}}},{l:"sl",t:{"Undo changes":{v:["Razveljavi spremembe"]}}},{l:"sq",t:{"Undo changes":{v:[""]}}},{l:"sr",t:{"Undo changes":{v:["Поништи измене"]}}},{l:"sr@latin",t:{"Undo changes":{v:[""]}}},{l:"sv",t:{"Undo changes":{v:["Ångra ändringar"]}}},{l:"sw",t:{"Undo changes":{v:[""]}}},{l:"ta",t:{"Undo changes":{v:[""]}}},{l:"th",t:{"Undo changes":{v:[""]}}},{l:"tk",t:{"Undo changes":{v:[""]}}},{l:"tr",t:{"Undo changes":{v:["Değişiklikleri geri al"]}}},{l:"ug",t:{"Undo changes":{v:[""]}}},{l:"uk",t:{"Undo changes":{v:["Скасувати зміни"]}}},{l:"ur_PK",t:{"Undo changes":{v:[""]}}},{l:"uz",t:{"Undo changes":{v:[""]}}},{l:"vi",t:{"Undo changes":{v:[""]}}},{l:"zh_CN",t:{"Undo changes":{v:["撤销更改"]}}},{l:"zh_HK",t:{"Undo changes":{v:["取消更改"]}}},{l:"zh_TW",t:{"Undo changes":{v:["還原變更"]}}},{l:"zu_ZA",t:{"Undo changes":{v:[""]}}}],za=e=>Math.random().toString(36).replace(/[^a-z]+/g,"").slice(0,e||5);function pe(e,t,n,s,r,a,o,l){var c=typeof e=="function"?e.options:e;t&&(c.render=t,c.staticRenderFns=n,c._compiled=!0),s&&(c.functional=!0),a&&(c._scopeId="data-v-"+a);var p;if(o?(p=function(y){y=y||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,!y&&typeof __VUE_SSR_CONTEXT__<"u"&&(y=__VUE_SSR_CONTEXT__),r&&r.call(this,y),y&&y._registeredComponents&&y._registeredComponents.add(o)},c._ssrRegister=p):r&&(p=l?function(){r.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot)}:r),p)if(c.functional){c._injectStyles=p;var d=c.render;c.render=function(y,h){return p.call(h),d(y,h)}}else{var g=c.beforeCreate;c.beforeCreate=g?[].concat(g,p):[p]}return{exports:e,options:c}}const og={name:"NcButton",inject:{getNcPopoverTriggerAttrs:{from:"NcPopover:trigger:attrs",default:()=>()=>({})}},props:{alignment:{type:String,default:"center",validator:e=>["start","start-reverse","center","center-reverse","end","end-reverse"].includes(e)},disabled:{type:Boolean,default:!1},size:{type:String,default:"normal",validator(e){return["small","normal","large"].includes(e)}},type:{type:String,validator(e){return["primary","secondary","tertiary","tertiary-no-background","tertiary-on-primary","error","warning","success"].includes(e)},default:"secondary"},nativeType:{type:String,validator(e){return["submit","reset","button"].indexOf(e)!==-1},default:"button"},wide:{type:Boolean,default:!1},ariaLabel:{type:String,default:null},href:{type:String,default:null},download:{type:String,default:null},to:{type:[String,Object],default:null},exact:{type:Boolean,default:!1},ariaHidden:{type:Boolean,default:null},pressed:{type:Boolean,default:null}},emits:["update:pressed","click"],computed:{realType(){return this.pressed?"primary":this.pressed===!1&&this.type==="primary"?"secondary":this.type},flexAlignment(){return this.alignment.split("-")[0]},isReverseAligned(){return this.alignment.includes("-")},ncPopoverTriggerAttrs(){return this.getNcPopoverTriggerAttrs()}},render(e){var t,n,s;const r=!!this.$slots.default,a=(t=this.$slots)==null?void 0:t.icon;!r&&!this.ariaLabel&&console.warn("You need to fill either the text or the ariaLabel props in the button component.",{text:(s=(n=this.$slots.default)==null?void 0:n[0])==null?void 0:s.text,ariaLabel:this.ariaLabel},this);const o=this.to||this.href,l=!o&&typeof this.pressed=="boolean",c=({href:p,navigate:d,isActive:g,isExactActive:y}={})=>e(o?"a":"button",{class:["button-vue","button-vue--size-".concat(this.size),{"button-vue--icon-only":a&&!r,"button-vue--text-only":r&&!a,"button-vue--icon-and-text":a&&r,["button-vue--vue-".concat(this.realType)]:this.realType,"button-vue--wide":this.wide,["button-vue--".concat(this.flexAlignment)]:this.flexAlignment!=="center","button-vue--reverse":this.isReverseAligned,active:g,"router-link-exact-active":y}],attrs:{"aria-label":this.ariaLabel,"aria-pressed":l?this.pressed.toString():void 0,disabled:this.disabled,type:o?null:this.nativeType,role:o?"button":null,href:this.to?p:this.href||null,target:o?"_self":null,rel:o?"nofollow noreferrer noopener":null,download:!this.to&&this.href&&this.download?this.download:null,...this.ncPopoverTriggerAttrs,...this.$attrs},on:{...this.$listeners,click:h=>{l&&this.$emit("update:pressed",!this.pressed),this.$emit("click",h),d==null||d(h)}}},[e("span",{class:"button-vue__wrapper"},[a?e("span",{class:"button-vue__icon",attrs:{"aria-hidden":"true"}},[this.$slots.icon]):null,r?e("span",{class:"button-vue__text"},[this.$slots.default]):null])]);return this.to?e("router-link",{props:{custom:!0,to:this.to,exact:this.exact},scopedSlots:{default:c}}):c()}},ig=null,lg=null;var ug=pe(og,ig,lg,!1,null,"44398b0c",null,null);const ja=ug.exports;function Xe(e){return e.split("-")[0]}function Kt(e){return e.split("-")[1]}function On(e){return["top","bottom"].includes(Xe(e))?"x":"y"}function Ra(e){return e==="y"?"height":"width"}function di(e){let{reference:t,floating:n,placement:s}=e;const r=t.x+t.width/2-n.width/2,a=t.y+t.height/2-n.height/2;let o;switch(Xe(s)){case"top":o={x:r,y:t.y-n.height};break;case"bottom":o={x:r,y:t.y+t.height};break;case"right":o={x:t.x+t.width,y:a};break;case"left":o={x:t.x-n.width,y:a};break;default:o={x:t.x,y:t.y}}const l=On(s),c=Ra(l);switch(Kt(s)){case"start":o[l]=o[l]-(t[c]/2-n[c]/2);break;case"end":o[l]=o[l]+(t[c]/2-n[c]/2);break}return o}const cg=async(e,t,n)=>{const{placement:s="bottom",strategy:r="absolute",middleware:a=[],platform:o}=n;let l=await o.getElementRects({reference:e,floating:t,strategy:r}),{x:c,y:p}=di({...l,placement:s}),d=s,g={};for(let y=0;y<a.length;y++){const{name:h,fn:F}=a[y],{x:E,y:N,data:D,reset:k}=await F({x:c,y:p,initialPlacement:s,placement:d,strategy:r,middlewareData:g,rects:l,platform:o,elements:{reference:e,floating:t}});if(c=E!=null?E:c,p=N!=null?N:p,g={...g,[h]:D!=null?D:{}},k){typeof k=="object"&&(k.placement&&(d=k.placement),k.rects&&(l=k.rects===!0?await o.getElementRects({reference:e,floating:t,strategy:r}):k.rects),{x:c,y:p}=di({...l,placement:d})),y=-1;continue}}return{x:c,y:p,placement:d,strategy:r,middlewareData:g}};function dg(e){return{top:0,right:0,bottom:0,left:0,...e}}function Fu(e){return typeof e!="number"?dg(e):{top:e,right:e,bottom:e,left:e}}function Gr(e){return{...e,top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height}}async function qs(e,t){t===void 0&&(t={});const{x:n,y:s,platform:r,rects:a,elements:o,strategy:l}=e,{boundary:c="clippingParents",rootBoundary:p="viewport",elementContext:d="floating",altBoundary:g=!1,padding:y=0}=t,h=Fu(y),F=o[g?d==="floating"?"reference":"floating":d],E=await r.getClippingClientRect({element:await r.isElement(F)?F:F.contextElement||await r.getDocumentElement({element:o.floating}),boundary:c,rootBoundary:p}),N=Gr(await r.convertOffsetParentRelativeRectToViewportRelativeRect({rect:d==="floating"?{...a.floating,x:n,y:s}:a.reference,offsetParent:await r.getOffsetParent({element:o.floating}),strategy:l}));return{top:E.top-N.top+h.top,bottom:N.bottom-E.bottom+h.bottom,left:E.left-N.left+h.left,right:N.right-E.right+h.right}}const mg=Math.min,wt=Math.max;function Wr(e,t,n){return wt(e,mg(t,n))}const pg=e=>({name:"arrow",options:e,async fn(t){const{element:n,padding:s=0}=e!=null?e:{},{x:r,y:a,placement:o,rects:l,platform:c}=t;if(n==null)return{};const p=Fu(s),d={x:r,y:a},g=Xe(o),y=On(g),h=Ra(y),F=await c.getDimensions({element:n}),E=y==="y"?"top":"left",N=y==="y"?"bottom":"right",D=l.reference[h]+l.reference[y]-d[y]-l.floating[h],k=d[y]-l.reference[y],R=await c.getOffsetParent({element:n}),M=R?y==="y"?R.clientHeight||0:R.clientWidth||0:0,J=D/2-k/2,Y=p[E],W=M-F[h]-p[N],O=M/2-F[h]/2+J,q=Wr(Y,O,W);return{data:{[y]:q,centerOffset:O-q}}}}),fg={left:"right",right:"left",bottom:"top",top:"bottom"};function ks(e){return e.replace(/left|right|bottom|top/g,t=>fg[t])}function _u(e,t){const n=Kt(e)==="start",s=On(e),r=Ra(s);let a=s==="x"?n?"right":"left":n?"bottom":"top";return t.reference[r]>t.floating[r]&&(a=ks(a)),{main:a,cross:ks(a)}}const gg={start:"end",end:"start"};function Zr(e){return e.replace(/start|end/g,t=>gg[t])}const hg=["top","right","bottom","left"],vg=hg.reduce((e,t)=>e.concat(t,t+"-start",t+"-end"),[]);function yg(e,t,n){return(e?[...n.filter(s=>Kt(s)===e),...n.filter(s=>Kt(s)!==e)]:n.filter(s=>Xe(s)===s)).filter(s=>e?Kt(s)===e||(t?Zr(s)!==s:!1):!0)}const xg=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(t){var n,s,r,a,o,l;const{x:c,y:p,rects:d,middlewareData:g,placement:y}=t,{alignment:h=null,allowedPlacements:F=vg,autoAlignment:E=!0,...N}=e;if((n=g.autoPlacement)!=null&&n.skip)return{};const D=yg(h,E,F),k=await qs(t,N),R=(s=(r=g.autoPlacement)==null?void 0:r.index)!=null?s:0,M=D[R],{main:J,cross:Y}=_u(M,d);if(y!==M)return{x:c,y:p,reset:{placement:D[0]}};const W=[k[Xe(M)],k[J],k[Y]],O=[...(a=(o=g.autoPlacement)==null?void 0:o.overflows)!=null?a:[],{placement:M,overflows:W}],q=D[R+1];if(q)return{data:{index:R+1,overflows:O},reset:{placement:q}};const A=O.slice().sort((f,x)=>f.overflows[0]-x.overflows[0]),S=(l=A.find(f=>{let{overflows:x}=f;return x.every(b=>b<=0)}))==null?void 0:l.placement;return{data:{skip:!0},reset:{placement:S!=null?S:A[0].placement}}}}};function wg(e){const t=ks(e);return[Zr(e),t,Zr(t)]}const Cg=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var n,s;const{placement:r,middlewareData:a,rects:o,initialPlacement:l}=t;if((n=a.flip)!=null&&n.skip)return{};const{mainAxis:c=!0,crossAxis:p=!0,fallbackPlacements:d,fallbackStrategy:g="bestFit",flipAlignment:y=!0,...h}=e,F=Xe(r),E=d||(F===l||!y?[ks(l)]:wg(l)),N=[l,...E],D=await qs(t,h),k=[];let R=((s=a.flip)==null?void 0:s.overflows)||[];if(c&&k.push(D[F]),p){const{main:W,cross:O}=_u(r,o);k.push(D[W],D[O])}if(R=[...R,{placement:r,overflows:k}],!k.every(W=>W<=0)){var M,J;const W=((M=(J=a.flip)==null?void 0:J.index)!=null?M:0)+1,O=N[W];if(O)return{data:{index:W,overflows:R},reset:{placement:O}};let q="bottom";switch(g){case"bestFit":{var Y;const A=(Y=R.slice().sort((S,f)=>S.overflows.filter(x=>x>0).reduce((x,b)=>x+b,0)-f.overflows.filter(x=>x>0).reduce((x,b)=>x+b,0))[0])==null?void 0:Y.placement;A&&(q=A);break}case"initialPlacement":q=l;break}return{data:{skip:!0},reset:{placement:q}}}return{}}}};function Tg(e){let{placement:t,rects:n,value:s}=e;const r=Xe(t),a=["left","top"].includes(r)?-1:1,o=typeof s=="function"?s({...n,placement:t}):s,{mainAxis:l,crossAxis:c}=typeof o=="number"?{mainAxis:o,crossAxis:0}:{mainAxis:0,crossAxis:0,...o};return On(r)==="x"?{x:c,y:l*a}:{x:l*a,y:c}}const bg=function(e){return e===void 0&&(e=0),{name:"offset",options:e,fn(t){const{x:n,y:s,placement:r,rects:a}=t,o=Tg({placement:r,rects:a,value:e});return{x:n+o.x,y:s+o.y,data:o}}}};function Eg(e){return e==="x"?"y":"x"}const Fg=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:s,placement:r}=t,{mainAxis:a=!0,crossAxis:o=!1,limiter:l={fn:N=>{let{x:D,y:k}=N;return{x:D,y:k}}},...c}=e,p={x:n,y:s},d=await qs(t,c),g=On(Xe(r)),y=Eg(g);let h=p[g],F=p[y];if(a){const N=g==="y"?"top":"left",D=g==="y"?"bottom":"right",k=h+d[N],R=h-d[D];h=Wr(k,h,R)}if(o){const N=y==="y"?"top":"left",D=y==="y"?"bottom":"right",k=F+d[N],R=F-d[D];F=Wr(k,F,R)}const E=l.fn({...t,[g]:h,[y]:F});return{...E,data:{x:E.x-n,y:E.y-s}}}}},_g=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var n;const{placement:s,rects:r,middlewareData:a}=t,{apply:o,...l}=e;if((n=a.size)!=null&&n.skip)return{};const c=await qs(t,l),p=Xe(s),d=Kt(s)==="end";let g,y;p==="top"||p==="bottom"?(g=p,y=d?"left":"right"):(y=p,g=d?"top":"bottom");const h=wt(c.left,0),F=wt(c.right,0),E=wt(c.top,0),N=wt(c.bottom,0),D={height:r.floating.height-(["left","right"].includes(s)?2*(E!==0||N!==0?E+N:wt(c.top,c.bottom)):c[g]),width:r.floating.width-(["top","bottom"].includes(s)?2*(h!==0||F!==0?h+F:wt(c.left,c.right)):c[y])};return o==null||o({...D,...r}),{data:{skip:!0},reset:{rects:!0}}}}};function Ma(e){return(e==null?void 0:e.toString())==="[object Window]"}function ht(e){if(e==null)return window;if(!Ma(e)){const t=e.ownerDocument;return t&&t.defaultView||window}return e}function Ks(e){return ht(e).getComputedStyle(e)}function Ze(e){return Ma(e)?"":e?(e.nodeName||"").toLowerCase():""}function Ye(e){return e instanceof ht(e).HTMLElement}function Ls(e){return e instanceof ht(e).Element}function Sg(e){return e instanceof ht(e).Node}function Su(e){const t=ht(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function Js(e){const{overflow:t,overflowX:n,overflowY:s}=Ks(e);return/auto|scroll|overlay|hidden/.test(t+s+n)}function Ag(e){return["table","td","th"].includes(Ze(e))}function Au(e){const t=navigator.userAgent.toLowerCase().includes("firefox"),n=Ks(e);return n.transform!=="none"||n.perspective!=="none"||n.contain==="paint"||["transform","perspective"].includes(n.willChange)||t&&n.willChange==="filter"||t&&(n.filter?n.filter!=="none":!1)}const mi=Math.min,wn=Math.max,Bs=Math.round;function Zt(e,t){t===void 0&&(t=!1);const n=e.getBoundingClientRect();let s=1,r=1;return t&&Ye(e)&&(s=e.offsetWidth>0&&Bs(n.width)/e.offsetWidth||1,r=e.offsetHeight>0&&Bs(n.height)/e.offsetHeight||1),{width:n.width/s,height:n.height/r,top:n.top/r,right:n.right/s,bottom:n.bottom/r,left:n.left/s,x:n.left/s,y:n.top/r}}function vt(e){return((Sg(e)?e.ownerDocument:e.document)||window.document).documentElement}function Gs(e){return Ma(e)?{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}:{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function Nu(e){return Zt(vt(e)).left+Gs(e).scrollLeft}function Ng(e){const t=Zt(e);return Bs(t.width)!==e.offsetWidth||Bs(t.height)!==e.offsetHeight}function kg(e,t,n){const s=Ye(t),r=vt(t),a=Zt(e,s&&Ng(t));let o={scrollLeft:0,scrollTop:0};const l={x:0,y:0};if(s||!s&&n!=="fixed")if((Ze(t)!=="body"||Js(r))&&(o=Gs(t)),Ye(t)){const c=Zt(t,!0);l.x=c.x+t.clientLeft,l.y=c.y+t.clientTop}else r&&(l.x=Nu(r));return{x:a.left+o.scrollLeft-l.x,y:a.top+o.scrollTop-l.y,width:a.width,height:a.height}}function Ws(e){return Ze(e)==="html"?e:e.assignedSlot||e.parentNode||(Su(e)?e.host:null)||vt(e)}function pi(e){return!Ye(e)||getComputedStyle(e).position==="fixed"?null:e.offsetParent}function Lg(e){let t=Ws(e);for(;Ye(t)&&!["html","body"].includes(Ze(t));){if(Au(t))return t;t=t.parentNode}return null}function Yr(e){const t=ht(e);let n=pi(e);for(;n&&Ag(n)&&getComputedStyle(n).position==="static";)n=pi(n);return n&&(Ze(n)==="html"||Ze(n)==="body"&&getComputedStyle(n).position==="static"&&!Au(n))?t:n||Lg(e)||t}function fi(e){return{width:e.offsetWidth,height:e.offsetHeight}}function Bg(e){let{rect:t,offsetParent:n,strategy:s}=e;const r=Ye(n),a=vt(n);if(n===a)return t;let o={scrollLeft:0,scrollTop:0};const l={x:0,y:0};if((r||!r&&s!=="fixed")&&((Ze(n)!=="body"||Js(a))&&(o=Gs(n)),Ye(n))){const c=Zt(n,!0);l.x=c.x+n.clientLeft,l.y=c.y+n.clientTop}return{...t,x:t.x-o.scrollLeft+l.x,y:t.y-o.scrollTop+l.y}}function Pg(e){const t=ht(e),n=vt(e),s=t.visualViewport;let r=n.clientWidth,a=n.clientHeight,o=0,l=0;return s&&(r=s.width,a=s.height,Math.abs(t.innerWidth/s.scale-s.width)<.01&&(o=s.offsetLeft,l=s.offsetTop)),{width:r,height:a,x:o,y:l}}function Dg(e){var t;const n=vt(e),s=Gs(e),r=(t=e.ownerDocument)==null?void 0:t.body,a=wn(n.scrollWidth,n.clientWidth,r?r.scrollWidth:0,r?r.clientWidth:0),o=wn(n.scrollHeight,n.clientHeight,r?r.scrollHeight:0,r?r.clientHeight:0);let l=-s.scrollLeft+Nu(e);const c=-s.scrollTop;return Ks(r||n).direction==="rtl"&&(l+=wn(n.clientWidth,r?r.clientWidth:0)-a),{width:a,height:o,x:l,y:c}}function ku(e){return["html","body","#document"].includes(Ze(e))?e.ownerDocument.body:Ye(e)&&Js(e)?e:ku(Ws(e))}function Ps(e,t){var n;t===void 0&&(t=[]);const s=ku(e),r=s===((n=e.ownerDocument)==null?void 0:n.body),a=ht(s),o=r?[a].concat(a.visualViewport||[],Js(s)?s:[]):s,l=t.concat(o);return r?l:l.concat(Ps(Ws(o)))}function Ug(e,t){const n=t.getRootNode==null?void 0:t.getRootNode();if(e.contains(t))return!0;if(n&&Su(n)){let s=t;do{if(s&&e===s)return!0;s=s.parentNode||s.host}while(s)}return!1}function Og(e){const t=Zt(e),n=t.top+e.clientTop,s=t.left+e.clientLeft;return{top:n,left:s,x:s,y:n,right:s+e.clientWidth,bottom:n+e.clientHeight,width:e.clientWidth,height:e.clientHeight}}function gi(e,t){return t==="viewport"?Gr(Pg(e)):Ls(t)?Og(t):Gr(Dg(vt(e)))}function $g(e){const t=Ps(Ws(e)),n=["absolute","fixed"].includes(Ks(e).position)&&Ye(e)?Yr(e):e;return Ls(n)?t.filter(s=>Ls(s)&&Ug(s,n)&&Ze(s)!=="body"):[]}function zg(e){let{element:t,boundary:n,rootBoundary:s}=e;const r=[...n==="clippingParents"?$g(t):[].concat(n),s],a=r[0],o=r.reduce((l,c)=>{const p=gi(t,c);return l.top=wn(p.top,l.top),l.right=mi(p.right,l.right),l.bottom=mi(p.bottom,l.bottom),l.left=wn(p.left,l.left),l},gi(t,a));return o.width=o.right-o.left,o.height=o.bottom-o.top,o.x=o.left,o.y=o.top,o}const jg={getElementRects:e=>{let{reference:t,floating:n,strategy:s}=e;return{reference:kg(t,Yr(n),s),floating:{...fi(n),x:0,y:0}}},convertOffsetParentRelativeRectToViewportRelativeRect:e=>Bg(e),getOffsetParent:e=>{let{element:t}=e;return Yr(t)},isElement:e=>Ls(e),getDocumentElement:e=>{let{element:t}=e;return vt(t)},getClippingClientRect:e=>zg(e),getDimensions:e=>{let{element:t}=e;return fi(t)},getClientRects:e=>{let{element:t}=e;return t.getClientRects()}},Rg=(e,t,n)=>cg(e,t,{platform:jg,...n});var Mg=Object.defineProperty,Ig=Object.defineProperties,Hg=Object.getOwnPropertyDescriptors,Ds=Object.getOwnPropertySymbols,Lu=Object.prototype.hasOwnProperty,Bu=Object.prototype.propertyIsEnumerable,hi=(e,t,n)=>t in e?Mg(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,it=(e,t)=>{for(var n in t||(t={}))Lu.call(t,n)&&hi(e,n,t[n]);if(Ds)for(var n of Ds(t))Bu.call(t,n)&&hi(e,n,t[n]);return e},Zs=(e,t)=>Ig(e,Hg(t)),Vg=(e,t)=>{var n={};for(var s in e)Lu.call(e,s)&&t.indexOf(s)<0&&(n[s]=e[s]);if(e!=null&&Ds)for(var s of Ds(e))t.indexOf(s)<0&&Bu.call(e,s)&&(n[s]=e[s]);return n};function Pu(e,t){for(const n in t)Object.prototype.hasOwnProperty.call(t,n)&&(typeof t[n]=="object"&&e[n]?Pu(e[n],t[n]):e[n]=t[n])}const He={disabled:!1,distance:5,skidding:0,container:"body",boundary:void 0,instantMove:!1,disposeTimeout:5e3,popperTriggers:[],strategy:"absolute",preventOverflow:!0,flip:!0,shift:!0,overflowPadding:0,arrowPadding:0,arrowOverflow:!0,themes:{tooltip:{placement:"top",triggers:["hover","focus","touch"],hideTriggers:e=>[...e,"click"],delay:{show:200,hide:0},handleResize:!1,html:!1,loadingContent:"..."},dropdown:{placement:"bottom",triggers:["click"],delay:0,handleResize:!0,autoHide:!0},menu:{$extend:"dropdown",triggers:["hover","focus"],popperTriggers:["hover","focus"],delay:{show:0,hide:400}}}};function Yt(e,t){let n=He.themes[e]||{},s;do s=n[t],typeof s>"u"?n.$extend?n=He.themes[n.$extend]||{}:(n=null,s=He[t]):n=null;while(n);return s}function qg(e){const t=[e];let n=He.themes[e]||{};do n.$extend&&!n.$resetCss?(t.push(n.$extend),n=He.themes[n.$extend]||{}):n=null;while(n);return t.map(s=>"v-popper--theme-".concat(s))}function vi(e){const t=[e];let n=He.themes[e]||{};do n.$extend?(t.push(n.$extend),n=He.themes[n.$extend]||{}):n=null;while(n);return t}let Pt=!1;if(typeof window<"u"){Pt=!1;try{const e=Object.defineProperty({},"passive",{get(){Pt=!0}});window.addEventListener("test",null,e)}catch{}}let Du=!1;typeof window<"u"&&typeof navigator<"u"&&(Du=/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream);const Uu=["auto","top","bottom","left","right"].reduce((e,t)=>e.concat([t,"".concat(t,"-start"),"".concat(t,"-end")]),[]),yi={hover:"mouseenter",focus:"focus",click:"click",touch:"touchstart"},xi={hover:"mouseleave",focus:"blur",click:"click",touch:"touchend"};function wi(e,t){const n=e.indexOf(t);n!==-1&&e.splice(n,1)}function fr(){return new Promise(e=>requestAnimationFrame(()=>{requestAnimationFrame(e)}))}const Be=[];let xt=null;const Ci={};function Ti(e){let t=Ci[e];return t||(t=Ci[e]=[]),t}let Xr=function(){};typeof window<"u"&&(Xr=window.Element);function Z(e){return function(){const t=this.$props;return Yt(t.theme,e)}}const gr="__floating-vue__popper";var Ou=()=>({name:"VPopper",props:{theme:{type:String,required:!0},targetNodes:{type:Function,required:!0},referenceNode:{type:Function,required:!0},popperNode:{type:Function,required:!0},shown:{type:Boolean,default:!1},showGroup:{type:String,default:null},ariaId:{default:null},disabled:{type:Boolean,default:Z("disabled")},positioningDisabled:{type:Boolean,default:Z("positioningDisabled")},placement:{type:String,default:Z("placement"),validator:e=>Uu.includes(e)},delay:{type:[String,Number,Object],default:Z("delay")},distance:{type:[Number,String],default:Z("distance")},skidding:{type:[Number,String],default:Z("skidding")},triggers:{type:Array,default:Z("triggers")},showTriggers:{type:[Array,Function],default:Z("showTriggers")},hideTriggers:{type:[Array,Function],default:Z("hideTriggers")},popperTriggers:{type:Array,default:Z("popperTriggers")},popperShowTriggers:{type:[Array,Function],default:Z("popperShowTriggers")},popperHideTriggers:{type:[Array,Function],default:Z("popperHideTriggers")},container:{type:[String,Object,Xr,Boolean],default:Z("container")},boundary:{type:[String,Xr],default:Z("boundary")},strategy:{type:String,validator:e=>["absolute","fixed"].includes(e),default:Z("strategy")},autoHide:{type:[Boolean,Function],default:Z("autoHide")},handleResize:{type:Boolean,default:Z("handleResize")},instantMove:{type:Boolean,default:Z("instantMove")},eagerMount:{type:Boolean,default:Z("eagerMount")},popperClass:{type:[String,Array,Object],default:Z("popperClass")},computeTransformOrigin:{type:Boolean,default:Z("computeTransformOrigin")},autoMinSize:{type:Boolean,default:Z("autoMinSize")},autoSize:{type:[Boolean,String],default:Z("autoSize")},autoMaxSize:{type:Boolean,default:Z("autoMaxSize")},autoBoundaryMaxSize:{type:Boolean,default:Z("autoBoundaryMaxSize")},preventOverflow:{type:Boolean,default:Z("preventOverflow")},overflowPadding:{type:[Number,String],default:Z("overflowPadding")},arrowPadding:{type:[Number,String],default:Z("arrowPadding")},arrowOverflow:{type:Boolean,default:Z("arrowOverflow")},flip:{type:Boolean,default:Z("flip")},shift:{type:Boolean,default:Z("shift")},shiftCrossAxis:{type:Boolean,default:Z("shiftCrossAxis")},noAutoFocus:{type:Boolean,default:Z("noAutoFocus")}},provide(){return{[gr]:{parentPopper:this}}},inject:{[gr]:{default:null}},data(){return{isShown:!1,isMounted:!1,skipTransition:!1,classes:{showFrom:!1,showTo:!1,hideFrom:!1,hideTo:!0},result:{x:0,y:0,placement:"",strategy:this.strategy,arrow:{x:0,y:0,centerOffset:0},transformOrigin:null},shownChildren:new Set,lastAutoHide:!0}},computed:{popperId(){return this.ariaId!=null?this.ariaId:this.randomId},shouldMountContent(){return this.eagerMount||this.isMounted},slotData(){return{popperId:this.popperId,isShown:this.isShown,shouldMountContent:this.shouldMountContent,skipTransition:this.skipTransition,autoHide:typeof this.autoHide=="function"?this.lastAutoHide:this.autoHide,show:this.show,hide:this.hide,handleResize:this.handleResize,onResize:this.onResize,classes:Zs(it({},this.classes),{popperClass:this.popperClass}),result:this.positioningDisabled?null:this.result}},parentPopper(){var e;return(e=this[gr])==null?void 0:e.parentPopper},hasPopperShowTriggerHover(){var e,t;return((e=this.popperTriggers)==null?void 0:e.includes("hover"))||((t=this.popperShowTriggers)==null?void 0:t.includes("hover"))}},watch:it(it({shown:"$_autoShowHide",disabled(e){e?this.dispose():this.init()},async container(){this.isShown&&(this.$_ensureTeleport(),await this.$_computePosition())}},["triggers","positioningDisabled"].reduce((e,t)=>(e[t]="$_refreshListeners",e),{})),["placement","distance","skidding","boundary","strategy","overflowPadding","arrowPadding","preventOverflow","shift","shiftCrossAxis","flip"].reduce((e,t)=>(e[t]="$_computePosition",e),{})),created(){this.$_isDisposed=!0,this.randomId="popper_".concat([Math.random(),Date.now()].map(e=>e.toString(36).substring(2,10)).join("_")),this.autoMinSize&&console.warn('[floating-vue] `autoMinSize` option is deprecated. Use `autoSize="min"` instead.'),this.autoMaxSize&&console.warn("[floating-vue] `autoMaxSize` option is deprecated. Use `autoBoundaryMaxSize` instead.")},mounted(){this.init(),this.$_detachPopperNode()},activated(){this.$_autoShowHide()},deactivated(){this.hide()},beforeDestroy(){this.dispose()},methods:{show({event:e=null,skipDelay:t=!1,force:n=!1}={}){var s,r;(s=this.parentPopper)!=null&&s.lockedChild&&this.parentPopper.lockedChild!==this||(this.$_pendingHide=!1,(n||!this.disabled)&&(((r=this.parentPopper)==null?void 0:r.lockedChild)===this&&(this.parentPopper.lockedChild=null),this.$_scheduleShow(e,t),this.$emit("show"),this.$_showFrameLocked=!0,requestAnimationFrame(()=>{this.$_showFrameLocked=!1})),this.$emit("update:shown",!0))},hide({event:e=null,skipDelay:t=!1,skipAiming:n=!1}={}){var s;if(!this.$_hideInProgress){if(this.shownChildren.size>0){this.$_pendingHide=!0;return}if(!n&&this.hasPopperShowTriggerHover&&this.$_isAimingPopper()){this.parentPopper&&(this.parentPopper.lockedChild=this,clearTimeout(this.parentPopper.lockedChildTimer),this.parentPopper.lockedChildTimer=setTimeout(()=>{this.parentPopper.lockedChild===this&&(this.parentPopper.lockedChild.hide({skipDelay:t}),this.parentPopper.lockedChild=null)},1e3));return}((s=this.parentPopper)==null?void 0:s.lockedChild)===this&&(this.parentPopper.lockedChild=null),this.$_pendingHide=!1,this.$_scheduleHide(e,t),this.$emit("hide"),this.$emit("update:shown",!1)}},init(){this.$_isDisposed&&(this.$_isDisposed=!1,this.isMounted=!1,this.$_events=[],this.$_preventShow=!1,this.$_referenceNode=this.referenceNode(),this.$_targetNodes=this.targetNodes().filter(e=>e.nodeType===e.ELEMENT_NODE),this.$_popperNode=this.popperNode(),this.$_innerNode=this.$_popperNode.querySelector(".v-popper__inner"),this.$_arrowNode=this.$_popperNode.querySelector(".v-popper__arrow-container"),this.$_swapTargetAttrs("title","data-original-title"),this.$_detachPopperNode(),this.triggers.length&&this.$_addEventListeners(),this.shown&&this.show())},dispose(){this.$_isDisposed||(this.$_isDisposed=!0,this.$_removeEventListeners(),this.hide({skipDelay:!0}),this.$_detachPopperNode(),this.isMounted=!1,this.isShown=!1,this.$_updateParentShownChildren(!1),this.$_swapTargetAttrs("data-original-title","title"),this.$emit("dispose"))},async onResize(){this.isShown&&(await this.$_computePosition(),this.$emit("resize"))},async $_computePosition(){var e;if(this.$_isDisposed||this.positioningDisabled)return;const t={strategy:this.strategy,middleware:[]};(this.distance||this.skidding)&&t.middleware.push(bg({mainAxis:this.distance,crossAxis:this.skidding}));const n=this.placement.startsWith("auto");if(n?t.middleware.push(xg({alignment:(e=this.placement.split("-")[1])!=null?e:""})):t.placement=this.placement,this.preventOverflow&&(this.shift&&t.middleware.push(Fg({padding:this.overflowPadding,boundary:this.boundary,crossAxis:this.shiftCrossAxis})),!n&&this.flip&&t.middleware.push(Cg({padding:this.overflowPadding,boundary:this.boundary}))),t.middleware.push(pg({element:this.$_arrowNode,padding:this.arrowPadding})),this.arrowOverflow&&t.middleware.push({name:"arrowOverflow",fn:({placement:r,rects:a,middlewareData:o})=>{let l;const{centerOffset:c}=o.arrow;return r.startsWith("top")||r.startsWith("bottom")?l=Math.abs(c)>a.reference.width/2:l=Math.abs(c)>a.reference.height/2,{data:{overflow:l}}}}),this.autoMinSize||this.autoSize){const r=this.autoSize?this.autoSize:this.autoMinSize?"min":null;t.middleware.push({name:"autoSize",fn:({rects:a,placement:o,middlewareData:l})=>{var c;if((c=l.autoSize)!=null&&c.skip)return{};let p,d;return o.startsWith("top")||o.startsWith("bottom")?p=a.reference.width:d=a.reference.height,this.$_innerNode.style[r==="min"?"minWidth":r==="max"?"maxWidth":"width"]=p!=null?"".concat(p,"px"):null,this.$_innerNode.style[r==="min"?"minHeight":r==="max"?"maxHeight":"height"]=d!=null?"".concat(d,"px"):null,{data:{skip:!0},reset:{rects:!0}}}})}(this.autoMaxSize||this.autoBoundaryMaxSize)&&(this.$_innerNode.style.maxWidth=null,this.$_innerNode.style.maxHeight=null,t.middleware.push(_g({boundary:this.boundary,padding:this.overflowPadding,apply:({width:r,height:a})=>{this.$_innerNode.style.maxWidth=r!=null?"".concat(r,"px"):null,this.$_innerNode.style.maxHeight=a!=null?"".concat(a,"px"):null}})));const s=await Rg(this.$_referenceNode,this.$_popperNode,t);Object.assign(this.result,{x:s.x,y:s.y,placement:s.placement,strategy:s.strategy,arrow:it(it({},s.middlewareData.arrow),s.middlewareData.arrowOverflow)})},$_scheduleShow(e=null,t=!1){if(this.$_updateParentShownChildren(!0),this.$_hideInProgress=!1,clearTimeout(this.$_scheduleTimer),xt&&this.instantMove&&xt.instantMove&&xt!==this.parentPopper){xt.$_applyHide(!0),this.$_applyShow(!0);return}t?this.$_applyShow():this.$_scheduleTimer=setTimeout(this.$_applyShow.bind(this),this.$_computeDelay("show"))},$_scheduleHide(e=null,t=!1){if(this.shownChildren.size>0){this.$_pendingHide=!0;return}this.$_updateParentShownChildren(!1),this.$_hideInProgress=!0,clearTimeout(this.$_scheduleTimer),this.isShown&&(xt=this),t?this.$_applyHide():this.$_scheduleTimer=setTimeout(this.$_applyHide.bind(this),this.$_computeDelay("hide"))},$_computeDelay(e){const t=this.delay;return parseInt(t&&t[e]||t||0)},async $_applyShow(e=!1){clearTimeout(this.$_disposeTimer),clearTimeout(this.$_scheduleTimer),this.skipTransition=e,!this.isShown&&(this.$_ensureTeleport(),await fr(),await this.$_computePosition(),await this.$_applyShowEffect(),this.positioningDisabled||this.$_registerEventListeners([...Ps(this.$_referenceNode),...Ps(this.$_popperNode)],"scroll",()=>{this.$_computePosition()}))},async $_applyShowEffect(){if(this.$_hideInProgress)return;if(this.computeTransformOrigin){const t=this.$_referenceNode.getBoundingClientRect(),n=this.$_popperNode.querySelector(".v-popper__wrapper"),s=n.parentNode.getBoundingClientRect(),r=t.x+t.width/2-(s.left+n.offsetLeft),a=t.y+t.height/2-(s.top+n.offsetTop);this.result.transformOrigin="".concat(r,"px ").concat(a,"px")}this.isShown=!0,this.$_applyAttrsToTarget({"aria-describedby":this.popperId,"data-popper-shown":""});const e=this.showGroup;if(e){let t;for(let n=0;n<Be.length;n++)t=Be[n],t.showGroup!==e&&(t.hide(),t.$emit("close-group"))}Be.push(this),document.body.classList.add("v-popper--some-open");for(const t of vi(this.theme))Ti(t).push(this),document.body.classList.add("v-popper--some-open--".concat(t));this.$emit("apply-show"),this.classes.showFrom=!0,this.classes.showTo=!1,this.classes.hideFrom=!1,this.classes.hideTo=!1,await fr(),this.classes.showFrom=!1,this.classes.showTo=!0,this.noAutoFocus||this.$_popperNode.focus()},async $_applyHide(e=!1){if(this.shownChildren.size>0){this.$_pendingHide=!0,this.$_hideInProgress=!1;return}if(clearTimeout(this.$_scheduleTimer),!this.isShown)return;this.skipTransition=e,wi(Be,this),Be.length===0&&document.body.classList.remove("v-popper--some-open");for(const n of vi(this.theme)){const s=Ti(n);wi(s,this),s.length===0&&document.body.classList.remove("v-popper--some-open--".concat(n))}xt===this&&(xt=null),this.isShown=!1,this.$_applyAttrsToTarget({"aria-describedby":void 0,"data-popper-shown":void 0}),clearTimeout(this.$_disposeTimer);const t=Yt(this.theme,"disposeTimeout");t!==null&&(this.$_disposeTimer=setTimeout(()=>{this.$_popperNode&&(this.$_detachPopperNode(),this.isMounted=!1)},t)),this.$_removeEventListeners("scroll"),this.$emit("apply-hide"),this.classes.showFrom=!1,this.classes.showTo=!1,this.classes.hideFrom=!0,this.classes.hideTo=!1,await fr(),this.classes.hideFrom=!1,this.classes.hideTo=!0},$_autoShowHide(){this.shown?this.show():this.hide()},$_ensureTeleport(){if(this.$_isDisposed)return;let e=this.container;if(typeof e=="string"?e=window.document.querySelector(e):e===!1&&(e=this.$_targetNodes[0].parentNode),!e)throw new Error("No container for popover: "+this.container);e.appendChild(this.$_popperNode),this.isMounted=!0},$_addEventListeners(){const e=n=>{this.isShown&&!this.$_hideInProgress||(n.usedByTooltip=!0,!this.$_preventShow&&this.show({event:n}))};this.$_registerTriggerListeners(this.$_targetNodes,yi,this.triggers,this.showTriggers,e),this.$_registerTriggerListeners([this.$_popperNode],yi,this.popperTriggers,this.popperShowTriggers,e);const t=n=>s=>{s.usedByTooltip||this.hide({event:s,skipAiming:n})};this.$_registerTriggerListeners(this.$_targetNodes,xi,this.triggers,this.hideTriggers,t(!1)),this.$_registerTriggerListeners([this.$_popperNode],xi,this.popperTriggers,this.popperHideTriggers,t(!0))},$_registerEventListeners(e,t,n){this.$_events.push({targetNodes:e,eventType:t,handler:n}),e.forEach(s=>s.addEventListener(t,n,Pt?{passive:!0}:void 0))},$_registerTriggerListeners(e,t,n,s,r){let a=n;s!=null&&(a=typeof s=="function"?s(a):s),a.forEach(o=>{const l=t[o];l&&this.$_registerEventListeners(e,l,r)})},$_removeEventListeners(e){const t=[];this.$_events.forEach(n=>{const{targetNodes:s,eventType:r,handler:a}=n;!e||e===r?s.forEach(o=>o.removeEventListener(r,a)):t.push(n)}),this.$_events=t},$_refreshListeners(){this.$_isDisposed||(this.$_removeEventListeners(),this.$_addEventListeners())},$_handleGlobalClose(e,t=!1){this.$_showFrameLocked||(this.hide({event:e}),e.closePopover?this.$emit("close-directive"):this.$emit("auto-hide"),t&&(this.$_preventShow=!0,setTimeout(()=>{this.$_preventShow=!1},300)))},$_detachPopperNode(){this.$_popperNode.parentNode&&this.$_popperNode.parentNode.removeChild(this.$_popperNode)},$_swapTargetAttrs(e,t){for(const n of this.$_targetNodes){const s=n.getAttribute(e);s&&(n.removeAttribute(e),n.setAttribute(t,s))}},$_applyAttrsToTarget(e){for(const t of this.$_targetNodes)for(const n in e){const s=e[n];s==null?t.removeAttribute(n):t.setAttribute(n,s)}},$_updateParentShownChildren(e){let t=this.parentPopper;for(;t;)e?t.shownChildren.add(this.randomId):(t.shownChildren.delete(this.randomId),t.$_pendingHide&&t.hide()),t=t.parentPopper},$_isAimingPopper(){const e=this.$el.getBoundingClientRect();if(Cn>=e.left&&Cn<=e.right&&Tn>=e.top&&Tn<=e.bottom){const t=this.$_popperNode.getBoundingClientRect(),n=Cn-rt,s=Tn-at,r=t.left+t.width/2-rt+(t.top+t.height/2)-at+t.width+t.height,a=rt+n*r,o=at+s*r;return Wn(rt,at,a,o,t.left,t.top,t.left,t.bottom)||Wn(rt,at,a,o,t.left,t.top,t.right,t.top)||Wn(rt,at,a,o,t.right,t.top,t.right,t.bottom)||Wn(rt,at,a,o,t.left,t.bottom,t.right,t.bottom)}return!1}},render(){return this.$scopedSlots.default(this.slotData)[0]}});typeof document<"u"&&typeof window<"u"&&(Du?(document.addEventListener("touchstart",bi,Pt?{passive:!0,capture:!0}:!0),document.addEventListener("touchend",Jg,Pt?{passive:!0,capture:!0}:!0)):(window.addEventListener("mousedown",bi,!0),window.addEventListener("click",Kg,!0)),window.addEventListener("resize",Zg));function bi(e){for(let t=0;t<Be.length;t++){const n=Be[t];try{const s=n.popperNode();n.$_mouseDownContains=s.contains(e.target)}catch{}}}function Kg(e){$u(e)}function Jg(e){$u(e,!0)}function $u(e,t=!1){const n={};for(let s=Be.length-1;s>=0;s--){const r=Be[s];try{const a=r.$_containsGlobalTarget=Gg(r,e);r.$_pendingHide=!1,requestAnimationFrame(()=>{if(r.$_pendingHide=!1,!n[r.randomId]&&Ei(r,a,e)){if(r.$_handleGlobalClose(e,t),!e.closeAllPopover&&e.closePopover&&a){let l=r.parentPopper;for(;l;)n[l.randomId]=!0,l=l.parentPopper;return}let o=r.parentPopper;for(;o&&Ei(o,o.$_containsGlobalTarget,e);)o.$_handleGlobalClose(e,t),o=o.parentPopper}})}catch{}}}function Gg(e,t){const n=e.popperNode();return e.$_mouseDownContains||n.contains(t.target)}function Ei(e,t,n){return n.closeAllPopover||n.closePopover&&t||Wg(e,n)&&!t}function Wg(e,t){if(typeof e.autoHide=="function"){const n=e.autoHide(t);return e.lastAutoHide=n,n}return e.autoHide}function Zg(e){for(let t=0;t<Be.length;t++)Be[t].$_computePosition(e)}let rt=0,at=0,Cn=0,Tn=0;typeof window<"u"&&window.addEventListener("mousemove",e=>{rt=Cn,at=Tn,Cn=e.clientX,Tn=e.clientY},Pt?{passive:!0}:void 0);function Wn(e,t,n,s,r,a,o,l){const c=((o-r)*(t-a)-(l-a)*(e-r))/((l-a)*(n-e)-(o-r)*(s-t)),p=((n-e)*(t-a)-(s-t)*(e-r))/((l-a)*(n-e)-(o-r)*(s-t));return c>=0&&c<=1&&p>=0&&p<=1}function Yg(){var e=window.navigator.userAgent,t=e.indexOf("MSIE ");if(t>0)return parseInt(e.substring(t+5,e.indexOf(".",t)),10);var n=e.indexOf("Trident/");if(n>0){var s=e.indexOf("rv:");return parseInt(e.substring(s+3,e.indexOf(".",s)),10)}var r=e.indexOf("Edge/");return r>0?parseInt(e.substring(r+5,e.indexOf(".",r)),10):-1}var is;function Qr(){Qr.init||(Qr.init=!0,is=Yg()!==-1)}var Xg={name:"ResizeObserver",props:{emitOnMount:{type:Boolean,default:!1},ignoreWidth:{type:Boolean,default:!1},ignoreHeight:{type:Boolean,default:!1}},mounted:function(){var e=this;Qr(),this.$nextTick(function(){e._w=e.$el.offsetWidth,e._h=e.$el.offsetHeight,e.emitOnMount&&e.emitSize()});var t=document.createElement("object");this._resizeObject=t,t.setAttribute("aria-hidden","true"),t.setAttribute("tabindex",-1),t.onload=this.addResizeHandlers,t.type="text/html",is&&this.$el.appendChild(t),t.data="about:blank",is||this.$el.appendChild(t)},beforeDestroy:function(){this.removeResizeHandlers()},methods:{compareAndNotify:function(){(!this.ignoreWidth&&this._w!==this.$el.offsetWidth||!this.ignoreHeight&&this._h!==this.$el.offsetHeight)&&(this._w=this.$el.offsetWidth,this._h=this.$el.offsetHeight,this.emitSize())},emitSize:function(){this.$emit("notify",{width:this._w,height:this._h})},addResizeHandlers:function(){this._resizeObject.contentDocument.defaultView.addEventListener("resize",this.compareAndNotify),this.compareAndNotify()},removeResizeHandlers:function(){this._resizeObject&&this._resizeObject.onload&&(!is&&this._resizeObject.contentDocument&&this._resizeObject.contentDocument.defaultView.removeEventListener("resize",this.compareAndNotify),this.$el.removeChild(this._resizeObject),this._resizeObject.onload=null,this._resizeObject=null)}}};function Qg(e,t,n,s,r,a,o,l,c,p){typeof o!="boolean"&&(c=l,l=o,o=!1);var d=typeof n=="function"?n.options:n;e&&e.render&&(d.render=e.render,d.staticRenderFns=e.staticRenderFns,d._compiled=!0,r&&(d.functional=!0)),s&&(d._scopeId=s);var g;if(a?(g=function(F){F=F||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,!F&&typeof __VUE_SSR_CONTEXT__<"u"&&(F=__VUE_SSR_CONTEXT__),t&&t.call(this,c(F)),F&&F._registeredComponents&&F._registeredComponents.add(a)},d._ssrRegister=g):t&&(g=o?function(F){t.call(this,p(F,this.$root.$options.shadowRoot))}:function(F){t.call(this,l(F))}),g)if(d.functional){var y=d.render;d.render=function(F,E){return g.call(E),y(F,E)}}else{var h=d.beforeCreate;d.beforeCreate=h?[].concat(h,g):[g]}return n}var eh=Xg,zu=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"resize-observer",attrs:{tabindex:"-1"}})},th=[];zu._withStripped=!0;var nh=void 0,sh="data-v-8859cc6c",rh=void 0,ah=!1,ea=Qg({render:zu,staticRenderFns:th},nh,eh,sh,ah,rh,!1,void 0,void 0,void 0);function oh(e){e.component("resize-observer",ea),e.component("ResizeObserver",ea)}var ih={version:"1.0.1",install:oh},Zn=null;typeof window<"u"?Zn=window.Vue:typeof St<"u"&&(Zn=St.Vue),Zn&&Zn.use(ih);var ju={computed:{themeClass(){return qg(this.theme)}}},lh={name:"VPopperContent",components:{ResizeObserver:ea},mixins:[ju],props:{popperId:String,theme:String,shown:Boolean,mounted:Boolean,skipTransition:Boolean,autoHide:Boolean,handleResize:Boolean,classes:Object,result:Object},methods:{toPx(e){return e!=null&&!isNaN(e)?"".concat(e,"px"):null}}},uh=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{ref:"popover",staticClass:"v-popper__popper",class:[e.themeClass,e.classes.popperClass,{"v-popper__popper--shown":e.shown,"v-popper__popper--hidden":!e.shown,"v-popper__popper--show-from":e.classes.showFrom,"v-popper__popper--show-to":e.classes.showTo,"v-popper__popper--hide-from":e.classes.hideFrom,"v-popper__popper--hide-to":e.classes.hideTo,"v-popper__popper--skip-transition":e.skipTransition,"v-popper__popper--arrow-overflow":e.result&&e.result.arrow.overflow,"v-popper__popper--no-positioning":!e.result}],style:e.result?{position:e.result.strategy,transform:"translate3d("+Math.round(e.result.x)+"px,"+Math.round(e.result.y)+"px,0)"}:void 0,attrs:{id:e.popperId,"aria-hidden":e.shown?"false":"true",tabindex:e.autoHide?0:void 0,"data-popper-placement":e.result?e.result.placement:void 0},on:{keyup:function(s){if(!s.type.indexOf("key")&&e._k(s.keyCode,"esc",27,s.key,["Esc","Escape"]))return null;e.autoHide&&e.$emit("hide")}}},[n("div",{staticClass:"v-popper__backdrop",on:{click:function(s){e.autoHide&&e.$emit("hide")}}}),n("div",{staticClass:"v-popper__wrapper",style:e.result?{transformOrigin:e.result.transformOrigin}:void 0},[n("div",{ref:"inner",staticClass:"v-popper__inner"},[e.mounted?[n("div",[e._t("default")],2),e.handleResize?n("ResizeObserver",{on:{notify:function(s){return e.$emit("resize",s)}}}):e._e()]:e._e()],2),n("div",{ref:"arrow",staticClass:"v-popper__arrow-container",style:e.result?{left:e.toPx(e.result.arrow.x),top:e.toPx(e.result.arrow.y)}:void 0},[n("div",{staticClass:"v-popper__arrow-outer"}),n("div",{staticClass:"v-popper__arrow-inner"})])])])},ch=[];function sn(e,t,n,s,r,a,o,l){var c=typeof e=="function"?e.options:e;t&&(c.render=t,c.staticRenderFns=n,c._compiled=!0),s&&(c.functional=!0),a&&(c._scopeId="data-v-"+a);var p;if(o?(p=function(y){y=y||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,!y&&typeof __VUE_SSR_CONTEXT__<"u"&&(y=__VUE_SSR_CONTEXT__),r&&r.call(this,y),y&&y._registeredComponents&&y._registeredComponents.add(o)},c._ssrRegister=p):r&&(p=l?function(){r.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot)}:r),p)if(c.functional){c._injectStyles=p;var d=c.render;c.render=function(y,h){return p.call(h),d(y,h)}}else{var g=c.beforeCreate;c.beforeCreate=g?[].concat(g,p):[p]}return{exports:e,options:c}}const Fi={};var dh=sn(lh,uh,ch,!1,mh,null,null,null);function mh(e){for(let t in Fi)this[t]=Fi[t]}var Ru=function(){return dh.exports}(),Ia={methods:{show(...e){return this.$refs.popper.show(...e)},hide(...e){return this.$refs.popper.hide(...e)},dispose(...e){return this.$refs.popper.dispose(...e)},onResize(...e){return this.$refs.popper.onResize(...e)}}},ph={name:"VPopperWrapper",components:{Popper:Ou(),PopperContent:Ru},mixins:[Ia,ju],inheritAttrs:!1,props:{theme:{type:String,default(){return this.$options.vPopperTheme}}},methods:{getTargetNodes(){return Array.from(this.$refs.reference.children).filter(e=>e!==this.$refs.popperContent.$el)}}},fh=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("Popper",e._g(e._b({ref:"popper",attrs:{theme:e.theme,"target-nodes":e.getTargetNodes,"reference-node":function(){return e.$refs.reference},"popper-node":function(){return e.$refs.popperContent.$el}},scopedSlots:e._u([{key:"default",fn:function(s){var r=s.popperId,a=s.isShown,o=s.shouldMountContent,l=s.skipTransition,c=s.autoHide,p=s.show,d=s.hide,g=s.handleResize,y=s.onResize,h=s.classes,F=s.result;return[n("div",{ref:"reference",staticClass:"v-popper",class:[e.themeClass,{"v-popper--shown":a}]},[e._t("default",null,{shown:a,show:p,hide:d}),n("PopperContent",{ref:"popperContent",attrs:{"popper-id":r,theme:e.theme,shown:a,mounted:o,"skip-transition":l,"auto-hide":c,"handle-resize":g,classes:h,result:F},on:{hide:d,resize:y}},[e._t("popper",null,{shown:a,hide:d})],2)],2)]}}],null,!0)},"Popper",e.$attrs,!1),e.$listeners))},gh=[];const _i={};var hh=sn(ph,fh,gh,!1,vh,null,null,null);function vh(e){for(let t in _i)this[t]=_i[t]}var Ha=function(){return hh.exports}(),yh=Zs(it({},Ha),{name:"VDropdown",vPopperTheme:"dropdown"});let xh,wh;const Si={};var Ch=sn(yh,xh,wh,!1,Th,null,null,null);function Th(e){for(let t in Si)this[t]=Si[t]}var ta=function(){return Ch.exports}(),bh=Zs(it({},Ha),{name:"VMenu",vPopperTheme:"menu"});let Eh,Fh;const Ai={};var _h=sn(bh,Eh,Fh,!1,Sh,null,null,null);function Sh(e){for(let t in Ai)this[t]=Ai[t]}var Ni=function(){return _h.exports}(),Ah=Zs(it({},Ha),{name:"VTooltip",vPopperTheme:"tooltip"});let Nh,kh;const ki={};var Lh=sn(Ah,Nh,kh,!1,Bh,null,null,null);function Bh(e){for(let t in ki)this[t]=ki[t]}var Li=function(){return Lh.exports}(),Ph={name:"VTooltipDirective",components:{Popper:Ou(),PopperContent:Ru},mixins:[Ia],inheritAttrs:!1,props:{theme:{type:String,default:"tooltip"},html:{type:Boolean,default(){return Yt(this.theme,"html")}},content:{type:[String,Number,Function],default:null},loadingContent:{type:String,default(){return Yt(this.theme,"loadingContent")}}},data(){return{asyncContent:null}},computed:{isContentAsync(){return typeof this.content=="function"},loading(){return this.isContentAsync&&this.asyncContent==null},finalContent(){return this.isContentAsync?this.loading?this.loadingContent:this.asyncContent:this.content}},watch:{content:{handler(){this.fetchContent(!0)},immediate:!0},async finalContent(e){await this.$nextTick(),this.$refs.popper.onResize()}},created(){this.$_fetchId=0},methods:{fetchContent(e){if(typeof this.content=="function"&&this.$_isShown&&(e||!this.$_loading&&this.asyncContent==null)){this.asyncContent=null,this.$_loading=!0;const t=++this.$_fetchId,n=this.content(this);n.then?n.then(s=>this.onResult(t,s)):this.onResult(t,n)}},onResult(e,t){e===this.$_fetchId&&(this.$_loading=!1,this.asyncContent=t)},onShow(){this.$_isShown=!0,this.fetchContent()},onHide(){this.$_isShown=!1}}},Dh=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("Popper",e._g(e._b({ref:"popper",attrs:{theme:e.theme,"popper-node":function(){return e.$refs.popperContent.$el}},on:{"apply-show":e.onShow,"apply-hide":e.onHide},scopedSlots:e._u([{key:"default",fn:function(s){var r=s.popperId,a=s.isShown,o=s.shouldMountContent,l=s.skipTransition,c=s.autoHide,p=s.hide,d=s.handleResize,g=s.onResize,y=s.classes,h=s.result;return[n("PopperContent",{ref:"popperContent",class:{"v-popper--tooltip-loading":e.loading},attrs:{"popper-id":r,theme:e.theme,shown:a,mounted:o,"skip-transition":l,"auto-hide":c,"handle-resize":d,classes:y,result:h},on:{hide:p,resize:g}},[e.html?n("div",{domProps:{innerHTML:e._s(e.finalContent)}}):n("div",{domProps:{textContent:e._s(e.finalContent)}})])]}}])},"Popper",e.$attrs,!1),e.$listeners))},Uh=[];const Bi={};var Oh=sn(Ph,Dh,Uh,!1,$h,null,null,null);function $h(e){for(let t in Bi)this[t]=Bi[t]}var zh=function(){return Oh.exports}();const Mu="v-popper--has-tooltip";function jh(e,t){let n=e.placement;if(!n&&t)for(const s of Uu)t[s]&&(n=s);return n||(n=Yt(e.theme||"tooltip","placement")),n}function Iu(e,t,n){let s;const r=typeof t;return r==="string"?s={content:t}:t&&r==="object"?s=t:s={content:!1},s.placement=jh(s,n),s.targetNodes=()=>[e],s.referenceNode=()=>e,s}function Rh(e,t,n){const s=Iu(e,t,n),r=e.$_popper=new re({mixins:[Ia],data(){return{options:s}},render(o){const l=this.options,{theme:c,html:p,content:d,loadingContent:g}=l,y=Vg(l,["theme","html","content","loadingContent"]);return o(zh,{props:{theme:c,html:p,content:d,loadingContent:g},attrs:y,ref:"popper"})},devtools:{hide:!0}}),a=document.createElement("div");return document.body.appendChild(a),r.$mount(a),e.classList&&e.classList.add(Mu),r}function Hu(e){e.$_popper&&(e.$_popper.$destroy(),delete e.$_popper,delete e.$_popperOldShown),e.classList&&e.classList.remove(Mu)}function Pi(e,{value:t,oldValue:n,modifiers:s}){const r=Iu(e,t,s);if(!r.content||Yt(r.theme||"tooltip","disabled"))Hu(e);else{let a;e.$_popper?(a=e.$_popper,a.options=r):a=Rh(e,t,s),typeof t.shown<"u"&&t.shown!==e.$_popperOldShown&&(e.$_popperOldShown=t.shown,t.shown?a.show():a.hide())}}var Vu={bind:Pi,update:Pi,unbind(e){Hu(e)}};function Di(e){e.addEventListener("click",qu),e.addEventListener("touchstart",Ku,Pt?{passive:!0}:!1)}function Ui(e){e.removeEventListener("click",qu),e.removeEventListener("touchstart",Ku),e.removeEventListener("touchend",Ju),e.removeEventListener("touchcancel",Gu)}function qu(e){const t=e.currentTarget;e.closePopover=!t.$_vclosepopover_touch,e.closeAllPopover=t.$_closePopoverModifiers&&!!t.$_closePopoverModifiers.all}function Ku(e){if(e.changedTouches.length===1){const t=e.currentTarget;t.$_vclosepopover_touch=!0;const n=e.changedTouches[0];t.$_vclosepopover_touchPoint=n,t.addEventListener("touchend",Ju),t.addEventListener("touchcancel",Gu)}}function Ju(e){const t=e.currentTarget;if(t.$_vclosepopover_touch=!1,e.changedTouches.length===1){const n=e.changedTouches[0],s=t.$_vclosepopover_touchPoint;e.closePopover=Math.abs(n.screenY-s.screenY)<20&&Math.abs(n.screenX-s.screenX)<20,e.closeAllPopover=t.$_closePopoverModifiers&&!!t.$_closePopoverModifiers.all}}function Gu(e){const t=e.currentTarget;t.$_vclosepopover_touch=!1}var Mh={bind(e,{value:t,modifiers:n}){e.$_closePopoverModifiers=n,(typeof t>"u"||t)&&Di(e)},update(e,{value:t,oldValue:n,modifiers:s}){e.$_closePopoverModifiers=s,t!==n&&(typeof t>"u"||t?Di(e):Ui(e))},unbind(e){Ui(e)}};const Yn=He,Ih=Vu,Hh=ta;function Vh(e,t={}){e.$_vTooltipInstalled||(e.$_vTooltipInstalled=!0,Pu(He,t),e.directive("tooltip",Vu),e.directive("close-popper",Mh),e.component("v-tooltip",Li),e.component("VTooltip",Li),e.component("v-dropdown",ta),e.component("VDropdown",ta),e.component("v-menu",Ni),e.component("VMenu",Ni))}const qh={version:"1.0.0-beta.19",install:Vh,options:He};let Xn=null;typeof window<"u"?Xn=window.Vue:typeof St<"u"&&(Xn=St.Vue),Xn&&Xn.use(qh);const Kh={name:"NcPopoverTriggerProvider",provide(){return{"NcPopover:trigger:shown":()=>this.shown,"NcPopover:trigger:attrs":()=>this.triggerAttrs}},props:{shown:{type:Boolean,required:!0},popupRole:{type:String,default:void 0}},computed:{triggerAttrs(){return{"aria-haspopup":this.popupRole,"aria-expanded":this.shown.toString()}}},render(){var e,t;return(t=(e=this.$scopedSlots).default)==null?void 0:t.call(e,{attrs:this.triggerAttrs})}},Jh=null,Gh=null;var Wh=pe(Kh,Jh,Gh,!1,null,null,null,null);const Zh=Wh.exports,Yh={name:"NcPopover",components:{Dropdown:Hh,NcPopoverTriggerProvider:Zh},inheritAttrs:!1,props:{shown:{type:Boolean,default:!1},popupRole:{type:String,default:void 0,validator:e=>["menu","listbox","tree","grid","dialog","true"].includes(e)},popoverBaseClass:{type:String,default:""},focusTrap:{type:Boolean,default:!0},setReturnFocus:{default:void 0,type:[HTMLElement,SVGElement,String,Boolean]}},emits:["after-show","after-hide","update:shown"],data(){return{internalShown:this.shown}},watch:{shown(e){this.internalShown=e},internalShown(e){this.$emit("update:shown",e)}},mounted(){this.checkTriggerA11y()},beforeDestroy(){this.clearFocusTrap(),this.clearEscapeStopPropagation()},methods:{checkTriggerA11y(){var e;(e=window.OC)!=null&&e.debug&&(this.getPopoverTriggerContainerElement().querySelector("[aria-expanded]")||re.util.warn("It looks like you are using a custom button as a <NcPopover> or other popover #trigger. If you are not using <NcButton> as a trigger, you need to bind attrs from the #trigger slot props to your custom button. See <NcPopover> docs for an example."))},removeFloatingVueAriaDescribedBy(){const e=this.getPopoverTriggerContainerElement().querySelectorAll("[data-popper-shown]");for(const t of e)t.removeAttribute("aria-describedby")},getPopoverContentElement(){var e,t;return(t=(e=this.$refs.popover)==null?void 0:e.$refs.popperContent)==null?void 0:t.$el},getPopoverTriggerContainerElement(){return this.$refs.popover.$refs.reference},async useFocusTrap(){if(await this.$nextTick(),!this.focusTrap)return;const e=this.getPopoverContentElement();e&&(this.$focusTrap=Eu(e,{escapeDeactivates:!1,allowOutsideClick:!0,setReturnFocus:this.setReturnFocus,trapStack:Ns()}),this.$focusTrap.activate())},clearFocusTrap(e={}){var t;try{(t=this.$focusTrap)==null||t.deactivate(e),this.$focusTrap=null}catch(n){console.warn(n)}},addEscapeStopPropagation(){const e=this.getPopoverContentElement();e==null||e.addEventListener("keydown",this.stopKeydownEscapeHandler)},clearEscapeStopPropagation(){const e=this.getPopoverContentElement();e==null||e.removeEventListener("keydown",this.stopKeydownEscapeHandler)},stopKeydownEscapeHandler(e){e.type==="keydown"&&e.key==="Escape"&&e.stopPropagation()},afterShow(){this.removeFloatingVueAriaDescribedBy(),this.$nextTick(()=>{this.$emit("after-show"),this.useFocusTrap(),this.addEscapeStopPropagation()})},afterHide(){this.$emit("after-hide"),this.clearFocusTrap(),this.clearEscapeStopPropagation()}}};var Xh=function(){var e=this,t=e._self._c;return t("Dropdown",e._g(e._b({ref:"popover",attrs:{distance:10,"arrow-padding":10,"no-auto-focus":!0,"popper-class":e.popoverBaseClass,shown:e.internalShown},on:{"update:shown":function(n){e.internalShown=n},"apply-show":e.afterShow,"apply-hide":e.afterHide},scopedSlots:e._u([{key:"popper",fn:function(){return[e._t("default")]},proxy:!0}],null,!0)},"Dropdown",e.$attrs,!1),e.$listeners),[t("NcPopoverTriggerProvider",{attrs:{shown:e.internalShown,"popup-role":e.popupRole},scopedSlots:e._u([{key:"default",fn:function(n){return[e._t("trigger",null,null,n)]}}],null,!0)})],1)},Qh=[],e4=pe(Yh,Xh,Qh,!1,null,null,null,null);const t4=e4.exports,n4={name:"DotsHorizontalIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}};var s4=function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon dots-horizontal-icon",attrs:{"aria-hidden":e.title?null:!0,"aria-label":e.title,role:"img"},on:{click:function(n){return e.$emit("click",n)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M16,12A2,2 0 0,1 18,10A2,2 0 0,1 20,12A2,2 0 0,1 18,14A2,2 0 0,1 16,12M10,12A2,2 0 0,1 12,10A2,2 0 0,1 14,12A2,2 0 0,1 12,14A2,2 0 0,1 10,12M4,12A2,2 0 0,1 6,10A2,2 0 0,1 8,12A2,2 0 0,1 6,14A2,2 0 0,1 4,12Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])},r4=[],a4=pe(n4,s4,r4,!1,null,null,null,null);const o4=a4.exports;$a(tg);const Oi=".focusable",i4={name:"NcActions",components:{NcButton:ja,NcPopover:t4},provide(){return{"NcActions:isSemanticMenu":Ve(()=>this.actionsMenuSemanticType==="menu")}},props:{open:{type:Boolean,default:!1},manualOpen:{type:Boolean,default:!1},forceMenu:{type:Boolean,default:!1},forceName:{type:Boolean,default:!1},menuName:{type:String,default:null},forceSemanticType:{type:String,default:null,validator(e){return["dialog","menu","expanded","tooltip"].includes(e)}},primary:{type:Boolean,default:!1},type:{type:String,validator(e){return["primary","secondary","tertiary","tertiary-no-background","tertiary-on-primary","error","warning","success"].indexOf(e)!==-1},default:null},defaultIcon:{type:String,default:""},ariaLabel:{type:String,default:Me("Actions")},ariaHidden:{type:Boolean,default:null},placement:{type:String,default:"bottom"},boundariesElement:{type:Element,default:()=>{var e;return(e=document.querySelector("#content-vue"))!=null?e:document.querySelector("body")}},container:{type:[String,Object,Element,Boolean],default:"body"},disabled:{type:Boolean,default:!1},inline:{type:Number,default:0}},emits:["open","update:open","close","focus","blur","click"],setup(e){const t="menu-".concat(za()),n="trigger-".concat(t),s=xe(),{top:r,bottom:a}=ri(s),{top:o,bottom:l}=ri(Qc(e,"boundariesElement")),{height:c}=Af(),p=Ve(()=>Math.max(Math.min(r.value-84,r.value-o.value),Math.min(c.value-a.value-34,l.value-a.value)));return{triggerButton:s,maxMenuHeight:p,randomId:t,triggerRandomId:n}},data(){return{opened:this.open,focusIndex:0,actionsMenuSemanticType:"unknown",externalFocusTrapStack:[]}},computed:{triggerBtnType(){return this.type||(this.primary?"primary":this.menuName?"secondary":"tertiary")},config(){return{menu:{popupRole:"menu",withArrowNavigation:!0,withTabNavigation:!1,withFocusTrap:!1,triggerA11yAttr:{"aria-controls":this.opened?this.randomId:null},popoverContainerA11yAttrs:{},popoverUlA11yAttrs:{id:this.randomId,role:"menu"}},expanded:{popupRole:void 0,withArrowNavigation:!1,withTabNavigation:!0,withFocusTrap:!1,triggerA11yAttr:{},popoverContainerA11yAttrs:{},popoverUlA11yAttrs:{}},dialog:{popupRole:"dialog",withArrowNavigation:!1,withTabNavigation:!0,withFocusTrap:!0,triggerA11yAttr:{"aria-controls":this.opened?this.randomId:null},popoverContainerA11yAttrs:{id:this.randomId,role:"dialog","aria-labelledby":this.triggerRandomId,"aria-modal":"true"},popoverUlA11yAttrs:{}},tooltip:{popupRole:void 0,withArrowNavigation:!1,withTabNavigation:!1,withFocusTrap:!1,triggerA11yAttr:{},popoverContainerA11yAttrs:{},popoverUlA11yAttrs:{}},unknown:{popupRole:void 0,role:void 0,withArrowNavigation:!0,withTabNavigation:!1,withFocusTrap:!0,triggerA11yAttr:{},popoverContainerA11yAttrs:{},popoverUlA11yAttrs:{}}}[this.actionsMenuSemanticType]}},watch:{open(e){e!==this.opened&&(this.opened=e)},opened(){this.intersectIntoCurrentFocusTrapStack()}},methods:{getActionName(e){var t,n,s,r,a;return(a=(s=(n=(t=e==null?void 0:e.componentOptions)==null?void 0:t.Ctor)==null?void 0:n.extendOptions)==null?void 0:s.name)!=null?a:(r=e==null?void 0:e.componentOptions)==null?void 0:r.tag},intersectIntoCurrentFocusTrapStack(){if(!this.config.withFocusTrap)if(this.opened){this.externalFocusTrapStack=[...Ns()];for(const e of this.externalFocusTrapStack)e.pause()}else{for(const e of this.externalFocusTrapStack)e.unpause();this.externalFocusTrapStack=[]}},isValidSingleAction(e){return["NcActionButton","NcActionLink","NcActionRouter"].includes(this.getActionName(e))},isIconUrl(e){try{return!!new URL(e,e.startsWith("/")?window.location.origin:void 0)}catch{return!1}},openMenu(e){this.opened||(this.opened=!0,this.$emit("update:open",!0),this.$emit("open"))},async closeMenu(e=!0){var t,n;this.opened&&(await this.$nextTick(),this.opened=!1,(t=this.$refs.popover)==null||t.clearFocusTrap({returnFocus:e}),this.$emit("update:open",!1),this.$emit("close"),this.focusIndex=0,e&&((n=this.$refs.triggerButton)==null||n.$el.focus()))},onOpen(){this.$nextTick(()=>{this.focusFirstAction(null),this.resizePopover()})},resizePopover(){const e=this.$refs.menu.closest(".v-popper__inner");if(this.$refs.menu.clientHeight>this.maxMenuHeight){let t=0,n=0;for(const s of this.$refs.menuList.children){if(t+s.clientHeight/2>this.maxMenuHeight){e.style.height="".concat(t-n/2,"px");break}n=s.clientHeight,t+=n}}else e.style.height="fit-content"},getCurrentActiveMenuItemElement(){return this.$refs.menu.querySelector("li.active")},getFocusableMenuItemElements(){return this.$refs.menu.querySelectorAll(Oi)},onMouseFocusAction(e){if(document.activeElement===e.target)return;const t=e.target.closest("li");if(t&&this.$refs.menu.contains(t)){const n=t.querySelector(Oi);if(n){const s=[...this.getFocusableMenuItemElements()].indexOf(n);s>-1&&(this.focusIndex=s,this.focusAction())}}},onKeydown(e){if(e.key==="Tab"){if(this.config.withFocusTrap)return;if(!this.config.withTabNavigation){this.closeMenu(!0);return}e.preventDefault();const t=this.getFocusableMenuItemElements(),n=[...t].indexOf(document.activeElement);if(n===-1)return;const s=e.shiftKey?n-1:n+1;(s<0||s===t.length)&&this.closeMenu(!0),this.focusIndex=s,this.focusAction();return}this.config.withArrowNavigation&&(e.key==="ArrowUp"&&this.focusPreviousAction(e),e.key==="ArrowDown"&&this.focusNextAction(e),e.key==="PageUp"&&this.focusFirstAction(e),e.key==="PageDown"&&this.focusLastAction(e)),e.key==="Escape"&&(this.closeMenu(),e.preventDefault())},onTriggerKeydown(e){e.key==="Escape"&&this.actionsMenuSemanticType==="tooltip"&&this.closeMenu()},removeCurrentActive(){const e=this.$refs.menu.querySelector("li.active");e&&e.classList.remove("active")},focusAction(){const e=this.getFocusableMenuItemElements()[this.focusIndex];if(e){this.removeCurrentActive();const t=e.closest("li.action");e.focus(),t&&t.classList.add("active")}},focusPreviousAction(e){this.opened&&(this.focusIndex===0?this.focusLastAction(e):(this.preventIfEvent(e),this.focusIndex=this.focusIndex-1),this.focusAction())},focusNextAction(e){if(this.opened){const t=this.getFocusableMenuItemElements().length-1;this.focusIndex===t?this.focusFirstAction(e):(this.preventIfEvent(e),this.focusIndex=this.focusIndex+1),this.focusAction()}},focusFirstAction(e){if(this.opened){this.preventIfEvent(e);const t=[...this.getFocusableMenuItemElements()].findIndex(n=>n.getAttribute("aria-checked")==="true"&&n.getAttribute("role")==="menuitemradio");this.focusIndex=t>-1?t:0,this.focusAction()}},focusLastAction(e){this.opened&&(this.preventIfEvent(e),this.focusIndex=this.getFocusableMenuItemElements().length-1,this.focusAction())},preventIfEvent(e){e&&(e.preventDefault(),e.stopPropagation())},onFocus(e){this.$emit("focus",e)},onBlur(e){this.$emit("blur",e),this.actionsMenuSemanticType==="tooltip"&&this.$refs.menu&&this.getFocusableMenuItemElements().length===0&&this.closeMenu(!1)},onClick(e){this.$emit("click",e)}},render(e){const t=(this.$slots.default||[]).filter(l=>this.getActionName(l));if(t.length===0)return;let n=t.filter(this.isValidSingleAction);this.forceMenu&&n.length>0&&this.inline>0&&(re.util.warn("Specifying forceMenu will ignore any inline actions rendering."),n=[]);const s=n.slice(0,this.inline),r=t.filter(l=>!s.includes(l));if(this.forceSemanticType)this.actionsMenuSemanticType=this.forceSemanticType;else{const l=["NcActionInput","NcActionTextEditable"],c=["NcActionButton","NcActionButtonGroup","NcActionCheckbox","NcActionRadio"],p=["NcActionLink","NcActionRouter"],d=r.some(h=>l.includes(this.getActionName(h))),g=r.some(h=>c.includes(this.getActionName(h))),y=r.some(h=>p.includes(this.getActionName(h)));d?this.actionsMenuSemanticType="dialog":g?this.actionsMenuSemanticType="menu":y?this.actionsMenuSemanticType="expanded":t.filter(h=>this.getActionName(h).startsWith("NcAction")).length===t.length?this.actionsMenuSemanticType="tooltip":this.actionsMenuSemanticType="unknown"}const a=l=>{var c,p,d,g,y,h,F,E,N,D,k,R,M,J,Y,W,O,q,A,S,f,x,b,L,P,$,U,z,H,j;const X=(p=(c=l==null?void 0:l.componentOptions)==null?void 0:c.propsData)==null?void 0:p.icon,ee=(h=(y=(g=(d=l==null?void 0:l.data)==null?void 0:d.scopedSlots)==null?void 0:g.icon())==null?void 0:y[0])!=null?h:this.isIconUrl(X)?e("img",{class:"action-item__menutoggle__icon",attrs:{src:X,alt:""}}):e("span",{class:["icon",X]}),G=((F=l==null?void 0:l.data)==null?void 0:F.attrs)||{},Q=(N=(E=l==null?void 0:l.componentOptions)==null?void 0:E.listeners)==null?void 0:N.click,ye=(J=(M=(R=(k=(D=l==null?void 0:l.componentOptions)==null?void 0:D.children)==null?void 0:k[0])==null?void 0:R.text)==null?void 0:M.trim)==null?void 0:J.call(M),be=((W=(Y=l==null?void 0:l.componentOptions)==null?void 0:Y.propsData)==null?void 0:W.ariaLabel)||ye,Qe=this.forceName?ye:"";let $e=(q=(O=l==null?void 0:l.componentOptions)==null?void 0:O.propsData)==null?void 0:q.title;this.forceName||$e||($e=ye);const et={...(S=(A=l==null?void 0:l.componentOptions)==null?void 0:A.propsData)!=null?S:{}},tt=["submit","reset"].includes(et.type)?et.modelValue:"button";return delete et.modelValue,delete et.type,e("NcButton",{class:["action-item action-item--single",(f=l==null?void 0:l.data)==null?void 0:f.staticClass,(x=l==null?void 0:l.data)==null?void 0:x.class],attrs:{...G,"aria-label":be,title:$e},ref:(b=l==null?void 0:l.data)==null?void 0:b.ref,props:{type:this.type||(Qe?"secondary":"tertiary"),disabled:this.disabled||((P=(L=l==null?void 0:l.componentOptions)==null?void 0:L.propsData)==null?void 0:P.disabled),pressed:(U=($=l==null?void 0:l.componentOptions)==null?void 0:$.propsData)==null?void 0:U.modelValue,nativeType:tt,...et},on:{focus:this.onFocus,blur:this.onBlur,"update:pressed":(j=(H=(z=l==null?void 0:l.componentOptions)==null?void 0:z.listeners)==null?void 0:H["update:modelValue"])!=null?j:()=>{},...!!Q&&{click:on=>{Q&&Q(on)}}}},[e("template",{slot:"icon"},[ee]),Qe])},o=l=>{var c,p;const d=((c=this.$slots.icon)==null?void 0:c[0])||(this.defaultIcon?e("span",{class:["icon",this.defaultIcon]}):e(o4,{props:{size:20}}));return e("NcPopover",{ref:"popover",props:{delay:0,handleResize:!0,shown:this.opened,placement:this.placement,boundary:this.boundariesElement,container:this.container,popoverBaseClass:"action-item__popper",popupRole:this.config.popupRole,setReturnFocus:this.config.withFocusTrap?(p=this.$refs.triggerButton)==null?void 0:p.$el:null,focusTrap:this.config.withFocusTrap},attrs:{delay:0,handleResize:!0,shown:this.opened,placement:this.placement,boundary:this.boundariesElement,container:this.container,...this.manualOpen&&{triggers:[]}},on:{show:this.openMenu,"apply-show":this.onOpen,hide:this.closeMenu}},[e("NcButton",{class:"action-item__menutoggle",props:{type:this.triggerBtnType,disabled:this.disabled},slot:"trigger",ref:"triggerButton",attrs:{id:this.triggerRandomId,"aria-label":this.menuName?null:this.ariaLabel,...this.config.triggerA11yAttr},on:{focus:this.onFocus,blur:this.onBlur,click:this.onClick,keydown:this.onTriggerKeydown}},[e("template",{slot:"icon"},[d]),this.menuName]),e("div",{class:{open:this.opened},attrs:{tabindex:"-1",...this.config.popoverContainerA11yAttrs},on:{keydown:this.onKeydown,mousemove:this.onMouseFocusAction},ref:"menu"},[e("ul",{attrs:{tabindex:"-1",...this.config.popoverUlA11yAttrs},ref:"menuList"},[l])])])};return t.length===1&&n.length===1&&!this.forceMenu?a(t[0]):(this.$nextTick(()=>{this.opened&&this.$refs.menu&&(this.resizePopover(),(this.$refs.menu.querySelector("li.active")||[]).length===0&&this.focusFirstAction())}),s.length>0&&this.inline>0?e("div",{class:["action-items","action-item--".concat(this.triggerBtnType)]},[...s.map(a),r.length>0?e("div",{class:["action-item",{"action-item--open":this.opened}]},[o(r)]):null]):e("div",{class:["action-item action-item--default-popover","action-item--".concat(this.triggerBtnType),{"action-item--open":this.opened}]},[o(t)]))}},l4=null,u4=null;var c4=pe(i4,l4,u4,!1,null,"3713841c",null,null);const d4=c4.exports;Yn.themes.tooltip.html=!1,Yn.themes.tooltip.delay={show:500,hide:200},Yn.themes.tooltip.distance=10,Yn.themes.tooltip["arrow-padding"]=3;const m4={name:"ChevronRightIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}};var p4=function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon chevron-right-icon",attrs:{"aria-hidden":e.title?null:!0,"aria-label":e.title,role:"img"},on:{click:function(n){return e.$emit("click",n)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])},f4=[],g4=pe(m4,p4,f4,!1,null,null,null,null);const h4=g4.exports,v4={name:"CloseIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}};var y4=function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon close-icon",attrs:{"aria-hidden":e.title?null:!0,"aria-label":e.title,role:"img"},on:{click:function(n){return e.$emit("click",n)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])},x4=[],w4=pe(v4,y4,x4,!1,null,null,null,null);const Wu=w4.exports;$a(sg,rg);function C4(e,t){let n,s,r=t,a;this.start=function(){a=!0,s=new Date,n=setTimeout(e,r)},this.pause=function(){a=!1,clearTimeout(n),r-=new Date-s},this.clear=function(){a=!1,clearTimeout(n),r=0},this.getTimeLeft=function(){return a&&(this.pause(),this.start()),r},this.getStateRunning=function(){return a},this.start()}const T4={name:"ChevronLeftIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}};var b4=function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon chevron-left-icon",attrs:{"aria-hidden":e.title?null:!0,"aria-label":e.title,role:"img"},on:{click:function(n){return e.$emit("click",n)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M15.41,16.58L10.83,12L15.41,7.41L14,6L8,12L14,18L15.41,16.58Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])},E4=[],F4=pe(T4,b4,E4,!1,null,null,null,null);const _4=F4.exports,S4={name:"PauseIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}};var A4=function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon pause-icon",attrs:{"aria-hidden":e.title?null:!0,"aria-label":e.title,role:"img"},on:{click:function(n){return e.$emit("click",n)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M14,19H18V5H14M6,19H10V5H6V19Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])},N4=[],k4=pe(S4,A4,N4,!1,null,null,null,null);const L4=k4.exports,B4={name:"PlayIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}};var P4=function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon play-icon",attrs:{"aria-hidden":e.title?null:!0,"aria-label":e.title,role:"img"},on:{click:function(n){return e.$emit("click",n)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M8,5.14V19.14L19,12.14L8,5.14Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])},D4=[],U4=pe(B4,P4,D4,!1,null,null,null,null);const O4=U4.exports,$4={name:"NcModal",components:{NcActions:d4,ChevronLeft:_4,ChevronRight:h4,Close:Wu,Pause:L4,Play:O4,NcButton:ja},directives:{tooltip:Ih},props:{name:{type:String,default:""},hasPrevious:{type:Boolean,default:!1},hasNext:{type:Boolean,default:!1},outTransition:{type:Boolean,default:!1},enableSlideshow:{type:Boolean,default:!1},slideshowDelay:{type:Number,default:5e3},slideshowPaused:{type:Boolean,default:!1},enableSwipe:{type:Boolean,default:!0},spreadNavigation:{type:Boolean,default:!1},size:{type:String,default:"normal",validator:e=>["small","normal","large","full"].includes(e)},canClose:{type:Boolean,default:!0},closeOnClickOutside:{type:Boolean,default:!0},dark:{type:Boolean,default:!1},container:{type:[String,null],default:"body"},closeButtonContained:{type:Boolean,default:!0},additionalTrapElements:{type:Array,default:()=>[]},inlineActions:{type:Number,default:0},show:{type:Boolean,default:void 0},labelId:{type:String,default:""},setReturnFocus:{default:void 0,type:[HTMLElement,SVGElement,String,Boolean]}},emits:["previous","next","close","update:show"],data(){return{mc:null,playing:!1,slideshowTimeout:null,iconSize:24,focusTrap:null,externalFocusTrapStack:[],randId:za(),internalShow:!0}},computed:{modalLabelId(){return this.labelId||"modal-name-".concat(this.randId)},showModal(){return this.show===void 0?this.internalShow:this.show},modalTransitionName(){return"modal-".concat(this.outTransition?"out":"in")},playPauseName(){return this.playing?Me("Pause slideshow"):Me("Start slideshow")},cssVariables(){return{"--slideshow-duration":this.slideshowDelay+"ms","--icon-size":this.iconSize+"px"}},closeButtonAriaLabel(){return Me("Close")},prevButtonAriaLabel(){return Me("Previous")},nextButtonAriaLabel(){return Me("Next")}},watch:{slideshowPaused(e){this.slideshowTimeout&&(e?this.slideshowTimeout.pause():this.slideshowTimeout.start())},additionalTrapElements(e){if(this.focusTrap){const t=this.$refs.mask;this.focusTrap.updateContainerElements([t,...e])}}},beforeMount(){window.addEventListener("keydown",this.handleKeydown)},beforeDestroy(){window.removeEventListener("keydown",this.handleKeydown),this.mc.stop()},mounted(){!this.name&&!this.labelId&&re.util.warn("[NcModal] You need either set the name or set a `labelId` for accessibility."),this.useFocusTrap(),this.mc=_f(this.$refs.mask,{onSwipeEnd:this.handleSwipe}),this.container&&(this.container==="body"?document.body.insertBefore(this.$el,document.body.lastChild):document.querySelector(this.container).appendChild(this.$el))},destroyed(){this.clearFocusTrap(),this.$el.remove()},methods:{t:Me,previous(e){this.hasPrevious&&(e&&this.resetSlideshow(),this.$emit("previous",e))},next(e){this.hasNext&&(e&&this.resetSlideshow(),this.$emit("next",e))},close(e){this.canClose&&(this.internalShow=!1,this.$emit("update:show",!1),setTimeout(()=>{this.$emit("close",e)},300))},handleClickModalWrapper(e){this.closeOnClickOutside&&this.close(e)},handleKeydown(e){if(e.key==="Escape"){const n=Ns();return n.length>0&&n[n.length-1]!==this.focusTrap?void 0:this.close(e)}const t={ArrowLeft:this.previous,ArrowRight:this.next};if(t[e.key])return document.activeElement&&!this.$el.contains(document.activeElement)?void 0:t[e.key](e)},handleSwipe(e,t){this.enableSwipe&&(t==="left"?this.next(e):t==="right"&&this.previous(e))},togglePlayPause(){this.playing=!this.playing,this.playing?this.handleSlideshow():this.clearSlideshowTimeout()},resetSlideshow(){this.playing=!this.playing,this.clearSlideshowTimeout(),this.$nextTick(function(){this.togglePlayPause()})},handleSlideshow(){this.playing=!0,this.hasNext?this.slideshowTimeout=new C4(()=>{this.next(),this.handleSlideshow()},this.slideshowDelay):(this.playing=!1,this.clearSlideshowTimeout())},clearSlideshowTimeout(){this.slideshowTimeout&&this.slideshowTimeout.clear()},async useFocusTrap(){if(!this.showModal||this.focusTrap)return;const e=this.$refs.mask;await this.$nextTick();const t={allowOutsideClick:!0,fallbackFocus:e,trapStack:Ns(),escapeDeactivates:!1,setReturnFocus:this.setReturnFocus};this.externalFocusTrapStack=[...t.trapStack];for(const n of this.externalFocusTrapStack)n.deactivate();this.focusTrap=Eu([e,...this.additionalTrapElements],t),this.focusTrap.activate()},clearFocusTrap(){var e;if(this.focusTrap){(e=this.focusTrap)==null||e.deactivate(),this.focusTrap=null;for(const t of this.externalFocusTrapStack)t.activate();this.externalFocusTrapStack=[]}}}};var z4=function(){var e=this,t=e._self._c;return t("transition",{attrs:{name:"fade",appear:""},on:{"after-enter":e.useFocusTrap,"before-leave":e.clearFocusTrap}},[t("div",{directives:[{name:"show",rawName:"v-show",value:e.showModal,expression:"showModal"}],ref:"mask",staticClass:"modal-mask",class:{"modal-mask--dark":e.dark||!e.closeButtonContained||e.hasPrevious||e.hasNext},style:e.cssVariables,attrs:{role:"dialog","aria-modal":"true","aria-labelledby":e.modalLabelId,"aria-describedby":"modal-description-"+e.randId,tabindex:"-1"}},[t("transition",{attrs:{name:"fade-visibility",appear:""}},[t("div",{staticClass:"modal-header",attrs:{"data-theme-dark":""}},[e.name.trim()!==""?t("h2",{staticClass:"modal-header__name",attrs:{id:"modal-name-"+e.randId}},[e._v(" "+e._s(e.name)+" ")]):e._e(),t("div",{staticClass:"icons-menu"},[e.hasNext&&e.enableSlideshow?t("button",{directives:[{name:"tooltip",rawName:"v-tooltip.auto",value:e.playPauseName,expression:"playPauseName",modifiers:{auto:!0}}],staticClass:"play-pause-icons",class:{"play-pause-icons--paused":e.slideshowPaused},attrs:{type:"button"},on:{click:e.togglePlayPause}},[e.playing?t("Pause",{staticClass:"play-pause-icons__pause",attrs:{size:e.iconSize}}):t("Play",{staticClass:"play-pause-icons__play",attrs:{size:e.iconSize}}),t("span",{staticClass:"hidden-visually"},[e._v(" "+e._s(e.playPauseName)+" ")]),e.playing?t("svg",{staticClass:"progress-ring",attrs:{height:"50",width:"50"}},[t("circle",{staticClass:"progress-ring__circle",attrs:{stroke:"white","stroke-width":"2",fill:"transparent",r:"15",cx:"25",cy:"25"}})]):e._e()],1):e._e(),t("NcActions",{staticClass:"header-actions",attrs:{inline:e.inlineActions}},[e._t("actions")],2),e.canClose&&!e.closeButtonContained?t("NcButton",{staticClass:"header-close",attrs:{"aria-label":e.closeButtonAriaLabel,type:"tertiary"},on:{click:e.close},scopedSlots:e._u([{key:"icon",fn:function(){return[t("Close",{attrs:{size:e.iconSize}})]},proxy:!0}],null,!1,1841713362)}):e._e()],1)])]),t("transition",{attrs:{name:e.modalTransitionName,appear:""}},[t("div",{directives:[{name:"show",rawName:"v-show",value:e.showModal,expression:"showModal"}],staticClass:"modal-wrapper",class:["modal-wrapper--".concat(e.size),{"modal-wrapper--spread-navigation":e.spreadNavigation}],on:{mousedown:function(n){return n.target!==n.currentTarget?null:e.handleClickModalWrapper.apply(null,arguments)}}},[t("transition",{attrs:{name:"fade-visibility",appear:""}},[t("NcButton",{directives:[{name:"show",rawName:"v-show",value:e.hasPrevious,expression:"hasPrevious"}],staticClass:"prev",attrs:{type:"tertiary-no-background","aria-label":e.prevButtonAriaLabel},on:{click:e.previous},scopedSlots:e._u([{key:"icon",fn:function(){return[t("ChevronLeft",{attrs:{size:40}})]},proxy:!0}])})],1),t("div",{staticClass:"modal-container",attrs:{id:"modal-description-"+e.randId}},[e.canClose&&e.closeButtonContained?t("NcButton",{staticClass:"modal-container__close",attrs:{type:"tertiary","aria-label":e.closeButtonAriaLabel},on:{click:e.close},scopedSlots:e._u([{key:"icon",fn:function(){return[t("Close",{attrs:{size:20}})]},proxy:!0}],null,!1,2121748766)}):e._e(),t("div",{staticClass:"modal-container__content"},[e._t("default")],2)],1),t("transition",{attrs:{name:"fade-visibility",appear:""}},[t("NcButton",{directives:[{name:"show",rawName:"v-show",value:e.hasNext,expression:"hasNext"}],staticClass:"next",attrs:{type:"tertiary-no-background","aria-label":e.nextButtonAriaLabel},on:{click:e.next},scopedSlots:e._u([{key:"icon",fn:function(){return[t("ChevronRight",{attrs:{size:40}})]},proxy:!0}])})],1)],1)])],1)])},j4=[],R4=pe($4,z4,j4,!1,null,"0d4052a3",null,null);const M4=R4.exports;Nf(M4);const I4={name:"AlertCircleOutlineIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}};var H4=function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon alert-circle-outline-icon",attrs:{"aria-hidden":e.title?null:!0,"aria-label":e.title,role:"img"},on:{click:function(n){return e.$emit("click",n)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M11,15H13V17H11V15M11,7H13V13H11V7M12,2C6.47,2 2,6.5 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])},V4=[],q4=pe(I4,H4,V4,!1,null,null,null,null);const K4=q4.exports,J4={name:"CheckIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}};var G4=function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon check-icon",attrs:{"aria-hidden":e.title?null:!0,"aria-label":e.title,role:"img"},on:{click:function(n){return e.$emit("click",n)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])},W4=[],Z4=pe(J4,G4,W4,!1,null,null,null,null);const Y4=Z4.exports,X4={name:"NcInputField",components:{NcButton:ja,AlertCircle:K4,Check:Y4},inheritAttrs:!1,props:{value:{type:[String,Number],required:!0},type:{type:String,default:"text",validator:e=>["text","password","email","tel","url","search","number"].includes(e)},label:{type:String,default:void 0},labelOutside:{type:Boolean,default:!1},placeholder:{type:String,default:void 0},showTrailingButton:{type:Boolean,default:!1},trailingButtonLabel:{type:String,default:""},success:{type:Boolean,default:!1},error:{type:Boolean,default:!1},helperText:{type:String,default:""},disabled:{type:Boolean,default:!1},pill:{type:Boolean,default:!1},inputClass:{type:[Object,String],default:""}},emits:["update:value","trailing-button-click"],computed:{computedId(){return this.$attrs.id&&this.$attrs.id!==""?this.$attrs.id:this.inputName},inputName(){return"input"+za()},hasLeadingIcon(){return this.$slots.default},hasTrailingIcon(){return this.success},hasPlaceholder(){return this.placeholder!==""&&this.placeholder!==void 0},computedPlaceholder(){return this.hasPlaceholder?this.placeholder:this.label},isValidLabel(){const e=this.label||this.labelOutside;return e||console.warn("You need to add a label to the NcInputField component. Either use the prop label or use an external one, as per the example in the documentation."),e},ariaDescribedby(){const e=[];return this.helperText.length>0&&e.push("".concat(this.inputName,"-helper-text")),this.$attrs["aria-describedby"]&&e.push(this.$attrs["aria-describedby"]),e.join(" ")||null}},methods:{focus(){this.$refs.input.focus()},select(){this.$refs.input.select()},handleInput(e){this.$emit("update:value",this.type==="number"&&typeof this.value=="number"?parseFloat(e.target.value,10):e.target.value)},handleTrailingButtonClick(e){this.$emit("trailing-button-click",e)}}};var Q4=function(){var e=this,t=e._self._c;return t("div",{staticClass:"input-field",class:{"input-field--disabled":e.disabled,"input-field--label-outside":e.labelOutside||!e.isValidLabel,"input-field--leading-icon":e.hasLeadingIcon,"input-field--trailing-icon":e.showTrailingButton||e.hasTrailingIcon,"input-field--pill":e.pill}},[t("div",{staticClass:"input-field__main-wrapper"},[t("input",e._g(e._b({ref:"input",staticClass:"input-field__input",class:[e.inputClass,{"input-field__input--success":e.success,"input-field__input--error":e.error}],attrs:{id:e.computedId,type:e.type,disabled:e.disabled,placeholder:e.computedPlaceholder,"aria-describedby":e.ariaDescribedby,"aria-live":"polite"},domProps:{value:e.value.toString()},on:{input:e.handleInput}},"input",e.$attrs,!1),e.$listeners)),!e.labelOutside&&e.isValidLabel?t("label",{staticClass:"input-field__label",attrs:{for:e.computedId}},[e._v(" "+e._s(e.label)+" ")]):e._e(),t("div",{directives:[{name:"show",rawName:"v-show",value:e.hasLeadingIcon,expression:"hasLeadingIcon"}],staticClass:"input-field__icon input-field__icon--leading"},[e._t("default")],2),e.showTrailingButton?t("NcButton",{staticClass:"input-field__trailing-button",attrs:{type:"tertiary-no-background","aria-label":e.trailingButtonLabel,disabled:e.disabled},on:{click:e.handleTrailingButtonClick},scopedSlots:e._u([{key:"icon",fn:function(){return[e._t("trailing-button-icon")]},proxy:!0}],null,!0)}):e.success||e.error?t("div",{staticClass:"input-field__icon input-field__icon--trailing"},[e.success?t("Check",{staticStyle:{color:"var(--color-success-text)"},attrs:{size:20}}):e.error?t("AlertCircle",{staticStyle:{color:"var(--color-error-text)"},attrs:{size:20}}):e._e()],1):e._e()],1),e.helperText.length>0?t("p",{staticClass:"input-field__helper-text-message",class:{"input-field__helper-text-message--error":e.error,"input-field__helper-text-message--success":e.success},attrs:{id:"".concat(e.inputName,"-helper-text")}},[e.success?t("Check",{staticClass:"input-field__helper-text-message__icon",attrs:{size:18}}):e.error?t("AlertCircle",{staticClass:"input-field__helper-text-message__icon",attrs:{size:18}}):e._e(),e._v(" "+e._s(e.helperText)+" ")],1):e._e()])},ev=[],tv=pe(X4,Q4,ev,!1,null,"6db1f91a",null,null);const na=tv.exports,nv={name:"ArrowRightIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}};var sv=function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon arrow-right-icon",attrs:{"aria-hidden":e.title?null:!0,"aria-label":e.title,role:"img"},on:{click:function(n){return e.$emit("click",n)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M4,11V13H16L10.5,18.5L11.92,19.92L19.84,12L11.92,4.08L10.5,5.5L16,11H4Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])},rv=[],av=pe(nv,sv,rv,!1,null,null,null,null);const ov=av.exports,iv={name:"UndoVariantIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}};var lv=function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon undo-variant-icon",attrs:{"aria-hidden":e.title?null:!0,"aria-label":e.title,role:"img"},on:{click:function(n){return e.$emit("click",n)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M13.5,7A6.5,6.5 0 0,1 20,13.5A6.5,6.5 0 0,1 13.5,20H10V18H13.5C16,18 18,16 18,13.5C18,11 16,9 13.5,9H7.83L10.91,12.09L9.5,13.5L4,8L9.5,2.5L10.92,3.91L7.83,7H13.5M6,18H8V20H6V18Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])},uv=[],cv=pe(iv,lv,uv,!1,null,null,null,null);const dv=cv.exports;$a(ng,ag);const mv=new Set(Object.keys(na.props)),pv={name:"NcTextField",components:{NcInputField:na,Close:Wu,ArrowRight:ov,Undo:dv},inheritAttrs:!1,props:{" ":{},...na.props,trailingButtonLabel:{type:String,default:""},trailingButtonIcon:{type:String,default:"close",validator:e=>["close","arrowRight","undo"].includes(e)}},emits:["update:value"],computed:{propsAndAttrsToForward(){const e={undo:Me("Undo changes"),close:Me("Clear text"),arrowRight:Me("Save changes")};return{...this.$attrs,...Object.fromEntries(Object.entries(this.$props).filter(([t])=>mv.has(t))),trailingButtonLabel:this.trailingButtonLabel||e[this.trailingButtonIcon]}}},methods:{focus(){this.$refs.inputField.focus()},select(){this.$refs.inputField.select()},handleInput(e){this.$emit("update:value",e.target.value)}}};var fv=function(){var e=this,t=e._self._c;return t("NcInputField",e._g(e._b({ref:"inputField",on:{input:e.handleInput},scopedSlots:e._u([e.type!=="search"?{key:"trailing-button-icon",fn:function(){return[e.trailingButtonIcon==="close"?t("Close",{attrs:{size:20}}):e.trailingButtonIcon==="arrowRight"?t("ArrowRight",{attrs:{size:20}}):e.trailingButtonIcon==="undo"?t("Undo",{attrs:{size:20}}):e._e()]},proxy:!0}:null],null,!0)},"NcInputField",e.propsAndAttrsToForward,!1),e.$listeners),[e._t("default")],2)},gv=[],hv=pe(pv,fv,gv,!1,null,null,null,null);const p3=hv.exports;function Zu(e,t){return function(){return e.apply(t,arguments)}}const{toString:vv}=Object.prototype,{getPrototypeOf:Va}=Object,Ys=(e=>t=>{const n=vv.call(t);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),Oe=e=>(e=e.toLowerCase(),t=>Ys(t)===e),Xs=e=>t=>typeof t===e,{isArray:rn}=Array,kn=Xs("undefined");function yv(e){return e!==null&&!kn(e)&&e.constructor!==null&&!kn(e.constructor)&&_e(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const Yu=Oe("ArrayBuffer");function xv(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&Yu(e.buffer),t}const wv=Xs("string"),_e=Xs("function"),Xu=Xs("number"),Qs=e=>e!==null&&typeof e=="object",Cv=e=>e===!0||e===!1,ls=e=>{if(Ys(e)!=="object")return!1;const t=Va(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},Tv=Oe("Date"),bv=Oe("File"),Ev=Oe("Blob"),Fv=Oe("FileList"),_v=e=>Qs(e)&&_e(e.pipe),Sv=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||_e(e.append)&&((t=Ys(e))==="formdata"||t==="object"&&_e(e.toString)&&e.toString()==="[object FormData]"))},Av=Oe("URLSearchParams"),[Nv,kv,Lv,Bv]=["ReadableStream","Request","Response","Headers"].map(Oe),Pv=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function $n(e,t,{allOwnKeys:n=!1}={}){if(e===null||typeof e>"u")return;let s,r;if(typeof e!="object"&&(e=[e]),rn(e))for(s=0,r=e.length;s<r;s++)t.call(null,e[s],s,e);else{const a=n?Object.getOwnPropertyNames(e):Object.keys(e),o=a.length;let l;for(s=0;s<o;s++)l=a[s],t.call(null,e[l],l,e)}}function Qu(e,t){t=t.toLowerCase();const n=Object.keys(e);let s=n.length,r;for(;s-- >0;)if(r=n[s],t===r.toLowerCase())return r;return null}const Et=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:St,ec=e=>!kn(e)&&e!==Et;function sa(){const{caseless:e}=ec(this)&&this||{},t={},n=(s,r)=>{const a=e&&Qu(t,r)||r;ls(t[a])&&ls(s)?t[a]=sa(t[a],s):ls(s)?t[a]=sa({},s):rn(s)?t[a]=s.slice():t[a]=s};for(let s=0,r=arguments.length;s<r;s++)arguments[s]&&$n(arguments[s],n);return t}const Dv=(e,t,n,{allOwnKeys:s}={})=>($n(t,(r,a)=>{n&&_e(r)?e[a]=Zu(r,n):e[a]=r},{allOwnKeys:s}),e),Uv=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),Ov=(e,t,n,s)=>{e.prototype=Object.create(t.prototype,s),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},$v=(e,t,n,s)=>{let r,a,o;const l={};if(t=t||{},e==null)return t;do{for(r=Object.getOwnPropertyNames(e),a=r.length;a-- >0;)o=r[a],(!s||s(o,e,t))&&!l[o]&&(t[o]=e[o],l[o]=!0);e=n!==!1&&Va(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},zv=(e,t,n)=>{e=String(e),(n===void 0||n>e.length)&&(n=e.length),n-=t.length;const s=e.indexOf(t,n);return s!==-1&&s===n},jv=e=>{if(!e)return null;if(rn(e))return e;let t=e.length;if(!Xu(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},Rv=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&Va(Uint8Array)),Mv=(e,t)=>{const n=(e&&e[Symbol.iterator]).call(e);let s;for(;(s=n.next())&&!s.done;){const r=s.value;t.call(e,r[0],r[1])}},Iv=(e,t)=>{let n;const s=[];for(;(n=e.exec(t))!==null;)s.push(n);return s},Hv=Oe("HTMLFormElement"),Vv=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(t,n,s){return n.toUpperCase()+s}),$i=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),qv=Oe("RegExp"),tc=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),s={};$n(n,(r,a)=>{let o;(o=t(r,a,e))!==!1&&(s[a]=o||r)}),Object.defineProperties(e,s)},Kv=e=>{tc(e,(t,n)=>{if(_e(e)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;const s=e[n];if(_e(s)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}})},Jv=(e,t)=>{const n={},s=r=>{r.forEach(a=>{n[a]=!0})};return rn(e)?s(e):s(String(e).split(t)),n},Gv=()=>{},Wv=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t,hr="abcdefghijklmnopqrstuvwxyz",zi="0123456789",nc={DIGIT:zi,ALPHA:hr,ALPHA_DIGIT:hr+hr.toUpperCase()+zi},Zv=(e=16,t=nc.ALPHA_DIGIT)=>{let n="";const{length:s}=t;for(;e--;)n+=t[Math.random()*s|0];return n};function Yv(e){return!!(e&&_e(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const Xv=e=>{const t=new Array(10),n=(s,r)=>{if(Qs(s)){if(t.indexOf(s)>=0)return;if(!("toJSON"in s)){t[r]=s;const a=rn(s)?[]:{};return $n(s,(o,l)=>{const c=n(o,r+1);!kn(c)&&(a[l]=c)}),t[r]=void 0,a}}return s};return n(e,0)},Qv=Oe("AsyncFunction"),e1=e=>e&&(Qs(e)||_e(e))&&_e(e.then)&&_e(e.catch),sc=((e,t)=>e?setImmediate:t?((n,s)=>(Et.addEventListener("message",({source:r,data:a})=>{r===Et&&a===n&&s.length&&s.shift()()},!1),r=>{s.push(r),Et.postMessage(n,"*")}))("axios@".concat(Math.random()),[]):n=>setTimeout(n))(typeof setImmediate=="function",_e(Et.postMessage)),t1=typeof queueMicrotask<"u"?queueMicrotask.bind(Et):typeof Cr<"u"&&Cr.nextTick||sc,T={isArray:rn,isArrayBuffer:Yu,isBuffer:yv,isFormData:Sv,isArrayBufferView:xv,isString:wv,isNumber:Xu,isBoolean:Cv,isObject:Qs,isPlainObject:ls,isReadableStream:Nv,isRequest:kv,isResponse:Lv,isHeaders:Bv,isUndefined:kn,isDate:Tv,isFile:bv,isBlob:Ev,isRegExp:qv,isFunction:_e,isStream:_v,isURLSearchParams:Av,isTypedArray:Rv,isFileList:Fv,forEach:$n,merge:sa,extend:Dv,trim:Pv,stripBOM:Uv,inherits:Ov,toFlatObject:$v,kindOf:Ys,kindOfTest:Oe,endsWith:zv,toArray:jv,forEachEntry:Mv,matchAll:Iv,isHTMLForm:Hv,hasOwnProperty:$i,hasOwnProp:$i,reduceDescriptors:tc,freezeMethods:Kv,toObjectSet:Jv,toCamelCase:Vv,noop:Gv,toFiniteNumber:Wv,findKey:Qu,global:Et,isContextDefined:ec,ALPHABET:nc,generateString:Zv,isSpecCompliantForm:Yv,toJSONObject:Xv,isAsyncFn:Qv,isThenable:e1,setImmediate:sc,asap:t1};var rc={},us={};us.byteLength=r1,us.toByteArray=o1,us.fromByteArray=u1;for(var Ie=[],Ne=[],n1=typeof Uint8Array<"u"?Uint8Array:Array,vr="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",zt=0,s1=vr.length;zt<s1;++zt)Ie[zt]=vr[zt],Ne[vr.charCodeAt(zt)]=zt;Ne[45]=62,Ne[95]=63;function ac(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");n===-1&&(n=t);var s=n===t?0:4-n%4;return[n,s]}function r1(e){var t=ac(e),n=t[0],s=t[1];return(n+s)*3/4-s}function a1(e,t,n){return(t+n)*3/4-n}function o1(e){var t,n=ac(e),s=n[0],r=n[1],a=new n1(a1(e,s,r)),o=0,l=r>0?s-4:s,c;for(c=0;c<l;c+=4)t=Ne[e.charCodeAt(c)]<<18|Ne[e.charCodeAt(c+1)]<<12|Ne[e.charCodeAt(c+2)]<<6|Ne[e.charCodeAt(c+3)],a[o++]=t>>16&255,a[o++]=t>>8&255,a[o++]=t&255;return r===2&&(t=Ne[e.charCodeAt(c)]<<2|Ne[e.charCodeAt(c+1)]>>4,a[o++]=t&255),r===1&&(t=Ne[e.charCodeAt(c)]<<10|Ne[e.charCodeAt(c+1)]<<4|Ne[e.charCodeAt(c+2)]>>2,a[o++]=t>>8&255,a[o++]=t&255),a}function i1(e){return Ie[e>>18&63]+Ie[e>>12&63]+Ie[e>>6&63]+Ie[e&63]}function l1(e,t,n){for(var s,r=[],a=t;a<n;a+=3)s=(e[a]<<16&16711680)+(e[a+1]<<8&65280)+(e[a+2]&255),r.push(i1(s));return r.join("")}function u1(e){for(var t,n=e.length,s=n%3,r=[],a=16383,o=0,l=n-s;o<l;o+=a)r.push(l1(e,o,o+a>l?l:o+a));return s===1?(t=e[n-1],r.push(Ie[t>>2]+Ie[t<<4&63]+"==")):s===2&&(t=(e[n-2]<<8)+e[n-1],r.push(Ie[t>>10]+Ie[t>>4&63]+Ie[t<<2&63]+"=")),r.join("")}var ra={};ra.read=function(e,t,n,s,r){var a,o,l=r*8-s-1,c=(1<<l)-1,p=c>>1,d=-7,g=n?r-1:0,y=n?-1:1,h=e[t+g];for(g+=y,a=h&(1<<-d)-1,h>>=-d,d+=l;d>0;a=a*256+e[t+g],g+=y,d-=8);for(o=a&(1<<-d)-1,a>>=-d,d+=s;d>0;o=o*256+e[t+g],g+=y,d-=8);if(a===0)a=1-p;else{if(a===c)return o?NaN:(h?-1:1)*(1/0);o=o+Math.pow(2,s),a=a-p}return(h?-1:1)*o*Math.pow(2,a-s)},ra.write=function(e,t,n,s,r,a){var o,l,c,p=a*8-r-1,d=(1<<p)-1,g=d>>1,y=r===23?Math.pow(2,-24)-Math.pow(2,-77):0,h=s?0:a-1,F=s?1:-1,E=t<0||t===0&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(l=isNaN(t)?1:0,o=d):(o=Math.floor(Math.log(t)/Math.LN2),t*(c=Math.pow(2,-o))<1&&(o--,c*=2),o+g>=1?t+=y/c:t+=y*Math.pow(2,1-g),t*c>=2&&(o++,c/=2),o+g>=d?(l=0,o=d):o+g>=1?(l=(t*c-1)*Math.pow(2,r),o=o+g):(l=t*Math.pow(2,g-1)*Math.pow(2,r),o=0));r>=8;e[n+h]=l&255,h+=F,l/=256,r-=8);for(o=o<<r|l,p+=r;p>0;e[n+h]=o&255,h+=F,o/=256,p-=8);e[n+h-F]|=E*128};(function(e){const t=us,n=ra,s=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;e.Buffer=d,e.SlowBuffer=J,e.INSPECT_MAX_BYTES=50;const r=2147483647;e.kMaxLength=r;const{Uint8Array:a,ArrayBuffer:o,SharedArrayBuffer:l}=globalThis;d.TYPED_ARRAY_SUPPORT=c(),!d.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function c(){try{const i=new a(1),u={foo:function(){return 42}};return Object.setPrototypeOf(u,a.prototype),Object.setPrototypeOf(i,u),i.foo()===42}catch{return!1}}Object.defineProperty(d.prototype,"parent",{enumerable:!0,get:function(){if(d.isBuffer(this))return this.buffer}}),Object.defineProperty(d.prototype,"offset",{enumerable:!0,get:function(){if(d.isBuffer(this))return this.byteOffset}});function p(i){if(i>r)throw new RangeError('The value "'+i+'" is invalid for option "size"');const u=new a(i);return Object.setPrototypeOf(u,d.prototype),u}function d(i,u,m){if(typeof i=="number"){if(typeof u=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return F(i)}return g(i,u,m)}d.poolSize=8192;function g(i,u,m){if(typeof i=="string")return E(i,u);if(o.isView(i))return D(i);if(i==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof i);if(ze(i,o)||i&&ze(i.buffer,o)||typeof l<"u"&&(ze(i,l)||i&&ze(i.buffer,l)))return k(i,u,m);if(typeof i=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');const v=i.valueOf&&i.valueOf();if(v!=null&&v!==i)return d.from(v,u,m);const w=R(i);if(w)return w;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof i[Symbol.toPrimitive]=="function")return d.from(i[Symbol.toPrimitive]("string"),u,m);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof i)}d.from=function(i,u,m){return g(i,u,m)},Object.setPrototypeOf(d.prototype,a.prototype),Object.setPrototypeOf(d,a);function y(i){if(typeof i!="number")throw new TypeError('"size" argument must be of type number');if(i<0)throw new RangeError('The value "'+i+'" is invalid for option "size"')}function h(i,u,m){return y(i),i<=0?p(i):u!==void 0?typeof m=="string"?p(i).fill(u,m):p(i).fill(u):p(i)}d.alloc=function(i,u,m){return h(i,u,m)};function F(i){return y(i),p(i<0?0:M(i)|0)}d.allocUnsafe=function(i){return F(i)},d.allocUnsafeSlow=function(i){return F(i)};function E(i,u){if((typeof u!="string"||u==="")&&(u="utf8"),!d.isEncoding(u))throw new TypeError("Unknown encoding: "+u);const m=Y(i,u)|0;let v=p(m);const w=v.write(i,u);return w!==m&&(v=v.slice(0,w)),v}function N(i){const u=i.length<0?0:M(i.length)|0,m=p(u);for(let v=0;v<u;v+=1)m[v]=i[v]&255;return m}function D(i){if(ze(i,a)){const u=new a(i);return k(u.buffer,u.byteOffset,u.byteLength)}return N(i)}function k(i,u,m){if(u<0||i.byteLength<u)throw new RangeError('"offset" is outside of buffer bounds');if(i.byteLength<u+(m||0))throw new RangeError('"length" is outside of buffer bounds');let v;return u===void 0&&m===void 0?v=new a(i):m===void 0?v=new a(i,u):v=new a(i,u,m),Object.setPrototypeOf(v,d.prototype),v}function R(i){if(d.isBuffer(i)){const u=M(i.length)|0,m=p(u);return m.length===0||i.copy(m,0,0,u),m}if(i.length!==void 0)return typeof i.length!="number"||sr(i.length)?p(0):N(i);if(i.type==="Buffer"&&Array.isArray(i.data))return N(i.data)}function M(i){if(i>=r)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+r.toString(16)+" bytes");return i|0}function J(i){return+i!=i&&(i=0),d.alloc(+i)}d.isBuffer=function(i){return i!=null&&i._isBuffer===!0&&i!==d.prototype},d.compare=function(i,u){if(ze(i,a)&&(i=d.from(i,i.offset,i.byteLength)),ze(u,a)&&(u=d.from(u,u.offset,u.byteLength)),!d.isBuffer(i)||!d.isBuffer(u))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(i===u)return 0;let m=i.length,v=u.length;for(let w=0,_=Math.min(m,v);w<_;++w)if(i[w]!==u[w]){m=i[w],v=u[w];break}return m<v?-1:v<m?1:0},d.isEncoding=function(i){switch(String(i).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},d.concat=function(i,u){if(!Array.isArray(i))throw new TypeError('"list" argument must be an Array of Buffers');if(i.length===0)return d.alloc(0);let m;if(u===void 0)for(u=0,m=0;m<i.length;++m)u+=i[m].length;const v=d.allocUnsafe(u);let w=0;for(m=0;m<i.length;++m){let _=i[m];if(ze(_,a))w+_.length>v.length?(d.isBuffer(_)||(_=d.from(_)),_.copy(v,w)):a.prototype.set.call(v,_,w);else if(d.isBuffer(_))_.copy(v,w);else throw new TypeError('"list" argument must be an Array of Buffers');w+=_.length}return v};function Y(i,u){if(d.isBuffer(i))return i.length;if(o.isView(i)||ze(i,o))return i.byteLength;if(typeof i!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof i);const m=i.length,v=arguments.length>2&&arguments[2]===!0;if(!v&&m===0)return 0;let w=!1;for(;;)switch(u){case"ascii":case"latin1":case"binary":return m;case"utf8":case"utf-8":return nr(i).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return m*2;case"hex":return m>>>1;case"base64":return Qa(i).length;default:if(w)return v?-1:nr(i).length;u=(""+u).toLowerCase(),w=!0}}d.byteLength=Y;function W(i,u,m){let v=!1;if((u===void 0||u<0)&&(u=0),u>this.length||((m===void 0||m>this.length)&&(m=this.length),m<=0)||(m>>>=0,u>>>=0,m<=u))return"";for(i||(i="utf8");;)switch(i){case"hex":return X(this,u,m);case"utf8":case"utf-8":return $(this,u,m);case"ascii":return H(this,u,m);case"latin1":case"binary":return j(this,u,m);case"base64":return P(this,u,m);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ee(this,u,m);default:if(v)throw new TypeError("Unknown encoding: "+i);i=(i+"").toLowerCase(),v=!0}}d.prototype._isBuffer=!0;function O(i,u,m){const v=i[u];i[u]=i[m],i[m]=v}d.prototype.swap16=function(){const i=this.length;if(i%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let u=0;u<i;u+=2)O(this,u,u+1);return this},d.prototype.swap32=function(){const i=this.length;if(i%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let u=0;u<i;u+=4)O(this,u,u+3),O(this,u+1,u+2);return this},d.prototype.swap64=function(){const i=this.length;if(i%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let u=0;u<i;u+=8)O(this,u,u+7),O(this,u+1,u+6),O(this,u+2,u+5),O(this,u+3,u+4);return this},d.prototype.toString=function(){const i=this.length;return i===0?"":arguments.length===0?$(this,0,i):W.apply(this,arguments)},d.prototype.toLocaleString=d.prototype.toString,d.prototype.equals=function(i){if(!d.isBuffer(i))throw new TypeError("Argument must be a Buffer");return this===i?!0:d.compare(this,i)===0},d.prototype.inspect=function(){let i="";const u=e.INSPECT_MAX_BYTES;return i=this.toString("hex",0,u).replace(/(.{2})/g,"$1 ").trim(),this.length>u&&(i+=" ... "),"<Buffer "+i+">"},s&&(d.prototype[s]=d.prototype.inspect),d.prototype.compare=function(i,u,m,v,w){if(ze(i,a)&&(i=d.from(i,i.offset,i.byteLength)),!d.isBuffer(i))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof i);if(u===void 0&&(u=0),m===void 0&&(m=i?i.length:0),v===void 0&&(v=0),w===void 0&&(w=this.length),u<0||m>i.length||v<0||w>this.length)throw new RangeError("out of range index");if(v>=w&&u>=m)return 0;if(v>=w)return-1;if(u>=m)return 1;if(u>>>=0,m>>>=0,v>>>=0,w>>>=0,this===i)return 0;let _=w-v,B=m-u;const ne=Math.min(_,B),me=this.slice(v,w),oe=i.slice(u,m);for(let se=0;se<ne;++se)if(me[se]!==oe[se]){_=me[se],B=oe[se];break}return _<B?-1:B<_?1:0};function q(i,u,m,v,w){if(i.length===0)return-1;if(typeof m=="string"?(v=m,m=0):m>2147483647?m=2147483647:m<-2147483648&&(m=-2147483648),m=+m,sr(m)&&(m=w?0:i.length-1),m<0&&(m=i.length+m),m>=i.length){if(w)return-1;m=i.length-1}else if(m<0)if(w)m=0;else return-1;if(typeof u=="string"&&(u=d.from(u,v)),d.isBuffer(u))return u.length===0?-1:A(i,u,m,v,w);if(typeof u=="number")return u=u&255,typeof a.prototype.indexOf=="function"?w?a.prototype.indexOf.call(i,u,m):a.prototype.lastIndexOf.call(i,u,m):A(i,[u],m,v,w);throw new TypeError("val must be string, number or Buffer")}function A(i,u,m,v,w){let _=1,B=i.length,ne=u.length;if(v!==void 0&&(v=String(v).toLowerCase(),v==="ucs2"||v==="ucs-2"||v==="utf16le"||v==="utf-16le")){if(i.length<2||u.length<2)return-1;_=2,B/=2,ne/=2,m/=2}function me(se,ce){return _===1?se[ce]:se.readUInt16BE(ce*_)}let oe;if(w){let se=-1;for(oe=m;oe<B;oe++)if(me(i,oe)===me(u,se===-1?0:oe-se)){if(se===-1&&(se=oe),oe-se+1===ne)return se*_}else se!==-1&&(oe-=oe-se),se=-1}else for(m+ne>B&&(m=B-ne),oe=m;oe>=0;oe--){let se=!0;for(let ce=0;ce<ne;ce++)if(me(i,oe+ce)!==me(u,ce)){se=!1;break}if(se)return oe}return-1}d.prototype.includes=function(i,u,m){return this.indexOf(i,u,m)!==-1},d.prototype.indexOf=function(i,u,m){return q(this,i,u,m,!0)},d.prototype.lastIndexOf=function(i,u,m){return q(this,i,u,m,!1)};function S(i,u,m,v){m=Number(m)||0;const w=i.length-m;v?(v=Number(v),v>w&&(v=w)):v=w;const _=u.length;v>_/2&&(v=_/2);let B;for(B=0;B<v;++B){const ne=parseInt(u.substr(B*2,2),16);if(sr(ne))return B;i[m+B]=ne}return B}function f(i,u,m,v){return zn(nr(u,i.length-m),i,m,v)}function x(i,u,m,v){return zn(bc(u),i,m,v)}function b(i,u,m,v){return zn(Qa(u),i,m,v)}function L(i,u,m,v){return zn(Ec(u,i.length-m),i,m,v)}d.prototype.write=function(i,u,m,v){if(u===void 0)v="utf8",m=this.length,u=0;else if(m===void 0&&typeof u=="string")v=u,m=this.length,u=0;else if(isFinite(u))u=u>>>0,isFinite(m)?(m=m>>>0,v===void 0&&(v="utf8")):(v=m,m=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");const w=this.length-u;if((m===void 0||m>w)&&(m=w),i.length>0&&(m<0||u<0)||u>this.length)throw new RangeError("Attempt to write outside buffer bounds");v||(v="utf8");let _=!1;for(;;)switch(v){case"hex":return S(this,i,u,m);case"utf8":case"utf-8":return f(this,i,u,m);case"ascii":case"latin1":case"binary":return x(this,i,u,m);case"base64":return b(this,i,u,m);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return L(this,i,u,m);default:if(_)throw new TypeError("Unknown encoding: "+v);v=(""+v).toLowerCase(),_=!0}},d.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function P(i,u,m){return u===0&&m===i.length?t.fromByteArray(i):t.fromByteArray(i.slice(u,m))}function $(i,u,m){m=Math.min(i.length,m);const v=[];let w=u;for(;w<m;){const _=i[w];let B=null,ne=_>239?4:_>223?3:_>191?2:1;if(w+ne<=m){let me,oe,se,ce;switch(ne){case 1:_<128&&(B=_);break;case 2:me=i[w+1],(me&192)===128&&(ce=(_&31)<<6|me&63,ce>127&&(B=ce));break;case 3:me=i[w+1],oe=i[w+2],(me&192)===128&&(oe&192)===128&&(ce=(_&15)<<12|(me&63)<<6|oe&63,ce>2047&&(ce<55296||ce>57343)&&(B=ce));break;case 4:me=i[w+1],oe=i[w+2],se=i[w+3],(me&192)===128&&(oe&192)===128&&(se&192)===128&&(ce=(_&15)<<18|(me&63)<<12|(oe&63)<<6|se&63,ce>65535&&ce<1114112&&(B=ce))}}B===null?(B=65533,ne=1):B>65535&&(B-=65536,v.push(B>>>10&1023|55296),B=56320|B&1023),v.push(B),w+=ne}return z(v)}const U=4096;function z(i){const u=i.length;if(u<=U)return String.fromCharCode.apply(String,i);let m="",v=0;for(;v<u;)m+=String.fromCharCode.apply(String,i.slice(v,v+=U));return m}function H(i,u,m){let v="";m=Math.min(i.length,m);for(let w=u;w<m;++w)v+=String.fromCharCode(i[w]&127);return v}function j(i,u,m){let v="";m=Math.min(i.length,m);for(let w=u;w<m;++w)v+=String.fromCharCode(i[w]);return v}function X(i,u,m){const v=i.length;(!u||u<0)&&(u=0),(!m||m<0||m>v)&&(m=v);let w="";for(let _=u;_<m;++_)w+=Fc[i[_]];return w}function ee(i,u,m){const v=i.slice(u,m);let w="";for(let _=0;_<v.length-1;_+=2)w+=String.fromCharCode(v[_]+v[_+1]*256);return w}d.prototype.slice=function(i,u){const m=this.length;i=~~i,u=u===void 0?m:~~u,i<0?(i+=m,i<0&&(i=0)):i>m&&(i=m),u<0?(u+=m,u<0&&(u=0)):u>m&&(u=m),u<i&&(u=i);const v=this.subarray(i,u);return Object.setPrototypeOf(v,d.prototype),v};function G(i,u,m){if(i%1!==0||i<0)throw new RangeError("offset is not uint");if(i+u>m)throw new RangeError("Trying to access beyond buffer length")}d.prototype.readUintLE=d.prototype.readUIntLE=function(i,u,m){i=i>>>0,u=u>>>0,m||G(i,u,this.length);let v=this[i],w=1,_=0;for(;++_<u&&(w*=256);)v+=this[i+_]*w;return v},d.prototype.readUintBE=d.prototype.readUIntBE=function(i,u,m){i=i>>>0,u=u>>>0,m||G(i,u,this.length);let v=this[i+--u],w=1;for(;u>0&&(w*=256);)v+=this[i+--u]*w;return v},d.prototype.readUint8=d.prototype.readUInt8=function(i,u){return i=i>>>0,u||G(i,1,this.length),this[i]},d.prototype.readUint16LE=d.prototype.readUInt16LE=function(i,u){return i=i>>>0,u||G(i,2,this.length),this[i]|this[i+1]<<8},d.prototype.readUint16BE=d.prototype.readUInt16BE=function(i,u){return i=i>>>0,u||G(i,2,this.length),this[i]<<8|this[i+1]},d.prototype.readUint32LE=d.prototype.readUInt32LE=function(i,u){return i=i>>>0,u||G(i,4,this.length),(this[i]|this[i+1]<<8|this[i+2]<<16)+this[i+3]*16777216},d.prototype.readUint32BE=d.prototype.readUInt32BE=function(i,u){return i=i>>>0,u||G(i,4,this.length),this[i]*16777216+(this[i+1]<<16|this[i+2]<<8|this[i+3])},d.prototype.readBigUInt64LE=nt(function(i){i=i>>>0,Ot(i,"offset");const u=this[i],m=this[i+7];(u===void 0||m===void 0)&&ln(i,this.length-8);const v=u+this[++i]*2**8+this[++i]*2**16+this[++i]*2**24,w=this[++i]+this[++i]*2**8+this[++i]*2**16+m*2**24;return BigInt(v)+(BigInt(w)<<BigInt(32))}),d.prototype.readBigUInt64BE=nt(function(i){i=i>>>0,Ot(i,"offset");const u=this[i],m=this[i+7];(u===void 0||m===void 0)&&ln(i,this.length-8);const v=u*2**24+this[++i]*2**16+this[++i]*2**8+this[++i],w=this[++i]*2**24+this[++i]*2**16+this[++i]*2**8+m;return(BigInt(v)<<BigInt(32))+BigInt(w)}),d.prototype.readIntLE=function(i,u,m){i=i>>>0,u=u>>>0,m||G(i,u,this.length);let v=this[i],w=1,_=0;for(;++_<u&&(w*=256);)v+=this[i+_]*w;return w*=128,v>=w&&(v-=Math.pow(2,8*u)),v},d.prototype.readIntBE=function(i,u,m){i=i>>>0,u=u>>>0,m||G(i,u,this.length);let v=u,w=1,_=this[i+--v];for(;v>0&&(w*=256);)_+=this[i+--v]*w;return w*=128,_>=w&&(_-=Math.pow(2,8*u)),_},d.prototype.readInt8=function(i,u){return i=i>>>0,u||G(i,1,this.length),this[i]&128?(255-this[i]+1)*-1:this[i]},d.prototype.readInt16LE=function(i,u){i=i>>>0,u||G(i,2,this.length);const m=this[i]|this[i+1]<<8;return m&32768?m|4294901760:m},d.prototype.readInt16BE=function(i,u){i=i>>>0,u||G(i,2,this.length);const m=this[i+1]|this[i]<<8;return m&32768?m|4294901760:m},d.prototype.readInt32LE=function(i,u){return i=i>>>0,u||G(i,4,this.length),this[i]|this[i+1]<<8|this[i+2]<<16|this[i+3]<<24},d.prototype.readInt32BE=function(i,u){return i=i>>>0,u||G(i,4,this.length),this[i]<<24|this[i+1]<<16|this[i+2]<<8|this[i+3]},d.prototype.readBigInt64LE=nt(function(i){i=i>>>0,Ot(i,"offset");const u=this[i],m=this[i+7];(u===void 0||m===void 0)&&ln(i,this.length-8);const v=this[i+4]+this[i+5]*2**8+this[i+6]*2**16+(m<<24);return(BigInt(v)<<BigInt(32))+BigInt(u+this[++i]*2**8+this[++i]*2**16+this[++i]*2**24)}),d.prototype.readBigInt64BE=nt(function(i){i=i>>>0,Ot(i,"offset");const u=this[i],m=this[i+7];(u===void 0||m===void 0)&&ln(i,this.length-8);const v=(u<<24)+this[++i]*2**16+this[++i]*2**8+this[++i];return(BigInt(v)<<BigInt(32))+BigInt(this[++i]*2**24+this[++i]*2**16+this[++i]*2**8+m)}),d.prototype.readFloatLE=function(i,u){return i=i>>>0,u||G(i,4,this.length),n.read(this,i,!0,23,4)},d.prototype.readFloatBE=function(i,u){return i=i>>>0,u||G(i,4,this.length),n.read(this,i,!1,23,4)},d.prototype.readDoubleLE=function(i,u){return i=i>>>0,u||G(i,8,this.length),n.read(this,i,!0,52,8)},d.prototype.readDoubleBE=function(i,u){return i=i>>>0,u||G(i,8,this.length),n.read(this,i,!1,52,8)};function Q(i,u,m,v,w,_){if(!d.isBuffer(i))throw new TypeError('"buffer" argument must be a Buffer instance');if(u>w||u<_)throw new RangeError('"value" argument is out of bounds');if(m+v>i.length)throw new RangeError("Index out of range")}d.prototype.writeUintLE=d.prototype.writeUIntLE=function(i,u,m,v){if(i=+i,u=u>>>0,m=m>>>0,!v){const B=Math.pow(2,8*m)-1;Q(this,i,u,m,B,0)}let w=1,_=0;for(this[u]=i&255;++_<m&&(w*=256);)this[u+_]=i/w&255;return u+m},d.prototype.writeUintBE=d.prototype.writeUIntBE=function(i,u,m,v){if(i=+i,u=u>>>0,m=m>>>0,!v){const B=Math.pow(2,8*m)-1;Q(this,i,u,m,B,0)}let w=m-1,_=1;for(this[u+w]=i&255;--w>=0&&(_*=256);)this[u+w]=i/_&255;return u+m},d.prototype.writeUint8=d.prototype.writeUInt8=function(i,u,m){return i=+i,u=u>>>0,m||Q(this,i,u,1,255,0),this[u]=i&255,u+1},d.prototype.writeUint16LE=d.prototype.writeUInt16LE=function(i,u,m){return i=+i,u=u>>>0,m||Q(this,i,u,2,65535,0),this[u]=i&255,this[u+1]=i>>>8,u+2},d.prototype.writeUint16BE=d.prototype.writeUInt16BE=function(i,u,m){return i=+i,u=u>>>0,m||Q(this,i,u,2,65535,0),this[u]=i>>>8,this[u+1]=i&255,u+2},d.prototype.writeUint32LE=d.prototype.writeUInt32LE=function(i,u,m){return i=+i,u=u>>>0,m||Q(this,i,u,4,4294967295,0),this[u+3]=i>>>24,this[u+2]=i>>>16,this[u+1]=i>>>8,this[u]=i&255,u+4},d.prototype.writeUint32BE=d.prototype.writeUInt32BE=function(i,u,m){return i=+i,u=u>>>0,m||Q(this,i,u,4,4294967295,0),this[u]=i>>>24,this[u+1]=i>>>16,this[u+2]=i>>>8,this[u+3]=i&255,u+4};function ye(i,u,m,v,w){Xa(u,v,w,i,m,7);let _=Number(u&BigInt(4294967295));i[m++]=_,_=_>>8,i[m++]=_,_=_>>8,i[m++]=_,_=_>>8,i[m++]=_;let B=Number(u>>BigInt(32)&BigInt(4294967295));return i[m++]=B,B=B>>8,i[m++]=B,B=B>>8,i[m++]=B,B=B>>8,i[m++]=B,m}function be(i,u,m,v,w){Xa(u,v,w,i,m,7);let _=Number(u&BigInt(4294967295));i[m+7]=_,_=_>>8,i[m+6]=_,_=_>>8,i[m+5]=_,_=_>>8,i[m+4]=_;let B=Number(u>>BigInt(32)&BigInt(4294967295));return i[m+3]=B,B=B>>8,i[m+2]=B,B=B>>8,i[m+1]=B,B=B>>8,i[m]=B,m+8}d.prototype.writeBigUInt64LE=nt(function(i,u=0){return ye(this,i,u,BigInt(0),BigInt("0xffffffffffffffff"))}),d.prototype.writeBigUInt64BE=nt(function(i,u=0){return be(this,i,u,BigInt(0),BigInt("0xffffffffffffffff"))}),d.prototype.writeIntLE=function(i,u,m,v){if(i=+i,u=u>>>0,!v){const ne=Math.pow(2,8*m-1);Q(this,i,u,m,ne-1,-ne)}let w=0,_=1,B=0;for(this[u]=i&255;++w<m&&(_*=256);)i<0&&B===0&&this[u+w-1]!==0&&(B=1),this[u+w]=(i/_>>0)-B&255;return u+m},d.prototype.writeIntBE=function(i,u,m,v){if(i=+i,u=u>>>0,!v){const ne=Math.pow(2,8*m-1);Q(this,i,u,m,ne-1,-ne)}let w=m-1,_=1,B=0;for(this[u+w]=i&255;--w>=0&&(_*=256);)i<0&&B===0&&this[u+w+1]!==0&&(B=1),this[u+w]=(i/_>>0)-B&255;return u+m},d.prototype.writeInt8=function(i,u,m){return i=+i,u=u>>>0,m||Q(this,i,u,1,127,-128),i<0&&(i=255+i+1),this[u]=i&255,u+1},d.prototype.writeInt16LE=function(i,u,m){return i=+i,u=u>>>0,m||Q(this,i,u,2,32767,-32768),this[u]=i&255,this[u+1]=i>>>8,u+2},d.prototype.writeInt16BE=function(i,u,m){return i=+i,u=u>>>0,m||Q(this,i,u,2,32767,-32768),this[u]=i>>>8,this[u+1]=i&255,u+2},d.prototype.writeInt32LE=function(i,u,m){return i=+i,u=u>>>0,m||Q(this,i,u,4,2147483647,-2147483648),this[u]=i&255,this[u+1]=i>>>8,this[u+2]=i>>>16,this[u+3]=i>>>24,u+4},d.prototype.writeInt32BE=function(i,u,m){return i=+i,u=u>>>0,m||Q(this,i,u,4,2147483647,-2147483648),i<0&&(i=4294967295+i+1),this[u]=i>>>24,this[u+1]=i>>>16,this[u+2]=i>>>8,this[u+3]=i&255,u+4},d.prototype.writeBigInt64LE=nt(function(i,u=0){return ye(this,i,u,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),d.prototype.writeBigInt64BE=nt(function(i,u=0){return be(this,i,u,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function Qe(i,u,m,v,w,_){if(m+v>i.length)throw new RangeError("Index out of range");if(m<0)throw new RangeError("Index out of range")}function $e(i,u,m,v,w){return u=+u,m=m>>>0,w||Qe(i,u,m,4),n.write(i,u,m,v,23,4),m+4}d.prototype.writeFloatLE=function(i,u,m){return $e(this,i,u,!0,m)},d.prototype.writeFloatBE=function(i,u,m){return $e(this,i,u,!1,m)};function et(i,u,m,v,w){return u=+u,m=m>>>0,w||Qe(i,u,m,8),n.write(i,u,m,v,52,8),m+8}d.prototype.writeDoubleLE=function(i,u,m){return et(this,i,u,!0,m)},d.prototype.writeDoubleBE=function(i,u,m){return et(this,i,u,!1,m)},d.prototype.copy=function(i,u,m,v){if(!d.isBuffer(i))throw new TypeError("argument should be a Buffer");if(m||(m=0),!v&&v!==0&&(v=this.length),u>=i.length&&(u=i.length),u||(u=0),v>0&&v<m&&(v=m),v===m||i.length===0||this.length===0)return 0;if(u<0)throw new RangeError("targetStart out of bounds");if(m<0||m>=this.length)throw new RangeError("Index out of range");if(v<0)throw new RangeError("sourceEnd out of bounds");v>this.length&&(v=this.length),i.length-u<v-m&&(v=i.length-u+m);const w=v-m;return this===i&&typeof a.prototype.copyWithin=="function"?this.copyWithin(u,m,v):a.prototype.set.call(i,this.subarray(m,v),u),w},d.prototype.fill=function(i,u,m,v){if(typeof i=="string"){if(typeof u=="string"?(v=u,u=0,m=this.length):typeof m=="string"&&(v=m,m=this.length),v!==void 0&&typeof v!="string")throw new TypeError("encoding must be a string");if(typeof v=="string"&&!d.isEncoding(v))throw new TypeError("Unknown encoding: "+v);if(i.length===1){const _=i.charCodeAt(0);(v==="utf8"&&_<128||v==="latin1")&&(i=_)}}else typeof i=="number"?i=i&255:typeof i=="boolean"&&(i=Number(i));if(u<0||this.length<u||this.length<m)throw new RangeError("Out of range index");if(m<=u)return this;u=u>>>0,m=m===void 0?this.length:m>>>0,i||(i=0);let w;if(typeof i=="number")for(w=u;w<m;++w)this[w]=i;else{const _=d.isBuffer(i)?i:d.from(i,v),B=_.length;if(B===0)throw new TypeError('The value "'+i+'" is invalid for argument "value"');for(w=0;w<m-u;++w)this[w+u]=_[w%B]}return this};const tt={};function on(i,u,m){tt[i]=class extends m{constructor(){super(),Object.defineProperty(this,"message",{value:u.apply(this,arguments),writable:!0,configurable:!0}),this.name="".concat(this.name," [").concat(i,"]"),this.stack,delete this.name}get code(){return i}set code(v){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:v,writable:!0})}toString(){return"".concat(this.name," [").concat(i,"]: ").concat(this.message)}}}on("ERR_BUFFER_OUT_OF_BOUNDS",function(i){return i?"".concat(i," is outside of buffer bounds"):"Attempt to access memory outside buffer bounds"},RangeError),on("ERR_INVALID_ARG_TYPE",function(i,u){return'The "'.concat(i,'" argument must be of type number. Received type ').concat(typeof u)},TypeError),on("ERR_OUT_OF_RANGE",function(i,u,m){let v='The value of "'.concat(i,'" is out of range.'),w=m;return Number.isInteger(m)&&Math.abs(m)>2**32?w=Ya(String(m)):typeof m=="bigint"&&(w=String(m),(m>BigInt(2)**BigInt(32)||m<-(BigInt(2)**BigInt(32)))&&(w=Ya(w)),w+="n"),v+=" It must be ".concat(u,". Received ").concat(w),v},RangeError);function Ya(i){let u="",m=i.length;const v=i[0]==="-"?1:0;for(;m>=v+4;m-=3)u="_".concat(i.slice(m-3,m)).concat(u);return"".concat(i.slice(0,m)).concat(u)}function wc(i,u,m){Ot(u,"offset"),(i[u]===void 0||i[u+m]===void 0)&&ln(u,i.length-(m+1))}function Xa(i,u,m,v,w,_){if(i>m||i<u){const B=typeof u=="bigint"?"n":"";let ne;throw _>3?u===0||u===BigInt(0)?ne=">= 0".concat(B," and < 2").concat(B," ** ").concat((_+1)*8).concat(B):ne=">= -(2".concat(B," ** ").concat((_+1)*8-1).concat(B,") and < 2 ** ").concat((_+1)*8-1).concat(B):ne=">= ".concat(u).concat(B," and <= ").concat(m).concat(B),new tt.ERR_OUT_OF_RANGE("value",ne,i)}wc(v,w,_)}function Ot(i,u){if(typeof i!="number")throw new tt.ERR_INVALID_ARG_TYPE(u,"number",i)}function ln(i,u,m){throw Math.floor(i)!==i?(Ot(i,m),new tt.ERR_OUT_OF_RANGE(m||"offset","an integer",i)):u<0?new tt.ERR_BUFFER_OUT_OF_BOUNDS:new tt.ERR_OUT_OF_RANGE(m||"offset",">= ".concat(m?1:0," and <= ").concat(u),i)}const Cc=/[^+/0-9A-Za-z-_]/g;function Tc(i){if(i=i.split("=")[0],i=i.trim().replace(Cc,""),i.length<2)return"";for(;i.length%4!==0;)i=i+"=";return i}function nr(i,u){u=u||1/0;let m;const v=i.length;let w=null;const _=[];for(let B=0;B<v;++B){if(m=i.charCodeAt(B),m>55295&&m<57344){if(!w){if(m>56319){(u-=3)>-1&&_.push(239,191,189);continue}else if(B+1===v){(u-=3)>-1&&_.push(239,191,189);continue}w=m;continue}if(m<56320){(u-=3)>-1&&_.push(239,191,189),w=m;continue}m=(w-55296<<10|m-56320)+65536}else w&&(u-=3)>-1&&_.push(239,191,189);if(w=null,m<128){if((u-=1)<0)break;_.push(m)}else if(m<2048){if((u-=2)<0)break;_.push(m>>6|192,m&63|128)}else if(m<65536){if((u-=3)<0)break;_.push(m>>12|224,m>>6&63|128,m&63|128)}else if(m<1114112){if((u-=4)<0)break;_.push(m>>18|240,m>>12&63|128,m>>6&63|128,m&63|128)}else throw new Error("Invalid code point")}return _}function bc(i){const u=[];for(let m=0;m<i.length;++m)u.push(i.charCodeAt(m)&255);return u}function Ec(i,u){let m,v,w;const _=[];for(let B=0;B<i.length&&!((u-=2)<0);++B)m=i.charCodeAt(B),v=m>>8,w=m%256,_.push(w),_.push(v);return _}function Qa(i){return t.toByteArray(Tc(i))}function zn(i,u,m,v){let w;for(w=0;w<v&&!(w+m>=u.length||w>=i.length);++w)u[w+m]=i[w];return w}function ze(i,u){return i instanceof u||i!=null&&i.constructor!=null&&i.constructor.name!=null&&i.constructor.name===u.name}function sr(i){return i!==i}const Fc=function(){const i="0123456789abcdef",u=new Array(256);for(let m=0;m<16;++m){const v=m*16;for(let w=0;w<16;++w)u[v+w]=i[m]+i[w]}return u}();function nt(i){return typeof BigInt>"u"?_c:i}function _c(){throw new Error("BigInt not supported")}})(rc);const c1=rc.Buffer;function V(e,t,n,s,r){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),s&&(this.request=s),r&&(this.response=r,this.status=r.status?r.status:null)}T.inherits(V,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:T.toJSONObject(this.config),code:this.code,status:this.status}}});const ji=V.prototype,Ri={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{Ri[e]={value:e}}),Object.defineProperties(V,Ri),Object.defineProperty(ji,"isAxiosError",{value:!0}),V.from=(e,t,n,s,r,a)=>{const o=Object.create(ji);return T.toFlatObject(e,o,function(l){return l!==Error.prototype},l=>l!=="isAxiosError"),V.call(o,e.message,t,n,s,r),o.cause=e,o.name=e.name,a&&Object.assign(o,a),o};const d1=null;function aa(e){return T.isPlainObject(e)||T.isArray(e)}function oc(e){return T.endsWith(e,"[]")?e.slice(0,-2):e}function Mi(e,t,n){return e?e.concat(t).map(function(s,r){return s=oc(s),!n&&r?"["+s+"]":s}).join(n?".":""):t}function m1(e){return T.isArray(e)&&!e.some(aa)}const p1=T.toFlatObject(T,{},null,function(e){return/^is[A-Z]/.test(e)});function er(e,t,n){if(!T.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,n=T.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(h,F){return!T.isUndefined(F[h])});const s=n.metaTokens,r=n.visitor||p,a=n.dots,o=n.indexes,l=(n.Blob||typeof Blob<"u"&&Blob)&&T.isSpecCompliantForm(t);if(!T.isFunction(r))throw new TypeError("visitor must be a function");function c(h){if(h===null)return"";if(T.isDate(h))return h.toISOString();if(!l&&T.isBlob(h))throw new V("Blob is not supported. Use a Buffer instead.");return T.isArrayBuffer(h)||T.isTypedArray(h)?l&&typeof Blob=="function"?new Blob([h]):c1.from(h):h}function p(h,F,E){let N=h;if(h&&!E&&typeof h=="object"){if(T.endsWith(F,"{}"))F=s?F:F.slice(0,-2),h=JSON.stringify(h);else if(T.isArray(h)&&m1(h)||(T.isFileList(h)||T.endsWith(F,"[]"))&&(N=T.toArray(h)))return F=oc(F),N.forEach(function(D,k){!(T.isUndefined(D)||D===null)&&t.append(o===!0?Mi([F],k,a):o===null?F:F+"[]",c(D))}),!1}return aa(h)?!0:(t.append(Mi(E,F,a),c(h)),!1)}const d=[],g=Object.assign(p1,{defaultVisitor:p,convertValue:c,isVisitable:aa});function y(h,F){if(!T.isUndefined(h)){if(d.indexOf(h)!==-1)throw Error("Circular reference detected in "+F.join("."));d.push(h),T.forEach(h,function(E,N){(!(T.isUndefined(E)||E===null)&&r.call(t,E,T.isString(N)?N.trim():N,F,g))===!0&&y(E,F?F.concat(N):[N])}),d.pop()}}if(!T.isObject(e))throw new TypeError("data must be an object");return y(e),t}function Ii(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(n){return t[n]})}function qa(e,t){this._pairs=[],e&&er(e,this,t)}const Hi=qa.prototype;Hi.append=function(e,t){this._pairs.push([e,t])},Hi.toString=function(e){const t=e?function(n){return e.call(this,n,Ii)}:Ii;return this._pairs.map(function(n){return t(n[0])+"="+t(n[1])},"").join("&")};function f1(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function ic(e,t,n){if(!t)return e;const s=n&&n.encode||f1,r=n&&n.serialize;let a;if(r?a=r(t,n):a=T.isURLSearchParams(t)?t.toString():new qa(t,n).toString(s),a){const o=e.indexOf("#");o!==-1&&(e=e.slice(0,o)),e+=(e.indexOf("?")===-1?"?":"&")+a}return e}class Vi{constructor(){this.handlers=[]}use(t,n,s){return this.handlers.push({fulfilled:t,rejected:n,synchronous:s?s.synchronous:!1,runWhen:s?s.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){T.forEach(this.handlers,function(n){n!==null&&t(n)})}}const lc={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},g1=typeof URLSearchParams<"u"?URLSearchParams:qa,h1=typeof FormData<"u"?FormData:null,v1=typeof Blob<"u"?Blob:null,y1={isBrowser:!0,classes:{URLSearchParams:g1,FormData:h1,Blob:v1},protocols:["http","https","file","blob","url","data"]},Ka=typeof window<"u"&&typeof document<"u",oa=typeof navigator=="object"&&navigator||void 0,x1=Ka&&(!oa||["ReactNative","NativeScript","NS"].indexOf(oa.product)<0),w1=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",C1=Ka&&window.location.href||"http://localhost",T1=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:Ka,hasStandardBrowserEnv:x1,hasStandardBrowserWebWorkerEnv:w1,navigator:oa,origin:C1},Symbol.toStringTag,{value:"Module"})),Te={...T1,...y1};function b1(e,t){return er(e,new Te.classes.URLSearchParams,Object.assign({visitor:function(n,s,r,a){return Te.isNode&&T.isBuffer(n)?(this.append(s,n.toString("base64")),!1):a.defaultVisitor.apply(this,arguments)}},t))}function E1(e){return T.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function F1(e){const t={},n=Object.keys(e);let s;const r=n.length;let a;for(s=0;s<r;s++)a=n[s],t[a]=e[a];return t}function uc(e){function t(n,s,r,a){let o=n[a++];if(o==="__proto__")return!0;const l=Number.isFinite(+o),c=a>=n.length;return o=!o&&T.isArray(r)?r.length:o,c?(T.hasOwnProp(r,o)?r[o]=[r[o],s]:r[o]=s,!l):((!r[o]||!T.isObject(r[o]))&&(r[o]=[]),t(n,s,r[o],a)&&T.isArray(r[o])&&(r[o]=F1(r[o])),!l)}if(T.isFormData(e)&&T.isFunction(e.entries)){const n={};return T.forEachEntry(e,(s,r)=>{t(E1(s),r,n,0)}),n}return null}function _1(e,t,n){if(T.isString(e))try{return(t||JSON.parse)(e),T.trim(e)}catch(s){if(s.name!=="SyntaxError")throw s}return(n||JSON.stringify)(e)}const Ja={transitional:lc,adapter:["xhr","http","fetch"],transformRequest:[function(e,t){const n=t.getContentType()||"",s=n.indexOf("application/json")>-1,r=T.isObject(e);if(r&&T.isHTMLForm(e)&&(e=new FormData(e)),T.isFormData(e))return s?JSON.stringify(uc(e)):e;if(T.isArrayBuffer(e)||T.isBuffer(e)||T.isStream(e)||T.isFile(e)||T.isBlob(e)||T.isReadableStream(e))return e;if(T.isArrayBufferView(e))return e.buffer;if(T.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let a;if(r){if(n.indexOf("application/x-www-form-urlencoded")>-1)return b1(e,this.formSerializer).toString();if((a=T.isFileList(e))||n.indexOf("multipart/form-data")>-1){const o=this.env&&this.env.FormData;return er(a?{"files[]":e}:e,o&&new o,this.formSerializer)}}return r||s?(t.setContentType("application/json",!1),_1(e)):e}],transformResponse:[function(e){const t=this.transitional||Ja.transitional,n=t&&t.forcedJSONParsing,s=this.responseType==="json";if(T.isResponse(e)||T.isReadableStream(e))return e;if(e&&T.isString(e)&&(n&&!this.responseType||s)){const r=!(t&&t.silentJSONParsing)&&s;try{return JSON.parse(e)}catch(a){if(r)throw a.name==="SyntaxError"?V.from(a,V.ERR_BAD_RESPONSE,this,null,this.response):a}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Te.classes.FormData,Blob:Te.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};T.forEach(["delete","get","head","post","put","patch"],e=>{Ja.headers[e]={}});const Ga=Ja,S1=T.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),A1=e=>{const t={};let n,s,r;return e&&e.split("\n").forEach(function(a){r=a.indexOf(":"),n=a.substring(0,r).trim().toLowerCase(),s=a.substring(r+1).trim(),!(!n||t[n]&&S1[n])&&(n==="set-cookie"?t[n]?t[n].push(s):t[n]=[s]:t[n]=t[n]?t[n]+", "+s:s)}),t},qi=Symbol("internals");function pn(e){return e&&String(e).trim().toLowerCase()}function cs(e){return e===!1||e==null?e:T.isArray(e)?e.map(cs):String(e)}function N1(e){const t=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let s;for(;s=n.exec(e);)t[s[1]]=s[2];return t}const k1=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function yr(e,t,n,s,r){if(T.isFunction(s))return s.call(this,t,n);if(r&&(t=n),!!T.isString(t)){if(T.isString(s))return t.indexOf(s)!==-1;if(T.isRegExp(s))return s.test(t)}}function L1(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,n,s)=>n.toUpperCase()+s)}function B1(e,t){const n=T.toCamelCase(" "+t);["get","set","has"].forEach(s=>{Object.defineProperty(e,s+n,{value:function(r,a,o){return this[s].call(this,t,r,a,o)},configurable:!0})})}class ds{constructor(t){t&&this.set(t)}set(t,n,s){const r=this;function a(l,c,p){const d=pn(c);if(!d)throw new Error("header name must be a non-empty string");const g=T.findKey(r,d);(!g||r[g]===void 0||p===!0||p===void 0&&r[g]!==!1)&&(r[g||c]=cs(l))}const o=(l,c)=>T.forEach(l,(p,d)=>a(p,d,c));if(T.isPlainObject(t)||t instanceof this.constructor)o(t,n);else if(T.isString(t)&&(t=t.trim())&&!k1(t))o(A1(t),n);else if(T.isHeaders(t))for(const[l,c]of t.entries())a(c,l,s);else t!=null&&a(n,t,s);return this}get(t,n){if(t=pn(t),t){const s=T.findKey(this,t);if(s){const r=this[s];if(!n)return r;if(n===!0)return N1(r);if(T.isFunction(n))return n.call(this,r,s);if(T.isRegExp(n))return n.exec(r);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,n){if(t=pn(t),t){const s=T.findKey(this,t);return!!(s&&this[s]!==void 0&&(!n||yr(this,this[s],s,n)))}return!1}delete(t,n){const s=this;let r=!1;function a(o){if(o=pn(o),o){const l=T.findKey(s,o);l&&(!n||yr(s,s[l],l,n))&&(delete s[l],r=!0)}}return T.isArray(t)?t.forEach(a):a(t),r}clear(t){const n=Object.keys(this);let s=n.length,r=!1;for(;s--;){const a=n[s];(!t||yr(this,this[a],a,t,!0))&&(delete this[a],r=!0)}return r}normalize(t){const n=this,s={};return T.forEach(this,(r,a)=>{const o=T.findKey(s,a);if(o){n[o]=cs(r),delete n[a];return}const l=t?L1(a):String(a).trim();l!==a&&delete n[a],n[l]=cs(r),s[l]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const n=Object.create(null);return T.forEach(this,(s,r)=>{s!=null&&s!==!1&&(n[r]=t&&T.isArray(s)?s.join(", "):s)}),n}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,n])=>t+": "+n).join("\n")}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...n){const s=new this(t);return n.forEach(r=>s.set(r)),s}static accessor(t){const n=(this[qi]=this[qi]={accessors:{}}).accessors,s=this.prototype;function r(a){const o=pn(a);n[o]||(B1(s,a),n[o]=!0)}return T.isArray(t)?t.forEach(r):r(t),this}}ds.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),T.reduceDescriptors(ds.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(s){this[n]=s}}}),T.freezeMethods(ds);const De=ds;function xr(e,t){const n=this||Ga,s=t||n,r=De.from(s.headers);let a=s.data;return T.forEach(e,function(o){a=o.call(n,a,r.normalize(),t?t.status:void 0)}),r.normalize(),a}function cc(e){return!!(e&&e.__CANCEL__)}function an(e,t,n){V.call(this,e!=null?e:"canceled",V.ERR_CANCELED,t,n),this.name="CanceledError"}T.inherits(an,V,{__CANCEL__:!0});function dc(e,t,n){const s=n.config.validateStatus;!n.status||!s||s(n.status)?e(n):t(new V("Request failed with status code "+n.status,[V.ERR_BAD_REQUEST,V.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}function P1(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function D1(e,t){e=e||10;const n=new Array(e),s=new Array(e);let r=0,a=0,o;return t=t!==void 0?t:1e3,function(l){const c=Date.now(),p=s[a];o||(o=c),n[r]=l,s[r]=c;let d=a,g=0;for(;d!==r;)g+=n[d++],d=d%e;if(r=(r+1)%e,r===a&&(a=(a+1)%e),c-o<t)return;const y=p&&c-p;return y?Math.round(g*1e3/y):void 0}}function U1(e,t){let n=0,s=1e3/t,r,a;const o=(l,c=Date.now())=>{n=c,r=null,a&&(clearTimeout(a),a=null),e.apply(null,l)};return[(...l)=>{const c=Date.now(),p=c-n;p>=s?o(l,c):(r=l,a||(a=setTimeout(()=>{a=null,o(r)},s-p)))},()=>r&&o(r)]}const Us=(e,t,n=3)=>{let s=0;const r=D1(50,250);return U1(a=>{const o=a.loaded,l=a.lengthComputable?a.total:void 0,c=o-s,p=r(c),d=o<=l;s=o;const g={loaded:o,total:l,progress:l?o/l:void 0,bytes:c,rate:p||void 0,estimated:p&&l&&d?(l-o)/p:void 0,event:a,lengthComputable:l!=null,[t?"download":"upload"]:!0};e(g)},n)},Ki=(e,t)=>{const n=e!=null;return[s=>t[0]({lengthComputable:n,total:e,loaded:s}),t[1]]},Ji=e=>(...t)=>T.asap(()=>e(...t)),O1=Te.hasStandardBrowserEnv?function(){const e=Te.navigator&&/(msie|trident)/i.test(Te.navigator.userAgent),t=document.createElement("a");let n;function s(r){let a=r;return e&&(t.setAttribute("href",a),a=t.href),t.setAttribute("href",a),{href:t.href,protocol:t.protocol?t.protocol.replace(/:$/,""):"",host:t.host,search:t.search?t.search.replace(/^\?/,""):"",hash:t.hash?t.hash.replace(/^#/,""):"",hostname:t.hostname,port:t.port,pathname:t.pathname.charAt(0)==="/"?t.pathname:"/"+t.pathname}}return n=s(window.location.href),function(r){const a=T.isString(r)?s(r):r;return a.protocol===n.protocol&&a.host===n.host}}():function(){return function(){return!0}}(),$1=Te.hasStandardBrowserEnv?{write(e,t,n,s,r,a){const o=[e+"="+encodeURIComponent(t)];T.isNumber(n)&&o.push("expires="+new Date(n).toGMTString()),T.isString(s)&&o.push("path="+s),T.isString(r)&&o.push("domain="+r),a===!0&&o.push("secure"),document.cookie=o.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function z1(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function j1(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function mc(e,t){return e&&!z1(t)?j1(e,t):t}const Gi=e=>e instanceof De?{...e}:e;function Dt(e,t){t=t||{};const n={};function s(p,d,g){return T.isPlainObject(p)&&T.isPlainObject(d)?T.merge.call({caseless:g},p,d):T.isPlainObject(d)?T.merge({},d):T.isArray(d)?d.slice():d}function r(p,d,g){if(T.isUndefined(d)){if(!T.isUndefined(p))return s(void 0,p,g)}else return s(p,d,g)}function a(p,d){if(!T.isUndefined(d))return s(void 0,d)}function o(p,d){if(T.isUndefined(d)){if(!T.isUndefined(p))return s(void 0,p)}else return s(void 0,d)}function l(p,d,g){if(g in t)return s(p,d);if(g in e)return s(void 0,p)}const c={url:a,method:a,data:a,baseURL:o,transformRequest:o,transformResponse:o,paramsSerializer:o,timeout:o,timeoutMessage:o,withCredentials:o,withXSRFToken:o,adapter:o,responseType:o,xsrfCookieName:o,xsrfHeaderName:o,onUploadProgress:o,onDownloadProgress:o,decompress:o,maxContentLength:o,maxBodyLength:o,beforeRedirect:o,transport:o,httpAgent:o,httpsAgent:o,cancelToken:o,socketPath:o,responseEncoding:o,validateStatus:l,headers:(p,d)=>r(Gi(p),Gi(d),!0)};return T.forEach(Object.keys(Object.assign({},e,t)),function(p){const d=c[p]||r,g=d(e[p],t[p],p);T.isUndefined(g)&&d!==l||(n[p]=g)}),n}const pc=e=>{const t=Dt({},e);let{data:n,withXSRFToken:s,xsrfHeaderName:r,xsrfCookieName:a,headers:o,auth:l}=t;t.headers=o=De.from(o),t.url=ic(mc(t.baseURL,t.url),e.params,e.paramsSerializer),l&&o.set("Authorization","Basic "+btoa((l.username||"")+":"+(l.password?unescape(encodeURIComponent(l.password)):"")));let c;if(T.isFormData(n)){if(Te.hasStandardBrowserEnv||Te.hasStandardBrowserWebWorkerEnv)o.setContentType(void 0);else if((c=o.getContentType())!==!1){const[p,...d]=c?c.split(";").map(g=>g.trim()).filter(Boolean):[];o.setContentType([p||"multipart/form-data",...d].join("; "))}}if(Te.hasStandardBrowserEnv&&(s&&T.isFunction(s)&&(s=s(t)),s||s!==!1&&O1(t.url))){const p=r&&a&&$1.read(a);p&&o.set(r,p)}return t},R1=typeof XMLHttpRequest<"u",M1=R1&&function(e){return new Promise(function(t,n){const s=pc(e);let r=s.data;const a=De.from(s.headers).normalize();let{responseType:o,onUploadProgress:l,onDownloadProgress:c}=s,p,d,g,y,h;function F(){y&&y(),h&&h(),s.cancelToken&&s.cancelToken.unsubscribe(p),s.signal&&s.signal.removeEventListener("abort",p)}let E=new XMLHttpRequest;E.open(s.method.toUpperCase(),s.url,!0),E.timeout=s.timeout;function N(){if(!E)return;const k=De.from("getAllResponseHeaders"in E&&E.getAllResponseHeaders()),R={data:!o||o==="text"||o==="json"?E.responseText:E.response,status:E.status,statusText:E.statusText,headers:k,config:e,request:E};dc(function(M){t(M),F()},function(M){n(M),F()},R),E=null}"onloadend"in E?E.onloadend=N:E.onreadystatechange=function(){!E||E.readyState!==4||E.status===0&&!(E.responseURL&&E.responseURL.indexOf("file:")===0)||setTimeout(N)},E.onabort=function(){E&&(n(new V("Request aborted",V.ECONNABORTED,e,E)),E=null)},E.onerror=function(){n(new V("Network Error",V.ERR_NETWORK,e,E)),E=null},E.ontimeout=function(){let k=s.timeout?"timeout of "+s.timeout+"ms exceeded":"timeout exceeded";const R=s.transitional||lc;s.timeoutErrorMessage&&(k=s.timeoutErrorMessage),n(new V(k,R.clarifyTimeoutError?V.ETIMEDOUT:V.ECONNABORTED,e,E)),E=null},r===void 0&&a.setContentType(null),"setRequestHeader"in E&&T.forEach(a.toJSON(),function(k,R){E.setRequestHeader(R,k)}),T.isUndefined(s.withCredentials)||(E.withCredentials=!!s.withCredentials),o&&o!=="json"&&(E.responseType=s.responseType),c&&([g,h]=Us(c,!0),E.addEventListener("progress",g)),l&&E.upload&&([d,y]=Us(l),E.upload.addEventListener("progress",d),E.upload.addEventListener("loadend",y)),(s.cancelToken||s.signal)&&(p=k=>{E&&(n(!k||k.type?new an(null,e,E):k),E.abort(),E=null)},s.cancelToken&&s.cancelToken.subscribe(p),s.signal&&(s.signal.aborted?p():s.signal.addEventListener("abort",p)));const D=P1(s.url);if(D&&Te.protocols.indexOf(D)===-1){n(new V("Unsupported protocol "+D+":",V.ERR_BAD_REQUEST,e));return}E.send(r||null)})},I1=(e,t)=>{const{length:n}=e=e?e.filter(Boolean):[];if(t||n){let s=new AbortController,r;const a=function(p){if(!r){r=!0,l();const d=p instanceof Error?p:this.reason;s.abort(d instanceof V?d:new an(d instanceof Error?d.message:d))}};let o=t&&setTimeout(()=>{o=null,a(new V("timeout ".concat(t," of ms exceeded"),V.ETIMEDOUT))},t);const l=()=>{e&&(o&&clearTimeout(o),o=null,e.forEach(p=>{p.unsubscribe?p.unsubscribe(a):p.removeEventListener("abort",a)}),e=null)};e.forEach(p=>p.addEventListener("abort",a));const{signal:c}=s;return c.unsubscribe=()=>T.asap(l),c}},H1=I1,V1=function*(e,t){let n=e.byteLength;if(!t||n<t){yield e;return}let s=0,r;for(;s<n;)r=s+t,yield e.slice(s,r),s=r},q1=async function*(e,t){for await(const n of K1(e))yield*V1(n,t)},K1=async function*(e){if(e[Symbol.asyncIterator]){yield*e;return}const t=e.getReader();try{for(;;){const{done:n,value:s}=await t.read();if(n)break;yield s}}finally{await t.cancel()}},Wi=(e,t,n,s)=>{const r=q1(e,t);let a=0,o,l=c=>{o||(o=!0,s&&s(c))};return new ReadableStream({async pull(c){try{const{done:p,value:d}=await r.next();if(p){l(),c.close();return}let g=d.byteLength;if(n){let y=a+=g;n(y)}c.enqueue(new Uint8Array(d))}catch(p){throw l(p),p}},cancel(c){return l(c),r.return()}},{highWaterMark:2})},tr=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",fc=tr&&typeof ReadableStream=="function",J1=tr&&(typeof TextEncoder=="function"?(e=>t=>e.encode(t))(new TextEncoder):async e=>new Uint8Array(await new Response(e).arrayBuffer())),gc=(e,...t)=>{try{return!!e(...t)}catch{return!1}},G1=fc&&gc(()=>{let e=!1;const t=new Request(Te.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t}),Zi=64*1024,ia=fc&&gc(()=>T.isReadableStream(new Response("").body)),Os={stream:ia&&(e=>e.body)};tr&&(e=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!Os[t]&&(Os[t]=T.isFunction(e[t])?n=>n[t]():(n,s)=>{throw new V("Response type '".concat(t,"' is not supported"),V.ERR_NOT_SUPPORT,s)})})})(new Response);const W1=async e=>{if(e==null)return 0;if(T.isBlob(e))return e.size;if(T.isSpecCompliantForm(e))return(await new Request(Te.origin,{method:"POST",body:e}).arrayBuffer()).byteLength;if(T.isArrayBufferView(e)||T.isArrayBuffer(e))return e.byteLength;if(T.isURLSearchParams(e)&&(e=e+""),T.isString(e))return(await J1(e)).byteLength},Z1=async(e,t)=>{const n=T.toFiniteNumber(e.getContentLength());return n!=null?n:W1(t)},Y1=tr&&(async e=>{let{url:t,method:n,data:s,signal:r,cancelToken:a,timeout:o,onDownloadProgress:l,onUploadProgress:c,responseType:p,headers:d,withCredentials:g="same-origin",fetchOptions:y}=pc(e);p=p?(p+"").toLowerCase():"text";let h=H1([r,a&&a.toAbortSignal()],o),F;const E=h&&h.unsubscribe&&(()=>{h.unsubscribe()});let N;try{if(c&&G1&&n!=="get"&&n!=="head"&&(N=await Z1(d,s))!==0){let J=new Request(t,{method:"POST",body:s,duplex:"half"}),Y;if(T.isFormData(s)&&(Y=J.headers.get("content-type"))&&d.setContentType(Y),J.body){const[W,O]=Ki(N,Us(Ji(c)));s=Wi(J.body,Zi,W,O)}}T.isString(g)||(g=g?"include":"omit");const D="credentials"in Request.prototype;F=new Request(t,{...y,signal:h,method:n.toUpperCase(),headers:d.normalize().toJSON(),body:s,duplex:"half",credentials:D?g:void 0});let k=await fetch(F);const R=ia&&(p==="stream"||p==="response");if(ia&&(l||R&&E)){const J={};["status","statusText","headers"].forEach(q=>{J[q]=k[q]});const Y=T.toFiniteNumber(k.headers.get("content-length")),[W,O]=l&&Ki(Y,Us(Ji(l),!0))||[];k=new Response(Wi(k.body,Zi,W,()=>{O&&O(),E&&E()}),J)}p=p||"text";let M=await Os[T.findKey(Os,p)||"text"](k,e);return!R&&E&&E(),await new Promise((J,Y)=>{dc(J,Y,{data:M,headers:De.from(k.headers),status:k.status,statusText:k.statusText,config:e,request:F})})}catch(D){throw E&&E(),D&&D.name==="TypeError"&&/fetch/i.test(D.message)?Object.assign(new V("Network Error",V.ERR_NETWORK,e,F),{cause:D.cause||D}):V.from(D,D&&D.code,e,F)}}),la={http:d1,xhr:M1,fetch:Y1};T.forEach(la,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const Yi=e=>"- ".concat(e),X1=e=>T.isFunction(e)||e===null||e===!1,hc={getAdapter:e=>{e=T.isArray(e)?e:[e];const{length:t}=e;let n,s;const r={};for(let a=0;a<t;a++){n=e[a];let o;if(s=n,!X1(n)&&(s=la[(o=String(n)).toLowerCase()],s===void 0))throw new V("Unknown adapter '".concat(o,"'"));if(s)break;r[o||"#"+a]=s}if(!s){const a=Object.entries(r).map(([l,c])=>"adapter ".concat(l," ")+(c===!1?"is not supported by the environment":"is not available in the build"));let o=t?a.length>1?"since :\n"+a.map(Yi).join("\n"):" "+Yi(a[0]):"as no adapter specified";throw new V("There is no suitable adapter to dispatch the request "+o,"ERR_NOT_SUPPORT")}return s},adapters:la};function wr(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new an(null,e)}function Xi(e){return wr(e),e.headers=De.from(e.headers),e.data=xr.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),hc.getAdapter(e.adapter||Ga.adapter)(e).then(function(t){return wr(e),t.data=xr.call(e,e.transformResponse,t),t.headers=De.from(t.headers),t},function(t){return cc(t)||(wr(e),t&&t.response&&(t.response.data=xr.call(e,e.transformResponse,t.response),t.response.headers=De.from(t.response.headers))),Promise.reject(t)})}const vc="1.7.7",Wa={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{Wa[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}});const Qi={};Wa.transitional=function(e,t,n){function s(r,a){return"[Axios v"+vc+"] Transitional option '"+r+"'"+a+(n?". "+n:"")}return(r,a,o)=>{if(e===!1)throw new V(s(a," has been removed"+(t?" in "+t:"")),V.ERR_DEPRECATED);return t&&!Qi[a]&&(Qi[a]=!0,console.warn(s(a," has been deprecated since v"+t+" and will be removed in the near future"))),e?e(r,a,o):!0}};function Q1(e,t,n){if(typeof e!="object")throw new V("options must be an object",V.ERR_BAD_OPTION_VALUE);const s=Object.keys(e);let r=s.length;for(;r-- >0;){const a=s[r],o=t[a];if(o){const l=e[a],c=l===void 0||o(l,a,e);if(c!==!0)throw new V("option "+a+" must be "+c,V.ERR_BAD_OPTION_VALUE);continue}if(n!==!0)throw new V("Unknown option "+a,V.ERR_BAD_OPTION)}}const ua={assertOptions:Q1,validators:Wa},st=ua.validators;let ms=class{constructor(e){this.defaults=e,this.interceptors={request:new Vi,response:new Vi}}async request(e,t){try{return await this._request(e,t)}catch(n){if(n instanceof Error){let s;Error.captureStackTrace?Error.captureStackTrace(s={}):s=new Error;const r=s.stack?s.stack.replace(/^.+\n/,""):"";try{n.stack?r&&!String(n.stack).endsWith(r.replace(/^.+\n.+\n/,""))&&(n.stack+="\n"+r):n.stack=r}catch{}}throw n}}_request(e,t){typeof e=="string"?(t=t||{},t.url=e):t=e||{},t=Dt(this.defaults,t);const{transitional:n,paramsSerializer:s,headers:r}=t;n!==void 0&&ua.assertOptions(n,{silentJSONParsing:st.transitional(st.boolean),forcedJSONParsing:st.transitional(st.boolean),clarifyTimeoutError:st.transitional(st.boolean)},!1),s!=null&&(T.isFunction(s)?t.paramsSerializer={serialize:s}:ua.assertOptions(s,{encode:st.function,serialize:st.function},!0)),t.method=(t.method||this.defaults.method||"get").toLowerCase();let a=r&&T.merge(r.common,r[t.method]);r&&T.forEach(["delete","get","head","post","put","patch","common"],h=>{delete r[h]}),t.headers=De.concat(a,r);const o=[];let l=!0;this.interceptors.request.forEach(function(h){typeof h.runWhen=="function"&&h.runWhen(t)===!1||(l=l&&h.synchronous,o.unshift(h.fulfilled,h.rejected))});const c=[];this.interceptors.response.forEach(function(h){c.push(h.fulfilled,h.rejected)});let p,d=0,g;if(!l){const h=[Xi.bind(this),void 0];for(h.unshift.apply(h,o),h.push.apply(h,c),g=h.length,p=Promise.resolve(t);d<g;)p=p.then(h[d++],h[d++]);return p}g=o.length;let y=t;for(d=0;d<g;){const h=o[d++],F=o[d++];try{y=h(y)}catch(E){F.call(this,E);break}}try{p=Xi.call(this,y)}catch(h){return Promise.reject(h)}for(d=0,g=c.length;d<g;)p=p.then(c[d++],c[d++]);return p}getUri(e){e=Dt(this.defaults,e);const t=mc(e.baseURL,e.url);return ic(t,e.params,e.paramsSerializer)}};T.forEach(["delete","get","head","options"],function(e){ms.prototype[e]=function(t,n){return this.request(Dt(n||{},{method:e,url:t,data:(n||{}).data}))}}),T.forEach(["post","put","patch"],function(e){function t(n){return function(s,r,a){return this.request(Dt(a||{},{method:e,headers:n?{"Content-Type":"multipart/form-data"}:{},url:s,data:r}))}}ms.prototype[e]=t(),ms.prototype[e+"Form"]=t(!0)});const ps=ms;class Za{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let n;this.promise=new Promise(function(r){n=r});const s=this;this.promise.then(r=>{if(!s._listeners)return;let a=s._listeners.length;for(;a-- >0;)s._listeners[a](r);s._listeners=null}),this.promise.then=r=>{let a;const o=new Promise(l=>{s.subscribe(l),a=l}).then(r);return o.cancel=function(){s.unsubscribe(a)},o},t(function(r,a,o){s.reason||(s.reason=new an(r,a,o),n(s.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const n=this._listeners.indexOf(t);n!==-1&&this._listeners.splice(n,1)}toAbortSignal(){const t=new AbortController,n=s=>{t.abort(s)};return this.subscribe(n),t.signal.unsubscribe=()=>this.unsubscribe(n),t.signal}static source(){let t;return{token:new Za(function(n){t=n}),cancel:t}}}const e3=Za;function t3(e){return function(t){return e.apply(null,t)}}function n3(e){return T.isObject(e)&&e.isAxiosError===!0}const ca={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(ca).forEach(([e,t])=>{ca[t]=e});const s3=ca;function yc(e){const t=new ps(e),n=Zu(ps.prototype.request,t);return T.extend(n,ps.prototype,t,{allOwnKeys:!0}),T.extend(n,t,null,{allOwnKeys:!0}),n.create=function(s){return yc(Dt(e,s))},n}const de=yc(Ga);de.Axios=ps,de.CanceledError=an,de.CancelToken=e3,de.isCancel=cc,de.VERSION=vc,de.toFormData=er,de.AxiosError=V,de.Cancel=de.CanceledError,de.all=function(e){return Promise.all(e)},de.spread=t3,de.isAxiosError=n3,de.mergeConfig=Dt,de.AxiosHeaders=De,de.formToJSON=e=>uc(T.isHTMLForm(e)?new FormData(e):e),de.getAdapter=hc.getAdapter,de.HttpStatusCode=s3,de.default=de;const da=de,el=Symbol("csrf-retry"),r3=e=>async t=>{var n;const{config:s,response:r,request:a}=t,o=a==null?void 0:a.responseURL;if((r==null?void 0:r.status)===412&&((n=r==null?void 0:r.data)==null?void 0:n.message)==="CSRF check failed"&&s[el]===void 0){console.warn("Request to ".concat(o," failed because of a CSRF mismatch. Fetching a new token"));const{data:{token:l}}=await e.get(af("/csrftoken"));return console.debug("New request token ".concat(l," fetched")),e.defaults.headers.requesttoken=l,e({...s,headers:{...s.headers,requesttoken:l},[el]:!0})}return Promise.reject(t)},Qn=Symbol("retryDelay"),a3=e=>async t=>{var n;const{config:s,response:r,request:a}=t,o=a==null?void 0:a.responseURL,l=r==null?void 0:r.status,c=r==null?void 0:r.headers;if(l===503&&c["x-nextcloud-maintenance-mode"]==="1"&&s.retryIfMaintenanceMode&&(!s[Qn]||s[Qn]<=32)){const p=((n=s[Qn])!=null?n:1)*2;return console.warn("Request to ".concat(o," failed because of maintenance mode. Retrying in ").concat(p,"s")),await new Promise(d=>{setTimeout(d,p*1e3)}),e({...s,[Qn]:p})}return Promise.reject(t)},o3=async e=>{var t;const{config:n,response:s,request:r}=e,a=r==null?void 0:r.responseURL;return(s==null?void 0:s.status)===401&&((t=s==null?void 0:s.data)==null?void 0:t.message)==="Current user is not logged in"&&n.reloadExpiredSession&&(window!=null&&window.location)&&(console.error("Request to ".concat(a," failed because the user session expired. Reloading the page …")),window.location.reload()),Promise.reject(e)};var tl;const xc=da.create({headers:{requesttoken:(tl=Sc())!=null?tl:"","X-Requested-With":"XMLHttpRequest"}}),fn=Object.assign(xc,{CancelToken:da.CancelToken,isCancel:da.isCancel});fn.interceptors.response.use(e=>e,r3(fn)),fn.interceptors.response.use(e=>e,a3(fn)),fn.interceptors.response.use(e=>e,o3),Ac(e=>{xc.defaults.headers.requesttoken=e});function f3(e,t,n,s,r,a,o,l){var c=typeof e=="function"?e.options:e;t&&(c.render=t,c.staticRenderFns=n,c._compiled=!0),s&&(c.functional=!0),a&&(c._scopeId="data-v-"+a);var p;if(o?(p=function(y){y=y||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,!y&&typeof __VUE_SSR_CONTEXT__<"u"&&(y=__VUE_SSR_CONTEXT__),r&&r.call(this,y),y&&y._registeredComponents&&y._registeredComponents.add(o)},c._ssrRegister=p):r&&(p=l?function(){r.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot)}:r),p)if(c.functional){c._injectStyles=p;var d=c.render;c.render=function(y,h){return p.call(h),d(y,h)}}else{var g=c.beforeCreate;c.beforeCreate=g?[].concat(g,p):[p]}return{exports:e,options:c}}export{za as G,p3 as N,re as V,d3 as a,f3 as b,fn as c,l3 as d,m3 as e,pe as n,$a as r,c3 as s,Me as t,u3 as v};