diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index edde3376..c82e0ce5 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -32,6 +32,46 @@ updates:
default-days: 10
# Main stableXX npm
+- package-ecosystem: composer
+ directories:
+ - "/"
+ - "/vendor-bin/cs-fixer"
+ - "/vendor-bin/nextcloud-ocp"
+ - "/vendor-bin/phpunit"
+ - "/vendor-bin/psalm"
+ schedule:
+ interval: weekly
+ day: saturday
+ time: "03:00"
+ timezone: Europe/Paris
+ target-branch: stable34
+ labels:
+ - "3. to review"
+ - "dependencies"
+ ignore:
+ # ignore all GitHub linguist patch updates
+ - dependency-name: "*"
+ update-types: ["version-update:semver-major"]
+ cooldown:
+ default-days: 10
+- package-ecosystem: npm
+ directory: "/"
+ schedule:
+ interval: weekly
+ day: saturday
+ time: "03:00"
+ timezone: Europe/Paris
+ target-branch: stable34
+ labels:
+ - "3. to review"
+ - "dependencies"
+ ignore:
+ # ignore all GitHub linguist patch updates
+ - dependency-name: "*"
+ update-types: ["version-update:semver-major"]
+ cooldown:
+ default-days: 10
+
- package-ecosystem: composer
directories:
- "/"
diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml
index 3e274392..3d20fd5b 100644
--- a/.github/workflows/npm-audit-fix.yml
+++ b/.github/workflows/npm-audit-fix.yml
@@ -26,6 +26,7 @@ jobs:
matrix:
branches:
- ${{ github.event.repository.default_branch }}
+ - 'stable34'
- 'stable33'
- 'stable32'
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 37346c2a..36e734b1 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -9,14 +9,14 @@
Privacy-
- 6.0.0-dev.1
+ 7.0.0-dev.0agplGeorg EhrkePrivacytoolshttps://github.com/nextcloud/privacy/issues/
-
+
diff --git a/js/privacy-main.mjs b/js/privacy-main.mjs
index bf4eb11d..ef52c280 100644
--- a/js/privacy-main.mjs
+++ b/js/privacy-main.mjs
@@ -1,4 +1,4 @@
-const zp="privacy",Pp="6.0.0-dev.1";function Za(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function Op(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var fm={exports:{}},Pu=fm.exports={},c0,m0;function dl(){throw new Error("setTimeout has not been defined")}function cl(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?c0=setTimeout:c0=dl}catch{c0=dl}try{typeof clearTimeout=="function"?m0=clearTimeout:m0=cl}catch{m0=cl}})();function Cm(e){if(c0===setTimeout)return setTimeout(e,0);if((c0===dl||!c0)&&setTimeout)return c0=setTimeout,setTimeout(e,0);try{return c0(e,0)}catch{try{return c0.call(null,e,0)}catch{return c0.call(this,e,0)}}}function Rp(e){if(m0===clearTimeout)return clearTimeout(e);if((m0===cl||!m0)&&clearTimeout)return m0=clearTimeout,clearTimeout(e);try{return m0(e)}catch{try{return m0.call(null,e)}catch{return m0.call(this,e)}}}var j0=[],yn=!1,Ui,Fs=-1;function Ip(){!yn||!Ui||(yn=!1,Ui.length?j0=Ui.concat(j0):Fs=-1,j0.length&&ym())}function ym(){if(!yn){var e=Cm(Ip);yn=!0;for(var u=j0.length;u;){for(Ui=j0,j0=[];++Fs1)for(var t=1;tconsole.error("SEMVER",...u):()=>{},lo}var co,D3;function Dm(){if(D3)return co;D3=1;const e="2.0.0",u=256,t=Number.MAX_SAFE_INTEGER||9007199254740991,i=16,n=u-6;return co={MAX_LENGTH:u,MAX_SAFE_COMPONENT_LENGTH:i,MAX_SAFE_BUILD_LENGTH:n,MAX_SAFE_INTEGER:t,RELEASE_TYPES:["major","premajor","minor","preminor","patch","prepatch","prerelease"],SEMVER_SPEC_VERSION:e,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2},co}var mo={exports:{}},x3;function $p(){return x3||(x3=1,(function(e,u){const{MAX_SAFE_COMPONENT_LENGTH:t,MAX_SAFE_BUILD_LENGTH:i,MAX_LENGTH:n}=Dm(),a=Am();u=e.exports={};const s=u.re=[],r=u.safeRe=[],o=u.src=[],c=u.safeSrc=[],l=u.t={};let v=0;const E="[a-zA-Z0-9-]",h=[["\\s",1],["\\d",n],[E,i]],C=B=>{for(const[x,D]of h)B=B.split(`${x}*`).join(`${x}{0,${D}}`).split(`${x}+`).join(`${x}{1,${D}}`);return B},p=(B,x,D)=>{const S=C(x),T=v++;a(B,T,x),l[B]=T,o[T]=x,c[T]=S,s[T]=new RegExp(x,D?"g":void 0),r[T]=new RegExp(S,D?"g":void 0)};p("NUMERICIDENTIFIER","0|[1-9]\\d*"),p("NUMERICIDENTIFIERLOOSE","\\d+"),p("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${E}*`),p("MAINVERSION",`(${o[l.NUMERICIDENTIFIER]})\\.(${o[l.NUMERICIDENTIFIER]})\\.(${o[l.NUMERICIDENTIFIER]})`),p("MAINVERSIONLOOSE",`(${o[l.NUMERICIDENTIFIERLOOSE]})\\.(${o[l.NUMERICIDENTIFIERLOOSE]})\\.(${o[l.NUMERICIDENTIFIERLOOSE]})`),p("PRERELEASEIDENTIFIER",`(?:${o[l.NONNUMERICIDENTIFIER]}|${o[l.NUMERICIDENTIFIER]})`),p("PRERELEASEIDENTIFIERLOOSE",`(?:${o[l.NONNUMERICIDENTIFIER]}|${o[l.NUMERICIDENTIFIERLOOSE]})`),p("PRERELEASE",`(?:-(${o[l.PRERELEASEIDENTIFIER]}(?:\\.${o[l.PRERELEASEIDENTIFIER]})*))`),p("PRERELEASELOOSE",`(?:-?(${o[l.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${o[l.PRERELEASEIDENTIFIERLOOSE]})*))`),p("BUILDIDENTIFIER",`${E}+`),p("BUILD",`(?:\\+(${o[l.BUILDIDENTIFIER]}(?:\\.${o[l.BUILDIDENTIFIER]})*))`),p("FULLPLAIN",`v?${o[l.MAINVERSION]}${o[l.PRERELEASE]}?${o[l.BUILD]}?`),p("FULL",`^${o[l.FULLPLAIN]}$`),p("LOOSEPLAIN",`[v=\\s]*${o[l.MAINVERSIONLOOSE]}${o[l.PRERELEASELOOSE]}?${o[l.BUILD]}?`),p("LOOSE",`^${o[l.LOOSEPLAIN]}$`),p("GTLT","((?:<|>)?=?)"),p("XRANGEIDENTIFIERLOOSE",`${o[l.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),p("XRANGEIDENTIFIER",`${o[l.NUMERICIDENTIFIER]}|x|X|\\*`),p("XRANGEPLAIN",`[v=\\s]*(${o[l.XRANGEIDENTIFIER]})(?:\\.(${o[l.XRANGEIDENTIFIER]})(?:\\.(${o[l.XRANGEIDENTIFIER]})(?:${o[l.PRERELEASE]})?${o[l.BUILD]}?)?)?`),p("XRANGEPLAINLOOSE",`[v=\\s]*(${o[l.XRANGEIDENTIFIERLOOSE]})(?:\\.(${o[l.XRANGEIDENTIFIERLOOSE]})(?:\\.(${o[l.XRANGEIDENTIFIERLOOSE]})(?:${o[l.PRERELEASELOOSE]})?${o[l.BUILD]}?)?)?`),p("XRANGE",`^${o[l.GTLT]}\\s*${o[l.XRANGEPLAIN]}$`),p("XRANGELOOSE",`^${o[l.GTLT]}\\s*${o[l.XRANGEPLAINLOOSE]}$`),p("COERCEPLAIN",`(^|[^\\d])(\\d{1,${t}})(?:\\.(\\d{1,${t}}))?(?:\\.(\\d{1,${t}}))?`),p("COERCE",`${o[l.COERCEPLAIN]}(?:$|[^\\d])`),p("COERCEFULL",o[l.COERCEPLAIN]+`(?:${o[l.PRERELEASE]})?(?:${o[l.BUILD]})?(?:$|[^\\d])`),p("COERCERTL",o[l.COERCE],!0),p("COERCERTLFULL",o[l.COERCEFULL],!0),p("LONETILDE","(?:~>?)"),p("TILDETRIM",`(\\s*)${o[l.LONETILDE]}\\s+`,!0),u.tildeTrimReplace="$1~",p("TILDE",`^${o[l.LONETILDE]}${o[l.XRANGEPLAIN]}$`),p("TILDELOOSE",`^${o[l.LONETILDE]}${o[l.XRANGEPLAINLOOSE]}$`),p("LONECARET","(?:\\^)"),p("CARETTRIM",`(\\s*)${o[l.LONECARET]}\\s+`,!0),u.caretTrimReplace="$1^",p("CARET",`^${o[l.LONECARET]}${o[l.XRANGEPLAIN]}$`),p("CARETLOOSE",`^${o[l.LONECARET]}${o[l.XRANGEPLAINLOOSE]}$`),p("COMPARATORLOOSE",`^${o[l.GTLT]}\\s*(${o[l.LOOSEPLAIN]})$|^$`),p("COMPARATOR",`^${o[l.GTLT]}\\s*(${o[l.FULLPLAIN]})$|^$`),p("COMPARATORTRIM",`(\\s*)${o[l.GTLT]}\\s*(${o[l.LOOSEPLAIN]}|${o[l.XRANGEPLAIN]})`,!0),u.comparatorTrimReplace="$1$2$3",p("HYPHENRANGE",`^\\s*(${o[l.XRANGEPLAIN]})\\s+-\\s+(${o[l.XRANGEPLAIN]})\\s*$`),p("HYPHENRANGELOOSE",`^\\s*(${o[l.XRANGEPLAINLOOSE]})\\s+-\\s+(${o[l.XRANGEPLAINLOOSE]})\\s*$`),p("STAR","(<|>)?=?\\s*\\*"),p("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),p("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")})(mo,mo.exports)),mo.exports}var vo,b3;function jp(){if(b3)return vo;b3=1;const e=Object.freeze({loose:!0}),u=Object.freeze({});return vo=t=>t?typeof t!="object"?e:t:u,vo}var go,k3;function Vp(){if(k3)return go;k3=1;const e=/^[0-9]+$/,u=(t,i)=>{if(typeof t=="number"&&typeof i=="number")return t===i?0:tu(i,t)},go}var po,w3;function xm(){if(w3)return po;w3=1;const e=Am(),{MAX_LENGTH:u,MAX_SAFE_INTEGER:t}=Dm(),{safeRe:i,t:n}=$p(),a=jp(),{compareIdentifiers:s}=Vp();class r{constructor(c,l){if(l=a(l),c instanceof r){if(c.loose===!!l.loose&&c.includePrerelease===!!l.includePrerelease)return c;c=c.version}else if(typeof c!="string")throw new TypeError(`Invalid version. Must be a string. Got type "${typeof c}".`);if(c.length>u)throw new TypeError(`version is longer than ${u} characters`);e("SemVer",c,l),this.options=l,this.loose=!!l.loose,this.includePrerelease=!!l.includePrerelease;const v=c.trim().match(l.loose?i[n.LOOSE]:i[n.FULL]);if(!v)throw new TypeError(`Invalid Version: ${c}`);if(this.raw=c,this.major=+v[1],this.minor=+v[2],this.patch=+v[3],this.major>t||this.major<0)throw new TypeError("Invalid major version");if(this.minor>t||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>t||this.patch<0)throw new TypeError("Invalid patch version");v[4]?this.prerelease=v[4].split(".").map(E=>{if(/^[0-9]+$/.test(E)){const h=+E;if(h>=0&&hc.major?1:this.minorc.minor?1:this.patchc.patch?1:0}comparePre(c){if(c instanceof r||(c=new r(c,this.options)),this.prerelease.length&&!c.prerelease.length)return-1;if(!this.prerelease.length&&c.prerelease.length)return 1;if(!this.prerelease.length&&!c.prerelease.length)return 0;let l=0;do{const v=this.prerelease[l],E=c.prerelease[l];if(e("prerelease compare",l,v,E),v===void 0&&E===void 0)return 0;if(E===void 0)return 1;if(v===void 0)return-1;if(v!==E)return s(v,E)}while(++l)}compareBuild(c){c instanceof r||(c=new r(c,this.options));let l=0;do{const v=this.build[l],E=c.build[l];if(e("build compare",l,v,E),v===void 0&&E===void 0)return 0;if(E===void 0)return 1;if(v===void 0)return-1;if(v!==E)return s(v,E)}while(++l)}inc(c,l,v){if(c.startsWith("pre")){if(!l&&v===!1)throw new Error("invalid increment argument: identifier is empty");if(l){const E=`-${l}`.match(this.options.loose?i[n.PRERELEASELOOSE]:i[n.PRERELEASE]);if(!E||E[1]!==l)throw new Error(`invalid identifier: ${l}`)}}switch(c){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",l,v);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",l,v);break;case"prepatch":this.prerelease.length=0,this.inc("patch",l,v),this.inc("pre",l,v);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",l,v),this.inc("pre",l,v);break;case"release":if(this.prerelease.length===0)throw new Error(`version ${this.raw} is not a prerelease`);this.prerelease.length=0;break;case"major":(this.minor!==0||this.patch!==0||this.prerelease.length===0)&&this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":(this.patch!==0||this.prerelease.length===0)&&this.minor++,this.patch=0,this.prerelease=[];break;case"patch":this.prerelease.length===0&&this.patch++,this.prerelease=[];break;case"pre":{const E=Number(v)?1:0;if(this.prerelease.length===0)this.prerelease=[E];else{let h=this.prerelease.length;for(;--h>=0;)typeof this.prerelease[h]=="number"&&(this.prerelease[h]++,h=-2);if(h===-1){if(l===this.prerelease.join(".")&&v===!1)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(E)}}if(l){let h=[l,E];v===!1&&(h=[l]),s(this.prerelease[0],l)===0?isNaN(this.prerelease[1])&&(this.prerelease=h):this.prerelease=h}break}default:throw new Error(`invalid increment argument: ${c}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}}return po=r,po}var ho,F3;function Hp(){if(F3)return ho;F3=1;const e=xm();return ho=(u,t)=>new e(u,t).major,ho}var Up=Hp();const S3=Za(Up);var Eo,_3;function qp(){if(_3)return Eo;_3=1;const e=xm();return Eo=(u,t,i=!1)=>{if(u instanceof e)return u;try{return new e(u,t)}catch(n){if(!i)return null;throw n}},Eo}var fo,N3;function Yp(){if(N3)return fo;N3=1;const e=qp();return fo=(u,t)=>{const i=e(u,t);return i?i.version:null},fo}var Kp=Yp();const Wp=Za(Kp);class Zp{bus;constructor(u){typeof u.getVersion!="function"||!Wp(u.getVersion())?console.warn("Proxying an event bus with an unknown or invalid version"):S3(u.getVersion())!==S3(this.getVersion())&&console.warn("Proxying an event bus of version "+u.getVersion()+" with "+this.getVersion()),this.bus=u}getVersion(){return"3.3.3"}subscribe(u,t){this.bus.subscribe(u,t)}unsubscribe(u,t){this.bus.unsubscribe(u,t)}emit(u,...t){this.bus.emit(u,...t)}}class Jp{handlers=new Map;getVersion(){return"3.3.3"}subscribe(u,t){this.handlers.set(u,(this.handlers.get(u)||[]).concat(t))}unsubscribe(u,t){this.handlers.set(u,(this.handlers.get(u)||[]).filter(i=>i!==t))}emit(u,...t){(this.handlers.get(u)||[]).forEach(i=>{try{i(t[0])}catch(n){console.error("could not invoke event listener",n)}})}}let Kn=null;function bm(){return Kn!==null?Kn:typeof window>"u"?new Proxy({},{get:()=>()=>console.error("Window not available, EventBus can not be established!")}):(window.OC?._eventBus&&typeof window._nc_event_bus>"u"&&(console.warn("found old event bus instance at OC._eventBus. Update your version!"),window._nc_event_bus=window.OC._eventBus),typeof window?._nc_event_bus<"u"?Kn=new Zp(window._nc_event_bus):Kn=window._nc_event_bus=new Jp,Kn)}function Ss(e,u){bm().subscribe(e,u)}function Co(e,u){bm().unsubscribe(e,u)}class Vs{static GLOBAL_SCOPE_VOLATILE="nextcloud_vol";static GLOBAL_SCOPE_PERSISTENT="nextcloud_per";scope;wrapped;constructor(u,t,i){this.scope=`${i?Vs.GLOBAL_SCOPE_PERSISTENT:Vs.GLOBAL_SCOPE_VOLATILE}_${btoa(u)}_`,this.wrapped=t}scopeKey(u){return`${this.scope}${u}`}setItem(u,t){this.wrapped.setItem(this.scopeKey(u),t)}getItem(u){return this.wrapped.getItem(this.scopeKey(u))}removeItem(u){this.wrapped.removeItem(this.scopeKey(u))}clear(){Object.keys(this.wrapped).filter(u=>u.startsWith(this.scope)).map(this.wrapped.removeItem.bind(this.wrapped))}}class Gp{appId;persisted=!1;clearedOnLogout=!1;constructor(u){this.appId=u}persist(u=!0){return this.persisted=u,this}clearOnLogout(u=!0){return this.clearedOnLogout=u,this}build(){return new Vs(this.appId,this.persisted?window.localStorage:window.sessionStorage,!this.clearedOnLogout)}}function Br(e){return new Gp(e)}let ma;const km=[];function Qp(){return ma===void 0&&(ma=document.head.dataset.requesttoken??null),ma}function Xp(e){km.push(e)}Ss("csrf-token-update",e=>{ma=e.token,km.forEach(u=>{try{u(ma)}catch(t){console.error("Error updating CSRF token observer",t)}})});Br("public").persist().build();let rn;function M3(e,u){return e?e.getAttribute(u):null}function Mn(){if(rn!==void 0)return rn;const e=document?.getElementsByTagName("head")[0];if(!e)return null;const u=M3(e,"data-user");return u===null?(rn=null,rn):(rn={uid:u,displayName:M3(e,"data-user-displayname"),isAdmin:!!window._oc_isadmin},rn)}const Fa=globalThis||void 0||self;function n4(e){const u=Object.create(null);for(const t of e.split(","))u[t]=1;return t=>t in u}const lu={},Bn=[],Wt=()=>{},wm=()=>!1,Ar=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Dr=e=>e.startsWith("onUpdate:"),qu=Object.assign,a4=(e,u)=>{const t=e.indexOf(u);t>-1&&e.splice(t,1)},eh=Object.prototype.hasOwnProperty,gu=(e,u)=>eh.call(e,u),Ue=Array.isArray,An=e=>Ja(e)==="[object Map]",Fm=e=>Ja(e)==="[object Set]",T3=e=>Ja(e)==="[object Date]",Qe=e=>typeof e=="function",bu=e=>typeof e=="string",Tt=e=>typeof e=="symbol",mu=e=>e!==null&&typeof e=="object",Sm=e=>(mu(e)||Qe(e))&&Qe(e.then)&&Qe(e.catch),_m=Object.prototype.toString,Ja=e=>_m.call(e),uh=e=>Ja(e).slice(8,-1),Nm=e=>Ja(e)==="[object Object]",xr=e=>bu(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,va=n4(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),br=e=>{const u=Object.create(null);return(t=>u[t]||(u[t]=e(t)))},th=/-\w/g,rt=br(e=>e.replace(th,u=>u.slice(1).toUpperCase())),ih=/\B([A-Z])/g,G0=br(e=>e.replace(ih,"-$1").toLowerCase()),kr=br(e=>e.charAt(0).toUpperCase()+e.slice(1)),_s=br(e=>e?`on${kr(e)}`:""),it=(e,u)=>!Object.is(e,u),yo=(e,...u)=>{for(let t=0;t{Object.defineProperty(e,u,{configurable:!0,enumerable:!1,writable:i,value:t})},nh=e=>{const u=parseFloat(e);return isNaN(u)?e:u},ah=e=>{const u=bu(e)?Number(e):NaN;return isNaN(u)?e:u};let z3;const Hs=()=>z3||(z3=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof Fa<"u"?Fa:{});function Bu(e){if(Ue(e)){const u={};for(let t=0;t{if(t){const i=t.split(rh);i.length>1&&(u[i[0].trim()]=i[1].trim())}}),u}function Ve(e){let u="";if(bu(e))u=e;else if(Ue(e))for(let t=0;t!!(e&&e.__v_isRef===!0),ze=e=>bu(e)?e:e==null?"":Ue(e)||mu(e)&&(e.toString===_m||!Qe(e.toString))?zm(e)?ze(e.value):JSON.stringify(e,Pm,2):String(e),Pm=(e,u)=>zm(u)?Pm(e,u.value):An(u)?{[`Map(${u.size})`]:[...u.entries()].reduce((t,[i,n],a)=>(t[Bo(i,a)+" =>"]=n,t),{})}:Fm(u)?{[`Set(${u.size})`]:[...u.values()].map(t=>Bo(t))}:Tt(u)?Bo(u):mu(u)&&!Ue(u)&&!Nm(u)?String(u):u,Bo=(e,u="")=>{var t;return Tt(e)?`Symbol(${(t=e.description)!=null?t:u})`:e};function vh(e){return e==null?"initial":typeof e=="string"?e===""?" ":e:String(e)}let ut;class Om{constructor(u=!1){this.detached=u,this._active=!0,this._on=0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.__v_skip=!0,this.parent=ut,!u&&ut&&(this.index=(ut.scopes||(ut.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let u,t;if(this.scopes)for(u=0,t=this.scopes.length;u0&&--this._on===0&&(ut=this.prevScope,this.prevScope=void 0)}stop(u){if(this._active){this._active=!1;let t,i;for(t=0,i=this.effects.length;t0)return;if(pa){let u=pa;for(pa=void 0;u;){const t=u.next;u.next=void 0,u.flags&=-9,u=t}}let e;for(;ga;){let u=ga;for(ga=void 0;u;){const t=u.next;if(u.next=void 0,u.flags&=-9,u.flags&1)try{u.trigger()}catch(i){e||(e=i)}u=t}}if(e)throw e}function jm(e){for(let u=e.deps;u;u=u.nextDep)u.version=-1,u.prevActiveLink=u.dep.activeLink,u.dep.activeLink=u}function Vm(e){let u,t=e.depsTail,i=t;for(;i;){const n=i.prevDep;i.version===-1?(i===t&&(t=n),l4(i),ph(i)):u=i,i.dep.activeLink=i.prevActiveLink,i.prevActiveLink=void 0,i=n}e.deps=u,e.depsTail=t}function vl(e){for(let u=e.deps;u;u=u.nextDep)if(u.dep.version!==u.version||u.dep.computed&&(Hm(u.dep.computed)||u.dep.version!==u.version))return!0;return!!e._dirty}function Hm(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===Sa)||(e.globalVersion=Sa,!e.isSSR&&e.flags&128&&(!e.deps&&!e._dirty||!vl(e))))return;e.flags|=2;const u=e.dep,t=yu,i=Zt;yu=e,Zt=!0;try{jm(e);const n=e.fn(e._value);(u.version===0||it(n,e._value))&&(e.flags|=128,e._value=n,u.version++)}catch(n){throw u.version++,n}finally{yu=t,Zt=i,Vm(e),e.flags&=-3}}function l4(e,u=!1){const{dep:t,prevSub:i,nextSub:n}=e;if(i&&(i.nextSub=n,e.prevSub=void 0),n&&(n.prevSub=i,e.nextSub=void 0),t.subs===e&&(t.subs=i,!i&&t.computed)){t.computed.flags&=-5;for(let a=t.computed.deps;a;a=a.nextDep)l4(a,!0)}!u&&!--t.sc&&t.map&&t.map.delete(t.key)}function ph(e){const{prevDep:u,nextDep:t}=e;u&&(u.nextDep=t,e.prevDep=void 0),t&&(t.prevDep=u,e.nextDep=void 0)}let Zt=!0;const Um=[];function q0(){Um.push(Zt),Zt=!1}function Y0(){const e=Um.pop();Zt=e===void 0?!0:e}function P3(e){const{cleanup:u}=e;if(e.cleanup=void 0,u){const t=yu;yu=void 0;try{u()}finally{yu=t}}}let Sa=0;class hh{constructor(u,t){this.sub=u,this.dep=t,this.version=t.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class Fr{constructor(u){this.computed=u,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0,this.__v_skip=!0}track(u){if(!yu||!Zt||yu===this.computed)return;let t=this.activeLink;if(t===void 0||t.sub!==yu)t=this.activeLink=new hh(yu,this),yu.deps?(t.prevDep=yu.depsTail,yu.depsTail.nextDep=t,yu.depsTail=t):yu.deps=yu.depsTail=t,qm(t);else if(t.version===-1&&(t.version=this.version,t.nextDep)){const i=t.nextDep;i.prevDep=t.prevDep,t.prevDep&&(t.prevDep.nextDep=i),t.prevDep=yu.depsTail,t.nextDep=void 0,yu.depsTail.nextDep=t,yu.depsTail=t,yu.deps===t&&(yu.deps=i)}return t}trigger(u){this.version++,Sa++,this.notify(u)}notify(u){r4();try{for(let t=this.subs;t;t=t.prevSub)t.sub.notify()&&t.sub.dep.notify()}finally{o4()}}}function qm(e){if(e.dep.sc++,e.sub.flags&4){const u=e.dep.computed;if(u&&!e.dep.subs){u.flags|=20;for(let i=u.deps;i;i=i.nextDep)qm(i)}const t=e.dep.subs;t!==e&&(e.prevSub=t,t&&(t.nextSub=e)),e.dep.subs=e}}const Us=new WeakMap,Yi=Symbol(""),gl=Symbol(""),_a=Symbol("");function nt(e,u,t){if(Zt&&yu){let i=Us.get(e);i||Us.set(e,i=new Map);let n=i.get(t);n||(i.set(t,n=new Fr),n.map=i,n.key=t),n.track()}}function I0(e,u,t,i,n,a){const s=Us.get(e);if(!s){Sa++;return}const r=o=>{o&&o.trigger()};if(r4(),u==="clear")s.forEach(r);else{const o=Ue(e),c=o&&xr(t);if(o&&t==="length"){const l=Number(i);s.forEach((v,E)=>{(E==="length"||E===_a||!Tt(E)&&E>=l)&&r(v)})}else switch((t!==void 0||s.has(void 0))&&r(s.get(t)),c&&r(s.get(_a)),u){case"add":o?c&&r(s.get("length")):(r(s.get(Yi)),An(e)&&r(s.get(gl)));break;case"delete":o||(r(s.get(Yi)),An(e)&&r(s.get(gl)));break;case"set":An(e)&&r(s.get(Yi));break}}o4()}function Eh(e,u){const t=Us.get(e);return t&&t.get(u)}function on(e){const u=ou(e);return u===e?u:(nt(u,"iterate",_a),_t(e)?u:u.map(Xt))}function Sr(e){return nt(e=ou(e),"iterate",_a),e}function g0(e,u){return K0(e)?Na(Ki(e)?Xt(u):u):Xt(u)}const fh={__proto__:null,[Symbol.iterator](){return Do(this,Symbol.iterator,e=>g0(this,e))},concat(...e){return on(this).concat(...e.map(u=>Ue(u)?on(u):u))},entries(){return Do(this,"entries",e=>(e[1]=g0(this,e[1]),e))},every(e,u){return N0(this,"every",e,u,void 0,arguments)},filter(e,u){return N0(this,"filter",e,u,t=>t.map(i=>g0(this,i)),arguments)},find(e,u){return N0(this,"find",e,u,t=>g0(this,t),arguments)},findIndex(e,u){return N0(this,"findIndex",e,u,void 0,arguments)},findLast(e,u){return N0(this,"findLast",e,u,t=>g0(this,t),arguments)},findLastIndex(e,u){return N0(this,"findLastIndex",e,u,void 0,arguments)},forEach(e,u){return N0(this,"forEach",e,u,void 0,arguments)},includes(...e){return xo(this,"includes",e)},indexOf(...e){return xo(this,"indexOf",e)},join(e){return on(this).join(e)},lastIndexOf(...e){return xo(this,"lastIndexOf",e)},map(e,u){return N0(this,"map",e,u,void 0,arguments)},pop(){return Wn(this,"pop")},push(...e){return Wn(this,"push",e)},reduce(e,...u){return O3(this,"reduce",e,u)},reduceRight(e,...u){return O3(this,"reduceRight",e,u)},shift(){return Wn(this,"shift")},some(e,u){return N0(this,"some",e,u,void 0,arguments)},splice(...e){return Wn(this,"splice",e)},toReversed(){return on(this).toReversed()},toSorted(e){return on(this).toSorted(e)},toSpliced(...e){return on(this).toSpliced(...e)},unshift(...e){return Wn(this,"unshift",e)},values(){return Do(this,"values",e=>g0(this,e))}};function Do(e,u,t){const i=Sr(e),n=i[u]();return i!==e&&!_t(e)&&(n._next=n.next,n.next=()=>{const a=n._next();return a.done||(a.value=t(a.value)),a}),n}const Ch=Array.prototype;function N0(e,u,t,i,n,a){const s=Sr(e),r=s!==e&&!_t(e),o=s[u];if(o!==Ch[u]){const v=o.apply(e,a);return r?Xt(v):v}let c=t;s!==e&&(r?c=function(v,E){return t.call(this,g0(e,v),E,e)}:t.length>2&&(c=function(v,E){return t.call(this,v,E,e)}));const l=o.call(s,c,i);return r&&n?n(l):l}function O3(e,u,t,i){const n=Sr(e),a=n!==e&&!_t(e);let s=t,r=!1;n!==e&&(a?(r=i.length===0,s=function(c,l,v){return r&&(r=!1,c=g0(e,c)),t.call(this,c,g0(e,l),v,e)}):t.length>3&&(s=function(c,l,v){return t.call(this,c,l,v,e)}));const o=n[u](s,...i);return r?g0(e,o):o}function xo(e,u,t){const i=ou(e);nt(i,"iterate",_a);const n=i[u](...t);return(n===-1||n===!1)&&Nr(t[0])?(t[0]=ou(t[0]),i[u](...t)):n}function Wn(e,u,t=[]){q0(),r4();const i=ou(e)[u].apply(e,t);return o4(),Y0(),i}const yh=n4("__proto__,__v_isRef,__isVue"),Ym=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Tt));function Bh(e){Tt(e)||(e=String(e));const u=ou(this);return nt(u,"has",e),u.hasOwnProperty(e)}class Km{constructor(u=!1,t=!1){this._isReadonly=u,this._isShallow=t}get(u,t,i){if(t==="__v_skip")return u.__v_skip;const n=this._isReadonly,a=this._isShallow;if(t==="__v_isReactive")return!n;if(t==="__v_isReadonly")return n;if(t==="__v_isShallow")return a;if(t==="__v_raw")return i===(n?a?_h:Qm:a?Gm:Jm).get(u)||Object.getPrototypeOf(u)===Object.getPrototypeOf(i)?u:void 0;const s=Ue(u);if(!n){let o;if(s&&(o=fh[t]))return o;if(t==="hasOwnProperty")return Bh}const r=Reflect.get(u,t,ju(u)?u:i);if((Tt(t)?Ym.has(t):yh(t))||(n||nt(u,"get",t),a))return r;if(ju(r)){const o=s&&xr(t)?r:r.value;return n&&mu(o)?qs(o):o}return mu(r)?n?qs(r):Di(r):r}}class Wm extends Km{constructor(u=!1){super(!1,u)}set(u,t,i,n){let a=u[t];const s=Ue(u)&&xr(t);if(!this._isShallow){const c=K0(a);if(!_t(i)&&!K0(i)&&(a=ou(a),i=ou(i)),!s&&ju(a)&&!ju(i))return c||(a.value=i),!0}const r=s?Number(t)e,ms=e=>Reflect.getPrototypeOf(e);function bh(e,u,t){return function(...i){const n=this.__v_raw,a=ou(n),s=An(a),r=e==="entries"||e===Symbol.iterator&&s,o=e==="keys"&&s,c=n[e](...i),l=t?pl:u?Na:Xt;return!u&&nt(a,"iterate",o?gl:Yi),qu(Object.create(c),{next(){const{value:v,done:E}=c.next();return E?{value:v,done:E}:{value:r?[l(v[0]),l(v[1])]:l(v),done:E}}})}}function vs(e){return function(...u){return e==="delete"?!1:e==="clear"?void 0:this}}function kh(e,u){const t={get(i){const n=this.__v_raw,a=ou(n),s=ou(i);e||(it(i,s)&&nt(a,"get",i),nt(a,"get",s));const{has:r}=ms(a),o=u?pl:e?Na:Xt;if(r.call(a,i))return o(n.get(i));if(r.call(a,s))return o(n.get(s));n!==a&&n.get(i)},get size(){const i=this.__v_raw;return!e&&nt(ou(i),"iterate",Yi),i.size},has(i){const n=this.__v_raw,a=ou(n),s=ou(i);return e||(it(i,s)&&nt(a,"has",i),nt(a,"has",s)),i===s?n.has(i):n.has(i)||n.has(s)},forEach(i,n){const a=this,s=a.__v_raw,r=ou(s),o=u?pl:e?Na:Xt;return!e&&nt(r,"iterate",Yi),s.forEach((c,l)=>i.call(n,o(c),o(l),a))}};return qu(t,e?{add:vs("add"),set:vs("set"),delete:vs("delete"),clear:vs("clear")}:{add(i){const n=ou(this),a=ms(n),s=ou(i),r=!u&&!_t(i)&&!K0(i)?s:i;return a.has.call(n,r)||it(i,r)&&a.has.call(n,i)||it(s,r)&&a.has.call(n,s)||(n.add(r),I0(n,"add",r,r)),this},set(i,n){!u&&!_t(n)&&!K0(n)&&(n=ou(n));const a=ou(this),{has:s,get:r}=ms(a);let o=s.call(a,i);o||(i=ou(i),o=s.call(a,i));const c=r.call(a,i);return a.set(i,n),o?it(n,c)&&I0(a,"set",i,n):I0(a,"add",i,n),this},delete(i){const n=ou(this),{has:a,get:s}=ms(n);let r=a.call(n,i);r||(i=ou(i),r=a.call(n,i)),s&&s.call(n,i);const o=n.delete(i);return r&&I0(n,"delete",i,void 0),o},clear(){const i=ou(this),n=i.size!==0,a=i.clear();return n&&I0(i,"clear",void 0,void 0),a}}),["keys","values","entries",Symbol.iterator].forEach(i=>{t[i]=bh(i,e,u)}),t}function _r(e,u){const t=kh(e,u);return(i,n,a)=>n==="__v_isReactive"?!e:n==="__v_isReadonly"?e:n==="__v_raw"?i:Reflect.get(gu(t,n)&&n in i?t:i,n,a)}const wh={get:_r(!1,!1)},Fh={get:_r(!1,!0)},Sh={get:_r(!0,!1)},JF={get:_r(!0,!0)},Jm=new WeakMap,Gm=new WeakMap,Qm=new WeakMap,_h=new WeakMap;function Nh(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Mh(e){return e.__v_skip||!Object.isExtensible(e)?0:Nh(uh(e))}function Di(e){return K0(e)?e:d4(e,!1,Ah,wh,Jm)}function Th(e){return d4(e,!1,xh,Fh,Gm)}function qs(e){return d4(e,!0,Dh,Sh,Qm)}function d4(e,u,t,i,n){if(!mu(e)||e.__v_raw&&!(u&&e.__v_isReactive))return e;const a=Mh(e);if(a===0)return e;const s=n.get(e);if(s)return s;const r=new Proxy(e,a===2?i:t);return n.set(e,r),r}function Ki(e){return K0(e)?Ki(e.__v_raw):!!(e&&e.__v_isReactive)}function K0(e){return!!(e&&e.__v_isReadonly)}function _t(e){return!!(e&&e.__v_isShallow)}function Nr(e){return e?!!e.__v_raw:!1}function ou(e){const u=e&&e.__v_raw;return u?ou(u):e}function zh(e){return!gu(e,"__v_skip")&&Object.isExtensible(e)&&Mm(e,"__v_skip",!0),e}const Xt=e=>mu(e)?Di(e):e,Na=e=>mu(e)?qs(e):e;function ju(e){return e?e.__v_isRef===!0:!1}function ye(e){return Xm(e,!1)}function ha(e){return Xm(e,!0)}function Xm(e,u){return ju(e)?e:new Ph(e,u)}class Ph{constructor(u,t){this.dep=new Fr,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=t?u:ou(u),this._value=t?u:Xt(u),this.__v_isShallow=t}get value(){return this.dep.track(),this._value}set value(u){const t=this._rawValue,i=this.__v_isShallow||_t(u)||K0(u);u=i?u:ou(u),it(u,t)&&(this._rawValue=u,this._value=i?u:Xt(u),this.dep.trigger())}}function k(e){return ju(e)?e.value:e}function yt(e){return Qe(e)?e():k(e)}const Oh={get:(e,u,t)=>u==="__v_raw"?e:k(Reflect.get(e,u,t)),set:(e,u,t,i)=>{const n=e[u];return ju(n)&&!ju(t)?(n.value=t,!0):Reflect.set(e,u,t,i)}};function e1(e){return Ki(e)?e:new Proxy(e,Oh)}class Rh{constructor(u){this.__v_isRef=!0,this._value=void 0;const t=this.dep=new Fr,{get:i,set:n}=u(t.track.bind(t),t.trigger.bind(t));this._get=i,this._set=n}get value(){return this._value=this._get()}set value(u){this._set(u)}}function Ih(e){return new Rh(e)}class Lh{constructor(u,t,i){this._object=u,this._defaultValue=i,this.__v_isRef=!0,this._value=void 0,this._key=Tt(t)?t:String(t),this._raw=ou(u);let n=!0,a=u;if(!Ue(u)||Tt(this._key)||!xr(this._key))do n=!Nr(a)||_t(a);while(n&&(a=a.__v_raw));this._shallow=n}get value(){let u=this._object[this._key];return this._shallow&&(u=k(u)),this._value=u===void 0?this._defaultValue:u}set value(u){if(this._shallow&&ju(this._raw[this._key])){const t=this._object[this._key];if(ju(t)){t.value=u;return}}this._object[this._key]=u}get dep(){return Eh(this._raw,this._key)}}class $h{constructor(u){this._getter=u,this.__v_isRef=!0,this.__v_isReadonly=!0,this._value=void 0}get value(){return this._value=this._getter()}}function Ma(e,u,t){return ju(e)?e:Qe(e)?new $h(e):mu(e)&&arguments.length>1?jh(e,u,t):ye(e)}function jh(e,u,t){return new Lh(e,u,t)}class Vh{constructor(u,t,i){this.fn=u,this.setter=t,this._value=void 0,this.dep=new Fr(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=Sa-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!t,this.isSSR=i}notify(){if(this.flags|=16,!(this.flags&8)&&yu!==this)return $m(this,!0),!0}get value(){const u=this.dep.track();return Hm(this),u&&(u.version=this.dep.version),this._value}set value(u){this.setter&&this.setter(u)}}function Hh(e,u,t=!1){let i,n;return Qe(e)?i=e:(i=e.get,n=e.set),new Vh(i,n,t)}const gs={},Ys=new WeakMap;let Ii;function Uh(e,u=!1,t=Ii){if(t){let i=Ys.get(t);i||Ys.set(t,i=[]),i.push(e)}}function qh(e,u,t=lu){const{immediate:i,deep:n,once:a,scheduler:s,augmentJob:r,call:o}=t,c=T=>n?T:_t(T)||n===!1||n===0?L0(T,1):L0(T);let l,v,E,h,C=!1,p=!1;if(ju(e)?(v=()=>e.value,C=_t(e)):Ki(e)?(v=()=>c(e),C=!0):Ue(e)?(p=!0,C=e.some(T=>Ki(T)||_t(T)),v=()=>e.map(T=>{if(ju(T))return T.value;if(Ki(T))return c(T);if(Qe(T))return o?o(T,2):T()})):Qe(e)?u?v=o?()=>o(e,2):e:v=()=>{if(E){q0();try{E()}finally{Y0()}}const T=Ii;Ii=l;try{return o?o(e,3,[h]):e(h)}finally{Ii=T}}:v=Wt,u&&n){const T=v,ie=n===!0?1/0:n;v=()=>L0(T(),ie)}const B=wr(),x=()=>{l.stop(),B&&B.active&&a4(B.effects,l)};if(a&&u){const T=u;u=(...ie)=>{T(...ie),x()}}let D=p?new Array(e.length).fill(gs):gs;const S=T=>{if(!(!(l.flags&1)||!l.dirty&&!T))if(u){const ie=l.run();if(n||C||(p?ie.some((j,K)=>it(j,D[K])):it(ie,D))){E&&E();const j=Ii;Ii=l;try{const K=[ie,D===gs?void 0:p&&D[0]===gs?[]:D,h];D=ie,o?o(u,3,K):u(...K)}finally{Ii=j}}}else l.run()};return r&&r(S),l=new Im(v),l.scheduler=s?()=>s(S,!1):S,h=T=>Uh(T,!1,l),E=l.onStop=()=>{const T=Ys.get(l);if(T){if(o)o(T,4);else for(const ie of T)ie();Ys.delete(l)}},u?i?S(!0):D=l.run():s?s(S.bind(null,!0),!0):l.run(),x.pause=l.pause.bind(l),x.resume=l.resume.bind(l),x.stop=x,x}function L0(e,u=1/0,t){if(u<=0||!mu(e)||e.__v_skip||(t=t||new Map,(t.get(e)||0)>=u))return e;if(t.set(e,u),u--,ju(e))L0(e.value,u,t);else if(Ue(e))for(let i=0;i{L0(i,u,t)});else if(Nm(e)){for(const i in e)L0(e[i],u,t);for(const i of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,i)&&L0(e[i],u,t)}return e}function Ga(e,u,t,i){try{return i?e(...i):e()}catch(n){Mr(n,u,t)}}function e0(e,u,t,i){if(Qe(e)){const n=Ga(e,u,t,i);return n&&Sm(n)&&n.catch(a=>{Mr(a,u,t)}),n}if(Ue(e)){const n=[];for(let a=0;a>>1,n=pt[i],a=Ta(n);a=Ta(t)?pt.push(e):pt.splice(Kh(u),0,e),e.flags|=1,t1()}}function t1(){Ks||(Ks=u1.then(a1))}function i1(e){Ue(e)?Dn.push(...e):si&&e.id===-1?si.splice(pn+1,0,e):e.flags&1||(Dn.push(e),e.flags|=1),t1()}function R3(e,u,t=d0+1){for(;tTa(t)-Ta(i));if(Dn.length=0,si){si.push(...u);return}for(si=u,pn=0;pne.id==null?e.flags&2?-1:1/0:e.id;function a1(e){try{for(d0=0;d0Te;function Te(e,u=Xu,t){if(!u||e._n)return e;const i=(...n)=>{i._d&&Xs(-1);const a=Ws(u);let s;try{s=e(...n)}finally{Ws(a),i._d&&Xs(1)}return s};return i._n=!0,i._c=!0,i._d=!0,i}function Lt(e,u){if(Xu===null)return e;const t=Lr(Xu),i=e.dirs||(e.dirs=[]);for(let n=0;n1)return t&&Qe(u)?u.call(i&&i.proxy):u}}function s1(){return!!(k0()||Wi)}const Qh=Symbol.for("v-scx"),Xh=()=>Nt(Qh);function e2(e,u){return zr(e,null,u)}function u2(e,u){return zr(e,null,{flush:"sync"})}function Nu(e,u,t){return zr(e,u,t)}function zr(e,u,t=lu){const{immediate:i,deep:n,flush:a,once:s}=t,r=qu({},t),o=u&&i||!u&&a!=="post";let c;if(Ia){if(a==="sync"){const h=Xh();c=h.__watcherHandles||(h.__watcherHandles=[])}else if(!o){const h=()=>{};return h.stop=Wt,h.resume=Wt,h.pause=Wt,h}}const l=at;r.call=(h,C,p)=>e0(h,l,C,p);let v=!1;a==="post"?r.scheduler=h=>{vt(h,l&&l.suspense)}:a!=="sync"&&(v=!0,r.scheduler=(h,C)=>{C?h():c4(h)}),r.augmentJob=h=>{u&&(h.flags|=4),v&&(h.flags|=2,l&&(h.id=l.uid,h.i=l))};const E=qh(e,u,r);return Ia&&(c?c.push(E):o&&E()),E}function t2(e,u,t){const i=this.proxy,n=bu(e)?e.includes(".")?r1(i,e):()=>i[e]:e.bind(i,i);let a;Qe(u)?a=u:(a=u.handler,t=u);const s=Xa(this),r=zr(n,a.bind(i),t);return s(),r}function r1(e,u){const t=u.split(".");return()=>{let i=e;for(let n=0;ne.__isTeleport,$i=e=>e&&(e.disabled||e.disabled===""),i2=e=>e&&(e.defer||e.defer===""),I3=e=>typeof SVGElement<"u"&&e instanceof SVGElement,L3=e=>typeof MathMLElement=="function"&&e instanceof MathMLElement,hl=(e,u)=>{const t=e&&e.to;return bu(t)?u?u(t):null:t},n2={name:"Teleport",__isTeleport:!0,process(e,u,t,i,n,a,s,r,o,c){const{mc:l,pc:v,pbc:E,o:{insert:h,querySelector:C,createText:p,createComment:B}}=c,x=$i(u.props);let{dynamicChildren:D}=u;const S=(j,K,se)=>{j.shapeFlag&16&&l(j.children,K,se,n,a,s,r,o)},T=(j=u)=>{const K=$i(j.props),se=j.target=hl(j.props,C),Z=El(se,j,p,h);se&&(s!=="svg"&&I3(se)?s="svg":s!=="mathml"&&L3(se)&&(s="mathml"),n&&n.isCE&&(n.ce._teleportTargets||(n.ce._teleportTargets=new Set)).add(se),K||(S(j,se,Z),oa(j,!1)))},ie=j=>{const K=()=>{_i.get(j)===K&&(_i.delete(j),$i(j.props)&&(S(j,t,j.anchor),oa(j,!0)),T(j))};_i.set(j,K),vt(K,a)};if(e==null){const j=u.el=p(""),K=u.anchor=p("");if(h(j,t,i),h(K,t,i),i2(u.props)||a&&a.pendingBranch){ie(u);return}x&&(S(u,t,K),oa(u,!0)),T()}else{u.el=e.el;const j=u.anchor=e.anchor,K=_i.get(e);if(K){K.flags|=8,_i.delete(e),ie(u);return}u.targetStart=e.targetStart;const se=u.target=e.target,Z=u.targetAnchor=e.targetAnchor,ee=$i(e.props),oe=ee?t:se,N=ee?j:Z;if(s==="svg"||I3(se)?s="svg":(s==="mathml"||L3(se))&&(s="mathml"),D?(E(e.dynamicChildren,D,oe,n,a,s,r),E4(e,u,!0)):o||v(e,u,oe,N,n,a,s,r,!1),x)ee?u.props&&e.props&&u.props.to!==e.props.to&&(u.props.to=e.props.to):ps(u,t,j,c,1);else if((u.props&&u.props.to)!==(e.props&&e.props.to)){const Y=u.target=hl(u.props,C);Y&&ps(u,Y,null,c,0)}else ee&&ps(u,se,Z,c,1);oa(u,x)}},remove(e,u,t,{um:i,o:{remove:n}},a){const{shapeFlag:s,children:r,anchor:o,targetStart:c,targetAnchor:l,target:v,props:E}=e;let h=a||!$i(E);const C=_i.get(e);if(C&&(C.flags|=8,_i.delete(e),h=!1),v&&(n(c),n(l)),a&&n(o),s&16)for(let p=0;p{e.isMounted=!0}),f1(()=>{e.isUnmounting=!0}),e}const zt=[Function,Array],d1={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:zt,onEnter:zt,onAfterEnter:zt,onEnterCancelled:zt,onBeforeLeave:zt,onLeave:zt,onAfterLeave:zt,onLeaveCancelled:zt,onBeforeAppear:zt,onAppear:zt,onAfterAppear:zt,onAppearCancelled:zt},c1=e=>{const u=e.subTree;return u.component?c1(u.component):u},o2={name:"BaseTransition",props:d1,setup(e,{slots:u}){const t=k0(),i=r2();return()=>{const n=u.default&&g1(u.default(),!0);if(!n||!n.length)return;const a=m1(n),s=ou(e),{mode:r}=s;if(i.isLeaving)return bo(a);const o=$3(a);if(!o)return bo(a);let c=fl(o,s,i,t,v=>c=v);o.type!==Qu&&za(o,c);let l=t.subTree&&$3(t.subTree);if(l&&l.type!==Qu&&!ji(l,o)&&c1(t).type!==Qu){let v=fl(l,s,i,t);if(za(l,v),r==="out-in"&&o.type!==Qu)return i.isLeaving=!0,v.afterLeave=()=>{i.isLeaving=!1,t.job.flags&8||t.update(),delete v.afterLeave,l=void 0},bo(a);r==="in-out"&&o.type!==Qu?v.delayLeave=(E,h,C)=>{const p=v1(i,l);p[String(l.key)]=l,E[v0]=()=>{h(),E[v0]=void 0,delete c.delayedLeave,l=void 0},c.delayedLeave=()=>{C(),delete c.delayedLeave,l=void 0}}:l=void 0}else l&&(l=void 0);return a}}};function m1(e){let u=e[0];if(e.length>1){for(const t of e)if(t.type!==Qu){u=t;break}}return u}const l2=o2;function v1(e,u){const{leavingVNodes:t}=e;let i=t.get(u.type);return i||(i=Object.create(null),t.set(u.type,i)),i}function fl(e,u,t,i,n){const{appear:a,mode:s,persisted:r=!1,onBeforeEnter:o,onEnter:c,onAfterEnter:l,onEnterCancelled:v,onBeforeLeave:E,onLeave:h,onAfterLeave:C,onLeaveCancelled:p,onBeforeAppear:B,onAppear:x,onAfterAppear:D,onAppearCancelled:S}=u,T=String(e.key),ie=v1(t,e),j=(Z,ee)=>{Z&&e0(Z,i,9,ee)},K=(Z,ee)=>{const oe=ee[1];j(Z,ee),Ue(Z)?Z.every(N=>N.length<=1)&&oe():Z.length<=1&&oe()},se={mode:s,persisted:r,beforeEnter(Z){let ee=o;if(!t.isMounted)if(a)ee=B||o;else return;Z[v0]&&Z[v0](!0);const oe=ie[T];oe&&ji(e,oe)&&oe.el[v0]&&oe.el[v0](),j(ee,[Z])},enter(Z){if(ie[T]===e)return;let ee=c,oe=l,N=v;if(!t.isMounted)if(a)ee=x||c,oe=D||l,N=S||v;else return;let Y=!1;Z[Zn]=V=>{Y||(Y=!0,V?j(N,[Z]):j(oe,[Z]),se.delayedLeave&&se.delayedLeave(),Z[Zn]=void 0)};const _=Z[Zn].bind(null,!1);ee?K(ee,[Z,_]):_()},leave(Z,ee){const oe=String(e.key);if(Z[Zn]&&Z[Zn](!0),t.isUnmounting)return ee();j(E,[Z]);let N=!1;Z[v0]=_=>{N||(N=!0,ee(),_?j(p,[Z]):j(C,[Z]),Z[v0]=void 0,ie[oe]===e&&delete ie[oe])};const Y=Z[v0].bind(null,!1);ie[oe]=e,h?K(h,[Z,Y]):Y()},clone(Z){const ee=fl(Z,u,t,i,n);return n&&n(ee),ee}};return se}function bo(e){if(Pr(e))return e=Ei(e),e.children=null,e}function $3(e){if(!Pr(e))return l1(e.type)&&e.children?m1(e.children):e;if(e.component)return e.component.subTree;const{shapeFlag:u,children:t}=e;if(t){if(u&16)return t[0];if(u&32&&Qe(t.default))return t.default()}}function za(e,u){e.shapeFlag&6&&e.component?(e.transition=u,za(e.component.subTree,u)):e.shapeFlag&128?(e.ssContent.transition=u.clone(e.ssContent),e.ssFallback.transition=u.clone(e.ssFallback)):e.transition=u}function g1(e,u=!1,t){let i=[],n=0;for(let a=0;a1)for(let a=0;at.value,set:n=>t.value=n})}return t}function j3(e,u){let t;return!!((t=Object.getOwnPropertyDescriptor(e,u))&&!t.configurable)}const Zs=new WeakMap;function Ea(e,u,t,i,n=!1){if(Ue(e)){e.forEach((p,B)=>Ea(p,u&&(Ue(u)?u[B]:u),t,i,n));return}if(xn(i)&&!n){i.shapeFlag&512&&i.type.__asyncResolved&&i.component.subTree.component&&Ea(e,u,t,i.component.subTree);return}const a=i.shapeFlag&4?Lr(i.component):i.el,s=n?null:a,{i:r,r:o}=e,c=u&&u.r,l=r.refs===lu?r.refs={}:r.refs,v=r.setupState,E=ou(v),h=v===lu?wm:p=>j3(l,p)?!1:gu(E,p),C=(p,B)=>!(B&&j3(l,B));if(c!=null&&c!==o){if(V3(u),bu(c))l[c]=null,h(c)&&(v[c]=null);else if(ju(c)){const p=u;C(c,p.k)&&(c.value=null),p.k&&(l[p.k]=null)}}if(Qe(o))Ga(o,r,12,[s,l]);else{const p=bu(o),B=ju(o);if(p||B){const x=()=>{if(e.f){const D=p?h(o)?v[o]:l[o]:C()||!e.k?o.value:l[e.k];if(n)Ue(D)&&a4(D,a);else if(Ue(D))D.includes(a)||D.push(a);else if(p)l[o]=[a],h(o)&&(v[o]=l[o]);else{const S=[a];C(o,e.k)&&(o.value=S),e.k&&(l[e.k]=S)}}else p?(l[o]=s,h(o)&&(v[o]=s)):B&&(C(o,e.k)&&(o.value=s),e.k&&(l[e.k]=s))};if(s){const D=()=>{x(),Zs.delete(e)};D.id=-1,Zs.set(e,D),vt(D,t)}else V3(e),x()}}}function V3(e){const u=Zs.get(e);u&&(u.flags|=8,Zs.delete(e))}Hs().requestIdleCallback,Hs().cancelIdleCallback;const xn=e=>!!e.type.__asyncLoader,Pr=e=>e.type.__isKeepAlive;function d2(e,u){E1(e,"a",u)}function c2(e,u){E1(e,"da",u)}function E1(e,u,t=at){const i=e.__wdc||(e.__wdc=()=>{let n=t;for(;n;){if(n.isDeactivated)return;n=n.parent}return e()});if(Or(u,i,t),t){let n=t.parent;for(;n&&n.parent;)Pr(n.parent.vnode)&&m2(i,u,t,n),n=n.parent}}function m2(e,u,t,i){const n=Or(u,e,i,!0);b0(()=>{a4(i[u],n)},t)}function Or(e,u,t=at,i=!1){if(t){const n=t[e]||(t[e]=[]),a=u.__weh||(u.__weh=(...s)=>{q0();const r=Xa(t),o=e0(u,t,e,s);return r(),Y0(),o});return i?n.unshift(a):n.push(a),a}}const Q0=e=>(u,t=at)=>{(!Ia||e==="sp")&&Or(e,(...i)=>u(...i),t)},v2=Q0("bm"),xu=Q0("m"),m4=Q0("bu"),g2=Q0("u"),f1=Q0("bum"),b0=Q0("um"),p2=Q0("sp"),h2=Q0("rtg"),E2=Q0("rtc");function f2(e,u=at){Or("ec",e,u)}const v4="components",C2="directives";function Iu(e,u){return g4(v4,e,!0,u)||e}const C1=Symbol.for("v-ndc");function Jt(e){return bu(e)?g4(v4,e,!1)||e:e||C1}function y1(e){return g4(C2,e)}function g4(e,u,t=!0,i=!1){const n=Xu||at;if(n){const a=n.type;if(e===v4){const r=e6(a,!1);if(r&&(r===u||r===rt(u)||r===kr(rt(u))))return a}const s=H3(n[e]||a[e],u)||H3(n.appContext[e],u);return!s&&i?a:s}}function H3(e,u){return e&&(e[u]||e[rt(u)]||e[kr(rt(u))])}function cu(e,u,t,i){let n;const a=t,s=Ue(e);if(s||bu(e)){const r=s&&Ki(e);let o=!1,c=!1;r&&(o=!_t(e),c=K0(e),e=Sr(e)),n=new Array(e.length);for(let l=0,v=e.length;lu(r,o,void 0,a));else{const r=Object.keys(e);n=new Array(r.length);for(let o=0,c=r.length;o{const a=i.fn(...n);return a&&(a.key=i.key),a}:i.fn)}return e}function xe(e,u,t={},i,n){if(Xu.ce||Xu.parent&&xn(Xu.parent)&&Xu.parent.ce){const c=Object.keys(t).length>0;return u!=="default"&&(t.name=u),w(),Ne(je,null,[Ke("slot",t,i&&i())],c?-2:64)}let a=e[u];a&&a._c&&(a._d=!1),w();const s=a&&B1(a(t)),r=t.key||s&&s.key,o=Ne(je,{key:(r&&!Tt(r)?r:`_${u}`)+(!s&&i?"_fb":"")},s||(i?i():[]),s&&e._===1?64:-2);return!n&&o.scopeId&&(o.slotScopeIds=[o.scopeId+"-s"]),a&&a._c&&(a._d=!0),o}function B1(e){return e.some(u=>Ra(u)?!(u.type===Qu||u.type===je&&!B1(u.children)):!0)?e:null}function Js(e,u){const t={};for(const i in e)t[u&&/[A-Z]/.test(i)?`on:${i}`:_s(i)]=e[i];return t}const Cl=e=>e?H1(e)?Lr(e):Cl(e.parent):null,fa=qu(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>Cl(e.parent),$root:e=>Cl(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>b1(e),$forceUpdate:e=>e.f||(e.f=()=>{c4(e.update)}),$nextTick:e=>e.n||(e.n=ot.bind(e.proxy)),$watch:e=>t2.bind(e)}),ko=(e,u)=>e!==lu&&!e.__isScriptSetup&&gu(e,u),y2={get({_:e},u){if(u==="__v_skip")return!0;const{ctx:t,setupState:i,data:n,props:a,accessCache:s,type:r,appContext:o}=e;if(u[0]!=="$"){const E=s[u];if(E!==void 0)switch(E){case 1:return i[u];case 2:return n[u];case 4:return t[u];case 3:return a[u]}else{if(ko(i,u))return s[u]=1,i[u];if(n!==lu&&gu(n,u))return s[u]=2,n[u];if(gu(a,u))return s[u]=3,a[u];if(t!==lu&&gu(t,u))return s[u]=4,t[u];yl&&(s[u]=0)}}const c=fa[u];let l,v;if(c)return u==="$attrs"&&nt(e.attrs,"get",""),c(e);if((l=r.__cssModules)&&(l=l[u]))return l;if(t!==lu&&gu(t,u))return s[u]=4,t[u];if(v=o.config.globalProperties,gu(v,u))return v[u]},set({_:e},u,t){const{data:i,setupState:n,ctx:a}=e;return ko(n,u)?(n[u]=t,!0):i!==lu&&gu(i,u)?(i[u]=t,!0):gu(e.props,u)||u[0]==="$"&&u.slice(1)in e?!1:(a[u]=t,!0)},has({_:{data:e,setupState:u,accessCache:t,ctx:i,appContext:n,props:a,type:s}},r){let o;return!!(t[r]||e!==lu&&r[0]!=="$"&&gu(e,r)||ko(u,r)||gu(a,r)||gu(i,r)||gu(fa,r)||gu(n.config.globalProperties,r)||(o=s.__cssModules)&&o[r])},defineProperty(e,u,t){return t.get!=null?e._.accessCache[u]=0:gu(t,"value")&&this.set(e,u,t.value,null),Reflect.defineProperty(e,u,t)}};function nn(){return D1().slots}function A1(){return D1().attrs}function D1(e){const u=k0();return u.setupContext||(u.setupContext=q1(u))}function Gs(e){return Ue(e)?e.reduce((u,t)=>(u[t]=null,u),{}):e}function Pa(e,u){return!e||!u?e||u:Ue(e)&&Ue(u)?e.concat(u):qu({},Gs(e),Gs(u))}let yl=!0;function B2(e){const u=b1(e),t=e.proxy,i=e.ctx;yl=!1,u.beforeCreate&&U3(u.beforeCreate,e,"bc");const{data:n,computed:a,methods:s,watch:r,provide:o,inject:c,created:l,beforeMount:v,mounted:E,beforeUpdate:h,updated:C,activated:p,deactivated:B,beforeDestroy:x,beforeUnmount:D,destroyed:S,unmounted:T,render:ie,renderTracked:j,renderTriggered:K,errorCaptured:se,serverPrefetch:Z,expose:ee,inheritAttrs:oe,components:N,directives:Y,filters:_}=u;if(c&&A2(c,i,null),s)for(const z in s){const W=s[z];Qe(W)&&(i[z]=W.bind(t))}if(n){const z=n.call(t,t);mu(z)&&(e.data=Di(z))}if(yl=!0,a)for(const z in a){const W=a[z],ae=Qe(W)?W.bind(t,t):Qe(W.get)?W.get.bind(t,t):Wt,ne=!Qe(W)&&Qe(W.set)?W.set.bind(t):Wt,ve=pe({get:ae,set:ne});Object.defineProperty(i,z,{enumerable:!0,configurable:!0,get:()=>ve.value,set:G=>ve.value=G})}if(r)for(const z in r)x1(r[z],i,t,z);if(o){const z=Qe(o)?o.call(t):o;Reflect.ownKeys(z).forEach(W=>{Gh(W,z[W])})}l&&U3(l,e,"c");function V(z,W){Ue(W)?W.forEach(ae=>z(ae.bind(t))):W&&z(W.bind(t))}if(V(v2,v),V(xu,E),V(m4,h),V(g2,C),V(d2,p),V(c2,B),V(f2,se),V(E2,j),V(h2,K),V(f1,D),V(b0,T),V(p2,Z),Ue(ee))if(ee.length){const z=e.exposed||(e.exposed={});ee.forEach(W=>{Object.defineProperty(z,W,{get:()=>t[W],set:ae=>t[W]=ae,enumerable:!0})})}else e.exposed||(e.exposed={});ie&&e.render===Wt&&(e.render=ie),oe!=null&&(e.inheritAttrs=oe),N&&(e.components=N),Y&&(e.directives=Y),Z&&p1(e)}function A2(e,u,t=Wt){Ue(e)&&(e=Bl(e));for(const i in e){const n=e[i];let a;mu(n)?"default"in n?a=Nt(n.from||i,n.default,!0):a=Nt(n.from||i):a=Nt(n),ju(a)?Object.defineProperty(u,i,{enumerable:!0,configurable:!0,get:()=>a.value,set:s=>a.value=s}):u[i]=a}}function U3(e,u,t){e0(Ue(e)?e.map(i=>i.bind(u.proxy)):e.bind(u.proxy),u,t)}function x1(e,u,t,i){let n=i.includes(".")?r1(t,i):()=>t[i];if(bu(e)){const a=u[e];Qe(a)&&Nu(n,a)}else if(Qe(e))Nu(n,e.bind(t));else if(mu(e))if(Ue(e))e.forEach(a=>x1(a,u,t,i));else{const a=Qe(e.handler)?e.handler.bind(t):u[e.handler];Qe(a)&&Nu(n,a,e)}}function b1(e){const u=e.type,{mixins:t,extends:i}=u,{mixins:n,optionsCache:a,config:{optionMergeStrategies:s}}=e.appContext,r=a.get(u);let o;return r?o=r:!n.length&&!t&&!i?o=u:(o={},n.length&&n.forEach(c=>Qs(o,c,s,!0)),Qs(o,u,s)),mu(u)&&a.set(u,o),o}function Qs(e,u,t,i=!1){const{mixins:n,extends:a}=u;a&&Qs(e,a,t,!0),n&&n.forEach(s=>Qs(e,s,t,!0));for(const s in u)if(!(i&&s==="expose")){const r=D2[s]||t&&t[s];e[s]=r?r(e[s],u[s]):u[s]}return e}const D2={data:q3,props:Y3,emits:Y3,methods:la,computed:la,beforeCreate:ct,created:ct,beforeMount:ct,mounted:ct,beforeUpdate:ct,updated:ct,beforeDestroy:ct,beforeUnmount:ct,destroyed:ct,unmounted:ct,activated:ct,deactivated:ct,errorCaptured:ct,serverPrefetch:ct,components:la,directives:la,watch:b2,provide:q3,inject:x2};function q3(e,u){return u?e?function(){return qu(Qe(e)?e.call(this,this):e,Qe(u)?u.call(this,this):u)}:u:e}function x2(e,u){return la(Bl(e),Bl(u))}function Bl(e){if(Ue(e)){const u={};for(let t=0;t{let l,v=lu,E;return u2(()=>{const h=e[n];it(l,h)&&(l=h,c())}),{get(){return o(),t.get?t.get(l):l},set(h){const C=t.set?t.set(h):h;if(!it(C,l)&&!(v!==lu&&it(h,v)))return;const p=i.vnode.props;p&&(u in p||n in p||a in p)&&(`onUpdate:${u}`in p||`onUpdate:${n}`in p||`onUpdate:${a}`in p)||(l=h,c()),i.emit(`update:${u}`,C),it(h,C)&&it(h,v)&&!it(C,E)&&c(),v=h,E=C}}});return r[Symbol.iterator]=()=>{let o=0;return{next(){return o<2?{value:o++?s||lu:r,done:!1}:{done:!0}}}},r}const w1=(e,u)=>u==="modelValue"||u==="model-value"?e.modelModifiers:e[`${u}Modifiers`]||e[`${rt(u)}Modifiers`]||e[`${G0(u)}Modifiers`];function F2(e,u,...t){if(e.isUnmounted)return;const i=e.vnode.props||lu;let n=t;const a=u.startsWith("update:"),s=a&&w1(i,u.slice(7));s&&(s.trim&&(n=t.map(l=>bu(l)?l.trim():l)),s.number&&(n=t.map(nh)));let r,o=i[r=_s(u)]||i[r=_s(rt(u))];!o&&a&&(o=i[r=_s(G0(u))]),o&&e0(o,e,6,n);const c=i[r+"Once"];if(c){if(!e.emitted)e.emitted={};else if(e.emitted[r])return;e.emitted[r]=!0,e0(c,e,6,n)}}const S2=new WeakMap;function F1(e,u,t=!1){const i=t?S2:u.emitsCache,n=i.get(e);if(n!==void 0)return n;const a=e.emits;let s={},r=!1;if(!Qe(e)){const o=c=>{const l=F1(c,u,!0);l&&(r=!0,qu(s,l))};!t&&u.mixins.length&&u.mixins.forEach(o),e.extends&&o(e.extends),e.mixins&&e.mixins.forEach(o)}return!a&&!r?(mu(e)&&i.set(e,null),null):(Ue(a)?a.forEach(o=>s[o]=null):qu(s,a),mu(e)&&i.set(e,s),s)}function Ir(e,u){return!e||!Ar(u)?!1:(u=u.slice(2).replace(/Once$/,""),gu(e,u[0].toLowerCase()+u.slice(1))||gu(e,G0(u))||gu(e,u))}function K3(e){const{type:u,vnode:t,proxy:i,withProxy:n,propsOptions:[a],slots:s,attrs:r,emit:o,render:c,renderCache:l,props:v,data:E,setupState:h,ctx:C,inheritAttrs:p}=e,B=Ws(e);let x,D;try{if(t.shapeFlag&4){const T=n||i,ie=T;x=p0(c.call(ie,T,l,v,h,E,C)),D=r}else{const T=u;x=p0(T.length>1?T(v,{attrs:r,slots:s,emit:o}):T(v,null)),D=u.props?r:_2(r)}}catch(T){ya.length=0,Mr(T,e,1),x=Ke(Qu)}let S=x;if(D&&p!==!1){const T=Object.keys(D),{shapeFlag:ie}=S;T.length&&ie&7&&(a&&T.some(Dr)&&(D=N2(D,a)),S=Ei(S,D,!1,!0))}return t.dirs&&(S=Ei(S,null,!1,!0),S.dirs=S.dirs?S.dirs.concat(t.dirs):t.dirs),t.transition&&za(S,t.transition),x=S,Ws(B),x}const _2=e=>{let u;for(const t in e)(t==="class"||t==="style"||Ar(t))&&((u||(u={}))[t]=e[t]);return u},N2=(e,u)=>{const t={};for(const i in e)(!Dr(i)||!(i.slice(9)in u))&&(t[i]=e[i]);return t};function M2(e,u,t){const{props:i,children:n,component:a}=e,{props:s,children:r,patchFlag:o}=u,c=a.emitsOptions;if(u.dirs||u.transition)return!0;if(t&&o>=0){if(o&1024)return!0;if(o&16)return i?W3(i,s,c):!!s;if(o&8){const l=u.dynamicProps;for(let v=0;vObject.create(_1),M1=e=>Object.getPrototypeOf(e)===_1;function z2(e,u,t,i=!1){const n={},a=N1();e.propsDefaults=Object.create(null),T1(e,u,n,a);for(const s in e.propsOptions[0])s in n||(n[s]=void 0);t?e.props=i?n:Th(n):e.type.props?e.props=n:e.props=a,e.attrs=a}function P2(e,u,t,i){const{props:n,attrs:a,vnode:{patchFlag:s}}=e,r=ou(n),[o]=e.propsOptions;let c=!1;if((i||s>0)&&!(s&16)){if(s&8){const l=e.vnode.dynamicProps;for(let v=0;v{o=!0;const[E,h]=z1(v,u,!0);qu(s,E),h&&r.push(...h)};!t&&u.mixins.length&&u.mixins.forEach(l),e.extends&&l(e.extends),e.mixins&&e.mixins.forEach(l)}if(!a&&!o)return mu(e)&&i.set(e,Bn),Bn;if(Ue(a))for(let l=0;le==="_"||e==="_ctx"||e==="$stable",h4=e=>Ue(e)?e.map(p0):[p0(e)],R2=(e,u,t)=>{if(u._n)return u;const i=Te((...n)=>h4(u(...n)),t);return i._c=!1,i},P1=(e,u,t)=>{const i=e._ctx;for(const n in e){if(p4(n))continue;const a=e[n];if(Qe(a))u[n]=R2(n,a,i);else if(a!=null){const s=h4(a);u[n]=()=>s}}},O1=(e,u)=>{const t=h4(u);e.slots.default=()=>t},R1=(e,u,t)=>{for(const i in u)(t||!p4(i))&&(e[i]=u[i])},I2=(e,u,t)=>{const i=e.slots=N1();if(e.vnode.shapeFlag&32){const n=u._;n?(R1(i,u,t),t&&Mm(i,"_",n,!0)):P1(u,i)}else u&&O1(e,u)},L2=(e,u,t)=>{const{vnode:i,slots:n}=e;let a=!0,s=lu;if(i.shapeFlag&32){const r=u._;r?t&&r===1?a=!1:R1(n,u,t):(a=!u.$stable,P1(u,n)),s=u}else u&&(O1(e,u),s={default:1});if(a)for(const r in n)!p4(r)&&s[r]==null&&delete n[r]},vt=U2;function $2(e){return j2(e)}function j2(e,u){const t=Hs();t.__VUE__=!0;const{insert:i,remove:n,patchProp:a,createElement:s,createText:r,createComment:o,setText:c,setElementText:l,parentNode:v,nextSibling:E,setScopeId:h=Wt,insertStaticContent:C}=e,p=(A,I,L,ue=null,y=null,te=null,H=void 0,fe=null,ce=!!I.dynamicChildren)=>{if(A===I)return;A&&!ji(A,I)&&(ue=R(A),be(A,y,te,!0),A=null),I.patchFlag===-2&&(ce=!1,I.dynamicChildren=null);const{type:Ce,ref:Se,shapeFlag:Me}=I;switch(Ce){case Qa:B(A,I,L,ue);break;case Qu:x(A,I,L,ue);break;case Ca:A==null&&D(I,L,ue,H);break;case je:N(A,I,L,ue,y,te,H,fe,ce);break;default:Me&1?ie(A,I,L,ue,y,te,H,fe,ce):Me&6?Y(A,I,L,ue,y,te,H,fe,ce):(Me&64||Me&128)&&Ce.process(A,I,L,ue,y,te,H,fe,ce,We)}Se!=null&&y?Ea(Se,A&&A.ref,te,I||A,!I):Se==null&&A&&A.ref!=null&&Ea(A.ref,null,te,A,!0)},B=(A,I,L,ue)=>{if(A==null)i(I.el=r(I.children),L,ue);else{const y=I.el=A.el;I.children!==A.children&&c(y,I.children)}},x=(A,I,L,ue)=>{A==null?i(I.el=o(I.children||""),L,ue):I.el=A.el},D=(A,I,L,ue)=>{[A.el,A.anchor]=C(A.children,I,L,ue,A.el,A.anchor)},S=({el:A,anchor:I},L,ue)=>{let y;for(;A&&A!==I;)y=E(A),i(A,L,ue),A=y;i(I,L,ue)},T=({el:A,anchor:I})=>{let L;for(;A&&A!==I;)L=E(A),n(A),A=L;n(I)},ie=(A,I,L,ue,y,te,H,fe,ce)=>{if(I.type==="svg"?H="svg":I.type==="math"&&(H="mathml"),A==null)j(I,L,ue,y,te,H,fe,ce);else{const Ce=A.el&&A.el._isVueCE?A.el:null;try{Ce&&Ce._beginPatch(),Z(A,I,y,te,H,fe,ce)}finally{Ce&&Ce._endPatch()}}},j=(A,I,L,ue,y,te,H,fe)=>{let ce,Ce;const{props:Se,shapeFlag:Me,transition:Q,dirs:he}=A;if(ce=A.el=s(A.type,te,Se&&Se.is,Se),Me&8?l(ce,A.children):Me&16&&se(A.children,ce,null,ue,y,wo(A,te),H,fe),he&&Si(A,null,ue,"created"),K(ce,A,A.scopeId,H,ue),Se){for(const Je in Se)Je!=="value"&&!va(Je)&&a(ce,Je,null,Se[Je],te,ue);"value"in Se&&a(ce,"value",null,Se.value,te),(Ce=Se.onVnodeBeforeMount)&&o0(Ce,ue,A)}he&&Si(A,null,ue,"beforeMount");const De=V2(y,Q);De&&Q.beforeEnter(ce),i(ce,I,L),((Ce=Se&&Se.onVnodeMounted)||De||he)&&vt(()=>{Ce&&o0(Ce,ue,A),De&&Q.enter(ce),he&&Si(A,null,ue,"mounted")},y)},K=(A,I,L,ue,y)=>{if(L&&h(A,L),ue)for(let te=0;te{for(let Ce=ce;Ce{const fe=I.el=A.el;let{patchFlag:ce,dynamicChildren:Ce,dirs:Se}=I;ce|=A.patchFlag&16;const Me=A.props||lu,Q=I.props||lu;let he;if(L&&Ni(L,!1),(he=Q.onVnodeBeforeUpdate)&&o0(he,L,I,A),Se&&Si(I,A,L,"beforeUpdate"),L&&Ni(L,!0),(Me.innerHTML&&Q.innerHTML==null||Me.textContent&&Q.textContent==null)&&l(fe,""),Ce?ee(A.dynamicChildren,Ce,fe,L,ue,wo(I,y),te):H||ae(A,I,fe,null,L,ue,wo(I,y),te,!1),ce>0){if(ce&16)oe(fe,Me,Q,L,y);else if(ce&2&&Me.class!==Q.class&&a(fe,"class",null,Q.class,y),ce&4&&a(fe,"style",Me.style,Q.style,y),ce&8){const De=I.dynamicProps;for(let Je=0;Je{he&&o0(he,L,I,A),Se&&Si(I,A,L,"updated")},ue)},ee=(A,I,L,ue,y,te,H)=>{for(let fe=0;fe{if(I!==L){if(I!==lu)for(const te in I)!va(te)&&!(te in L)&&a(A,te,I[te],null,y,ue);for(const te in L){if(va(te))continue;const H=L[te],fe=I[te];H!==fe&&te!=="value"&&a(A,te,fe,H,y,ue)}"value"in L&&a(A,"value",I.value,L.value,y)}},N=(A,I,L,ue,y,te,H,fe,ce)=>{const Ce=I.el=A?A.el:r(""),Se=I.anchor=A?A.anchor:r("");let{patchFlag:Me,dynamicChildren:Q,slotScopeIds:he}=I;he&&(fe=fe?fe.concat(he):he),A==null?(i(Ce,L,ue),i(Se,L,ue),se(I.children||[],L,Se,y,te,H,fe,ce)):Me>0&&Me&64&&Q&&A.dynamicChildren&&A.dynamicChildren.length===Q.length?(ee(A.dynamicChildren,Q,L,y,te,H,fe),(I.key!=null||y&&I===y.subTree)&&E4(A,I,!0)):ae(A,I,L,Se,y,te,H,fe,ce)},Y=(A,I,L,ue,y,te,H,fe,ce)=>{I.slotScopeIds=fe,A==null?I.shapeFlag&512?y.ctx.activate(I,L,ue,H,ce):_(I,L,ue,y,te,H,ce):V(A,I,ce)},_=(A,I,L,ue,y,te,H)=>{const fe=A.component=J2(A,ue,y);if(Pr(A)&&(fe.ctx.renderer=We),G2(fe,!1,H),fe.asyncDep){if(y&&y.registerDep(fe,z,H),!A.el){const ce=fe.subTree=Ke(Qu);x(null,ce,I,L),A.placeholder=ce.el}}else z(fe,A,I,L,y,te,H)},V=(A,I,L)=>{const ue=I.component=A.component;if(M2(A,I,L))if(ue.asyncDep&&!ue.asyncResolved){W(ue,I,L);return}else ue.next=I,ue.update();else I.el=A.el,ue.vnode=I},z=(A,I,L,ue,y,te,H)=>{const fe=()=>{if(A.isMounted){let{next:Me,bu:Q,u:he,parent:De,vnode:Je}=A;{const m=I1(A);if(m){Me&&(Me.el=Je.el,W(A,Me,H)),m.asyncDep.then(()=>{vt(()=>{A.isUnmounted||Ce()},y)});return}}let He=Me,eu;Ni(A,!1),Me?(Me.el=Je.el,W(A,Me,H)):Me=Je,Q&&yo(Q),(eu=Me.props&&Me.props.onVnodeBeforeUpdate)&&o0(eu,De,Me,Je),Ni(A,!0);const f=K3(A),d=A.subTree;A.subTree=f,p(d,f,v(d.el),R(d),A,y,te),Me.el=f.el,He===null&&T2(A,f.el),he&&vt(he,y),(eu=Me.props&&Me.props.onVnodeUpdated)&&vt(()=>o0(eu,De,Me,Je),y)}else{let Me;const{el:Q,props:he}=I,{bm:De,m:Je,parent:He,root:eu,type:f}=A,d=xn(I);Ni(A,!1),De&&yo(De),!d&&(Me=he&&he.onVnodeBeforeMount)&&o0(Me,He,I),Ni(A,!0);{eu.ce&&eu.ce._hasShadowRoot()&&eu.ce._injectChildStyle(f,A.parent?A.parent.type:void 0);const m=A.subTree=K3(A);p(null,m,L,ue,A,y,te),I.el=m.el}if(Je&&vt(Je,y),!d&&(Me=he&&he.onVnodeMounted)){const m=I;vt(()=>o0(Me,He,m),y)}(I.shapeFlag&256||He&&xn(He.vnode)&&He.vnode.shapeFlag&256)&&A.a&&vt(A.a,y),A.isMounted=!0,I=L=ue=null}};A.scope.on();const ce=A.effect=new Im(fe);A.scope.off();const Ce=A.update=ce.run.bind(ce),Se=A.job=ce.runIfDirty.bind(ce);Se.i=A,Se.id=A.uid,ce.scheduler=()=>c4(Se),Ni(A,!0),Ce()},W=(A,I,L)=>{I.component=A;const ue=A.vnode.props;A.vnode=I,A.next=null,P2(A,I.props,ue,L),L2(A,I.children,L),q0(),R3(A),Y0()},ae=(A,I,L,ue,y,te,H,fe,ce=!1)=>{const Ce=A&&A.children,Se=A?A.shapeFlag:0,Me=I.children,{patchFlag:Q,shapeFlag:he}=I;if(Q>0){if(Q&128){ve(Ce,Me,L,ue,y,te,H,fe,ce);return}else if(Q&256){ne(Ce,Me,L,ue,y,te,H,fe,ce);return}}he&8?(Se&16&&we(Ce,y,te),Me!==Ce&&l(L,Me)):Se&16?he&16?ve(Ce,Me,L,ue,y,te,H,fe,ce):we(Ce,y,te,!0):(Se&8&&l(L,""),he&16&&se(Me,L,ue,y,te,H,fe,ce))},ne=(A,I,L,ue,y,te,H,fe,ce)=>{A=A||Bn,I=I||Bn;const Ce=A.length,Se=I.length,Me=Math.min(Ce,Se);let Q;for(Q=0;QSe?we(A,y,te,!0,!1,Me):se(I,L,ue,y,te,H,fe,ce,Me)},ve=(A,I,L,ue,y,te,H,fe,ce)=>{let Ce=0;const Se=I.length;let Me=A.length-1,Q=Se-1;for(;Ce<=Me&&Ce<=Q;){const he=A[Ce],De=I[Ce]=ce?O0(I[Ce]):p0(I[Ce]);if(ji(he,De))p(he,De,L,null,y,te,H,fe,ce);else break;Ce++}for(;Ce<=Me&&Ce<=Q;){const he=A[Me],De=I[Q]=ce?O0(I[Q]):p0(I[Q]);if(ji(he,De))p(he,De,L,null,y,te,H,fe,ce);else break;Me--,Q--}if(Ce>Me){if(Ce<=Q){const he=Q+1,De=heQ)for(;Ce<=Me;)be(A[Ce],y,te,!0),Ce++;else{const he=Ce,De=Ce,Je=new Map;for(Ce=De;Ce<=Q;Ce++){const M=I[Ce]=ce?O0(I[Ce]):p0(I[Ce]);M.key!=null&&Je.set(M.key,Ce)}let He,eu=0;const f=Q-De+1;let d=!1,m=0;const g=new Array(f);for(Ce=0;Ce=f){be(M,y,te,!0);continue}let q;if(M.key!=null)q=Je.get(M.key);else for(He=De;He<=Q;He++)if(g[He-De]===0&&ji(M,I[He])){q=He;break}q===void 0?be(M,y,te,!0):(g[q-De]=Ce+1,q>=m?m=q:d=!0,p(M,I[q],L,null,y,te,H,fe,ce),eu++)}const F=d?H2(g):Bn;for(He=F.length-1,Ce=f-1;Ce>=0;Ce--){const M=De+Ce,q=I[M],me=I[M+1],_e=M+1{const{el:te,type:H,transition:fe,children:ce,shapeFlag:Ce}=A;if(Ce&6){G(A.component.subTree,I,L,ue);return}if(Ce&128){A.suspense.move(I,L,ue);return}if(Ce&64){H.move(A,I,L,We);return}if(H===je){i(te,I,L);for(let Se=0;Sefe.enter(te),y);else{const{leave:Se,delayLeave:Me,afterLeave:Q}=fe,he=()=>{A.ctx.isUnmounted?n(te):i(te,I,L)},De=()=>{te._isLeaving&&te[v0](!0),Se(te,()=>{he(),Q&&Q()})};Me?Me(te,he,De):De()}else i(te,I,L)},be=(A,I,L,ue=!1,y=!1)=>{const{type:te,props:H,ref:fe,children:ce,dynamicChildren:Ce,shapeFlag:Se,patchFlag:Me,dirs:Q,cacheIndex:he,memo:De}=A;if(Me===-2&&(y=!1),fe!=null&&(q0(),Ea(fe,null,L,A,!0),Y0()),he!=null&&(I.renderCache[he]=void 0),Se&256){I.ctx.deactivate(A);return}const Je=Se&1&&Q,He=!xn(A);let eu;if(He&&(eu=H&&H.onVnodeBeforeUnmount)&&o0(eu,I,A),Se&6)X(A.component,L,ue);else{if(Se&128){A.suspense.unmount(L,ue);return}Je&&Si(A,null,I,"beforeUnmount"),Se&64?A.type.remove(A,I,L,We,ue):Ce&&!Ce.hasOnce&&(te!==je||Me>0&&Me&64)?we(Ce,I,L,!1,!0):(te===je&&Me&384||!y&&Se&16)&&we(ce,I,L),ue&&O(A)}const f=De!=null&&he==null;(He&&(eu=H&&H.onVnodeUnmounted)||Je||f)&&vt(()=>{eu&&o0(eu,I,A),Je&&Si(A,null,I,"unmounted"),f&&(A.el=null)},L)},O=A=>{const{type:I,el:L,anchor:ue,transition:y}=A;if(I===je){re(L,ue);return}if(I===Ca){T(A);return}const te=()=>{n(L),y&&!y.persisted&&y.afterLeave&&y.afterLeave()};if(A.shapeFlag&1&&y&&!y.persisted){const{leave:H,delayLeave:fe}=y,ce=()=>H(L,te);fe?fe(A.el,te,ce):ce()}else te()},re=(A,I)=>{let L;for(;A!==I;)L=E(A),n(A),A=L;n(I)},X=(A,I,L)=>{const{bum:ue,scope:y,job:te,subTree:H,um:fe,m:ce,a:Ce}=A;J3(ce),J3(Ce),ue&&yo(ue),y.stop(),te&&(te.flags|=8,be(H,A,I,L)),fe&&vt(fe,I),vt(()=>{A.isUnmounted=!0},I)},we=(A,I,L,ue=!1,y=!1,te=0)=>{for(let H=te;H{if(A.shapeFlag&6)return R(A.component.subTree);if(A.shapeFlag&128)return A.suspense.next();const I=E(A.anchor||A.el),L=I&&I[o1];return L?E(L):I};let P=!1;const Ae=(A,I,L)=>{let ue;A==null?I._vnode&&(be(I._vnode,null,null,!0),ue=I._vnode.component):p(I._vnode||null,A,I,null,null,null,L),I._vnode=A,P||(P=!0,R3(ue),n1(),P=!1)},We={p,um:be,m:G,r:O,mt:_,mc:se,pc:ae,pbc:ee,n:R,o:e};return{render:Ae,hydrate:void 0,createApp:w2(Ae)}}function wo({type:e,props:u},t){return t==="svg"&&e==="foreignObject"||t==="mathml"&&e==="annotation-xml"&&u&&u.encoding&&u.encoding.includes("html")?void 0:t}function Ni({effect:e,job:u},t){t?(e.flags|=32,u.flags|=4):(e.flags&=-33,u.flags&=-5)}function V2(e,u){return(!e||e&&!e.pendingBranch)&&u&&!u.persisted}function E4(e,u,t=!1){const i=e.children,n=u.children;if(Ue(i)&&Ue(n))for(let a=0;a>1,e[t[r]]0&&(u[i]=t[a-1]),t[a]=i)}}for(a=t.length,s=t[a-1];a-- >0;)t[a]=s,s=u[s];return t}function I1(e){const u=e.subTree.component;if(u)return u.asyncDep&&!u.asyncResolved?u:I1(u)}function J3(e){if(e)for(let u=0;ue.__isSuspense;function U2(e,u){u&&u.pendingBranch?Ue(e)?u.effects.push(...e):u.effects.push(e):i1(e)}const je=Symbol.for("v-fgt"),Qa=Symbol.for("v-txt"),Qu=Symbol.for("v-cmt"),Ca=Symbol.for("v-stc"),ya=[];let Ft=null;function w(e=!1){ya.push(Ft=e?null:[])}function q2(){ya.pop(),Ft=ya[ya.length-1]||null}let Oa=1;function Xs(e,u=!1){Oa+=e,e<0&&Ft&&u&&(Ft.hasOnce=!0)}function j1(e){return e.dynamicChildren=Oa>0?Ft||Bn:null,q2(),Oa>0&&Ft&&Ft.push(e),e}function U(e,u,t,i,n,a){return j1(ge(e,u,t,i,n,a,!0))}function Ne(e,u,t,i,n){return j1(Ke(e,u,t,i,n,!0))}function Ra(e){return e?e.__v_isVNode===!0:!1}function ji(e,u){return e.type===u.type&&e.key===u.key}const V1=({key:e})=>e??null,Ns=({ref:e,ref_key:u,ref_for:t})=>(typeof e=="number"&&(e=""+e),e!=null?bu(e)||ju(e)||Qe(e)?{i:Xu,r:e,k:u,f:!!t}:e:null);function ge(e,u=null,t=null,i=0,n=null,a=e===je?0:1,s=!1,r=!1){const o={__v_isVNode:!0,__v_skip:!0,type:e,props:u,key:u&&V1(u),ref:u&&Ns(u),scopeId:Tr,slotScopeIds:null,children:t,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:a,patchFlag:i,dynamicProps:n,dynamicChildren:null,appContext:null,ctx:Xu};return r?(f4(o,t),a&128&&e.normalize(o)):t&&(o.shapeFlag|=bu(t)?8:16),Oa>0&&!s&&Ft&&(o.patchFlag>0||a&6)&&o.patchFlag!==32&&Ft.push(o),o}const Ke=Y2;function Y2(e,u=null,t=null,i=0,n=null,a=!1){if((!e||e===C1)&&(e=Qu),Ra(e)){const r=Ei(e,u,!0);return t&&f4(r,t),Oa>0&&!a&&Ft&&(r.shapeFlag&6?Ft[Ft.indexOf(e)]=r:Ft.push(r)),r.patchFlag=-2,r}if(u6(e)&&(e=e.__vccOpts),u){u=du(u);let{class:r,style:o}=u;r&&!bu(r)&&(u.class=Ve(r)),mu(o)&&(Nr(o)&&!Ue(o)&&(o=qu({},o)),u.style=Bu(o))}const s=bu(e)?1:$1(e)?128:l1(e)?64:mu(e)?4:Qe(e)?2:0;return ge(e,u,t,i,n,s,a,!0)}function du(e){return e?Nr(e)||M1(e)?qu({},e):e:null}function Ei(e,u,t=!1,i=!1){const{props:n,ref:a,patchFlag:s,children:r,transition:o}=e,c=u?Xe(n||{},u):n,l={__v_isVNode:!0,__v_skip:!0,type:e.type,props:c,key:c&&V1(c),ref:u&&u.ref?t&&a?Ue(a)?a.concat(Ns(u)):[a,Ns(u)]:Ns(u):a,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:r,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:u&&e.type!==je?s===-1?16:s|16:s,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:o,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&Ei(e.ssContent),ssFallback:e.ssFallback&&Ei(e.ssFallback),placeholder:e.placeholder,el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return o&&i&&za(l,o.clone(l)),l}function ku(e=" ",u=0){return Ke(Qa,null,e,u)}function K2(e,u){const t=Ke(Ca,null,e);return t.staticCount=u,t}function le(e="",u=!1){return u?(w(),Ne(Qu,null,e)):Ke(Qu,null,e)}function p0(e){return e==null||typeof e=="boolean"?Ke(Qu):Ue(e)?Ke(je,null,e.slice()):Ra(e)?O0(e):Ke(Qa,null,String(e))}function O0(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:Ei(e)}function f4(e,u){let t=0;const{shapeFlag:i}=e;if(u==null)u=null;else if(Ue(u))t=16;else if(typeof u=="object")if(i&65){const n=u.default;n&&(n._c&&(n._d=!1),f4(e,n()),n._c&&(n._d=!0));return}else{t=32;const n=u._;!n&&!M1(u)?u._ctx=Xu:n===3&&Xu&&(Xu.slots._===1?u._=1:(u._=2,e.patchFlag|=1024))}else Qe(u)?(u={default:u,_ctx:Xu},t=32):(u=String(u),i&64?(t=16,u=[ku(u)]):t=8);e.children=u,e.shapeFlag|=t}function Xe(...e){const u={};for(let t=0;tat||Xu;let er,Dl;{const e=Hs(),u=(t,i)=>{let n;return(n=e[t])||(n=e[t]=[]),n.push(i),a=>{n.length>1?n.forEach(s=>s(a)):n[0](a)}};er=u("__VUE_INSTANCE_SETTERS__",t=>at=t),Dl=u("__VUE_SSR_SETTERS__",t=>Ia=t)}const Xa=e=>{const u=at;return er(e),e.scope.on(),()=>{e.scope.off(),er(u)}},G3=()=>{at&&at.scope.off(),er(null)};function H1(e){return e.vnode.shapeFlag&4}let Ia=!1;function G2(e,u=!1,t=!1){u&&Dl(u);const{props:i,children:n}=e.vnode,a=H1(e);z2(e,i,a,u),I2(e,n,t||u);const s=a?Q2(e,u):void 0;return u&&Dl(!1),s}function Q2(e,u){const t=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,y2);const{setup:i}=t;if(i){q0();const n=e.setupContext=i.length>1?q1(e):null,a=Xa(e),s=Ga(i,e,0,[e.props,n]),r=Sm(s);if(Y0(),a(),(r||e.sp)&&!xn(e)&&p1(e),r){if(s.then(G3,G3),u)return s.then(o=>{Q3(e,o)}).catch(o=>{Mr(o,e,0)});e.asyncDep=s}else Q3(e,s)}else U1(e)}function Q3(e,u,t){Qe(u)?e.type.__ssrInlineRender?e.ssrRender=u:e.render=u:mu(u)&&(e.setupState=e1(u)),U1(e)}function U1(e,u,t){const i=e.type;e.render||(e.render=i.render||Wt);{const n=Xa(e);q0();try{B2(e)}finally{Y0(),n()}}}const X2={get(e,u){return nt(e,"get",""),e[u]}};function q1(e){const u=t=>{e.exposed=t||{}};return{attrs:new Proxy(e.attrs,X2),slots:e.slots,emit:e.emit,expose:u}}function Lr(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(e1(zh(e.exposed)),{get(u,t){if(t in u)return u[t];if(t in fa)return fa[t](e)},has(u,t){return t in u||t in fa}})):e.proxy}function e6(e,u=!0){return Qe(e)?e.displayName||e.name:e.name||u&&e.__name}function u6(e){return Qe(e)&&"__vccOpts"in e}const pe=(e,u)=>Hh(e,u,Ia);function Wu(e,u,t){try{Xs(-1);const i=arguments.length;return i===2?mu(u)&&!Ue(u)?Ra(u)?Ke(e,null,[u]):Ke(e,u):Ke(e,null,u):(i>3?t=Array.prototype.slice.call(arguments,2):i===3&&Ra(t)&&(t=[t]),Ke(e,u,t))}finally{Xs(1)}}const t6="3.5.32";let xl;const X3=typeof window<"u"&&window.trustedTypes;if(X3)try{xl=X3.createPolicy("vue",{createHTML:e=>e})}catch{}const Y1=xl?e=>xl.createHTML(e):e=>e,i6="http://www.w3.org/2000/svg",n6="http://www.w3.org/1998/Math/MathML",P0=typeof document<"u"?document:null,ed=P0&&P0.createElement("template"),a6={insert:(e,u,t)=>{u.insertBefore(e,t||null)},remove:e=>{const u=e.parentNode;u&&u.removeChild(e)},createElement:(e,u,t,i)=>{const n=u==="svg"?P0.createElementNS(i6,e):u==="mathml"?P0.createElementNS(n6,e):t?P0.createElement(e,{is:t}):P0.createElement(e);return e==="select"&&i&&i.multiple!=null&&n.setAttribute("multiple",i.multiple),n},createText:e=>P0.createTextNode(e),createComment:e=>P0.createComment(e),setText:(e,u)=>{e.nodeValue=u},setElementText:(e,u)=>{e.textContent=u},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>P0.querySelector(e),setScopeId(e,u){e.setAttribute(u,"")},insertStaticContent(e,u,t,i,n,a){const s=t?t.previousSibling:u.lastChild;if(n&&(n===a||n.nextSibling))for(;u.insertBefore(n.cloneNode(!0),t),!(n===a||!(n=n.nextSibling)););else{ed.innerHTML=Y1(i==="svg"?``:i==="mathml"?``:e);const r=ed.content;if(i==="svg"||i==="mathml"){const o=r.firstChild;for(;o.firstChild;)r.appendChild(o.firstChild);r.removeChild(o)}u.insertBefore(r,t)}return[s?s.nextSibling:u.firstChild,t?t.previousSibling:u.lastChild]}},ui="transition",Jn="animation",La=Symbol("_vtc"),K1={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String},s6=qu({},d1,K1),r6=e=>(e.displayName="Transition",e.props=s6,e),an=r6((e,{slots:u})=>Wu(l2,o6(e),u)),Mi=(e,u=[])=>{Ue(e)?e.forEach(t=>t(...u)):e&&e(...u)},ud=e=>e?Ue(e)?e.some(u=>u.length>1):e.length>1:!1;function o6(e){const u={};for(const N in e)N in K1||(u[N]=e[N]);if(e.css===!1)return u;const{name:t="v",type:i,duration:n,enterFromClass:a=`${t}-enter-from`,enterActiveClass:s=`${t}-enter-active`,enterToClass:r=`${t}-enter-to`,appearFromClass:o=a,appearActiveClass:c=s,appearToClass:l=r,leaveFromClass:v=`${t}-leave-from`,leaveActiveClass:E=`${t}-leave-active`,leaveToClass:h=`${t}-leave-to`}=e,C=l6(n),p=C&&C[0],B=C&&C[1],{onBeforeEnter:x,onEnter:D,onEnterCancelled:S,onLeave:T,onLeaveCancelled:ie,onBeforeAppear:j=x,onAppear:K=D,onAppearCancelled:se=S}=u,Z=(N,Y,_,V)=>{N._enterCancelled=V,Ti(N,Y?l:r),Ti(N,Y?c:s),_&&_()},ee=(N,Y)=>{N._isLeaving=!1,Ti(N,v),Ti(N,h),Ti(N,E),Y&&Y()},oe=N=>(Y,_)=>{const V=N?K:D,z=()=>Z(Y,N,_);Mi(V,[Y,z]),td(()=>{Ti(Y,N?o:a),M0(Y,N?l:r),ud(V)||id(Y,i,p,z)})};return qu(u,{onBeforeEnter(N){Mi(x,[N]),M0(N,a),M0(N,s)},onBeforeAppear(N){Mi(j,[N]),M0(N,o),M0(N,c)},onEnter:oe(!1),onAppear:oe(!0),onLeave(N,Y){N._isLeaving=!0;const _=()=>ee(N,Y);M0(N,v),N._enterCancelled?(M0(N,E),sd(N)):(sd(N),M0(N,E)),td(()=>{N._isLeaving&&(Ti(N,v),M0(N,h),ud(T)||id(N,i,B,_))}),Mi(T,[N,_])},onEnterCancelled(N){Z(N,!1,void 0,!0),Mi(S,[N])},onAppearCancelled(N){Z(N,!0,void 0,!0),Mi(se,[N])},onLeaveCancelled(N){ee(N),Mi(ie,[N])}})}function l6(e){if(e==null)return null;if(mu(e))return[Fo(e.enter),Fo(e.leave)];{const u=Fo(e);return[u,u]}}function Fo(e){return ah(e)}function M0(e,u){u.split(/\s+/).forEach(t=>t&&e.classList.add(t)),(e[La]||(e[La]=new Set)).add(u)}function Ti(e,u){u.split(/\s+/).forEach(i=>i&&e.classList.remove(i));const t=e[La];t&&(t.delete(u),t.size||(e[La]=void 0))}function td(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let d6=0;function id(e,u,t,i){const n=e._endId=++d6,a=()=>{n===e._endId&&i()};if(t!=null)return setTimeout(a,t);const{type:s,timeout:r,propCount:o}=c6(e,u);if(!s)return i();const c=s+"end";let l=0;const v=()=>{e.removeEventListener(c,E),a()},E=h=>{h.target===e&&++l>=o&&v()};setTimeout(()=>{l(t[C]||"").split(", "),n=i(`${ui}Delay`),a=i(`${ui}Duration`),s=nd(n,a),r=i(`${Jn}Delay`),o=i(`${Jn}Duration`),c=nd(r,o);let l=null,v=0,E=0;u===ui?s>0&&(l=ui,v=s,E=a.length):u===Jn?c>0&&(l=Jn,v=c,E=o.length):(v=Math.max(s,c),l=v>0?s>c?ui:Jn:null,E=l?l===ui?a.length:o.length:0);const h=l===ui&&/\b(?:transform|all)(?:,|$)/.test(i(`${ui}Property`).toString());return{type:l,timeout:v,propCount:E,hasTransform:h}}function nd(e,u){for(;e.lengthad(t)+ad(e[i])))}function ad(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function sd(e){return(e?e.ownerDocument:document).body.offsetHeight}function m6(e,u,t){const i=e[La];i&&(u=(u?[u,...i]:[...i]).join(" ")),u==null?e.removeAttribute("class"):t?e.setAttribute("class",u):e.className=u}const ur=Symbol("_vod"),W1=Symbol("_vsh"),y0={name:"show",beforeMount(e,{value:u},{transition:t}){e[ur]=e.style.display==="none"?"":e.style.display,t&&u?t.beforeEnter(e):Gn(e,u)},mounted(e,{value:u},{transition:t}){t&&u&&t.enter(e)},updated(e,{value:u,oldValue:t},{transition:i}){!u!=!t&&(i?u?(i.beforeEnter(e),Gn(e,!0),i.enter(e)):i.leave(e,()=>{Gn(e,!1)}):Gn(e,u))},beforeUnmount(e,{value:u}){Gn(e,u)}};function Gn(e,u){e.style.display=u?e[ur]:"none",e[W1]=!u}const Z1=Symbol("");function C4(e){const u=k0();if(!u)return;const t=u.ut=(n=e(u.proxy))=>{Array.from(document.querySelectorAll(`[data-v-owner="${u.uid}"]`)).forEach(a=>tr(a,n))},i=()=>{const n=e(u.proxy);u.ce?tr(u.ce,n):bl(u.subTree,n),t(n)};m4(()=>{i1(i)}),xu(()=>{Nu(i,Wt,{flush:"post"});const n=new MutationObserver(i);n.observe(u.subTree.el.parentNode,{childList:!0}),b0(()=>n.disconnect())})}function bl(e,u){if(e.shapeFlag&128){const t=e.suspense;e=t.activeBranch,t.pendingBranch&&!t.isHydrating&&t.effects.push(()=>{bl(t.activeBranch,u)})}for(;e.component;)e=e.component.subTree;if(e.shapeFlag&1&&e.el)tr(e.el,u);else if(e.type===je)e.children.forEach(t=>bl(t,u));else if(e.type===Ca){let{el:t,anchor:i}=e;for(;t&&(tr(t,u),t!==i);)t=t.nextSibling}}function tr(e,u){if(e.nodeType===1){const t=e.style;let i="";for(const n in u){const a=vh(u[n]);t.setProperty(`--${n}`,a),i+=`--${n}: ${a};`}t[Z1]=i}}const v6=/(?:^|;)\s*display\s*:/;function g6(e,u,t){const i=e.style,n=bu(t);let a=!1;if(t&&!n){if(u)if(bu(u))for(const s of u.split(";")){const r=s.slice(0,s.indexOf(":")).trim();t[r]==null&&Ms(i,r,"")}else for(const s in u)t[s]==null&&Ms(i,s,"");for(const s in t)s==="display"&&(a=!0),Ms(i,s,t[s])}else if(n){if(u!==t){const s=i[Z1];s&&(t+=";"+s),i.cssText=t,a=v6.test(t)}}else u&&e.removeAttribute("style");ur in e&&(e[ur]=a?i.display:"",e[W1]&&(i.display="none"))}const rd=/\s*!important$/;function Ms(e,u,t){if(Ue(t))t.forEach(i=>Ms(e,u,i));else if(t==null&&(t=""),u.startsWith("--"))e.setProperty(u,t);else{const i=p6(e,u);rd.test(t)?e.setProperty(G0(i),t.replace(rd,""),"important"):e[i]=t}}const od=["Webkit","Moz","ms"],So={};function p6(e,u){const t=So[u];if(t)return t;let i=rt(u);if(i!=="filter"&&i in e)return So[u]=i;i=kr(i);for(let n=0;n_o||(y6.then(()=>_o=0),_o=Date.now());function A6(e,u){const t=i=>{if(!i._vts)i._vts=Date.now();else if(i._vts<=t.attached)return;e0(D6(i,t.value),u,5,[i])};return t.value=e,t.attached=B6(),t}function D6(e,u){if(Ue(u)){const t=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{t.call(e),e._stopped=!0},u.map(i=>n=>!n._stopped&&i&&i(n))}else return u}const gd=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,x6=(e,u,t,i,n,a)=>{const s=n==="svg";u==="class"?m6(e,i,s):u==="style"?g6(e,t,i):Ar(u)?Dr(u)||f6(e,u,t,i,a):(u[0]==="."?(u=u.slice(1),!0):u[0]==="^"?(u=u.slice(1),!1):b6(e,u,i,s))?(cd(e,u,i),!e.tagName.includes("-")&&(u==="value"||u==="checked"||u==="selected")&&dd(e,u,i,s,a,u!=="value")):e._isVueCE&&(k6(e,u)||e._def.__asyncLoader&&(/[A-Z]/.test(u)||!bu(i)))?cd(e,rt(u),i,a,u):(u==="true-value"?e._trueValue=i:u==="false-value"&&(e._falseValue=i),dd(e,u,i,s))};function b6(e,u,t,i){if(i)return!!(u==="innerHTML"||u==="textContent"||u in e&&gd(u)&&Qe(t));if(u==="spellcheck"||u==="draggable"||u==="translate"||u==="autocorrect"||u==="sandbox"&&e.tagName==="IFRAME"||u==="form"||u==="list"&&e.tagName==="INPUT"||u==="type"&&e.tagName==="TEXTAREA")return!1;if(u==="width"||u==="height"){const n=e.tagName;if(n==="IMG"||n==="VIDEO"||n==="CANVAS"||n==="SOURCE")return!1}return gd(u)&&bu(t)?!1:u in e}function k6(e,u){const t=e._def.props;if(!t)return!1;const i=rt(u);return Array.isArray(t)?t.some(n=>rt(n)===i):Object.keys(t).some(n=>rt(n)===i)}const w6=["ctrl","shift","alt","meta"],F6={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&e.button!==0,middle:e=>"button"in e&&e.button!==1,right:e=>"button"in e&&e.button!==2,exact:(e,u)=>w6.some(t=>e[`${t}Key`]&&!u.includes(t))},fi=(e,u)=>{if(!e)return e;const t=e._withMods||(e._withMods={}),i=u.join(".");return t[i]||(t[i]=((n,...a)=>{for(let s=0;s{const t=e._withKeys||(e._withKeys={}),i=u.join(".");return t[i]||(t[i]=(n=>{if(!("key"in n))return;const a=G0(n.key);if(u.some(s=>s===a||S6[s]===a))return e(n)}))},_6=qu({patchProp:x6},a6);let pd;function G1(){return pd||(pd=$2(_6))}const hd=((...e)=>{G1().render(...e)}),N6=((...e)=>{const u=G1().createApp(...e),{mount:t}=u;return u.mount=i=>{const n=T6(i);if(!n)return;const a=u._component;!Qe(a)&&!a.render&&!a.template&&(a.template=n.innerHTML),n.nodeType===1&&(n.textContent="");const s=t(n,!1,M6(n));return n instanceof Element&&(n.removeAttribute("v-cloak"),n.setAttribute("data-v-app","")),s},u});function M6(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function T6(e){return bu(e)?document.querySelector(e):e}function oi(e,u,t){const i=`#initial-state-${e}-${u}`;if(window._nc_initial_state?.has(i))return window._nc_initial_state.get(i);window._nc_initial_state||(window._nc_initial_state=new Map);const n=document.querySelector(i);if(n===null){if(t!==void 0)return t;throw new Error(`Could not find initial state ${u} of ${e}`)}try{const a=JSON.parse(atob(n.value));return window._nc_initial_state.set(i,a),a}catch(a){if(console.error("[@nextcloud/initial-state] Could not parse initial state",{key:u,app:e,error:a}),t!==void 0)return t;throw new Error(`Could not parse initial state ${u} of ${e}`,{cause:a})}}function Vn(){try{return oi("core","capabilities")}catch{return console.debug("Could not find capabilities initial state fall back to _oc_capabilities"),"_oc_capabilities"in window?window._oc_capabilities:{}}}const di=(e,u,t)=>{const i=Object.assign({ocsVersion:2},{}).ocsVersion===1?1:2;return wl()+"/ocs/v"+i+".php"+kl(e,u)},kl=(e,u,t)=>{const i=Object.assign({escape:!0},{}),n=function(a,s){return s=s||{},a.replace(/{([^{}]*)}/g,function(r,o){const c=s[o];return i.escape?encodeURIComponent(typeof c=="string"||typeof c=="number"?c.toString():r):typeof c=="string"||typeof c=="number"?c.toString():r})};return e.charAt(0)!=="/"&&(e="/"+e),n(e,u||{})},y4=(e,u,t)=>{const i=Object.assign({noRewrite:!1},{}),n=$r();return window?.OC?.config?.modRewriteWorking===!0&&!i.noRewrite?n+kl(e,u):n+"/index.php"+kl(e,u)},z6=(e,u)=>u.includes(".")?Ed(e,"img",u):Ed(e,"img",`${u}.svg`),Ed=(e,u,t)=>{const i=window?.OC?.coreApps?.includes(e)??!1,n=t.slice(-3)==="php";let a=$r();return n&&!i?(a+=`/index.php/apps/${e}`,a+=`/${encodeURI(u)}`,t!=="index.php"&&(a+=`/${t}`)):!n&&!i?(a=P6(e),a+=`/${u}/`,a.at(-1)!=="/"&&(a+="/"),a+=t):(a+=`/${e}`,a+=`/${u}`,a+=`/${t}`),a},wl=()=>window.location.protocol+"//"+window.location.host+$r();function $r(){let e=window._oc_webroot;if(typeof e>"u"){e=location.pathname;const u=e.indexOf("/index.php/");if(u!==-1)e=e.slice(0,u);else{const t=e.indexOf("/",1);e=e.slice(0,t>0?t:void 0)}}return e}function P6(e){return(window._oc_appswebroots??{})[e]??""}const{entries:Q1,setPrototypeOf:fd,isFrozen:O6,getPrototypeOf:R6,getOwnPropertyDescriptor:I6}=Object;let{freeze:Et,seal:$t,create:da}=Object,{apply:Fl,construct:Sl}=typeof Reflect<"u"&&Reflect;Et||(Et=function(e){return e}),$t||($t=function(e){return e}),Fl||(Fl=function(e,u){for(var t=arguments.length,i=new Array(t>2?t-2:0),n=2;n1?u-1:0),i=1;i1?t-1:0),n=1;n2&&arguments[2]!==void 0?arguments[2]:Ts;fd&&fd(e,null);let i=u.length;for(;i--;){let n=u[i];if(typeof n=="string"){const a=t(n);a!==n&&(O6(u)||(u[i]=a),n=a)}e[n]=!0}return e}function U6(e){for(let u=0;u/gm),Z6=$t(/\$\{[\w\W]*/gm),J6=$t(/^data-[\-\w.\u00B7-\uFFFF]+$/),G6=$t(/^aria-[\-\w]+$/),X1=$t(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),Q6=$t(/^(?:\w+script|data):/i),X6=$t(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),ev=$t(/^html$/i),e5=$t(/^[a-z][.\w]*(-[.\w]+)+$/i);var xd=Object.freeze({__proto__:null,ARIA_ATTR:G6,ATTR_WHITESPACE:X6,CUSTOM_ELEMENT:e5,DATA_ATTR:J6,DOCTYPE_NAME:ev,ERB_EXPR:W6,IS_ALLOWED_URI:X1,IS_SCRIPT_OR_DATA:Q6,MUSTACHE_EXPR:K6,TMPLIT_EXPR:Z6});const ta={element:1,text:3,progressingInstruction:7,comment:8,document:9},u5=function(){return typeof window>"u"?null:window},t5=function(e,u){if(typeof e!="object"||typeof e.createPolicy!="function")return null;let t=null;const i="data-tt-policy-suffix";u&&u.hasAttribute(i)&&(t=u.getAttribute(i));const n="dompurify"+(t?"#"+t:"");try{return e.createPolicy(n,{createHTML(a){return a},createScriptURL(a){return a}})}catch{return console.warn("TrustedTypes policy "+n+" could not be created."),null}},bd=function(){return{afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}};function uv(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:u5();const u=$=>uv($);if(u.version="3.4.0",u.removed=[],!e||!e.document||e.document.nodeType!==ta.document||!e.Element)return u.isSupported=!1,u;let{document:t}=e;const i=t,n=i.currentScript,{DocumentFragment:a,HTMLTemplateElement:s,Node:r,Element:o,NodeFilter:c,NamedNodeMap:l=e.NamedNodeMap||e.MozNamedAttrMap,HTMLFormElement:v,DOMParser:E,trustedTypes:h}=e,C=o.prototype,p=ua(C,"cloneNode"),B=ua(C,"remove"),x=ua(C,"nextSibling"),D=ua(C,"childNodes"),S=ua(C,"parentNode");if(typeof s=="function"){const $=t.createElement("template");$.content&&$.content.ownerDocument&&(t=$.content.ownerDocument)}let T,ie="";const{implementation:j,createNodeIterator:K,createDocumentFragment:se,getElementsByTagName:Z}=t,{importNode:ee}=i;let oe=bd();u.isSupported=typeof Q1=="function"&&typeof S=="function"&&j&&j.createHTMLDocument!==void 0;const{MUSTACHE_EXPR:N,ERB_EXPR:Y,TMPLIT_EXPR:_,DATA_ATTR:V,ARIA_ATTR:z,IS_SCRIPT_OR_DATA:W,ATTR_WHITESPACE:ae,CUSTOM_ELEMENT:ne}=xd;let{IS_ALLOWED_URI:ve}=xd,G=null;const be=tu({},[...yd,...To,...zo,...Po,...Bd]);let O=null;const re=tu({},[...Ad,...Oo,...Dd,...hs]);let X=Object.seal(da(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),we=null,R=null;const P=Object.seal(da(null,{tagCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeCheck:{writable:!0,configurable:!1,enumerable:!0,value:null}}));let Ae=!0,We=!0,A=!1,I=!0,L=!1,ue=!0,y=!1,te=!1,H=!1,fe=!1,ce=!1,Ce=!1,Se=!0,Me=!1;const Q="user-content-";let he=!0,De=!1,Je={},He=null;const eu=tu({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let f=null;const d=tu({},["audio","video","img","source","image","track"]);let m=null;const g=tu({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),F="http://www.w3.org/1998/Math/MathML",M="http://www.w3.org/2000/svg",q="http://www.w3.org/1999/xhtml";let me=q,_e=!1,J=null;const Ee=tu({},[F,M,q],No);let Fe=tu({},["mi","mo","mn","ms","mtext"]),Ie=tu({},["annotation-xml"]);const Be=tu({},["title","style","font","a","script"]);let Le=null;const $e=["application/xhtml+xml","text/html"],xt="text/html";let ru=null,Zu=null;const bt=t.createElement("form"),ei=function($){return $ instanceof RegExp||$ instanceof Function},ki=function(){let $=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(!(Zu&&Zu===$)){if((!$||typeof $!="object")&&($={}),$=l0($),Le=$e.indexOf($.PARSER_MEDIA_TYPE)===-1?xt:$.PARSER_MEDIA_TYPE,ru=Le==="application/xhtml+xml"?No:Ts,G=Ut($,"ALLOWED_TAGS")?tu({},$.ALLOWED_TAGS,ru):be,O=Ut($,"ALLOWED_ATTR")?tu({},$.ALLOWED_ATTR,ru):re,J=Ut($,"ALLOWED_NAMESPACES")?tu({},$.ALLOWED_NAMESPACES,No):Ee,m=Ut($,"ADD_URI_SAFE_ATTR")?tu(l0(g),$.ADD_URI_SAFE_ATTR,ru):g,f=Ut($,"ADD_DATA_URI_TAGS")?tu(l0(d),$.ADD_DATA_URI_TAGS,ru):d,He=Ut($,"FORBID_CONTENTS")?tu({},$.FORBID_CONTENTS,ru):eu,we=Ut($,"FORBID_TAGS")?tu({},$.FORBID_TAGS,ru):l0({}),R=Ut($,"FORBID_ATTR")?tu({},$.FORBID_ATTR,ru):l0({}),Je=Ut($,"USE_PROFILES")?$.USE_PROFILES:!1,Ae=$.ALLOW_ARIA_ATTR!==!1,We=$.ALLOW_DATA_ATTR!==!1,A=$.ALLOW_UNKNOWN_PROTOCOLS||!1,I=$.ALLOW_SELF_CLOSE_IN_ATTR!==!1,L=$.SAFE_FOR_TEMPLATES||!1,ue=$.SAFE_FOR_XML!==!1,y=$.WHOLE_DOCUMENT||!1,fe=$.RETURN_DOM||!1,ce=$.RETURN_DOM_FRAGMENT||!1,Ce=$.RETURN_TRUSTED_TYPE||!1,H=$.FORCE_BODY||!1,Se=$.SANITIZE_DOM!==!1,Me=$.SANITIZE_NAMED_PROPS||!1,he=$.KEEP_CONTENT!==!1,De=$.IN_PLACE||!1,ve=$.ALLOWED_URI_REGEXP||X1,me=$.NAMESPACE||q,Fe=$.MATHML_TEXT_INTEGRATION_POINTS||Fe,Ie=$.HTML_INTEGRATION_POINTS||Ie,X=$.CUSTOM_ELEMENT_HANDLING||da(null),$.CUSTOM_ELEMENT_HANDLING&&ei($.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(X.tagNameCheck=$.CUSTOM_ELEMENT_HANDLING.tagNameCheck),$.CUSTOM_ELEMENT_HANDLING&&ei($.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(X.attributeNameCheck=$.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),$.CUSTOM_ELEMENT_HANDLING&&typeof $.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(X.allowCustomizedBuiltInElements=$.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),L&&(We=!1),ce&&(fe=!0),Je&&(G=tu({},Bd),O=da(null),Je.html===!0&&(tu(G,yd),tu(O,Ad)),Je.svg===!0&&(tu(G,To),tu(O,Oo),tu(O,hs)),Je.svgFilters===!0&&(tu(G,zo),tu(O,Oo),tu(O,hs)),Je.mathMl===!0&&(tu(G,Po),tu(O,Dd),tu(O,hs))),P.tagCheck=null,P.attributeCheck=null,$.ADD_TAGS&&(typeof $.ADD_TAGS=="function"?P.tagCheck=$.ADD_TAGS:(G===be&&(G=l0(G)),tu(G,$.ADD_TAGS,ru))),$.ADD_ATTR&&(typeof $.ADD_ATTR=="function"?P.attributeCheck=$.ADD_ATTR:(O===re&&(O=l0(O)),tu(O,$.ADD_ATTR,ru))),$.ADD_URI_SAFE_ATTR&&tu(m,$.ADD_URI_SAFE_ATTR,ru),$.FORBID_CONTENTS&&(He===eu&&(He=l0(He)),tu(He,$.FORBID_CONTENTS,ru)),$.ADD_FORBID_CONTENTS&&(He===eu&&(He=l0(He)),tu(He,$.ADD_FORBID_CONTENTS,ru)),he&&(G["#text"]=!0),y&&tu(G,["html","head","body"]),G.table&&(tu(G,["tbody"]),delete we.tbody),$.TRUSTED_TYPES_POLICY){if(typeof $.TRUSTED_TYPES_POLICY.createHTML!="function")throw ea('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof $.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw ea('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');T=$.TRUSTED_TYPES_POLICY,ie=T.createHTML("")}else T===void 0&&(T=t5(h,n)),T!==null&&typeof ie=="string"&&(ie=T.createHTML(""));Et&&Et($),Zu=$}},m3=tu({},[...To,...zo,...q6]),v3=tu({},[...Po,...Y6]),Mp=function($){let Oe=S($);(!Oe||!Oe.tagName)&&(Oe={namespaceURI:me,tagName:"template"});const Pe=Ts($.tagName),fu=Ts(Oe.tagName);return J[$.namespaceURI]?$.namespaceURI===M?Oe.namespaceURI===q?Pe==="svg":Oe.namespaceURI===F?Pe==="svg"&&(fu==="annotation-xml"||Fe[fu]):!!m3[Pe]:$.namespaceURI===F?Oe.namespaceURI===q?Pe==="math":Oe.namespaceURI===M?Pe==="math"&&Ie[fu]:!!v3[Pe]:$.namespaceURI===q?Oe.namespaceURI===M&&!Ie[fu]||Oe.namespaceURI===F&&!Fe[fu]?!1:!v3[Pe]&&(Be[Pe]||!m3[Pe]):!!(Le==="application/xhtml+xml"&&J[$.namespaceURI]):!1},wi=function($){Xn(u.removed,{element:$});try{S($).removeChild($)}catch{B($)}},Fi=function($,Oe){try{Xn(u.removed,{attribute:Oe.getAttributeNode($),from:Oe})}catch{Xn(u.removed,{attribute:null,from:Oe})}if(Oe.removeAttribute($),$==="is")if(fe||ce)try{wi(Oe)}catch{}else try{Oe.setAttribute($,"")}catch{}},g3=function($){let Oe=null,Pe=null;if(H)$=""+$;else{const Fu=Mo($,/^[\r\n\t ]+/);Pe=Fu&&Fu[0]}Le==="application/xhtml+xml"&&me===q&&($=''+$+"");const fu=T?T.createHTML($):$;if(me===q)try{Oe=new E().parseFromString(fu,Le)}catch{}if(!Oe||!Oe.documentElement){Oe=j.createDocument(me,"template",null);try{Oe.documentElement.innerHTML=_e?ie:fu}catch{}}const Ju=Oe.body||Oe.documentElement;return $&&Pe&&Ju.insertBefore(t.createTextNode(Pe),Ju.childNodes[0]||null),me===q?Z.call(Oe,y?"html":"body")[0]:y?Oe.documentElement:Ju},p3=function($){return K.call($.ownerDocument||$,$,c.SHOW_ELEMENT|c.SHOW_COMMENT|c.SHOW_TEXT|c.SHOW_PROCESSING_INSTRUCTION|c.SHOW_CDATA_SECTION,null)},ro=function($){return $ instanceof v&&(typeof $.nodeName!="string"||typeof $.textContent!="string"||typeof $.removeChild!="function"||!($.attributes instanceof l)||typeof $.removeAttribute!="function"||typeof $.setAttribute!="function"||typeof $.namespaceURI!="string"||typeof $.insertBefore!="function"||typeof $.hasChildNodes!="function")},oo=function($){return typeof r=="function"&&$ instanceof r};function F0($,Oe,Pe){Qn($,fu=>{fu.call(u,Oe,Pe,Zu)})}const h3=function($){let Oe=null;if(F0(oe.beforeSanitizeElements,$,null),ro($))return wi($),!0;const Pe=ru($.nodeName);if(F0(oe.uponSanitizeElement,$,{tagName:Pe,allowedTags:G}),ue&&$.hasChildNodes()&&!oo($.firstElementChild)&&dt(/<[/\w!]/g,$.innerHTML)&&dt(/<[/\w!]/g,$.textContent)||ue&&$.namespaceURI===q&&Pe==="style"&&oo($.firstElementChild)||$.nodeType===ta.progressingInstruction||ue&&$.nodeType===ta.comment&&dt(/<[/\w]/g,$.data))return wi($),!0;if(we[Pe]||!(P.tagCheck instanceof Function&&P.tagCheck(Pe))&&!G[Pe]){if(!we[Pe]&&f3(Pe)&&(X.tagNameCheck instanceof RegExp&&dt(X.tagNameCheck,Pe)||X.tagNameCheck instanceof Function&&X.tagNameCheck(Pe)))return!1;if(he&&!He[Pe]){const fu=S($)||$.parentNode,Ju=D($)||$.childNodes;if(Ju&&fu){const Fu=Ju.length;for(let S0=Fu-1;S0>=0;--S0){const jt=p(Ju[S0],!0);jt.__removalCount=($.__removalCount||0)+1,fu.insertBefore(jt,x($))}}}return wi($),!0}return $ instanceof o&&!Mp($)||(Pe==="noscript"||Pe==="noembed"||Pe==="noframes")&&dt(/<\/no(script|embed|frames)/i,$.innerHTML)?(wi($),!0):(L&&$.nodeType===ta.text&&(Oe=$.textContent,Qn([N,Y,_],fu=>{Oe=ln(Oe,fu," ")}),$.textContent!==Oe&&(Xn(u.removed,{element:$.cloneNode()}),$.textContent=Oe)),F0(oe.afterSanitizeElements,$,null),!1)},E3=function($,Oe,Pe){if(R[Oe]||Se&&(Oe==="id"||Oe==="name")&&(Pe in t||Pe in bt))return!1;if(!(We&&!R[Oe]&&dt(V,Oe))&&!(Ae&&dt(z,Oe))&&!(P.attributeCheck instanceof Function&&P.attributeCheck(Oe,$))){if(!O[Oe]||R[Oe]){if(!(f3($)&&(X.tagNameCheck instanceof RegExp&&dt(X.tagNameCheck,$)||X.tagNameCheck instanceof Function&&X.tagNameCheck($))&&(X.attributeNameCheck instanceof RegExp&&dt(X.attributeNameCheck,Oe)||X.attributeNameCheck instanceof Function&&X.attributeNameCheck(Oe,$))||Oe==="is"&&X.allowCustomizedBuiltInElements&&(X.tagNameCheck instanceof RegExp&&dt(X.tagNameCheck,Pe)||X.tagNameCheck instanceof Function&&X.tagNameCheck(Pe))))return!1}else if(!m[Oe]&&!dt(ve,ln(Pe,ae,""))&&!((Oe==="src"||Oe==="xlink:href"||Oe==="href")&&$!=="script"&&j6(Pe,"data:")===0&&f[$])&&!(A&&!dt(W,ln(Pe,ae,"")))&&Pe)return!1}return!0},f3=function($){return $!=="annotation-xml"&&Mo($,ne)},C3=function($){F0(oe.beforeSanitizeAttributes,$,null);const{attributes:Oe}=$;if(!Oe||ro($))return;const Pe={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:O,forceKeepAttr:void 0};let fu=Oe.length;for(;fu--;){const Ju=Oe[fu],{name:Fu,namespaceURI:S0,value:jt}=Ju,lt=ru(Fu),Yn=jt;let Gu=Fu==="value"?Yn:V6(Yn);if(Pe.attrName=lt,Pe.attrValue=Gu,Pe.keepAttr=!0,Pe.forceKeepAttr=void 0,F0(oe.uponSanitizeAttribute,$,Pe),Gu=Pe.attrValue,Me&&(lt==="id"||lt==="name")&&(Fi(Fu,$),Gu=Q+Gu),ue&&dt(/((--!?|])>)|<\/(style|script|title|xmp|textarea|noscript|iframe|noembed|noframes)/i,Gu)){Fi(Fu,$);continue}if(lt==="attributename"&&Mo(Gu,"href")){Fi(Fu,$);continue}if(Pe.forceKeepAttr)continue;if(!Pe.keepAttr){Fi(Fu,$);continue}if(!I&&dt(/\/>/i,Gu)){Fi(Fu,$);continue}L&&Qn([N,Y,_],Tp=>{Gu=ln(Gu,Tp," ")});const B3=ru($.nodeName);if(!E3(B3,lt,Gu)){Fi(Fu,$);continue}if(T&&typeof h=="object"&&typeof h.getAttributeType=="function"&&!S0)switch(h.getAttributeType(B3,lt)){case"TrustedHTML":{Gu=T.createHTML(Gu);break}case"TrustedScriptURL":{Gu=T.createScriptURL(Gu);break}}if(Gu!==Yn)try{S0?$.setAttributeNS(S0,Fu,Gu):$.setAttribute(Fu,Gu),ro($)?wi($):Cd(u.removed)}catch{Fi(Fu,$)}}F0(oe.afterSanitizeAttributes,$,null)},y3=function($){let Oe=null;const Pe=p3($);for(F0(oe.beforeSanitizeShadowDOM,$,null);Oe=Pe.nextNode();)F0(oe.uponSanitizeShadowNode,Oe,null),h3(Oe),C3(Oe),Oe.content instanceof a&&y3(Oe.content);F0(oe.afterSanitizeShadowDOM,$,null)};return u.sanitize=function($){let Oe=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},Pe=null,fu=null,Ju=null,Fu=null;if(_e=!$,_e&&($=""),typeof $!="string"&&!oo($))if(typeof $.toString=="function"){if($=$.toString(),typeof $!="string")throw ea("dirty is not a string, aborting")}else throw ea("toString is not a function");if(!u.isSupported)return $;if(te||ki(Oe),u.removed=[],typeof $=="string"&&(De=!1),De){if($.nodeName){const lt=ru($.nodeName);if(!G[lt]||we[lt])throw ea("root node is forbidden and cannot be sanitized in-place")}}else if($ instanceof r)Pe=g3(""),fu=Pe.ownerDocument.importNode($,!0),fu.nodeType===ta.element&&fu.nodeName==="BODY"||fu.nodeName==="HTML"?Pe=fu:Pe.appendChild(fu);else{if(!fe&&!L&&!y&&$.indexOf("<")===-1)return T&&Ce?T.createHTML($):$;if(Pe=g3($),!Pe)return fe?null:Ce?ie:""}Pe&&H&&wi(Pe.firstChild);const S0=p3(De?$:Pe);for(;Ju=S0.nextNode();)h3(Ju),C3(Ju),Ju.content instanceof a&&y3(Ju.content);if(De)return $;if(fe){if(L){Pe.normalize();let lt=Pe.innerHTML;Qn([N,Y,_],Yn=>{lt=ln(lt,Yn," ")}),Pe.innerHTML=lt}if(ce)for(Fu=se.call(Pe.ownerDocument);Pe.firstChild;)Fu.appendChild(Pe.firstChild);else Fu=Pe;return(O.shadowroot||O.shadowrootmode)&&(Fu=ee.call(i,Fu,!0)),Fu}let jt=y?Pe.outerHTML:Pe.innerHTML;return y&&G["!doctype"]&&Pe.ownerDocument&&Pe.ownerDocument.doctype&&Pe.ownerDocument.doctype.name&&dt(ev,Pe.ownerDocument.doctype.name)&&(jt="
+const zp="privacy",Pp="7.0.0-dev.0";function Za(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function Op(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var fm={exports:{}},Pu=fm.exports={},c0,m0;function dl(){throw new Error("setTimeout has not been defined")}function cl(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?c0=setTimeout:c0=dl}catch{c0=dl}try{typeof clearTimeout=="function"?m0=clearTimeout:m0=cl}catch{m0=cl}})();function Cm(e){if(c0===setTimeout)return setTimeout(e,0);if((c0===dl||!c0)&&setTimeout)return c0=setTimeout,setTimeout(e,0);try{return c0(e,0)}catch{try{return c0.call(null,e,0)}catch{return c0.call(this,e,0)}}}function Rp(e){if(m0===clearTimeout)return clearTimeout(e);if((m0===cl||!m0)&&clearTimeout)return m0=clearTimeout,clearTimeout(e);try{return m0(e)}catch{try{return m0.call(null,e)}catch{return m0.call(this,e)}}}var j0=[],yn=!1,Ui,Fs=-1;function Ip(){!yn||!Ui||(yn=!1,Ui.length?j0=Ui.concat(j0):Fs=-1,j0.length&&ym())}function ym(){if(!yn){var e=Cm(Ip);yn=!0;for(var u=j0.length;u;){for(Ui=j0,j0=[];++Fs1)for(var t=1;tconsole.error("SEMVER",...u):()=>{},lo}var co,D3;function Dm(){if(D3)return co;D3=1;const e="2.0.0",u=256,t=Number.MAX_SAFE_INTEGER||9007199254740991,i=16,n=u-6;return co={MAX_LENGTH:u,MAX_SAFE_COMPONENT_LENGTH:i,MAX_SAFE_BUILD_LENGTH:n,MAX_SAFE_INTEGER:t,RELEASE_TYPES:["major","premajor","minor","preminor","patch","prepatch","prerelease"],SEMVER_SPEC_VERSION:e,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2},co}var mo={exports:{}},x3;function $p(){return x3||(x3=1,(function(e,u){const{MAX_SAFE_COMPONENT_LENGTH:t,MAX_SAFE_BUILD_LENGTH:i,MAX_LENGTH:n}=Dm(),a=Am();u=e.exports={};const s=u.re=[],r=u.safeRe=[],o=u.src=[],c=u.safeSrc=[],l=u.t={};let v=0;const E="[a-zA-Z0-9-]",h=[["\\s",1],["\\d",n],[E,i]],C=B=>{for(const[x,D]of h)B=B.split(`${x}*`).join(`${x}{0,${D}}`).split(`${x}+`).join(`${x}{1,${D}}`);return B},p=(B,x,D)=>{const S=C(x),T=v++;a(B,T,x),l[B]=T,o[T]=x,c[T]=S,s[T]=new RegExp(x,D?"g":void 0),r[T]=new RegExp(S,D?"g":void 0)};p("NUMERICIDENTIFIER","0|[1-9]\\d*"),p("NUMERICIDENTIFIERLOOSE","\\d+"),p("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${E}*`),p("MAINVERSION",`(${o[l.NUMERICIDENTIFIER]})\\.(${o[l.NUMERICIDENTIFIER]})\\.(${o[l.NUMERICIDENTIFIER]})`),p("MAINVERSIONLOOSE",`(${o[l.NUMERICIDENTIFIERLOOSE]})\\.(${o[l.NUMERICIDENTIFIERLOOSE]})\\.(${o[l.NUMERICIDENTIFIERLOOSE]})`),p("PRERELEASEIDENTIFIER",`(?:${o[l.NONNUMERICIDENTIFIER]}|${o[l.NUMERICIDENTIFIER]})`),p("PRERELEASEIDENTIFIERLOOSE",`(?:${o[l.NONNUMERICIDENTIFIER]}|${o[l.NUMERICIDENTIFIERLOOSE]})`),p("PRERELEASE",`(?:-(${o[l.PRERELEASEIDENTIFIER]}(?:\\.${o[l.PRERELEASEIDENTIFIER]})*))`),p("PRERELEASELOOSE",`(?:-?(${o[l.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${o[l.PRERELEASEIDENTIFIERLOOSE]})*))`),p("BUILDIDENTIFIER",`${E}+`),p("BUILD",`(?:\\+(${o[l.BUILDIDENTIFIER]}(?:\\.${o[l.BUILDIDENTIFIER]})*))`),p("FULLPLAIN",`v?${o[l.MAINVERSION]}${o[l.PRERELEASE]}?${o[l.BUILD]}?`),p("FULL",`^${o[l.FULLPLAIN]}$`),p("LOOSEPLAIN",`[v=\\s]*${o[l.MAINVERSIONLOOSE]}${o[l.PRERELEASELOOSE]}?${o[l.BUILD]}?`),p("LOOSE",`^${o[l.LOOSEPLAIN]}$`),p("GTLT","((?:<|>)?=?)"),p("XRANGEIDENTIFIERLOOSE",`${o[l.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),p("XRANGEIDENTIFIER",`${o[l.NUMERICIDENTIFIER]}|x|X|\\*`),p("XRANGEPLAIN",`[v=\\s]*(${o[l.XRANGEIDENTIFIER]})(?:\\.(${o[l.XRANGEIDENTIFIER]})(?:\\.(${o[l.XRANGEIDENTIFIER]})(?:${o[l.PRERELEASE]})?${o[l.BUILD]}?)?)?`),p("XRANGEPLAINLOOSE",`[v=\\s]*(${o[l.XRANGEIDENTIFIERLOOSE]})(?:\\.(${o[l.XRANGEIDENTIFIERLOOSE]})(?:\\.(${o[l.XRANGEIDENTIFIERLOOSE]})(?:${o[l.PRERELEASELOOSE]})?${o[l.BUILD]}?)?)?`),p("XRANGE",`^${o[l.GTLT]}\\s*${o[l.XRANGEPLAIN]}$`),p("XRANGELOOSE",`^${o[l.GTLT]}\\s*${o[l.XRANGEPLAINLOOSE]}$`),p("COERCEPLAIN",`(^|[^\\d])(\\d{1,${t}})(?:\\.(\\d{1,${t}}))?(?:\\.(\\d{1,${t}}))?`),p("COERCE",`${o[l.COERCEPLAIN]}(?:$|[^\\d])`),p("COERCEFULL",o[l.COERCEPLAIN]+`(?:${o[l.PRERELEASE]})?(?:${o[l.BUILD]})?(?:$|[^\\d])`),p("COERCERTL",o[l.COERCE],!0),p("COERCERTLFULL",o[l.COERCEFULL],!0),p("LONETILDE","(?:~>?)"),p("TILDETRIM",`(\\s*)${o[l.LONETILDE]}\\s+`,!0),u.tildeTrimReplace="$1~",p("TILDE",`^${o[l.LONETILDE]}${o[l.XRANGEPLAIN]}$`),p("TILDELOOSE",`^${o[l.LONETILDE]}${o[l.XRANGEPLAINLOOSE]}$`),p("LONECARET","(?:\\^)"),p("CARETTRIM",`(\\s*)${o[l.LONECARET]}\\s+`,!0),u.caretTrimReplace="$1^",p("CARET",`^${o[l.LONECARET]}${o[l.XRANGEPLAIN]}$`),p("CARETLOOSE",`^${o[l.LONECARET]}${o[l.XRANGEPLAINLOOSE]}$`),p("COMPARATORLOOSE",`^${o[l.GTLT]}\\s*(${o[l.LOOSEPLAIN]})$|^$`),p("COMPARATOR",`^${o[l.GTLT]}\\s*(${o[l.FULLPLAIN]})$|^$`),p("COMPARATORTRIM",`(\\s*)${o[l.GTLT]}\\s*(${o[l.LOOSEPLAIN]}|${o[l.XRANGEPLAIN]})`,!0),u.comparatorTrimReplace="$1$2$3",p("HYPHENRANGE",`^\\s*(${o[l.XRANGEPLAIN]})\\s+-\\s+(${o[l.XRANGEPLAIN]})\\s*$`),p("HYPHENRANGELOOSE",`^\\s*(${o[l.XRANGEPLAINLOOSE]})\\s+-\\s+(${o[l.XRANGEPLAINLOOSE]})\\s*$`),p("STAR","(<|>)?=?\\s*\\*"),p("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),p("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")})(mo,mo.exports)),mo.exports}var vo,b3;function jp(){if(b3)return vo;b3=1;const e=Object.freeze({loose:!0}),u=Object.freeze({});return vo=t=>t?typeof t!="object"?e:t:u,vo}var go,k3;function Vp(){if(k3)return go;k3=1;const e=/^[0-9]+$/,u=(t,i)=>{if(typeof t=="number"&&typeof i=="number")return t===i?0:tu(i,t)},go}var po,w3;function xm(){if(w3)return po;w3=1;const e=Am(),{MAX_LENGTH:u,MAX_SAFE_INTEGER:t}=Dm(),{safeRe:i,t:n}=$p(),a=jp(),{compareIdentifiers:s}=Vp();class r{constructor(c,l){if(l=a(l),c instanceof r){if(c.loose===!!l.loose&&c.includePrerelease===!!l.includePrerelease)return c;c=c.version}else if(typeof c!="string")throw new TypeError(`Invalid version. Must be a string. Got type "${typeof c}".`);if(c.length>u)throw new TypeError(`version is longer than ${u} characters`);e("SemVer",c,l),this.options=l,this.loose=!!l.loose,this.includePrerelease=!!l.includePrerelease;const v=c.trim().match(l.loose?i[n.LOOSE]:i[n.FULL]);if(!v)throw new TypeError(`Invalid Version: ${c}`);if(this.raw=c,this.major=+v[1],this.minor=+v[2],this.patch=+v[3],this.major>t||this.major<0)throw new TypeError("Invalid major version");if(this.minor>t||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>t||this.patch<0)throw new TypeError("Invalid patch version");v[4]?this.prerelease=v[4].split(".").map(E=>{if(/^[0-9]+$/.test(E)){const h=+E;if(h>=0&&hc.major?1:this.minorc.minor?1:this.patchc.patch?1:0}comparePre(c){if(c instanceof r||(c=new r(c,this.options)),this.prerelease.length&&!c.prerelease.length)return-1;if(!this.prerelease.length&&c.prerelease.length)return 1;if(!this.prerelease.length&&!c.prerelease.length)return 0;let l=0;do{const v=this.prerelease[l],E=c.prerelease[l];if(e("prerelease compare",l,v,E),v===void 0&&E===void 0)return 0;if(E===void 0)return 1;if(v===void 0)return-1;if(v!==E)return s(v,E)}while(++l)}compareBuild(c){c instanceof r||(c=new r(c,this.options));let l=0;do{const v=this.build[l],E=c.build[l];if(e("build compare",l,v,E),v===void 0&&E===void 0)return 0;if(E===void 0)return 1;if(v===void 0)return-1;if(v!==E)return s(v,E)}while(++l)}inc(c,l,v){if(c.startsWith("pre")){if(!l&&v===!1)throw new Error("invalid increment argument: identifier is empty");if(l){const E=`-${l}`.match(this.options.loose?i[n.PRERELEASELOOSE]:i[n.PRERELEASE]);if(!E||E[1]!==l)throw new Error(`invalid identifier: ${l}`)}}switch(c){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",l,v);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",l,v);break;case"prepatch":this.prerelease.length=0,this.inc("patch",l,v),this.inc("pre",l,v);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",l,v),this.inc("pre",l,v);break;case"release":if(this.prerelease.length===0)throw new Error(`version ${this.raw} is not a prerelease`);this.prerelease.length=0;break;case"major":(this.minor!==0||this.patch!==0||this.prerelease.length===0)&&this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":(this.patch!==0||this.prerelease.length===0)&&this.minor++,this.patch=0,this.prerelease=[];break;case"patch":this.prerelease.length===0&&this.patch++,this.prerelease=[];break;case"pre":{const E=Number(v)?1:0;if(this.prerelease.length===0)this.prerelease=[E];else{let h=this.prerelease.length;for(;--h>=0;)typeof this.prerelease[h]=="number"&&(this.prerelease[h]++,h=-2);if(h===-1){if(l===this.prerelease.join(".")&&v===!1)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(E)}}if(l){let h=[l,E];v===!1&&(h=[l]),s(this.prerelease[0],l)===0?isNaN(this.prerelease[1])&&(this.prerelease=h):this.prerelease=h}break}default:throw new Error(`invalid increment argument: ${c}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}}return po=r,po}var ho,F3;function Hp(){if(F3)return ho;F3=1;const e=xm();return ho=(u,t)=>new e(u,t).major,ho}var Up=Hp();const S3=Za(Up);var Eo,_3;function qp(){if(_3)return Eo;_3=1;const e=xm();return Eo=(u,t,i=!1)=>{if(u instanceof e)return u;try{return new e(u,t)}catch(n){if(!i)return null;throw n}},Eo}var fo,N3;function Yp(){if(N3)return fo;N3=1;const e=qp();return fo=(u,t)=>{const i=e(u,t);return i?i.version:null},fo}var Kp=Yp();const Wp=Za(Kp);class Zp{bus;constructor(u){typeof u.getVersion!="function"||!Wp(u.getVersion())?console.warn("Proxying an event bus with an unknown or invalid version"):S3(u.getVersion())!==S3(this.getVersion())&&console.warn("Proxying an event bus of version "+u.getVersion()+" with "+this.getVersion()),this.bus=u}getVersion(){return"3.3.3"}subscribe(u,t){this.bus.subscribe(u,t)}unsubscribe(u,t){this.bus.unsubscribe(u,t)}emit(u,...t){this.bus.emit(u,...t)}}class Jp{handlers=new Map;getVersion(){return"3.3.3"}subscribe(u,t){this.handlers.set(u,(this.handlers.get(u)||[]).concat(t))}unsubscribe(u,t){this.handlers.set(u,(this.handlers.get(u)||[]).filter(i=>i!==t))}emit(u,...t){(this.handlers.get(u)||[]).forEach(i=>{try{i(t[0])}catch(n){console.error("could not invoke event listener",n)}})}}let Kn=null;function bm(){return Kn!==null?Kn:typeof window>"u"?new Proxy({},{get:()=>()=>console.error("Window not available, EventBus can not be established!")}):(window.OC?._eventBus&&typeof window._nc_event_bus>"u"&&(console.warn("found old event bus instance at OC._eventBus. Update your version!"),window._nc_event_bus=window.OC._eventBus),typeof window?._nc_event_bus<"u"?Kn=new Zp(window._nc_event_bus):Kn=window._nc_event_bus=new Jp,Kn)}function Ss(e,u){bm().subscribe(e,u)}function Co(e,u){bm().unsubscribe(e,u)}class Vs{static GLOBAL_SCOPE_VOLATILE="nextcloud_vol";static GLOBAL_SCOPE_PERSISTENT="nextcloud_per";scope;wrapped;constructor(u,t,i){this.scope=`${i?Vs.GLOBAL_SCOPE_PERSISTENT:Vs.GLOBAL_SCOPE_VOLATILE}_${btoa(u)}_`,this.wrapped=t}scopeKey(u){return`${this.scope}${u}`}setItem(u,t){this.wrapped.setItem(this.scopeKey(u),t)}getItem(u){return this.wrapped.getItem(this.scopeKey(u))}removeItem(u){this.wrapped.removeItem(this.scopeKey(u))}clear(){Object.keys(this.wrapped).filter(u=>u.startsWith(this.scope)).map(this.wrapped.removeItem.bind(this.wrapped))}}class Gp{appId;persisted=!1;clearedOnLogout=!1;constructor(u){this.appId=u}persist(u=!0){return this.persisted=u,this}clearOnLogout(u=!0){return this.clearedOnLogout=u,this}build(){return new Vs(this.appId,this.persisted?window.localStorage:window.sessionStorage,!this.clearedOnLogout)}}function Br(e){return new Gp(e)}let ma;const km=[];function Qp(){return ma===void 0&&(ma=document.head.dataset.requesttoken??null),ma}function Xp(e){km.push(e)}Ss("csrf-token-update",e=>{ma=e.token,km.forEach(u=>{try{u(ma)}catch(t){console.error("Error updating CSRF token observer",t)}})});Br("public").persist().build();let rn;function M3(e,u){return e?e.getAttribute(u):null}function Mn(){if(rn!==void 0)return rn;const e=document?.getElementsByTagName("head")[0];if(!e)return null;const u=M3(e,"data-user");return u===null?(rn=null,rn):(rn={uid:u,displayName:M3(e,"data-user-displayname"),isAdmin:!!window._oc_isadmin},rn)}const Fa=globalThis||void 0||self;function n4(e){const u=Object.create(null);for(const t of e.split(","))u[t]=1;return t=>t in u}const lu={},Bn=[],Wt=()=>{},wm=()=>!1,Ar=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Dr=e=>e.startsWith("onUpdate:"),qu=Object.assign,a4=(e,u)=>{const t=e.indexOf(u);t>-1&&e.splice(t,1)},eh=Object.prototype.hasOwnProperty,gu=(e,u)=>eh.call(e,u),Ue=Array.isArray,An=e=>Ja(e)==="[object Map]",Fm=e=>Ja(e)==="[object Set]",T3=e=>Ja(e)==="[object Date]",Qe=e=>typeof e=="function",bu=e=>typeof e=="string",Tt=e=>typeof e=="symbol",mu=e=>e!==null&&typeof e=="object",Sm=e=>(mu(e)||Qe(e))&&Qe(e.then)&&Qe(e.catch),_m=Object.prototype.toString,Ja=e=>_m.call(e),uh=e=>Ja(e).slice(8,-1),Nm=e=>Ja(e)==="[object Object]",xr=e=>bu(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,va=n4(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),br=e=>{const u=Object.create(null);return(t=>u[t]||(u[t]=e(t)))},th=/-\w/g,rt=br(e=>e.replace(th,u=>u.slice(1).toUpperCase())),ih=/\B([A-Z])/g,G0=br(e=>e.replace(ih,"-$1").toLowerCase()),kr=br(e=>e.charAt(0).toUpperCase()+e.slice(1)),_s=br(e=>e?`on${kr(e)}`:""),it=(e,u)=>!Object.is(e,u),yo=(e,...u)=>{for(let t=0;t{Object.defineProperty(e,u,{configurable:!0,enumerable:!1,writable:i,value:t})},nh=e=>{const u=parseFloat(e);return isNaN(u)?e:u},ah=e=>{const u=bu(e)?Number(e):NaN;return isNaN(u)?e:u};let z3;const Hs=()=>z3||(z3=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof Fa<"u"?Fa:{});function Bu(e){if(Ue(e)){const u={};for(let t=0;t{if(t){const i=t.split(rh);i.length>1&&(u[i[0].trim()]=i[1].trim())}}),u}function Ve(e){let u="";if(bu(e))u=e;else if(Ue(e))for(let t=0;t!!(e&&e.__v_isRef===!0),ze=e=>bu(e)?e:e==null?"":Ue(e)||mu(e)&&(e.toString===_m||!Qe(e.toString))?zm(e)?ze(e.value):JSON.stringify(e,Pm,2):String(e),Pm=(e,u)=>zm(u)?Pm(e,u.value):An(u)?{[`Map(${u.size})`]:[...u.entries()].reduce((t,[i,n],a)=>(t[Bo(i,a)+" =>"]=n,t),{})}:Fm(u)?{[`Set(${u.size})`]:[...u.values()].map(t=>Bo(t))}:Tt(u)?Bo(u):mu(u)&&!Ue(u)&&!Nm(u)?String(u):u,Bo=(e,u="")=>{var t;return Tt(e)?`Symbol(${(t=e.description)!=null?t:u})`:e};function vh(e){return e==null?"initial":typeof e=="string"?e===""?" ":e:String(e)}let ut;class Om{constructor(u=!1){this.detached=u,this._active=!0,this._on=0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.__v_skip=!0,this.parent=ut,!u&&ut&&(this.index=(ut.scopes||(ut.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let u,t;if(this.scopes)for(u=0,t=this.scopes.length;u0&&--this._on===0&&(ut=this.prevScope,this.prevScope=void 0)}stop(u){if(this._active){this._active=!1;let t,i;for(t=0,i=this.effects.length;t0)return;if(pa){let u=pa;for(pa=void 0;u;){const t=u.next;u.next=void 0,u.flags&=-9,u=t}}let e;for(;ga;){let u=ga;for(ga=void 0;u;){const t=u.next;if(u.next=void 0,u.flags&=-9,u.flags&1)try{u.trigger()}catch(i){e||(e=i)}u=t}}if(e)throw e}function jm(e){for(let u=e.deps;u;u=u.nextDep)u.version=-1,u.prevActiveLink=u.dep.activeLink,u.dep.activeLink=u}function Vm(e){let u,t=e.depsTail,i=t;for(;i;){const n=i.prevDep;i.version===-1?(i===t&&(t=n),l4(i),ph(i)):u=i,i.dep.activeLink=i.prevActiveLink,i.prevActiveLink=void 0,i=n}e.deps=u,e.depsTail=t}function vl(e){for(let u=e.deps;u;u=u.nextDep)if(u.dep.version!==u.version||u.dep.computed&&(Hm(u.dep.computed)||u.dep.version!==u.version))return!0;return!!e._dirty}function Hm(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===Sa)||(e.globalVersion=Sa,!e.isSSR&&e.flags&128&&(!e.deps&&!e._dirty||!vl(e))))return;e.flags|=2;const u=e.dep,t=yu,i=Zt;yu=e,Zt=!0;try{jm(e);const n=e.fn(e._value);(u.version===0||it(n,e._value))&&(e.flags|=128,e._value=n,u.version++)}catch(n){throw u.version++,n}finally{yu=t,Zt=i,Vm(e),e.flags&=-3}}function l4(e,u=!1){const{dep:t,prevSub:i,nextSub:n}=e;if(i&&(i.nextSub=n,e.prevSub=void 0),n&&(n.prevSub=i,e.nextSub=void 0),t.subs===e&&(t.subs=i,!i&&t.computed)){t.computed.flags&=-5;for(let a=t.computed.deps;a;a=a.nextDep)l4(a,!0)}!u&&!--t.sc&&t.map&&t.map.delete(t.key)}function ph(e){const{prevDep:u,nextDep:t}=e;u&&(u.nextDep=t,e.prevDep=void 0),t&&(t.prevDep=u,e.nextDep=void 0)}let Zt=!0;const Um=[];function q0(){Um.push(Zt),Zt=!1}function Y0(){const e=Um.pop();Zt=e===void 0?!0:e}function P3(e){const{cleanup:u}=e;if(e.cleanup=void 0,u){const t=yu;yu=void 0;try{u()}finally{yu=t}}}let Sa=0;class hh{constructor(u,t){this.sub=u,this.dep=t,this.version=t.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class Fr{constructor(u){this.computed=u,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0,this.__v_skip=!0}track(u){if(!yu||!Zt||yu===this.computed)return;let t=this.activeLink;if(t===void 0||t.sub!==yu)t=this.activeLink=new hh(yu,this),yu.deps?(t.prevDep=yu.depsTail,yu.depsTail.nextDep=t,yu.depsTail=t):yu.deps=yu.depsTail=t,qm(t);else if(t.version===-1&&(t.version=this.version,t.nextDep)){const i=t.nextDep;i.prevDep=t.prevDep,t.prevDep&&(t.prevDep.nextDep=i),t.prevDep=yu.depsTail,t.nextDep=void 0,yu.depsTail.nextDep=t,yu.depsTail=t,yu.deps===t&&(yu.deps=i)}return t}trigger(u){this.version++,Sa++,this.notify(u)}notify(u){r4();try{for(let t=this.subs;t;t=t.prevSub)t.sub.notify()&&t.sub.dep.notify()}finally{o4()}}}function qm(e){if(e.dep.sc++,e.sub.flags&4){const u=e.dep.computed;if(u&&!e.dep.subs){u.flags|=20;for(let i=u.deps;i;i=i.nextDep)qm(i)}const t=e.dep.subs;t!==e&&(e.prevSub=t,t&&(t.nextSub=e)),e.dep.subs=e}}const Us=new WeakMap,Yi=Symbol(""),gl=Symbol(""),_a=Symbol("");function nt(e,u,t){if(Zt&&yu){let i=Us.get(e);i||Us.set(e,i=new Map);let n=i.get(t);n||(i.set(t,n=new Fr),n.map=i,n.key=t),n.track()}}function I0(e,u,t,i,n,a){const s=Us.get(e);if(!s){Sa++;return}const r=o=>{o&&o.trigger()};if(r4(),u==="clear")s.forEach(r);else{const o=Ue(e),c=o&&xr(t);if(o&&t==="length"){const l=Number(i);s.forEach((v,E)=>{(E==="length"||E===_a||!Tt(E)&&E>=l)&&r(v)})}else switch((t!==void 0||s.has(void 0))&&r(s.get(t)),c&&r(s.get(_a)),u){case"add":o?c&&r(s.get("length")):(r(s.get(Yi)),An(e)&&r(s.get(gl)));break;case"delete":o||(r(s.get(Yi)),An(e)&&r(s.get(gl)));break;case"set":An(e)&&r(s.get(Yi));break}}o4()}function Eh(e,u){const t=Us.get(e);return t&&t.get(u)}function on(e){const u=ou(e);return u===e?u:(nt(u,"iterate",_a),_t(e)?u:u.map(Xt))}function Sr(e){return nt(e=ou(e),"iterate",_a),e}function g0(e,u){return K0(e)?Na(Ki(e)?Xt(u):u):Xt(u)}const fh={__proto__:null,[Symbol.iterator](){return Do(this,Symbol.iterator,e=>g0(this,e))},concat(...e){return on(this).concat(...e.map(u=>Ue(u)?on(u):u))},entries(){return Do(this,"entries",e=>(e[1]=g0(this,e[1]),e))},every(e,u){return N0(this,"every",e,u,void 0,arguments)},filter(e,u){return N0(this,"filter",e,u,t=>t.map(i=>g0(this,i)),arguments)},find(e,u){return N0(this,"find",e,u,t=>g0(this,t),arguments)},findIndex(e,u){return N0(this,"findIndex",e,u,void 0,arguments)},findLast(e,u){return N0(this,"findLast",e,u,t=>g0(this,t),arguments)},findLastIndex(e,u){return N0(this,"findLastIndex",e,u,void 0,arguments)},forEach(e,u){return N0(this,"forEach",e,u,void 0,arguments)},includes(...e){return xo(this,"includes",e)},indexOf(...e){return xo(this,"indexOf",e)},join(e){return on(this).join(e)},lastIndexOf(...e){return xo(this,"lastIndexOf",e)},map(e,u){return N0(this,"map",e,u,void 0,arguments)},pop(){return Wn(this,"pop")},push(...e){return Wn(this,"push",e)},reduce(e,...u){return O3(this,"reduce",e,u)},reduceRight(e,...u){return O3(this,"reduceRight",e,u)},shift(){return Wn(this,"shift")},some(e,u){return N0(this,"some",e,u,void 0,arguments)},splice(...e){return Wn(this,"splice",e)},toReversed(){return on(this).toReversed()},toSorted(e){return on(this).toSorted(e)},toSpliced(...e){return on(this).toSpliced(...e)},unshift(...e){return Wn(this,"unshift",e)},values(){return Do(this,"values",e=>g0(this,e))}};function Do(e,u,t){const i=Sr(e),n=i[u]();return i!==e&&!_t(e)&&(n._next=n.next,n.next=()=>{const a=n._next();return a.done||(a.value=t(a.value)),a}),n}const Ch=Array.prototype;function N0(e,u,t,i,n,a){const s=Sr(e),r=s!==e&&!_t(e),o=s[u];if(o!==Ch[u]){const v=o.apply(e,a);return r?Xt(v):v}let c=t;s!==e&&(r?c=function(v,E){return t.call(this,g0(e,v),E,e)}:t.length>2&&(c=function(v,E){return t.call(this,v,E,e)}));const l=o.call(s,c,i);return r&&n?n(l):l}function O3(e,u,t,i){const n=Sr(e),a=n!==e&&!_t(e);let s=t,r=!1;n!==e&&(a?(r=i.length===0,s=function(c,l,v){return r&&(r=!1,c=g0(e,c)),t.call(this,c,g0(e,l),v,e)}):t.length>3&&(s=function(c,l,v){return t.call(this,c,l,v,e)}));const o=n[u](s,...i);return r?g0(e,o):o}function xo(e,u,t){const i=ou(e);nt(i,"iterate",_a);const n=i[u](...t);return(n===-1||n===!1)&&Nr(t[0])?(t[0]=ou(t[0]),i[u](...t)):n}function Wn(e,u,t=[]){q0(),r4();const i=ou(e)[u].apply(e,t);return o4(),Y0(),i}const yh=n4("__proto__,__v_isRef,__isVue"),Ym=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Tt));function Bh(e){Tt(e)||(e=String(e));const u=ou(this);return nt(u,"has",e),u.hasOwnProperty(e)}class Km{constructor(u=!1,t=!1){this._isReadonly=u,this._isShallow=t}get(u,t,i){if(t==="__v_skip")return u.__v_skip;const n=this._isReadonly,a=this._isShallow;if(t==="__v_isReactive")return!n;if(t==="__v_isReadonly")return n;if(t==="__v_isShallow")return a;if(t==="__v_raw")return i===(n?a?_h:Qm:a?Gm:Jm).get(u)||Object.getPrototypeOf(u)===Object.getPrototypeOf(i)?u:void 0;const s=Ue(u);if(!n){let o;if(s&&(o=fh[t]))return o;if(t==="hasOwnProperty")return Bh}const r=Reflect.get(u,t,ju(u)?u:i);if((Tt(t)?Ym.has(t):yh(t))||(n||nt(u,"get",t),a))return r;if(ju(r)){const o=s&&xr(t)?r:r.value;return n&&mu(o)?qs(o):o}return mu(r)?n?qs(r):Di(r):r}}class Wm extends Km{constructor(u=!1){super(!1,u)}set(u,t,i,n){let a=u[t];const s=Ue(u)&&xr(t);if(!this._isShallow){const c=K0(a);if(!_t(i)&&!K0(i)&&(a=ou(a),i=ou(i)),!s&&ju(a)&&!ju(i))return c||(a.value=i),!0}const r=s?Number(t)e,ms=e=>Reflect.getPrototypeOf(e);function bh(e,u,t){return function(...i){const n=this.__v_raw,a=ou(n),s=An(a),r=e==="entries"||e===Symbol.iterator&&s,o=e==="keys"&&s,c=n[e](...i),l=t?pl:u?Na:Xt;return!u&&nt(a,"iterate",o?gl:Yi),qu(Object.create(c),{next(){const{value:v,done:E}=c.next();return E?{value:v,done:E}:{value:r?[l(v[0]),l(v[1])]:l(v),done:E}}})}}function vs(e){return function(...u){return e==="delete"?!1:e==="clear"?void 0:this}}function kh(e,u){const t={get(i){const n=this.__v_raw,a=ou(n),s=ou(i);e||(it(i,s)&&nt(a,"get",i),nt(a,"get",s));const{has:r}=ms(a),o=u?pl:e?Na:Xt;if(r.call(a,i))return o(n.get(i));if(r.call(a,s))return o(n.get(s));n!==a&&n.get(i)},get size(){const i=this.__v_raw;return!e&&nt(ou(i),"iterate",Yi),i.size},has(i){const n=this.__v_raw,a=ou(n),s=ou(i);return e||(it(i,s)&&nt(a,"has",i),nt(a,"has",s)),i===s?n.has(i):n.has(i)||n.has(s)},forEach(i,n){const a=this,s=a.__v_raw,r=ou(s),o=u?pl:e?Na:Xt;return!e&&nt(r,"iterate",Yi),s.forEach((c,l)=>i.call(n,o(c),o(l),a))}};return qu(t,e?{add:vs("add"),set:vs("set"),delete:vs("delete"),clear:vs("clear")}:{add(i){const n=ou(this),a=ms(n),s=ou(i),r=!u&&!_t(i)&&!K0(i)?s:i;return a.has.call(n,r)||it(i,r)&&a.has.call(n,i)||it(s,r)&&a.has.call(n,s)||(n.add(r),I0(n,"add",r,r)),this},set(i,n){!u&&!_t(n)&&!K0(n)&&(n=ou(n));const a=ou(this),{has:s,get:r}=ms(a);let o=s.call(a,i);o||(i=ou(i),o=s.call(a,i));const c=r.call(a,i);return a.set(i,n),o?it(n,c)&&I0(a,"set",i,n):I0(a,"add",i,n),this},delete(i){const n=ou(this),{has:a,get:s}=ms(n);let r=a.call(n,i);r||(i=ou(i),r=a.call(n,i)),s&&s.call(n,i);const o=n.delete(i);return r&&I0(n,"delete",i,void 0),o},clear(){const i=ou(this),n=i.size!==0,a=i.clear();return n&&I0(i,"clear",void 0,void 0),a}}),["keys","values","entries",Symbol.iterator].forEach(i=>{t[i]=bh(i,e,u)}),t}function _r(e,u){const t=kh(e,u);return(i,n,a)=>n==="__v_isReactive"?!e:n==="__v_isReadonly"?e:n==="__v_raw"?i:Reflect.get(gu(t,n)&&n in i?t:i,n,a)}const wh={get:_r(!1,!1)},Fh={get:_r(!1,!0)},Sh={get:_r(!0,!1)},JF={get:_r(!0,!0)},Jm=new WeakMap,Gm=new WeakMap,Qm=new WeakMap,_h=new WeakMap;function Nh(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Mh(e){return e.__v_skip||!Object.isExtensible(e)?0:Nh(uh(e))}function Di(e){return K0(e)?e:d4(e,!1,Ah,wh,Jm)}function Th(e){return d4(e,!1,xh,Fh,Gm)}function qs(e){return d4(e,!0,Dh,Sh,Qm)}function d4(e,u,t,i,n){if(!mu(e)||e.__v_raw&&!(u&&e.__v_isReactive))return e;const a=Mh(e);if(a===0)return e;const s=n.get(e);if(s)return s;const r=new Proxy(e,a===2?i:t);return n.set(e,r),r}function Ki(e){return K0(e)?Ki(e.__v_raw):!!(e&&e.__v_isReactive)}function K0(e){return!!(e&&e.__v_isReadonly)}function _t(e){return!!(e&&e.__v_isShallow)}function Nr(e){return e?!!e.__v_raw:!1}function ou(e){const u=e&&e.__v_raw;return u?ou(u):e}function zh(e){return!gu(e,"__v_skip")&&Object.isExtensible(e)&&Mm(e,"__v_skip",!0),e}const Xt=e=>mu(e)?Di(e):e,Na=e=>mu(e)?qs(e):e;function ju(e){return e?e.__v_isRef===!0:!1}function ye(e){return Xm(e,!1)}function ha(e){return Xm(e,!0)}function Xm(e,u){return ju(e)?e:new Ph(e,u)}class Ph{constructor(u,t){this.dep=new Fr,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=t?u:ou(u),this._value=t?u:Xt(u),this.__v_isShallow=t}get value(){return this.dep.track(),this._value}set value(u){const t=this._rawValue,i=this.__v_isShallow||_t(u)||K0(u);u=i?u:ou(u),it(u,t)&&(this._rawValue=u,this._value=i?u:Xt(u),this.dep.trigger())}}function k(e){return ju(e)?e.value:e}function yt(e){return Qe(e)?e():k(e)}const Oh={get:(e,u,t)=>u==="__v_raw"?e:k(Reflect.get(e,u,t)),set:(e,u,t,i)=>{const n=e[u];return ju(n)&&!ju(t)?(n.value=t,!0):Reflect.set(e,u,t,i)}};function e1(e){return Ki(e)?e:new Proxy(e,Oh)}class Rh{constructor(u){this.__v_isRef=!0,this._value=void 0;const t=this.dep=new Fr,{get:i,set:n}=u(t.track.bind(t),t.trigger.bind(t));this._get=i,this._set=n}get value(){return this._value=this._get()}set value(u){this._set(u)}}function Ih(e){return new Rh(e)}class Lh{constructor(u,t,i){this._object=u,this._defaultValue=i,this.__v_isRef=!0,this._value=void 0,this._key=Tt(t)?t:String(t),this._raw=ou(u);let n=!0,a=u;if(!Ue(u)||Tt(this._key)||!xr(this._key))do n=!Nr(a)||_t(a);while(n&&(a=a.__v_raw));this._shallow=n}get value(){let u=this._object[this._key];return this._shallow&&(u=k(u)),this._value=u===void 0?this._defaultValue:u}set value(u){if(this._shallow&&ju(this._raw[this._key])){const t=this._object[this._key];if(ju(t)){t.value=u;return}}this._object[this._key]=u}get dep(){return Eh(this._raw,this._key)}}class $h{constructor(u){this._getter=u,this.__v_isRef=!0,this.__v_isReadonly=!0,this._value=void 0}get value(){return this._value=this._getter()}}function Ma(e,u,t){return ju(e)?e:Qe(e)?new $h(e):mu(e)&&arguments.length>1?jh(e,u,t):ye(e)}function jh(e,u,t){return new Lh(e,u,t)}class Vh{constructor(u,t,i){this.fn=u,this.setter=t,this._value=void 0,this.dep=new Fr(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=Sa-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!t,this.isSSR=i}notify(){if(this.flags|=16,!(this.flags&8)&&yu!==this)return $m(this,!0),!0}get value(){const u=this.dep.track();return Hm(this),u&&(u.version=this.dep.version),this._value}set value(u){this.setter&&this.setter(u)}}function Hh(e,u,t=!1){let i,n;return Qe(e)?i=e:(i=e.get,n=e.set),new Vh(i,n,t)}const gs={},Ys=new WeakMap;let Ii;function Uh(e,u=!1,t=Ii){if(t){let i=Ys.get(t);i||Ys.set(t,i=[]),i.push(e)}}function qh(e,u,t=lu){const{immediate:i,deep:n,once:a,scheduler:s,augmentJob:r,call:o}=t,c=T=>n?T:_t(T)||n===!1||n===0?L0(T,1):L0(T);let l,v,E,h,C=!1,p=!1;if(ju(e)?(v=()=>e.value,C=_t(e)):Ki(e)?(v=()=>c(e),C=!0):Ue(e)?(p=!0,C=e.some(T=>Ki(T)||_t(T)),v=()=>e.map(T=>{if(ju(T))return T.value;if(Ki(T))return c(T);if(Qe(T))return o?o(T,2):T()})):Qe(e)?u?v=o?()=>o(e,2):e:v=()=>{if(E){q0();try{E()}finally{Y0()}}const T=Ii;Ii=l;try{return o?o(e,3,[h]):e(h)}finally{Ii=T}}:v=Wt,u&&n){const T=v,ie=n===!0?1/0:n;v=()=>L0(T(),ie)}const B=wr(),x=()=>{l.stop(),B&&B.active&&a4(B.effects,l)};if(a&&u){const T=u;u=(...ie)=>{T(...ie),x()}}let D=p?new Array(e.length).fill(gs):gs;const S=T=>{if(!(!(l.flags&1)||!l.dirty&&!T))if(u){const ie=l.run();if(n||C||(p?ie.some((j,K)=>it(j,D[K])):it(ie,D))){E&&E();const j=Ii;Ii=l;try{const K=[ie,D===gs?void 0:p&&D[0]===gs?[]:D,h];D=ie,o?o(u,3,K):u(...K)}finally{Ii=j}}}else l.run()};return r&&r(S),l=new Im(v),l.scheduler=s?()=>s(S,!1):S,h=T=>Uh(T,!1,l),E=l.onStop=()=>{const T=Ys.get(l);if(T){if(o)o(T,4);else for(const ie of T)ie();Ys.delete(l)}},u?i?S(!0):D=l.run():s?s(S.bind(null,!0),!0):l.run(),x.pause=l.pause.bind(l),x.resume=l.resume.bind(l),x.stop=x,x}function L0(e,u=1/0,t){if(u<=0||!mu(e)||e.__v_skip||(t=t||new Map,(t.get(e)||0)>=u))return e;if(t.set(e,u),u--,ju(e))L0(e.value,u,t);else if(Ue(e))for(let i=0;i{L0(i,u,t)});else if(Nm(e)){for(const i in e)L0(e[i],u,t);for(const i of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,i)&&L0(e[i],u,t)}return e}function Ga(e,u,t,i){try{return i?e(...i):e()}catch(n){Mr(n,u,t)}}function e0(e,u,t,i){if(Qe(e)){const n=Ga(e,u,t,i);return n&&Sm(n)&&n.catch(a=>{Mr(a,u,t)}),n}if(Ue(e)){const n=[];for(let a=0;a>>1,n=pt[i],a=Ta(n);a=Ta(t)?pt.push(e):pt.splice(Kh(u),0,e),e.flags|=1,t1()}}function t1(){Ks||(Ks=u1.then(a1))}function i1(e){Ue(e)?Dn.push(...e):si&&e.id===-1?si.splice(pn+1,0,e):e.flags&1||(Dn.push(e),e.flags|=1),t1()}function R3(e,u,t=d0+1){for(;tTa(t)-Ta(i));if(Dn.length=0,si){si.push(...u);return}for(si=u,pn=0;pne.id==null?e.flags&2?-1:1/0:e.id;function a1(e){try{for(d0=0;d0Te;function Te(e,u=Xu,t){if(!u||e._n)return e;const i=(...n)=>{i._d&&Xs(-1);const a=Ws(u);let s;try{s=e(...n)}finally{Ws(a),i._d&&Xs(1)}return s};return i._n=!0,i._c=!0,i._d=!0,i}function Lt(e,u){if(Xu===null)return e;const t=Lr(Xu),i=e.dirs||(e.dirs=[]);for(let n=0;n1)return t&&Qe(u)?u.call(i&&i.proxy):u}}function s1(){return!!(k0()||Wi)}const Qh=Symbol.for("v-scx"),Xh=()=>Nt(Qh);function e2(e,u){return zr(e,null,u)}function u2(e,u){return zr(e,null,{flush:"sync"})}function Nu(e,u,t){return zr(e,u,t)}function zr(e,u,t=lu){const{immediate:i,deep:n,flush:a,once:s}=t,r=qu({},t),o=u&&i||!u&&a!=="post";let c;if(Ia){if(a==="sync"){const h=Xh();c=h.__watcherHandles||(h.__watcherHandles=[])}else if(!o){const h=()=>{};return h.stop=Wt,h.resume=Wt,h.pause=Wt,h}}const l=at;r.call=(h,C,p)=>e0(h,l,C,p);let v=!1;a==="post"?r.scheduler=h=>{vt(h,l&&l.suspense)}:a!=="sync"&&(v=!0,r.scheduler=(h,C)=>{C?h():c4(h)}),r.augmentJob=h=>{u&&(h.flags|=4),v&&(h.flags|=2,l&&(h.id=l.uid,h.i=l))};const E=qh(e,u,r);return Ia&&(c?c.push(E):o&&E()),E}function t2(e,u,t){const i=this.proxy,n=bu(e)?e.includes(".")?r1(i,e):()=>i[e]:e.bind(i,i);let a;Qe(u)?a=u:(a=u.handler,t=u);const s=Xa(this),r=zr(n,a.bind(i),t);return s(),r}function r1(e,u){const t=u.split(".");return()=>{let i=e;for(let n=0;ne.__isTeleport,$i=e=>e&&(e.disabled||e.disabled===""),i2=e=>e&&(e.defer||e.defer===""),I3=e=>typeof SVGElement<"u"&&e instanceof SVGElement,L3=e=>typeof MathMLElement=="function"&&e instanceof MathMLElement,hl=(e,u)=>{const t=e&&e.to;return bu(t)?u?u(t):null:t},n2={name:"Teleport",__isTeleport:!0,process(e,u,t,i,n,a,s,r,o,c){const{mc:l,pc:v,pbc:E,o:{insert:h,querySelector:C,createText:p,createComment:B}}=c,x=$i(u.props);let{dynamicChildren:D}=u;const S=(j,K,se)=>{j.shapeFlag&16&&l(j.children,K,se,n,a,s,r,o)},T=(j=u)=>{const K=$i(j.props),se=j.target=hl(j.props,C),Z=El(se,j,p,h);se&&(s!=="svg"&&I3(se)?s="svg":s!=="mathml"&&L3(se)&&(s="mathml"),n&&n.isCE&&(n.ce._teleportTargets||(n.ce._teleportTargets=new Set)).add(se),K||(S(j,se,Z),oa(j,!1)))},ie=j=>{const K=()=>{_i.get(j)===K&&(_i.delete(j),$i(j.props)&&(S(j,t,j.anchor),oa(j,!0)),T(j))};_i.set(j,K),vt(K,a)};if(e==null){const j=u.el=p(""),K=u.anchor=p("");if(h(j,t,i),h(K,t,i),i2(u.props)||a&&a.pendingBranch){ie(u);return}x&&(S(u,t,K),oa(u,!0)),T()}else{u.el=e.el;const j=u.anchor=e.anchor,K=_i.get(e);if(K){K.flags|=8,_i.delete(e),ie(u);return}u.targetStart=e.targetStart;const se=u.target=e.target,Z=u.targetAnchor=e.targetAnchor,ee=$i(e.props),oe=ee?t:se,N=ee?j:Z;if(s==="svg"||I3(se)?s="svg":(s==="mathml"||L3(se))&&(s="mathml"),D?(E(e.dynamicChildren,D,oe,n,a,s,r),E4(e,u,!0)):o||v(e,u,oe,N,n,a,s,r,!1),x)ee?u.props&&e.props&&u.props.to!==e.props.to&&(u.props.to=e.props.to):ps(u,t,j,c,1);else if((u.props&&u.props.to)!==(e.props&&e.props.to)){const Y=u.target=hl(u.props,C);Y&&ps(u,Y,null,c,0)}else ee&&ps(u,se,Z,c,1);oa(u,x)}},remove(e,u,t,{um:i,o:{remove:n}},a){const{shapeFlag:s,children:r,anchor:o,targetStart:c,targetAnchor:l,target:v,props:E}=e;let h=a||!$i(E);const C=_i.get(e);if(C&&(C.flags|=8,_i.delete(e),h=!1),v&&(n(c),n(l)),a&&n(o),s&16)for(let p=0;p{e.isMounted=!0}),f1(()=>{e.isUnmounting=!0}),e}const zt=[Function,Array],d1={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:zt,onEnter:zt,onAfterEnter:zt,onEnterCancelled:zt,onBeforeLeave:zt,onLeave:zt,onAfterLeave:zt,onLeaveCancelled:zt,onBeforeAppear:zt,onAppear:zt,onAfterAppear:zt,onAppearCancelled:zt},c1=e=>{const u=e.subTree;return u.component?c1(u.component):u},o2={name:"BaseTransition",props:d1,setup(e,{slots:u}){const t=k0(),i=r2();return()=>{const n=u.default&&g1(u.default(),!0);if(!n||!n.length)return;const a=m1(n),s=ou(e),{mode:r}=s;if(i.isLeaving)return bo(a);const o=$3(a);if(!o)return bo(a);let c=fl(o,s,i,t,v=>c=v);o.type!==Qu&&za(o,c);let l=t.subTree&&$3(t.subTree);if(l&&l.type!==Qu&&!ji(l,o)&&c1(t).type!==Qu){let v=fl(l,s,i,t);if(za(l,v),r==="out-in"&&o.type!==Qu)return i.isLeaving=!0,v.afterLeave=()=>{i.isLeaving=!1,t.job.flags&8||t.update(),delete v.afterLeave,l=void 0},bo(a);r==="in-out"&&o.type!==Qu?v.delayLeave=(E,h,C)=>{const p=v1(i,l);p[String(l.key)]=l,E[v0]=()=>{h(),E[v0]=void 0,delete c.delayedLeave,l=void 0},c.delayedLeave=()=>{C(),delete c.delayedLeave,l=void 0}}:l=void 0}else l&&(l=void 0);return a}}};function m1(e){let u=e[0];if(e.length>1){for(const t of e)if(t.type!==Qu){u=t;break}}return u}const l2=o2;function v1(e,u){const{leavingVNodes:t}=e;let i=t.get(u.type);return i||(i=Object.create(null),t.set(u.type,i)),i}function fl(e,u,t,i,n){const{appear:a,mode:s,persisted:r=!1,onBeforeEnter:o,onEnter:c,onAfterEnter:l,onEnterCancelled:v,onBeforeLeave:E,onLeave:h,onAfterLeave:C,onLeaveCancelled:p,onBeforeAppear:B,onAppear:x,onAfterAppear:D,onAppearCancelled:S}=u,T=String(e.key),ie=v1(t,e),j=(Z,ee)=>{Z&&e0(Z,i,9,ee)},K=(Z,ee)=>{const oe=ee[1];j(Z,ee),Ue(Z)?Z.every(N=>N.length<=1)&&oe():Z.length<=1&&oe()},se={mode:s,persisted:r,beforeEnter(Z){let ee=o;if(!t.isMounted)if(a)ee=B||o;else return;Z[v0]&&Z[v0](!0);const oe=ie[T];oe&&ji(e,oe)&&oe.el[v0]&&oe.el[v0](),j(ee,[Z])},enter(Z){if(ie[T]===e)return;let ee=c,oe=l,N=v;if(!t.isMounted)if(a)ee=x||c,oe=D||l,N=S||v;else return;let Y=!1;Z[Zn]=V=>{Y||(Y=!0,V?j(N,[Z]):j(oe,[Z]),se.delayedLeave&&se.delayedLeave(),Z[Zn]=void 0)};const _=Z[Zn].bind(null,!1);ee?K(ee,[Z,_]):_()},leave(Z,ee){const oe=String(e.key);if(Z[Zn]&&Z[Zn](!0),t.isUnmounting)return ee();j(E,[Z]);let N=!1;Z[v0]=_=>{N||(N=!0,ee(),_?j(p,[Z]):j(C,[Z]),Z[v0]=void 0,ie[oe]===e&&delete ie[oe])};const Y=Z[v0].bind(null,!1);ie[oe]=e,h?K(h,[Z,Y]):Y()},clone(Z){const ee=fl(Z,u,t,i,n);return n&&n(ee),ee}};return se}function bo(e){if(Pr(e))return e=Ei(e),e.children=null,e}function $3(e){if(!Pr(e))return l1(e.type)&&e.children?m1(e.children):e;if(e.component)return e.component.subTree;const{shapeFlag:u,children:t}=e;if(t){if(u&16)return t[0];if(u&32&&Qe(t.default))return t.default()}}function za(e,u){e.shapeFlag&6&&e.component?(e.transition=u,za(e.component.subTree,u)):e.shapeFlag&128?(e.ssContent.transition=u.clone(e.ssContent),e.ssFallback.transition=u.clone(e.ssFallback)):e.transition=u}function g1(e,u=!1,t){let i=[],n=0;for(let a=0;a1)for(let a=0;at.value,set:n=>t.value=n})}return t}function j3(e,u){let t;return!!((t=Object.getOwnPropertyDescriptor(e,u))&&!t.configurable)}const Zs=new WeakMap;function Ea(e,u,t,i,n=!1){if(Ue(e)){e.forEach((p,B)=>Ea(p,u&&(Ue(u)?u[B]:u),t,i,n));return}if(xn(i)&&!n){i.shapeFlag&512&&i.type.__asyncResolved&&i.component.subTree.component&&Ea(e,u,t,i.component.subTree);return}const a=i.shapeFlag&4?Lr(i.component):i.el,s=n?null:a,{i:r,r:o}=e,c=u&&u.r,l=r.refs===lu?r.refs={}:r.refs,v=r.setupState,E=ou(v),h=v===lu?wm:p=>j3(l,p)?!1:gu(E,p),C=(p,B)=>!(B&&j3(l,B));if(c!=null&&c!==o){if(V3(u),bu(c))l[c]=null,h(c)&&(v[c]=null);else if(ju(c)){const p=u;C(c,p.k)&&(c.value=null),p.k&&(l[p.k]=null)}}if(Qe(o))Ga(o,r,12,[s,l]);else{const p=bu(o),B=ju(o);if(p||B){const x=()=>{if(e.f){const D=p?h(o)?v[o]:l[o]:C()||!e.k?o.value:l[e.k];if(n)Ue(D)&&a4(D,a);else if(Ue(D))D.includes(a)||D.push(a);else if(p)l[o]=[a],h(o)&&(v[o]=l[o]);else{const S=[a];C(o,e.k)&&(o.value=S),e.k&&(l[e.k]=S)}}else p?(l[o]=s,h(o)&&(v[o]=s)):B&&(C(o,e.k)&&(o.value=s),e.k&&(l[e.k]=s))};if(s){const D=()=>{x(),Zs.delete(e)};D.id=-1,Zs.set(e,D),vt(D,t)}else V3(e),x()}}}function V3(e){const u=Zs.get(e);u&&(u.flags|=8,Zs.delete(e))}Hs().requestIdleCallback,Hs().cancelIdleCallback;const xn=e=>!!e.type.__asyncLoader,Pr=e=>e.type.__isKeepAlive;function d2(e,u){E1(e,"a",u)}function c2(e,u){E1(e,"da",u)}function E1(e,u,t=at){const i=e.__wdc||(e.__wdc=()=>{let n=t;for(;n;){if(n.isDeactivated)return;n=n.parent}return e()});if(Or(u,i,t),t){let n=t.parent;for(;n&&n.parent;)Pr(n.parent.vnode)&&m2(i,u,t,n),n=n.parent}}function m2(e,u,t,i){const n=Or(u,e,i,!0);b0(()=>{a4(i[u],n)},t)}function Or(e,u,t=at,i=!1){if(t){const n=t[e]||(t[e]=[]),a=u.__weh||(u.__weh=(...s)=>{q0();const r=Xa(t),o=e0(u,t,e,s);return r(),Y0(),o});return i?n.unshift(a):n.push(a),a}}const Q0=e=>(u,t=at)=>{(!Ia||e==="sp")&&Or(e,(...i)=>u(...i),t)},v2=Q0("bm"),xu=Q0("m"),m4=Q0("bu"),g2=Q0("u"),f1=Q0("bum"),b0=Q0("um"),p2=Q0("sp"),h2=Q0("rtg"),E2=Q0("rtc");function f2(e,u=at){Or("ec",e,u)}const v4="components",C2="directives";function Iu(e,u){return g4(v4,e,!0,u)||e}const C1=Symbol.for("v-ndc");function Jt(e){return bu(e)?g4(v4,e,!1)||e:e||C1}function y1(e){return g4(C2,e)}function g4(e,u,t=!0,i=!1){const n=Xu||at;if(n){const a=n.type;if(e===v4){const r=e6(a,!1);if(r&&(r===u||r===rt(u)||r===kr(rt(u))))return a}const s=H3(n[e]||a[e],u)||H3(n.appContext[e],u);return!s&&i?a:s}}function H3(e,u){return e&&(e[u]||e[rt(u)]||e[kr(rt(u))])}function cu(e,u,t,i){let n;const a=t,s=Ue(e);if(s||bu(e)){const r=s&&Ki(e);let o=!1,c=!1;r&&(o=!_t(e),c=K0(e),e=Sr(e)),n=new Array(e.length);for(let l=0,v=e.length;lu(r,o,void 0,a));else{const r=Object.keys(e);n=new Array(r.length);for(let o=0,c=r.length;o{const a=i.fn(...n);return a&&(a.key=i.key),a}:i.fn)}return e}function xe(e,u,t={},i,n){if(Xu.ce||Xu.parent&&xn(Xu.parent)&&Xu.parent.ce){const c=Object.keys(t).length>0;return u!=="default"&&(t.name=u),w(),Ne(je,null,[Ke("slot",t,i&&i())],c?-2:64)}let a=e[u];a&&a._c&&(a._d=!1),w();const s=a&&B1(a(t)),r=t.key||s&&s.key,o=Ne(je,{key:(r&&!Tt(r)?r:`_${u}`)+(!s&&i?"_fb":"")},s||(i?i():[]),s&&e._===1?64:-2);return!n&&o.scopeId&&(o.slotScopeIds=[o.scopeId+"-s"]),a&&a._c&&(a._d=!0),o}function B1(e){return e.some(u=>Ra(u)?!(u.type===Qu||u.type===je&&!B1(u.children)):!0)?e:null}function Js(e,u){const t={};for(const i in e)t[u&&/[A-Z]/.test(i)?`on:${i}`:_s(i)]=e[i];return t}const Cl=e=>e?H1(e)?Lr(e):Cl(e.parent):null,fa=qu(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>Cl(e.parent),$root:e=>Cl(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>b1(e),$forceUpdate:e=>e.f||(e.f=()=>{c4(e.update)}),$nextTick:e=>e.n||(e.n=ot.bind(e.proxy)),$watch:e=>t2.bind(e)}),ko=(e,u)=>e!==lu&&!e.__isScriptSetup&&gu(e,u),y2={get({_:e},u){if(u==="__v_skip")return!0;const{ctx:t,setupState:i,data:n,props:a,accessCache:s,type:r,appContext:o}=e;if(u[0]!=="$"){const E=s[u];if(E!==void 0)switch(E){case 1:return i[u];case 2:return n[u];case 4:return t[u];case 3:return a[u]}else{if(ko(i,u))return s[u]=1,i[u];if(n!==lu&&gu(n,u))return s[u]=2,n[u];if(gu(a,u))return s[u]=3,a[u];if(t!==lu&&gu(t,u))return s[u]=4,t[u];yl&&(s[u]=0)}}const c=fa[u];let l,v;if(c)return u==="$attrs"&&nt(e.attrs,"get",""),c(e);if((l=r.__cssModules)&&(l=l[u]))return l;if(t!==lu&&gu(t,u))return s[u]=4,t[u];if(v=o.config.globalProperties,gu(v,u))return v[u]},set({_:e},u,t){const{data:i,setupState:n,ctx:a}=e;return ko(n,u)?(n[u]=t,!0):i!==lu&&gu(i,u)?(i[u]=t,!0):gu(e.props,u)||u[0]==="$"&&u.slice(1)in e?!1:(a[u]=t,!0)},has({_:{data:e,setupState:u,accessCache:t,ctx:i,appContext:n,props:a,type:s}},r){let o;return!!(t[r]||e!==lu&&r[0]!=="$"&&gu(e,r)||ko(u,r)||gu(a,r)||gu(i,r)||gu(fa,r)||gu(n.config.globalProperties,r)||(o=s.__cssModules)&&o[r])},defineProperty(e,u,t){return t.get!=null?e._.accessCache[u]=0:gu(t,"value")&&this.set(e,u,t.value,null),Reflect.defineProperty(e,u,t)}};function nn(){return D1().slots}function A1(){return D1().attrs}function D1(e){const u=k0();return u.setupContext||(u.setupContext=q1(u))}function Gs(e){return Ue(e)?e.reduce((u,t)=>(u[t]=null,u),{}):e}function Pa(e,u){return!e||!u?e||u:Ue(e)&&Ue(u)?e.concat(u):qu({},Gs(e),Gs(u))}let yl=!0;function B2(e){const u=b1(e),t=e.proxy,i=e.ctx;yl=!1,u.beforeCreate&&U3(u.beforeCreate,e,"bc");const{data:n,computed:a,methods:s,watch:r,provide:o,inject:c,created:l,beforeMount:v,mounted:E,beforeUpdate:h,updated:C,activated:p,deactivated:B,beforeDestroy:x,beforeUnmount:D,destroyed:S,unmounted:T,render:ie,renderTracked:j,renderTriggered:K,errorCaptured:se,serverPrefetch:Z,expose:ee,inheritAttrs:oe,components:N,directives:Y,filters:_}=u;if(c&&A2(c,i,null),s)for(const z in s){const W=s[z];Qe(W)&&(i[z]=W.bind(t))}if(n){const z=n.call(t,t);mu(z)&&(e.data=Di(z))}if(yl=!0,a)for(const z in a){const W=a[z],ae=Qe(W)?W.bind(t,t):Qe(W.get)?W.get.bind(t,t):Wt,ne=!Qe(W)&&Qe(W.set)?W.set.bind(t):Wt,ve=pe({get:ae,set:ne});Object.defineProperty(i,z,{enumerable:!0,configurable:!0,get:()=>ve.value,set:G=>ve.value=G})}if(r)for(const z in r)x1(r[z],i,t,z);if(o){const z=Qe(o)?o.call(t):o;Reflect.ownKeys(z).forEach(W=>{Gh(W,z[W])})}l&&U3(l,e,"c");function V(z,W){Ue(W)?W.forEach(ae=>z(ae.bind(t))):W&&z(W.bind(t))}if(V(v2,v),V(xu,E),V(m4,h),V(g2,C),V(d2,p),V(c2,B),V(f2,se),V(E2,j),V(h2,K),V(f1,D),V(b0,T),V(p2,Z),Ue(ee))if(ee.length){const z=e.exposed||(e.exposed={});ee.forEach(W=>{Object.defineProperty(z,W,{get:()=>t[W],set:ae=>t[W]=ae,enumerable:!0})})}else e.exposed||(e.exposed={});ie&&e.render===Wt&&(e.render=ie),oe!=null&&(e.inheritAttrs=oe),N&&(e.components=N),Y&&(e.directives=Y),Z&&p1(e)}function A2(e,u,t=Wt){Ue(e)&&(e=Bl(e));for(const i in e){const n=e[i];let a;mu(n)?"default"in n?a=Nt(n.from||i,n.default,!0):a=Nt(n.from||i):a=Nt(n),ju(a)?Object.defineProperty(u,i,{enumerable:!0,configurable:!0,get:()=>a.value,set:s=>a.value=s}):u[i]=a}}function U3(e,u,t){e0(Ue(e)?e.map(i=>i.bind(u.proxy)):e.bind(u.proxy),u,t)}function x1(e,u,t,i){let n=i.includes(".")?r1(t,i):()=>t[i];if(bu(e)){const a=u[e];Qe(a)&&Nu(n,a)}else if(Qe(e))Nu(n,e.bind(t));else if(mu(e))if(Ue(e))e.forEach(a=>x1(a,u,t,i));else{const a=Qe(e.handler)?e.handler.bind(t):u[e.handler];Qe(a)&&Nu(n,a,e)}}function b1(e){const u=e.type,{mixins:t,extends:i}=u,{mixins:n,optionsCache:a,config:{optionMergeStrategies:s}}=e.appContext,r=a.get(u);let o;return r?o=r:!n.length&&!t&&!i?o=u:(o={},n.length&&n.forEach(c=>Qs(o,c,s,!0)),Qs(o,u,s)),mu(u)&&a.set(u,o),o}function Qs(e,u,t,i=!1){const{mixins:n,extends:a}=u;a&&Qs(e,a,t,!0),n&&n.forEach(s=>Qs(e,s,t,!0));for(const s in u)if(!(i&&s==="expose")){const r=D2[s]||t&&t[s];e[s]=r?r(e[s],u[s]):u[s]}return e}const D2={data:q3,props:Y3,emits:Y3,methods:la,computed:la,beforeCreate:ct,created:ct,beforeMount:ct,mounted:ct,beforeUpdate:ct,updated:ct,beforeDestroy:ct,beforeUnmount:ct,destroyed:ct,unmounted:ct,activated:ct,deactivated:ct,errorCaptured:ct,serverPrefetch:ct,components:la,directives:la,watch:b2,provide:q3,inject:x2};function q3(e,u){return u?e?function(){return qu(Qe(e)?e.call(this,this):e,Qe(u)?u.call(this,this):u)}:u:e}function x2(e,u){return la(Bl(e),Bl(u))}function Bl(e){if(Ue(e)){const u={};for(let t=0;t{let l,v=lu,E;return u2(()=>{const h=e[n];it(l,h)&&(l=h,c())}),{get(){return o(),t.get?t.get(l):l},set(h){const C=t.set?t.set(h):h;if(!it(C,l)&&!(v!==lu&&it(h,v)))return;const p=i.vnode.props;p&&(u in p||n in p||a in p)&&(`onUpdate:${u}`in p||`onUpdate:${n}`in p||`onUpdate:${a}`in p)||(l=h,c()),i.emit(`update:${u}`,C),it(h,C)&&it(h,v)&&!it(C,E)&&c(),v=h,E=C}}});return r[Symbol.iterator]=()=>{let o=0;return{next(){return o<2?{value:o++?s||lu:r,done:!1}:{done:!0}}}},r}const w1=(e,u)=>u==="modelValue"||u==="model-value"?e.modelModifiers:e[`${u}Modifiers`]||e[`${rt(u)}Modifiers`]||e[`${G0(u)}Modifiers`];function F2(e,u,...t){if(e.isUnmounted)return;const i=e.vnode.props||lu;let n=t;const a=u.startsWith("update:"),s=a&&w1(i,u.slice(7));s&&(s.trim&&(n=t.map(l=>bu(l)?l.trim():l)),s.number&&(n=t.map(nh)));let r,o=i[r=_s(u)]||i[r=_s(rt(u))];!o&&a&&(o=i[r=_s(G0(u))]),o&&e0(o,e,6,n);const c=i[r+"Once"];if(c){if(!e.emitted)e.emitted={};else if(e.emitted[r])return;e.emitted[r]=!0,e0(c,e,6,n)}}const S2=new WeakMap;function F1(e,u,t=!1){const i=t?S2:u.emitsCache,n=i.get(e);if(n!==void 0)return n;const a=e.emits;let s={},r=!1;if(!Qe(e)){const o=c=>{const l=F1(c,u,!0);l&&(r=!0,qu(s,l))};!t&&u.mixins.length&&u.mixins.forEach(o),e.extends&&o(e.extends),e.mixins&&e.mixins.forEach(o)}return!a&&!r?(mu(e)&&i.set(e,null),null):(Ue(a)?a.forEach(o=>s[o]=null):qu(s,a),mu(e)&&i.set(e,s),s)}function Ir(e,u){return!e||!Ar(u)?!1:(u=u.slice(2).replace(/Once$/,""),gu(e,u[0].toLowerCase()+u.slice(1))||gu(e,G0(u))||gu(e,u))}function K3(e){const{type:u,vnode:t,proxy:i,withProxy:n,propsOptions:[a],slots:s,attrs:r,emit:o,render:c,renderCache:l,props:v,data:E,setupState:h,ctx:C,inheritAttrs:p}=e,B=Ws(e);let x,D;try{if(t.shapeFlag&4){const T=n||i,ie=T;x=p0(c.call(ie,T,l,v,h,E,C)),D=r}else{const T=u;x=p0(T.length>1?T(v,{attrs:r,slots:s,emit:o}):T(v,null)),D=u.props?r:_2(r)}}catch(T){ya.length=0,Mr(T,e,1),x=Ke(Qu)}let S=x;if(D&&p!==!1){const T=Object.keys(D),{shapeFlag:ie}=S;T.length&&ie&7&&(a&&T.some(Dr)&&(D=N2(D,a)),S=Ei(S,D,!1,!0))}return t.dirs&&(S=Ei(S,null,!1,!0),S.dirs=S.dirs?S.dirs.concat(t.dirs):t.dirs),t.transition&&za(S,t.transition),x=S,Ws(B),x}const _2=e=>{let u;for(const t in e)(t==="class"||t==="style"||Ar(t))&&((u||(u={}))[t]=e[t]);return u},N2=(e,u)=>{const t={};for(const i in e)(!Dr(i)||!(i.slice(9)in u))&&(t[i]=e[i]);return t};function M2(e,u,t){const{props:i,children:n,component:a}=e,{props:s,children:r,patchFlag:o}=u,c=a.emitsOptions;if(u.dirs||u.transition)return!0;if(t&&o>=0){if(o&1024)return!0;if(o&16)return i?W3(i,s,c):!!s;if(o&8){const l=u.dynamicProps;for(let v=0;vObject.create(_1),M1=e=>Object.getPrototypeOf(e)===_1;function z2(e,u,t,i=!1){const n={},a=N1();e.propsDefaults=Object.create(null),T1(e,u,n,a);for(const s in e.propsOptions[0])s in n||(n[s]=void 0);t?e.props=i?n:Th(n):e.type.props?e.props=n:e.props=a,e.attrs=a}function P2(e,u,t,i){const{props:n,attrs:a,vnode:{patchFlag:s}}=e,r=ou(n),[o]=e.propsOptions;let c=!1;if((i||s>0)&&!(s&16)){if(s&8){const l=e.vnode.dynamicProps;for(let v=0;v{o=!0;const[E,h]=z1(v,u,!0);qu(s,E),h&&r.push(...h)};!t&&u.mixins.length&&u.mixins.forEach(l),e.extends&&l(e.extends),e.mixins&&e.mixins.forEach(l)}if(!a&&!o)return mu(e)&&i.set(e,Bn),Bn;if(Ue(a))for(let l=0;le==="_"||e==="_ctx"||e==="$stable",h4=e=>Ue(e)?e.map(p0):[p0(e)],R2=(e,u,t)=>{if(u._n)return u;const i=Te((...n)=>h4(u(...n)),t);return i._c=!1,i},P1=(e,u,t)=>{const i=e._ctx;for(const n in e){if(p4(n))continue;const a=e[n];if(Qe(a))u[n]=R2(n,a,i);else if(a!=null){const s=h4(a);u[n]=()=>s}}},O1=(e,u)=>{const t=h4(u);e.slots.default=()=>t},R1=(e,u,t)=>{for(const i in u)(t||!p4(i))&&(e[i]=u[i])},I2=(e,u,t)=>{const i=e.slots=N1();if(e.vnode.shapeFlag&32){const n=u._;n?(R1(i,u,t),t&&Mm(i,"_",n,!0)):P1(u,i)}else u&&O1(e,u)},L2=(e,u,t)=>{const{vnode:i,slots:n}=e;let a=!0,s=lu;if(i.shapeFlag&32){const r=u._;r?t&&r===1?a=!1:R1(n,u,t):(a=!u.$stable,P1(u,n)),s=u}else u&&(O1(e,u),s={default:1});if(a)for(const r in n)!p4(r)&&s[r]==null&&delete n[r]},vt=U2;function $2(e){return j2(e)}function j2(e,u){const t=Hs();t.__VUE__=!0;const{insert:i,remove:n,patchProp:a,createElement:s,createText:r,createComment:o,setText:c,setElementText:l,parentNode:v,nextSibling:E,setScopeId:h=Wt,insertStaticContent:C}=e,p=(A,I,L,ue=null,y=null,te=null,H=void 0,fe=null,ce=!!I.dynamicChildren)=>{if(A===I)return;A&&!ji(A,I)&&(ue=R(A),be(A,y,te,!0),A=null),I.patchFlag===-2&&(ce=!1,I.dynamicChildren=null);const{type:Ce,ref:Se,shapeFlag:Me}=I;switch(Ce){case Qa:B(A,I,L,ue);break;case Qu:x(A,I,L,ue);break;case Ca:A==null&&D(I,L,ue,H);break;case je:N(A,I,L,ue,y,te,H,fe,ce);break;default:Me&1?ie(A,I,L,ue,y,te,H,fe,ce):Me&6?Y(A,I,L,ue,y,te,H,fe,ce):(Me&64||Me&128)&&Ce.process(A,I,L,ue,y,te,H,fe,ce,We)}Se!=null&&y?Ea(Se,A&&A.ref,te,I||A,!I):Se==null&&A&&A.ref!=null&&Ea(A.ref,null,te,A,!0)},B=(A,I,L,ue)=>{if(A==null)i(I.el=r(I.children),L,ue);else{const y=I.el=A.el;I.children!==A.children&&c(y,I.children)}},x=(A,I,L,ue)=>{A==null?i(I.el=o(I.children||""),L,ue):I.el=A.el},D=(A,I,L,ue)=>{[A.el,A.anchor]=C(A.children,I,L,ue,A.el,A.anchor)},S=({el:A,anchor:I},L,ue)=>{let y;for(;A&&A!==I;)y=E(A),i(A,L,ue),A=y;i(I,L,ue)},T=({el:A,anchor:I})=>{let L;for(;A&&A!==I;)L=E(A),n(A),A=L;n(I)},ie=(A,I,L,ue,y,te,H,fe,ce)=>{if(I.type==="svg"?H="svg":I.type==="math"&&(H="mathml"),A==null)j(I,L,ue,y,te,H,fe,ce);else{const Ce=A.el&&A.el._isVueCE?A.el:null;try{Ce&&Ce._beginPatch(),Z(A,I,y,te,H,fe,ce)}finally{Ce&&Ce._endPatch()}}},j=(A,I,L,ue,y,te,H,fe)=>{let ce,Ce;const{props:Se,shapeFlag:Me,transition:Q,dirs:he}=A;if(ce=A.el=s(A.type,te,Se&&Se.is,Se),Me&8?l(ce,A.children):Me&16&&se(A.children,ce,null,ue,y,wo(A,te),H,fe),he&&Si(A,null,ue,"created"),K(ce,A,A.scopeId,H,ue),Se){for(const Je in Se)Je!=="value"&&!va(Je)&&a(ce,Je,null,Se[Je],te,ue);"value"in Se&&a(ce,"value",null,Se.value,te),(Ce=Se.onVnodeBeforeMount)&&o0(Ce,ue,A)}he&&Si(A,null,ue,"beforeMount");const De=V2(y,Q);De&&Q.beforeEnter(ce),i(ce,I,L),((Ce=Se&&Se.onVnodeMounted)||De||he)&&vt(()=>{Ce&&o0(Ce,ue,A),De&&Q.enter(ce),he&&Si(A,null,ue,"mounted")},y)},K=(A,I,L,ue,y)=>{if(L&&h(A,L),ue)for(let te=0;te{for(let Ce=ce;Ce{const fe=I.el=A.el;let{patchFlag:ce,dynamicChildren:Ce,dirs:Se}=I;ce|=A.patchFlag&16;const Me=A.props||lu,Q=I.props||lu;let he;if(L&&Ni(L,!1),(he=Q.onVnodeBeforeUpdate)&&o0(he,L,I,A),Se&&Si(I,A,L,"beforeUpdate"),L&&Ni(L,!0),(Me.innerHTML&&Q.innerHTML==null||Me.textContent&&Q.textContent==null)&&l(fe,""),Ce?ee(A.dynamicChildren,Ce,fe,L,ue,wo(I,y),te):H||ae(A,I,fe,null,L,ue,wo(I,y),te,!1),ce>0){if(ce&16)oe(fe,Me,Q,L,y);else if(ce&2&&Me.class!==Q.class&&a(fe,"class",null,Q.class,y),ce&4&&a(fe,"style",Me.style,Q.style,y),ce&8){const De=I.dynamicProps;for(let Je=0;Je{he&&o0(he,L,I,A),Se&&Si(I,A,L,"updated")},ue)},ee=(A,I,L,ue,y,te,H)=>{for(let fe=0;fe{if(I!==L){if(I!==lu)for(const te in I)!va(te)&&!(te in L)&&a(A,te,I[te],null,y,ue);for(const te in L){if(va(te))continue;const H=L[te],fe=I[te];H!==fe&&te!=="value"&&a(A,te,fe,H,y,ue)}"value"in L&&a(A,"value",I.value,L.value,y)}},N=(A,I,L,ue,y,te,H,fe,ce)=>{const Ce=I.el=A?A.el:r(""),Se=I.anchor=A?A.anchor:r("");let{patchFlag:Me,dynamicChildren:Q,slotScopeIds:he}=I;he&&(fe=fe?fe.concat(he):he),A==null?(i(Ce,L,ue),i(Se,L,ue),se(I.children||[],L,Se,y,te,H,fe,ce)):Me>0&&Me&64&&Q&&A.dynamicChildren&&A.dynamicChildren.length===Q.length?(ee(A.dynamicChildren,Q,L,y,te,H,fe),(I.key!=null||y&&I===y.subTree)&&E4(A,I,!0)):ae(A,I,L,Se,y,te,H,fe,ce)},Y=(A,I,L,ue,y,te,H,fe,ce)=>{I.slotScopeIds=fe,A==null?I.shapeFlag&512?y.ctx.activate(I,L,ue,H,ce):_(I,L,ue,y,te,H,ce):V(A,I,ce)},_=(A,I,L,ue,y,te,H)=>{const fe=A.component=J2(A,ue,y);if(Pr(A)&&(fe.ctx.renderer=We),G2(fe,!1,H),fe.asyncDep){if(y&&y.registerDep(fe,z,H),!A.el){const ce=fe.subTree=Ke(Qu);x(null,ce,I,L),A.placeholder=ce.el}}else z(fe,A,I,L,y,te,H)},V=(A,I,L)=>{const ue=I.component=A.component;if(M2(A,I,L))if(ue.asyncDep&&!ue.asyncResolved){W(ue,I,L);return}else ue.next=I,ue.update();else I.el=A.el,ue.vnode=I},z=(A,I,L,ue,y,te,H)=>{const fe=()=>{if(A.isMounted){let{next:Me,bu:Q,u:he,parent:De,vnode:Je}=A;{const m=I1(A);if(m){Me&&(Me.el=Je.el,W(A,Me,H)),m.asyncDep.then(()=>{vt(()=>{A.isUnmounted||Ce()},y)});return}}let He=Me,eu;Ni(A,!1),Me?(Me.el=Je.el,W(A,Me,H)):Me=Je,Q&&yo(Q),(eu=Me.props&&Me.props.onVnodeBeforeUpdate)&&o0(eu,De,Me,Je),Ni(A,!0);const f=K3(A),d=A.subTree;A.subTree=f,p(d,f,v(d.el),R(d),A,y,te),Me.el=f.el,He===null&&T2(A,f.el),he&&vt(he,y),(eu=Me.props&&Me.props.onVnodeUpdated)&&vt(()=>o0(eu,De,Me,Je),y)}else{let Me;const{el:Q,props:he}=I,{bm:De,m:Je,parent:He,root:eu,type:f}=A,d=xn(I);Ni(A,!1),De&&yo(De),!d&&(Me=he&&he.onVnodeBeforeMount)&&o0(Me,He,I),Ni(A,!0);{eu.ce&&eu.ce._hasShadowRoot()&&eu.ce._injectChildStyle(f,A.parent?A.parent.type:void 0);const m=A.subTree=K3(A);p(null,m,L,ue,A,y,te),I.el=m.el}if(Je&&vt(Je,y),!d&&(Me=he&&he.onVnodeMounted)){const m=I;vt(()=>o0(Me,He,m),y)}(I.shapeFlag&256||He&&xn(He.vnode)&&He.vnode.shapeFlag&256)&&A.a&&vt(A.a,y),A.isMounted=!0,I=L=ue=null}};A.scope.on();const ce=A.effect=new Im(fe);A.scope.off();const Ce=A.update=ce.run.bind(ce),Se=A.job=ce.runIfDirty.bind(ce);Se.i=A,Se.id=A.uid,ce.scheduler=()=>c4(Se),Ni(A,!0),Ce()},W=(A,I,L)=>{I.component=A;const ue=A.vnode.props;A.vnode=I,A.next=null,P2(A,I.props,ue,L),L2(A,I.children,L),q0(),R3(A),Y0()},ae=(A,I,L,ue,y,te,H,fe,ce=!1)=>{const Ce=A&&A.children,Se=A?A.shapeFlag:0,Me=I.children,{patchFlag:Q,shapeFlag:he}=I;if(Q>0){if(Q&128){ve(Ce,Me,L,ue,y,te,H,fe,ce);return}else if(Q&256){ne(Ce,Me,L,ue,y,te,H,fe,ce);return}}he&8?(Se&16&&we(Ce,y,te),Me!==Ce&&l(L,Me)):Se&16?he&16?ve(Ce,Me,L,ue,y,te,H,fe,ce):we(Ce,y,te,!0):(Se&8&&l(L,""),he&16&&se(Me,L,ue,y,te,H,fe,ce))},ne=(A,I,L,ue,y,te,H,fe,ce)=>{A=A||Bn,I=I||Bn;const Ce=A.length,Se=I.length,Me=Math.min(Ce,Se);let Q;for(Q=0;QSe?we(A,y,te,!0,!1,Me):se(I,L,ue,y,te,H,fe,ce,Me)},ve=(A,I,L,ue,y,te,H,fe,ce)=>{let Ce=0;const Se=I.length;let Me=A.length-1,Q=Se-1;for(;Ce<=Me&&Ce<=Q;){const he=A[Ce],De=I[Ce]=ce?O0(I[Ce]):p0(I[Ce]);if(ji(he,De))p(he,De,L,null,y,te,H,fe,ce);else break;Ce++}for(;Ce<=Me&&Ce<=Q;){const he=A[Me],De=I[Q]=ce?O0(I[Q]):p0(I[Q]);if(ji(he,De))p(he,De,L,null,y,te,H,fe,ce);else break;Me--,Q--}if(Ce>Me){if(Ce<=Q){const he=Q+1,De=heQ)for(;Ce<=Me;)be(A[Ce],y,te,!0),Ce++;else{const he=Ce,De=Ce,Je=new Map;for(Ce=De;Ce<=Q;Ce++){const M=I[Ce]=ce?O0(I[Ce]):p0(I[Ce]);M.key!=null&&Je.set(M.key,Ce)}let He,eu=0;const f=Q-De+1;let d=!1,m=0;const g=new Array(f);for(Ce=0;Ce=f){be(M,y,te,!0);continue}let q;if(M.key!=null)q=Je.get(M.key);else for(He=De;He<=Q;He++)if(g[He-De]===0&&ji(M,I[He])){q=He;break}q===void 0?be(M,y,te,!0):(g[q-De]=Ce+1,q>=m?m=q:d=!0,p(M,I[q],L,null,y,te,H,fe,ce),eu++)}const F=d?H2(g):Bn;for(He=F.length-1,Ce=f-1;Ce>=0;Ce--){const M=De+Ce,q=I[M],me=I[M+1],_e=M+1{const{el:te,type:H,transition:fe,children:ce,shapeFlag:Ce}=A;if(Ce&6){G(A.component.subTree,I,L,ue);return}if(Ce&128){A.suspense.move(I,L,ue);return}if(Ce&64){H.move(A,I,L,We);return}if(H===je){i(te,I,L);for(let Se=0;Sefe.enter(te),y);else{const{leave:Se,delayLeave:Me,afterLeave:Q}=fe,he=()=>{A.ctx.isUnmounted?n(te):i(te,I,L)},De=()=>{te._isLeaving&&te[v0](!0),Se(te,()=>{he(),Q&&Q()})};Me?Me(te,he,De):De()}else i(te,I,L)},be=(A,I,L,ue=!1,y=!1)=>{const{type:te,props:H,ref:fe,children:ce,dynamicChildren:Ce,shapeFlag:Se,patchFlag:Me,dirs:Q,cacheIndex:he,memo:De}=A;if(Me===-2&&(y=!1),fe!=null&&(q0(),Ea(fe,null,L,A,!0),Y0()),he!=null&&(I.renderCache[he]=void 0),Se&256){I.ctx.deactivate(A);return}const Je=Se&1&&Q,He=!xn(A);let eu;if(He&&(eu=H&&H.onVnodeBeforeUnmount)&&o0(eu,I,A),Se&6)X(A.component,L,ue);else{if(Se&128){A.suspense.unmount(L,ue);return}Je&&Si(A,null,I,"beforeUnmount"),Se&64?A.type.remove(A,I,L,We,ue):Ce&&!Ce.hasOnce&&(te!==je||Me>0&&Me&64)?we(Ce,I,L,!1,!0):(te===je&&Me&384||!y&&Se&16)&&we(ce,I,L),ue&&O(A)}const f=De!=null&&he==null;(He&&(eu=H&&H.onVnodeUnmounted)||Je||f)&&vt(()=>{eu&&o0(eu,I,A),Je&&Si(A,null,I,"unmounted"),f&&(A.el=null)},L)},O=A=>{const{type:I,el:L,anchor:ue,transition:y}=A;if(I===je){re(L,ue);return}if(I===Ca){T(A);return}const te=()=>{n(L),y&&!y.persisted&&y.afterLeave&&y.afterLeave()};if(A.shapeFlag&1&&y&&!y.persisted){const{leave:H,delayLeave:fe}=y,ce=()=>H(L,te);fe?fe(A.el,te,ce):ce()}else te()},re=(A,I)=>{let L;for(;A!==I;)L=E(A),n(A),A=L;n(I)},X=(A,I,L)=>{const{bum:ue,scope:y,job:te,subTree:H,um:fe,m:ce,a:Ce}=A;J3(ce),J3(Ce),ue&&yo(ue),y.stop(),te&&(te.flags|=8,be(H,A,I,L)),fe&&vt(fe,I),vt(()=>{A.isUnmounted=!0},I)},we=(A,I,L,ue=!1,y=!1,te=0)=>{for(let H=te;H{if(A.shapeFlag&6)return R(A.component.subTree);if(A.shapeFlag&128)return A.suspense.next();const I=E(A.anchor||A.el),L=I&&I[o1];return L?E(L):I};let P=!1;const Ae=(A,I,L)=>{let ue;A==null?I._vnode&&(be(I._vnode,null,null,!0),ue=I._vnode.component):p(I._vnode||null,A,I,null,null,null,L),I._vnode=A,P||(P=!0,R3(ue),n1(),P=!1)},We={p,um:be,m:G,r:O,mt:_,mc:se,pc:ae,pbc:ee,n:R,o:e};return{render:Ae,hydrate:void 0,createApp:w2(Ae)}}function wo({type:e,props:u},t){return t==="svg"&&e==="foreignObject"||t==="mathml"&&e==="annotation-xml"&&u&&u.encoding&&u.encoding.includes("html")?void 0:t}function Ni({effect:e,job:u},t){t?(e.flags|=32,u.flags|=4):(e.flags&=-33,u.flags&=-5)}function V2(e,u){return(!e||e&&!e.pendingBranch)&&u&&!u.persisted}function E4(e,u,t=!1){const i=e.children,n=u.children;if(Ue(i)&&Ue(n))for(let a=0;a>1,e[t[r]]0&&(u[i]=t[a-1]),t[a]=i)}}for(a=t.length,s=t[a-1];a-- >0;)t[a]=s,s=u[s];return t}function I1(e){const u=e.subTree.component;if(u)return u.asyncDep&&!u.asyncResolved?u:I1(u)}function J3(e){if(e)for(let u=0;ue.__isSuspense;function U2(e,u){u&&u.pendingBranch?Ue(e)?u.effects.push(...e):u.effects.push(e):i1(e)}const je=Symbol.for("v-fgt"),Qa=Symbol.for("v-txt"),Qu=Symbol.for("v-cmt"),Ca=Symbol.for("v-stc"),ya=[];let Ft=null;function w(e=!1){ya.push(Ft=e?null:[])}function q2(){ya.pop(),Ft=ya[ya.length-1]||null}let Oa=1;function Xs(e,u=!1){Oa+=e,e<0&&Ft&&u&&(Ft.hasOnce=!0)}function j1(e){return e.dynamicChildren=Oa>0?Ft||Bn:null,q2(),Oa>0&&Ft&&Ft.push(e),e}function U(e,u,t,i,n,a){return j1(ge(e,u,t,i,n,a,!0))}function Ne(e,u,t,i,n){return j1(Ke(e,u,t,i,n,!0))}function Ra(e){return e?e.__v_isVNode===!0:!1}function ji(e,u){return e.type===u.type&&e.key===u.key}const V1=({key:e})=>e??null,Ns=({ref:e,ref_key:u,ref_for:t})=>(typeof e=="number"&&(e=""+e),e!=null?bu(e)||ju(e)||Qe(e)?{i:Xu,r:e,k:u,f:!!t}:e:null);function ge(e,u=null,t=null,i=0,n=null,a=e===je?0:1,s=!1,r=!1){const o={__v_isVNode:!0,__v_skip:!0,type:e,props:u,key:u&&V1(u),ref:u&&Ns(u),scopeId:Tr,slotScopeIds:null,children:t,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:a,patchFlag:i,dynamicProps:n,dynamicChildren:null,appContext:null,ctx:Xu};return r?(f4(o,t),a&128&&e.normalize(o)):t&&(o.shapeFlag|=bu(t)?8:16),Oa>0&&!s&&Ft&&(o.patchFlag>0||a&6)&&o.patchFlag!==32&&Ft.push(o),o}const Ke=Y2;function Y2(e,u=null,t=null,i=0,n=null,a=!1){if((!e||e===C1)&&(e=Qu),Ra(e)){const r=Ei(e,u,!0);return t&&f4(r,t),Oa>0&&!a&&Ft&&(r.shapeFlag&6?Ft[Ft.indexOf(e)]=r:Ft.push(r)),r.patchFlag=-2,r}if(u6(e)&&(e=e.__vccOpts),u){u=du(u);let{class:r,style:o}=u;r&&!bu(r)&&(u.class=Ve(r)),mu(o)&&(Nr(o)&&!Ue(o)&&(o=qu({},o)),u.style=Bu(o))}const s=bu(e)?1:$1(e)?128:l1(e)?64:mu(e)?4:Qe(e)?2:0;return ge(e,u,t,i,n,s,a,!0)}function du(e){return e?Nr(e)||M1(e)?qu({},e):e:null}function Ei(e,u,t=!1,i=!1){const{props:n,ref:a,patchFlag:s,children:r,transition:o}=e,c=u?Xe(n||{},u):n,l={__v_isVNode:!0,__v_skip:!0,type:e.type,props:c,key:c&&V1(c),ref:u&&u.ref?t&&a?Ue(a)?a.concat(Ns(u)):[a,Ns(u)]:Ns(u):a,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:r,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:u&&e.type!==je?s===-1?16:s|16:s,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:o,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&Ei(e.ssContent),ssFallback:e.ssFallback&&Ei(e.ssFallback),placeholder:e.placeholder,el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return o&&i&&za(l,o.clone(l)),l}function ku(e=" ",u=0){return Ke(Qa,null,e,u)}function K2(e,u){const t=Ke(Ca,null,e);return t.staticCount=u,t}function le(e="",u=!1){return u?(w(),Ne(Qu,null,e)):Ke(Qu,null,e)}function p0(e){return e==null||typeof e=="boolean"?Ke(Qu):Ue(e)?Ke(je,null,e.slice()):Ra(e)?O0(e):Ke(Qa,null,String(e))}function O0(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:Ei(e)}function f4(e,u){let t=0;const{shapeFlag:i}=e;if(u==null)u=null;else if(Ue(u))t=16;else if(typeof u=="object")if(i&65){const n=u.default;n&&(n._c&&(n._d=!1),f4(e,n()),n._c&&(n._d=!0));return}else{t=32;const n=u._;!n&&!M1(u)?u._ctx=Xu:n===3&&Xu&&(Xu.slots._===1?u._=1:(u._=2,e.patchFlag|=1024))}else Qe(u)?(u={default:u,_ctx:Xu},t=32):(u=String(u),i&64?(t=16,u=[ku(u)]):t=8);e.children=u,e.shapeFlag|=t}function Xe(...e){const u={};for(let t=0;tat||Xu;let er,Dl;{const e=Hs(),u=(t,i)=>{let n;return(n=e[t])||(n=e[t]=[]),n.push(i),a=>{n.length>1?n.forEach(s=>s(a)):n[0](a)}};er=u("__VUE_INSTANCE_SETTERS__",t=>at=t),Dl=u("__VUE_SSR_SETTERS__",t=>Ia=t)}const Xa=e=>{const u=at;return er(e),e.scope.on(),()=>{e.scope.off(),er(u)}},G3=()=>{at&&at.scope.off(),er(null)};function H1(e){return e.vnode.shapeFlag&4}let Ia=!1;function G2(e,u=!1,t=!1){u&&Dl(u);const{props:i,children:n}=e.vnode,a=H1(e);z2(e,i,a,u),I2(e,n,t||u);const s=a?Q2(e,u):void 0;return u&&Dl(!1),s}function Q2(e,u){const t=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,y2);const{setup:i}=t;if(i){q0();const n=e.setupContext=i.length>1?q1(e):null,a=Xa(e),s=Ga(i,e,0,[e.props,n]),r=Sm(s);if(Y0(),a(),(r||e.sp)&&!xn(e)&&p1(e),r){if(s.then(G3,G3),u)return s.then(o=>{Q3(e,o)}).catch(o=>{Mr(o,e,0)});e.asyncDep=s}else Q3(e,s)}else U1(e)}function Q3(e,u,t){Qe(u)?e.type.__ssrInlineRender?e.ssrRender=u:e.render=u:mu(u)&&(e.setupState=e1(u)),U1(e)}function U1(e,u,t){const i=e.type;e.render||(e.render=i.render||Wt);{const n=Xa(e);q0();try{B2(e)}finally{Y0(),n()}}}const X2={get(e,u){return nt(e,"get",""),e[u]}};function q1(e){const u=t=>{e.exposed=t||{}};return{attrs:new Proxy(e.attrs,X2),slots:e.slots,emit:e.emit,expose:u}}function Lr(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(e1(zh(e.exposed)),{get(u,t){if(t in u)return u[t];if(t in fa)return fa[t](e)},has(u,t){return t in u||t in fa}})):e.proxy}function e6(e,u=!0){return Qe(e)?e.displayName||e.name:e.name||u&&e.__name}function u6(e){return Qe(e)&&"__vccOpts"in e}const pe=(e,u)=>Hh(e,u,Ia);function Wu(e,u,t){try{Xs(-1);const i=arguments.length;return i===2?mu(u)&&!Ue(u)?Ra(u)?Ke(e,null,[u]):Ke(e,u):Ke(e,null,u):(i>3?t=Array.prototype.slice.call(arguments,2):i===3&&Ra(t)&&(t=[t]),Ke(e,u,t))}finally{Xs(1)}}const t6="3.5.32";let xl;const X3=typeof window<"u"&&window.trustedTypes;if(X3)try{xl=X3.createPolicy("vue",{createHTML:e=>e})}catch{}const Y1=xl?e=>xl.createHTML(e):e=>e,i6="http://www.w3.org/2000/svg",n6="http://www.w3.org/1998/Math/MathML",P0=typeof document<"u"?document:null,ed=P0&&P0.createElement("template"),a6={insert:(e,u,t)=>{u.insertBefore(e,t||null)},remove:e=>{const u=e.parentNode;u&&u.removeChild(e)},createElement:(e,u,t,i)=>{const n=u==="svg"?P0.createElementNS(i6,e):u==="mathml"?P0.createElementNS(n6,e):t?P0.createElement(e,{is:t}):P0.createElement(e);return e==="select"&&i&&i.multiple!=null&&n.setAttribute("multiple",i.multiple),n},createText:e=>P0.createTextNode(e),createComment:e=>P0.createComment(e),setText:(e,u)=>{e.nodeValue=u},setElementText:(e,u)=>{e.textContent=u},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>P0.querySelector(e),setScopeId(e,u){e.setAttribute(u,"")},insertStaticContent(e,u,t,i,n,a){const s=t?t.previousSibling:u.lastChild;if(n&&(n===a||n.nextSibling))for(;u.insertBefore(n.cloneNode(!0),t),!(n===a||!(n=n.nextSibling)););else{ed.innerHTML=Y1(i==="svg"?``:i==="mathml"?``:e);const r=ed.content;if(i==="svg"||i==="mathml"){const o=r.firstChild;for(;o.firstChild;)r.appendChild(o.firstChild);r.removeChild(o)}u.insertBefore(r,t)}return[s?s.nextSibling:u.firstChild,t?t.previousSibling:u.lastChild]}},ui="transition",Jn="animation",La=Symbol("_vtc"),K1={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String},s6=qu({},d1,K1),r6=e=>(e.displayName="Transition",e.props=s6,e),an=r6((e,{slots:u})=>Wu(l2,o6(e),u)),Mi=(e,u=[])=>{Ue(e)?e.forEach(t=>t(...u)):e&&e(...u)},ud=e=>e?Ue(e)?e.some(u=>u.length>1):e.length>1:!1;function o6(e){const u={};for(const N in e)N in K1||(u[N]=e[N]);if(e.css===!1)return u;const{name:t="v",type:i,duration:n,enterFromClass:a=`${t}-enter-from`,enterActiveClass:s=`${t}-enter-active`,enterToClass:r=`${t}-enter-to`,appearFromClass:o=a,appearActiveClass:c=s,appearToClass:l=r,leaveFromClass:v=`${t}-leave-from`,leaveActiveClass:E=`${t}-leave-active`,leaveToClass:h=`${t}-leave-to`}=e,C=l6(n),p=C&&C[0],B=C&&C[1],{onBeforeEnter:x,onEnter:D,onEnterCancelled:S,onLeave:T,onLeaveCancelled:ie,onBeforeAppear:j=x,onAppear:K=D,onAppearCancelled:se=S}=u,Z=(N,Y,_,V)=>{N._enterCancelled=V,Ti(N,Y?l:r),Ti(N,Y?c:s),_&&_()},ee=(N,Y)=>{N._isLeaving=!1,Ti(N,v),Ti(N,h),Ti(N,E),Y&&Y()},oe=N=>(Y,_)=>{const V=N?K:D,z=()=>Z(Y,N,_);Mi(V,[Y,z]),td(()=>{Ti(Y,N?o:a),M0(Y,N?l:r),ud(V)||id(Y,i,p,z)})};return qu(u,{onBeforeEnter(N){Mi(x,[N]),M0(N,a),M0(N,s)},onBeforeAppear(N){Mi(j,[N]),M0(N,o),M0(N,c)},onEnter:oe(!1),onAppear:oe(!0),onLeave(N,Y){N._isLeaving=!0;const _=()=>ee(N,Y);M0(N,v),N._enterCancelled?(M0(N,E),sd(N)):(sd(N),M0(N,E)),td(()=>{N._isLeaving&&(Ti(N,v),M0(N,h),ud(T)||id(N,i,B,_))}),Mi(T,[N,_])},onEnterCancelled(N){Z(N,!1,void 0,!0),Mi(S,[N])},onAppearCancelled(N){Z(N,!0,void 0,!0),Mi(se,[N])},onLeaveCancelled(N){ee(N),Mi(ie,[N])}})}function l6(e){if(e==null)return null;if(mu(e))return[Fo(e.enter),Fo(e.leave)];{const u=Fo(e);return[u,u]}}function Fo(e){return ah(e)}function M0(e,u){u.split(/\s+/).forEach(t=>t&&e.classList.add(t)),(e[La]||(e[La]=new Set)).add(u)}function Ti(e,u){u.split(/\s+/).forEach(i=>i&&e.classList.remove(i));const t=e[La];t&&(t.delete(u),t.size||(e[La]=void 0))}function td(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let d6=0;function id(e,u,t,i){const n=e._endId=++d6,a=()=>{n===e._endId&&i()};if(t!=null)return setTimeout(a,t);const{type:s,timeout:r,propCount:o}=c6(e,u);if(!s)return i();const c=s+"end";let l=0;const v=()=>{e.removeEventListener(c,E),a()},E=h=>{h.target===e&&++l>=o&&v()};setTimeout(()=>{l(t[C]||"").split(", "),n=i(`${ui}Delay`),a=i(`${ui}Duration`),s=nd(n,a),r=i(`${Jn}Delay`),o=i(`${Jn}Duration`),c=nd(r,o);let l=null,v=0,E=0;u===ui?s>0&&(l=ui,v=s,E=a.length):u===Jn?c>0&&(l=Jn,v=c,E=o.length):(v=Math.max(s,c),l=v>0?s>c?ui:Jn:null,E=l?l===ui?a.length:o.length:0);const h=l===ui&&/\b(?:transform|all)(?:,|$)/.test(i(`${ui}Property`).toString());return{type:l,timeout:v,propCount:E,hasTransform:h}}function nd(e,u){for(;e.lengthad(t)+ad(e[i])))}function ad(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function sd(e){return(e?e.ownerDocument:document).body.offsetHeight}function m6(e,u,t){const i=e[La];i&&(u=(u?[u,...i]:[...i]).join(" ")),u==null?e.removeAttribute("class"):t?e.setAttribute("class",u):e.className=u}const ur=Symbol("_vod"),W1=Symbol("_vsh"),y0={name:"show",beforeMount(e,{value:u},{transition:t}){e[ur]=e.style.display==="none"?"":e.style.display,t&&u?t.beforeEnter(e):Gn(e,u)},mounted(e,{value:u},{transition:t}){t&&u&&t.enter(e)},updated(e,{value:u,oldValue:t},{transition:i}){!u!=!t&&(i?u?(i.beforeEnter(e),Gn(e,!0),i.enter(e)):i.leave(e,()=>{Gn(e,!1)}):Gn(e,u))},beforeUnmount(e,{value:u}){Gn(e,u)}};function Gn(e,u){e.style.display=u?e[ur]:"none",e[W1]=!u}const Z1=Symbol("");function C4(e){const u=k0();if(!u)return;const t=u.ut=(n=e(u.proxy))=>{Array.from(document.querySelectorAll(`[data-v-owner="${u.uid}"]`)).forEach(a=>tr(a,n))},i=()=>{const n=e(u.proxy);u.ce?tr(u.ce,n):bl(u.subTree,n),t(n)};m4(()=>{i1(i)}),xu(()=>{Nu(i,Wt,{flush:"post"});const n=new MutationObserver(i);n.observe(u.subTree.el.parentNode,{childList:!0}),b0(()=>n.disconnect())})}function bl(e,u){if(e.shapeFlag&128){const t=e.suspense;e=t.activeBranch,t.pendingBranch&&!t.isHydrating&&t.effects.push(()=>{bl(t.activeBranch,u)})}for(;e.component;)e=e.component.subTree;if(e.shapeFlag&1&&e.el)tr(e.el,u);else if(e.type===je)e.children.forEach(t=>bl(t,u));else if(e.type===Ca){let{el:t,anchor:i}=e;for(;t&&(tr(t,u),t!==i);)t=t.nextSibling}}function tr(e,u){if(e.nodeType===1){const t=e.style;let i="";for(const n in u){const a=vh(u[n]);t.setProperty(`--${n}`,a),i+=`--${n}: ${a};`}t[Z1]=i}}const v6=/(?:^|;)\s*display\s*:/;function g6(e,u,t){const i=e.style,n=bu(t);let a=!1;if(t&&!n){if(u)if(bu(u))for(const s of u.split(";")){const r=s.slice(0,s.indexOf(":")).trim();t[r]==null&&Ms(i,r,"")}else for(const s in u)t[s]==null&&Ms(i,s,"");for(const s in t)s==="display"&&(a=!0),Ms(i,s,t[s])}else if(n){if(u!==t){const s=i[Z1];s&&(t+=";"+s),i.cssText=t,a=v6.test(t)}}else u&&e.removeAttribute("style");ur in e&&(e[ur]=a?i.display:"",e[W1]&&(i.display="none"))}const rd=/\s*!important$/;function Ms(e,u,t){if(Ue(t))t.forEach(i=>Ms(e,u,i));else if(t==null&&(t=""),u.startsWith("--"))e.setProperty(u,t);else{const i=p6(e,u);rd.test(t)?e.setProperty(G0(i),t.replace(rd,""),"important"):e[i]=t}}const od=["Webkit","Moz","ms"],So={};function p6(e,u){const t=So[u];if(t)return t;let i=rt(u);if(i!=="filter"&&i in e)return So[u]=i;i=kr(i);for(let n=0;n_o||(y6.then(()=>_o=0),_o=Date.now());function A6(e,u){const t=i=>{if(!i._vts)i._vts=Date.now();else if(i._vts<=t.attached)return;e0(D6(i,t.value),u,5,[i])};return t.value=e,t.attached=B6(),t}function D6(e,u){if(Ue(u)){const t=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{t.call(e),e._stopped=!0},u.map(i=>n=>!n._stopped&&i&&i(n))}else return u}const gd=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,x6=(e,u,t,i,n,a)=>{const s=n==="svg";u==="class"?m6(e,i,s):u==="style"?g6(e,t,i):Ar(u)?Dr(u)||f6(e,u,t,i,a):(u[0]==="."?(u=u.slice(1),!0):u[0]==="^"?(u=u.slice(1),!1):b6(e,u,i,s))?(cd(e,u,i),!e.tagName.includes("-")&&(u==="value"||u==="checked"||u==="selected")&&dd(e,u,i,s,a,u!=="value")):e._isVueCE&&(k6(e,u)||e._def.__asyncLoader&&(/[A-Z]/.test(u)||!bu(i)))?cd(e,rt(u),i,a,u):(u==="true-value"?e._trueValue=i:u==="false-value"&&(e._falseValue=i),dd(e,u,i,s))};function b6(e,u,t,i){if(i)return!!(u==="innerHTML"||u==="textContent"||u in e&&gd(u)&&Qe(t));if(u==="spellcheck"||u==="draggable"||u==="translate"||u==="autocorrect"||u==="sandbox"&&e.tagName==="IFRAME"||u==="form"||u==="list"&&e.tagName==="INPUT"||u==="type"&&e.tagName==="TEXTAREA")return!1;if(u==="width"||u==="height"){const n=e.tagName;if(n==="IMG"||n==="VIDEO"||n==="CANVAS"||n==="SOURCE")return!1}return gd(u)&&bu(t)?!1:u in e}function k6(e,u){const t=e._def.props;if(!t)return!1;const i=rt(u);return Array.isArray(t)?t.some(n=>rt(n)===i):Object.keys(t).some(n=>rt(n)===i)}const w6=["ctrl","shift","alt","meta"],F6={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&e.button!==0,middle:e=>"button"in e&&e.button!==1,right:e=>"button"in e&&e.button!==2,exact:(e,u)=>w6.some(t=>e[`${t}Key`]&&!u.includes(t))},fi=(e,u)=>{if(!e)return e;const t=e._withMods||(e._withMods={}),i=u.join(".");return t[i]||(t[i]=((n,...a)=>{for(let s=0;s{const t=e._withKeys||(e._withKeys={}),i=u.join(".");return t[i]||(t[i]=(n=>{if(!("key"in n))return;const a=G0(n.key);if(u.some(s=>s===a||S6[s]===a))return e(n)}))},_6=qu({patchProp:x6},a6);let pd;function G1(){return pd||(pd=$2(_6))}const hd=((...e)=>{G1().render(...e)}),N6=((...e)=>{const u=G1().createApp(...e),{mount:t}=u;return u.mount=i=>{const n=T6(i);if(!n)return;const a=u._component;!Qe(a)&&!a.render&&!a.template&&(a.template=n.innerHTML),n.nodeType===1&&(n.textContent="");const s=t(n,!1,M6(n));return n instanceof Element&&(n.removeAttribute("v-cloak"),n.setAttribute("data-v-app","")),s},u});function M6(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function T6(e){return bu(e)?document.querySelector(e):e}function oi(e,u,t){const i=`#initial-state-${e}-${u}`;if(window._nc_initial_state?.has(i))return window._nc_initial_state.get(i);window._nc_initial_state||(window._nc_initial_state=new Map);const n=document.querySelector(i);if(n===null){if(t!==void 0)return t;throw new Error(`Could not find initial state ${u} of ${e}`)}try{const a=JSON.parse(atob(n.value));return window._nc_initial_state.set(i,a),a}catch(a){if(console.error("[@nextcloud/initial-state] Could not parse initial state",{key:u,app:e,error:a}),t!==void 0)return t;throw new Error(`Could not parse initial state ${u} of ${e}`,{cause:a})}}function Vn(){try{return oi("core","capabilities")}catch{return console.debug("Could not find capabilities initial state fall back to _oc_capabilities"),"_oc_capabilities"in window?window._oc_capabilities:{}}}const di=(e,u,t)=>{const i=Object.assign({ocsVersion:2},{}).ocsVersion===1?1:2;return wl()+"/ocs/v"+i+".php"+kl(e,u)},kl=(e,u,t)=>{const i=Object.assign({escape:!0},{}),n=function(a,s){return s=s||{},a.replace(/{([^{}]*)}/g,function(r,o){const c=s[o];return i.escape?encodeURIComponent(typeof c=="string"||typeof c=="number"?c.toString():r):typeof c=="string"||typeof c=="number"?c.toString():r})};return e.charAt(0)!=="/"&&(e="/"+e),n(e,u||{})},y4=(e,u,t)=>{const i=Object.assign({noRewrite:!1},{}),n=$r();return window?.OC?.config?.modRewriteWorking===!0&&!i.noRewrite?n+kl(e,u):n+"/index.php"+kl(e,u)},z6=(e,u)=>u.includes(".")?Ed(e,"img",u):Ed(e,"img",`${u}.svg`),Ed=(e,u,t)=>{const i=window?.OC?.coreApps?.includes(e)??!1,n=t.slice(-3)==="php";let a=$r();return n&&!i?(a+=`/index.php/apps/${e}`,a+=`/${encodeURI(u)}`,t!=="index.php"&&(a+=`/${t}`)):!n&&!i?(a=P6(e),a+=`/${u}/`,a.at(-1)!=="/"&&(a+="/"),a+=t):(a+=`/${e}`,a+=`/${u}`,a+=`/${t}`),a},wl=()=>window.location.protocol+"//"+window.location.host+$r();function $r(){let e=window._oc_webroot;if(typeof e>"u"){e=location.pathname;const u=e.indexOf("/index.php/");if(u!==-1)e=e.slice(0,u);else{const t=e.indexOf("/",1);e=e.slice(0,t>0?t:void 0)}}return e}function P6(e){return(window._oc_appswebroots??{})[e]??""}const{entries:Q1,setPrototypeOf:fd,isFrozen:O6,getPrototypeOf:R6,getOwnPropertyDescriptor:I6}=Object;let{freeze:Et,seal:$t,create:da}=Object,{apply:Fl,construct:Sl}=typeof Reflect<"u"&&Reflect;Et||(Et=function(e){return e}),$t||($t=function(e){return e}),Fl||(Fl=function(e,u){for(var t=arguments.length,i=new Array(t>2?t-2:0),n=2;n1?u-1:0),i=1;i1?t-1:0),n=1;n2&&arguments[2]!==void 0?arguments[2]:Ts;fd&&fd(e,null);let i=u.length;for(;i--;){let n=u[i];if(typeof n=="string"){const a=t(n);a!==n&&(O6(u)||(u[i]=a),n=a)}e[n]=!0}return e}function U6(e){for(let u=0;u/gm),Z6=$t(/\$\{[\w\W]*/gm),J6=$t(/^data-[\-\w.\u00B7-\uFFFF]+$/),G6=$t(/^aria-[\-\w]+$/),X1=$t(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),Q6=$t(/^(?:\w+script|data):/i),X6=$t(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),ev=$t(/^html$/i),e5=$t(/^[a-z][.\w]*(-[.\w]+)+$/i);var xd=Object.freeze({__proto__:null,ARIA_ATTR:G6,ATTR_WHITESPACE:X6,CUSTOM_ELEMENT:e5,DATA_ATTR:J6,DOCTYPE_NAME:ev,ERB_EXPR:W6,IS_ALLOWED_URI:X1,IS_SCRIPT_OR_DATA:Q6,MUSTACHE_EXPR:K6,TMPLIT_EXPR:Z6});const ta={element:1,text:3,progressingInstruction:7,comment:8,document:9},u5=function(){return typeof window>"u"?null:window},t5=function(e,u){if(typeof e!="object"||typeof e.createPolicy!="function")return null;let t=null;const i="data-tt-policy-suffix";u&&u.hasAttribute(i)&&(t=u.getAttribute(i));const n="dompurify"+(t?"#"+t:"");try{return e.createPolicy(n,{createHTML(a){return a},createScriptURL(a){return a}})}catch{return console.warn("TrustedTypes policy "+n+" could not be created."),null}},bd=function(){return{afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}};function uv(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:u5();const u=$=>uv($);if(u.version="3.4.0",u.removed=[],!e||!e.document||e.document.nodeType!==ta.document||!e.Element)return u.isSupported=!1,u;let{document:t}=e;const i=t,n=i.currentScript,{DocumentFragment:a,HTMLTemplateElement:s,Node:r,Element:o,NodeFilter:c,NamedNodeMap:l=e.NamedNodeMap||e.MozNamedAttrMap,HTMLFormElement:v,DOMParser:E,trustedTypes:h}=e,C=o.prototype,p=ua(C,"cloneNode"),B=ua(C,"remove"),x=ua(C,"nextSibling"),D=ua(C,"childNodes"),S=ua(C,"parentNode");if(typeof s=="function"){const $=t.createElement("template");$.content&&$.content.ownerDocument&&(t=$.content.ownerDocument)}let T,ie="";const{implementation:j,createNodeIterator:K,createDocumentFragment:se,getElementsByTagName:Z}=t,{importNode:ee}=i;let oe=bd();u.isSupported=typeof Q1=="function"&&typeof S=="function"&&j&&j.createHTMLDocument!==void 0;const{MUSTACHE_EXPR:N,ERB_EXPR:Y,TMPLIT_EXPR:_,DATA_ATTR:V,ARIA_ATTR:z,IS_SCRIPT_OR_DATA:W,ATTR_WHITESPACE:ae,CUSTOM_ELEMENT:ne}=xd;let{IS_ALLOWED_URI:ve}=xd,G=null;const be=tu({},[...yd,...To,...zo,...Po,...Bd]);let O=null;const re=tu({},[...Ad,...Oo,...Dd,...hs]);let X=Object.seal(da(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),we=null,R=null;const P=Object.seal(da(null,{tagCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeCheck:{writable:!0,configurable:!1,enumerable:!0,value:null}}));let Ae=!0,We=!0,A=!1,I=!0,L=!1,ue=!0,y=!1,te=!1,H=!1,fe=!1,ce=!1,Ce=!1,Se=!0,Me=!1;const Q="user-content-";let he=!0,De=!1,Je={},He=null;const eu=tu({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let f=null;const d=tu({},["audio","video","img","source","image","track"]);let m=null;const g=tu({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),F="http://www.w3.org/1998/Math/MathML",M="http://www.w3.org/2000/svg",q="http://www.w3.org/1999/xhtml";let me=q,_e=!1,J=null;const Ee=tu({},[F,M,q],No);let Fe=tu({},["mi","mo","mn","ms","mtext"]),Ie=tu({},["annotation-xml"]);const Be=tu({},["title","style","font","a","script"]);let Le=null;const $e=["application/xhtml+xml","text/html"],xt="text/html";let ru=null,Zu=null;const bt=t.createElement("form"),ei=function($){return $ instanceof RegExp||$ instanceof Function},ki=function(){let $=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(!(Zu&&Zu===$)){if((!$||typeof $!="object")&&($={}),$=l0($),Le=$e.indexOf($.PARSER_MEDIA_TYPE)===-1?xt:$.PARSER_MEDIA_TYPE,ru=Le==="application/xhtml+xml"?No:Ts,G=Ut($,"ALLOWED_TAGS")?tu({},$.ALLOWED_TAGS,ru):be,O=Ut($,"ALLOWED_ATTR")?tu({},$.ALLOWED_ATTR,ru):re,J=Ut($,"ALLOWED_NAMESPACES")?tu({},$.ALLOWED_NAMESPACES,No):Ee,m=Ut($,"ADD_URI_SAFE_ATTR")?tu(l0(g),$.ADD_URI_SAFE_ATTR,ru):g,f=Ut($,"ADD_DATA_URI_TAGS")?tu(l0(d),$.ADD_DATA_URI_TAGS,ru):d,He=Ut($,"FORBID_CONTENTS")?tu({},$.FORBID_CONTENTS,ru):eu,we=Ut($,"FORBID_TAGS")?tu({},$.FORBID_TAGS,ru):l0({}),R=Ut($,"FORBID_ATTR")?tu({},$.FORBID_ATTR,ru):l0({}),Je=Ut($,"USE_PROFILES")?$.USE_PROFILES:!1,Ae=$.ALLOW_ARIA_ATTR!==!1,We=$.ALLOW_DATA_ATTR!==!1,A=$.ALLOW_UNKNOWN_PROTOCOLS||!1,I=$.ALLOW_SELF_CLOSE_IN_ATTR!==!1,L=$.SAFE_FOR_TEMPLATES||!1,ue=$.SAFE_FOR_XML!==!1,y=$.WHOLE_DOCUMENT||!1,fe=$.RETURN_DOM||!1,ce=$.RETURN_DOM_FRAGMENT||!1,Ce=$.RETURN_TRUSTED_TYPE||!1,H=$.FORCE_BODY||!1,Se=$.SANITIZE_DOM!==!1,Me=$.SANITIZE_NAMED_PROPS||!1,he=$.KEEP_CONTENT!==!1,De=$.IN_PLACE||!1,ve=$.ALLOWED_URI_REGEXP||X1,me=$.NAMESPACE||q,Fe=$.MATHML_TEXT_INTEGRATION_POINTS||Fe,Ie=$.HTML_INTEGRATION_POINTS||Ie,X=$.CUSTOM_ELEMENT_HANDLING||da(null),$.CUSTOM_ELEMENT_HANDLING&&ei($.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(X.tagNameCheck=$.CUSTOM_ELEMENT_HANDLING.tagNameCheck),$.CUSTOM_ELEMENT_HANDLING&&ei($.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(X.attributeNameCheck=$.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),$.CUSTOM_ELEMENT_HANDLING&&typeof $.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(X.allowCustomizedBuiltInElements=$.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),L&&(We=!1),ce&&(fe=!0),Je&&(G=tu({},Bd),O=da(null),Je.html===!0&&(tu(G,yd),tu(O,Ad)),Je.svg===!0&&(tu(G,To),tu(O,Oo),tu(O,hs)),Je.svgFilters===!0&&(tu(G,zo),tu(O,Oo),tu(O,hs)),Je.mathMl===!0&&(tu(G,Po),tu(O,Dd),tu(O,hs))),P.tagCheck=null,P.attributeCheck=null,$.ADD_TAGS&&(typeof $.ADD_TAGS=="function"?P.tagCheck=$.ADD_TAGS:(G===be&&(G=l0(G)),tu(G,$.ADD_TAGS,ru))),$.ADD_ATTR&&(typeof $.ADD_ATTR=="function"?P.attributeCheck=$.ADD_ATTR:(O===re&&(O=l0(O)),tu(O,$.ADD_ATTR,ru))),$.ADD_URI_SAFE_ATTR&&tu(m,$.ADD_URI_SAFE_ATTR,ru),$.FORBID_CONTENTS&&(He===eu&&(He=l0(He)),tu(He,$.FORBID_CONTENTS,ru)),$.ADD_FORBID_CONTENTS&&(He===eu&&(He=l0(He)),tu(He,$.ADD_FORBID_CONTENTS,ru)),he&&(G["#text"]=!0),y&&tu(G,["html","head","body"]),G.table&&(tu(G,["tbody"]),delete we.tbody),$.TRUSTED_TYPES_POLICY){if(typeof $.TRUSTED_TYPES_POLICY.createHTML!="function")throw ea('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof $.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw ea('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');T=$.TRUSTED_TYPES_POLICY,ie=T.createHTML("")}else T===void 0&&(T=t5(h,n)),T!==null&&typeof ie=="string"&&(ie=T.createHTML(""));Et&&Et($),Zu=$}},m3=tu({},[...To,...zo,...q6]),v3=tu({},[...Po,...Y6]),Mp=function($){let Oe=S($);(!Oe||!Oe.tagName)&&(Oe={namespaceURI:me,tagName:"template"});const Pe=Ts($.tagName),fu=Ts(Oe.tagName);return J[$.namespaceURI]?$.namespaceURI===M?Oe.namespaceURI===q?Pe==="svg":Oe.namespaceURI===F?Pe==="svg"&&(fu==="annotation-xml"||Fe[fu]):!!m3[Pe]:$.namespaceURI===F?Oe.namespaceURI===q?Pe==="math":Oe.namespaceURI===M?Pe==="math"&&Ie[fu]:!!v3[Pe]:$.namespaceURI===q?Oe.namespaceURI===M&&!Ie[fu]||Oe.namespaceURI===F&&!Fe[fu]?!1:!v3[Pe]&&(Be[Pe]||!m3[Pe]):!!(Le==="application/xhtml+xml"&&J[$.namespaceURI]):!1},wi=function($){Xn(u.removed,{element:$});try{S($).removeChild($)}catch{B($)}},Fi=function($,Oe){try{Xn(u.removed,{attribute:Oe.getAttributeNode($),from:Oe})}catch{Xn(u.removed,{attribute:null,from:Oe})}if(Oe.removeAttribute($),$==="is")if(fe||ce)try{wi(Oe)}catch{}else try{Oe.setAttribute($,"")}catch{}},g3=function($){let Oe=null,Pe=null;if(H)$=""+$;else{const Fu=Mo($,/^[\r\n\t ]+/);Pe=Fu&&Fu[0]}Le==="application/xhtml+xml"&&me===q&&($=''+$+"");const fu=T?T.createHTML($):$;if(me===q)try{Oe=new E().parseFromString(fu,Le)}catch{}if(!Oe||!Oe.documentElement){Oe=j.createDocument(me,"template",null);try{Oe.documentElement.innerHTML=_e?ie:fu}catch{}}const Ju=Oe.body||Oe.documentElement;return $&&Pe&&Ju.insertBefore(t.createTextNode(Pe),Ju.childNodes[0]||null),me===q?Z.call(Oe,y?"html":"body")[0]:y?Oe.documentElement:Ju},p3=function($){return K.call($.ownerDocument||$,$,c.SHOW_ELEMENT|c.SHOW_COMMENT|c.SHOW_TEXT|c.SHOW_PROCESSING_INSTRUCTION|c.SHOW_CDATA_SECTION,null)},ro=function($){return $ instanceof v&&(typeof $.nodeName!="string"||typeof $.textContent!="string"||typeof $.removeChild!="function"||!($.attributes instanceof l)||typeof $.removeAttribute!="function"||typeof $.setAttribute!="function"||typeof $.namespaceURI!="string"||typeof $.insertBefore!="function"||typeof $.hasChildNodes!="function")},oo=function($){return typeof r=="function"&&$ instanceof r};function F0($,Oe,Pe){Qn($,fu=>{fu.call(u,Oe,Pe,Zu)})}const h3=function($){let Oe=null;if(F0(oe.beforeSanitizeElements,$,null),ro($))return wi($),!0;const Pe=ru($.nodeName);if(F0(oe.uponSanitizeElement,$,{tagName:Pe,allowedTags:G}),ue&&$.hasChildNodes()&&!oo($.firstElementChild)&&dt(/<[/\w!]/g,$.innerHTML)&&dt(/<[/\w!]/g,$.textContent)||ue&&$.namespaceURI===q&&Pe==="style"&&oo($.firstElementChild)||$.nodeType===ta.progressingInstruction||ue&&$.nodeType===ta.comment&&dt(/<[/\w]/g,$.data))return wi($),!0;if(we[Pe]||!(P.tagCheck instanceof Function&&P.tagCheck(Pe))&&!G[Pe]){if(!we[Pe]&&f3(Pe)&&(X.tagNameCheck instanceof RegExp&&dt(X.tagNameCheck,Pe)||X.tagNameCheck instanceof Function&&X.tagNameCheck(Pe)))return!1;if(he&&!He[Pe]){const fu=S($)||$.parentNode,Ju=D($)||$.childNodes;if(Ju&&fu){const Fu=Ju.length;for(let S0=Fu-1;S0>=0;--S0){const jt=p(Ju[S0],!0);jt.__removalCount=($.__removalCount||0)+1,fu.insertBefore(jt,x($))}}}return wi($),!0}return $ instanceof o&&!Mp($)||(Pe==="noscript"||Pe==="noembed"||Pe==="noframes")&&dt(/<\/no(script|embed|frames)/i,$.innerHTML)?(wi($),!0):(L&&$.nodeType===ta.text&&(Oe=$.textContent,Qn([N,Y,_],fu=>{Oe=ln(Oe,fu," ")}),$.textContent!==Oe&&(Xn(u.removed,{element:$.cloneNode()}),$.textContent=Oe)),F0(oe.afterSanitizeElements,$,null),!1)},E3=function($,Oe,Pe){if(R[Oe]||Se&&(Oe==="id"||Oe==="name")&&(Pe in t||Pe in bt))return!1;if(!(We&&!R[Oe]&&dt(V,Oe))&&!(Ae&&dt(z,Oe))&&!(P.attributeCheck instanceof Function&&P.attributeCheck(Oe,$))){if(!O[Oe]||R[Oe]){if(!(f3($)&&(X.tagNameCheck instanceof RegExp&&dt(X.tagNameCheck,$)||X.tagNameCheck instanceof Function&&X.tagNameCheck($))&&(X.attributeNameCheck instanceof RegExp&&dt(X.attributeNameCheck,Oe)||X.attributeNameCheck instanceof Function&&X.attributeNameCheck(Oe,$))||Oe==="is"&&X.allowCustomizedBuiltInElements&&(X.tagNameCheck instanceof RegExp&&dt(X.tagNameCheck,Pe)||X.tagNameCheck instanceof Function&&X.tagNameCheck(Pe))))return!1}else if(!m[Oe]&&!dt(ve,ln(Pe,ae,""))&&!((Oe==="src"||Oe==="xlink:href"||Oe==="href")&&$!=="script"&&j6(Pe,"data:")===0&&f[$])&&!(A&&!dt(W,ln(Pe,ae,"")))&&Pe)return!1}return!0},f3=function($){return $!=="annotation-xml"&&Mo($,ne)},C3=function($){F0(oe.beforeSanitizeAttributes,$,null);const{attributes:Oe}=$;if(!Oe||ro($))return;const Pe={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:O,forceKeepAttr:void 0};let fu=Oe.length;for(;fu--;){const Ju=Oe[fu],{name:Fu,namespaceURI:S0,value:jt}=Ju,lt=ru(Fu),Yn=jt;let Gu=Fu==="value"?Yn:V6(Yn);if(Pe.attrName=lt,Pe.attrValue=Gu,Pe.keepAttr=!0,Pe.forceKeepAttr=void 0,F0(oe.uponSanitizeAttribute,$,Pe),Gu=Pe.attrValue,Me&&(lt==="id"||lt==="name")&&(Fi(Fu,$),Gu=Q+Gu),ue&&dt(/((--!?|])>)|<\/(style|script|title|xmp|textarea|noscript|iframe|noembed|noframes)/i,Gu)){Fi(Fu,$);continue}if(lt==="attributename"&&Mo(Gu,"href")){Fi(Fu,$);continue}if(Pe.forceKeepAttr)continue;if(!Pe.keepAttr){Fi(Fu,$);continue}if(!I&&dt(/\/>/i,Gu)){Fi(Fu,$);continue}L&&Qn([N,Y,_],Tp=>{Gu=ln(Gu,Tp," ")});const B3=ru($.nodeName);if(!E3(B3,lt,Gu)){Fi(Fu,$);continue}if(T&&typeof h=="object"&&typeof h.getAttributeType=="function"&&!S0)switch(h.getAttributeType(B3,lt)){case"TrustedHTML":{Gu=T.createHTML(Gu);break}case"TrustedScriptURL":{Gu=T.createScriptURL(Gu);break}}if(Gu!==Yn)try{S0?$.setAttributeNS(S0,Fu,Gu):$.setAttribute(Fu,Gu),ro($)?wi($):Cd(u.removed)}catch{Fi(Fu,$)}}F0(oe.afterSanitizeAttributes,$,null)},y3=function($){let Oe=null;const Pe=p3($);for(F0(oe.beforeSanitizeShadowDOM,$,null);Oe=Pe.nextNode();)F0(oe.uponSanitizeShadowNode,Oe,null),h3(Oe),C3(Oe),Oe.content instanceof a&&y3(Oe.content);F0(oe.afterSanitizeShadowDOM,$,null)};return u.sanitize=function($){let Oe=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},Pe=null,fu=null,Ju=null,Fu=null;if(_e=!$,_e&&($=""),typeof $!="string"&&!oo($))if(typeof $.toString=="function"){if($=$.toString(),typeof $!="string")throw ea("dirty is not a string, aborting")}else throw ea("toString is not a function");if(!u.isSupported)return $;if(te||ki(Oe),u.removed=[],typeof $=="string"&&(De=!1),De){if($.nodeName){const lt=ru($.nodeName);if(!G[lt]||we[lt])throw ea("root node is forbidden and cannot be sanitized in-place")}}else if($ instanceof r)Pe=g3(""),fu=Pe.ownerDocument.importNode($,!0),fu.nodeType===ta.element&&fu.nodeName==="BODY"||fu.nodeName==="HTML"?Pe=fu:Pe.appendChild(fu);else{if(!fe&&!L&&!y&&$.indexOf("<")===-1)return T&&Ce?T.createHTML($):$;if(Pe=g3($),!Pe)return fe?null:Ce?ie:""}Pe&&H&&wi(Pe.firstChild);const S0=p3(De?$:Pe);for(;Ju=S0.nextNode();)h3(Ju),C3(Ju),Ju.content instanceof a&&y3(Ju.content);if(De)return $;if(fe){if(L){Pe.normalize();let lt=Pe.innerHTML;Qn([N,Y,_],Yn=>{lt=ln(lt,Yn," ")}),Pe.innerHTML=lt}if(ce)for(Fu=se.call(Pe.ownerDocument);Pe.firstChild;)Fu.appendChild(Pe.firstChild);else Fu=Pe;return(O.shadowroot||O.shadowrootmode)&&(Fu=ee.call(i,Fu,!0)),Fu}let jt=y?Pe.outerHTML:Pe.innerHTML;return y&&G["!doctype"]&&Pe.ownerDocument&&Pe.ownerDocument.doctype&&Pe.ownerDocument.doctype.name&&dt(ev,Pe.ownerDocument.doctype.name)&&(jt="
`+jt),L&&Qn([N,Y,_],lt=>{jt=ln(jt,lt," ")}),T&&Ce?T.createHTML(jt):jt},u.setConfig=function(){let $=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};ki($),te=!0},u.clearConfig=function(){Zu=null,te=!1},u.isValidAttribute=function($,Oe,Pe){Zu||ki({});const fu=ru($),Ju=ru(Oe);return E3(fu,Ju,Pe)},u.addHook=function($,Oe){typeof Oe=="function"&&Xn(oe[$],Oe)},u.removeHook=function($,Oe){if(Oe!==void 0){const Pe=L6(oe[$],Oe);return Pe===-1?void 0:$6(oe[$],Pe,1)[0]}return Cd(oe[$])},u.removeHooks=function($){oe[$]=[]},u.removeAllHooks=function(){oe=bd()},u}var B4=uv(),Ro,kd;function i5(){if(kd)return Ro;kd=1;var e=/["'&<>]/;Ro=u;function u(t){var i=""+t,n=e.exec(i);if(!n)return i;var a,s="",r=0,o=0;for(r=n.index;ru)}}globalThis._oc_l10n_registry_translations??={},globalThis._oc_l10n_registry_plural_functions??={};function b(e,u,t,i,n){const a=typeof t=="object"?t:void 0,s=typeof i=="number"?i:typeof t=="number"?t:void 0,r={escape:!0,sanitize:!0,...typeof n=="object"?n:typeof i=="object"?i:{}},o=C=>C,c=(r.sanitize?B4.sanitize:o)||o,l=r.escape?wd:o,v=C=>typeof C=="string"||typeof C=="number",E=(C,p,B)=>C.replace(/%n/g,""+B).replace(/{([^{}]*)}/g,(x,D)=>{if(p===void 0||!(D in p))return l(x);const S=p[D];return v(S)?l(`${S}`):typeof S=="object"&&v(S.value)?(S.escape!==!1?wd:o)(`${S.value}`):l(x)});let h=(n?.bundle??tv(e)).translations[u]||u;return h=Array.isArray(h)?h[0]:h,c(typeof a=="object"||s!==void 0?E(h,a,s):h)}function o5(e,u,t,i,n,a){const s="_"+u+"_::_"+t+"_",r=a?.bundle??tv(e),o=r.translations[s];if(typeof o<"u"){const c=o;if(Array.isArray(c)){const l=r.pluralFunction(i);return b(e,c[l],n,i,a)}}return i===1?b(e,u,n,i,a):b(e,t,n,i,a)}function l5(e,u=jr()){switch(u==="pt-BR"&&(u="xbr"),u.length>3&&(u=u.substring(0,u.lastIndexOf("-"))),u){case"az":case"bo":case"dz":case"id":case"ja":case"jv":case"ka":case"km":case"kn":case"ko":case"ms":case"th":case"tr":case"vi":case"zh":return 0;case"af":case"bn":case"bg":case"ca":case"da":case"de":case"el":case"en":case"eo":case"es":case"et":case"eu":case"fa":case"fi":case"fo":case"fur":case"fy":case"gl":case"gu":case"ha":case"he":case"hu":case"is":case"it":case"ku":case"lb":case"ml":case"mn":case"mr":case"nah":case"nb":case"ne":case"nl":case"nn":case"no":case"oc":case"om":case"or":case"pa":case"pap":case"ps":case"pt":case"so":case"sq":case"sv":case"sw":case"ta":case"te":case"tk":case"ur":case"zu":return e===1?0:1;case"am":case"bh":case"fil":case"fr":case"gun":case"hi":case"hy":case"ln":case"mg":case"nso":case"xbr":case"ti":case"wa":return e===0||e===1?0:1;case"be":case"bs":case"hr":case"ru":case"sh":case"sr":case"uk":return e%10===1&&e%100!==11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2;case"cs":case"sk":return e===1?0:e>=2&&e<=4?1:2;case"ga":return e===1?0:e===2?1:2;case"lt":return e%10===1&&e%100!==11?0:e%10>=2&&(e%100<10||e%100>=20)?1:2;case"sl":return e%100===1?0:e%100===2?1:e%100===3||e%100===4?2:3;case"mk":return e%10===1?0:1;case"mt":return e===1?0:e===0||e%100>1&&e%100<11?1:e%100>10&&e%100<20?2:3;case"lv":return e===0?0:e%10===1&&e%100!==11?1:2;case"pl":return e===1?0:e%10>=2&&e%10<=4&&(e%100<12||e%100>14)?1:2;case"cy":return e===1?0:e===2?1:e===8||e===11?2:3;case"ro":return e===1?0:e===0||e%100>0&&e%100<20?1:2;case"ar":return e===0?0:e===1?1:e===2?2:e%100>=3&&e%100<=10?3:e%100>=11&&e%100<=99?4:5;default:return 0}}var Fd="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",d5="M4,11V13H16L10.5,18.5L11.92,19.92L19.84,12L11.92,4.08L10.5,5.5L16,11H4Z";var _l="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z";var c5="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z";var m5="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",v5="M12.5,8C9.85,8 7.45,9 5.6,10.6L2,7V16H11L7.38,12.38C8.77,11.22 10.54,10.5 12.5,10.5C16.04,10.5 19.05,12.81 20.1,16L22.47,15.22C21.08,11.03 17.15,8 12.5,8Z";const Cu=(e,u)=>{const t=e.__vccOpts||e;for(const[i,n]of u)t[i]=n;return t},g5=["aria-hidden","aria-label"],p5={key:0,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},h5=["d"],E5=["innerHTML"],f5=uu({__name:"NcIconSvgWrapper",props:{directional:{type:Boolean},inline:{type:Boolean},svg:{default:""},name:{default:void 0},path:{default:""},size:{default:20}},setup(e){C4(n=>({fb515064:t.value}));const u=e,t=pe(()=>typeof u.size=="number"?`${u.size}px`:u.size),i=pe(()=>{if(!u.svg||u.path)return;const n=B4.sanitize(u.svg),a=new DOMParser().parseFromString(n,"image/svg+xml");return a.querySelector("parsererror")?"":(a.documentElement.id&&a.documentElement.removeAttribute("id"),a.documentElement.outerHTML)});return(n,a)=>(w(),U("span",{"aria-hidden":n.name?void 0:"true","aria-label":n.name||void 0,class:Ve(["icon-vue",{"icon-vue--directional":n.directional,"icon-vue--inline":n.inline}]),role:"img"},[i.value?(w(),U("span",{key:1,innerHTML:i.value},null,8,E5)):(w(),U("svg",p5,[ge("path",{d:n.path},null,8,h5)]))],10,g5))}}),V0=Cu(f5,[["__scopeId","data-v-aaedb1c3"]]),es=Symbol.for("NcActions:isSemanticMenu"),iv=Symbol.for("NcActions:closeMenu"),C5={beforeUpdate(){this.text=this.getText()},data(){return{text:this.getText()}},computed:{isLongText(){return this.text&&this.text.trim().length>20}},methods:{getText(){return this.$slots.default?.()[0].children?.trim?.()||""}}},Vr={mixins:[C5],props:{icon:{type:String,default:""},name:{type:String,default:""},title:{type:String,default:""},closeAfterClick:{type:Boolean,default:!1},ariaLabel:{type:String,default:null}},inject:{closeMenu:{from:iv}},emits:["click"],created(){"ariaHidden"in this.$attrs},computed:{isIconUrl(){try{return!!new URL(this.icon,this.icon.startsWith("/")?window.location.origin:void 0)}catch{return!1}}},methods:{onClick(e){this.$emit("click",e),this.closeAfterClick&&this.closeMenu(!1)}}},y5={name:"NcActionButton",components:{NcIconSvgWrapper:V0},mixins:[Vr],inject:{isInSemanticMenu:{from:es,default:!1}},props:{disabled:{type:Boolean,default:!1},isMenu:{type:Boolean,default:!1},type:{type:String,default:"button",validator:e=>["button","checkbox","radio","reset","submit"].includes(e)},modelValue:{type:[Boolean,String],default:null},value:{type:String,default:null},description:{type:String,default:""}},emits:["update:modelValue"],setup(){return{mdiCheck:_l,mdiChevronRight:c5}},computed:{isFocusable(){return!this.disabled},isChecked(){return this.type==="radio"&&typeof this.modelValue!="boolean"?this.modelValue===this.value:this.modelValue},nativeType(){return this.type==="submit"||this.type==="reset"?this.type:"button"},buttonAttributes(){const e={};return this.isInSemanticMenu?(e.role="menuitem",this.type==="radio"?(e.role="menuitemradio",e["aria-checked"]=this.isChecked?"true":"false"):(this.type==="checkbox"||this.nativeType==="button"&&this.modelValue!==null)&&(e.role="menuitemcheckbox",e["aria-checked"]=this.modelValue===null?"mixed":this.modelValue?"true":"false")):this.modelValue!==null&&this.nativeType==="button"&&(e["aria-pressed"]=this.modelValue?"true":"false"),e}},methods:{handleClick(e){this.onClick(e),(this.modelValue!==null||this.type!=="button")&&(this.type==="radio"?typeof this.modelValue!="boolean"?this.isChecked||this.$emit("update:modelValue",this.value):this.$emit("update:modelValue",!this.isChecked):this.$emit("update:modelValue",!this.isChecked))}}},B5=["role"],A5=["aria-label","disabled","title","type"],D5={class:"action-button__longtext-wrapper"},x5={key:0,class:"action-button__name"},b5=["textContent"],k5={key:2,class:"action-button__text"},w5=["textContent"],F5={key:2,class:"action-button__pressed-icon material-design-icon"};function S5(e,u,t,i,n,a){const s=Iu("NcIconSvgWrapper");return w(),U("li",{class:Ve(["action",{"action--disabled":t.disabled}]),role:a.isInSemanticMenu&&"presentation"},[ge("button",Xe({"aria-label":e.ariaLabel,class:["action-button button-vue",{"action-button--active":a.isChecked,focusable:a.isFocusable}],disabled:t.disabled,title:e.title,type:a.nativeType},a.buttonAttributes,{onClick:u[0]||(u[0]=(...r)=>a.handleClick&&a.handleClick(...r))}),[xe(e.$slots,"icon",{},()=>[ge("span",{class:Ve([[e.isIconUrl?"action-button__icon--url":e.icon],"action-button__icon"]),style:Bu({backgroundImage:e.isIconUrl?`url(${e.icon})`:null}),"aria-hidden":"true"},null,6)],!0),ge("span",D5,[e.name?(w(),U("strong",x5,ze(e.name),1)):le("",!0),e.isLongText?(w(),U("span",{key:1,class:"action-button__longtext",textContent:ze(e.text)},null,8,b5)):(w(),U("span",k5,ze(e.text),1)),t.description?(w(),U("span",{key:3,class:"action-button__description",textContent:ze(t.description)},null,8,w5)):le("",!0)]),t.isMenu?(w(),Ne(s,{key:0,class:"action-button__menu-icon",directional:"",path:i.mdiChevronRight},null,8,["path"])):a.isChecked?(w(),Ne(s,{key:1,path:i.mdiCheck,class:"action-button__pressed-icon"},null,8,["path"])):a.isChecked===!1?(w(),U("span",F5)):le("",!0),le("",!0)],16,A5)],10,B5)}const _5=Cu(y5,[["render",S5],["__scopeId","data-v-6c2daf4e"]]);class N5{bundle;constructor(u){this.bundle={pluralFunction:u,translations:{}}}addTranslations(u){const t=Object.values(u.translations[""]??{}).map(({msgid:i,msgid_plural:n,msgstr:a})=>n!==void 0?[`_${i}_::_${n}_`,a]:[i,a[0]]);this.bundle.translations={...this.bundle.translations,...Object.fromEntries(t)}}gettext(u,t={}){return b("",u,t,void 0,{bundle:this.bundle})}ngettext(u,t,i,n={}){return o5("",u,t,i,n,{bundle:this.bundle})}}class M5{debug=!1;language="en";translations={};setLanguage(u){return this.language=u,this}detectLocale(){return this.detectLanguage()}detectLanguage(){return this.setLanguage(jr().replace("-","_"))}addTranslation(u,t){return this.translations[u]=t,this}enableDebugMode(){return this.debug=!0,this}build(){this.debug&&console.debug(`Creating gettext instance for language ${this.language}`);const u=new N5(t=>l5(t,this.language));return this.language in this.translations&&u.addTranslations(this.translations[this.language]),u}}function A4(){return new M5}const D4=A4().detectLanguage().build(),T5=(...e)=>D4.ngettext(...e),Re=(...e)=>D4.gettext(...e);function Ye(...e){for(const u of e)if(!u.registered){for(const{l:t,t:i}of u){if(t!==jr()||!i)continue;const n=Object.fromEntries(Object.entries(i).map(([a,s])=>[a,{msgid:a,msgid_plural:s.p,msgstr:s.v}]));D4.addTranslations({translations:{"":n}})}u.registered=!0}}const z5=[{l:"ar",t:{"{tag} (invisible)":{v:["{tag} (غير مرئي)"]},"{tag} (restricted)":{v:["{tag} (مقيد)"]},"Select a tag":{v:["اختر وسم"]}}},{l:"ast",t:{"{tag} (invisible)":{v:["{tag} (invisible)"]},"{tag} (restricted)":{v:["{tag} (restrinxóse)"]},"Select a tag":{v:["Seleicionar una etiqueta"]}}},{l:"br",t:{"{tag} (invisible)":{v:["{tag} (diwelus)"]},"{tag} (restricted)":{v:["{tag} (bevennet)"]},"Select a tag":{v:["Choaz ur c'hlav"]}}},{l:"ca",t:{"{tag} (invisible)":{v:["{tag} (invisible)"]},"{tag} (restricted)":{v:["{tag} (restringit)"]},"Select a tag":{v:["Seleccioneu una etiqueta"]}}},{l:"cs",t:{"{tag} (invisible)":{v:["{tag} (neviditelné)"]},"{tag} (restricted)":{v:["{tag} (omezené)"]},"Select a tag":{v:["Vybrat štítek"]}}},{l:"cs-CZ",t:{"{tag} (invisible)":{v:["{tag} (neviditelné)"]},"{tag} (restricted)":{v:["{tag} (omezené)"]},"Select a tag":{v:["Vybrat štítek"]}}},{l:"da",t:{"{tag} (invisible)":{v:["{tag} (usynlig)"]},"{tag} (restricted)":{v:["{tag} (begrænset)"]},"Select a tag":{v:["Vælg et mærke"]}}},{l:"de",t:{"{tag} (invisible)":{v:["{tag} (unsichtbar)"]},"{tag} (restricted)":{v:["{tag} (eingeschränkt)"]},"Select a tag":{v:["Schlagwort auswählen"]}}},{l:"de-DE",t:{"{tag} (invisible)":{v:["{tag} (unsichtbar)"]},"{tag} (restricted)":{v:["{tag} (eingeschränkt)"]},"Select a tag":{v:["Schlagwort auswählen"]}}},{l:"el",t:{"{tag} (invisible)":{v:["{tag} (αόρατο)"]},"{tag} (restricted)":{v:["{tag} (περιορισμένο)"]},"Select a tag":{v:["Επιλογή ετικέτας"]}}},{l:"en-GB",t:{"{tag} (invisible)":{v:["{tag} (invisible)"]},"{tag} (restricted)":{v:["{tag} (restricted)"]},"Select a tag":{v:["Select a tag"]}}},{l:"eo",t:{"{tag} (invisible)":{v:["{tag} (kaŝita)"]},"{tag} (restricted)":{v:["{tag} (limigita)"]},"Select a tag":{v:["Elektu etikedon"]}}},{l:"es",t:{"{tag} (invisible)":{v:["{tag} (invisible)"]},"{tag} (restricted)":{v:["{tag} (restringido)"]},"Select a tag":{v:["Seleccione una etiqueta"]}}},{l:"es-AR",t:{"{tag} (invisible)":{v:["{tag} (invisible)"]},"{tag} (restricted)":{v:["{tag} (restringido)"]},"Select a tag":{v:["Elija una etiqueta"]}}},{l:"es-EC",t:{"{tag} (invisible)":{v:["{tag} (invisible)"]},"{tag} (restricted)":{v:["{tag} (restricted)"]},"Select a tag":{v:["Seleccionar una etiqueta"]}}},{l:"es-MX",t:{"{tag} (invisible)":{v:["{tag} (invisible)"]},"{tag} (restricted)":{v:["{tag} (restringido)"]},"Select a tag":{v:["Seleccionar una etiqueta"]}}},{l:"et-EE",t:{"{tag} (invisible)":{v:["{tag} (nähtamatu)"]},"{tag} (restricted)":{v:["{tag} (piiratud)"]},"Select a tag":{v:["Vali silt"]}}},{l:"eu",t:{"{tag} (invisible)":{v:["{tag} (ikusezina)"]},"{tag} (restricted)":{v:["{tag} (mugatua)"]},"Select a tag":{v:["Hautatu etiketa bat"]}}},{l:"fa",t:{"{tag} (invisible)":{v:["{tag} مخفی"]},"{tag} (restricted)":{v:["{tag} محدود شده"]},"Select a tag":{v:["انتخاب یک برچسب"]}}},{l:"fi",t:{"{tag} (invisible)":{v:["{tag} (näkymätön)"]},"{tag} (restricted)":{v:["{tag} (rajoitettu)"]},"Select a tag":{v:["Valitse tunniste"]}}},{l:"fr",t:{"{tag} (invisible)":{v:["{tag} (invisible)"]},"{tag} (restricted)":{v:["{tag} (restreint)"]},"Select a tag":{v:["Sélectionnez une balise"]}}},{l:"ga",t:{"{tag} (invisible)":{v:["{tag} (dofheicthe)"]},"{tag} (restricted)":{v:["{tag} (srianta)"]},"Select a tag":{v:["Roghnaigh clib"]}}},{l:"gl",t:{"{tag} (invisible)":{v:["{tag} (invisíbel)"]},"{tag} (restricted)":{v:["{tag} (restrinxido)"]},"Select a tag":{v:["Seleccione unha etiqueta"]}}},{l:"he",t:{"{tag} (invisible)":{v:["{tag} (נסתר)"]},"{tag} (restricted)":{v:["{tag} (מוגבל)"]},"Select a tag":{v:["בחירת תגית"]}}},{l:"hr",t:{"{tag} (invisible)":{v:["{tag} (nevidljivo)"]},"{tag} (restricted)":{v:["{tag} (ograničeno)"]},"Select a tag":{v:["Odaberi oznaku"]}}},{l:"hu",t:{"{tag} (invisible)":{v:["{tag} (láthatatlan)"]},"{tag} (restricted)":{v:["{tag} (korlátozott)"]},"Select a tag":{v:["Válasszon címkét"]}}},{l:"id",t:{"{tag} (invisible)":{v:["{tag} (tidak terlihat)"]},"{tag} (restricted)":{v:["{tag} (dibatasi)"]},"Select a tag":{v:["Pilih tag"]}}},{l:"is",t:{"{tag} (invisible)":{v:["{tag} (ósýnilegt)"]},"{tag} (restricted)":{v:["{tag} (takmarkað)"]},"Select a tag":{v:["Veldu merki"]}}},{l:"it",t:{"{tag} (invisible)":{v:["{tag} (invisibile)"]},"{tag} (restricted)":{v:["{tag} (limitato)"]},"Select a tag":{v:["Seleziona un'etichetta"]}}},{l:"ja",t:{"{tag} (invisible)":{v:["{tag} (不可視)"]},"{tag} (restricted)":{v:["{tag} (制限付)"]},"Select a tag":{v:["タグを選択"]}}},{l:"ja-JP",t:{"{tag} (invisible)":{v:["{tag} (不可視)"]},"{tag} (restricted)":{v:["{tag} (制限付)"]},"Select a tag":{v:["タグを選択"]}}},{l:"ko",t:{"{tag} (invisible)":{v:["{tag}(숨김)"]},"{tag} (restricted)":{v:["{tag}(제한)"]},"Select a tag":{v:["태그 선택"]}}},{l:"lo",t:{"{tag} (invisible)":{v:["{tag} (ບໍ່ສະແດງ)"]},"{tag} (restricted)":{v:["{tag} (ຈຳກັດ)"]},"Select a tag":{v:["ເລືອກແທັກ"]}}},{l:"lt-LT",t:{"{tag} (invisible)":{v:["{tag} (nematoma)"]},"{tag} (restricted)":{v:["{tag} (apribota)"]},"Select a tag":{v:["Pasirinkti žymę"]}}},{l:"lv",t:{"{tag} (invisible)":{v:["{tag} (neredzams)"]},"{tag} (restricted)":{v:["{tag} (ierobežots)"]},"Select a tag":{v:["Izvēlēties birku"]}}},{l:"mk",t:{"{tag} (invisible)":{v:["{tag} (невидливо)"]},"{tag} (restricted)":{v:["{tag} (ограничено)"]},"Select a tag":{v:["Избери ознака"]}}},{l:"mn",t:{"{tag} (invisible)":{v:["{tag} (үл харагдах)"]},"{tag} (restricted)":{v:["{tag} (хязгаарлагдмал)"]},"Select a tag":{v:["Шошго сонгох"]}}},{l:"my",t:{"{tag} (invisible)":{v:["{tag} (ကွယ်ဝှက်ထား)"]},"{tag} (restricted)":{v:["{tag} (ကန့်သတ်)"]},"Select a tag":{v:["tag ရွေးချယ်ရန်"]}}},{l:"nb",t:{"{tag} (invisible)":{v:["{tag} (usynlig)"]},"{tag} (restricted)":{v:["{tag} (beskyttet)"]},"Select a tag":{v:["Velg en merkelapp"]}}},{l:"nl",t:{"{tag} (invisible)":{v:["{tag} (onzichtbaar)"]},"{tag} (restricted)":{v:["{tag} (beperkt)"]},"Select a tag":{v:["Selecteer een label"]}}},{l:"oc",t:{"{tag} (invisible)":{v:["{tag} (invisible)"]},"{tag} (restricted)":{v:["{tag} (limit)"]},"Select a tag":{v:["Seleccionar una etiqueta"]}}},{l:"pl",t:{"{tag} (invisible)":{v:["{tag} (niewidoczna)"]},"{tag} (restricted)":{v:["{tag} (ograniczona)"]},"Select a tag":{v:["Wybierz etykietę"]}}},{l:"pt-BR",t:{"{tag} (invisible)":{v:["{tag} (invisível)"]},"{tag} (restricted)":{v:["{tag} (restrito)"]},"Select a tag":{v:["Selecione uma etiqueta"]}}},{l:"pt-PT",t:{"{tag} (invisible)":{v:["{tag} (invisível)"]},"{tag} (restricted)":{v:["{tag} (restrito)"]},"Select a tag":{v:["Selecionar uma etiqueta"]}}},{l:"ro",t:{"{tag} (invisible)":{v:["{tag} (invizibil)"]},"{tag} (restricted)":{v:["{tag} (restricționat)"]},"Select a tag":{v:["Selectați o etichetă"]}}},{l:"ru",t:{"{tag} (invisible)":{v:["{tag} (невидимое)"]},"{tag} (restricted)":{v:["{tag} (ограниченное)"]},"Select a tag":{v:["Выберите метку"]}}},{l:"sk",t:{"{tag} (invisible)":{v:["{tag} (neviditeľný)"]},"{tag} (restricted)":{v:["{tag} (obmedzený)"]},"Select a tag":{v:["Vybrať štítok"]}}},{l:"sl",t:{"{tag} (invisible)":{v:["{tag} (nevidno)"]},"{tag} (restricted)":{v:["{tag} (omejeno)"]},"Select a tag":{v:["Izbor oznake"]}}},{l:"sr",t:{"{tag} (invisible)":{v:["{tag} (невидљиво)"]},"{tag} (restricted)":{v:["{tag} (ограничено)"]},"Select a tag":{v:["Изаберите ознаку"]}}},{l:"sv",t:{"{tag} (invisible)":{v:["{tag} (osynlig)"]},"{tag} (restricted)":{v:["{tag} (begränsad)"]},"Select a tag":{v:["Välj en tag"]}}},{l:"tr",t:{"{tag} (invisible)":{v:["{tag} (görünmez)"]},"{tag} (restricted)":{v:["{tag} (kısıtlanmış)"]},"Select a tag":{v:["Bir etiket seçin"]}}},{l:"uk",t:{"{tag} (invisible)":{v:["{tag} (невидимий)"]},"{tag} (restricted)":{v:["{tag} (обмежений)"]},"Select a tag":{v:["Виберіть позначку"]}}},{l:"uz",t:{"{tag} (invisible)":{v:["{tag} (ko'rinmas)"]},"{tag} (restricted)":{v:["{tag} (cheklangan)"]},"Select a tag":{v:["Teg tanlang"]}}},{l:"zh-CN",t:{"{tag} (invisible)":{v:["{tag} (隐藏)"]},"{tag} (restricted)":{v:["{tag} (受限)"]},"Select a tag":{v:["选择一个标签"]}}},{l:"zh-HK",t:{"{tag} (invisible)":{v:["{tag} (隱藏)"]},"{tag} (restricted)":{v:["{tag} (受限)"]},"Select a tag":{v:["選擇標籤"]}}},{l:"zh-TW",t:{"{tag} (invisible)":{v:["{tag}(隱藏)"]},"{tag} (restricted)":{v:["{tag}(受限)"]},"Select a tag":{v:["選擇標籤"]}}}],P5=[{l:"ar",t:{"A color with a HEX value {hex}":{v:["لون بالقيمة الست عشرية {hex}"]},Back:{v:["عودة"]},Choose:{v:["إختَر"]},"Color picker":{v:["لاقط الألوان"]},"More options":{v:["خيارات أخرى ..."]}}},{l:"ast",t:{"A color with a HEX value {hex}":{v:["Un color con un valor HEX {hex}"]},Back:{v:["Atrás"]},Choose:{v:["Escoyer"]},"Color picker":{v:["Selector de colores"]},"More options":{v:["Más opciones"]}}},{l:"br",t:{Choose:{v:["Dibab"]}}},{l:"ca",t:{Choose:{v:["Tria"]}}},{l:"cs",t:{"A color with a HEX value {hex}":{v:["Barva vyjádřená HEX hodnotou {hex}"]},Back:{v:["Zpět"]},Choose:{v:["Zvolit"]},"Color picker":{v:["Výběr barev"]},"More options":{v:["Další volby"]},"No color":{v:["Žádná barva"]}}},{l:"cs-CZ",t:{"A color with a HEX value {hex}":{v:["Barva vyjádřená HEX hodnotou {hex}"]},Back:{v:["Zpět"]},Choose:{v:["Zvolit"]},"Color picker":{v:["Výběr barev"]},"More options":{v:["Další volby"]}}},{l:"da",t:{"A color with a HEX value {hex}":{v:["En farve med en HEX-værdi {hex}"]},Back:{v:["Tilbage"]},Choose:{v:["Vælg"]},"Color picker":{v:["Farvevælger"]},"More options":{v:["Flere muligheder"]},"No color":{v:["Ingen farve"]}}},{l:"de",t:{"A color with a HEX value {hex}":{v:["Eine Farbe mit einem HEX-Wert {hex}"]},Back:{v:["Zurück"]},Choose:{v:["Auswählen"]},"Color picker":{v:["Farbauswahl"]},"More options":{v:["Weitere Optionen"]},"No color":{v:["Keine Farbe"]}}},{l:"de-DE",t:{"A color with a HEX value {hex}":{v:["Eine Farbe mit einem HEX-Wert {hex}"]},Back:{v:["Zurück"]},Choose:{v:["Auswählen"]},"Color picker":{v:["Farbauswahl"]},"More options":{v:["Mehr Optionen"]},"No color":{v:["Keine Farbe"]}}},{l:"el",t:{"A color with a HEX value {hex}":{v:["Ένα χρώμα με τιμή HEX {hex}"]},Back:{v:["Επιστροφή"]},Choose:{v:["Επιλογή"]},"Color picker":{v:["Επιλογέας χρώματος"]},"More options":{v:["Περισσότερες επιλογές"]},"No color":{v:["Χωρίς χρώμα"]}}},{l:"en-GB",t:{"A color with a HEX value {hex}":{v:["A colour with a HEX value {hex}"]},Back:{v:["Back"]},Choose:{v:["Choose"]},"Color picker":{v:["Colour picker"]},"More options":{v:["More options"]},"No color":{v:["No colour"]}}},{l:"eo",t:{Choose:{v:["Elektu"]}}},{l:"es",t:{"A color with a HEX value {hex}":{v:["Un color con un valor HEX {hex}"]},Back:{v:["Atrás"]},Choose:{v:["Escoger"]},"Color picker":{v:["Selector de color"]},"More options":{v:["Más opciones"]}}},{l:"es-AR",t:{"A color with a HEX value {hex}":{v:["Un color con valor HEX {hex}"]},Back:{v:["Atrás"]},Choose:{v:["Elegir"]},"Color picker":{v:["Selector de color"]},"More options":{v:["Más opciones"]}}},{l:"es-EC",t:{Back:{v:["Atrás"]},Choose:{v:["Elegir"]},"More options":{v:["Más opciones"]}}},{l:"es-MX",t:{"A color with a HEX value {hex}":{v:["Un color con valor HEX {hex}"]},Back:{v:["Atrás"]},Choose:{v:["Elegir"]},"Color picker":{v:["Selector de color"]},"More options":{v:["Más opciones"]}}},{l:"et-EE",t:{"A color with a HEX value {hex}":{v:["Värv kuueteistkümnendarvuna {hex}"]},Back:{v:["Tagasi"]},Choose:{v:["Tee valik"]},"Color picker":{v:["Värvivalija"]},"More options":{v:["Rohkem valikuid"]},"No color":{v:["Värv puudub"]}}},{l:"eu",t:{Back:{v:["Atzera"]},Choose:{v:["Aukeratu"]},"More options":{v:["Aukera gehiago"]}}},{l:"fa",t:{"A color with a HEX value {hex}":{v:["رنگی با مقدار مبنای هشت {hex}"]},Back:{v:["بازگشت"]},Choose:{v:["انتخاب کنید"]},"Color picker":{v:["انتخابگر رنگ"]},"More options":{v:["گزینههای بیشتر"]}}},{l:"fi",t:{"A color with a HEX value {hex}":{v:["Väri heksa-arvolla {hex}"]},Back:{v:["Takaisin"]},Choose:{v:["Valitse"]},"Color picker":{v:["Värivalitsin"]},"More options":{v:["Lisää vaihtoehtoja"]}}},{l:"fr",t:{"A color with a HEX value {hex}":{v:["Une couleur de valeur HEX {hex}"]},Back:{v:["Retour"]},Choose:{v:["Choisir"]},"Color picker":{v:["Sélecteur de couleurs"]},"More options":{v:["Plus d'options"]},"No color":{v:["Sans couleur"]}}},{l:"ga",t:{"A color with a HEX value {hex}":{v:["Dath le luach HEX {hex}"]},Back:{v:["Ar ais"]},Choose:{v:["Roghnaigh"]},"Color picker":{v:["Roghnóir dathanna"]},"More options":{v:["Tuilleadh roghanna"]},"No color":{v:["Gan dath"]}}},{l:"gl",t:{"A color with a HEX value {hex}":{v:["Unha cor cun valor HEX {hex}"]},Back:{v:["Atrás"]},Choose:{v:["Escoller"]},"Color picker":{v:["Selector de cores"]},"More options":{v:["Máis opcións"]},"No color":{v:["Sen cor"]}}},{l:"he",t:{Back:{v:["חזרה"]},Choose:{v:["בחירה"]},"More options":{v:["אפשרויות נוספות"]}}},{l:"hr",t:{"A color with a HEX value {hex}":{v:["Boja s HEX vrijednošću {hex}"]},Back:{v:["Natrag"]},Choose:{v:["Odaberi"]},"Color picker":{v:["Odabir boje"]},"More options":{v:["Više mogućnosti"]},"No color":{v:["Bez boje"]}}},{l:"hu",t:{Choose:{v:["Válassszon"]}}},{l:"id",t:{"A color with a HEX value {hex}":{v:["Warna dengan nilai HEX {hex}"]},Back:{v:["Kembali"]},Choose:{v:["Pilih"]},"Color picker":{v:["Pemilih warna"]},"More options":{v:["Opsi lainnya"]},"No color":{v:["Tanpa warna"]}}},{l:"is",t:{"A color with a HEX value {hex}":{v:["Litur með HEX-gildi {hex}"]},Back:{v:["Til baka"]},Choose:{v:["Velja"]},"Color picker":{v:["Litaplokkari"]},"More options":{v:["Fleiri valkostir"]}}},{l:"it",t:{"A color with a HEX value {hex}":{v:["Un colore con un valore HEX {hex}"]},Back:{v:["Indietro"]},Choose:{v:["Scegli"]},"More options":{v:["Altre opzioni"]}}},{l:"ja",t:{"A color with a HEX value {hex}":{v:[" HEX値 {hex} を持つ色"]},Back:{v:["戻る"]},Choose:{v:["選択"]},"Color picker":{v:["カラーピッカー"]},"More options":{v:["他のオプション"]},"No color":{v:["色なし"]}}},{l:"ja-JP",t:{"A color with a HEX value {hex}":{v:[" HEX値 {hex} を持つ色"]},Back:{v:["戻る"]},Choose:{v:["選択"]},"Color picker":{v:["カラーピッカー"]},"More options":{v:["他のオプション"]}}},{l:"ko",t:{"A color with a HEX value {hex}":{v:["HEX 값이 {hex}인 색상"]},Back:{v:["뒤로"]},Choose:{v:["선택"]},"Color picker":{v:["색상 선택기"]},"More options":{v:["옵션 더 보기"]},"No color":{v:["색 없음"]}}},{l:"lo",t:{"A color with a HEX value {hex}":{v:["ສີທີ່ມີຄ່າ HEX {hex}"]},Back:{v:["ກັບຄືນ"]},Choose:{v:["ເລືອກ"]},"Color picker":{v:["ໂຕເລືອກສີ"]},"More options":{v:["ຕົວເລືອກເພີ່ມເຕີມ"]},"No color":{v:["ບໍ່ມີສີ"]}}},{l:"lt-LT",t:{Choose:{v:["Pasirinkti"]}}},{l:"lv",t:{Choose:{v:["Izvēlēties"]}}},{l:"mk",t:{"A color with a HEX value {hex}":{v:["Боја со HEX вредност {hex}"]},Back:{v:["Назад"]},Choose:{v:["Избери"]},"Color picker":{v:["Избор на боја"]},"More options":{v:["Повеќе опции"]},"No color":{v:["Без боја"]}}},{l:"mn",t:{"A color with a HEX value {hex}":{v:["{hex} HEX утгатай өнгө"]},Back:{v:["Буцах"]},Choose:{v:["Сонгох"]},"Color picker":{v:["Өнгө сонгогч"]},"More options":{v:["Нэмэлт сонголтууд"]},"No color":{v:["Өнгөгүй"]}}},{l:"my",t:{Choose:{v:["ရွေးချယ်ရန်"]}}},{l:"nb",t:{"A color with a HEX value {hex}":{v:["En farge med en HEX-verdi {hex}"]},Back:{v:["Tilbake"]},Choose:{v:["Velg"]},"Color picker":{v:["Fargevelger"]},"More options":{v:["Flere alternativer"]}}},{l:"nl",t:{"A color with a HEX value {hex}":{v:["Een kleur met een HEX-waarde {hex}"]},Back:{v:["Terug"]},Choose:{v:["Kiezen"]},"Color picker":{v:["Kleurkiezer"]},"More options":{v:["Meer opties"]},"No color":{v:["Geen kleur"]}}},{l:"oc",t:{Choose:{v:["Causir"]}}},{l:"pl",t:{"A color with a HEX value {hex}":{v:["Kolor o wartości HEX {hex}"]},Back:{v:["Wstecz"]},Choose:{v:["Wybierz"]},"Color picker":{v:["Wybierz kolor"]},"More options":{v:["Więcej opcji"]}}},{l:"pt-BR",t:{"A color with a HEX value {hex}":{v:["Uma cor com valor HEX {hex}"]},Back:{v:["Voltar"]},Choose:{v:["Escolher"]},"Color picker":{v:["Seletor de cores"]},"More options":{v:["Mais opções"]},"No color":{v:["Sem cor"]}}},{l:"pt-PT",t:{"A color with a HEX value {hex}":{v:["Uma cor com o valor HEX {hex}"]},Back:{v:["Anterior"]},Choose:{v:["Escolher"]},"Color picker":{v:["seletor de cores"]},"More options":{v:["Mais opções"]}}},{l:"ro",t:{"A color with a HEX value {hex}":{v:["O culoare în HEX value {hex}"]},Back:{v:["Înapoi"]},Choose:{v:["Alegeți"]},"More options":{v:["Mai multe opțiuni"]}}},{l:"ru",t:{"A color with a HEX value {hex}":{v:["Цвет в HEX {hex}"]},Back:{v:["Назад"]},Choose:{v:["Выберите"]},"Color picker":{v:["Выбор цвета"]},"More options":{v:["Больше опций"]},"No color":{v:["Без цвета"]}}},{l:"sk",t:{"A color with a HEX value {hex}":{v:["Farba s hodnotou HEX {hex}"]},Back:{v:["Späť"]},Choose:{v:["Vybrať"]},"Color picker":{v:["Výber farby"]},"More options":{v:["Viac možností"]}}},{l:"sl",t:{Choose:{v:["Izbor"]}}},{l:"sr",t:{"A color with a HEX value {hex}":{v:["Боја са HEX вредности {hex}"]},Back:{v:["Назад"]},Choose:{v:["Изаберите"]},"Color picker":{v:["Бирач боје"]},"More options":{v:["Још опција"]},"No color":{v:["Без боје"]}}},{l:"sv",t:{"A color with a HEX value {hex}":{v:["En färg med ett HEX-värde {hex}"]},Back:{v:["Tillbaka"]},Choose:{v:["Välj"]},"Color picker":{v:["Färgväljare"]},"More options":{v:["Fler alternativ"]}}},{l:"tr",t:{"A color with a HEX value {hex}":{v:["{hex} onaltılık değeri ile bir renk "]},Back:{v:["Geri"]},Choose:{v:["Seçin"]},"Color picker":{v:["Renk seçici"]},"More options":{v:["Diğer seçenekler"]},"No color":{v:["Renk yok"]}}},{l:"uk",t:{"A color with a HEX value {hex}":{v:["Колір у форматі HEX {hex}"]},Back:{v:["Назад"]},Choose:{v:["Виберіть"]},"Color picker":{v:["Вибір кольору"]},"More options":{v:["Більше об'єктів"]}}},{l:"uz",t:{"A color with a HEX value {hex}":{v:["HEX qiymatiga ega rang {hex}"]},Back:{v:["Orqaga"]},Choose:{v:["Tanlang"]},"Color picker":{v:["Rang tanlagich"]},"More options":{v:["Boshqa variantlar"]},"No color":{v:["Rangsiz"]}}},{l:"zh-CN",t:{"A color with a HEX value {hex}":{v:["以16进制 {hex} 表示的颜色为"]},Back:{v:["返回"]},Choose:{v:["选择"]},"Color picker":{v:["颜色拾取器"]},"More options":{v:["更多选项"]}}},{l:"zh-HK",t:{"A color with a HEX value {hex}":{v:["具有 HEX 值 {hex}的顏色 "]},Back:{v:["返回"]},Choose:{v:["選擇"]},"Color picker":{v:["顏色選擇器"]},"More options":{v:["更多選項"]},"No color":{v:["無顏色"]}}},{l:"zh-TW",t:{"A color with a HEX value {hex}":{v:["HEX 值為 {hex} 的顏色"]},Back:{v:["返回"]},Choose:{v:["選擇"]},"Color picker":{v:["色彩挑選器"]},"More options":{v:["更多選項"]},"No color":{v:["沒有顏色"]}}}],O5=[{l:"ar",t:{"a few seconds ago":{v:["منذ عدة ثوانٍ"]},"sec. ago":{v:["ثانية مضت"]},"seconds ago":{v:["ثوانٍ مضت"]}}},{l:"ast",t:{"a few seconds ago":{v:["hai unos segundos"]},"sec. ago":{v:["hai segs"]},"seconds ago":{v:["hai segundos"]}}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{"a few seconds ago":{v:["před několika sekundami"]},"sec. ago":{v:["sek. před"]},"seconds ago":{v:["sekund předtím"]}}},{l:"cs-CZ",t:{"a few seconds ago":{v:["před několika sekundami"]},"sec. ago":{v:["sek. před"]},"seconds ago":{v:["sekund předtím"]}}},{l:"da",t:{"a few seconds ago":{v:["et par sekunder siden"]},"sec. ago":{v:["sek. siden"]},"seconds ago":{v:["sekunder siden"]}}},{l:"de",t:{"a few seconds ago":{v:["vor ein paar Sekunden"]},"sec. ago":{v:["Sek. zuvor"]},"seconds ago":{v:["Sekunden zuvor"]}}},{l:"de-DE",t:{"a few seconds ago":{v:["vor ein paar Sekunden"]},"sec. ago":{v:["Sek. zuvor"]},"seconds ago":{v:["Sekunden zuvor"]}}},{l:"el",t:{"a few seconds ago":{v:["πριν λίγα δευτερόλεπτα"]},"sec. ago":{v:["δευτ. πριν"]},"seconds ago":{v:["δευτερόλεπτα πριν"]}}},{l:"en-GB",t:{"a few seconds ago":{v:["a few seconds ago"]},"sec. ago":{v:["sec. ago"]},"seconds ago":{v:["seconds ago"]}}},{l:"eo",t:{}},{l:"es",t:{"a few seconds ago":{v:["hace unos pocos segundos"]},"sec. ago":{v:["hace segundos"]},"seconds ago":{v:["segundos atrás"]}}},{l:"es-AR",t:{"a few seconds ago":{v:["hace unos segundos"]},"sec. ago":{v:["seg. atrás"]},"seconds ago":{v:["segundos atrás"]}}},{l:"es-EC",t:{"a few seconds ago":{v:["hace unos segundos"]},"sec. ago":{v:["hace segundos"]},"seconds ago":{v:["Segundos atrás"]}}},{l:"es-MX",t:{"a few seconds ago":{v:["hace unos segundos"]},"sec. ago":{v:["seg. atrás"]},"seconds ago":{v:["segundos atrás"]}}},{l:"et-EE",t:{"a few seconds ago":{v:["mõni sekund tagasi"]},"sec. ago":{v:["sek. tagasi"]},"seconds ago":{v:["sekundit tagasi"]}}},{l:"eu",t:{"a few seconds ago":{v:["duela segundo batzuk"]},"sec. ago":{v:["duela seg."]},"seconds ago":{v:["duela segundo"]}}},{l:"fa",t:{"a few seconds ago":{v:["چند ثانیه پیش"]},"sec. ago":{v:["چند ثانیه پیش"]},"seconds ago":{v:["چند ثانیه پیش"]}}},{l:"fi",t:{"a few seconds ago":{v:["muutamia sekunteja sitten"]},"sec. ago":{v:["sek. sitten"]},"seconds ago":{v:["sekunteja sitten"]}}},{l:"fr",t:{"a few seconds ago":{v:["il y a quelques instants"]},"sec. ago":{v:["il y a qq. sec."]},"seconds ago":{v:["il y a quelques secondes"]}}},{l:"ga",t:{"a few seconds ago":{v:["cúpla soicind ó shin"]},"sec. ago":{v:["soic. ó shin"]},"seconds ago":{v:["soicind ó shin"]}}},{l:"gl",t:{"a few seconds ago":{v:["hai uns segundos"]},"sec. ago":{v:["segs. atrás"]},"seconds ago":{v:["segundos atrás"]}}},{l:"he",t:{"a few seconds ago":{v:["לפני מספר שניות"]},"sec. ago":{v:["לפני מספר שניות"]},"seconds ago":{v:["לפני מס׳ שניות"]}}},{l:"hr",t:{"a few seconds ago":{v:["prije nekoliko sekundi"]},"sec. ago":{v:["prije nek. sek."]},"seconds ago":{v:["prije nek. sek."]}}},{l:"hu",t:{}},{l:"id",t:{"a few seconds ago":{v:["beberapa detik yang lalu"]},"sec. ago":{v:["dtk. yang lalu"]},"seconds ago":{v:["beberapa detik lalu"]}}},{l:"is",t:{"a few seconds ago":{v:["fyrir örfáum sekúndum síðan"]},"sec. ago":{v:["sek. síðan"]},"seconds ago":{v:["sekúndum síðan"]}}},{l:"it",t:{"a few seconds ago":{v:["pochi secondi fa"]},"sec. ago":{v:["sec. fa"]},"seconds ago":{v:["secondi fa"]}}},{l:"ja",t:{"a few seconds ago":{v:["数秒前"]},"sec. ago":{v:["秒前"]},"seconds ago":{v:["数秒前"]}}},{l:"ja-JP",t:{"a few seconds ago":{v:["数秒前"]},"sec. ago":{v:["秒前"]},"seconds ago":{v:["数秒前"]}}},{l:"ko",t:{"a few seconds ago":{v:["방금 전"]},"sec. ago":{v:["몇 초 전"]},"seconds ago":{v:["초 전"]}}},{l:"lo",t:{"a few seconds ago":{v:["ສອງສາມວິນາທີກ່ອນ"]},"sec. ago":{v:["ວິ. ກ່ອນ"]},"seconds ago":{v:["ວິນາທີກ່ອນ"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"a few seconds ago":{v:["пред неколку секунди"]},"sec. ago":{v:["секунда"]},"seconds ago":{v:["секунди"]}}},{l:"mn",t:{"a few seconds ago":{v:["хэдхэн секундын өмнө"]},"sec. ago":{v:["сек. өмнө"]},"seconds ago":{v:["секундын өмнө"]}}},{l:"my",t:{}},{l:"nb",t:{"a few seconds ago":{v:["noen få sekunder siden"]},"sec. ago":{v:["sek. siden"]},"seconds ago":{v:["sekunder siden"]}}},{l:"nl",t:{"a few seconds ago":{v:["enkele seconden geleden"]},"sec. ago":{v:["sec. geleden"]},"seconds ago":{v:["seconden geleden"]}}},{l:"oc",t:{}},{l:"pl",t:{"a few seconds ago":{v:["kilka sekund temu"]},"sec. ago":{v:["sek. temu"]},"seconds ago":{v:["sekund temu"]}}},{l:"pt-BR",t:{"a few seconds ago":{v:["há alguns segundos"]},"sec. ago":{v:["seg. atrás"]},"seconds ago":{v:["segundos atrás"]}}},{l:"pt-PT",t:{"a few seconds ago":{v:["há alguns segundos"]},"sec. ago":{v:["seg. atrás"]},"seconds ago":{v:["segundos atrás"]}}},{l:"ro",t:{"a few seconds ago":{v:["acum câteva secunde"]},"sec. ago":{v:["sec. în urmă"]},"seconds ago":{v:["secunde în urmă"]}}},{l:"ru",t:{"a few seconds ago":{v:["несколько секунд назад"]},"sec. ago":{v:["сек. назад"]},"seconds ago":{v:["секунд назад"]}}},{l:"sk",t:{"a few seconds ago":{v:["pred chvíľou"]},"sec. ago":{v:["pred pár sekundami"]},"seconds ago":{v:["pred sekundami"]}}},{l:"sl",t:{}},{l:"sr",t:{"a few seconds ago":{v:["пре неколико секунди"]},"sec. ago":{v:["сек. раније"]},"seconds ago":{v:["секунди раније"]}}},{l:"sv",t:{"a few seconds ago":{v:["några sekunder sedan"]},"sec. ago":{v:["sek. sedan"]},"seconds ago":{v:["sekunder sedan"]}}},{l:"tr",t:{"a few seconds ago":{v:["birkaç saniye önce"]},"sec. ago":{v:["sn. önce"]},"seconds ago":{v:["saniye önce"]}}},{l:"uk",t:{"a few seconds ago":{v:["декілька секунд тому"]},"sec. ago":{v:["с тому"]},"seconds ago":{v:["с тому"]}}},{l:"uz",t:{"a few seconds ago":{v:["bir necha soniya oldin"]},"sec. ago":{v:["sek. oldin"]},"seconds ago":{v:["soniyalar oldin"]}}},{l:"zh-CN",t:{"a few seconds ago":{v:["几秒前"]},"sec. ago":{v:["几秒前"]},"seconds ago":{v:["几秒前"]}}},{l:"zh-HK",t:{"a few seconds ago":{v:["幾秒前"]},"sec. ago":{v:["秒前"]},"seconds ago":{v:["秒前"]}}},{l:"zh-TW",t:{"a few seconds ago":{v:["幾秒前"]},"sec. ago":{v:["秒前"]},"seconds ago":{v:["秒前"]}}}],R5=[{l:"ar",t:{Acapulco:{v:["بازلائي مطفي"]},"Blue Violet":{v:["بنفسجي مشعشع"]},"Boston Blue":{v:["سماوي مطفي"]},Deluge:{v:["بنفسجي مطفي"]},Feldspar:{v:["وردي صخري"]},Gold:{v:["ذهبي"]},Mariner:{v:["أزرق بحري"]},"Nextcloud blue":{v:["أزرق نكست كلاود"]},Olivine:{v:["زيتي"]},Purple:{v:["بنفسجي"]},"Rosy brown":{v:["بُنِّي زهري"]},Whiskey:{v:["نبيذي"]}}},{l:"ast",t:{Acapulco:{v:["Acapulcu"]},"Blue Violet":{v:["Viola azulao"]},"Boston Blue":{v:["Azul Boston"]},Deluge:{v:["Deluge"]},Feldspar:{v:["Feldspar"]},Gold:{v:["Oru"]},Mariner:{v:["Marineru"]},"Nextcloud blue":{v:["Nextcloud azul"]},Olivine:{v:["Olivina"]},Purple:{v:["Moráu"]},"Rosy brown":{v:["Marrón arrosao"]},Whiskey:{v:["Whiskey"]}}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{Acapulco:{v:["Akapulko"]},Black:{v:["Černá"]},"Blue Violet":{v:["Modrofialová"]},"Boston Blue":{v:["Bostonská modrá"]},Deluge:{v:["Deluge"]},Feldspar:{v:["Živicová"]},Gold:{v:["Zlatá"]},Mariner:{v:["Námořnická"]},"Nextcloud blue":{v:["Nextcloud modrá"]},Olivine:{v:["Olivínová"]},Purple:{v:["Fialová"]},"Rosy brown":{v:["Růžovohnědá"]},Whiskey:{v:["Whisky"]},White:{v:["Bílá"]}}},{l:"cs-CZ",t:{Acapulco:{v:["Akapulko"]},"Blue Violet":{v:["Modrofialová"]},"Boston Blue":{v:["Bostonská modrá"]},Deluge:{v:["Deluge"]},Feldspar:{v:["Živicová"]},Gold:{v:["Zlatá"]},Mariner:{v:["Námořnická"]},"Nextcloud blue":{v:["Nextcloud modrá"]},Olivine:{v:["Olivínová"]},Purple:{v:["Fialová"]},"Rosy brown":{v:["Růžovohnědá"]},Whiskey:{v:["Whisky"]}}},{l:"da",t:{Acapulco:{v:["Acapulco"]},Black:{v:["Sort"]},"Blue Violet":{v:["Blue Violet"]},"Boston Blue":{v:["Boston Blue"]},Deluge:{v:["Deluge"]},Feldspar:{v:["Feldspar"]},Gold:{v:["Guld"]},Mariner:{v:["Mariner"]},"Nextcloud blue":{v:["Nextcloud blue"]},Olivine:{v:["Olivine"]},Purple:{v:["Lilla"]},"Rosy brown":{v:["Rosy brown"]},Whiskey:{v:["Whiskey"]},White:{v:["Hvid"]}}},{l:"de",t:{Acapulco:{v:["Acapulco"]},Black:{v:["Schwarz"]},"Blue Violet":{v:["Blau Violett"]},"Boston Blue":{v:["Boston-Blau"]},Deluge:{v:["Sintflut"]},Feldspar:{v:["Feldspat"]},Gold:{v:["Gold"]},Mariner:{v:["Seemann"]},"Nextcloud blue":{v:["Nextcloud Blau"]},Olivine:{v:["Olivin"]},Purple:{v:["Lila"]},"Rosy brown":{v:["Rosiges Braun"]},Whiskey:{v:["Whiskey"]},White:{v:["Weiß"]}}},{l:"de-DE",t:{Acapulco:{v:["Acapulco"]},Black:{v:["Schwarz"]},"Blue Violet":{v:["Blau Violett"]},"Boston Blue":{v:["Boston-Blau"]},Deluge:{v:["Sintflut"]},Feldspar:{v:["Feldspat"]},Gold:{v:["Gold"]},Mariner:{v:["Seemann"]},"Nextcloud blue":{v:["Nextcloud Blau"]},Olivine:{v:["Olivin"]},Purple:{v:["Lila"]},"Rosy brown":{v:["Rosiges Braun"]},Whiskey:{v:["Whiskey"]},White:{v:["Weiß"]}}},{l:"el",t:{Acapulco:{v:["Ακαπούλκο"]},Black:{v:["Μαύρο"]},"Blue Violet":{v:["Μπλε Βιολέτ"]},"Boston Blue":{v:["Μπλε Βοστώνης"]},Deluge:{v:["Deluge"]},Feldspar:{v:["Feldspar"]},Gold:{v:["Χρυσό"]},Mariner:{v:["Mariner"]},"Nextcloud blue":{v:["Μπλε Nextcloud"]},Olivine:{v:["Olivine"]},Purple:{v:["Μωβ"]},"Rosy brown":{v:["Ροζ καφέ"]},Whiskey:{v:["Ουίσκι"]},White:{v:["Λευκό"]}}},{l:"en-GB",t:{Acapulco:{v:["Acapulco"]},Black:{v:["Black"]},"Blue Violet":{v:["Blue Violet"]},"Boston Blue":{v:["Boston Blue"]},Deluge:{v:["Deluge"]},Feldspar:{v:["Feldspar"]},Gold:{v:["Gold"]},Mariner:{v:["Mariner"]},"Nextcloud blue":{v:["Nextcloud blue"]},Olivine:{v:["Olivine"]},Purple:{v:["Purple"]},"Rosy brown":{v:["Rosy brown"]},Whiskey:{v:["Whiskey"]},White:{v:["White"]}}},{l:"eo",t:{}},{l:"es",t:{Acapulco:{v:["Acapulco"]},"Blue Violet":{v:["Violeta Azul"]},"Boston Blue":{v:["Azul Boston"]},Deluge:{v:["Diluvio"]},Feldspar:{v:["Feldespato"]},Gold:{v:["Oro"]},Mariner:{v:["Marinero"]},"Nextcloud blue":{v:["Azul Nextcloud"]},Olivine:{v:["Olivino"]},Purple:{v:["Púrpura"]},"Rosy brown":{v:["Marrón rosáceo"]},Whiskey:{v:["Whiskey"]}}},{l:"es-AR",t:{Acapulco:{v:["Acapulco"]},"Blue Violet":{v:["Violeta Azul"]},"Boston Blue":{v:["Azul Boston"]},Deluge:{v:["Diluvio"]},Feldspar:{v:["Feldespato"]},Gold:{v:["Oro"]},Mariner:{v:["Marinero"]},"Nextcloud blue":{v:["Azul Nextcloud"]},Olivine:{v:["Olivino"]},Purple:{v:["Púrpura"]},"Rosy brown":{v:["Marrón rosáceo"]},Whiskey:{v:["Whiskey"]}}},{l:"es-EC",t:{}},{l:"es-MX",t:{Acapulco:{v:["Acapulco"]},"Blue Violet":{v:["Violeta Azul"]},"Boston Blue":{v:["Azul Boston"]},Deluge:{v:["Diluvio"]},Feldspar:{v:["Feldespato"]},Gold:{v:["Oro"]},Mariner:{v:["Marinero"]},"Nextcloud blue":{v:["Azul Nextcloud"]},Olivine:{v:["Olivino"]},Purple:{v:["Púrpura"]},"Rosy brown":{v:["Marrón rosáceo"]},Whiskey:{v:["Whiskey"]}}},{l:"et-EE",t:{Acapulco:{v:["Acapulco meresinine"]},Black:{v:["Must"]},"Blue Violet":{v:["Sinakasvioletne"]},"Boston Blue":{v:["Bostoni rohekassinine"]},Deluge:{v:["Tulvavee lilla"]},Feldspar:{v:["Põlevkivipruun"]},Gold:{v:["Kuldne"]},Mariner:{v:["Meresinine"]},"Nextcloud blue":{v:["Nextcloudi sinine"]},Olivine:{v:["Oliiviroheline"]},Purple:{v:["Purpurpunane"]},"Rosy brown":{v:["Roosikarva pruun"]},Whiskey:{v:["Viskikarva kollakaspruun"]},White:{v:["Valge"]}}},{l:"eu",t:{}},{l:"fa",t:{Acapulco:{v:["آکاپولکو"]},"Blue Violet":{v:["بنفش آبی"]},"Boston Blue":{v:["آبی بوستونی"]},Deluge:{v:["سیل"]},Feldspar:{v:["فلدسپات"]},Gold:{v:["طلا"]},Mariner:{v:["مارینر"]},"Nextcloud blue":{v:["نکس کلود آبی"]},Olivine:{v:["الیوین"]},Purple:{v:["بنفش"]},"Rosy brown":{v:["قهوهای رز"]},Whiskey:{v:["ویسکی"]}}},{l:"fi",t:{Acapulco:{v:["Acapulco"]},"Blue Violet":{v:["Sinivioletti"]},"Boston Blue":{v:["Bostoninsininen"]},Deluge:{v:["Tulva"]},Feldspar:{v:["Feldspar"]},Gold:{v:["Kulta"]},Mariner:{v:["Merenkulkija"]},"Nextcloud blue":{v:["Nextcloudin sininen"]},Olivine:{v:["Oliviini"]},Purple:{v:["Purppura"]},"Rosy brown":{v:["Ruusunruskea"]},Whiskey:{v:["Viski"]}}},{l:"fr",t:{Acapulco:{v:["Acapulco"]},Black:{v:["Noir"]},"Blue Violet":{v:["Bleu violet"]},"Boston Blue":{v:["Bleu de Boston"]},Deluge:{v:["Deluge"]},Feldspar:{v:["Feldspar"]},Gold:{v:["Doré"]},Mariner:{v:["Marin"]},"Nextcloud blue":{v:["Bleu Nextcloud"]},Olivine:{v:["Olivine"]},Purple:{v:["Violet"]},"Rosy brown":{v:["Brun rosé"]},Whiskey:{v:["Whiskey"]},White:{v:["Blanc"]}}},{l:"ga",t:{Acapulco:{v:["Acapulco"]},Black:{v:["Dubh"]},"Blue Violet":{v:["Gorm Violet"]},"Boston Blue":{v:["Bostún Gorm"]},Deluge:{v:["Díle"]},Feldspar:{v:["Feldspar"]},Gold:{v:["Óir"]},Mariner:{v:["Mairnéalach"]},"Nextcloud blue":{v:["Nextcloud gorm"]},Olivine:{v:["Olaivín"]},Purple:{v:["Corcra"]},"Rosy brown":{v:["Rosach donn"]},Whiskey:{v:["Fuisce"]},White:{v:["Bán"]}}},{l:"gl",t:{Acapulco:{v:["Acapulco"]},Black:{v:["Negro"]},"Blue Violet":{v:["Azul violeta"]},"Boston Blue":{v:["Azul Boston"]},Deluge:{v:["Dioivo"]},Feldspar:{v:["Feldespato"]},Gold:{v:["Ouro"]},Mariner:{v:["Marino"]},"Nextcloud blue":{v:["Azul Nextcloud"]},Olivine:{v:["Olivina"]},Purple:{v:["Púrpura"]},"Rosy brown":{v:["Pardo rosado"]},Whiskey:{v:["Whisky"]},White:{v:["Branco"]}}},{l:"he",t:{}},{l:"hr",t:{Acapulco:{v:["Acapulco"]},Black:{v:["Crna"]},"Blue Violet":{v:["Plavoljubičasta"]},"Boston Blue":{v:["Bostonsko plava"]},Deluge:{v:["Deluge"]},Feldspar:{v:["Feldspar"]},Gold:{v:["Zlatna"]},Mariner:{v:["Mariner"]},"Nextcloud blue":{v:["Nextcloud plava"]},Olivine:{v:["Olivine"]},Purple:{v:["Ljubičasta"]},"Rosy brown":{v:["Ružičastosmeđa"]},Whiskey:{v:["Whiskey"]},White:{v:["Bijela"]}}},{l:"hu",t:{}},{l:"id",t:{Acapulco:{v:["Acapulco"]},Black:{v:["Hitam"]},"Blue Violet":{v:["Ungu kebiruan"]},"Boston Blue":{v:["Biru Boston"]},Deluge:{v:["Deluge"]},Feldspar:{v:["Feldspar"]},Gold:{v:["Emas"]},Mariner:{v:["Mariner"]},"Nextcloud blue":{v:["Biru Nextcloud"]},Olivine:{v:["Olivine"]},Purple:{v:["Ungu"]},"Rosy brown":{v:["Cokelat kemerahan"]},Whiskey:{v:["Whiskey"]},White:{v:["Putih"]}}},{l:"is",t:{Acapulco:{v:["Acapulco"]},"Blue Violet":{v:["Bláklukka"]},"Boston Blue":{v:["Bostonblátt"]},Deluge:{v:["Fjólublátt"]},Feldspar:{v:["Feldspat"]},Gold:{v:["Gull"]},Mariner:{v:["Sjóarablátt"]},"Nextcloud blue":{v:["Nextcloud blátt"]},Olivine:{v:["Ólivín"]},Purple:{v:["Purpurablátt"]},"Rosy brown":{v:["Rósabrúnt"]},Whiskey:{v:["Viský"]}}},{l:"it",t:{Gold:{v:["Oro"]},"Nextcloud blue":{v:["Nextcloud blue"]},Purple:{v:["Viola"]}}},{l:"ja",t:{Acapulco:{v:["アカプルコ"]},Black:{v:["黒"]},"Blue Violet":{v:["ブルーバイオレット"]},"Boston Blue":{v:["ボストンブルー"]},Deluge:{v:["豪雨"]},Feldspar:{v:["長石"]},Gold:{v:["黄金"]},Mariner:{v:["船乗り"]},"Nextcloud blue":{v:["ネクストクラウド・ブルー"]},Olivine:{v:["カンラン石"]},Purple:{v:["紫色"]},"Rosy brown":{v:["バラ色"]},Whiskey:{v:["ウイスキー"]},White:{v:["白"]}}},{l:"ja-JP",t:{Acapulco:{v:["アカプルコ"]},"Blue Violet":{v:["ブルーバイオレット"]},"Boston Blue":{v:["ボストンブルー"]},Deluge:{v:["豪雨"]},Feldspar:{v:["長石"]},Gold:{v:["黄金"]},Mariner:{v:["船乗り"]},"Nextcloud blue":{v:["ネクストクラウド・ブルー"]},Olivine:{v:["カンラン石"]},Purple:{v:["紫色"]},"Rosy brown":{v:["バラ色"]},Whiskey:{v:["ウイスキー"]}}},{l:"ko",t:{Acapulco:{v:["아카풀코"]},Black:{v:["검정"]},"Blue Violet":{v:["푸른 보라"]},"Boston Blue":{v:["보스턴 블루"]},Deluge:{v:["폭우"]},Feldspar:{v:["장석"]},Gold:{v:["금"]},Mariner:{v:["뱃사람"]},"Nextcloud blue":{v:["Nextcloud 파랑"]},Olivine:{v:["감람석"]},Purple:{v:["보라"]},"Rosy brown":{v:["로지 브라운"]},Whiskey:{v:["위스키"]},White:{v:["하양"]}}},{l:"lo",t:{Acapulco:{v:["Acapulco"]},Black:{v:["ສີດຳ"]},"Blue Violet":{v:["Blue Violet"]},"Boston Blue":{v:["Boston Blue"]},Deluge:{v:["Deluge"]},Feldspar:{v:["Feldspar"]},Gold:{v:["ສີຄຳ"]},Mariner:{v:["Mariner"]},"Nextcloud blue":{v:["ສີຟ້າ Nextcloud"]},Olivine:{v:["Olivine"]},Purple:{v:["ສີມ່ວງ"]},"Rosy brown":{v:["Rosy brown"]},Whiskey:{v:["Whiskey"]},White:{v:["ສີຂາວ"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{Acapulco:{v:["Акапулко"]},Black:{v:["Црно"]},"Blue Violet":{v:["Сино Виолетова"]},"Boston Blue":{v:["Бостон Сина"]},Deluge:{v:["Делуџ"]},Feldspar:{v:["Фелдспар"]},Gold:{v:["Златна"]},Mariner:{v:["Маринер"]},"Nextcloud blue":{v:["Nextcloud сина"]},Olivine:{v:["Оливин"]},Purple:{v:["Виолетова"]},"Rosy brown":{v:["Розево-кафеава"]},Whiskey:{v:["Виски"]},White:{v:["Бела"]}}},{l:"mn",t:{Acapulco:{v:["Акапулько"]},Black:{v:["Хар"]},"Blue Violet":{v:["Цэнхэр ягаан"]},"Boston Blue":{v:["Бостон цэнхэр"]},Deluge:{v:["Делюж"]},Feldspar:{v:["Фельдспар"]},Gold:{v:["Алтан"]},Mariner:{v:["Маринер"]},"Nextcloud blue":{v:["Nextcloud цэнхэр"]},Olivine:{v:["Оливин"]},Purple:{v:["Нил ягаан"]},"Rosy brown":{v:["Ягаан бор"]},Whiskey:{v:["Виски"]},White:{v:["Цагаан"]}}},{l:"my",t:{}},{l:"nb",t:{Acapulco:{v:["Acapulco"]},"Blue Violet":{v:["Blå fiolett"]},"Boston Blue":{v:["Boston blå"]},Deluge:{v:["Syndflod"]},Feldspar:{v:["Feltspat"]},Gold:{v:["Gull"]},Mariner:{v:["Mariner"]},"Nextcloud blue":{v:["Nextcloud-blå"]},Olivine:{v:["Olivin"]},Purple:{v:["Lilla"]},"Rosy brown":{v:["Rosenrød brun"]},Whiskey:{v:["Whiskey"]}}},{l:"nl",t:{Acapulco:{v:["Acapulco"]},Black:{v:["Zwart"]},"Blue Violet":{v:["Blauw Paars"]},"Boston Blue":{v:["Boston Blauw"]},Deluge:{v:["Overlopen"]},Feldspar:{v:["Veldspaat"]},Gold:{v:["Goud"]},Mariner:{v:["Marineblauw"]},"Nextcloud blue":{v:["Nextcloud blauw"]},Olivine:{v:["Olivijn"]},Purple:{v:["Paars"]},"Rosy brown":{v:["Rozig bruin"]},Whiskey:{v:["Whiskey"]},White:{v:["Wit"]}}},{l:"oc",t:{}},{l:"pl",t:{Acapulco:{v:["Acapulco"]},"Blue Violet":{v:["Niebieski fiolet"]},"Boston Blue":{v:["Błękit Bostonu"]},Deluge:{v:["Potop"]},Feldspar:{v:["Skaleń"]},Gold:{v:["Złote"]},Mariner:{v:["Marynarz"]},"Nextcloud blue":{v:["Niebieskie Nextcloud"]},Olivine:{v:["Oliwin"]},Purple:{v:["Fioletowy"]},"Rosy brown":{v:["Różowy brąz"]},Whiskey:{v:["Whisky"]}}},{l:"pt-BR",t:{Acapulco:{v:["Acapulco"]},Black:{v:["Preto"]},"Blue Violet":{v:["Violeta Azul"]},"Boston Blue":{v:["Azul Boston"]},Deluge:{v:["Deluge"]},Feldspar:{v:["Feldspato"]},Gold:{v:["Ouro"]},Mariner:{v:["Marinheiro"]},"Nextcloud blue":{v:["Azul Nextcloud"]},Olivine:{v:["Olivina"]},Purple:{v:["Roxo"]},"Rosy brown":{v:["Castanho rosado"]},Whiskey:{v:["Uísque"]},White:{v:["Branco"]}}},{l:"pt-PT",t:{Acapulco:{v:["Acapulco"]},"Blue Violet":{v:["Azul violeta"]},"Boston Blue":{v:["Azul Boston"]},Deluge:{v:["Deluge"]},Feldspar:{v:["Feldspar"]},Gold:{v:["Ouro"]},Mariner:{v:["Mariner"]},"Nextcloud blue":{v:["Nextcloud azul"]},Olivine:{v:["Olivine"]},Purple:{v:["Púrpura"]},"Rosy brown":{v:["Castanho rosado"]},Whiskey:{v:["Whiskey"]}}},{l:"ro",t:{Gold:{v:["Aur"]},"Nextcloud blue":{v:["Nextcloud albastru"]},Purple:{v:["Purpuriu"]}}},{l:"ru",t:{Acapulco:{v:["Акапулько"]},Black:{v:["Черный"]},"Blue Violet":{v:["Синий фиолет"]},"Boston Blue":{v:["Синий Бостон"]},Deluge:{v:["Перламутрово-фиолетовый"]},Feldspar:{v:["Античная латунь"]},Gold:{v:["Золотой"]},Mariner:{v:["Морской"]},"Nextcloud blue":{v:["Nextcloud голубой"]},Olivine:{v:[" Оливковый"]},Purple:{v:["Фиолетовый"]},"Rosy brown":{v:["Розово-коричневый"]},Whiskey:{v:["Виски"]},White:{v:["Белый"]}}},{l:"sk",t:{Acapulco:{v:["Acapulco"]},"Blue Violet":{v:["Modro fialová"]},"Boston Blue":{v:["Bostonská modrá"]},Deluge:{v:["Deluge"]},Feldspar:{v:["Živec"]},Gold:{v:["Zlatá"]},Mariner:{v:["Námorník"]},"Nextcloud blue":{v:["Nextcloud modrá"]},Olivine:{v:["Olivová"]},Purple:{v:["Fialová"]},"Rosy brown":{v:["Ružovo hnedá"]},Whiskey:{v:["Whisky"]}}},{l:"sl",t:{}},{l:"sr",t:{Acapulco:{v:["Акапулко"]},Black:{v:["Црно"]},"Blue Violet":{v:["Плаво љубичаста"]},"Boston Blue":{v:["Бостон плава"]},Deluge:{v:["Поплава"]},Feldspar:{v:["Фелдспар"]},Gold:{v:["Злато"]},Mariner:{v:["Морнар"]},"Nextcloud blue":{v:["Nextcloud плава"]},Olivine:{v:["Маслинаста"]},Purple:{v:["Пурпурна"]},"Rosy brown":{v:["Роси браон"]},Whiskey:{v:["Виски"]},White:{v:["Бело"]}}},{l:"sv",t:{Acapulco:{v:["Acapulco"]},"Blue Violet":{v:["Blåviolett"]},"Boston Blue":{v:["Bostonblå"]},Deluge:{v:["Skyfallsblå"]},Feldspar:{v:["Feldspat"]},Gold:{v:["Guld"]},Mariner:{v:["Marinblå"]},"Nextcloud blue":{v:["Nextcloud-blå"]},Olivine:{v:["Olivin"]},Purple:{v:["Lila"]},"Rosy brown":{v:["Rosabrun"]},Whiskey:{v:["Whisky"]}}},{l:"tr",t:{Acapulco:{v:["Akapulko"]},Black:{v:["Siyah"]},"Blue Violet":{v:["Mavi mor"]},"Boston Blue":{v:["Boston mavisi"]},Deluge:{v:["Sel"]},Feldspar:{v:["Feldispat"]},Gold:{v:["Altın"]},Mariner:{v:["Denizci"]},"Nextcloud blue":{v:["Nextcloud mavi"]},Olivine:{v:["Zeytinlik"]},Purple:{v:["Mor"]},"Rosy brown":{v:["Kırmızımsı kahverengi"]},Whiskey:{v:["Viski"]},White:{v:["Beyaz"]}}},{l:"uk",t:{Acapulco:{v:["Акапулько"]},"Blue Violet":{v:["Блакитна фіалка"]},"Boston Blue":{v:["Бостонський синій"]},Deluge:{v:["Злива"]},Feldspar:{v:["Польові шпати"]},Gold:{v:["Золотий"]},Mariner:{v:["Морський"]},"Nextcloud blue":{v:["Блакитний Nextcloud"]},Olivine:{v:["Олива"]},Purple:{v:["Фіолетовий"]},"Rosy brown":{v:["Темно-рожевий"]},Whiskey:{v:["Кола"]}}},{l:"uz",t:{Acapulco:{v:["Akapulko"]},Black:{v:["Qora"]},"Blue Violet":{v:["Moviy binafsha"]},"Boston Blue":{v:["Boston ko'k"]},Deluge:{v:["To'fon"]},Feldspar:{v:["Feldspar"]},Gold:{v:["Oltin"]},Mariner:{v:["Dengizchi"]},"Nextcloud blue":{v:["Ko'k Nextcloud "]},Olivine:{v:["Olivine"]},Purple:{v:["Binafsha"]},"Rosy brown":{v:["Qizil jigarrang"]},Whiskey:{v:["Whiskey"]},White:{v:["Oq"]}}},{l:"zh-CN",t:{Acapulco:{v:["Acapulco"]},"Blue Violet":{v:["瓦罗兰特蓝"]},"Boston Blue":{v:["波士顿蓝"]},Deluge:{v:["洪水色"]},Feldspar:{v:["长石"]},Gold:{v:["金色"]},Mariner:{v:["水手"]},"Nextcloud blue":{v:["Nextcloud 蓝"]},Olivine:{v:["橄榄石色"]},Purple:{v:["紫色"]},"Rosy brown":{v:["玫瑰棕色"]},Whiskey:{v:["威士忌"]}}},{l:"zh-HK",t:{Acapulco:{v:["阿卡普爾科"]},Black:{v:["黑色"]},"Blue Violet":{v:["藍紫色"]},"Boston Blue":{v:["波士頓藍"]},Deluge:{v:["大洪水"]},Feldspar:{v:["長石"]},Gold:{v:["Gold"]},Mariner:{v:["海軍藍"]},"Nextcloud blue":{v:["Nextcloud 藍色"]},Olivine:{v:["橄欖石色"]},Purple:{v:["紫色"]},"Rosy brown":{v:["玫瑰棕色"]},Whiskey:{v:["威士忌"]},White:{v:["白色"]}}},{l:"zh-TW",t:{Acapulco:{v:["Acapulco"]},Black:{v:["黑色"]},"Blue Violet":{v:["藍紫色"]},"Boston Blue":{v:["波士頓藍"]},Deluge:{v:["Deluge"]},Feldspar:{v:["長石"]},Gold:{v:["金色"]},Mariner:{v:["海軍藍"]},"Nextcloud blue":{v:["Nextcloud 藍色"]},Olivine:{v:["橄欖石色"]},Purple:{v:["紫色"]},"Rosy brown":{v:["玫瑰棕色"]},Whiskey:{v:["威士忌"]},White:{v:["白色"]}}}],I5=[{l:"ar",t:{Actions:{v:["إجراءات"]}}},{l:"ast",t:{Actions:{v:["Aiciones"]}}},{l:"br",t:{Actions:{v:["Oberioù"]}}},{l:"ca",t:{Actions:{v:["Accions"]}}},{l:"cs",t:{Actions:{v:["Akce"]}}},{l:"cs-CZ",t:{Actions:{v:["Akce"]}}},{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-AR",t:{Actions:{v:["Acciones"]}}},{l:"es-EC",t:{Actions:{v:["Acciones"]}}},{l:"es-MX",t:{Actions:{v:["Acciones"]}}},{l:"et-EE",t:{Actions:{v:["Tegevus"]}}},{l:"eu",t:{Actions:{v:["Ekintzak"]}}},{l:"fa",t:{Actions:{v:["کنشها"]}}},{l:"fi",t:{Actions:{v:["Toiminnot"]}}},{l:"fr",t:{Actions:{v:["Actions"]}}},{l:"ga",t:{Actions:{v:["Gníomhartha"]}}},{l:"gl",t:{Actions:{v:["Accións"]}}},{l:"he",t:{Actions:{v:["פעולות"]}}},{l:"hr",t:{Actions:{v:["Radnje"]}}},{l:"hu",t:{Actions:{v:["Műveletek"]}}},{l:"id",t:{Actions:{v:["Tindakan"]}}},{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:"ko",t:{Actions:{v:["동작"]}}},{l:"lo",t:{Actions:{v:["ການກະທຳ"]}}},{l:"lt-LT",t:{Actions:{v:["Veiksmai"]}}},{l:"lv",t:{}},{l:"mk",t:{Actions:{v:["Акции"]}}},{l:"mn",t:{Actions:{v:["Үйлдлүүд"]}}},{l:"my",t:{Actions:{v:["လုပ်ဆောင်ချက်များ"]}}},{l:"nb",t:{Actions:{v:["Handlinger"]}}},{l:"nl",t:{Actions:{v:["Acties"]}}},{l:"oc",t:{Actions:{v:["Accions"]}}},{l:"pl",t:{Actions:{v:["Działania"]}}},{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:"sk",t:{Actions:{v:["Akcie"]}}},{l:"sl",t:{Actions:{v:["Dejanja"]}}},{l:"sr",t:{Actions:{v:["Радње"]}}},{l:"sv",t:{Actions:{v:["Åtgärder"]}}},{l:"tr",t:{Actions:{v:["İşlemler"]}}},{l:"uk",t:{Actions:{v:["Дії"]}}},{l:"uz",t:{Actions:{v:["Harakatlar"]}}},{l:"zh-CN",t:{Actions:{v:["行为"]}}},{l:"zh-HK",t:{Actions:{v:["動作"]}}},{l:"zh-TW",t:{Actions:{v:["動作"]}}}],L5=[{l:"ar",t:{Activities:{v:["سجل الأنشطة"]},"Animals & Nature":{v:["الحيوانات والطبيعة"]},Custom:{v:["مُخصَّص"]},"Dark skin tone":{v:["أسمر البُشرة"]},"Emoji picker":{v:["لاقط الإيموجي"]},Flags:{v:["الأعلام"]},"Food & Drink":{v:["الطعام والشراب"]},"Frequently used":{v:["شائعة الاستعمال"]},"Light skin tone":{v:["فاتح البُشرة"]},"Medium dark skin tone":{v:["بشرة متوسطة الاسمرار"]},"Medium light skin tone":{v:["بشرة متوسطة البياض"]},"Medium skin tone":{v:["بشرة وسطية اللون"]},"Neutral skin color":{v:["لون بُشرة طبيعي"]},Objects:{v:["أشياء"]},"People & Body":{v:["أشخاص و أجسام"]},"Pick an emoji":{v:["إختَر رمز إيموجي emoji"]},"Search emoji":{v:["البحث عن إيموجي emoji"]},"Search results":{v:["نتائج البحث"]},Selected:{v:["محدّدة"]},"Skin tone":{v:["لون البُشرة"]},"Smileys & Emotion":{v:["وجوهٌ ضاحكة و مشاعر"]},Symbols:{v:["رموز"]},"Travel & Places":{v:["سفر و أماكن"]}}},{l:"ast",t:{Activities:{v:["Actividaes"]},"Animals & Nature":{v:["Animales y natura"]},Custom:{v:["Personalizar"]},"Dark skin tone":{v:["Tonu d'aspeutu escuru"]},"Emoji picker":{v:["Selector de fustaxes"]},Flags:{v:["Banderes"]},"Food & Drink":{v:["Cómida y bébora"]},"Frequently used":{v:["D'usu frecuente"]},"Light skin tone":{v:["Tonu d'aspeutu claru"]},"Medium dark skin tone":{v:["Tonu d'aspeutu medio escuru"]},"Medium light skin tone":{v:["Tonu d'aspeutu medio claru"]},"Medium skin tone":{v:["Tonu d'aspeutu mediu"]},"Neutral skin color":{v:["Color d'aspeutu neutral"]},Objects:{v:["Oxetos"]},"People & Body":{v:["Persones y cuerpu"]},"Pick an emoji":{v:["Escueyi un fustaxe"]},"Search emoji":{v:["Buscar nos fustaxes"]},"Search results":{v:["Resultaos de la busca"]},Selected:{v:["Na seleición"]},"Skin tone":{v:["Tonu d'aspeutu"]},"Smileys & Emotion":{v:["Sorrises y emociones"]},Symbols:{v:["Símbolos"]},"Travel & Places":{v:["Viaxes y llugares"]}}},{l:"br",t:{Activities:{v:["Oberiantizoù"]},"Animals & Nature":{v:["Loened & Natur"]},Custom:{v:["Personelañ"]},Flags:{v:["Bannieloù"]},"Food & Drink":{v:["Boued & Evajoù"]},"Frequently used":{v:["Implijet alies"]},Objects:{v:["Traoù"]},"People & Body":{v:["Tud & Korf"]},"Pick an emoji":{v:["Choaz un emoji"]},"Search results":{v:["Disoc'hoù an enklask"]},"Smileys & Emotion":{v:["Smileyioù & Fromoù"]},Symbols:{v:["Arouezioù"]},"Travel & Places":{v:["Beaj & Lec'hioù"]}}},{l:"ca",t:{Activities:{v:["Activitats"]},"Animals & Nature":{v:["Animals i natura"]},Custom:{v:["Personalitzat"]},Flags:{v:["Marques"]},"Food & Drink":{v:["Menjar i begudes"]},"Frequently used":{v:["Utilitzats recentment"]},Objects:{v:["Objectes"]},"People & Body":{v:["Persones i cos"]},"Pick an emoji":{v:["Trieu un emoji"]},"Search results":{v:["Resultats de cerca"]},"Smileys & Emotion":{v:["Cares i emocions"]},Symbols:{v:["Símbols"]},"Travel & Places":{v:["Viatges i llocs"]}}},{l:"cs",t:{Activities:{v:["Aktivity"]},"Animals & Nature":{v:["Zvířata a příroda"]},Custom:{v:["Uživatelsky určené"]},"Dark skin tone":{v:["Tmavý tělový tón"]},"Emoji picker":{v:["Výběr emotikon"]},Flags:{v:["Příznaky"]},"Food & Drink":{v:["Jídlo a pití"]},"Frequently used":{v:["Často používané"]},"Light skin tone":{v:["Světlý tělový tón"]},"Medium dark skin tone":{v:["Středně tmavý tělový tón"]},"Medium light skin tone":{v:["Středně světlý tělový tón"]},"Medium skin tone":{v:["Střední tělový tón"]},"Neutral skin color":{v:["Neutrální tělová barva"]},Objects:{v:["Objekty"]},"People & Body":{v:["Lidé a tělo"]},"Pick an emoji":{v:["Vybrat emoji"]},"Search emoji":{v:["Hledat emoji"]},"Search results":{v:["Výsledky hledání"]},Selected:{v:["Vybráno"]},"Skin tone":{v:["Tělový tón"]},"Smileys & Emotion":{v:["Úsměvy a emoce"]},Symbols:{v:["Symboly"]},"Travel & Places":{v:["Cestování a místa"]}}},{l:"cs-CZ",t:{Activities:{v:["Aktivity"]},"Animals & Nature":{v:["Zvířata a příroda"]},Custom:{v:["Uživatelsky určené"]},"Dark skin tone":{v:["Tmavý tělový tón"]},"Emoji picker":{v:["Výběr emotikon"]},Flags:{v:["Příznaky"]},"Food & Drink":{v:["Jídlo a pití"]},"Frequently used":{v:["Často používané"]},"Light skin tone":{v:["Světlý tělový tón"]},"Medium dark skin tone":{v:["Středně tmavý tělový tón"]},"Medium light skin tone":{v:["Středně světlý tělový tón"]},"Medium skin tone":{v:["Střední tělový tón"]},"Neutral skin color":{v:["Neutřální tělová barva"]},Objects:{v:["Objekty"]},"People & Body":{v:["Lidé a tělo"]},"Pick an emoji":{v:["Vybrat emoji"]},"Search emoji":{v:["Hledat emoji"]},"Search results":{v:["Výsledky hledání"]},Selected:{v:["Vybráno"]},"Skin tone":{v:["Tělový tón"]},"Smileys & Emotion":{v:["Úsměvy a emoce"]},Symbols:{v:["Symboly"]},"Travel & Places":{v:["Cestování a místa"]}}},{l:"da",t:{Activities:{v:["Aktiviteter"]},"Animals & Nature":{v:["Dyr & Natur"]},Custom:{v:["Brugerdefineret"]},"Dark skin tone":{v:["Mørk skin tone"]},"Emoji picker":{v:["Emoji vælger"]},Flags:{v:["Flag"]},"Food & Drink":{v:["Mad & Drikke"]},"Frequently used":{v:["Ofte brugt"]},"Light skin tone":{v:["Lys skin tone"]},"Medium dark skin tone":{v:["Medium mørk skin tone"]},"Medium light skin tone":{v:["Medium lys skin tone"]},"Medium skin tone":{v:["Medium skin tone"]},"Neutral skin color":{v:["Neutral skin color"]},Objects:{v:["Objekter"]},"People & Body":{v:["Mennesker & Menneskekroppen"]},"Pick an emoji":{v:["Vælg en emoji"]},"Search emoji":{v:["Søg emoji"]},"Search results":{v:["Søgeresultater"]},Selected:{v:["Valgt"]},"Skin tone":{v:["Skin tone"]},"Smileys & Emotion":{v:["Smileys & Emotion"]},Symbols:{v:["Symboler"]},"Travel & Places":{v:["Rejser & Rejsemål"]}}},{l:"de",t:{Activities:{v:["Aktivitäten"]},"Animals & Nature":{v:["Tiere & Natur"]},Custom:{v:["Benutzerdefiniert"]},"Dark skin tone":{v:["Dunkler Hautfarbton"]},"Emoji picker":{v:["Emoji-Auswahl"]},Flags:{v:["Flaggen"]},"Food & Drink":{v:["Essen & Trinken"]},"Frequently used":{v:["Häufig verwendet"]},"Light skin tone":{v:["Heller Hautfarbton"]},"Medium dark skin tone":{v:["Mitteldunkler Hautfarbton"]},"Medium light skin tone":{v:["Mittelheller Hautfarbton"]},"Medium skin tone":{v:["Mittlerer Hautfarbton"]},"Neutral skin color":{v:["Neutraler Hautfarbton"]},Objects:{v:["Objekte"]},"People & Body":{v:["Menschen & Körper"]},"Pick an emoji":{v:["Ein Emoji auswählen"]},"Search emoji":{v:["Emoji suchen"]},"Search results":{v:["Suchergebnisse"]},Selected:{v:["Ausgewählt"]},"Skin tone":{v:["Hautfarbton"]},"Smileys & Emotion":{v:["Smileys & Emotionen"]},Symbols:{v:["Symbole"]},"Travel & Places":{v:["Reisen & Orte"]}}},{l:"de-DE",t:{Activities:{v:["Aktivitäten"]},"Animals & Nature":{v:["Tiere & Natur"]},Custom:{v:["Benutzerdefiniert"]},"Dark skin tone":{v:["Dunkler Hautfarbton"]},"Emoji picker":{v:["Emoji-Auswahl"]},Flags:{v:["Flaggen"]},"Food & Drink":{v:["Essen & Trinken"]},"Frequently used":{v:["Häufig verwendet"]},"Light skin tone":{v:["Heller Hautfarbton"]},"Medium dark skin tone":{v:["Mitteldunkler Hautfarbton"]},"Medium light skin tone":{v:["Mittelheller Hautfarbton"]},"Medium skin tone":{v:["Mittlerer Hautfarbton"]},"Neutral skin color":{v:["Neutraler Hautfarbton"]},Objects:{v:["Objekte"]},"People & Body":{v:["Menschen & Körper"]},"Pick an emoji":{v:["Ein Emoji auswählen"]},"Search emoji":{v:["Emoji suchen"]},"Search results":{v:["Suchergebnisse"]},Selected:{v:["Ausgewählt"]},"Skin tone":{v:["Hautfarbton"]},"Smileys & Emotion":{v:["Smileys & Emotionen"]},Symbols:{v:["Symbole"]},"Travel & Places":{v:["Reisen & Orte"]}}},{l:"el",t:{Activities:{v:["Δραστηριότητες"]},"Animals & Nature":{v:["Ζώα & Φύση"]},Custom:{v:["Προσαρμογή"]},"Dark skin tone":{v:["Σκούρο θέμα"]},"Emoji picker":{v:["Επιλογέας emoji"]},Flags:{v:["Σημαίες"]},"Food & Drink":{v:["Φαγητό & Ποτό"]},"Frequently used":{v:["Συχνά χρησιμοποιούμενο"]},"Light skin tone":{v:["Ανοιχτό θέμα"]},"Medium dark skin tone":{v:["Μέτριο σκούρο θέμα"]},"Medium light skin tone":{v:["Μέτριο ανοιχτό θέμα"]},"Medium skin tone":{v:["Μέτριος τόνος θέματος"]},"Neutral skin color":{v:["Ουδέτερο χρώμα θέματος"]},Objects:{v:["Αντικείμενα"]},"People & Body":{v:["Άνθρωποι & Σώμα"]},"Pick an emoji":{v:["Επιλέξτε ένα emoji"]},"Search emoji":{v:["Αναζήτηση emoji"]},"Search results":{v:["Αποτελέσματα αναζήτησης"]},Selected:{v:["Επιλεγμένο"]},"Skin tone":{v:["Τόνος δέρματος"]},"Smileys & Emotion":{v:["Φατσούλες & Συναίσθημα"]},Symbols:{v:["Σύμβολα"]},"Travel & Places":{v:["Ταξίδια & Τοποθεσίες"]}}},{l:"en-GB",t:{Activities:{v:["Activities"]},"Animals & Nature":{v:["Animals & Nature"]},Custom:{v:["Custom"]},"Dark skin tone":{v:["Dark skin tone"]},"Emoji picker":{v:["Emoji picker"]},Flags:{v:["Flags"]},"Food & Drink":{v:["Food & Drink"]},"Frequently used":{v:["Frequently used"]},"Light skin tone":{v:["Light skin tone"]},"Medium dark skin tone":{v:["Medium dark skin tone"]},"Medium light skin tone":{v:["Medium light skin tone"]},"Medium skin tone":{v:["Medium skin tone"]},"Neutral skin color":{v:["Neutral skin colour"]},Objects:{v:["Objects"]},"People & Body":{v:["People & Body"]},"Pick an emoji":{v:["Pick an emoji"]},"Search emoji":{v:["Search emoji"]},"Search results":{v:["Search results"]},Selected:{v:["Selected"]},"Skin tone":{v:["Skin tone"]},"Smileys & Emotion":{v:["Smileys & Emotion"]},Symbols:{v:["Symbols"]},"Travel & Places":{v:["Travel & Places"]}}},{l:"eo",t:{Activities:{v:["Aktiveco"]},"Animals & Nature":{v:["Bestoj & Naturo"]},Custom:{v:["Propra"]},Flags:{v:["Flagoj"]},"Food & Drink":{v:["Manĝaĵo & Trinkaĵo"]},"Frequently used":{v:["Ofte uzataj"]},Objects:{v:["Objektoj"]},"People & Body":{v:["Homoj & Korpo"]},"Pick an emoji":{v:["Elekti emoĝion "]},"Search results":{v:["Serĉrezultoj"]},"Smileys & Emotion":{v:["Ridoj kaj Emocioj"]},Symbols:{v:["Signoj"]},"Travel & Places":{v:["Vojaĵoj & Lokoj"]}}},{l:"es",t:{Activities:{v:["Actividades"]},"Animals & Nature":{v:["Animales y naturaleza"]},Custom:{v:["Personalizado"]},"Dark skin tone":{v:["Tono de piel obscuro"]},"Emoji picker":{v:["Selector de emojis"]},Flags:{v:["Banderas"]},"Food & Drink":{v:["Comida y bebida"]},"Frequently used":{v:["Usado con frecuencia"]},"Light skin tone":{v:["Tono de piel claro"]},"Medium dark skin tone":{v:["Tono de piel medio oscuro"]},"Medium light skin tone":{v:["Tono de piel medio claro"]},"Medium skin tone":{v:["Tono de piel medio"]},"Neutral skin color":{v:["Color de piel neutral"]},Objects:{v:["Objetos"]},"People & Body":{v:["Personas y Cuerpo"]},"Pick an emoji":{v:["Elegir un emoji"]},"Search emoji":{v:["Buscar emoji"]},"Search results":{v:["Resultados de la búsqueda"]},Selected:{v:["Seleccionado"]},"Skin tone":{v:["Tono de piel"]},"Smileys & Emotion":{v:["Smileys y emoticonos"]},Symbols:{v:["Símbolos"]},"Travel & Places":{v:["Viajes y lugares"]}}},{l:"es-AR",t:{Activities:{v:["Actividades"]},"Animals & Nature":{v:["Animales y Naturaleza"]},Custom:{v:["Personalizado"]},"Dark skin tone":{v:["Tono de piel oscuro"]},"Emoji picker":{v:["Selector de emojis"]},Flags:{v:["Marcas"]},"Food & Drink":{v:["Comida y Bebida"]},"Frequently used":{v:["Usados frecuentemente"]},"Light skin tone":{v:["Tono de piel claro"]},"Medium dark skin tone":{v:["Tono de piel medio oscuro"]},"Medium light skin tone":{v:["Tono de piel medio claro"]},"Medium skin tone":{v:["Tono de piel medio"]},"Neutral skin color":{v:["Color de piel neutral"]},Objects:{v:["Objetos"]},"People & Body":{v:["Personas y Cuerpo"]},"Pick an emoji":{v:["Elija un emoji"]},"Search emoji":{v:["Buscar emoji"]},"Search results":{v:["Resultados de la búsqueda"]},Selected:{v:["Seleccionado"]},"Skin tone":{v:["Tono de piel"]},"Smileys & Emotion":{v:["Caritas y Emociones"]},Symbols:{v:["Símbolos"]},"Travel & Places":{v:["Viajes y Lugares"]}}},{l:"es-EC",t:{Activities:{v:["Actividades"]},"Animals & Nature":{v:["Animales y Naturaleza"]},Custom:{v:["Personalizado"]},Flags:{v:["Marcas"]},"Food & Drink":{v:["Comida y Bebida"]},"Frequently used":{v:["Frecuentemente utilizado"]},Objects:{v:["Objetos"]},"People & Body":{v:["Personas y Cuerpo"]},"Pick an emoji":{v:["Seleccionar un emoji"]},"Search emoji":{v:["Buscar emoji"]},"Search results":{v:["Resultados de búsqueda"]},"Smileys & Emotion":{v:["Caritas y Emociones"]},Symbols:{v:["Símbolos"]},"Travel & Places":{v:["Viajes y Lugares"]}}},{l:"es-MX",t:{Activities:{v:["Actividades"]},"Animals & Nature":{v:["Animales y naturaleza"]},Custom:{v:["Personalizado"]},"Dark skin tone":{v:["Tono de piel oscuro"]},"Emoji picker":{v:["Selector de emojis"]},Flags:{v:["Banderas"]},"Food & Drink":{v:["Comida y Bebida"]},"Frequently used":{v:["Usado frecuentemente"]},"Light skin tone":{v:["Tono de piel claro"]},"Medium dark skin tone":{v:["Tono de piel medio oscuro"]},"Medium light skin tone":{v:["Tono de piel medio claro"]},"Medium skin tone":{v:["Tono de piel medio"]},"Neutral skin color":{v:["Color de piel neutral"]},Objects:{v:["Objetos"]},"People & Body":{v:["Personas y cuerpos"]},"Pick an emoji":{v:["Seleccionar un emoji"]},"Search emoji":{v:["Buscar emoji"]},"Search results":{v:["Resultados de la búsqueda"]},Selected:{v:["Seleccionado"]},"Skin tone":{v:["Tono de piel"]},"Smileys & Emotion":{v:["Caritas y Emociones"]},Symbols:{v:["Símbolos"]},"Travel & Places":{v:["Viajes y lugares"]}}},{l:"et-EE",t:{Activities:{v:["Tegevused"]},"Animals & Nature":{v:["Loomad ja loodus"]},Custom:{v:["Kohanda"]},"Dark skin tone":{v:["Kesta tume toon"]},"Emoji picker":{v:["Emojide valija"]},Flags:{v:["Lipud"]},"Food & Drink":{v:["Söök ja jook"]},"Frequently used":{v:["Sageli kasutatud"]},"Light skin tone":{v:["Kesta hele toon"]},"Medium dark skin tone":{v:["Kesta keskmiselt tume toon"]},"Medium light skin tone":{v:["Kesta keskmiselt hele toon"]},"Medium skin tone":{v:["Kesta keskmine toon"]},"Neutral skin color":{v:["Kesta neutraalne toon"]},Objects:{v:["Objektid"]},"People & Body":{v:["Inimesed ja keha"]},"Pick an emoji":{v:["Vali emoji"]},"Search emoji":{v:["Otsi emojit"]},"Search results":{v:["Otsi tulemustest"]},Selected:{v:["Valitud"]},"Skin tone":{v:["Kesta toon"]},"Smileys & Emotion":{v:["Smailid ja emotsioonid"]},Symbols:{v:["Sümbolid"]},"Travel & Places":{v:["Reisimine ja kohad"]}}},{l:"eu",t:{Activities:{v:["Jarduerak"]},"Animals & Nature":{v:["Animaliak eta Natura"]},Custom:{v:["Pertsonalizatua"]},Flags:{v:["Banderak"]},"Food & Drink":{v:["Janaria eta edariak"]},"Frequently used":{v:["Askotan erabilia"]},Objects:{v:["Objektuak"]},"People & Body":{v:["Jendea eta gorputza"]},"Pick an emoji":{v:["Hautatu emoji bat"]},"Search emoji":{v:["Bilatu emojiak"]},"Search results":{v:["Bilaketa emaitzak"]},Selected:{v:["Hautatuta"]},"Smileys & Emotion":{v:["Smileyak eta emozioa"]},Symbols:{v:["Sinboloak"]},"Travel & Places":{v:["Bidaiak eta lekuak"]}}},{l:"fa",t:{Activities:{v:["فعالیتها"]},"Animals & Nature":{v:["حیوانات و طبیعت"]},Custom:{v:["سفارشی"]},"Dark skin tone":{v:["رنگ پوسته تیره"]},"Emoji picker":{v:["انتخابگر شکلک"]},Flags:{v:["پرچمها"]},"Food & Drink":{v:["غذا و نوشیدنی"]},"Frequently used":{v:["پرکاربرد"]},"Light skin tone":{v:["رنگ پوسته روشن"]},"Medium dark skin tone":{v:["رنگ پوسته تیره متوسط"]},"Medium light skin tone":{v:["رنگ پوسته روشن متوسط"]},"Medium skin tone":{v:["رنگ پوسته متوسط"]},"Neutral skin color":{v:["رنگ پوسته خنثی"]},Objects:{v:["اشیاء"]},"People & Body":{v:["مردم و بدن"]},"Pick an emoji":{v:["انتخاب شکلک"]},"Search emoji":{v:["جستجوی شکلک"]},"Search results":{v:["نتایج جستجو"]},Selected:{v:["انتخاب شده"]},"Skin tone":{v:["رنگ پوسته"]},"Smileys & Emotion":{v:["شکلکها و احساسات"]},Symbols:{v:["نمادها"]},"Travel & Places":{v:["سفر و مکانها"]}}},{l:"fi",t:{Activities:{v:["Aktiviteetit"]},"Animals & Nature":{v:["Eläimet & luonto"]},Custom:{v:["Mukautettu"]},"Dark skin tone":{v:["Tumma ihonväri"]},"Emoji picker":{v:["Emojivalitsin"]},Flags:{v:["Liput"]},"Food & Drink":{v:["Ruoka & juoma"]},"Frequently used":{v:["Usein käytetyt"]},"Light skin tone":{v:["Vaalea ihonväri"]},"Medium dark skin tone":{v:["Keskitumma ihonväri"]},"Medium light skin tone":{v:["Keskivaalea ihonväri"]},"Medium skin tone":{v:["Keskimääräinen ihonväri"]},"Neutral skin color":{v:["Neutraali ihonväri"]},Objects:{v:["Esineet & asiat"]},"People & Body":{v:["Ihmiset & keho"]},"Pick an emoji":{v:["Valitse emoji"]},"Search emoji":{v:["Etsi emojia"]},"Search results":{v:["Hakutulokset"]},Selected:{v:["Valittu"]},"Skin tone":{v:["Ihonväri"]},"Smileys & Emotion":{v:["Hymiöt & tunteet"]},Symbols:{v:["Symbolit"]},"Travel & Places":{v:["Matkustus & kohteet"]}}},{l:"fr",t:{Activities:{v:["Activités"]},"Animals & Nature":{v:["Animaux & Nature"]},Custom:{v:["Personnalisé"]},"Dark skin tone":{v:["Teint de peau foncé"]},"Emoji picker":{v:["Sélecteur d'émojis"]},Flags:{v:["Drapeaux"]},"Food & Drink":{v:["Nourriture & Boissons"]},"Frequently used":{v:["Utilisés fréquemment"]},"Light skin tone":{v:["Teint de peau clair"]},"Medium dark skin tone":{v:["Teint de peau moyennement foncé"]},"Medium light skin tone":{v:["Teint de peau moyennement clair"]},"Medium skin tone":{v:["Teint de peau moyen"]},"Neutral skin color":{v:["Teint de peau neutre"]},Objects:{v:["Objets"]},"People & Body":{v:["Personnes & Corps"]},"Pick an emoji":{v:["Choisissez un émoji"]},"Search emoji":{v:["Rechercher un emoji"]},"Search results":{v:["Résultats de recherche"]},Selected:{v:["sélectionné"]},"Skin tone":{v:["Teint de peau"]},"Smileys & Emotion":{v:["Smileys & Émotions"]},Symbols:{v:["Symboles"]},"Travel & Places":{v:["Voyage & Lieux"]}}},{l:"ga",t:{Activities:{v:["Gníomhaíochtaí"]},"Animals & Nature":{v:["Ainmhithe & Dúlra"]},Custom:{v:["Saincheaptha"]},"Dark skin tone":{v:["Ton craiceann dorcha"]},"Emoji picker":{v:["Roghnóir Emoji"]},Flags:{v:["Bratacha"]},"Food & Drink":{v:["Bia & Deoch"]},"Frequently used":{v:["Úsáidtear go minic"]},"Light skin tone":{v:["Ton craiceann éadrom"]},"Medium dark skin tone":{v:["Ton craiceann meánach dorcha"]},"Medium light skin tone":{v:["Ton craiceann meánach éadrom"]},"Medium skin tone":{v:["Ton craiceann meánach"]},"Neutral skin color":{v:["Dath craiceann neodrach"]},Objects:{v:["Réada"]},"People & Body":{v:["Daoine & Corp"]},"Pick an emoji":{v:["Roghnaigh emoji"]},"Search emoji":{v:["Cuardaigh emoji"]},"Search results":{v:["Torthaí cuardaigh"]},Selected:{v:["Roghnaithe"]},"Skin tone":{v:["Ton craicinn"]},"Smileys & Emotion":{v:["Smileys & Mothúchán"]},Symbols:{v:["Siombailí"]},"Travel & Places":{v:["Taisteal & Áiteanna"]}}},{l:"gl",t:{Activities:{v:["Actividades"]},"Animals & Nature":{v:["Animais e natureza"]},Custom:{v:["Personalizado"]},"Dark skin tone":{v:["Ton de pel escuro"]},"Emoji picker":{v:["Selector de «emojis»"]},Flags:{v:["Bandeiras"]},"Food & Drink":{v:["Comida e bebida"]},"Frequently used":{v:["Usado con frecuencia"]},"Light skin tone":{v:["Ton de pel claro"]},"Medium dark skin tone":{v:["Ton de pel medio escuro"]},"Medium light skin tone":{v:["Ton de pel medio claro"]},"Medium skin tone":{v:["Ton de pel medio"]},"Neutral skin color":{v:["Cor de pel neutra"]},Objects:{v:["Obxectos"]},"People & Body":{v:["Persoas e corpo"]},"Pick an emoji":{v:["Escolla un «emoji»"]},"Search emoji":{v:["Buscar «emoji»"]},"Search results":{v:["Resultados da busca"]},Selected:{v:["Seleccionado"]},"Skin tone":{v:["Ton de pel"]},"Smileys & Emotion":{v:["Sorrisos e emocións"]},Symbols:{v:["Símbolos"]},"Travel & Places":{v:["Viaxes e lugares"]}}},{l:"he",t:{Activities:{v:["פעילויות"]},"Animals & Nature":{v:["חיות וטבע"]},Custom:{v:["בהתאמה אישית"]},Flags:{v:["דגלים"]},"Food & Drink":{v:["מזון ומשקאות"]},"Frequently used":{v:["בשימוש תדיר"]},Objects:{v:["חפצים"]},"People & Body":{v:["אנשים וגוף"]},"Pick an emoji":{v:["נא לבחור אמוג׳י"]},"Search emoji":{v:["חיפוש אמוג׳י"]},"Search results":{v:["תוצאות חיפוש"]},"Smileys & Emotion":{v:["חייכנים ורגשונים"]},Symbols:{v:["סמלים"]},"Travel & Places":{v:["טיולים ומקומות"]}}},{l:"hr",t:{Activities:{v:["Aktivnosti"]},"Animals & Nature":{v:["Životinje i priroda"]},Custom:{v:["Prlagođeno"]},"Dark skin tone":{v:["Tamna nijansa"]},"Emoji picker":{v:["Odabir emojija"]},Flags:{v:["Zastavice"]},"Food & Drink":{v:["Hrana i piće"]},"Frequently used":{v:["Često korišteno"]},"Light skin tone":{v:["Svjetla nijansa"]},"Medium dark skin tone":{v:["Srednje tamna nijansa"]},"Medium light skin tone":{v:["Srednje svjetla nijansa"]},"Medium skin tone":{v:["Srednja nijansa"]},"Neutral skin color":{v:["Neutralna nijansa"]},Objects:{v:["Objekti"]},"People & Body":{v:["Ljudi i tijelo"]},"Pick an emoji":{v:["Odaberi emoji"]},"Search emoji":{v:["Traži emoji"]},"Search results":{v:["Rezultati pretraživanja"]},Selected:{v:["Odabrano"]},"Skin tone":{v:["Nijansa"]},"Smileys & Emotion":{v:["Smajlići i emocije"]},Symbols:{v:["Simboli"]},"Travel & Places":{v:["Putovanja i mjesta"]}}},{l:"hu",t:{Activities:{v:["Tevékenységek"]},"Animals & Nature":{v:["Állatok és természet"]},Custom:{v:["Egyéni"]},Flags:{v:["Zászlók"]},"Food & Drink":{v:["Étel és ital"]},"Frequently used":{v:["Gyakran használt"]},Objects:{v:["Tárgyak"]},"People & Body":{v:["Emberek és test"]},"Pick an emoji":{v:["Válasszon egy emodzsit"]},"Search results":{v:["Találatok"]},"Smileys & Emotion":{v:["Mosolyok és érzelmek"]},Symbols:{v:["Szimbólumok"]},"Travel & Places":{v:["Utazás és helyek"]}}},{l:"id",t:{Activities:{v:["Aktivitas"]},"Animals & Nature":{v:["Satwa dan Alam"]},Custom:{v:["Khusus"]},"Dark skin tone":{v:["Warna kulit gelap"]},"Emoji picker":{v:["Pemilih emoji"]},Flags:{v:["Tanda"]},"Food & Drink":{v:["Makanan dan Minuman"]},"Frequently used":{v:["Sering digunakan"]},"Light skin tone":{v:["Warna kulit terang"]},"Medium dark skin tone":{v:["Warna kulit sedang gelap"]},"Medium light skin tone":{v:["Warna kulit sedang terang"]},"Medium skin tone":{v:["Warna kulit sedang"]},"Neutral skin color":{v:["Warna kulit netral"]},Objects:{v:["Objek"]},"People & Body":{v:["Orang & Badan"]},"Pick an emoji":{v:["Pilih emoji"]},"Search emoji":{v:["Cari emoji"]},"Search results":{v:["Hasil pencarian"]},Selected:{v:["Dipilih"]},"Skin tone":{v:["Warna kulit"]},"Smileys & Emotion":{v:["Senyuman & Perasaan"]},Symbols:{v:["Simbol"]},"Travel & Places":{v:["Perjalanan & Tempat"]}}},{l:"is",t:{Activities:{v:["Aðgerðir"]},"Animals & Nature":{v:["Dýr og náttúra"]},Custom:{v:["Sérsniðið"]},"Dark skin tone":{v:["Dökkur húðlitur"]},"Emoji picker":{v:["Emoji-táknmyndaval"]},Flags:{v:["Flögg"]},"Food & Drink":{v:["Matur og drykkur"]},"Frequently used":{v:["Oftast notað"]},"Light skin tone":{v:["Ljós húðlitur"]},"Medium dark skin tone":{v:["Meðaldökkur húðlitur"]},"Medium light skin tone":{v:["Meðalljós húðlitur"]},"Medium skin tone":{v:["Meðaltónn húðar"]},"Neutral skin color":{v:["Hlutlaus húðlitur"]},Objects:{v:["Hlutir"]},"People & Body":{v:["Fólk og líkami"]},"Pick an emoji":{v:["Veldu tjáningartákn"]},"Search emoji":{v:["Leita að tjáningartákni"]},"Search results":{v:["Leitarniðurstöður"]},Selected:{v:["Valið"]},"Skin tone":{v:["Húðlitur"]},"Smileys & Emotion":{v:["Broskallar og tilfinningar"]},Symbols:{v:["Tákn"]},"Travel & Places":{v:["Staðir og ferðalög"]}}},{l:"it",t:{Activities:{v:["Attività"]},"Animals & Nature":{v:["Animali e natura"]},Custom:{v:["Personalizzato"]},Flags:{v:["Bandiere"]},"Food & Drink":{v:["Cibo e bevande"]},"Frequently used":{v:["Usati di frequente"]},Objects:{v:["Oggetti"]},"People & Body":{v:["Persone e corpo"]},"Pick an emoji":{v:["Scegli un emoji"]},"Search emoji":{v:["Ricerca emoji"]},"Search results":{v:["Risultati di ricerca"]},Selected:{v:["Selezionato"]},"Smileys & Emotion":{v:["Faccine ed emozioni"]},Symbols:{v:["Simboli"]},"Travel & Places":{v:["Viaggi e luoghi"]}}},{l:"ja",t:{Activities:{v:["アクティビティ"]},"Animals & Nature":{v:["動物と自然"]},Custom:{v:["カスタム"]},"Dark skin tone":{v:["暗い肌のトーン"]},"Emoji picker":{v:["絵文字ピッカー"]},Flags:{v:["国旗"]},"Food & Drink":{v:["食べ物と飲み物"]},"Frequently used":{v:["よく使うもの"]},"Light skin tone":{v:["明るい肌のトーン"]},"Medium dark skin tone":{v:["やや暗い肌のトーン"]},"Medium light skin tone":{v:["やや明るい肌のトーン"]},"Medium skin tone":{v:["中間の肌のトーン"]},"Neutral skin color":{v:["ニュートラルな肌の色"]},Objects:{v:["物"]},"People & Body":{v:["様々な人と体の部位"]},"Pick an emoji":{v:["絵文字を選択"]},"Search emoji":{v:["絵文字を検索"]},"Search results":{v:["検索結果"]},Selected:{v:["選択済み"]},"Skin tone":{v:["肌のトーン"]},"Smileys & Emotion":{v:["感情表現"]},Symbols:{v:["記号"]},"Travel & Places":{v:["旅行と場所"]}}},{l:"ja-JP",t:{Activities:{v:["アクティビティ"]},"Animals & Nature":{v:["動物と自然"]},Custom:{v:["カスタム"]},"Dark skin tone":{v:["暗い肌のトーン"]},"Emoji picker":{v:["絵文字ピッカー"]},Flags:{v:["国旗"]},"Food & Drink":{v:["食べ物と飲み物"]},"Frequently used":{v:["よく使うもの"]},"Light skin tone":{v:["明るい肌のトーン"]},"Medium dark skin tone":{v:["やや暗い肌のトーン"]},"Medium light skin tone":{v:["やや明るい肌のトーン"]},"Medium skin tone":{v:["中間の肌のトーン"]},"Neutral skin color":{v:["ニュートラルな肌の色"]},Objects:{v:["物"]},"People & Body":{v:["様々な人と体の部位"]},"Pick an emoji":{v:["絵文字を選択"]},"Search emoji":{v:["絵文字を検索"]},"Search results":{v:["検索結果"]},Selected:{v:["選択済み"]},"Skin tone":{v:["肌のトーン"]},"Smileys & Emotion":{v:["感情表現"]},Symbols:{v:["記号"]},"Travel & Places":{v:["旅行と場所"]}}},{l:"ko",t:{Activities:{v:["활동"]},"Animals & Nature":{v:["동물 & 자연"]},Custom:{v:["맞춤 설정"]},"Dark skin tone":{v:["어두운 피부 톤"]},"Emoji picker":{v:["이모지 선택기"]},Flags:{v:["깃발"]},"Food & Drink":{v:["음식 & 음료"]},"Frequently used":{v:["자주 쓰임"]},"Light skin tone":{v:["밝은 피부 톤"]},"Medium dark skin tone":{v:["약간 어두운 피부 톤"]},"Medium light skin tone":{v:["약간 밝은 피부 톤"]},"Medium skin tone":{v:["중간 피부 톤"]},"Neutral skin color":{v:["중성적 피부 톤"]},Objects:{v:["물체"]},"People & Body":{v:["사람 & 신체"]},"Pick an emoji":{v:["이모지 선택"]},"Search emoji":{v:["이모지 검색"]},"Search results":{v:["검색 결과"]},Selected:{v:["선택됨"]},"Skin tone":{v:["피부 톤"]},"Smileys & Emotion":{v:["스마일리 & 이모티콘"]},Symbols:{v:["기호"]},"Travel & Places":{v:["여행 & 장소"]}}},{l:"lo",t:{Activities:{v:["ກິດຈະກຳ"]},"Animals & Nature":{v:["ສັດ ແລະ ທຳມະຊາດ"]},Custom:{v:["ກຳນົດເອງ"]},"Dark skin tone":{v:["ໂຕນສີຜິວເຂັ້ມ"]},"Emoji picker":{v:["ໂຕເລືອກອີໂມຈິ"]},Flags:{v:["ທຸງ"]},"Food & Drink":{v:["ອາຫານ ແລະ ເຄື່ອງດື່ມ"]},"Frequently used":{v:["ໃຊ້ງານເລື້ອຍໆ"]},"Light skin tone":{v:["ໂຕນສີຜິວອ່ອນ"]},"Medium dark skin tone":{v:["ໂຕນສີຜິວເຂັ້ມປານກາງ"]},"Medium light skin tone":{v:["ໂຕນສີຜິວອ່ອນປານກາງ"]},"Medium skin tone":{v:["ໂຕນສີຜິວປານກາງ"]},"Neutral skin color":{v:["ສີຜິວເປັນກາງ"]},Objects:{v:["ວັດຖຸ"]},"People & Body":{v:["ຄົນ ແລະ ຮ່າງກາຍ"]},"Pick an emoji":{v:["ເລືອກອີໂມຈິ"]},"Search emoji":{v:["ຄົ້ນຫາອີໂມຈິ"]},"Search results":{v:["ຜົນການຄົ້ນຫາ"]},Selected:{v:["ເລືອກແລ້ວ"]},"Skin tone":{v:["ໂຕນສີຜິວ"]},"Smileys & Emotion":{v:["ໜ້າຍິ້ມ ແລະ ອາລົມ"]},Symbols:{v:["ສັນຍາລັກ"]},"Travel & Places":{v:["ການເດີນທາງ ແລະ ສະຖານທີ່"]}}},{l:"lt-LT",t:{Activities:{v:["Veiklos"]},"Animals & Nature":{v:["Gyvūnai ir gamta"]},Custom:{v:["Tinkinti"]},Flags:{v:["Vėliavos"]},"Food & Drink":{v:["Maistas ir gėrimai"]},"Frequently used":{v:["Dažniausiai naudoti"]},Objects:{v:["Objektai"]},"People & Body":{v:["Žmonės ir kūnas"]},"Pick an emoji":{v:["Pasirinkti jaustuką"]},"Search results":{v:["Paieškos rezultatai"]},"Smileys & Emotion":{v:["Šypsenos ir emocijos"]},Symbols:{v:["Simboliai"]},"Travel & Places":{v:["Kelionės ir vietos"]}}},{l:"lv",t:{}},{l:"mk",t:{Activities:{v:["Активности"]},"Animals & Nature":{v:["Животни & Природа"]},Custom:{v:["Прилагодени"]},"Dark skin tone":{v:["Темна боја на кожа"]},"Emoji picker":{v:["Избор на emoji"]},Flags:{v:["Знамиња"]},"Food & Drink":{v:["Храна & Пијалоци"]},"Frequently used":{v:["Најчесто користени"]},"Light skin tone":{v:["Светла кожа"]},"Medium dark skin tone":{v:["Средно темна кожа"]},"Medium light skin tone":{v:["Средно светла кожа"]},"Medium skin tone":{v:["Средна кожа"]},"Neutral skin color":{v:["Неутрална боја на кожа"]},Objects:{v:["Објекти"]},"People & Body":{v:["Луѓе & Тело"]},"Pick an emoji":{v:["Избери емотикон"]},"Search emoji":{v:["Барај emoji"]},"Search results":{v:["Резултати од барувањето"]},Selected:{v:["Избрано"]},"Skin tone":{v:["Боја на кожа"]},"Smileys & Emotion":{v:["Смешковци & Емотикони"]},Symbols:{v:["Симболи"]},"Travel & Places":{v:["Патувања & Места"]}}},{l:"mn",t:{Activities:{v:["Үйл ажиллагаа"]},"Animals & Nature":{v:["Амьтан & Байгаль"]},Custom:{v:["Тусгай"]},"Dark skin tone":{v:["Бараан арьсны өнгө"]},"Emoji picker":{v:["Эможи сонгогч"]},Flags:{v:["Тугнууд"]},"Food & Drink":{v:["Хоол & Ундаа"]},"Frequently used":{v:["Байнга хэрэглэдэг"]},"Light skin tone":{v:["Цайвар арьсны өнгө"]},"Medium dark skin tone":{v:["Дунд бараан арьсны өнгө"]},"Medium light skin tone":{v:["Дунд цайвар арьсны өнгө"]},"Medium skin tone":{v:["Дунд арьсны өнгө"]},"Neutral skin color":{v:["Саарал арьсны өнгө"]},Objects:{v:["Объектууд"]},"People & Body":{v:["Хүмүүс & Бие"]},"Pick an emoji":{v:["Эможи сонгох"]},"Search emoji":{v:["Эможи хайх"]},"Search results":{v:["Хайлтын үр дүн"]},Selected:{v:["Сонгосон"]},"Skin tone":{v:["Арьсны өнгө"]},"Smileys & Emotion":{v:["Инээмсэглэл & Сэтгэл хөдлөл"]},Symbols:{v:["Тэмдэгтүүд"]},"Travel & Places":{v:["Аялал & Газрууд"]}}},{l:"my",t:{Activities:{v:["ပြုလုပ်ဆောင်တာများ"]},"Animals & Nature":{v:["တိရစ္ဆာန်များနှင့် သဘာဝ"]},Custom:{v:["အလိုကျချိန်ညှိမှု"]},Flags:{v:["အလံများ"]},"Food & Drink":{v:["အစားအသောက်"]},"Frequently used":{v:["မကြာခဏအသုံးပြုသော"]},Objects:{v:["အရာဝတ္ထုများ"]},"People & Body":{v:["လူပုဂ္ဂိုလ်များနှင့် ခန္ဓာကိုယ်"]},"Pick an emoji":{v:["အီမိုဂျီရွေးရန်"]},"Search results":{v:["ရှာဖွေမှု ရလဒ်များ"]},"Smileys & Emotion":{v:["စမိုင်လီများနှင့် အီမိုရှင်း"]},Symbols:{v:["သင်္ကေတများ"]},"Travel & Places":{v:["ခရီးသွားလာခြင်းနှင့် နေရာများ"]}}},{l:"nb",t:{Activities:{v:["Aktiviteter"]},"Animals & Nature":{v:["Dyr og natur"]},Custom:{v:["Tilpasset"]},"Dark skin tone":{v:["Mørk hudtone"]},"Emoji picker":{v:["Emoji-velger"]},Flags:{v:["Flagg"]},"Food & Drink":{v:["Mat og drikke"]},"Frequently used":{v:["Ofte brukt"]},"Light skin tone":{v:["Lys hudtone"]},"Medium dark skin tone":{v:["Middels mørk hudtone"]},"Medium light skin tone":{v:["Middels lys hudtone"]},"Medium skin tone":{v:["Middels hudtone"]},"Neutral skin color":{v:["Nøytral hudfarge"]},Objects:{v:["Objekter"]},"People & Body":{v:["Mennesker og kropp"]},"Pick an emoji":{v:["Velg en emoji"]},"Search emoji":{v:["Søk emoji"]},"Search results":{v:["Søkeresultater"]},Selected:{v:["Valgt"]},"Skin tone":{v:["Hudtone"]},"Smileys & Emotion":{v:["Smilefjes og følelser"]},Symbols:{v:["Symboler"]},"Travel & Places":{v:["Reise og steder"]}}},{l:"nl",t:{Activities:{v:["Activiteiten"]},"Animals & Nature":{v:["Dieren & Natuur"]},Custom:{v:["Aangepast"]},"Dark skin tone":{v:["Donkere huidskleur"]},"Emoji picker":{v:["Emoji-kiezer"]},Flags:{v:["Vlaggen"]},"Food & Drink":{v:["Eten & Drinken"]},"Frequently used":{v:["Vaak gebruikt"]},"Light skin tone":{v:["Lichte huidskleur"]},"Medium dark skin tone":{v:["Gemiddeld donkere huidskleur"]},"Medium light skin tone":{v:["Gemiddeld lichte huidskleur"]},"Medium skin tone":{v:["Gemiddelde huidskleur"]},"Neutral skin color":{v:["Neutrale huidskleur"]},Objects:{v:["Objecten"]},"People & Body":{v:["Mensen & Lichaam"]},"Pick an emoji":{v:["Kies een emoji"]},"Search emoji":{v:["Emoji zoeken"]},"Search results":{v:["Zoekresultaten"]},Selected:{v:["Geselecteerd"]},"Skin tone":{v:["Huidskleur"]},"Smileys & Emotion":{v:["Smileys & Emotie"]},Symbols:{v:["Symbolen"]},"Travel & Places":{v:["Reizen & Plaatsen"]}}},{l:"oc",t:{}},{l:"pl",t:{Activities:{v:["Aktywność"]},"Animals & Nature":{v:["Zwierzęta i natura"]},Custom:{v:["Zwyczajne"]},"Dark skin tone":{v:["Ciemna tonacja"]},"Emoji picker":{v:["Wybierz Emoji"]},Flags:{v:["Flagi"]},"Food & Drink":{v:["Jedzenie i picie"]},"Frequently used":{v:["Często używane"]},"Light skin tone":{v:["Jasny odcień skóry"]},"Medium dark skin tone":{v:["Średnio ciemny odcień skóry"]},"Medium light skin tone":{v:["Średnio jasny odcień skóry"]},"Medium skin tone":{v:["Średni odcień skóry"]},"Neutral skin color":{v:["Neutralny kolor skróry"]},Objects:{v:["Obiekty"]},"People & Body":{v:["Ludzie i ciało"]},"Pick an emoji":{v:["Wybierz emoji"]},"Search emoji":{v:["Szukaj emoji"]},"Search results":{v:["Wyniki wyszukiwania"]},Selected:{v:["Wybrane"]},"Skin tone":{v:["Kolor skóry"]},"Smileys & Emotion":{v:["Buźki i emotikony"]},Symbols:{v:["Symbole"]},"Travel & Places":{v:["Podróże i miejsca"]}}},{l:"pt-BR",t:{Activities:{v:["Atividades"]},"Animals & Nature":{v:["Animais & Natureza"]},Custom:{v:["Personalizados"]},"Dark skin tone":{v:["Tom de pele escuro"]},"Emoji picker":{v:["Seletor de emoji"]},Flags:{v:["Bandeiras"]},"Food & Drink":{v:["Comida & Bebida"]},"Frequently used":{v:["Mais usados"]},"Light skin tone":{v:["Tom de pele claro"]},"Medium dark skin tone":{v:["Tom de pele meio escuro"]},"Medium light skin tone":{v:["Tom de pele meio claro"]},"Medium skin tone":{v:["Tom de pele médio"]},"Neutral skin color":{v:["Tom de pele neutro"]},Objects:{v:["Objetos"]},"People & Body":{v:["Pessoas & Corpo"]},"Pick an emoji":{v:["Escolha um emoji"]},"Search emoji":{v:["Pesquisar emoji"]},"Search results":{v:["Resultados da pesquisa"]},Selected:{v:["Selecionado"]},"Skin tone":{v:["Tom de pele"]},"Smileys & Emotion":{v:["Smileys & Emoções"]},Symbols:{v:["Símbolos"]},"Travel & Places":{v:["Viagem & Lugares"]}}},{l:"pt-PT",t:{Activities:{v:["Atividades"]},"Animals & Nature":{v:["Animais e Natureza"]},Custom:{v:["Personalizado"]},"Dark skin tone":{v:["Tom de pele escuro"]},"Emoji picker":{v:["seletor de emoji"]},Flags:{v:["Bandeiras"]},"Food & Drink":{v:["Comida e Bebida"]},"Frequently used":{v:["Mais utilizados"]},"Light skin tone":{v:["Tom de pele claro"]},"Medium dark skin tone":{v:["Tom de pele escuro médio"]},"Medium light skin tone":{v:["Tom de pele claro médio"]},"Medium skin tone":{v:["Tom de pele médio"]},"Neutral skin color":{v:["Cor de pele neutra"]},Objects:{v:["Objetos"]},"People & Body":{v:["Pessoas e Corpo"]},"Pick an emoji":{v:["Escolha um emoji"]},"Search emoji":{v:["Pesquisar emoji"]},"Search results":{v:["Resultados da pesquisa"]},Selected:{v:["Selecionado"]},"Skin tone":{v:["Tom de pele"]},"Smileys & Emotion":{v:["Sorrisos e Emoções"]},Symbols:{v:["Símbolos"]},"Travel & Places":{v:["Viagens e Lugares"]}}},{l:"ro",t:{Activities:{v:["Activități"]},"Animals & Nature":{v:["Animale și natură"]},Custom:{v:["Personalizat"]},Flags:{v:["Marcaje"]},"Food & Drink":{v:["Alimente și băuturi"]},"Frequently used":{v:["Utilizate frecvent"]},Objects:{v:["Obiecte"]},"People & Body":{v:["Oameni și corp"]},"Pick an emoji":{v:["Alege un emoji"]},"Search emoji":{v:["Căutare emoji"]},"Search results":{v:["Rezultatele căutării"]},Selected:{v:["Selectat"]},"Smileys & Emotion":{v:["Zâmbete și emoții"]},Symbols:{v:["Simboluri"]},"Travel & Places":{v:["Călătorii și locuri"]}}},{l:"ru",t:{Activities:{v:["События"]},"Animals & Nature":{v:["Животные и природа "]},Custom:{v:["Пользовательское"]},"Dark skin tone":{v:["Темный оттенок"]},"Emoji picker":{v:["Подборщик эмодзи"]},Flags:{v:["Флаги"]},"Food & Drink":{v:["Еда, напиток"]},"Frequently used":{v:["Часто используемый"]},"Light skin tone":{v:["Светлый оттенок"]},"Medium dark skin tone":{v:["Средний темный оттенок"]},"Medium light skin tone":{v:["Средний светлый оттенок"]},"Medium skin tone":{v:["Средний оттенок"]},"Neutral skin color":{v:["Нейтральный оттенок"]},Objects:{v:["Объекты"]},"People & Body":{v:["Люди и тело"]},"Pick an emoji":{v:["Выберите эмодзи"]},"Search emoji":{v:["Поиск эмодзи"]},"Search results":{v:["Результаты поиска"]},Selected:{v:["Выбрано"]},"Skin tone":{v:["Оттенок скина"]},"Smileys & Emotion":{v:["Смайлики и эмоции"]},Symbols:{v:["Символы"]},"Travel & Places":{v:["Путешествия и места"]}}},{l:"sk",t:{Activities:{v:["Aktivity"]},"Animals & Nature":{v:["Zvieratá a príroda"]},Custom:{v:["Vlastné"]},"Dark skin tone":{v:["Tmavý vzhľad"]},"Emoji picker":{v:["Výber emodži"]},Flags:{v:["Vlajky"]},"Food & Drink":{v:["Jedlo a nápoje"]},"Frequently used":{v:["Často používané"]},"Light skin tone":{v:["Svetlý vzhľad"]},"Medium dark skin tone":{v:["Stredne tmavý vzhľad"]},"Medium light skin tone":{v:["Stredne svetlý vzhľad"]},"Medium skin tone":{v:["Stredný vzhľad"]},"Neutral skin color":{v:["Neutrálny vzhľad"]},Objects:{v:["Objekty"]},"People & Body":{v:["Ľudia a telo"]},"Pick an emoji":{v:["Vybrať emodži"]},"Search emoji":{v:["Vyhľadať emoji"]},"Search results":{v:["Výsledky vyhľadávania"]},Selected:{v:["Vybraný"]},"Skin tone":{v:["Vzhľad"]},"Smileys & Emotion":{v:["Smajlíky a emócie"]},Symbols:{v:["Symboly"]},"Travel & Places":{v:["Cestovanie a miesta"]}}},{l:"sl",t:{Activities:{v:["Dejavnosti"]},"Animals & Nature":{v:["Živali in Narava"]},Custom:{v:["Po meri"]},Flags:{v:["Zastavice"]},"Food & Drink":{v:["Hrana in Pijača"]},"Frequently used":{v:["Pogostost uporabe"]},Objects:{v:["Predmeti"]},"People & Body":{v:["Ljudje in Telo"]},"Pick an emoji":{v:["Izbor izrazne ikone"]},"Search results":{v:["Zadetki iskanja"]},"Smileys & Emotion":{v:["Izrazne ikone"]},Symbols:{v:["Simboli"]},"Travel & Places":{v:["Potovanja in Kraji"]}}},{l:"sr",t:{Activities:{v:["Активности"]},"Animals & Nature":{v:["Животиње и природа"]},Custom:{v:["Произвољно"]},"Dark skin tone":{v:["Тамни тен коже"]},"Emoji picker":{v:["Бирач емођија"]},Flags:{v:["Заставе"]},"Food & Drink":{v:["Храна и пиће"]},"Frequently used":{v:["Често коришћено"]},"Light skin tone":{v:["Светли тен коже"]},"Medium dark skin tone":{v:["Средње тамни тен коже"]},"Medium light skin tone":{v:["Средње светли тен коже"]},"Medium skin tone":{v:["Средњи тен коже"]},"Neutral skin color":{v:["Неутрална боја коже"]},Objects:{v:["Предмети"]},"People & Body":{v:["Људи и тело"]},"Pick an emoji":{v:["Изаберите емођи"]},"Search emoji":{v:["Претражи емођи"]},"Search results":{v:["Резултати претраге"]},Selected:{v:["Изабрано"]},"Skin tone":{v:["Тен коже"]},"Smileys & Emotion":{v:["Смајлији и емоције"]},Symbols:{v:["Симболи"]},"Travel & Places":{v:["Путовање и места"]}}},{l:"sv",t:{Activities:{v:["Aktiviteter"]},"Animals & Nature":{v:["Djur & Natur"]},Custom:{v:["Anpassad"]},"Dark skin tone":{v:["Mörk hudton"]},"Emoji picker":{v:["Emoji-väljare"]},Flags:{v:["Flaggor"]},"Food & Drink":{v:["Mat & Dryck"]},"Frequently used":{v:["Används ofta"]},"Light skin tone":{v:["Ljus hudton"]},"Medium dark skin tone":{v:["Medium mörk hudton"]},"Medium light skin tone":{v:["Medium ljus hudton"]},"Medium skin tone":{v:["Medium hudton"]},"Neutral skin color":{v:["Neutral hudfärg"]},Objects:{v:["Objekt"]},"People & Body":{v:["Kropp & Själ"]},"Pick an emoji":{v:["Välj en emoji"]},"Search emoji":{v:["Sök emoji"]},"Search results":{v:["Sökresultat"]},Selected:{v:["Vald"]},"Skin tone":{v:["Hudton"]},"Smileys & Emotion":{v:["Selfies & Känslor"]},Symbols:{v:["Symboler"]},"Travel & Places":{v:["Resor & Sevärdigheter"]}}},{l:"tr",t:{Activities:{v:["Etkinlikler"]},"Animals & Nature":{v:["Hayvanlar ve doğa"]},Custom:{v:["Özel"]},"Dark skin tone":{v:["Koyu deri rengi"]},"Emoji picker":{v:["Emoji seçici"]},Flags:{v:["Bayraklar"]},"Food & Drink":{v:["Yeme ve içme"]},"Frequently used":{v:["Sık kullanılanlar"]},"Light skin tone":{v:["Açık deri rengi"]},"Medium dark skin tone":{v:["Orta koyu deri rengi"]},"Medium light skin tone":{v:["Orta açık deri rengi"]},"Medium skin tone":{v:["Orta deri rengi"]},"Neutral skin color":{v:["Nötr deri rengi"]},Objects:{v:["Nesneler"]},"People & Body":{v:["İnsanlar ve beden"]},"Pick an emoji":{v:["Bir emoji seçin"]},"Search emoji":{v:["Emoji ara"]},"Search results":{v:["Arama sonuçları"]},Selected:{v:["Seçilmiş"]},"Skin tone":{v:["Deri rengi"]},"Smileys & Emotion":{v:["İfadeler ve duygular"]},Symbols:{v:["Simgeler"]},"Travel & Places":{v:["Gezi ve yerler"]}}},{l:"uk",t:{Activities:{v:["Діяльність"]},"Animals & Nature":{v:["Тварини та природа"]},Custom:{v:["Власне"]},"Dark skin tone":{v:["Смаглявий"]},"Emoji picker":{v:["Вибір емоційки"]},Flags:{v:["Прапори"]},"Food & Drink":{v:["Їжа та напої"]},"Frequently used":{v:["Найчастіші"]},"Light skin tone":{v:["Світла шкіра"]},"Medium dark skin tone":{v:["Какао"]},"Medium light skin tone":{v:["Лате"]},"Medium skin tone":{v:["Середній колір шкіри"]},"Neutral skin color":{v:["Нейтральний колір шкіри"]},Objects:{v:["Об'єкти"]},"People & Body":{v:["Люди та жести"]},"Pick an emoji":{v:["Виберіть емоційку"]},"Search emoji":{v:["Шукати емоційки"]},"Search results":{v:["Результати пошуку"]},Selected:{v:["Вибрано"]},"Skin tone":{v:["Колір шкіри"]},"Smileys & Emotion":{v:["Смайли та емоції"]},Symbols:{v:["Символи"]},"Travel & Places":{v:["Поїздки та місця"]}}},{l:"uz",t:{Activities:{v:["Faolliklar"]},"Animals & Nature":{v:["Hayvonlar va Tabiat"]},Custom:{v:["Moslashtirilgan"]},"Dark skin tone":{v:["Qora rangdagi qoplama"]},"Emoji picker":{v:["Emoji tanlagich"]},Flags:{v:["Bayroqlar"]},"Food & Drink":{v:["Oziq-ovqat va ichimliklar"]},"Frequently used":{v:["Tez-tez ishlatiladi"]},"Light skin tone":{v:["Yorug` rangdagi qoplama"]},"Medium dark skin tone":{v:["O`rtacha qorong`u rangdagi qoplama"]},"Medium light skin tone":{v:["O`rtacha yorug`lik rangdagi qoplama"]},"Medium skin tone":{v:["O`rtacha rangdagi qoplama"]},"Neutral skin color":{v:["Neytral rang"]},Objects:{v:["Obyekt"]},"People & Body":{v:["Odamlar va Tana"]},"Pick an emoji":{v:["Emojini tanlang"]},"Search emoji":{v:["Emoji qidirish"]},"Search results":{v:["Qidiruv natijalari"]},Selected:{v:["Tanlangan"]},"Skin tone":{v:["Odatiy rangdagi qoplama"]},"Smileys & Emotion":{v:["Smayllar va Hissiyotlar"]},Symbols:{v:["Belgilar"]},"Travel & Places":{v:["Sayohat va Joylar"]}}},{l:"zh-CN",t:{Activities:{v:["活动"]},"Animals & Nature":{v:["动物 & 自然"]},Custom:{v:["自定义"]},"Dark skin tone":{v:["深色皮肤"]},"Emoji picker":{v:["表情拾取器"]},Flags:{v:["旗帜"]},"Food & Drink":{v:["食物 & 饮品"]},"Frequently used":{v:["经常使用"]},"Light skin tone":{v:["浅色皮肤"]},"Medium dark skin tone":{v:["中等深色皮肤"]},"Medium light skin tone":{v:["中等浅色皮肤"]},"Medium skin tone":{v:["中等皮肤"]},"Neutral skin color":{v:["中性皮肤颜色"]},Objects:{v:["物体"]},"People & Body":{v:["人 & 身体"]},"Pick an emoji":{v:["选择一个表情"]},"Search emoji":{v:["搜索表情"]},"Search results":{v:["搜索结果"]},Selected:{v:["选择"]},"Skin tone":{v:["皮肤"]},"Smileys & Emotion":{v:["笑脸 & 情感"]},Symbols:{v:["符号"]},"Travel & Places":{v:["旅游 & 地点"]}}},{l:"zh-HK",t:{Activities:{v:["活動"]},"Animals & Nature":{v:["動物與自然"]},Custom:{v:["自定義"]},"Dark skin tone":{v:["深膚色"]},"Emoji picker":{v:["表情符號選擇器"]},Flags:{v:["旗幟"]},"Food & Drink":{v:["食物與飲料"]},"Frequently used":{v:["經常使用"]},"Light skin tone":{v:["淺膚色"]},"Medium dark skin tone":{v:["中等深膚色"]},"Medium light skin tone":{v:["中等淺膚色"]},"Medium skin tone":{v:["中等膚色"]},"Neutral skin color":{v:["中性色膚色"]},Objects:{v:["物件"]},"People & Body":{v:["人物"]},"Pick an emoji":{v:["選擇表情符號"]},"Search emoji":{v:["搜尋表情符號"]},"Search results":{v:["搜尋結果"]},Selected:{v:["已選"]},"Skin tone":{v:["膚色"]},"Smileys & Emotion":{v:["表情"]},Symbols:{v:["標誌"]},"Travel & Places":{v:["旅遊與景點"]}}},{l:"zh-TW",t:{Activities:{v:["活動"]},"Animals & Nature":{v:["動物與自然"]},Custom:{v:["自定義"]},"Dark skin tone":{v:["深膚色"]},"Emoji picker":{v:["表情符號挑選器"]},Flags:{v:["旗幟"]},"Food & Drink":{v:["食物與飲料"]},"Frequently used":{v:["最近使用"]},"Light skin tone":{v:["淺膚色"]},"Medium dark skin tone":{v:["中等深膚色"]},"Medium light skin tone":{v:["中等淺膚色"]},"Medium skin tone":{v:["中等膚色"]},"Neutral skin color":{v:["中性膚色"]},Objects:{v:["物件"]},"People & Body":{v:["人物"]},"Pick an emoji":{v:["選擇表情符號"]},"Search emoji":{v:["搜尋表情符號"]},"Search results":{v:["搜尋結果"]},Selected:{v:["已選取"]},"Skin tone":{v:["膚色"]},"Smileys & Emotion":{v:["表情"]},Symbols:{v:["標誌"]},"Travel & Places":{v:["旅遊與景點"]}}}],$5=[{l:"ar",t:{"Add to a project":{v:["أضف إلى مشروع"]},"Connect items to a project to make them easier to find":{v:["ربط عناصر بمشروع لتسهيل العثور عليها"]},"Failed to add the item to the project":{v:["تعذر ربط عنصر بمشروع"]},"Failed to create a project":{v:["تعذر إنشاء مشروع"]},"Failed to rename the project":{v:["تعذّر تغيير اسم المشروع"]},"Type to search for existing projects":{v:["أكتُب للبحث في المشاريع الموجودة"]}}},{l:"ast",t:{}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{"Add to a project":{v:["Přidat do projektu"]},"Connect items to a project to make them easier to find":{v:["Připojte položky k projektu, čímž budou snáze dohledatelné"]},"Failed to add the item to the project":{v:["Položku se nepodařilo přidat do projektu"]},"Failed to create a project":{v:["Projekt se nepodařilo vytvořit"]},"Failed to rename the project":{v:["Projekt se nepodařilo přejmenovat"]},"Type to search for existing projects":{v:["Psaním vyhledávejte existující projekty"]}}},{l:"cs-CZ",t:{}},{l:"da",t:{"Add to a project":{v:["Tilføj til et projekt"]},"Connect items to a project to make them easier to find":{v:["Forbind elementer til et projekt for at gøre dem nemmere at finde"]},"Failed to add the item to the project":{v:["Kunne ikke føje elementet til projektet"]},"Failed to create a project":{v:["Kunne ikke oprette et projekt"]},"Failed to rename the project":{v:["Projektet kunne ikke omdøbes"]},"Type to search for existing projects":{v:["Skriv for at søge efter eksisterende projekter"]}}},{l:"de",t:{"Add to a project":{v:["Einem Projekt hinzufügen"]},"Connect items to a project to make them easier to find":{v:["Verbinde Elemente mit einem Projekt, um sie leichter zu finden"]},"Failed to add the item to the project":{v:["Das Element konnte nicht zum Projekt hinzugefügt werden"]},"Failed to create a project":{v:["Projekt konnte nicht erstellt werden"]},"Failed to rename the project":{v:["Das Projekt konnte nicht umbenannt werden"]},"Type to search for existing projects":{v:["Tippen, um nach vorhandenen Projekten zu suchen"]}}},{l:"de-DE",t:{"Add to a project":{v:["Einem Projekt hinzufügen"]},"Connect items to a project to make them easier to find":{v:["Verbinden Sie Elemente mit einem Projekt, um sie leichter zu finden"]},"Failed to add the item to the project":{v:["Das Element konnte nicht zum Projekt hinzugefügt werden"]},"Failed to create a project":{v:["Projekt konnte nicht erstellt werden"]},"Failed to rename the project":{v:["Das Projekt konnte nicht umbenannt werden"]},"Type to search for existing projects":{v:["Tippen, um nach vorhandenen Projekten zu suchen"]}}},{l:"el",t:{"Add to a project":{v:["Προσθήκη σε ένα έργο"]},"Connect items to a project to make them easier to find":{v:["Συνδέστε αντικείμενα σε ένα έργο για να τα βρίσκετε πιο εύκολα"]},"Failed to add the item to the project":{v:["Αποτυχία προσθήκης του αντικειμένου στο έργο"]},"Failed to create a project":{v:["Αποτυχία δημιουργίας έργου"]},"Failed to rename the project":{v:["Αποτυχία μετονομασίας του έργου"]},"Type to search for existing projects":{v:["Πληκτρολογήστε για αναζήτηση υπαρχόντων έργων"]}}},{l:"en-GB",t:{"Add to a project":{v:["Add to a project"]},"Connect items to a project to make them easier to find":{v:["Connect items to a project to make them easier to find"]},"Failed to add the item to the project":{v:["Failed to add the item to the project"]},"Failed to create a project":{v:["Failed to create a project"]},"Failed to rename the project":{v:["Failed to rename the project"]},"Type to search for existing projects":{v:["Type to search for existing projects"]}}},{l:"eo",t:{}},{l:"es",t:{}},{l:"es-AR",t:{"Add to a project":{v:["Agregar a un proyecto"]},"Connect items to a project to make them easier to find":{v:["Conecte items a un proyecto para hacerlos más fáciles de encontrar"]},"Failed to add the item to the project":{v:["No se pudo agregar el elemento al proyecto"]},"Failed to create a project":{v:["No se pudo crear un proyecto"]},"Failed to rename the project":{v:["No se pudo renombrar el proyecto"]},"Type to search for existing projects":{v:["Escriba para buscar proyectos existentes"]}}},{l:"es-EC",t:{}},{l:"es-MX",t:{"Add to a project":{v:["Agregar a un proyecto"]},"Connect items to a project to make them easier to find":{v:["Conecte elementos a un proyecto para hacerlos más fáciles de encontrar"]},"Failed to add the item to the project":{v:["No se pudo agregar el elemento al proyecto"]},"Failed to create a project":{v:["No se pudo crear el proyecto"]},"Failed to rename the project":{v:["No se pudo renombrar el proyecto"]},"Type to search for existing projects":{v:["Escriba para buscar proyectos existentes"]}}},{l:"et-EE",t:{"Add to a project":{v:["Lisa projekti"]},"Connect items to a project to make them easier to find":{v:["Selleks, et objekte oleks lihtsam leida, seo nad projektiga"]},"Failed to add the item to the project":{v:["Objekti lisamine projekti ei õnnestunud"]},"Failed to create a project":{v:["Projekti loomine ei õnnestunud"]},"Failed to rename the project":{v:["Projekti nime muutmine ei õnnestunud"]},"Type to search for existing projects":{v:["Olemasolevate projektide otsimiseks kirjuta"]}}},{l:"eu",t:{}},{l:"fa",t:{"Add to a project":{v:["افزودن به پروژه"]},"Connect items to a project to make them easier to find":{v:["برای پیدا کردن راحتتر، مواردی را به پروژه متصل کنید"]},"Failed to add the item to the project":{v:["موارد به پروژه اضافه نشد"]},"Failed to create a project":{v:["ایجاد پروژه نامؤفق بود"]},"Failed to rename the project":{v:["تغییر نام پروژه انجام نشد"]},"Type to search for existing projects":{v:["برای جستجوی پروژههای موجود تایپ کنید"]}}},{l:"fi",t:{"Add to a project":{v:["Lisää projektiin"]},"Connect items to a project to make them easier to find":{v:["Yhdistä kohteet projektiin, jotta ne olisivat helpompia löytää"]},"Failed to add the item to the project":{v:["Kohteiden lisääminen projektiin epäonnistui"]},"Failed to create a project":{v:["Projektin luominen epäonnistui"]},"Failed to rename the project":{v:["Projektin nimeäminen epäonnistui"]},"Type to search for existing projects":{v:["Kirjoita etsiäksesi olemassaolevia projekteja"]}}},{l:"fr",t:{"Add to a project":{v:["Ajouter à un projet"]},"Connect items to a project to make them easier to find":{v:["Connectez des éléments à un projet pour les retrouver plus facilement"]},"Failed to add the item to the project":{v:["Impossible d'ajouter l'élément au projet"]},"Failed to create a project":{v:["Impossible de créer un projet"]},"Failed to rename the project":{v:["Impossible de renommer le projet"]},"Type to search for existing projects":{v:["Tapez pour rechercher des projets existants"]}}},{l:"ga",t:{"Add to a project":{v:["Cuir le tionscadal"]},"Connect items to a project to make them easier to find":{v:["Ceangail míreanna le tionscadal chun iad a dhéanamh níos éasca iad a aimsiú"]},"Failed to add the item to the project":{v:["Theip ar an mír a chur leis an tionscadal"]},"Failed to create a project":{v:["Theip ar thionscadal a chruthú"]},"Failed to rename the project":{v:["Theip ar an tionscadal a athainmniú"]},"Type to search for existing projects":{v:["Clóscríobh chun tionscadail atá ann cheana a chuardach"]}}},{l:"gl",t:{"Add to a project":{v:["Engadir a un proxecto"]},"Connect items to a project to make them easier to find":{v:["Conectar elementos a un proxecto para facelos máis doados de atopar"]},"Failed to add the item to the project":{v:["Produciuse un fallo ao engadir o elemento ao proxecto"]},"Failed to create a project":{v:["Produciuse un fallo ao crear un proxecto"]},"Failed to rename the project":{v:["Produciuse un fallo ao cambiarlle o nome ao proxecto"]},"Type to search for existing projects":{v:["Escriba para buscar proxectos existentes"]}}},{l:"he",t:{}},{l:"hr",t:{"Add to a project":{v:["Dodaj u projekt"]},"Connect items to a project to make them easier to find":{v:["Povežite stavke s projektom kako biste ih lakše pronašli"]},"Failed to add the item to the project":{v:["Neuspjelo dodavanje stavke u projekt"]},"Failed to create a project":{v:["Neuspjelo stvaranje projekta"]},"Failed to rename the project":{v:["Neuspjelo preimenovanje projekta"]},"Type to search for existing projects":{v:["Upišite za pretraživanje postojećih projekata"]}}},{l:"hu",t:{}},{l:"id",t:{"Add to a project":{v:["Tambahkan ke proyek"]},"Connect items to a project to make them easier to find":{v:["Hubungkan item ke proyek agar lebih mudah ditemukan"]},"Failed to add the item to the project":{v:["Gagal menambahkan item ke proyek"]},"Failed to create a project":{v:["Gagal membuat proyek"]},"Failed to rename the project":{v:["Gagal mengganti nama proyek"]},"Type to search for existing projects":{v:["Ketik untuk mencari proyek yang sudah ada"]}}},{l:"is",t:{"Add to a project":{v:["Bæta við verkefni"]},"Connect items to a project to make them easier to find":{v:["Tengdu atriði við verkefni til að gera einfaldara að finna þau"]},"Failed to add the item to the project":{v:["Mistókst að bæta atriðinu í verkefnið"]},"Failed to create a project":{v:["Mistókst að útbúa verkefni"]},"Failed to rename the project":{v:["Mistókst að endurnefna verkefnið"]},"Type to search for existing projects":{v:["Skrifaðu hér til að leita að fyrirliggjandi verkefnum"]}}},{l:"it",t:{}},{l:"ja",t:{"Add to a project":{v:["プロジェクトに追加する"]},"Connect items to a project to make them easier to find":{v:["項目をプロジェクトに接続して検索しやすくする"]},"Failed to add the item to the project":{v:["プロジェクトへのアイテムの追加に失敗しました"]},"Failed to create a project":{v:["プロジェクトの作成に失敗しました"]},"Failed to rename the project":{v:["プロジェクトの名前変更に失敗しました"]},"Type to search for existing projects":{v:["既存のプロジェクトを検索するために入力します"]}}},{l:"ja-JP",t:{}},{l:"ko",t:{"Add to a project":{v:["프로젝트에 추가"]},"Connect items to a project to make them easier to find":{v:["항목을 더 쉽게 찾을 수 있도록 프로젝트에 연결하세요."]},"Failed to add the item to the project":{v:["항목을 프로젝트에 추가하는 데 실패함"]},"Failed to create a project":{v:["프로젝트를 만드는 데 실패함"]},"Failed to rename the project":{v:["프로젝트의 이름을 바꾸는 데 실패함"]},"Type to search for existing projects":{v:["입력하여 프로젝트를 검색"]}}},{l:"lo",t:{"Add to a project":{v:["ເພີ່ມໃສ່ໂຄງການ"]},"Connect items to a project to make them easier to find":{v:["ເຊື່ອມຕໍ່ລາຍການຕ່າງໆໃສ່ໂຄງການ ເພື່ອເຮັດໃຫ້ຊອກຫາງ່າຍຂຶ້ນ"]},"Failed to add the item to the project":{v:["ບໍ່ສາມາດເພີ່ມລາຍການໃສ່ໂຄງການໄດ້"]},"Failed to create a project":{v:["ບໍ່ສາມາດສ້າງໂຄງການໄດ້"]},"Failed to rename the project":{v:["ບໍ່ສາມາດປ່ຽນຊື່ໂຄງການໄດ້"]},"Type to search for existing projects":{v:["ພິມເພື່ອຄົ້ນຫາໂຄງການທີ່ມີຢູ່"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Add to a project":{v:["Додај во проект"]},"Connect items to a project to make them easier to find":{v:["Поврзете ги елементите со проект за да биде полесно да се најдат"]},"Failed to add the item to the project":{v:["Неуспешно додавање на елементот во проектот"]},"Failed to create a project":{v:["Неуспешно креирање на проект"]},"Failed to rename the project":{v:["Неуспешно преименување на проектот"]},"Type to search for existing projects":{v:["Пишувај за пребарување постоечки проекти"]}}},{l:"mn",t:{"Add to a project":{v:["Төсөлд нэмэх"]},"Connect items to a project to make them easier to find":{v:["Хялбар олохын тулд зүйлсийг төсөлтэй холбоно уу"]},"Failed to add the item to the project":{v:["Зүйлийг төсөлд нэмж чадсангүй"]},"Failed to create a project":{v:["Төсөл үүсгэж чадсангүй"]},"Failed to rename the project":{v:["Төслийн нэрийг солиж чадсангүй"]},"Type to search for existing projects":{v:["Одоо байгаа төслүүдийг хайхын тулд бичнэ үү"]}}},{l:"my",t:{}},{l:"nb",t:{"Add to a project":{v:["Legge til i et prosjekt"]},"Connect items to a project to make them easier to find":{v:["Koble elementer til et prosjekt for å gjøre det enklere å finne dem"]},"Failed to add the item to the project":{v:["Kan ikke legge til elementet i prosjektet"]},"Failed to create a project":{v:["Kan ikke opprette et prosjekt"]},"Failed to rename the project":{v:["Kunne ikke gi prosjektet nytt navn"]},"Type to search for existing projects":{v:["Skriv for å søke for eksisterende prosjekter"]}}},{l:"nl",t:{"Add to a project":{v:["Toevoegen aan een project"]},"Connect items to a project to make them easier to find":{v:["Items aan een project koppelen om ze eenvoudiger te vinden"]},"Failed to add the item to the project":{v:["Toevoegen van item aan project mislukt"]},"Failed to create a project":{v:["Project aanmaken mislukt"]},"Failed to rename the project":{v:["Project hernoemen mislukt"]},"Type to search for existing projects":{v:["Typ om te zoeken naar bestaande projecten"]}}},{l:"oc",t:{}},{l:"pl",t:{"Add to a project":{v:["Dodaj do projektu"]},"Connect items to a project to make them easier to find":{v:["Połącz elementy z projektem, aby ułatwić ich znalezienie"]},"Failed to add the item to the project":{v:["Nie udało się dodać elementu do projektu"]},"Failed to create a project":{v:["Nie udało się utworzyć projektu"]},"Failed to rename the project":{v:["Nie udało się zmienić nazwy projektu"]},"Type to search for existing projects":{v:["Wpisz, aby wyszukać istniejące projekty"]}}},{l:"pt-BR",t:{"Add to a project":{v:["Adicionar a um projeto"]},"Connect items to a project to make them easier to find":{v:["Conectar itens a um projeto para encontrá-los mais facilmente"]},"Failed to add the item to the project":{v:["Falha ao adicionar itens ao projeto"]},"Failed to create a project":{v:["Falha ao criar um projeto"]},"Failed to rename the project":{v:["Falha ao renomear o projeto"]},"Type to search for existing projects":{v:["Digite para pesquisar projetos existentes"]}}},{l:"pt-PT",t:{"Add to a project":{v:["Adicionar a um projeto"]},"Connect items to a project to make them easier to find":{v:["Ligar itens a um projeto para serem mais facilmente encontrados"]},"Failed to add the item to the project":{v:["Não foi possível adicionar item ao projeto"]},"Failed to create a project":{v:["Não foi possível criar um projeto"]},"Failed to rename the project":{v:["Não foi possível alterar o nome do projeto"]},"Type to search for existing projects":{v:["Digite para procurar projetos existentes"]}}},{l:"ro",t:{}},{l:"ru",t:{"Add to a project":{v:["Добавить в проект"]},"Connect items to a project to make them easier to find":{v:["Подключайте элементы к проекту, чтобы их было легче найти"]},"Failed to add the item to the project":{v:["Не удалось добавить элемент в проект"]},"Failed to create a project":{v:["Не удалось создать проект"]},"Failed to rename the project":{v:["Не удалось переименовать проект"]},"Type to search for existing projects":{v:["Введите для поиска существующих проектов"]}}},{l:"sk",t:{"Add to a project":{v:["Pridať do projektu"]},"Connect items to a project to make them easier to find":{v:["Pridať položky do projektu pre jednoduchšie vyhľadávanie"]},"Failed to add the item to the project":{v:["Nepodarilo sa pridať položku do projektu"]},"Failed to create a project":{v:["Nepodarilo sa vytvoriť projekt"]},"Failed to rename the project":{v:["Nepodarilo sa premenovať projekt"]},"Type to search for existing projects":{v:["Začnite písať pre vyhľadávanie v existujúcich projektoch"]}}},{l:"sl",t:{}},{l:"sr",t:{"Add to a project":{v:["Додај у пројекат"]},"Connect items to a project to make them easier to find":{v:["Повезује ставке у пројекат како би се лакше пронашле"]},"Failed to add the item to the project":{v:["Није успело додавање ставке у пројекат"]},"Failed to create a project":{v:["Није успело креирање пројекта"]},"Failed to rename the project":{v:["Није успела промена имена пројекта"]},"Type to search for existing projects":{v:["Куцајте да претражите постојеће пројекте"]}}},{l:"sv",t:{"Add to a project":{v:["Lägg till i ett projekt"]},"Connect items to a project to make them easier to find":{v:["Anslut objekt till ett projekt för att göra dem lättare att hitta"]},"Failed to add the item to the project":{v:["Det gick inte att lägga till objektet i projektet"]},"Failed to create a project":{v:["Det gick inte att skapa ett projekt"]},"Failed to rename the project":{v:["Kunde inte byta namn på projektet"]},"Type to search for existing projects":{v:["Skriv för att söka efter befintliga projekt"]}}},{l:"tr",t:{"Add to a project":{v:["Bir projeye ekle"]},"Connect items to a project to make them easier to find":{v:["Ögeleri daha kolay bulmak için bir proje ile ilişkilendirin"]},"Failed to add the item to the project":{v:["Öge projeye eklenemedi"]},"Failed to create a project":{v:["Bir proje oluşturulamadı"]},"Failed to rename the project":{v:["Proje yeniden adlandırılamadı"]},"Type to search for existing projects":{v:["Var olan projeleri aramak için yazmaya başlayın"]}}},{l:"uk",t:{"Add to a project":{v:["Додати до проєкту"]},"Connect items to a project to make them easier to find":{v:["Приєднайте ресурси до проєкту для швидшого пошуку"]},"Failed to add the item to the project":{v:["Не вдалося приєднати ресурс до проєкту"]},"Failed to create a project":{v:["Не вдалося створити проєкт"]},"Failed to rename the project":{v:["Не вдалося перейменувати проєкт"]},"Type to search for existing projects":{v:["Почніть вводити, щоб знайти проєкт"]}}},{l:"uz",t:{"Add to a project":{v:["Loyihaga qo'shish"]},"Connect items to a project to make them easier to find":{v:["Elementlarni topishni osonlashtirish uchun ularni loyihaga ulang"]},"Failed to add the item to the project":{v:["Ob'ektni loyihaga qo'shib bo'lmadi"]},"Failed to create a project":{v:["Loyiha yaratib bo‘lmadi"]},"Failed to rename the project":{v:["Loyiha nomini o‘zgartirib bo‘lmadi"]},"Type to search for existing projects":{v:["Mavjud loyihalarni qidirish uchun kiriting"]}}},{l:"zh-CN",t:{"Add to a project":{v:["添加至一个项目"]},"Connect items to a project to make them easier to find":{v:["将条目连接至一个项目以易于查找"]},"Failed to add the item to the project":{v:["添加条目至项目失败"]},"Failed to create a project":{v:["创建项目失败"]},"Failed to rename the project":{v:["重命名项目失败"]},"Type to search for existing projects":{v:["输入以搜索现存项目"]}}},{l:"zh-HK",t:{"Add to a project":{v:["添加到方案中"]},"Connect items to a project to make them easier to find":{v:["將項目連接到方案中,以便更容易找到。"]},"Failed to add the item to the project":{v:["無法將項目添加到方案中"]},"Failed to create a project":{v:["無法創建方案"]},"Failed to rename the project":{v:["無法重命名方案"]},"Type to search for existing projects":{v:["輸入以搜索現有方案"]}}},{l:"zh-TW",t:{"Add to a project":{v:["新增至專案中"]},"Connect items to a project to make them easier to find":{v:["將項目連結至專案中以方便尋找"]},"Failed to add the item to the project":{v:["新增項目至專案失敗"]},"Failed to create a project":{v:["建立專案失敗"]},"Failed to rename the project":{v:["重新命名專案失敗"]},"Type to search for existing projects":{v:["輸入以搜尋既有專案"]}}}],j5=[{l:"ar",t:{}},{l:"ast",t:{}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{Alt:{v:["Alt"]},Ctrl:{v:["Ctrl"]},Delete:{v:["Delete"]},Enter:{v:["Enter"]},Escape:{v:["Esc"]},Shift:{v:["Shift"]},Space:{v:["Mezerník"]},Tab:{v:["Tab"]}}},{l:"cs-CZ",t:{}},{l:"da",t:{Alt:{v:["Alt"]},Ctrl:{v:["Ctrl"]},Delete:{v:["Slet"]},Enter:{v:["Indtast"]},Escape:{v:["Afbrud"]},Shift:{v:["Skift"]},Space:{v:["Mellemrum"]},Tab:{v:["Faneblad"]}}},{l:"de",t:{Alt:{v:["Alt"]},Ctrl:{v:["Strg"]},Delete:{v:["Entf"]},Enter:{v:["Enter"]},Escape:{v:["Esc"]},Shift:{v:["Umschalt"]},Space:{v:["Leertaste"]},Tab:{v:["Tab"]}}},{l:"de-DE",t:{Alt:{v:["Alt"]},Ctrl:{v:["Strg"]},Delete:{v:["Entf"]},Enter:{v:["Eingabe"]},Escape:{v:["Esc"]},Shift:{v:["Umschalt"]},Space:{v:["Leertaste"]},Tab:{v:["Tab"]}}},{l:"el",t:{Alt:{v:["Alt"]},Ctrl:{v:["Ctrl"]},Delete:{v:["Delete"]},Enter:{v:["Enter"]},Escape:{v:["Escape"]},Shift:{v:["Shift"]},Space:{v:["Space"]},Tab:{v:["Tab"]}}},{l:"en-GB",t:{Alt:{v:["Alt"]},Ctrl:{v:["Ctrl"]},Delete:{v:["Delete"]},Enter:{v:["Enter"]},Escape:{v:["Escape"]},Shift:{v:["Shift"]},Space:{v:["Space"]},Tab:{v:["Tab"]}}},{l:"eo",t:{}},{l:"es",t:{}},{l:"es-AR",t:{}},{l:"es-EC",t:{}},{l:"es-MX",t:{}},{l:"et-EE",t:{Alt:{v:["Alt"]},Ctrl:{v:["Ctrl"]},Delete:{v:["Kustutusklahv"]},Enter:{v:["Sisestusklahv"]},Escape:{v:["Esc-klahv"]},Shift:{v:["Shift"]},Space:{v:["Tühikuklahv"]},Tab:{v:["Tabulaator"]}}},{l:"eu",t:{}},{l:"fa",t:{}},{l:"fi",t:{}},{l:"fr",t:{Alt:{v:["Alt"]},Ctrl:{v:["Ctrl"]},Delete:{v:["Suppr"]},Enter:{v:["Entrée"]},Escape:{v:["Echap"]},Shift:{v:["Maj"]},Space:{v:["Espace"]},Tab:{v:["Tab"]}}},{l:"ga",t:{Alt:{v:["Alt"]},Ctrl:{v:["Ctrl"]},Delete:{v:["Scrios"]},Enter:{v:["Iontráil"]},Escape:{v:["Éalú"]},Shift:{v:["Shift"]},Space:{v:["Spás"]},Tab:{v:["Táb"]}}},{l:"gl",t:{Alt:{v:["Alt"]},Ctrl:{v:["Ctrl"]},Delete:{v:["Eliminar"]},Enter:{v:["Intro"]},Escape:{v:["Escape"]},Shift:{v:["Maiús."]},Space:{v:["Espazo"]},Tab:{v:["Tab"]}}},{l:"he",t:{}},{l:"hr",t:{Alt:{v:["Alt"]},Ctrl:{v:["Ctrl"]},Delete:{v:["Obriši"]},Enter:{v:["Enter"]},Escape:{v:["Escape"]},Shift:{v:["Shift"]},Space:{v:["Space"]},Tab:{v:["Tab"]}}},{l:"hu",t:{}},{l:"id",t:{Alt:{v:["Alt"]},Ctrl:{v:["Ctrl"]},Delete:{v:["Hapus"]},Enter:{v:["Enter"]},Escape:{v:["Escape"]},Shift:{v:["Shift"]},Space:{v:["Spasi"]},Tab:{v:["Tab"]}}},{l:"is",t:{}},{l:"it",t:{}},{l:"ja",t:{Alt:{v:["Alt"]},Ctrl:{v:["Ctrl"]},Delete:{v:["Delete"]},Enter:{v:["Enter"]},Escape:{v:["Escape"]},Shift:{v:["Shift"]},Space:{v:["Space"]},Tab:{v:["Tab"]}}},{l:"ja-JP",t:{}},{l:"ko",t:{Alt:{v:["Alt"]},Ctrl:{v:["Ctrl"]},Delete:{v:["Delete"]},Enter:{v:["Enter"]},Escape:{v:["Escape"]},Shift:{v:["Shift"]},Space:{v:["Space"]},Tab:{v:["Tab"]}}},{l:"lo",t:{Alt:{v:["Alt"]},Ctrl:{v:["Ctrl"]},Delete:{v:["ລຶບ"]},Enter:{v:["Enter"]},Escape:{v:["Escape"]},Shift:{v:["Shift"]},Space:{v:["Space"]},Tab:{v:["Tab"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{Alt:{v:["Alt"]},Ctrl:{v:["Ctrl"]},Delete:{v:["Избриши"]},Enter:{v:["Ентер"]},Escape:{v:["Esc"]},Shift:{v:["Shift"]},Space:{v:["Празно место"]},Tab:{v:["Tab"]}}},{l:"mn",t:{Alt:{v:["Alt"]},Ctrl:{v:["Ctrl"]},Delete:{v:["Устгах"]},Enter:{v:["Enter"]},Escape:{v:["Escape"]},Shift:{v:["Shift"]},Space:{v:["Space"]},Tab:{v:["Tab"]}}},{l:"my",t:{}},{l:"nb",t:{}},{l:"nl",t:{Alt:{v:["Alt"]},Ctrl:{v:["Ctrl"]},Delete:{v:["Delete"]},Enter:{v:["Enter"]},Escape:{v:["Escape"]},Shift:{v:["Shift"]},Space:{v:["Space"]},Tab:{v:["Tab"]}}},{l:"oc",t:{}},{l:"pl",t:{}},{l:"pt-BR",t:{Alt:{v:["Alt"]},Ctrl:{v:["Ctrl"]},Delete:{v:["Excluir"]},Enter:{v:["Enter"]},Escape:{v:["Escape"]},Shift:{v:["Shift"]},Space:{v:["Barra de espaço"]},Tab:{v:["Tab"]}}},{l:"pt-PT",t:{}},{l:"ro",t:{}},{l:"ru",t:{Alt:{v:["Alt"]},Ctrl:{v:["Ctrl"]},Delete:{v:["Delete"]},Enter:{v:["Enter"]},Escape:{v:["Escape"]},Shift:{v:["Shift"]},Space:{v:["Пробел"]},Tab:{v:["Tab"]}}},{l:"sk",t:{}},{l:"sl",t:{}},{l:"sr",t:{Alt:{v:["Alt"]},Ctrl:{v:["Ctrl"]},Delete:{v:["Обриши"]},Enter:{v:["Enter"]},Escape:{v:["Escape"]},Shift:{v:["Shift"]},Space:{v:["Space"]},Tab:{v:["Tab"]}}},{l:"sv",t:{}},{l:"tr",t:{Alt:{v:["Alt"]},Ctrl:{v:["Ctrl"]},Delete:{v:["Delete"]},Enter:{v:["Enter"]},Escape:{v:["Escape"]},Shift:{v:["Shift"]},Space:{v:["Space"]},Tab:{v:["Tab"]}}},{l:"uk",t:{}},{l:"uz",t:{Alt:{v:["Alt"]},Ctrl:{v:["Ctrl"]},Delete:{v:["O'chirish"]},Enter:{v:["Kirish"]},Escape:{v:["Orqaga"]},Shift:{v:["Yuqorigi"]},Space:{v:["Bo'shliq"]},Tab:{v:["Tab"]}}},{l:"zh-CN",t:{}},{l:"zh-HK",t:{Alt:{v:["Alt"]},Ctrl:{v:["Ctrl"]},Delete:{v:["Delete"]},Enter:{v:["Enter"]},Escape:{v:["Escape"]},Shift:{v:["Shift"]},Space:{v:["Space"]},Tab:{v:["Tab"]}}},{l:"zh-TW",t:{Alt:{v:["Alt"]},Ctrl:{v:["Ctrl"]},Delete:{v:["Delete"]},Enter:{v:["Enter"]},Escape:{v:["Esc"]},Shift:{v:["Shift"]},Space:{v:["空白鍵"]},Tab:{v:["Tab鍵"]}}}],V5=[{l:"ar",t:{"Any link":{v:["أيَّ رابط"]}}},{l:"ast",t:{"Any link":{v:["Cualesquier enllaz"]}}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{"Any link":{v:["Jakýkoli odkaz"]}}},{l:"cs-CZ",t:{"Any link":{v:["Jakýkoli odkaz"]}}},{l:"da",t:{"Any link":{v:["Ethvert link"]}}},{l:"de",t:{"Any link":{v:["Irgendein Link"]}}},{l:"de-DE",t:{"Any link":{v:["Irgendein Link"]}}},{l:"el",t:{"Any link":{v:["Οποιοσδήποτε σύνδεσμος"]}}},{l:"en-GB",t:{"Any link":{v:["Any link"]}}},{l:"eo",t:{}},{l:"es",t:{"Any link":{v:["Cualquier enlace"]}}},{l:"es-AR",t:{"Any link":{v:["Cualquier enlace"]}}},{l:"es-EC",t:{"Any link":{v:["Cualquier enlace"]}}},{l:"es-MX",t:{"Any link":{v:["Cualquier enlace"]}}},{l:"et-EE",t:{"Any link":{v:["Mistahes link"]}}},{l:"eu",t:{"Any link":{v:["Edozein esteka"]}}},{l:"fa",t:{"Any link":{v:["هر پیوندی"]}}},{l:"fi",t:{"Any link":{v:["Mikä tahansa linkki"]}}},{l:"fr",t:{"Any link":{v:["N'importe quel lien"]}}},{l:"ga",t:{"Any link":{v:["Aon nasc"]}}},{l:"gl",t:{"Any link":{v:["Calquera ligazón"]}}},{l:"he",t:{"Any link":{v:["קישור כלשהו"]}}},{l:"hr",t:{"Any link":{v:["Bilo koja poveznica"]}}},{l:"hu",t:{}},{l:"id",t:{"Any link":{v:["Semua tautan"]}}},{l:"is",t:{"Any link":{v:["Einhver tengill"]}}},{l:"it",t:{"Any link":{v:["Qualsiasi link"]}}},{l:"ja",t:{"Any link":{v:["任意のリンク"]}}},{l:"ja-JP",t:{"Any link":{v:["任意のリンク"]}}},{l:"ko",t:{"Any link":{v:["아무 링크"]}}},{l:"lo",t:{"Any link":{v:["ລິງໃດກໍໄດ້"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Any link":{v:["Секој линк"]}}},{l:"mn",t:{"Any link":{v:["Аливаа холбоос"]}}},{l:"my",t:{}},{l:"nb",t:{"Any link":{v:["Enhver lenke"]}}},{l:"nl",t:{"Any link":{v:["Elke link"]}}},{l:"oc",t:{}},{l:"pl",t:{"Any link":{v:["Dowolny link"]}}},{l:"pt-BR",t:{"Any link":{v:["Qualquer link"]}}},{l:"pt-PT",t:{"Any link":{v:["Qualquer hiperligação"]}}},{l:"ro",t:{"Any link":{v:["Orice link"]}}},{l:"ru",t:{"Any link":{v:["Любая ссылка"]}}},{l:"sk",t:{"Any link":{v:["Akýkoľvek odkaz"]}}},{l:"sl",t:{}},{l:"sr",t:{"Any link":{v:["Било који линк"]}}},{l:"sv",t:{"Any link":{v:["Vilken länk som helst"]}}},{l:"tr",t:{"Any link":{v:["Herhangi bir bağlantı"]}}},{l:"uk",t:{"Any link":{v:["Будь-яке посилання"]}}},{l:"uz",t:{"Any link":{v:["Har qanday havola"]}}},{l:"zh-CN",t:{"Any link":{v:["任何链接"]}}},{l:"zh-HK",t:{"Any link":{v:["任何連結"]}}},{l:"zh-TW",t:{"Any link":{v:["任何連結"]}}}],H5=[{l:"ar",t:{"Anything shared with the same group of people will show up here":{v:["أيّ مادة تمت مشاركتها مع نفس المجموعة من الأشخاص سيتم عرضها هنا"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["خطأ في الحصول على الموارد ذات الصلة. يرجى الاتصال بمشرف النظام عندك إذا كان لديك أيّ أسئلة."]},"Related resources":{v:["مصادر ذات صلة"]}}},{l:"ast",t:{"Anything shared with the same group of people will show up here":{v:["Equí va apaecer tolo que compartas col mesmu grupu de persones"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Hebo un error al consiguir los recursos rellacionaos. Ponte en contautu col alministrador del sistema si tienes dalguna entruga."]},"Related resources":{v:["Recursos rellacionao"]}}},{l:"br",t:{}},{l:"ca",t:{"Anything shared with the same group of people will show up here":{v:["Qualsevol cosa compartida amb el mateix grup de persones es mostrarà aquí"]},"Related resources":{v:["Recursos relacionats"]}}},{l:"cs",t:{"Anything shared with the same group of people will show up here":{v:["Cokoli nasdíleného stejné skupině lidí se zobrazí zde"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Chyba při získávání souvisejících prostředků. Pokud máte jakékoli dotazy, obraťte se na správce vámi využívaného systému."]},"Related resources":{v:["Související prostředky"]}}},{l:"cs-CZ",t:{"Anything shared with the same group of people will show up here":{v:["Cokoli nasdíleného stejné skupině lidí se zobrazí zde"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Chyba při získávání souvisejících prostředků. Pokud máte jakékoli dotazy, obraťte se na správce vámi využívaného systému."]},"Related resources":{v:["Související prostředky"]}}},{l:"da",t:{"Anything shared with the same group of people will show up here":{v:["Alt der deles med samme gruppe af personer vil vises her"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Fejl ved hentning af relaterede ressourcer. Kontakt venligst din systemadministrator, hvis du har spørgsmål."]},"Related resources":{v:["Relaterede emner"]}}},{l:"de",t:{"Anything shared with the same group of people will show up here":{v:["Alles, das mit derselben Gruppe von Personen geteilt wird, wird hier angezeigt"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Fehler beim Abrufen verwandter Ressourcen. Bei Fragen wende dich bitte an deinen Systemadministrator."]},"Related resources":{v:["Verwandte Ressourcen"]}}},{l:"de-DE",t:{"Anything shared with the same group of people will show up here":{v:["Alles, das mit derselben Gruppe von Personen geteilt wird, wird hier angezeigt"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Fehler beim Abrufen verwandter Ressourcen. Bei Fragen wenden Sie sich bitte an Ihre Systemadministration."]},"Related resources":{v:["Verwandte Ressourcen"]}}},{l:"el",t:{"Anything shared with the same group of people will show up here":{v:["Οτιδήποτε μοιράζεται με την ίδια ομάδα ατόμων θα εμφανίζεται εδώ"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Σφάλμα λήψης σχετικών πόρων. Παρακαλούμε επικοινωνήστε με τον διαχειριστή του συστήματός σας εάν έχετε οποιεσδήποτε ερωτήσεις."]},"Related resources":{v:["Σχετικοί πόροι"]}}},{l:"en-GB",t:{"Anything shared with the same group of people will show up here":{v:["Anything shared with the same group of people will show up here"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Error getting related resources. Please contact your system administrator if you have any questions."]},"Related resources":{v:["Related resources"]}}},{l:"eo",t:{}},{l:"es",t:{"Anything shared with the same group of people will show up here":{v:["Cualquier cosa que esté compartida con el mismo grupo de personas se mostrará aquí"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Error al obtener recursos relacionados. Por favor, contacte a su administrador del sistema si tiene alguna pregunta."]},"Related resources":{v:["Recursos relacionados"]}}},{l:"es-AR",t:{"Anything shared with the same group of people will show up here":{v:["Cualquier cosa compartida con el mismo grupo de personas aparecerá aquí."]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Error al obtener recursos relacionados. Por favor, contacte a su administrador del sistema si tiene alguna pregunta."]},"Related resources":{v:["Recursos relacionados"]}}},{l:"es-EC",t:{"Anything shared with the same group of people will show up here":{v:["Cualquier cosa compartida con el mismo grupo de personas aparecerá aquí."]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Error al obtener recursos relacionados. Por favor, contacta a tu administrador del sistema si tienes alguna pregunta."]},"Related resources":{v:["Recursos relacionados"]}}},{l:"es-MX",t:{"Anything shared with the same group of people will show up here":{v:["Todo lo que se comparta con el mismo grupo de personas se mostrará aquí"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Error al obtener recursos relacionados. Por favor contacte al administrador si tiene alguna pregunta."]},"Related resources":{v:["Recursos relacionados"]}}},{l:"et-EE",t:{"Anything shared with the same group of people will show up here":{v:["Siin kuvatakse kõik, mida jagatakse sama kasutajagrupiga"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Viga seotud ressursside saamisel. Küsimuste korral võtke ühendust oma süsteemi haldajaga."]},"Related resources":{v:["Seotud ressursid"]}}},{l:"eu",t:{"Anything shared with the same group of people will show up here":{v:["Pertsona-talde berarekin partekatutako edozer agertuko da hemen"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Errore bat gertatu da erlazionatutako baliabideak eskuratzean. Jarri harremanetan zure sistemaren administratzailearekin galderarik baduzu."]},"Related resources":{v:["Erlazionatutako baliabideak"]}}},{l:"fa",t:{"Anything shared with the same group of people will show up here":{v:["هر چیزی که با گروه مشابهی همرسانی شود در این قسمت نمایش مییابد"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["خطا در دریافت منابع مرتبط. لطفاً در صورت داشتن هر گونه سؤال با مدیر سیستم خود تماس بگیرید."]},"Related resources":{v:["منابع مرتبط"]}}},{l:"fi",t:{"Anything shared with the same group of people will show up here":{v:["Kaikki saman ryhmän kesken jaettu näkyy tässä"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Virhe resurssien haussa. Ota yhteyttä järjestelmän ylläpitäjään, mikäli sinulla on kysyttävää."]},"Related resources":{v:["Liittyvät resurssit"]}}},{l:"fr",t:{"Anything shared with the same group of people will show up here":{v:["Tout ce qui est partagé avec le même groupe de personnes apparaîtra ici"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Erreur lors de la récupération des ressources liées. Contactez votre administrateur système pour répondre à vos éventuelles questions."]},"Related resources":{v:["Ressources liées"]}}},{l:"ga",t:{"Anything shared with the same group of people will show up here":{v:["Taispeánfar aon rud a roinntear leis an ngrúpa céanna daoine anseo"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Earráid agus acmhainní gaolmhara á bhfáil. Déan teagmháil le riarthóir do chórais má tá aon cheist agat."]},"Related resources":{v:["Acmhainní gaolmhara"]}}},{l:"gl",t:{"Anything shared with the same group of people will show up here":{v:["Todo o que se comparta co mesmo grupo de persoas aparecerá aquí"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Produciuse un erro ao obter os recursos relacionados. Póñase en contacto coa administración do seu sistema se ten algunha dúbida."]},"Related resources":{v:["Recursos relacionados"]}}},{l:"he",t:{"Anything shared with the same group of people will show up here":{v:["כל מה שמשותף עם אותה קבוצת האנשים יופיע כאן"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["שגיאה בקבלת המשאבים הקשורים. נא ליצור קשר עם הנהלת המערכת אם יש לך שאלות."]},"Related resources":{v:["משאבים קשורים"]}}},{l:"hr",t:{"Anything shared with the same group of people will show up here":{v:["Sve što je podijeljeno s istom grupom ljudi prikazat će se ovdje"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Pogreška pri dohvaćanju povezanih resursa. Ako imate pitanja, obratite se svom administratoru sustava."]},"Related resources":{v:["Povezani resursi"]}}},{l:"hu",t:{"Anything shared with the same group of people will show up here":{v:["Minden, amit ugyanazzal a csoporttal oszt meg, itt fog megjelenni"]},"Related resources":{v:["Kapcsolódó erőforrások"]}}},{l:"id",t:{"Anything shared with the same group of people will show up here":{v:["Apa pun yang dibagikan dengan grup orang yang sama akan muncul di sini"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Kesalahan saat mengambil sumber daya terkait. Hubungi administrator sistem Anda jika ada pertanyaan."]},"Related resources":{v:["Sumber daya terkait"]}}},{l:"is",t:{"Anything shared with the same group of people will show up here":{v:["Allt sem deilt er með sama hópi fólks mun birtast hér"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Villa við að sækja tengd tilföng. Hafðu samband við kerfisstjórann þinn ef þú ert með einhverjar spurningar."]},"Related resources":{v:["Tengd tilföng"]}}},{l:"it",t:{"Anything shared with the same group of people will show up here":{v:["Tutto ciò che è stato condiviso con lo stesso gruppo di persone viene visualizzato qui"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Errore nell'ottenere le risorse correlate. Per qualsiasi domanda, contattare l'amministratore di sistema."]},"Related resources":{v:["Risorse correlate"]}}},{l:"ja",t:{"Anything shared with the same group of people will show up here":{v:["同じグループで共有しているものは、全てここに表示されます"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["関連リソースの取得エラー。ご不明な点がございましたら、システム管理者にお問い合わせください。"]},"Related resources":{v:["関連リソース"]}}},{l:"ja-JP",t:{"Anything shared with the same group of people will show up here":{v:["同じグループで共有しているものは、全てここに表示されます"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["関連リソースの取得エラー。ご不明な点がございましたら、システム管理者にお問い合わせください。"]},"Related resources":{v:["関連リソース"]}}},{l:"ko",t:{"Anything shared with the same group of people will show up here":{v:["같은 그룹의 사용자와 공유된 모든 것들이 이곳에 나타납니다."]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["관련 리소스를 가져오는 중 오류가 발생했습니다. 궁금한 것이 있는 경우 시스템 관리자에게 연락해 주세요."]},"Related resources":{v:["관련 리소스"]}}},{l:"lo",t:{"Anything shared with the same group of people will show up here":{v:["ທຸກຢ່າງທີ່ແບ່ງປັນກັບກຸ່ມຄົນດຽວກັນຈະສະແດງຢູ່ບ່ອນນີ້"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["ເກີດຂໍ້ຜິດພາດໃນການເອີ້ນຂໍ້ມູນຊັບພະຍາກອນທີ່ກ່ຽວຂ້ອງ. ກະລຸນາຕິດຕໍ່ຜູ້ເບິ່ງແຍງລະບົບຂອງທ່ານ ຖ້າທ່ານມີຄຳຖາມ."]},"Related resources":{v:["ຊັບພະຍາກອນທີ່ກ່ຽວຂ້ອງ"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Anything shared with the same group of people will show up here":{v:["Сè што е споделено со истата група луѓе ќе се појави овде"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Грешка при добивање поврзани ресурси. Ве молиме контактирајте го вашиот систем администратор ако имате прашања."]},"Related resources":{v:["Поврзани ресурси"]}}},{l:"mn",t:{"Anything shared with the same group of people will show up here":{v:["Ижил бүлэг хүмүүстэй хуваалцсан бүх зүйл энд харагдана"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Холбогдох нөөцүүдийг авахад алдаа гарлаа. Асуулт байвал системийн администратортай холбогдоно уу."]},"Related resources":{v:["Холбогдох нөөцүүд"]}}},{l:"my",t:{}},{l:"nb",t:{"Anything shared with the same group of people will show up here":{v:["Alt som er delt med den samme gruppen vil vises her"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Feil ved henting av relaterte ressurser. Kontakt systemansvarlig hvis du har spørsmål."]},"Related resources":{v:["Relaterte ressurser"]}}},{l:"nl",t:{"Anything shared with the same group of people will show up here":{v:["Alles dat gedeeld is met dezelfde groep mensen zal hier getoond worden"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Fout bij het ophalen van gerelateerde bronnen. Neem contact op met uw systeembeheerder als u vragen heeft."]},"Related resources":{v:["Gerelateerde bronnen"]}}},{l:"oc",t:{}},{l:"pl",t:{"Anything shared with the same group of people will show up here":{v:["Tutaj pojawi się wszystko, co zostało udostępnione tej samej grupie osób"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Błąd podczas pobierania powiązanych zasobów. Jeśli masz jakiekolwiek pytania, skontaktuj się z administratorem systemu."]},"Related resources":{v:["Powiązane zasoby"]}}},{l:"pt-BR",t:{"Anything shared with the same group of people will show up here":{v:["Qualquer coisa compartilhada com o mesmo grupo de pessoas aparecerá aqui"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Erro ao obter recursos relacionados. Por favor, entre em contato com o administrador do sistema se tiver alguma dúvida."]},"Related resources":{v:["Recursos relacionados"]}}},{l:"pt-PT",t:{"Anything shared with the same group of people will show up here":{v:["Qualquer coisa partilhada com o mesmo grupo de pessoas irá aparecer aqui"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Erro ao obter os recursos relacionados. Por favor, contacte o administrador do sistema se tiver quaisquer perguntas."]},"Related resources":{v:["Recursos relacionados"]}}},{l:"ro",t:{"Anything shared with the same group of people will show up here":{v:["Tot ceea ce este partajat cu același grup de persoane va fi afișat aici"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Eroare la preluarea resurselor adiționale. Vă rugăm să contactați administratorul pentru întrebări."]},"Related resources":{v:["Resurse legate"]}}},{l:"ru",t:{"Anything shared with the same group of people will show up here":{v:["Всё, чем поделились с той же группой людей, будет отображаться здесь"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Ошибка при получении связанных ресурсов. Если у вас есть какие-либо вопросы, обратитесь к системному администратору."]},"Related resources":{v:["Связанные ресурсы"]}}},{l:"sk",t:{"Anything shared with the same group of people will show up here":{v:["Tu sa zobrazí čokoľvek zdieľané s rovnakou skupinou ľudí"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Chyba pri získavaní súvisiacich zdrojov. V prípade otázok kontaktujte prosím svojho systemového administrátora."]},"Related resources":{v:["Súvisiace zdroje"]}}},{l:"sl",t:{"Related resources":{v:["Povezani viri"]}}},{l:"sr",t:{"Anything shared with the same group of people will show up here":{v:["Све што се дели са истом групом људи ће се појавити овде"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Грешка код прибављања везаних ресурса. Молимо вас да се обратите администратору ако имате питања."]},"Related resources":{v:["Повезани ресурси"]}}},{l:"sv",t:{"Anything shared with the same group of people will show up here":{v:["Något som delats med samma grupp av personer kommer att visas här"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Det gick inte att hämta relaterade resurser. Kontakta din systemadministratör om du har några frågor."]},"Related resources":{v:["Relaterade resurser"]}}},{l:"tr",t:{"Anything shared with the same group of people will show up here":{v:["Aynı kişi grubu ile paylaşılan herşey burada görüntülenir"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["İlgili kaynaklara ulaşılırken sorun çıktı. Herhangi bir sorunuz varsa lütfen sistem yöneticiniz ile görüşün "]},"Related resources":{v:["İlgili kaynaklar"]}}},{l:"uk",t:{"Anything shared with the same group of people will show up here":{v:["Будь-що доступне для цієї же групи людей буде показано тут"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Помилка під час отримання пов'язаних ресурсів. Будь ласка, сконтактуйте з системним адміністратором, якщо у вас виникли запитання."]},"Related resources":{v:["Пов'язані ресурси"]}}},{l:"uz",t:{"Anything shared with the same group of people will show up here":{v:["Xuddi shu guruhdagi odamlarga ulashilgan hamma narsa shu yerda chiqadi"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Tegishli manbalarni olishda xatolik yuz berdi. Savollaringiz bo'lsa, tizim administratoriga murojaat qiling."]},"Related resources":{v:["Tegishli manbalar"]}}},{l:"zh-CN",t:{"Anything shared with the same group of people will show up here":{v:["与同组用户分享的所有内容都会显示于此"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["获取相关资源出现错误。如果你有任何问题,请联系系统管理员。"]},"Related resources":{v:["相关资源"]}}},{l:"zh-HK",t:{"Anything shared with the same group of people will show up here":{v:["與同一組人共享的任何內容都會顯示在此處"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["取得相關資源時發生錯誤。如果有任何問題,請聯絡系統管理員。"]},"Related resources":{v:["相關資源"]}}},{l:"zh-TW",t:{"Anything shared with the same group of people will show up here":{v:["與相同群組分享的所有內容都會顯示於此"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["取得相關資源時發生錯誤。如果有任何問題,請聯絡系統管理員。"]},"Related resources":{v:["相關資源"]}}}],U5=[{l:"ar",t:{"Avatar of {displayName}":{v:["صورة الملف الشخصي الرمزية لــ {displayName} "]},"Avatar of {displayName}, {status}":{v:["صورة الملف الشخصي الرمزية لــ {displayName}، {status}"]}}},{l:"ast",t:{"Avatar of {displayName}":{v:["Avatar de: {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar de: {displayName}, {status}"]}}},{l:"br",t:{}},{l:"ca",t:{"Avatar of {displayName}":{v:["Avatar de {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar de {displayName}, {status}"]}}},{l:"cs",t:{"Avatar of {displayName}":{v:["Zástupný obrázek uživatele {displayName}"]},"Avatar of {displayName}, {status}":{v:["Zástupný obrázek uživatele {displayName}, {status}"]}}},{l:"cs-CZ",t:{"Avatar of {displayName}":{v:["Zástupný obrázek uživatele {displayName}"]},"Avatar of {displayName}, {status}":{v:["Zástupný obrázek uživatele {displayName}, {status}"]}}},{l:"da",t:{"Avatar of {displayName}":{v:["Avatar af {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar af {displayName}, {status}"]}}},{l:"de",t:{"Avatar of {displayName}":{v:["Avatar von {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar von {displayName}, {status}"]}}},{l:"de-DE",t:{"Avatar of {displayName}":{v:["Avatar von {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar von {displayName}, {status}"]}}},{l:"el",t:{"Avatar of {displayName}":{v:["Άβαταρ του {displayName}"]},"Avatar of {displayName}, {status}":{v:["Άβαταρ του {displayName}, {status}"]}}},{l:"en-GB",t:{"Avatar of {displayName}":{v:["Avatar of {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar of {displayName}, {status}"]}}},{l:"eo",t:{}},{l:"es",t:{"Avatar of {displayName}":{v:["Avatar de {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar de {displayName}, {status}"]}}},{l:"es-AR",t:{"Avatar of {displayName}":{v:["Avatar de {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar de {displayName}, {status}"]}}},{l:"es-EC",t:{"Avatar of {displayName}":{v:["Avatar de {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar de {displayName}, {status}"]}}},{l:"es-MX",t:{"Avatar of {displayName}":{v:["Avatar de {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar de {displayName}, {status}"]}}},{l:"et-EE",t:{"Avatar of {displayName}":{v:["Tunnuspilt: {displayName}"]},"Avatar of {displayName}, {status}":{v:["Tunnuspilt: {displayName}, {status}"]}}},{l:"eu",t:{"Avatar of {displayName}":{v:["{displayName}-(e)n irudia"]},"Avatar of {displayName}, {status}":{v:["{displayName} -(e)n irudia, {status}"]}}},{l:"fa",t:{"Avatar of {displayName}":{v:["آواتار {displayName}"]},"Avatar of {displayName}, {status}":{v:["آواتار {displayName} ، {status}"]}}},{l:"fi",t:{"Avatar of {displayName}":{v:["{displayName}n avatar"]},"Avatar of {displayName}, {status}":{v:["{displayName}n avatar, {status}"]}}},{l:"fr",t:{"Avatar of {displayName}":{v:["Avatar de {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar de {displayName}, {status}"]}}},{l:"ga",t:{"Avatar of {displayName}":{v:["Avatar de {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar de {displayName}, {status}"]}}},{l:"gl",t:{"Avatar of {displayName}":{v:["Avatar de {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar de {displayName}, {status}"]}}},{l:"he",t:{"Avatar of {displayName}":{v:["תמונה ייצוגית של {displayName}"]},"Avatar of {displayName}, {status}":{v:["תמונה ייצוגית של {displayName}, {status}"]}}},{l:"hr",t:{"Avatar of {displayName}":{v:["Avatar od {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar od {displayName}, {status}"]}}},{l:"hu",t:{"Avatar of {displayName}":{v:["{displayName} profilképe"]},"Avatar of {displayName}, {status}":{v:["{displayName} profilképe, {status}"]}}},{l:"id",t:{"Avatar of {displayName}":{v:["Avatar {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar {displayName}, {status}"]}}},{l:"is",t:{"Avatar of {displayName}":{v:["Auðkennismynd fyrir {displayName}"]},"Avatar of {displayName}, {status}":{v:["Auðkennismynd fyrir {displayName}, {status}"]}}},{l:"it",t:{"Avatar of {displayName}":{v:["Avatar di {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar di {displayName}, {status}"]}}},{l:"ja",t:{"Avatar of {displayName}":{v:["{displayName} のアバター"]},"Avatar of {displayName}, {status}":{v:["{displayName}, {status} のアバター"]}}},{l:"ja-JP",t:{"Avatar of {displayName}":{v:["{displayName} のアバター"]},"Avatar of {displayName}, {status}":{v:["{displayName}, {status} のアバター"]}}},{l:"ko",t:{"Avatar of {displayName}":{v:["{displayName}님의 아바타"]},"Avatar of {displayName}, {status}":{v:["{displayName}, {status}님의 아바타"]}}},{l:"lo",t:{"Avatar of {displayName}":{v:["ຮູບແທນຕົວຂອງ {displayName}"]},"Avatar of {displayName}, {status}":{v:["ຮູບແທນຕົວຂອງ {displayName}, {status}"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Avatar of {displayName}":{v:["Аватар на {displayName}"]},"Avatar of {displayName}, {status}":{v:["Аватар на {displayName}, {status}"]}}},{l:"mn",t:{"Avatar of {displayName}":{v:["{displayName}-ийн аватар"]},"Avatar of {displayName}, {status}":{v:["{displayName}-ийн аватар, {status}"]}}},{l:"my",t:{"Avatar of {displayName}":{v:["{displayName} ၏ ကိုယ်ပွား"]}}},{l:"nb",t:{"Avatar of {displayName}":{v:["Avataren til {displayName}"]},"Avatar of {displayName}, {status}":{v:["{displayName}'s avatar, {status}"]}}},{l:"nl",t:{"Avatar of {displayName}":{v:["Avatar van {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar van {displayName}, {status}"]}}},{l:"oc",t:{}},{l:"pl",t:{"Avatar of {displayName}":{v:["Awatar {displayName}"]},"Avatar of {displayName}, {status}":{v:["Awatar {displayName}, {status}"]}}},{l:"pt-BR",t:{"Avatar of {displayName}":{v:["Avatar de {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar de {displayName}, {status}"]}}},{l:"pt-PT",t:{"Avatar of {displayName}":{v:["Avatar de {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar de {displayName}, {status}"]}}},{l:"ro",t:{"Avatar of {displayName}":{v:["Avatarul lui {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatarul lui {displayName}, {status}"]}}},{l:"ru",t:{"Avatar of {displayName}":{v:["Аватар {displayName}"]},"Avatar of {displayName}, {status}":{v:["Фотография {displayName}, {status}"]}}},{l:"sk",t:{"Avatar of {displayName}":{v:["Avatar {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar {displayName}, {status}"]}}},{l:"sl",t:{"Avatar of {displayName}":{v:["Podoba {displayName}"]},"Avatar of {displayName}, {status}":{v:["Prikazna slika {displayName}, {status}"]}}},{l:"sr",t:{"Avatar of {displayName}":{v:["Аватар за {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar za {displayName}, {status}"]}}},{l:"sv",t:{"Avatar of {displayName}":{v:["{displayName}s avatar"]},"Avatar of {displayName}, {status}":{v:["{displayName}s avatar, {status}"]}}},{l:"tr",t:{"Avatar of {displayName}":{v:["{displayName} avatarı"]},"Avatar of {displayName}, {status}":{v:["{displayName}, {status} avatarı"]}}},{l:"uk",t:{"Avatar of {displayName}":{v:["Аватар {displayName}"]},"Avatar of {displayName}, {status}":{v:["Аватар {displayName}, {status}"]}}},{l:"uz",t:{"Avatar of {displayName}":{v:[" {displayName}Avatari"]},"Avatar of {displayName}, {status}":{v:["{displayName}, {status} Avatari"]}}},{l:"zh-CN",t:{"Avatar of {displayName}":{v:["{displayName}的头像"]},"Avatar of {displayName}, {status}":{v:["{displayName}的头像,{status}"]}}},{l:"zh-HK",t:{"Avatar of {displayName}":{v:["{displayName} 的頭像"]},"Avatar of {displayName}, {status}":{v:["{displayName} 的頭像,{status}"]}}},{l:"zh-TW",t:{"Avatar of {displayName}":{v:["{displayName} 的大頭照"]},"Avatar of {displayName}, {status}":{v:["{displayName}, {status} 的大頭照"]}}}],q5=[{l:"ar",t:{away:{v:["غير موجود"]},busy:{v:["مشغول"]},"do not disturb":{v:["يُرجى عدم الإزعاج"]},invisible:{v:["غير مرئي"]},offline:{v:["غير متصل"]},online:{v:["متصل"]}}},{l:"ast",t:{away:{v:["ausente"]},busy:{v:["ocupáu"]},"do not disturb":{v:["nun molestar"]},invisible:{v:["invisible"]},offline:{v:["desconectáu"]},online:{v:["en llinia"]}}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{away:{v:["pryč"]},busy:{v:["zaneprádněn(a)"]},"do not disturb":{v:["nerušit"]},invisible:{v:["neviditelné"]},offline:{v:["offline"]},online:{v:["online"]}}},{l:"cs-CZ",t:{away:{v:["pryč"]},busy:{v:["zaneprádněn(a)"]},"do not disturb":{v:["nerušit"]},invisible:{v:["neviditelné"]},offline:{v:["offline"]},online:{v:["online"]}}},{l:"da",t:{away:{v:["væk"]},busy:{v:["optaget"]},"do not disturb":{v:["forstyr ikke"]},invisible:{v:["usynlig"]},offline:{v:["offline"]},online:{v:["online"]}}},{l:"de",t:{away:{v:["Abwesend"]},busy:{v:["Beschäftigt"]},"do not disturb":{v:["Bitte nicht stören"]},invisible:{v:["Unsichtbar"]},offline:{v:["Offline"]},online:{v:["Online"]}}},{l:"de-DE",t:{away:{v:["Abwesend"]},busy:{v:["Beschäftigt"]},"do not disturb":{v:["Bitte nicht stören"]},invisible:{v:["Unsichtbar"]},offline:{v:["Offline"]},online:{v:["Online"]}}},{l:"el",t:{away:{v:["μακριά"]},busy:{v:["απασχολημένος"]},"do not disturb":{v:["μην ενοχλείτε"]},invisible:{v:["αόρατο"]},offline:{v:["εκτός σύνδεσης"]},online:{v:["συνδεδεμένος"]}}},{l:"en-GB",t:{away:{v:["away"]},busy:{v:["busy"]},"do not disturb":{v:["do not disturb"]},invisible:{v:["invisible"]},offline:{v:["offline"]},online:{v:["online"]}}},{l:"eo",t:{}},{l:"es",t:{away:{v:["ausente"]},busy:{v:["ocupado"]},"do not disturb":{v:["no molestar"]},invisible:{v:["invisible"]},offline:{v:["fuera de línea"]},online:{v:["en línea"]}}},{l:"es-AR",t:{away:{v:["ausente"]},busy:{v:["ocupado"]},"do not disturb":{v:["no molestar"]},invisible:{v:["invisible"]},offline:{v:["desconectado"]},online:{v:["en línea"]}}},{l:"es-EC",t:{}},{l:"es-MX",t:{away:{v:["ausente"]},busy:{v:["ocupado"]},"do not disturb":{v:["no molestar"]},invisible:{v:["invisible"]},offline:{v:["fuera de línea"]},online:{v:["en línea"]}}},{l:"et-EE",t:{away:{v:["eemal"]},busy:{v:["hõivatud"]},"do not disturb":{v:["ära sega"]},invisible:{v:["nähtamatu"]},offline:{v:["pole võrgus"]},online:{v:["võrgus"]}}},{l:"eu",t:{}},{l:"fa",t:{away:{v:["دور از دستگاه"]},busy:{v:["مشغول"]},"do not disturb":{v:["مزاحم نشوید"]},invisible:{v:["مخفی"]},offline:{v:["برونخط"]},online:{v:["برخط"]}}},{l:"fi",t:{away:{v:["poissa"]},busy:{v:["varattu"]},"do not disturb":{v:["älä häiritse"]},invisible:{v:["näkymätön"]},offline:{v:["ei linjalla"]},online:{v:["linjalla"]}}},{l:"fr",t:{away:{v:["absent"]},busy:{v:["occupé"]},"do not disturb":{v:["ne pas déranger"]},invisible:{v:["invisible"]},offline:{v:["hors ligne"]},online:{v:["en ligne"]}}},{l:"ga",t:{away:{v:["ar shiúl"]},busy:{v:["gnóthach"]},"do not disturb":{v:["ná cur as"]},invisible:{v:["dofheicthe"]},offline:{v:["as líne"]},online:{v:["ar líne"]}}},{l:"gl",t:{away:{v:["ausente"]},busy:{v:["ocupado"]},"do not disturb":{v:["non molestar"]},invisible:{v:["invisíbel"]},offline:{v:["desconectado"]},online:{v:["conectado"]}}},{l:"he",t:{}},{l:"hr",t:{away:{v:["odsutan"]},busy:{v:["zauzet"]},"do not disturb":{v:["ne smetaj"]},invisible:{v:["nevidljiv"]},offline:{v:["izvan mreže"]},online:{v:["na mreži"]}}},{l:"hu",t:{}},{l:"id",t:{away:{v:["tidak tersedia"]},busy:{v:["sibuk"]},"do not disturb":{v:["jangan ganggu"]},invisible:{v:["tidak terlihat"]},offline:{v:["luring"]},online:{v:["daring"]}}},{l:"is",t:{away:{v:["í burtu"]},busy:{v:["upptekin/n"]},"do not disturb":{v:["ekki ónáða"]},invisible:{v:["ósýnilegt"]},offline:{v:["ónettengt"]},online:{v:["nettengt"]}}},{l:"it",t:{away:{v:["via"]},"do not disturb":{v:["non disturbare"]},offline:{v:["offline"]},online:{v:["online"]}}},{l:"ja",t:{away:{v:["離れる"]},busy:{v:["ビジー"]},"do not disturb":{v:["邪魔をしないでください"]},invisible:{v:["不可視"]},offline:{v:["オフライン"]},online:{v:["オンライン"]}}},{l:"ja-JP",t:{away:{v:["離れる"]},busy:{v:["ビジー"]},"do not disturb":{v:["邪魔をしないでください"]},invisible:{v:["不可視"]},offline:{v:["オフライン"]},online:{v:["オンライン"]}}},{l:"ko",t:{away:{v:["자리 비움"]},busy:{v:["바쁨"]},"do not disturb":{v:["방해 금지"]},invisible:{v:["보이지 않음"]},offline:{v:["오프라인"]},online:{v:["온라인"]}}},{l:"lo",t:{away:{v:["ບໍ່ຢູ່"]},busy:{v:["ບໍ່ວ່າງ"]},"do not disturb":{v:["ຫ້າມລົບກວນ"]},invisible:{v:["ບໍ່ສະແດງ"]},offline:{v:["ອອບໄລນ໌"]},online:{v:["ອອນໄລນ໌"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{away:{v:["оддалечен"]},busy:{v:["зафатен"]},"do not disturb":{v:["не вознемирувај"]},invisible:{v:["невидливо"]},offline:{v:["офлајн"]},online:{v:["онлајн"]}}},{l:"mn",t:{away:{v:["хол байна"]},busy:{v:["завгүй"]},"do not disturb":{v:["бүү саад бол"]},invisible:{v:["үл харагдах"]},offline:{v:["офлайн"]},online:{v:["онлайн"]}}},{l:"my",t:{}},{l:"nb",t:{away:{v:["borte"]},busy:{v:["opptatt"]},"do not disturb":{v:["ikke forstyrr"]},invisible:{v:["usynlig"]},offline:{v:["frakoblet"]},online:{v:["tilkoblet"]}}},{l:"nl",t:{away:{v:["weg"]},busy:{v:["bezig"]},"do not disturb":{v:["niet storen"]},invisible:{v:["Onzichtbaar"]},offline:{v:["offline"]},online:{v:["online"]}}},{l:"oc",t:{}},{l:"pl",t:{away:{v:["stąd"]},busy:{v:["zajęty"]},"do not disturb":{v:["nie przeszkadzać"]},invisible:{v:["niewidzialny"]},offline:{v:["offline"]},online:{v:["online"]}}},{l:"pt-BR",t:{away:{v:["ausente"]},busy:{v:["ocupado"]},"do not disturb":{v:["não perturbe"]},invisible:{v:["invisível"]},offline:{v:["off-line"]},online:{v:["on-line"]}}},{l:"pt-PT",t:{away:{v:["longe"]},busy:{v:["ocupado"]},"do not disturb":{v:["não incomodar"]},invisible:{v:["invisível"]},offline:{v:["offline"]},online:{v:["online"]}}},{l:"ro",t:{away:{v:["plecat"]},"do not disturb":{v:["nu deranjați"]},offline:{v:["deconectat"]},online:{v:["online"]}}},{l:"ru",t:{away:{v:["отсутствие"]},busy:{v:["занятый"]},"do not disturb":{v:["не беспокоить"]},invisible:{v:["невидимый"]},offline:{v:["офлайн"]},online:{v:["онлайн"]}}},{l:"sk",t:{away:{v:["neprítomný"]},busy:{v:["zaneprázdnený"]},"do not disturb":{v:["nerušiť"]},invisible:{v:["neviditeľný"]},offline:{v:["Odpojený - offline"]},online:{v:["Pripojený - online"]}}},{l:"sl",t:{}},{l:"sr",t:{away:{v:["одсутан"]},busy:{v:["заузет"]},"do not disturb":{v:["не узнемиравај"]},invisible:{v:["невидљиво"]},offline:{v:["ван мреже"]},online:{v:["на мрежи"]}}},{l:"sv",t:{away:{v:["borta"]},busy:{v:["upptagen"]},"do not disturb":{v:["stör ej"]},invisible:{v:["osynlig"]},offline:{v:["offline"]},online:{v:["online"]}}},{l:"tr",t:{away:{v:["Uzakta"]},busy:{v:["Meşgul"]},"do not disturb":{v:["Rahatsız etmeyin"]},invisible:{v:["görünmez"]},offline:{v:["Çevrim dışı"]},online:{v:["Çevrim içi"]}}},{l:"uk",t:{away:{v:["відсутній"]},busy:{v:["зайнято"]},"do not disturb":{v:["не турбувати"]},invisible:{v:["Невидимий"]},offline:{v:["не в мережі"]},online:{v:["в мережі"]}}},{l:"uz",t:{away:{v:["uzoqda"]},busy:{v:["band"]},"do not disturb":{v:["bezovta qilmang"]},invisible:{v:["ko'rinmas"]},offline:{v:["offline"]},online:{v:["online"]}}},{l:"zh-CN",t:{away:{v:["离开"]},busy:{v:["繁忙"]},"do not disturb":{v:["请勿打扰"]},invisible:{v:["隐藏的"]},offline:{v:["离线"]},online:{v:["在线"]}}},{l:"zh-HK",t:{away:{v:["離開"]},busy:{v:["忙碌"]},"do not disturb":{v:["請勿打擾"]},invisible:{v:["隐藏的"]},offline:{v:["離線"]},online:{v:["在線"]}}},{l:"zh-TW",t:{away:{v:["離開"]},busy:{v:["忙碌"]},"do not disturb":{v:["請勿打擾"]},invisible:{v:["不可見"]},offline:{v:["離線"]},online:{v:["線上"]}}}],Y5=[{l:"ar",t:{"Back to provider selection":{v:["عودة إلى اختيار المزوّد"]},"Close Smart Picker":{v:["إغلاق المحدد الذكي"]},"Smart Picker":{v:["اللاقط الذكي smart picker"]}}},{l:"ast",t:{"Back to provider selection":{v:["Volver a la seleición de fornidores"]},"Close Smart Picker":{v:["Zarrar la seleición intelixente"]},"Smart Picker":{v:["Selector intelixente"]}}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{"Back to provider selection":{v:["Zpět na výběr poskytovatele"]},"Close Smart Picker":{v:["Zavřít inteligentní výběr"]},"Smart Picker":{v:["Inteligentní výběr"]}}},{l:"cs-CZ",t:{"Back to provider selection":{v:["Zpět na výběr poskytovatele"]},"Close Smart Picker":{v:["Zavřít inteligentní výběr"]},"Smart Picker":{v:["Inteligentní výběr"]}}},{l:"da",t:{"Back to provider selection":{v:["Tilbage til udbydervalg"]},"Close Smart Picker":{v:["Luk Smart Vælger"]},"Smart Picker":{v:["Smart Vælger"]}}},{l:"de",t:{"Back to provider selection":{v:["Zurück zur Anbieterauswahl"]},"Close Smart Picker":{v:["Smart Picker schließen"]},"Smart Picker":{v:["Smart Picker"]}}},{l:"de-DE",t:{"Back to provider selection":{v:["Zurück zur Anbieterauswahl"]},"Close Smart Picker":{v:["Smart Picker schließen"]},"Smart Picker":{v:["Smart Picker"]}}},{l:"el",t:{"Back to provider selection":{v:["Επιστροφή στην επιλογή παρόχου"]},"Close Smart Picker":{v:["Κλείσιμο Έξυπνης Επιλογής"]},"Smart Picker":{v:["Έξυπνη Επιλογή"]}}},{l:"en-GB",t:{"Back to provider selection":{v:["Back to provider selection"]},"Close Smart Picker":{v:["Close Smart Picker"]},"Smart Picker":{v:["Smart Picker"]}}},{l:"eo",t:{}},{l:"es",t:{"Back to provider selection":{v:["Volver a la selección de proveedor"]},"Close Smart Picker":{v:["Cerrar selector inteligente"]},"Smart Picker":{v:["Selector inteligente"]}}},{l:"es-AR",t:{"Back to provider selection":{v:["Volver a la selección de proveedor"]},"Close Smart Picker":{v:["Cerrar selector inteligente"]},"Smart Picker":{v:["Selector inteligente"]}}},{l:"es-EC",t:{"Back to provider selection":{v:["Volver a la selección de proveedor"]},"Close Smart Picker":{v:["Cerrar selector inteligente"]},"Smart Picker":{v:["Selector inteligente"]}}},{l:"es-MX",t:{"Back to provider selection":{v:["Volver a la selección de proveedor"]},"Close Smart Picker":{v:["Cerrar selector inteligente"]},"Smart Picker":{v:["Selector inteligente"]}}},{l:"et-EE",t:{"Back to provider selection":{v:["Tagasi teenusepakkuja valiku juurde"]},"Close Smart Picker":{v:["Sulge nutivalija"]},"Smart Picker":{v:["Nutivalija"]}}},{l:"eu",t:{"Back to provider selection":{v:["Itzuli hornitzaileen hautapenera"]},"Close Smart Picker":{v:["Itxi hautatzaile adimenduna"]},"Smart Picker":{v:["Hautatzaile adimenduna"]}}},{l:"fa",t:{"Back to provider selection":{v:["بازگشت به انتخاب ارائه دهنده"]},"Close Smart Picker":{v:["بستن انتخابگر هوشمند"]},"Smart Picker":{v:["انتخابگر هوشمند"]}}},{l:"fi",t:{"Back to provider selection":{v:["Takaisin toimittajavalintaan"]},"Close Smart Picker":{v:["Sulje älykas valitsin"]},"Smart Picker":{v:["Älykäs valitsin"]}}},{l:"fr",t:{"Back to provider selection":{v:["Revenir à la sélection du fournisseur"]},"Close Smart Picker":{v:["Fermer le sélecteur intelligent"]},"Smart Picker":{v:["Sélecteur intelligent"]}}},{l:"ga",t:{"Back to provider selection":{v:["Ar ais go roghnú soláthróra"]},"Close Smart Picker":{v:["Dún Piocálaí Cliste"]},"Smart Picker":{v:["Roghnóir Cliste"]}}},{l:"gl",t:{"Back to provider selection":{v:["Volver á selección do provedor"]},"Close Smart Picker":{v:["Pechar o Selector intelixente"]},"Smart Picker":{v:["Selector intelixente"]}}},{l:"he",t:{"Back to provider selection":{v:["חזרה לבחירת ספק"]},"Close Smart Picker":{v:["סגירת הבורר החכם"]},"Smart Picker":{v:["בורר חכם"]}}},{l:"hr",t:{"Back to provider selection":{v:["Natrag na odabir pružatelja"]},"Close Smart Picker":{v:["Zatvori pametni odabir"]},"Smart Picker":{v:["Pametni odabir"]}}},{l:"hu",t:{}},{l:"id",t:{"Back to provider selection":{v:["Kembali ke pemilihan penyedia"]},"Close Smart Picker":{v:["Tutup Pemilih Cerdas"]},"Smart Picker":{v:["Pemilih Cerdas"]}}},{l:"is",t:{"Back to provider selection":{v:["Til baka í val á þjónustuveitu"]},"Close Smart Picker":{v:["Loka snjall-veljara"]},"Smart Picker":{v:["Snjall-veljari"]}}},{l:"it",t:{"Back to provider selection":{v:["Torna alla selezione del provider"]},"Close Smart Picker":{v:["Chiudere lo Smart Picker"]},"Smart Picker":{v:["Picker intelligente"]}}},{l:"ja",t:{"Back to provider selection":{v:["プロバイダーの選択に戻る"]},"Close Smart Picker":{v:["スマートピッカーを閉じる"]},"Smart Picker":{v:["スマートピッカー"]}}},{l:"ja-JP",t:{"Back to provider selection":{v:["プロバイダーの選択に戻る"]},"Close Smart Picker":{v:["スマートピッカーを閉じる"]},"Smart Picker":{v:["スマートピッカー"]}}},{l:"ko",t:{"Back to provider selection":{v:["제공자 선택으로 돌아가기"]},"Close Smart Picker":{v:["스마트 선택기 닫기"]},"Smart Picker":{v:["스마트 선택기"]}}},{l:"lo",t:{"Back to provider selection":{v:["ກັບໄປທີ່ການເລືອກຜູ້ໃຫ້ບໍລິການ"]},"Close Smart Picker":{v:["ປິດໂຕເລືອກອັດສະລິຍະ"]},"Smart Picker":{v:["ໂຕເລືອກອັດສະລິຍະ"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Back to provider selection":{v:["Назад до избор на провајдер"]},"Close Smart Picker":{v:["Затвори паметен избирач"]},"Smart Picker":{v:["Паметен избирач"]}}},{l:"mn",t:{"Back to provider selection":{v:["Үйлчилгээ үзүүлэгчийн сонголт руу буцах"]},"Close Smart Picker":{v:["Ухаалаг сонгогчийг хаах"]},"Smart Picker":{v:["Ухаалаг сонгогч"]}}},{l:"my",t:{}},{l:"nb",t:{"Back to provider selection":{v:["Tilbake til leverandørvalg"]},"Close Smart Picker":{v:["Lukk Smart Velger"]},"Smart Picker":{v:["Smart Velger"]}}},{l:"nl",t:{"Back to provider selection":{v:["Terug naar provider selectie"]},"Close Smart Picker":{v:["Slimme Kiezer sluiten"]},"Smart Picker":{v:["Slimme Kiezer"]}}},{l:"oc",t:{}},{l:"pl",t:{"Back to provider selection":{v:["Powrót do wyboru dostawcy"]},"Close Smart Picker":{v:["Zamknij inteligentny selektor"]},"Smart Picker":{v:["Inteligentne wybieranie"]}}},{l:"pt-BR",t:{"Back to provider selection":{v:["Voltar para seleção de provedor"]},"Close Smart Picker":{v:["Fechar Seletor Inteligente"]},"Smart Picker":{v:["Seletor Inteligente"]}}},{l:"pt-PT",t:{"Back to provider selection":{v:["Voltar à seleção de fornecedor"]},"Close Smart Picker":{v:['Fechar "Smart Picker"']},"Smart Picker":{v:["Smart Picker"]}}},{l:"ro",t:{"Back to provider selection":{v:["Înapoi la selecția providerului"]},"Close Smart Picker":{v:["Închide Smart Picker"]},"Smart Picker":{v:["Smart Picker"]}}},{l:"ru",t:{"Back to provider selection":{v:["Вернуться к выбору провайдера"]},"Close Smart Picker":{v:["Закрыть интеллектуальный выбор"]},"Smart Picker":{v:["Умный выбор"]}}},{l:"sk",t:{"Back to provider selection":{v:["Späť na výber poskytovateľa"]},"Close Smart Picker":{v:["Zavrieť inteligentný výber"]},"Smart Picker":{v:["Inteligentný výber"]}}},{l:"sl",t:{}},{l:"sr",t:{"Back to provider selection":{v:["Назад на избор пружаоца"]},"Close Smart Picker":{v:["Затвори паметни бирач"]},"Smart Picker":{v:["Паметни бирач"]}}},{l:"sv",t:{"Back to provider selection":{v:["Tillbaka till leverantörsval"]},"Close Smart Picker":{v:["Stäng Smart Picker"]},"Smart Picker":{v:["Smart Picker"]}}},{l:"tr",t:{"Back to provider selection":{v:["Hizmet sağlayıcı seçimine dön"]},"Close Smart Picker":{v:["Akıllı seçimi kapat"]},"Smart Picker":{v:["Akıllı seçim"]}}},{l:"uk",t:{"Back to provider selection":{v:["Назад до вибору постачальника"]},"Close Smart Picker":{v:["Закрити асистент вибору"]},"Smart Picker":{v:["Асистент вибору"]}}},{l:"uz",t:{"Back to provider selection":{v:["Provayder tanloviga qaytish"]},"Close Smart Picker":{v:["Smart Picker-ni yoping"]},"Smart Picker":{v:["Aqlli tanlovchi"]}}},{l:"zh-CN",t:{"Back to provider selection":{v:["返回至提供者选择列表"]},"Close Smart Picker":{v:["关闭智能拾取器"]},"Smart Picker":{v:["智能拾取器"]}}},{l:"zh-HK",t:{"Back to provider selection":{v:["回到提供者選擇"]},"Close Smart Picker":{v:["關閉 Smart Picker"]},"Smart Picker":{v:["Smart Picker"]}}},{l:"zh-TW",t:{"Back to provider selection":{v:["回到提供者選擇"]},"Close Smart Picker":{v:["關閉智慧型挑選器"]},"Smart Picker":{v:["智慧型挑選器"]}}}],K5=[{l:"ar",t:{"Calendar icon":{v:["أيقونة التقويم"]},Cancel:{v:["إلغاء"]},"Clear value":{v:["مَحو القيمة"]},"Close time Picker":{v:["إغلاق لاقط الوقت"]},"Datepicker input":{v:["مُدخَلات لاقط التاريخ"]},"Datepicker menu":{v:["قائمة لاقط التاريخ"]},"Decrement hours":{v:["إنقاص الساعات"]},"Decrement minutes":{v:["إنقاص الدقائق"]},"Decrement seconds":{v:["إنقاص الثواني"]},"Increment hours":{v:["زيادة الساعات"]},"Increment minutes":{v:["زيادة الدقائق"]},"Increment seconds":{v:["زيادة الثواني"]},"Month picker":{v:["لاقط الشهر"]},"Month picker overlay":{v:["تراكب لاقط الشهر"]},"Next month":{v:["الشهر القادم"]},"Next year":{v:["السنة القادمة"]},Now:{v:["الآن"]},"Open hours overlay":{v:["فتح تراكب الساعات "]},"Open minutes overlay":{v:["فتح تراكب الدقائق"]},"Open months overlay":{v:["فتح تراكب الشهور"]},"Open seconds overlay":{v:["فتح تراكب الثواني"]},"Open time picker":{v:["فتح لاقط الوقت"]},"Open years overlay":{v:["فتح تراكب السنوات"]},Pick:{v:["إلتقاط"]},"Previous month":{v:["الشهر الماضي"]},"Previous year":{v:["السنة الماضية"]},"Select date":{v:["إختيار التاريخ"]},"Select date and time":{v:["إختيار التاريخ والوقت"]},"Select month":{v:["إختيار الشهر"]},"Select time":{v:["إختيار الوقت"]},"Select time range":{v:["إختيار المدى الزمني"]},"Select week":{v:["إختيار الأسبوع"]},"Select year":{v:["إختيار السنة"]},"Switch AM/PM mode":{v:["تبديل وضعية صباحاً/مساءً"]},"Time picker":{v:["لاقط الوقت"]},"Toggle overlay":{v:["تبديل التراكب"]},W:{v:["أ"]},"Year picker":{v:["لاقط السنة"]},"Year picker overlay":{v:["تراكب لاقط السنة"]}}},{l:"ast",t:{}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{"Calendar icon":{v:["Ikona kalendáře"]},Cancel:{v:["Storno"]},"Clear value":{v:["Vyčistit hodnotu"]},"Close time Picker":{v:["Zavřít výběr času"]},"Datepicker input":{v:["Vstup výběru data"]},"Datepicker menu":{v:["Nabídka výběru data"]},"Decrement hours":{v:["Snížit hodiny"]},"Decrement minutes":{v:["Snížit minuty"]},"Decrement seconds":{v:["Snížit sekundy"]},"Increment hours":{v:["Zvýšit hodiny"]},"Increment minutes":{v:["Zvýšit minuty"]},"Increment seconds":{v:["Zvýšit sekundy"]},"Month picker":{v:["Výběr měsíce"]},"Month picker overlay":{v:["Překryvné okno výběru měsíce"]},"Next month":{v:["Příští měsíc"]},"Next year":{v:["Příští rok"]},Now:{v:["Nyní"]},"Open hours overlay":{v:["Otevřít překryvné okno hodin"]},"Open minutes overlay":{v:["Otevřít překryvné okno minut"]},"Open months overlay":{v:["Otevřít překryvné okno měsíců"]},"Open seconds overlay":{v:["Otevřít překryvné okno sekund"]},"Open time picker":{v:["Otevřít výběr času"]},"Open years overlay":{v:["Otevřít překryvné okno roku"]},Pick:{v:["Vybrat"]},"Previous month":{v:["Předchozí měsíc"]},"Previous year":{v:["Předchozí rok"]},"Select date":{v:["Vybrat datum"]},"Select date and time":{v:["Vybrat datum a čas"]},"Select month":{v:["Vybrat měsíc"]},"Select time":{v:["Vybrat čas"]},"Select time range":{v:["Vybrat časový rozsah"]},"Select week":{v:["Vybrat týden"]},"Select year":{v:["Vybrat rok"]},"Switch AM/PM mode":{v:["Přepnout režim dopo/odpoledne"]},"Time picker":{v:["Výběr času"]},"Time zone":{v:["Časové pásmo"]},"Toggle overlay":{v:["Vyp/zap. překryvné okno"]},W:{v:["T"]},"Year picker":{v:["Výběr roku"]},"Year picker overlay":{v:["Překryvné okno výběru roku"]}}},{l:"cs-CZ",t:{}},{l:"da",t:{"Calendar icon":{v:["Kalenderikon"]},Cancel:{v:["Annullér"]},"Clear value":{v:["Klar værdi"]},"Close time Picker":{v:["Nærtid Picker"]},"Datepicker input":{v:["Datapicker input"]},"Datepicker menu":{v:["Datapicker menu"]},"Decrement hours":{v:["Formindsk timer"]},"Decrement minutes":{v:["Formindsk minutter"]},"Decrement seconds":{v:["Formindsk sekunder"]},"Increment hours":{v:["Forøg timer"]},"Increment minutes":{v:["Forøg minutter"]},"Increment seconds":{v:["Forøg sekunder"]},"Month picker":{v:["Månedsvælger"]},"Month picker overlay":{v:["Måneder vælger overlay"]},"Next month":{v:["Næste måned"]},"Next year":{v:["Næste år"]},Now:{v:["Nu"]},"Open hours overlay":{v:["Åbne timer overlay"]},"Open minutes overlay":{v:["Åbn minutter overlay"]},"Open months overlay":{v:["Åbne måneder overlay"]},"Open seconds overlay":{v:["Åbne sekunder overlay"]},"Open time picker":{v:["Åbent tidsvælger"]},"Open years overlay":{v:["Åbne år overlay"]},Pick:{v:["Vælg"]},"Previous month":{v:["Forrige måned"]},"Previous year":{v:["Foregående år"]},"Select date":{v:["Vælg dato"]},"Select date and time":{v:["Vælg dato og tidspunkt"]},"Select month":{v:["Vælg måned"]},"Select time":{v:["Vælg tid"]},"Select time range":{v:["Vælg tidsinterval"]},"Select week":{v:["Vælg uge"]},"Select year":{v:["Vælg år"]},"Switch AM/PM mode":{v:["Skift AM/PM-tilstand"]},"Time picker":{v:["Tidsvælger"]},"Time zone":{v:["Tidszone"]},"Toggle overlay":{v:["Slå overlay til / fra"]},W:{v:["W"]},"Year picker":{v:["År vælger"]},"Year picker overlay":{v:["År vælger overlay"]}}},{l:"de",t:{"Calendar icon":{v:["Kalendersymbol"]},Cancel:{v:["Abbrechen"]},"Clear value":{v:["Wert löschen"]},"Close time Picker":{v:["Zeitauswahl schließen"]},"Datepicker input":{v:["Eingabe Datumsauswahl"]},"Datepicker menu":{v:["Menü Datumsauswahl"]},"Decrement hours":{v:["Stunden verringern"]},"Decrement minutes":{v:["Minuten verringern"]},"Decrement seconds":{v:["Sekunden verringern"]},"Increment hours":{v:["Stunden hochzählen"]},"Increment minutes":{v:["Minuten hochzählen"]},"Increment seconds":{v:["Sekunden hochzählen"]},"Month picker":{v:["Monatsauswahl"]},"Month picker overlay":{v:["Monatsauswahl-Overlay"]},"Next month":{v:["Nächster Monat"]},"Next year":{v:["Nächstes Jahr"]},Now:{v:["Jetzt"]},"Open hours overlay":{v:["Stunden-Overlay öffnen"]},"Open minutes overlay":{v:["Minuten-Overlay öffnen"]},"Open months overlay":{v:["Monate-Overlay öffnen"]},"Open seconds overlay":{v:["Sekunden-Overlay öffnen"]},"Open time picker":{v:["Zeitauswahl öffnen"]},"Open years overlay":{v:["Jahre-Overlay öffnen"]},Pick:{v:["Auswählen"]},"Previous month":{v:["Vorheriger Monat"]},"Previous year":{v:["Vorheriges Jahr"]},"Select date":{v:["Datum auswählen"]},"Select date and time":{v:["Datum und Uhrzeit auswählen"]},"Select month":{v:["Monat auswählen"]},"Select time":{v:["Uhrzeit auswählen"]},"Select time range":{v:["Zeitspanne auswählen"]},"Select week":{v:["Woche auswählen"]},"Select year":{v:["Jahr auswählen"]},"Switch AM/PM mode":{v:["Zwischen AM/PM-Modus wechseln"]},"Time picker":{v:["Zeitauswahl"]},"Time zone":{v:["Zeitzone"]},"Toggle overlay":{v:["Overlay umschalten"]},W:{v:["W"]},"Year picker":{v:["Jahresauswahl"]},"Year picker overlay":{v:["Jahre-Overlay öffnen"]}}},{l:"de-DE",t:{"Calendar icon":{v:["Kalendersymbol"]},Cancel:{v:["Abbrechen"]},"Clear value":{v:["Wert löschen"]},"Close time Picker":{v:["Zeitauswahl schließen"]},"Datepicker input":{v:["Eingabe Datumsauswahl"]},"Datepicker menu":{v:["Menü Datumsauswahl"]},"Decrement hours":{v:["Stunden verringern"]},"Decrement minutes":{v:["Minuten verringern"]},"Decrement seconds":{v:["Sekunden verringern"]},"Increment hours":{v:["Stunden hochzählen"]},"Increment minutes":{v:["Minuten hochzählen"]},"Increment seconds":{v:["Sekunden hochzählen"]},"Month picker":{v:["Monatsauswahl"]},"Month picker overlay":{v:["Monatsauswahl-Overlay"]},"Next month":{v:["Nächster Monat"]},"Next year":{v:["Nächstes Jahr"]},Now:{v:["Jetzt"]},"Open hours overlay":{v:["Stunden-Overlay öffnen"]},"Open minutes overlay":{v:["Minuten-Overlay öffnen"]},"Open months overlay":{v:["Monate-Overlay öffnen"]},"Open seconds overlay":{v:["Sekunden-Overlay öffnen"]},"Open time picker":{v:["Zeitauswahl öffnen"]},"Open years overlay":{v:["Jahre-Overlay öffnen"]},Pick:{v:["Auswählen"]},"Previous month":{v:["Vorheriger Monat"]},"Previous year":{v:["Vorheriges Jahr"]},"Select date":{v:["Datum auswählen"]},"Select date and time":{v:["Datum und Uhrzeit auswählen"]},"Select month":{v:["Monat auswählen"]},"Select time":{v:["Uhrzeit auswählen"]},"Select time range":{v:["Zeitspanne auswählen"]},"Select week":{v:["Woche auswählen"]},"Select year":{v:["Jahr auswählen"]},"Switch AM/PM mode":{v:["Zwischen AM/PM-Modus wechseln"]},"Time picker":{v:["Zeitauswahl"]},"Time zone":{v:["Zeitzone"]},"Toggle overlay":{v:["Overlay umschalten"]},W:{v:["W"]},"Year picker":{v:["Jahresauswahl"]},"Year picker overlay":{v:["Jahre-Overlay öffnen"]}}},{l:"el",t:{"Calendar icon":{v:["Εικονίδιο ημερολογίου"]},Cancel:{v:["Ακύρωση"]},"Clear value":{v:["Εκκαθάριση αξίας"]},"Close time Picker":{v:["Κλείσιμο επιλογέα ώρας"]},"Datepicker input":{v:["Εισαγωγή ημερομηνίας"]},"Datepicker menu":{v:["Μενού επιλογής ημερομηνίας"]},"Decrement hours":{v:["Μείωση ωρών"]},"Decrement minutes":{v:["Μείωση λεπτών"]},"Decrement seconds":{v:["Μείωση δευτερολέπτων"]},"Increment hours":{v:["Αύξηση ωρών"]},"Increment minutes":{v:["Αύξηση λεπτών"]},"Increment seconds":{v:["Αύξηση δευτερολέπτων"]},"Month picker":{v:["Επιλογή μήνα"]},"Month picker overlay":{v:["Επικάλυψη επιλογής μήνα"]},"Next month":{v:["Επόμενος μήνας"]},"Next year":{v:["Επόμενο έτος"]},Now:{v:["Τώρα"]},"Open hours overlay":{v:["Άνοιγμα επικάλυψης ωρών"]},"Open minutes overlay":{v:["Άνοιγμα επικάλυψης λεπτών"]},"Open months overlay":{v:["Άνοιγμα επικάλυψης μηνών"]},"Open seconds overlay":{v:["Άνοιγμα επικάλυψης δευτερολέπτων"]},"Open time picker":{v:["Άνοιγμα επιλογέα ώρας"]},"Open years overlay":{v:["Άνοιγμα επικάλυψης ετών"]},Pick:{v:["Επιλογή"]},"Previous month":{v:["Προηγούμενος μήνας"]},"Previous year":{v:["Προηγούμενο έτος"]},"Select date":{v:["Επιλογή ημερομηνίας"]},"Select date and time":{v:["Επιλογή ημερομηνίας και ώρας"]},"Select month":{v:["Επιλογή μήνα"]},"Select time":{v:["Επιλογή ώρας"]},"Select time range":{v:["Επιλογή χρονικού διαστήματος"]},"Select week":{v:["Επιλογή εβδομάδας"]},"Select year":{v:["Επιλογή έτους"]},"Switch AM/PM mode":{v:["Εναλλαγή λειτουργίας AM/PM"]},"Time picker":{v:["Επιλογή ώρας"]},"Toggle overlay":{v:["Εναλλαγή επικάλυψης"]},W:{v:["Τε"]},"Year picker":{v:["Επιλογέας έτους"]},"Year picker overlay":{v:["Επικάλυψη επιλογέα έτους"]}}},{l:"en-GB",t:{"Calendar icon":{v:["Calendar icon"]},Cancel:{v:["Cancel"]},"Clear value":{v:["Clear value"]},"Close time Picker":{v:["Close time Picker"]},"Datepicker input":{v:["Datepicker input"]},"Datepicker menu":{v:["Datepicker menu"]},"Decrement hours":{v:["Decrement hours"]},"Decrement minutes":{v:["Decrement minutes"]},"Decrement seconds":{v:["Decrement seconds"]},"Increment hours":{v:["Increment hours"]},"Increment minutes":{v:["Increment minutes"]},"Increment seconds":{v:["Increment seconds"]},"Month picker":{v:["Month picker"]},"Month picker overlay":{v:["Month picker overlay"]},"Next month":{v:["Next month"]},"Next year":{v:["Next year"]},Now:{v:["Now"]},"Open hours overlay":{v:["Open hours overlay"]},"Open minutes overlay":{v:["Open minutes overlay"]},"Open months overlay":{v:["Open months overlay"]},"Open seconds overlay":{v:["Open seconds overlay"]},"Open time picker":{v:["Open time picker"]},"Open years overlay":{v:["Open years overlay"]},Pick:{v:["Pick"]},"Previous month":{v:["Previous month"]},"Previous year":{v:["Previous year"]},"Select date":{v:["Select date"]},"Select date and time":{v:["Select date and time"]},"Select month":{v:["Select month"]},"Select time":{v:["Select time"]},"Select time range":{v:["Select time range"]},"Select week":{v:["Select week"]},"Select year":{v:["Select year"]},"Switch AM/PM mode":{v:["Switch AM/PM mode"]},"Time picker":{v:["Time picker"]},"Time zone":{v:["Time zone"]},"Toggle overlay":{v:["Toggle overlay"]},W:{v:["W"]},"Year picker":{v:["Year picker"]},"Year picker overlay":{v:["Year picker overlay"]}}},{l:"eo",t:{}},{l:"es",t:{}},{l:"es-AR",t:{}},{l:"es-EC",t:{}},{l:"es-MX",t:{}},{l:"et-EE",t:{"Calendar icon":{v:["Kalendriikoon"]},Cancel:{v:["Katkesta"]},"Clear value":{v:["Kustuta väärtus"]},"Close time Picker":{v:["Sulge ajavalija"]},"Datepicker input":{v:["Kuupäevavalija sisend"]},"Datepicker menu":{v:["Kuupäevavalija menüü"]},"Decrement hours":{v:["Vähenda tunde"]},"Decrement minutes":{v:["Vähenda minuteid"]},"Decrement seconds":{v:["Vähenda sekundeid"]},"Increment hours":{v:["Suurenda tunde"]},"Increment minutes":{v:["Suurenda minuteid"]},"Increment seconds":{v:["Suurenda sekundeid"]},"Month picker":{v:["Kuupäevavalija"]},"Month picker overlay":{v:["Kuupäevavalija ülekatteaken"]},"Next month":{v:["Järgmine kuu"]},"Next year":{v:["Järgmine aasta"]},Now:{v:["Praegu"]},"Open hours overlay":{v:["Ava tundide vaade"]},"Open minutes overlay":{v:["Ava minutite vaade"]},"Open months overlay":{v:["Ava kuude vaade"]},"Open seconds overlay":{v:["Ava sekundite vaade"]},"Open time picker":{v:["Ava ajavalija"]},"Open years overlay":{v:["Ava aastate vaade"]},Pick:{v:["Vali"]},"Previous month":{v:["Eelmine kuu"]},"Previous year":{v:["Eelmine aasta"]},"Select date":{v:["Vali kuupäev"]},"Select date and time":{v:["Vali kuupäev ja kellaaeg"]},"Select month":{v:["Vali kuu"]},"Select time":{v:["Vali aeg"]},"Select time range":{v:["Vali ajavahemik"]},"Select week":{v:["Vali nädal"]},"Select year":{v:["Vali aasta"]},"Switch AM/PM mode":{v:["Vaheta AM/PM kuvamist"]},"Time picker":{v:["Ajavalija"]},"Time zone":{v:["Ajavöönd"]},"Toggle overlay":{v:["Lülita ülekatteaken sisse/välja"]},W:{v:["W"]},"Year picker":{v:["Aastavalija"]},"Year picker overlay":{v:["Aastavavalija ülekatteaken"]}}},{l:"eu",t:{}},{l:"fa",t:{}},{l:"fi",t:{}},{l:"fr",t:{"Calendar icon":{v:["Icône de calendrier"]},Cancel:{v:["Annuler"]},"Clear value":{v:["Effacer la valeur"]},"Close time Picker":{v:["Fermer le sélecteur de temps"]},"Datepicker input":{v:["Entrée du sélecteur de date"]},"Datepicker menu":{v:["Menu du sélecteur de date"]},"Decrement hours":{v:["Diminuer les heures"]},"Decrement minutes":{v:["Diminuer les minutes"]},"Decrement seconds":{v:["Diminuer les secondes"]},"Increment hours":{v:["Augmenter les heures"]},"Increment minutes":{v:["Augmenter les minutes"]},"Increment seconds":{v:["Augmenter les secondes"]},"Month picker":{v:["Sélecteur de mois"]},"Month picker overlay":{v:["Superposition du sélecteur de mois"]},"Next month":{v:["Mois prochain"]},"Next year":{v:["Année prochaine"]},Now:{v:["Maintenant"]},"Open hours overlay":{v:["Superposition des heures d'ouverture"]},"Open minutes overlay":{v:["Superposition des minutes d'ouverture"]},"Open months overlay":{v:["Superposition des mois ouverts"]},"Open seconds overlay":{v:["Superposition des secondes ouvertes"]},"Open time picker":{v:["Ouvrir le sélecteur de temps"]},"Open years overlay":{v:["Superposition des années ouvertes"]},Pick:{v:["Choisir"]},"Previous month":{v:["Mois précédent"]},"Previous year":{v:["Année précédente"]},"Select date":{v:["Sélectionnez la date"]},"Select date and time":{v:["Sélectionnez la date et l'heure"]},"Select month":{v:["Sélectionnez le mois"]},"Select time":{v:["Sélectionnez l'heure"]},"Select time range":{v:["Sélectionnez la plage horaire"]},"Select week":{v:["Sélectionnez la semaine"]},"Select year":{v:["Sélectionnez l'année"]},"Switch AM/PM mode":{v:["Basculer le mode Matin/Après-midi"]},"Time picker":{v:["Sélecteur de temps"]},"Time zone":{v:["Fuseau horaire"]},"Toggle overlay":{v:["Basculer la superposition"]},W:{v:["W"]},"Year picker":{v:["Sélecteur d'année"]},"Year picker overlay":{v:["Superposition du sélecteur d’année"]}}},{l:"ga",t:{"Calendar icon":{v:["Deilbhín féilire"]},Cancel:{v:["Cealaigh"]},"Clear value":{v:["Luach soiléir"]},"Close time Picker":{v:["Roghnóir am dúnta"]},"Datepicker input":{v:["Ionchur datepicker"]},"Datepicker menu":{v:["Roghchlár datepicker"]},"Decrement hours":{v:["Laghdaigh uaireanta"]},"Decrement minutes":{v:["Laghdaigh nóiméid "]},"Decrement seconds":{v:["Laghdaigh soicind"]},"Increment hours":{v:["Méadaigh uaireanta"]},"Increment minutes":{v:["Méadaigh nóiméid"]},"Increment seconds":{v:["Méadaigh soicind"]},"Month picker":{v:["Roghnóir míosa"]},"Month picker overlay":{v:["Forleagan roghnóir míosa"]},"Next month":{v:["An mhí seo chugainn"]},"Next year":{v:["An bhliain seo chugainn"]},Now:{v:["Anois"]},"Open hours overlay":{v:["Forleagan uaireanta oscailte"]},"Open minutes overlay":{v:["Forleagan nóiméad oscailte"]},"Open months overlay":{v:["Forleagan míonna oscailte"]},"Open seconds overlay":{v:["Soicind oscailte forleagan"]},"Open time picker":{v:["Roghnóir am oscailte"]},"Open years overlay":{v:["Forleagan blianta oscailte"]},Pick:{v:["Pioc"]},"Previous month":{v:["An mhí roimhe sin"]},"Previous year":{v:["Bhliain roimhe sin"]},"Select date":{v:["Roghnaigh dáta"]},"Select date and time":{v:["Roghnaigh dáta agus am"]},"Select month":{v:["Roghnaigh mí"]},"Select time":{v:["Roghnaigh am"]},"Select time range":{v:["Roghnaigh raon ama"]},"Select week":{v:["Roghnaigh seachtain"]},"Select year":{v:["Roghnaigh bliain"]},"Switch AM/PM mode":{v:["Athraigh mód AM/PM"]},"Time picker":{v:["Roghnóir ama"]},"Time zone":{v:["Crios ama"]},"Toggle overlay":{v:["Scoránaigh forleagan"]},W:{v:["W"]},"Year picker":{v:["Roghnóir bliana"]},"Year picker overlay":{v:["Forleagan roghnóir bliana"]}}},{l:"gl",t:{"Calendar icon":{v:["Icona do calendario"]},Cancel:{v:["Cancelar"]},"Clear value":{v:["Limpar o valor"]},"Close time Picker":{v:["Pechar o Selector de hora"]},"Datepicker input":{v:["Entrada do selector de datas"]},"Datepicker menu":{v:["Menú do selector de datas"]},"Decrement hours":{v:["Diminuír as horas"]},"Decrement minutes":{v:["Diminuír os minutos"]},"Decrement seconds":{v:["Diminuír os segundos"]},"Increment hours":{v:["Aumentar as horas"]},"Increment minutes":{v:["Aumentar os minutos"]},"Increment seconds":{v:["Aumentar os segundos"]},"Month picker":{v:["Selector de mes"]},"Month picker overlay":{v:["Superposición do selector de mes"]},"Next month":{v:["Próximo mes"]},"Next year":{v:["Próximo ano"]},Now:{v:["Agora"]},"Open hours overlay":{v:["Abrir a superposición de horas"]},"Open minutes overlay":{v:["Abrir a superposición de minutos"]},"Open months overlay":{v:["Abrir a superposición de meses"]},"Open seconds overlay":{v:["Abrir a superposición de segundos"]},"Open time picker":{v:["Abrir o selector de hora"]},"Open years overlay":{v:["Abrir a superposición de anos"]},Pick:{v:["Escoller"]},"Previous month":{v:["Mes pasado"]},"Previous year":{v:["Ano pasado"]},"Select date":{v:["Seleccione a data"]},"Select date and time":{v:["Seleccione a data e a hora"]},"Select month":{v:["Seleccione o mes"]},"Select time":{v:["Seleccione a hora"]},"Select time range":{v:[" Seleccione o intervalo de tempo"]},"Select week":{v:["Seleccione a semana"]},"Select year":{v:["Seleccione o ano"]},"Switch AM/PM mode":{v:["Alternar o modo AM/PM"]},"Time picker":{v:["Selector de hora"]},"Time zone":{v:["Fuso horario"]},"Toggle overlay":{v:["Alternar a sobreposición"]},W:{v:["S"]},"Year picker":{v:["Selector de ano"]},"Year picker overlay":{v:["Superposición do selector de ano"]}}},{l:"he",t:{}},{l:"hr",t:{"Calendar icon":{v:["Ikona kalendara"]},Cancel:{v:["Otkaži"]},"Clear value":{v:["Očisti vrijednost"]},"Close time Picker":{v:["Zatvori odabir vremena"]},"Datepicker input":{v:["Unos birača datuma"]},"Datepicker menu":{v:["Izbornik birača datuma"]},"Decrement hours":{v:["Smanji sate"]},"Decrement minutes":{v:["Smanji minute"]},"Decrement seconds":{v:["Smanji sekunde"]},"Increment hours":{v:["Povećaj sate"]},"Increment minutes":{v:["Povećaj minute"]},"Increment seconds":{v:["Povećaj sekunde"]},"Month picker":{v:["Odabir mjeseca"]},"Month picker overlay":{v:["Sloj za odabir mjeseca"]},"Next month":{v:["Sljedeći mjesec"]},"Next year":{v:["Sljedeća godina"]},Now:{v:["Sada"]},"Open hours overlay":{v:["Otvori sloj za odabir sati"]},"Open minutes overlay":{v:["Otvori sloj za odabir minuta"]},"Open months overlay":{v:["Otvori sloj za odabir mjeseci"]},"Open seconds overlay":{v:["Otvori sloj za odabir sekundi"]},"Open time picker":{v:["Otvori birač vremena"]},"Open years overlay":{v:["Otvori sloj za odabir godina"]},Pick:{v:["Odaberi"]},"Previous month":{v:["Prethodni mjesec"]},"Previous year":{v:["Prethodna godina"]},"Select date":{v:["Odaberi datum"]},"Select date and time":{v:["Odaberi datum i vrijeme"]},"Select month":{v:["Odaberi mjesec"]},"Select time":{v:["Odaberi vrijeme"]},"Select time range":{v:["Odaberi vremenski raspon"]},"Select week":{v:["Odaberi tjedan"]},"Select year":{v:["Odaberi godinu"]},"Switch AM/PM mode":{v:["Prebaci AM/PM način"]},"Time picker":{v:["Odabir vremena"]},"Time zone":{v:["Vremenska zona"]},"Toggle overlay":{v:["Uključi/isključi sloj"]},W:{v:["W"]},"Year picker":{v:["Odabir godine"]},"Year picker overlay":{v:["Sloj za odabir godine"]}}},{l:"hu",t:{}},{l:"id",t:{"Calendar icon":{v:["Ikon kalender"]},Cancel:{v:["Batal"]},"Clear value":{v:["Hapus nilai"]},"Close time Picker":{v:["Tutup pemilih waktu"]},"Datepicker input":{v:["Input pemilih tanggal"]},"Datepicker menu":{v:["Menu pemilih tanggal"]},"Decrement hours":{v:["Kurangi jam"]},"Decrement minutes":{v:["Kurangi menit"]},"Decrement seconds":{v:["Kurangi detik"]},"Increment hours":{v:["Tambah jam"]},"Increment minutes":{v:["Tambah menit"]},"Increment seconds":{v:["Tambah detik"]},"Month picker":{v:["Pemilih bulan"]},"Month picker overlay":{v:["Overlay pemilih bulan"]},"Next month":{v:["Bulan berikutnya"]},"Next year":{v:["Tahun berikutnya"]},Now:{v:["Sekarang"]},"Open hours overlay":{v:["Buka overlay jam"]},"Open minutes overlay":{v:["Buka overlay menit"]},"Open months overlay":{v:["Buka overlay bulan"]},"Open seconds overlay":{v:["Buka overlay detik"]},"Open time picker":{v:["Buka pemilih waktu"]},"Open years overlay":{v:["Buka overlay tahun"]},Pick:{v:["Pilih"]},"Previous month":{v:["Bulan sebelumnya"]},"Previous year":{v:["Tahun sebelumnya"]},"Select date":{v:["Pilih tanggal"]},"Select date and time":{v:["Pilih tanggal dan waktu"]},"Select month":{v:["Pilih bulan"]},"Select time":{v:["Pilih waktu"]},"Select time range":{v:["Pilih rentang waktu"]},"Select week":{v:["Pilih minggu"]},"Select year":{v:["Pilih tahun"]},"Switch AM/PM mode":{v:["Ganti mode AM/PM"]},"Time picker":{v:["Pemilih waktu"]},"Time zone":{v:["Zona waktu"]},"Toggle overlay":{v:["Alihkan overlay"]},W:{v:["W"]},"Year picker":{v:["Pemilih tahun"]},"Year picker overlay":{v:["Overlay pemilih tahun"]}}},{l:"is",t:{}},{l:"it",t:{}},{l:"ja",t:{"Calendar icon":{v:["カレンダーのアイコン"]},Cancel:{v:["キャンセル"]},"Clear value":{v:["値をクリア"]},"Close time Picker":{v:["時間ピッカーを閉じる"]},"Datepicker input":{v:["データピッカー入力"]},"Datepicker menu":{v:["データピッカーメニュー"]},"Decrement hours":{v:["時間を減らす"]},"Decrement minutes":{v:["分を減らす"]},"Decrement seconds":{v:["秒を減らす"]},"Increment hours":{v:["時間を増やす"]},"Increment minutes":{v:["分を増やす"]},"Increment seconds":{v:["秒を増やす"]},"Month picker":{v:["月ピッカー"]},"Month picker overlay":{v:["月ピッカーオーバーレイ"]},"Next month":{v:["次月"]},"Next year":{v:["次年"]},Now:{v:["現在"]},"Open hours overlay":{v:["時間オーバーレイを開く"]},"Open minutes overlay":{v:["分オーバーレイを開く"]},"Open months overlay":{v:["月オーバーレイを開く"]},"Open seconds overlay":{v:["秒オーバーレイを開く"]},"Open time picker":{v:["時間ピッカーを開く"]},"Open years overlay":{v:["年オーバーレイを開く"]},Pick:{v:["選択"]},"Previous month":{v:["前月"]},"Previous year":{v:["前年"]},"Select date":{v:["日付を選択"]},"Select date and time":{v:["日付と時刻を選択"]},"Select month":{v:["月を選択"]},"Select time":{v:["時刻を選択"]},"Select time range":{v:["時間範囲を選択"]},"Select week":{v:["週を選択"]},"Select year":{v:["年を選択"]},"Switch AM/PM mode":{v:["AM/PMモードの切り替え"]},"Time picker":{v:["時刻ピッカー"]},"Time zone":{v:["タイムゾーン"]},"Toggle overlay":{v:["オーバーレイの切り替え"]},W:{v:["W"]},"Year picker":{v:["年ピッカー"]},"Year picker overlay":{v:["年ピッカーオーバーレイ"]}}},{l:"ja-JP",t:{}},{l:"ko",t:{"Calendar icon":{v:["캘린더 아이콘"]},Cancel:{v:["취소"]},"Clear value":{v:["값 지우기"]},"Close time Picker":{v:["시간 선택기 닫기"]},"Datepicker input":{v:["날짜 선택기 입력"]},"Datepicker menu":{v:["날짜 입력기 메뉴"]},"Decrement hours":{v:["시 감소"]},"Decrement minutes":{v:["분 감소"]},"Decrement seconds":{v:["초 감소"]},"Increment hours":{v:["시 증가"]},"Increment minutes":{v:["분 증가"]},"Increment seconds":{v:["초 증가"]},"Month picker":{v:["월 선택기"]},"Month picker overlay":{v:["월 선택기 오버레이"]},"Next month":{v:["다음 달"]},"Next year":{v:["다음 해"]},Now:{v:["현재"]},"Open hours overlay":{v:["시 오버레이 열기"]},"Open minutes overlay":{v:["분 오버레이 열기"]},"Open months overlay":{v:["월 오버레이 열기"]},"Open seconds overlay":{v:["초 오버레이 열기"]},"Open time picker":{v:["시간 선택기 열기"]},"Open years overlay":{v:["년 오버레이 열기"]},Pick:{v:["선택"]},"Previous month":{v:["이전 달"]},"Previous year":{v:["이전 해"]},"Select date":{v:["날짜 선택"]},"Select date and time":{v:["날짜와 시간 선택"]},"Select month":{v:["월 선택"]},"Select time":{v:["시간 선택"]},"Select time range":{v:["시간 구간 선택"]},"Select week":{v:["주 선택"]},"Select year":{v:["년도 선택"]},"Switch AM/PM mode":{v:["AM/PM 모드 전환"]},"Time picker":{v:["시간 선택기"]},"Time zone":{v:["시간대"]},"Toggle overlay":{v:["오버레이 토글"]},W:{v:["W"]},"Year picker":{v:["년도 선택기"]},"Year picker overlay":{v:["년도 선택기 오버레이"]}}},{l:"lo",t:{"Calendar icon":{v:["ໄອຄອນປະຕິທິນ"]},Cancel:{v:["ຍົກເລີກ"]},"Clear value":{v:["ລຶບຄ່າ"]},"Close time Picker":{v:["ປິດໂຕເລືອກເວລາ"]},"Datepicker input":{v:["ຊ່ອງປ້ອນວັນທີ"]},"Datepicker menu":{v:["ເມນູໂຕເລືອກວັນທີ"]},"Decrement hours":{v:["ຫຼຸດຊົ່ວໂມງ"]},"Decrement minutes":{v:["ຫຼຸດນາທີ"]},"Decrement seconds":{v:["ຫຼຸດວິນາທີ"]},"Increment hours":{v:["ເພີ່ມຊົ່ວໂມງ"]},"Increment minutes":{v:["ເພີ່ມນາທີ"]},"Increment seconds":{v:["ເພີ່ມວິນາທີ"]},"Month picker":{v:["ໂຕເລືອກເດືອນ"]},"Month picker overlay":{v:["ໜ້າຕ່າງໂຕເລືອກເດືອນ"]},"Next month":{v:["ເດືອນໜ້າ"]},"Next year":{v:["ປີໜ້າ"]},Now:{v:["ຕອນນີ້"]},"Open hours overlay":{v:["ເປີດໜ້າຕ່າງເລືອກຊົ່ວໂມງ"]},"Open minutes overlay":{v:["ເປີດໜ້າຕ່າງເລືອກນາທີ"]},"Open months overlay":{v:["ເປີດໜ້າຕ່າງເລືອກເດືອນ"]},"Open seconds overlay":{v:["ເປີດໜ້າຕ່າງເລືອກວິນາທີ"]},"Open time picker":{v:["ເປີດໂຕເລືອກເວລາ"]},"Open years overlay":{v:["ເປີດໜ້າຕ່າງເລືອກປີ"]},Pick:{v:["ເລືອກ"]},"Previous month":{v:["ເດືອນກ່ອນ"]},"Previous year":{v:["ປີກ່ອນ"]},"Select date":{v:["ເລືອກວັນທີ"]},"Select date and time":{v:["ເລືອກວັນທີ ແລະ ເວລາ"]},"Select month":{v:["ເລືອກເດືອນ"]},"Select time":{v:["ເລືອກເວລາ"]},"Select time range":{v:["ເລືອກຊ່ວງເວລາ"]},"Select week":{v:["ເລືອກອາທິດ"]},"Select year":{v:["ເລືອກປີ"]},"Switch AM/PM mode":{v:["ສະຫຼັບໂໝດ AM/PM"]},"Time picker":{v:["ໂຕເລືອກເວລາ"]},"Toggle overlay":{v:["ສະຫຼັບໜ້າຕ່າງ"]},W:{v:["ອ"]},"Year picker":{v:["ໂຕເລືອກປີ"]},"Year picker overlay":{v:["ໜ້າຕ່າງໂຕເລືອກປີ"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Calendar icon":{v:["Икона за календар"]},Cancel:{v:["Откажи"]},"Clear value":{v:["Исчисти вредност"]},"Close time Picker":{v:["Затвори избирач на време"]},"Datepicker input":{v:["Поле за избор на датум"]},"Datepicker menu":{v:["Мени за избор на датум"]},"Decrement hours":{v:["Намали часови"]},"Decrement minutes":{v:["Намали минути"]},"Decrement seconds":{v:["Намали секунди"]},"Increment hours":{v:["Зголеми часови"]},"Increment minutes":{v:["Зголеми минути"]},"Increment seconds":{v:["Зголеми секунди"]},"Month picker":{v:["Избор на месец"]},"Month picker overlay":{v:["Надолжен избор на месец"]},"Next month":{v:["Следен месец"]},"Next year":{v:["Следна година"]},Now:{v:["Сега"]},"Open hours overlay":{v:["Отвори преклоп за часови"]},"Open minutes overlay":{v:["Отвори преклоп за минути"]},"Open months overlay":{v:["Отвори преклоп за месеци"]},"Open seconds overlay":{v:["Отвори преклоп за секунди"]},"Open time picker":{v:["Отвори избор на време"]},"Open years overlay":{v:["Отвори преклоп за години"]},Pick:{v:["Избери"]},"Previous month":{v:["Предходен месец"]},"Previous year":{v:["Предходна година"]},"Select date":{v:["Избери датум"]},"Select date and time":{v:["Избери датум и време"]},"Select month":{v:["Избери месец"]},"Select time":{v:["Избери време"]},"Select time range":{v:["Избери времески опсег"]},"Select week":{v:["Избери недела"]},"Select year":{v:["Избери година"]},"Switch AM/PM mode":{v:["Смени AM/PM режим"]},"Time picker":{v:["Избирач на време"]},"Toggle overlay":{v:["Вклучи/исклучи преклоп"]},W:{v:["W"]},"Year picker":{v:["Избор на година"]},"Year picker overlay":{v:["Надолжен избор на година"]}}},{l:"mn",t:{"Calendar icon":{v:["Календарийн дүрс"]},Cancel:{v:["Цуцлах"]},"Clear value":{v:["Утгыг цэвэрлэх"]},"Close time Picker":{v:["Цаг сонгогчийг хаах"]},"Datepicker input":{v:["Огноо сонгогчийн оролт"]},"Datepicker menu":{v:["Огноо сонгогчийн цэс"]},"Decrement hours":{v:["Цагийг бууруулах"]},"Decrement minutes":{v:["Минутыг бууруулах"]},"Decrement seconds":{v:["Секундыг бууруулах"]},"Increment hours":{v:["Цагийг нэмэгдүүлэх"]},"Increment minutes":{v:["Минутыг нэмэгдүүлэх"]},"Increment seconds":{v:["Секундыг нэмэгдүүлэх"]},"Month picker":{v:["Сар сонгогч"]},"Month picker overlay":{v:["Сар сонгогчийн давхарга"]},"Next month":{v:["Дараа сар"]},"Next year":{v:["Дараа жил"]},Now:{v:["Одоо"]},"Open hours overlay":{v:["Цагийн давхаргыг нээх"]},"Open minutes overlay":{v:["Минутын давхаргыг нээх"]},"Open months overlay":{v:["Сарын давхаргыг нээх"]},"Open seconds overlay":{v:["Секундын давхаргыг нээх"]},"Open time picker":{v:["Цаг сонгогчийг нээх"]},"Open years overlay":{v:["Жилийн давхаргыг нээх"]},Pick:{v:["Сонгох"]},"Previous month":{v:["Өмнөх сар"]},"Previous year":{v:["Өмнөх жил"]},"Select date":{v:["Огноо сонгох"]},"Select date and time":{v:["Огноо, цаг сонгох"]},"Select month":{v:["Сар сонгох"]},"Select time":{v:["Цаг сонгох"]},"Select time range":{v:["Цагийн хүрээ сонгох"]},"Select week":{v:["Долоо хоног сонгох"]},"Select year":{v:["Жил сонгох"]},"Switch AM/PM mode":{v:["ҮӨ/ҮХ горимыг солих"]},"Time picker":{v:["Цаг сонгогч"]},"Time zone":{v:["Цагийн бүс"]},"Toggle overlay":{v:["Давхаргыг сэлгэх"]},W:{v:["Д"]},"Year picker":{v:["Жил сонгогч"]},"Year picker overlay":{v:["Жил сонгогчийн давхарга"]}}},{l:"my",t:{}},{l:"nb",t:{}},{l:"nl",t:{"Calendar icon":{v:["Kalender-pictogram"]},Cancel:{v:["Annuleren"]},"Clear value":{v:["Waarde wissen"]},"Close time Picker":{v:["Tijdkiezer sluiten"]},"Datepicker input":{v:["Datumkiezer invoer"]},"Datepicker menu":{v:["Datumkiezer menu"]},"Decrement hours":{v:["Uren verminderen"]},"Decrement minutes":{v:["Minuten verminderen"]},"Decrement seconds":{v:["Seconden verminderen"]},"Increment hours":{v:["Uren vermeerderen"]},"Increment minutes":{v:["Minuten vermeerderen"]},"Increment seconds":{v:["Seconden vermeerderen"]},"Month picker":{v:["Maandkiezer"]},"Month picker overlay":{v:["Maandkiezer-overlay"]},"Next month":{v:["Volgende maand"]},"Next year":{v:["Volgend jaar"]},Now:{v:["Nu"]},"Open hours overlay":{v:["Uren-overlay openen"]},"Open minutes overlay":{v:["Minuten-overlay openen"]},"Open months overlay":{v:["Maanden-overlay openen"]},"Open seconds overlay":{v:["Seconden-overlay openen"]},"Open time picker":{v:["Tijdkiezer openen"]},"Open years overlay":{v:["Jaren-overlay openen"]},Pick:{v:["Kiezen"]},"Previous month":{v:["Vorige maand"]},"Previous year":{v:["Vorig jaar"]},"Select date":{v:["Selecteer datum"]},"Select date and time":{v:["Selecteer datum en tijd"]},"Select month":{v:["Selecteer maand"]},"Select time":{v:["Selecteer tijd"]},"Select time range":{v:["Selecteer tijdsbereik"]},"Select week":{v:["Selecteer week"]},"Select year":{v:["Selecteer jaar"]},"Switch AM/PM mode":{v:["AM/PM-modus wisselen"]},"Time picker":{v:["Tijdkiezer"]},"Time zone":{v:["Tijdzone"]},"Toggle overlay":{v:["Overlay wisselen"]},W:{v:["W"]},"Year picker":{v:["Jaarkiezer"]},"Year picker overlay":{v:["Jaarkiezer-overlay"]}}},{l:"oc",t:{}},{l:"pl",t:{}},{l:"pt-BR",t:{"Calendar icon":{v:["Ícone de calendário"]},Cancel:{v:["Cancelar"]},"Clear value":{v:["Limpar valor"]},"Close time Picker":{v:["Fechar Seletor de tempo"]},"Datepicker input":{v:["entrada do seletor de data"]},"Datepicker menu":{v:["menu do seletor de data"]},"Decrement hours":{v:["Diminuir horas"]},"Decrement minutes":{v:["Diminuir minutos"]},"Decrement seconds":{v:["Diminuir segundos"]},"Increment hours":{v:["Aumentar horas"]},"Increment minutes":{v:["Aumentar minutos"]},"Increment seconds":{v:["Aumentar segundos"]},"Month picker":{v:["Seletor de meses"]},"Month picker overlay":{v:["Sobreposição do seletor de meses"]},"Next month":{v:["Próximo mês"]},"Next year":{v:["Próximo ano"]},Now:{v:["Agora"]},"Open hours overlay":{v:["Abrir sobreposição de horas"]},"Open minutes overlay":{v:["Abrir sobreposição de minutos"]},"Open months overlay":{v:["Abrir sobreposição de meses"]},"Open seconds overlay":{v:["Abrir sobreposição de segundos"]},"Open time picker":{v:["Abrir seletor de tempo"]},"Open years overlay":{v:["Abrir sobreposição de anos"]},Pick:{v:["Escolher"]},"Previous month":{v:["Mês anterior"]},"Previous year":{v:["Ano anterior"]},"Select date":{v:["Selecione data"]},"Select date and time":{v:["Selecione data e hora"]},"Select month":{v:["Selecione mês"]},"Select time":{v:["Selecione hora"]},"Select time range":{v:["Selecione intervalo de tempo"]},"Select week":{v:["Selecione semana"]},"Select year":{v:["Selecione ano"]},"Switch AM/PM mode":{v:["Alternar modo AM/PM"]},"Time picker":{v:["Seletor de tempo"]},"Time zone":{v:["Fuso horário"]},"Toggle overlay":{v:["Alternar sobreposição"]},W:{v:["S"]},"Year picker":{v:["Seletor de ano"]},"Year picker overlay":{v:["Sobreposição do seletor de ano"]}}},{l:"pt-PT",t:{"Calendar icon":{v:["Ícone de calendário"]},Cancel:{v:["Cancelar"]},"Clear value":{v:["Limpar valor"]},"Close time Picker":{v:["Fechar seletor de hora"]},"Datepicker input":{v:["Campo do seletor de data"]},"Datepicker menu":{v:["Menu do seletor de data"]},"Decrement hours":{v:["Diminuir horas"]},"Decrement minutes":{v:["Diminuir minutos"]},"Decrement seconds":{v:["Diminuir segundos"]},"Increment hours":{v:["Aumentar horas"]},"Increment minutes":{v:["Aumentar minutos"]},"Increment seconds":{v:["Aumentar segundos"]},"Month picker":{v:["Seletor de mês"]},"Month picker overlay":{v:["Janela do seletor de mês"]},"Next month":{v:["Próximo mês"]},"Next year":{v:["Próximo ano"]},Now:{v:["Agora"]},"Open hours overlay":{v:["Abrir janela de horas"]},"Open minutes overlay":{v:["Abrir janela de minutos"]},"Open months overlay":{v:["Abrir janela de meses"]},"Open seconds overlay":{v:["Abrir janela de segundos"]},"Open time picker":{v:["Abrir seletor de hora"]},"Open years overlay":{v:["Abrir janela de anos"]},Pick:{v:["Selecionar"]},"Previous month":{v:["Mês anterior"]},"Previous year":{v:["Ano anterior"]},"Select date":{v:["Selecionar data"]},"Select date and time":{v:["Selecionar data e hora"]},"Select month":{v:["Selecionar mês"]},"Select time":{v:["Selecionar hora"]},"Select time range":{v:["Selecionar intervalo de horas"]},"Select week":{v:["Selecionar semana"]},"Select year":{v:["Selecionar ano"]},"Switch AM/PM mode":{v:["Alternar modo AM/PM"]},"Time picker":{v:["Seletor de hora"]},"Toggle overlay":{v:["Alternar sobreposição"]},W:{v:["S"]},"Year picker":{v:["Seletor de ano"]},"Year picker overlay":{v:["Janela do seletor de ano"]}}},{l:"ro",t:{}},{l:"ru",t:{"Calendar icon":{v:["Значок календаря"]},Cancel:{v:["Отмена"]},"Clear value":{v:["Очистить значение"]},"Close time Picker":{v:["Закрыть выбор времени"]},"Datepicker input":{v:["Поле выбора даты"]},"Datepicker menu":{v:["Меню выбора даты"]},"Decrement hours":{v:["Уменьшить количество часов"]},"Decrement minutes":{v:["Уменьшить количество минут"]},"Decrement seconds":{v:["Уменьшить количество секунд"]},"Increment hours":{v:["Увеличить количество часов"]},"Increment minutes":{v:["Увеличить количество минут"]},"Increment seconds":{v:["Увеличить количество секунд"]},"Month picker":{v:["Выбор месяца"]},"Month picker overlay":{v:["Окно выбора месяца"]},"Next month":{v:["Следующий месяц"]},"Next year":{v:["Следующий год"]},Now:{v:["Сейчас"]},"Open hours overlay":{v:["Открыть окно выбора часов"]},"Open minutes overlay":{v:["Открыть окно выбора минут"]},"Open months overlay":{v:["Открыть окно выбора месяца"]},"Open seconds overlay":{v:["Открыть окно выбора секунд"]},"Open time picker":{v:["Открыть средство выбора времени"]},"Open years overlay":{v:["Открыть окно выбора года"]},Pick:{v:["Выбор"]},"Previous month":{v:["Предыдущий месяц"]},"Previous year":{v:["Предыдущий год"]},"Select date":{v:["Выбрать дату"]},"Select date and time":{v:["Выбрать дату и время"]},"Select month":{v:["Выбрать месяц"]},"Select time":{v:["Выбрать время"]},"Select time range":{v:["Выбрать временной диапазон"]},"Select week":{v:["Выбрать неделю"]},"Select year":{v:["Выбрать год"]},"Switch AM/PM mode":{v:["Переключение режима AM/PM"]},"Time picker":{v:["Выбор времени"]},"Time zone":{v:["Часовой пояс"]},"Toggle overlay":{v:["Переключить панель"]},W:{v:["Н"]},"Year picker":{v:["Выбор года"]},"Year picker overlay":{v:["Окно выбора года"]}}},{l:"sk",t:{}},{l:"sl",t:{}},{l:"sr",t:{"Calendar icon":{v:["Икона календара"]},Cancel:{v:["Откажи"]},"Clear value":{v:["Обриши вредност"]},"Close time Picker":{v:["Затвори бирач времена"]},"Datepicker input":{v:["Улаз бирача датума"]},"Datepicker menu":{v:["Мени бирача датума"]},"Decrement hours":{v:["Умањи сате"]},"Decrement minutes":{v:["Умањи минуте"]},"Decrement seconds":{v:["Умањи секунде"]},"Increment hours":{v:["Увећај сате"]},"Increment minutes":{v:["Увећај минуте"]},"Increment seconds":{v:["Увећај секунде"]},"Month picker":{v:["Бирач месеца"]},"Month picker overlay":{v:["Маска бирача месеца"]},"Next month":{v:["Наредни месец"]},"Next year":{v:["Наредна година"]},Now:{v:["Сада"]},"Open hours overlay":{v:["Отвори маску сати"]},"Open minutes overlay":{v:["Отвори маску минута"]},"Open months overlay":{v:["Отвори маску месеци"]},"Open seconds overlay":{v:["Отвори маску секунди"]},"Open time picker":{v:["Отвори бирач времена"]},"Open years overlay":{v:["Отвори маску година"]},Pick:{v:["Изабери"]},"Previous month":{v:["Претходни месец"]},"Previous year":{v:["Претходна година"]},"Select date":{v:["Изаберите датум"]},"Select date and time":{v:["Изаберите датум и време"]},"Select month":{v:["Изаберите месец"]},"Select time":{v:["Изаберите време"]},"Select time range":{v:["Изаберите опсег времена"]},"Select week":{v:["Изаберите недељу"]},"Select year":{v:["Изаберите годину"]},"Switch AM/PM mode":{v:["Укљ./Искљ. AM/PM режим"]},"Time picker":{v:["Бирач времена"]},"Toggle overlay":{v:["Укљ./Искљ. маску"]},W:{v:["W"]},"Year picker":{v:["Бирач године"]},"Year picker overlay":{v:["Маска бирача године"]}}},{l:"sv",t:{}},{l:"tr",t:{"Calendar icon":{v:["Takvim simgesi"]},Cancel:{v:["İptal"]},"Clear value":{v:["Değeri temizle"]},"Close time Picker":{v:["Zaman seçiciyi kapat"]},"Datepicker input":{v:["Tarih seçici girişi"]},"Datepicker menu":{v:["Tarih seçici menüsü"]},"Decrement hours":{v:["Azalma saati"]},"Decrement minutes":{v:["Azalma dakikası"]},"Decrement seconds":{v:["Azalma saniyesi"]},"Increment hours":{v:["Artma saati"]},"Increment minutes":{v:["Artma dakikası"]},"Increment seconds":{v:["Artma saniyesi"]},"Month picker":{v:["Ay seçici"]},"Month picker overlay":{v:["Ay seçici kaplaması"]},"Next month":{v:["Sonraki ay"]},"Next year":{v:["Sonraki yıl"]},Now:{v:["Şimdi"]},"Open hours overlay":{v:["Açık saatler kaplaması"]},"Open minutes overlay":{v:["Dakika kaplamasını aç"]},"Open months overlay":{v:["Ay kaplamasını aç"]},"Open seconds overlay":{v:["Saniye kaplamasını aç"]},"Open time picker":{v:["Saat seçiciyi aç"]},"Open years overlay":{v:["Yıl kaplamasını aç"]},Pick:{v:["Seçin"]},"Previous month":{v:["Önceki ay"]},"Previous year":{v:["Önceki yıl"]},"Select date":{v:["Tarih seçin"]},"Select date and time":{v:["Tarih ve saat seçin"]},"Select month":{v:["Ay seçin"]},"Select time":{v:["Saat seçin"]},"Select time range":{v:["Saat aralığı seçin"]},"Select week":{v:["Hafta seçin"]},"Select year":{v:["Yıl seçin"]},"Switch AM/PM mode":{v:["ÖÖ/ÖS kipine geç"]},"Time picker":{v:["Saat seçici"]},"Time zone":{v:["Saat dilimi"]},"Toggle overlay":{v:["Kaplamayı aç/kapat"]},W:{v:["W"]},"Year picker":{v:["Yıl seçici"]},"Year picker overlay":{v:["Yıl seçici kaplaması"]}}},{l:"uk",t:{"Calendar icon":{v:["Значок календаря"]},Cancel:{v:["Скасувати"]},"Clear value":{v:["Очистити значення"]},"Close time Picker":{v:["Закрити вибір часу"]},"Datepicker input":{v:["Вибір дати"]},"Datepicker menu":{v:["Меню вибору дати"]},"Decrement hours":{v:["Зменшення годин"]},"Decrement minutes":{v:["Зменшення хвилин"]},"Decrement seconds":{v:["Зменшення секунд"]},"Increment hours":{v:["Збільшення годин"]},"Increment minutes":{v:["Збільшення хвилин"]},"Increment seconds":{v:["Збільшення секунд"]},"Month picker":{v:["Вибір місяця"]},"Month picker overlay":{v:["Напис вибору місяця"]},"Next month":{v:["Наступний місяць"]},"Next year":{v:["Наступний рік"]},Now:{v:["Зараз"]},"Open hours overlay":{v:["Відкрити напис годин"]},"Open minutes overlay":{v:["Відкрити напис хвилин"]},"Open months overlay":{v:["Відкрити напис місяців"]},"Open seconds overlay":{v:["Відкрити напис секунд"]},"Open time picker":{v:["Відкрити вибір часу"]},"Open years overlay":{v:["Відкрити напис років"]},Pick:{v:["Вибрати"]},"Previous month":{v:["Попередній місяць"]},"Previous year":{v:["Попередній рік"]},"Select date":{v:["Вибрати дату"]},"Select date and time":{v:["Вибрати дату та час"]},"Select month":{v:["Вибрати місяць"]},"Select time":{v:["Вибрати час"]},"Select time range":{v:["Вибрати проміжок часу"]},"Select week":{v:["Вибрати тиждень"]},"Select year":{v:["Вибрати рік"]},"Switch AM/PM mode":{v:["Перемкнути показ по полудні/до полудня"]},"Time picker":{v:["Вибір часу"]},"Toggle overlay":{v:["Перемкнути напис"]},W:{v:["Тиж."]},"Year picker":{v:["Вибір року"]},"Year picker overlay":{v:["Напис вибору року"]}}},{l:"uz",t:{"Calendar icon":{v:["Kalendar belgisi"]},Cancel:{v:["Bekor qilish"]},"Clear value":{v:["Qiymatni tozalash"]},"Close time Picker":{v:["Vaqtni tanlash vositasini yopish"]},"Datepicker input":{v:["Sana tanlash vositasi kiritish"]},"Datepicker menu":{v:["Sana tanlash menyusi"]},"Decrement hours":{v:["Ish vaqtini qisqartirish"]},"Decrement minutes":{v:["Daqiqalarni kamaytirish"]},"Decrement seconds":{v:["Soniyalarni kamaytirish"]},"Increment hours":{v:["Ish soatlarini oshirish"]},"Increment minutes":{v:["Daqiqalarni oshiring"]},"Increment seconds":{v:["Soniyalarni ko'paytirish"]},"Month picker":{v:["Oyni tanlovchi"]},"Month picker overlay":{v:["Oyni tanlash vositasi qoplamasi"]},"Next month":{v:["Keyingi oy"]},"Next year":{v:["Keyingi yil"]},Now:{v:["Hozir"]},"Open hours overlay":{v:["Ochiq ish soatlari"]},"Open minutes overlay":{v:["Ochiq daqiqalar qoplamasi"]},"Open months overlay":{v:["Ochiq oylik qoplama"]},"Open seconds overlay":{v:["Ochiq soniyalar qoplamasi"]},"Open time picker":{v:["Vaqt tanlagichni ochish"]},"Open years overlay":{v:["Yillar qoplamasini ochish"]},Pick:{v:["Tanlash"]},"Previous month":{v:["Oldingi oy"]},"Previous year":{v:["O'tgan yil"]},"Select date":{v:["Sana tanlang"]},"Select date and time":{v:["Sana va vaqtni tanlang"]},"Select month":{v:["Oyni tanlang"]},"Select time":{v:["Oyni tanlang"]},"Select time range":{v:["Vaqt oralig'ini tanlang"]},"Select week":{v:["Haftani tanlang"]},"Select year":{v:["Yilni tanlang"]},"Switch AM/PM mode":{v:["AM/PM rejimini almashtiring"]},"Time picker":{v:["Vaqtni tanlovchi"]},"Toggle overlay":{v:["Qoplamani almashtirish"]},W:{v:["W"]},"Year picker":{v:["Yilni tanlovchi"]},"Year picker overlay":{v:["Yilni tanlash vositasi"]}}},{l:"zh-CN",t:{}},{l:"zh-HK",t:{"Calendar icon":{v:["行事曆圖示"]},Cancel:{v:["取消"]},"Clear value":{v:["清除值"]},"Close time Picker":{v:["關閉時間挑選器"]},"Datepicker input":{v:["日期挑選器輸入"]},"Datepicker menu":{v:["日期挑選器選單"]},"Decrement hours":{v:["小時遞減"]},"Decrement minutes":{v:["分鐘遞減"]},"Decrement seconds":{v:["秒遞減"]},"Increment hours":{v:["小時遞增"]},"Increment minutes":{v:["分鐘遞增"]},"Increment seconds":{v:["秒遞增"]},"Month picker":{v:["月挑選器"]},"Month picker overlay":{v:["月挑選器覆蓋層"]},"Next month":{v:["下個月"]},"Next year":{v:["明年"]},Now:{v:["現在"]},"Open hours overlay":{v:["開啟小時覆蓋層"]},"Open minutes overlay":{v:["開啟分鐘覆蓋層"]},"Open months overlay":{v:["開啟月覆蓋層"]},"Open seconds overlay":{v:["開啟秒覆蓋層"]},"Open time picker":{v:["開啟時間挑選器"]},"Open years overlay":{v:["開啟年覆蓋層"]},Pick:{v:["挑選"]},"Previous month":{v:["上個月"]},"Previous year":{v:["去年"]},"Select date":{v:["選取日期"]},"Select date and time":{v:["選取日期與時間"]},"Select month":{v:["選取月"]},"Select time":{v:["選取時間"]},"Select time range":{v:["選取時間範圍"]},"Select week":{v:["選取週"]},"Select year":{v:["選取年"]},"Switch AM/PM mode":{v:["切換上午/下午模式"]},"Time picker":{v:["時間挑選器"]},"Toggle overlay":{v:["切換覆蓋層"]},W:{v:["週"]},"Year picker":{v:["年挑選器"]},"Year picker overlay":{v:["年挑選器覆蓋層"]}}},{l:"zh-TW",t:{"Calendar icon":{v:["行事曆圖示"]},Cancel:{v:["取消"]},"Clear value":{v:["清除值"]},"Close time Picker":{v:["關閉時間挑選器"]},"Datepicker input":{v:["日期挑選器輸入"]},"Datepicker menu":{v:["日期挑選器選單"]},"Decrement hours":{v:["小時遞減"]},"Decrement minutes":{v:["分鐘遞減"]},"Decrement seconds":{v:["秒遞減"]},"Increment hours":{v:["小時遞增"]},"Increment minutes":{v:["分鐘遞增"]},"Increment seconds":{v:["秒遞增"]},"Month picker":{v:["月挑選器"]},"Month picker overlay":{v:["月挑選器覆蓋層"]},"Next month":{v:["下個月"]},"Next year":{v:["明年"]},Now:{v:["現在"]},"Open hours overlay":{v:["開啟小時覆蓋層"]},"Open minutes overlay":{v:["開啟分鐘覆蓋層"]},"Open months overlay":{v:["開啟月覆蓋層"]},"Open seconds overlay":{v:["開啟秒覆蓋層"]},"Open time picker":{v:["開啟時間挑選器"]},"Open years overlay":{v:["開啟年覆蓋層"]},Pick:{v:["挑選"]},"Previous month":{v:["上個月"]},"Previous year":{v:["去年"]},"Select date":{v:["選取日期"]},"Select date and time":{v:["選取日期與時間"]},"Select month":{v:["選取月"]},"Select time":{v:["選取時間"]},"Select time range":{v:["選取時間範圍"]},"Select week":{v:["選取週"]},"Select year":{v:["選取年"]},"Switch AM/PM mode":{v:["切換上午/下午模式"]},"Time picker":{v:["時間挑選器"]},"Time zone":{v:["時區"]},"Toggle overlay":{v:["切換覆蓋層"]},W:{v:["W"]},"Year picker":{v:["年挑選器"]},"Year picker overlay":{v:["年挑選器覆蓋層"]}}}],W5=[{l:"ar",t:{"Cancel changes":{v:["إلغاء التغييرات"]},"Confirm changes":{v:["تأكيد التغييرات"]}}},{l:"ast",t:{"Cancel changes":{v:["Encaboxar los cambeos"]},"Confirm changes":{v:["Confirmar los cambeos"]}}},{l:"br",t:{}},{l:"ca",t:{"Cancel changes":{v:["Cancel·la els canvis"]},"Confirm changes":{v:["Confirmeu els canvis"]}}},{l:"cs",t:{"Cancel changes":{v:["Zrušit změny"]},"Confirm changes":{v:["Potvrdit změny"]}}},{l:"cs-CZ",t:{"Cancel changes":{v:["Zrušit změny"]},"Confirm changes":{v:["Potvrdit změny"]}}},{l:"da",t:{"Cancel changes":{v:["Annuller ændringer"]},"Confirm changes":{v:["Bekræft ændringer"]}}},{l:"de",t:{"Cancel changes":{v:["Änderungen verwerfen"]},"Confirm changes":{v:["Änderungen bestätigen"]}}},{l:"de-DE",t:{"Cancel changes":{v:["Änderungen verwerfen"]},"Confirm changes":{v:["Änderungen bestätigen"]}}},{l:"el",t:{"Cancel changes":{v:["Ακύρωση αλλαγών"]},"Confirm changes":{v:["Επιβεβαίωση αλλαγών"]}}},{l:"en-GB",t:{"Cancel changes":{v:["Cancel changes"]},"Confirm changes":{v:["Confirm changes"]}}},{l:"eo",t:{}},{l:"es",t:{"Cancel changes":{v:["Cancelar cambios"]},"Confirm changes":{v:["Confirmar cambios"]}}},{l:"es-AR",t:{"Cancel changes":{v:["Cancelar cambios"]},"Confirm changes":{v:["Confirmar cambios"]}}},{l:"es-EC",t:{"Cancel changes":{v:["Cancelar cambios"]},"Confirm changes":{v:["Confirmar cambios"]}}},{l:"es-MX",t:{"Cancel changes":{v:["Cancelar cambios"]},"Confirm changes":{v:["Confirmar cambios"]}}},{l:"et-EE",t:{"Cancel changes":{v:["Tühista muudatused"]},"Confirm changes":{v:["Kinnita muudatused"]}}},{l:"eu",t:{"Cancel changes":{v:["Ezeztatu aldaketak"]},"Confirm changes":{v:["Baieztatu aldaketak"]}}},{l:"fa",t:{"Cancel changes":{v:["لغو تغییرات"]},"Confirm changes":{v:["تایید تغییرات"]}}},{l:"fi",t:{"Cancel changes":{v:["Peruuta muutokset"]},"Confirm changes":{v:["Vahvista muutokset"]}}},{l:"fr",t:{"Cancel changes":{v:["Annuler les modifications"]},"Confirm changes":{v:["Confirmer les modifications"]}}},{l:"ga",t:{"Cancel changes":{v:["Cealaigh athruithe"]},"Confirm changes":{v:["Deimhnigh na hathruithe"]}}},{l:"gl",t:{"Cancel changes":{v:["Cancelar os cambios"]},"Confirm changes":{v:["Confirma os cambios"]}}},{l:"he",t:{"Cancel changes":{v:["ביטול שינויים"]},"Confirm changes":{v:["אישור השינויים"]}}},{l:"hr",t:{"Cancel changes":{v:["Otkaži promjene"]},"Confirm changes":{v:["Potvrdi promjene"]}}},{l:"hu",t:{"Cancel changes":{v:["Változtatások elvetése"]},"Confirm changes":{v:["Változtatások megerősítése"]}}},{l:"id",t:{"Cancel changes":{v:["Batalkan perubahan"]},"Confirm changes":{v:["Konfirmasikan perubahan"]}}},{l:"is",t:{"Cancel changes":{v:["Hætta við breytingar"]},"Confirm changes":{v:["Staðfesta breytingar"]}}},{l:"it",t:{"Cancel changes":{v:["Annulla modifiche"]},"Confirm changes":{v:["Conferma modifiche"]}}},{l:"ja",t:{"Cancel changes":{v:["変更をキャンセル"]},"Confirm changes":{v:["変更を承認"]}}},{l:"ja-JP",t:{"Cancel changes":{v:["変更をキャンセル"]},"Confirm changes":{v:["変更を承認"]}}},{l:"ko",t:{"Cancel changes":{v:["변경 취소"]},"Confirm changes":{v:["변경 사항 확인"]}}},{l:"lo",t:{"Cancel changes":{v:["ຍົກເລີກການປ່ຽນແປງ"]},"Confirm changes":{v:["ຢືນຢັນການປ່ຽນແປງ"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Cancel changes":{v:["Откажи ги промените"]},"Confirm changes":{v:["Потврди ги промените"]}}},{l:"mn",t:{"Cancel changes":{v:["Өөрчлөлтийг цуцлах"]},"Confirm changes":{v:["Өөрчлөлтийг баталгаажуулах"]}}},{l:"my",t:{"Cancel changes":{v:["ပြောင်းလဲမှုများ ပယ်ဖျက်ရန်"]},"Confirm changes":{v:["ပြောင်းလဲမှုများ အတည်ပြုရန်"]}}},{l:"nb",t:{"Cancel changes":{v:["Avbryt endringer"]},"Confirm changes":{v:["Bekreft endringer"]}}},{l:"nl",t:{"Cancel changes":{v:["Wijzigingen annuleren"]},"Confirm changes":{v:["Wijzigingen bevestigen"]}}},{l:"oc",t:{}},{l:"pl",t:{"Cancel changes":{v:["Anuluj zmiany"]},"Confirm changes":{v:["Potwierdź zmiany"]}}},{l:"pt-BR",t:{"Cancel changes":{v:["Cancelar alterações"]},"Confirm changes":{v:["Confirmar alterações"]}}},{l:"pt-PT",t:{"Cancel changes":{v:["Cancelar alterações"]},"Confirm changes":{v:["Confirmar alterações"]}}},{l:"ro",t:{"Cancel changes":{v:["Anulează modificările"]},"Confirm changes":{v:["Confirmați modificările"]}}},{l:"ru",t:{"Cancel changes":{v:["Отменить изменения"]},"Confirm changes":{v:["Подтвердить изменения"]}}},{l:"sk",t:{"Cancel changes":{v:["Zrušiť zmeny"]},"Confirm changes":{v:["Potvrdiť zmeny"]}}},{l:"sl",t:{"Cancel changes":{v:["Prekliči spremembe"]},"Confirm changes":{v:["Potrdi spremembe"]}}},{l:"sr",t:{"Cancel changes":{v:["Откажи измене"]},"Confirm changes":{v:["Потврдите измене"]}}},{l:"sv",t:{"Cancel changes":{v:["Avbryt ändringar"]},"Confirm changes":{v:["Bekräfta ändringar"]}}},{l:"tr",t:{"Cancel changes":{v:["Değişiklikleri iptal et"]},"Confirm changes":{v:["Değişiklikleri onayla"]}}},{l:"uk",t:{"Cancel changes":{v:["Скасувати зміни"]},"Confirm changes":{v:["Підтвердити зміни"]}}},{l:"uz",t:{"Cancel changes":{v:["O'zgarishlarni bekor qilish"]},"Confirm changes":{v:["O'zgarishlarni tasdiqlang"]}}},{l:"zh-CN",t:{"Cancel changes":{v:["取消更改"]},"Confirm changes":{v:["确认更改"]}}},{l:"zh-HK",t:{"Cancel changes":{v:["取消更改"]},"Confirm changes":{v:["確認更改"]}}},{l:"zh-TW",t:{"Cancel changes":{v:["取消變更"]},"Confirm changes":{v:["確認變更"]}}}],Z5=[{l:"ar",t:{"Change name":{v:["تغيير الاسم"]},"Close sidebar":{v:["قفل الشريط الجانبي"]},Favorite:{v:["المفضلة"]},"Open sidebar":{v:["إفتَح الشريط الجانبي"]}}},{l:"ast",t:{"Change name":{v:["Camudar el nome"]},"Close sidebar":{v:["Zarrar la barra llateral"]},Favorite:{v:["Favoritu"]},"Open sidebar":{v:["Abrir la barra llateral"]}}},{l:"br",t:{}},{l:"ca",t:{"Close sidebar":{v:["Tancar la barra lateral"]},Favorite:{v:["Preferit"]}}},{l:"cs",t:{"Change name":{v:["Změnit název"]},"Close sidebar":{v:["Zavřít postranní panel"]},Favorite:{v:["Oblíbené"]},"Open sidebar":{v:["Otevřít postranní panel"]}}},{l:"cs-CZ",t:{"Change name":{v:["Změnit název"]},"Close sidebar":{v:["Zavřít postranní panel"]},Favorite:{v:["Oblíbené"]}}},{l:"da",t:{"Change name":{v:["Ændre navn"]},"Close sidebar":{v:["Luk sidepanel"]},Favorite:{v:["Favorit"]},"Open sidebar":{v:["Åbn sidepanel"]}}},{l:"de",t:{"Change name":{v:["Namen ändern"]},"Close sidebar":{v:["Seitenleiste schließen"]},Favorite:{v:["Favorit"]},"Open sidebar":{v:["Seitenleiste öffnen"]}}},{l:"de-DE",t:{"Change name":{v:["Namen ändern"]},"Close sidebar":{v:["Seitenleiste schließen"]},Favorite:{v:["Favorit"]},"Open sidebar":{v:["Seitenleiste öffnen"]}}},{l:"el",t:{"Change name":{v:["Αλλαγή ονόματος"]},"Close sidebar":{v:["Κλείσιμο πλευρικής μπάρας"]},Favorite:{v:["Αγαπημένα"]},"Open sidebar":{v:["Άνοιγμα πλευρικής μπάρας"]}}},{l:"en-GB",t:{"Change name":{v:["Change name"]},"Close sidebar":{v:["Close sidebar"]},Favorite:{v:["Favourite"]},"Open sidebar":{v:["Open sidebar"]}}},{l:"eo",t:{}},{l:"es",t:{"Change name":{v:["Cambiar nombre"]},"Close sidebar":{v:["Cerrar barra lateral"]},Favorite:{v:["Favorito"]},"Open sidebar":{v:["Abrir barra lateral"]}}},{l:"es-AR",t:{"Change name":{v:["Cambiar nombre"]},"Close sidebar":{v:["Cerrar barra lateral"]},Favorite:{v:["Favorito"]},"Open sidebar":{v:["Abrir barra lateral"]}}},{l:"es-EC",t:{"Change name":{v:["Cambiar nombre"]},"Close sidebar":{v:["Cerrar barra lateral"]},Favorite:{v:["Favorito"]}}},{l:"es-MX",t:{"Change name":{v:["Cambiar nombre"]},"Close sidebar":{v:["Cerrar barra lateral"]},Favorite:{v:["Favorito"]},"Open sidebar":{v:["Abrir barra lateral"]}}},{l:"et-EE",t:{"Change name":{v:["Muuda nime"]},"Close sidebar":{v:["Sulge külgriba"]},Favorite:{v:["Lemmik"]},"Open sidebar":{v:["Ava külgriba"]}}},{l:"eu",t:{"Change name":{v:["Aldatu izena"]},"Close sidebar":{v:["Itxi albo-barra"]},Favorite:{v:["Gogokoa"]}}},{l:"fa",t:{"Change name":{v:["تغییر نام"]},"Close sidebar":{v:["بستن نوار کناری"]},Favorite:{v:["مورد علاقه"]},"Open sidebar":{v:["باز کردن نوار کنار"]}}},{l:"fi",t:{"Change name":{v:["Vaihda nimi"]},"Close sidebar":{v:["Sulje sivupalkki"]},Favorite:{v:["Suosikki"]},"Open sidebar":{v:["Avaa sivupalkki"]}}},{l:"fr",t:{"Change name":{v:["Modifier le nom"]},"Close sidebar":{v:["Fermer la barre latérale"]},Favorite:{v:["Favori"]},"Open sidebar":{v:["Ouvrir la barre latérale"]}}},{l:"ga",t:{"Change name":{v:["Athrú ainm"]},"Close sidebar":{v:["Dún barra taoibh"]},Favorite:{v:["is fearr leat"]},"Open sidebar":{v:["Oscail barra taoibh"]}}},{l:"gl",t:{"Change name":{v:["Cambiar o nome"]},"Close sidebar":{v:["Pechar a barra lateral"]},Favorite:{v:["Favorito"]},"Open sidebar":{v:["Abrir a barra lateral"]}}},{l:"he",t:{"Change name":{v:["החלפת שם"]},"Close sidebar":{v:["סגירת סרגל הצד"]},Favorite:{v:["למועדפים"]}}},{l:"hr",t:{"Change name":{v:["Promjeni naziv"]},"Close sidebar":{v:["Zatvori bočnu traku"]},Favorite:{v:["Favorit"]},"Open sidebar":{v:["Otvori bočnu traku"]}}},{l:"hu",t:{"Close sidebar":{v:["Oldalsáv bezárása"]},Favorite:{v:["Kedvenc"]}}},{l:"id",t:{"Change name":{v:["Ubah nama"]},"Close sidebar":{v:["Tutup bilah sisi"]},Favorite:{v:["Favorit"]},"Open sidebar":{v:["Buka bilah sisi"]}}},{l:"is",t:{"Change name":{v:["Breyta nafni"]},"Close sidebar":{v:["Loka hliðarstiku"]},Favorite:{v:["Eftirlæti"]},"Open sidebar":{v:["Opna hliðarspjald"]}}},{l:"it",t:{"Change name":{v:["Cambia nome"]},"Close sidebar":{v:["Chiudi la barra laterale"]},Favorite:{v:["Preferito"]}}},{l:"ja",t:{"Change name":{v:["名前の変更"]},"Close sidebar":{v:["サイドバーを閉じる"]},Favorite:{v:["お気に入り"]},"Open sidebar":{v:["サイドバーを開く"]}}},{l:"ja-JP",t:{"Change name":{v:["名前の変更"]},"Close sidebar":{v:["サイドバーを閉じる"]},Favorite:{v:["お気に入り"]},"Open sidebar":{v:["サイドバーを開く"]}}},{l:"ko",t:{"Change name":{v:["이름 변경"]},"Close sidebar":{v:["사이드바 닫기"]},Favorite:{v:["즐겨찾기"]},"Open sidebar":{v:["사이드바 열기"]}}},{l:"lo",t:{"Change name":{v:["ປ່ຽນຊື່"]},"Close sidebar":{v:["ປິດແຖບດ້ານຂ້າງ"]},Favorite:{v:["ລາຍການທີ່ມັກ"]},"Open sidebar":{v:["ເປີດແຖບດ້ານຂ້າງ"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Change name":{v:["Промени име"]},"Close sidebar":{v:["Затвори странична лента"]},Favorite:{v:["Фаворити"]},"Open sidebar":{v:["Отвори странична лента"]}}},{l:"mn",t:{"Change name":{v:["Нэр солих"]},"Close sidebar":{v:["Хажуугийн самбарыг хаах"]},Favorite:{v:["Дуртай"]},"Open sidebar":{v:["Хажуугийн самбарыг нээх"]}}},{l:"my",t:{}},{l:"nb",t:{"Change name":{v:["Endre navn"]},"Close sidebar":{v:["Lukk sidepanel"]},Favorite:{v:["Favoritt"]},"Open sidebar":{v:["Åpne sidefelt"]}}},{l:"nl",t:{"Change name":{v:["Naam wijzigen"]},"Close sidebar":{v:["Zijbalk sluiten"]},Favorite:{v:["Favoriet"]},"Open sidebar":{v:["Zijbalk openen"]}}},{l:"oc",t:{}},{l:"pl",t:{"Change name":{v:["Zmień nazwę"]},"Close sidebar":{v:["Zamknij pasek boczny"]},Favorite:{v:["Ulubiony"]},"Open sidebar":{v:["Otwórz pasek boczny"]}}},{l:"pt-BR",t:{"Change name":{v:["Mudar nome"]},"Close sidebar":{v:["Fechar barra lateral"]},Favorite:{v:["Favorito"]},"Open sidebar":{v:["Abrir barra lateral"]}}},{l:"pt-PT",t:{"Change name":{v:["Alterar nome"]},"Close sidebar":{v:["Fechar barra lateral"]},Favorite:{v:["Favorito"]},"Open sidebar":{v:["Abrir barra lateral"]}}},{l:"ro",t:{"Change name":{v:["Modifică numele"]},"Close sidebar":{v:["Închide bara laterală"]},Favorite:{v:["Favorit"]}}},{l:"ru",t:{"Change name":{v:["Изменить имя"]},"Close sidebar":{v:["Закрыть сайдбар"]},Favorite:{v:["Избранное"]},"Open sidebar":{v:["Открыть боковую панель"]}}},{l:"sk",t:{"Change name":{v:["Zmeniť názov"]},"Close sidebar":{v:["Zavrieť bočný panel"]},Favorite:{v:["Obľúbené"]},"Open sidebar":{v:["Otvoriť bočný panel"]}}},{l:"sl",t:{"Close sidebar":{v:["Zapri stransko vrstico"]},Favorite:{v:["Priljubljeno"]}}},{l:"sr",t:{"Change name":{v:["Измени назив"]},"Close sidebar":{v:["Затвори бочну траку"]},Favorite:{v:["Омиљени"]},"Open sidebar":{v:["Отвори бочну траку"]}}},{l:"sv",t:{"Change name":{v:["Ändra namn"]},"Close sidebar":{v:["Stäng sidofältet"]},Favorite:{v:["Favorit"]},"Open sidebar":{v:["Öppna sidofältet"]}}},{l:"tr",t:{"Change name":{v:["Adı değiştir"]},"Close sidebar":{v:["Yan çubuğu kapat"]},Favorite:{v:["Sık kullanılanlara ekle"]},"Open sidebar":{v:["Yan çubuğu aç"]}}},{l:"uk",t:{"Change name":{v:["Змінити назву"]},"Close sidebar":{v:["Закрити бічну панель"]},Favorite:{v:["Із зірочкою"]},"Open sidebar":{v:["Бокове меню"]}}},{l:"uz",t:{"Change name":{v:["Ismni o'zgartirish"]},"Close sidebar":{v:["Yon panelni yoping"]},Favorite:{v:["Tanlangan"]},"Open sidebar":{v:["Yon panelni oching"]}}},{l:"zh-CN",t:{"Change name":{v:["修改名称"]},"Close sidebar":{v:["关闭侧边栏"]},Favorite:{v:["喜爱"]},"Open sidebar":{v:["打开侧边栏"]}}},{l:"zh-HK",t:{"Change name":{v:["更改名稱"]},"Close sidebar":{v:["關閉側邊欄"]},Favorite:{v:["喜愛"]},"Open sidebar":{v:["打開側邊欄"]}}},{l:"zh-TW",t:{"Change name":{v:["變更名稱"]},"Close sidebar":{v:["關閉側邊欄"]},Favorite:{v:["最愛"]},"Open sidebar":{v:["開啟側邊欄"]}}}],nv=[{l:"ar",t:{"Clear search":{v:["محو البحث"]}}},{l:"ast",t:{"Clear search":{v:["Borrar la busca"]}}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{"Clear search":{v:["Vyčistit vyhledávání"]}}},{l:"cs-CZ",t:{"Clear search":{v:["Vyčistit vyhledávání"]}}},{l:"da",t:{"Clear search":{v:["Ryd søgning"]}}},{l:"de",t:{"Clear search":{v:["Suche leeren"]}}},{l:"de-DE",t:{"Clear search":{v:["Suche leeren"]}}},{l:"el",t:{"Clear search":{v:["Εκκαθάριση αναζήτησης"]}}},{l:"en-GB",t:{"Clear search":{v:["Clear search"]}}},{l:"eo",t:{}},{l:"es",t:{"Clear search":{v:["Limpiar búsqueda"]}}},{l:"es-AR",t:{"Clear search":{v:["Limpiar búsqueda"]}}},{l:"es-EC",t:{"Clear search":{v:["Limpiar búsqueda"]}}},{l:"es-MX",t:{"Clear search":{v:["Limpiar búsqueda"]}}},{l:"et-EE",t:{"Clear search":{v:["Tühjenda otsing"]}}},{l:"eu",t:{"Clear search":{v:["Garbitu bilaketa"]}}},{l:"fa",t:{"Clear search":{v:["پاک کردن جستجو"]}}},{l:"fi",t:{"Clear search":{v:["Tyhjennä haku"]}}},{l:"fr",t:{"Clear search":{v:["Effacer la recherche"]}}},{l:"ga",t:{"Clear search":{v:["Glan cuardach"]}}},{l:"gl",t:{"Clear search":{v:["Limpar a busca"]}}},{l:"he",t:{"Clear search":{v:["פינוי חיפוש"]}}},{l:"hr",t:{"Clear search":{v:["Očisti pretraživanje"]}}},{l:"hu",t:{}},{l:"id",t:{"Clear search":{v:["Bersihkan pencarian"]}}},{l:"is",t:{"Clear search":{v:["Hreinsa leit"]}}},{l:"it",t:{"Clear search":{v:["online"]}}},{l:"ja",t:{"Clear search":{v:["検索をクリア"]}}},{l:"ja-JP",t:{"Clear search":{v:["検索をクリア"]}}},{l:"ko",t:{"Clear search":{v:["검색 지우기"]}}},{l:"lo",t:{"Clear search":{v:["ລຶບການຄົ້ນຫາ"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Clear search":{v:["Исчисти пребарување"]}}},{l:"mn",t:{"Clear search":{v:["Хайлтыг цэвэрлэх"]}}},{l:"my",t:{}},{l:"nb",t:{"Clear search":{v:["Tøm søk"]}}},{l:"nl",t:{"Clear search":{v:["Zoekopdracht wissen"]}}},{l:"oc",t:{}},{l:"pl",t:{"Clear search":{v:["Wyczyść wyszukiwanie"]}}},{l:"pt-BR",t:{"Clear search":{v:["Limpar pesquisa"]}}},{l:"pt-PT",t:{"Clear search":{v:["Limpar pesquisa"]}}},{l:"ro",t:{"Clear search":{v:["Șterge căutarea"]}}},{l:"ru",t:{"Clear search":{v:["Очистить поиск"]}}},{l:"sk",t:{"Clear search":{v:["Vymazať vyhľadávanie"]}}},{l:"sl",t:{}},{l:"sr",t:{"Clear search":{v:["Обриши претрагу"]}}},{l:"sv",t:{"Clear search":{v:["Rensa sökning"]}}},{l:"tr",t:{"Clear search":{v:["Aramayı temizle"]}}},{l:"uk",t:{"Clear search":{v:["Очистити пошук"]}}},{l:"uz",t:{"Clear search":{v:["Qidiruvni tozalash"]}}},{l:"zh-CN",t:{"Clear search":{v:["清除搜索"]}}},{l:"zh-HK",t:{"Clear search":{v:["清除搜索"]}}},{l:"zh-TW",t:{"Clear search":{v:["清除搜尋"]}}}],J5=[{l:"ar",t:{"Clear selected":{v:["محو المحدّد"]},"Deselect {option}":{v:["إلغاء تحديد {option}"]},"No results":{v:["ليس هناك أية نتيجة"]},Options:{v:["خيارات"]}}},{l:"ast",t:{"Clear selected":{v:["Borrar lo seleicionao"]},"Deselect {option}":{v:["Deseleicionar «{option}»"]},"No results":{v:["Nun hai nengún resultáu"]},Options:{v:["Opciones"]}}},{l:"br",t:{"No results":{v:["Disoc'h ebet"]}}},{l:"ca",t:{"No results":{v:["Sense resultats"]}}},{l:"cs",t:{"Clear selected":{v:["Vyčistit vybrané"]},"Deselect {option}":{v:["Zrušit výběr {option}"]},"No results":{v:["Nic nenalezeno"]},Options:{v:["Možnosti"]}}},{l:"cs-CZ",t:{"Clear selected":{v:["Vyčistit vybrané"]},"Deselect {option}":{v:["Zrušit výběr {option}"]},"No results":{v:["Nic nenalezeno"]},Options:{v:["Možnosti"]}}},{l:"da",t:{"Clear selected":{v:["Ryd valgt"]},"Deselect {option}":{v:["Fravælg {option}"]},"No results":{v:["Ingen resultater"]},Options:{v:["Indstillinger"]}}},{l:"de",t:{"Clear selected":{v:["Auswahl leeren"]},"Deselect {option}":{v:["{option} abwählen"]},"No results":{v:["Keine Ergebnisse"]},Options:{v:["Optionen"]}}},{l:"de-DE",t:{"Clear selected":{v:["Auswahl leeren"]},"Deselect {option}":{v:["{option} abwählen"]},"No results":{v:["Keine Ergebnisse"]},Options:{v:["Optionen"]}}},{l:"el",t:{"Clear selected":{v:["Εκκαθάριση επιλογής"]},"Deselect {option}":{v:["Αποεπιλογή {option}"]},"No results":{v:["Κανένα αποτέλεσμα"]},Options:{v:["Επιλογές"]}}},{l:"en-GB",t:{"Clear selected":{v:["Clear selected"]},"Deselect {option}":{v:["Deselect {option}"]},"No results":{v:["No results"]},Options:{v:["Options"]}}},{l:"eo",t:{"No results":{v:["La rezulto forestas"]}}},{l:"es",t:{"Clear selected":{v:["Limpiar selección"]},"Deselect {option}":{v:["Deseleccionar {option}"]},"No results":{v:[" Ningún resultado"]},Options:{v:["Opciones"]}}},{l:"es-AR",t:{"Clear selected":{v:["Limpiar selección"]},"Deselect {option}":{v:["Deseleccionar {option}"]},"No results":{v:["Sin resultados"]},Options:{v:["Opciones"]}}},{l:"es-EC",t:{"No results":{v:["Sin resultados"]}}},{l:"es-MX",t:{"Clear selected":{v:["Limpiar selección"]},"Deselect {option}":{v:["Deseleccionar {option}"]},"No results":{v:["Sin resultados"]},Options:{v:["Opciones"]}}},{l:"et-EE",t:{"Clear selected":{v:["Tühjenda valik"]},"Deselect {option}":{v:["Eemalda {option} valik"]},"No results":{v:["Tulemusi pole"]},Options:{v:["Valikud"]}}},{l:"eu",t:{"No results":{v:["Emaitzarik ez"]}}},{l:"fa",t:{"Clear selected":{v:["پاک کردن مورد انتخاب شده"]},"Deselect {option}":{v:["لغو انتخاب {option}"]},"No results":{v:["بدون هیچ نتیجهای"]},Options:{v:["گزینهها"]}}},{l:"fi",t:{"Clear selected":{v:["Tyhjennä valitut"]},"Deselect {option}":{v:["Poista valinta {option}"]},"No results":{v:["Ei tuloksia"]},Options:{v:["Valinnat"]}}},{l:"fr",t:{"Clear selected":{v:["Vider la sélection"]},"Deselect {option}":{v:["Désélectionner {option}"]},"No results":{v:["Aucun résultat"]},Options:{v:["Options"]}}},{l:"ga",t:{"Clear selected":{v:["Glan roghnaithe"]},"Deselect {option}":{v:["Díroghnaigh {option}"]},"No results":{v:["Gan torthaí"]},Options:{v:["Roghanna"]}}},{l:"gl",t:{"Clear selected":{v:["Limpar o seleccionado"]},"Deselect {option}":{v:["Desmarcar {option}"]},"No results":{v:["Sen resultados"]},Options:{v:["Opcións"]}}},{l:"he",t:{"No results":{v:["אין תוצאות"]}}},{l:"hr",t:{"Clear selected":{v:["Očisti odabir"]},"Deselect {option}":{v:["Odznači {option}"]},"No results":{v:["Nema rezultata"]},Options:{v:["Mogućnosti"]}}},{l:"hu",t:{"No results":{v:["Nincs találat"]}}},{l:"id",t:{"Clear selected":{v:["Hapus terpilih"]},"Deselect {option}":{v:["Batalkan pemilihan {option}"]},"No results":{v:["Tidak ada hasil"]},Options:{v:["Opsi"]}}},{l:"is",t:{"Clear selected":{v:["Hreinsa valið"]},"Deselect {option}":{v:["Afvelja {option}"]},"No results":{v:["Engar niðurstöður"]},Options:{v:["Valkostir"]}}},{l:"it",t:{"Clear selected":{v:["Cancella selezionati"]},"Deselect {option}":{v:["Deselezionare {option}"]},"No results":{v:["Nessun risultato"]}}},{l:"ja",t:{"Clear selected":{v:["選択を解除"]},"Deselect {option}":{v:["{option} の選択を解除"]},"No results":{v:["結果無し"]},Options:{v:["オプション"]}}},{l:"ja-JP",t:{"Clear selected":{v:["選択を解除"]},"Deselect {option}":{v:["{option} の選択を解除"]},"No results":{v:["結果無し"]},Options:{v:["オプション"]}}},{l:"ko",t:{"Clear selected":{v:["선택 항목 지우기"]},"Deselect {option}":{v:["{option} 선택 해제"]},"No results":{v:["결과 없음"]},Options:{v:["옵션"]}}},{l:"lo",t:{"Clear selected":{v:["ລຶບສິ່ງທີ່ເລືອກ"]},"Deselect {option}":{v:["ຍົກເລີກການເລືອກ {option}"]},"No results":{v:["ບໍ່ມີຜົນລັບ"]},Options:{v:["ຕົວເລືອກ"]}}},{l:"lt-LT",t:{"No results":{v:["Nėra rezultatų"]}}},{l:"lv",t:{"No results":{v:["Nav rezultātu"]}}},{l:"mk",t:{"Clear selected":{v:["Исчисти означени"]},"Deselect {option}":{v:["Откажи избор на {option}"]},"No results":{v:["Нема резултати"]},Options:{v:["Опции"]}}},{l:"mn",t:{"Clear selected":{v:["Сонголтыг цэвэрлэх"]},"Deselect {option}":{v:["{option}-г сонголтоос хасах"]},"No results":{v:["Үр дүн алга"]},Options:{v:["Тохиргоо"]}}},{l:"my",t:{"No results":{v:["ရလဒ်မရှိပါ"]}}},{l:"nb",t:{"Clear selected":{v:["Tøm merket"]},"Deselect {option}":{v:["Opphev valg {option}"]},"No results":{v:["Ingen resultater"]},Options:{v:["Alternativer"]}}},{l:"nl",t:{"Clear selected":{v:["Selectie wissen"]},"Deselect {option}":{v:["Selectie {option} opheffen"]},"No results":{v:["Geen resultaten"]},Options:{v:["Opties"]}}},{l:"oc",t:{"No results":{v:["Cap de resultat"]}}},{l:"pl",t:{"Clear selected":{v:["Wyczyść wybrane"]},"Deselect {option}":{v:["Odznacz {option}"]},"No results":{v:["Brak wyników"]},Options:{v:["Opcje"]}}},{l:"pt-BR",t:{"Clear selected":{v:["Limpar selecionado"]},"Deselect {option}":{v:["Desselecionar {option}"]},"No results":{v:["Sem resultados"]},Options:{v:["Opções"]}}},{l:"pt-PT",t:{"Clear selected":{v:["Limpeza selecionada"]},"Deselect {option}":{v:["Desmarcar {option}"]},"No results":{v:["Sem resultados"]},Options:{v:["Opções"]}}},{l:"ro",t:{"Clear selected":{v:["Șterge selecția"]},"Deselect {option}":{v:["Deselctează {option}"]},"No results":{v:["Nu există rezultate"]}}},{l:"ru",t:{"Clear selected":{v:["Очистить выбранный"]},"Deselect {option}":{v:["Отменить выбор {option}"]},"No results":{v:["Результаты отсуствуют"]},Options:{v:["Варианты"]}}},{l:"sk",t:{"Clear selected":{v:["Vymazať vybraté"]},"Deselect {option}":{v:["Zrušiť výber {option}"]},"No results":{v:["Žiadne výsledky"]},Options:{v:["možnosti"]}}},{l:"sl",t:{"No results":{v:["Ni zadetkov"]}}},{l:"sr",t:{"Clear selected":{v:["Обриши изабрано"]},"Deselect {option}":{v:["Уклони избор {option}"]},"No results":{v:["Нема резултата"]},Options:{v:["Опције"]}}},{l:"sv",t:{"Clear selected":{v:["Rensa val"]},"Deselect {option}":{v:["Avmarkera {option}"]},"No results":{v:["Inga resultat"]},Options:{v:["Alternativ"]}}},{l:"tr",t:{"Clear selected":{v:["Seçilmişleri temizle"]},"Deselect {option}":{v:["{option} bırak"]},"No results":{v:["Herhangi bir sonuç bulunamadı"]},Options:{v:["Seçenekler"]}}},{l:"uk",t:{"Clear selected":{v:["Очистити вибране"]},"Deselect {option}":{v:["Зняти вибір {option}"]},"No results":{v:["Відсутні результати"]},Options:{v:["Параметри"]}}},{l:"uz",t:{"Clear selected":{v:["Tanlanganni tozalash"]},"Deselect {option}":{v:["{option}tanlovni bekor qiling"]},"No results":{v:["Natija yoʻq"]},Options:{v:["Variantlar"]}}},{l:"zh-CN",t:{"Clear selected":{v:["清除所选"]},"Deselect {option}":{v:["取消选择 {option}"]},"No results":{v:["无结果"]},Options:{v:["选项"]}}},{l:"zh-HK",t:{"Clear selected":{v:["清除所選項目"]},"Deselect {option}":{v:["取消選擇 {option}"]},"No results":{v:["無結果"]},Options:{v:["選項"]}}},{l:"zh-TW",t:{"Clear selected":{v:["清除選定項目"]},"Deselect {option}":{v:["取消選取 {option}"]},"No results":{v:["無結果"]},Options:{v:["選項"]}}}],G5=[{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:"br",t:{}},{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:"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:["Εκκαθάριση κειμένου"]},"Save changes":{v:["Αποθήκευση αλλαγών"]}}},{l:"en-GB",t:{"Clear text":{v:["Clear text"]},"Save changes":{v:["Save changes"]}}},{l:"eo",t:{}},{l:"es",t:{"Clear text":{v:["Limpiar texto"]},"Save changes":{v:["Guardar cambios"]}}},{l:"es-AR",t:{"Clear text":{v:["Limpiar texto"]},"Save changes":{v:["Guardar cambios"]}}},{l:"es-EC",t:{"Clear text":{v:["Limpiar texto"]}}},{l:"es-MX",t:{"Clear text":{v:["Limpiar texto"]},"Save changes":{v:["Guardar cambios"]}}},{l:"et-EE",t:{"Clear text":{v:["Kustuta tekst"]},"Save changes":{v:["Salvesta muudatused"]}}},{l:"eu",t:{"Clear text":{v:["Garbitu testua"]}}},{l:"fa",t:{"Clear text":{v:["پاک کردن متن"]},"Save changes":{v:["ذخیرهٔ تغییرات"]}}},{l:"fi",t:{"Clear text":{v:["Tyhjennä teksti"]},"Save changes":{v:["Tallenna muutokset"]}}},{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:"gl",t:{"Clear text":{v:["Limpar o texto"]},"Save changes":{v:["Gardar os cambios"]}}},{l:"he",t:{"Clear text":{v:["פינוי טקסט"]}}},{l:"hr",t:{"Clear text":{v:["Očisti tekst"]},"Save changes":{v:["Spremi promjene"]}}},{l:"hu",t:{"Clear text":{v:["Szöveg törlése"]}}},{l:"id",t:{"Clear text":{v:["Bersihkan teks"]},"Save changes":{v:["Simpan perubahan"]}}},{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:"ko",t:{"Clear text":{v:["텍스트 지우기"]},"Save changes":{v:["변경 사항 저장"]}}},{l:"lo",t:{"Clear text":{v:["ລຶບຂໍ້ຄວາມ"]},"Save changes":{v:["ບັນທຶກການປ່ຽນແປງ"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Clear text":{v:["Исчисти текст"]},"Save changes":{v:["Зачувај промени"]}}},{l:"mn",t:{"Clear text":{v:["Текстийг цэвэрлэх"]},"Save changes":{v:["Өөрчлөлтийг хадгалах"]}}},{l:"my",t:{}},{l:"nb",t:{"Clear text":{v:["Fjern tekst"]},"Save changes":{v:["Lagre endringer"]}}},{l:"nl",t:{"Clear text":{v:["Tekst wissen"]},"Save changes":{v:["Wijzigingen opslaan"]}}},{l:"oc",t:{}},{l:"pl",t:{"Clear text":{v:["Wyczyść tekst"]},"Save changes":{v:["Zapisz zmiany"]}}},{l:"pt-BR",t:{"Clear text":{v:["Limpar texto"]},"Save changes":{v:["Salvar alterações"]}}},{l:"pt-PT",t:{"Clear text":{v:["Limpar texto"]},"Save changes":{v:["Gravar alterações"]}}},{l:"ro",t:{"Clear text":{v:["Șterge textul"]},"Save changes":{v:["Salvează modificările"]}}},{l:"ru",t:{"Clear text":{v:["Очистить текст"]},"Save changes":{v:["Сохранить изменения"]}}},{l:"sk",t:{"Clear text":{v:["Vamazať text"]},"Save changes":{v:["Uložiť zmeny"]}}},{l:"sl",t:{"Clear text":{v:["Počisti besedilo"]}}},{l:"sr",t:{"Clear text":{v:["Обриши текст"]},"Save changes":{v:["Сачувај измене"]}}},{l:"sv",t:{"Clear text":{v:["Ta bort text"]},"Save changes":{v:["Spara ändringar"]}}},{l:"tr",t:{"Clear text":{v:["Metni temizle"]},"Save changes":{v:["Değişiklikleri kaydet"]}}},{l:"uk",t:{"Clear text":{v:["Очистити текст"]},"Save changes":{v:["Зберегти зміни"]}}},{l:"uz",t:{"Clear text":{v:["Matnni tozalash"]},"Save changes":{v:["O'zgarishlarni saqlang"]}}},{l:"zh-CN",t:{"Clear text":{v:["清除文本"]},"Save changes":{v:["保存修改"]}}},{l:"zh-HK",t:{"Clear text":{v:["清除文本"]},"Save changes":{v:["保存更改"]}}},{l:"zh-TW",t:{"Clear text":{v:["清除文字"]},"Save changes":{v:["儲存變更"]}}}],x4=[{l:"ar",t:{Close:{v:["إغلاق"]}}},{l:"ast",t:{Close:{v:["Zarrar"]}}},{l:"br",t:{Close:{v:["Serriñ"]}}},{l:"ca",t:{Close:{v:["Tanca"]}}},{l:"cs",t:{Close:{v:["Zavřít"]}}},{l:"cs-CZ",t:{Close:{v:["Zavřít"]}}},{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-AR",t:{Close:{v:["Cerrar"]}}},{l:"es-EC",t:{Close:{v:["Cerrar"]}}},{l:"es-MX",t:{Close:{v:["Cerrar"]}}},{l:"et-EE",t:{Close:{v:["Sulge"]}}},{l:"eu",t:{Close:{v:["Itxi"]}}},{l:"fa",t:{Close:{v:["بستن"]}}},{l:"fi",t:{Close:{v:["Sulje"]}}},{l:"fr",t:{Close:{v:["Fermer"]}}},{l:"ga",t:{Close:{v:["Dún"]}}},{l:"gl",t:{Close:{v:["Pechar"]}}},{l:"he",t:{Close:{v:["סגירה"]}}},{l:"hr",t:{Close:{v:["Zatvori"]}}},{l:"hu",t:{Close:{v:["Bezárás"]}}},{l:"id",t:{Close:{v:["Tutup"]}}},{l:"is",t:{Close:{v:["Loka"]}}},{l:"it",t:{Close:{v:["Chiudi"]}}},{l:"ja",t:{Close:{v:["閉じる"]}}},{l:"ja-JP",t:{Close:{v:["閉じる"]}}},{l:"ko",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:"my",t:{Close:{v:["ပိတ်ရန်"]}}},{l:"nb",t:{Close:{v:["Lukk"]}}},{l:"nl",t:{Close:{v:["Sluiten"]}}},{l:"oc",t:{Close:{v:["Tampar"]}}},{l:"pl",t:{Close:{v:["Zamknij"]}}},{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:"sk",t:{Close:{v:["Zavrieť"]}}},{l:"sl",t:{Close:{v:["Zapri"]}}},{l:"sr",t:{Close:{v:["Затвори"]}}},{l:"sv",t:{Close:{v:["Stäng"]}}},{l:"tr",t:{Close:{v:["Kapat"]}}},{l:"uk",t:{Close:{v:["Закрити"]}}},{l:"uz",t:{Close:{v:["Yopish"]}}},{l:"zh-CN",t:{Close:{v:["关闭"]}}},{l:"zh-HK",t:{Close:{v:["關閉"]}}},{l:"zh-TW",t:{Close:{v:["關閉"]}}}],Q5=[{l:"ar",t:{"Close navigation":{v:["إغلاق التصفح"]},"Open navigation":{v:["فتح التنقُّل"]}}},{l:"ast",t:{"Close navigation":{v:["Zarrar la navegación"]},"Open navigation":{v:["Abrir la navegación"]}}},{l:"br",t:{}},{l:"ca",t:{"Close navigation":{v:["Tanca la navegació"]},"Open navigation":{v:["Obre la navegació"]}}},{l:"cs",t:{"Close navigation":{v:["Zavřít navigaci"]},"Open navigation":{v:["Otevřít navigaci"]}}},{l:"cs-CZ",t:{"Close navigation":{v:["Zavřít navigaci"]},"Open navigation":{v:["Otevřít navigaci"]}}},{l:"da",t:{"Close navigation":{v:["Luk navigation"]},"Open navigation":{v:["Åben navigation"]}}},{l:"de",t:{"Close navigation":{v:["Navigation schließen"]},"Open navigation":{v:["Navigation öffnen"]}}},{l:"de-DE",t:{"Close navigation":{v:["Navigation schließen"]},"Open navigation":{v:["Navigation öffnen"]}}},{l:"el",t:{"Close navigation":{v:["Κλείσιμο πλοήγησης"]},"Open navigation":{v:["Άνοιγμα πλοήγησης"]}}},{l:"en-GB",t:{"Close navigation":{v:["Close navigation"]},"Open navigation":{v:["Open navigation"]}}},{l:"eo",t:{}},{l:"es",t:{"Close navigation":{v:["Cerrar navegación"]},"Open navigation":{v:["Abrir navegación"]}}},{l:"es-AR",t:{"Close navigation":{v:["Cerrar navegación"]},"Open navigation":{v:["Abrir navegación"]}}},{l:"es-EC",t:{"Close navigation":{v:["Cerrar navegación"]},"Open navigation":{v:["Abrir navegación"]}}},{l:"es-MX",t:{"Close navigation":{v:["Cerrar navegación"]},"Open navigation":{v:["Abrir navegación"]}}},{l:"et-EE",t:{"Close navigation":{v:["Sulge navigatsioon"]},"Open navigation":{v:["Ava liikumisvaade"]}}},{l:"eu",t:{"Close navigation":{v:["Itxi nabigazioa"]},"Open navigation":{v:["Ireki nabigazioa"]}}},{l:"fa",t:{"Close navigation":{v:["بستن بخش ناوبری"]},"Open navigation":{v:["باز کردن بخش ناوبری"]}}},{l:"fi",t:{"Close navigation":{v:["Sulje navigaatio"]}}},{l:"fr",t:{"Close navigation":{v:["Fermer la navigation"]},"Open navigation":{v:["Ouvrir la navigation"]}}},{l:"ga",t:{"Close navigation":{v:["Dún nascleanúint"]},"Open navigation":{v:["Oscail nascleanúint"]}}},{l:"gl",t:{"Close navigation":{v:["Pechar a navegación"]},"Open navigation":{v:["Abrir a navegación"]}}},{l:"he",t:{"Close navigation":{v:["סגירת הניווט"]},"Open navigation":{v:["פתיחת ניווט"]}}},{l:"hr",t:{"Close navigation":{v:["Zatvori navigaciju"]},"Open navigation":{v:["Otvori navigaciju"]}}},{l:"hu",t:{"Close navigation":{v:["Navigáció bezárása"]},"Open navigation":{v:["Navigáció megnyitása"]}}},{l:"id",t:{"Close navigation":{v:["Tutup navigasi"]},"Open navigation":{v:["Buka navigasi"]}}},{l:"is",t:{"Close navigation":{v:["Loka leiðsagnarsleða"]}}},{l:"it",t:{"Close navigation":{v:["Chiudi la navigazione"]},"Open navigation":{v:["Apri la navigazione"]}}},{l:"ja",t:{"Close navigation":{v:["ナビゲーションを閉じる"]},"Open navigation":{v:["ナビゲーションを開く"]}}},{l:"ja-JP",t:{"Close navigation":{v:["ナビゲーションを閉じる"]},"Open navigation":{v:["ナビゲーションを開く"]}}},{l:"ko",t:{"Close navigation":{v:["탐색 닫기"]},"Open navigation":{v:["탐색 열기"]}}},{l:"lo",t:{"Close navigation":{v:["ປິດການນຳທາງ"]},"Open navigation":{v:["ເປີດການນຳທາງ"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Close navigation":{v:["Затвори навигација"]},"Open navigation":{v:["Отвори навигација"]}}},{l:"mn",t:{"Close navigation":{v:["Навигацийг хаах"]},"Open navigation":{v:["Навигацийг нээх"]}}},{l:"my",t:{}},{l:"nb",t:{"Close navigation":{v:["Lukk navigasjon"]},"Open navigation":{v:["Åpne navigasjon"]}}},{l:"nl",t:{"Close navigation":{v:["Navigatie sluiten"]},"Open navigation":{v:["Navigatie openen"]}}},{l:"oc",t:{}},{l:"pl",t:{"Close navigation":{v:["Zamknij nawigację"]}}},{l:"pt-BR",t:{"Close navigation":{v:["Fechar navegação"]},"Open navigation":{v:["Abrir navegação"]}}},{l:"pt-PT",t:{"Close navigation":{v:["Fechar navegação"]},"Open navigation":{v:["Abrir navegação"]}}},{l:"ro",t:{"Close navigation":{v:["Închideți navigarea"]},"Open navigation":{v:["Deschideți navigația"]}}},{l:"ru",t:{"Close navigation":{v:["Закрыть навигацию"]},"Open navigation":{v:["Открыть навигацию"]}}},{l:"sk",t:{"Close navigation":{v:["Zavrieť navigáciu"]}}},{l:"sl",t:{"Close navigation":{v:["Zapri krmarjenje"]},"Open navigation":{v:["Odpri krmarjenje"]}}},{l:"sr",t:{"Close navigation":{v:["Затвори навигацију"]},"Open navigation":{v:["Отвори навигацију"]}}},{l:"sv",t:{"Close navigation":{v:["Stäng navigering"]}}},{l:"tr",t:{"Close navigation":{v:["Gezinmeyi kapat"]},"Open navigation":{v:["Gezinmeyi aç"]}}},{l:"uk",t:{"Close navigation":{v:["Закрити навігацію"]},"Open navigation":{v:["Перейти до навігації"]}}},{l:"uz",t:{"Close navigation":{v:["Navigatsiyani yopish"]},"Open navigation":{v:["Navigatsiyani oching"]}}},{l:"zh-CN",t:{"Close navigation":{v:["关闭导航"]}}},{l:"zh-HK",t:{"Close navigation":{v:["關閉導航"]},"Open navigation":{v:["開啟導航"]}}},{l:"zh-TW",t:{"Close navigation":{v:["關閉導航"]},"Open navigation":{v:["開啟導航"]}}}],X5=[{l:"ar",t:{"Collapse menu":{v:["طي القائمة"]},"Open menu":{v:["إفتَح القائمة"]}}},{l:"ast",t:{"Collapse menu":{v:["Recoyer el menú"]},"Open menu":{v:["Abrir le menú"]}}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{"Collapse menu":{v:["Sbalit nabídku"]},"Open menu":{v:["Otevřít nabídku"]}}},{l:"cs-CZ",t:{"Collapse menu":{v:["Sbalit nabídku"]},"Open menu":{v:["Otevřít nabídku"]}}},{l:"da",t:{"Collapse menu":{v:["Skjul menuen"]},"Open menu":{v:["Åben menu"]}}},{l:"de",t:{"Collapse menu":{v:["Menü einklappen"]},"Open menu":{v:["Menü öffnen"]}}},{l:"de-DE",t:{"Collapse menu":{v:["Menü einklappen"]},"Open menu":{v:["Menü öffnen"]}}},{l:"el",t:{"Collapse menu":{v:["Σύμπτυξη μενού"]},"Open menu":{v:["Άνοιγμα μενού"]}}},{l:"en-GB",t:{"Collapse menu":{v:["Collapse menu"]},"Open menu":{v:["Open menu"]}}},{l:"eo",t:{}},{l:"es",t:{"Collapse menu":{v:["Ocultar menú"]},"Open menu":{v:["Abrir menú"]}}},{l:"es-AR",t:{"Collapse menu":{v:["Ocultar menú"]},"Open menu":{v:["Abrir menú"]}}},{l:"es-EC",t:{"Collapse menu":{v:["Ocultar menú"]},"Open menu":{v:["Abrir menú"]}}},{l:"es-MX",t:{"Collapse menu":{v:["Ocultar menú"]},"Open menu":{v:["Abrir menú"]}}},{l:"et-EE",t:{"Collapse menu":{v:["Ahenda menüü"]},"Open menu":{v:["Ava menüü"]}}},{l:"eu",t:{"Collapse menu":{v:["Tolestu menua"]},"Open menu":{v:["Ireki menua"]}}},{l:"fa",t:{"Collapse menu":{v:["بستن فهرست"]},"Open menu":{v:["باز کردن فهرست"]}}},{l:"fi",t:{"Collapse menu":{v:["Supista valikko"]},"Open menu":{v:["Avaa valikko"]}}},{l:"fr",t:{"Collapse menu":{v:["Réduire le menu"]},"Open menu":{v:["Ouvrir le menu"]}}},{l:"ga",t:{"Collapse menu":{v:["Roghchlár Laghdaigh"]},"Open menu":{v:["Roghchlár a oscailt"]}}},{l:"gl",t:{"Collapse menu":{v:["Contraer o menú"]},"Open menu":{v:["Abrir o menú"]}}},{l:"he",t:{"Collapse menu":{v:["צמצום התפריט"]},"Open menu":{v:["פתיחת תפריט"]}}},{l:"hr",t:{"Collapse menu":{v:["Sakrij izbornik"]},"Open menu":{v:["Otvori izbornik"]}}},{l:"hu",t:{}},{l:"id",t:{"Collapse menu":{v:["Ciutkan menu"]},"Open menu":{v:["Buka menu"]}}},{l:"is",t:{"Collapse menu":{v:["Fella valmynd saman"]},"Open menu":{v:["Opna valmynd"]}}},{l:"it",t:{"Collapse menu":{v:["Chiudi Menu"]},"Open menu":{v:["Apri il menu"]}}},{l:"ja",t:{"Collapse menu":{v:["メニューの折りたたみ"]},"Open menu":{v:["メニューを開く"]}}},{l:"ja-JP",t:{"Collapse menu":{v:["メニューの折りたたみ"]},"Open menu":{v:["メニューを開く"]}}},{l:"ko",t:{"Collapse menu":{v:["메뉴 접기"]},"Open menu":{v:["메뉴 열기"]}}},{l:"lo",t:{"Collapse menu":{v:["ຫຍໍ້ເມນູ"]},"Open menu":{v:["ເປີດເມນູ"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Collapse menu":{v:["Скриј мени"]},"Open menu":{v:["Отвори мени"]}}},{l:"mn",t:{"Collapse menu":{v:["Цэсийг хураах"]},"Open menu":{v:["Цэсийг нээх"]}}},{l:"my",t:{}},{l:"nb",t:{"Collapse menu":{v:["Skjul meny"]},"Open menu":{v:["Åpne meny"]}}},{l:"nl",t:{"Collapse menu":{v:["Menu inklappen"]},"Open menu":{v:["Menu openen"]}}},{l:"oc",t:{}},{l:"pl",t:{"Collapse menu":{v:["Zwiń menu"]},"Open menu":{v:["Otwórz menu"]}}},{l:"pt-BR",t:{"Collapse menu":{v:["Recolher menu"]},"Open menu":{v:["Abrir menu"]}}},{l:"pt-PT",t:{"Collapse menu":{v:["Ocultar menu"]},"Open menu":{v:["Abrir menu"]}}},{l:"ro",t:{"Collapse menu":{v:["Restrânge meniul"]},"Open menu":{v:["Deschide meniul"]}}},{l:"ru",t:{"Collapse menu":{v:["Свернуть меню"]},"Open menu":{v:["Открыть меню"]}}},{l:"sk",t:{"Collapse menu":{v:["Zbaliť menu"]},"Open menu":{v:["Otvoriť menu"]}}},{l:"sl",t:{}},{l:"sr",t:{"Collapse menu":{v:["Сажми мени"]},"Open menu":{v:["Отвори мени"]}}},{l:"sv",t:{"Collapse menu":{v:["Dölj menyn"]},"Open menu":{v:["Öppna menyn"]}}},{l:"tr",t:{"Collapse menu":{v:["Menüyü daralt"]},"Open menu":{v:["Menüyü aç"]}}},{l:"uk",t:{"Collapse menu":{v:["Згорнути меню"]},"Open menu":{v:["Відкрити меню"]}}},{l:"uz",t:{"Collapse menu":{v:["Menyuni yig‘ish"]},"Open menu":{v:["Menyuni oching"]}}},{l:"zh-CN",t:{"Collapse menu":{v:["收起菜单"]},"Open menu":{v:["打开菜单"]}}},{l:"zh-HK",t:{"Collapse menu":{v:["折疊選單"]},"Open menu":{v:["開啟選單"]}}},{l:"zh-TW",t:{"Collapse menu":{v:["折疊選單"]},"Open menu":{v:["開啟選單"]}}}],eE=[{l:"ar",t:{}},{l:"ast",t:{}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{Copied:{v:["Zkopírováno"]},"Copy to clipboard":{v:["Zkopírovat do schránky"]}}},{l:"cs-CZ",t:{}},{l:"da",t:{Copied:{v:["Kopieret"]},"Copy to clipboard":{v:["Kopiér til udklipsholderen"]}}},{l:"de",t:{Copied:{v:["Kopiert"]},"Copy to clipboard":{v:["In die Zwischenablage kopieren"]}}},{l:"de-DE",t:{Copied:{v:["Kopiert"]},"Copy to clipboard":{v:["In die Zwischenablage kopieren"]}}},{l:"el",t:{}},{l:"en-GB",t:{Copied:{v:["Copied"]},"Copy to clipboard":{v:["Copy to clipboard"]}}},{l:"eo",t:{}},{l:"es",t:{}},{l:"es-AR",t:{}},{l:"es-EC",t:{}},{l:"es-MX",t:{}},{l:"et-EE",t:{Copied:{v:["Kopeeritud"]},"Copy to clipboard":{v:["Kopeeri lõikelauale"]}}},{l:"eu",t:{}},{l:"fa",t:{}},{l:"fi",t:{}},{l:"fr",t:{Copied:{v:["Copié"]},"Copy to clipboard":{v:["Copier dans le presse-papiers"]}}},{l:"ga",t:{Copied:{v:["Cóipeáilte"]},"Copy to clipboard":{v:["Cóipeáil chuig an ghearrthaisce"]}}},{l:"gl",t:{Copied:{v:["Copiado"]},"Copy to clipboard":{v:["Copiar ao portapapeis"]}}},{l:"he",t:{}},{l:"hr",t:{Copied:{v:["Kopirano"]},"Copy to clipboard":{v:["Kopiraj u međuspremnik"]}}},{l:"hu",t:{}},{l:"id",t:{Copied:{v:["Disalin"]},"Copy to clipboard":{v:["Salin ke clipboard"]}}},{l:"is",t:{}},{l:"it",t:{}},{l:"ja",t:{Copied:{v:["コピーされました"]},"Copy to clipboard":{v:["クリップボードにコピー"]}}},{l:"ja-JP",t:{}},{l:"ko",t:{Copied:{v:["복사됨"]},"Copy to clipboard":{v:["클립보드로 복사"]}}},{l:"lo",t:{Copied:{v:["ສຳເນົາແລ້ວ"]},"Copy to clipboard":{v:["ສຳເນົາໃສ່ຄລິບບອດ"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{}},{l:"mn",t:{Copied:{v:["Хуулагдлаа"]},"Copy to clipboard":{v:["Санах ой руу хуулах"]}}},{l:"my",t:{}},{l:"nb",t:{}},{l:"nl",t:{Copied:{v:["Gekopieerd"]},"Copy to clipboard":{v:["Kopieer naar klembord"]}}},{l:"oc",t:{}},{l:"pl",t:{}},{l:"pt-BR",t:{Copied:{v:["Copiado"]},"Copy to clipboard":{v:["Copiar para a área de transferência"]}}},{l:"pt-PT",t:{}},{l:"ro",t:{}},{l:"ru",t:{Copied:{v:["Скопировано"]},"Copy to clipboard":{v:["Скопировать в буфер"]}}},{l:"sk",t:{}},{l:"sl",t:{}},{l:"sr",t:{}},{l:"sv",t:{}},{l:"tr",t:{Copied:{v:["Kopyalandı"]},"Copy to clipboard":{v:["Panoya kopyalandı"]}}},{l:"uk",t:{}},{l:"uz",t:{}},{l:"zh-CN",t:{}},{l:"zh-HK",t:{Copied:{v:["已被複製"]},"Copy to clipboard":{v:["複製到剪貼簿"]}}},{l:"zh-TW",t:{Copied:{v:["已被複製"]},"Copy to clipboard":{v:["複製到剪貼簿"]}}}],uE=[{l:"ar",t:{"Edit item":{v:["تعديل عنصر"]}}},{l:"ast",t:{"Edit item":{v:["Editar l'elementu"]}}},{l:"br",t:{}},{l:"ca",t:{"Edit item":{v:["Edita l'element"]}}},{l:"cs",t:{"Edit item":{v:["Upravit položku"]}}},{l:"cs-CZ",t:{"Edit item":{v:["Upravit položku"]}}},{l:"da",t:{"Edit item":{v:["Rediger emne"]}}},{l:"de",t:{"Edit item":{v:["Element bearbeiten"]}}},{l:"de-DE",t:{"Edit item":{v:["Element bearbeiten"]}}},{l:"el",t:{"Edit item":{v:["Επεξεργασία αντικειμένου"]}}},{l:"en-GB",t:{"Edit item":{v:["Edit item"]}}},{l:"eo",t:{}},{l:"es",t:{"Edit item":{v:["Editar elemento"]}}},{l:"es-AR",t:{"Edit item":{v:["Editar elemento"]}}},{l:"es-EC",t:{"Edit item":{v:["Editar elemento"]}}},{l:"es-MX",t:{"Edit item":{v:["Editar elemento"]}}},{l:"et-EE",t:{"Edit item":{v:["Muuda objekti"]}}},{l:"eu",t:{"Edit item":{v:["Editatu elementua"]}}},{l:"fa",t:{"Edit item":{v:["ویرایش مورد"]}}},{l:"fi",t:{"Edit item":{v:["Muokkaa kohdetta"]}}},{l:"fr",t:{"Edit item":{v:["Éditer l'élément"]}}},{l:"ga",t:{"Edit item":{v:["Cuir mír in eagar"]}}},{l:"gl",t:{"Edit item":{v:["Editar o elemento"]}}},{l:"he",t:{"Edit item":{v:["עריכת פריט"]}}},{l:"hr",t:{"Edit item":{v:["Uredi stavku"]}}},{l:"hu",t:{"Edit item":{v:["Elem szerkesztése"]}}},{l:"id",t:{"Edit item":{v:["Edit item"]}}},{l:"is",t:{"Edit item":{v:["Breyta atriði"]}}},{l:"it",t:{"Edit item":{v:["Modifica l'elemento"]}}},{l:"ja",t:{"Edit item":{v:["編集"]}}},{l:"ja-JP",t:{"Edit item":{v:["編集"]}}},{l:"ko",t:{"Edit item":{v:["항목 수정"]}}},{l:"lo",t:{"Edit item":{v:["ແກ້ໄຂລາຍການ"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Edit item":{v:["Уреди"]}}},{l:"mn",t:{"Edit item":{v:["Зүйлийг засварлах"]}}},{l:"my",t:{}},{l:"nb",t:{"Edit item":{v:["Rediger"]}}},{l:"nl",t:{"Edit item":{v:["Item bewerken"]}}},{l:"oc",t:{}},{l:"pl",t:{"Edit item":{v:["Edytuj element"]}}},{l:"pt-BR",t:{"Edit item":{v:["Editar item"]}}},{l:"pt-PT",t:{"Edit item":{v:["Editar item"]}}},{l:"ro",t:{"Edit item":{v:["Editați elementul"]}}},{l:"ru",t:{"Edit item":{v:["Изменить элемент"]}}},{l:"sk",t:{"Edit item":{v:["Upraviť položku"]}}},{l:"sl",t:{"Edit item":{v:["Uredi predmet"]}}},{l:"sr",t:{"Edit item":{v:["Уреди ставку"]}}},{l:"sv",t:{"Edit item":{v:["Redigera objekt"]}}},{l:"tr",t:{"Edit item":{v:["Ögeyi düzenle"]}}},{l:"uk",t:{"Edit item":{v:["Редагувати елемент"]}}},{l:"uz",t:{"Edit item":{v:["Elementni tahrirlash"]}}},{l:"zh-CN",t:{"Edit item":{v:["编辑项目"]}}},{l:"zh-HK",t:{"Edit item":{v:["編輯項目"]}}},{l:"zh-TW",t:{"Edit item":{v:["編輯項目"]}}}],tE=[{l:"ar",t:{"Enable interactive view":{v:["تمكين المنظور التفاعلي"]}}},{l:"ast",t:{"Enable interactive view":{v:["Activar la vista interactiva"]}}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{"Enable interactive view":{v:["Zapnout interaktivní zobrazení"]}}},{l:"cs-CZ",t:{}},{l:"da",t:{"Enable interactive view":{v:["Aktiver interaktiv visning"]}}},{l:"de",t:{"Enable interactive view":{v:["Die interaktive Ansicht aktivieren"]}}},{l:"de-DE",t:{"Enable interactive view":{v:["Die interaktive Ansicht aktivieren"]}}},{l:"el",t:{"Enable interactive view":{v:["Ενεργοποίηση διαδραστικής προβολής"]}}},{l:"en-GB",t:{"Enable interactive view":{v:["Enable interactive view"]}}},{l:"eo",t:{}},{l:"es",t:{"Enable interactive view":{v:["Habilitar vista interactiva"]}}},{l:"es-AR",t:{"Enable interactive view":{v:["Habilitar vista interactiva"]}}},{l:"es-EC",t:{}},{l:"es-MX",t:{"Enable interactive view":{v:["Habilitar vista interactiva"]}}},{l:"et-EE",t:{"Enable interactive view":{v:["Lülita interaktiivne vaade sisse"]}}},{l:"eu",t:{}},{l:"fa",t:{"Enable interactive view":{v:["فعالسازی نمای تعاملی"]}}},{l:"fi",t:{"Enable interactive view":{v:["Näytä vuorovaikutteinen näkymä"]}}},{l:"fr",t:{"Enable interactive view":{v:["Activer la vue interactive"]}}},{l:"ga",t:{"Enable interactive view":{v:["Cumasaigh amharc idirghníomhach"]}}},{l:"gl",t:{"Enable interactive view":{v:["Activar a vista interactiva"]}}},{l:"he",t:{}},{l:"hr",t:{"Enable interactive view":{v:["Omogući interaktivni prikaz"]}}},{l:"hu",t:{}},{l:"id",t:{"Enable interactive view":{v:["Aktifkan tampilan interaktif"]}}},{l:"is",t:{"Enable interactive view":{v:["Virkja gagnvirka sýn"]}}},{l:"it",t:{}},{l:"ja",t:{"Enable interactive view":{v:["インタラクティブ・ビューを有効にする"]}}},{l:"ja-JP",t:{"Enable interactive view":{v:["インタラクティブ・ビューを有効にする"]}}},{l:"ko",t:{"Enable interactive view":{v:["대화형 보기 활성화"]}}},{l:"lo",t:{"Enable interactive view":{v:["ເປີດໃຊ້ງານມຸມມອງໂຕ້ຕອບ"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Enable interactive view":{v:["Овозможи интерактивен приказ"]}}},{l:"mn",t:{"Enable interactive view":{v:["Интерактив харагдацыг идэвхжүүлэх"]}}},{l:"my",t:{}},{l:"nb",t:{"Enable interactive view":{v:["Aktiver interaktiv visning"]}}},{l:"nl",t:{"Enable interactive view":{v:["Interactieve weergave inschakelen"]}}},{l:"oc",t:{}},{l:"pl",t:{"Enable interactive view":{v:["Włącz widok interaktywny"]}}},{l:"pt-BR",t:{"Enable interactive view":{v:["Ativar visualização interativa"]}}},{l:"pt-PT",t:{"Enable interactive view":{v:["Ativar vista interativa"]}}},{l:"ro",t:{}},{l:"ru",t:{"Enable interactive view":{v:["Включить интерактивный просмотр"]}}},{l:"sk",t:{"Enable interactive view":{v:["Povoliť interaktívny pohľad"]}}},{l:"sl",t:{}},{l:"sr",t:{"Enable interactive view":{v:["Укључи интерактивни приказ"]}}},{l:"sv",t:{"Enable interactive view":{v:["Aktivera interaktiv vy"]}}},{l:"tr",t:{"Enable interactive view":{v:["Etkileşimli görünümü aç"]}}},{l:"uk",t:{"Enable interactive view":{v:["Увімкнути інтерактивний перегляд"]}}},{l:"uz",t:{"Enable interactive view":{v:["Interaktiv ko'rinishni yoqing"]}}},{l:"zh-CN",t:{"Enable interactive view":{v:["启用交互视窗"]}}},{l:"zh-HK",t:{"Enable interactive view":{v:["啟用互動視圖"]}}},{l:"zh-TW",t:{"Enable interactive view":{v:["啟用互動檢視"]}}}],iE=[{l:"ar",t:{"Enter link":{v:["أدخِل الرابط"]}}},{l:"ast",t:{"Enter link":{v:["Introducir l'enllaz"]}}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{"Enter link":{v:["Zadat odkaz"]}}},{l:"cs-CZ",t:{"Enter link":{v:["Zadat odkaz"]}}},{l:"da",t:{"Enter link":{v:["Indtast link"]}}},{l:"de",t:{"Enter link":{v:["Link eingeben"]}}},{l:"de-DE",t:{"Enter link":{v:["Link eingeben"]}}},{l:"el",t:{"Enter link":{v:["Εισάγετε σύνδεσμο"]}}},{l:"en-GB",t:{"Enter link":{v:["Enter link"]}}},{l:"eo",t:{}},{l:"es",t:{"Enter link":{v:["Ingrese enlace"]}}},{l:"es-AR",t:{"Enter link":{v:["Ingresar enlace"]}}},{l:"es-EC",t:{"Enter link":{v:["Ingresar enlace"]}}},{l:"es-MX",t:{"Enter link":{v:["Ingresar enlace"]}}},{l:"et-EE",t:{"Enter link":{v:["Sisesta link"]}}},{l:"eu",t:{"Enter link":{v:["Sartu esteka"]}}},{l:"fa",t:{"Enter link":{v:["لینک را وارد کنید"]}}},{l:"fi",t:{"Enter link":{v:["Kirjoita linkki"]}}},{l:"fr",t:{"Enter link":{v:["Saisissez le lien"]}}},{l:"ga",t:{"Enter link":{v:["Cuir isteach nasc"]}}},{l:"gl",t:{"Enter link":{v:["Introducir a ligazón"]}}},{l:"he",t:{"Enter link":{v:["מילוי קישור"]}}},{l:"hr",t:{"Enter link":{v:["Unesi poveznicu"]}}},{l:"hu",t:{}},{l:"id",t:{"Enter link":{v:["Masukkan tautan"]}}},{l:"is",t:{"Enter link":{v:["Settu inn tengil"]}}},{l:"it",t:{"Enter link":{v:["Inserire il link"]}}},{l:"ja",t:{"Enter link":{v:["リンクを入力する"]}}},{l:"ja-JP",t:{"Enter link":{v:["リンクを入力する"]}}},{l:"ko",t:{"Enter link":{v:["링크 입력"]}}},{l:"lo",t:{"Enter link":{v:["ປ້ອນລິງ"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Enter link":{v:["Внеси линк"]}}},{l:"mn",t:{"Enter link":{v:["Холбоос оруулах"]}}},{l:"my",t:{}},{l:"nb",t:{"Enter link":{v:["Skriv inn lenken"]}}},{l:"nl",t:{"Enter link":{v:["Link invoeren"]}}},{l:"oc",t:{}},{l:"pl",t:{"Enter link":{v:["Wprowadź link"]}}},{l:"pt-BR",t:{"Enter link":{v:["Insira o link"]}}},{l:"pt-PT",t:{"Enter link":{v:["Inserir hiperligação"]}}},{l:"ro",t:{"Enter link":{v:["Introduceți link-ul"]}}},{l:"ru",t:{"Enter link":{v:["Введите ссылку"]}}},{l:"sk",t:{"Enter link":{v:["Vložiť link"]}}},{l:"sl",t:{}},{l:"sr",t:{"Enter link":{v:["Унесите линк"]}}},{l:"sv",t:{"Enter link":{v:["Ange länk"]}}},{l:"tr",t:{"Enter link":{v:["Bağlantıyı yazın"]}}},{l:"uk",t:{"Enter link":{v:["Зазначте посилання"]}}},{l:"uz",t:{"Enter link":{v:["Havolani kiriting"]}}},{l:"zh-CN",t:{"Enter link":{v:["输入链接"]}}},{l:"zh-HK",t:{"Enter link":{v:["輸入連結"]}}},{l:"zh-TW",t:{"Enter link":{v:["輸入連結"]}}}],nE=[{l:"ar",t:{}},{l:"ast",t:{}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{"External documentation":{v:["Externí dokumentace"]}}},{l:"cs-CZ",t:{}},{l:"da",t:{"External documentation":{v:["Ekstern dokumentation"]}}},{l:"de",t:{"External documentation":{v:["Externe Dokumentation"]}}},{l:"de-DE",t:{"External documentation":{v:["Externe Dokumentation"]}}},{l:"el",t:{"External documentation":{v:["Εξωτερική τεκμηρίωση"]}}},{l:"en-GB",t:{"External documentation":{v:["External documentation"]}}},{l:"eo",t:{}},{l:"es",t:{}},{l:"es-AR",t:{}},{l:"es-EC",t:{}},{l:"es-MX",t:{}},{l:"et-EE",t:{"External documentation":{v:["Dokumentatsioon välises allikas"]}}},{l:"eu",t:{}},{l:"fa",t:{}},{l:"fi",t:{}},{l:"fr",t:{"External documentation":{v:["Documentation externe"]}}},{l:"ga",t:{"External documentation":{v:["Doiciméadú seachtrach"]}}},{l:"gl",t:{"External documentation":{v:["Documentación externa"]}}},{l:"he",t:{}},{l:"hr",t:{"External documentation":{v:["Vanjska dokumentacija"]}}},{l:"hu",t:{}},{l:"id",t:{"External documentation":{v:["Dokumentasi eksternal"]}}},{l:"is",t:{}},{l:"it",t:{}},{l:"ja",t:{"External documentation":{v:["外部ドキュメント"]}}},{l:"ja-JP",t:{}},{l:"ko",t:{"External documentation":{v:["외부 문서"]}}},{l:"lo",t:{"External documentation":{v:["ເອກະສານພາຍນອກ"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"External documentation":{v:["Надворешна документација"]}}},{l:"mn",t:{"External documentation":{v:["Гадаад баримт бичиг"]}}},{l:"my",t:{}},{l:"nb",t:{}},{l:"nl",t:{"External documentation":{v:["Externe documentatie"]}}},{l:"oc",t:{}},{l:"pl",t:{}},{l:"pt-BR",t:{"External documentation":{v:["Documentação externa"]}}},{l:"pt-PT",t:{}},{l:"ro",t:{}},{l:"ru",t:{"External documentation":{v:["Внешняя документация"]}}},{l:"sk",t:{}},{l:"sl",t:{}},{l:"sr",t:{"External documentation":{v:["Спољна документација"]}}},{l:"sv",t:{}},{l:"tr",t:{"External documentation":{v:["Dış belgeler"]}}},{l:"uk",t:{"External documentation":{v:["Зовнішня документація"]}}},{l:"uz",t:{"External documentation":{v:["Tashqi hujjatlar"]}}},{l:"zh-CN",t:{}},{l:"zh-HK",t:{"External documentation":{v:["外部文件"]}}},{l:"zh-TW",t:{"External documentation":{v:["外部文件"]}}}],aE=[{l:"ar",t:{"Go back to the list":{v:["عودة إلى القائمة"]}}},{l:"ast",t:{"Go back to the list":{v:["Volver a la llista"]}}},{l:"br",t:{}},{l:"ca",t:{"Go back to the list":{v:["Torna a la llista"]}}},{l:"cs",t:{"Go back to the list":{v:["Jít zpět na seznam"]}}},{l:"cs-CZ",t:{"Go back to the list":{v:["Jít zpět na seznam"]}}},{l:"da",t:{"Go back to the list":{v:["Tilbage til listen"]}}},{l:"de",t:{"Go back to the list":{v:["Zurück zur Liste"]}}},{l:"de-DE",t:{"Go back to the list":{v:["Zurück zur Liste"]}}},{l:"el",t:{"Go back to the list":{v:["Επιστροφή στην αρχική λίστα"]}}},{l:"en-GB",t:{"Go back to the list":{v:["Go back to the list"]}}},{l:"eo",t:{}},{l:"es",t:{"Go back to the list":{v:["Volver a la lista"]}}},{l:"es-AR",t:{"Go back to the list":{v:["Volver a la lista"]}}},{l:"es-EC",t:{"Go back to the list":{v:["Volver a la lista"]}}},{l:"es-MX",t:{"Go back to the list":{v:["Regresar a la lista"]}}},{l:"et-EE",t:{"Go back to the list":{v:["Tagasi nimekirja juurde"]}}},{l:"eu",t:{"Go back to the list":{v:["Bueltatu zerrendara"]}}},{l:"fa",t:{"Go back to the list":{v:["برگشت به لیست"]}}},{l:"fi",t:{"Go back to the list":{v:["Takaisin listaan"]}}},{l:"fr",t:{"Go back to the list":{v:["Retourner à la liste"]}}},{l:"ga",t:{"Go back to the list":{v:["Téigh ar ais go dtí an liosta"]}}},{l:"gl",t:{"Go back to the list":{v:["Volver á lista"]}}},{l:"he",t:{"Go back to the list":{v:["חזרה לרשימה"]}}},{l:"hr",t:{"Go back to the list":{v:["Vrati se na popis"]}}},{l:"hu",t:{"Go back to the list":{v:["Ugrás vissza a listához"]}}},{l:"id",t:{"Go back to the list":{v:["Kembali ke daftar"]}}},{l:"is",t:{"Go back to the list":{v:["Fara til baka í listann"]}}},{l:"it",t:{"Go back to the list":{v:["Torna all'elenco"]}}},{l:"ja",t:{"Go back to the list":{v:["リストに戻る"]}}},{l:"ja-JP",t:{"Go back to the list":{v:["リストに戻る"]}}},{l:"ko",t:{"Go back to the list":{v:["목록으로 돌아가기"]}}},{l:"lo",t:{"Go back to the list":{v:["ກັບໄປທີ່ລາຍການ"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Go back to the list":{v:["Врати се на листата"]}}},{l:"mn",t:{"Go back to the list":{v:["Жагсаалт руу буцах"]}}},{l:"my",t:{}},{l:"nb",t:{"Go back to the list":{v:["Gå tilbake til listen"]}}},{l:"nl",t:{"Go back to the list":{v:["Ga terug naar de lijst"]}}},{l:"oc",t:{}},{l:"pl",t:{"Go back to the list":{v:["Powrót do listy"]}}},{l:"pt-BR",t:{"Go back to the list":{v:["Voltar para a lista"]}}},{l:"pt-PT",t:{"Go back to the list":{v:["Voltar para a lista"]}}},{l:"ro",t:{"Go back to the list":{v:["Întoarceți-vă la listă"]}}},{l:"ru",t:{"Go back to the list":{v:["Вернуться к списку"]}}},{l:"sk",t:{"Go back to the list":{v:["Späť na zoznam"]}}},{l:"sl",t:{"Go back to the list":{v:["Vrni se na seznam"]}}},{l:"sr",t:{"Go back to the list":{v:["Назад на листу"]}}},{l:"sv",t:{"Go back to the list":{v:["Gå tillbaka till listan"]}}},{l:"tr",t:{"Go back to the list":{v:["Listeye dön"]}}},{l:"uk",t:{"Go back to the list":{v:["Повернутися до списку"]}}},{l:"uz",t:{"Go back to the list":{v:["Ro'yxatga qayting"]}}},{l:"zh-CN",t:{"Go back to the list":{v:["返回至列表"]}}},{l:"zh-HK",t:{"Go back to the list":{v:["返回清單"]}}},{l:"zh-TW",t:{"Go back to the list":{v:["回到清單"]}}}],sE=[{l:"ar",t:{"Hide details":{v:["أخفِ التفاصيل"]},"Rename project":{v:["تغيير اسم المشروع"]},"Show details":{v:["أظهِر التفاصيل"]}}},{l:"ast",t:{}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{"Hide details":{v:["Skrýt podrobnosti"]},"Rename project":{v:["Přejmenovat projekt"]},"Show details":{v:["Zobrazit podrobnosti"]}}},{l:"cs-CZ",t:{}},{l:"da",t:{"Hide details":{v:["Skjul detaljer"]},"Rename project":{v:["Omdøb projekt"]},"Show details":{v:["Vis detaljer"]}}},{l:"de",t:{"Hide details":{v:["Details ausblenden"]},"Rename project":{v:["Projekt umbenennen"]},"Show details":{v:["Details anzeigen"]}}},{l:"de-DE",t:{"Hide details":{v:["Details ausblenden"]},"Rename project":{v:["Projekt umbenennen"]},"Show details":{v:["Details anzeigen"]}}},{l:"el",t:{"Hide details":{v:["Απόκρυψη λεπτομερειών"]},"Rename project":{v:["Μετονομασία έργου"]},"Show details":{v:["Εμφάνιση λεπτομερειών"]}}},{l:"en-GB",t:{"Hide details":{v:["Hide details"]},"Rename project":{v:["Rename project"]},"Show details":{v:["Show details"]}}},{l:"eo",t:{}},{l:"es",t:{}},{l:"es-AR",t:{"Hide details":{v:["Ocultar detalles"]},"Rename project":{v:["Renombrar proyecto"]},"Show details":{v:["Mostrar detalles"]}}},{l:"es-EC",t:{}},{l:"es-MX",t:{"Hide details":{v:["Ocultar detalles"]},"Rename project":{v:["Renombrar proyecto"]},"Show details":{v:["Mostrar detalles"]}}},{l:"et-EE",t:{"Hide details":{v:["Peida üksikasjad"]},"Rename project":{v:["Muuda projekti nime"]},"Show details":{v:["Näita üksikasju"]}}},{l:"eu",t:{}},{l:"fa",t:{"Hide details":{v:["پنهان کردن جزئیات"]},"Rename project":{v:["تغییر نام پروژه"]},"Show details":{v:["نمایش جزئیات"]}}},{l:"fi",t:{"Hide details":{v:["Piilota yksityiskohdat"]},"Rename project":{v:["Nimeä projekti"]},"Show details":{v:["Näytä yksityiskohdat"]}}},{l:"fr",t:{"Hide details":{v:["Masquer les détails"]},"Rename project":{v:["Renommer le projet"]},"Show details":{v:["Afficher les détails"]}}},{l:"ga",t:{"Hide details":{v:["Folaigh sonraí"]},"Rename project":{v:["Athainmnigh an tionscadal"]},"Show details":{v:["Taispeáin sonraí"]}}},{l:"gl",t:{"Hide details":{v:["Agochar os detalles"]},"Rename project":{v:["Cambiar o nome do proxecto"]},"Show details":{v:["Amosar os detalles"]}}},{l:"he",t:{}},{l:"hr",t:{"Hide details":{v:["Sakrij detalje"]},"Rename project":{v:["Preimenuj projekt"]},"Show details":{v:["Prikaži detalje"]}}},{l:"hu",t:{}},{l:"id",t:{"Hide details":{v:["Sembunyikan detail"]},"Rename project":{v:["Ganti nama proyek"]},"Show details":{v:["Tampilkan detail"]}}},{l:"is",t:{"Hide details":{v:["Fela nánari upplýsingar"]},"Rename project":{v:["Endurnefna verkefni"]},"Show details":{v:["Birta nánari upplýsingar"]}}},{l:"it",t:{}},{l:"ja",t:{"Hide details":{v:["詳細を非表示"]},"Rename project":{v:["プロジェクト名を変更"]},"Show details":{v:["詳細の表示"]}}},{l:"ja-JP",t:{}},{l:"ko",t:{"Hide details":{v:["세부 사항 숨기기"]},"Rename project":{v:["프로젝트 이름 변경"]},"Show details":{v:["세부 사항 보기"]}}},{l:"lo",t:{"Hide details":{v:["ເຊື່ອງລາຍລະອຽດ"]},"Rename project":{v:["ປ່ຽນຊື່ໂຄງການ"]},"Show details":{v:["ສະແດງລາຍລະອຽດ"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Hide details":{v:["Сокриј детали"]},"Rename project":{v:["Преименувај проект"]},"Show details":{v:["Прикажи детали"]}}},{l:"mn",t:{"Hide details":{v:["Дэлгэрэнгүйг нуух"]},"Rename project":{v:["Төслийн нэр солих"]},"Show details":{v:["Дэлгэрэнгүйг харуулах"]}}},{l:"my",t:{}},{l:"nb",t:{"Hide details":{v:["Skjul detaljer"]},"Rename project":{v:["Gi prosjekt nytt navn"]},"Show details":{v:["Vis detaljer"]}}},{l:"nl",t:{"Hide details":{v:["Details verbergen"]},"Rename project":{v:["Project hernoemen"]},"Show details":{v:["Details weergeven"]}}},{l:"oc",t:{}},{l:"pl",t:{"Hide details":{v:["Ukryj szczegóły"]},"Rename project":{v:["Zmień nazwę projektu"]},"Show details":{v:["Pokaż szczegóły"]}}},{l:"pt-BR",t:{"Hide details":{v:["Ocultar detalhes"]},"Rename project":{v:["Renomear projeto"]},"Show details":{v:["Mostrar detalhes"]}}},{l:"pt-PT",t:{"Hide details":{v:["Ocultar detalhes"]},"Rename project":{v:["Alterar nome do projeto"]},"Show details":{v:["Ver detalhes"]}}},{l:"ro",t:{}},{l:"ru",t:{"Hide details":{v:["Скрыть подробности"]},"Rename project":{v:["Переименовать проект"]},"Show details":{v:["Показать детали"]}}},{l:"sk",t:{"Hide details":{v:["Skryť detaily"]},"Rename project":{v:["Premenovať projekt"]},"Show details":{v:["Zobraziť detaily"]}}},{l:"sl",t:{}},{l:"sr",t:{"Hide details":{v:["Сакриј детаље"]},"Rename project":{v:["Промени име пројекта"]},"Show details":{v:["Прикажи детаље"]}}},{l:"sv",t:{"Hide details":{v:["Göm detaljer"]},"Rename project":{v:["Byt namn på projektet"]},"Show details":{v:["Visa detaljer"]}}},{l:"tr",t:{"Hide details":{v:["Ayrıntıları gizle"]},"Rename project":{v:["Projeyi yeniden adlandır"]},"Show details":{v:["Ayrıntıları görüntüle"]}}},{l:"uk",t:{"Hide details":{v:["Сховати деталі"]},"Rename project":{v:["Перейменувати проєкт"]},"Show details":{v:["Показати деталі"]}}},{l:"uz",t:{"Hide details":{v:["Tafsilotlarni yashirish"]},"Rename project":{v:["Loyiha nomini o'zgartirish"]},"Show details":{v:["Tafsilotlarni ko'rsatish"]}}},{l:"zh-CN",t:{"Hide details":{v:["隐藏细节"]},"Rename project":{v:["重命名项目"]},"Show details":{v:["显示细节"]}}},{l:"zh-HK",t:{"Hide details":{v:["隱藏詳情"]},"Rename project":{v:["重命名方案"]},"Show details":{v:["顯示詳情"]}}},{l:"zh-TW",t:{"Hide details":{v:["隱藏詳細資料"]},"Rename project":{v:["重新命名專案"]},"Show details":{v:["顯示詳細資訊"]}}}],rE=[{l:"ar",t:{"Hide password":{v:["إخفاء كلمة المرور"]},"Password is secure":{v:["كلمة المرور آمنة"]},"Show password":{v:["أظهِر كلمة المرور"]}}},{l:"ast",t:{"Hide password":{v:["Anubrir la contraseña"]},"Password is secure":{v:["La contraseña ye segura"]},"Show password":{v:["Amosar la contraseña"]}}},{l:"br",t:{}},{l:"ca",t:{"Hide password":{v:["Amagar contrasenya"]},"Password is secure":{v:["Contrasenya segura "]},"Show password":{v:["Mostrar contrasenya"]}}},{l:"cs",t:{"Hide password":{v:["Skrýt heslo"]},"Password is secure":{v:["Heslo je bezpečné"]},"Show password":{v:["Zobrazit heslo"]}}},{l:"cs-CZ",t:{"Hide password":{v:["Skrýt heslo"]},"Password is secure":{v:["Heslo je bezpečné"]},"Show password":{v:["Zobrazit heslo"]}}},{l:"da",t:{"Hide password":{v:["Skjul kodeord"]},"Password is secure":{v:["Kodeordet er sikkert"]},"Show password":{v:["Vis kodeord"]}}},{l:"de",t:{"Hide password":{v:["Passwort verbergen"]},"Password is secure":{v:["Passwort ist sicher"]},"Show password":{v:["Passwort anzeigen"]}}},{l:"de-DE",t:{"Hide password":{v:["Passwort verbergen"]},"Password is secure":{v:["Passwort ist sicher"]},"Show password":{v:["Passwort anzeigen"]}}},{l:"el",t:{"Hide password":{v:["Απόκρυψη συνθηματικού"]},"Password is secure":{v:["Το συνθηματικό είναι ασφαλές"]},"Show password":{v:["Εμφάνιση κωδικού πρόσβασης"]}}},{l:"en-GB",t:{"Hide password":{v:["Hide password"]},"Password is secure":{v:["Password is secure"]},"Show password":{v:["Show password"]}}},{l:"eo",t:{}},{l:"es",t:{"Hide password":{v:["Ocultar contraseña"]},"Password is secure":{v:["La contraseña es segura"]},"Show password":{v:["Mostrar contraseña"]}}},{l:"es-AR",t:{"Hide password":{v:["Ocultar contraseña"]},"Password is secure":{v:["La contraseña es segura"]},"Show password":{v:["Mostrar contraseña"]}}},{l:"es-EC",t:{"Hide password":{v:["Ocultar contraseña"]},"Password is secure":{v:["La contraseña es segura"]},"Show password":{v:["Mostrar contraseña"]}}},{l:"es-MX",t:{"Hide password":{v:["Ocultar contraseña"]},"Password is secure":{v:["La contraseña es segura"]},"Show password":{v:["Mostrar contraseña"]}}},{l:"et-EE",t:{"Hide password":{v:["Peida salasõna"]},"Password is secure":{v:["Salasõna on turvaline"]},"Show password":{v:["Näita salasõna"]}}},{l:"eu",t:{"Hide password":{v:["Ezkutatu pasahitza"]},"Password is secure":{v:["Pasahitza segurua da"]},"Show password":{v:["Erakutsi pasahitza"]}}},{l:"fa",t:{"Hide password":{v:["پنهان کردن رمز عبور"]},"Password is secure":{v:["گذرواژه امن است"]},"Show password":{v:["نمایش گذرواژه"]}}},{l:"fi",t:{"Hide password":{v:["Piilota salasana"]},"Password is secure":{v:["Salasana on turvallinen"]},"Show password":{v:["Näytä salasana"]}}},{l:"fr",t:{"Hide password":{v:["Cacher le mot de passe"]},"Password is secure":{v:["Le mot de passe est sécurisé"]},"Show password":{v:["Afficher le mot de passe"]}}},{l:"ga",t:{"Hide password":{v:["Folaigh pasfhocal"]},"Password is secure":{v:["Tá pasfhocal slán"]},"Show password":{v:["Taispeáin pasfhocal"]}}},{l:"gl",t:{"Hide password":{v:["Agochar o contrasinal"]},"Password is secure":{v:["O contrasinal é seguro"]},"Show password":{v:["Amosar o contrasinal"]}}},{l:"he",t:{"Hide password":{v:["הסתרת סיסמה"]},"Password is secure":{v:["הסיסמה מאובטחת"]},"Show password":{v:["הצגת סיסמה"]}}},{l:"hr",t:{"Hide password":{v:["Sakrij lozinku"]},"Password is secure":{v:["Lozinka je zaštićena"]},"Show password":{v:["Prikaži lozinku"]}}},{l:"hu",t:{"Hide password":{v:["Jelszó elrejtése"]},"Password is secure":{v:["A jelszó biztonságos"]},"Show password":{v:["Jelszó megjelenítése"]}}},{l:"id",t:{"Hide password":{v:["Sembunyikan sandi"]},"Password is secure":{v:["Kata sandi sudah aman"]},"Show password":{v:["Tampilkan sandi"]}}},{l:"is",t:{"Hide password":{v:["Fela lykilorð"]},"Password is secure":{v:["Lykilorðið er öruggt"]},"Show password":{v:["Birta lykilorð"]}}},{l:"it",t:{"Hide password":{v:["Nascondi la password"]},"Password is secure":{v:["La password è sicura"]},"Show password":{v:["Mostra la password"]}}},{l:"ja",t:{"Hide password":{v:["パスワードを非表示"]},"Password is secure":{v:["パスワードは保護されています"]},"Show password":{v:["パスワードを表示"]}}},{l:"ja-JP",t:{"Hide password":{v:["パスワードを非表示"]},"Password is secure":{v:["パスワードは保護されています"]},"Show password":{v:["パスワードを表示"]}}},{l:"ko",t:{"Hide password":{v:["암호 숨기기"]},"Password is secure":{v:["암호가 안전합니다."]},"Show password":{v:["암호 표시"]}}},{l:"lo",t:{"Hide password":{v:["ເຊື່ອງລະຫັດຜ່ານ"]},"Password is secure":{v:["ລະຫັດຜ່ານປອດໄພ"]},"Show password":{v:["ສະແດງລະຫັດຜ່ານ"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Hide password":{v:["Сокриј лозинка"]},"Password is secure":{v:["Лозинката е безбедна"]},"Show password":{v:["Прикажи лозинка"]}}},{l:"mn",t:{"Hide password":{v:["Нууц үгийг нуух"]},"Password is secure":{v:["Нууц үг найдвартай байна"]},"Show password":{v:["Нууц үгийг харуулах"]}}},{l:"my",t:{}},{l:"nb",t:{"Hide password":{v:["Skjul passord"]},"Password is secure":{v:["Passordet er sikkert"]},"Show password":{v:["Vis passord"]}}},{l:"nl",t:{"Hide password":{v:["Wachtwoord verbergen"]},"Password is secure":{v:["Wachtwoord is veilig"]},"Show password":{v:["Wachtwoord weergeven"]}}},{l:"oc",t:{}},{l:"pl",t:{"Hide password":{v:["Ukryj hasło"]},"Password is secure":{v:["Hasło jest bezpieczne"]},"Show password":{v:["Pokaż hasło"]}}},{l:"pt-BR",t:{"Hide password":{v:["Ocultar senha"]},"Password is secure":{v:["A senha é segura"]},"Show password":{v:["Mostrar senha"]}}},{l:"pt-PT",t:{"Hide password":{v:["Ocultar palavra-passe"]},"Password is secure":{v:["A palavra-passe é segura"]},"Show password":{v:["Mostrar palavra-passe"]}}},{l:"ro",t:{"Hide password":{v:["Ascunde parola"]},"Password is secure":{v:["Parola este sigură"]},"Show password":{v:["Arată parola"]}}},{l:"ru",t:{"Hide password":{v:["Скрыть пароль"]},"Password is secure":{v:["Пароль надежный"]},"Show password":{v:["Показать пароль"]}}},{l:"sk",t:{"Hide password":{v:["Skryť heslo"]},"Password is secure":{v:["Heslo je bezpečné"]},"Show password":{v:["Zobraziť heslo"]}}},{l:"sl",t:{"Hide password":{v:["Skrij geslo"]},"Password is secure":{v:["Geslo je varno"]},"Show password":{v:["Pokaži geslo"]}}},{l:"sr",t:{"Hide password":{v:["Сакриј лозинку"]},"Password is secure":{v:["Лозинка је безбедна"]},"Show password":{v:["Прикажи лозинку"]}}},{l:"sv",t:{"Hide password":{v:["Göm lösenordet"]},"Password is secure":{v:["Lössenordet är säkert"]},"Show password":{v:["Visa lössenordet"]}}},{l:"tr",t:{"Hide password":{v:["Parolayı gizle"]},"Password is secure":{v:["Parola güvenli"]},"Show password":{v:["Parolayı görüntüle"]}}},{l:"uk",t:{"Hide password":{v:["Приховати пароль"]},"Password is secure":{v:["Пароль безпечний"]},"Show password":{v:["Показати пароль"]}}},{l:"uz",t:{"Hide password":{v:["Parolni yashirish"]},"Password is secure":{v:["Parol xavfsiz"]},"Show password":{v:["Parolni ko'rsatish"]}}},{l:"zh-CN",t:{"Hide password":{v:["隐藏密码"]},"Password is secure":{v:["密码安全"]},"Show password":{v:["显示密码"]}}},{l:"zh-HK",t:{"Hide password":{v:["隱藏密碼"]},"Password is secure":{v:["密碼是安全的"]},"Show password":{v:["顯示密碼"]}}},{l:"zh-TW",t:{"Hide password":{v:["隱藏密碼"]},"Password is secure":{v:["密碼安全"]},"Show password":{v:["顯示密碼"]}}}],oE=[{l:"ar",t:{"Keyboard navigation help":{v:["مساعدة في التنقل باستعمال لوحة المفاتيح"]},"Skip to app navigation":{v:["تجاوَز إلى التنقل في التطبيق"]},"Skip to main content":{v:["تجاوَز إلى المحتوى الرئيسي"]}}},{l:"ast",t:{"Keyboard navigation help":{v:["Ayuda de la navegación pente'l tecláu"]},"Skip to app navigation":{v:["Dir a la navegación d'aplicaciones"]},"Skip to main content":{v:["Dir al conteníu principal"]}}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{"Keyboard navigation help":{v:["Nápověda pro pohyb pomocí klávesnice"]},"Skip to app navigation":{v:["Přeskočit na navigaci aplikace"]},"Skip to main content":{v:["Přeskočit na hlavní obsah"]}}},{l:"cs-CZ",t:{"Keyboard navigation help":{v:["Nápověda pro pohyb pomocí klávesnice"]},"Skip to app navigation":{v:["Přeskočit na navigaci aplikace"]},"Skip to main content":{v:["Přeskočit na hlavní obsah"]}}},{l:"da",t:{"Keyboard navigation help":{v:["Hjælp til tastaturnavigation"]},"Skip to app navigation":{v:["Spring til app navigation"]},"Skip to main content":{v:["Spring til hovedindhold"]}}},{l:"de",t:{"Keyboard navigation help":{v:["Tastatur-Navigationshilfe"]},"Skip to app navigation":{v:["Zur App-Navigation springen"]},"Skip to main content":{v:["Zum Hauptinhalt springen"]}}},{l:"de-DE",t:{"Keyboard navigation help":{v:["Tastatur-Navigationshilfe"]},"Skip to app navigation":{v:["Zur App-Navigation springen"]},"Skip to main content":{v:["Zum Hauptinhalt springen"]}}},{l:"el",t:{"Keyboard navigation help":{v:["Βοήθεια πλοήγησης με πληκτρολόγιο"]},"Skip to app navigation":{v:["Μετάβαση στην πλοήγηση της εφαρμογής"]},"Skip to main content":{v:["Μετάβαση στο κύριο περιεχόμενο"]}}},{l:"en-GB",t:{"Keyboard navigation help":{v:["Keyboard navigation help"]},"Skip to app navigation":{v:["Skip to app navigation"]},"Skip to main content":{v:["Skip to main content"]}}},{l:"eo",t:{}},{l:"es",t:{"Keyboard navigation help":{v:["Ayuda de navegación del teclado"]},"Skip to app navigation":{v:["Saltar a la navegación de apps"]},"Skip to main content":{v:["Saltar al contenido principal"]}}},{l:"es-AR",t:{"Keyboard navigation help":{v:["Ayuda de navegación del teclado"]},"Skip to app navigation":{v:["Saltar a la navegación de app"]},"Skip to main content":{v:["Saltar al contenido principal"]}}},{l:"es-EC",t:{}},{l:"es-MX",t:{"Keyboard navigation help":{v:["Ayuda de navegación del teclado"]},"Skip to app navigation":{v:["Saltar a la navegación de app"]},"Skip to main content":{v:["Saltar al contenido principal"]}}},{l:"et-EE",t:{"Keyboard navigation help":{v:["Klahvistiku kasutuse abiteave"]},"Skip to app navigation":{v:["Suundu rakenduses liikumise valikute juurde"]},"Skip to main content":{v:["Suundu põhisisu juurde"]}}},{l:"eu",t:{}},{l:"fa",t:{"Keyboard navigation help":{v:["راهنمای ناوبری صفحه کلید"]},"Skip to app navigation":{v:["رفتن به پیمایش برنامه"]},"Skip to main content":{v:["رفتن به محتوای اصلی"]}}},{l:"fi",t:{"Keyboard navigation help":{v:["Näppäimistönavigoinnin ohje"]},"Skip to app navigation":{v:["Siirry sovelluksen navigaatioon"]},"Skip to main content":{v:["Siirry pääsisältöön"]}}},{l:"fr",t:{"Keyboard navigation help":{v:["Aide à la navigation du clavier"]},"Skip to app navigation":{v:["Passer à l'app navigation"]},"Skip to main content":{v:["Passer au contenu principal"]}}},{l:"ga",t:{"Keyboard navigation help":{v:["Cabhair le nascleanúint méarchláir"]},"Skip to app navigation":{v:["Téigh ar aghaidh chuig nascleanúint aip"]},"Skip to main content":{v:["Téigh ar aghaidh chuig an bpríomhábhar"]}}},{l:"gl",t:{"Keyboard navigation help":{v:["Axuda á navegación co teclado"]},"Skip to app navigation":{v:["Ir á navegación da aplicación"]},"Skip to main content":{v:["Ir ao contido principal"]}}},{l:"he",t:{}},{l:"hr",t:{"Keyboard navigation help":{v:["Pomoć za navigaciju tipkovnicom"]},"Skip to app navigation":{v:["Preskoči na navigaciju aplikacije"]},"Skip to main content":{v:["Preskoči na glavni sadržaj"]}}},{l:"hu",t:{}},{l:"id",t:{"Keyboard navigation help":{v:["Bantuan navigasi keyboard"]},"Skip to app navigation":{v:["Lewati ke navigasi aplikasi"]},"Skip to main content":{v:["Lewati ke konten utama"]}}},{l:"is",t:{"Keyboard navigation help":{v:["Aðstoð við rötun á lyklaborði"]},"Skip to app navigation":{v:["Sleppa og fara í flakk innan forrits"]},"Skip to main content":{v:["Sleppa og fara í meginefni"]}}},{l:"it",t:{}},{l:"ja",t:{"Keyboard navigation help":{v:["キーボード・ナビゲーション・ヘルプ"]},"Skip to app navigation":{v:["アプリのナビゲーションへ移動"]},"Skip to main content":{v:["メインコンテンツへ移動"]}}},{l:"ja-JP",t:{"Keyboard navigation help":{v:["キーボード・ナビゲーション・ヘルプ"]},"Skip to app navigation":{v:["アプリのナビゲーションへ移動"]},"Skip to main content":{v:["メインコンテンツへ移動"]}}},{l:"ko",t:{"Keyboard navigation help":{v:["키보드 탐색 도움말"]},"Skip to app navigation":{v:["앱 탐색으로 건너뛰기"]},"Skip to main content":{v:["본 내용으로 건너뛰기"]}}},{l:"lo",t:{"Keyboard navigation help":{v:["ການຊ່ວຍເຫຼືອການນຳທາງດ້ວຍຄີບອດ"]},"Skip to app navigation":{v:["ຂ້າມໄປທີ່ການນຳທາງຂອງແອັບ"]},"Skip to main content":{v:["ຂ້າມໄປທີ່ເນື້ອຫາຫຼັກ"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Keyboard navigation help":{v:["Навигација со тастатура"]},"Skip to app navigation":{v:["Прескокни на навигација на апликацијата"]},"Skip to main content":{v:["Прескокни на главна содржина"]}}},{l:"mn",t:{"Keyboard navigation help":{v:["Гарын навигацийн тусламж"]},"Skip to app navigation":{v:["Аппын навигаци руу алгасах"]},"Skip to main content":{v:["Үндсэн агуулга руу алгасах"]}}},{l:"my",t:{}},{l:"nb",t:{"Keyboard navigation help":{v:["Hjelp for tastaturnavigering"]},"Skip to app navigation":{v:["Hopp til appnavigering"]},"Skip to main content":{v:["Hopp til hovedinnhold"]}}},{l:"nl",t:{"Keyboard navigation help":{v:["Hulp voor toetsenbordnavigatie"]},"Skip to app navigation":{v:["Doorgaan naar app-navigatie"]},"Skip to main content":{v:["Naar hoofdinhoud gaan"]}}},{l:"oc",t:{}},{l:"pl",t:{"Keyboard navigation help":{v:["Pomoc w nawigacji za pomocą klawiatury"]},"Skip to app navigation":{v:["Przewiń do nawigacji"]},"Skip to main content":{v:["Przewiń do głównych treści"]}}},{l:"pt-BR",t:{"Keyboard navigation help":{v:["Ajuda para navegação pelo teclado"]},"Skip to app navigation":{v:["Ir para navegação de aplicativo"]},"Skip to main content":{v:["Ir para conteúdo principal"]}}},{l:"pt-PT",t:{"Keyboard navigation help":{v:["Ajuda à navegação no teclado"]},"Skip to app navigation":{v:["Saltar para navegação da app"]},"Skip to main content":{v:["Saltar para conteúdo principal"]}}},{l:"ro",t:{}},{l:"ru",t:{"Keyboard navigation help":{v:["Справка по навигации с помощью клавиатуры"]},"Skip to app navigation":{v:["Перейти к навигации по приложению"]},"Skip to main content":{v:["Перейти к основному содержанию"]}}},{l:"sk",t:{"Keyboard navigation help":{v:["Pomoc pri navigácii pomocou klávesnice"]},"Skip to app navigation":{v:["Preskočiť na navigáciu v aplikácii"]},"Skip to main content":{v:["Preskočiť na hlavný obsah"]}}},{l:"sl",t:{}},{l:"sr",t:{"Keyboard navigation help":{v:["Помоћ за навигацију тастатуром"]},"Skip to app navigation":{v:["Прескочи на навигацију апликацијом"]},"Skip to main content":{v:["Прескочи на главни садржај"]}}},{l:"sv",t:{"Keyboard navigation help":{v:["Hjälp med tangentbordsnavigering"]},"Skip to app navigation":{v:["Hoppa till appnavigering"]},"Skip to main content":{v:["Hoppa till huvudinnehåll"]}}},{l:"tr",t:{"Keyboard navigation help":{v:["Klavye ile gezinme yardımı"]},"Skip to app navigation":{v:["Uygulama gezinmesine git"]},"Skip to main content":{v:["Ana içeriğe git"]}}},{l:"uk",t:{"Keyboard navigation help":{v:["Допомога з навігацією клавішами"]},"Skip to app navigation":{v:["Пропустити навігацію по застосунках"]},"Skip to main content":{v:["Перейти одразу до головного вмісту"]}}},{l:"uz",t:{"Keyboard navigation help":{v:["Klaviatura navigatsiyasi yordami"]},"Skip to app navigation":{v:["Ilova navigatsiyasiga oʻtish"]},"Skip to main content":{v:["Asosiy tarkibga o'tish"]}}},{l:"zh-CN",t:{"Keyboard navigation help":{v:["键盘导航栏帮助"]},"Skip to app navigation":{v:["跳转至应用程序导航页"]},"Skip to main content":{v:["跳转至主要内容"]}}},{l:"zh-HK",t:{"Keyboard navigation help":{v:["鍵盤導航幫助"]},"Skip to app navigation":{v:["跳至應用程式導航"]},"Skip to main content":{v:["跳至主要內容"]}}},{l:"zh-TW",t:{"Keyboard navigation help":{v:["鍵盤導航說明"]},"Skip to app navigation":{v:["略過應用程式導覽"]},"Skip to main content":{v:["跳至主要內容"]}}}],av=[{l:"ar",t:{}},{l:"ast",t:{}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{"Keyboard shortcuts":{v:["Klávesové zkratky"]}}},{l:"cs-CZ",t:{}},{l:"da",t:{"Keyboard shortcuts":{v:["Tastaturgenveje"]}}},{l:"de",t:{"Keyboard shortcuts":{v:["Tastaturkürzel"]}}},{l:"de-DE",t:{"Keyboard shortcuts":{v:["Tastaturkürzel"]}}},{l:"el",t:{}},{l:"en-GB",t:{"Keyboard shortcuts":{v:["Keyboard shortcuts"]}}},{l:"eo",t:{}},{l:"es",t:{}},{l:"es-AR",t:{}},{l:"es-EC",t:{}},{l:"es-MX",t:{}},{l:"et-EE",t:{"Keyboard shortcuts":{v:["Klahvistiku kiirklahvid"]}}},{l:"eu",t:{}},{l:"fa",t:{}},{l:"fi",t:{}},{l:"fr",t:{"Keyboard shortcuts":{v:["Raccourcis clavier"]}}},{l:"ga",t:{"Keyboard shortcuts":{v:["Aicearraí méarchláir"]}}},{l:"gl",t:{"Keyboard shortcuts":{v:["Atallos de teclado"]}}},{l:"he",t:{}},{l:"hr",t:{"Keyboard shortcuts":{v:["Tipkovnički prečaci"]}}},{l:"hu",t:{}},{l:"id",t:{"Keyboard shortcuts":{v:["Shortcut keyboard"]}}},{l:"is",t:{}},{l:"it",t:{}},{l:"ja",t:{"Keyboard shortcuts":{v:["キーボードショートカット"]}}},{l:"ja-JP",t:{}},{l:"ko",t:{"Keyboard shortcuts":{v:["키보드 바로가기"]}}},{l:"lo",t:{"Keyboard shortcuts":{v:["ທາງລັດຄີບອດ"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{}},{l:"mn",t:{"Keyboard shortcuts":{v:["Гарын товчлол"]}}},{l:"my",t:{}},{l:"nb",t:{}},{l:"nl",t:{"Keyboard shortcuts":{v:["Toetsenbord sneltoetsen"]}}},{l:"oc",t:{}},{l:"pl",t:{}},{l:"pt-BR",t:{"Keyboard shortcuts":{v:["Atalhos de teclado"]}}},{l:"pt-PT",t:{}},{l:"ro",t:{}},{l:"ru",t:{"Keyboard shortcuts":{v:["Комбинации клавиш"]}}},{l:"sk",t:{}},{l:"sl",t:{}},{l:"sr",t:{}},{l:"sv",t:{}},{l:"tr",t:{"Keyboard shortcuts":{v:["Klavye kısayolları"]}}},{l:"uk",t:{}},{l:"uz",t:{}},{l:"zh-CN",t:{}},{l:"zh-HK",t:{"Keyboard shortcuts":{v:["鍵盤快速鍵"]}}},{l:"zh-TW",t:{"Keyboard shortcuts":{v:["鍵盤快速鍵"]}}}],lE=[{l:"ar",t:{'Load more "{options}"':{v:['تحميل المزيد من "{options}" ']},"Raw link {options}":{v:[" الرابط الخام raw link ـ {options}"]},"Start typing to search":{v:["إبدإ كتابة مفردات البحث"]}}},{l:"ast",t:{'Load more "{options}"':{v:["Cargar más «{options}»"]},"Raw link {options}":{v:["Enllaz en bruto {optiones}"]},"Start typing to search":{v:["Comienza a escribir pa buscar"]}}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{'Load more "{options}"':{v:["Načíst další „{options}“"]},"Raw link {options}":{v:["Holý odkaz {options}"]},"Start typing to search":{v:["Vyhledávejte psaním"]}}},{l:"cs-CZ",t:{'Load more "{options}"':{v:["Načíst další „{options}“"]},"Raw link {options}":{v:["Holý odkaz {options}"]},"Start typing to search":{v:["Vyhledávejte psaním"]}}},{l:"da",t:{'Load more "{options}"':{v:['Indlæs flere "{options}"']},"Raw link {options}":{v:["Rå link {options}"]},"Start typing to search":{v:["Begynd at skrive for at søge"]}}},{l:"de",t:{'Load more "{options}"':{v:['Weitere "{options}" laden']},"Raw link {options}":{v:["Unverarbeiteter Link {options}"]},"Start typing to search":{v:["Mit der Eingabe beginnen, um zu suchen"]}}},{l:"de-DE",t:{'Load more "{options}"':{v:['Weitere "{options}" laden']},"Raw link {options}":{v:["Unverarbeiteter Link {options}"]},"Start typing to search":{v:["Mit der Eingabe beginnen, um zu suchen"]}}},{l:"el",t:{'Load more "{options}"':{v:['Φόρτωση περισσότερων "{options}"']},"Raw link {options}":{v:["Ακατέργαστος σύνδεσμος {options}"]},"Start typing to search":{v:["Ξεκινήστε να πληκτρολογείτε για αναζήτηση"]}}},{l:"en-GB",t:{'Load more "{options}"':{v:['Load more "{options}"']},"Raw link {options}":{v:["Raw link {options}"]},"Start typing to search":{v:["Start typing to search"]}}},{l:"eo",t:{}},{l:"es",t:{'Load more "{options}"':{v:['Cargar más "{options}"']},"Raw link {options}":{v:["Enlace directo {options}"]},"Start typing to search":{v:["Comience a escribir para buscar"]}}},{l:"es-AR",t:{'Load more "{options}"':{v:['Cargar más "{options}"']},"Raw link {options}":{v:["Enlace directo {options}"]},"Start typing to search":{v:["Comience a escribir para buscar"]}}},{l:"es-EC",t:{"Raw link {options}":{v:["Enlace directo {options}"]},"Start typing to search":{v:["Comienza a escribir para buscar"]}}},{l:"es-MX",t:{'Load more "{options}"':{v:['Cargar más "{options}"']},"Raw link {options}":{v:["Enlace directo {options}"]},"Start typing to search":{v:["Comience a escribir para buscar"]}}},{l:"et-EE",t:{'Load more "{options}"':{v:["Laadi veel „{options}“"]},"Raw link {options}":{v:["Töötlemata link: {options}"]},"Start typing to search":{v:["Otsimiseks kirjuta midagi"]}}},{l:"eu",t:{'Load more "{options}"':{v:['Kargatu "{options}" gehiago']},"Raw link {options}":{v:["Formaturik gabeko esteka {aukerak}"]},"Start typing to search":{v:["Hasi idazten bilatzeko"]}}},{l:"fa",t:{'Load more "{options}"':{v:['بارگذاری بیشتر "{options}"']},"Raw link {options}":{v:["پیوند خام {options}"]},"Start typing to search":{v:["برای جستجو تایپ کنید"]}}},{l:"fi",t:{'Load more "{options}"':{v:['Lataa lisää "{options}"']},"Raw link {options}":{v:["Raaka linkki {options}"]},"Start typing to search":{v:["Aloita kirjoittaminen hakeaksesi"]}}},{l:"fr",t:{'Load more "{options}"':{v:[`Charger d'avantage "{options}"`]},"Raw link {options}":{v:["Lien brut {options}"]},"Start typing to search":{v:["Commencez à écrire pour rechercher"]}}},{l:"ga",t:{'Load more "{options}"':{v:['Luchtaigh tuilleadh "{options}"']},"Raw link {options}":{v:["Nasc amh {roghanna}"]},"Start typing to search":{v:["Tosaigh ag clóscríobh chun cuardach a dhéanamh"]}}},{l:"gl",t:{'Load more "{options}"':{v:["Cargar máis «{options}»"]},"Raw link {options}":{v:["Ligazón sen procesar {options}"]},"Start typing to search":{v:["Comece a escribir para buscar"]}}},{l:"he",t:{"Raw link {options}":{v:["קישור גולמי {options}"]},"Start typing to search":{v:["התחלת הקלדה מחפשת"]}}},{l:"hr",t:{'Load more "{options}"':{v:["Učitaj još „{options}”"]},"Raw link {options}":{v:["Izravna poveznica {options}"]},"Start typing to search":{v:["Počnite tipkati za pretraživanje"]}}},{l:"hu",t:{}},{l:"id",t:{'Load more "{options}"':{v:['Muat "{options}" lainnya']},"Raw link {options}":{v:["Tautan mentah {options}"]},"Start typing to search":{v:["Ketik untuk mulai mencari"]}}},{l:"is",t:{'Load more "{options}"':{v:['Hlaða inn fleiri "{options}"']},"Raw link {options}":{v:["Hrár tengill {options}"]},"Start typing to search":{v:["Byrjaðu að skrifa til að leita"]}}},{l:"it",t:{'Load more "{options}"':{v:['Carica più "{options}"']},"Raw link {options}":{v:["Raw link {options}"]},"Start typing to search":{v:["Iniziare a digitare per effettuare la ricerca"]}}},{l:"ja",t:{'Load more "{options}"':{v:['"{options}" をもっと読み込む']},"Raw link {options}":{v:["未加工のリンク {options}"]},"Start typing to search":{v:["入力を開始して検索します"]}}},{l:"ja-JP",t:{'Load more "{options}"':{v:['"{options}" をもっと読み込む']},"Raw link {options}":{v:["未加工のリンク {options}"]},"Start typing to search":{v:["入力を開始して検索します"]}}},{l:"ko",t:{'Load more "{options}"':{v:['"{options}" 더 불러오기']},"Raw link {options}":{v:["{options} 원본 링크"]},"Start typing to search":{v:["입력하여 검색"]}}},{l:"lo",t:{'Load more "{options}"':{v:["ໂຫຼດ “{options}” ເພີ່ມເຕີມ"]},"Raw link {options}":{v:["ລິງດິບ {options}"]},"Start typing to search":{v:["ເລີ່ມພິມເພື່ອຄົ້ນຫາ"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{'Load more "{options}"':{v:['Вчитај повеќе "{options}"']},"Raw link {options}":{v:["Суров линк {options}"]},"Start typing to search":{v:["Почни да пишуваш за пребарување"]}}},{l:"mn",t:{'Load more "{options}"':{v:['Илүү ихийг ачаалах "{options}"']},"Raw link {options}":{v:["Түүхий холбоос {options}"]},"Start typing to search":{v:["Хайхын тулд бичиж эхлэнэ үү"]}}},{l:"my",t:{}},{l:"nb",t:{'Load more "{options}"':{v:['Last inn flere "{options}"']},"Raw link {options}":{v:["Rå lenke {options}"]},"Start typing to search":{v:["Start å skrive for å søke"]}}},{l:"nl",t:{'Load more "{options}"':{v:['Meer "{options}" laden']},"Raw link {options}":{v:["Ruwe link {options}"]},"Start typing to search":{v:["Start met typen om te zoeken"]}}},{l:"oc",t:{}},{l:"pl",t:{'Load more "{options}"':{v:['Załaduj więcej "{options}"']},"Raw link {options}":{v:["Surowy odnośnik {options}"]},"Start typing to search":{v:["Zacznij pisać, aby wyszukać"]}}},{l:"pt-BR",t:{'Load more "{options}"':{v:['Carregar mais "{options}"']},"Raw link {options}":{v:["Link bruto {options}"]},"Start typing to search":{v:["Comece a digitar para pesquisar"]}}},{l:"pt-PT",t:{'Load more "{options}"':{v:['Carregar mais "{options}"']},"Raw link {options}":{v:["Link inicial {options}"]},"Start typing to search":{v:["Comece a digitar para pesquisar"]}}},{l:"ro",t:{'Load more "{options}"':{v:['Încarcă mai multe "{options}"']},"Raw link {options}":{v:["Link brut {options}"]},"Start typing to search":{v:["Tastați pentru căutare"]}}},{l:"ru",t:{'Load more "{options}"':{v:['Загрузить больше "{options}""']},"Raw link {options}":{v:["Необработанная ссылка {options}"]},"Start typing to search":{v:["Начните вводить текст для поиска"]}}},{l:"sk",t:{'Load more "{options}"':{v:['Načítať viac "{options}"']},"Raw link {options}":{v:["Raw odkaz {options}"]},"Start typing to search":{v:["Začnite písať pre vyhľadávanie"]}}},{l:"sl",t:{}},{l:"sr",t:{'Load more "{options}"':{v:["Учитај још „{options}”"]},"Raw link {options}":{v:["Сирови линк {options}"]},"Start typing to search":{v:["Покрените претрагу куцањем"]}}},{l:"sv",t:{'Load more "{options}"':{v:['Ladda fler "{options}"']},"Raw link {options}":{v:["Oformaterad länk {options}"]},"Start typing to search":{v:["Börja skriva för att söka"]}}},{l:"tr",t:{'Load more "{options}"':{v:['Diğer "{options}"']},"Raw link {options}":{v:["Ham bağlantı {options}"]},"Start typing to search":{v:["Aramak için yazmaya başlayın"]}}},{l:"uk",t:{'Load more "{options}"':{v:['Завантажити більше "{options}"']},"Raw link {options}":{v:["Пряме посилання {options}"]},"Start typing to search":{v:["Почніть вводити для пошуку"]}}},{l:"uz",t:{'Load more "{options}"':{v:[`Ko'proq yuklash "{options}"`]},"Raw link {options}":{v:[" {options}satr havolasi"]},"Start typing to search":{v:["Qidirish uchun yozishni boshlang"]}}},{l:"zh-CN",t:{'Load more "{options}"':{v:["加载更多 “{options}”"]},"Raw link {options}":{v:["原始链接 {options}"]},"Start typing to search":{v:["开始输入以进行搜索"]}}},{l:"zh-HK",t:{'Load more "{options}"':{v:['載入更多 "{options}"']},"Raw link {options}":{v:["原始連結 {options}"]},"Start typing to search":{v:["開始輸入以進行搜尋"]}}},{l:"zh-TW",t:{'Load more "{options}"':{v:["載入更多「{options}」"]},"Raw link {options}":{v:["原始連結 {options}"]},"Start typing to search":{v:["開始輸入以進行搜尋"]}}}],dE=[{l:"ar",t:{"Loading …":{v:["التحميل جارٍ ..."]}}},{l:"ast",t:{}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{"Loading …":{v:["Načítání …"]}}},{l:"cs-CZ",t:{}},{l:"da",t:{"Loading …":{v:["Indlæser ..."]}}},{l:"de",t:{"Loading …":{v:["Wird geladen …"]}}},{l:"de-DE",t:{"Loading …":{v:["Wird geladen …"]}}},{l:"el",t:{"Loading …":{v:["Φόρτωση …"]}}},{l:"en-GB",t:{"Loading …":{v:["Loading …"]}}},{l:"eo",t:{}},{l:"es",t:{}},{l:"es-AR",t:{}},{l:"es-EC",t:{}},{l:"es-MX",t:{}},{l:"et-EE",t:{"Loading …":{v:["Laadin…"]}}},{l:"eu",t:{}},{l:"fa",t:{"Loading …":{v:["در حال بارگذاری ..."]}}},{l:"fi",t:{"Loading …":{v:["Ladataan ..."]}}},{l:"fr",t:{"Loading …":{v:["Chargement..."]}}},{l:"ga",t:{"Loading …":{v:["Ag lódáil …"]}}},{l:"gl",t:{"Loading …":{v:["Cargando…"]}}},{l:"he",t:{}},{l:"hr",t:{"Loading …":{v:["Učitavanje …"]}}},{l:"hu",t:{}},{l:"id",t:{"Loading …":{v:["Memuat …"]}}},{l:"is",t:{"Loading …":{v:["Hleð inn …"]}}},{l:"it",t:{}},{l:"ja",t:{"Loading …":{v:["読み込み中 …"]}}},{l:"ja-JP",t:{}},{l:"ko",t:{"Loading …":{v:["로딩 중 ..."]}}},{l:"lo",t:{"Loading …":{v:["ກຳລັງໂຫຼດ…"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Loading …":{v:["Вчитување …"]}}},{l:"mn",t:{"Loading …":{v:["Ачаалж байна …"]}}},{l:"my",t:{}},{l:"nb",t:{"Loading …":{v:["Laster inn..."]}}},{l:"nl",t:{"Loading …":{v:["Laden …"]}}},{l:"oc",t:{}},{l:"pl",t:{"Loading …":{v:["Wczytywanie…"]}}},{l:"pt-BR",t:{"Loading …":{v:["Carregando …"]}}},{l:"pt-PT",t:{"Loading …":{v:["A carregar..."]}}},{l:"ro",t:{}},{l:"ru",t:{"Loading …":{v:["Загрузка …"]}}},{l:"sk",t:{"Loading …":{v:["Nahrávam ..."]}}},{l:"sl",t:{}},{l:"sr",t:{"Loading …":{v:["Учитава се…"]}}},{l:"sv",t:{"Loading …":{v:["Laddar ..."]}}},{l:"tr",t:{"Loading …":{v:["Yükleniyor…"]}}},{l:"uk",t:{"Loading …":{v:["Завантаження …"]}}},{l:"uz",t:{"Loading …":{v:["Yuklanmoqda..."]}}},{l:"zh-CN",t:{"Loading …":{v:["加载中..."]}}},{l:"zh-HK",t:{"Loading …":{v:["加載中 …"]}}},{l:"zh-TW",t:{"Loading …":{v:["載入中......"]}}}],cE=[{l:"ar",t:{"No link provider found":{v:["لا يوجد أيّ مزود روابط link provider"]},"Write a message …":{v:["أكتب رسالة ..."]}}},{l:"ast",t:{"No link provider found":{v:["Nun s'atopó nengún fornidor d'enllaces"]},"Write a message …":{v:["Escribi un mensaxe…"]}}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["Dosaženo limitu počtu %n znaku zprávy","Dosaženo limitu počtu %n znaků zprávy","Dosaženo limitu počtu %n znaků zprávy","Dosaženo limitu počtu %n znaků zprávy"]},"No link provider found":{v:["Nenalezen žádný poskytovatel odkazů"]},"Write a message …":{v:["Napište zprávu …"]}}},{l:"cs-CZ",t:{"No link provider found":{v:["Nenalezen žádný poskytovatel odkazů"]},"Write a message …":{v:["Napsat zprávu…"]}}},{l:"da",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["Beskedgrænsen på %n tegn er nået","Beskedgrænsen på %n tegn er nået"]},"No link provider found":{v:["Ingen linkudbyder fundet"]},"Write a message …":{v:["Skriv en besked ..."]}}},{l:"de",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["Nachrichtenlimit von %n Zeichen erreicht","Nachrichtenlimit von %n Zeichen erreicht"]},"No link provider found":{v:["Kein Linkanbieter gefunden"]},"Write a message …":{v:["Nachricht schreiben …"]}}},{l:"de-DE",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["Nachrichtenlimit von %n Zeichen erreicht","Nachrichtenlimit von %n Zeichen erreicht"]},"No link provider found":{v:["Kein Linkanbieter gefunden"]},"Write a message …":{v:["Nachricht schreiben …"]}}},{l:"el",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["Έφτασε το όριο μηνύματος των %n χαρακτήρων","Έφτασε το όριο μηνύματος των %n χαρακτήρων"]},"No link provider found":{v:["Δεν βρέθηκε πάροχος συνδέσμου"]},"Write a message …":{v:["Γράψτε ένα μήνυμα …"]}}},{l:"en-GB",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["Message limit of %n character reached","Message limit of %n characters reached"]},"No link provider found":{v:["No link provider found"]},"Write a message …":{v:["Write a message …"]}}},{l:"eo",t:{}},{l:"es",t:{"No link provider found":{v:["No se encontró ningún proveedor de enlaces"]},"Write a message …":{v:["Escriba un mensaje ..."]}}},{l:"es-AR",t:{"No link provider found":{v:["No se encontró ningún proveedor de enlaces"]},"Write a message …":{v:["Escriba un mensaje ..."]}}},{l:"es-EC",t:{"No link provider found":{v:["No se encontró ningún proveedor de enlaces"]}}},{l:"es-MX",t:{"No link provider found":{v:["No se encontró ningún proveedor de enlaces"]},"Write a message …":{v:["Escriba un mensaje ..."]}}},{l:"et-EE",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["Sõnumi piirarv %n tähemärk on käes","Sõnumi piirarv %n tähemärki on käes"]},"No link provider found":{v:["Lingi pakkujat ei leitud"]},"Write a message …":{v:["Koosta sõnum…"]}}},{l:"eu",t:{"No link provider found":{v:["Ez da aurkitu esteka-hornitzailerik"]},"Write a message …":{v:["Idatzi mezu bat…"]}}},{l:"fa",t:{"No link provider found":{v:["هیچ ارائهدهنده پیوندی یافت نشد"]},"Write a message …":{v:["یک پیام بنویسید ..."]}}},{l:"fi",t:{"No link provider found":{v:["Linkin tarjoajia ei löydetty"]},"Write a message …":{v:["Kirjoita viesti…"]}}},{l:"fr",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["Limite de messages de %n caractère atteinte","Limite de messages de %n caractères atteinte","Limite de messages de %n caractères atteinte"]},"No link provider found":{v:["Aucun fournisseur de lien trouvé"]},"Write a message …":{v:["Écrire un message…"]}}},{l:"ga",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["Sroicheadh teorainn teachtaireachta de %n carachtar","Sroicheadh teorainn teachtaireachta de %n carachtar","Sroicheadh teorainn teachtaireachta de %n carachtar","Sroicheadh teorainn teachtaireachta de %n carachtar","Sroicheadh teorainn teachtaireachta de %n carachtar"]},"No link provider found":{v:["Níor aimsíodh aon soláthraí naisc"]},"Write a message …":{v:["Scríobh teachtaireacht …"]}}},{l:"gl",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["Acadouse o límite de %n caracter por mensaxe","Acadouse o límite de %n caracteres por mensaxe"]},"No link provider found":{v:["Non se atopou ningún provedor de ligazóns"]},"Write a message …":{v:["Escribir unha mensaxe…"]}}},{l:"he",t:{"No link provider found":{v:["לא נמצא ספק קישורים"]}}},{l:"hr",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["Dosegnuto je ograničenje poruke od %n znaka","Dosegnuto je ograničenje poruke od %n znaka","Dosegnuto je ograničenje poruke od %n znakova"]},"No link provider found":{v:["Nije pronađen nijedan pružatelj poveznica"]},"Write a message …":{v:["Napiši poruku …"]}}},{l:"hu",t:{}},{l:"id",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["Batas pesan %n karakter telah tercapai"]},"No link provider found":{v:["Tidak ada penyedia tautan yang ditemukan"]},"Write a message …":{v:["Tulis pesan …"]}}},{l:"is",t:{"No link provider found":{v:["Engin tenglaveita fannst"]},"Write a message …":{v:["Skrifaðu skilaboð …"]}}},{l:"it",t:{"No link provider found":{v:["Nessun fornitore di link trovato"]},"Write a message …":{v:["Scrivi un messaggio ..."]}}},{l:"ja",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["メッセージの%n文字の制限に達しました"]},"No link provider found":{v:["リンクプロバイダーが見つかりません"]},"Write a message …":{v:["メッセージを書く ..."]}}},{l:"ja-JP",t:{"No link provider found":{v:["リンクプロバイダーが見つかりません"]},"Write a message …":{v:["メッセージを書く ..."]}}},{l:"ko",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["메시지 제한 %n자에 도달"]},"No link provider found":{v:["링크 제공자 없음"]},"Write a message …":{v:["메시지 쓰는 중 ..."]}}},{l:"lo",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["ຮອດຂີດຈຳກັດຂໍ້ຄວາມ %n ໂຕອັກສອນແລ້ວ"]},"No link provider found":{v:["ບໍ່ພົບຜູ້ໃຫ້ບໍລິການລິງ"]},"Write a message …":{v:["ຂຽນຂໍ້ຄວາມ…"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["Достигнат е лимит од %n карактер","Достигнат е лимит од %n карактери за порака"]},"No link provider found":{v:["Не е пронајден давател на линк"]},"Write a message …":{v:["Напиши порака …"]}}},{l:"mn",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["%n тэмдэгтийн зурвасын хязгаарт хүрлээ","%n тэмдэгтийн зурвасын хязгаарт хүрлээ"]},"No link provider found":{v:["Холбоосын үйлчилгээ үзүүлэгч олдсонгүй"]},"Write a message …":{v:["Зурвас бичих …"]}}},{l:"my",t:{}},{l:"nb",t:{"No link provider found":{v:["Finner ingen lenkeleverandør"]},"Write a message …":{v:["Skriv en melding..."]}}},{l:"nl",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["Berichtlimiet van %n teken bereikt","Berichtlimiet van %n tekens bereikt"]},"No link provider found":{v:["Geen link provider gevonden"]},"Write a message …":{v:["Schrijf een bericht …"]}}},{l:"oc",t:{}},{l:"pl",t:{"No link provider found":{v:["Nie znaleziono dostawcy linków"]},"Write a message …":{v:["Napisz wiadomość…"]}}},{l:"pt-BR",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["Limite de mensagem de %n caractere atingido","Limite de mensagem de %n de caracteres atingido","Limite de mensagem de %n caracteres atingido"]},"No link provider found":{v:["Nenhum provedor de link encontrado"]},"Write a message …":{v:["Escreva uma mensagem …"]}}},{l:"pt-PT",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["Limite de mensagem de %n carácter atingido","Limite de mensagem de %n caracteres atingido","Limite de mensagem de %n caracteres atingido"]},"No link provider found":{v:["Nenhum fornecedor de link encontrado"]},"Write a message …":{v:["Escreva uma mensagem..."]}}},{l:"ro",t:{"No link provider found":{v:["Nu s-a găsit un provider pentru linkuri"]},"Write a message …":{v:["Scrieți un mesaj ..."]}}},{l:"ru",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["Достигнут лимит в %n символ","Достигнут лимит в %n символа","Достигнут лимит в %n символов","Достигнут лимит в %n символов"]},"No link provider found":{v:["Поставщик ссылок не найден"]},"Write a message …":{v:["Напишите сообщение …"]}}},{l:"sk",t:{"No link provider found":{v:["Žiaden odkaz poskytovateľa nebol nájdený"]},"Write a message …":{v:["Napíšte správu…"]}}},{l:"sl",t:{}},{l:"sr",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["Достигнуто је ограничење величине поруке од %n карактер","Достигнуто је ограничење величине поруке од %n карактера","Достигнуто је ограничење величине поруке од %n карактера"]},"No link provider found":{v:["Није пронађен ниједан пружалац линка"]},"Write a message …":{v:["Напишите поруку…"]}}},{l:"sv",t:{"No link provider found":{v:["Ingen länkleverantör hittades"]},"Write a message …":{v:["Skriv ett meddelande …"]}}},{l:"tr",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["İleti için %n karakter sayısı sınırına ulaşıldı","İleti için %n karakter sayısı sınırına ulaşıldı"]},"No link provider found":{v:["Bağlantı hizmeti sağlayıcısı bulunamadı"]},"Write a message …":{v:["Bir ileti yazın…"]}}},{l:"uk",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["Досягнуто обмеження на довжину повідомлення у %n символ.","Досягнуто обмеження на довжину повідомлення у %n символи.","Досягнуто обмеження на довжину повідомлення у%n символів.","Досягнуто обмеження на довжину повідомлення у %n символів."]},"No link provider found":{v:["Не наведено посилання"]},"Write a message …":{v:["Створити повідомлення …"]}}},{l:"uz",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:[" %n ta belgidan iborat xabar chegarasiga yetdi"]},"No link provider found":{v:["Hech qanday havola provayderi topilmadi"]},"Write a message …":{v:["Xabar yozish..."]}}},{l:"zh-CN",t:{"No link provider found":{v:["未找到任何链接提供者"]},"Write a message …":{v:["编写信息 ..."]}}},{l:"zh-HK",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["已達到訊息最多 %n 字元限制"]},"No link provider found":{v:["找不到連結提供者"]},"Write a message …":{v:["編寫訊息 …"]}}},{l:"zh-TW",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["已達到訊息最多 %n 字元限制"]},"No link provider found":{v:["找不到連結提供者"]},"Write a message …":{v:["編寫訊息……"]}}}],mE=[{l:"ar",t:{"More items …":{v:["عناصر أخرى ..."]}}},{l:"ast",t:{"More items …":{v:["Más elementos…"]}}},{l:"br",t:{}},{l:"ca",t:{"More items …":{v:["Més artícles..."]}}},{l:"cs",t:{"More items …":{v:["Další položky …"]}}},{l:"cs-CZ",t:{"More items …":{v:["Další položky…"]}}},{l:"da",t:{"More items …":{v:["Flere elementer ..."]}}},{l:"de",t:{"More items …":{v:["Weitere Elemente …"]}}},{l:"de-DE",t:{"More items …":{v:["Weitere Elemente …"]}}},{l:"el",t:{"More items …":{v:["Περισσότερα στοιχεία …"]}}},{l:"en-GB",t:{"More items …":{v:["More items …"]}}},{l:"eo",t:{}},{l:"es",t:{"More items …":{v:["Más ítems ..."]}}},{l:"es-AR",t:{"More items …":{v:["Más elementos..."]}}},{l:"es-EC",t:{"More items …":{v:["Más elementos..."]}}},{l:"es-MX",t:{"More items …":{v:["Más Elementos ..."]}}},{l:"et-EE",t:{"More items …":{v:["Vaata veel…"]}}},{l:"eu",t:{"More items …":{v:["Elementu gehiago …"]}}},{l:"fa",t:{"More items …":{v:["موارد بیشتر ..."]}}},{l:"fi",t:{"More items …":{v:["Lisää kohteita…"]}}},{l:"fr",t:{"More items …":{v:["Plus d'éléments..."]}}},{l:"ga",t:{"More items …":{v:["Tuilleadh míreanna …"]}}},{l:"gl",t:{"More items …":{v:["Máis elementos…"]}}},{l:"he",t:{"More items …":{v:["פריטים נוספים…"]}}},{l:"hr",t:{"More items …":{v:["Još stavki …"]}}},{l:"hu",t:{"More items …":{v:["További elemek..."]}}},{l:"id",t:{"More items …":{v:["Item lainnya …"]}}},{l:"is",t:{"More items …":{v:["Fleiri atriði …"]}}},{l:"it",t:{"More items …":{v:["Più elementi ..."]}}},{l:"ja",t:{"More items …":{v:["他のアイテム …"]}}},{l:"ja-JP",t:{"More items …":{v:["他のアイテム"]}}},{l:"ko",t:{"More items …":{v:["더 많은 아이템 ..."]}}},{l:"lo",t:{"More items …":{v:["ລາຍການເພີ່ມເຕີມ…"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"More items …":{v:["Повеќе елементи …"]}}},{l:"mn",t:{"More items …":{v:["Илүү олон зүйлс …"]}}},{l:"my",t:{}},{l:"nb",t:{"More items …":{v:["Flere gjenstander..."]}}},{l:"nl",t:{"More items …":{v:["Meer items …"]}}},{l:"oc",t:{}},{l:"pl",t:{"More items …":{v:["Więcej pozycji…"]}}},{l:"pt-BR",t:{"More items …":{v:["Mais itens …"]}}},{l:"pt-PT",t:{"More items …":{v:["Mais itens…"]}}},{l:"ro",t:{"More items …":{v:["Mai multe articole ..."]}}},{l:"ru",t:{"More items …":{v:["Больше элементов …"]}}},{l:"sk",t:{"More items …":{v:["Viac položiek..."]}}},{l:"sl",t:{"More items …":{v:["Več predmetov ..."]}}},{l:"sr",t:{"More items …":{v:["Још ставки..."]}}},{l:"sv",t:{"More items …":{v:["Fler objekt …"]}}},{l:"tr",t:{"More items …":{v:["Diğer ögeler…"]}}},{l:"uk",t:{"More items …":{v:["Більше …"]}}},{l:"uz",t:{"More items …":{v:["Yana elementlar..."]}}},{l:"zh-CN",t:{"More items …":{v:["更多项目…"]}}},{l:"zh-HK",t:{"More items …":{v:["更多項目 …"]}}},{l:"zh-TW",t:{"More items …":{v:["更多項目……"]}}}],vE=[{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:"br",t:{Next:{v:["Da heul"]},"Pause slideshow":{v:["Arsav an diaporama"]},Previous:{v:["A-raok"]},"Start slideshow":{v:["Kregiñ an diaporama"]}}},{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:"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-AR",t:{Next:{v:["Siguiente"]},"Pause slideshow":{v:["Pausar la presentación "]},Previous:{v:["Anterior"]},"Start slideshow":{v:["Iniciar la presentación"]}}},{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-MX",t:{Next:{v:["Siguiente"]},"Pause slideshow":{v:["Pausar presentación de diapositivas"]},Previous:{v:["Anterior"]},"Start slideshow":{v:["Iniciar presentación de diapositivas"]}}},{l:"et-EE",t:{Next:{v:["Edasi"]},"Pause slideshow":{v:["Slaidiesitluse paus"]},Previous:{v:["Eelmine"]},"Start slideshow":{v:["Alusta slaidiesitust"]}}},{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:"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:"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:"hr",t:{Next:{v:["Sljedeće"]},"Pause slideshow":{v:["Pauziraj dijaprojekciju"]},Previous:{v:["Prethodno"]},"Start slideshow":{v:["Pokreni dijaprojekciju"]}}},{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:"id",t:{Next:{v:["Selanjutnya"]},"Pause slideshow":{v:["Jeda tayangan slide"]},Previous:{v:["Sebelumnya"]},"Start slideshow":{v:["Mulai salindia"]}}},{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:"ko",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:"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:"nl",t:{Next:{v:["Volgende"]},"Pause slideshow":{v:["Diavoorstelling pauzeren"]},Previous:{v:["Vorige"]},"Start slideshow":{v:["Diavoorstelling starten"]}}},{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:"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:"sk",t:{Next:{v:["Ďalej"]},"Pause slideshow":{v:["Pozastaviť prezentáciu"]},Previous:{v:["Predchádzajúce"]},"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:"sr",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:"tr",t:{Next:{v:["Sonraki"]},"Pause slideshow":{v:["Slayt sunumunu duraklat"]},Previous:{v:["Önceki"]},"Start slideshow":{v:["Slayt sunumunu başlat"]}}},{l:"uk",t:{Next:{v:["Вперед"]},"Pause slideshow":{v:["Пауза у показі слайдів"]},Previous:{v:["Назад"]},"Start slideshow":{v:["Почати показ слайдів"]}}},{l:"uz",t:{Next:{v:["Keyingi"]},"Pause slideshow":{v:["Slayd-shouni to'xtatib turish"]},Previous:{v:["Oldingi"]},"Start slideshow":{v:["Slayd-shouni boshlash"]}}},{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:["開始幻燈片"]}}}],sv=[{l:"ar",t:{"No emoji found":{v:["لم يتم العثور على أي إيموجي emoji"]}}},{l:"ast",t:{"No emoji found":{v:["Nun s'atopó nengún fustaxe"]}}},{l:"br",t:{"No emoji found":{v:["Emoji ebet kavet"]}}},{l:"ca",t:{"No emoji found":{v:["No s'ha trobat cap emoji"]}}},{l:"cs",t:{"No emoji found":{v:["Nenalezeno žádné emoji"]}}},{l:"cs-CZ",t:{"No emoji found":{v:["Nenalezeno žádné emoji"]}}},{l:"da",t:{"No emoji found":{v:["Ingen emoji fundet"]}}},{l:"de",t:{"No emoji found":{v:["Kein Emoji gefunden"]}}},{l:"de-DE",t:{"No emoji found":{v:["Kein Emoji gefunden"]}}},{l:"el",t:{"No emoji found":{v:["Δεν βρέθηκε emoji"]}}},{l:"en-GB",t:{"No emoji found":{v:["No emoji found"]}}},{l:"eo",t:{"No emoji found":{v:["La emoĝio forestas"]}}},{l:"es",t:{"No emoji found":{v:["No se encontró ningún emoji"]}}},{l:"es-AR",t:{"No emoji found":{v:["No se encontró ningún emoji"]}}},{l:"es-EC",t:{"No emoji found":{v:["No se encontró ningún emoji"]}}},{l:"es-MX",t:{"No emoji found":{v:["No se encontró ningún emoji"]}}},{l:"et-EE",t:{"No emoji found":{v:["Emojit ei leitud"]}}},{l:"eu",t:{"No emoji found":{v:["Ez da emojirik aurkitu"]}}},{l:"fa",t:{"No emoji found":{v:["هیچ شکلکی یافت نشد"]}}},{l:"fi",t:{"No emoji found":{v:["Emojia ei löytynyt"]}}},{l:"fr",t:{"No emoji found":{v:["Pas d’émoji trouvé"]}}},{l:"ga",t:{"No emoji found":{v:["Níor aimsíodh emoji"]}}},{l:"gl",t:{"No emoji found":{v:["Non se atopou ningún «emoji»"]}}},{l:"he",t:{"No emoji found":{v:["לא נמצא אמוג׳י"]}}},{l:"hr",t:{"No emoji found":{v:["Nije pronađen nijedan emoji"]}}},{l:"hu",t:{"No emoji found":{v:["Nem található emodzsi"]}}},{l:"id",t:{"No emoji found":{v:["Tidak ada emoji yang ditemukan"]}}},{l:"is",t:{"No emoji found":{v:["Ekkert tjáningartákn fannst"]}}},{l:"it",t:{"No emoji found":{v:["Nessun emoji trovato"]}}},{l:"ja",t:{"No emoji found":{v:["絵文字が見つかりません"]}}},{l:"ja-JP",t:{"No emoji found":{v:["絵文字が見つかりません"]}}},{l:"ko",t:{"No emoji found":{v:["이모지 없음"]}}},{l:"lo",t:{"No emoji found":{v:["ບໍ່ພົບອີໂມຈິ"]}}},{l:"lt-LT",t:{"No emoji found":{v:["Nerasta jaustukų"]}}},{l:"lv",t:{}},{l:"mk",t:{"No emoji found":{v:["Не се пронајдени емотикони"]}}},{l:"mn",t:{"No emoji found":{v:["Эможи олдсонгүй"]}}},{l:"my",t:{"No emoji found":{v:["အီမိုဂျီ ရှာဖွေမတွေ့နိုင်ပါ"]}}},{l:"nb",t:{"No emoji found":{v:["Fant ingen emoji"]}}},{l:"nl",t:{"No emoji found":{v:["Geen emoji gevonden"]}}},{l:"oc",t:{}},{l:"pl",t:{"No emoji found":{v:["Nie znaleziono emoji"]}}},{l:"pt-BR",t:{"No emoji found":{v:["Nenhum emoji encontrado"]}}},{l:"pt-PT",t:{"No emoji found":{v:["Nenhum emoji encontrado"]}}},{l:"ro",t:{"No emoji found":{v:["Nu s-a găsit niciun emoji"]}}},{l:"ru",t:{"No emoji found":{v:["Эмодзи не найдено"]}}},{l:"sk",t:{"No emoji found":{v:["Nenašli sa žiadne emodži"]}}},{l:"sl",t:{"No emoji found":{v:["Ni najdenih izraznih ikon"]}}},{l:"sr",t:{"No emoji found":{v:["Није пронађен ниједан емођи"]}}},{l:"sv",t:{"No emoji found":{v:["Hittade inga emojis"]}}},{l:"tr",t:{"No emoji found":{v:["Herhangi bir emoji bulunamadı"]}}},{l:"uk",t:{"No emoji found":{v:["Емоційки відсутні"]}}},{l:"uz",t:{"No emoji found":{v:["Hech qanday emoji topilmadi"]}}},{l:"zh-CN",t:{"No emoji found":{v:["表情未找到"]}}},{l:"zh-HK",t:{"No emoji found":{v:["未找到表情符號"]}}},{l:"zh-TW",t:{"No emoji found":{v:["未找到表情符號"]}}}],gE=[{l:"ar",t:{'Open link to "{resourceName}"':{v:['إفتَح الرابط إلى "{resourceName}"']}}},{l:"ast",t:{'Open link to "{resourceName}"':{v:["Abrir l'enllaz a «{resourceName}»"]}}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{'Open link to "{resourceName}"':{v:["Otevřít odkaz na „{resourceName}“"]}}},{l:"cs-CZ",t:{'Open link to "{resourceName}"':{v:["Otevřít odkaz na „{resourceName}“"]}}},{l:"da",t:{'Open link to "{resourceName}"':{v:['Åbn link til "{resourceName}"']}}},{l:"de",t:{'Open link to "{resourceName}"':{v:['Link zu "{resourceName}" öffnen']}}},{l:"de-DE",t:{'Open link to "{resourceName}"':{v:['Link zu "{resourceName}" öffnen']}}},{l:"el",t:{'Open link to "{resourceName}"':{v:['Άνοιγμα συνδέσμου για "{resourceName}"']}}},{l:"en-GB",t:{'Open link to "{resourceName}"':{v:['Open link to "{resourceName}"']}}},{l:"eo",t:{}},{l:"es",t:{'Open link to "{resourceName}"':{v:['Abrir enlace a "{resourceName}"']}}},{l:"es-AR",t:{'Open link to "{resourceName}"':{v:['Abrir enlace a "{resourceName}"']}}},{l:"es-EC",t:{'Open link to "{resourceName}"':{v:['Abrir enlace a "{resourceName}"']}}},{l:"es-MX",t:{'Open link to "{resourceName}"':{v:['Abrir enlace a "{resourceName}"']}}},{l:"et-EE",t:{'Open link to "{resourceName}"':{v:["Ava link „{resourceName}“"]}}},{l:"eu",t:{'Open link to "{resourceName}"':{v:['Ireki "{resourceName}" esteka']}}},{l:"fa",t:{'Open link to "{resourceName}"':{v:["باز کردن پیوند به «{resourceName}»"]}}},{l:"fi",t:{'Open link to "{resourceName}"':{v:['Avaa linkki "{resourceName}"']}}},{l:"fr",t:{'Open link to "{resourceName}"':{v:['Ouvrir le lien vers "{resourceName}"']}}},{l:"ga",t:{'Open link to "{resourceName}"':{v:['Oscail nasc chuig "{resourceName}"']}}},{l:"gl",t:{'Open link to "{resourceName}"':{v:["Abrir a ligazón a «{resourceName}»"]}}},{l:"he",t:{'Open link to "{resourceName}"':{v:["פתיחת קישור אל „{resourceName}”"]}}},{l:"hr",t:{'Open link to "{resourceName}"':{v:['Otvori poveznicu za "{resourceName}"']}}},{l:"hu",t:{}},{l:"id",t:{'Open link to "{resourceName}"':{v:['Buka tautan ke "{resourceName}"']}}},{l:"is",t:{'Open link to "{resourceName}"':{v:['Opna tengil í "{resourceName}"']}}},{l:"it",t:{'Open link to "{resourceName}"':{v:['Apri il link a "{resourceName}"']}}},{l:"ja",t:{'Open link to "{resourceName}"':{v:['"{resourceName}" へのリンクを開く']}}},{l:"ja-JP",t:{'Open link to "{resourceName}"':{v:['"{resourceName}" へのリンクを開く']}}},{l:"ko",t:{'Open link to "{resourceName}"':{v:['"{resourceName}"의 링크 열기']}}},{l:"lo",t:{'Open link to "{resourceName}"':{v:["ເປີດລິງໄປທີ່ “{resourceName}”"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{'Open link to "{resourceName}"':{v:['Отвори линк до "{resourceName}"']}}},{l:"mn",t:{'Open link to "{resourceName}"':{v:['"{resourceName}" руу холбоос нээх']}}},{l:"my",t:{}},{l:"nb",t:{'Open link to "{resourceName}"':{v:['Åpne lenken til "{resourceName}"']}}},{l:"nl",t:{'Open link to "{resourceName}"':{v:['Link naar "{resourceName}" openen']}}},{l:"oc",t:{}},{l:"pl",t:{'Open link to "{resourceName}"':{v:['Otwórz link do "{resourceName}"']}}},{l:"pt-BR",t:{'Open link to "{resourceName}"':{v:['Abrir o link para "{resourceName}"']}}},{l:"pt-PT",t:{'Open link to "{resourceName}"':{v:['Abrir link para "{resourceName}"']}}},{l:"ro",t:{'Open link to "{resourceName}"':{v:['Deschide linkul la "{resourceName}"']}}},{l:"ru",t:{'Open link to "{resourceName}"':{v:['Открыть ссылку на "{resourceName}"']}}},{l:"sk",t:{'Open link to "{resourceName}"':{v:['Otvoriť link v "{resourceName}"']}}},{l:"sl",t:{}},{l:"sr",t:{'Open link to "{resourceName}"':{v:["Отвори линк на „{resourceName}”"]}}},{l:"sv",t:{'Open link to "{resourceName}"':{v:['Öppna länken till "{resourceName}"']}}},{l:"tr",t:{'Open link to "{resourceName}"':{v:['Bağlantıyı "{resourceName}" üzerine aç']}}},{l:"uk",t:{'Open link to "{resourceName}"':{v:['Відкрити посилання на "{resourceName}"']}}},{l:"uz",t:{'Open link to "{resourceName}"':{v:[' "{resourceName}" ga havolani ochish']}}},{l:"zh-CN",t:{'Open link to "{resourceName}"':{v:["打开 “{resourceName}” 的链接"]}}},{l:"zh-HK",t:{'Open link to "{resourceName}"':{v:["開啟到「{resourceName}」的連結"]}}},{l:"zh-TW",t:{'Open link to "{resourceName}"':{v:["開啟到「{resourceName}」的連結"]}}}],pE=[{l:"ar",t:{}},{l:"ast",t:{}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{"Please choose a date":{v:["Zvolte datum"]}}},{l:"cs-CZ",t:{}},{l:"da",t:{"Please choose a date":{v:["Vælg en dato"]}}},{l:"de",t:{"Please choose a date":{v:["Bitte ein Datum wählen"]}}},{l:"de-DE",t:{"Please choose a date":{v:["Bitte ein Datum wählen"]}}},{l:"el",t:{"Please choose a date":{v:["Παρακαλώ επιλέξτε μια ημερομηνία"]}}},{l:"en-GB",t:{"Please choose a date":{v:["Please choose a date"]}}},{l:"eo",t:{}},{l:"es",t:{}},{l:"es-AR",t:{}},{l:"es-EC",t:{}},{l:"es-MX",t:{}},{l:"et-EE",t:{"Please choose a date":{v:["Palun vali kuupäev"]}}},{l:"eu",t:{}},{l:"fa",t:{}},{l:"fi",t:{}},{l:"fr",t:{"Please choose a date":{v:["Veuillez choisir une date"]}}},{l:"ga",t:{"Please choose a date":{v:["Roghnaigh dáta le do thoil"]}}},{l:"gl",t:{"Please choose a date":{v:["Escolla unha data"]}}},{l:"he",t:{}},{l:"hr",t:{"Please choose a date":{v:["Molimo odaberite datum"]}}},{l:"hu",t:{}},{l:"id",t:{"Please choose a date":{v:["Silakan pilih tanggal"]}}},{l:"is",t:{}},{l:"it",t:{}},{l:"ja",t:{"Please choose a date":{v:["日付を選択してください"]}}},{l:"ja-JP",t:{}},{l:"ko",t:{"Please choose a date":{v:["날짜를 선택해주세요"]}}},{l:"lo",t:{"Please choose a date":{v:["ກະລຸນາເລືອກວັນທີ"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Please choose a date":{v:["Избери датум"]}}},{l:"mn",t:{"Please choose a date":{v:["Огноо сонгоно уу"]}}},{l:"my",t:{}},{l:"nb",t:{}},{l:"nl",t:{"Please choose a date":{v:["Kies een datum"]}}},{l:"oc",t:{}},{l:"pl",t:{}},{l:"pt-BR",t:{"Please choose a date":{v:["Por favor, escolha uma data"]}}},{l:"pt-PT",t:{"Please choose a date":{v:["Por favor, escolha uma data"]}}},{l:"ro",t:{}},{l:"ru",t:{"Please choose a date":{v:["Выберите дату"]}}},{l:"sk",t:{}},{l:"sl",t:{}},{l:"sr",t:{"Please choose a date":{v:["Молимо вас да изаберете датум"]}}},{l:"sv",t:{}},{l:"tr",t:{"Please choose a date":{v:["Lütfen bir tarih seçin"]}}},{l:"uk",t:{"Please choose a date":{v:["Виберіть дату"]}}},{l:"uz",t:{"Please choose a date":{v:["Iltimos, sanani tanlang"]}}},{l:"zh-CN",t:{}},{l:"zh-HK",t:{"Please choose a date":{v:["請選擇日期"]}}},{l:"zh-TW",t:{"Please choose a date":{v:["請選擇日期"]}}}],Sd=[{l:"ar",t:{"Provider icon":{v:["أيقونة المزوّد"]}}},{l:"ast",t:{"Provider icon":{v:["Iconu del fornidor"]}}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{"Provider icon":{v:["Ikona poskytovatele"]}}},{l:"cs-CZ",t:{"Provider icon":{v:["Ikona poskytovatele"]}}},{l:"da",t:{"Provider icon":{v:["Udbyder ikon"]}}},{l:"de",t:{"Provider icon":{v:["Anbietersymbol"]}}},{l:"de-DE",t:{"Provider icon":{v:["Anbietersymbol"]}}},{l:"el",t:{"Provider icon":{v:["Εικονίδιο παρόχου"]}}},{l:"en-GB",t:{"Provider icon":{v:["Provider icon"]}}},{l:"eo",t:{}},{l:"es",t:{"Provider icon":{v:["Ícono del proveedor"]}}},{l:"es-AR",t:{"Provider icon":{v:["Ícono del proveedor"]}}},{l:"es-EC",t:{"Provider icon":{v:["Ícono del proveedor"]}}},{l:"es-MX",t:{"Provider icon":{v:["Ícono del proveedor"]}}},{l:"et-EE",t:{"Provider icon":{v:["Teenusepakkuja ikoon"]}}},{l:"eu",t:{"Provider icon":{v:["Hornitzailearen ikonoa"]}}},{l:"fa",t:{"Provider icon":{v:["آیکون ارائه دهنده"]}}},{l:"fi",t:{"Provider icon":{v:["Palveluntarjoajan kuvake"]}}},{l:"fr",t:{"Provider icon":{v:["Icône du fournisseur"]}}},{l:"ga",t:{"Provider icon":{v:["Deilbhín soláthraí"]}}},{l:"gl",t:{"Provider icon":{v:["Icona do provedor"]}}},{l:"he",t:{"Provider icon":{v:["סמל ספק"]}}},{l:"hr",t:{"Provider icon":{v:["Ikona pružatelja"]}}},{l:"hu",t:{}},{l:"id",t:{"Provider icon":{v:["Ikon penyedia"]}}},{l:"is",t:{"Provider icon":{v:["Táknmynd þjónustuveitu"]}}},{l:"it",t:{"Provider icon":{v:["Icona del provider"]}}},{l:"ja",t:{"Provider icon":{v:["プロバイダーのアイコン"]}}},{l:"ja-JP",t:{"Provider icon":{v:["プロバイダーのアイコン"]}}},{l:"ko",t:{"Provider icon":{v:["제공자 아이콘"]}}},{l:"lo",t:{"Provider icon":{v:["ໄອຄອນຜູ້ໃຫ້ບໍລິການ"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Provider icon":{v:["Икона на давател"]}}},{l:"mn",t:{"Provider icon":{v:["Үйлчилгээ үзүүлэгчийн дүрс"]}}},{l:"my",t:{}},{l:"nb",t:{"Provider icon":{v:["Leverandørikon"]}}},{l:"nl",t:{"Provider icon":{v:["Provider-pictogram"]}}},{l:"oc",t:{}},{l:"pl",t:{"Provider icon":{v:["Dostawca ikony"]}}},{l:"pt-BR",t:{"Provider icon":{v:["Ícone do provedor"]}}},{l:"pt-PT",t:{"Provider icon":{v:["Ícone do fornecedor"]}}},{l:"ro",t:{"Provider icon":{v:["Provider pentru icon"]}}},{l:"ru",t:{"Provider icon":{v:["Значок поставщика"]}}},{l:"sk",t:{"Provider icon":{v:["Ikonka poskytovateľa"]}}},{l:"sl",t:{}},{l:"sr",t:{"Provider icon":{v:["Икона пружаоца"]}}},{l:"sv",t:{"Provider icon":{v:["Leverantörsikon"]}}},{l:"tr",t:{"Provider icon":{v:["Hizmet sağlayıcı simgesi"]}}},{l:"uk",t:{"Provider icon":{v:["Піктограма постачальника"]}}},{l:"uz",t:{"Provider icon":{v:["Provayder belgisi"]}}},{l:"zh-CN",t:{"Provider icon":{v:["提供者图标"]}}},{l:"zh-HK",t:{"Provider icon":{v:["提供者圖示"]}}},{l:"zh-TW",t:{"Provider icon":{v:["提供者圖示"]}}}],hE=[{l:"ar",t:{"Related team resources":{v:["موارد للفريق ذات صلة"]},"View team":{v:["عرض الفريق"]}}},{l:"ast",t:{"Related team resources":{v:["Recursos rellacionaos colos equipos"]},"View team":{v:["Ver l'equipu"]}}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{"Related team resources":{v:["Související prostředky kolektivu"]},"View team":{v:["Zobrazit kolektiv"]}}},{l:"cs-CZ",t:{}},{l:"da",t:{"Related team resources":{v:["Relaterede teamressourcer"]},"View team":{v:["Se teamet"]}}},{l:"de",t:{"Related team resources":{v:["Verwandte Team-Ressourcen"]},"View team":{v:["Team anzeigen"]}}},{l:"de-DE",t:{"Related team resources":{v:["Verwandte Team-Ressourcen"]},"View team":{v:["Team anzeigen"]}}},{l:"el",t:{"Related team resources":{v:["Σχετικοί πόροι ομάδας"]},"View team":{v:["Προβολή ομάδας"]}}},{l:"en-GB",t:{"Related team resources":{v:["Related team resources"]},"View team":{v:["View team"]}}},{l:"eo",t:{}},{l:"es",t:{"Related team resources":{v:["Recursos de equipo relacionados"]},"View team":{v:["Ver equipo"]}}},{l:"es-AR",t:{"Related team resources":{v:["Recursos de equipo relacionados"]},"View team":{v:["Ver equipo"]}}},{l:"es-EC",t:{}},{l:"es-MX",t:{"Related team resources":{v:["Recursos de equipo relacionados"]},"View team":{v:["Ver equipo"]}}},{l:"et-EE",t:{"Related team resources":{v:["Tiimi seotud ressursid"]},"View team":{v:["Vaata tiimi"]}}},{l:"eu",t:{}},{l:"fa",t:{"Related team resources":{v:["منابع تیمی مرتبط"]},"View team":{v:["مشاهده گروه"]}}},{l:"fi",t:{"Related team resources":{v:["Liittyvät tiimiresurssit"]},"View team":{v:["Näytä tiimi"]}}},{l:"fr",t:{"Related team resources":{v:["Ressources d'équipe associées"]},"View team":{v:["Voir l'équipe"]}}},{l:"ga",t:{"Related team resources":{v:["Acmhainní foirne gaolmhara"]},"View team":{v:["Féach ar an bhfoireann"]}}},{l:"gl",t:{"Related team resources":{v:["Recursos de equipo relacionados"]},"View team":{v:["Ver o equipo"]}}},{l:"he",t:{}},{l:"hr",t:{"Related team resources":{v:["Povezani timski resursi"]},"View team":{v:["Prikaži tim"]}}},{l:"hu",t:{}},{l:"id",t:{"Related team resources":{v:["Sumber daya team terkait"]},"View team":{v:["Lihat team"]}}},{l:"is",t:{"Related team resources":{v:["Tengd tilföng teymis"]},"View team":{v:["Skoða teymi"]}}},{l:"it",t:{}},{l:"ja",t:{"Related team resources":{v:["チームの関連リソース"]},"View team":{v:["チームを表示"]}}},{l:"ja-JP",t:{"Related team resources":{v:["チームの関連リソース"]},"View team":{v:["チームを表示"]}}},{l:"ko",t:{"Related team resources":{v:["관련 팀 리소스"]},"View team":{v:["팀 보기"]}}},{l:"lo",t:{"Related team resources":{v:["ຊັບພະຍາກອນຂອງທີມທີ່ກ່ຽວຂ້ອງ"]},"View team":{v:["ເບິ່ງທີມ"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Related team resources":{v:["Поврзани ресурси на тимот"]},"View team":{v:["Прикажи тим"]}}},{l:"mn",t:{"Related team resources":{v:["Багийн холбогдох нөөцүүд"]},"View team":{v:["Багийг харах"]}}},{l:"my",t:{}},{l:"nb",t:{"Related team resources":{v:["Relaterte lagressurser"]},"View team":{v:["Se lag"]}}},{l:"nl",t:{"Related team resources":{v:["Verwante teambronnen"]},"View team":{v:["Team bekijken"]}}},{l:"oc",t:{}},{l:"pl",t:{"Related team resources":{v:["Powiązane zasoby grupowe"]},"View team":{v:["Zobacz grupę"]}}},{l:"pt-BR",t:{"Related team resources":{v:["Recursos de equipe relacionados"]},"View team":{v:["Ver equipe"]}}},{l:"pt-PT",t:{"Related team resources":{v:["Recursos relacionados com a equipa"]},"View team":{v:["Ver equipa"]}}},{l:"ro",t:{}},{l:"ru",t:{"Related team resources":{v:["Связанные командные ресурсы"]},"View team":{v:["Просмотр команды"]}}},{l:"sk",t:{"Related team resources":{v:["Súvisiace tímové zdroje"]},"View team":{v:["Zobraziť tím"]}}},{l:"sl",t:{}},{l:"sr",t:{"Related team resources":{v:["Повезани тимски ресурси"]},"View team":{v:["Прикажи тим"]}}},{l:"sv",t:{"Related team resources":{v:["Relaterade teamresurser"]},"View team":{v:["Visa team"]}}},{l:"tr",t:{"Related team resources":{v:["İlgili takım kaynakları"]},"View team":{v:["Takımı görüntüle"]}}},{l:"uk",t:{"Related team resources":{v:["Пов'язані ресурси команди"]},"View team":{v:["Переглянути команду"]}}},{l:"uz",t:{"Related team resources":{v:["Tegishli jamoa resurslari"]},"View team":{v:["Jamoani ko'rish"]}}},{l:"zh-CN",t:{"Related team resources":{v:["相关团队资源"]},"View team":{v:["查看团队"]}}},{l:"zh-HK",t:{"Related team resources":{v:["相關團隊資源"]},"View team":{v:["查看團隊"]}}},{l:"zh-TW",t:{"Related team resources":{v:["相關團隊資源"]},"View team":{v:["檢視團隊"]}}}],rv=[{l:"ar",t:{Search:{v:["بحث"]}}},{l:"ast",t:{Search:{v:["Buscar"]}}},{l:"br",t:{Search:{v:["Klask"]}}},{l:"ca",t:{Search:{v:["Cerca"]}}},{l:"cs",t:{Search:{v:["Hledat"]}}},{l:"cs-CZ",t:{Search:{v:["Hledat"]}}},{l:"da",t:{Search:{v:["Søg"]}}},{l:"de",t:{Search:{v:["Suche"]}}},{l:"de-DE",t:{Search:{v:["Suche"]}}},{l:"el",t:{Search:{v:["Αναζήτηση"]}}},{l:"en-GB",t:{Search:{v:["Search"]}}},{l:"eo",t:{Search:{v:["Serĉi"]}}},{l:"es",t:{Search:{v:["Buscar"]}}},{l:"es-AR",t:{Search:{v:["Buscar"]}}},{l:"es-EC",t:{Search:{v:["Buscar"]}}},{l:"es-MX",t:{Search:{v:["Buscar"]}}},{l:"et-EE",t:{Search:{v:["Otsing"]}}},{l:"eu",t:{Search:{v:["Bilatu"]}}},{l:"fa",t:{Search:{v:["جستجو"]}}},{l:"fi",t:{Search:{v:["Etsi"]}}},{l:"fr",t:{Search:{v:["Rechercher"]}}},{l:"ga",t:{Search:{v:["Cuardach"]}}},{l:"gl",t:{Search:{v:["Buscar"]}}},{l:"he",t:{Search:{v:["חיפוש"]}}},{l:"hr",t:{Search:{v:["Traži"]}}},{l:"hu",t:{Search:{v:["Keresés"]}}},{l:"id",t:{Search:{v:["Cari"]}}},{l:"is",t:{Search:{v:["Leita"]}}},{l:"it",t:{Search:{v:["Cerca"]}}},{l:"ja",t:{Search:{v:["検索"]}}},{l:"ja-JP",t:{Search:{v:["検索"]}}},{l:"ko",t:{Search:{v:["검색"]}}},{l:"lo",t:{Search:{v:["ຄົ້ນຫາ"]}}},{l:"lt-LT",t:{Search:{v:["Ieškoti"]}}},{l:"lv",t:{}},{l:"mk",t:{Search:{v:["Барај"]}}},{l:"mn",t:{Search:{v:["Хайх"]}}},{l:"my",t:{Search:{v:["ရှာဖွေရန်"]}}},{l:"nb",t:{Search:{v:["Søk"]}}},{l:"nl",t:{Search:{v:["Zoeken"]}}},{l:"oc",t:{}},{l:"pl",t:{Search:{v:["Szukaj"]}}},{l:"pt-BR",t:{Search:{v:["Pesquisar"]}}},{l:"pt-PT",t:{Search:{v:["Pesquisar"]}}},{l:"ro",t:{Search:{v:["Căutare"]}}},{l:"ru",t:{Search:{v:["Поиск"]}}},{l:"sk",t:{Search:{v:["Hľadať"]}}},{l:"sl",t:{Search:{v:["Iskanje"]}}},{l:"sr",t:{Search:{v:["Претражи"]}}},{l:"sv",t:{Search:{v:["Sök"]}}},{l:"tr",t:{Search:{v:["Ara"]}}},{l:"uk",t:{Search:{v:["Пошук"]}}},{l:"uz",t:{Search:{v:["Qidiruv"]}}},{l:"zh-CN",t:{Search:{v:["搜索"]}}},{l:"zh-HK",t:{Search:{v:["搜尋"]}}},{l:"zh-TW",t:{Search:{v:["搜尋"]}}}],EE=[{l:"ar",t:{}},{l:"ast",t:{}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{"Search …":{v:["Hledat …"]}}},{l:"cs-CZ",t:{}},{l:"da",t:{"Search …":{v:["Søg ..."]}}},{l:"de",t:{"Search …":{v:["Suche …"]}}},{l:"de-DE",t:{"Search …":{v:["Suche …"]}}},{l:"el",t:{"Search …":{v:["Αναζήτηση …"]}}},{l:"en-GB",t:{"Search …":{v:["Search …"]}}},{l:"eo",t:{}},{l:"es",t:{}},{l:"es-AR",t:{}},{l:"es-EC",t:{}},{l:"es-MX",t:{}},{l:"et-EE",t:{"Search …":{v:["Otsi…"]}}},{l:"eu",t:{}},{l:"fa",t:{}},{l:"fi",t:{}},{l:"fr",t:{"Search …":{v:["Rechercher…"]}}},{l:"ga",t:{"Search …":{v:["Cuardaigh …"]}}},{l:"gl",t:{"Search …":{v:["Buscar…"]}}},{l:"he",t:{}},{l:"hr",t:{"Search …":{v:["Traži …"]}}},{l:"hu",t:{}},{l:"id",t:{"Search …":{v:["Cari …"]}}},{l:"is",t:{}},{l:"it",t:{}},{l:"ja",t:{"Search …":{v:["検索…"]}}},{l:"ja-JP",t:{}},{l:"ko",t:{"Search …":{v:["찾는 중 ..."]}}},{l:"lo",t:{"Search …":{v:["ຄົ້ນຫາ…"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Search …":{v:["Барај…"]}}},{l:"mn",t:{"Search …":{v:["Хайх …"]}}},{l:"my",t:{}},{l:"nb",t:{}},{l:"nl",t:{"Search …":{v:["Zoeken …"]}}},{l:"oc",t:{}},{l:"pl",t:{}},{l:"pt-BR",t:{"Search …":{v:["Pesquisar …"]}}},{l:"pt-PT",t:{}},{l:"ro",t:{}},{l:"ru",t:{"Search …":{v:["Поиск …"]}}},{l:"sk",t:{}},{l:"sl",t:{}},{l:"sr",t:{"Search …":{v:["Претражи…"]}}},{l:"sv",t:{}},{l:"tr",t:{"Search …":{v:["Ara…"]}}},{l:"uk",t:{}},{l:"uz",t:{"Search …":{v:["Izlash..."]}}},{l:"zh-CN",t:{}},{l:"zh-HK",t:{"Search …":{v:["搜尋 …"]}}},{l:"zh-TW",t:{"Search …":{v:["搜尋......"]}}}],fE=[{l:"ar",t:{"Type to search time zone":{v:["أكتُب للبحث عن منطقة زمنية"]}}},{l:"ast",t:{"Search for time zone":{v:["Buscar fusos horarios"]},"Type to search time zone":{v:["Escribi pa buscar un fusu horariu"]}}},{l:"br",t:{}},{l:"ca",t:{"Type to search time zone":{v:["Escriviu per cercar la zona horària"]}}},{l:"cs",t:{"Search for time zone":{v:["Vyhledat časové pásmo"]},"Type to search time zone":{v:["Psaním vyhledejte časovou zónu"]}}},{l:"cs-CZ",t:{"Search for time zone":{v:["Vyhledat časové pásmo"]},"Type to search time zone":{v:["Psaním vyhledejte časovou zónu"]}}},{l:"da",t:{"Search for time zone":{v:["Søg efter tidszone"]},"Type to search time zone":{v:["Indtast for at søge efter tidszone"]}}},{l:"de",t:{"Search for time zone":{v:["Nach Zeitzone suchen"]},"Type to search time zone":{v:["Tippen, um eine Zeitzone zu suchen"]}}},{l:"de-DE",t:{"Search for time zone":{v:["Nach Zeitzone suchen"]},"Type to search time zone":{v:["Tippen, um eine Zeitzone zu suchen"]}}},{l:"el",t:{"Type to search time zone":{v:["Πληκτρολογήστε για αναζήτηση ζώνης ώρας"]}}},{l:"en-GB",t:{"Search for time zone":{v:["Search for time zone"]},"Type to search time zone":{v:["Type to search time zone"]}}},{l:"eo",t:{}},{l:"es",t:{"Search for time zone":{v:["Buscar huso horario"]},"Type to search time zone":{v:["Escriba para buscar un huso horario"]}}},{l:"es-AR",t:{"Search for time zone":{v:["Buscar zona horaria"]},"Type to search time zone":{v:["Escriba para buscar la zona horaria"]}}},{l:"es-EC",t:{"Type to search time zone":{v:["Escribe para buscar la zona horaria"]}}},{l:"es-MX",t:{"Search for time zone":{v:["Buscar zona horaria"]},"Type to search time zone":{v:["Escriba para buscar la zona horaria"]}}},{l:"et-EE",t:{"Search for time zone":{v:["Otsi ajavööndit"]},"Type to search time zone":{v:["Ajavööndi otsimiseks kirjuta midagi"]}}},{l:"eu",t:{"Type to search time zone":{v:["Idatzi ordu-zona bat bilatzeko"]}}},{l:"fa",t:{"Search for time zone":{v:["جستجو برای منطقهٔ زمانی"]},"Type to search time zone":{v:["برای جستجوی منطقه زمانی تایپ کنید"]}}},{l:"fi",t:{"Search for time zone":{v:["Etsi aikavyöhykettä"]},"Type to search time zone":{v:["Kirjoita etsiäksesi aikavyöhykettä"]}}},{l:"fr",t:{"Search for time zone":{v:["Rechercher le fuseau horaire"]},"Type to search time zone":{v:["Saisissez les premiers lettres pour rechercher un fuseau horaire"]}}},{l:"ga",t:{"Search for time zone":{v:["Cuardaigh crios ama"]},"Type to search time zone":{v:["Clóscríobh chun crios ama a chuardach"]}}},{l:"gl",t:{"Search for time zone":{v:["Buscar por fuso horario"]},"Type to search time zone":{v:["Escriba para buscar o fuso horario"]}}},{l:"he",t:{"Type to search time zone":{v:["יש להקליד כדי לחפש אזור זמן"]}}},{l:"hr",t:{"Search for time zone":{v:["Pretraži vremensku zonu"]},"Type to search time zone":{v:["Upišite za pretraživanje vremenske zone"]}}},{l:"hu",t:{"Type to search time zone":{v:["Gépeljen az időzóna kereséséhez"]}}},{l:"id",t:{"Search for time zone":{v:["Cari zona waktu"]},"Type to search time zone":{v:["Ketik untuk mencari zona waktu"]}}},{l:"is",t:{"Search for time zone":{v:["Leita að tímabelti"]},"Type to search time zone":{v:["Skrifaðu til að leita að tímabelti"]}}},{l:"it",t:{"Search for time zone":{v:["Ricerca del fuso orario"]},"Type to search time zone":{v:["Digita per cercare un fuso orario"]}}},{l:"ja",t:{"Search for time zone":{v:["タイムゾーンを検索"]},"Type to search time zone":{v:["タイムゾーン検索のため入力してください"]}}},{l:"ja-JP",t:{"Search for time zone":{v:["タイムゾーンを検索"]},"Type to search time zone":{v:["タイムゾーン検索のため入力してください"]}}},{l:"ko",t:{"Search for time zone":{v:["시간대 찾기"]},"Type to search time zone":{v:["입력하여 시간대를 검색"]}}},{l:"lo",t:{"Type to search time zone":{v:["ພິມເພື່ອຄົ້ນຫາເຂດເວລາ"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Type to search time zone":{v:["Напишете за да пребарате временска зона"]}}},{l:"mn",t:{"Search for time zone":{v:["Цагийн бүс хайх"]},"Type to search time zone":{v:["Цагийн бүс хайхын тулд бичнэ үү"]}}},{l:"my",t:{"Type to search time zone":{v:["ဒေသစံတော်ချိန်များ ရှာဖွေရန် စာရိုက်ပါ"]}}},{l:"nb",t:{"Search for time zone":{v:["Søk etter tidssone"]},"Type to search time zone":{v:["Tast for å søke etter tidssone"]}}},{l:"nl",t:{"Search for time zone":{v:["Zoeken naar tijdzone"]},"Type to search time zone":{v:["Typ om een tijdzone te zoeken"]}}},{l:"oc",t:{}},{l:"pl",t:{"Search for time zone":{v:["Szukaj strefy czasowej"]},"Type to search time zone":{v:["Wpisz, aby wyszukać strefę czasową"]}}},{l:"pt-BR",t:{"Search for time zone":{v:["Pesquisar fuso horário"]},"Type to search time zone":{v:["Digite para pesquisar o fuso horário "]}}},{l:"pt-PT",t:{"Type to search time zone":{v:["Digite para pesquisar o fuso horário "]}}},{l:"ro",t:{"Search for time zone":{v:["Căutare zonă de timp"]},"Type to search time zone":{v:["Tastați pentru a căuta fusul orar"]}}},{l:"ru",t:{"Search for time zone":{v:["Поиск часового пояса"]},"Type to search time zone":{v:["Введите для поиска часового пояса"]}}},{l:"sk",t:{"Search for time zone":{v:["Vyhľadať časové pásmo"]},"Type to search time zone":{v:["Začníte písať pre vyhľadávanie časovej zóny"]}}},{l:"sl",t:{"Type to search time zone":{v:["Vpišite niz za iskanje časovnega pasu"]}}},{l:"sr",t:{"Type to search time zone":{v:["Куцајте да претражите временске зоне"]}}},{l:"sv",t:{"Search for time zone":{v:["Sök efter tidszon"]},"Type to search time zone":{v:["Skriv för att välja tidszon"]}}},{l:"tr",t:{"Search for time zone":{v:["Saat dilimi ara"]},"Type to search time zone":{v:["Saat dilimi aramak için yazmaya başlayın"]}}},{l:"uk",t:{"Type to search time zone":{v:["Введіть для пошуку часовий пояс"]}}},{l:"uz",t:{"Type to search time zone":{v:["Vaqt mintaqasini qidirish uchun kiriting"]}}},{l:"zh-CN",t:{"Search for time zone":{v:["搜索时区"]},"Type to search time zone":{v:["打字以搜索时区"]}}},{l:"zh-HK",t:{"Type to search time zone":{v:["鍵入以搜索時區"]}}},{l:"zh-TW",t:{"Search for time zone":{v:["搜尋時區"]},"Type to search time zone":{v:["輸入以搜尋時區"]}}}],CE=[{l:"ar",t:{"Select provider":{v:["اختر مزود"]}}},{l:"ast",t:{"Select provider":{v:["Seleicionar el fornidor"]}}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{"Select provider":{v:["Vybrat poskytovatele"]}}},{l:"cs-CZ",t:{"Select provider":{v:["Vybrat poskytovatele"]}}},{l:"da",t:{"Select provider":{v:["Vælg udbyder"]}}},{l:"de",t:{"Select provider":{v:["Anbieter auswählen"]}}},{l:"de-DE",t:{"Select provider":{v:["Anbieter auswählen"]}}},{l:"el",t:{"Select provider":{v:["Επιλογή παρόχου"]}}},{l:"en-GB",t:{"Select provider":{v:["Select provider"]}}},{l:"eo",t:{}},{l:"es",t:{"Select provider":{v:["Seleccione proveedor"]}}},{l:"es-AR",t:{"Select provider":{v:["Elija proveedor"]}}},{l:"es-EC",t:{"Select provider":{v:["Seleccionar proveedor"]}}},{l:"es-MX",t:{"Select provider":{v:["Seleccionar proveedor"]}}},{l:"et-EE",t:{"Select provider":{v:["Vali teenuspakkuja"]}}},{l:"eu",t:{"Select provider":{v:["Hautatu hornitzailea"]}}},{l:"fa",t:{"Select provider":{v:["ارائه دهنده را انتخاب کنید"]}}},{l:"fi",t:{"Select provider":{v:["Valitse tarjoaja"]}}},{l:"fr",t:{"Select provider":{v:["Sélectionner un fournisseur"]}}},{l:"ga",t:{"Select provider":{v:["Roghnaigh soláthraí"]}}},{l:"gl",t:{"Select provider":{v:["Seleccione o provedor"]}}},{l:"he",t:{"Select provider":{v:["בחירת ספק"]}}},{l:"hr",t:{"Select provider":{v:["Odaberi pružatelja"]}}},{l:"hu",t:{}},{l:"id",t:{"Select provider":{v:["Pilih penyedia"]}}},{l:"is",t:{"Select provider":{v:["Veldu þjónustuveitu"]}}},{l:"it",t:{"Select provider":{v:["Selezionare il provider"]}}},{l:"ja",t:{"Select provider":{v:["プロバイダーを選択"]}}},{l:"ja-JP",t:{"Select provider":{v:["プロバイダーを選択"]}}},{l:"ko",t:{"Select provider":{v:["제공자 선택"]}}},{l:"lo",t:{"Select provider":{v:["ເລືອກຜູ້ໃຫ້ບໍລິການ"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Select provider":{v:["Избери провајдер"]}}},{l:"mn",t:{"Select provider":{v:["Үйлчилгээ үзүүлэгч сонгох"]}}},{l:"my",t:{}},{l:"nb",t:{"Select provider":{v:["Velg leverandør"]}}},{l:"nl",t:{"Select provider":{v:["Selecteer provider"]}}},{l:"oc",t:{}},{l:"pl",t:{"Select provider":{v:["Wybierz dostawcę"]}}},{l:"pt-BR",t:{"Select provider":{v:["Selecione provedor"]}}},{l:"pt-PT",t:{"Select provider":{v:["Selecionar fornecedor"]}}},{l:"ro",t:{"Select provider":{v:["Selectați providerul"]}}},{l:"ru",t:{"Select provider":{v:["Выбрать поставщика"]}}},{l:"sk",t:{"Select provider":{v:["Vybrať poskytovateľa"]}}},{l:"sl",t:{}},{l:"sr",t:{"Select provider":{v:["Изаберите пружаоца"]}}},{l:"sv",t:{"Select provider":{v:["Välj leverantör"]}}},{l:"tr",t:{"Select provider":{v:["Hizmet sağlayıcı seçin"]}}},{l:"uk",t:{"Select provider":{v:["Виберіть постачальника"]}}},{l:"uz",t:{"Select provider":{v:["Provayderni tanlang"]}}},{l:"zh-CN",t:{"Select provider":{v:["选择提供者"]}}},{l:"zh-HK",t:{"Select provider":{v:["選擇提供者"]}}},{l:"zh-TW",t:{"Select provider":{v:["選取提供者"]}}}],yE=[{l:"ar",t:{Settings:{v:["الإعدادات"]}}},{l:"ast",t:{Settings:{v:["Configuración"]}}},{l:"br",t:{Settings:{v:["Arventennoù"]}}},{l:"ca",t:{Settings:{v:["Paràmetres"]}}},{l:"cs",t:{Settings:{v:["Nastavení"]}}},{l:"cs-CZ",t:{Settings:{v:["Nastavení"]}}},{l:"da",t:{Settings:{v:["Indstillinger"]}}},{l:"de",t:{Settings:{v:["Einstellungen"]}}},{l:"de-DE",t:{Settings:{v:["Einstellungen"]}}},{l:"el",t:{Settings:{v:["Ρυθμίσεις"]}}},{l:"en-GB",t:{Settings:{v:["Settings"]}}},{l:"eo",t:{Settings:{v:["Agordo"]}}},{l:"es",t:{Settings:{v:["Ajustes"]}}},{l:"es-AR",t:{Settings:{v:["Configuraciones"]}}},{l:"es-EC",t:{Settings:{v:["Configuraciones"]}}},{l:"es-MX",t:{Settings:{v:["Configuración"]}}},{l:"et-EE",t:{Settings:{v:["Seadistused"]}}},{l:"eu",t:{Settings:{v:["Ezarpenak"]}}},{l:"fa",t:{Settings:{v:["تنظیمات"]}}},{l:"fi",t:{Settings:{v:["Asetukset"]}}},{l:"fr",t:{Settings:{v:["Paramètres"]}}},{l:"ga",t:{Settings:{v:["Socruithe"]}}},{l:"gl",t:{Settings:{v:["Axustes"]}}},{l:"he",t:{Settings:{v:["הגדרות"]}}},{l:"hr",t:{Settings:{v:["Postavke"]}}},{l:"hu",t:{Settings:{v:["Beállítások"]}}},{l:"id",t:{Settings:{v:["Pengaturan"]}}},{l:"is",t:{Settings:{v:["Stillingar"]}}},{l:"it",t:{Settings:{v:["Impostazioni"]}}},{l:"ja",t:{Settings:{v:["設定"]}}},{l:"ja-JP",t:{Settings:{v:["設定"]}}},{l:"ko",t:{Settings:{v:["선택"]}}},{l:"lo",t:{Settings:{v:["ການຕັ້ງຄ່າ"]}}},{l:"lt-LT",t:{Settings:{v:["Nustatymai"]}}},{l:"lv",t:{Settings:{v:["Iestatījumi"]}}},{l:"mk",t:{Settings:{v:["Параметри"]}}},{l:"mn",t:{Settings:{v:["Тохиргоо"]}}},{l:"my",t:{Settings:{v:["ချိန်ညှိချက်များ"]}}},{l:"nb",t:{Settings:{v:["Innstillinger"]}}},{l:"nl",t:{Settings:{v:["Instellingen"]}}},{l:"oc",t:{Settings:{v:["Paramètres"]}}},{l:"pl",t:{Settings:{v:["Ustawienia"]}}},{l:"pt-BR",t:{Settings:{v:["Configurações"]}}},{l:"pt-PT",t:{Settings:{v:["Definições"]}}},{l:"ro",t:{Settings:{v:["Setări"]}}},{l:"ru",t:{Settings:{v:["Параметры"]}}},{l:"sk",t:{Settings:{v:["Nastavenia"]}}},{l:"sl",t:{Settings:{v:["Nastavitve"]}}},{l:"sr",t:{Settings:{v:["Поставке"]}}},{l:"sv",t:{Settings:{v:["Inställningar"]}}},{l:"tr",t:{Settings:{v:["Ayarlar"]}}},{l:"uk",t:{Settings:{v:["Налаштування"]}}},{l:"uz",t:{Settings:{v:["Sozlamalar"]}}},{l:"zh-CN",t:{Settings:{v:["设置"]}}},{l:"zh-HK",t:{Settings:{v:["設定"]}}},{l:"zh-TW",t:{Settings:{v:["設定"]}}}],BE=[{l:"ar",t:{"Settings navigation":{v:["إعدادات التّصفُّح"]}}},{l:"ast",t:{"Settings navigation":{v:["Navegación pela configuración"]}}},{l:"br",t:{}},{l:"ca",t:{"Settings navigation":{v:["Navegació d'opcions"]}}},{l:"cs",t:{"Settings navigation":{v:["Pohyb po nastavení"]}}},{l:"cs-CZ",t:{"Settings navigation":{v:["Pohyb po nastavení"]}}},{l:"da",t:{"Settings navigation":{v:["Naviger i indstillinger"]}}},{l:"de",t:{"Settings navigation":{v:["Einstellungen für die Navigation"]}}},{l:"de-DE",t:{"Settings navigation":{v:["Einstellungen für die Navigation"]}}},{l:"el",t:{"Settings navigation":{v:["Πλοήγηση ρυθμίσεων"]}}},{l:"en-GB",t:{"Settings navigation":{v:["Settings navigation"]}}},{l:"eo",t:{"Settings navigation":{v:["Agorda navigado"]}}},{l:"es",t:{"Settings navigation":{v:["Navegación de ajustes"]}}},{l:"es-AR",t:{"Settings navigation":{v:["Navegación de configuraciones"]}}},{l:"es-EC",t:{"Settings navigation":{v:["Navegación de configuraciones"]}}},{l:"es-MX",t:{"Settings navigation":{v:["Navegación por ajustes"]}}},{l:"et-EE",t:{"Settings navigation":{v:["Liikumine seadistustes"]}}},{l:"eu",t:{"Settings navigation":{v:["Nabigazio ezarpenak"]}}},{l:"fa",t:{"Settings navigation":{v:["ناوبری تنظیمات"]}}},{l:"fi",t:{"Settings navigation":{v:["Asetusten navigointi"]}}},{l:"fr",t:{"Settings navigation":{v:["Navigation dans les paramètres"]}}},{l:"ga",t:{"Settings navigation":{v:["Nascleanúint socruithe"]}}},{l:"gl",t:{"Settings navigation":{v:["Navegación polos axustes"]}}},{l:"he",t:{"Settings navigation":{v:["ניווט בהגדרות"]}}},{l:"hr",t:{"Settings navigation":{v:["Navigacija postavki"]}}},{l:"hu",t:{"Settings navigation":{v:["Navigáció a beállításokban"]}}},{l:"id",t:{"Settings navigation":{v:["Navigasi pengaturan"]}}},{l:"is",t:{"Settings navigation":{v:["Flakk um stillingar"]}}},{l:"it",t:{"Settings navigation":{v:["Navigazione delle impostazioni"]}}},{l:"ja",t:{"Settings navigation":{v:["ナビゲーション設定"]}}},{l:"ja-JP",t:{"Settings navigation":{v:["ナビゲーション設定"]}}},{l:"ko",t:{"Settings navigation":{v:["세팅 탐색"]}}},{l:"lo",t:{"Settings navigation":{v:["ການນຳທາງການຕັ້ງຄ່າ"]}}},{l:"lt-LT",t:{"Settings navigation":{v:["Naršymas nustatymuose"]}}},{l:"lv",t:{}},{l:"mk",t:{"Settings navigation":{v:["Параметри за навигација"]}}},{l:"mn",t:{"Settings navigation":{v:["Тохиргооны навигаци"]}}},{l:"my",t:{"Settings navigation":{v:["ချိန်ညှိချက်အညွှန်း"]}}},{l:"nb",t:{"Settings navigation":{v:["Navigasjonsinstillinger"]}}},{l:"nl",t:{"Settings navigation":{v:["Instellingen navigatie"]}}},{l:"oc",t:{}},{l:"pl",t:{"Settings navigation":{v:["Ustawienia nawigacji"]}}},{l:"pt-BR",t:{"Settings navigation":{v:["Navegação de configurações"]}}},{l:"pt-PT",t:{"Settings navigation":{v:["Navegação de configurações"]}}},{l:"ro",t:{"Settings navigation":{v:["Navigare setări"]}}},{l:"ru",t:{"Settings navigation":{v:["Навигация по настройкам"]}}},{l:"sk",t:{"Settings navigation":{v:["Navigácia v nastaveniach"]}}},{l:"sl",t:{"Settings navigation":{v:["Krmarjenje nastavitev"]}}},{l:"sr",t:{"Settings navigation":{v:["Кретање по подешавањима"]}}},{l:"sv",t:{"Settings navigation":{v:["Inställningsmeny"]}}},{l:"tr",t:{"Settings navigation":{v:["Gezinme ayarları"]}}},{l:"uk",t:{"Settings navigation":{v:["Навігація у налаштуваннях"]}}},{l:"uz",t:{"Settings navigation":{v:["Sozlamalar navigatsiyasi"]}}},{l:"zh-CN",t:{"Settings navigation":{v:["设置向导"]}}},{l:"zh-HK",t:{"Settings navigation":{v:["設定值導覽"]}}},{l:"zh-TW",t:{"Settings navigation":{v:["設定值導覽"]}}}],AE=[{l:"ar",t:{Submit:{v:["إرسال"]}}},{l:"ast",t:{Submit:{v:["Unviar"]}}},{l:"br",t:{}},{l:"ca",t:{Submit:{v:["Envia"]}}},{l:"cs",t:{Submit:{v:["Odeslat"]}}},{l:"cs-CZ",t:{Submit:{v:["Odeslat"]}}},{l:"da",t:{Submit:{v:["Send"]}}},{l:"de",t:{Submit:{v:["Einreichen"]}}},{l:"de-DE",t:{Submit:{v:["Einreichen"]}}},{l:"el",t:{Submit:{v:["Υποβολή"]}}},{l:"en-GB",t:{Submit:{v:["Submit"]}}},{l:"eo",t:{}},{l:"es",t:{Submit:{v:["Enviar"]}}},{l:"es-AR",t:{Submit:{v:["Enviar"]}}},{l:"es-EC",t:{Submit:{v:["Enviar"]}}},{l:"es-MX",t:{Submit:{v:["Enviar"]}}},{l:"et-EE",t:{Submit:{v:["Saada"]}}},{l:"eu",t:{Submit:{v:["Bidali"]}}},{l:"fa",t:{Submit:{v:["ارسال"]}}},{l:"fi",t:{Submit:{v:["Lähetä"]}}},{l:"fr",t:{Submit:{v:["Valider"]}}},{l:"ga",t:{Submit:{v:["Cuir isteach"]}}},{l:"gl",t:{Submit:{v:["Enviar"]}}},{l:"he",t:{Submit:{v:["הגשה"]}}},{l:"hr",t:{Submit:{v:["Pošalji"]}}},{l:"hu",t:{Submit:{v:["Beküldés"]}}},{l:"id",t:{Submit:{v:["Kirimkan"]}}},{l:"is",t:{Submit:{v:["Senda inn"]}}},{l:"it",t:{Submit:{v:["Invia"]}}},{l:"ja",t:{Submit:{v:["提出"]}}},{l:"ja-JP",t:{Submit:{v:["提出"]}}},{l:"ko",t:{Submit:{v:["제출"]}}},{l:"lo",t:{Submit:{v:["ສົ່ງ"]}}},{l:"lt-LT",t:{Submit:{v:["Pateikti"]}}},{l:"lv",t:{}},{l:"mk",t:{Submit:{v:["Испрати"]}}},{l:"mn",t:{Submit:{v:["Илгээх"]}}},{l:"my",t:{Submit:{v:["တင်သွင်းရန်"]}}},{l:"nb",t:{Submit:{v:["Send"]}}},{l:"nl",t:{Submit:{v:["Indienen"]}}},{l:"oc",t:{}},{l:"pl",t:{Submit:{v:["Wyślij"]}}},{l:"pt-BR",t:{Submit:{v:["Enviar"]}}},{l:"pt-PT",t:{Submit:{v:["Submeter"]}}},{l:"ro",t:{Submit:{v:["Trimiteți"]}}},{l:"ru",t:{Submit:{v:["Утвердить"]}}},{l:"sk",t:{Submit:{v:["Odoslať"]}}},{l:"sl",t:{Submit:{v:["Pošlji"]}}},{l:"sr",t:{Submit:{v:["Поднеси"]}}},{l:"sv",t:{Submit:{v:["Skicka"]}}},{l:"tr",t:{Submit:{v:["Gönder"]}}},{l:"uk",t:{Submit:{v:["Надіслати"]}}},{l:"uz",t:{Submit:{v:["Yuborish"]}}},{l:"zh-CN",t:{Submit:{v:["提交"]}}},{l:"zh-HK",t:{Submit:{v:["提交"]}}},{l:"zh-TW",t:{Submit:{v:["遞交"]}}}],DE=[{l:"ar",t:{"Unable to search the group":{v:["تعذّر البحث في المجموعة"]}}},{l:"ast",t:{"Unable to search the group":{v:["Nun ye posible buscar el grupu"]}}},{l:"br",t:{"Unable to search the group":{v:["Dibosupl eo klask ar strollad"]}}},{l:"ca",t:{"Unable to search the group":{v:["No es pot cercar el grup"]}}},{l:"cs",t:{"Unable to search the group":{v:["Nedaří se hledat skupinu"]}}},{l:"cs-CZ",t:{"Unable to search the group":{v:["Nedaří se hledat skupinu"]}}},{l:"da",t:{"Unable to search the group":{v:["Kan ikke søge på denne gruppe"]}}},{l:"de",t:{"Unable to search the group":{v:["Die Gruppe kann nicht durchsucht werden"]}}},{l:"de-DE",t:{"Unable to search the group":{v:["Die Gruppe kann nicht durchsucht werden"]}}},{l:"el",t:{"Unable to search the group":{v:["Δεν είναι δυνατή η αναζήτηση της ομάδας"]}}},{l:"en-GB",t:{"Unable to search the group":{v:["Unable to search the group"]}}},{l:"eo",t:{"Unable to search the group":{v:["Ne eblas serĉi en la grupo"]}}},{l:"es",t:{"Unable to search the group":{v:["No es posible buscar en el grupo"]}}},{l:"es-AR",t:{"Unable to search the group":{v:["No se puede buscar el grupo"]}}},{l:"es-EC",t:{"Unable to search the group":{v:["No se puede buscar en el grupo"]}}},{l:"es-MX",t:{"Unable to search the group":{v:["No fue posible buscar en el grupo"]}}},{l:"et-EE",t:{"Unable to search the group":{v:["Gruppi ei ole võimalik otsida"]}}},{l:"eu",t:{"Unable to search the group":{v:["Ezin izan da taldea bilatu"]}}},{l:"fa",t:{"Unable to search the group":{v:["امکان جستجوی گروه وجود ندارد"]}}},{l:"fi",t:{"Unable to search the group":{v:["Ryhmää ei voi hakea"]}}},{l:"fr",t:{"Unable to search the group":{v:["Impossible de chercher le groupe"]}}},{l:"ga",t:{"Unable to search the group":{v:["Ní féidir an grúpa a chuardach"]}}},{l:"gl",t:{"Unable to search the group":{v:["Non foi posíbel buscar o grupo"]}}},{l:"he",t:{"Unable to search the group":{v:["לא ניתן לחפש בקבוצה"]}}},{l:"hr",t:{"Unable to search the group":{v:["Nije moguće pretražiti grupu"]}}},{l:"hu",t:{"Unable to search the group":{v:["A csoport nem kereshető"]}}},{l:"id",t:{"Unable to search the group":{v:["Tidak dapat mencari dalam grup"]}}},{l:"is",t:{"Unable to search the group":{v:["Get ekki leitað í hópnum"]}}},{l:"it",t:{"Unable to search the group":{v:["Impossibile cercare il gruppo"]}}},{l:"ja",t:{"Unable to search the group":{v:["グループを検索できません"]}}},{l:"ja-JP",t:{"Unable to search the group":{v:["グループを検索できません"]}}},{l:"ko",t:{"Unable to search the group":{v:["그룹을 검색할 수 없음"]}}},{l:"lo",t:{"Unable to search the group":{v:["ບໍ່ສາມາດຄົ້ນຫາກຸ່ມໄດ້"]}}},{l:"lt-LT",t:{"Unable to search the group":{v:["Nepavyko atlikti paiešką grupėje"]}}},{l:"lv",t:{}},{l:"mk",t:{"Unable to search the group":{v:["Неможе да се пронајде групата"]}}},{l:"mn",t:{"Unable to search the group":{v:["Бүлгийг хайж чадсангүй"]}}},{l:"my",t:{"Unable to search the group":{v:["အဖွဲ့အား ရှာဖွေ၍ မရနိုင်ပါ"]}}},{l:"nb",t:{"Unable to search the group":{v:["Kunne ikke søke i gruppen"]}}},{l:"nl",t:{"Unable to search the group":{v:["Kan niet zoeken in de groep"]}}},{l:"oc",t:{}},{l:"pl",t:{"Unable to search the group":{v:["Nie można przeszukać grupy"]}}},{l:"pt-BR",t:{"Unable to search the group":{v:["Não foi possível pesquisar o grupo"]}}},{l:"pt-PT",t:{"Unable to search the group":{v:["Não é possível pesquisar o grupo"]}}},{l:"ro",t:{"Unable to search the group":{v:["Imposibilitatea de a căuta în grup"]}}},{l:"ru",t:{"Unable to search the group":{v:["Невозможно найти группу"]}}},{l:"sk",t:{"Unable to search the group":{v:["Skupinu sa nepodarilo nájsť"]}}},{l:"sl",t:{"Unable to search the group":{v:["Ni mogoče iskati po skupini"]}}},{l:"sr",t:{"Unable to search the group":{v:["Група не може да се претражи"]}}},{l:"sv",t:{"Unable to search the group":{v:["Kunde inte söka i gruppen"]}}},{l:"tr",t:{"Unable to search the group":{v:["Grupta arama yapılamadı"]}}},{l:"uk",t:{"Unable to search the group":{v:["Неможливо шукати в групі"]}}},{l:"uz",t:{"Unable to search the group":{v:["Guruhni qidirish imkonsiz"]}}},{l:"zh-CN",t:{"Unable to search the group":{v:["无法搜索分组"]}}},{l:"zh-HK",t:{"Unable to search the group":{v:["無法搜尋群組"]}}},{l:"zh-TW",t:{"Unable to search the group":{v:["無法搜尋群組"]}}}],ov=[{l:"ar",t:{"Undo changes":{v:["تراجَع عن التغييرات"]}}},{l:"ast",t:{"Undo changes":{v:["Desfacer los cambeos"]}}},{l:"br",t:{}},{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:"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:{}},{l:"es",t:{"Undo changes":{v:["Deshacer cambios"]}}},{l:"es-AR",t:{"Undo changes":{v:["Deshacer cambios"]}}},{l:"es-EC",t:{"Undo changes":{v:["Deshacer cambios"]}}},{l:"es-MX",t:{"Undo changes":{v:["Deshacer cambios"]}}},{l:"et-EE",t:{"Undo changes":{v:["Pööra muudatused tagasi"]}}},{l:"eu",t:{"Undo changes":{v:["Aldaketak desegin"]}}},{l:"fa",t:{"Undo changes":{v:["لغو تغییرات"]}}},{l:"fi",t:{"Undo changes":{v:["Kumoa muutokset"]}}},{l:"fr",t:{"Undo changes":{v:["Annuler les changements"]}}},{l:"ga",t:{"Undo changes":{v:["Cealaigh athruithe"]}}},{l:"gl",t:{"Undo changes":{v:["Desfacer os cambios"]}}},{l:"he",t:{"Undo changes":{v:["ביטול שינויים"]}}},{l:"hr",t:{"Undo changes":{v:["Poništi promjene"]}}},{l:"hu",t:{"Undo changes":{v:["Változtatások visszavonása"]}}},{l:"id",t:{"Undo changes":{v:["Urungkan perubahan"]}}},{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:"ko",t:{"Undo changes":{v:["변경 되돌리기"]}}},{l:"lo",t:{"Undo changes":{v:["ຍ້ອນຄືນການປ່ຽນແປງ"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Undo changes":{v:["Врати ги промените"]}}},{l:"mn",t:{"Undo changes":{v:["Өөрчлөлтийг буцаах"]}}},{l:"my",t:{}},{l:"nb",t:{"Undo changes":{v:["Tilbakestill endringer"]}}},{l:"nl",t:{"Undo changes":{v:["Wijzigingen ongedaan maken"]}}},{l:"oc",t:{}},{l:"pl",t:{"Undo changes":{v:["Cofnij zmiany"]}}},{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:"sk",t:{"Undo changes":{v:["Vrátiť zmeny"]}}},{l:"sl",t:{"Undo changes":{v:["Razveljavi spremembe"]}}},{l:"sr",t:{"Undo changes":{v:["Поништи измене"]}}},{l:"sv",t:{"Undo changes":{v:["Ångra ändringar"]}}},{l:"tr",t:{"Undo changes":{v:["Değişiklikleri geri al"]}}},{l:"uk",t:{"Undo changes":{v:["Скасувати зміни"]}}},{l:"uz",t:{"Undo changes":{v:["O'zgarishlarni bekor qilish"]}}},{l:"zh-CN",t:{"Undo changes":{v:["撤销更改"]}}},{l:"zh-HK",t:{"Undo changes":{v:["取消更改"]}}},{l:"zh-TW",t:{"Undo changes":{v:["還原變更"]}}}],xE=[{l:"ar",t:{"User status: {status}":{v:["حالة المستخدِم: {status}"]}}},{l:"ast",t:{"User status: {status}":{v:["Estáu del usuariu: {status}"]}}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{"User status: {status}":{v:["Stav uživatele: {status}"]}}},{l:"cs-CZ",t:{"User status: {status}":{v:["Stav uživatele: {status}"]}}},{l:"da",t:{"User status: {status}":{v:["Brugerstatus: {status}"]}}},{l:"de",t:{"User status: {status}":{v:["Benutzerstatus: {status}"]}}},{l:"de-DE",t:{"User status: {status}":{v:["Benutzerstatus: {status}"]}}},{l:"el",t:{"User status: {status}":{v:["Κατάσταση χρήστη: {status}"]}}},{l:"en-GB",t:{"User status: {status}":{v:["User status: {status}"]}}},{l:"eo",t:{}},{l:"es",t:{"User status: {status}":{v:["Estatus del usuario: {status}"]}}},{l:"es-AR",t:{"User status: {status}":{v:["Estado del usuario: {status}"]}}},{l:"es-EC",t:{}},{l:"es-MX",t:{"User status: {status}":{v:["Estado del usuario: {status}"]}}},{l:"et-EE",t:{"User status: {status}":{v:["Kasutaja olek: {status}"]}}},{l:"eu",t:{}},{l:"fa",t:{"User status: {status}":{v:["وضعیت کاربر: {status}"]}}},{l:"fi",t:{"User status: {status}":{v:["Käyttäjän tila: {status}"]}}},{l:"fr",t:{"User status: {status}":{v:["Statut de l'utilisateur : {status}"]}}},{l:"ga",t:{"User status: {status}":{v:["Stádas úsáideora: {status}"]}}},{l:"gl",t:{"User status: {status}":{v:["Estado do usuario: {status}"]}}},{l:"he",t:{}},{l:"hr",t:{"User status: {status}":{v:["Status korisnika: {status}"]}}},{l:"hu",t:{}},{l:"id",t:{"User status: {status}":{v:["Status pengguna: {status}"]}}},{l:"is",t:{"User status: {status}":{v:["Staða notanda: {status}"]}}},{l:"it",t:{"User status: {status}":{v:["Stato dell'utente: {status}"]}}},{l:"ja",t:{"User status: {status}":{v:["ユーザのステータス: {status}"]}}},{l:"ja-JP",t:{"User status: {status}":{v:["ユーザのステータス: {status}"]}}},{l:"ko",t:{"User status: {status}":{v:["사용자 상태: {status}"]}}},{l:"lo",t:{"User status: {status}":{v:["ສະຖານະຜູ້ໃຊ້: {status}"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"User status: {status}":{v:["Статус: {status}"]}}},{l:"mn",t:{"User status: {status}":{v:["Хэрэглэгчийн төлөв: {status}"]}}},{l:"my",t:{}},{l:"nb",t:{"User status: {status}":{v:["Brukerstatus: {status}"]}}},{l:"nl",t:{"User status: {status}":{v:["Gebruikersstatus: {status}"]}}},{l:"oc",t:{}},{l:"pl",t:{"User status: {status}":{v:["Status użytkownika: {status}"]}}},{l:"pt-BR",t:{"User status: {status}":{v:["Status do usuário: {status}"]}}},{l:"pt-PT",t:{"User status: {status}":{v:["Estado do utilizador: {status}"]}}},{l:"ro",t:{"User status: {status}":{v:["Status utilizator: {status}"]}}},{l:"ru",t:{"User status: {status}":{v:["Статус пользователя: {status}"]}}},{l:"sk",t:{"User status: {status}":{v:["Stav užívateľa: {status}"]}}},{l:"sl",t:{}},{l:"sr",t:{"User status: {status}":{v:["Статус корисника: {status}"]}}},{l:"sv",t:{"User status: {status}":{v:["Användarstatus: {status}"]}}},{l:"tr",t:{"User status: {status}":{v:["Kullanıcı durumu: {status}"]}}},{l:"uk",t:{"User status: {status}":{v:["Статус користувача: {status}"]}}},{l:"uz",t:{"User status: {status}":{v:["Foydalanuvchi holati: {status}"]}}},{l:"zh-CN",t:{"User status: {status}":{v:["用户状态:{status}"]}}},{l:"zh-HK",t:{"User status: {status}":{v:["用戶狀態:{status}"]}}},{l:"zh-TW",t:{"User status: {status}":{v:["使用者狀態:{status}"]}}}];window._nc_vue_element_id=window._nc_vue_element_id??0;function ci(){return`nc-vue-${window._nc_vue_element_id++}`}Ye(),Ye(pE);function lv(e,u){return function(){return e.apply(u,arguments)}}const{toString:bE}=Object.prototype,{getPrototypeOf:b4}=Object,{iterator:Hr,toStringTag:dv}=Symbol,Ur=(e=>u=>{const t=bE.call(u);return e[t]||(e[t]=t.slice(8,-1).toLowerCase())})(Object.create(null)),a0=e=>(e=e.toLowerCase(),u=>Ur(u)===e),qr=e=>u=>typeof u===e,{isArray:Hn}=Array,Tn=qr("undefined");function us(e){return e!==null&&!Tn(e)&&e.constructor!==null&&!Tn(e.constructor)&&Bt(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const cv=a0("ArrayBuffer");function kE(e){let u;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?u=ArrayBuffer.isView(e):u=e&&e.buffer&&cv(e.buffer),u}const wE=qr("string"),Bt=qr("function"),mv=qr("number"),ts=e=>e!==null&&typeof e=="object",FE=e=>e===!0||e===!1,zs=e=>{if(Ur(e)!=="object")return!1;const u=b4(e);return(u===null||u===Object.prototype||Object.getPrototypeOf(u)===null)&&!(dv in e)&&!(Hr in e)},SE=e=>{if(!ts(e)||us(e))return!1;try{return Object.keys(e).length===0&&Object.getPrototypeOf(e)===Object.prototype}catch{return!1}},_E=a0("Date"),NE=a0("File"),ME=e=>!!(e&&typeof e.uri<"u"),TE=e=>e&&typeof e.getParts<"u",zE=a0("Blob"),PE=a0("FileList"),OE=e=>ts(e)&&Bt(e.pipe);function RE(){return typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof Fa<"u"?Fa:{}}const _d=RE(),Nd=typeof _d.FormData<"u"?_d.FormData:void 0,IE=e=>{let u;return e&&(Nd&&e instanceof Nd||Bt(e.append)&&((u=Ur(e))==="formdata"||u==="object"&&Bt(e.toString)&&e.toString()==="[object FormData]"))},LE=a0("URLSearchParams"),[$E,jE,VE,HE]=["ReadableStream","Request","Response","Headers"].map(a0),UE=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function is(e,u,{allOwnKeys:t=!1}={}){if(e===null||typeof e>"u")return;let i,n;if(typeof e!="object"&&(e=[e]),Hn(e))for(i=0,n=e.length;i0;)if(n=t[i],u===n.toLowerCase())return n;return null}const qi=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:Fa,gv=e=>!Tn(e)&&e!==qi;function Nl(){const{caseless:e,skipUndefined:u}=gv(this)&&this||{},t={},i=(n,a)=>{if(a==="__proto__"||a==="constructor"||a==="prototype")return;const s=e&&vv(t,a)||a;zs(t[s])&&zs(n)?t[s]=Nl(t[s],n):zs(n)?t[s]=Nl({},n):Hn(n)?t[s]=n.slice():(!u||!Tn(n))&&(t[s]=n)};for(let n=0,a=arguments.length;n(is(u,(n,a)=>{t&&Bt(n)?Object.defineProperty(e,a,{value:lv(n,t),writable:!0,enumerable:!0,configurable:!0}):Object.defineProperty(e,a,{value:n,writable:!0,enumerable:!0,configurable:!0})},{allOwnKeys:i}),e),YE=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),KE=(e,u,t,i)=>{e.prototype=Object.create(u.prototype,i),Object.defineProperty(e.prototype,"constructor",{value:e,writable:!0,enumerable:!1,configurable:!0}),Object.defineProperty(e,"super",{value:u.prototype}),t&&Object.assign(e.prototype,t)},WE=(e,u,t,i)=>{let n,a,s;const r={};if(u=u||{},e==null)return u;do{for(n=Object.getOwnPropertyNames(e),a=n.length;a-- >0;)s=n[a],(!i||i(s,e,u))&&!r[s]&&(u[s]=e[s],r[s]=!0);e=t!==!1&&b4(e)}while(e&&(!t||t(e,u))&&e!==Object.prototype);return u},ZE=(e,u,t)=>{e=String(e),(t===void 0||t>e.length)&&(t=e.length),t-=u.length;const i=e.indexOf(u,t);return i!==-1&&i===t},JE=e=>{if(!e)return null;if(Hn(e))return e;let u=e.length;if(!mv(u))return null;const t=new Array(u);for(;u-- >0;)t[u]=e[u];return t},GE=(e=>u=>e&&u instanceof e)(typeof Uint8Array<"u"&&b4(Uint8Array)),QE=(e,u)=>{const t=(e&&e[Hr]).call(e);let i;for(;(i=t.next())&&!i.done;){const n=i.value;u.call(e,n[0],n[1])}},XE=(e,u)=>{let t;const i=[];for(;(t=e.exec(u))!==null;)i.push(t);return i},ef=a0("HTMLFormElement"),uf=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(u,t,i){return t.toUpperCase()+i}),Md=(({hasOwnProperty:e})=>(u,t)=>e.call(u,t))(Object.prototype),tf=a0("RegExp"),pv=(e,u)=>{const t=Object.getOwnPropertyDescriptors(e),i={};is(t,(n,a)=>{let s;(s=u(n,a,e))!==!1&&(i[a]=s||n)}),Object.defineProperties(e,i)},nf=e=>{pv(e,(u,t)=>{if(Bt(e)&&["arguments","caller","callee"].indexOf(t)!==-1)return!1;const i=e[t];if(Bt(i)){if(u.enumerable=!1,"writable"in u){u.writable=!1;return}u.set||(u.set=()=>{throw Error("Can not rewrite read-only method '"+t+"'")})}})},af=(e,u)=>{const t={},i=n=>{n.forEach(a=>{t[a]=!0})};return Hn(e)?i(e):i(String(e).split(u)),t},sf=()=>{},rf=(e,u)=>e!=null&&Number.isFinite(e=+e)?e:u;function of(e){return!!(e&&Bt(e.append)&&e[dv]==="FormData"&&e[Hr])}const lf=e=>{const u=new Array(10),t=(i,n)=>{if(ts(i)){if(u.indexOf(i)>=0)return;if(us(i))return i;if(!("toJSON"in i)){u[n]=i;const a=Hn(i)?[]:{};return is(i,(s,r)=>{const o=t(s,n+1);!Tn(o)&&(a[r]=o)}),u[n]=void 0,a}}return i};return t(e,0)},df=a0("AsyncFunction"),cf=e=>e&&(ts(e)||Bt(e))&&Bt(e.then)&&Bt(e.catch),hv=((e,u)=>e?setImmediate:u?((t,i)=>(qi.addEventListener("message",({source:n,data:a})=>{n===qi&&a===t&&i.length&&i.shift()()},!1),n=>{i.push(n),qi.postMessage(t,"*")}))(`axios@${Math.random()}`,[]):t=>setTimeout(t))(typeof setImmediate=="function",Bt(qi.postMessage)),mf=typeof queueMicrotask<"u"?queueMicrotask.bind(qi):typeof ml<"u"&&ml.nextTick||hv,vf=e=>e!=null&&Bt(e[Hr]),de={isArray:Hn,isArrayBuffer:cv,isBuffer:us,isFormData:IE,isArrayBufferView:kE,isString:wE,isNumber:mv,isBoolean:FE,isObject:ts,isPlainObject:zs,isEmptyObject:SE,isReadableStream:$E,isRequest:jE,isResponse:VE,isHeaders:HE,isUndefined:Tn,isDate:_E,isFile:NE,isReactNativeBlob:ME,isReactNative:TE,isBlob:zE,isRegExp:tf,isFunction:Bt,isStream:OE,isURLSearchParams:LE,isTypedArray:GE,isFileList:PE,forEach:is,merge:Nl,extend:qE,trim:UE,stripBOM:YE,inherits:KE,toFlatObject:WE,kindOf:Ur,kindOfTest:a0,endsWith:ZE,toArray:JE,forEachEntry:QE,matchAll:XE,isHTMLForm:ef,hasOwnProperty:Md,hasOwnProp:Md,reduceDescriptors:pv,freezeMethods:nf,toObjectSet:af,toCamelCase:uf,noop:sf,toFiniteNumber:rf,findKey:vv,global:qi,isContextDefined:gv,isSpecCompliantForm:of,toJSONObject:lf,isAsyncFn:df,isThenable:cf,setImmediate:hv,asap:mf,isIterable:vf};var Ev={},Ps={};Ps.byteLength=hf,Ps.toByteArray=ff,Ps.fromByteArray=Bf;for(var h0=[],Ot=[],gf=typeof Uint8Array<"u"?Uint8Array:Array,Io="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",dn=0,pf=Io.length;dn0)throw new Error("Invalid string. Length must be a multiple of 4");var t=e.indexOf("=");t===-1&&(t=u);var i=t===u?0:4-t%4;return[t,i]}function hf(e){var u=fv(e),t=u[0],i=u[1];return(t+i)*3/4-i}function Ef(e,u,t){return(u+t)*3/4-t}function ff(e){var u,t=fv(e),i=t[0],n=t[1],a=new gf(Ef(e,i,n)),s=0,r=n>0?i-4:i,o;for(o=0;o>16&255,a[s++]=u>>8&255,a[s++]=u&255;return n===2&&(u=Ot[e.charCodeAt(o)]<<2|Ot[e.charCodeAt(o+1)]>>4,a[s++]=u&255),n===1&&(u=Ot[e.charCodeAt(o)]<<10|Ot[e.charCodeAt(o+1)]<<4|Ot[e.charCodeAt(o+2)]>>2,a[s++]=u>>8&255,a[s++]=u&255),a}function Cf(e){return h0[e>>18&63]+h0[e>>12&63]+h0[e>>6&63]+h0[e&63]}function yf(e,u,t){for(var i,n=[],a=u;ar?r:s+a));return i===1?(u=e[t-1],n.push(h0[u>>2]+h0[u<<4&63]+"==")):i===2&&(u=(e[t-2]<<8)+e[t-1],n.push(h0[u>>10]+h0[u>>4&63]+h0[u<<2&63]+"=")),n.join("")}var Ml={};Ml.read=function(e,u,t,i,n){var a,s,r=n*8-i-1,o=(1<>1,l=-7,v=t?n-1:0,E=t?-1:1,h=e[u+v];for(v+=E,a=h&(1<<-l)-1,h>>=-l,l+=r;l>0;a=a*256+e[u+v],v+=E,l-=8);for(s=a&(1<<-l)-1,a>>=-l,l+=i;l>0;s=s*256+e[u+v],v+=E,l-=8);if(a===0)a=1-c;else{if(a===o)return s?NaN:(h?-1:1)*(1/0);s=s+Math.pow(2,i),a=a-c}return(h?-1:1)*s*Math.pow(2,a-i)},Ml.write=function(e,u,t,i,n,a){var s,r,o,c=a*8-n-1,l=(1<>1,E=n===23?Math.pow(2,-24)-Math.pow(2,-77):0,h=i?0:a-1,C=i?1:-1,p=u<0||u===0&&1/u<0?1:0;for(u=Math.abs(u),isNaN(u)||u===1/0?(r=isNaN(u)?1:0,s=l):(s=Math.floor(Math.log(u)/Math.LN2),u*(o=Math.pow(2,-s))<1&&(s--,o*=2),s+v>=1?u+=E/o:u+=E*Math.pow(2,1-v),u*o>=2&&(s++,o/=2),s+v>=l?(r=0,s=l):s+v>=1?(r=(u*o-1)*Math.pow(2,n),s=s+v):(r=u*Math.pow(2,v-1)*Math.pow(2,n),s=0));n>=8;e[t+h]=r&255,h+=C,r/=256,n-=8);for(s=s<0;e[t+h]=s&255,h+=C,s/=256,c-=8);e[t+h-C]|=p*128};(function(e){const u=Ps,t=Ml,i=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;e.Buffer=l,e.SlowBuffer=ie,e.INSPECT_MAX_BYTES=50;const n=2147483647;e.kMaxLength=n;const{Uint8Array:a,ArrayBuffer:s,SharedArrayBuffer:r}=globalThis;l.TYPED_ARRAY_SUPPORT=o(),!l.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 o(){try{const d=new a(1),m={foo:function(){return 42}};return Object.setPrototypeOf(m,a.prototype),Object.setPrototypeOf(d,m),d.foo()===42}catch{return!1}}Object.defineProperty(l.prototype,"parent",{enumerable:!0,get:function(){if(l.isBuffer(this))return this.buffer}}),Object.defineProperty(l.prototype,"offset",{enumerable:!0,get:function(){if(l.isBuffer(this))return this.byteOffset}});function c(d){if(d>n)throw new RangeError('The value "'+d+'" is invalid for option "size"');const m=new a(d);return Object.setPrototypeOf(m,l.prototype),m}function l(d,m,g){if(typeof d=="number"){if(typeof m=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return C(d)}return v(d,m,g)}l.poolSize=8192;function v(d,m,g){if(typeof d=="string")return p(d,m);if(s.isView(d))return x(d);if(d==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof d);if(De(d,s)||d&&De(d.buffer,s)||typeof r<"u"&&(De(d,r)||d&&De(d.buffer,r)))return D(d,m,g);if(typeof d=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');const F=d.valueOf&&d.valueOf();if(F!=null&&F!==d)return l.from(F,m,g);const M=S(d);if(M)return M;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof d[Symbol.toPrimitive]=="function")return l.from(d[Symbol.toPrimitive]("string"),m,g);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof d)}l.from=function(d,m,g){return v(d,m,g)},Object.setPrototypeOf(l.prototype,a.prototype),Object.setPrototypeOf(l,a);function E(d){if(typeof d!="number")throw new TypeError('"size" argument must be of type number');if(d<0)throw new RangeError('The value "'+d+'" is invalid for option "size"')}function h(d,m,g){return E(d),d<=0?c(d):m!==void 0?typeof g=="string"?c(d).fill(m,g):c(d).fill(m):c(d)}l.alloc=function(d,m,g){return h(d,m,g)};function C(d){return E(d),c(d<0?0:T(d)|0)}l.allocUnsafe=function(d){return C(d)},l.allocUnsafeSlow=function(d){return C(d)};function p(d,m){if((typeof m!="string"||m==="")&&(m="utf8"),!l.isEncoding(m))throw new TypeError("Unknown encoding: "+m);const g=j(d,m)|0;let F=c(g);const M=F.write(d,m);return M!==g&&(F=F.slice(0,M)),F}function B(d){const m=d.length<0?0:T(d.length)|0,g=c(m);for(let F=0;F=n)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+n.toString(16)+" bytes");return d|0}function ie(d){return+d!=d&&(d=0),l.alloc(+d)}l.isBuffer=function(d){return d!=null&&d._isBuffer===!0&&d!==l.prototype},l.compare=function(d,m){if(De(d,a)&&(d=l.from(d,d.offset,d.byteLength)),De(m,a)&&(m=l.from(m,m.offset,m.byteLength)),!l.isBuffer(d)||!l.isBuffer(m))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(d===m)return 0;let g=d.length,F=m.length;for(let M=0,q=Math.min(g,F);MF.length?(l.isBuffer(q)||(q=l.from(q)),q.copy(F,M)):a.prototype.set.call(F,q,M);else if(l.isBuffer(q))q.copy(F,M);else throw new TypeError('"list" argument must be an Array of Buffers');M+=q.length}return F};function j(d,m){if(l.isBuffer(d))return d.length;if(s.isView(d)||De(d,s))return d.byteLength;if(typeof d!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof d);const g=d.length,F=arguments.length>2&&arguments[2]===!0;if(!F&&g===0)return 0;let M=!1;for(;;)switch(m){case"ascii":case"latin1":case"binary":return g;case"utf8":case"utf-8":return Ce(d).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return g*2;case"hex":return g>>>1;case"base64":return Q(d).length;default:if(M)return F?-1:Ce(d).length;m=(""+m).toLowerCase(),M=!0}}l.byteLength=j;function K(d,m,g){let F=!1;if((m===void 0||m<0)&&(m=0),m>this.length||((g===void 0||g>this.length)&&(g=this.length),g<=0)||(g>>>=0,m>>>=0,g<=m))return"";for(d||(d="utf8");;)switch(d){case"hex":return be(this,m,g);case"utf8":case"utf-8":return W(this,m,g);case"ascii":return ve(this,m,g);case"latin1":case"binary":return G(this,m,g);case"base64":return z(this,m,g);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return O(this,m,g);default:if(F)throw new TypeError("Unknown encoding: "+d);d=(d+"").toLowerCase(),F=!0}}l.prototype._isBuffer=!0;function se(d,m,g){const F=d[m];d[m]=d[g],d[g]=F}l.prototype.swap16=function(){const d=this.length;if(d%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let m=0;mm&&(d+=" ... "),""},i&&(l.prototype[i]=l.prototype.inspect),l.prototype.compare=function(d,m,g,F,M){if(De(d,a)&&(d=l.from(d,d.offset,d.byteLength)),!l.isBuffer(d))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof d);if(m===void 0&&(m=0),g===void 0&&(g=d?d.length:0),F===void 0&&(F=0),M===void 0&&(M=this.length),m<0||g>d.length||F<0||M>this.length)throw new RangeError("out of range index");if(F>=M&&m>=g)return 0;if(F>=M)return-1;if(m>=g)return 1;if(m>>>=0,g>>>=0,F>>>=0,M>>>=0,this===d)return 0;let q=M-F,me=g-m;const _e=Math.min(q,me),J=this.slice(F,M),Ee=d.slice(m,g);for(let Fe=0;Fe<_e;++Fe)if(J[Fe]!==Ee[Fe]){q=J[Fe],me=Ee[Fe];break}return q2147483647?g=2147483647:g<-2147483648&&(g=-2147483648),g=+g,Je(g)&&(g=M?0:d.length-1),g<0&&(g=d.length+g),g>=d.length){if(M)return-1;g=d.length-1}else if(g<0)if(M)g=0;else return-1;if(typeof m=="string"&&(m=l.from(m,F)),l.isBuffer(m))return m.length===0?-1:ee(d,m,g,F,M);if(typeof m=="number")return m=m&255,typeof a.prototype.indexOf=="function"?M?a.prototype.indexOf.call(d,m,g):a.prototype.lastIndexOf.call(d,m,g):ee(d,[m],g,F,M);throw new TypeError("val must be string, number or Buffer")}function ee(d,m,g,F,M){let q=1,me=d.length,_e=m.length;if(F!==void 0&&(F=String(F).toLowerCase(),F==="ucs2"||F==="ucs-2"||F==="utf16le"||F==="utf-16le")){if(d.length<2||m.length<2)return-1;q=2,me/=2,_e/=2,g/=2}function J(Fe,Ie){return q===1?Fe[Ie]:Fe.readUInt16BE(Ie*q)}let Ee;if(M){let Fe=-1;for(Ee=g;Eeme&&(g=me-_e),Ee=g;Ee>=0;Ee--){let Fe=!0;for(let Ie=0;Ie<_e;Ie++)if(J(d,Ee+Ie)!==J(m,Ie)){Fe=!1;break}if(Fe)return Ee}return-1}l.prototype.includes=function(d,m,g){return this.indexOf(d,m,g)!==-1},l.prototype.indexOf=function(d,m,g){return Z(this,d,m,g,!0)},l.prototype.lastIndexOf=function(d,m,g){return Z(this,d,m,g,!1)};function oe(d,m,g,F){g=Number(g)||0;const M=d.length-g;F?(F=Number(F),F>M&&(F=M)):F=M;const q=m.length;F>q/2&&(F=q/2);let me;for(me=0;me>>0,isFinite(g)?(g=g>>>0,F===void 0&&(F="utf8")):(F=g,g=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");const M=this.length-m;if((g===void 0||g>M)&&(g=M),d.length>0&&(g<0||m<0)||m>this.length)throw new RangeError("Attempt to write outside buffer bounds");F||(F="utf8");let q=!1;for(;;)switch(F){case"hex":return oe(this,d,m,g);case"utf8":case"utf-8":return N(this,d,m,g);case"ascii":case"latin1":case"binary":return Y(this,d,m,g);case"base64":return _(this,d,m,g);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return V(this,d,m,g);default:if(q)throw new TypeError("Unknown encoding: "+F);F=(""+F).toLowerCase(),q=!0}},l.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function z(d,m,g){return m===0&&g===d.length?u.fromByteArray(d):u.fromByteArray(d.slice(m,g))}function W(d,m,g){g=Math.min(d.length,g);const F=[];let M=m;for(;M239?4:q>223?3:q>191?2:1;if(M+_e<=g){let J,Ee,Fe,Ie;switch(_e){case 1:q<128&&(me=q);break;case 2:J=d[M+1],(J&192)===128&&(Ie=(q&31)<<6|J&63,Ie>127&&(me=Ie));break;case 3:J=d[M+1],Ee=d[M+2],(J&192)===128&&(Ee&192)===128&&(Ie=(q&15)<<12|(J&63)<<6|Ee&63,Ie>2047&&(Ie<55296||Ie>57343)&&(me=Ie));break;case 4:J=d[M+1],Ee=d[M+2],Fe=d[M+3],(J&192)===128&&(Ee&192)===128&&(Fe&192)===128&&(Ie=(q&15)<<18|(J&63)<<12|(Ee&63)<<6|Fe&63,Ie>65535&&Ie<1114112&&(me=Ie))}}me===null?(me=65533,_e=1):me>65535&&(me-=65536,F.push(me>>>10&1023|55296),me=56320|me&1023),F.push(me),M+=_e}return ne(F)}const ae=4096;function ne(d){const m=d.length;if(m<=ae)return String.fromCharCode.apply(String,d);let g="",F=0;for(;FF)&&(g=F);let M="";for(let q=m;qg&&(d=g),m<0?(m+=g,m<0&&(m=0)):m>g&&(m=g),mg)throw new RangeError("Trying to access beyond buffer length")}l.prototype.readUintLE=l.prototype.readUIntLE=function(d,m,g){d=d>>>0,m=m>>>0,g||re(d,m,this.length);let F=this[d],M=1,q=0;for(;++q>>0,m=m>>>0,g||re(d,m,this.length);let F=this[d+--m],M=1;for(;m>0&&(M*=256);)F+=this[d+--m]*M;return F},l.prototype.readUint8=l.prototype.readUInt8=function(d,m){return d=d>>>0,m||re(d,1,this.length),this[d]},l.prototype.readUint16LE=l.prototype.readUInt16LE=function(d,m){return d=d>>>0,m||re(d,2,this.length),this[d]|this[d+1]<<8},l.prototype.readUint16BE=l.prototype.readUInt16BE=function(d,m){return d=d>>>0,m||re(d,2,this.length),this[d]<<8|this[d+1]},l.prototype.readUint32LE=l.prototype.readUInt32LE=function(d,m){return d=d>>>0,m||re(d,4,this.length),(this[d]|this[d+1]<<8|this[d+2]<<16)+this[d+3]*16777216},l.prototype.readUint32BE=l.prototype.readUInt32BE=function(d,m){return d=d>>>0,m||re(d,4,this.length),this[d]*16777216+(this[d+1]<<16|this[d+2]<<8|this[d+3])},l.prototype.readBigUInt64LE=eu(function(d){d=d>>>0,te(d,"offset");const m=this[d],g=this[d+7];(m===void 0||g===void 0)&&H(d,this.length-8);const F=m+this[++d]*2**8+this[++d]*2**16+this[++d]*2**24,M=this[++d]+this[++d]*2**8+this[++d]*2**16+g*2**24;return BigInt(F)+(BigInt(M)<>>0,te(d,"offset");const m=this[d],g=this[d+7];(m===void 0||g===void 0)&&H(d,this.length-8);const F=m*2**24+this[++d]*2**16+this[++d]*2**8+this[++d],M=this[++d]*2**24+this[++d]*2**16+this[++d]*2**8+g;return(BigInt(F)<>>0,m=m>>>0,g||re(d,m,this.length);let F=this[d],M=1,q=0;for(;++q=M&&(F-=Math.pow(2,8*m)),F},l.prototype.readIntBE=function(d,m,g){d=d>>>0,m=m>>>0,g||re(d,m,this.length);let F=m,M=1,q=this[d+--F];for(;F>0&&(M*=256);)q+=this[d+--F]*M;return M*=128,q>=M&&(q-=Math.pow(2,8*m)),q},l.prototype.readInt8=function(d,m){return d=d>>>0,m||re(d,1,this.length),this[d]&128?(255-this[d]+1)*-1:this[d]},l.prototype.readInt16LE=function(d,m){d=d>>>0,m||re(d,2,this.length);const g=this[d]|this[d+1]<<8;return g&32768?g|4294901760:g},l.prototype.readInt16BE=function(d,m){d=d>>>0,m||re(d,2,this.length);const g=this[d+1]|this[d]<<8;return g&32768?g|4294901760:g},l.prototype.readInt32LE=function(d,m){return d=d>>>0,m||re(d,4,this.length),this[d]|this[d+1]<<8|this[d+2]<<16|this[d+3]<<24},l.prototype.readInt32BE=function(d,m){return d=d>>>0,m||re(d,4,this.length),this[d]<<24|this[d+1]<<16|this[d+2]<<8|this[d+3]},l.prototype.readBigInt64LE=eu(function(d){d=d>>>0,te(d,"offset");const m=this[d],g=this[d+7];(m===void 0||g===void 0)&&H(d,this.length-8);const F=this[d+4]+this[d+5]*2**8+this[d+6]*2**16+(g<<24);return(BigInt(F)<>>0,te(d,"offset");const m=this[d],g=this[d+7];(m===void 0||g===void 0)&&H(d,this.length-8);const F=(m<<24)+this[++d]*2**16+this[++d]*2**8+this[++d];return(BigInt(F)<>>0,m||re(d,4,this.length),t.read(this,d,!0,23,4)},l.prototype.readFloatBE=function(d,m){return d=d>>>0,m||re(d,4,this.length),t.read(this,d,!1,23,4)},l.prototype.readDoubleLE=function(d,m){return d=d>>>0,m||re(d,8,this.length),t.read(this,d,!0,52,8)},l.prototype.readDoubleBE=function(d,m){return d=d>>>0,m||re(d,8,this.length),t.read(this,d,!1,52,8)};function X(d,m,g,F,M,q){if(!l.isBuffer(d))throw new TypeError('"buffer" argument must be a Buffer instance');if(m>M||md.length)throw new RangeError("Index out of range")}l.prototype.writeUintLE=l.prototype.writeUIntLE=function(d,m,g,F){if(d=+d,m=m>>>0,g=g>>>0,!F){const me=Math.pow(2,8*g)-1;X(this,d,m,g,me,0)}let M=1,q=0;for(this[m]=d&255;++q>>0,g=g>>>0,!F){const me=Math.pow(2,8*g)-1;X(this,d,m,g,me,0)}let M=g-1,q=1;for(this[m+M]=d&255;--M>=0&&(q*=256);)this[m+M]=d/q&255;return m+g},l.prototype.writeUint8=l.prototype.writeUInt8=function(d,m,g){return d=+d,m=m>>>0,g||X(this,d,m,1,255,0),this[m]=d&255,m+1},l.prototype.writeUint16LE=l.prototype.writeUInt16LE=function(d,m,g){return d=+d,m=m>>>0,g||X(this,d,m,2,65535,0),this[m]=d&255,this[m+1]=d>>>8,m+2},l.prototype.writeUint16BE=l.prototype.writeUInt16BE=function(d,m,g){return d=+d,m=m>>>0,g||X(this,d,m,2,65535,0),this[m]=d>>>8,this[m+1]=d&255,m+2},l.prototype.writeUint32LE=l.prototype.writeUInt32LE=function(d,m,g){return d=+d,m=m>>>0,g||X(this,d,m,4,4294967295,0),this[m+3]=d>>>24,this[m+2]=d>>>16,this[m+1]=d>>>8,this[m]=d&255,m+4},l.prototype.writeUint32BE=l.prototype.writeUInt32BE=function(d,m,g){return d=+d,m=m>>>0,g||X(this,d,m,4,4294967295,0),this[m]=d>>>24,this[m+1]=d>>>16,this[m+2]=d>>>8,this[m+3]=d&255,m+4};function we(d,m,g,F,M){y(m,F,M,d,g,7);let q=Number(m&BigInt(4294967295));d[g++]=q,q=q>>8,d[g++]=q,q=q>>8,d[g++]=q,q=q>>8,d[g++]=q;let me=Number(m>>BigInt(32)&BigInt(4294967295));return d[g++]=me,me=me>>8,d[g++]=me,me=me>>8,d[g++]=me,me=me>>8,d[g++]=me,g}function R(d,m,g,F,M){y(m,F,M,d,g,7);let q=Number(m&BigInt(4294967295));d[g+7]=q,q=q>>8,d[g+6]=q,q=q>>8,d[g+5]=q,q=q>>8,d[g+4]=q;let me=Number(m>>BigInt(32)&BigInt(4294967295));return d[g+3]=me,me=me>>8,d[g+2]=me,me=me>>8,d[g+1]=me,me=me>>8,d[g]=me,g+8}l.prototype.writeBigUInt64LE=eu(function(d,m=0){return we(this,d,m,BigInt(0),BigInt("0xffffffffffffffff"))}),l.prototype.writeBigUInt64BE=eu(function(d,m=0){return R(this,d,m,BigInt(0),BigInt("0xffffffffffffffff"))}),l.prototype.writeIntLE=function(d,m,g,F){if(d=+d,m=m>>>0,!F){const _e=Math.pow(2,8*g-1);X(this,d,m,g,_e-1,-_e)}let M=0,q=1,me=0;for(this[m]=d&255;++M>0)-me&255;return m+g},l.prototype.writeIntBE=function(d,m,g,F){if(d=+d,m=m>>>0,!F){const _e=Math.pow(2,8*g-1);X(this,d,m,g,_e-1,-_e)}let M=g-1,q=1,me=0;for(this[m+M]=d&255;--M>=0&&(q*=256);)d<0&&me===0&&this[m+M+1]!==0&&(me=1),this[m+M]=(d/q>>0)-me&255;return m+g},l.prototype.writeInt8=function(d,m,g){return d=+d,m=m>>>0,g||X(this,d,m,1,127,-128),d<0&&(d=255+d+1),this[m]=d&255,m+1},l.prototype.writeInt16LE=function(d,m,g){return d=+d,m=m>>>0,g||X(this,d,m,2,32767,-32768),this[m]=d&255,this[m+1]=d>>>8,m+2},l.prototype.writeInt16BE=function(d,m,g){return d=+d,m=m>>>0,g||X(this,d,m,2,32767,-32768),this[m]=d>>>8,this[m+1]=d&255,m+2},l.prototype.writeInt32LE=function(d,m,g){return d=+d,m=m>>>0,g||X(this,d,m,4,2147483647,-2147483648),this[m]=d&255,this[m+1]=d>>>8,this[m+2]=d>>>16,this[m+3]=d>>>24,m+4},l.prototype.writeInt32BE=function(d,m,g){return d=+d,m=m>>>0,g||X(this,d,m,4,2147483647,-2147483648),d<0&&(d=4294967295+d+1),this[m]=d>>>24,this[m+1]=d>>>16,this[m+2]=d>>>8,this[m+3]=d&255,m+4},l.prototype.writeBigInt64LE=eu(function(d,m=0){return we(this,d,m,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),l.prototype.writeBigInt64BE=eu(function(d,m=0){return R(this,d,m,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function P(d,m,g,F,M,q){if(g+F>d.length)throw new RangeError("Index out of range");if(g<0)throw new RangeError("Index out of range")}function Ae(d,m,g,F,M){return m=+m,g=g>>>0,M||P(d,m,g,4),t.write(d,m,g,F,23,4),g+4}l.prototype.writeFloatLE=function(d,m,g){return Ae(this,d,m,!0,g)},l.prototype.writeFloatBE=function(d,m,g){return Ae(this,d,m,!1,g)};function We(d,m,g,F,M){return m=+m,g=g>>>0,M||P(d,m,g,8),t.write(d,m,g,F,52,8),g+8}l.prototype.writeDoubleLE=function(d,m,g){return We(this,d,m,!0,g)},l.prototype.writeDoubleBE=function(d,m,g){return We(this,d,m,!1,g)},l.prototype.copy=function(d,m,g,F){if(!l.isBuffer(d))throw new TypeError("argument should be a Buffer");if(g||(g=0),!F&&F!==0&&(F=this.length),m>=d.length&&(m=d.length),m||(m=0),F>0&&F=this.length)throw new RangeError("Index out of range");if(F<0)throw new RangeError("sourceEnd out of bounds");F>this.length&&(F=this.length),d.length-m>>0,g=g===void 0?this.length:g>>>0,d||(d=0);let M;if(typeof d=="number")for(M=m;M2**32?M=L(String(g)):typeof g=="bigint"&&(M=String(g),(g>BigInt(2)**BigInt(32)||g<-(BigInt(2)**BigInt(32)))&&(M=L(M)),M+="n"),F+=` It must be ${m}. Received ${M}`,F},RangeError);function L(d){let m="",g=d.length;const F=d[0]==="-"?1:0;for(;g>=F+4;g-=3)m=`_${d.slice(g-3,g)}${m}`;return`${d.slice(0,g)}${m}`}function ue(d,m,g){te(m,"offset"),(d[m]===void 0||d[m+g]===void 0)&&H(m,d.length-(g+1))}function y(d,m,g,F,M,q){if(d>g||d= 0${me} and < 2${me} ** ${(q+1)*8}${me}`:_e=`>= -(2${me} ** ${(q+1)*8-1}${me}) and < 2 ** ${(q+1)*8-1}${me}`,new A.ERR_OUT_OF_RANGE("value",_e,d)}ue(F,M,q)}function te(d,m){if(typeof d!="number")throw new A.ERR_INVALID_ARG_TYPE(m,"number",d)}function H(d,m,g){throw Math.floor(d)!==d?(te(d,g),new A.ERR_OUT_OF_RANGE("offset","an integer",d)):m<0?new A.ERR_BUFFER_OUT_OF_BOUNDS:new A.ERR_OUT_OF_RANGE("offset",`>= 0 and <= ${m}`,d)}const fe=/[^+/0-9A-Za-z-_]/g;function ce(d){if(d=d.split("=")[0],d=d.trim().replace(fe,""),d.length<2)return"";for(;d.length%4!==0;)d=d+"=";return d}function Ce(d,m){m=m||1/0;let g;const F=d.length;let M=null;const q=[];for(let me=0;me55295&&g<57344){if(!M){if(g>56319){(m-=3)>-1&&q.push(239,191,189);continue}else if(me+1===F){(m-=3)>-1&&q.push(239,191,189);continue}M=g;continue}if(g<56320){(m-=3)>-1&&q.push(239,191,189),M=g;continue}g=(M-55296<<10|g-56320)+65536}else M&&(m-=3)>-1&&q.push(239,191,189);if(M=null,g<128){if((m-=1)<0)break;q.push(g)}else if(g<2048){if((m-=2)<0)break;q.push(g>>6|192,g&63|128)}else if(g<65536){if((m-=3)<0)break;q.push(g>>12|224,g>>6&63|128,g&63|128)}else if(g<1114112){if((m-=4)<0)break;q.push(g>>18|240,g>>12&63|128,g>>6&63|128,g&63|128)}else throw new Error("Invalid code point")}return q}function Se(d){const m=[];for(let g=0;g>8,M=g%256,q.push(M),q.push(F);return q}function Q(d){return u.toByteArray(ce(d))}function he(d,m,g,F){let M;for(M=0;M=m.length||M>=d.length);++M)m[M+g]=d[M];return M}function De(d,m){return d instanceof m||d!=null&&d.constructor!=null&&d.constructor.name!=null&&d.constructor.name===m.name}function Je(d){return d!==d}const He=(function(){const d="0123456789abcdef",m=new Array(256);for(let g=0;g<16;++g){const F=g*16;for(let M=0;M<16;++M)m[F+M]=d[g]+d[M]}return m})();function eu(d){return typeof BigInt>"u"?f:d}function f(){throw new Error("BigInt not supported")}})(Ev);const Af=Ev.Buffer;let Ze=class Cv extends Error{static from(u,t,i,n,a,s){const r=new Cv(u.message,t||u.code,i,n,a);return r.cause=u,r.name=u.name,u.status!=null&&r.status==null&&(r.status=u.status),s&&Object.assign(r,s),r}constructor(u,t,i,n,a){super(u),Object.defineProperty(this,"message",{value:u,enumerable:!0,writable:!0,configurable:!0}),this.name="AxiosError",this.isAxiosError=!0,t&&(this.code=t),i&&(this.config=i),n&&(this.request=n),a&&(this.response=a,this.status=a.status)}toJSON(){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:de.toJSONObject(this.config),code:this.code,status:this.status}}};Ze.ERR_BAD_OPTION_VALUE="ERR_BAD_OPTION_VALUE",Ze.ERR_BAD_OPTION="ERR_BAD_OPTION",Ze.ECONNABORTED="ECONNABORTED",Ze.ETIMEDOUT="ETIMEDOUT",Ze.ERR_NETWORK="ERR_NETWORK",Ze.ERR_FR_TOO_MANY_REDIRECTS="ERR_FR_TOO_MANY_REDIRECTS",Ze.ERR_DEPRECATED="ERR_DEPRECATED",Ze.ERR_BAD_RESPONSE="ERR_BAD_RESPONSE",Ze.ERR_BAD_REQUEST="ERR_BAD_REQUEST",Ze.ERR_CANCELED="ERR_CANCELED",Ze.ERR_NOT_SUPPORT="ERR_NOT_SUPPORT",Ze.ERR_INVALID_URL="ERR_INVALID_URL";const Df=null;function Tl(e){return de.isPlainObject(e)||de.isArray(e)}function yv(e){return de.endsWith(e,"[]")?e.slice(0,-2):e}function Lo(e,u,t){return e?e.concat(u).map(function(i,n){return i=yv(i),!t&&n?"["+i+"]":i}).join(t?".":""):u}function xf(e){return de.isArray(e)&&!e.some(Tl)}const bf=de.toFlatObject(de,{},null,function(e){return/^is[A-Z]/.test(e)});function Yr(e,u,t){if(!de.isObject(e))throw new TypeError("target must be an object");u=u||new FormData,t=de.toFlatObject(t,{metaTokens:!0,dots:!1,indexes:!1},!1,function(h,C){return!de.isUndefined(C[h])});const i=t.metaTokens,n=t.visitor||c,a=t.dots,s=t.indexes,r=(t.Blob||typeof Blob<"u"&&Blob)&&de.isSpecCompliantForm(u);if(!de.isFunction(n))throw new TypeError("visitor must be a function");function o(h){if(h===null)return"";if(de.isDate(h))return h.toISOString();if(de.isBoolean(h))return h.toString();if(!r&&de.isBlob(h))throw new Ze("Blob is not supported. Use a Buffer instead.");return de.isArrayBuffer(h)||de.isTypedArray(h)?r&&typeof Blob=="function"?new Blob([h]):Af.from(h):h}function c(h,C,p){let B=h;if(de.isReactNative(u)&&de.isReactNativeBlob(h))return u.append(Lo(p,C,a),o(h)),!1;if(h&&!p&&typeof h=="object"){if(de.endsWith(C,"{}"))C=i?C:C.slice(0,-2),h=JSON.stringify(h);else if(de.isArray(h)&&xf(h)||(de.isFileList(h)||de.endsWith(C,"[]"))&&(B=de.toArray(h)))return C=yv(C),B.forEach(function(x,D){!(de.isUndefined(x)||x===null)&&u.append(s===!0?Lo([C],D,a):s===null?C:C+"[]",o(x))}),!1}return Tl(h)?!0:(u.append(Lo(p,C,a),o(h)),!1)}const l=[],v=Object.assign(bf,{defaultVisitor:c,convertValue:o,isVisitable:Tl});function E(h,C){if(!de.isUndefined(h)){if(l.indexOf(h)!==-1)throw Error("Circular reference detected in "+C.join("."));l.push(h),de.forEach(h,function(p,B){(!(de.isUndefined(p)||p===null)&&n.call(u,p,de.isString(B)?B.trim():B,C,v))===!0&&E(p,C?C.concat(B):[B])}),l.pop()}}if(!de.isObject(e))throw new TypeError("data must be an object");return E(e),u}function Td(e){const u={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(t){return u[t]})}function k4(e,u){this._pairs=[],e&&Yr(e,this,u)}const zd=k4.prototype;zd.append=function(e,u){this._pairs.push([e,u])},zd.toString=function(e){const u=e?function(t){return e.call(this,t,Td)}:Td;return this._pairs.map(function(t){return u(t[0])+"="+u(t[1])},"").join("&")};function kf(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+")}function Bv(e,u,t){if(!u)return e;const i=t&&t.encode||kf,n=de.isFunction(t)?{serialize:t}:t,a=n&&n.serialize;let s;if(a?s=a(u,n):s=de.isURLSearchParams(u)?u.toString():new k4(u,n).toString(i),s){const r=e.indexOf("#");r!==-1&&(e=e.slice(0,r)),e+=(e.indexOf("?")===-1?"?":"&")+s}return e}class Pd{constructor(){this.handlers=[]}use(u,t,i){return this.handlers.push({fulfilled:u,rejected:t,synchronous:i?i.synchronous:!1,runWhen:i?i.runWhen:null}),this.handlers.length-1}eject(u){this.handlers[u]&&(this.handlers[u]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(u){de.forEach(this.handlers,function(t){t!==null&&u(t)})}}const w4={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1,legacyInterceptorReqResOrdering:!0},wf=typeof URLSearchParams<"u"?URLSearchParams:k4,Ff=typeof FormData<"u"?FormData:null,Sf=typeof Blob<"u"?Blob:null,_f={isBrowser:!0,classes:{URLSearchParams:wf,FormData:Ff,Blob:Sf},protocols:["http","https","file","blob","url","data"]},F4=typeof window<"u"&&typeof document<"u",zl=typeof navigator=="object"&&navigator||void 0,Nf=F4&&(!zl||["ReactNative","NativeScript","NS"].indexOf(zl.product)<0),Mf=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",Tf=F4&&window.location.href||"http://localhost",zf=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:F4,hasStandardBrowserEnv:Nf,hasStandardBrowserWebWorkerEnv:Mf,navigator:zl,origin:Tf},Symbol.toStringTag,{value:"Module"})),st={...zf,..._f};function Pf(e,u){return Yr(e,new st.classes.URLSearchParams,{visitor:function(t,i,n,a){return st.isNode&&de.isBuffer(t)?(this.append(i,t.toString("base64")),!1):a.defaultVisitor.apply(this,arguments)},...u})}function Of(e){return de.matchAll(/\w+|\[(\w*)]/g,e).map(u=>u[0]==="[]"?"":u[1]||u[0])}function Rf(e){const u={},t=Object.keys(e);let i;const n=t.length;let a;for(i=0;i=t.length;return s=!s&&de.isArray(n)?n.length:s,o?(de.hasOwnProp(n,s)?n[s]=[n[s],i]:n[s]=i,!r):((!n[s]||!de.isObject(n[s]))&&(n[s]=[]),u(t,i,n[s],a)&&de.isArray(n[s])&&(n[s]=Rf(n[s])),!r)}if(de.isFormData(e)&&de.isFunction(e.entries)){const t={};return de.forEachEntry(e,(i,n)=>{u(Of(i),n,t,0)}),t}return null}function If(e,u,t){if(de.isString(e))try{return(u||JSON.parse)(e),de.trim(e)}catch(i){if(i.name!=="SyntaxError")throw i}return(t||JSON.stringify)(e)}const ns={transitional:w4,adapter:["xhr","http","fetch"],transformRequest:[function(e,u){const t=u.getContentType()||"",i=t.indexOf("application/json")>-1,n=de.isObject(e);if(n&&de.isHTMLForm(e)&&(e=new FormData(e)),de.isFormData(e))return i?JSON.stringify(Av(e)):e;if(de.isArrayBuffer(e)||de.isBuffer(e)||de.isStream(e)||de.isFile(e)||de.isBlob(e)||de.isReadableStream(e))return e;if(de.isArrayBufferView(e))return e.buffer;if(de.isURLSearchParams(e))return u.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let a;if(n){if(t.indexOf("application/x-www-form-urlencoded")>-1)return Pf(e,this.formSerializer).toString();if((a=de.isFileList(e))||t.indexOf("multipart/form-data")>-1){const s=this.env&&this.env.FormData;return Yr(a?{"files[]":e}:e,s&&new s,this.formSerializer)}}return n||i?(u.setContentType("application/json",!1),If(e)):e}],transformResponse:[function(e){const u=this.transitional||ns.transitional,t=u&&u.forcedJSONParsing,i=this.responseType==="json";if(de.isResponse(e)||de.isReadableStream(e))return e;if(e&&de.isString(e)&&(t&&!this.responseType||i)){const n=!(u&&u.silentJSONParsing)&&i;try{return JSON.parse(e,this.parseReviver)}catch(a){if(n)throw a.name==="SyntaxError"?Ze.from(a,Ze.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:st.classes.FormData,Blob:st.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};de.forEach(["delete","get","head","post","put","patch"],e=>{ns.headers[e]={}});const Lf=de.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"]),$f=e=>{const u={};let t,i,n;return e&&e.split(`
`).forEach(function(a){n=a.indexOf(":"),t=a.substring(0,n).trim().toLowerCase(),i=a.substring(n+1).trim(),!(!t||u[t]&&Lf[t])&&(t==="set-cookie"?u[t]?u[t].push(i):u[t]=[i]:u[t]=u[t]?u[t]+", "+i:i)}),u},Od=Symbol("internals"),jf=e=>!/[\r\n]/.test(e);function Dv(e,u){if(!(e===!1||e==null)){if(de.isArray(e)){e.forEach(t=>Dv(t,u));return}if(!jf(String(e)))throw new Error(`Invalid character in header content ["${u}"]`)}}function ia(e){return e&&String(e).trim().toLowerCase()}function Vf(e){let u=e.length;for(;u>0;){const t=e.charCodeAt(u-1);if(t!==10&&t!==13)break;u-=1}return u===e.length?e:e.slice(0,u)}function Os(e){return e===!1||e==null?e:de.isArray(e)?e.map(Os):Vf(String(e))}function Hf(e){const u=Object.create(null),t=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let i;for(;i=t.exec(e);)u[i[1]]=i[2];return u}const Uf=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function $o(e,u,t,i,n){if(de.isFunction(i))return i.call(this,u,t);if(n&&(u=t),!!de.isString(u)){if(de.isString(i))return u.indexOf(i)!==-1;if(de.isRegExp(i))return i.test(u)}}function qf(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(u,t,i)=>t.toUpperCase()+i)}function Yf(e,u){const t=de.toCamelCase(" "+u);["get","set","has"].forEach(i=>{Object.defineProperty(e,i+t,{value:function(n,a,s){return this[i].call(this,u,n,a,s)},configurable:!0})})}let At=class{constructor(e){e&&this.set(e)}set(e,u,t){const i=this;function n(s,r,o){const c=ia(r);if(!c)throw new Error("header name must be a non-empty string");const l=de.findKey(i,c);(!l||i[l]===void 0||o===!0||o===void 0&&i[l]!==!1)&&(Dv(s,r),i[l||r]=Os(s))}const a=(s,r)=>de.forEach(s,(o,c)=>n(o,c,r));if(de.isPlainObject(e)||e instanceof this.constructor)a(e,u);else if(de.isString(e)&&(e=e.trim())&&!Uf(e))a($f(e),u);else if(de.isObject(e)&&de.isIterable(e)){let s={},r,o;for(const c of e){if(!de.isArray(c))throw TypeError("Object iterator must return a key-value pair");s[o=c[0]]=(r=s[o])?de.isArray(r)?[...r,c[1]]:[r,c[1]]:c[1]}a(s,u)}else e!=null&&n(u,e,t);return this}get(e,u){if(e=ia(e),e){const t=de.findKey(this,e);if(t){const i=this[t];if(!u)return i;if(u===!0)return Hf(i);if(de.isFunction(u))return u.call(this,i,t);if(de.isRegExp(u))return u.exec(i);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,u){if(e=ia(e),e){const t=de.findKey(this,e);return!!(t&&this[t]!==void 0&&(!u||$o(this,this[t],t,u)))}return!1}delete(e,u){const t=this;let i=!1;function n(a){if(a=ia(a),a){const s=de.findKey(t,a);s&&(!u||$o(t,t[s],s,u))&&(delete t[s],i=!0)}}return de.isArray(e)?e.forEach(n):n(e),i}clear(e){const u=Object.keys(this);let t=u.length,i=!1;for(;t--;){const n=u[t];(!e||$o(this,this[n],n,e,!0))&&(delete this[n],i=!0)}return i}normalize(e){const u=this,t={};return de.forEach(this,(i,n)=>{const a=de.findKey(t,n);if(a){u[a]=Os(i),delete u[n];return}const s=e?qf(n):String(n).trim();s!==n&&delete u[n],u[s]=Os(i),t[s]=!0}),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const u=Object.create(null);return de.forEach(this,(t,i)=>{t!=null&&t!==!1&&(u[i]=e&&de.isArray(t)?t.join(", "):t)}),u}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([e,u])=>e+": "+u).join(`
`)}getSetCookie(){return this.get("set-cookie")||[]}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...u){const t=new this(e);return u.forEach(i=>t.set(i)),t}static accessor(e){const u=(this[Od]=this[Od]={accessors:{}}).accessors,t=this.prototype;function i(n){const a=ia(n);u[a]||(Yf(t,n),u[a]=!0)}return de.isArray(e)?e.forEach(i):i(e),this}};At.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),de.reduceDescriptors(At.prototype,({value:e},u)=>{let t=u[0].toUpperCase()+u.slice(1);return{get:()=>e,set(i){this[t]=i}}}),de.freezeMethods(At);function jo(e,u){const t=this||ns,i=u||t,n=At.from(i.headers);let a=i.data;return de.forEach(e,function(s){a=s.call(t,a,n.normalize(),u?u.status:void 0)}),n.normalize(),a}function xv(e){return!!(e&&e.__CANCEL__)}let as=class extends Ze{constructor(e,u,t){super(e??"canceled",Ze.ERR_CANCELED,u,t),this.name="CanceledError",this.__CANCEL__=!0}};function bv(e,u,t){const i=t.config.validateStatus;!t.status||!i||i(t.status)?e(t):u(new Ze("Request failed with status code "+t.status,[Ze.ERR_BAD_REQUEST,Ze.ERR_BAD_RESPONSE][Math.floor(t.status/100)-4],t.config,t.request,t))}function Kf(e){const u=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return u&&u[1]||""}function Wf(e,u){e=e||10;const t=new Array(e),i=new Array(e);let n=0,a=0,s;return u=u!==void 0?u:1e3,function(r){const o=Date.now(),c=i[a];s||(s=o),t[n]=r,i[n]=o;let l=a,v=0;for(;l!==n;)v+=t[l++],l=l%e;if(n=(n+1)%e,n===a&&(a=(a+1)%e),o-s{t=o,n=null,a&&(clearTimeout(a),a=null),e(...r)};return[(...r)=>{const o=Date.now(),c=o-t;c>=i?s(r,o):(n=r,a||(a=setTimeout(()=>{a=null,s(n)},i-c)))},()=>n&&s(n)]}const ir=(e,u,t=3)=>{let i=0;const n=Wf(50,250);return Zf(a=>{const s=a.loaded,r=a.lengthComputable?a.total:void 0,o=s-i,c=n(o),l=s<=r;i=s;const v={loaded:s,total:r,progress:r?s/r:void 0,bytes:o,rate:c||void 0,estimated:c&&r&&l?(r-s)/c:void 0,event:a,lengthComputable:r!=null,[u?"download":"upload"]:!0};e(v)},t)},Rd=(e,u)=>{const t=e!=null;return[i=>u[0]({lengthComputable:t,total:e,loaded:i}),u[1]]},Id=e=>(...u)=>de.asap(()=>e(...u)),Jf=st.hasStandardBrowserEnv?((e,u)=>t=>(t=new URL(t,st.origin),e.protocol===t.protocol&&e.host===t.host&&(u||e.port===t.port)))(new URL(st.origin),st.navigator&&/(msie|trident)/i.test(st.navigator.userAgent)):()=>!0,Gf=st.hasStandardBrowserEnv?{write(e,u,t,i,n,a,s){if(typeof document>"u")return;const r=[`${e}=${encodeURIComponent(u)}`];de.isNumber(t)&&r.push(`expires=${new Date(t).toUTCString()}`),de.isString(i)&&r.push(`path=${i}`),de.isString(n)&&r.push(`domain=${n}`),a===!0&&r.push("secure"),de.isString(s)&&r.push(`SameSite=${s}`),document.cookie=r.join("; ")},read(e){if(typeof document>"u")return null;const u=document.cookie.match(new RegExp("(?:^|; )"+e+"=([^;]*)"));return u?decodeURIComponent(u[1]):null},remove(e){this.write(e,"",Date.now()-864e5,"/")}}:{write(){},read(){return null},remove(){}};function Qf(e){return typeof e!="string"?!1:/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function Xf(e,u){return u?e.replace(/\/?\/$/,"")+"/"+u.replace(/^\/+/,""):e}function kv(e,u,t){let i=!Qf(u);return e&&(i||t==!1)?Xf(e,u):u}const Ld=e=>e instanceof At?{...e}:e;function Xi(e,u){u=u||{};const t={};function i(c,l,v,E){return de.isPlainObject(c)&&de.isPlainObject(l)?de.merge.call({caseless:E},c,l):de.isPlainObject(l)?de.merge({},l):de.isArray(l)?l.slice():l}function n(c,l,v,E){if(de.isUndefined(l)){if(!de.isUndefined(c))return i(void 0,c,v,E)}else return i(c,l,v,E)}function a(c,l){if(!de.isUndefined(l))return i(void 0,l)}function s(c,l){if(de.isUndefined(l)){if(!de.isUndefined(c))return i(void 0,c)}else return i(void 0,l)}function r(c,l,v){if(v in u)return i(c,l);if(v in e)return i(void 0,c)}const o={url:a,method:a,data:a,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,withXSRFToken:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:r,headers:(c,l,v)=>n(Ld(c),Ld(l),v,!0)};return de.forEach(Object.keys({...e,...u}),function(c){if(c==="__proto__"||c==="constructor"||c==="prototype")return;const l=de.hasOwnProp(o,c)?o[c]:n,v=l(e[c],u[c],c);de.isUndefined(v)&&l!==r||(t[c]=v)}),t}const wv=e=>{const u=Xi({},e);let{data:t,withXSRFToken:i,xsrfHeaderName:n,xsrfCookieName:a,headers:s,auth:r}=u;if(u.headers=s=At.from(s),u.url=Bv(kv(u.baseURL,u.url,u.allowAbsoluteUrls),e.params,e.paramsSerializer),r&&s.set("Authorization","Basic "+btoa((r.username||"")+":"+(r.password?unescape(encodeURIComponent(r.password)):""))),de.isFormData(t)){if(st.hasStandardBrowserEnv||st.hasStandardBrowserWebWorkerEnv)s.setContentType(void 0);else if(de.isFunction(t.getHeaders)){const o=t.getHeaders(),c=["content-type","content-length"];Object.entries(o).forEach(([l,v])=>{c.includes(l.toLowerCase())&&s.set(l,v)})}}if(st.hasStandardBrowserEnv&&(i&&de.isFunction(i)&&(i=i(u)),i||i!==!1&&Jf(u.url))){const o=n&&a&&Gf.read(a);o&&s.set(n,o)}return u},eC=typeof XMLHttpRequest<"u",uC=eC&&function(e){return new Promise(function(u,t){const i=wv(e);let n=i.data;const a=At.from(i.headers).normalize();let{responseType:s,onUploadProgress:r,onDownloadProgress:o}=i,c,l,v,E,h;function C(){E&&E(),h&&h(),i.cancelToken&&i.cancelToken.unsubscribe(c),i.signal&&i.signal.removeEventListener("abort",c)}let p=new XMLHttpRequest;p.open(i.method.toUpperCase(),i.url,!0),p.timeout=i.timeout;function B(){if(!p)return;const D=At.from("getAllResponseHeaders"in p&&p.getAllResponseHeaders()),S={data:!s||s==="text"||s==="json"?p.responseText:p.response,status:p.status,statusText:p.statusText,headers:D,config:e,request:p};bv(function(T){u(T),C()},function(T){t(T),C()},S),p=null}"onloadend"in p?p.onloadend=B:p.onreadystatechange=function(){!p||p.readyState!==4||p.status===0&&!(p.responseURL&&p.responseURL.indexOf("file:")===0)||setTimeout(B)},p.onabort=function(){p&&(t(new Ze("Request aborted",Ze.ECONNABORTED,e,p)),p=null)},p.onerror=function(D){const S=D&&D.message?D.message:"Network Error",T=new Ze(S,Ze.ERR_NETWORK,e,p);T.event=D||null,t(T),p=null},p.ontimeout=function(){let D=i.timeout?"timeout of "+i.timeout+"ms exceeded":"timeout exceeded";const S=i.transitional||w4;i.timeoutErrorMessage&&(D=i.timeoutErrorMessage),t(new Ze(D,S.clarifyTimeoutError?Ze.ETIMEDOUT:Ze.ECONNABORTED,e,p)),p=null},n===void 0&&a.setContentType(null),"setRequestHeader"in p&&de.forEach(a.toJSON(),function(D,S){p.setRequestHeader(S,D)}),de.isUndefined(i.withCredentials)||(p.withCredentials=!!i.withCredentials),s&&s!=="json"&&(p.responseType=i.responseType),o&&([v,h]=ir(o,!0),p.addEventListener("progress",v)),r&&p.upload&&([l,E]=ir(r),p.upload.addEventListener("progress",l),p.upload.addEventListener("loadend",E)),(i.cancelToken||i.signal)&&(c=D=>{p&&(t(!D||D.type?new as(null,e,p):D),p.abort(),p=null)},i.cancelToken&&i.cancelToken.subscribe(c),i.signal&&(i.signal.aborted?c():i.signal.addEventListener("abort",c)));const x=Kf(i.url);if(x&&st.protocols.indexOf(x)===-1){t(new Ze("Unsupported protocol "+x+":",Ze.ERR_BAD_REQUEST,e));return}p.send(n||null)})},tC=(e,u)=>{const{length:t}=e=e?e.filter(Boolean):[];if(u||t){let i=new AbortController,n;const a=function(c){if(!n){n=!0,r();const l=c instanceof Error?c:this.reason;i.abort(l instanceof Ze?l:new as(l instanceof Error?l.message:l))}};let s=u&&setTimeout(()=>{s=null,a(new Ze(`timeout of ${u}ms exceeded`,Ze.ETIMEDOUT))},u);const r=()=>{e&&(s&&clearTimeout(s),s=null,e.forEach(c=>{c.unsubscribe?c.unsubscribe(a):c.removeEventListener("abort",a)}),e=null)};e.forEach(c=>c.addEventListener("abort",a));const{signal:o}=i;return o.unsubscribe=()=>de.asap(r),o}},iC=function*(e,u){let t=e.byteLength;if(t{const n=nC(e,u);let a=0,s,r=o=>{s||(s=!0,i&&i(o))};return new ReadableStream({async pull(o){try{const{done:c,value:l}=await n.next();if(c){r(),o.close();return}let v=l.byteLength;if(t){let E=a+=v;t(E)}o.enqueue(new Uint8Array(l))}catch(c){throw r(c),c}},cancel(o){return r(o),n.return()}},{highWaterMark:2})},jd=64*1024,{isFunction:Es}=de,sC=(({Request:e,Response:u})=>({Request:e,Response:u}))(de.global),{ReadableStream:Vd,TextEncoder:Hd}=de.global,Ud=(e,...u)=>{try{return!!e(...u)}catch{return!1}},rC=e=>{e=de.merge.call({skipUndefined:!0},sC,e);const{fetch:u,Request:t,Response:i}=e,n=u?Es(u):typeof fetch=="function",a=Es(t),s=Es(i);if(!n)return!1;const r=n&&Es(Vd),o=n&&(typeof Hd=="function"?(C=>p=>C.encode(p))(new Hd):async C=>new Uint8Array(await new t(C).arrayBuffer())),c=a&&r&&Ud(()=>{let C=!1;const p=new Vd,B=new t(st.origin,{body:p,method:"POST",get duplex(){return C=!0,"half"}}).headers.has("Content-Type");return p.cancel(),C&&!B}),l=s&&r&&Ud(()=>de.isReadableStream(new i("").body)),v={stream:l&&(C=>C.body)};n&&["text","arrayBuffer","blob","formData","stream"].forEach(C=>{!v[C]&&(v[C]=(p,B)=>{let x=p&&p[C];if(x)return x.call(p);throw new Ze(`Response type '${C}' is not supported`,Ze.ERR_NOT_SUPPORT,B)})});const E=async C=>{if(C==null)return 0;if(de.isBlob(C))return C.size;if(de.isSpecCompliantForm(C))return(await new t(st.origin,{method:"POST",body:C}).arrayBuffer()).byteLength;if(de.isArrayBufferView(C)||de.isArrayBuffer(C))return C.byteLength;if(de.isURLSearchParams(C)&&(C=C+""),de.isString(C))return(await o(C)).byteLength},h=async(C,p)=>de.toFiniteNumber(C.getContentLength())??E(p);return async C=>{let{url:p,method:B,data:x,signal:D,cancelToken:S,timeout:T,onDownloadProgress:ie,onUploadProgress:j,responseType:K,headers:se,withCredentials:Z="same-origin",fetchOptions:ee}=wv(C),oe=u||fetch;K=K?(K+"").toLowerCase():"text";let N=tC([D,S&&S.toAbortSignal()],T),Y=null;const _=N&&N.unsubscribe&&(()=>{N.unsubscribe()});let V;try{if(j&&c&&B!=="get"&&B!=="head"&&(V=await h(se,x))!==0){let G=new t(p,{method:"POST",body:x,duplex:"half"}),be;if(de.isFormData(x)&&(be=G.headers.get("content-type"))&&se.setContentType(be),G.body){const[O,re]=Rd(V,ir(Id(j)));x=$d(G.body,jd,O,re)}}de.isString(Z)||(Z=Z?"include":"omit");const z=a&&"credentials"in t.prototype,W={...ee,signal:N,method:B.toUpperCase(),headers:se.normalize().toJSON(),body:x,duplex:"half",credentials:z?Z:void 0};Y=a&&new t(p,W);let ae=await(a?oe(Y,ee):oe(p,W));const ne=l&&(K==="stream"||K==="response");if(l&&(ie||ne&&_)){const G={};["status","statusText","headers"].forEach(X=>{G[X]=ae[X]});const be=de.toFiniteNumber(ae.headers.get("content-length")),[O,re]=ie&&Rd(be,ir(Id(ie),!0))||[];ae=new i($d(ae.body,jd,O,()=>{re&&re(),_&&_()}),G)}K=K||"text";let ve=await v[de.findKey(v,K)||"text"](ae,C);return!ne&&_&&_(),await new Promise((G,be)=>{bv(G,be,{data:ve,headers:At.from(ae.headers),status:ae.status,statusText:ae.statusText,config:C,request:Y})})}catch(z){throw _&&_(),z&&z.name==="TypeError"&&/Load failed|fetch/i.test(z.message)?Object.assign(new Ze("Network Error",Ze.ERR_NETWORK,C,Y,z&&z.response),{cause:z.cause||z}):Ze.from(z,z&&z.code,C,Y,z&&z.response)}}},oC=new Map,Fv=e=>{let u=e&&e.env||{};const{fetch:t,Request:i,Response:n}=u,a=[i,n,t];let s=a.length,r=s,o,c,l=oC;for(;r--;)o=a[r],c=l.get(o),c===void 0&&l.set(o,c=r?new Map:rC(u)),l=c;return c};Fv();const S4={http:Df,xhr:uC,fetch:{get:Fv}};de.forEach(S4,(e,u)=>{if(e){try{Object.defineProperty(e,"name",{value:u})}catch{}Object.defineProperty(e,"adapterName",{value:u})}});const qd=e=>`- ${e}`,lC=e=>de.isFunction(e)||e===null||e===!1;function dC(e,u){e=de.isArray(e)?e:[e];const{length:t}=e;let i,n;const a={};for(let s=0;s`adapter ${o} `+(c===!1?"is not supported by the environment":"is not available in the build"));let r=t?s.length>1?`since :
diff --git a/js/privacy-main.mjs.license b/js/privacy-main.mjs.license
index 8dcf1b89..f11d895e 100644
--- a/js/privacy-main.mjs.license
+++ b/js/privacy-main.mjs.license
@@ -145,7 +145,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.0.1
- license: MIT
- privacy
- - version: 6.0.0-dev.0
+ - version: 7.0.0-dev.0
- license: AGPL-3.0-or-later
- semver
- version: 7.7.4
diff --git a/package-lock.json b/package-lock.json
index 8975f94f..9872b6d2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "privacy",
- "version": "6.0.0-dev.0",
+ "version": "7.0.0-dev.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "privacy",
- "version": "6.0.0-dev.0",
+ "version": "7.0.0-dev.0",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@nextcloud/auth": "^2.5.3",
diff --git a/package.json b/package.json
index 82454f5a..9bd22ba9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "privacy",
- "version": "6.0.0-dev.0",
+ "version": "7.0.0-dev.0",
"description": "Place this app in **nextcloud/apps/**",
"private": true,
"type": "module",