829 lines
1.8 MiB
Plaintext
829 lines
1.8 MiB
Plaintext
/*
|
|
THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
|
|
if you want to view the source, please visit the github repository of this plugin
|
|
*/
|
|
|
|
(function () {
|
|
function ensureBrowserProcess() {
|
|
const browserProcess = {
|
|
browser: true,
|
|
cwd() {
|
|
return "/";
|
|
},
|
|
env: {},
|
|
platform: "android"
|
|
};
|
|
const existingProcess = globalThis.process;
|
|
if (!existingProcess) {
|
|
globalThis.process = browserProcess;
|
|
return;
|
|
}
|
|
if (existingProcess.versions?.node) {
|
|
return;
|
|
}
|
|
const existingProcessRecord = existingProcess;
|
|
for (const [key, value] of Object.entries(browserProcess)) {
|
|
existingProcessRecord[key] ??= value;
|
|
}
|
|
existingProcessRecord["browser"] = true;
|
|
}
|
|
|
|
function keepName($unknown) {
|
|
return $unknown;
|
|
}
|
|
|
|
(function initCjs() {
|
|
const globalThisRecord = globalThis;
|
|
globalThisRecord["__name"] ??= keepName;
|
|
const originalRequire = require;
|
|
if (originalRequire && !originalRequire.__isPatched) {
|
|
require = Object.assign(
|
|
(id) => requirePatched(id),
|
|
originalRequire,
|
|
{
|
|
__isPatched: true
|
|
}
|
|
);
|
|
}
|
|
globalThisRecord["__extractDefault"] ??= extractDefault;
|
|
ensureBrowserProcess();
|
|
function extractDefault(module) {
|
|
return module && module.__esModule && "default" in module ? module.default : module;
|
|
}
|
|
const OBSIDIAN_BUILT_IN_MODULE_NAMES = /* @__PURE__ */ new Set([
|
|
"@codemirror/autocomplete",
|
|
"@codemirror/collab",
|
|
"@codemirror/commands",
|
|
"@codemirror/language",
|
|
"@codemirror/lint",
|
|
"@codemirror/search",
|
|
"@codemirror/state",
|
|
"@codemirror/text",
|
|
"@codemirror/view",
|
|
"@lezer/common",
|
|
"@lezer/highlight",
|
|
"@lezer/lr",
|
|
"obsidian"
|
|
]);
|
|
const DEPRECATED_OBSIDIAN_BUILT_IN_MODULE_NAMES = /* @__PURE__ */ new Set([
|
|
"@codemirror/closebrackets",
|
|
"@codemirror/comment",
|
|
"@codemirror/fold",
|
|
"@codemirror/gutter",
|
|
"@codemirror/highlight",
|
|
"@codemirror/history",
|
|
"@codemirror/matchbrackets",
|
|
"@codemirror/panel",
|
|
"@codemirror/rangeset",
|
|
"@codemirror/rectangular-selection",
|
|
"@codemirror/stream-parser",
|
|
"@codemirror/tooltip"
|
|
]);
|
|
function requirePatched(id) {
|
|
if (OBSIDIAN_BUILT_IN_MODULE_NAMES.has(id) || DEPRECATED_OBSIDIAN_BUILT_IN_MODULE_NAMES.has(id)) {
|
|
return originalRequire?.(id);
|
|
}
|
|
if (globalThis.app.isMobile) {
|
|
if (id === "process" || id === "node:process") {
|
|
console.debug(`The most likely you can safely ignore this error. Module not found: ${id}. Fake process object is returned instead.`);
|
|
return process;
|
|
}
|
|
} else {
|
|
const module = originalRequire?.(id);
|
|
if (module) {
|
|
return extractDefault(module);
|
|
}
|
|
}
|
|
console.debug(`The most likely you can safely ignore this error. Module not found: ${id}. Empty object is returned instead.`);
|
|
return {};
|
|
}
|
|
})();
|
|
})();
|
|
|
|
"use strict";var z_=Object.create;var us=Object.defineProperty;var O_=Object.getOwnPropertyDescriptor;var M_=Object.getOwnPropertyNames;var $_=Object.getPrototypeOf,R_=Object.prototype.hasOwnProperty;var o=(t,e)=>us(t,"name",{value:e,configurable:!0});var ze=(t,e,n)=>()=>{if(n)throw n[0];try{return t&&(e=t(t=0)),e}catch(i){throw n=[i],i}};var V=(t,e)=>()=>{try{return e||t((e={exports:{}}).exports,e),e.exports}catch(n){throw e=0,n}},Bn=(t,e)=>{for(var n in e)us(t,n,{get:e[n],enumerable:!0})},Ew=(t,e,n,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of M_(e))!R_.call(t,r)&&r!==n&&us(t,r,{get:()=>e[r],enumerable:!(i=O_(e,r))||i.enumerable});return t};var Tn=(t,e,n)=>(n=t!=null?z_($_(t)):{},Ew(e||!t||!t.__esModule?us(n,"default",{value:t,enumerable:!0}):n,t)),L_=t=>Ew(us({},"__esModule",{value:!0}),t);function Pw(t){let e=t.toString();if(j_.test(e))return e;let n=B_.exec(e);return n?`async function ${e.slice(n[0].length)}`:`function ${e}`}function st(){}function lt(){return Bl}function Fw(t){let e=t.argumentNames??[];return new Function(...e,t.functionBody)}var Bl,j_,B_,ct=ze(()=>{(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();o(Pw,"getFunctionExpressionString");o(st,"noop");Bl=Promise.resolve();o(lt,"noopAsync");j_=/^(?:function\b|async\b\s*(?:function\b|\()|\()/,B_=/^async\b\s*/;o(Fw,"createFunction")});function Ul(t,e){if(!t)throw typeof e=="string"?new Error(e):e}function Vt(t){throw new Error(`Unhandled value: ${String(t)}`)}function Zt(t,e){if(t!=null)return;throw e??=t===null?"Value is null":"Value is undefined",typeof e=="string"?new Error(e):e}function G(t,e){return Zt(t,e),t}var Se=ze(()=>{ct();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();o(Ul,"assert");o(Vt,"assertNever");o(Zt,"assertNonNullable");o(G,"ensureNonNullable")});function Vl(t){t[Symbol.dispose]()}function U_(t,e){if(!t)return!0;switch(e){case 1:return!1;case 0:return!0;case 2:throw new Error("This disposable has already been disposed.");default:Vt(e)}}var Oa,di,Qe,za,dn=ze(()=>{Se();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();Oa=(t=>(t[t.Invoke=0]="Invoke",t[t.Ignore=1]="Ignore",t[t.Throw=2]="Throw",t))(Oa||{});o(Vl,"dispose");di=class{static{o(this,"DisposableBase")}multipleDisposeBehavior=1;get isDisposed(){return this._isDisposed}_isDisposed=!1;dispose(){this[Symbol.dispose]()}[Symbol.dispose](){U_(this._isDisposed,this.multipleDisposeBehavior)&&(this._isDisposed=!0,this.performDispose())}},Qe=class extends di{static{o(this,"CallbackDisposable")}callback;constructor(e){super(),this.callback=e.callback,this.multipleDisposeBehavior=e.multipleDisposeBehavior??1}performDispose(){this.callback()}},za=class extends di{static{o(this,"CombineDisposable")}children;disposeOrder;errorBehavior;constructor(e){super(),this.children=[...e.disposables],this.disposeOrder=e.disposeOrder??0,this.errorBehavior=e.errorBehavior??0,this.multipleDisposeBehavior=e.multipleDisposeBehavior??1}performDispose(){let e=[];for(let n of this.getOrderedChildren())try{n[Symbol.dispose]()}catch(i){if(this.errorBehavior===1)throw i;e.push(i)}if(e.length>0)throw new AggregateError(e)}getOrderedChildren(){switch(this.disposeOrder){case 1:return this.children;case 0:return[...this.children].reverse();default:Vt(this.disposeOrder)}}};o(U_,"shouldPerformDispose")});function ar(...t){let e=t.filter(s=>!!s);if(typeof AbortSignal.any=="function")return AbortSignal.any(e);if(e.length===0)return mn();if(e.length===1&&e[0])return e[0];let n=new AbortController;for(let s of e)if(s.aborted)return s;let i=Array.from(e,s=>Iw(s,a)),r=new za({disposables:i});return n.signal;function a(s){r.dispose(),n.abort(s.reason)}}function mn(){return new AbortController().signal}function Tw(t){if(t===Uh)return mn();let e=new AbortController;return globalThis.setTimeout(()=>{e.abort(new DOMException(`Timed out in ${String(t)} milliseconds`,"TimeoutError"))},t),e.signal}function Iw(t,e){if(t.aborted)return e(t),new Qe({callback:st});return t.addEventListener("abort",n,{once:!0}),new Qe({callback:o(()=>{t.removeEventListener("abort",n)},"callback")});function n(i){e(i.target)}o(n,"wrappedCallback")}function Vh(t,e){return new Promise((n,i)=>{Iw(t,()=>{e?i(t.reason):n(t.reason)})})}var Uh,Un=ze(()=>{dn();ct();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();Uh=1/0;o(ar,"abortSignalAny");o(mn,"abortSignalNever");o(Tw,"abortSignalTimeout");o(Iw,"onAbort");o(Vh,"waitForAbort")});function ps(t,e){let n=t.length,i=0;for(let r=0;r<n;r++){if(!Object.hasOwn(t,r))continue;let a=t[r];e(a,r,t)&&(t[i++]=a)}t.length=i}function In(t){return[...t]}var Zr=ze(()=>{(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();o(ps,"filterInPlace");o(In,"snapshot")});var Nw=V((K8,Dw)=>{var Ma=1e3,$a=Ma*60,Ra=$a*60,qi=Ra*24,V_=qi*7,Z_=qi*365.25;Dw.exports=function(t,e){e=e||{};var n=typeof t;if(n==="string"&&t.length>0)return G_(t);if(n==="number"&&isFinite(t))return e.long?q_(t):H_(t);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(t))};function G_(t){if(t=String(t),!(t.length>100)){var e=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(t);if(e){var n=parseFloat(e[1]),i=(e[2]||"ms").toLowerCase();switch(i){case"years":case"year":case"yrs":case"yr":case"y":return n*Z_;case"weeks":case"week":case"w":return n*V_;case"days":case"day":case"d":return n*qi;case"hours":case"hour":case"hrs":case"hr":case"h":return n*Ra;case"minutes":case"minute":case"mins":case"min":case"m":return n*$a;case"seconds":case"second":case"secs":case"sec":case"s":return n*Ma;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return n;default:return}}}}o(G_,"parse");function H_(t){var e=Math.abs(t);return e>=qi?Math.round(t/qi)+"d":e>=Ra?Math.round(t/Ra)+"h":e>=$a?Math.round(t/$a)+"m":e>=Ma?Math.round(t/Ma)+"s":t+"ms"}o(H_,"fmtShort");function q_(t){var e=Math.abs(t);return e>=qi?Zl(t,e,qi,"day"):e>=Ra?Zl(t,e,Ra,"hour"):e>=$a?Zl(t,e,$a,"minute"):e>=Ma?Zl(t,e,Ma,"second"):t+" ms"}o(q_,"fmtLong");function Zl(t,e,n,i){var r=e>=n*1.5;return Math.round(t/n)+" "+i+(r?"s":"")}o(Zl,"plural")});var Zh=V((X8,_w)=>{function W_(t){n.debug=n,n.default=n,n.coerce=c,n.disable=s,n.enable=r,n.enabled=l,n.humanize=Nw(),n.destroy=u,Object.keys(t).forEach(p=>{n[p]=t[p]}),n.names=[],n.skips=[],n.formatters={};function e(p){let d=0;for(let m=0;m<p.length;m++)d=(d<<5)-d+p.charCodeAt(m),d|=0;return n.colors[Math.abs(d)%n.colors.length]}o(e,"selectColor"),n.selectColor=e;function n(p){let d,m=null,h,f;function b(...y){if(!b.enabled)return;let x=b,C=Number(new Date),g=C-(d||C);x.diff=g,x.prev=d,x.curr=C,d=C,y[0]=n.coerce(y[0]),typeof y[0]!="string"&&y.unshift("%O");let w=0;y[0]=y[0].replace(/%([a-zA-Z%])/g,(A,I)=>{if(A==="%%")return"%";w++;let M=n.formatters[I];if(typeof M=="function"){let $=y[w];A=M.call(x,$),y.splice(w,1),w--}return A}),n.formatArgs.call(x,y),(x.log||n.log).apply(x,y)}return o(b,"debug"),b.namespace=p,b.useColors=n.useColors(),b.color=n.selectColor(p),b.extend=i,b.destroy=n.destroy,Object.defineProperty(b,"enabled",{enumerable:!0,configurable:!1,get:o(()=>m!==null?m:(h!==n.namespaces&&(h=n.namespaces,f=n.enabled(p)),f),"get"),set:o(y=>{m=y},"set")}),typeof n.init=="function"&&n.init(b),b}o(n,"createDebug");function i(p,d){let m=n(this.namespace+(typeof d>"u"?":":d)+p);return m.log=this.log,m}o(i,"extend");function r(p){n.save(p),n.namespaces=p,n.names=[],n.skips=[];let d=(typeof p=="string"?p:"").trim().replace(/\s+/g,",").split(",").filter(Boolean);for(let m of d)m[0]==="-"?n.skips.push(m.slice(1)):n.names.push(m)}o(r,"enable");function a(p,d){let m=0,h=0,f=-1,b=0;for(;m<p.length;)if(h<d.length&&(d[h]===p[m]||d[h]==="*"))d[h]==="*"?(f=h,b=m,h++):(m++,h++);else if(f!==-1)h=f+1,b++,m=b;else return!1;for(;h<d.length&&d[h]==="*";)h++;return h===d.length}o(a,"matchesTemplate");function s(){let p=[...n.names,...n.skips.map(d=>"-"+d)].join(",");return n.enable(""),p}o(s,"disable");function l(p){for(let d of n.skips)if(a(p,d))return!1;for(let d of n.names)if(a(p,d))return!0;return!1}o(l,"enabled");function c(p){return p instanceof Error?p.stack||p.message:p}o(c,"coerce");function u(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return o(u,"destroy"),n.enable(n.load()),n}o(W_,"setup");_w.exports=W_});var zw=V((hn,Gl)=>{hn.formatArgs=K_;hn.save=Y_;hn.load=X_;hn.useColors=J_;hn.storage=Q_();hn.destroy=(()=>{let t=!1;return()=>{t||(t=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})();hn.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function J_(){if(typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs))return!0;if(typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;let t;return typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&(t=navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/))&&parseInt(t[1],10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}o(J_,"useColors");function K_(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+Gl.exports.humanize(this.diff),!this.useColors)return;let e="color: "+this.color;t.splice(1,0,e,"color: inherit");let n=0,i=0;t[0].replace(/%[a-zA-Z%]/g,r=>{r!=="%%"&&(n++,r==="%c"&&(i=n))}),t.splice(i,0,e)}o(K_,"formatArgs");hn.log=console.debug||console.log||(()=>{});function Y_(t){try{t?hn.storage.setItem("debug",t):hn.storage.removeItem("debug")}catch{}}o(Y_,"save");function X_(){let t;try{t=hn.storage.getItem("debug")||hn.storage.getItem("DEBUG")}catch{}return!t&&typeof process<"u"&&"env"in process&&(t=process.env.DEBUG),t}o(X_,"load");function Q_(){try{return localStorage}catch{}}o(Q_,"localstorage");Gl.exports=Zh()(hn);var{formatters:ez}=Gl.exports;ez.j=function(t){try{return JSON.stringify(t)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}});var Mw=V((t7,Ow)=>{"use strict";Ow.exports=(t,e=process.argv)=>{let n=t.startsWith("-")?"":t.length===1?"-":"--",i=e.indexOf(n+t),r=e.indexOf("--");return i!==-1&&(r===-1||i<r)}});var Lw=V((n7,Rw)=>{"use strict";var tz=require("os"),$w=require("tty"),Vn=Mw(),{env:xt}=process,mi;Vn("no-color")||Vn("no-colors")||Vn("color=false")||Vn("color=never")?mi=0:(Vn("color")||Vn("colors")||Vn("color=true")||Vn("color=always"))&&(mi=1);"FORCE_COLOR"in xt&&(xt.FORCE_COLOR==="true"?mi=1:xt.FORCE_COLOR==="false"?mi=0:mi=xt.FORCE_COLOR.length===0?1:Math.min(parseInt(xt.FORCE_COLOR,10),3));function Gh(t){return t===0?!1:{level:t,hasBasic:!0,has256:t>=2,has16m:t>=3}}o(Gh,"translateLevel");function Hh(t,e){if(mi===0)return 0;if(Vn("color=16m")||Vn("color=full")||Vn("color=truecolor"))return 3;if(Vn("color=256"))return 2;if(t&&!e&&mi===void 0)return 0;let n=mi||0;if(xt.TERM==="dumb")return n;if(process.platform==="win32"){let i=tz.release().split(".");return Number(i[0])>=10&&Number(i[2])>=10586?Number(i[2])>=14931?3:2:1}if("CI"in xt)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some(i=>i in xt)||xt.CI_NAME==="codeship"?1:n;if("TEAMCITY_VERSION"in xt)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(xt.TEAMCITY_VERSION)?1:0;if(xt.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in xt){let i=parseInt((xt.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(xt.TERM_PROGRAM){case"iTerm.app":return i>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(xt.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(xt.TERM)||"COLORTERM"in xt?1:n}o(Hh,"supportsColor");function nz(t){let e=Hh(t,t&&t.isTTY);return Gh(e)}o(nz,"getSupportLevel");Rw.exports={supportsColor:nz,stdout:Gh(Hh(!0,$w.isatty(1))),stderr:Gh(Hh(!0,$w.isatty(2)))}});var Bw=V((Ct,ql)=>{var rz=require("tty"),Hl=require("util");Ct.init=uz;Ct.log=sz;Ct.formatArgs=az;Ct.save=lz;Ct.load=cz;Ct.useColors=iz;Ct.destroy=Hl.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");Ct.colors=[6,2,3,4,5,1];try{let t=Lw();t&&(t.stderr||t).level>=2&&(Ct.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch{}Ct.inspectOpts=Object.keys(process.env).filter(t=>/^debug_/i.test(t)).reduce((t,e)=>{let n=e.substring(6).toLowerCase().replace(/_([a-z])/g,(r,a)=>a.toUpperCase()),i=process.env[e];return/^(yes|on|true|enabled)$/i.test(i)?i=!0:/^(no|off|false|disabled)$/i.test(i)?i=!1:i==="null"?i=null:i=Number(i),t[n]=i,t},{});function iz(){return"colors"in Ct.inspectOpts?!!Ct.inspectOpts.colors:rz.isatty(process.stderr.fd)}o(iz,"useColors");function az(t){let{namespace:e,useColors:n}=this;if(n){let i=this.color,r="\x1B[3"+(i<8?i:"8;5;"+i),a=` ${r};1m${e} \x1B[0m`;t[0]=a+t[0].split(`
|
|
`).join(`
|
|
`+a),t.push(r+"m+"+ql.exports.humanize(this.diff)+"\x1B[0m")}else t[0]=oz()+e+" "+t[0]}o(az,"formatArgs");function oz(){return Ct.inspectOpts.hideDate?"":new Date().toISOString()+" "}o(oz,"getDate");function sz(...t){return process.stderr.write(Hl.formatWithOptions(Ct.inspectOpts,...t)+`
|
|
`)}o(sz,"log");function lz(t){t?process.env.DEBUG=t:delete process.env.DEBUG}o(lz,"save");function cz(){return process.env.DEBUG}o(cz,"load");function uz(t){t.inspectOpts={};let e=Object.keys(Ct.inspectOpts);for(let n=0;n<e.length;n++)t.inspectOpts[e[n]]=Ct.inspectOpts[e[n]]}o(uz,"init");ql.exports=Zh()(Ct);var{formatters:jw}=ql.exports;jw.o=function(t){return this.inspectOpts.colors=this.useColors,Hl.inspect(t,this.inspectOpts).split(`
|
|
`).map(e=>e.trim()).join(" ")};jw.O=function(t){return this.inspectOpts.colors=this.useColors,Hl.inspect(t,this.inspectOpts)}});var Uw=V((a7,qh)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?qh.exports=zw():qh.exports=Bw()});function Wl(){return o(function(e){class n extends e{static{o(this,"AsyncEventsMixin")}#e=new Wi;off(r,a){this.#e.off(r,a)}offref(r){this.#e.offref(r)}on(r,a,s){return this.#e.on(r,a,s)}once(r,a,s){return this.#e.once(r,a,s)}trigger(r,...a){this.#e.trigger(r,...a)}async triggerAsync(r,...a){await this.#e.triggerAsync(r,...a)}tryTrigger(r,a){this.#e.tryTrigger(r,a)}async tryTriggerAsync(r,a){await this.#e.tryTriggerAsync(r,a)}}return n},"inner")}function Wh(t){window.setTimeout(()=>{throw t},0)}var Jh,Wi,ds=ze(()=>{Zr();dn();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();Jh=class{static{o(this,"AsyncEventsBase")}eventReferencesMap=new Map;off(e,n){let i=this.eventReferencesMap.get(e);i&&(ps(i,r=>r.callback!==n),i.length===0&&this.eventReferencesMap.delete(e))}offref(e){let n=this.eventReferencesMap.get(e.name);n&&(ps(n,i=>i!==e),n.length===0&&this.eventReferencesMap.delete(e.name))}on(e,n,i){let r=this.eventReferencesMap.get(e);r||(r=[],this.eventReferencesMap.set(e,r));let a={asyncEventSource:this,callback:n,name:e,thisArgument:i};return r.push(a),a}once(e,n,i){let r=this.on(e,n,i),a=this.on(e,()=>{this.offref(r),this.offref(a)});return r}trigger(e,...n){let i=this.eventReferencesMap.get(e)??[];for(let r of In(i))this.tryTrigger(r,n)}async triggerAsync(e,...n){let i=this.eventReferencesMap.get(e)??[];for(let r of In(i))await this.tryTriggerAsync(r,n)}tryTrigger(e,n){try{let i=e.callback.call(e.thisArgument,...n);i instanceof Promise&&i.catch(Wh)}catch(i){Wh(i)}}async tryTriggerAsync(e,n){try{await e.callback.call(e.thisArgument,...n)}catch(i){Wh(i)}}},Wi=class extends Jh{static{o(this,"AsyncEvents")}trigger(e,...n){super.trigger(e,...n)}triggerAsync(e,...n){return super.triggerAsync(e,...n)}tryTrigger(e,n){super.tryTrigger(e,n)}async tryTriggerAsync(e,n){return super.tryTriggerAsync(e,n)}};o(Wl,"mixinAsyncEvents");o(Wh,"throwDelayed")});function Xl(t,e=!1){let n=e||Ji.asyncErrorIgnoreContextDepth>0;Ji.collectedUnhandledAsyncErrors&&!n&&Ji.asyncErrorHandlerCount===0&&Ji.collectedUnhandledAsyncErrors.push(t),Jl.trigger("asyncError",t)}function Ql(t){if(!(t instanceof Error))return String(t);let e=t.stack??`${t.name}: ${t.message}`;if(t.cause!==void 0&&(e=Vw(e,t.cause,"Caused by:")),t instanceof AggregateError){let n=t.errors;for(let[i,r]of n.entries())e=Vw(e,r,`Aggregated error #${String(i+1)}:`)}return e}function fn(t=0){return G(new Error().stack).split(`
|
|
`).slice(t+2).join(`
|
|
`)}function Hw(){return Ji.asyncErrorIgnoreContextDepth>0}function zt(t,e){e??=globalThis.console,e.error(Ql(t))}function qw(t){let e=Jl.on("asyncError",t);return Ji.asyncErrorHandlerCount++,new Qe({callback:o(()=>{Jl.offref(e),Ji.asyncErrorHandlerCount--},"callback"),multipleDisposeBehavior:Oa.Ignore})}function Ww(t){throw t}function Vw(t,e,n){let i=`${t}
|
|
${Zw(n)}`;for(let r of Ql(e).split(`
|
|
`))r.trim()&&(i+=r.startsWith(Gw)?`
|
|
${r}`:`
|
|
${Zw(r)}`);return i}function Zw(t){return`${Gw} --- ${t} --- (0)`}function pz(t){zt(t)}var Jl,Ji,Yl,Gw,or,Kl,Gr,wt=ze(()=>{ds();dn();Se();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();Jl=new Wi;Jl.on("asyncError",pz);Ji={asyncErrorHandlerCount:0,asyncErrorIgnoreContextDepth:0,collectedUnhandledAsyncErrors:null},Yl="An unhandled error occurred executing async operation",Gw=" at",or=class t extends Error{static{o(this,"CustomStackTraceError")}constructor(e){let{cause:n,message:i,stackTrace:r}=e;super(i,{cause:n}),this.name="CustomStackTraceError";let a=n,s=new Set;for(;a instanceof t;){if(s.has(a))throw new Error("Circular cause detected");s.add(a),a=a.cause}let l=G(this.stack).split(`
|
|
`),c=r.split(`
|
|
`);/^\w*Error(?:: |$)/.test(G(c[0]))&&c.shift(),l.splice(1,l.length-1,...c),this.stack=l.join(`
|
|
`)}},Kl=class t extends Error{static{o(this,"ErrorWrapper")}constructor(e){super(`A non-Error value was thrown: ${String(e)}`,{cause:e}),this.name="ErrorWrapper"}static create(e){return e instanceof Error?e:new t(e)}},Gr=class extends Error{static{o(this,"SilentError")}constructor(e){super(e),this.name="SilentError"}};o(Xl,"emitAsyncErrorEvent");o(Ql,"errorToString");o(fn,"getStackTrace");o(Hw,"isAsyncErrorIgnoreContextActive");o(zt,"printError");o(qw,"registerAsyncErrorEventHandler");o(Ww,"throwExpression");o(Vw,"appendNestedError");o(Zw,"generateStackTraceLine");o(pz,"handleAsyncError")});var ms,Jw,Kh,fr,ec=ze(()=>{(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();ms="obsidian-dev-utils",Jw={cssClassScope:"",debugPrefixNamespace:"",shouldPrintStackTrace:!1},Kh=class{static{o(this,"LibraryContext")}get cssClassScope(){return this.params.cssClassScope}get debugPrefixNamespace(){return this.params.debugPrefixNamespace}get shouldPrintStackTrace(){return this.params.shouldPrintStackTrace}isInitialized=!1;params={...Jw};init(e){if(this.isInitialized)throw new Error(`${ms} is already initialized. Call Library.resetToDefault() before initializing again.`);this.isInitialized=!0,this.params={...e}}resetToDefault(){this.isInitialized=!1,this.params={...Jw}}},fr=new Kh});var hi,tc=ze(()=>{ct();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();hi=class t{static{o(this,"ValueWrapper")}get value(){if(!this.hasValue)throw new Error("Value is not set");return this._value}set value(e){this._value=e,this.hasValue=!0}_value=null;hasValue=!1;constructor(){}static of(e){let n=new t;return n.value=e,n}static unset(){return new t}}});function We(t,e){let n=globalThis;return n.__obsidianDevUtils??={},n.__obsidianDevUtils[t]??=hi.of(e)}var Zn=ze(()=>{tc();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();o(We,"getObsidianDevUtilsState")});function Xw(){return{disable:dz,enable:mz,get:rc,set:hs}}function La(t,e=0){let n=`${t}:${String(e)}`,i=We("debuggers",new Map).value,r=i.get(n);return r||(r=fs()(t),r.log=(a,...s)=>{hz({$arguments:s,framesToSkip:e,message:a,namespace:t})},i.set(n,r)),r}function be(t){return La(`${fr.debugPrefixNamespace}${ms}:${t}`)}function gr(t){let{$arguments:e,debuggerInstance:n,message:i,stackTrace:r}=t;if(!fr.shouldPrintStackTrace){n(i,...e);return}n(i,...e,`
|
|
|
|
---
|
|
Context stack trace:
|
|
`,eA(r))}function Qw(t){let e=fs().enabled(t),n=e?"enabled":"disabled",i=e?"disable":"enable",r=rc();hs(t),La(t)(`Debug messages for plugin ${t} are ${n}. See https://mnaoumov.dev/obsidian-dev-utils/guides/debugging/ how to ${i} them.`),hs(r)}function dz(t){let e=new Set(rc());for(let n of gs(t)){if(n.startsWith(nc))continue;let i=nc+n;e.delete(n),e.add(i)}hs([...e])}function mz(t){let e=new Set(rc());for(let n of gs(t)){if(!n.startsWith(nc)){let i=nc+n;e.delete(i)}e.add(n)}hs([...e])}function rc(){return gs(fs().load()??"")}function fs(){return We("debug",Kw.default).value}function hz(t){let{$arguments:e,framesToSkip:n,message:i,namespace:r}=t;if(!fs().enabled(r))return;if(!fr.shouldPrintStackTrace){console.debug(i,...e);return}let a=4,s=G(new Error().stack).split(`
|
|
`);s.splice(0,a+n),console.debug(i,...e,`
|
|
|
|
---
|
|
Logger stack trace:
|
|
`,eA(s.join(`
|
|
`)))}function eA(t){return new or({cause:void 0,message:"Debug mode: intentional placeholder error. See https://mnaoumov.dev/obsidian-dev-utils/guides/debugging/.",stackTrace:t})}function hs(t){fs().enable(gs(t).join(Yw))}function gs(t){return typeof t=="string"?t.split(Yw).filter(Boolean):t.flatMap(e=>gs(e))}var Kw,Yw,nc,Gn=ze(()=>{Kw=Tn(Uw(),1);wt();ec();Zn();Se();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();Yw=",",nc="-";o(Xw,"getDebugController");o(La,"getDebugger");o(be,"getLibDebugger");o(gr,"printWithStackTrace");o(Qw,"showInitialDebugMessage");o(dz,"disableNamespaces");o(mz,"enableNamespaces");o(rc,"getNamespaces");o(fs,"getSharedDebugLibInstance");o(hz,"logWithCaller");o(eA,"makeStackTraceError");o(hs,"setNamespaces");o(gs,"toArray")});function Hr(t){return t.replaceAll(/[.*+?^${}()|[\]\\]/g,String.raw`\$&`)}function vs(t){try{return new RegExp(t),!0}catch{return!1}}var tA,nA,qr=ze(()=>{Se();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();o(Hr,"escapeRegExp");o(vs,"isValidRegExp");tA=/(?:)/,nA=/.^/});async function vr(t,e){let n={...e,abortSignal:e.abortSignal??mn()};return n.abortSignal.throwIfAborted(),fz(t)?await t(n):t}function fz(t){return typeof t=="function"}var ja=ze(()=>{Un();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();o(vr,"resolveValue");o(fz,"isFunction")});function rA(t){let{$string:e,endIndex:n,startIndex:i,substring:r}=t,a=n??i;return e.slice(0,i)+r+e.slice(a)}function bs(t){return ut({$string:t,replacer:" ",searchValue:/\u00A0|\u202F/g}).normalize("NFC")}function ut(t){let{$string:e,replacer:n}=t,{searchValue:i}=t;return n===void 0?e:(i instanceof RegExp&&!i.global&&(i=new RegExp(i.source,`${i.flags}g`)),typeof n=="string"?e.replaceAll(i,n):e.replaceAll(i,(r,...a)=>{let l=typeof a.at(-1)=="object",c=l?a.length-2:a.length-1,u={capturedGroupArguments:[],groups:l?a.at(-1):void 0,missingGroupIndices:[],offset:a.at(c-1),source:a.at(c),substring:r};for(let p=0;p<c-1;p++){let d=a[p];typeof d=="string"?u.capturedGroupArguments.push(d):d===void 0&&u.missingGroupIndices.push(p)}return n(u)??u.substring}))}function br(t){let{$string:e,shouldValidate:n,suffix:i}=t;if(e.endsWith(i))return e.slice(0,-i.length);if(n)throw new Error(`String ${e} does not end with suffix ${i}`);return e}function Ba(t){let{$string:e,prefix:n,shouldValidate:i}=t;if(e.startsWith(n))return e.slice(n.length);if(i)throw new Error(`String ${e} does not start with prefix ${n}`);return e}var gz,vz,gn=ze(()=>{Un();qr();Se();ja();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();gz={"\n":String.raw`\n`,"\r":String.raw`\r`," ":String.raw`\t`,"\b":String.raw`\b`,"\f":String.raw`\f`,"'":String.raw`\'`,'"':String.raw`\"`,"\\":"\\\\"},vz={};for(let[t,e]of Object.entries(gz))vz[e]=t;o(rA,"insertAt");o(bs,"normalizeString");o(ut,"replaceAll");o(br,"trimEnd");o(Ba,"trimStart")});function vn(t){return typeof t!="object"||t===null?t:"default"in t?t.default:t}function Va(t){let e=[],n=t;for(;n;){let i=Object.getOwnPropertyDescriptors(n);for(let[r,a]of Object.entries(i)){if(r==="__proto__"||typeof a.value=="function")continue;let s=typeof a.get=="function",l=typeof a.set=="function";if(s||l){s&&l&&e.push(r);continue}a.enumerable&&a.writable&&e.push(r)}n=Object.getPrototypeOf(n)}return e.sort()}function fi(t,e){let n=t,i=e.split(iA);for(let r of i){if(n===void 0)return;n=n[r]}return n}function ic(t){return t==null?t:Object.getPrototypeOf(t)}function Dn(t,e){if(t===e)return!0;if(typeof t!="object"||typeof e!="object"||t===null||e===null)return!1;let n=t.constructor,i=e.constructor;if(n!==i)return!1;if(n!==Object){let c=xz(t,e);if(c!==void 0)return c}let r=Va(t),a=Va(e);if(r.length!==a.length)return!1;let s=t,l=e;for(let c of r)if(!a.includes(c)||!Dn(s[c],l[c]))return!1;return!0}function oA(t,e){for(let[n,i]of Object.entries(t))i===void 0&&!e?.includes(n)&&delete t[n];return t}function sA(t){let{$object:e,path:n,value:i}=t,r=new Error(`Property path ${n} not found`),a=e,s=n.split(iA);for(let c of s.slice(0,-1)){if(a===void 0)throw r;a=a[c]}let l=G(s.at(-1));if(a===void 0)throw r;a[l]=i}function Ki(t,e={}){return new Xh(e).convert(t)}function yz(t){switch(t.key){case"CircularReference":return t.substitutions.circularReference;case"Function":return G(t.functionTexts[t.index],`Function with index ${String(t.index)} not found`);case"MaxDepthLimitReached":return t.substitutions.maxDepthLimitReached;case"MaxDepthLimitReachedArray":return`Array(${String(t.index)})`;case"ToJSONFailed":return t.substitutions.toJSONFailed;case"Undefined":return"undefined";default:Vt(t.key)}}function xz(t,e){for(let n of kz){let i=Pz({a:t,b:e,entry:n});if(i!==void 0)return i}}function Cz(t,e){if(t.byteLength!==e.byteLength)return!1;let n=new Uint8Array(t),i=new Uint8Array(e);return Dn(n,i)}function wz(t,e){return t.getTime()===e.getTime()}function Az(t,e){if(t.size!==e.size)return!1;for(let[n,i]of t)if(!e.has(n)||!Dn(i,e.get(n)))return!1;return!0}function Sz(t,e){return t.source===e.source&&t.flags===e.flags}function Ez(t,e){if(t.size!==e.size)return!1;for(let n of t){if(e.has(n))continue;let i=!1;for(let r of e)if(Dn(n,r)){i=!0;break}if(!i)return!1}return!0}function Yh(t){return`{ "[[${t}]]": null }`}function Ua(t,e){return`[[${aA}${t}${e?String(e):""}]]`}function Pz(t){let{a:e,b:n,entry:i}=t;if(e instanceof i.constructor&&n instanceof i.constructor)return i.equalityComparer(e,n)}var iA,aA,kz,Xh,Re=ze(()=>{wt();ct();qr();gn();Se();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();iA=".",aA="toJson:",kz=[{constructor:ArrayBuffer,equalityComparer:Cz},{constructor:Date,equalityComparer:wz},{constructor:RegExp,equalityComparer:Sz},{constructor:Map,equalityComparer:Az},{constructor:Set,equalityComparer:Ez}],Xh=class{static{o(this,"ToJsonConverter")}fullOptions;functionTexts=[];usedObjects=new WeakSet;constructor(e){let n={functionHandlingMode:"exclude",maxDepth:-1,shouldCatchToJSONErrors:!1,shouldHandleCircularReferences:!1,shouldHandleErrors:!1,shouldHandleUndefined:!1,shouldSortKeys:!1,space:2,tokenSubstitutions:{circularReference:Yh("CircularReference"),maxDepthLimitReached:Yh("MaxDepthLimitReached"),toJSONFailed:Yh("ToJSONFailed")}},i={...n,...e,tokenSubstitutions:{...n.tokenSubstitutions,...e.tokenSubstitutions}};i.maxDepth===-1&&(i.maxDepth=1/0),this.fullOptions=i}convert(e){let n=this.toPlainObject({canUseToJSON:!0,depth:0,key:"",value:e}),i=G(JSON.stringify(n,null,this.fullOptions.space)),r=new RegExp(String.raw`"\[\[${Hr(aA)}(?<Key>[A-Za-z]+)(?<Index>\d*)\]\]"`,"g");return i=ut({$string:i,replacer:o(({capturedGroupArguments:[a="",s=""]})=>yz({functionTexts:this.functionTexts,index:s?parseInt(s,10):0,key:a,substitutions:this.fullOptions.tokenSubstitutions}),"replacer"),searchValue:r}),i}handleArray(e){let{canUseToJSON:n,depth:i,value:r}=e;return i>this.fullOptions.maxDepth?Ua("MaxDepthLimitReachedArray",r.length):r.map((a,s)=>this.toPlainObject({canUseToJSON:n,depth:i+1,key:String(s),value:a}))}handleCircularReference(e,n){if(this.fullOptions.shouldHandleCircularReferences)return Ua("CircularReference");let i=e.constructor.name||"Object";throw new TypeError(`Converting circular structure to JSON
|
|
--> starting at object with constructor '${i}'
|
|
--- property '${n}' closes the circle`)}handleFunction(e){if(this.fullOptions.functionHandlingMode==="exclude")return;let n=this.functionTexts.length,i=this.fullOptions.functionHandlingMode==="full"?Pw(e):`function ${e.name||"anonymous"}() { /* ... */ }`;return this.functionTexts.push(i),Ua("Function",n)}handleObject(e){let{canUseToJSON:n,depth:i,key:r,value:a}=e;if(this.usedObjects.has(a))return this.handleCircularReference(a,r);if(this.usedObjects.add(a),n){let s=this.tryHandleToJSON({depth:i,key:r,value:a});if(s!==void 0)return s}return Array.isArray(a)?this.handleArray({canUseToJSON:n,depth:i,value:a}):i>this.fullOptions.maxDepth?Ua("MaxDepthLimitReached"):a instanceof Error&&this.fullOptions.shouldHandleErrors?Ql(a):this.handlePlainObject({canUseToJSON:n,depth:i,value:a})}handlePlainObject(e){let{canUseToJSON:n,depth:i,value:r}=e,a=Object.entries(r);return this.fullOptions.shouldSortKeys&&a.sort(([s],[l])=>s.localeCompare(l)),Object.fromEntries(a.map(([s,l])=>[s,this.toPlainObject({canUseToJSON:n,depth:i+1,key:s,value:l})]))}toPlainObject(e){let{canUseToJSON:n,depth:i,key:r,value:a}=e;return a===void 0?i===0||this.fullOptions.shouldHandleUndefined?Ua("Undefined"):void 0:typeof a=="function"?this.handleFunction(a):typeof a!="object"||a===null?a:this.handleObject({canUseToJSON:n,depth:i,key:r,value:a})}tryHandleToJSON(e){let{depth:n,key:i,value:r}=e,a=r.toJSON;if(typeof a=="function")try{let s=a.call(r,i);return this.toPlainObject({canUseToJSON:!1,depth:n,key:i,value:s})}catch(s){if(this.fullOptions.shouldCatchToJSONErrors)return Ua("ToJSONFailed");throw s}}};o(vn,"extractDefaultExportInterop");o(Va,"getAllKeys");o(fi,"getNestedPropertyValue");o(ic,"getPrototypeOf");o(Dn,"isDeepEqual");o(oA,"removeUndefinedProperties");o(sA,"setNestedPropertyValue");o(Ki,"toJson");o(yz,"applySubstitutions");o(xz,"deepEqualTyped");o(Cz,"isDeepEqualArrayBuffer");o(wz,"isDeepEqualDate");o(Az,"isDeepEqualMap");o(Sz,"isDeepEqualRegExp");o(Ez,"isDeepEqualSet");o(Yh,"makeObjectTokenSubstitution");o(Ua,"makePlaceholder");o(Pz,"tryEntryEquality")});async function ac(t,e){e??=fn(1);let n=Hw();try{await t()}catch(i){let r=new or({cause:i,message:Yl,stackTrace:e});if(Fz(r))return;Xl(r,n)}}function pt(t,e){return e??=fn(1),(...n)=>{Zt(e);let i=fn(1);e+=`
|
|
at --- convertAsyncToSync --- (0)
|
|
${i}`,ke(()=>t(...n),e)}}function Fz(t){let e=t;for(;!(e instanceof Gr);){if(!(e instanceof Error))return!1;e=e.cause}return be("Async:handleSilentError")(t),!0}function ke(t,e){e??=fn(1);let n;try{n=t()}catch(i){cA(ac(()=>Promise.reject(i),e))}n instanceof Promise&&cA(ac(()=>n,e))}function cA(t){Tz.isTrackingEnabled&&(lA.add(t),t.finally(()=>{lA.delete(t)}))}function oc(t,e){let n=t;if(t)n=t.then(()=>e()??void 0);else{let i=e();i&&(n=i instanceof Promise?i:Promise.resolve(i))}return n?.catch(st),n}async function Dz(){await new Promise(()=>{}),Ul(!1,"Should never happen")}async function uA(t){let e=new Promise(i=>{window.requestAnimationFrame(()=>{i()})});return t??=100,Promise.race([e,t>0?ys({milliseconds:t}):Dz()])}async function sc(t){let e=be("Async:retryWithTimeout"),n=t.stackTrace??fn(1),r={...{retryDelayInMilliseconds:100,shouldRetryOnError:!1,timeoutInMilliseconds:5e3},...t.retryOptions};r.abortSignal?.throwIfAborted(),await ks({context:{operationName:t.operationName??"",retryFunction:t.operationFunction},onTimeout:t.onTimeout,async operationFunction(a){let s=ar(r.abortSignal,a);s.throwIfAborted();let l=0;for(;!s.aborted;){l++;let c;try{c=await t.operationFunction(s)}catch(u){if(s.aborted||!r.shouldRetryOnError||Iz.has(u))throw new or({cause:u,message:"retryWithTimeout failed",stackTrace:n});zt(u),c=!1}if(c){gr({$arguments:[{operationFunction:t.operationFunction,operationName:t.operationName??""}],debuggerInstance:e,message:`Retry completed successfully after ${String(l)} attempts`,stackTrace:n});return}gr({$arguments:[{operationFunction:t.operationFunction,operationName:t.operationName??""}],debuggerInstance:e,message:`Retry attempt ${String(l)} completed unsuccessfully. Trying again in ${String(r.retryDelayInMilliseconds)} milliseconds`,stackTrace:n}),await ys({abortSignal:a,milliseconds:r.retryDelayInMilliseconds})}},operationName:t.operationName??"",stackTrace:n,timeoutInMilliseconds:r.timeoutInMilliseconds})}async function ks(t){let e=t.stackTrace??fn(1),n=performance.now(),i=new AbortController,r=new AbortController,a=null,s=!1,l=!1,c=be("Async:runWithTimeout"),u=t.onTimeout??Nz;if(await Promise.race([p(),d()]),s&&!i.signal.aborted)return a;throw new or({cause:i.signal.reason,message:"Run with timeout failed",stackTrace:e});async function p(){try{a=await t.operationFunction(i.signal);let m=Math.trunc(performance.now()-n);gr({$arguments:[{context:t.context,operationFunction:t.operationFunction,operationName:t.operationName??""}],debuggerInstance:c,message:`Execution time: ${String(m)} milliseconds`,stackTrace:e}),s=!0}catch(m){i.abort(m)}finally{l=!0,r.abort(new Error("Completed"))}}async function d(){if(await ys({abortSignal:r.signal,milliseconds:t.timeoutInMilliseconds}),l)return;let m=Math.trunc(performance.now()-n);gr({$arguments:[{context:t.context,operationFunction:t.operationFunction,operationName:t.operationName??""}],debuggerInstance:c,message:`Timed out after ${String(m)} milliseconds`,stackTrace:e});let h={duration:m,onOperationCompleted(f){r.signal.addEventListener("abort",f)},operationName:t.operationName??"",terminateOperation(){let f=new Error(`Timed out after ${String(m)} milliseconds`);i.abort(f),r.abort(f)}};u(h),await Vh(r.signal)}}async function ys(t){let{abortSignal:e,milliseconds:n,shouldThrowOnAbort:i}=t;await Vh(ar(e,Tw(n))),i&&e?.throwIfAborted()}function Nz(t){t.terminateOperation()}var lA,Tz,Iz,tt=ze(()=>{Un();Zr();Gn();dn();wt();ct();Re();Se();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();o(ac,"addErrorHandler");o(pt,"convertAsyncToSync");o(Fz,"handleSilentError");lA=new Set,Tz={isTrackingEnabled:!1};o(ke,"invokeAsyncSafely");o(cA,"trackAsyncOperation");Iz=new WeakSet;o(oc,"chain");o(Dz,"neverEnds");o(uA,"requestAnimationFrameAsync");o(sc,"retryWithTimeout");o(ks,"runWithTimeout");o(ys,"sleep");o(Nz,"defaultOnTimeout")});var Qh=V((mZ,pA)=>{pA.exports={LOCHDR:30,LOCSIG:67324752,LOCVER:4,LOCFLG:6,LOCHOW:8,LOCTIM:10,LOCCRC:14,LOCSIZ:18,LOCLEN:22,LOCNAM:26,LOCEXT:28,EXTSIG:134695760,EXTHDR:16,EXTCRC:4,EXTSIZ:8,EXTLEN:12,CENHDR:46,CENSIG:33639248,CENVEM:4,CENVER:6,CENFLG:8,CENHOW:10,CENTIM:12,CENCRC:16,CENSIZ:20,CENLEN:24,CENNAM:28,CENEXT:30,CENCOM:32,CENDSK:34,CENATT:36,CENATX:38,CENOFF:42,ENDHDR:22,ENDSIG:101010256,ENDSUB:8,ENDTOT:10,ENDSIZ:12,ENDOFF:16,ENDCOM:20,END64HDR:20,END64SIG:117853008,END64START:4,END64OFF:8,END64NUMDISKS:16,ZIP64SIG:101075792,ZIP64HDR:56,ZIP64LEAD:12,ZIP64SIZE:4,ZIP64VEM:12,ZIP64VER:14,ZIP64DSK:16,ZIP64DSKDIR:20,ZIP64SUB:24,ZIP64TOT:32,ZIP64SIZB:40,ZIP64OFF:48,ZIP64EXTRA:56,STORED:0,SHRUNK:1,REDUCED1:2,REDUCED2:3,REDUCED3:4,REDUCED4:5,IMPLODED:6,DEFLATED:8,ENHANCED_DEFLATED:9,PKWARE:10,BZIP2:12,LZMA:14,IBM_TERSE:18,IBM_LZ77:19,AES_ENCRYPT:99,FLG_ENC:1,FLG_COMP1:2,FLG_COMP2:4,FLG_DESC:8,FLG_ENH:16,FLG_PATCH:32,FLG_STR:64,FLG_EFS:2048,FLG_MSK:4096,FILE:2,BUFFER:1,NONE:0,EF_ID:0,EF_SIZE:2,ID_ZIP64:1,ID_AVINFO:7,ID_PFS:8,ID_OS2:9,ID_NTFS:10,ID_OPENVMS:12,ID_UNIX:13,ID_FORK:14,ID_PATCH:15,ID_X509_PKCS7:20,ID_X509_CERTID_F:21,ID_X509_CERTID_C:22,ID_STRONGENC:23,ID_RECORD_MGT:24,ID_X509_PKCS7_RL:25,ID_IBM1:101,ID_IBM2:102,ID_POSZIP:18064,EF_ZIP64_OR_32:4294967295,EF_ZIP64_OR_16:65535,EF_ZIP64_SUNCOMP:0,EF_ZIP64_SCOMP:8,EF_ZIP64_RHO:16,EF_ZIP64_DSN:24}});var cc=V(mA=>{var dA={INVALID_LOC:"Invalid LOC header (bad signature)",INVALID_CEN:"Invalid CEN header (bad signature)",INVALID_END:"Invalid END header (bad signature)",DESCRIPTOR_NOT_EXIST:"No descriptor present",DESCRIPTOR_UNKNOWN:"Unknown descriptor format",DESCRIPTOR_FAULTY:"Descriptor data is malformed",NO_DATA:"Nothing to decompress",BAD_CRC:"CRC32 checksum failed {0}",FILE_IN_THE_WAY:"There is a file in the way: {0}",UNKNOWN_METHOD:"Invalid/unsupported compression method",AVAIL_DATA:"inflate::Available inflate data did not terminate",INVALID_DISTANCE:"inflate::Invalid literal/length or distance code in fixed or dynamic block",TO_MANY_CODES:"inflate::Dynamic block code description: too many length or distance codes",INVALID_REPEAT_LEN:"inflate::Dynamic block code description: repeat more than specified lengths",INVALID_REPEAT_FIRST:"inflate::Dynamic block code description: repeat lengths with no first length",INCOMPLETE_CODES:"inflate::Dynamic block code description: code lengths codes incomplete",INVALID_DYN_DISTANCE:"inflate::Dynamic block code description: invalid distance code lengths",INVALID_CODES_LEN:"inflate::Dynamic block code description: invalid literal/length code lengths",INVALID_STORE_BLOCK:"inflate::Stored block length did not match one's complement",INVALID_BLOCK_TYPE:"inflate::Invalid block type (type == 3)",CANT_EXTRACT_FILE:"Could not extract the file",CANT_OVERRIDE:"Target file already exists",DISK_ENTRY_TOO_LARGE:"Number of disk entries is too large",NO_ZIP:"No zip file was loaded",NO_ENTRY:"Entry doesn't exist",DIRECTORY_CONTENT_ERROR:"A directory cannot have content",FILE_NOT_FOUND:'File not found: "{0}"',NOT_IMPLEMENTED:"Not implemented",INVALID_FILENAME:"Invalid filename",INVALID_FORMAT:"Invalid or unsupported zip format. No END header found",INVALID_PASS_PARAM:"Incompatible password parameter",WRONG_PASSWORD:"Wrong Password",COMMENT_TOO_LONG:"Comment is too long",EXTRA_FIELD_PARSE_ERROR:"Extra field parsing error"};function _z(t){return function(...e){return e.length&&(t=t.replace(/\{(\d)\}/g,(n,i)=>e[i]||"")),new Error("ADM-ZIP: "+t)}}o(_z,"E");for(let t of Object.keys(dA))mA[t]=_z(dA[t])});var bA=V((gZ,vA)=>{var zz=require("fs"),ft=require("path"),hA=Qh(),Oz=cc(),Mz=typeof process=="object"&&process.platform==="win32",fA=o(t=>typeof t=="object"&&t!==null,"is_Obj"),gA=new Uint32Array(256).map((t,e)=>{for(let n=0;n<8;n++)(e&1)!==0?e=3988292384^e>>>1:e>>>=1;return e>>>0});function et(t){this.sep=ft.sep,this.fs=zz,fA(t)&&fA(t.fs)&&typeof t.fs.statSync=="function"&&(this.fs=t.fs)}o(et,"Utils");vA.exports=et;et.prototype.makeDir=function(t){let e=this;function n(i){let r=i.split(e.sep)[0];i.split(e.sep).forEach(function(a){if(!(!a||a.substr(-1,1)===":")){r+=e.sep+a;var s;try{s=e.fs.statSync(r)}catch(l){if(l.message&&l.message.startsWith("ENOENT"))e.fs.mkdirSync(r);else throw l}if(s&&s.isFile())throw Oz.FILE_IN_THE_WAY(`"${r}"`)}})}o(n,"mkdirSync"),n(t)};et.prototype.writeFileTo=function(t,e,n,i){let r=this;if(r.fs.existsSync(t)){if(!n)return!1;var a=r.fs.statSync(t);if(a.isDirectory())return!1}var s=ft.dirname(t);r.fs.existsSync(s)||r.makeDir(s);var l;try{l=r.fs.openSync(t,"w",438)}catch{r.fs.chmodSync(t,438),l=r.fs.openSync(t,"w",438)}if(l)try{r.fs.writeSync(l,e,0,e.length,0)}finally{r.fs.closeSync(l)}return r.fs.chmodSync(t,i||438),!0};et.prototype.writeFileToAsync=function(t,e,n,i,r){typeof i=="function"&&(r=i,i=void 0);let a=this;a.fs.exists(t,function(s){if(s&&!n)return r(!1);a.fs.stat(t,function(l,c){if(s&&c&&c.isDirectory())return r(!1);var u=ft.dirname(t);a.fs.exists(u,function(p){if(!p)try{a.makeDir(u)}catch{return r(!1)}let d=o(function(m){a.fs.write(m,e,0,e.length,0,function(h){a.fs.close(m,function(){if(h)return r(!1);a.fs.chmod(t,i||438,function(){r(!0)})})})},"writeToFd");a.fs.open(t,"w",438,function(m,h){m?a.fs.chmod(t,438,function(){a.fs.open(t,"w",438,function(f,b){if(f||!b)return r(!1);d(b)})}):h?d(h):r(!1)})})})})};et.prototype.findFiles=function(t){let e=this;function n(i,r,a,s){typeof r=="boolean"&&(a=r,r=void 0);let l=[];return e.fs.readdirSync(i).forEach(function(c){let u=ft.join(i,c),p=e.fs.statSync(u);if((!r||r.test(u))&&l.push(ft.normalize(u)+(p.isDirectory()?e.sep:"")),p.isDirectory()&&a){let d=e.fs.realpathSync(u);s.has(d)||(s.add(d),l=l.concat(n(u,r,a,s)))}}),l}return o(n,"findSync"),n(t,void 0,!0,new Set([e.fs.realpathSync(t)]))};et.prototype.findFilesAsync=function(t,e){let n=this,i=[],r=!1,a=o(function(l){r||(r=!0,e(l,l?void 0:i))},"finish"),s=o(function(l,c,u){n.fs.readdir(l,function(p,d){if(p)return u(p);let m=d.length;if(!m)return u();d.forEach(function(h){let f=ft.join(l,h);n.fs.stat(f,function(b,y){if(b)return u(b);if(!y){--m||u();return}if(i.push(ft.normalize(f)+(y.isDirectory()?n.sep:"")),!y.isDirectory()){--m||u();return}n.fs.realpath(f,function(x,C){if(x)return u(x);if(c.has(C)){--m||u();return}c.add(C),s(f,c,function(g){if(g)return u(g);--m||u()})})})})})},"walk");n.fs.realpath(t,function(l,c){if(l)return a(l);s(t,new Set([c]),a)})};et.prototype.getAttributes=function(){};et.prototype.setAttributes=function(){};et.crc32update=function(t,e){return gA[(t^e)&255]^t>>>8};et.crc32=function(t){typeof t=="string"&&(t=Buffer.from(t,"utf8"));let e=t.length,n=-1;for(let i=0;i<e;)n=et.crc32update(n,t[i++]);return~n>>>0};et.methodToString=function(t){switch(t){case hA.STORED:return"STORED ("+t+")";case hA.DEFLATED:return"DEFLATED ("+t+")";default:return"UNSUPPORTED ("+t+")"}};et.canonical=function(t){if(!t)return"";let e=ft.posix.normalize("/"+t.split("\\").join("/"));return ft.join(".",e)};et.zipnamefix=function(t){if(!t)return"";let e=ft.posix.normalize("/"+t.split("\\").join("/"));return ft.posix.join(".",e)};et.findLast=function(t,e){if(!Array.isArray(t))throw new TypeError("arr is not array");let n=t.length>>>0;for(let i=n-1;i>=0;i--)if(e(t[i],i,t))return t[i]};et.sanitize=function(t,e){t=ft.resolve(ft.normalize(t));for(var n=e.split("/"),i=0,r=n.length;i<r;i++){var a=ft.normalize(ft.join(t,n.slice(i,r).join(ft.sep)));if(a===t||a.startsWith(t+ft.sep))return a}return ft.normalize(ft.join(t,ft.basename(e)))};et.toBuffer=o(function(e,n){return Buffer.isBuffer(e)?e:e instanceof Uint8Array?Buffer.from(e):typeof e=="string"?n(e):Buffer.alloc(0)},"toBuffer");et.readBigUInt64LE=function(t,e){let n=t.readUInt32LE(e);return t.readUInt32LE(e+4)*4294967296+n};et.writeBigUInt64LE=function(t,e,n){let i=e>>>0,r=Math.floor(e/4294967296)>>>0;t.writeUInt32LE(i,n),t.writeUInt32LE(r,n+4)};et.fromDOS2Date=function(t){return new Date((t>>25&127)+1980,Math.max((t>>21&15)-1,0),Math.max(t>>16&31,1),t>>11&31,t>>5&63,(t&31)<<1)};et.fromDate2DOS=function(t){let e=0,n=0;return t.getFullYear()>1979&&(e=(t.getFullYear()-1980&127)<<9|t.getMonth()+1<<5|t.getDate(),n=t.getHours()<<11|t.getMinutes()<<5|t.getSeconds()>>1),e<<16|n};et.isWin=Mz;et.crcTable=gA});var yA=V((bZ,kA)=>{var $z=require("path");kA.exports=function(t,{fs:e}){var n=t||"",i=a(),r=null;function a(){return{directory:!1,readonly:!1,hidden:!1,executable:!1,mtime:0,atime:0}}return o(a,"newAttr"),n&&e.existsSync(n)?(r=e.statSync(n),i.directory=r.isDirectory(),i.mtime=r.mtime,i.atime=r.atime,i.executable=(73&r.mode)!==0,i.readonly=(128&r.mode)===0,i.hidden=$z.basename(n)[0]==="."):console.warn("Invalid path: "+n),{get directory(){return i.directory},get readOnly(){return i.readonly},get hidden(){return i.hidden},get mtime(){return i.mtime},get atime(){return i.atime},get executable(){return i.executable},decodeAttributes:o(function(){},"decodeAttributes"),encodeAttributes:o(function(){},"encodeAttributes"),toJSON:o(function(){return{path:n,isDirectory:i.directory,isReadOnly:i.readonly,isHidden:i.hidden,isExecutable:i.executable,mTime:i.mtime,aTime:i.atime}},"toJSON"),toString:o(function(){return JSON.stringify(this.toJSON(),null," ")},"toString")}}});var CA=V((yZ,xA)=>{xA.exports={efs:!0,encode:o(t=>Buffer.from(t,"utf8"),"encode"),decode:o(t=>t.toString("utf8"),"decode")}});var Ga=V((CZ,Za)=>{Za.exports=bA();Za.exports.Constants=Qh();Za.exports.Errors=cc();Za.exports.FileAttr=yA();Za.exports.decoder=CA()});var AA=V((wZ,wA)=>{var gi=Ga(),q=gi.Constants;wA.exports=function(){var t=20,e=10,n=0,i=0,r=0,a=0,s=0,l=0,c=0,u=0,p=0,d=0,m=0,h=0,f=0;t|=gi.isWin?2560:768,n|=q.FLG_EFS;let b={extraLen:0},y=o(g=>Math.max(0,g)>>>0,"uint32"),x=o(g=>Math.max(0,g)&65535,"uint16"),C=o(g=>Math.max(0,g)&255,"uint8");return r=gi.fromDate2DOS(new Date),{get made(){return t},set made(g){t=g},get version(){return e},set version(g){e=g},get flags(){return n},set flags(g){n=g},get flags_efs(){return(n&q.FLG_EFS)>0},set flags_efs(g){g?n|=q.FLG_EFS:n&=~q.FLG_EFS},get flags_desc(){return(n&q.FLG_DESC)>0},set flags_desc(g){g?n|=q.FLG_DESC:n&=~q.FLG_DESC},get method(){return i},set method(g){switch(g){case q.STORED:this.version=10;break;case q.DEFLATED:default:this.version=20}i=g},get time(){return gi.fromDOS2Date(this.timeval)},set time(g){g=new Date(g),this.timeval=gi.fromDate2DOS(g)},get timeval(){return r},set timeval(g){r=y(g)},get timeHighByte(){return C(r>>>8)},get crc(){return a},set crc(g){a=y(g)},get compressedSize(){return s},set compressedSize(g){s=y(g)},get size(){return l},set size(g){l=y(g)},get fileNameLength(){return c},set fileNameLength(g){c=g},get extraLength(){return u},set extraLength(g){u=g},get extraLocalLength(){return b.extraLen},set extraLocalLength(g){b.extraLen=g},get commentLength(){return p},set commentLength(g){p=g},get diskNumStart(){return d},set diskNumStart(g){d=y(g)},get inAttr(){return m},set inAttr(g){m=y(g)},get attr(){return h},set attr(g){h=y(g)},get fileAttr(){return(h||0)>>16&4095},get offset(){return f},set offset(g){f=y(g)},get encrypted(){return(n&q.FLG_ENC)===q.FLG_ENC},get centralHeaderSize(){return q.CENHDR+c+u+p},get realDataOffset(){return f+q.LOCHDR+b.fnameLen+b.extraLen},get localHeader(){return b},loadLocalHeaderFromBinary:o(function(g){var w=g.slice(f,f+q.LOCHDR);if(w.readUInt32LE(0)!==q.LOCSIG)throw gi.Errors.INVALID_LOC();b.version=w.readUInt16LE(q.LOCVER),b.flags=w.readUInt16LE(q.LOCFLG),b.flags_desc=(b.flags&q.FLG_DESC)>0,b.method=w.readUInt16LE(q.LOCHOW),b.time=w.readUInt32LE(q.LOCTIM),b.crc=w.readUInt32LE(q.LOCCRC),b.compressedSize=w.readUInt32LE(q.LOCSIZ),b.size=w.readUInt32LE(q.LOCLEN),b.fnameLen=w.readUInt16LE(q.LOCNAM),b.extraLen=w.readUInt16LE(q.LOCEXT);let F=f+q.LOCHDR+b.fnameLen,A=F+b.extraLen;return g.slice(F,A)},"loadLocalHeaderFromBinary"),loadFromBinary:o(function(g){if(g.length!==q.CENHDR||g.readUInt32LE(0)!==q.CENSIG)throw gi.Errors.INVALID_CEN();t=g.readUInt16LE(q.CENVEM),e=g.readUInt16LE(q.CENVER),n=g.readUInt16LE(q.CENFLG),i=g.readUInt16LE(q.CENHOW),r=g.readUInt32LE(q.CENTIM),a=g.readUInt32LE(q.CENCRC),s=g.readUInt32LE(q.CENSIZ),l=g.readUInt32LE(q.CENLEN),c=g.readUInt16LE(q.CENNAM),u=g.readUInt16LE(q.CENEXT),p=g.readUInt16LE(q.CENCOM),d=g.readUInt16LE(q.CENDSK),m=g.readUInt16LE(q.CENATT),h=g.readUInt32LE(q.CENATX),f=g.readUInt32LE(q.CENOFF)},"loadFromBinary"),localHeaderToBinary:o(function(){var g=Buffer.alloc(q.LOCHDR);return g.writeUInt32LE(q.LOCSIG,0),g.writeUInt16LE(e,q.LOCVER),g.writeUInt16LE(n&~q.FLG_DESC,q.LOCFLG),g.writeUInt16LE(i,q.LOCHOW),g.writeUInt32LE(r,q.LOCTIM),g.writeUInt32LE(a,q.LOCCRC),g.writeUInt32LE(s,q.LOCSIZ),g.writeUInt32LE(l,q.LOCLEN),g.writeUInt16LE(c,q.LOCNAM),g.writeUInt16LE(b.extraLen,q.LOCEXT),g},"localHeaderToBinary"),centralHeaderToBinary:o(function(){var g=Buffer.alloc(q.CENHDR+c+u+p);return g.writeUInt32LE(q.CENSIG,0),g.writeUInt16LE(t,q.CENVEM),g.writeUInt16LE(e,q.CENVER),g.writeUInt16LE(n&~q.FLG_DESC,q.CENFLG),g.writeUInt16LE(i,q.CENHOW),g.writeUInt32LE(r,q.CENTIM),g.writeUInt32LE(a,q.CENCRC),g.writeUInt32LE(s,q.CENSIZ),g.writeUInt32LE(l,q.CENLEN),g.writeUInt16LE(c,q.CENNAM),g.writeUInt16LE(u,q.CENEXT),g.writeUInt16LE(p,q.CENCOM),g.writeUInt16LE(d,q.CENDSK),g.writeUInt16LE(m,q.CENATT),g.writeUInt32LE(h,q.CENATX),g.writeUInt32LE(f,q.CENOFF),g},"centralHeaderToBinary"),toJSON:o(function(){let g=o(function(w){return w+" bytes"},"bytes");return{made:t,version:e,flags:n,method:gi.methodToString(i),time:this.time,crc:"0x"+a.toString(16).toUpperCase(),compressedSize:g(s),size:g(l),fileNameLength:g(c),extraLength:g(u),commentLength:g(p),diskNumStart:d,inAttr:m,attr:h,offset:f,centralHeaderSize:g(q.CENHDR+c+u+p)}},"toJSON"),toString:o(function(){return JSON.stringify(this.toJSON(),null," ")},"toString")}}});var EA=V((SZ,SA)=>{var Hn=Ga(),re=Hn.Constants;SA.exports=function(){var t=0,e=0,n=0,i=0,r=0;let a=o(()=>t>re.EF_ZIP64_OR_16||e>re.EF_ZIP64_OR_16||n>re.EF_ZIP64_OR_32||i>re.EF_ZIP64_OR_32,"needsZip64");return{get diskEntries(){return t},set diskEntries(s){t=e=s},get totalEntries(){return e},set totalEntries(s){e=t=s},get size(){return n},set size(s){n=s},get offset(){return i},set offset(s){i=s},get commentLength(){return r},set commentLength(s){r=s},get mainHeaderSize(){return(a()?re.ZIP64HDR+re.END64HDR:0)+re.ENDHDR+r},loadFromBinary:o(function(s){if((s.length!==re.ENDHDR||s.readUInt32LE(0)!==re.ENDSIG)&&(s.length<re.ZIP64HDR||s.readUInt32LE(0)!==re.ZIP64SIG))throw Hn.Errors.INVALID_END();s.readUInt32LE(0)===re.ENDSIG?(t=s.readUInt16LE(re.ENDSUB),e=s.readUInt16LE(re.ENDTOT),n=s.readUInt32LE(re.ENDSIZ),i=s.readUInt32LE(re.ENDOFF),r=s.readUInt16LE(re.ENDCOM)):(t=Hn.readBigUInt64LE(s,re.ZIP64SUB),e=Hn.readBigUInt64LE(s,re.ZIP64TOT),n=Hn.readBigUInt64LE(s,re.ZIP64SIZB),i=Hn.readBigUInt64LE(s,re.ZIP64OFF),r=0)},"loadFromBinary"),toBinary:o(function(){if(!a()){var s=Buffer.alloc(re.ENDHDR+r);return s.writeUInt32LE(re.ENDSIG,0),s.writeUInt32LE(0,4),s.writeUInt16LE(t,re.ENDSUB),s.writeUInt16LE(e,re.ENDTOT),s.writeUInt32LE(n,re.ENDSIZ),s.writeUInt32LE(i,re.ENDOFF),s.writeUInt16LE(r,re.ENDCOM),s.fill(" ",re.ENDHDR),s}var s=Buffer.alloc(this.mainHeaderSize);let l=0;s.writeUInt32LE(re.ZIP64SIG,l),Hn.writeBigUInt64LE(s,re.ZIP64HDR-re.ZIP64LEAD,l+re.ZIP64SIZE),s.writeUInt16LE(45,l+re.ZIP64VEM),s.writeUInt16LE(45,l+re.ZIP64VER),s.writeUInt32LE(0,l+re.ZIP64DSK),s.writeUInt32LE(0,l+re.ZIP64DSKDIR),Hn.writeBigUInt64LE(s,t,l+re.ZIP64SUB),Hn.writeBigUInt64LE(s,e,l+re.ZIP64TOT),Hn.writeBigUInt64LE(s,n,l+re.ZIP64SIZB),Hn.writeBigUInt64LE(s,i,l+re.ZIP64OFF);let c=i+n;return l+=re.ZIP64HDR,s.writeUInt32LE(re.END64SIG,l),s.writeUInt32LE(0,l+re.END64START),Hn.writeBigUInt64LE(s,c,l+re.END64OFF),s.writeUInt32LE(1,l+re.END64NUMDISKS),l+=re.END64HDR,s.writeUInt32LE(re.ENDSIG,l),s.writeUInt32LE(0,l+4),s.writeUInt16LE(Math.min(t,re.EF_ZIP64_OR_16),l+re.ENDSUB),s.writeUInt16LE(Math.min(e,re.EF_ZIP64_OR_16),l+re.ENDTOT),s.writeUInt32LE(Math.min(n,re.EF_ZIP64_OR_32),l+re.ENDSIZ),s.writeUInt32LE(Math.min(i,re.EF_ZIP64_OR_32),l+re.ENDOFF),s.writeUInt16LE(r,l+re.ENDCOM),s.fill(" ",l+re.ENDHDR),s},"toBinary"),toJSON:o(function(){let s=o(function(l,c){let u=l.toString(16).toUpperCase();for(;u.length<c;)u="0"+u;return"0x"+u},"offset");return{diskEntries:t,totalEntries:e,size:n+" bytes",offset:s(i,4),commentLength:r}},"toJSON"),toString:o(function(){return JSON.stringify(this.toJSON(),null," ")},"toString")}}});var tf=V(ef=>{ef.EntryHeader=AA();ef.MainHeader=EA()});var FA=V((FZ,PA)=>{PA.exports=function(t){var e=require("zlib"),n={chunkSize:(parseInt(t.length/1024)+1)*1024};return{deflate:o(function(){return e.deflateRawSync(t,n)},"deflate"),deflateAsync:o(function(i){var r=e.createDeflateRaw(n),a=[],s=0;r.on("data",function(l){a.push(l),s+=l.length}),r.on("end",function(){var l=Buffer.alloc(s),c=0;l.fill(0);for(var u=0;u<a.length;u++){var p=a[u];p.copy(l,c),c+=p.length}i&&i(l)}),r.end(t)},"deflateAsync")}}});var IA=V((IZ,TA)=>{var Rz=+(process?.versions?.node??"").split(".")[0]||0;TA.exports=function(t,e){var n=require("zlib");let i=Rz>=15&&e>0?{maxOutputLength:e}:{};return{inflate:o(function(){return n.inflateRawSync(t,i)},"inflate"),inflateAsync:o(function(r){var a=n.createInflateRaw(i),s=[],l=0;a.on("data",function(c){s.push(c),l+=c.length}),a.on("end",function(){var c=Buffer.alloc(l),u=0;c.fill(0);for(var p=0;p<s.length;p++){var d=s[p];d.copy(c,u),u+=d.length}r&&r(c)}),a.end(t)},"inflateAsync")}}});var OA=V((NZ,zA)=>{"use strict";var{randomFillSync:DA}=require("crypto"),Lz=cc(),jz=new Uint32Array(256).map((t,e)=>{for(let n=0;n<8;n++)(e&1)!==0?e=e>>>1^3988292384:e>>>=1;return e>>>0}),_A=o((t,e)=>Math.imul(t,e)>>>0,"uMul"),NA=o((t,e)=>jz[(t^e)&255]^t>>>8,"crc32update"),xs=o(()=>typeof DA=="function"?DA(Buffer.alloc(12)):xs.node(),"genSalt");xs.node=()=>{let t=Buffer.alloc(12),e=t.length;for(let n=0;n<e;n++)t[n]=Math.random()*256&255;return t};var uc={genSalt:xs};function pc(t){let e=Buffer.isBuffer(t)?t:Buffer.from(t);this.keys=new Uint32Array([305419896,591751049,878082192]);for(let n=0;n<e.length;n++)this.updateKeys(e[n])}o(pc,"Initkeys");pc.prototype.updateKeys=function(t){let e=this.keys;return e[0]=NA(e[0],t),e[1]+=e[0]&255,e[1]=_A(e[1],134775813)+1,e[2]=NA(e[2],e[1]>>>24),t};pc.prototype.next=function(){let t=(this.keys[2]|2)>>>0;return _A(t,t^1)>>8&255};function Bz(t){let e=new pc(t);return function(n){let i=Buffer.alloc(n.length),r=0;for(let a of n)i[r++]=e.updateKeys(a^e.next());return i}}o(Bz,"make_decrypter");function Uz(t){let e=new pc(t);return function(n,i,r=0){i||(i=Buffer.alloc(n.length));for(let a of n){let s=e.next();i[r++]=a^s,e.updateKeys(a)}return i}}o(Uz,"make_encrypter");function Vz(t,e,n){if(!t||!Buffer.isBuffer(t)||t.length<12)return Buffer.alloc(0);let i=Bz(n),r=i(t.slice(0,12)),a=(e.flags&8)===8?e.timeHighByte:e.crc>>>24;if(r[11]!==a)throw Lz.WRONG_PASSWORD();return i(t.slice(12))}o(Vz,"decrypt");function Zz(t){Buffer.isBuffer(t)&&t.length>=12?uc.genSalt=function(){return t.slice(0,12)}:t==="node"?uc.genSalt=xs.node:uc.genSalt=xs}o(Zz,"_salter");function Gz(t,e,n,i=!1){t==null&&(t=Buffer.alloc(0)),Buffer.isBuffer(t)||(t=Buffer.from(t.toString()));let r=Uz(n),a=uc.genSalt();a[11]=e.crc>>>24&255,i&&(a[10]=e.crc>>>16&255);let s=Buffer.alloc(t.length+12);return r(a,s),r(t,s,12)}o(Gz,"encrypt");zA.exports={decrypt:Vz,encrypt:Gz,_salter:Zz}});var MA=V(dc=>{dc.Deflater=FA();dc.Inflater=IA();dc.ZipCrypto=OA()});var rf=V((OZ,$A)=>{var He=Ga(),Hz=tf(),Nn=He.Constants,nf=MA();$A.exports=function(t,e){var n=new Hz.EntryHeader,i=Buffer.alloc(0),r=Buffer.alloc(0),a=!1,s=null,l=Buffer.alloc(0),c=Buffer.alloc(0),u=!0;let p=t,d=typeof p.decoder=="object"?p.decoder:He.decoder;u=d.hasOwnProperty("efs")?d.efs:!1;function m(){return!e||!(e instanceof Uint8Array)?Buffer.alloc(0):(c=n.loadLocalHeaderFromBinary(e),e.slice(n.realDataOffset,n.realDataOffset+n.compressedSize))}o(m,"getCompressedDataFromZip");function h(g){let w=n.flags_desc||n.localHeader.flags_desc?n.crc:n.localHeader.crc;return He.crc32(g)===w}o(h,"crc32OK");function f(g,w,F){if(typeof w>"u"&&typeof g=="string"&&(F=g,g=void 0),a)return g&&w&&w(Buffer.alloc(0),He.Errors.DIRECTORY_CONTENT_ERROR()),Buffer.alloc(0);var A=m();if(A.length===0)return g&&w&&w(A),A;if(n.encrypted){if(typeof F!="string"&&!Buffer.isBuffer(F))throw He.Errors.INVALID_PASS_PARAM();A=nf.ZipCrypto.decrypt(A,n,F)}var I;switch(n.method){case He.Constants.STORED:if(I=Buffer.alloc(A.length),A.copy(I),h(I))return g&&w&&w(I),I;throw g&&w&&w(I,He.Errors.BAD_CRC()),He.Errors.BAD_CRC();case He.Constants.DEFLATED:var M=new nf.Inflater(A,n.size);if(g)M.inflateAsync(function($){w&&(h($)?w($):w($,He.Errors.BAD_CRC()))});else{if(I=M.inflate(),!h(I))throw He.Errors.BAD_CRC(`"${d.decode(i)}"`);return I}break;default:throw g&&w&&w(Buffer.alloc(0),He.Errors.UNKNOWN_METHOD()),He.Errors.UNKNOWN_METHOD()}}o(f,"decompress");function b(g,w){if((!s||!s.length)&&Buffer.isBuffer(e))return g&&w&&w(m()),m();if(s.length&&!a){var F;switch(n.method){case He.Constants.STORED:return n.compressedSize=n.size,F=Buffer.alloc(s.length),s.copy(F),g&&w&&w(F),F;default:case He.Constants.DEFLATED:var A=new nf.Deflater(s);if(g)A.deflateAsync(function(M){F=Buffer.alloc(M.length),n.compressedSize=M.length,M.copy(F),w&&w(F)});else{var I=A.deflate();return n.compressedSize=I.length,I}A=null;break}}else if(g&&w)w(Buffer.alloc(0));else return Buffer.alloc(0)}o(b,"compress");function y(g,w){return He.readBigUInt64LE(g,w)}o(y,"readUInt64LE");function x(g){try{for(var w=0,F,A,I;w+4<g.length;)F=g.readUInt16LE(w),w+=2,A=g.readUInt16LE(w),w+=2,I=g.slice(w,w+A),w+=A,Nn.ID_ZIP64===F&&C(I)}catch{throw He.Errors.EXTRA_FIELD_PARSE_ERROR()}}o(x,"parseExtra");function C(g){var w,F,A,I;g.length>=Nn.EF_ZIP64_SCOMP&&(w=y(g,Nn.EF_ZIP64_SUNCOMP),n.size===Nn.EF_ZIP64_OR_32&&(n.size=w)),g.length>=Nn.EF_ZIP64_RHO&&(F=y(g,Nn.EF_ZIP64_SCOMP),n.compressedSize===Nn.EF_ZIP64_OR_32&&(n.compressedSize=F)),g.length>=Nn.EF_ZIP64_DSN&&(A=y(g,Nn.EF_ZIP64_RHO),n.offset===Nn.EF_ZIP64_OR_32&&(n.offset=A)),g.length>=Nn.EF_ZIP64_DSN+4&&(I=g.readUInt32LE(Nn.EF_ZIP64_DSN),n.diskNumStart===Nn.EF_ZIP64_OR_16&&(n.diskNumStart=I))}return o(C,"parseZip64ExtendedInformation"),{get entryName(){return d.decode(i)},get rawEntryName(){return i},set entryName(g){i=He.toBuffer(g,d.encode);var w=i[i.length-1];a=w===47||w===92,n.fileNameLength=i.length},get efs(){return typeof u=="function"?u(this.entryName):u},get extra(){return l},set extra(g){l=g,n.extraLength=g.length,x(g)},get comment(){return d.decode(r)},set comment(g){if(r=He.toBuffer(g,d.encode),n.commentLength=r.length,r.length>65535)throw He.Errors.COMMENT_TOO_LONG()},get name(){let g=d.decode(i);return a?g.replace(/[/\\]$/,"").split("/").pop():g.split("/").pop()},get isDirectory(){return a},getCompressedData:o(function(){return b(!1,null)},"getCompressedData"),getCompressedDataAsync:o(function(g){b(!0,g)},"getCompressedDataAsync"),setData:o(function(g){s=He.toBuffer(g,He.decoder.encode),!a&&s.length?(n.size=s.length,n.method=He.Constants.DEFLATED,n.crc=He.crc32(g),n.changed=!0):n.method=He.Constants.STORED},"setData"),getData:o(function(g){return n.changed?s:f(!1,null,g)},"getData"),getDataAsync:o(function(g,w){n.changed?g(s):f(!0,g,w)},"getDataAsync"),set attr(g){n.attr=g},get attr(){return n.attr},set header(g){n.loadFromBinary(g)},get header(){return n},packCentralHeader:o(function(){n.flags_efs=this.efs,n.extraLength=l.length;var g=n.centralHeaderToBinary(),w=He.Constants.CENHDR;return i.copy(g,w),w+=i.length,l.copy(g,w),w+=n.extraLength,r.copy(g,w),g},"packCentralHeader"),packLocalHeader:o(function(){let g=0;n.flags_efs=this.efs,n.extraLocalLength=c.length;let w=n.localHeaderToBinary(),F=Buffer.alloc(w.length+i.length+n.extraLocalLength);return w.copy(F,g),g+=w.length,i.copy(F,g),g+=i.length,c.copy(F,g),g+=c.length,F},"packLocalHeader"),toJSON:o(function(){let g=o(function(w){return"<"+(w&&w.length+" bytes buffer"||"null")+">"},"bytes");return{entryName:this.entryName,name:this.name,comment:this.comment,isDirectory:this.isDirectory,header:n.toJSON(),compressedData:g(e),data:g(s)}},"toJSON"),toString:o(function(){return JSON.stringify(this.toJSON(),null," ")},"toString")}}});var jA=V(($Z,LA)=>{var RA=rf(),qz=tf(),Qt=Ga();LA.exports=function(t,e){var n=[],i=Object.create(null),r=Buffer.alloc(0),a=new qz.MainHeader,s=!1,l=null;let c=new Set,u=e,{noSort:p,decoder:d}=u;t?f(u.readEntries):s=!0;function m(){let y=new Set;for(let x of Object.keys(i)){let C=x.split("/");if(C.pop(),!!C.length)for(let g=0;g<C.length;g++){let w=C.slice(0,g+1).join("/")+"/";y.add(w)}}for(let x of y)if(!(x in i)){let C=new RA(u);C.entryName=x,C.attr=16,C.temporary=!0,n.push(C),i[C.entryName]=C,c.add(C)}}o(m,"makeTemporaryFolders");function h(){if(s=!0,i=Object.create(null),a.diskEntries>(t.length-a.offset)/Qt.Constants.CENHDR)throw Qt.Errors.DISK_ENTRY_TOO_LARGE();n=new Array(a.diskEntries);for(var y=a.offset,x=0;x<n.length;x++){var C=y,g=new RA(u,t);g.header=t.slice(C,C+=Qt.Constants.CENHDR),g.entryName=t.slice(C,C+=g.header.fileNameLength),g.header.extraLength&&(g.extra=t.slice(C,C+=g.header.extraLength)),g.header.commentLength&&(g.comment=t.slice(C,C+g.header.commentLength)),y+=g.header.centralHeaderSize,n[x]=g,i[g.entryName]=g}c.clear(),m()}o(h,"readEntries");function f(y){var x=t.length-Qt.Constants.ENDHDR,C=Math.max(0,x-65535),g=C,w=t.length,F=-1,A=0;for(typeof u.trailingSpace=="boolean"&&u.trailingSpace&&(C=0),x;x>=g;x--)if(t[x]===80){if(t.readUInt32LE(x)===Qt.Constants.ENDSIG){F=x,A=x,w=x+Qt.Constants.ENDHDR,g=x-Qt.Constants.END64HDR;continue}if(t.readUInt32LE(x)===Qt.Constants.END64SIG){g=C;continue}if(t.readUInt32LE(x)===Qt.Constants.ZIP64SIG){F=x,w=x+Qt.readBigUInt64LE(t,x+Qt.Constants.ZIP64SIZE)+Qt.Constants.ZIP64LEAD;break}}if(F==-1)throw Qt.Errors.INVALID_FORMAT();a.loadFromBinary(t.slice(F,w)),a.commentLength&&(r=t.slice(A+Qt.Constants.ENDHDR)),y&&h()}o(f,"readMainHeader");function b(){n.length>1&&!p&&(n=n.map(y=>({entry:y,key:y.entryName.toLowerCase()})).sort((y,x)=>y.key.localeCompare(x.key)).map(y=>y.entry))}return o(b,"sortEntries"),{get entries(){return s||h(),n.filter(y=>!c.has(y))},get comment(){return d.decode(r)},set comment(y){r=Qt.toBuffer(y,d.encode),a.commentLength=r.length},getEntryCount:o(function(){return s?n.length:a.diskEntries},"getEntryCount"),forEach:o(function(y){this.entries.forEach(y)},"forEach"),getEntry:o(function(y){return s||h(),i[y]||null},"getEntry"),setEntry:o(function(y){s||h(),n.push(y),i[y.entryName]=y,a.totalEntries=n.length},"setEntry"),deleteFile:o(function(y,x=!0){s||h();let C=i[y];this.getEntryChildren(C,x).map(w=>w.entryName).forEach(this.deleteEntry)},"deleteFile"),deleteEntry:o(function(y){s||h();let x=i[y],C=n.indexOf(x);C>=0&&(n.splice(C,1),delete i[y],a.totalEntries=n.length)},"deleteEntry"),getEntryChildren:o(function(y,x=!0){if(s||h(),typeof y=="object")if(y.isDirectory&&x){let C=[],g=y.entryName;for(let w of n)w.entryName.startsWith(g)&&C.push(w);return C}else return[y];return[]},"getEntryChildren"),getChildCount:o(function(y){if(y&&y.isDirectory){let x=this.getEntryChildren(y);return x.includes(y)?x.length-1:x.length}return 0},"getChildCount"),compressToBuffer:o(function(){s||h(),b();let y=[],x=[],C=0,g=0;a.size=0,a.offset=0;let w=0;for(let I of this.entries){let M=I.getCompressedData();I.header.offset=g;let $=I.packLocalHeader(),j=$.length+M.length;g+=j,y.push($),y.push(M);let Z=I.packCentralHeader();x.push(Z),a.size+=Z.length,C+=j+Z.length,w++}C+=a.mainHeaderSize,a.offset=g,a.totalEntries=w,g=0;let F=Buffer.alloc(C);for(let I of y)I.copy(F,g),g+=I.length;for(let I of x)I.copy(F,g),g+=I.length;let A=a.toBinary();return r&&r.copy(A,A.length-r.length),A.copy(F,g),t=F,s=!1,F},"compressToBuffer"),toAsyncBuffer:o(function(y,x,C,g){try{s||h(),b();let w=[],F=[],A=0,I=0,M=0;a.size=0,a.offset=0;let $=o(function(j){if(j.length>0){let Z=j.shift(),ne=Z.entryName+Z.extra.toString();C&&C(ne),Z.getCompressedDataAsync(function(R){g&&g(ne),Z.header.offset=I;let te=Z.packLocalHeader(),ie=te.length+R.length;I+=ie,w.push(te),w.push(R);let oe=Z.packCentralHeader();F.push(oe),a.size+=oe.length,A+=ie+oe.length,M++,$(j)})}else{A+=a.mainHeaderSize,a.offset=I,a.totalEntries=M,I=0;let Z=Buffer.alloc(A);w.forEach(function(R){R.copy(Z,I),I+=R.length}),F.forEach(function(R){R.copy(Z,I),I+=R.length});let ne=a.toBinary();r&&r.copy(ne,ne.length-r.length),ne.copy(Z,I),t=Z,s=!1,y(Z)}},"compress2Buffer");$(Array.from(this.entries))}catch(w){x(w)}},"toAsyncBuffer")}}});var VA=V((LZ,UA)=>{var rt=Ga(),nt=require("path"),Wz=rf(),Jz=jA(),Yi=o((...t)=>rt.findLast(t,e=>typeof e=="boolean"),"get_Bool"),BA=o((...t)=>rt.findLast(t,e=>typeof e=="string"),"get_Str"),Kz=o((...t)=>rt.findLast(t,e=>typeof e=="function"),"get_Fun"),Yz={noSort:!1,readEntries:!1,method:rt.Constants.NONE,fs:null};UA.exports=function(t,e){let n=null,i=Object.assign(Object.create(null),Yz);t&&typeof t=="object"&&(t instanceof Uint8Array||(Object.assign(i,t),t=i.input?i.input:void 0,i.input&&delete i.input),Buffer.isBuffer(t)&&(n=t,i.method=rt.Constants.BUFFER,t=void 0)),Object.assign(i,e);let r=new rt(i),a=o(f=>{f.filter(b=>b.attr).sort((b,y)=>y.path.length-b.path.length).forEach(b=>r.fs.chmodSync(b.path,b.attr))},"applyDirAttributes");if((typeof i.decoder!="object"||typeof i.decoder.encode!="function"||typeof i.decoder.decode!="function")&&(i.decoder=rt.decoder),t&&typeof t=="string")if(r.fs.existsSync(t))i.method=rt.Constants.FILE,i.filename=t,n=r.fs.readFileSync(t);else throw rt.Errors.INVALID_FILENAME();let s=new Jz(n,i),{canonical:l,sanitize:c,zipnamefix:u}=rt;function p(f){if(f&&s){var b;if(typeof f=="string"&&(b=s.getEntry(nt.posix.normalize(f))),typeof f=="object"&&typeof f.entryName<"u"&&typeof f.header<"u"&&(b=s.getEntry(f.entryName)),b)return b}return null}o(p,"getEntry");function d(f){let{join:b,normalize:y,sep:x}=nt.posix;return b(nt.isAbsolute(f)?"/":".",y(x+f.split("\\").join(x)+x))}o(d,"fixPath");function m(f){return f instanceof RegExp?(function(b){return function(y){return b.test(y)}})(f):typeof f!="function"?()=>!0:f}o(m,"filenameFilter");let h=o((f,b)=>{let y=b.slice(-1);return y=y===r.sep?r.sep:"",nt.relative(f,b)+y},"relativePath");return{readFile:o(function(f,b){var y=p(f);return y&&y.getData(b)||null},"readFile"),childCount:o(function(f){let b=p(f);if(b)return s.getChildCount(b)},"childCount"),readFileAsync:o(function(f,b){var y=p(f);y?y.getDataAsync(b):b(null,"getEntry failed for:"+f)},"readFileAsync"),readAsText:o(function(f,b){var y=p(f);if(y){var x=y.getData();if(x&&x.length)return x.toString(b||"utf8")}return""},"readAsText"),readAsTextAsync:o(function(f,b,y){var x=p(f);x?x.getDataAsync(function(C,g){if(g){b(C,g);return}C&&C.length?b(C.toString(y||"utf8")):b("")}):b("")},"readAsTextAsync"),deleteFile:o(function(f,b=!0){var y=p(f);y&&s.deleteFile(y.entryName,b)},"deleteFile"),deleteEntry:o(function(f){var b=p(f);b&&s.deleteEntry(b.entryName)},"deleteEntry"),addZipComment:o(function(f){s.comment=f},"addZipComment"),getZipComment:o(function(){return s.comment||""},"getZipComment"),addZipEntryComment:o(function(f,b){var y=p(f);y&&(y.comment=b)},"addZipEntryComment"),getZipEntryComment:o(function(f){var b=p(f);return b&&b.comment||""},"getZipEntryComment"),updateFile:o(function(f,b){var y=p(f);y&&y.setData(b)},"updateFile"),addLocalFile:o(function(f,b,y,x){if(r.fs.existsSync(f)){b=b?d(b):"";let C=nt.win32.basename(nt.win32.normalize(f));b+=y||C;let g=r.fs.statSync(f),w=g.isFile()?r.fs.readFileSync(f):Buffer.alloc(0);g.isDirectory()&&(b+=r.sep),this.addFile(b,w,x,g)}else throw rt.Errors.FILE_NOT_FOUND(f)},"addLocalFile"),addLocalFileAsync:o(function(f,b){f=typeof f=="object"?f:{localPath:f};let y=nt.resolve(f.localPath),{comment:x}=f,{zipPath:C,zipName:g}=f,w=this;r.fs.stat(y,function(F,A){if(F)return b(F,!1);C=C?d(C):"";let I=nt.win32.basename(nt.win32.normalize(y));if(C+=g||I,A.isFile())r.fs.readFile(y,function(M,$){return M?b(M,!1):(w.addFile(C,$,x,A),setImmediate(b,void 0,!0))});else if(A.isDirectory())return C+=r.sep,w.addFile(C,Buffer.alloc(0),x,A),setImmediate(b,void 0,!0)})},"addLocalFileAsync"),addLocalFolder:o(function(f,b,y){if(y=m(y),b=b?d(b):"",f=nt.normalize(f),r.fs.existsSync(f)){let x=r.findFiles(f),C=this;if(x.length)for(let g of x){let w=nt.join(b,h(f,g));y(w)&&C.addLocalFile(g,nt.dirname(w))}}else throw rt.Errors.FILE_NOT_FOUND(f)},"addLocalFolder"),addLocalFolderAsync:o(function(f,b,y,x){x=m(x),y=y?d(y):"",f=nt.normalize(f);var C=this;r.fs.open(f,"r",function(g){if(g&&g.code==="ENOENT")b(void 0,rt.Errors.FILE_NOT_FOUND(f));else if(g)b(void 0,g);else{var w=r.findFiles(f),F=-1,A=o(function(){if(F+=1,F<w.length){var I=w[F],M=h(f,I).split("\\").join("/");M=M.normalize("NFD").replace(/[\u0300-\u036f]/g,"").replace(/[^\x20-\x7E]/g,""),x(M)?r.fs.stat(I,function($,j){$&&b(void 0,$),j.isFile()?r.fs.readFile(I,function(Z,ne){Z?b(void 0,Z):(C.addFile(y+M,ne,"",j),A())}):(C.addFile(y+M+"/",Buffer.alloc(0),"",j),A())}):process.nextTick(()=>{A()})}else b(!0,void 0)},"next");A()}})},"addLocalFolderAsync"),addLocalFolderAsync2:o(function(f,b){let y=this;f=typeof f=="object"?f:{localPath:f};let x=nt.resolve(d(f.localPath)),{zipPath:C,filter:g,namefix:w}=f;g instanceof RegExp?g=(function(I){return function(M){return I.test(M)}})(g):typeof g!="function"&&(g=o(function(){return!0},"filter")),C=C?d(C):"",w==="latin1"&&(w=o(I=>I.normalize("NFD").replace(/[\u0300-\u036f]/g,"").replace(/[^\x20-\x7E]/g,""),"namefix")),typeof w!="function"&&(w=o(I=>I,"namefix"));let F=o(I=>nt.join(C,w(h(x,I))),"relPathFix"),A=o(I=>nt.win32.basename(nt.win32.normalize(w(I))),"fileNameFix");r.fs.open(x,"r",function(I){I&&I.code==="ENOENT"?b(void 0,rt.Errors.FILE_NOT_FOUND(x)):I?b(void 0,I):r.findFilesAsync(x,function(M,$){if(M)return b(M);$=$.filter(j=>g(F(j))),$.length||b(void 0,!1),setImmediate($.reverse().reduce(function(j,Z){return function(ne,R){if(ne||R===!1)return setImmediate(j,ne,!1);y.addLocalFileAsync({localPath:Z,zipPath:nt.dirname(F(Z)),zipName:A(Z)},j)}},b))})})},"addLocalFolderAsync2"),addLocalFolderPromise:o(function(f,b){return new Promise((y,x)=>{this.addLocalFolderAsync2(Object.assign({localPath:f},b),(C,g)=>{C&&x(C),g&&y(this)})})},"addLocalFolderPromise"),addFile:o(function(f,b,y,x){f=u(f);let C=p(f),g=C!=null;g||(C=new Wz(i),C.entryName=f),C.comment=y||"";let w=typeof x=="object"&&x instanceof r.fs.Stats;w&&(C.header.time=x.mtime);var F=C.isDirectory?16:0;let A=C.isDirectory?16384:32768;return w?A|=4095&x.mode:typeof x=="number"?A|=4095&x:A|=C.isDirectory?493:420,F=(F|A<<16)>>>0,C.attr=F,C.setData(b),g||s.setEntry(C),C},"addFile"),getEntries:o(function(f){return s.password=f,s?s.entries:[]},"getEntries"),getEntry:o(function(f){return p(f)},"getEntry"),getEntryCount:o(function(){return s.getEntryCount()},"getEntryCount"),forEach:o(function(f){return s.forEach(f)},"forEach"),extractEntryTo:o(function(f,b,y,x,C,g){x=Yi(!1,x),C=Yi(!1,C),y=Yi(!0,y),g=BA(C,g);var w=p(f);if(!w)throw rt.Errors.NO_ENTRY();var F=l(w.entryName),A=c(b,g&&!w.isDirectory?l(g):y?F:nt.basename(F));if(w.isDirectory){var I=s.getEntryChildren(w);return I.forEach(function(j){if(j.isDirectory)return;var Z=j.getData();if(!Z)throw rt.Errors.CANT_EXTRACT_FILE();var ne=l(y?j.entryName:j.entryName.substring(w.entryName.length)),R=c(b,ne);let te=C?j.header.fileAttr:void 0;r.writeFileTo(R,Z,x,te)}),!0}var M=w.getData(s.password);if(!M)throw rt.Errors.CANT_EXTRACT_FILE();if(r.fs.existsSync(A)&&!x)throw rt.Errors.CANT_OVERRIDE();let $=C?f.header.fileAttr:void 0;return r.writeFileTo(A,M,x,$),!0},"extractEntryTo"),test:o(function(f){if(!s)return!1;for(var b of s.entries)try{if(b.isDirectory)continue;var y=b.getData(f);if(!y)return!1}catch{return!1}return!0},"test"),extractAllTo:o(function(f,b,y,x){if(y=Yi(!1,y),x=BA(y,x),b=Yi(!1,b),!s)throw rt.Errors.NO_ZIP();let C=[];s.entries.forEach(function(g){var w=c(f,l(g.entryName));if(g.isDirectory){r.makeDir(w),y&&C.push({path:w,attr:g.header.fileAttr});return}var F=g.getData(x);if(!F)throw rt.Errors.CANT_EXTRACT_FILE();let A=y?g.header.fileAttr:void 0;r.writeFileTo(w,F,b,A);try{r.fs.utimesSync(w,g.header.time,g.header.time)}catch{}}),a(C)},"extractAllTo"),extractAllToAsync:o(function(f,b,y,x){if(x=Kz(b,y,x),y=Yi(!1,y),b=Yi(!1,b),!x)return new Promise((M,$)=>{this.extractAllToAsync(f,b,y,function(j){j?$(j):M(this)})});if(!s){x(rt.Errors.NO_ZIP());return}f=nt.resolve(f);let C=o(M=>c(f,nt.normalize(l(M.entryName))),"getPath"),g=o((M,$)=>new Error(M+': "'+$+'"'),"getError"),w=[],F=[];s.entries.forEach(M=>{M.isDirectory?w.push(M):F.push(M)});let A=[];for(let M of w){let $=C(M),j=y?M.header.fileAttr:void 0;try{r.makeDir($)}catch{x(g("Unable to create folder",$));continue}j&&A.push({path:$,attr:j});try{r.fs.utimesSync($,M.header.time,M.header.time)}catch{}}let I=o(M=>{if(!M)try{a(A)}catch($){return x(g("Unable to set folder permissions",$.path||""))}x(M)},"done");F.reverse().reduce(function(M,$){return function(j){if(j)M(j);else{let Z=nt.normalize(l($.entryName)),ne=c(f,Z);$.getDataAsync(function(R,te){if(te)M(te);else if(!R)M(rt.Errors.CANT_EXTRACT_FILE());else{let ie=y?$.header.fileAttr:void 0;r.writeFileToAsync(ne,R,b,ie,function(oe){if(!oe)return M(g("Unable to write file",ne));r.fs.utimes(ne,$.header.time,$.header.time,function(){M()})})}})}}},I)()},"extractAllToAsync"),writeZip:o(function(f,b){if(arguments.length===1&&typeof f=="function"&&(b=f,f=""),!f&&i.filename&&(f=i.filename),!!f){var y=s.compressToBuffer();if(y){var x=r.writeFileTo(f,y,!0);typeof b=="function"&&b(x?null:new Error("failed"),"")}}},"writeZip"),writeZipPromise:o(function(f,b){let{overwrite:y,perm:x}=Object.assign({overwrite:!0},b);return new Promise((C,g)=>{!f&&i.filename&&(f=i.filename),f||g("ADM-ZIP: ZIP File Name Missing"),this.toBufferPromise().then(w=>{let F=o(A=>A?C(A):g("ADM-ZIP: Wasn't able to write zip file"),"ret");r.writeFileToAsync(f,w,y,x,F)},g)})},"writeZipPromise"),toBufferPromise:o(function(){return new Promise((f,b)=>{s.toAsyncBuffer(f,b)})},"toBufferPromise"),toBuffer:o(function(f,b,y,x){return typeof f=="function"?(s.toAsyncBuffer(f,b,y,x),null):s.compressToBuffer()},"toBuffer")}}});var af=V((mc,ZA)=>{(function(t,e){typeof mc=="object"&&typeof ZA<"u"?e(mc):typeof define=="function"&&define.amd?define(["exports"],e):(t=typeof globalThis<"u"?globalThis:t||self,e(t.compareVersions={}))})(mc,(function(t){"use strict";let e=/^[v^~<>=]*?(\d+)(?:\.([x*]|\d+)(?:\.([x*]|\d+)(?:\.([x*]|\d+))?(?:-([\da-z\-]+(?:\.[\da-z\-]+)*))?(?:\+[\da-z\-]+(?:\.[\da-z\-]+)*)?)?)?$/i,n=o(y=>{if(typeof y!="string")throw new TypeError("Invalid argument expected string");let x=y.match(e);if(!x)throw new Error(`Invalid argument not valid semver ('${y}' received)`);return x.shift(),x},"validateAndParse"),i=o(y=>y==="*"||y==="x"||y==="X","isWildcard"),r=o(y=>{let x=parseInt(y,10);return isNaN(x)?y:x},"tryParse"),a=o((y,x)=>typeof y!=typeof x?[String(y),String(x)]:[y,x],"forceType"),s=o((y,x)=>{if(i(y)||i(x))return 0;let[C,g]=a(r(y),r(x));return C>g?1:C<g?-1:0},"compareStrings"),l=o((y,x)=>{for(let C=0;C<Math.max(y.length,x.length);C++){let g=s(y[C]||"0",x[C]||"0");if(g!==0)return g}return 0},"compareSegments"),c=o((y,x)=>{let C=n(y),g=n(x),w=C.pop(),F=g.pop(),A=l(C,g);return A!==0?A:w&&F?l(w.split("."),F.split(".")):w||F?w?-1:1:0},"compareVersions"),u=o((y,x,C)=>{m(C);let g=c(y,x);return p[C].includes(g)},"compare"),p={">":[1],">=":[0,1],"=":[0],"<=":[-1,0],"<":[-1],"!=":[-1,1]},d=Object.keys(p),m=o(y=>{if(typeof y!="string")throw new TypeError(`Invalid operator type, expected string but got ${typeof y}`);if(d.indexOf(y)===-1)throw new Error(`Invalid operator, expected one of ${d.join("|")}`)},"assertValidOperator"),h=o((y,x)=>{if(x=x.replace(/([><=]+)\s+/g,"$1"),x.includes("||"))return x.split("||").some(oe=>h(y,oe));if(x.includes(" - ")){let[oe,_e]=x.split(" - ",2);return h(y,`>=${oe} <=${_e}`)}else if(x.includes(" "))return x.trim().replace(/\s{2,}/g," ").split(" ").every(oe=>h(y,oe));let C=x.match(/^([<>=~^]+)/),g=C?C[1]:"=";if(g!=="^"&&g!=="~")return u(y,x,g);let[w,F,A,,I]=n(y),[M,$,j,,Z]=n(x),ne=[w,F,A],R=[M,$??"x",j??"x"];if(Z&&(!I||l(ne,R)!==0||l(I.split("."),Z.split("."))===-1))return!1;let te=R.findIndex(oe=>oe!=="0")+1,ie=g==="~"?2:te>1?te:1;return!(l(ne.slice(0,ie),R.slice(0,ie))!==0||l(ne.slice(ie),R.slice(ie))===-1)},"satisfies"),f=o(y=>typeof y=="string"&&/^[v\d]/.test(y)&&e.test(y),"validate"),b=o(y=>typeof y=="string"&&/^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/.test(y),"validateStrict");t.compare=u,t.compareVersions=c,t.satisfies=h,t.validate=f,t.validateStrict=b}))});var qA=V((UZ,HA)=>{"use strict";function yr(t){if(typeof t!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(t))}o(yr,"assertPath");function GA(t,e){for(var n="",i=0,r=-1,a=0,s,l=0;l<=t.length;++l){if(l<t.length)s=t.charCodeAt(l);else{if(s===47)break;s=47}if(s===47){if(!(r===l-1||a===1))if(r!==l-1&&a===2){if(n.length<2||i!==2||n.charCodeAt(n.length-1)!==46||n.charCodeAt(n.length-2)!==46){if(n.length>2){var c=n.lastIndexOf("/");if(c!==n.length-1){c===-1?(n="",i=0):(n=n.slice(0,c),i=n.length-1-n.lastIndexOf("/")),r=l,a=0;continue}}else if(n.length===2||n.length===1){n="",i=0,r=l,a=0;continue}}e&&(n.length>0?n+="/..":n="..",i=2)}else n.length>0?n+="/"+t.slice(r+1,l):n=t.slice(r+1,l),i=l-r-1;r=l,a=0}else s===46&&a!==-1?++a:a=-1}return n}o(GA,"normalizeStringPosix");function Xz(t,e){var n=e.dir||e.root,i=e.base||(e.name||"")+(e.ext||"");return n?n===e.root?n+i:n+t+i:i}o(Xz,"_format");var Ha={resolve:o(function(){for(var e="",n=!1,i,r=arguments.length-1;r>=-1&&!n;r--){var a;r>=0?a=arguments[r]:(i===void 0&&(i=process.cwd()),a=i),yr(a),a.length!==0&&(e=a+"/"+e,n=a.charCodeAt(0)===47)}return e=GA(e,!n),n?e.length>0?"/"+e:"/":e.length>0?e:"."},"resolve"),normalize:o(function(e){if(yr(e),e.length===0)return".";var n=e.charCodeAt(0)===47,i=e.charCodeAt(e.length-1)===47;return e=GA(e,!n),e.length===0&&!n&&(e="."),e.length>0&&i&&(e+="/"),n?"/"+e:e},"normalize"),isAbsolute:o(function(e){return yr(e),e.length>0&&e.charCodeAt(0)===47},"isAbsolute"),join:o(function(){if(arguments.length===0)return".";for(var e,n=0;n<arguments.length;++n){var i=arguments[n];yr(i),i.length>0&&(e===void 0?e=i:e+="/"+i)}return e===void 0?".":Ha.normalize(e)},"join"),relative:o(function(e,n){if(yr(e),yr(n),e===n||(e=Ha.resolve(e),n=Ha.resolve(n),e===n))return"";for(var i=1;i<e.length&&e.charCodeAt(i)===47;++i);for(var r=e.length,a=r-i,s=1;s<n.length&&n.charCodeAt(s)===47;++s);for(var l=n.length,c=l-s,u=a<c?a:c,p=-1,d=0;d<=u;++d){if(d===u){if(c>u){if(n.charCodeAt(s+d)===47)return n.slice(s+d+1);if(d===0)return n.slice(s+d)}else a>u&&(e.charCodeAt(i+d)===47?p=d:d===0&&(p=0));break}var m=e.charCodeAt(i+d),h=n.charCodeAt(s+d);if(m!==h)break;m===47&&(p=d)}var f="";for(d=i+p+1;d<=r;++d)(d===r||e.charCodeAt(d)===47)&&(f.length===0?f+="..":f+="/..");return f.length>0?f+n.slice(s+p):(s+=p,n.charCodeAt(s)===47&&++s,n.slice(s))},"relative"),_makeLong:o(function(e){return e},"_makeLong"),dirname:o(function(e){if(yr(e),e.length===0)return".";for(var n=e.charCodeAt(0),i=n===47,r=-1,a=!0,s=e.length-1;s>=1;--s)if(n=e.charCodeAt(s),n===47){if(!a){r=s;break}}else a=!1;return r===-1?i?"/":".":i&&r===1?"//":e.slice(0,r)},"dirname"),basename:o(function(e,n){if(n!==void 0&&typeof n!="string")throw new TypeError('"ext" argument must be a string');yr(e);var i=0,r=-1,a=!0,s;if(n!==void 0&&n.length>0&&n.length<=e.length){if(n.length===e.length&&n===e)return"";var l=n.length-1,c=-1;for(s=e.length-1;s>=0;--s){var u=e.charCodeAt(s);if(u===47){if(!a){i=s+1;break}}else c===-1&&(a=!1,c=s+1),l>=0&&(u===n.charCodeAt(l)?--l===-1&&(r=s):(l=-1,r=c))}return i===r?r=c:r===-1&&(r=e.length),e.slice(i,r)}else{for(s=e.length-1;s>=0;--s)if(e.charCodeAt(s)===47){if(!a){i=s+1;break}}else r===-1&&(a=!1,r=s+1);return r===-1?"":e.slice(i,r)}},"basename"),extname:o(function(e){yr(e);for(var n=-1,i=0,r=-1,a=!0,s=0,l=e.length-1;l>=0;--l){var c=e.charCodeAt(l);if(c===47){if(!a){i=l+1;break}continue}r===-1&&(a=!1,r=l+1),c===46?n===-1?n=l:s!==1&&(s=1):n!==-1&&(s=-1)}return n===-1||r===-1||s===0||s===1&&n===r-1&&n===i+1?"":e.slice(n,r)},"extname"),format:o(function(e){if(e===null||typeof e!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof e);return Xz("/",e)},"format"),parse:o(function(e){yr(e);var n={root:"",dir:"",base:"",ext:"",name:""};if(e.length===0)return n;var i=e.charCodeAt(0),r=i===47,a;r?(n.root="/",a=1):a=0;for(var s=-1,l=0,c=-1,u=!0,p=e.length-1,d=0;p>=a;--p){if(i=e.charCodeAt(p),i===47){if(!u){l=p+1;break}continue}c===-1&&(u=!1,c=p+1),i===46?s===-1?s=p:d!==1&&(d=1):s!==-1&&(d=-1)}return s===-1||c===-1||d===0||d===1&&s===c-1&&s===l+1?c!==-1&&(l===0&&r?n.base=n.name=e.slice(1,c):n.base=n.name=e.slice(l,c)):(l===0&&r?(n.name=e.slice(1,s),n.base=e.slice(1,c)):(n.name=e.slice(l,s),n.base=e.slice(l,c)),n.ext=e.slice(s,c)),l>0?n.dir=e.slice(0,l-1):r&&(n.dir="/"),n},"parse"),sep:"/",delimiter:":",win32:null,posix:null};Ha.posix=Ha;HA.exports=Ha});function vt(t){return t.fileExtension?`${t.fileBaseName}.${t.fileExtension}`:t.fileBaseName}function WA(...t){let e=xr.resolve(...t);return e=eO(e),Qz.exec(e)?.[0]??e}function eO(t){return ut({$string:t,replacer:"/",searchValue:"\\"})}var of,Qz,xr,HZ,qZ,Ie,Fe,gt,WZ,ye,JZ,KZ,qa,dt=ze(()=>{of=Tn(qA(),1);gn();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();Qz=/[a-zA-Z]:\/[^:]*$/,xr=of.default.posix,HZ=xr.delimiter,qZ=of.default.posix.sep,Ie=xr.basename,Fe=xr.dirname,gt=xr.extname,WZ=xr.format,ye=xr.join,JZ=xr.normalize,KZ=xr.parse,qa=xr.relative;o(vt,"makeFileName");o(WA,"resolve");o(eO,"toPosixPath")});async function JA(t){return(await iO()).find(i=>i.id===t)?.repo??null}async function KA(t){return(await(0,sf.requestUrl)(`https://api.github.com/repos/${t}/releases/latest`)).json.tag_name}async function rO(){return(await(0,sf.requestUrl)(nO)).json}async function iO(){let t=We(tO,null);t.value??=rO();try{return await t.value}catch(e){throw t.value=null,e}}var sf,tO,nO,YA=ze(()=>{sf=require("obsidian");Zn();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();tO="communityPluginEntriesPromise",nO="https://raw.githubusercontent.com/obsidianmd/obsidian-releases/HEAD/community-plugins.json";o(JA,"getCommunityPluginRepo");o(KA,"getLatestReleaseVersion");o(rO,"fetchCommunityPluginEntries");o(iO,"getCommunityPluginEntries")});var B,Oe=ze(()=>{(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();B=(t=>(t.AlertModal="alert-modal",t.CancelButton="cancel-button",t.CheckboxComponent="checkbox-component",t.ClickableIcon="clickable-icon",t.Code="code",t.CodeHighlighterComponent="code-highlighter-component",t.ConfirmModal="confirm-modal",t.DateComponent="date-component",t.DateTimeComponent="datetime-component",t.EmailComponent="email-component",t.FileComponent="file-component",t.IsPlaceholder="is-placeholder",t.LibraryName="obsidian-dev-utils",t.MarkdownRendered="markdown-rendered",t.MinimizableModal="minimizable-modal",t.MinimizeButton="minimize-button",t.MinimizedModalBar="minimized-modal-bar",t.MinimizedModalBarAttention="minimized-modal-bar-attention",t.MinimizedModalBarTitle="minimized-modal-bar-title",t.ModalHeaderButton="modal-header-button",t.MonthComponent="month-component",t.MultipleDropdownComponent="multiple-dropdown-component",t.MultipleEmailComponent="multiple-email-component",t.MultipleFileComponent="multiple-file-component",t.MultipleTextComponent="multiple-text-component",t.NumberComponent="number-component",t.OkButton="ok-button",t.OverlayValidator="overlay-validator",t.PasswordComponent="password-component",t.PluginNoticeCloseButton="plugin-notice-close-button",t.PluginNoticeContent="plugin-notice-content",t.PluginNoticeName="plugin-notice-name",t.PluginNoticeRequiresExplicitClose="plugin-notice-requires-explicit-close",t.PluginSettingsTab="plugin-settings-tab",t.Popover="popover",t.PromptModal="prompt-modal",t.RestoreButton="restore-button",t.SelectItemModal="select-item-modal",t.SelectOptionModal="select-option-modal",t.SettingComponentWrapper="setting-component-wrapper",t.TelephoneComponent="telephone-component",t.TextBox="text-box",t.TimeComponent="time-component",t.Tooltip="tooltip",t.TooltipArrow="tooltip-arrow",t.TooltipValidator="tooltip-validator",t.TriStateCheckboxComponent="tri-state-checkbox-component",t.TypedDropdownComponent="typed-dropdown-component",t.TypedMultipleDropdownComponent="typed-multiple-dropdown-component",t.Untouched="untouched",t.UrlComponent="url-component",t.WeekComponent="week-component",t))(B||{})});function fO(){let t=[],e=Object.create(null),n;return e.get=(i,r)=>(n?.revoke?.(),r===cS?t:(t.push(r),n=Proxy.revocable(i,e),n.proxy)),Proxy.revocable(Object.create(null),e).proxy}function Wa(t,e){let{[cS]:n}=t(fO()),i=e?.keySeparator??".",r=e?.nsSeparator??":",a=e?.enableSelector==="strict";if(n.length>1&&r){let s=e?.ns,l=a?Array.isArray(s)?s:s?[s]:null:Array.isArray(s)?s:null;if(l&&(a?l:l.length>1?l.slice(1):[]).includes(n[0]))return`${n[0]}${r}${n.slice(1).join(i)}`}return n.join(i)}var ae,Cs,XA,aO,oO,QA,eS,ws,tS,sO,fc,lO,sS,Wr,cO,uO,uf,pO,dO,mO,pf,As,hO,df,Cr,Ja,gc,lS,cS,lf,vc,bc,nS,rS,mf,iS,gO,kc,vO,aS,bO,hf,kO,ff,cf,oS,hc,yO,gf,Ot,iG,aG,uS,oG,sG,lG,cG,uG,bn,pG,dG,mG,hG,fG,Ss=ze(()=>{ae=o(t=>typeof t=="string","isString"),Cs=o(()=>{let t,e,n=new Promise((i,r)=>{t=i,e=r});return n.resolve=t,n.reject=e,n},"defer"),XA=o(t=>t==null?"":String(t),"makeString"),aO=o((t,e,n)=>{t.forEach(i=>{e[i]&&(n[i]=e[i])})},"copy"),oO=/###/g,QA=o(t=>t&&t.includes("###")?t.replace(oO,"."):t,"cleanKey"),eS=o(t=>!t||ae(t),"canNotTraverseDeeper"),ws=o((t,e,n)=>{let i=ae(e)?e.split("."):e,r=0;for(;r<i.length-1;){if(eS(t))return{};let a=QA(i[r]);!t[a]&&n&&(t[a]=new n),Object.prototype.hasOwnProperty.call(t,a)?t=t[a]:t={},++r}return eS(t)?{}:{obj:t,k:QA(i[r])}},"getLastOfPath"),tS=o((t,e,n)=>{let{obj:i,k:r}=ws(t,e,Object);if(i!==void 0||e.length===1){i[r]=n;return}let a=e[e.length-1],s=e.slice(0,e.length-1),l=ws(t,s,Object);for(;l.obj===void 0&&s.length;)a=`${s[s.length-1]}.${a}`,s=s.slice(0,s.length-1),l=ws(t,s,Object),l?.obj&&typeof l.obj[`${l.k}.${a}`]<"u"&&(l.obj=void 0);l.obj[`${l.k}.${a}`]=n},"setPath"),sO=o((t,e,n,i)=>{let{obj:r,k:a}=ws(t,e,Object);r[a]=r[a]||[],r[a].push(n)},"pushPath"),fc=o((t,e)=>{let{obj:n,k:i}=ws(t,e);if(n&&Object.prototype.hasOwnProperty.call(n,i))return n[i]},"getPath"),lO=o((t,e,n)=>{let i=fc(t,n);return i!==void 0?i:fc(e,n)},"getPathWithDefaults"),sS=o((t,e,n)=>{for(let i in e)i!=="__proto__"&&i!=="constructor"&&(Object.prototype.hasOwnProperty.call(t,i)?ae(t[i])||t[i]instanceof String||ae(e[i])||e[i]instanceof String?n&&(t[i]=e[i]):sS(t[i],e[i],n):t[i]=e[i]);return t},"deepExtend"),Wr=o(t=>t.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&"),"regexEscape"),cO={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"},uO=o(t=>ae(t)?t.replace(/[&<>"'\/]/g,e=>cO[e]):t,"escape"),uf=class{static{o(this,"RegExpCache")}constructor(e){this.capacity=e,this.regExpMap=new Map,this.regExpQueue=[]}getRegExp(e){let n=this.regExpMap.get(e);if(n!==void 0)return n;let i=new RegExp(e);return this.regExpQueue.length===this.capacity&&this.regExpMap.delete(this.regExpQueue.shift()),this.regExpMap.set(e,i),this.regExpQueue.push(e),i}},pO=[" ",",","?","!",";"],dO=new uf(20),mO=o((t,e,n)=>{e=e||"",n=n||"";let i=pO.filter(s=>!e.includes(s)&&!n.includes(s));if(i.length===0)return!0;let r=dO.getRegExp(`(${i.map(s=>s==="?"?"\\?":s).join("|")})`),a=!r.test(t);if(!a){let s=t.indexOf(n);s>0&&!r.test(t.substring(0,s))&&(a=!0)}return a},"looksLikeObjectPath"),pf=o((t,e,n=".")=>{if(!t)return;if(t[e])return Object.prototype.hasOwnProperty.call(t,e)?t[e]:void 0;let i=e.split(n),r=t;for(let a=0;a<i.length;){if(!r||typeof r!="object")return;let s,l="";for(let c=a;c<i.length;++c)if(c!==a&&(l+=n),l+=i[c],s=r[l],s!==void 0){if(["string","number","boolean"].includes(typeof s)&&c<i.length-1)continue;a+=c-a+1;break}r=s}return r},"deepFind"),As=o(t=>t?.replace(/_/g,"-"),"getCleanedCode"),hO={type:"logger",log(t){this.output("log",t)},warn(t){this.output("warn",t)},error(t){this.output("error",t)},output(t,e){console?.[t]?.apply?.(console,e)}},df=class t{static{o(this,"Logger")}constructor(e,n={}){this.init(e,n)}init(e,n={}){this.prefix=n.prefix||"i18next:",this.logger=e||hO,this.options=n,this.debug=n.debug}log(...e){return this.forward(e,"log","",!0)}warn(...e){return this.forward(e,"warn","",!0)}error(...e){return this.forward(e,"error","")}deprecate(...e){return this.forward(e,"warn","WARNING DEPRECATED: ",!0)}forward(e,n,i,r){return r&&!this.debug?null:(e=e.map(a=>ae(a)?a.replace(/[\r\n\x00-\x1F\x7F]/g," "):a),ae(e[0])&&(e[0]=`${i}${this.prefix} ${e[0]}`),this.logger[n](e))}create(e){return new t(this.logger,{prefix:`${this.prefix}:${e}:`,...this.options})}clone(e){return e=e||this.options,e.prefix=e.prefix||this.prefix,new t(this.logger,e)}},Cr=new df,Ja=class{static{o(this,"EventEmitter")}constructor(){this.observers={}}on(e,n){return e.split(" ").forEach(i=>{this.observers[i]||(this.observers[i]=new Map);let r=this.observers[i].get(n)||0;this.observers[i].set(n,r+1)}),this}off(e,n){if(this.observers[e]){if(!n){delete this.observers[e];return}this.observers[e].delete(n)}}once(e,n){let i=o((...r)=>{n(...r),this.off(e,i)},"wrapper");return this.on(e,i),this}emit(e,...n){this.observers[e]&&Array.from(this.observers[e].entries()).forEach(([r,a])=>{for(let s=0;s<a;s++)r(...n)}),this.observers["*"]&&Array.from(this.observers["*"].entries()).forEach(([r,a])=>{for(let s=0;s<a;s++)r(e,...n)})}},gc=class extends Ja{static{o(this,"ResourceStore")}constructor(e,n={ns:["translation"],defaultNS:"translation"}){super(),this.data=e||{},this.options=n,this.options.keySeparator===void 0&&(this.options.keySeparator="."),this.options.ignoreJSONStructure===void 0&&(this.options.ignoreJSONStructure=!0)}addNamespaces(e){this.options.ns.includes(e)||this.options.ns.push(e)}removeNamespaces(e){let n=this.options.ns.indexOf(e);n>-1&&this.options.ns.splice(n,1)}getResource(e,n,i,r={}){let a=r.keySeparator!==void 0?r.keySeparator:this.options.keySeparator,s=r.ignoreJSONStructure!==void 0?r.ignoreJSONStructure:this.options.ignoreJSONStructure,l;e.includes(".")?l=e.split("."):(l=[e,n],i&&(Array.isArray(i)?l.push(...i):ae(i)&&a?l.push(...i.split(a)):l.push(i)));let c=fc(this.data,l);return!c&&!n&&!i&&e.includes(".")&&(e=l[0],n=l[1],i=l.slice(2).join(".")),c||!s||!ae(i)?c:pf(this.data?.[e]?.[n],i,a)}addResource(e,n,i,r,a={silent:!1}){let s=a.keySeparator!==void 0?a.keySeparator:this.options.keySeparator,l=[e,n];i&&(l=l.concat(s?i.split(s):i)),e.includes(".")&&(l=e.split("."),r=n,n=l[1]),this.addNamespaces(n),tS(this.data,l,r),a.silent||this.emit("added",e,n,i,r)}addResources(e,n,i,r={silent:!1}){for(let a in i)(ae(i[a])||Array.isArray(i[a]))&&this.addResource(e,n,a,i[a],{silent:!0});r.silent||this.emit("added",e,n,i)}addResourceBundle(e,n,i,r,a,s={silent:!1,skipCopy:!1}){let l=[e,n];e.includes(".")&&(l=e.split("."),r=i,i=n,n=l[1]),this.addNamespaces(n);let c=fc(this.data,l)||{};s.skipCopy||(i=JSON.parse(JSON.stringify(i))),r?sS(c,i,a):c={...c,...i},tS(this.data,l,c),s.silent||this.emit("added",e,n,i)}removeResourceBundle(e,n){this.hasResourceBundle(e,n)&&delete this.data[e][n],this.removeNamespaces(n),this.emit("removed",e,n)}hasResourceBundle(e,n){return this.getResource(e,n)!==void 0}getResourceBundle(e,n){return n||(n=this.options.defaultNS),this.getResource(e,n)}getDataByLanguage(e){return this.data[e]}hasLanguageSomeTranslations(e){let n=this.getDataByLanguage(e);return!!(n&&Object.keys(n)||[]).find(r=>n[r]&&Object.keys(n[r]).length>0)}toJSON(){return this.data}},lS={processors:{},addPostProcessor(t){this.processors[t.name]=t},handle(t,e,n,i,r){return t.forEach(a=>{e=this.processors[a]?.process(e,n,i,r)??e}),e}},cS=Symbol("i18next/PATH_KEY");o(fO,"createProxy");o(Wa,"keysFromSelector");lf=o(t=>!ae(t)&&typeof t!="boolean"&&typeof t!="number","shouldHandleAsObject"),vc=class t extends Ja{static{o(this,"Translator")}constructor(e,n={}){super(),aO(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],e,this),this.options=n,this.options.keySeparator===void 0&&(this.options.keySeparator="."),this.logger=Cr.create("translator"),this.checkedLoadedFor={}}changeLanguage(e){e&&(this.language=e)}exists(e,n={interpolation:{}}){let i={...n};if(e==null)return!1;let r=this.resolve(e,i);if(r?.res===void 0)return!1;let a=lf(r.res);return!(i.returnObjects===!1&&a)}extractFromKey(e,n){let i=n.nsSeparator!==void 0?n.nsSeparator:this.options.nsSeparator;i===void 0&&(i=":");let r=n.keySeparator!==void 0?n.keySeparator:this.options.keySeparator,a=n.ns||this.options.defaultNS||[],s=i&&e.includes(i),l=!this.options.userDefinedKeySeparator&&!n.keySeparator&&!this.options.userDefinedNsSeparator&&!n.nsSeparator&&!mO(e,i,r);if(s&&!l){let c=e.match(this.interpolator.nestingRegexp);if(c&&c.length>0)return{key:e,namespaces:ae(a)?[a]:a};let u=e.split(i);(i!==r||i===r&&this.options.ns.includes(u[0]))&&(a=u.shift()),e=u.join(r)}return{key:e,namespaces:ae(a)?[a]:a}}translate(e,n,i){let r=typeof n=="object"?{...n}:n;if(typeof r!="object"&&this.options.overloadTranslationOptionHandler&&(r=this.options.overloadTranslationOptionHandler(arguments)),typeof r=="object"&&(r={...r}),r||(r={}),e==null)return"";typeof e=="function"&&(e=Wa(e,{...this.options,...r})),Array.isArray(e)||(e=[String(e)]),e=e.map(R=>typeof R=="function"?Wa(R,{...this.options,...r}):String(R));let a=r.returnDetails!==void 0?r.returnDetails:this.options.returnDetails,s=r.keySeparator!==void 0?r.keySeparator:this.options.keySeparator,{key:l,namespaces:c}=this.extractFromKey(e[e.length-1],r),u=c[c.length-1],p=r.nsSeparator!==void 0?r.nsSeparator:this.options.nsSeparator;p===void 0&&(p=":");let d=r.lng||this.language,m=r.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(d?.toLowerCase()==="cimode")return m?a?{res:`${u}${p}${l}`,usedKey:l,exactUsedKey:l,usedLng:d,usedNS:u,usedParams:this.getUsedParamsDetails(r)}:`${u}${p}${l}`:a?{res:l,usedKey:l,exactUsedKey:l,usedLng:d,usedNS:u,usedParams:this.getUsedParamsDetails(r)}:l;let h=this.resolve(e,r),f=h?.res,b=h?.usedKey||l,y=h?.exactUsedKey||l,x=["[object Number]","[object Function]","[object RegExp]"],C=r.joinArrays!==void 0?r.joinArrays:this.options.joinArrays,g=!this.i18nFormat||this.i18nFormat.handleAsObject,w=r.count!==void 0&&!ae(r.count),F=t.hasDefaultValue(r),A=w?this.pluralResolver.getSuffix(d,r.count,r):"",I=r.ordinal&&w?this.pluralResolver.getSuffix(d,r.count,{ordinal:!1}):"",M=w&&!r.ordinal&&r.count===0,$=M&&r[`defaultValue${this.options.pluralSeparator}zero`]||r[`defaultValue${A}`]||r[`defaultValue${I}`]||r.defaultValue,j=f;g&&!f&&F&&(j=$);let Z=lf(j),ne=Object.prototype.toString.apply(j);if(g&&j&&Z&&!x.includes(ne)&&!(ae(C)&&Array.isArray(j))){if(!r.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");let R=this.options.returnedObjectHandler?this.options.returnedObjectHandler(b,j,{...r,ns:c}):`key '${l} (${this.language})' returned an object instead of string.`;return a?(h.res=R,h.usedParams=this.getUsedParamsDetails(r),h):R}if(s){let R=Array.isArray(j),te=R?[]:{},ie=R?y:b;for(let oe in j)if(Object.prototype.hasOwnProperty.call(j,oe)){let _e=`${ie}${s}${oe}`;F&&!f?te[oe]=this.translate(_e,{...r,defaultValue:lf($)?$[oe]:void 0,joinArrays:!1,ns:c}):te[oe]=this.translate(_e,{...r,joinArrays:!1,ns:c}),te[oe]===_e&&(te[oe]=j[oe])}f=te}}else if(g&&ae(C)&&Array.isArray(f))f=f.join(C),f&&(f=this.extendTranslation(f,e,r,i));else{let R=!1,te=!1;!this.isValidLookup(f)&&F&&(R=!0,f=$),this.isValidLookup(f)||(te=!0,f=l);let oe=(r.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&te?void 0:f,_e=F&&$!==f&&this.options.updateMissing;if(te||R||_e){if(this.logger.log(_e?"updateKey":"missingKey",d,u,w&&!_e?`${l}${this.pluralResolver.getSuffix(d,r.count,r)}`:l,_e?$:f),s){let Ge=this.resolve(l,{...r,keySeparator:!1});Ge&&Ge.res&&this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.")}let Dt=[],Xt=this.languageUtils.getFallbackCodes(this.options.fallbackLng,r.lng||this.language);if(this.options.saveMissingTo==="fallback"&&Xt&&Xt[0])for(let Ge=0;Ge<Xt.length;Ge++)Dt.push(Xt[Ge]);else this.options.saveMissingTo==="all"?Dt=this.languageUtils.toResolveHierarchy(r.lng||this.language):Dt.push(r.lng||this.language);let S=o((Ge,Nt,E)=>{let Ut=F&&E!==f?E:oe;this.options.missingKeyHandler?this.options.missingKeyHandler(Ge,u,Nt,Ut,_e,r):this.backendConnector?.saveMissing&&this.backendConnector.saveMissing(Ge,u,Nt,Ut,_e,r),this.emit("missingKey",Ge,u,Nt,f)},"send");this.options.saveMissing&&(this.options.saveMissingPlurals&&w?Dt.forEach(Ge=>{let Nt=this.pluralResolver.getSuffixes(Ge,r);M&&r[`defaultValue${this.options.pluralSeparator}zero`]&&!Nt.includes(`${this.options.pluralSeparator}zero`)&&Nt.push(`${this.options.pluralSeparator}zero`),Nt.forEach(E=>{S([Ge],l+E,r[`defaultValue${E}`]||$)})}):S(Dt,l,$))}f=this.extendTranslation(f,e,r,h,i),te&&f===l&&this.options.appendNamespaceToMissingKey&&(f=`${u}${p}${l}`),(te||R)&&this.options.parseMissingKeyHandler&&(f=this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?`${u}${p}${l}`:l,R?f:void 0,r))}return a?(h.res=f,h.usedParams=this.getUsedParamsDetails(r),h):f}extendTranslation(e,n,i,r,a){if(this.i18nFormat?.parse)e=this.i18nFormat.parse(e,{...this.options.interpolation.defaultVariables,...i},i.lng||this.language||r.usedLng,r.usedNS,r.usedKey,{resolved:r});else if(!i.skipInterpolation){i.interpolation&&this.interpolator.init({...i,interpolation:{...this.options.interpolation,...i.interpolation}});let c=ae(e)&&(i?.interpolation?.skipOnVariables!==void 0?i.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables),u;if(c){let d=e.match(this.interpolator.nestingRegexp);u=d&&d.length}let p=i.replace&&!ae(i.replace)?i.replace:i;if(this.options.interpolation.defaultVariables&&(p={...this.options.interpolation.defaultVariables,...p}),e=this.interpolator.interpolate(e,p,i.lng||this.language||r.usedLng,i),c){let d=e.match(this.interpolator.nestingRegexp),m=d&&d.length;u<m&&(i.nest=!1)}!i.lng&&r&&r.res&&(i.lng=this.language||r.usedLng),i.nest!==!1&&(e=this.interpolator.nest(e,(...d)=>a?.[0]===d[0]&&!i.context?(this.logger.warn(`It seems you are nesting recursively key: ${d[0]} in key: ${n[0]}`),null):this.translate(...d,n),i)),i.interpolation&&this.interpolator.reset()}let s=i.postProcess||this.options.postProcess,l=ae(s)?[s]:s;return e!=null&&l?.length&&i.applyPostProcessor!==!1&&(e=lS.handle(l,e,n,this.options&&this.options.postProcessPassResolved?{i18nResolved:{...r,usedParams:this.getUsedParamsDetails(i)},...i}:i,this)),e}resolve(e,n={}){let i,r,a,s,l;return ae(e)&&(e=[e]),Array.isArray(e)&&(e=e.map(c=>typeof c=="function"?Wa(c,{...this.options,...n}):c)),e.forEach(c=>{if(this.isValidLookup(i))return;let u=this.extractFromKey(c,n),p=u.key;r=p;let d=u.namespaces;this.options.fallbackNS&&(d=d.concat(this.options.fallbackNS));let m=n.count!==void 0&&!ae(n.count),h=m&&!n.ordinal&&n.count===0,f=n.context!==void 0&&(ae(n.context)||typeof n.context=="number")&&n.context!=="",b=n.lngs?n.lngs:this.languageUtils.toResolveHierarchy(n.lng||this.language,n.fallbackLng);d.forEach(y=>{this.isValidLookup(i)||(l=y,!this.checkedLoadedFor[`${b[0]}-${y}`]&&this.utils?.hasLoadedNamespace&&!this.utils?.hasLoadedNamespace(l)&&(this.checkedLoadedFor[`${b[0]}-${y}`]=!0,this.logger.warn(`key "${r}" for languages "${b.join(", ")}" won't get resolved as namespace "${l}" was not yet loaded`,"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")),b.forEach(x=>{if(this.isValidLookup(i))return;s=x;let C=[p];if(this.i18nFormat?.addLookupKeys)this.i18nFormat.addLookupKeys(C,p,x,y,n);else{let w;m&&(w=this.pluralResolver.getSuffix(x,n.count,n));let F=`${this.options.pluralSeparator}zero`,A=`${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;if(m&&(n.ordinal&&w.startsWith(A)&&C.push(p+w.replace(A,this.options.pluralSeparator)),C.push(p+w),h&&C.push(p+F)),f){let I=`${p}${this.options.contextSeparator||"_"}${n.context}`;C.push(I),m&&(n.ordinal&&w.startsWith(A)&&C.push(I+w.replace(A,this.options.pluralSeparator)),C.push(I+w),h&&C.push(I+F))}}let g;for(;g=C.pop();)this.isValidLookup(i)||(a=g,i=this.getResource(x,y,g,n))}))})}),{res:i,usedKey:r,exactUsedKey:a,usedLng:s,usedNS:l}}isValidLookup(e){return e!==void 0&&!(!this.options.returnNull&&e===null)&&!(!this.options.returnEmptyString&&e==="")}getResource(e,n,i,r={}){return this.i18nFormat?.getResource?this.i18nFormat.getResource(e,n,i,r):this.resourceStore.getResource(e,n,i,r)}getUsedParamsDetails(e={}){let n=["defaultValue","ordinal","context","replace","lng","lngs","fallbackLng","ns","keySeparator","nsSeparator","returnObjects","returnDetails","joinArrays","postProcess","interpolation"],i=e.replace&&!ae(e.replace),r=i?e.replace:e;if(i&&typeof e.count<"u"&&(r={...r,count:e.count}),this.options.interpolation.defaultVariables&&(r={...this.options.interpolation.defaultVariables,...r}),!i){r={...r};for(let a of n)delete r[a]}return r}static hasDefaultValue(e){let n="defaultValue";for(let i in e)if(Object.prototype.hasOwnProperty.call(e,i)&&i.startsWith(n)&&e[i]!==void 0)return!0;return!1}},bc=class{static{o(this,"LanguageUtil")}constructor(e){this.options=e,this.supportedLngs=this.options.supportedLngs||!1,this.logger=Cr.create("languageUtils"),this.resolveHierarchyCache={}}clearCache(){this.resolveHierarchyCache={}}getScriptPartFromCode(e){if(e=As(e),!e||!e.includes("-"))return null;let n=e.split("-");return n.length===2||(n.pop(),n[n.length-1].toLowerCase()==="x")?null:this.formatLanguageCode(n.join("-"))}getLanguagePartFromCode(e){if(e=As(e),!e||!e.includes("-"))return e;let n=e.split("-");return this.formatLanguageCode(n[0])}formatLanguageCode(e){if(ae(e)&&e.includes("-")){let n;try{n=Intl.getCanonicalLocales(e)[0]}catch{}return n&&this.options.lowerCaseLng&&(n=n.toLowerCase()),n||(this.options.lowerCaseLng?e.toLowerCase():e)}return this.options.cleanCode||this.options.lowerCaseLng?e.toLowerCase():e}isSupportedCode(e){return(this.options.load==="languageOnly"||this.options.nonExplicitSupportedLngs)&&(e=this.getLanguagePartFromCode(e)),!this.supportedLngs||!this.supportedLngs.length||this.supportedLngs.includes(e)}getBestMatchFromCodes(e){if(!e)return null;let n;return e.forEach(i=>{if(n)return;let r=this.formatLanguageCode(i);(!this.options.supportedLngs||this.isSupportedCode(r))&&(n=r)}),!n&&this.options.supportedLngs&&e.forEach(i=>{if(n)return;let r=this.getScriptPartFromCode(i);if(this.isSupportedCode(r))return n=r;let a=this.getLanguagePartFromCode(i);if(this.isSupportedCode(a))return n=a;n=this.options.supportedLngs.find(s=>s===a?!0:!s.includes("-")&&!a.includes("-")?!1:!!(s.includes("-")&&!a.includes("-")&&s.slice(0,s.indexOf("-"))===a||s.startsWith(a)&&a.length>1))}),n||(n=this.getFallbackCodes(this.options.fallbackLng)[0]),n}getFallbackCodes(e,n){if(!e)return[];if(typeof e=="function"&&(e=e(n)),ae(e)&&(e=[e]),Array.isArray(e))return e;if(!n)return e.default||[];let i=e[n];return i||(i=e[this.getScriptPartFromCode(n)]),i||(i=e[this.formatLanguageCode(n)]),i||(i=e[this.getLanguagePartFromCode(n)]),i||(i=e.default),i||[]}toResolveHierarchy(e,n){let i=this.options.fallbackLng,r=Array.isArray(i)?i.join("|"):i;r!==this._cachedFallbackLng&&(this.resolveHierarchyCache={},this._cachedFallbackLng=r);let a=n===void 0||n===!1||ae(n),s=n===void 0&&typeof this.options.fallbackLng=="function",l=ae(e)&&a&&!s,c=null;if(l){let m;n===void 0?m="undefined":n===!1?m="boolean:false":m=`string:${n}`,c=`${e.length}:${e}|${m}`}if(c!==null){let m=this.resolveHierarchyCache[c];if(m!==void 0)return m.slice()}let u=this.getFallbackCodes((n===!1?[]:n)||this.options.fallbackLng||[],e),p=[],d=o(m=>{m&&(this.isSupportedCode(m)?p.push(m):this.logger.warn(`rejecting language code not found in supportedLngs: ${m}`))},"addCode");return ae(e)&&(e.includes("-")||e.includes("_"))?(this.options.load!=="languageOnly"&&d(this.formatLanguageCode(e)),this.options.load!=="languageOnly"&&this.options.load!=="currentOnly"&&d(this.getScriptPartFromCode(e)),this.options.load!=="currentOnly"&&d(this.getLanguagePartFromCode(e))):ae(e)&&d(this.formatLanguageCode(e)),u.forEach(m=>{p.includes(m)||d(this.formatLanguageCode(m))}),c!==null?(this.resolveHierarchyCache[c]=p,p.slice()):p}},nS={zero:0,one:1,two:2,few:3,many:4,other:5},rS={select:o(t=>t===1?"one":"other","select"),resolvedOptions:o(()=>({pluralCategories:["one","other"]}),"resolvedOptions")},mf=class{static{o(this,"PluralResolver")}constructor(e,n={}){this.languageUtils=e,this.options=n,this.logger=Cr.create("pluralResolver"),this.pluralRulesCache={}}clearCache(){this.pluralRulesCache={}}getRule(e,n={}){let i=As(e==="dev"?"en":e),r=n.ordinal?"ordinal":"cardinal",a=JSON.stringify({cleanedCode:i,type:r});if(a in this.pluralRulesCache)return this.pluralRulesCache[a];let s;try{s=new Intl.PluralRules(i,{type:r})}catch{if(typeof Intl>"u")return this.logger.error("No Intl support, please use an Intl polyfill!"),rS;if(!e.match(/-|_/))return rS;let c=this.languageUtils.getLanguagePartFromCode(e);s=this.getRule(c,n)}return this.pluralRulesCache[a]=s,s}needsPlural(e,n={}){let i=this.getRule(e,n);return i||(i=this.getRule("dev",n)),i?.resolvedOptions().pluralCategories.length>1}getPluralFormsOfKey(e,n,i={}){return this.getSuffixes(e,i).map(r=>`${n}${r}`)}getSuffixes(e,n={}){let i=this.getRule(e,n);return i||(i=this.getRule("dev",n)),i?i.resolvedOptions().pluralCategories.sort((r,a)=>nS[r]-nS[a]).map(r=>`${this.options.prepend}${n.ordinal?`ordinal${this.options.prepend}`:""}${r}`):[]}getSuffix(e,n,i={}){let r=this.getRule(e,i);return r?`${this.options.prepend}${i.ordinal?`ordinal${this.options.prepend}`:""}${r.select(n)}`:(this.logger.warn(`no plural rule found for: ${e}`),this.getSuffix("dev",n,i))}},iS=o((t,e,n,i=".",r=!0)=>{let a=lO(t,e,n);return!a&&r&&ae(n)&&(a=pf(t,n,i),a===void 0&&(a=pf(e,n,i))),a},"deepFindWithDefaults"),gO=o(t=>t.replace(/\$/g,"$$$$"),"regexSafe"),kc=class{static{o(this,"Interpolator")}constructor(e={}){this.logger=Cr.create("interpolator"),this.options=e,this.format=e?.interpolation?.format||(n=>n),this.init(e)}init(e={}){e.interpolation||(e.interpolation={escapeValue:!0});let{escape:n,escapeValue:i,useRawValueToEscape:r,prefix:a,prefixEscaped:s,suffix:l,suffixEscaped:c,formatSeparator:u,unescapeSuffix:p,unescapePrefix:d,nestingPrefix:m,nestingPrefixEscaped:h,nestingSuffix:f,nestingSuffixEscaped:b,nestingOptionsSeparator:y,maxReplaces:x,alwaysFormat:C}=e.interpolation;this.escape=n!==void 0?n:uO,this.escapeValue=i!==void 0?i:!0,this.useRawValueToEscape=r!==void 0?r:!1,this.prefix=a?Wr(a):s||"{{",this.suffix=l?Wr(l):c||"}}",this.formatSeparator=u||",",this.unescapePrefix=p?"":d?Wr(d):"-",this.unescapeSuffix=this.unescapePrefix?"":p?Wr(p):"",this.nestingPrefix=m?Wr(m):h||Wr("$t("),this.nestingSuffix=f?Wr(f):b||Wr(")"),this.nestingOptionsSeparator=y||",",this.maxReplaces=x||1e3,this.alwaysFormat=C!==void 0?C:!1,this.resetRegExp()}reset(){this.options&&this.init(this.options)}resetRegExp(){let e=o((n,i)=>n?.source===i?(n.lastIndex=0,n):new RegExp(i,"g"),"getOrResetRegExp");this.regexp=e(this.regexp,`${this.prefix}(.+?)${this.suffix}`),this.regexpUnescape=e(this.regexpUnescape,`${this.prefix}${this.unescapePrefix}(.+?)${this.unescapeSuffix}${this.suffix}`),this.nestingRegexp=e(this.nestingRegexp,`${this.nestingPrefix}((?:[^()"']+|"[^"]*"|'[^']*'|\\((?:[^()]|"[^"]*"|'[^']*')*\\))*?)${this.nestingSuffix}`)}interpolate(e,n,i,r){let a,s,l,c=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{},u=o(h=>{if(!h.includes(this.formatSeparator)){let x=iS(n,c,h,this.options.keySeparator,this.options.ignoreJSONStructure);return this.alwaysFormat?this.format(x,void 0,i,{...r,...n,interpolationkey:h}):x}let f=h.split(this.formatSeparator),b=f.shift().trim(),y=f.join(this.formatSeparator).trim();return this.format(iS(n,c,b,this.options.keySeparator,this.options.ignoreJSONStructure),y,i,{...r,...n,interpolationkey:b})},"handleFormat");this.resetRegExp(),!this.escapeValue&&typeof e=="string"&&/\$t\([^)]*\{[^}]*\{\{/.test(e)&&this.logger.warn("nesting options string contains interpolated variables with escapeValue: false \u2014 if any of those values are attacker-controlled they can inject additional nesting options (e.g. redirect lng/ns). Sanitise untrusted input before passing it to t(), or keep escapeValue: true.");let p=r?.missingInterpolationHandler||this.options.missingInterpolationHandler,d=r?.interpolation?.skipOnVariables!==void 0?r.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables;return[{regex:this.regexpUnescape,safeValue:o(h=>h,"safeValue")},{regex:this.regexp,safeValue:o(h=>this.escapeValue?this.escape(h):h,"safeValue")}].forEach(h=>{for(l=0;a=h.regex.exec(e);){let f=a[1].trim();if(s=u(f),s===void 0)if(typeof p=="function"){let y=p(e,a,r);s=ae(y)?y:""}else if(r&&Object.prototype.hasOwnProperty.call(r,f))s="";else if(d){s=a[0];continue}else this.logger.warn(`missed to pass in variable ${f} for interpolating ${e}`),s="";else!ae(s)&&!this.useRawValueToEscape&&(s=XA(s));let b=h.safeValue(s);if(e=e.replace(a[0],gO(b)),d?(h.regex.lastIndex+=b.length,h.regex.lastIndex-=a[0].length):h.regex.lastIndex=0,l++,l>=this.maxReplaces)break}}),e}nest(e,n,i={}){let r,a,s,l=o((c,u)=>{let p=this.nestingOptionsSeparator;if(!c.includes(p))return c;let d=c.split(new RegExp(`${Wr(p)}[ ]*{`)),m=`{${d[1]}`;c=d[0],m=this.interpolate(m,s);let h=m.match(/'/g),f=m.match(/"/g);((h?.length??0)%2===0&&!f||(f?.length??0)%2!==0)&&(m=m.replace(/'/g,'"'));try{s=JSON.parse(m),u&&(s={...u,...s})}catch(b){return this.logger.warn(`failed parsing options string in nesting for key ${c}`,b),`${c}${p}${m}`}return s.defaultValue&&s.defaultValue.includes(this.prefix)&&delete s.defaultValue,c},"handleHasOptions");for(;r=this.nestingRegexp.exec(e);){let c=[];s={...i},s=s.replace&&!ae(s.replace)?s.replace:s,s.applyPostProcessor=!1,delete s.defaultValue;let u=/{.*}/s.test(r[1])?r[1].lastIndexOf("}")+1:r[1].indexOf(this.formatSeparator);if(u!==-1&&(c=r[1].slice(u).split(this.formatSeparator).map(p=>p.trim()).filter(Boolean),r[1]=r[1].slice(0,u)),a=n(l.call(this,r[1].trim(),s),s),a&&r[0]===e&&!ae(a))return a;ae(a)||(a=XA(a)),a||(this.logger.warn(`missed to resolve ${r[1]} for nesting ${e}`),a=""),c.length&&(a=c.reduce((p,d)=>this.format(p,d,i.lng,{...i,interpolationkey:r[1].trim()}),a.trim())),e=e.replace(r[0],a),this.regexp.lastIndex=0}return e}},vO=o(t=>{let e=t.toLowerCase().trim(),n={};if(t.includes("(")){let i=t.split("(");e=i[0].toLowerCase().trim();let r=i[1].slice(0,-1);e==="currency"&&!r.includes(":")?n.currency||(n.currency=r.trim()):e==="relativetime"&&!r.includes(":")?n.range||(n.range=r.trim()):r.split(";").forEach(s=>{if(s){let[l,...c]=s.split(":"),u=c.join(":").trim().replace(/^'+|'+$/g,""),p=l.trim();n[p]||(n[p]=u),u==="false"&&(n[p]=!1),u==="true"&&(n[p]=!0),isNaN(u)||(n[p]=parseInt(u,10))}})}return{formatName:e,formatOptions:n}},"parseFormatStr"),aS=o(t=>{let e={};return(n,i,r)=>{let a=r;r&&r.interpolationkey&&r.formatParams&&r.formatParams[r.interpolationkey]&&r[r.interpolationkey]&&(a={...a,[r.interpolationkey]:void 0});let s=i+JSON.stringify(a),l=e[s];return l||(l=t(As(i),r),e[s]=l),l(n)}},"createCachedFormatter"),bO=o(t=>(e,n,i)=>t(As(n),i)(e),"createNonCachedFormatter"),hf=class{static{o(this,"Formatter")}constructor(e={}){this.logger=Cr.create("formatter"),this.options=e,this.init(e)}init(e,n={interpolation:{}}){this.formatSeparator=n.interpolation.formatSeparator||",";let i=n.cacheInBuiltFormats?aS:bO;this.formats={number:i((r,a)=>{let s=new Intl.NumberFormat(r,{...a});return l=>s.format(l)}),currency:i((r,a)=>{let s=new Intl.NumberFormat(r,{...a,style:"currency"});return l=>s.format(l)}),datetime:i((r,a)=>{let s=new Intl.DateTimeFormat(r,{...a});return l=>s.format(l)}),relativetime:i((r,a)=>{let s=new Intl.RelativeTimeFormat(r,{...a});return l=>s.format(l,a.range||"day")}),list:i((r,a)=>{let s=new Intl.ListFormat(r,{...a});return l=>s.format(l)})}}add(e,n){this.formats[e.toLowerCase().trim()]=n}addCached(e,n){this.formats[e.toLowerCase().trim()]=aS(n)}format(e,n,i,r={}){if(!n||e==null)return e;let a=n.split(this.formatSeparator),s=[];for(let c=0;c<a.length;c++){let u=a[c];for(;u.indexOf("(")>-1&&!u.includes(")")&&c+1<a.length;)u=`${u}${this.formatSeparator}${a[++c]}`;s.push(u)}return s.reduce((c,u)=>{let{formatName:p,formatOptions:d}=vO(u);if(this.formats[p]){let m=c;try{let h=r?.formatParams?.[r.interpolationkey]||{},f=h.locale||h.lng||r.locale||r.lng||i;m=this.formats[p](c,f,{...d,...r,...h})}catch(h){this.logger.warn(h)}return m}else this.logger.warn(`there was no format function for ${p}`);return c},e)}},kO=o((t,e)=>{t.pending[e]!==void 0&&(delete t.pending[e],t.pendingCount--)},"removePending"),ff=class extends Ja{static{o(this,"Connector")}constructor(e,n,i,r={}){super(),this.backend=e,this.store=n,this.services=i,this.languageUtils=i.languageUtils,this.options=r,this.logger=Cr.create("backendConnector"),this.waitingReads=[],this.maxParallelReads=r.maxParallelReads||10,this.readingCalls=0,this.maxRetries=r.maxRetries>=0?r.maxRetries:5,this.retryTimeout=r.retryTimeout>=1?r.retryTimeout:350,this.state={},this.queue=[],this.backend?.init?.(i,r.backend,r)}queueLoad(e,n,i,r){let a={},s={},l={},c={};return e.forEach(u=>{let p=!0;n.forEach(d=>{let m=`${u}|${d}`;!i.reload&&this.store.hasResourceBundle(u,d)?this.state[m]=2:this.state[m]<0||(this.state[m]===1?s[m]===void 0&&(s[m]=!0):(this.state[m]=1,p=!1,s[m]===void 0&&(s[m]=!0),a[m]===void 0&&(a[m]=!0),c[d]===void 0&&(c[d]=!0)))}),p||(l[u]=!0)}),(Object.keys(a).length||Object.keys(s).length)&&this.queue.push({pending:s,pendingCount:Object.keys(s).length,loaded:{},errors:[],callback:r}),{toLoad:Object.keys(a),pending:Object.keys(s),toLoadLanguages:Object.keys(l),toLoadNamespaces:Object.keys(c)}}loaded(e,n,i){let r=e.split("|"),a=r[0],s=r[1];n&&this.emit("failedLoading",a,s,n),!n&&i&&this.store.addResourceBundle(a,s,i,void 0,void 0,{skipCopy:!0}),this.state[e]=n?-1:2,n&&i&&(this.state[e]=0);let l={};this.queue.forEach(c=>{sO(c.loaded,[a],s),kO(c,e),n&&c.errors.push(n),c.pendingCount===0&&!c.done&&(Object.keys(c.loaded).forEach(u=>{l[u]||(l[u]={});let p=c.loaded[u];p.length&&p.forEach(d=>{l[u][d]===void 0&&(l[u][d]=!0)})}),c.done=!0,c.errors.length?c.callback(c.errors):c.callback())}),this.emit("loaded",l),this.queue=this.queue.filter(c=>!c.done)}read(e,n,i,r=0,a=this.retryTimeout,s){if(!e.length)return s(null,{});if(this.readingCalls>=this.maxParallelReads){this.waitingReads.push({lng:e,ns:n,fcName:i,tried:r,wait:a,callback:s});return}this.readingCalls++;let l=o((u,p)=>{if(this.readingCalls--,this.waitingReads.length>0){let d=this.waitingReads.shift();this.read(d.lng,d.ns,d.fcName,d.tried,d.wait,d.callback)}if(u&&p&&r<this.maxRetries){setTimeout(()=>{this.read(e,n,i,r+1,a*2,s)},a);return}s(u,p)},"resolver"),c=this.backend[i].bind(this.backend);if(c.length===2){try{let u=c(e,n);u&&typeof u.then=="function"?u.then(p=>l(null,p)).catch(l):l(null,u)}catch(u){l(u)}return}return c(e,n,l)}prepareLoading(e,n,i={},r){if(!this.backend)return this.logger.warn("No backend was added via i18next.use. Will not load resources."),r&&r();ae(e)&&(e=this.languageUtils.toResolveHierarchy(e)),ae(n)&&(n=[n]);let a=this.queueLoad(e,n,i,r);if(!a.toLoad.length)return a.pending.length||r(),null;a.toLoad.forEach(s=>{this.loadOne(s)})}load(e,n,i){this.prepareLoading(e,n,{},i)}reload(e,n,i){this.prepareLoading(e,n,{reload:!0},i)}loadOne(e,n=""){let i=e.split("|"),r=i[0],a=i[1];this.read(r,a,"read",void 0,void 0,(s,l)=>{s&&this.logger.warn(`${n}loading namespace ${a} for language ${r} failed`,s),!s&&l&&this.logger.log(`${n}loaded namespace ${a} for language ${r}`,l),this.loaded(e,s,l)})}saveMissing(e,n,i,r,a,s={},l=()=>{}){if(this.services?.utils?.hasLoadedNamespace&&!this.services?.utils?.hasLoadedNamespace(n)){this.logger.warn(`did not save key "${i}" as the namespace "${n}" was not yet loaded`,"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!");return}if(!(i==null||i==="")){if(this.backend?.create){let c={...s,isUpdate:a},u=this.backend.create.bind(this.backend);if(u.length<6)try{let p;u.length===5?p=u(e,n,i,r,c):p=u(e,n,i,r),p&&typeof p.then=="function"?p.then(d=>l(null,d)).catch(l):l(null,p)}catch(p){l(p)}else u(e,n,i,r,l,c)}!e||!e[0]||this.store.addResource(e[0],n,i,r)}}},cf=o(()=>({debug:!1,initAsync:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,supportedLngs:!1,nonExplicitSupportedLngs:!1,load:"all",preload:!1,keySeparator:".",nsSeparator:":",pluralSeparator:"_",contextSeparator:"_",enableSelector:!1,partialBundledLanguages:!1,saveMissing:!1,updateMissing:!1,saveMissingTo:"fallback",saveMissingPlurals:!0,missingKeyHandler:!1,missingInterpolationHandler:!1,postProcess:!1,postProcessPassResolved:!1,returnNull:!1,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:!1,parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:o(t=>{let e={};if(typeof t[1]=="object"&&(e=t[1]),ae(t[1])&&(e.defaultValue=t[1]),ae(t[2])&&(e.tDescription=t[2]),typeof t[2]=="object"||typeof t[3]=="object"){let n=t[3]||t[2];Object.keys(n).forEach(i=>{e[i]=n[i]})}return e},"overloadTranslationOptionHandler"),interpolation:{escapeValue:!0,prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0},cacheInBuiltFormats:!0}),"get"),oS=o(t=>(ae(t.ns)&&(t.ns=[t.ns]),ae(t.fallbackLng)&&(t.fallbackLng=[t.fallbackLng]),ae(t.fallbackNS)&&(t.fallbackNS=[t.fallbackNS]),t.supportedLngs&&!t.supportedLngs.includes("cimode")&&(t.supportedLngs=t.supportedLngs.concat(["cimode"])),t),"transformOptions"),hc=o(()=>{},"noop"),yO=o(t=>{Object.getOwnPropertyNames(Object.getPrototypeOf(t)).forEach(n=>{typeof t[n]=="function"&&(t[n]=t[n].bind(t))})},"bindMemberFunctions"),gf=class t extends Ja{static{o(this,"I18n")}constructor(e={},n){if(super(),this.options=oS(e),this.services={},this.logger=Cr,this.modules={external:[]},yO(this),n&&!this.isInitialized&&!e.isClone){if(!this.options.initAsync)return this.init(e,n),this;setTimeout(()=>{this.init(e,n)},0)}}init(e={},n){this.isInitializing=!0,typeof e=="function"&&(n=e,e={}),e.defaultNS==null&&e.ns&&(ae(e.ns)?e.defaultNS=e.ns:e.ns.includes("translation")||(e.defaultNS=e.ns[0]));let i=cf();this.options={...i,...this.options,...oS(e)},this.options.interpolation={...i.interpolation,...this.options.interpolation},e.keySeparator!==void 0&&(this.options.userDefinedKeySeparator=e.keySeparator),e.nsSeparator!==void 0&&(this.options.userDefinedNsSeparator=e.nsSeparator),typeof this.options.overloadTranslationOptionHandler!="function"&&(this.options.overloadTranslationOptionHandler=i.overloadTranslationOptionHandler);let r=o(u=>u?typeof u=="function"?new u:u:null,"createClassOnDemand");if(!this.options.isClone){this.modules.logger?Cr.init(r(this.modules.logger),this.options):Cr.init(null,this.options);let u;this.modules.formatter?u=this.modules.formatter:u=hf;let p=new bc(this.options);this.store=new gc(this.options.resources,this.options);let d=this.services;d.logger=Cr,d.resourceStore=this.store,d.languageUtils=p,d.pluralResolver=new mf(p,{prepend:this.options.pluralSeparator}),u&&(d.formatter=r(u),d.formatter.init&&d.formatter.init(d,this.options),this.options.interpolation.format=d.formatter.format.bind(d.formatter)),d.interpolator=new kc(this.options),d.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},d.backendConnector=new ff(r(this.modules.backend),d.resourceStore,d,this.options),d.backendConnector.on("*",(m,...h)=>{this.emit(m,...h)}),this.modules.languageDetector&&(d.languageDetector=r(this.modules.languageDetector),d.languageDetector.init&&d.languageDetector.init(d,this.options.detection,this.options)),this.modules.i18nFormat&&(d.i18nFormat=r(this.modules.i18nFormat),d.i18nFormat.init&&d.i18nFormat.init(this)),this.translator=new vc(this.services,this.options),this.translator.on("*",(m,...h)=>{this.emit(m,...h)}),this.modules.external.forEach(m=>{m.init&&m.init(this)})}if(this.format=this.options.interpolation.format,n||(n=hc),this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){let u=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);u.length>0&&u[0]!=="dev"&&(this.options.lng=u[0])}!this.services.languageDetector&&!this.options.lng&&this.logger.warn("init: no languageDetector is used and no lng is defined"),["getResource","hasResourceBundle","getResourceBundle","getDataByLanguage"].forEach(u=>{this[u]=(...p)=>this.store[u](...p)}),["addResource","addResources","addResourceBundle","removeResourceBundle"].forEach(u=>{this[u]=(...p)=>(this.store[u](...p),this)});let l=Cs(),c=o(()=>{let u=o((p,d)=>{this.isInitializing=!1,this.isInitialized&&!this.initializedStoreOnce&&this.logger.warn("init: i18next is already initialized. You should call init just once!"),this.isInitialized=!0,this.options.isClone||this.logger.log("initialized",this.options),this.emit("initialized",this.options),l.resolve(d),n(p,d)},"finish");if((this.languages||this.isLanguageChangingTo)&&!this.isInitialized)return u(null,this.t.bind(this));this.changeLanguage(this.options.lng,u)},"load");return this.options.resources||!this.options.initAsync?c():setTimeout(c,0),l}loadResources(e,n=hc){let i=n,r=ae(e)?e:this.language;if(typeof e=="function"&&(i=e),!this.options.resources||this.options.partialBundledLanguages){if(r?.toLowerCase()==="cimode"&&(!this.options.preload||this.options.preload.length===0))return i();let a=[],s=o(l=>{if(!l||l==="cimode")return;this.services.languageUtils.toResolveHierarchy(l).forEach(u=>{u!=="cimode"&&(a.includes(u)||a.push(u))})},"append");r?s(r):this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach(c=>s(c)),this.options.preload?.forEach?.(l=>s(l)),this.services.backendConnector.load(a,this.options.ns,l=>{!l&&!this.resolvedLanguage&&this.language&&this.setResolvedLanguage(this.language),i(l)})}else i(null)}reloadResources(e,n,i){let r=Cs();return typeof e=="function"&&(i=e,e=void 0),typeof n=="function"&&(i=n,n=void 0),e||(e=this.languages),n||(n=this.options.ns),i||(i=hc),this.services.backendConnector.reload(e,n,a=>{r.resolve(),i(a)}),r}use(e){if(!e)throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");if(!e.type)throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");return e.type==="backend"&&(this.modules.backend=e),(e.type==="logger"||e.log&&e.warn&&e.error)&&(this.modules.logger=e),e.type==="languageDetector"&&(this.modules.languageDetector=e),e.type==="i18nFormat"&&(this.modules.i18nFormat=e),e.type==="postProcessor"&&lS.addPostProcessor(e),e.type==="formatter"&&(this.modules.formatter=e),e.type==="3rdParty"&&this.modules.external.push(e),this}setResolvedLanguage(e){if(!(!e||!this.languages)&&!["cimode","dev"].includes(e)){for(let n=0;n<this.languages.length;n++){let i=this.languages[n];if(!["cimode","dev"].includes(i)&&this.store.hasLanguageSomeTranslations(i)){this.resolvedLanguage=i;break}}!this.resolvedLanguage&&!this.languages.includes(e)&&this.store.hasLanguageSomeTranslations(e)&&(this.resolvedLanguage=e,this.languages.unshift(e))}}changeLanguage(e,n){this.isLanguageChangingTo=e;let i=Cs();this.emit("languageChanging",e);let r=o(l=>{this.language=l,this.languages=this.services.languageUtils.toResolveHierarchy(l),this.resolvedLanguage=void 0,this.setResolvedLanguage(l)},"setLngProps"),a=o((l,c)=>{c?this.isLanguageChangingTo===e&&(r(c),this.translator.changeLanguage(c),this.isLanguageChangingTo=void 0,this.emit("languageChanged",c),this.logger.log("languageChanged",c)):this.isLanguageChangingTo=void 0,i.resolve((...u)=>this.t(...u)),n&&n(l,(...u)=>this.t(...u))},"done"),s=o(l=>{!e&&!l&&this.services.languageDetector&&(l=[]);let c=ae(l)?l:l&&l[0],u=this.store.hasLanguageSomeTranslations(c)?c:this.services.languageUtils.getBestMatchFromCodes(ae(l)?[l]:l);u&&(this.language||r(u),this.translator.language||this.translator.changeLanguage(u),this.services.languageDetector?.cacheUserLanguage?.(u)),this.loadResources(u,p=>{a(p,u)})},"setLng");return!e&&this.services.languageDetector&&!this.services.languageDetector.async?s(this.services.languageDetector.detect()):!e&&this.services.languageDetector&&this.services.languageDetector.async?this.services.languageDetector.detect.length===0?this.services.languageDetector.detect().then(s):this.services.languageDetector.detect(s):s(e),i}getFixedT(e,n,i,r){let a=r?.scopeNs,s=o((l,c,...u)=>{let p;typeof c!="object"?p=this.options.overloadTranslationOptionHandler([l,c].concat(u)):p={...c},p.lng=p.lng||s.lng,p.lngs=p.lngs||s.lngs;let d=p.ns!==void 0&&p.ns!==null;p.ns=p.ns||s.ns,p.keyPrefix!==""&&(p.keyPrefix=p.keyPrefix||i||s.keyPrefix);let m={...this.options,...p};Array.isArray(a)&&!d&&(m.ns=a),typeof p.keyPrefix=="function"&&(p.keyPrefix=Wa(p.keyPrefix,m));let h=this.options.keySeparator||".",f;return p.keyPrefix&&Array.isArray(l)?f=l.map(b=>(typeof b=="function"&&(b=Wa(b,m)),`${p.keyPrefix}${h}${b}`)):(typeof l=="function"&&(l=Wa(l,m)),f=p.keyPrefix?`${p.keyPrefix}${h}${l}`:l),this.t(f,p)},"fixedT");return ae(e)?s.lng=e:s.lngs=e,s.ns=n,s.keyPrefix=i,s}t(...e){return this.translator?.translate(...e)}exists(...e){return this.translator?.exists(...e)}setDefaultNamespace(e){this.options.defaultNS=e}hasLoadedNamespace(e,n={}){if(!this.isInitialized)return this.logger.warn("hasLoadedNamespace: i18next was not initialized",this.languages),!1;if(!this.languages||!this.languages.length)return this.logger.warn("hasLoadedNamespace: i18n.languages were undefined or empty",this.languages),!1;let i=n.lng||this.resolvedLanguage||this.languages[0],r=this.options?this.options.fallbackLng:!1,a=this.languages[this.languages.length-1];if(i.toLowerCase()==="cimode")return!0;let s=o((l,c)=>{let u=this.services.backendConnector.state[`${l}|${c}`];return u===-1||u===0||u===2},"loadNotPending");if(n.precheck){let l=n.precheck(this,s);if(l!==void 0)return l}return!!(this.hasResourceBundle(i,e)||!this.services.backendConnector.backend||this.options.resources&&!this.options.partialBundledLanguages||s(i,e)&&(!r||s(a,e)))}loadNamespaces(e,n){let i=Cs();return this.options.ns?(ae(e)&&(e=[e]),e.forEach(r=>{this.options.ns.includes(r)||this.options.ns.push(r)}),this.loadResources(r=>{i.resolve(),n&&n(r)}),i):(n&&n(),Promise.resolve())}loadLanguages(e,n){let i=Cs();ae(e)&&(e=[e]);let r=this.options.preload||[],a=e.filter(s=>!r.includes(s)&&this.services.languageUtils.isSupportedCode(s));return a.length?(this.options.preload=r.concat(a),this.loadResources(s=>{i.resolve(),n&&n(s)}),i):(n&&n(),Promise.resolve())}dir(e){if(e||(e=this.resolvedLanguage||(this.languages?.length>0?this.languages[0]:this.language)),!e)return"rtl";try{let r=new Intl.Locale(e);if(r&&r.getTextInfo){let a=r.getTextInfo();if(a&&a.direction)return a.direction}}catch{}let n=["ar","shu","sqr","ssh","xaa","yhd","yud","aao","abh","abv","acm","acq","acw","acx","acy","adf","ads","aeb","aec","afb","ajp","apc","apd","arb","arq","ars","ary","arz","auz","avl","ayh","ayl","ayn","ayp","bbz","pga","he","iw","ps","pbt","pbu","pst","prp","prd","ug","ur","ydd","yds","yih","ji","yi","hbo","men","xmn","fa","jpr","peo","pes","prs","dv","sam","ckb"],i=this.services?.languageUtils||new bc(cf());return e.toLowerCase().indexOf("-latn")>1?"ltr":n.includes(i.getLanguagePartFromCode(e))||e.toLowerCase().indexOf("-arab")>1?"rtl":"ltr"}static createInstance(e={},n){let i=new t(e,n);return i.createInstance=t.createInstance,i}cloneInstance(e={},n=hc){let i=e.forkResourceStore;i&&delete e.forkResourceStore;let r={...this.options,...e,isClone:!0},a=new t(r);if((e.debug!==void 0||e.prefix!==void 0)&&(a.logger=a.logger.clone(e)),["store","services","language"].forEach(l=>{a[l]=this[l]}),a.services={...this.services},a.services.utils={hasLoadedNamespace:a.hasLoadedNamespace.bind(a)},i){let l=Object.keys(this.store.data).reduce((c,u)=>(c[u]={...this.store.data[u]},c[u]=Object.keys(c[u]).reduce((p,d)=>(p[d]={...c[u][d]},p),c[u]),c),{});a.store=new gc(l,r),a.services.resourceStore=a.store}if(e.interpolation){let c={...cf().interpolation,...this.options.interpolation,...e.interpolation},u={...r,interpolation:c};a.services.interpolator=new kc(u)}return a.translator=new vc(a.services,r),a.translator.on("*",(l,...c)=>{a.emit(l,...c)}),a.init(r,n),a.translator.options=r,a.translator.backendConnector.services.utils={hasLoadedNamespace:a.hasLoadedNamespace.bind(a)},a}toJSON(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}},Ot=gf.createInstance(),iG=Ot.createInstance,aG=Ot.dir,uS=Ot.init,oG=Ot.loadResources,sG=Ot.reloadResources,lG=Ot.use,cG=Ot.changeLanguage,uG=Ot.getFixedT,bn=Ot.t,pG=Ot.exists,dG=Ot.setDefaultNamespace,mG=Ot.hasLoadedNamespace,hG=Ot.loadNamespaces,fG=Ot.loadLanguages});var Ka,yc=ze(()=>{(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();Ka={obsidianDevUtils:{asyncWithNotice:{milliseconds:"milliseconds...",operation:"Operation",runningFor:"Running for",terminateOperation:"You can terminate the operation by clicking the button below, but be aware it might leave the vault in an inconsistent state.",timedOut:"The operation timed out after {{duration, number}} milliseconds."},buttons:{cancel:"Cancel",ok:"OK"},callout:{loadContent:"Load content for callout"},dataview:{itemsPerPage:"Items per page:",jumpToPage:"Jump to page:",pageHeader:"Page {{pageNumber, number}} of {{totalPages, number}}, Total items: {{totalItems, number}}"},menu:{copy:"Copy"},metadataCache:{getBacklinksForFilePath:"Get backlinks for {{filePath}}"},notices:{attachmentIsStillUsed:"Attachment {{attachmentPath}} is still used by other notes. It will not be deleted.",attachmentRescued:"Attachment {{attachmentPath}} is still used by other notes. It was moved to {{newAttachmentPath}}.",closeAriaLabel:"Close",failedToOpenUrl:"Failed to open {{url}}",unhandledError:"An unhandled error occurred. Please check the console for more information."},pathSettings:{invalidRegularExpression:"Invalid regular expression: {{regExp}}"},queue:{flushQueue:"Flush queue"},renameDeleteHandler:{handleDelete:"Handle delete: {{filePath}}",handleOrphanedRenames:"Handle orphaned renames",handleRename:"Handle rename: {{oldPath}} -> {{newPath}}",updatedLinks:"Updated {{linksCount, number}} links in {{filesCount, number}} files."},resourceLock:{lockedByTooltip:"Locked by",lockedNoteTooltip:"This note is locked while an operation is in progress.",unlockConfirmMessage:"This will cancel the operation(s) currently holding a lock on this note and may leave the vault in an inconsistent state. The note is locked by:",unlockConfirmTitle:"Unlock note?",unlockMenuItem:"Unlock"},vault:{processFile:"Process file {{filePath}}"}}}});var vf,xO,xc,bf=ze(()=>{yc();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();vf="en",xO={en:Ka},xc=xO});async function kf(t,e=!0){await uS({fallbackLng:vf,initAsync:e,interpolation:{escapeValue:!1},lng:(0,dS.getLanguage)(),resources:Object.fromEntries(Object.entries(t).map(([n,i])=>[n,{[pS]:i}])),returnEmptyString:!1,returnNull:!1}),Ot.addResourceBundle(vf,pS,Ka,!0,!1)}function CO(t,e){return Ot.isInitialized||(be("I18N:t")("I18N was not initialized, initializing default obsidian-dev-utils translations"),ke(()=>kf(xc,!1))),e?bn(t,e):bn(t)}var dS,pS,v,Ve=ze(()=>{Ss();dS=require("obsidian");tt();Gn();yc();bf();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();pS="translation";o(kf,"initI18N");o(CO,"tImpl");v=CO});var yf,mS,hS=ze(()=>{(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();yf="96.0.2",mS=`.obsidian-dev-utils.code-highlighter-component textarea, .obsidian-dev-utils.code-highlighter-component pre, .obsidian-dev-utils.code-highlighter-component code {
|
|
font-family: var(--font-monospace);
|
|
line-height: var(--line-height-normal);
|
|
margin: 0;
|
|
}
|
|
.obsidian-dev-utils.code-highlighter-component textarea, .obsidian-dev-utils.code-highlighter-component code {
|
|
font-size: var(--code-size);
|
|
}
|
|
.obsidian-dev-utils.code-highlighter-component textarea {
|
|
background: transparent;
|
|
color: transparent;
|
|
z-index: 2;
|
|
width: 20em;
|
|
height: 10em;
|
|
}
|
|
.obsidian-dev-utils.code-highlighter-component pre {
|
|
position: absolute;
|
|
pointer-events: none;
|
|
border: var(--input-border-width) solid transparent;
|
|
overflow: auto;
|
|
inset: 0;
|
|
padding: var(--size-4-1) var(--size-4-2);
|
|
z-index: 1;
|
|
}
|
|
.obsidian-dev-utils.code-highlighter-component pre::after {
|
|
content: "";
|
|
display: block;
|
|
height: var(--bottom-gap, 0);
|
|
}
|
|
.obsidian-dev-utils.code-highlighter-component pre.is-placeholder {
|
|
opacity: 0.6;
|
|
}
|
|
.obsidian-dev-utils.code-highlighter-component code {
|
|
display: block;
|
|
padding: 0;
|
|
}
|
|
|
|
.obsidian-dev-utils-lock-indicator {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
color: var(--text-muted);
|
|
}
|
|
.obsidian-dev-utils-lock-indicator .svg-icon {
|
|
width: var(--icon-s);
|
|
height: var(--icon-s);
|
|
}
|
|
|
|
@keyframes obsidian-dev-utils-lock-indicator-flash {
|
|
40% {
|
|
color: var(--text-error);
|
|
transform: scale(1.4);
|
|
}
|
|
}
|
|
.obsidian-dev-utils-lock-indicator-flash {
|
|
animation: obsidian-dev-utils-lock-indicator-flash 0.35s ease-in-out;
|
|
}
|
|
|
|
.obsidian-dev-utils input[type=url] {
|
|
height: var(--input-height);
|
|
}
|
|
.obsidian-dev-utils input[type=month],
|
|
.obsidian-dev-utils input[type=tel],
|
|
.obsidian-dev-utils input[type=time],
|
|
.obsidian-dev-utils input[type=url],
|
|
.obsidian-dev-utils input[type=week] {
|
|
-webkit-app-region: no-drag;
|
|
background: var(--background-modifier-form-field);
|
|
border: var(--input-border-width) solid var(--background-modifier-border);
|
|
color: var(--text-normal);
|
|
font-family: inherit;
|
|
padding: var(--size-4-1) var(--size-4-2);
|
|
font-size: var(--font-ui-small);
|
|
border-radius: var(--input-radius);
|
|
outline: none;
|
|
}
|
|
@media (hover: hover) {
|
|
.obsidian-dev-utils input[type=month]:hover,
|
|
.obsidian-dev-utils input[type=tel]:hover,
|
|
.obsidian-dev-utils input[type=time]:hover,
|
|
.obsidian-dev-utils input[type=url]:hover,
|
|
.obsidian-dev-utils input[type=week]:hover {
|
|
border-color: var(--background-modifier-border-hover);
|
|
transition: box-shadow 0.15s ease-in-out, border 0.15s ease-in-out;
|
|
}
|
|
}
|
|
.obsidian-dev-utils input[type=month]:active, .obsidian-dev-utils input[type=month]:focus,
|
|
.obsidian-dev-utils input[type=tel]:active,
|
|
.obsidian-dev-utils input[type=tel]:focus,
|
|
.obsidian-dev-utils input[type=time]:active,
|
|
.obsidian-dev-utils input[type=time]:focus,
|
|
.obsidian-dev-utils input[type=url]:active,
|
|
.obsidian-dev-utils input[type=url]:focus,
|
|
.obsidian-dev-utils input[type=week]:active,
|
|
.obsidian-dev-utils input[type=week]:focus {
|
|
border-color: var(--background-modifier-border-focus);
|
|
transition: box-shadow 0.15s ease-in-out, border 0.15s ease-in-out;
|
|
}
|
|
.obsidian-dev-utils input[type=month]:active, .obsidian-dev-utils input[type=month]:focus, .obsidian-dev-utils input[type=month]:focus-visible,
|
|
.obsidian-dev-utils input[type=tel]:active,
|
|
.obsidian-dev-utils input[type=tel]:focus,
|
|
.obsidian-dev-utils input[type=tel]:focus-visible,
|
|
.obsidian-dev-utils input[type=time]:active,
|
|
.obsidian-dev-utils input[type=time]:focus,
|
|
.obsidian-dev-utils input[type=time]:focus-visible,
|
|
.obsidian-dev-utils input[type=url]:active,
|
|
.obsidian-dev-utils input[type=url]:focus,
|
|
.obsidian-dev-utils input[type=url]:focus-visible,
|
|
.obsidian-dev-utils input[type=week]:active,
|
|
.obsidian-dev-utils input[type=week]:focus,
|
|
.obsidian-dev-utils input[type=week]:focus-visible {
|
|
box-shadow: 0 0 0 2px var(--background-modifier-border-focus);
|
|
}
|
|
.obsidian-dev-utils input[type=month]::placeholder,
|
|
.obsidian-dev-utils input[type=tel]::placeholder,
|
|
.obsidian-dev-utils input[type=time]::placeholder,
|
|
.obsidian-dev-utils input[type=url]::placeholder,
|
|
.obsidian-dev-utils input[type=week]::placeholder {
|
|
color: var(--text-faint);
|
|
}
|
|
.mod-rtl input[type=month],
|
|
.mod-rtl input[type=time],
|
|
.mod-rtl input[type=week],
|
|
.is-rtl input[type=month],
|
|
.is-rtl input[type=time],
|
|
.is-rtl input[type=week],
|
|
.rtl input[type=month],
|
|
.rtl input[type=time],
|
|
.rtl input[type=week] {
|
|
direction: rtl;
|
|
}
|
|
.mod-rtl input[type=month]::-webkit-calendar-picker-indicator,
|
|
.mod-rtl input[type=time]::-webkit-calendar-picker-indicator,
|
|
.mod-rtl input[type=week]::-webkit-calendar-picker-indicator,
|
|
.is-rtl input[type=month]::-webkit-calendar-picker-indicator,
|
|
.is-rtl input[type=time]::-webkit-calendar-picker-indicator,
|
|
.is-rtl input[type=week]::-webkit-calendar-picker-indicator,
|
|
.rtl input[type=month]::-webkit-calendar-picker-indicator,
|
|
.rtl input[type=time]::-webkit-calendar-picker-indicator,
|
|
.rtl input[type=week]::-webkit-calendar-picker-indicator {
|
|
right: var(--size-4-1);
|
|
left: auto;
|
|
}
|
|
|
|
.obsidian-dev-utils input[type=month],
|
|
.obsidian-dev-utils input[type=time],
|
|
.obsidian-dev-utils input[type=week] {
|
|
font-variant-numeric: tabular-nums;
|
|
position: relative;
|
|
}
|
|
.obsidian-dev-utils input[type=month]::-webkit-datetime-edit-text,
|
|
.obsidian-dev-utils input[type=time]::-webkit-datetime-edit-text,
|
|
.obsidian-dev-utils input[type=week]::-webkit-datetime-edit-text {
|
|
color: var(--text-faint);
|
|
padding-inline-end: 0;
|
|
}
|
|
.obsidian-dev-utils input[type=month]::-webkit-calendar-picker-indicator,
|
|
.obsidian-dev-utils input[type=time]::-webkit-calendar-picker-indicator,
|
|
.obsidian-dev-utils input[type=week]::-webkit-calendar-picker-indicator {
|
|
position: absolute;
|
|
left: var(--size-4-1);
|
|
right: auto;
|
|
opacity: 0.5;
|
|
}
|
|
.obsidian-dev-utils input[type=month]::-webkit-datetime-edit-month-field:active, .obsidian-dev-utils input[type=month]::-webkit-datetime-edit-month-field:focus, .obsidian-dev-utils input[type=month]::-webkit-datetime-edit-day-field:active, .obsidian-dev-utils input[type=month]::-webkit-datetime-edit-day-field:focus, .obsidian-dev-utils input[type=month]::-webkit-datetime-edit-year-field:active, .obsidian-dev-utils input[type=month]::-webkit-datetime-edit-year-field:focus,
|
|
.obsidian-dev-utils input[type=time]::-webkit-datetime-edit-month-field:active,
|
|
.obsidian-dev-utils input[type=time]::-webkit-datetime-edit-month-field:focus,
|
|
.obsidian-dev-utils input[type=time]::-webkit-datetime-edit-day-field:active,
|
|
.obsidian-dev-utils input[type=time]::-webkit-datetime-edit-day-field:focus,
|
|
.obsidian-dev-utils input[type=time]::-webkit-datetime-edit-year-field:active,
|
|
.obsidian-dev-utils input[type=time]::-webkit-datetime-edit-year-field:focus,
|
|
.obsidian-dev-utils input[type=week]::-webkit-datetime-edit-month-field:active,
|
|
.obsidian-dev-utils input[type=week]::-webkit-datetime-edit-month-field:focus,
|
|
.obsidian-dev-utils input[type=week]::-webkit-datetime-edit-day-field:active,
|
|
.obsidian-dev-utils input[type=week]::-webkit-datetime-edit-day-field:focus,
|
|
.obsidian-dev-utils input[type=week]::-webkit-datetime-edit-year-field:active,
|
|
.obsidian-dev-utils input[type=week]::-webkit-datetime-edit-year-field:focus {
|
|
background-color: var(--text-selection);
|
|
color: var(--text-normal);
|
|
cursor: text;
|
|
}
|
|
.mod-rtl .obsidian-dev-utils input[type=month], .is-rtl .obsidian-dev-utils input[type=month], .rtl .obsidian-dev-utils input[type=month],
|
|
.mod-rtl .obsidian-dev-utils input[type=time],
|
|
.is-rtl .obsidian-dev-utils input[type=time],
|
|
.rtl .obsidian-dev-utils input[type=time],
|
|
.mod-rtl .obsidian-dev-utils input[type=week],
|
|
.is-rtl .obsidian-dev-utils input[type=week],
|
|
.rtl .obsidian-dev-utils input[type=week] {
|
|
direction: rtl;
|
|
}
|
|
.mod-rtl .obsidian-dev-utils input[type=month]::-webkit-calendar-picker-indicator, .is-rtl .obsidian-dev-utils input[type=month]::-webkit-calendar-picker-indicator, .rtl .obsidian-dev-utils input[type=month]::-webkit-calendar-picker-indicator,
|
|
.mod-rtl .obsidian-dev-utils input[type=time]::-webkit-calendar-picker-indicator,
|
|
.is-rtl .obsidian-dev-utils input[type=time]::-webkit-calendar-picker-indicator,
|
|
.rtl .obsidian-dev-utils input[type=time]::-webkit-calendar-picker-indicator,
|
|
.mod-rtl .obsidian-dev-utils input[type=week]::-webkit-calendar-picker-indicator,
|
|
.is-rtl .obsidian-dev-utils input[type=week]::-webkit-calendar-picker-indicator,
|
|
.rtl .obsidian-dev-utils input[type=week]::-webkit-calendar-picker-indicator {
|
|
left: auto;
|
|
right: var(--size-4-1);
|
|
}
|
|
|
|
body:not(.is-ios):not(.is-android) .obsidian-dev-utils input[type=month],
|
|
body:not(.is-ios):not(.is-android) .obsidian-dev-utils input[type=time],
|
|
body:not(.is-ios):not(.is-android) .obsidian-dev-utils input[type=week] {
|
|
padding-inline-start: var(--size-4-6);
|
|
}
|
|
|
|
.obsidian-dev-utils input[type=time]::-webkit-calendar-picker-indicator {
|
|
margin-inline-start: 0;
|
|
}
|
|
|
|
.obsidian-dev-utilsprogress.loop {
|
|
min-width: 200px;
|
|
}
|
|
|
|
@keyframes obsidian-dev-utils-minimized-modal-bar-pulse {
|
|
0%, 100% {
|
|
box-shadow: var(--shadow-s);
|
|
}
|
|
50% {
|
|
box-shadow: 0 0 0 2px var(--interactive-accent);
|
|
}
|
|
}
|
|
@keyframes obsidian-dev-utils-minimized-modal-bar-attention {
|
|
0% {
|
|
box-shadow: 0 0 0 0 var(--interactive-accent);
|
|
}
|
|
40% {
|
|
box-shadow: 0 0 0 4px var(--interactive-accent);
|
|
}
|
|
100% {
|
|
box-shadow: var(--shadow-s);
|
|
}
|
|
}
|
|
.obsidian-dev-utils.minimizable-modal .minimize-button {
|
|
position: absolute;
|
|
top: var(--size-4-2);
|
|
right: calc(var(--size-4-2) + var(--size-4-9));
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: var(--size-2-2);
|
|
border: none;
|
|
border-radius: var(--radius-s);
|
|
background: transparent;
|
|
color: var(--icon-color);
|
|
cursor: pointer;
|
|
box-shadow: none;
|
|
}
|
|
.obsidian-dev-utils.minimizable-modal .minimize-button:hover {
|
|
background: var(--background-modifier-hover);
|
|
color: var(--icon-color-hover);
|
|
}
|
|
.obsidian-dev-utils.minimized-modal-bar {
|
|
position: fixed;
|
|
right: var(--size-4-4);
|
|
bottom: calc(var(--size-4-4) + var(--size-4-8));
|
|
z-index: var(--layer-modal);
|
|
display: flex;
|
|
align-items: center;
|
|
gap: var(--size-4-2);
|
|
padding: var(--size-4-2) var(--size-4-3);
|
|
border: 1px solid var(--background-modifier-border);
|
|
border-radius: var(--radius-m);
|
|
background: var(--background-secondary);
|
|
box-shadow: var(--shadow-s);
|
|
cursor: pointer;
|
|
animation: obsidian-dev-utils-minimized-modal-bar-pulse 2s ease-in-out infinite;
|
|
}
|
|
.obsidian-dev-utils.minimized-modal-bar:hover {
|
|
background-image: linear-gradient(var(--background-modifier-hover), var(--background-modifier-hover));
|
|
}
|
|
.obsidian-dev-utils.minimized-modal-bar.minimized-modal-bar-attention {
|
|
animation: obsidian-dev-utils-minimized-modal-bar-attention 0.35s ease-out;
|
|
}
|
|
.obsidian-dev-utils.minimized-modal-bar .minimized-modal-bar-title {
|
|
font-weight: var(--font-medium);
|
|
}
|
|
.obsidian-dev-utils.minimized-modal-bar .restore-button,
|
|
.obsidian-dev-utils.minimized-modal-bar .cancel-button {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: var(--size-2-2);
|
|
border: none;
|
|
border-radius: var(--radius-s);
|
|
background: transparent;
|
|
color: var(--icon-color);
|
|
cursor: pointer;
|
|
box-shadow: none;
|
|
}
|
|
.obsidian-dev-utils.minimized-modal-bar .restore-button:hover,
|
|
.obsidian-dev-utils.minimized-modal-bar .cancel-button:hover {
|
|
background: var(--background-modifier-hover);
|
|
color: var(--icon-color-hover);
|
|
}
|
|
|
|
.obsidian-dev-utils.modal-container .ok-button {
|
|
margin-right: 10px;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.obsidian-dev-utils .multiple-dropdown-component select,
|
|
.obsidian-dev-utils .multiple-dropdown-component select:focus,
|
|
.obsidian-dev-utils .multiple-dropdown-component .dropdown {
|
|
height: auto;
|
|
padding-top: 3px;
|
|
}
|
|
.obsidian-dev-utils .multiple-dropdown-component select option:checked,
|
|
.obsidian-dev-utils .multiple-dropdown-component select:focus option:checked,
|
|
.obsidian-dev-utils .multiple-dropdown-component .dropdown option:checked {
|
|
background-color: #1967d2;
|
|
color: #fff;
|
|
}
|
|
|
|
.obsidian-dev-utils.plugin-notice-name {
|
|
color: var(--text-accent);
|
|
display: inline-block;
|
|
font-weight: var(--font-bold);
|
|
margin-bottom: var(--size-4-2);
|
|
}
|
|
.obsidian-dev-utils.plugin-notice-content {
|
|
padding-right: var(--size-4-5);
|
|
position: relative;
|
|
}
|
|
.obsidian-dev-utils.plugin-notice-content .obsidian-dev-utils.cancel-button {
|
|
display: block;
|
|
margin-top: var(--size-4-2);
|
|
width: fit-content;
|
|
}
|
|
.obsidian-dev-utils.plugin-notice-content .obsidian-dev-utils.plugin-notice-close-button {
|
|
position: absolute;
|
|
right: var(--size-4-3);
|
|
top: var(--size-4-3);
|
|
}
|
|
.obsidian-dev-utils.plugin-notice-requires-explicit-close.notice {
|
|
padding: 0;
|
|
}
|
|
.obsidian-dev-utils.plugin-notice-requires-explicit-close.notice .obsidian-dev-utils.plugin-notice-content {
|
|
padding: var(--size-4-3) var(--size-4-4);
|
|
}
|
|
|
|
.obsidian-dev-utils.plugin-settings-tab a:focus {
|
|
outline: 2px solid var(--link-color);
|
|
}
|
|
|
|
.obsidian-dev-utils.popover {
|
|
max-width: min(420px, 90vw);
|
|
min-width: 320px;
|
|
padding: var(--size-4-2) var(--size-4-3);
|
|
position: absolute;
|
|
z-index: var(--layer-menu);
|
|
}
|
|
.obsidian-dev-utils.popover .setting-item {
|
|
align-items: center;
|
|
border-top: none;
|
|
gap: var(--size-4-2);
|
|
padding: var(--size-2-1) 0;
|
|
}
|
|
.obsidian-dev-utils.popover .setting-item-info {
|
|
margin-right: 0;
|
|
}
|
|
.obsidian-dev-utils.popover .setting-item-control {
|
|
flex-grow: 1;
|
|
justify-content: flex-end;
|
|
}
|
|
.obsidian-dev-utils.popover input[type=text] {
|
|
width: 100%;
|
|
}
|
|
|
|
.obsidian-dev-utils.prompt-modal .text-box {
|
|
width: 100%;
|
|
}
|
|
|
|
body button:not(.clickable-icon) {
|
|
color: var(--text-color);
|
|
}
|
|
|
|
.obsidian-dev-utils.tri-state-checkbox-component input[type=checkbox]:indeterminate {
|
|
appearance: checkbox;
|
|
}
|
|
|
|
.obsidian-dev-utils :invalid:not(.untouched) {
|
|
box-shadow: 0 0 0 2px var(--text-error);
|
|
}
|
|
.obsidian-dev-utils input.metadata-input-text:active:invalid:not(.untouched), .obsidian-dev-utils input.metadata-input-text:focus-visible:invalid:not(.untouched), .obsidian-dev-utils input.metadata-input-text:focus:invalid:not(.untouched),
|
|
.obsidian-dev-utils input[type=date]:active:invalid:not(.untouched),
|
|
.obsidian-dev-utils input[type=date]:focus-visible:invalid:not(.untouched),
|
|
.obsidian-dev-utils input[type=date]:focus:invalid:not(.untouched),
|
|
.obsidian-dev-utils input[type=datetime-local]:active:invalid:not(.untouched),
|
|
.obsidian-dev-utils input[type=datetime-local]:focus-visible:invalid:not(.untouched),
|
|
.obsidian-dev-utils input[type=datetime-local]:focus:invalid:not(.untouched),
|
|
.obsidian-dev-utils input[type=email]:active:invalid:not(.untouched),
|
|
.obsidian-dev-utils input[type=email]:focus-visible:invalid:not(.untouched),
|
|
.obsidian-dev-utils input[type=email]:focus:invalid:not(.untouched),
|
|
.obsidian-dev-utils input[type=number]:active:invalid:not(.untouched),
|
|
.obsidian-dev-utils input[type=number]:focus-visible:invalid:not(.untouched),
|
|
.obsidian-dev-utils input[type=number]:focus:invalid:not(.untouched),
|
|
.obsidian-dev-utils input[type=password]:active:invalid:not(.untouched),
|
|
.obsidian-dev-utils input[type=password]:focus-visible:invalid:not(.untouched),
|
|
.obsidian-dev-utils input[type=password]:focus:invalid:not(.untouched),
|
|
.obsidian-dev-utils input[type=search]:active:invalid:not(.untouched),
|
|
.obsidian-dev-utils input[type=search]:focus-visible:invalid:not(.untouched),
|
|
.obsidian-dev-utils input[type=search]:focus:invalid:not(.untouched),
|
|
.obsidian-dev-utils input[type=text]:active:invalid:not(.untouched),
|
|
.obsidian-dev-utils input[type=text]:focus-visible:invalid:not(.untouched),
|
|
.obsidian-dev-utils input[type=text]:focus:invalid:not(.untouched),
|
|
.obsidian-dev-utils textarea:active:invalid:not(.untouched),
|
|
.obsidian-dev-utils textarea:focus-visible:invalid:not(.untouched),
|
|
.obsidian-dev-utils textarea:focus:invalid:not(.untouched) {
|
|
box-shadow: 0 0 0 2px var(--text-error);
|
|
}
|
|
.obsidian-dev-utils.setting-component-wrapper {
|
|
position: relative;
|
|
display: inline-flex;
|
|
}
|
|
.obsidian-dev-utils.overlay-validator {
|
|
caret-color: transparent;
|
|
cursor: default;
|
|
position: absolute;
|
|
background-color: transparent;
|
|
border: none;
|
|
outline: none;
|
|
pointer-events: none;
|
|
z-index: 9999;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.obsidian-dev-utils.tooltip.tooltip-validator {
|
|
position: absolute;
|
|
top: calc(100% + 8px);
|
|
width: max-content;
|
|
}
|
|
|
|
/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../src/styles/code-highlighter-component.scss%22,%22../src/styles/editor-lock.scss%22,%22../src/styles/input.scss%22,%22../src/styles/input-time.scss%22,%22../src/styles/loop.scss%22,%22../src/styles/minimizable-modal.scss%22,%22../src/styles/modal-container.scss%22,%22../src/styles/multiple-dropdown-component.scss%22,%22../src/styles/plugin-notice.scss%22,%22../src/styles/plugin-settings-tab.scss%22,%22../src/styles/popover.scss%22,%22../src/styles/prompt-modal.scss%22,%22../src/styles/tldraw-button-color-workaround.scss%22,%22../src/styles/tri-state-checkbox-component.scss%22,%22../src/styles/validation.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAEI;EACE;EACA;EACA;;AAGF;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EACE;;AAGF;EACE;EACA;;;ACvCN;EACE;EACA;EACA;;AAEA;EACE;EACA;;;AAMJ;EACE;IACE;IACA;;;AAIJ;EACE;;;ACvBA;EACE;;AAGF;AAAA;AAAA;AAAA;AAAA;EAKE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGE;EACE;AAAA;AAAA;AAAA;AAAA;IACE;IACA,YACE;;;AAMR;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAEE;EACA,YACE;;AAIJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAGE;;AAGF;AAAA;AAAA;AAAA;AAAA;EACE;;AASE;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAGE;;AAEA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EACE;EACA;;;AC7DV;AAAA;AAAA;EAGE;EACA;;AAEA;AAAA;AAAA;EACE;EACA;;AAGF;AAAA;AAAA;EACE;EACA;EACA;EACA;;AAMA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAEE;EACA;EACA;;AAIK;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAGP;;AAEA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EACE;EACA;;;AAKF;AAAA;AAAA;EACE;;;AAMJ;EACE;;;ACjDJ;EACE;;;ACFJ;EACE;IAEE;;EAGF;IACE;;;AAIJ;EACE;IACE;;EAGF;IACE;;EAGF;IACE;;;AAOA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AASN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAOA;EACE;;AAOF;EACE;;AAGF;EACE;;AAGF;AAAA;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;AAAA;EACE;EACA;;;ACxGJ;EACE;EACA;;;ACFF;AAAA;AAAA;EAGE;EACA;;AAEA;AAAA;AAAA;EACE;EACA;;;ACTN;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;;AAEA;EACE;EACA;EACA;;AAKF;EACE;EACA;EACA;;AAOJ;EACE;;AAEA;EACE;;;AChCF;EACE;;;ACCJ;EAIE;EACA;EACA;EACA;EACA;;AAGA;EACE;EACA;EACA;EACA;;AAGF;EACE;;AAGF;EACE;EACA;;AAGF;EACE;;;AC9BF;EACE;;;ACON;EACE;;;ACTE;EACE;;;ACKJ;EAPA;;AAuBI;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAvBJ;;AA6BA;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA%22,%22file%22:%22styles.css%22,%22sourcesContent%22:%5B%22.obsidian-dev-utils%20%7B%5Cn%20%20&.code-highlighter-component%20%7B%5Cn%20%20%20%20textarea,%20pre,%20code%20%7B%5Cn%20%20%20%20%20%20font-family:%20var(--font-monospace);%5Cn%20%20%20%20%20%20line-height:%20var(--line-height-normal);%5Cn%20%20%20%20%20%20margin:%200;%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20textarea,%20code%20%7B%5Cn%20%20%20%20%20%20font-size:%20var(--code-size);%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20textarea%20%7B%5Cn%20%20%20%20%20%20background:%20transparent;%5Cn%20%20%20%20%20%20color:%20transparent;%5Cn%20%20%20%20%20%20z-index:%202;%5Cn%20%20%20%20%20%20width:%2020em;%5Cn%20%20%20%20%20%20height:%2010em;%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20pre%20%7B%5Cn%20%20%20%20%20%20position:%20absolute;%5Cn%20%20%20%20%20%20pointer-events:%20none;%5Cn%20%20%20%20%20%20border:%20var(--input-border-width)%20solid%20transparent;%5Cn%20%20%20%20%20%20overflow:%20auto;%5Cn%20%20%20%20%20%20inset:%200;%5Cn%20%20%20%20%20%20padding:%20var(--size-4-1)%20var(--size-4-2);%5Cn%20%20%20%20%20%20z-index:%201;%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20pre::after%20%7B%5Cn%20%20%20%20%20%20content:%20%5C%22%5C%22;%5Cn%20%20%20%20%20%20display:%20block;%5Cn%20%20%20%20%20%20height:%20var(--bottom-gap,%200);%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20pre.is-placeholder%20%7B%5Cn%20%20%20%20%20%20opacity:%200.6;%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20code%20%7B%5Cn%20%20%20%20%20%20display:%20block;%5Cn%20%20%20%20%20%20padding:%200;%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22,%22//%20Lock%20indicators%20shown%20in%20the%20tab%20header%20and%20the%20status%20bar%20while%20a%20note%20is%20locked.%20These%20live%20in%5Cn//%20global%20Obsidian%20DOM%20(tab%20header%20/%20status%20bar),%20so%20they%20are%20styled%20with%20a%20global%20class%20rather%20than%5Cn//%20scoped%20under%20%60.obsidian-dev-utils%60.%5Cn.obsidian-dev-utils-lock-indicator%20%7B%5Cn%20%20display:%20inline-flex;%5Cn%20%20align-items:%20center;%5Cn%20%20color:%20var(--text-muted);%5Cn%5Cn%20%20.svg-icon%20%7B%5Cn%20%20%20%20width:%20var(--icon-s);%5Cn%20%20%20%20height:%20var(--icon-s);%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn//%20Flashed%20on%20every%20lock%20indicator%20(tab%20header,%20view%20action,%20status%20bar)%20when%20the%20user%20attempts%20to%5Cn//%20type%20in%20a%20locked%20note,%20to%20make%20clear%20the%20note%20is%20read-only.%20Re-added%20per%20rejected%20keystroke.%5Cn@keyframes%20obsidian-dev-utils-lock-indicator-flash%20%7B%5Cn%20%2040%25%20%7B%5Cn%20%20%20%20color:%20var(--text-error);%5Cn%20%20%20%20transform:%20scale(1.4);%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn.obsidian-dev-utils-lock-indicator-flash%20%7B%5Cn%20%20animation:%20obsidian-dev-utils-lock-indicator-flash%200.35s%20ease-in-out;%5Cn%7D%5Cn%22,%22.obsidian-dev-utils%20%7B%5Cn%20%20input%5Btype='url'%5D%20%7B%5Cn%20%20%20%20height:%20var(--input-height)%5Cn%20%20%7D%5Cn%5Cn%20%20input%5Btype='month'%5D,%5Cn%20%20input%5Btype='tel'%5D,%5Cn%20%20input%5Btype='time'%5D,%5Cn%20%20input%5Btype='url'%5D,%5Cn%20%20input%5Btype='week'%5D%20%7B%5Cn%20%20%20%20-webkit-app-region:%20no-drag;%5Cn%20%20%20%20background:%20var(--background-modifier-form-field);%5Cn%20%20%20%20border:%20var(--input-border-width)%20solid%20var(--background-modifier-border);%5Cn%20%20%20%20color:%20var(--text-normal);%5Cn%20%20%20%20font-family:%20inherit;%5Cn%20%20%20%20padding:%20var(--size-4-1)%20var(--size-4-2);%5Cn%20%20%20%20font-size:%20var(--font-ui-small);%5Cn%20%20%20%20border-radius:%20var(--input-radius);%5Cn%20%20%20%20outline:%20none;%5Cn%5Cn%20%20%20%20@at-root%20%7B%5Cn%20%20%20%20%20%20@media%20(hover:%20hover)%20%7B%5Cn%20%20%20%20%20%20%20%20&:hover%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20border-color:%20var(--background-modifier-border-hover);%5Cn%20%20%20%20%20%20%20%20%20%20transition:%5Cn%20%20%20%20%20%20%20%20%20%20%20%20box-shadow%200.15s%20ease-in-out,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20border%200.15s%20ease-in-out;%5Cn%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20&:active,%5Cn%20%20%20%20&:focus%20%7B%5Cn%20%20%20%20%20%20border-color:%20var(--background-modifier-border-focus);%5Cn%20%20%20%20%20%20transition:%5Cn%20%20%20%20%20%20%20%20box-shadow%200.15s%20ease-in-out,%5Cn%20%20%20%20%20%20%20%20border%200.15s%20ease-in-out;%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20&:active,%5Cn%20%20%20%20&:focus,%5Cn%20%20%20%20&:focus-visible%20%7B%5Cn%20%20%20%20%20%20box-shadow:%200%200%200%202px%20var(--background-modifier-border-focus);%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20&::placeholder%20%7B%5Cn%20%20%20%20%20%20color:%20var(--text-faint);%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%5Cn%20%20@at-root%20%7B%5Cn%20%20%20%20.mod-rtl,%5Cn%20%20%20%20.is-rtl,%5Cn%20%20%20%20.rtl%20%7B%5Cn%20%20%20%20%20%20&%20%7B%5Cn%20%20%20%20%20%20%20%20input%5Btype='month'%5D,%5Cn%20%20%20%20%20%20%20%20input%5Btype='time'%5D,%5Cn%20%20%20%20%20%20%20%20input%5Btype='week'%5D%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20direction:%20rtl;%5Cn%5Cn%20%20%20%20%20%20%20%20%20%20&::-webkit-calendar-picker-indicator%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20right:%20var(--size-4-1);%5Cn%20%20%20%20%20%20%20%20%20%20%20%20left:%20auto;%5Cn%20%20%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22,%22.obsidian-dev-utils%20%7B%5Cn%20%20input%5Btype='month'%5D,%5Cn%20%20input%5Btype='time'%5D,%5Cn%20%20input%5Btype='week'%5D%20%7B%5Cn%20%20%20%20font-variant-numeric:%20tabular-nums;%5Cn%20%20%20%20position:%20relative;%5Cn%5Cn%20%20%20%20&::-webkit-datetime-edit-text%20%7B%5Cn%20%20%20%20%20%20color:%20var(--text-faint);%5Cn%20%20%20%20%20%20padding-inline-end:%200;%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20&::-webkit-calendar-picker-indicator%20%7B%5Cn%20%20%20%20%20%20position:%20absolute;%5Cn%20%20%20%20%20%20left:%20var(--size-4-1);%5Cn%20%20%20%20%20%20right:%20auto;%5Cn%20%20%20%20%20%20opacity:%200.5;%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20&::-webkit-datetime-edit-month-field,%5Cn%20%20%20%20&::-webkit-datetime-edit-day-field,%5Cn%20%20%20%20&::-webkit-datetime-edit-year-field%20%7B%5Cn%20%20%20%20%20%20&:active,%5Cn%20%20%20%20%20%20&:focus%20%7B%5Cn%20%20%20%20%20%20%20%20background-color:%20var(--text-selection);%5Cn%20%20%20%20%20%20%20%20color:%20var(--text-normal);%5Cn%20%20%20%20%20%20%20%20cursor:%20text;%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20@at-root%20.mod-rtl%20&,%5Cn%20%20%20%20%20%20.is-rtl%20&,%5Cn%20%20%20%20%20%20.rtl%20&%20%7B%5Cn%20%20%20%20%20%20direction:%20rtl;%5Cn%5Cn%20%20%20%20%20%20&::-webkit-calendar-picker-indicator%20%7B%5Cn%20%20%20%20%20%20%20%20left:%20auto;%5Cn%20%20%20%20%20%20%20%20right:%20var(--size-4-1);%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20@at-root%20%7B%5Cn%20%20%20%20%20%20body:not(.is-ios):not(.is-android)%20&%20%7B%5Cn%20%20%20%20%20%20%20%20padding-inline-start:%20var(--size-4-6);%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%5Cn%20%20input%5Btype='time'%5D%20%7B%5Cn%20%20%20%20&::-webkit-calendar-picker-indicator%20%7B%5Cn%20%20%20%20%20%20margin-inline-start:%200;%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22,%22.obsidian-dev-utils%20%7B%5Cn%20%20&progress.loop%20%7B%5Cn%20%20%20%20min-width:%20200px;%5Cn%20%20%7D%5Cn%7D%5Cn%22,%22@keyframes%20obsidian-dev-utils-minimized-modal-bar-pulse%20%7B%5Cn%20%200%25,%5Cn%20%20100%25%20%7B%5Cn%20%20%20%20box-shadow:%20var(--shadow-s);%5Cn%20%20%7D%5Cn%5Cn%20%2050%25%20%7B%5Cn%20%20%20%20box-shadow:%200%200%200%202px%20var(--interactive-accent);%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn@keyframes%20obsidian-dev-utils-minimized-modal-bar-attention%20%7B%5Cn%20%200%25%20%7B%5Cn%20%20%20%20box-shadow:%200%200%200%200%20var(--interactive-accent);%5Cn%20%20%7D%5Cn%5Cn%20%2040%25%20%7B%5Cn%20%20%20%20box-shadow:%200%200%200%204px%20var(--interactive-accent);%5Cn%20%20%7D%5Cn%5Cn%20%20100%25%20%7B%5Cn%20%20%20%20box-shadow:%20var(--shadow-s);%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn.obsidian-dev-utils%20%7B%5Cn%20%20//%20The%20minimize%20button%20lives%20inside%20the%20modal%20container,%20left%20of%20Obsidian's%20close%20button.%5Cn%20%20&.minimizable-modal%20%7B%5Cn%20%20%20%20.minimize-button%20%7B%5Cn%20%20%20%20%20%20position:%20absolute;%5Cn%20%20%20%20%20%20top:%20var(--size-4-2);%5Cn%20%20%20%20%20%20right:%20calc(var(--size-4-2)%20+%20var(--size-4-9));%5Cn%20%20%20%20%20%20display:%20flex;%5Cn%20%20%20%20%20%20align-items:%20center;%5Cn%20%20%20%20%20%20justify-content:%20center;%5Cn%20%20%20%20%20%20padding:%20var(--size-2-2);%5Cn%20%20%20%20%20%20border:%20none;%5Cn%20%20%20%20%20%20border-radius:%20var(--radius-s);%5Cn%20%20%20%20%20%20background:%20transparent;%5Cn%20%20%20%20%20%20color:%20var(--icon-color);%5Cn%20%20%20%20%20%20cursor:%20pointer;%5Cn%20%20%20%20%20%20box-shadow:%20none;%5Cn%5Cn%20%20%20%20%20%20&:hover%20%7B%5Cn%20%20%20%20%20%20%20%20background:%20var(--background-modifier-hover);%5Cn%20%20%20%20%20%20%20%20color:%20var(--icon-color-hover);%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%5Cn%20%20//%20The%20minimized%20bar%20is%20appended%20to%20document.body.%20It%20floats%20at%20the%20bottom-right%20while%20minimized,%5Cn%20%20//%20and%20gently%20pulses%20an%20accent%20ring%20so%20the%20user%20does%20not%20forget%20about%20the%20minimized%20operation.%5Cn%20%20//%20It%20floats%20a%20status-bar's%20height%20above%20the%20bottom%20edge%20so%20it%20never%20covers%20the%20bottom-right%5Cn%20%20//%20status-bar%20items%20(e.g.%20the%20editor-lock%20unlock%20indicator,%20which%20lives%20in%20the%20same%20corner).%5Cn%20%20&.minimized-modal-bar%20%7B%5Cn%20%20%20%20position:%20fixed;%5Cn%20%20%20%20right:%20var(--size-4-4);%5Cn%20%20%20%20bottom:%20calc(var(--size-4-4)%20+%20var(--size-4-8));%5Cn%20%20%20%20z-index:%20var(--layer-modal);%5Cn%20%20%20%20display:%20flex;%5Cn%20%20%20%20align-items:%20center;%5Cn%20%20%20%20gap:%20var(--size-4-2);%5Cn%20%20%20%20padding:%20var(--size-4-2)%20var(--size-4-3);%5Cn%20%20%20%20border:%201px%20solid%20var(--background-modifier-border);%5Cn%20%20%20%20border-radius:%20var(--radius-m);%5Cn%20%20%20%20background:%20var(--background-secondary);%5Cn%20%20%20%20box-shadow:%20var(--shadow-s);%5Cn%20%20%20%20cursor:%20pointer;%5Cn%20%20%20%20animation:%20obsidian-dev-utils-minimized-modal-bar-pulse%202s%20ease-in-out%20infinite;%5Cn%5Cn%20%20%20%20//%20Layer%20the%20translucent%20hover%20tint%20over%20the%20opaque%20%60background%60%20(%60--background-secondary%60)%20via%5Cn%20%20%20%20//%20%60background-image%60%20instead%20of%20replacing%20the%20background-color.%20%60--background-modifier-hover%60%20is%5Cn%20%20%20%20//%20translucent,%20so%20setting%20it%20as%20%60background%60%20would%20let%20the%20editor%20content%20behind%20the%20floating%20bar%5Cn%20%20%20%20//%20bleed%20through%20and%20make%20the%20title%20unreadable.%20A%20gradient%20of%20the%20tint%20composited%20over%20the%20opaque%5Cn%20%20%20%20//%20base%20keeps%20the%20bar%20opaque%20while%20preserving%20the%20subtle%20hover%20highlight.%5Cn%20%20%20%20&:hover%20%7B%5Cn%20%20%20%20%20%20background-image:%20linear-gradient(var(--background-modifier-hover),%20var(--background-modifier-hover));%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20//%20A%20one-shot,%20more%20pronounced%20flash%20played%20when%20the%20user%20attempts%20a%20blocked%20action%20(a%20keystroke,%5Cn%20%20%20%20//%20right-click,%20or%20opening%20another%20modal)%20while%20this%20modal%20is%20minimized,%20so%20the%20block%20is%20not%5Cn%20%20%20%20//%20silent.%20Its%20higher%20specificity%20overrides%20the%20gentle%20infinite%20idle%20pulse%20while%20it%20plays;%20the%5Cn%20%20%20%20//%20class%20is%20removed%20on%20%60animationend%60,%20restoring%20the%20idle%20pulse.%5Cn%20%20%20%20&.minimized-modal-bar-attention%20%7B%5Cn%20%20%20%20%20%20animation:%20obsidian-dev-utils-minimized-modal-bar-attention%200.35s%20ease-out;%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20.minimized-modal-bar-title%20%7B%5Cn%20%20%20%20%20%20font-weight:%20var(--font-medium);%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20.restore-button,%5Cn%20%20%20%20.cancel-button%20%7B%5Cn%20%20%20%20%20%20display:%20flex;%5Cn%20%20%20%20%20%20align-items:%20center;%5Cn%20%20%20%20%20%20justify-content:%20center;%5Cn%20%20%20%20%20%20padding:%20var(--size-2-2);%5Cn%20%20%20%20%20%20border:%20none;%5Cn%20%20%20%20%20%20border-radius:%20var(--radius-s);%5Cn%20%20%20%20%20%20background:%20transparent;%5Cn%20%20%20%20%20%20color:%20var(--icon-color);%5Cn%20%20%20%20%20%20cursor:%20pointer;%5Cn%20%20%20%20%20%20box-shadow:%20none;%5Cn%5Cn%20%20%20%20%20%20&:hover%20%7B%5Cn%20%20%20%20%20%20%20%20background:%20var(--background-modifier-hover);%5Cn%20%20%20%20%20%20%20%20color:%20var(--icon-color-hover);%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22,%22.obsidian-dev-utils%20%7B%5Cn%20%20&.modal-container%20%7B%5Cn%20%20%20%20.ok-button%20%7B%5Cn%20%20%20%20%20%20margin-right:%2010px;%5Cn%20%20%20%20%20%20margin-top:%2020px;%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22,%22.obsidian-dev-utils%20%7B%5Cn%20%20.multiple-dropdown-component%20%7B%5Cn%20%20%20%20select,%5Cn%20%20%20%20select:focus,%5Cn%20%20%20%20.dropdown%20%7B%5Cn%20%20%20%20%20%20height:%20auto;%5Cn%20%20%20%20%20%20padding-top:%203px;%5Cn%5Cn%20%20%20%20%20%20option:checked%20%7B%5Cn%20%20%20%20%20%20%20%20background-color:%20%231967d2;%5Cn%20%20%20%20%20%20%20%20color:%20%23fff;%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22,%22.obsidian-dev-utils%20%7B%5Cn%20%20&.plugin-notice-name%20%7B%5Cn%20%20%20%20color:%20var(--text-accent);%5Cn%20%20%20%20display:%20inline-block;%5Cn%20%20%20%20font-weight:%20var(--font-bold);%5Cn%20%20%20%20margin-bottom:%20var(--size-4-2);%5Cn%20%20%7D%5Cn%5Cn%20%20&.plugin-notice-content%20%7B%5Cn%20%20%20%20padding-right:%20var(--size-4-5);%5Cn%20%20%20%20position:%20relative;%5Cn%5Cn%20%20%20%20.obsidian-dev-utils.cancel-button%20%7B%5Cn%20%20%20%20%20%20display:%20block;%5Cn%20%20%20%20%20%20margin-top:%20var(--size-4-2);%5Cn%20%20%20%20%20%20width:%20fit-content;%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20//%20The%20close%20button%20reuses%20Obsidian's%20%60modal-header-button%60%20+%20%60clickable-icon%60%20classes%20so%20it%20matches%5Cn%20%20%20%20//%20The%20native%20modal%20close%20button%20(box%20+%20hover);%20only%20its%20corner%20position%20is%20set%20here.%5Cn%20%20%20%20.obsidian-dev-utils.plugin-notice-close-button%20%7B%5Cn%20%20%20%20%20%20position:%20absolute;%5Cn%20%20%20%20%20%20right:%20var(--size-4-3);%5Cn%20%20%20%20%20%20top:%20var(--size-4-3);%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%5Cn%20%20//%20Move%20the%20notice's%20own%20padding%20onto%20the%20content%20wrapper%20so%20the%20wrapper%20covers%20the%20whole%20clickable%5Cn%20%20//%20Area%20%E2%80%94%20otherwise%20a%20click%20landing%20on%20the%20notice's%20bare%20padding%20(outside%20the%20wrapper)%20would%20bypass%20the%5Cn%20%20//%20Stop-propagation%20guard%20and%20dismiss%20the%20hard-to-close%20notice.%5Cn%20%20&.plugin-notice-requires-explicit-close.notice%20%7B%5Cn%20%20%20%20padding:%200;%5Cn%5Cn%20%20%20%20.obsidian-dev-utils.plugin-notice-content%20%7B%5Cn%20%20%20%20%20%20padding:%20var(--size-4-3)%20var(--size-4-4);%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22,%22.obsidian-dev-utils%20%7B%5Cn%20%20&.plugin-settings-tab%20%7B%5Cn%20%20%20%20a:focus%20%7B%5Cn%20%20%20%20%20%20outline:%202px%20solid%20var(--link-color);%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22,%22//%20A%20popover%20is%20anchored%20at%20a%20point%20and%20appended%20to%20the%20document%20body,%20outside%20any%20plugin-scoped%5Cn//%20container,%20so%20it%20is%20positioned%20absolutely%20at%20the%20top%20level.%20It%20borrows%20Obsidian's%20%60.menu%60%20look,%5Cn//%20which%20already%20carries%20the%20popup%20background,%20border%20and%20shadow%20%E2%80%94%20only%20layout%20is%20set%20here.%5Cn.obsidian-dev-utils%20%7B%5Cn%20%20&.popover%20%7B%5Cn%20%20%20%20//%20Deliberately%20not%20%60calc(100vw%20-%2016px)%60:%20the%20SCSS%20compiler%20strips%20the%20%60calc(%60%20wrapper%20inside%5Cn%20%20%20%20//%20%60min()%60,%20which%20yields%20invalid%20CSS.%20A%20viewport%20percentage%20keeps%20a%20narrow%20window's%20popover%20on%5Cn%20%20%20%20//%20screen.%5Cn%20%20%20%20max-width:%20min(420px,%2090vw);%5Cn%20%20%20%20min-width:%20320px;%5Cn%20%20%20%20padding:%20var(--size-4-2)%20var(--size-4-3);%5Cn%20%20%20%20position:%20absolute;%5Cn%20%20%20%20z-index:%20var(--layer-menu);%5Cn%5Cn%20%20%20%20//%20Setting%20rows%20are%20built%20for%20a%20full-width%20settings%20tab;%20compact%20them%20for%20a%20popover.%5Cn%20%20%20%20.setting-item%20%7B%5Cn%20%20%20%20%20%20align-items:%20center;%5Cn%20%20%20%20%20%20border-top:%20none;%5Cn%20%20%20%20%20%20gap:%20var(--size-4-2);%5Cn%20%20%20%20%20%20padding:%20var(--size-2-1)%200;%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20.setting-item-info%20%7B%5Cn%20%20%20%20%20%20margin-right:%200;%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20.setting-item-control%20%7B%5Cn%20%20%20%20%20%20flex-grow:%201;%5Cn%20%20%20%20%20%20justify-content:%20flex-end;%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20input%5Btype='text'%5D%20%7B%5Cn%20%20%20%20%20%20width:%20100%25;%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22,%22.obsidian-dev-utils%20%7B%5Cn%20%20&.prompt-modal%20%7B%5Cn%20%20%20%20.text-box%20%7B%5Cn%20%20%20%20%20%20width:%20100%25;%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22,%22//%20The%20tldraw%20Obsidian%20plugin%20(tldraw/obsidian-plugin)%20ships%20an%20unscoped%20global%20rule%5Cn//%20%60button:not(.clickable-icon)%20%7B%20color:%20currentColor%20%7D%60%20that%20overrides%20Obsidian's%20own%5Cn//%20%60button:not(.clickable-icon)%20%7B%20color:%20var(--text-color)%20%7D%60%20app-wide.%20Obsidian%20sets%5Cn//%20%60--text-color%60%20contextually%20per%20button%20variant%20(%60--text-normal%60%20by%20default,%5Cn//%20%60--text-on-accent%60%20for%20%60.mod-cta%60,%20%60--text-error%60%20for%20%60.mod-warning%60),%20so%20tldraw's%5Cn//%20%60currentColor%60%20discards%20that%20and%20breaks%20button%20contrast%20outside%20tldraw%20%E2%80%94%20e.g.%5Cn//%20White-on-white%20action%20buttons%20inside%20a%20Notice.%20Re-assert%20Obsidian's%20own%20value%20with%20a%5Cn//%20%60body%60-prefixed%20selector%20(specificity%200,1,2)%20so%20it%20wins%20over%20tldraw's%20(0,1,1)%20while%5Cn//%20Staying%20correct%20for%20every%20button%20variant%20(it%20reuses%20the%20same%20contextual%20%60--text-color%60).%5Cn//%20Defensive%20workaround%20%E2%80%94%20remove%20once%20the%20upstream%20fix%20ships%20(tldraw/obsidian-plugin%23210).%5Cnbody%20button:not(.clickable-icon)%20%7B%5Cn%20%20color:%20var(--text-color);%5Cn%7D%5Cn%22,%22.obsidian-dev-utils%20%7B%5Cn%20%20&.tri-state-checkbox-component%20%7B%5Cn%20%20%20%20input%5Btype='checkbox'%5D:indeterminate%20%7B%5Cn%20%20%20%20%20%20appearance:%20checkbox;%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22,%22@mixin%20invalid%20%7B%5Cn%20%20box-shadow:%200%200%200%202px%20var(--text-error);%5Cn%7D%5Cn%5Cn//%20An%20input%20the%20user%20has%20not%20interacted%20with%20yet%20carries%20%60.untouched%60%20(set%20by%20%60PromptModal%60),%20so%20a%20modal%20that%5Cn//%20opens%20invalid%20by%20design%20does%20not%20greet%20the%20user%20in%20red.%20Both%20blocks%20below%20must%20be%20gated:%20the%20input%20is%5Cn//%20focused%20on%20open,%20so%20the%20focus%20block%20alone%20would%20keep%20painting%20it.%5Cn.obsidian-dev-utils%20%7B%5Cn%20%20:invalid:not(.untouched)%20%7B%5Cn%20%20%20%20@include%20invalid;%5Cn%20%20%7D%5Cn%5Cn%20%20input.metadata-input-text,%5Cn%20%20input%5Btype='date'%5D,%5Cn%20%20input%5Btype='datetime-local'%5D,%5Cn%20%20input%5Btype='email'%5D,%5Cn%20%20input%5Btype='number'%5D,%5Cn%20%20input%5Btype='password'%5D,%5Cn%20%20input%5Btype='search'%5D,%5Cn%20%20input%5Btype='text'%5D,%5Cn%20%20textarea%20%7B%5Cn%20%20%20%20&:active,%5Cn%20%20%20%20&:focus-visible,%5Cn%20%20%20%20&:focus%20%7B%5Cn%20%20%20%20%20%20&:invalid:not(.untouched)%20%7B%5Cn%20%20%20%20%20%20%20%20@include%20invalid;%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%5Cn%20%20&.setting-component-wrapper%20%7B%5Cn%20%20%20%20position:%20relative;%5Cn%20%20%20%20display:%20inline-flex;%5Cn%20%20%7D%5Cn%5Cn%20%20&.overlay-validator%20%7B%5Cn%20%20%20%20caret-color:%20transparent;%5Cn%20%20%20%20cursor:%20default;%5Cn%20%20%20%20position:%20absolute;%5Cn%20%20%20%20background-color:%20transparent;%5Cn%20%20%20%20border:%20none;%5Cn%20%20%20%20outline:%20none;%5Cn%20%20%20%20pointer-events:%20none;%5Cn%20%20%20%20z-index:%209999;%5Cn%20%20%20%20left:%200;%5Cn%20%20%20%20top:%200;%5Cn%20%20%20%20width:%20100%25;%5Cn%20%20%20%20height:%20100%25;%5Cn%20%20%7D%5Cn%5Cn%20%20&.tooltip.tooltip-validator%20%7B%5Cn%20%20%20%20position:%20absolute;%5Cn%20%20%20%20top:%20calc(100%25%20+%208px);%5Cn%20%20%20%20width:%20max-content;%5Cn%20%20%7D%5Cn%7D%5Cn%22%5D%7D */
|
|
`});function Ce(t,e){let n=[B.LibraryName];fr.cssClassScope&&n.push(fr.cssClassScope),Array.isArray(e)?n.push(...e):typeof e=="string"&&n.push(e),t.addClass(...n)}function vS(t,e){let n=t,i=n.DEBUG,r=Xw();n.DEBUG=r,e.register(()=>{n.DEBUG===r&&(n.DEBUG=i)})}function bS(t){fr.init({cssClassScope:t,debugPrefixNamespace:`${t}:`,shouldPrintStackTrace:!0}),Qw(t);let e=We("lastLibraryVersion","0.0.0");(0,gS.compareVersions)(yf,e.value)<=0||(e.value=yf,document.head.querySelector(`#${fS}`)?.remove(),document.head.createEl("style",{attr:{id:fS},text:mS}))}var gS,fS,Mt=ze(()=>{gS=Tn(af(),1);Gn();hS();ec();Zn();Oe();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();fS=`${ms}-styles`;o(Ce,"addPluginCssClasses");o(vS,"initDebugController");o(bS,"initPluginContext")});var kS,we,At=ze(()=>{kS=require("obsidian");Zr();dn();wt();ct();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();we=class t extends kS.Component{static{o(this,"ComponentEx")}childrenSet=new Set;hasBeenLoaded=!1;loadErrors=[];loadPromise=null;addChild(e){if(this.isUnloaded())throw new Gr("Component is already unloaded");return this._children.push(e),this.childrenSet.add(e),this._loaded&&this.appendEagerLoadStep(this.extractLoadPromisable(e)),e}load(){if(this._loaded)return;this._loaded=!0,this.hasBeenLoaded=!0,this.resetLoadState(),this.onload();let e=this.onloadAsync();e!==Bl&&this.appendEagerLoadStep(e);for(let n of In(this._children))this.appendSequentialLoadStep(()=>this.extractLoadPromisable(n));if(this.loadPromise)return this.loadPromise}loadWithPromises(){this.load();let e=this.loadPromise;return e?e.then(()=>{if(this.loadErrors.length>0)throw new AggregateError(this.loadErrors)}):this.loadErrors.length>0?Promise.reject(new AggregateError(this.loadErrors)):null}onloadAsync(){return Bl}registerDisposable(e){return this.register(()=>{Vl(e)}),e}removeChild(e){return super.removeChild(e),this.childrenSet.delete(e),e}[Symbol.dispose](){this.unload()}ensureLoaded(){if(!this._loaded)throw this.isUnloaded()?new Gr("Component is already unloaded"):new Error("Component is not loaded")}getInFlightLoadPromise(){return this.loadPromise}hasLoadErrors(){return this.loadErrors.length>0}isUnloaded(){return this.hasBeenLoaded&&!this._loaded}appendEagerLoadStep(e){let n=this.captureSettled(e);if(!n)return;let i=this.loadPromise;this.setLoadPromise(i?i.then(()=>n):n)}appendSequentialLoadStep(e){let n=this.loadPromise;if(n){this.setLoadPromise(n.then(()=>this.runAndCapture(e)));return}let i=this.captureSync(e);i&&this.setLoadPromise(i)}captureError(e){this.loadErrors.push(Kl.create(e))}captureSettled(e){return e==null?null:Promise.resolve(e).then(st).catch(n=>{this.captureError(n)})}captureSync(e){let n;try{n=e()}catch(i){return this.captureError(i),null}return this.captureSettled(n)}extractLoadPromisable(e){return this.childrenSet.has(e)?e instanceof t?e.loadWithPromises():e.load():null}resetLoadState(){this.loadErrors=[],this.loadPromise=null}async runAndCapture(e){try{await(e()??void 0)}catch(n){this.captureError(n)}}setLoadPromise(e){let n=e.then(()=>{this.loadPromise===n&&(this.loadPromise=null)});this.loadPromise=n}}});function yS(t,e){let n=Object.keys(e).map(i=>wO(t,i,e[i]));return n.length===1?n[0]:function(){n.forEach(i=>i())}}function wO(t,e,n){let i=t[e],r=t.hasOwnProperty(e),a=r?i:function(){return Object.getPrototypeOf(t)[e].apply(this,arguments)},s=n(a);return i&&Object.setPrototypeOf(s,i),Object.setPrototypeOf(l,s),t[e]=l,c;function l(...u){return s===a&&t[e]===l&&c(),s.apply(this,u)}o(l,"wrapper");function c(){t[e]===l&&(r?t[e]=a:delete t[e]),s!==a&&(s=a,Object.setPrototypeOf(l,i||Function))}o(c,"remove")}var xS=ze(()=>{o(yS,"around");o(wO,"around1")});function AO(t,e){return yS(t,e)}function CS(t,e){return wS().get(t)===e}function wS(){return We("monkeyAroundPatches",new WeakMap).value}var Me,en=ze(()=>{xS();Zn();At();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();Me=class extends we{static{o(this,"MonkeyAroundComponent")}registerFunctionPatch(e){this.ensureLoaded();let n={};n[e.functionName]=i=>{let r=e.patchHandler(i);if(!e.once)return r;let a=o(()=>{this.unload()},"unloadComponent");function s(...l){try{return Reflect.apply(r,this,l)}finally{a()}}return o(s,"oncePatchedValue"),Object.assign(s,r)},this.registerPatch(e.$object,n)}registerMethodPatch(e){if(this.ensureLoaded(),e.patchToken){let n=e.$object[e.methodName];wS().set(n,e.patchToken)}this.registerFunctionPatch({$object:e.$object,functionName:e.methodName,once:e.once??!1,patchHandler:o(n=>{let i=n;return e.postPatchHandler?.({originalMethod:i,patchedMethod:a})??a;function a(...s){let l=this;return e.patchHandler({fallback(){return i.call(l,...s)},originalArguments:s,originalMethod:i,originalMethodBound:i.bind(l),originalThis:l})}},"patchHandler")})}registerPatch(e,n){this.ensureLoaded();let i=AO(e,n);this.register(i)}};o(AO,"around");o(CS,"hasPatchToken");o(wS,"getMonkeyAroundPatches")});var Xi,SO,AS,EO,PO,SS,xf,Cc,Cf=ze(()=>{Xi=require("obsidian");Zr();tt();Re();Zn();Se();ja();Oe();Ve();Mt();At();en();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();SO="plugin-notice-component:permanent-notices",AS=0,EO=500,PO=4e3,SS='a, button, input, select, textarea, label, [contenteditable="true"], [role="button"], [role="link"], [role="checkbox"], [role="tab"], [role="menuitem"]',xf=(t=>(t.Append="append",t.Replace="replace",t.Separate="separate",t))(xf||{}),Cc=class extends we{static{o(this,"PluginNoticeComponent")}app;pluginName;closeButtonClickedNotices=new WeakSet;notice=null;pendingTimerCancellations=new Set;standaloneNotices=new Set;userClickedNotices=new WeakSet;constructor(e){super(),this.app=e.app,this.pluginName=e.pluginName}onload(){super.onload(),this.getPermanentNotice()?.hide(),this.setPermanentNotice(null)}onunload(){for(let e of In(this.pendingTimerCancellations))e();this.getPermanentNotice()!==this.notice&&this.notice?.hide();for(let e of this.standaloneNotices)e.hide();this.standaloneNotices.clear()}showNotice(e,n){let i=n?.isPermanent??!1,a=!(n?.shouldHideOnClick??!0),s=n?.mode??(a?"separate":"replace");if(n?.mode!==void 0&&n.mode!=="separate"&&a)throw new Error("A notice that does not hide on click must be shown in the separate mode.");if(s==="separate"&&i)throw new Error("A permanent notice cannot be shown in the separate mode.");let l=i||a?AS:null;return this.showNoticeWithDuration({durationInMilliseconds:l,message:e,mode:s,onCloseClick:n?.onCloseClick,onHide:n?.onHide,requiresExplicitClose:a,shouldRegisterAsPermanent:i,shouldShowCloseButton:n?.shouldShowCloseButton??!0}).notice}showNoticeAfterDelay(e){let n=e.mode??"replace",i=null,r=!1,a=0,s=e.content,l=o(()=>{window.clearTimeout(a),this.pendingTimerCancellations.delete(l)},"cancelPendingTimer"),c=o(u=>this.buildDelayedNoticeMessage({abortController:e.abortController,cancelButtonText:e.cancelButtonText,content:u}),"buildDelayedMessage");return a=window.setTimeout(()=>{l(),ke(async()=>{let u,p;do if(u=s,p=await vr(u,{}),r)return;while(u!==s);i=this.showNoticeWithDuration({durationInMilliseconds:AS,message:c(p),mode:n,onCloseClick:void 0,onHide:void 0,requiresExplicitClose:!1,shouldRegisterAsPermanent:!1,shouldShowCloseButton:!0})})},e.delayInMilliseconds??EO),this.pendingTimerCancellations.add(l),{setContent:o(u=>{if(s=u,!i)return;let p=this.buildNoticeContent({message:c(u),shouldPrefixWithPluginName:i.isNoticeOwned});i.contentEl.replaceWith(p.fragment),i={...i,contentEl:p.contentEl}},"setContent"),[Symbol.dispose]:()=>{r=!0,l(),i&&(i.isNoticeOwned?(i.notice.hide(),this.standaloneNotices.delete(i.notice),this.notice===i.notice&&(this.notice=null)):i.contentEl.remove())}}}appendCloseButton(e){let{contentEl:n,getNotice:i,onCloseClick:r}=e,a=n.createEl("button",{attr:{"aria-label":v(s=>s.obsidianDevUtils.notices.closeAriaLabel)}});Ce(a,B.PluginNoticeCloseButton),a.addClasses([B.ClickableIcon,B.ModalHeaderButton]),(0,Xi.setIcon)(a,"x"),a.addEventListener("click",s=>{s.stopPropagation(),ke(async()=>{let l=!1;if(await r?.({cancel:o(()=>{l=!0},"cancel")}),l)return;let c=G(i());this.closeButtonClickedNotices.add(c),c.hide(),this.standaloneNotices.delete(c)})})}appendToCurrentNotice(e){let{durationInMilliseconds:n,message:i,onHide:r,shouldRegisterAsPermanent:a}=e,s=this.notice;if(!s?.containerEl.isShown())return null;let{contentEl:l,fragment:c}=this.buildNoticeContent({message:i,shouldPrefixWithPluginName:!1});return s.messageEl.append(c),s.setAutoHide(n??PO),this.wireOnHide(s,r),a&&this.setPermanentNotice(s),{contentEl:l,isNoticeOwned:!1,notice:s}}buildDelayedNoticeMessage(e){let{abortController:n,cancelButtonText:i,content:r}=e,a=createFragment();if(typeof r=="string"?a.appendText(r):a.append(r),n){let s=new Xi.ButtonComponent(createDiv());s.setButtonText(i??v(l=>l.obsidianDevUtils.buttons.cancel)),Ce(s.buttonEl,B.CancelButton),s.buttonEl.addEventListener("click",()=>{n.abort()}),a.append(s.buttonEl)}return a}buildNoticeContent(e){let{getNotice:n,message:i,onCloseClick:r,requiresExplicitClose:a=!1,shouldPrefixWithPluginName:s=!0,shouldShowCloseButton:l=!0}=e,c=createFragment(),u=c.createDiv();return Ce(u,B.PluginNoticeContent),s?u.append(this.buildPrefixedMessage(i)):typeof i=="string"?u.appendText(i):u.append(i),u.addEventListener("click",p=>{if(a){p.stopPropagation();return}p.target instanceof Element&&p.target.closest(SS)&&p.stopPropagation()}),a&&l&&this.appendCloseButton({contentEl:u,getNotice:G(n),onCloseClick:r}),{contentEl:u,fragment:c}}buildPrefixedMessage(e){let n=createFragment(),i=createSpan({text:this.pluginName});return Ce(i,B.PluginNoticeName),n.append(i),this._loaded||n.appendText(" (unloaded)"),n.appendText(`
|
|
`),typeof e=="string"?n.appendText(e):n.append(e),n}getPermanentNotice(){return this.getPermanentNotices().get(this.pluginName)??null}getPermanentNotices(){return We(SO,new Map).value}installExplicitCloseGuards(e,n){n&&(Ce(e.containerEl,B.PluginNoticeRequiresExplicitClose),e.containerEl.addEventListener("click",i=>{i.target instanceof Element&&i.target.closest(SS)||i.stopPropagation()},{capture:!0}))}installUserClickTracking(e){e.containerEl.addEventListener("click",()=>{this.userClickedNotices.add(e),queueMicrotask(()=>{this.userClickedNotices.delete(e)})},{capture:!0})}setPermanentNotice(e){let n=this.getPermanentNotices();e?n.set(this.pluginName,e):n.delete(this.pluginName)}showNoticeWithDuration(e){let{durationInMilliseconds:n,message:i,mode:r,onCloseClick:a,onHide:s,requiresExplicitClose:l,shouldRegisterAsPermanent:c,shouldShowCloseButton:u}=e,p=n??void 0;if(r==="append"){let b=this.appendToCurrentNotice({durationInMilliseconds:n,message:i,onHide:s,shouldRegisterAsPermanent:c});if(b)return b}let d=l&&u,m=null,{contentEl:h,fragment:f}=this.buildNoticeContent({getNotice:d?()=>m:void 0,message:i,onCloseClick:a,requiresExplicitClose:l,shouldShowCloseButton:u});return r==="separate"?(m=new Xi.Notice(f,p),this.installExplicitCloseGuards(m,l),this.installUserClickTracking(m),this.wireOnHide(m,s),this.standaloneNotices.add(m),{contentEl:h,isNoticeOwned:!0,notice:m}):(this.notice?.hide(),m=new Xi.Notice(f,p),this.notice=m,this.installExplicitCloseGuards(m,l),this.installUserClickTracking(m),this.wireOnHide(m,s),c?this.setPermanentNotice(m):this.setPermanentNotice(null),{contentEl:h,isNoticeOwned:!0,notice:m})}wireOnHide(e,n){if(!n)return;let i=new Me;i.load(),i.registerMethodPatch({$object:e,methodName:"hide",once:!0,patchHandler:o(({fallback:r})=>{r();let a=this.closeButtonClickedNotices.has(e),s=a||this.userClickedNotices.has(e);ke(async()=>{await n({isCloseButtonClicked:a,isUserAction:s})})},"patchHandler")})}}});async function Ya(t){return await new Promise(e=>{t(e).open()})}var ES,vi,wc=ze(()=>{ES=require("obsidian");Mt();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();vi=class extends ES.Modal{static{o(this,"ModalBase")}promiseResolve;constructor(e){super(e.app),this.promiseResolve=e.promiseResolve,this.addCssClasses(e.cssClasses)}addCssClasses(e){Ce(this.containerEl,e)}};o(Ya,"showModal")});async function FS(t){return await Ya(e=>new wf({...t,promiseResolve:e}))}var PS,wf,TS=ze(()=>{PS=require("obsidian");Oe();wc();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();wf=class extends vi{static{o(this,"SelectOptionModal")}isSelected=!1;message;options;title;constructor(e){super(e),this.addCssClasses(B.SelectOptionModal),this.message=e.message??"",this.options=e.options,this.title=e.title??""}onClose(){this.isSelected||this.promiseResolve(null)}onOpen(){this.titleEl.setText(this.title),this.message&&this.contentEl.createEl("p",{text:this.message});for(let e of this.options){let n=new PS.ButtonComponent(this.contentEl);n.setButtonText(e.text),e.isCta&&n.setCta(),n.onClick(()=>{this.isSelected=!0,this.promiseResolve(e.value),this.close()})}}};o(FS,"selectOption")});var $S={};Bn($S,{openDemoVault:()=>_O});async function _O(t){var e=[];try{let{app:r,pluginId:a,pluginName:s,pluginNoticeComponent:l,pluginVersion:c}=t,u=FO(e,l.showNoticeAfterDelay({content:`Opening demo vault for ${s}\u2026`,delayInMilliseconds:0,mode:xf.Separate})),p=await JA(a);if(!p){l.showNotice(`Could not find plugin ${s} in the community plugins registry.`);return}let d=c,m=await KA(p),h;if((0,_S.compareVersions)(d,m)>=0)h=d;else{let y=await FS({app:r,message:`Current version of plugin ${s} v${d} is not the latest (v${m})`,options:[{isCta:!0,text:`Open demo vault for latest version (v${m})`,value:m},{text:`Open demo vault for current version (v${d})`,value:d},{text:"Cancel",value:null}],title:s});if(y===null)return;h=y}let f=await $O({pluginId:a,pluginName:s,pluginNoticeComponent:l,progressNotice:u,repo:p,version:h});if(!f)return;u.setContent(`Extracting demo vault for ${s} v${h}\u2026`),zO();let b=MO({archive:f,pluginId:a,version:h});window.electron.ipcRenderer.sendSync("vault-open",b,!1)}catch(r){var n=r,i=!0}finally{TO(e,n,i)}}function zO(){let t=ye((0,Ac.tmpdir)(),Af,MS);if(!(0,St.existsSync)(t))return;let e=Date.now();for(let n of(0,St.readdirSync)(t)){let i=ye(t,n);try{let r=(0,St.statSync)(i);if(e-r.mtimeMs<NO)continue;(0,St.rmSync)(i,{force:!0,recursive:!0})}catch{}}}function OO(t,e){let n=window.require("node:original-fs");new NS.default(t,{fs:n}).extractAllTo(e,!0)}function MO(t){let{archive:e,pluginId:n,version:i}=t,r=ye((0,Ac.tmpdir)(),Af,MS);(0,St.mkdirSync)(r,{recursive:!0});let a=(0,St.mkdtempSync)(ye(r,`${n}-${i}-`)),s=ye(a,`${n}-${i}.demo-vault`);return OO(e,s),s}async function $O(t){let{pluginId:e,pluginName:n,pluginNoticeComponent:i,progressNotice:r,repo:a,version:s}=t,l=ye((0,Ac.tmpdir)(),Af,IO),c=ye(l,`${e}-${s}.zip`);if((0,St.existsSync)(c))return(0,St.readFileSync)(c);r.setContent(`Downloading demo vault for ${n} v${s}\u2026`);let u=`https://github.com/${a}/releases/download/${s}/${e}-demo-vault-${s}.zip`,p=await(0,OS.requestUrl)({throw:!1,url:u});if(p.status!==DO)return i.showNotice(`No demo vault is available for plugin ${n} v${s}.`),null;let d=zS.Buffer.from(p.arrayBuffer);return(0,St.mkdirSync)(l,{recursive:!0}),(0,St.writeFileSync)(c,d),d}var NS,_S,zS,St,Ac,OS,IS,DS,FO,TO,Af,IO,MS,DO,NO,RS=ze(()=>{NS=Tn(VA(),1),_S=Tn(af(),1),zS=require("node:buffer"),St=require("node:fs"),Ac=require("node:os"),OS=require("obsidian");dt();YA();Cf();TS();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();IS=o((t,e)=>(e=Symbol[t])?e:Symbol.for("Symbol."+t),"__knownSymbol"),DS=o(t=>{throw TypeError(t)},"__typeError"),FO=o((t,e,n)=>{if(e!=null){typeof e!="object"&&typeof e!="function"&&DS("Object expected");var i,r;n&&(i=e[IS("asyncDispose")]),i===void 0&&(i=e[IS("dispose")],n&&(r=i)),typeof i!="function"&&DS("Object not disposable"),r&&(i=o(function(){try{r.call(this)}catch(a){return Promise.reject(a)}},"dispose")),t.push([n,i,e])}else n&&t.push([n]);return e},"__using"),TO=o((t,e,n)=>{var i=typeof SuppressedError=="function"?SuppressedError:function(s,l,c,u){return u=Error(c),u.name="SuppressedError",u.error=s,u.suppressed=l,u},r=o(s=>e=n?new i(s,e,"An error was suppressed during disposal"):(n=!0,s),"fail"),a=o(s=>{for(;s=t.pop();)try{var l=s[1]&&s[1].call(s[2]);if(s[0])return Promise.resolve(l).then(a,c=>(r(c),a()))}catch(c){r(c)}if(n)throw e},"next");return a()},"__callDispose"),Af="obsidian-demo-vaults",IO="archives",MS="extracted",DO=200,NO=864e5;o(_O,"openDemoVault");o(zO,"cleanupOrphanedExtractedVaults");o(OO,"extractDemoVaultArchive");o(MO,"extractDemoVaultToFreshFolder");o($O,"resolveDemoVaultArchive")});var IP=V((Bte,TP)=>{"use strict";var cu=Object.prototype.hasOwnProperty,FP=Object.prototype.toString,CP=Object.defineProperty,wP=Object.getOwnPropertyDescriptor,AP=o(function(e){return typeof Array.isArray=="function"?Array.isArray(e):FP.call(e)==="[object Array]"},"isArray"),SP=o(function(e){if(!e||FP.call(e)!=="[object Object]")return!1;var n=cu.call(e,"constructor"),i=e.constructor&&e.constructor.prototype&&cu.call(e.constructor.prototype,"isPrototypeOf");if(e.constructor&&!n&&!i)return!1;var r;for(r in e);return typeof r>"u"||cu.call(e,r)},"isPlainObject"),EP=o(function(e,n){CP&&n.name==="__proto__"?CP(e,n.name,{enumerable:!0,configurable:!0,value:n.newValue,writable:!0}):e[n.name]=n.newValue},"setProperty"),PP=o(function(e,n){if(n==="__proto__")if(cu.call(e,n)){if(wP)return wP(e,n).value}else return;return e[n]},"getProperty");TP.exports=o(function t(){var e,n,i,r,a,s,l=arguments[0],c=1,u=arguments.length,p=!1;for(typeof l=="boolean"&&(p=l,l=arguments[1]||{},c=2),(l==null||typeof l!="object"&&typeof l!="function")&&(l={});c<u;++c)if(e=arguments[c],e!=null)for(n in e)i=PP(l,n),r=PP(e,n),l!==r&&(p&&r&&(SP(r)||(a=AP(r)))?(a?(a=!1,s=i&&AP(i)?i:[]):s=i&&SP(i)?i:{},EP(l,{name:n,newValue:t(p,s,r)})):typeof r<"u"&&EP(l,{name:n,newValue:r}));return l},"extend")});var q2=V((vce,Ju)=>{Ju.exports.Space_Separator=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/;Ju.exports.ID_Start=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/;Ju.exports.ID_Continue=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/});var mv=V((bce,W2)=>{var dv=q2();W2.exports={isSpaceSeparator(t){return typeof t=="string"&&dv.Space_Separator.test(t)},isIdStartChar(t){return typeof t=="string"&&(t>="a"&&t<="z"||t>="A"&&t<="Z"||t==="$"||t==="_"||dv.ID_Start.test(t))},isIdContinueChar(t){return typeof t=="string"&&(t>="a"&&t<="z"||t>="A"&&t<="Z"||t>="0"&&t<="9"||t==="$"||t==="_"||t==="\u200C"||t==="\u200D"||dv.ID_Continue.test(t))},isDigit(t){return typeof t=="string"&&/[0-9]/.test(t)},isHexDigit(t){return typeof t=="string"&&/[0-9A-Fa-f]/.test(t)}}});var Q2=V((kce,X2)=>{var Pt=mv(),fv,on,ni,Yu,Fi,pr,Ft,bv,Zs;X2.exports=o(function(e,n){fv=String(e),on="start",ni=[],Yu=0,Fi=1,pr=0,Ft=void 0,bv=void 0,Zs=void 0;do Ft=PB(),IB[on]();while(Ft.type!=="eof");return typeof n=="function"?gv({"":Zs},"",n):Zs},"parse");function gv(t,e,n){let i=t[e];if(i!=null&&typeof i=="object")if(Array.isArray(i))for(let r=0;r<i.length;r++){let a=String(r),s=gv(i,a,n);s===void 0?delete i[a]:Object.defineProperty(i,a,{value:s,writable:!0,enumerable:!0,configurable:!0})}else for(let r in i){let a=gv(i,r,n);a===void 0?delete i[r]:Object.defineProperty(i,r,{value:a,writable:!0,enumerable:!0,configurable:!0})}return n.call(t,e,i)}o(gv,"internalize");var ve,he,Vs,ti,Ee;function PB(){for(ve="default",he="",Vs=!1,ti=1;;){Ee=ri();let t=K2[ve]();if(t)return t}}o(PB,"lex");function ri(){if(fv[Yu])return String.fromCodePoint(fv.codePointAt(Yu))}o(ri,"peek");function N(){let t=ri();return t===`
|
|
`?(Fi++,pr=0):t?pr+=t.length:pr++,t&&(Yu+=t.length),t}o(N,"read");var K2={default(){switch(Ee){case" ":case"\v":case"\f":case" ":case"\xA0":case"\uFEFF":case`
|
|
`:case"\r":case"\u2028":case"\u2029":N();return;case"/":N(),ve="comment";return;case void 0:return N(),Je("eof")}if(Pt.isSpaceSeparator(Ee)){N();return}return K2[on]()},comment(){switch(Ee){case"*":N(),ve="multiLineComment";return;case"/":N(),ve="singleLineComment";return}throw Ke(N())},multiLineComment(){switch(Ee){case"*":N(),ve="multiLineCommentAsterisk";return;case void 0:throw Ke(N())}N()},multiLineCommentAsterisk(){switch(Ee){case"*":N();return;case"/":N(),ve="default";return;case void 0:throw Ke(N())}N(),ve="multiLineComment"},singleLineComment(){switch(Ee){case`
|
|
`:case"\r":case"\u2028":case"\u2029":N(),ve="default";return;case void 0:return N(),Je("eof")}N()},value(){switch(Ee){case"{":case"[":return Je("punctuator",N());case"n":return N(),fa("ull"),Je("null",null);case"t":return N(),fa("rue"),Je("boolean",!0);case"f":return N(),fa("alse"),Je("boolean",!1);case"-":case"+":N()==="-"&&(ti=-1),ve="sign";return;case".":he=N(),ve="decimalPointLeading";return;case"0":he=N(),ve="zero";return;case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":he=N(),ve="decimalInteger";return;case"I":return N(),fa("nfinity"),Je("numeric",1/0);case"N":return N(),fa("aN"),Je("numeric",NaN);case'"':case"'":Vs=N()==='"',he="",ve="string";return}throw Ke(N())},identifierNameStartEscape(){if(Ee!=="u")throw Ke(N());N();let t=vv();switch(t){case"$":case"_":break;default:if(!Pt.isIdStartChar(t))throw J2();break}he+=t,ve="identifierName"},identifierName(){switch(Ee){case"$":case"_":case"\u200C":case"\u200D":he+=N();return;case"\\":N(),ve="identifierNameEscape";return}if(Pt.isIdContinueChar(Ee)){he+=N();return}return Je("identifier",he)},identifierNameEscape(){if(Ee!=="u")throw Ke(N());N();let t=vv();switch(t){case"$":case"_":case"\u200C":case"\u200D":break;default:if(!Pt.isIdContinueChar(t))throw J2();break}he+=t,ve="identifierName"},sign(){switch(Ee){case".":he=N(),ve="decimalPointLeading";return;case"0":he=N(),ve="zero";return;case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":he=N(),ve="decimalInteger";return;case"I":return N(),fa("nfinity"),Je("numeric",ti*(1/0));case"N":return N(),fa("aN"),Je("numeric",NaN)}throw Ke(N())},zero(){switch(Ee){case".":he+=N(),ve="decimalPoint";return;case"e":case"E":he+=N(),ve="decimalExponent";return;case"x":case"X":he+=N(),ve="hexadecimal";return}return Je("numeric",ti*0)},decimalInteger(){switch(Ee){case".":he+=N(),ve="decimalPoint";return;case"e":case"E":he+=N(),ve="decimalExponent";return}if(Pt.isDigit(Ee)){he+=N();return}return Je("numeric",ti*Number(he))},decimalPointLeading(){if(Pt.isDigit(Ee)){he+=N(),ve="decimalFraction";return}throw Ke(N())},decimalPoint(){switch(Ee){case"e":case"E":he+=N(),ve="decimalExponent";return}if(Pt.isDigit(Ee)){he+=N(),ve="decimalFraction";return}return Je("numeric",ti*Number(he))},decimalFraction(){switch(Ee){case"e":case"E":he+=N(),ve="decimalExponent";return}if(Pt.isDigit(Ee)){he+=N();return}return Je("numeric",ti*Number(he))},decimalExponent(){switch(Ee){case"+":case"-":he+=N(),ve="decimalExponentSign";return}if(Pt.isDigit(Ee)){he+=N(),ve="decimalExponentInteger";return}throw Ke(N())},decimalExponentSign(){if(Pt.isDigit(Ee)){he+=N(),ve="decimalExponentInteger";return}throw Ke(N())},decimalExponentInteger(){if(Pt.isDigit(Ee)){he+=N();return}return Je("numeric",ti*Number(he))},hexadecimal(){if(Pt.isHexDigit(Ee)){he+=N(),ve="hexadecimalInteger";return}throw Ke(N())},hexadecimalInteger(){if(Pt.isHexDigit(Ee)){he+=N();return}return Je("numeric",ti*Number(he))},string(){switch(Ee){case"\\":N(),he+=FB();return;case'"':if(Vs)return N(),Je("string",he);he+=N();return;case"'":if(!Vs)return N(),Je("string",he);he+=N();return;case`
|
|
`:case"\r":throw Ke(N());case"\u2028":case"\u2029":DB(Ee);break;case void 0:throw Ke(N())}he+=N()},start(){switch(Ee){case"{":case"[":return Je("punctuator",N())}ve="value"},beforePropertyName(){switch(Ee){case"$":case"_":he=N(),ve="identifierName";return;case"\\":N(),ve="identifierNameStartEscape";return;case"}":return Je("punctuator",N());case'"':case"'":Vs=N()==='"',ve="string";return}if(Pt.isIdStartChar(Ee)){he+=N(),ve="identifierName";return}throw Ke(N())},afterPropertyName(){if(Ee===":")return Je("punctuator",N());throw Ke(N())},beforePropertyValue(){ve="value"},afterPropertyValue(){switch(Ee){case",":case"}":return Je("punctuator",N())}throw Ke(N())},beforeArrayValue(){if(Ee==="]")return Je("punctuator",N());ve="value"},afterArrayValue(){switch(Ee){case",":case"]":return Je("punctuator",N())}throw Ke(N())},end(){throw Ke(N())}};function Je(t,e){return{type:t,value:e,line:Fi,column:pr}}o(Je,"newToken");function fa(t){for(let e of t){if(ri()!==e)throw Ke(N());N()}}o(fa,"literal");function FB(){switch(ri()){case"b":return N(),"\b";case"f":return N(),"\f";case"n":return N(),`
|
|
`;case"r":return N(),"\r";case"t":return N()," ";case"v":return N(),"\v";case"0":if(N(),Pt.isDigit(ri()))throw Ke(N());return"\0";case"x":return N(),TB();case"u":return N(),vv();case`
|
|
`:case"\u2028":case"\u2029":return N(),"";case"\r":return N(),ri()===`
|
|
`&&N(),"";case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":throw Ke(N());case void 0:throw Ke(N())}return N()}o(FB,"escape");function TB(){let t="",e=ri();if(!Pt.isHexDigit(e)||(t+=N(),e=ri(),!Pt.isHexDigit(e)))throw Ke(N());return t+=N(),String.fromCodePoint(parseInt(t,16))}o(TB,"hexEscape");function vv(){let t="",e=4;for(;e-- >0;){let n=ri();if(!Pt.isHexDigit(n))throw Ke(N());t+=N()}return String.fromCodePoint(parseInt(t,16))}o(vv,"unicodeEscape");var IB={start(){if(Ft.type==="eof")throw ga();hv()},beforePropertyName(){switch(Ft.type){case"identifier":case"string":bv=Ft.value,on="afterPropertyName";return;case"punctuator":Ku();return;case"eof":throw ga()}},afterPropertyName(){if(Ft.type==="eof")throw ga();on="beforePropertyValue"},beforePropertyValue(){if(Ft.type==="eof")throw ga();hv()},beforeArrayValue(){if(Ft.type==="eof")throw ga();if(Ft.type==="punctuator"&&Ft.value==="]"){Ku();return}hv()},afterPropertyValue(){if(Ft.type==="eof")throw ga();switch(Ft.value){case",":on="beforePropertyName";return;case"}":Ku()}},afterArrayValue(){if(Ft.type==="eof")throw ga();switch(Ft.value){case",":on="beforeArrayValue";return;case"]":Ku()}},end(){}};function hv(){let t;switch(Ft.type){case"punctuator":switch(Ft.value){case"{":t={};break;case"[":t=[];break}break;case"null":case"boolean":case"numeric":case"string":t=Ft.value;break}if(Zs===void 0)Zs=t;else{let e=ni[ni.length-1];Array.isArray(e)?e.push(t):Object.defineProperty(e,bv,{value:t,writable:!0,enumerable:!0,configurable:!0})}if(t!==null&&typeof t=="object")ni.push(t),Array.isArray(t)?on="beforeArrayValue":on="beforePropertyName";else{let e=ni[ni.length-1];e==null?on="end":Array.isArray(e)?on="afterArrayValue":on="afterPropertyValue"}}o(hv,"push");function Ku(){ni.pop();let t=ni[ni.length-1];t==null?on="end":Array.isArray(t)?on="afterArrayValue":on="afterPropertyValue"}o(Ku,"pop");function Ke(t){return Xu(t===void 0?`JSON5: invalid end of input at ${Fi}:${pr}`:`JSON5: invalid character '${Y2(t)}' at ${Fi}:${pr}`)}o(Ke,"invalidChar");function ga(){return Xu(`JSON5: invalid end of input at ${Fi}:${pr}`)}o(ga,"invalidEOF");function J2(){return pr-=5,Xu(`JSON5: invalid identifier character at ${Fi}:${pr}`)}o(J2,"invalidIdentifier");function DB(t){console.warn(`JSON5: '${Y2(t)}' in strings is not valid ECMAScript; consider escaping`)}o(DB,"separatorChar");function Y2(t){let e={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r"," ":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};if(e[t])return e[t];if(t<" "){let n=t.charCodeAt(0).toString(16);return"\\x"+("00"+n).substring(n.length)}return t}o(Y2,"formatChar");function Xu(t){let e=new SyntaxError(t);return e.lineNumber=Fi,e.columnNumber=pr,e}o(Xu,"syntaxError")});var tF=V((xce,eF)=>{var kv=mv();eF.exports=o(function(e,n,i){let r=[],a="",s,l,c="",u;if(n!=null&&typeof n=="object"&&!Array.isArray(n)&&(i=n.space,u=n.quote,n=n.replacer),typeof n=="function")l=n;else if(Array.isArray(n)){s=[];for(let b of n){let y;typeof b=="string"?y=b:(typeof b=="number"||b instanceof String||b instanceof Number)&&(y=String(b)),y!==void 0&&s.indexOf(y)<0&&s.push(y)}}return i instanceof Number?i=Number(i):i instanceof String&&(i=String(i)),typeof i=="number"?i>0&&(i=Math.min(10,Math.floor(i)),c=" ".substr(0,i)):typeof i=="string"&&(c=i.substr(0,10)),p("",{"":e});function p(b,y){let x=y[b];switch(x!=null&&(typeof x.toJSON5=="function"?x=x.toJSON5(b):typeof x.toJSON=="function"&&(x=x.toJSON(b))),l&&(x=l.call(y,b,x)),x instanceof Number?x=Number(x):x instanceof String?x=String(x):x instanceof Boolean&&(x=x.valueOf()),x){case null:return"null";case!0:return"true";case!1:return"false"}if(typeof x=="string")return d(x,!1);if(typeof x=="number")return String(x);if(typeof x=="object")return Array.isArray(x)?f(x):m(x)}o(p,"serializeProperty");function d(b){let y={"'":.1,'"':.2},x={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r"," ":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"},C="";for(let w=0;w<b.length;w++){let F=b[w];switch(F){case"'":case'"':y[F]++,C+=F;continue;case"\0":if(kv.isDigit(b[w+1])){C+="\\x00";continue}}if(x[F]){C+=x[F];continue}if(F<" "){let A=F.charCodeAt(0).toString(16);C+="\\x"+("00"+A).substring(A.length);continue}C+=F}let g=u||Object.keys(y).reduce((w,F)=>y[w]<y[F]?w:F);return C=C.replace(new RegExp(g,"g"),x[g]),g+C+g}o(d,"quoteString");function m(b){if(r.indexOf(b)>=0)throw TypeError("Converting circular structure to JSON5");r.push(b);let y=a;a=a+c;let x=s||Object.keys(b),C=[];for(let w of x){let F=p(w,b);if(F!==void 0){let A=h(w)+":";c!==""&&(A+=" "),A+=F,C.push(A)}}let g;if(C.length===0)g="{}";else{let w;if(c==="")w=C.join(","),g="{"+w+"}";else{let F=`,
|
|
`+a;w=C.join(F),g=`{
|
|
`+a+w+`,
|
|
`+y+"}"}}return r.pop(),a=y,g}o(m,"serializeObject");function h(b){if(b.length===0)return d(b,!0);let y=String.fromCodePoint(b.codePointAt(0));if(!kv.isIdStartChar(y))return d(b,!0);for(let x=y.length;x<b.length;x++)if(!kv.isIdContinueChar(String.fromCodePoint(b.codePointAt(x))))return d(b,!0);return b}o(h,"serializeKey");function f(b){if(r.indexOf(b)>=0)throw TypeError("Converting circular structure to JSON5");r.push(b);let y=a;a=a+c;let x=[];for(let g=0;g<b.length;g++){let w=p(String(g),b);x.push(w!==void 0?w:"null")}let C;if(x.length===0)C="[]";else if(c==="")C="["+x.join(",")+"]";else{let g=`,
|
|
`+a,w=x.join(g);C=`[
|
|
`+a+w+`,
|
|
`+y+"]"}return r.pop(),a=y,C}o(f,"serializeArray")},"stringify")});var rF=V((wce,nF)=>{var NB=Q2(),_B=tF(),zB={parse:NB,stringify:_B};nF.exports=zB});var tI=V((NC,_C)=>{(function(t,e,n){typeof NC=="object"?(_C.exports=n(),_C.exports.default=n()):typeof define=="function"&&define.amd?define(n):e[t]=n()})("slugify",NC,function(){var t=JSON.parse(`{"$":"dollar","%":"percent","&":"and","<":"less",">":"greater","|":"or","\xA2":"cent","\xA3":"pound","\xA4":"currency","\xA5":"yen","\xA9":"(c)","\xAA":"a","\xAE":"(r)","\xBA":"o","\xC0":"A","\xC1":"A","\xC2":"A","\xC3":"A","\xC4":"A","\xC5":"A","\xC6":"AE","\xC7":"C","\xC8":"E","\xC9":"E","\xCA":"E","\xCB":"E","\xCC":"I","\xCD":"I","\xCE":"I","\xCF":"I","\xD0":"D","\xD1":"N","\xD2":"O","\xD3":"O","\xD4":"O","\xD5":"O","\xD6":"O","\xD8":"O","\xD9":"U","\xDA":"U","\xDB":"U","\xDC":"U","\xDD":"Y","\xDE":"TH","\xDF":"ss","\xE0":"a","\xE1":"a","\xE2":"a","\xE3":"a","\xE4":"a","\xE5":"a","\xE6":"ae","\xE7":"c","\xE8":"e","\xE9":"e","\xEA":"e","\xEB":"e","\xEC":"i","\xED":"i","\xEE":"i","\xEF":"i","\xF0":"d","\xF1":"n","\xF2":"o","\xF3":"o","\xF4":"o","\xF5":"o","\xF6":"o","\xF8":"o","\xF9":"u","\xFA":"u","\xFB":"u","\xFC":"u","\xFD":"y","\xFE":"th","\xFF":"y","\u0100":"A","\u0101":"a","\u0102":"A","\u0103":"a","\u0104":"A","\u0105":"a","\u0106":"C","\u0107":"c","\u010C":"C","\u010D":"c","\u010E":"D","\u010F":"d","\u0110":"DJ","\u0111":"dj","\u0112":"E","\u0113":"e","\u0116":"E","\u0117":"e","\u0118":"e","\u0119":"e","\u011A":"E","\u011B":"e","\u011E":"G","\u011F":"g","\u0122":"G","\u0123":"g","\u0128":"I","\u0129":"i","\u012A":"i","\u012B":"i","\u012E":"I","\u012F":"i","\u0130":"I","\u0131":"i","\u0136":"k","\u0137":"k","\u013B":"L","\u013C":"l","\u013D":"L","\u013E":"l","\u0141":"L","\u0142":"l","\u0143":"N","\u0144":"n","\u0145":"N","\u0146":"n","\u0147":"N","\u0148":"n","\u014C":"O","\u014D":"o","\u0150":"O","\u0151":"o","\u0152":"OE","\u0153":"oe","\u0154":"R","\u0155":"r","\u0158":"R","\u0159":"r","\u015A":"S","\u015B":"s","\u015E":"S","\u015F":"s","\u0160":"S","\u0161":"s","\u0162":"T","\u0163":"t","\u0164":"T","\u0165":"t","\u0168":"U","\u0169":"u","\u016A":"u","\u016B":"u","\u016E":"U","\u016F":"u","\u0170":"U","\u0171":"u","\u0172":"U","\u0173":"u","\u0174":"W","\u0175":"w","\u0176":"Y","\u0177":"y","\u0178":"Y","\u0179":"Z","\u017A":"z","\u017B":"Z","\u017C":"z","\u017D":"Z","\u017E":"z","\u018F":"E","\u0192":"f","\u01A0":"O","\u01A1":"o","\u01AF":"U","\u01B0":"u","\u01C8":"LJ","\u01C9":"lj","\u01CB":"NJ","\u01CC":"nj","\u0218":"S","\u0219":"s","\u021A":"T","\u021B":"t","\u0259":"e","\u02DA":"o","\u0386":"A","\u0388":"E","\u0389":"H","\u038A":"I","\u038C":"O","\u038E":"Y","\u038F":"W","\u0390":"i","\u0391":"A","\u0392":"B","\u0393":"G","\u0394":"D","\u0395":"E","\u0396":"Z","\u0397":"H","\u0398":"8","\u0399":"I","\u039A":"K","\u039B":"L","\u039C":"M","\u039D":"N","\u039E":"3","\u039F":"O","\u03A0":"P","\u03A1":"R","\u03A3":"S","\u03A4":"T","\u03A5":"Y","\u03A6":"F","\u03A7":"X","\u03A8":"PS","\u03A9":"W","\u03AA":"I","\u03AB":"Y","\u03AC":"a","\u03AD":"e","\u03AE":"h","\u03AF":"i","\u03B0":"y","\u03B1":"a","\u03B2":"b","\u03B3":"g","\u03B4":"d","\u03B5":"e","\u03B6":"z","\u03B7":"h","\u03B8":"8","\u03B9":"i","\u03BA":"k","\u03BB":"l","\u03BC":"m","\u03BD":"n","\u03BE":"3","\u03BF":"o","\u03C0":"p","\u03C1":"r","\u03C2":"s","\u03C3":"s","\u03C4":"t","\u03C5":"y","\u03C6":"f","\u03C7":"x","\u03C8":"ps","\u03C9":"w","\u03CA":"i","\u03CB":"y","\u03CC":"o","\u03CD":"y","\u03CE":"w","\u0401":"Yo","\u0402":"DJ","\u0404":"Ye","\u0406":"I","\u0407":"Yi","\u0408":"J","\u0409":"LJ","\u040A":"NJ","\u040B":"C","\u040F":"DZ","\u0410":"A","\u0411":"B","\u0412":"V","\u0413":"G","\u0414":"D","\u0415":"E","\u0416":"Zh","\u0417":"Z","\u0418":"I","\u0419":"J","\u041A":"K","\u041B":"L","\u041C":"M","\u041D":"N","\u041E":"O","\u041F":"P","\u0420":"R","\u0421":"S","\u0422":"T","\u0423":"U","\u0424":"F","\u0425":"H","\u0426":"C","\u0427":"Ch","\u0428":"Sh","\u0429":"Sh","\u042A":"U","\u042B":"Y","\u042C":"","\u042D":"E","\u042E":"Yu","\u042F":"Ya","\u0430":"a","\u0431":"b","\u0432":"v","\u0433":"g","\u0434":"d","\u0435":"e","\u0436":"zh","\u0437":"z","\u0438":"i","\u0439":"j","\u043A":"k","\u043B":"l","\u043C":"m","\u043D":"n","\u043E":"o","\u043F":"p","\u0440":"r","\u0441":"s","\u0442":"t","\u0443":"u","\u0444":"f","\u0445":"h","\u0446":"c","\u0447":"ch","\u0448":"sh","\u0449":"sh","\u044A":"u","\u044B":"y","\u044C":"","\u044D":"e","\u044E":"yu","\u044F":"ya","\u0451":"yo","\u0452":"dj","\u0454":"ye","\u0456":"i","\u0457":"yi","\u0458":"j","\u0459":"lj","\u045A":"nj","\u045B":"c","\u045D":"u","\u045F":"dz","\u0490":"G","\u0491":"g","\u0492":"GH","\u0493":"gh","\u049A":"KH","\u049B":"kh","\u04A2":"NG","\u04A3":"ng","\u04AE":"UE","\u04AF":"ue","\u04B0":"U","\u04B1":"u","\u04BA":"H","\u04BB":"h","\u04D8":"AE","\u04D9":"ae","\u04E8":"OE","\u04E9":"oe","\u0531":"A","\u0532":"B","\u0533":"G","\u0534":"D","\u0535":"E","\u0536":"Z","\u0537":"E'","\u0538":"Y'","\u0539":"T'","\u053A":"JH","\u053B":"I","\u053C":"L","\u053D":"X","\u053E":"C'","\u053F":"K","\u0540":"H","\u0541":"D'","\u0542":"GH","\u0543":"TW","\u0544":"M","\u0545":"Y","\u0546":"N","\u0547":"SH","\u0549":"CH","\u054A":"P","\u054B":"J","\u054C":"R'","\u054D":"S","\u054E":"V","\u054F":"T","\u0550":"R","\u0551":"C","\u0553":"P'","\u0554":"Q'","\u0555":"O''","\u0556":"F","\u0587":"EV","\u0621":"a","\u0622":"aa","\u0623":"a","\u0624":"u","\u0625":"i","\u0626":"e","\u0627":"a","\u0628":"b","\u0629":"h","\u062A":"t","\u062B":"th","\u062C":"j","\u062D":"h","\u062E":"kh","\u062F":"d","\u0630":"th","\u0631":"r","\u0632":"z","\u0633":"s","\u0634":"sh","\u0635":"s","\u0636":"dh","\u0637":"t","\u0638":"z","\u0639":"a","\u063A":"gh","\u0641":"f","\u0642":"q","\u0643":"k","\u0644":"l","\u0645":"m","\u0646":"n","\u0647":"h","\u0648":"w","\u0649":"a","\u064A":"y","\u064B":"an","\u064C":"on","\u064D":"en","\u064E":"a","\u064F":"u","\u0650":"e","\u0652":"","\u0660":"0","\u0661":"1","\u0662":"2","\u0663":"3","\u0664":"4","\u0665":"5","\u0666":"6","\u0667":"7","\u0668":"8","\u0669":"9","\u067E":"p","\u0686":"ch","\u0698":"zh","\u06A9":"k","\u06AF":"g","\u06CC":"y","\u06F0":"0","\u06F1":"1","\u06F2":"2","\u06F3":"3","\u06F4":"4","\u06F5":"5","\u06F6":"6","\u06F7":"7","\u06F8":"8","\u06F9":"9","\u0E3F":"baht","\u10D0":"a","\u10D1":"b","\u10D2":"g","\u10D3":"d","\u10D4":"e","\u10D5":"v","\u10D6":"z","\u10D7":"t","\u10D8":"i","\u10D9":"k","\u10DA":"l","\u10DB":"m","\u10DC":"n","\u10DD":"o","\u10DE":"p","\u10DF":"zh","\u10E0":"r","\u10E1":"s","\u10E2":"t","\u10E3":"u","\u10E4":"f","\u10E5":"k","\u10E6":"gh","\u10E7":"q","\u10E8":"sh","\u10E9":"ch","\u10EA":"ts","\u10EB":"dz","\u10EC":"ts","\u10ED":"ch","\u10EE":"kh","\u10EF":"j","\u10F0":"h","\u1E62":"S","\u1E63":"s","\u1E80":"W","\u1E81":"w","\u1E82":"W","\u1E83":"w","\u1E84":"W","\u1E85":"w","\u1E9E":"SS","\u1EA0":"A","\u1EA1":"a","\u1EA2":"A","\u1EA3":"a","\u1EA4":"A","\u1EA5":"a","\u1EA6":"A","\u1EA7":"a","\u1EA8":"A","\u1EA9":"a","\u1EAA":"A","\u1EAB":"a","\u1EAC":"A","\u1EAD":"a","\u1EAE":"A","\u1EAF":"a","\u1EB0":"A","\u1EB1":"a","\u1EB2":"A","\u1EB3":"a","\u1EB4":"A","\u1EB5":"a","\u1EB6":"A","\u1EB7":"a","\u1EB8":"E","\u1EB9":"e","\u1EBA":"E","\u1EBB":"e","\u1EBC":"E","\u1EBD":"e","\u1EBE":"E","\u1EBF":"e","\u1EC0":"E","\u1EC1":"e","\u1EC2":"E","\u1EC3":"e","\u1EC4":"E","\u1EC5":"e","\u1EC6":"E","\u1EC7":"e","\u1EC8":"I","\u1EC9":"i","\u1ECA":"I","\u1ECB":"i","\u1ECC":"O","\u1ECD":"o","\u1ECE":"O","\u1ECF":"o","\u1ED0":"O","\u1ED1":"o","\u1ED2":"O","\u1ED3":"o","\u1ED4":"O","\u1ED5":"o","\u1ED6":"O","\u1ED7":"o","\u1ED8":"O","\u1ED9":"o","\u1EDA":"O","\u1EDB":"o","\u1EDC":"O","\u1EDD":"o","\u1EDE":"O","\u1EDF":"o","\u1EE0":"O","\u1EE1":"o","\u1EE2":"O","\u1EE3":"o","\u1EE4":"U","\u1EE5":"u","\u1EE6":"U","\u1EE7":"u","\u1EE8":"U","\u1EE9":"u","\u1EEA":"U","\u1EEB":"u","\u1EEC":"U","\u1EED":"u","\u1EEE":"U","\u1EEF":"u","\u1EF0":"U","\u1EF1":"u","\u1EF2":"Y","\u1EF3":"y","\u1EF4":"Y","\u1EF5":"y","\u1EF6":"Y","\u1EF7":"y","\u1EF8":"Y","\u1EF9":"y","\u2013":"-","\u2018":"'","\u2019":"'","\u201C":"\\"","\u201D":"\\"","\u201E":"\\"","\u2020":"+","\u2022":"*","\u2026":"...","\u20A0":"ecu","\u20A2":"cruzeiro","\u20A3":"french franc","\u20A4":"lira","\u20A5":"mill","\u20A6":"naira","\u20A7":"peseta","\u20A8":"rupee","\u20A9":"won","\u20AA":"new shequel","\u20AB":"dong","\u20AC":"euro","\u20AD":"kip","\u20AE":"tugrik","\u20AF":"drachma","\u20B0":"penny","\u20B1":"peso","\u20B2":"guarani","\u20B3":"austral","\u20B4":"hryvnia","\u20B5":"cedi","\u20B8":"kazakhstani tenge","\u20B9":"indian rupee","\u20BA":"turkish lira","\u20BD":"russian ruble","\u20BF":"bitcoin","\u2120":"sm","\u2122":"tm","\u2202":"d","\u2206":"delta","\u2211":"sum","\u221E":"infinity","\u2665":"love","\u5143":"yuan","\u5186":"yen","\uFDFC":"rial","\uFEF5":"laa","\uFEF7":"laa","\uFEF9":"lai","\uFEFB":"la"}`),e=JSON.parse('{"bg":{"\u0419":"Y","\u0426":"Ts","\u0429":"Sht","\u042A":"A","\u042C":"Y","\u0439":"y","\u0446":"ts","\u0449":"sht","\u044A":"a","\u044C":"y"},"de":{"\xC4":"AE","\xE4":"ae","\xD6":"OE","\xF6":"oe","\xDC":"UE","\xFC":"ue","\xDF":"ss","%":"prozent","&":"und","|":"oder","\u2211":"summe","\u221E":"unendlich","\u2665":"liebe"},"es":{"%":"por ciento","&":"y","<":"menor que",">":"mayor que","|":"o","\xA2":"centavos","\xA3":"libras","\xA4":"moneda","\u20A3":"francos","\u2211":"suma","\u221E":"infinito","\u2665":"amor"},"fr":{"%":"pourcent","&":"et","<":"plus petit",">":"plus grand","|":"ou","\xA2":"centime","\xA3":"livre","\xA4":"devise","\u20A3":"franc","\u2211":"somme","\u221E":"infini","\u2665":"amour"},"pt":{"%":"porcento","&":"e","<":"menor",">":"maior","|":"ou","\xA2":"centavo","\u2211":"soma","\xA3":"libra","\u221E":"infinito","\u2665":"amor"},"uk":{"\u0418":"Y","\u0438":"y","\u0419":"Y","\u0439":"y","\u0426":"Ts","\u0446":"ts","\u0425":"Kh","\u0445":"kh","\u0429":"Shch","\u0449":"shch","\u0413":"H","\u0433":"h"},"vi":{"\u0110":"D","\u0111":"d"},"da":{"\xD8":"OE","\xF8":"oe","\xC5":"AA","\xE5":"aa","%":"procent","&":"og","|":"eller","$":"dollar","<":"mindre end",">":"st\xF8rre end"},"nb":{"&":"og","\xC5":"AA","\xC6":"AE","\xD8":"OE","\xE5":"aa","\xE6":"ae","\xF8":"oe"},"it":{"&":"e"},"nl":{"&":"en"},"sv":{"&":"och","\xC5":"AA","\xC4":"AE","\xD6":"OE","\xE5":"aa","\xE4":"ae","\xF6":"oe"}}');function n(i,r){if(typeof i!="string")throw new Error("slugify: string argument expected");r=typeof r=="string"?{replacement:r}:r||{};var a=e[r.locale]||{},s=r.replacement===void 0?"-":r.replacement,l=r.trim===void 0?!0:r.trim,c=i.normalize().split("").reduce(function(u,p){var d=a[p];return d===void 0&&(d=t[p]),d===void 0&&(d=p),d===s&&(d=" "),u+d.replace(r.remove||/[^\w\s$*_+~.()'"!\-:@]+/g,"")},"");return r.strict&&(c=c.replace(/[^A-Za-z0-9\s]/g,"")),l&&(c=c.trim()),c=c.replace(/\s+/g,s),r.lower&&(c=c.toLowerCase()),c}return o(n,"replace"),n.extend=function(i){Object.assign(t,i)},n})});var is=V((tke,fI)=>{"use strict";var Z3="2.0.0",G3=Number.MAX_SAFE_INTEGER||9007199254740991,H3=16,q3=250,W3=["major","premajor","minor","preminor","patch","prepatch","prerelease"];fI.exports={MAX_LENGTH:256,MAX_SAFE_COMPONENT_LENGTH:H3,MAX_SAFE_BUILD_LENGTH:q3,MAX_SAFE_INTEGER:G3,RELEASE_TYPES:W3,SEMVER_SPEC_VERSION:Z3,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2}});var Dl=V((nke,gI)=>{"use strict";var J3=typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...t)=>console.error("SEMVER",...t):()=>{};gI.exports=J3});var as=V((Lr,vI)=>{"use strict";var{MAX_SAFE_COMPONENT_LENGTH:jC,MAX_SAFE_BUILD_LENGTH:K3,MAX_LENGTH:Y3}=is(),X3=Dl();Lr=vI.exports={};var Q3=Lr.re=[],e5=Lr.safeRe=[],K=Lr.src=[],t5=Lr.safeSrc=[],Y=Lr.t={},n5=0,BC="[a-zA-Z0-9-]",r5=[["\\s",1],["\\d",Y3],[BC,K3]],i5=o(t=>{for(let[e,n]of r5)t=t.split(`${e}*`).join(`${e}{0,${n}}`).split(`${e}+`).join(`${e}{1,${n}}`);return t},"makeSafeRegex"),fe=o((t,e,n)=>{let i=i5(e),r=n5++;X3(t,r,e),Y[t]=r,K[r]=e,t5[r]=i,Q3[r]=new RegExp(e,n?"g":void 0),e5[r]=new RegExp(i,n?"g":void 0)},"createToken");fe("NUMERICIDENTIFIER","0|[1-9]\\d*");fe("NUMERICIDENTIFIERLOOSE","\\d+");fe("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${BC}*`);fe("MAINVERSION",`(${K[Y.NUMERICIDENTIFIER]})\\.(${K[Y.NUMERICIDENTIFIER]})\\.(${K[Y.NUMERICIDENTIFIER]})`);fe("MAINVERSIONLOOSE",`(${K[Y.NUMERICIDENTIFIERLOOSE]})\\.(${K[Y.NUMERICIDENTIFIERLOOSE]})\\.(${K[Y.NUMERICIDENTIFIERLOOSE]})`);fe("PRERELEASEIDENTIFIER",`(?:${K[Y.NONNUMERICIDENTIFIER]}|${K[Y.NUMERICIDENTIFIER]})`);fe("PRERELEASEIDENTIFIERLOOSE",`(?:${K[Y.NONNUMERICIDENTIFIER]}|${K[Y.NUMERICIDENTIFIERLOOSE]})`);fe("PRERELEASE",`(?:-(${K[Y.PRERELEASEIDENTIFIER]}(?:\\.${K[Y.PRERELEASEIDENTIFIER]})*))`);fe("PRERELEASELOOSE",`(?:-?(${K[Y.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${K[Y.PRERELEASEIDENTIFIERLOOSE]})*))`);fe("BUILDIDENTIFIER",`${BC}+`);fe("BUILD",`(?:\\+(${K[Y.BUILDIDENTIFIER]}(?:\\.${K[Y.BUILDIDENTIFIER]})*))`);fe("FULLPLAIN",`v?${K[Y.MAINVERSION]}${K[Y.PRERELEASE]}?${K[Y.BUILD]}?`);fe("FULL",`^${K[Y.FULLPLAIN]}$`);fe("LOOSEPLAIN",`[v=\\s]*${K[Y.MAINVERSIONLOOSE]}${K[Y.PRERELEASELOOSE]}?${K[Y.BUILD]}?`);fe("LOOSE",`^${K[Y.LOOSEPLAIN]}$`);fe("GTLT","((?:<|>)?=?)");fe("XRANGEIDENTIFIERLOOSE",`${K[Y.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`);fe("XRANGEIDENTIFIER",`${K[Y.NUMERICIDENTIFIER]}|x|X|\\*`);fe("XRANGEPLAIN",`[v=\\s]*(${K[Y.XRANGEIDENTIFIER]})(?:\\.(${K[Y.XRANGEIDENTIFIER]})(?:\\.(${K[Y.XRANGEIDENTIFIER]})(?:${K[Y.PRERELEASE]})?${K[Y.BUILD]}?)?)?`);fe("XRANGEPLAINLOOSE",`[v=\\s]*(${K[Y.XRANGEIDENTIFIERLOOSE]})(?:\\.(${K[Y.XRANGEIDENTIFIERLOOSE]})(?:\\.(${K[Y.XRANGEIDENTIFIERLOOSE]})(?:${K[Y.PRERELEASELOOSE]})?${K[Y.BUILD]}?)?)?`);fe("XRANGE",`^${K[Y.GTLT]}\\s*${K[Y.XRANGEPLAIN]}$`);fe("XRANGELOOSE",`^${K[Y.GTLT]}\\s*${K[Y.XRANGEPLAINLOOSE]}$`);fe("COERCEPLAIN",`(^|[^\\d])(\\d{1,${jC}})(?:\\.(\\d{1,${jC}}))?(?:\\.(\\d{1,${jC}}))?`);fe("COERCE",`${K[Y.COERCEPLAIN]}(?:$|[^\\d])`);fe("COERCEFULL",K[Y.COERCEPLAIN]+`(?:${K[Y.PRERELEASE]})?(?:${K[Y.BUILD]})?(?:$|[^\\d])`);fe("COERCERTL",K[Y.COERCE],!0);fe("COERCERTLFULL",K[Y.COERCEFULL],!0);fe("LONETILDE","(?:~>?)");fe("TILDETRIM",`(\\s*)${K[Y.LONETILDE]}\\s+`,!0);Lr.tildeTrimReplace="$1~";fe("TILDE",`^${K[Y.LONETILDE]}${K[Y.XRANGEPLAIN]}$`);fe("TILDELOOSE",`^${K[Y.LONETILDE]}${K[Y.XRANGEPLAINLOOSE]}$`);fe("LONECARET","(?:\\^)");fe("CARETTRIM",`(\\s*)${K[Y.LONECARET]}\\s+`,!0);Lr.caretTrimReplace="$1^";fe("CARET",`^${K[Y.LONECARET]}${K[Y.XRANGEPLAIN]}$`);fe("CARETLOOSE",`^${K[Y.LONECARET]}${K[Y.XRANGEPLAINLOOSE]}$`);fe("COMPARATORLOOSE",`^${K[Y.GTLT]}\\s*(${K[Y.LOOSEPLAIN]})$|^$`);fe("COMPARATOR",`^${K[Y.GTLT]}\\s*(${K[Y.FULLPLAIN]})$|^$`);fe("COMPARATORTRIM",`(\\s*)${K[Y.GTLT]}\\s*(${K[Y.LOOSEPLAIN]}|${K[Y.XRANGEPLAIN]})`,!0);Lr.comparatorTrimReplace="$1$2$3";fe("HYPHENRANGE",`^\\s*(${K[Y.XRANGEPLAIN]})\\s+-\\s+(${K[Y.XRANGEPLAIN]})\\s*$`);fe("HYPHENRANGELOOSE",`^\\s*(${K[Y.XRANGEPLAINLOOSE]})\\s+-\\s+(${K[Y.XRANGEPLAINLOOSE]})\\s*$`);fe("STAR","(<|>)?=?\\s*\\*");fe("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$");fe("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")});var Sm=V((ike,bI)=>{"use strict";var a5=Object.freeze({loose:!0}),o5=Object.freeze({}),s5=o(t=>t?typeof t!="object"?a5:t:o5,"parseOptions");bI.exports=s5});var UC=V((oke,xI)=>{"use strict";var kI=/^[0-9]+$/,yI=o((t,e)=>{if(typeof t=="number"&&typeof e=="number")return t===e?0:t<e?-1:1;let n=kI.test(t),i=kI.test(e);return n&&i&&(t=+t,e=+e),t===e?0:n&&!i?-1:i&&!n?1:t<e?-1:1},"compareIdentifiers"),l5=o((t,e)=>yI(e,t),"rcompareIdentifiers");xI.exports={compareIdentifiers:yI,rcompareIdentifiers:l5}});var jt=V((lke,wI)=>{"use strict";var Em=Dl(),{MAX_LENGTH:CI,MAX_SAFE_INTEGER:Pm}=is(),{safeRe:Fm,t:Tm}=as(),c5=Sm(),{compareIdentifiers:VC}=UC(),u5=o((t,e)=>{let n=e.split(".");if(n.length>t.length)return!1;for(let i=0;i<n.length;i++)if(VC(t[i],n[i])!==0)return!1;return!0},"isPrereleaseIdentifier"),ZC=class t{static{o(this,"SemVer")}constructor(e,n){if(n=c5(n),e instanceof t){if(e.loose===!!n.loose&&e.includePrerelease===!!n.includePrerelease)return e;e=e.version}else if(typeof e!="string")throw new TypeError(`Invalid version. Must be a string. Got type "${typeof e}".`);if(e.length>CI)throw new TypeError(`version is longer than ${CI} characters`);Em("SemVer",e,n),this.options=n,this.loose=!!n.loose,this.includePrerelease=!!n.includePrerelease;let i=e.trim().match(n.loose?Fm[Tm.LOOSE]:Fm[Tm.FULL]);if(!i)throw new TypeError(`Invalid Version: ${e}`);if(this.raw=e,this.major=+i[1],this.minor=+i[2],this.patch=+i[3],this.major>Pm||this.major<0)throw new TypeError("Invalid major version");if(this.minor>Pm||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>Pm||this.patch<0)throw new TypeError("Invalid patch version");i[4]?this.prerelease=i[4].split(".").map(r=>{if(/^[0-9]+$/.test(r)){let a=+r;if(a>=0&&a<Pm)return a}return r}):this.prerelease=[],this.build=i[5]?i[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(e){if(Em("SemVer.compare",this.version,this.options,e),!(e instanceof t)){if(typeof e=="string"&&e===this.version)return 0;e=new t(e,this.options)}return e.version===this.version?0:this.compareMain(e)||this.comparePre(e)}compareMain(e){return e instanceof t||(e=new t(e,this.options)),this.major<e.major?-1:this.major>e.major?1:this.minor<e.minor?-1:this.minor>e.minor?1:this.patch<e.patch?-1:this.patch>e.patch?1:0}comparePre(e){if(e instanceof t||(e=new t(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;let n=0;do{let i=this.prerelease[n],r=e.prerelease[n];if(Em("prerelease compare",n,i,r),i===void 0&&r===void 0)return 0;if(r===void 0)return 1;if(i===void 0)return-1;if(i===r)continue;return VC(i,r)}while(++n)}compareBuild(e){e instanceof t||(e=new t(e,this.options));let n=0;do{let i=this.build[n],r=e.build[n];if(Em("build compare",n,i,r),i===void 0&&r===void 0)return 0;if(r===void 0)return 1;if(i===void 0)return-1;if(i===r)continue;return VC(i,r)}while(++n)}inc(e,n,i){if(e.startsWith("pre")){if(!n&&i===!1)throw new Error("invalid increment argument: identifier is empty");if(n){let r=`-${n}`.match(this.options.loose?Fm[Tm.PRERELEASELOOSE]:Fm[Tm.PRERELEASE]);if(!r||r[1]!==n)throw new Error(`invalid identifier: ${n}`)}}switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",n,i);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",n,i);break;case"prepatch":this.prerelease.length=0,this.inc("patch",n,i),this.inc("pre",n,i);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",n,i),this.inc("pre",n,i);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":{let r=Number(i)?1:0;if(this.prerelease.length===0)this.prerelease=[r];else{let a=this.prerelease.length;for(;--a>=0;)typeof this.prerelease[a]=="number"&&(this.prerelease[a]++,a=-2);if(a===-1){if(n===this.prerelease.join(".")&&i===!1)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(r)}}if(n){let a=[n,r];if(i===!1&&(a=[n]),u5(this.prerelease,n)){let s=this.prerelease[n.split(".").length];isNaN(s)&&(this.prerelease=a)}else this.prerelease=a}break}default:throw new Error(`invalid increment argument: ${e}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}};wI.exports=ZC});var Ui=V((uke,SI)=>{"use strict";var AI=jt(),p5=o((t,e,n=!1)=>{if(t instanceof AI)return t;try{return new AI(t,e)}catch(i){if(!n)return null;throw i}},"parse");SI.exports=p5});var PI=V((dke,EI)=>{"use strict";var d5=Ui(),m5=o((t,e)=>{let n=d5(t,e);return n?n.version:null},"valid");EI.exports=m5});var TI=V((hke,FI)=>{"use strict";var h5=Ui(),f5=o((t,e)=>{let n=h5(t.trim().replace(/^[=v]+/,""),e);return n?n.version:null},"clean");FI.exports=f5});var NI=V((gke,DI)=>{"use strict";var II=jt(),g5=o((t,e,n,i,r)=>{typeof n=="string"&&(r=i,i=n,n=void 0);try{return new II(t instanceof II?t.version:t,n).inc(e,i,r).version}catch{return null}},"inc");DI.exports=g5});var OI=V((bke,zI)=>{"use strict";var _I=Ui(),v5=o((t,e)=>{let n=_I(t,null,!0),i=_I(e,null,!0),r=n.compare(i);if(r===0)return null;let a=r>0,s=a?n:i,l=a?i:n,c=!!s.prerelease.length;if(!!l.prerelease.length&&!c){if(!l.patch&&!l.minor)return"major";if(l.compareMain(s)===0)return l.minor&&!l.patch?"minor":"patch"}let p=c?"pre":"";return n.major!==i.major?p+"major":n.minor!==i.minor?p+"minor":n.patch!==i.patch?p+"patch":"prerelease"},"diff");zI.exports=v5});var $I=V((yke,MI)=>{"use strict";var b5=jt(),k5=o((t,e)=>new b5(t,e).major,"major");MI.exports=k5});var LI=V((Cke,RI)=>{"use strict";var y5=jt(),x5=o((t,e)=>new y5(t,e).minor,"minor");RI.exports=x5});var BI=V((Ake,jI)=>{"use strict";var C5=jt(),w5=o((t,e)=>new C5(t,e).patch,"patch");jI.exports=w5});var VI=V((Eke,UI)=>{"use strict";var A5=Ui(),S5=o((t,e)=>{let n=A5(t,e);return n&&n.prerelease.length?n.prerelease:null},"prerelease");UI.exports=S5});var nr=V((Fke,GI)=>{"use strict";var ZI=jt(),E5=o((t,e,n)=>new ZI(t,n).compare(new ZI(e,n)),"compare");GI.exports=E5});var qI=V((Ike,HI)=>{"use strict";var P5=nr(),F5=o((t,e,n)=>P5(e,t,n),"rcompare");HI.exports=F5});var JI=V((Nke,WI)=>{"use strict";var T5=nr(),I5=o((t,e)=>T5(t,e,!0),"compareLoose");WI.exports=I5});var Im=V((zke,YI)=>{"use strict";var KI=jt(),D5=o((t,e,n)=>{let i=new KI(t,n),r=new KI(e,n);return i.compare(r)||i.compareBuild(r)},"compareBuild");YI.exports=D5});var QI=V((Mke,XI)=>{"use strict";var N5=Im(),_5=o((t,e)=>t.sort((n,i)=>N5(n,i,e)),"sort");XI.exports=_5});var tD=V((Rke,eD)=>{"use strict";var z5=Im(),O5=o((t,e)=>t.sort((n,i)=>z5(i,n,e)),"rsort");eD.exports=O5});var Nl=V((jke,nD)=>{"use strict";var M5=nr(),$5=o((t,e,n)=>M5(t,e,n)>0,"gt");nD.exports=$5});var Dm=V((Uke,rD)=>{"use strict";var R5=nr(),L5=o((t,e,n)=>R5(t,e,n)<0,"lt");rD.exports=L5});var GC=V((Zke,iD)=>{"use strict";var j5=nr(),B5=o((t,e,n)=>j5(t,e,n)===0,"eq");iD.exports=B5});var HC=V((Hke,aD)=>{"use strict";var U5=nr(),V5=o((t,e,n)=>U5(t,e,n)!==0,"neq");aD.exports=V5});var Nm=V((Wke,oD)=>{"use strict";var Z5=nr(),G5=o((t,e,n)=>Z5(t,e,n)>=0,"gte");oD.exports=G5});var _m=V((Kke,sD)=>{"use strict";var H5=nr(),q5=o((t,e,n)=>H5(t,e,n)<=0,"lte");sD.exports=q5});var qC=V((Xke,lD)=>{"use strict";var W5=GC(),J5=HC(),K5=Nl(),Y5=Nm(),X5=Dm(),Q5=_m(),eV=o((t,e,n,i)=>{switch(e){case"===":return typeof t=="object"&&(t=t.version),typeof n=="object"&&(n=n.version),t===n;case"!==":return typeof t=="object"&&(t=t.version),typeof n=="object"&&(n=n.version),t!==n;case"":case"=":case"==":return W5(t,n,i);case"!=":return J5(t,n,i);case">":return K5(t,n,i);case">=":return Y5(t,n,i);case"<":return X5(t,n,i);case"<=":return Q5(t,n,i);default:throw new TypeError(`Invalid operator: ${e}`)}},"cmp");lD.exports=eV});var uD=V((eye,cD)=>{"use strict";var tV=jt(),nV=Ui(),{safeRe:zm,t:Om}=as(),rV=o((t,e)=>{if(t instanceof tV)return t;if(typeof t=="number"&&(t=String(t)),typeof t!="string")return null;e=e||{};let n=null;if(!e.rtl)n=t.match(e.includePrerelease?zm[Om.COERCEFULL]:zm[Om.COERCE]);else{let c=e.includePrerelease?zm[Om.COERCERTLFULL]:zm[Om.COERCERTL],u;for(;(u=c.exec(t))&&(!n||n.index+n[0].length!==t.length);)(!n||u.index+u[0].length!==n.index+n[0].length)&&(n=u),c.lastIndex=u.index+u[1].length+u[2].length;c.lastIndex=-1}if(n===null)return null;let i=n[2],r=n[3]||"0",a=n[4]||"0",s=e.includePrerelease&&n[5]?`-${n[5]}`:"",l=e.includePrerelease&&n[6]?`+${n[6]}`:"";return nV(`${i}.${r}.${a}${s}${l}`,e)},"coerce");cD.exports=rV});var dD=V((nye,pD)=>{"use strict";var iV=Ui(),aV=is(),oV=jt(),sV=o((t,e,n)=>{if(!aV.RELEASE_TYPES.includes(e))return null;let i=lV(t,n);return i&&cV(i,e)},"truncate"),lV=o((t,e)=>{let n=t instanceof oV?t.version:t;return iV(n,e)},"cloneInputVersion"),cV=o((t,e)=>{if(uV(e))return t.version;switch(t.prerelease=[],e){case"major":t.minor=0,t.patch=0;break;case"minor":t.patch=0;break}return t.format()},"doTruncation"),uV=o(t=>t.startsWith("pre"),"isPrerelease");pD.exports=sV});var hD=V((iye,mD)=>{"use strict";var WC=class{static{o(this,"LRUCache")}constructor(){this.max=1e3,this.map=new Map}get(e){let n=this.map.get(e);if(n!==void 0)return this.map.delete(e),this.map.set(e,n),n}delete(e){return this.map.delete(e)}set(e,n){if(!this.delete(e)&&n!==void 0){if(this.map.size>=this.max){let r=this.map.keys().next().value;this.delete(r)}this.map.set(e,n)}return this}};mD.exports=WC});var rr=V((oye,bD)=>{"use strict";var pV=/\s+/g,JC=class t{static{o(this,"Range")}constructor(e,n){if(n=mV(n),e instanceof t)return e.loose===!!n.loose&&e.includePrerelease===!!n.includePrerelease?e:new t(e.raw,n);if(e instanceof KC)return this.raw=e.value,this.set=[[e]],this.formatted=void 0,this;if(this.options=n,this.loose=!!n.loose,this.includePrerelease=!!n.includePrerelease,this.raw=e.trim().replace(pV," "),this.set=this.raw.split("||").map(i=>this.parseRange(i.trim())).filter(i=>i.length),!this.set.length)throw new TypeError(`Invalid SemVer Range: ${this.raw}`);if(this.set.length>1){let i=this.set[0];if(this.set=this.set.filter(r=>!gD(r[0])),this.set.length===0)this.set=[i];else if(this.set.length>1){for(let r of this.set)if(r.length===1&&CV(r[0])){this.set=[r];break}}}this.formatted=void 0}get range(){if(this.formatted===void 0){this.formatted="";for(let e=0;e<this.set.length;e++){e>0&&(this.formatted+="||");let n=this.set[e];for(let i=0;i<n.length;i++)i>0&&(this.formatted+=" "),this.formatted+=n[i].toString().trim()}}return this.formatted}format(){return this.range}toString(){return this.range}parseRange(e){e=e.replace(xV,"");let i=((this.options.includePrerelease&&kV)|(this.options.loose&&yV))+":"+e,r=fD.get(i);if(r)return r;let a=this.options.loose,s=a?pn[Bt.HYPHENRANGELOOSE]:pn[Bt.HYPHENRANGE];e=e.replace(s,_V(this.options.includePrerelease)),Ye("hyphen replace",e),e=e.replace(pn[Bt.COMPARATORTRIM],gV),Ye("comparator trim",e),e=e.replace(pn[Bt.TILDETRIM],vV),Ye("tilde trim",e),e=e.replace(pn[Bt.CARETTRIM],bV),Ye("caret trim",e);let l=e.split(" ").map(d=>wV(d,this.options)).join(" ").split(/\s+/).map(d=>NV(d,this.options));a&&(l=l.filter(d=>(Ye("loose invalid filter",d,this.options),!!d.match(pn[Bt.COMPARATORLOOSE])))),Ye("range list",l);let c=new Map,u=l.map(d=>new KC(d,this.options));for(let d of u){if(gD(d))return[d];c.set(d.value,d)}c.size>1&&c.has("")&&c.delete("");let p=[...c.values()];return fD.set(i,p),p}intersects(e,n){if(!(e instanceof t))throw new TypeError("a Range is required");return this.set.some(i=>vD(i,n)&&e.set.some(r=>vD(r,n)&&i.every(a=>r.every(s=>a.intersects(s,n)))))}test(e){if(!e)return!1;if(typeof e=="string")try{e=new hV(e,this.options)}catch{return!1}for(let n=0;n<this.set.length;n++)if(zV(this.set[n],e,this.options))return!0;return!1}};bD.exports=JC;var dV=hD(),fD=new dV,mV=Sm(),KC=_l(),Ye=Dl(),hV=jt(),{safeRe:pn,src:fV,t:Bt,comparatorTrimReplace:gV,tildeTrimReplace:vV,caretTrimReplace:bV}=as(),{FLAG_INCLUDE_PRERELEASE:kV,FLAG_LOOSE:yV}=is(),xV=new RegExp(fV[Bt.BUILD],"g"),gD=o(t=>t.value==="<0.0.0-0","isNullSet"),CV=o(t=>t.value==="","isAny"),vD=o((t,e)=>{let n=!0,i=t.slice(),r=i.pop();for(;n&&i.length;)n=i.every(a=>r.intersects(a,e)),r=i.pop();return n},"isSatisfiable"),wV=o((t,e)=>(t=t.replace(pn[Bt.BUILD],""),Ye("comp",t,e),t=PV(t,e),Ye("caret",t),t=SV(t,e),Ye("tildes",t),t=TV(t,e),Ye("xrange",t),t=DV(t,e),Ye("stars",t),t),"parseComparator"),yt=o(t=>!t||t.toLowerCase()==="x"||t==="*","isX"),AV=o((t,e,n)=>yt(t)&&!yt(e)||yt(e)&&n&&!yt(n),"invalidXRangeOrder"),SV=o((t,e)=>t.trim().split(/\s+/).map(n=>EV(n,e)).join(" "),"replaceTildes"),EV=o((t,e)=>{let n=e.loose?pn[Bt.TILDELOOSE]:pn[Bt.TILDE],i=e.includePrerelease?"-0":"";return t.replace(n,(r,a,s,l,c)=>{Ye("tilde",t,r,a,s,l,c);let u;return yt(a)?u="":yt(s)?u=`>=${a}.0.0${i} <${+a+1}.0.0-0`:yt(l)?u=`>=${a}.${s}.0${i} <${a}.${+s+1}.0-0`:c?(Ye("replaceTilde pr",c),u=`>=${a}.${s}.${l}-${c} <${a}.${+s+1}.0-0`):u=`>=${a}.${s}.${l} <${a}.${+s+1}.0-0`,Ye("tilde return",u),u})},"replaceTilde"),PV=o((t,e)=>t.trim().split(/\s+/).map(n=>FV(n,e)).join(" "),"replaceCarets"),FV=o((t,e)=>{Ye("caret",t,e);let n=e.loose?pn[Bt.CARETLOOSE]:pn[Bt.CARET],i=e.includePrerelease?"-0":"";return t.replace(n,(r,a,s,l,c)=>{Ye("caret",t,r,a,s,l,c);let u;return yt(a)?u="":yt(s)?u=`>=${a}.0.0${i} <${+a+1}.0.0-0`:yt(l)?a==="0"?u=`>=${a}.${s}.0${i} <${a}.${+s+1}.0-0`:u=`>=${a}.${s}.0${i} <${+a+1}.0.0-0`:c?(Ye("replaceCaret pr",c),a==="0"?s==="0"?u=`>=${a}.${s}.${l}-${c} <${a}.${s}.${+l+1}-0`:u=`>=${a}.${s}.${l}-${c} <${a}.${+s+1}.0-0`:u=`>=${a}.${s}.${l}-${c} <${+a+1}.0.0-0`):(Ye("no pr"),a==="0"?s==="0"?u=`>=${a}.${s}.${l} <${a}.${s}.${+l+1}-0`:u=`>=${a}.${s}.${l} <${a}.${+s+1}.0-0`:u=`>=${a}.${s}.${l} <${+a+1}.0.0-0`),Ye("caret return",u),u})},"replaceCaret"),TV=o((t,e)=>(Ye("replaceXRanges",t,e),t.split(/\s+/).map(n=>IV(n,e)).join(" ")),"replaceXRanges"),IV=o((t,e)=>{t=t.trim();let n=e.loose?pn[Bt.XRANGELOOSE]:pn[Bt.XRANGE];return t.replace(n,(i,r,a,s,l,c)=>{if(Ye("xRange",t,i,r,a,s,l,c),AV(a,s,l))return t;let u=yt(a),p=u||yt(s),d=p||yt(l),m=d;return r==="="&&m&&(r=""),c=e.includePrerelease?"-0":"",u?r===">"||r==="<"?i="<0.0.0-0":i="*":r&&m?(p&&(s=0),l=0,r===">"?(r=">=",p?(a=+a+1,s=0,l=0):(s=+s+1,l=0)):r==="<="&&(r="<",p?a=+a+1:s=+s+1),r==="<"&&(c="-0"),i=`${r+a}.${s}.${l}${c}`):p?i=`>=${a}.0.0${c} <${+a+1}.0.0-0`:d&&(i=`>=${a}.${s}.0${c} <${a}.${+s+1}.0-0`),Ye("xRange return",i),i})},"replaceXRange"),DV=o((t,e)=>(Ye("replaceStars",t,e),t.trim().replace(pn[Bt.STAR],"")),"replaceStars"),NV=o((t,e)=>(Ye("replaceGTE0",t,e),t.trim().replace(pn[e.includePrerelease?Bt.GTE0PRE:Bt.GTE0],"")),"replaceGTE0"),_V=o(t=>(e,n,i,r,a,s,l,c,u,p,d,m)=>(yt(i)?n="":yt(r)?n=`>=${i}.0.0${t?"-0":""}`:yt(a)?n=`>=${i}.${r}.0${t?"-0":""}`:s?n=`>=${n}`:n=`>=${n}${t?"-0":""}`,yt(u)?c="":yt(p)?c=`<${+u+1}.0.0-0`:yt(d)?c=`<${u}.${+p+1}.0-0`:m?c=`<=${u}.${p}.${d}-${m}`:t?c=`<${u}.${p}.${+d+1}-0`:c=`<=${c}`,`${n} ${c}`.trim()),"hyphenReplace"),zV=o((t,e,n)=>{for(let i=0;i<t.length;i++)if(!t[i].test(e))return!1;if(e.prerelease.length&&!n.includePrerelease){for(let i=0;i<t.length;i++)if(Ye(t[i].semver),t[i].semver!==KC.ANY&&t[i].semver.prerelease.length>0){let r=t[i].semver;if(r.major===e.major&&r.minor===e.minor&&r.patch===e.patch)return!0}return!1}return!0},"testSet")});var _l=V((lye,AD)=>{"use strict";var zl=Symbol("SemVer ANY"),QC=class t{static{o(this,"Comparator")}static get ANY(){return zl}constructor(e,n){if(n=kD(n),e instanceof t){if(e.loose===!!n.loose)return e;e=e.value}e=e.trim().split(/\s+/).join(" "),XC("comparator",e,n),this.options=n,this.loose=!!n.loose,this.parse(e),this.semver===zl?this.value="":this.value=this.operator+this.semver.version,XC("comp",this)}parse(e){let n=this.options.loose?yD[xD.COMPARATORLOOSE]:yD[xD.COMPARATOR],i=e.match(n);if(!i)throw new TypeError(`Invalid comparator: ${e}`);this.operator=i[1]!==void 0?i[1]:"",this.operator==="="&&(this.operator=""),i[2]?this.semver=new CD(i[2],this.options.loose):this.semver=zl}toString(){return this.value}test(e){if(XC("Comparator.test",e,this.options.loose),this.semver===zl||e===zl)return!0;if(typeof e=="string")try{e=new CD(e,this.options)}catch{return!1}return YC(e,this.operator,this.semver,this.options)}intersects(e,n){if(!(e instanceof t))throw new TypeError("a Comparator is required");return this.operator===""?this.value===""?!0:new wD(e.value,n).test(this.value):e.operator===""?e.value===""?!0:new wD(this.value,n).test(e.semver):(n=kD(n),n.includePrerelease&&(this.value==="<0.0.0-0"||e.value==="<0.0.0-0")||!n.includePrerelease&&(this.value.startsWith("<0.0.0")||e.value.startsWith("<0.0.0"))?!1:!!(this.operator.startsWith(">")&&e.operator.startsWith(">")||this.operator.startsWith("<")&&e.operator.startsWith("<")||this.semver.version===e.semver.version&&this.operator.includes("=")&&e.operator.includes("=")||YC(this.semver,"<",e.semver,n)&&this.operator.startsWith(">")&&e.operator.startsWith("<")||YC(this.semver,">",e.semver,n)&&this.operator.startsWith("<")&&e.operator.startsWith(">")))}};AD.exports=QC;var kD=Sm(),{safeRe:yD,t:xD}=as(),YC=qC(),XC=Dl(),CD=jt(),wD=rr()});var Ol=V((uye,SD)=>{"use strict";var OV=rr(),MV=o((t,e,n)=>{try{e=new OV(e,n)}catch{return!1}return e.test(t)},"satisfies");SD.exports=MV});var PD=V((dye,ED)=>{"use strict";var $V=rr(),RV=o((t,e)=>new $V(t,e).set.map(n=>n.map(i=>i.value).join(" ").trim().split(" ")),"toComparators");ED.exports=RV});var TD=V((hye,FD)=>{"use strict";var LV=jt(),jV=rr(),BV=o((t,e,n)=>{let i=null,r=null,a=null;try{a=new jV(e,n)}catch{return null}return t.forEach(s=>{a.test(s)&&(!i||r.compare(s)===-1)&&(i=s,r=new LV(i,n))}),i},"maxSatisfying");FD.exports=BV});var DD=V((gye,ID)=>{"use strict";var UV=jt(),VV=rr(),ZV=o((t,e,n)=>{let i=null,r=null,a=null;try{a=new VV(e,n)}catch{return null}return t.forEach(s=>{a.test(s)&&(!i||r.compare(s)===1)&&(i=s,r=new UV(i,n))}),i},"minSatisfying");ID.exports=ZV});var zD=V((bye,_D)=>{"use strict";var ew=jt(),GV=rr(),ND=Nl(),HV=o((t,e)=>{t=new GV(t,e);let n=new ew("0.0.0");if(t.test(n)||(n=new ew("0.0.0-0"),t.test(n)))return n;n=null;for(let i=0;i<t.set.length;++i){let r=t.set[i],a=null;r.forEach(s=>{let l=new ew(s.semver.version);switch(s.operator){case">":l.prerelease.length===0?l.patch++:l.prerelease.push(0),l.raw=l.format();case"":case">=":(!a||ND(l,a))&&(a=l);break;case"<":case"<=":break;default:throw new Error(`Unexpected operation: ${s.operator}`)}}),a&&(!n||ND(n,a))&&(n=a)}return n&&t.test(n)?n:null},"minVersion");_D.exports=HV});var MD=V((yye,OD)=>{"use strict";var qV=rr(),WV=o((t,e)=>{try{return new qV(t,e).range||"*"}catch{return null}},"validRange");OD.exports=WV});var Mm=V((Cye,jD)=>{"use strict";var JV=jt(),LD=_l(),{ANY:KV}=LD,YV=rr(),XV=Ol(),$D=Nl(),RD=Dm(),QV=_m(),e9=Nm(),t9=o((t,e,n,i)=>{t=new JV(t,i),e=new YV(e,i);let r,a,s,l,c;switch(n){case">":r=$D,a=QV,s=RD,l=">",c=">=";break;case"<":r=RD,a=e9,s=$D,l="<",c="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(XV(t,e,i))return!1;for(let u=0;u<e.set.length;++u){let p=e.set[u],d=null,m=null;if(p.forEach(h=>{h.semver===KV&&(h=new LD(">=0.0.0")),d=d||h,m=m||h,r(h.semver,d.semver,i)?d=h:s(h.semver,m.semver,i)&&(m=h)}),d.operator===l||d.operator===c||(!m.operator||m.operator===l)&&a(t,m.semver))return!1;if(m.operator===c&&s(t,m.semver))return!1}return!0},"outside");jD.exports=t9});var UD=V((Aye,BD)=>{"use strict";var n9=Mm(),r9=o((t,e,n)=>n9(t,e,">",n),"gtr");BD.exports=r9});var ZD=V((Eye,VD)=>{"use strict";var i9=Mm(),a9=o((t,e,n)=>i9(t,e,"<",n),"ltr");VD.exports=a9});var qD=V((Fye,HD)=>{"use strict";var GD=rr(),o9=o((t,e,n)=>(t=new GD(t,n),e=new GD(e,n),t.intersects(e,n)),"intersects");HD.exports=o9});var JD=V((Iye,WD)=>{"use strict";var s9=Ol(),l9=nr();WD.exports=(t,e,n)=>{let i=[],r=null,a=null,s=t.sort((p,d)=>l9(p,d,n));for(let p of s)s9(p,e,n)?(a=p,r||(r=p)):(a&&i.push([r,a]),a=null,r=null);r&&i.push([r,null]);let l=[];for(let[p,d]of i)p===d?l.push(p):!d&&p===s[0]?l.push("*"):d?p===s[0]?l.push(`<=${d}`):l.push(`${p} - ${d}`):l.push(`>=${p}`);let c=l.join(" || "),u=typeof e.raw=="string"?e.raw:String(e);return c.length<u.length?c:e}});var tN=V((Dye,eN)=>{"use strict";var KD=rr(),rw=_l(),{ANY:tw}=rw,nw=Ol(),iw=nr(),c9=o((t,e,n={})=>{if(t===e)return!0;t=new KD(t,n),e=new KD(e,n);let i=!1;e:for(let r of t.set){for(let a of e.set){let s=p9(r,a,n);if(i=i||s!==null,s)continue e}if(i)return!1}return!0},"subset"),u9=[new rw(">=0.0.0-0")],YD=[new rw(">=0.0.0")],p9=o((t,e,n)=>{if(t===e)return!0;if(t.length===1&&t[0].semver===tw){if(e.length===1&&e[0].semver===tw)return!0;n.includePrerelease?t=u9:t=YD}if(e.length===1&&e[0].semver===tw){if(n.includePrerelease)return!0;e=YD}let i=new Set,r,a;for(let h of t)h.operator===">"||h.operator===">="?r=XD(r,h,n):h.operator==="<"||h.operator==="<="?a=QD(a,h,n):i.add(h.semver);if(i.size>1)return null;let s;if(r&&a){if(s=iw(r.semver,a.semver,n),s>0)return null;if(s===0&&(r.operator!==">="||a.operator!=="<="))return null}for(let h of i){if(r&&!nw(h,String(r),n)||a&&!nw(h,String(a),n))return null;for(let f of e)if(!nw(h,String(f),n))return!1;return!0}let l,c,u,p,d=a&&!n.includePrerelease&&a.semver.prerelease.length?a.semver:!1,m=r&&!n.includePrerelease&&r.semver.prerelease.length?r.semver:!1;d&&d.prerelease.length===1&&a.operator==="<"&&d.prerelease[0]===0&&(d=!1);for(let h of e){if(p=p||h.operator===">"||h.operator===">=",u=u||h.operator==="<"||h.operator==="<=",r){if(m&&h.semver.prerelease&&h.semver.prerelease.length&&h.semver.major===m.major&&h.semver.minor===m.minor&&h.semver.patch===m.patch&&(m=!1),h.operator===">"||h.operator===">="){if(l=XD(r,h,n),l===h&&l!==r)return!1}else if(r.operator===">="&&!h.test(r.semver))return!1}if(a){if(d&&h.semver.prerelease&&h.semver.prerelease.length&&h.semver.major===d.major&&h.semver.minor===d.minor&&h.semver.patch===d.patch&&(d=!1),h.operator==="<"||h.operator==="<="){if(c=QD(a,h,n),c===h&&c!==a)return!1}else if(a.operator==="<="&&!h.test(a.semver))return!1}if(!h.operator&&(a||r)&&s!==0)return!1}return!(r&&u&&!a&&s!==0||a&&p&&!r&&s!==0||m||d)},"simpleSubset"),XD=o((t,e,n)=>{if(!t)return e;let i=iw(t.semver,e.semver,n);return i>0?t:i<0||e.operator===">"&&t.operator===">="?e:t},"higherGT"),QD=o((t,e,n)=>{if(!t)return e;let i=iw(t.semver,e.semver,n);return i<0?t:i>0||e.operator==="<"&&t.operator==="<="?e:t},"lowerLT");eN.exports=c9});var ow=V((_ye,iN)=>{"use strict";var aw=as(),nN=is(),d9=jt(),rN=UC(),m9=Ui(),h9=PI(),f9=TI(),g9=NI(),v9=OI(),b9=$I(),k9=LI(),y9=BI(),x9=VI(),C9=nr(),w9=qI(),A9=JI(),S9=Im(),E9=QI(),P9=tD(),F9=Nl(),T9=Dm(),I9=GC(),D9=HC(),N9=Nm(),_9=_m(),z9=qC(),O9=uD(),M9=dD(),$9=_l(),R9=rr(),L9=Ol(),j9=PD(),B9=TD(),U9=DD(),V9=zD(),Z9=MD(),G9=Mm(),H9=UD(),q9=ZD(),W9=qD(),J9=JD(),K9=tN();iN.exports={parse:m9,valid:h9,clean:f9,inc:g9,diff:v9,major:b9,minor:k9,patch:y9,prerelease:x9,compare:C9,rcompare:w9,compareLoose:A9,compareBuild:S9,sort:E9,rsort:P9,gt:F9,lt:T9,eq:I9,neq:D9,gte:N9,lte:_9,cmp:z9,coerce:O9,truncate:M9,Comparator:$9,Range:R9,satisfies:L9,toComparators:j9,maxSatisfying:B9,minSatisfying:U9,minVersion:V9,validRange:Z9,outside:G9,gtr:H9,ltr:q9,intersects:W9,simplifyRange:J9,subset:K9,SemVer:d9,re:aw.re,src:aw.src,tokens:aw.t,SEMVER_SPEC_VERSION:nN.SEMVER_SPEC_VERSION,RELEASE_TYPES:nN.RELEASE_TYPES,compareIdentifiers:rN.compareIdentifiers,rcompareIdentifiers:rN.rcompareIdentifiers}});var N8={};Bn(N8,{default:()=>Lh});module.exports=L_(N8);var LS=require("obsidian");tt();ct();Se();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var lc=class{static{o(this,"CommandHandler")}icon;id;name;get pluginName(){return G(this._pluginName)}_pluginName;constructor(e){this.icon=e.icon,this.id=e.id,this.name=e.name}async onRegistered(e){if(await lt(),this._pluginName!==void 0)throw new Error(`Command handler '${this.id}' is already registered. A command handler instance cannot be registered twice - the command handler factory must build fresh instances on every call.`);this._pluginName=e.pluginName}};(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var kr=class extends lc{static{o(this,"GlobalCommandHandler")}constructor(e){super(e)}buildCommand(){return{checkCallback:o(e=>this.checkCallback(e),"checkCallback"),icon:this.icon,id:this.id,name:this.name}}canExecute(){return!0}checkCallback(e){return this.canExecute()?(e||ke(()=>this.execute()),!0):!1}};(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var Sc=class extends kr{static{o(this,"OpenDemoVaultCommandHandler")}app;pluginId;pluginNoticeComponent;pluginVersion;constructor(e){super({icon:"download",id:"open-demo-vault",name:"Open demo vault"}),this.app=e.app,this.pluginId=e.pluginId,this.pluginNoticeComponent=e.pluginNoticeComponent,this.pluginVersion=e.pluginVersion}async execute(){let{openDemoVault:e}=await Promise.resolve().then(()=>(RS(),$S));await e({app:this.app,pluginId:this.pluginId,pluginName:this.pluginName,pluginNoticeComponent:this.pluginNoticeComponent,pluginVersion:this.pluginVersion})}canExecute(){return LS.Platform.isDesktopApp}};At();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var Ec=class extends we{static{o(this,"PluginSettingsTabComponent")}plugin;pluginSettingsTab;constructor(e){super(),this.plugin=e.plugin,this.pluginSettingsTab=e.pluginSettingsTab}onload(){this.plugin.addSettingTab(this.pluginSettingsTab)}};var RO=require("obsidian"),LO=require("obsidian"),jO=require("obsidian"),BO=require("obsidian"),UO=require("obsidian"),VO=require("obsidian"),ZO=require("obsidian"),GO=require("obsidian"),HO=require("obsidian"),qO=require("obsidian"),WO=require("obsidian"),JO=require("obsidian"),KO=require("obsidian"),YO=require("obsidian"),XO=require("obsidian"),QO=require("obsidian"),eM=require("obsidian"),tM=require("obsidian"),nM=require("obsidian"),rM=require("obsidian"),iM=require("obsidian"),aM=require("obsidian"),oM=require("obsidian"),sM=require("obsidian"),lM=require("obsidian"),cM=require("obsidian"),uM=require("obsidian"),pM=require("obsidian"),dM=require("obsidian"),mM=require("obsidian"),hM=require("obsidian"),fM=require("obsidian"),gM=require("obsidian"),vM=require("obsidian"),BS=require("obsidian"),US=require("obsidian"),yM=require("obsidian"),xM=require("obsidian"),CM=require("obsidian"),wM=require("obsidian"),AM=require("obsidian"),SM=require("obsidian"),EM=require("obsidian"),PM=require("obsidian"),FM=require("obsidian"),TM=require("obsidian"),IM=require("obsidian"),DM=require("obsidian"),NM=require("obsidian"),_M=require("obsidian"),zM=require("obsidian"),OM=require("obsidian"),MM=require("obsidian"),$M=require("obsidian"),RM=require("obsidian"),LM=require("obsidian"),jM=require("obsidian"),BM=require("obsidian"),UM=require("obsidian"),VM=require("obsidian"),ZM=require("obsidian"),GM=require("obsidian"),HM=require("obsidian"),qM=require("obsidian"),WM=require("obsidian"),JM=require("obsidian"),KM=require("obsidian"),YM=require("obsidian"),XM=require("obsidian"),QM=require("obsidian"),e$=require("obsidian"),t$=require("obsidian"),n$=require("obsidian"),r$=require("obsidian"),i$=require("obsidian"),a$=require("obsidian"),o$=require("obsidian"),s$=require("obsidian"),l$=require("obsidian"),c$=require("obsidian"),u$=require("obsidian"),p$=require("obsidian"),d$=require("obsidian"),m$=require("obsidian"),h$=require("obsidian"),f$=require("obsidian"),g$=require("obsidian"),v$=require("obsidian"),b$=require("obsidian"),k$=require("obsidian"),y$=require("obsidian"),x$=require("obsidian"),C$=require("obsidian"),w$=require("obsidian"),ZS=require("obsidian");var jS=class{static{o(this,"CustomArrayDictImpl")}data=new Map;add(t,e){let n=this.get(t);n||(n=[],this.data.set(t,n)),n.includes(e)||n.push(e)}clear(t){this.data.delete(t)}clearAll(){this.data.clear()}contains(t,e){return!!this.get(t)?.contains(e)}count(){let t=0;for(let e of this.keys())t+=this.get(e)?.length??0;return t}get(t){return this.data.get(t)||null}keys(){return Array.from(this.data.keys())}remove(t,e){let n=this.get(t);n&&(n.remove(e),n.length===0&&this.clear(t))}};var tn={AudioRecorder:"audio-recorder",Backlink:"backlink",Bases:"bases",Bookmarks:"bookmarks",Canvas:"canvas",CommandPalette:"command-palette",DailyNotes:"daily-notes",EditorStatus:"editor-status",FileExplorer:"file-explorer",FileRecovery:"file-recovery",Footnotes:"footnotes",GlobalSearch:"global-search",Graph:"graph",MarkdownImporter:"markdown-importer",NoteComposer:"note-composer",OutgoingLink:"outgoing-link",Outline:"outline",PagePreview:"page-preview",Properties:"properties",Publish:"publish",RandomNote:"random-note",SlashCommand:"slash-command",Slides:"slides",Switcher:"switcher",Sync:"sync",TagPane:"tag-pane",Templates:"templates",Webviewer:"webviewer",WordCount:"word-count",Workspaces:"workspaces",ZkPrefixer:"zk-prefixer"},lr={AllProperties:"all-properties",Audio:"audio",Backlink:tn.Backlink,Bases:tn.Bases,Bookmarks:tn.Bookmarks,Canvas:tn.Canvas,Empty:"empty",FileExplorer:tn.FileExplorer,FileProperties:"file-properties",Graph:tn.Graph,Image:"image",LocalGraph:"localgraph",Markdown:"markdown",OutgoingLink:tn.OutgoingLink,Outline:tn.Outline,Pdf:"pdf",ReleaseNotes:"release-notes",Search:"search",Sync:"sync",Table:"table",Tag:"tag",Video:"video",Webviewer:"webviewer",WebviewerHistory:"webviewer-history"};function bM(){return BS.TFile}o(bM,"getTFileConstructor");function kM(){return US.TFolder}o(kM,"getTFolderConstructor");function Gt(t){return t.replace(/\/?[^/]*$/,"")||"/"}o(Gt,"parentFolderPath");function Pc(t,e){let n=t.vault.getFolderByPath(e);return n||(n=new(kM())(t.vault,e),n.parent=Pc(t,Gt(e)),n.deleted=!0,n)}o(Pc,"createTFolderInstance");function VS(t,e){let n=t.vault.getFileByPath(e);return n||(n=new(bM())(t.vault,e),n.parent=Pc(t,Gt(e)),n.deleted=!0,n)}o(VS,"createTFileInstance");function Qi(t){return t.vault.adapter}o(Qi,"getDataAdapterEx");async function Fc(){return await(0,ZS.loadPrism)()}o(Fc,"loadPrism");function qn(t){return!!t.position}o(qn,"isReferenceCache");function kn(t){return!!t.key}o(kn,"isFrontmatterLinkCache");Ss();var Si=require("obsidian");Zr();Gn();wt();Re();Zn();dt();dt();gn();var wr=require("obsidian");Re();dt();gn();Se();Zr();Zn();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var A$="caseInsensitiveFileIndex";function GS(t){let e=We(A$,null).value;return e?.ownsApp(t)?e:null}o(GS,"getCaseInsensitiveFileIndex");(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var S$="base",Tc="canvas",cr="md";function Ic(t){return t.map(e=>Dc(e))}o(Ic,"asArrayOfFolders");function Dc(t){return G(E$(t),"Abstract file is not a folder")}o(Dc,"asFolder");function E$(t){if(t===null)return null;if(t instanceof wr.TFolder)return t;throw new Error("Abstract file is not a folder")}o(E$,"asFolderOrNull");function Sf(t,e){return De(t)?t.extension===e:typeof t=="string"?gt(t).slice(1).toLowerCase()===e:!1}o(Sf,"checkExtension");function qS(t){let{app:e,isCaseInsensitive:n,pathOrFile:i}=t;return G(_n({app:e,isCaseInsensitive:n,pathOrFile:i}),`Abstract file not found: ${i}`)}o(qS,"getAbstractFile");function _n(t){let{app:e,isCaseInsensitive:n,pathOrFile:i}=t;if(i===null)return null;if(WS(i))return De(i)?e.vault.getFileByPath(i.path)??i:bt(i)?e.vault.getFolderByPath(i.path)??i:e.vault.getAbstractFileByPath(i.path)??i;let r=HS({app:e,isCaseInsensitive:n,path:i});if(r)return r;let a=JS(i);return a===i?null:HS({app:e,isCaseInsensitive:n,path:a})}o(_n,"getAbstractFileOrNull");function qe(t){let{app:e,isCaseInsensitive:n,pathOrFile:i,shouldIncludeNonExisting:r}=t,a=$t({app:e,isCaseInsensitive:n,pathOrFile:i});if(!a)if(r)a=VS(e,i);else throw new Error(`File not found: ${i}`);return a}o(qe,"getFile");function $t(t){let{app:e,isCaseInsensitive:n,pathOrFile:i}=t,r=_n({app:e,isCaseInsensitive:n,pathOrFile:i});return De(r)?r:null}o($t,"getFileOrNull");function Xa(t){let{app:e,isCaseInsensitive:n,pathOrFolder:i,shouldIncludeNonExisting:r}=t,a=Ar({app:e,isCaseInsensitive:n,pathOrFolder:i});if(!a)if(r)a=Pc(e,i);else throw new Error(`Folder not found: ${i}`);return a}o(Xa,"getFolder");function Ar(t){let{app:e,isCaseInsensitive:n,pathOrFolder:i}=t,r=_n({app:e,isCaseInsensitive:n,pathOrFile:i});return bt(r)?r:null}o(Ar,"getFolderOrNull");function ce(t,e){if(WS(e))return e.path;let n=_n({app:t,pathOrFile:e});return n?n.path:JS(e)}o(ce,"getPath");function WS(t){return t instanceof wr.TAbstractFile}o(WS,"isAbstractFile");function P$(t){return Sf(t,S$)}o(P$,"isBaseFile");function zn(t){return Sf(t,Tc)}o(zn,"isCanvasFile");function De(t){return t instanceof wr.TFile}o(De,"isFile");function bt(t){return t instanceof wr.TFolder}o(bt,"isFolder");function Sr(t){return Sf(t,cr)}o(Sr,"isMarkdownFile");function it(t){return Sr(t)||zn(t)||P$(t)}o(it,"isNote");function HS(t){let{app:e,path:n}=t,{isCaseInsensitive:i}=t;if(i??=Qi(e).insensitive,i){let r=GS(e);return r?r.get(n):e.vault.getAbstractFileByPathInsensitive(n)}return e.vault.getAbstractFileByPath(n)}o(HS,"getFileInternal");function JS(t){return(0,wr.normalizePath)(WA("/",t))}o(JS,"getResolvedPath");(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var Ht=(t=>(t.DeleteNote="DeleteNote",t.RenameNote="RenameNote",t.Unknown="Unknown",t))(Ht||{}),qt="__DUMMY__";async function Ef(t){let{app:e,notePathOrFile:n,oldAttachmentPathOrFile:i,shouldSkipDuplicateCheck:r}=t,a=T$(e);if(!a)return F$({app:e,notePathOrFile:n,oldAttachmentPathOrFile:i,shouldSkipDuplicateCheck:r});let s=ce(e,i),l=gt(s),c=Ie(s,l),u=$t({app:e,pathOrFile:s});return await a({attachmentFileBaseName:c,attachmentFileExtension:l.slice(1),attachmentFileStats:u?.stat,context:t.context,notePathOrFile:n,oldAttachmentPathOrFile:i,oldNotePathOrFile:t.oldNotePathOrFile,readAttachmentFileContent:u?()=>e.vault.readBinary(u):null,shouldSkipDuplicateCheck:r,shouldSkipMissingAttachmentFolderCreation:!0})}o(Ef,"getAttachmentFilePath");async function Qa(t){let{app:e,context:n="Unknown",notePathOrFile:i}=t;return Gt(await Ef({app:e,context:n,notePathOrFile:i,oldAttachmentPathOrFile:qt,shouldSkipDuplicateCheck:!0}))}o(Qa,"getAttachmentFolderPath");async function KS(t){let{app:e,notePathOrFile:n,shouldSkipMissingAttachmentFolderCreation:i}=t,r=QS({app:e,notePathOrFile:n});return!r.folder&&r.relativePath&&!i&&await e.vault.createFolder(r.path),YS(t)}o(KS,"getAvailablePathForAttachments");async function Pf(t){let{app:e,context:n="Unknown",path:i}=t,r=await Qa({app:e,context:n,notePathOrFile:i}),a=await Qa({app:e,context:n,notePathOrFile:ye(Fe(i),`${qt}.${cr}`)});return r!==a}o(Pf,"hasOwnAttachmentFolder");function F$(t){let{app:e,notePathOrFile:n,oldAttachmentPathOrFile:i,shouldSkipDuplicateCheck:r}=t,a=ce(e,i),s=gt(a);return YS({app:e,attachmentFileBaseName:Ie(a,s),attachmentFileExtension:s.slice(1),notePathOrFile:n,shouldSkipDuplicateCheck:r})}o(F$,"getAttachmentFilePathSync");function YS(t){let{app:e,attachmentFileExtension:n,notePathOrFile:i,shouldSkipDuplicateCheck:r}=t,a=QS({app:e,notePathOrFile:i}),s=bs(XS(t.attachmentFileBaseName)),c=(a.folder??Xa({app:e,pathOrFolder:a.path,shouldIncludeNonExisting:!0})).getParentPrefix();return r?vt({fileBaseName:c+s,fileExtension:n}):e.vault.getAvailablePath(c+s,n)}o(YS,"getAvailablePathForAttachmentsSync");function T$(t){return t.vault.getAvailablePathForAttachments.extended}o(T$,"getExtendedFunction");function XS(t){return t=ut({$string:t,replacer:"/",searchValue:/(?:[\\/])+/g}),t=ut({$string:t,replacer:"",searchValue:/^\/+|\/+$/g}),t||"/"}o(XS,"normalizeSlashes");function QS(t){let{app:e,notePathOrFile:n}=t,i=e.vault.getConfig("attachmentFolderPath"),r=i==="."||i==="./",a=i.startsWith("./")?Ba({$string:i,prefix:"./"}):null,s=n===null?null:qe({app:e,pathOrFile:n,shouldIncludeNonExisting:!0});return r?i=s?s.parent?.path??"":"":a&&(i=(s?s.parent?.getParentPrefix()??"":"")+a),i=bs(XS(i)),{folder:Ar({app:e,isCaseInsensitive:!0,pathOrFolder:i}),path:i,relativePath:a}}o(QS,"resolveAttachmentFolder");var hu=require("obsidian");Un();Re();Zn();dt();gn();Se();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var I$=/^[A-Za-z][A-Za-z0-9+\-.]*:\S+$/,D$=/^file:/i;function Nc(t){return D$.test(t)}o(Nc,"isFileUrl");function Es(t){if(/\s/.test(t))return!1;if(t.includes("://"))try{return new URL(t),!0}catch{return!1}return I$.test(t)}o(Es,"isUrl");Gn();wt();Re();ja();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();function yn(t){if(!kn(t))return!1;let e=t;return e.startOffset!==void 0&&e.endOffset!==void 0}o(yn,"isFrontmatterLinkCacheWithOffsets");function _c(t){return yn(t)?t:{...t,endOffset:t.original.length,startOffset:0}}o(_c,"toFrontmatterLinkCacheWithOffsets");var ea=require("obsidian");gn();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();function Ps(t){let e=(0,ea.getFrontMatterInfo)(t);return(0,ea.parseYaml)(e.frontmatter)??{}}o(Ps,"parseFrontmatter");function Ff(t,e){let n=(0,ea.getFrontMatterInfo)(t);if(Object.keys(e).length===0)return t.slice(n.contentStart);let i=(0,ea.stringifyYaml)(e);return n.exists?rA({$string:t,endIndex:n.to,startIndex:n.from,substring:i}):`---
|
|
${i}---
|
|
${t}`}o(Ff,"setFrontmatter");(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();function eE(t){return zc(t)&&t.type==="file"}o(eE,"isCanvasFileNodeReference");function zc(t){return kn(t)&&!!t.isCanvas}o(zc,"isCanvasReference");function tE(t){return zc(t)&&t.type==="text"}o(tE,"isCanvasTextNodeReference");function ta(t,e){return yn(t)?{newContent:e,oldContent:t.original.slice(t.startOffset,t.endOffset),reference:t}:{newContent:e,oldContent:t.original,reference:t}}o(ta,"referenceToFileChange");function nE(t){return t.sort((e,n)=>{if(kn(e)&&kn(n)){let i=yn(e)?e.startOffset:0,r=yn(n)?n.startOffset:0;return e.key.localeCompare(n.key)||Number(yn(n))-Number(yn(e))||i-r}return qn(e)&&qn(n)?e.position.start.offset-n.position.start.offset:kn(e)?1:-1})}o(nE,"sortReferences");var sE=require("obsidian");Un();Gn();ct();dt();Se();ja();tt();Gn();ja();Ve();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();async function Oc(t){return sc({...t,onTimeout:iE(t.shouldShowTimeoutNotice,t.pluginNoticeComponent,t.content)})}o(Oc,"retryWithTimeoutNotice");async function rE(t){return ks({...t,onTimeout:iE(t.shouldShowTimeoutNotice,t.pluginNoticeComponent,t.content)})}o(rE,"runWithTimeoutNotice");function N$(t,e,n){if(n!==void 0){z$(t,e,n);return}let i=Math.trunc(performance.now()-t.duration),r,a=1e3,s={intervalId:0},l=e.showNotice(createFragment(u=>{t.operationName&&(u.appendText(v(d=>d.obsidianDevUtils.asyncWithNotice.operation)),u.appendText(": "),u.appendText(t.operationName),u.createEl("br")),u.appendText(v(d=>d.obsidianDevUtils.asyncWithNotice.timedOut,{duration:t.duration})),u.createEl("br"),u.appendText(v(d=>d.obsidianDevUtils.asyncWithNotice.runningFor)),u.appendText(" "),r=u.createSpan(),u.appendText(" "),u.appendText(v(d=>d.obsidianDevUtils.asyncWithNotice.milliseconds)),u.createEl("br"),u.appendText(v(d=>d.obsidianDevUtils.asyncWithNotice.terminateOperation)),u.createEl("br"),u.createEl("button",{text:v(d=>d.obsidianDevUtils.buttons.cancel)}).addEventListener("click",()=>{t.terminateOperation(),window.clearInterval(s.intervalId),l.hide()})}));c(),s.intervalId=window.setInterval(c,a),t.onOperationCompleted(()=>{window.clearInterval(s.intervalId),l.hide()});function c(){let u=Math.max(t.duration,Math.round((performance.now()-i)/a)*a);r.textContent=String(u)}o(c,"updateRunningTime")}o(N$,"onTimeoutNotice");function _$(t){let e=Math.trunc(performance.now()-t.duration);t.onOperationCompleted(()=>{La("AsyncWithNotice:onTimeoutWithoutNotice")("Operation completed after timeout",{operationName:t.operationName,totalDuration:Math.trunc(performance.now()-e)})})}o(_$,"onTimeoutWithoutNotice");function iE(t,e,n){return!(t??!0)||e===null?_$:i=>{N$(i,e,n)}}o(iE,"resolveOnTimeout");function z$(t,e,n){let i=!1,r=null;t.onOperationCompleted(()=>{i=!0,r?.hide()}),ke(async()=>{let a=await vr(n,{});i||(r=e.showNotice(a,{isPermanent:!0}))})}o(z$,"showCustomContentNotice");Ve();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var aE=o((t,e)=>(e=Symbol[t])?e:Symbol.for("Symbol."+t),"__knownSymbol"),oE=o(t=>{throw TypeError(t)},"__typeError"),O$=o((t,e,n)=>{if(e!=null){typeof e!="object"&&typeof e!="function"&&oE("Object expected");var i,r;n&&(i=e[aE("asyncDispose")]),i===void 0&&(i=e[aE("dispose")],n&&(r=i)),typeof i!="function"&&oE("Object not disposable"),r&&(i=o(function(){try{r.call(this)}catch(a){return Promise.reject(a)}},"dispose")),t.push([n,i,e])}else n&&t.push([n]);return e},"__using"),M$=o((t,e,n)=>{var i=typeof SuppressedError=="function"?SuppressedError:function(s,l,c,u){return u=Error(c),u.name="SuppressedError",u.error=s,u.suppressed=l,u},r=o(s=>e=n?new i(s,e,"An error was suppressed during disposal"):(n=!0,s),"fail"),a=o(s=>{for(;s=t.pop();)try{var l=s[1]&&s[1].call(s[2]);if(s[0])return Promise.resolve(l).then(a,c=>(r(c),a()))}catch(c){r(c)}if(n)throw e},"next");return a()},"__callDispose");var at=(t=>(t.Delete="Delete",t.DeleteWithEmptyParents="DeleteWithEmptyParents",t.Keep="Keep",t))(at||{});async function na(t){let{app:e,emptyFolderBehavior:n,folderPaths:i}=t;for(let r of i)switch(n){case"Delete":{await lE(e,r);break}case"DeleteWithEmptyParents":{await $$(e,r);break}case"Keep":break;default:Vt(n)}}o(na,"cleanupEmptyFolders");async function Mc(t){let{app:e,newPath:n,oldPathOrFile:i}=t,r=qe({app:e,pathOrFile:i});if(r.path===n)return n;let a=Gt(n);await Jr(e,a);let s=cE(e,n);try{await e.vault.copy(r,s)}catch(l){if(!await e.vault.exists(s))throw l}return s}o(Mc,"copySafe");async function Jr(t,e){if(await t.vault.adapter.exists(e))return"not-created";try{return await t.vault.createFolder(e),"created"}catch(n){if(!await t.vault.exists(e))throw n;return"created"}}o(Jr,"createFolderSafe");async function lE(t,e){let n=Ar({app:t,pathOrFolder:e});n&&await Rc(t,n)&&await Kr(t,n)}o(lE,"deleteEmptyFolder");async function $$(t,e){let n=Ar({app:t,pathOrFolder:e});for(;n;){if(!await Rc(t,n))return;let i=n.parent;await lE(t,n),n=i}}o($$,"deleteEmptyFolderHierarchy");function cE(t,e){let n=gt(e);return t.vault.getAvailablePath(ye(Fe(e),Ie(e,n)),n.slice(1))}o(cE,"getAvailablePath");function Tf(t){let{app:e,oldPathOrAbstractFile:n}=t,{newPath:i}=t,r=ce(e,n);if(Qi(e).insensitive){let a=Fe(i),s=Ie(i),l;for(;l=Ar({app:e,isCaseInsensitive:!0,pathOrFolder:a}),!l;)s=ye(Ie(a),s),a=Fe(a);i=ye(l.getParentPrefix(),s)}return r.toLowerCase()===i.toLowerCase()?i:cE(e,i)}o(Tf,"getSafeRenamePath");function Fs(t){let{app:e,childPathOrFile:n,parentPathOrFile:i}=t,r=ce(e,n),a=ce(e,i);return r===a?!1:a==="/"?!0:r.startsWith(`${a}/`)}o(Fs,"isChild");function $c(t){let{app:e,childPathOrFile:n,parentPathOrFile:i}=t,r=ce(e,n),a=ce(e,i);return r===a||Fs({app:e,childPathOrFile:n,parentPathOrFile:i})}o($c,"isChildOrSelf");async function Rc(t,e){let n=await If(t,ce(t,e));return n.files.length===0&&n.folders.length===0}o(Rc,"isEmptyFolder");async function If(t,e){let n=ce(t,e),i={files:[],folders:[]};if((await t.vault.adapter.stat(n))?.type!=="folder")return i;try{return await t.vault.adapter.list(n)}catch(a){if(await t.vault.exists(n))throw a;return i}}o(If,"listSafe");async function Df(t){var e=[];try{let{app:r,newContentProvider:a,pathOrFile:s,pluginNoticeComponent:l,resourceLockComponent:c}=t,p={...{shouldFailOnMissingFile:!0,shouldShowTimeoutNotice:!0,timeoutInMilliseconds:500},...t},d=new AbortController;p.abortSignal=ar(p.abortSignal,d.signal);let m=ce(r,s),h=O$(e,c?.lockForPath({operationName:"Process note",pathOrFile:s}));await Oc({async operationFunction(f){f.throwIfAborted();let b=await Ts(r,s);if(f.throwIfAborted(),b===null)return g();let y=await vr(a,{abortSignal:f,content:b});if(f.throwIfAborted(),y===null)return!1;let x=!0;if(await uE({app:r,async fileAction(w){f.throwIfAborted(),await r.vault.process(w,F=>(f.throwIfAborted(),F!==b?(be("Vault:process")("Content has changed since it was read. Retrying...",{actualContent:F,expectedContent:b,path:w.path}),x=!1,F):y)),f.throwIfAborted()},pathOrFile:s})==="not-invoked")return g();return x;function g(){if(p.shouldFailOnMissingFile)throw new Error(`File '${m}' not found`);return!0}},operationName:v(f=>f.obsidianDevUtils.vault.processFile,{filePath:m}),pluginNoticeComponent:l,retryOptions:p,shouldShowTimeoutNotice:p.shouldShowTimeoutNotice})}catch(r){var n=r,i=!0}finally{M$(e,n,i)}}o(Df,"process");async function Ts(t,e){let n=null;return await uE({app:t,async fileAction(i){await Lc(t,i),n=await t.vault.read(i)},pathOrFile:e}),n}o(Ts,"readSafe");async function eo(t){let{app:e,newPath:n,oldPathOrAbstractFile:i}=t,r=qS({app:e,pathOrFile:i}),a=Tf({app:e,newPath:n,oldPathOrAbstractFile:i});if(r.path.toLowerCase()===a.toLowerCase())return r.path!==n&&await e.fileManager.renameFile(r,a),a;let s=Gt(a);await Jr(e,s);try{await e.fileManager.renameFile(r,a)}catch(l){if(!await e.vault.exists(a)||await e.vault.exists(r.path))throw l}return a}o(eo,"renameSafe");async function Lc(t,e){if(!Sr(e))return;let n=ce(t,e);for(let i of t.workspace.getLeavesOfType(lr.Markdown))i.view instanceof sE.MarkdownView&&i.view.file?.path===n&&i.view.dirty&&await i.view.save()}o(Lc,"saveNote");async function Kr(t,e){let n=_n({app:t,pathOrFile:e});if(n)try{await t.fileManager.trashFile(n)}catch(i){if(await t.vault.exists(n.path))throw i;be("Vault:trashSafe")(`An error occurred while trashing ${n.path}, but the file no longer exists.`,{error:i,path:n.path})}}o(Kr,"trashSafe");async function uE(t){let{app:e,fileAction:n,pathOrFile:i}=t,r=ce(e,i),a=$t({app:e,pathOrFile:r});if(!a||a.deleted)return"not-invoked";try{return await n(a),"invoked"}catch(s){if(a=$t({app:e,pathOrFile:r}),!a||a.deleted)return"not-invoked";throw s}}o(uE,"invokeFileActionSafe");(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var pE=String.raw`\|`,R$=/(?<!\\)\|/g;async function Uc(t){let{abortSignal:e,changesProvider:n,content:i,path:r,shouldRetryOnInvalidChanges:a=!0}=t;e.throwIfAborted();let s=await vr(n,{abortSignal:e,content:i});if(e.throwIfAborted(),s===null)return null;let{frontmatter:l,hasFrontmatterError:c}=q$({content:i,path:r});if(!G$({changes:s,content:i,frontmatter:l,path:r}))return a?null:i;s=J$(s);let{frontmatterChanged:u,newContent:p}=V$({changes:s,content:i,hasFrontmatterError:c,path:r});return await Z$({abortSignal:e,frontmatter:l,frontmatterChangesWithOffsetMap:u,path:r}),e.throwIfAborted(),H$({frontmatter:l,frontmatterChanged:u,newContent:p})}o(Uc,"applyContentChanges");async function Vc(t){let{app:e,changesProvider:n,pathOrFile:i,shouldRetryOnInvalidChanges:r=!0,...a}=t;await Df({app:e,async newContentProvider({abortSignal:s,content:l}){return zn(i)?await U$({abortSignal:s,changesProvider:n,content:l,path:ce(e,i),shouldRetryOnInvalidChanges:r}):await Uc({abortSignal:s,changesProvider:n,content:l,path:ce(e,i),shouldRetryOnInvalidChanges:r})},pathOrFile:i,...a})}o(Vc,"applyFileChanges");function Is(t){return zc(t.reference)}o(Is,"isCanvasChange");function L$(t){return Is(t)&&t.reference.type==="file"}o(L$,"isCanvasFileNodeChange");function j$(t){return Is(t)&&t.reference.type==="text"}o(j$,"isCanvasTextNodeChange");function ra(t){return qn(t.reference)}o(ra,"isContentChange");function jc(t){return kn(t.reference)}o(jc,"isFrontmatterChange");function Bc(t){return yn(t.reference)}o(Bc,"isFrontmatterChangeWithOffsets");function B$(t){return Bc(t)?t:{...t,reference:_c(t.reference)}}o(B$,"toFrontmatterChangeWithOffsets");async function U$(t){let{abortSignal:e,changesProvider:n,content:i,path:r,shouldRetryOnInvalidChanges:a=!0}=t,s=await vr(n,{abortSignal:e,content:i});if(e.throwIfAborted(),s===null)return null;let l=W$(i);if(!Array.isArray(l.nodes)||!Array.isArray(l.edges))return be("FileChange:applyCanvasChanges")("Not a valid canvas; skipping rewrite",{path:r}),null;let c=new Map;for(let u of s){if(!Is(u)){console.error("Only canvas changes are supported for canvas files",{change:u,path:r});continue}let p=l.nodes[u.reference.nodeIndex];if(!p)return console.error("Node not found",{nodeIndex:u.reference.nodeIndex,path:r}),null;if(L$(u)){if(p.file!==u.oldContent)return be("FileChange:applyCanvasChanges")("Content mismatch",{actualContent:p.file,expectedContent:u.oldContent,nodeIndex:u.reference.nodeIndex,path:r,type:"file"}),null;p.file=u.newContent}else if(j$(u)){let d=c.get(u.reference.nodeIndex);d||(d=[],c.set(u.reference.nodeIndex,d)),d.push(u)}}for(let[u,p]of c){let d=l.nodes[u];if(!d)return console.error("Node not found",{nodeIndex:u,path:r}),null;if(typeof d.text!="string")return console.error("Node text is not a string",{nodeIndex:u,path:r}),null;let m=p.map(h=>{let f=h.reference.originalReference.original.includes(pE)?h.newContent.replaceAll(R$,()=>pE):h.newContent;return ta(h.reference.originalReference,f)});d.text=await Uc({abortSignal:e,changesProvider:m,content:d.text,path:`${r}.node${String(u)}.VIRTUAL_FILE.md`,shouldRetryOnInvalidChanges:a})}return JSON.stringify(l,null," ")}o(U$,"applyCanvasChanges");function V$(t){let{changes:e,content:n,hasFrontmatterError:i,path:r}=t,a="",s=0,l={newContent:"",oldContent:"",reference:{link:"",original:"",position:{end:{col:0,line:0,offset:0},start:{col:0,line:0,offset:0}}}},c=new Map;for(let u of e)if(ra(u))if(s<=u.reference.position.start.offset)a+=n.slice(s,u.reference.position.start.offset),a+=u.newContent,s=u.reference.position.end.offset,l=u;else{let p=u.reference.position.start.offset-l.reference.position.start.offset,d=u.reference.position.end.offset-l.reference.position.start.offset;if(l.newContent.slice(p,d)!==u.oldContent){let h="Overlapping changes";throw console.error(h,{change:u,lastContentChange:l}),new Error(h)}a=a.slice(0,a.length-l.newContent.length)+l.newContent.slice(0,p)+u.newContent+l.newContent.slice(d)}else if(jc(u))if(i)console.error(`Cannot apply frontmatter change in ${r}, because frontmatter parsing failed`,{change:u});else{let p=c.get(u.reference.key);p||(p=[],c.set(u.reference.key,p)),p.push(B$(u))}return a+=n.slice(s),{frontmatterChanged:c,newContent:a}}o(V$,"applyContentChangesToText");async function Z$(t){let{abortSignal:e,frontmatter:n,frontmatterChangesWithOffsetMap:i,path:r}=t;for(let[a,s]of i){let l=fi(n,a);if(typeof l!="string")return;let c=s.map(p=>({newContent:p.newContent,oldContent:p.oldContent,reference:{link:"",original:"",position:{end:{col:p.reference.endOffset,line:0,offset:p.reference.endOffset},start:{col:p.reference.startOffset,line:0,offset:p.reference.startOffset}}}})),u=await Uc({abortSignal:e,changesProvider:c,content:l,path:`${r}.frontmatter.${a}.VIRTUAL_FILE.md`});if(u===null)return;sA({$object:n,path:a,value:u})}}o(Z$,"applyFrontmatterChangesWithOffsets");function G$(t){let{changes:e,content:n,frontmatter:i,path:r}=t,a=be("FileChange:validateChanges");for(let s of e)if(ra(s)){let l=s.reference.position.start.offset,c=s.reference.position.end.offset,u=n.slice(l,c);if(u!==s.oldContent)return a("Content mismatch",{actualContent:u,endOffset:c,expectedContent:s.oldContent,path:r,startOffset:l}),!1}else if(Bc(s)){let l=fi(i,s.reference.key);if(typeof l!="string")return a("Property value is not a string",{frontmatterKey:s.reference.key,path:r,propertyValue:l}),!1;let c=l.slice(s.reference.startOffset,s.reference.endOffset);if(c!==s.oldContent)return a("Content mismatch",{actualContent:c,expectedContent:s.oldContent,frontmatterKey:s.reference.key,path:r,startOffset:s.reference.startOffset}),!1}else if(jc(s)){let l=fi(i,s.reference.key);if(l!==s.oldContent)return a("Content mismatch",{actualContent:l,expectedContent:s.oldContent,frontmatterKey:s.reference.key,path:r}),!1}return!0}o(G$,"areChangesValid");function H$(t){let{frontmatter:e,frontmatterChanged:n,newContent:i}=t;return n.size>0?Ff(i,e):i}o(H$,"buildFinalContent");function q$(t){let{content:e,path:n}=t,i={},r=!1;try{i=Ps(e)}catch(a){zt(new Error(`Frontmatter parsing failed in ${n}`,{cause:a})),r=!0}return{frontmatter:i,hasFrontmatterError:r}}o(q$,"parseFrontmatterSafely");function W$(t){let e;try{e=JSON.parse(t)}catch{e=null}return(e===null||typeof e!="object")&&(e={}),e}o(W$,"parseJsonSafe");function J$(t){return t.sort((e,n)=>ra(e)&&ra(n)?e.reference.position.start.offset-n.reference.position.start.offset:Bc(e)&&Bc(n)?e.reference.key.localeCompare(n.reference.key)||e.reference.startOffset-n.reference.startOffset:jc(e)&&jc(n)?e.reference.key.localeCompare(n.reference.key):ra(e)?-1:1),t.filter((e,n)=>e.oldContent===e.newContent?!1:n===0?!0:!Dn(e,t[n-1]))}o(J$,"sortAndFilterChanges");dn();Re();Zn();Se();Ve();var K$={};function ia(t,e){let n=e||K$,i=typeof n.includeImageAlt=="boolean"?n.includeImageAlt:!0,r=typeof n.includeHtml=="boolean"?n.includeHtml:!0;return mE(t,i,r)}o(ia,"toString");function mE(t,e,n){if(Y$(t)){if("value"in t)return t.type==="html"&&!n?"":t.value;if(e&&"alt"in t&&t.alt)return t.alt;if("children"in t)return dE(t.children,e,n)}return Array.isArray(t)?dE(t,e,n):""}o(mE,"one");function dE(t,e,n){let i=[],r=-1;for(;++r<t.length;)i[r]=mE(t[r],e,n);return i.join("")}o(dE,"all");function Y$(t){return!!(t&&typeof t=="object")}o(Y$,"node");var hE=document.createElement("i");function to(t){let e="&"+t+";";hE.innerHTML=e;let n=hE.textContent;return n.charCodeAt(n.length-1)===59&&t!=="semi"||n===e?!1:n}o(to,"decodeNamedCharacterReference");function Rt(t,e,n,i){let r=t.length,a=0,s;if(e<0?e=-e>r?0:r+e:e=e>r?r:e,n=n>0?n:0,i.length<1e4)s=Array.from(i),s.unshift(e,n),t.splice(...s);else for(n&&t.splice(e,n);a<i.length;)s=i.slice(a,a+1e4),s.unshift(e,0),t.splice(...s),a+=1e4,e+=1e4}o(Rt,"splice");function nn(t,e){return t.length>0?(Rt(t,t.length,0,e),t):e}o(nn,"push");var fE={}.hasOwnProperty;function gE(t){let e={},n=-1;for(;++n<t.length;)X$(e,t[n]);return e}o(gE,"combineExtensions");function X$(t,e){let n;for(n in e){let r=(fE.call(t,n)?t[n]:void 0)||(t[n]={}),a=e[n],s;if(a)for(s in a){fE.call(r,s)||(r[s]=[]);let l=a[s];Q$(r[s],Array.isArray(l)?l:l?[l]:[])}}}o(X$,"syntaxExtension");function Q$(t,e){let n=-1,i=[];for(;++n<e.length;)(e[n].add==="after"?t:i).push(e[n]);Rt(t,0,0,i)}o(Q$,"constructs");function Zc(t,e){let n=Number.parseInt(t,e);return n<9||n===11||n>13&&n<32||n>126&&n<160||n>55295&&n<57344||n>64975&&n<65008||(n&65535)===65535||(n&65535)===65534||n>1114111?"\uFFFD":String.fromCodePoint(n)}o(Zc,"decodeNumericCharacterReference");function Yr(t){return t.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}o(Yr,"normalizeIdentifier");var On=bi(/[A-Za-z]/),rn=bi(/[\dA-Za-z]/),vE=bi(/[#-'*+\--9=?A-Z^-~]/);function Ds(t){return t!==null&&(t<32||t===127)}o(Ds,"asciiControl");var Ns=bi(/\d/),bE=bi(/[\dA-Fa-f]/),kE=bi(/[!-/:-@[-`{-~]/);function X(t){return t!==null&&t<-2}o(X,"markdownLineEnding");function mt(t){return t!==null&&(t<0||t===32)}o(mt,"markdownLineEndingOrSpace");function ue(t){return t===-2||t===-1||t===32}o(ue,"markdownSpace");var yE=bi(/\p{P}|\p{S}/u),xE=bi(/\s/);function bi(t){return e;function e(n){return n!==null&&n>-1&&t.test(String.fromCharCode(n))}}o(bi,"regexCheck");function me(t,e,n,i){let r=i?i-1:Number.POSITIVE_INFINITY,a=0;return s;function s(c){return ue(c)?(t.enter(n),l(c)):e(c)}function l(c){return ue(c)&&a++<r?(t.consume(c),l):(t.exit(n),e(c))}}o(me,"factorySpace");var CE={tokenize:eR};function eR(t){let e=t.attempt(this.parser.constructs.contentInitial,i,r),n;return e;function i(l){if(l===null){t.consume(l);return}return t.enter("lineEnding"),t.consume(l),t.exit("lineEnding"),me(t,e,"linePrefix")}function r(l){return t.enter("paragraph"),a(l)}function a(l){let c=t.enter("chunkText",{contentType:"text",previous:n});return n&&(n.next=c),n=c,s(l)}function s(l){if(l===null){t.exit("chunkText"),t.exit("paragraph"),t.consume(l);return}return X(l)?(t.consume(l),t.exit("chunkText"),a):(t.consume(l),s)}}o(eR,"initializeContent");var AE={tokenize:tR},wE={tokenize:nR};function tR(t){let e=this,n=[],i=0,r,a,s;return l;function l(g){if(i<n.length){let w=n[i];return e.containerState=w[1],t.attempt(w[0].continuation,c,u)(g)}return u(g)}function c(g){if(i++,e.containerState._closeFlow){e.containerState._closeFlow=void 0,r&&C();let w=e.events.length,F=w,A;for(;F--;)if(e.events[F][0]==="exit"&&e.events[F][1].type==="chunkFlow"){A=e.events[F][1].end;break}x(i);let I=w;for(;I<e.events.length;)e.events[I][1].end={...A},I++;return Rt(e.events,F+1,0,e.events.slice(w)),e.events.length=I,u(g)}return l(g)}function u(g){if(i===n.length){if(!r)return m(g);if(r.currentConstruct&&r.currentConstruct.concrete)return f(g);e.interrupt=!!(r.currentConstruct&&!r._gfmTableDynamicInterruptHack)}return e.containerState={},t.check(wE,p,d)(g)}function p(g){return r&&C(),x(i),m(g)}function d(g){return e.parser.lazy[e.now().line]=i!==n.length,s=e.now().offset,f(g)}function m(g){return e.containerState={},t.attempt(wE,h,f)(g)}function h(g){return i++,n.push([e.currentConstruct,e.containerState]),m(g)}function f(g){if(g===null){r&&C(),x(0),t.consume(g);return}return r=r||e.parser.flow(e.now()),t.enter("chunkFlow",{_tokenizer:r,contentType:"flow",previous:a}),b(g)}function b(g){if(g===null){y(t.exit("chunkFlow"),!0),x(0),t.consume(g);return}return X(g)?(t.consume(g),y(t.exit("chunkFlow")),i=0,e.interrupt=void 0,l):(t.consume(g),b)}function y(g,w){let F=e.sliceStream(g);if(w&&F.push(null),g.previous=a,a&&(a.next=g),a=g,r.defineSkip(g.start),r.write(F),e.parser.lazy[g.start.line]){let A=r.events.length;for(;A--;)if(r.events[A][1].start.offset<s&&(!r.events[A][1].end||r.events[A][1].end.offset>s))return;let I=e.events.length,M=I,$,j;for(;M--;)if(e.events[M][0]==="exit"&&e.events[M][1].type==="chunkFlow"){if($){j=e.events[M][1].end;break}$=!0}for(x(i),A=I;A<e.events.length;)e.events[A][1].end={...j},A++;Rt(e.events,M+1,0,e.events.slice(I)),e.events.length=A}}function x(g){let w=n.length;for(;w-- >g;){let F=n[w];e.containerState=F[1],F[0].exit.call(e,t)}n.length=g}function C(){r.write([null]),a=void 0,r=void 0,e.containerState._closeFlow=void 0}}o(tR,"initializeDocument");function nR(t,e,n){return me(t,t.attempt(this.parser.constructs.document,e,n),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}o(nR,"tokenizeContainer");function no(t){if(t===null||mt(t)||xE(t))return 1;if(yE(t))return 2}o(no,"classifyCharacter");function ro(t,e,n){let i=[],r=-1;for(;++r<t.length;){let a=t[r].resolveAll;a&&!i.includes(a)&&(e=a(e,n),i.push(a))}return e}o(ro,"resolveAll");var _s={name:"attention",resolveAll:rR,tokenize:iR};function rR(t,e){let n=-1,i,r,a,s,l,c,u,p;for(;++n<t.length;)if(t[n][0]==="enter"&&t[n][1].type==="attentionSequence"&&t[n][1]._close){for(i=n;i--;)if(t[i][0]==="exit"&&t[i][1].type==="attentionSequence"&&t[i][1]._open&&e.sliceSerialize(t[i][1]).charCodeAt(0)===e.sliceSerialize(t[n][1]).charCodeAt(0)){if((t[i][1]._close||t[n][1]._open)&&(t[n][1].end.offset-t[n][1].start.offset)%3&&!((t[i][1].end.offset-t[i][1].start.offset+t[n][1].end.offset-t[n][1].start.offset)%3))continue;c=t[i][1].end.offset-t[i][1].start.offset>1&&t[n][1].end.offset-t[n][1].start.offset>1?2:1;let d={...t[i][1].end},m={...t[n][1].start};SE(d,-c),SE(m,c),s={type:c>1?"strongSequence":"emphasisSequence",start:d,end:{...t[i][1].end}},l={type:c>1?"strongSequence":"emphasisSequence",start:{...t[n][1].start},end:m},a={type:c>1?"strongText":"emphasisText",start:{...t[i][1].end},end:{...t[n][1].start}},r={type:c>1?"strong":"emphasis",start:{...s.start},end:{...l.end}},t[i][1].end={...s.start},t[n][1].start={...l.end},u=[],t[i][1].end.offset-t[i][1].start.offset&&(u=nn(u,[["enter",t[i][1],e],["exit",t[i][1],e]])),u=nn(u,[["enter",r,e],["enter",s,e],["exit",s,e],["enter",a,e]]),u=nn(u,ro(e.parser.constructs.insideSpan.null,t.slice(i+1,n),e)),u=nn(u,[["exit",a,e],["enter",l,e],["exit",l,e],["exit",r,e]]),t[n][1].end.offset-t[n][1].start.offset?(p=2,u=nn(u,[["enter",t[n][1],e],["exit",t[n][1],e]])):p=0,Rt(t,i-1,n-i+3,u),n=i+u.length-p-2;break}}for(n=-1;++n<t.length;)t[n][1].type==="attentionSequence"&&(t[n][1].type="data");return t}o(rR,"resolveAllAttention");function iR(t,e){let n=this.parser.constructs.attentionMarkers.null,i=this.previous,r=no(i),a;return s;function s(c){return a=c,t.enter("attentionSequence"),l(c)}function l(c){if(c===a)return t.consume(c),l;let u=t.exit("attentionSequence"),p=no(c),d=!p||p===2&&r||n.includes(c),m=!r||r===2&&p||n.includes(i);return u._open=!!(a===42?d:d&&(r||!m)),u._close=!!(a===42?m:m&&(p||!d)),e(c)}}o(iR,"tokenizeAttention");function SE(t,e){t.column+=e,t.offset+=e,t._bufferIndex+=e}o(SE,"movePoint");var Nf={name:"autolink",tokenize:aR};function aR(t,e,n){let i=0;return r;function r(h){return t.enter("autolink"),t.enter("autolinkMarker"),t.consume(h),t.exit("autolinkMarker"),t.enter("autolinkProtocol"),a}function a(h){return On(h)?(t.consume(h),s):h===64?n(h):u(h)}function s(h){return h===43||h===45||h===46||rn(h)?(i=1,l(h)):u(h)}function l(h){return h===58?(t.consume(h),i=0,c):(h===43||h===45||h===46||rn(h))&&i++<32?(t.consume(h),l):(i=0,u(h))}function c(h){return h===62?(t.exit("autolinkProtocol"),t.enter("autolinkMarker"),t.consume(h),t.exit("autolinkMarker"),t.exit("autolink"),e):h===null||h===32||h===60||Ds(h)?n(h):(t.consume(h),c)}function u(h){return h===64?(t.consume(h),p):vE(h)?(t.consume(h),u):n(h)}function p(h){return rn(h)?d(h):n(h)}function d(h){return h===46?(t.consume(h),i=0,p):h===62?(t.exit("autolinkProtocol").type="autolinkEmail",t.enter("autolinkMarker"),t.consume(h),t.exit("autolinkMarker"),t.exit("autolink"),e):m(h)}function m(h){if((h===45||rn(h))&&i++<63){let f=h===45?m:d;return t.consume(h),f}return n(h)}}o(aR,"tokenizeAutolink");var ki={partial:!0,tokenize:oR};function oR(t,e,n){return i;function i(a){return ue(a)?me(t,r,"linePrefix")(a):r(a)}function r(a){return a===null||X(a)?e(a):n(a)}}o(oR,"tokenizeBlankLine");var Gc={continuation:{tokenize:lR},exit:cR,name:"blockQuote",tokenize:sR};function sR(t,e,n){let i=this;return r;function r(s){if(s===62){let l=i.containerState;return l.open||(t.enter("blockQuote",{_container:!0}),l.open=!0),t.enter("blockQuotePrefix"),t.enter("blockQuoteMarker"),t.consume(s),t.exit("blockQuoteMarker"),a}return n(s)}function a(s){return ue(s)?(t.enter("blockQuotePrefixWhitespace"),t.consume(s),t.exit("blockQuotePrefixWhitespace"),t.exit("blockQuotePrefix"),e):(t.exit("blockQuotePrefix"),e(s))}}o(sR,"tokenizeBlockQuoteStart");function lR(t,e,n){let i=this;return r;function r(s){return ue(s)?me(t,a,"linePrefix",i.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(s):a(s)}function a(s){return t.attempt(Gc,e,n)(s)}}o(lR,"tokenizeBlockQuoteContinuation");function cR(t){t.exit("blockQuote")}o(cR,"exit");var Hc={name:"characterEscape",tokenize:uR};function uR(t,e,n){return i;function i(a){return t.enter("characterEscape"),t.enter("escapeMarker"),t.consume(a),t.exit("escapeMarker"),r}function r(a){return kE(a)?(t.enter("characterEscapeValue"),t.consume(a),t.exit("characterEscapeValue"),t.exit("characterEscape"),e):n(a)}}o(uR,"tokenizeCharacterEscape");var qc={name:"characterReference",tokenize:pR};function pR(t,e,n){let i=this,r=0,a,s;return l;function l(d){return t.enter("characterReference"),t.enter("characterReferenceMarker"),t.consume(d),t.exit("characterReferenceMarker"),c}function c(d){return d===35?(t.enter("characterReferenceMarkerNumeric"),t.consume(d),t.exit("characterReferenceMarkerNumeric"),u):(t.enter("characterReferenceValue"),a=31,s=rn,p(d))}function u(d){return d===88||d===120?(t.enter("characterReferenceMarkerHexadecimal"),t.consume(d),t.exit("characterReferenceMarkerHexadecimal"),t.enter("characterReferenceValue"),a=6,s=bE,p):(t.enter("characterReferenceValue"),a=7,s=Ns,p(d))}function p(d){if(d===59&&r){let m=t.exit("characterReferenceValue");return s===rn&&!to(i.sliceSerialize(m))?n(d):(t.enter("characterReferenceMarker"),t.consume(d),t.exit("characterReferenceMarker"),t.exit("characterReference"),e)}return s(d)&&r++<a?(t.consume(d),p):n(d)}}o(pR,"tokenizeCharacterReference");var EE={partial:!0,tokenize:mR},Wc={concrete:!0,name:"codeFenced",tokenize:dR};function dR(t,e,n){let i=this,r={partial:!0,tokenize:F},a=0,s=0,l;return c;function c(A){return u(A)}function u(A){let I=i.events[i.events.length-1];return a=I&&I[1].type==="linePrefix"?I[2].sliceSerialize(I[1],!0).length:0,l=A,t.enter("codeFenced"),t.enter("codeFencedFence"),t.enter("codeFencedFenceSequence"),p(A)}function p(A){return A===l?(s++,t.consume(A),p):s<3?n(A):(t.exit("codeFencedFenceSequence"),ue(A)?me(t,d,"whitespace")(A):d(A))}function d(A){return A===null||X(A)?(t.exit("codeFencedFence"),i.interrupt?e(A):t.check(EE,b,w)(A)):(t.enter("codeFencedFenceInfo"),t.enter("chunkString",{contentType:"string"}),m(A))}function m(A){return A===null||X(A)?(t.exit("chunkString"),t.exit("codeFencedFenceInfo"),d(A)):ue(A)?(t.exit("chunkString"),t.exit("codeFencedFenceInfo"),me(t,h,"whitespace")(A)):A===96&&A===l?n(A):(t.consume(A),m)}function h(A){return A===null||X(A)?d(A):(t.enter("codeFencedFenceMeta"),t.enter("chunkString",{contentType:"string"}),f(A))}function f(A){return A===null||X(A)?(t.exit("chunkString"),t.exit("codeFencedFenceMeta"),d(A)):A===96&&A===l?n(A):(t.consume(A),f)}function b(A){return t.attempt(r,w,y)(A)}function y(A){return t.enter("lineEnding"),t.consume(A),t.exit("lineEnding"),x}function x(A){return a>0&&ue(A)?me(t,C,"linePrefix",a+1)(A):C(A)}function C(A){return A===null||X(A)?t.check(EE,b,w)(A):(t.enter("codeFlowValue"),g(A))}function g(A){return A===null||X(A)?(t.exit("codeFlowValue"),C(A)):(t.consume(A),g)}function w(A){return t.exit("codeFenced"),e(A)}function F(A,I,M){let $=0;return j;function j(ie){return A.enter("lineEnding"),A.consume(ie),A.exit("lineEnding"),Z}function Z(ie){return A.enter("codeFencedFence"),ue(ie)?me(A,ne,"linePrefix",i.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(ie):ne(ie)}function ne(ie){return ie===l?(A.enter("codeFencedFenceSequence"),R(ie)):M(ie)}function R(ie){return ie===l?($++,A.consume(ie),R):$>=s?(A.exit("codeFencedFenceSequence"),ue(ie)?me(A,te,"whitespace")(ie):te(ie)):M(ie)}function te(ie){return ie===null||X(ie)?(A.exit("codeFencedFence"),I(ie)):M(ie)}}}o(dR,"tokenizeCodeFenced");function mR(t,e,n){let i=this;return r;function r(s){return s===null?n(s):(t.enter("lineEnding"),t.consume(s),t.exit("lineEnding"),a)}function a(s){return i.parser.lazy[i.now().line]?n(s):e(s)}}o(mR,"tokenizeNonLazyContinuation");var zs={name:"codeIndented",tokenize:fR},hR={partial:!0,tokenize:gR};function fR(t,e,n){let i=this;return r;function r(u){return t.enter("codeIndented"),me(t,a,"linePrefix",5)(u)}function a(u){let p=i.events[i.events.length-1];return p&&p[1].type==="linePrefix"&&p[2].sliceSerialize(p[1],!0).length>=4?s(u):n(u)}function s(u){return u===null?c(u):X(u)?t.attempt(hR,s,c)(u):(t.enter("codeFlowValue"),l(u))}function l(u){return u===null||X(u)?(t.exit("codeFlowValue"),s(u)):(t.consume(u),l)}function c(u){return t.exit("codeIndented"),e(u)}}o(fR,"tokenizeCodeIndented");function gR(t,e,n){let i=this;return r;function r(s){return i.parser.lazy[i.now().line]?n(s):X(s)?(t.enter("lineEnding"),t.consume(s),t.exit("lineEnding"),r):me(t,a,"linePrefix",5)(s)}function a(s){let l=i.events[i.events.length-1];return l&&l[1].type==="linePrefix"&&l[2].sliceSerialize(l[1],!0).length>=4?e(s):X(s)?r(s):n(s)}}o(gR,"tokenizeFurtherStart");var _f={name:"codeText",previous:bR,resolve:vR,tokenize:kR};function vR(t){let e=t.length-4,n=3,i,r;if((t[n][1].type==="lineEnding"||t[n][1].type==="space")&&(t[e][1].type==="lineEnding"||t[e][1].type==="space")){for(i=n;++i<e;)if(t[i][1].type==="codeTextData"){t[n][1].type="codeTextPadding",t[e][1].type="codeTextPadding",n+=2,e-=2;break}}for(i=n-1,e++;++i<=e;)r===void 0?i!==e&&t[i][1].type!=="lineEnding"&&(r=i):(i===e||t[i][1].type==="lineEnding")&&(t[r][1].type="codeTextData",i!==r+2&&(t[r][1].end=t[i-1][1].end,t.splice(r+2,i-r-2),e-=i-r-2,i=r+2),r=void 0);return t}o(vR,"resolveCodeText");function bR(t){return t!==96||this.events[this.events.length-1][1].type==="characterEscape"}o(bR,"previous");function kR(t,e,n){let i=this,r=0,a,s;return l;function l(m){return t.enter("codeText"),t.enter("codeTextSequence"),c(m)}function c(m){return m===96?(t.consume(m),r++,c):(t.exit("codeTextSequence"),u(m))}function u(m){return m===null?n(m):m===32?(t.enter("space"),t.consume(m),t.exit("space"),u):m===96?(s=t.enter("codeTextSequence"),a=0,d(m)):X(m)?(t.enter("lineEnding"),t.consume(m),t.exit("lineEnding"),u):(t.enter("codeTextData"),p(m))}function p(m){return m===null||m===32||m===96||X(m)?(t.exit("codeTextData"),u(m)):(t.consume(m),p)}function d(m){return m===96?(t.consume(m),a++,d):a===r?(t.exit("codeTextSequence"),t.exit("codeText"),e(m)):(s.type="codeTextData",p(m))}}o(kR,"tokenizeCodeText");var Jc=class{static{o(this,"SpliceBuffer")}constructor(e){this.left=e?[...e]:[],this.right=[]}get(e){if(e<0||e>=this.left.length+this.right.length)throw new RangeError("Cannot access index `"+e+"` in a splice buffer of size `"+(this.left.length+this.right.length)+"`");return e<this.left.length?this.left[e]:this.right[this.right.length-e+this.left.length-1]}get length(){return this.left.length+this.right.length}shift(){return this.setCursor(0),this.right.pop()}slice(e,n){let i=n??Number.POSITIVE_INFINITY;return i<this.left.length?this.left.slice(e,i):e>this.left.length?this.right.slice(this.right.length-i+this.left.length,this.right.length-e+this.left.length).reverse():this.left.slice(e).concat(this.right.slice(this.right.length-i+this.left.length).reverse())}splice(e,n,i){let r=n||0;this.setCursor(Math.trunc(e));let a=this.right.splice(this.right.length-r,Number.POSITIVE_INFINITY);return i&&Os(this.left,i),a.reverse()}pop(){return this.setCursor(Number.POSITIVE_INFINITY),this.left.pop()}push(e){this.setCursor(Number.POSITIVE_INFINITY),this.left.push(e)}pushMany(e){this.setCursor(Number.POSITIVE_INFINITY),Os(this.left,e)}unshift(e){this.setCursor(0),this.right.push(e)}unshiftMany(e){this.setCursor(0),Os(this.right,e.reverse())}setCursor(e){if(!(e===this.left.length||e>this.left.length&&this.right.length===0||e<0&&this.left.length===0))if(e<this.left.length){let n=this.left.splice(e,Number.POSITIVE_INFINITY);Os(this.right,n.reverse())}else{let n=this.right.splice(this.left.length+this.right.length-e,Number.POSITIVE_INFINITY);Os(this.left,n.reverse())}}};function Os(t,e){let n=0;if(e.length<1e4)t.push(...e);else for(;n<e.length;)t.push(...e.slice(n,n+1e4)),n+=1e4}o(Os,"chunkedPush");function Kc(t){let e={},n=-1,i,r,a,s,l,c,u,p=new Jc(t);for(;++n<p.length;){for(;n in e;)n=e[n];if(i=p.get(n),n&&i[1].type==="chunkFlow"&&p.get(n-1)[1].type==="listItemPrefix"&&(c=i[1]._tokenizer.events,a=0,a<c.length&&c[a][1].type==="lineEndingBlank"&&(a+=2),a<c.length&&c[a][1].type==="content"))for(;++a<c.length&&c[a][1].type!=="content";)c[a][1].type==="chunkText"&&(c[a][1]._isInFirstContentOfListItem=!0,a++);if(i[0]==="enter")i[1].contentType&&(Object.assign(e,yR(p,n)),n=e[n],u=!0);else if(i[1]._container){for(a=n,r=void 0;a--;)if(s=p.get(a),s[1].type==="lineEnding"||s[1].type==="lineEndingBlank")s[0]==="enter"&&(r&&(p.get(r)[1].type="lineEndingBlank"),s[1].type="lineEnding",r=a);else if(!(s[1].type==="linePrefix"||s[1].type==="listItemIndent"))break;r&&(i[1].end={...p.get(r)[1].start},l=p.slice(r,n),l.unshift(i),p.splice(r,n-r+1,l))}}return Rt(t,0,Number.POSITIVE_INFINITY,p.slice(0)),!u}o(Kc,"subtokenize");function yR(t,e){let n=t.get(e)[1],i=t.get(e)[2],r=e-1,a=[],s=n._tokenizer;s||(s=i.parser[n.contentType](n.start),n._contentTypeTextTrailing&&(s._contentTypeTextTrailing=!0));let l=s.events,c=[],u={},p,d,m=-1,h=n,f=0,b=0,y=[b];for(;h;){for(;t.get(++r)[1]!==h;);a.push(r),h._tokenizer||(p=i.sliceStream(h),h.next||p.push(null),d&&s.defineSkip(h.start),h._isInFirstContentOfListItem&&(s._gfmTasklistFirstContentOfListItem=!0),s.write(p),h._isInFirstContentOfListItem&&(s._gfmTasklistFirstContentOfListItem=void 0)),d=h,h=h.next}for(h=n;++m<l.length;)l[m][0]==="exit"&&l[m-1][0]==="enter"&&l[m][1].type===l[m-1][1].type&&l[m][1].start.line!==l[m][1].end.line&&(b=m+1,y.push(b),h._tokenizer=void 0,h.previous=void 0,h=h.next);for(s.events=[],h?(h._tokenizer=void 0,h.previous=void 0):y.pop(),m=y.length;m--;){let x=l.slice(y[m],y[m+1]),C=a.pop();c.push([C,C+x.length-1]),t.splice(C,2,x)}for(c.reverse(),m=-1;++m<c.length;)u[f+c[m][0]]=f+c[m][1],f+=c[m][1]-c[m][0]-1;return u}o(yR,"subcontent");var zf={resolve:CR,tokenize:wR},xR={partial:!0,tokenize:AR};function CR(t){return Kc(t),t}o(CR,"resolveContent");function wR(t,e){let n;return i;function i(l){return t.enter("content"),n=t.enter("chunkContent",{contentType:"content"}),r(l)}function r(l){return l===null?a(l):X(l)?t.check(xR,s,a)(l):(t.consume(l),r)}function a(l){return t.exit("chunkContent"),t.exit("content"),e(l)}function s(l){return t.consume(l),t.exit("chunkContent"),n.next=t.enter("chunkContent",{contentType:"content",previous:n}),n=n.next,r}}o(wR,"tokenizeContent");function AR(t,e,n){let i=this;return r;function r(s){return t.exit("chunkContent"),t.enter("lineEnding"),t.consume(s),t.exit("lineEnding"),me(t,a,"linePrefix")}function a(s){if(s===null||X(s))return n(s);let l=i.events[i.events.length-1];return!i.parser.constructs.disable.null.includes("codeIndented")&&l&&l[1].type==="linePrefix"&&l[2].sliceSerialize(l[1],!0).length>=4?e(s):t.interrupt(i.parser.constructs.flow,n,e)(s)}}o(AR,"tokenizeContinuation");function Yc(t,e,n,i,r,a,s,l,c){let u=c||Number.POSITIVE_INFINITY,p=0;return d;function d(x){return x===60?(t.enter(i),t.enter(r),t.enter(a),t.consume(x),t.exit(a),m):x===null||x===32||x===41||Ds(x)?n(x):(t.enter(i),t.enter(s),t.enter(l),t.enter("chunkString",{contentType:"string"}),b(x))}function m(x){return x===62?(t.enter(a),t.consume(x),t.exit(a),t.exit(r),t.exit(i),e):(t.enter(l),t.enter("chunkString",{contentType:"string"}),h(x))}function h(x){return x===62?(t.exit("chunkString"),t.exit(l),m(x)):x===null||x===60||X(x)?n(x):(t.consume(x),x===92?f:h)}function f(x){return x===60||x===62||x===92?(t.consume(x),h):h(x)}function b(x){return!p&&(x===null||x===41||mt(x))?(t.exit("chunkString"),t.exit(l),t.exit(s),t.exit(i),e(x)):p<u&&x===40?(t.consume(x),p++,b):x===41?(t.consume(x),p--,b):x===null||x===32||x===40||Ds(x)?n(x):(t.consume(x),x===92?y:b)}function y(x){return x===40||x===41||x===92?(t.consume(x),b):b(x)}}o(Yc,"factoryDestination");function Xc(t,e,n,i,r,a){let s=this,l=0,c;return u;function u(h){return t.enter(i),t.enter(r),t.consume(h),t.exit(r),t.enter(a),p}function p(h){return l>999||h===null||h===91||h===93&&!c||h===94&&!l&&"_hiddenFootnoteSupport"in s.parser.constructs?n(h):h===93?(t.exit(a),t.enter(r),t.consume(h),t.exit(r),t.exit(i),e):X(h)?(t.enter("lineEnding"),t.consume(h),t.exit("lineEnding"),p):(t.enter("chunkString",{contentType:"string"}),d(h))}function d(h){return h===null||h===91||h===93||X(h)||l++>999?(t.exit("chunkString"),p(h)):(t.consume(h),c||(c=!ue(h)),h===92?m:d)}function m(h){return h===91||h===92||h===93?(t.consume(h),l++,d):d(h)}}o(Xc,"factoryLabel");function Qc(t,e,n,i,r,a){let s;return l;function l(m){return m===34||m===39||m===40?(t.enter(i),t.enter(r),t.consume(m),t.exit(r),s=m===40?41:m,c):n(m)}function c(m){return m===s?(t.enter(r),t.consume(m),t.exit(r),t.exit(i),e):(t.enter(a),u(m))}function u(m){return m===s?(t.exit(a),c(s)):m===null?n(m):X(m)?(t.enter("lineEnding"),t.consume(m),t.exit("lineEnding"),me(t,u,"linePrefix")):(t.enter("chunkString",{contentType:"string"}),p(m))}function p(m){return m===s||m===null||X(m)?(t.exit("chunkString"),u(m)):(t.consume(m),m===92?d:p)}function d(m){return m===s||m===92?(t.consume(m),p):p(m)}}o(Qc,"factoryTitle");function aa(t,e){let n;return i;function i(r){return X(r)?(t.enter("lineEnding"),t.consume(r),t.exit("lineEnding"),n=!0,i):ue(r)?me(t,i,n?"linePrefix":"lineSuffix")(r):e(r)}}o(aa,"factoryWhitespace");var Of={name:"definition",tokenize:ER},SR={partial:!0,tokenize:PR};function ER(t,e,n){let i=this,r;return a;function a(h){return t.enter("definition"),s(h)}function s(h){return Xc.call(i,t,l,n,"definitionLabel","definitionLabelMarker","definitionLabelString")(h)}function l(h){return r=Yr(i.sliceSerialize(i.events[i.events.length-1][1]).slice(1,-1)),h===58?(t.enter("definitionMarker"),t.consume(h),t.exit("definitionMarker"),c):n(h)}function c(h){return mt(h)?aa(t,u)(h):u(h)}function u(h){return Yc(t,p,n,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(h)}function p(h){return t.attempt(SR,d,d)(h)}function d(h){return ue(h)?me(t,m,"whitespace")(h):m(h)}function m(h){return h===null||X(h)?(t.exit("definition"),i.parser.defined.push(r),e(h)):n(h)}}o(ER,"tokenizeDefinition");function PR(t,e,n){return i;function i(l){return mt(l)?aa(t,r)(l):n(l)}function r(l){return Qc(t,a,n,"definitionTitle","definitionTitleMarker","definitionTitleString")(l)}function a(l){return ue(l)?me(t,s,"whitespace")(l):s(l)}function s(l){return l===null||X(l)?e(l):n(l)}}o(PR,"tokenizeTitleBefore");var Mf={name:"hardBreakEscape",tokenize:FR};function FR(t,e,n){return i;function i(a){return t.enter("hardBreakEscape"),t.consume(a),r}function r(a){return X(a)?(t.exit("hardBreakEscape"),e(a)):n(a)}}o(FR,"tokenizeHardBreakEscape");var $f={name:"headingAtx",resolve:TR,tokenize:IR};function TR(t,e){let n=t.length-2,i=3,r,a;return t[i][1].type==="whitespace"&&(i+=2),n-2>i&&t[n][1].type==="whitespace"&&(n-=2),t[n][1].type==="atxHeadingSequence"&&(i===n-1||n-4>i&&t[n-2][1].type==="whitespace")&&(n-=i+1===n?2:4),n>i&&(r={type:"atxHeadingText",start:t[i][1].start,end:t[n][1].end},a={type:"chunkText",start:t[i][1].start,end:t[n][1].end,contentType:"text"},Rt(t,i,n-i+1,[["enter",r,e],["enter",a,e],["exit",a,e],["exit",r,e]])),t}o(TR,"resolveHeadingAtx");function IR(t,e,n){let i=0;return r;function r(p){return t.enter("atxHeading"),a(p)}function a(p){return t.enter("atxHeadingSequence"),s(p)}function s(p){return p===35&&i++<6?(t.consume(p),s):p===null||mt(p)?(t.exit("atxHeadingSequence"),l(p)):n(p)}function l(p){return p===35?(t.enter("atxHeadingSequence"),c(p)):p===null||X(p)?(t.exit("atxHeading"),e(p)):ue(p)?me(t,l,"whitespace")(p):(t.enter("atxHeadingText"),u(p))}function c(p){return p===35?(t.consume(p),c):(t.exit("atxHeadingSequence"),l(p))}function u(p){return p===null||p===35||mt(p)?(t.exit("atxHeadingText"),l(p)):(t.consume(p),u)}}o(IR,"tokenizeHeadingAtx");var PE=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],Rf=["pre","script","style","textarea"];var Lf={concrete:!0,name:"htmlFlow",resolveTo:_R,tokenize:zR},DR={partial:!0,tokenize:MR},NR={partial:!0,tokenize:OR};function _R(t){let e=t.length;for(;e--&&!(t[e][0]==="enter"&&t[e][1].type==="htmlFlow"););return e>1&&t[e-2][1].type==="linePrefix"&&(t[e][1].start=t[e-2][1].start,t[e+1][1].start=t[e-2][1].start,t.splice(e-2,2)),t}o(_R,"resolveToHtmlFlow");function zR(t,e,n){let i=this,r,a,s,l,c;return u;function u(E){return p(E)}function p(E){return t.enter("htmlFlow"),t.enter("htmlFlowData"),t.consume(E),d}function d(E){return E===33?(t.consume(E),m):E===47?(t.consume(E),a=!0,b):E===63?(t.consume(E),r=3,i.interrupt?e:S):On(E)?(t.consume(E),s=String.fromCharCode(E),y):n(E)}function m(E){return E===45?(t.consume(E),r=2,h):E===91?(t.consume(E),r=5,l=0,f):On(E)?(t.consume(E),r=4,i.interrupt?e:S):n(E)}function h(E){return E===45?(t.consume(E),i.interrupt?e:S):n(E)}function f(E){let Ut="CDATA[";return E===Ut.charCodeAt(l++)?(t.consume(E),l===Ut.length?i.interrupt?e:ne:f):n(E)}function b(E){return On(E)?(t.consume(E),s=String.fromCharCode(E),y):n(E)}function y(E){if(E===null||E===47||E===62||mt(E)){let Ut=E===47,Zi=s.toLowerCase();return!Ut&&!a&&Rf.includes(Zi)?(r=1,i.interrupt?e(E):ne(E)):PE.includes(s.toLowerCase())?(r=6,Ut?(t.consume(E),x):i.interrupt?e(E):ne(E)):(r=7,i.interrupt&&!i.parser.lazy[i.now().line]?n(E):a?C(E):g(E))}return E===45||rn(E)?(t.consume(E),s+=String.fromCharCode(E),y):n(E)}function x(E){return E===62?(t.consume(E),i.interrupt?e:ne):n(E)}function C(E){return ue(E)?(t.consume(E),C):j(E)}function g(E){return E===47?(t.consume(E),j):E===58||E===95||On(E)?(t.consume(E),w):ue(E)?(t.consume(E),g):j(E)}function w(E){return E===45||E===46||E===58||E===95||rn(E)?(t.consume(E),w):F(E)}function F(E){return E===61?(t.consume(E),A):ue(E)?(t.consume(E),F):g(E)}function A(E){return E===null||E===60||E===61||E===62||E===96?n(E):E===34||E===39?(t.consume(E),c=E,I):ue(E)?(t.consume(E),A):M(E)}function I(E){return E===c?(t.consume(E),c=null,$):E===null||X(E)?n(E):(t.consume(E),I)}function M(E){return E===null||E===34||E===39||E===47||E===60||E===61||E===62||E===96||mt(E)?F(E):(t.consume(E),M)}function $(E){return E===47||E===62||ue(E)?g(E):n(E)}function j(E){return E===62?(t.consume(E),Z):n(E)}function Z(E){return E===null||X(E)?ne(E):ue(E)?(t.consume(E),Z):n(E)}function ne(E){return E===45&&r===2?(t.consume(E),oe):E===60&&r===1?(t.consume(E),_e):E===62&&r===4?(t.consume(E),Ge):E===63&&r===3?(t.consume(E),S):E===93&&r===5?(t.consume(E),Xt):X(E)&&(r===6||r===7)?(t.exit("htmlFlowData"),t.check(DR,Nt,R)(E)):E===null||X(E)?(t.exit("htmlFlowData"),R(E)):(t.consume(E),ne)}function R(E){return t.check(NR,te,Nt)(E)}function te(E){return t.enter("lineEnding"),t.consume(E),t.exit("lineEnding"),ie}function ie(E){return E===null||X(E)?R(E):(t.enter("htmlFlowData"),ne(E))}function oe(E){return E===45?(t.consume(E),S):ne(E)}function _e(E){return E===47?(t.consume(E),s="",Dt):ne(E)}function Dt(E){if(E===62){let Ut=s.toLowerCase();return Rf.includes(Ut)?(t.consume(E),Ge):ne(E)}return On(E)&&s.length<8?(t.consume(E),s+=String.fromCharCode(E),Dt):ne(E)}function Xt(E){return E===93?(t.consume(E),S):ne(E)}function S(E){return E===62?(t.consume(E),Ge):E===45&&r===2?(t.consume(E),S):ne(E)}function Ge(E){return E===null||X(E)?(t.exit("htmlFlowData"),Nt(E)):(t.consume(E),Ge)}function Nt(E){return t.exit("htmlFlow"),e(E)}}o(zR,"tokenizeHtmlFlow");function OR(t,e,n){let i=this;return r;function r(s){return X(s)?(t.enter("lineEnding"),t.consume(s),t.exit("lineEnding"),a):n(s)}function a(s){return i.parser.lazy[i.now().line]?n(s):e(s)}}o(OR,"tokenizeNonLazyContinuationStart");function MR(t,e,n){return i;function i(r){return t.enter("lineEnding"),t.consume(r),t.exit("lineEnding"),t.attempt(ki,e,n)}}o(MR,"tokenizeBlankLineBefore");var jf={name:"htmlText",tokenize:$R};function $R(t,e,n){let i=this,r,a,s;return l;function l(S){return t.enter("htmlText"),t.enter("htmlTextData"),t.consume(S),c}function c(S){return S===33?(t.consume(S),u):S===47?(t.consume(S),F):S===63?(t.consume(S),g):On(S)?(t.consume(S),M):n(S)}function u(S){return S===45?(t.consume(S),p):S===91?(t.consume(S),a=0,f):On(S)?(t.consume(S),C):n(S)}function p(S){return S===45?(t.consume(S),h):n(S)}function d(S){return S===null?n(S):S===45?(t.consume(S),m):X(S)?(s=d,_e(S)):(t.consume(S),d)}function m(S){return S===45?(t.consume(S),h):d(S)}function h(S){return S===62?oe(S):S===45?m(S):d(S)}function f(S){let Ge="CDATA[";return S===Ge.charCodeAt(a++)?(t.consume(S),a===Ge.length?b:f):n(S)}function b(S){return S===null?n(S):S===93?(t.consume(S),y):X(S)?(s=b,_e(S)):(t.consume(S),b)}function y(S){return S===93?(t.consume(S),x):b(S)}function x(S){return S===62?oe(S):S===93?(t.consume(S),x):b(S)}function C(S){return S===null||S===62?oe(S):X(S)?(s=C,_e(S)):(t.consume(S),C)}function g(S){return S===null?n(S):S===63?(t.consume(S),w):X(S)?(s=g,_e(S)):(t.consume(S),g)}function w(S){return S===62?oe(S):g(S)}function F(S){return On(S)?(t.consume(S),A):n(S)}function A(S){return S===45||rn(S)?(t.consume(S),A):I(S)}function I(S){return X(S)?(s=I,_e(S)):ue(S)?(t.consume(S),I):oe(S)}function M(S){return S===45||rn(S)?(t.consume(S),M):S===47||S===62||mt(S)?$(S):n(S)}function $(S){return S===47?(t.consume(S),oe):S===58||S===95||On(S)?(t.consume(S),j):X(S)?(s=$,_e(S)):ue(S)?(t.consume(S),$):oe(S)}function j(S){return S===45||S===46||S===58||S===95||rn(S)?(t.consume(S),j):Z(S)}function Z(S){return S===61?(t.consume(S),ne):X(S)?(s=Z,_e(S)):ue(S)?(t.consume(S),Z):$(S)}function ne(S){return S===null||S===60||S===61||S===62||S===96?n(S):S===34||S===39?(t.consume(S),r=S,R):X(S)?(s=ne,_e(S)):ue(S)?(t.consume(S),ne):(t.consume(S),te)}function R(S){return S===r?(t.consume(S),r=void 0,ie):S===null?n(S):X(S)?(s=R,_e(S)):(t.consume(S),R)}function te(S){return S===null||S===34||S===39||S===60||S===61||S===96?n(S):S===47||S===62||mt(S)?$(S):(t.consume(S),te)}function ie(S){return S===47||S===62||mt(S)?$(S):n(S)}function oe(S){return S===62?(t.consume(S),t.exit("htmlTextData"),t.exit("htmlText"),e):n(S)}function _e(S){return t.exit("htmlTextData"),t.enter("lineEnding"),t.consume(S),t.exit("lineEnding"),Dt}function Dt(S){return ue(S)?me(t,Xt,"linePrefix",i.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(S):Xt(S)}function Xt(S){return t.enter("htmlTextData"),s(S)}}o($R,"tokenizeHtmlText");var oa={name:"labelEnd",resolveAll:BR,resolveTo:UR,tokenize:VR},RR={tokenize:ZR},LR={tokenize:GR},jR={tokenize:HR};function BR(t){let e=-1,n=[];for(;++e<t.length;){let i=t[e][1];if(n.push(t[e]),i.type==="labelImage"||i.type==="labelLink"||i.type==="labelEnd"){let r=i.type==="labelImage"?4:2;i.type="data",e+=r}}return t.length!==n.length&&Rt(t,0,t.length,n),t}o(BR,"resolveAllLabelEnd");function UR(t,e){let n=t.length,i=0,r,a,s,l;for(;n--;)if(r=t[n][1],a){if(r.type==="link"||r.type==="labelLink"&&r._inactive)break;t[n][0]==="enter"&&r.type==="labelLink"&&(r._inactive=!0)}else if(s){if(t[n][0]==="enter"&&(r.type==="labelImage"||r.type==="labelLink")&&!r._balanced&&(a=n,r.type!=="labelLink")){i=2;break}}else r.type==="labelEnd"&&(s=n);let c={type:t[a][1].type==="labelLink"?"link":"image",start:{...t[a][1].start},end:{...t[t.length-1][1].end}},u={type:"label",start:{...t[a][1].start},end:{...t[s][1].end}},p={type:"labelText",start:{...t[a+i+2][1].end},end:{...t[s-2][1].start}};return l=[["enter",c,e],["enter",u,e]],l=nn(l,t.slice(a+1,a+i+3)),l=nn(l,[["enter",p,e]]),l=nn(l,ro(e.parser.constructs.insideSpan.null,t.slice(a+i+4,s-3),e)),l=nn(l,[["exit",p,e],t[s-2],t[s-1],["exit",u,e]]),l=nn(l,t.slice(s+1)),l=nn(l,[["exit",c,e]]),Rt(t,a,t.length,l),t}o(UR,"resolveToLabelEnd");function VR(t,e,n){let i=this,r=i.events.length,a,s;for(;r--;)if((i.events[r][1].type==="labelImage"||i.events[r][1].type==="labelLink")&&!i.events[r][1]._balanced){a=i.events[r][1];break}return l;function l(m){return a?a._inactive?d(m):(s=i.parser.defined.includes(Yr(i.sliceSerialize({start:a.end,end:i.now()}))),t.enter("labelEnd"),t.enter("labelMarker"),t.consume(m),t.exit("labelMarker"),t.exit("labelEnd"),c):n(m)}function c(m){return m===40?t.attempt(RR,p,s?p:d)(m):m===91?t.attempt(LR,p,s?u:d)(m):s?p(m):d(m)}function u(m){return t.attempt(jR,p,d)(m)}function p(m){return e(m)}function d(m){return a._balanced=!0,n(m)}}o(VR,"tokenizeLabelEnd");function ZR(t,e,n){return i;function i(d){return t.enter("resource"),t.enter("resourceMarker"),t.consume(d),t.exit("resourceMarker"),r}function r(d){return mt(d)?aa(t,a)(d):a(d)}function a(d){return d===41?p(d):Yc(t,s,l,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(d)}function s(d){return mt(d)?aa(t,c)(d):p(d)}function l(d){return n(d)}function c(d){return d===34||d===39||d===40?Qc(t,u,n,"resourceTitle","resourceTitleMarker","resourceTitleString")(d):p(d)}function u(d){return mt(d)?aa(t,p)(d):p(d)}function p(d){return d===41?(t.enter("resourceMarker"),t.consume(d),t.exit("resourceMarker"),t.exit("resource"),e):n(d)}}o(ZR,"tokenizeResource");function GR(t,e,n){let i=this;return r;function r(l){return Xc.call(i,t,a,s,"reference","referenceMarker","referenceString")(l)}function a(l){return i.parser.defined.includes(Yr(i.sliceSerialize(i.events[i.events.length-1][1]).slice(1,-1)))?e(l):n(l)}function s(l){return n(l)}}o(GR,"tokenizeReferenceFull");function HR(t,e,n){return i;function i(a){return t.enter("reference"),t.enter("referenceMarker"),t.consume(a),t.exit("referenceMarker"),r}function r(a){return a===93?(t.enter("referenceMarker"),t.consume(a),t.exit("referenceMarker"),t.exit("reference"),e):n(a)}}o(HR,"tokenizeReferenceCollapsed");var Bf={name:"labelStartImage",resolveAll:oa.resolveAll,tokenize:qR};function qR(t,e,n){let i=this;return r;function r(l){return t.enter("labelImage"),t.enter("labelImageMarker"),t.consume(l),t.exit("labelImageMarker"),a}function a(l){return l===91?(t.enter("labelMarker"),t.consume(l),t.exit("labelMarker"),t.exit("labelImage"),s):n(l)}function s(l){return l===94&&"_hiddenFootnoteSupport"in i.parser.constructs?n(l):e(l)}}o(qR,"tokenizeLabelStartImage");var Uf={name:"labelStartLink",resolveAll:oa.resolveAll,tokenize:WR};function WR(t,e,n){let i=this;return r;function r(s){return t.enter("labelLink"),t.enter("labelMarker"),t.consume(s),t.exit("labelMarker"),t.exit("labelLink"),a}function a(s){return s===94&&"_hiddenFootnoteSupport"in i.parser.constructs?n(s):e(s)}}o(WR,"tokenizeLabelStartLink");var Ms={name:"lineEnding",tokenize:JR};function JR(t,e){return n;function n(i){return t.enter("lineEnding"),t.consume(i),t.exit("lineEnding"),me(t,e,"linePrefix")}}o(JR,"tokenizeLineEnding");var sa={name:"thematicBreak",tokenize:KR};function KR(t,e,n){let i=0,r;return a;function a(u){return t.enter("thematicBreak"),s(u)}function s(u){return r=u,l(u)}function l(u){return u===r?(t.enter("thematicBreakSequence"),c(u)):i>=3&&(u===null||X(u))?(t.exit("thematicBreak"),e(u)):n(u)}function c(u){return u===r?(t.consume(u),i++,c):(t.exit("thematicBreakSequence"),ue(u)?me(t,l,"whitespace")(u):l(u))}}o(KR,"tokenizeThematicBreak");var Wt={continuation:{tokenize:eL},exit:nL,name:"list",tokenize:QR},YR={partial:!0,tokenize:rL},XR={partial:!0,tokenize:tL};function QR(t,e,n){let i=this,r=i.events[i.events.length-1],a=r&&r[1].type==="linePrefix"?r[2].sliceSerialize(r[1],!0).length:0,s=0;return l;function l(h){let f=i.containerState.type||(h===42||h===43||h===45?"listUnordered":"listOrdered");if(f==="listUnordered"?!i.containerState.marker||h===i.containerState.marker:Ns(h)){if(i.containerState.type||(i.containerState.type=f,t.enter(f,{_container:!0})),f==="listUnordered")return t.enter("listItemPrefix"),h===42||h===45?t.check(sa,n,u)(h):u(h);if(!i.interrupt||h===49)return t.enter("listItemPrefix"),t.enter("listItemValue"),c(h)}return n(h)}function c(h){return Ns(h)&&++s<10?(t.consume(h),c):(!i.interrupt||s<2)&&(i.containerState.marker?h===i.containerState.marker:h===41||h===46)?(t.exit("listItemValue"),u(h)):n(h)}function u(h){return t.enter("listItemMarker"),t.consume(h),t.exit("listItemMarker"),i.containerState.marker=i.containerState.marker||h,t.check(ki,i.interrupt?n:p,t.attempt(YR,m,d))}function p(h){return i.containerState.initialBlankLine=!0,a++,m(h)}function d(h){return ue(h)?(t.enter("listItemPrefixWhitespace"),t.consume(h),t.exit("listItemPrefixWhitespace"),m):n(h)}function m(h){return i.containerState.size=a+i.sliceSerialize(t.exit("listItemPrefix"),!0).length,e(h)}}o(QR,"tokenizeListStart");function eL(t,e,n){let i=this;return i.containerState._closeFlow=void 0,t.check(ki,r,a);function r(l){return i.containerState.furtherBlankLines=i.containerState.furtherBlankLines||i.containerState.initialBlankLine,me(t,e,"listItemIndent",i.containerState.size+1)(l)}o(r,"onBlank");function a(l){return i.containerState.furtherBlankLines||!ue(l)?(i.containerState.furtherBlankLines=void 0,i.containerState.initialBlankLine=void 0,s(l)):(i.containerState.furtherBlankLines=void 0,i.containerState.initialBlankLine=void 0,t.attempt(XR,e,s)(l))}o(a,"notBlank");function s(l){return i.containerState._closeFlow=!0,i.interrupt=void 0,me(t,t.attempt(Wt,e,n),"linePrefix",i.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(l)}o(s,"notInCurrentItem")}o(eL,"tokenizeListContinuation");function tL(t,e,n){let i=this;return me(t,r,"listItemIndent",i.containerState.size+1);function r(a){let s=i.events[i.events.length-1];return s&&s[1].type==="listItemIndent"&&s[2].sliceSerialize(s[1],!0).length===i.containerState.size?e(a):n(a)}}o(tL,"tokenizeIndent");function nL(t){t.exit(this.containerState.type)}o(nL,"tokenizeListEnd");function rL(t,e,n){let i=this;return me(t,r,"listItemPrefixWhitespace",i.parser.constructs.disable.null.includes("codeIndented")?void 0:5);function r(a){let s=i.events[i.events.length-1];return!ue(a)&&s&&s[1].type==="listItemPrefixWhitespace"?e(a):n(a)}}o(rL,"tokenizeListItemPrefixWhitespace");var eu={name:"setextUnderline",resolveTo:iL,tokenize:aL};function iL(t,e){let n=t.length,i,r,a;for(;n--;)if(t[n][0]==="enter"){if(t[n][1].type==="content"){i=n;break}t[n][1].type==="paragraph"&&(r=n)}else t[n][1].type==="content"&&t.splice(n,1),!a&&t[n][1].type==="definition"&&(a=n);let s={type:"setextHeading",start:{...t[i][1].start},end:{...t[t.length-1][1].end}};return t[r][1].type="setextHeadingText",a?(t.splice(r,0,["enter",s,e]),t.splice(a+1,0,["exit",t[i][1],e]),t[i][1].end={...t[a][1].end}):t[i][1]=s,t.push(["exit",s,e]),t}o(iL,"resolveToSetextUnderline");function aL(t,e,n){let i=this,r;return a;function a(u){let p=i.events.length,d;for(;p--;)if(i.events[p][1].type!=="lineEnding"&&i.events[p][1].type!=="linePrefix"&&i.events[p][1].type!=="content"){d=i.events[p][1].type==="paragraph";break}return!i.parser.lazy[i.now().line]&&(i.interrupt||d)?(t.enter("setextHeadingLine"),r=u,s(u)):n(u)}function s(u){return t.enter("setextHeadingLineSequence"),l(u)}function l(u){return u===r?(t.consume(u),l):(t.exit("setextHeadingLineSequence"),ue(u)?me(t,c,"lineSuffix")(u):c(u))}function c(u){return u===null||X(u)?(t.exit("setextHeadingLine"),e(u)):n(u)}}o(aL,"tokenizeSetextUnderline");var FE={tokenize:oL};function oL(t){let e=this,n=t.attempt(ki,i,t.attempt(this.parser.constructs.flowInitial,r,me(t,t.attempt(this.parser.constructs.flow,r,t.attempt(zf,r)),"linePrefix")));return n;function i(a){if(a===null){t.consume(a);return}return t.enter("lineEndingBlank"),t.consume(a),t.exit("lineEndingBlank"),e.currentConstruct=void 0,n}function r(a){if(a===null){t.consume(a);return}return t.enter("lineEnding"),t.consume(a),t.exit("lineEnding"),e.currentConstruct=void 0,n}}o(oL,"initializeFlow");var TE={resolveAll:_E()},IE=NE("string"),DE=NE("text");function NE(t){return{resolveAll:_E(t==="text"?sL:void 0),tokenize:e};function e(n){let i=this,r=this.parser.constructs[t],a=n.attempt(r,s,l);return s;function s(p){return u(p)?a(p):l(p)}function l(p){if(p===null){n.consume(p);return}return n.enter("data"),n.consume(p),c}function c(p){return u(p)?(n.exit("data"),a(p)):(n.consume(p),c)}function u(p){if(p===null)return!0;let d=r[p],m=-1;if(d)for(;++m<d.length;){let h=d[m];if(!h.previous||h.previous.call(i,i.previous))return!0}return!1}}}o(NE,"initializeFactory");function _E(t){return e;function e(n,i){let r=-1,a;for(;++r<=n.length;)a===void 0?n[r]&&n[r][1].type==="data"&&(a=r,r++):(!n[r]||n[r][1].type!=="data")&&(r!==a+2&&(n[a][1].end=n[r-1][1].end,n.splice(a+2,r-a-2),r=a+2),a=void 0);return t?t(n,i):n}}o(_E,"createResolver");function sL(t,e){let n=0;for(;++n<=t.length;)if((n===t.length||t[n][1].type==="lineEnding")&&t[n-1][1].type==="data"){let i=t[n-1][1],r=e.sliceStream(i),a=r.length,s=-1,l=0,c;for(;a--;){let u=r[a];if(typeof u=="string"){for(s=u.length;u.charCodeAt(s-1)===32;)l++,s--;if(s)break;s=-1}else if(u===-2)c=!0,l++;else if(u!==-1){a++;break}}if(e._contentTypeTextTrailing&&n===t.length&&(l=0),l){let u={type:n===t.length||c||l<2?"lineSuffix":"hardBreakTrailing",start:{_bufferIndex:a?s:i.start._bufferIndex+s,_index:i.start._index+a,line:i.end.line,column:i.end.column-l,offset:i.end.offset-l},end:{...i.end}};i.end={...u.start},i.start.offset===i.end.offset?Object.assign(i,u):(t.splice(n,0,["enter",u,e],["exit",u,e]),n+=2)}n++}return t}o(sL,"resolveAllLineSuffixes");var Vf={};Bn(Vf,{attentionMarkers:()=>fL,contentInitial:()=>cL,disable:()=>gL,document:()=>lL,flow:()=>pL,flowInitial:()=>uL,insideSpan:()=>hL,string:()=>dL,text:()=>mL});var lL={42:Wt,43:Wt,45:Wt,48:Wt,49:Wt,50:Wt,51:Wt,52:Wt,53:Wt,54:Wt,55:Wt,56:Wt,57:Wt,62:Gc},cL={91:Of},uL={[-2]:zs,[-1]:zs,32:zs},pL={35:$f,42:sa,45:[eu,sa],60:Lf,61:eu,95:sa,96:Wc,126:Wc},dL={38:qc,92:Hc},mL={[-5]:Ms,[-4]:Ms,[-3]:Ms,33:Bf,38:qc,42:_s,60:[Nf,jf],91:Uf,92:[Mf,Hc],93:oa,95:_s,96:_f},hL={null:[_s,TE]},fL={null:[42,95]},gL={null:[]};function zE(t,e,n){let i={_bufferIndex:-1,_index:0,line:n&&n.line||1,column:n&&n.column||1,offset:n&&n.offset||0},r={},a=[],s=[],l=[],c=!0,u={attempt:$(I),check:$(M),consume:w,enter:F,exit:A,interrupt:$(M,{interrupt:!0})},p={code:null,containerState:{},defineSkip:x,events:[],now:y,parser:t,previous:null,sliceSerialize:f,sliceStream:b,write:h},d=e.tokenize.call(p,u),m;return e.resolveAll&&a.push(e),p;function h(R){return s=nn(s,R),C(),s[s.length-1]!==null?[]:(j(e,0),p.events=ro(a,p.events,p),p.events)}o(h,"write");function f(R,te){return bL(b(R),te)}o(f,"sliceSerialize");function b(R){return vL(s,R)}o(b,"sliceStream");function y(){let{_bufferIndex:R,_index:te,line:ie,column:oe,offset:_e}=i;return{_bufferIndex:R,_index:te,line:ie,column:oe,offset:_e}}o(y,"now");function x(R){r[R.line]=R.column,ne()}o(x,"defineSkip");function C(){let R;for(;i._index<s.length;){let te=s[i._index];if(typeof te=="string")for(R=i._index,i._bufferIndex<0&&(i._bufferIndex=0);i._index===R&&i._bufferIndex<te.length;)g(te.charCodeAt(i._bufferIndex));else g(te)}}o(C,"main");function g(R){c=void 0,m=R,d=d(R)}o(g,"go");function w(R){X(R)?(i.line++,i.column=1,i.offset+=R===-3?2:1,ne()):R!==-1&&(i.column++,i.offset++),i._bufferIndex<0?i._index++:(i._bufferIndex++,i._bufferIndex===s[i._index].length&&(i._bufferIndex=-1,i._index++)),p.previous=R,c=!0}o(w,"consume");function F(R,te){let ie=te||{};return ie.type=R,ie.start=y(),p.events.push(["enter",ie,p]),l.push(ie),ie}o(F,"enter");function A(R){let te=l.pop();return te.end=y(),p.events.push(["exit",te,p]),te}o(A,"exit");function I(R,te){j(R,te.from)}o(I,"onsuccessfulconstruct");function M(R,te){te.restore()}o(M,"onsuccessfulcheck");function $(R,te){return ie;function ie(oe,_e,Dt){let Xt,S,Ge,Nt;return Array.isArray(oe)?Ut(oe):"tokenize"in oe?Ut([oe]):E(oe);function E(_t){return ss;function ss(Br){let Gi=Br!==null&&_t[Br],Na=Br!==null&&_t.null,Bh=[...Array.isArray(Gi)?Gi:Gi?[Gi]:[],...Array.isArray(Na)?Na:Na?[Na]:[]];return Ut(Bh)(Br)}}function Ut(_t){return Xt=_t,S=0,_t.length===0?Dt:Zi(_t[S])}function Zi(_t){return ss;function ss(Br){return Nt=Z(),Ge=_t,_t.partial||(p.currentConstruct=_t),_t.name&&p.parser.constructs.disable.null.includes(_t.name)?jl(Br):_t.tokenize.call(te?Object.assign(Object.create(p),te):p,u,jh,jl)(Br)}}function jh(_t){return c=!0,R(Ge,Nt),_e}function jl(_t){return c=!0,Nt.restore(),++S<Xt.length?Zi(Xt[S]):Dt}}}o($,"constructFactory");function j(R,te){R.resolveAll&&!a.includes(R)&&a.push(R),R.resolve&&Rt(p.events,te,p.events.length-te,R.resolve(p.events.slice(te),p)),R.resolveTo&&(p.events=R.resolveTo(p.events,p))}o(j,"addResult");function Z(){let R=y(),te=p.previous,ie=p.currentConstruct,oe=p.events.length,_e=Array.from(l);return{from:oe,restore:Dt};function Dt(){i=R,p.previous=te,p.currentConstruct=ie,p.events.length=oe,l=_e,ne()}}o(Z,"store");function ne(){i.line in r&&i.column<2&&(i.column=r[i.line],i.offset+=r[i.line]-1)}o(ne,"accountForPotentialSkip")}o(zE,"createTokenizer");function vL(t,e){let n=e.start._index,i=e.start._bufferIndex,r=e.end._index,a=e.end._bufferIndex,s;if(n===r)s=[t[n].slice(i,a)];else{if(s=t.slice(n,r),i>-1){let l=s[0];typeof l=="string"?s[0]=l.slice(i):s.shift()}a>0&&s.push(t[r].slice(0,a))}return s}o(vL,"sliceChunks");function bL(t,e){let n=-1,i=[],r;for(;++n<t.length;){let a=t[n],s;if(typeof a=="string")s=a;else switch(a){case-5:{s="\r";break}case-4:{s=`
|
|
`;break}case-3:{s=`\r
|
|
`;break}case-2:{s=e?" ":" ";break}case-1:{if(!e&&r)continue;s=" ";break}default:s=String.fromCharCode(a)}r=a===-2,i.push(s)}return i.join("")}o(bL,"serializeChunks");function Zf(t){let i={constructs:gE([Vf,...(t||{}).extensions||[]]),content:r(CE),defined:[],document:r(AE),flow:r(FE),lazy:{},string:r(IE),text:r(DE)};return i;function r(a){return s;function s(l){return zE(i,a,l)}}}o(Zf,"parse");function Gf(t){for(;!Kc(t););return t}o(Gf,"postprocess");var OE=/[\0\t\n\r]/g;function Hf(){let t=1,e="",n=!0,i;return r;function r(a,s,l){let c=[],u,p,d,m,h;for(a=e+(typeof a=="string"?a.toString():new TextDecoder(s||void 0).decode(a)),d=0,e="",n&&(a.charCodeAt(0)===65279&&d++,n=void 0);d<a.length;){if(OE.lastIndex=d,u=OE.exec(a),m=u&&u.index!==void 0?u.index:a.length,h=a.charCodeAt(m),!u){e=a.slice(d);break}if(h===10&&d===m&&i)c.push(-3),i=void 0;else switch(i&&(c.push(-5),i=void 0),d<m&&(c.push(a.slice(d,m)),t+=m-d),h){case 0:{c.push(65533),t++;break}case 9:{for(p=Math.ceil(t/4)*4,c.push(-2);t++<p;)c.push(-1);break}case 10:{c.push(-4),t=1;break}default:i=!0,t=1}d=m+1}return l&&(i&&c.push(-5),e&&c.push(e),c.push(null)),c}}o(Hf,"preprocess");var kL=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function tu(t){return t.replace(kL,yL)}o(tu,"decodeString");function yL(t,e,n){if(e)return e;if(n.charCodeAt(0)===35){let r=n.charCodeAt(1),a=r===120||r===88;return Zc(n.slice(a?2:1),a?16:10)}return to(n)||t}o(yL,"decode");function yi(t){return!t||typeof t!="object"?"":"position"in t||"type"in t?ME(t.position):"start"in t||"end"in t?ME(t):"line"in t||"column"in t?qf(t):""}o(yi,"stringifyPosition");function qf(t){return $E(t&&t.line)+":"+$E(t&&t.column)}o(qf,"point");function ME(t){return qf(t&&t.start)+"-"+qf(t&&t.end)}o(ME,"position");function $E(t){return t&&typeof t=="number"?t:1}o($E,"index");var LE={}.hasOwnProperty;function Wf(t,e,n){return e&&typeof e=="object"&&(n=e,e=void 0),xL(n)(Gf(Zf(n).document().write(Hf()(t,e,!0))))}o(Wf,"fromMarkdown");function xL(t){let e={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:a(Aw),autolinkProtocol:$,autolinkEmail:$,atxHeading:a(xw),blockQuote:a(Br),characterEscape:$,characterReference:$,codeFenced:a(Gi),codeFencedFenceInfo:s,codeFencedFenceMeta:s,codeIndented:a(Gi,s),codeText:a(Na,s),codeTextData:$,data:$,codeFlowValue:$,definition:a(Bh),definitionDestinationString:s,definitionLabelString:s,definitionTitleString:s,emphasis:a(P_),hardBreakEscape:a(Cw),hardBreakTrailing:a(Cw),htmlFlow:a(ww,s),htmlFlowData:$,htmlText:a(ww,s),htmlTextData:$,image:a(F_),label:s,link:a(Aw),listItem:a(T_),listItemValue:m,listOrdered:a(Sw,d),listUnordered:a(Sw),paragraph:a(I_),reference:E,referenceString:s,resourceDestinationString:s,resourceTitleString:s,setextHeading:a(xw),strong:a(D_),thematicBreak:a(__)},exit:{atxHeading:c(),atxHeadingSequence:F,autolink:c(),autolinkEmail:ss,autolinkProtocol:_t,blockQuote:c(),characterEscapeValue:j,characterReferenceMarkerHexadecimal:Zi,characterReferenceMarkerNumeric:Zi,characterReferenceValue:jh,characterReference:jl,codeFenced:c(y),codeFencedFence:b,codeFencedFenceInfo:h,codeFencedFenceMeta:f,codeFlowValue:j,codeIndented:c(x),codeText:c(ie),codeTextData:j,data:j,definition:c(),definitionDestinationString:w,definitionLabelString:C,definitionTitleString:g,emphasis:c(),hardBreakEscape:c(ne),hardBreakTrailing:c(ne),htmlFlow:c(R),htmlFlowData:j,htmlText:c(te),htmlTextData:j,image:c(_e),label:Xt,labelText:Dt,lineEnding:Z,link:c(oe),listItem:c(),listOrdered:c(),listUnordered:c(),paragraph:c(),referenceString:Ut,resourceDestinationString:S,resourceTitleString:Ge,resource:Nt,setextHeading:c(M),setextHeadingLineSequence:I,setextHeadingText:A,strong:c(),thematicBreak:c()}};jE(e,(t||{}).mdastExtensions||[]);let n={};return i;function i(D){let U={type:"root",children:[]},de={stack:[U],tokenStack:[],config:e,enter:l,exit:u,buffer:s,resume:p,data:n},Pe=[],Ue=-1;for(;++Ue<D.length;)if(D[Ue][1].type==="listOrdered"||D[Ue][1].type==="listUnordered")if(D[Ue][0]==="enter")Pe.push(Ue);else{let ir=Pe.pop();Ue=r(D,ir,Ue)}for(Ue=-1;++Ue<D.length;){let ir=e[D[Ue][0]];LE.call(ir,D[Ue][1].type)&&ir[D[Ue][1].type].call(Object.assign({sliceSerialize:D[Ue][2].sliceSerialize},de),D[Ue][1])}if(de.tokenStack.length>0){let ir=de.tokenStack[de.tokenStack.length-1];(ir[1]||RE).call(de,void 0,ir[0])}for(U.position={start:xi(D.length>0?D[0][1].start:{line:1,column:1,offset:0}),end:xi(D.length>0?D[D.length-2][1].end:{line:1,column:1,offset:0})},Ue=-1;++Ue<e.transforms.length;)U=e.transforms[Ue](U)||U;return U}function r(D,U,de){let Pe=U-1,Ue=-1,ir=!1,Hi,Ur,ls,cs;for(;++Pe<=de;){let Fn=D[Pe];switch(Fn[1].type){case"listUnordered":case"listOrdered":case"blockQuote":{Fn[0]==="enter"?Ue++:Ue--,cs=void 0;break}case"lineEndingBlank":{Fn[0]==="enter"&&(Hi&&!cs&&!Ue&&!ls&&(ls=Pe),cs=void 0);break}case"linePrefix":case"listItemValue":case"listItemMarker":case"listItemPrefix":case"listItemPrefixWhitespace":break;default:cs=void 0}if(!Ue&&Fn[0]==="enter"&&Fn[1].type==="listItemPrefix"||Ue===-1&&Fn[0]==="exit"&&(Fn[1].type==="listUnordered"||Fn[1].type==="listOrdered")){if(Hi){let _a=Pe;for(Ur=void 0;_a--;){let Vr=D[_a];if(Vr[1].type==="lineEnding"||Vr[1].type==="lineEndingBlank"){if(Vr[0]==="exit")continue;Ur&&(D[Ur][1].type="lineEndingBlank",ir=!0),Vr[1].type="lineEnding",Ur=_a}else if(!(Vr[1].type==="linePrefix"||Vr[1].type==="blockQuotePrefix"||Vr[1].type==="blockQuotePrefixWhitespace"||Vr[1].type==="blockQuoteMarker"||Vr[1].type==="listItemIndent"))break}ls&&(!Ur||ls<Ur)&&(Hi._spread=!0),Hi.end=Object.assign({},Ur?D[Ur][1].start:Fn[1].end),D.splice(Ur||Pe,0,["exit",Hi,Fn[2]]),Pe++,de++}if(Fn[1].type==="listItemPrefix"){let _a={type:"listItem",_spread:!1,start:Object.assign({},Fn[1].start),end:void 0};Hi=_a,D.splice(Pe,0,["enter",_a,Fn[2]]),Pe++,de++,ls=void 0,cs=!0}}}return D[U][1]._spread=ir,de}function a(D,U){return de;function de(Pe){l.call(this,D(Pe),Pe),U&&U.call(this,Pe)}}function s(){this.stack.push({type:"fragment",children:[]})}function l(D,U,de){this.stack[this.stack.length-1].children.push(D),this.stack.push(D),this.tokenStack.push([U,de||void 0]),D.position={start:xi(U.start),end:void 0}}function c(D){return U;function U(de){D&&D.call(this,de),u.call(this,de)}}function u(D,U){let de=this.stack.pop(),Pe=this.tokenStack.pop();if(Pe)Pe[0].type!==D.type&&(U?U.call(this,D,Pe[0]):(Pe[1]||RE).call(this,D,Pe[0]));else throw new Error("Cannot close `"+D.type+"` ("+yi({start:D.start,end:D.end})+"): it\u2019s not open");de.position.end=xi(D.end)}function p(){return ia(this.stack.pop())}function d(){this.data.expectingFirstListItemValue=!0}function m(D){if(this.data.expectingFirstListItemValue){let U=this.stack[this.stack.length-2];U.start=Number.parseInt(this.sliceSerialize(D),10),this.data.expectingFirstListItemValue=void 0}}function h(){let D=this.resume(),U=this.stack[this.stack.length-1];U.lang=D}function f(){let D=this.resume(),U=this.stack[this.stack.length-1];U.meta=D}function b(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function y(){let D=this.resume(),U=this.stack[this.stack.length-1];U.value=D.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),this.data.flowCodeInside=void 0}function x(){let D=this.resume(),U=this.stack[this.stack.length-1];U.value=D.replace(/(\r?\n|\r)$/g,"")}function C(D){let U=this.resume(),de=this.stack[this.stack.length-1];de.label=U,de.identifier=Yr(this.sliceSerialize(D)).toLowerCase()}function g(){let D=this.resume(),U=this.stack[this.stack.length-1];U.title=D}function w(){let D=this.resume(),U=this.stack[this.stack.length-1];U.url=D}function F(D){let U=this.stack[this.stack.length-1];if(!U.depth){let de=this.sliceSerialize(D).length;U.depth=de}}function A(){this.data.setextHeadingSlurpLineEnding=!0}function I(D){let U=this.stack[this.stack.length-1];U.depth=this.sliceSerialize(D).codePointAt(0)===61?1:2}function M(){this.data.setextHeadingSlurpLineEnding=void 0}function $(D){let de=this.stack[this.stack.length-1].children,Pe=de[de.length-1];(!Pe||Pe.type!=="text")&&(Pe=N_(),Pe.position={start:xi(D.start),end:void 0},de.push(Pe)),this.stack.push(Pe)}function j(D){let U=this.stack.pop();U.value+=this.sliceSerialize(D),U.position.end=xi(D.end)}function Z(D){let U=this.stack[this.stack.length-1];if(this.data.atHardBreak){let de=U.children[U.children.length-1];de.position.end=xi(D.end),this.data.atHardBreak=void 0;return}!this.data.setextHeadingSlurpLineEnding&&e.canContainEols.includes(U.type)&&($.call(this,D),j.call(this,D))}function ne(){this.data.atHardBreak=!0}function R(){let D=this.resume(),U=this.stack[this.stack.length-1];U.value=D}function te(){let D=this.resume(),U=this.stack[this.stack.length-1];U.value=D}function ie(){let D=this.resume(),U=this.stack[this.stack.length-1];U.value=D}function oe(){let D=this.stack[this.stack.length-1];if(this.data.inReference){let U=this.data.referenceType||"shortcut";D.type+="Reference",D.referenceType=U,delete D.url,delete D.title}else delete D.identifier,delete D.label;this.data.referenceType=void 0}function _e(){let D=this.stack[this.stack.length-1];if(this.data.inReference){let U=this.data.referenceType||"shortcut";D.type+="Reference",D.referenceType=U,delete D.url,delete D.title}else delete D.identifier,delete D.label;this.data.referenceType=void 0}function Dt(D){let U=this.sliceSerialize(D),de=this.stack[this.stack.length-2];de.label=tu(U),de.identifier=Yr(U).toLowerCase()}function Xt(){let D=this.stack[this.stack.length-1],U=this.resume(),de=this.stack[this.stack.length-1];if(this.data.inReference=!0,de.type==="link"){let Pe=D.children;de.children=Pe}else de.alt=U}function S(){let D=this.resume(),U=this.stack[this.stack.length-1];U.url=D}function Ge(){let D=this.resume(),U=this.stack[this.stack.length-1];U.title=D}function Nt(){this.data.inReference=void 0}function E(){this.data.referenceType="collapsed"}function Ut(D){let U=this.resume(),de=this.stack[this.stack.length-1];de.label=U,de.identifier=Yr(this.sliceSerialize(D)).toLowerCase(),this.data.referenceType="full"}function Zi(D){this.data.characterReferenceType=D.type}function jh(D){let U=this.sliceSerialize(D),de=this.data.characterReferenceType,Pe;de?(Pe=Zc(U,de==="characterReferenceMarkerNumeric"?10:16),this.data.characterReferenceType=void 0):Pe=to(U);let Ue=this.stack[this.stack.length-1];Ue.value+=Pe}function jl(D){let U=this.stack.pop();U.position.end=xi(D.end)}function _t(D){j.call(this,D);let U=this.stack[this.stack.length-1];U.url=this.sliceSerialize(D)}function ss(D){j.call(this,D);let U=this.stack[this.stack.length-1];U.url="mailto:"+this.sliceSerialize(D)}function Br(){return{type:"blockquote",children:[]}}function Gi(){return{type:"code",lang:null,meta:null,value:""}}function Na(){return{type:"inlineCode",value:""}}function Bh(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function P_(){return{type:"emphasis",children:[]}}function xw(){return{type:"heading",depth:0,children:[]}}function Cw(){return{type:"break"}}function ww(){return{type:"html",value:""}}function F_(){return{type:"image",title:null,url:"",alt:null}}function Aw(){return{type:"link",title:null,url:"",children:[]}}function Sw(D){return{type:"list",ordered:D.type==="listOrdered",start:null,spread:D._spread,children:[]}}function T_(D){return{type:"listItem",spread:D._spread,checked:null,children:[]}}function I_(){return{type:"paragraph",children:[]}}function D_(){return{type:"strong",children:[]}}function N_(){return{type:"text",value:""}}function __(){return{type:"thematicBreak"}}}o(xL,"compiler");function xi(t){return{line:t.line,column:t.column,offset:t.offset}}o(xi,"point");function jE(t,e){let n=-1;for(;++n<e.length;){let i=e[n];Array.isArray(i)?jE(t,i):CL(t,i)}}o(jE,"configure");function CL(t,e){let n;for(n in e)if(LE.call(e,n))switch(n){case"canContainEols":{let i=e[n];i&&t[n].push(...i);break}case"transforms":{let i=e[n];i&&t[n].push(...i);break}case"enter":case"exit":{let i=e[n];i&&Object.assign(t[n],i);break}}}o(CL,"extension");function RE(t,e){throw t?new Error("Cannot close `"+t.type+"` ("+yi({start:t.start,end:t.end})+"): a different token (`"+e.type+"`, "+yi({start:e.start,end:e.end})+") is open"):new Error("Cannot close document, a token (`"+e.type+"`, "+yi({start:e.start,end:e.end})+") is still open")}o(RE,"defaultOnError");function io(t){let e=this;e.parser=n;function n(i){return Wf(i,{...e.data("settings"),...t,extensions:e.data("micromarkExtensions")||[],mdastExtensions:e.data("fromMarkdownExtensions")||[]})}o(n,"parser")}o(io,"remarkParse");var BE={}.hasOwnProperty;function UE(t,e){let n=e||{};function i(r,...a){let s=i.invalid,l=i.handlers;if(r&&BE.call(r,t)){let c=String(r[t]);s=BE.call(l,c)?l[c]:i.unknown}if(s)return s.call(this,r,...a)}return o(i,"one"),i.handlers=n.handlers||{},i.invalid=n.invalid,i.unknown=n.unknown,i}o(UE,"zwitch");var wL={}.hasOwnProperty;function Jf(t,e){let n=-1,i;if(e.extensions)for(;++n<e.extensions.length;)Jf(t,e.extensions[n]);for(i in e)if(wL.call(e,i))switch(i){case"extensions":break;case"unsafe":{VE(t[i],e[i]);break}case"join":{VE(t[i],e[i]);break}case"handlers":{AL(t[i],e[i]);break}default:t.options[i]=e[i]}return t}o(Jf,"configure");function VE(t,e){e&&t.push(...e)}o(VE,"list");function AL(t,e){e&&Object.assign(t,e)}o(AL,"map");function ZE(t,e,n,i){let r=n.enter("blockquote"),a=n.createTracker(i);a.move("> "),a.shift(2);let s=n.indentLines(n.containerFlow(t,a.current()),SL);return r(),s}o(ZE,"blockquote");function SL(t,e,n){return">"+(n?"":" ")+t}o(SL,"map");function nu(t,e){return GE(t,e.inConstruct,!0)&&!GE(t,e.notInConstruct,!1)}o(nu,"patternInScope");function GE(t,e,n){if(typeof e=="string"&&(e=[e]),!e||e.length===0)return n;let i=-1;for(;++i<e.length;)if(t.includes(e[i]))return!0;return!1}o(GE,"listInScope");function Kf(t,e,n,i){let r=-1;for(;++r<n.unsafe.length;)if(n.unsafe[r].character===`
|
|
`&&nu(n.stack,n.unsafe[r]))return/[ \t]/.test(i.before)?"":" ";return`\\
|
|
`}o(Kf,"hardBreak");function HE(t,e){let n=String(t),i=n.indexOf(e),r=i,a=0,s=0;if(typeof e!="string")throw new TypeError("Expected substring");for(;i!==-1;)i===r?++a>s&&(s=a):a=1,r=i+e.length,i=n.indexOf(e,r);return s}o(HE,"longestStreak");function $s(t,e){return!!(e.options.fences===!1&&t.value&&!t.lang&&/[^ \r\n]/.test(t.value)&&!/^[\t ]*(?:[\r\n]|$)|(?:^|[\r\n])[\t ]*$/.test(t.value))}o($s,"formatCodeAsIndented");function qE(t){let e=t.options.fence||"`";if(e!=="`"&&e!=="~")throw new Error("Cannot serialize code with `"+e+"` for `options.fence`, expected `` ` `` or `~`");return e}o(qE,"checkFence");function WE(t,e,n,i){let r=qE(n),a=t.value||"",s=r==="`"?"GraveAccent":"Tilde";if($s(t,n)){let d=n.enter("codeIndented"),m=n.indentLines(a,EL);return d(),m}let l=n.createTracker(i),c=r.repeat(Math.max(HE(a,r)+1,3)),u=n.enter("codeFenced"),p=l.move(c);if(t.lang){let d=n.enter(`codeFencedLang${s}`);p+=l.move(n.safe(t.lang,{before:p,after:" ",encode:["`"],...l.current()})),d()}if(t.lang&&t.meta){let d=n.enter(`codeFencedMeta${s}`);p+=l.move(" "),p+=l.move(n.safe(t.meta,{before:p,after:`
|
|
`,encode:["`"],...l.current()})),d()}return p+=l.move(`
|
|
`),a&&(p+=l.move(a+`
|
|
`)),p+=l.move(c),u(),p}o(WE,"code");function EL(t,e,n){return(n?"":" ")+t}o(EL,"map");function ao(t){let e=t.options.quote||'"';if(e!=='"'&&e!=="'")throw new Error("Cannot serialize title with `"+e+"` for `options.quote`, expected `\"`, or `'`");return e}o(ao,"checkQuote");function JE(t,e,n,i){let r=ao(n),a=r==='"'?"Quote":"Apostrophe",s=n.enter("definition"),l=n.enter("label"),c=n.createTracker(i),u=c.move("[");return u+=c.move(n.safe(n.associationId(t),{before:u,after:"]",...c.current()})),u+=c.move("]: "),l(),!t.url||/[\0- \u007F]/.test(t.url)?(l=n.enter("destinationLiteral"),u+=c.move("<"),u+=c.move(n.safe(t.url,{before:u,after:">",...c.current()})),u+=c.move(">")):(l=n.enter("destinationRaw"),u+=c.move(n.safe(t.url,{before:u,after:t.title?" ":`
|
|
`,...c.current()}))),l(),t.title&&(l=n.enter(`title${a}`),u+=c.move(" "+r),u+=c.move(n.safe(t.title,{before:u,after:r,...c.current()})),u+=c.move(r),l()),s(),u}o(JE,"definition");function KE(t){let e=t.options.emphasis||"*";if(e!=="*"&&e!=="_")throw new Error("Cannot serialize emphasis with `"+e+"` for `options.emphasis`, expected `*`, or `_`");return e}o(KE,"checkEmphasis");function Mn(t){return"&#x"+t.toString(16).toUpperCase()+";"}o(Mn,"encodeCharacterReference");function oo(t,e,n){let i=no(t),r=no(e);return i===void 0?r===void 0?n==="_"?{inside:!0,outside:!0}:{inside:!1,outside:!1}:r===1?{inside:!0,outside:!0}:{inside:!1,outside:!0}:i===1?r===void 0?{inside:!1,outside:!1}:r===1?{inside:!0,outside:!0}:{inside:!1,outside:!1}:r===void 0?{inside:!1,outside:!1}:r===1?{inside:!0,outside:!1}:{inside:!1,outside:!1}}o(oo,"encodeInfo");Yf.peek=PL;function Yf(t,e,n,i){let r=KE(n),a=n.enter("emphasis"),s=n.createTracker(i),l=s.move(r),c=s.move(n.containerPhrasing(t,{after:r,before:l,...s.current()})),u=c.charCodeAt(0),p=oo(i.before.charCodeAt(i.before.length-1),u,r);p.inside&&(c=Mn(u)+c.slice(1));let d=c.charCodeAt(c.length-1),m=oo(i.after.charCodeAt(0),d,r);m.inside&&(c=c.slice(0,-1)+Mn(d));let h=s.move(r);return a(),n.attentionEncodeSurroundingInfo={after:m.outside,before:p.outside},l+c+h}o(Yf,"emphasis");function PL(t,e,n){return n.options.emphasis||"*"}o(PL,"emphasisPeek");var so=o((function(t){if(t==null)return DL;if(typeof t=="function")return ru(t);if(typeof t=="object")return Array.isArray(t)?FL(t):TL(t);if(typeof t=="string")return IL(t);throw new Error("Expected function, string, or object as test")}),"convert");function FL(t){let e=[],n=-1;for(;++n<t.length;)e[n]=so(t[n]);return ru(i);function i(...r){let a=-1;for(;++a<e.length;)if(e[a].apply(this,r))return!0;return!1}}o(FL,"anyFactory");function TL(t){let e=t;return ru(n);function n(i){let r=i,a;for(a in t)if(r[a]!==e[a])return!1;return!0}}o(TL,"propertiesFactory");function IL(t){return ru(e);function e(n){return n&&n.type===t}}o(IL,"typeFactory");function ru(t){return e;function e(n,i,r){return!!(NL(n)&&t.call(this,n,typeof i=="number"?i:void 0,r||void 0))}}o(ru,"castFactory");function DL(){return!0}o(DL,"ok");function NL(t){return t!==null&&typeof t=="object"&&"type"in t}o(NL,"looksLikeANode");function YE(t){return"\x1B[33m"+t+"\x1B[39m"}o(YE,"color");var XE=[],iu=!0,la=!1,au="skip";function Xf(t,e,n,i){let r;typeof e=="function"&&typeof n!="function"?(i=n,n=e):r=e;let a=so(r),s=i?-1:1;l(t,void 0,[])();function l(c,u,p){let d=c&&typeof c=="object"?c:{};if(typeof d.type=="string"){let h=typeof d.tagName=="string"?d.tagName:typeof d.name=="string"?d.name:void 0;Object.defineProperty(m,"name",{value:"node ("+YE(c.type+(h?"<"+h+">":""))+")"})}return m;function m(){let h=XE,f,b,y;if((!e||a(c,u,p[p.length-1]||void 0))&&(h=_L(n(c,p)),h[0]===la))return h;if("children"in c&&c.children){let x=c;if(x.children&&h[0]!==au)for(b=(i?x.children.length:-1)+s,y=p.concat(x);b>-1&&b<x.children.length;){let C=x.children[b];if(f=l(C,b,y)(),f[0]===la)return f;b=typeof f[1]=="number"?f[1]:b+s}}return h}}o(l,"factory")}o(Xf,"visitParents");function _L(t){return Array.isArray(t)?t:typeof t=="number"?[iu,t]:t==null?XE:[t]}o(_L,"toResult");function Rs(t,e,n,i){let r,a,s;typeof e=="function"&&typeof n!="function"?(a=void 0,s=e,r=n):(a=e,s=n,r=i),Xf(t,a,l,r);function l(c,u){let p=u[u.length-1],d=p?p.children.indexOf(c):void 0;return s(c,d,p)}o(l,"overload")}o(Rs,"visit");function ou(t,e){let n=!1;return Rs(t,function(i){if("value"in i&&/\r?\n|\r/.test(i.value)||i.type==="break")return n=!0,la}),!!((!t.depth||t.depth<3)&&ia(t)&&(e.options.setext||n))}o(ou,"formatHeadingAsSetext");function QE(t,e,n,i){let r=Math.max(Math.min(6,t.depth||1),1),a=n.createTracker(i);if(ou(t,n)){let p=n.enter("headingSetext"),d=n.enter("phrasing"),m=n.containerPhrasing(t,{...a.current(),before:`
|
|
`,after:`
|
|
`});return d(),p(),m+`
|
|
`+(r===1?"=":"-").repeat(m.length-(Math.max(m.lastIndexOf("\r"),m.lastIndexOf(`
|
|
`))+1))}let s="#".repeat(r),l=n.enter("headingAtx"),c=n.enter("phrasing");a.move(s+" ");let u=n.containerPhrasing(t,{before:"# ",after:`
|
|
`,...a.current()});return/^[\t ]/.test(u)&&(u=Mn(u.charCodeAt(0))+u.slice(1)),u=u?s+" "+u:s,n.options.closeAtx&&(u+=" "+s),c(),l(),u}o(QE,"heading");Qf.peek=zL;function Qf(t){return t.value||""}o(Qf,"html");function zL(){return"<"}o(zL,"htmlPeek");eg.peek=OL;function eg(t,e,n,i){let r=ao(n),a=r==='"'?"Quote":"Apostrophe",s=n.enter("image"),l=n.enter("label"),c=n.createTracker(i),u=c.move("![");return u+=c.move(n.safe(t.alt,{before:u,after:"]",...c.current()})),u+=c.move("]("),l(),!t.url&&t.title||/[\0- \u007F]/.test(t.url)?(l=n.enter("destinationLiteral"),u+=c.move("<"),u+=c.move(n.safe(t.url,{before:u,after:">",...c.current()})),u+=c.move(">")):(l=n.enter("destinationRaw"),u+=c.move(n.safe(t.url,{before:u,after:t.title?" ":")",...c.current()}))),l(),t.title&&(l=n.enter(`title${a}`),u+=c.move(" "+r),u+=c.move(n.safe(t.title,{before:u,after:r,...c.current()})),u+=c.move(r),l()),u+=c.move(")"),s(),u}o(eg,"image");function OL(){return"!"}o(OL,"imagePeek");tg.peek=ML;function tg(t,e,n,i){let r=t.referenceType,a=n.enter("imageReference"),s=n.enter("label"),l=n.createTracker(i),c=l.move("!["),u=n.safe(t.alt,{before:c,after:"]",...l.current()});c+=l.move(u+"]["),s();let p=n.stack;n.stack=[],s=n.enter("reference");let d=n.safe(n.associationId(t),{before:c,after:"]",...l.current()});return s(),n.stack=p,a(),r==="full"||!u||u!==d?c+=l.move(d+"]"):r==="shortcut"?c=c.slice(0,-1):c+=l.move("]"),c}o(tg,"imageReference");function ML(){return"!"}o(ML,"imageReferencePeek");ng.peek=$L;function ng(t,e,n){let i=t.value||"",r="`",a=-1;for(;new RegExp("(^|[^`])"+r+"([^`]|$)").test(i);)r+="`";for(/[^ \r\n]/.test(i)&&(/^[ \r\n]/.test(i)&&/[ \r\n]$/.test(i)||/^`|`$/.test(i))&&(i=" "+i+" ");++a<n.unsafe.length;){let s=n.unsafe[a],l=n.compilePattern(s),c;if(s.atBreak)for(;c=l.exec(i);){let u=c.index;i.charCodeAt(u)===10&&i.charCodeAt(u-1)===13&&u--,i=i.slice(0,u)+" "+i.slice(c.index+1)}}return r+i+r}o(ng,"inlineCode");function $L(){return"`"}o($L,"inlineCodePeek");function rg(t,e){let n=ia(t);return!!(!e.options.resourceLink&&t.url&&!t.title&&t.children&&t.children.length===1&&t.children[0].type==="text"&&(n===t.url||"mailto:"+n===t.url)&&/^[a-z][a-z+.-]+:/i.test(t.url)&&!/[\0- <>\u007F]/.test(t.url))}o(rg,"formatLinkAsAutolink");ig.peek=RL;function ig(t,e,n,i){let r=ao(n),a=r==='"'?"Quote":"Apostrophe",s=n.createTracker(i),l,c;if(rg(t,n)){let p=n.stack;n.stack=[],l=n.enter("autolink");let d=s.move("<");return d+=s.move(n.containerPhrasing(t,{before:d,after:">",...s.current()})),d+=s.move(">"),l(),n.stack=p,d}l=n.enter("link"),c=n.enter("label");let u=s.move("[");return u+=s.move(n.containerPhrasing(t,{before:u,after:"](",...s.current()})),u+=s.move("]("),c(),!t.url&&t.title||/[\0- \u007F]/.test(t.url)?(c=n.enter("destinationLiteral"),u+=s.move("<"),u+=s.move(n.safe(t.url,{before:u,after:">",...s.current()})),u+=s.move(">")):(c=n.enter("destinationRaw"),u+=s.move(n.safe(t.url,{before:u,after:t.title?" ":")",...s.current()}))),c(),t.title&&(c=n.enter(`title${a}`),u+=s.move(" "+r),u+=s.move(n.safe(t.title,{before:u,after:r,...s.current()})),u+=s.move(r),c()),u+=s.move(")"),l(),u}o(ig,"link");function RL(t,e,n){return rg(t,n)?"<":"["}o(RL,"linkPeek");ag.peek=LL;function ag(t,e,n,i){let r=t.referenceType,a=n.enter("linkReference"),s=n.enter("label"),l=n.createTracker(i),c=l.move("["),u=n.containerPhrasing(t,{before:c,after:"]",...l.current()});c+=l.move(u+"]["),s();let p=n.stack;n.stack=[],s=n.enter("reference");let d=n.safe(n.associationId(t),{before:c,after:"]",...l.current()});return s(),n.stack=p,a(),r==="full"||!u||u!==d?c+=l.move(d+"]"):r==="shortcut"?c=c.slice(0,-1):c+=l.move("]"),c}o(ag,"linkReference");function LL(){return"["}o(LL,"linkReferencePeek");function lo(t){let e=t.options.bullet||"*";if(e!=="*"&&e!=="+"&&e!=="-")throw new Error("Cannot serialize items with `"+e+"` for `options.bullet`, expected `*`, `+`, or `-`");return e}o(lo,"checkBullet");function eP(t){let e=lo(t),n=t.options.bulletOther;if(!n)return e==="*"?"-":"*";if(n!=="*"&&n!=="+"&&n!=="-")throw new Error("Cannot serialize items with `"+n+"` for `options.bulletOther`, expected `*`, `+`, or `-`");if(n===e)throw new Error("Expected `bullet` (`"+e+"`) and `bulletOther` (`"+n+"`) to be different");return n}o(eP,"checkBulletOther");function tP(t){let e=t.options.bulletOrdered||".";if(e!=="."&&e!==")")throw new Error("Cannot serialize items with `"+e+"` for `options.bulletOrdered`, expected `.` or `)`");return e}o(tP,"checkBulletOrdered");function su(t){let e=t.options.rule||"*";if(e!=="*"&&e!=="-"&&e!=="_")throw new Error("Cannot serialize rules with `"+e+"` for `options.rule`, expected `*`, `-`, or `_`");return e}o(su,"checkRule");function nP(t,e,n,i){let r=n.enter("list"),a=n.bulletCurrent,s=t.ordered?tP(n):lo(n),l=t.ordered?s==="."?")":".":eP(n),c=e&&n.bulletLastUsed?s===n.bulletLastUsed:!1;if(!t.ordered){let p=t.children?t.children[0]:void 0;if((s==="*"||s==="-")&&p&&(!p.children||!p.children[0])&&n.stack[n.stack.length-1]==="list"&&n.stack[n.stack.length-2]==="listItem"&&n.stack[n.stack.length-3]==="list"&&n.stack[n.stack.length-4]==="listItem"&&n.indexStack[n.indexStack.length-1]===0&&n.indexStack[n.indexStack.length-2]===0&&n.indexStack[n.indexStack.length-3]===0&&(c=!0),su(n)===s&&p){let d=-1;for(;++d<t.children.length;){let m=t.children[d];if(m&&m.type==="listItem"&&m.children&&m.children[0]&&m.children[0].type==="thematicBreak"){c=!0;break}}}}c&&(s=l),n.bulletCurrent=s;let u=n.containerFlow(t,i);return n.bulletLastUsed=s,n.bulletCurrent=a,r(),u}o(nP,"list");function rP(t){let e=t.options.listItemIndent||"one";if(e!=="tab"&&e!=="one"&&e!=="mixed")throw new Error("Cannot serialize items with `"+e+"` for `options.listItemIndent`, expected `tab`, `one`, or `mixed`");return e}o(rP,"checkListItemIndent");function iP(t,e,n,i){let r=rP(n),a=n.bulletCurrent||lo(n);e&&e.type==="list"&&e.ordered&&(a=(typeof e.start=="number"&&e.start>-1?e.start:1)+(n.options.incrementListMarker===!1?0:e.children.indexOf(t))+a);let s=a.length+1;(r==="tab"||r==="mixed"&&(e&&e.type==="list"&&e.spread||t.spread))&&(s=Math.ceil(s/4)*4);let l=n.createTracker(i);l.move(a+" ".repeat(s-a.length)),l.shift(s);let c=n.enter("listItem"),u=n.indentLines(n.containerFlow(t,l.current()),p);return c(),u;function p(d,m,h){return m?(h?"":" ".repeat(s))+d:(h?a:a+" ".repeat(s-a.length))+d}o(p,"map")}o(iP,"listItem");function aP(t,e,n,i){let r=n.enter("paragraph"),a=n.enter("phrasing"),s=n.containerPhrasing(t,i);return a(),r(),s}o(aP,"paragraph");var og=so(["break","delete","emphasis","footnote","footnoteReference","image","imageReference","inlineCode","inlineMath","link","linkReference","mdxJsxTextElement","mdxTextExpression","strong","text","textDirective"]);function oP(t,e,n,i){return(t.children.some(function(s){return og(s)})?n.containerPhrasing:n.containerFlow).call(n,t,i)}o(oP,"root");function sP(t){let e=t.options.strong||"*";if(e!=="*"&&e!=="_")throw new Error("Cannot serialize strong with `"+e+"` for `options.strong`, expected `*`, or `_`");return e}o(sP,"checkStrong");sg.peek=jL;function sg(t,e,n,i){let r=sP(n),a=n.enter("strong"),s=n.createTracker(i),l=s.move(r+r),c=s.move(n.containerPhrasing(t,{after:r,before:l,...s.current()})),u=c.charCodeAt(0),p=oo(i.before.charCodeAt(i.before.length-1),u,r);p.inside&&(c=Mn(u)+c.slice(1));let d=c.charCodeAt(c.length-1),m=oo(i.after.charCodeAt(0),d,r);m.inside&&(c=c.slice(0,-1)+Mn(d));let h=s.move(r+r);return a(),n.attentionEncodeSurroundingInfo={after:m.outside,before:p.outside},l+c+h}o(sg,"strong");function jL(t,e,n){return n.options.strong||"*"}o(jL,"strongPeek");function lP(t,e,n,i){return n.safe(t.value,i)}o(lP,"text");function cP(t){let e=t.options.ruleRepetition||3;if(e<3)throw new Error("Cannot serialize rules with repetition `"+e+"` for `options.ruleRepetition`, expected `3` or more");return e}o(cP,"checkRuleRepetition");function uP(t,e,n){let i=(su(n)+(n.options.ruleSpaces?" ":"")).repeat(cP(n));return n.options.ruleSpaces?i.slice(0,-1):i}o(uP,"thematicBreak");var pP={blockquote:ZE,break:Kf,code:WE,definition:JE,emphasis:Yf,hardBreak:Kf,heading:QE,html:Qf,image:eg,imageReference:tg,inlineCode:ng,link:ig,linkReference:ag,list:nP,listItem:iP,paragraph:aP,root:oP,strong:sg,text:lP,thematicBreak:uP};var dP=[BL];function BL(t,e,n,i){if(e.type==="code"&&$s(e,i)&&(t.type==="list"||t.type===e.type&&$s(t,i)))return!1;if("spread"in n&&typeof n.spread=="boolean")return t.type==="paragraph"&&(t.type===e.type||e.type==="definition"||e.type==="heading"&&ou(e,i))?void 0:n.spread?1:0}o(BL,"joinDefaults");var ca=["autolink","destinationLiteral","destinationRaw","reference","titleQuote","titleApostrophe"],mP=[{character:" ",after:"[\\r\\n]",inConstruct:"phrasing"},{character:" ",before:"[\\r\\n]",inConstruct:"phrasing"},{character:" ",inConstruct:["codeFencedLangGraveAccent","codeFencedLangTilde"]},{character:"\r",inConstruct:["codeFencedLangGraveAccent","codeFencedLangTilde","codeFencedMetaGraveAccent","codeFencedMetaTilde","destinationLiteral","headingAtx"]},{character:`
|
|
`,inConstruct:["codeFencedLangGraveAccent","codeFencedLangTilde","codeFencedMetaGraveAccent","codeFencedMetaTilde","destinationLiteral","headingAtx"]},{character:" ",after:"[\\r\\n]",inConstruct:"phrasing"},{character:" ",before:"[\\r\\n]",inConstruct:"phrasing"},{character:" ",inConstruct:["codeFencedLangGraveAccent","codeFencedLangTilde"]},{character:"!",after:"\\[",inConstruct:"phrasing",notInConstruct:ca},{character:'"',inConstruct:"titleQuote"},{atBreak:!0,character:"#"},{character:"#",inConstruct:"headingAtx",after:`(?:[\r
|
|
]|$)`},{character:"&",after:"[#A-Za-z]",inConstruct:"phrasing"},{character:"'",inConstruct:"titleApostrophe"},{character:"(",inConstruct:"destinationRaw"},{before:"\\]",character:"(",inConstruct:"phrasing",notInConstruct:ca},{atBreak:!0,before:"\\d+",character:")"},{character:")",inConstruct:"destinationRaw"},{atBreak:!0,character:"*",after:`(?:[ \r
|
|
*])`},{character:"*",inConstruct:"phrasing",notInConstruct:ca},{atBreak:!0,character:"+",after:`(?:[ \r
|
|
])`},{atBreak:!0,character:"-",after:`(?:[ \r
|
|
-])`},{atBreak:!0,before:"\\d+",character:".",after:`(?:[ \r
|
|
]|$)`},{atBreak:!0,character:"<",after:"[!/?A-Za-z]"},{character:"<",after:"[!/?A-Za-z]",inConstruct:"phrasing",notInConstruct:ca},{character:"<",inConstruct:"destinationLiteral"},{atBreak:!0,character:"="},{atBreak:!0,character:">"},{character:">",inConstruct:"destinationLiteral"},{atBreak:!0,character:"["},{character:"[",inConstruct:"phrasing",notInConstruct:ca},{character:"[",inConstruct:["label","reference"]},{character:"\\",after:"[\\r\\n]",inConstruct:"phrasing"},{character:"]",inConstruct:["label","reference"]},{atBreak:!0,character:"_"},{character:"_",inConstruct:"phrasing",notInConstruct:ca},{atBreak:!0,character:"`"},{character:"`",inConstruct:["codeFencedLangGraveAccent","codeFencedMetaGraveAccent"]},{character:"`",inConstruct:"phrasing",notInConstruct:ca},{atBreak:!0,character:"~"}];function hP(t){return t.label||!t.identifier?t.label||"":tu(t.identifier)}o(hP,"association");function fP(t){if(!t._compiled){let e=(t.atBreak?"[\\r\\n][\\t ]*":"")+(t.before?"(?:"+t.before+")":"");t._compiled=new RegExp((e?"("+e+")":"")+(/[|\\{}()[\]^$+*?.-]/.test(t.character)?"\\":"")+t.character+(t.after?"(?:"+t.after+")":""),"g")}return t._compiled}o(fP,"compilePattern");function gP(t,e,n){let i=e.indexStack,r=t.children||[],a=[],s=-1,l=n.before,c;i.push(-1);let u=e.createTracker(n);for(;++s<r.length;){let p=r[s],d;if(i[i.length-1]=s,s+1<r.length){let f=e.handle.handlers[r[s+1].type];f&&f.peek&&(f=f.peek),d=f?f(r[s+1],t,e,{before:"",after:"",...u.current()}).charAt(0):""}else d=n.after;a.length>0&&(l==="\r"||l===`
|
|
`)&&p.type==="html"&&(a[a.length-1]=a[a.length-1].replace(/(\r?\n|\r)$/," "),l=" ",u=e.createTracker(n),u.move(a.join("")));let m=e.handle(p,t,e,{...u.current(),after:d,before:l});c&&c===m.slice(0,1)&&(m=Mn(c.charCodeAt(0))+m.slice(1));let h=e.attentionEncodeSurroundingInfo;e.attentionEncodeSurroundingInfo=void 0,c=void 0,h&&(a.length>0&&h.before&&l===a[a.length-1].slice(-1)&&(a[a.length-1]=a[a.length-1].slice(0,-1)+Mn(l.charCodeAt(0))),h.after&&(c=d)),u.move(m),a.push(m),l=m.slice(-1)}return i.pop(),a.join("")}o(gP,"containerPhrasing");function vP(t,e,n){let i=e.indexStack,r=t.children||[],a=e.createTracker(n),s=[],l=-1;for(i.push(-1);++l<r.length;){let c=r[l];i[i.length-1]=l,s.push(a.move(e.handle(c,t,e,{before:`
|
|
`,after:`
|
|
`,...a.current()}))),c.type!=="list"&&(e.bulletLastUsed=void 0),l<r.length-1&&s.push(a.move(UL(c,r[l+1],t,e)))}return i.pop(),s.join("")}o(vP,"containerFlow");function UL(t,e,n,i){let r=i.join.length;for(;r--;){let a=i.join[r](t,e,n,i);if(a===!0||a===1)break;if(typeof a=="number")return`
|
|
`.repeat(1+a);if(a===!1)return`
|
|
|
|
<!---->
|
|
|
|
`}return`
|
|
|
|
`}o(UL,"between");var VL=/\r?\n|\r/g;function bP(t,e){let n=[],i=0,r=0,a;for(;a=VL.exec(t);)s(t.slice(i,a.index)),n.push(a[0]),i=a.index+a[0].length,r++;return s(t.slice(i)),n.join("");function s(l){n.push(e(l,r,!l))}o(s,"one")}o(bP,"indentLines");function yP(t,e,n){let i=(n.before||"")+(e||"")+(n.after||""),r=[],a=[],s={},l=-1;for(;++l<t.unsafe.length;){let p=t.unsafe[l];if(!nu(t.stack,p))continue;let d=t.compilePattern(p),m;for(;m=d.exec(i);){let h="before"in p||!!p.atBreak,f="after"in p,b=m.index+(h?m[1].length:0);r.includes(b)?(s[b].before&&!h&&(s[b].before=!1),s[b].after&&!f&&(s[b].after=!1)):(r.push(b),s[b]={before:h,after:f})}}r.sort(ZL);let c=n.before?n.before.length:0,u=i.length-(n.after?n.after.length:0);for(l=-1;++l<r.length;){let p=r[l];p<c||p>=u||p+1<u&&r[l+1]===p+1&&s[p].after&&!s[p+1].before&&!s[p+1].after||r[l-1]===p-1&&s[p].before&&!s[p-1].before&&!s[p-1].after||(c!==p&&a.push(kP(i.slice(c,p),"\\")),c=p,/[!-/:-@[-`{-~]/.test(i.charAt(p))&&(!n.encode||!n.encode.includes(i.charAt(p)))?a.push("\\"):(a.push(Mn(i.charCodeAt(p))),c++))}return a.push(kP(i.slice(c,u),n.after)),a.join("")}o(yP,"safe");function ZL(t,e){return t-e}o(ZL,"numerical");function kP(t,e){let n=/\\(?=[!-/:-@[-`{-~])/g,i=[],r=[],a=t+e,s=-1,l=0,c;for(;c=n.exec(a);)i.push(c.index);for(;++s<i.length;)l!==i[s]&&r.push(t.slice(l,i[s])),r.push("\\"),l=i[s];return r.push(t.slice(l)),r.join("")}o(kP,"escapeBackslashes");function xP(t){let e=t||{},n=e.now||{},i=e.lineShift||0,r=n.line||1,a=n.column||1;return{move:c,current:s,shift:l};function s(){return{now:{line:r,column:a},lineShift:i}}function l(u){i+=u}function c(u){let p=u||"",d=p.split(/\r?\n|\r/g),m=d[d.length-1];return r+=d.length-1,a=d.length===1?a+m.length:1+m.length+i,p}}o(xP,"track");function lg(t,e){let n=e||{},i={associationId:hP,containerPhrasing:WL,containerFlow:JL,createTracker:xP,compilePattern:fP,enter:a,handlers:{...pP},handle:void 0,indentLines:bP,indexStack:[],join:[...dP],options:{},safe:KL,stack:[],unsafe:[...mP]};Jf(i,n),i.options.tightDefinitions&&i.join.push(qL),i.handle=UE("type",{invalid:GL,unknown:HL,handlers:i.handlers});let r=i.handle(t,void 0,i,{before:`
|
|
`,after:`
|
|
`,now:{line:1,column:1},lineShift:0});return r&&r.charCodeAt(r.length-1)!==10&&r.charCodeAt(r.length-1)!==13&&(r+=`
|
|
`),r;function a(s){return i.stack.push(s),l;function l(){i.stack.pop()}o(l,"exit")}o(a,"enter")}o(lg,"toMarkdown");function GL(t){throw new Error("Cannot handle value `"+t+"`, expected node")}o(GL,"invalid");function HL(t){let e=t;throw new Error("Cannot handle unknown node `"+e.type+"`")}o(HL,"unknown");function qL(t,e){if(t.type==="definition"&&t.type===e.type)return 0}o(qL,"joinDefinition");function WL(t,e){return gP(t,this,e)}o(WL,"containerPhrasingBound");function JL(t,e){return vP(t,this,e)}o(JL,"containerFlowBound");function KL(t,e){return yP(this,t,e)}o(KL,"safeBound");function lu(t){let e=this;e.compiler=n;function n(i){return lg(i,{...e.data("settings"),...t,extensions:e.data("toMarkdownExtensions")||[]})}o(n,"compiler")}o(lu,"remarkStringify");function cg(t){if(t)throw t}o(cg,"bail");var du=Tn(IP(),1);function Ls(t){if(typeof t!="object"||t===null)return!1;let e=Object.getPrototypeOf(t);return(e===null||e===Object.prototype||Object.getPrototypeOf(e)===null)&&!(Symbol.toStringTag in t)&&!(Symbol.iterator in t)}o(Ls,"isPlainObject");function ug(){let t=[],e={run:n,use:i};return e;function n(...r){let a=-1,s=r.pop();if(typeof s!="function")throw new TypeError("Expected function as last argument, not "+s);l(null,...r);function l(c,...u){let p=t[++a],d=-1;if(c){s(c);return}for(;++d<r.length;)(u[d]===null||u[d]===void 0)&&(u[d]=r[d]);r=u,p?DP(p,l)(...u):s(null,...u)}o(l,"next")}function i(r){if(typeof r!="function")throw new TypeError("Expected `middelware` to be a function, not "+r);return t.push(r),e}}o(ug,"trough");function DP(t,e){let n;return i;function i(...s){let l=t.length>s.length,c;l&&s.push(r);try{c=t.apply(this,s)}catch(u){let p=u;if(l&&n)throw p;return r(p)}l||(c&&c.then&&typeof c.then=="function"?c.then(a,r):c instanceof Error?r(c):a(c))}function r(s,...l){n||(n=!0,e(s,...l))}function a(s){r(null,s)}}o(DP,"wrap");var Et=class extends Error{static{o(this,"VFileMessage")}constructor(e,n,i){super(),typeof n=="string"&&(i=n,n=void 0);let r="",a={},s=!1;if(n&&("line"in n&&"column"in n?a={place:n}:"start"in n&&"end"in n?a={place:n}:"type"in n?a={ancestors:[n],place:n.position}:a={...n}),typeof e=="string"?r=e:!a.cause&&e&&(s=!0,r=e.message,a.cause=e),!a.ruleId&&!a.source&&typeof i=="string"){let c=i.indexOf(":");c===-1?a.ruleId=i:(a.source=i.slice(0,c),a.ruleId=i.slice(c+1))}if(!a.place&&a.ancestors&&a.ancestors){let c=a.ancestors[a.ancestors.length-1];c&&(a.place=c.position)}let l=a.place&&"start"in a.place?a.place.start:a.place;this.ancestors=a.ancestors||void 0,this.cause=a.cause||void 0,this.column=l?l.column:void 0,this.fatal=void 0,this.file="",this.message=r,this.line=l?l.line:void 0,this.name=yi(a.place)||"1:1",this.place=a.place||void 0,this.reason=this.message,this.ruleId=a.ruleId||void 0,this.source=a.source||void 0,this.stack=s&&a.cause&&typeof a.cause.stack=="string"?a.cause.stack:"",this.actual=void 0,this.expected=void 0,this.note=void 0,this.url=void 0}};Et.prototype.file="";Et.prototype.name="";Et.prototype.reason="";Et.prototype.message="";Et.prototype.stack="";Et.prototype.column=void 0;Et.prototype.line=void 0;Et.prototype.ancestors=void 0;Et.prototype.cause=void 0;Et.prototype.fatal=void 0;Et.prototype.place=void 0;Et.prototype.ruleId=void 0;Et.prototype.source=void 0;var Wn=Tn(require("node:path"),1);var pg=Tn(require("node:process"),1);var dg=require("node:url");function uu(t){return!!(t!==null&&typeof t=="object"&&"href"in t&&t.href&&"protocol"in t&&t.protocol&&t.auth===void 0)}o(uu,"isUrl");var mg=["history","path","basename","stem","extname","dirname"],js=class{static{o(this,"VFile")}constructor(e){let n;e?uu(e)?n={path:e}:typeof e=="string"||YL(e)?n={value:e}:n=e:n={},this.cwd="cwd"in n?"":pg.default.cwd(),this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;let i=-1;for(;++i<mg.length;){let a=mg[i];a in n&&n[a]!==void 0&&n[a]!==null&&(this[a]=a==="history"?[...n[a]]:n[a])}let r;for(r in n)mg.includes(r)||(this[r]=n[r])}get basename(){return typeof this.path=="string"?Wn.default.basename(this.path):void 0}set basename(e){fg(e,"basename"),hg(e,"basename"),this.path=Wn.default.join(this.dirname||"",e)}get dirname(){return typeof this.path=="string"?Wn.default.dirname(this.path):void 0}set dirname(e){NP(this.basename,"dirname"),this.path=Wn.default.join(e||"",this.basename)}get extname(){return typeof this.path=="string"?Wn.default.extname(this.path):void 0}set extname(e){if(hg(e,"extname"),NP(this.dirname,"extname"),e){if(e.codePointAt(0)!==46)throw new Error("`extname` must start with `.`");if(e.includes(".",1))throw new Error("`extname` cannot contain multiple dots")}this.path=Wn.default.join(this.dirname,this.stem+(e||""))}get path(){return this.history[this.history.length-1]}set path(e){uu(e)&&(e=(0,dg.fileURLToPath)(e)),fg(e,"path"),this.path!==e&&this.history.push(e)}get stem(){return typeof this.path=="string"?Wn.default.basename(this.path,this.extname):void 0}set stem(e){fg(e,"stem"),hg(e,"stem"),this.path=Wn.default.join(this.dirname||"",e+(this.extname||""))}fail(e,n,i){let r=this.message(e,n,i);throw r.fatal=!0,r}info(e,n,i){let r=this.message(e,n,i);return r.fatal=void 0,r}message(e,n,i){let r=new Et(e,n,i);return this.path&&(r.name=this.path+":"+r.name,r.file=this.path),r.fatal=!1,this.messages.push(r),r}toString(e){return this.value===void 0?"":typeof this.value=="string"?this.value:new TextDecoder(e||void 0).decode(this.value)}};function hg(t,e){if(t&&t.includes(Wn.default.sep))throw new Error("`"+e+"` cannot be a path: did not expect `"+Wn.default.sep+"`")}o(hg,"assertPart");function fg(t,e){if(!t)throw new Error("`"+e+"` cannot be empty")}o(fg,"assertNonEmpty");function NP(t,e){if(!t)throw new Error("Setting `"+e+"` requires `path` to be set too")}o(NP,"assertPath");function YL(t){return!!(t&&typeof t=="object"&&"byteLength"in t&&"byteOffset"in t)}o(YL,"isUint8Array");var _P=o((function(t){let i=this.constructor.prototype,r=i[t],a=o(function(){return r.apply(a,arguments)},"apply");return Object.setPrototypeOf(a,i),a}),"CallableInstance");var XL={}.hasOwnProperty,kg=class t extends _P{static{o(this,"Processor")}constructor(){super("copy"),this.Compiler=void 0,this.Parser=void 0,this.attachers=[],this.compiler=void 0,this.freezeIndex=-1,this.frozen=void 0,this.namespace={},this.parser=void 0,this.transformers=ug()}copy(){let e=new t,n=-1;for(;++n<this.attachers.length;){let i=this.attachers[n];e.use(...i)}return e.data((0,du.default)(!0,{},this.namespace)),e}data(e,n){return typeof e=="string"?arguments.length===2?(bg("data",this.frozen),this.namespace[e]=n,this):XL.call(this.namespace,e)&&this.namespace[e]||void 0:e?(bg("data",this.frozen),this.namespace=e,this):this.namespace}freeze(){if(this.frozen)return this;let e=this;for(;++this.freezeIndex<this.attachers.length;){let[n,...i]=this.attachers[this.freezeIndex];if(i[0]===!1)continue;i[0]===!0&&(i[0]=void 0);let r=n.call(e,...i);typeof r=="function"&&this.transformers.use(r)}return this.frozen=!0,this.freezeIndex=Number.POSITIVE_INFINITY,this}parse(e){this.freeze();let n=pu(e),i=this.parser||this.Parser;return gg("parse",i),i(String(n),n)}process(e,n){let i=this;return this.freeze(),gg("process",this.parser||this.Parser),vg("process",this.compiler||this.Compiler),n?r(void 0,n):new Promise(r);function r(a,s){let l=pu(e),c=i.parse(l);i.run(c,l,function(p,d,m){if(p||!d||!m)return u(p);let h=d,f=i.stringify(h,m);ej(f)?m.value=f:m.result=f,u(p,m)});function u(p,d){p||!d?s(p):a?a(d):n(void 0,d)}o(u,"realDone")}o(r,"executor")}processSync(e){let n=!1,i;return this.freeze(),gg("processSync",this.parser||this.Parser),vg("processSync",this.compiler||this.Compiler),this.process(e,r),OP("processSync","process",n),i;function r(a,s){n=!0,cg(a),i=s}o(r,"realDone")}run(e,n,i){zP(e),this.freeze();let r=this.transformers;return!i&&typeof n=="function"&&(i=n,n=void 0),i?a(void 0,i):new Promise(a);function a(s,l){let c=pu(n);r.run(e,c,u);function u(p,d,m){let h=d||e;p?l(p):s?s(h):i(void 0,h,m)}o(u,"realDone")}o(a,"executor")}runSync(e,n){let i=!1,r;return this.run(e,n,a),OP("runSync","run",i),r;function a(s,l){cg(s),r=l,i=!0}o(a,"realDone")}stringify(e,n){this.freeze();let i=pu(n),r=this.compiler||this.Compiler;return vg("stringify",r),zP(e),r(e,i)}use(e,...n){let i=this.attachers,r=this.namespace;if(bg("use",this.frozen),e!=null)if(typeof e=="function")c(e,n);else if(typeof e=="object")Array.isArray(e)?l(e):s(e);else throw new TypeError("Expected usable value, not `"+e+"`");return this;function a(u){if(typeof u=="function")c(u,[]);else if(typeof u=="object")if(Array.isArray(u)){let[p,...d]=u;c(p,d)}else s(u);else throw new TypeError("Expected usable value, not `"+u+"`")}function s(u){if(!("plugins"in u)&&!("settings"in u))throw new Error("Expected usable value but received an empty preset, which is probably a mistake: presets typically come with `plugins` and sometimes with `settings`, but this has neither");l(u.plugins),u.settings&&(r.settings=(0,du.default)(!0,r.settings,u.settings))}function l(u){let p=-1;if(u!=null)if(Array.isArray(u))for(;++p<u.length;){let d=u[p];a(d)}else throw new TypeError("Expected a list of plugins, not `"+u+"`")}function c(u,p){let d=-1,m=-1;for(;++d<i.length;)if(i[d][0]===u){m=d;break}if(m===-1)i.push([u,...p]);else if(p.length>0){let[h,...f]=p,b=i[m][1];Ls(b)&&Ls(h)&&(h=(0,du.default)(!0,b,h)),i[m]=[u,h,...f]}}}},yg=new kg().freeze();function gg(t,e){if(typeof e!="function")throw new TypeError("Cannot `"+t+"` without `parser`")}o(gg,"assertParser");function vg(t,e){if(typeof e!="function")throw new TypeError("Cannot `"+t+"` without `compiler`")}o(vg,"assertCompiler");function bg(t,e){if(e)throw new Error("Cannot call `"+t+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}o(bg,"assertUnfrozen");function zP(t){if(!Ls(t)||typeof t.type!="string")throw new TypeError("Expected node, got `"+t+"`")}o(zP,"assertNode");function OP(t,e,n){if(!n)throw new Error("`"+t+"` finished async. Use `"+e+"` instead")}o(OP,"assertDone");function pu(t){return QL(t)?t:new js(t)}o(pu,"vfile");function QL(t){return!!(t&&typeof t=="object"&&"message"in t&&"messages"in t)}o(QL,"looksLikeAVFile");function ej(t){return typeof t=="string"||tj(t)}o(ej,"looksLikeAValue");function tj(t){return!!(t&&typeof t=="object"&&"byteLength"in t&&"byteOffset"in t)}o(tj,"isUint8Array");var MP=yg().use(io).use(lu).freeze();var Cg={d:o((t,e)=>{for(var n in e)Cg.o(e,n)&&!Cg.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},"d"),o:o((t,e)=>Object.prototype.hasOwnProperty.call(t,e),"o")},wg={};Cg.d(wg,{Z:o(()=>aj,"Z"),$:o(()=>jP,"$")});var co={horizontalTab:-2,virtualSpace:-1,nul:0,eof:null,space:32};function $P(t){return t<co.nul||t===co.space}o($P,"n");function xg(t){return t<co.horizontalTab}o(xg,"i");var nj={553:t=>{t.exports=function(e){var n,i;return e._compiled||(n=e.before?"(?:"+e.before+")":"",i=e.after?"(?:"+e.after+")":"",e.atBreak&&(n="[\\r\\n][\\t ]*"+n),e._compiled=new RegExp((n?"("+n+")":"")+(/[|\\{}()[\]^$+*?.-]/.test(e.character)?"\\":"")+e.character+(i||""),"g")),e._compiled}},112:t=>{function e(n,i,r){var a;if(!i)return r;for(typeof i=="string"&&(i=[i]),a=-1;++a<i.length;)if(n.indexOf(i[a])!==-1)return!0;return!1}o(e,"t"),t.exports=function(n,i){return e(n,i.inConstruct,!0)&&!e(n,i.notInConstruct)}},113:(t,e,n)=>{t.exports=function(l,c,u){for(var p,d,m,h,f,b,y,x,C=(u.before||"")+(c||"")+(u.after||""),g=[],w=[],F={},A=-1;++A<l.unsafe.length;)if(h=l.unsafe[A],r(l.stack,h))for(f=i(h);b=f.exec(C);)p="before"in h||h.atBreak,d="after"in h,m=b.index+(p?b[1].length:0),g.indexOf(m)===-1?(g.push(m),F[m]={before:p,after:d}):(F[m].before&&!p&&(F[m].before=!1),F[m].after&&!d&&(F[m].after=!1));for(g.sort(a),y=u.before?u.before.length:0,x=C.length-(u.after?u.after.length:0),A=-1;++A<g.length;)(m=g[A])<y||m>=x||m+1<x&&g[A+1]===m+1&&F[m].after&&!F[m+1].before&&!F[m+1].after||(y!==m&&w.push(s(C.slice(y,m),"\\")),y=m,!/[!-/:-@[-`{-~]/.test(C.charAt(m))||u.encode&&u.encode.indexOf(C.charAt(m))!==-1?(w.push("&#x"+C.charCodeAt(m).toString(16).toUpperCase()+";"),y++):w.push("\\"));return w.push(s(C.slice(y,x),u.after)),w.join("")};var i=n(553),r=n(112);function a(l,c){return l-c}o(a,"a");function s(l,c){for(var u,p=/\\(?=[!-/:-@[-`{-~])/g,d=[],m=[],h=-1,f=0,b=l+c;u=p.exec(b);)d.push(u.index);for(;++h<d.length;)f!==d[h]&&m.push(l.slice(f,d[h])),m.push("\\"),f=d[h];return m.push(l.slice(f)),m.join("")}o(s,"o")}},RP={};function Er(t){var e=RP[t];if(e!==void 0)return e.exports;var n=RP[t]={exports:{}};return nj[t](n,n.exports,Er),n.exports}o(Er,"s");Er.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return Er.d(e,{a:e}),e},Er.d=(t,e)=>{for(var n in e)Er.o(e,n)&&!Er.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},Er.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e);var Ag={};(()=>{function t(r={}){let a=r.permalinks||[],s=r.pageResolver||(m=>[m.replace(/ /g,"_").toLowerCase()]),l=r.newClassName||"new",c=r.wikiLinkClassName||"internal",u=r.hrefTemplate||(m=>`#/page/${m}`),p;function d(m){return m[m.length-1]}return o(d,"s"),{enter:{wikiLink:o(function(m){p={type:"wikiLink",value:null,data:{alias:null,permalink:null,exists:null}},this.enter(p,m)},"wikiLink")},exit:{wikiLinkTarget:o(function(m){let h=this.sliceSerialize(m);d(this.stack).value=h},"wikiLinkTarget"),wikiLinkAlias:o(function(m){let h=this.sliceSerialize(m);d(this.stack).data.alias=h},"wikiLinkAlias"),wikiLink:o(function(m){this.exit(m);let h=p,f=s(h.value),b=f.find((w=>a.indexOf(w)!==-1)),y=b!==void 0,x;x=y?b:f[0]||"";let C=h.value;h.data.alias&&(C=h.data.alias);let g=c;y||(g+=" "+l),h.data.alias=C,h.data.permalink=x,h.data.exists=y,h.data.hName="a",h.data.hProperties={className:g,href:u(x)},h.data.hChildren=[{type:"text",value:C}]},"wikiLink")}}}o(t,"e"),Er.d(Ag,{V:o(()=>t,"V"),x:o(()=>i,"x")});var e=Er(113),n=Er.n(e);function i(r={}){let a=r.aliasDivider||":";return{unsafe:[{character:"[",inConstruct:["phrasing","label","reference"]},{character:"]",inConstruct:["label","reference"]}],handlers:{wikiLink:o(function(s,l,c){let u=c.enter("wikiLink"),p=n()(c,s.value,{before:"[",after:"]"}),d=n()(c,s.data.alias,{before:"[",after:"]"}),m;return m=d!==p?`[[${p}${a}${d}]]`:`[[${p}]]`,u(),m},"wikiLink")}}}o(i,"n")})();var rj=Ag.V,ij=Ag.x,LP=!1;function jP(t={}){let e=this.data();function n(i,r){e[i]?e[i].push(r):e[i]=[r]}o(n,"a"),!LP&&(this.Parser&&this.Parser.prototype&&this.Parser.prototype.blockTokenizers||this.Compiler&&this.Compiler.prototype&&this.Compiler.prototype.visitors)&&(LP=!0,console.warn("[remark-wiki-link] Warning: please upgrade to remark 13 to use this plugin")),n("micromarkExtensions",(function(){var i=(arguments.length>0&&arguments[0]!==void 0?arguments[0]:{}).aliasDivider||":",r="]]";return{text:{91:{tokenize:o(function(a,s,l){var c,u,p=0,d=0,m=0;return function(C){return C!=="[[".charCodeAt(d)?l(C):(a.enter("wikiLink"),a.enter("wikiLinkMarker"),h(C))};function h(C){return d===2?(a.exit("wikiLinkMarker"),(function(g){return xg(g)||g===co.eof?l(g):(a.enter("wikiLinkData"),a.enter("wikiLinkTarget"),f(g))})(C)):C!=="[[".charCodeAt(d)?l(C):(a.consume(C),d++,h)}function f(C){return C===i.charCodeAt(p)?c?(a.exit("wikiLinkTarget"),a.enter("wikiLinkAliasMarker"),b(C)):l(C):C===r.charCodeAt(m)?c?(a.exit("wikiLinkTarget"),a.exit("wikiLinkData"),a.enter("wikiLinkMarker"),x(C)):l(C):xg(C)||C===co.eof?l(C):($P(C)||(c=!0),a.consume(C),f)}function b(C){return p===i.length?(a.exit("wikiLinkAliasMarker"),a.enter("wikiLinkAlias"),y(C)):C!==i.charCodeAt(p)?l(C):(a.consume(C),p++,b)}function y(C){return C===r.charCodeAt(m)?u?(a.exit("wikiLinkAlias"),a.exit("wikiLinkData"),a.enter("wikiLinkMarker"),x(C)):l(C):xg(C)||C===co.eof?l(C):($P(C)||(u=!0),a.consume(C),y)}function x(C){return m===2?(a.exit("wikiLinkMarker"),a.exit("wikiLink"),s(C)):C!==r.charCodeAt(m)?l(C):(a.consume(C),m++,x)}},"tokenize")}}}})(t)),n("fromMarkdownExtensions",rj(t)),n("toMarkdownExtensions",ij(t))}o(jP,"k");var aj=jP,Tne=wg.Z,BP=wg.$;Re();gn();Se();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var oj=/[\\\x00\x08\x0B\x0C\x0E-\x1F ]/g,sj=/[\\[\]<>_*~=`$]/g,ZP="|",Sg=class{static{o(this,"FrontmatterLinksParser")}frontmatterExternalLinks=[];multiValueFrontmatterExternalLinks=[];multiValueFrontmatterLinks=[];parse(e){return this.parseValue(e,""),{frontmatterExternalLinks:this.frontmatterExternalLinks,multiValueFrontmatterExternalLinks:this.multiValueFrontmatterExternalLinks,multiValueFrontmatterLinks:this.multiValueFrontmatterLinks}}categorize(e){let{isSingleLink:n,key:i,parseLinkResult:r,value:a}=e;if(!r.isExternal&&n)return;let s={displayText:r.alias??r.url,key:i,link:r.url,original:a,parseLinkResult:r};if(n){this.frontmatterExternalLinks.push(s);return}let l={...s,endOffset:r.endOffset,startOffset:r.startOffset};r.isExternal?this.multiValueFrontmatterExternalLinks.push(l):this.multiValueFrontmatterLinks.push(l)}parseValue(e,n){if(typeof e=="string"){let i=mu(e),r=i[0]?.raw===e;for(let a of i)this.categorize({isSingleLink:r,key:n,parseLinkResult:a,value:e});return}if(!(typeof e!="object"||e===null))for(let[i,r]of Object.entries(e))this.parseValue(r,n?`${n}.${i}`:i)}};function uo(t){return ut({$string:t,replacer:o(({substring:e})=>encodeURIComponent(e),"replacer"),searchValue:oj})}o(uo,"encodeUrl");function GP(t){return ut({$string:t,replacer:String.raw`\$&`,searchValue:sj})}o(GP,"escapeAlias");function HP(t){return new Sg().parse(t)}o(HP,"parseFrontmatterLinks");function Ci(t){let e=mu(t);return e[0]?.raw===t?e[0]:null}o(Ci,"parseLink");function mu(t){let e=new Set,n="![",i="@[",r="@",s=ut({$string:t,replacer:o(({capturedGroupArguments:[h="",f=""]})=>`[${r.repeat(h.length)}](${f})`,"replacer"),searchValue:/\[(?<LinkAlias>!\[.*?\]\(.+?\))\]\((?<Link>.+?)\)/g}),l=ut({$string:s,replacer:o(h=>(e.add(h.offset),i),"replacer"),searchValue:n}),u=MP().use(io).use(BP,{aliasDivider:ZP}).parse(l),p=[],d=[];Rs(u,h=>{let f;switch(h.type){case"link":{f=pj(h,t);break}case"wikiLink":{f=dj(h,t);break}default:return}e.has(f.startOffset-1)&&(f={...f,isEmbed:!0,raw:`!${f.raw}`,startOffset:f.startOffset-1}),p.push(f)}),p.sort((h,f)=>h.startOffset-f.startOffset);let m=0;for(let h of p)UP({$string:t,endOffset:h.startOffset-1,startOffset:m,textLinks:d}),m=h.endOffset+1;return UP({$string:t,endOffset:t.length-1,startOffset:m,textLinks:d}),p.push(...d),p.sort((h,f)=>h.startOffset-f.startOffset),p}o(mu,"parseLinks");function qP(t){let{content:e,parseLinkResult:n}=t,i={link:n.url,original:n.raw,parseLinkResult:n,position:{end:VP(e,n.endOffset),start:VP(e,n.startOffset)}};return n.alias!==void 0&&(i.displayText=n.alias),i}o(qP,"toParseLinkReference");function lj(t){return ut({$string:t,replacer:o(({capturedGroupArguments:[e="",n=""]})=>{let r=e.length,a=Math.floor(r/2);return"\\".repeat(a)+n},"replacer"),searchValue:/(?<Backslashes>\\+)(?<SpecialCharacter>[!"#$%&'()*+,-./:;<=>?@[\\\]^_`{|}~])/g})}o(lj,"unescapeAlias");function WP(t){let{hasAngleBrackets:e,isExternal:n,url:i}=t;if((n||e)&&!Nc(i))return i;try{return decodeURIComponent(i)}catch(r){return console.error(`Failed to decode URL ${i}`,r),i}}o(WP,"decodeUrlSafely");function cj(t){let{$string:e,aliasEndOffset:n,aliasStartOffset:i}=t;return i<n?e.slice(i,n):void 0}o(cj,"extractAlias");function UP(t){let{$string:e,endOffset:n,startOffset:i,textLinks:r}=t;if(i>n)return;let a=e.slice(i,n+1);ut({$string:a,replacer:o(({capturedGroupArguments:[s=""],offset:l})=>{if(!Es(s))return;let c=WP({hasAngleBrackets:!1,isExternal:!0,url:s});r.push({encodedUrl:uo(c),endOffset:i+l+s.length,hasAngleBrackets:!1,isEmbed:!1,isExternal:!0,isFileUrl:Nc(c),isWikilink:!1,raw:s,startOffset:i+l,url:c})},"replacer"),searchValue:/(?<Url>\S+)/g})}o(UP,"extractTextLinks");function JP(t,e){let n=G(t.position);return e.slice(n.start.offset,n.end.offset)}o(JP,"getRawLink");function uj(t){let{raw:e,rawUrl:n}=t,i="<";return e.startsWith(i)||n.startsWith(i)}o(uj,"hasAngleBracketsInLink");function VP(t,e){let n=t.slice(0,e),i=(n.match(/\n/g)??[]).length,r=n.lastIndexOf(`
|
|
`);return{col:e-(r+1),line:i,offset:e}}o(VP,"offsetToLoc");function pj(t,e){let r=JP(t,e),a=t.children[0]?.position?.start.offset??1,s=t.children.at(-1)?.position?.end.offset??1,l=G(t.position),c=G(l.end.offset),u=G(l.start.offset),p=e.slice(s+2,c-1),d=uj({raw:r,rawUrl:p}),m=Es(t.url),h=WP({hasAngleBrackets:d,isExternal:m,url:t.url}),f=cj({$string:e,aliasEndOffset:s,aliasStartOffset:a});return{alias:f,encodedUrl:m?uo(h):void 0,endOffset:c,hasAngleBrackets:d,isEmbed:!1,isExternal:m,isFileUrl:Nc(h),isWikilink:!1,raw:r,startOffset:u,title:t.title??void 0,unescapedAlias:f===void 0?void 0:lj(f),url:h}}o(pj,"parseLinkNode");function dj(t,e){let n=G(t.position);return{alias:e.includes(ZP)?t.data.alias:void 0,endOffset:G(n.end.offset),isEmbed:!1,isExternal:!1,isFileUrl:!1,isWikilink:!0,raw:JP(t,e),startOffset:G(n.start.offset),url:t.value}}o(dj,"parseWikilinkNode");(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var KP=o((t,e)=>(e=Symbol[t])?e:Symbol.for("Symbol."+t),"__knownSymbol"),YP=o(t=>{throw TypeError(t)},"__typeError"),mj=o((t,e,n)=>{if(e!=null){typeof e!="object"&&typeof e!="function"&&YP("Object expected");var i,r;n&&(i=e[KP("asyncDispose")]),i===void 0&&(i=e[KP("dispose")],n&&(r=i)),typeof i!="function"&&YP("Object not disposable"),r&&(i=o(function(){try{r.call(this)}catch(a){return Promise.reject(a)}},"dispose")),t.push([n,i,e])}else n&&t.push([n]);return e},"__using"),hj=o((t,e,n)=>{var i=typeof SuppressedError=="function"?SuppressedError:function(s,l,c,u){return u=Error(c),u.name="SuppressedError",u.error=s,u.suppressed=l,u},r=o(s=>e=n?new i(s,e,"An error was suppressed during disposal"):(n=!0,s),"fail"),a=o(s=>{for(;s=t.pop();)try{var l=s[1]&&s[1].call(s[2]);if(s[0])return Promise.resolve(l).then(a,c=>(r(c),a()))}catch(c){r(c)}if(n)throw e},"next");return a()},"__callDispose");async function XP(t){await new Promise(e=>{t.metadataCache.onCleanCache(e)})}o(XP,"ensureMetadataCacheReady");function Eg(t,e){var n=[];try{let a=qe({app:t,pathOrFile:e,shouldIncludeNonExisting:!0}),s=mj(n,po(t,[a]));return t.metadataCache.getBacklinksForFile(a)}catch(a){var i=a,r=!0}finally{hj(n,i,r)}}o(Eg,"getBacklinksForFileOrPath");async function an(t){let{app:e,pathOrFile:n,...i}=t,r=e.metadataCache.getBacklinksForFile.safe;if(r)return r(n);let a=new jS;return await Oc({async operationFunction(s){s.throwIfAborted();let l=qe({app:e,pathOrFile:n});await XP(e),s.throwIfAborted(),a=Eg(e,l);for(let c of a.keys()){s.throwIfAborted();let u=$t({app:e,pathOrFile:c});if(!u)return!1;await Lc(e,u),s.throwIfAborted();let p=await Ts(e,u);if(s.throwIfAborted(),!p)return!1;let d=Ps(p),m=a.get(c);if(!m)return!1;for(let h of m){let f;if(qn(h))f=p.slice(h.position.start.offset,h.position.end.offset);else if(kn(h)){let b=fi(d,h.key);if(typeof b!="string")return!1;let y=_c(h);f=b.slice(y.startOffset,y.endOffset)}else return!0;if(f!==h.original)return!1}}return!0},operationName:v(s=>s.obsidianDevUtils.metadataCache.getBacklinksForFilePath,{filePath:ce(e,n)}),pluginNoticeComponent:null,retryOptions:i,shouldShowTimeoutNotice:i.shouldShowTimeoutNotice??!0}),a}o(an,"getBacklinksForFileSafe");async function Pr(t,e,n={}){let i=$t({app:t,pathOrFile:e});try{if(!i)return null;let r;if(i.deleted)r=t.metadataCache.getFileCache(i);else{await Lc(t,i);let s=t.metadataCache.fileCache[i.path];s?.mtime===i.stat.mtime&&s.size===i.stat.size&&Object.hasOwn(t.metadataCache.metadataCache,s.hash)||(await t.metadataCache.computeFileMetadataAsync(i),await XP(t)),r=t.metadataCache.getFileCache(i)}if(r===null)return null;let a=n.shouldParseExternalLinks?await t.vault.cachedRead(i):"";return t2({cache:r,content:a,options:n})}catch(r){if(!i||i.deleted)return null;throw r}}o(Pr,"getCacheSafe");function $n(t){let{cache:e,shouldIncludeEmbeds:n=!0,shouldIncludeExternalLinks:i=!1,shouldIncludeFrontmatterExternalLinks:r=!1,shouldIncludeFrontmatterLinks:a=!0,shouldIncludeMultiValueFrontmatterExternalLinks:s=!1,shouldIncludeMultiValueFrontmatterLinks:l=!1,shouldIncludeReferences:c=!0}=t,u=[];c&&e.links&&u.push(...e.links),n&&e.embeds&&u.push(...e.embeds),a&&e.frontmatterLinks&&u.push(...e.frontmatterLinks);let p=[{description:"body external links",feature:"ExternalLinks",select:o(d=>d.externalLinks,"select"),shouldInclude:i},{description:"frontmatter external links",feature:"FrontmatterExternalLinks",select:o(d=>d.frontmatterExternalLinks,"select"),shouldInclude:r},{description:"multi-value frontmatter external links",feature:"MultiValueFrontmatterExternalLinks",select:o(d=>d.multiValueFrontmatterExternalLinks,"select"),shouldInclude:s},{description:"multi-value frontmatter links",feature:"MultiValueFrontmatterLinks",select:o(d=>d.multiValueFrontmatterLinks,"select"),shouldInclude:l}];for(let d of p)if(d.shouldInclude){if(!fj(e)||!e.features.includes(d.feature))throw new Error(`Cannot include ${d.description}: the cache was not computed with the ${d.feature} feature.`);u.push(...G(d.select(e)))}return nE(u),u=u.filter((d,m)=>{if(m===0)return!0;let h=G(u[m-1]);if(qn(d)&&qn(h))return d.position.start.offset!==h.position.start.offset;if(kn(d)&&kn(h)){let f=yn(d)?d.startOffset:0,b=yn(h)?h.startOffset:0;return d.key!==h.key||yn(d)!==yn(h)||f!==b}return!0}),u}o($n,"getLinks");function fj(t){return"features"in t}o(fj,"isCachedMetadataEx");async function Pg(t,e,n={}){let r=new TextEncoder().encode(e).buffer,a=await t.metadataCache.computeMetadataAsync(r)??{};return t2({cache:a,content:e,options:n})}o(Pg,"parseMetadata");function QP(t){let{app:e,cache:n,pathOrFile:i}=t,r=qe({app:e,pathOrFile:i,shouldIncludeNonExisting:!0});if(!r.deleted)throw new Error("File is existing");return e.metadataCache.fileCache[r.path]={hash:r.path,mtime:0,size:0},e.metadataCache.metadataCache[r.path]=n,new Qe({callback:o(()=>{gj(e,r)},"callback")})}o(QP,"registerFileCacheForNonExistingFile");function po(t,e){let n=e2();for(let i of e)for(;i.deleted;){let r=n.get(i.path)??0;r++,n.set(i.path,r),t.vault.fileMap[i.path]=i,De(i)&&t.metadataCache.uniqueFileLookup.add(i.name.toLowerCase(),i),i=Xa({app:t,pathOrFolder:Gt(i.path),shouldIncludeNonExisting:!0})}return new Qe({callback:o(()=>{vj(t,e)},"callback")})}o(po,"registerFiles");function gj(t,e){let n=qe({app:t,pathOrFile:e,shouldIncludeNonExisting:!0});if(!n.deleted)throw new Error("File is existing");delete t.metadataCache.fileCache[n.path],delete t.metadataCache.metadataCache[n.path]}o(gj,"unregisterFileCacheForNonExistingFile");function vj(t,e){let n=e2();for(let i of e)for(;i.deleted;){let r=n.get(i.path)??1;r--,n.set(i.path,r),r===0&&(n.delete(i.path),delete t.vault.fileMap[i.path],De(i)&&t.metadataCache.uniqueFileLookup.remove(i.name.toLowerCase(),i)),i=Xa({app:t,pathOrFolder:Gt(i.path),shouldIncludeNonExisting:!0})}}o(vj,"unregisterFiles");function e2(){return We("registeredFilesCounts",new Map).value}o(e2,"getRegisteredFilesCounts");function bj(t,e){let n=e.frontmatterPosition?.end.offset??0;return mu(t).filter(i=>i.isExternal&&i.startOffset>=n).map(i=>qP({content:t,parseLinkResult:i}))}o(bj,"parseExternalBodyLinks");function t2(t){let{cache:e,content:n,options:i}=t,r=["Native"],a={...e,features:r};if(i.shouldParseExternalLinks&&(a.externalLinks=bj(n,e),r.push("ExternalLinks")),i.shouldParseFrontmatterExternalLinks||i.shouldParseMultiValueFrontmatterExternalLinks||i.shouldParseMultiValueFrontmatterLinks){let s=HP(e.frontmatter);i.shouldParseFrontmatterExternalLinks&&(a.frontmatterExternalLinks=s.frontmatterExternalLinks,r.push("FrontmatterExternalLinks")),i.shouldParseMultiValueFrontmatterExternalLinks&&(a.multiValueFrontmatterExternalLinks=s.multiValueFrontmatterExternalLinks,r.push("MultiValueFrontmatterExternalLinks")),i.shouldParseMultiValueFrontmatterLinks&&(a.multiValueFrontmatterLinks=s.multiValueFrontmatterLinks,r.push("MultiValueFrontmatterLinks"))}return a}o(t2,"toParsedCachedMetadataEx");(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();function n2(t){return t.vault.getConfig("newLinkFormat")}o(n2,"getNewLinkFormat");function r2(t){return!!t.vault.getConfig("spellcheck")}o(r2,"isSpellcheckEnabled");function Fg(t){return!t.vault.getConfig("useMarkdownLinks")}o(Fg,"shouldUseWikilinks");(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var i2=o((t,e)=>(e=Symbol[t])?e:Symbol.for("Symbol."+t),"__knownSymbol"),a2=o(t=>{throw TypeError(t)},"__typeError"),kj=o((t,e,n)=>{if(e!=null){typeof e!="object"&&typeof e!="function"&&a2("Object expected");var i,r;n&&(i=e[i2("asyncDispose")]),i===void 0&&(i=e[i2("dispose")],n&&(r=i)),typeof i!="function"&&a2("Object not disposable"),r&&(i=o(function(){try{r.call(this)}catch(a){return Promise.reject(a)}},"dispose")),t.push([n,i,e])}else n&&t.push([n]);return e},"__using"),yj=o((t,e,n)=>{var i=typeof SuppressedError=="function"?SuppressedError:function(s,l,c,u){return u=Error(c),u.name="SuppressedError",u.error=s,u.suppressed=l,u},r=o(s=>e=n?new i(s,e,"An error was suppressed during disposal"):(n=!0,s),"fail"),a=o(s=>{for(;s=t.pop();)try{var l=s[1]&&s[1].call(s[2]);if(s[0])return Promise.resolve(l).then(a,c=>(r(c),a()))}catch(c){r(c)}if(n)throw e},"next");return a()},"__callDispose"),xj=String.raw`\|`,o2=/(?<!\\)\|/g;var Ig=(t=>(t.Markdown="Markdown",t.ObsidianSettingsDefault="ObsidianSettingsDefault",t.PreserveExisting="PreserveExisting",t.Wikilink="Wikilink",t))(Ig||{});function Cj(t){let e=Rn({app:t.app,link:t.link,sourcePathOrFile:t.oldSourcePathOrFile??t.newSourcePathOrFile});return e?wi({app:t.app,link:t.link,linkStyle:t.linkStyle,newSourcePathOrFile:t.newSourcePathOrFile,newTargetPathOrFile:e,oldSourcePathOrFile:t.oldSourcePathOrFile,shouldUpdateFileNameAlias:t.shouldUpdateFileNameAlias}):t.link.original}o(Cj,"convertLink");async function ua(t){let{app:e,linkConverter:n,pathOrFile:i,shouldEditExternalLinks:r=!1,shouldEditFrontmatterExternalLinks:a=!1,shouldEditMultiValueFrontmatterExternalLinks:s=!1,...l}=t;await Vc({app:e,changesProvider:o(async({abortSignal:c,content:u})=>{let p=await Pr(e,i,{shouldParseExternalLinks:r,shouldParseFrontmatterExternalLinks:a,shouldParseMultiValueFrontmatterExternalLinks:s});c.throwIfAborted();let d=qe({app:e,pathOrFile:i}),m=await e.vault.cachedRead(d);return c.throwIfAborted(),u!==m?null:await Dj({abortSignal:c,cache:p,isCanvasFileCache:zn(i),linkConverter:n,shouldIncludeExternalLinks:r,shouldIncludeFrontmatterExternalLinks:a,shouldIncludeMultiValueFrontmatterExternalLinks:s})},"changesProvider"),pathOrFile:i,...l})}o(ua,"editLinks");function Rn(t){let{app:e,link:n,shouldAllowNonExistingFile:i=!1,sourcePathOrFile:r}=t,{linkPath:a}=l2(n.link),s=ce(e,r),l=e.metadataCache.getFirstLinkpathDest(a,s);if(l)return l;if(!i)return null;if(a.startsWith("/"))return qe({app:e,pathOrFile:a,shouldIncludeNonExisting:!0});let c=ye(Fe(s),`./${a}`);return c.startsWith("../")?null:qe({app:e,pathOrFile:c,shouldIncludeNonExisting:!0})}o(Rn,"extractLinkFile");function s2(t){return u2({cache:t,key:"",value:t.frontmatter})}o(s2,"fixFrontmatterMarkdownLinks");function Dg(t){var e=[];try{let{app:r}=t,a={isEmptyEmbedAliasAllowed:!0},s=wj().map(u=>u());t=Object.assign({},a,...s,t);let l=qe({app:r,pathOrFile:t.targetPathOrFile,shouldIncludeNonExisting:t.isNonExistingFileAllowed}),c=kj(e,po(r,[l]));return Fj(t)}catch(r){var n=r,i=!0}finally{yj(e,n,i)}}o(Dg,"generateMarkdownLink");function Tg(t){let e=t.isEmbed?"!":"";if(t.isWikilink){let l=t.alias?`|${t.alias}`:"";return`${e}[[${t.url}${l}]]`}let n=t.alias??"",r=t.shouldEscapeAlias??!1?GP(n):n,a=t.shouldUseAngleBrackets?`<${t.url}>`:uo(t.url),s=t.title?` ${JSON.stringify(t.title)}`:"";return`${e}[${r}](${a}${s})`}o(Tg,"generateRawMarkdownLink");function wj(){return We("generateMarkdownLinkDefaultParamsFns",[]).value}o(wj,"getGenerateMarkdownLinkDefaultParamsFns");function Ng(t){return Ci(t)?.hasAngleBrackets??!1}o(Ng,"hasAngleBrackets");function fu(t){return Ci(t)?.isEmbed??!1}o(fu,"hasEmbedSyntax");function Aj(t){return Ci(t)?.url.startsWith("./")??!1}o(Aj,"hasLeadingDot");function Sj(t){return Ci(t)?.url.startsWith("/")??!1}o(Sj,"hasLeadingSlash");function _g(t){return Ci(t)?.isWikilink??!1}o(_g,"hasWikilinkSyntax");function Ej(t){let{app:e,displayText:n,isWikilink:i,newSourcePathOrFile:r,oldSourcePathOrFile:a,oldTargetPath:s,targetPathOrFile:l}=t;if(i===!1)return!1;if(!n)return!0;let c=qe({app:e,pathOrFile:l,shouldIncludeNonExisting:!0}),u=ce(e,r),p=ce(e,a??r),d=Fe(u),m=Fe(p),h=new Set;for(let b of[c.path,s]){if(!b)continue;let y=ce(e,b);h.add(y),h.add(Ie(y)),h.add(qa(d,y)),h.add(qa(m,y))}for(let b of[p,u])h.add(e.metadataCache.fileToLinktext(c,b,!1));let f=ut({$string:(0,hu.normalizePath)(G(n.split(" > ",1)[0])),replacer:"",searchValue:/^\.\//g}).toLowerCase();for(let b of h){if(b.toLowerCase()===f)return!0;let y=Fe(b),x=Ie(b,gt(b));if(ye(y,x).toLowerCase()===f)return!0}return!1}o(Ej,"shouldResetAlias");function l2(t){let e=(0,hu.parseLinktext)(bs(t));return{linkPath:e.path,subpath:e.subpath}}o(l2,"splitSubpath");function wi(t){let{app:e,link:n,linkStyle:i,newSourcePathOrFile:r,newTargetPathOrFile:a,oldSourcePathOrFile:s,oldTargetPathOrFile:l,shouldUpdateFileNameAlias:c=!0}=t;if(!a)return n.original;let u=qe({app:e,pathOrFile:a,shouldIncludeNonExisting:!0}),p=ce(e,s??r),d=ce(e,l??a),m=p2({app:e,linkStyle:i,originalLink:n.original}),{subpath:h}=l2(n.link);if(zn(r)&&eE(n))return u.path+h;let f=Ci(n.original),b;return m&&f?.alias&&(b=f.alias),b??=Ej({app:e,displayText:n.displayText,isWikilink:m,newSourcePathOrFile:r,oldSourcePathOrFile:s,oldTargetPath:d,targetPathOrFile:u})?void 0:f?.alias,c&&(b===Ie(d,gt(d))?b=u.basename:b===Ie(d)&&(b=u.name)),Dg({alias:b,app:e,isSingleSubpathAllowed:p===d&&!!f?.alias,linkStyle:i,originalLink:n.original,sourcePathOrFile:r,subpath:h,targetPathOrFile:u})}o(wi,"updateLink");async function c2(t){let{app:e,linkStyle:n,newSourcePathOrFile:i,oldSourcePathOrFile:r,shouldUpdateEmbedOnlyLinks:a,shouldUpdateFileNameAlias:s}=t;zn(i)&&!e.internalPlugins.getEnabledPluginById(tn.Canvas)||await ua({...t,linkConverter:o(l=>{let c=fu(l.original);if(!(a!==void 0&&a!==c))return Cj({app:e,link:l,linkStyle:n,newSourcePathOrFile:i,oldSourcePathOrFile:r,shouldUpdateFileNameAlias:s})},"linkConverter"),pathOrFile:i})}o(c2,"updateLinksInFile");function u2(t){let{cache:e,key:n,value:i}=t;if(typeof i=="string"){let a=Ci(i);if(!a||a.isWikilink||a.isExternal)return!1;e.frontmatterLinks??=[];let s=e.frontmatterLinks.find(l=>l.key===n);return s||(s={key:n,link:"",original:""},e.frontmatterLinks.push(s)),s.link=a.url,s.original=i,a.alias!==void 0&&(s.displayText=a.alias),!0}if(typeof i!="object"||i===null)return!1;let r=!1;for(let[a,s]of Object.entries(i)){let l=u2({cache:e,key:n?`${n}.${a}`:a,value:s});r||=l}return r}o(u2,"fixFrontmatterMarkdownLinksImpl");function Pj(t){let{app:e,config:n,subpath:i,targetFile:r}=t,{sourcePath:a}=t;a==="/"&&(a="");let s;if(r.path===a&&i&&n.isSingleSubpathAllowed)s="";else switch(n.linkPathStyle){case"AbsolutePathInVault":{s=r.path,n.shouldUseLeadingSlashForAbsolutePaths&&!s.startsWith("/")&&(s=`/${s}`);break}case"RelativePathToTheNote":{s=qa(Fe(a),r.path),n.shouldUseLeadingDotForRelativePaths&&!s.startsWith(".")&&(s=`./${s}`);break}case"ShortestPathWhenPossible":{let l=Sr(r)?r.basename:r.name,c=e.metadataCache.getLinkpathDest(l,a);s=c.length===1&&c[0]===r?r.name:r.path;break}default:Vt(n.linkPathStyle)}return s=n.isWikilink?br({$string:s,suffix:`.${cr}`}):s,s+=i,s}o(Pj,"generateLinkText");function Fj(t){let{app:e}=t,n=qe({app:e,pathOrFile:t.targetPathOrFile,shouldIncludeNonExisting:t.isNonExistingFileAllowed}),i=ce(e,t.sourcePathOrFile),r=t.subpath??"",a=_j(t),s=Pj({app:e,config:a,sourcePath:i,subpath:r,targetFile:n});return a.isWikilink?Ij({alias:t.alias,isEmbed:a.isEmbed,linkText:s}):Tj({config:a,linkText:s,markdownLinkParams:t,targetFile:n})}o(Fj,"generateMarkdownLinkImpl");function Tj(t){let{config:e,linkText:n,markdownLinkParams:i,targetFile:r}=t,a=i.alias??"",s=i.shouldEscapeAlias??!1;return!a&&(Sr(r)||!i.isEmptyEmbedAliasAllowed)&&(a=!i.shouldIncludeAttachmentExtensionToEmbedAlias||Sr(r)?r.basename:r.name,s=!0),Tg({alias:a,isEmbed:e.isEmbed,isWikilink:!1,shouldEscapeAlias:s,shouldUseAngleBrackets:e.shouldUseAngleBrackets,url:n})}o(Tj,"generateMarkdownStyleLink");function Ij(t){let{alias:e,isEmbed:n,linkText:i}=t;return e?.toLowerCase()===i.toLowerCase()?Tg({isEmbed:n,isWikilink:!0,url:e}):Tg({alias:e,isEmbed:n,isWikilink:!0,url:i})}o(Ij,"generateWikiLink");async function Dj(t){let{cache:e,isCanvasFileCache:n,linkConverter:i,shouldIncludeExternalLinks:r=!1,shouldIncludeFrontmatterExternalLinks:a=!1,shouldIncludeMultiValueFrontmatterExternalLinks:s=!1}=t,{abortSignal:l}=t;if(l??=mn(),l.throwIfAborted(),!e)return[];let c=[],u=(e.sections??[]).filter(p=>p.type==="table").map(p=>({end:p.position.end.offset,start:p.position.start.offset}));for(let p of $n({cache:e,shouldIncludeExternalLinks:r,shouldIncludeFrontmatterExternalLinks:a,shouldIncludeMultiValueFrontmatterExternalLinks:s})){l.throwIfAborted();let d=await i(p,l);if(l.throwIfAborted(),d===void 0)continue;let m=ta(p,d);n?Is(m)?c.push(m):console.error("Unsupported file change",m):(Oj(m,u)&&(m.newContent=m.newContent.replaceAll(o2,()=>xj)),c.push(m))}return c}o(Dj,"getFileChanges");function Nj(t,e){let n=e??"ObsidianSettingsDefault";switch(n){case"AbsolutePathInVault":return"AbsolutePathInVault";case"ObsidianSettingsDefault":return zj(t);case"RelativePathToTheSource":return"RelativePathToTheNote";case"ShortestPathWhenPossible":return"ShortestPathWhenPossible";default:Vt(n)}}o(Nj,"getFinalLinkPathStyle");function _j(t){let{app:e}=t;return{isEmbed:t.isEmbed??(t.originalLink?fu(t.originalLink):!1),isSingleSubpathAllowed:t.isSingleSubpathAllowed??!0,isWikilink:p2({app:e,linkStyle:t.linkStyle,originalLink:t.originalLink}),linkPathStyle:Nj(e,t.linkPathStyle),shouldUseAngleBrackets:t.shouldUseAngleBrackets??(t.originalLink?Ng(t.originalLink):void 0)??!1,shouldUseLeadingDotForRelativePaths:t.shouldUseLeadingDotForRelativePaths??(t.originalLink?Aj(t.originalLink):void 0)??!1,shouldUseLeadingSlashForAbsolutePaths:t.shouldUseLeadingSlashForAbsolutePaths??(t.originalLink?Sj(t.originalLink):void 0)??!1}}o(_j,"getLinkConfig");function zj(t){let e=n2(t);switch(e){case"absolute":return"AbsolutePathInVault";case"relative":return"RelativePathToTheNote";case"shortest":return"ShortestPathWhenPossible";default:Vt(e)}}o(zj,"resolveFinalLinkPathStyleFromObsidianSettings");function Oj(t,e){return!ra(t)||!o2.test(t.newContent)?!1:e.some(n=>n.start<=t.reference.position.start.offset&&t.reference.position.end.offset<=n.end)}o(Oj,"shouldEscapeWikilinkDivider");function p2(t){let{app:e,linkStyle:n,originalLink:i}=t,r=n??"PreserveExisting";switch(r){case"Markdown":return!1;case"ObsidianSettingsDefault":return Fg(e);case"PreserveExisting":return i===void 0?Fg(e):_g(i);case"Wikilink":return!0;default:Vt(r)}}o(p2,"shouldUseWikilinkStyle");(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();async function mo(t,e){let n=await Ts(t,e);if(n===null)return[];let i;try{i=JSON.parse(n)}catch{return[]}let r=i?.nodes?i:{edges:[],nodes:[]},a=[];for(let[s,l]of r.nodes.entries())switch(l.type){case"file":{let c={isCanvas:!0,key:`nodes.${String(s)}.file`,link:l.file,nodeIndex:s,original:l.file,type:"file"};a.push(c);break}case"text":{let c=await Pg(t,l.text);t.plugins.getPlugin("frontmatter-markdown-links")&&s2(c);let u=$n({cache:c});for(let[p,d]of u.entries()){let m={isCanvas:!0,key:`nodes.${String(s)}.text.${String(p)}`,link:d.link,nodeIndex:s,original:d.original,originalReference:d,type:"text"};a.push(m)}break}default:break}return a}o(mo,"getCanvasReferences");tt();Re();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();async function zg(t){await sc({operationFunction:o(()=>t.fileManager.inProgressUpdates===null,"operationFunction"),operationName:"waitForPendingLinkUpdates",retryOptions:{retryDelayInMilliseconds:0,timeoutInMilliseconds:6e4}})}o(zg,"waitForPendingLinkUpdates");Un();tt();wt();ct();Zn();Ve();Un();Gn();wt();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();async function d2(t){let{$function:e,abortSignal:n=mn(),title:i}=t;n.throwIfAborted();let r=be("Logger:invokeAsyncAndLog"),a=performance.now(),s=t.stackTrace??fn(1);gr({$arguments:[{$function:e,timestampStart:a}],debuggerInstance:r,message:`${i}:start`,stackTrace:s});try{await e(n);let l=performance.now(),c=Math.trunc(l-a);n.aborted&&(gr({$arguments:[{$function:e,abortReason:n.reason,duration:c,timestampEnd:l,timestampStart:a}],debuggerInstance:r,message:`${i}:aborted`,stackTrace:s}),n.throwIfAborted()),gr({$arguments:[{$function:e,duration:c,timestampEnd:l,timestampStart:a}],debuggerInstance:r,message:`${i}:end`,stackTrace:s})}catch(l){let c=performance.now();throw gr({$arguments:[{$function:e,duration:Math.trunc(c-a),error:l,timestampEnd:c,timestampStart:a}],debuggerInstance:r,message:`${i}:error`,stackTrace:s}),l}}o(d2,"invokeAsyncAndLog");(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();function Xr(t){let e=t.stackTrace??fn(1);ke(()=>Mj(t),e)}o(Xr,"addToQueue");async function Mj(t){let e=t.abortSignal??mn();e.throwIfAborted();let i=t.timeoutInMilliseconds??6e4,r=t.stackTrace??fn(1),a=t.operationName??"",s=m2().value;s.items.push({abortSignal:e,operationFunction:t.operationFunction,operationName:a,shouldShowTimeoutNotice:t.shouldShowTimeoutNotice??!0,stackTrace:r,timeoutInMilliseconds:i}),s.promise=s.promise.then(()=>h2()),await s.promise}o(Mj,"addToQueueAndWait");function m2(){return We("queue",{items:[],promise:lt()})}o(m2,"getQueue");async function h2(){let t=m2().value,e=t.items[0];e&&(await ac(()=>rE({context:{queuedFunction:e.operationFunction},async operationFunction(n){await d2({$function:e.operationFunction,abortSignal:ar(n,e.abortSignal),stackTrace:e.stackTrace,title:e.operationName||h2.name})},operationName:e.operationName,pluginNoticeComponent:null,shouldShowTimeoutNotice:e.shouldShowTimeoutNotice,stackTrace:e.stackTrace,timeoutInMilliseconds:e.timeoutInMilliseconds})),t.items.shift())}o(h2,"processNextQueueItem");var Le=require("obsidian");Zr();tt();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var $j=.08,Rj=660,Lj=.05,jj=200,gu=class{static{o(this,"Beeper")}audioContext=null;lastBeepMilliseconds=0;beep(){let e=Date.now();if(e-this.lastBeepMilliseconds<jj)return;this.lastBeepMilliseconds=e;let n=window.AudioContext;if(!n)return;this.audioContext??=new n;let i=this.audioContext,r=i.createOscillator(),a=i.createGain();r.type="sine",r.frequency.value=Rj,a.gain.value=Lj,r.connect(a),a.connect(i.destination),r.start(),r.stop(i.currentTime+$j)}};dn();ct();Zn();Se();At();en();var Qr=require("@codemirror/state"),g2=require("@codemirror/view");var Bj=require("obsidian");Re();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var f2=new WeakMap,Og={isProcessingLockedEditorKeydown:!1};function Mg(t,e){let n=Uj(t);t.cm.dispatch({effects:n.reconfigure(e?Vj():[])})}o(Mg,"toggleEditorReadOnly");function Uj(t){let e=t.cm,n=f2.get(e);if(n?.get(e.state)!==void 0)return n;let i=new Qr.Compartment;return f2.set(e,i),e.dispatch({effects:Qr.StateEffect.appendConfig.of(i.of([]))}),i}o(Uj,"ensureCompartment");function Vj(){return[Qr.EditorState.readOnly.of(!0),Qr.Prec.highest(g2.EditorView.domEventHandlers({keydown:o(()=>(Og.isProcessingLockedEditorKeydown=!0,queueMicrotask(()=>{Og.isProcessingLockedEditorKeydown=!1}),!1),"keydown")})),Qr.EditorState.changeFilter.of(()=>!Og.isProcessingLockedEditorKeydown)]}o(Vj,"readOnlyExtension");Oe();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();function W(t,e){t.createEl("strong",{cls:`${B.MarkdownRendered} ${B.Code}`},n=>{n.createEl("code",{text:e})})}o(W,"appendCodeBlock");Ve();var $g=require("obsidian");Oe();Ve();wc();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var Rg=class extends vi{static{o(this,"ConfirmModal")}cancelButtonText;isConfirmed=!1;message;okButtonText;title;constructor(e){super(e),this.addCssClasses(B.ConfirmModal),this.cancelButtonText=e.cancelButtonText??v(n=>n.obsidianDevUtils.buttons.cancel),this.message=e.message,this.okButtonText=e.okButtonText??v(n=>n.obsidianDevUtils.buttons.ok),this.title=e.title??""}onClose(){this.promiseResolve(this.isConfirmed)}onOpen(){this.titleEl.setText(this.title),this.contentEl.createEl("p",{text:this.message});let e=new $g.ButtonComponent(this.contentEl);e.setButtonText(this.okButtonText),e.setCta(),e.onClick(()=>{this.isConfirmed=!0,this.close()}),e.setClass(B.OkButton);let n=new $g.ButtonComponent(this.contentEl);n.setButtonText(this.cancelButtonText),n.onClick(this.close.bind(this)),n.setClass(B.CancelButton)}};async function Ai(t){return await Ya(e=>new Rg({...t,promiseResolve:e}))}o(Ai,"confirm");(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var Zj="resourceLock",Lg="lock",v2="obsidian-dev-utils-lock-indicator",b2="obsidian-dev-utils-lock-indicator-flash",Gj="status-bar-item",Hj=".status-bar",qj="unlock",Wj=1,jg=class extends we{static{o(this,"ResourceLockEventsComponent")}app;onChange;onExternalMutation;onFileMenu;onRename;constructor(e){super(),this.app=e.app,this.onChange=e.onChange,this.onExternalMutation=e.onExternalMutation,this.onFileMenu=e.onFileMenu,this.onRename=e.onRename}onload(){super.onload(),this.registerEvent(this.app.workspace.on("active-leaf-change",this.onChange)),this.registerEvent(this.app.workspace.on("layout-change",this.onChange)),this.registerEvent(this.app.workspace.on("file-open",this.onChange)),this.registerEvent(this.app.workspace.on("file-menu",this.onFileMenu)),this.registerEvent(this.app.vault.on("create",e=>{this.onExternalMutation(e.path)})),this.registerEvent(this.app.vault.on("delete",e=>{this.onExternalMutation(e.path)})),this.registerEvent(this.app.vault.on("rename",(e,n)=>{this.onRename(n,e.path),this.onExternalMutation(n),this.onExternalMutation(e.path)})),this.registerEvent(this.app.metadataCache.on("deleted",e=>{this.onExternalMutation(e.path)}))}},Bg=class extends Me{static{o(this,"ResourceLockMutationBlockerComponent")}shouldBlockMutation;constructor(e){super(),this.shouldBlockMutation=e.shouldBlockMutation}onload(){super.onload(),this.registerMethodPatch({$object:Le.Vault.prototype,methodName:"append",patchHandler:o(({fallback:e,originalArguments:[n]})=>(this.assertNotBlocked([n.path]),e()),"patchHandler")}),this.registerMethodPatch({$object:Le.Vault.prototype,methodName:"copy",patchHandler:o(({fallback:e,originalArguments:[,n]})=>(this.assertNotBlocked([n]),e()),"patchHandler")}),this.registerMethodPatch({$object:Le.Vault.prototype,methodName:"create",patchHandler:o(({fallback:e,originalArguments:[n]})=>(this.assertNotBlocked([n]),e()),"patchHandler")}),this.registerMethodPatch({$object:Le.Vault.prototype,methodName:"createBinary",patchHandler:o(({fallback:e,originalArguments:[n]})=>(this.assertNotBlocked([n]),e()),"patchHandler")}),this.registerMethodPatch({$object:Le.Vault.prototype,methodName:"createFolder",patchHandler:o(({fallback:e,originalArguments:[n]})=>(this.assertNotBlocked([n]),e()),"patchHandler")}),this.registerMethodPatch({$object:Le.Vault.prototype,methodName:"delete",patchHandler:o(({fallback:e,originalArguments:[n]})=>(this.assertNotBlocked([n.path]),e()),"patchHandler")}),this.registerMethodPatch({$object:Le.Vault.prototype,methodName:"modify",patchHandler:o(({fallback:e,originalArguments:[n]})=>(this.assertNotBlocked([n.path]),e()),"patchHandler")}),this.registerMethodPatch({$object:Le.Vault.prototype,methodName:"modifyBinary",patchHandler:o(({fallback:e,originalArguments:[n]})=>(this.assertNotBlocked([n.path]),e()),"patchHandler")}),this.registerMethodPatch({$object:Le.Vault.prototype,methodName:"process",patchHandler:o(({fallback:e,originalArguments:[n]})=>(this.assertNotBlocked([n.path]),e()),"patchHandler")}),this.registerMethodPatch({$object:Le.Vault.prototype,methodName:"rename",patchHandler:o(({fallback:e,originalArguments:[n,i]})=>(this.assertNotBlocked([n.path,i]),e()),"patchHandler")}),this.registerMethodPatch({$object:Le.Vault.prototype,methodName:"trash",patchHandler:o(({fallback:e,originalArguments:[n]})=>(this.assertNotBlocked([n.path]),e()),"patchHandler")}),this.registerMethodPatch({$object:Le.FileManager.prototype,methodName:"renameFile",patchHandler:o(({fallback:e,originalArguments:[n,i]})=>(this.assertNotBlocked([n.path,i]),e()),"patchHandler")}),this.registerMethodPatch({$object:Le.FileManager.prototype,methodName:"trashFile",patchHandler:o(({fallback:e,originalArguments:[n]})=>(this.assertNotBlocked([n.path]),e()),"patchHandler")})}assertNotBlocked(e){for(let n of e)if(this.shouldBlockMutation(n))throw new Vg(n)}},Ug=class{static{o(this,"ResourceLockManager")}beeper=new gu;bypassPathSets=new Set;eventsComponent=null;indicatorsByView=new Map;lockEntriesByPath=new Map;mutationBlockerComponent=null;statusBarItemEl=null;bypass(e,n){let i=new Set(n.map(r=>ce(e,r)));return this.bypassPathSets.add(i),new Qe({callback:o(()=>{this.bypassPathSets.delete(i)},"callback"),multipleDisposeBehavior:Oa.Ignore})}forceUnlock(e,n){let i=this.resolveLockOwnerPath(e,ce(e,n));i!==null&&this.abortAndReleaseEntries(e,i)}isLocked(e,n){return this.isPathLocked(ce(e,n))}isLockedByAncestor(e,n){return this.resolveLockOwnerPath(e,ce(e,n))!==null}isMutationBlockedByAncestor(e,n){let i=ce(e,n);if(this.lockEntriesByPath.get(i)?.some(a=>a.blocksMutations))return!0;for(let[a,s]of this.lockEntriesByPath)if(s.some(l=>l.mode==="subtree"&&l.blocksMutations)&&Fs({app:e,childPathOrFile:i,parentPathOrFile:a}))return!0;return!1}lock(e){let{app:n}=e,i=ce(n,e.pathOrFile),r={abortController:e.abortController??null,blocksMutations:e.blocksMutations??!1,mode:e.mode??"file",onUnlockRequested:e.onUnlockRequested??null,operationName:e.operationName,path:i,pluginId:e.pluginId,shouldReleaseOnAbort:e.shouldReleaseOnAbort??!1},a=this.lockEntriesByPath.get(i);return a||(a=[],this.lockEntriesByPath.set(i,a)),a.push(r),this.ensureSubscribed(n),r.blocksMutations&&this.ensureBlockerInstalled(n),this.wireReleaseOnAbort(n,r),this.reconcile(n),new Qe({callback:o(()=>{this.removeEntry(n,r)},"callback"),multipleDisposeBehavior:Oa.Ignore})}requestUnlock(e,n){let i=this.lockEntriesByPath.get(ce(e,n));if(i)for(let r of i)r.abortController?.abort()}unlock(e,n,i){let r=ce(e,n),a=this.lockEntriesByPath.get(r);if(!a)return;let s=a.findIndex(l=>l.pluginId===i);s!==-1&&(a.splice(s,1),a.length===0&&this.lockEntriesByPath.delete(r),this.reconcileAndCleanup(e))}unlockAllForPlugin(e,n){for(let[i,r]of this.lockEntriesByPath){let a=r.filter(s=>s.pluginId!==n);a.length===0?this.lockEntriesByPath.delete(i):a.length!==r.length&&this.lockEntriesByPath.set(i,a)}this.reconcileAndCleanup(e)}abortAndReleaseEntries(e,n){let i=this.lockEntriesByPath.get(n);Zt(i);for(let r of In(i))r.abortController?.abort();this.lockEntriesByPath.delete(n),this.reconcileAndCleanup(e)}addUnlockMenuItem(e,n,i){n.addItem(r=>{r.setTitle(v(a=>a.obsidianDevUtils.resourceLock.unlockMenuItem)).setIcon(qj).onClick(pt(async()=>{await Ai({app:e,message:this.unlockConfirmMessage(e,i),title:v(s=>s.obsidianDevUtils.resourceLock.unlockConfirmTitle)})&&this.abortAndReleaseEntries(e,i)}))})}createIndicators(e,n,i){let r=o(()=>this.resolveViewOwnerPath(e,n),"getOwnerPath"),a=n.addAction(Lg,i,st);this.registerUnlockMenu(e,a,r);let s=null,l=n.leaf.tabHeaderStatusContainerEl;l&&(s=l.createSpan({cls:v2}),(0,Le.setIcon)(s,Lg),(0,Le.setTooltip)(s,i),this.registerUnlockMenu(e,s,r));let c=o(()=>{this.flashIndicators(n),this.beeper.beep()},"onTypeAttempt");return n.contentEl.addEventListener("beforeinput",c),{actionIconEl:a,disposeTypeListener:o(()=>{n.contentEl.removeEventListener("beforeinput",c)},"disposeTypeListener"),tabIconEl:s}}ensureBlockerInstalled(e){this.mutationBlockerComponent||(this.mutationBlockerComponent=new Bg({shouldBlockMutation:o(n=>this.shouldBlockMutation(e,n),"shouldBlockMutation")}),this.mutationBlockerComponent.load())}ensureSubscribed(e){this.eventsComponent||(this.eventsComponent=new jg({app:e,onChange:o(()=>{this.reconcile(e)},"onChange"),onExternalMutation:o(n=>{this.handleExternalMutation(e,n)},"onExternalMutation"),onFileMenu:o((n,i)=>{this.handleFileMenu(e,n,i)},"onFileMenu"),onRename:o((n,i)=>{this.handleRename(e,n,i)},"onRename")}),this.eventsComponent.load())}flashElement(e){e.removeClass(b2),e.getBoundingClientRect(),e.addClass(b2)}flashIndicators(e){let n=this.indicatorsByView.get(e);for(let i of[n?.actionIconEl,n?.tabIconEl,this.statusBarItemEl])i&&this.flashElement(i)}handleExternalMutation(e,n){if(this.isMutationBlockedByAncestor(e,n)&&!this.isBypassed(e,n))for(let[i,r]of this.lockEntriesByPath)for(let a of r){if(!a.blocksMutations||!a.abortController)continue;(i===n||a.mode==="subtree"&&Fs({app:e,childPathOrFile:n,parentPathOrFile:i}))&&a.abortController.abort()}}handleFileMenu(e,n,i){let r=this.resolveLockOwnerPath(e,i.path);r!==null&&this.addUnlockMenuItem(e,n,r)}handleRename(e,n,i){let r=new Map;for(let[a,s]of this.lockEntriesByPath){let l=k2(a,n,i);if(l!==null){for(let c of s)c.path=l;r.set(l,s),this.lockEntriesByPath.delete(a)}}for(let[a,s]of r){let l=this.lockEntriesByPath.get(a);l?l.push(...s):this.lockEntriesByPath.set(a,s)}for(let a of this.bypassPathSets){let s=new Map;for(let l of a){let c=k2(l,n,i);c!==null&&s.set(l,c)}for(let[l,c]of s)a.delete(l),a.add(c)}this.reconcile(e)}hasBlockingLock(){for(let e of this.lockEntriesByPath.values())if(e.some(n=>n.blocksMutations))return!0;return!1}isBypassed(e,n){for(let i of this.bypassPathSets)for(let r of i)if($c({app:e,childPathOrFile:n,parentPathOrFile:r}))return!0;return!1}isPathLocked(e){return(this.lockEntriesByPath.get(e)?.length??0)>0}lockDescriptors(e,n){let i=this.lockEntriesByPath.get(n);Zt(i);let r=new Set,a=[];for(let s of i){let l=e.plugins.manifests[s.pluginId]?.name??s.pluginId,c=`${l}
|
|
${s.operationName}`;r.has(c)||(r.add(c),a.push({operationName:s.operationName,pluginName:l}))}return a}lockingPluginNames(e,n){let i=this.lockEntriesByPath.get(n);return Zt(i),[...new Set(i.map(a=>a.pluginId))].map(a=>e.plugins.manifests[a]?.name??a)}lockTooltip(e,n){return[v(r=>r.obsidianDevUtils.resourceLock.lockedByTooltip),...this.lockingPluginNames(e,n)].join(`
|
|
`)}reconcile(e){let n=new Set;for(let i of e.workspace.getLeavesOfType(lr.Markdown)){let r=i.view;if(!(r instanceof Le.MarkdownView))continue;let a=r.file?.path;if(a===void 0)continue;let s=this.resolveLockOwnerPath(e,a);if(s!==null){n.add(r);let l=this.lockTooltip(e,s);Mg(r.editor,!0);let c=this.indicatorsByView.get(r);c?this.updateIndicatorTooltips(c,l):this.indicatorsByView.set(r,this.createIndicators(e,r,l))}}for(let[i,r]of this.indicatorsByView)n.has(i)||(Mg(i.editor,!1),r.disposeTypeListener(),r.actionIconEl.remove(),r.tabIconEl?.remove(),this.indicatorsByView.delete(i));this.updateStatusBar(e)}reconcileAndCleanup(e){this.reconcile(e),this.lockEntriesByPath.size===0&&(this.eventsComponent?.unload(),this.eventsComponent=null),this.hasBlockingLock()||(this.mutationBlockerComponent?.unload(),this.mutationBlockerComponent=null)}registerUnlockMenu(e,n,i){let r=o(a=>{a.preventDefault();let s=i();if(s===void 0)return;let l=new Le.Menu;this.addUnlockMenuItem(e,l,s),l.showAtMouseEvent(a)},"openUnlockMenu");n.addEventListener("click",r),n.addEventListener("contextmenu",r),n.addEventListener("auxclick",a=>{a.button===Wj&&r(a)})}removeEntry(e,n){let i=this.lockEntriesByPath.get(n.path);if(!i)return;let r=i.indexOf(n);r!==-1&&(i.splice(r,1),i.length===0&&this.lockEntriesByPath.delete(n.path),this.reconcileAndCleanup(e))}resolveLockOwnerPath(e,n){if(this.isPathLocked(n))return n;let i=null;for(let[r,a]of this.lockEntriesByPath)a.some(l=>l.mode==="subtree")&&Fs({app:e,childPathOrFile:n,parentPathOrFile:r})&&(i===null||r.length>i.length)&&(i=r);return i}resolveViewOwnerPath(e,n){let i=n.file?.path;return i===void 0?void 0:this.resolveLockOwnerPath(e,i)??void 0}shouldBlockMutation(e,n){return this.isMutationBlockedByAncestor(e,n)?!this.isBypassed(e,n):!1}unlockConfirmMessage(e,n){let i=createFragment();i.appendText(v(r=>r.obsidianDevUtils.resourceLock.unlockConfirmMessage));for(let r of this.lockDescriptors(e,n))i.createEl("br"),W(i,r.pluginName),i.appendText(`: ${r.operationName}`);return i}updateIndicatorTooltips(e,n){(0,Le.setTooltip)(e.actionIconEl,n),e.tabIconEl&&(0,Le.setTooltip)(e.tabIconEl,n)}updateStatusBar(e){let n=e.workspace.getActiveViewOfType(Le.MarkdownView),i=n?.file?.path,r=i===void 0?null:this.resolveLockOwnerPath(e,i);if(r===null||!n){this.statusBarItemEl?.remove(),this.statusBarItemEl=null;return}if(!this.statusBarItemEl){let a=n.containerEl.ownerDocument.body.querySelector(Hj);if(!a)return;this.statusBarItemEl=a.createDiv({cls:[Gj,v2]}),(0,Le.setIcon)(this.statusBarItemEl,Lg),this.registerUnlockMenu(e,this.statusBarItemEl,()=>{let s=e.workspace.getActiveViewOfType(Le.MarkdownView)?.file?.path;return s===void 0?void 0:this.resolveLockOwnerPath(e,s)??void 0})}(0,Le.setTooltip)(this.statusBarItemEl,this.lockTooltip(e,r))}wireReleaseOnAbort(e,n){let{onUnlockRequested:i,shouldReleaseOnAbort:r}=n;!n.abortController||!r&&!i||n.abortController.signal.addEventListener("abort",()=>{r&&this.removeEntry(e,n),i?.()},{once:!0})}},bu=class extends we{static{o(this,"ResourceLockComponent")}app;pluginId;constructor(e,n){super(),this.app=e,this.pluginId=n}bypassBlockedMutations(e){return ei().bypass(this.app,e)}isLockedByAncestorForPath(e){return ei().isLockedByAncestor(this.app,e)}isLockedForPath(e){return ei().isLocked(this.app,e)}isMutationBlockedByAncestorForPath(e){return ei().isMutationBlockedByAncestor(this.app,e)}lockForPath(e){return ei().lock({abortController:e.abortController,app:this.app,blocksMutations:e.shouldBlockMutations,mode:e.mode,onUnlockRequested:e.onUnlockRequested,operationName:e.operationName,pathOrFile:e.pathOrFile,pluginId:this.pluginId,shouldReleaseOnAbort:e.shouldReleaseOnAbort})}onunload(){ei().unlockAllForPlugin(this.app,this.pluginId),super.onunload()}requestUnlockForPath(e){ei().forceUnlock(this.app,e)}unlockForPath(e){ei().unlock(this.app,e,this.pluginId)}},Vg=class extends Error{static{o(this,"ResourceLockedError")}path;constructor(e){super(`The resource "${e}" is locked and cannot be mutated.`),this.name="ResourceLockedError",this.path=e}};function Bs(t,e){return ei().isLockedByAncestor(t,e)}o(Bs,"isResourceLockedForPathByAncestor");function ei(){return We(Zj,new Ug).value}o(ei,"getManager");function k2(t,e,n){return t===e?n:t.startsWith(`${e}/`)?n+t.slice(e.length):null}o(k2,"rebasePath");wt();Re();Ve();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();async function pa(t){let e=_n({app:t.app,pathOrFile:t.pathOrFile});if(!e)return"not-deleted";let n=De(e)||(t.shouldDeleteEmptyFolders??!0);if(De(e)){let i=await Jj(t,e);if(i.length>0){if(await t.rescueStillUsedFile?.({file:e,survivingNotePaths:i}))return"rescued";t.pluginNoticeComponent?.showNotice(v(r=>r.obsidianDevUtils.notices.attachmentIsStillUsed,{attachmentPath:e.path})),n=!1}}else if(bt(e)){let i=await If(t.app,e);for(let r of[...i.files,...i.folders])n&&=Kj(await pa({app:t.app,deleteAbstractFile:t.deleteAbstractFile,deletedNotePath:t.deletedNotePath,deletedNotePaths:t.deletedNotePaths,pathOrFile:r,pluginNoticeComponent:t.pluginNoticeComponent,rescueStillUsedFile:t.rescueStillUsedFile,shouldDeleteEmptyFolders:t.shouldDeleteEmptyFolders,shouldProtectIfStillUsed:t.shouldProtectIfStillUsed}));n&&=await Rc(t.app,e)}if(n)try{t.deleteAbstractFile?await t.deleteAbstractFile(e):await Kr(t.app,e)}catch(i){zt(new Error(`Failed to delete ${e.path}`,{cause:i})),n=!1}return n?"deleted":"not-deleted"}o(pa,"deleteIfNotUsed");async function Jj(t,e){if(!(t.shouldProtectIfStillUsed?.(e)??!0))return[];let n=await an({app:t.app,pathOrFile:e}),i=new Set(t.deletedNotePaths);t.deletedNotePath&&i.add(t.deletedNotePath);for(let r of i)n.clear(r);return n.keys()}o(Jj,"getSurvivingNotePaths");function Kj(t){return t==="deleted"||t==="rescued"}o(Kj,"isGoneFromParent");At();en();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var y2=o((t,e)=>(e=Symbol[t])?e:Symbol.for("Symbol."+t),"__knownSymbol"),x2=o(t=>{throw TypeError(t)},"__typeError"),Zg=o((t,e,n)=>{if(e!=null){typeof e!="object"&&typeof e!="function"&&x2("Object expected");var i,r;n&&(i=e[y2("asyncDispose")]),i===void 0&&(i=e[y2("dispose")],n&&(r=i)),typeof i!="function"&&x2("Object not disposable"),r&&(i=o(function(){try{r.call(this)}catch(a){return Promise.reject(a)}},"dispose")),t.push([n,i,e])}else n&&t.push([n]);return e},"__using"),C2=o((t,e,n)=>{var i=typeof SuppressedError=="function"?SuppressedError:function(s,l,c,u){return u=Error(c),u.name="SuppressedError",u.error=s,u.suppressed=l,u},r=o(s=>e=n?new i(s,e,"An error was suppressed during disposal"):(n=!0,s),"fail"),a=o(s=>{for(;s=t.pop();)try{var l=s[1]&&s[1].call(s[2]);if(s[0])return Promise.resolve(l).then(a,c=>(r(c),a()))}catch(c){r(c)}if(n)throw e},"next");return a()},"__callDispose"),Yj=Symbol.for("renameDeleteHandler"),Gg=class{static{o(this,"SettingsManager")}renameDeleteHandlersMap;constructor(){this.renameDeleteHandlersMap=We("renameDeleteHandlersMap",new Map).value}getSettings(){let e=[...this.renameDeleteHandlersMap.values()].reverse(),n={};n.isNote=i=>it(i),n.isPathIgnored=()=>!1;for(let i of e){let r=i();n.shouldDeleteConflictingAttachments||=r.shouldDeleteConflictingAttachments??!1,r.emptyFolderBehavior&&(n.emptyFolderBehavior??=r.emptyFolderBehavior),n.shouldHandleDeletions||=r.shouldHandleDeletions??!1,n.shouldHandleRenames||=r.shouldHandleRenames??!1,n.shouldRenameAttachmentFiles||=r.shouldRenameAttachmentFiles??!1,n.shouldRenameAttachmentFolder||=r.shouldRenameAttachmentFolder??!1,n.shouldUpdateFileNameAliases||=r.shouldUpdateFileNameAliases??!1,r.getRescuePath&&(n.getRescuePath??=r.getRescuePath);let a=n.isPathIgnored;n.isPathIgnored=l=>a(l)||(r.isPathIgnored?.(l)??!1);let s=n.isNote;n.isNote=l=>s(l)&&(r.isNote?.(l)??!0)}return n.emptyFolderBehavior??=at.Keep,n}isNoteEx(e){return this.getSettings().isNote?.(e)??!1}},Hg=class{static{o(this,"DeleteHandler")}abortSignal;app;deletedMetadataCacheMap;file;pluginNoticeComponent;settingsManager;constructor(e){this.app=e.app,this.file=e.file,this.abortSignal=e.abortSignal,this.pluginNoticeComponent=e.pluginNoticeComponent,this.settingsManager=e.settingsManager,this.deletedMetadataCacheMap=e.deletedMetadataCacheMap}async handle(){if(this.abortSignal.throwIfAborted(),be("RenameDeleteHandler:handleDelete")(`Handle Delete ${this.file.path}`),!it(this.file))return;if(await this.app.vault.adapter.exists(this.file.path)){be("RenameDeleteHandler:handleDelete")(`Skipping delete handler of ${this.file.path} as the file still exists on disk (index-only removal, not a real deletion).`);return}let e=this.settingsManager.getSettings();if(e.isPathIgnored?.(this.file.path)){be("RenameDeleteHandler:handleDelete")(`Skipping delete handler of ${this.file.path} as the path is ignored.`);return}let n=new Set([Fe(this.file.path)]);if(e.shouldHandleDeletions){let a=this.deletedMetadataCacheMap.get(this.file.path);if(this.deletedMetadataCacheMap.delete(this.file.path),a){let s=$n({cache:a});for(let l of s){let c=Rn({app:this.app,link:l,sourcePathOrFile:this.file.path});c&&(this.settingsManager.isNoteEx(c.path)||(n.add(c.parent?.path??""),await pa({app:this.app,deletedNotePath:this.file.path,pathOrFile:c,rescueStillUsedFile:this.rescueStillUsedFile.bind(this),shouldDeleteEmptyFolders:e.emptyFolderBehavior!==at.Keep}),this.abortSignal.throwIfAborted()))}}}if(n.delete(""),await na({app:this.app,emptyFolderBehavior:e.emptyFolderBehavior??at.Keep,folderPaths:[...n]}),this.abortSignal.throwIfAborted(),!e.shouldHandleDeletions)return;let i=await Qa({app:this.app,context:Ht.DeleteNote,notePathOrFile:this.file.path}),r=Ar({app:this.app,pathOrFolder:i});r&&await Pf({app:this.app,context:Ht.DeleteNote,path:this.file.path})&&(this.abortSignal.throwIfAborted(),await pa({app:this.app,deletedNotePath:this.file.path,pathOrFile:r,rescueStillUsedFile:this.rescueStillUsedFile.bind(this),shouldDeleteEmptyFolders:e.emptyFolderBehavior!==at.Keep}),this.abortSignal.throwIfAborted())}rescueStillUsedFile(e){return w2({app:this.app,pluginNoticeComponent:this.pluginNoticeComponent,rescueParams:e,settingsManager:this.settingsManager})}},qg=class extends Me{static{o(this,"DeleteProtectionPatchComponent")}app;pluginNoticeComponent;replayedFolderPaths=new Set;settingsManager;shouldInvokeHandler;constructor(e){super(),this.app=e.app,this.pluginNoticeComponent=e.pluginNoticeComponent,this.settingsManager=e.settingsManager,this.shouldInvokeHandler=e.shouldInvokeHandler}onload(){this.registerMethodPatch({$object:Si.FileManager.prototype,methodName:"trashFile",patchHandler:o(({fallback:e,originalArguments:[n],originalMethodBound:i})=>this.handleDeletion(n,e,async r=>{await i(r)}),"patchHandler")}),this.registerMethodPatch({$object:Si.Vault.prototype,methodName:"delete",patchHandler:o(({fallback:e,originalArguments:[n,i],originalMethodBound:r})=>this.handleDeletion(n,e,async a=>{await r(a,i)}),"patchHandler")}),this.registerMethodPatch({$object:Si.Vault.prototype,methodName:"trash",patchHandler:o(({fallback:e,originalArguments:[n,i],originalMethodBound:r})=>this.handleDeletion(n,e,async a=>{await r(a,i)}),"patchHandler")})}collectDeletedNotePaths(e,n){let i=new Set;return Si.Vault.recurseChildren(e,r=>{De(r)&&(n.isNote?.(r.path)??!1)&&i.add(r.path)}),i}async findStillUsedAttachmentPaths(e,n,i){let r=[];Si.Vault.recurseChildren(e,s=>{De(s)&&!(i.isNote?.(s.path)??!1)&&r.push(s)});let a=[];for(let s of r){let l=await an({app:this.app,pathOrFile:s});for(let c of n)l.clear(c);l.count()!==0&&a.push(s.path)}return a}handleDeletion(e,n,i){return this.shouldConsiderFolder(e)?this.replayFolderDeletion(e,n,i):n()}async replayFolderDeletion(e,n,i){let r=this.settingsManager.getSettings(),a=this.collectDeletedNotePaths(e,r),s=await this.findStillUsedAttachmentPaths(e,a,r);if(s.length===0){be("RenameDeleteHandler:deleteProtection")(`Nothing to protect in ${e.path}; deleting it as usual.`),await n();return}be("RenameDeleteHandler:deleteProtection")(`Protecting ${s.length.toString()} still-referenced attachment(s) from the deletion of ${e.path}: ${Ki(s)}`),this.replayedFolderPaths.add(e.path);try{await pa({app:this.app,deleteAbstractFile:i,deletedNotePaths:[...a],pathOrFile:e,pluginNoticeComponent:this.pluginNoticeComponent,rescueStillUsedFile:this.rescueStillUsedFile.bind(this),shouldDeleteEmptyFolders:!0,shouldProtectIfStillUsed:o(l=>!(r.isNote?.(l.path)??!1),"shouldProtectIfStillUsed")})}finally{this.replayedFolderPaths.delete(e.path)}}rescueStillUsedFile(e){return w2({app:this.app,pluginNoticeComponent:this.pluginNoticeComponent,rescueParams:e,settingsManager:this.settingsManager})}shouldConsiderFolder(e){if(!bt(e)||!this.shouldInvokeHandler())return!1;let n=this.settingsManager.getSettings();if(!n.shouldHandleDeletions||(n.isPathIgnored?.(e.path)??!1))return!1;for(let i of this.replayedFolderPaths)if($c({app:this.app,childPathOrFile:e.path,parentPathOrFile:i}))return!1;return!0}},Wg=class extends Me{static{o(this,"FileManagerRunAsyncLinkUpdatePatchComponent")}app;fileManager;settingsManager;constructor(e){super(),this.app=e.app,this.fileManager=e.fileManager,this.settingsManager=e.settingsManager}onload(){this.registerMethodPatch({$object:this.fileManager,methodName:"runAsyncLinkUpdate",patchHandler:o(({fallback:e,originalArguments:[n],originalMethod:i,originalMethodBound:r})=>CS(i,Yj)?e():r(o(s=>this.wrapLinkUpdatesHandler(s,n),"newHandler")),"patchHandler")})}async wrapLinkUpdatesHandler(e,n){let i=!1,r=!1,a=this.app.vault.on("rename",(l,c)=>{i=!0,(Bs(this.app,l.path)||Bs(this.app,c))&&(r=!0)});try{await n(e)}finally{this.app.vault.offref(a)}let s=this.settingsManager.getSettings();!i||!s.shouldHandleRenames||r||ps(e,l=>s.isPathIgnored?.(l.sourceFile.path)?(be("RenameDeleteHandler:runAsyncLinkUpdate")(`Roll back to default link update of source file ${l.sourceFile.path} as the path is ignored.`),!0):s.isPathIgnored?.(l.resolvedFile.path)?(be("RenameDeleteHandler:runAsyncLinkUpdate")(`Roll back to default link update of resolved file ${l.resolvedFile.path} as the path is ignored.`),!0):!this.app.internalPlugins.getEnabledPluginById(tn.Canvas)||this.app.plugins.getPlugin("backlink-cache")?!1:l.sourceFile.extension===Tc||l.resolvedFile.extension===Tc)}},Jg=class{static{o(this,"HandledRenames")}map=new Map;add(e,n){this.map.set(this.keyToString(e,n),{newPath:n,oldPath:e})}delete(e,n){this.map.delete(this.keyToString(e,n))}has(e,n){return this.map.has(this.keyToString(e,n))}keys(){return this.map.values()}keyToString(e,n){return`${e} -> ${n}`}},Kg=class{static{o(this,"MetadataDeletedHandler")}deletedMetadataCacheMap;file;previousCache;settingsManager;constructor(e){this.deletedMetadataCacheMap=e.deletedMetadataCacheMap,this.file=e.file,this.previousCache=e.previousCache,this.settingsManager=e.settingsManager}handle(){let e=this.settingsManager.getSettings();if(e.shouldHandleDeletions){if(e.isPathIgnored?.(this.file.path)){be("RenameDeleteHandler:handleMetadataDeleted")(`Skipping metadata delete handler of ${this.file.path} as the path is ignored.`);return}Sr(this.file)&&this.previousCache&&this.deletedMetadataCacheMap.set(this.file.path,this.previousCache)}}},Yg=class t{static{o(this,"RenameHandler")}abortSignal;app;handledRenames;interruptedCombinedBacklinksMap;interruptedRenamesMap;linkUpdateProgressReporter;newPath;oldCache;oldPath;oldPathBacklinksMap;pluginNoticeComponent;resourceLockComponent;settingsManager;constructor(e){this.abortSignal=e.abortSignal,this.app=e.app,this.resourceLockComponent=e.resourceLockComponent,this.handledRenames=e.handledRenames,this.interruptedCombinedBacklinksMap=e.interruptedCombinedBacklinksMap??new Map,this.interruptedRenamesMap=e.interruptedRenamesMap,this.linkUpdateProgressReporter=e.linkUpdateProgressReporter,this.newPath=e.newPath,this.oldCache=e.oldCache,this.oldPath=e.oldPath,this.oldPathBacklinksMap=e.oldPathBacklinksMap,this.pluginNoticeComponent=e.pluginNoticeComponent,this.settingsManager=e.settingsManager}async handle(){if(this.oldPath===this.newPath||(this.abortSignal.throwIfAborted(),await zg(this.app),this.abortSignal.throwIfAborted(),await this.continueInterruptedRenames(),this.abortSignal.throwIfAborted(),this.settingsManager.getSettings().shouldHandleRenames&&(await this.refreshLinks(),this.abortSignal.throwIfAborted()),await this.handleCaseCollision()))return;this.abortSignal.throwIfAborted();let e=this.pluginNoticeComponent,n=We("renamedFilePaths",new Set).value,i=We("renamedLinkPaths",new Set).value;try{let r=new Xg({abortSignal:this.abortSignal,app:this.app,newPath:this.newPath,oldCache:this.oldCache,oldPath:this.oldPath,settingsManager:this.settingsManager});await r.fill(),this.abortSignal.throwIfAborted();let a=this.settingsManager.getSettings(),s=new Map;if(a.shouldHandleRenames){r.initOriginalLinksMap(s),r.initBacklinksMap({combinedBacklinksMap:s,path:this.oldPath,singleBacklinksMap:this.oldPathBacklinksMap});for(let p of r.keys()){if(p===this.oldPath)continue;let m=(await an({app:this.app,pathOrFile:p})).data;this.abortSignal.throwIfAborted(),r.initBacklinksMap({combinedBacklinksMap:s,path:p,singleBacklinksMap:m})}}let l=new Set;for(let[p,d]of r.entries()){if(p!==this.oldPath){let m=await this.renameHandled(p,d);this.abortSignal.throwIfAborted(),r.set(p,m)}this.settingsManager.isNoteEx(p)||l.add(Fe(p))}if(await na({app:this.app,emptyFolderBehavior:a.emptyFolderBehavior??at.Keep,folderPaths:[...l]}),this.abortSignal.throwIfAborted(),!a.shouldHandleRenames)return;let c=[...s,...this.interruptedCombinedBacklinksMap],u=0;for(let[p,d]of c){let m=0;await ua({app:this.app,linkConverter:o(h=>{m++;let f=d.get(Ki(h));if(!f)return;let b=r.get(f)??f;return n.add(p),i.add(`${p}//${String(m)}`),wi({app:this.app,link:h,newSourcePathOrFile:p,newTargetPathOrFile:b,oldTargetPathOrFile:f,shouldUpdateFileNameAlias:a.shouldUpdateFileNameAliases})},"linkConverter"),pathOrFile:p,pluginNoticeComponent:e,resourceLockComponent:this.resourceLockComponent,shouldFailOnMissingFile:!1}),this.abortSignal.throwIfAborted(),u++,this.linkUpdateProgressReporter?.({currentPath:p,processed:u,total:c.length})}if(it(this.newPath)&&(await c2({app:this.app,newSourcePathOrFile:this.newPath,oldSourcePathOrFile:this.oldPath,pluginNoticeComponent:e,resourceLockComponent:this.resourceLockComponent,shouldFailOnMissingFile:!1,shouldUpdateFileNameAlias:a.shouldUpdateFileNameAliases}),this.abortSignal.throwIfAborted()),!$t({app:this.app,pathOrFile:this.newPath})){let p=this.interruptedRenamesMap.get(this.newPath);p||(p=[],this.interruptedRenamesMap.set(this.newPath,p)),p.push({combinedBacklinksMap:s,oldPath:this.oldPath})}}finally{let r=[...this.handledRenames.keys()];Xr({abortSignal:this.abortSignal,operationFunction:o(()=>{for(let a of r)this.handledRenames.delete(a.oldPath,a.newPath);i.size!==0&&(e.showNotice(bn(a=>a.obsidianDevUtils.renameDeleteHandler.updatedLinks,{filesCount:n.size,linksCount:i.size})),n.clear(),i.clear())},"operationFunction"),operationName:bn(a=>a.obsidianDevUtils.renameDeleteHandler.handleOrphanedRenames)})}}async continueInterruptedRenames(){let e=this.interruptedRenamesMap.get(this.oldPath);if(e){this.interruptedRenamesMap.delete(this.oldPath);for(let n of e)await new t({abortSignal:this.abortSignal,app:this.app,handledRenames:this.handledRenames,interruptedCombinedBacklinksMap:n.combinedBacklinksMap,interruptedRenamesMap:this.interruptedRenamesMap,linkUpdateProgressReporter:this.linkUpdateProgressReporter,newPath:this.newPath,oldCache:this.oldCache,oldPath:n.oldPath,oldPathBacklinksMap:this.oldPathBacklinksMap,pluginNoticeComponent:this.pluginNoticeComponent,resourceLockComponent:this.resourceLockComponent,settingsManager:this.settingsManager}).handle()}}async handleCaseCollision(){if(!Qi(this.app).insensitive||this.oldPath.toLowerCase()!==this.newPath.toLowerCase())return!1;let e=ye(Fe(this.newPath),`__temp__${Ie(this.newPath)}`);return await this.renameHandled(this.newPath,e),await new t({abortSignal:this.abortSignal,app:this.app,handledRenames:this.handledRenames,interruptedRenamesMap:this.interruptedRenamesMap,linkUpdateProgressReporter:this.linkUpdateProgressReporter,newPath:e,oldCache:this.oldCache,oldPath:this.oldPath,oldPathBacklinksMap:this.oldPathBacklinksMap,pluginNoticeComponent:this.pluginNoticeComponent,resourceLockComponent:this.resourceLockComponent,settingsManager:this.settingsManager}).handle(),await this.app.fileManager.renameFile(qe({app:this.app,pathOrFile:e}),this.newPath),!0}async refreshLinks(){let e=qe({app:this.app,pathOrFile:this.oldPath,shouldIncludeNonExisting:!0}),n;{var i=[];try{let s=Zg(i,po(this.app,[e]));n=(await an({app:this.app,pathOrFile:e})).data}catch(s){var r=s,a=!0}finally{C2(i,r,a)}}for(let[s,l]of n){let c=this.oldPathBacklinksMap.get(s);c||(c=[],this.oldPathBacklinksMap.set(s,c));for(let u of l)c.includes(u)||c.push(u)}}async renameHandled(e,n){return n=Tf({app:this.app,newPath:n,oldPathOrAbstractFile:e}),e===n||(this.handledRenames.add(e,n),n=await eo({app:this.app,newPath:n,oldPathOrAbstractFile:e})),n}},Xg=class{static{o(this,"RenameMap")}abortSignal;app;map=new Map;newPath;oldCache;oldPath;oldPathLinks;settingsManager;constructor(e){this.abortSignal=e.abortSignal,this.app=e.app,this.settingsManager=e.settingsManager,this.oldCache=e.oldCache,this.oldPath=e.oldPath,this.newPath=e.newPath,this.oldPathLinks=this.oldCache?$n({cache:this.oldCache}):[]}entries(){return this.map.entries()}async fill(){if(this.abortSignal.throwIfAborted(),this.map.set(this.oldPath,this.newPath),!it(this.oldPath))return;if(zn(this.oldPath)){let c=await mo(this.app,this.newPath);this.oldPathLinks.push(...c)}let e=this.settingsManager.getSettings(),n=qe({app:this.app,pathOrFile:this.oldPath,shouldIncludeNonExisting:!0}),i=await this.getOldAttachmentFolderPath(n),r=e.shouldRenameAttachmentFolder?await Qa({app:this.app,context:Ht.RenameNote,notePathOrFile:this.newPath}):i,a=i==="/",s=Ar({app:this.app,pathOrFolder:i});if(!s||i===r&&!e.shouldRenameAttachmentFiles)return;let l=[];if(await Pf({app:this.app,context:Ht.RenameNote,path:this.oldPath}))Si.Vault.recurseChildren(s,c=>{this.abortSignal.throwIfAborted(),De(c)&&l.push(c)});else for(let c of this.oldPathLinks){this.abortSignal.throwIfAborted();let u=Rn({app:this.app,link:c,sourcePathOrFile:this.oldPath});if(u&&(a||u.path.startsWith(i))){let p=await an({app:this.app,pathOrFile:u});this.abortSignal.throwIfAborted();let d=new Set(p.keys());d.delete(this.oldPath),d.delete(this.newPath),d.size===0&&l.push(u)}}for(let c of l){if(this.abortSignal.throwIfAborted(),this.settingsManager.isNoteEx(c.path))continue;let u;if(e.shouldRenameAttachmentFiles)u=await Ef({app:this.app,context:Ht.RenameNote,notePathOrFile:this.newPath,oldAttachmentPathOrFile:c,oldNotePathOrFile:this.oldPath,shouldSkipDuplicateCheck:!0}),this.abortSignal.throwIfAborted();else{let p=a?c.path:qa(i,c.path),d=ye(r,Fe(p));u=ye(d,c.name)}if(c.path!==u){if(e.shouldDeleteConflictingAttachments){let p=$t({app:this.app,pathOrFile:u});p&&(be("RenameDeleteHandler:fillRenameMap")(`Removing conflicting attachment ${p.path}.`),await Kr(this.app,p),this.abortSignal.throwIfAborted())}else{let p=Fe(u),d=gt(u),m=Ie(u,d);u=this.app.vault.getAvailablePath(ye(p,m),d.slice(1))}this.map.set(c.path,u)}}}get(e){return this.map.get(e)}initBacklinksMap(e){let{combinedBacklinksMap:n,path:i,singleBacklinksMap:r}=e;for(let[a,s]of r){let l=this.map.get(a)??a,c=n.get(l)??new Map;n.set(l,c);for(let u of s)c.set(Ki(u),i)}}initOriginalLinksMap(e){for(let n of this.oldPathLinks){let i=Rn({app:this.app,link:n,sourcePathOrFile:this.oldPath});if(!i)continue;let r=new Map([[this.newPath,[n]]]);this.initBacklinksMap({combinedBacklinksMap:e,path:i.path,singleBacklinksMap:r})}}keys(){return this.map.keys()}set(e,n){this.map.set(e,n)}async getOldAttachmentFolderPath(e){var n=[];try{let a=Zg(n,po(this.app,[e])),s=Zg(n,this.oldCache&&e.deleted?QP({app:this.app,cache:this.oldCache,pathOrFile:e}):void 0);return await Qa({app:this.app,context:Ht.RenameNote,notePathOrFile:this.oldPath})}catch(a){var i=a,r=!0}finally{C2(n,i,r)}}},ku=class extends we{static{o(this,"RenameDeleteHandlerComponent")}abortSignalComponent;app;linkUpdateProgressReporter;pluginId;pluginNoticeComponent;resourceLockComponent;settingsBuilder;settingsManager;deletedMetadataCacheMap=new Map;handledRenames=new Jg;interruptedRenamesMap=new Map;constructor(e){super(),this.abortSignalComponent=e.abortSignalComponent,this.app=e.app,this.linkUpdateProgressReporter=e.linkUpdateProgressReporter??null,this.resourceLockComponent=e.resourceLockComponent,this.pluginId=e.pluginId,this.pluginNoticeComponent=e.pluginNoticeComponent,this.settingsBuilder=e.settingsBuilder,this.settingsManager=new Gg}onload(){let e=this.settingsManager.renameDeleteHandlersMap;e.set(this.pluginId,this.settingsBuilder),this.logRegisteredHandlers(),this.register(()=>{e.delete(this.pluginId),this.logRegisteredHandlers()}),this.registerEvent(this.app.vault.on("delete",this.handleDelete.bind(this))),this.registerEvent(this.app.vault.on("rename",this.handleRename.bind(this))),this.registerEvent(this.app.metadataCache.on("deleted",this.handleMetadataDeleted.bind(this))),this.addChild(new Wg({app:this.app,fileManager:this.app.fileManager,settingsManager:this.settingsManager})),this.addChild(new qg({app:this.app,pluginNoticeComponent:this.pluginNoticeComponent,settingsManager:this.settingsManager,shouldInvokeHandler:this.shouldInvokeHandler.bind(this)}))}handleDelete(e){this.shouldInvokeHandler()&&Xr({operationFunction:o(n=>new Hg({abortSignal:n,app:this.app,deletedMetadataCacheMap:this.deletedMetadataCacheMap,file:e,pluginNoticeComponent:this.pluginNoticeComponent,settingsManager:this.settingsManager}).handle(),"operationFunction"),operationName:bn(n=>n.obsidianDevUtils.renameDeleteHandler.handleDelete,{filePath:e.path})})}handleMetadataDeleted(e,n){this.shouldInvokeHandler()&&new Kg({deletedMetadataCacheMap:this.deletedMetadataCacheMap,file:e,previousCache:n,settingsManager:this.settingsManager}).handle()}handleRename(e,n){if(!this.shouldInvokeHandler()||!De(e))return;let i=e.path;if(be("RenameDeleteHandler:handleRename")(`Handle Rename ${n} -> ${i}`),this.handledRenames.has(n,i)){this.handledRenames.delete(n,i);return}if(Bs(this.app,n)||Bs(this.app,i)){be("RenameDeleteHandler:handleRename")(`Skipping rename handler of ${n} -> ${i} as it occurs inside a foreign locked transaction.`);return}let r=this.settingsManager.getSettings();if(!r.shouldHandleRenames&&!r.shouldRenameAttachmentFolder&&!r.shouldRenameAttachmentFiles)return;if(this.isNoOpRename(r,n,i)){be("RenameDeleteHandler:handleRename")(`Skipping rename handler of ${n} -> ${i} as it is not a note and there is nothing to do with link updates disabled.`);return}if(r.isPathIgnored?.(n)){be("RenameDeleteHandler:handleRename")(`Skipping rename handler of old path ${n} as the path is ignored.`);return}if(r.isPathIgnored?.(i)){be("RenameDeleteHandler:handleRename")(`Skipping rename handler of new path ${i} as the path is ignored.`);return}let a=this.app.metadataCache.getCache(n)??this.app.metadataCache.getCache(i),s=Eg(this.app,n).data;Xr({abortSignal:this.abortSignalComponent.abortSignal,operationFunction:o(l=>new Yg({abortSignal:l,app:this.app,handledRenames:this.handledRenames,interruptedRenamesMap:this.interruptedRenamesMap,linkUpdateProgressReporter:this.linkUpdateProgressReporter,newPath:i,oldCache:a,oldPath:n,oldPathBacklinksMap:s,pluginNoticeComponent:this.pluginNoticeComponent,resourceLockComponent:this.resourceLockComponent,settingsManager:this.settingsManager}).handle(),"operationFunction"),operationName:bn(l=>l.obsidianDevUtils.renameDeleteHandler.handleRename,{newPath:i,oldPath:n})})}isNoOpRename(e,n,i){return!e.shouldHandleRenames&&!(e.isNote?.(n)??!1)&&!(e.isNote?.(i)??!1)&&(e.emptyFolderBehavior??at.Keep)===at.Keep}logRegisteredHandlers(){let e=this.settingsManager.renameDeleteHandlersMap;be("RenameDeleteHandler:logRegisteredHandlers")(`Plugins with registered rename/delete handlers: ${JSON.stringify([...e.keys()])}`)}shouldInvokeHandler(){return[...this.settingsManager.renameDeleteHandlersMap.keys()][0]===this.pluginId}};async function w2(t){let e=t.settingsManager.getSettings();if(!e.getRescuePath)return!1;let n=t.rescueParams.file.path,i=await e.getRescuePath({attachmentPath:n,survivingNotePaths:t.rescueParams.survivingNotePaths});if(i===null)return be("RenameDeleteHandler:didRescueStillUsedAttachment")(`No rescue path for ${n}; keeping it where it is.`),!1;try{let r=await eo({app:t.app,newPath:i,oldPathOrAbstractFile:t.rescueParams.file});return r===n?(be("RenameDeleteHandler:didRescueStillUsedAttachment")(`${n} already sits at its rescue path; nothing to move.`),!1):(await zg(t.app),be("RenameDeleteHandler:didRescueStillUsedAttachment")(`Rescued ${n} to ${r}.`),t.pluginNoticeComponent.showNotice(bn(a=>a.obsidianDevUtils.notices.attachmentRescued,{attachmentPath:n,newAttachmentPath:r})),!0)}catch(r){return zt(new Error(`Failed to rescue ${n} to ${i}`,{cause:r})),!1}}o(w2,"didRescueStillUsedAttachment");(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var ho=class{static{o(this,"PluginDataHandler")}constructor(e){this.plugin=e}plugin;async loadData(){return this.plugin.loadData()}async saveData(e){return this.plugin.saveData(e)}};var F2=require("obsidian");ds();wt();ct();Se();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var yu=class{static{o(this,"AppActiveFileProvider")}constructor(e){this.app=e}app;getActiveFile(){return this.app.workspace.getActiveFile()}};dn();At();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var Qg=class extends di{static{o(this,"CommandMenuEventScope")}constructor(e){super(),this.inner=e}inner;disposables=[];registerEditorMenuEventHandler(e){return this.collect(this.inner.registerEditorMenuEventHandler(e))}registerFileMenuEventHandler(e){return this.collect(this.inner.registerFileMenuEventHandler(e))}registerFilesMenuEventHandler(e){return this.collect(this.inner.registerFilesMenuEventHandler(e))}registerMarkdownViewportMenuEventHandler(e){return this.collect(this.inner.registerMarkdownViewportMenuEventHandler(e))}performDispose(){for(let e of this.disposables)e.dispose();this.disposables.length=0}collect(e){return this.isDisposed?e.dispose():this.disposables.push(e),e}},xu=class extends we{static{o(this,"CommandHandlerComponent")}activeFileProvider;additionalMenuEventRegistrars;commandRegistrar;menuEventRegistrar;pluginName;constructor(e){super(),this.activeFileProvider=e.activeFileProvider,this.menuEventRegistrar=e.menuEventRegistrar,this.additionalMenuEventRegistrars=e.additionalMenuEventRegistrars??[],this.commandRegistrar=e.commandRegistrar,this.pluginName=e.pluginName}async registerCommandHandlers(e){let n=[];for(let i of e()){let r=i.buildCommand(),a=r.id;this.commandRegistrar.addCommand(r);let s=await this.registerMenuEventHandlers({commandHandler:i,menuEventRegistrar:this.menuEventRegistrar}),l=new Qe({callback:o(()=>{this.commandRegistrar.removeCommand(a),s.dispose()},"callback")});n.push(this.registerDisposable(l))}for(let i of this.additionalMenuEventRegistrars)for(let r of e())n.push(this.registerDisposable(await this.registerMenuEventHandlers({commandHandler:r,menuEventRegistrar:i,shouldAddCommandToSubmenu:!1})));return new za({disposables:n})}async registerMenuEventHandlers(e){let n=new Qg(e.menuEventRegistrar),i={activeFileProvider:this.activeFileProvider,menuEventRegistrar:n,pluginName:this.pluginName,shouldAddCommandToSubmenu:e.shouldAddCommandToSubmenu};return await e.commandHandler.onRegistered(i),n}};(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var Cu=class extends kr{static{o(this,"UnlockActiveNoteCommandHandler")}app;resourceLockComponent;constructor(e){super({icon:"unlock",id:"unlock-active-note",name:"Unlock active note"}),this.app=e.app,this.resourceLockComponent=e.resourceLockComponent}execute(){let e=this.app.workspace.getActiveFile();e&&this.resourceLockComponent.requestUnlockForPath(e)}canExecute(){let e=this.app.workspace.getActiveFile();return e?this.resourceLockComponent.isLockedByAncestorForPath(e):!1}};(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var wu=class{static{o(this,"PluginCommandRegistrar")}constructor(e){this.plugin=e}plugin;addCommand(e){this.plugin.addCommand(e)}removeCommand(e){this.plugin.removeCommand(e)}};wt();At();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var Au=class extends we{static{o(this,"AbortSignalComponent")}constructor(e){super(),this.pluginId=e,this.abortController=new AbortController}pluginId;get abortSignal(){return this.abortController.signal}abortController;onunload(){this.abortController.abort(new Gr(`Plugin ${this.pluginId} had been unloaded`))}};dn();wt();Ve();At();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var Su=class extends we{static{o(this,"AsyncErrorHandlerComponent")}constructor(e){super(),this.pluginNoticeComponent=e}pluginNoticeComponent;onload(){let e=qw(this.handleAsyncError.bind(this));this.register(()=>{Vl(e)})}handleAsyncError(e){this.pluginNoticeComponent.showNotice(v(n=>n.obsidianDevUtils.notices.unhandledError))}};At();Gn();At();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var Eu=class extends we{static{o(this,"ConsoleDebugComponent")}constructor(e){super(),this.pluginId=e}pluginId;consoleDebug(e,...n){let r=La(this.pluginId,1);this._loaded||r("Plugin is unloaded but sent the following message:"),r(e,...n)}};dn();Re();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var da=class extends di{static{o(this,"EventRefDisposable")}constructor(e){super(),this.eventRef=e}eventRef;performDispose(){this.eventRef.e.offref(this.eventRef)}};At();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var Pu=class extends we{static{o(this,"MenuEventRegistrarComponent")}constructor(e){super(),this.app=e}app;registerEditorMenuEventHandler(e){return this.ensureLoaded(),this.registerDisposable(new da(this.app.workspace.on("editor-menu",e)))}registerFileMenuEventHandler(e){return this.ensureLoaded(),this.registerDisposable(new da(this.app.workspace.on("file-menu",e)))}registerFilesMenuEventHandler(e){return this.ensureLoaded(),this.registerDisposable(new da(this.app.workspace.on("files-menu",e)))}registerMarkdownViewportMenuEventHandler(e){return this.ensureLoaded(),this.registerDisposable(new da(this.app.workspace.on("markdown-viewport-menu",e)))}};var S2=require("obsidian");dn();ct();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var ev="notebook-navigator-context-menu",Xj="notebook-navigator";function A2(t){let e=t.plugins.getPlugin(Xj);if(!e||!("api"in e))return null;let n=e.api;return Qj(n)?n:null}o(A2,"resolveNotebookNavigatorApi");function Qj(t){if(typeof t!="object"||t===null||!("menus"in t))return!1;let e=t.menus;return typeof e!="object"||e===null?!1:"registerFileMenu"in e&&typeof e.registerFileMenu=="function"&&"registerFolderMenu"in e&&typeof e.registerFolderMenu=="function"}o(Qj,"isNotebookNavigatorApi");tt();ct();At();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var ma=class extends we{static{o(this,"LayoutReadyComponent")}constructor(e){super(),this.app=e}app;onload(){this.app.workspace.onLayoutReady(()=>{window.setTimeout(()=>{if(!this._loaded)return;let e=this.getInFlightLoadPromise();if(!e){this.hasLoadErrors()||ke(this.onLayoutReady.bind(this));return}ke(async()=>{await e,this._loaded&&!this.hasLoadErrors()&&await this.onLayoutReady()})},0)})}onLayoutReady(){}},Fu=class extends ma{static{o(this,"CallbackLayoutReadyComponent")}constructor(e,n){super(e),this.callback=n}callback;onLayoutReady(){return this.callback()}};(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var Tu=class extends ma{static{o(this,"NotebookNavigatorMenuEventRegistrarComponent")}pluginName;submenuIcon;fileMenuEventHandlers=[];filesMenuEventHandlers=[];constructor(e){super(e.app),this.pluginName=e.pluginName,this.submenuIcon=e.submenuIcon??""}registerEditorMenuEventHandler(e){return new Qe({callback:st})}registerFileMenuEventHandler(e){return this.fileMenuEventHandlers.push(e),this.registerDisposable(new Qe({callback:o(()=>{this.fileMenuEventHandlers=this.fileMenuEventHandlers.filter(n=>n!==e)},"callback")}))}registerFilesMenuEventHandler(e){return this.filesMenuEventHandlers.push(e),this.registerDisposable(new Qe({callback:o(()=>{this.filesMenuEventHandlers=this.filesMenuEventHandlers.filter(n=>n!==e)},"callback")}))}registerMarkdownViewportMenuEventHandler(e){return new Qe({callback:st})}onLayoutReady(){let e=A2(this.app);e!==null&&(this.register(e.menus.registerFileMenu(n=>{this.handleFileMenu(n)})),this.register(e.menus.registerFolderMenu(n=>{this.handleFolderMenu(n)})))}contribute(e,n){let i=new S2.Menu;n(i),i.items.length!==0&&e.addItem(r=>{r.setTitle(this.pluginName).setIcon(this.submenuIcon),n(r.setSubmenu())})}handleFileMenu(e){let n=[...e.selection.files];this.contribute(e,e.selection.mode==="multiple"?i=>{this.runFilesMenuHandlers(i,n)}:i=>{this.runFileMenuHandlers(i,e.file)})}handleFolderMenu(e){this.contribute(e,n=>{this.runFileMenuHandlers(n,e.folder)})}runFileMenuHandlers(e,n){for(let i of this.fileMenuEventHandlers)i(e,n,ev)}runFilesMenuHandlers(e,n){for(let i of this.filesMenuEventHandlers)i(e,n,ev)}};ec();Mt();dn();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();function eB(t){let e=new Set;return t.workspace.iterateAllLeaves(n=>{e.add(n.getContainer())}),[...e]}o(eB,"getAllContainers");function E2(t){return eB(t).map(e=>e.win)}o(E2,"getAllDomWindows");At();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var fo=class extends we{static{o(this,"AllWindowsEventComponent")}constructor(e){super(),this.app=e}app;registerAllDocumentsDomEvent(e){let{callback:n,options:i,type:r}=e;this.ensureLoaded(),this.registerAllWindowsHandler(a=>{this.registerDomEvent(a.document,r,n,i)})}registerAllWindowsDomEvent(e){let{callback:n,options:i,type:r}=e;this.ensureLoaded(),this.registerAllWindowsHandler(a=>{this.registerDomEvent(a,r,n,i)})}registerAllWindowsHandler(e){this.ensureLoaded();let n=activeWindow;e(n),this.addChild(new Fu(this.app,()=>{for(let i of E2(this.app))i!==n&&e(i);this.registerEvent(this.app.workspace.on("window-open",i=>{e(i.win)}))}))}};At();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var Iu=class extends we{static{o(this,"PluginContextComponent")}app;pluginId;constructor(e){super(),this.app=e.app,this.pluginId=e.pluginId}onload(){bS(this.pluginId),this.register(()=>{fr.resetToDefault()}),this.addChild(new fo(this.app)).registerAllWindowsHandler(e=>{vS(e,this)})}};Cf();ds();Gn();ct();Re();Re();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var Ei=class{static{o(this,"Transformer")}getTransformer(e){if(e===this.id)return this;throw new Error(`Transformer with id ${e} not found`)}transformObjectRecursively(e){return this.transformValueRecursively(e,"")}getTransformerId(e,n){return this.canTransform(e,n)?this.id:null}transformValueRecursively(e,n){let i=this.getTransformerId(e,n);if(i){let s=this.transformValue(e,n);return s===void 0?void 0:{__transformerId:i,transformedValue:s}}if(e===null)return null;if(typeof e!="object")return e;if(Array.isArray(e))return e.map((s,l)=>this.transformValueRecursively(s,String(l)));let r=e;if(r.__transformerId)return this.getTransformer(r.__transformerId).restoreValue(r.transformedValue,n);let a={};for(let s of Va(e)){let l=e[s],c=this.transformValueRecursively(l,s);a[s]=c}return a}};(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var Jn=class extends Ei{static{o(this,"TypedTransformer")}};(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var Du=class extends Jn{static{o(this,"DateTransformer")}get id(){return"date"}canTransform(e){return e instanceof Date}restoreValue(e){return new Date(e)}transformValue(e){return e.toISOString()}};var P2=require("obsidian");(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var Nu=class extends Jn{static{o(this,"DurationTransformer")}get id(){return"duration"}canTransform(e){let n=e??{};return!!n.asHours&&!!n.asMinutes&&!!n.asSeconds&&!!n.asMilliseconds}restoreValue(e){return P2.moment.duration(e)}transformValue(e){return e.toISOString()}};Se();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var _u=class extends Ei{static{o(this,"GroupTransformer")}constructor(e){super(),this.transformers=e}transformers;get id(){return"group"}canTransform(e,n){return this.getFirstTransformerThatCanTransform(e,n)!==null}getTransformer(e){return G(this.transformers.find(n=>n.id===e),`No transformer with id ${e} found`)}transformValue(e,n){let i=this.getFirstTransformerThatCanTransform(e,n);return Zt(i,"No transformer can transform the value"),i.transformValue(e,n)}getTransformerId(e,n){let i=this.getFirstTransformerThatCanTransform(e,n);return i===null?null:i.id}restoreValue(){throw new Error("GroupTransformer does not support restoring values")}getFirstTransformerThatCanTransform(e,n){return this.transformers.find(i=>i.canTransform(e,n))??null}};(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var zu=class extends Jn{static{o(this,"MapTransformer")}get id(){return"map"}canTransform(e){return e instanceof Map}restoreValue(e){return new Map(e)}transformValue(e){return[...e]}};(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var Ou=class extends Jn{static{o(this,"SetTransformer")}get id(){return"set"}canTransform(e){return e instanceof Set}restoreValue(e){return new Set(e)}transformValue(e){return[...e]}};(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var tB="_",Mu=class extends Ei{static{o(this,"SkipPrivatePropertyTransformer")}get id(){return"skip-private-property"}canTransform(e,n){return n.startsWith(tB)}transformValue(){}restoreValue(){throw new Error("SkipPrivatePropertyTransformer does not support restoring values")}};(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var Us=class{static{o(this,"TwoWayMap")}keyValueMap=new Map;valueKeyMap=new Map;constructor(e=[]){for(let[n,i]of e)this.set(n,i)}clear(){this.keyValueMap.clear(),this.valueKeyMap.clear()}deleteKey(e){let n=this.getValue(e);n!==void 0&&this.valueKeyMap.delete(n),this.keyValueMap.delete(e)}deleteValue(e){let n=this.getKey(e);n!==void 0&&this.keyValueMap.delete(n),this.valueKeyMap.delete(e)}entries(){return this.keyValueMap.entries()}getKey(e){return this.valueKeyMap.get(e)}getValue(e){return this.keyValueMap.get(e)}hasKey(e){return this.keyValueMap.has(e)}hasValue(e){return this.valueKeyMap.has(e)}keys(){return this.keyValueMap.keys()}set(e,n){this.deleteKey(e),this.deleteValue(n),this.keyValueMap.set(e,n),this.valueKeyMap.set(n,e)}values(){return this.valueKeyMap.keys()}};(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var $u=class extends Jn{static{o(this,"TwoWayMapTransformer")}get id(){return"two-way-map"}canTransform(e){return e instanceof Us}restoreValue(e){return new Us(e)}transformValue(e){return[...e.entries()]}};tc();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();function Pi(t,e){t.register(()=>{e.asyncEventSource.offref(e)})}o(Pi,"registerAsyncEvent");At();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var nB=new _u([new Mu,new Du,new Nu,new zu,new Ou,new $u]),go=class extends we{static{o(this,"PluginSettingsComponentBase")}defaultSettings;get settings(){return this.settingsState.effectiveValues}get settingsState(){return this.currentState}dataHandler;pluginEventSource;pluginSettingsClass;asyncEvents=new Wi;currentState;lastSavedState;legacySettingsConverters=[];propertyNames;validators=new Map;constructor(e){super(),this.dataHandler=e.dataHandler,this.pluginSettingsClass=e.pluginSettingsClass,this.pluginEventSource=e.pluginEventSource,this.defaultSettings=new this.pluginSettingsClass,this.currentState=this.createDefaultState(),this.lastSavedState=this.createDefaultState(),this.propertyNames=Va(this.currentState.inputValues),this.registerValidators(),this.registerLegacySettingsConverters()}async editAndSave(e,n){this.ensureLoaded(),await this.edit(e),await this.saveToFile(n)}async ensureSafe(e){let n=await this.validate(e),i=this.defaultSettings;for(let r of this.propertyNames)n[r]&&(e[r]=i[r])}async getSafeCopy(e){let n=await this.cloneSettings(e);return await this.ensureSafe(n),n}async loadFromFile(e){this.ensureLoaded();let n=await this.dataHandler.loadData();this.lastSavedState=this.createDefaultState(),this.currentState=this.createDefaultState();try{if(n==null)return;if(typeof n!="object"){console.error(`Invalid settings from data.json. Expected Object, got: ${typeof n}`);return}let i=n,r=await this.rawRecordToSettings(i),a=await this.validate(r);for(let l of this.propertyNames)this.setPropertyImpl({propertyName:l,validationMessage:a[l],value:r[l]});if(this.lastSavedState=await this.cloneState(this.currentState),this.propertyNames.length===0)return;let s=await this.settingsToRawRecord(this.currentState.inputValues);Dn(s,n)||await this.saveToFileImpl()}finally{await this.asyncEvents.triggerAsync("loadSettings",this.currentState,e)}}off(e,n){this.asyncEvents.off(e,n)}offref(e){this.asyncEvents.offref(e)}on(e,n,i){return this.asyncEvents.on(e,n,i)}once(e,n,i){return this.asyncEvents.once(e,n,i)}async onExternalSettingsChange(){this.ensureLoaded(),await this.loadFromFile(!1)}async onloadAsync(){Pi(this,this.on("loadSettings",this.onLoadSettings.bind(this))),Pi(this,this.on("saveSettings",(e,n,i)=>this.onSaveSettings({context:i,newState:e,oldState:n}))),Pi(this,this.pluginEventSource.on("externalSettingsChange",this.onExternalSettingsChange.bind(this))),await this.loadFromFile(!0)}registerLegacySettingsConverter(e,n){let i=hi.of(this);this.legacySettingsConverters.push(r);function r(a){let s=new Set(Object.keys(new e)),l=new Set(i.value.propertyNames),c=a;n(c);for(let u of Object.keys(c))l.has(u)||s.has(u)&&delete a[u]}o(r,"legacySettingsConverter")}registerValidator(e,n){this.validators.set(e,n)}async revalidate(){return this.ensureLoaded(),await this.edit(st),this.currentState.validationMessages}async saveToFile(e){this.ensureLoaded(),!Dn(this.lastSavedState.inputValues,this.currentState.inputValues)&&(await this.saveToFileImpl(),await this.asyncEvents.triggerAsync("saveSettings",this.currentState,this.lastSavedState,e),this.lastSavedState=await this.cloneState(this.currentState))}async setProperty(e,n){return this.ensureLoaded(),await this.edit(i=>{i[e]=n}),this.currentState.validationMessages[e]}async validate(e){let n={};for(let[i,r]of this.validators){let a=await r(e[i],e);a&&(n[i]=a)}return n}getTransformer(){return nB}async onLoadRecord(e){for(let n of this.legacySettingsConverters)n(e);await lt()}async onLoadSettings(e,n){await lt()}async onSaveSettings(e){let{context:n,newState:i,oldState:r}=e;await lt()}async onSavingRecord(e){await lt()}registerLegacySettingsConverters(){}registerValidators(){}async cloneSettings(e){let n=await this.settingsToRawRecord(e),i=JSON.stringify(n),r=JSON.parse(i);return await this.rawRecordToSettings(r)}async cloneState(e){return{effectiveValues:await this.cloneSettings(e.effectiveValues),inputValues:await this.cloneSettings(e.inputValues),validationMessages:{...e.validationMessages}}}createDefaultState(){return{effectiveValues:new this.pluginSettingsClass,inputValues:new this.pluginSettingsClass,validationMessages:{}}}async edit(e){try{await e(this.currentState.inputValues)}finally{let n=await this.validate(this.currentState.inputValues);for(let i of this.propertyNames){let r=n[i]??"";this.currentState.validationMessages[i]=r;let a=this.defaultSettings;this.currentState.effectiveValues[i]=r?a[i]:this.currentState.inputValues[i]}}}isValidPropertyName(e){return typeof e!="string"?!1:this.propertyNames.includes(e)}async rawRecordToSettings(e){e=this.getTransformer().transformObjectRecursively(e),await this.onLoadRecord(e);let n=new this.pluginSettingsClass,i=this.defaultSettings;for(let[r,a]of Object.entries(e)){if(!this.isValidPropertyName(r)){be("PluginSettingsComponentBase:rawRecordToSettings")(`Unknown property: ${r}`);continue}typeof a!=typeof i[r]&&be("PluginSettingsComponentBase:rawRecordToSettings")("Possible invalid value type. It might lead to an unexpected behavior of the plugin. There is also a chance it is a false-negative warning, as we are unable to determine the exact type of the value in runtime.",{defaultValue:i[r],propertyName:r,value:a}),n[r]=a}return n}async saveToFileImpl(){await this.dataHandler.saveData(await this.settingsToRawRecord(this.currentState.inputValues))}setPropertyImpl(e){let{propertyName:n,validationMessage:i,value:r}=e,a=this.defaultSettings;this.currentState.inputValues[n]=r,this.currentState.validationMessages[n]=i??"",this.currentState.effectiveValues[n]=i?a[n]:r}async settingsToRawRecord(e){let n={};for(let i of this.propertyNames)n[i]=e[i];return await this.onSavingRecord(n),this.getTransformer().transformObjectRecursively(n)}};Ve();bf();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var vo=class{static{o(this,"PluginEventSourceImpl")}constructor(e){this.plugin=e}plugin;off(e,n){this.plugin.off(e,n)}offref(e){this.plugin.offref(e)}on(e,n,i){return this.plugin.on(e,n,i)}once(e,n,i){return this.plugin.once(e,n,i)}};(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var Ru=class extends Wl()(F2.Plugin){static{o(this,"PluginBase")}get abortSignalComponent(){return G(this.components.abortSignalComponent)}set abortSignalComponent(e){this.setComponent("abortSignalComponent",e)}get asyncErrorHandlerComponent(){return G(this.components.asyncErrorHandlerComponent)}set asyncErrorHandlerComponent(e){this.setComponent("asyncErrorHandlerComponent",e)}get commandHandlerComponent(){return G(this.components.commandHandlerComponent)}set commandHandlerComponent(e){this.setComponent("commandHandlerComponent",e)}get consoleDebugComponent(){return G(this.components.consoleDebugComponent)}set consoleDebugComponent(e){this.setComponent("consoleDebugComponent",e)}get pluginContextComponent(){return G(this.components.pluginContextComponent)}set pluginContextComponent(e){this.setComponent("pluginContextComponent",e)}get pluginNoticeComponent(){return G(this.components.pluginNoticeComponent)}set pluginNoticeComponent(e){this.setComponent("pluginNoticeComponent",e)}get pluginSettingsComponent(){return G(this.components.pluginSettingsComponent)}set pluginSettingsComponent(e){this.setComponent("pluginSettingsComponent",e)}get resourceLockComponent(){return G(this.components.resourceLockComponent)}set resourceLockComponent(e){this.setComponent("resourceLockComponent",e)}components={};wrapperComponent=new we;addChild(e){return this.wrapperComponent.addChild(e)}async onExternalSettingsChange(){await super.onExternalSettingsChange?.(),await this.triggerAsync("externalSettingsChange")}async onload(){try{super.addChild(this.wrapperComponent),this.wrapperComponent.load(),await kf(this.createTranslationsMap()),this.pluginContextComponent=this.addChild(new Iu({app:this.app,pluginId:this.manifest.id})),this.pluginNoticeComponent=this.addChild(new Cc({app:this.app,pluginName:this.manifest.name})),this.asyncErrorHandlerComponent=this.addChild(new Su(this.pluginNoticeComponent)),this.abortSignalComponent=this.addChild(new Au(this.manifest.id)),this.consoleDebugComponent=this.addChild(new Eu(this.manifest.id)),this.resourceLockComponent=this.addChild(new bu(this.app,this.manifest.id));let e=this.addChild(new Tu({app:this.app,pluginName:this.manifest.name,submenuIcon:this.getNotebookNavigatorMenuSubmenuIcon()}));this.commandHandlerComponent=this.addChild(new xu({activeFileProvider:new yu(this.app),additionalMenuEventRegistrars:[e],commandRegistrar:new wu(this),menuEventRegistrar:this.addChild(new Pu(this.app)),pluginName:this.manifest.name})),await this.commandHandlerComponent.registerCommandHandlers(()=>[new Cu({app:this.app,resourceLockComponent:this.resourceLockComponent})]),this.pluginSettingsComponent=this.addChild(new go({dataHandler:new ho(this),pluginEventSource:new vo(this),pluginSettingsClass:Object})),await this.onloadImpl(),await this.wrapperComponent.loadWithPromises()}catch(e){throw zt(new Error(`Error loading plugin ${this.manifest.name} (${this.manifest.id})`,{cause:e})),e}}removeChild(e){return this.wrapperComponent.removeChild(e)}createTranslationsMap(){return xc}getNotebookNavigatorMenuSubmenuIcon(){return""}onloadImpl(){return lt()}setComponent(e,n){let i=this.components[e];i&&this.removeChild(i),this.components[e]=n}};tc();var ju=require("obsidian");var Lu=class{static{o(this,"ArrayBufferMap")}app;fileStatsMap=new WeakMap;pastedImageArrayBuffers=new WeakSet;constructor(e){this.app=e.app}getFileStats(e){return this.fileStatsMap.get(e)}isPastedImage(e){return this.pastedImageArrayBuffers.has(e)}markAsPastedImage(e){this.pastedImageArrayBuffers.add(e)}setFileStats(e,n){this.fileStatsMap.set(e,n)}async trySetByPath(e,n){if(!n)return!1;if(this.app.vault.adapter instanceof ju.FileSystemAdapter){let i=await this.app.vault.adapter.fsPromises.stat(n);return this.fileStatsMap.set(e,{ctime:i.ctimeMs,mtime:i.mtimeMs,size:i.size}),!0}if(this.app.vault.adapter instanceof ju.CapacitorAdapter){let i=await this.app.vault.adapter.fs.stat(n);return this.fileStatsMap.set(e,{ctime:i.ctime??0,mtime:i.mtime??0,size:e.byteLength}),!0}return!1}};var Wu=require("obsidian");Un();dt();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();function T2(t){let e=Fe(t.attachmentPath);if(!e||e==="."||e==="/")return null;let n=e.split("/").filter(Boolean);for(let i=1;i<=n.length;i++){let r=n.slice(0,i).join("/");if(t.checkIsAttachmentUnitFolder(r))return r}return null}o(T2,"findAttachmentUnitFolderPath");function I2(t){let e=`${t.oldFolderPath}/`;return t.path.startsWith(e)?`${t.newFolderPath}/${t.path.slice(e.length)}`:null}o(I2,"rebasePathOntoFolder");Ve();Un();tt();Gn();wt();ct();Mt();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();async function Bu(t){let n={...{abortSignal:mn(),buildNoticeMessage(){throw new Error("buildNoticeMessage is required")},items:[],noticeBeforeShownTimeoutInMilliseconds:500,noticeMinTimeoutInMilliseconds:2e3,processItem:st,progressBarTitle:"",shouldContinueOnError:!0,shouldShowNotice:!0,shouldShowProgressBar:!0,uiUpdateThresholdInMilliseconds:100},...t},i=fn(1),r=n.items,a=0,s=null,l=!1;ke(()=>d());let c=sleep(n.noticeMinTimeoutInMilliseconds),u=createEl("progress");Ce(u,"loop"),u.max=r.length;let p=performance.now();for(let m of r){if(n.abortSignal.aborted){s?.hide();return}a++;let h=`# ${String(a)} / ${String(r.length)}`,f=n.buildNoticeMessage({item:m,iterationString:h});n.shouldShowProgressBar||s?.setMessage(f),be("Loop")(f);try{performance.now()-p>n.uiUpdateThresholdInMilliseconds&&(await uA(),p=performance.now()),await n.processItem(m)}catch(b){if(console.error("Error processing item",m),!n.shouldContinueOnError)throw s?.hide(),new or({cause:b,message:"loop failed",stackTrace:i});Xl(new or({cause:b,message:Yl,stackTrace:i}))}u.value++}s&&await c,s?.hide(),l=!0;async function d(){if(!n.shouldShowNotice||(await sleep(n.noticeBeforeShownTimeoutInMilliseconds),l)||(s=t.pluginNoticeComponent?.showNotice("",{})??null,!n.shouldShowProgressBar))return;let m=createFragment();m.createDiv({text:n.progressBarTitle}),m.append(u),s?.setMessage(m)}o(d,"showNotice")}o(Bu,"loop");dt();Se();var ko=require("obsidian");tt();dn();Se();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();async function tv(t,e,n){let i=iB(t,e);return await n?.(i),i}o(tv,"createElAsync");async function Uu(t){let e=document.createDocumentFragment();return await t?.(e),e}o(Uu,"createFragmentAsync");function D2(t){let e=t;for(;e;){let n=getComputedStyle(e).zIndex,i=Number.parseInt(n,10);if(!Number.isNaN(i))return i;e=e.parentElement}return 0}o(D2,"getZIndex");function N2(t){return`${String(t)}px`}o(N2,"toPx");function _2(t){return new Promise(e=>{if(t.isConnected){e();return}let n=t.ownerDocument,i=new(aB(t)).MutationObserver(()=>{t.isConnected&&(i.disconnect(),e())});i.observe(n,{childList:!0,subtree:!0})})}o(_2,"waitUntilConnected");function rB(t,e){let n=typeof e=="string"?{cls:e}:e??{};n.cls!==void 0&&(t.className=Array.isArray(n.cls)?n.cls.join(" "):n.cls),n.text!==void 0&&lB(t,n.text),n.attr&&sB(t,n.attr),n.title!==void 0&&(t.title=n.title),oB(t,n)}o(rB,"applyDomElementInfo");function iB(t,e){let n=document.createElement(t);return rB(n,e),n}o(iB,"createHtmlElement");function aB(t){return t.ownerDocument?.defaultView??window}o(aB,"getNodeWindow");function oB(t,e){e.parent&&(e.prepend?e.parent.insertBefore(t,e.parent.firstChild):e.parent.appendChild(t))}o(oB,"insertIntoParent");function sB(t,e){for(let[n,i]of Object.entries(e))i===null?t.removeAttribute(n):t.setAttribute(n,String(i))}o(sB,"setElementAttributes");function lB(t,e){e instanceof DocumentFragment?t.replaceChildren(e):t.textContent=e}o(lB,"setElementText");Ve();Ss();var xn=require("obsidian");tt();Re();en();var O2=require("obsidian");dt();gn();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var cB="folder-notes",uB=/\{\{folder_name\}\}/gi,pB="excalidraw",z2={extensions:[cr],isHidden:!1,location:"InsideFolder",resolveName:o(t=>t.name,"resolveName")};function M2(t){let{app:e,folder:n}=t,i=t.config??nv({app:e});if(i.location==="None")return null;let r=i.location==="ParentFolder"?n.parent?.path:n.path;if(r===void 0)return null;let a=i.resolveName(n).trim();if(!a)return null;for(let s of i.extensions){let l=e.vault.getFileByPath((0,O2.normalizePath)(ye(r,`${a}.${s}`)));if(l)return l}return null}o(M2,"resolveFolderNote");function nv(t){let{app:e,extensions:n,isHidden:i,location:r,resolveName:a}=t;return r!==void 0&&r!=="Auto"?{extensions:$2(n??[cr]),isHidden:i??!1,location:r,resolveName:a??z2.resolveName}:dB(e)??z2}o(nv,"resolveFolderNoteConfig");function $2(t){let e=t.map(n=>n.trim().toLowerCase().replace(/^\./,"")).map(n=>n===pB?cr:n).filter(Boolean);return[...new Set(e)]}o($2,"normalizeExtensions");function dB(t){let e=t.plugins.getPlugin(cB);if(!e||!("settings"in e))return null;let n=e.settings;if(typeof n!="object"||n===null)return null;let i=mB("storageLocation"in n?n.storageLocation:null);if(!i)return null;let r="folderNoteName"in n?n.folderNoteName:null;if(typeof r!="string"||!r)return null;let a="folderNoteType"in n?n.folderNoteType:null,s="supportedFileTypes"in n?n.supportedFileTypes:null,l="hideFolderNote"in n?n.hideFolderNote:null;return{extensions:$2([typeof a=="string"?a:cr,...Array.isArray(s)?s.filter(c=>typeof c=="string"):[],cr]),isHidden:l===!0,location:i,resolveName:o(c=>ut({$string:r,replacer:o(()=>c.name,"replacer"),searchValue:uB}),"resolveName")}}o(dB,"readFolderNotesPluginConfig");function mB(t){switch(t){case"insideFolder":return"InsideFolder";case"parentFolder":return"ParentFolder";default:return null}}o(mB,"toFolderNoteLocation");(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var R2=o((t,e)=>(e=Symbol[t])?e:Symbol.for("Symbol."+t),"__knownSymbol"),L2=o(t=>{throw TypeError(t)},"__typeError"),hB=o((t,e,n)=>{if(e!=null){typeof e!="object"&&typeof e!="function"&&L2("Object expected");var i,r;n&&(i=e[R2("asyncDispose")]),i===void 0&&(i=e[R2("dispose")],n&&(r=i)),typeof i!="function"&&L2("Object not disposable"),r&&(i=o(function(){try{r.call(this)}catch(a){return Promise.reject(a)}},"dispose")),t.push([n,i,e])}else n&&t.push([n]);return e},"__using"),fB=o((t,e,n)=>{var i=typeof SuppressedError=="function"?SuppressedError:function(s,l,c,u){return u=Error(c),u.name="SuppressedError",u.error=s,u.suppressed=l,u},r=o(s=>e=n?new i(s,e,"An error was suppressed during disposal"):(n=!0,s),"fail"),a=o(s=>{for(;s=t.pop();)try{var l=s[1]&&s[1].call(s[2]);if(s[0])return Promise.resolve(l).then(a,c=>(r(c),a()))}catch(c){r(c)}if(n)throw e},"next");return a()},"__callDispose"),gB=200,vB=["title","open","selection","clipboard","info","action","view","","danger"],bB=["title","open","action","clipboard","view","info","","danger"],rv=class extends Me{static{o(this,"EmbedByExtensionMdPatchComponent")}constructor(e){super(),this.embedByExtension=e}embedByExtension;onload(){this.registerMethodPatch({$object:this.embedByExtension,methodName:"md",patchHandler:o(({fallback:e,originalArguments:[n]})=>(n.displayMode=!1,e()),"patchHandler")})}},iv=class{static{o(this,"FixedZIndexDomEventsHandlersInfo")}app;path;get hoverPopover(){return this._hoverPopover}set hoverPopover(e){this._hoverPopover=e,e&&this.zIndex!==void 0&&e.hoverEl.setCssStyles({zIndex:String(this.zIndex)})}_hoverPopover=null;el;zIndex;constructor(e){this.app=e.app,this.path=e.path,this.el=e.el,ke(async()=>{await _2(this.el),this.updateZIndex(this.el)})}updateZIndex(e){this.zIndex=D2(e)+1}},av=class{static{o(this,"LinkDomEventsHandlers")}constructor(e){this.info=e}info;onExternalLinkClick(e,n,i){if(e.preventDefault(),!Es(i)){new xn.Notice(bn(a=>a.obsidianDevUtils.notices.failedToOpenUrl,{url:i}));return}let r=xn.Keymap.isModEvent(e);n.win.open(i,typeof r=="boolean"?"":r)}onExternalLinkRightClick(e,n,i){let r=xn.Menu.forEvent(e);r.addSections(vB),j2(r,n),this.info.app.workspace.handleExternalLinkContextMenu(r,i)}onInternalLinkClick(e,n,i){e.preventDefault(),ke(()=>this.info.app.workspace.openLinkText(i,this.info.path,xn.Keymap.isModEvent(e)))}onInternalLinkDrag(e,n,i,r){let a=this.info.app.dragManager;a.onDragStart(e,a.dragLink(e,i,this.info.path,r))}onInternalLinkMouseover(e,n,i){this.info.app.workspace.trigger("hover-link",{event:e,hoverParent:this.info,linktext:i,source:"preview",sourcePath:this.info.path,targetEl:n})}onInternalLinkRightClick(e,n,i){let r=xn.Menu.forEvent(e);r.setParentElement(n),r.addSections(bB),j2(r,n),this.info.app.workspace.handleLinkContextMenu(r,i,this.info.path)}onTagClick(e,n,i){this.info.app.internalPlugins.getEnabledPluginById(tn.GlobalSearch)?.openGlobalSearch(`tag:${i}`)}};async function kB(t){var e=[];try{let r=t.sourcePath??"/",a=!1,s;t.component?s=t.component:(s=new xn.Component,s.load(),a=!0);let l=hB(e,s.addChild(new rv(t.app.embedRegistry.embedByExtension)));await xn.MarkdownRenderer.render(t.app,t.markdown,t.el,r,s),a&&s.unload(),t.shouldRegisterLinkHandlers&&U2({app:t.app,el:t.el,sourcePath:t.sourcePath})}catch(r){var n=r,i=!0}finally{fB(e,n,i)}}o(kB,"fullRender");function U2(t){let{app:e,el:n,sourcePath:i}=t;xn.MarkdownPreviewRenderer.registerDomEvents(n,new av(new iv({app:e,el:n,path:i??""})))}o(U2,"registerLinkHandlers");async function bo(t){let{app:e,folderNote:n,pathOrAbstractFile:i,shouldRevealFile:r}=t,a=_n({app:e,pathOrFile:i}),s=ce(e,i),l=t.displayText??s;if(bt(a))return createEl("a",{text:l},p=>{p.addEventListener("click",d=>{d.preventDefault();let m=nv({app:e,...n}),h=M2({app:e,config:m,folder:a});B2(e,h&&!m.isHidden?h:a),h&&ke(()=>yB(e,h))})});let c=createSpan();await kB({app:e,el:c,markdown:`[[${s}|${l}]]`});let u=c.find("a");return U2({app:e,el:u}),(r??!1)&&u.addEventListener("click",()=>{let p=_n({app:e,pathOrFile:i});De(p)&&B2(e,p)}),u}o(bo,"renderInternalLink");function j2(t,e){t.addItem(n=>{n.setSection("clipboard").setTitle(bn(i=>i.obsidianDevUtils.menu.copy)).setIcon("lucide-copy").onClick(()=>{ke(()=>e.win.navigator.clipboard.writeText(e.getText()))})})}o(j2,"addCopyMenuItem");async function yB(t,e){await ys({milliseconds:gB}),await t.workspace.getLeaf().openFile(e,{active:!0})}o(yB,"openAfterSettling");function B2(t,e){t.internalPlugins.getEnabledPluginById(tn.FileExplorer)?.revealInFolder(e)}o(B2,"revealInFileExplorer");Un();qr();gn();Se();Ve();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var Vu=class{static{o(this,"PathSetting")}constructor(e){this.type=e,this.defaultRegExp=xB(e),this.regExp=this.defaultRegExp}type;get array(){return this._array}set array(e){this._array=e.filter(Boolean),this.regExp=CB(this._array,this.defaultRegExp)??this.defaultRegExp}_array=[];defaultRegExp;regExp;isPathIgnored(e){switch(this.type){case"Exclude":return this.regExp.test(e);case"Include":return!this.regExp.test(e);default:Vt(this.type)}}},ha=class{static{o(this,"PathSettings")}get excludePaths(){return this._excludePaths.array}set excludePaths(e){this._excludePaths.array=e}get includePaths(){return this._includePaths.array}set includePaths(e){this._includePaths.array=e}_excludePaths=new Vu("Exclude");_includePaths=new Vu("Include");isPathIgnored(e){return this._includePaths.isPathIgnored(e)||this._excludePaths.isPathIgnored(e)}};function xB(t){switch(t){case"Exclude":return nA;case"Include":return tA;default:Vt(t)}}o(xB,"getDefaultRegExp");function CB(t,e){if(t.length===0)return e;let n=t.map(i=>i==="/"?e.source:i.startsWith("/")&&i.endsWith("/")?i.slice(1,-1):(i=br({$string:i,suffix:"/"}),`^${Hr(i)}(/|$)`)).map(i=>`(${i})`).join("|");try{return new RegExp(n)}catch{return null}}o(CB,"makeRegExp");qr();var ov=String.raw`registerCustomToken('foo', (ctx) => {
|
|
const formatValue = ctx.format?.formatKey ?? 'defaultFormatValue';
|
|
return ctx.noteFileName + ctx.app.appId + formatValue + ctx.obsidian.apiVersion;
|
|
});
|
|
|
|
registerCustomToken('bar', async (ctx) => {
|
|
await sleep(100);
|
|
const formatValue = ctx.format?.formatKey ?? 'defaultFormatValue';
|
|
const filledTemplate = await ctx.fillTemplate('qux \${quux} corge \${grault:{garply:\'waldo\'}} fred');
|
|
return ctx.noteFileName + ctx.app.appId + formatValue + ctx.obsidian.apiVersion + filledTemplate;
|
|
});`;var Zu=class{static{o(this,"PluginSettings")}attachmentFolderPath="./assets/${noteFileName}";attachmentRenameMode="Only pasted images";collectAttachmentUsedByMultipleNotesMode="Skip";collectedAttachmentFileName="";convertImagesToJpegMode="None";defaultImageSize="";defaultImageSizeDimension="width";downloadNetworkImages=!1;duplicateNameSeparator=" ";emptyFolderBehavior=at.DeleteWithEmptyParents;generatedAttachmentFileName="file-${date:{momentJsFormat:'YYYYMMDDHHmmssSSS'}}";jpegQuality=.8;markdownUrlFormat="";moveAttachmentToProperFolderUsedByMultipleNotesMode="CopyAll";networkImageDownloadTimeoutInSeconds=30;notePriorities=[];renamedAttachmentFileName="";shouldDeleteOrphanAttachments=!1;shouldHandleRenames=!0;shouldPreserveImageMetadata=!1;shouldRenameAttachmentFiles=!1;shouldRenameAttachmentFolder=!0;shouldRenameAttachmentsCreatedByOtherPlugins=!1;shouldRenameCollectedAttachments=!1;shouldRescueSharedAttachments=!1;shouldSetLinkDisplayTextToAttachmentFileName=!1;shouldSkipCollectingAttachmentsReferencedByRawPath=!1;specialCharacters=String.raw`#^[]|*\<>:?/`;specialCharactersReplacement="-";timeoutInSeconds=5;treatAsAttachmentExtensions=[".excalidraw.md"];version="";get attachmentUnitFolderPaths(){return this._attachmentUnitFolderPaths.excludePaths}set attachmentUnitFolderPaths(e){this._attachmentUnitFolderPaths.excludePaths=e}get customTokensStr(){return this._customTokensStr}set customTokensStr(e){this._customTokensStr=e}get excludePaths(){return this._pathSettings.excludePaths}set excludePaths(e){this._pathSettings.excludePaths=e}get excludePathsFromAttachmentCollecting(){return this._attachmentCollectingPaths.excludePaths}set excludePathsFromAttachmentCollecting(e){this._attachmentCollectingPaths.excludePaths=e}get excludePathsFromMultipleNotesCheck(){return this._multipleNotesCheckPaths.excludePaths}set excludePathsFromMultipleNotesCheck(e){this._multipleNotesCheckPaths.excludePaths=e}get includePaths(){return this._pathSettings.includePaths}set includePaths(e){this._pathSettings.includePaths=e}get specialCharactersRegExp(){return new RegExp(`[${Hr(this.specialCharacters)}]+`,"gu")}_attachmentCollectingPaths=new ha;_attachmentUnitFolderPaths=new ha;_customTokensStr="";_multipleNotesCheckPaths=new ha;_pathSettings=new ha;getNetworkImageDownloadTimeoutInMilliseconds(){return this.networkImageDownloadTimeoutInSeconds*1e3}getTimeoutInMilliseconds(){return this.timeoutInSeconds===0?Uh:this.timeoutInSeconds*1e3}isAttachmentUnitFolder(e){return this._attachmentUnitFolderPaths.isPathIgnored(e)}isExcludedFromAttachmentCollecting(e){return this._attachmentCollectingPaths.isPathIgnored(e)}isExcludedFromMultipleNotesCheck(e){return this._multipleNotesCheckPaths.isPathIgnored(e)}isPathIgnored(e){return this._pathSettings.isPathIgnored(e)}};var sv=class extends ko.Modal{static{o(this,"CollectAttachmentUsedByMultipleNotesModal")}attachmentPath;backlinks;isCancelMode;isSelected=!1;resolve;constructor(e){super(e.app),this.attachmentPath=e.attachmentPath,this.backlinks=e.backlinks,this.isCancelMode=e.isCancelMode,this.resolve=e.resolve}onClose(){this.isSelected||this.select("Cancel",!1)}onOpen(){super.onOpen(),ke(()=>this.onOpenAsync())}async onOpenAsync(){super.onOpen(),new ko.Setting(this.contentEl).setName(v(i=>i.collectAttachmentUsedByMultipleNotesModal.heading)).setHeading(),this.contentEl.append(await Uu(async i=>{i.appendText(v(r=>r.collectAttachmentUsedByMultipleNotesModal.content.part1)),i.appendText(" "),i.append(await bo({app:this.app,pathOrAbstractFile:this.attachmentPath})),i.appendText(" "),i.appendText(v(r=>r.collectAttachmentUsedByMultipleNotesModal.content.part2)),i.append(await tv("ul",{},async r=>{for(let a of this.backlinks)r.append(await tv("li",{},async s=>{s.append(await bo({app:this.app,pathOrAbstractFile:a}))}))}))}));let e=!1;this.isCancelMode||new ko.Setting(this.contentEl).setName(v(i=>i.collectAttachmentUsedByMultipleNotesModal.shouldUseSameActionForOtherProblematicAttachmentsToggle)).addToggle(i=>{i.setValue(!1),i.onChange(r=>{e=r})});let n=new ko.Setting(this.contentEl);this.isCancelMode||n.addButton(i=>{i.setButtonText(v(r=>r.buttons.skip)),i.onClick(()=>{this.select("Skip",e)})}).addButton(i=>{i.setButtonText(v(r=>r.buttons.move)),i.onClick(()=>{this.select("Move",e)})}).addButton(i=>{i.setButtonText(v(r=>r.buttons.copy)),i.onClick(()=>{this.select("Copy",e)})}),n.addButton(i=>{i.setButtonText(v(r=>r.obsidianDevUtils.buttons.cancel)),i.onClick(()=>{this.select("Cancel",e)})})}select(e,n){this.isSelected=!0,this.resolve({mode:e,shouldUseSameActionForOtherProblematicAttachments:n}),this.close()}};function cv(t){let{app:e,attachmentPath:n,backlinks:i,isCancelMode:r}=t;return new Promise(a=>{new sv({app:e,attachmentPath:n,backlinks:i,isCancelMode:r??!1,resolve:a}).open()})}o(cv,"selectMode");qr();var V2="property:",Z2="/",wB=".",AB="=",uv=1/0;function Gu(t){let e=uv,n=-1;for(let[i,r]of t.entries.entries())r.length<=n||SB(r,t)&&(e=i,n=r.length);return e}o(Gu,"findNotePriorityRank");function Hu(t){let e=uv,n=null,i=0;for(let r of t.notePaths){let a=t.rank(r);a<e?(e=a,n=r,i=1):a===e&&i++}return i!==1||e===uv?null:n}o(Hu,"pickHighestPriorityNotePath");function SB(t,e){if(!t)return!1;if(t.startsWith(V2))return EB(t.slice(V2.length),e.frontmatter);if(t.length>1&&t.startsWith(Z2)&&t.endsWith(Z2)){let i=t.slice(1,-1);return vs(i)&&new RegExp(i).test(e.notePath)}if(t.startsWith(wB))return e.notePath.toLowerCase().endsWith(t.toLowerCase());let n=t.endsWith("/")?t:`${t}/`;return e.notePath===t||e.notePath.startsWith(n)}o(SB,"checkEntryMatches");function EB(t,e){if(!e)return!1;let n=t.indexOf(AB);if(n===-1)return Object.hasOwn(e,t);let i=t.slice(0,n),r=t.slice(n+1);if(!Object.hasOwn(e,i))return!1;let a=e[i];return Array.isArray(a)?a.some(s=>String(s)===r):String(a)===r}o(EB,"checkPropertyMatches");dt();qr();function G2(t){let{attachmentPath:e,content:n}=t,i=Ie(e),r=new Set([e,encodeURI(e),encodeURI(i),i]);for(let a of r){if(a==="")continue;if(a.includes("/")){if(n.includes(a))return!0;continue}if(new RegExp(String.raw`(?<![\w./\\-])${Hr(a)}`,"u").test(n))return!0}return!1}o(G2,"isReferencedByRawPath");function H2(t){switch(t){case"DeleteNote":return Ht.DeleteNote;case"RenameNote":return Ht.RenameNote;default:return Ht.Unknown}}o(H2,"actionContextToAttachmentPathContext");function pv(t){switch(t){case Ht.DeleteNote:return"DeleteNote";case Ht.RenameNote:return"RenameNote";default:return"Unknown"}}o(pv,"attachmentPathContextToActionContext");var qu=class{static{o(this,"AttachmentCollector")}abortSignalComponent;app;attachmentPathManager;consoleDebugComponent;networkImageDownloader;pluginName;pluginNoticeComponent;pluginSettingsComponent;resourceLockComponent;constructor(e){this.abortSignalComponent=e.abortSignalComponent,this.app=e.app,this.attachmentPathManager=e.attachmentPathManager,this.consoleDebugComponent=e.consoleDebugComponent,this.networkImageDownloader=e.networkImageDownloader,this.resourceLockComponent=e.resourceLockComponent,this.pluginName=e.pluginName,this.pluginNoticeComponent=e.pluginNoticeComponent,this.pluginSettingsComponent=e.pluginSettingsComponent}collectAttachmentsEntireVault(){Xr({abortSignal:this.abortSignalComponent.abortSignal,operationFunction:o(e=>this.collectAttachmentsInAbstractFilesImpl([this.app.vault.getRoot()],e),"operationFunction"),operationName:v(e=>e.commands.collectAttachmentsEntireVault),timeoutInMilliseconds:this.pluginSettingsComponent.settings.getTimeoutInMilliseconds()})}collectAttachmentsInAbstractFiles(e){Xr({abortSignal:this.abortSignalComponent.abortSignal,operationFunction:o(n=>this.collectAttachmentsInAbstractFilesImpl(e,n),"operationFunction"),operationName:v(n=>n.menuItems.collectAttachmentsInFile),timeoutInMilliseconds:this.pluginSettingsComponent.settings.getTimeoutInMilliseconds()})}async collectAttachments(e){let n=this.app,i=this.pluginNoticeComponent,r=this.pluginSettingsComponent,a=this.resourceLockComponent;if(e.abortSignal.throwIfAborted(),e.context.isAborted)return;let s=this.pluginNoticeComponent.showNotice(v(l=>l.notice.collectingAttachments,{noteFilePath:e.note.path}),{isPermanent:!0});try{let l=zn(e.note),c=new Set,u=await Pr(n,e.note);if(e.abortSignal.throwIfAborted(),e.context.isAborted||!u)return;let p=l?await mo(n,e.note):$n({cache:u});e.abortSignal.throwIfAborted();let d=await this.attachmentPathManager.getSequenceNumberMap(e.note.path);e.abortSignal.throwIfAborted();let m=new Set,h=l?p.map(y=>({oldTargetPath:Rn({app:n,link:y,shouldAllowNonExistingFile:!0,sourcePathOrFile:e.note})?.path,reference:y})):[],f=new Map,b=new Map;for(let y of p){if(e.context.isAborted)return;let x=await this.prepareAttachmentToMove({movedUnitFolderPaths:b,newNotePath:e.note.path,oldAttachmentPaths:c,oldNotePath:e.note.path,reference:y,sequenceNumberByAttachmentPath:d});if(e.abortSignal.throwIfAborted(),!x)continue;if(this.pluginSettingsComponent.settings.isExcludedFromAttachmentCollecting(x.oldAttachmentPath)){console.warn(`Skipping collecting attachment ${x.oldAttachmentPath} as it is excluded from attachment collecting.`);continue}let C=await an({app:this.app,pathOrFile:x.oldAttachmentPath,timeoutInMilliseconds:this.pluginSettingsComponent.settings.getTimeoutInMilliseconds()});if(e.abortSignal.throwIfAborted(),await this.skipAttachmentReferencedByRawPath({abortSignal:e.abortSignal,attachmentPath:x.oldAttachmentPath,indexedBacklinkPaths:new Set(C.keys())})){e.abortSignal.throwIfAborted();continue}e.abortSignal.throwIfAborted();let g=C.keys().filter(A=>!r.settings.isExcludedFromMultipleNotesCheck(A));if(g.length>1){let A=g.sort((j,Z)=>j.localeCompare(Z)),I=A.map(j=>`- ${j}`).join(`
|
|
`),M=this.pickPriorityWinnerNotePath(A);if(M){let j=await this.prepareAttachmentToMoveForNote({attachmentMoveResult:x,newNotePath:M,reference:y,sequenceNumberByAttachmentPath:d});if(e.abortSignal.throwIfAborted(),j){x=j,this.consoleDebugComponent.consoleDebug(`Collecting attachment ${x.oldAttachmentPath} into ${M} as the highest-priority referencing note.`),await w(),e.abortSignal.throwIfAborted();continue}}async function $(j){e.abortSignal.throwIfAborted();let Z=G(x);switch(j){case"Cancel":return console.error(`Cancelling collecting attachments, as attachment ${Z.oldAttachmentPath} is referenced by multiple notes.
|
|
${I}`),r.settings.collectAttachmentUsedByMultipleNotesMode==="Cancel"&&await cv({app:n,attachmentPath:Z.oldAttachmentPath,backlinks:A,isCancelMode:!0}),e.context.isAborted=!0,!1;case"Copy":{if(!Z.newAttachmentPath)return console.warn(`Skipping collecting attachment ${Z.oldAttachmentPath} as it is already in the destination folder.`),!1;if(Z.unitFolderPath)return console.warn(`Skipping collecting attachment ${Z.oldAttachmentPath} as it belongs to the attachment unit folder ${Z.unitFolderPath} and is referenced by multiple notes.
|
|
${I}`),i.showNotice(v(ne=>ne.notice.attachmentUnitFolderUsedByMultipleNotes,{attachmentPath:Z.oldAttachmentPath,unitFolderPath:Z.unitFolderPath})),!1;Z={...Z,newAttachmentPath:await Mc({app:n,newPath:Z.newAttachmentPath,oldPathOrFile:Z.oldAttachmentPath})},f.set(Z.oldAttachmentPath,{newAttachmentPath:G(Z.newAttachmentPath),wasCopied:!0}),await ua({app:n,linkConverter:o(ne=>{if(Rn({app:n,link:ne,sourcePathOrFile:e.note})?.path===Z.oldAttachmentPath)return wi({app:n,link:ne,newSourcePathOrFile:e.note,newTargetPathOrFile:G(Z.newAttachmentPath),oldSourcePathOrFile:e.note,oldTargetPathOrFile:Z.oldAttachmentPath})},"linkConverter"),pathOrFile:e.note,pluginNoticeComponent:i,resourceLockComponent:a});break}case"Move":{if(!Z.newAttachmentPath)return console.warn(`Skipping collecting attachment ${Z.oldAttachmentPath} as it is already in the destination folder.`),!1;await w(),e.abortSignal.throwIfAborted();break}case"Prompt":{let{mode:ne,shouldUseSameActionForOtherProblematicAttachments:R}=await cv({app:n,attachmentPath:Z.oldAttachmentPath,backlinks:A});return R&&(e.context.collectAttachmentUsedByMultipleNotesMode=ne),$(ne)}case"Skip":return console.warn(`Skipping collecting attachment ${Z.oldAttachmentPath} as it is referenced by multiple notes.
|
|
${I}`),!1;default:throw new Error(`Unknown collect attachment used by multiple notes mode: ${r.settings.collectAttachmentUsedByMultipleNotesMode}`)}return!0}if(o($,"shouldCollectWithMode"),!await $(e.context.collectAttachmentUsedByMultipleNotesMode??r.settings.collectAttachmentUsedByMultipleNotesMode)){e.abortSignal.throwIfAborted();continue}}else e.abortSignal.throwIfAborted(),await w(),e.abortSignal.throwIfAborted();async function w(){if(e.abortSignal.throwIfAborted(),!x?.newAttachmentPath)return;m.add(Fe(x.oldAttachmentPath));let A=x.unitFolderPath?await F(x.unitFolderPath,x.oldAttachmentPath,x.newAttachmentPath):await eo({app:n,newPath:x.newAttachmentPath,oldPathOrAbstractFile:x.oldAttachmentPath});A&&(x={...x,newAttachmentPath:A},f.set(x.oldAttachmentPath,{newAttachmentPath:A,wasCopied:!1}))}o(w,"registerMoveAttachment");async function F(A,I,M){let $=n.vault.getFolderByPath(A);if(!$)return console.warn(`Skipping collecting attachment ${I} as its attachment unit folder ${A} could not be resolved.`),null;let j=await eo({app:n,newPath:ye(Fe(M),Ie(A)),oldPathOrAbstractFile:$});return b.set(A,j),I2({newFolderPath:j,oldFolderPath:A,path:I})}o(F,"moveUnitFolder")}l&&await this.rewriteMovedCanvasReferences({abortSignal:e.abortSignal,canvasReferenceTargets:h,movedAttachments:f,note:e.note}),await na({app:n,emptyFolderBehavior:r.settings.emptyFolderBehavior,folderPaths:[...m]}),await this.networkImageDownloader.downloadNetworkImagesForNote(e.note)}finally{s.hide()}}async collectAttachmentsInAbstractFilesImpl(e,n){n.throwIfAborted();let i=e.length===1&&De(e[0])?e[0]:null;if(i&&this.pluginSettingsComponent.settings.isPathIgnored(i.path)){this.pluginNoticeComponent.showNotice(v(p=>p.notice.notePathIsIgnored)),console.warn(`Cannot collect attachments in the note as note path is ignored: ${i.path}.`);return}if(!(!!i||await Ai({app:this.app,cancelButtonText:v(p=>p.obsidianDevUtils.buttons.cancel),message:createFragment(p=>{p.appendText(v(d=>d.attachmentCollector.confirm.part1)),p.createEl("br"),p.createEl("ul",{},d=>{for(let m of e)d.createEl("li",{},h=>{W(h,m.path)})}),p.createEl("br"),p.appendText(v(d=>d.attachmentCollector.confirm.part2))}),okButtonText:v(p=>p.obsidianDevUtils.buttons.ok),title:createFragment(p=>{(0,Wu.setIcon)(p.createSpan(),"lucide-alert-triangle"),p.appendText(" "),p.appendText(v(d=>d.menuItems.collectAttachmentsInFiles))})}))){n.throwIfAborted();return}this.consoleDebugComponent.consoleDebug(`Collect attachments in files:
|
|
${e.map(p=>p.path).join(`
|
|
`)}`);let a=new Set;for(let p of e)De(p)&&it(p)&&a.add(p),bt(p)&&Wu.Vault.recurseChildren(p,d=>{De(d)&&it(d)&&a.add(d)});let s=[...a];s.sort((p,d)=>p.path.localeCompare(d.path));let l={},c=new AbortController,u=ar(c.signal,this.abortSignalComponent.abortSignal);await Bu({abortSignal:u,buildNoticeMessage:o(({item:p,iterationString:d})=>v(m=>m.attachmentCollector.progressBar.message,{iterationString:d,noteFilePath:p.path}),"buildNoticeMessage"),items:s,pluginNoticeComponent:this.pluginNoticeComponent,processItem:o(async p=>{if(u.throwIfAborted(),this.pluginSettingsComponent.settings.isPathIgnored(p.path)){console.warn(`Cannot collect attachments in the note as note path is ignored: ${p.path}.`);return}await this.collectAttachments({abortSignal:u,context:l,note:p}),u.throwIfAborted(),l.isAborted&&c.abort()},"processItem"),progressBarTitle:`${this.pluginName}: ${v(p=>p.attachmentCollector.progressBar.title)}`,shouldContinueOnError:!0,shouldShowProgressBar:!0})}pickPriorityWinnerNotePath(e){let n=this.pluginSettingsComponent.settings.notePriorities;return n.length===0?null:Hu({notePaths:e,rank:o(i=>{let r=this.app.vault.getFileByPath(i);return Gu({entries:n,frontmatter:r?this.app.metadataCache.getFileCache(r)?.frontmatter??null:null,notePath:i})},"rank")})}async prepareAttachmentToMove(e){let n=Rn({app:this.app,link:e.reference,shouldAllowNonExistingFile:!0,sourcePathOrFile:e.oldNotePath});if(!n||this.pluginSettingsComponent.isNoteEx(n)||e.oldAttachmentPaths.has(n.path))return null;e.oldAttachmentPaths.add(n.path);for(let r of e.movedUnitFolderPaths.keys())if(n.path.startsWith(`${r}/`))return null;return n.deleted?(console.warn(`Skipping collecting attachment ${e.reference.link} as it could not be resolved.`),null):{newAttachmentPath:await this.attachmentPathManager.getProperAttachmentPath({actionContext:"CollectAttachments",attachmentFile:n,noteFilePath:e.newNotePath,reference:e.reference,sequenceNumber:e.sequenceNumberByAttachmentPath.get(n.path)??0}),oldAttachmentPath:n.path,unitFolderPath:T2({attachmentPath:n.path,checkIsAttachmentUnitFolder:o(r=>this.pluginSettingsComponent.settings.isAttachmentUnitFolder(r),"checkIsAttachmentUnitFolder")})}}async prepareAttachmentToMoveForNote(e){let n=this.app.vault.getFileByPath(e.attachmentMoveResult.oldAttachmentPath);if(!n)return null;let i=await this.attachmentPathManager.getProperAttachmentPath({actionContext:"CollectAttachments",attachmentFile:n,noteFilePath:e.newNotePath,reference:e.reference,sequenceNumber:e.sequenceNumberByAttachmentPath.get(n.path)??0});return i?{...e.attachmentMoveResult,newAttachmentPath:i}:null}async rewriteMovedCanvasReferences(e){let n=[];for(let{oldTargetPath:i,reference:r}of e.canvasReferenceTargets){if(i===void 0)continue;let a=e.movedAttachments.get(i);if(a)if(tE(r)){let s=wi({app:this.app,link:r.originalReference,newSourcePathOrFile:e.note,newTargetPathOrFile:a.newAttachmentPath,oldSourcePathOrFile:e.note,oldTargetPathOrFile:i});n.push(ta(r,s))}else a.wasCopied&&n.push(ta(r,a.newAttachmentPath))}n.length>0&&(await Vc({app:this.app,changesProvider:n,pathOrFile:e.note,pluginNoticeComponent:this.pluginNoticeComponent,resourceLockComponent:this.resourceLockComponent}),e.abortSignal.throwIfAborted())}async skipAttachmentReferencedByRawPath(e){if(!this.pluginSettingsComponent.settings.shouldSkipCollectingAttachmentsReferencedByRawPath)return!1;for(let n of this.app.vault.getMarkdownFiles()){if(e.abortSignal.throwIfAborted(),e.indexedBacklinkPaths.has(n.path))continue;let i=await this.app.vault.cachedRead(n);if(G2({attachmentPath:e.attachmentPath,content:i}))return console.warn(`Skipping collecting attachment ${e.attachmentPath} as it is referenced by a raw path (not an indexed link) in ${n.path}.`),this.pluginNoticeComponent.showNotice(v(r=>r.notice.attachmentReferencedByRawPath,{attachmentPath:e.attachmentPath,noteFilePath:n.path})),!0}return!1}};var lI=require("obsidian");wt();Ve();dt();gn();Se();Re();en();dt();var D3=Tn(require("obsidian"),1);dt();var JF=Tn(rF(),1);Se();var OB=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,7,9,32,4,318,1,78,5,71,10,50,3,123,2,54,14,32,10,3,1,11,3,46,10,8,0,46,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,2,11,83,11,7,0,3,0,158,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,68,8,2,0,3,0,2,3,2,4,2,0,15,1,83,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,7,19,58,14,5,9,243,14,166,9,71,5,2,1,3,3,2,0,2,1,13,9,120,6,3,6,4,0,29,9,41,6,2,3,9,0,10,10,47,15,199,7,137,9,54,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,55,9,266,3,10,1,2,0,49,6,4,4,14,10,5350,0,7,14,11465,27,2343,9,87,9,39,4,60,6,26,9,535,9,470,0,2,54,8,3,82,0,12,1,19628,1,4178,9,519,45,3,22,543,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,101,0,161,6,10,9,357,0,62,13,499,13,245,1,2,9,233,0,3,0,8,1,6,0,475,6,110,6,6,9,4759,9,787719,239],cF=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,13,10,2,14,2,6,2,1,2,10,2,14,2,6,2,1,4,51,13,310,10,21,11,7,25,5,2,41,2,8,70,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,7,25,39,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,39,27,10,22,251,41,7,1,17,5,57,28,11,0,9,21,43,17,47,20,28,22,13,52,58,1,3,0,14,44,33,24,27,35,30,0,3,0,9,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,20,1,64,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,31,9,2,0,3,0,2,37,2,0,26,0,2,0,45,52,19,3,21,2,31,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,14,0,72,26,38,6,186,43,117,63,32,7,3,0,3,7,2,1,2,23,16,0,2,0,95,7,3,38,17,0,2,0,29,0,11,39,8,0,22,0,12,45,20,0,19,72,200,32,32,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,24,43,261,18,16,0,2,12,2,33,125,0,80,921,103,110,18,195,2637,96,16,1071,18,5,26,3994,6,582,6842,29,1763,568,8,30,18,78,18,29,19,47,17,3,32,20,6,18,433,44,212,63,33,24,3,24,45,74,6,0,67,12,65,1,2,0,15,4,10,7381,42,31,98,114,8702,3,2,6,2,1,2,290,16,0,30,2,3,0,15,3,9,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,1845,30,7,5,262,61,147,44,11,6,17,0,322,29,19,43,485,27,229,29,3,0,208,30,2,2,2,1,2,6,3,4,10,1,225,6,2,3,2,1,2,14,2,196,60,67,8,0,1205,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42719,33,4381,3,5773,3,7472,16,621,2467,541,1507,4938,6,8489],MB="\u200C\u200D\xB7\u0300-\u036F\u0387\u0483-\u0487\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u0669\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u06F0-\u06F9\u0711\u0730-\u074A\u07A6-\u07B0\u07C0-\u07C9\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0897-\u089F\u08CA-\u08E1\u08E3-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0966-\u096F\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u09E6-\u09EF\u09FE\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A66-\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0AE6-\u0AEF\u0AFA-\u0AFF\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B62\u0B63\u0B66-\u0B6F\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0BE6-\u0BEF\u0C00-\u0C04\u0C3C\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C66-\u0C6F\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0CE6-\u0CEF\u0CF3\u0D00-\u0D03\u0D3B\u0D3C\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D66-\u0D6F\u0D81-\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0E50-\u0E59\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0ED0-\u0ED9\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1040-\u1049\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F-\u109D\u135D-\u135F\u1369-\u1371\u1712-\u1715\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u17E0-\u17E9\u180B-\u180D\u180F-\u1819\u18A9\u1920-\u192B\u1930-\u193B\u1946-\u194F\u19D0-\u19DA\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AB0-\u1ABD\u1ABF-\u1ADD\u1AE0-\u1AEB\u1B00-\u1B04\u1B34-\u1B44\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BB0-\u1BB9\u1BE6-\u1BF3\u1C24-\u1C37\u1C40-\u1C49\u1C50-\u1C59\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF4\u1CF7-\u1CF9\u1DC0-\u1DFF\u200C\u200D\u203F\u2040\u2054\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\u30FB\uA620-\uA629\uA66F\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA82C\uA880\uA881\uA8B4-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F1\uA8FF-\uA909\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9D0-\uA9D9\uA9E5\uA9F0-\uA9F9\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA50-\uAA59\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uABF0-\uABF9\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFF10-\uFF19\uFF3F\uFF65",uF="\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088F\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5C\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDC-\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C8A\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7DC\uA7F1-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC",yv={3:"abstract boolean byte char class double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile",5:"class enum extends super const export import",6:"enum",strict:"implements interface let package private protected public static yield",strictBind:"eval arguments"},xv="break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this",$B={5:xv,"5module":xv+" export import",6:xv+" const class extends export import super"},pF=/^in(stanceof)?$/,RB=new RegExp("["+uF+"]"),LB=new RegExp("["+uF+MB+"]");function wv(t,e){for(var n=65536,i=0;i<e.length;i+=2){if(n+=e[i],n>t)return!1;if(n+=e[i+1],n>=t)return!0}return!1}o(wv,"isInAstralSet");function Fr(t,e){return t<65?t===36:t<91?!0:t<97?t===95:t<123?!0:t<=65535?t>=170&&RB.test(String.fromCharCode(t)):e===!1?!1:wv(t,cF)}o(Fr,"isIdentifierStart");function Ii(t,e){return t<48?t===36:t<58?!0:t<65?!1:t<91?!0:t<97?t===95:t<123?!0:t<=65535?t>=170&&LB.test(String.fromCharCode(t)):e===!1?!1:wv(t,cF)||wv(t,OB)}o(Ii,"isIdentifierChar");var Ne=o(function(e,n){n===void 0&&(n={}),this.label=e,this.keyword=n.keyword,this.beforeExpr=!!n.beforeExpr,this.startsExpr=!!n.startsExpr,this.isLoop=!!n.isLoop,this.isAssign=!!n.isAssign,this.prefix=!!n.prefix,this.postfix=!!n.postfix,this.binop=n.binop||null,this.updateContext=null},"TokenType");function Kn(t,e){return new Ne(t,{beforeExpr:!0,binop:e})}o(Kn,"binop");var Yn={beforeExpr:!0},Cn={startsExpr:!0},Pv={};function Te(t,e){return e===void 0&&(e={}),e.keyword=t,Pv[t]=new Ne(t,e)}o(Te,"kw");var k={num:new Ne("num",Cn),regexp:new Ne("regexp",Cn),string:new Ne("string",Cn),name:new Ne("name",Cn),privateId:new Ne("privateId",Cn),eof:new Ne("eof"),bracketL:new Ne("[",{beforeExpr:!0,startsExpr:!0}),bracketR:new Ne("]"),braceL:new Ne("{",{beforeExpr:!0,startsExpr:!0}),braceR:new Ne("}"),parenL:new Ne("(",{beforeExpr:!0,startsExpr:!0}),parenR:new Ne(")"),comma:new Ne(",",Yn),semi:new Ne(";",Yn),colon:new Ne(":",Yn),dot:new Ne("."),question:new Ne("?",Yn),questionDot:new Ne("?."),arrow:new Ne("=>",Yn),template:new Ne("template"),invalidTemplate:new Ne("invalidTemplate"),ellipsis:new Ne("...",Yn),backQuote:new Ne("`",Cn),dollarBraceL:new Ne("${",{beforeExpr:!0,startsExpr:!0}),eq:new Ne("=",{beforeExpr:!0,isAssign:!0}),assign:new Ne("_=",{beforeExpr:!0,isAssign:!0}),incDec:new Ne("++/--",{prefix:!0,postfix:!0,startsExpr:!0}),prefix:new Ne("!/~",{beforeExpr:!0,prefix:!0,startsExpr:!0}),logicalOR:Kn("||",1),logicalAND:Kn("&&",2),bitwiseOR:Kn("|",3),bitwiseXOR:Kn("^",4),bitwiseAND:Kn("&",5),equality:Kn("==/!=/===/!==",6),relational:Kn("</>/<=/>=",7),bitShift:Kn("<</>>/>>>",8),plusMin:new Ne("+/-",{beforeExpr:!0,binop:9,prefix:!0,startsExpr:!0}),modulo:Kn("%",10),star:Kn("*",10),slash:Kn("/",10),starstar:new Ne("**",{beforeExpr:!0}),coalesce:Kn("??",1),_break:Te("break"),_case:Te("case",Yn),_catch:Te("catch"),_continue:Te("continue"),_debugger:Te("debugger"),_default:Te("default",Yn),_do:Te("do",{isLoop:!0,beforeExpr:!0}),_else:Te("else",Yn),_finally:Te("finally"),_for:Te("for",{isLoop:!0}),_function:Te("function",Cn),_if:Te("if"),_return:Te("return",Yn),_switch:Te("switch"),_throw:Te("throw",Yn),_try:Te("try"),_var:Te("var"),_const:Te("const"),_while:Te("while",{isLoop:!0}),_with:Te("with"),_new:Te("new",{beforeExpr:!0,startsExpr:!0}),_this:Te("this",Cn),_super:Te("super",Cn),_class:Te("class",Cn),_extends:Te("extends",Yn),_export:Te("export"),_import:Te("import",Cn),_null:Te("null",Cn),_true:Te("true",Cn),_false:Te("false",Cn),_in:Te("in",{beforeExpr:!0,binop:7}),_instanceof:Te("instanceof",{beforeExpr:!0,binop:7}),_typeof:Te("typeof",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_void:Te("void",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_delete:Te("delete",{beforeExpr:!0,prefix:!0,startsExpr:!0})},wn=/\r\n?|\n|\u2028|\u2029/,jB=new RegExp(wn.source,"g");function yo(t){return t===10||t===13||t===8232||t===8233}o(yo,"isNewLine");function dF(t,e,n){n===void 0&&(n=t.length);for(var i=e;i<n;i++){var r=t.charCodeAt(i);if(yo(r))return i<n-1&&r===13&&t.charCodeAt(i+1)===10?i+2:i+1}return-1}o(dF,"nextLineBreak");var mF=/[\u1680\u2000-\u200a\u202f\u205f\u3000\ufeff]/,Tt=/(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g,hF=Object.prototype,BB=hF.hasOwnProperty,UB=hF.toString,xo=Object.hasOwn||(function(t,e){return BB.call(t,e)}),iF=Array.isArray||(function(t){return UB.call(t)==="[object Array]"}),aF=Object.create(null);function Ti(t){return aF[t]||(aF[t]=new RegExp("^(?:"+t.replace(/ /g,"|")+")$"))}o(Ti,"wordsRegexp");function ii(t){return t<=65535?String.fromCharCode(t):(t-=65536,String.fromCharCode((t>>10)+55296,(t&1023)+56320))}o(ii,"codePointToString");var VB=/(?:[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])/,Hs=o(function(e,n){this.line=e,this.column=n},"Position");Hs.prototype.offset=o(function(e){return new Hs(this.line,this.column+e)},"offset");var ip=o(function(e,n,i){this.start=n,this.end=i,e.sourceFile!==null&&(this.source=e.sourceFile)},"SourceLocation");function fF(t,e){for(var n=1,i=0;;){var r=dF(t,i,e);if(r<0)return new Hs(n,e-i);++n,i=r}}o(fF,"getLineInfo");var Av={ecmaVersion:null,sourceType:"script",strict:!1,onInsertedSemicolon:null,onTrailingComma:null,allowReserved:null,allowReturnOutsideFunction:!1,allowImportExportEverywhere:!1,allowAwaitOutsideFunction:null,allowSuperOutsideMethod:null,allowHashBang:!1,checkPrivateFields:!0,locations:!1,startLocation:null,onToken:null,onComment:null,ranges:!1,program:null,sourceFile:null,directSourceFile:null,preserveParens:!1},oF=!1;function ZB(t){var e={};for(var n in Av)e[n]=t&&xo(t,n)?t[n]:Av[n];if(e.ecmaVersion==="latest"?e.ecmaVersion=1e8:e.ecmaVersion==null?(!oF&&typeof console=="object"&&console.warn&&(oF=!0,console.warn(`Since Acorn 8.0.0, options.ecmaVersion is required.
|
|
Defaulting to 2020, but this will stop working in the future.`)),e.ecmaVersion=11):e.ecmaVersion>=2015&&(e.ecmaVersion-=2009),e.allowReserved==null&&(e.allowReserved=e.ecmaVersion<5),(!t||t.allowHashBang==null)&&(e.allowHashBang=e.ecmaVersion>=14),iF(e.onToken)){var i=e.onToken;e.onToken=function(r){return i.push(r)}}if(iF(e.onComment)&&(e.onComment=GB(e,e.onComment)),e.sourceType==="commonjs"&&e.allowAwaitOutsideFunction)throw new Error("Cannot use allowAwaitOutsideFunction with sourceType: commonjs");return e}o(ZB,"getOptions");function GB(t,e){return function(n,i,r,a,s,l){var c={type:n?"Block":"Line",value:i,start:r,end:a};t.locations&&(c.loc=new ip(this,s,l)),t.ranges&&(c.range=[r,a]),e.push(c)}}o(GB,"pushComment");var va=1,ba=2,Fv=4,gF=8,Tv=16,vF=32,ap=64,bF=128,ka=256,qs=512,kF=1024,op=va|ba|ka;function Iv(t,e){return ba|(t?Fv:0)|(e?gF:0)}o(Iv,"functionFlags");var ep=0,Dv=1,oi=2,yF=3,xF=4,CF=5,kt=o(function(e,n,i){this.options=e=ZB(e),this.sourceFile=e.sourceFile,this.keywords=Ti($B[e.ecmaVersion>=6?6:e.sourceType==="module"?"5module":5]);var r="";e.allowReserved!==!0&&(r=yv[e.ecmaVersion>=6?6:e.ecmaVersion===5?5:3],e.sourceType==="module"&&(r+=" await")),this.reservedWords=Ti(r);var a=(r?r+" ":"")+yv.strict;this.reservedWordsStrict=Ti(a),this.reservedWordsStrictBind=Ti(a+" "+yv.strictBind),this.input=String(n),this.containsEsc=!1,this.pos=i||0,this.curLine=1,e.startLocation?(this.lineStart=this.pos-e.startLocation.column,this.curLine=e.startLocation.line):i?(this.lineStart=this.input.lastIndexOf(`
|
|
`,i-1)+1,this.options.locations&&(this.curLine=this.input.slice(0,this.lineStart).split(wn).length)):this.lineStart=0,this.type=k.eof,this.value=null,this.start=this.end=this.pos,this.startLoc=this.endLoc=this.curPosition(),this.lastTokEndLoc=this.lastTokStartLoc=null,this.lastTokStart=this.lastTokEnd=this.pos,this.context=this.initialContext(),this.exprAllowed=!0,this.inModule=e.sourceType==="module",this.strict=this.inModule||e.strict===!0||this.strictDirective(this.pos),this.potentialArrowAt=-1,this.potentialArrowInForAwait=!1,this.yieldPos=this.awaitPos=this.awaitIdentPos=0,this.labels=[],this.undefinedExports=Object.create(null),this.pos===0&&e.allowHashBang&&this.input.slice(0,2)==="#!"&&this.skipLineComment(2),this.scopeStack=[],this.enterScope(this.options.sourceType==="commonjs"?ba:va),this.regexpState=null,this.privateNameStack=[]},"Parser"),Qn={inFunction:{configurable:!0},inGenerator:{configurable:!0},inAsync:{configurable:!0},canAwait:{configurable:!0},allowReturn:{configurable:!0},allowSuper:{configurable:!0},allowDirectSuper:{configurable:!0},treatFunctionsAsVar:{configurable:!0},allowNewDotTarget:{configurable:!0},allowUsing:{configurable:!0},inClassStaticBlock:{configurable:!0}};kt.prototype.parse=o(function(){var e=this,n=this.options.program||this.startNode();return this.nextToken(),this.catchStackOverflow(function(){return e.parseTopLevel(n)})},"parse");Qn.inFunction.get=function(){return(this.currentVarScope().flags&ba)>0};Qn.inGenerator.get=function(){return(this.currentVarScope().flags&gF)>0};Qn.inAsync.get=function(){return(this.currentVarScope().flags&Fv)>0};Qn.canAwait.get=function(){for(var t=this.scopeStack.length-1;t>=0;t--){var e=this.scopeStack[t],n=e.flags;if(n&(ka|qs))return!1;if(n&ba)return(n&Fv)>0}return this.inModule&&this.options.ecmaVersion>=13||this.options.allowAwaitOutsideFunction};Qn.allowReturn.get=function(){return!!(this.inFunction||this.options.allowReturnOutsideFunction&&this.currentVarScope().flags&va)};Qn.allowSuper.get=function(){var t=this.currentThisScope(),e=t.flags;return(e&ap)>0||this.options.allowSuperOutsideMethod};Qn.allowDirectSuper.get=function(){return(this.currentThisScope().flags&bF)>0};Qn.treatFunctionsAsVar.get=function(){return this.treatFunctionsAsVarInScope(this.currentScope())};Qn.allowNewDotTarget.get=function(){for(var t=this.scopeStack.length-1;t>=0;t--){var e=this.scopeStack[t],n=e.flags;if(n&(ka|qs)||n&ba&&!(n&Tv))return!0}return!1};Qn.allowUsing.get=function(){var t=this.currentScope(),e=t.flags;return!(e&kF||!this.inModule&&e&va)};Qn.inClassStaticBlock.get=function(){return(this.currentVarScope().flags&ka)>0};kt.extend=o(function(){for(var e=[],n=arguments.length;n--;)e[n]=arguments[n];for(var i=this,r=0;r<e.length;r++)i=e[r](i);return i},"extend");kt.parse=o(function(e,n){return new this(n,e).parse()},"parse");kt.parseExpressionAt=o(function(e,n,i){var r=new this(i,e,n);return r.nextToken(),r.parseExpression()},"parseExpressionAt");kt.tokenizer=o(function(e,n){return new this(n,e)},"tokenizer");Object.defineProperties(kt.prototype,Qn);var Jt=kt.prototype,HB=/^(?:'((?:\\[^]|[^'\\])*?)'|"((?:\\[^]|[^"\\])*?)")/;Jt.strictDirective=function(t){if(this.options.ecmaVersion<5)return!1;for(;;){Tt.lastIndex=t,t+=Tt.exec(this.input)[0].length;var e=HB.exec(this.input.slice(t));if(!e)return!1;if((e[1]||e[2])==="use strict"){Tt.lastIndex=t+e[0].length;var n=Tt.exec(this.input),i=n.index+n[0].length,r=this.input.charAt(i);return r===";"||r==="}"||wn.test(n[0])&&!(/[(`.[+\-/*%<>=,?^&]/.test(r)||r==="!"&&this.input.charAt(i+1)==="=")}t+=e[0].length,Tt.lastIndex=t,t+=Tt.exec(this.input)[0].length,this.input[t]===";"&&t++}};Jt.eat=function(t){return this.type===t?(this.next(),!0):!1};Jt.isContextual=function(t){return this.type===k.name&&this.value===t&&!this.containsEsc};Jt.eatContextual=function(t){return this.isContextual(t)?(this.next(),!0):!1};Jt.catchStackOverflow=function(t){try{return t()}catch(e){if(e instanceof Error&&(/\bstack\b.*\b(exceeded|overflow)\b/i.test(e.message)||/\btoo much recursion\b/i.test(e.message)))this.raise(this.start,"Not enough stack space to parse input");else throw e}};Jt.expectContextual=function(t){this.eatContextual(t)||this.unexpected()};Jt.canInsertSemicolon=function(){return this.type===k.eof||this.type===k.braceR||wn.test(this.input.slice(this.lastTokEnd,this.start))};Jt.insertSemicolon=function(){if(this.canInsertSemicolon())return this.options.onInsertedSemicolon&&this.options.onInsertedSemicolon(this.lastTokEnd,this.lastTokEndLoc),!0};Jt.semicolon=function(){!this.eat(k.semi)&&!this.insertSemicolon()&&this.unexpected()};Jt.afterTrailingComma=function(t,e){if(this.type===t)return this.options.onTrailingComma&&this.options.onTrailingComma(this.lastTokStart,this.lastTokStartLoc),e||this.next(),!0};Jt.expect=function(t){this.eat(t)||this.unexpected()};Jt.unexpected=function(t){this.raise(t??this.start,"Unexpected token")};var sp=o(function(){this.shorthandAssign=this.trailingComma=this.parenthesizedAssign=this.parenthesizedBind=this.doubleProto=-1},"DestructuringErrors");Jt.checkPatternErrors=function(t,e){if(t){t.trailingComma>-1&&this.raiseRecoverable(t.trailingComma,"Comma is not permitted after the rest element");var n=e?t.parenthesizedAssign:t.parenthesizedBind;n>-1&&this.raiseRecoverable(n,e?"Assigning to rvalue":"Parenthesized pattern")}};Jt.checkExpressionErrors=function(t,e){if(!t)return!1;var n=t.shorthandAssign,i=t.doubleProto;if(!e)return n>=0||i>=0;n>=0&&this.raise(n,"Shorthand property assignments are valid only in destructuring patterns"),i>=0&&this.raiseRecoverable(i,"Redefinition of __proto__ property")};Jt.checkYieldAwaitInDefaultParams=function(){this.yieldPos&&(!this.awaitPos||this.yieldPos<this.awaitPos)&&this.raise(this.yieldPos,"Yield expression cannot be a default value"),this.awaitPos&&this.raise(this.awaitPos,"Await expression cannot be a default value")};Jt.isSimpleAssignTarget=function(t){return t.type==="ParenthesizedExpression"?this.isSimpleAssignTarget(t.expression):t.type==="Identifier"||t.type==="MemberExpression"};var ee=kt.prototype;ee.parseTopLevel=function(t){var e=Object.create(null);for(t.body||(t.body=[]);this.type!==k.eof;){var n=this.parseStatement(null,!0,e);t.body.push(n)}if(this.inModule)for(var i=0,r=Object.keys(this.undefinedExports);i<r.length;i+=1){var a=r[i];this.raiseRecoverable(this.undefinedExports[a].start,"Export '"+a+"' is not defined")}return this.adaptDirectivePrologue(t.body),this.next(),t.sourceType=this.options.sourceType==="commonjs"?"script":this.options.sourceType,this.finishNode(t,"Program")};var Nv={kind:"loop"},qB={kind:"switch"};ee.isLet=function(t){if(this.options.ecmaVersion<6||!this.isContextual("let"))return!1;Tt.lastIndex=this.pos;var e=Tt.exec(this.input),n=this.pos+e[0].length,i=this.fullCharCodeAt(n);if(i===91||i===92)return!0;if(t)return!1;if(i===123)return!0;if(Fr(i)){var r=n;do n+=i<=65535?1:2;while(Ii(i=this.fullCharCodeAt(n)));if(i===92)return!0;var a=this.input.slice(r,n);if(!pF.test(a))return!0}return!1};ee.isAsyncFunction=function(){if(this.options.ecmaVersion<8||!this.isContextual("async"))return!1;Tt.lastIndex=this.pos;var t=Tt.exec(this.input),e=this.pos+t[0].length,n;return!wn.test(this.input.slice(this.pos,e))&&this.input.slice(e,e+8)==="function"&&(e+8===this.input.length||!(Ii(n=this.fullCharCodeAt(e+8))||n===92))};ee.isUsingKeyword=function(t,e){if(this.options.ecmaVersion<17||!this.isContextual(t?"await":"using"))return!1;Tt.lastIndex=this.pos;var n=Tt.exec(this.input),i=this.pos+n[0].length;if(wn.test(this.input.slice(this.pos,i)))return!1;if(t){var r=i+5,a;if(this.input.slice(i,r)!=="using"||r===this.input.length||Ii(a=this.fullCharCodeAt(r))||a===92)return!1;Tt.lastIndex=r;var s=Tt.exec(this.input);if(i=r+s[0].length,s&&wn.test(this.input.slice(r,i)))return!1}var l=this.fullCharCodeAt(i);if(!Fr(l)&&l!==92)return!1;var c=i;do i+=l<=65535?1:2;while(Ii(l=this.fullCharCodeAt(i)));if(l===92)return!0;var u=this.input.slice(c,i);if(pF.test(u))return!1;if(e&&!t&&u==="of"){Tt.lastIndex=i;var p=Tt.exec(this.input);if(i=i+p[0].length,this.input.charCodeAt(i)!==61||(l=this.input.charCodeAt(i+1))===61||l===62)return!1}return!0};ee.isAwaitUsing=function(t){return this.isUsingKeyword(!0,t)};ee.isUsing=function(t){return this.isUsingKeyword(!1,t)};ee.parseStatement=function(t,e,n){var i=this.type,r=this.startNode(),a;switch(this.isLet(t)&&(i=k._var,a="let"),i){case k._break:case k._continue:return this.parseBreakContinueStatement(r,i.keyword);case k._debugger:return this.parseDebuggerStatement(r);case k._do:return this.parseDoStatement(r);case k._for:return this.parseForStatement(r);case k._function:return t&&(this.strict||t!=="if"&&t!=="label")&&this.options.ecmaVersion>=6&&this.unexpected(),this.parseFunctionStatement(r,!1,!t);case k._class:return t&&this.unexpected(),this.parseClass(r,!0);case k._if:return this.parseIfStatement(r);case k._return:return this.parseReturnStatement(r);case k._switch:return this.parseSwitchStatement(r);case k._throw:return this.parseThrowStatement(r);case k._try:return this.parseTryStatement(r);case k._const:case k._var:return a=a||this.value,t&&a!=="var"&&this.unexpected(),this.parseVarStatement(r,a);case k._while:return this.parseWhileStatement(r);case k._with:return this.parseWithStatement(r);case k.braceL:return this.parseBlock(!0,r);case k.semi:return this.parseEmptyStatement(r);case k._export:case k._import:if(this.options.ecmaVersion>10&&i===k._import){Tt.lastIndex=this.pos;var s=Tt.exec(this.input),l=this.pos+s[0].length,c=this.input.charCodeAt(l);if(c===40||c===46)return this.parseExpressionStatement(r,this.parseExpression())}return this.options.allowImportExportEverywhere||(e||this.raise(this.start,"'import' and 'export' may only appear at the top level"),this.inModule||this.raise(this.start,"'import' and 'export' may appear only with 'sourceType: module'")),i===k._import?this.parseImport(r):this.parseExport(r,n);default:if(this.isAsyncFunction())return t&&this.unexpected(),this.next(),this.parseFunctionStatement(r,!0,!t);var u=this.isAwaitUsing(!1)?"await using":this.isUsing(!1)?"using":null;if(u)return this.allowUsing||this.raise(this.start,"Using declaration cannot appear in the top level when source type is `script` or in the bare case statement"),t&&this.raise(this.start,"Using declaration is not allowed in single-statement positions"),u==="await using"&&(this.canAwait||this.raise(this.start,"Await using cannot appear outside of async function"),this.next()),this.next(),this.parseVar(r,!1,u),this.semicolon(),this.finishNode(r,"VariableDeclaration");var p=this.value,d=this.parseExpression();return i===k.name&&d.type==="Identifier"&&this.eat(k.colon)?this.parseLabeledStatement(r,p,d,t):this.parseExpressionStatement(r,d)}};ee.parseBreakContinueStatement=function(t,e){var n=e==="break";this.next(),this.eat(k.semi)||this.insertSemicolon()?t.label=null:this.type!==k.name?this.unexpected():(t.label=this.parseIdent(),this.semicolon());for(var i=0;i<this.labels.length;++i){var r=this.labels[i];if((t.label==null||r.name===t.label.name)&&(r.kind!=null&&(n||r.kind==="loop")||t.label&&n))break}return i===this.labels.length&&this.raise(t.start,"Unsyntactic "+e),this.finishNode(t,n?"BreakStatement":"ContinueStatement")};ee.parseDebuggerStatement=function(t){return this.next(),this.semicolon(),this.finishNode(t,"DebuggerStatement")};ee.parseDoStatement=function(t){return this.next(),this.labels.push(Nv),t.body=this.parseStatement("do"),this.labels.pop(),this.expect(k._while),t.test=this.parseParenExpression(),this.options.ecmaVersion>=6?this.eat(k.semi):this.semicolon(),this.finishNode(t,"DoWhileStatement")};ee.parseForStatement=function(t){this.next();var e=this.options.ecmaVersion>=9&&this.canAwait&&this.eatContextual("await")?this.lastTokStart:-1;if(this.labels.push(Nv),this.enterScope(0),this.expect(k.parenL),this.type===k.semi)return e>-1&&this.unexpected(e),this.parseFor(t,null);var n=this.isLet();if(this.type===k._var||this.type===k._const||n){var i=this.startNode(),r=n?"let":this.value;return this.next(),this.parseVar(i,!0,r),this.finishNode(i,"VariableDeclaration"),this.parseForAfterInit(t,i,e)}var a=this.isContextual("let"),s=!1,l=this.isUsing(!0)?"using":this.isAwaitUsing(!0)?"await using":null;if(l){var c=this.startNode();return this.next(),l==="await using"&&(this.canAwait||this.raise(this.start,"Await using cannot appear outside of async function"),this.next()),this.parseVar(c,!0,l),this.finishNode(c,"VariableDeclaration"),this.parseForAfterInit(t,c,e)}var u=this.containsEsc,p=new sp,d=this.start,m=e>-1?this.parseExprSubscripts(p,"await"):this.parseExpression(!0,p);return this.type===k._in||(s=this.options.ecmaVersion>=6&&this.isContextual("of"))?(e>-1?(this.type===k._in&&this.unexpected(e),t.await=!0):s&&this.options.ecmaVersion>=8&&(m.start===d&&!u&&m.type==="Identifier"&&m.name==="async"?this.unexpected():this.options.ecmaVersion>=9&&(t.await=!1)),a&&s&&this.raise(m.start,"The left-hand side of a for-of loop may not start with 'let'."),this.toAssignable(m,!1,p),this.checkLValPattern(m),this.parseForIn(t,m)):(this.checkExpressionErrors(p,!0),e>-1&&this.unexpected(e),this.parseFor(t,m))};ee.parseForAfterInit=function(t,e,n){return(this.type===k._in||this.options.ecmaVersion>=6&&this.isContextual("of"))&&e.declarations.length===1?(this.type===k._in?((e.kind==="using"||e.kind==="await using")&&!e.declarations[0].init&&this.raise(this.start,"Using declaration is not allowed in for-in loops"),this.options.ecmaVersion>=9&&n>-1&&this.unexpected(n)):this.options.ecmaVersion>=9&&(t.await=n>-1),this.parseForIn(t,e)):(n>-1&&this.unexpected(n),this.parseFor(t,e))};ee.parseFunctionStatement=function(t,e,n){return this.next(),this.parseFunction(t,Gs|(n?0:Sv),!1,e)};ee.parseIfStatement=function(t){return this.next(),t.test=this.parseParenExpression(),t.consequent=this.parseStatement("if"),t.alternate=this.eat(k._else)?this.parseStatement("if"):null,this.finishNode(t,"IfStatement")};ee.parseReturnStatement=function(t){return this.allowReturn||this.raise(this.start,"'return' outside of function"),this.next(),this.eat(k.semi)||this.insertSemicolon()?t.argument=null:(t.argument=this.parseExpression(),this.semicolon()),this.finishNode(t,"ReturnStatement")};ee.parseSwitchStatement=function(t){this.next(),t.discriminant=this.parseParenExpression(),t.cases=[],this.expect(k.braceL),this.labels.push(qB),this.enterScope(kF);for(var e,n=!1;this.type!==k.braceR;)if(this.type===k._case||this.type===k._default){var i=this.type===k._case;e&&this.finishNode(e,"SwitchCase"),t.cases.push(e=this.startNode()),e.consequent=[],this.next(),i?e.test=this.parseExpression():(n&&this.raiseRecoverable(this.lastTokStart,"Multiple default clauses"),n=!0,e.test=null),this.expect(k.colon)}else e||this.unexpected(),e.consequent.push(this.parseStatement(null));return this.exitScope(),e&&this.finishNode(e,"SwitchCase"),this.next(),this.labels.pop(),this.finishNode(t,"SwitchStatement")};ee.parseThrowStatement=function(t){return this.next(),wn.test(this.input.slice(this.lastTokEnd,this.start))&&this.raise(this.lastTokEnd,"Illegal newline after throw"),t.argument=this.parseExpression(),this.semicolon(),this.finishNode(t,"ThrowStatement")};var WB=[];ee.parseCatchClauseParam=function(){var t=this.parseBindingAtom(),e=t.type==="Identifier";return this.enterScope(e?vF:0),this.checkLValPattern(t,e?xF:oi),this.expect(k.parenR),t};ee.parseTryStatement=function(t){if(this.next(),t.block=this.parseBlock(),t.handler=null,this.type===k._catch){var e=this.startNode();this.next(),this.eat(k.parenL)?e.param=this.parseCatchClauseParam():(this.options.ecmaVersion<10&&this.unexpected(),e.param=null,this.enterScope(0)),e.body=this.parseBlock(!1),this.exitScope(),t.handler=this.finishNode(e,"CatchClause")}return t.finalizer=this.eat(k._finally)?this.parseBlock():null,!t.handler&&!t.finalizer&&this.raise(t.start,"Missing catch or finally clause"),this.finishNode(t,"TryStatement")};ee.parseVarStatement=function(t,e,n){return this.next(),this.parseVar(t,!1,e,n),this.semicolon(),this.finishNode(t,"VariableDeclaration")};ee.parseWhileStatement=function(t){return this.next(),t.test=this.parseParenExpression(),this.labels.push(Nv),t.body=this.parseStatement("while"),this.labels.pop(),this.finishNode(t,"WhileStatement")};ee.parseWithStatement=function(t){return this.strict&&this.raise(this.start,"'with' in strict mode"),this.next(),t.object=this.parseParenExpression(),t.body=this.parseStatement("with"),this.finishNode(t,"WithStatement")};ee.parseEmptyStatement=function(t){return this.next(),this.finishNode(t,"EmptyStatement")};ee.parseLabeledStatement=function(t,e,n,i){for(var r=0,a=this.labels;r<a.length;r+=1){var s=a[r];s.name===e&&this.raise(n.start,"Label '"+e+"' is already declared")}for(var l=this.type.isLoop?"loop":this.type===k._switch?"switch":null,c=this.labels.length-1;c>=0;c--){var u=this.labels[c];if(u.statementStart===t.start)u.statementStart=this.start,u.kind=l;else break}return this.labels.push({name:e,kind:l,statementStart:this.start}),t.body=this.parseStatement(i?i.indexOf("label")===-1?i+"label":i:"label"),this.labels.pop(),t.label=n,this.finishNode(t,"LabeledStatement")};ee.parseExpressionStatement=function(t,e){return t.expression=e,this.semicolon(),this.finishNode(t,"ExpressionStatement")};ee.parseBlock=function(t,e,n){for(t===void 0&&(t=!0),e===void 0&&(e=this.startNode()),e.body=[],this.expect(k.braceL),t&&this.enterScope(0);this.type!==k.braceR;){var i=this.parseStatement(null);e.body.push(i)}return n&&(this.strict=!1),this.next(),t&&this.exitScope(),this.finishNode(e,"BlockStatement")};ee.parseFor=function(t,e){return t.init=e,this.expect(k.semi),t.test=this.type===k.semi?null:this.parseExpression(),this.expect(k.semi),t.update=this.type===k.parenR?null:this.parseExpression(),this.expect(k.parenR),t.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(t,"ForStatement")};ee.parseForIn=function(t,e){var n=this.type===k._in;return this.next(),e.type==="VariableDeclaration"&&e.declarations[0].init!=null&&(!n||this.options.ecmaVersion<8||this.strict||e.kind!=="var"||e.declarations[0].id.type!=="Identifier")&&this.raise(e.start,(n?"for-in":"for-of")+" loop variable declaration may not have an initializer"),t.left=e,t.right=n?this.parseExpression():this.parseMaybeAssign(),this.expect(k.parenR),t.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(t,n?"ForInStatement":"ForOfStatement")};ee.parseVar=function(t,e,n,i){for(t.declarations=[],t.kind=n;;){var r=this.startNode();if(this.parseVarId(r,n),this.eat(k.eq)?r.init=this.parseMaybeAssign(e):!i&&n==="const"&&!(this.type===k._in||this.options.ecmaVersion>=6&&this.isContextual("of"))?this.unexpected():!i&&(n==="using"||n==="await using")&&this.options.ecmaVersion>=17&&this.type!==k._in&&!this.isContextual("of")?this.raise(this.lastTokEnd,"Missing initializer in "+n+" declaration"):!i&&r.id.type!=="Identifier"&&!(e&&(this.type===k._in||this.isContextual("of")))?this.raise(this.lastTokEnd,"Complex binding patterns require an initialization value"):r.init=null,t.declarations.push(this.finishNode(r,"VariableDeclarator")),!this.eat(k.comma))break}return t};ee.parseVarId=function(t,e){t.id=e==="using"||e==="await using"?this.parseIdent():this.parseBindingAtom(),this.checkLValPattern(t.id,e==="var"?Dv:oi,!1)};var Gs=1,Sv=2,wF=4;ee.parseFunction=function(t,e,n,i,r){this.initFunction(t),(this.options.ecmaVersion>=9||this.options.ecmaVersion>=6&&!i)&&(this.type===k.star&&e&Sv&&this.unexpected(),t.generator=this.eat(k.star)),this.options.ecmaVersion>=8&&(t.async=!!i),e&Gs&&(t.id=e&wF&&this.type!==k.name?null:this.parseIdent(),t.id&&!(e&Sv)&&this.checkLValSimple(t.id,this.strict||t.generator||t.async?this.treatFunctionsAsVar?Dv:oi:yF));var a=this.yieldPos,s=this.awaitPos,l=this.awaitIdentPos;return this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(Iv(t.async,t.generator)),e&Gs||(t.id=this.type===k.name?this.parseIdent():null),this.parseFunctionParams(t),this.parseFunctionBody(t,n,!1,r),this.yieldPos=a,this.awaitPos=s,this.awaitIdentPos=l,this.finishNode(t,e&Gs?"FunctionDeclaration":"FunctionExpression")};ee.parseFunctionParams=function(t){this.expect(k.parenL),t.params=this.parseBindingList(k.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams()};ee.parseClass=function(t,e){this.next();var n=this.strict;this.strict=!0,this.parseClassId(t,e),this.parseClassSuper(t);var i=this.enterClassBody(),r=this.startNode(),a=!1;for(r.body=[],this.expect(k.braceL);this.type!==k.braceR;){var s=this.parseClassElement(t.superClass!==null);s&&(r.body.push(s),s.type==="MethodDefinition"&&s.kind==="constructor"?(a&&this.raiseRecoverable(s.start,"Duplicate constructor in the same class"),a=!0):s.key&&s.key.type==="PrivateIdentifier"&&JB(i,s)&&this.raiseRecoverable(s.key.start,"Identifier '#"+s.key.name+"' has already been declared"))}return this.strict=n,this.next(),t.body=this.finishNode(r,"ClassBody"),this.exitClassBody(),this.finishNode(t,e?"ClassDeclaration":"ClassExpression")};ee.parseClassElement=function(t){if(this.eat(k.semi))return null;var e=this.options.ecmaVersion,n=this.startNode(),i="",r=!1,a=!1,s="method",l=!1;if(this.eatContextual("static")){if(e>=13&&this.eat(k.braceL))return this.parseClassStaticBlock(n),n;this.isClassElementNameStart()||this.type===k.star?l=!0:i="static"}if(n.static=l,!i&&e>=8&&this.eatContextual("async")&&((this.isClassElementNameStart()||this.type===k.star)&&!this.canInsertSemicolon()?a=!0:i="async"),!i&&(e>=9||!a)&&this.eat(k.star)&&(r=!0),!i&&!a&&!r){var c=this.value;(this.eatContextual("get")||this.eatContextual("set"))&&(this.isClassElementNameStart()?s=c:i=c)}if(i?(n.computed=!1,n.key=this.startNodeAt(this.lastTokStart,this.lastTokStartLoc),n.key.name=i,this.finishNode(n.key,"Identifier")):this.parseClassElementName(n),e<13||this.type===k.parenL||s!=="method"||r||a){var u=!n.static&&tp(n,"constructor"),p=u&&t;u&&s!=="method"&&this.raise(n.key.start,"Constructor can't have get/set modifier"),n.kind=u?"constructor":s,this.parseClassMethod(n,r,a,p)}else this.parseClassField(n);return n};ee.isClassElementNameStart=function(){return this.type===k.name||this.type===k.privateId||this.type===k.num||this.type===k.string||this.type===k.bracketL||this.type.keyword};ee.parseClassElementName=function(t){this.type===k.privateId?(this.value==="constructor"&&this.raise(this.start,"Classes can't have an element named '#constructor'"),t.computed=!1,t.key=this.parsePrivateIdent()):this.parsePropertyName(t)};ee.parseClassMethod=function(t,e,n,i){var r=t.key;t.kind==="constructor"?(e&&this.raise(r.start,"Constructor can't be a generator"),n&&this.raise(r.start,"Constructor can't be an async method")):t.static&&tp(t,"prototype")&&this.raise(r.start,"Classes may not have a static property named prototype");var a=t.value=this.parseMethod(e,n,i);return t.kind==="get"&&a.params.length!==0&&this.raiseRecoverable(a.start,"getter should have no params"),t.kind==="set"&&a.params.length!==1&&this.raiseRecoverable(a.start,"setter should have exactly one param"),t.kind==="set"&&a.params[0].type==="RestElement"&&this.raiseRecoverable(a.params[0].start,"Setter cannot use rest params"),this.finishNode(t,"MethodDefinition")};ee.parseClassField=function(t){return tp(t,"constructor")?this.raise(t.key.start,"Classes can't have a field named 'constructor'"):t.static&&tp(t,"prototype")&&this.raise(t.key.start,"Classes can't have a static field named 'prototype'"),this.eat(k.eq)?(this.enterScope(qs|ap),t.value=this.parseMaybeAssign(),this.exitScope()):t.value=null,this.semicolon(),this.finishNode(t,"PropertyDefinition")};ee.parseClassStaticBlock=function(t){t.body=[];var e=this.labels;for(this.labels=[],this.enterScope(ka|ap);this.type!==k.braceR;){var n=this.parseStatement(null);t.body.push(n)}return this.next(),this.exitScope(),this.labels=e,this.finishNode(t,"StaticBlock")};ee.parseClassId=function(t,e){this.type===k.name?(t.id=this.parseIdent(),e&&this.checkLValSimple(t.id,oi,!1)):(e===!0&&this.unexpected(),t.id=null)};ee.parseClassSuper=function(t){t.superClass=this.eat(k._extends)?this.parseExprSubscripts(null,!1):null};ee.enterClassBody=function(){var t={declared:Object.create(null),used:[]};return this.privateNameStack.push(t),t.declared};ee.exitClassBody=function(){var t=this.privateNameStack.pop(),e=t.declared,n=t.used;if(this.options.checkPrivateFields)for(var i=this.privateNameStack.length,r=i===0?null:this.privateNameStack[i-1],a=0;a<n.length;++a){var s=n[a];xo(e,s.name)||(r?r.used.push(s):this.raiseRecoverable(s.start,"Private field '#"+s.name+"' must be declared in an enclosing class"))}};function JB(t,e){var n=e.key.name,i=t[n],r="true";return e.type==="MethodDefinition"&&(e.kind==="get"||e.kind==="set")&&(r=(e.static?"s":"i")+e.kind),i==="iget"&&r==="iset"||i==="iset"&&r==="iget"||i==="sget"&&r==="sset"||i==="sset"&&r==="sget"?(t[n]="true",!1):i?!0:(t[n]=r,!1)}o(JB,"isPrivateNameConflicted");function tp(t,e){var n=t.computed,i=t.key;return!n&&(i.type==="Identifier"&&i.name===e||i.type==="Literal"&&i.value===e)}o(tp,"checkKeyName");ee.parseExportAllDeclaration=function(t,e){return this.options.ecmaVersion>=11&&(this.eatContextual("as")?(t.exported=this.parseModuleExportName(),this.checkExport(e,t.exported,this.lastTokStart)):t.exported=null),this.expectContextual("from"),this.type!==k.string&&this.unexpected(),t.source=this.parseExprAtom(),this.options.ecmaVersion>=16&&(t.attributes=this.parseWithClause()),this.semicolon(),this.finishNode(t,"ExportAllDeclaration")};ee.parseExport=function(t,e){if(this.next(),this.eat(k.star))return this.parseExportAllDeclaration(t,e);if(this.eat(k._default))return this.checkExport(e,"default",this.lastTokStart),t.declaration=this.parseExportDefaultDeclaration(),this.finishNode(t,"ExportDefaultDeclaration");if(this.shouldParseExportStatement())t.declaration=this.parseExportDeclaration(t),t.declaration.type==="VariableDeclaration"?this.checkVariableExport(e,t.declaration.declarations):this.checkExport(e,t.declaration.id,t.declaration.id.start),t.specifiers=[],t.source=null,this.options.ecmaVersion>=16&&(t.attributes=[]);else{if(t.declaration=null,t.specifiers=this.parseExportSpecifiers(e),this.eatContextual("from"))this.type!==k.string&&this.unexpected(),t.source=this.parseExprAtom(),this.options.ecmaVersion>=16&&(t.attributes=this.parseWithClause());else{for(var n=0,i=t.specifiers;n<i.length;n+=1){var r=i[n];this.checkUnreserved(r.local),this.checkLocalExport(r.local),r.local.type==="Literal"&&this.raise(r.local.start,"A string literal cannot be used as an exported binding without `from`.")}t.source=null,this.options.ecmaVersion>=16&&(t.attributes=[])}this.semicolon()}return this.finishNode(t,"ExportNamedDeclaration")};ee.parseExportDeclaration=function(t){return this.parseStatement(null)};ee.parseExportDefaultDeclaration=function(){var t;if(this.type===k._function||(t=this.isAsyncFunction())){var e=this.startNode();return this.next(),t&&this.next(),this.parseFunction(e,Gs|wF,!1,t)}else if(this.type===k._class){var n=this.startNode();return this.parseClass(n,"nullableID")}else{var i=this.parseMaybeAssign();return this.semicolon(),i}};ee.checkExport=function(t,e,n){t&&(typeof e!="string"&&(e=e.type==="Identifier"?e.name:e.value),xo(t,e)&&this.raiseRecoverable(n,"Duplicate export '"+e+"'"),t[e]=!0)};ee.checkPatternExport=function(t,e){var n=e.type;if(n==="Identifier")this.checkExport(t,e,e.start);else if(n==="ObjectPattern")for(var i=0,r=e.properties;i<r.length;i+=1){var a=r[i];this.checkPatternExport(t,a)}else if(n==="ArrayPattern")for(var s=0,l=e.elements;s<l.length;s+=1){var c=l[s];c&&this.checkPatternExport(t,c)}else n==="Property"?this.checkPatternExport(t,e.value):n==="AssignmentPattern"?this.checkPatternExport(t,e.left):n==="RestElement"&&this.checkPatternExport(t,e.argument)};ee.checkVariableExport=function(t,e){if(t)for(var n=0,i=e;n<i.length;n+=1){var r=i[n];this.checkPatternExport(t,r.id)}};ee.shouldParseExportStatement=function(){return this.type.keyword==="var"||this.type.keyword==="const"||this.type.keyword==="class"||this.type.keyword==="function"||this.isLet()||this.isAsyncFunction()};ee.parseExportSpecifier=function(t){var e=this.startNode();return e.local=this.parseModuleExportName(),e.exported=this.eatContextual("as")?this.parseModuleExportName():e.local,this.checkExport(t,e.exported,e.exported.start),this.finishNode(e,"ExportSpecifier")};ee.parseExportSpecifiers=function(t){var e=[],n=!0;for(this.expect(k.braceL);!this.eat(k.braceR);){if(n)n=!1;else if(this.expect(k.comma),this.afterTrailingComma(k.braceR))break;e.push(this.parseExportSpecifier(t))}return e};ee.parseImport=function(t){return this.next(),this.type===k.string?(t.specifiers=WB,t.source=this.parseExprAtom()):(t.specifiers=this.parseImportSpecifiers(),this.expectContextual("from"),t.source=this.type===k.string?this.parseExprAtom():this.unexpected()),this.options.ecmaVersion>=16&&(t.attributes=this.parseWithClause()),this.semicolon(),this.finishNode(t,"ImportDeclaration")};ee.parseImportSpecifier=function(){var t=this.startNode();return t.imported=this.parseModuleExportName(),this.eatContextual("as")?t.local=this.parseIdent():(this.checkUnreserved(t.imported),t.local=t.imported),this.checkLValSimple(t.local,oi),this.finishNode(t,"ImportSpecifier")};ee.parseImportDefaultSpecifier=function(){var t=this.startNode();return t.local=this.parseIdent(),this.checkLValSimple(t.local,oi),this.finishNode(t,"ImportDefaultSpecifier")};ee.parseImportNamespaceSpecifier=function(){var t=this.startNode();return this.next(),this.expectContextual("as"),t.local=this.parseIdent(),this.checkLValSimple(t.local,oi),this.finishNode(t,"ImportNamespaceSpecifier")};ee.parseImportSpecifiers=function(){var t=[],e=!0;if(this.type===k.name&&(t.push(this.parseImportDefaultSpecifier()),!this.eat(k.comma)))return t;if(this.type===k.star)return t.push(this.parseImportNamespaceSpecifier()),t;for(this.expect(k.braceL);!this.eat(k.braceR);){if(e)e=!1;else if(this.expect(k.comma),this.afterTrailingComma(k.braceR))break;t.push(this.parseImportSpecifier())}return t};ee.parseWithClause=function(){var t=[];if(!this.eat(k._with))return t;this.expect(k.braceL);for(var e={},n=!0;!this.eat(k.braceR);){if(n)n=!1;else if(this.expect(k.comma),this.afterTrailingComma(k.braceR))break;var i=this.parseImportAttribute(),r=i.key.type==="Identifier"?i.key.name:i.key.value;xo(e,r)&&this.raiseRecoverable(i.key.start,"Duplicate attribute key '"+r+"'"),e[r]=!0,t.push(i)}return t};ee.parseImportAttribute=function(){var t=this.startNode();return t.key=this.type===k.string?this.parseExprAtom():this.parseIdent(this.options.allowReserved!=="never"),this.expect(k.colon),this.type!==k.string&&this.unexpected(),t.value=this.parseExprAtom(),this.finishNode(t,"ImportAttribute")};ee.parseModuleExportName=function(){if(this.options.ecmaVersion>=13&&this.type===k.string){var t=this.parseLiteral(this.value);return VB.test(t.value)&&this.raise(t.start,"An export name cannot include a lone surrogate."),t}return this.parseIdent(!0)};ee.adaptDirectivePrologue=function(t){for(var e=0;e<t.length&&this.isDirectiveCandidate(t[e]);++e)t[e].directive=t[e].expression.raw.slice(1,-1)};ee.isDirectiveCandidate=function(t){return this.options.ecmaVersion>=5&&t.type==="ExpressionStatement"&&t.expression.type==="Literal"&&typeof t.expression.value=="string"&&(this.input[t.start]==='"'||this.input[t.start]==="'")};var er=kt.prototype;er.toAssignable=function(t,e,n){if(this.options.ecmaVersion>=6&&t)switch(t.type){case"Identifier":this.inAsync&&t.name==="await"&&this.raise(t.start,"Cannot use 'await' as identifier inside an async function");break;case"ObjectPattern":case"ArrayPattern":case"AssignmentPattern":case"RestElement":break;case"ObjectExpression":t.type="ObjectPattern",n&&this.checkPatternErrors(n,!0);for(var i=0,r=t.properties;i<r.length;i+=1){var a=r[i];this.toAssignable(a,e),a.type==="RestElement"&&(a.argument.type==="ArrayPattern"||a.argument.type==="ObjectPattern")&&this.raise(a.argument.start,"Unexpected token")}break;case"Property":t.kind!=="init"&&this.raise(t.key.start,"Object pattern can't contain getter or setter"),this.toAssignable(t.value,e);break;case"ArrayExpression":t.type="ArrayPattern",n&&this.checkPatternErrors(n,!0),this.toAssignableList(t.elements,e);break;case"SpreadElement":t.type="RestElement",this.toAssignable(t.argument,e),t.argument.type==="AssignmentPattern"&&this.raise(t.argument.start,"Rest elements cannot have a default value");break;case"AssignmentExpression":t.operator!=="="&&this.raise(t.left.end,"Only '=' operator can be used for specifying default value."),t.type="AssignmentPattern",delete t.operator,this.toAssignable(t.left,e);break;case"ParenthesizedExpression":this.toAssignable(t.expression,e,n);break;case"ChainExpression":this.raiseRecoverable(t.start,"Optional chaining cannot appear in left-hand side");break;case"MemberExpression":if(!e)break;default:this.raise(t.start,"Assigning to rvalue")}else n&&this.checkPatternErrors(n,!0);return t};er.toAssignableList=function(t,e){for(var n=t.length,i=0;i<n;i++){var r=t[i];r&&this.toAssignable(r,e)}if(n){var a=t[n-1];this.options.ecmaVersion===6&&e&&a&&a.type==="RestElement"&&a.argument.type!=="Identifier"&&this.unexpected(a.argument.start)}return t};er.parseSpread=function(t){var e=this.startNode();return this.next(),e.argument=this.parseMaybeAssign(!1,t),this.finishNode(e,"SpreadElement")};er.parseRestBinding=function(){var t=this.startNode();return this.next(),this.options.ecmaVersion===6&&this.type!==k.name&&this.unexpected(),t.argument=this.parseBindingAtom(),this.finishNode(t,"RestElement")};er.parseBindingAtom=function(){if(this.options.ecmaVersion>=6)switch(this.type){case k.bracketL:var t=this.startNode();return this.next(),t.elements=this.parseBindingList(k.bracketR,!0,!0),this.finishNode(t,"ArrayPattern");case k.braceL:return this.parseObj(!0)}return this.parseIdent()};er.parseBindingList=function(t,e,n,i){for(var r=[],a=!0;!this.eat(t);)if(a?a=!1:this.expect(k.comma),e&&this.type===k.comma)r.push(null);else{if(n&&this.afterTrailingComma(t))break;if(this.type===k.ellipsis){var s=this.parseRestBinding();this.parseBindingListItem(s),r.push(s),this.type===k.comma&&this.raiseRecoverable(this.start,"Comma is not permitted after the rest element"),this.expect(t);break}else r.push(this.parseAssignableListItem(i))}return r};er.parseAssignableListItem=function(t){var e=this.parseMaybeDefault(this.start,this.startLoc);return this.parseBindingListItem(e),e};er.parseBindingListItem=function(t){return t};er.parseMaybeDefault=function(t,e,n){if(n=n||this.parseBindingAtom(),this.options.ecmaVersion<6||!this.eat(k.eq))return n;var i=this.startNodeAt(t,e);return i.left=n,i.right=this.parseMaybeAssign(),this.finishNode(i,"AssignmentPattern")};er.checkLValSimple=function(t,e,n){e===void 0&&(e=ep);var i=e!==ep;switch(t.type){case"Identifier":this.strict&&this.reservedWordsStrictBind.test(t.name)&&this.raiseRecoverable(t.start,(i?"Binding ":"Assigning to ")+t.name+" in strict mode"),i&&(e===oi&&t.name==="let"&&this.raiseRecoverable(t.start,"let is disallowed as a lexically bound name"),n&&(xo(n,t.name)&&this.raiseRecoverable(t.start,"Argument name clash"),n[t.name]=!0),e!==CF&&this.declareName(t.name,e,t.start));break;case"ChainExpression":this.raiseRecoverable(t.start,"Optional chaining cannot appear in left-hand side");break;case"MemberExpression":i&&this.raiseRecoverable(t.start,"Binding member expression");break;case"ParenthesizedExpression":return i&&this.raiseRecoverable(t.start,"Binding parenthesized expression"),this.checkLValSimple(t.expression,e,n);default:this.raise(t.start,(i?"Binding":"Assigning to")+" rvalue")}};er.checkLValPattern=function(t,e,n){switch(e===void 0&&(e=ep),t.type){case"ObjectPattern":for(var i=0,r=t.properties;i<r.length;i+=1){var a=r[i];this.checkLValInnerPattern(a,e,n)}break;case"ArrayPattern":for(var s=0,l=t.elements;s<l.length;s+=1){var c=l[s];c&&this.checkLValInnerPattern(c,e,n)}break;default:this.checkLValSimple(t,e,n)}};er.checkLValInnerPattern=function(t,e,n){switch(e===void 0&&(e=ep),t.type){case"Property":this.checkLValInnerPattern(t.value,e,n);break;case"AssignmentPattern":this.checkLValPattern(t.left,e,n);break;case"RestElement":this.checkLValPattern(t.argument,e,n);break;default:this.checkLValPattern(t,e,n)}};var dr=o(function(e,n,i,r,a){this.token=e,this.isExpr=!!n,this.preserveSpace=!!i,this.override=r,this.generator=!!a},"TokContext"),Xe={b_stat:new dr("{",!1),b_expr:new dr("{",!0),b_tmpl:new dr("${",!1),p_stat:new dr("(",!1),p_expr:new dr("(",!0),q_tmpl:new dr("`",!0,!0,function(t){return t.tryReadTemplateToken()}),f_stat:new dr("function",!1),f_expr:new dr("function",!0),f_expr_gen:new dr("function",!0,!1,null,!0),f_gen:new dr("function",!1,!1,null,!0)},Co=kt.prototype;Co.initialContext=function(){return[Xe.b_stat]};Co.curContext=function(){return this.context[this.context.length-1]};Co.braceIsBlock=function(t){var e=this.curContext();return e===Xe.f_expr||e===Xe.f_stat?!0:t===k.colon&&(e===Xe.b_stat||e===Xe.b_expr)?!e.isExpr:t===k._return||t===k.name&&this.exprAllowed?wn.test(this.input.slice(this.lastTokEnd,this.start)):t===k._else||t===k.semi||t===k.eof||t===k.parenR||t===k.arrow?!0:t===k.braceL?e===Xe.b_stat:t===k._var||t===k._const||t===k.name?!1:!this.exprAllowed};Co.inGeneratorContext=function(){for(var t=this.context.length-1;t>=1;t--){var e=this.context[t];if(e.token==="function")return e.generator}return!1};Co.updateContext=function(t){var e,n=this.type;n.keyword&&t===k.dot?this.exprAllowed=!1:(e=n.updateContext)?e.call(this,t):this.exprAllowed=n.beforeExpr};Co.overrideContext=function(t){this.curContext()!==t&&(this.context[this.context.length-1]=t)};k.parenR.updateContext=k.braceR.updateContext=function(){if(this.context.length===1){this.exprAllowed=!0;return}var t=this.context.pop();t===Xe.b_stat&&this.curContext().token==="function"&&(t=this.context.pop()),this.exprAllowed=!t.isExpr};k.braceL.updateContext=function(t){this.context.push(this.braceIsBlock(t)?Xe.b_stat:Xe.b_expr),this.exprAllowed=!0};k.dollarBraceL.updateContext=function(){this.context.push(Xe.b_tmpl),this.exprAllowed=!0};k.parenL.updateContext=function(t){var e=t===k._if||t===k._for||t===k._with||t===k._while;this.context.push(e?Xe.p_stat:Xe.p_expr),this.exprAllowed=!0};k.incDec.updateContext=function(){};k._function.updateContext=k._class.updateContext=function(t){t.beforeExpr&&t!==k._else&&!(t===k.semi&&this.curContext()!==Xe.p_stat)&&!(t===k._return&&wn.test(this.input.slice(this.lastTokEnd,this.start)))&&!((t===k.colon||t===k.braceL)&&this.curContext()===Xe.b_stat)?this.context.push(Xe.f_expr):this.context.push(Xe.f_stat),this.exprAllowed=!1};k.colon.updateContext=function(){this.curContext().token==="function"&&this.context.pop(),this.exprAllowed=!0};k.backQuote.updateContext=function(){this.curContext()===Xe.q_tmpl?this.context.pop():this.context.push(Xe.q_tmpl),this.exprAllowed=!1};k.star.updateContext=function(t){if(t===k._function){var e=this.context.length-1;this.context[e]===Xe.f_expr?this.context[e]=Xe.f_expr_gen:this.context[e]=Xe.f_gen}this.exprAllowed=!0};k.name.updateContext=function(t){var e=!1;this.options.ecmaVersion>=6&&t!==k.dot&&(this.value==="of"&&!this.exprAllowed||this.value==="yield"&&this.inGeneratorContext())&&(e=!0),this.exprAllowed=e};var se=kt.prototype;se.checkPropClash=function(t,e,n){if(!(this.options.ecmaVersion>=9&&t.type==="SpreadElement")&&!(this.options.ecmaVersion>=6&&(t.computed||t.method||t.shorthand))){var i=t.key,r;switch(i.type){case"Identifier":r=i.name;break;case"Literal":r=String(i.value);break;default:return}var a=t.kind;if(this.options.ecmaVersion>=6){r==="__proto__"&&a==="init"&&(e.proto&&(n?n.doubleProto<0&&(n.doubleProto=i.start):this.raiseRecoverable(i.start,"Redefinition of __proto__ property")),e.proto=!0);return}r="$"+r;var s=e[r];if(s){var l;a==="init"?l=this.strict&&s.init||s.get||s.set:l=s.init||s[a],l&&this.raiseRecoverable(i.start,"Redefinition of property")}else s=e[r]={init:!1,get:!1,set:!1};s[a]=!0}};se.parseExpression=function(t,e){var n=this;return this.catchStackOverflow(function(){var i=n.start,r=n.startLoc,a=n.parseMaybeAssign(t,e);if(n.type===k.comma){var s=n.startNodeAt(i,r);for(s.expressions=[a];n.eat(k.comma);)s.expressions.push(n.parseMaybeAssign(t,e));return n.finishNode(s,"SequenceExpression")}return a})};se.parseMaybeAssign=function(t,e,n){if(this.isContextual("yield")){if(this.inGenerator)return this.parseYield(t);this.exprAllowed=!1}var i=!1,r=-1,a=-1,s=-1;e?(r=e.parenthesizedAssign,a=e.trailingComma,s=e.doubleProto,e.parenthesizedAssign=e.trailingComma=-1):(e=new sp,i=!0);var l=this.start,c=this.startLoc;(this.type===k.parenL||this.type===k.name)&&(this.potentialArrowAt=this.start,this.potentialArrowInForAwait=t==="await");var u=this.parseMaybeConditional(t,e);if(n&&(u=n.call(this,u,l,c)),this.type.isAssign){var p=this.startNodeAt(l,c);return p.operator=this.value,this.type===k.eq&&(u=this.toAssignable(u,!1,e)),i||(e.parenthesizedAssign=e.trailingComma=e.doubleProto=-1),e.shorthandAssign>=u.start&&(e.shorthandAssign=-1),this.type===k.eq?this.checkLValPattern(u):this.checkLValSimple(u),p.left=u,this.next(),p.right=this.parseMaybeAssign(t),s>-1&&(e.doubleProto=s),this.finishNode(p,"AssignmentExpression")}else i&&this.checkExpressionErrors(e,!0);return r>-1&&(e.parenthesizedAssign=r),a>-1&&(e.trailingComma=a),u};se.parseMaybeConditional=function(t,e){var n=this.start,i=this.startLoc,r=this.parseExprOps(t,e);if(this.checkExpressionErrors(e))return r;if(!(r.type==="ArrowFunctionExpression"&&r.start===n)&&this.eat(k.question)){var a=this.startNodeAt(n,i);return a.test=r,a.consequent=this.parseMaybeAssign(),this.expect(k.colon),a.alternate=this.parseMaybeAssign(t),this.finishNode(a,"ConditionalExpression")}return r};se.parseExprOps=function(t,e){var n=this.start,i=this.startLoc,r=this.parseMaybeUnary(e,!1,!1,t);return this.checkExpressionErrors(e)||r.start===n&&r.type==="ArrowFunctionExpression"?r:this.parseExprOp(r,n,i,-1,t)};se.parseExprOp=function(t,e,n,i,r){var a=this.type.binop;if(a!=null&&(!r||this.type!==k._in)&&a>i){var s=this.type===k.logicalOR||this.type===k.logicalAND,l=this.type===k.coalesce;l&&(a=k.logicalAND.binop);var c=this.value;this.next();var u=this.start,p=this.startLoc,d=this.parseExprOp(this.parseMaybeUnary(null,!1,!1,r),u,p,a,r),m=this.buildBinary(e,n,t,d,c,s||l);return(s&&this.type===k.coalesce||l&&(this.type===k.logicalOR||this.type===k.logicalAND))&&this.raiseRecoverable(this.start,"Logical expressions and coalesce expressions cannot be mixed. Wrap either by parentheses"),this.parseExprOp(m,e,n,i,r)}return t};se.buildBinary=function(t,e,n,i,r,a){i.type==="PrivateIdentifier"&&this.raise(i.start,"Private identifier can only be left side of binary expression");var s=this.startNodeAt(t,e);return s.left=n,s.operator=r,s.right=i,this.finishNode(s,a?"LogicalExpression":"BinaryExpression")};se.parseMaybeUnary=function(t,e,n,i){var r=this.start,a=this.startLoc,s;if(this.isContextual("await")&&this.canAwait)s=this.parseAwait(i),e=!0;else if(this.type.prefix){var l=this.startNode(),c=this.type===k.incDec;l.operator=this.value,l.prefix=!0,this.next(),l.argument=this.parseMaybeUnary(null,!0,c,i),this.checkExpressionErrors(t,!0),c?this.checkLValSimple(l.argument):this.strict&&l.operator==="delete"&&AF(l.argument)?this.raiseRecoverable(l.start,"Deleting local variable in strict mode"):l.operator==="delete"&&Ev(l.argument)?this.raiseRecoverable(l.start,"Private fields can not be deleted"):e=!0,s=this.finishNode(l,c?"UpdateExpression":"UnaryExpression")}else if(!e&&this.type===k.privateId)(i||this.privateNameStack.length===0)&&this.options.checkPrivateFields&&this.unexpected(),s=this.parsePrivateIdent(),this.type!==k._in&&this.unexpected();else{if(s=this.parseExprSubscripts(t,i),this.checkExpressionErrors(t))return s;for(;this.type.postfix&&!this.canInsertSemicolon();){var u=this.startNodeAt(r,a);u.operator=this.value,u.prefix=!1,u.argument=s,this.checkLValSimple(s),this.next(),s=this.finishNode(u,"UpdateExpression")}}if(!n&&!(s.type==="ArrowFunctionExpression"&&s.start===r)&&this.eat(k.starstar))if(e)this.unexpected(this.lastTokStart);else return this.buildBinary(r,a,s,this.parseMaybeUnary(null,!1,!1,i),"**",!1);else return s};function AF(t){return t.type==="Identifier"||t.type==="ParenthesizedExpression"&&AF(t.expression)}o(AF,"isLocalVariableAccess");function Ev(t){return t.type==="MemberExpression"&&t.property.type==="PrivateIdentifier"||t.type==="ChainExpression"&&Ev(t.expression)||t.type==="ParenthesizedExpression"&&Ev(t.expression)}o(Ev,"isPrivateFieldAccess");se.parseExprSubscripts=function(t,e){var n=this.start,i=this.startLoc,r=this.parseExprAtom(t,e);if(r.type==="ArrowFunctionExpression"&&this.input.slice(this.lastTokStart,this.lastTokEnd)!==")")return r;var a=this.parseSubscripts(r,n,i,!1,e);return t&&a.type==="MemberExpression"&&(t.parenthesizedAssign>=a.start&&(t.parenthesizedAssign=-1),t.parenthesizedBind>=a.start&&(t.parenthesizedBind=-1),t.trailingComma>=a.start&&(t.trailingComma=-1)),a};se.parseSubscripts=function(t,e,n,i,r){for(var a=this.options.ecmaVersion>=8&&t.type==="Identifier"&&t.name==="async"&&this.lastTokEnd===t.end&&!this.canInsertSemicolon()&&t.end-t.start===5&&this.potentialArrowAt===t.start,s=!1;;){var l=this.parseSubscript(t,e,n,i,a,s,r);if(l.optional&&(s=!0),l===t||l.type==="ArrowFunctionExpression"){if(s){var c=this.startNodeAt(e,n);c.expression=l,l=this.finishNode(c,"ChainExpression")}return l}t=l}};se.shouldParseAsyncArrow=function(){return!this.canInsertSemicolon()&&this.eat(k.arrow)};se.parseSubscriptAsyncArrow=function(t,e,n,i){return this.parseArrowExpression(this.startNodeAt(t,e),n,!0,i)};se.parseSubscript=function(t,e,n,i,r,a,s){var l=this.options.ecmaVersion>=11,c=l&&this.eat(k.questionDot);i&&c&&this.raise(this.lastTokStart,"Optional chaining cannot appear in the callee of new expressions");var u=this.eat(k.bracketL);if(u||c&&this.type!==k.parenL&&this.type!==k.backQuote||this.eat(k.dot)){var p=this.startNodeAt(e,n);p.object=t,u?(p.property=this.parseExpression(),this.expect(k.bracketR)):this.type===k.privateId&&t.type!=="Super"?p.property=this.parsePrivateIdent():p.property=this.parseIdent(this.options.allowReserved!=="never"),p.computed=!!u,l&&(p.optional=c),t=this.finishNode(p,"MemberExpression")}else if(!i&&this.eat(k.parenL)){var d=new sp,m=this.yieldPos,h=this.awaitPos,f=this.awaitIdentPos;this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0;var b=this.parseExprList(k.parenR,this.options.ecmaVersion>=8,!1,d);if(r&&!c&&this.shouldParseAsyncArrow())return this.checkPatternErrors(d,!1),this.checkYieldAwaitInDefaultParams(),this.awaitIdentPos>0&&this.raise(this.awaitIdentPos,"Cannot use 'await' as identifier inside an async function"),this.yieldPos=m,this.awaitPos=h,this.awaitIdentPos=f,this.parseSubscriptAsyncArrow(e,n,b,s);this.checkExpressionErrors(d,!0),this.yieldPos=m||this.yieldPos,this.awaitPos=h||this.awaitPos,this.awaitIdentPos=f||this.awaitIdentPos;var y=this.startNodeAt(e,n);y.callee=t,y.arguments=b,l&&(y.optional=c),t=this.finishNode(y,"CallExpression")}else if(this.type===k.backQuote){(c||a)&&this.raise(this.start,"Optional chaining cannot appear in the tag of tagged template expressions");var x=this.startNodeAt(e,n);x.tag=t,x.quasi=this.parseTemplate({isTagged:!0}),t=this.finishNode(x,"TaggedTemplateExpression")}return t};se.parseExprAtom=function(t,e,n){this.type===k.slash&&this.readRegexp();var i,r=this.potentialArrowAt===this.start;switch(this.type){case k._super:return this.allowSuper||this.raise(this.start,"'super' keyword outside a method"),i=this.startNode(),this.next(),this.type===k.parenL&&!this.allowDirectSuper&&this.raise(i.start,"super() call outside constructor of a subclass"),this.type!==k.dot&&this.type!==k.bracketL&&this.type!==k.parenL&&this.unexpected(),this.finishNode(i,"Super");case k._this:return i=this.startNode(),this.next(),this.finishNode(i,"ThisExpression");case k.name:var a=this.start,s=this.startLoc,l=this.containsEsc,c=this.parseIdent(!1);if(this.options.ecmaVersion>=8&&!l&&c.name==="async"&&!this.canInsertSemicolon()&&this.eat(k._function))return this.overrideContext(Xe.f_expr),this.parseFunction(this.startNodeAt(a,s),0,!1,!0,e);if(r&&!this.canInsertSemicolon()){if(this.eat(k.arrow))return this.parseArrowExpression(this.startNodeAt(a,s),[c],!1,e);if(this.options.ecmaVersion>=8&&c.name==="async"&&this.type===k.name&&!l&&(!this.potentialArrowInForAwait||this.value!=="of"||this.containsEsc))return c=this.parseIdent(!1),(this.canInsertSemicolon()||!this.eat(k.arrow))&&this.unexpected(),this.parseArrowExpression(this.startNodeAt(a,s),[c],!0,e)}return c;case k.regexp:var u=this.value;return i=this.parseLiteral(u.value),i.regex={pattern:u.pattern,flags:u.flags},i;case k.num:case k.string:return this.parseLiteral(this.value);case k._null:case k._true:case k._false:return i=this.startNode(),i.value=this.type===k._null?null:this.type===k._true,i.raw=this.type.keyword,this.next(),this.finishNode(i,"Literal");case k.parenL:var p=this.start,d=this.parseParenAndDistinguishExpression(r,e);return t&&(t.parenthesizedAssign<0&&!this.isSimpleAssignTarget(d)&&(t.parenthesizedAssign=p),t.parenthesizedBind<0&&(t.parenthesizedBind=p)),d;case k.bracketL:return i=this.startNode(),this.next(),i.elements=this.parseExprList(k.bracketR,!0,!0,t),this.finishNode(i,"ArrayExpression");case k.braceL:return this.overrideContext(Xe.b_expr),this.parseObj(!1,t);case k._function:return i=this.startNode(),this.next(),this.parseFunction(i,0);case k._class:return this.parseClass(this.startNode(),!1);case k._new:return this.parseNew();case k.backQuote:return this.parseTemplate();case k._import:return this.options.ecmaVersion>=11?this.parseExprImport(n):this.unexpected();default:return this.parseExprAtomDefault()}};se.parseExprAtomDefault=function(){this.unexpected()};se.parseExprImport=function(t){var e=this.startNode();if(this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword import"),this.next(),this.type===k.parenL&&!t)return this.parseDynamicImport(e);if(this.type===k.dot){var n=this.startNodeAt(e.start,e.loc&&e.loc.start);return n.name="import",e.meta=this.finishNode(n,"Identifier"),this.parseImportMeta(e)}else this.unexpected()};se.parseDynamicImport=function(t){if(this.next(),t.source=this.parseMaybeAssign(),this.options.ecmaVersion>=16)this.eat(k.parenR)?t.options=null:(this.expect(k.comma),this.afterTrailingComma(k.parenR)?t.options=null:(t.options=this.parseMaybeAssign(),this.eat(k.parenR)||(this.expect(k.comma),this.afterTrailingComma(k.parenR)||this.unexpected())));else if(!this.eat(k.parenR)){var e=this.start;this.eat(k.comma)&&this.eat(k.parenR)?this.raiseRecoverable(e,"Trailing comma is not allowed in import()"):this.unexpected(e)}return this.finishNode(t,"ImportExpression")};se.parseImportMeta=function(t){this.next();var e=this.containsEsc;return t.property=this.parseIdent(!0),t.property.name!=="meta"&&this.raiseRecoverable(t.property.start,"The only valid meta property for import is 'import.meta'"),e&&this.raiseRecoverable(t.start,"'import.meta' must not contain escaped characters"),this.options.sourceType!=="module"&&!this.options.allowImportExportEverywhere&&this.raiseRecoverable(t.start,"Cannot use 'import.meta' outside a module"),this.finishNode(t,"MetaProperty")};se.parseLiteral=function(t){var e=this.startNode();return e.value=t,e.raw=this.input.slice(this.start,this.end),e.raw.charCodeAt(e.raw.length-1)===110&&(e.bigint=e.value!=null?e.value.toString():e.raw.slice(0,-1).replace(/_/g,"")),this.next(),this.finishNode(e,"Literal")};se.parseParenExpression=function(){this.expect(k.parenL);var t=this.parseExpression();return this.expect(k.parenR),t};se.shouldParseArrow=function(t){return!this.canInsertSemicolon()};se.parseParenAndDistinguishExpression=function(t,e){var n=this.start,i=this.startLoc,r,a=this.options.ecmaVersion>=8;if(this.options.ecmaVersion>=6){this.next();var s=this.start,l=this.startLoc,c=[],u=!0,p=!1,d=new sp,m=this.yieldPos,h=this.awaitPos,f;for(this.yieldPos=0,this.awaitPos=0;this.type!==k.parenR;)if(u?u=!1:this.expect(k.comma),a&&this.afterTrailingComma(k.parenR,!0)){p=!0;break}else if(this.type===k.ellipsis){f=this.start,c.push(this.parseParenItem(this.parseRestBinding())),this.type===k.comma&&this.raiseRecoverable(this.start,"Comma is not permitted after the rest element");break}else c.push(this.parseMaybeAssign(!1,d,this.parseParenItem));var b=this.lastTokEnd,y=this.lastTokEndLoc;if(this.expect(k.parenR),t&&this.shouldParseArrow(c)&&this.eat(k.arrow))return this.checkPatternErrors(d,!1),this.checkYieldAwaitInDefaultParams(),this.yieldPos=m,this.awaitPos=h,this.parseParenArrowList(n,i,c,e);(!c.length||p)&&this.unexpected(this.lastTokStart),f&&this.unexpected(f),this.checkExpressionErrors(d,!0),this.yieldPos=m||this.yieldPos,this.awaitPos=h||this.awaitPos,c.length>1?(r=this.startNodeAt(s,l),r.expressions=c,this.finishNodeAt(r,"SequenceExpression",b,y)):r=c[0]}else r=this.parseParenExpression();if(this.options.preserveParens){var x=this.startNodeAt(n,i);return x.expression=r,this.finishNode(x,"ParenthesizedExpression")}else return r};se.parseParenItem=function(t){return t};se.parseParenArrowList=function(t,e,n,i){return this.parseArrowExpression(this.startNodeAt(t,e),n,!1,i)};var KB=[];se.parseNew=function(){this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword new");var t=this.startNode();if(this.next(),this.options.ecmaVersion>=6&&this.type===k.dot){var e=this.startNodeAt(t.start,t.loc&&t.loc.start);e.name="new",t.meta=this.finishNode(e,"Identifier"),this.next();var n=this.containsEsc;return t.property=this.parseIdent(!0),t.property.name!=="target"&&this.raiseRecoverable(t.property.start,"The only valid meta property for new is 'new.target'"),n&&this.raiseRecoverable(t.start,"'new.target' must not contain escaped characters"),this.allowNewDotTarget||this.raiseRecoverable(t.start,"'new.target' can only be used in functions and class static block"),this.finishNode(t,"MetaProperty")}var i=this.start,r=this.startLoc;return t.callee=this.parseSubscripts(this.parseExprAtom(null,!1,!0),i,r,!0,!1),t.callee.type==="Super"&&this.raiseRecoverable(i,"Invalid use of 'super'"),this.eat(k.parenL)?t.arguments=this.parseExprList(k.parenR,this.options.ecmaVersion>=8,!1):t.arguments=KB,this.finishNode(t,"NewExpression")};se.parseTemplateElement=function(t){var e=t.isTagged,n=this.startNode();return this.type===k.invalidTemplate?(e||this.raiseRecoverable(this.start,"Bad escape sequence in untagged template literal"),n.value={raw:this.value.replace(/\r\n?/g,`
|
|
`),cooked:null}):n.value={raw:this.input.slice(this.start,this.end).replace(/\r\n?/g,`
|
|
`),cooked:this.value},this.next(),n.tail=this.type===k.backQuote,this.finishNode(n,"TemplateElement")};se.parseTemplate=function(t){t===void 0&&(t={});var e=t.isTagged;e===void 0&&(e=!1);var n=this.startNode();this.next(),n.expressions=[];var i=this.parseTemplateElement({isTagged:e});for(n.quasis=[i];!i.tail;)this.type===k.eof&&this.raise(this.pos,"Unterminated template literal"),this.expect(k.dollarBraceL),n.expressions.push(this.parseExpression()),this.expect(k.braceR),n.quasis.push(i=this.parseTemplateElement({isTagged:e}));return this.next(),this.finishNode(n,"TemplateLiteral")};se.isAsyncProp=function(t){return!t.computed&&t.key.type==="Identifier"&&t.key.name==="async"&&(this.type===k.name||this.type===k.num||this.type===k.string||this.type===k.bracketL||this.type.keyword||this.options.ecmaVersion>=9&&this.type===k.star)&&!wn.test(this.input.slice(this.lastTokEnd,this.start))};se.parseObj=function(t,e){var n=this.startNode(),i=!0,r={};for(n.properties=[],this.next();!this.eat(k.braceR);){if(i)i=!1;else if(this.expect(k.comma),this.options.ecmaVersion>=5&&this.afterTrailingComma(k.braceR))break;var a=this.parseProperty(t,e);t||this.checkPropClash(a,r,e),n.properties.push(a)}return this.finishNode(n,t?"ObjectPattern":"ObjectExpression")};se.parseProperty=function(t,e){var n=this.startNode(),i,r,a,s;if(this.options.ecmaVersion>=9&&this.eat(k.ellipsis))return t?(n.argument=this.parseIdent(!1),this.type===k.comma&&this.raiseRecoverable(this.start,"Comma is not permitted after the rest element"),this.finishNode(n,"RestElement")):(n.argument=this.parseMaybeAssign(!1,e),this.type===k.comma&&e&&e.trailingComma<0&&(e.trailingComma=this.start),this.finishNode(n,"SpreadElement"));this.options.ecmaVersion>=6&&(n.method=!1,n.shorthand=!1,(t||e)&&(a=this.start,s=this.startLoc),t||(i=this.eat(k.star)));var l=this.containsEsc;return this.parsePropertyName(n),!t&&!l&&this.options.ecmaVersion>=8&&!i&&this.isAsyncProp(n)?(r=!0,i=this.options.ecmaVersion>=9&&this.eat(k.star),this.parsePropertyName(n)):r=!1,this.parsePropertyValue(n,t,i,r,a,s,e,l),this.finishNode(n,"Property")};se.parseGetterSetter=function(t){var e=t.key.name;this.parsePropertyName(t),t.value=this.parseMethod(!1),t.kind=e;var n=t.kind==="get"?0:1;if(t.value.params.length!==n){var i=t.value.start;t.kind==="get"?this.raiseRecoverable(i,"getter should have no params"):this.raiseRecoverable(i,"setter should have exactly one param")}else t.kind==="set"&&t.value.params[0].type==="RestElement"&&this.raiseRecoverable(t.value.params[0].start,"Setter cannot use rest params")};se.parsePropertyValue=function(t,e,n,i,r,a,s,l){(n||i)&&this.type===k.colon&&this.unexpected(),this.eat(k.colon)?(t.value=e?this.parseMaybeDefault(this.start,this.startLoc):this.parseMaybeAssign(!1,s),t.kind="init"):this.options.ecmaVersion>=6&&this.type===k.parenL?(e&&this.unexpected(),t.method=!0,t.value=this.parseMethod(n,i),t.kind="init"):!e&&!l&&this.options.ecmaVersion>=5&&!t.computed&&t.key.type==="Identifier"&&(t.key.name==="get"||t.key.name==="set")&&this.type!==k.comma&&this.type!==k.braceR&&this.type!==k.eq?((n||i)&&this.unexpected(),this.parseGetterSetter(t)):this.options.ecmaVersion>=6&&!t.computed&&t.key.type==="Identifier"?((n||i)&&this.unexpected(),this.checkUnreserved(t.key),t.key.name==="await"&&!this.awaitIdentPos&&(this.awaitIdentPos=r),e?t.value=this.parseMaybeDefault(r,a,this.copyNode(t.key)):this.type===k.eq&&s?(s.shorthandAssign<0&&(s.shorthandAssign=this.start),t.value=this.parseMaybeDefault(r,a,this.copyNode(t.key))):t.value=this.copyNode(t.key),t.kind="init",t.shorthand=!0):this.unexpected()};se.parsePropertyName=function(t){if(this.options.ecmaVersion>=6){if(this.eat(k.bracketL))return t.computed=!0,t.key=this.parseMaybeAssign(),this.expect(k.bracketR),t.key;t.computed=!1}return t.key=this.type===k.num||this.type===k.string?this.parseExprAtom():this.parseIdent(this.options.allowReserved!=="never")};se.initFunction=function(t){t.id=null,this.options.ecmaVersion>=6&&(t.generator=t.expression=!1),this.options.ecmaVersion>=8&&(t.async=!1)};se.parseMethod=function(t,e,n){var i=this.startNode(),r=this.yieldPos,a=this.awaitPos,s=this.awaitIdentPos;return this.initFunction(i),this.options.ecmaVersion>=6&&(i.generator=t),this.options.ecmaVersion>=8&&(i.async=!!e),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(Iv(e,i.generator)|ap|(n?bF:0)),this.expect(k.parenL),i.params=this.parseBindingList(k.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams(),this.parseFunctionBody(i,!1,!0,!1),this.yieldPos=r,this.awaitPos=a,this.awaitIdentPos=s,this.finishNode(i,"FunctionExpression")};se.parseArrowExpression=function(t,e,n,i){var r=this.yieldPos,a=this.awaitPos,s=this.awaitIdentPos;return this.enterScope(Iv(n,!1)|Tv),this.initFunction(t),this.options.ecmaVersion>=8&&(t.async=!!n),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,t.params=this.toAssignableList(e,!0),this.parseFunctionBody(t,!0,!1,i),this.yieldPos=r,this.awaitPos=a,this.awaitIdentPos=s,this.finishNode(t,"ArrowFunctionExpression")};se.parseFunctionBody=function(t,e,n,i){var r=e&&this.type!==k.braceL,a=this.strict,s=!1;if(r)t.body=this.parseMaybeAssign(i),t.expression=!0,this.checkParams(t,!1);else{var l=this.options.ecmaVersion>=7&&!this.isSimpleParamList(t.params);(!a||l)&&(s=this.strictDirective(this.end),s&&l&&this.raiseRecoverable(t.start,"Illegal 'use strict' directive in function with non-simple parameter list"));var c=this.labels;this.labels=[],s&&(this.strict=!0),this.checkParams(t,!a&&!s&&!e&&!n&&this.isSimpleParamList(t.params)),this.strict&&t.id&&this.checkLValSimple(t.id,CF),t.body=this.parseBlock(!1,void 0,s&&!a),t.expression=!1,this.adaptDirectivePrologue(t.body.body),this.labels=c}this.exitScope()};se.isSimpleParamList=function(t){for(var e=0,n=t;e<n.length;e+=1){var i=n[e];if(i.type!=="Identifier")return!1}return!0};se.checkParams=function(t,e){for(var n=Object.create(null),i=0,r=t.params;i<r.length;i+=1){var a=r[i];this.checkLValInnerPattern(a,Dv,e?null:n)}};se.parseExprList=function(t,e,n,i){for(var r=[],a=!0;!this.eat(t);){if(a)a=!1;else if(this.expect(k.comma),e&&this.afterTrailingComma(t))break;var s=void 0;n&&this.type===k.comma?s=null:this.type===k.ellipsis?(s=this.parseSpread(i),i&&this.type===k.comma&&i.trailingComma<0&&(i.trailingComma=this.start)):s=this.parseMaybeAssign(!1,i),r.push(s)}return r};se.checkUnreserved=function(t){var e=t.start,n=t.end,i=t.name;if(this.inGenerator&&i==="yield"&&this.raiseRecoverable(e,"Cannot use 'yield' as identifier inside a generator"),this.inAsync&&i==="await"&&this.raiseRecoverable(e,"Cannot use 'await' as identifier inside an async function"),!(this.currentThisScope().flags&op)&&i==="arguments"&&this.raiseRecoverable(e,"Cannot use 'arguments' in class field initializer"),this.inClassStaticBlock&&(i==="arguments"||i==="await")&&this.raise(e,"Cannot use "+i+" in class static initialization block"),this.keywords.test(i)&&this.raise(e,"Unexpected keyword '"+i+"'"),!(this.options.ecmaVersion<6&&this.input.slice(e,n).indexOf("\\")!==-1)){var r=this.strict?this.reservedWordsStrict:this.reservedWords;r.test(i)&&(!this.inAsync&&i==="await"&&this.raiseRecoverable(e,"Cannot use keyword 'await' outside an async function"),this.raiseRecoverable(e,"The keyword '"+i+"' is reserved"))}};se.parseIdent=function(t){var e=this.parseIdentNode();return this.next(!!t),this.finishNode(e,"Identifier"),t||(this.checkUnreserved(e),e.name==="await"&&!this.awaitIdentPos&&(this.awaitIdentPos=e.start)),e};se.parseIdentNode=function(){var t=this.startNode();return this.type===k.name?t.name=this.value:this.type.keyword?(t.name=this.type.keyword,(t.name==="class"||t.name==="function")&&(this.lastTokEnd!==this.lastTokStart+1||this.input.charCodeAt(this.lastTokStart)!==46)&&this.context.pop(),this.type=k.name):this.unexpected(),t};se.parsePrivateIdent=function(){var t=this.startNode();return this.type===k.privateId?t.name=this.value:this.unexpected(),this.next(),this.finishNode(t,"PrivateIdentifier"),this.options.checkPrivateFields&&(this.privateNameStack.length===0?this.raise(t.start,"Private field '#"+t.name+"' must be declared in an enclosing class"):this.privateNameStack[this.privateNameStack.length-1].used.push(t)),t};se.parseYield=function(t){this.yieldPos||(this.yieldPos=this.start);var e=this.startNode();return this.next(),this.type===k.semi||this.canInsertSemicolon()||this.type!==k.star&&!this.type.startsExpr?(e.delegate=!1,e.argument=null):(e.delegate=this.eat(k.star),e.argument=this.parseMaybeAssign(t)),this.finishNode(e,"YieldExpression")};se.parseAwait=function(t){this.awaitPos||(this.awaitPos=this.start);var e=this.startNode();return this.next(),e.argument=this.parseMaybeUnary(null,!0,!1,t),this.finishNode(e,"AwaitExpression")};var np=kt.prototype;np.raise=function(t,e){var n=fF(this.input,t);e+=" ("+n.line+":"+n.column+")",this.sourceFile&&(e+=" in "+this.sourceFile);var i=new SyntaxError(e);throw i.pos=t,i.loc=n,i.raisedAt=this.pos,i};np.raiseRecoverable=np.raise;np.curPosition=function(){if(this.options.locations)return new Hs(this.curLine,this.pos-this.lineStart)};var Di=kt.prototype,YB=o(function(e){this.flags=e,this.var=[],this.lexical=[],this.functions=[]},"Scope");Di.enterScope=function(t){this.scopeStack.push(new YB(t))};Di.exitScope=function(){this.scopeStack.pop()};Di.treatFunctionsAsVarInScope=function(t){return t.flags&ba||!this.inModule&&t.flags&va};Di.declareName=function(t,e,n){var i=!1;if(e===oi){var r=this.currentScope();i=r.lexical.indexOf(t)>-1||r.functions.indexOf(t)>-1||r.var.indexOf(t)>-1,r.lexical.push(t),this.inModule&&r.flags&va&&delete this.undefinedExports[t]}else if(e===xF){var a=this.currentScope();a.lexical.push(t)}else if(e===yF){var s=this.currentScope();this.treatFunctionsAsVar?i=s.lexical.indexOf(t)>-1:i=s.lexical.indexOf(t)>-1||s.var.indexOf(t)>-1,s.functions.push(t)}else for(var l=this.scopeStack.length-1;l>=0;--l){var c=this.scopeStack[l];if(c.lexical.indexOf(t)>-1&&!(c.flags&vF&&c.lexical[0]===t)||!this.treatFunctionsAsVarInScope(c)&&c.functions.indexOf(t)>-1){i=!0;break}if(c.var.push(t),this.inModule&&c.flags&va&&delete this.undefinedExports[t],c.flags&op)break}i&&this.raiseRecoverable(n,"Identifier '"+t+"' has already been declared")};Di.checkLocalExport=function(t){this.scopeStack[0].lexical.indexOf(t.name)===-1&&this.scopeStack[0].var.indexOf(t.name)===-1&&(this.undefinedExports[t.name]=t)};Di.currentScope=function(){return this.scopeStack[this.scopeStack.length-1]};Di.currentVarScope=function(){for(var t=this.scopeStack.length-1;;t--){var e=this.scopeStack[t];if(e.flags&(op|qs|ka))return e}};Di.currentThisScope=function(){for(var t=this.scopeStack.length-1;;t--){var e=this.scopeStack[t];if(e.flags&(op|qs|ka)&&!(e.flags&Tv))return e}};var lp=o(function(e,n,i){this.type="",this.start=n,this.end=0,e.options.locations&&(this.loc=new ip(e,i)),e.options.directSourceFile&&(this.sourceFile=e.options.directSourceFile),e.options.ranges&&(this.range=[n,0])},"Node"),Ws=kt.prototype;Ws.startNode=function(){return new lp(this,this.start,this.startLoc)};Ws.startNodeAt=function(t,e){return new lp(this,t,e)};function SF(t,e,n,i){return t.type=e,t.end=n,this.options.locations&&(t.loc.end=i),this.options.ranges&&(t.range[1]=n),t}o(SF,"finishNodeAt");Ws.finishNode=function(t,e){return SF.call(this,t,e,this.lastTokEnd,this.lastTokEndLoc)};Ws.finishNodeAt=function(t,e,n,i){return SF.call(this,t,e,n,i)};Ws.copyNode=function(t){var e=new lp(this,t.start,this.startLoc);for(var n in t)e[n]=t[n];return e};var XB="Berf Beria_Erfe Gara Garay Gukh Gurung_Khema Hrkt Katakana_Or_Hiragana Kawi Kirat_Rai Krai Nag_Mundari Nagm Ol_Onal Onao Sidetic Sidt Sunu Sunuwar Tai_Yo Tayo Todhri Todr Tolong_Siki Tols Tulu_Tigalari Tutg Unknown Zzzz",EF="ASCII ASCII_Hex_Digit AHex Alphabetic Alpha Any Assigned Bidi_Control Bidi_C Bidi_Mirrored Bidi_M Case_Ignorable CI Cased Changes_When_Casefolded CWCF Changes_When_Casemapped CWCM Changes_When_Lowercased CWL Changes_When_NFKC_Casefolded CWKCF Changes_When_Titlecased CWT Changes_When_Uppercased CWU Dash Default_Ignorable_Code_Point DI Deprecated Dep Diacritic Dia Emoji Emoji_Component Emoji_Modifier Emoji_Modifier_Base Emoji_Presentation Extender Ext Grapheme_Base Gr_Base Grapheme_Extend Gr_Ext Hex_Digit Hex IDS_Binary_Operator IDSB IDS_Trinary_Operator IDST ID_Continue IDC ID_Start IDS Ideographic Ideo Join_Control Join_C Logical_Order_Exception LOE Lowercase Lower Math Noncharacter_Code_Point NChar Pattern_Syntax Pat_Syn Pattern_White_Space Pat_WS Quotation_Mark QMark Radical Regional_Indicator RI Sentence_Terminal STerm Soft_Dotted SD Terminal_Punctuation Term Unified_Ideograph UIdeo Uppercase Upper Variation_Selector VS White_Space space XID_Continue XIDC XID_Start XIDS",PF=EF+" Extended_Pictographic",FF=PF,TF=FF+" EBase EComp EMod EPres ExtPict",IF=TF,QB=IF,e4={9:EF,10:PF,11:FF,12:TF,13:IF,14:QB},t4="Basic_Emoji Emoji_Keycap_Sequence RGI_Emoji_Modifier_Sequence RGI_Emoji_Flag_Sequence RGI_Emoji_Tag_Sequence RGI_Emoji_ZWJ_Sequence RGI_Emoji",n4={9:"",10:"",11:"",12:"",13:"",14:t4},sF="Cased_Letter LC Close_Punctuation Pe Connector_Punctuation Pc Control Cc cntrl Currency_Symbol Sc Dash_Punctuation Pd Decimal_Number Nd digit Enclosing_Mark Me Final_Punctuation Pf Format Cf Initial_Punctuation Pi Letter L Letter_Number Nl Line_Separator Zl Lowercase_Letter Ll Mark M Combining_Mark Math_Symbol Sm Modifier_Letter Lm Modifier_Symbol Sk Nonspacing_Mark Mn Number N Open_Punctuation Ps Other C Other_Letter Lo Other_Number No Other_Punctuation Po Other_Symbol So Paragraph_Separator Zp Private_Use Co Punctuation P punct Separator Z Space_Separator Zs Spacing_Mark Mc Surrogate Cs Symbol S Titlecase_Letter Lt Unassigned Cn Uppercase_Letter Lu",DF="Adlam Adlm Ahom Anatolian_Hieroglyphs Hluw Arabic Arab Armenian Armn Avestan Avst Balinese Bali Bamum Bamu Bassa_Vah Bass Batak Batk Bengali Beng Bhaiksuki Bhks Bopomofo Bopo Brahmi Brah Braille Brai Buginese Bugi Buhid Buhd Canadian_Aboriginal Cans Carian Cari Caucasian_Albanian Aghb Chakma Cakm Cham Cham Cherokee Cher Common Zyyy Coptic Copt Qaac Cuneiform Xsux Cypriot Cprt Cyrillic Cyrl Deseret Dsrt Devanagari Deva Duployan Dupl Egyptian_Hieroglyphs Egyp Elbasan Elba Ethiopic Ethi Georgian Geor Glagolitic Glag Gothic Goth Grantha Gran Greek Grek Gujarati Gujr Gurmukhi Guru Han Hani Hangul Hang Hanunoo Hano Hatran Hatr Hebrew Hebr Hiragana Hira Imperial_Aramaic Armi Inherited Zinh Qaai Inscriptional_Pahlavi Phli Inscriptional_Parthian Prti Javanese Java Kaithi Kthi Kannada Knda Katakana Kana Kayah_Li Kali Kharoshthi Khar Khmer Khmr Khojki Khoj Khudawadi Sind Lao Laoo Latin Latn Lepcha Lepc Limbu Limb Linear_A Lina Linear_B Linb Lisu Lisu Lycian Lyci Lydian Lydi Mahajani Mahj Malayalam Mlym Mandaic Mand Manichaean Mani Marchen Marc Masaram_Gondi Gonm Meetei_Mayek Mtei Mende_Kikakui Mend Meroitic_Cursive Merc Meroitic_Hieroglyphs Mero Miao Plrd Modi Mongolian Mong Mro Mroo Multani Mult Myanmar Mymr Nabataean Nbat New_Tai_Lue Talu Newa Newa Nko Nkoo Nushu Nshu Ogham Ogam Ol_Chiki Olck Old_Hungarian Hung Old_Italic Ital Old_North_Arabian Narb Old_Permic Perm Old_Persian Xpeo Old_South_Arabian Sarb Old_Turkic Orkh Oriya Orya Osage Osge Osmanya Osma Pahawh_Hmong Hmng Palmyrene Palm Pau_Cin_Hau Pauc Phags_Pa Phag Phoenician Phnx Psalter_Pahlavi Phlp Rejang Rjng Runic Runr Samaritan Samr Saurashtra Saur Sharada Shrd Shavian Shaw Siddham Sidd SignWriting Sgnw Sinhala Sinh Sora_Sompeng Sora Soyombo Soyo Sundanese Sund Syloti_Nagri Sylo Syriac Syrc Tagalog Tglg Tagbanwa Tagb Tai_Le Tale Tai_Tham Lana Tai_Viet Tavt Takri Takr Tamil Taml Tangut Tang Telugu Telu Thaana Thaa Thai Thai Tibetan Tibt Tifinagh Tfng Tirhuta Tirh Ugaritic Ugar Vai Vaii Warang_Citi Wara Yi Yiii Zanabazar_Square Zanb",NF=DF+" Dogra Dogr Gunjala_Gondi Gong Hanifi_Rohingya Rohg Makasar Maka Medefaidrin Medf Old_Sogdian Sogo Sogdian Sogd",_F=NF+" Elymaic Elym Nandinagari Nand Nyiakeng_Puachue_Hmong Hmnp Wancho Wcho",zF=_F+" Chorasmian Chrs Diak Dives_Akuru Khitan_Small_Script Kits Yezi Yezidi",OF=zF+" Cypro_Minoan Cpmn Old_Uyghur Ougr Tangsa Tnsa Toto Vithkuqi Vith",r4=OF+" "+XB,i4={9:DF,10:NF,11:_F,12:zF,13:OF,14:r4},MF={};function a4(t){var e=MF[t]={binary:Ti(e4[t]+" "+sF),binaryOfStrings:Ti(n4[t]),nonBinary:{General_Category:Ti(sF),Script:Ti(i4[t])}};e.nonBinary.Script_Extensions=e.nonBinary.Script,e.nonBinary.gc=e.nonBinary.General_Category,e.nonBinary.sc=e.nonBinary.Script,e.nonBinary.scx=e.nonBinary.Script_Extensions}o(a4,"buildUnicodeData");for(Qu=0,Cv=[9,10,11,12,13,14];Qu<Cv.length;Qu+=1)lF=Cv[Qu],a4(lF);var lF,Qu,Cv,Q=kt.prototype,rp=o(function(e,n){this.parent=e,this.base=n||this},"BranchID");rp.prototype.separatedFrom=o(function(e){for(var n=this;n;n=n.parent)for(var i=e;i;i=i.parent)if(n.base===i.base&&n!==i)return!0;return!1},"separatedFrom");rp.prototype.sibling=o(function(){return new rp(this.parent,this.base)},"sibling");var Tr=o(function(e){this.parser=e,this.validFlags="gim"+(e.options.ecmaVersion>=6?"uy":"")+(e.options.ecmaVersion>=9?"s":"")+(e.options.ecmaVersion>=13?"d":"")+(e.options.ecmaVersion>=15?"v":""),this.unicodeProperties=MF[e.options.ecmaVersion>=14?14:e.options.ecmaVersion],this.source="",this.flags="",this.start=0,this.switchU=!1,this.switchV=!1,this.switchN=!1,this.pos=0,this.lastIntValue=0,this.lastStringValue="",this.lastAssertionIsQuantifiable=!1,this.numCapturingParens=0,this.maxBackReference=0,this.groupNames=Object.create(null),this.backReferenceNames=[],this.branchID=null},"RegExpValidationState");Tr.prototype.reset=o(function(e,n,i){var r=i.indexOf("v")!==-1,a=i.indexOf("u")!==-1;this.start=e|0,this.source=n+"",this.flags=i,r&&this.parser.options.ecmaVersion>=15?(this.switchU=!0,this.switchV=!0,this.switchN=!0):(this.switchU=a&&this.parser.options.ecmaVersion>=6,this.switchV=!1,this.switchN=a&&this.parser.options.ecmaVersion>=9)},"reset");Tr.prototype.raise=o(function(e){this.parser.raiseRecoverable(this.start,"Invalid regular expression: /"+this.source+"/: "+e)},"raise");Tr.prototype.at=o(function(e,n){n===void 0&&(n=!1);var i=this.source,r=i.length;if(e>=r)return-1;var a=i.charCodeAt(e);if(!(n||this.switchU)||a<=55295||a>=57344||e+1>=r)return a;var s=i.charCodeAt(e+1);return s>=56320&&s<=57343?(a<<10)+s-56613888:a},"at");Tr.prototype.nextIndex=o(function(e,n){n===void 0&&(n=!1);var i=this.source,r=i.length;if(e>=r)return r;var a=i.charCodeAt(e),s;return!(n||this.switchU)||a<=55295||a>=57344||e+1>=r||(s=i.charCodeAt(e+1))<56320||s>57343?e+1:e+2},"nextIndex");Tr.prototype.current=o(function(e){return e===void 0&&(e=!1),this.at(this.pos,e)},"current");Tr.prototype.lookahead=o(function(e){return e===void 0&&(e=!1),this.at(this.nextIndex(this.pos,e),e)},"lookahead");Tr.prototype.advance=o(function(e){e===void 0&&(e=!1),this.pos=this.nextIndex(this.pos,e)},"advance");Tr.prototype.eat=o(function(e,n){return n===void 0&&(n=!1),this.current(n)===e?(this.advance(n),!0):!1},"eat");Tr.prototype.eatChars=o(function(e,n){n===void 0&&(n=!1);for(var i=this.pos,r=0,a=e;r<a.length;r+=1){var s=a[r],l=this.at(i,n);if(l===-1||l!==s)return!1;i=this.nextIndex(i,n)}return this.pos=i,!0},"eatChars");Q.validateRegExpFlags=function(t){for(var e=t.validFlags,n=t.flags,i=!1,r=!1,a=0;a<n.length;a++){var s=n.charAt(a);e.indexOf(s)===-1&&this.raise(t.start,"Invalid regular expression flag"),n.indexOf(s,a+1)>-1&&this.raise(t.start,"Duplicate regular expression flag"),s==="u"&&(i=!0),s==="v"&&(r=!0)}this.options.ecmaVersion>=15&&i&&r&&this.raise(t.start,"Invalid regular expression flag")};function o4(t){for(var e in t)return!0;return!1}o(o4,"hasProp");Q.validateRegExpPattern=function(t){this.regexp_pattern(t),!t.switchN&&this.options.ecmaVersion>=9&&o4(t.groupNames)&&(t.switchN=!0,this.regexp_pattern(t))};Q.regexp_pattern=function(t){t.pos=0,t.lastIntValue=0,t.lastStringValue="",t.lastAssertionIsQuantifiable=!1,t.numCapturingParens=0,t.maxBackReference=0,t.groupNames=Object.create(null),t.backReferenceNames.length=0,t.branchID=null,this.regexp_disjunction(t),t.pos!==t.source.length&&(t.eat(41)&&t.raise("Unmatched ')'"),(t.eat(93)||t.eat(125))&&t.raise("Lone quantifier brackets")),t.maxBackReference>t.numCapturingParens&&t.raise("Invalid escape");for(var e=0,n=t.backReferenceNames;e<n.length;e+=1){var i=n[e];t.groupNames[i]||t.raise("Invalid named capture referenced")}};Q.regexp_disjunction=function(t){var e=this.options.ecmaVersion>=16;for(e&&(t.branchID=new rp(t.branchID,null)),this.regexp_alternative(t);t.eat(124);)e&&(t.branchID=t.branchID.sibling()),this.regexp_alternative(t);e&&(t.branchID=t.branchID.parent),this.regexp_eatQuantifier(t,!0)&&t.raise("Nothing to repeat"),t.eat(123)&&t.raise("Lone quantifier brackets")};Q.regexp_alternative=function(t){for(;t.pos<t.source.length&&this.regexp_eatTerm(t););};Q.regexp_eatTerm=function(t){return this.regexp_eatAssertion(t)?(t.lastAssertionIsQuantifiable&&this.regexp_eatQuantifier(t)&&t.switchU&&t.raise("Invalid quantifier"),!0):(t.switchU?this.regexp_eatAtom(t):this.regexp_eatExtendedAtom(t))?(this.regexp_eatQuantifier(t),!0):!1};Q.regexp_eatAssertion=function(t){var e=t.pos;if(t.lastAssertionIsQuantifiable=!1,t.eat(94)||t.eat(36))return!0;if(t.eat(92)){if(t.eat(66)||t.eat(98))return!0;t.pos=e}if(t.eat(40)&&t.eat(63)){var n=!1;if(this.options.ecmaVersion>=9&&(n=t.eat(60)),t.eat(61)||t.eat(33))return this.regexp_disjunction(t),t.eat(41)||t.raise("Unterminated group"),t.lastAssertionIsQuantifiable=!n,!0}return t.pos=e,!1};Q.regexp_eatQuantifier=function(t,e){return e===void 0&&(e=!1),this.regexp_eatQuantifierPrefix(t,e)?(t.eat(63),!0):!1};Q.regexp_eatQuantifierPrefix=function(t,e){return t.eat(42)||t.eat(43)||t.eat(63)||this.regexp_eatBracedQuantifier(t,e)};Q.regexp_eatBracedQuantifier=function(t,e){var n=t.pos;if(t.eat(123)){var i=0,r=-1;if(this.regexp_eatDecimalDigits(t)&&(i=t.lastIntValue,t.eat(44)&&this.regexp_eatDecimalDigits(t)&&(r=t.lastIntValue),t.eat(125)))return r!==-1&&r<i&&!e&&t.raise("numbers out of order in {} quantifier"),!0;t.switchU&&!e&&t.raise("Incomplete quantifier"),t.pos=n}return!1};Q.regexp_eatAtom=function(t){return this.regexp_eatPatternCharacters(t)||t.eat(46)||this.regexp_eatReverseSolidusAtomEscape(t)||this.regexp_eatCharacterClass(t)||this.regexp_eatUncapturingGroup(t)||this.regexp_eatCapturingGroup(t)};Q.regexp_eatReverseSolidusAtomEscape=function(t){var e=t.pos;if(t.eat(92)){if(this.regexp_eatAtomEscape(t))return!0;t.pos=e}return!1};Q.regexp_eatUncapturingGroup=function(t){var e=t.pos;if(t.eat(40)){if(t.eat(63)){if(this.options.ecmaVersion>=16){var n=this.regexp_eatModifiers(t),i=t.eat(45);if(n||i){for(var r=0;r<n.length;r++){var a=n.charAt(r);n.indexOf(a,r+1)>-1&&t.raise("Duplicate regular expression modifiers")}if(i){var s=this.regexp_eatModifiers(t);!n&&!s&&t.current()===58&&t.raise("Invalid regular expression modifiers");for(var l=0;l<s.length;l++){var c=s.charAt(l);(s.indexOf(c,l+1)>-1||n.indexOf(c)>-1)&&t.raise("Duplicate regular expression modifiers")}}}}if(t.eat(58)){if(this.regexp_disjunction(t),t.eat(41))return!0;t.raise("Unterminated group")}}t.pos=e}return!1};Q.regexp_eatCapturingGroup=function(t){if(t.eat(40)){if(this.options.ecmaVersion>=9?this.regexp_groupSpecifier(t):t.current()===63&&t.raise("Invalid group"),this.regexp_disjunction(t),t.eat(41))return t.numCapturingParens+=1,!0;t.raise("Unterminated group")}return!1};Q.regexp_eatModifiers=function(t){for(var e="",n=0;(n=t.current())!==-1&&s4(n);)e+=ii(n),t.advance();return e};function s4(t){return t===105||t===109||t===115}o(s4,"isRegularExpressionModifier");Q.regexp_eatExtendedAtom=function(t){return t.eat(46)||this.regexp_eatReverseSolidusAtomEscape(t)||this.regexp_eatCharacterClass(t)||this.regexp_eatUncapturingGroup(t)||this.regexp_eatCapturingGroup(t)||this.regexp_eatInvalidBracedQuantifier(t)||this.regexp_eatExtendedPatternCharacter(t)};Q.regexp_eatInvalidBracedQuantifier=function(t){return this.regexp_eatBracedQuantifier(t,!0)&&t.raise("Nothing to repeat"),!1};Q.regexp_eatSyntaxCharacter=function(t){var e=t.current();return $F(e)?(t.lastIntValue=e,t.advance(),!0):!1};function $F(t){return t===36||t>=40&&t<=43||t===46||t===63||t>=91&&t<=94||t>=123&&t<=125}o($F,"isSyntaxCharacter");Q.regexp_eatPatternCharacters=function(t){for(var e=t.pos,n=0;(n=t.current())!==-1&&!$F(n);)t.advance();return t.pos!==e};Q.regexp_eatExtendedPatternCharacter=function(t){var e=t.current();return e!==-1&&e!==36&&!(e>=40&&e<=43)&&e!==46&&e!==63&&e!==91&&e!==94&&e!==124?(t.advance(),!0):!1};Q.regexp_groupSpecifier=function(t){if(t.eat(63)){this.regexp_eatGroupName(t)||t.raise("Invalid group");var e=this.options.ecmaVersion>=16,n=t.groupNames[t.lastStringValue];if(n)if(e)for(var i=0,r=n;i<r.length;i+=1){var a=r[i];a.separatedFrom(t.branchID)||t.raise("Duplicate capture group name")}else t.raise("Duplicate capture group name");e?(n||(t.groupNames[t.lastStringValue]=[])).push(t.branchID):t.groupNames[t.lastStringValue]=!0}};Q.regexp_eatGroupName=function(t){if(t.lastStringValue="",t.eat(60)){if(this.regexp_eatRegExpIdentifierName(t)&&t.eat(62))return!0;t.raise("Invalid capture group name")}return!1};Q.regexp_eatRegExpIdentifierName=function(t){if(t.lastStringValue="",this.regexp_eatRegExpIdentifierStart(t)){for(t.lastStringValue+=ii(t.lastIntValue);this.regexp_eatRegExpIdentifierPart(t);)t.lastStringValue+=ii(t.lastIntValue);return!0}return!1};Q.regexp_eatRegExpIdentifierStart=function(t){var e=t.pos,n=this.options.ecmaVersion>=11,i=t.current(n);return t.advance(n),i===92&&this.regexp_eatRegExpUnicodeEscapeSequence(t,n)&&(i=t.lastIntValue),l4(i)?(t.lastIntValue=i,!0):(t.pos=e,!1)};function l4(t){return Fr(t,!0)||t===36||t===95}o(l4,"isRegExpIdentifierStart");Q.regexp_eatRegExpIdentifierPart=function(t){var e=t.pos,n=this.options.ecmaVersion>=11,i=t.current(n);return t.advance(n),i===92&&this.regexp_eatRegExpUnicodeEscapeSequence(t,n)&&(i=t.lastIntValue),c4(i)?(t.lastIntValue=i,!0):(t.pos=e,!1)};function c4(t){return Ii(t,!0)||t===36||t===95||t===8204||t===8205}o(c4,"isRegExpIdentifierPart");Q.regexp_eatAtomEscape=function(t){return this.regexp_eatBackReference(t)||this.regexp_eatCharacterClassEscape(t)||this.regexp_eatCharacterEscape(t)||t.switchN&&this.regexp_eatKGroupName(t)?!0:(t.switchU&&(t.current()===99&&t.raise("Invalid unicode escape"),t.raise("Invalid escape")),!1)};Q.regexp_eatBackReference=function(t){var e=t.pos;if(this.regexp_eatDecimalEscape(t)){var n=t.lastIntValue;if(t.switchU)return n>t.maxBackReference&&(t.maxBackReference=n),!0;if(n<=t.numCapturingParens)return!0;t.pos=e}return!1};Q.regexp_eatKGroupName=function(t){if(t.eat(107)){if(this.regexp_eatGroupName(t))return t.backReferenceNames.push(t.lastStringValue),!0;t.raise("Invalid named reference")}return!1};Q.regexp_eatCharacterEscape=function(t){return this.regexp_eatControlEscape(t)||this.regexp_eatCControlLetter(t)||this.regexp_eatZero(t)||this.regexp_eatHexEscapeSequence(t)||this.regexp_eatRegExpUnicodeEscapeSequence(t,!1)||!t.switchU&&this.regexp_eatLegacyOctalEscapeSequence(t)||this.regexp_eatIdentityEscape(t)};Q.regexp_eatCControlLetter=function(t){var e=t.pos;if(t.eat(99)){if(this.regexp_eatControlLetter(t))return!0;t.pos=e}return!1};Q.regexp_eatZero=function(t){return t.current()===48&&!cp(t.lookahead())?(t.lastIntValue=0,t.advance(),!0):!1};Q.regexp_eatControlEscape=function(t){var e=t.current();return e===116?(t.lastIntValue=9,t.advance(),!0):e===110?(t.lastIntValue=10,t.advance(),!0):e===118?(t.lastIntValue=11,t.advance(),!0):e===102?(t.lastIntValue=12,t.advance(),!0):e===114?(t.lastIntValue=13,t.advance(),!0):!1};Q.regexp_eatControlLetter=function(t){var e=t.current();return RF(e)?(t.lastIntValue=e%32,t.advance(),!0):!1};function RF(t){return t>=65&&t<=90||t>=97&&t<=122}o(RF,"isControlLetter");Q.regexp_eatRegExpUnicodeEscapeSequence=function(t,e){e===void 0&&(e=!1);var n=t.pos,i=e||t.switchU;if(t.eat(117)){if(this.regexp_eatFixedHexDigits(t,4)){var r=t.lastIntValue;if(i&&r>=55296&&r<=56319){var a=t.pos;if(t.eat(92)&&t.eat(117)&&this.regexp_eatFixedHexDigits(t,4)){var s=t.lastIntValue;if(s>=56320&&s<=57343)return t.lastIntValue=(r-55296)*1024+(s-56320)+65536,!0}t.pos=a,t.lastIntValue=r}return!0}if(i&&t.eat(123)&&this.regexp_eatHexDigits(t)&&t.eat(125)&&u4(t.lastIntValue))return!0;i&&t.raise("Invalid unicode escape"),t.pos=n}return!1};function u4(t){return t>=0&&t<=1114111}o(u4,"isValidUnicode");Q.regexp_eatIdentityEscape=function(t){if(t.switchU)return this.regexp_eatSyntaxCharacter(t)?!0:t.eat(47)?(t.lastIntValue=47,!0):!1;var e=t.current();return e!==99&&(!t.switchN||e!==107)?(t.lastIntValue=e,t.advance(),!0):!1};Q.regexp_eatDecimalEscape=function(t){t.lastIntValue=0;var e=t.current();if(e>=49&&e<=57){do t.lastIntValue=10*t.lastIntValue+(e-48),t.advance();while((e=t.current())>=48&&e<=57);return!0}return!1};var LF=0,ai=1,Xn=2;Q.regexp_eatCharacterClassEscape=function(t){var e=t.current();if(p4(e))return t.lastIntValue=-1,t.advance(),ai;var n=!1;if(t.switchU&&this.options.ecmaVersion>=9&&((n=e===80)||e===112)){t.lastIntValue=-1,t.advance();var i;if(t.eat(123)&&(i=this.regexp_eatUnicodePropertyValueExpression(t))&&t.eat(125))return n&&i===Xn&&t.raise("Invalid property name"),i;t.raise("Invalid property name")}return LF};function p4(t){return t===100||t===68||t===115||t===83||t===119||t===87}o(p4,"isCharacterClassEscape");Q.regexp_eatUnicodePropertyValueExpression=function(t){var e=t.pos;if(this.regexp_eatUnicodePropertyName(t)&&t.eat(61)){var n=t.lastStringValue;if(this.regexp_eatUnicodePropertyValue(t)){var i=t.lastStringValue;return this.regexp_validateUnicodePropertyNameAndValue(t,n,i),ai}}if(t.pos=e,this.regexp_eatLoneUnicodePropertyNameOrValue(t)){var r=t.lastStringValue;return this.regexp_validateUnicodePropertyNameOrValue(t,r)}return LF};Q.regexp_validateUnicodePropertyNameAndValue=function(t,e,n){xo(t.unicodeProperties.nonBinary,e)||t.raise("Invalid property name"),t.unicodeProperties.nonBinary[e].test(n)||t.raise("Invalid property value")};Q.regexp_validateUnicodePropertyNameOrValue=function(t,e){if(t.unicodeProperties.binary.test(e))return ai;if(t.switchV&&t.unicodeProperties.binaryOfStrings.test(e))return Xn;t.raise("Invalid property name")};Q.regexp_eatUnicodePropertyName=function(t){var e=0;for(t.lastStringValue="";jF(e=t.current());)t.lastStringValue+=ii(e),t.advance();return t.lastStringValue!==""};function jF(t){return RF(t)||t===95}o(jF,"isUnicodePropertyNameCharacter");Q.regexp_eatUnicodePropertyValue=function(t){var e=0;for(t.lastStringValue="";d4(e=t.current());)t.lastStringValue+=ii(e),t.advance();return t.lastStringValue!==""};function d4(t){return jF(t)||cp(t)}o(d4,"isUnicodePropertyValueCharacter");Q.regexp_eatLoneUnicodePropertyNameOrValue=function(t){return this.regexp_eatUnicodePropertyValue(t)};Q.regexp_eatCharacterClass=function(t){if(t.eat(91)){var e=t.eat(94),n=this.regexp_classContents(t);return t.eat(93)||t.raise("Unterminated character class"),e&&n===Xn&&t.raise("Negated character class may contain strings"),!0}return!1};Q.regexp_classContents=function(t){return t.current()===93?ai:t.switchV?this.regexp_classSetExpression(t):(this.regexp_nonEmptyClassRanges(t),ai)};Q.regexp_nonEmptyClassRanges=function(t){for(;this.regexp_eatClassAtom(t);){var e=t.lastIntValue;if(t.eat(45)&&this.regexp_eatClassAtom(t)){var n=t.lastIntValue;t.switchU&&(e===-1||n===-1)&&t.raise("Invalid character class"),e!==-1&&n!==-1&&e>n&&t.raise("Range out of order in character class")}}};Q.regexp_eatClassAtom=function(t){var e=t.pos;if(t.eat(92)){if(this.regexp_eatClassEscape(t))return!0;if(t.switchU){var n=t.current();(n===99||VF(n))&&t.raise("Invalid class escape"),t.raise("Invalid escape")}t.pos=e}var i=t.current();return i!==93?(t.lastIntValue=i,t.advance(),!0):!1};Q.regexp_eatClassEscape=function(t){var e=t.pos;if(t.eat(98))return t.lastIntValue=8,!0;if(t.switchU&&t.eat(45))return t.lastIntValue=45,!0;if(!t.switchU&&t.eat(99)){if(this.regexp_eatClassControlLetter(t))return!0;t.pos=e}return this.regexp_eatCharacterClassEscape(t)||this.regexp_eatCharacterEscape(t)};Q.regexp_classSetExpression=function(t){var e=ai,n;if(!this.regexp_eatClassSetRange(t))if(n=this.regexp_eatClassSetOperand(t)){n===Xn&&(e=Xn);for(var i=t.pos;t.eatChars([38,38]);){if(t.current()!==38&&(n=this.regexp_eatClassSetOperand(t))){n!==Xn&&(e=ai);continue}t.raise("Invalid character in character class")}if(i!==t.pos)return e;for(;t.eatChars([45,45]);)this.regexp_eatClassSetOperand(t)||t.raise("Invalid character in character class");if(i!==t.pos)return e}else t.raise("Invalid character in character class");for(;;)if(!this.regexp_eatClassSetRange(t)){if(n=this.regexp_eatClassSetOperand(t),!n)return e;n===Xn&&(e=Xn)}};Q.regexp_eatClassSetRange=function(t){var e=t.pos;if(this.regexp_eatClassSetCharacter(t)){var n=t.lastIntValue;if(t.eat(45)&&this.regexp_eatClassSetCharacter(t)){var i=t.lastIntValue;return n!==-1&&i!==-1&&n>i&&t.raise("Range out of order in character class"),!0}t.pos=e}return!1};Q.regexp_eatClassSetOperand=function(t){return this.regexp_eatClassSetCharacter(t)?ai:this.regexp_eatClassStringDisjunction(t)||this.regexp_eatNestedClass(t)};Q.regexp_eatNestedClass=function(t){var e=t.pos;if(t.eat(91)){var n=t.eat(94),i=this.regexp_classContents(t);if(t.eat(93))return n&&i===Xn&&t.raise("Negated character class may contain strings"),i;t.pos=e}if(t.eat(92)){var r=this.regexp_eatCharacterClassEscape(t);if(r)return r;t.pos=e}return null};Q.regexp_eatClassStringDisjunction=function(t){var e=t.pos;if(t.eatChars([92,113])){if(t.eat(123)){var n=this.regexp_classStringDisjunctionContents(t);if(t.eat(125))return n}else t.raise("Invalid escape");t.pos=e}return null};Q.regexp_classStringDisjunctionContents=function(t){for(var e=this.regexp_classString(t);t.eat(124);)this.regexp_classString(t)===Xn&&(e=Xn);return e};Q.regexp_classString=function(t){for(var e=0;this.regexp_eatClassSetCharacter(t);)e++;return e===1?ai:Xn};Q.regexp_eatClassSetCharacter=function(t){var e=t.pos;if(t.eat(92))return this.regexp_eatCharacterEscape(t)||this.regexp_eatClassSetReservedPunctuator(t)?!0:t.eat(98)?(t.lastIntValue=8,!0):(t.pos=e,!1);var n=t.current();return n<0||n===t.lookahead()&&m4(n)||h4(n)?!1:(t.advance(),t.lastIntValue=n,!0)};function m4(t){return t===33||t>=35&&t<=38||t>=42&&t<=44||t===46||t>=58&&t<=64||t===94||t===96||t===126}o(m4,"isClassSetReservedDoublePunctuatorCharacter");function h4(t){return t===40||t===41||t===45||t===47||t>=91&&t<=93||t>=123&&t<=125}o(h4,"isClassSetSyntaxCharacter");Q.regexp_eatClassSetReservedPunctuator=function(t){var e=t.current();return f4(e)?(t.lastIntValue=e,t.advance(),!0):!1};function f4(t){return t===33||t===35||t===37||t===38||t===44||t===45||t>=58&&t<=62||t===64||t===96||t===126}o(f4,"isClassSetReservedPunctuator");Q.regexp_eatClassControlLetter=function(t){var e=t.current();return cp(e)||e===95?(t.lastIntValue=e%32,t.advance(),!0):!1};Q.regexp_eatHexEscapeSequence=function(t){var e=t.pos;if(t.eat(120)){if(this.regexp_eatFixedHexDigits(t,2))return!0;t.switchU&&t.raise("Invalid escape"),t.pos=e}return!1};Q.regexp_eatDecimalDigits=function(t){var e=t.pos,n=0;for(t.lastIntValue=0;cp(n=t.current());)t.lastIntValue=10*t.lastIntValue+(n-48),t.advance();return t.pos!==e};function cp(t){return t>=48&&t<=57}o(cp,"isDecimalDigit");Q.regexp_eatHexDigits=function(t){var e=t.pos,n=0;for(t.lastIntValue=0;BF(n=t.current());)t.lastIntValue=16*t.lastIntValue+UF(n),t.advance();return t.pos!==e};function BF(t){return t>=48&&t<=57||t>=65&&t<=70||t>=97&&t<=102}o(BF,"isHexDigit");function UF(t){return t>=65&&t<=70?10+(t-65):t>=97&&t<=102?10+(t-97):t-48}o(UF,"hexToInt");Q.regexp_eatLegacyOctalEscapeSequence=function(t){if(this.regexp_eatOctalDigit(t)){var e=t.lastIntValue;if(this.regexp_eatOctalDigit(t)){var n=t.lastIntValue;e<=3&&this.regexp_eatOctalDigit(t)?t.lastIntValue=e*64+n*8+t.lastIntValue:t.lastIntValue=e*8+n}else t.lastIntValue=e;return!0}return!1};Q.regexp_eatOctalDigit=function(t){var e=t.current();return VF(e)?(t.lastIntValue=e-48,t.advance(),!0):(t.lastIntValue=0,!1)};function VF(t){return t>=48&&t<=55}o(VF,"isOctalDigit");Q.regexp_eatFixedHexDigits=function(t,e){var n=t.pos;t.lastIntValue=0;for(var i=0;i<e;++i){var r=t.current();if(!BF(r))return t.pos=n,!1;t.lastIntValue=16*t.lastIntValue+UF(r),t.advance()}return!0};var _v=o(function(e){this.type=e.type,this.value=e.value,this.start=e.start,this.end=e.end,e.options.locations&&(this.loc=new ip(e,e.startLoc,e.endLoc)),e.options.ranges&&(this.range=[e.start,e.end])},"Token"),Ae=kt.prototype;Ae.next=function(t){!t&&this.type.keyword&&this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword "+this.type.keyword),this.options.onToken&&this.options.onToken(new _v(this)),this.lastTokEnd=this.end,this.lastTokStart=this.start,this.lastTokEndLoc=this.endLoc,this.lastTokStartLoc=this.startLoc,this.nextToken()};Ae.getToken=function(){return this.next(),new _v(this)};typeof Symbol<"u"&&(Ae[Symbol.iterator]=function(){var t=this;return{next:o(function(){var e=t.getToken();return{done:e.type===k.eof,value:e}},"next")}});Ae.nextToken=function(){var t=this.curContext();if((!t||!t.preserveSpace)&&this.skipSpace(),this.start=this.pos,this.options.locations&&(this.startLoc=this.curPosition()),this.pos>=this.input.length)return this.finishToken(k.eof);if(t.override)return t.override(this);this.readToken(this.fullCharCodeAtPos())};Ae.readToken=function(t){return Fr(t,this.options.ecmaVersion>=6)||t===92?this.readWord():this.getTokenFromCode(t)};Ae.fullCharCodeAt=function(t){var e=this.input.charCodeAt(t);if(e<=55295||e>=56320)return e;var n=this.input.charCodeAt(t+1);return n<=56319||n>=57344?e:(e<<10)+n-56613888};Ae.fullCharCodeAtPos=function(){return this.fullCharCodeAt(this.pos)};Ae.skipBlockComment=function(){var t=this.options.onComment&&this.curPosition(),e=this.pos,n=this.input.indexOf("*/",this.pos+=2);if(n===-1&&this.raise(this.pos-2,"Unterminated comment"),this.pos=n+2,this.options.locations)for(var i=void 0,r=e;(i=dF(this.input,r,this.pos))>-1;)++this.curLine,r=this.lineStart=i;this.options.onComment&&this.options.onComment(!0,this.input.slice(e+2,n),e,this.pos,t,this.curPosition())};Ae.skipLineComment=function(t){for(var e=this.pos,n=this.options.onComment&&this.curPosition(),i=this.input.charCodeAt(this.pos+=t);this.pos<this.input.length&&!yo(i);)i=this.input.charCodeAt(++this.pos);this.options.onComment&&this.options.onComment(!1,this.input.slice(e+t,this.pos),e,this.pos,n,this.curPosition())};Ae.skipSpace=function(){e:for(;this.pos<this.input.length;){var t=this.input.charCodeAt(this.pos);switch(t){case 32:case 160:++this.pos;break;case 13:this.input.charCodeAt(this.pos+1)===10&&++this.pos;case 10:case 8232:case 8233:++this.pos,this.options.locations&&(++this.curLine,this.lineStart=this.pos);break;case 47:switch(this.input.charCodeAt(this.pos+1)){case 42:this.skipBlockComment();break;case 47:this.skipLineComment(2);break;default:break e}break;default:if(t>8&&t<14||t>=5760&&mF.test(String.fromCharCode(t)))++this.pos;else break e}}};Ae.finishToken=function(t,e){this.end=this.pos,this.options.locations&&(this.endLoc=this.curPosition());var n=this.type;this.type=t,this.value=e,this.updateContext(n)};Ae.readToken_dot=function(){var t=this.input.charCodeAt(this.pos+1);if(t>=48&&t<=57)return this.readNumber(!0);var e=this.input.charCodeAt(this.pos+2);return this.options.ecmaVersion>=6&&t===46&&e===46?(this.pos+=3,this.finishToken(k.ellipsis)):(++this.pos,this.finishToken(k.dot))};Ae.readToken_slash=function(){var t=this.input.charCodeAt(this.pos+1);return this.exprAllowed?(++this.pos,this.readRegexp()):t===61?this.finishOp(k.assign,2):this.finishOp(k.slash,1)};Ae.readToken_mult_modulo_exp=function(t){var e=this.input.charCodeAt(this.pos+1),n=1,i=t===42?k.star:k.modulo;return this.options.ecmaVersion>=7&&t===42&&e===42&&(++n,i=k.starstar,e=this.input.charCodeAt(this.pos+2)),e===61?this.finishOp(k.assign,n+1):this.finishOp(i,n)};Ae.readToken_pipe_amp=function(t){var e=this.input.charCodeAt(this.pos+1);if(e===t){if(this.options.ecmaVersion>=12){var n=this.input.charCodeAt(this.pos+2);if(n===61)return this.finishOp(k.assign,3)}return this.finishOp(t===124?k.logicalOR:k.logicalAND,2)}return e===61?this.finishOp(k.assign,2):this.finishOp(t===124?k.bitwiseOR:k.bitwiseAND,1)};Ae.readToken_caret=function(){var t=this.input.charCodeAt(this.pos+1);return t===61?this.finishOp(k.assign,2):this.finishOp(k.bitwiseXOR,1)};Ae.readToken_plus_min=function(t){var e=this.input.charCodeAt(this.pos+1);return e===t?e===45&&!this.inModule&&this.input.charCodeAt(this.pos+2)===62&&(this.lastTokEnd===0||wn.test(this.input.slice(this.lastTokEnd,this.pos)))?(this.skipLineComment(3),this.skipSpace(),this.nextToken()):this.finishOp(k.incDec,2):e===61?this.finishOp(k.assign,2):this.finishOp(k.plusMin,1)};Ae.readToken_lt_gt=function(t){var e=this.input.charCodeAt(this.pos+1),n=1;return e===t?(n=t===62&&this.input.charCodeAt(this.pos+2)===62?3:2,this.input.charCodeAt(this.pos+n)===61?this.finishOp(k.assign,n+1):this.finishOp(k.bitShift,n)):e===33&&t===60&&!this.inModule&&this.input.charCodeAt(this.pos+2)===45&&this.input.charCodeAt(this.pos+3)===45?(this.skipLineComment(4),this.skipSpace(),this.nextToken()):(e===61&&(n=2),this.finishOp(k.relational,n))};Ae.readToken_eq_excl=function(t){var e=this.input.charCodeAt(this.pos+1);return e===61?this.finishOp(k.equality,this.input.charCodeAt(this.pos+2)===61?3:2):t===61&&e===62&&this.options.ecmaVersion>=6?(this.pos+=2,this.finishToken(k.arrow)):this.finishOp(t===61?k.eq:k.prefix,1)};Ae.readToken_question=function(){var t=this.options.ecmaVersion;if(t>=11){var e=this.input.charCodeAt(this.pos+1);if(e===46){var n=this.input.charCodeAt(this.pos+2);if(n<48||n>57)return this.finishOp(k.questionDot,2)}if(e===63){if(t>=12){var i=this.input.charCodeAt(this.pos+2);if(i===61)return this.finishOp(k.assign,3)}return this.finishOp(k.coalesce,2)}}return this.finishOp(k.question,1)};Ae.readToken_numberSign=function(){var t=this.options.ecmaVersion,e=35;if(t>=13&&(++this.pos,e=this.fullCharCodeAtPos(),Fr(e,!0)||e===92))return this.finishToken(k.privateId,this.readWord1());this.raise(this.pos,"Unexpected character '"+ii(e)+"'")};Ae.getTokenFromCode=function(t){switch(t){case 46:return this.readToken_dot();case 40:return++this.pos,this.finishToken(k.parenL);case 41:return++this.pos,this.finishToken(k.parenR);case 59:return++this.pos,this.finishToken(k.semi);case 44:return++this.pos,this.finishToken(k.comma);case 91:return++this.pos,this.finishToken(k.bracketL);case 93:return++this.pos,this.finishToken(k.bracketR);case 123:return++this.pos,this.finishToken(k.braceL);case 125:return++this.pos,this.finishToken(k.braceR);case 58:return++this.pos,this.finishToken(k.colon);case 96:if(this.options.ecmaVersion<6)break;return++this.pos,this.finishToken(k.backQuote);case 48:var e=this.input.charCodeAt(this.pos+1);if(e===120||e===88)return this.readRadixNumber(16);if(this.options.ecmaVersion>=6){if(e===111||e===79)return this.readRadixNumber(8);if(e===98||e===66)return this.readRadixNumber(2)}case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return this.readNumber(!1);case 34:case 39:return this.readString(t);case 47:return this.readToken_slash();case 37:case 42:return this.readToken_mult_modulo_exp(t);case 124:case 38:return this.readToken_pipe_amp(t);case 94:return this.readToken_caret();case 43:case 45:return this.readToken_plus_min(t);case 60:case 62:return this.readToken_lt_gt(t);case 61:case 33:return this.readToken_eq_excl(t);case 63:return this.readToken_question();case 126:return this.finishOp(k.prefix,1);case 35:return this.readToken_numberSign()}this.raise(this.pos,"Unexpected character '"+ii(t)+"'")};Ae.finishOp=function(t,e){var n=this.input.slice(this.pos,this.pos+e);return this.pos+=e,this.finishToken(t,n)};Ae.readRegexp=function(){for(var t,e,n=this.pos;;){this.pos>=this.input.length&&this.raise(n,"Unterminated regular expression");var i=this.input.charAt(this.pos);if(wn.test(i)&&this.raise(n,"Unterminated regular expression"),t)t=!1;else{if(i==="[")e=!0;else if(i==="]"&&e)e=!1;else if(i==="/"&&!e)break;t=i==="\\"}++this.pos}var r=this.input.slice(n,this.pos);++this.pos;var a=this.pos,s=this.readWord1();this.containsEsc&&this.unexpected(a);var l=this.regexpState||(this.regexpState=new Tr(this));l.reset(n,r,s),this.validateRegExpFlags(l),this.validateRegExpPattern(l);var c=null;try{c=new RegExp(r,s)}catch{}return this.finishToken(k.regexp,{pattern:r,flags:s,value:c})};Ae.readInt=function(t,e,n){for(var i=this.options.ecmaVersion>=12&&e===void 0,r=n&&this.input.charCodeAt(this.pos)===48,a=this.pos,s=0,l=0,c=0,u=e??1/0;c<u;++c,++this.pos){var p=this.input.charCodeAt(this.pos),d=void 0;if(i&&p===95){r&&this.raiseRecoverable(this.pos,"Numeric separator is not allowed in legacy octal numeric literals"),l===95&&this.raiseRecoverable(this.pos,"Numeric separator must be exactly one underscore"),c===0&&this.raiseRecoverable(this.pos,"Numeric separator is not allowed at the first of digits"),l=p;continue}if(p>=97?d=p-97+10:p>=65?d=p-65+10:p>=48&&p<=57?d=p-48:d=1/0,d>=t)break;l=p,s=s*t+d}return i&&l===95&&this.raiseRecoverable(this.pos-1,"Numeric separator is not allowed at the last of digits"),this.pos===a||e!=null&&this.pos-a!==e?null:s};function g4(t,e){return e?parseInt(t,8):parseFloat(t.replace(/_/g,""))}o(g4,"stringToNumber");function ZF(t){return typeof BigInt!="function"?null:BigInt(t.replace(/_/g,""))}o(ZF,"stringToBigInt");Ae.readRadixNumber=function(t){var e=this.pos;this.pos+=2;var n=this.readInt(t);return n==null&&this.raise(this.start+2,"Expected number in radix "+t),this.options.ecmaVersion>=11&&this.input.charCodeAt(this.pos)===110?(n=ZF(this.input.slice(e,this.pos)),++this.pos):Fr(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(k.num,n)};Ae.readNumber=function(t){var e=this.pos;!t&&this.readInt(10,void 0,!0)===null&&this.raise(e,"Invalid number");var n=this.pos-e>=2&&this.input.charCodeAt(e)===48;n&&this.strict&&this.raise(e,"Invalid number");var i=this.input.charCodeAt(this.pos);if(!n&&!t&&this.options.ecmaVersion>=11&&i===110){var r=ZF(this.input.slice(e,this.pos));return++this.pos,Fr(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(k.num,r)}n&&/[89]/.test(this.input.slice(e,this.pos))&&(n=!1),i===46&&!n&&(++this.pos,this.readInt(10),i=this.input.charCodeAt(this.pos)),(i===69||i===101)&&!n&&(i=this.input.charCodeAt(++this.pos),(i===43||i===45)&&++this.pos,this.readInt(10)===null&&this.raise(e,"Invalid number")),Fr(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number");var a=g4(this.input.slice(e,this.pos),n);return this.finishToken(k.num,a)};Ae.readCodePoint=function(){var t=this.input.charCodeAt(this.pos),e;if(t===123){this.options.ecmaVersion<6&&this.unexpected();var n=++this.pos;e=this.readHexChar(this.input.indexOf("}",this.pos)-this.pos),++this.pos,e>1114111&&this.invalidStringToken(n,"Code point out of bounds")}else e=this.readHexChar(4);return e};Ae.readString=function(t){for(var e="",n=++this.pos;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated string constant");var i=this.input.charCodeAt(this.pos);if(i===t)break;i===92?(e+=this.input.slice(n,this.pos),e+=this.readEscapedChar(!1),n=this.pos):i===8232||i===8233?(this.options.ecmaVersion<10&&this.raise(this.start,"Unterminated string constant"),++this.pos,this.options.locations&&(this.curLine++,this.lineStart=this.pos)):(yo(i)&&this.raise(this.start,"Unterminated string constant"),++this.pos)}return e+=this.input.slice(n,this.pos++),this.finishToken(k.string,e)};var GF={};Ae.tryReadTemplateToken=function(){this.inTemplateElement=!0;try{this.readTmplToken()}catch(t){if(t===GF)this.readInvalidTemplateToken();else throw t}this.inTemplateElement=!1};Ae.invalidStringToken=function(t,e){if(this.inTemplateElement&&this.options.ecmaVersion>=9)throw GF;this.raise(t,e)};Ae.readTmplToken=function(){for(var t="",e=this.pos;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated template");var n=this.input.charCodeAt(this.pos);if(n===96||n===36&&this.input.charCodeAt(this.pos+1)===123)return this.pos===this.start&&(this.type===k.template||this.type===k.invalidTemplate)?n===36?(this.pos+=2,this.finishToken(k.dollarBraceL)):(++this.pos,this.finishToken(k.backQuote)):(t+=this.input.slice(e,this.pos),this.finishToken(k.template,t));if(n===92)t+=this.input.slice(e,this.pos),t+=this.readEscapedChar(!0),e=this.pos;else if(yo(n)){switch(t+=this.input.slice(e,this.pos),++this.pos,n){case 13:this.input.charCodeAt(this.pos)===10&&++this.pos;case 10:t+=`
|
|
`;break;default:t+=String.fromCharCode(n);break}this.options.locations&&(++this.curLine,this.lineStart=this.pos),e=this.pos}else++this.pos}};Ae.readInvalidTemplateToken=function(){for(;this.pos<this.input.length;this.pos++)switch(this.input[this.pos]){case"\\":++this.pos;break;case"$":if(this.input[this.pos+1]!=="{")break;case"`":return this.finishToken(k.invalidTemplate,this.input.slice(this.start,this.pos));case"\r":this.input[this.pos+1]===`
|
|
`&&++this.pos;case`
|
|
`:case"\u2028":case"\u2029":++this.curLine,this.lineStart=this.pos+1;break}this.raise(this.start,"Unterminated template")};Ae.readEscapedChar=function(t){var e=this.input.charCodeAt(++this.pos);switch(++this.pos,e){case 110:return`
|
|
`;case 114:return"\r";case 120:return String.fromCharCode(this.readHexChar(2));case 117:return ii(this.readCodePoint());case 116:return" ";case 98:return"\b";case 118:return"\v";case 102:return"\f";case 13:this.input.charCodeAt(this.pos)===10&&++this.pos;case 10:return this.options.locations&&(this.lineStart=this.pos,++this.curLine),"";case 56:case 57:if(this.strict&&this.invalidStringToken(this.pos-1,"Invalid escape sequence"),t){var n=this.pos-1;this.invalidStringToken(n,"Invalid escape sequence in template string")}default:if(e>=48&&e<=55){var i=this.input.substr(this.pos-1,3).match(/^[0-7]+/)[0],r=parseInt(i,8);return r>255&&(i=i.slice(0,-1),r=parseInt(i,8)),this.pos+=i.length-1,e=this.input.charCodeAt(this.pos),(i!=="0"||e===56||e===57)&&(this.strict||t)&&this.invalidStringToken(this.pos-1-i.length,t?"Octal literal in template string":"Octal literal in strict mode"),String.fromCharCode(r)}return yo(e)?(this.options.locations&&(this.lineStart=this.pos,++this.curLine),""):String.fromCharCode(e)}};Ae.readHexChar=function(t){var e=this.pos,n=this.readInt(16,t);return n===null&&this.invalidStringToken(e,"Bad character escape sequence"),n};Ae.readWord1=function(){this.containsEsc=!1;for(var t="",e=!0,n=this.pos,i=this.options.ecmaVersion>=6;this.pos<this.input.length;){var r=this.fullCharCodeAtPos();if(Ii(r,i))this.pos+=r<=65535?1:2;else if(r===92){this.containsEsc=!0,t+=this.input.slice(n,this.pos);var a=this.pos;this.input.charCodeAt(++this.pos)!==117&&this.invalidStringToken(this.pos,"Expecting Unicode escape sequence \\uXXXX"),++this.pos;var s=this.readCodePoint();(e?Fr:Ii)(s,i)||this.invalidStringToken(a,"Invalid Unicode escape"),t+=ii(s),n=this.pos}else break;e=!1}return t+this.input.slice(n,this.pos)};Ae.readWord=function(){var t=this.readWord1(),e=k.name;return this.keywords.test(t)&&(e=Pv[t]),this.finishToken(e,t)};var v4="8.18.0";kt.acorn={Parser:kt,version:v4,defaultOptions:Av,Position:Hs,SourceLocation:ip,getLineInfo:fF,Node:lp,TokenType:Ne,tokTypes:k,keywordTypes:Pv,TokContext:dr,tokContexts:Xe,isIdentifierChar:Ii,isIdentifierStart:Fr,Token:_v,isNewLine:yo,lineBreak:wn,lineBreakG:jB,nonASCIIwhitespace:mF};function HF(t,e,n){return kt.parseExpressionAt(t,e,n)}o(HF,"parseExpressionAt");function qF(t){try{let e=HF(t.string,t.objectStart,{ecmaVersion:"latest"});if(e.type!=="ObjectExpression")throw new Error(`Expected object literal, got ${e.type}`);return e.end}catch(e){if(t.throwOnError)throw new Error(`Invalid JSON5 object for token '${t.tokenName}'`,{cause:e});return null}}o(qF,"parseObjectExpressionEndExclusive");var zv=/\$\{\s*(?<Token>[a-zA-Z0-9_]+)\s*(?<Colon>:\s*)?/y;function up(t){let e;try{e=(0,JF.parse)(t.formatText)}catch(n){throw new Error("Invalid JSON5",{cause:n})}if(e===null||typeof e!="object"||Array.isArray(e))throw new Error(`Format for token '${t.tokenName}' must be a JSON5 object`);return e}o(up,"parseFormatObject");function ya(t,e){let n=e?.throwOnError??!0,i=[];for(let r of t.matchAll(/\$\{/g)){let a=r.index,s=k4({start:a,string:t,throwOnError:n});s&&i.push(s)}return i}o(ya,"scanTokens");function b4(t){zv.lastIndex=t.start;let e=zv.exec(t.string);if(!e){if(t.throwOnError)throw new Error("Invalid token start");return null}let n=G(e.groups),i=G(n.Token).trim();return{hasColon:!!n.Colon,indexAfterHead:zv.lastIndex,tokenName:i}}o(b4,"parseHeadAt");function k4(t){let e=b4({start:t.start,string:t.string,throwOnError:t.throwOnError});if(!e)return null;if(!e.hasColon){let s=WF({start:e.indexAfterHead,string:t.string});if(s>=t.string.length||t.string[s]!=="}"){if(t.throwOnError)throw new Error(`Token '${e.tokenName}' is missing closing '}'`);return null}let l=s+1;return{end:l,formatText:null,raw:t.string.slice(t.start,l),start:t.start,token:e.tokenName}}let n=e.indexAfterHead;if(n>=t.string.length||t.string[n]!=="{"){if(t.throwOnError)throw new Error(`Token '${e.tokenName}' format must be a JSON5 object starting with '{'`);return null}let i=qF({objectStart:n,string:t.string,throwOnError:t.throwOnError,tokenName:e.tokenName});if(i===null)return null;let r=WF({start:i,string:t.string});if(r>=t.string.length||t.string[r]!=="}"){if(t.throwOnError)throw new Error(`Token '${e.tokenName}' is missing closing '}'`);return null}let a=r+1;return{end:a,formatText:t.string.slice(n,i),raw:t.string.slice(t.start,a),start:t.start,token:e.tokenName}}o(k4,"parseTokenAt");function WF(t){let e=t.start;for(;e<t.string.length&&/\s/.test(G(t.string[e]));)e++;return e}o(WF,"skipWhitespace");var J={};Bn(J,{$brand:()=>Mv,$input:()=>Xy,$output:()=>Yy,NEVER:()=>Ov,TimePrecision:()=>n0,ZodAny:()=>Gx,ZodArray:()=>Jx,ZodBase64:()=>zd,ZodBase64URL:()=>Od,ZodBigInt:()=>Qo,ZodBigIntFormat:()=>Rd,ZodBoolean:()=>Xo,ZodCIDRv4:()=>Nd,ZodCIDRv6:()=>_d,ZodCUID:()=>Sd,ZodCUID2:()=>Ed,ZodCatch:()=>vC,ZodCodec:()=>Tl,ZodCustom:()=>Il,ZodCustomStringFormat:()=>Ko,ZodDate:()=>Al,ZodDefault:()=>pC,ZodDiscriminatedUnion:()=>Yx,ZodE164:()=>Md,ZodEmail:()=>Cd,ZodEmoji:()=>wd,ZodEnum:()=>Wo,ZodError:()=>KU,ZodExactOptional:()=>lC,ZodFile:()=>oC,ZodFirstPartyTypeKind:()=>IC,ZodFunction:()=>PC,ZodGUID:()=>kl,ZodIPv4:()=>Id,ZodIPv6:()=>Dd,ZodISODate:()=>gd,ZodISODateTime:()=>fd,ZodISODuration:()=>bd,ZodISOTime:()=>vd,ZodIntersection:()=>Xx,ZodIssueCode:()=>XU,ZodJWT:()=>$d,ZodKSUID:()=>Td,ZodLazy:()=>AC,ZodLiteral:()=>aC,ZodMAC:()=>Rx,ZodMap:()=>rC,ZodNaN:()=>kC,ZodNanoID:()=>Ad,ZodNever:()=>qx,ZodNonOptional:()=>Zd,ZodNull:()=>Vx,ZodNullable:()=>uC,ZodNumber:()=>Yo,ZodNumberFormat:()=>Ta,ZodObject:()=>El,ZodOptional:()=>Vd,ZodPipe:()=>Fl,ZodPrefault:()=>mC,ZodPreprocess:()=>yC,ZodPromise:()=>EC,ZodReadonly:()=>xC,ZodRealError:()=>En,ZodRecord:()=>qo,ZodSet:()=>iC,ZodString:()=>Jo,ZodStringFormat:()=>Be,ZodSuccess:()=>gC,ZodSymbol:()=>Bx,ZodTemplateLiteral:()=>wC,ZodTransform:()=>sC,ZodTuple:()=>eC,ZodType:()=>ge,ZodULID:()=>Pd,ZodURL:()=>wl,ZodUUID:()=>_r,ZodUndefined:()=>Ux,ZodUnion:()=>Pl,ZodUnknown:()=>Hx,ZodVoid:()=>Wx,ZodXID:()=>Fd,ZodXor:()=>Kx,_ZodString:()=>xd,_default:()=>dC,_function:()=>U1,any:()=>k1,array:()=>Sl,base64:()=>n1,base64url:()=>r1,bigint:()=>h1,boolean:()=>jx,catch:()=>bC,check:()=>V1,cidrv4:()=>e1,cidrv6:()=>t1,clone:()=>sn,codec:()=>R1,coerce:()=>DC,config:()=>ot,core:()=>ci,cuid:()=>HT,cuid2:()=>qT,custom:()=>Z1,date:()=>x1,decode:()=>Dx,decodeAsync:()=>_x,describe:()=>G1,discriminatedUnion:()=>P1,e164:()=>i1,email:()=>MT,emoji:()=>ZT,encode:()=>Ix,encodeAsync:()=>Nx,endsWith:()=>$o,enum:()=>Bd,exactOptional:()=>cC,file:()=>z1,flattenError:()=>nl,float32:()=>u1,float64:()=>p1,formatError:()=>rl,fromJSONSchema:()=>X1,function:()=>U1,getErrorMap:()=>e3,globalRegistry:()=>Lt,gt:()=>Dr,gte:()=>cn,guid:()=>$T,hash:()=>c1,hex:()=>l1,hostname:()=>s1,httpUrl:()=>VT,includes:()=>Oo,instanceof:()=>q1,int:()=>kd,int32:()=>d1,int64:()=>f1,intersection:()=>Qx,invertCodec:()=>L1,ipv4:()=>YT,ipv6:()=>QT,iso:()=>Ho,json:()=>J1,jwt:()=>a1,keyof:()=>C1,ksuid:()=>KT,lazy:()=>SC,length:()=>Pa,literal:()=>_1,locales:()=>hl,looseObject:()=>S1,looseRecord:()=>T1,lowercase:()=>_o,lt:()=>Ir,lte:()=>jn,mac:()=>XT,map:()=>I1,maxLength:()=>Ea,maxSize:()=>Ri,meta:()=>H1,mime:()=>Ro,minLength:()=>li,minSize:()=>Nr,multipleOf:()=>$i,nan:()=>$1,nanoid:()=>GT,nativeEnum:()=>N1,negative:()=>ad,never:()=>Ld,nonnegative:()=>sd,nonoptional:()=>fC,nonpositive:()=>od,normalize:()=>Lo,null:()=>Zx,nullable:()=>xl,nullish:()=>O1,number:()=>Lx,object:()=>w1,optional:()=>yl,overwrite:()=>hr,parse:()=>Ex,parseAsync:()=>Px,partialRecord:()=>F1,pipe:()=>yd,positive:()=>id,prefault:()=>hC,preprocess:()=>K1,prettifyError:()=>Jv,promise:()=>B1,property:()=>ld,readonly:()=>CC,record:()=>nC,refine:()=>FC,regex:()=>No,regexes:()=>Ln,registry:()=>$p,safeDecode:()=>Ox,safeDecodeAsync:()=>$x,safeEncode:()=>zx,safeEncodeAsync:()=>Mx,safeParse:()=>Fx,safeParseAsync:()=>Tx,set:()=>D1,setErrorMap:()=>QU,size:()=>Sa,slugify:()=>Vo,startsWith:()=>Mo,strictObject:()=>A1,string:()=>bl,stringFormat:()=>o1,stringbool:()=>W1,success:()=>M1,superRefine:()=>TC,symbol:()=>v1,templateLiteral:()=>j1,toJSONSchema:()=>dd,toLowerCase:()=>Bo,toUpperCase:()=>Uo,transform:()=>Ud,treeifyError:()=>Wv,trim:()=>jo,tuple:()=>tC,uint32:()=>m1,uint64:()=>g1,ulid:()=>WT,undefined:()=>b1,union:()=>jd,unknown:()=>Fa,uppercase:()=>zo,url:()=>UT,util:()=>O,uuid:()=>RT,uuidv4:()=>LT,uuidv6:()=>jT,uuidv7:()=>BT,void:()=>y1,xid:()=>JT,xor:()=>E1});var ci={};Bn(ci,{$ZodAny:()=>Ak,$ZodArray:()=>Tk,$ZodAsyncError:()=>mr,$ZodBase64:()=>hk,$ZodBase64URL:()=>fk,$ZodBigInt:()=>Np,$ZodBigIntFormat:()=>yk,$ZodBoolean:()=>sl,$ZodCIDRv4:()=>pk,$ZodCIDRv6:()=>dk,$ZodCUID:()=>Qb,$ZodCUID2:()=>ek,$ZodCatch:()=>qk,$ZodCheck:()=>Ze,$ZodCheckBigIntFormat:()=>Tb,$ZodCheckEndsWith:()=>Bb,$ZodCheckGreaterThan:()=>Ep,$ZodCheckIncludes:()=>Lb,$ZodCheckLengthEquals:()=>Ob,$ZodCheckLessThan:()=>Sp,$ZodCheckLowerCase:()=>$b,$ZodCheckMaxLength:()=>_b,$ZodCheckMaxSize:()=>Ib,$ZodCheckMimeType:()=>Vb,$ZodCheckMinLength:()=>zb,$ZodCheckMinSize:()=>Db,$ZodCheckMultipleOf:()=>Pb,$ZodCheckNumberFormat:()=>Fb,$ZodCheckOverwrite:()=>Zb,$ZodCheckProperty:()=>Ub,$ZodCheckRegex:()=>Mb,$ZodCheckSizeEquals:()=>Nb,$ZodCheckStartsWith:()=>jb,$ZodCheckStringFormat:()=>Io,$ZodCheckUpperCase:()=>Rb,$ZodCodec:()=>cl,$ZodCustom:()=>ty,$ZodCustomStringFormat:()=>bk,$ZodDate:()=>Fk,$ZodDefault:()=>Vk,$ZodDiscriminatedUnion:()=>Nk,$ZodE164:()=>gk,$ZodEmail:()=>Jb,$ZodEmoji:()=>Yb,$ZodEncodeError:()=>Ni,$ZodEnum:()=>$k,$ZodError:()=>tl,$ZodExactOptional:()=>Bk,$ZodFile:()=>Lk,$ZodFunction:()=>Xk,$ZodGUID:()=>qb,$ZodIPv4:()=>lk,$ZodIPv6:()=>ck,$ZodISODate:()=>ak,$ZodISODateTime:()=>ik,$ZodISODuration:()=>sk,$ZodISOTime:()=>ok,$ZodIntersection:()=>_k,$ZodJWT:()=>vk,$ZodKSUID:()=>rk,$ZodLazy:()=>ey,$ZodLiteral:()=>Rk,$ZodMAC:()=>uk,$ZodMap:()=>Ok,$ZodNaN:()=>Wk,$ZodNanoID:()=>Xb,$ZodNever:()=>Ek,$ZodNonOptional:()=>Gk,$ZodNull:()=>wk,$ZodNullable:()=>Uk,$ZodNumber:()=>Dp,$ZodNumberFormat:()=>kk,$ZodObject:()=>ET,$ZodObjectJIT:()=>Ik,$ZodOptional:()=>zp,$ZodPipe:()=>Op,$ZodPrefault:()=>Zk,$ZodPreprocess:()=>Jk,$ZodPromise:()=>Qk,$ZodReadonly:()=>Kk,$ZodRealError:()=>Sn,$ZodRecord:()=>zk,$ZodRegistry:()=>Mp,$ZodSet:()=>Mk,$ZodString:()=>Aa,$ZodStringFormat:()=>je,$ZodSuccess:()=>Hk,$ZodSymbol:()=>xk,$ZodTemplateLiteral:()=>Yk,$ZodTransform:()=>jk,$ZodTuple:()=>_p,$ZodType:()=>le,$ZodULID:()=>tk,$ZodURL:()=>Kb,$ZodUUID:()=>Wb,$ZodUndefined:()=>Ck,$ZodUnion:()=>ll,$ZodUnknown:()=>Sk,$ZodVoid:()=>Pk,$ZodXID:()=>nk,$ZodXor:()=>Dk,$brand:()=>Mv,$constructor:()=>P,$input:()=>Xy,$output:()=>Yy,Doc:()=>ol,JSONSchema:()=>_T,JSONSchemaGenerator:()=>md,NEVER:()=>Ov,TimePrecision:()=>n0,_any:()=>w0,_array:()=>I0,_base64:()=>ed,_base64url:()=>td,_bigint:()=>g0,_boolean:()=>h0,_catch:()=>UU,_check:()=>NT,_cidrv4:()=>Xp,_cidrv6:()=>Qp,_coercedBigint:()=>v0,_coercedBoolean:()=>f0,_coercedDate:()=>F0,_coercedNumber:()=>l0,_coercedString:()=>e0,_cuid:()=>Gp,_cuid2:()=>Hp,_custom:()=>N0,_date:()=>P0,_decode:()=>gp,_decodeAsync:()=>bp,_default:()=>LU,_discriminatedUnion:()=>PU,_e164:()=>nd,_email:()=>Rp,_emoji:()=>Vp,_encode:()=>fp,_encodeAsync:()=>vp,_endsWith:()=>$o,_enum:()=>_U,_file:()=>D0,_float32:()=>u0,_float64:()=>p0,_gt:()=>Dr,_gte:()=>cn,_guid:()=>fl,_includes:()=>Oo,_int:()=>c0,_int32:()=>d0,_int64:()=>b0,_intersection:()=>FU,_ipv4:()=>Kp,_ipv6:()=>Yp,_isoDate:()=>i0,_isoDateTime:()=>r0,_isoDuration:()=>o0,_isoTime:()=>a0,_jwt:()=>rd,_ksuid:()=>Jp,_lazy:()=>HU,_length:()=>Pa,_literal:()=>OU,_lowercase:()=>_o,_lt:()=>Ir,_lte:()=>jn,_mac:()=>t0,_map:()=>DU,_max:()=>jn,_maxLength:()=>Ea,_maxSize:()=>Ri,_mime:()=>Ro,_min:()=>cn,_minLength:()=>li,_minSize:()=>Nr,_multipleOf:()=>$i,_nan:()=>T0,_nanoid:()=>Zp,_nativeEnum:()=>zU,_negative:()=>ad,_never:()=>S0,_nonnegative:()=>sd,_nonoptional:()=>jU,_nonpositive:()=>od,_normalize:()=>Lo,_null:()=>C0,_nullable:()=>RU,_number:()=>s0,_optional:()=>$U,_overwrite:()=>hr,_parse:()=>Eo,_parseAsync:()=>Po,_pipe:()=>VU,_positive:()=>id,_promise:()=>qU,_property:()=>ld,_readonly:()=>ZU,_record:()=>IU,_refine:()=>_0,_regex:()=>No,_safeDecode:()=>yp,_safeDecodeAsync:()=>Cp,_safeEncode:()=>kp,_safeEncodeAsync:()=>xp,_safeParse:()=>Fo,_safeParseAsync:()=>To,_set:()=>NU,_size:()=>Sa,_slugify:()=>Vo,_startsWith:()=>Mo,_string:()=>Qy,_stringFormat:()=>Zo,_stringbool:()=>$0,_success:()=>BU,_superRefine:()=>z0,_symbol:()=>y0,_templateLiteral:()=>GU,_toLowerCase:()=>Bo,_toUpperCase:()=>Uo,_transform:()=>MU,_trim:()=>jo,_tuple:()=>TU,_uint32:()=>m0,_uint64:()=>k0,_ulid:()=>qp,_undefined:()=>x0,_union:()=>SU,_unknown:()=>A0,_uppercase:()=>zo,_url:()=>gl,_uuid:()=>Lp,_uuidv4:()=>jp,_uuidv6:()=>Bp,_uuidv7:()=>Up,_void:()=>E0,_xid:()=>Wp,_xor:()=>EU,clone:()=>sn,config:()=>ot,createStandardJSONSchemaMethod:()=>Go,createToJSONSchemaMethod:()=>R0,decode:()=>q4,decodeAsync:()=>J4,describe:()=>O0,encode:()=>H4,encodeAsync:()=>W4,extractDefs:()=>ji,finalize:()=>Bi,flattenError:()=>nl,formatError:()=>rl,globalConfig:()=>xa,globalRegistry:()=>Lt,initializeContext:()=>Li,isValidBase64:()=>mk,isValidBase64URL:()=>CT,isValidJWT:()=>wT,locales:()=>hl,meta:()=>M0,parse:()=>mp,parseAsync:()=>hp,prettifyError:()=>Jv,process:()=>$e,regexes:()=>Ln,registry:()=>$p,safeDecode:()=>Y4,safeDecodeAsync:()=>Q4,safeEncode:()=>K4,safeEncodeAsync:()=>X4,safeParse:()=>Kv,safeParseAsync:()=>Yv,toDotPath:()=>tT,toJSONSchema:()=>dd,treeifyError:()=>Wv,util:()=>O,version:()=>Gb});var KF,Ov=Object.freeze({status:"aborted"});function P(t,e,n){function i(l,c){if(l._zod||Object.defineProperty(l,"_zod",{value:{def:c,constr:s,traits:new Set},enumerable:!1}),l._zod.traits.has(t))return;l._zod.traits.add(t),e(l,c);let u=s.prototype,p=Object.keys(u);for(let d=0;d<p.length;d++){let m=p[d];m in l||(l[m]=u[m].bind(l))}}o(i,"init");let r=n?.Parent??Object;class a extends r{static{o(this,"Definition")}}Object.defineProperty(a,"name",{value:t});function s(l){var c;let u=n?.Parent?new a:this;i(u,l),(c=u._zod).deferred??(c.deferred=[]);for(let p of u._zod.deferred)p();return u}return o(s,"_"),Object.defineProperty(s,"init",{value:i}),Object.defineProperty(s,Symbol.hasInstance,{value:o(l=>n?.Parent&&l instanceof n.Parent?!0:l?._zod?.traits?.has(t),"value")}),Object.defineProperty(s,"name",{value:t}),s}o(P,"$constructor");var Mv=Symbol("zod_brand"),mr=class extends Error{static{o(this,"$ZodAsyncError")}constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}},Ni=class extends Error{static{o(this,"$ZodEncodeError")}constructor(e){super(`Encountered unidirectional transform during encode: ${e}`),this.name="ZodEncodeError"}};(KF=globalThis).__zod_globalConfig??(KF.__zod_globalConfig={});var xa=globalThis.__zod_globalConfig;function ot(t){return t&&Object.assign(xa,t),xa}o(ot,"config");var O={};Bn(O,{BIGINT_FORMAT_RANGES:()=>Hv,Class:()=>Rv,NUMBER_FORMAT_RANGES:()=>Gv,aborted:()=>Mi,allowsEval:()=>Bv,assert:()=>A4,assertEqual:()=>y4,assertIs:()=>C4,assertNever:()=>w4,assertNotEqual:()=>x4,assignProp:()=>zi,base64ToUint8Array:()=>XF,base64urlToUint8Array:()=>B4,cached:()=>Ao,captureStackTrace:()=>dp,cleanEnum:()=>j4,cleanRegex:()=>Ys,clone:()=>sn,cloneDef:()=>E4,createTransparentProxy:()=>N4,defineLazy:()=>xe,esc:()=>pp,escapeRegex:()=>tr,explicitlyAborted:()=>qv,extend:()=>O4,finalizeIssue:()=>ln,floatSafeRemainder:()=>Lv,getElementAtPath:()=>P4,getEnumValues:()=>Ks,getLengthableOrigin:()=>el,getParsedType:()=>D4,getSizableOrigin:()=>Qs,hexToUint8Array:()=>V4,isObject:()=>Ca,isPlainObject:()=>Oi,issue:()=>So,joinValues:()=>T,jsonStringifyReplacer:()=>wo,merge:()=>$4,mergeDefs:()=>si,normalizeParams:()=>L,nullish:()=>_i,numKeys:()=>I4,objectClone:()=>S4,omit:()=>z4,optionalKeys:()=>Zv,parsedType:()=>z,partial:()=>R4,pick:()=>_4,prefixIssues:()=>An,primitiveTypes:()=>Vv,promiseAllObject:()=>F4,propertyKeyTypes:()=>Xs,randomString:()=>T4,required:()=>L4,safeExtend:()=>M4,shallowClone:()=>Uv,slugify:()=>jv,stringifyPrimitive:()=>_,uint8ArrayToBase64:()=>QF,uint8ArrayToBase64url:()=>U4,uint8ArrayToHex:()=>Z4,unwrapMessage:()=>Js});function y4(t){return t}o(y4,"assertEqual");function x4(t){return t}o(x4,"assertNotEqual");function C4(t){}o(C4,"assertIs");function w4(t){throw new Error("Unexpected value in exhaustive check")}o(w4,"assertNever");function A4(t){}o(A4,"assert");function Ks(t){let e=Object.values(t).filter(i=>typeof i=="number");return Object.entries(t).filter(([i,r])=>e.indexOf(+i)===-1).map(([i,r])=>r)}o(Ks,"getEnumValues");function T(t,e="|"){return t.map(n=>_(n)).join(e)}o(T,"joinValues");function wo(t,e){return typeof e=="bigint"?e.toString():e}o(wo,"jsonStringifyReplacer");function Ao(t){return{get value(){{let n=t();return Object.defineProperty(this,"value",{value:n}),n}throw new Error("cached value already set")}}}o(Ao,"cached");function _i(t){return t==null}o(_i,"nullish");function Ys(t){let e=t.startsWith("^")?1:0,n=t.endsWith("$")?t.length-1:t.length;return t.slice(e,n)}o(Ys,"cleanRegex");function Lv(t,e){let n=t/e,i=Math.round(n),r=Number.EPSILON*Math.max(Math.abs(n),1);return Math.abs(n-i)<r?0:n-i}o(Lv,"floatSafeRemainder");var YF=Symbol("evaluating");function xe(t,e,n){let i;Object.defineProperty(t,e,{get(){if(i!==YF)return i===void 0&&(i=YF,i=n()),i},set(r){Object.defineProperty(t,e,{value:r})},configurable:!0})}o(xe,"defineLazy");function S4(t){return Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t))}o(S4,"objectClone");function zi(t,e,n){Object.defineProperty(t,e,{value:n,writable:!0,enumerable:!0,configurable:!0})}o(zi,"assignProp");function si(...t){let e={};for(let n of t){let i=Object.getOwnPropertyDescriptors(n);Object.assign(e,i)}return Object.defineProperties({},e)}o(si,"mergeDefs");function E4(t){return si(t._zod.def)}o(E4,"cloneDef");function P4(t,e){return e?e.reduce((n,i)=>n?.[i],t):t}o(P4,"getElementAtPath");function F4(t){let e=Object.keys(t),n=e.map(i=>t[i]);return Promise.all(n).then(i=>{let r={};for(let a=0;a<e.length;a++)r[e[a]]=i[a];return r})}o(F4,"promiseAllObject");function T4(t=10){let e="abcdefghijklmnopqrstuvwxyz",n="";for(let i=0;i<t;i++)n+=e[Math.floor(Math.random()*e.length)];return n}o(T4,"randomString");function pp(t){return JSON.stringify(t)}o(pp,"esc");function jv(t){return t.toLowerCase().trim().replace(/[^\w\s-]/g,"").replace(/[\s_-]+/g,"-").replace(/^-+|-+$/g,"")}o(jv,"slugify");var dp="captureStackTrace"in Error?Error.captureStackTrace:(...t)=>{};function Ca(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}o(Ca,"isObject");var Bv=Ao(()=>{if(xa.jitless||typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{let t=Function;return new t(""),!0}catch{return!1}});function Oi(t){if(Ca(t)===!1)return!1;let e=t.constructor;if(e===void 0||typeof e!="function")return!0;let n=e.prototype;return!(Ca(n)===!1||Object.prototype.hasOwnProperty.call(n,"isPrototypeOf")===!1)}o(Oi,"isPlainObject");function Uv(t){return Oi(t)?{...t}:Array.isArray(t)?[...t]:t instanceof Map?new Map(t):t instanceof Set?new Set(t):t}o(Uv,"shallowClone");function I4(t){let e=0;for(let n in t)Object.prototype.hasOwnProperty.call(t,n)&&e++;return e}o(I4,"numKeys");var D4=o(t=>{let e=typeof t;switch(e){case"undefined":return"undefined";case"string":return"string";case"number":return Number.isNaN(t)?"nan":"number";case"boolean":return"boolean";case"function":return"function";case"bigint":return"bigint";case"symbol":return"symbol";case"object":return Array.isArray(t)?"array":t===null?"null":t.then&&typeof t.then=="function"&&t.catch&&typeof t.catch=="function"?"promise":typeof Map<"u"&&t instanceof Map?"map":typeof Set<"u"&&t instanceof Set?"set":typeof Date<"u"&&t instanceof Date?"date":typeof File<"u"&&t instanceof File?"file":"object";default:throw new Error(`Unknown data type: ${e}`)}},"getParsedType"),Xs=new Set(["string","number","symbol"]),Vv=new Set(["string","number","bigint","boolean","symbol","undefined"]);function tr(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}o(tr,"escapeRegex");function sn(t,e,n){let i=new t._zod.constr(e??t._zod.def);return(!e||n?.parent)&&(i._zod.parent=t),i}o(sn,"clone");function L(t){let e=t;if(!e)return{};if(typeof e=="string")return{error:o(()=>e,"error")};if(e?.message!==void 0){if(e?.error!==void 0)throw new Error("Cannot specify both `message` and `error` params");e.error=e.message}return delete e.message,typeof e.error=="string"?{...e,error:o(()=>e.error,"error")}:e}o(L,"normalizeParams");function N4(t){let e;return new Proxy({},{get(n,i,r){return e??(e=t()),Reflect.get(e,i,r)},set(n,i,r,a){return e??(e=t()),Reflect.set(e,i,r,a)},has(n,i){return e??(e=t()),Reflect.has(e,i)},deleteProperty(n,i){return e??(e=t()),Reflect.deleteProperty(e,i)},ownKeys(n){return e??(e=t()),Reflect.ownKeys(e)},getOwnPropertyDescriptor(n,i){return e??(e=t()),Reflect.getOwnPropertyDescriptor(e,i)},defineProperty(n,i,r){return e??(e=t()),Reflect.defineProperty(e,i,r)}})}o(N4,"createTransparentProxy");function _(t){return typeof t=="bigint"?t.toString()+"n":typeof t=="string"?`"${t}"`:`${t}`}o(_,"stringifyPrimitive");function Zv(t){return Object.keys(t).filter(e=>t[e]._zod.optin==="optional"&&t[e]._zod.optout==="optional")}o(Zv,"optionalKeys");var Gv={safeint:[Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER],int32:[-2147483648,2147483647],uint32:[0,4294967295],float32:[-34028234663852886e22,34028234663852886e22],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]},Hv={int64:[BigInt("-9223372036854775808"),BigInt("9223372036854775807")],uint64:[BigInt(0),BigInt("18446744073709551615")]};function _4(t,e){let n=t._zod.def,i=n.checks;if(i&&i.length>0)throw new Error(".pick() cannot be used on object schemas containing refinements");let a=si(t._zod.def,{get shape(){let s={};for(let l in e){if(!(l in n.shape))throw new Error(`Unrecognized key: "${l}"`);e[l]&&(s[l]=n.shape[l])}return zi(this,"shape",s),s},checks:[]});return sn(t,a)}o(_4,"pick");function z4(t,e){let n=t._zod.def,i=n.checks;if(i&&i.length>0)throw new Error(".omit() cannot be used on object schemas containing refinements");let a=si(t._zod.def,{get shape(){let s={...t._zod.def.shape};for(let l in e){if(!(l in n.shape))throw new Error(`Unrecognized key: "${l}"`);e[l]&&delete s[l]}return zi(this,"shape",s),s},checks:[]});return sn(t,a)}o(z4,"omit");function O4(t,e){if(!Oi(e))throw new Error("Invalid input to extend: expected a plain object");let n=t._zod.def.checks;if(n&&n.length>0){let a=t._zod.def.shape;for(let s in e)if(Object.getOwnPropertyDescriptor(a,s)!==void 0)throw new Error("Cannot overwrite keys on object schemas containing refinements. Use `.safeExtend()` instead.")}let r=si(t._zod.def,{get shape(){let a={...t._zod.def.shape,...e};return zi(this,"shape",a),a}});return sn(t,r)}o(O4,"extend");function M4(t,e){if(!Oi(e))throw new Error("Invalid input to safeExtend: expected a plain object");let n=si(t._zod.def,{get shape(){let i={...t._zod.def.shape,...e};return zi(this,"shape",i),i}});return sn(t,n)}o(M4,"safeExtend");function $4(t,e){if(t._zod.def.checks?.length)throw new Error(".merge() cannot be used on object schemas containing refinements. Use .safeExtend() instead.");let n=si(t._zod.def,{get shape(){let i={...t._zod.def.shape,...e._zod.def.shape};return zi(this,"shape",i),i},get catchall(){return e._zod.def.catchall},checks:e._zod.def.checks??[]});return sn(t,n)}o($4,"merge");function R4(t,e,n){let r=e._zod.def.checks;if(r&&r.length>0)throw new Error(".partial() cannot be used on object schemas containing refinements");let s=si(e._zod.def,{get shape(){let l=e._zod.def.shape,c={...l};if(n)for(let u in n){if(!(u in l))throw new Error(`Unrecognized key: "${u}"`);n[u]&&(c[u]=t?new t({type:"optional",innerType:l[u]}):l[u])}else for(let u in l)c[u]=t?new t({type:"optional",innerType:l[u]}):l[u];return zi(this,"shape",c),c},checks:[]});return sn(e,s)}o(R4,"partial");function L4(t,e,n){let i=si(e._zod.def,{get shape(){let r=e._zod.def.shape,a={...r};if(n)for(let s in n){if(!(s in a))throw new Error(`Unrecognized key: "${s}"`);n[s]&&(a[s]=new t({type:"nonoptional",innerType:r[s]}))}else for(let s in r)a[s]=new t({type:"nonoptional",innerType:r[s]});return zi(this,"shape",a),a}});return sn(e,i)}o(L4,"required");function Mi(t,e=0){if(t.aborted===!0)return!0;for(let n=e;n<t.issues.length;n++)if(t.issues[n]?.continue!==!0)return!0;return!1}o(Mi,"aborted");function qv(t,e=0){if(t.aborted===!0)return!0;for(let n=e;n<t.issues.length;n++)if(t.issues[n]?.continue===!1)return!0;return!1}o(qv,"explicitlyAborted");function An(t,e){return e.map(n=>{var i;return(i=n).path??(i.path=[]),n.path.unshift(t),n})}o(An,"prefixIssues");function Js(t){return typeof t=="string"?t:t?.message}o(Js,"unwrapMessage");function ln(t,e,n){let i=t.message?t.message:Js(t.inst?._zod.def?.error?.(t))??Js(e?.error?.(t))??Js(n.customError?.(t))??Js(n.localeError?.(t))??"Invalid input",{inst:r,continue:a,input:s,...l}=t;return l.path??(l.path=[]),l.message=i,e?.reportInput&&(l.input=s),l}o(ln,"finalizeIssue");function Qs(t){return t instanceof Set?"set":t instanceof Map?"map":t instanceof File?"file":"unknown"}o(Qs,"getSizableOrigin");function el(t){return Array.isArray(t)?"array":typeof t=="string"?"string":"unknown"}o(el,"getLengthableOrigin");function z(t){let e=typeof t;switch(e){case"number":return Number.isNaN(t)?"nan":"number";case"object":{if(t===null)return"null";if(Array.isArray(t))return"array";let n=t;if(n&&Object.getPrototypeOf(n)!==Object.prototype&&"constructor"in n&&n.constructor)return n.constructor.name}}return e}o(z,"parsedType");function So(...t){let[e,n,i]=t;return typeof e=="string"?{message:e,code:"custom",input:n,inst:i}:{...e}}o(So,"issue");function j4(t){return Object.entries(t).filter(([e,n])=>Number.isNaN(Number.parseInt(e,10))).map(e=>e[1])}o(j4,"cleanEnum");function XF(t){let e=atob(t),n=new Uint8Array(e.length);for(let i=0;i<e.length;i++)n[i]=e.charCodeAt(i);return n}o(XF,"base64ToUint8Array");function QF(t){let e="";for(let n=0;n<t.length;n++)e+=String.fromCharCode(t[n]);return btoa(e)}o(QF,"uint8ArrayToBase64");function B4(t){let e=t.replace(/-/g,"+").replace(/_/g,"/"),n="=".repeat((4-e.length%4)%4);return XF(e+n)}o(B4,"base64urlToUint8Array");function U4(t){return QF(t).replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")}o(U4,"uint8ArrayToBase64url");function V4(t){let e=t.replace(/^0x/,"");if(e.length%2!==0)throw new Error("Invalid hex string length");let n=new Uint8Array(e.length/2);for(let i=0;i<e.length;i+=2)n[i/2]=Number.parseInt(e.slice(i,i+2),16);return n}o(V4,"hexToUint8Array");function Z4(t){return Array.from(t).map(e=>e.toString(16).padStart(2,"0")).join("")}o(Z4,"uint8ArrayToHex");var Rv=class{static{o(this,"Class")}constructor(...e){}};var eT=o((t,e)=>{t.name="$ZodError",Object.defineProperty(t,"_zod",{value:t._zod,enumerable:!1}),Object.defineProperty(t,"issues",{value:e,enumerable:!1}),t.message=JSON.stringify(e,wo,2),Object.defineProperty(t,"toString",{value:o(()=>t.message,"value"),enumerable:!1})},"initializer"),tl=P("$ZodError",eT),Sn=P("$ZodError",eT,{Parent:Error});function nl(t,e=n=>n.message){let n={},i=[];for(let r of t.issues)r.path.length>0?(n[r.path[0]]=n[r.path[0]]||[],n[r.path[0]].push(e(r))):i.push(e(r));return{formErrors:i,fieldErrors:n}}o(nl,"flattenError");function rl(t,e=n=>n.message){let n={_errors:[]},i=o((r,a=[])=>{for(let s of r.issues)if(s.code==="invalid_union"&&s.errors.length)s.errors.map(l=>i({issues:l},[...a,...s.path]));else if(s.code==="invalid_key")i({issues:s.issues},[...a,...s.path]);else if(s.code==="invalid_element")i({issues:s.issues},[...a,...s.path]);else{let l=[...a,...s.path];if(l.length===0)n._errors.push(e(s));else{let c=n,u=0;for(;u<l.length;){let p=l[u];u===l.length-1?(c[p]=c[p]||{_errors:[]},c[p]._errors.push(e(s))):c[p]=c[p]||{_errors:[]},c=c[p],u++}}}},"processError");return i(t),n}o(rl,"formatError");function Wv(t,e=n=>n.message){let n={errors:[]},i=o((r,a=[])=>{var s,l;for(let c of r.issues)if(c.code==="invalid_union"&&c.errors.length)c.errors.map(u=>i({issues:u},[...a,...c.path]));else if(c.code==="invalid_key")i({issues:c.issues},[...a,...c.path]);else if(c.code==="invalid_element")i({issues:c.issues},[...a,...c.path]);else{let u=[...a,...c.path];if(u.length===0){n.errors.push(e(c));continue}let p=n,d=0;for(;d<u.length;){let m=u[d],h=d===u.length-1;typeof m=="string"?(p.properties??(p.properties={}),(s=p.properties)[m]??(s[m]={errors:[]}),p=p.properties[m]):(p.items??(p.items=[]),(l=p.items)[m]??(l[m]={errors:[]}),p=p.items[m]),h&&p.errors.push(e(c)),d++}}},"processError");return i(t),n}o(Wv,"treeifyError");function tT(t){let e=[],n=t.map(i=>typeof i=="object"?i.key:i);for(let i of n)typeof i=="number"?e.push(`[${i}]`):typeof i=="symbol"?e.push(`[${JSON.stringify(String(i))}]`):/[^\w$]/.test(i)?e.push(`[${JSON.stringify(i)}]`):(e.length&&e.push("."),e.push(i));return e.join("")}o(tT,"toDotPath");function Jv(t){let e=[],n=[...t.issues].sort((i,r)=>(i.path??[]).length-(r.path??[]).length);for(let i of n)e.push(`\u2716 ${i.message}`),i.path?.length&&e.push(` \u2192 at ${tT(i.path)}`);return e.join(`
|
|
`)}o(Jv,"prettifyError");var Eo=o(t=>(e,n,i,r)=>{let a=i?{...i,async:!1}:{async:!1},s=e._zod.run({value:n,issues:[]},a);if(s instanceof Promise)throw new mr;if(s.issues.length){let l=new(r?.Err??t)(s.issues.map(c=>ln(c,a,ot())));throw dp(l,r?.callee),l}return s.value},"_parse"),mp=Eo(Sn),Po=o(t=>async(e,n,i,r)=>{let a=i?{...i,async:!0}:{async:!0},s=e._zod.run({value:n,issues:[]},a);if(s instanceof Promise&&(s=await s),s.issues.length){let l=new(r?.Err??t)(s.issues.map(c=>ln(c,a,ot())));throw dp(l,r?.callee),l}return s.value},"_parseAsync"),hp=Po(Sn),Fo=o(t=>(e,n,i)=>{let r=i?{...i,async:!1}:{async:!1},a=e._zod.run({value:n,issues:[]},r);if(a instanceof Promise)throw new mr;return a.issues.length?{success:!1,error:new(t??tl)(a.issues.map(s=>ln(s,r,ot())))}:{success:!0,data:a.value}},"_safeParse"),Kv=Fo(Sn),To=o(t=>async(e,n,i)=>{let r=i?{...i,async:!0}:{async:!0},a=e._zod.run({value:n,issues:[]},r);return a instanceof Promise&&(a=await a),a.issues.length?{success:!1,error:new t(a.issues.map(s=>ln(s,r,ot())))}:{success:!0,data:a.value}},"_safeParseAsync"),Yv=To(Sn),fp=o(t=>(e,n,i)=>{let r=i?{...i,direction:"backward"}:{direction:"backward"};return Eo(t)(e,n,r)},"_encode"),H4=fp(Sn),gp=o(t=>(e,n,i)=>Eo(t)(e,n,i),"_decode"),q4=gp(Sn),vp=o(t=>async(e,n,i)=>{let r=i?{...i,direction:"backward"}:{direction:"backward"};return Po(t)(e,n,r)},"_encodeAsync"),W4=vp(Sn),bp=o(t=>async(e,n,i)=>Po(t)(e,n,i),"_decodeAsync"),J4=bp(Sn),kp=o(t=>(e,n,i)=>{let r=i?{...i,direction:"backward"}:{direction:"backward"};return Fo(t)(e,n,r)},"_safeEncode"),K4=kp(Sn),yp=o(t=>(e,n,i)=>Fo(t)(e,n,i),"_safeDecode"),Y4=yp(Sn),xp=o(t=>async(e,n,i)=>{let r=i?{...i,direction:"backward"}:{direction:"backward"};return To(t)(e,n,r)},"_safeEncodeAsync"),X4=xp(Sn),Cp=o(t=>async(e,n,i)=>To(t)(e,n,i),"_safeDecodeAsync"),Q4=Cp(Sn);var Ln={};Bn(Ln,{base64:()=>mb,base64url:()=>wp,bigint:()=>yb,boolean:()=>Cb,browserEmail:()=>s6,cidrv4:()=>pb,cidrv6:()=>db,cuid:()=>Xv,cuid2:()=>Qv,date:()=>gb,datetime:()=>bb,domain:()=>u6,duration:()=>ib,e164:()=>fb,email:()=>ob,emoji:()=>sb,extendedDuration:()=>e6,guid:()=>ab,hex:()=>p6,hostname:()=>c6,html5Email:()=>i6,httpProtocol:()=>hb,idnEmail:()=>o6,integer:()=>xb,ipv4:()=>lb,ipv6:()=>cb,ksuid:()=>nb,lowercase:()=>Sb,mac:()=>ub,md5_base64:()=>m6,md5_base64url:()=>h6,md5_hex:()=>d6,nanoid:()=>rb,null:()=>wb,number:()=>Ap,rfc5322Email:()=>a6,sha1_base64:()=>g6,sha1_base64url:()=>v6,sha1_hex:()=>f6,sha256_base64:()=>k6,sha256_base64url:()=>y6,sha256_hex:()=>b6,sha384_base64:()=>C6,sha384_base64url:()=>w6,sha384_hex:()=>x6,sha512_base64:()=>S6,sha512_base64url:()=>E6,sha512_hex:()=>A6,string:()=>kb,time:()=>vb,ulid:()=>eb,undefined:()=>Ab,unicodeEmail:()=>nT,uppercase:()=>Eb,uuid:()=>wa,uuid4:()=>t6,uuid6:()=>n6,uuid7:()=>r6,xid:()=>tb});var Xv=/^[cC][0-9a-z]{6,}$/,Qv=/^[0-9a-z]+$/,eb=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,tb=/^[0-9a-vA-V]{20}$/,nb=/^[A-Za-z0-9]{27}$/,rb=/^[a-zA-Z0-9_-]{21}$/,ib=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/,e6=/^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/,ab=/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/,wa=o(t=>t?new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${t}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`):/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/,"uuid"),t6=wa(4),n6=wa(6),r6=wa(7),ob=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/,i6=/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,a6=/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/,nT=/^[^\s@"]{1,64}@[^\s@]{1,255}$/u,o6=nT,s6=/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,l6="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";function sb(){return new RegExp(l6,"u")}o(sb,"emoji");var lb=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,cb=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$/,ub=o(t=>{let e=tr(t??":");return new RegExp(`^(?:[0-9A-F]{2}${e}){5}[0-9A-F]{2}$|^(?:[0-9a-f]{2}${e}){5}[0-9a-f]{2}$`)},"mac"),pb=/^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/([0-9]|[1-2][0-9]|3[0-2])$/,db=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,mb=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,wp=/^[A-Za-z0-9_-]*$/,c6=/^(?=.{1,253}\.?$)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[-0-9a-zA-Z]{0,61}[0-9a-zA-Z])?)*\.?$/,u6=/^([a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\.)+[a-zA-Z]{2,}$/,hb=/^https?$/,fb=/^\+[1-9]\d{6,14}$/,rT="(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))",gb=new RegExp(`^${rT}$`);function iT(t){let e="(?:[01]\\d|2[0-3]):[0-5]\\d";return typeof t.precision=="number"?t.precision===-1?`${e}`:t.precision===0?`${e}:[0-5]\\d`:`${e}:[0-5]\\d\\.\\d{${t.precision}}`:`${e}(?::[0-5]\\d(?:\\.\\d+)?)?`}o(iT,"timeSource");function vb(t){return new RegExp(`^${iT(t)}$`)}o(vb,"time");function bb(t){let e=iT({precision:t.precision}),n=["Z"];t.local&&n.push(""),t.offset&&n.push("([+-](?:[01]\\d|2[0-3]):[0-5]\\d)");let i=`${e}(?:${n.join("|")})`;return new RegExp(`^${rT}T(?:${i})$`)}o(bb,"datetime");var kb=o(t=>{let e=t?`[\\s\\S]{${t?.minimum??0},${t?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${e}$`)},"string"),yb=/^-?\d+n?$/,xb=/^-?\d+$/,Ap=/^-?\d+(?:\.\d+)?$/,Cb=/^(?:true|false)$/i,wb=/^null$/i;var Ab=/^undefined$/i;var Sb=/^[^A-Z]*$/,Eb=/^[^a-z]*$/,p6=/^[0-9a-fA-F]*$/;function il(t,e){return new RegExp(`^[A-Za-z0-9+/]{${t}}${e}$`)}o(il,"fixedBase64");function al(t){return new RegExp(`^[A-Za-z0-9_-]{${t}}$`)}o(al,"fixedBase64url");var d6=/^[0-9a-fA-F]{32}$/,m6=il(22,"=="),h6=al(22),f6=/^[0-9a-fA-F]{40}$/,g6=il(27,"="),v6=al(27),b6=/^[0-9a-fA-F]{64}$/,k6=il(43,"="),y6=al(43),x6=/^[0-9a-fA-F]{96}$/,C6=il(64,""),w6=al(64),A6=/^[0-9a-fA-F]{128}$/,S6=il(86,"=="),E6=al(86);var Ze=P("$ZodCheck",(t,e)=>{var n;t._zod??(t._zod={}),t._zod.def=e,(n=t._zod).onattach??(n.onattach=[])}),oT={number:"number",bigint:"bigint",object:"date"},Sp=P("$ZodCheckLessThan",(t,e)=>{Ze.init(t,e);let n=oT[typeof e.value];t._zod.onattach.push(i=>{let r=i._zod.bag,a=(e.inclusive?r.maximum:r.exclusiveMaximum)??Number.POSITIVE_INFINITY;e.value<a&&(e.inclusive?r.maximum=e.value:r.exclusiveMaximum=e.value)}),t._zod.check=i=>{(e.inclusive?i.value<=e.value:i.value<e.value)||i.issues.push({origin:n,code:"too_big",maximum:typeof e.value=="object"?e.value.getTime():e.value,input:i.value,inclusive:e.inclusive,inst:t,continue:!e.abort})}}),Ep=P("$ZodCheckGreaterThan",(t,e)=>{Ze.init(t,e);let n=oT[typeof e.value];t._zod.onattach.push(i=>{let r=i._zod.bag,a=(e.inclusive?r.minimum:r.exclusiveMinimum)??Number.NEGATIVE_INFINITY;e.value>a&&(e.inclusive?r.minimum=e.value:r.exclusiveMinimum=e.value)}),t._zod.check=i=>{(e.inclusive?i.value>=e.value:i.value>e.value)||i.issues.push({origin:n,code:"too_small",minimum:typeof e.value=="object"?e.value.getTime():e.value,input:i.value,inclusive:e.inclusive,inst:t,continue:!e.abort})}}),Pb=P("$ZodCheckMultipleOf",(t,e)=>{Ze.init(t,e),t._zod.onattach.push(n=>{var i;(i=n._zod.bag).multipleOf??(i.multipleOf=e.value)}),t._zod.check=n=>{if(typeof n.value!=typeof e.value)throw new Error("Cannot mix number and bigint in multiple_of check.");(typeof n.value=="bigint"?n.value%e.value===BigInt(0):Lv(n.value,e.value)===0)||n.issues.push({origin:typeof n.value,code:"not_multiple_of",divisor:e.value,input:n.value,inst:t,continue:!e.abort})}}),Fb=P("$ZodCheckNumberFormat",(t,e)=>{Ze.init(t,e),e.format=e.format||"float64";let n=e.format?.includes("int"),i=n?"int":"number",[r,a]=Gv[e.format];t._zod.onattach.push(s=>{let l=s._zod.bag;l.format=e.format,l.minimum=r,l.maximum=a,n&&(l.pattern=xb)}),t._zod.check=s=>{let l=s.value;if(n){if(!Number.isInteger(l)){s.issues.push({expected:i,format:e.format,code:"invalid_type",continue:!1,input:l,inst:t});return}if(!Number.isSafeInteger(l)){l>0?s.issues.push({input:l,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:t,origin:i,inclusive:!0,continue:!e.abort}):s.issues.push({input:l,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:t,origin:i,inclusive:!0,continue:!e.abort});return}}l<r&&s.issues.push({origin:"number",input:l,code:"too_small",minimum:r,inclusive:!0,inst:t,continue:!e.abort}),l>a&&s.issues.push({origin:"number",input:l,code:"too_big",maximum:a,inclusive:!0,inst:t,continue:!e.abort})}}),Tb=P("$ZodCheckBigIntFormat",(t,e)=>{Ze.init(t,e);let[n,i]=Hv[e.format];t._zod.onattach.push(r=>{let a=r._zod.bag;a.format=e.format,a.minimum=n,a.maximum=i}),t._zod.check=r=>{let a=r.value;a<n&&r.issues.push({origin:"bigint",input:a,code:"too_small",minimum:n,inclusive:!0,inst:t,continue:!e.abort}),a>i&&r.issues.push({origin:"bigint",input:a,code:"too_big",maximum:i,inclusive:!0,inst:t,continue:!e.abort})}}),Ib=P("$ZodCheckMaxSize",(t,e)=>{var n;Ze.init(t,e),(n=t._zod.def).when??(n.when=i=>{let r=i.value;return!_i(r)&&r.size!==void 0}),t._zod.onattach.push(i=>{let r=i._zod.bag.maximum??Number.POSITIVE_INFINITY;e.maximum<r&&(i._zod.bag.maximum=e.maximum)}),t._zod.check=i=>{let r=i.value;r.size<=e.maximum||i.issues.push({origin:Qs(r),code:"too_big",maximum:e.maximum,inclusive:!0,input:r,inst:t,continue:!e.abort})}}),Db=P("$ZodCheckMinSize",(t,e)=>{var n;Ze.init(t,e),(n=t._zod.def).when??(n.when=i=>{let r=i.value;return!_i(r)&&r.size!==void 0}),t._zod.onattach.push(i=>{let r=i._zod.bag.minimum??Number.NEGATIVE_INFINITY;e.minimum>r&&(i._zod.bag.minimum=e.minimum)}),t._zod.check=i=>{let r=i.value;r.size>=e.minimum||i.issues.push({origin:Qs(r),code:"too_small",minimum:e.minimum,inclusive:!0,input:r,inst:t,continue:!e.abort})}}),Nb=P("$ZodCheckSizeEquals",(t,e)=>{var n;Ze.init(t,e),(n=t._zod.def).when??(n.when=i=>{let r=i.value;return!_i(r)&&r.size!==void 0}),t._zod.onattach.push(i=>{let r=i._zod.bag;r.minimum=e.size,r.maximum=e.size,r.size=e.size}),t._zod.check=i=>{let r=i.value,a=r.size;if(a===e.size)return;let s=a>e.size;i.issues.push({origin:Qs(r),...s?{code:"too_big",maximum:e.size}:{code:"too_small",minimum:e.size},inclusive:!0,exact:!0,input:i.value,inst:t,continue:!e.abort})}}),_b=P("$ZodCheckMaxLength",(t,e)=>{var n;Ze.init(t,e),(n=t._zod.def).when??(n.when=i=>{let r=i.value;return!_i(r)&&r.length!==void 0}),t._zod.onattach.push(i=>{let r=i._zod.bag.maximum??Number.POSITIVE_INFINITY;e.maximum<r&&(i._zod.bag.maximum=e.maximum)}),t._zod.check=i=>{let r=i.value;if(r.length<=e.maximum)return;let s=el(r);i.issues.push({origin:s,code:"too_big",maximum:e.maximum,inclusive:!0,input:r,inst:t,continue:!e.abort})}}),zb=P("$ZodCheckMinLength",(t,e)=>{var n;Ze.init(t,e),(n=t._zod.def).when??(n.when=i=>{let r=i.value;return!_i(r)&&r.length!==void 0}),t._zod.onattach.push(i=>{let r=i._zod.bag.minimum??Number.NEGATIVE_INFINITY;e.minimum>r&&(i._zod.bag.minimum=e.minimum)}),t._zod.check=i=>{let r=i.value;if(r.length>=e.minimum)return;let s=el(r);i.issues.push({origin:s,code:"too_small",minimum:e.minimum,inclusive:!0,input:r,inst:t,continue:!e.abort})}}),Ob=P("$ZodCheckLengthEquals",(t,e)=>{var n;Ze.init(t,e),(n=t._zod.def).when??(n.when=i=>{let r=i.value;return!_i(r)&&r.length!==void 0}),t._zod.onattach.push(i=>{let r=i._zod.bag;r.minimum=e.length,r.maximum=e.length,r.length=e.length}),t._zod.check=i=>{let r=i.value,a=r.length;if(a===e.length)return;let s=el(r),l=a>e.length;i.issues.push({origin:s,...l?{code:"too_big",maximum:e.length}:{code:"too_small",minimum:e.length},inclusive:!0,exact:!0,input:i.value,inst:t,continue:!e.abort})}}),Io=P("$ZodCheckStringFormat",(t,e)=>{var n,i;Ze.init(t,e),t._zod.onattach.push(r=>{let a=r._zod.bag;a.format=e.format,e.pattern&&(a.patterns??(a.patterns=new Set),a.patterns.add(e.pattern))}),e.pattern?(n=t._zod).check??(n.check=r=>{e.pattern.lastIndex=0,!e.pattern.test(r.value)&&r.issues.push({origin:"string",code:"invalid_format",format:e.format,input:r.value,...e.pattern?{pattern:e.pattern.toString()}:{},inst:t,continue:!e.abort})}):(i=t._zod).check??(i.check=()=>{})}),Mb=P("$ZodCheckRegex",(t,e)=>{Io.init(t,e),t._zod.check=n=>{e.pattern.lastIndex=0,!e.pattern.test(n.value)&&n.issues.push({origin:"string",code:"invalid_format",format:"regex",input:n.value,pattern:e.pattern.toString(),inst:t,continue:!e.abort})}}),$b=P("$ZodCheckLowerCase",(t,e)=>{e.pattern??(e.pattern=Sb),Io.init(t,e)}),Rb=P("$ZodCheckUpperCase",(t,e)=>{e.pattern??(e.pattern=Eb),Io.init(t,e)}),Lb=P("$ZodCheckIncludes",(t,e)=>{Ze.init(t,e);let n=tr(e.includes),i=new RegExp(typeof e.position=="number"?`^.{${e.position}}${n}`:n);e.pattern=i,t._zod.onattach.push(r=>{let a=r._zod.bag;a.patterns??(a.patterns=new Set),a.patterns.add(i)}),t._zod.check=r=>{r.value.includes(e.includes,e.position)||r.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:e.includes,input:r.value,inst:t,continue:!e.abort})}}),jb=P("$ZodCheckStartsWith",(t,e)=>{Ze.init(t,e);let n=new RegExp(`^${tr(e.prefix)}.*`);e.pattern??(e.pattern=n),t._zod.onattach.push(i=>{let r=i._zod.bag;r.patterns??(r.patterns=new Set),r.patterns.add(n)}),t._zod.check=i=>{i.value.startsWith(e.prefix)||i.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:e.prefix,input:i.value,inst:t,continue:!e.abort})}}),Bb=P("$ZodCheckEndsWith",(t,e)=>{Ze.init(t,e);let n=new RegExp(`.*${tr(e.suffix)}$`);e.pattern??(e.pattern=n),t._zod.onattach.push(i=>{let r=i._zod.bag;r.patterns??(r.patterns=new Set),r.patterns.add(n)}),t._zod.check=i=>{i.value.endsWith(e.suffix)||i.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:e.suffix,input:i.value,inst:t,continue:!e.abort})}});function aT(t,e,n){t.issues.length&&e.issues.push(...An(n,t.issues))}o(aT,"handleCheckPropertyResult");var Ub=P("$ZodCheckProperty",(t,e)=>{Ze.init(t,e),t._zod.check=n=>{let i=e.schema._zod.run({value:n.value[e.property],issues:[]},{});if(i instanceof Promise)return i.then(r=>aT(r,n,e.property));aT(i,n,e.property)}}),Vb=P("$ZodCheckMimeType",(t,e)=>{Ze.init(t,e);let n=new Set(e.mime);t._zod.onattach.push(i=>{i._zod.bag.mime=e.mime}),t._zod.check=i=>{n.has(i.value.type)||i.issues.push({code:"invalid_value",values:e.mime,input:i.value.type,inst:t,continue:!e.abort})}}),Zb=P("$ZodCheckOverwrite",(t,e)=>{Ze.init(t,e),t._zod.check=n=>{n.value=e.tx(n.value)}});var ol=class{static{o(this,"Doc")}constructor(e=[]){this.content=[],this.indent=0,this&&(this.args=e)}indented(e){this.indent+=1,e(this),this.indent-=1}write(e){if(typeof e=="function"){e(this,{execution:"sync"}),e(this,{execution:"async"});return}let i=e.split(`
|
|
`).filter(s=>s),r=Math.min(...i.map(s=>s.length-s.trimStart().length)),a=i.map(s=>s.slice(r)).map(s=>" ".repeat(this.indent*2)+s);for(let s of a)this.content.push(s)}compile(){let e=Function,n=this?.args,r=[...(this?.content??[""]).map(a=>` ${a}`)];return new e(...n,r.join(`
|
|
`))}};var Gb={major:4,minor:4,patch:3};var le=P("$ZodType",(t,e)=>{var n;t??(t={}),t._zod.def=e,t._zod.bag=t._zod.bag||{},t._zod.version=Gb;let i=[...t._zod.def.checks??[]];t._zod.traits.has("$ZodCheck")&&i.unshift(t);for(let r of i)for(let a of r._zod.onattach)a(t);if(i.length===0)(n=t._zod).deferred??(n.deferred=[]),t._zod.deferred?.push(()=>{t._zod.run=t._zod.parse});else{let r=o((s,l,c)=>{let u=Mi(s),p;for(let d of l){if(d._zod.def.when){if(qv(s)||!d._zod.def.when(s))continue}else if(u)continue;let m=s.issues.length,h=d._zod.check(s);if(h instanceof Promise&&c?.async===!1)throw new mr;if(p||h instanceof Promise)p=(p??Promise.resolve()).then(async()=>{await h,s.issues.length!==m&&(u||(u=Mi(s,m)))});else{if(s.issues.length===m)continue;u||(u=Mi(s,m))}}return p?p.then(()=>s):s},"runChecks"),a=o((s,l,c)=>{if(Mi(s))return s.aborted=!0,s;let u=r(l,i,c);if(u instanceof Promise){if(c.async===!1)throw new mr;return u.then(p=>t._zod.parse(p,c))}return t._zod.parse(u,c)},"handleCanaryResult");t._zod.run=(s,l)=>{if(l.skipChecks)return t._zod.parse(s,l);if(l.direction==="backward"){let u=t._zod.parse({value:s.value,issues:[]},{...l,skipChecks:!0});return u instanceof Promise?u.then(p=>a(p,s,l)):a(u,s,l)}let c=t._zod.parse(s,l);if(c instanceof Promise){if(l.async===!1)throw new mr;return c.then(u=>r(u,i,l))}return r(c,i,l)}}xe(t,"~standard",()=>({validate:o(r=>{try{let a=Kv(t,r);return a.success?{value:a.data}:{issues:a.error?.issues}}catch{return Yv(t,r).then(s=>s.success?{value:s.data}:{issues:s.error?.issues})}},"validate"),vendor:"zod",version:1}))}),Aa=P("$ZodString",(t,e)=>{le.init(t,e),t._zod.pattern=[...t?._zod.bag?.patterns??[]].pop()??kb(t._zod.bag),t._zod.parse=(n,i)=>{if(e.coerce)try{n.value=String(n.value)}catch{}return typeof n.value=="string"||n.issues.push({expected:"string",code:"invalid_type",input:n.value,inst:t}),n}}),je=P("$ZodStringFormat",(t,e)=>{Io.init(t,e),Aa.init(t,e)}),qb=P("$ZodGUID",(t,e)=>{e.pattern??(e.pattern=ab),je.init(t,e)}),Wb=P("$ZodUUID",(t,e)=>{if(e.version){let i={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[e.version];if(i===void 0)throw new Error(`Invalid UUID version: "${e.version}"`);e.pattern??(e.pattern=wa(i))}else e.pattern??(e.pattern=wa());je.init(t,e)}),Jb=P("$ZodEmail",(t,e)=>{e.pattern??(e.pattern=ob),je.init(t,e)}),Kb=P("$ZodURL",(t,e)=>{je.init(t,e),t._zod.check=n=>{try{let i=n.value.trim();if(!e.normalize&&e.protocol?.source===hb.source&&!/^https?:\/\//i.test(i)){n.issues.push({code:"invalid_format",format:"url",note:"Invalid URL format",input:n.value,inst:t,continue:!e.abort});return}let r=new URL(i);e.hostname&&(e.hostname.lastIndex=0,e.hostname.test(r.hostname)||n.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:e.hostname.source,input:n.value,inst:t,continue:!e.abort})),e.protocol&&(e.protocol.lastIndex=0,e.protocol.test(r.protocol.endsWith(":")?r.protocol.slice(0,-1):r.protocol)||n.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:e.protocol.source,input:n.value,inst:t,continue:!e.abort})),e.normalize?n.value=r.href:n.value=i;return}catch{n.issues.push({code:"invalid_format",format:"url",input:n.value,inst:t,continue:!e.abort})}}}),Yb=P("$ZodEmoji",(t,e)=>{e.pattern??(e.pattern=sb()),je.init(t,e)}),Xb=P("$ZodNanoID",(t,e)=>{e.pattern??(e.pattern=rb),je.init(t,e)}),Qb=P("$ZodCUID",(t,e)=>{e.pattern??(e.pattern=Xv),je.init(t,e)}),ek=P("$ZodCUID2",(t,e)=>{e.pattern??(e.pattern=Qv),je.init(t,e)}),tk=P("$ZodULID",(t,e)=>{e.pattern??(e.pattern=eb),je.init(t,e)}),nk=P("$ZodXID",(t,e)=>{e.pattern??(e.pattern=tb),je.init(t,e)}),rk=P("$ZodKSUID",(t,e)=>{e.pattern??(e.pattern=nb),je.init(t,e)}),ik=P("$ZodISODateTime",(t,e)=>{e.pattern??(e.pattern=bb(e)),je.init(t,e)}),ak=P("$ZodISODate",(t,e)=>{e.pattern??(e.pattern=gb),je.init(t,e)}),ok=P("$ZodISOTime",(t,e)=>{e.pattern??(e.pattern=vb(e)),je.init(t,e)}),sk=P("$ZodISODuration",(t,e)=>{e.pattern??(e.pattern=ib),je.init(t,e)}),lk=P("$ZodIPv4",(t,e)=>{e.pattern??(e.pattern=lb),je.init(t,e),t._zod.bag.format="ipv4"}),ck=P("$ZodIPv6",(t,e)=>{e.pattern??(e.pattern=cb),je.init(t,e),t._zod.bag.format="ipv6",t._zod.check=n=>{try{new URL(`http://[${n.value}]`)}catch{n.issues.push({code:"invalid_format",format:"ipv6",input:n.value,inst:t,continue:!e.abort})}}}),uk=P("$ZodMAC",(t,e)=>{e.pattern??(e.pattern=ub(e.delimiter)),je.init(t,e),t._zod.bag.format="mac"}),pk=P("$ZodCIDRv4",(t,e)=>{e.pattern??(e.pattern=pb),je.init(t,e)}),dk=P("$ZodCIDRv6",(t,e)=>{e.pattern??(e.pattern=db),je.init(t,e),t._zod.check=n=>{let i=n.value.split("/");try{if(i.length!==2)throw new Error;let[r,a]=i;if(!a)throw new Error;let s=Number(a);if(`${s}`!==a)throw new Error;if(s<0||s>128)throw new Error;new URL(`http://[${r}]`)}catch{n.issues.push({code:"invalid_format",format:"cidrv6",input:n.value,inst:t,continue:!e.abort})}}});function mk(t){if(t==="")return!0;if(/\s/.test(t)||t.length%4!==0)return!1;try{return atob(t),!0}catch{return!1}}o(mk,"isValidBase64");var hk=P("$ZodBase64",(t,e)=>{e.pattern??(e.pattern=mb),je.init(t,e),t._zod.bag.contentEncoding="base64",t._zod.check=n=>{mk(n.value)||n.issues.push({code:"invalid_format",format:"base64",input:n.value,inst:t,continue:!e.abort})}});function CT(t){if(!wp.test(t))return!1;let e=t.replace(/[-_]/g,i=>i==="-"?"+":"/"),n=e.padEnd(Math.ceil(e.length/4)*4,"=");return mk(n)}o(CT,"isValidBase64URL");var fk=P("$ZodBase64URL",(t,e)=>{e.pattern??(e.pattern=wp),je.init(t,e),t._zod.bag.contentEncoding="base64url",t._zod.check=n=>{CT(n.value)||n.issues.push({code:"invalid_format",format:"base64url",input:n.value,inst:t,continue:!e.abort})}}),gk=P("$ZodE164",(t,e)=>{e.pattern??(e.pattern=fb),je.init(t,e)});function wT(t,e=null){try{let n=t.split(".");if(n.length!==3)return!1;let[i]=n;if(!i)return!1;let r=JSON.parse(atob(i));return!("typ"in r&&r?.typ!=="JWT"||!r.alg||e&&(!("alg"in r)||r.alg!==e))}catch{return!1}}o(wT,"isValidJWT");var vk=P("$ZodJWT",(t,e)=>{je.init(t,e),t._zod.check=n=>{wT(n.value,e.alg)||n.issues.push({code:"invalid_format",format:"jwt",input:n.value,inst:t,continue:!e.abort})}}),bk=P("$ZodCustomStringFormat",(t,e)=>{je.init(t,e),t._zod.check=n=>{e.fn(n.value)||n.issues.push({code:"invalid_format",format:e.format,input:n.value,inst:t,continue:!e.abort})}}),Dp=P("$ZodNumber",(t,e)=>{le.init(t,e),t._zod.pattern=t._zod.bag.pattern??Ap,t._zod.parse=(n,i)=>{if(e.coerce)try{n.value=Number(n.value)}catch{}let r=n.value;if(typeof r=="number"&&!Number.isNaN(r)&&Number.isFinite(r))return n;let a=typeof r=="number"?Number.isNaN(r)?"NaN":Number.isFinite(r)?void 0:"Infinity":void 0;return n.issues.push({expected:"number",code:"invalid_type",input:r,inst:t,...a?{received:a}:{}}),n}}),kk=P("$ZodNumberFormat",(t,e)=>{Fb.init(t,e),Dp.init(t,e)}),sl=P("$ZodBoolean",(t,e)=>{le.init(t,e),t._zod.pattern=Cb,t._zod.parse=(n,i)=>{if(e.coerce)try{n.value=!!n.value}catch{}let r=n.value;return typeof r=="boolean"||n.issues.push({expected:"boolean",code:"invalid_type",input:r,inst:t}),n}}),Np=P("$ZodBigInt",(t,e)=>{le.init(t,e),t._zod.pattern=yb,t._zod.parse=(n,i)=>{if(e.coerce)try{n.value=BigInt(n.value)}catch{}return typeof n.value=="bigint"||n.issues.push({expected:"bigint",code:"invalid_type",input:n.value,inst:t}),n}}),yk=P("$ZodBigIntFormat",(t,e)=>{Tb.init(t,e),Np.init(t,e)}),xk=P("$ZodSymbol",(t,e)=>{le.init(t,e),t._zod.parse=(n,i)=>{let r=n.value;return typeof r=="symbol"||n.issues.push({expected:"symbol",code:"invalid_type",input:r,inst:t}),n}}),Ck=P("$ZodUndefined",(t,e)=>{le.init(t,e),t._zod.pattern=Ab,t._zod.values=new Set([void 0]),t._zod.parse=(n,i)=>{let r=n.value;return typeof r>"u"||n.issues.push({expected:"undefined",code:"invalid_type",input:r,inst:t}),n}}),wk=P("$ZodNull",(t,e)=>{le.init(t,e),t._zod.pattern=wb,t._zod.values=new Set([null]),t._zod.parse=(n,i)=>{let r=n.value;return r===null||n.issues.push({expected:"null",code:"invalid_type",input:r,inst:t}),n}}),Ak=P("$ZodAny",(t,e)=>{le.init(t,e),t._zod.parse=n=>n}),Sk=P("$ZodUnknown",(t,e)=>{le.init(t,e),t._zod.parse=n=>n}),Ek=P("$ZodNever",(t,e)=>{le.init(t,e),t._zod.parse=(n,i)=>(n.issues.push({expected:"never",code:"invalid_type",input:n.value,inst:t}),n)}),Pk=P("$ZodVoid",(t,e)=>{le.init(t,e),t._zod.parse=(n,i)=>{let r=n.value;return typeof r>"u"||n.issues.push({expected:"void",code:"invalid_type",input:r,inst:t}),n}}),Fk=P("$ZodDate",(t,e)=>{le.init(t,e),t._zod.parse=(n,i)=>{if(e.coerce)try{n.value=new Date(n.value)}catch{}let r=n.value,a=r instanceof Date;return a&&!Number.isNaN(r.getTime())||n.issues.push({expected:"date",code:"invalid_type",input:r,...a?{received:"Invalid Date"}:{},inst:t}),n}});function lT(t,e,n){t.issues.length&&e.issues.push(...An(n,t.issues)),e.value[n]=t.value}o(lT,"handleArrayResult");var Tk=P("$ZodArray",(t,e)=>{le.init(t,e),t._zod.parse=(n,i)=>{let r=n.value;if(!Array.isArray(r))return n.issues.push({expected:"array",code:"invalid_type",input:r,inst:t}),n;n.value=Array(r.length);let a=[];for(let s=0;s<r.length;s++){let l=r[s],c=e.element._zod.run({value:l,issues:[]},i);c instanceof Promise?a.push(c.then(u=>lT(u,n,s))):lT(c,n,s)}return a.length?Promise.all(a).then(()=>n):n}});function Ip(t,e,n,i,r,a){let s=n in i;if(t.issues.length){if(r&&a&&!s)return;e.issues.push(...An(n,t.issues))}if(!s&&!r){t.issues.length||e.issues.push({code:"invalid_type",expected:"nonoptional",input:void 0,path:[n]});return}t.value===void 0?s&&(e.value[n]=void 0):e.value[n]=t.value}o(Ip,"handlePropertyResult");function AT(t){let e=Object.keys(t.shape);for(let i of e)if(!t.shape?.[i]?._zod?.traits?.has("$ZodType"))throw new Error(`Invalid element at key "${i}": expected a Zod schema`);let n=Zv(t.shape);return{...t,keys:e,keySet:new Set(e),numKeys:e.length,optionalKeys:new Set(n)}}o(AT,"normalizeDef");function ST(t,e,n,i,r,a){let s=[],l=r.keySet,c=r.catchall._zod,u=c.def.type,p=c.optin==="optional",d=c.optout==="optional";for(let m in e){if(m==="__proto__"||l.has(m))continue;if(u==="never"){s.push(m);continue}let h=c.run({value:e[m],issues:[]},i);h instanceof Promise?t.push(h.then(f=>Ip(f,n,m,e,p,d))):Ip(h,n,m,e,p,d)}return s.length&&n.issues.push({code:"unrecognized_keys",keys:s,input:e,inst:a}),t.length?Promise.all(t).then(()=>n):n}o(ST,"handleCatchall");var ET=P("$ZodObject",(t,e)=>{if(le.init(t,e),!Object.getOwnPropertyDescriptor(e,"shape")?.get){let l=e.shape;Object.defineProperty(e,"shape",{get:o(()=>{let c={...l};return Object.defineProperty(e,"shape",{value:c}),c},"get")})}let i=Ao(()=>AT(e));xe(t._zod,"propValues",()=>{let l=e.shape,c={};for(let u in l){let p=l[u]._zod;if(p.values){c[u]??(c[u]=new Set);for(let d of p.values)c[u].add(d)}}return c});let r=Ca,a=e.catchall,s;t._zod.parse=(l,c)=>{s??(s=i.value);let u=l.value;if(!r(u))return l.issues.push({expected:"object",code:"invalid_type",input:u,inst:t}),l;l.value={};let p=[],d=s.shape;for(let m of s.keys){let h=d[m],f=h._zod.optin==="optional",b=h._zod.optout==="optional",y=h._zod.run({value:u[m],issues:[]},c);y instanceof Promise?p.push(y.then(x=>Ip(x,l,m,u,f,b))):Ip(y,l,m,u,f,b)}return a?ST(p,u,l,c,i.value,t):p.length?Promise.all(p).then(()=>l):l}}),Ik=P("$ZodObjectJIT",(t,e)=>{ET.init(t,e);let n=t._zod.parse,i=Ao(()=>AT(e)),r=o(m=>{let h=new ol(["shape","payload","ctx"]),f=i.value,b=o(g=>{let w=pp(g);return`shape[${w}]._zod.run({ value: input[${w}], issues: [] }, ctx)`},"parseStr");h.write("const input = payload.value;");let y=Object.create(null),x=0;for(let g of f.keys)y[g]=`key_${x++}`;h.write("const newResult = {};");for(let g of f.keys){let w=y[g],F=pp(g),A=m[g],I=A?._zod?.optin==="optional",M=A?._zod?.optout==="optional";h.write(`const ${w} = ${b(g)};`),I&&M?h.write(`
|
|
if (${w}.issues.length) {
|
|
if (${F} in input) {
|
|
payload.issues = payload.issues.concat(${w}.issues.map(iss => ({
|
|
...iss,
|
|
path: iss.path ? [${F}, ...iss.path] : [${F}]
|
|
})));
|
|
}
|
|
}
|
|
|
|
if (${w}.value === undefined) {
|
|
if (${F} in input) {
|
|
newResult[${F}] = undefined;
|
|
}
|
|
} else {
|
|
newResult[${F}] = ${w}.value;
|
|
}
|
|
|
|
`):I?h.write(`
|
|
if (${w}.issues.length) {
|
|
payload.issues = payload.issues.concat(${w}.issues.map(iss => ({
|
|
...iss,
|
|
path: iss.path ? [${F}, ...iss.path] : [${F}]
|
|
})));
|
|
}
|
|
|
|
if (${w}.value === undefined) {
|
|
if (${F} in input) {
|
|
newResult[${F}] = undefined;
|
|
}
|
|
} else {
|
|
newResult[${F}] = ${w}.value;
|
|
}
|
|
|
|
`):h.write(`
|
|
const ${w}_present = ${F} in input;
|
|
if (${w}.issues.length) {
|
|
payload.issues = payload.issues.concat(${w}.issues.map(iss => ({
|
|
...iss,
|
|
path: iss.path ? [${F}, ...iss.path] : [${F}]
|
|
})));
|
|
}
|
|
if (!${w}_present && !${w}.issues.length) {
|
|
payload.issues.push({
|
|
code: "invalid_type",
|
|
expected: "nonoptional",
|
|
input: undefined,
|
|
path: [${F}]
|
|
});
|
|
}
|
|
|
|
if (${w}_present) {
|
|
if (${w}.value === undefined) {
|
|
newResult[${F}] = undefined;
|
|
} else {
|
|
newResult[${F}] = ${w}.value;
|
|
}
|
|
}
|
|
|
|
`)}h.write("payload.value = newResult;"),h.write("return payload;");let C=h.compile();return(g,w)=>C(m,g,w)},"generateFastpass"),a,s=Ca,l=!xa.jitless,u=l&&Bv.value,p=e.catchall,d;t._zod.parse=(m,h)=>{d??(d=i.value);let f=m.value;return s(f)?l&&u&&h?.async===!1&&h.jitless!==!0?(a||(a=r(e.shape)),m=a(m,h),p?ST([],f,m,h,d,t):m):n(m,h):(m.issues.push({expected:"object",code:"invalid_type",input:f,inst:t}),m)}});function cT(t,e,n,i){for(let a of t)if(a.issues.length===0)return e.value=a.value,e;let r=t.filter(a=>!Mi(a));return r.length===1?(e.value=r[0].value,r[0]):(e.issues.push({code:"invalid_union",input:e.value,inst:n,errors:t.map(a=>a.issues.map(s=>ln(s,i,ot())))}),e)}o(cT,"handleUnionResults");var ll=P("$ZodUnion",(t,e)=>{le.init(t,e),xe(t._zod,"optin",()=>e.options.some(i=>i._zod.optin==="optional")?"optional":void 0),xe(t._zod,"optout",()=>e.options.some(i=>i._zod.optout==="optional")?"optional":void 0),xe(t._zod,"values",()=>{if(e.options.every(i=>i._zod.values))return new Set(e.options.flatMap(i=>Array.from(i._zod.values)))}),xe(t._zod,"pattern",()=>{if(e.options.every(i=>i._zod.pattern)){let i=e.options.map(r=>r._zod.pattern);return new RegExp(`^(${i.map(r=>Ys(r.source)).join("|")})$`)}});let n=e.options.length===1?e.options[0]._zod.run:null;t._zod.parse=(i,r)=>{if(n)return n(i,r);let a=!1,s=[];for(let l of e.options){let c=l._zod.run({value:i.value,issues:[]},r);if(c instanceof Promise)s.push(c),a=!0;else{if(c.issues.length===0)return c;s.push(c)}}return a?Promise.all(s).then(l=>cT(l,i,t,r)):cT(s,i,t,r)}});function uT(t,e,n,i){let r=t.filter(a=>a.issues.length===0);return r.length===1?(e.value=r[0].value,e):(r.length===0?e.issues.push({code:"invalid_union",input:e.value,inst:n,errors:t.map(a=>a.issues.map(s=>ln(s,i,ot())))}):e.issues.push({code:"invalid_union",input:e.value,inst:n,errors:[],inclusive:!1}),e)}o(uT,"handleExclusiveUnionResults");var Dk=P("$ZodXor",(t,e)=>{ll.init(t,e),e.inclusive=!1;let n=e.options.length===1?e.options[0]._zod.run:null;t._zod.parse=(i,r)=>{if(n)return n(i,r);let a=!1,s=[];for(let l of e.options){let c=l._zod.run({value:i.value,issues:[]},r);c instanceof Promise?(s.push(c),a=!0):s.push(c)}return a?Promise.all(s).then(l=>uT(l,i,t,r)):uT(s,i,t,r)}}),Nk=P("$ZodDiscriminatedUnion",(t,e)=>{e.inclusive=!1,ll.init(t,e);let n=t._zod.parse;xe(t._zod,"propValues",()=>{let r={};for(let a of e.options){let s=a._zod.propValues;if(!s||Object.keys(s).length===0)throw new Error(`Invalid discriminated union option at index "${e.options.indexOf(a)}"`);for(let[l,c]of Object.entries(s)){r[l]||(r[l]=new Set);for(let u of c)r[l].add(u)}}return r});let i=Ao(()=>{let r=e.options,a=new Map;for(let s of r){let l=s._zod.propValues?.[e.discriminator];if(!l||l.size===0)throw new Error(`Invalid discriminated union option at index "${e.options.indexOf(s)}"`);for(let c of l){if(a.has(c))throw new Error(`Duplicate discriminator value "${String(c)}"`);a.set(c,s)}}return a});t._zod.parse=(r,a)=>{let s=r.value;if(!Ca(s))return r.issues.push({code:"invalid_type",expected:"object",input:s,inst:t}),r;let l=i.value.get(s?.[e.discriminator]);return l?l._zod.run(r,a):e.unionFallback||a.direction==="backward"?n(r,a):(r.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",discriminator:e.discriminator,options:Array.from(i.value.keys()),input:s,path:[e.discriminator],inst:t}),r)}}),_k=P("$ZodIntersection",(t,e)=>{le.init(t,e),t._zod.parse=(n,i)=>{let r=n.value,a=e.left._zod.run({value:r,issues:[]},i),s=e.right._zod.run({value:r,issues:[]},i);return a instanceof Promise||s instanceof Promise?Promise.all([a,s]).then(([c,u])=>pT(n,c,u)):pT(n,a,s)}});function Hb(t,e){if(t===e)return{valid:!0,data:t};if(t instanceof Date&&e instanceof Date&&+t==+e)return{valid:!0,data:t};if(Oi(t)&&Oi(e)){let n=Object.keys(e),i=Object.keys(t).filter(a=>n.indexOf(a)!==-1),r={...t,...e};for(let a of i){let s=Hb(t[a],e[a]);if(!s.valid)return{valid:!1,mergeErrorPath:[a,...s.mergeErrorPath]};r[a]=s.data}return{valid:!0,data:r}}if(Array.isArray(t)&&Array.isArray(e)){if(t.length!==e.length)return{valid:!1,mergeErrorPath:[]};let n=[];for(let i=0;i<t.length;i++){let r=t[i],a=e[i],s=Hb(r,a);if(!s.valid)return{valid:!1,mergeErrorPath:[i,...s.mergeErrorPath]};n.push(s.data)}return{valid:!0,data:n}}return{valid:!1,mergeErrorPath:[]}}o(Hb,"mergeValues");function pT(t,e,n){let i=new Map,r;for(let l of e.issues)if(l.code==="unrecognized_keys"){r??(r=l);for(let c of l.keys)i.has(c)||i.set(c,{}),i.get(c).l=!0}else t.issues.push(l);for(let l of n.issues)if(l.code==="unrecognized_keys")for(let c of l.keys)i.has(c)||i.set(c,{}),i.get(c).r=!0;else t.issues.push(l);let a=[...i].filter(([,l])=>l.l&&l.r).map(([l])=>l);if(a.length&&r&&t.issues.push({...r,keys:a}),Mi(t))return t;let s=Hb(e.value,n.value);if(!s.valid)throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(s.mergeErrorPath)}`);return t.value=s.data,t}o(pT,"handleIntersectionResults");var _p=P("$ZodTuple",(t,e)=>{le.init(t,e);let n=e.items;t._zod.parse=(i,r)=>{let a=i.value;if(!Array.isArray(a))return i.issues.push({input:a,inst:t,expected:"tuple",code:"invalid_type"}),i;i.value=[];let s=[],l=dT(n,"optin"),c=dT(n,"optout");if(!e.rest){if(a.length<l)return i.issues.push({code:"too_small",minimum:l,inclusive:!0,input:a,inst:t,origin:"array"}),i;a.length>n.length&&i.issues.push({code:"too_big",maximum:n.length,inclusive:!0,input:a,inst:t,origin:"array"})}let u=new Array(n.length);for(let p=0;p<n.length;p++){let d=n[p]._zod.run({value:a[p],issues:[]},r);d instanceof Promise?s.push(d.then(m=>{u[p]=m})):u[p]=d}if(e.rest){let p=n.length-1,d=a.slice(n.length);for(let m of d){p++;let h=e.rest._zod.run({value:m,issues:[]},r);h instanceof Promise?s.push(h.then(f=>mT(f,i,p))):mT(h,i,p)}}return s.length?Promise.all(s).then(()=>hT(u,i,n,a,c)):hT(u,i,n,a,c)}});function dT(t,e){for(let n=t.length-1;n>=0;n--)if(t[n]._zod[e]!=="optional")return n+1;return 0}o(dT,"getTupleOptStart");function mT(t,e,n){t.issues.length&&e.issues.push(...An(n,t.issues)),e.value[n]=t.value}o(mT,"handleTupleResult");function hT(t,e,n,i,r){for(let a=0;a<n.length;a++){let s=t[a],l=a<i.length;if(s.issues.length){if(!l&&a>=r){e.value.length=a;break}e.issues.push(...An(a,s.issues))}e.value[a]=s.value}for(let a=e.value.length-1;a>=i.length&&(n[a]._zod.optout==="optional"&&e.value[a]===void 0);a--)e.value.length=a;return e}o(hT,"handleTupleResults");var zk=P("$ZodRecord",(t,e)=>{le.init(t,e),t._zod.parse=(n,i)=>{let r=n.value;if(!Oi(r))return n.issues.push({expected:"record",code:"invalid_type",input:r,inst:t}),n;let a=[],s=e.keyType._zod.values;if(s){n.value={};let l=new Set;for(let u of s)if(typeof u=="string"||typeof u=="number"||typeof u=="symbol"){l.add(typeof u=="number"?u.toString():u);let p=e.keyType._zod.run({value:u,issues:[]},i);if(p instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(p.issues.length){n.issues.push({code:"invalid_key",origin:"record",issues:p.issues.map(h=>ln(h,i,ot())),input:u,path:[u],inst:t});continue}let d=p.value,m=e.valueType._zod.run({value:r[u],issues:[]},i);m instanceof Promise?a.push(m.then(h=>{h.issues.length&&n.issues.push(...An(u,h.issues)),n.value[d]=h.value})):(m.issues.length&&n.issues.push(...An(u,m.issues)),n.value[d]=m.value)}let c;for(let u in r)l.has(u)||(c=c??[],c.push(u));c&&c.length>0&&n.issues.push({code:"unrecognized_keys",input:r,inst:t,keys:c})}else{n.value={};for(let l of Reflect.ownKeys(r)){if(l==="__proto__"||!Object.prototype.propertyIsEnumerable.call(r,l))continue;let c=e.keyType._zod.run({value:l,issues:[]},i);if(c instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(typeof l=="string"&&Ap.test(l)&&c.issues.length){let d=e.keyType._zod.run({value:Number(l),issues:[]},i);if(d instanceof Promise)throw new Error("Async schemas not supported in object keys currently");d.issues.length===0&&(c=d)}if(c.issues.length){e.mode==="loose"?n.value[l]=r[l]:n.issues.push({code:"invalid_key",origin:"record",issues:c.issues.map(d=>ln(d,i,ot())),input:l,path:[l],inst:t});continue}let p=e.valueType._zod.run({value:r[l],issues:[]},i);p instanceof Promise?a.push(p.then(d=>{d.issues.length&&n.issues.push(...An(l,d.issues)),n.value[c.value]=d.value})):(p.issues.length&&n.issues.push(...An(l,p.issues)),n.value[c.value]=p.value)}}return a.length?Promise.all(a).then(()=>n):n}}),Ok=P("$ZodMap",(t,e)=>{le.init(t,e),t._zod.parse=(n,i)=>{let r=n.value;if(!(r instanceof Map))return n.issues.push({expected:"map",code:"invalid_type",input:r,inst:t}),n;let a=[];n.value=new Map;for(let[s,l]of r){let c=e.keyType._zod.run({value:s,issues:[]},i),u=e.valueType._zod.run({value:l,issues:[]},i);c instanceof Promise||u instanceof Promise?a.push(Promise.all([c,u]).then(([p,d])=>{fT(p,d,n,s,r,t,i)})):fT(c,u,n,s,r,t,i)}return a.length?Promise.all(a).then(()=>n):n}});function fT(t,e,n,i,r,a,s){t.issues.length&&(Xs.has(typeof i)?n.issues.push(...An(i,t.issues)):n.issues.push({code:"invalid_key",origin:"map",input:r,inst:a,issues:t.issues.map(l=>ln(l,s,ot()))})),e.issues.length&&(Xs.has(typeof i)?n.issues.push(...An(i,e.issues)):n.issues.push({origin:"map",code:"invalid_element",input:r,inst:a,key:i,issues:e.issues.map(l=>ln(l,s,ot()))})),n.value.set(t.value,e.value)}o(fT,"handleMapResult");var Mk=P("$ZodSet",(t,e)=>{le.init(t,e),t._zod.parse=(n,i)=>{let r=n.value;if(!(r instanceof Set))return n.issues.push({input:r,inst:t,expected:"set",code:"invalid_type"}),n;let a=[];n.value=new Set;for(let s of r){let l=e.valueType._zod.run({value:s,issues:[]},i);l instanceof Promise?a.push(l.then(c=>gT(c,n))):gT(l,n)}return a.length?Promise.all(a).then(()=>n):n}});function gT(t,e){t.issues.length&&e.issues.push(...t.issues),e.value.add(t.value)}o(gT,"handleSetResult");var $k=P("$ZodEnum",(t,e)=>{le.init(t,e);let n=Ks(e.entries),i=new Set(n);t._zod.values=i,t._zod.pattern=new RegExp(`^(${n.filter(r=>Xs.has(typeof r)).map(r=>typeof r=="string"?tr(r):r.toString()).join("|")})$`),t._zod.parse=(r,a)=>{let s=r.value;return i.has(s)||r.issues.push({code:"invalid_value",values:n,input:s,inst:t}),r}}),Rk=P("$ZodLiteral",(t,e)=>{if(le.init(t,e),e.values.length===0)throw new Error("Cannot create literal schema with no valid values");let n=new Set(e.values);t._zod.values=n,t._zod.pattern=new RegExp(`^(${e.values.map(i=>typeof i=="string"?tr(i):i?tr(i.toString()):String(i)).join("|")})$`),t._zod.parse=(i,r)=>{let a=i.value;return n.has(a)||i.issues.push({code:"invalid_value",values:e.values,input:a,inst:t}),i}}),Lk=P("$ZodFile",(t,e)=>{le.init(t,e),t._zod.parse=(n,i)=>{let r=n.value;return r instanceof File||n.issues.push({expected:"file",code:"invalid_type",input:r,inst:t}),n}}),jk=P("$ZodTransform",(t,e)=>{le.init(t,e),t._zod.optin="optional",t._zod.parse=(n,i)=>{if(i.direction==="backward")throw new Ni(t.constructor.name);let r=e.transform(n.value,n);if(i.async)return(r instanceof Promise?r:Promise.resolve(r)).then(s=>(n.value=s,n.fallback=!0,n));if(r instanceof Promise)throw new mr;return n.value=r,n.fallback=!0,n}});function vT(t,e){return e===void 0&&(t.issues.length||t.fallback)?{issues:[],value:void 0}:t}o(vT,"handleOptionalResult");var zp=P("$ZodOptional",(t,e)=>{le.init(t,e),t._zod.optin="optional",t._zod.optout="optional",xe(t._zod,"values",()=>e.innerType._zod.values?new Set([...e.innerType._zod.values,void 0]):void 0),xe(t._zod,"pattern",()=>{let n=e.innerType._zod.pattern;return n?new RegExp(`^(${Ys(n.source)})?$`):void 0}),t._zod.parse=(n,i)=>{if(e.innerType._zod.optin==="optional"){let r=n.value,a=e.innerType._zod.run(n,i);return a instanceof Promise?a.then(s=>vT(s,r)):vT(a,r)}return n.value===void 0?n:e.innerType._zod.run(n,i)}}),Bk=P("$ZodExactOptional",(t,e)=>{zp.init(t,e),xe(t._zod,"values",()=>e.innerType._zod.values),xe(t._zod,"pattern",()=>e.innerType._zod.pattern),t._zod.parse=(n,i)=>e.innerType._zod.run(n,i)}),Uk=P("$ZodNullable",(t,e)=>{le.init(t,e),xe(t._zod,"optin",()=>e.innerType._zod.optin),xe(t._zod,"optout",()=>e.innerType._zod.optout),xe(t._zod,"pattern",()=>{let n=e.innerType._zod.pattern;return n?new RegExp(`^(${Ys(n.source)}|null)$`):void 0}),xe(t._zod,"values",()=>e.innerType._zod.values?new Set([...e.innerType._zod.values,null]):void 0),t._zod.parse=(n,i)=>n.value===null?n:e.innerType._zod.run(n,i)}),Vk=P("$ZodDefault",(t,e)=>{le.init(t,e),t._zod.optin="optional",xe(t._zod,"values",()=>e.innerType._zod.values),t._zod.parse=(n,i)=>{if(i.direction==="backward")return e.innerType._zod.run(n,i);if(n.value===void 0)return n.value=e.defaultValue,n;let r=e.innerType._zod.run(n,i);return r instanceof Promise?r.then(a=>bT(a,e)):bT(r,e)}});function bT(t,e){return t.value===void 0&&(t.value=e.defaultValue),t}o(bT,"handleDefaultResult");var Zk=P("$ZodPrefault",(t,e)=>{le.init(t,e),t._zod.optin="optional",xe(t._zod,"values",()=>e.innerType._zod.values),t._zod.parse=(n,i)=>(i.direction==="backward"||n.value===void 0&&(n.value=e.defaultValue),e.innerType._zod.run(n,i))}),Gk=P("$ZodNonOptional",(t,e)=>{le.init(t,e),xe(t._zod,"values",()=>{let n=e.innerType._zod.values;return n?new Set([...n].filter(i=>i!==void 0)):void 0}),t._zod.parse=(n,i)=>{let r=e.innerType._zod.run(n,i);return r instanceof Promise?r.then(a=>kT(a,t)):kT(r,t)}});function kT(t,e){return!t.issues.length&&t.value===void 0&&t.issues.push({code:"invalid_type",expected:"nonoptional",input:t.value,inst:e}),t}o(kT,"handleNonOptionalResult");var Hk=P("$ZodSuccess",(t,e)=>{le.init(t,e),t._zod.parse=(n,i)=>{if(i.direction==="backward")throw new Ni("ZodSuccess");let r=e.innerType._zod.run(n,i);return r instanceof Promise?r.then(a=>(n.value=a.issues.length===0,n)):(n.value=r.issues.length===0,n)}}),qk=P("$ZodCatch",(t,e)=>{le.init(t,e),t._zod.optin="optional",xe(t._zod,"optout",()=>e.innerType._zod.optout),xe(t._zod,"values",()=>e.innerType._zod.values),t._zod.parse=(n,i)=>{if(i.direction==="backward")return e.innerType._zod.run(n,i);let r=e.innerType._zod.run(n,i);return r instanceof Promise?r.then(a=>(n.value=a.value,a.issues.length&&(n.value=e.catchValue({...n,error:{issues:a.issues.map(s=>ln(s,i,ot()))},input:n.value}),n.issues=[],n.fallback=!0),n)):(n.value=r.value,r.issues.length&&(n.value=e.catchValue({...n,error:{issues:r.issues.map(a=>ln(a,i,ot()))},input:n.value}),n.issues=[],n.fallback=!0),n)}}),Wk=P("$ZodNaN",(t,e)=>{le.init(t,e),t._zod.parse=(n,i)=>((typeof n.value!="number"||!Number.isNaN(n.value))&&n.issues.push({input:n.value,inst:t,expected:"nan",code:"invalid_type"}),n)}),Op=P("$ZodPipe",(t,e)=>{le.init(t,e),xe(t._zod,"values",()=>e.in._zod.values),xe(t._zod,"optin",()=>e.in._zod.optin),xe(t._zod,"optout",()=>e.out._zod.optout),xe(t._zod,"propValues",()=>e.in._zod.propValues),t._zod.parse=(n,i)=>{if(i.direction==="backward"){let a=e.out._zod.run(n,i);return a instanceof Promise?a.then(s=>Pp(s,e.in,i)):Pp(a,e.in,i)}let r=e.in._zod.run(n,i);return r instanceof Promise?r.then(a=>Pp(a,e.out,i)):Pp(r,e.out,i)}});function Pp(t,e,n){return t.issues.length?(t.aborted=!0,t):e._zod.run({value:t.value,issues:t.issues,fallback:t.fallback},n)}o(Pp,"handlePipeResult");var cl=P("$ZodCodec",(t,e)=>{le.init(t,e),xe(t._zod,"values",()=>e.in._zod.values),xe(t._zod,"optin",()=>e.in._zod.optin),xe(t._zod,"optout",()=>e.out._zod.optout),xe(t._zod,"propValues",()=>e.in._zod.propValues),t._zod.parse=(n,i)=>{if((i.direction||"forward")==="forward"){let a=e.in._zod.run(n,i);return a instanceof Promise?a.then(s=>Fp(s,e,i)):Fp(a,e,i)}else{let a=e.out._zod.run(n,i);return a instanceof Promise?a.then(s=>Fp(s,e,i)):Fp(a,e,i)}}});function Fp(t,e,n){if(t.issues.length)return t.aborted=!0,t;if((n.direction||"forward")==="forward"){let r=e.transform(t.value,t);return r instanceof Promise?r.then(a=>Tp(t,a,e.out,n)):Tp(t,r,e.out,n)}else{let r=e.reverseTransform(t.value,t);return r instanceof Promise?r.then(a=>Tp(t,a,e.in,n)):Tp(t,r,e.in,n)}}o(Fp,"handleCodecAResult");function Tp(t,e,n,i){return t.issues.length?(t.aborted=!0,t):n._zod.run({value:e,issues:t.issues},i)}o(Tp,"handleCodecTxResult");var Jk=P("$ZodPreprocess",(t,e)=>{Op.init(t,e)}),Kk=P("$ZodReadonly",(t,e)=>{le.init(t,e),xe(t._zod,"propValues",()=>e.innerType._zod.propValues),xe(t._zod,"values",()=>e.innerType._zod.values),xe(t._zod,"optin",()=>e.innerType?._zod?.optin),xe(t._zod,"optout",()=>e.innerType?._zod?.optout),t._zod.parse=(n,i)=>{if(i.direction==="backward")return e.innerType._zod.run(n,i);let r=e.innerType._zod.run(n,i);return r instanceof Promise?r.then(yT):yT(r)}});function yT(t){return t.value=Object.freeze(t.value),t}o(yT,"handleReadonlyResult");var Yk=P("$ZodTemplateLiteral",(t,e)=>{le.init(t,e);let n=[];for(let i of e.parts)if(typeof i=="object"&&i!==null){if(!i._zod.pattern)throw new Error(`Invalid template literal part, no pattern found: ${[...i._zod.traits].shift()}`);let r=i._zod.pattern instanceof RegExp?i._zod.pattern.source:i._zod.pattern;if(!r)throw new Error(`Invalid template literal part: ${i._zod.traits}`);let a=r.startsWith("^")?1:0,s=r.endsWith("$")?r.length-1:r.length;n.push(r.slice(a,s))}else if(i===null||Vv.has(typeof i))n.push(tr(`${i}`));else throw new Error(`Invalid template literal part: ${i}`);t._zod.pattern=new RegExp(`^${n.join("")}$`),t._zod.parse=(i,r)=>typeof i.value!="string"?(i.issues.push({input:i.value,inst:t,expected:"string",code:"invalid_type"}),i):(t._zod.pattern.lastIndex=0,t._zod.pattern.test(i.value)||i.issues.push({input:i.value,inst:t,code:"invalid_format",format:e.format??"template_literal",pattern:t._zod.pattern.source}),i)}),Xk=P("$ZodFunction",(t,e)=>(le.init(t,e),t._def=e,t._zod.def=e,t.implement=n=>{if(typeof n!="function")throw new Error("implement() must be called with a function");return function(...i){let r=t._def.input?mp(t._def.input,i):i,a=Reflect.apply(n,this,r);return t._def.output?mp(t._def.output,a):a}},t.implementAsync=n=>{if(typeof n!="function")throw new Error("implementAsync() must be called with a function");return async function(...i){let r=t._def.input?await hp(t._def.input,i):i,a=await Reflect.apply(n,this,r);return t._def.output?await hp(t._def.output,a):a}},t._zod.parse=(n,i)=>typeof n.value!="function"?(n.issues.push({code:"invalid_type",expected:"function",input:n.value,inst:t}),n):(t._def.output&&t._def.output._zod.def.type==="promise"?n.value=t.implementAsync(n.value):n.value=t.implement(n.value),n),t.input=(...n)=>{let i=t.constructor;return Array.isArray(n[0])?new i({type:"function",input:new _p({type:"tuple",items:n[0],rest:n[1]}),output:t._def.output}):new i({type:"function",input:n[0],output:t._def.output})},t.output=n=>{let i=t.constructor;return new i({type:"function",input:t._def.input,output:n})},t)),Qk=P("$ZodPromise",(t,e)=>{le.init(t,e),t._zod.parse=(n,i)=>Promise.resolve(n.value).then(r=>e.innerType._zod.run({value:r,issues:[]},i))}),ey=P("$ZodLazy",(t,e)=>{le.init(t,e),xe(t._zod,"innerType",()=>{let n=e;return n._cachedInner||(n._cachedInner=e.getter()),n._cachedInner}),xe(t._zod,"pattern",()=>t._zod.innerType?._zod?.pattern),xe(t._zod,"propValues",()=>t._zod.innerType?._zod?.propValues),xe(t._zod,"optin",()=>t._zod.innerType?._zod?.optin??void 0),xe(t._zod,"optout",()=>t._zod.innerType?._zod?.optout??void 0),t._zod.parse=(n,i)=>t._zod.innerType._zod.run(n,i)}),ty=P("$ZodCustom",(t,e)=>{Ze.init(t,e),le.init(t,e),t._zod.parse=(n,i)=>n,t._zod.check=n=>{let i=n.value,r=e.fn(i);if(r instanceof Promise)return r.then(a=>xT(a,n,i,t));xT(r,n,i,t)}});function xT(t,e,n,i){if(!t){let r={code:"custom",input:n,inst:i,path:[...i._zod.def.path??[]],continue:!i._zod.def.abort};i._zod.def.params&&(r.params=i._zod.def.params),e.issues.push(So(r))}}o(xT,"handleRefineResult");var hl={};Bn(hl,{ar:()=>ny,az:()=>ry,be:()=>iy,bg:()=>ay,ca:()=>oy,cs:()=>sy,da:()=>ly,de:()=>cy,el:()=>uy,en:()=>ul,eo:()=>py,es:()=>dy,fa:()=>my,fi:()=>hy,fr:()=>fy,frCA:()=>gy,he:()=>vy,hr:()=>by,hu:()=>ky,hy:()=>yy,id:()=>xy,is:()=>Cy,it:()=>wy,ja:()=>Ay,ka:()=>Sy,kh:()=>Ey,km:()=>pl,ko:()=>Py,lt:()=>Fy,mk:()=>Ty,ms:()=>Iy,nl:()=>Dy,no:()=>Ny,ota:()=>_y,pl:()=>Oy,ps:()=>zy,pt:()=>My,ro:()=>$y,ru:()=>Ry,sl:()=>Ly,sv:()=>jy,ta:()=>By,th:()=>Uy,tr:()=>Vy,ua:()=>Zy,uk:()=>ml,ur:()=>Gy,uz:()=>Hy,vi:()=>qy,yo:()=>Ky,zhCN:()=>Wy,zhTW:()=>Jy});var F6=o(()=>{let t={string:{unit:"\u062D\u0631\u0641",verb:"\u0623\u0646 \u064A\u062D\u0648\u064A"},file:{unit:"\u0628\u0627\u064A\u062A",verb:"\u0623\u0646 \u064A\u062D\u0648\u064A"},array:{unit:"\u0639\u0646\u0635\u0631",verb:"\u0623\u0646 \u064A\u062D\u0648\u064A"},set:{unit:"\u0639\u0646\u0635\u0631",verb:"\u0623\u0646 \u064A\u062D\u0648\u064A"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"\u0645\u062F\u062E\u0644",email:"\u0628\u0631\u064A\u062F \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A",url:"\u0631\u0627\u0628\u0637",emoji:"\u0625\u064A\u0645\u0648\u062C\u064A",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\u062A\u0627\u0631\u064A\u062E \u0648\u0648\u0642\u062A \u0628\u0645\u0639\u064A\u0627\u0631 ISO",date:"\u062A\u0627\u0631\u064A\u062E \u0628\u0645\u0639\u064A\u0627\u0631 ISO",time:"\u0648\u0642\u062A \u0628\u0645\u0639\u064A\u0627\u0631 ISO",duration:"\u0645\u062F\u0629 \u0628\u0645\u0639\u064A\u0627\u0631 ISO",ipv4:"\u0639\u0646\u0648\u0627\u0646 IPv4",ipv6:"\u0639\u0646\u0648\u0627\u0646 IPv6",cidrv4:"\u0645\u062F\u0649 \u0639\u0646\u0627\u0648\u064A\u0646 \u0628\u0635\u064A\u063A\u0629 IPv4",cidrv6:"\u0645\u062F\u0649 \u0639\u0646\u0627\u0648\u064A\u0646 \u0628\u0635\u064A\u063A\u0629 IPv6",base64:"\u0646\u064E\u0635 \u0628\u062A\u0631\u0645\u064A\u0632 base64-encoded",base64url:"\u0646\u064E\u0635 \u0628\u062A\u0631\u0645\u064A\u0632 base64url-encoded",json_string:"\u0646\u064E\u0635 \u0639\u0644\u0649 \u0647\u064A\u0626\u0629 JSON",e164:"\u0631\u0642\u0645 \u0647\u0627\u062A\u0641 \u0628\u0645\u0639\u064A\u0627\u0631 E.164",jwt:"JWT",template_literal:"\u0645\u062F\u062E\u0644"},i={nan:"NaN"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`\u0645\u062F\u062E\u0644\u0627\u062A \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644\u0629: \u064A\u0641\u062A\u0631\u0636 \u0625\u062F\u062E\u0627\u0644 instanceof ${r.expected}\u060C \u0648\u0644\u0643\u0646 \u062A\u0645 \u0625\u062F\u062E\u0627\u0644 ${l}`:`\u0645\u062F\u062E\u0644\u0627\u062A \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644\u0629: \u064A\u0641\u062A\u0631\u0636 \u0625\u062F\u062E\u0627\u0644 ${a}\u060C \u0648\u0644\u0643\u0646 \u062A\u0645 \u0625\u062F\u062E\u0627\u0644 ${l}`}case"invalid_value":return r.values.length===1?`\u0645\u062F\u062E\u0644\u0627\u062A \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644\u0629: \u064A\u0641\u062A\u0631\u0636 \u0625\u062F\u062E\u0627\u0644 ${_(r.values[0])}`:`\u0627\u062E\u062A\u064A\u0627\u0631 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062A\u0648\u0642\u0639 \u0627\u0646\u062A\u0642\u0627\u0621 \u0623\u062D\u062F \u0647\u0630\u0647 \u0627\u0644\u062E\u064A\u0627\u0631\u0627\u062A: ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);return s?` \u0623\u0643\u0628\u0631 \u0645\u0646 \u0627\u0644\u0644\u0627\u0632\u0645: \u064A\u0641\u062A\u0631\u0636 \u0623\u0646 \u062A\u0643\u0648\u0646 ${r.origin??"\u0627\u0644\u0642\u064A\u0645\u0629"} ${a} ${r.maximum.toString()} ${s.unit??"\u0639\u0646\u0635\u0631"}`:`\u0623\u0643\u0628\u0631 \u0645\u0646 \u0627\u0644\u0644\u0627\u0632\u0645: \u064A\u0641\u062A\u0631\u0636 \u0623\u0646 \u062A\u0643\u0648\u0646 ${r.origin??"\u0627\u0644\u0642\u064A\u0645\u0629"} ${a} ${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);return s?`\u0623\u0635\u063A\u0631 \u0645\u0646 \u0627\u0644\u0644\u0627\u0632\u0645: \u064A\u0641\u062A\u0631\u0636 \u0644\u0640 ${r.origin} \u0623\u0646 \u064A\u0643\u0648\u0646 ${a} ${r.minimum.toString()} ${s.unit}`:`\u0623\u0635\u063A\u0631 \u0645\u0646 \u0627\u0644\u0644\u0627\u0632\u0645: \u064A\u0641\u062A\u0631\u0636 \u0644\u0640 ${r.origin} \u0623\u0646 \u064A\u0643\u0648\u0646 ${a} ${r.minimum.toString()}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`\u0646\u064E\u0635 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062C\u0628 \u0623\u0646 \u064A\u0628\u062F\u0623 \u0628\u0640 "${r.prefix}"`:a.format==="ends_with"?`\u0646\u064E\u0635 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062C\u0628 \u0623\u0646 \u064A\u0646\u062A\u0647\u064A \u0628\u0640 "${a.suffix}"`:a.format==="includes"?`\u0646\u064E\u0635 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062C\u0628 \u0623\u0646 \u064A\u062A\u0636\u0645\u0651\u064E\u0646 "${a.includes}"`:a.format==="regex"?`\u0646\u064E\u0635 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062C\u0628 \u0623\u0646 \u064A\u0637\u0627\u0628\u0642 \u0627\u0644\u0646\u0645\u0637 ${a.pattern}`:`${n[a.format]??r.format} \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644`}case"not_multiple_of":return`\u0631\u0642\u0645 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062C\u0628 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0645\u0646 \u0645\u0636\u0627\u0639\u0641\u0627\u062A ${r.divisor}`;case"unrecognized_keys":return`\u0645\u0639\u0631\u0641${r.keys.length>1?"\u0627\u062A":""} \u063A\u0631\u064A\u0628${r.keys.length>1?"\u0629":""}: ${T(r.keys,"\u060C ")}`;case"invalid_key":return`\u0645\u0639\u0631\u0641 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644 \u0641\u064A ${r.origin}`;case"invalid_union":return"\u0645\u062F\u062E\u0644 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644";case"invalid_element":return`\u0645\u062F\u062E\u0644 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644 \u0641\u064A ${r.origin}`;default:return"\u0645\u062F\u062E\u0644 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644"}}},"error");function ny(){return{localeError:F6()}}o(ny,"default");var T6=o(()=>{let t={string:{unit:"simvol",verb:"olmal\u0131d\u0131r"},file:{unit:"bayt",verb:"olmal\u0131d\u0131r"},array:{unit:"element",verb:"olmal\u0131d\u0131r"},set:{unit:"element",verb:"olmal\u0131d\u0131r"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"input",email:"email address",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datetime",date:"ISO date",time:"ISO time",duration:"ISO duration",ipv4:"IPv4 address",ipv6:"IPv6 address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded string",base64url:"base64url-encoded string",json_string:"JSON string",e164:"E.164 number",jwt:"JWT",template_literal:"input"},i={nan:"NaN"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`Yanl\u0131\u015F d\u0259y\u0259r: g\xF6zl\u0259nil\u0259n instanceof ${r.expected}, daxil olan ${l}`:`Yanl\u0131\u015F d\u0259y\u0259r: g\xF6zl\u0259nil\u0259n ${a}, daxil olan ${l}`}case"invalid_value":return r.values.length===1?`Yanl\u0131\u015F d\u0259y\u0259r: g\xF6zl\u0259nil\u0259n ${_(r.values[0])}`:`Yanl\u0131\u015F se\xE7im: a\u015Fa\u011F\u0131dak\u0131lardan biri olmal\u0131d\u0131r: ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);return s?`\xC7ox b\xF6y\xFCk: g\xF6zl\u0259nil\u0259n ${r.origin??"d\u0259y\u0259r"} ${a}${r.maximum.toString()} ${s.unit??"element"}`:`\xC7ox b\xF6y\xFCk: g\xF6zl\u0259nil\u0259n ${r.origin??"d\u0259y\u0259r"} ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);return s?`\xC7ox ki\xE7ik: g\xF6zl\u0259nil\u0259n ${r.origin} ${a}${r.minimum.toString()} ${s.unit}`:`\xC7ox ki\xE7ik: g\xF6zl\u0259nil\u0259n ${r.origin} ${a}${r.minimum.toString()}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`Yanl\u0131\u015F m\u0259tn: "${a.prefix}" il\u0259 ba\u015Flamal\u0131d\u0131r`:a.format==="ends_with"?`Yanl\u0131\u015F m\u0259tn: "${a.suffix}" il\u0259 bitm\u0259lidir`:a.format==="includes"?`Yanl\u0131\u015F m\u0259tn: "${a.includes}" daxil olmal\u0131d\u0131r`:a.format==="regex"?`Yanl\u0131\u015F m\u0259tn: ${a.pattern} \u015Fablonuna uy\u011Fun olmal\u0131d\u0131r`:`Yanl\u0131\u015F ${n[a.format]??r.format}`}case"not_multiple_of":return`Yanl\u0131\u015F \u0259d\u0259d: ${r.divisor} il\u0259 b\xF6l\xFCn\u0259 bil\u0259n olmal\u0131d\u0131r`;case"unrecognized_keys":return`Tan\u0131nmayan a\xE7ar${r.keys.length>1?"lar":""}: ${T(r.keys,", ")}`;case"invalid_key":return`${r.origin} daxilind\u0259 yanl\u0131\u015F a\xE7ar`;case"invalid_union":return"Yanl\u0131\u015F d\u0259y\u0259r";case"invalid_element":return`${r.origin} daxilind\u0259 yanl\u0131\u015F d\u0259y\u0259r`;default:return"Yanl\u0131\u015F d\u0259y\u0259r"}}},"error");function ry(){return{localeError:T6()}}o(ry,"default");function PT(t,e,n,i){let r=Math.abs(t),a=r%10,s=r%100;return s>=11&&s<=19?i:a===1?e:a>=2&&a<=4?n:i}o(PT,"getBelarusianPlural");var I6=o(()=>{let t={string:{unit:{one:"\u0441\u0456\u043C\u0432\u0430\u043B",few:"\u0441\u0456\u043C\u0432\u0430\u043B\u044B",many:"\u0441\u0456\u043C\u0432\u0430\u043B\u0430\u045E"},verb:"\u043C\u0435\u0446\u044C"},array:{unit:{one:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442",few:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u044B",many:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430\u045E"},verb:"\u043C\u0435\u0446\u044C"},set:{unit:{one:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442",few:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u044B",many:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430\u045E"},verb:"\u043C\u0435\u0446\u044C"},file:{unit:{one:"\u0431\u0430\u0439\u0442",few:"\u0431\u0430\u0439\u0442\u044B",many:"\u0431\u0430\u0439\u0442\u0430\u045E"},verb:"\u043C\u0435\u0446\u044C"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"\u0443\u0432\u043E\u0434",email:"email \u0430\u0434\u0440\u0430\u0441",url:"URL",emoji:"\u044D\u043C\u043E\u0434\u0437\u0456",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u0434\u0430\u0442\u0430 \u0456 \u0447\u0430\u0441",date:"ISO \u0434\u0430\u0442\u0430",time:"ISO \u0447\u0430\u0441",duration:"ISO \u043F\u0440\u0430\u0446\u044F\u0433\u043B\u0430\u0441\u0446\u044C",ipv4:"IPv4 \u0430\u0434\u0440\u0430\u0441",ipv6:"IPv6 \u0430\u0434\u0440\u0430\u0441",cidrv4:"IPv4 \u0434\u044B\u044F\u043F\u0430\u0437\u043E\u043D",cidrv6:"IPv6 \u0434\u044B\u044F\u043F\u0430\u0437\u043E\u043D",base64:"\u0440\u0430\u0434\u043E\u043A \u0443 \u0444\u0430\u0440\u043C\u0430\u0446\u0435 base64",base64url:"\u0440\u0430\u0434\u043E\u043A \u0443 \u0444\u0430\u0440\u043C\u0430\u0446\u0435 base64url",json_string:"JSON \u0440\u0430\u0434\u043E\u043A",e164:"\u043D\u0443\u043C\u0430\u0440 E.164",jwt:"JWT",template_literal:"\u0443\u0432\u043E\u0434"},i={nan:"NaN",number:"\u043B\u0456\u043A",array:"\u043C\u0430\u0441\u0456\u045E"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u045E\u0432\u043E\u0434: \u0447\u0430\u043A\u0430\u045E\u0441\u044F instanceof ${r.expected}, \u0430\u0442\u0440\u044B\u043C\u0430\u043D\u0430 ${l}`:`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u045E\u0432\u043E\u0434: \u0447\u0430\u043A\u0430\u045E\u0441\u044F ${a}, \u0430\u0442\u0440\u044B\u043C\u0430\u043D\u0430 ${l}`}case"invalid_value":return r.values.length===1?`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u045E\u0432\u043E\u0434: \u0447\u0430\u043A\u0430\u043B\u0430\u0441\u044F ${_(r.values[0])}`:`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u0432\u0430\u0440\u044B\u044F\u043D\u0442: \u0447\u0430\u043A\u0430\u045E\u0441\u044F \u0430\u0434\u0437\u0456\u043D \u0437 ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);if(s){let l=Number(r.maximum),c=PT(l,s.unit.one,s.unit.few,s.unit.many);return`\u0417\u0430\u043D\u0430\u0434\u0442\u0430 \u0432\u044F\u043B\u0456\u043A\u0456: \u0447\u0430\u043A\u0430\u043B\u0430\u0441\u044F, \u0448\u0442\u043E ${r.origin??"\u0437\u043D\u0430\u0447\u044D\u043D\u043D\u0435"} \u043F\u0430\u0432\u0456\u043D\u043D\u0430 ${s.verb} ${a}${r.maximum.toString()} ${c}`}return`\u0417\u0430\u043D\u0430\u0434\u0442\u0430 \u0432\u044F\u043B\u0456\u043A\u0456: \u0447\u0430\u043A\u0430\u043B\u0430\u0441\u044F, \u0448\u0442\u043E ${r.origin??"\u0437\u043D\u0430\u0447\u044D\u043D\u043D\u0435"} \u043F\u0430\u0432\u0456\u043D\u043D\u0430 \u0431\u044B\u0446\u044C ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);if(s){let l=Number(r.minimum),c=PT(l,s.unit.one,s.unit.few,s.unit.many);return`\u0417\u0430\u043D\u0430\u0434\u0442\u0430 \u043C\u0430\u043B\u044B: \u0447\u0430\u043A\u0430\u043B\u0430\u0441\u044F, \u0448\u0442\u043E ${r.origin} \u043F\u0430\u0432\u0456\u043D\u043D\u0430 ${s.verb} ${a}${r.minimum.toString()} ${c}`}return`\u0417\u0430\u043D\u0430\u0434\u0442\u0430 \u043C\u0430\u043B\u044B: \u0447\u0430\u043A\u0430\u043B\u0430\u0441\u044F, \u0448\u0442\u043E ${r.origin} \u043F\u0430\u0432\u0456\u043D\u043D\u0430 \u0431\u044B\u0446\u044C ${a}${r.minimum.toString()}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u0440\u0430\u0434\u043E\u043A: \u043F\u0430\u0432\u0456\u043D\u0435\u043D \u043F\u0430\u0447\u044B\u043D\u0430\u0446\u0446\u0430 \u0437 "${a.prefix}"`:a.format==="ends_with"?`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u0440\u0430\u0434\u043E\u043A: \u043F\u0430\u0432\u0456\u043D\u0435\u043D \u0437\u0430\u043A\u0430\u043D\u0447\u0432\u0430\u0446\u0446\u0430 \u043D\u0430 "${a.suffix}"`:a.format==="includes"?`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u0440\u0430\u0434\u043E\u043A: \u043F\u0430\u0432\u0456\u043D\u0435\u043D \u0437\u043C\u044F\u0448\u0447\u0430\u0446\u044C "${a.includes}"`:a.format==="regex"?`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u0440\u0430\u0434\u043E\u043A: \u043F\u0430\u0432\u0456\u043D\u0435\u043D \u0430\u0434\u043F\u0430\u0432\u044F\u0434\u0430\u0446\u044C \u0448\u0430\u0431\u043B\u043E\u043D\u0443 ${a.pattern}`:`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B ${n[a.format]??r.format}`}case"not_multiple_of":return`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u043B\u0456\u043A: \u043F\u0430\u0432\u0456\u043D\u0435\u043D \u0431\u044B\u0446\u044C \u043A\u0440\u0430\u0442\u043D\u044B\u043C ${r.divisor}`;case"unrecognized_keys":return`\u041D\u0435\u0440\u0430\u0441\u043F\u0430\u0437\u043D\u0430\u043D\u044B ${r.keys.length>1?"\u043A\u043B\u044E\u0447\u044B":"\u043A\u043B\u044E\u0447"}: ${T(r.keys,", ")}`;case"invalid_key":return`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u043A\u043B\u044E\u0447 \u0443 ${r.origin}`;case"invalid_union":return"\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u045E\u0432\u043E\u0434";case"invalid_element":return`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u0430\u0435 \u0437\u043D\u0430\u0447\u044D\u043D\u043D\u0435 \u045E ${r.origin}`;default:return"\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u045E\u0432\u043E\u0434"}}},"error");function iy(){return{localeError:I6()}}o(iy,"default");var D6=o(()=>{let t={string:{unit:"\u0441\u0438\u043C\u0432\u043E\u043B\u0430",verb:"\u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430"},file:{unit:"\u0431\u0430\u0439\u0442\u0430",verb:"\u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430"},array:{unit:"\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0430",verb:"\u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430"},set:{unit:"\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0430",verb:"\u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"\u0432\u0445\u043E\u0434",email:"\u0438\u043C\u0435\u0439\u043B \u0430\u0434\u0440\u0435\u0441",url:"URL",emoji:"\u0435\u043C\u043E\u0434\u0436\u0438",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u0432\u0440\u0435\u043C\u0435",date:"ISO \u0434\u0430\u0442\u0430",time:"ISO \u0432\u0440\u0435\u043C\u0435",duration:"ISO \u043F\u0440\u043E\u0434\u044A\u043B\u0436\u0438\u0442\u0435\u043B\u043D\u043E\u0441\u0442",ipv4:"IPv4 \u0430\u0434\u0440\u0435\u0441",ipv6:"IPv6 \u0430\u0434\u0440\u0435\u0441",cidrv4:"IPv4 \u0434\u0438\u0430\u043F\u0430\u0437\u043E\u043D",cidrv6:"IPv6 \u0434\u0438\u0430\u043F\u0430\u0437\u043E\u043D",base64:"base64-\u043A\u043E\u0434\u0438\u0440\u0430\u043D \u043D\u0438\u0437",base64url:"base64url-\u043A\u043E\u0434\u0438\u0440\u0430\u043D \u043D\u0438\u0437",json_string:"JSON \u043D\u0438\u0437",e164:"E.164 \u043D\u043E\u043C\u0435\u0440",jwt:"JWT",template_literal:"\u0432\u0445\u043E\u0434"},i={nan:"NaN",number:"\u0447\u0438\u0441\u043B\u043E",array:"\u043C\u0430\u0441\u0438\u0432"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0432\u0445\u043E\u0434: \u043E\u0447\u0430\u043A\u0432\u0430\u043D instanceof ${r.expected}, \u043F\u043E\u043B\u0443\u0447\u0435\u043D ${l}`:`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0432\u0445\u043E\u0434: \u043E\u0447\u0430\u043A\u0432\u0430\u043D ${a}, \u043F\u043E\u043B\u0443\u0447\u0435\u043D ${l}`}case"invalid_value":return r.values.length===1?`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0432\u0445\u043E\u0434: \u043E\u0447\u0430\u043A\u0432\u0430\u043D ${_(r.values[0])}`:`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u0430 \u043E\u043F\u0446\u0438\u044F: \u043E\u0447\u0430\u043A\u0432\u0430\u043D\u043E \u0435\u0434\u043D\u043E \u043E\u0442 ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);return s?`\u0422\u0432\u044A\u0440\u0434\u0435 \u0433\u043E\u043B\u044F\u043C\u043E: \u043E\u0447\u0430\u043A\u0432\u0430 \u0441\u0435 ${r.origin??"\u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442"} \u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430 ${a}${r.maximum.toString()} ${s.unit??"\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0430"}`:`\u0422\u0432\u044A\u0440\u0434\u0435 \u0433\u043E\u043B\u044F\u043C\u043E: \u043E\u0447\u0430\u043A\u0432\u0430 \u0441\u0435 ${r.origin??"\u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442"} \u0434\u0430 \u0431\u044A\u0434\u0435 ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);return s?`\u0422\u0432\u044A\u0440\u0434\u0435 \u043C\u0430\u043B\u043A\u043E: \u043E\u0447\u0430\u043A\u0432\u0430 \u0441\u0435 ${r.origin} \u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430 ${a}${r.minimum.toString()} ${s.unit}`:`\u0422\u0432\u044A\u0440\u0434\u0435 \u043C\u0430\u043B\u043A\u043E: \u043E\u0447\u0430\u043A\u0432\u0430 \u0441\u0435 ${r.origin} \u0434\u0430 \u0431\u044A\u0434\u0435 ${a}${r.minimum.toString()}`}case"invalid_format":{let a=r;if(a.format==="starts_with")return`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u043D\u0438\u0437: \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0437\u0430\u043F\u043E\u0447\u0432\u0430 \u0441 "${a.prefix}"`;if(a.format==="ends_with")return`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u043D\u0438\u0437: \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0437\u0430\u0432\u044A\u0440\u0448\u0432\u0430 \u0441 "${a.suffix}"`;if(a.format==="includes")return`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u043D\u0438\u0437: \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0432\u043A\u043B\u044E\u0447\u0432\u0430 "${a.includes}"`;if(a.format==="regex")return`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u043D\u0438\u0437: \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0441\u044A\u0432\u043F\u0430\u0434\u0430 \u0441 ${a.pattern}`;let s="\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D";return a.format==="emoji"&&(s="\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u043E"),a.format==="datetime"&&(s="\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u043E"),a.format==="date"&&(s="\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u0430"),a.format==="time"&&(s="\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u043E"),a.format==="duration"&&(s="\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u0430"),`${s} ${n[a.format]??r.format}`}case"not_multiple_of":return`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u043E \u0447\u0438\u0441\u043B\u043E: \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0431\u044A\u0434\u0435 \u043A\u0440\u0430\u0442\u043D\u043E \u043D\u0430 ${r.divisor}`;case"unrecognized_keys":return`\u041D\u0435\u0440\u0430\u0437\u043F\u043E\u0437\u043D\u0430\u0442${r.keys.length>1?"\u0438":""} \u043A\u043B\u044E\u0447${r.keys.length>1?"\u043E\u0432\u0435":""}: ${T(r.keys,", ")}`;case"invalid_key":return`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u043A\u043B\u044E\u0447 \u0432 ${r.origin}`;case"invalid_union":return"\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0432\u0445\u043E\u0434";case"invalid_element":return`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u0430 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442 \u0432 ${r.origin}`;default:return"\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0432\u0445\u043E\u0434"}}},"error");function ay(){return{localeError:D6()}}o(ay,"default");var N6=o(()=>{let t={string:{unit:"car\xE0cters",verb:"contenir"},file:{unit:"bytes",verb:"contenir"},array:{unit:"elements",verb:"contenir"},set:{unit:"elements",verb:"contenir"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"entrada",email:"adre\xE7a electr\xF2nica",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"data i hora ISO",date:"data ISO",time:"hora ISO",duration:"durada ISO",ipv4:"adre\xE7a IPv4",ipv6:"adre\xE7a IPv6",cidrv4:"rang IPv4",cidrv6:"rang IPv6",base64:"cadena codificada en base64",base64url:"cadena codificada en base64url",json_string:"cadena JSON",e164:"n\xFAmero E.164",jwt:"JWT",template_literal:"entrada"},i={nan:"NaN"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`Tipus inv\xE0lid: s'esperava instanceof ${r.expected}, s'ha rebut ${l}`:`Tipus inv\xE0lid: s'esperava ${a}, s'ha rebut ${l}`}case"invalid_value":return r.values.length===1?`Valor inv\xE0lid: s'esperava ${_(r.values[0])}`:`Opci\xF3 inv\xE0lida: s'esperava una de ${T(r.values," o ")}`;case"too_big":{let a=r.inclusive?"com a m\xE0xim":"menys de",s=e(r.origin);return s?`Massa gran: s'esperava que ${r.origin??"el valor"} contingu\xE9s ${a} ${r.maximum.toString()} ${s.unit??"elements"}`:`Massa gran: s'esperava que ${r.origin??"el valor"} fos ${a} ${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?"com a m\xEDnim":"m\xE9s de",s=e(r.origin);return s?`Massa petit: s'esperava que ${r.origin} contingu\xE9s ${a} ${r.minimum.toString()} ${s.unit}`:`Massa petit: s'esperava que ${r.origin} fos ${a} ${r.minimum.toString()}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`Format inv\xE0lid: ha de comen\xE7ar amb "${a.prefix}"`:a.format==="ends_with"?`Format inv\xE0lid: ha d'acabar amb "${a.suffix}"`:a.format==="includes"?`Format inv\xE0lid: ha d'incloure "${a.includes}"`:a.format==="regex"?`Format inv\xE0lid: ha de coincidir amb el patr\xF3 ${a.pattern}`:`Format inv\xE0lid per a ${n[a.format]??r.format}`}case"not_multiple_of":return`N\xFAmero inv\xE0lid: ha de ser m\xFAltiple de ${r.divisor}`;case"unrecognized_keys":return`Clau${r.keys.length>1?"s":""} no reconeguda${r.keys.length>1?"s":""}: ${T(r.keys,", ")}`;case"invalid_key":return`Clau inv\xE0lida a ${r.origin}`;case"invalid_union":return"Entrada inv\xE0lida";case"invalid_element":return`Element inv\xE0lid a ${r.origin}`;default:return"Entrada inv\xE0lida"}}},"error");function oy(){return{localeError:N6()}}o(oy,"default");var _6=o(()=>{let t={string:{unit:"znak\u016F",verb:"m\xEDt"},file:{unit:"bajt\u016F",verb:"m\xEDt"},array:{unit:"prvk\u016F",verb:"m\xEDt"},set:{unit:"prvk\u016F",verb:"m\xEDt"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"regul\xE1rn\xED v\xFDraz",email:"e-mailov\xE1 adresa",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"datum a \u010Das ve form\xE1tu ISO",date:"datum ve form\xE1tu ISO",time:"\u010Das ve form\xE1tu ISO",duration:"doba trv\xE1n\xED ISO",ipv4:"IPv4 adresa",ipv6:"IPv6 adresa",cidrv4:"rozsah IPv4",cidrv6:"rozsah IPv6",base64:"\u0159et\u011Bzec zak\xF3dovan\xFD ve form\xE1tu base64",base64url:"\u0159et\u011Bzec zak\xF3dovan\xFD ve form\xE1tu base64url",json_string:"\u0159et\u011Bzec ve form\xE1tu JSON",e164:"\u010D\xEDslo E.164",jwt:"JWT",template_literal:"vstup"},i={nan:"NaN",number:"\u010D\xEDslo",string:"\u0159et\u011Bzec",function:"funkce",array:"pole"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`Neplatn\xFD vstup: o\u010Dek\xE1v\xE1no instanceof ${r.expected}, obdr\u017Eeno ${l}`:`Neplatn\xFD vstup: o\u010Dek\xE1v\xE1no ${a}, obdr\u017Eeno ${l}`}case"invalid_value":return r.values.length===1?`Neplatn\xFD vstup: o\u010Dek\xE1v\xE1no ${_(r.values[0])}`:`Neplatn\xE1 mo\u017Enost: o\u010Dek\xE1v\xE1na jedna z hodnot ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);return s?`Hodnota je p\u0159\xEDli\u0161 velk\xE1: ${r.origin??"hodnota"} mus\xED m\xEDt ${a}${r.maximum.toString()} ${s.unit??"prvk\u016F"}`:`Hodnota je p\u0159\xEDli\u0161 velk\xE1: ${r.origin??"hodnota"} mus\xED b\xFDt ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);return s?`Hodnota je p\u0159\xEDli\u0161 mal\xE1: ${r.origin??"hodnota"} mus\xED m\xEDt ${a}${r.minimum.toString()} ${s.unit??"prvk\u016F"}`:`Hodnota je p\u0159\xEDli\u0161 mal\xE1: ${r.origin??"hodnota"} mus\xED b\xFDt ${a}${r.minimum.toString()}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`Neplatn\xFD \u0159et\u011Bzec: mus\xED za\u010D\xEDnat na "${a.prefix}"`:a.format==="ends_with"?`Neplatn\xFD \u0159et\u011Bzec: mus\xED kon\u010Dit na "${a.suffix}"`:a.format==="includes"?`Neplatn\xFD \u0159et\u011Bzec: mus\xED obsahovat "${a.includes}"`:a.format==="regex"?`Neplatn\xFD \u0159et\u011Bzec: mus\xED odpov\xEDdat vzoru ${a.pattern}`:`Neplatn\xFD form\xE1t ${n[a.format]??r.format}`}case"not_multiple_of":return`Neplatn\xE9 \u010D\xEDslo: mus\xED b\xFDt n\xE1sobkem ${r.divisor}`;case"unrecognized_keys":return`Nezn\xE1m\xE9 kl\xED\u010De: ${T(r.keys,", ")}`;case"invalid_key":return`Neplatn\xFD kl\xED\u010D v ${r.origin}`;case"invalid_union":return"Neplatn\xFD vstup";case"invalid_element":return`Neplatn\xE1 hodnota v ${r.origin}`;default:return"Neplatn\xFD vstup"}}},"error");function sy(){return{localeError:_6()}}o(sy,"default");var z6=o(()=>{let t={string:{unit:"tegn",verb:"havde"},file:{unit:"bytes",verb:"havde"},array:{unit:"elementer",verb:"indeholdt"},set:{unit:"elementer",verb:"indeholdt"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"input",email:"e-mailadresse",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO dato- og klokkesl\xE6t",date:"ISO-dato",time:"ISO-klokkesl\xE6t",duration:"ISO-varighed",ipv4:"IPv4-omr\xE5de",ipv6:"IPv6-omr\xE5de",cidrv4:"IPv4-spektrum",cidrv6:"IPv6-spektrum",base64:"base64-kodet streng",base64url:"base64url-kodet streng",json_string:"JSON-streng",e164:"E.164-nummer",jwt:"JWT",template_literal:"input"},i={nan:"NaN",string:"streng",number:"tal",boolean:"boolean",array:"liste",object:"objekt",set:"s\xE6t",file:"fil"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`Ugyldigt input: forventede instanceof ${r.expected}, fik ${l}`:`Ugyldigt input: forventede ${a}, fik ${l}`}case"invalid_value":return r.values.length===1?`Ugyldig v\xE6rdi: forventede ${_(r.values[0])}`:`Ugyldigt valg: forventede en af f\xF8lgende ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin),l=i[r.origin]??r.origin;return s?`For stor: forventede ${l??"value"} ${s.verb} ${a} ${r.maximum.toString()} ${s.unit??"elementer"}`:`For stor: forventede ${l??"value"} havde ${a} ${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin),l=i[r.origin]??r.origin;return s?`For lille: forventede ${l} ${s.verb} ${a} ${r.minimum.toString()} ${s.unit}`:`For lille: forventede ${l} havde ${a} ${r.minimum.toString()}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`Ugyldig streng: skal starte med "${a.prefix}"`:a.format==="ends_with"?`Ugyldig streng: skal ende med "${a.suffix}"`:a.format==="includes"?`Ugyldig streng: skal indeholde "${a.includes}"`:a.format==="regex"?`Ugyldig streng: skal matche m\xF8nsteret ${a.pattern}`:`Ugyldig ${n[a.format]??r.format}`}case"not_multiple_of":return`Ugyldigt tal: skal v\xE6re deleligt med ${r.divisor}`;case"unrecognized_keys":return`${r.keys.length>1?"Ukendte n\xF8gler":"Ukendt n\xF8gle"}: ${T(r.keys,", ")}`;case"invalid_key":return`Ugyldig n\xF8gle i ${r.origin}`;case"invalid_union":return"Ugyldigt input: matcher ingen af de tilladte typer";case"invalid_element":return`Ugyldig v\xE6rdi i ${r.origin}`;default:return"Ugyldigt input"}}},"error");function ly(){return{localeError:z6()}}o(ly,"default");var O6=o(()=>{let t={string:{unit:"Zeichen",verb:"zu haben"},file:{unit:"Bytes",verb:"zu haben"},array:{unit:"Elemente",verb:"zu haben"},set:{unit:"Elemente",verb:"zu haben"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"Eingabe",email:"E-Mail-Adresse",url:"URL",emoji:"Emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO-Datum und -Uhrzeit",date:"ISO-Datum",time:"ISO-Uhrzeit",duration:"ISO-Dauer",ipv4:"IPv4-Adresse",ipv6:"IPv6-Adresse",cidrv4:"IPv4-Bereich",cidrv6:"IPv6-Bereich",base64:"Base64-codierter String",base64url:"Base64-URL-codierter String",json_string:"JSON-String",e164:"E.164-Nummer",jwt:"JWT",template_literal:"Eingabe"},i={nan:"NaN",number:"Zahl",array:"Array"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`Ung\xFCltige Eingabe: erwartet instanceof ${r.expected}, erhalten ${l}`:`Ung\xFCltige Eingabe: erwartet ${a}, erhalten ${l}`}case"invalid_value":return r.values.length===1?`Ung\xFCltige Eingabe: erwartet ${_(r.values[0])}`:`Ung\xFCltige Option: erwartet eine von ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);return s?`Zu gro\xDF: erwartet, dass ${r.origin??"Wert"} ${a}${r.maximum.toString()} ${s.unit??"Elemente"} hat`:`Zu gro\xDF: erwartet, dass ${r.origin??"Wert"} ${a}${r.maximum.toString()} ist`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);return s?`Zu klein: erwartet, dass ${r.origin} ${a}${r.minimum.toString()} ${s.unit} hat`:`Zu klein: erwartet, dass ${r.origin} ${a}${r.minimum.toString()} ist`}case"invalid_format":{let a=r;return a.format==="starts_with"?`Ung\xFCltiger String: muss mit "${a.prefix}" beginnen`:a.format==="ends_with"?`Ung\xFCltiger String: muss mit "${a.suffix}" enden`:a.format==="includes"?`Ung\xFCltiger String: muss "${a.includes}" enthalten`:a.format==="regex"?`Ung\xFCltiger String: muss dem Muster ${a.pattern} entsprechen`:`Ung\xFCltig: ${n[a.format]??r.format}`}case"not_multiple_of":return`Ung\xFCltige Zahl: muss ein Vielfaches von ${r.divisor} sein`;case"unrecognized_keys":return`${r.keys.length>1?"Unbekannte Schl\xFCssel":"Unbekannter Schl\xFCssel"}: ${T(r.keys,", ")}`;case"invalid_key":return`Ung\xFCltiger Schl\xFCssel in ${r.origin}`;case"invalid_union":return"Ung\xFCltige Eingabe";case"invalid_element":return`Ung\xFCltiger Wert in ${r.origin}`;default:return"Ung\xFCltige Eingabe"}}},"error");function cy(){return{localeError:O6()}}o(cy,"default");var M6=o(()=>{let t={string:{unit:"\u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03AE\u03C1\u03B5\u03C2",verb:"\u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9"},file:{unit:"bytes",verb:"\u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9"},array:{unit:"\u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03B1",verb:"\u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9"},set:{unit:"\u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03B1",verb:"\u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9"},map:{unit:"\u03BA\u03B1\u03C4\u03B1\u03C7\u03C9\u03C1\u03AE\u03C3\u03B5\u03B9\u03C2",verb:"\u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"\u03B5\u03AF\u03C3\u03BF\u03B4\u03BF\u03C2",email:"\u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 email",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u03B7\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1 \u03BA\u03B1\u03B9 \u03CE\u03C1\u03B1",date:"ISO \u03B7\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1",time:"ISO \u03CE\u03C1\u03B1",duration:"ISO \u03B4\u03B9\u03AC\u03C1\u03BA\u03B5\u03B9\u03B1",ipv4:"\u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 IPv4",ipv6:"\u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 IPv6",mac:"\u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 MAC",cidrv4:"\u03B5\u03CD\u03C1\u03BF\u03C2 IPv4",cidrv6:"\u03B5\u03CD\u03C1\u03BF\u03C2 IPv6",base64:"\u03C3\u03C5\u03BC\u03B2\u03BF\u03BB\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC \u03BA\u03C9\u03B4\u03B9\u03BA\u03BF\u03C0\u03BF\u03B9\u03B7\u03BC\u03AD\u03BD\u03B7 \u03C3\u03B5 base64",base64url:"\u03C3\u03C5\u03BC\u03B2\u03BF\u03BB\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC \u03BA\u03C9\u03B4\u03B9\u03BA\u03BF\u03C0\u03BF\u03B9\u03B7\u03BC\u03AD\u03BD\u03B7 \u03C3\u03B5 base64url",json_string:"\u03C3\u03C5\u03BC\u03B2\u03BF\u03BB\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC JSON",e164:"\u03B1\u03C1\u03B9\u03B8\u03BC\u03CC\u03C2 E.164",jwt:"JWT",template_literal:"\u03B5\u03AF\u03C3\u03BF\u03B4\u03BF\u03C2"},i={nan:"NaN"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return typeof r.expected=="string"&&/^[A-Z]/.test(r.expected)?`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03B5\u03AF\u03C3\u03BF\u03B4\u03BF\u03C2: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD instanceof ${r.expected}, \u03BB\u03AE\u03C6\u03B8\u03B7\u03BA\u03B5 ${l}`:`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03B5\u03AF\u03C3\u03BF\u03B4\u03BF\u03C2: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD ${a}, \u03BB\u03AE\u03C6\u03B8\u03B7\u03BA\u03B5 ${l}`}case"invalid_value":return r.values.length===1?`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03B5\u03AF\u03C3\u03BF\u03B4\u03BF\u03C2: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD ${_(r.values[0])}`:`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD \u03AD\u03BD\u03B1 \u03B1\u03C0\u03CC ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);return s?`\u03A0\u03BF\u03BB\u03CD \u03BC\u03B5\u03B3\u03AC\u03BB\u03BF: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD ${r.origin??"\u03C4\u03B9\u03BC\u03AE"} \u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9 ${a}${r.maximum.toString()} ${s.unit??"\u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03B1"}`:`\u03A0\u03BF\u03BB\u03CD \u03BC\u03B5\u03B3\u03AC\u03BB\u03BF: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD ${r.origin??"\u03C4\u03B9\u03BC\u03AE"} \u03BD\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);return s?`\u03A0\u03BF\u03BB\u03CD \u03BC\u03B9\u03BA\u03C1\u03CC: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD ${r.origin} \u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9 ${a}${r.minimum.toString()} ${s.unit}`:`\u03A0\u03BF\u03BB\u03CD \u03BC\u03B9\u03BA\u03C1\u03CC: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD ${r.origin} \u03BD\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 ${a}${r.minimum.toString()}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03C3\u03C5\u03BC\u03B2\u03BF\u03BB\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC: \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03BE\u03B5\u03BA\u03B9\u03BD\u03AC \u03BC\u03B5 "${a.prefix}"`:a.format==="ends_with"?`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03C3\u03C5\u03BC\u03B2\u03BF\u03BB\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC: \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C4\u03B5\u03BB\u03B5\u03B9\u03CE\u03BD\u03B5\u03B9 \u03BC\u03B5 "${a.suffix}"`:a.format==="includes"?`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03C3\u03C5\u03BC\u03B2\u03BF\u03BB\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC: \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C0\u03B5\u03C1\u03B9\u03AD\u03C7\u03B5\u03B9 "${a.includes}"`:a.format==="regex"?`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03C3\u03C5\u03BC\u03B2\u03BF\u03BB\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC: \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C4\u03B1\u03B9\u03C1\u03B9\u03AC\u03B6\u03B5\u03B9 \u03BC\u03B5 \u03C4\u03BF \u03BC\u03BF\u03C4\u03AF\u03B2\u03BF ${a.pattern}`:`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03BF: ${n[a.format]??r.format}`}case"not_multiple_of":return`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03BF\u03C2 \u03B1\u03C1\u03B9\u03B8\u03BC\u03CC\u03C2: \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C0\u03BF\u03BB\u03BB\u03B1\u03C0\u03BB\u03AC\u03C3\u03B9\u03BF \u03C4\u03BF\u03C5 ${r.divisor}`;case"unrecognized_keys":return`\u0386\u03B3\u03BD\u03C9\u03C3\u03C4${r.keys.length>1?"\u03B1":"\u03BF"} \u03BA\u03BB\u03B5\u03B9\u03B4${r.keys.length>1?"\u03B9\u03AC":"\u03AF"}: ${T(r.keys,", ")}`;case"invalid_key":return`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03BF \u03BA\u03BB\u03B5\u03B9\u03B4\u03AF \u03C3\u03C4\u03BF ${r.origin}`;case"invalid_union":return"\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03B5\u03AF\u03C3\u03BF\u03B4\u03BF\u03C2";case"invalid_element":return`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03C4\u03B9\u03BC\u03AE \u03C3\u03C4\u03BF ${r.origin}`;default:return"\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03B5\u03AF\u03C3\u03BF\u03B4\u03BF\u03C2"}}},"error");function uy(){return{localeError:M6()}}o(uy,"default");var $6=o(()=>{let t={string:{unit:"characters",verb:"to have"},file:{unit:"bytes",verb:"to have"},array:{unit:"items",verb:"to have"},set:{unit:"items",verb:"to have"},map:{unit:"entries",verb:"to have"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"input",email:"email address",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datetime",date:"ISO date",time:"ISO time",duration:"ISO duration",ipv4:"IPv4 address",ipv6:"IPv6 address",mac:"MAC address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded string",base64url:"base64url-encoded string",json_string:"JSON string",e164:"E.164 number",jwt:"JWT",template_literal:"input"},i={nan:"NaN"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return`Invalid input: expected ${a}, received ${l}`}case"invalid_value":return r.values.length===1?`Invalid input: expected ${_(r.values[0])}`:`Invalid option: expected one of ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);return s?`Too big: expected ${r.origin??"value"} to have ${a}${r.maximum.toString()} ${s.unit??"elements"}`:`Too big: expected ${r.origin??"value"} to be ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);return s?`Too small: expected ${r.origin} to have ${a}${r.minimum.toString()} ${s.unit}`:`Too small: expected ${r.origin} to be ${a}${r.minimum.toString()}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`Invalid string: must start with "${a.prefix}"`:a.format==="ends_with"?`Invalid string: must end with "${a.suffix}"`:a.format==="includes"?`Invalid string: must include "${a.includes}"`:a.format==="regex"?`Invalid string: must match pattern ${a.pattern}`:`Invalid ${n[a.format]??r.format}`}case"not_multiple_of":return`Invalid number: must be a multiple of ${r.divisor}`;case"unrecognized_keys":return`Unrecognized key${r.keys.length>1?"s":""}: ${T(r.keys,", ")}`;case"invalid_key":return`Invalid key in ${r.origin}`;case"invalid_union":return r.options&&Array.isArray(r.options)&&r.options.length>0?`Invalid discriminator value. Expected ${r.options.map(s=>`'${s}'`).join(" | ")}`:"Invalid input";case"invalid_element":return`Invalid value in ${r.origin}`;default:return"Invalid input"}}},"error");function ul(){return{localeError:$6()}}o(ul,"default");var R6=o(()=>{let t={string:{unit:"karaktrojn",verb:"havi"},file:{unit:"bajtojn",verb:"havi"},array:{unit:"elementojn",verb:"havi"},set:{unit:"elementojn",verb:"havi"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"enigo",email:"retadreso",url:"URL",emoji:"emo\u011Dio",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO-datotempo",date:"ISO-dato",time:"ISO-tempo",duration:"ISO-da\u016Dro",ipv4:"IPv4-adreso",ipv6:"IPv6-adreso",cidrv4:"IPv4-rango",cidrv6:"IPv6-rango",base64:"64-ume kodita karaktraro",base64url:"URL-64-ume kodita karaktraro",json_string:"JSON-karaktraro",e164:"E.164-nombro",jwt:"JWT",template_literal:"enigo"},i={nan:"NaN",number:"nombro",array:"tabelo",null:"senvalora"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`Nevalida enigo: atendi\u011Dis instanceof ${r.expected}, ricevi\u011Dis ${l}`:`Nevalida enigo: atendi\u011Dis ${a}, ricevi\u011Dis ${l}`}case"invalid_value":return r.values.length===1?`Nevalida enigo: atendi\u011Dis ${_(r.values[0])}`:`Nevalida opcio: atendi\u011Dis unu el ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);return s?`Tro granda: atendi\u011Dis ke ${r.origin??"valoro"} havu ${a}${r.maximum.toString()} ${s.unit??"elementojn"}`:`Tro granda: atendi\u011Dis ke ${r.origin??"valoro"} havu ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);return s?`Tro malgranda: atendi\u011Dis ke ${r.origin} havu ${a}${r.minimum.toString()} ${s.unit}`:`Tro malgranda: atendi\u011Dis ke ${r.origin} estu ${a}${r.minimum.toString()}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`Nevalida karaktraro: devas komenci\u011Di per "${a.prefix}"`:a.format==="ends_with"?`Nevalida karaktraro: devas fini\u011Di per "${a.suffix}"`:a.format==="includes"?`Nevalida karaktraro: devas inkluzivi "${a.includes}"`:a.format==="regex"?`Nevalida karaktraro: devas kongrui kun la modelo ${a.pattern}`:`Nevalida ${n[a.format]??r.format}`}case"not_multiple_of":return`Nevalida nombro: devas esti oblo de ${r.divisor}`;case"unrecognized_keys":return`Nekonata${r.keys.length>1?"j":""} \u015Dlosilo${r.keys.length>1?"j":""}: ${T(r.keys,", ")}`;case"invalid_key":return`Nevalida \u015Dlosilo en ${r.origin}`;case"invalid_union":return"Nevalida enigo";case"invalid_element":return`Nevalida valoro en ${r.origin}`;default:return"Nevalida enigo"}}},"error");function py(){return{localeError:R6()}}o(py,"default");var L6=o(()=>{let t={string:{unit:"caracteres",verb:"tener"},file:{unit:"bytes",verb:"tener"},array:{unit:"elementos",verb:"tener"},set:{unit:"elementos",verb:"tener"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"entrada",email:"direcci\xF3n de correo electr\xF3nico",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"fecha y hora ISO",date:"fecha ISO",time:"hora ISO",duration:"duraci\xF3n ISO",ipv4:"direcci\xF3n IPv4",ipv6:"direcci\xF3n IPv6",cidrv4:"rango IPv4",cidrv6:"rango IPv6",base64:"cadena codificada en base64",base64url:"URL codificada en base64",json_string:"cadena JSON",e164:"n\xFAmero E.164",jwt:"JWT",template_literal:"entrada"},i={nan:"NaN",string:"texto",number:"n\xFAmero",boolean:"booleano",array:"arreglo",object:"objeto",set:"conjunto",file:"archivo",date:"fecha",bigint:"n\xFAmero grande",symbol:"s\xEDmbolo",undefined:"indefinido",null:"nulo",function:"funci\xF3n",map:"mapa",record:"registro",tuple:"tupla",enum:"enumeraci\xF3n",union:"uni\xF3n",literal:"literal",promise:"promesa",void:"vac\xEDo",never:"nunca",unknown:"desconocido",any:"cualquiera"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`Entrada inv\xE1lida: se esperaba instanceof ${r.expected}, recibido ${l}`:`Entrada inv\xE1lida: se esperaba ${a}, recibido ${l}`}case"invalid_value":return r.values.length===1?`Entrada inv\xE1lida: se esperaba ${_(r.values[0])}`:`Opci\xF3n inv\xE1lida: se esperaba una de ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin),l=i[r.origin]??r.origin;return s?`Demasiado grande: se esperaba que ${l??"valor"} tuviera ${a}${r.maximum.toString()} ${s.unit??"elementos"}`:`Demasiado grande: se esperaba que ${l??"valor"} fuera ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin),l=i[r.origin]??r.origin;return s?`Demasiado peque\xF1o: se esperaba que ${l} tuviera ${a}${r.minimum.toString()} ${s.unit}`:`Demasiado peque\xF1o: se esperaba que ${l} fuera ${a}${r.minimum.toString()}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`Cadena inv\xE1lida: debe comenzar con "${a.prefix}"`:a.format==="ends_with"?`Cadena inv\xE1lida: debe terminar en "${a.suffix}"`:a.format==="includes"?`Cadena inv\xE1lida: debe incluir "${a.includes}"`:a.format==="regex"?`Cadena inv\xE1lida: debe coincidir con el patr\xF3n ${a.pattern}`:`Inv\xE1lido ${n[a.format]??r.format}`}case"not_multiple_of":return`N\xFAmero inv\xE1lido: debe ser m\xFAltiplo de ${r.divisor}`;case"unrecognized_keys":return`Llave${r.keys.length>1?"s":""} desconocida${r.keys.length>1?"s":""}: ${T(r.keys,", ")}`;case"invalid_key":return`Llave inv\xE1lida en ${i[r.origin]??r.origin}`;case"invalid_union":return"Entrada inv\xE1lida";case"invalid_element":return`Valor inv\xE1lido en ${i[r.origin]??r.origin}`;default:return"Entrada inv\xE1lida"}}},"error");function dy(){return{localeError:L6()}}o(dy,"default");var j6=o(()=>{let t={string:{unit:"\u06A9\u0627\u0631\u0627\u06A9\u062A\u0631",verb:"\u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F"},file:{unit:"\u0628\u0627\u06CC\u062A",verb:"\u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F"},array:{unit:"\u0622\u06CC\u062A\u0645",verb:"\u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F"},set:{unit:"\u0622\u06CC\u062A\u0645",verb:"\u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"\u0648\u0631\u0648\u062F\u06CC",email:"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0645\u06CC\u0644",url:"URL",emoji:"\u0627\u06CC\u0645\u0648\u062C\u06CC",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\u062A\u0627\u0631\u06CC\u062E \u0648 \u0632\u0645\u0627\u0646 \u0627\u06CC\u0632\u0648",date:"\u062A\u0627\u0631\u06CC\u062E \u0627\u06CC\u0632\u0648",time:"\u0632\u0645\u0627\u0646 \u0627\u06CC\u0632\u0648",duration:"\u0645\u062F\u062A \u0632\u0645\u0627\u0646 \u0627\u06CC\u0632\u0648",ipv4:"IPv4 \u0622\u062F\u0631\u0633",ipv6:"IPv6 \u0622\u062F\u0631\u0633",cidrv4:"IPv4 \u062F\u0627\u0645\u0646\u0647",cidrv6:"IPv6 \u062F\u0627\u0645\u0646\u0647",base64:"base64-encoded \u0631\u0634\u062A\u0647",base64url:"base64url-encoded \u0631\u0634\u062A\u0647",json_string:"JSON \u0631\u0634\u062A\u0647",e164:"E.164 \u0639\u062F\u062F",jwt:"JWT",template_literal:"\u0648\u0631\u0648\u062F\u06CC"},i={nan:"NaN",number:"\u0639\u062F\u062F",array:"\u0622\u0631\u0627\u06CC\u0647"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`\u0648\u0631\u0648\u062F\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0645\u06CC\u200C\u0628\u0627\u06CC\u0633\u062A instanceof ${r.expected} \u0645\u06CC\u200C\u0628\u0648\u062F\u060C ${l} \u062F\u0631\u06CC\u0627\u0641\u062A \u0634\u062F`:`\u0648\u0631\u0648\u062F\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0645\u06CC\u200C\u0628\u0627\u06CC\u0633\u062A ${a} \u0645\u06CC\u200C\u0628\u0648\u062F\u060C ${l} \u062F\u0631\u06CC\u0627\u0641\u062A \u0634\u062F`}case"invalid_value":return r.values.length===1?`\u0648\u0631\u0648\u062F\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0645\u06CC\u200C\u0628\u0627\u06CC\u0633\u062A ${_(r.values[0])} \u0645\u06CC\u200C\u0628\u0648\u062F`:`\u06AF\u0632\u06CC\u0646\u0647 \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0645\u06CC\u200C\u0628\u0627\u06CC\u0633\u062A \u06CC\u06A9\u06CC \u0627\u0632 ${T(r.values,"|")} \u0645\u06CC\u200C\u0628\u0648\u062F`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);return s?`\u062E\u06CC\u0644\u06CC \u0628\u0632\u0631\u06AF: ${r.origin??"\u0645\u0642\u062F\u0627\u0631"} \u0628\u0627\u06CC\u062F ${a}${r.maximum.toString()} ${s.unit??"\u0639\u0646\u0635\u0631"} \u0628\u0627\u0634\u062F`:`\u062E\u06CC\u0644\u06CC \u0628\u0632\u0631\u06AF: ${r.origin??"\u0645\u0642\u062F\u0627\u0631"} \u0628\u0627\u06CC\u062F ${a}${r.maximum.toString()} \u0628\u0627\u0634\u062F`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);return s?`\u062E\u06CC\u0644\u06CC \u06A9\u0648\u0686\u06A9: ${r.origin} \u0628\u0627\u06CC\u062F ${a}${r.minimum.toString()} ${s.unit} \u0628\u0627\u0634\u062F`:`\u062E\u06CC\u0644\u06CC \u06A9\u0648\u0686\u06A9: ${r.origin} \u0628\u0627\u06CC\u062F ${a}${r.minimum.toString()} \u0628\u0627\u0634\u062F`}case"invalid_format":{let a=r;return a.format==="starts_with"?`\u0631\u0634\u062A\u0647 \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0628\u0627\u06CC\u062F \u0628\u0627 "${a.prefix}" \u0634\u0631\u0648\u0639 \u0634\u0648\u062F`:a.format==="ends_with"?`\u0631\u0634\u062A\u0647 \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0628\u0627\u06CC\u062F \u0628\u0627 "${a.suffix}" \u062A\u0645\u0627\u0645 \u0634\u0648\u062F`:a.format==="includes"?`\u0631\u0634\u062A\u0647 \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0628\u0627\u06CC\u062F \u0634\u0627\u0645\u0644 "${a.includes}" \u0628\u0627\u0634\u062F`:a.format==="regex"?`\u0631\u0634\u062A\u0647 \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0628\u0627\u06CC\u062F \u0628\u0627 \u0627\u0644\u06AF\u0648\u06CC ${a.pattern} \u0645\u0637\u0627\u0628\u0642\u062A \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F`:`${n[a.format]??r.format} \u0646\u0627\u0645\u0639\u062A\u0628\u0631`}case"not_multiple_of":return`\u0639\u062F\u062F \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0628\u0627\u06CC\u062F \u0645\u0636\u0631\u0628 ${r.divisor} \u0628\u0627\u0634\u062F`;case"unrecognized_keys":return`\u06A9\u0644\u06CC\u062F${r.keys.length>1?"\u0647\u0627\u06CC":""} \u0646\u0627\u0634\u0646\u0627\u0633: ${T(r.keys,", ")}`;case"invalid_key":return`\u06A9\u0644\u06CC\u062F \u0646\u0627\u0634\u0646\u0627\u0633 \u062F\u0631 ${r.origin}`;case"invalid_union":return"\u0648\u0631\u0648\u062F\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631";case"invalid_element":return`\u0645\u0642\u062F\u0627\u0631 \u0646\u0627\u0645\u0639\u062A\u0628\u0631 \u062F\u0631 ${r.origin}`;default:return"\u0648\u0631\u0648\u062F\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631"}}},"error");function my(){return{localeError:j6()}}o(my,"default");var B6=o(()=>{let t={string:{unit:"merkki\xE4",subject:"merkkijonon"},file:{unit:"tavua",subject:"tiedoston"},array:{unit:"alkiota",subject:"listan"},set:{unit:"alkiota",subject:"joukon"},number:{unit:"",subject:"luvun"},bigint:{unit:"",subject:"suuren kokonaisluvun"},int:{unit:"",subject:"kokonaisluvun"},date:{unit:"",subject:"p\xE4iv\xE4m\xE4\xE4r\xE4n"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"s\xE4\xE4nn\xF6llinen lauseke",email:"s\xE4hk\xF6postiosoite",url:"URL-osoite",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO-aikaleima",date:"ISO-p\xE4iv\xE4m\xE4\xE4r\xE4",time:"ISO-aika",duration:"ISO-kesto",ipv4:"IPv4-osoite",ipv6:"IPv6-osoite",cidrv4:"IPv4-alue",cidrv6:"IPv6-alue",base64:"base64-koodattu merkkijono",base64url:"base64url-koodattu merkkijono",json_string:"JSON-merkkijono",e164:"E.164-luku",jwt:"JWT",template_literal:"templaattimerkkijono"},i={nan:"NaN"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`Virheellinen tyyppi: odotettiin instanceof ${r.expected}, oli ${l}`:`Virheellinen tyyppi: odotettiin ${a}, oli ${l}`}case"invalid_value":return r.values.length===1?`Virheellinen sy\xF6te: t\xE4ytyy olla ${_(r.values[0])}`:`Virheellinen valinta: t\xE4ytyy olla yksi seuraavista: ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);return s?`Liian suuri: ${s.subject} t\xE4ytyy olla ${a}${r.maximum.toString()} ${s.unit}`.trim():`Liian suuri: arvon t\xE4ytyy olla ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);return s?`Liian pieni: ${s.subject} t\xE4ytyy olla ${a}${r.minimum.toString()} ${s.unit}`.trim():`Liian pieni: arvon t\xE4ytyy olla ${a}${r.minimum.toString()}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`Virheellinen sy\xF6te: t\xE4ytyy alkaa "${a.prefix}"`:a.format==="ends_with"?`Virheellinen sy\xF6te: t\xE4ytyy loppua "${a.suffix}"`:a.format==="includes"?`Virheellinen sy\xF6te: t\xE4ytyy sis\xE4lt\xE4\xE4 "${a.includes}"`:a.format==="regex"?`Virheellinen sy\xF6te: t\xE4ytyy vastata s\xE4\xE4nn\xF6llist\xE4 lauseketta ${a.pattern}`:`Virheellinen ${n[a.format]??r.format}`}case"not_multiple_of":return`Virheellinen luku: t\xE4ytyy olla luvun ${r.divisor} monikerta`;case"unrecognized_keys":return`${r.keys.length>1?"Tuntemattomat avaimet":"Tuntematon avain"}: ${T(r.keys,", ")}`;case"invalid_key":return"Virheellinen avain tietueessa";case"invalid_union":return"Virheellinen unioni";case"invalid_element":return"Virheellinen arvo joukossa";default:return"Virheellinen sy\xF6te"}}},"error");function hy(){return{localeError:B6()}}o(hy,"default");var U6=o(()=>{let t={string:{unit:"caract\xE8res",verb:"avoir"},file:{unit:"octets",verb:"avoir"},array:{unit:"\xE9l\xE9ments",verb:"avoir"},set:{unit:"\xE9l\xE9ments",verb:"avoir"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"entr\xE9e",email:"adresse e-mail",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"date et heure ISO",date:"date ISO",time:"heure ISO",duration:"dur\xE9e ISO",ipv4:"adresse IPv4",ipv6:"adresse IPv6",cidrv4:"plage IPv4",cidrv6:"plage IPv6",base64:"cha\xEEne encod\xE9e en base64",base64url:"cha\xEEne encod\xE9e en base64url",json_string:"cha\xEEne JSON",e164:"num\xE9ro E.164",jwt:"JWT",template_literal:"entr\xE9e"},i={string:"cha\xEEne",number:"nombre",int:"entier",boolean:"bool\xE9en",bigint:"grand entier",symbol:"symbole",undefined:"ind\xE9fini",null:"null",never:"jamais",void:"vide",date:"date",array:"tableau",object:"objet",tuple:"tuple",record:"enregistrement",map:"carte",set:"ensemble",file:"fichier",nonoptional:"non-optionnel",nan:"NaN",function:"fonction"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`Entr\xE9e invalide : instanceof ${r.expected} attendu, ${l} re\xE7u`:`Entr\xE9e invalide : ${a} attendu, ${l} re\xE7u`}case"invalid_value":return r.values.length===1?`Entr\xE9e invalide : ${_(r.values[0])} attendu`:`Option invalide : une valeur parmi ${T(r.values,"|")} attendue`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);return s?`Trop grand : ${i[r.origin]??"valeur"} doit ${s.verb} ${a}${r.maximum.toString()} ${s.unit??"\xE9l\xE9ment(s)"}`:`Trop grand : ${i[r.origin]??"valeur"} doit \xEAtre ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);return s?`Trop petit : ${i[r.origin]??"valeur"} doit ${s.verb} ${a}${r.minimum.toString()} ${s.unit}`:`Trop petit : ${i[r.origin]??"valeur"} doit \xEAtre ${a}${r.minimum.toString()}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`Cha\xEEne invalide : doit commencer par "${a.prefix}"`:a.format==="ends_with"?`Cha\xEEne invalide : doit se terminer par "${a.suffix}"`:a.format==="includes"?`Cha\xEEne invalide : doit inclure "${a.includes}"`:a.format==="regex"?`Cha\xEEne invalide : doit correspondre au mod\xE8le ${a.pattern}`:`${n[a.format]??r.format} invalide`}case"not_multiple_of":return`Nombre invalide : doit \xEAtre un multiple de ${r.divisor}`;case"unrecognized_keys":return`Cl\xE9${r.keys.length>1?"s":""} non reconnue${r.keys.length>1?"s":""} : ${T(r.keys,", ")}`;case"invalid_key":return`Cl\xE9 invalide dans ${r.origin}`;case"invalid_union":return"Entr\xE9e invalide";case"invalid_element":return`Valeur invalide dans ${r.origin}`;default:return"Entr\xE9e invalide"}}},"error");function fy(){return{localeError:U6()}}o(fy,"default");var V6=o(()=>{let t={string:{unit:"caract\xE8res",verb:"avoir"},file:{unit:"octets",verb:"avoir"},array:{unit:"\xE9l\xE9ments",verb:"avoir"},set:{unit:"\xE9l\xE9ments",verb:"avoir"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"entr\xE9e",email:"adresse courriel",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"date-heure ISO",date:"date ISO",time:"heure ISO",duration:"dur\xE9e ISO",ipv4:"adresse IPv4",ipv6:"adresse IPv6",cidrv4:"plage IPv4",cidrv6:"plage IPv6",base64:"cha\xEEne encod\xE9e en base64",base64url:"cha\xEEne encod\xE9e en base64url",json_string:"cha\xEEne JSON",e164:"num\xE9ro E.164",jwt:"JWT",template_literal:"entr\xE9e"},i={nan:"NaN"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`Entr\xE9e invalide : attendu instanceof ${r.expected}, re\xE7u ${l}`:`Entr\xE9e invalide : attendu ${a}, re\xE7u ${l}`}case"invalid_value":return r.values.length===1?`Entr\xE9e invalide : attendu ${_(r.values[0])}`:`Option invalide : attendu l'une des valeurs suivantes ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"\u2264":"<",s=e(r.origin);return s?`Trop grand : attendu que ${r.origin??"la valeur"} ait ${a}${r.maximum.toString()} ${s.unit}`:`Trop grand : attendu que ${r.origin??"la valeur"} soit ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?"\u2265":">",s=e(r.origin);return s?`Trop petit : attendu que ${r.origin} ait ${a}${r.minimum.toString()} ${s.unit}`:`Trop petit : attendu que ${r.origin} soit ${a}${r.minimum.toString()}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`Cha\xEEne invalide : doit commencer par "${a.prefix}"`:a.format==="ends_with"?`Cha\xEEne invalide : doit se terminer par "${a.suffix}"`:a.format==="includes"?`Cha\xEEne invalide : doit inclure "${a.includes}"`:a.format==="regex"?`Cha\xEEne invalide : doit correspondre au motif ${a.pattern}`:`${n[a.format]??r.format} invalide`}case"not_multiple_of":return`Nombre invalide : doit \xEAtre un multiple de ${r.divisor}`;case"unrecognized_keys":return`Cl\xE9${r.keys.length>1?"s":""} non reconnue${r.keys.length>1?"s":""} : ${T(r.keys,", ")}`;case"invalid_key":return`Cl\xE9 invalide dans ${r.origin}`;case"invalid_union":return"Entr\xE9e invalide";case"invalid_element":return`Valeur invalide dans ${r.origin}`;default:return"Entr\xE9e invalide"}}},"error");function gy(){return{localeError:V6()}}o(gy,"default");var Z6=o(()=>{let t={string:{label:"\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA",gender:"f"},number:{label:"\u05DE\u05E1\u05E4\u05E8",gender:"m"},boolean:{label:"\u05E2\u05E8\u05DA \u05D1\u05D5\u05DC\u05D9\u05D0\u05E0\u05D9",gender:"m"},bigint:{label:"BigInt",gender:"m"},date:{label:"\u05EA\u05D0\u05E8\u05D9\u05DA",gender:"m"},array:{label:"\u05DE\u05E2\u05E8\u05DA",gender:"m"},object:{label:"\u05D0\u05D5\u05D1\u05D9\u05D9\u05E7\u05D8",gender:"m"},null:{label:"\u05E2\u05E8\u05DA \u05E8\u05D9\u05E7 (null)",gender:"m"},undefined:{label:"\u05E2\u05E8\u05DA \u05DC\u05D0 \u05DE\u05D5\u05D2\u05D3\u05E8 (undefined)",gender:"m"},symbol:{label:"\u05E1\u05D9\u05DE\u05D1\u05D5\u05DC (Symbol)",gender:"m"},function:{label:"\u05E4\u05D5\u05E0\u05E7\u05E6\u05D9\u05D4",gender:"f"},map:{label:"\u05DE\u05E4\u05D4 (Map)",gender:"f"},set:{label:"\u05E7\u05D1\u05D5\u05E6\u05D4 (Set)",gender:"f"},file:{label:"\u05E7\u05D5\u05D1\u05E5",gender:"m"},promise:{label:"Promise",gender:"m"},NaN:{label:"NaN",gender:"m"},unknown:{label:"\u05E2\u05E8\u05DA \u05DC\u05D0 \u05D9\u05D3\u05D5\u05E2",gender:"m"},value:{label:"\u05E2\u05E8\u05DA",gender:"m"}},e={string:{unit:"\u05EA\u05D5\u05D5\u05D9\u05DD",shortLabel:"\u05E7\u05E6\u05E8",longLabel:"\u05D0\u05E8\u05D5\u05DA"},file:{unit:"\u05D1\u05D9\u05D9\u05D8\u05D9\u05DD",shortLabel:"\u05E7\u05D8\u05DF",longLabel:"\u05D2\u05D3\u05D5\u05DC"},array:{unit:"\u05E4\u05E8\u05D9\u05D8\u05D9\u05DD",shortLabel:"\u05E7\u05D8\u05DF",longLabel:"\u05D2\u05D3\u05D5\u05DC"},set:{unit:"\u05E4\u05E8\u05D9\u05D8\u05D9\u05DD",shortLabel:"\u05E7\u05D8\u05DF",longLabel:"\u05D2\u05D3\u05D5\u05DC"},number:{unit:"",shortLabel:"\u05E7\u05D8\u05DF",longLabel:"\u05D2\u05D3\u05D5\u05DC"}},n=o(u=>u?t[u]:void 0,"typeEntry"),i=o(u=>{let p=n(u);return p?p.label:u??t.unknown.label},"typeLabel"),r=o(u=>`\u05D4${i(u)}`,"withDefinite"),a=o(u=>(n(u)?.gender??"m")==="f"?"\u05E6\u05E8\u05D9\u05DB\u05D4 \u05DC\u05D4\u05D9\u05D5\u05EA":"\u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA","verbFor"),s=o(u=>u?e[u]??null:null,"getSizing"),l={regex:{label:"\u05E7\u05DC\u05D8",gender:"m"},email:{label:"\u05DB\u05EA\u05D5\u05D1\u05EA \u05D0\u05D9\u05DE\u05D9\u05D9\u05DC",gender:"f"},url:{label:"\u05DB\u05EA\u05D5\u05D1\u05EA \u05E8\u05E9\u05EA",gender:"f"},emoji:{label:"\u05D0\u05D9\u05DE\u05D5\u05D2'\u05D9",gender:"m"},uuid:{label:"UUID",gender:"m"},nanoid:{label:"nanoid",gender:"m"},guid:{label:"GUID",gender:"m"},cuid:{label:"cuid",gender:"m"},cuid2:{label:"cuid2",gender:"m"},ulid:{label:"ULID",gender:"m"},xid:{label:"XID",gender:"m"},ksuid:{label:"KSUID",gender:"m"},datetime:{label:"\u05EA\u05D0\u05E8\u05D9\u05DA \u05D5\u05D6\u05DE\u05DF ISO",gender:"m"},date:{label:"\u05EA\u05D0\u05E8\u05D9\u05DA ISO",gender:"m"},time:{label:"\u05D6\u05DE\u05DF ISO",gender:"m"},duration:{label:"\u05DE\u05E9\u05DA \u05D6\u05DE\u05DF ISO",gender:"m"},ipv4:{label:"\u05DB\u05EA\u05D5\u05D1\u05EA IPv4",gender:"f"},ipv6:{label:"\u05DB\u05EA\u05D5\u05D1\u05EA IPv6",gender:"f"},cidrv4:{label:"\u05D8\u05D5\u05D5\u05D7 IPv4",gender:"m"},cidrv6:{label:"\u05D8\u05D5\u05D5\u05D7 IPv6",gender:"m"},base64:{label:"\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D1\u05D1\u05E1\u05D9\u05E1 64",gender:"f"},base64url:{label:"\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D1\u05D1\u05E1\u05D9\u05E1 64 \u05DC\u05DB\u05EA\u05D5\u05D1\u05D5\u05EA \u05E8\u05E9\u05EA",gender:"f"},json_string:{label:"\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA JSON",gender:"f"},e164:{label:"\u05DE\u05E1\u05E4\u05E8 E.164",gender:"m"},jwt:{label:"JWT",gender:"m"},ends_with:{label:"\u05E7\u05DC\u05D8",gender:"m"},includes:{label:"\u05E7\u05DC\u05D8",gender:"m"},lowercase:{label:"\u05E7\u05DC\u05D8",gender:"m"},starts_with:{label:"\u05E7\u05DC\u05D8",gender:"m"},uppercase:{label:"\u05E7\u05DC\u05D8",gender:"m"}},c={nan:"NaN"};return u=>{switch(u.code){case"invalid_type":{let p=u.expected,d=c[p??""]??i(p),m=z(u.input),h=c[m]??t[m]?.label??m;return/^[A-Z]/.test(u.expected)?`\u05E7\u05DC\u05D8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA instanceof ${u.expected}, \u05D4\u05EA\u05E7\u05D1\u05DC ${h}`:`\u05E7\u05DC\u05D8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA ${d}, \u05D4\u05EA\u05E7\u05D1\u05DC ${h}`}case"invalid_value":{if(u.values.length===1)return`\u05E2\u05E8\u05DA \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05D4\u05E2\u05E8\u05DA \u05D7\u05D9\u05D9\u05D1 \u05DC\u05D4\u05D9\u05D5\u05EA ${_(u.values[0])}`;let p=u.values.map(h=>_(h));if(u.values.length===2)return`\u05E2\u05E8\u05DA \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05D4\u05D0\u05E4\u05E9\u05E8\u05D5\u05D9\u05D5\u05EA \u05D4\u05DE\u05EA\u05D0\u05D9\u05DE\u05D5\u05EA \u05D4\u05DF ${p[0]} \u05D0\u05D5 ${p[1]}`;let d=p[p.length-1];return`\u05E2\u05E8\u05DA \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05D4\u05D0\u05E4\u05E9\u05E8\u05D5\u05D9\u05D5\u05EA \u05D4\u05DE\u05EA\u05D0\u05D9\u05DE\u05D5\u05EA \u05D4\u05DF ${p.slice(0,-1).join(", ")} \u05D0\u05D5 ${d}`}case"too_big":{let p=s(u.origin),d=r(u.origin??"value");if(u.origin==="string")return`${p?.longLabel??"\u05D0\u05E8\u05D5\u05DA"} \u05DE\u05D3\u05D9: ${d} \u05E6\u05E8\u05D9\u05DB\u05D4 \u05DC\u05D4\u05DB\u05D9\u05DC ${u.maximum.toString()} ${p?.unit??""} ${u.inclusive?"\u05D0\u05D5 \u05E4\u05D7\u05D5\u05EA":"\u05DC\u05DB\u05DC \u05D4\u05D9\u05D5\u05EA\u05E8"}`.trim();if(u.origin==="number"){let f=u.inclusive?`\u05E7\u05D8\u05DF \u05D0\u05D5 \u05E9\u05D5\u05D5\u05D4 \u05DC-${u.maximum}`:`\u05E7\u05D8\u05DF \u05DE-${u.maximum}`;return`\u05D2\u05D3\u05D5\u05DC \u05DE\u05D3\u05D9: ${d} \u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA ${f}`}if(u.origin==="array"||u.origin==="set"){let f=u.origin==="set"?"\u05E6\u05E8\u05D9\u05DB\u05D4":"\u05E6\u05E8\u05D9\u05DA",b=u.inclusive?`${u.maximum} ${p?.unit??""} \u05D0\u05D5 \u05E4\u05D7\u05D5\u05EA`:`\u05E4\u05D7\u05D5\u05EA \u05DE-${u.maximum} ${p?.unit??""}`;return`\u05D2\u05D3\u05D5\u05DC \u05DE\u05D3\u05D9: ${d} ${f} \u05DC\u05D4\u05DB\u05D9\u05DC ${b}`.trim()}let m=u.inclusive?"<=":"<",h=a(u.origin??"value");return p?.unit?`${p.longLabel} \u05DE\u05D3\u05D9: ${d} ${h} ${m}${u.maximum.toString()} ${p.unit}`:`${p?.longLabel??"\u05D2\u05D3\u05D5\u05DC"} \u05DE\u05D3\u05D9: ${d} ${h} ${m}${u.maximum.toString()}`}case"too_small":{let p=s(u.origin),d=r(u.origin??"value");if(u.origin==="string")return`${p?.shortLabel??"\u05E7\u05E6\u05E8"} \u05DE\u05D3\u05D9: ${d} \u05E6\u05E8\u05D9\u05DB\u05D4 \u05DC\u05D4\u05DB\u05D9\u05DC ${u.minimum.toString()} ${p?.unit??""} ${u.inclusive?"\u05D0\u05D5 \u05D9\u05D5\u05EA\u05E8":"\u05DC\u05E4\u05D7\u05D5\u05EA"}`.trim();if(u.origin==="number"){let f=u.inclusive?`\u05D2\u05D3\u05D5\u05DC \u05D0\u05D5 \u05E9\u05D5\u05D5\u05D4 \u05DC-${u.minimum}`:`\u05D2\u05D3\u05D5\u05DC \u05DE-${u.minimum}`;return`\u05E7\u05D8\u05DF \u05DE\u05D3\u05D9: ${d} \u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA ${f}`}if(u.origin==="array"||u.origin==="set"){let f=u.origin==="set"?"\u05E6\u05E8\u05D9\u05DB\u05D4":"\u05E6\u05E8\u05D9\u05DA";if(u.minimum===1&&u.inclusive){let y=(u.origin==="set","\u05DC\u05E4\u05D7\u05D5\u05EA \u05E4\u05E8\u05D9\u05D8 \u05D0\u05D7\u05D3");return`\u05E7\u05D8\u05DF \u05DE\u05D3\u05D9: ${d} ${f} \u05DC\u05D4\u05DB\u05D9\u05DC ${y}`}let b=u.inclusive?`${u.minimum} ${p?.unit??""} \u05D0\u05D5 \u05D9\u05D5\u05EA\u05E8`:`\u05D9\u05D5\u05EA\u05E8 \u05DE-${u.minimum} ${p?.unit??""}`;return`\u05E7\u05D8\u05DF \u05DE\u05D3\u05D9: ${d} ${f} \u05DC\u05D4\u05DB\u05D9\u05DC ${b}`.trim()}let m=u.inclusive?">=":">",h=a(u.origin??"value");return p?.unit?`${p.shortLabel} \u05DE\u05D3\u05D9: ${d} ${h} ${m}${u.minimum.toString()} ${p.unit}`:`${p?.shortLabel??"\u05E7\u05D8\u05DF"} \u05DE\u05D3\u05D9: ${d} ${h} ${m}${u.minimum.toString()}`}case"invalid_format":{let p=u;if(p.format==="starts_with")return`\u05D4\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D7\u05D9\u05D9\u05D1\u05EA \u05DC\u05D4\u05EA\u05D7\u05D9\u05DC \u05D1 "${p.prefix}"`;if(p.format==="ends_with")return`\u05D4\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D7\u05D9\u05D9\u05D1\u05EA \u05DC\u05D4\u05E1\u05EA\u05D9\u05D9\u05DD \u05D1 "${p.suffix}"`;if(p.format==="includes")return`\u05D4\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D7\u05D9\u05D9\u05D1\u05EA \u05DC\u05DB\u05DC\u05D5\u05DC "${p.includes}"`;if(p.format==="regex")return`\u05D4\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D7\u05D9\u05D9\u05D1\u05EA \u05DC\u05D4\u05EA\u05D0\u05D9\u05DD \u05DC\u05EA\u05D1\u05E0\u05D9\u05EA ${p.pattern}`;let d=l[p.format],m=d?.label??p.format,f=(d?.gender??"m")==="f"?"\u05EA\u05E7\u05D9\u05E0\u05D4":"\u05EA\u05E7\u05D9\u05DF";return`${m} \u05DC\u05D0 ${f}`}case"not_multiple_of":return`\u05DE\u05E1\u05E4\u05E8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05D7\u05D9\u05D9\u05D1 \u05DC\u05D4\u05D9\u05D5\u05EA \u05DE\u05DB\u05E4\u05DC\u05D4 \u05E9\u05DC ${u.divisor}`;case"unrecognized_keys":return`\u05DE\u05E4\u05EA\u05D7${u.keys.length>1?"\u05D5\u05EA":""} \u05DC\u05D0 \u05DE\u05D6\u05D5\u05D4${u.keys.length>1?"\u05D9\u05DD":"\u05D4"}: ${T(u.keys,", ")}`;case"invalid_key":return"\u05E9\u05D3\u05D4 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF \u05D1\u05D0\u05D5\u05D1\u05D9\u05D9\u05E7\u05D8";case"invalid_union":return"\u05E7\u05DC\u05D8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF";case"invalid_element":return`\u05E2\u05E8\u05DA \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF \u05D1${r(u.origin??"array")}`;default:return"\u05E7\u05DC\u05D8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF"}}},"error");function vy(){return{localeError:Z6()}}o(vy,"default");var G6=o(()=>{let t={string:{unit:"znakova",verb:"imati"},file:{unit:"bajtova",verb:"imati"},array:{unit:"stavki",verb:"imati"},set:{unit:"stavki",verb:"imati"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"unos",email:"email adresa",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datum i vrijeme",date:"ISO datum",time:"ISO vrijeme",duration:"ISO trajanje",ipv4:"IPv4 adresa",ipv6:"IPv6 adresa",cidrv4:"IPv4 raspon",cidrv6:"IPv6 raspon",base64:"base64 kodirani tekst",base64url:"base64url kodirani tekst",json_string:"JSON tekst",e164:"E.164 broj",jwt:"JWT",template_literal:"unos"},i={nan:"NaN",string:"tekst",number:"broj",boolean:"boolean",array:"niz",object:"objekt",set:"skup",file:"datoteka",date:"datum",bigint:"bigint",symbol:"simbol",undefined:"undefined",null:"null",function:"funkcija",map:"mapa"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`Neispravan unos: o\u010Dekuje se instanceof ${r.expected}, a primljeno je ${l}`:`Neispravan unos: o\u010Dekuje se ${a}, a primljeno je ${l}`}case"invalid_value":return r.values.length===1?`Neispravna vrijednost: o\u010Dekivano ${_(r.values[0])}`:`Neispravna opcija: o\u010Dekivano jedno od ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin),l=i[r.origin]??r.origin;return s?`Preveliko: o\u010Dekivano da ${l??"vrijednost"} ima ${a}${r.maximum.toString()} ${s.unit??"elemenata"}`:`Preveliko: o\u010Dekivano da ${l??"vrijednost"} bude ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin),l=i[r.origin]??r.origin;return s?`Premalo: o\u010Dekivano da ${l} ima ${a}${r.minimum.toString()} ${s.unit}`:`Premalo: o\u010Dekivano da ${l} bude ${a}${r.minimum.toString()}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`Neispravan tekst: mora zapo\u010Dinjati s "${a.prefix}"`:a.format==="ends_with"?`Neispravan tekst: mora zavr\u0161avati s "${a.suffix}"`:a.format==="includes"?`Neispravan tekst: mora sadr\u017Eavati "${a.includes}"`:a.format==="regex"?`Neispravan tekst: mora odgovarati uzorku ${a.pattern}`:`Neispravna ${n[a.format]??r.format}`}case"not_multiple_of":return`Neispravan broj: mora biti vi\u0161ekratnik od ${r.divisor}`;case"unrecognized_keys":return`Neprepoznat${r.keys.length>1?"i klju\u010Devi":" klju\u010D"}: ${T(r.keys,", ")}`;case"invalid_key":return`Neispravan klju\u010D u ${i[r.origin]??r.origin}`;case"invalid_union":return"Neispravan unos";case"invalid_element":return`Neispravna vrijednost u ${i[r.origin]??r.origin}`;default:return"Neispravan unos"}}},"error");function by(){return{localeError:G6()}}o(by,"default");var H6=o(()=>{let t={string:{unit:"karakter",verb:"legyen"},file:{unit:"byte",verb:"legyen"},array:{unit:"elem",verb:"legyen"},set:{unit:"elem",verb:"legyen"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"bemenet",email:"email c\xEDm",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO id\u0151b\xE9lyeg",date:"ISO d\xE1tum",time:"ISO id\u0151",duration:"ISO id\u0151intervallum",ipv4:"IPv4 c\xEDm",ipv6:"IPv6 c\xEDm",cidrv4:"IPv4 tartom\xE1ny",cidrv6:"IPv6 tartom\xE1ny",base64:"base64-k\xF3dolt string",base64url:"base64url-k\xF3dolt string",json_string:"JSON string",e164:"E.164 sz\xE1m",jwt:"JWT",template_literal:"bemenet"},i={nan:"NaN",number:"sz\xE1m",array:"t\xF6mb"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`\xC9rv\xE9nytelen bemenet: a v\xE1rt \xE9rt\xE9k instanceof ${r.expected}, a kapott \xE9rt\xE9k ${l}`:`\xC9rv\xE9nytelen bemenet: a v\xE1rt \xE9rt\xE9k ${a}, a kapott \xE9rt\xE9k ${l}`}case"invalid_value":return r.values.length===1?`\xC9rv\xE9nytelen bemenet: a v\xE1rt \xE9rt\xE9k ${_(r.values[0])}`:`\xC9rv\xE9nytelen opci\xF3: valamelyik \xE9rt\xE9k v\xE1rt ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);return s?`T\xFAl nagy: ${r.origin??"\xE9rt\xE9k"} m\xE9rete t\xFAl nagy ${a}${r.maximum.toString()} ${s.unit??"elem"}`:`T\xFAl nagy: a bemeneti \xE9rt\xE9k ${r.origin??"\xE9rt\xE9k"} t\xFAl nagy: ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);return s?`T\xFAl kicsi: a bemeneti \xE9rt\xE9k ${r.origin} m\xE9rete t\xFAl kicsi ${a}${r.minimum.toString()} ${s.unit}`:`T\xFAl kicsi: a bemeneti \xE9rt\xE9k ${r.origin} t\xFAl kicsi ${a}${r.minimum.toString()}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`\xC9rv\xE9nytelen string: "${a.prefix}" \xE9rt\xE9kkel kell kezd\u0151dnie`:a.format==="ends_with"?`\xC9rv\xE9nytelen string: "${a.suffix}" \xE9rt\xE9kkel kell v\xE9gz\u0151dnie`:a.format==="includes"?`\xC9rv\xE9nytelen string: "${a.includes}" \xE9rt\xE9ket kell tartalmaznia`:a.format==="regex"?`\xC9rv\xE9nytelen string: ${a.pattern} mint\xE1nak kell megfelelnie`:`\xC9rv\xE9nytelen ${n[a.format]??r.format}`}case"not_multiple_of":return`\xC9rv\xE9nytelen sz\xE1m: ${r.divisor} t\xF6bbsz\xF6r\xF6s\xE9nek kell lennie`;case"unrecognized_keys":return`Ismeretlen kulcs${r.keys.length>1?"s":""}: ${T(r.keys,", ")}`;case"invalid_key":return`\xC9rv\xE9nytelen kulcs ${r.origin}`;case"invalid_union":return"\xC9rv\xE9nytelen bemenet";case"invalid_element":return`\xC9rv\xE9nytelen \xE9rt\xE9k: ${r.origin}`;default:return"\xC9rv\xE9nytelen bemenet"}}},"error");function ky(){return{localeError:H6()}}o(ky,"default");function FT(t,e,n){return Math.abs(t)===1?e:n}o(FT,"getArmenianPlural");function Do(t){if(!t)return"";let e=["\u0561","\u0565","\u0568","\u056B","\u0578","\u0578\u0582","\u0585"],n=t[t.length-1];return t+(e.includes(n)?"\u0576":"\u0568")}o(Do,"withDefiniteArticle");var q6=o(()=>{let t={string:{unit:{one:"\u0576\u0577\u0561\u0576",many:"\u0576\u0577\u0561\u0576\u0576\u0565\u0580"},verb:"\u0578\u0582\u0576\u0565\u0576\u0561\u056C"},file:{unit:{one:"\u0562\u0561\u0575\u0569",many:"\u0562\u0561\u0575\u0569\u0565\u0580"},verb:"\u0578\u0582\u0576\u0565\u0576\u0561\u056C"},array:{unit:{one:"\u057F\u0561\u0580\u0580",many:"\u057F\u0561\u0580\u0580\u0565\u0580"},verb:"\u0578\u0582\u0576\u0565\u0576\u0561\u056C"},set:{unit:{one:"\u057F\u0561\u0580\u0580",many:"\u057F\u0561\u0580\u0580\u0565\u0580"},verb:"\u0578\u0582\u0576\u0565\u0576\u0561\u056C"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"\u0574\u0578\u0582\u057F\u0584",email:"\u0567\u056C. \u0570\u0561\u057D\u0581\u0565",url:"URL",emoji:"\u0567\u0574\u0578\u057B\u056B",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u0561\u0574\u057D\u0561\u0569\u056B\u057E \u0587 \u056A\u0561\u0574",date:"ISO \u0561\u0574\u057D\u0561\u0569\u056B\u057E",time:"ISO \u056A\u0561\u0574",duration:"ISO \u057F\u0587\u0578\u0572\u0578\u0582\u0569\u0575\u0578\u0582\u0576",ipv4:"IPv4 \u0570\u0561\u057D\u0581\u0565",ipv6:"IPv6 \u0570\u0561\u057D\u0581\u0565",cidrv4:"IPv4 \u0574\u056B\u057B\u0561\u056F\u0561\u0575\u0584",cidrv6:"IPv6 \u0574\u056B\u057B\u0561\u056F\u0561\u0575\u0584",base64:"base64 \u0571\u0587\u0561\u0579\u0561\u0583\u0578\u057E \u057F\u0578\u0572",base64url:"base64url \u0571\u0587\u0561\u0579\u0561\u0583\u0578\u057E \u057F\u0578\u0572",json_string:"JSON \u057F\u0578\u0572",e164:"E.164 \u0570\u0561\u0574\u0561\u0580",jwt:"JWT",template_literal:"\u0574\u0578\u0582\u057F\u0584"},i={nan:"NaN",number:"\u0569\u056B\u057E",array:"\u0566\u0561\u0576\u0563\u057E\u0561\u056E"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`\u054D\u056D\u0561\u056C \u0574\u0578\u0582\u057F\u0584\u0561\u0563\u0580\u0578\u0582\u0574\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567\u0580 instanceof ${r.expected}, \u057D\u057F\u0561\u0581\u057E\u0565\u056C \u0567 ${l}`:`\u054D\u056D\u0561\u056C \u0574\u0578\u0582\u057F\u0584\u0561\u0563\u0580\u0578\u0582\u0574\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567\u0580 ${a}, \u057D\u057F\u0561\u0581\u057E\u0565\u056C \u0567 ${l}`}case"invalid_value":return r.values.length===1?`\u054D\u056D\u0561\u056C \u0574\u0578\u0582\u057F\u0584\u0561\u0563\u0580\u0578\u0582\u0574\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567\u0580 ${_(r.values[1])}`:`\u054D\u056D\u0561\u056C \u057F\u0561\u0580\u0562\u0565\u0580\u0561\u056F\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567\u0580 \u0570\u0565\u057F\u0587\u0575\u0561\u056C\u0576\u0565\u0580\u056B\u0581 \u0574\u0565\u056F\u0568\u055D ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);if(s){let l=Number(r.maximum),c=FT(l,s.unit.one,s.unit.many);return`\u0549\u0561\u0583\u0561\u0566\u0561\u0576\u0581 \u0574\u0565\u056E \u0561\u0580\u056A\u0565\u0584\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567, \u0578\u0580 ${Do(r.origin??"\u0561\u0580\u056A\u0565\u0584")} \u056F\u0578\u0582\u0576\u0565\u0576\u0561 ${a}${r.maximum.toString()} ${c}`}return`\u0549\u0561\u0583\u0561\u0566\u0561\u0576\u0581 \u0574\u0565\u056E \u0561\u0580\u056A\u0565\u0584\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567, \u0578\u0580 ${Do(r.origin??"\u0561\u0580\u056A\u0565\u0584")} \u056C\u056B\u0576\u056B ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);if(s){let l=Number(r.minimum),c=FT(l,s.unit.one,s.unit.many);return`\u0549\u0561\u0583\u0561\u0566\u0561\u0576\u0581 \u0583\u0578\u0584\u0580 \u0561\u0580\u056A\u0565\u0584\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567, \u0578\u0580 ${Do(r.origin)} \u056F\u0578\u0582\u0576\u0565\u0576\u0561 ${a}${r.minimum.toString()} ${c}`}return`\u0549\u0561\u0583\u0561\u0566\u0561\u0576\u0581 \u0583\u0578\u0584\u0580 \u0561\u0580\u056A\u0565\u0584\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567, \u0578\u0580 ${Do(r.origin)} \u056C\u056B\u0576\u056B ${a}${r.minimum.toString()}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`\u054D\u056D\u0561\u056C \u057F\u0578\u0572\u2024 \u057A\u0565\u057F\u0584 \u0567 \u057D\u056F\u057D\u057E\u056B "${a.prefix}"-\u0578\u057E`:a.format==="ends_with"?`\u054D\u056D\u0561\u056C \u057F\u0578\u0572\u2024 \u057A\u0565\u057F\u0584 \u0567 \u0561\u057E\u0561\u0580\u057F\u057E\u056B "${a.suffix}"-\u0578\u057E`:a.format==="includes"?`\u054D\u056D\u0561\u056C \u057F\u0578\u0572\u2024 \u057A\u0565\u057F\u0584 \u0567 \u057A\u0561\u0580\u0578\u0582\u0576\u0561\u056F\u056B "${a.includes}"`:a.format==="regex"?`\u054D\u056D\u0561\u056C \u057F\u0578\u0572\u2024 \u057A\u0565\u057F\u0584 \u0567 \u0570\u0561\u0574\u0561\u057A\u0561\u057F\u0561\u057D\u056D\u0561\u0576\u056B ${a.pattern} \u0571\u0587\u0561\u0579\u0561\u0583\u056B\u0576`:`\u054D\u056D\u0561\u056C ${n[a.format]??r.format}`}case"not_multiple_of":return`\u054D\u056D\u0561\u056C \u0569\u056B\u057E\u2024 \u057A\u0565\u057F\u0584 \u0567 \u0562\u0561\u0566\u0574\u0561\u057A\u0561\u057F\u056B\u056F \u056C\u056B\u0576\u056B ${r.divisor}-\u056B`;case"unrecognized_keys":return`\u0549\u0573\u0561\u0576\u0561\u0579\u057E\u0561\u056E \u0562\u0561\u0576\u0561\u056C\u056B${r.keys.length>1?"\u0576\u0565\u0580":""}. ${T(r.keys,", ")}`;case"invalid_key":return`\u054D\u056D\u0561\u056C \u0562\u0561\u0576\u0561\u056C\u056B ${Do(r.origin)}-\u0578\u0582\u0574`;case"invalid_union":return"\u054D\u056D\u0561\u056C \u0574\u0578\u0582\u057F\u0584\u0561\u0563\u0580\u0578\u0582\u0574";case"invalid_element":return`\u054D\u056D\u0561\u056C \u0561\u0580\u056A\u0565\u0584 ${Do(r.origin)}-\u0578\u0582\u0574`;default:return"\u054D\u056D\u0561\u056C \u0574\u0578\u0582\u057F\u0584\u0561\u0563\u0580\u0578\u0582\u0574"}}},"error");function yy(){return{localeError:q6()}}o(yy,"default");var W6=o(()=>{let t={string:{unit:"karakter",verb:"memiliki"},file:{unit:"byte",verb:"memiliki"},array:{unit:"item",verb:"memiliki"},set:{unit:"item",verb:"memiliki"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"input",email:"alamat email",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"tanggal dan waktu format ISO",date:"tanggal format ISO",time:"jam format ISO",duration:"durasi format ISO",ipv4:"alamat IPv4",ipv6:"alamat IPv6",cidrv4:"rentang alamat IPv4",cidrv6:"rentang alamat IPv6",base64:"string dengan enkode base64",base64url:"string dengan enkode base64url",json_string:"string JSON",e164:"angka E.164",jwt:"JWT",template_literal:"input"},i={nan:"NaN"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`Input tidak valid: diharapkan instanceof ${r.expected}, diterima ${l}`:`Input tidak valid: diharapkan ${a}, diterima ${l}`}case"invalid_value":return r.values.length===1?`Input tidak valid: diharapkan ${_(r.values[0])}`:`Pilihan tidak valid: diharapkan salah satu dari ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);return s?`Terlalu besar: diharapkan ${r.origin??"value"} memiliki ${a}${r.maximum.toString()} ${s.unit??"elemen"}`:`Terlalu besar: diharapkan ${r.origin??"value"} menjadi ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);return s?`Terlalu kecil: diharapkan ${r.origin} memiliki ${a}${r.minimum.toString()} ${s.unit}`:`Terlalu kecil: diharapkan ${r.origin} menjadi ${a}${r.minimum.toString()}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`String tidak valid: harus dimulai dengan "${a.prefix}"`:a.format==="ends_with"?`String tidak valid: harus berakhir dengan "${a.suffix}"`:a.format==="includes"?`String tidak valid: harus menyertakan "${a.includes}"`:a.format==="regex"?`String tidak valid: harus sesuai pola ${a.pattern}`:`${n[a.format]??r.format} tidak valid`}case"not_multiple_of":return`Angka tidak valid: harus kelipatan dari ${r.divisor}`;case"unrecognized_keys":return`Kunci tidak dikenali ${r.keys.length>1?"s":""}: ${T(r.keys,", ")}`;case"invalid_key":return`Kunci tidak valid di ${r.origin}`;case"invalid_union":return"Input tidak valid";case"invalid_element":return`Nilai tidak valid di ${r.origin}`;default:return"Input tidak valid"}}},"error");function xy(){return{localeError:W6()}}o(xy,"default");var J6=o(()=>{let t={string:{unit:"stafi",verb:"a\xF0 hafa"},file:{unit:"b\xE6ti",verb:"a\xF0 hafa"},array:{unit:"hluti",verb:"a\xF0 hafa"},set:{unit:"hluti",verb:"a\xF0 hafa"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"gildi",email:"netfang",url:"vefsl\xF3\xF0",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO dagsetning og t\xEDmi",date:"ISO dagsetning",time:"ISO t\xEDmi",duration:"ISO t\xEDmalengd",ipv4:"IPv4 address",ipv6:"IPv6 address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded strengur",base64url:"base64url-encoded strengur",json_string:"JSON strengur",e164:"E.164 t\xF6lugildi",jwt:"JWT",template_literal:"gildi"},i={nan:"NaN",number:"n\xFAmer",array:"fylki"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`Rangt gildi: \xDE\xFA sl\xF3st inn ${l} \xFEar sem \xE1 a\xF0 vera instanceof ${r.expected}`:`Rangt gildi: \xDE\xFA sl\xF3st inn ${l} \xFEar sem \xE1 a\xF0 vera ${a}`}case"invalid_value":return r.values.length===1?`Rangt gildi: gert r\xE1\xF0 fyrir ${_(r.values[0])}`:`\xD3gilt val: m\xE1 vera eitt af eftirfarandi ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);return s?`Of st\xF3rt: gert er r\xE1\xF0 fyrir a\xF0 ${r.origin??"gildi"} hafi ${a}${r.maximum.toString()} ${s.unit??"hluti"}`:`Of st\xF3rt: gert er r\xE1\xF0 fyrir a\xF0 ${r.origin??"gildi"} s\xE9 ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);return s?`Of l\xEDti\xF0: gert er r\xE1\xF0 fyrir a\xF0 ${r.origin} hafi ${a}${r.minimum.toString()} ${s.unit}`:`Of l\xEDti\xF0: gert er r\xE1\xF0 fyrir a\xF0 ${r.origin} s\xE9 ${a}${r.minimum.toString()}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`\xD3gildur strengur: ver\xF0ur a\xF0 byrja \xE1 "${a.prefix}"`:a.format==="ends_with"?`\xD3gildur strengur: ver\xF0ur a\xF0 enda \xE1 "${a.suffix}"`:a.format==="includes"?`\xD3gildur strengur: ver\xF0ur a\xF0 innihalda "${a.includes}"`:a.format==="regex"?`\xD3gildur strengur: ver\xF0ur a\xF0 fylgja mynstri ${a.pattern}`:`Rangt ${n[a.format]??r.format}`}case"not_multiple_of":return`R\xF6ng tala: ver\xF0ur a\xF0 vera margfeldi af ${r.divisor}`;case"unrecognized_keys":return`\xD3\xFEekkt ${r.keys.length>1?"ir lyklar":"ur lykill"}: ${T(r.keys,", ")}`;case"invalid_key":return`Rangur lykill \xED ${r.origin}`;case"invalid_union":return"Rangt gildi";case"invalid_element":return`Rangt gildi \xED ${r.origin}`;default:return"Rangt gildi"}}},"error");function Cy(){return{localeError:J6()}}o(Cy,"default");var K6=o(()=>{let t={string:{unit:"caratteri",verb:"avere"},file:{unit:"byte",verb:"avere"},array:{unit:"elementi",verb:"avere"},set:{unit:"elementi",verb:"avere"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"input",email:"indirizzo email",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"data e ora ISO",date:"data ISO",time:"ora ISO",duration:"durata ISO",ipv4:"indirizzo IPv4",ipv6:"indirizzo IPv6",cidrv4:"intervallo IPv4",cidrv6:"intervallo IPv6",base64:"stringa codificata in base64",base64url:"URL codificata in base64",json_string:"stringa JSON",e164:"numero E.164",jwt:"JWT",template_literal:"input"},i={nan:"NaN",number:"numero",array:"vettore"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`Input non valido: atteso instanceof ${r.expected}, ricevuto ${l}`:`Input non valido: atteso ${a}, ricevuto ${l}`}case"invalid_value":return r.values.length===1?`Input non valido: atteso ${_(r.values[0])}`:`Opzione non valida: atteso uno tra ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);return s?`Troppo grande: ${r.origin??"valore"} deve avere ${a}${r.maximum.toString()} ${s.unit??"elementi"}`:`Troppo grande: ${r.origin??"valore"} deve essere ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);return s?`Troppo piccolo: ${r.origin} deve avere ${a}${r.minimum.toString()} ${s.unit}`:`Troppo piccolo: ${r.origin} deve essere ${a}${r.minimum.toString()}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`Stringa non valida: deve iniziare con "${a.prefix}"`:a.format==="ends_with"?`Stringa non valida: deve terminare con "${a.suffix}"`:a.format==="includes"?`Stringa non valida: deve includere "${a.includes}"`:a.format==="regex"?`Stringa non valida: deve corrispondere al pattern ${a.pattern}`:`Input non valido: ${n[a.format]??r.format}`}case"not_multiple_of":return`Numero non valido: deve essere un multiplo di ${r.divisor}`;case"unrecognized_keys":return`Chiav${r.keys.length>1?"i":"e"} non riconosciut${r.keys.length>1?"e":"a"}: ${T(r.keys,", ")}`;case"invalid_key":return`Chiave non valida in ${r.origin}`;case"invalid_union":return"Input non valido";case"invalid_element":return`Valore non valido in ${r.origin}`;default:return"Input non valido"}}},"error");function wy(){return{localeError:K6()}}o(wy,"default");var Y6=o(()=>{let t={string:{unit:"\u6587\u5B57",verb:"\u3067\u3042\u308B"},file:{unit:"\u30D0\u30A4\u30C8",verb:"\u3067\u3042\u308B"},array:{unit:"\u8981\u7D20",verb:"\u3067\u3042\u308B"},set:{unit:"\u8981\u7D20",verb:"\u3067\u3042\u308B"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"\u5165\u529B\u5024",email:"\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9",url:"URL",emoji:"\u7D75\u6587\u5B57",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO\u65E5\u6642",date:"ISO\u65E5\u4ED8",time:"ISO\u6642\u523B",duration:"ISO\u671F\u9593",ipv4:"IPv4\u30A2\u30C9\u30EC\u30B9",ipv6:"IPv6\u30A2\u30C9\u30EC\u30B9",cidrv4:"IPv4\u7BC4\u56F2",cidrv6:"IPv6\u7BC4\u56F2",base64:"base64\u30A8\u30F3\u30B3\u30FC\u30C9\u6587\u5B57\u5217",base64url:"base64url\u30A8\u30F3\u30B3\u30FC\u30C9\u6587\u5B57\u5217",json_string:"JSON\u6587\u5B57\u5217",e164:"E.164\u756A\u53F7",jwt:"JWT",template_literal:"\u5165\u529B\u5024"},i={nan:"NaN",number:"\u6570\u5024",array:"\u914D\u5217"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`\u7121\u52B9\u306A\u5165\u529B: instanceof ${r.expected}\u304C\u671F\u5F85\u3055\u308C\u307E\u3057\u305F\u304C\u3001${l}\u304C\u5165\u529B\u3055\u308C\u307E\u3057\u305F`:`\u7121\u52B9\u306A\u5165\u529B: ${a}\u304C\u671F\u5F85\u3055\u308C\u307E\u3057\u305F\u304C\u3001${l}\u304C\u5165\u529B\u3055\u308C\u307E\u3057\u305F`}case"invalid_value":return r.values.length===1?`\u7121\u52B9\u306A\u5165\u529B: ${_(r.values[0])}\u304C\u671F\u5F85\u3055\u308C\u307E\u3057\u305F`:`\u7121\u52B9\u306A\u9078\u629E: ${T(r.values,"\u3001")}\u306E\u3044\u305A\u308C\u304B\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`;case"too_big":{let a=r.inclusive?"\u4EE5\u4E0B\u3067\u3042\u308B":"\u3088\u308A\u5C0F\u3055\u3044",s=e(r.origin);return s?`\u5927\u304D\u3059\u304E\u308B\u5024: ${r.origin??"\u5024"}\u306F${r.maximum.toString()}${s.unit??"\u8981\u7D20"}${a}\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`:`\u5927\u304D\u3059\u304E\u308B\u5024: ${r.origin??"\u5024"}\u306F${r.maximum.toString()}${a}\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`}case"too_small":{let a=r.inclusive?"\u4EE5\u4E0A\u3067\u3042\u308B":"\u3088\u308A\u5927\u304D\u3044",s=e(r.origin);return s?`\u5C0F\u3055\u3059\u304E\u308B\u5024: ${r.origin}\u306F${r.minimum.toString()}${s.unit}${a}\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`:`\u5C0F\u3055\u3059\u304E\u308B\u5024: ${r.origin}\u306F${r.minimum.toString()}${a}\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`}case"invalid_format":{let a=r;return a.format==="starts_with"?`\u7121\u52B9\u306A\u6587\u5B57\u5217: "${a.prefix}"\u3067\u59CB\u307E\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`:a.format==="ends_with"?`\u7121\u52B9\u306A\u6587\u5B57\u5217: "${a.suffix}"\u3067\u7D42\u308F\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`:a.format==="includes"?`\u7121\u52B9\u306A\u6587\u5B57\u5217: "${a.includes}"\u3092\u542B\u3080\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`:a.format==="regex"?`\u7121\u52B9\u306A\u6587\u5B57\u5217: \u30D1\u30BF\u30FC\u30F3${a.pattern}\u306B\u4E00\u81F4\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`:`\u7121\u52B9\u306A${n[a.format]??r.format}`}case"not_multiple_of":return`\u7121\u52B9\u306A\u6570\u5024: ${r.divisor}\u306E\u500D\u6570\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`;case"unrecognized_keys":return`\u8A8D\u8B58\u3055\u308C\u3066\u3044\u306A\u3044\u30AD\u30FC${r.keys.length>1?"\u7FA4":""}: ${T(r.keys,"\u3001")}`;case"invalid_key":return`${r.origin}\u5185\u306E\u7121\u52B9\u306A\u30AD\u30FC`;case"invalid_union":return"\u7121\u52B9\u306A\u5165\u529B";case"invalid_element":return`${r.origin}\u5185\u306E\u7121\u52B9\u306A\u5024`;default:return"\u7121\u52B9\u306A\u5165\u529B"}}},"error");function Ay(){return{localeError:Y6()}}o(Ay,"default");var X6=o(()=>{let t={string:{unit:"\u10E1\u10D8\u10DB\u10D1\u10DD\u10DA\u10DD",verb:"\u10E3\u10DC\u10D3\u10D0 \u10E8\u10D4\u10D8\u10EA\u10D0\u10D5\u10D3\u10D4\u10E1"},file:{unit:"\u10D1\u10D0\u10D8\u10E2\u10D8",verb:"\u10E3\u10DC\u10D3\u10D0 \u10E8\u10D4\u10D8\u10EA\u10D0\u10D5\u10D3\u10D4\u10E1"},array:{unit:"\u10D4\u10DA\u10D4\u10DB\u10D4\u10DC\u10E2\u10D8",verb:"\u10E3\u10DC\u10D3\u10D0 \u10E8\u10D4\u10D8\u10EA\u10D0\u10D5\u10D3\u10D4\u10E1"},set:{unit:"\u10D4\u10DA\u10D4\u10DB\u10D4\u10DC\u10E2\u10D8",verb:"\u10E3\u10DC\u10D3\u10D0 \u10E8\u10D4\u10D8\u10EA\u10D0\u10D5\u10D3\u10D4\u10E1"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"\u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0",email:"\u10D4\u10DA-\u10E4\u10DD\u10E1\u10E2\u10D8\u10E1 \u10DB\u10D8\u10E1\u10D0\u10DB\u10D0\u10E0\u10D7\u10D8",url:"URL",emoji:"\u10D4\u10DB\u10DD\u10EF\u10D8",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\u10D7\u10D0\u10E0\u10D8\u10E6\u10D8-\u10D3\u10E0\u10DD",date:"\u10D7\u10D0\u10E0\u10D8\u10E6\u10D8",time:"\u10D3\u10E0\u10DD",duration:"\u10EE\u10D0\u10DC\u10D2\u10E0\u10EB\u10DA\u10D8\u10D5\u10DD\u10D1\u10D0",ipv4:"IPv4 \u10DB\u10D8\u10E1\u10D0\u10DB\u10D0\u10E0\u10D7\u10D8",ipv6:"IPv6 \u10DB\u10D8\u10E1\u10D0\u10DB\u10D0\u10E0\u10D7\u10D8",cidrv4:"IPv4 \u10D3\u10D8\u10D0\u10DE\u10D0\u10D6\u10DD\u10DC\u10D8",cidrv6:"IPv6 \u10D3\u10D8\u10D0\u10DE\u10D0\u10D6\u10DD\u10DC\u10D8",base64:"base64-\u10D9\u10DD\u10D3\u10D8\u10E0\u10D4\u10D1\u10E3\u10DA\u10D8 \u10D5\u10D4\u10DA\u10D8",base64url:"base64url-\u10D9\u10DD\u10D3\u10D8\u10E0\u10D4\u10D1\u10E3\u10DA\u10D8 \u10D5\u10D4\u10DA\u10D8",json_string:"JSON \u10D5\u10D4\u10DA\u10D8",e164:"E.164 \u10DC\u10DD\u10DB\u10D4\u10E0\u10D8",jwt:"JWT",template_literal:"\u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0"},i={nan:"NaN",number:"\u10E0\u10D8\u10EA\u10EE\u10D5\u10D8",string:"\u10D5\u10D4\u10DA\u10D8",boolean:"\u10D1\u10E3\u10DA\u10D4\u10D0\u10DC\u10D8",function:"\u10E4\u10E3\u10DC\u10E5\u10EA\u10D8\u10D0",array:"\u10DB\u10D0\u10E1\u10D8\u10D5\u10D8"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 instanceof ${r.expected}, \u10DB\u10D8\u10E6\u10D4\u10D1\u10E3\u10DA\u10D8 ${l}`:`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 ${a}, \u10DB\u10D8\u10E6\u10D4\u10D1\u10E3\u10DA\u10D8 ${l}`}case"invalid_value":return r.values.length===1?`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 ${_(r.values[0])}`:`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10D5\u10D0\u10E0\u10D8\u10D0\u10DC\u10E2\u10D8: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8\u10D0 \u10D4\u10E0\u10D7-\u10D4\u10E0\u10D7\u10D8 ${T(r.values,"|")}-\u10D3\u10D0\u10DC`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);return s?`\u10D6\u10D4\u10D3\u10DB\u10D4\u10E2\u10D0\u10D3 \u10D3\u10D8\u10D3\u10D8: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 ${r.origin??"\u10DB\u10DC\u10D8\u10E8\u10D5\u10DC\u10D4\u10DA\u10DD\u10D1\u10D0"} ${s.verb} ${a}${r.maximum.toString()} ${s.unit}`:`\u10D6\u10D4\u10D3\u10DB\u10D4\u10E2\u10D0\u10D3 \u10D3\u10D8\u10D3\u10D8: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 ${r.origin??"\u10DB\u10DC\u10D8\u10E8\u10D5\u10DC\u10D4\u10DA\u10DD\u10D1\u10D0"} \u10D8\u10E7\u10DD\u10E1 ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);return s?`\u10D6\u10D4\u10D3\u10DB\u10D4\u10E2\u10D0\u10D3 \u10DE\u10D0\u10E2\u10D0\u10E0\u10D0: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 ${r.origin} ${s.verb} ${a}${r.minimum.toString()} ${s.unit}`:`\u10D6\u10D4\u10D3\u10DB\u10D4\u10E2\u10D0\u10D3 \u10DE\u10D0\u10E2\u10D0\u10E0\u10D0: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 ${r.origin} \u10D8\u10E7\u10DD\u10E1 ${a}${r.minimum.toString()}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10D5\u10D4\u10DA\u10D8: \u10E3\u10DC\u10D3\u10D0 \u10D8\u10EC\u10E7\u10D4\u10D1\u10DD\u10D3\u10D4\u10E1 "${a.prefix}"-\u10D8\u10D7`:a.format==="ends_with"?`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10D5\u10D4\u10DA\u10D8: \u10E3\u10DC\u10D3\u10D0 \u10DB\u10D7\u10D0\u10D5\u10E0\u10D3\u10D4\u10D1\u10DD\u10D3\u10D4\u10E1 "${a.suffix}"-\u10D8\u10D7`:a.format==="includes"?`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10D5\u10D4\u10DA\u10D8: \u10E3\u10DC\u10D3\u10D0 \u10E8\u10D4\u10D8\u10EA\u10D0\u10D5\u10D3\u10D4\u10E1 "${a.includes}"-\u10E1`:a.format==="regex"?`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10D5\u10D4\u10DA\u10D8: \u10E3\u10DC\u10D3\u10D0 \u10E8\u10D4\u10D4\u10E1\u10D0\u10D1\u10D0\u10DB\u10D4\u10D1\u10DD\u10D3\u10D4\u10E1 \u10E8\u10D0\u10D1\u10DA\u10DD\u10DC\u10E1 ${a.pattern}`:`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 ${n[a.format]??r.format}`}case"not_multiple_of":return`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E0\u10D8\u10EA\u10EE\u10D5\u10D8: \u10E3\u10DC\u10D3\u10D0 \u10D8\u10E7\u10DD\u10E1 ${r.divisor}-\u10D8\u10E1 \u10EF\u10D4\u10E0\u10D0\u10D3\u10D8`;case"unrecognized_keys":return`\u10E3\u10EA\u10DC\u10DD\u10D1\u10D8 \u10D2\u10D0\u10E1\u10D0\u10E6\u10D4\u10D1${r.keys.length>1?"\u10D4\u10D1\u10D8":"\u10D8"}: ${T(r.keys,", ")}`;case"invalid_key":return`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10D2\u10D0\u10E1\u10D0\u10E6\u10D4\u10D1\u10D8 ${r.origin}-\u10E8\u10D8`;case"invalid_union":return"\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0";case"invalid_element":return`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10DB\u10DC\u10D8\u10E8\u10D5\u10DC\u10D4\u10DA\u10DD\u10D1\u10D0 ${r.origin}-\u10E8\u10D8`;default:return"\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0"}}},"error");function Sy(){return{localeError:X6()}}o(Sy,"default");var Q6=o(()=>{let t={string:{unit:"\u178F\u17BD\u17A2\u1780\u17D2\u179F\u179A",verb:"\u1782\u17BD\u179A\u1798\u17B6\u1793"},file:{unit:"\u1794\u17C3",verb:"\u1782\u17BD\u179A\u1798\u17B6\u1793"},array:{unit:"\u1792\u17B6\u178F\u17BB",verb:"\u1782\u17BD\u179A\u1798\u17B6\u1793"},set:{unit:"\u1792\u17B6\u178F\u17BB",verb:"\u1782\u17BD\u179A\u1798\u17B6\u1793"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1794\u1789\u17D2\u1785\u17BC\u179B",email:"\u17A2\u17B6\u179F\u1799\u178A\u17D2\u178B\u17B6\u1793\u17A2\u17CA\u17B8\u1798\u17C2\u179B",url:"URL",emoji:"\u179F\u1789\u17D2\u1789\u17B6\u17A2\u17B6\u179A\u1798\u17D2\u1798\u178E\u17CD",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\u1780\u17B6\u179B\u1794\u179A\u17B7\u1785\u17D2\u1786\u17C1\u1791 \u1793\u17B7\u1784\u1798\u17C9\u17C4\u1784 ISO",date:"\u1780\u17B6\u179B\u1794\u179A\u17B7\u1785\u17D2\u1786\u17C1\u1791 ISO",time:"\u1798\u17C9\u17C4\u1784 ISO",duration:"\u179A\u1799\u17C8\u1796\u17C1\u179B ISO",ipv4:"\u17A2\u17B6\u179F\u1799\u178A\u17D2\u178B\u17B6\u1793 IPv4",ipv6:"\u17A2\u17B6\u179F\u1799\u178A\u17D2\u178B\u17B6\u1793 IPv6",cidrv4:"\u178A\u17C2\u1793\u17A2\u17B6\u179F\u1799\u178A\u17D2\u178B\u17B6\u1793 IPv4",cidrv6:"\u178A\u17C2\u1793\u17A2\u17B6\u179F\u1799\u178A\u17D2\u178B\u17B6\u1793 IPv6",base64:"\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u17A2\u17CA\u17B7\u1780\u17BC\u178A base64",base64url:"\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u17A2\u17CA\u17B7\u1780\u17BC\u178A base64url",json_string:"\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A JSON",e164:"\u179B\u17C1\u1781 E.164",jwt:"JWT",template_literal:"\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1794\u1789\u17D2\u1785\u17BC\u179B"},i={nan:"NaN",number:"\u179B\u17C1\u1781",array:"\u17A2\u17B6\u179A\u17C1 (Array)",null:"\u1782\u17D2\u1798\u17B6\u1793\u178F\u1798\u17D2\u179B\u17C3 (null)"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1794\u1789\u17D2\u1785\u17BC\u179B\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A instanceof ${r.expected} \u1794\u17C9\u17BB\u1793\u17D2\u178F\u17C2\u1791\u1791\u17BD\u179B\u1794\u17B6\u1793 ${l}`:`\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1794\u1789\u17D2\u1785\u17BC\u179B\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${a} \u1794\u17C9\u17BB\u1793\u17D2\u178F\u17C2\u1791\u1791\u17BD\u179B\u1794\u17B6\u1793 ${l}`}case"invalid_value":return r.values.length===1?`\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1794\u1789\u17D2\u1785\u17BC\u179B\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${_(r.values[0])}`:`\u1787\u1798\u17D2\u179A\u17BE\u179F\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1787\u17B6\u1798\u17BD\u1799\u1780\u17D2\u1793\u17BB\u1784\u1785\u17C6\u178E\u17C4\u1798 ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);return s?`\u1792\u17C6\u1796\u17C1\u1780\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${r.origin??"\u178F\u1798\u17D2\u179B\u17C3"} ${a} ${r.maximum.toString()} ${s.unit??"\u1792\u17B6\u178F\u17BB"}`:`\u1792\u17C6\u1796\u17C1\u1780\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${r.origin??"\u178F\u1798\u17D2\u179B\u17C3"} ${a} ${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);return s?`\u178F\u17BC\u1785\u1796\u17C1\u1780\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${r.origin} ${a} ${r.minimum.toString()} ${s.unit}`:`\u178F\u17BC\u1785\u1796\u17C1\u1780\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${r.origin} ${a} ${r.minimum.toString()}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1785\u17B6\u1794\u17CB\u1795\u17D2\u178F\u17BE\u1798\u178A\u17C4\u1799 "${a.prefix}"`:a.format==="ends_with"?`\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1794\u1789\u17D2\u1785\u1794\u17CB\u178A\u17C4\u1799 "${a.suffix}"`:a.format==="includes"?`\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1798\u17B6\u1793 "${a.includes}"`:a.format==="regex"?`\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u178F\u17C2\u1795\u17D2\u1782\u17BC\u1795\u17D2\u1782\u1784\u1793\u17B9\u1784\u1791\u1798\u17D2\u179A\u1784\u17CB\u178A\u17C2\u179B\u1794\u17B6\u1793\u1780\u17C6\u178E\u178F\u17CB ${a.pattern}`:`\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 ${n[a.format]??r.format}`}case"not_multiple_of":return`\u179B\u17C1\u1781\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u178F\u17C2\u1787\u17B6\u1796\u17A0\u17BB\u1782\u17BB\u178E\u1793\u17C3 ${r.divisor}`;case"unrecognized_keys":return`\u179A\u1780\u1783\u17BE\u1789\u179F\u17C4\u1798\u17B7\u1793\u179F\u17D2\u1782\u17B6\u179B\u17CB\u17D6 ${T(r.keys,", ")}`;case"invalid_key":return`\u179F\u17C4\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u1793\u17C5\u1780\u17D2\u1793\u17BB\u1784 ${r.origin}`;case"invalid_union":return"\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C";case"invalid_element":return`\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u1793\u17C5\u1780\u17D2\u1793\u17BB\u1784 ${r.origin}`;default:return"\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C"}}},"error");function pl(){return{localeError:Q6()}}o(pl,"default");function Ey(){return pl()}o(Ey,"default");var eU=o(()=>{let t={string:{unit:"\uBB38\uC790",verb:"to have"},file:{unit:"\uBC14\uC774\uD2B8",verb:"to have"},array:{unit:"\uAC1C",verb:"to have"},set:{unit:"\uAC1C",verb:"to have"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"\uC785\uB825",email:"\uC774\uBA54\uC77C \uC8FC\uC18C",url:"URL",emoji:"\uC774\uBAA8\uC9C0",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \uB0A0\uC9DC\uC2DC\uAC04",date:"ISO \uB0A0\uC9DC",time:"ISO \uC2DC\uAC04",duration:"ISO \uAE30\uAC04",ipv4:"IPv4 \uC8FC\uC18C",ipv6:"IPv6 \uC8FC\uC18C",cidrv4:"IPv4 \uBC94\uC704",cidrv6:"IPv6 \uBC94\uC704",base64:"base64 \uC778\uCF54\uB529 \uBB38\uC790\uC5F4",base64url:"base64url \uC778\uCF54\uB529 \uBB38\uC790\uC5F4",json_string:"JSON \uBB38\uC790\uC5F4",e164:"E.164 \uBC88\uD638",jwt:"JWT",template_literal:"\uC785\uB825"},i={nan:"NaN"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`\uC798\uBABB\uB41C \uC785\uB825: \uC608\uC0C1 \uD0C0\uC785\uC740 instanceof ${r.expected}, \uBC1B\uC740 \uD0C0\uC785\uC740 ${l}\uC785\uB2C8\uB2E4`:`\uC798\uBABB\uB41C \uC785\uB825: \uC608\uC0C1 \uD0C0\uC785\uC740 ${a}, \uBC1B\uC740 \uD0C0\uC785\uC740 ${l}\uC785\uB2C8\uB2E4`}case"invalid_value":return r.values.length===1?`\uC798\uBABB\uB41C \uC785\uB825: \uAC12\uC740 ${_(r.values[0])} \uC774\uC5B4\uC57C \uD569\uB2C8\uB2E4`:`\uC798\uBABB\uB41C \uC635\uC158: ${T(r.values,"\uB610\uB294 ")} \uC911 \uD558\uB098\uC5EC\uC57C \uD569\uB2C8\uB2E4`;case"too_big":{let a=r.inclusive?"\uC774\uD558":"\uBBF8\uB9CC",s=a==="\uBBF8\uB9CC"?"\uC774\uC5B4\uC57C \uD569\uB2C8\uB2E4":"\uC5EC\uC57C \uD569\uB2C8\uB2E4",l=e(r.origin),c=l?.unit??"\uC694\uC18C";return l?`${r.origin??"\uAC12"}\uC774 \uB108\uBB34 \uD07D\uB2C8\uB2E4: ${r.maximum.toString()}${c} ${a}${s}`:`${r.origin??"\uAC12"}\uC774 \uB108\uBB34 \uD07D\uB2C8\uB2E4: ${r.maximum.toString()} ${a}${s}`}case"too_small":{let a=r.inclusive?"\uC774\uC0C1":"\uCD08\uACFC",s=a==="\uC774\uC0C1"?"\uC774\uC5B4\uC57C \uD569\uB2C8\uB2E4":"\uC5EC\uC57C \uD569\uB2C8\uB2E4",l=e(r.origin),c=l?.unit??"\uC694\uC18C";return l?`${r.origin??"\uAC12"}\uC774 \uB108\uBB34 \uC791\uC2B5\uB2C8\uB2E4: ${r.minimum.toString()}${c} ${a}${s}`:`${r.origin??"\uAC12"}\uC774 \uB108\uBB34 \uC791\uC2B5\uB2C8\uB2E4: ${r.minimum.toString()} ${a}${s}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`\uC798\uBABB\uB41C \uBB38\uC790\uC5F4: "${a.prefix}"(\uC73C)\uB85C \uC2DC\uC791\uD574\uC57C \uD569\uB2C8\uB2E4`:a.format==="ends_with"?`\uC798\uBABB\uB41C \uBB38\uC790\uC5F4: "${a.suffix}"(\uC73C)\uB85C \uB05D\uB098\uC57C \uD569\uB2C8\uB2E4`:a.format==="includes"?`\uC798\uBABB\uB41C \uBB38\uC790\uC5F4: "${a.includes}"\uC744(\uB97C) \uD3EC\uD568\uD574\uC57C \uD569\uB2C8\uB2E4`:a.format==="regex"?`\uC798\uBABB\uB41C \uBB38\uC790\uC5F4: \uC815\uADDC\uC2DD ${a.pattern} \uD328\uD134\uACFC \uC77C\uCE58\uD574\uC57C \uD569\uB2C8\uB2E4`:`\uC798\uBABB\uB41C ${n[a.format]??r.format}`}case"not_multiple_of":return`\uC798\uBABB\uB41C \uC22B\uC790: ${r.divisor}\uC758 \uBC30\uC218\uC5EC\uC57C \uD569\uB2C8\uB2E4`;case"unrecognized_keys":return`\uC778\uC2DD\uD560 \uC218 \uC5C6\uB294 \uD0A4: ${T(r.keys,", ")}`;case"invalid_key":return`\uC798\uBABB\uB41C \uD0A4: ${r.origin}`;case"invalid_union":return"\uC798\uBABB\uB41C \uC785\uB825";case"invalid_element":return`\uC798\uBABB\uB41C \uAC12: ${r.origin}`;default:return"\uC798\uBABB\uB41C \uC785\uB825"}}},"error");function Py(){return{localeError:eU()}}o(Py,"default");var dl=o(t=>t.charAt(0).toUpperCase()+t.slice(1),"capitalizeFirstCharacter");function TT(t){let e=Math.abs(t),n=e%10,i=e%100;return i>=11&&i<=19||n===0?"many":n===1?"one":"few"}o(TT,"getUnitTypeFromNumber");var tU=o(()=>{let t={string:{unit:{one:"simbolis",few:"simboliai",many:"simboli\u0173"},verb:{smaller:{inclusive:"turi b\u016Bti ne ilgesn\u0117 kaip",notInclusive:"turi b\u016Bti trumpesn\u0117 kaip"},bigger:{inclusive:"turi b\u016Bti ne trumpesn\u0117 kaip",notInclusive:"turi b\u016Bti ilgesn\u0117 kaip"}}},file:{unit:{one:"baitas",few:"baitai",many:"bait\u0173"},verb:{smaller:{inclusive:"turi b\u016Bti ne didesnis kaip",notInclusive:"turi b\u016Bti ma\u017Eesnis kaip"},bigger:{inclusive:"turi b\u016Bti ne ma\u017Eesnis kaip",notInclusive:"turi b\u016Bti didesnis kaip"}}},array:{unit:{one:"element\u0105",few:"elementus",many:"element\u0173"},verb:{smaller:{inclusive:"turi tur\u0117ti ne daugiau kaip",notInclusive:"turi tur\u0117ti ma\u017Eiau kaip"},bigger:{inclusive:"turi tur\u0117ti ne ma\u017Eiau kaip",notInclusive:"turi tur\u0117ti daugiau kaip"}}},set:{unit:{one:"element\u0105",few:"elementus",many:"element\u0173"},verb:{smaller:{inclusive:"turi tur\u0117ti ne daugiau kaip",notInclusive:"turi tur\u0117ti ma\u017Eiau kaip"},bigger:{inclusive:"turi tur\u0117ti ne ma\u017Eiau kaip",notInclusive:"turi tur\u0117ti daugiau kaip"}}}};function e(r,a,s,l){let c=t[r]??null;return c===null?c:{unit:c.unit[a],verb:c.verb[l][s?"inclusive":"notInclusive"]}}o(e,"getSizing");let n={regex:"\u012Fvestis",email:"el. pa\u0161to adresas",url:"URL",emoji:"jaustukas",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO data ir laikas",date:"ISO data",time:"ISO laikas",duration:"ISO trukm\u0117",ipv4:"IPv4 adresas",ipv6:"IPv6 adresas",cidrv4:"IPv4 tinklo prefiksas (CIDR)",cidrv6:"IPv6 tinklo prefiksas (CIDR)",base64:"base64 u\u017Ekoduota eilut\u0117",base64url:"base64url u\u017Ekoduota eilut\u0117",json_string:"JSON eilut\u0117",e164:"E.164 numeris",jwt:"JWT",template_literal:"\u012Fvestis"},i={nan:"NaN",number:"skai\u010Dius",bigint:"sveikasis skai\u010Dius",string:"eilut\u0117",boolean:"login\u0117 reik\u0161m\u0117",undefined:"neapibr\u0117\u017Eta reik\u0161m\u0117",function:"funkcija",symbol:"simbolis",array:"masyvas",object:"objektas",null:"nulin\u0117 reik\u0161m\u0117"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`Gautas tipas ${l}, o tik\u0117tasi - instanceof ${r.expected}`:`Gautas tipas ${l}, o tik\u0117tasi - ${a}`}case"invalid_value":return r.values.length===1?`Privalo b\u016Bti ${_(r.values[0])}`:`Privalo b\u016Bti vienas i\u0161 ${T(r.values,"|")} pasirinkim\u0173`;case"too_big":{let a=i[r.origin]??r.origin,s=e(r.origin,TT(Number(r.maximum)),r.inclusive??!1,"smaller");if(s?.verb)return`${dl(a??r.origin??"reik\u0161m\u0117")} ${s.verb} ${r.maximum.toString()} ${s.unit??"element\u0173"}`;let l=r.inclusive?"ne didesnis kaip":"ma\u017Eesnis kaip";return`${dl(a??r.origin??"reik\u0161m\u0117")} turi b\u016Bti ${l} ${r.maximum.toString()} ${s?.unit}`}case"too_small":{let a=i[r.origin]??r.origin,s=e(r.origin,TT(Number(r.minimum)),r.inclusive??!1,"bigger");if(s?.verb)return`${dl(a??r.origin??"reik\u0161m\u0117")} ${s.verb} ${r.minimum.toString()} ${s.unit??"element\u0173"}`;let l=r.inclusive?"ne ma\u017Eesnis kaip":"didesnis kaip";return`${dl(a??r.origin??"reik\u0161m\u0117")} turi b\u016Bti ${l} ${r.minimum.toString()} ${s?.unit}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`Eilut\u0117 privalo prasid\u0117ti "${a.prefix}"`:a.format==="ends_with"?`Eilut\u0117 privalo pasibaigti "${a.suffix}"`:a.format==="includes"?`Eilut\u0117 privalo \u012Ftraukti "${a.includes}"`:a.format==="regex"?`Eilut\u0117 privalo atitikti ${a.pattern}`:`Neteisingas ${n[a.format]??r.format}`}case"not_multiple_of":return`Skai\u010Dius privalo b\u016Bti ${r.divisor} kartotinis.`;case"unrecognized_keys":return`Neatpa\u017Eint${r.keys.length>1?"i":"as"} rakt${r.keys.length>1?"ai":"as"}: ${T(r.keys,", ")}`;case"invalid_key":return"Rastas klaidingas raktas";case"invalid_union":return"Klaidinga \u012Fvestis";case"invalid_element":{let a=i[r.origin]??r.origin;return`${dl(a??r.origin??"reik\u0161m\u0117")} turi klaiding\u0105 \u012Fvest\u012F`}default:return"Klaidinga \u012Fvestis"}}},"error");function Fy(){return{localeError:tU()}}o(Fy,"default");var nU=o(()=>{let t={string:{unit:"\u0437\u043D\u0430\u0446\u0438",verb:"\u0434\u0430 \u0438\u043C\u0430\u0430\u0442"},file:{unit:"\u0431\u0430\u0458\u0442\u0438",verb:"\u0434\u0430 \u0438\u043C\u0430\u0430\u0442"},array:{unit:"\u0441\u0442\u0430\u0432\u043A\u0438",verb:"\u0434\u0430 \u0438\u043C\u0430\u0430\u0442"},set:{unit:"\u0441\u0442\u0430\u0432\u043A\u0438",verb:"\u0434\u0430 \u0438\u043C\u0430\u0430\u0442"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"\u0432\u043D\u0435\u0441",email:"\u0430\u0434\u0440\u0435\u0441\u0430 \u043D\u0430 \u0435-\u043F\u043E\u0448\u0442\u0430",url:"URL",emoji:"\u0435\u043C\u043E\u045F\u0438",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u0434\u0430\u0442\u0443\u043C \u0438 \u0432\u0440\u0435\u043C\u0435",date:"ISO \u0434\u0430\u0442\u0443\u043C",time:"ISO \u0432\u0440\u0435\u043C\u0435",duration:"ISO \u0432\u0440\u0435\u043C\u0435\u0442\u0440\u0430\u0435\u045A\u0435",ipv4:"IPv4 \u0430\u0434\u0440\u0435\u0441\u0430",ipv6:"IPv6 \u0430\u0434\u0440\u0435\u0441\u0430",cidrv4:"IPv4 \u043E\u043F\u0441\u0435\u0433",cidrv6:"IPv6 \u043E\u043F\u0441\u0435\u0433",base64:"base64-\u0435\u043D\u043A\u043E\u0434\u0438\u0440\u0430\u043D\u0430 \u043D\u0438\u0437\u0430",base64url:"base64url-\u0435\u043D\u043A\u043E\u0434\u0438\u0440\u0430\u043D\u0430 \u043D\u0438\u0437\u0430",json_string:"JSON \u043D\u0438\u0437\u0430",e164:"E.164 \u0431\u0440\u043E\u0458",jwt:"JWT",template_literal:"\u0432\u043D\u0435\u0441"},i={nan:"NaN",number:"\u0431\u0440\u043E\u0458",array:"\u043D\u0438\u0437\u0430"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`\u0413\u0440\u0435\u0448\u0435\u043D \u0432\u043D\u0435\u0441: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 instanceof ${r.expected}, \u043F\u0440\u0438\u043C\u0435\u043D\u043E ${l}`:`\u0413\u0440\u0435\u0448\u0435\u043D \u0432\u043D\u0435\u0441: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 ${a}, \u043F\u0440\u0438\u043C\u0435\u043D\u043E ${l}`}case"invalid_value":return r.values.length===1?`Invalid input: expected ${_(r.values[0])}`:`\u0413\u0440\u0435\u0448\u0430\u043D\u0430 \u043E\u043F\u0446\u0438\u0458\u0430: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 \u0435\u0434\u043D\u0430 ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);return s?`\u041F\u0440\u0435\u043C\u043D\u043E\u0433\u0443 \u0433\u043E\u043B\u0435\u043C: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 ${r.origin??"\u0432\u0440\u0435\u0434\u043D\u043E\u0441\u0442\u0430"} \u0434\u0430 \u0438\u043C\u0430 ${a}${r.maximum.toString()} ${s.unit??"\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0438"}`:`\u041F\u0440\u0435\u043C\u043D\u043E\u0433\u0443 \u0433\u043E\u043B\u0435\u043C: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 ${r.origin??"\u0432\u0440\u0435\u0434\u043D\u043E\u0441\u0442\u0430"} \u0434\u0430 \u0431\u0438\u0434\u0435 ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);return s?`\u041F\u0440\u0435\u043C\u043D\u043E\u0433\u0443 \u043C\u0430\u043B: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 ${r.origin} \u0434\u0430 \u0438\u043C\u0430 ${a}${r.minimum.toString()} ${s.unit}`:`\u041F\u0440\u0435\u043C\u043D\u043E\u0433\u0443 \u043C\u0430\u043B: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 ${r.origin} \u0434\u0430 \u0431\u0438\u0434\u0435 ${a}${r.minimum.toString()}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`\u041D\u0435\u0432\u0430\u0436\u0435\u0447\u043A\u0430 \u043D\u0438\u0437\u0430: \u043C\u043E\u0440\u0430 \u0434\u0430 \u0437\u0430\u043F\u043E\u0447\u043D\u0443\u0432\u0430 \u0441\u043E "${a.prefix}"`:a.format==="ends_with"?`\u041D\u0435\u0432\u0430\u0436\u0435\u0447\u043A\u0430 \u043D\u0438\u0437\u0430: \u043C\u043E\u0440\u0430 \u0434\u0430 \u0437\u0430\u0432\u0440\u0448\u0443\u0432\u0430 \u0441\u043E "${a.suffix}"`:a.format==="includes"?`\u041D\u0435\u0432\u0430\u0436\u0435\u0447\u043A\u0430 \u043D\u0438\u0437\u0430: \u043C\u043E\u0440\u0430 \u0434\u0430 \u0432\u043A\u043B\u0443\u0447\u0443\u0432\u0430 "${a.includes}"`:a.format==="regex"?`\u041D\u0435\u0432\u0430\u0436\u0435\u0447\u043A\u0430 \u043D\u0438\u0437\u0430: \u043C\u043E\u0440\u0430 \u0434\u0430 \u043E\u0434\u0433\u043E\u0430\u0440\u0430 \u043D\u0430 \u043F\u0430\u0442\u0435\u0440\u043D\u043E\u0442 ${a.pattern}`:`Invalid ${n[a.format]??r.format}`}case"not_multiple_of":return`\u0413\u0440\u0435\u0448\u0435\u043D \u0431\u0440\u043E\u0458: \u043C\u043E\u0440\u0430 \u0434\u0430 \u0431\u0438\u0434\u0435 \u0434\u0435\u043B\u0438\u0432 \u0441\u043E ${r.divisor}`;case"unrecognized_keys":return`${r.keys.length>1?"\u041D\u0435\u043F\u0440\u0435\u043F\u043E\u0437\u043D\u0430\u0435\u043D\u0438 \u043A\u043B\u0443\u0447\u0435\u0432\u0438":"\u041D\u0435\u043F\u0440\u0435\u043F\u043E\u0437\u043D\u0430\u0435\u043D \u043A\u043B\u0443\u0447"}: ${T(r.keys,", ")}`;case"invalid_key":return`\u0413\u0440\u0435\u0448\u0435\u043D \u043A\u043B\u0443\u0447 \u0432\u043E ${r.origin}`;case"invalid_union":return"\u0413\u0440\u0435\u0448\u0435\u043D \u0432\u043D\u0435\u0441";case"invalid_element":return`\u0413\u0440\u0435\u0448\u043D\u0430 \u0432\u0440\u0435\u0434\u043D\u043E\u0441\u0442 \u0432\u043E ${r.origin}`;default:return"\u0413\u0440\u0435\u0448\u0435\u043D \u0432\u043D\u0435\u0441"}}},"error");function Ty(){return{localeError:nU()}}o(Ty,"default");var rU=o(()=>{let t={string:{unit:"aksara",verb:"mempunyai"},file:{unit:"bait",verb:"mempunyai"},array:{unit:"elemen",verb:"mempunyai"},set:{unit:"elemen",verb:"mempunyai"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"input",email:"alamat e-mel",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"tarikh masa ISO",date:"tarikh ISO",time:"masa ISO",duration:"tempoh ISO",ipv4:"alamat IPv4",ipv6:"alamat IPv6",cidrv4:"julat IPv4",cidrv6:"julat IPv6",base64:"string dikodkan base64",base64url:"string dikodkan base64url",json_string:"string JSON",e164:"nombor E.164",jwt:"JWT",template_literal:"input"},i={nan:"NaN",number:"nombor"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`Input tidak sah: dijangka instanceof ${r.expected}, diterima ${l}`:`Input tidak sah: dijangka ${a}, diterima ${l}`}case"invalid_value":return r.values.length===1?`Input tidak sah: dijangka ${_(r.values[0])}`:`Pilihan tidak sah: dijangka salah satu daripada ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);return s?`Terlalu besar: dijangka ${r.origin??"nilai"} ${s.verb} ${a}${r.maximum.toString()} ${s.unit??"elemen"}`:`Terlalu besar: dijangka ${r.origin??"nilai"} adalah ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);return s?`Terlalu kecil: dijangka ${r.origin} ${s.verb} ${a}${r.minimum.toString()} ${s.unit}`:`Terlalu kecil: dijangka ${r.origin} adalah ${a}${r.minimum.toString()}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`String tidak sah: mesti bermula dengan "${a.prefix}"`:a.format==="ends_with"?`String tidak sah: mesti berakhir dengan "${a.suffix}"`:a.format==="includes"?`String tidak sah: mesti mengandungi "${a.includes}"`:a.format==="regex"?`String tidak sah: mesti sepadan dengan corak ${a.pattern}`:`${n[a.format]??r.format} tidak sah`}case"not_multiple_of":return`Nombor tidak sah: perlu gandaan ${r.divisor}`;case"unrecognized_keys":return`Kunci tidak dikenali: ${T(r.keys,", ")}`;case"invalid_key":return`Kunci tidak sah dalam ${r.origin}`;case"invalid_union":return"Input tidak sah";case"invalid_element":return`Nilai tidak sah dalam ${r.origin}`;default:return"Input tidak sah"}}},"error");function Iy(){return{localeError:rU()}}o(Iy,"default");var iU=o(()=>{let t={string:{unit:"tekens",verb:"heeft"},file:{unit:"bytes",verb:"heeft"},array:{unit:"elementen",verb:"heeft"},set:{unit:"elementen",verb:"heeft"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"invoer",email:"emailadres",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datum en tijd",date:"ISO datum",time:"ISO tijd",duration:"ISO duur",ipv4:"IPv4-adres",ipv6:"IPv6-adres",cidrv4:"IPv4-bereik",cidrv6:"IPv6-bereik",base64:"base64-gecodeerde tekst",base64url:"base64 URL-gecodeerde tekst",json_string:"JSON string",e164:"E.164-nummer",jwt:"JWT",template_literal:"invoer"},i={nan:"NaN",number:"getal"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`Ongeldige invoer: verwacht instanceof ${r.expected}, ontving ${l}`:`Ongeldige invoer: verwacht ${a}, ontving ${l}`}case"invalid_value":return r.values.length===1?`Ongeldige invoer: verwacht ${_(r.values[0])}`:`Ongeldige optie: verwacht \xE9\xE9n van ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin),l=r.origin==="date"?"laat":r.origin==="string"?"lang":"groot";return s?`Te ${l}: verwacht dat ${r.origin??"waarde"} ${a}${r.maximum.toString()} ${s.unit??"elementen"} ${s.verb}`:`Te ${l}: verwacht dat ${r.origin??"waarde"} ${a}${r.maximum.toString()} is`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin),l=r.origin==="date"?"vroeg":r.origin==="string"?"kort":"klein";return s?`Te ${l}: verwacht dat ${r.origin} ${a}${r.minimum.toString()} ${s.unit} ${s.verb}`:`Te ${l}: verwacht dat ${r.origin} ${a}${r.minimum.toString()} is`}case"invalid_format":{let a=r;return a.format==="starts_with"?`Ongeldige tekst: moet met "${a.prefix}" beginnen`:a.format==="ends_with"?`Ongeldige tekst: moet op "${a.suffix}" eindigen`:a.format==="includes"?`Ongeldige tekst: moet "${a.includes}" bevatten`:a.format==="regex"?`Ongeldige tekst: moet overeenkomen met patroon ${a.pattern}`:`Ongeldig: ${n[a.format]??r.format}`}case"not_multiple_of":return`Ongeldig getal: moet een veelvoud van ${r.divisor} zijn`;case"unrecognized_keys":return`Onbekende key${r.keys.length>1?"s":""}: ${T(r.keys,", ")}`;case"invalid_key":return`Ongeldige key in ${r.origin}`;case"invalid_union":return"Ongeldige invoer";case"invalid_element":return`Ongeldige waarde in ${r.origin}`;default:return"Ongeldige invoer"}}},"error");function Dy(){return{localeError:iU()}}o(Dy,"default");var aU=o(()=>{let t={string:{unit:"tegn",verb:"\xE5 ha"},file:{unit:"bytes",verb:"\xE5 ha"},array:{unit:"elementer",verb:"\xE5 inneholde"},set:{unit:"elementer",verb:"\xE5 inneholde"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"input",email:"e-postadresse",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO dato- og klokkeslett",date:"ISO-dato",time:"ISO-klokkeslett",duration:"ISO-varighet",ipv4:"IPv4-omr\xE5de",ipv6:"IPv6-omr\xE5de",cidrv4:"IPv4-spekter",cidrv6:"IPv6-spekter",base64:"base64-enkodet streng",base64url:"base64url-enkodet streng",json_string:"JSON-streng",e164:"E.164-nummer",jwt:"JWT",template_literal:"input"},i={nan:"NaN",number:"tall",array:"liste"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`Ugyldig input: forventet instanceof ${r.expected}, fikk ${l}`:`Ugyldig input: forventet ${a}, fikk ${l}`}case"invalid_value":return r.values.length===1?`Ugyldig verdi: forventet ${_(r.values[0])}`:`Ugyldig valg: forventet en av ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);return s?`For stor(t): forventet ${r.origin??"value"} til \xE5 ha ${a}${r.maximum.toString()} ${s.unit??"elementer"}`:`For stor(t): forventet ${r.origin??"value"} til \xE5 ha ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);return s?`For lite(n): forventet ${r.origin} til \xE5 ha ${a}${r.minimum.toString()} ${s.unit}`:`For lite(n): forventet ${r.origin} til \xE5 ha ${a}${r.minimum.toString()}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`Ugyldig streng: m\xE5 starte med "${a.prefix}"`:a.format==="ends_with"?`Ugyldig streng: m\xE5 ende med "${a.suffix}"`:a.format==="includes"?`Ugyldig streng: m\xE5 inneholde "${a.includes}"`:a.format==="regex"?`Ugyldig streng: m\xE5 matche m\xF8nsteret ${a.pattern}`:`Ugyldig ${n[a.format]??r.format}`}case"not_multiple_of":return`Ugyldig tall: m\xE5 v\xE6re et multiplum av ${r.divisor}`;case"unrecognized_keys":return`${r.keys.length>1?"Ukjente n\xF8kler":"Ukjent n\xF8kkel"}: ${T(r.keys,", ")}`;case"invalid_key":return`Ugyldig n\xF8kkel i ${r.origin}`;case"invalid_union":return"Ugyldig input";case"invalid_element":return`Ugyldig verdi i ${r.origin}`;default:return"Ugyldig input"}}},"error");function Ny(){return{localeError:aU()}}o(Ny,"default");var oU=o(()=>{let t={string:{unit:"harf",verb:"olmal\u0131d\u0131r"},file:{unit:"bayt",verb:"olmal\u0131d\u0131r"},array:{unit:"unsur",verb:"olmal\u0131d\u0131r"},set:{unit:"unsur",verb:"olmal\u0131d\u0131r"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"giren",email:"epostag\xE2h",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO heng\xE2m\u0131",date:"ISO tarihi",time:"ISO zaman\u0131",duration:"ISO m\xFCddeti",ipv4:"IPv4 ni\u015F\xE2n\u0131",ipv6:"IPv6 ni\u015F\xE2n\u0131",cidrv4:"IPv4 menzili",cidrv6:"IPv6 menzili",base64:"base64-\u015Fifreli metin",base64url:"base64url-\u015Fifreli metin",json_string:"JSON metin",e164:"E.164 say\u0131s\u0131",jwt:"JWT",template_literal:"giren"},i={nan:"NaN",number:"numara",array:"saf",null:"gayb"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`F\xE2sit giren: umulan instanceof ${r.expected}, al\u0131nan ${l}`:`F\xE2sit giren: umulan ${a}, al\u0131nan ${l}`}case"invalid_value":return r.values.length===1?`F\xE2sit giren: umulan ${_(r.values[0])}`:`F\xE2sit tercih: m\xFBteberler ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);return s?`Fazla b\xFCy\xFCk: ${r.origin??"value"}, ${a}${r.maximum.toString()} ${s.unit??"elements"} sahip olmal\u0131yd\u0131.`:`Fazla b\xFCy\xFCk: ${r.origin??"value"}, ${a}${r.maximum.toString()} olmal\u0131yd\u0131.`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);return s?`Fazla k\xFC\xE7\xFCk: ${r.origin}, ${a}${r.minimum.toString()} ${s.unit} sahip olmal\u0131yd\u0131.`:`Fazla k\xFC\xE7\xFCk: ${r.origin}, ${a}${r.minimum.toString()} olmal\u0131yd\u0131.`}case"invalid_format":{let a=r;return a.format==="starts_with"?`F\xE2sit metin: "${a.prefix}" ile ba\u015Flamal\u0131.`:a.format==="ends_with"?`F\xE2sit metin: "${a.suffix}" ile bitmeli.`:a.format==="includes"?`F\xE2sit metin: "${a.includes}" ihtiv\xE2 etmeli.`:a.format==="regex"?`F\xE2sit metin: ${a.pattern} nak\u015F\u0131na uymal\u0131.`:`F\xE2sit ${n[a.format]??r.format}`}case"not_multiple_of":return`F\xE2sit say\u0131: ${r.divisor} kat\u0131 olmal\u0131yd\u0131.`;case"unrecognized_keys":return`Tan\u0131nmayan anahtar ${r.keys.length>1?"s":""}: ${T(r.keys,", ")}`;case"invalid_key":return`${r.origin} i\xE7in tan\u0131nmayan anahtar var.`;case"invalid_union":return"Giren tan\u0131namad\u0131.";case"invalid_element":return`${r.origin} i\xE7in tan\u0131nmayan k\u0131ymet var.`;default:return"K\u0131ymet tan\u0131namad\u0131."}}},"error");function _y(){return{localeError:oU()}}o(_y,"default");var sU=o(()=>{let t={string:{unit:"\u062A\u0648\u06A9\u064A",verb:"\u0648\u0644\u0631\u064A"},file:{unit:"\u0628\u0627\u06CC\u067C\u0633",verb:"\u0648\u0644\u0631\u064A"},array:{unit:"\u062A\u0648\u06A9\u064A",verb:"\u0648\u0644\u0631\u064A"},set:{unit:"\u062A\u0648\u06A9\u064A",verb:"\u0648\u0644\u0631\u064A"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"\u0648\u0631\u0648\u062F\u064A",email:"\u0628\u0631\u06CC\u069A\u0646\u0627\u0644\u06CC\u06A9",url:"\u06CC\u0648 \u0622\u0631 \u0627\u0644",emoji:"\u0627\u06CC\u0645\u0648\u062C\u064A",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\u0646\u06CC\u067C\u0647 \u0627\u0648 \u0648\u062E\u062A",date:"\u0646\u06D0\u067C\u0647",time:"\u0648\u062E\u062A",duration:"\u0645\u0648\u062F\u0647",ipv4:"\u062F IPv4 \u067E\u062A\u0647",ipv6:"\u062F IPv6 \u067E\u062A\u0647",cidrv4:"\u062F IPv4 \u0633\u0627\u062D\u0647",cidrv6:"\u062F IPv6 \u0633\u0627\u062D\u0647",base64:"base64-encoded \u0645\u062A\u0646",base64url:"base64url-encoded \u0645\u062A\u0646",json_string:"JSON \u0645\u062A\u0646",e164:"\u062F E.164 \u0634\u0645\u06D0\u0631\u0647",jwt:"JWT",template_literal:"\u0648\u0631\u0648\u062F\u064A"},i={nan:"NaN",number:"\u0639\u062F\u062F",array:"\u0627\u0631\u06D0"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`\u0646\u0627\u0633\u0645 \u0648\u0631\u0648\u062F\u064A: \u0628\u0627\u06CC\u062F instanceof ${r.expected} \u0648\u0627\u06CC, \u0645\u06AB\u0631 ${l} \u062A\u0631\u0644\u0627\u0633\u0647 \u0634\u0648`:`\u0646\u0627\u0633\u0645 \u0648\u0631\u0648\u062F\u064A: \u0628\u0627\u06CC\u062F ${a} \u0648\u0627\u06CC, \u0645\u06AB\u0631 ${l} \u062A\u0631\u0644\u0627\u0633\u0647 \u0634\u0648`}case"invalid_value":return r.values.length===1?`\u0646\u0627\u0633\u0645 \u0648\u0631\u0648\u062F\u064A: \u0628\u0627\u06CC\u062F ${_(r.values[0])} \u0648\u0627\u06CC`:`\u0646\u0627\u0633\u0645 \u0627\u0646\u062A\u062E\u0627\u0628: \u0628\u0627\u06CC\u062F \u06CC\u0648 \u0644\u0647 ${T(r.values,"|")} \u0685\u062E\u0647 \u0648\u0627\u06CC`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);return s?`\u0689\u06CC\u0631 \u0644\u0648\u06CC: ${r.origin??"\u0627\u0631\u0632\u069A\u062A"} \u0628\u0627\u06CC\u062F ${a}${r.maximum.toString()} ${s.unit??"\u0639\u0646\u0635\u0631\u0648\u0646\u0647"} \u0648\u0644\u0631\u064A`:`\u0689\u06CC\u0631 \u0644\u0648\u06CC: ${r.origin??"\u0627\u0631\u0632\u069A\u062A"} \u0628\u0627\u06CC\u062F ${a}${r.maximum.toString()} \u0648\u064A`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);return s?`\u0689\u06CC\u0631 \u06A9\u0648\u0686\u0646\u06CC: ${r.origin} \u0628\u0627\u06CC\u062F ${a}${r.minimum.toString()} ${s.unit} \u0648\u0644\u0631\u064A`:`\u0689\u06CC\u0631 \u06A9\u0648\u0686\u0646\u06CC: ${r.origin} \u0628\u0627\u06CC\u062F ${a}${r.minimum.toString()} \u0648\u064A`}case"invalid_format":{let a=r;return a.format==="starts_with"?`\u0646\u0627\u0633\u0645 \u0645\u062A\u0646: \u0628\u0627\u06CC\u062F \u062F "${a.prefix}" \u0633\u0631\u0647 \u067E\u06CC\u0644 \u0634\u064A`:a.format==="ends_with"?`\u0646\u0627\u0633\u0645 \u0645\u062A\u0646: \u0628\u0627\u06CC\u062F \u062F "${a.suffix}" \u0633\u0631\u0647 \u067E\u0627\u06CC \u062A\u0647 \u0648\u0631\u0633\u064A\u0696\u064A`:a.format==="includes"?`\u0646\u0627\u0633\u0645 \u0645\u062A\u0646: \u0628\u0627\u06CC\u062F "${a.includes}" \u0648\u0644\u0631\u064A`:a.format==="regex"?`\u0646\u0627\u0633\u0645 \u0645\u062A\u0646: \u0628\u0627\u06CC\u062F \u062F ${a.pattern} \u0633\u0631\u0647 \u0645\u0637\u0627\u0628\u0642\u062A \u0648\u0644\u0631\u064A`:`${n[a.format]??r.format} \u0646\u0627\u0633\u0645 \u062F\u06CC`}case"not_multiple_of":return`\u0646\u0627\u0633\u0645 \u0639\u062F\u062F: \u0628\u0627\u06CC\u062F \u062F ${r.divisor} \u0645\u0636\u0631\u0628 \u0648\u064A`;case"unrecognized_keys":return`\u0646\u0627\u0633\u0645 ${r.keys.length>1?"\u06A9\u0644\u06CC\u0689\u0648\u0646\u0647":"\u06A9\u0644\u06CC\u0689"}: ${T(r.keys,", ")}`;case"invalid_key":return`\u0646\u0627\u0633\u0645 \u06A9\u0644\u06CC\u0689 \u067E\u0647 ${r.origin} \u06A9\u06D0`;case"invalid_union":return"\u0646\u0627\u0633\u0645\u0647 \u0648\u0631\u0648\u062F\u064A";case"invalid_element":return`\u0646\u0627\u0633\u0645 \u0639\u0646\u0635\u0631 \u067E\u0647 ${r.origin} \u06A9\u06D0`;default:return"\u0646\u0627\u0633\u0645\u0647 \u0648\u0631\u0648\u062F\u064A"}}},"error");function zy(){return{localeError:sU()}}o(zy,"default");var lU=o(()=>{let t={string:{unit:"znak\xF3w",verb:"mie\u0107"},file:{unit:"bajt\xF3w",verb:"mie\u0107"},array:{unit:"element\xF3w",verb:"mie\u0107"},set:{unit:"element\xF3w",verb:"mie\u0107"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"wyra\u017Cenie",email:"adres email",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"data i godzina w formacie ISO",date:"data w formacie ISO",time:"godzina w formacie ISO",duration:"czas trwania ISO",ipv4:"adres IPv4",ipv6:"adres IPv6",cidrv4:"zakres IPv4",cidrv6:"zakres IPv6",base64:"ci\u0105g znak\xF3w zakodowany w formacie base64",base64url:"ci\u0105g znak\xF3w zakodowany w formacie base64url",json_string:"ci\u0105g znak\xF3w w formacie JSON",e164:"liczba E.164",jwt:"JWT",template_literal:"wej\u015Bcie"},i={nan:"NaN",number:"liczba",array:"tablica"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`Nieprawid\u0142owe dane wej\u015Bciowe: oczekiwano instanceof ${r.expected}, otrzymano ${l}`:`Nieprawid\u0142owe dane wej\u015Bciowe: oczekiwano ${a}, otrzymano ${l}`}case"invalid_value":return r.values.length===1?`Nieprawid\u0142owe dane wej\u015Bciowe: oczekiwano ${_(r.values[0])}`:`Nieprawid\u0142owa opcja: oczekiwano jednej z warto\u015Bci ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);return s?`Za du\u017Ca warto\u015B\u0107: oczekiwano, \u017Ce ${r.origin??"warto\u015B\u0107"} b\u0119dzie mie\u0107 ${a}${r.maximum.toString()} ${s.unit??"element\xF3w"}`:`Zbyt du\u017C(y/a/e): oczekiwano, \u017Ce ${r.origin??"warto\u015B\u0107"} b\u0119dzie wynosi\u0107 ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);return s?`Za ma\u0142a warto\u015B\u0107: oczekiwano, \u017Ce ${r.origin??"warto\u015B\u0107"} b\u0119dzie mie\u0107 ${a}${r.minimum.toString()} ${s.unit??"element\xF3w"}`:`Zbyt ma\u0142(y/a/e): oczekiwano, \u017Ce ${r.origin??"warto\u015B\u0107"} b\u0119dzie wynosi\u0107 ${a}${r.minimum.toString()}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`Nieprawid\u0142owy ci\u0105g znak\xF3w: musi zaczyna\u0107 si\u0119 od "${a.prefix}"`:a.format==="ends_with"?`Nieprawid\u0142owy ci\u0105g znak\xF3w: musi ko\u0144czy\u0107 si\u0119 na "${a.suffix}"`:a.format==="includes"?`Nieprawid\u0142owy ci\u0105g znak\xF3w: musi zawiera\u0107 "${a.includes}"`:a.format==="regex"?`Nieprawid\u0142owy ci\u0105g znak\xF3w: musi odpowiada\u0107 wzorcowi ${a.pattern}`:`Nieprawid\u0142ow(y/a/e) ${n[a.format]??r.format}`}case"not_multiple_of":return`Nieprawid\u0142owa liczba: musi by\u0107 wielokrotno\u015Bci\u0105 ${r.divisor}`;case"unrecognized_keys":return`Nierozpoznane klucze${r.keys.length>1?"s":""}: ${T(r.keys,", ")}`;case"invalid_key":return`Nieprawid\u0142owy klucz w ${r.origin}`;case"invalid_union":return"Nieprawid\u0142owe dane wej\u015Bciowe";case"invalid_element":return`Nieprawid\u0142owa warto\u015B\u0107 w ${r.origin}`;default:return"Nieprawid\u0142owe dane wej\u015Bciowe"}}},"error");function Oy(){return{localeError:lU()}}o(Oy,"default");var cU=o(()=>{let t={string:{unit:"caracteres",verb:"ter"},file:{unit:"bytes",verb:"ter"},array:{unit:"itens",verb:"ter"},set:{unit:"itens",verb:"ter"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"padr\xE3o",email:"endere\xE7o de e-mail",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"data e hora ISO",date:"data ISO",time:"hora ISO",duration:"dura\xE7\xE3o ISO",ipv4:"endere\xE7o IPv4",ipv6:"endere\xE7o IPv6",cidrv4:"faixa de IPv4",cidrv6:"faixa de IPv6",base64:"texto codificado em base64",base64url:"URL codificada em base64",json_string:"texto JSON",e164:"n\xFAmero E.164",jwt:"JWT",template_literal:"entrada"},i={nan:"NaN",number:"n\xFAmero",null:"nulo"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`Tipo inv\xE1lido: esperado instanceof ${r.expected}, recebido ${l}`:`Tipo inv\xE1lido: esperado ${a}, recebido ${l}`}case"invalid_value":return r.values.length===1?`Entrada inv\xE1lida: esperado ${_(r.values[0])}`:`Op\xE7\xE3o inv\xE1lida: esperada uma das ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);return s?`Muito grande: esperado que ${r.origin??"valor"} tivesse ${a}${r.maximum.toString()} ${s.unit??"elementos"}`:`Muito grande: esperado que ${r.origin??"valor"} fosse ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);return s?`Muito pequeno: esperado que ${r.origin} tivesse ${a}${r.minimum.toString()} ${s.unit}`:`Muito pequeno: esperado que ${r.origin} fosse ${a}${r.minimum.toString()}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`Texto inv\xE1lido: deve come\xE7ar com "${a.prefix}"`:a.format==="ends_with"?`Texto inv\xE1lido: deve terminar com "${a.suffix}"`:a.format==="includes"?`Texto inv\xE1lido: deve incluir "${a.includes}"`:a.format==="regex"?`Texto inv\xE1lido: deve corresponder ao padr\xE3o ${a.pattern}`:`${n[a.format]??r.format} inv\xE1lido`}case"not_multiple_of":return`N\xFAmero inv\xE1lido: deve ser m\xFAltiplo de ${r.divisor}`;case"unrecognized_keys":return`Chave${r.keys.length>1?"s":""} desconhecida${r.keys.length>1?"s":""}: ${T(r.keys,", ")}`;case"invalid_key":return`Chave inv\xE1lida em ${r.origin}`;case"invalid_union":return"Entrada inv\xE1lida";case"invalid_element":return`Valor inv\xE1lido em ${r.origin}`;default:return"Campo inv\xE1lido"}}},"error");function My(){return{localeError:cU()}}o(My,"default");var uU=o(()=>{let t={string:{unit:"caractere",verb:"s\u0103 aib\u0103"},file:{unit:"octe\u021Bi",verb:"s\u0103 aib\u0103"},array:{unit:"elemente",verb:"s\u0103 aib\u0103"},set:{unit:"elemente",verb:"s\u0103 aib\u0103"},map:{unit:"intr\u0103ri",verb:"s\u0103 aib\u0103"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"intrare",email:"adres\u0103 de email",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"dat\u0103 \u0219i or\u0103 ISO",date:"dat\u0103 ISO",time:"or\u0103 ISO",duration:"durat\u0103 ISO",ipv4:"adres\u0103 IPv4",ipv6:"adres\u0103 IPv6",mac:"adres\u0103 MAC",cidrv4:"interval IPv4",cidrv6:"interval IPv6",base64:"\u0219ir codat base64",base64url:"\u0219ir codat base64url",json_string:"\u0219ir JSON",e164:"num\u0103r E.164",jwt:"JWT",template_literal:"intrare"},i={nan:"NaN",string:"\u0219ir",number:"num\u0103r",boolean:"boolean",function:"func\u021Bie",array:"matrice",object:"obiect",undefined:"nedefinit",symbol:"simbol",bigint:"num\u0103r mare",void:"void",never:"never",map:"hart\u0103",set:"set"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return`Intrare invalid\u0103: a\u0219teptat ${a}, primit ${l}`}case"invalid_value":return r.values.length===1?`Intrare invalid\u0103: a\u0219teptat ${_(r.values[0])}`:`Op\u021Biune invalid\u0103: a\u0219teptat una dintre ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);return s?`Prea mare: a\u0219teptat ca ${r.origin??"valoarea"} ${s.verb} ${a}${r.maximum.toString()} ${s.unit??"elemente"}`:`Prea mare: a\u0219teptat ca ${r.origin??"valoarea"} s\u0103 fie ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);return s?`Prea mic: a\u0219teptat ca ${r.origin} ${s.verb} ${a}${r.minimum.toString()} ${s.unit}`:`Prea mic: a\u0219teptat ca ${r.origin} s\u0103 fie ${a}${r.minimum.toString()}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`\u0218ir invalid: trebuie s\u0103 \xEEnceap\u0103 cu "${a.prefix}"`:a.format==="ends_with"?`\u0218ir invalid: trebuie s\u0103 se termine cu "${a.suffix}"`:a.format==="includes"?`\u0218ir invalid: trebuie s\u0103 includ\u0103 "${a.includes}"`:a.format==="regex"?`\u0218ir invalid: trebuie s\u0103 se potriveasc\u0103 cu modelul ${a.pattern}`:`Format invalid: ${n[a.format]??r.format}`}case"not_multiple_of":return`Num\u0103r invalid: trebuie s\u0103 fie multiplu de ${r.divisor}`;case"unrecognized_keys":return`Chei nerecunoscute: ${T(r.keys,", ")}`;case"invalid_key":return`Cheie invalid\u0103 \xEEn ${r.origin}`;case"invalid_union":return"Intrare invalid\u0103";case"invalid_element":return`Valoare invalid\u0103 \xEEn ${r.origin}`;default:return"Intrare invalid\u0103"}}},"error");function $y(){return{localeError:uU()}}o($y,"default");function IT(t,e,n,i){let r=Math.abs(t),a=r%10,s=r%100;return s>=11&&s<=19?i:a===1?e:a>=2&&a<=4?n:i}o(IT,"getRussianPlural");var pU=o(()=>{let t={string:{unit:{one:"\u0441\u0438\u043C\u0432\u043E\u043B",few:"\u0441\u0438\u043C\u0432\u043E\u043B\u0430",many:"\u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432"},verb:"\u0438\u043C\u0435\u0442\u044C"},file:{unit:{one:"\u0431\u0430\u0439\u0442",few:"\u0431\u0430\u0439\u0442\u0430",many:"\u0431\u0430\u0439\u0442"},verb:"\u0438\u043C\u0435\u0442\u044C"},array:{unit:{one:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442",few:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430",many:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432"},verb:"\u0438\u043C\u0435\u0442\u044C"},set:{unit:{one:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442",few:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430",many:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432"},verb:"\u0438\u043C\u0435\u0442\u044C"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"\u0432\u0432\u043E\u0434",email:"email \u0430\u0434\u0440\u0435\u0441",url:"URL",emoji:"\u044D\u043C\u043E\u0434\u0437\u0438",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u0434\u0430\u0442\u0430 \u0438 \u0432\u0440\u0435\u043C\u044F",date:"ISO \u0434\u0430\u0442\u0430",time:"ISO \u0432\u0440\u0435\u043C\u044F",duration:"ISO \u0434\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C",ipv4:"IPv4 \u0430\u0434\u0440\u0435\u0441",ipv6:"IPv6 \u0430\u0434\u0440\u0435\u0441",cidrv4:"IPv4 \u0434\u0438\u0430\u043F\u0430\u0437\u043E\u043D",cidrv6:"IPv6 \u0434\u0438\u0430\u043F\u0430\u0437\u043E\u043D",base64:"\u0441\u0442\u0440\u043E\u043A\u0430 \u0432 \u0444\u043E\u0440\u043C\u0430\u0442\u0435 base64",base64url:"\u0441\u0442\u0440\u043E\u043A\u0430 \u0432 \u0444\u043E\u0440\u043C\u0430\u0442\u0435 base64url",json_string:"JSON \u0441\u0442\u0440\u043E\u043A\u0430",e164:"\u043D\u043E\u043C\u0435\u0440 E.164",jwt:"JWT",template_literal:"\u0432\u0432\u043E\u0434"},i={nan:"NaN",number:"\u0447\u0438\u0441\u043B\u043E",array:"\u043C\u0430\u0441\u0441\u0438\u0432"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0432\u0432\u043E\u0434: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C instanceof ${r.expected}, \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u043E ${l}`:`\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0432\u0432\u043E\u0434: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C ${a}, \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u043E ${l}`}case"invalid_value":return r.values.length===1?`\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0432\u0432\u043E\u0434: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C ${_(r.values[0])}`:`\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0432\u0430\u0440\u0438\u0430\u043D\u0442: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C \u043E\u0434\u043D\u043E \u0438\u0437 ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);if(s){let l=Number(r.maximum),c=IT(l,s.unit.one,s.unit.few,s.unit.many);return`\u0421\u043B\u0438\u0448\u043A\u043E\u043C \u0431\u043E\u043B\u044C\u0448\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C, \u0447\u0442\u043E ${r.origin??"\u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435"} \u0431\u0443\u0434\u0435\u0442 \u0438\u043C\u0435\u0442\u044C ${a}${r.maximum.toString()} ${c}`}return`\u0421\u043B\u0438\u0448\u043A\u043E\u043C \u0431\u043E\u043B\u044C\u0448\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C, \u0447\u0442\u043E ${r.origin??"\u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435"} \u0431\u0443\u0434\u0435\u0442 ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);if(s){let l=Number(r.minimum),c=IT(l,s.unit.one,s.unit.few,s.unit.many);return`\u0421\u043B\u0438\u0448\u043A\u043E\u043C \u043C\u0430\u043B\u0435\u043D\u044C\u043A\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C, \u0447\u0442\u043E ${r.origin} \u0431\u0443\u0434\u0435\u0442 \u0438\u043C\u0435\u0442\u044C ${a}${r.minimum.toString()} ${c}`}return`\u0421\u043B\u0438\u0448\u043A\u043E\u043C \u043C\u0430\u043B\u0435\u043D\u044C\u043A\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C, \u0447\u0442\u043E ${r.origin} \u0431\u0443\u0434\u0435\u0442 ${a}${r.minimum.toString()}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`\u041D\u0435\u0432\u0435\u0440\u043D\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430: \u0434\u043E\u043B\u0436\u043D\u0430 \u043D\u0430\u0447\u0438\u043D\u0430\u0442\u044C\u0441\u044F \u0441 "${a.prefix}"`:a.format==="ends_with"?`\u041D\u0435\u0432\u0435\u0440\u043D\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430: \u0434\u043E\u043B\u0436\u043D\u0430 \u0437\u0430\u043A\u0430\u043D\u0447\u0438\u0432\u0430\u0442\u044C\u0441\u044F \u043D\u0430 "${a.suffix}"`:a.format==="includes"?`\u041D\u0435\u0432\u0435\u0440\u043D\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430: \u0434\u043E\u043B\u0436\u043D\u0430 \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u0442\u044C "${a.includes}"`:a.format==="regex"?`\u041D\u0435\u0432\u0435\u0440\u043D\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430: \u0434\u043E\u043B\u0436\u043D\u0430 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u043E\u0432\u0430\u0442\u044C \u0448\u0430\u0431\u043B\u043E\u043D\u0443 ${a.pattern}`:`\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 ${n[a.format]??r.format}`}case"not_multiple_of":return`\u041D\u0435\u0432\u0435\u0440\u043D\u043E\u0435 \u0447\u0438\u0441\u043B\u043E: \u0434\u043E\u043B\u0436\u043D\u043E \u0431\u044B\u0442\u044C \u043A\u0440\u0430\u0442\u043D\u044B\u043C ${r.divisor}`;case"unrecognized_keys":return`\u041D\u0435\u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u043D\u043D${r.keys.length>1?"\u044B\u0435":"\u044B\u0439"} \u043A\u043B\u044E\u0447${r.keys.length>1?"\u0438":""}: ${T(r.keys,", ")}`;case"invalid_key":return`\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u043A\u043B\u044E\u0447 \u0432 ${r.origin}`;case"invalid_union":return"\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0435 \u0432\u0445\u043E\u0434\u043D\u044B\u0435 \u0434\u0430\u043D\u043D\u044B\u0435";case"invalid_element":return`\u041D\u0435\u0432\u0435\u0440\u043D\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435 \u0432 ${r.origin}`;default:return"\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0435 \u0432\u0445\u043E\u0434\u043D\u044B\u0435 \u0434\u0430\u043D\u043D\u044B\u0435"}}},"error");function Ry(){return{localeError:pU()}}o(Ry,"default");var dU=o(()=>{let t={string:{unit:"znakov",verb:"imeti"},file:{unit:"bajtov",verb:"imeti"},array:{unit:"elementov",verb:"imeti"},set:{unit:"elementov",verb:"imeti"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"vnos",email:"e-po\u0161tni naslov",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datum in \u010Das",date:"ISO datum",time:"ISO \u010Das",duration:"ISO trajanje",ipv4:"IPv4 naslov",ipv6:"IPv6 naslov",cidrv4:"obseg IPv4",cidrv6:"obseg IPv6",base64:"base64 kodiran niz",base64url:"base64url kodiran niz",json_string:"JSON niz",e164:"E.164 \u0161tevilka",jwt:"JWT",template_literal:"vnos"},i={nan:"NaN",number:"\u0161tevilo",array:"tabela"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`Neveljaven vnos: pri\u010Dakovano instanceof ${r.expected}, prejeto ${l}`:`Neveljaven vnos: pri\u010Dakovano ${a}, prejeto ${l}`}case"invalid_value":return r.values.length===1?`Neveljaven vnos: pri\u010Dakovano ${_(r.values[0])}`:`Neveljavna mo\u017Enost: pri\u010Dakovano eno izmed ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);return s?`Preveliko: pri\u010Dakovano, da bo ${r.origin??"vrednost"} imelo ${a}${r.maximum.toString()} ${s.unit??"elementov"}`:`Preveliko: pri\u010Dakovano, da bo ${r.origin??"vrednost"} ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);return s?`Premajhno: pri\u010Dakovano, da bo ${r.origin} imelo ${a}${r.minimum.toString()} ${s.unit}`:`Premajhno: pri\u010Dakovano, da bo ${r.origin} ${a}${r.minimum.toString()}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`Neveljaven niz: mora se za\u010Deti z "${a.prefix}"`:a.format==="ends_with"?`Neveljaven niz: mora se kon\u010Dati z "${a.suffix}"`:a.format==="includes"?`Neveljaven niz: mora vsebovati "${a.includes}"`:a.format==="regex"?`Neveljaven niz: mora ustrezati vzorcu ${a.pattern}`:`Neveljaven ${n[a.format]??r.format}`}case"not_multiple_of":return`Neveljavno \u0161tevilo: mora biti ve\u010Dkratnik ${r.divisor}`;case"unrecognized_keys":return`Neprepoznan${r.keys.length>1?"i klju\u010Di":" klju\u010D"}: ${T(r.keys,", ")}`;case"invalid_key":return`Neveljaven klju\u010D v ${r.origin}`;case"invalid_union":return"Neveljaven vnos";case"invalid_element":return`Neveljavna vrednost v ${r.origin}`;default:return"Neveljaven vnos"}}},"error");function Ly(){return{localeError:dU()}}o(Ly,"default");var mU=o(()=>{let t={string:{unit:"tecken",verb:"att ha"},file:{unit:"bytes",verb:"att ha"},array:{unit:"objekt",verb:"att inneh\xE5lla"},set:{unit:"objekt",verb:"att inneh\xE5lla"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"regulj\xE4rt uttryck",email:"e-postadress",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO-datum och tid",date:"ISO-datum",time:"ISO-tid",duration:"ISO-varaktighet",ipv4:"IPv4-intervall",ipv6:"IPv6-intervall",cidrv4:"IPv4-spektrum",cidrv6:"IPv6-spektrum",base64:"base64-kodad str\xE4ng",base64url:"base64url-kodad str\xE4ng",json_string:"JSON-str\xE4ng",e164:"E.164-nummer",jwt:"JWT",template_literal:"mall-literal"},i={nan:"NaN",number:"antal",array:"lista"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`Ogiltig inmatning: f\xF6rv\xE4ntat instanceof ${r.expected}, fick ${l}`:`Ogiltig inmatning: f\xF6rv\xE4ntat ${a}, fick ${l}`}case"invalid_value":return r.values.length===1?`Ogiltig inmatning: f\xF6rv\xE4ntat ${_(r.values[0])}`:`Ogiltigt val: f\xF6rv\xE4ntade en av ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);return s?`F\xF6r stor(t): f\xF6rv\xE4ntade ${r.origin??"v\xE4rdet"} att ha ${a}${r.maximum.toString()} ${s.unit??"element"}`:`F\xF6r stor(t): f\xF6rv\xE4ntat ${r.origin??"v\xE4rdet"} att ha ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);return s?`F\xF6r lite(t): f\xF6rv\xE4ntade ${r.origin??"v\xE4rdet"} att ha ${a}${r.minimum.toString()} ${s.unit}`:`F\xF6r lite(t): f\xF6rv\xE4ntade ${r.origin??"v\xE4rdet"} att ha ${a}${r.minimum.toString()}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`Ogiltig str\xE4ng: m\xE5ste b\xF6rja med "${a.prefix}"`:a.format==="ends_with"?`Ogiltig str\xE4ng: m\xE5ste sluta med "${a.suffix}"`:a.format==="includes"?`Ogiltig str\xE4ng: m\xE5ste inneh\xE5lla "${a.includes}"`:a.format==="regex"?`Ogiltig str\xE4ng: m\xE5ste matcha m\xF6nstret "${a.pattern}"`:`Ogiltig(t) ${n[a.format]??r.format}`}case"not_multiple_of":return`Ogiltigt tal: m\xE5ste vara en multipel av ${r.divisor}`;case"unrecognized_keys":return`${r.keys.length>1?"Ok\xE4nda nycklar":"Ok\xE4nd nyckel"}: ${T(r.keys,", ")}`;case"invalid_key":return`Ogiltig nyckel i ${r.origin??"v\xE4rdet"}`;case"invalid_union":return"Ogiltig input";case"invalid_element":return`Ogiltigt v\xE4rde i ${r.origin??"v\xE4rdet"}`;default:return"Ogiltig input"}}},"error");function jy(){return{localeError:mU()}}o(jy,"default");var hU=o(()=>{let t={string:{unit:"\u0B8E\u0BB4\u0BC1\u0BA4\u0BCD\u0BA4\u0BC1\u0B95\u0BCD\u0B95\u0BB3\u0BCD",verb:"\u0B95\u0BCA\u0BA3\u0BCD\u0B9F\u0BBF\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD"},file:{unit:"\u0BAA\u0BC8\u0B9F\u0BCD\u0B9F\u0BC1\u0B95\u0BB3\u0BCD",verb:"\u0B95\u0BCA\u0BA3\u0BCD\u0B9F\u0BBF\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD"},array:{unit:"\u0B89\u0BB1\u0BC1\u0BAA\u0BCD\u0BAA\u0BC1\u0B95\u0BB3\u0BCD",verb:"\u0B95\u0BCA\u0BA3\u0BCD\u0B9F\u0BBF\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD"},set:{unit:"\u0B89\u0BB1\u0BC1\u0BAA\u0BCD\u0BAA\u0BC1\u0B95\u0BB3\u0BCD",verb:"\u0B95\u0BCA\u0BA3\u0BCD\u0B9F\u0BBF\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"\u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1",email:"\u0BAE\u0BBF\u0BA9\u0BCD\u0BA9\u0B9E\u0BCD\u0B9A\u0BB2\u0BCD \u0BAE\u0BC1\u0B95\u0BB5\u0BB0\u0BBF",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u0BA4\u0BC7\u0BA4\u0BBF \u0BA8\u0BC7\u0BB0\u0BAE\u0BCD",date:"ISO \u0BA4\u0BC7\u0BA4\u0BBF",time:"ISO \u0BA8\u0BC7\u0BB0\u0BAE\u0BCD",duration:"ISO \u0B95\u0BBE\u0BB2 \u0B85\u0BB3\u0BB5\u0BC1",ipv4:"IPv4 \u0BAE\u0BC1\u0B95\u0BB5\u0BB0\u0BBF",ipv6:"IPv6 \u0BAE\u0BC1\u0B95\u0BB5\u0BB0\u0BBF",cidrv4:"IPv4 \u0BB5\u0BB0\u0BAE\u0BCD\u0BAA\u0BC1",cidrv6:"IPv6 \u0BB5\u0BB0\u0BAE\u0BCD\u0BAA\u0BC1",base64:"base64-encoded \u0B9A\u0BB0\u0BAE\u0BCD",base64url:"base64url-encoded \u0B9A\u0BB0\u0BAE\u0BCD",json_string:"JSON \u0B9A\u0BB0\u0BAE\u0BCD",e164:"E.164 \u0B8E\u0BA3\u0BCD",jwt:"JWT",template_literal:"input"},i={nan:"NaN",number:"\u0B8E\u0BA3\u0BCD",array:"\u0B85\u0BA3\u0BBF",null:"\u0BB5\u0BC6\u0BB1\u0BC1\u0BAE\u0BC8"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 instanceof ${r.expected}, \u0BAA\u0BC6\u0BB1\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${l}`:`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${a}, \u0BAA\u0BC6\u0BB1\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${l}`}case"invalid_value":return r.values.length===1?`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${_(r.values[0])}`:`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0BB5\u0BBF\u0BB0\u0BC1\u0BAA\u0BCD\u0BAA\u0BAE\u0BCD: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${T(r.values,"|")} \u0B87\u0BB2\u0BCD \u0B92\u0BA9\u0BCD\u0BB1\u0BC1`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);return s?`\u0BAE\u0BBF\u0B95 \u0BAA\u0BC6\u0BB0\u0BBF\u0BAF\u0BA4\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${r.origin??"\u0BAE\u0BA4\u0BBF\u0BAA\u0BCD\u0BAA\u0BC1"} ${a}${r.maximum.toString()} ${s.unit??"\u0B89\u0BB1\u0BC1\u0BAA\u0BCD\u0BAA\u0BC1\u0B95\u0BB3\u0BCD"} \u0B86\u0B95 \u0B87\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`:`\u0BAE\u0BBF\u0B95 \u0BAA\u0BC6\u0BB0\u0BBF\u0BAF\u0BA4\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${r.origin??"\u0BAE\u0BA4\u0BBF\u0BAA\u0BCD\u0BAA\u0BC1"} ${a}${r.maximum.toString()} \u0B86\u0B95 \u0B87\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);return s?`\u0BAE\u0BBF\u0B95\u0B9A\u0BCD \u0B9A\u0BBF\u0BB1\u0BBF\u0BAF\u0BA4\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${r.origin} ${a}${r.minimum.toString()} ${s.unit} \u0B86\u0B95 \u0B87\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`:`\u0BAE\u0BBF\u0B95\u0B9A\u0BCD \u0B9A\u0BBF\u0BB1\u0BBF\u0BAF\u0BA4\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${r.origin} ${a}${r.minimum.toString()} \u0B86\u0B95 \u0B87\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`}case"invalid_format":{let a=r;return a.format==="starts_with"?`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B9A\u0BB0\u0BAE\u0BCD: "${a.prefix}" \u0B87\u0BB2\u0BCD \u0BA4\u0BCA\u0B9F\u0B99\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`:a.format==="ends_with"?`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B9A\u0BB0\u0BAE\u0BCD: "${a.suffix}" \u0B87\u0BB2\u0BCD \u0BAE\u0BC1\u0B9F\u0BBF\u0BB5\u0B9F\u0BC8\u0BAF \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`:a.format==="includes"?`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B9A\u0BB0\u0BAE\u0BCD: "${a.includes}" \u0B90 \u0B89\u0BB3\u0BCD\u0BB3\u0B9F\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`:a.format==="regex"?`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B9A\u0BB0\u0BAE\u0BCD: ${a.pattern} \u0BAE\u0BC1\u0BB1\u0BC8\u0BAA\u0BBE\u0B9F\u0BCD\u0B9F\u0BC1\u0B9F\u0BA9\u0BCD \u0BAA\u0BCA\u0BB0\u0BC1\u0BA8\u0BCD\u0BA4 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`:`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 ${n[a.format]??r.format}`}case"not_multiple_of":return`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B8E\u0BA3\u0BCD: ${r.divisor} \u0B87\u0BA9\u0BCD \u0BAA\u0BB2\u0BAE\u0BBE\u0B95 \u0B87\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`;case"unrecognized_keys":return`\u0B85\u0B9F\u0BC8\u0BAF\u0BBE\u0BB3\u0BAE\u0BCD \u0BA4\u0BC6\u0BB0\u0BBF\u0BAF\u0BBE\u0BA4 \u0BB5\u0BBF\u0B9A\u0BC8${r.keys.length>1?"\u0B95\u0BB3\u0BCD":""}: ${T(r.keys,", ")}`;case"invalid_key":return`${r.origin} \u0B87\u0BB2\u0BCD \u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0BB5\u0BBF\u0B9A\u0BC8`;case"invalid_union":return"\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1";case"invalid_element":return`${r.origin} \u0B87\u0BB2\u0BCD \u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0BAE\u0BA4\u0BBF\u0BAA\u0BCD\u0BAA\u0BC1`;default:return"\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1"}}},"error");function By(){return{localeError:hU()}}o(By,"default");var fU=o(()=>{let t={string:{unit:"\u0E15\u0E31\u0E27\u0E2D\u0E31\u0E01\u0E29\u0E23",verb:"\u0E04\u0E27\u0E23\u0E21\u0E35"},file:{unit:"\u0E44\u0E1A\u0E15\u0E4C",verb:"\u0E04\u0E27\u0E23\u0E21\u0E35"},array:{unit:"\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23",verb:"\u0E04\u0E27\u0E23\u0E21\u0E35"},set:{unit:"\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23",verb:"\u0E04\u0E27\u0E23\u0E21\u0E35"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E17\u0E35\u0E48\u0E1B\u0E49\u0E2D\u0E19",email:"\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48\u0E2D\u0E35\u0E40\u0E21\u0E25",url:"URL",emoji:"\u0E2D\u0E34\u0E42\u0E21\u0E08\u0E34",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E40\u0E27\u0E25\u0E32\u0E41\u0E1A\u0E1A ISO",date:"\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E41\u0E1A\u0E1A ISO",time:"\u0E40\u0E27\u0E25\u0E32\u0E41\u0E1A\u0E1A ISO",duration:"\u0E0A\u0E48\u0E27\u0E07\u0E40\u0E27\u0E25\u0E32\u0E41\u0E1A\u0E1A ISO",ipv4:"\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48 IPv4",ipv6:"\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48 IPv6",cidrv4:"\u0E0A\u0E48\u0E27\u0E07 IP \u0E41\u0E1A\u0E1A IPv4",cidrv6:"\u0E0A\u0E48\u0E27\u0E07 IP \u0E41\u0E1A\u0E1A IPv6",base64:"\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E41\u0E1A\u0E1A Base64",base64url:"\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E41\u0E1A\u0E1A Base64 \u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A URL",json_string:"\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E41\u0E1A\u0E1A JSON",e164:"\u0E40\u0E1A\u0E2D\u0E23\u0E4C\u0E42\u0E17\u0E23\u0E28\u0E31\u0E1E\u0E17\u0E4C\u0E23\u0E30\u0E2B\u0E27\u0E48\u0E32\u0E07\u0E1B\u0E23\u0E30\u0E40\u0E17\u0E28 (E.164)",jwt:"\u0E42\u0E17\u0E40\u0E04\u0E19 JWT",template_literal:"\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E17\u0E35\u0E48\u0E1B\u0E49\u0E2D\u0E19"},i={nan:"NaN",number:"\u0E15\u0E31\u0E27\u0E40\u0E25\u0E02",array:"\u0E2D\u0E32\u0E23\u0E4C\u0E40\u0E23\u0E22\u0E4C (Array)",null:"\u0E44\u0E21\u0E48\u0E21\u0E35\u0E04\u0E48\u0E32 (null)"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`\u0E1B\u0E23\u0E30\u0E40\u0E20\u0E17\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E04\u0E27\u0E23\u0E40\u0E1B\u0E47\u0E19 instanceof ${r.expected} \u0E41\u0E15\u0E48\u0E44\u0E14\u0E49\u0E23\u0E31\u0E1A ${l}`:`\u0E1B\u0E23\u0E30\u0E40\u0E20\u0E17\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E04\u0E27\u0E23\u0E40\u0E1B\u0E47\u0E19 ${a} \u0E41\u0E15\u0E48\u0E44\u0E14\u0E49\u0E23\u0E31\u0E1A ${l}`}case"invalid_value":return r.values.length===1?`\u0E04\u0E48\u0E32\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E04\u0E27\u0E23\u0E40\u0E1B\u0E47\u0E19 ${_(r.values[0])}`:`\u0E15\u0E31\u0E27\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E04\u0E27\u0E23\u0E40\u0E1B\u0E47\u0E19\u0E2B\u0E19\u0E36\u0E48\u0E07\u0E43\u0E19 ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"\u0E44\u0E21\u0E48\u0E40\u0E01\u0E34\u0E19":"\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32",s=e(r.origin);return s?`\u0E40\u0E01\u0E34\u0E19\u0E01\u0E33\u0E2B\u0E19\u0E14: ${r.origin??"\u0E04\u0E48\u0E32"} \u0E04\u0E27\u0E23\u0E21\u0E35${a} ${r.maximum.toString()} ${s.unit??"\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23"}`:`\u0E40\u0E01\u0E34\u0E19\u0E01\u0E33\u0E2B\u0E19\u0E14: ${r.origin??"\u0E04\u0E48\u0E32"} \u0E04\u0E27\u0E23\u0E21\u0E35${a} ${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?"\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E19\u0E49\u0E2D\u0E22":"\u0E21\u0E32\u0E01\u0E01\u0E27\u0E48\u0E32",s=e(r.origin);return s?`\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32\u0E01\u0E33\u0E2B\u0E19\u0E14: ${r.origin} \u0E04\u0E27\u0E23\u0E21\u0E35${a} ${r.minimum.toString()} ${s.unit}`:`\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32\u0E01\u0E33\u0E2B\u0E19\u0E14: ${r.origin} \u0E04\u0E27\u0E23\u0E21\u0E35${a} ${r.minimum.toString()}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E15\u0E49\u0E2D\u0E07\u0E02\u0E36\u0E49\u0E19\u0E15\u0E49\u0E19\u0E14\u0E49\u0E27\u0E22 "${a.prefix}"`:a.format==="ends_with"?`\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E15\u0E49\u0E2D\u0E07\u0E25\u0E07\u0E17\u0E49\u0E32\u0E22\u0E14\u0E49\u0E27\u0E22 "${a.suffix}"`:a.format==="includes"?`\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E15\u0E49\u0E2D\u0E07\u0E21\u0E35 "${a.includes}" \u0E2D\u0E22\u0E39\u0E48\u0E43\u0E19\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21`:a.format==="regex"?`\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E15\u0E49\u0E2D\u0E07\u0E15\u0E23\u0E07\u0E01\u0E31\u0E1A\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14 ${a.pattern}`:`\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: ${n[a.format]??r.format}`}case"not_multiple_of":return`\u0E15\u0E31\u0E27\u0E40\u0E25\u0E02\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E15\u0E49\u0E2D\u0E07\u0E40\u0E1B\u0E47\u0E19\u0E08\u0E33\u0E19\u0E27\u0E19\u0E17\u0E35\u0E48\u0E2B\u0E32\u0E23\u0E14\u0E49\u0E27\u0E22 ${r.divisor} \u0E44\u0E14\u0E49\u0E25\u0E07\u0E15\u0E31\u0E27`;case"unrecognized_keys":return`\u0E1E\u0E1A\u0E04\u0E35\u0E22\u0E4C\u0E17\u0E35\u0E48\u0E44\u0E21\u0E48\u0E23\u0E39\u0E49\u0E08\u0E31\u0E01: ${T(r.keys,", ")}`;case"invalid_key":return`\u0E04\u0E35\u0E22\u0E4C\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07\u0E43\u0E19 ${r.origin}`;case"invalid_union":return"\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E44\u0E21\u0E48\u0E15\u0E23\u0E07\u0E01\u0E31\u0E1A\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E22\u0E39\u0E40\u0E19\u0E35\u0E22\u0E19\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E44\u0E27\u0E49";case"invalid_element":return`\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07\u0E43\u0E19 ${r.origin}`;default:return"\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07"}}},"error");function Uy(){return{localeError:fU()}}o(Uy,"default");var gU=o(()=>{let t={string:{unit:"karakter",verb:"olmal\u0131"},file:{unit:"bayt",verb:"olmal\u0131"},array:{unit:"\xF6\u011Fe",verb:"olmal\u0131"},set:{unit:"\xF6\u011Fe",verb:"olmal\u0131"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"girdi",email:"e-posta adresi",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO tarih ve saat",date:"ISO tarih",time:"ISO saat",duration:"ISO s\xFCre",ipv4:"IPv4 adresi",ipv6:"IPv6 adresi",cidrv4:"IPv4 aral\u0131\u011F\u0131",cidrv6:"IPv6 aral\u0131\u011F\u0131",base64:"base64 ile \u015Fifrelenmi\u015F metin",base64url:"base64url ile \u015Fifrelenmi\u015F metin",json_string:"JSON dizesi",e164:"E.164 say\u0131s\u0131",jwt:"JWT",template_literal:"\u015Eablon dizesi"},i={nan:"NaN"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`Ge\xE7ersiz de\u011Fer: beklenen instanceof ${r.expected}, al\u0131nan ${l}`:`Ge\xE7ersiz de\u011Fer: beklenen ${a}, al\u0131nan ${l}`}case"invalid_value":return r.values.length===1?`Ge\xE7ersiz de\u011Fer: beklenen ${_(r.values[0])}`:`Ge\xE7ersiz se\xE7enek: a\u015Fa\u011F\u0131dakilerden biri olmal\u0131: ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);return s?`\xC7ok b\xFCy\xFCk: beklenen ${r.origin??"de\u011Fer"} ${a}${r.maximum.toString()} ${s.unit??"\xF6\u011Fe"}`:`\xC7ok b\xFCy\xFCk: beklenen ${r.origin??"de\u011Fer"} ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);return s?`\xC7ok k\xFC\xE7\xFCk: beklenen ${r.origin} ${a}${r.minimum.toString()} ${s.unit}`:`\xC7ok k\xFC\xE7\xFCk: beklenen ${r.origin} ${a}${r.minimum.toString()}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`Ge\xE7ersiz metin: "${a.prefix}" ile ba\u015Flamal\u0131`:a.format==="ends_with"?`Ge\xE7ersiz metin: "${a.suffix}" ile bitmeli`:a.format==="includes"?`Ge\xE7ersiz metin: "${a.includes}" i\xE7ermeli`:a.format==="regex"?`Ge\xE7ersiz metin: ${a.pattern} desenine uymal\u0131`:`Ge\xE7ersiz ${n[a.format]??r.format}`}case"not_multiple_of":return`Ge\xE7ersiz say\u0131: ${r.divisor} ile tam b\xF6l\xFCnebilmeli`;case"unrecognized_keys":return`Tan\u0131nmayan anahtar${r.keys.length>1?"lar":""}: ${T(r.keys,", ")}`;case"invalid_key":return`${r.origin} i\xE7inde ge\xE7ersiz anahtar`;case"invalid_union":return"Ge\xE7ersiz de\u011Fer";case"invalid_element":return`${r.origin} i\xE7inde ge\xE7ersiz de\u011Fer`;default:return"Ge\xE7ersiz de\u011Fer"}}},"error");function Vy(){return{localeError:gU()}}o(Vy,"default");var vU=o(()=>{let t={string:{unit:"\u0441\u0438\u043C\u0432\u043E\u043B\u0456\u0432",verb:"\u043C\u0430\u0442\u0438\u043C\u0435"},file:{unit:"\u0431\u0430\u0439\u0442\u0456\u0432",verb:"\u043C\u0430\u0442\u0438\u043C\u0435"},array:{unit:"\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432",verb:"\u043C\u0430\u0442\u0438\u043C\u0435"},set:{unit:"\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432",verb:"\u043C\u0430\u0442\u0438\u043C\u0435"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"\u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456",email:"\u0430\u0434\u0440\u0435\u0441\u0430 \u0435\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0457 \u043F\u043E\u0448\u0442\u0438",url:"URL",emoji:"\u0435\u043C\u043E\u0434\u0437\u0456",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\u0434\u0430\u0442\u0430 \u0442\u0430 \u0447\u0430\u0441 ISO",date:"\u0434\u0430\u0442\u0430 ISO",time:"\u0447\u0430\u0441 ISO",duration:"\u0442\u0440\u0438\u0432\u0430\u043B\u0456\u0441\u0442\u044C ISO",ipv4:"\u0430\u0434\u0440\u0435\u0441\u0430 IPv4",ipv6:"\u0430\u0434\u0440\u0435\u0441\u0430 IPv6",cidrv4:"\u0434\u0456\u0430\u043F\u0430\u0437\u043E\u043D IPv4",cidrv6:"\u0434\u0456\u0430\u043F\u0430\u0437\u043E\u043D IPv6",base64:"\u0440\u044F\u0434\u043E\u043A \u0443 \u043A\u043E\u0434\u0443\u0432\u0430\u043D\u043D\u0456 base64",base64url:"\u0440\u044F\u0434\u043E\u043A \u0443 \u043A\u043E\u0434\u0443\u0432\u0430\u043D\u043D\u0456 base64url",json_string:"\u0440\u044F\u0434\u043E\u043A JSON",e164:"\u043D\u043E\u043C\u0435\u0440 E.164",jwt:"JWT",template_literal:"\u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456"},i={nan:"NaN",number:"\u0447\u0438\u0441\u043B\u043E",array:"\u043C\u0430\u0441\u0438\u0432"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0456 \u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F instanceof ${r.expected}, \u043E\u0442\u0440\u0438\u043C\u0430\u043D\u043E ${l}`:`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0456 \u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F ${a}, \u043E\u0442\u0440\u0438\u043C\u0430\u043D\u043E ${l}`}case"invalid_value":return r.values.length===1?`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0456 \u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F ${_(r.values[0])}`:`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0430 \u043E\u043F\u0446\u0456\u044F: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F \u043E\u0434\u043D\u0435 \u0437 ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);return s?`\u0417\u0430\u043D\u0430\u0434\u0442\u043E \u0432\u0435\u043B\u0438\u043A\u0435: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F, \u0449\u043E ${r.origin??"\u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F"} ${s.verb} ${a}${r.maximum.toString()} ${s.unit??"\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432"}`:`\u0417\u0430\u043D\u0430\u0434\u0442\u043E \u0432\u0435\u043B\u0438\u043A\u0435: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F, \u0449\u043E ${r.origin??"\u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F"} \u0431\u0443\u0434\u0435 ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);return s?`\u0417\u0430\u043D\u0430\u0434\u0442\u043E \u043C\u0430\u043B\u0435: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F, \u0449\u043E ${r.origin} ${s.verb} ${a}${r.minimum.toString()} ${s.unit}`:`\u0417\u0430\u043D\u0430\u0434\u0442\u043E \u043C\u0430\u043B\u0435: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F, \u0449\u043E ${r.origin} \u0431\u0443\u0434\u0435 ${a}${r.minimum.toString()}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 \u0440\u044F\u0434\u043E\u043A: \u043F\u043E\u0432\u0438\u043D\u0435\u043D \u043F\u043E\u0447\u0438\u043D\u0430\u0442\u0438\u0441\u044F \u0437 "${a.prefix}"`:a.format==="ends_with"?`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 \u0440\u044F\u0434\u043E\u043A: \u043F\u043E\u0432\u0438\u043D\u0435\u043D \u0437\u0430\u043A\u0456\u043D\u0447\u0443\u0432\u0430\u0442\u0438\u0441\u044F \u043D\u0430 "${a.suffix}"`:a.format==="includes"?`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 \u0440\u044F\u0434\u043E\u043A: \u043F\u043E\u0432\u0438\u043D\u0435\u043D \u043C\u0456\u0441\u0442\u0438\u0442\u0438 "${a.includes}"`:a.format==="regex"?`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 \u0440\u044F\u0434\u043E\u043A: \u043F\u043E\u0432\u0438\u043D\u0435\u043D \u0432\u0456\u0434\u043F\u043E\u0432\u0456\u0434\u0430\u0442\u0438 \u0448\u0430\u0431\u043B\u043E\u043D\u0443 ${a.pattern}`:`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 ${n[a.format]??r.format}`}case"not_multiple_of":return`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0435 \u0447\u0438\u0441\u043B\u043E: \u043F\u043E\u0432\u0438\u043D\u043D\u043E \u0431\u0443\u0442\u0438 \u043A\u0440\u0430\u0442\u043D\u0438\u043C ${r.divisor}`;case"unrecognized_keys":return`\u041D\u0435\u0440\u043E\u0437\u043F\u0456\u0437\u043D\u0430\u043D\u0438\u0439 \u043A\u043B\u044E\u0447${r.keys.length>1?"\u0456":""}: ${T(r.keys,", ")}`;case"invalid_key":return`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 \u043A\u043B\u044E\u0447 \u0443 ${r.origin}`;case"invalid_union":return"\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0456 \u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456";case"invalid_element":return`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F \u0443 ${r.origin}`;default:return"\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0456 \u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456"}}},"error");function ml(){return{localeError:vU()}}o(ml,"default");function Zy(){return ml()}o(Zy,"default");var bU=o(()=>{let t={string:{unit:"\u062D\u0631\u0648\u0641",verb:"\u06C1\u0648\u0646\u0627"},file:{unit:"\u0628\u0627\u0626\u0679\u0633",verb:"\u06C1\u0648\u0646\u0627"},array:{unit:"\u0622\u0626\u0679\u0645\u0632",verb:"\u06C1\u0648\u0646\u0627"},set:{unit:"\u0622\u0626\u0679\u0645\u0632",verb:"\u06C1\u0648\u0646\u0627"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"\u0627\u0646 \u067E\u0679",email:"\u0627\u06CC \u0645\u06CC\u0644 \u0627\u06CC\u0688\u0631\u06CC\u0633",url:"\u06CC\u0648 \u0622\u0631 \u0627\u06CC\u0644",emoji:"\u0627\u06CC\u0645\u0648\u062C\u06CC",uuid:"\u06CC\u0648 \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC",uuidv4:"\u06CC\u0648 \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC \u0648\u06CC 4",uuidv6:"\u06CC\u0648 \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC \u0648\u06CC 6",nanoid:"\u0646\u06CC\u0646\u0648 \u0622\u0626\u06CC \u0688\u06CC",guid:"\u062C\u06CC \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC",cuid:"\u0633\u06CC \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC",cuid2:"\u0633\u06CC \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC 2",ulid:"\u06CC\u0648 \u0627\u06CC\u0644 \u0622\u0626\u06CC \u0688\u06CC",xid:"\u0627\u06CC\u06A9\u0633 \u0622\u0626\u06CC \u0688\u06CC",ksuid:"\u06A9\u06D2 \u0627\u06CC\u0633 \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC",datetime:"\u0622\u0626\u06CC \u0627\u06CC\u0633 \u0627\u0648 \u0688\u06CC\u0679 \u0679\u0627\u0626\u0645",date:"\u0622\u0626\u06CC \u0627\u06CC\u0633 \u0627\u0648 \u062A\u0627\u0631\u06CC\u062E",time:"\u0622\u0626\u06CC \u0627\u06CC\u0633 \u0627\u0648 \u0648\u0642\u062A",duration:"\u0622\u0626\u06CC \u0627\u06CC\u0633 \u0627\u0648 \u0645\u062F\u062A",ipv4:"\u0622\u0626\u06CC \u067E\u06CC \u0648\u06CC 4 \u0627\u06CC\u0688\u0631\u06CC\u0633",ipv6:"\u0622\u0626\u06CC \u067E\u06CC \u0648\u06CC 6 \u0627\u06CC\u0688\u0631\u06CC\u0633",cidrv4:"\u0622\u0626\u06CC \u067E\u06CC \u0648\u06CC 4 \u0631\u06CC\u0646\u062C",cidrv6:"\u0622\u0626\u06CC \u067E\u06CC \u0648\u06CC 6 \u0631\u06CC\u0646\u062C",base64:"\u0628\u06CC\u0633 64 \u0627\u0646 \u06A9\u0648\u0688\u0688 \u0633\u0679\u0631\u0646\u06AF",base64url:"\u0628\u06CC\u0633 64 \u06CC\u0648 \u0622\u0631 \u0627\u06CC\u0644 \u0627\u0646 \u06A9\u0648\u0688\u0688 \u0633\u0679\u0631\u0646\u06AF",json_string:"\u062C\u06D2 \u0627\u06CC\u0633 \u0627\u0648 \u0627\u06CC\u0646 \u0633\u0679\u0631\u0646\u06AF",e164:"\u0627\u06CC 164 \u0646\u0645\u0628\u0631",jwt:"\u062C\u06D2 \u0688\u0628\u0644\u06CC\u0648 \u0679\u06CC",template_literal:"\u0627\u0646 \u067E\u0679"},i={nan:"NaN",number:"\u0646\u0645\u0628\u0631",array:"\u0622\u0631\u06D2",null:"\u0646\u0644"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`\u063A\u0644\u0637 \u0627\u0646 \u067E\u0679: instanceof ${r.expected} \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627\u060C ${l} \u0645\u0648\u0635\u0648\u0644 \u06C1\u0648\u0627`:`\u063A\u0644\u0637 \u0627\u0646 \u067E\u0679: ${a} \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627\u060C ${l} \u0645\u0648\u0635\u0648\u0644 \u06C1\u0648\u0627`}case"invalid_value":return r.values.length===1?`\u063A\u0644\u0637 \u0627\u0646 \u067E\u0679: ${_(r.values[0])} \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627`:`\u063A\u0644\u0637 \u0622\u067E\u0634\u0646: ${T(r.values,"|")} \u0645\u06CC\u06BA \u0633\u06D2 \u0627\u06CC\u06A9 \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);return s?`\u0628\u06C1\u062A \u0628\u0691\u0627: ${r.origin??"\u0648\u06CC\u0644\u06CC\u0648"} \u06A9\u06D2 ${a}${r.maximum.toString()} ${s.unit??"\u0639\u0646\u0627\u0635\u0631"} \u06C1\u0648\u0646\u06D2 \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u06D2`:`\u0628\u06C1\u062A \u0628\u0691\u0627: ${r.origin??"\u0648\u06CC\u0644\u06CC\u0648"} \u06A9\u0627 ${a}${r.maximum.toString()} \u06C1\u0648\u0646\u0627 \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);return s?`\u0628\u06C1\u062A \u0686\u06BE\u0648\u0679\u0627: ${r.origin} \u06A9\u06D2 ${a}${r.minimum.toString()} ${s.unit} \u06C1\u0648\u0646\u06D2 \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u06D2`:`\u0628\u06C1\u062A \u0686\u06BE\u0648\u0679\u0627: ${r.origin} \u06A9\u0627 ${a}${r.minimum.toString()} \u06C1\u0648\u0646\u0627 \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627`}case"invalid_format":{let a=r;return a.format==="starts_with"?`\u063A\u0644\u0637 \u0633\u0679\u0631\u0646\u06AF: "${a.prefix}" \u0633\u06D2 \u0634\u0631\u0648\u0639 \u06C1\u0648\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06D2`:a.format==="ends_with"?`\u063A\u0644\u0637 \u0633\u0679\u0631\u0646\u06AF: "${a.suffix}" \u067E\u0631 \u062E\u062A\u0645 \u06C1\u0648\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06D2`:a.format==="includes"?`\u063A\u0644\u0637 \u0633\u0679\u0631\u0646\u06AF: "${a.includes}" \u0634\u0627\u0645\u0644 \u06C1\u0648\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06D2`:a.format==="regex"?`\u063A\u0644\u0637 \u0633\u0679\u0631\u0646\u06AF: \u067E\u06CC\u0679\u0631\u0646 ${a.pattern} \u0633\u06D2 \u0645\u06CC\u0686 \u06C1\u0648\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06D2`:`\u063A\u0644\u0637 ${n[a.format]??r.format}`}case"not_multiple_of":return`\u063A\u0644\u0637 \u0646\u0645\u0628\u0631: ${r.divisor} \u06A9\u0627 \u0645\u0636\u0627\u0639\u0641 \u06C1\u0648\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06D2`;case"unrecognized_keys":return`\u063A\u06CC\u0631 \u062A\u0633\u0644\u06CC\u0645 \u0634\u062F\u06C1 \u06A9\u06CC${r.keys.length>1?"\u0632":""}: ${T(r.keys,"\u060C ")}`;case"invalid_key":return`${r.origin} \u0645\u06CC\u06BA \u063A\u0644\u0637 \u06A9\u06CC`;case"invalid_union":return"\u063A\u0644\u0637 \u0627\u0646 \u067E\u0679";case"invalid_element":return`${r.origin} \u0645\u06CC\u06BA \u063A\u0644\u0637 \u0648\u06CC\u0644\u06CC\u0648`;default:return"\u063A\u0644\u0637 \u0627\u0646 \u067E\u0679"}}},"error");function Gy(){return{localeError:bU()}}o(Gy,"default");var kU=o(()=>{let t={string:{unit:"belgi",verb:"bo\u2018lishi kerak"},file:{unit:"bayt",verb:"bo\u2018lishi kerak"},array:{unit:"element",verb:"bo\u2018lishi kerak"},set:{unit:"element",verb:"bo\u2018lishi kerak"},map:{unit:"yozuv",verb:"bo\u2018lishi kerak"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"kirish",email:"elektron pochta manzili",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO sana va vaqti",date:"ISO sana",time:"ISO vaqt",duration:"ISO davomiylik",ipv4:"IPv4 manzil",ipv6:"IPv6 manzil",mac:"MAC manzil",cidrv4:"IPv4 diapazon",cidrv6:"IPv6 diapazon",base64:"base64 kodlangan satr",base64url:"base64url kodlangan satr",json_string:"JSON satr",e164:"E.164 raqam",jwt:"JWT",template_literal:"kirish"},i={nan:"NaN",number:"raqam",array:"massiv"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`Noto\u2018g\u2018ri kirish: kutilgan instanceof ${r.expected}, qabul qilingan ${l}`:`Noto\u2018g\u2018ri kirish: kutilgan ${a}, qabul qilingan ${l}`}case"invalid_value":return r.values.length===1?`Noto\u2018g\u2018ri kirish: kutilgan ${_(r.values[0])}`:`Noto\u2018g\u2018ri variant: quyidagilardan biri kutilgan ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);return s?`Juda katta: kutilgan ${r.origin??"qiymat"} ${a}${r.maximum.toString()} ${s.unit} ${s.verb}`:`Juda katta: kutilgan ${r.origin??"qiymat"} ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);return s?`Juda kichik: kutilgan ${r.origin} ${a}${r.minimum.toString()} ${s.unit} ${s.verb}`:`Juda kichik: kutilgan ${r.origin} ${a}${r.minimum.toString()}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`Noto\u2018g\u2018ri satr: "${a.prefix}" bilan boshlanishi kerak`:a.format==="ends_with"?`Noto\u2018g\u2018ri satr: "${a.suffix}" bilan tugashi kerak`:a.format==="includes"?`Noto\u2018g\u2018ri satr: "${a.includes}" ni o\u2018z ichiga olishi kerak`:a.format==="regex"?`Noto\u2018g\u2018ri satr: ${a.pattern} shabloniga mos kelishi kerak`:`Noto\u2018g\u2018ri ${n[a.format]??r.format}`}case"not_multiple_of":return`Noto\u2018g\u2018ri raqam: ${r.divisor} ning karralisi bo\u2018lishi kerak`;case"unrecognized_keys":return`Noma\u2019lum kalit${r.keys.length>1?"lar":""}: ${T(r.keys,", ")}`;case"invalid_key":return`${r.origin} dagi kalit noto\u2018g\u2018ri`;case"invalid_union":return"Noto\u2018g\u2018ri kirish";case"invalid_element":return`${r.origin} da noto\u2018g\u2018ri qiymat`;default:return"Noto\u2018g\u2018ri kirish"}}},"error");function Hy(){return{localeError:kU()}}o(Hy,"default");var yU=o(()=>{let t={string:{unit:"k\xFD t\u1EF1",verb:"c\xF3"},file:{unit:"byte",verb:"c\xF3"},array:{unit:"ph\u1EA7n t\u1EED",verb:"c\xF3"},set:{unit:"ph\u1EA7n t\u1EED",verb:"c\xF3"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"\u0111\u1EA7u v\xE0o",email:"\u0111\u1ECBa ch\u1EC9 email",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ng\xE0y gi\u1EDD ISO",date:"ng\xE0y ISO",time:"gi\u1EDD ISO",duration:"kho\u1EA3ng th\u1EDDi gian ISO",ipv4:"\u0111\u1ECBa ch\u1EC9 IPv4",ipv6:"\u0111\u1ECBa ch\u1EC9 IPv6",cidrv4:"d\u1EA3i IPv4",cidrv6:"d\u1EA3i IPv6",base64:"chu\u1ED7i m\xE3 h\xF3a base64",base64url:"chu\u1ED7i m\xE3 h\xF3a base64url",json_string:"chu\u1ED7i JSON",e164:"s\u1ED1 E.164",jwt:"JWT",template_literal:"\u0111\u1EA7u v\xE0o"},i={nan:"NaN",number:"s\u1ED1",array:"m\u1EA3ng"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`\u0110\u1EA7u v\xE0o kh\xF4ng h\u1EE3p l\u1EC7: mong \u0111\u1EE3i instanceof ${r.expected}, nh\u1EADn \u0111\u01B0\u1EE3c ${l}`:`\u0110\u1EA7u v\xE0o kh\xF4ng h\u1EE3p l\u1EC7: mong \u0111\u1EE3i ${a}, nh\u1EADn \u0111\u01B0\u1EE3c ${l}`}case"invalid_value":return r.values.length===1?`\u0110\u1EA7u v\xE0o kh\xF4ng h\u1EE3p l\u1EC7: mong \u0111\u1EE3i ${_(r.values[0])}`:`T\xF9y ch\u1ECDn kh\xF4ng h\u1EE3p l\u1EC7: mong \u0111\u1EE3i m\u1ED9t trong c\xE1c gi\xE1 tr\u1ECB ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);return s?`Qu\xE1 l\u1EDBn: mong \u0111\u1EE3i ${r.origin??"gi\xE1 tr\u1ECB"} ${s.verb} ${a}${r.maximum.toString()} ${s.unit??"ph\u1EA7n t\u1EED"}`:`Qu\xE1 l\u1EDBn: mong \u0111\u1EE3i ${r.origin??"gi\xE1 tr\u1ECB"} ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);return s?`Qu\xE1 nh\u1ECF: mong \u0111\u1EE3i ${r.origin} ${s.verb} ${a}${r.minimum.toString()} ${s.unit}`:`Qu\xE1 nh\u1ECF: mong \u0111\u1EE3i ${r.origin} ${a}${r.minimum.toString()}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`Chu\u1ED7i kh\xF4ng h\u1EE3p l\u1EC7: ph\u1EA3i b\u1EAFt \u0111\u1EA7u b\u1EB1ng "${a.prefix}"`:a.format==="ends_with"?`Chu\u1ED7i kh\xF4ng h\u1EE3p l\u1EC7: ph\u1EA3i k\u1EBFt th\xFAc b\u1EB1ng "${a.suffix}"`:a.format==="includes"?`Chu\u1ED7i kh\xF4ng h\u1EE3p l\u1EC7: ph\u1EA3i bao g\u1ED3m "${a.includes}"`:a.format==="regex"?`Chu\u1ED7i kh\xF4ng h\u1EE3p l\u1EC7: ph\u1EA3i kh\u1EDBp v\u1EDBi m\u1EABu ${a.pattern}`:`${n[a.format]??r.format} kh\xF4ng h\u1EE3p l\u1EC7`}case"not_multiple_of":return`S\u1ED1 kh\xF4ng h\u1EE3p l\u1EC7: ph\u1EA3i l\xE0 b\u1ED9i s\u1ED1 c\u1EE7a ${r.divisor}`;case"unrecognized_keys":return`Kh\xF3a kh\xF4ng \u0111\u01B0\u1EE3c nh\u1EADn d\u1EA1ng: ${T(r.keys,", ")}`;case"invalid_key":return`Kh\xF3a kh\xF4ng h\u1EE3p l\u1EC7 trong ${r.origin}`;case"invalid_union":return"\u0110\u1EA7u v\xE0o kh\xF4ng h\u1EE3p l\u1EC7";case"invalid_element":return`Gi\xE1 tr\u1ECB kh\xF4ng h\u1EE3p l\u1EC7 trong ${r.origin}`;default:return"\u0110\u1EA7u v\xE0o kh\xF4ng h\u1EE3p l\u1EC7"}}},"error");function qy(){return{localeError:yU()}}o(qy,"default");var xU=o(()=>{let t={string:{unit:"\u5B57\u7B26",verb:"\u5305\u542B"},file:{unit:"\u5B57\u8282",verb:"\u5305\u542B"},array:{unit:"\u9879",verb:"\u5305\u542B"},set:{unit:"\u9879",verb:"\u5305\u542B"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"\u8F93\u5165",email:"\u7535\u5B50\u90AE\u4EF6",url:"URL",emoji:"\u8868\u60C5\u7B26\u53F7",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO\u65E5\u671F\u65F6\u95F4",date:"ISO\u65E5\u671F",time:"ISO\u65F6\u95F4",duration:"ISO\u65F6\u957F",ipv4:"IPv4\u5730\u5740",ipv6:"IPv6\u5730\u5740",cidrv4:"IPv4\u7F51\u6BB5",cidrv6:"IPv6\u7F51\u6BB5",base64:"base64\u7F16\u7801\u5B57\u7B26\u4E32",base64url:"base64url\u7F16\u7801\u5B57\u7B26\u4E32",json_string:"JSON\u5B57\u7B26\u4E32",e164:"E.164\u53F7\u7801",jwt:"JWT",template_literal:"\u8F93\u5165"},i={nan:"NaN",number:"\u6570\u5B57",array:"\u6570\u7EC4",null:"\u7A7A\u503C(null)"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`\u65E0\u6548\u8F93\u5165\uFF1A\u671F\u671B instanceof ${r.expected}\uFF0C\u5B9E\u9645\u63A5\u6536 ${l}`:`\u65E0\u6548\u8F93\u5165\uFF1A\u671F\u671B ${a}\uFF0C\u5B9E\u9645\u63A5\u6536 ${l}`}case"invalid_value":return r.values.length===1?`\u65E0\u6548\u8F93\u5165\uFF1A\u671F\u671B ${_(r.values[0])}`:`\u65E0\u6548\u9009\u9879\uFF1A\u671F\u671B\u4EE5\u4E0B\u4E4B\u4E00 ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);return s?`\u6570\u503C\u8FC7\u5927\uFF1A\u671F\u671B ${r.origin??"\u503C"} ${a}${r.maximum.toString()} ${s.unit??"\u4E2A\u5143\u7D20"}`:`\u6570\u503C\u8FC7\u5927\uFF1A\u671F\u671B ${r.origin??"\u503C"} ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);return s?`\u6570\u503C\u8FC7\u5C0F\uFF1A\u671F\u671B ${r.origin} ${a}${r.minimum.toString()} ${s.unit}`:`\u6570\u503C\u8FC7\u5C0F\uFF1A\u671F\u671B ${r.origin} ${a}${r.minimum.toString()}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`\u65E0\u6548\u5B57\u7B26\u4E32\uFF1A\u5FC5\u987B\u4EE5 "${a.prefix}" \u5F00\u5934`:a.format==="ends_with"?`\u65E0\u6548\u5B57\u7B26\u4E32\uFF1A\u5FC5\u987B\u4EE5 "${a.suffix}" \u7ED3\u5C3E`:a.format==="includes"?`\u65E0\u6548\u5B57\u7B26\u4E32\uFF1A\u5FC5\u987B\u5305\u542B "${a.includes}"`:a.format==="regex"?`\u65E0\u6548\u5B57\u7B26\u4E32\uFF1A\u5FC5\u987B\u6EE1\u8DB3\u6B63\u5219\u8868\u8FBE\u5F0F ${a.pattern}`:`\u65E0\u6548${n[a.format]??r.format}`}case"not_multiple_of":return`\u65E0\u6548\u6570\u5B57\uFF1A\u5FC5\u987B\u662F ${r.divisor} \u7684\u500D\u6570`;case"unrecognized_keys":return`\u51FA\u73B0\u672A\u77E5\u7684\u952E(key): ${T(r.keys,", ")}`;case"invalid_key":return`${r.origin} \u4E2D\u7684\u952E(key)\u65E0\u6548`;case"invalid_union":return"\u65E0\u6548\u8F93\u5165";case"invalid_element":return`${r.origin} \u4E2D\u5305\u542B\u65E0\u6548\u503C(value)`;default:return"\u65E0\u6548\u8F93\u5165"}}},"error");function Wy(){return{localeError:xU()}}o(Wy,"default");var CU=o(()=>{let t={string:{unit:"\u5B57\u5143",verb:"\u64C1\u6709"},file:{unit:"\u4F4D\u5143\u7D44",verb:"\u64C1\u6709"},array:{unit:"\u9805\u76EE",verb:"\u64C1\u6709"},set:{unit:"\u9805\u76EE",verb:"\u64C1\u6709"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"\u8F38\u5165",email:"\u90F5\u4EF6\u5730\u5740",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u65E5\u671F\u6642\u9593",date:"ISO \u65E5\u671F",time:"ISO \u6642\u9593",duration:"ISO \u671F\u9593",ipv4:"IPv4 \u4F4D\u5740",ipv6:"IPv6 \u4F4D\u5740",cidrv4:"IPv4 \u7BC4\u570D",cidrv6:"IPv6 \u7BC4\u570D",base64:"base64 \u7DE8\u78BC\u5B57\u4E32",base64url:"base64url \u7DE8\u78BC\u5B57\u4E32",json_string:"JSON \u5B57\u4E32",e164:"E.164 \u6578\u503C",jwt:"JWT",template_literal:"\u8F38\u5165"},i={nan:"NaN"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`\u7121\u6548\u7684\u8F38\u5165\u503C\uFF1A\u9810\u671F\u70BA instanceof ${r.expected}\uFF0C\u4F46\u6536\u5230 ${l}`:`\u7121\u6548\u7684\u8F38\u5165\u503C\uFF1A\u9810\u671F\u70BA ${a}\uFF0C\u4F46\u6536\u5230 ${l}`}case"invalid_value":return r.values.length===1?`\u7121\u6548\u7684\u8F38\u5165\u503C\uFF1A\u9810\u671F\u70BA ${_(r.values[0])}`:`\u7121\u6548\u7684\u9078\u9805\uFF1A\u9810\u671F\u70BA\u4EE5\u4E0B\u5176\u4E2D\u4E4B\u4E00 ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);return s?`\u6578\u503C\u904E\u5927\uFF1A\u9810\u671F ${r.origin??"\u503C"} \u61C9\u70BA ${a}${r.maximum.toString()} ${s.unit??"\u500B\u5143\u7D20"}`:`\u6578\u503C\u904E\u5927\uFF1A\u9810\u671F ${r.origin??"\u503C"} \u61C9\u70BA ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);return s?`\u6578\u503C\u904E\u5C0F\uFF1A\u9810\u671F ${r.origin} \u61C9\u70BA ${a}${r.minimum.toString()} ${s.unit}`:`\u6578\u503C\u904E\u5C0F\uFF1A\u9810\u671F ${r.origin} \u61C9\u70BA ${a}${r.minimum.toString()}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`\u7121\u6548\u7684\u5B57\u4E32\uFF1A\u5FC5\u9808\u4EE5 "${a.prefix}" \u958B\u982D`:a.format==="ends_with"?`\u7121\u6548\u7684\u5B57\u4E32\uFF1A\u5FC5\u9808\u4EE5 "${a.suffix}" \u7D50\u5C3E`:a.format==="includes"?`\u7121\u6548\u7684\u5B57\u4E32\uFF1A\u5FC5\u9808\u5305\u542B "${a.includes}"`:a.format==="regex"?`\u7121\u6548\u7684\u5B57\u4E32\uFF1A\u5FC5\u9808\u7B26\u5408\u683C\u5F0F ${a.pattern}`:`\u7121\u6548\u7684 ${n[a.format]??r.format}`}case"not_multiple_of":return`\u7121\u6548\u7684\u6578\u5B57\uFF1A\u5FC5\u9808\u70BA ${r.divisor} \u7684\u500D\u6578`;case"unrecognized_keys":return`\u7121\u6CD5\u8B58\u5225\u7684\u9375\u503C${r.keys.length>1?"\u5011":""}\uFF1A${T(r.keys,"\u3001")}`;case"invalid_key":return`${r.origin} \u4E2D\u6709\u7121\u6548\u7684\u9375\u503C`;case"invalid_union":return"\u7121\u6548\u7684\u8F38\u5165\u503C";case"invalid_element":return`${r.origin} \u4E2D\u6709\u7121\u6548\u7684\u503C`;default:return"\u7121\u6548\u7684\u8F38\u5165\u503C"}}},"error");function Jy(){return{localeError:CU()}}o(Jy,"default");var wU=o(()=>{let t={string:{unit:"\xE0mi",verb:"n\xED"},file:{unit:"bytes",verb:"n\xED"},array:{unit:"nkan",verb:"n\xED"},set:{unit:"nkan",verb:"n\xED"}};function e(r){return t[r]??null}o(e,"getSizing");let n={regex:"\u1EB9\u0300r\u1ECD \xECb\xE1w\u1ECDl\xE9",email:"\xE0d\xEDr\u1EB9\u0301s\xEC \xECm\u1EB9\u0301l\xEC",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\xE0k\xF3k\xF2 ISO",date:"\u1ECDj\u1ECD\u0301 ISO",time:"\xE0k\xF3k\xF2 ISO",duration:"\xE0k\xF3k\xF2 t\xF3 p\xE9 ISO",ipv4:"\xE0d\xEDr\u1EB9\u0301s\xEC IPv4",ipv6:"\xE0d\xEDr\u1EB9\u0301s\xEC IPv6",cidrv4:"\xE0gb\xE8gb\xE8 IPv4",cidrv6:"\xE0gb\xE8gb\xE8 IPv6",base64:"\u1ECD\u0300r\u1ECD\u0300 t\xED a k\u1ECD\u0301 n\xED base64",base64url:"\u1ECD\u0300r\u1ECD\u0300 base64url",json_string:"\u1ECD\u0300r\u1ECD\u0300 JSON",e164:"n\u1ECD\u0301mb\xE0 E.164",jwt:"JWT",template_literal:"\u1EB9\u0300r\u1ECD \xECb\xE1w\u1ECDl\xE9"},i={nan:"NaN",number:"n\u1ECD\u0301mb\xE0",array:"akop\u1ECD"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,s=z(r.input),l=i[s]??s;return/^[A-Z]/.test(r.expected)?`\xCCb\xE1w\u1ECDl\xE9 a\u1E63\xEC\u1E63e: a n\xED l\xE1ti fi instanceof ${r.expected}, \xE0m\u1ECD\u0300 a r\xED ${l}`:`\xCCb\xE1w\u1ECDl\xE9 a\u1E63\xEC\u1E63e: a n\xED l\xE1ti fi ${a}, \xE0m\u1ECD\u0300 a r\xED ${l}`}case"invalid_value":return r.values.length===1?`\xCCb\xE1w\u1ECDl\xE9 a\u1E63\xEC\u1E63e: a n\xED l\xE1ti fi ${_(r.values[0])}`:`\xC0\u1E63\xE0y\xE0n a\u1E63\xEC\u1E63e: yan \u1ECD\u0300kan l\xE1ra ${T(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",s=e(r.origin);return s?`T\xF3 p\u1ECD\u0300 j\xF9: a n\xED l\xE1ti j\u1EB9\u0301 p\xE9 ${r.origin??"iye"} ${s.verb} ${a}${r.maximum} ${s.unit}`:`T\xF3 p\u1ECD\u0300 j\xF9: a n\xED l\xE1ti j\u1EB9\u0301 ${a}${r.maximum}`}case"too_small":{let a=r.inclusive?">=":">",s=e(r.origin);return s?`K\xE9r\xE9 ju: a n\xED l\xE1ti j\u1EB9\u0301 p\xE9 ${r.origin} ${s.verb} ${a}${r.minimum} ${s.unit}`:`K\xE9r\xE9 ju: a n\xED l\xE1ti j\u1EB9\u0301 ${a}${r.minimum}`}case"invalid_format":{let a=r;return a.format==="starts_with"?`\u1ECC\u0300r\u1ECD\u0300 a\u1E63\xEC\u1E63e: gb\u1ECD\u0301d\u1ECD\u0300 b\u1EB9\u0300r\u1EB9\u0300 p\u1EB9\u0300l\xFA "${a.prefix}"`:a.format==="ends_with"?`\u1ECC\u0300r\u1ECD\u0300 a\u1E63\xEC\u1E63e: gb\u1ECD\u0301d\u1ECD\u0300 par\xED p\u1EB9\u0300l\xFA "${a.suffix}"`:a.format==="includes"?`\u1ECC\u0300r\u1ECD\u0300 a\u1E63\xEC\u1E63e: gb\u1ECD\u0301d\u1ECD\u0300 n\xED "${a.includes}"`:a.format==="regex"?`\u1ECC\u0300r\u1ECD\u0300 a\u1E63\xEC\u1E63e: gb\u1ECD\u0301d\u1ECD\u0300 b\xE1 \xE0p\u1EB9\u1EB9r\u1EB9 mu ${a.pattern}`:`A\u1E63\xEC\u1E63e: ${n[a.format]??r.format}`}case"not_multiple_of":return`N\u1ECD\u0301mb\xE0 a\u1E63\xEC\u1E63e: gb\u1ECD\u0301d\u1ECD\u0300 j\u1EB9\u0301 \xE8y\xE0 p\xEDp\xEDn ti ${r.divisor}`;case"unrecognized_keys":return`B\u1ECDt\xECn\xEC \xE0\xECm\u1ECD\u0300: ${T(r.keys,", ")}`;case"invalid_key":return`B\u1ECDt\xECn\xEC a\u1E63\xEC\u1E63e n\xEDn\xFA ${r.origin}`;case"invalid_union":return"\xCCb\xE1w\u1ECDl\xE9 a\u1E63\xEC\u1E63e";case"invalid_element":return`Iye a\u1E63\xEC\u1E63e n\xEDn\xFA ${r.origin}`;default:return"\xCCb\xE1w\u1ECDl\xE9 a\u1E63\xEC\u1E63e"}}},"error");function Ky(){return{localeError:wU()}}o(Ky,"default");var DT,Yy=Symbol("ZodOutput"),Xy=Symbol("ZodInput"),Mp=class{static{o(this,"$ZodRegistry")}constructor(){this._map=new WeakMap,this._idmap=new Map}add(e,...n){let i=n[0];return this._map.set(e,i),i&&typeof i=="object"&&"id"in i&&this._idmap.set(i.id,e),this}clear(){return this._map=new WeakMap,this._idmap=new Map,this}remove(e){let n=this._map.get(e);return n&&typeof n=="object"&&"id"in n&&this._idmap.delete(n.id),this._map.delete(e),this}get(e){let n=e._zod.parent;if(n){let i={...this.get(n)??{}};delete i.id;let r={...i,...this._map.get(e)};return Object.keys(r).length?r:void 0}return this._map.get(e)}has(e){return this._map.has(e)}};function $p(){return new Mp}o($p,"registry");(DT=globalThis).__zod_globalRegistry??(DT.__zod_globalRegistry=$p());var Lt=globalThis.__zod_globalRegistry;function Qy(t,e){return new t({type:"string",...L(e)})}o(Qy,"_string");function e0(t,e){return new t({type:"string",coerce:!0,...L(e)})}o(e0,"_coercedString");function Rp(t,e){return new t({type:"string",format:"email",check:"string_format",abort:!1,...L(e)})}o(Rp,"_email");function fl(t,e){return new t({type:"string",format:"guid",check:"string_format",abort:!1,...L(e)})}o(fl,"_guid");function Lp(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,...L(e)})}o(Lp,"_uuid");function jp(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...L(e)})}o(jp,"_uuidv4");function Bp(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...L(e)})}o(Bp,"_uuidv6");function Up(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...L(e)})}o(Up,"_uuidv7");function gl(t,e){return new t({type:"string",format:"url",check:"string_format",abort:!1,...L(e)})}o(gl,"_url");function Vp(t,e){return new t({type:"string",format:"emoji",check:"string_format",abort:!1,...L(e)})}o(Vp,"_emoji");function Zp(t,e){return new t({type:"string",format:"nanoid",check:"string_format",abort:!1,...L(e)})}o(Zp,"_nanoid");function Gp(t,e){return new t({type:"string",format:"cuid",check:"string_format",abort:!1,...L(e)})}o(Gp,"_cuid");function Hp(t,e){return new t({type:"string",format:"cuid2",check:"string_format",abort:!1,...L(e)})}o(Hp,"_cuid2");function qp(t,e){return new t({type:"string",format:"ulid",check:"string_format",abort:!1,...L(e)})}o(qp,"_ulid");function Wp(t,e){return new t({type:"string",format:"xid",check:"string_format",abort:!1,...L(e)})}o(Wp,"_xid");function Jp(t,e){return new t({type:"string",format:"ksuid",check:"string_format",abort:!1,...L(e)})}o(Jp,"_ksuid");function Kp(t,e){return new t({type:"string",format:"ipv4",check:"string_format",abort:!1,...L(e)})}o(Kp,"_ipv4");function Yp(t,e){return new t({type:"string",format:"ipv6",check:"string_format",abort:!1,...L(e)})}o(Yp,"_ipv6");function t0(t,e){return new t({type:"string",format:"mac",check:"string_format",abort:!1,...L(e)})}o(t0,"_mac");function Xp(t,e){return new t({type:"string",format:"cidrv4",check:"string_format",abort:!1,...L(e)})}o(Xp,"_cidrv4");function Qp(t,e){return new t({type:"string",format:"cidrv6",check:"string_format",abort:!1,...L(e)})}o(Qp,"_cidrv6");function ed(t,e){return new t({type:"string",format:"base64",check:"string_format",abort:!1,...L(e)})}o(ed,"_base64");function td(t,e){return new t({type:"string",format:"base64url",check:"string_format",abort:!1,...L(e)})}o(td,"_base64url");function nd(t,e){return new t({type:"string",format:"e164",check:"string_format",abort:!1,...L(e)})}o(nd,"_e164");function rd(t,e){return new t({type:"string",format:"jwt",check:"string_format",abort:!1,...L(e)})}o(rd,"_jwt");var n0={Any:null,Minute:-1,Second:0,Millisecond:3,Microsecond:6};function r0(t,e){return new t({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...L(e)})}o(r0,"_isoDateTime");function i0(t,e){return new t({type:"string",format:"date",check:"string_format",...L(e)})}o(i0,"_isoDate");function a0(t,e){return new t({type:"string",format:"time",check:"string_format",precision:null,...L(e)})}o(a0,"_isoTime");function o0(t,e){return new t({type:"string",format:"duration",check:"string_format",...L(e)})}o(o0,"_isoDuration");function s0(t,e){return new t({type:"number",checks:[],...L(e)})}o(s0,"_number");function l0(t,e){return new t({type:"number",coerce:!0,checks:[],...L(e)})}o(l0,"_coercedNumber");function c0(t,e){return new t({type:"number",check:"number_format",abort:!1,format:"safeint",...L(e)})}o(c0,"_int");function u0(t,e){return new t({type:"number",check:"number_format",abort:!1,format:"float32",...L(e)})}o(u0,"_float32");function p0(t,e){return new t({type:"number",check:"number_format",abort:!1,format:"float64",...L(e)})}o(p0,"_float64");function d0(t,e){return new t({type:"number",check:"number_format",abort:!1,format:"int32",...L(e)})}o(d0,"_int32");function m0(t,e){return new t({type:"number",check:"number_format",abort:!1,format:"uint32",...L(e)})}o(m0,"_uint32");function h0(t,e){return new t({type:"boolean",...L(e)})}o(h0,"_boolean");function f0(t,e){return new t({type:"boolean",coerce:!0,...L(e)})}o(f0,"_coercedBoolean");function g0(t,e){return new t({type:"bigint",...L(e)})}o(g0,"_bigint");function v0(t,e){return new t({type:"bigint",coerce:!0,...L(e)})}o(v0,"_coercedBigint");function b0(t,e){return new t({type:"bigint",check:"bigint_format",abort:!1,format:"int64",...L(e)})}o(b0,"_int64");function k0(t,e){return new t({type:"bigint",check:"bigint_format",abort:!1,format:"uint64",...L(e)})}o(k0,"_uint64");function y0(t,e){return new t({type:"symbol",...L(e)})}o(y0,"_symbol");function x0(t,e){return new t({type:"undefined",...L(e)})}o(x0,"_undefined");function C0(t,e){return new t({type:"null",...L(e)})}o(C0,"_null");function w0(t){return new t({type:"any"})}o(w0,"_any");function A0(t){return new t({type:"unknown"})}o(A0,"_unknown");function S0(t,e){return new t({type:"never",...L(e)})}o(S0,"_never");function E0(t,e){return new t({type:"void",...L(e)})}o(E0,"_void");function P0(t,e){return new t({type:"date",...L(e)})}o(P0,"_date");function F0(t,e){return new t({type:"date",coerce:!0,...L(e)})}o(F0,"_coercedDate");function T0(t,e){return new t({type:"nan",...L(e)})}o(T0,"_nan");function Ir(t,e){return new Sp({check:"less_than",...L(e),value:t,inclusive:!1})}o(Ir,"_lt");function jn(t,e){return new Sp({check:"less_than",...L(e),value:t,inclusive:!0})}o(jn,"_lte");function Dr(t,e){return new Ep({check:"greater_than",...L(e),value:t,inclusive:!1})}o(Dr,"_gt");function cn(t,e){return new Ep({check:"greater_than",...L(e),value:t,inclusive:!0})}o(cn,"_gte");function id(t){return Dr(0,t)}o(id,"_positive");function ad(t){return Ir(0,t)}o(ad,"_negative");function od(t){return jn(0,t)}o(od,"_nonpositive");function sd(t){return cn(0,t)}o(sd,"_nonnegative");function $i(t,e){return new Pb({check:"multiple_of",...L(e),value:t})}o($i,"_multipleOf");function Ri(t,e){return new Ib({check:"max_size",...L(e),maximum:t})}o(Ri,"_maxSize");function Nr(t,e){return new Db({check:"min_size",...L(e),minimum:t})}o(Nr,"_minSize");function Sa(t,e){return new Nb({check:"size_equals",...L(e),size:t})}o(Sa,"_size");function Ea(t,e){return new _b({check:"max_length",...L(e),maximum:t})}o(Ea,"_maxLength");function li(t,e){return new zb({check:"min_length",...L(e),minimum:t})}o(li,"_minLength");function Pa(t,e){return new Ob({check:"length_equals",...L(e),length:t})}o(Pa,"_length");function No(t,e){return new Mb({check:"string_format",format:"regex",...L(e),pattern:t})}o(No,"_regex");function _o(t){return new $b({check:"string_format",format:"lowercase",...L(t)})}o(_o,"_lowercase");function zo(t){return new Rb({check:"string_format",format:"uppercase",...L(t)})}o(zo,"_uppercase");function Oo(t,e){return new Lb({check:"string_format",format:"includes",...L(e),includes:t})}o(Oo,"_includes");function Mo(t,e){return new jb({check:"string_format",format:"starts_with",...L(e),prefix:t})}o(Mo,"_startsWith");function $o(t,e){return new Bb({check:"string_format",format:"ends_with",...L(e),suffix:t})}o($o,"_endsWith");function ld(t,e,n){return new Ub({check:"property",property:t,schema:e,...L(n)})}o(ld,"_property");function Ro(t,e){return new Vb({check:"mime_type",mime:t,...L(e)})}o(Ro,"_mime");function hr(t){return new Zb({check:"overwrite",tx:t})}o(hr,"_overwrite");function Lo(t){return hr(e=>e.normalize(t))}o(Lo,"_normalize");function jo(){return hr(t=>t.trim())}o(jo,"_trim");function Bo(){return hr(t=>t.toLowerCase())}o(Bo,"_toLowerCase");function Uo(){return hr(t=>t.toUpperCase())}o(Uo,"_toUpperCase");function Vo(){return hr(t=>jv(t))}o(Vo,"_slugify");function I0(t,e,n){return new t({type:"array",element:e,...L(n)})}o(I0,"_array");function SU(t,e,n){return new t({type:"union",options:e,...L(n)})}o(SU,"_union");function EU(t,e,n){return new t({type:"union",options:e,inclusive:!1,...L(n)})}o(EU,"_xor");function PU(t,e,n,i){return new t({type:"union",options:n,discriminator:e,...L(i)})}o(PU,"_discriminatedUnion");function FU(t,e,n){return new t({type:"intersection",left:e,right:n})}o(FU,"_intersection");function TU(t,e,n,i){let r=n instanceof le,a=r?i:n,s=r?n:null;return new t({type:"tuple",items:e,rest:s,...L(a)})}o(TU,"_tuple");function IU(t,e,n,i){return new t({type:"record",keyType:e,valueType:n,...L(i)})}o(IU,"_record");function DU(t,e,n,i){return new t({type:"map",keyType:e,valueType:n,...L(i)})}o(DU,"_map");function NU(t,e,n){return new t({type:"set",valueType:e,...L(n)})}o(NU,"_set");function _U(t,e,n){let i=Array.isArray(e)?Object.fromEntries(e.map(r=>[r,r])):e;return new t({type:"enum",entries:i,...L(n)})}o(_U,"_enum");function zU(t,e,n){return new t({type:"enum",entries:e,...L(n)})}o(zU,"_nativeEnum");function OU(t,e,n){return new t({type:"literal",values:Array.isArray(e)?e:[e],...L(n)})}o(OU,"_literal");function D0(t,e){return new t({type:"file",...L(e)})}o(D0,"_file");function MU(t,e){return new t({type:"transform",transform:e})}o(MU,"_transform");function $U(t,e){return new t({type:"optional",innerType:e})}o($U,"_optional");function RU(t,e){return new t({type:"nullable",innerType:e})}o(RU,"_nullable");function LU(t,e,n){return new t({type:"default",innerType:e,get defaultValue(){return typeof n=="function"?n():Uv(n)}})}o(LU,"_default");function jU(t,e,n){return new t({type:"nonoptional",innerType:e,...L(n)})}o(jU,"_nonoptional");function BU(t,e){return new t({type:"success",innerType:e})}o(BU,"_success");function UU(t,e,n){return new t({type:"catch",innerType:e,catchValue:typeof n=="function"?n:()=>n})}o(UU,"_catch");function VU(t,e,n){return new t({type:"pipe",in:e,out:n})}o(VU,"_pipe");function ZU(t,e){return new t({type:"readonly",innerType:e})}o(ZU,"_readonly");function GU(t,e,n){return new t({type:"template_literal",parts:e,...L(n)})}o(GU,"_templateLiteral");function HU(t,e){return new t({type:"lazy",getter:e})}o(HU,"_lazy");function qU(t,e){return new t({type:"promise",innerType:e})}o(qU,"_promise");function N0(t,e,n){let i=L(n);return i.abort??(i.abort=!0),new t({type:"custom",check:"custom",fn:e,...i})}o(N0,"_custom");function _0(t,e,n){return new t({type:"custom",check:"custom",fn:e,...L(n)})}o(_0,"_refine");function z0(t,e){let n=NT(i=>(i.addIssue=r=>{if(typeof r=="string")i.issues.push(So(r,i.value,n._zod.def));else{let a=r;a.fatal&&(a.continue=!1),a.code??(a.code="custom"),a.input??(a.input=i.value),a.inst??(a.inst=n),a.continue??(a.continue=!n._zod.def.abort),i.issues.push(So(a))}},t(i.value,i)),e);return n}o(z0,"_superRefine");function NT(t,e){let n=new Ze({check:"custom",...L(e)});return n._zod.check=t,n}o(NT,"_check");function O0(t){let e=new Ze({check:"describe"});return e._zod.onattach=[n=>{let i=Lt.get(n)??{};Lt.add(n,{...i,description:t})}],e._zod.check=()=>{},e}o(O0,"describe");function M0(t){let e=new Ze({check:"meta"});return e._zod.onattach=[n=>{let i=Lt.get(n)??{};Lt.add(n,{...i,...t})}],e._zod.check=()=>{},e}o(M0,"meta");function $0(t,e){let n=L(e),i=n.truthy??["true","1","yes","on","y","enabled"],r=n.falsy??["false","0","no","off","n","disabled"];n.case!=="sensitive"&&(i=i.map(h=>typeof h=="string"?h.toLowerCase():h),r=r.map(h=>typeof h=="string"?h.toLowerCase():h));let a=new Set(i),s=new Set(r),l=t.Codec??cl,c=t.Boolean??sl,u=t.String??Aa,p=new u({type:"string",error:n.error}),d=new c({type:"boolean",error:n.error}),m=new l({type:"pipe",in:p,out:d,transform:o(((h,f)=>{let b=h;return n.case!=="sensitive"&&(b=b.toLowerCase()),a.has(b)?!0:s.has(b)?!1:(f.issues.push({code:"invalid_value",expected:"stringbool",values:[...a,...s],input:f.value,inst:m,continue:!1}),{})}),"transform"),reverseTransform:o(((h,f)=>h===!0?i[0]||"true":r[0]||"false"),"reverseTransform"),error:n.error});return m}o($0,"_stringbool");function Zo(t,e,n,i={}){let r=L(i),a={...L(i),check:"string_format",type:"string",format:e,fn:typeof n=="function"?n:l=>n.test(l),...r};return n instanceof RegExp&&(a.pattern=n),new t(a)}o(Zo,"_stringFormat");function Li(t){let e=t?.target??"draft-2020-12";return e==="draft-4"&&(e="draft-04"),e==="draft-7"&&(e="draft-07"),{processors:t.processors??{},metadataRegistry:t?.metadata??Lt,target:e,unrepresentable:t?.unrepresentable??"throw",override:t?.override??(()=>{}),io:t?.io??"output",counter:0,seen:new Map,cycles:t?.cycles??"ref",reused:t?.reused??"inline",external:t?.external??void 0}}o(Li,"initializeContext");function $e(t,e,n={path:[],schemaPath:[]}){var i;let r=t._zod.def,a=e.seen.get(t);if(a)return a.count++,n.schemaPath.includes(t)&&(a.cycle=n.path),a.schema;let s={schema:{},count:1,cycle:void 0,path:n.path};e.seen.set(t,s);let l=t._zod.toJSONSchema?.();if(l)s.schema=l;else{let p={...n,schemaPath:[...n.schemaPath,t],path:n.path};if(t._zod.processJSONSchema)t._zod.processJSONSchema(e,s.schema,p);else{let m=s.schema,h=e.processors[r.type];if(!h)throw new Error(`[toJSONSchema]: Non-representable type encountered: ${r.type}`);h(t,e,m,p)}let d=t._zod.parent;d&&(s.ref||(s.ref=d),$e(d,e,p),e.seen.get(d).isParent=!0)}let c=e.metadataRegistry.get(t);return c&&Object.assign(s.schema,c),e.io==="input"&&un(t)&&(delete s.schema.examples,delete s.schema.default),e.io==="input"&&"_prefault"in s.schema&&((i=s.schema).default??(i.default=s.schema._prefault)),delete s.schema._prefault,e.seen.get(t).schema}o($e,"process");function ji(t,e){let n=t.seen.get(e);if(!n)throw new Error("Unprocessed schema. This is a bug in Zod.");let i=new Map;for(let s of t.seen.entries()){let l=t.metadataRegistry.get(s[0])?.id;if(l){let c=i.get(l);if(c&&c!==s[0])throw new Error(`Duplicate schema id "${l}" detected during JSON Schema conversion. Two different schemas cannot share the same id when converted together.`);i.set(l,s[0])}}let r=o(s=>{let l=t.target==="draft-2020-12"?"$defs":"definitions";if(t.external){let d=t.external.registry.get(s[0])?.id,m=t.external.uri??(f=>f);if(d)return{ref:m(d)};let h=s[1].defId??s[1].schema.id??`schema${t.counter++}`;return s[1].defId=h,{defId:h,ref:`${m("__shared")}#/${l}/${h}`}}if(s[1]===n)return{ref:"#"};let u=`#/${l}/`,p=s[1].schema.id??`__schema${t.counter++}`;return{defId:p,ref:u+p}},"makeURI"),a=o(s=>{if(s[1].schema.$ref)return;let l=s[1],{ref:c,defId:u}=r(s);l.def={...l.schema},u&&(l.defId=u);let p=l.schema;for(let d in p)delete p[d];p.$ref=c},"extractToDef");if(t.cycles==="throw")for(let s of t.seen.entries()){let l=s[1];if(l.cycle)throw new Error(`Cycle detected: #/${l.cycle?.join("/")}/<root>
|
|
|
|
Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(let s of t.seen.entries()){let l=s[1];if(e===s[0]){a(s);continue}if(t.external){let u=t.external.registry.get(s[0])?.id;if(e!==s[0]&&u){a(s);continue}}if(t.metadataRegistry.get(s[0])?.id){a(s);continue}if(l.cycle){a(s);continue}if(l.count>1&&t.reused==="ref"){a(s);continue}}}o(ji,"extractDefs");function Bi(t,e){let n=t.seen.get(e);if(!n)throw new Error("Unprocessed schema. This is a bug in Zod.");let i=o(l=>{let c=t.seen.get(l);if(c.ref===null)return;let u=c.def??c.schema,p={...u},d=c.ref;if(c.ref=null,d){i(d);let h=t.seen.get(d),f=h.schema;if(f.$ref&&(t.target==="draft-07"||t.target==="draft-04"||t.target==="openapi-3.0")?(u.allOf=u.allOf??[],u.allOf.push(f)):Object.assign(u,f),Object.assign(u,p),l._zod.parent===d)for(let y in u)y==="$ref"||y==="allOf"||y in p||delete u[y];if(f.$ref&&h.def)for(let y in u)y==="$ref"||y==="allOf"||y in h.def&&JSON.stringify(u[y])===JSON.stringify(h.def[y])&&delete u[y]}let m=l._zod.parent;if(m&&m!==d){i(m);let h=t.seen.get(m);if(h?.schema.$ref&&(u.$ref=h.schema.$ref,h.def))for(let f in u)f==="$ref"||f==="allOf"||f in h.def&&JSON.stringify(u[f])===JSON.stringify(h.def[f])&&delete u[f]}t.override({zodSchema:l,jsonSchema:u,path:c.path??[]})},"flattenRef");for(let l of[...t.seen.entries()].reverse())i(l[0]);let r={};if(t.target==="draft-2020-12"?r.$schema="https://json-schema.org/draft/2020-12/schema":t.target==="draft-07"?r.$schema="http://json-schema.org/draft-07/schema#":t.target==="draft-04"?r.$schema="http://json-schema.org/draft-04/schema#":t.target,t.external?.uri){let l=t.external.registry.get(e)?.id;if(!l)throw new Error("Schema is missing an `id` property");r.$id=t.external.uri(l)}Object.assign(r,n.def??n.schema);let a=t.metadataRegistry.get(e)?.id;a!==void 0&&r.id===a&&delete r.id;let s=t.external?.defs??{};for(let l of t.seen.entries()){let c=l[1];c.def&&c.defId&&(c.def.id===c.defId&&delete c.def.id,s[c.defId]=c.def)}t.external||Object.keys(s).length>0&&(t.target==="draft-2020-12"?r.$defs=s:r.definitions=s);try{let l=JSON.parse(JSON.stringify(r));return Object.defineProperty(l,"~standard",{value:{...e["~standard"],jsonSchema:{input:Go(e,"input",t.processors),output:Go(e,"output",t.processors)}},enumerable:!1,writable:!1}),l}catch{throw new Error("Error converting schema to JSON.")}}o(Bi,"finalize");function un(t,e){let n=e??{seen:new Set};if(n.seen.has(t))return!1;n.seen.add(t);let i=t._zod.def;if(i.type==="transform")return!0;if(i.type==="array")return un(i.element,n);if(i.type==="set")return un(i.valueType,n);if(i.type==="lazy")return un(i.getter(),n);if(i.type==="promise"||i.type==="optional"||i.type==="nonoptional"||i.type==="nullable"||i.type==="readonly"||i.type==="default"||i.type==="prefault")return un(i.innerType,n);if(i.type==="intersection")return un(i.left,n)||un(i.right,n);if(i.type==="record"||i.type==="map")return un(i.keyType,n)||un(i.valueType,n);if(i.type==="pipe")return t._zod.traits.has("$ZodCodec")?!0:un(i.in,n)||un(i.out,n);if(i.type==="object"){for(let r in i.shape)if(un(i.shape[r],n))return!0;return!1}if(i.type==="union"){for(let r of i.options)if(un(r,n))return!0;return!1}if(i.type==="tuple"){for(let r of i.items)if(un(r,n))return!0;return!!(i.rest&&un(i.rest,n))}return!1}o(un,"isTransforming");var R0=o((t,e={})=>n=>{let i=Li({...n,processors:e});return $e(t,i),ji(i,t),Bi(i,t)},"createToJSONSchemaMethod"),Go=o((t,e,n={})=>i=>{let{libraryOptions:r,target:a}=i??{},s=Li({...r??{},target:a,io:e,processors:n});return $e(t,s),ji(s,t),Bi(s,t)},"createStandardJSONSchemaMethod");var WU={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""},L0=o((t,e,n,i)=>{let r=n;r.type="string";let{minimum:a,maximum:s,format:l,patterns:c,contentEncoding:u}=t._zod.bag;if(typeof a=="number"&&(r.minLength=a),typeof s=="number"&&(r.maxLength=s),l&&(r.format=WU[l]??l,r.format===""&&delete r.format,l==="time"&&delete r.format),u&&(r.contentEncoding=u),c&&c.size>0){let p=[...c];p.length===1?r.pattern=p[0].source:p.length>1&&(r.allOf=[...p.map(d=>({...e.target==="draft-07"||e.target==="draft-04"||e.target==="openapi-3.0"?{type:"string"}:{},pattern:d.source}))])}},"stringProcessor"),j0=o((t,e,n,i)=>{let r=n,{minimum:a,maximum:s,format:l,multipleOf:c,exclusiveMaximum:u,exclusiveMinimum:p}=t._zod.bag;typeof l=="string"&&l.includes("int")?r.type="integer":r.type="number";let d=typeof p=="number"&&p>=(a??Number.NEGATIVE_INFINITY),m=typeof u=="number"&&u<=(s??Number.POSITIVE_INFINITY),h=e.target==="draft-04"||e.target==="openapi-3.0";d?h?(r.minimum=p,r.exclusiveMinimum=!0):r.exclusiveMinimum=p:typeof a=="number"&&(r.minimum=a),m?h?(r.maximum=u,r.exclusiveMaximum=!0):r.exclusiveMaximum=u:typeof s=="number"&&(r.maximum=s),typeof c=="number"&&(r.multipleOf=c)},"numberProcessor"),B0=o((t,e,n,i)=>{n.type="boolean"},"booleanProcessor"),U0=o((t,e,n,i)=>{if(e.unrepresentable==="throw")throw new Error("BigInt cannot be represented in JSON Schema")},"bigintProcessor"),V0=o((t,e,n,i)=>{if(e.unrepresentable==="throw")throw new Error("Symbols cannot be represented in JSON Schema")},"symbolProcessor"),Z0=o((t,e,n,i)=>{e.target==="openapi-3.0"?(n.type="string",n.nullable=!0,n.enum=[null]):n.type="null"},"nullProcessor"),G0=o((t,e,n,i)=>{if(e.unrepresentable==="throw")throw new Error("Undefined cannot be represented in JSON Schema")},"undefinedProcessor"),H0=o((t,e,n,i)=>{if(e.unrepresentable==="throw")throw new Error("Void cannot be represented in JSON Schema")},"voidProcessor"),q0=o((t,e,n,i)=>{n.not={}},"neverProcessor"),W0=o((t,e,n,i)=>{},"anyProcessor"),J0=o((t,e,n,i)=>{},"unknownProcessor"),K0=o((t,e,n,i)=>{if(e.unrepresentable==="throw")throw new Error("Date cannot be represented in JSON Schema")},"dateProcessor"),Y0=o((t,e,n,i)=>{let r=t._zod.def,a=Ks(r.entries);a.every(s=>typeof s=="number")&&(n.type="number"),a.every(s=>typeof s=="string")&&(n.type="string"),n.enum=a},"enumProcessor"),X0=o((t,e,n,i)=>{let r=t._zod.def,a=[];for(let s of r.values)if(s===void 0){if(e.unrepresentable==="throw")throw new Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof s=="bigint"){if(e.unrepresentable==="throw")throw new Error("BigInt literals cannot be represented in JSON Schema");a.push(Number(s))}else a.push(s);if(a.length!==0)if(a.length===1){let s=a[0];n.type=s===null?"null":typeof s,e.target==="draft-04"||e.target==="openapi-3.0"?n.enum=[s]:n.const=s}else a.every(s=>typeof s=="number")&&(n.type="number"),a.every(s=>typeof s=="string")&&(n.type="string"),a.every(s=>typeof s=="boolean")&&(n.type="boolean"),a.every(s=>s===null)&&(n.type="null"),n.enum=a},"literalProcessor"),Q0=o((t,e,n,i)=>{if(e.unrepresentable==="throw")throw new Error("NaN cannot be represented in JSON Schema")},"nanProcessor"),ex=o((t,e,n,i)=>{let r=n,a=t._zod.pattern;if(!a)throw new Error("Pattern not found in template literal");r.type="string",r.pattern=a.source},"templateLiteralProcessor"),tx=o((t,e,n,i)=>{let r=n,a={type:"string",format:"binary",contentEncoding:"binary"},{minimum:s,maximum:l,mime:c}=t._zod.bag;s!==void 0&&(a.minLength=s),l!==void 0&&(a.maxLength=l),c?c.length===1?(a.contentMediaType=c[0],Object.assign(r,a)):(Object.assign(r,a),r.anyOf=c.map(u=>({contentMediaType:u}))):Object.assign(r,a)},"fileProcessor"),nx=o((t,e,n,i)=>{n.type="boolean"},"successProcessor"),rx=o((t,e,n,i)=>{if(e.unrepresentable==="throw")throw new Error("Custom types cannot be represented in JSON Schema")},"customProcessor"),ix=o((t,e,n,i)=>{if(e.unrepresentable==="throw")throw new Error("Function types cannot be represented in JSON Schema")},"functionProcessor"),ax=o((t,e,n,i)=>{if(e.unrepresentable==="throw")throw new Error("Transforms cannot be represented in JSON Schema")},"transformProcessor"),ox=o((t,e,n,i)=>{if(e.unrepresentable==="throw")throw new Error("Map cannot be represented in JSON Schema")},"mapProcessor"),sx=o((t,e,n,i)=>{if(e.unrepresentable==="throw")throw new Error("Set cannot be represented in JSON Schema")},"setProcessor"),lx=o((t,e,n,i)=>{let r=n,a=t._zod.def,{minimum:s,maximum:l}=t._zod.bag;typeof s=="number"&&(r.minItems=s),typeof l=="number"&&(r.maxItems=l),r.type="array",r.items=$e(a.element,e,{...i,path:[...i.path,"items"]})},"arrayProcessor"),cx=o((t,e,n,i)=>{let r=n,a=t._zod.def;r.type="object",r.properties={};let s=a.shape;for(let u in s)r.properties[u]=$e(s[u],e,{...i,path:[...i.path,"properties",u]});let l=new Set(Object.keys(s)),c=new Set([...l].filter(u=>{let p=a.shape[u]._zod;return e.io==="input"?p.optin===void 0:p.optout===void 0}));c.size>0&&(r.required=Array.from(c)),a.catchall?._zod.def.type==="never"?r.additionalProperties=!1:a.catchall?a.catchall&&(r.additionalProperties=$e(a.catchall,e,{...i,path:[...i.path,"additionalProperties"]})):e.io==="output"&&(r.additionalProperties=!1)},"objectProcessor"),ud=o((t,e,n,i)=>{let r=t._zod.def,a=r.inclusive===!1,s=r.options.map((l,c)=>$e(l,e,{...i,path:[...i.path,a?"oneOf":"anyOf",c]}));a?n.oneOf=s:n.anyOf=s},"unionProcessor"),ux=o((t,e,n,i)=>{let r=t._zod.def,a=$e(r.left,e,{...i,path:[...i.path,"allOf",0]}),s=$e(r.right,e,{...i,path:[...i.path,"allOf",1]}),l=o(u=>"allOf"in u&&Object.keys(u).length===1,"isSimpleIntersection"),c=[...l(a)?a.allOf:[a],...l(s)?s.allOf:[s]];n.allOf=c},"intersectionProcessor"),px=o((t,e,n,i)=>{let r=n,a=t._zod.def;r.type="array";let s=e.target==="draft-2020-12"?"prefixItems":"items",l=e.target==="draft-2020-12"||e.target==="openapi-3.0"?"items":"additionalItems",c=a.items.map((m,h)=>$e(m,e,{...i,path:[...i.path,s,h]})),u=a.rest?$e(a.rest,e,{...i,path:[...i.path,l,...e.target==="openapi-3.0"?[a.items.length]:[]]}):null;e.target==="draft-2020-12"?(r.prefixItems=c,u&&(r.items=u)):e.target==="openapi-3.0"?(r.items={anyOf:c},u&&r.items.anyOf.push(u),r.minItems=c.length,u||(r.maxItems=c.length)):(r.items=c,u&&(r.additionalItems=u));let{minimum:p,maximum:d}=t._zod.bag;typeof p=="number"&&(r.minItems=p),typeof d=="number"&&(r.maxItems=d)},"tupleProcessor"),dx=o((t,e,n,i)=>{let r=n,a=t._zod.def;r.type="object";let s=a.keyType,c=s._zod.bag?.patterns;if(a.mode==="loose"&&c&&c.size>0){let p=$e(a.valueType,e,{...i,path:[...i.path,"patternProperties","*"]});r.patternProperties={};for(let d of c)r.patternProperties[d.source]=p}else(e.target==="draft-07"||e.target==="draft-2020-12")&&(r.propertyNames=$e(a.keyType,e,{...i,path:[...i.path,"propertyNames"]})),r.additionalProperties=$e(a.valueType,e,{...i,path:[...i.path,"additionalProperties"]});let u=s._zod.values;if(u){let p=[...u].filter(d=>typeof d=="string"||typeof d=="number");p.length>0&&(r.required=p)}},"recordProcessor"),mx=o((t,e,n,i)=>{let r=t._zod.def,a=$e(r.innerType,e,i),s=e.seen.get(t);e.target==="openapi-3.0"?(s.ref=r.innerType,n.nullable=!0):n.anyOf=[a,{type:"null"}]},"nullableProcessor"),hx=o((t,e,n,i)=>{let r=t._zod.def;$e(r.innerType,e,i);let a=e.seen.get(t);a.ref=r.innerType},"nonoptionalProcessor"),fx=o((t,e,n,i)=>{let r=t._zod.def;$e(r.innerType,e,i);let a=e.seen.get(t);a.ref=r.innerType,n.default=JSON.parse(JSON.stringify(r.defaultValue))},"defaultProcessor"),gx=o((t,e,n,i)=>{let r=t._zod.def;$e(r.innerType,e,i);let a=e.seen.get(t);a.ref=r.innerType,e.io==="input"&&(n._prefault=JSON.parse(JSON.stringify(r.defaultValue)))},"prefaultProcessor"),vx=o((t,e,n,i)=>{let r=t._zod.def;$e(r.innerType,e,i);let a=e.seen.get(t);a.ref=r.innerType;let s;try{s=r.catchValue(void 0)}catch{throw new Error("Dynamic catch values are not supported in JSON Schema")}n.default=s},"catchProcessor"),bx=o((t,e,n,i)=>{let r=t._zod.def,a=r.in._zod.traits.has("$ZodTransform"),s=e.io==="input"?a?r.out:r.in:r.out;$e(s,e,i);let l=e.seen.get(t);l.ref=s},"pipeProcessor"),kx=o((t,e,n,i)=>{let r=t._zod.def;$e(r.innerType,e,i);let a=e.seen.get(t);a.ref=r.innerType,n.readOnly=!0},"readonlyProcessor"),yx=o((t,e,n,i)=>{let r=t._zod.def;$e(r.innerType,e,i);let a=e.seen.get(t);a.ref=r.innerType},"promiseProcessor"),pd=o((t,e,n,i)=>{let r=t._zod.def;$e(r.innerType,e,i);let a=e.seen.get(t);a.ref=r.innerType},"optionalProcessor"),xx=o((t,e,n,i)=>{let r=t._zod.innerType;$e(r,e,i);let a=e.seen.get(t);a.ref=r},"lazyProcessor"),cd={string:L0,number:j0,boolean:B0,bigint:U0,symbol:V0,null:Z0,undefined:G0,void:H0,never:q0,any:W0,unknown:J0,date:K0,enum:Y0,literal:X0,nan:Q0,template_literal:ex,file:tx,success:nx,custom:rx,function:ix,transform:ax,map:ox,set:sx,array:lx,object:cx,union:ud,intersection:ux,tuple:px,record:dx,nullable:mx,nonoptional:hx,default:fx,prefault:gx,catch:vx,pipe:bx,readonly:kx,promise:yx,optional:pd,lazy:xx};function dd(t,e){if("_idmap"in t){let i=t,r=Li({...e,processors:cd}),a={};for(let c of i._idmap.entries()){let[u,p]=c;$e(p,r)}let s={},l={registry:i,uri:e?.uri,defs:a};r.external=l;for(let c of i._idmap.entries()){let[u,p]=c;ji(r,p),s[u]=Bi(r,p)}if(Object.keys(a).length>0){let c=r.target==="draft-2020-12"?"$defs":"definitions";s.__shared={[c]:a}}return{schemas:s}}let n=Li({...e,processors:cd});return $e(t,n),ji(n,t),Bi(n,t)}o(dd,"toJSONSchema");var md=class{static{o(this,"JSONSchemaGenerator")}get metadataRegistry(){return this.ctx.metadataRegistry}get target(){return this.ctx.target}get unrepresentable(){return this.ctx.unrepresentable}get override(){return this.ctx.override}get io(){return this.ctx.io}get counter(){return this.ctx.counter}set counter(e){this.ctx.counter=e}get seen(){return this.ctx.seen}constructor(e){let n=e?.target??"draft-2020-12";n==="draft-4"&&(n="draft-04"),n==="draft-7"&&(n="draft-07"),this.ctx=Li({processors:cd,target:n,...e?.metadata&&{metadata:e.metadata},...e?.unrepresentable&&{unrepresentable:e.unrepresentable},...e?.override&&{override:e.override},...e?.io&&{io:e.io}})}process(e,n={path:[],schemaPath:[]}){return $e(e,this.ctx,n)}emit(e,n){n&&(n.cycles&&(this.ctx.cycles=n.cycles),n.reused&&(this.ctx.reused=n.reused),n.external&&(this.ctx.external=n.external)),ji(this.ctx,e);let i=Bi(this.ctx,e),{"~standard":r,...a}=i;return a}};var _T={};var vl={};Bn(vl,{ZodAny:()=>Gx,ZodArray:()=>Jx,ZodBase64:()=>zd,ZodBase64URL:()=>Od,ZodBigInt:()=>Qo,ZodBigIntFormat:()=>Rd,ZodBoolean:()=>Xo,ZodCIDRv4:()=>Nd,ZodCIDRv6:()=>_d,ZodCUID:()=>Sd,ZodCUID2:()=>Ed,ZodCatch:()=>vC,ZodCodec:()=>Tl,ZodCustom:()=>Il,ZodCustomStringFormat:()=>Ko,ZodDate:()=>Al,ZodDefault:()=>pC,ZodDiscriminatedUnion:()=>Yx,ZodE164:()=>Md,ZodEmail:()=>Cd,ZodEmoji:()=>wd,ZodEnum:()=>Wo,ZodExactOptional:()=>lC,ZodFile:()=>oC,ZodFunction:()=>PC,ZodGUID:()=>kl,ZodIPv4:()=>Id,ZodIPv6:()=>Dd,ZodIntersection:()=>Xx,ZodJWT:()=>$d,ZodKSUID:()=>Td,ZodLazy:()=>AC,ZodLiteral:()=>aC,ZodMAC:()=>Rx,ZodMap:()=>rC,ZodNaN:()=>kC,ZodNanoID:()=>Ad,ZodNever:()=>qx,ZodNonOptional:()=>Zd,ZodNull:()=>Vx,ZodNullable:()=>uC,ZodNumber:()=>Yo,ZodNumberFormat:()=>Ta,ZodObject:()=>El,ZodOptional:()=>Vd,ZodPipe:()=>Fl,ZodPrefault:()=>mC,ZodPreprocess:()=>yC,ZodPromise:()=>EC,ZodReadonly:()=>xC,ZodRecord:()=>qo,ZodSet:()=>iC,ZodString:()=>Jo,ZodStringFormat:()=>Be,ZodSuccess:()=>gC,ZodSymbol:()=>Bx,ZodTemplateLiteral:()=>wC,ZodTransform:()=>sC,ZodTuple:()=>eC,ZodType:()=>ge,ZodULID:()=>Pd,ZodURL:()=>wl,ZodUUID:()=>_r,ZodUndefined:()=>Ux,ZodUnion:()=>Pl,ZodUnknown:()=>Hx,ZodVoid:()=>Wx,ZodXID:()=>Fd,ZodXor:()=>Kx,_ZodString:()=>xd,_default:()=>dC,_function:()=>U1,any:()=>k1,array:()=>Sl,base64:()=>n1,base64url:()=>r1,bigint:()=>h1,boolean:()=>jx,catch:()=>bC,check:()=>V1,cidrv4:()=>e1,cidrv6:()=>t1,codec:()=>R1,cuid:()=>HT,cuid2:()=>qT,custom:()=>Z1,date:()=>x1,describe:()=>G1,discriminatedUnion:()=>P1,e164:()=>i1,email:()=>MT,emoji:()=>ZT,enum:()=>Bd,exactOptional:()=>cC,file:()=>z1,float32:()=>u1,float64:()=>p1,function:()=>U1,guid:()=>$T,hash:()=>c1,hex:()=>l1,hostname:()=>s1,httpUrl:()=>VT,instanceof:()=>q1,int:()=>kd,int32:()=>d1,int64:()=>f1,intersection:()=>Qx,invertCodec:()=>L1,ipv4:()=>YT,ipv6:()=>QT,json:()=>J1,jwt:()=>a1,keyof:()=>C1,ksuid:()=>KT,lazy:()=>SC,literal:()=>_1,looseObject:()=>S1,looseRecord:()=>T1,mac:()=>XT,map:()=>I1,meta:()=>H1,nan:()=>$1,nanoid:()=>GT,nativeEnum:()=>N1,never:()=>Ld,nonoptional:()=>fC,null:()=>Zx,nullable:()=>xl,nullish:()=>O1,number:()=>Lx,object:()=>w1,optional:()=>yl,partialRecord:()=>F1,pipe:()=>yd,prefault:()=>hC,preprocess:()=>K1,promise:()=>B1,readonly:()=>CC,record:()=>nC,refine:()=>FC,set:()=>D1,strictObject:()=>A1,string:()=>bl,stringFormat:()=>o1,stringbool:()=>W1,success:()=>M1,superRefine:()=>TC,symbol:()=>v1,templateLiteral:()=>j1,transform:()=>Ud,tuple:()=>tC,uint32:()=>m1,uint64:()=>g1,ulid:()=>WT,undefined:()=>b1,union:()=>jd,unknown:()=>Fa,url:()=>UT,uuid:()=>RT,uuidv4:()=>LT,uuidv6:()=>jT,uuidv7:()=>BT,void:()=>y1,xid:()=>JT,xor:()=>E1});var hd={};Bn(hd,{endsWith:()=>$o,gt:()=>Dr,gte:()=>cn,includes:()=>Oo,length:()=>Pa,lowercase:()=>_o,lt:()=>Ir,lte:()=>jn,maxLength:()=>Ea,maxSize:()=>Ri,mime:()=>Ro,minLength:()=>li,minSize:()=>Nr,multipleOf:()=>$i,negative:()=>ad,nonnegative:()=>sd,nonpositive:()=>od,normalize:()=>Lo,overwrite:()=>hr,positive:()=>id,property:()=>ld,regex:()=>No,size:()=>Sa,slugify:()=>Vo,startsWith:()=>Mo,toLowerCase:()=>Bo,toUpperCase:()=>Uo,trim:()=>jo,uppercase:()=>zo});var Ho={};Bn(Ho,{ZodISODate:()=>gd,ZodISODateTime:()=>fd,ZodISODuration:()=>bd,ZodISOTime:()=>vd,date:()=>wx,datetime:()=>Cx,duration:()=>Sx,time:()=>Ax});var fd=P("ZodISODateTime",(t,e)=>{ik.init(t,e),Be.init(t,e)});function Cx(t){return r0(fd,t)}o(Cx,"datetime");var gd=P("ZodISODate",(t,e)=>{ak.init(t,e),Be.init(t,e)});function wx(t){return i0(gd,t)}o(wx,"date");var vd=P("ZodISOTime",(t,e)=>{ok.init(t,e),Be.init(t,e)});function Ax(t){return a0(vd,t)}o(Ax,"time");var bd=P("ZodISODuration",(t,e)=>{sk.init(t,e),Be.init(t,e)});function Sx(t){return o0(bd,t)}o(Sx,"duration");var zT=o((t,e)=>{tl.init(t,e),t.name="ZodError",Object.defineProperties(t,{format:{value:o(n=>rl(t,n),"value")},flatten:{value:o(n=>nl(t,n),"value")},addIssue:{value:o(n=>{t.issues.push(n),t.message=JSON.stringify(t.issues,wo,2)},"value")},addIssues:{value:o(n=>{t.issues.push(...n),t.message=JSON.stringify(t.issues,wo,2)},"value")},isEmpty:{get(){return t.issues.length===0}}})},"initializer"),KU=P("ZodError",zT),En=P("ZodError",zT,{Parent:Error});var Ex=Eo(En),Px=Po(En),Fx=Fo(En),Tx=To(En),Ix=fp(En),Dx=gp(En),Nx=vp(En),_x=bp(En),zx=kp(En),Ox=yp(En),Mx=xp(En),$x=Cp(En);var OT=new WeakMap;function Cl(t,e,n){let i=Object.getPrototypeOf(t),r=OT.get(i);if(r||(r=new Set,OT.set(i,r)),!r.has(e)){r.add(e);for(let a in n){let s=n[a];Object.defineProperty(i,a,{configurable:!0,enumerable:!1,get(){let l=s.bind(this);return Object.defineProperty(this,a,{configurable:!0,writable:!0,enumerable:!0,value:l}),l},set(l){Object.defineProperty(this,a,{configurable:!0,writable:!0,enumerable:!0,value:l})}})}}}o(Cl,"_installLazyMethods");var ge=P("ZodType",(t,e)=>(le.init(t,e),Object.assign(t["~standard"],{jsonSchema:{input:Go(t,"input"),output:Go(t,"output")}}),t.toJSONSchema=R0(t,{}),t.def=e,t.type=e.type,Object.defineProperty(t,"_def",{value:e}),t.parse=(n,i)=>Ex(t,n,i,{callee:t.parse}),t.safeParse=(n,i)=>Fx(t,n,i),t.parseAsync=async(n,i)=>Px(t,n,i,{callee:t.parseAsync}),t.safeParseAsync=async(n,i)=>Tx(t,n,i),t.spa=t.safeParseAsync,t.encode=(n,i)=>Ix(t,n,i),t.decode=(n,i)=>Dx(t,n,i),t.encodeAsync=async(n,i)=>Nx(t,n,i),t.decodeAsync=async(n,i)=>_x(t,n,i),t.safeEncode=(n,i)=>zx(t,n,i),t.safeDecode=(n,i)=>Ox(t,n,i),t.safeEncodeAsync=async(n,i)=>Mx(t,n,i),t.safeDecodeAsync=async(n,i)=>$x(t,n,i),Cl(t,"ZodType",{check(...n){let i=this.def;return this.clone(O.mergeDefs(i,{checks:[...i.checks??[],...n.map(r=>typeof r=="function"?{_zod:{check:r,def:{check:"custom"},onattach:[]}}:r)]}),{parent:!0})},with(...n){return this.check(...n)},clone(n,i){return sn(this,n,i)},brand(){return this},register(n,i){return n.add(this,i),this},refine(n,i){return this.check(FC(n,i))},superRefine(n,i){return this.check(TC(n,i))},overwrite(n){return this.check(hr(n))},optional(){return yl(this)},exactOptional(){return cC(this)},nullable(){return xl(this)},nullish(){return yl(xl(this))},nonoptional(n){return fC(this,n)},array(){return Sl(this)},or(n){return jd([this,n])},and(n){return Qx(this,n)},transform(n){return yd(this,Ud(n))},default(n){return dC(this,n)},prefault(n){return hC(this,n)},catch(n){return bC(this,n)},pipe(n){return yd(this,n)},readonly(){return CC(this)},describe(n){let i=this.clone();return Lt.add(i,{description:n}),i},meta(...n){if(n.length===0)return Lt.get(this);let i=this.clone();return Lt.add(i,n[0]),i},isOptional(){return this.safeParse(void 0).success},isNullable(){return this.safeParse(null).success},apply(n){return n(this)}}),Object.defineProperty(t,"description",{get(){return Lt.get(t)?.description},configurable:!0}),t)),xd=P("_ZodString",(t,e)=>{Aa.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(i,r,a)=>L0(t,i,r,a);let n=t._zod.bag;t.format=n.format??null,t.minLength=n.minimum??null,t.maxLength=n.maximum??null,Cl(t,"_ZodString",{regex(...i){return this.check(No(...i))},includes(...i){return this.check(Oo(...i))},startsWith(...i){return this.check(Mo(...i))},endsWith(...i){return this.check($o(...i))},min(...i){return this.check(li(...i))},max(...i){return this.check(Ea(...i))},length(...i){return this.check(Pa(...i))},nonempty(...i){return this.check(li(1,...i))},lowercase(i){return this.check(_o(i))},uppercase(i){return this.check(zo(i))},trim(){return this.check(jo())},normalize(...i){return this.check(Lo(...i))},toLowerCase(){return this.check(Bo())},toUpperCase(){return this.check(Uo())},slugify(){return this.check(Vo())}})}),Jo=P("ZodString",(t,e)=>{Aa.init(t,e),xd.init(t,e),t.email=n=>t.check(Rp(Cd,n)),t.url=n=>t.check(gl(wl,n)),t.jwt=n=>t.check(rd($d,n)),t.emoji=n=>t.check(Vp(wd,n)),t.guid=n=>t.check(fl(kl,n)),t.uuid=n=>t.check(Lp(_r,n)),t.uuidv4=n=>t.check(jp(_r,n)),t.uuidv6=n=>t.check(Bp(_r,n)),t.uuidv7=n=>t.check(Up(_r,n)),t.nanoid=n=>t.check(Zp(Ad,n)),t.guid=n=>t.check(fl(kl,n)),t.cuid=n=>t.check(Gp(Sd,n)),t.cuid2=n=>t.check(Hp(Ed,n)),t.ulid=n=>t.check(qp(Pd,n)),t.base64=n=>t.check(ed(zd,n)),t.base64url=n=>t.check(td(Od,n)),t.xid=n=>t.check(Wp(Fd,n)),t.ksuid=n=>t.check(Jp(Td,n)),t.ipv4=n=>t.check(Kp(Id,n)),t.ipv6=n=>t.check(Yp(Dd,n)),t.cidrv4=n=>t.check(Xp(Nd,n)),t.cidrv6=n=>t.check(Qp(_d,n)),t.e164=n=>t.check(nd(Md,n)),t.datetime=n=>t.check(Cx(n)),t.date=n=>t.check(wx(n)),t.time=n=>t.check(Ax(n)),t.duration=n=>t.check(Sx(n))});function bl(t){return Qy(Jo,t)}o(bl,"string");var Be=P("ZodStringFormat",(t,e)=>{je.init(t,e),xd.init(t,e)}),Cd=P("ZodEmail",(t,e)=>{Jb.init(t,e),Be.init(t,e)});function MT(t){return Rp(Cd,t)}o(MT,"email");var kl=P("ZodGUID",(t,e)=>{qb.init(t,e),Be.init(t,e)});function $T(t){return fl(kl,t)}o($T,"guid");var _r=P("ZodUUID",(t,e)=>{Wb.init(t,e),Be.init(t,e)});function RT(t){return Lp(_r,t)}o(RT,"uuid");function LT(t){return jp(_r,t)}o(LT,"uuidv4");function jT(t){return Bp(_r,t)}o(jT,"uuidv6");function BT(t){return Up(_r,t)}o(BT,"uuidv7");var wl=P("ZodURL",(t,e)=>{Kb.init(t,e),Be.init(t,e)});function UT(t){return gl(wl,t)}o(UT,"url");function VT(t){return gl(wl,{protocol:Ln.httpProtocol,hostname:Ln.domain,...O.normalizeParams(t)})}o(VT,"httpUrl");var wd=P("ZodEmoji",(t,e)=>{Yb.init(t,e),Be.init(t,e)});function ZT(t){return Vp(wd,t)}o(ZT,"emoji");var Ad=P("ZodNanoID",(t,e)=>{Xb.init(t,e),Be.init(t,e)});function GT(t){return Zp(Ad,t)}o(GT,"nanoid");var Sd=P("ZodCUID",(t,e)=>{Qb.init(t,e),Be.init(t,e)});function HT(t){return Gp(Sd,t)}o(HT,"cuid");var Ed=P("ZodCUID2",(t,e)=>{ek.init(t,e),Be.init(t,e)});function qT(t){return Hp(Ed,t)}o(qT,"cuid2");var Pd=P("ZodULID",(t,e)=>{tk.init(t,e),Be.init(t,e)});function WT(t){return qp(Pd,t)}o(WT,"ulid");var Fd=P("ZodXID",(t,e)=>{nk.init(t,e),Be.init(t,e)});function JT(t){return Wp(Fd,t)}o(JT,"xid");var Td=P("ZodKSUID",(t,e)=>{rk.init(t,e),Be.init(t,e)});function KT(t){return Jp(Td,t)}o(KT,"ksuid");var Id=P("ZodIPv4",(t,e)=>{lk.init(t,e),Be.init(t,e)});function YT(t){return Kp(Id,t)}o(YT,"ipv4");var Rx=P("ZodMAC",(t,e)=>{uk.init(t,e),Be.init(t,e)});function XT(t){return t0(Rx,t)}o(XT,"mac");var Dd=P("ZodIPv6",(t,e)=>{ck.init(t,e),Be.init(t,e)});function QT(t){return Yp(Dd,t)}o(QT,"ipv6");var Nd=P("ZodCIDRv4",(t,e)=>{pk.init(t,e),Be.init(t,e)});function e1(t){return Xp(Nd,t)}o(e1,"cidrv4");var _d=P("ZodCIDRv6",(t,e)=>{dk.init(t,e),Be.init(t,e)});function t1(t){return Qp(_d,t)}o(t1,"cidrv6");var zd=P("ZodBase64",(t,e)=>{hk.init(t,e),Be.init(t,e)});function n1(t){return ed(zd,t)}o(n1,"base64");var Od=P("ZodBase64URL",(t,e)=>{fk.init(t,e),Be.init(t,e)});function r1(t){return td(Od,t)}o(r1,"base64url");var Md=P("ZodE164",(t,e)=>{gk.init(t,e),Be.init(t,e)});function i1(t){return nd(Md,t)}o(i1,"e164");var $d=P("ZodJWT",(t,e)=>{vk.init(t,e),Be.init(t,e)});function a1(t){return rd($d,t)}o(a1,"jwt");var Ko=P("ZodCustomStringFormat",(t,e)=>{bk.init(t,e),Be.init(t,e)});function o1(t,e,n={}){return Zo(Ko,t,e,n)}o(o1,"stringFormat");function s1(t){return Zo(Ko,"hostname",Ln.hostname,t)}o(s1,"hostname");function l1(t){return Zo(Ko,"hex",Ln.hex,t)}o(l1,"hex");function c1(t,e){let n=e?.enc??"hex",i=`${t}_${n}`,r=Ln[i];if(!r)throw new Error(`Unrecognized hash format: ${i}`);return Zo(Ko,i,r,e)}o(c1,"hash");var Yo=P("ZodNumber",(t,e)=>{Dp.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(i,r,a)=>j0(t,i,r,a),Cl(t,"ZodNumber",{gt(i,r){return this.check(Dr(i,r))},gte(i,r){return this.check(cn(i,r))},min(i,r){return this.check(cn(i,r))},lt(i,r){return this.check(Ir(i,r))},lte(i,r){return this.check(jn(i,r))},max(i,r){return this.check(jn(i,r))},int(i){return this.check(kd(i))},safe(i){return this.check(kd(i))},positive(i){return this.check(Dr(0,i))},nonnegative(i){return this.check(cn(0,i))},negative(i){return this.check(Ir(0,i))},nonpositive(i){return this.check(jn(0,i))},multipleOf(i,r){return this.check($i(i,r))},step(i,r){return this.check($i(i,r))},finite(){return this}});let n=t._zod.bag;t.minValue=Math.max(n.minimum??Number.NEGATIVE_INFINITY,n.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,t.maxValue=Math.min(n.maximum??Number.POSITIVE_INFINITY,n.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,t.isInt=(n.format??"").includes("int")||Number.isSafeInteger(n.multipleOf??.5),t.isFinite=!0,t.format=n.format??null});function Lx(t){return s0(Yo,t)}o(Lx,"number");var Ta=P("ZodNumberFormat",(t,e)=>{kk.init(t,e),Yo.init(t,e)});function kd(t){return c0(Ta,t)}o(kd,"int");function u1(t){return u0(Ta,t)}o(u1,"float32");function p1(t){return p0(Ta,t)}o(p1,"float64");function d1(t){return d0(Ta,t)}o(d1,"int32");function m1(t){return m0(Ta,t)}o(m1,"uint32");var Xo=P("ZodBoolean",(t,e)=>{sl.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(n,i,r)=>B0(t,n,i,r)});function jx(t){return h0(Xo,t)}o(jx,"boolean");var Qo=P("ZodBigInt",(t,e)=>{Np.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(i,r,a)=>U0(t,i,r,a),t.gte=(i,r)=>t.check(cn(i,r)),t.min=(i,r)=>t.check(cn(i,r)),t.gt=(i,r)=>t.check(Dr(i,r)),t.gte=(i,r)=>t.check(cn(i,r)),t.min=(i,r)=>t.check(cn(i,r)),t.lt=(i,r)=>t.check(Ir(i,r)),t.lte=(i,r)=>t.check(jn(i,r)),t.max=(i,r)=>t.check(jn(i,r)),t.positive=i=>t.check(Dr(BigInt(0),i)),t.negative=i=>t.check(Ir(BigInt(0),i)),t.nonpositive=i=>t.check(jn(BigInt(0),i)),t.nonnegative=i=>t.check(cn(BigInt(0),i)),t.multipleOf=(i,r)=>t.check($i(i,r));let n=t._zod.bag;t.minValue=n.minimum??null,t.maxValue=n.maximum??null,t.format=n.format??null});function h1(t){return g0(Qo,t)}o(h1,"bigint");var Rd=P("ZodBigIntFormat",(t,e)=>{yk.init(t,e),Qo.init(t,e)});function f1(t){return b0(Rd,t)}o(f1,"int64");function g1(t){return k0(Rd,t)}o(g1,"uint64");var Bx=P("ZodSymbol",(t,e)=>{xk.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(n,i,r)=>V0(t,n,i,r)});function v1(t){return y0(Bx,t)}o(v1,"symbol");var Ux=P("ZodUndefined",(t,e)=>{Ck.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(n,i,r)=>G0(t,n,i,r)});function b1(t){return x0(Ux,t)}o(b1,"_undefined");var Vx=P("ZodNull",(t,e)=>{wk.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(n,i,r)=>Z0(t,n,i,r)});function Zx(t){return C0(Vx,t)}o(Zx,"_null");var Gx=P("ZodAny",(t,e)=>{Ak.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(n,i,r)=>W0(t,n,i,r)});function k1(){return w0(Gx)}o(k1,"any");var Hx=P("ZodUnknown",(t,e)=>{Sk.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(n,i,r)=>J0(t,n,i,r)});function Fa(){return A0(Hx)}o(Fa,"unknown");var qx=P("ZodNever",(t,e)=>{Ek.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(n,i,r)=>q0(t,n,i,r)});function Ld(t){return S0(qx,t)}o(Ld,"never");var Wx=P("ZodVoid",(t,e)=>{Pk.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(n,i,r)=>H0(t,n,i,r)});function y1(t){return E0(Wx,t)}o(y1,"_void");var Al=P("ZodDate",(t,e)=>{Fk.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(i,r,a)=>K0(t,i,r,a),t.min=(i,r)=>t.check(cn(i,r)),t.max=(i,r)=>t.check(jn(i,r));let n=t._zod.bag;t.minDate=n.minimum?new Date(n.minimum):null,t.maxDate=n.maximum?new Date(n.maximum):null});function x1(t){return P0(Al,t)}o(x1,"date");var Jx=P("ZodArray",(t,e)=>{Tk.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(n,i,r)=>lx(t,n,i,r),t.element=e.element,Cl(t,"ZodArray",{min(n,i){return this.check(li(n,i))},nonempty(n){return this.check(li(1,n))},max(n,i){return this.check(Ea(n,i))},length(n,i){return this.check(Pa(n,i))},unwrap(){return this.element}})});function Sl(t,e){return I0(Jx,t,e)}o(Sl,"array");function C1(t){let e=t._zod.def.shape;return Bd(Object.keys(e))}o(C1,"keyof");var El=P("ZodObject",(t,e)=>{Ik.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(n,i,r)=>cx(t,n,i,r),O.defineLazy(t,"shape",()=>e.shape),Cl(t,"ZodObject",{keyof(){return Bd(Object.keys(this._zod.def.shape))},catchall(n){return this.clone({...this._zod.def,catchall:n})},passthrough(){return this.clone({...this._zod.def,catchall:Fa()})},loose(){return this.clone({...this._zod.def,catchall:Fa()})},strict(){return this.clone({...this._zod.def,catchall:Ld()})},strip(){return this.clone({...this._zod.def,catchall:void 0})},extend(n){return O.extend(this,n)},safeExtend(n){return O.safeExtend(this,n)},merge(n){return O.merge(this,n)},pick(n){return O.pick(this,n)},omit(n){return O.omit(this,n)},partial(...n){return O.partial(Vd,this,n[0])},required(...n){return O.required(Zd,this,n[0])}})});function w1(t,e){let n={type:"object",shape:t??{},...O.normalizeParams(e)};return new El(n)}o(w1,"object");function A1(t,e){return new El({type:"object",shape:t,catchall:Ld(),...O.normalizeParams(e)})}o(A1,"strictObject");function S1(t,e){return new El({type:"object",shape:t,catchall:Fa(),...O.normalizeParams(e)})}o(S1,"looseObject");var Pl=P("ZodUnion",(t,e)=>{ll.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(n,i,r)=>ud(t,n,i,r),t.options=e.options});function jd(t,e){return new Pl({type:"union",options:t,...O.normalizeParams(e)})}o(jd,"union");var Kx=P("ZodXor",(t,e)=>{Pl.init(t,e),Dk.init(t,e),t._zod.processJSONSchema=(n,i,r)=>ud(t,n,i,r),t.options=e.options});function E1(t,e){return new Kx({type:"union",options:t,inclusive:!1,...O.normalizeParams(e)})}o(E1,"xor");var Yx=P("ZodDiscriminatedUnion",(t,e)=>{Pl.init(t,e),Nk.init(t,e)});function P1(t,e,n){return new Yx({type:"union",options:e,discriminator:t,...O.normalizeParams(n)})}o(P1,"discriminatedUnion");var Xx=P("ZodIntersection",(t,e)=>{_k.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(n,i,r)=>ux(t,n,i,r)});function Qx(t,e){return new Xx({type:"intersection",left:t,right:e})}o(Qx,"intersection");var eC=P("ZodTuple",(t,e)=>{_p.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(n,i,r)=>px(t,n,i,r),t.rest=n=>t.clone({...t._zod.def,rest:n})});function tC(t,e,n){let i=e instanceof le,r=i?n:e,a=i?e:null;return new eC({type:"tuple",items:t,rest:a,...O.normalizeParams(r)})}o(tC,"tuple");var qo=P("ZodRecord",(t,e)=>{zk.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(n,i,r)=>dx(t,n,i,r),t.keyType=e.keyType,t.valueType=e.valueType});function nC(t,e,n){return!e||!e._zod?new qo({type:"record",keyType:bl(),valueType:t,...O.normalizeParams(e)}):new qo({type:"record",keyType:t,valueType:e,...O.normalizeParams(n)})}o(nC,"record");function F1(t,e,n){let i=sn(t);return i._zod.values=void 0,new qo({type:"record",keyType:i,valueType:e,...O.normalizeParams(n)})}o(F1,"partialRecord");function T1(t,e,n){return new qo({type:"record",keyType:t,valueType:e,mode:"loose",...O.normalizeParams(n)})}o(T1,"looseRecord");var rC=P("ZodMap",(t,e)=>{Ok.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(n,i,r)=>ox(t,n,i,r),t.keyType=e.keyType,t.valueType=e.valueType,t.min=(...n)=>t.check(Nr(...n)),t.nonempty=n=>t.check(Nr(1,n)),t.max=(...n)=>t.check(Ri(...n)),t.size=(...n)=>t.check(Sa(...n))});function I1(t,e,n){return new rC({type:"map",keyType:t,valueType:e,...O.normalizeParams(n)})}o(I1,"map");var iC=P("ZodSet",(t,e)=>{Mk.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(n,i,r)=>sx(t,n,i,r),t.min=(...n)=>t.check(Nr(...n)),t.nonempty=n=>t.check(Nr(1,n)),t.max=(...n)=>t.check(Ri(...n)),t.size=(...n)=>t.check(Sa(...n))});function D1(t,e){return new iC({type:"set",valueType:t,...O.normalizeParams(e)})}o(D1,"set");var Wo=P("ZodEnum",(t,e)=>{$k.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(i,r,a)=>Y0(t,i,r,a),t.enum=e.entries,t.options=Object.values(e.entries);let n=new Set(Object.keys(e.entries));t.extract=(i,r)=>{let a={};for(let s of i)if(n.has(s))a[s]=e.entries[s];else throw new Error(`Key ${s} not found in enum`);return new Wo({...e,checks:[],...O.normalizeParams(r),entries:a})},t.exclude=(i,r)=>{let a={...e.entries};for(let s of i)if(n.has(s))delete a[s];else throw new Error(`Key ${s} not found in enum`);return new Wo({...e,checks:[],...O.normalizeParams(r),entries:a})}});function Bd(t,e){let n=Array.isArray(t)?Object.fromEntries(t.map(i=>[i,i])):t;return new Wo({type:"enum",entries:n,...O.normalizeParams(e)})}o(Bd,"_enum");function N1(t,e){return new Wo({type:"enum",entries:t,...O.normalizeParams(e)})}o(N1,"nativeEnum");var aC=P("ZodLiteral",(t,e)=>{Rk.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(n,i,r)=>X0(t,n,i,r),t.values=new Set(e.values),Object.defineProperty(t,"value",{get(){if(e.values.length>1)throw new Error("This schema contains multiple valid literal values. Use `.values` instead.");return e.values[0]}})});function _1(t,e){return new aC({type:"literal",values:Array.isArray(t)?t:[t],...O.normalizeParams(e)})}o(_1,"literal");var oC=P("ZodFile",(t,e)=>{Lk.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(n,i,r)=>tx(t,n,i,r),t.min=(n,i)=>t.check(Nr(n,i)),t.max=(n,i)=>t.check(Ri(n,i)),t.mime=(n,i)=>t.check(Ro(Array.isArray(n)?n:[n],i))});function z1(t){return D0(oC,t)}o(z1,"file");var sC=P("ZodTransform",(t,e)=>{jk.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(n,i,r)=>ax(t,n,i,r),t._zod.parse=(n,i)=>{if(i.direction==="backward")throw new Ni(t.constructor.name);n.addIssue=a=>{if(typeof a=="string")n.issues.push(O.issue(a,n.value,e));else{let s=a;s.fatal&&(s.continue=!1),s.code??(s.code="custom"),s.input??(s.input=n.value),s.inst??(s.inst=t),n.issues.push(O.issue(s))}};let r=e.transform(n.value,n);return r instanceof Promise?r.then(a=>(n.value=a,n.fallback=!0,n)):(n.value=r,n.fallback=!0,n)}});function Ud(t){return new sC({type:"transform",transform:t})}o(Ud,"transform");var Vd=P("ZodOptional",(t,e)=>{zp.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(n,i,r)=>pd(t,n,i,r),t.unwrap=()=>t._zod.def.innerType});function yl(t){return new Vd({type:"optional",innerType:t})}o(yl,"optional");var lC=P("ZodExactOptional",(t,e)=>{Bk.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(n,i,r)=>pd(t,n,i,r),t.unwrap=()=>t._zod.def.innerType});function cC(t){return new lC({type:"optional",innerType:t})}o(cC,"exactOptional");var uC=P("ZodNullable",(t,e)=>{Uk.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(n,i,r)=>mx(t,n,i,r),t.unwrap=()=>t._zod.def.innerType});function xl(t){return new uC({type:"nullable",innerType:t})}o(xl,"nullable");function O1(t){return yl(xl(t))}o(O1,"nullish");var pC=P("ZodDefault",(t,e)=>{Vk.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(n,i,r)=>fx(t,n,i,r),t.unwrap=()=>t._zod.def.innerType,t.removeDefault=t.unwrap});function dC(t,e){return new pC({type:"default",innerType:t,get defaultValue(){return typeof e=="function"?e():O.shallowClone(e)}})}o(dC,"_default");var mC=P("ZodPrefault",(t,e)=>{Zk.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(n,i,r)=>gx(t,n,i,r),t.unwrap=()=>t._zod.def.innerType});function hC(t,e){return new mC({type:"prefault",innerType:t,get defaultValue(){return typeof e=="function"?e():O.shallowClone(e)}})}o(hC,"prefault");var Zd=P("ZodNonOptional",(t,e)=>{Gk.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(n,i,r)=>hx(t,n,i,r),t.unwrap=()=>t._zod.def.innerType});function fC(t,e){return new Zd({type:"nonoptional",innerType:t,...O.normalizeParams(e)})}o(fC,"nonoptional");var gC=P("ZodSuccess",(t,e)=>{Hk.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(n,i,r)=>nx(t,n,i,r),t.unwrap=()=>t._zod.def.innerType});function M1(t){return new gC({type:"success",innerType:t})}o(M1,"success");var vC=P("ZodCatch",(t,e)=>{qk.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(n,i,r)=>vx(t,n,i,r),t.unwrap=()=>t._zod.def.innerType,t.removeCatch=t.unwrap});function bC(t,e){return new vC({type:"catch",innerType:t,catchValue:typeof e=="function"?e:()=>e})}o(bC,"_catch");var kC=P("ZodNaN",(t,e)=>{Wk.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(n,i,r)=>Q0(t,n,i,r)});function $1(t){return T0(kC,t)}o($1,"nan");var Fl=P("ZodPipe",(t,e)=>{Op.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(n,i,r)=>bx(t,n,i,r),t.in=e.in,t.out=e.out});function yd(t,e){return new Fl({type:"pipe",in:t,out:e})}o(yd,"pipe");var Tl=P("ZodCodec",(t,e)=>{Fl.init(t,e),cl.init(t,e)});function R1(t,e,n){return new Tl({type:"pipe",in:t,out:e,transform:n.decode,reverseTransform:n.encode})}o(R1,"codec");function L1(t){let e=t._zod.def;return new Tl({type:"pipe",in:e.out,out:e.in,transform:e.reverseTransform,reverseTransform:e.transform})}o(L1,"invertCodec");var yC=P("ZodPreprocess",(t,e)=>{Fl.init(t,e),Jk.init(t,e)}),xC=P("ZodReadonly",(t,e)=>{Kk.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(n,i,r)=>kx(t,n,i,r),t.unwrap=()=>t._zod.def.innerType});function CC(t){return new xC({type:"readonly",innerType:t})}o(CC,"readonly");var wC=P("ZodTemplateLiteral",(t,e)=>{Yk.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(n,i,r)=>ex(t,n,i,r)});function j1(t,e){return new wC({type:"template_literal",parts:t,...O.normalizeParams(e)})}o(j1,"templateLiteral");var AC=P("ZodLazy",(t,e)=>{ey.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(n,i,r)=>xx(t,n,i,r),t.unwrap=()=>t._zod.def.getter()});function SC(t){return new AC({type:"lazy",getter:t})}o(SC,"lazy");var EC=P("ZodPromise",(t,e)=>{Qk.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(n,i,r)=>yx(t,n,i,r),t.unwrap=()=>t._zod.def.innerType});function B1(t){return new EC({type:"promise",innerType:t})}o(B1,"promise");var PC=P("ZodFunction",(t,e)=>{Xk.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(n,i,r)=>ix(t,n,i,r)});function U1(t){return new PC({type:"function",input:Array.isArray(t?.input)?tC(t?.input):t?.input??Sl(Fa()),output:t?.output??Fa()})}o(U1,"_function");var Il=P("ZodCustom",(t,e)=>{ty.init(t,e),ge.init(t,e),t._zod.processJSONSchema=(n,i,r)=>rx(t,n,i,r)});function V1(t){let e=new Ze({check:"custom"});return e._zod.check=t,e}o(V1,"check");function Z1(t,e){return N0(Il,t??(()=>!0),e)}o(Z1,"custom");function FC(t,e={}){return _0(Il,t,e)}o(FC,"refine");function TC(t,e){return z0(t,e)}o(TC,"superRefine");var G1=O0,H1=M0;function q1(t,e={}){let n=new Il({type:"custom",check:"custom",fn:o(i=>i instanceof t,"fn"),abort:!0,...O.normalizeParams(e)});return n._zod.bag.Class=t,n._zod.check=i=>{i.value instanceof t||i.issues.push({code:"invalid_type",expected:t.name,input:i.value,inst:n,path:[...n._zod.def.path??[]]})},n}o(q1,"_instanceof");var W1=o((...t)=>$0({Codec:Tl,Boolean:Xo,String:Jo},...t),"stringbool");function J1(t){let e=SC(()=>jd([bl(t),Lx(),jx(),Zx(),Sl(e),nC(bl(),e)]));return e}o(J1,"json");function K1(t,e){return new yC({type:"pipe",in:Ud(t),out:e})}o(K1,"preprocess");var XU={invalid_type:"invalid_type",too_big:"too_big",too_small:"too_small",invalid_format:"invalid_format",not_multiple_of:"not_multiple_of",unrecognized_keys:"unrecognized_keys",invalid_union:"invalid_union",invalid_key:"invalid_key",invalid_element:"invalid_element",invalid_value:"invalid_value",custom:"custom"};function QU(t){ot({customError:t})}o(QU,"setErrorMap");function e3(){return ot().customError}o(e3,"getErrorMap");var IC;IC||(IC={});var H={...vl,...hd,iso:Ho},t3=new Set(["$schema","$ref","$defs","definitions","$id","id","$comment","$anchor","$vocabulary","$dynamicRef","$dynamicAnchor","type","enum","const","anyOf","oneOf","allOf","not","properties","required","additionalProperties","patternProperties","propertyNames","minProperties","maxProperties","items","prefixItems","additionalItems","minItems","maxItems","uniqueItems","contains","minContains","maxContains","minLength","maxLength","pattern","format","minimum","maximum","exclusiveMinimum","exclusiveMaximum","multipleOf","description","default","contentEncoding","contentMediaType","contentSchema","unevaluatedItems","unevaluatedProperties","if","then","else","dependentSchemas","dependentRequired","nullable","readOnly"]);function n3(t,e){let n=t.$schema;return n==="https://json-schema.org/draft/2020-12/schema"?"draft-2020-12":n==="http://json-schema.org/draft-07/schema#"?"draft-7":n==="http://json-schema.org/draft-04/schema#"?"draft-4":e??"draft-2020-12"}o(n3,"detectVersion");function r3(t,e){if(!t.startsWith("#"))throw new Error("External $ref is not supported, only local refs (#/...) are allowed");let n=t.slice(1).split("/").filter(Boolean);if(n.length===0)return e.rootSchema;let i=e.version==="draft-2020-12"?"$defs":"definitions";if(n[0]===i){let r=n[1];if(!r||!e.defs[r])throw new Error(`Reference not found: ${t}`);return e.defs[r]}throw new Error(`Reference not found: ${t}`)}o(r3,"resolveRef");function Y1(t,e){if(t.not!==void 0){if(typeof t.not=="object"&&Object.keys(t.not).length===0)return H.never();throw new Error("not is not supported in Zod (except { not: {} } for never)")}if(t.unevaluatedItems!==void 0)throw new Error("unevaluatedItems is not supported");if(t.unevaluatedProperties!==void 0)throw new Error("unevaluatedProperties is not supported");if(t.if!==void 0||t.then!==void 0||t.else!==void 0)throw new Error("Conditional schemas (if/then/else) are not supported");if(t.dependentSchemas!==void 0||t.dependentRequired!==void 0)throw new Error("dependentSchemas and dependentRequired are not supported");if(t.$ref){let r=t.$ref;if(e.refs.has(r))return e.refs.get(r);if(e.processing.has(r))return H.lazy(()=>{if(!e.refs.has(r))throw new Error(`Circular reference not resolved: ${r}`);return e.refs.get(r)});e.processing.add(r);let a=r3(r,e),s=Kt(a,e);return e.refs.set(r,s),e.processing.delete(r),s}if(t.enum!==void 0){let r=t.enum;if(e.version==="openapi-3.0"&&t.nullable===!0&&r.length===1&&r[0]===null)return H.null();if(r.length===0)return H.never();if(r.length===1)return H.literal(r[0]);if(r.every(s=>typeof s=="string"))return H.enum(r);let a=r.map(s=>H.literal(s));return a.length<2?a[0]:H.union([a[0],a[1],...a.slice(2)])}if(t.const!==void 0)return H.literal(t.const);let n=t.type;if(Array.isArray(n)){let r=n.map(a=>{let s={...t,type:a};return Y1(s,e)});return r.length===0?H.never():r.length===1?r[0]:H.union(r)}if(!n)return H.any();let i;switch(n){case"string":{let r=H.string();if(t.format){let a=t.format;a==="email"?r=r.check(H.email()):a==="uri"||a==="uri-reference"?r=r.check(H.url()):a==="uuid"||a==="guid"?r=r.check(H.uuid()):a==="date-time"?r=r.check(H.iso.datetime()):a==="date"?r=r.check(H.iso.date()):a==="time"?r=r.check(H.iso.time()):a==="duration"?r=r.check(H.iso.duration()):a==="ipv4"?r=r.check(H.ipv4()):a==="ipv6"?r=r.check(H.ipv6()):a==="mac"?r=r.check(H.mac()):a==="cidr"?r=r.check(H.cidrv4()):a==="cidr-v6"?r=r.check(H.cidrv6()):a==="base64"?r=r.check(H.base64()):a==="base64url"?r=r.check(H.base64url()):a==="e164"?r=r.check(H.e164()):a==="jwt"?r=r.check(H.jwt()):a==="emoji"?r=r.check(H.emoji()):a==="nanoid"?r=r.check(H.nanoid()):a==="cuid"?r=r.check(H.cuid()):a==="cuid2"?r=r.check(H.cuid2()):a==="ulid"?r=r.check(H.ulid()):a==="xid"?r=r.check(H.xid()):a==="ksuid"&&(r=r.check(H.ksuid()))}typeof t.minLength=="number"&&(r=r.min(t.minLength)),typeof t.maxLength=="number"&&(r=r.max(t.maxLength)),t.pattern&&(r=r.regex(new RegExp(t.pattern))),i=r;break}case"number":case"integer":{let r=n==="integer"?H.number().int():H.number();typeof t.minimum=="number"&&(r=r.min(t.minimum)),typeof t.maximum=="number"&&(r=r.max(t.maximum)),typeof t.exclusiveMinimum=="number"?r=r.gt(t.exclusiveMinimum):t.exclusiveMinimum===!0&&typeof t.minimum=="number"&&(r=r.gt(t.minimum)),typeof t.exclusiveMaximum=="number"?r=r.lt(t.exclusiveMaximum):t.exclusiveMaximum===!0&&typeof t.maximum=="number"&&(r=r.lt(t.maximum)),typeof t.multipleOf=="number"&&(r=r.multipleOf(t.multipleOf)),i=r;break}case"boolean":{i=H.boolean();break}case"null":{i=H.null();break}case"object":{let r={},a=t.properties||{},s=new Set(t.required||[]);for(let[c,u]of Object.entries(a)){let p=Kt(u,e);r[c]=s.has(c)?p:p.optional()}if(t.propertyNames){let c=Kt(t.propertyNames,e),u=t.additionalProperties&&typeof t.additionalProperties=="object"?Kt(t.additionalProperties,e):H.any();if(Object.keys(r).length===0){i=H.record(c,u);break}let p=H.object(r).passthrough(),d=H.looseRecord(c,u);i=H.intersection(p,d);break}if(t.patternProperties){let c=t.patternProperties,u=Object.keys(c),p=[];for(let m of u){let h=Kt(c[m],e),f=H.string().regex(new RegExp(m));p.push(H.looseRecord(f,h))}let d=[];if(Object.keys(r).length>0&&d.push(H.object(r).passthrough()),d.push(...p),d.length===0)i=H.object({}).passthrough();else if(d.length===1)i=d[0];else{let m=H.intersection(d[0],d[1]);for(let h=2;h<d.length;h++)m=H.intersection(m,d[h]);i=m}break}let l=H.object(r);t.additionalProperties===!1?i=l.strict():typeof t.additionalProperties=="object"?i=l.catchall(Kt(t.additionalProperties,e)):i=l.passthrough();break}case"array":{let r=t.prefixItems,a=t.items;if(r&&Array.isArray(r)){let s=r.map(c=>Kt(c,e)),l=a&&typeof a=="object"&&!Array.isArray(a)?Kt(a,e):void 0;l?i=H.tuple(s).rest(l):i=H.tuple(s),typeof t.minItems=="number"&&(i=i.check(H.minLength(t.minItems))),typeof t.maxItems=="number"&&(i=i.check(H.maxLength(t.maxItems)))}else if(Array.isArray(a)){let s=a.map(c=>Kt(c,e)),l=t.additionalItems&&typeof t.additionalItems=="object"?Kt(t.additionalItems,e):void 0;l?i=H.tuple(s).rest(l):i=H.tuple(s),typeof t.minItems=="number"&&(i=i.check(H.minLength(t.minItems))),typeof t.maxItems=="number"&&(i=i.check(H.maxLength(t.maxItems)))}else if(a!==void 0){let s=Kt(a,e),l=H.array(s);typeof t.minItems=="number"&&(l=l.min(t.minItems)),typeof t.maxItems=="number"&&(l=l.max(t.maxItems)),i=l}else i=H.array(H.any());break}default:throw new Error(`Unsupported type: ${n}`)}return i}o(Y1,"convertBaseSchema");function Kt(t,e){if(typeof t=="boolean")return t?H.any():H.never();let n=Y1(t,e),i=t.type||t.enum!==void 0||t.const!==void 0;if(t.anyOf&&Array.isArray(t.anyOf)){let l=t.anyOf.map(u=>Kt(u,e)),c=H.union(l);n=i?H.intersection(n,c):c}if(t.oneOf&&Array.isArray(t.oneOf)){let l=t.oneOf.map(u=>Kt(u,e)),c=H.xor(l);n=i?H.intersection(n,c):c}if(t.allOf&&Array.isArray(t.allOf))if(t.allOf.length===0)n=i?n:H.any();else{let l=i?n:Kt(t.allOf[0],e),c=i?0:1;for(let u=c;u<t.allOf.length;u++)l=H.intersection(l,Kt(t.allOf[u],e));n=l}t.nullable===!0&&e.version==="openapi-3.0"&&(n=H.nullable(n)),t.readOnly===!0&&(n=H.readonly(n)),t.default!==void 0&&(n=n.default(t.default));let r={},a=["$id","id","$comment","$anchor","$vocabulary","$dynamicRef","$dynamicAnchor"];for(let l of a)l in t&&(r[l]=t[l]);let s=["contentEncoding","contentMediaType","contentSchema"];for(let l of s)l in t&&(r[l]=t[l]);for(let l of Object.keys(t))t3.has(l)||(r[l]=t[l]);return Object.keys(r).length>0&&e.registry.add(n,r),t.description&&(n=n.describe(t.description)),n}o(Kt,"convertSchema");function X1(t,e){if(typeof t=="boolean")return t?H.any():H.never();let n;try{n=JSON.parse(JSON.stringify(t))}catch{throw new Error("fromJSONSchema input is not valid JSON (possibly cyclic); use $defs/$ref for recursive schemas")}let i=n3(n,e?.defaultTarget),r=n.$defs||n.definitions||{},a={version:i,defs:r,refs:new Map,processing:new Set,rootSchema:n,registry:e?.registry??Lt};return Kt(n,a)}o(X1,"fromJSONSchema");var DC={};Bn(DC,{bigint:()=>s3,boolean:()=>o3,date:()=>l3,number:()=>a3,string:()=>i3});function i3(t){return e0(Jo,t)}o(i3,"string");function a3(t){return l0(Yo,t)}o(a3,"number");function o3(t){return f0(Xo,t)}o(o3,"boolean");function s3(t){return v0(Qo,t)}o(s3,"bigint");function l3(t){return F0(Al,t)}o(l3,"date");ot(ul());var pe=class{constructor(e,n){this.name=e;this.formatSchema=n}name;formatSchema;static{o(this,"TokenBase")}evaluate(e){let n=e.format===null?this.getDefaultFormat():this.formatSchema.parse(e.format);return this.evaluateImpl(e,n)}getDefaultFormat(){let e=this.formatSchema.safeParse({});if(!e.success)throw new Error(`Token ${this.name} does not support default format.`);return e.data}};var c3=J.strictObject({decimalPoints:J.int().nonnegative().optional().default(0),unit:J.enum(["B","KB","MB"]).optional().default("B")}),Gd=class extends pe{static{o(this,"AttachmentFileSizeToken")}constructor(){super("attachmentFileSize",c3)}async evaluateImpl(e,n){let i=e.attachmentFileStats?.size,r=i===void 0?await e.getAttachmentFileContent():null,a=i??r?.byteLength??0,s=1024,l=s*s;switch(n.unit){case"B":return a.toFixed(n.decimalPoints);case"KB":return(a/s).toFixed(n.decimalPoints);case"MB":return(a/l).toFixed(n.decimalPoints);default:throw new Error(`Invalid file size unit: ${n.unit}`)}}};wt();ct();var u3=J.looseObject({}),es=class t extends pe{constructor(n,i){super(n,u3);this.evaluator=i}evaluator;static{o(this,"CustomToken")}static parse(n){let i=[];try{return Fw({argumentNames:["registerCustomToken"],functionBody:n})(r),i}catch(a){return zt(new Error("Error registering custom tokens",{cause:a})),null}function r(a,s){i.push(new t(a,s))}o(r,"registerCustomToken")}async evaluateImpl(n){return this.evaluator(n)}};var Q1=require("obsidian");Re();var eI=vn(Q1.moment),zr=J.strictObject({momentJsFormat:J.string()});function Or(t,e){return eI(t).format(e.momentJsFormat)}o(Or,"formatDate");function ts(t){return eI().format(t.momentJsFormat)}o(ts,"formatNow");var p3=J.strictObject({...zr.shape}),Hd=class extends pe{static{o(this,"DateToken")}constructor(){super("date",p3)}evaluateImpl(e,n){return ts(n)}};Re();Se();var d3=J.strictObject({key:J.string()}),qd=class extends pe{static{o(this,"FrontmatterToken")}constructor(){super("frontmatter",d3)}evaluateImpl(e,n){let i=$t({app:e.app,pathOrFile:e.noteFilePath});if(!i)return"";let r=e.app.metadataCache.getFileCache(i);if(!r?.frontmatter)return"";let a=fi(r.frontmatter,n.key)??"";return String(a)}};Re();Se();var nI=Tn(tI(),1);var m3=vn(nI.default),Mr=J.strictObject({case:J.enum(["lower","upper"]).optional(),slugify:J.boolean().optional(),trim:J.strictObject({length:J.int().positive(),side:J.enum(["left","right"])}).optional()});function $r(t,e){let n=e.trim;switch(n?.side){case"left":{t=t.slice(0,n.length);break}case"right":{t=t.slice(-n.length);break}case void 0:break;default:throw new Error(`Invalid trim side: ${G(n).side}`)}switch(e.slugify&&(t=m3(t)),e.case){case"lower":return t.toLowerCase();case void 0:return t;case"upper":return t.toUpperCase();default:throw new Error(`Invalid case: ${e.case}`)}}o($r,"formatString");var h3=J.strictObject({...Mr.shape}),Wd=class extends pe{static{o(this,"GeneratedAttachmentFileNameToken")}constructor(){super("generatedAttachmentFileName",h3)}evaluateImpl(e,n){return $r(e.generatedAttachmentFileName,n)}};var f3=J.strictObject({}),Jd=class extends pe{static{o(this,"GeneratedAttachmentFilePathToken")}constructor(){super("generatedAttachmentFilePath",f3)}evaluateImpl(e){return e.generatedAttachmentFilePath}};var g3=J.strictObject({level:J.enum(["1","2","3","4","5","6","any"]).optional().default("any")}),Kd=class extends pe{static{o(this,"HeadingToken")}constructor(){super("heading",g3)}async evaluateImpl(e,n){let r=(await this.initHeadings(e)).get(n.level)??"";return e.pluginSettingsComponent.replaceSpecialCharacters(r)}async initHeadings(e){let n=new Map;if(!e.cursorLine)return n;let i=await Pr(e.app,e.noteFilePath);if(!i?.headings)return n;let r=new Map;for(let a of i.headings){if(a.position.start.line>e.cursorLine)continue;let s=String(a.level),l=r.get(s)??-1;a.position.start.line>l&&(n.set(s,a.heading),r.set(s,a.position.start.line),a.position.start.line>(r.get("any")??-1)&&(r.set("any",a.position.start.line),n.set("any",a.heading)))}return n}};var v3=J.strictObject({...zr.shape}),Yd=class extends pe{static{o(this,"NoteFileCreationDateToken")}constructor(){super("noteFileCreationDate",v3)}evaluateImpl(e,n){if(e.noteFilePath===qt)return Or(Date.now(),n);let i=qe({app:e.app,pathOrFile:e.noteFilePath});return Or(i.stat.ctime,n)}};var b3=J.strictObject({...zr.shape}),Xd=class extends pe{static{o(this,"NoteFileModificationDateToken")}constructor(){super("noteFileModificationDate",b3)}evaluateImpl(e,n){if(e.noteFilePath===qt)return Or(Date.now(),n);let i=qe({app:e.app,pathOrFile:e.noteFilePath});return Or(i.stat.mtime,n)}};var k3=J.strictObject({...Mr.shape}),Qd=class extends pe{static{o(this,"NoteFileNameToken")}constructor(){super("noteFileName",k3)}evaluateImpl(e,n){return $r(e.noteFileName,n)}};var y3=J.strictObject({}),em=class extends pe{static{o(this,"NoteFilePathToken")}constructor(){super("noteFilePath",y3)}evaluateImpl(e){return e.noteFilePath}};Se();var x3=J.strictObject({...Mr.shape,pick:J.strictObject({from:J.enum(["start","end"]),index:J.int().nonnegative().optional().default(0)}).optional()}),tm=class extends pe{static{o(this,"NoteFolderNameToken")}constructor(){super("noteFolderName",x3)}evaluateImpl(e,n){let i=e.noteFolderPath.split("/"),r=i.length-1,a=n.pick;switch(a?.from){case"end":{r=i.length-1-a.index;break}case"start":{r=a.index;break}case void 0:break;default:throw new Error(`Invalid pick from: ${G(a).from}`)}return $r(i[r]??"",n)}};var C3=J.strictObject({}),nm=class extends pe{static{o(this,"NoteFolderPathToken")}constructor(){super("noteFolderPath",C3)}evaluateImpl(e){return e.noteFolderPath}};var w3=J.strictObject({...zr.shape,valueWhenUnknown:J.enum(["empty","now"]).optional().default("empty")}),rm=class extends pe{static{o(this,"OriginalAttachmentFileCreationDateToken")}constructor(){super("originalAttachmentFileCreationDate",w3)}evaluateImpl(e,n){return e.attachmentFileStats?.ctime!==void 0?Or(e.attachmentFileStats.ctime,n):n.valueWhenUnknown==="now"?ts(n):""}};var A3=J.strictObject({}),im=class extends pe{static{o(this,"OriginalAttachmentFileExtensionToken")}constructor(){super("originalAttachmentFileExtension",A3)}evaluateImpl(e){return e.originalAttachmentFileExtension}};var S3=J.strictObject({...zr.shape,valueWhenUnknown:J.enum(["empty","now"]).optional().default("empty")}),am=class extends pe{static{o(this,"OriginalAttachmentFileModificationDateToken")}constructor(){super("originalAttachmentFileModificationDate",S3)}evaluateImpl(e,n){return e.attachmentFileStats?.mtime!==void 0?Or(e.attachmentFileStats.mtime,n):n.valueWhenUnknown==="now"?ts(n):""}};var E3=J.strictObject({...Mr.shape}),om=class extends pe{static{o(this,"OriginalAttachmentFileNameToken")}constructor(){super("originalAttachmentFileName",E3)}evaluateImpl(e,n){return $r(e.originalAttachmentFileName,n)}};var pi=require("obsidian");tt();Oe();Ve();Mt();var zC=class{static{o(this,"SelfWriteRegistry")}registeredAtByPath=new Map;consume(e){return this.prune(),this.registeredAtByPath.delete(e)}register(e){this.prune(),this.registeredAtByPath.set(e,Date.now())}prune(){let e=Date.now()-6e4;for(let[n,i]of this.registeredAtByPath)i<e&&this.registeredAtByPath.delete(n)}},ui=new zC;var OC=class extends pi.Modal{constructor(n){super(n.context.app);this.params=n;Ce(this.containerEl,"preview-modal")}params;static{o(this,"PreviewModal")}embedComponent;temporaryFile;onClose(){super.onClose(),this.embedComponent?.unload(),ke(async()=>{this.temporaryFile&&await Kr(this.app,this.temporaryFile)})}onOpen(){super.onOpen(),ke(this.onOpenAsync.bind(this))}async onOpenAsync(){let n=this.app.embedRegistry.embedByExtension[this.params.context.originalAttachmentFileExtension],i=await this.params.context.getAttachmentFileContent();if(!n||!i)return;let r=`${this.params.context.originalAttachmentFileName}.${this.params.context.originalAttachmentFileExtension}`;this.titleEl.setText(v(l=>l.promptWithPreviewModal.previewModal.title,{fullFileName:r}));let a=`__temp${String(Date.now())}__${r}`;ui.register(a),this.temporaryFile=await this.app.vault.createBinary(a,i);let s=this.contentEl.createDiv("preview-container");this.embedComponent=n({app:this.app,containerEl:s},this.temporaryFile),this.embedComponent.load(),this.embedComponent.loadFile()}},MC=class extends pi.Modal{static{o(this,"PromptWithPreviewModal")}context;defaultValue;isOkClicked=!1;promiseResolve;value="";valueValidator;constructor(e){super(e.context.app),this.context=e.context,this.defaultValue=e.defaultValue,this.promiseResolve=e.promiseResolve,this.valueValidator=e.valueValidator,Ce(this.containerEl,B.PromptModal)}onClose(){super.onClose(),this.promiseResolve(this.isOkClicked?this.value:null)}onOpen(){super.onOpen(),ke(this.onOpenAsync.bind(this))}getHeading(){switch(this.context.templatePart){case"FileName":return v(e=>e.promptWithPreviewModal.fileNameTitle);case"Folder":return v(e=>e.promptWithPreviewModal.folderTitle);default:return v(e=>e.promptWithPreviewModal.title)}}handleOk(e,n){e.preventDefault(),n.inputEl.checkValidity()&&(this.isOkClicked=!0,this.close())}async onOpenAsync(){this.value=await this.context.fillTemplate(this.defaultValue);let e=this.getHeading(),n=createFragment(d=>{d.appendText(e),d.createEl("br"),d.appendText(this.context.fullTemplate.slice(0,this.context.tokenStartOffset)),d.createSpan({cls:"highlighted-token",text:this.context.tokenWithFormat}),d.appendText(this.context.fullTemplate.slice(this.context.tokenEndOffset))});this.titleEl.setText(n);let i=new pi.TextComponent(this.contentEl),r=i.inputEl,a=o(async()=>{let d=await this.valueValidator(r.value);r.setCustomValidity(d??""),r.reportValidity()},"validate");i.setValue(this.value),i.setPlaceholder(e),r.addClass(B.TextBox),r.setAttribute("spellcheck",String(r2(this.app))),i.onChange(d=>{this.value=d}),r.addEventListener("keydown",d=>{d.key==="Enter"?this.handleOk(d,i):d.key==="Escape"&&this.close()}),r.addEventListener("input",pt(a)),r.addEventListener("focus",pt(a)),ke(a);let s=new pi.ButtonComponent(this.contentEl);s.setButtonText(v(d=>d.obsidianDevUtils.buttons.ok)),s.setCta(),s.onClick(d=>{this.handleOk(d,i)}),s.setClass(B.OkButton);let l=new pi.ButtonComponent(this.contentEl);l.setButtonText(v(d=>d.obsidianDevUtils.buttons.cancel)),l.onClick(this.close.bind(this)),l.setClass(B.CancelButton);let c=new pi.ButtonComponent(this.contentEl);c.setButtonText(v(d=>d.buttons.previewAttachmentFile)),c.onClick(this.preview.bind(this));let u=this.app.embedRegistry.embedByExtension[this.context.originalAttachmentFileExtension];(!await this.context.getAttachmentFileContent()||!u)&&c.setDisabled(!0),r.focus(),r.select()}preview(){new OC({context:this.context,defaultValue:this.defaultValue,valueValidator:this.valueValidator}).open()}};function iI(t){return new Promise(e=>{new MC({...t,promiseResolve:e}).open()})}o(iI,"promptWithPreview");var P3=J.strictObject({...Mr.shape,defaultValueTemplate:J.string().optional().default("${originalAttachmentFileName}")}),sm=class extends pe{static{o(this,"PromptToken")}constructor(){super("prompt",P3)}async evaluateImpl(e,n){if(e.actionContext==="ValidateTokens"||e.originalAttachmentFileName===qt)return qt;let i=await iI({context:e,defaultValue:n.defaultValueTemplate,valueValidator:o(r=>e.tokenValidator.validatePath({areTokensAllowed:!1,path:r}),"valueValidator")});if(i===null)throw new Error("Prompt cancelled");return $r(i,n)}};Se();function ns(t){let{from:e,to:n}=t;if(e.length!==1)throw new Error(`Range must be from-to a single character: ${e} to ${n}`);if(n.length!==1)throw new Error(`Range must be from-to a single character: ${e} to ${n}`);let i="";for(let r=G(e.codePointAt(0));r<=G(n.codePointAt(0));r++)i+=String.fromCodePoint(r);return i}o(ns,"getRangeString");var F3=J.strictObject({digits:J.boolean().optional().default(!0),length:J.number().optional().default(1),letterCase:J.enum(["lower","mixed","upper"]).optional().default("upper"),letters:J.boolean().optional().default(!0)}),lm=class extends pe{static{o(this,"RandomToken")}constructor(){super("random",F3)}evaluateImpl(e,n){let i="";if(n.digits&&(i+=ns({from:"0",to:"9"})),n.letters)switch(n.letterCase){case"lower":{i+=ns({from:"a",to:"z"});break}case"mixed":{i+=ns({from:"a",to:"z"})+ns({from:"A",to:"Z"});break}case"upper":{i+=ns({from:"A",to:"Z"});break}default:throw new Error(`Invalid letter case: ${n.letterCase}`)}let r="";for(let a=0;a<n.length;a++)r+=i[Math.floor(Math.random()*i.length)]??"";return r}};var T3=J.strictObject({length:J.number().optional().default(1)}),cm=class extends pe{static{o(this,"SequenceNumberToken")}constructor(){super("sequenceNumber",T3)}evaluateImpl(e,n){return String(e.sequenceNumber).padStart(n.length,"0")}};var I3=J.strictObject({case:J.enum(["lower","upper"]).optional().default("lower"),hyphens:J.boolean().optional().default(!0)}),um=class extends pe{static{o(this,"UuidToken")}constructor(){super("uuid",I3)}evaluateImpl(e,n){let i=crypto.randomUUID();return n.case==="upper"&&(i=i.toUpperCase()),n.hyphens?i:i.replaceAll("-","")}};var ht=class t{static{o(this,"Substitutions")}static registeredTokens=new Map;static{this.registerCustomTokens("")}actionContext;noteFolderPath;app;attachmentFileContent;attachmentFileContentPromise;attachmentFileStats;cursorLine;generatedAttachmentFileName;generatedAttachmentFilePath;noteFileName;noteFilePath;noteFolderName;oldNoteFileName;oldNoteFilePath;oldNoteFolderName;oldNoteFolderPath;originalAttachmentFileExtension;originalAttachmentFileName;pluginSettingsComponent;readAttachmentFileContent;sequenceNumber;tokenValidator;constructor(e){this.app=e.app,this.actionContext=e.actionContext,this.pluginSettingsComponent=e.pluginSettingsComponent,this.noteFilePath=e.noteFilePath,this.noteFileName=Ie(this.noteFilePath,gt(this.noteFilePath)),this.noteFolderName=pm(Ie(Fe(this.noteFilePath))),this.noteFolderPath=pm(Fe(this.noteFilePath)),this.oldNoteFilePath=e.oldNoteFilePath??"",this.oldNoteFileName=Ie(this.oldNoteFilePath,gt(this.oldNoteFilePath)),this.oldNoteFolderName=pm(Ie(Fe(this.oldNoteFilePath))),this.oldNoteFolderPath=pm(Fe(this.oldNoteFilePath));let n=e.originalAttachmentFileName??"",i=gt(n);if(this.originalAttachmentFileName=Ie(n,i),this.originalAttachmentFileExtension=i.slice(1),this.attachmentFileContent=e.attachmentFileContent,this.readAttachmentFileContent=e.readAttachmentFileContent,this.attachmentFileStats=e.attachmentFileStats,this.generatedAttachmentFileName=e.generatedAttachmentFileName??"",this.generatedAttachmentFilePath=e.generatedAttachmentFilePath??"",e.cursorLine===void 0){if(this.cursorLine=null,this.app.workspace.activeEditor?.file?.path===this.noteFilePath){let r=this.app.workspace.activeEditor.editor?.getCursor();r&&(this.cursorLine=r.line)}}else this.cursorLine=e.cursorLine;this.sequenceNumber=e.sequenceNumber,this.tokenValidator=e.tokenValidator}static isRegisteredToken(e){return this.registeredTokens.has(e.toLowerCase())}static registerCustomTokens(e){this.registeredTokens.clear(),this.registerToken(new Gd),this.registerToken(new Hd),this.registerToken(new qd),this.registerToken(new Wd),this.registerToken(new Jd),this.registerToken(new Kd),this.registerToken(new Yd),this.registerToken(new Xd),this.registerToken(new Qd),this.registerToken(new em),this.registerToken(new tm),this.registerToken(new nm),this.registerToken(new rm),this.registerToken(new im),this.registerToken(new am),this.registerToken(new om),this.registerToken(new sm),this.registerToken(new lm),this.registerToken(new cm),this.registerToken(new um);let n=es.parse(e)??[];for(let i of n)this.registerToken(i)}static registerToken(e){this.registeredTokens.set(e.name.toLowerCase(),e)}async fillTemplate(e,n="Other"){let r=new AbortController().signal,a=ya(e),s="",l=0;for(let c of a){r.throwIfAborted(),s+=e.slice(l,c.start),l=c.end;let u=t.registeredTokens.get(c.token.toLowerCase());if(!u)throw new Error(`Unknown token '${c.token}'.`);let p=c.formatText===null?null:up({formatText:c.formatText,tokenName:c.token}),d={abortSignal:r,actionContext:this.actionContext,app:this.app,attachmentFileStats:this.attachmentFileStats,cursorLine:this.cursorLine,fillTemplate:o(h=>this.fillTemplate(h,n),"fillTemplate"),format:p,fullTemplate:e,generatedAttachmentFileName:this.generatedAttachmentFileName,generatedAttachmentFilePath:this.generatedAttachmentFilePath,getAttachmentFileContent:o(()=>this.getAttachmentFileContent(),"getAttachmentFileContent"),noteFileName:this.noteFileName,noteFilePath:this.noteFilePath,noteFolderName:this.noteFolderName,noteFolderPath:this.noteFolderPath,obsidian:D3,oldNoteFileName:this.oldNoteFileName,oldNoteFilePath:this.oldNoteFilePath,oldNoteFolderName:this.oldNoteFolderName,oldNoteFolderPath:this.oldNoteFolderPath,originalAttachmentFileExtension:this.originalAttachmentFileExtension,originalAttachmentFileName:this.originalAttachmentFileName,pluginSettingsComponent:this.pluginSettingsComponent,sequenceNumber:this.sequenceNumber??0,templatePart:n,token:c.token,tokenEndOffset:c.end,tokenStartOffset:c.start,tokenValidator:this.tokenValidator,tokenWithFormat:c.raw},m=await u.evaluate(d);if(r.throwIfAborted(),typeof m!="string")throw console.error("Token returned non-string value.",{context:d,result:m}),new Error("Token returned non-string value");s+=m}return s+=e.slice(l),s}getAttachmentFileContent(){return this.attachmentFileContentPromise??=this.attachmentFileContent===void 0?this.readAttachmentFileContent?.()??Promise.resolve(void 0):Promise.resolve(this.attachmentFileContent),this.attachmentFileContentPromise}};function pm(t){return t==="."?"":t}o(pm,"dotToEmpty");var aI=require("obsidian");qr();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();function oI(t){return t.validationMessage!==void 0}o(oI,"isValidationMessageHolder");var N3=/[*\\/<>:|?"]/g,_3=/[\0/]/g;function dm(t){return t??=aI.Platform.isWin,t?N3:_3}o(dm,"getOsUnsafePathCharsRegExp");gn();var mm=class{static{o(this,"TokenValidator")}app;pluginSettingsComponent;constructor(e){this.app=e.app,this.pluginSettingsComponent=e.pluginSettingsComponent}async validateFileName(e){switch(e.tokenValidationMode){case"Error":{if(ya(e.fileName,{throwOnError:!1}).length>0)return"Tokens are not allowed in file name";break}case"Skip":break;case"Validate":{let i=await this.validateTokens(e.fileName);if(i)return i;break}default:throw new Error(`Invalid token validation mode: ${e.tokenValidationMode}`)}let n;try{n=$3(e.fileName)}catch{return`Invalid token syntax in file name "${e.fileName}"`}return n==="."||n===".."?e.areSingleDotsAllowed?"":"Single dots are not allowed in file name":n?dm().test(n)?`File name "${e.fileName}" contains invalid symbols`:O3.test(n)?`File name "${e.fileName}" contains more than two dots`:M3.test(n)?`File name "${e.fileName}" contains trailing dots`:"":e.isEmptyAllowed?"":"File name is empty"}async validatePath(e){if(e.areTokensAllowed){let r=await this.validateTokens(e.path);if(r)return`Unknown token: ${r}`}else if(ya(e.path,{throwOnError:!1}).length>0)return"Tokens are not allowed in path";let n=Ba({$string:e.path,prefix:"/"});if(n=br({$string:n,suffix:"/"}),n==="")return"";let i=n.split("/");for(let r of i){let a=await this.validateFileName({areSingleDotsAllowed:!0,fileName:r,isEmptyAllowed:!0,tokenValidationMode:"Skip"});if(a)return a}return""}async validateTokens(e){let n=new ht({actionContext:"ValidateTokens",app:this.app,noteFilePath:qt,originalAttachmentFileName:qt,pluginSettingsComponent:this.pluginSettingsComponent,tokenValidator:this}),i=z3(e);for(let r of i){if(!ht.isRegisteredToken(r.token))return`Unknown token '${r.token}'.`;if(r.formatText!==null)try{up({formatText:r.formatText,tokenName:r.token})}catch(a){return`Invalid format for token '${r.token}': ${a.message}`}try{await n.fillTemplate(r.raw)}catch(a){return`Invalid token '${r.raw}': ${a.message}`}}return null}};function z3(t){return ya(t,{throwOnError:!1})}o(z3,"extractTokens");var O3=/^\.{3,}$/,M3=/\.+$/;function $3(t){let e=ya(t),n="",i=0;for(let r of e)n+=t.slice(i,r.start),n+=`__${r.token}__`,i=r.end;return n+=t.slice(i),n}o($3,"removeTokens");var fm="__IMPORT_FILES__",hm=class extends Me{static{o(this,"ShareReceiverImportFilesPatchComponent")}app;attachmentPathManager;pluginSettingsComponent;shareReceiver;tokenValidator;constructor(e){super(),this.app=e.app,this.attachmentPathManager=e.attachmentPathManager,this.pluginSettingsComponent=e.pluginSettingsComponent,this.shareReceiver=e.shareReceiver,this.tokenValidator=e.tokenValidator}onload(){this.registerMethodPatch({$object:ic(this.shareReceiver),methodName:"importFiles",patchHandler:o(async({fallback:e,originalArguments:[n]})=>{for(let i of n){let r=window.Capacitor.convertFileSrc(i.uri),l=await(await window.fetch.bind(window)(r)).arrayBuffer(),c=new ht({actionContext:"ImportFiles",app:this.app,attachmentFileContent:l,noteFilePath:this.app.workspace.getActiveFile()?.path??"",originalAttachmentFileName:i.name,pluginSettingsComponent:this.pluginSettingsComponent,tokenValidator:this.tokenValidator}),u=await this.attachmentPathManager.getGeneratedAttachmentFileBaseName(c),p=gt(i.name).slice(1);i.name=fm+vt({fileBaseName:u,fileExtension:p})}return e()},"patchHandler")})}};var gm=class{static{o(this,"AttachmentPathManager")}app;getAvailablePathForAttachmentsOriginal;pluginNoticeComponent;pluginSettingsComponent;tokenValidator;constructor(e){this.app=e.app,this.getAvailablePathForAttachmentsOriginal=e.getAvailablePathForAttachmentsOriginal,this.pluginNoticeComponent=e.pluginNoticeComponent,this.pluginSettingsComponent=e.pluginSettingsComponent,this.tokenValidator=e.tokenValidator}async getAttachmentFolderFullPathForPath(e){return await this.getAttachmentFolderPath(new ht({actionContext:e.actionContext,app:this.app,attachmentFileContent:e.attachmentFileContent,attachmentFileStats:e.attachmentFileStats,noteFilePath:e.notePath,oldNoteFilePath:e.oldNoteFilePath,originalAttachmentFileName:e.attachmentFileName,pluginSettingsComponent:this.pluginSettingsComponent,readAttachmentFileContent:e.readAttachmentFileContent,tokenValidator:this.tokenValidator}))}async getAvailablePathForAttachments(e){let n=e.attachmentFileBaseName,i=e.attachmentFileStats,r=e.shouldSkipGeneratedAttachmentFileName;if(n===qt){let p=Math.trunc(Date.now());i??={ctime:p,mtime:p,size:0}}let s=$t({app:this.app,pathOrFile:e.notePathOrFile}),l=e.notePathOrFile?ce(this.app,e.notePathOrFile):void 0,c=e.oldNotePathOrFile?ce(this.app,e.oldNotePathOrFile):void 0;if(n.startsWith(fm)&&(n=Ba({$string:n,prefix:fm}),r=!0),s&&this.pluginSettingsComponent.settings.isPathIgnored(s.path))return this.getAvailablePathForAttachmentsOriginal(n,e.attachmentFileExtension,s);let u;if(!l||!it(l))u=await KS({app:this.app,attachmentFileBaseName:n,attachmentFileExtension:e.attachmentFileExtension,notePathOrFile:e.notePathOrFile,shouldSkipDuplicateCheck:e.shouldSkipDuplicateCheck??!1,shouldSkipMissingAttachmentFolderCreation:e.shouldSkipMissingAttachmentFolderCreation??!0});else{let p=e.readAttachmentFileContent??void 0,d=vt({fileBaseName:n,fileExtension:e.attachmentFileExtension}),m=await this.getAttachmentFolderFullPathForPath({actionContext:pv(e.context),attachmentFileName:d,attachmentFileStats:i,notePath:l,oldNoteFilePath:c,readAttachmentFileContent:p}),h;if(r)h=d;else{let{cursorLine:b,sequenceNumber:y}=await this.getCursorLineAndSequenceNumber(l,e.oldAttachmentPathOrFile),x=await this.getGeneratedAttachmentFileBaseName(new ht({actionContext:pv(e.context),app:this.app,attachmentFileStats:i,cursorLine:b,noteFilePath:l,oldNoteFilePath:c,originalAttachmentFileName:d,pluginSettingsComponent:this.pluginSettingsComponent,readAttachmentFileContent:p,sequenceNumber:y,tokenValidator:this.tokenValidator}));h=vt({fileBaseName:x,fileExtension:e.attachmentFileExtension})}let f=ye(m,h);if(e.shouldSkipDuplicateCheck)u=f;else{let b=Fe(f),y=Ie(f,e.attachmentFileExtension?`.${e.attachmentFileExtension}`:"");u=this.app.vault.getAvailablePath(ye(b,y),e.attachmentFileExtension)}}if(ui.register(u),!e.shouldSkipMissingAttachmentFolderCreation){let p=Gt(u);if(!await this.app.vault.exists(p)&&(await Jr(this.app,p),this.pluginSettingsComponent.settings.emptyFolderBehavior===at.Keep)){let d=ye(p,".gitkeep");await this.app.vault.exists(d)||(ui.register(d),await this.app.vault.create(d,""))}}return u}async getDownloadedImagePath(e){let n=vt({fileBaseName:e.fileName,fileExtension:e.fileExtension}),i=Math.trunc(Date.now()),r={ctime:i,mtime:i,size:e.downloadedContent.byteLength},a=await this.getGeneratedAttachmentFileBaseName(new ht({actionContext:e.actionContext,app:this.app,attachmentFileContent:e.downloadedContent,attachmentFileStats:r,noteFilePath:e.noteFilePath,originalAttachmentFileName:n,pluginSettingsComponent:this.pluginSettingsComponent,tokenValidator:this.tokenValidator})),s=vt({fileBaseName:a,fileExtension:e.fileExtension}),l=await this.getAttachmentFolderFullPathForPath({actionContext:e.actionContext,attachmentFileContent:e.downloadedContent,attachmentFileName:s,attachmentFileStats:r,notePath:e.noteFilePath}),c=ye(l,s),u=Fe(c),p=Ie(c,e.fileExtension?`.${e.fileExtension}`:""),d=this.app.vault.getAvailablePath(ye(u,p),e.fileExtension),m=Gt(d);return await this.app.vault.exists(m)||await Jr(this.app,m),d}async getGeneratedAttachmentFileBaseName(e){let n;switch(e.actionContext){case"CollectAttachments":{n=this.pluginSettingsComponent.settings.collectedAttachmentFileName;break}case"RenameNote":{n=this.pluginSettingsComponent.settings.renamedAttachmentFileName;break}default:{n=this.pluginSettingsComponent.settings.generatedAttachmentFileName;break}}n||=this.pluginSettingsComponent.settings.generatedAttachmentFileName;let i=await this.resolvePathTemplate({isFileNamePart:!0,substitutions:e,template:n}),r=await this.tokenValidator.validatePath({areTokensAllowed:!1,path:i});if(!r){let a=i.split("/"),s=G(a.at(-1));r=await this.tokenValidator.validateFileName({areSingleDotsAllowed:!1,fileName:s,isEmptyAllowed:!1,tokenValidationMode:"Error"})}if(r){this.pluginNoticeComponent.showNotice(createFragment(s=>{s.appendText(v(l=>l.notice.generatedAttachmentFileNameIsInvalid.part1,{path:i,validationMessage:r})),s.appendText(" "),W(s,v(l=>l.pluginSettingsTab.generatedAttachmentFileName.name)),s.appendText(" "),s.appendText(v(l=>l.notice.generatedAttachmentFileNameIsInvalid.part2))}));let a=`Generated attachment file name "${i}" is invalid.
|
|
${r}
|
|
Check your 'Generated attachment file name' setting.`;throw console.error(a,e),new Error(a)}return i}async getProperAttachmentPath(e){let n=await this.app.vault.readBinary(e.attachmentFile),i=this.pluginSettingsComponent.settings.shouldRenameCollectedAttachments?vt({fileBaseName:await this.getGeneratedAttachmentFileBaseName(new ht({actionContext:e.actionContext,app:this.app,attachmentFileContent:n,attachmentFileStats:e.attachmentFile.stat,cursorLine:qn(e.reference)?e.reference.position.start.line:0,noteFilePath:e.noteFilePath,originalAttachmentFileName:e.attachmentFile.name,pluginSettingsComponent:this.pluginSettingsComponent,sequenceNumber:e.sequenceNumber,tokenValidator:this.tokenValidator})),fileExtension:e.attachmentFile.extension}):e.attachmentFile.name,r=await this.getAttachmentFolderFullPathForPath({actionContext:e.actionContext,attachmentFileContent:n,attachmentFileName:i,attachmentFileStats:e.attachmentFile.stat,notePath:e.noteFilePath}),a=ye(r,i);return e.attachmentFile.path===a?null:a}async getSequenceNumberMap(e){let{sequenceNumberByAttachmentPath:n}=await this.walkNoteLinks(e,null);return n}cleanFilePathPart(e){let n=e.trimEnd();return n==="."||n===".."||(n=n.replace(/[\s.]+$/,""),n=this.pluginSettingsComponent.replaceSpecialCharacters(n)),n}async getAttachmentFolderPath(e){return await this.resolvePathTemplate({isFileNamePart:!1,substitutions:e,template:this.pluginSettingsComponent.settings.attachmentFolderPath})}async getCursorLineAndSequenceNumber(e,n){let i=$t({app:this.app,pathOrFile:n});if(!i)return{cursorLine:0,sequenceNumber:0};let{cursorLine:r,sequenceNumberByAttachmentPath:a}=await this.walkNoteLinks(e,i);return{cursorLine:r,sequenceNumber:a.get(i.path)??0}}async resolvePathTemplate(e){let{isFileNamePart:n,substitutions:i,template:r}=e;try{let a=await i.fillTemplate(r,n?"FileName":"Folder");a=a.split("/").map(c=>this.cleanFilePathPart(c)).join("/");let l=await this.tokenValidator.validatePath({areTokensAllowed:!1,path:a});if(l)throw new Error(`Resolved path ${a} is invalid: ${l}`);if(n||(sI(a)&&(a=ye(i.noteFolderPath,a)),a=(0,lI.normalizePath)(a)),a==="."&&(a=""),sI(a))throw new Error("Resolved path should be absolute");return a}catch(a){throw this.pluginNoticeComponent.showNotice(v(s=>s.notice.couldNotResolveTemplatePath,{template:r})),console.error("Could not resolve template path",{substitutions:i,template:r}),zt(a),a}}async walkNoteLinks(e,n){let i=new Map,r=0,a=!1,s=await Pr(this.app,e);if(!s)return{cursorLine:r,sequenceNumberByAttachmentPath:i};let l=1;for(let c of $n({cache:s})){let u=Rn({app:this.app,link:c,sourcePathOrFile:e});n&&!a&&qn(c)&&u===n&&(r=c.position.start.line,a=!0),!this.pluginSettingsComponent.isNoteEx(u)&&(u&&!i.has(u.path)&&i.set(u.path,l),l++)}return{cursorLine:r,sequenceNumberByAttachmentPath:i}}};function sI(t){return t==="."||t.startsWith("./")||t===".."||t.startsWith("../")}o(sI,"isRelativePath");dt();var vm=class{static{o(this,"AttachmentRescuer")}app;attachmentPathManager;pluginSettingsComponent;constructor(e){this.app=e.app,this.attachmentPathManager=e.attachmentPathManager,this.pluginSettingsComponent=e.pluginSettingsComponent}async getRescuePath(e){if(!this.pluginSettingsComponent.settings.shouldRescueSharedAttachments)return null;let n=this.app.vault.getFileByPath(e.attachmentPath);if(!n)return null;let i=L3({entries:this.pluginSettingsComponent.settings.notePriorities,rank:o(a=>this.findRank(a),"rank"),survivingNotePaths:e.survivingNotePaths});if(i===null)return null;let r=await this.attachmentPathManager.getAttachmentFolderFullPathForPath({actionContext:"DeleteNote",attachmentFileName:n.name,attachmentFileStats:n.stat,notePath:i,readAttachmentFileContent:o(async()=>await this.app.vault.readBinary(n),"readAttachmentFileContent")});return ye(r,n.name)}findRank(e){let n=this.app.vault.getFileByPath(e);return Gu({entries:this.pluginSettingsComponent.settings.notePriorities,frontmatter:n?this.app.metadataCache.getFileCache(n)?.frontmatter??null:null,notePath:e})}};function L3(t){let[e]=t.survivingNotePaths;return e!==void 0&&t.survivingNotePaths.length===1?e:t.entries.length===0?null:Hu({notePaths:t.survivingNotePaths,rank:o(n=>t.rank(n),"rank")})}o(L3,"pickRescueNotePath");var uI=require("obsidian");Re();dt();Se();var B3=/Pasted image (?<Timestamp>\d{14})/,U3="YYYYMMDDHHmmss",V3=10,cI=vn(uI.moment),bm=class{static{o(this,"AttachmentSaver")}app;arrayBufferMap;attachmentPathManager;imageManager;imageSizeMap;markdownUrlMap;pluginSettingsComponent;tokenValidator;constructor(e){this.app=e.app,this.arrayBufferMap=e.arrayBufferMap,this.attachmentPathManager=e.attachmentPathManager,this.imageManager=e.imageManager,this.imageSizeMap=e.imageSizeMap,this.markdownUrlMap=e.markdownUrlMap,this.pluginSettingsComponent=e.pluginSettingsComponent,this.tokenValidator=e.tokenValidator}async saveAttachment(e){let n=e.attachmentFileBaseName,i=e.attachmentFileContent,r=e.attachmentFileExtension,a=this.app.workspace.getActiveFile();if(!a||this.pluginSettingsComponent.settings.isPathIgnored(a.path))return await this.saveAttachmentCore({attachmentFileBaseName:n,attachmentFileContent:i,attachmentFileExtension:r});let s=this.arrayBufferMap.isPastedImage(i);if(!s){let p=B3.exec(n);if(p){let d=G(p.groups?.Timestamp),m=cI(d,U3);m.isValid()&&cI().diff(m,"seconds")<V3&&(s=!0)}}let l=await this.imageManager.convertToJpeg({attachmentFileContent:i,attachmentFileExtension:r,isPastedImage:s});r=l.attachmentFileExtension,i=l.attachmentFileContent;let c=!1;switch(this.pluginSettingsComponent.settings.attachmentRenameMode){case"All":{c=!0;break}case"None":break;case"Only pasted images":{c=s;break}default:throw new Error("Invalid attachment rename mode")}c&&(n=await this.attachmentPathManager.getGeneratedAttachmentFileBaseName(new ht({actionContext:"SaveAttachment",app:this.app,attachmentFileContent:i,attachmentFileStats:this.arrayBufferMap.getFileStats(i),noteFilePath:a.path,originalAttachmentFileName:vt({fileBaseName:n,fileExtension:r}),pluginSettingsComponent:this.pluginSettingsComponent,tokenValidator:this.tokenValidator})));let u=await this.saveAttachmentCore({attachmentFileBaseName:n,attachmentFileContent:i,attachmentFileExtension:r});if(this.pluginSettingsComponent.settings.markdownUrlFormat){let p=await new ht({actionContext:"SaveAttachment",app:this.app,attachmentFileContent:i,attachmentFileStats:this.arrayBufferMap.getFileStats(i)??void 0,generatedAttachmentFileName:u.name,generatedAttachmentFilePath:u.path,noteFilePath:a.path,originalAttachmentFileName:vt({fileBaseName:n,fileExtension:r}),pluginSettingsComponent:this.pluginSettingsComponent,tokenValidator:this.tokenValidator}).fillTemplate(this.pluginSettingsComponent.settings.markdownUrlFormat);this.markdownUrlMap.set({path:u.path,url:p})}else this.markdownUrlMap.delete(u.path);return u}async saveAttachmentCore(e){let n=this.app.workspace.getActiveFile(),i=this.arrayBufferMap.getFileStats(e.attachmentFileContent),r=e.attachmentFileContent,a=await this.attachmentPathManager.getAvailablePathForAttachments({attachmentFileBaseName:e.attachmentFileBaseName,attachmentFileExtension:e.attachmentFileExtension,attachmentFileStats:i,context:H2("SaveAttachment"),notePathOrFile:n,oldAttachmentPathOrFile:vt({fileBaseName:e.attachmentFileBaseName,fileExtension:e.attachmentFileExtension}),readAttachmentFileContent:o(()=>Promise.resolve(r),"readAttachmentFileContent"),shouldSkipDuplicateCheck:!1,shouldSkipGeneratedAttachmentFileName:!0,shouldSkipMissingAttachmentFolderCreation:!1}),s=await this.imageManager.getImageSize({content:e.attachmentFileContent,extension:e.attachmentFileExtension});return s!==null&&this.imageSizeMap.set({path:a,size:s}),await this.app.vault.createBinary(a,e.attachmentFileContent,oA({ctime:i?.ctime?Math.trunc(i.ctime):void 0,mtime:i?.mtime?Math.trunc(i.mtime):void 0}))}};ct();Ve();var km=class extends kr{static{o(this,"CollectAttachmentsEntireVaultCommandHandler")}attachmentCollector;constructor(e){super({icon:"download",id:"collect-attachments-entire-vault",name:v(n=>n.commands.collectAttachmentsEntireVault)}),this.attachmentCollector=e.attachmentCollector}async execute(){await lt(),this.attachmentCollector.collectAttachmentsEntireVault()}};tt();tt();Se();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var Rr=class extends kr{static{o(this,"AbstractFileCommandHandler")}get activeFileProvider(){return G(this._activeFileProvider)}get fileMenuItemName(){return this._fileMenuItemName}get fileMenuSection(){return this._fileMenuSection}get fileMenuSubmenuIcon(){return this._fileMenuSubmenuIcon}get filesMenuItemName(){return this._filesMenuItemName}get filesMenuSection(){return this._filesMenuSection}get filesMenuSubmenuIcon(){return this._filesMenuSubmenuIcon}_activeFileProvider;_fileMenuItemName;_fileMenuSection;_fileMenuSubmenuIcon;_filesMenuItemName;_filesMenuSection;_filesMenuSubmenuIcon;_registrationShouldAddCommandToSubmenu;_shouldAddCommandToSubmenu;constructor(e){super(e),this._fileMenuItemName=e.fileMenuItemName,this._fileMenuSection=e.fileMenuSection,this._fileMenuSubmenuIcon=e.fileMenuSubmenuIcon,this._filesMenuItemName=e.filesMenuItemName,this._filesMenuSection=e.filesMenuSection,this._filesMenuSubmenuIcon=e.filesMenuSubmenuIcon,this._shouldAddCommandToSubmenu=e.shouldAddCommandToSubmenu}async onRegistered(e){await super.onRegistered(e),this._activeFileProvider=e.activeFileProvider,this._registrationShouldAddCommandToSubmenu=e.shouldAddCommandToSubmenu,e.menuEventRegistrar.registerFileMenuEventHandler((n,i,r,a)=>{this.handleAbstractFileMenu({abstractFile:i,leaf:a,menu:n,source:r})}),e.menuEventRegistrar.registerFilesMenuEventHandler((n,i,r,a)=>{this.handleAbstractFilesMenu({abstractFiles:i,leaf:a,menu:n,source:r})})}canExecute(){if(!this.shouldAddToCommandPalette())return!1;let e=this.getActiveFile();return!!e&&this.canExecuteAbstractFile(e)}canExecuteAbstractFile(e){return!0}canExecuteAbstractFiles(e){return e.length>0&&e.every(n=>this.canExecuteAbstractFile(n))}execute(){let e=this.getActiveFile();if(e)return this.executeAbstractFile(e)}executeAbstractFiles(e){let n=null;for(let i of e)n=oc(n,()=>this.executeAbstractFile(i));if(n)return n}getActiveFile(){return this.activeFileProvider.getActiveFile()??null}shouldAddCommandToSubmenu(){return this._registrationShouldAddCommandToSubmenu??this._shouldAddCommandToSubmenu}shouldAddToAbstractFileMenu(e){let{abstractFile:n,leaf:i,source:r}=e;return!1}shouldAddToAbstractFilesMenu(e){return e.abstractFiles.every(n=>this.shouldAddToAbstractFileMenu({abstractFile:n,leaf:e.leaf,source:e.source}))}shouldAddToCommandPalette(){return!0}handleAbstractFileMenu(e){let{abstractFile:n,leaf:i,menu:r,source:a}=e;if(!this.shouldAddToAbstractFileMenu({abstractFile:n,leaf:i,source:a})||!this.canExecuteAbstractFile(n))return;let s=this.fileMenuSection??this.pluginName;this.shouldAddCommandToSubmenu()&&r.setSectionSubmenu(s,{icon:this.fileMenuSubmenuIcon??"",title:s}),r.addItem(l=>{l.setTitle(this.fileMenuItemName??this.name).setIcon(this.icon).setSection(s).onClick(pt(async()=>this.executeAbstractFile(n)))})}handleAbstractFilesMenu(e){let{abstractFiles:n,leaf:i,menu:r,source:a}=e;if(!this.shouldAddToAbstractFilesMenu({abstractFiles:n,leaf:i,source:a})||!this.canExecuteAbstractFiles(n))return;let s=this.filesMenuSection??this.fileMenuSection??this.pluginName;this.shouldAddCommandToSubmenu()&&r.setSectionSubmenu(s,{icon:this.filesMenuSubmenuIcon??this.fileMenuSubmenuIcon??"",title:s}),r.addItem(l=>{l.setTitle(this.filesMenuItemName??this.fileMenuItemName??this.name).setIcon(this.icon).setSection(s).onClick(pt(async()=>this.executeAbstractFiles(n)))})}};(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var ym=class extends Rr{static{o(this,"FolderCommandHandler")}constructor(e){super(e)}canExecuteAbstractFile(e){return bt(e)&&this.canExecuteFolder(e)}canExecuteAbstractFiles(e){return e.every(n=>bt(n))&&this.canExecuteFolders(Ic(e))}canExecuteFolder(e){return!0}canExecuteFolders(e){return e.length>0&&e.every(n=>this.canExecuteFolder(n))}executeAbstractFile(e){return this.executeFolder(Dc(e))}executeAbstractFiles(e){return this.executeFolders(Ic(e))}executeFolders(e){let n=null;for(let i of e)n=oc(n,()=>this.executeFolder(i));if(n)return n}getActiveFile(){return this.activeFileProvider.getActiveFile()?.parent??null}shouldAddToAbstractFileMenu(e){let{abstractFile:n,leaf:i,source:r}=e;return bt(n)?this.shouldAddToFolderMenu({folder:n,leaf:i,source:r}):!1}shouldAddToAbstractFilesMenu(e){let{abstractFiles:n,leaf:i,source:r}=e;return n.some(a=>!bt(a))?!1:this.shouldAddToFoldersMenu({folders:Ic(n),leaf:i,source:r})}shouldAddToFolderMenu(e){let{folder:n,leaf:i,source:r}=e;return!1}shouldAddToFoldersMenu(e){let{folders:n,leaf:i,source:r}=e;return!1}};Ve();var xm=class extends ym{static{o(this,"CollectAttachmentsInCurrentFolderCommandHandler")}attachmentCollector;constructor(e){super({icon:"download",id:"collect-attachments-in-current-folder",name:v(n=>n.commands.collectAttachmentsCurrentFolder)}),this.attachmentCollector=e.attachmentCollector}executeFolder(e){this.attachmentCollector.collectAttachmentsInAbstractFiles([e])}};ct();Ve();var Cm=class extends Rr{static{o(this,"CollectAttachmentsInFileCommandHandler")}attachmentCollector;constructor(e){super({fileMenuItemName:v(n=>n.menuItems.collectAttachmentsInFile),filesMenuItemName:v(n=>n.menuItems.collectAttachmentsInFiles),icon:"download",id:"collect-attachments-in-file",name:v(n=>n.commands.collectAttachmentsCurrentNote)}),this.attachmentCollector=e.attachmentCollector}canExecuteAbstractFiles(e){if(!super.canExecute())return!1;for(let n of e)if(De(n)&&!it(n))return!1;return!0}executeAbstractFile(e){return this.executeAbstractFiles([e])}executeAbstractFiles(e){return this.attachmentCollector.collectAttachmentsInAbstractFiles(e),lt()}shouldAddToAbstractFileMenu(){return!0}shouldAddToAbstractFilesMenu(){return!0}};ct();Ve();var wm=class extends Rr{static{o(this,"DeleteUnusedAttachmentsInFileCommandHandler")}unusedAttachmentsRemover;constructor(e){super({fileMenuItemName:v(n=>n.menuItems.deleteUnusedAttachmentsInFile),filesMenuItemName:v(n=>n.menuItems.deleteUnusedAttachmentsInFiles),icon:"trash-2",id:"delete-unused-attachments-in-file",name:v(n=>n.commands.deleteUnusedAttachmentsCurrentNote)}),this.unusedAttachmentsRemover=e.unusedAttachmentsRemover}canExecuteAbstractFiles(e){if(!super.canExecute())return!1;for(let n of e)if(De(n)&&!it(n))return!1;return!0}executeAbstractFile(e){return this.executeAbstractFiles([e])}executeAbstractFiles(e){return this.unusedAttachmentsRemover.deleteUnusedAttachmentsInAbstractFiles(e),lt()}shouldAddToAbstractFileMenu(){return!0}shouldAddToAbstractFilesMenu(){return!0}};var dI=require("obsidian");Un();Re();Ve();Se();var rs=require("obsidian");tt();Ve();var $C=class extends rs.Modal{static{o(this,"MoveAttachmentToProperFolderUsedByMultipleNotesModal")}attachmentPath;backlinks;isCancelMode;isSelected=!1;resolve;selectedBacklinks=new Set;constructor(e){super(e.app),this.attachmentPath=e.attachmentPath,this.backlinks=e.backlinks,this.isCancelMode=e.isCancelMode,this.resolve=e.resolve}onClose(){this.isSelected||this.select("Cancel",!1)}onOpen(){super.onOpen(),ke(()=>this.onOpenAsync())}async onOpenAsync(){new rs.Setting(this.contentEl).setName(v(i=>i.moveAttachmentToProperFolderUsedByMultipleNotesModal.heading)).setHeading(),this.contentEl.append(await Uu(async i=>{i.appendText(v(r=>r.moveAttachmentToProperFolderUsedByMultipleNotesModal.content.part1)),i.appendText(" "),i.append(await bo({app:this.app,pathOrAbstractFile:this.attachmentPath})),i.appendText(" "),i.appendText(v(r=>r.moveAttachmentToProperFolderUsedByMultipleNotesModal.content.part2)),i.createEl("br"),i.appendText(v(r=>r.moveAttachmentToProperFolderUsedByMultipleNotesModal.content.part3)),i.createEl("br");for(let r of this.backlinks)this.selectedBacklinks.add(r),i.createEl("br"),i.createEl("input",{attr:{checked:!0},type:"checkbox"}),i.append(await bo({app:this.app,pathOrAbstractFile:r}));i.createEl("br"),i.createEl("br")}));let e=!1;this.isCancelMode||new rs.Setting(this.contentEl).setName(v(i=>i.moveAttachmentToProperFolderUsedByMultipleNotesModal.shouldUseSameActionForOtherProblematicAttachmentsToggle)).addToggle(i=>{i.setValue(!1),i.onChange(r=>{e=r})});let n=new rs.Setting(this.contentEl);this.isCancelMode||n.addButton(i=>{i.setButtonText(v(r=>r.buttons.skip)),i.onClick(()=>{this.select("Skip",e)})}).addButton(i=>{i.setButtonText(v(r=>r.buttons.copyAll)),i.onClick(()=>{this.select("CopyAll",e)})}).addButton(i=>{i.setButtonText(v(r=>r.buttons.select)),i.onClick(()=>{this.select("Prompt",e)})}),n.addButton(i=>{i.setButtonText(v(r=>r.obsidianDevUtils.buttons.cancel)),i.onClick(()=>{this.select("Cancel",e)})})}select(e,n){this.isSelected=!0,this.resolve({backlinksToCopy:[...this.selectedBacklinks].sort((i,r)=>i.localeCompare(r)),mode:e,shouldUseSameActionForOtherProblematicAttachments:n}),this.close()}};function RC(t){let{app:e,attachmentPath:n,backlinks:i,isCancelMode:r}=t;return new Promise(a=>{new $C({app:e,attachmentPath:n,backlinks:i,isCancelMode:r??!1,resolve:a}).open()})}o(RC,"selectMode");var Am=class extends Rr{static{o(this,"MoveAttachmentToProperFolderCommandHandler")}abortSignalComponent;app;attachmentPathManager;pluginNoticeComponent;pluginSettingsComponent;resourceLockComponent;constructor(e){super({icon:"move",id:"move-attachment-to-proper-folder",name:v(n=>n.commands.moveAttachmentToProperFolder)}),this.abortSignalComponent=e.abortSignalComponent,this.app=e.app,this.attachmentPathManager=e.attachmentPathManager,this.resourceLockComponent=e.resourceLockComponent,this.pluginNoticeComponent=e.pluginNoticeComponent,this.pluginSettingsComponent=e.pluginSettingsComponent}canExecuteAbstractFiles(e){if(!super.canExecute())return!1;for(let n of e)if(De(n)&&this.pluginSettingsComponent.isNoteEx(n))return!1;return!0}executeAbstractFile(e){return this.executeAbstractFiles([e])}async executeAbstractFiles(e){let n=new Set;for(let l of e)De(l)&&!this.pluginSettingsComponent.isNoteEx(l)&&n.add(l),bt(l)&&dI.Vault.recurseChildren(l,c=>{De(c)&&!this.pluginSettingsComponent.isNoteEx(c)&&n.add(c)});let i=[...n];i.sort((l,c)=>l.path.localeCompare(c.path));let r=new AbortController,a=ar(r.signal,this.abortSignalComponent.abortSignal),s={};await Bu({abortSignal:a,buildNoticeMessage:o(({item:l,iterationString:c})=>v(u=>u.moveAttachmentToProperFolder.progressBar.message,{attachmentFilePath:l.path,iterationString:c}),"buildNoticeMessage"),items:i,pluginNoticeComponent:this.pluginNoticeComponent,processItem:o(async l=>{if(a.throwIfAborted(),this.pluginSettingsComponent.settings.isPathIgnored(l.path)){console.warn(`Cannot move attachment to proper folder as attachment path is ignored: ${l.path}.`);return}await this.moveAttachmentToProperFolder(l,s)&&a.throwIfAborted()},"processItem"),progressBarTitle:`${this.pluginName}: ${v(l=>l.moveAttachmentToProperFolder.progressBar.title)}`,shouldContinueOnError:!0,shouldShowProgressBar:!0})}shouldAddToAbstractFileMenu(){return!0}shouldAddToAbstractFilesMenu(){return!0}async moveAttachmentToProperFolder(e,n){let i=this.app,r=await an({app:this.app,pathOrFile:e});if(r.keys().length===0)return this.pluginNoticeComponent.showNotice(v(u=>u.moveAttachmentToProperFolder.unusedAttachment,{attachmentPath:e.path})),!0;let a=[],s=this,l=[...r.keys()].filter(u=>!this.pluginSettingsComponent.settings.isExcludedFromMultipleNotesCheck(u));if(l.length>1&&!await c(n.mode??this.pluginSettingsComponent.settings.moveAttachmentToProperFolderUsedByMultipleNotesMode))return!1;for(let u of a){let p=this.app.vault.getFileByPath(u);if(!p)continue;let d=G(r.get(u)),m=d[0];if(!m)continue;let h=await this.attachmentPathManager.getSequenceNumberMap(u),f=await this.attachmentPathManager.getProperAttachmentPath({actionContext:"MoveAttachmentToProperFolder",attachmentFile:e,noteFilePath:u,reference:m,sequenceNumber:h.get(e.path)??0});if(!f){console.warn(`Skipping moving attachment ${e.path} to proper folder as it is already in the destination folder.`);continue}let b=new Set(d.map(y=>Ki(y)));await Mc({app:this.app,newPath:f,oldPathOrFile:e}),await ua({app:this.app,linkConverter:o(y=>{let x=Ki(y);if(b.has(x))return wi({app:this.app,link:y,newSourcePathOrFile:p,newTargetPathOrFile:f,oldTargetPathOrFile:e})},"linkConverter"),pathOrFile:p,pluginNoticeComponent:this.pluginNoticeComponent,resourceLockComponent:this.resourceLockComponent})}return r=await an({app:this.app,pathOrFile:e}),r.keys().length===0&&await pa({app:this.app,pathOrFile:e}),!0;async function c(u){switch(u){case"Cancel":return s.pluginSettingsComponent.settings.moveAttachmentToProperFolderUsedByMultipleNotesMode==="Cancel"&&await RC({app:i,attachmentPath:e.path,backlinks:l,isCancelMode:!0}),!1;case"CopyAll":return a=l,!0;case"Prompt":{let{backlinksToCopy:p,mode:d,shouldUseSameActionForOtherProblematicAttachments:m}=await RC({app:i,attachmentPath:e.path,backlinks:l});return m&&(n.mode=d),d==="Prompt"?(a=p,!0):c(d)}case"Skip":return a=[],!0;default:return!1}}o(c,"shouldContinueWithMode")}};var uw=require("electron"),Ym=require("obsidian");tt();Ve();Ss();var mI=require("obsidian");Oe();wc();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var LC=class extends vi{static{o(this,"AlertModal")}message;okButtonText;title;constructor(e){super(e),this.addCssClasses(B.AlertModal),this.message=e.message,this.okButtonText=e.okButtonText??bn(n=>n.obsidianDevUtils.buttons.ok),this.title=e.title??""}onClose(){this.promiseResolve()}onOpen(){this.titleEl.setText(this.title),this.contentEl.createEl("p",{text:this.message});let e=new mI.ButtonComponent(this.contentEl);e.setButtonText(this.okButtonText),e.setCta(),e.onClick(this.close.bind(this)),e.setClass(B.OkButton)}};async function hI(t){await Ya(e=>new LC({...t,promiseResolve:e}))}o(hI,"alert");var pw=Tn(ow(),1);var Rm=require("obsidian");tt();wt();dt();var Y9=1e4,$m=class extends Rm.Component{static{o(this,"ExternallyCreatedAttachmentHandlerComponent")}app;attachmentPathManager;pluginSettingsComponent;tokenValidator;constructor(e){super(),this.app=e.app,this.attachmentPathManager=e.attachmentPathManager,this.pluginSettingsComponent=e.pluginSettingsComponent,this.tokenValidator=e.tokenValidator}onload(){super.onload(),this.registerEvent(this.app.vault.on("create",pt(this.handleCreate.bind(this))))}findNoteFile(){let e=this.app.workspace.getActiveFile();if(e&&this.pluginSettingsComponent.isNoteEx(e))return e;let n=null;for(let r of this.app.workspace.getLeavesOfType(lr.Markdown))(!n||r.activeTime>n.activeTime)&&(n=r);let i=n?.view?.file??null;return!i||!this.pluginSettingsComponent.isNoteEx(i)?null:i}async handleCreate(e){if(!this.pluginSettingsComponent.settings.shouldRenameAttachmentsCreatedByOtherPlugins||!(e instanceof Rm.TFile))return;let n=e;if(ui.consume(n.path)||this.pluginSettingsComponent.isNoteEx(n)||Date.now()-n.stat.ctime>Y9||this.pluginSettingsComponent.settings.isPathIgnored(n.path))return;let i=this.findNoteFile();if(i&&!this.pluginSettingsComponent.settings.isPathIgnored(i.path))try{await this.moveToProperPath(n,i)}catch(r){zt(r)}}async moveToProperPath(e,n){let i=o(()=>this.app.vault.readBinary(e),"readAttachmentFileContent"),r=await this.attachmentPathManager.getGeneratedAttachmentFileBaseName(new ht({actionContext:"ExternalAttachmentCreated",app:this.app,attachmentFileStats:e.stat,noteFilePath:n.path,originalAttachmentFileName:e.name,pluginSettingsComponent:this.pluginSettingsComponent,readAttachmentFileContent:i,tokenValidator:this.tokenValidator})),a=vt({fileBaseName:r,fileExtension:e.extension}),s=await this.attachmentPathManager.getAttachmentFolderFullPathForPath({actionContext:"ExternalAttachmentCreated",attachmentFileName:a,attachmentFileStats:e.stat,notePath:n.path,readAttachmentFileContent:i});if(ye(s,a)===e.path)return;let c=this.app.vault.getAvailablePath(ye(s,r),e.extension),u=Fe(c);await this.app.vault.exists(u)||await Jr(this.app,u);let p=e.path;await this.app.fileManager.renameFile(e,c),this.repointUnsavedEditorLinks(p,c,e,n)}repointUnsavedEditorLinks(e,n,i,r){let a=this.app.metadataCache.fileToLinktext(i,r.path),s=Ie(e),l=[[encodeURI(e),encodeURI(n)],[e,n],[encodeURI(s),encodeURI(a)],[s,a]];for(let c of this.app.workspace.getLeavesOfType(lr.Markdown)){let{editor:u}=c.view,p=[];for(let d=0;d<u.lineCount();d++){let m=u.getLine(d),h=m;for(let[f,b]of l)h=h.split(f).join(b);h!==m&&p.push({from:{ch:0,line:d},text:h,to:{ch:m.length,line:d}})}p.length>0&&u.transaction({changes:p})}}};Re();en();var X9={avif:"image/avif",bmp:"image/bmp",gif:"image/gif",jpeg:"image/jpeg",jpg:"image/jpeg",png:"image/png",svg:"image/svg+xml",webp:"image/webp"};function Lm(t){return X9[t.toLowerCase()]??null}o(Lm,"getImageMimeType");function aN(t){return Lm(t)!==null}o(aN,"isImageExtension");var jm=class extends Me{static{o(this,"ClipboardManagerInsertFilesPatchComponent")}arrayBufferMap;clipboardManager;constructor(e){super(),this.arrayBufferMap=e.arrayBufferMap,this.clipboardManager=e.clipboardManager}onload(){this.registerMethodPatch({$object:ic(this.clipboardManager),methodName:"insertFiles",patchHandler:o(async({fallback:e,originalArguments:[n]})=>{for(let i of n){let r=await i.data;aN(i.extension)&&this.arrayBufferMap.markAsPastedImage(r),await this.arrayBufferMap.trySetByPath(r,i.filepath)}return e()},"patchHandler")})}};var oN=require("electron"),sN=require("obsidian");en();var Bm=class extends Me{static{o(this,"FileArrayBufferPatchComponent")}app;arrayBufferMap;file;constructor(e){super(),this.app=e.app,this.arrayBufferMap=e.arrayBufferMap,this.file=e.file}onload(){this.registerMethodPatch({$object:this.file,methodName:"arrayBuffer",patchHandler:o(async({fallback:e})=>{let n=await e();if(this.app.vault.adapter instanceof sN.FileSystemAdapter){let i=oN.webUtils.getPathForFile(this.file);if(await this.arrayBufferMap.trySetByPath(n,i))return n}return this.arrayBufferMap.setFileStats(n,{ctime:0,mtime:this.file.lastModified,size:this.file.size}),n},"patchHandler")})}};en();var Um=class extends Me{static{o(this,"FileManagerGenerateMarkdownLinkPatchComponent")}app;fileManager;imageSizeMap;markdownUrlMap;pluginSettingsComponent;constructor(e){super(),this.app=e.app,this.fileManager=e.fileManager,this.imageSizeMap=e.imageSizeMap,this.markdownUrlMap=e.markdownUrlMap,this.pluginSettingsComponent=e.pluginSettingsComponent}onload(){this.registerMethodPatch({$object:this.fileManager,methodName:"generateMarkdownLink",patchHandler:o(({originalArguments:[e,n,i,r],originalMethodBound:a})=>{if(r===void 0){let c=this.imageSizeMap.getAndDelete(e.path);c?r=c:this.pluginSettingsComponent.settings.shouldSetLinkDisplayTextToAttachmentFileName&&!it(e)&&(r=e.basename)}let s=a(e,n,i,r);if(!this.pluginSettingsComponent.settings.markdownUrlFormat)return s;let l=this.markdownUrlMap.get(e.path);return l?(_g(s)&&(s=Dg({app:this.app,linkStyle:Ig.Markdown,originalLink:s,sourcePathOrFile:n,targetPathOrFile:e})),Ng(s)?s.replace(/\]\(<.+?>\)/,()=>`](<${l}>)`):s.replace(/\]\(.+?\)/,()=>`](${uo(l)})`)):s},"patchHandler")})}};en();var Vm=class extends Me{static{o(this,"VaultCreateBinaryEnsureFolderPatchComponent")}app;vault;constructor(e){super(),this.app=e.app,this.vault=e.vault}onload(){this.registerMethodPatch({$object:this.vault,methodName:"createBinary",patchHandler:o(({fallback:e,originalArguments:[n]})=>(async()=>{let i=Gt(n);return i!=="/"&&!await this.vault.exists(i)&&await Jr(this.app,i),await e()})(),"patchHandler")})}};en();dt();var Zm=class extends Me{static{o(this,"VaultGetAvailablePathForAttachmentsPatchComponent")}attachmentPathManager;vault;constructor(e){super(),this.vault=e.vault,this.attachmentPathManager=e.attachmentPathManager}onload(){this.registerMethodPatch({$object:this.vault,methodName:"getAvailablePathForAttachments",patchHandler:o(({originalArguments:[e,n,i]})=>this.attachmentPathManager.getAvailablePathForAttachments({attachmentFileBaseName:e,attachmentFileExtension:n,context:Ht.Unknown,notePathOrFile:i??null,oldAttachmentPathOrFile:vt({fileBaseName:e,fileExtension:n}),readAttachmentFileContent:null,shouldSkipGeneratedAttachmentFileName:!0,shouldSkipMissingAttachmentFolderCreation:!0}),"patchHandler"),postPatchHandler:o(({patchedMethod:e})=>Object.assign(e,{extended:this.attachmentPathManager.getAvailablePathForAttachments.bind(this.attachmentPathManager)}),"postPatchHandler")})}};en();dt();var Gm=class extends Me{static{o(this,"VaultGetAvailablePathPatchComponent")}app;pluginSettingsComponent;vault;constructor(e){super(),this.app=e.app,this.vault=e.vault,this.pluginSettingsComponent=e.pluginSettingsComponent}onload(){this.registerMethodPatch({$object:this.vault,methodName:"getAvailablePath",patchHandler:o(({originalArguments:[e,n]})=>{let i=0;for(;;){let r=vt({fileBaseName:i===0?e:`${e}${this.pluginSettingsComponent.settings.duplicateNameSeparator}${String(i)}`,fileExtension:n});if(!_n({app:this.app,isCaseInsensitive:!0,pathOrFile:r}))return r;i++}},"patchHandler")})}};en();var Hm=class extends Me{static{o(this,"VaultGetConfigPatchComponent")}customAttachmentLocationComponent;vault;constructor(e){super(),this.vault=e.vault,this.customAttachmentLocationComponent=e.customAttachmentLocationComponent}onload(){this.registerMethodPatch({$object:this.vault,methodName:"getConfig",patchHandler:o(({fallback:e,originalArguments:[n]})=>n!=="attachmentFolderPath"||this.customAttachmentLocationComponent.currentAttachmentFolderPath===null?e():this.customAttachmentLocationComponent.currentAttachmentFolderPath,"patchHandler")})}};en();var qm=class extends Me{static{o(this,"WebUtilsGetPathForFilePatchComponent")}webUtils;constructor(e){super(),this.webUtils=e.webUtils}onload(){this.registerMethodPatch({$object:this.webUtils,methodName:"getPathForFile",patchHandler:o(({fallback:e,originalArguments:[n]})=>{let i=n;return i.path?i.path:e()},"patchHandler")})}};var uN=require("obsidian");Ve();qr();gn();Se();var Wm=Tn(ow(),1);var Q9=2e3,lw=class{static{o(this,"LegacySettings")}autoRenameFiles=!1;autoRenameFolder=!0;convertImagesOnDragAndDrop=!1;convertImagesToJpeg=!1;dateTimeFormat="";deleteOrphanAttachments=!1;emptyAttachmentFolderBehavior=at.DeleteWithEmptyParents;generatedAttachmentFilename="";keepEmptyAttachmentFolders=!1;pastedFileName="file-${date:YYYYMMDDHHmmssSSS}";pastedImageFileName="";renameAttachmentsOnDragAndDrop=!1;renameCollectedFiles=!1;renameOnlyImages=!1;renamePastedFilesWithKnownNames=!1;replaceWhitespace=!1;shouldConvertPastedImagesToJpeg=!1;shouldDuplicateCollectedAttachments=!1;shouldKeepEmptyAttachmentFolders=!1;shouldRenameAttachments=!0;shouldRenameAttachmentsToLowerCase=!1;toLowerCase=!1;warningVersion="";whitespaceReplacement=""},cw=class{constructor(e){this.legacySettings=e}legacySettings;static{o(this,"LegacySettingsConverter")}convert(){this.convertWarningVersion(),this.convertDateTimeFormat(),this.convertReplaceWhitespace(),this.convertAutoRenameFiles(),this.convertAutoRenameFolder(),this.convertShouldRenameAttachments(),this.convertDeleteOrphanAttachments(),this.convertKeepEmptyAttachmentFolders(),this.convertRenameCollectedFiles(),this.convertCustomTokensString(),this.convertConvertImagesToJpeg(),this.convertWhitespaceReplacement(),this.convertShouldKeepEmptyAttachmentFolders(),this.convertCollectAttachmentUsedByMultipleNotesMode(),this.convertMarkdownUrlFormat(),this.convertSpecialCharacters(),this.convertLegacyTokens()}convertAutoRenameFiles(){this.legacySettings.autoRenameFiles!==void 0&&(this.legacySettings.shouldRenameAttachmentFiles=this.legacySettings.autoRenameFiles)}convertAutoRenameFolder(){this.legacySettings.autoRenameFolder!==void 0&&(this.legacySettings.shouldRenameAttachmentFolder=this.legacySettings.autoRenameFolder)}convertCollectAttachmentUsedByMultipleNotesMode(){this.legacySettings.collectAttachmentUsedByMultipleNotesMode===void 0&&this.legacySettings.shouldDuplicateCollectedAttachments!==void 0&&(this.legacySettings.collectAttachmentUsedByMultipleNotesMode=this.legacySettings.shouldDuplicateCollectedAttachments?"Copy":"Skip")}convertConvertImagesToJpeg(){(this.legacySettings.shouldConvertPastedImagesToJpeg!==void 0||this.legacySettings.convertImagesToJpeg!==void 0)&&(this.legacySettings.convertImagesToJpegMode=this.legacySettings.shouldConvertPastedImagesToJpeg??this.legacySettings.convertImagesToJpeg?"Only pasted clipboard PNG images":"None")}convertCustomTokensString(){this.legacySettings.customTokensStr&&this.legacySettings.version&&(0,Wm.compare)(this.legacySettings.version,"9.0.0")<0&&(this.legacySettings.customTokensStr=`${v(e=>e.pluginSettingsManager.customToken.codeComment)}
|
|
|
|
${e8(this.legacySettings.customTokensStr)}
|
|
`)}convertDateTimeFormat(){let e=this.legacySettings.dateTimeFormat??"YYYYMMDDHHmmssSSS";this.legacySettings.attachmentFolderPath=lN({$string:this.legacySettings.attachmentFolderPath??"",dateTimeFormat:e}),this.legacySettings.generatedAttachmentFileName=lN({$string:this.legacySettings.generatedAttachmentFileName??this.legacySettings.generatedAttachmentFilename??this.legacySettings.pastedFileName??this.legacySettings.pastedImageFileName??"file-${date}",dateTimeFormat:e})}convertDeleteOrphanAttachments(){this.legacySettings.deleteOrphanAttachments!==void 0&&(this.legacySettings.shouldDeleteOrphanAttachments=this.legacySettings.deleteOrphanAttachments)}convertKeepEmptyAttachmentFolders(){this.legacySettings.keepEmptyAttachmentFolders!==void 0&&(this.legacySettings.shouldKeepEmptyAttachmentFolders=this.legacySettings.keepEmptyAttachmentFolders)}convertLegacyTokens(){this.legacySettings.attachmentFolderPath=this.replaceLegacyTokens(this.legacySettings.attachmentFolderPath),this.legacySettings.generatedAttachmentFileName=this.replaceLegacyTokens(this.legacySettings.generatedAttachmentFileName),this.legacySettings.markdownUrlFormat=this.replaceLegacyTokens(this.legacySettings.markdownUrlFormat)}convertMarkdownUrlFormat(){this.legacySettings.version&&(0,Wm.compare)(this.legacySettings.version,"9.2.0")<0&&(this.legacySettings.markdownUrlFormat==="${generatedAttachmentFilePath}"||this.legacySettings.markdownUrlFormat==="${noteFilePath}")&&(this.legacySettings.markdownUrlFormat="")}convertRenameCollectedFiles(){this.legacySettings.renameCollectedFiles!==void 0&&(this.legacySettings.shouldRenameCollectedAttachments=this.legacySettings.renameCollectedFiles)}convertReplaceWhitespace(){this.legacySettings.replaceWhitespace!==void 0&&(this.legacySettings.whitespaceReplacement=this.legacySettings.replaceWhitespace?"-":"")}convertShouldKeepEmptyAttachmentFolders(){this.legacySettings.shouldKeepEmptyAttachmentFolders!==void 0&&(this.legacySettings.emptyFolderBehavior=this.legacySettings.shouldKeepEmptyAttachmentFolders?at.Keep:at.DeleteWithEmptyParents),this.legacySettings.emptyAttachmentFolderBehavior!==void 0&&(this.legacySettings.emptyFolderBehavior=this.legacySettings.emptyAttachmentFolderBehavior)}convertShouldRenameAttachments(){this.legacySettings.shouldRenameAttachments!==void 0&&(this.legacySettings.shouldRenameAttachmentFolder=this.legacySettings.shouldRenameAttachments)}convertSpecialCharacters(){this.legacySettings.version&&(0,Wm.compare)(this.legacySettings.version,"9.16.0")<0&&this.legacySettings.specialCharacters===String.raw`#^[]|*\<>:?`&&(this.legacySettings.specialCharacters=String.raw`#^[]|*\<>:?/`)}convertWarningVersion(){this.legacySettings.warningVersion!==void 0&&(this.legacySettings.version=this.legacySettings.warningVersion)}convertWhitespaceReplacement(){this.legacySettings.whitespaceReplacement&&(this.legacySettings.specialCharacters=`${this.legacySettings.specialCharacters??""} `,this.legacySettings.specialCharactersReplacement=this.legacySettings.whitespaceReplacement)}replaceLegacyTokens(e){return e===void 0?"":ut({$string:e,replacer:o(({capturedGroupArguments:[n,i]})=>`\${${G(n)}:{momentJsFormat:'${G(i)}'}}`,"replacer"),searchValue:/\$\{(?<Token>date|noteFileCreationDate|noteFileModificationDate|originalAttachmentFileCreationDate|originalAttachmentFileModificationDate):(?<MomentJsFormat>\s*[^{]+?)\}/gi})}},Jm=class extends go{static{o(this,"PluginSettingsComponent")}shouldDebounceCustomTokensValidation=!1;app;customTokensValidatorDebounced=(0,uN.debounce)(this.customTokensValidatorImpl.bind(this),Q9);lastCustomTokenValidatorResult=void 0;validatorWrapper;get validator(){return this.validatorWrapper.value}constructor(e){super({...e,pluginSettingsClass:Zu}),this.app=e.app,this.validatorWrapper=e.validatorWrapper}isNoteEx(e){if(!e||!it(e))return!1;let n=ce(this.app,e);return this.settings.treatAsAttachmentExtensions.every(i=>!n.endsWith(i))}replaceSpecialCharacters(e){return this.settings.specialCharacters&&(e=e.replace(this.settings.specialCharactersRegExp,()=>this.settings.specialCharactersReplacement)),e}registerLegacySettingsConverters(){this.registerLegacySettingsConverter(lw,e=>{new cw(e).convert()})}registerValidators(){this.registerValidator("attachmentFolderPath",async e=>await this.validator.validatePath({areTokensAllowed:!0,path:e})),this.registerValidator("generatedAttachmentFileName",async e=>await this.validator.validatePath({areTokensAllowed:!0,path:e})),this.registerValidator("specialCharactersReplacement",e=>{if(dm().test(e))return v(n=>n.pluginSettingsManager.validation.specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters)}),this.registerValidator("defaultImageSize",e=>{if(!/^(?:\d+(?:px|%))?$/g.test(e))return v(i=>i.pluginSettingsManager.validation.defaultImageSizeMustBePercentageOrPixels)}),this.registerValidator("duplicateNameSeparator",async e=>await this.validator.validateFileName({areSingleDotsAllowed:!1,fileName:`foo${e}1`,isEmptyAllowed:!1,tokenValidationMode:"Error"})),this.registerValidator("includePaths",e=>sw(e)),this.registerValidator("excludePaths",e=>sw(e)),this.registerValidator("excludePathsFromMultipleNotesCheck",e=>sw(e)),this.registerValidator("customTokensStr",e=>this.customTokensValidator(e))}customTokensValidator(e){return this.shouldDebounceCustomTokensValidation?this.customTokensValidatorDebounced(e):this.customTokensValidatorImpl(e),this.lastCustomTokenValidatorResult??void 0}customTokensValidatorImpl(e){let n=es.parse(e);this.lastCustomTokenValidatorResult=n===null?v(i=>i.pluginSettingsManager.validation.invalidCustomTokensCode):void 0}};function lN(t){let{$string:e,dateTimeFormat:n}=t;return e.replaceAll("${date}",()=>`\${date:{momentJsFormat:'${n}'}}`)}o(lN,"addDateTimeFormat");function e8(t){return t.replaceAll(/^/gm,"// ")}o(e8,"commentOut");function sw(t){for(let e of t){if(!(e.startsWith("/")&&e.endsWith("/")))continue;let n=e.slice(1,-1);if(!vs(n))return v(i=>i.pluginSettingsManager.validation.invalidRegularExpression,{regExp:e})}}o(sw,"pathsValidator");var Km=class extends ma{static{o(this,"CustomAttachmentLocationComponent")}get currentAttachmentFolderPath(){return this._currentAttachmentFolderPath}_currentAttachmentFolderPath=null;arrayBufferMap;attachmentPathManager;imageSizeMap;isMarkdownViewPatched=!1;lastOpenFilePath=null;markdownUrlMap;pluginDirectory;pluginSettingsComponent;pluginVersion;tokenValidator;constructor(e){super(e.app),this.arrayBufferMap=e.arrayBufferMap,this.pluginVersion=e.pluginVersion,this.pluginDirectory=e.pluginDirectory,this.pluginSettingsComponent=e.pluginSettingsComponent,this.attachmentPathManager=e.attachmentPathManager,this.markdownUrlMap=e.markdownUrlMap,this.imageSizeMap=e.imageSizeMap,this.tokenValidator=e.tokenValidator}onload(){super.onload(),this.registerEvent(this.app.workspace.on("file-open",pt(this.handleFileOpen.bind(this)))),this.registerEvent(this.app.vault.on("rename",pt(this.handleRename.bind(this)))),this.registerEvent(this.app.workspace.on("receive-text-menu",this.handleReceiveTextMenu.bind(this))),this.registerEvent(this.app.workspace.on("receive-files-menu",this.handleReceiveFilesMenu.bind(this)))}async onLayoutReady(){ht.registerCustomTokens(this.pluginSettingsComponent.settings.customTokensStr),await this.pluginSettingsComponent.loadFromFile(!1),this.addChild(new Zm({attachmentPathManager:this.attachmentPathManager,vault:this.app.vault})),this.addChild(new Vm({app:this.app,vault:this.app.vault})),this.addChild(new $m({app:this.app,attachmentPathManager:this.attachmentPathManager,pluginSettingsComponent:this.pluginSettingsComponent,tokenValidator:this.tokenValidator})),this.addChild(new Gm({app:this.app,pluginSettingsComponent:this.pluginSettingsComponent,vault:this.app.vault})),this.addChild(new Hm({customAttachmentLocationComponent:this,vault:this.app.vault})),uw.webUtils&&this.addChild(new qm({webUtils:uw.webUtils})),this.addChild(new Um({app:this.app,fileManager:this.app.fileManager,imageSizeMap:this.imageSizeMap,markdownUrlMap:this.markdownUrlMap,pluginSettingsComponent:this.pluginSettingsComponent})),this.addChild(new hm({app:this.app,attachmentPathManager:this.attachmentPathManager,pluginSettingsComponent:this.pluginSettingsComponent,shareReceiver:this.app.shareReceiver,tokenValidator:this.tokenValidator})),this.addChild(new fo(this.app)).registerAllDocumentsDomEvent({callback:this.handleInputFileChange.bind(this),options:{capture:!0},type:"change"}),await this.handleActiveLeafChange(this.app.workspace.getLeavesOfType(lr.Markdown)[0]??null),this.isMarkdownViewPatched||this.registerEvent(this.app.workspace.on("active-leaf-change",pt(this.handleActiveLeafChange.bind(this)))),await this.showReleaseNotes()}async handleActiveLeafChange(e){if(this.isMarkdownViewPatched||!e||e.view.getViewType()!==lr.Markdown)return;await e.loadIfDeferred();let n=e.view;this.addChild(new jm({arrayBufferMap:this.arrayBufferMap,clipboardManager:n.editMode.clipboardManager})),this.isMarkdownViewPatched=!0}async handleFileOpen(e){if(e===null||this.pluginSettingsComponent.settings.isPathIgnored(e.path)){this._currentAttachmentFolderPath=null,this.lastOpenFilePath=null;return}e.path!==this.lastOpenFilePath&&(this.lastOpenFilePath=e.path,this._currentAttachmentFolderPath=await this.attachmentPathManager.getAttachmentFolderFullPathForPath({actionContext:"OpenFile",attachmentFileName:qt,notePath:e.path}))}handleInputFileChange(e){if(e.target instanceof HTMLInputElement&&e.target.type==="file")for(let n of e.target.files??[])this.addChild(new Bm({app:this.app,arrayBufferMap:this.arrayBufferMap,file:n}))}handleReceiveFilesMenu(e,n){this.handleReceiveMenuItemClick(e,i=>n.map(a=>this.app.fileManager.generateMarkdownLink(a,i.path)).join(`
|
|
`))}handleReceiveMenuItemClick(e,n){let i=this.app,r=e.items.find(s=>s instanceof Ym.MenuItem&&!!s.iconEl.querySelector(".lucide-file"));r&&(r.callback=a);function a(){let s=i.workspace.getActiveViewOfType(Ym.MarkdownView);if(!s?.file)return;let l=n(s.file);s.editor.replaceSelection(l)}o(a,"callback")}handleReceiveTextMenu(e,n){this.handleReceiveMenuItemClick(e,()=>n)}async handleRename(){await this.handleFileOpen(this.app.workspace.getActiveFile())}async showReleaseNotes(){let e={"9.0.0":createFragment(a=>{a.appendText(v(s=>s.pluginSettingsManager.customToken.deprecated.part1)),a.createEl("a",{href:"https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens",text:v(s=>s.pluginSettingsManager.customToken.deprecated.part2)}),a.appendText(" "),a.appendText(v(s=>s.pluginSettingsManager.customToken.deprecated.part3)),a.createEl("br"),a.appendText(v(s=>s.pluginSettingsManager.legacyRenameAttachmentsToLowerCase.part1)),a.appendText(" "),W(a,v(s=>s.pluginSettingsTab.renameAttachmentsToLowerCase)),a.appendText(" "),a.appendText(v(s=>s.pluginSettingsManager.legacyRenameAttachmentsToLowerCase.part2)),a.appendText(" "),W(a,"lower"),a.appendText(" "),a.appendText(v(s=>s.pluginSettingsManager.legacyRenameAttachmentsToLowerCase.part3)),a.appendText(" "),a.createEl("a",{href:"https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#tokens",text:v(s=>s.pluginSettingsManager.legacyRenameAttachmentsToLowerCase.part4)}),a.appendText(" "),a.appendText(v(s=>s.pluginSettingsManager.legacyRenameAttachmentsToLowerCase.part5))}),"9.2.0":createFragment(a=>{a.appendText(v(s=>s.pluginSettingsManager.markdownUrlFormat.deprecated.part1)),W(a,v(s=>s.pluginSettingsTab.markdownUrlFormat.name)),a.appendText(v(s=>s.pluginSettingsManager.markdownUrlFormat.deprecated.part2)),a.createEl("a",{href:"https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#markdown-url-format",text:v(s=>s.pluginSettingsManager.markdownUrlFormat.deprecated.part3)}),a.appendText(" "),a.appendText(v(s=>s.pluginSettingsManager.markdownUrlFormat.deprecated.part4)),a.appendText(" "),a.appendText(v(s=>s.pluginSettingsManager.markdownUrlFormat.deprecated.part5))}),"9.16.0":createFragment(a=>{a.appendText(v(s=>s.pluginSettingsManager.specialCharacters.part1)),W(a,v(s=>s.pluginSettingsTab.specialCharacters.name)),a.appendText(v(s=>s.pluginSettingsManager.specialCharacters.part2))}),"10.0.0":createFragment(a=>{a.appendText(v(s=>s.releaseNotes.versions["10.0.0"].part1)),a.appendText(" "),a.createEl("a",{href:"https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#tokens",text:v(s=>s.releaseNotes.versions["10.0.0"].part2)}),a.appendText(" "),a.appendText(v(s=>s.releaseNotes.versions["10.0.0"].part3))}),"11.0.0":createFragment(a=>{a.appendText(v(s=>s.releaseNotes.versions["11.0.0"].part1)),a.appendText(" "),W(a,"context.attachmentFileContent"),a.appendText(" "),a.appendText(v(s=>s.releaseNotes.versions["11.0.0"].part2)),a.appendText(" "),W(a,"await context.getAttachmentFileContent()"),a.appendText(" "),a.appendText(v(s=>s.releaseNotes.versions["11.0.0"].part3)),a.appendText(" "),a.createEl("a",{href:"https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens",text:v(s=>s.releaseNotes.versions["11.0.0"].part4)}),a.appendText(" "),a.appendText(v(s=>s.releaseNotes.versions["11.0.0"].part5))})},n=createFragment(),i=!1,r=!1;this.pluginSettingsComponent.settings.version&&(0,pw.compare)(this.pluginVersion,this.pluginSettingsComponent.settings.version)<0&&(i=!0,r=!0,n.createEl("h3",{text:v(a=>a.releaseNotes.versionMismatch.title)}),n.append(createFragment(a=>{a.appendText(v(s=>s.releaseNotes.versionMismatch.part1)),a.appendText(" "),W(a,`${this.pluginDirectory}/data.json`),a.appendText(" "),a.appendText(v(s=>s.releaseNotes.versionMismatch.part2)),a.appendText(" "),W(a,this.pluginSettingsComponent.settings.version),a.appendText(", "),a.appendText(v(s=>s.releaseNotes.versionMismatch.part3)),a.appendText(" "),W(a,this.pluginVersion),a.appendText(". "),a.appendText(v(s=>s.releaseNotes.versionMismatch.part4))})),n.createEl("hr"));for(let[a,s]of Object.entries(e))!this.pluginSettingsComponent.settings.version||(0,pw.compare)(a,this.pluginSettingsComponent.settings.version)<=0||(i=!0,n.createEl("h3",{text:a}),n.append(s),n.createEl("hr"));r||await this.pluginSettingsComponent.editAndSave(a=>{a.version=this.pluginVersion}),i&&await hI({app:this.app,message:n,title:v(a=>a.releaseNotes.title)})}};var pN={attachmentCollector:{confirm:{part1:"\u1260\u12A0\u1243\u134A\u12CE\u127D \u12CD\u1235\u1325 \u120B\u1209 \u1201\u1209\u121D \u121B\u1235\u1273\u12C8\u123B\u12CE\u127D \u1270\u12EB\u12EB\u12E5 \u134B\u12ED\u120E\u127D\u1295 \u1260\u1270\u12F0\u130B\u130B\u121A \u1218\u1230\u1265\u1230\u1265 \u1275\u1348\u120D\u130B\u1208\u1205?",part2:"\u12ED\u1205 \u12A5\u122D\u121D\u1303 \u1218\u1218\u1208\u1235 \u12A0\u12ED\u127B\u120D\u121D\u1362"},progressBar:{message:"\u1270\u12EB\u12EB\u12E5 \u134B\u12ED\u120E\u127D\u1295 \u1260\u1218\u1230\u1265\u1230\u1265 \u120B\u12ED {{iterationString}} - '{{noteFilePath}}'\u1362",title:"\u1270\u12EB\u12EB\u12E5 \u134B\u12ED\u120E\u127D\u1295 \u1260\u1218\u1230\u1265\u1230\u1265 \u120B\u12ED..."}},buttons:{copy:"\u1218\u1245\u12F3\u1275",move:"\u1218\u12CD\u1230\u12F5",previewAttachmentFile:"\u1270\u12EB\u12EB\u12E5 \u134B\u12ED\u120D \u1245\u12F5\u1218 \u12A5\u12ED\u1273",skip:"\u1218\u12DD\u1208\u134D"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"\u1270\u12EB\u12EB\u12E5",part2:"\u1260\u1260\u122D\u12AB\u1273 \u121B\u1235\u1273\u12C8\u123B\u12CE\u127D \u12ED\u1320\u1240\u1233\u120D\u1362"},heading:"\u1260\u1260\u122D\u12AB\u1273 \u121B\u1235\u1273\u12C8\u123B\u12CE\u127D \u12E8\u121A\u1320\u1240\u121D \u1270\u12EB\u12EB\u12E5 \u1218\u1230\u1265\u1230\u1265",shouldUseSameActionForOtherProblematicAttachmentsToggle:"\u1208\u120C\u120E\u127D \u127D\u130D\u122D \u12EB\u120B\u1278\u12CD \u1270\u12EB\u12EB\u12E6\u127D \u1270\u1218\u1233\u1233\u12ED \u12A5\u122D\u121D\u1303 \u1218\u1320\u1240\u121D \u12A0\u1208\u1260\u1275"},commands:{collectAttachmentsCurrentFolder:"\u1260\u12A0\u1201\u1291 \u134E\u120D\u12F0\u122D \u12CD\u1235\u1325 \u1270\u12EB\u12EB\u12E6\u127D\u1295 \u1218\u1230\u1265\u1230\u1265",collectAttachmentsCurrentNote:"\u1260\u12A0\u1201\u1291 \u121B\u1235\u1273\u12C8\u123B \u12CD\u1235\u1325 \u1270\u12EB\u12EB\u12E6\u127D\u1295 \u1218\u1230\u1265\u1230\u1265",collectAttachmentsEntireVault:"\u1260\u1219\u1209 \u126B\u12CD\u120D\u1275 \u12CD\u1235\u1325 \u1270\u12EB\u12EB\u12E6\u127D\u1295 \u1218\u1230\u1265\u1230\u1265"},menuItems:{collectAttachmentsInFile:"\u1260\u134B\u12ED\u120D \u12CD\u1235\u1325 \u1270\u12EB\u12EB\u12E5 \u134B\u12ED\u120E\u127D\u1295 \u1230\u1265\u1235\u1265",collectAttachmentsInFiles:"\u1260\u134B\u12ED\u120E\u127D \u12CD\u1235\u1325 \u1270\u12EB\u12EB\u12E5 \u134B\u12ED\u120E\u127D\u1295 \u1230\u1265\u1235\u1265"},notice:{collectingAttachments:"\u1208 '{{noteFilePath}}' \u1270\u12EB\u12EB\u12E6\u127D\u1295 \u1260\u1218\u1230\u1265\u1230\u1265 \u120B\u12ED",collectingAttachmentsCancelled:"\u1270\u12EB\u12EB\u12E6\u127D\u1295 \u1218\u1230\u1265\u1230\u1265 \u1270\u1230\u122D\u12DF\u120D\u1362 \u1208\u12DD\u122D\u12DD\u122E\u127D \u12AE\u1295\u1236\u120D \u12ED\u1218\u120D\u12A8\u1271\u1362",generatedAttachmentFileNameIsInvalid:{part1:`\u12E8\u1270\u1348\u1320\u1228\u12CD \u1270\u12EB\u12EB\u12E5 \u134B\u12ED\u120D \u1235\u121D '{{path}}' \u12E8\u121B\u12ED\u1230\u122B \u1290\u12CD\u1362
|
|
{{validationMessage}}
|
|
\u12E8\u12A5\u122D\u1235\u12CE\u1295`,part2:"\u1245\u1295\u1265\u122D \u12ED\u1348\u1275\u1239\u1362"},notePathIsIgnored:"\u12E8\u121B\u1235\u1273\u12C8\u123B \u1218\u1295\u1308\u12F5 \u127D\u120B \u1270\u1265\u120F\u120D"},obsidianDevUtils:{buttons:{cancel:"\u1218\u1230\u1228\u12DD",ok:"\u12A5\u123A"},dataview:{itemsPerPage:"\u1260\u12A0\u1295\u12F5 \u1308\u133D \u12CD\u1235\u1325 \u12EB\u1209 \u1295\u1325\u120E\u127D:",jumpToPage:"\u12C8\u12F0 \u1308\u133D \u1218\u12DD\u1208\u134D:"},notices:{attachmentIsStillUsed:"\u1270\u12EB\u12EB\u12E5 {{attachmentPath}} \u12A0\u1201\u1295\u121D \u1260\u120C\u120E\u127D \u121B\u1235\u1273\u12C8\u123B\u12CE\u127D \u12ED\u1320\u1240\u121B\u120D\u1362 \u12A0\u12ED\u1230\u1228\u12DD\u121D\u1362",unhandledError:"\u12EB\u120D\u1270\u1246\u1323\u1320\u1228 \u1235\u1205\u1270\u1275 \u1270\u12A8\u1235\u1277\u120D\u1362 \u1208\u1270\u1328\u121B\u122A \u1218\u1228\u1303 \u12AE\u1295\u1236\u120D \u12ED\u1348\u1275\u1239\u1362"}},pluginSettings:{attachmentRenameMode:{all:{description:"\u1201\u1209\u121D \u134B\u12ED\u120E\u127D \u12ED\u1230\u12E8\u121B\u1209\u1362",displayText:"\u1201\u1209\u121D"},none:{description:"\u1235\u121E\u127B\u1278\u12CD \u12ED\u1320\u1260\u1243\u1209\u1362",displayText:"\u121D\u1295\u121D"},onlyPastedImages:{description:"\u12E8\u1270\u1323\u1260\u1241 \u121D\u1235\u120E\u127D \u1265\u127B \u12ED\u1230\u12E8\u121B\u1209\u1362 \u12E8 PNG \u121D\u1235\u120D \u12ED\u12D8\u1275 \u12A8\u12AD\u120A\u1355\u1266\u122D\u12F5 \u1260\u1240\u1325\u1273 \u1232\u1323\u1260\u1245 \u1265\u127B \u12ED\u1270\u1308\u1260\u122B\u120D\u1362 \u1260\u1270\u1208\u121D\u12F6\u1363 \u1235\u12AD\u122A\u1295\u123E\u127D\u1295 \u1208\u1218\u1323\u1260\u1245\u1362",displayText:"\u12E8\u1270\u1323\u1260\u1241 \u121D\u1235\u120E\u127D \u1265\u127B"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"\u1270\u12EB\u12EB\u12E5 \u1218\u1230\u1265\u1230\u1265 \u1218\u1230\u1228\u12DD\u1362",displayText:"\u1218\u1230\u1228\u12DD"},copy:{description:"\u1270\u12EB\u12EB\u12E5\u1295 \u12C8\u12F0 \u12A0\u12F2\u1231 \u1266\u1273 \u1218\u1245\u12F3\u1275\u1362",displayText:"\u1218\u1245\u12F3\u1275"},move:{description:"\u1270\u12EB\u12EB\u12E5\u1295 \u12C8\u12F0 \u12A0\u12F2\u1231 \u1266\u1273 \u1218\u12CD\u1230\u12F5\u1362",displayText:"\u1218\u12CD\u1230\u12F5"},prompt:{description:"\u1270\u1320\u1243\u121A\u12CD\u1295 \u12A5\u122D\u121D\u1303 \u12A5\u1295\u12F2\u1218\u122D\u1325 \u121B\u1235\u1320\u1295\u1240\u1245\u1362",displayText:"\u121B\u1235\u1320\u1295\u1240\u1245"},skip:{description:"\u1270\u12EB\u12EB\u12E5\u1295 \u1218\u12DD\u1208\u134D \u12A5\u1293 \u12C8\u12F0 \u1240\u1323\u12E9 \u1218\u1240\u1320\u120D\u1362",displayText:"\u1218\u12DD\u1208\u134D"}},defaultImageSizeDimension:{height:"\u12A5\u122D\u12DD\u1218\u1275",width:"\u1235\u134B\u1275"},emptyFolderBehavior:{delete:{description:"\u1263\u12F6\u12CD\u1295 \u1270\u12EB\u12EB\u12E5 \u134E\u120D\u12F0\u122D \u12ED\u1230\u122D\u12DB\u120D\u1362",displayText:"\u1218\u1230\u1228\u12DD"},deleteWithEmptyParents:{description:"\u1263\u12F6\u12CD\u1295 \u1270\u12EB\u12EB\u12E5 \u134E\u120D\u12F0\u122D \u12A5\u1293 \u1263\u12F6\u12CE\u1279\u1295 \u12E8\u12C8\u120B\u1305 \u134E\u120D\u12F0\u122E\u127D \u12ED\u1230\u122D\u12DB\u120D\u1362",displayText:"\u1263\u12F6 \u12C8\u120B\u1306\u127D \u130B\u122D \u1218\u1230\u1228\u12DD"},keep:{description:"\u1263\u12F6\u12CD\u1295 \u1270\u12EB\u12EB\u12E5 \u134E\u120D\u12F0\u122D \u12ED\u1320\u1265\u1243\u120D\u1362",displayText:"\u1218\u1320\u1260\u1245"}}},pluginSettingsManager:{customToken:{codeComment:`// \u12E8\u1270\u1208\u1218\u12F1 \u1276\u12A8\u1296\u127D \u1260\u1355\u120B\u130A\u1295 \u1225\u122A\u1275 9.0.0 \u12CD\u1235\u1325 \u12E8\u1270\u12CB\u12C8\u1240\u12CD\u1295 \u12A0\u12F2\u1235 \u1245\u122D\u1338\u1275 \u121B\u12D8\u1218\u1295 \u1235\u1208\u121A\u12EB\u1235\u1348\u120D\u130B\u1278\u12CD \u1270\u1230\u12ED\u1218\u12CB\u120D\u1362
|
|
// \u1208\u1270\u1328\u121B\u122A \u1218\u1228\u1303 \u1230\u1290\u12F1\u1295 \u12ED\u1218\u120D\u12A8\u1271 (https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens)\u1362`,deprecated:{part1:"\u1260\u1355\u120B\u130A\u1295 \u1225\u122A\u1275 9.0.0 \u12CD\u1235\u1325\u1363 \u12E8\u1270\u1208\u1218\u12F1 \u1276\u12A8\u1295 \u121D\u12DD\u1308\u1263 \u1245\u122D\u1338\u1275 \u1270\u1208\u12C8\u1320\u1362 \u12A5\u1263\u12AD\u12CE \u1276\u12A8\u1296\u127D\u12CE\u1295 \u1260\u12DA\u1201 \u1218\u1230\u1228\u1275 \u12EB\u12D8\u121D\u1291\u1362 \u12C8\u12F0",part2:"\u1230\u1290\u12F5",part3:"\u1208\u1270\u1328\u121B\u122A \u1218\u1228\u1303 \u12ED\u1218\u120D\u12A8\u1271"}},legacyRenameAttachmentsToLowerCase:{part1:"\u1260\u1355\u120B\u130A\u1295 \u1225\u122A\u1275 9.0.0 \u12CD\u1235\u1325\u1363",part2:"\u1245\u1295\u1265\u122D \u1270\u1230\u122D\u12DF\u120D\u1362 \u1260\u121D\u1275\u12A9",part3:"\u1245\u122D\u1338\u1275 \u12ED\u1320\u1240\u1219\u1362 \u12ED\u1218\u120D\u12A8\u1271",part4:"\u1230\u1290\u12F5",part5:"\u1208\u1270\u1328\u121B\u122A \u1218\u1228\u1303"},markdownUrlFormat:{deprecated:{part1:"\u1208",part2:"\u1245\u122D\u1338\u1275 \u121D\u1293\u120D\u1263\u1275 \u12E8\u121B\u12ED\u1230\u122B \u12A5\u1234\u1275 \u12A0\u1235\u1240\u1218\u1325\u12CE\u1273\u120D\u1362 \u12A5\u1263\u12AD\u12CE \u12C8\u12F0",part3:"\u1230\u1290\u12F5",part4:"\u1208\u1270\u1328\u121B\u122A \u1218\u1228\u1303 \u12ED\u1218\u120D\u12A8\u1271",part5:"\u12ED\u1205 \u1218\u120D\u12D5\u12AD\u1275 \u12A5\u1295\u12F0\u1308\u1293 \u12A0\u12ED\u1273\u12ED\u121D\u1362"}},specialCharacters:{part1:"\u1260\u1355\u120B\u130A\u1295 \u1225\u122A\u1275 9.16.0 \u12CD\u1235\u1325\u1363",part2:"\u12E8\u1218\u1230\u1228\u1275 \u1245\u1295\u1265\u122D \u12A5\u1234\u1275 \u1270\u1208\u12C8\u1320\u1362 \u12E8\u12A5\u122D\u1235\u12CE \u1245\u1295\u1265\u122D \u12A5\u1234\u1275 \u12C8\u12F0 \u12A0\u12F2\u1231 \u12E8\u1218\u1230\u1228\u1275 \u12A5\u1234\u1275 \u1270\u12D8\u1218\u1290\u1362"},validation:{defaultImageSizeMustBePercentageOrPixels:"\u1290\u1263\u122A \u12E8\u121D\u1235\u120D \u1218\u1320\u1295 \u1260\u1352\u12AD\u1235\u120D \u12C8\u12ED\u121D \u1260\u1218\u1276\u129B \u1218\u1206\u1295 \u12A0\u1208\u1260\u1275",invalidCustomTokensCode:"\u12E8\u121B\u12ED\u1230\u122B \u12E8\u1270\u1208\u1218\u12F1 \u1276\u12A8\u1296\u127D \u12AE\u12F5",invalidRegularExpression:"\u12E8\u121B\u12ED\u1230\u122B \u1218\u12F0\u1260\u129B \u12A0\u1308\u120B\u1208\u133D {{regExp}}",specialCharactersMustNotContainSlash:"\u120D\u12E9 \u1241\u121D\u134A\u12CE\u127D / \u1218\u12EB\u12DD \u12E8\u1208\u1263\u1278\u12CD\u121D",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"\u120D\u12E9 \u1241\u121D\u134A \u1218\u1270\u12AB\u1275 \u12E8\u121B\u12ED\u1230\u122B \u12E8\u134B\u12ED\u120D \u1235\u121D \u1218\u1295\u1308\u12F5 \u1241\u121D\u134A\u12CE\u127D \u1218\u12EB\u12DD \u12E8\u1208\u1263\u1278\u12CD\u121D\u1362"}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"\u134B\u12ED\u120E\u127D \u1232\u1323\u1260\u1241:"},name:"\u1270\u12EB\u12EB\u12E5 \u1235\u121D \u1218\u1208\u12C8\u132B \u1201\u1290\u1273"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"\u12E8\u1270\u1230\u1260\u1230\u1260\u12CD \u1270\u12EB\u12EB\u12E5 \u1260\u1260\u122D\u12AB\u1273 \u121B\u1235\u1273\u12C8\u123B\u12CE\u127D \u1232\u1320\u1240\u121D:"},name:"\u1260\u1260\u122D\u12AB\u1273 \u121B\u1235\u1273\u12C8\u123B\u12CE\u127D \u12E8\u121A\u1320\u1240\u121D \u1270\u12EB\u12EB\u12E5 \u1218\u1230\u1265\u1230\u1265 \u1201\u1290\u1273"},collectedAttachmentFileName:{description:{part1:"\u12E8\u121A\u1308\u1299",part2:"\u1276\u12A8\u1296\u127D\u1295 \u12ED\u1218\u120D\u12A8\u1271",part3:"\u1263\u12F6 \u12ED\u1270\u12CD",part4:"\u1245\u1295\u1265\u122D\u1295 \u1260\u121D\u1275\u12A9 \u1208\u1218\u1320\u1240\u121D\u1362"},name:"\u12E8\u1270\u1230\u1260\u1230\u1260 \u1270\u12EB\u12EB\u12E5 \u134B\u12ED\u120D \u1235\u121D"},customTokens:{description:{part1:"\u12E8\u121A\u1320\u1240\u1219 \u12E8\u1270\u1208\u1218\u12F1 \u1276\u12A8\u1296\u127D\u1362",part2:"\u12ED\u1218\u120D\u12A8\u1271",part3:"\u1230\u1290\u12F5",part4:"\u1208\u1270\u1328\u121B\u122A \u1218\u1228\u1303\u1362",part5:"\u26A0\uFE0F \u12E8\u1270\u1208\u1218\u12F1 \u1276\u12A8\u1296\u127D \u12E8\u12D8\u1348\u1240\u12F0 JavaScript \u12AE\u12F5 \u120A\u1206\u1291 \u12ED\u127D\u120B\u1209\u1362 \u1260\u1218\u1325\u134E \u1201\u1294\u1273 \u12A8\u1270\u133B\u1349\u1363 \u12E8\u1218\u1228\u1303 \u12AA\u1233\u122B \u120A\u12EB\u1235\u12A8\u1275\u1209 \u12ED\u127D\u120B\u1209\u1362 \u1260\u122B\u1235\u12CE \u12A0\u12F0\u130B \u12ED\u1320\u1240\u1219\u1275\u1362"},name:"\u12E8\u1270\u1208\u1218\u12F1 \u1276\u12A8\u1296\u127D"},defaultImageSize:{description:{part1:"\u1290\u1263\u122A \u12E8\u121D\u1235\u120D \u1218\u1320\u1295\u1362",part2:"\u1260\u1352\u12AD\u1235\u120D \u1218\u12C8\u1230\u1295 \u12ED\u127D\u120B\u120D",part3:"\u12C8\u12ED\u121D \u12A8\u1219\u1209 \u12E8\u121D\u1235\u120D \u1218\u1320\u1295 \u1218\u1276\u129B",part4:"\u12A6\u122A\u1305\u1293\u120D \u1218\u1320\u1295 \u1208\u1218\u1320\u1240\u121D \u1263\u12F6 \u12ED\u1270\u12CD\u1362"},name:"\u1290\u1263\u122A \u12E8\u121D\u1235\u120D \u1218\u1320\u1295"},duplicateNameSeparator:{description:{part1:"\u12A8\u1290\u1263\u122D \u134B\u12ED\u120D \u1270\u1218\u1233\u1233\u12ED \u1235\u121D \u12EB\u1208\u12CD \u134B\u12ED\u120D \u1232\u1323\u1260\u1245/\u1232\u130E\u1270\u1275\u1363 \u12ED\u1205 \u1218\u1208\u12EB\u12EB \u12C8\u12F0 \u134B\u12ED\u120D \u1235\u121D \u12ED\u1328\u1218\u122B\u120D\u1362",part2:"\u1208\u121D\u1233\u120C\u1363 \u134B\u12ED\u120D",part3:"\u1295 \u1232\u130E\u1270\u1271\u1363 \u12C8\u12F0",part4:"\u12ED\u1230\u12E8\u121B\u120D\u1363 \u12C8\u12D8\u1270\u1363 \u12E8\u1218\u1300\u1218\u122A\u12EB\u12CD\u1295 \u12E8\u121A\u1308\u129D \u1235\u121D \u1260\u121B\u130D\u1298\u1275\u1362"},name:"\u12E8\u1270\u12F0\u130B\u130B\u121A \u1235\u121D \u1218\u1208\u12EB\u12EB"},emptyFolderBehavior:{description:{part1:"\u1270\u12EB\u12EB\u12E5 \u134E\u120D\u12F0\u122D \u1263\u12F6 \u1232\u1206\u1295:"},name:"\u1263\u12F6 \u1270\u12EB\u12EB\u12E5 \u134E\u120D\u12F0\u122D \u12A0\u1230\u122B\u122D"},excludePaths:{description:{part1:"\u12A8\u121A\u12A8\u1270\u1209\u1275 \u1218\u1295\u1308\u12F6\u127D \u121B\u1235\u1273\u12C8\u123B\u12CE\u127D\u1295 \u12A0\u1235\u12C8\u130D\u12F5\u1362",part2:"\u12A5\u12EB\u1295\u12F3\u1295\u12F1\u1295 \u1218\u1295\u1308\u12F5 \u1260\u12A0\u12F2\u1235 \u1218\u1235\u1218\u122D \u12EB\u1235\u1308\u1261\u1362",part3:"\u12E8\u1218\u1295\u1308\u12F5 \u1215\u1265\u1228\u1241\u121D\u134A \u12C8\u12ED\u121D",part4:"\u1245\u1295\u1265\u1229 \u1263\u12F6 \u12A8\u1206\u1290\u1363 \u121D\u1295\u121D \u121B\u1235\u1273\u12C8\u123B \u12A0\u12ED\u1308\u1208\u120D\u121D\u1362"},name:"\u1218\u1295\u1308\u12F6\u127D\u1295 \u121B\u1235\u12C8\u1308\u12F5"},excludePathsFromAttachmentCollecting:{description:{part1:"\u12A8\u121A\u12A8\u1270\u1209\u1275 \u1218\u1295\u1308\u12F6\u127D \u1270\u12EB\u12EB\u12E6\u127D\u1295 \u12A0\u1235\u12C8\u130D\u12F5 \u12E8\u121A\u1206\u1290\u12CD",part2:"\u1270\u12EB\u12EB\u12E6\u127D\u1295 \u1218\u1230\u1265\u1230\u1265",part3:"\u1275\u12D5\u12DB\u12DD \u1232\u1348\u1338\u121D\u1362",part4:"\u12A5\u12EB\u1295\u12F3\u1295\u12F1\u1295 \u1218\u1295\u1308\u12F5 \u1260\u12A0\u12F2\u1235 \u1218\u1235\u1218\u122D \u12EB\u1235\u1308\u1261\u1362",part5:"\u12E8\u1218\u1295\u1308\u12F5 \u1215\u1265\u1228\u1241\u121D\u134A \u12C8\u12ED\u121D",part6:"\u1245\u1295\u1265\u1229 \u1263\u12F6 \u12A8\u1206\u1290\u1363 \u121D\u1295\u121D \u1218\u1295\u1308\u12F5 \u12A8\u1270\u12EB\u12EB\u12E5 \u1218\u1230\u1265\u1230\u1265 \u12A0\u12ED\u1308\u1208\u120D\u121D\u1362"},name:"\u12A8\u1270\u12EB\u12EB\u12E5 \u1218\u1230\u1265\u1230\u1265 \u1218\u1295\u1308\u12F6\u127D\u1295 \u121B\u1235\u12C8\u1308\u12F5"},generatedAttachmentFileName:{description:{part1:"\u12E8\u121A\u1308\u1299",part2:"\u1276\u12A8\u1296\u127D\u1295 \u12ED\u1218\u120D\u12A8\u1271"},name:"\u12E8\u1270\u1348\u1320\u1228 \u1270\u12EB\u12EB\u12E5 \u134B\u12ED\u120D \u1235\u121D"},includePaths:{description:{part1:"\u12A8\u121A\u12A8\u1270\u1209\u1275 \u1218\u1295\u1308\u12F6\u127D \u121B\u1235\u1273\u12C8\u123B\u12CE\u127D\u1295 \u12EB\u12AB\u1270\u1271\u1362",part2:"\u12A5\u12EB\u1295\u12F3\u1295\u12F1\u1295 \u1218\u1295\u1308\u12F5 \u1260\u12A0\u12F2\u1235 \u1218\u1235\u1218\u122D \u12EB\u1235\u1308\u1261\u1362",part3:"\u12E8\u1218\u1295\u1308\u12F5 \u1215\u1265\u1228\u1241\u121D\u134A \u12C8\u12ED\u121D",part4:"\u1245\u1295\u1265\u1229 \u1263\u12F6 \u12A8\u1206\u1290\u1363 \u1201\u1209\u121D \u121B\u1235\u1273\u12C8\u123B\u12CE\u127D \u12ED\u12AB\u1270\u1273\u1209\u1362"},name:"\u1218\u1295\u1308\u12F6\u127D\u1295 \u121B\u12AB\u1270\u1275"},jpegQuality:{description:"\u1325\u122B\u1271 \u12EB\u1290\u1230\u1363 \u12E8\u1218\u1328\u1218\u1242\u12EB \u1325\u121D\u122D\u1273 \u12ED\u1260\u120D\u1323\u120D\u1362",name:"JPEG \u1325\u122B\u1275"},locationForNewAttachments:{description:{part1:"\u12A8",part2:"\u1300\u121D\u122E \u12A0\u1295\u133B\u122B\u12CA \u1218\u1295\u1308\u12F5 \u1208\u1218\u1320\u1240\u121D\u1362",part3:"\u12E8\u121A\u1308\u1299",part4:"\u1276\u12A8\u1296\u127D\u1295 \u12ED\u1218\u120D\u12A8\u1271",part5:"\u12A5\u1295\u12F0",part6:"\u12EB\u1209 \u12F6\u1275-\u134E\u120D\u12F0\u122E\u127D \u12A0\u12ED\u1218\u12A8\u1229\u121D\u1363 \u121D\u12AD\u1295\u12EB\u1271\u121D Obsidian \u12A0\u12ED\u12A8\u1273\u1270\u120B\u1278\u12CD\u121D\u1362 \u1208\u121B\u1235\u1270\u12F3\u12F0\u122D",part7:"\u1355\u120B\u130A\u1295 \u1218\u1320\u1240\u121D \u120A\u12EB\u1235\u1348\u120D\u130D\u12CE \u12ED\u127D\u120B\u120D\u1362"},name:"\u1208\u12A0\u12F2\u1235 \u1270\u12EB\u12EB\u12E6\u127D \u1266\u1273"},markdownUrlFormat:{description:{part1:"\u12C8\u12F0 Markdown \u12CD\u1235\u1325 \u12E8\u121A\u1308\u1263\u12CD URL \u1245\u122D\u1338\u1275\u1362",part2:"\u12E8\u121A\u1308\u1299",part3:"\u1276\u12A8\u1296\u127D\u1295 \u12ED\u1218\u120D\u12A8\u1271",part4:"\u12E8\u1218\u1230\u1228\u1275 \u1245\u122D\u1338\u1275\u1295 \u1208\u1218\u1320\u1240\u121D \u1263\u12F6 \u12ED\u1270\u12C9\u1362"},name:"Markdown URL \u1245\u122D\u1338\u1275"},renameAttachmentsToLowerCase:"\u1270\u12EB\u12EB\u12E6\u127D\u1295 \u12C8\u12F0 \u1275\u1295\u123D \u134A\u12F0\u120D \u1218\u1208\u12C8\u1325",renamedAttachmentFileName:{description:{part1:"\u12E8\u121A\u1308\u1299",part2:"\u1276\u12A8\u1296\u127D\u1295 \u12ED\u1218\u120D\u12A8\u1271",part3:"\u1263\u12F6 \u12ED\u1270\u12CD",part4:"\u1245\u1295\u1265\u122D\u1295 \u1260\u121D\u1275\u12A9 \u1208\u1218\u1320\u1240\u121D\u1362"},name:"\u12E8\u1270\u1230\u12E8\u1218 \u1270\u12EB\u12EB\u12E5 \u134B\u12ED\u120D \u1235\u121D"},resetToSampleCustomTokens:{message:"\u12E8\u1270\u1208\u1218\u12F1 \u1276\u12A8\u1296\u127D\u1295 \u12C8\u12F0 \u1293\u1219\u1293 \u12E8\u1270\u1208\u1218\u12F1 \u1276\u12A8\u1296\u127D \u121B\u12F3\u12A8\u121D \u12A5\u122D\u130D\u1320\u129B \u1290\u12CE\u1275? \u12E8\u12A5\u122D\u1235\u12CE \u1208\u12CD\u1326\u127D \u12ED\u1320\u134B\u1209\u1362",title:"\u12C8\u12F0 \u1293\u1219\u1293 \u12E8\u1270\u1208\u1218\u12F1 \u1276\u12A8\u1296\u127D \u1218\u1208\u1235"},shouldConvertPastedImagesToJpeg:{description:"\u12E8\u1270\u1323\u1260\u1241 \u121D\u1235\u120E\u127D\u1295 \u12C8\u12F0 JPEG \u1218\u1240\u12E8\u122D \u12A0\u1208\u1260\u1275 \u12A5\u1295\u12F0\u1206\u1290\u1362 \u12E8 PNG \u121D\u1235\u120D \u12ED\u12D8\u1275 \u12A8\u12AD\u120A\u1355\u1266\u122D\u12F5 \u1260\u1240\u1325\u1273 \u1232\u1323\u1260\u1245 \u1265\u127B \u12ED\u1270\u1308\u1260\u122B\u120D\u1362 \u1260\u1270\u1208\u121D\u12F6\u1363 \u1235\u12AD\u122A\u1295\u123E\u127D\u1295 \u1208\u1218\u1323\u1260\u1245\u1362",name:"\u12E8\u1270\u1323\u1260\u1241 \u121D\u1235\u120E\u127D\u1295 \u12C8\u12F0 JPEG \u1218\u1240\u12E8\u122D \u12A0\u1208\u1260\u1275"},shouldDeleteOrphanAttachments:{description:"\u12A8\u1270\u1295\u1243\u1363 \u121B\u1235\u1273\u12C8\u123B \u1232\u1230\u1228\u12DD\u1363 \u12E8\u122B\u1231 \u12E8\u1206\u1291 \u1270\u12EB\u12EB\u12E6\u127D\u121D \u12ED\u1230\u1228\u12DB\u1209\u1362",name:"\u12E8\u122B\u1231 \u12E8\u1206\u1291 \u1270\u12EB\u12EB\u12E6\u127D\u1295 \u1218\u1230\u1228\u12DD \u12A0\u1208\u1260\u1275"},shouldRenameAttachmentFiles:{description:{part1:"\u12A8\u1270\u1295\u1243\u1363 \u121B\u1235\u1273\u12C8\u123B \u1232\u1230\u12E8\u121D \u12C8\u12ED\u121D \u1232\u12C8\u1230\u12F5\u1363 \u1270\u12EB\u12EB\u12E6\u1279 \u1260",part2:"\u1245\u1295\u1265\u122D \u1218\u1230\u1228\u1275 \u12ED\u1230\u12E8\u121B\u1209\u1362"},name:"\u1270\u12EB\u12EB\u12E5 \u134B\u12ED\u120E\u127D\u1295 \u1218\u1230\u12E8\u121D \u12A0\u1208\u1260\u1275"},shouldRenameAttachmentFolders:{description:"\u121B\u1235\u1273\u12C8\u123B \u1232\u1230\u12E8\u121D \u12C8\u12ED\u121D \u1232\u12C8\u1230\u12F5\u1363 \u1270\u12EB\u12EB\u12E5 \u134E\u120D\u12F0\u122E\u127D\u1295 \u1218\u1230\u12E8\u121D \u12A0\u1208\u1260\u1275\u1362",name:"\u1270\u12EB\u12EB\u12E5 \u134E\u120D\u12F0\u122E\u127D\u1295 \u1218\u1230\u12E8\u121D \u12A0\u1208\u1260\u1275"},shouldRenameAttachmentsCreatedByOtherPlugins:{description:{part1:"\u12E8\u1270\u12EB\u12EB\u12E5 \u12A0\u1243\u134A \u12A5\u1293 \u12E8\u134B\u12ED\u120D \u1235\u121D \u1245\u1295\u1265\u122E\u127D \u120C\u120E\u127D \u1270\u1230\u12AA\u12CE\u127D \u1260\u121A\u1348\u1325\u122F\u1278\u12CD \u1270\u12EB\u12EB\u12E5 \u134B\u12ED\u120E\u127D \u120B\u12ED \u12ED\u1270\u130D\u1260\u1229 \u12A5\u1295\u12F0\u1206\u1290\u1362",part2:"\u12A0\u1295\u12F3\u1295\u12F5 \u1270\u1230\u12AA\u12CE\u127D \u12A6\u1265\u1232\u12F2\u12EB\u1295\u1295 \u12E8\u1275 \u12A5\u1295\u12F0\u121A\u1308\u1263 \u1233\u12ED\u1320\u12ED\u1241 \u1270\u12EB\u12EB\u12E5 \u134B\u12ED\u120D\u1295 \u1260\u122B\u1233\u1278\u12CD \u1235\u121D \u12C8\u12F0 \u126E\u120D\u1275 \u12ED\u133D\u134B\u1209\u1362 \u12ED\u1205 \u1232\u1290\u1243\u1363 \u12A5\u1295\u12F2\u1205 \u12EB\u1208 \u134B\u12ED\u120D \u12A5\u1295\u12F0\u1273\u12E8 \u12C8\u12F2\u12EB\u12CD\u1291 \u12ED\u1295\u1240\u1233\u1240\u1233\u120D \u12A5\u1293 \u12F3\u130D\u121D \u12ED\u1230\u12E8\u121B\u120D\u1362",part3:"\u121B\u1235\u1273\u12C8\u123B \u12AD\u134D\u1275 \u1206\u1296 \u12E8\u1270\u1348\u1320\u1229 \u134B\u12ED\u120E\u127D \u1265\u127B \u12ED\u1290\u12AB\u1209\u1364 \u12A8\u121B\u1218\u1233\u1230\u120D \u12C8\u12ED\u121D \u12A8\u126E\u120D\u1275 \u12A0\u1235\u1218\u1323 \u12E8\u121A\u1218\u1321 \u134B\u12ED\u120E\u127D \u1260\u132D\u122B\u123D \u12A0\u12ED\u1290\u12A9\u121D\u1362"},name:"\u1260\u120C\u120E\u127D \u1270\u1230\u12AA\u12CE\u127D \u12E8\u1270\u1348\u1320\u1229 \u1270\u12EB\u12EB\u12E5 \u134B\u12ED\u120E\u127D\u1295 \u12F3\u130D\u121D \u1230\u12ED\u121D"},shouldRenameCollectedAttachments:{description:{part1:"\u12A8\u1270\u1295\u1243\u1363 \u1260",part2:"\u1270\u12EB\u12EB\u12E6\u127D\u1295 \u1218\u1230\u1265\u1230\u1265",part3:"\u1275\u12D5\u12DB\u12DE\u127D \u12E8\u1270\u1230\u1229 \u1270\u12EB\u12EB\u12E6\u127D \u1260",part4:"\u1245\u1295\u1265\u122D \u1218\u1230\u1228\u1275 \u12ED\u1230\u12E8\u121B\u1209\u1362"},name:"\u12E8\u1270\u1230\u1260\u1230\u1261 \u1270\u12EB\u12EB\u12E6\u127D\u1295 \u1218\u1230\u12E8\u121D \u12A0\u1208\u1260\u1275"},specialCharacters:{description:{part1:"\u1260\u1270\u12EB\u12EB\u12E5 \u134E\u120D\u12F0\u122D \u12A5\u1293 \u134B\u12ED\u120D \u1235\u121D \u12CD\u1235\u1325 \u12E8\u121A\u1270\u12A9 \u12C8\u12ED\u121D \u12E8\u121A\u12C8\u1308\u12F1 \u120D\u12E9 \u1241\u121D\u134A\u12CE\u127D\u1362",part2:"\u120D\u12E9 \u1241\u121D\u134A\u12CE\u127D\u1295 \u1208\u1218\u1320\u1260\u1245 \u1263\u12F6 \u12ED\u1270\u12C9\u1362"},name:"\u120D\u12E9 \u1241\u121D\u134A\u12CE\u127D"},specialCharactersReplacement:{description:{part1:"\u1260\u1270\u12EB\u12EB\u12E5 \u134E\u120D\u12F0\u122D \u12A5\u1293 \u134B\u12ED\u120D \u1235\u121D \u12CD\u1235\u1325 \u1208\u120D\u12E9 \u1241\u121D\u134A\u12CE\u127D \u12E8\u1218\u1270\u12AB\u1275 \u1215\u1265\u1228\u1241\u121D\u134A\u1362",part2:"\u120D\u12E9 \u1241\u121D\u134A\u12CE\u127D\u1295 \u1208\u121B\u1235\u12C8\u1308\u12F5 \u1263\u12F6 \u12ED\u1270\u12C9\u1362"},name:"\u120D\u12E9 \u1241\u121D\u134A\u12CE\u127D \u1218\u1270\u12AB\u1275"},timeoutInSeconds:{description:{part1:"\u1208\u1201\u1209\u121D \u1235\u122B\u12CE\u127D \u1260\u1230\u12A8\u1295\u12F5 \u12E8\u121A\u1246\u12ED \u130A\u12DC\u1362",part2:"\u12A8\u1206\u1290",part3:"\u1270\u12CB\u1240\u1228\u1363 \u12E8\u1235\u122B\u12CE\u127D \u12A0\u1348\u133B\u1338\u121D \u130A\u12DC \u12ED\u1230\u1228\u12DB\u120D\u1362"},name:"\u1260\u1230\u12A8\u1295\u12F5 \u12E8\u121A\u1246\u12ED \u130A\u12DC"},treatAsAttachmentExtensions:{description:{part1:"\u12A8\u1290\u12DA\u1205 \u121B\u1235\u134B\u134A\u12EB\u12CE\u127D \u130B\u122D \u12EB\u1209 \u134B\u12ED\u120E\u127D\u1295 \u12A5\u1295\u12F0 \u1270\u12EB\u12EB\u12E6\u127D \u12A0\u1235\u1261\u1362",part2:"\u1260\u1218\u1230\u1228\u1271",part3:"\u12A5\u1293",part4:"\u12E8\u1270\u1308\u1293\u1299 \u134B\u12ED\u120E\u127D \u12A5\u1295\u12F0 \u1270\u12EB\u12EB\u12E6\u127D \u12A0\u12ED\u1246\u1320\u1229\u121D \u12A5\u1293 \u12A8\u121B\u1235\u1273\u12C8\u123B \u130B\u122D \u12A0\u12ED\u12C8\u1230\u12F1\u121D\u1362",part5:"\u12E8\u1270\u1208\u1218\u12F1 \u121B\u1235\u134B\u134A\u12EB\u12CE\u127D \u121B\u12A8\u120D \u12ED\u127D\u120B\u1209\u1363 \u1208\u121D\u1233\u120C",part6:"\u1363 \u12ED\u1205\u1295\u1295 \u12A0\u1230\u122B\u122D \u1208\u121B\u1235\u12C8\u1308\u12F5\u1362"},name:"\u12A5\u1295\u12F0 \u1270\u12EB\u12EB\u12E5 \u121B\u1235\u134B\u134A\u12EB\u12CE\u127D \u12A0\u1235\u1261"}},promptWithPreviewModal:{fileNameTitle:"\u12E8\u1270\u12EB\u12EB\u12E5 \u134B\u12ED\u120D \u12F3\u130D\u121D \u1230\u12ED\u121D",folderTitle:"\u12E8\u1270\u12EB\u12EB\u12E5 \u12A0\u1243\u134A \u12ED\u121D\u1228\u1321",previewModal:{title:"\u1270\u12EB\u12EB\u12E5 \u134B\u12ED\u120D \u1245\u12F5\u1218 \u12A5\u12ED\u1273 '{{fullFileName}}'"},title:"\u1208\u121B\u1235\u1320\u1295\u1240\u1242\u12EB \u1276\u12A8\u1295 \u12A5\u1234\u1275 \u12ED\u1235\u1321"},regularExpression:"/\u1218\u12F0\u1260\u129B \u12A0\u1308\u120B\u1208\u133D/"};var dN={attachmentCollector:{confirm:{part1:"\u0647\u0644 \u062A\u0631\u064A\u062F \u062C\u0645\u0639 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0644\u0643\u0644 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u062F\u0627\u062E\u0644 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0628\u0634\u0643\u0644\u064D \u0645\u062A\u0643\u0631\u0631\u061F",part2:"\u0644\u0627 \u064A\u0645\u0643\u0646 \u0627\u0644\u062A\u0631\u0627\u062C\u0639 \u0639\u0646 \u0647\u0630\u0647 \u0627\u0644\u0639\u0645\u0644\u064A\u0629."},progressBar:{message:"\u062C\u0645\u0639 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A {{iterationString}} - '{{noteFilePath}}'.",title:"\u062C\u0645\u0639 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A..."}},buttons:{copy:"\u0646\u0633\u062E",move:"\u0646\u0642\u0644",previewAttachmentFile:"\u0645\u0639\u0627\u064A\u0646\u0629 \u0645\u0644\u0641 \u0627\u0644\u0645\u0631\u0641\u0642",skip:"\u062A\u062E\u0637\u064A"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"\u0627\u0644\u0645\u0631\u0641\u0642",part2:"\u064A\u062A\u0645 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u064A\u0647 \u0645\u0646 \u0639\u062F\u0629 \u0645\u0644\u0627\u062D\u0638\u0627\u062A."},heading:"\u062C\u0645\u0639 \u0627\u0644\u0645\u0631\u0641\u0642 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u0645\u0646 \u0639\u062F\u0629 \u0645\u0644\u0627\u062D\u0638\u0627\u062A",shouldUseSameActionForOtherProblematicAttachmentsToggle:"\u064A\u062C\u0628 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0646\u0641\u0633 \u0627\u0644\u0625\u062C\u0631\u0627\u0621 \u0644\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0627\u0644\u0645\u0634\u0643\u0648\u0643 \u0641\u064A\u0647\u0627 \u0627\u0644\u0623\u062E\u0631\u0649"},commands:{collectAttachmentsCurrentFolder:"\u062C\u0645\u0639 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0641\u064A \u0627\u0644\u0645\u062C\u0644\u062F \u0627\u0644\u062D\u0627\u0644\u064A",collectAttachmentsCurrentNote:"\u062C\u0645\u0639 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0641\u064A \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",collectAttachmentsEntireVault:"\u062C\u0645\u0639 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0641\u064A \u0627\u0644\u062E\u0632\u0627\u0646\u0629 \u0628\u0623\u0643\u0645\u0644\u0647\u0627"},menuItems:{collectAttachmentsInFile:"\u062C\u0645\u0639 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0641\u064A \u0627\u0644\u0645\u0644\u0641",collectAttachmentsInFiles:"\u062C\u0645\u0639 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0641\u064A \u0627\u0644\u0645\u0644\u0641\u0627\u062A"},notice:{collectingAttachments:"\u062C\u0645\u0639 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0644\u0640 '{{noteFilePath}}'",collectingAttachmentsCancelled:"\u062A\u0645 \u0625\u0644\u063A\u0627\u0621 \u062C\u0645\u0639 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A. \u0631\u0627\u062C\u0639 \u0648\u062D\u062F\u0629 \u0627\u0644\u062A\u062D\u0643\u0645 \u0644\u0644\u062A\u0641\u0627\u0635\u064A\u0644.",generatedAttachmentFileNameIsInvalid:{part1:`\u0627\u0633\u0645 \u0645\u0644\u0641 \u0627\u0644\u0645\u0631\u0641\u0642 \u0627\u0644\u0645\u064F\u0648\u0644\u062F '{{path}}' \u063A\u064A\u0631 \u0635\u0627\u0644\u062D.
|
|
{{validationMessage}}
|
|
\u062A\u062D\u0642\u0642 \u0645\u0646`,part2:"\u0627\u0644\u0625\u0639\u062F\u0627\u062F."},notePathIsIgnored:"\u0645\u0633\u0627\u0631 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629 \u0645\u064F\u062A\u062C\u0627\u0647\u0644"},obsidianDevUtils:{buttons:{cancel:"\u0625\u0644\u063A\u0627\u0621",ok:"\u0645\u0648\u0627\u0641\u0642"},dataview:{itemsPerPage:"\u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629:",jumpToPage:"\u0627\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629:"},notices:{attachmentIsStillUsed:"\u0627\u0644\u0645\u0631\u0641\u0642 {{attachmentPath}} \u0644\u0627 \u064A\u0632\u0627\u0644 \u0645\u0633\u062A\u062E\u062F\u0645\u0627\u064B \u0645\u0646 \u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0623\u062E\u0631\u0649. \u0644\u0646 \u064A\u062A\u0645 \u062D\u0630\u0641\u0647.",unhandledError:"\u062D\u062F\u062B \u062E\u0637\u0623 \u063A\u064A\u0631 \u0645\u0639\u0627\u0644\u062C. \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0648\u062D\u062F\u0629 \u0627\u0644\u062A\u062D\u0643\u0645 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A."}},pluginSettings:{attachmentRenameMode:{all:{description:"\u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u064A\u062A\u0645 \u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u062A\u0647\u0627.",displayText:"\u0627\u0644\u0643\u0644"},none:{description:"\u0623\u0633\u0645\u0627\u0624\u0647\u0627 \u0645\u062D\u0641\u0648\u0638\u0629.",displayText:"\u0644\u0627 \u0634\u064A\u0621"},onlyPastedImages:{description:"\u0627\u0644\u0635\u0648\u0631 \u0627\u0644\u0645\u064F\u0644\u0635\u0642\u0629 \u0641\u0642\u0637 \u064A\u062A\u0645 \u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u062A\u0647\u0627. \u064A\u0646\u0637\u0628\u0642 \u0641\u0642\u0637 \u0639\u0646\u062F \u0644\u0635\u0642 \u0645\u062D\u062A\u0648\u0649 \u0635\u0648\u0631\u0629 PNG \u0645\u0628\u0627\u0634\u0631\u0629 \u0645\u0646 \u0627\u0644\u062D\u0627\u0641\u0638\u0629. \u0639\u0627\u062F\u0629\u060C \u0644\u0644\u0635\u0642 \u0644\u0642\u0637\u0627\u062A \u0627\u0644\u0634\u0627\u0634\u0629.",displayText:"\u0627\u0644\u0635\u0648\u0631 \u0627\u0644\u0645\u064F\u0644\u0635\u0642\u0629 \u0641\u0642\u0637"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"\u0625\u0644\u063A\u0627\u0621 \u062C\u0645\u0639 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A.",displayText:"\u0625\u0644\u063A\u0627\u0621"},copy:{description:"\u0646\u0633\u062E \u0627\u0644\u0645\u0631\u0641\u0642 \u0625\u0644\u0649 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062C\u062F\u064A\u062F.",displayText:"\u0646\u0633\u062E"},move:{description:"\u0646\u0642\u0644 \u0627\u0644\u0645\u0631\u0641\u0642 \u0625\u0644\u0649 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062C\u062F\u064A\u062F.",displayText:"\u0646\u0642\u0644"},prompt:{description:"\u0645\u0637\u0627\u0644\u0628\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u0628\u0627\u062E\u062A\u064A\u0627\u0631 \u0627\u0644\u0625\u062C\u0631\u0627\u0621.",displayText:"\u0645\u0637\u0627\u0644\u0628\u0629"},skip:{description:"\u062A\u062E\u0637\u064A \u0627\u0644\u0645\u0631\u0641\u0642 \u0648\u0627\u0644\u0645\u062A\u0627\u0628\u0639\u0629 \u0625\u0644\u0649 \u0627\u0644\u062A\u0627\u0644\u064A.",displayText:"\u062A\u062E\u0637\u064A"}},defaultImageSizeDimension:{height:"\u0627\u0644\u0627\u0631\u062A\u0641\u0627\u0639",width:"\u0627\u0644\u0639\u0631\u0636"},emptyFolderBehavior:{delete:{description:"\u0633\u064A\u062D\u0630\u0641 \u0645\u062C\u0644\u062F \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0627\u0644\u0641\u0627\u0631\u063A.",displayText:"\u062D\u0630\u0641"},deleteWithEmptyParents:{description:"\u0633\u064A\u062D\u0630\u0641 \u0645\u062C\u0644\u062F \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0627\u0644\u0641\u0627\u0631\u063A \u0648\u0645\u062C\u0644\u062F\u0627\u062A\u0647 \u0627\u0644\u0623\u0635\u0644\u064A\u0629 \u0627\u0644\u0641\u0627\u0631\u063A\u0629.",displayText:"\u062D\u0630\u0641 \u0645\u0639 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0627\u0644\u0623\u0635\u0644\u064A\u0629 \u0627\u0644\u0641\u0627\u0631\u063A\u0629"},keep:{description:"\u0633\u064A\u062D\u062A\u0641\u0638 \u0628\u0645\u062C\u0644\u062F \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0627\u0644\u0641\u0627\u0631\u063A.",displayText:"\u0627\u0644\u0627\u062D\u062A\u0641\u0627\u0638"}}},pluginSettingsManager:{customToken:{codeComment:`// \u062A\u0645 \u062A\u0639\u0644\u064A\u0642 \u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u0644\u0623\u0646\u0647\u0627 \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u062D\u062F\u064A\u062B \u0644\u0644\u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u062C\u062F\u064A\u062F \u0627\u0644\u0645\u064F\u0642\u062F\u0645 \u0641\u064A \u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0625\u0636\u0627\u0641\u0629 9.0.0.
|
|
// \u0631\u0627\u062C\u0639 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 (https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A.`,deprecated:{part1:"\u0641\u064A \u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0625\u0636\u0627\u0641\u0629 9.0.0\u060C \u062A\u063A\u064A\u0631 \u062A\u0646\u0633\u064A\u0642 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u0631\u0645\u0632 \u0627\u0644\u0645\u062E\u0635\u0635. \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0631\u0645\u0648\u0632\u0643 \u0648\u0641\u0642\u0627\u064B \u0644\u0630\u0644\u0643. \u0631\u0627\u062C\u0639",part2:"\u0627\u0644\u0648\u062B\u0627\u0626\u0642",part3:"\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A"}},legacyRenameAttachmentsToLowerCase:{part1:"\u0641\u064A \u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0625\u0636\u0627\u0641\u0629 9.0.0\u060C",part2:"\u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0645\u064F\u0647\u0645\u0644. \u0627\u0633\u062A\u062E\u062F\u0645",part3:"\u0627\u0644\u062A\u0646\u0633\u064A\u0642 \u0628\u062F\u0644\u0627\u064B \u0645\u0646 \u0630\u0644\u0643. \u0627\u0646\u0638\u0631",part4:"\u0627\u0644\u0648\u062B\u0627\u0626\u0642",part5:"\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A"},markdownUrlFormat:{deprecated:{part1:"\u0644\u062F\u064A\u0643 \u0642\u064A\u0645\u0629 \u0645\u062D\u062A\u0645\u0644\u0629 \u063A\u064A\u0631 \u0635\u062D\u064A\u062D\u0629 \u0645\u064F\u0639\u064A\u0646\u0629 \u0644\u0640",part2:"\u0627\u0644\u062A\u0646\u0633\u064A\u0642. \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649",part3:"\u0627\u0644\u0648\u062B\u0627\u0626\u0642",part4:"\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A",part5:"\u0644\u0646 \u062A\u0638\u0647\u0631 \u0647\u0630\u0647 \u0627\u0644\u0631\u0633\u0627\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649."}},specialCharacters:{part1:"\u0641\u064A \u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0625\u0636\u0627\u0641\u0629 9.16.0\u060C",part2:"\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0642\u064A\u0645\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629. \u062A\u0645 \u062A\u062D\u062F\u064A\u062B \u0642\u064A\u0645\u0629 \u0625\u0639\u062F\u0627\u062F\u0643 \u0625\u0644\u0649 \u0627\u0644\u0642\u064A\u0645\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0627\u0644\u062C\u062F\u064A\u062F\u0629."},validation:{defaultImageSizeMustBePercentageOrPixels:"\u064A\u062C\u0628 \u0623\u0646 \u064A\u0643\u0648\u0646 \u062D\u062C\u0645 \u0627\u0644\u0635\u0648\u0631\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0628\u0627\u0644\u0628\u0643\u0633\u0644 \u0623\u0648 \u0628\u0627\u0644\u0646\u0633\u0628\u0629 \u0627\u0644\u0645\u0626\u0648\u064A\u0629",invalidCustomTokensCode:"\u0643\u0648\u062F \u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u063A\u064A\u0631 \u0635\u0627\u0644\u062D",invalidRegularExpression:"\u0627\u0644\u062A\u0639\u0628\u064A\u0631 \u0627\u0644\u0646\u0645\u0637\u064A \u063A\u064A\u0631 \u0635\u0627\u0644\u062D {{regExp}}",specialCharactersMustNotContainSlash:"\u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u062E\u0627\u0635\u0629 \u064A\u062C\u0628 \u0623\u0644\u0627 \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"\u0627\u0633\u062A\u0628\u062F\u0627\u0644 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u062E\u0627\u0635\u0629 \u064A\u062C\u0628 \u0623\u0644\u0627 \u064A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0623\u062D\u0631\u0641 \u0645\u0633\u0627\u0631 \u0627\u0633\u0645 \u0645\u0644\u0641 \u063A\u064A\u0631 \u0635\u0627\u0644\u062D\u0629."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"\u0639\u0646\u062F \u0625\u0631\u0641\u0627\u0642 \u0627\u0644\u0645\u0644\u0641\u0627\u062A:"},name:"\u0648\u0636\u0639 \u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0645\u0631\u0641\u0642 \u0627\u0644\u0645\u062C\u0645\u0648\u0639 \u0645\u0646 \u0639\u062F\u0629 \u0645\u0644\u0627\u062D\u0638\u0627\u062A:"},name:"\u0648\u0636\u0639 \u062C\u0645\u0639 \u0627\u0644\u0645\u0631\u0641\u0642 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u0645\u0646 \u0639\u062F\u0629 \u0645\u0644\u0627\u062D\u0638\u0627\u062A"},collectedAttachmentFileName:{description:{part1:"\u0627\u0646\u0638\u0631",part2:"\u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0645\u062A\u0627\u062D\u0629",part3:"\u0627\u062A\u0631\u0643\u0647 \u0641\u0627\u0631\u063A\u0627\u064B \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",part4:"\u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0628\u062F\u0644\u0627\u064B \u0645\u0646 \u0630\u0644\u0643."},name:"\u0627\u0633\u0645 \u0645\u0644\u0641 \u0627\u0644\u0645\u0631\u0641\u0642 \u0627\u0644\u0645\u062C\u0645\u0648\u0639"},customTokens:{description:{part1:"\u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u0627\u0644\u0645\u0631\u0627\u062F \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627.",part2:"\u0627\u0646\u0638\u0631",part3:"\u0627\u0644\u0648\u062B\u0627\u0626\u0642",part4:"\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A.",part5:"\u26A0\uFE0F \u064A\u0645\u0643\u0646 \u0623\u0646 \u062A\u0643\u0648\u0646 \u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u0643\u0648\u062F JavaScript \u0639\u0634\u0648\u0627\u0626\u064A. \u0625\u0630\u0627 \u0643\u0627\u0646\u062A \u0645\u0643\u062A\u0648\u0628\u0629 \u0628\u0634\u0643\u0644 \u0633\u064A\u0621\u060C \u064A\u0645\u0643\u0646 \u0623\u0646 \u062A\u0633\u0628\u0628 \u0641\u0642\u062F\u0627\u0646 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A. \u0627\u0633\u062A\u062E\u062F\u0645\u0647\u0627 \u0639\u0644\u0649 \u0645\u0633\u0624\u0648\u0644\u064A\u062A\u0643 \u0627\u0644\u062E\u0627\u0635\u0629."},name:"\u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0645\u062E\u0635\u0635\u0629"},defaultImageSize:{description:{part1:"\u0627\u0644\u062D\u062C\u0645 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0644\u0644\u0635\u0648\u0631\u0629.",part2:"\u064A\u0645\u0643\u0646 \u062A\u062D\u062F\u064A\u062F\u0647 \u0628\u0627\u0644\u0628\u0643\u0633\u0644",part3:"\u0623\u0648 \u0643\u0646\u0633\u0628\u0629 \u0645\u0626\u0648\u064A\u0629 \u0645\u0646 \u0627\u0644\u062D\u062C\u0645 \u0627\u0644\u0643\u0627\u0645\u0644 \u0644\u0644\u0635\u0648\u0631\u0629",part4:"\u0627\u062A\u0631\u0643\u0647 \u0641\u0627\u0631\u063A\u064B\u0627 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u062C\u0645 \u0627\u0644\u0623\u0635\u0644\u064A."},name:"\u0627\u0644\u062D\u062C\u0645 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0644\u0644\u0635\u0648\u0631\u0629"},duplicateNameSeparator:{description:{part1:"\u0639\u0646\u062F\u0645\u0627 \u062A\u0642\u0648\u0645 \u0628\u0644\u0635\u0642/\u0633\u062D\u0628 \u0645\u0644\u0641 \u0628\u0646\u0641\u0633 \u0627\u0633\u0645 \u0645\u0644\u0641 \u0645\u0648\u062C\u0648\u062F\u060C \u0633\u064A\u062A\u0645 \u0625\u0636\u0627\u0641\u0629 \u0647\u0630\u0627 \u0627\u0644\u0641\u0627\u0635\u0644 \u0625\u0644\u0649 \u0627\u0633\u0645 \u0627\u0644\u0645\u0644\u0641.",part2:"\u0645\u062B\u0644\u0627\u064B\u060C \u0639\u0646\u062F\u0645\u0627 \u062A\u0633\u062D\u0628 \u0627\u0644\u0645\u0644\u0641",part3:"\u060C \u0633\u064A\u062A\u0645 \u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u062A\u0647 \u0625\u0644\u0649",part4:"\u060C \u0625\u0644\u062E\u060C \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0623\u0648\u0644 \u0627\u0633\u0645 \u0645\u062A\u0627\u062D."},name:"\u0641\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u0645\u0643\u0631\u0631\u0629"},emptyFolderBehavior:{description:{part1:"\u0639\u0646\u062F\u0645\u0627 \u064A\u0635\u0628\u062D \u0645\u062C\u0644\u062F \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0641\u0627\u0631\u063A\u0627\u064B:"},name:"\u0633\u0644\u0648\u0643 \u0645\u062C\u0644\u062F \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0627\u0644\u0641\u0627\u0631\u063A"},excludePaths:{description:{part1:"\u0627\u0633\u062A\u0628\u0639\u0627\u062F \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0645\u0646 \u0627\u0644\u0645\u0633\u0627\u0631\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629.",part2:"\u0623\u062F\u062E\u0644 \u0643\u0644 \u0645\u0633\u0627\u0631 \u0641\u064A \u0633\u0637\u0631 \u062C\u062F\u064A\u062F.",part3:"\u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0633\u0644\u0633\u0644\u0629 \u0627\u0644\u0645\u0633\u0627\u0631 \u0623\u0648",part4:"\u0625\u0630\u0627 \u0643\u0627\u0646 \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0641\u0627\u0631\u063A\u0627\u064B\u060C \u0644\u0646 \u064A\u062A\u0645 \u0627\u0633\u062A\u0628\u0639\u0627\u062F \u0623\u064A \u0645\u0644\u0627\u062D\u0638\u0627\u062A."},name:"\u0627\u0633\u062A\u0628\u0639\u0627\u062F \u0627\u0644\u0645\u0633\u0627\u0631\u0627\u062A"},excludePathsFromAttachmentCollecting:{description:{part1:"\u0627\u0633\u062A\u0628\u0639\u0627\u062F \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0645\u0646 \u0627\u0644\u0645\u0633\u0627\u0631\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u0639\u0646\u062F",part2:"\u062C\u0645\u0639 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A",part3:"\u062A\u0646\u0641\u064A\u0630 \u0627\u0644\u0623\u0645\u0631.",part4:"\u0623\u062F\u062E\u0644 \u0643\u0644 \u0645\u0633\u0627\u0631 \u0641\u064A \u0633\u0637\u0631 \u062C\u062F\u064A\u062F.",part5:"\u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0633\u0644\u0633\u0644\u0629 \u0627\u0644\u0645\u0633\u0627\u0631 \u0623\u0648",part6:"\u0625\u0630\u0627 \u0643\u0627\u0646 \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0641\u0627\u0631\u063A\u0627\u064B\u060C \u0644\u0646 \u064A\u062A\u0645 \u0627\u0633\u062A\u0628\u0639\u0627\u062F \u0623\u064A \u0645\u0633\u0627\u0631\u0627\u062A \u0645\u0646 \u062C\u0645\u0639 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A."},name:"\u0627\u0633\u062A\u0628\u0639\u0627\u062F \u0627\u0644\u0645\u0633\u0627\u0631\u0627\u062A \u0645\u0646 \u062C\u0645\u0639 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A"},generatedAttachmentFileName:{description:{part1:"\u0627\u0646\u0638\u0631",part2:"\u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0645\u062A\u0627\u062D\u0629"},name:"\u0627\u0633\u0645 \u0645\u0644\u0641 \u0627\u0644\u0645\u0631\u0641\u0642 \u0627\u0644\u0645\u064F\u0648\u0644\u062F"},includePaths:{description:{part1:"\u062A\u0636\u0645\u064A\u0646 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0645\u0646 \u0627\u0644\u0645\u0633\u0627\u0631\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629.",part2:"\u0623\u062F\u062E\u0644 \u0643\u0644 \u0645\u0633\u0627\u0631 \u0641\u064A \u0633\u0637\u0631 \u062C\u062F\u064A\u062F.",part3:"\u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0633\u0644\u0633\u0644\u0629 \u0627\u0644\u0645\u0633\u0627\u0631 \u0623\u0648",part4:"\u0625\u0630\u0627 \u0643\u0627\u0646 \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0641\u0627\u0631\u063A\u0627\u064B\u060C \u0633\u062A\u062A\u0645 \u062A\u0636\u0645\u064A\u0646 \u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A."},name:"\u062A\u0636\u0645\u064A\u0646 \u0627\u0644\u0645\u0633\u0627\u0631\u0627\u062A"},jpegQuality:{description:"\u0643\u0644\u0645\u0627 \u0642\u0644 \u0627\u0644\u062C\u0648\u062F\u0629\u060C \u0632\u0627\u062F\u062A \u0646\u0633\u0628\u0629 \u0627\u0644\u0636\u063A\u0637.",name:"\u062C\u0648\u062F\u0629 JPEG"},locationForNewAttachments:{description:{part1:"\u0627\u0628\u062F\u0623 \u0628\u0640",part2:"\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0645\u0633\u0627\u0631 \u0627\u0644\u0646\u0633\u0628\u064A.",part3:"\u0627\u0646\u0638\u0631",part4:"\u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0645\u062A\u0627\u062D\u0629",part5:"\u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0627\u0644\u0646\u0642\u0637\u064A\u0629 \u0645\u062B\u0644",part6:"\u063A\u064A\u0631 \u0645\u0648\u0635\u0649 \u0628\u0647\u0627\u060C \u0644\u0623\u0646 Obsidian \u0644\u0627 \u064A\u062A\u062A\u0628\u0639\u0647\u0627. \u0642\u062F \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645",part7:"\u0625\u0636\u0627\u0641\u0629 \u0644\u0625\u062F\u0627\u0631\u062A\u0647\u0627."},name:"\u0645\u0648\u0642\u0639 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0627\u0644\u062C\u062F\u064A\u062F\u0629"},markdownUrlFormat:{description:{part1:"\u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u0631\u0627\u0628\u0637 \u0627\u0644\u0630\u064A \u0633\u064A\u062A\u0645 \u0625\u062F\u0631\u0627\u062C\u0647 \u0641\u064A Markdown.",part2:"\u0627\u0646\u0638\u0631",part3:"\u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0645\u062A\u0627\u062D\u0629",part4:"\u0627\u062A\u0631\u0643\u0647 \u0641\u0627\u0631\u063A\u0627\u064B \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A."},name:"\u062A\u0646\u0633\u064A\u0642 \u0631\u0627\u0628\u0637 Markdown"},renameAttachmentsToLowerCase:"\u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0628\u0623\u062D\u0631\u0641 \u0635\u063A\u064A\u0631\u0629",renamedAttachmentFileName:{description:{part1:"\u0627\u0646\u0638\u0631",part2:"\u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0645\u062A\u0627\u062D\u0629",part3:"\u0627\u062A\u0631\u0643\u0647 \u0641\u0627\u0631\u063A\u0627\u064B \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",part4:"\u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0628\u062F\u0644\u0627\u064B \u0645\u0646 \u0630\u0644\u0643."},name:"\u0627\u0633\u0645 \u0645\u0644\u0641 \u0627\u0644\u0645\u0631\u0641\u0642 \u0627\u0644\u0645\u064F\u0639\u0627\u062F \u062A\u0633\u0645\u064A\u062A\u0647"},resetToSampleCustomTokens:{message:"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0645\u0646 \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u0625\u0644\u0649 \u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u0627\u0644\u0646\u0645\u0648\u0630\u062C\u064A\u0629\u061F \u0633\u062A\u0636\u064A\u0639 \u062A\u063A\u064A\u064A\u0631\u0627\u062A\u0643.",title:"\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u0625\u0644\u0649 \u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u0627\u0644\u0646\u0645\u0648\u0630\u062C\u064A\u0629"},shouldConvertPastedImagesToJpeg:{description:"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u064A\u062C\u0628 \u062A\u062D\u0648\u064A\u0644 \u0627\u0644\u0635\u0648\u0631 \u0627\u0644\u0645\u064F\u0644\u0635\u0642\u0629 \u0625\u0644\u0649 JPEG. \u064A\u0646\u0637\u0628\u0642 \u0641\u0642\u0637 \u0639\u0646\u062F \u0644\u0635\u0642 \u0645\u062D\u062A\u0648\u0649 \u0635\u0648\u0631\u0629 PNG \u0645\u0628\u0627\u0634\u0631\u0629 \u0645\u0646 \u0627\u0644\u062D\u0627\u0641\u0638\u0629. \u0639\u0627\u062F\u0629\u060C \u0644\u0644\u0635\u0642 \u0644\u0642\u0637\u0627\u062A \u0627\u0644\u0634\u0627\u0634\u0629.",name:"\u064A\u062C\u0628 \u062A\u062D\u0648\u064A\u0644 \u0627\u0644\u0635\u0648\u0631 \u0627\u0644\u0645\u064F\u0644\u0635\u0642\u0629 \u0625\u0644\u0649 JPEG"},shouldDeleteOrphanAttachments:{description:"\u0625\u0630\u0627 \u062A\u0645 \u062A\u0641\u0639\u064A\u0644\u0647\u060C \u0639\u0646\u062F \u062D\u0630\u0641 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629\u060C \u0633\u064A\u062A\u0645 \u062D\u0630\u0641 \u0645\u0631\u0641\u0642\u0627\u062A\u0647\u0627 \u0627\u0644\u064A\u062A\u064A\u0645\u0629 \u0623\u064A\u0636\u0627\u064B.",name:"\u064A\u062C\u0628 \u062D\u0630\u0641 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0627\u0644\u064A\u062A\u064A\u0645\u0629"},shouldRenameAttachmentFiles:{description:{part1:"\u0625\u0630\u0627 \u062A\u0645 \u062A\u0641\u0639\u064A\u0644\u0647\u060C \u0639\u0646\u062F \u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0623\u0648 \u0646\u0642\u0644 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629\u060C \u0633\u064A\u062A\u0645 \u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0645\u0631\u0641\u0642\u0627\u062A\u0647\u0627 \u0648\u0641\u0642\u0627\u064B \u0644\u0640",part2:"\u0627\u0644\u0625\u0639\u062F\u0627\u062F."},name:"\u064A\u062C\u0628 \u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A"},shouldRenameAttachmentFolders:{description:"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u064A\u062C\u0628 \u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0645\u062C\u0644\u062F\u0627\u062A \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0639\u0646\u062F \u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0623\u0648 \u0646\u0642\u0644 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629.",name:"\u064A\u062C\u0628 \u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0645\u062C\u0644\u062F\u0627\u062A \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A"},shouldRenameAttachmentsCreatedByOtherPlugins:{description:{part1:"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0637\u0628\u064A\u0642 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u062C\u0644\u062F \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0648\u0627\u0633\u0645 \u0627\u0644\u0645\u0644\u0641 \u0639\u0644\u0649 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u0646\u0634\u0626\u0647\u0627 \u0625\u0636\u0627\u0641\u0627\u062A \u0623\u062E\u0631\u0649.",part2:"\u062A\u0643\u062A\u0628 \u0628\u0639\u0636 \u0627\u0644\u0625\u0636\u0627\u0641\u0627\u062A \u0627\u0644\u0645\u0631\u0641\u0642 \u0645\u0628\u0627\u0634\u0631\u0629 \u0641\u064A \u0627\u0644\u062E\u0632\u0646\u0629 \u0628\u0627\u0633\u0645 \u0645\u0646 \u0627\u062E\u062A\u064A\u0627\u0631\u0647\u0627\u060C \u062F\u0648\u0646 \u0633\u0624\u0627\u0644 Obsidian \u0639\u0646 \u0645\u0643\u0627\u0646\u0647 \u0627\u0644\u0635\u062D\u064A\u062D. \u0639\u0646\u062F \u062A\u0641\u0639\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631\u060C \u064A\u062A\u0645 \u0646\u0642\u0644 \u0647\u0630\u0627 \u0627\u0644\u0645\u0644\u0641 \u0648\u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u062A\u0647 \u0641\u0648\u0631 \u0638\u0647\u0648\u0631\u0647.",part3:"\u062A\u062A\u0645 \u0645\u0639\u0627\u0644\u062C\u0629 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u064F\u0646\u0634\u0623 \u0623\u062B\u0646\u0627\u0621 \u0641\u062A\u062D \u0645\u0644\u0627\u062D\u0638\u0629 \u0641\u0642\u0637\u060C \u0648\u0644\u0627 \u062A\u064F\u0645\u0633 \u0623\u0628\u062F\u064B\u0627 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0642\u0627\u062F\u0645\u0629 \u0645\u0646 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u0648 \u0645\u0646 \u0627\u0633\u062A\u064A\u0631\u0627\u062F \u062E\u0632\u0646\u0629."},name:"\u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u0646\u0634\u0626\u0647\u0627 \u0627\u0644\u0625\u0636\u0627\u0641\u0627\u062A \u0627\u0644\u0623\u062E\u0631\u0649"},shouldRenameCollectedAttachments:{description:{part1:"\u0625\u0630\u0627 \u062A\u0645 \u062A\u0641\u0639\u064A\u0644\u0647\u060C \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0627\u0644\u0645\u0639\u0627\u0644\u062C\u0629 \u0639\u0628\u0631",part2:"\u062C\u0645\u0639 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A",part3:"\u0627\u0644\u0623\u0648\u0627\u0645\u0631 \u0633\u064A\u062A\u0645 \u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u062A\u0647\u0627 \u0648\u0641\u0642\u0627\u064B \u0644\u0640",part4:"\u0627\u0644\u0625\u0639\u062F\u0627\u062F."},name:"\u064A\u062C\u0628 \u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0629"},specialCharacters:{description:{part1:"\u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u062E\u0627\u0635\u0629 \u0641\u064A \u0645\u062C\u0644\u062F \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0648\u0627\u0633\u0645 \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0645\u0631\u0627\u062F \u0627\u0633\u062A\u0628\u062F\u0627\u0644\u0647\u0627 \u0623\u0648 \u0625\u0632\u0627\u0644\u062A\u0647\u0627.",part2:"\u0627\u062A\u0631\u0643\u0647 \u0641\u0627\u0631\u063A\u0627\u064B \u0644\u0644\u062D\u0641\u0627\u0638 \u0639\u0644\u0649 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u062E\u0627\u0635\u0629."},name:"\u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u062E\u0627\u0635\u0629"},specialCharactersReplacement:{description:{part1:"\u0633\u0644\u0633\u0644\u0629 \u0627\u0644\u0627\u0633\u062A\u0628\u062F\u0627\u0644 \u0644\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u062E\u0627\u0635\u0629 \u0641\u064A \u0645\u062C\u0644\u062F \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0648\u0627\u0633\u0645 \u0627\u0644\u0645\u0644\u0641.",part2:"\u0627\u062A\u0631\u0643\u0647 \u0641\u0627\u0631\u063A\u0627\u064B \u0644\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u062E\u0627\u0635\u0629."},name:"\u0627\u0633\u062A\u0628\u062F\u0627\u0644 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u062E\u0627\u0635\u0629"},timeoutInSeconds:{description:{part1:"\u0645\u0647\u0644\u0629 \u0627\u0644\u0648\u0642\u062A \u0628\u0627\u0644\u062B\u0648\u0627\u0646\u064A \u0644\u062C\u0645\u064A\u0639 \u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A.",part2:"\u0625\u0630\u0627 \u062A\u0645 \u062A\u0639\u064A\u064A\u0646",part3:"\u060C \u064A\u062A\u0645 \u062A\u0639\u0637\u064A\u0644 \u0645\u0647\u0644\u0629 \u062A\u0646\u0641\u064A\u0630 \u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A."},name:"\u0645\u0647\u0644\u0629 \u0627\u0644\u0648\u0642\u062A \u0628\u0627\u0644\u062B\u0648\u0627\u0646\u064A"},treatAsAttachmentExtensions:{description:{part1:"\u0627\u0639\u062A\u0628\u0631 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0628\u0647\u0630\u0647 \u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F\u0627\u062A \u0643\u0645\u0631\u0641\u0642\u0627\u062A.",part2:"\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0627\u064B",part3:"\u0648",part4:"\u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u0631\u062A\u0628\u0637\u0629 \u0644\u0627 \u062A\u064F\u0639\u062A\u0628\u0631 \u0645\u0631\u0641\u0642\u0627\u062A \u0648\u0644\u0627 \u064A\u062A\u0645 \u0646\u0642\u0644\u0647\u0627 \u0645\u0639 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629.",part5:"\u064A\u0645\u0643\u0646\u0643 \u0625\u0636\u0627\u0641\u0629 \u0627\u0645\u062A\u062F\u0627\u062F\u0627\u062A \u0645\u062E\u0635\u0635\u0629\u060C \u0645\u062B\u0644\u0627\u064B",part6:"\u060C \u0644\u062A\u062C\u0627\u0648\u0632 \u0647\u0630\u0627 \u0627\u0644\u0633\u0644\u0648\u0643."},name:"\u0627\u0639\u062A\u0628\u0627\u0631 \u0643\u0627\u0645\u062A\u062F\u0627\u062F\u0627\u062A \u0645\u0631\u0641\u0642\u0627\u062A"}},promptWithPreviewModal:{fileNameTitle:"\u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0645\u0644\u0641 \u0627\u0644\u0645\u0631\u0641\u0642",folderTitle:"\u0627\u062E\u062A\u0631 \u0645\u062C\u0644\u062F \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A",previewModal:{title:"\u0645\u0639\u0627\u064A\u0646\u0629 \u0645\u0644\u0641 \u0627\u0644\u0645\u0631\u0641\u0642 '{{fullFileName}}'"},title:"\u0642\u062F\u0645 \u0642\u064A\u0645\u0629 \u0644\u0644\u0631\u0645\u0632 \u0627\u0644\u0645\u0637\u0627\u0644\u0628\u0629"},regularExpression:"/\u0627\u0644\u062A\u0639\u0628\u064A\u0631 \u0627\u0644\u0646\u0645\u0637\u064A/"};var mN={attachmentCollector:{confirm:{part1:"\u0421\u0430\u0431\u0440\u0430\u0446\u044C \u0443\u043A\u043B\u0430\u0434\u0430\u043D\u043D\u0456 \u0434\u043B\u044F \u045E\u0441\u0456\u0445 \u043D\u0430\u0442\u0430\u0442\u0430\u043A \u0443 \u043F\u0430\u043F\u043A\u0430\u0445 \u0440\u044D\u043A\u0443\u0440\u0441\u0456\u045E\u043D\u0430?",part2:"\u0413\u044D\u0442\u0443\u044E \u0430\u043F\u0435\u0440\u0430\u0446\u044B\u044E \u043D\u0435\u043B\u044C\u0433\u0430 \u0430\u0434\u043C\u044F\u043D\u0456\u0446\u044C."},progressBar:{message:"\u0417\u0431\u043E\u0440 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E {{iterationString}} - '{{noteFilePath}}'.",title:"\u0417\u0431\u043E\u0440 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E..."}},buttons:{copy:"\u041A\u0430\u043F\u0456\u044F\u0432\u0430\u0446\u044C",move:"\u041F\u0435\u0440\u0430\u043C\u044F\u0441\u0446\u0456\u0446\u044C",previewAttachmentFile:"\u041F\u0440\u0430\u0433\u043B\u044F\u0434\u0437\u0435\u0446\u044C \u0444\u0430\u0439\u043B \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F",skip:"\u041F\u0440\u0430\u043F\u0443\u0441\u0446\u0456\u0446\u044C"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"\u0414\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0435",part2:"\u0432\u044B\u043A\u0430\u0440\u044B\u0441\u0442\u043E\u045E\u0432\u0430\u0435\u0446\u0446\u0430 \u043D\u0435\u043A\u0430\u043B\u044C\u043A\u0456\u043C\u0456 \u043D\u0430\u0442\u0430\u0442\u043A\u0430\u043C\u0456."},heading:"\u0417\u0431\u043E\u0440 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F, \u044F\u043A\u043E\u0435 \u0432\u044B\u043A\u0430\u0440\u044B\u0441\u0442\u043E\u045E\u0432\u0430\u0435\u0446\u0446\u0430 \u043D\u0435\u043A\u0430\u043B\u044C\u043A\u0456\u043C\u0456 \u043D\u0430\u0442\u0430\u0442\u043A\u0430\u043C\u0456",shouldUseSameActionForOtherProblematicAttachmentsToggle:"\u0426\u0456 \u0432\u044B\u043A\u0430\u0440\u044B\u0441\u0442\u043E\u045E\u0432\u0430\u0446\u044C \u0442\u043E\u0435 \u0436 \u0434\u0437\u0435\u044F\u043D\u043D\u0435 \u0434\u043B\u044F \u0456\u043D\u0448\u044B\u0445 \u043F\u0440\u0430\u0431\u043B\u0435\u043C\u043D\u044B\u0445 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E"},commands:{collectAttachmentsCurrentFolder:"\u0421\u0430\u0431\u0440\u0430\u0446\u044C \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0456 \u045E \u0431\u044F\u0433\u0443\u0447\u0430\u0439 \u043F\u0430\u043F\u0446\u044B",collectAttachmentsCurrentNote:"\u0421\u0430\u0431\u0440\u0430\u0446\u044C \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0456 \u045E \u0431\u044F\u0433\u0443\u0447\u0430\u0439 \u043D\u0430\u0442\u0430\u0442\u0446\u044B",collectAttachmentsEntireVault:"\u0421\u0430\u0431\u0440\u0430\u0446\u044C \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0456 \u0432\u0430 \u045E\u0441\u0451\u0439 \u0441\u0445\u043E\u0432\u0456\u0448\u0447\u044B"},menuItems:{collectAttachmentsInFile:"\u0421\u0430\u0431\u0440\u0430\u0446\u044C \u0443\u043A\u043B\u0430\u0434\u0430\u043D\u043D\u0456 \u045E \u0444\u0430\u0439\u043B\u0435",collectAttachmentsInFiles:"\u0421\u0430\u0431\u0440\u0430\u0446\u044C \u0443\u043A\u043B\u0430\u0434\u0430\u043D\u043D\u0456 \u045E \u0444\u0430\u0439\u043B\u0430\u0445"},notice:{collectingAttachments:"\u0417\u0431\u043E\u0440 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E \u0434\u043B\u044F '{{noteFilePath}}'",collectingAttachmentsCancelled:"\u0417\u0431\u043E\u0440 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E \u0430\u0434\u043C\u0435\u043D\u0435\u043D\u044B. \u0413\u043B\u044F\u0434\u0437\u0456\u0446\u0435 \u043A\u0430\u043D\u0441\u043E\u043B\u044C \u0434\u043B\u044F \u043F\u0430\u0434\u0440\u0430\u0431\u044F\u0437\u043D\u0430\u0441\u0446\u0435\u0439.",generatedAttachmentFileNameIsInvalid:{part1:`\u0417\u0433\u0435\u043D\u0435\u0440\u0430\u0432\u0430\u043D\u0430\u0435 \u0456\u043C\u044F \u0444\u0430\u0439\u043B\u0430 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F '{{path}}' \u043D\u0435\u0434\u0430\u043F\u0443\u0448\u0447\u0430\u043B\u044C\u043D\u0430\u0435.
|
|
{{validationMessage}}
|
|
\u041F\u0440\u0430\u0432\u0435\u0440\u0446\u0435 \u0432\u0430\u0448`,part2:"\u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440."},notePathIsIgnored:"\u0428\u043B\u044F\u0445 \u043D\u0430\u0442\u0430\u0442\u043A\u0456 \u0456\u0433\u043D\u0430\u0440\u0443\u0435\u0446\u0446\u0430"},obsidianDevUtils:{buttons:{cancel:"\u0410\u0434\u043C\u0435\u043D\u0430",ok:"\u041E\u041A"},dataview:{itemsPerPage:"\u042D\u043B\u0435\u043C\u0435\u043D\u0442\u0430\u045E \u043D\u0430 \u0441\u0442\u0430\u0440\u043E\u043D\u0446\u044B:",jumpToPage:"\u041F\u0435\u0440\u0430\u0439\u0441\u0446\u0456 \u043D\u0430 \u0441\u0442\u0430\u0440\u043E\u043D\u043A\u0443:"},notices:{attachmentIsStillUsed:"\u0414\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0435 {{attachmentPath}} \u0443\u0441\u0451 \u044F\u0448\u0447\u044D \u0432\u044B\u043A\u0430\u0440\u044B\u0441\u0442\u043E\u045E\u0432\u0430\u0435\u0446\u0446\u0430 \u0456\u043D\u0448\u044B\u043C\u0456 \u043D\u0430\u0442\u0430\u0442\u043A\u0430\u043C\u0456. \u042F\u043D\u043E \u043D\u0435 \u0431\u0443\u0434\u0437\u0435 \u0432\u044B\u0434\u0430\u043B\u0435\u043D\u0430.",unhandledError:"\u0410\u0434\u0431\u044B\u043B\u0430\u0441\u044F \u043D\u0435\u0430\u043F\u0440\u0430\u0446\u0430\u0432\u0430\u043D\u0430\u044F \u043F\u0430\u043C\u044B\u043B\u043A\u0430. \u041A\u0430\u043B\u0456 \u043B\u0430\u0441\u043A\u0430, \u043F\u0440\u0430\u0432\u0435\u0440\u0446\u0435 \u043A\u0430\u043D\u0441\u043E\u043B\u044C \u0434\u043B\u044F \u0430\u0442\u0440\u044B\u043C\u0430\u043D\u043D\u044F \u0434\u0430\u0434\u0430\u0442\u043A\u043E\u0432\u0430\u0439 \u0456\u043D\u0444\u0430\u0440\u043C\u0430\u0446\u044B\u0456."}},pluginSettings:{attachmentRenameMode:{all:{description:"\u0443\u0441\u0435 \u0444\u0430\u0439\u043B\u044B \u043F\u0435\u0440\u0430\u0439\u043C\u0435\u043D\u0430\u0432\u0430\u043D\u044B.",displayText:"\u0423\u0441\u0435"},none:{description:"\u0456\u0445 \u043D\u0430\u0437\u0432\u044B \u0437\u0430\u0445\u0430\u0432\u0430\u043D\u044B.",displayText:"\u041D\u0456\u0432\u043E\u0434\u043D\u044B"},onlyPastedImages:{description:"\u043F\u0435\u0440\u0430\u0439\u043C\u0435\u043D\u0430\u0432\u0430\u043D\u044B \u0442\u043E\u043B\u044C\u043A\u0456 \u045E\u0441\u0442\u0430\u045E\u043B\u0435\u043D\u044B\u044F \u0432\u044B\u044F\u0432\u044B. \u0423\u0436\u044B\u0432\u0430\u0435\u0446\u0446\u0430 \u0442\u043E\u043B\u044C\u043A\u0456 \u043A\u0430\u043B\u0456 \u0437\u043C\u0435\u0441\u0446\u0456\u0432\u0430 PNG \u0432\u044B\u044F\u0432\u044B \u045E\u0441\u0442\u0430\u045E\u043B\u044F\u0435\u0446\u0446\u0430 \u043D\u0435\u043F\u0430\u0441\u0440\u044D\u0434\u043D\u0430 \u0437 \u0431\u0443\u0444\u0435\u0440\u0430 \u0430\u0431\u043C\u0435\u043D\u0443. \u0417\u0432\u044B\u0447\u0430\u0439\u043D\u0430 \u0434\u043B\u044F \u045E\u0441\u0442\u0430\u045E\u043A\u0456 \u0441\u043A\u0440\u044B\u043D\u0448\u043E\u0442\u0430\u045E.",displayText:"\u0422\u043E\u043B\u044C\u043A\u0456 \u045E\u0441\u0442\u0430\u045E\u043B\u0435\u043D\u044B\u044F \u0432\u044B\u044F\u0432\u044B"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"\u0430\u0434\u043C\u044F\u043D\u0456\u0446\u044C \u0437\u0431\u043E\u0440 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E.",displayText:"\u0410\u0434\u043C\u0435\u043D\u0430"},copy:{description:"\u0441\u043A\u0430\u043F\u0456\u044F\u0432\u0430\u0446\u044C \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0435 \u045E \u043D\u043E\u0432\u0443\u044E \u043C\u0435\u0441\u0446\u0430\u0437\u043D\u0430\u0445\u043E\u0434\u0436\u0430\u043D\u043D\u0435.",displayText:"\u041A\u0430\u043F\u0456\u044F\u0432\u0430\u0446\u044C"},move:{description:"\u043F\u0435\u0440\u0430\u043C\u044F\u0441\u0446\u0456\u0446\u044C \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0435 \u045E \u043D\u043E\u0432\u0443\u044E \u043C\u0435\u0441\u0446\u0430\u0437\u043D\u0430\u0445\u043E\u0434\u0436\u0430\u043D\u043D\u0435.",displayText:"\u041F\u0435\u0440\u0430\u043C\u044F\u0441\u0446\u0456\u0446\u044C"},prompt:{description:"\u0437\u0430\u043F\u044B\u0442\u0430\u0446\u044C \u043A\u0430\u0440\u044B\u0441\u0442\u0430\u043B\u044C\u043D\u0456\u043A\u0430 \u0432\u044B\u0431\u0440\u0430\u0446\u044C \u0434\u0437\u0435\u044F\u043D\u043D\u0435.",displayText:"\u0417\u0430\u043F\u044B\u0442"},skip:{description:"\u043F\u0440\u0430\u043F\u0443\u0441\u0446\u0456\u0446\u044C \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0435 \u0456 \u043F\u0435\u0440\u0430\u0439\u0441\u0446\u0456 \u0434\u0430 \u043D\u0430\u0441\u0442\u0443\u043F\u043D\u0430\u0433\u0430.",displayText:"\u041F\u0440\u0430\u043F\u0443\u0441\u0446\u0456\u0446\u044C"}},defaultImageSizeDimension:{height:"\u0412\u044B\u0448\u044B\u043D\u044F",width:"\u0428\u044B\u0440\u044B\u043D\u044F"},emptyFolderBehavior:{delete:{description:"\u0432\u044B\u0434\u0430\u043B\u0456\u0446\u044C \u043F\u0443\u0441\u0442\u0443\u044E \u043F\u0430\u043F\u043A\u0443 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E.",displayText:"\u0412\u044B\u0434\u0430\u043B\u0456\u0446\u044C"},deleteWithEmptyParents:{description:"\u0432\u044B\u0434\u0430\u043B\u0456\u0446\u044C \u043F\u0443\u0441\u0442\u0443\u044E \u043F\u0430\u043F\u043A\u0443 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E \u0456 \u044F\u0435 \u043F\u0443\u0441\u0442\u044B\u044F \u0431\u0430\u0446\u044C\u043A\u043E\u045E\u0441\u043A\u0456\u044F \u043F\u0430\u043F\u043A\u0456.",displayText:"\u0412\u044B\u0434\u0430\u043B\u0456\u0446\u044C \u0437 \u043F\u0443\u0441\u0442\u044B\u043C\u0456 \u0431\u0430\u0446\u044C\u043A\u043E\u045E\u0441\u043A\u0456\u043C\u0456"},keep:{description:"\u0437\u0430\u0445\u0430\u0432\u0430\u0446\u044C \u043F\u0443\u0441\u0442\u0443\u044E \u043F\u0430\u043F\u043A\u0443 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E.",displayText:"\u0417\u0430\u0445\u0430\u0432\u0430\u0446\u044C"}}},pluginSettingsManager:{customToken:{codeComment:`// \u041A\u0430\u0440\u044B\u0441\u0442\u0430\u043B\u044C\u043D\u0456\u0446\u043A\u0456\u044F \u0442\u043E\u043A\u0435\u043D\u044B \u0431\u044B\u043B\u0456 \u0437\u0430\u043A\u0430\u043C\u0435\u043D\u0442\u0430\u0432\u0430\u043D\u044B, \u043F\u0430\u043A\u043E\u043B\u044C\u043A\u0456 \u044F\u043D\u044B \u043F\u0430\u0432\u0456\u043D\u043D\u044B \u0431\u044B\u0446\u044C \u0430\u0431\u043D\u043E\u045E\u043B\u0435\u043D\u044B \u0434\u0430 \u043D\u043E\u0432\u0430\u0433\u0430 \u0444\u0430\u0440\u043C\u0430\u0442\u0443, \u0443\u0432\u0435\u0434\u0437\u0435\u043D\u0430\u0433\u0430 \u045E \u0432\u0435\u0440\u0441\u0456\u0456 \u043F\u043B\u0430\u0433\u0456\u043D\u0430 9.0.0.
|
|
// \u0417\u0432\u044F\u0440\u043D\u0456\u0446\u0435\u0441\u044F \u0434\u0430 \u0434\u0430\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u044B\u0456 (https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) \u0434\u043B\u044F \u0430\u0442\u0440\u044B\u043C\u0430\u043D\u043D\u044F \u0434\u0430\u0434\u0430\u0442\u043A\u043E\u0432\u0430\u0439 \u0456\u043D\u0444\u0430\u0440\u043C\u0430\u0446\u044B\u0456.`,deprecated:{part1:"\u0423 \u0432\u0435\u0440\u0441\u0456\u0456 \u043F\u043B\u0430\u0433\u0456\u043D\u0430 9.0.0 \u0444\u0430\u0440\u043C\u0430\u0442 \u0440\u044D\u0433\u0456\u0441\u0442\u0440\u0430\u0446\u044B\u0456 \u043A\u0430\u0440\u044B\u0441\u0442\u0430\u043B\u044C\u043D\u0456\u0446\u043A\u0456\u0445 \u0442\u043E\u043A\u0435\u043D\u0430\u045E \u0437\u043C\u044F\u043D\u0456\u045E\u0441\u044F. \u041A\u0430\u043B\u0456 \u043B\u0430\u0441\u043A\u0430, \u0430\u0431\u043D\u0430\u0432\u0456\u0446\u0435 \u0432\u0430\u0448\u044B \u0442\u043E\u043A\u0435\u043D\u044B \u0430\u0434\u043F\u0430\u0432\u0435\u0434\u043D\u0430. \u0417\u0432\u044F\u0440\u043D\u0456\u0446\u0435\u0441\u044F \u0434\u0430",part2:"\u0434\u0430\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u044B\u0456",part3:"\u0434\u043B\u044F \u0430\u0442\u0440\u044B\u043C\u0430\u043D\u043D\u044F \u0434\u0430\u0434\u0430\u0442\u043A\u043E\u0432\u0430\u0439 \u0456\u043D\u0444\u0430\u0440\u043C\u0430\u0446\u044B\u0456"}},legacyRenameAttachmentsToLowerCase:{part1:"\u0423 \u0432\u0435\u0440\u0441\u0456\u0456 \u043F\u043B\u0430\u0433\u0456\u043D\u0430 9.0.0",part2:"\u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 \u0441\u0430\u0441\u0442\u0430\u0440\u044D\u043B\u044B. \u0412\u044B\u043A\u0430\u0440\u044B\u0441\u0442\u043E\u045E\u0432\u0430\u0439\u0446\u0435",part3:"\u0444\u0430\u0440\u043C\u0430\u0442 \u0437\u0430\u043C\u0435\u0441\u0442 \u0433\u044D\u0442\u0430\u0433\u0430. \u0413\u043B\u044F\u0434\u0437\u0456\u0446\u0435",part4:"\u0434\u0430\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u044B\u044E",part5:"\u0434\u043B\u044F \u0430\u0442\u0440\u044B\u043C\u0430\u043D\u043D\u044F \u0434\u0430\u0434\u0430\u0442\u043A\u043E\u0432\u0430\u0439 \u0456\u043D\u0444\u0430\u0440\u043C\u0430\u0446\u044B\u0456"},markdownUrlFormat:{deprecated:{part1:"\u0423 \u0432\u0430\u0441 \u043F\u0430\u0442\u044D\u043D\u0446\u044B\u0439\u043D\u0430 \u043D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u0430\u0435 \u0437\u043D\u0430\u0447\u044D\u043D\u043D\u0435 \u0434\u043B\u044F",part2:"\u0444\u0430\u0440\u043C\u0430\u0442\u0443. \u041A\u0430\u043B\u0456 \u043B\u0430\u0441\u043A\u0430, \u0437\u0432\u044F\u0440\u043D\u0456\u0446\u0435\u0441\u044F \u0434\u0430",part3:"\u0434\u0430\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u044B\u0456",part4:"\u0434\u043B\u044F \u0430\u0442\u0440\u044B\u043C\u0430\u043D\u043D\u044F \u0434\u0430\u0434\u0430\u0442\u043A\u043E\u0432\u0430\u0439 \u0456\u043D\u0444\u0430\u0440\u043C\u0430\u0446\u044B\u0456",part5:"\u0413\u044D\u0442\u0430 \u043F\u0430\u0432\u0435\u0434\u0430\u043C\u043B\u0435\u043D\u043D\u0435 \u0431\u043E\u043B\u044C\u0448 \u043D\u0435 \u0431\u0443\u0434\u0437\u0435 \u043F\u0430\u043A\u0430\u0437\u0430\u043D\u0430."}},specialCharacters:{part1:"\u0423 \u0432\u0435\u0440\u0441\u0456\u0456 \u043F\u043B\u0430\u0433\u0456\u043D\u0430 9.16.0",part2:"\u0437\u043D\u0430\u0447\u044D\u043D\u043D\u0435 \u043F\u0430 \u0437\u043C\u0430\u045E\u0447\u0430\u043D\u043D\u0456 \u0431\u044B\u043B\u043E \u0437\u043C\u0435\u043D\u0435\u043D\u0430. \u0412\u0430\u0448\u0430 \u0437\u043D\u0430\u0447\u044D\u043D\u043D\u0435 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0430 \u0431\u044B\u043B\u043E \u0430\u0431\u043D\u043E\u045E\u043B\u0435\u043D\u0430 \u0434\u0430 \u043D\u043E\u0432\u0430\u0433\u0430 \u0437\u043D\u0430\u0447\u044D\u043D\u043D\u044F \u043F\u0430 \u0437\u043C\u0430\u045E\u0447\u0430\u043D\u043D\u0456."},validation:{defaultImageSizeMustBePercentageOrPixels:"\u041F\u0440\u0430\u0434\u0432\u044B\u0437\u043D\u0430\u0447\u0430\u043D\u044B \u043F\u0430\u043C\u0435\u0440 \u0432\u044B\u044F\u0432\u044B \u043F\u0430\u0432\u0456\u043D\u0435\u043D \u0431\u044B\u0446\u044C \u0443 \u043F\u0456\u043A\u0441\u0435\u043B\u044F\u0445 \u0430\u0431\u043E \u045E \u043F\u0440\u0430\u0446\u044D\u043D\u0442\u0430\u0445",invalidCustomTokensCode:"\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u043A\u043E\u0434 \u043A\u0430\u0440\u044B\u0441\u0442\u0430\u043B\u044C\u043D\u0456\u0446\u043A\u0456\u0445 \u0442\u043E\u043A\u0435\u043D\u0430\u045E",invalidRegularExpression:"\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u0440\u044D\u0433\u0443\u043B\u044F\u0440\u043D\u044B \u0432\u044B\u0440\u0430\u0437 {{regExp}}",specialCharactersMustNotContainSlash:"\u0421\u043F\u0435\u0446\u044B\u044F\u043B\u044C\u043D\u044B\u044F \u0441\u0456\u043C\u0432\u0430\u043B\u044B \u043D\u0435 \u043F\u0430\u0432\u0456\u043D\u043D\u044B \u0437\u043C\u044F\u0448\u0447\u0430\u0446\u044C /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"\u0417\u0430\u043C\u0435\u043D\u0430 \u0441\u043F\u0435\u0446\u044B\u044F\u043B\u044C\u043D\u044B\u0445 \u0441\u0456\u043C\u0432\u0430\u043B\u0430\u045E \u043D\u0435 \u043F\u0430\u0432\u0456\u043D\u043D\u0430 \u0437\u043C\u044F\u0448\u0447\u0430\u0446\u044C \u043D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B\u044F \u0441\u0456\u043C\u0432\u0430\u043B\u044B \u0448\u043B\u044F\u0445\u0443 \u0456\u043C\u044F \u0444\u0430\u0439\u043B\u0430."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"\u041F\u0440\u044B \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0456 \u0444\u0430\u0439\u043B\u0430\u045E:"},name:"\u0420\u044D\u0436\u044B\u043C \u043F\u0435\u0440\u0430\u0439\u043C\u0435\u043D\u0430\u0432\u0430\u043D\u043D\u044F \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"\u041A\u0430\u043B\u0456 \u0441\u0430\u0431\u0440\u0430\u043D\u0430\u0435 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0435 \u0432\u044B\u043A\u0430\u0440\u044B\u0441\u0442\u043E\u045E\u0432\u0430\u0435\u0446\u0446\u0430 \u043D\u0435\u043A\u0430\u043B\u044C\u043A\u0456\u043C\u0456 \u043D\u0430\u0442\u0430\u0442\u043A\u0430\u043C\u0456:"},name:"\u0420\u044D\u0436\u044B\u043C \u0437\u0431\u043E\u0440\u0443 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F, \u044F\u043A\u043E\u0435 \u0432\u044B\u043A\u0430\u0440\u044B\u0441\u0442\u043E\u045E\u0432\u0430\u0435\u0446\u0446\u0430 \u043D\u0435\u043A\u0430\u043B\u044C\u043A\u0456\u043C\u0456 \u043D\u0430\u0442\u0430\u0442\u043A\u0430\u043C\u0456"},collectedAttachmentFileName:{description:{part1:"\u0413\u043B\u044F\u0434\u0437\u0456\u0446\u0435 \u0434\u0430\u0441\u0442\u0443\u043F\u043D\u044B\u044F",part2:"\u0442\u043E\u043A\u0435\u043D\u044B",part3:"\u041F\u0430\u043A\u0456\u043D\u044C\u0446\u0435 \u043F\u0443\u0441\u0442\u0430, \u043A\u0430\u0431 \u0432\u044B\u043A\u0430\u0440\u044B\u0441\u0442\u043E\u045E\u0432\u0430\u0446\u044C",part4:"\u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 \u0437\u0430\u043C\u0435\u0441\u0442 \u0433\u044D\u0442\u0430\u0433\u0430."},name:"\u0406\u043C\u044F \u0444\u0430\u0439\u043B\u0430 \u0441\u0430\u0431\u0440\u0430\u043D\u0430\u0433\u0430 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F"},customTokens:{description:{part1:"\u041A\u0430\u0440\u044B\u0441\u0442\u0430\u043B\u044C\u043D\u0456\u0446\u043A\u0456\u044F \u0442\u043E\u043A\u0435\u043D\u044B \u0434\u043B\u044F \u0432\u044B\u043A\u0430\u0440\u044B\u0441\u0442\u0430\u043D\u043D\u044F.",part2:"\u0413\u043B\u044F\u0434\u0437\u0456\u0446\u0435",part3:"\u0434\u0430\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u044B\u044E",part4:"\u0434\u043B\u044F \u0430\u0442\u0440\u044B\u043C\u0430\u043D\u043D\u044F \u0434\u0430\u0434\u0430\u0442\u043A\u043E\u0432\u0430\u0439 \u0456\u043D\u0444\u0430\u0440\u043C\u0430\u0446\u044B\u0456.",part5:"\u26A0\uFE0F \u041A\u0430\u0440\u044B\u0441\u0442\u0430\u043B\u044C\u043D\u0456\u0446\u043A\u0456\u044F \u0442\u043E\u043A\u0435\u043D\u044B \u043C\u043E\u0433\u0443\u0446\u044C \u0431\u044B\u0446\u044C \u0430\u0434\u0432\u043E\u043B\u044C\u043D\u044B\u043C JavaScript \u043A\u043E\u0434\u0430\u043C. \u041A\u0430\u043B\u0456 \u044F\u043D\u044B \u0434\u0440\u044D\u043D\u043D\u0430 \u043D\u0430\u043F\u0456\u0441\u0430\u043D\u044B, \u0433\u044D\u0442\u0430 \u043C\u043E\u0436\u0430 \u043F\u0440\u044B\u0432\u0435\u0441\u0446\u0456 \u0434\u0430 \u0441\u0442\u0440\u0430\u0442\u044B \u0434\u0430\u043D\u044B\u0445. \u0412\u044B\u043A\u0430\u0440\u044B\u0441\u0442\u043E\u045E\u0432\u0430\u0439\u0446\u0435 \u043D\u0430 \u0441\u0432\u043E\u0439 \u0440\u044B\u0437\u044B\u043A\u0443."},name:"\u041A\u0430\u0440\u044B\u0441\u0442\u0430\u043B\u044C\u043D\u0456\u0446\u043A\u0456\u044F \u0442\u043E\u043A\u0435\u043D\u044B"},defaultImageSize:{description:{part1:"\u041F\u0440\u0430\u0434\u0432\u044B\u0437\u043D\u0430\u0447\u0430\u043D\u044B \u043F\u0430\u043C\u0435\u0440 \u0432\u044B\u044F\u0432\u044B.",part2:"\u041C\u043E\u0436\u0430 \u0431\u044B\u0446\u044C \u0443\u043A\u0430\u0437\u0430\u043D\u044B \u045E \u043F\u0456\u043A\u0441\u0435\u043B\u044F\u0445",part3:"\u0430\u0431\u043E \u045E \u043F\u0440\u0430\u0446\u044D\u043D\u0442\u0430\u0445 \u043F\u043E\u045E\u043D\u0430\u0433\u0430 \u043F\u0430\u043C\u0435\u0440\u0443 \u0432\u044B\u044F\u0432\u044B",part4:"\u041F\u0430\u043A\u0456\u043D\u044C\u0446\u0435 \u043F\u0443\u0441\u0442\u0430, \u043A\u0430\u0431 \u0432\u044B\u043A\u0430\u0440\u044B\u0441\u0442\u043E\u045E\u0432\u0430\u0446\u044C \u0430\u0440\u044B\u0433\u0456\u043D\u0430\u043B\u044C\u043D\u044B \u043F\u0430\u043C\u0435\u0440."},name:"\u041F\u0440\u0430\u0434\u0432\u044B\u0437\u043D\u0430\u0447\u0430\u043D\u044B \u043F\u0430\u043C\u0435\u0440 \u0432\u044B\u044F\u0432\u044B"},duplicateNameSeparator:{description:{part1:"\u041A\u0430\u043B\u0456 \u0432\u044B \u045E\u0441\u0442\u0430\u045E\u043B\u044F\u0435\u0446\u0435/\u043F\u0435\u0440\u0430\u0446\u044F\u0433\u0432\u0430\u0435\u0446\u0435 \u0444\u0430\u0439\u043B \u0437 \u0442\u044B\u043C \u0436\u0430 \u0456\u043C\u0435\u043C, \u0448\u0442\u043E \u0456 \u0456\u0441\u043D\u0443\u044E\u0447\u044B \u0444\u0430\u0439\u043B, \u0433\u044D\u0442\u044B \u0440\u0430\u0437\u0434\u0437\u044F\u043B\u044F\u043B\u044C\u043D\u0456\u043A \u0431\u0443\u0434\u0437\u0435 \u0434\u0430\u0434\u0430\u0434\u0437\u0435\u043D\u044B \u0434\u0430 \u0456\u043C\u044F \u0444\u0430\u0439\u043B\u0430.",part2:"\u041D\u0430\u043F\u0440\u044B\u043A\u043B\u0430\u0434, \u043A\u0430\u043B\u0456 \u0432\u044B \u043F\u0435\u0440\u0430\u0446\u044F\u0433\u0432\u0430\u0435\u0446\u0435 \u0444\u0430\u0439\u043B",part3:", \u0451\u043D \u0431\u0443\u0434\u0437\u0435 \u043F\u0435\u0440\u0430\u0439\u043C\u0435\u043D\u0430\u0432\u0430\u043D\u044B \u045E",part4:", \u0456 \u0433.\u0434., \u0430\u0442\u0440\u044B\u043C\u043B\u0456\u0432\u0430\u044E\u0447\u044B \u043F\u0435\u0440\u0448\u0430\u0435 \u0434\u0430\u0441\u0442\u0443\u043F\u043D\u0430\u0435 \u0456\u043C\u044F."},name:"\u0420\u0430\u0437\u0434\u0437\u044F\u043B\u044F\u043B\u044C\u043D\u0456\u043A \u0434\u0443\u0431\u043B\u0456\u043A\u0430\u0442\u0430\u045E \u0456\u043C\u0451\u043D\u0430\u045E"},emptyFolderBehavior:{description:{part1:"\u041A\u0430\u043B\u0456 \u043F\u0430\u043F\u043A\u0430 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E \u0441\u0442\u0430\u043D\u043E\u0432\u0456\u0446\u0446\u0430 \u043F\u0443\u0441\u0442\u043E\u0439:"},name:"\u041F\u043E\u0432\u0435\u0434\u0437\u0456\u043D\u043A\u0430 \u043F\u0443\u0441\u0442\u043E\u0439 \u043F\u0430\u043F\u043A\u0456 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E"},excludePaths:{description:{part1:"\u0412\u044B\u043A\u043B\u044E\u0447\u044B\u0446\u044C \u043D\u0430\u0442\u0430\u0442\u043A\u0456 \u0437 \u043D\u0430\u0441\u0442\u0443\u043F\u043D\u044B\u0445 \u0448\u043B\u044F\u0445\u043E\u045E.",part2:"\u0423\u0441\u0442\u0430\u045E\u0446\u0435 \u043A\u043E\u0436\u043D\u044B \u0448\u043B\u044F\u0445 \u043D\u0430 \u043D\u043E\u0432\u044B \u0440\u0430\u0434\u043E\u043A.",part3:"\u0412\u044B \u043C\u043E\u0436\u0430\u0446\u0435 \u0432\u044B\u043A\u0430\u0440\u044B\u0441\u0442\u043E\u045E\u0432\u0430\u0446\u044C \u0440\u0430\u0434\u043E\u043A \u0448\u043B\u044F\u0445\u0443 \u0430\u0431\u043E",part4:"\u041A\u0430\u043B\u0456 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 \u043F\u0443\u0441\u0442\u044B, \u043D\u0456\u044F\u043A\u0456\u044F \u043D\u0430\u0442\u0430\u0442\u043A\u0456 \u043D\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0430\u044E\u0446\u0446\u0430."},name:"\u0412\u044B\u043A\u043B\u044E\u0447\u044B\u0446\u044C \u0448\u043B\u044F\u0445\u0456"},excludePathsFromAttachmentCollecting:{description:{part1:"\u0412\u044B\u043A\u043B\u044E\u0447\u044B\u0446\u044C \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0456 \u0437 \u043D\u0430\u0441\u0442\u0443\u043F\u043D\u044B\u0445 \u0448\u043B\u044F\u0445\u043E\u045E \u043A\u0430\u043B\u0456",part2:"\u0417\u0431\u043E\u0440 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E",part3:"\u043A\u0430\u043C\u0430\u043D\u0434\u0430 \u0432\u044B\u043A\u043E\u043D\u0432\u0430\u0435\u0446\u0446\u0430.",part4:"\u0423\u0441\u0442\u0430\u045E\u0446\u0435 \u043A\u043E\u0436\u043D\u044B \u0448\u043B\u044F\u0445 \u043D\u0430 \u043D\u043E\u0432\u044B \u0440\u0430\u0434\u043E\u043A.",part5:"\u0412\u044B \u043C\u043E\u0436\u0430\u0446\u0435 \u0432\u044B\u043A\u0430\u0440\u044B\u0441\u0442\u043E\u045E\u0432\u0430\u0446\u044C \u0440\u0430\u0434\u043E\u043A \u0448\u043B\u044F\u0445\u0443 \u0430\u0431\u043E",part6:"\u041A\u0430\u043B\u0456 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 \u043F\u0443\u0441\u0442\u044B, \u043D\u0456\u044F\u043A\u0456\u044F \u0448\u043B\u044F\u0445\u0456 \u043D\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0430\u044E\u0446\u0446\u0430 \u0437 \u0437\u0431\u043E\u0440\u0443 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E."},name:"\u0412\u044B\u043A\u043B\u044E\u0447\u044B\u0446\u044C \u0448\u043B\u044F\u0445\u0456 \u0437 \u0437\u0431\u043E\u0440\u0443 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E"},generatedAttachmentFileName:{description:{part1:"\u0413\u043B\u044F\u0434\u0437\u0456\u0446\u0435 \u0434\u0430\u0441\u0442\u0443\u043F\u043D\u044B\u044F",part2:"\u0442\u043E\u043A\u0435\u043D\u044B"},name:"\u0417\u0433\u0435\u043D\u0435\u0440\u0430\u0432\u0430\u043D\u0430\u0435 \u0456\u043C\u044F \u0444\u0430\u0439\u043B\u0430 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F"},includePaths:{description:{part1:"\u0423\u043A\u043B\u044E\u0447\u044B\u0446\u044C \u043D\u0430\u0442\u0430\u0442\u043A\u0456 \u0437 \u043D\u0430\u0441\u0442\u0443\u043F\u043D\u044B\u0445 \u0448\u043B\u044F\u0445\u043E\u045E.",part2:"\u0423\u0441\u0442\u0430\u045E\u0446\u0435 \u043A\u043E\u0436\u043D\u044B \u0448\u043B\u044F\u0445 \u043D\u0430 \u043D\u043E\u0432\u044B \u0440\u0430\u0434\u043E\u043A.",part3:"\u0412\u044B \u043C\u043E\u0436\u0430\u0446\u0435 \u0432\u044B\u043A\u0430\u0440\u044B\u0441\u0442\u043E\u045E\u0432\u0430\u0446\u044C \u0440\u0430\u0434\u043E\u043A \u0448\u043B\u044F\u0445\u0443 \u0430\u0431\u043E",part4:"\u041A\u0430\u043B\u0456 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 \u043F\u0443\u0441\u0442\u044B, \u0443\u0441\u0435 \u043D\u0430\u0442\u0430\u0442\u043A\u0456 \u045E\u043A\u043B\u044E\u0447\u0430\u044E\u0446\u0446\u0430."},name:"\u0423\u043A\u043B\u044E\u0447\u044B\u0446\u044C \u0448\u043B\u044F\u0445\u0456"},jpegQuality:{description:"\u0427\u044B\u043C \u043C\u0435\u043D\u0448 \u044F\u043A\u0430\u0441\u0446\u044C, \u0442\u044B\u043C \u0431\u043E\u043B\u044C\u0448 \u043A\u0430\u044D\u0444\u0456\u0446\u044B\u0435\u043D\u0442 \u0441\u0446\u0456\u0441\u043A\u0443.",name:"\u042F\u043A\u0430\u0441\u0446\u044C JPEG"},locationForNewAttachments:{description:{part1:"\u041F\u0430\u0447\u043D\u0456\u0446\u0435 \u0437",part2:"\u0434\u043B\u044F \u0432\u044B\u043A\u0430\u0440\u044B\u0441\u0442\u0430\u043D\u043D\u044F \u0430\u0434\u043D\u043E\u0441\u043D\u0430\u0433\u0430 \u0448\u043B\u044F\u0445\u0443.",part3:"\u0413\u043B\u044F\u0434\u0437\u0456\u0446\u0435 \u0434\u0430\u0441\u0442\u0443\u043F\u043D\u044B\u044F",part4:"\u0442\u043E\u043A\u0435\u043D\u044B",part5:"\u041A\u0440\u043E\u043F\u043A\u0430\u0432\u044B\u044F \u043F\u0430\u043F\u043A\u0456 \u044F\u043A",part6:"\u043D\u0435 \u0440\u044D\u043A\u0430\u043C\u0435\u043D\u0434\u0443\u044E\u0446\u0446\u0430, \u043F\u0430\u043A\u043E\u043B\u044C\u043A\u0456 Obsidian \u043D\u0435 \u0430\u0434\u0441\u043E\u0447\u0432\u0430\u0435 \u0456\u0445. \u0412\u0430\u043C \u043C\u043E\u0436\u0430 \u0441\u043F\u0430\u0442\u0440\u044D\u0431\u0456\u0446\u0446\u0430 \u0432\u044B\u043A\u0430\u0440\u044B\u0441\u0442\u043E\u045E\u0432\u0430\u0446\u044C",part7:"\u041F\u043B\u0430\u0433\u0456\u043D \u0434\u043B\u044F \u043A\u0456\u0440\u0430\u0432\u0430\u043D\u043D\u044F \u0456\u043C\u0456."},name:"\u041C\u0435\u0441\u0446\u0430\u0437\u043D\u0430\u0445\u043E\u0434\u0436\u0430\u043D\u043D\u0435 \u0434\u043B\u044F \u043D\u043E\u0432\u044B\u0445 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E"},markdownUrlFormat:{description:{part1:"\u0424\u0430\u0440\u043C\u0430\u0442 \u0434\u043B\u044F URL, \u044F\u043A\u0456 \u0431\u0443\u0434\u0437\u0435 \u045E\u0441\u0442\u0430\u045E\u043B\u0435\u043D\u044B \u045E Markdown.",part2:"\u0413\u043B\u044F\u0434\u0437\u0456\u0446\u0435 \u0434\u0430\u0441\u0442\u0443\u043F\u043D\u044B\u044F",part3:"\u0442\u043E\u043A\u0435\u043D\u044B",part4:"\u041F\u0430\u043A\u0456\u043D\u044C\u0446\u0435 \u043F\u0443\u0441\u0442\u044B\u043C \u0434\u043B\u044F \u0432\u044B\u043A\u0430\u0440\u044B\u0441\u0442\u0430\u043D\u043D\u044F \u0444\u0430\u0440\u043C\u0430\u0442\u0443 \u043F\u0430 \u0437\u043C\u0430\u045E\u0447\u0430\u043D\u043D\u0456."},name:"\u0424\u0430\u0440\u043C\u0430\u0442 URL Markdown"},renameAttachmentsToLowerCase:"\u041F\u0435\u0440\u0430\u0439\u043C\u0435\u043D\u0430\u0432\u0430\u0446\u044C \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0456 \u045E \u043D\u0456\u0436\u043D\u0456 \u0440\u044D\u0433\u0456\u0441\u0442\u0440",renamedAttachmentFileName:{description:{part1:"\u0413\u043B\u044F\u0434\u0437\u0456\u0446\u0435 \u0434\u0430\u0441\u0442\u0443\u043F\u043D\u044B\u044F",part2:"\u0442\u043E\u043A\u0435\u043D\u044B",part3:"\u041F\u0430\u043A\u0456\u043D\u044C\u0446\u0435 \u043F\u0443\u0441\u0442\u0430, \u043A\u0430\u0431 \u0432\u044B\u043A\u0430\u0440\u044B\u0441\u0442\u043E\u045E\u0432\u0430\u0446\u044C",part4:"\u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 \u0437\u0430\u043C\u0435\u0441\u0442 \u0433\u044D\u0442\u0430\u0433\u0430."},name:"\u0406\u043C\u044F \u043F\u0435\u0440\u0430\u0439\u043C\u0435\u043D\u0430\u0432\u0430\u043D\u0430\u0433\u0430 \u0444\u0430\u0439\u043B\u0430 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F"},resetToSampleCustomTokens:{message:"\u0412\u044B \u045E\u043F\u044D\u045E\u043D\u0435\u043D\u044B, \u0448\u0442\u043E \u0445\u043E\u0447\u0430\u0446\u0435 \u0441\u043A\u0456\u043D\u0443\u0446\u044C \u043A\u0430\u0440\u044B\u0441\u0442\u0430\u043B\u044C\u043D\u0456\u0446\u043A\u0456\u044F \u0442\u043E\u043A\u0435\u043D\u044B \u0434\u0430 \u045E\u0437\u043E\u0440\u043D\u044B\u0445 \u043A\u0430\u0440\u044B\u0441\u0442\u0430\u043B\u044C\u043D\u0456\u0446\u043A\u0456\u0445 \u0442\u043E\u043A\u0435\u043D\u0430\u045E? \u0412\u0430\u0448\u044B \u0437\u043C\u0435\u043D\u044B \u0431\u0443\u0434\u0443\u0446\u044C \u0441\u0442\u0440\u0430\u0447\u0430\u043D\u044B.",title:"\u0421\u043A\u0456\u043D\u0443\u0446\u044C \u0434\u0430 \u045E\u0437\u043E\u0440\u043D\u044B\u0445 \u043A\u0430\u0440\u044B\u0441\u0442\u0430\u043B\u044C\u043D\u0456\u0446\u043A\u0456\u0445 \u0442\u043E\u043A\u0435\u043D\u0430\u045E"},shouldConvertPastedImagesToJpeg:{description:"\u0426\u0456 \u043A\u0430\u043D\u0432\u0435\u0440\u0442\u0430\u0432\u0430\u0446\u044C \u0443\u0441\u0442\u0430\u045E\u043B\u0435\u043D\u044B\u044F \u0432\u044B\u044F\u0432\u044B \u045E JPEG. \u0423\u0436\u044B\u0432\u0430\u0435\u0446\u0446\u0430 \u0442\u043E\u043B\u044C\u043A\u0456 \u043A\u0430\u043B\u0456 \u0437\u043C\u0435\u0441\u0446\u0456\u0432\u0430 PNG \u0432\u044B\u044F\u0432\u044B \u045E\u0441\u0442\u0430\u045E\u043B\u044F\u0435\u0446\u0446\u0430 \u043D\u0435\u043F\u0430\u0441\u0440\u044D\u0434\u043D\u0430 \u0437 \u0431\u0443\u0444\u0435\u0440\u0430 \u0430\u0431\u043C\u0435\u043D\u0443. \u0417\u0432\u044B\u0447\u0430\u0439\u043D\u0430 \u0434\u043B\u044F \u045E\u0441\u0442\u0430\u045E\u043A\u0456 \u0441\u043A\u0440\u044B\u043D\u0448\u043E\u0442\u0430\u045E.",name:"\u0426\u0456 \u043A\u0430\u043D\u0432\u0435\u0440\u0442\u0430\u0432\u0430\u0446\u044C \u0443\u0441\u0442\u0430\u045E\u043B\u0435\u043D\u044B\u044F \u0432\u044B\u044F\u0432\u044B \u045E JPEG"},shouldDeleteOrphanAttachments:{description:"\u041A\u0430\u043B\u0456 \u045E\u043A\u043B\u044E\u0447\u0430\u043D\u0430, \u043A\u0430\u043B\u0456 \u043D\u0430\u0442\u0430\u0442\u043A\u0430 \u0432\u044B\u0434\u0430\u043B\u044F\u0435\u0446\u0446\u0430, \u044F\u0435 \u0441\u0456\u0440\u043E\u0446\u043A\u0456\u044F \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0456 \u0442\u0430\u043A\u0441\u0430\u043C\u0430 \u0432\u044B\u0434\u0430\u043B\u044F\u044E\u0446\u0446\u0430.",name:"\u0426\u0456 \u0432\u044B\u0434\u0430\u043B\u044F\u0446\u044C \u0441\u0456\u0440\u043E\u0446\u043A\u0456\u044F \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0456"},shouldRenameAttachmentFiles:{description:{part1:"\u041A\u0430\u043B\u0456 \u045E\u043A\u043B\u044E\u0447\u0430\u043D\u0430, \u043A\u0430\u043B\u0456 \u043D\u0430\u0442\u0430\u0442\u043A\u0430 \u043F\u0435\u0440\u0430\u0439\u043C\u0435\u043D\u0430\u0432\u0430\u043D\u0430 \u0430\u0431\u043E \u043F\u0435\u0440\u0430\u043C\u0435\u0448\u0447\u0430\u043D\u0430, \u044F\u0435 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0456 \u0431\u0443\u0434\u0443\u0446\u044C \u043F\u0435\u0440\u0430\u0439\u043C\u0435\u043D\u0430\u0432\u0430\u043D\u044B \u0437\u0433\u043E\u0434\u043D\u0430 \u0437",part2:"\u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0430\u043C."},name:"\u0426\u0456 \u043F\u0435\u0440\u0430\u0439\u043C\u0435\u043D\u0430\u0432\u0430\u0446\u044C \u0444\u0430\u0439\u043B\u044B \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E"},shouldRenameAttachmentFolders:{description:"\u0426\u0456 \u043F\u0435\u0440\u0430\u0439\u043C\u0435\u043D\u0430\u0432\u0430\u0446\u044C \u043F\u0430\u043F\u043A\u0456 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E \u043A\u0430\u043B\u0456 \u043D\u0430\u0442\u0430\u0442\u043A\u0430 \u043F\u0435\u0440\u0430\u0439\u043C\u0435\u043D\u0430\u0432\u0430\u043D\u0430 \u0430\u0431\u043E \u043F\u0435\u0440\u0430\u043C\u0435\u0448\u0447\u0430\u043D\u0430.",name:"\u0426\u0456 \u043F\u0435\u0440\u0430\u0439\u043C\u0435\u043D\u0430\u0432\u0430\u0446\u044C \u043F\u0430\u043F\u043A\u0456 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E"},shouldRenameAttachmentsCreatedByOtherPlugins:{description:{part1:"\u0426\u0456 \u045E\u0436\u044B\u0432\u0430\u0446\u044C \u043D\u0430\u043B\u0430\u0434\u044B \u043F\u0430\u043F\u043A\u0456 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E \u0456 \u0456\u043C\u044F \u0444\u0430\u0439\u043B\u0430 \u0434\u0430 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E, \u044F\u043A\u0456\u044F \u0441\u0442\u0432\u0430\u0440\u0430\u044E\u0446\u044C \u0406\u041D\u0428\u042B\u042F \u043F\u043B\u0430\u0433\u0456\u043D\u044B.",part2:"\u041D\u0435\u043A\u0430\u0442\u043E\u0440\u044B\u044F \u043F\u043B\u0430\u0433\u0456\u043D\u044B \u0437\u0430\u043F\u0456\u0441\u0432\u0430\u044E\u0446\u044C \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0435 \u045E \u0441\u0445\u043E\u0432\u0456\u0448\u0447\u0430 \u043F\u0430\u0434 \u0443\u043B\u0430\u0441\u043D\u044B\u043C \u0456\u043C\u0435\u043C, \u043D\u0435 \u043F\u044B\u0442\u0430\u044E\u0447\u044B\u0441\u044F \u045E Obsidian, \u0434\u0437\u0435 \u044F\u043C\u0443 \u043C\u0435\u0441\u0446\u0430. \u041A\u0430\u043B\u0456 \u0433\u044D\u0442\u0430 \u045E\u043A\u043B\u044E\u0447\u0430\u043D\u0430, \u0442\u0430\u043A\u0456 \u0444\u0430\u0439\u043B \u043F\u0435\u0440\u0430\u043C\u044F\u0448\u0447\u0430\u0435\u0446\u0446\u0430 \u0456 \u043F\u0435\u0440\u0430\u0439\u043C\u0435\u043D\u043E\u045E\u0432\u0430\u0435\u0446\u0446\u0430 \u0430\u0434\u0440\u0430\u0437\u0443 \u043F\u0430\u0441\u043B\u044F \u0437'\u044F\u045E\u043B\u0435\u043D\u043D\u044F.",part3:"\u0417\u0430\u043A\u0440\u0430\u043D\u0430\u044E\u0446\u0446\u0430 \u0442\u043E\u043B\u044C\u043A\u0456 \u0444\u0430\u0439\u043B\u044B, \u0441\u0442\u0432\u043E\u0440\u0430\u043D\u044B\u044F \u043F\u0440\u044B \u0430\u0434\u043A\u0440\u044B\u0442\u0430\u0439 \u043D\u0430\u0442\u0430\u0442\u0446\u044B, \u0456 \u043D\u0456\u043A\u043E\u043B\u0456 \u0444\u0430\u0439\u043B\u044B, \u044F\u043A\u0456\u044F \u043F\u0440\u044B\u0445\u043E\u0434\u0437\u044F\u0446\u044C \u0437 \u0441\u0456\u043D\u0445\u0440\u0430\u043D\u0456\u0437\u0430\u0446\u044B\u0456 \u0446\u0456 \u0456\u043C\u043F\u0430\u0440\u0442\u0443 \u0441\u0445\u043E\u0432\u0456\u0448\u0447\u0430."},name:"\u041F\u0435\u0440\u0430\u0439\u043C\u0435\u043D\u043E\u045E\u0432\u0430\u0446\u044C \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0456, \u0441\u0442\u0432\u043E\u0440\u0430\u043D\u044B\u044F \u0456\u043D\u0448\u044B\u043C\u0456 \u043F\u043B\u0430\u0433\u0456\u043D\u0430\u043C\u0456"},shouldRenameCollectedAttachments:{description:{part1:"\u041A\u0430\u043B\u0456 \u045E\u043A\u043B\u044E\u0447\u0430\u043D\u0430, \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0456 \u0430\u043F\u0440\u0430\u0446\u0430\u0432\u0430\u043D\u044B\u044F \u043F\u0440\u0430\u0437",part2:"\u0417\u0431\u043E\u0440 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E",part3:"\u043A\u0430\u043C\u0430\u043D\u0434\u044B \u0431\u0443\u0434\u0443\u0446\u044C \u043F\u0435\u0440\u0430\u0439\u043C\u0435\u043D\u0430\u0432\u0430\u043D\u044B \u0437\u0433\u043E\u0434\u043D\u0430 \u0437",part4:"\u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0430\u043C."},name:"\u0426\u0456 \u043F\u0435\u0440\u0430\u0439\u043C\u0435\u043D\u0430\u0432\u0430\u0446\u044C \u0441\u0430\u0431\u0440\u0430\u043D\u044B\u044F \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0456"},specialCharacters:{description:{part1:"\u0421\u043F\u0435\u0446\u044B\u044F\u043B\u044C\u043D\u044B\u044F \u0441\u0456\u043C\u0432\u0430\u043B\u044B \u045E \u043F\u0430\u043F\u0446\u044B \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E \u0456 \u0456\u043C\u0435\u043D\u0456 \u0444\u0430\u0439\u043B\u0430 \u0434\u043B\u044F \u0437\u0430\u043C\u0435\u043D\u044B \u0430\u0431\u043E \u0432\u044B\u0434\u0430\u043B\u0435\u043D\u043D\u044F.",part2:"\u041F\u0430\u043A\u0456\u043D\u044C\u0446\u0435 \u043F\u0443\u0441\u0442\u044B\u043C \u0434\u043B\u044F \u0437\u0430\u0445\u0430\u0432\u0430\u043D\u043D\u044F \u0441\u043F\u0435\u0446\u044B\u044F\u043B\u044C\u043D\u044B\u0445 \u0441\u0456\u043C\u0432\u0430\u043B\u0430\u045E."},name:"\u0421\u043F\u0435\u0446\u044B\u044F\u043B\u044C\u043D\u044B\u044F \u0441\u0456\u043C\u0432\u0430\u043B\u044B"},specialCharactersReplacement:{description:{part1:"\u0420\u0430\u0434\u043E\u043A \u0437\u0430\u043C\u0435\u043D\u044B \u0434\u043B\u044F \u0441\u043F\u0435\u0446\u044B\u044F\u043B\u044C\u043D\u044B\u0445 \u0441\u0456\u043C\u0432\u0430\u043B\u0430\u045E \u0443 \u043F\u0430\u043F\u0446\u044B \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E \u0456 \u0456\u043C\u0435\u043D\u0456 \u0444\u0430\u0439\u043B\u0430.",part2:"\u041F\u0430\u043A\u0456\u043D\u044C\u0446\u0435 \u043F\u0443\u0441\u0442\u044B\u043C \u0434\u043B\u044F \u0432\u044B\u0434\u0430\u043B\u0435\u043D\u043D\u044F \u0441\u043F\u0435\u0446\u044B\u044F\u043B\u044C\u043D\u044B\u0445 \u0441\u0456\u043C\u0432\u0430\u043B\u0430\u045E."},name:"\u0417\u0430\u043C\u0435\u043D\u0430 \u0441\u043F\u0435\u0446\u044B\u044F\u043B\u044C\u043D\u044B\u0445 \u0441\u0456\u043C\u0432\u0430\u043B\u0430\u045E"},timeoutInSeconds:{description:{part1:"\u0422\u0430\u0439\u043C-\u0430\u045E\u0442 \u0443 \u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445 \u0434\u043B\u044F \u045E\u0441\u0456\u0445 \u0430\u043F\u0435\u0440\u0430\u0446\u044B\u0439.",part2:"\u041A\u0430\u043B\u0456",part3:"\u0443\u0441\u0442\u0430\u043D\u043E\u045E\u043B\u0435\u043D\u044B, \u0442\u0430\u0439\u043C-\u0430\u045E\u0442 \u0432\u044B\u043A\u0430\u043D\u0430\u043D\u043D\u044F \u0430\u043F\u0435\u0440\u0430\u0446\u044B\u0439 \u0430\u0434\u043A\u043B\u044E\u0447\u0430\u043D\u044B."},name:"\u0422\u0430\u0439\u043C-\u0430\u045E\u0442 \u0443 \u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445"},treatAsAttachmentExtensions:{description:{part1:"\u0410\u0434\u043D\u043E\u0441\u0456\u0446\u0446\u0430 \u0434\u0430 \u0444\u0430\u0439\u043B\u0430\u045E \u0437 \u0433\u044D\u0442\u044B\u043C\u0456 \u043F\u0430\u0448\u044B\u0440\u044D\u043D\u043D\u044F\u043C\u0456 \u044F\u043A \u0434\u0430 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E.",part2:"\u041F\u0430 \u0437\u043C\u0430\u045E\u0447\u0430\u043D\u043D\u0456",part3:"\u0456",part4:"\u0437\u0432\u044F\u0437\u0430\u043D\u044B\u044F \u0444\u0430\u0439\u043B\u044B \u043D\u0435 \u0440\u0430\u0437\u0433\u043B\u044F\u0434\u0430\u044E\u0446\u0446\u0430 \u044F\u043A \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u0456 \u0456 \u043D\u0435 \u043F\u0435\u0440\u0430\u043C\u044F\u0448\u0447\u0430\u044E\u0446\u0446\u0430 \u0437 \u043D\u0430\u0442\u0430\u0442\u043A\u0430\u0439.",part5:"\u0412\u044B \u043C\u043E\u0436\u0430\u0446\u0435 \u0434\u0430\u0434\u0430\u0446\u044C \u043A\u0430\u0440\u044B\u0441\u0442\u0430\u043B\u044C\u043D\u0456\u0446\u043A\u0456\u044F \u043F\u0430\u0448\u044B\u0440\u044D\u043D\u043D\u0456, \u043D\u0430\u043F\u0440.",part6:", \u043A\u0430\u0431 \u043F\u0435\u0440\u0430\u0430\u0437\u043D\u0430\u0447\u044B\u0446\u044C \u0433\u044D\u0442\u0443\u044E \u043F\u0430\u0432\u043E\u0434\u0437\u0456\u043D\u044B."},name:"\u0410\u0434\u043D\u043E\u0441\u0456\u0446\u0446\u0430 \u044F\u043A \u0434\u0430 \u043F\u0430\u0448\u044B\u0440\u044D\u043D\u043D\u044F\u045E \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E"}},promptWithPreviewModal:{fileNameTitle:"\u041F\u0435\u0440\u0430\u0439\u043C\u0435\u043D\u0430\u0432\u0430\u0446\u044C \u0444\u0430\u0439\u043B \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F",folderTitle:"\u0412\u044B\u0431\u0435\u0440\u044B\u0446\u0435 \u043F\u0430\u043F\u043A\u0443 \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F\u045E",previewModal:{title:"\u041F\u0440\u0430\u0433\u043B\u044F\u0434\u0437\u0435\u0446\u044C \u0444\u0430\u0439\u043B \u0434\u0430\u043B\u0443\u0447\u044D\u043D\u043D\u044F '{{fullFileName}}'"},title:"\u0423\u043A\u0430\u0436\u044B\u0446\u0435 \u0437\u043D\u0430\u0447\u044D\u043D\u043D\u0435 \u0434\u043B\u044F \u0442\u043E\u043A\u0435\u043D\u0430 \u0437\u0430\u043F\u044B\u0442\u0443"},regularExpression:"/\u0440\u044D\u0433\u0443\u043B\u044F\u0440\u043D\u044B \u0432\u044B\u0440\u0430\u0437/"};var hN={attachmentCollector:{confirm:{part1:"Vols recopilar els adjunts de totes les notes de les carpetes de manera recursiva?",part2:"Aquesta operaci\xF3 no es pot desfer."},progressBar:{message:"Recollint adjunts {{iterationString}} - '{{noteFilePath}}'.",title:"Recollint adjunts..."}},buttons:{copy:"Copiar",move:"Moure",previewAttachmentFile:"Previsualitzar fitxer adjunt",skip:"Ometre"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"L'adjunt",part2:"\xE9s referenciat per m\xFAltiples notes."},heading:"Recollint adjunt utilitzat per m\xFAltiples notes",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Ha d'utilitzar la mateixa acci\xF3 per a altres adjunts problem\xE0tics"},commands:{collectAttachmentsCurrentFolder:"Recollir adjunts a la carpeta actual",collectAttachmentsCurrentNote:"Recollir adjunts a la nota actual",collectAttachmentsEntireVault:"Recollir adjunts a tot el dip\xF2sit"},menuItems:{collectAttachmentsInFile:"Recopila els adjunts al fitxer",collectAttachmentsInFiles:"Recopila els adjunts als fitxers"},notice:{collectingAttachments:"Recollint adjunts per a '{{noteFilePath}}'",collectingAttachmentsCancelled:"Recollida d'adjunts cancel\xB7lada. Vegeu la consola per a detalls.",generatedAttachmentFileNameIsInvalid:{part1:`El nom del fitxer adjunt generat '{{path}}' no \xE9s v\xE0lid.
|
|
{{validationMessage}}
|
|
Comproveu la vostra`,part2:"configuraci\xF3."},notePathIsIgnored:"El cam\xED de la nota s'ignora"},obsidianDevUtils:{buttons:{cancel:"Cancel\xB7lar",ok:"D'acord"},dataview:{itemsPerPage:"Elements per p\xE0gina:",jumpToPage:"Saltar a la p\xE0gina:"},notices:{attachmentIsStillUsed:"L'adjunt {{attachmentPath}} encara s'utilitza per altres notes. No s'esborrar\xE0.",unhandledError:"S'ha produ\xEFt un error no gestionat. Si us plau, comproveu la consola per a m\xE9s informaci\xF3."}},pluginSettings:{attachmentRenameMode:{all:{description:"tots els fitxers es reanomenen.",displayText:"Tots"},none:{description:"els seus noms es preserven.",displayText:"Cap"},onlyPastedImages:{description:"nom\xE9s les imatges enganxades es reanomenen. S'aplica nom\xE9s quan el contingut de la imatge PNG s'enganxa directament des del porta-retalls. T\xEDpicament, per enganxar captures de pantalla.",displayText:"Nom\xE9s imatges enganxades"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"cancel\xB7lar la recollida d'adjunts.",displayText:"Cancel\xB7lar"},copy:{description:"copiar l'adjunt a la nova ubicaci\xF3.",displayText:"Copiar"},move:{description:"moure l'adjunt a la nova ubicaci\xF3.",displayText:"Moure"},prompt:{description:"preguntar a l'usuari per triar l'acci\xF3.",displayText:"Preguntar"},skip:{description:"ometre l'adjunt i procedir al seg\xFCent.",displayText:"Ometre"}},defaultImageSizeDimension:{height:"Al\xE7ada",width:"Amplada"},emptyFolderBehavior:{delete:{description:"esborrar\xE0 la carpeta d'adjunts buida.",displayText:"Esborrar"},deleteWithEmptyParents:{description:"esborrar\xE0 la carpeta d'adjunts buida i les seves carpetes pare buides.",displayText:"Esborrar amb pares buits"},keep:{description:"mantindr\xE0 la carpeta d'adjunts buida.",displayText:"Mantenir"}}},pluginSettingsManager:{customToken:{codeComment:`// Els tokens personalitzats van ser comentats ja que han de ser actualitzats al nou format introdu\xEFt a la versi\xF3 del plugin 9.0.0.
|
|
// Consulteu la documentaci\xF3 (https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) per a m\xE9s informaci\xF3.`,deprecated:{part1:"A la versi\xF3 del plugin 9.0.0, el format de registre de tokens personalitzats va canviar. Si us plau, actualitzeu els vostres tokens en conseq\xFC\xE8ncia. Consulteu la",part2:"documentaci\xF3",part3:"per a m\xE9s informaci\xF3"}},legacyRenameAttachmentsToLowerCase:{part1:"A la versi\xF3 del plugin 9.0.0, la",part2:"configuraci\xF3 est\xE0 obsoleta. Utilitzeu el",part3:"format en lloc d'aix\xF2. Vegeu la",part4:"documentaci\xF3",part5:"per a m\xE9s informaci\xF3"},markdownUrlFormat:{deprecated:{part1:"Teniu un valor potencialment incorrecte establert per al",part2:"format. Si us plau, consulteu la",part3:"documentaci\xF3",part4:"per a m\xE9s informaci\xF3",part5:"Aquest missatge no es mostrar\xE0 de nou."}},specialCharacters:{part1:"A la versi\xF3 del plugin 9.16.0, el",part2:"valor de configuraci\xF3 per defecte va canviar. El vostre valor de configuraci\xF3 va ser actualitzat al nou valor per defecte."},validation:{defaultImageSizeMustBePercentageOrPixels:"La mida predeterminada de la imatge s'ha d'expressar en p\xEDxels o percentatge",invalidCustomTokensCode:"Codi de tokens personalitzats no v\xE0lid",invalidRegularExpression:"Expressi\xF3 regular no v\xE0lida {{regExp}}",specialCharactersMustNotContainSlash:"Els car\xE0cters especials no han de contenir /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"El reempla\xE7ament de car\xE0cters especials no ha de contenir car\xE0cters de cam\xED de nom de fitxer no v\xE0lids."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"Quan s'adjunten fitxers:"},name:"Mode de reanomenament d'adjunts"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"Quan l'adjunt recollit \xE9s utilitzat per m\xFAltiples notes:"},name:"Mode de recollida d'adjunt utilitzat per m\xFAltiples notes"},collectedAttachmentFileName:{description:{part1:"Vegeu els",part2:"tokens disponibles",part3:"Deixeu buit per utilitzar la",part4:"configuraci\xF3 en lloc d'aix\xF2."},name:"Nom de fitxer adjunt recollit"},customTokens:{description:{part1:"Tokens personalitzats a utilitzar.",part2:"Vegeu la",part3:"documentaci\xF3",part4:"per a m\xE9s informaci\xF3.",part5:"\u26A0\uFE0F Els tokens personalitzats poden ser codi JavaScript arbitrari. Si estan mal escrits, poden causar p\xE8rdua de dades. Utilitzeu-los sota la vostra responsabilitat."},name:"Tokens personalitzats"},defaultImageSize:{description:{part1:"La mida predeterminada de la imatge.",part2:"Es pot especificar en p\xEDxels",part3:"o en percentatge de la mida completa de la imatge",part4:"Deixa-ho en blanc per utilitzar la mida original de la imatge."},name:"Mida predeterminada de la imatge"},duplicateNameSeparator:{description:{part1:"Quan enganxeu/arrossegueu un fitxer amb el mateix nom que un fitxer existent, aquest separador s'afegir\xE0 al nom del fitxer.",part2:"Per exemple, quan arrossegueu el fitxer",part3:", es reanomenar\xE0 a",part4:", etc., obtenint el primer nom disponible."},name:"Separador de noms duplicats"},emptyFolderBehavior:{description:{part1:"Quan la carpeta d'adjunts es buida:"},name:"Comportament de carpeta d'adjunts buida"},excludePaths:{description:{part1:"Excloure notes dels seg\xFCents camins.",part2:"Inseriu cada cam\xED en una l\xEDnia nova.",part3:"Podeu utilitzar cadena de cam\xED o",part4:"Si la configuraci\xF3 est\xE0 buida, cap nota no s'exclou."},name:"Excloure camins"},excludePathsFromAttachmentCollecting:{description:{part1:"Excloure adjunts dels seg\xFCents camins quan",part2:"Recollir adjunts",part3:"s'executa la comanda.",part4:"Inseriu cada cam\xED en una l\xEDnia nova.",part5:"Podeu utilitzar cadena de cam\xED o",part6:"Si la configuraci\xF3 est\xE0 buida, cap cam\xED no s'exclou de la recollida d'adjunts."},name:"Excloure camins de la recollida d'adjunts"},generatedAttachmentFileName:{description:{part1:"Vegeu els",part2:"tokens disponibles"},name:"Nom de fitxer adjunt generat"},includePaths:{description:{part1:"Incloure notes dels seg\xFCents camins.",part2:"Inseriu cada cam\xED en una l\xEDnia nova.",part3:"Podeu utilitzar cadena de cam\xED o",part4:"Si la configuraci\xF3 est\xE0 buida, totes les notes s'inclouen."},name:"Incloure camins"},jpegQuality:{description:"Com m\xE9s petita la qualitat, m\xE9s gran la relaci\xF3 de compressi\xF3.",name:"Qualitat JPEG"},locationForNewAttachments:{description:{part1:"Comen\xE7ar amb",part2:"per utilitzar cam\xED relatiu.",part3:"Vegeu els",part4:"tokens disponibles",part5:"Les carpetes amb punt com",part6:"no es recomanen, perqu\xE8 Obsidian no les rastreja. Potser necessiteu utilitzar un",part7:"Plugin per gestionar-les."},name:"Ubicaci\xF3 per a nous adjunts"},markdownUrlFormat:{description:{part1:"Format per a l'URL que s'inserir\xE0 a Markdown.",part2:"Vegeu els",part3:"tokens disponibles",part4:"Deixeu buit per utilitzar el format per defecte."},name:"Format URL Markdown"},renameAttachmentsToLowerCase:"Reanomenar adjunts a min\xFAscules",renamedAttachmentFileName:{description:{part1:"Vegeu els",part2:"tokens disponibles",part3:"Deixeu buit per utilitzar la",part4:"configuraci\xF3 en lloc d'aix\xF2."},name:"Nom de fitxer adjunt reanomenat"},resetToSampleCustomTokens:{message:"Esteu segurs que voleu restablir els tokens personalitzats als tokens personalitzats de mostra? Les vostres canvis es perdran.",title:"Restablir als tokens personalitzats de mostra"},shouldConvertPastedImagesToJpeg:{description:"Si convertir les imatges enganxades a JPEG. S'aplica nom\xE9s quan el contingut de la imatge PNG s'enganxa directament des del porta-retalls. T\xEDpicament, per enganxar captures de pantalla.",name:"Si convertir les imatges enganxades a JPEG"},shouldDeleteOrphanAttachments:{description:"Si est\xE0 habilitat, quan la nota s'esborra, els seus adjunts \xF2rfes tamb\xE9 s'esborren.",name:"Si esborrar adjunts \xF2rfes"},shouldRenameAttachmentFiles:{description:{part1:"Si est\xE0 habilitat, quan una nota es reanomena o es mou, els seus adjunts es reanomenaran segons la",part2:"configuraci\xF3."},name:"Si reanomenar fitxers adjunts"},shouldRenameAttachmentFolders:{description:"Si reanomenar carpetes adjunts quan una nota es reanomena o es mou.",name:"Si reanomenar carpetes adjunts"},shouldRenameAttachmentsCreatedByOtherPlugins:{description:{part1:"Si cal aplicar la configuraci\xF3 de carpeta d'adjunts i de nom de fitxer als adjunts que creen ALTRES connectors.",part2:"Alguns connectors escriuen un adjunt al magatzem amb un nom propi, sense preguntar a Obsidian on correspon. Amb aix\xF2 activat, aquest fitxer es mou i es reanomena tot just apareix.",part3:"Nom\xE9s s'afecten els fitxers creats amb una nota oberta, mai els que arriben d'una sincronitzaci\xF3 o d'una importaci\xF3 de magatzem."},name:"Reanomena els adjunts creats per altres connectors"},shouldRenameCollectedAttachments:{description:{part1:"Si est\xE0 habilitat, els adjunts processats via",part2:"Recollir adjunts",part3:"les comandes es reanomenaran segons la",part4:"configuraci\xF3."},name:"Si reanomenar adjunts recollits"},specialCharacters:{description:{part1:"Car\xE0cters especials a la carpeta d'adjunts i nom del fitxer per ser reempla\xE7ats o eliminats.",part2:"Deixeu buit per preservar car\xE0cters especials."},name:"Car\xE0cters especials"},specialCharactersReplacement:{description:{part1:"Cadena de reempla\xE7ament per car\xE0cters especials a la carpeta d'adjunts i nom del fitxer.",part2:"Deixeu buit per eliminar car\xE0cters especials."},name:"Reempla\xE7ament de car\xE0cters especials"},timeoutInSeconds:{description:{part1:"El temps d'espera en segons per a totes les operacions.",part2:"Si",part3:"est\xE0 establert, el temps d'espera d'execuci\xF3 d'operacions est\xE0 deshabilitat."},name:"Temps d'espera en segons"},treatAsAttachmentExtensions:{description:{part1:"Tractar fitxers amb aquestes extensions com adjunts.",part2:"Per defecte",part3:"i",part4:"els fitxers enlla\xE7ats no es tracten com adjunts i no es mouen amb la nota.",part5:"Podeu afegir extensions personalitzades, p. ex.",part6:", per sobreescriure aquest comportament."},name:"Tractar com extensions d'adjunts"}},promptWithPreviewModal:{fileNameTitle:"Reanomena el fitxer adjunt",folderTitle:"Tria la carpeta d'adjunts",previewModal:{title:"Previsualitzar fitxer adjunt '{{fullFileName}}'"},title:"Proporcioneu un valor per al token de sol\xB7licitud"},regularExpression:"/expressi\xF3 regular/"};var fN={attachmentCollector:{confirm:{part1:"Chcete shrom\xE1\u017Edit p\u0159\xEDlohy pro v\u0161echny pozn\xE1mky ve slo\u017Ek\xE1ch rekurzivn\u011B?",part2:"Tuto operaci nelze vr\xE1tit zp\u011Bt."},progressBar:{message:"Shroma\u017E\u010Fov\xE1n\xED p\u0159\xEDloh {{iterationString}} - '{{noteFilePath}}'.",title:"Shroma\u017E\u010Fov\xE1n\xED p\u0159\xEDloh..."}},buttons:{copy:"Kop\xEDrovat",move:"P\u0159esunout",previewAttachmentFile:"N\xE1hled souboru p\u0159\xEDlohy",skip:"P\u0159esko\u010Dit"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"P\u0159\xEDloha",part2:"je odkazov\xE1na v\xEDce pozn\xE1mkami."},heading:"Shroma\u017E\u010Fov\xE1n\xED p\u0159\xEDlohy pou\u017E\xEDvan\xE9 v\xEDce pozn\xE1mkami",shouldUseSameActionForOtherProblematicAttachmentsToggle:"M\u011Bla by se pou\u017E\xEDt stejn\xE1 akce pro jin\xE9 problematick\xE9 p\u0159\xEDlohy"},commands:{collectAttachmentsCurrentFolder:"Shrom\xE1\u017Edit p\u0159\xEDlohy v aktu\xE1ln\xED slo\u017Ece",collectAttachmentsCurrentNote:"Shrom\xE1\u017Edit p\u0159\xEDlohy v aktu\xE1ln\xED pozn\xE1mce",collectAttachmentsEntireVault:"Shrom\xE1\u017Edit p\u0159\xEDlohy v cel\xE9m \xFAlo\u017Ei\u0161ti"},menuItems:{collectAttachmentsInFile:"Shrom\xE1\u017Edit p\u0159\xEDlohy v souboru",collectAttachmentsInFiles:"Shrom\xE1\u017Edit p\u0159\xEDlohy v souborech"},notice:{collectingAttachments:"Shroma\u017E\u010Fov\xE1n\xED p\u0159\xEDloh pro '{{noteFilePath}}'",collectingAttachmentsCancelled:"Shroma\u017E\u010Fov\xE1n\xED p\u0159\xEDloh zru\u0161eno. Podrobnosti viz konzole.",generatedAttachmentFileNameIsInvalid:{part1:`Vygenerovan\xE9 jm\xE9no souboru p\u0159\xEDlohy '{{path}}' je neplatn\xE9.
|
|
{{validationMessage}}
|
|
Zkontrolujte va\u0161e`,part2:"nastaven\xED."},notePathIsIgnored:"Cesta pozn\xE1mky je ignorov\xE1na"},obsidianDevUtils:{buttons:{cancel:"Zru\u0161it",ok:"OK"},dataview:{itemsPerPage:"Polo\u017Eek na str\xE1nku:",jumpToPage:"P\u0159ej\xEDt na str\xE1nku:"},notices:{attachmentIsStillUsed:"P\u0159\xEDloha {{attachmentPath}} je st\xE1le pou\u017E\xEDv\xE1na jin\xFDmi pozn\xE1mkami. Nebude smaz\xE1na.",unhandledError:"Do\u0161lo k neo\u0161et\u0159en\xE9 chyb\u011B. Zkontrolujte pros\xEDm konzoli pro v\xEDce informac\xED."}},pluginSettings:{attachmentRenameMode:{all:{description:"v\u0161echny soubory jsou p\u0159ejmenov\xE1ny.",displayText:"V\u0161echny"},none:{description:"jejich n\xE1zvy jsou zachov\xE1ny.",displayText:"\u017D\xE1dn\xE9"},onlyPastedImages:{description:"p\u0159ejmenov\xE1ny jsou pouze vlo\u017Een\xE9 obr\xE1zky. Plat\xED pouze kdy\u017E je obsah PNG obr\xE1zku vlo\u017Een p\u0159\xEDmo ze schr\xE1nky. Typicky pro vkl\xE1d\xE1n\xED sn\xEDmk\u016F obrazovky.",displayText:"Pouze vlo\u017Een\xE9 obr\xE1zky"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"zru\u0161it shroma\u017E\u010Fov\xE1n\xED p\u0159\xEDloh.",displayText:"Zru\u0161it"},copy:{description:"zkop\xEDrovat p\u0159\xEDlohu na nov\xE9 um\xEDst\u011Bn\xED.",displayText:"Kop\xEDrovat"},move:{description:"p\u0159esunout p\u0159\xEDlohu na nov\xE9 um\xEDst\u011Bn\xED.",displayText:"P\u0159esunout"},prompt:{description:"vyzvat u\u017Eivatele k v\xFDb\u011Bru akce.",displayText:"V\xFDzva"},skip:{description:"p\u0159esko\u010Dit p\u0159\xEDlohu a pokra\u010Dovat k dal\u0161\xED.",displayText:"P\u0159esko\u010Dit"}},defaultImageSizeDimension:{height:"V\xFD\u0161ka",width:"\u0160\xED\u0159ka"},emptyFolderBehavior:{delete:{description:"sma\u017Ee pr\xE1zdnou slo\u017Eku p\u0159\xEDloh.",displayText:"Smazat"},deleteWithEmptyParents:{description:"sma\u017Ee pr\xE1zdnou slo\u017Eku p\u0159\xEDloh a jej\xED pr\xE1zdn\xE9 nad\u0159azen\xE9 slo\u017Eky.",displayText:"Smazat s pr\xE1zdn\xFDmi nad\u0159azen\xFDmi"},keep:{description:"zachov\xE1 pr\xE1zdnou slo\u017Eku p\u0159\xEDloh.",displayText:"Zachovat"}}},pluginSettingsManager:{customToken:{codeComment:`// Vlastn\xED tokeny byly zakomentov\xE1ny, proto\u017Ee mus\xED b\xFDt aktualizov\xE1ny na nov\xFD form\xE1t zaveden\xFD ve verzi pluginu 9.0.0.
|
|
// Odkazujte na dokumentaci (https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) pro v\xEDce informac\xED.`,deprecated:{part1:"Ve verzi pluginu 9.0.0 se zm\u011Bnil form\xE1t registrace vlastn\xEDch token\u016F. Aktualizujte pros\xEDm sv\xE9 tokeny odpov\xEDdaj\xEDc\xEDm zp\u016Fsobem. Odkazujte na",part2:"dokumentaci",part3:"pro v\xEDce informac\xED"}},legacyRenameAttachmentsToLowerCase:{part1:"Ve verzi pluginu 9.0.0 je",part2:"nastaven\xED zastaral\xE9. Pou\u017Eijte",part3:"form\xE1t m\xEDsto toho. Viz",part4:"dokumentace",part5:"pro v\xEDce informac\xED"},markdownUrlFormat:{deprecated:{part1:"M\xE1te potenci\xE1ln\u011B nespr\xE1vnou hodnotu nastavenou pro",part2:"form\xE1t. Odkazujte pros\xEDm na",part3:"dokumentaci",part4:"pro v\xEDce informac\xED",part5:"Tato zpr\xE1va se ji\u017E nebude zobrazovat."}},specialCharacters:{part1:"Ve verzi pluginu 9.16.0 se",part2:"v\xFDchoz\xED hodnota nastaven\xED zm\u011Bnila. Va\u0161e hodnota nastaven\xED byla aktualizov\xE1na na novou v\xFDchoz\xED hodnotu."},validation:{defaultImageSizeMustBePercentageOrPixels:"V\xFDchoz\xED velikost obr\xE1zku mus\xED b\xFDt v pixelech nebo procentech",invalidCustomTokensCode:"Neplatn\xFD k\xF3d vlastn\xEDch token\u016F",invalidRegularExpression:"Neplatn\xFD regul\xE1rn\xED v\xFDraz {{regExp}}",specialCharactersMustNotContainSlash:"Speci\xE1ln\xED znaky nesm\xED obsahovat /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"N\xE1hrada speci\xE1ln\xEDch znak\u016F nesm\xED obsahovat neplatn\xE9 znaky cesty n\xE1zvu souboru."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"P\u0159i p\u0159ipojov\xE1n\xED soubor\u016F:"},name:"Re\u017Eim p\u0159ejmenov\xE1n\xED p\u0159\xEDloh"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"Kdy\u017E je shrom\xE1\u017Ed\u011Bn\xE1 p\u0159\xEDloha pou\u017E\xEDv\xE1na v\xEDce pozn\xE1mkami:"},name:"Re\u017Eim shroma\u017E\u010Fov\xE1n\xED p\u0159\xEDlohy pou\u017E\xEDvan\xE9 v\xEDce pozn\xE1mkami"},collectedAttachmentFileName:{description:{part1:"Viz dostupn\xE9",part2:"tokeny",part3:"Ponechte pr\xE1zdn\xE9, chcete-li pou\u017E\xEDt",part4:"nastaven\xED m\xEDsto toho."},name:"Jm\xE9no souboru shrom\xE1\u017Ed\u011Bn\xE9 p\u0159\xEDlohy"},customTokens:{description:{part1:"Vlastn\xED tokeny k pou\u017Eit\xED.",part2:"Viz",part3:"dokumentace",part4:"pro v\xEDce informac\xED.",part5:"\u26A0\uFE0F Vlastn\xED tokeny mohou b\xFDt libovoln\xFD JavaScript k\xF3d. Pokud jsou \u0161patn\u011B napsan\xE9, mohou zp\u016Fsobit ztr\xE1tu dat. Pou\u017E\xEDvejte je na vlastn\xED riziko."},name:"Vlastn\xED tokeny"},defaultImageSize:{description:{part1:"V\xFDchoz\xED velikost obr\xE1zku.",part2:"Lze zadat v pixelech",part3:"nebo jako procento z pln\xE9 velikosti obr\xE1zku",part4:"Ponechte pr\xE1zdn\xE9, chcete-li pou\u017E\xEDt p\u016Fvodn\xED velikost obr\xE1zku."},name:"V\xFDchoz\xED velikost obr\xE1zku"},duplicateNameSeparator:{description:{part1:"Kdy\u017E vkl\xE1d\xE1te/p\u0159etahujete soubor se stejn\xFDm n\xE1zvem jako existuj\xEDc\xED soubor, tento odd\u011Blova\u010D bude p\u0159id\xE1n k n\xE1zvu souboru.",part2:"Nap\u0159., kdy\u017E p\u0159etahujete soubor",part3:", bude p\u0159ejmenov\xE1n na",part4:", atd., z\xEDsk\xE1n\xEDm prvn\xEDho dostupn\xE9ho n\xE1zvu."},name:"Odd\u011Blova\u010D duplicitn\xEDch n\xE1zv\u016F"},emptyFolderBehavior:{description:{part1:"Kdy\u017E se slo\u017Eka p\u0159\xEDloh stane pr\xE1zdnou:"},name:"Chov\xE1n\xED pr\xE1zdn\xE9 slo\u017Eky p\u0159\xEDloh"},excludePaths:{description:{part1:"Vylou\u010Dit pozn\xE1mky z n\xE1sleduj\xEDc\xEDch cest.",part2:"Vlo\u017Ete ka\u017Edou cestu na nov\xFD \u0159\xE1dek.",part3:"M\u016F\u017Eete pou\u017E\xEDt \u0159et\u011Bzec cesty nebo",part4:"Pokud je nastaven\xED pr\xE1zdn\xE9, \u017E\xE1dn\xE9 pozn\xE1mky nejsou vylou\u010Deny."},name:"Vylou\u010Dit cesty"},excludePathsFromAttachmentCollecting:{description:{part1:"Vylou\u010Dit p\u0159\xEDlohy z n\xE1sleduj\xEDc\xEDch cest kdy\u017E",part2:"Shrom\xE1\u017Edit p\u0159\xEDlohy",part3:"p\u0159\xEDkaz je spu\u0161t\u011Bn.",part4:"Vlo\u017Ete ka\u017Edou cestu na nov\xFD \u0159\xE1dek.",part5:"M\u016F\u017Eete pou\u017E\xEDt \u0159et\u011Bzec cesty nebo",part6:"Pokud je nastaven\xED pr\xE1zdn\xE9, \u017E\xE1dn\xE9 cesty nejsou vylou\u010Deny ze shroma\u017E\u010Fov\xE1n\xED p\u0159\xEDloh."},name:"Vylou\u010Dit cesty ze shroma\u017E\u010Fov\xE1n\xED p\u0159\xEDloh"},generatedAttachmentFileName:{description:{part1:"Viz dostupn\xE9",part2:"tokeny"},name:"Vygenerovan\xE9 jm\xE9no souboru p\u0159\xEDlohy"},includePaths:{description:{part1:"Zahrnout pozn\xE1mky z n\xE1sleduj\xEDc\xEDch cest.",part2:"Vlo\u017Ete ka\u017Edou cestu na nov\xFD \u0159\xE1dek.",part3:"M\u016F\u017Eete pou\u017E\xEDt \u0159et\u011Bzec cesty nebo",part4:"Pokud je nastaven\xED pr\xE1zdn\xE9, v\u0161echny pozn\xE1mky jsou zahrnuty."},name:"Zahrnout cesty"},jpegQuality:{description:"\u010C\xEDm men\u0161\xED kvalita, t\xEDm v\u011Bt\u0161\xED kompresn\xED pom\u011Br.",name:"Kvalita JPEG"},locationForNewAttachments:{description:{part1:"Za\u010D\xEDt s",part2:"pro pou\u017Eit\xED relativn\xED cesty.",part3:"Viz dostupn\xE9",part4:"tokeny",part5:"Te\u010Dkov\xE9 slo\u017Eky jako",part6:"nejsou doporu\u010Deny, proto\u017Ee Obsidian je nesleduje. Mo\u017En\xE1 budete muset pou\u017E\xEDt",part7:"Plugin pro jejich spr\xE1vu."},name:"Um\xEDst\u011Bn\xED pro nov\xE9 p\u0159\xEDlohy"},markdownUrlFormat:{description:{part1:"Form\xE1t pro URL, kter\xE9 bude vlo\u017Eeno do Markdown.",part2:"Viz dostupn\xE9",part3:"tokeny",part4:"Ponechte pr\xE1zdn\xE9 pro pou\u017Eit\xED v\xFDchoz\xEDho form\xE1tu."},name:"Form\xE1t URL Markdown"},renameAttachmentsToLowerCase:"P\u0159ejmenovat p\u0159\xEDlohy na mal\xE1 p\xEDsmena",renamedAttachmentFileName:{description:{part1:"Viz dostupn\xE9",part2:"tokeny",part3:"Ponechte pr\xE1zdn\xE9, chcete-li pou\u017E\xEDt",part4:"nastaven\xED m\xEDsto toho."},name:"Jm\xE9no souboru p\u0159ejmenovan\xE9 p\u0159\xEDlohy"},resetToSampleCustomTokens:{message:"Jste si jisti, \u017Ee chcete resetovat vlastn\xED tokeny na uk\xE1zkov\xE9 vlastn\xED tokeny? Va\u0161e zm\u011Bny budou ztraceny.",title:"Resetovat na uk\xE1zkov\xE9 vlastn\xED tokeny"},shouldConvertPastedImagesToJpeg:{description:"Zda p\u0159ev\xE9st vlo\u017Een\xE9 obr\xE1zky na JPEG. Plat\xED pouze kdy\u017E je obsah PNG obr\xE1zku vlo\u017Een p\u0159\xEDmo ze schr\xE1nky. Typicky pro vkl\xE1d\xE1n\xED sn\xEDmk\u016F obrazovky.",name:"Zda p\u0159ev\xE9st vlo\u017Een\xE9 obr\xE1zky na JPEG"},shouldDeleteOrphanAttachments:{description:"Pokud je povoleno, kdy\u017E je pozn\xE1mka smaz\xE1na, jej\xED sirot\u010D\xED p\u0159\xEDlohy jsou tak\xE9 smaz\xE1ny.",name:"Zda smazat sirot\u010D\xED p\u0159\xEDlohy"},shouldRenameAttachmentFiles:{description:{part1:"Pokud je povoleno, kdy\u017E je pozn\xE1mka p\u0159ejmenov\xE1na nebo p\u0159esunuta, jej\xED p\u0159\xEDlohy budou p\u0159ejmenov\xE1ny podle",part2:"nastaven\xED."},name:"Zda p\u0159ejmenovat soubory p\u0159\xEDloh"},shouldRenameAttachmentFolders:{description:"Zda p\u0159ejmenovat slo\u017Eky p\u0159\xEDloh kdy\u017E je pozn\xE1mka p\u0159ejmenov\xE1na nebo p\u0159esunuta.",name:"Zda p\u0159ejmenovat slo\u017Eky p\u0159\xEDloh"},shouldRenameAttachmentsCreatedByOtherPlugins:{description:{part1:"Zda pou\u017E\xEDt nastaven\xED slo\u017Eky p\u0159\xEDloh a n\xE1zvu souboru na p\u0159\xEDlohy, kter\xE9 vytv\xE1\u0159ej\xED JIN\xC9 pluginy.",part2:"N\u011Bkter\xE9 pluginy zap\xED\u0161\xED p\u0159\xEDlohu do trezoru pod vlastn\xEDm n\xE1zvem, ani\u017E by se Obsidianu zeptaly, kam pat\u0159\xED. Je-li tato volba zapnut\xE1, takov\xFD soubor se hned po vzniku p\u0159esune a p\u0159ejmenuje.",part3:"Zpracuj\xED se jen soubory vznikl\xE9 p\u0159i otev\u0159en\xE9 pozn\xE1mce, nikdy soubory p\u0159ich\xE1zej\xEDc\xED ze synchronizace nebo z importu trezoru."},name:"P\u0159ejmenovat p\u0159\xEDlohy vytvo\u0159en\xE9 jin\xFDmi pluginy"},shouldRenameCollectedAttachments:{description:{part1:"Pokud je povoleno, p\u0159\xEDlohy zpracovan\xE9 p\u0159es",part2:"Shrom\xE1\u017Edit p\u0159\xEDlohy",part3:"p\u0159\xEDkazy budou p\u0159ejmenov\xE1ny podle",part4:"nastaven\xED."},name:"Zda p\u0159ejmenovat shrom\xE1\u017Ed\u011Bn\xE9 p\u0159\xEDlohy"},specialCharacters:{description:{part1:"Speci\xE1ln\xED znaky ve slo\u017Ece p\u0159\xEDloh a n\xE1zvu souboru k nahrazen\xED nebo odstran\u011Bn\xED.",part2:"Ponechte pr\xE1zdn\xE9 pro zachov\xE1n\xED speci\xE1ln\xEDch znak\u016F."},name:"Speci\xE1ln\xED znaky"},specialCharactersReplacement:{description:{part1:"N\xE1hradn\xED \u0159et\u011Bzec pro speci\xE1ln\xED znaky ve slo\u017Ece p\u0159\xEDloh a n\xE1zvu souboru.",part2:"Ponechte pr\xE1zdn\xE9 pro odstran\u011Bn\xED speci\xE1ln\xEDch znak\u016F."},name:"N\xE1hrada speci\xE1ln\xEDch znak\u016F"},timeoutInSeconds:{description:{part1:"\u010Casov\xFD limit v sekund\xE1ch pro v\u0161echny operace.",part2:"Pokud je",part3:"nastaveno, \u010Dasov\xFD limit prov\xE1d\u011Bn\xED operac\xED je zak\xE1z\xE1n."},name:"\u010Casov\xFD limit v sekund\xE1ch"},treatAsAttachmentExtensions:{description:{part1:"Zach\xE1zet se soubory s t\u011Bmito p\u0159\xEDponami jako s p\u0159\xEDlohami.",part2:"Ve v\xFDchoz\xEDm nastaven\xED",part3:"a",part4:"propojen\xE9 soubory nejsou pova\u017Eov\xE1ny za p\u0159\xEDlohy a nejsou p\u0159esunov\xE1ny s pozn\xE1mkou.",part5:"M\u016F\u017Eete p\u0159idat vlastn\xED p\u0159\xEDpony, nap\u0159.",part6:", pro p\u0159eps\xE1n\xED tohoto chov\xE1n\xED."},name:"Zach\xE1zet jako s p\u0159\xEDponami p\u0159\xEDloh"}},promptWithPreviewModal:{fileNameTitle:"P\u0159ejmenovat soubor p\u0159\xEDlohy",folderTitle:"Vyberte slo\u017Eku p\u0159\xEDloh",previewModal:{title:"N\xE1hled souboru p\u0159\xEDlohy '{{fullFileName}}'"},title:"Poskytn\u011Bte hodnotu pro token v\xFDzvy"},regularExpression:"/regul\xE1rn\xED v\xFDraz/"};var gN={attachmentCollector:{confirm:{part1:"Vil du indsamle vedh\xE6ftninger for alle noter i mapper rekursivt?",part2:"Denne handling kan ikke fortrydes."},progressBar:{message:"Samler vedh\xE6ftninger {{iterationString}} - '{{noteFilePath}}'.",title:"Samler vedh\xE6ftninger..."}},buttons:{copy:"Kopier",move:"Flyt",previewAttachmentFile:"Forh\xE5ndsvis vedh\xE6ftningsfil",skip:"Spring over"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"Vedh\xE6ftning",part2:"refereres af flere noter."},heading:"Samler vedh\xE6ftning brugt af flere noter",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Skal bruge samme handling for andre problematiske vedh\xE6ftninger"},commands:{collectAttachmentsCurrentFolder:"Saml vedh\xE6ftninger i nuv\xE6rende mappe",collectAttachmentsCurrentNote:"Saml vedh\xE6ftninger i nuv\xE6rende note",collectAttachmentsEntireVault:"Saml vedh\xE6ftninger i hele vault"},menuItems:{collectAttachmentsInFile:"Indsaml vedh\xE6ftninger i fil",collectAttachmentsInFiles:"Indsaml vedh\xE6ftninger i filer"},notice:{collectingAttachments:"Samler vedh\xE6ftninger for '{{noteFilePath}}'",collectingAttachmentsCancelled:"Samling af vedh\xE6ftninger annulleret. Se konsol for detaljer.",generatedAttachmentFileNameIsInvalid:{part1:`Genereret vedh\xE6ftningsfilnavn '{{path}}' er ugyldigt.
|
|
{{validationMessage}}
|
|
Tjek din`,part2:"indstilling."},notePathIsIgnored:"Notesti er ignoreret"},obsidianDevUtils:{buttons:{cancel:"Annuller",ok:"OK"},dataview:{itemsPerPage:"Elementer per side:",jumpToPage:"Hop til side:"},notices:{attachmentIsStillUsed:"Vedh\xE6ftning {{attachmentPath}} bruges stadig af andre noter. Den vil ikke blive slettet.",unhandledError:"Der opstod en ubehandlet fejl. Tjek venligst konsollen for flere oplysninger."}},pluginSettings:{attachmentRenameMode:{all:{description:"alle filer omd\xF8bes.",displayText:"Alle"},none:{description:"deres navne bevares.",displayText:"Ingen"},onlyPastedImages:{description:"kun indsatte billeder omd\xF8bes. G\xE6lder kun n\xE5r PNG-billedindholdet inds\xE6ttes direkte fra udklipsholderen. Typisk til inds\xE6ttelse af sk\xE6rmbilleder.",displayText:"Kun indsatte billeder"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"annuller samling af vedh\xE6ftninger.",displayText:"Annuller"},copy:{description:"kopier vedh\xE6ftningen til den nye placering.",displayText:"Kopier"},move:{description:"flyt vedh\xE6ftningen til den nye placering.",displayText:"Flyt"},prompt:{description:"bed brugeren om at v\xE6lge handlingen.",displayText:"Anmodning"},skip:{description:"spring vedh\xE6ftningen over og forts\xE6t til den n\xE6ste.",displayText:"Spring over"}},defaultImageSizeDimension:{height:"H\xF8jde",width:"Bredde"},emptyFolderBehavior:{delete:{description:"vil slette den tomme vedh\xE6ftningsmappe.",displayText:"Slet"},deleteWithEmptyParents:{description:"vil slette den tomme vedh\xE6ftningsmappe og dens tomme overordnede mapper.",displayText:"Slet med tomme overordnede"},keep:{description:"vil bevare den tomme vedh\xE6ftningsmappe.",displayText:"Bevar"}}},pluginSettingsManager:{customToken:{codeComment:`// Brugerdefinerede tokens blev kommenteret ud, da de skal opdateres til det nye format introduceret i plugin version 9.0.0.
|
|
// Se dokumentationen (https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) for flere oplysninger.`,deprecated:{part1:"I plugin version 9.0.0 \xE6ndrede formatet for brugerdefineret token-registrering sig. Opdater venligst dine tokens i overensstemmelse hermed. Se",part2:"dokumentationen",part3:"for flere oplysninger"}},legacyRenameAttachmentsToLowerCase:{part1:"I plugin version 9.0.0 er",part2:"indstillingen for\xE6ldet. Brug",part3:"format i stedet. Se",part4:"dokumentationen",part5:"for flere oplysninger"},markdownUrlFormat:{deprecated:{part1:"Du har potentielt forkert v\xE6rdi sat for",part2:"formatet. Se venligst",part3:"dokumentationen",part4:"for flere oplysninger",part5:"Denne besked vil ikke blive vist igen."}},specialCharacters:{part1:"I plugin version 9.16.0 blev",part2:"standardindstillingsv\xE6rdien \xE6ndret. Din indstillingsv\xE6rdi blev opdateret til den nye standardv\xE6rdi."},validation:{defaultImageSizeMustBePercentageOrPixels:"Standardbilledst\xF8rrelsen skal angives i pixels eller procent",invalidCustomTokensCode:"Ugyldig brugerdefineret tokens-kode",invalidRegularExpression:"Ugyldigt regul\xE6rt udtryk {{regExp}}",specialCharactersMustNotContainSlash:"S\xE6rlige tegn m\xE5 ikke indeholde /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"Erstatning af s\xE6rlige tegn m\xE5 ikke indeholde ugyldige filnavnsti-tegn."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"N\xE5r der vedh\xE6ftes filer:"},name:"Vedh\xE6ftningsomd\xF8bningstilstand"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"N\xE5r den samlede vedh\xE6ftning bruges af flere noter:"},name:"Saml vedh\xE6ftning brugt af flere noter tilstand"},collectedAttachmentFileName:{description:{part1:"Se tilg\xE6ngelige",part2:"tokens",part3:"Lad st\xE5 tomt for at bruge",part4:"indstillingen i stedet."},name:"Samlet vedh\xE6ftningsfilnavn"},customTokens:{description:{part1:"Brugerdefinerede tokens der skal bruges.",part2:"Se",part3:"dokumentationen",part4:"for flere oplysninger.",part5:"\u26A0\uFE0F Brugerdefinerede tokens kan v\xE6re vilk\xE5rlig JavaScript-kode. Hvis de er d\xE5rligt skrevet, kan de for\xE5rsage datatab. Brug dem p\xE5 egen risiko."},name:"Brugerdefinerede tokens"},defaultImageSize:{description:{part1:"Standardbilledst\xF8rrelsen.",part2:"Kan angives i pixels",part3:"eller i procent af den fulde billedst\xF8rrelse",part4:"Lad st\xE5 tomt for at bruge den originale billedst\xF8rrelse."},name:"Standardbilledst\xF8rrelse"},duplicateNameSeparator:{description:{part1:"N\xE5r du inds\xE6tter/tr\xE6kker en fil med samme navn som en eksisterende fil, vil denne separator blive tilf\xF8jet til filnavnet.",part2:"F.eks., n\xE5r du tr\xE6kker fil",part3:", vil den blive omd\xF8bt til",part4:", osv., og f\xE5 det f\xF8rste tilg\xE6ngelige navn."},name:"Duplikatnavnseparator"},emptyFolderBehavior:{description:{part1:"N\xE5r vedh\xE6ftningsmappen bliver tom:"},name:"Tom vedh\xE6ftningsmappeadf\xE6rd"},excludePaths:{description:{part1:"Udeluk noter fra f\xF8lgende stier.",part2:"Inds\xE6t hver sti p\xE5 en ny linje.",part3:"Du kan bruge stistreng eller",part4:"Hvis indstillingen er tom, udelukkes ingen noter."},name:"Udeluk stier"},excludePathsFromAttachmentCollecting:{description:{part1:"Udeluk vedh\xE6ftninger fra f\xF8lgende stier n\xE5r",part2:"Saml vedh\xE6ftninger",part3:"kommandoen udf\xF8res.",part4:"Inds\xE6t hver sti p\xE5 en ny linje.",part5:"Du kan bruge stistreng eller",part6:"Hvis indstillingen er tom, udelukkes ingen stier fra vedh\xE6ftningssamling."},name:"Udeluk stier fra vedh\xE6ftningssamling"},generatedAttachmentFileName:{description:{part1:"Se tilg\xE6ngelige",part2:"tokens"},name:"Genereret vedh\xE6ftningsfilnavn"},includePaths:{description:{part1:"Inkluder noter fra f\xF8lgende stier.",part2:"Inds\xE6t hver sti p\xE5 en ny linje.",part3:"Du kan bruge stistreng eller",part4:"Hvis indstillingen er tom, inkluderes alle noter."},name:"Inkluder stier"},jpegQuality:{description:"Jo mindre kvaliteten, jo st\xF8rre kompressionsforhold.",name:"JPEG-kvalitet"},locationForNewAttachments:{description:{part1:"Start med",part2:"for at bruge relativ sti.",part3:"Se tilg\xE6ngelige",part4:"tokens",part5:"Punktmapper som",part6:"anbefales ikke, fordi Obsidian ikke sporer dem. Du skal muligvis bruge et",part7:"Plugin til at administrere dem."},name:"Placering for nye vedh\xE6ftninger"},markdownUrlFormat:{description:{part1:"Format for URL'en der vil blive indsat i Markdown.",part2:"Se tilg\xE6ngelige",part3:"tokens",part4:"Lad st\xE5 tomt for at bruge standardformatet."},name:"Markdown URL-format"},renameAttachmentsToLowerCase:"Omd\xF8b vedh\xE6ftninger til sm\xE5 bogstaver",renamedAttachmentFileName:{description:{part1:"Se tilg\xE6ngelige",part2:"tokens",part3:"Lad st\xE5 tomt for at bruge",part4:"indstillingen i stedet."},name:"Omd\xF8bt vedh\xE6ftningsfilnavn"},resetToSampleCustomTokens:{message:"Er du sikker p\xE5, at du vil nulstille de brugerdefinerede tokens til de eksempel-brugerdefinerede tokens? Dine \xE6ndringer vil g\xE5 tabt.",title:"Nulstil til eksempel-brugerdefinerede tokens"},shouldConvertPastedImagesToJpeg:{description:"Om indsatte billeder skal konverteres til JPEG. G\xE6lder kun n\xE5r PNG-billedindholdet inds\xE6ttes direkte fra udklipsholderen. Typisk til inds\xE6ttelse af sk\xE6rmbilleder.",name:"Skal konvertere indsatte billeder til JPEG"},shouldDeleteOrphanAttachments:{description:"Hvis aktiveret, n\xE5r noten slettes, slettes dens for\xE6ldrel\xF8se vedh\xE6ftninger ogs\xE5.",name:"Skal slette for\xE6ldrel\xF8se vedh\xE6ftninger"},shouldRenameAttachmentFiles:{description:{part1:"Hvis aktiveret, n\xE5r en note omd\xF8bes eller flyttes, vil dens vedh\xE6ftninger blive omd\xF8bt i henhold til",part2:"indstillingen."},name:"Skal omd\xF8be vedh\xE6ftningsfiler"},shouldRenameAttachmentFolders:{description:"Om vedh\xE6ftningsmapper skal omd\xF8bes n\xE5r en note omd\xF8bes eller flyttes.",name:"Skal omd\xF8be vedh\xE6ftningsmapper"},shouldRenameAttachmentsCreatedByOtherPlugins:{description:{part1:"Om indstillingerne for vedh\xE6ftningsmappe og filnavn skal anvendes p\xE5 vedh\xE6ftninger, som ANDRE plugins opretter.",part2:"Nogle plugins skriver en vedh\xE6ftning direkte i boksen under deres eget navn uden at sp\xF8rge Obsidian, hvor den h\xF8rer hjemme. Med dette sl\xE5et til flyttes og omd\xF8bes en s\xE5dan fil, s\xE5 snart den dukker op.",part3:"Kun filer oprettet, mens en note er \xE5ben, ber\xF8res \u2014 aldrig filer, der kommer fra en synkronisering eller en boks-import."},name:"Omd\xF8b vedh\xE6ftninger oprettet af andre plugins"},shouldRenameCollectedAttachments:{description:{part1:"Hvis aktiveret, vedh\xE6ftninger behandlet via",part2:"Saml vedh\xE6ftninger",part3:"kommandoer vil blive omd\xF8bt i henhold til",part4:"indstillingen."},name:"Skal omd\xF8be samlede vedh\xE6ftninger"},specialCharacters:{description:{part1:"S\xE6rlige tegn i vedh\xE6ftningsmappe og filnavn der skal erstattes eller fjernes.",part2:"Lad st\xE5 tomt for at bevare s\xE6rlige tegn."},name:"S\xE6rlige tegn"},specialCharactersReplacement:{description:{part1:"Erstatningsstreng for s\xE6rlige tegn i vedh\xE6ftningsmappe og filnavn.",part2:"Lad st\xE5 tomt for at fjerne s\xE6rlige tegn."},name:"S\xE6rlige tegn-erstatning"},timeoutInSeconds:{description:{part1:"Timeout i sekunder for alle operationer.",part2:"Hvis",part3:"er sat, er operationernes udf\xF8relsestimeout deaktiveret."},name:"Timeout i sekunder"},treatAsAttachmentExtensions:{description:{part1:"Behandl filer med disse udvidelser som vedh\xE6ftninger.",part2:"Som standard",part3:"og",part4:"linkede filer behandles ikke som vedh\xE6ftninger og flyttes ikke med noten.",part5:"Du kan tilf\xF8je brugerdefinerede udvidelser, f.eks.",part6:", for at tilsides\xE6tte denne adf\xE6rd."},name:"Behandl som vedh\xE6ftningsudvidelser"}},promptWithPreviewModal:{fileNameTitle:"Omd\xF8b vedh\xE6ftningsfil",folderTitle:"V\xE6lg vedh\xE6ftningsmappe",previewModal:{title:"Forh\xE5ndsvis vedh\xE6ftningsfil '{{fullFileName}}'"},title:"Angiv en v\xE6rdi for prompt-tokenet"},regularExpression:"/regul\xE6rt udtryk/"};var vN={attachmentCollector:{confirm:{part1:"M\xF6chten Sie Anh\xE4nge f\xFCr alle Notizen in Ordnern rekursiv sammeln?",part2:"Dieser Vorgang kann nicht r\xFCckg\xE4ngig gemacht werden."},progressBar:{message:"Sammle Anh\xE4nge {{iterationString}} - '{{noteFilePath}}'.",title:"Sammle Anh\xE4nge..."}},buttons:{copy:"Kopieren",move:"Verschieben",previewAttachmentFile:"Anhang-Datei anzeigen",skip:"\xDCberspringen"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"Anhang",part2:"wird von mehreren Notizen referenziert."},heading:"Sammle Anhang, der von mehreren Notizen verwendet wird",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Sollte dieselbe Aktion f\xFCr andere problematische Anh\xE4nge verwenden"},commands:{collectAttachmentsCurrentFolder:"Sammle Anh\xE4nge im aktuellen Ordner",collectAttachmentsCurrentNote:"Sammle Anh\xE4nge in der aktuellen Notiz",collectAttachmentsEntireVault:"Sammle Anh\xE4nge im gesamten Vault"},menuItems:{collectAttachmentsInFile:"Anh\xE4nge in Datei sammeln",collectAttachmentsInFiles:"Anh\xE4nge in Dateien sammeln"},notice:{collectingAttachments:"Sammle Anh\xE4nge f\xFCr '{{noteFilePath}}'",collectingAttachmentsCancelled:"Sammeln von Anh\xE4ngen abgebrochen. Siehe Konsole f\xFCr Details.",generatedAttachmentFileNameIsInvalid:{part1:`Generierter Anhang-Dateiname '{{path}}' ist ung\xFCltig.
|
|
{{validationMessage}}
|
|
\xDCberpr\xFCfen Sie Ihre`,part2:"Einstellung."},notePathIsIgnored:"Notiz-Pfad wird ignoriert"},obsidianDevUtils:{buttons:{cancel:"Abbrechen",ok:"OK"},dataview:{itemsPerPage:"Elemente pro Seite:",jumpToPage:"Springe zu Seite:"},notices:{attachmentIsStillUsed:"Anhang {{attachmentPath}} wird noch von anderen Notizen verwendet. Er wird nicht gel\xF6scht.",unhandledError:"Ein unbehandelter Fehler ist aufgetreten. Bitte \xFCberpr\xFCfen Sie die Konsole f\xFCr weitere Informationen."}},pluginSettings:{attachmentRenameMode:{all:{description:"alle Dateien werden umbenannt.",displayText:"Alle"},none:{description:"ihre Namen werden beibehalten.",displayText:"Keine"},onlyPastedImages:{description:"nur eingef\xFCgte Bilder werden umbenannt. Gilt nur, wenn der PNG-Bildinhalt direkt aus der Zwischenablage eingef\xFCgt wird. Typischerweise f\xFCr das Einf\xFCgen von Screenshots.",displayText:"Nur eingef\xFCgte Bilder"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"das Sammeln von Anh\xE4ngen abbrechen.",displayText:"Abbrechen"},copy:{description:"den Anhang an den neuen Speicherort kopieren.",displayText:"Kopieren"},move:{description:"den Anhang an den neuen Speicherort verschieben.",displayText:"Verschieben"},prompt:{description:"den Benutzer zur Auswahl der Aktion auffordern.",displayText:"Auffordern"},skip:{description:"den Anhang \xFCberspringen und zum n\xE4chsten fortfahren.",displayText:"\xDCberspringen"}},defaultImageSizeDimension:{height:"H\xF6he",width:"Breite"},emptyFolderBehavior:{delete:{description:"wird den leeren Anhang-Ordner l\xF6schen.",displayText:"L\xF6schen"},deleteWithEmptyParents:{description:"wird den leeren Anhang-Ordner und seine leeren \xFCbergeordneten Ordner l\xF6schen.",displayText:"Mit leeren \xFCbergeordneten l\xF6schen"},keep:{description:"wird den leeren Anhang-Ordner behalten.",displayText:"Behalten"}}},pluginSettingsManager:{customToken:{codeComment:`// Benutzerdefinierte Tokens wurden auskommentiert, da sie auf das neue Format aktualisiert werden m\xFCssen, das in Plugin-Version 9.0.0 eingef\xFChrt wurde.
|
|
// Siehe Dokumentation (https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) f\xFCr weitere Informationen.`,deprecated:{part1:"In Plugin-Version 9.0.0 hat sich das Format der benutzerdefinierten Token-Registrierung ge\xE4ndert. Bitte aktualisieren Sie Ihre Tokens entsprechend. Siehe",part2:"Dokumentation",part3:"f\xFCr weitere Informationen"}},legacyRenameAttachmentsToLowerCase:{part1:"In Plugin-Version 9.0.0 ist die",part2:"Einstellung veraltet. Verwenden Sie stattdessen das",part3:"Format. Siehe",part4:"Dokumentation",part5:"f\xFCr weitere Informationen"},markdownUrlFormat:{deprecated:{part1:"Sie haben m\xF6glicherweise einen falschen Wert f\xFCr das",part2:"Format gesetzt. Bitte siehe",part3:"Dokumentation",part4:"f\xFCr weitere Informationen",part5:"Diese Nachricht wird nicht erneut angezeigt."}},specialCharacters:{part1:"In Plugin-Version 9.16.0 wurde der",part2:"Standard-Einstellungswert ge\xE4ndert. Ihr Einstellungswert wurde auf den neuen Standardwert aktualisiert."},validation:{defaultImageSizeMustBePercentageOrPixels:"Die Standardbildgr\xF6\xDFe muss in Pixel oder Prozent angegeben werden",invalidCustomTokensCode:"Ung\xFCltiger benutzerdefinierter Token-Code",invalidRegularExpression:"Ung\xFCltiger regul\xE4rer Ausdruck {{regExp}}",specialCharactersMustNotContainSlash:"Sonderzeichen d\xFCrfen nicht / enthalten",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"Sonderzeichen-Ersetzung darf keine ung\xFCltigen Dateiname-Pfad-Zeichen enthalten."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"Beim Anh\xE4ngen von Dateien:"},name:"Anhang-Umbenennungsmodus"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"Wenn der gesammelte Anhang von mehreren Notizen verwendet wird:"},name:"Sammle Anhang, der von mehreren Notizen verwendet wird - Modus"},collectedAttachmentFileName:{description:{part1:"Siehe verf\xFCgbare",part2:"Tokens",part3:"Leer lassen, um",part4:"Einstellung zu verwenden."},name:"Gesammelter Anhang-Dateiname"},customTokens:{description:{part1:"Zu verwendende benutzerdefinierte Tokens.",part2:"Siehe",part3:"Dokumentation",part4:"f\xFCr weitere Informationen.",part5:"\u26A0\uFE0F Benutzerdefinierte Tokens k\xF6nnen beliebiger JavaScript-Code sein. Wenn sie schlecht geschrieben sind, k\xF6nnen sie Datenverlust verursachen. Verwenden Sie sie auf eigene Gefahr."},name:"Benutzerdefinierte Tokens"},defaultImageSize:{description:{part1:"Die Standardbildgr\xF6\xDFe.",part2:"Kann in Pixel angegeben werden",part3:"oder als Prozentsatz der vollen Bildgr\xF6\xDFe",part4:"Frei lassen, um die Originalgr\xF6\xDFe zu verwenden."},name:"Standardbildgr\xF6\xDFe"},duplicateNameSeparator:{description:{part1:"Wenn Sie eine Datei mit demselben Namen wie eine bestehende Datei einf\xFCgen/ziehen, wird dieser Separator zum Dateinamen hinzugef\xFCgt.",part2:"Z.B., wenn Sie die Datei",part3:"ziehen, wird sie umbenannt zu",part4:", usw., um den ersten verf\xFCgbaren Namen zu erhalten."},name:"Duplikat-Namen-Separator"},emptyFolderBehavior:{description:{part1:"Wenn der Anhang-Ordner leer wird:"},name:"Verhalten bei leerem Anhang-Ordner"},excludePaths:{description:{part1:"Notizen von den folgenden Pfaden ausschlie\xDFen.",part2:"Jeden Pfad in eine neue Zeile einf\xFCgen.",part3:"Sie k\xF6nnen Pfad-String oder",part4:"Wenn die Einstellung leer ist, werden keine Notizen ausgeschlossen."},name:"Pfade ausschlie\xDFen"},excludePathsFromAttachmentCollecting:{description:{part1:"Anh\xE4nge von den folgenden Pfaden ausschlie\xDFen, wenn",part2:"Anh\xE4nge sammeln",part3:"Befehl ausgef\xFChrt wird.",part4:"Jeden Pfad in eine neue Zeile einf\xFCgen.",part5:"Sie k\xF6nnen Pfad-String oder",part6:"Wenn die Einstellung leer ist, werden keine Pfade vom Sammeln von Anh\xE4ngen ausgeschlossen."},name:"Pfade vom Sammeln von Anh\xE4ngen ausschlie\xDFen"},generatedAttachmentFileName:{description:{part1:"Siehe verf\xFCgbare",part2:"Tokens"},name:"Generierter Anhang-Dateiname"},includePaths:{description:{part1:"Notizen von den folgenden Pfaden einschlie\xDFen.",part2:"Jeden Pfad in eine neue Zeile einf\xFCgen.",part3:"Sie k\xF6nnen Pfad-String oder",part4:"Wenn die Einstellung leer ist, werden alle Notizen eingeschlossen."},name:"Pfade einschlie\xDFen"},jpegQuality:{description:"Je kleiner die Qualit\xE4t, desto gr\xF6\xDFer das Kompressionsverh\xE4ltnis.",name:"JPEG-Qualit\xE4t"},locationForNewAttachments:{description:{part1:"Beginnen Sie mit",part2:"um relativen Pfad zu verwenden.",part3:"Siehe verf\xFCgbare",part4:"Tokens",part5:"Punkt-Ordner wie",part6:"werden nicht empfohlen, da Obsidian sie nicht verfolgt. Sie m\xFCssen m\xF6glicherweise ein",part7:"Plugin verwenden, um sie zu verwalten."},name:"Speicherort f\xFCr neue Anh\xE4nge"},markdownUrlFormat:{description:{part1:"Format f\xFCr die URL, die in Markdown eingef\xFCgt wird.",part2:"Siehe verf\xFCgbare",part3:"Tokens",part4:"Leer lassen, um das Standardformat zu verwenden."},name:"Markdown URL-Format"},renameAttachmentsToLowerCase:"Anh\xE4nge in Kleinbuchstaben umbenennen",renamedAttachmentFileName:{description:{part1:"Siehe verf\xFCgbare",part2:"Tokens",part3:"Leer lassen, um",part4:"Einstellung zu verwenden."},name:"Umbenannter Anhang-Dateiname"},resetToSampleCustomTokens:{message:"Sind Sie sicher, dass Sie die benutzerdefinierten Tokens auf die Beispiel-Tokens zur\xFCcksetzen m\xF6chten? Ihre \xC4nderungen gehen verloren.",title:"Auf Beispiel-Tokens zur\xFCcksetzen"},shouldConvertPastedImagesToJpeg:{description:"Ob eingef\xFCgte Bilder in JPEG konvertiert werden sollen. Gilt nur, wenn der PNG-Bildinhalt direkt aus der Zwischenablage eingef\xFCgt wird. Typischerweise f\xFCr das Einf\xFCgen von Screenshots.",name:"Soll eingef\xFCgte Bilder in JPEG konvertieren"},shouldDeleteOrphanAttachments:{description:"Wenn aktiviert, werden beim L\xF6schen der Notiz auch ihre verwaisten Anh\xE4nge gel\xF6scht.",name:"Soll verwaiste Anh\xE4nge l\xF6schen"},shouldRenameAttachmentFiles:{description:{part1:"Wenn aktiviert, werden beim Umbenennen oder Verschieben einer Notiz ihre Anh\xE4nge entsprechend der",part2:"Einstellung umbenannt."},name:"Soll Anhang-Dateien umbenennen"},shouldRenameAttachmentFolders:{description:"Ob Anhang-Ordner umbenannt werden sollen, wenn eine Notiz umbenannt oder verschoben wird.",name:"Soll Anhang-Ordner umbenennen"},shouldRenameAttachmentsCreatedByOtherPlugins:{description:{part1:"Ob die Einstellungen f\xFCr Anhang-Ordner und Dateiname auch auf Anh\xE4nge angewendet werden, die ANDERE Plugins erstellen.",part2:"Manche Plugins schreiben einen Anhang unter einem eigenen Namen direkt in den Tresor, ohne Obsidian zu fragen, wohin er geh\xF6rt. Ist dies aktiviert, wird eine solche Datei unmittelbar nach ihrem Auftauchen verschoben und umbenannt.",part3:"Betroffen sind nur Dateien, die bei ge\xF6ffneter Notiz entstehen \u2014 niemals Dateien aus einer Synchronisierung oder einem Tresor-Import."},name:"Von anderen Plugins erstellte Anh\xE4nge umbenennen"},shouldRenameCollectedAttachments:{description:{part1:"Wenn aktiviert, werden Anh\xE4nge, die \xFCber",part2:"Anh\xE4nge sammeln",part3:"Befehle verarbeitet werden, entsprechend der",part4:"Einstellung umbenannt."},name:"Soll gesammelte Anh\xE4nge umbenennen"},specialCharacters:{description:{part1:"Sonderzeichen in Anhang-Ordner und Dateiname, die ersetzt oder entfernt werden sollen.",part2:"Leer lassen, um Sonderzeichen zu erhalten."},name:"Sonderzeichen"},specialCharactersReplacement:{description:{part1:"Ersetzungsstring f\xFCr Sonderzeichen in Anhang-Ordner und Dateiname.",part2:"Leer lassen, um Sonderzeichen zu entfernen."},name:"Sonderzeichen-Ersetzung"},timeoutInSeconds:{description:{part1:"Das Timeout in Sekunden f\xFCr alle Operationen.",part2:"Wenn",part3:"gesetzt ist, ist das Ausf\xFChrungs-Timeout f\xFCr Operationen deaktiviert."},name:"Timeout in Sekunden"},treatAsAttachmentExtensions:{description:{part1:"Dateien mit diesen Erweiterungen als Anh\xE4nge behandeln.",part2:"Standardm\xE4\xDFig",part3:"und",part4:"verkn\xFCpfte Dateien werden nicht als Anh\xE4nge behandelt und nicht mit der Notiz verschoben.",part5:"Sie k\xF6nnen benutzerdefinierte Erweiterungen hinzuf\xFCgen, z.B.",part6:", um dieses Verhalten zu \xFCberschreiben."},name:"Als Anhang-Erweiterungen behandeln"}},promptWithPreviewModal:{fileNameTitle:"Anhang-Datei umbenennen",folderTitle:"Anhang-Ordner w\xE4hlen",previewModal:{title:"Anhang-Datei anzeigen '{{fullFileName}}'"},title:"Geben Sie einen Wert f\xFCr den Prompt-Token an"},regularExpression:"/regul\xE4rer Ausdruck/"};var bN={attachmentCollector:{confirm:{part1:"Do you want to collect attachments for all notes in folders recursively?",part2:"This operation cannot be undone."},progressBar:{message:"Collecting attachments {{iterationString}} - '{{noteFilePath}}'.",title:"Collecting attachments..."}},buttons:{copy:"Copy",move:"Move",previewAttachmentFile:"Preview attachment file",skip:"Skip"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"Attachment",part2:"is referenced by multiple notes."},heading:"Collecting attachment used by multiple notes",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Should use the same action for other problematic attachments"},commands:{collectAttachmentsCurrentFolder:"Collect attachments in current folder",collectAttachmentsCurrentNote:"Collect attachments in current note",collectAttachmentsEntireVault:"Collect attachments in entire vault"},menuItems:{collectAttachmentsInFile:"Collect attachments in file",collectAttachmentsInFiles:"Collect attachments in files"},notice:{collectingAttachments:"Collecting attachments for '{{noteFilePath}}'",collectingAttachmentsCancelled:"Collecting attachments cancelled. See console for details.",generatedAttachmentFileNameIsInvalid:{part1:`Generated attachment file name '{{path}}' is invalid.
|
|
{{validationMessage}}
|
|
Check your`,part2:"setting."},notePathIsIgnored:"Note path is ignored"},obsidianDevUtils:{buttons:{cancel:"Cancel",ok:"OK"},dataview:{itemsPerPage:"Items per page:",jumpToPage:"Jump to page:"},notices:{attachmentIsStillUsed:"Attachment {{attachmentPath}} is still used by other notes. It will not be deleted.",unhandledError:"An unhandled error occurred. Please check the console for more information."}},pluginSettings:{attachmentRenameMode:{all:{description:"all files are renamed.",displayText:"All"},none:{description:"their names are preserved.",displayText:"None"},onlyPastedImages:{description:"only pasted images are renamed. Applies only when the PNG image content is pasted from the clipboard directly. Typically, for pasting screenshots.",displayText:"Only pasted images"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"cancel the attachment collecting.",displayText:"Cancel"},copy:{description:"copy the attachment to the new location.",displayText:"Copy"},move:{description:"move the attachment to the new location.",displayText:"Move"},prompt:{description:"prompt the user to choose the action.",displayText:"Prompt"},skip:{description:"skip the attachment and proceed to the next one.",displayText:"Skip"}},defaultImageSizeDimension:{height:"Height",width:"Width"},emptyFolderBehavior:{delete:{description:"will delete the empty attachment folder.",displayText:"Delete"},deleteWithEmptyParents:{description:"will delete the empty attachment folder and its empty parent folders.",displayText:"Delete with empty parents"},keep:{description:"will keep the empty attachment folder.",displayText:"Keep"}}},pluginSettingsManager:{customToken:{codeComment:`// Custom tokens were commented out as they have to be updated to the new format introduced in plugin version 9.0.0.
|
|
// Refer to the documentation (https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) for more information.`,deprecated:{part1:"In plugin version 9.0.0, the format of custom token registration changed. Please update your tokens accordingly. Refer to the",part2:"documentation",part3:"for more information"}},legacyRenameAttachmentsToLowerCase:{part1:"In plugin version 9.0.0, the",part2:"setting is deprecated. Use",part3:"format instead. See",part4:"documentation",part5:"for more information"},markdownUrlFormat:{deprecated:{part1:"You have potentially incorrect value set for the",part2:"format. Please refer to the",part3:"documentation",part4:"for more information",part5:"This message will not be shown again."}},specialCharacters:{part1:"In plugin version 9.16.0, the",part2:"default setting value was changed. Your setting value was updated to the new default value."},validation:{defaultImageSizeMustBePercentageOrPixels:"The default image size must be in pixels or percentage",invalidCustomTokensCode:"Invalid custom tokens code",invalidRegularExpression:"Invalid regular expression {{regExp}}",specialCharactersMustNotContainSlash:"Special characters must not contain /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"Special character replacement must not contain invalid file name path characters."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"When attaching files:"},name:"Attachment rename mode"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"When the collected attachment is used by multiple notes:"},name:"Collect attachment used by multiple notes mode"},collectedAttachmentFileName:{description:{part1:"See available",part2:"tokens",part3:"Leave blank to use",part4:"setting instead."},name:"Collected attachment file name"},customTokens:{description:{part1:"Custom tokens to be used.",part2:"See",part3:"documentation",part4:"for more information.",part5:"\u26A0\uFE0F Custom tokens can be an arbitrary JavaScript code. If poorly written, it can cause the data loss. Use it at your own risk."},name:"Custom tokens"},defaultImageSize:{description:{part1:"The default image size.",part2:"Can be specified in pixels",part3:"or percentage of the full image size",part4:"Leave blank to use the original image size."},name:"Default image size"},duplicateNameSeparator:{description:{part1:"When you are pasting/dragging a file with the same name as an existing file, this separator will be added to the file name.",part2:"E.g., when you are dragging file",part3:", it will be renamed to ",part4:", etc, getting the first name available."},name:"Duplicate name separator"},emptyFolderBehavior:{description:{part1:"When the attachment folder becomes empty:"},name:"Empty attachment folder behaviour"},excludePaths:{description:{part1:"Exclude notes from the following paths.",part2:"Insert each path on a new line.",part3:"You can use path string or",part4:"If the setting is empty, no notes are excluded."},name:"Exclude paths"},excludePathsFromAttachmentCollecting:{description:{part1:"Exclude attachments from the following paths when",part2:"Collect attachments",part3:"command is executed.",part4:"Insert each path on a new line.",part5:"You can use path string or",part6:"If the setting is empty, no paths are excluded from attachment collecting."},name:"Exclude paths from attachment collecting"},generatedAttachmentFileName:{description:{part1:"See available",part2:"tokens"},name:"Generated attachment file name"},includePaths:{description:{part1:"Include notes from the following paths.",part2:"Insert each path on a new line.",part3:"You can use path string or",part4:"If the setting is empty, all notes are included."},name:"Include paths"},jpegQuality:{description:"The smaller the quality, the greater the compression ratio.",name:"JPEG Quality"},locationForNewAttachments:{description:{part1:"Start with",part2:"to use relative path.",part3:"See available",part4:"tokens",part5:"Dot-folders like",part6:"are not recommended, because Obsidian does not track them. You might need to use",part7:"Plugin to manage them."},name:"Location for new attachments"},markdownUrlFormat:{description:{part1:"Format for the URL that will be inserted into Markdown.",part2:"See available",part3:"tokens",part4:"Leave blank to use the default format."},name:"Markdown URL format"},renameAttachmentsToLowerCase:"Rename attachments to lower case",renamedAttachmentFileName:{description:{part1:"See available",part2:"tokens",part3:"Leave blank to use",part4:"setting instead."},name:"Renamed attachment file name"},resetToSampleCustomTokens:{message:"Are you sure you want to reset the custom tokens to the sample custom tokens? Your changes will be lost.",title:"Reset to sample custom tokens"},shouldConvertPastedImagesToJpeg:{description:"Whether to convert pasted images to JPEG. Applies only when the PNG image content is pasted from the clipboard directly. Typically, for pasting screenshots.",name:"Should convert pasted images to JPEG"},shouldDeleteOrphanAttachments:{description:"If enabled, when the note is deleted, its orphan attachments are deleted as well.",name:"Should delete orphan attachments"},shouldRenameAttachmentFiles:{description:{part1:"If enabled, when a note is renamed or moved, its attachments will be renamed according to the",part2:"setting."},name:"Should rename attachment files"},shouldRenameAttachmentFolders:{description:"Whether to rename attachment folders when a note is renamed or moved.",name:"Should rename attachment folders"},shouldRenameAttachmentsCreatedByOtherPlugins:{description:{part1:"Whether to apply the attachment folder and file name settings to attachments that OTHER plugins create.",part2:"Some plugins write an attachment into the vault under a name of their own, without asking Obsidian where it belongs. With this enabled, such a file is moved and renamed right after it appears.",part3:"Only files created while a note is open are touched, never files arriving from a sync or a vault import."},name:"Rename attachments created by other plugins"},shouldRenameCollectedAttachments:{description:{part1:"If enabled, attachments processed via",part2:"Collect attachments",part3:"commands will be renamed according to the",part4:"setting."},name:"Should rename collected attachments"},specialCharacters:{description:{part1:"Special characters in attachment folder and file name to be replaced or removed.",part2:"Leave blank to preserve special characters."},name:"Special characters"},specialCharactersReplacement:{description:{part1:"Replacement string for special characters in attachment folder and file name.",part2:"Leave blank to remove special characters."},name:"Special characters replacement"},timeoutInSeconds:{description:{part1:"The timeout in seconds for all operations.",part2:"If",part3:"is set, the operations execution timeout is disabled."},name:"Timeout in seconds"},treatAsAttachmentExtensions:{description:{part1:"Treat files with these extensions as attachments.",part2:"By default",part3:"and",part4:"linked files are not treated as attachments and are not moved with the note.",part5:"You can add custom extensions, e.g.",part6:", to override this behavior."},name:"Treat as attachment extensions"}},promptWithPreviewModal:{fileNameTitle:"Rename attachment file",folderTitle:"Choose attachment folder",previewModal:{title:"Preview attachment file '{{fullFileName}}'"},title:"Provide a value for the prompt token"},regularExpression:"/regular expression/"};yc();var dw={...Ka,attachmentCollector:{confirm:{part1:"Do you want to collect attachments for all notes in folders recursively?",part2:"This operation cannot be undone."},progressBar:{message:"Collecting attachments {{iterationString}} - '{{noteFilePath}}'.",title:"Collecting attachments..."}},buttons:{copy:"Copy",copyAll:"Copy all",move:"Move",previewAttachmentFile:"Preview attachment file",select:"Select",skip:"Skip"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"Attachment",part2:"is referenced by multiple notes."},heading:"Collecting attachment used by multiple notes",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Should use the same action for other problematic attachments"},commands:{collectAttachmentsCurrentFolder:"Collect attachments in current folder",collectAttachmentsCurrentNote:"Collect attachments in current note",collectAttachmentsEntireVault:"Collect attachments in entire vault",deleteUnusedAttachmentsCurrentNote:"Delete unused attachments in current note",moveAttachmentToProperFolder:"Move attachment to proper folder"},deleteUnusedAttachments:{confirm:{part1:"The following unused attachments will be moved to the trash:",part2:"This operation cannot be undone."}},menuItems:{collectAttachmentsInFile:"Collect attachments in file",collectAttachmentsInFiles:"Collect attachments in files",deleteUnusedAttachmentsInFile:"Delete unused attachments in file",deleteUnusedAttachmentsInFiles:"Delete unused attachments in files"},moveAttachmentToProperFolder:{progressBar:{message:"Moving attachment to proper folder {{iterationString}} - '{{attachmentFilePath}}'.",title:"Moving attachment to proper folder..."},unusedAttachment:"Attachment {{attachmentPath}} is not used by any note. It will not be moved."},moveAttachmentToProperFolderUsedByMultipleNotesModal:{content:{part1:"Attachment",part2:"is referenced by multiple notes.",part3:"Select notes to copy the attachment to."},heading:"Collecting attachment used by multiple notes",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Should use the same action for other problematic attachments"},notice:{attachmentReferencedByRawPath:"Skipping collecting attachment '{{attachmentPath}}' because it is referenced by a raw path in '{{noteFilePath}}'.",attachmentUnitFolderUsedByMultipleNotes:"Skipping collecting attachment '{{attachmentPath}}' because its attachment unit folder '{{unitFolderPath}}' is referenced by multiple notes.",collectingAttachments:"Collecting attachments for '{{noteFilePath}}'",collectingAttachmentsCancelled:"Collecting attachments cancelled. See console for details.",couldNotResolveTemplatePath:"Could not resolve template path '{{template}}'. See console for details.",generatedAttachmentFileNameIsInvalid:{part1:`Generated attachment file name '{{path}}' is invalid.
|
|
{{validationMessage}}
|
|
Check your`,part2:"setting."},notePathIsIgnored:"Note path is ignored",noUnusedAttachments:"No unused attachments found.",updatingLinks:"Updating links: {{processed}}/{{total}} - '{{currentPath}}'"},pluginSettings:{attachmentRenameMode:{all:{description:"all files are renamed.",displayText:"All"},none:{description:"their names are preserved.",displayText:"None"},onlyPastedImages:{description:"only pasted images are renamed. Applies only when the PNG image content is pasted from the clipboard directly. Typically, for pasting screenshots.",displayText:"Only pasted images"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"cancel the attachment collecting.",displayText:"Cancel"},copy:{description:"copy the attachment to the new location.",displayText:"Copy"},move:{description:"move the attachment to the new location.",displayText:"Move"},prompt:{description:"prompt the user to choose the action.",displayText:"Prompt"},skip:{description:"skip the attachment and proceed to the next one.",displayText:"Skip"}},convertImagesToJpegMode:{allImages:{description:"all images are converted to JPEG.",displayText:"All images"},allImagesExceptAlreadyJpeg:{description:"all images except already JPEG files are converted to JPEG.",displayText:"All images except already JPEG"},none:{description:"do not convert images to JPEG.",displayText:"None"},onlyPastedClipboardPngImages:{description:"only convert pasted clipboard PNG images to JPEG.",displayText:"Only pasted clipboard PNG images"}},defaultImageSizeDimension:{height:"Height",width:"Width"},emptyFolderBehavior:{delete:{description:"will delete the empty folder.",displayText:"Delete"},deleteWithEmptyParents:{description:"will delete the empty folder and its empty parent folders.",displayText:"Delete with empty parents"},keep:{description:"will keep the empty folder.",displayText:"Keep"}},moveAttachmentToProperFolderUsedByMultipleNotesMode:{cancel:{description:"cancel the attachment collecting.",displayText:"Cancel"},copyAll:{description:"copy the attachment to the new location for all notes.",displayText:"Copy all"},prompt:{description:"prompt the user to choose the action.",displayText:"Prompt"},skip:{description:"skip the attachment and proceed to the next one.",displayText:"Skip"}}},pluginSettingsManager:{customToken:{codeComment:`// Custom tokens were commented out as they have to be updated to the new format introduced in plugin version 9.0.0.
|
|
// Refer to the documentation (https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) for more information.`,deprecated:{part1:"The format of custom token registration changed. Please update your tokens accordingly. Refer to the",part2:"documentation",part3:"for more information"}},legacyRenameAttachmentsToLowerCase:{part1:"The",part2:"setting is deprecated. Use",part3:"format instead. See",part4:"documentation",part5:"for more information"},markdownUrlFormat:{deprecated:{part1:"You have potentially incorrect value set for the",part2:"format. Please refer to the",part3:"documentation",part4:"for more information",part5:"This message will not be shown again."}},specialCharacters:{part1:"The",part2:"default setting value was changed. Your setting value was updated to the new default value."},validation:{defaultImageSizeMustBePercentageOrPixels:"Default image size must be in pixels or percentage",invalidCustomTokensCode:"Invalid custom tokens code",invalidRegularExpression:"Invalid regular expression {{regExp}}",specialCharactersMustNotContainSlash:"Special characters must not contain /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"Special character replacement must not contain invalid file name path characters."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"When attaching files:"},name:"Attachment rename mode"},attachmentUnitFolderPaths:{description:{part1:"Treat the following folders as a single attachment. When",part2:"Collect attachments",part3:"moves an attachment from one of them, the whole folder moves along with it.",part4:"Use this for attachments that are really a folder: a saved page next to its files folder, a drawing next to the images it references.",part5:"Insert each path on a new line.",part6:"You can use path string or",part7:"A plain path is matched from the vault root. To match a folder name wherever it appears, use a regular expression.",part8:"If the setting is empty, every attachment is moved on its own, which is the behavior without this setting."},name:"Attachment unit folders"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"When the collected attachment is used by multiple notes:"},name:"Collect attachment used by multiple notes mode"},collectedAttachmentFileName:{description:{part1:"See available",part2:"tokens",part3:"Leave empty to use",part4:"setting instead."},name:"Collected attachment file name"},convertImagesToJpegMode:{description:{part1:"Which images to convert to JPEG:"},name:"Convert images to JPEG mode"},customTokens:{description:{part1:"Custom tokens to be used.",part2:"See",part3:"documentation",part4:"for more information.",part5:"\u26A0\uFE0F Custom tokens can be an arbitrary JavaScript code. If poorly written, it can cause the data loss. Use it at your own risk."},name:"Custom tokens"},defaultImageSize:{description:{part1:"The default image size.",part2:"Can be specified in pixels",part3:"or percentage of the full image size",part4:"Leave blank to use the original image size."},name:"Default image size"},downloadNetworkImages:{description:"When collecting attachments, automatically download network images referenced in markdown and save them locally.",name:"Download network images"},duplicateNameSeparator:{description:{part1:"When you are pasting/dragging a file with the same name as an existing file, this separator will be added to the file name.",part2:"E.g., when you are dragging file",part3:", it will be renamed to ",part4:", etc, getting the first name available."},name:"Duplicate name separator"},emptyFolderBehavior:{description:{part1:"When the folder becomes empty:"},name:"Empty folder behavior"},excludePaths:{description:{part1:"Exclude notes from the following paths.",part2:"Insert each path on a new line.",part3:"You can use path string or",part4:"If the setting is empty, no notes are excluded."},name:"Exclude paths"},excludePathsFromAttachmentCollecting:{description:{part1:"Exclude attachments from the following paths when",part2:"Collect attachments",part3:"command is executed.",part4:"Insert each path on a new line.",part5:"You can use path string or",part6:"If the setting is empty, no paths are excluded from attachment collecting."},name:"Exclude paths from attachment collecting"},excludePathsFromMultipleNotesCheck:{description:{part1:"Ignore notes from the following paths when checking whether an attachment is used by multiple notes during the",part2:"Collect attachments",part3:"and",part4:"Move attachment to proper folder",part5:"commands.",part6:"Insert each path on a new line.",part7:"You can use path string or",part8:"If the setting is empty, no notes are ignored."},name:"Exclude paths from multiple notes check"},generatedAttachmentFileName:{description:{part1:"See available",part2:"tokens"},name:"Generated attachment file name"},groups:{advanced:"Advanced",collectedAttachments:"Collected attachments",core:"Core",customTokens:"Custom tokens",deletion:"Deletion",images:"Images",moveRenames:"Move/renames",path:"Path",specialCharacters:"Special characters"},includePaths:{description:{part1:"Include notes from the following paths.",part2:"Insert each path on a new line.",part3:"You can use path string or",part4:"If the setting is empty, all notes are included."},name:"Include paths"},jpegQuality:{description:"The smaller the quality, the greater the compression ratio.",name:"JPEG Quality"},locationForNewAttachments:{description:{part1:"Start with",part2:"for paths relative to parent folder of note.",part3:"See available",part4:"tokens",part5:"Dot-folders like",part6:"are not recommended, because Obsidian does not track them. You might need to use",part7:"Plugin to manage them."},name:"Location for new attachments"},markdownUrlFormat:{description:{part1:"Format for the URL that will be inserted into Markdown.",part2:"See available",part3:"tokens",part4:"Leave blank to use the default format."},name:"Markdown URL format"},moveAttachmentToProperFolderUsedByMultipleNotesMode:{description:{part1:"When the attachment is used by multiple notes:"},name:"Move attachment to proper folder used by multiple notes mode"},networkImageDownloadTimeoutInSeconds:{description:"The timeout in seconds for downloading each network image.",name:"Network image download timeout in seconds"},notePriorities:{description:{part1:"When an attachment is referenced by several notes, the first matching entry decides which note it belongs to.",part2:"Insert each entry on a new line, highest priority first.",part3:"An entry starting with a dot is a file extension, e.g.",part4:"An entry starting with",part5:"matches a frontmatter property, optionally with a value, e.g.",part6:"Anything else is a path from the vault root, or a",part7:"When no entry matches, or when the best entry matches several of the notes, the ambiguity is left to the mode above.",part8:"If the setting is empty, every such attachment is left to the mode above, which is the behavior without this setting.",part9:"Note that this can move an attachment into a note other than the one you ran the command on."},name:"Note priorities"},renameAttachmentsToLowerCase:"Rename attachments to lower case",renamedAttachmentFileName:{description:{part1:"See available",part2:"tokens",part3:"Leave empty to use",part4:"setting instead."},name:"Renamed attachment file name"},resetToSampleCustomTokens:{message:"Are you sure you want to reset the custom tokens to the sample custom tokens? Your changes will be lost.",title:"Reset to sample custom tokens"},shouldConvertPastedImagesToJpeg:{description:"Whether to convert pasted images to JPEG. Applies only when the PNG image content is pasted from the clipboard directly. Typically, for pasting screenshots.",name:"Should convert pasted images to JPEG"},shouldDeleteOrphanAttachments:{description:"If enabled, when the note is deleted, its orphan attachments are deleted as well.",name:"Should delete orphan attachments"},shouldHandleRenames:{description:{part1:"Whether to handle renames.",part2:"To handle embeds inside canvas text nodes on rename, additionally install the",part3:"plugin. Canvas file node links are handled without it."},name:"Should handle renames"},shouldPreserveImageMetadata:{description:{part1:"If enabled, the EXIF, GPS, XMP and ICC profile data of a converted image is carried into the JPEG. Only works when the original is already a JPEG; nothing else stores that data in a form that can be copied across.",part2:"Enable it if you rely on the geolocation of your photos, for example to plot them on a map. Leave it off if you share your vault, since the same data also carries camera serial numbers and the times and places the photos were taken.",part3:"The orientation is always reset, because the conversion has already rotated the pixels."},name:"Should preserve image metadata"},shouldRenameAttachmentFiles:{description:{part1:"If enabled, when a note is renamed or moved, its attachments will be renamed according to the",part2:"setting."},name:"Should rename attachment files"},shouldRenameAttachmentFolders:{description:"Whether to rename attachment folders when a note is renamed or moved.",name:"Should rename attachment folders"},shouldRenameAttachmentsCreatedByOtherPlugins:{description:{part1:"Whether to apply the attachment folder and file name settings to attachments that OTHER plugins create.",part2:"Some plugins write an attachment into the vault under a name of their own, without asking Obsidian where it belongs. With this enabled, such a file is moved and renamed right after it appears.",part3:"Only files created while a note is open are touched, never files arriving from a sync or a vault import."},name:"Rename attachments created by other plugins"},shouldRenameCollectedAttachments:{description:{part1:"If enabled, attachments processed via",part2:"Collect attachments",part3:"commands will be renamed according to the",part4:"setting."},name:"Should rename collected attachments"},shouldRescueSharedAttachments:{description:{part1:"If enabled, when a note or its attachment folder is deleted while another note still references one of its attachments, that attachment is moved into the surviving note's attachment folder instead of being left behind in the deleted note's folder. Its file name is kept.",part2:"It moves only when a single note is left referencing the attachment, or when the",part3:"setting names a clear winner among several. Otherwise the attachment stays where it is.",part4:"Takes effect only while orphan attachments are deleted."},name:"Should rescue shared attachments"},shouldSetLinkDisplayTextToAttachmentFileName:{description:"If enabled, when a link to an attachment is inserted, its display text is set to the attachment file name (without extension). Does not affect links between notes.",name:"Set link display text to attachment file name"},shouldSkipCollectingAttachmentsReferencedByRawPath:{description:"When collecting an attachment, also scan every note's raw text for the attachment's path or file name. If another note references it in a format Obsidian does not index (e.g. via other plugins' custom syntaxes or raw HTML), the attachment is treated as still used and is left in place. This prevents losing attachments referenced by non-standard syntaxes, at the cost of a slower collect.",name:"Skip collecting attachments referenced by a raw path"},specialCharacters:{description:{part1:"Special characters in attachment folder and file name to be replaced or removed.",part2:"Leave blank to preserve special characters."},name:"Special characters"},specialCharactersReplacement:{description:{part1:"Replacement string for special characters in attachment folder and file name.",part2:"Leave blank to remove special characters."},name:"Special characters replacement"},timeoutInSeconds:{description:{part1:"The timeout in seconds for all operations.",part2:"If",part3:"is set, the operations execution timeout is disabled."},name:"Timeout in seconds"},treatAsAttachmentExtensions:{description:{part1:"Treat files with these extensions as attachments.",part2:"By default",part3:"and",part4:"linked files are not treated as attachments and are not moved with the note.",part5:"You can add custom extensions, e.g.",part6:", to override this behavior.",part7:"Insert each extension on a new line."},name:"Treat as attachment extensions"}},promptWithPreviewModal:{fileNameTitle:"Rename attachment file",folderTitle:"Choose attachment folder",previewModal:{title:"Preview attachment file '{{fullFileName}}'"},title:"Provide a value for the prompt token"},regularExpression:"/regular expression/",releaseNotes:{title:"Release notes",versionMismatch:{part1:"Your settings file ",part2:"has version",part3:"which is newer than the current plugin version",part4:"The plugin might not work as expected. Please update the plugin to the latest version or ensure that the settings are correct.",title:"Version mismatch"},versions:{"10.0.0":{part1:"The format of tokens has been changed. Please update your tokens accordingly. See",part2:"documentation",part3:"for more information."},"11.0.0":{part1:"Custom tokens that read the attachment content must be updated. The synchronous",part2:"property was replaced with the lazy",part3:"method. See",part4:"documentation",part5:"for migration details."}}}};var kN={attachmentCollector:{confirm:{part1:"\xBFQuieres recopilar los archivos adjuntos de todas las notas en las carpetas de forma recursiva?",part2:"Esta operaci\xF3n no se puede deshacer."},progressBar:{message:"Recopilando archivos adjuntos {{iterationString}} - '{{noteFilePath}}'.",title:"Recopilando archivos adjuntos..."}},buttons:{copy:"Copiar",move:"Mover",previewAttachmentFile:"Vista previa del archivo adjunto",skip:"Omitir"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"El archivo adjunto",part2:"es referenciado por m\xFAltiples notas."},heading:"Recopilando archivo adjunto usado por m\xFAltiples notas",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Deber\xEDa usar la misma acci\xF3n para otros archivos adjuntos problem\xE1ticos"},commands:{collectAttachmentsCurrentFolder:"Recopilar archivos adjuntos en la carpeta actual",collectAttachmentsCurrentNote:"Recopilar archivos adjuntos en la nota actual",collectAttachmentsEntireVault:"Recopilar archivos adjuntos en toda la b\xF3veda"},menuItems:{collectAttachmentsInFile:"Recopilar adjuntos en el archivo",collectAttachmentsInFiles:"Recopilar adjuntos en los archivos"},notice:{collectingAttachments:"Recopilando archivos adjuntos para '{{noteFilePath}}'",collectingAttachmentsCancelled:"Recopilaci\xF3n de archivos adjuntos cancelada. Ver consola para detalles.",generatedAttachmentFileNameIsInvalid:{part1:`El nombre del archivo adjunto generado '{{path}}' es inv\xE1lido.
|
|
{{validationMessage}}
|
|
Revisa tu`,part2:"configuraci\xF3n."},notePathIsIgnored:"La ruta de la nota es ignorada"},obsidianDevUtils:{buttons:{cancel:"Cancelar",ok:"OK"},dataview:{itemsPerPage:"Elementos por p\xE1gina:",jumpToPage:"Ir a p\xE1gina:"},notices:{attachmentIsStillUsed:"El archivo adjunto {{attachmentPath}} a\xFAn es usado por otras notas. No ser\xE1 eliminado.",unhandledError:"Ocurri\xF3 un error no manejado. Por favor revisa la consola para m\xE1s informaci\xF3n."}},pluginSettings:{attachmentRenameMode:{all:{description:"todos los archivos son renombrados.",displayText:"Todos"},none:{description:"sus nombres son preservados.",displayText:"Ninguno"},onlyPastedImages:{description:"solo las im\xE1genes pegadas son renombradas. Se aplica solo cuando el contenido de imagen PNG se pega directamente desde el portapapeles. T\xEDpicamente, para pegar capturas de pantalla.",displayText:"Solo im\xE1genes pegadas"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"cancelar la recopilaci\xF3n de archivos adjuntos.",displayText:"Cancelar"},copy:{description:"copiar el archivo adjunto a la nueva ubicaci\xF3n.",displayText:"Copiar"},move:{description:"mover el archivo adjunto a la nueva ubicaci\xF3n.",displayText:"Mover"},prompt:{description:"solicitar al usuario que elija la acci\xF3n.",displayText:"Solicitar"},skip:{description:"omitir el archivo adjunto y proceder al siguiente.",displayText:"Omitir"}},defaultImageSizeDimension:{height:"Altura",width:"Ancho"},emptyFolderBehavior:{delete:{description:"eliminar\xE1 la carpeta de archivos adjuntos vac\xEDa.",displayText:"Eliminar"},deleteWithEmptyParents:{description:"eliminar\xE1 la carpeta de archivos adjuntos vac\xEDa y sus carpetas padre vac\xEDas.",displayText:"Eliminar con padres vac\xEDos"},keep:{description:"mantendr\xE1 la carpeta de archivos adjuntos vac\xEDa.",displayText:"Mantener"}}},pluginSettingsManager:{customToken:{codeComment:`// Los tokens personalizados fueron comentados ya que deben ser actualizados al nuevo formato introducido en la versi\xF3n del plugin 9.0.0.
|
|
// Consulta la documentaci\xF3n (https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) para m\xE1s informaci\xF3n.`,deprecated:{part1:"En la versi\xF3n del plugin 9.0.0, el formato de registro de tokens personalizados cambi\xF3. Por favor actualiza tus tokens en consecuencia. Consulta la",part2:"documentaci\xF3n",part3:"para m\xE1s informaci\xF3n"}},legacyRenameAttachmentsToLowerCase:{part1:"En la versi\xF3n del plugin 9.0.0, la",part2:"configuraci\xF3n est\xE1 obsoleta. Usa el",part3:"formato en su lugar. Ver",part4:"documentaci\xF3n",part5:"para m\xE1s informaci\xF3n"},markdownUrlFormat:{deprecated:{part1:"Tienes un valor potencialmente incorrecto establecido para el",part2:"formato. Por favor consulta la",part3:"documentaci\xF3n",part4:"para m\xE1s informaci\xF3n",part5:"Este mensaje no se mostrar\xE1 de nuevo."}},specialCharacters:{part1:"En la versi\xF3n del plugin 9.16.0, el",part2:"valor de configuraci\xF3n por defecto fue cambiado. Tu valor de configuraci\xF3n fue actualizado al nuevo valor por defecto."},validation:{defaultImageSizeMustBePercentageOrPixels:"El tama\xF1o de imagen predeterminado debe estar en p\xEDxeles o porcentaje",invalidCustomTokensCode:"C\xF3digo de tokens personalizados inv\xE1lido",invalidRegularExpression:"Expresi\xF3n regular inv\xE1lida {{regExp}}",specialCharactersMustNotContainSlash:"Los caracteres especiales no deben contener /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"El reemplazo de caracteres especiales no debe contener caracteres de ruta de nombre de archivo inv\xE1lidos."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"Al adjuntar archivos:"},name:"Modo de renombrado de archivos adjuntos"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"Cuando el archivo adjunto recopilado es usado por m\xFAltiples notas:"},name:"Modo de recopilar archivo adjunto usado por m\xFAltiples notas"},collectedAttachmentFileName:{description:{part1:"Ver",part2:"tokens disponibles",part3:"Dejar en blanco para usar",part4:"configuraci\xF3n en su lugar."},name:"Nombre de archivo adjunto recopilado"},customTokens:{description:{part1:"Tokens personalizados a usar.",part2:"Ver",part3:"documentaci\xF3n",part4:"para m\xE1s informaci\xF3n.",part5:"\u26A0\uFE0F Los tokens personalizados pueden ser c\xF3digo JavaScript arbitrario. Si est\xE1n mal escritos, pueden causar p\xE9rdida de datos. \xDAsalos bajo tu propio riesgo."},name:"Tokens personalizados"},defaultImageSize:{description:{part1:"El tama\xF1o de imagen predeterminado.",part2:"Puede especificarse en p\xEDxeles",part3:"o como porcentaje del tama\xF1o total de la imagen",part4:"D\xE9jalo en blanco para usar el tama\xF1o original de la imagen."},name:"Tama\xF1o de imagen predeterminado"},duplicateNameSeparator:{description:{part1:"Cuando est\xE1s pegando/arrastrando un archivo con el mismo nombre que un archivo existente, este separador ser\xE1 a\xF1adido al nombre del archivo.",part2:"Por ejemplo, cuando arrastras el archivo",part3:", ser\xE1 renombrado a",part4:", etc., obteniendo el primer nombre disponible."},name:"Separador de nombres duplicados"},emptyFolderBehavior:{description:{part1:"Cuando la carpeta de archivos adjuntos se vac\xEDa:"},name:"Comportamiento de carpeta de archivos adjuntos vac\xEDa"},excludePaths:{description:{part1:"Excluir notas de las siguientes rutas.",part2:"Inserta cada ruta en una nueva l\xEDnea.",part3:"Puedes usar cadena de ruta o",part4:"Si la configuraci\xF3n est\xE1 vac\xEDa, no se excluyen notas."},name:"Excluir rutas"},excludePathsFromAttachmentCollecting:{description:{part1:"Excluir archivos adjuntos de las siguientes rutas cuando",part2:"Recopilar archivos adjuntos",part3:"comando es ejecutado.",part4:"Inserta cada ruta en una nueva l\xEDnea.",part5:"Puedes usar cadena de ruta o",part6:"Si la configuraci\xF3n est\xE1 vac\xEDa, no se excluyen rutas de la recopilaci\xF3n de archivos adjuntos."},name:"Excluir rutas de la recopilaci\xF3n de archivos adjuntos"},generatedAttachmentFileName:{description:{part1:"Ver",part2:"tokens disponibles"},name:"Nombre de archivo adjunto generado"},includePaths:{description:{part1:"Incluir notas de las siguientes rutas.",part2:"Inserta cada ruta en una nueva l\xEDnea.",part3:"Puedes usar cadena de ruta o",part4:"Si la configuraci\xF3n est\xE1 vac\xEDa, todas las notas est\xE1n incluidas."},name:"Incluir rutas"},jpegQuality:{description:"Cuanto menor la calidad, mayor la relaci\xF3n de compresi\xF3n.",name:"Calidad JPEG"},locationForNewAttachments:{description:{part1:"Comenzar con",part2:"para usar ruta relativa.",part3:"Ver",part4:"tokens disponibles",part5:"Carpetas con punto como",part6:"no son recomendadas, porque Obsidian no las rastrea. Podr\xEDas necesitar usar un",part7:"Plugin para gestionarlas."},name:"Ubicaci\xF3n para nuevos archivos adjuntos"},markdownUrlFormat:{description:{part1:"Formato para la URL que ser\xE1 insertada en Markdown.",part2:"Ver",part3:"tokens disponibles",part4:"Dejar en blanco para usar el formato por defecto."},name:"Formato de URL Markdown"},renameAttachmentsToLowerCase:"Renombrar archivos adjuntos a min\xFAsculas",renamedAttachmentFileName:{description:{part1:"Ver",part2:"tokens disponibles",part3:"Dejar en blanco para usar",part4:"configuraci\xF3n en su lugar."},name:"Nombre de archivo adjunto renombrado"},resetToSampleCustomTokens:{message:"\xBFEst\xE1s seguro de que quieres resetear los tokens personalizados a los tokens personalizados de muestra? Tus cambios se perder\xE1n.",title:"Resetear a tokens personalizados de muestra"},shouldConvertPastedImagesToJpeg:{description:"Si convertir im\xE1genes pegadas a JPEG. Se aplica solo cuando el contenido de imagen PNG se pega directamente desde el portapapeles. T\xEDpicamente, para pegar capturas de pantalla.",name:"Si convertir im\xE1genes pegadas a JPEG"},shouldDeleteOrphanAttachments:{description:"Si est\xE1 habilitado, cuando la nota es eliminada, sus archivos adjuntos hu\xE9rfanos tambi\xE9n son eliminados.",name:"Si eliminar archivos adjuntos hu\xE9rfanos"},shouldRenameAttachmentFiles:{description:{part1:"Si est\xE1 habilitado, cuando una nota es renombrada o movida, sus archivos adjuntos ser\xE1n renombrados seg\xFAn la",part2:"configuraci\xF3n."},name:"Si renombrar archivos adjuntos"},shouldRenameAttachmentFolders:{description:"Si renombrar carpetas de archivos adjuntos cuando una nota es renombrada o movida.",name:"Si renombrar carpetas de archivos adjuntos"},shouldRenameAttachmentsCreatedByOtherPlugins:{description:{part1:"Si se deben aplicar los ajustes de carpeta de adjuntos y nombre de archivo a los adjuntos que crean OTROS complementos.",part2:"Algunos complementos escriben un adjunto en la b\xF3veda con un nombre propio, sin preguntar a Obsidian d\xF3nde corresponde. Con esta opci\xF3n activada, ese archivo se mueve y se renombra en cuanto aparece.",part3:"Solo se tocan los archivos creados mientras hay una nota abierta, nunca los que llegan de una sincronizaci\xF3n o de una importaci\xF3n de b\xF3veda."},name:"Renombrar adjuntos creados por otros complementos"},shouldRenameCollectedAttachments:{description:{part1:"Si est\xE1 habilitado, archivos adjuntos procesados v\xEDa",part2:"Recopilar archivos adjuntos",part3:"comandos ser\xE1n renombrados seg\xFAn la",part4:"configuraci\xF3n."},name:"Si renombrar archivos adjuntos recopilados"},specialCharacters:{description:{part1:"Caracteres especiales en carpeta de archivos adjuntos y nombre de archivo a ser reemplazados o removidos.",part2:"Dejar en blanco para preservar caracteres especiales."},name:"Caracteres especiales"},specialCharactersReplacement:{description:{part1:"Cadena de reemplazo para caracteres especiales en carpeta de archivos adjuntos y nombre de archivo.",part2:"Dejar en blanco para remover caracteres especiales."},name:"Reemplazo de caracteres especiales"},timeoutInSeconds:{description:{part1:"El timeout en segundos para todas las operaciones.",part2:"Si",part3:"est\xE1 establecido, el timeout de ejecuci\xF3n de operaciones est\xE1 deshabilitado."},name:"Timeout en segundos"},treatAsAttachmentExtensions:{description:{part1:"Tratar archivos con estas extensiones como archivos adjuntos.",part2:"Por defecto",part3:"y",part4:"archivos enlazados no son tratados como archivos adjuntos y no son movidos con la nota.",part5:"Puedes a\xF1adir extensiones personalizadas, ej.",part6:", para sobrescribir este comportamiento."},name:"Tratar como extensiones de archivos adjuntos"}},promptWithPreviewModal:{fileNameTitle:"Renombrar archivo adjunto",folderTitle:"Elegir carpeta de adjuntos",previewModal:{title:"Vista previa del archivo adjunto '{{fullFileName}}'"},title:"Proporciona un valor para el token de solicitud"},regularExpression:"/expresi\xF3n regular/"};var yN={attachmentCollector:{confirm:{part1:"\u0622\u06CC\u0627 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627\u06CC \u0647\u0645\u0647\u0654 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627 \u0631\u0627 \u062F\u0631 \u067E\u0648\u0634\u0647\u200C\u0647\u0627 \u0628\u0647\u200C\u0635\u0648\u0631\u062A \u0628\u0627\u0632\u06AF\u0634\u062A\u06CC \u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u06A9\u0646\u06CC\u062F\u061F",part2:"\u0627\u06CC\u0646 \u0639\u0645\u0644\u06CC\u0627\u062A \u0642\u0627\u0628\u0644 \u0628\u0627\u0632\u06AF\u0634\u062A \u0646\u06CC\u0633\u062A."},progressBar:{message:"\u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627 {{iterationString}} - '{{noteFilePath}}'.",title:"\u062F\u0631 \u062D\u0627\u0644 \u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627..."}},buttons:{copy:"\u06A9\u067E\u06CC",move:"\u0627\u0646\u062A\u0642\u0627\u0644",previewAttachmentFile:"\u067E\u06CC\u0634\u200C\u0646\u0645\u0627\u06CC\u0634 \u0641\u0627\u06CC\u0644 \u067E\u06CC\u0648\u0633\u062A",skip:"\u0631\u062F \u06A9\u0631\u062F\u0646"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"\u067E\u06CC\u0648\u0633\u062A",part2:"\u062A\u0648\u0633\u0637 \u0686\u0646\u062F\u06CC\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0627\u0631\u062C\u0627\u0639 \u062F\u0627\u062F\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A."},heading:"\u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u067E\u06CC\u0648\u0633\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0634\u062F\u0647 \u062A\u0648\u0633\u0637 \u0686\u0646\u062F\u06CC\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A",shouldUseSameActionForOtherProblematicAttachmentsToggle:"\u0627\u0632 \u0647\u0645\u0627\u0646 \u0639\u0645\u0644\u06CC\u0627\u062A \u0628\u0631\u0627\u06CC \u0633\u0627\u06CC\u0631 \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627\u06CC \u0645\u0634\u06A9\u0644\u200C\u062F\u0627\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0634\u0648\u062F"},commands:{collectAttachmentsCurrentFolder:"\u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627 \u062F\u0631 \u067E\u0648\u0634\u0647 \u0641\u0639\u0644\u06CC",collectAttachmentsCurrentNote:"\u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627 \u062F\u0631 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0641\u0639\u0644\u06CC",collectAttachmentsEntireVault:"\u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627 \u062F\u0631 \u06A9\u0644 \u062E\u0632\u0627\u0646\u0647"},menuItems:{collectAttachmentsInFile:"\u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627 \u062F\u0631 \u0641\u0627\u06CC\u0644",collectAttachmentsInFiles:"\u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627 \u062F\u0631 \u0641\u0627\u06CC\u0644\u200C\u0647\u0627"},notice:{collectingAttachments:"\u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627 \u0628\u0631\u0627\u06CC '{{noteFilePath}}'",collectingAttachmentsCancelled:"\u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627 \u0644\u063A\u0648 \u0634\u062F. \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u06A9\u0646\u0633\u0648\u0644 \u0631\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F.",generatedAttachmentFileNameIsInvalid:{part1:`\u0646\u0627\u0645 \u0641\u0627\u06CC\u0644 \u067E\u06CC\u0648\u0633\u062A \u062A\u0648\u0644\u06CC\u062F \u0634\u062F\u0647 '{{path}}' \u0646\u0627\u0645\u0639\u062A\u0628\u0631 \u0627\u0633\u062A.
|
|
{{validationMessage}}
|
|
\u062A\u0646\u0638\u06CC\u0645\u0627\u062A`,part2:"\u062E\u0648\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F."},notePathIsIgnored:"\u0645\u0633\u06CC\u0631 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0646\u0627\u062F\u06CC\u062F\u0647 \u06AF\u0631\u0641\u062A\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A"},obsidianDevUtils:{buttons:{cancel:"\u0644\u063A\u0648",ok:"\u062A\u0623\u06CC\u06CC\u062F"},dataview:{itemsPerPage:"\u0622\u06CC\u062A\u0645 \u062F\u0631 \u0647\u0631 \u0635\u0641\u062D\u0647:",jumpToPage:"\u0631\u0641\u062A\u0646 \u0628\u0647 \u0635\u0641\u062D\u0647:"},notices:{attachmentIsStillUsed:"\u067E\u06CC\u0648\u0633\u062A {{attachmentPath}} \u0647\u0646\u0648\u0632 \u062A\u0648\u0633\u0637 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u062F\u06CC\u06AF\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F. \u062D\u0630\u0641 \u0646\u062E\u0648\u0627\u0647\u062F \u0634\u062F.",unhandledError:"\u062E\u0637\u0627\u06CC \u063A\u06CC\u0631\u0642\u0627\u0628\u0644 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0631\u062E \u062F\u0627\u062F. \u0644\u0637\u0641\u0627\u064B \u06A9\u0646\u0633\u0648\u0644 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F."}},pluginSettings:{attachmentRenameMode:{all:{description:"\u0647\u0645\u0647 \u0641\u0627\u06CC\u0644\u200C\u0647\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u062F\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F.",displayText:"\u0647\u0645\u0647"},none:{description:"\u0646\u0627\u0645\u200C\u0647\u0627\u06CC \u0622\u0646\u200C\u0647\u0627 \u062D\u0641\u0638 \u0645\u06CC\u200C\u0634\u0648\u062F.",displayText:"\u0647\u06CC\u0686\u06A9\u062F\u0627\u0645"},onlyPastedImages:{description:"\u0641\u0642\u0637 \u062A\u0635\u0627\u0648\u06CC\u0631 \u0642\u0631\u0627\u0631\u062F\u0627\u062F\u0647 \u0634\u062F\u0647 \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u062F\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F. \u0641\u0642\u0637 \u0632\u0645\u0627\u0646\u06CC \u0627\u0639\u0645\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u062F \u06A9\u0647 \u0645\u062D\u062A\u0648\u0627\u06CC \u062A\u0635\u0648\u06CC\u0631 PNG \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0627\u0632 \u06A9\u0644\u06CC\u067E\u200C\u0628\u0648\u0631\u062F \u0642\u0631\u0627\u0631\u062F\u0627\u062F\u0647 \u0634\u0648\u062F. \u0645\u0639\u0645\u0648\u0644\u0627\u064B \u0628\u0631\u0627\u06CC \u0642\u0631\u0627\u0631\u062F\u0627\u062F\u0646 \u0639\u06A9\u0633\u200C\u0647\u0627\u06CC \u0635\u0641\u062D\u0647.",displayText:"\u0641\u0642\u0637 \u062A\u0635\u0627\u0648\u06CC\u0631 \u0642\u0631\u0627\u0631\u062F\u0627\u062F\u0647 \u0634\u062F\u0647"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"\u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627 \u0631\u0627 \u0644\u063A\u0648 \u06A9\u0646\u062F.",displayText:"\u0644\u063A\u0648"},copy:{description:"\u067E\u06CC\u0648\u0633\u062A \u0631\u0627 \u0628\u0647 \u0645\u06A9\u0627\u0646 \u062C\u062F\u06CC\u062F \u06A9\u067E\u06CC \u06A9\u0646\u062F.",displayText:"\u06A9\u067E\u06CC"},move:{description:"\u067E\u06CC\u0648\u0633\u062A \u0631\u0627 \u0628\u0647 \u0645\u06A9\u0627\u0646 \u062C\u062F\u06CC\u062F \u0627\u0646\u062A\u0642\u0627\u0644 \u062F\u0647\u062F.",displayText:"\u0627\u0646\u062A\u0642\u0627\u0644"},prompt:{description:"\u0627\u0632 \u06A9\u0627\u0631\u0628\u0631 \u0628\u067E\u0631\u0633\u062F \u06A9\u0647 \u0639\u0645\u0644\u06CC\u0627\u062A \u0645\u0648\u0631\u062F \u0646\u0638\u0631 \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u062F.",displayText:"\u067E\u0631\u0633\u0634"},skip:{description:"\u067E\u06CC\u0648\u0633\u062A \u0631\u0627 \u0631\u062F \u06A9\u0646\u062F \u0648 \u0628\u0647 \u0645\u0648\u0631\u062F \u0628\u0639\u062F\u06CC \u0628\u0631\u0648\u062F.",displayText:"\u0631\u062F \u06A9\u0631\u062F\u0646"}},defaultImageSizeDimension:{height:"\u0627\u0631\u062A\u0641\u0627\u0639",width:"\u0639\u0631\u0636"},emptyFolderBehavior:{delete:{description:"\u067E\u0648\u0634\u0647 \u062E\u0627\u0644\u06CC \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627 \u0631\u0627 \u062D\u0630\u0641 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F.",displayText:"\u062D\u0630\u0641"},deleteWithEmptyParents:{description:"\u067E\u0648\u0634\u0647 \u062E\u0627\u0644\u06CC \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627 \u0648 \u067E\u0648\u0634\u0647\u200C\u0647\u0627\u06CC \u0648\u0627\u0644\u062F \u062E\u0627\u0644\u06CC \u0622\u0646 \u0631\u0627 \u062D\u0630\u0641 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F.",displayText:"\u062D\u0630\u0641 \u0628\u0627 \u0648\u0627\u0644\u062F\u06CC\u0646 \u062E\u0627\u0644\u06CC"},keep:{description:"\u067E\u0648\u0634\u0647 \u062E\u0627\u0644\u06CC \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627 \u0631\u0627 \u0646\u06AF\u0647 \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A.",displayText:"\u0646\u06AF\u0647\u062F\u0627\u0631\u06CC"}}},pluginSettingsManager:{customToken:{codeComment:`// \u0646\u0634\u0627\u0646\u200C\u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0627\u0645\u0646\u062A \u0634\u062F\u0647 \u0632\u06CC\u0631\u0627 \u0628\u0627\u06CC\u062F \u0628\u0647 \u0641\u0631\u0645\u062A \u062C\u062F\u06CC\u062F \u0645\u0639\u0631\u0641\u06CC \u0634\u062F\u0647 \u062F\u0631 \u0646\u0633\u062E\u0647 9.0.0 \u067E\u0644\u0627\u06AF\u06CC\u0646 \u0628\u0647\u200C\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06CC \u0634\u0648\u0646\u062F.
|
|
// \u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u0633\u062A\u0646\u062F\u0627\u062A (https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.`,deprecated:{part1:"\u062F\u0631 \u0646\u0633\u062E\u0647 9.0.0 \u067E\u0644\u0627\u06AF\u06CC\u0646\u060C \u0641\u0631\u0645\u062A \u062B\u0628\u062A \u0646\u0634\u0627\u0646\u200C\u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0631\u062F\u0647 \u0627\u0633\u062A. \u0644\u0637\u0641\u0627\u064B \u0646\u0634\u0627\u0646\u200C\u0647\u0627\u06CC \u062E\u0648\u062F \u0631\u0627 \u0628\u0647 \u062A\u0646\u0627\u0633\u0628 \u0628\u0647\u200C\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F. \u0628\u0647",part2:"\u0645\u0633\u062A\u0646\u062F\u0627\u062A",part3:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F"}},legacyRenameAttachmentsToLowerCase:{part1:"\u062F\u0631 \u0646\u0633\u062E\u0647 9.0.0 \u067E\u0644\u0627\u06AF\u06CC\u0646\u060C \u062A\u0646\u0638\u06CC\u0645",part2:"\u0645\u0646\u0633\u0648\u062E \u0634\u062F\u0647 \u0627\u0633\u062A. \u0628\u0647 \u062C\u0627\u06CC \u0622\u0646 \u0627\u0632",part3:"\u0641\u0631\u0645\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.",part4:"\u0645\u0633\u062A\u0646\u062F\u0627\u062A",part5:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0631\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F"},markdownUrlFormat:{deprecated:{part1:"\u0628\u0647 \u0627\u062D\u062A\u0645\u0627\u0644 \u0632\u06CC\u0627\u062F \u0645\u0642\u062F\u0627\u0631 \u0646\u0627\u062F\u0631\u0633\u062A\u06CC \u0628\u0631\u0627\u06CC",part2:"\u0641\u0631\u0645\u062A \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F\u0647\u200C\u0627\u06CC\u062F. \u0644\u0637\u0641\u0627\u064B \u0628\u0647",part3:"\u0645\u0633\u062A\u0646\u062F\u0627\u062A",part4:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F",part5:"\u0627\u06CC\u0646 \u067E\u06CC\u0627\u0645 \u062F\u06CC\u06AF\u0631 \u0646\u0634\u0627\u0646 \u062F\u0627\u062F\u0647 \u0646\u062E\u0648\u0627\u0647\u062F \u0634\u062F."}},specialCharacters:{part1:"\u062F\u0631 \u0646\u0633\u062E\u0647 9.16.0 \u067E\u0644\u0627\u06AF\u06CC\u0646\u060C",part2:"\u0645\u0642\u062F\u0627\u0631 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0631\u062F\u0647 \u0627\u0633\u062A. \u0645\u0642\u062F\u0627\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u0645\u0627 \u0628\u0647 \u0645\u0642\u062F\u0627\u0631 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u062C\u062F\u06CC\u062F \u0628\u0647\u200C\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06CC \u0634\u062F."},validation:{defaultImageSizeMustBePercentageOrPixels:"\u0627\u0646\u062F\u0627\u0632\u0647 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u062A\u0635\u0648\u06CC\u0631 \u0628\u0627\u06CC\u062F \u0628\u0631 \u062D\u0633\u0628 \u067E\u06CC\u06A9\u0633\u0644 \u06CC\u0627 \u062F\u0631\u0635\u062F \u0628\u0627\u0634\u062F",invalidCustomTokensCode:"\u06A9\u062F \u0646\u0634\u0627\u0646\u200C\u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631",invalidRegularExpression:"\u0639\u0628\u0627\u0631\u062A \u0642\u0627\u0646\u0648\u0646\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631 {{regExp}}",specialCharactersMustNotContainSlash:"\u06A9\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0648\u06CC\u0698\u0647 \u0646\u0628\u0627\u06CC\u062F \u062D\u0627\u0648\u06CC / \u0628\u0627\u0634\u0646\u062F",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"\u062C\u0627\u06CC\u06AF\u0632\u06CC\u0646 \u06A9\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0648\u06CC\u0698\u0647 \u0646\u0628\u0627\u06CC\u062F \u062D\u0627\u0648\u06CC \u06A9\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631 \u0645\u0633\u06CC\u0631 \u0646\u0627\u0645 \u0641\u0627\u06CC\u0644 \u0628\u0627\u0634\u062F."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"\u0647\u0646\u06AF\u0627\u0645 \u0636\u0645\u06CC\u0645\u0647 \u06A9\u0631\u062F\u0646 \u0641\u0627\u06CC\u0644\u200C\u0647\u0627:"},name:"\u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u067E\u06CC\u0648\u0633\u062A"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"\u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u067E\u06CC\u0648\u0633\u062A \u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u0634\u062F\u0647 \u062A\u0648\u0633\u0637 \u0686\u0646\u062F\u06CC\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F:"},name:"\u062D\u0627\u0644\u062A \u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u067E\u06CC\u0648\u0633\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0634\u062F\u0647 \u062A\u0648\u0633\u0637 \u0686\u0646\u062F\u06CC\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A"},collectedAttachmentFileName:{description:{part1:"\u0646\u0634\u0627\u0646\u200C\u0647\u0627\u06CC \u0645\u0648\u062C\u0648\u062F",part2:"\u0631\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F",part3:"\u0628\u0631\u0627\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632",part4:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062E\u0627\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F."},name:"\u0646\u0627\u0645 \u0641\u0627\u06CC\u0644 \u067E\u06CC\u0648\u0633\u062A \u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u0634\u062F\u0647"},customTokens:{description:{part1:"\u0646\u0634\u0627\u0646\u200C\u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u062E\u0648\u0627\u0647\u0646\u062F \u0634\u062F.",part2:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u0628\u06CC\u0634\u062A\u0631",part3:"\u0645\u0633\u062A\u0646\u062F\u0627\u062A",part4:"\u0631\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F.",part5:"\u26A0\uFE0F \u0646\u0634\u0627\u0646\u200C\u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u0646\u062F \u06A9\u062F JavaScript \u062F\u0644\u062E\u0648\u0627\u0647\u06CC \u0628\u0627\u0634\u0646\u062F. \u0627\u06AF\u0631 \u0628\u062F \u0646\u0648\u0634\u062A\u0647 \u0634\u0648\u0646\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u0646\u062F \u0628\u0627\u0639\u062B \u0627\u0632 \u062F\u0633\u062A \u0631\u0641\u062A\u0646 \u062F\u0627\u062F\u0647\u200C\u0647\u0627 \u0634\u0648\u0646\u062F. \u0628\u0647 \u0639\u0647\u062F\u0647 \u062E\u0648\u062F\u062A\u0627\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F."},name:"\u0646\u0634\u0627\u0646\u200C\u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC"},defaultImageSize:{description:{part1:"\u0627\u0646\u062F\u0627\u0632\u0647 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u062A\u0635\u0648\u06CC\u0631.",part2:"\u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u062F \u0628\u0631 \u062D\u0633\u0628 \u067E\u06CC\u06A9\u0633\u0644 \u0645\u0634\u062E\u0635 \u0634\u0648\u062F",part3:"\u06CC\u0627 \u0628\u0631 \u062D\u0633\u0628 \u062F\u0631\u0635\u062F\u06CC \u0627\u0632 \u0627\u0646\u062F\u0627\u0632\u0647 \u06A9\u0627\u0645\u0644 \u062A\u0635\u0648\u06CC\u0631",part4:"\u0628\u0631\u0627\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0627\u0646\u062F\u0627\u0632\u0647 \u0627\u0635\u0644\u06CC \u062E\u0627\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F."},name:"\u0627\u0646\u062F\u0627\u0632\u0647 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u062A\u0635\u0648\u06CC\u0631"},duplicateNameSeparator:{description:{part1:"\u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u0641\u0627\u06CC\u0644\u06CC \u0628\u0627 \u0647\u0645\u0627\u0646 \u0646\u0627\u0645 \u0641\u0627\u06CC\u0644 \u0645\u0648\u062C\u0648\u062F \u0631\u0627 \u0642\u0631\u0627\u0631\u062F\u0627\u062F\u0647/\u06A9\u0634\u06CC\u062F\u0647 \u0645\u06CC\u200C\u06A9\u0646\u06CC\u062F\u060C \u0627\u06CC\u0646 \u062C\u062F\u0627\u06A9\u0646\u0646\u062F\u0647 \u0628\u0647 \u0646\u0627\u0645 \u0641\u0627\u06CC\u0644 \u0627\u0641\u0632\u0648\u062F\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.",part2:"\u0645\u062B\u0644\u0627\u064B\u060C \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u0641\u0627\u06CC\u0644",part3:"\u0631\u0627 \u0645\u06CC\u200C\u06A9\u0634\u06CC\u062F\u060C \u0628\u0647 ",part4:"\u0648 \u063A\u06CC\u0631\u0647 \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u062E\u0648\u0627\u0647\u062F \u06CC\u0627\u0641\u062A\u060C \u062A\u0627 \u0627\u0648\u0644\u06CC\u0646 \u0646\u0627\u0645 \u0645\u0648\u062C\u0648\u062F \u0631\u0627 \u0628\u06CC\u0627\u0628\u062F."},name:"\u062C\u062F\u0627\u06A9\u0646\u0646\u062F\u0647 \u0646\u0627\u0645 \u062A\u06A9\u0631\u0627\u0631\u06CC"},emptyFolderBehavior:{description:{part1:"\u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u067E\u0648\u0634\u0647 \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627 \u062E\u0627\u0644\u06CC \u0645\u06CC\u200C\u0634\u0648\u062F:"},name:"\u0631\u0641\u062A\u0627\u0631 \u067E\u0648\u0634\u0647 \u062E\u0627\u0644\u06CC \u067E\u06CC\u0648\u0633\u062A"},excludePaths:{description:{part1:"\u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u0645\u0648\u062C\u0648\u062F \u062F\u0631 \u0645\u0633\u06CC\u0631\u0647\u0627\u06CC \u0632\u06CC\u0631 \u0631\u0627 \u0627\u0632 \u062F\u0631 \u0646\u0638\u0631 \u06AF\u06CC\u0631\u06CC \u0646\u0627\u062F\u06CC\u062F\u0647 \u0628\u06AF\u06CC\u0631\u06CC\u062F.",part2:"\u0647\u0631 \u0645\u0633\u06CC\u0631 \u0631\u0627 \u062F\u0631 \u06CC\u06A9 \u062E\u0637 \u062C\u062F\u06CC\u062F \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",part3:"\u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u0631\u0634\u062A\u0647 \u0645\u0633\u06CC\u0631 \u06CC\u0627",part4:"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. \u0627\u06AF\u0631 \u062A\u0646\u0638\u06CC\u0645 \u062E\u0627\u0644\u06CC \u0628\u0627\u0634\u062F\u060C \u0647\u06CC\u0686 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u06CC \u0646\u0627\u062F\u06CC\u062F\u0647 \u06AF\u0631\u0641\u062A\u0647 \u0646\u0645\u06CC\u200C\u0634\u0648\u062F."},name:"\u0645\u0633\u06CC\u0631\u0647\u0627\u06CC \u0646\u0627\u062F\u06CC\u062F\u0647 \u06AF\u0631\u0641\u062A\u0647 \u0634\u062F\u0647"},excludePathsFromAttachmentCollecting:{description:{part1:"\u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627\u06CC \u0645\u0648\u062C\u0648\u062F \u062F\u0631 \u0645\u0633\u06CC\u0631\u0647\u0627\u06CC \u0632\u06CC\u0631 \u0631\u0627 \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u0641\u0631\u0645\u0627\u0646",part2:"\u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627",part3:"\u0627\u062C\u0631\u0627 \u0645\u06CC\u200C\u0634\u0648\u062F\u060C \u0627\u0632 \u062F\u0631 \u0646\u0638\u0631 \u06AF\u06CC\u0631\u06CC \u0646\u0627\u062F\u06CC\u062F\u0647 \u0628\u06AF\u06CC\u0631\u06CC\u062F.",part4:"\u0647\u0631 \u0645\u0633\u06CC\u0631 \u0631\u0627 \u062F\u0631 \u06CC\u06A9 \u062E\u0637 \u062C\u062F\u06CC\u062F \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",part5:"\u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u0631\u0634\u062A\u0647 \u0645\u0633\u06CC\u0631 \u06CC\u0627",part6:"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. \u0627\u06AF\u0631 \u062A\u0646\u0638\u06CC\u0645 \u062E\u0627\u0644\u06CC \u0628\u0627\u0634\u062F\u060C \u0647\u06CC\u0686 \u0645\u0633\u06CC\u0631\u06CC \u0627\u0632 \u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u067E\u06CC\u0648\u0633\u062A \u0646\u0627\u062F\u06CC\u062F\u0647 \u06AF\u0631\u0641\u062A\u0647 \u0646\u0645\u06CC\u200C\u0634\u0648\u062F."},name:"\u0645\u0633\u06CC\u0631\u0647\u0627\u06CC \u0646\u0627\u062F\u06CC\u062F\u0647 \u06AF\u0631\u0641\u062A\u0647 \u0634\u062F\u0647 \u0627\u0632 \u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u067E\u06CC\u0648\u0633\u062A"},generatedAttachmentFileName:{description:{part1:"\u0646\u0634\u0627\u0646\u200C\u0647\u0627\u06CC \u0645\u0648\u062C\u0648\u062F",part2:"\u0631\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F"},name:"\u0646\u0627\u0645 \u0641\u0627\u06CC\u0644 \u067E\u06CC\u0648\u0633\u062A \u062A\u0648\u0644\u06CC\u062F \u0634\u062F\u0647"},includePaths:{description:{part1:"\u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u0645\u0648\u062C\u0648\u062F \u062F\u0631 \u0645\u0633\u06CC\u0631\u0647\u0627\u06CC \u0632\u06CC\u0631 \u0631\u0627 \u062F\u0631 \u0646\u0638\u0631 \u0628\u06AF\u06CC\u0631\u06CC\u062F.",part2:"\u0647\u0631 \u0645\u0633\u06CC\u0631 \u0631\u0627 \u062F\u0631 \u06CC\u06A9 \u062E\u0637 \u062C\u062F\u06CC\u062F \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",part3:"\u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u0631\u0634\u062A\u0647 \u0645\u0633\u06CC\u0631 \u06CC\u0627",part4:"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. \u0627\u06AF\u0631 \u062A\u0646\u0638\u06CC\u0645 \u062E\u0627\u0644\u06CC \u0628\u0627\u0634\u062F\u060C \u0647\u0645\u0647 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627 \u062F\u0631 \u0646\u0638\u0631 \u06AF\u0631\u0641\u062A\u0647 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F."},name:"\u0645\u0633\u06CC\u0631\u0647\u0627\u06CC \u062F\u0631 \u0646\u0638\u0631 \u06AF\u0631\u0641\u062A\u0647 \u0634\u062F\u0647"},jpegQuality:{description:"\u0647\u0631 \u0686\u0647 \u06A9\u06CC\u0641\u06CC\u062A \u06A9\u0645\u062A\u0631 \u0628\u0627\u0634\u062F\u060C \u0646\u0633\u0628\u062A \u0641\u0634\u0631\u062F\u0647\u200C\u0633\u0627\u0632\u06CC \u0628\u06CC\u0634\u062A\u0631 \u0627\u0633\u062A.",name:"\u06A9\u06CC\u0641\u06CC\u062A JPEG"},locationForNewAttachments:{description:{part1:"\u0628\u0627",part2:"\u0634\u0631\u0648\u0639 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0627\u0632 \u0645\u0633\u06CC\u0631 \u0646\u0633\u0628\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.",part3:"\u0646\u0634\u0627\u0646\u200C\u0647\u0627\u06CC \u0645\u0648\u062C\u0648\u062F",part4:"\u0631\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F",part5:"\u067E\u0648\u0634\u0647\u200C\u0647\u0627\u06CC \u0646\u0642\u0637\u0647\u200C\u0627\u06CC \u0645\u0627\u0646\u0646\u062F",part6:"\u062A\u0648\u0635\u06CC\u0647 \u0646\u0645\u06CC\u200C\u0634\u0648\u0646\u062F\u060C \u0632\u06CC\u0631\u0627 Obsidian \u0622\u0646\u200C\u0647\u0627 \u0631\u0627 \u0631\u062F\u06CC\u0627\u0628\u06CC \u0646\u0645\u06CC\u200C\u06A9\u0646\u062F. \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0646\u06CC\u0627\u0632 \u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632",part7:"\u067E\u0644\u0627\u06AF\u06CC\u0646 \u0628\u0631\u0627\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u0622\u0646\u200C\u0647\u0627 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F."},name:"\u0645\u06A9\u0627\u0646 \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627\u06CC \u062C\u062F\u06CC\u062F"},markdownUrlFormat:{description:{part1:"\u0641\u0631\u0645\u062A URL \u06A9\u0647 \u062F\u0631 Markdown \u0648\u0627\u0631\u062F \u062E\u0648\u0627\u0647\u062F \u0634\u062F.",part2:"\u0646\u0634\u0627\u0646\u200C\u0647\u0627\u06CC \u0645\u0648\u062C\u0648\u062F",part3:"\u0631\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F",part4:"\u0628\u0631\u0627\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0641\u0631\u0645\u062A \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u062E\u0627\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F."},name:"\u0641\u0631\u0645\u062A URL Markdown"},renameAttachmentsToLowerCase:"\u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627 \u0628\u0647 \u062D\u0631\u0648\u0641 \u06A9\u0648\u0686\u06A9",renamedAttachmentFileName:{description:{part1:"\u0646\u0634\u0627\u0646\u200C\u0647\u0627\u06CC \u0645\u0648\u062C\u0648\u062F",part2:"\u0631\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F",part3:"\u0628\u0631\u0627\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632",part4:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062E\u0627\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F."},name:"\u0646\u0627\u0645 \u0641\u0627\u06CC\u0644 \u067E\u06CC\u0648\u0633\u062A \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u06CC\u0627\u0641\u062A\u0647"},resetToSampleCustomTokens:{message:"\u0622\u06CC\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062A\u06CC\u062F \u06A9\u0647 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u0646\u0634\u0627\u0646\u200C\u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0631\u0627 \u0628\u0647 \u0646\u0634\u0627\u0646\u200C\u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0646\u0645\u0648\u0646\u0639 \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F\u061F \u062A\u063A\u06CC\u06CC\u0631\u0627\u062A \u0634\u0645\u0627 \u0627\u0632 \u062F\u0633\u062A \u062E\u0648\u0627\u0647\u062F \u0631\u0641\u062A.",title:"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0628\u0647 \u0646\u0634\u0627\u0646\u200C\u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0646\u0645\u0648\u0646\u0647"},shouldConvertPastedImagesToJpeg:{description:"\u0622\u06CC\u0627 \u062A\u0635\u0627\u0648\u06CC\u0631 \u0642\u0631\u0627\u0631\u062F\u0627\u062F\u0647 \u0634\u062F\u0647 \u0628\u0647 JPEG \u062A\u0628\u062F\u06CC\u0644 \u0634\u0648\u0646\u062F. \u0641\u0642\u0637 \u0632\u0645\u0627\u0646\u06CC \u0627\u0639\u0645\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u062F \u06A9\u0647 \u0645\u062D\u062A\u0648\u0627\u06CC \u062A\u0635\u0648\u06CC\u0631 PNG \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0627\u0632 \u06A9\u0644\u06CC\u067E\u200C\u0628\u0648\u0631\u062F \u0642\u0631\u0627\u0631\u062F\u0627\u062F\u0647 \u0634\u0648\u062F. \u0645\u0639\u0645\u0648\u0644\u0627\u064B \u0628\u0631\u0627\u06CC \u0642\u0631\u0627\u0631\u062F\u0627\u062F\u0646 \u0639\u06A9\u0633\u200C\u0647\u0627\u06CC \u0635\u0641\u062D\u0647.",name:"\u0622\u06CC\u0627 \u062A\u0635\u0627\u0648\u06CC\u0631 \u0642\u0631\u0627\u0631\u062F\u0627\u062F\u0647 \u0634\u062F\u0647 \u0628\u0647 JPEG \u062A\u0628\u062F\u06CC\u0644 \u0634\u0648\u0646\u062F"},shouldDeleteOrphanAttachments:{description:"\u0627\u06AF\u0631 \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F\u060C \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u062D\u0630\u0641 \u0645\u06CC\u200C\u0634\u0648\u062F\u060C \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627\u06CC \u06CC\u062A\u06CC\u0645 \u0622\u0646 \u0646\u06CC\u0632 \u062D\u0630\u0641 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F.",name:"\u0622\u06CC\u0627 \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627\u06CC \u06CC\u062A\u06CC\u0645 \u062D\u0630\u0641 \u0634\u0648\u0646\u062F"},shouldRenameAttachmentFiles:{description:{part1:"\u0627\u06AF\u0631 \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F\u060C \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u06CC\u0627 \u0627\u0646\u062A\u0642\u0627\u0644 \u067E\u06CC\u062F\u0627 \u0645\u06CC\u200C\u06A9\u0646\u062F\u060C \u0641\u0627\u06CC\u0644\u200C\u0647\u0627\u06CC \u067E\u06CC\u0648\u0633\u062A \u0628\u0631 \u0627\u0633\u0627\u0633",part2:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u062E\u0648\u0627\u0647\u0646\u062F \u06CC\u0627\u0641\u062A."},name:"\u0622\u06CC\u0627 \u0641\u0627\u06CC\u0644\u200C\u0647\u0627\u06CC \u067E\u06CC\u0648\u0633\u062A \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u067E\u06CC\u062F\u0627 \u06A9\u0646\u0646\u062F"},shouldRenameAttachmentFolders:{description:"\u0622\u06CC\u0627 \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u06CC\u0627 \u0627\u0646\u062A\u0642\u0627\u0644 \u067E\u06CC\u062F\u0627 \u0645\u06CC\u200C\u06A9\u0646\u062F\u060C \u067E\u0648\u0634\u0647\u200C\u0647\u0627\u06CC \u067E\u06CC\u0648\u0633\u062A \u0646\u06CC\u0632 \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u067E\u06CC\u062F\u0627 \u06A9\u0646\u0646\u062F.",name:"\u0622\u06CC\u0627 \u067E\u0648\u0634\u0647\u200C\u0647\u0627\u06CC \u067E\u06CC\u0648\u0633\u062A \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u067E\u06CC\u062F\u0627 \u06A9\u0646\u0646\u062F"},shouldRenameAttachmentsCreatedByOtherPlugins:{description:{part1:"\u0627\u06CC\u0646\u06A9\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u0648\u0634\u0647 \u067E\u06CC\u0648\u0633\u062A \u0648 \u0646\u0627\u0645 \u0641\u0627\u06CC\u0644 \u0628\u0631 \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627\u06CC \u062F\u06CC\u06AF\u0631 \u0645\u06CC\u200C\u0633\u0627\u0632\u0646\u062F \u0627\u0639\u0645\u0627\u0644 \u0634\u0648\u062F \u06CC\u0627 \u0646\u0647.",part2:"\u0628\u0631\u062E\u06CC \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 \u067E\u06CC\u0648\u0633\u062A \u0631\u0627 \u0628\u0627 \u0646\u0627\u0645 \u062F\u0644\u062E\u0648\u0627\u0647 \u062E\u0648\u062F \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u062F\u0631 \u06AF\u0627\u0648\u0635\u0646\u062F\u0648\u0642 \u0645\u06CC\u200C\u0646\u0648\u06CC\u0633\u0646\u062F\u060C \u0628\u062F\u0648\u0646 \u0622\u0646\u06A9\u0647 \u0627\u0632 Obsidian \u0628\u067E\u0631\u0633\u0646\u062F \u062C\u0627\u06CC \u0622\u0646 \u06A9\u062C\u0627\u0633\u062A. \u0628\u0627 \u0641\u0639\u0627\u0644 \u0628\u0648\u062F\u0646 \u0627\u06CC\u0646 \u06AF\u0632\u06CC\u0646\u0647\u060C \u0686\u0646\u06CC\u0646 \u0641\u0627\u06CC\u0644\u06CC \u0628\u0644\u0627\u0641\u0627\u0635\u0644\u0647 \u067E\u0633 \u0627\u0632 \u067E\u062F\u06CC\u062F\u0627\u0631 \u0634\u062F\u0646 \u062C\u0627\u0628\u0647\u200C\u062C\u0627 \u0648 \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u062F\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F.",part3:"\u062A\u0646\u0647\u0627 \u0641\u0627\u06CC\u0644\u200C\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0646\u06AF\u0627\u0645 \u0628\u0627\u0632 \u0628\u0648\u062F\u0646 \u06CC\u06A9 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0633\u0627\u062E\u062A\u0647 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F \u062A\u063A\u06CC\u06CC\u0631 \u0645\u06CC\u200C\u06A9\u0646\u0646\u062F\u061B \u0641\u0627\u06CC\u0644\u200C\u0647\u0627\u06CC \u062D\u0627\u0635\u0644 \u0627\u0632 \u0647\u0645\u06AF\u0627\u0645\u200C\u0633\u0627\u0632\u06CC \u06CC\u0627 \u062F\u0631\u0648\u0646\u200C\u0631\u06CC\u0632\u06CC \u06AF\u0627\u0648\u0635\u0646\u062F\u0648\u0642 \u0647\u0631\u06AF\u0632 \u062F\u0633\u062A\u200C\u06A9\u0627\u0631\u06CC \u0646\u0645\u06CC\u200C\u0634\u0648\u0646\u062F."},name:"\u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627\u06CC \u062F\u06CC\u06AF\u0631 \u0645\u06CC\u200C\u0633\u0627\u0632\u0646\u062F"},shouldRenameCollectedAttachments:{description:{part1:"\u0627\u06AF\u0631 \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F\u060C \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627\u06CC \u067E\u0631\u062F\u0627\u0632\u0634 \u0634\u062F\u0647 \u0627\u0632 \u0637\u0631\u06CC\u0642",part2:"\u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627",part3:"\u0641\u0631\u0645\u0627\u0646\u200C\u0647\u0627 \u0628\u0631 \u0627\u0633\u0627\u0633 \u062A\u0646\u0638\u06CC\u0645",part4:"\u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u062E\u0648\u0627\u0647\u0646\u062F \u06CC\u0627\u0641\u062A."},name:"\u0622\u06CC\u0627 \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627\u06CC \u062C\u0645\u0639\u200C\u0622\u0648\u0631\u06CC \u0634\u062F\u0647 \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u067E\u06CC\u062F\u0627 \u06A9\u0646\u0646\u062F"},specialCharacters:{description:{part1:"\u06A9\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0648\u06CC\u0698\u0647 \u062F\u0631 \u067E\u0648\u0634\u0647 \u067E\u06CC\u0648\u0633\u062A \u0648 \u0646\u0627\u0645 \u0641\u0627\u06CC\u0644 \u06A9\u0647 \u0628\u0627\u06CC\u062F \u062C\u0627\u06CC\u06AF\u0632\u06CC\u0646 \u06CC\u0627 \u062D\u0630\u0641 \u0634\u0648\u0646\u062F.",part2:"\u0628\u0631\u0627\u06CC \u062D\u0641\u0638 \u06A9\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0648\u06CC\u0698\u0647 \u062E\u0627\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F."},name:"\u06A9\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0648\u06CC\u0698\u0647"},specialCharactersReplacement:{description:{part1:"\u0631\u0634\u062A\u0647 \u062C\u0627\u06CC\u06AF\u0632\u06CC\u0646 \u0628\u0631\u0627\u06CC \u06A9\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0648\u06CC\u0698\u0647 \u062F\u0631 \u067E\u0648\u0634\u0647 \u067E\u06CC\u0648\u0633\u062A \u0648 \u0646\u0627\u0645 \u0641\u0627\u06CC\u0644.",part2:"\u0628\u0631\u0627\u06CC \u062D\u0630\u0641 \u06A9\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0648\u06CC\u0698\u0647 \u062E\u0627\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F."},name:"\u062C\u0627\u06CC\u06AF\u0632\u06CC\u0646 \u06A9\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0648\u06CC\u0698\u0647"},timeoutInSeconds:{description:{part1:"\u0632\u0645\u0627\u0646 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u062B\u0627\u0646\u06CC\u0647 \u0628\u0631\u0627\u06CC \u0647\u0645\u0647 \u0639\u0645\u0644\u06CC\u0627\u062A.",part2:"\u0627\u06AF\u0631",part3:"\u062A\u0646\u0638\u06CC\u0645 \u0634\u0648\u062F\u060C \u0632\u0645\u0627\u0646 \u0627\u0646\u0642\u0636\u0627 \u0627\u062C\u0631\u0627\u06CC \u0639\u0645\u0644\u06CC\u0627\u062A \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u062F."},name:"\u0632\u0645\u0627\u0646 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u062B\u0627\u0646\u06CC\u0647"},treatAsAttachmentExtensions:{description:{part1:"\u0641\u0627\u06CC\u0644\u200C\u0647\u0627\u06CC \u0628\u0627 \u0627\u06CC\u0646 \u067E\u0633\u0648\u0646\u062F\u0647\u0627 \u0631\u0627 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u067E\u06CC\u0648\u0633\u062A \u062F\u0631 \u0646\u0638\u0631 \u0628\u06AF\u06CC\u0631\u06CC\u062F.",part2:"\u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636",part3:"\u0648",part4:"\u0641\u0627\u06CC\u0644\u200C\u0647\u0627\u06CC \u0644\u06CC\u0646\u06A9 \u0634\u062F\u0647 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u067E\u06CC\u0648\u0633\u062A \u062F\u0631 \u0646\u0638\u0631 \u06AF\u0631\u0641\u062A\u0647 \u0646\u0645\u06CC\u200C\u0634\u0648\u0646\u062F \u0648 \u0628\u0627 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0627\u0646\u062A\u0642\u0627\u0644 \u067E\u06CC\u062F\u0627 \u0646\u0645\u06CC\u200C\u06A9\u0646\u0646\u062F.",part5:"\u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633\u0648\u0646\u062F\u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0627\u0636\u0627\u0641\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0645\u062B\u0644\u0627\u064B",part6:"\u060C \u062A\u0627 \u0627\u06CC\u0646 \u0631\u0641\u062A\u0627\u0631 \u0631\u0627 \u0628\u0627\u0632\u0646\u0648\u06CC\u0633\u06CC \u06A9\u0646\u06CC\u062F."},name:"\u067E\u0633\u0648\u0646\u062F\u0647\u200C\u0647\u0627\u06CC \u062F\u0631 \u0646\u0638\u0631 \u06AF\u0631\u0641\u062A\u0647 \u0634\u062F\u0647 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u067E\u06CC\u0648\u0633\u062A"}},promptWithPreviewModal:{fileNameTitle:"\u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u0641\u0627\u06CC\u0644 \u067E\u06CC\u0648\u0633\u062A",folderTitle:"\u0627\u0646\u062A\u062E\u0627\u0628 \u067E\u0648\u0634\u0647 \u067E\u06CC\u0648\u0633\u062A",previewModal:{title:"\u067E\u06CC\u0634\u200C\u0646\u0645\u0627\u06CC\u0634 \u0641\u0627\u06CC\u0644 \u067E\u06CC\u0648\u0633\u062A '{{fullFileName}}'"},title:"\u0645\u0642\u062F\u0627\u0631\u06CC \u0628\u0631\u0627\u06CC \u0646\u0634\u0627\u0646 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u06CC\u062F"},regularExpression:"/\u0639\u0628\u0627\u0631\u062A \u0642\u0627\u0646\u0648\u0646\u06CC/"};var xN={attachmentCollector:{confirm:{part1:"Voulez-vous collecter les pi\xE8ces jointes pour toutes les notes dans les dossiers de mani\xE8re r\xE9cursive ?",part2:"Cette op\xE9ration ne peut pas \xEAtre annul\xE9e."},progressBar:{message:"Collecte des pi\xE8ces jointes {{iterationString}} - '{{noteFilePath}}'.",title:"Collecte des pi\xE8ces jointes..."}},buttons:{copy:"Copier",move:"D\xE9placer",previewAttachmentFile:"Aper\xE7u du fichier joint",skip:"Ignorer"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"La pi\xE8ce jointe",part2:"est r\xE9f\xE9renc\xE9e par plusieurs notes."},heading:"Collecte de pi\xE8ce jointe utilis\xE9e par plusieurs notes",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Utiliser la m\xEAme action pour les autres pi\xE8ces jointes probl\xE9matiques"},commands:{collectAttachmentsCurrentFolder:"Collecter les pi\xE8ces jointes dans le dossier actuel",collectAttachmentsCurrentNote:"Collecter les pi\xE8ces jointes dans la note actuelle",collectAttachmentsEntireVault:"Collecter les pi\xE8ces jointes dans tout le coffre"},menuItems:{collectAttachmentsInFile:"Collecter les pi\xE8ces jointes dans le fichier",collectAttachmentsInFiles:"Collecter les pi\xE8ces jointes dans les fichiers"},notice:{collectingAttachments:"Collecte des pi\xE8ces jointes pour '{{noteFilePath}}'",collectingAttachmentsCancelled:"Collecte des pi\xE8ces jointes annul\xE9e. Voir la console pour plus de d\xE9tails.",generatedAttachmentFileNameIsInvalid:{part1:`Le nom de fichier de pi\xE8ce jointe g\xE9n\xE9r\xE9 '{{path}}' est invalide.
|
|
{{validationMessage}}
|
|
V\xE9rifiez votre`,part2:"param\xE8tre."},notePathIsIgnored:"Le chemin de la note est ignor\xE9"},obsidianDevUtils:{buttons:{cancel:"Annuler",ok:"OK"},dataview:{itemsPerPage:"\xC9l\xE9ments par page :",jumpToPage:"Aller \xE0 la page :"},notices:{attachmentIsStillUsed:"La pi\xE8ce jointe {{attachmentPath}} est encore utilis\xE9e par d'autres notes. Elle ne sera pas supprim\xE9e.",unhandledError:"Une erreur non g\xE9r\xE9e s'est produite. Veuillez v\xE9rifier la console pour plus d'informations."}},pluginSettings:{attachmentRenameMode:{all:{description:"tous les fichiers sont renomm\xE9s.",displayText:"Tous"},none:{description:"leurs noms sont pr\xE9serv\xE9s.",displayText:"Aucun"},onlyPastedImages:{description:"seules les images coll\xE9es sont renomm\xE9es. S'applique uniquement lorsque le contenu d'image PNG est coll\xE9 directement depuis le presse-papiers. Typiquement, pour coller des captures d'\xE9cran.",displayText:"Images coll\xE9es uniquement"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"annuler la collecte de pi\xE8ces jointes.",displayText:"Annuler"},copy:{description:"copier la pi\xE8ce jointe vers le nouvel emplacement.",displayText:"Copier"},move:{description:"d\xE9placer la pi\xE8ce jointe vers le nouvel emplacement.",displayText:"D\xE9placer"},prompt:{description:"demander \xE0 l'utilisateur de choisir l'action.",displayText:"Demander"},skip:{description:"ignorer la pi\xE8ce jointe et passer \xE0 la suivante.",displayText:"Ignorer"}},defaultImageSizeDimension:{height:"Hauteur",width:"Largeur"},emptyFolderBehavior:{delete:{description:"supprimera le dossier de pi\xE8ces jointes vide.",displayText:"Supprimer"},deleteWithEmptyParents:{description:"supprimera le dossier de pi\xE8ces jointes vide et ses dossiers parents vides.",displayText:"Supprimer avec parents vides"},keep:{description:"conservera le dossier de pi\xE8ces jointes vide.",displayText:"Conserver"}}},pluginSettingsManager:{customToken:{codeComment:`// Les jetons personnalis\xE9s ont \xE9t\xE9 comment\xE9s car ils doivent \xEAtre mis \xE0 jour vers le nouveau format introduit dans la version 9.0.0 du plugin.
|
|
// Consultez la documentation (https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) pour plus d'informations.`,deprecated:{part1:"Dans la version 9.0.0 du plugin, le format d'enregistrement des jetons personnalis\xE9s a chang\xE9. Veuillez mettre \xE0 jour vos jetons en cons\xE9quence. Consultez la",part2:"documentation",part3:"pour plus d'informations"}},legacyRenameAttachmentsToLowerCase:{part1:"Dans la version 9.0.0 du plugin, le param\xE8tre",part2:"est obsol\xE8te. Utilisez le",part3:"format \xE0 la place. Voir la",part4:"documentation",part5:"pour plus d'informations"},markdownUrlFormat:{deprecated:{part1:"Vous avez potentiellement une valeur incorrecte d\xE9finie pour le",part2:"format. Veuillez vous r\xE9f\xE9rer \xE0 la",part3:"documentation",part4:"pour plus d'informations",part5:"Ce message ne sera plus affich\xE9."}},specialCharacters:{part1:"Dans la version 9.16.0 du plugin, la",part2:"valeur de param\xE8tre par d\xE9faut a \xE9t\xE9 modifi\xE9e. Votre valeur de param\xE8tre a \xE9t\xE9 mise \xE0 jour vers la nouvelle valeur par d\xE9faut."},validation:{defaultImageSizeMustBePercentageOrPixels:"La taille d'image par d\xE9faut doit \xEAtre en pixels ou en pourcentage",invalidCustomTokensCode:"Code de jetons personnalis\xE9s invalide",invalidRegularExpression:"Expression r\xE9guli\xE8re invalide {{regExp}}",specialCharactersMustNotContainSlash:"Les caract\xE8res sp\xE9ciaux ne doivent pas contenir /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"Le remplacement des caract\xE8res sp\xE9ciaux ne doit pas contenir de caract\xE8res de chemin de fichier invalides."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"Lors de l'ajout de fichiers :"},name:"Mode de renommage des pi\xE8ces jointes"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"Lorsque la pi\xE8ce jointe collect\xE9e est utilis\xE9e par plusieurs notes :"},name:"Mode de collecte de pi\xE8ce jointe utilis\xE9e par plusieurs notes"},collectedAttachmentFileName:{description:{part1:"Voir les",part2:"jetons disponibles",part3:"Laisser vide pour utiliser le param\xE8tre",part4:"\xE0 la place."},name:"Nom de fichier de pi\xE8ce jointe collect\xE9e"},customTokens:{description:{part1:"Jetons personnalis\xE9s \xE0 utiliser.",part2:"Voir la",part3:"documentation",part4:"pour plus d'informations.",part5:"\u26A0\uFE0F Les jetons personnalis\xE9s peuvent \xEAtre du code JavaScript arbitraire. S'ils sont mal \xE9crits, ils peuvent causer une perte de donn\xE9es. Utilisez-les \xE0 vos propres risques."},name:"Jetons personnalis\xE9s"},defaultImageSize:{description:{part1:"La taille d'image par d\xE9faut.",part2:"Peut \xEAtre sp\xE9cifi\xE9e en pixels",part3:"ou en pourcentage de la taille totale de l'image",part4:"Laissez vide pour utiliser la taille originale."},name:"Taille d'image par d\xE9faut"},duplicateNameSeparator:{description:{part1:"Lorsque vous collez/glissez un fichier avec le m\xEAme nom qu'un fichier existant, ce s\xE9parateur sera ajout\xE9 au nom du fichier.",part2:"Par exemple, lorsque vous glissez le fichier",part3:", il sera renomm\xE9 en ",part4:", etc, obtenant le premier nom disponible."},name:"S\xE9parateur de nom dupliqu\xE9"},emptyFolderBehavior:{description:{part1:"Lorsque le dossier de pi\xE8ces jointes devient vide :"},name:"Comportement du dossier de pi\xE8ces jointes vide"},excludePaths:{description:{part1:"Exclure les notes des chemins suivants.",part2:"Ins\xE9rez chaque chemin sur une nouvelle ligne.",part3:"Vous pouvez utiliser une cha\xEEne de chemin ou",part4:"Si le param\xE8tre est vide, aucune note n'est exclue."},name:"Chemins exclus"},excludePathsFromAttachmentCollecting:{description:{part1:"Exclure les pi\xE8ces jointes des chemins suivants lorsque la commande",part2:"Collecter les pi\xE8ces jointes",part3:"est ex\xE9cut\xE9e.",part4:"Ins\xE9rez chaque chemin sur une nouvelle ligne.",part5:"Vous pouvez utiliser une cha\xEEne de chemin ou",part6:"Si le param\xE8tre est vide, aucun chemin n'est exclu de la collecte de pi\xE8ces jointes."},name:"Chemins exclus de la collecte de pi\xE8ces jointes"},generatedAttachmentFileName:{description:{part1:"Voir les",part2:"jetons disponibles"},name:"Nom de fichier de pi\xE8ce jointe g\xE9n\xE9r\xE9"},includePaths:{description:{part1:"Inclure les notes des chemins suivants.",part2:"Ins\xE9rez chaque chemin sur une nouvelle ligne.",part3:"Vous pouvez utiliser une cha\xEEne de chemin ou",part4:"Si le param\xE8tre est vide, toutes les notes sont incluses."},name:"Chemins inclus"},jpegQuality:{description:"Plus la qualit\xE9 est faible, plus le taux de compression est \xE9lev\xE9.",name:"Qualit\xE9 JPEG"},locationForNewAttachments:{description:{part1:"Commencer par",part2:"pour utiliser un chemin relatif.",part3:"Voir les",part4:"jetons disponibles",part5:"Les dossiers point comme",part6:"ne sont pas recommand\xE9s, car Obsidian ne les suit pas. Vous pourriez avoir besoin d'utiliser le",part7:"Plugin pour les g\xE9rer."},name:"Emplacement des nouvelles pi\xE8ces jointes"},markdownUrlFormat:{description:{part1:"Format pour l'URL qui sera ins\xE9r\xE9e dans Markdown.",part2:"Voir les",part3:"jetons disponibles",part4:"Laisser vide pour utiliser le format par d\xE9faut."},name:"Format d'URL Markdown"},renameAttachmentsToLowerCase:"Renommer les pi\xE8ces jointes en minuscules",renamedAttachmentFileName:{description:{part1:"Voir les",part2:"jetons disponibles",part3:"Laisser vide pour utiliser le param\xE8tre",part4:"\xE0 la place."},name:"Nom de fichier de pi\xE8ce jointe renomm\xE9e"},resetToSampleCustomTokens:{message:"\xCAtes-vous s\xFBr de vouloir r\xE9initialiser les jetons personnalis\xE9s aux jetons personnalis\xE9s d'exemple ? Vos modifications seront perdues.",title:"R\xE9initialiser aux jetons personnalis\xE9s d'exemple"},shouldConvertPastedImagesToJpeg:{description:"Convertir les images coll\xE9es en JPEG. S'applique uniquement lorsque le contenu d'image PNG est coll\xE9 directement depuis le presse-papiers. Typiquement, pour coller des captures d'\xE9cran.",name:"Convertir les images coll\xE9es en JPEG"},shouldDeleteOrphanAttachments:{description:"Si activ\xE9, lorsque la note est supprim\xE9e, ses pi\xE8ces jointes orphelines sont \xE9galement supprim\xE9es.",name:"Supprimer les pi\xE8ces jointes orphelines"},shouldRenameAttachmentFiles:{description:{part1:"Si activ\xE9, lorsqu'une note est renomm\xE9e ou d\xE9plac\xE9e, ses fichiers de pi\xE8ces jointes seront renomm\xE9s selon le param\xE8tre",part2:"."},name:"Renommer les fichiers de pi\xE8ces jointes"},shouldRenameAttachmentFolders:{description:"Renommer les dossiers de pi\xE8ces jointes lorsqu'une note est renomm\xE9e ou d\xE9plac\xE9e.",name:"Renommer les dossiers de pi\xE8ces jointes"},shouldRenameAttachmentsCreatedByOtherPlugins:{description:{part1:"Appliquer ou non les r\xE9glages de dossier de pi\xE8ces jointes et de nom de fichier aux pi\xE8ces jointes cr\xE9\xE9es par D'AUTRES modules.",part2:"Certains modules \xE9crivent une pi\xE8ce jointe dans le coffre sous un nom de leur choix, sans demander \xE0 Obsidian o\xF9 elle doit aller. Avec cette option, un tel fichier est d\xE9plac\xE9 et renomm\xE9 d\xE8s son apparition.",part3:"Seuls les fichiers cr\xE9\xE9s pendant qu'une note est ouverte sont concern\xE9s, jamais ceux provenant d'une synchronisation ou d'un import de coffre."},name:"Renommer les pi\xE8ces jointes cr\xE9\xE9es par d'autres modules"},shouldRenameCollectedAttachments:{description:{part1:"Si activ\xE9, les pi\xE8ces jointes trait\xE9es via les commandes",part2:"Collecter les pi\xE8ces jointes",part3:"seront renomm\xE9es selon le param\xE8tre",part4:"."},name:"Renommer les pi\xE8ces jointes collect\xE9es"},specialCharacters:{description:{part1:"Caract\xE8res sp\xE9ciaux dans le dossier de pi\xE8ces jointes et le nom de fichier \xE0 remplacer ou supprimer.",part2:"Laisser vide pour pr\xE9server les caract\xE8res sp\xE9ciaux."},name:"Caract\xE8res sp\xE9ciaux"},specialCharactersReplacement:{description:{part1:"Cha\xEEne de remplacement pour les caract\xE8res sp\xE9ciaux dans le dossier de pi\xE8ces jointes et le nom de fichier.",part2:"Laisser vide pour supprimer les caract\xE8res sp\xE9ciaux."},name:"Remplacement des caract\xE8res sp\xE9ciaux"},timeoutInSeconds:{description:{part1:"Le d\xE9lai d'expiration en secondes pour toutes les op\xE9rations.",part2:"Si",part3:"est d\xE9fini, le d\xE9lai d'expiration de l'ex\xE9cution des op\xE9rations est d\xE9sactiv\xE9."},name:"D\xE9lai d'expiration en secondes"},treatAsAttachmentExtensions:{description:{part1:"Traiter les fichiers avec ces extensions comme des pi\xE8ces jointes.",part2:"Par d\xE9faut",part3:"et",part4:"les fichiers li\xE9s ne sont pas trait\xE9s comme des pi\xE8ces jointes et ne sont pas d\xE9plac\xE9s avec la note.",part5:"Vous pouvez ajouter des extensions personnalis\xE9es, par ex.",part6:", pour remplacer ce comportement."},name:"Extensions trait\xE9es comme pi\xE8ces jointes"}},promptWithPreviewModal:{fileNameTitle:"Renommer le fichier de pi\xE8ce jointe",folderTitle:"Choisir le dossier des pi\xE8ces jointes",previewModal:{title:"Aper\xE7u du fichier de pi\xE8ce jointe '{{fullFileName}}'"},title:"Fournir une valeur pour le jeton de saisie"},regularExpression:"/expression r\xE9guli\xE8re/"};var CN={attachmentCollector:{confirm:{part1:"Ar mhaith leat na ceangalt\xE1in a bhaili\xFA do gach n\xF3ta i bhfillte\xE1in go hathch\xFArsach?",part2:"N\xED f\xE9idir an oibr\xEDocht seo a cheal\xFA."},progressBar:{message:"Ag baili\xFA ceangalt\xE1n {{iterationString}} - '{{noteFilePath}}'.",title:"Ag baili\xFA ceangalt\xE1n..."}},buttons:{copy:"C\xF3ipe\xE1il",move:"Bog",previewAttachmentFile:"R\xE9amhamharc comhad ceangalt\xE1in",skip:"L\xE9im thar"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"T\xE1 an ceangalt\xE1n",part2:"in \xFAs\xE1id ag n\xF3ta\xED iomad\xFAla."},heading:"Ag baili\xFA ceangalt\xE1in at\xE1 in \xFAs\xE1id ag n\xF3ta\xED iomad\xFAla",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Ba ch\xF3ir an gn\xEDomh c\xE9anna a \xFAs\xE1id do cheangalt\xE1in fhadhbach eile"},commands:{collectAttachmentsCurrentFolder:"Bailigh ceangalt\xE1in san fhillte\xE1n reatha",collectAttachmentsCurrentNote:"Bailigh ceangalt\xE1in sa n\xF3ta reatha",collectAttachmentsEntireVault:"Bailigh ceangalt\xE1in sa taisc iompl\xE1n"},menuItems:{collectAttachmentsInFile:"Bailigh ceangalt\xE1in sa chomhad",collectAttachmentsInFiles:"Bailigh ceangalt\xE1in sna comhaid"},notice:{collectingAttachments:"Ag baili\xFA ceangalt\xE1n do '{{noteFilePath}}'",collectingAttachmentsCancelled:"Cealaigh baili\xFA ceangalt\xE1n. F\xE9ach ar an cons\xF3l le haghaidh sonra\xED.",generatedAttachmentFileNameIsInvalid:{part1:`T\xE1 ainm comhad ceangalt\xE1in ginte '{{path}}' neamhbhail\xED.
|
|
{{validationMessage}}
|
|
Seice\xE1il do`,part2:"socruithe."},notePathIsIgnored:"T\xE1 conair an n\xF3ta \xE1 neamhaird"},obsidianDevUtils:{buttons:{cancel:"Cealaigh",ok:"T\xE1 go maith"},dataview:{itemsPerPage:"M\xEDreanna in aghaidh na leathanach:",jumpToPage:"L\xE9im chuig leathanach:"},notices:{attachmentIsStillUsed:"T\xE1 ceangalt\xE1n {{attachmentPath}} f\xF3s in \xFAs\xE1id ag n\xF3ta\xED eile. N\xED scriosfar \xE9.",unhandledError:"Tharla earr\xE1id n\xE1r l\xE1imhse\xE1ladh. Seice\xE1il an cons\xF3l le haghaidh tuilleadh eolais."}},pluginSettings:{attachmentRenameMode:{all:{description:"t\xE1 na comhaid go l\xE9ir athainmnithe.",displayText:"Uile"},none:{description:"t\xE1 a n-ainmneacha caomhnaithe.",displayText:"Dada"},onlyPastedImages:{description:"n\xED athainmn\xEDtear ach \xEDomh\xE1nna greamaithe. Bainean seo leis nuair a ghreamaitear \xE1bhair \xEDomh\xE1 PNG \xF3n ghearrt\xE1isce go d\xEDreach. Go t\xEDp\xFAl, chun gr\xEAnghrafa\xED a ghreamadh.",displayText:"\xCDomh\xE1nna greamaithe amh\xE1in"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"cealaigh baili\xFA ceangalt\xE1n.",displayText:"Cealaigh"},copy:{description:"c\xF3ipe\xE1il an ceangalt\xE1n chuig an su\xEDomh nua.",displayText:"C\xF3ipe\xE1il"},move:{description:"bog an ceangalt\xE1n chuig an su\xEDomh nua.",displayText:"Bog"},prompt:{description:"cuir an t-\xFAs\xE1ideoir faoi deara an gn\xEDomh a roghn\xFA.",displayText:"Cuir faoi deara"},skip:{description:"l\xE9im thar an ceangalt\xE1n agus lean ar aghaidh chuig an ch\xE9ad cheann eile.",displayText:"L\xE9im thar"}},defaultImageSizeDimension:{height:"Airde",width:"Leithead"},emptyFolderBehavior:{delete:{description:"scriosfaidh an fhillte\xE1n ceangalt\xE1n folamh.",displayText:"Scrios"},deleteWithEmptyParents:{description:"scriosfaidh an fhillte\xE1n ceangalt\xE1n folamh agus a chuid fhillte\xE1n tuismitheora folamh.",displayText:"Scrios le tuismitheoir\xED folamh"},keep:{description:"coime\xE1dfaidh an fhillte\xE1n ceangalt\xE1n folamh.",displayText:"Coime\xE1d"}}},pluginSettingsManager:{customToken:{codeComment:`// Cuireadh comhartha\xED saincheaptha i gcomhr\xE1 mar gheall ar g\xE1 iad a nuashonr\xFA chuig an fhorm\xE1id nua a tugadh isteach i leagan 9.0.0 an phlugain.
|
|
// F\xE9ach ar an doicim\xE9ad\xFA (https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) le haghaidh tuilleadh eolais.`,deprecated:{part1:"I leagan 9.0.0 an phlugain, d'athraigh form\xE1id chl\xE1r\xFAch\xE1in comhartha\xED saincheaptha. Nuashonraigh do chomhartha\xED d\xE1 r\xE9ir. F\xE9ach ar an",part2:"doicim\xE9ad\xFA",part3:"le haghaidh tuilleadh eolais"}},legacyRenameAttachmentsToLowerCase:{part1:"I leagan 9.0.0 an phlugain, t\xE1 an",part2:"socr\xFA as feidhm. \xDAs\xE1id an",part3:"form\xE1id ina ionad. F\xE9ach ar an",part4:"doicim\xE9ad\xFA",part5:"le haghaidh tuilleadh eolais"},markdownUrlFormat:{deprecated:{part1:"T\xE1 luach neamhcheart agat ar an",part2:"form\xE1id. F\xE9ach ar an",part3:"doicim\xE9ad\xFA",part4:"le haghaidh tuilleadh eolais",part5:"N\xED thaispe\xE1nfar an teachtaireacht seo ar\xEDs."}},specialCharacters:{part1:"I leagan 9.16.0 an phlugain, d'athraigh an",part2:"luach socr\xFA r\xE9amhshocraithe. Nuashonra\xEDodh do luach socr\xFA chuig an luach r\xE9amhshocraithe nua."},validation:{defaultImageSizeMustBePercentageOrPixels:"Caithfidh m\xE9id r\xE9amhshocraithe na h\xEDomh\xE1 a bheith i bpicteil\xEDn\xED n\xF3 i gc\xE9atad\xE1n",invalidCustomTokensCode:"C\xF3d comhartha\xED saincheaptha neamhbhail\xED",invalidRegularExpression:"Slonn rialta neamhbhail\xED {{regExp}}",specialCharactersMustNotContainSlash:"N\xEDor cheart go mbeadh / sna carachtair speisialta",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"N\xEDor cheart go mbeadh carachtair conair ainm comhaid neamhbhail\xED in ionad\xFA carachtar speisialta."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"Nuair a bh\xEDonn comhaid \xE1 gceangal:"},name:"M\xF3d athainmnithe ceangalt\xE1n"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"Nuair a bh\xEDonn an ceangalt\xE1n bailithe in \xFAs\xE1id ag n\xF3ta\xED iomad\xFAla:"},name:"M\xF3d baili\xFA ceangalt\xE1n at\xE1 in \xFAs\xE1id ag n\xF3ta\xED iomad\xFAla"},collectedAttachmentFileName:{description:{part1:"F\xE9ach ar na",part2:"comhartha\xED at\xE1 ar f\xE1il",part3:"F\xE1g folamh chun",part4:"a \xFAs\xE1id ina ionad."},name:"Ainm comhad ceangalt\xE1n bailithe"},customTokens:{description:{part1:"Comhartha\xED saincheaptha le h\xFAs\xE1id.",part2:"F\xE9ach ar an",part3:"doicim\xE9ad\xFA",part4:"le haghaidh tuilleadh eolais.",part5:"\u26A0\uFE0F Is f\xE9idir le comhartha\xED saincheaptha a bheith ina ch\xF3d JavaScript treallach. M\xE1 t\xE1 siad drochscr\xEDofa, is f\xE9idir leo cailli\xFAint sonra\xED a chur faoi deara. \xDAs\xE1id iad ar do riosca f\xE9in."},name:"Comhartha\xED saincheaptha"},defaultImageSize:{description:{part1:"M\xE9id r\xE9amhshocraithe na h\xEDomh\xE1.",part2:"Is f\xE9idir a shonr\xFA i bpicteil\xEDn\xED",part3:"n\xF3 i gc\xE9atad\xE1n de mh\xE9id na h\xEDomh\xE1 ioml\xE1ine",part4:"F\xE1g folamh chun an m\xE9id bunaidh a \xFAs\xE1id."},name:"M\xE9id r\xE9amhshocraithe na h\xEDomh\xE1"},duplicateNameSeparator:{description:{part1:"Nuair a bh\xEDonn t\xFA ag greamadh/tarraint comhad leis an ainm c\xE9anna le comhad at\xE1 ann cheana, cuirfear an deighilteoir seo leis an ainm comhaid.",part2:"M.sh., nuair a bh\xEDonn t\xFA ag tarraint an chomhaid",part3:", athainmneofar \xE9 go",part4:", srl., ag f\xE1il an ch\xE9ad ainm at\xE1 ar f\xE1il."},name:"Deighilteoir ainm d\xFAbailte"},emptyFolderBehavior:{description:{part1:"Nuair a bh\xEDonn an fhillte\xE1n ceangalt\xE1n folamh:"},name:"Iompar fhillte\xE1n ceangalt\xE1n folamh"},excludePaths:{description:{part1:"Eisigh n\xF3ta\xED \xF3 na conair\xED seo a leanas.",part2:"Cuir isteach gach conair ar l\xEDne nua.",part3:"Is f\xE9idir leat teaghr\xE1n conair n\xF3",part4:"a \xFAs\xE1id. M\xE1 t\xE1 an socr\xFA folamh, n\xED eis\xEDtear aon n\xF3ta\xED."},name:"Conair\xED a eis\xEDomh"},excludePathsFromAttachmentCollecting:{description:{part1:"Eisigh ceangalt\xE1in \xF3 na conair\xED seo a leanas nuair a",part2:"Bailigh ceangalt\xE1in",part3:"a fhorghn\xEDomha\xEDtear an t-ord\xFA.",part4:"Cuir isteach gach conair ar l\xEDne nua.",part5:"Is f\xE9idir leat teaghr\xE1n conair n\xF3",part6:"a \xFAs\xE1id. M\xE1 t\xE1 an socr\xFA folamh, n\xED eis\xEDtear aon chonair\xED \xF3 bhaili\xFA ceangalt\xE1n."},name:"Conair\xED a eis\xEDomh \xF3 bhaili\xFA ceangalt\xE1n"},generatedAttachmentFileName:{description:{part1:"F\xE9ach ar na",part2:"comhartha\xED at\xE1 ar f\xE1il"},name:"Ainm comhad ceangalt\xE1n ginte"},includePaths:{description:{part1:"Cuir n\xF3ta\xED \xF3 na conair\xED seo a leanas san \xE1ireamh.",part2:"Cuir isteach gach conair ar l\xEDne nua.",part3:"Is f\xE9idir leat teaghr\xE1n conair n\xF3",part4:"a \xFAs\xE1id. M\xE1 t\xE1 an socr\xFA folamh, cuirtear gach n\xF3ta san \xE1ireamh."},name:"Conair\xED a chur san \xE1ireamh"},jpegQuality:{description:"D\xE1 laghad an c\xE1il\xEDocht, is m\xF3 an c\xF3imheas comhbhr\xFA.",name:"C\xE1il\xEDocht JPEG"},locationForNewAttachments:{description:{part1:"Tosaigh le",part2:"chun conair choibhneasta a \xFAs\xE1id.",part3:"F\xE9ach ar na",part4:"comhartha\xED at\xE1 ar f\xE1il",part5:"N\xED mholtar fhillte\xE1in ponc mar",part6:"mar n\xED dh\xE9anann Obsidian iad a rian\xFA. D'fh\xE9adfadh gur g\xE1 duit",part7:"Plugan a \xFAs\xE1id chun iad a bhainisti\xFA."},name:"Su\xEDomh do cheangalt\xE1in nua"},markdownUrlFormat:{description:{part1:"Form\xE1id don URL a chuirfear isteach i Markdown.",part2:"F\xE9ach ar na",part3:"comhartha\xED at\xE1 ar f\xE1il",part4:"F\xE1g b\xE1n chun an fhorm\xE1id r\xE9amhshocraithe a \xFAs\xE1id."},name:"Form\xE1id URL Markdown"},renameAttachmentsToLowerCase:"Athainmnigh ceangalt\xE1in go litreacha beaga",renamedAttachmentFileName:{description:{part1:"F\xE9ach ar na",part2:"comhartha\xED at\xE1 ar f\xE1il",part3:"F\xE1g folamh chun",part4:"a \xFAs\xE1id ina ionad."},name:"Ainm comhad ceangalt\xE1n athainmnithe"},resetToSampleCustomTokens:{message:"An bhfuil t\xFA cinnte gur mhaith leat na comhartha\xED saincheaptha a athshocr\xFA chuig na comhartha\xED saincheaptha samplacha? Caillfear do athruithe.",title:"Athshocraigh chuig comhartha\xED saincheaptha samplacha"},shouldConvertPastedImagesToJpeg:{description:"Cib\xE9 an gcaithfear \xEDomh\xE1nna greamaithe a thiont\xFA go JPEG. Baineann seo leis nuair a ghreamaitear \xE1bhair \xEDomh\xE1 PNG \xF3n ghearrt\xE1isce go d\xEDreach. Go t\xEDp\xFAl, chun gr\xEAnghrafa\xED a ghreamadh.",name:"An gcaithfear \xEDomh\xE1nna greamaithe a thiont\xFA go JPEG"},shouldDeleteOrphanAttachments:{description:"M\xE1 t\xE1 s\xE9 cumasaithe, nuair a scriostar an n\xF3ta, scriostar a cheangalt\xE1in d\xEDlleachta freisin.",name:"An gcaithfear ceangalt\xE1in d\xEDlleachta a scriosadh"},shouldRenameAttachmentFiles:{description:{part1:"M\xE1 t\xE1 s\xE9 cumasaithe, nuair a athainmn\xEDtear n\xF3 a aistr\xEDtear n\xF3ta, athainmneofar a chomhaid ceangalt\xE1n de r\xE9ir an",part2:"socraithe."},name:"An gcaithfear comhaid ceangalt\xE1n a athainmni\xFA"},shouldRenameAttachmentFolders:{description:"Cib\xE9 an gcaithfear fhillte\xE1in ceangalt\xE1n a athainmni\xFA nuair a athainmn\xEDtear n\xF3 a aistr\xEDtear n\xF3ta.",name:"An gcaithfear fhillte\xE1in ceangalt\xE1n a athainmni\xFA"},shouldRenameAttachmentsCreatedByOtherPlugins:{description:{part1:"C\xE9 acu na socruithe fillte\xE1in ceangalt\xE1n agus ainm comhaid a chur i bhfeidhm ar cheangalt\xE1in a chrutha\xEDonn breise\xE1in EILE.",part2:"Scr\xEDobhann roinnt breise\xE1n ceangalt\xE1n isteach sa taisce faoi ainm d\xE1 gcuid f\xE9in, gan fiafra\xED d'Obsidian c\xE1 mbaineann s\xE9. Agus \xE9 seo ar si\xFAl, bogtar agus athainmn\xEDtear comhad den s\xF3rt sin d\xEDreach tar \xE9is d\xF3 teacht chun cinn.",part3:"N\xED bhaintear ach le comhaid a chrutha\xEDtear agus n\xF3ta ar oscailt, riamh le comhaid a thagann \xF3 shioncron\xFA n\xF3 \xF3 iomp\xF3rt\xE1il taisce."},name:"Athainmnigh ceangalt\xE1in a chrutha\xEDonn breise\xE1in eile"},shouldRenameCollectedAttachments:{description:{part1:"M\xE1 t\xE1 s\xE9 cumasaithe, athainmneofar ceangalt\xE1in a phr\xF3ise\xE1ladh tr\xED",part2:"Bailigh ceangalt\xE1in",part3:"orduithe de r\xE9ir an",part4:"socraithe."},name:"An gcaithfear ceangalt\xE1in bailithe a athainmni\xFA"},specialCharacters:{description:{part1:"Carachtair speisialta i bhfillte\xE1n ceangalt\xE1n agus ainm comhaid le cur in ionad n\xF3 a bhaint.",part2:"F\xE1g b\xE1n chun carachtair speisialta a chaomhn\xFA."},name:"Carachtair speisialta"},specialCharactersReplacement:{description:{part1:"Teaghr\xE1n ionada\xEDochta do charachtair speisialta i bhfillte\xE1n ceangalt\xE1n agus ainm comhaid.",part2:"F\xE1g b\xE1n chun carachtair speisialta a bhaint."},name:"Ionad\xFA carachtar speisialta"},timeoutInSeconds:{description:{part1:"An t-am amach i soicind\xED do gach oibr\xEDocht.",part2:"M\xE1 t\xE1",part3:"socraithe, t\xE1 t-am amach fhorghn\xEDomhaithe oibr\xEDochta\xED d\xEDchumasaithe."},name:"T-am amach i soicind\xED"},treatAsAttachmentExtensions:{description:{part1:"D\xE9ile\xE1il le comhaid leis na s\xEDnt\xED seo mar cheangalt\xE1in.",part2:"De r\xE9ir r\xE9amhshocraithe, n\xED dh\xE9antar",part3:"agus",part4:"comhaid nasctha a thabhairt mar cheangalt\xE1in agus n\xED aistr\xEDtear iad leis an n\xF3ta.",part5:"Is f\xE9idir leat s\xEDnt\xED saincheaptha a chur leis, m.sh.",part6:", chun an t-iompar seo a sh\xE1r\xFA."},name:"D\xE9ile\xE1il mar sh\xEDnt\xED ceangalt\xE1n"}},promptWithPreviewModal:{fileNameTitle:"Athainmnigh comhad ceangalt\xE1in",folderTitle:"Roghnaigh fillte\xE1n ceangalt\xE1n",previewModal:{title:"R\xE9amhamharc comhad ceangalt\xE1in '{{fullFileName}}'"},title:"Sol\xE1thair luach don chomhartha cuir faoi deara"},regularExpression:"/slonn rialta/"};var wN={attachmentCollector:{confirm:{part1:"\u05D4\u05D0\u05DD \u05D1\u05E8\u05E6\u05D5\u05E0\u05DA \u05DC\u05D0\u05E1\u05D5\u05E3 \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05DC\u05DB\u05DC \u05D4\u05D4\u05E2\u05E8\u05D5\u05EA \u05D1\u05EA\u05D9\u05E7\u05D9\u05D5\u05EA \u05D1\u05D0\u05D5\u05E4\u05DF \u05E8\u05E7\u05D5\u05E8\u05E1\u05D9\u05D1\u05D9?",part2:"\u05DC\u05D0 \u05E0\u05D9\u05EA\u05DF \u05DC\u05D1\u05D8\u05DC \u05E4\u05E2\u05D5\u05DC\u05D4 \u05D6\u05D5."},progressBar:{message:"\u05D0\u05D5\u05E1\u05E3 \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD {{iterationString}} - '{{noteFilePath}}'.",title:"\u05D0\u05D5\u05E1\u05E3 \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD..."}},buttons:{copy:"\u05D4\u05E2\u05EA\u05E7",move:"\u05D4\u05E2\u05D1\u05E8",previewAttachmentFile:"\u05EA\u05E6\u05D5\u05D2\u05D4 \u05DE\u05E7\u05D3\u05D9\u05DE\u05D4 \u05E9\u05DC \u05E7\u05D5\u05D1\u05E5 \u05DE\u05E6\u05D5\u05E8\u05E3",skip:"\u05D3\u05DC\u05D2"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"\u05E7\u05D5\u05D1\u05E5 \u05DE\u05E6\u05D5\u05E8\u05E3",part2:"\u05DE\u05E9\u05D5\u05DE\u05E9 \u05E2\u05DC \u05D9\u05D3\u05D9 \u05DE\u05E1\u05E4\u05E8 \u05E8\u05E9\u05D9\u05DE\u05D5\u05EA."},heading:"\u05D0\u05D9\u05E1\u05D5\u05E3 \u05E7\u05D5\u05D1\u05E5 \u05DE\u05E6\u05D5\u05E8\u05E3 \u05D4\u05DE\u05E9\u05D5\u05DE\u05E9 \u05E2\u05DC \u05D9\u05D3\u05D9 \u05DE\u05E1\u05E4\u05E8 \u05E8\u05E9\u05D9\u05DE\u05D5\u05EA",shouldUseSameActionForOtherProblematicAttachmentsToggle:"\u05D9\u05E9 \u05DC\u05D4\u05E9\u05EA\u05DE\u05E9 \u05D1\u05D0\u05D5\u05EA\u05D4 \u05E4\u05E2\u05D5\u05DC\u05D4 \u05E2\u05D1\u05D5\u05E8 \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05D1\u05E2\u05D9\u05D9\u05EA\u05D9\u05D9\u05DD \u05D0\u05D7\u05E8\u05D9\u05DD"},commands:{collectAttachmentsCurrentFolder:"\u05D0\u05E1\u05D5\u05E3 \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05D1\u05EA\u05D9\u05E7\u05D9\u05D9\u05D4 \u05D4\u05E0\u05D5\u05DB\u05D7\u05D9\u05EA",collectAttachmentsCurrentNote:"\u05D0\u05E1\u05D5\u05E3 \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05D1\u05E8\u05E9\u05D9\u05DE\u05D4 \u05D4\u05E0\u05D5\u05DB\u05D7\u05D9\u05EA",collectAttachmentsEntireVault:"\u05D0\u05E1\u05D5\u05E3 \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05D1\u05DB\u05DC \u05D4\u05DB\u05E1\u05E4\u05EA"},menuItems:{collectAttachmentsInFile:"\u05D0\u05D9\u05E1\u05D5\u05E3 \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05D1\u05E7\u05D5\u05D1\u05E5",collectAttachmentsInFiles:"\u05D0\u05D9\u05E1\u05D5\u05E3 \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05D1\u05E7\u05D1\u05E6\u05D9\u05DD"},notice:{collectingAttachments:"\u05D0\u05D5\u05E1\u05E3 \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05E2\u05D1\u05D5\u05E8 '{{noteFilePath}}'",collectingAttachmentsCancelled:"\u05D0\u05D9\u05E1\u05D5\u05E3 \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05D1\u05D5\u05D8\u05DC. \u05E8\u05D0\u05D4 \u05E7\u05D5\u05E0\u05E1\u05D5\u05DC \u05DC\u05E4\u05E8\u05D8\u05D9\u05DD.",generatedAttachmentFileNameIsInvalid:{part1:`\u05E9\u05DD \u05E7\u05D5\u05D1\u05E5 \u05DE\u05E6\u05D5\u05E8\u05E3 \u05E9\u05E0\u05D5\u05E6\u05E8 '{{path}}' \u05D0\u05D9\u05E0\u05D5 \u05EA\u05E7\u05E3.
|
|
{{validationMessage}}
|
|
\u05D1\u05D3\u05D5\u05E7 \u05D0\u05EA`,part2:"\u05D4\u05D4\u05D2\u05D3\u05E8\u05D4 \u05E9\u05DC\u05DA."},notePathIsIgnored:"\u05E0\u05EA\u05D9\u05D1 \u05E8\u05E9\u05D9\u05DE\u05D4 \u05DE\u05EA\u05E2\u05DC\u05DD"},obsidianDevUtils:{buttons:{cancel:"\u05D1\u05D9\u05D8\u05D5\u05DC",ok:"\u05D0\u05D9\u05E9\u05D5\u05E8"},dataview:{itemsPerPage:"\u05E4\u05E8\u05D9\u05D8\u05D9\u05DD \u05DC\u05E2\u05DE\u05D5\u05D3:",jumpToPage:"\u05E7\u05E4\u05D5\u05E5 \u05DC\u05E2\u05DE\u05D5\u05D3:"},notices:{attachmentIsStillUsed:"\u05E7\u05D1\u05E5 \u05DE\u05E6\u05D5\u05E8\u05E3 {{attachmentPath}} \u05E2\u05D3\u05D9\u05D9\u05DF \u05DE\u05E9\u05D5\u05DE\u05E9 \u05E2\u05DC \u05D9\u05D3\u05D9 \u05E8\u05E9\u05D9\u05DE\u05D5\u05EA \u05D0\u05D7\u05E8\u05D5\u05EA. \u05D4\u05D5\u05D0 \u05DC\u05D0 \u05D9\u05DE\u05D7\u05E7.",unhandledError:"\u05D0\u05D9\u05E8\u05E2\u05D4 \u05E9\u05D2\u05D9\u05D0\u05D4 \u05DC\u05D0 \u05DE\u05D8\u05D5\u05E4\u05DC\u05EA. \u05D0\u05E0\u05D0 \u05D1\u05D3\u05D5\u05E7 \u05D0\u05EA \u05D4\u05E7\u05D5\u05E0\u05E1\u05D5\u05DC \u05DC\u05DE\u05D9\u05D3\u05E2 \u05E0\u05D5\u05E1\u05E3."}},pluginSettings:{attachmentRenameMode:{all:{description:"\u05DB\u05DC \u05D4\u05E7\u05D1\u05E6\u05D9\u05DD \u05D9\u05E7\u05D1\u05DC\u05D5 \u05E9\u05DE\u05D5\u05EA \u05D7\u05D3\u05E9\u05D9\u05DD.",displayText:"\u05D4\u05DB\u05DC"},none:{description:"\u05D4\u05E9\u05DE\u05D5\u05EA \u05E9\u05DC\u05D4\u05DD \u05E0\u05E9\u05DE\u05E8\u05D9\u05DD.",displayText:"\u05DB\u05DC\u05D5\u05DD"},onlyPastedImages:{description:"\u05E8\u05E7 \u05EA\u05DE\u05D5\u05E0\u05D5\u05EA \u05E9\u05D4\u05D5\u05D3\u05D1\u05E7\u05D5 \u05D9\u05E7\u05D1\u05DC\u05D5 \u05E9\u05DE\u05D5\u05EA \u05D7\u05D3\u05E9\u05D9\u05DD. \u05D7\u05DC \u05E8\u05E7 \u05DB\u05D0\u05E9\u05E8 \u05EA\u05D5\u05DB\u05DF \u05EA\u05DE\u05D5\u05E0\u05EA PNG \u05DE\u05D5\u05D3\u05D1\u05E7 \u05D9\u05E9\u05D9\u05E8\u05D5\u05EA \u05DE\u05D4\u05DC\u05D5\u05D7. \u05D1\u05D3\u05E8\u05DA \u05DB\u05DC\u05DC, \u05DC\u05D4\u05D3\u05D1\u05E7\u05EA \u05E6\u05D9\u05DC\u05D5\u05DE\u05D9 \u05DE\u05E1\u05DA.",displayText:"\u05E8\u05E7 \u05EA\u05DE\u05D5\u05E0\u05D5\u05EA \u05E9\u05D4\u05D5\u05D3\u05D1\u05E7\u05D5"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"\u05D1\u05D8\u05DC \u05D0\u05EA \u05D0\u05D9\u05E1\u05D5\u05E3 \u05D4\u05E7\u05D1\u05E6\u05D9\u05DD \u05D4\u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD.",displayText:"\u05D1\u05D9\u05D8\u05D5\u05DC"},copy:{description:"\u05D4\u05E2\u05EA\u05E7 \u05D0\u05EA \u05D4\u05E7\u05D5\u05D1\u05E5 \u05D4\u05DE\u05E6\u05D5\u05E8\u05E3 \u05DC\u05DE\u05D9\u05E7\u05D5\u05DD \u05D4\u05D7\u05D3\u05E9.",displayText:"\u05D4\u05E2\u05EA\u05E7\u05D4"},move:{description:"\u05D4\u05E2\u05D1\u05E8 \u05D0\u05EA \u05D4\u05E7\u05D5\u05D1\u05E5 \u05D4\u05DE\u05E6\u05D5\u05E8\u05E3 \u05DC\u05DE\u05D9\u05E7\u05D5\u05DD \u05D4\u05D7\u05D3\u05E9.",displayText:"\u05D4\u05E2\u05D1\u05E8\u05D4"},prompt:{description:"\u05D4\u05E0\u05D7\u05D4 \u05D0\u05EA \u05D4\u05DE\u05E9\u05EA\u05DE\u05E9 \u05DC\u05D1\u05D7\u05D5\u05E8 \u05D0\u05EA \u05D4\u05E4\u05E2\u05D5\u05DC\u05D4.",displayText:"\u05D4\u05E0\u05D7\u05D9\u05D4"},skip:{description:"\u05D3\u05DC\u05D2 \u05E2\u05DC \u05D4\u05E7\u05D5\u05D1\u05E5 \u05D4\u05DE\u05E6\u05D5\u05E8\u05E3 \u05D5\u05D4\u05DE\u05E9\u05DA \u05DC\u05D1\u05D0.",displayText:"\u05D3\u05D9\u05DC\u05D5\u05D2"}},defaultImageSizeDimension:{height:"\u05D2\u05D5\u05D1\u05D4",width:"\u05E8\u05D5\u05D7\u05D1"},emptyFolderBehavior:{delete:{description:"\u05D9\u05DE\u05D7\u05E7 \u05D0\u05EA \u05EA\u05D9\u05E7\u05D9\u05D9\u05EA \u05D4\u05E7\u05D1\u05E6\u05D9\u05DD \u05D4\u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05D4\u05E8\u05D9\u05E7\u05D4.",displayText:"\u05DE\u05D7\u05D9\u05E7\u05D4"},deleteWithEmptyParents:{description:"\u05D9\u05DE\u05D7\u05E7 \u05D0\u05EA \u05EA\u05D9\u05E7\u05D9\u05D9\u05EA \u05D4\u05E7\u05D1\u05E6\u05D9\u05DD \u05D4\u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05D4\u05E8\u05D9\u05E7\u05D4 \u05D5\u05D0\u05EA \u05EA\u05D9\u05E7\u05D9\u05D5\u05EA \u05D4\u05D0\u05D1 \u05D4\u05E8\u05D9\u05E7\u05D5\u05EA \u05E9\u05DC\u05D4.",displayText:"\u05DE\u05D7\u05D9\u05E7\u05D4 \u05E2\u05DD \u05D0\u05D1\u05D5\u05EA \u05E8\u05D9\u05E7\u05D9\u05DD"},keep:{description:"\u05D9\u05E9\u05DE\u05D5\u05E8 \u05D0\u05EA \u05EA\u05D9\u05E7\u05D9\u05D9\u05EA \u05D4\u05E7\u05D1\u05E6\u05D9\u05DD \u05D4\u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05D4\u05E8\u05D9\u05E7\u05D4.",displayText:"\u05E9\u05DE\u05D9\u05E8\u05D4"}}},pluginSettingsManager:{customToken:{codeComment:`// \u05D8\u05D5\u05E7\u05E0\u05D9\u05DD \u05DE\u05D5\u05EA\u05D0\u05DE\u05D9\u05DD \u05D0\u05D9\u05E9\u05D9\u05D9\u05DD \u05D4\u05D5\u05E2\u05D1\u05E8\u05D5 \u05DC\u05D4\u05E2\u05E8\u05D4 \u05DE\u05DB\u05D9\u05D5\u05D5\u05DF \u05E9\u05D4\u05DD \u05E6\u05E8\u05D9\u05DB\u05D9\u05DD \u05DC\u05D4\u05D9\u05D5\u05EA \u05DE\u05E2\u05D5\u05D3\u05DB\u05E0\u05D9\u05DD \u05DC\u05E4\u05D5\u05E8\u05DE\u05D8 \u05D4\u05D7\u05D3\u05E9 \u05E9\u05D4\u05D5\u05E6\u05D2 \u05D1\u05D2\u05E8\u05E1\u05EA \u05EA\u05D5\u05E1\u05E3 9.0.0.
|
|
// \u05E4\u05E0\u05D4 \u05DC\u05EA\u05D9\u05E2\u05D5\u05D3 (https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) \u05DC\u05DE\u05D9\u05D3\u05E2 \u05E0\u05D5\u05E1\u05E3.`,deprecated:{part1:"\u05D1\u05D2\u05E8\u05E1\u05EA \u05EA\u05D5\u05E1\u05E3 9.0.0, \u05D4\u05E4\u05D5\u05E8\u05DE\u05D8 \u05E9\u05DC \u05E8\u05D9\u05E9\u05D5\u05DD \u05D8\u05D5\u05E7\u05E0\u05D9\u05DD \u05DE\u05D5\u05EA\u05D0\u05DE\u05D9\u05DD \u05D0\u05D9\u05E9\u05D9\u05D9\u05DD \u05D4\u05E9\u05EA\u05E0\u05D4. \u05D0\u05E0\u05D0 \u05E2\u05D3\u05DB\u05DF \u05D0\u05EA \u05D4\u05D8\u05D5\u05E7\u05E0\u05D9\u05DD \u05E9\u05DC\u05DA \u05D1\u05D4\u05EA\u05D0\u05DD. \u05E4\u05E0\u05D4 \u05DC",part2:"\u05EA\u05D9\u05E2\u05D5\u05D3",part3:"\u05DC\u05DE\u05D9\u05D3\u05E2 \u05E0\u05D5\u05E1\u05E3"}},legacyRenameAttachmentsToLowerCase:{part1:"\u05D1\u05D2\u05E8\u05E1\u05EA \u05EA\u05D5\u05E1\u05E3 9.0.0, \u05D4\u05D4\u05D2\u05D3\u05E8\u05D4",part2:"\u05D4\u05D9\u05D0 \u05DE\u05D9\u05D5\u05E9\u05E0\u05EA. \u05D4\u05E9\u05EA\u05DE\u05E9 \u05D1",part3:"\u05E4\u05D5\u05E8\u05DE\u05D8 \u05D1\u05DE\u05E7\u05D5\u05DD. \u05E8\u05D0\u05D4",part4:"\u05EA\u05D9\u05E2\u05D5\u05D3",part5:"\u05DC\u05DE\u05D9\u05D3\u05E2 \u05E0\u05D5\u05E1\u05E3"},markdownUrlFormat:{deprecated:{part1:"\u05D9\u05E9 \u05DC\u05DA \u05E2\u05E8\u05DA \u05E4\u05D5\u05D8\u05E0\u05E6\u05D9\u05D0\u05DC\u05D9\u05EA \u05E9\u05D2\u05D5\u05D9 \u05E2\u05D1\u05D5\u05E8",part2:"\u05D4\u05E4\u05D5\u05E8\u05DE\u05D8. \u05D0\u05E0\u05D0 \u05E4\u05E0\u05D4 \u05DC",part3:"\u05EA\u05D9\u05E2\u05D5\u05D3",part4:"\u05DC\u05DE\u05D9\u05D3\u05E2 \u05E0\u05D5\u05E1\u05E3",part5:"\u05D4\u05D5\u05D3\u05E2\u05D4 \u05D6\u05D5 \u05DC\u05D0 \u05EA\u05D5\u05E6\u05D2 \u05E9\u05D5\u05D1."}},specialCharacters:{part1:"\u05D1\u05D2\u05E8\u05E1\u05EA \u05EA\u05D5\u05E1\u05E3 9.16.0, \u05E2\u05E8\u05DA",part2:"\u05D4\u05D4\u05D2\u05D3\u05E8\u05D4 \u05D1\u05E8\u05D9\u05E8\u05EA \u05D4\u05DE\u05D7\u05D3\u05DC \u05D4\u05E9\u05EA\u05E0\u05D4. \u05E2\u05E8\u05DA \u05D4\u05D4\u05D2\u05D3\u05E8\u05D4 \u05E9\u05DC\u05DA \u05E2\u05D5\u05D3\u05DB\u05DF \u05DC\u05E2\u05E8\u05DA \u05D1\u05E8\u05D9\u05E8\u05EA \u05D4\u05DE\u05D7\u05D3\u05DC \u05D4\u05D7\u05D3\u05E9."},validation:{defaultImageSizeMustBePercentageOrPixels:"\u05D2\u05D5\u05D3\u05DC \u05D4\u05EA\u05DE\u05D5\u05E0\u05D4 \u05D1\u05E8\u05D9\u05E8\u05EA \u05D4\u05DE\u05D7\u05D3\u05DC \u05D7\u05D9\u05D9\u05D1 \u05DC\u05D4\u05D9\u05D5\u05EA \u05D1\u05E4\u05D9\u05E7\u05E1\u05DC\u05D9\u05DD \u05D0\u05D5 \u05D1\u05D0\u05D7\u05D5\u05D6\u05D9\u05DD",invalidCustomTokensCode:"\u05E7\u05D5\u05D3 \u05D8\u05D5\u05E7\u05E0\u05D9\u05DD \u05DE\u05D5\u05EA\u05D0\u05DE\u05D9\u05DD \u05D0\u05D9\u05E9\u05D9\u05D9\u05DD \u05DC\u05D0 \u05EA\u05E7\u05E3",invalidRegularExpression:"\u05D1\u05D9\u05D8\u05D5\u05D9 \u05E8\u05D2\u05D5\u05DC\u05E8\u05D9 \u05DC\u05D0 \u05EA\u05E7\u05E3 {{regExp}}",specialCharactersMustNotContainSlash:"\u05EA\u05D5\u05D5\u05D9\u05DD \u05DE\u05D9\u05D5\u05D7\u05D3\u05D9\u05DD \u05DC\u05D0 \u05D9\u05DB\u05D5\u05DC\u05D9\u05DD \u05DC\u05D4\u05DB\u05D9\u05DC /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"\u05D4\u05D7\u05DC\u05E4\u05EA \u05EA\u05D5\u05D5\u05D9\u05DD \u05DE\u05D9\u05D5\u05D7\u05D3\u05D9\u05DD \u05DC\u05D0 \u05D9\u05DB\u05D5\u05DC\u05D4 \u05DC\u05D4\u05DB\u05D9\u05DC \u05EA\u05D5\u05D5\u05D9\u05DD \u05DC\u05D0 \u05EA\u05E7\u05E4\u05D9\u05DD \u05E9\u05DC \u05E0\u05EA\u05D9\u05D1 \u05E9\u05DD \u05E7\u05D5\u05D1\u05E5."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"\u05DB\u05D0\u05E9\u05E8 \u05DE\u05E6\u05E8\u05E4\u05D9\u05DD \u05E7\u05D1\u05E6\u05D9\u05DD:"},name:"\u05DE\u05E6\u05D1 \u05E9\u05D9\u05E0\u05D5\u05D9 \u05E9\u05DD \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"\u05DB\u05D0\u05E9\u05E8 \u05D4\u05E7\u05D5\u05D1\u05E5 \u05D4\u05DE\u05E6\u05D5\u05E8\u05E3 \u05E9\u05E0\u05D0\u05E1\u05E3 \u05DE\u05E9\u05DE\u05E9 \u05DE\u05E1\u05E4\u05E8 \u05E8\u05E9\u05D9\u05DE\u05D5\u05EA:"},name:"\u05DE\u05E6\u05D1 \u05D0\u05D9\u05E1\u05D5\u05E3 \u05E7\u05D5\u05D1\u05E5 \u05DE\u05E6\u05D5\u05E8\u05E3 \u05D4\u05DE\u05E9\u05DE\u05E9 \u05DE\u05E1\u05E4\u05E8 \u05E8\u05E9\u05D9\u05DE\u05D5\u05EA"},collectedAttachmentFileName:{description:{part1:"\u05E8\u05D0\u05D4",part2:"\u05D8\u05D5\u05E7\u05E0\u05D9\u05DD \u05D6\u05DE\u05D9\u05E0\u05D9\u05DD",part3:"\u05D4\u05E9\u05D0\u05E8 \u05E8\u05D9\u05E7 \u05DC\u05E9\u05D9\u05DE\u05D5\u05E9 \u05D1\u05D4\u05D2\u05D3\u05E8\u05EA",part4:"\u05D1\u05DE\u05E7\u05D5\u05DD."},name:"\u05E9\u05DD \u05E7\u05D5\u05D1\u05E5 \u05DE\u05E6\u05D5\u05E8\u05E3 \u05E9\u05E0\u05D0\u05E1\u05E3"},customTokens:{description:{part1:"\u05D8\u05D5\u05E7\u05E0\u05D9\u05DD \u05DE\u05D5\u05EA\u05D0\u05DE\u05D9\u05DD \u05D0\u05D9\u05E9\u05D9\u05D9\u05DD \u05DC\u05E9\u05D9\u05DE\u05D5\u05E9.",part2:"\u05E8\u05D0\u05D4",part3:"\u05EA\u05D9\u05E2\u05D5\u05D3",part4:"\u05DC\u05DE\u05D9\u05D3\u05E2 \u05E0\u05D5\u05E1\u05E3.",part5:"\u26A0\uFE0F \u05D8\u05D5\u05E7\u05E0\u05D9\u05DD \u05DE\u05D5\u05EA\u05D0\u05DE\u05D9\u05DD \u05D0\u05D9\u05E9\u05D9\u05D9\u05DD \u05D9\u05DB\u05D5\u05DC\u05D9\u05DD \u05DC\u05D4\u05D9\u05D5\u05EA \u05E7\u05D5\u05D3 JavaScript \u05E9\u05E8\u05D9\u05E8\u05D5\u05EA\u05D9. \u05D0\u05DD \u05D4\u05DD \u05DB\u05EA\u05D5\u05D1\u05D9\u05DD \u05D1\u05E6\u05D5\u05E8\u05D4 \u05D2\u05E8\u05D5\u05E2\u05D4, \u05D4\u05DD \u05E2\u05DC\u05D5\u05DC\u05D9\u05DD \u05DC\u05D2\u05E8\u05D5\u05DD \u05DC\u05D0\u05D5\u05D1\u05D3\u05DF \u05E0\u05EA\u05D5\u05E0\u05D9\u05DD. \u05D4\u05E9\u05EA\u05DE\u05E9 \u05D1\u05D4\u05DD \u05E2\u05DC \u05D0\u05D7\u05E8\u05D9\u05D5\u05EA\u05DA."},name:"\u05D8\u05D5\u05E7\u05E0\u05D9\u05DD \u05DE\u05D5\u05EA\u05D0\u05DE\u05D9\u05DD \u05D0\u05D9\u05E9\u05D9\u05D9\u05DD"},defaultImageSize:{description:{part1:"\u05D2\u05D5\u05D3\u05DC \u05D4\u05EA\u05DE\u05D5\u05E0\u05D4 \u05D1\u05E8\u05D9\u05E8\u05EA \u05D4\u05DE\u05D7\u05D3\u05DC.",part2:"\u05E0\u05D9\u05EA\u05DF \u05DC\u05E6\u05D9\u05D9\u05DF \u05D1\u05E4\u05D9\u05E7\u05E1\u05DC\u05D9\u05DD",part3:"\u05D0\u05D5 \u05D1\u05D0\u05D7\u05D5\u05D6 \u05DE\u05D2\u05D5\u05D3\u05DC \u05D4\u05EA\u05DE\u05D5\u05E0\u05D4 \u05D4\u05DE\u05DC\u05D0",part4:"\u05D4\u05E9\u05D0\u05E8 \u05E8\u05D9\u05E7 \u05DB\u05D3\u05D9 \u05DC\u05D4\u05E9\u05EA\u05DE\u05E9 \u05D1\u05D2\u05D5\u05D3\u05DC \u05D4\u05DE\u05E7\u05D5\u05E8\u05D9."},name:"\u05D2\u05D5\u05D3\u05DC \u05D4\u05EA\u05DE\u05D5\u05E0\u05D4 \u05D1\u05E8\u05D9\u05E8\u05EA \u05D4\u05DE\u05D7\u05D3\u05DC"},duplicateNameSeparator:{description:{part1:"\u05DB\u05D0\u05E9\u05E8 \u05D0\u05EA\u05D4 \u05DE\u05D3\u05D1\u05D9\u05E7/\u05D2\u05D5\u05E8\u05E8 \u05E7\u05D5\u05D1\u05E5 \u05E2\u05DD \u05D0\u05D5\u05EA\u05D5 \u05E9\u05DD \u05DB\u05DE\u05D5 \u05E7\u05D5\u05D1\u05E5 \u05E7\u05D9\u05D9\u05DD, \u05D4\u05DE\u05E4\u05E8\u05D9\u05D3 \u05D4\u05D6\u05D4 \u05D9\u05EA\u05D5\u05D5\u05E1\u05E3 \u05DC\u05E9\u05DD \u05D4\u05E7\u05D5\u05D1\u05E5.",part2:"\u05DC\u05D3\u05D5\u05D2\u05DE\u05D4, \u05DB\u05D0\u05E9\u05E8 \u05D0\u05EA\u05D4 \u05D2\u05D5\u05E8\u05E8 \u05E7\u05D5\u05D1\u05E5",part3:", \u05D4\u05D5\u05D0 \u05D9\u05E7\u05D1\u05DC \u05E9\u05DD \u05D7\u05D3\u05E9 \u05DC",part4:", \u05D5\u05DB\u05D5, \u05DC\u05E7\u05D1\u05DC\u05EA \u05D4\u05E9\u05DD \u05D4\u05E8\u05D0\u05E9\u05D5\u05DF \u05D4\u05D6\u05DE\u05D9\u05DF."},name:"\u05DE\u05E4\u05E8\u05D9\u05D3 \u05E9\u05DE\u05D5\u05EA \u05DB\u05E4\u05D5\u05DC\u05D9\u05DD"},emptyFolderBehavior:{description:{part1:"\u05DB\u05D0\u05E9\u05E8 \u05EA\u05D9\u05E7\u05D9\u05D9\u05EA \u05D4\u05E7\u05D1\u05E6\u05D9\u05DD \u05D4\u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05D4\u05D5\u05E4\u05DB\u05EA \u05E8\u05D9\u05E7\u05D4:"},name:"\u05D4\u05EA\u05E0\u05D4\u05D2\u05D5\u05EA \u05EA\u05D9\u05E7\u05D9\u05D9\u05EA \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05E8\u05D9\u05E7\u05D4"},excludePaths:{description:{part1:"\u05D4\u05D3\u05E8 \u05E8\u05E9\u05D9\u05DE\u05D5\u05EA \u05DE\u05D4\u05E0\u05EA\u05D9\u05D1\u05D9\u05DD \u05D4\u05D1\u05D0\u05D9\u05DD.",part2:"\u05D4\u05DB\u05E0\u05E1 \u05DB\u05DC \u05E0\u05EA\u05D9\u05D1 \u05D1\u05E9\u05D5\u05E8\u05D4 \u05D7\u05D3\u05E9\u05D4.",part3:"\u05D0\u05EA\u05D4 \u05D9\u05DB\u05D5\u05DC \u05DC\u05D4\u05E9\u05EA\u05DE\u05E9 \u05D1\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05E0\u05EA\u05D9\u05D1 \u05D0\u05D5",part4:"\u05D0\u05DD \u05D4\u05D4\u05D2\u05D3\u05E8\u05D4 \u05E8\u05D9\u05E7\u05D4, \u05D0\u05E3 \u05E8\u05E9\u05D9\u05DE\u05D4 \u05DC\u05D0 \u05DE\u05D5\u05D3\u05E8\u05EA."},name:"\u05D4\u05D3\u05E8 \u05E0\u05EA\u05D9\u05D1\u05D9\u05DD"},excludePathsFromAttachmentCollecting:{description:{part1:"\u05D4\u05D3\u05E8 \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05DE\u05D4\u05E0\u05EA\u05D9\u05D1\u05D9\u05DD \u05D4\u05D1\u05D0\u05D9\u05DD \u05DB\u05D0\u05E9\u05E8",part2:"\u05D0\u05E1\u05D5\u05E3 \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD",part3:"\u05D4\u05E4\u05E7\u05D5\u05D3\u05D4 \u05DE\u05D1\u05D5\u05E6\u05E2\u05EA.",part4:"\u05D4\u05DB\u05E0\u05E1 \u05DB\u05DC \u05E0\u05EA\u05D9\u05D1 \u05D1\u05E9\u05D5\u05E8\u05D4 \u05D7\u05D3\u05E9\u05D4.",part5:"\u05D0\u05EA\u05D4 \u05D9\u05DB\u05D5\u05DC \u05DC\u05D4\u05E9\u05EA\u05DE\u05E9 \u05D1\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05E0\u05EA\u05D9\u05D1 \u05D0\u05D5",part6:"\u05D0\u05DD \u05D4\u05D4\u05D2\u05D3\u05E8\u05D4 \u05E8\u05D9\u05E7\u05D4, \u05D0\u05E3 \u05E0\u05EA\u05D9\u05D1 \u05DC\u05D0 \u05DE\u05D5\u05D3\u05E8 \u05DE\u05D0\u05D9\u05E1\u05D5\u05E3 \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD."},name:"\u05D4\u05D3\u05E8 \u05E0\u05EA\u05D9\u05D1\u05D9\u05DD \u05DE\u05D0\u05D9\u05E1\u05D5\u05E3 \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD"},generatedAttachmentFileName:{description:{part1:"\u05E8\u05D0\u05D4",part2:"\u05D8\u05D5\u05E7\u05E0\u05D9\u05DD \u05D6\u05DE\u05D9\u05E0\u05D9\u05DD"},name:"\u05E9\u05DD \u05E7\u05D5\u05D1\u05E5 \u05DE\u05E6\u05D5\u05E8\u05E3 \u05E9\u05E0\u05D5\u05E6\u05E8"},includePaths:{description:{part1:"\u05DB\u05DC\u05D5\u05DC \u05E8\u05E9\u05D9\u05DE\u05D5\u05EA \u05DE\u05D4\u05E0\u05EA\u05D9\u05D1\u05D9\u05DD \u05D4\u05D1\u05D0\u05D9\u05DD.",part2:"\u05D4\u05DB\u05E0\u05E1 \u05DB\u05DC \u05E0\u05EA\u05D9\u05D1 \u05D1\u05E9\u05D5\u05E8\u05D4 \u05D7\u05D3\u05E9\u05D4.",part3:"\u05D0\u05EA\u05D4 \u05D9\u05DB\u05D5\u05DC \u05DC\u05D4\u05E9\u05EA\u05DE\u05E9 \u05D1\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05E0\u05EA\u05D9\u05D1 \u05D0\u05D5",part4:"\u05D0\u05DD \u05D4\u05D4\u05D2\u05D3\u05E8\u05D4 \u05E8\u05D9\u05E7\u05D4, \u05DB\u05DC \u05D4\u05E8\u05E9\u05D9\u05DE\u05D5\u05EA \u05DB\u05DC\u05D5\u05DC\u05D5\u05EA."},name:"\u05DB\u05DC\u05D5\u05DC \u05E0\u05EA\u05D9\u05D1\u05D9\u05DD"},jpegQuality:{description:"\u05DB\u05DB\u05DC \u05E9\u05D4\u05D0\u05D9\u05DB\u05D5\u05EA \u05E7\u05D8\u05E0\u05D4 \u05D9\u05D5\u05EA\u05E8, \u05D9\u05D7\u05E1 \u05D4\u05D3\u05D7\u05D9\u05E1\u05D4 \u05D2\u05D3\u05D5\u05DC \u05D9\u05D5\u05EA\u05E8.",name:"\u05D0\u05D9\u05DB\u05D5\u05EA JPEG"},locationForNewAttachments:{description:{part1:"\u05D4\u05EA\u05D7\u05DC \u05E2\u05DD",part2:"\u05DC\u05E9\u05D9\u05DE\u05D5\u05E9 \u05D1\u05E0\u05EA\u05D9\u05D1 \u05D9\u05D7\u05E1\u05D9.",part3:"\u05E8\u05D0\u05D4",part4:"\u05D8\u05D5\u05E7\u05E0\u05D9\u05DD \u05D6\u05DE\u05D9\u05E0\u05D9\u05DD",part5:"\u05EA\u05D9\u05E7\u05D9\u05D5\u05EA \u05E0\u05E7\u05D5\u05D3\u05D4 \u05DB\u05DE\u05D5",part6:"\u05DC\u05D0 \u05DE\u05D5\u05DE\u05DC\u05E6\u05D5\u05EA, \u05DB\u05D9 Obsidian \u05DC\u05D0 \u05E2\u05D5\u05E7\u05D1 \u05D0\u05D7\u05E8\u05D9\u05D4\u05DF. \u05D9\u05D9\u05EA\u05DB\u05DF \u05E9\u05EA\u05E6\u05D8\u05E8\u05DA \u05DC\u05D4\u05E9\u05EA\u05DE\u05E9 \u05D1",part7:"\u05EA\u05D5\u05E1\u05E3 \u05DC\u05E0\u05D9\u05D4\u05D5\u05DC \u05D0\u05D5\u05EA\u05DF."},name:"\u05DE\u05D9\u05E7\u05D5\u05DD \u05DC\u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05D7\u05D3\u05E9\u05D9\u05DD"},markdownUrlFormat:{description:{part1:"\u05E4\u05D5\u05E8\u05DE\u05D8 \u05E2\u05D1\u05D5\u05E8 \u05D4-URL \u05E9\u05D9\u05D5\u05DB\u05E0\u05E1 \u05DC-Markdown.",part2:"\u05E8\u05D0\u05D4",part3:"\u05D8\u05D5\u05E7\u05E0\u05D9\u05DD \u05D6\u05DE\u05D9\u05E0\u05D9\u05DD",part4:"\u05D4\u05E9\u05D0\u05E8 \u05E8\u05D9\u05E7 \u05DC\u05E9\u05D9\u05DE\u05D5\u05E9 \u05D1\u05E4\u05D5\u05E8\u05DE\u05D8 \u05D1\u05E8\u05D9\u05E8\u05EA \u05D4\u05DE\u05D7\u05D3\u05DC."},name:"\u05E4\u05D5\u05E8\u05DE\u05D8 URL Markdown"},renameAttachmentsToLowerCase:"\u05E9\u05E0\u05D4 \u05E9\u05DE\u05D5\u05EA \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05DC\u05D0\u05D5\u05EA\u05D9\u05D5\u05EA \u05E7\u05D8\u05E0\u05D5\u05EA",renamedAttachmentFileName:{description:{part1:"\u05E8\u05D0\u05D4",part2:"\u05D8\u05D5\u05E7\u05E0\u05D9\u05DD \u05D6\u05DE\u05D9\u05E0\u05D9\u05DD",part3:"\u05D4\u05E9\u05D0\u05E8 \u05E8\u05D9\u05E7 \u05DC\u05E9\u05D9\u05DE\u05D5\u05E9 \u05D1\u05D4\u05D2\u05D3\u05E8\u05EA",part4:"\u05D1\u05DE\u05E7\u05D5\u05DD."},name:"\u05E9\u05DD \u05E7\u05D5\u05D1\u05E5 \u05DE\u05E6\u05D5\u05E8\u05E3 \u05E9\u05E9\u05DE\u05D5 \u05E9\u05D5\u05E0\u05D4"},resetToSampleCustomTokens:{message:"\u05D4\u05D0\u05DD \u05D0\u05EA\u05D4 \u05D1\u05D8\u05D5\u05D7 \u05E9\u05D1\u05E8\u05E6\u05D5\u05E0\u05DA \u05DC\u05D0\u05E4\u05E1 \u05D0\u05EA \u05D4\u05D8\u05D5\u05E7\u05E0\u05D9\u05DD \u05D4\u05DE\u05D5\u05EA\u05D0\u05DE\u05D9\u05DD \u05D0\u05D9\u05E9\u05D9\u05D9\u05DD \u05DC\u05D8\u05D5\u05E7\u05E0\u05D9\u05DD \u05D4\u05DE\u05D5\u05EA\u05D0\u05DE\u05D9\u05DD \u05D0\u05D9\u05E9\u05D9\u05D9\u05DD \u05DC\u05D3\u05D5\u05D2\u05DE\u05D4? \u05D4\u05E9\u05D9\u05E0\u05D5\u05D9\u05D9\u05DD \u05E9\u05DC\u05DA \u05D9\u05D0\u05D1\u05D3\u05D5.",title:"\u05D0\u05E4\u05E1 \u05DC\u05D8\u05D5\u05E7\u05E0\u05D9\u05DD \u05DE\u05D5\u05EA\u05D0\u05DE\u05D9\u05DD \u05D0\u05D9\u05E9\u05D9\u05D9\u05DD \u05DC\u05D3\u05D5\u05D2\u05DE\u05D4"},shouldConvertPastedImagesToJpeg:{description:"\u05D4\u05D0\u05DD \u05DC\u05D4\u05DE\u05D9\u05E8 \u05EA\u05DE\u05D5\u05E0\u05D5\u05EA \u05E9\u05D4\u05D5\u05D3\u05D1\u05E7\u05D5 \u05DC-JPEG. \u05D7\u05DC \u05E8\u05E7 \u05DB\u05D0\u05E9\u05E8 \u05EA\u05D5\u05DB\u05DF \u05EA\u05DE\u05D5\u05E0\u05EA PNG \u05DE\u05D5\u05D3\u05D1\u05E7 \u05D9\u05E9\u05D9\u05E8\u05D5\u05EA \u05DE\u05D4\u05DC\u05D5\u05D7. \u05D1\u05D3\u05E8\u05DA \u05DB\u05DC\u05DC, \u05DC\u05D4\u05D3\u05D1\u05E7\u05EA \u05E6\u05D9\u05DC\u05D5\u05DE\u05D9 \u05DE\u05E1\u05DA.",name:"\u05D4\u05D0\u05DD \u05DC\u05D4\u05DE\u05D9\u05E8 \u05EA\u05DE\u05D5\u05E0\u05D5\u05EA \u05E9\u05D4\u05D5\u05D3\u05D1\u05E7\u05D5 \u05DC-JPEG"},shouldDeleteOrphanAttachments:{description:"\u05D0\u05DD \u05DE\u05D5\u05E4\u05E2\u05DC, \u05DB\u05D0\u05E9\u05E8 \u05D4\u05E8\u05E9\u05D9\u05DE\u05D4 \u05E0\u05DE\u05D7\u05E7\u05EA, \u05D4\u05E7\u05D1\u05E6\u05D9\u05DD \u05D4\u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05D4\u05D9\u05EA\u05D5\u05DE\u05D9\u05DD \u05E9\u05DC\u05D4 \u05E0\u05DE\u05D7\u05E7\u05D9\u05DD \u05D2\u05DD \u05DB\u05DF.",name:"\u05D4\u05D0\u05DD \u05DC\u05DE\u05D7\u05D5\u05E7 \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05D9\u05EA\u05D5\u05DE\u05D9\u05DD"},shouldRenameAttachmentFiles:{description:{part1:"\u05D0\u05DD \u05DE\u05D5\u05E4\u05E2\u05DC, \u05DB\u05D0\u05E9\u05E8 \u05E8\u05E9\u05D9\u05DE\u05D4 \u05DE\u05E7\u05D1\u05DC\u05EA \u05E9\u05DD \u05D7\u05D3\u05E9 \u05D0\u05D5 \u05DE\u05D5\u05E2\u05D1\u05E8\u05EA, \u05E7\u05D1\u05E6\u05D9 \u05D4\u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05E9\u05DC\u05D4 \u05D9\u05E7\u05D1\u05DC\u05D5 \u05E9\u05DE\u05D5\u05EA \u05D7\u05D3\u05E9\u05D9\u05DD \u05DC\u05E4\u05D9 \u05D4\u05D2\u05D3\u05E8\u05EA",part2:"."},name:"\u05D4\u05D0\u05DD \u05DC\u05E9\u05E0\u05D5\u05EA \u05E9\u05DE\u05D5\u05EA \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD"},shouldRenameAttachmentFolders:{description:"\u05D4\u05D0\u05DD \u05DC\u05E9\u05E0\u05D5\u05EA \u05E9\u05DE\u05D5\u05EA \u05EA\u05D9\u05E7\u05D9\u05D5\u05EA \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05DB\u05D0\u05E9\u05E8 \u05E8\u05E9\u05D9\u05DE\u05D4 \u05DE\u05E7\u05D1\u05DC\u05EA \u05E9\u05DD \u05D7\u05D3\u05E9 \u05D0\u05D5 \u05DE\u05D5\u05E2\u05D1\u05E8\u05EA.",name:"\u05D4\u05D0\u05DD \u05DC\u05E9\u05E0\u05D5\u05EA \u05E9\u05DE\u05D5\u05EA \u05EA\u05D9\u05E7\u05D9\u05D5\u05EA \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD"},shouldRenameAttachmentsCreatedByOtherPlugins:{description:{part1:"\u05D4\u05D0\u05DD \u05DC\u05D4\u05D7\u05D9\u05DC \u05D0\u05EA \u05D4\u05D2\u05D3\u05E8\u05D5\u05EA \u05EA\u05D9\u05E7\u05D9\u05D9\u05EA \u05D4\u05E7\u05D1\u05E6\u05D9\u05DD \u05D4\u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05D5\u05E9\u05DD \u05D4\u05E7\u05D5\u05D1\u05E5 \u05E2\u05DC \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05E9\u05EA\u05D5\u05E1\u05E4\u05D9\u05DD \u05D0\u05D7\u05E8\u05D9\u05DD \u05D9\u05D5\u05E6\u05E8\u05D9\u05DD.",part2:"\u05D7\u05DC\u05E7 \u05DE\u05D4\u05EA\u05D5\u05E1\u05E4\u05D9\u05DD \u05DB\u05D5\u05EA\u05D1\u05D9\u05DD \u05E7\u05D5\u05D1\u05E5 \u05DE\u05E6\u05D5\u05E8\u05E3 \u05D0\u05DC \u05D4\u05DB\u05E1\u05E4\u05EA \u05D1\u05E9\u05DD \u05DE\u05E9\u05DC\u05D4\u05DD, \u05D1\u05DC\u05D9 \u05DC\u05E9\u05D0\u05D5\u05DC \u05D0\u05EA Obsidian \u05DC\u05D0\u05DF \u05D4\u05D5\u05D0 \u05E9\u05D9\u05D9\u05DA. \u05DB\u05E9\u05D0\u05E4\u05E9\u05E8\u05D5\u05EA \u05D6\u05D5 \u05DE\u05D5\u05E4\u05E2\u05DC\u05EA, \u05E7\u05D5\u05D1\u05E5 \u05DB\u05D6\u05D4 \u05DE\u05D5\u05E2\u05D1\u05E8 \u05D5\u05DE\u05E9\u05E0\u05D4 \u05D0\u05EA \u05E9\u05DE\u05D5 \u05DE\u05D9\u05D3 \u05E2\u05DD \u05D4\u05D5\u05E4\u05E2\u05EA\u05D5.",part3:"\u05E8\u05E7 \u05E7\u05D1\u05E6\u05D9\u05DD \u05E9\u05E0\u05D5\u05E6\u05E8\u05D9\u05DD \u05D1\u05D6\u05DE\u05DF \u05E9\u05E4\u05EA\u05E7\u05D4 \u05E4\u05EA\u05D5\u05D7\u05D4 \u05DE\u05D8\u05D5\u05E4\u05DC\u05D9\u05DD, \u05DC\u05E2\u05D5\u05DC\u05DD \u05DC\u05D0 \u05E7\u05D1\u05E6\u05D9\u05DD \u05D4\u05DE\u05D2\u05D9\u05E2\u05D9\u05DD \u05DE\u05E1\u05E0\u05DB\u05E8\u05D5\u05DF \u05D0\u05D5 \u05DE\u05D9\u05D9\u05D1\u05D5\u05D0 \u05DB\u05E1\u05E4\u05EA."},name:"\u05E9\u05E0\u05D4 \u05E9\u05DD \u05E9\u05DC \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05E9\u05D9\u05E6\u05E8\u05D5 \u05EA\u05D5\u05E1\u05E4\u05D9\u05DD \u05D0\u05D7\u05E8\u05D9\u05DD"},shouldRenameCollectedAttachments:{description:{part1:"\u05D0\u05DD \u05DE\u05D5\u05E4\u05E2\u05DC, \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05D4\u05DE\u05E2\u05D5\u05D1\u05D3\u05D9\u05DD \u05D3\u05E8\u05DA",part2:"\u05D0\u05E1\u05D5\u05E3 \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD",part3:"\u05E4\u05E7\u05D5\u05D3\u05D5\u05EA \u05D9\u05E7\u05D1\u05DC\u05D5 \u05E9\u05DE\u05D5\u05EA \u05D7\u05D3\u05E9\u05D9\u05DD \u05DC\u05E4\u05D9",part4:"\u05D4\u05D4\u05D2\u05D3\u05E8\u05D4."},name:"\u05D4\u05D0\u05DD \u05DC\u05E9\u05E0\u05D5\u05EA \u05E9\u05DE\u05D5\u05EA \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05E9\u05E0\u05D0\u05E1\u05E4\u05D5"},specialCharacters:{description:{part1:"\u05EA\u05D5\u05D5\u05D9\u05DD \u05DE\u05D9\u05D5\u05D7\u05D3\u05D9\u05DD \u05D1\u05EA\u05D9\u05E7\u05D9\u05D9\u05EA \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05D5\u05E9\u05DD \u05E7\u05D5\u05D1\u05E5 \u05DC\u05D4\u05D7\u05DC\u05E4\u05D4 \u05D0\u05D5 \u05D4\u05E1\u05E8\u05D4.",part2:"\u05D4\u05E9\u05D0\u05E8 \u05E8\u05D9\u05E7 \u05DC\u05E9\u05D9\u05DE\u05D5\u05E8 \u05EA\u05D5\u05D5\u05D9\u05DD \u05DE\u05D9\u05D5\u05D7\u05D3\u05D9\u05DD."},name:"\u05EA\u05D5\u05D5\u05D9\u05DD \u05DE\u05D9\u05D5\u05D7\u05D3\u05D9\u05DD"},specialCharactersReplacement:{description:{part1:"\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D4\u05D7\u05DC\u05E4\u05D4 \u05E2\u05D1\u05D5\u05E8 \u05EA\u05D5\u05D5\u05D9\u05DD \u05DE\u05D9\u05D5\u05D7\u05D3\u05D9\u05DD \u05D1\u05EA\u05D9\u05E7\u05D9\u05D9\u05EA \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05D5\u05E9\u05DD \u05E7\u05D5\u05D1\u05E5.",part2:"\u05D4\u05E9\u05D0\u05E8 \u05E8\u05D9\u05E7 \u05DC\u05D4\u05E1\u05E8\u05EA \u05EA\u05D5\u05D5\u05D9\u05DD \u05DE\u05D9\u05D5\u05D7\u05D3\u05D9\u05DD."},name:"\u05D4\u05D7\u05DC\u05E4\u05EA \u05EA\u05D5\u05D5\u05D9\u05DD \u05DE\u05D9\u05D5\u05D7\u05D3\u05D9\u05DD"},timeoutInSeconds:{description:{part1:"\u05D4\u05D6\u05DE\u05DF \u05D4\u05E7\u05E6\u05D5\u05D1 \u05D1\u05E9\u05E0\u05D9\u05D5\u05EA \u05E2\u05D1\u05D5\u05E8 \u05DB\u05DC \u05D4\u05E4\u05E2\u05D5\u05DC\u05D5\u05EA.",part2:"\u05D0\u05DD",part3:"\u05DE\u05D5\u05D2\u05D3\u05E8, \u05D6\u05DE\u05DF \u05D4\u05E7\u05E6\u05D5\u05D1 \u05DC\u05D1\u05D9\u05E6\u05D5\u05E2 \u05E4\u05E2\u05D5\u05DC\u05D5\u05EA \u05DE\u05D1\u05D5\u05D8\u05DC."},name:"\u05D6\u05DE\u05DF \u05E7\u05E6\u05D5\u05D1 \u05D1\u05E9\u05E0\u05D9\u05D5\u05EA"},treatAsAttachmentExtensions:{description:{part1:"\u05D4\u05EA\u05D9\u05D9\u05D7\u05E1 \u05DC\u05E7\u05D1\u05E6\u05D9\u05DD \u05E2\u05DD \u05D4\u05E1\u05D9\u05D5\u05DE\u05D5\u05EA \u05D4\u05D0\u05DC\u05D4 \u05DB\u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD.",part2:"\u05D1\u05E8\u05D9\u05E8\u05EA \u05DE\u05D7\u05D3\u05DC",part3:"\u05D5",part4:"\u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E7\u05D5\u05E9\u05E8\u05D9\u05DD \u05DC\u05D0 \u05DE\u05D8\u05D5\u05E4\u05DC\u05D9\u05DD \u05DB\u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD \u05D5\u05DC\u05D0 \u05DE\u05D5\u05E2\u05D1\u05E8\u05D9\u05DD \u05E2\u05DD \u05D4\u05E8\u05E9\u05D9\u05DE\u05D4.",part5:"\u05D0\u05EA\u05D4 \u05D9\u05DB\u05D5\u05DC \u05DC\u05D4\u05D5\u05E1\u05D9\u05E3 \u05E1\u05D9\u05D5\u05DE\u05D5\u05EA \u05DE\u05D5\u05EA\u05D0\u05DE\u05D5\u05EA \u05D0\u05D9\u05E9\u05D9\u05EA, \u05DC\u05DE\u05E9\u05DC",part6:", \u05DB\u05D3\u05D9 \u05DC\u05E2\u05E7\u05D5\u05E3 \u05D4\u05EA\u05E0\u05D4\u05D2\u05D5\u05EA \u05D6\u05D5."},name:"\u05D4\u05EA\u05D9\u05D9\u05D7\u05E1 \u05DB\u05E1\u05D9\u05D5\u05DE\u05D5\u05EA \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD"}},promptWithPreviewModal:{fileNameTitle:"\u05E9\u05E0\u05D4 \u05E9\u05DD \u05E9\u05DC \u05E7\u05D5\u05D1\u05E5 \u05DE\u05E6\u05D5\u05E8\u05E3",folderTitle:"\u05D1\u05D7\u05E8 \u05EA\u05D9\u05E7\u05D9\u05D9\u05EA \u05E7\u05D1\u05E6\u05D9\u05DD \u05DE\u05E6\u05D5\u05E8\u05E4\u05D9\u05DD",previewModal:{title:"\u05EA\u05E6\u05D5\u05D2\u05D4 \u05DE\u05E7\u05D3\u05D9\u05DE\u05D4 \u05E9\u05DC \u05E7\u05D5\u05D1\u05E5 \u05DE\u05E6\u05D5\u05E8\u05E3 '{{fullFileName}}'"},title:"\u05E1\u05E4\u05E7 \u05E2\u05E8\u05DA \u05E2\u05D1\u05D5\u05E8 \u05D8\u05D5\u05E7\u05DF \u05D4\u05D4\u05E0\u05D7\u05D9\u05D4"},regularExpression:"/\u05D1\u05D9\u05D8\u05D5\u05D9 \u05E8\u05D2\u05D5\u05DC\u05E8\u05D9/"};var AN={attachmentCollector:{confirm:{part1:"Szeretn\xE9d \xF6sszegy\u0171jteni a mell\xE9kleteket a mapp\xE1kban l\xE9v\u0151 \xF6sszes jegyzethez rekurz\xEDvan?",part2:"Ez a m\u0171velet nem vonhat\xF3 vissza."},progressBar:{message:"Mell\xE9kletek \xF6sszegy\u0171jt\xE9se {{iterationString}} - '{{noteFilePath}}'.",title:"Mell\xE9kletek \xF6sszegy\u0171jt\xE9se..."}},buttons:{copy:"M\xE1sol\xE1s",move:"\xC1thelyez\xE9s",previewAttachmentFile:"Mell\xE9klet f\xE1jl el\u0151n\xE9zete",skip:"Kihagy\xE1s"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"Mell\xE9klet",part2:"t\xF6bb jegyzet hivatkozik r\xE1."},heading:"T\xF6bb jegyzet \xE1ltal haszn\xE1lt mell\xE9klet gy\u0171jt\xE9se",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Ugyanazt a m\u0171veletet kell haszn\xE1lni m\xE1s probl\xE9m\xE1s mell\xE9kletek eset\xE9ben"},commands:{collectAttachmentsCurrentFolder:"Mell\xE9kletek gy\u0171jt\xE9se a jelenlegi mapp\xE1b\xF3l",collectAttachmentsCurrentNote:"Mell\xE9kletek gy\u0171jt\xE9se a jelenlegi jegyzetb\u0151l",collectAttachmentsEntireVault:"Mell\xE9kletek gy\u0171jt\xE9se a teljes t\xE1rol\xF3b\xF3l"},menuItems:{collectAttachmentsInFile:"Mell\xE9kletek \xF6sszegy\u0171jt\xE9se a f\xE1jlban",collectAttachmentsInFiles:"Mell\xE9kletek \xF6sszegy\u0171jt\xE9se a f\xE1jlokban"},notice:{collectingAttachments:"Mell\xE9kletek gy\u0171jt\xE9se a k\xF6vetkez\u0151h\xF6z: '{{noteFilePath}}'",collectingAttachmentsCancelled:"Mell\xE9klet gy\u0171jt\xE9s megszak\xEDtva. R\xE9szletek\xE9rt l\xE1sd a konzolt.",generatedAttachmentFileNameIsInvalid:{part1:`A gener\xE1lt mell\xE9klet f\xE1jln\xE9v '{{path}}' \xE9rv\xE9nytelen.
|
|
{{validationMessage}}
|
|
Ellen\u0151rizd a`,part2:"be\xE1ll\xEDt\xE1sodat."},notePathIsIgnored:"A jegyzet el\xE9r\xE9si \xFAtja figyelmen k\xEDv\xFCl marad"},obsidianDevUtils:{buttons:{cancel:"M\xE9gse",ok:"OK"},dataview:{itemsPerPage:"Elemek oldalank\xE9nt:",jumpToPage:"Ugr\xE1s az oldalra:"},notices:{attachmentIsStillUsed:"A {{attachmentPath}} mell\xE9kletet m\xE9g mindig m\xE1s jegyzetek haszn\xE1lj\xE1k. Nem lesz t\xF6r\xF6lve.",unhandledError:"Nem kezelt hiba t\xF6rt\xE9nt. Tov\xE1bbi inform\xE1ci\xF3\xE9rt ellen\u0151rizd a konzolt."}},pluginSettings:{attachmentRenameMode:{all:{description:"minden f\xE1jl \xE1tnevez\xE9sre ker\xFCl.",displayText:"Minden"},none:{description:"neveik megmaradnak.",displayText:"Egyik sem"},onlyPastedImages:{description:"csak a beillesztett k\xE9pek ker\xFClnek \xE1tnevez\xE9sre. Csak akkor \xE9rv\xE9nyes, amikor a PNG k\xE9p tartalma k\xF6zvetlen\xFCl a v\xE1g\xF3lapr\xF3l van beillesztve. Jellemz\u0151en k\xE9perny\u0151k\xE9pek beilleszt\xE9s\xE9n\xE9l.",displayText:"Csak beillesztett k\xE9pek"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"mell\xE9klet gy\u0171jt\xE9s megszak\xEDt\xE1sa.",displayText:"M\xE9gse"},copy:{description:"mell\xE9klet m\xE1sol\xE1sa az \xFAj helyre.",displayText:"M\xE1sol\xE1s"},move:{description:"mell\xE9klet \xE1thelyez\xE9se az \xFAj helyre.",displayText:"\xC1thelyez\xE9s"},prompt:{description:"felhaszn\xE1l\xF3 k\xE9r\xE9se a m\u0171velet kiv\xE1laszt\xE1s\xE1ra.",displayText:"K\xE9r\xE9s"},skip:{description:"mell\xE9klet kihagy\xE1sa \xE9s folytat\xE1s a k\xF6vetkez\u0151vel.",displayText:"Kihagy\xE1s"}},defaultImageSizeDimension:{height:"Magass\xE1g",width:"Sz\xE9less\xE9g"},emptyFolderBehavior:{delete:{description:"t\xF6rli az \xFCres mell\xE9klet mapp\xE1t.",displayText:"T\xF6rl\xE9s"},deleteWithEmptyParents:{description:"t\xF6rli az \xFCres mell\xE9klet mapp\xE1t \xE9s az \xFCres sz\xFCl\u0151 mapp\xE1it.",displayText:"T\xF6rl\xE9s \xFCres sz\xFCl\u0151kkel"},keep:{description:"megtartja az \xFCres mell\xE9klet mapp\xE1t.",displayText:"Megtart\xE1s"}}},pluginSettingsManager:{customToken:{codeComment:`// Az egy\xE9ni tokenek kommentbe ker\xFCltek, mert friss\xEDteni kell \u0151ket a 9.0.0 verzi\xF3ban bevezetett \xFAj form\xE1tumra.
|
|
// Tov\xE1bbi inform\xE1ci\xF3\xE9rt l\xE1sd a dokument\xE1ci\xF3t (https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens).`,deprecated:{part1:"A 9.0.0 verzi\xF3ban az egy\xE9ni token regisztr\xE1ci\xF3 form\xE1tuma megv\xE1ltozott. K\xE9rj\xFCk, friss\xEDtsd a tokenjeidet ennek megfelel\u0151en. L\xE1sd a",part2:"dokument\xE1ci\xF3t",part3:"tov\xE1bbi inform\xE1ci\xF3\xE9rt"}},legacyRenameAttachmentsToLowerCase:{part1:"A 9.0.0 verzi\xF3ban a",part2:"be\xE1ll\xEDt\xE1s elavult. Haszn\xE1ld a",part3:"form\xE1tumot helyette. L\xE1sd a",part4:"dokument\xE1ci\xF3t",part5:"tov\xE1bbi inform\xE1ci\xF3\xE9rt"},markdownUrlFormat:{deprecated:{part1:"Lehet, hogy hib\xE1s \xE9rt\xE9ket \xE1ll\xEDtott\xE1l be a",part2:"form\xE1tumhoz. K\xE9rj\xFCk, l\xE1sd a",part3:"dokument\xE1ci\xF3t",part4:"tov\xE1bbi inform\xE1ci\xF3\xE9rt",part5:"Ez az \xFCzenet nem jelenik meg \xFAjra."}},specialCharacters:{part1:"A 9.16.0 verzi\xF3ban a",part2:"alap\xE9rtelmezett be\xE1ll\xEDt\xE1si \xE9rt\xE9k megv\xE1ltozott. A be\xE1ll\xEDt\xE1si \xE9rt\xE9ked friss\xEDt\xE9sre ker\xFClt az \xFAj alap\xE9rtelmezett \xE9rt\xE9kre."},validation:{defaultImageSizeMustBePercentageOrPixels:"Az alap\xE9rtelmezett k\xE9pm\xE9retnek pixelben vagy sz\xE1zal\xE9kban kell megadva lennie",invalidCustomTokensCode:"\xC9rv\xE9nytelen egy\xE9ni token k\xF3d",invalidRegularExpression:"\xC9rv\xE9nytelen regul\xE1ris kifejez\xE9s {{regExp}}",specialCharactersMustNotContainSlash:"A speci\xE1lis karakterek nem tartalmazhatnak / jelet",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"A speci\xE1lis karakterek helyettes\xEDt\xE9se nem tartalmazhat \xE9rv\xE9nytelen f\xE1jln\xE9v el\xE9r\xE9si \xFAt karaktereket."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"F\xE1jlok csatol\xE1sakor:"},name:"Mell\xE9klet \xE1tnevez\xE9si m\xF3d"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"Amikor a gy\u0171jt\xF6tt mell\xE9kletet t\xF6bb jegyzet haszn\xE1lja:"},name:"T\xF6bb jegyzet \xE1ltal haszn\xE1lt mell\xE9klet gy\u0171jt\xE9si m\xF3d"},collectedAttachmentFileName:{description:{part1:"L\xE1sd az el\xE9rhet\u0151",part2:"tokeneket",part3:"Hagyd \xFCresen, hogy a",part4:"be\xE1ll\xEDt\xE1st haszn\xE1ld helyette."},name:"Gy\u0171jt\xF6tt mell\xE9klet f\xE1jln\xE9v"},customTokens:{description:{part1:"Haszn\xE1land\xF3 egy\xE9ni tokenek.",part2:"L\xE1sd a",part3:"dokument\xE1ci\xF3t",part4:"tov\xE1bbi inform\xE1ci\xF3\xE9rt.",part5:"\u26A0\uFE0F Az egy\xE9ni tokenek tetsz\u0151leges JavaScript k\xF3d lehetnek. Ha rosszul \xEDrt\xE1k, adatveszt\xE9st okozhatnak. Saj\xE1t felel\u0151ss\xE9gre haszn\xE1ld."},name:"Egy\xE9ni tokenek"},defaultImageSize:{description:{part1:"Az alap\xE9rtelmezett k\xE9pm\xE9ret.",part2:"Meghat\xE1rozhat\xF3 pixelben",part3:"vagy a teljes k\xE9pm\xE9ret sz\xE1zal\xE9k\xE1ban",part4:"Hagyja \xFCresen az eredeti m\xE9ret haszn\xE1lat\xE1hoz."},name:"Alap\xE9rtelmezett k\xE9pm\xE9ret"},duplicateNameSeparator:{description:{part1:"Amikor egy megl\xE9v\u0151 f\xE1jllal azonos nev\u0171 f\xE1jlt illesztesz be/h\xFAzol, ez az elv\xE1laszt\xF3 ker\xFCl hozz\xE1ad\xE1sra a f\xE1jln\xE9vhez.",part2:"Pl. amikor a f\xE1jlt",part3:"h\xFAzod, \xE1tnevez\xE9sre ker\xFCl",part4:"stb., az els\u0151 el\xE9rhet\u0151 nevet kapva."},name:"Duplik\xE1lt n\xE9v elv\xE1laszt\xF3"},emptyFolderBehavior:{description:{part1:"Amikor a mell\xE9klet mappa \xFCres lesz:"},name:"\xDCres mell\xE9klet mappa viselked\xE9s"},excludePaths:{description:{part1:"Jegyzetek kiz\xE1r\xE1sa a k\xF6vetkez\u0151 \xFAtvonalakb\xF3l.",part2:"Minden \xFAtvonalat \xFAj sorba \xEDrj.",part3:"Haszn\xE1lhatsz \xFAtvonal stringet vagy",part4:"Ha a be\xE1ll\xEDt\xE1s \xFCres, egyetlen jegyzet sem ker\xFCl kiz\xE1r\xE1sra."},name:"\xDAtvonalak kiz\xE1r\xE1sa"},excludePathsFromAttachmentCollecting:{description:{part1:"Mell\xE9kletek kiz\xE1r\xE1sa a k\xF6vetkez\u0151 \xFAtvonalakb\xF3l, amikor a",part2:"Mell\xE9kletek gy\u0171jt\xE9se",part3:"parancs v\xE9grehajt\xF3dik.",part4:"Minden \xFAtvonalat \xFAj sorba \xEDrj.",part5:"Haszn\xE1lhatsz \xFAtvonal stringet vagy",part6:"Ha a be\xE1ll\xEDt\xE1s \xFCres, egyetlen \xFAtvonal sem ker\xFCl kiz\xE1r\xE1sra a mell\xE9klet gy\u0171jt\xE9sb\u0151l."},name:"\xDAtvonalak kiz\xE1r\xE1sa a mell\xE9klet gy\u0171jt\xE9sb\u0151l"},generatedAttachmentFileName:{description:{part1:"L\xE1sd az el\xE9rhet\u0151",part2:"tokeneket"},name:"Gener\xE1lt mell\xE9klet f\xE1jln\xE9v"},includePaths:{description:{part1:"Jegyzetek belefoglal\xE1sa a k\xF6vetkez\u0151 \xFAtvonalakb\xF3l.",part2:"Minden \xFAtvonalat \xFAj sorba \xEDrj.",part3:"Haszn\xE1lhatsz \xFAtvonal stringet vagy",part4:"Ha a be\xE1ll\xEDt\xE1s \xFCres, minden jegyzet bele van foglalva."},name:"\xDAtvonalak belefoglal\xE1sa"},jpegQuality:{description:"Min\xE9l kisebb a min\u0151s\xE9g, ann\xE1l nagyobb a t\xF6m\xF6r\xEDt\xE9si ar\xE1ny.",name:"JPEG min\u0151s\xE9g"},locationForNewAttachments:{description:{part1:"Kezdd a",part2:"jel\xF6l\xE9ssel relat\xEDv \xFAtvonal haszn\xE1lat\xE1hoz.",part3:"L\xE1sd az el\xE9rhet\u0151",part4:"tokeneket",part5:"Pont mapp\xE1k, mint a",part6:"nem aj\xE1nlottak, mert az Obsidian nem k\xF6veti \u0151ket. Sz\xFCks\xE9ged lehet",part7:"b\u0151v\xEDtm\xE9nyre a kezel\xE9s\xFCkh\xF6z."},name:"\xDAj mell\xE9kletek helye"},markdownUrlFormat:{description:{part1:"Form\xE1tum a Markdown-ba beillesztend\u0151 URL-hez.",part2:"L\xE1sd az el\xE9rhet\u0151",part3:"tokeneket",part4:"Hagyd \xFCresen az alap\xE9rtelmezett form\xE1tum haszn\xE1lat\xE1hoz."},name:"Markdown URL form\xE1tum"},renameAttachmentsToLowerCase:"Mell\xE9kletek \xE1tnevez\xE9se kisbet\u0171re",renamedAttachmentFileName:{description:{part1:"L\xE1sd az el\xE9rhet\u0151",part2:"tokeneket",part3:"Hagyd \xFCresen, hogy a",part4:"be\xE1ll\xEDt\xE1st haszn\xE1ld helyette."},name:"\xC1tnevezett mell\xE9klet f\xE1jln\xE9v"},resetToSampleCustomTokens:{message:"Biztosan vissza\xE1ll\xEDtod az egy\xE9ni tokeneket a minta egy\xE9ni tokenekre? A v\xE1ltoztat\xE1said elvesznek.",title:"Vissza\xE1ll\xEDt\xE1s minta egy\xE9ni tokenekre"},shouldConvertPastedImagesToJpeg:{description:"Beillesztett k\xE9pek JPEG-re konvert\xE1l\xE1sa. Csak akkor \xE9rv\xE9nyes, amikor a PNG k\xE9p tartalma k\xF6zvetlen\xFCl a v\xE1g\xF3lapr\xF3l van beillesztve. Jellemz\u0151en k\xE9perny\u0151k\xE9pek beilleszt\xE9s\xE9n\xE9l.",name:"Beillesztett k\xE9pek JPEG-re konvert\xE1l\xE1sa"},shouldDeleteOrphanAttachments:{description:"Ha enged\xE9lyezve, amikor a jegyzet t\xF6rl\xE9sre ker\xFCl, az \xE1rva mell\xE9kletei is t\xF6rl\xE9sre ker\xFClnek.",name:"\xC1rva mell\xE9kletek t\xF6rl\xE9se"},shouldRenameAttachmentFiles:{description:{part1:"Ha enged\xE9lyezve, amikor egy jegyzet \xE1tnevez\xE9sre ker\xFCl vagy \xE1thelyez\xE9sre, a mell\xE9klet f\xE1jljai \xE1tnevez\xE9sre ker\xFClnek a",part2:"be\xE1ll\xEDt\xE1s szerint."},name:"Mell\xE9klet f\xE1jlok \xE1tnevez\xE9se"},shouldRenameAttachmentFolders:{description:"Mell\xE9klet mapp\xE1k \xE1tnevez\xE9se, amikor egy jegyzet \xE1tnevez\xE9sre ker\xFCl vagy \xE1thelyez\xE9sre.",name:"Mell\xE9klet mapp\xE1k \xE1tnevez\xE9se"},shouldRenameAttachmentsCreatedByOtherPlugins:{description:{part1:"Alkalmazza-e a mell\xE9klet mappa \xE9s f\xE1jln\xE9v be\xE1ll\xEDt\xE1sait a M\xC1S b\u0151v\xEDtm\xE9nyek \xE1ltal l\xE9trehozott mell\xE9kletekre.",part2:"Egyes b\u0151v\xEDtm\xE9nyek saj\xE1t n\xE9ven \xEDrnak mell\xE9kletet a t\xE1rol\xF3ba, an\xE9lk\xFCl hogy megk\xE9rdezn\xE9k az Obsidiant, hov\xE1 tartozik. Ha ez be van kapcsolva, az ilyen f\xE1jl a megjelen\xE9se ut\xE1n azonnal \xE1tker\xFCl \xE9s \xE1tnevez\xE9sre ker\xFCl.",part3:"Csak a nyitott jegyzet mellett l\xE9trej\xF6v\u0151 f\xE1jlokat \xE9rinti, a szinkroniz\xE1l\xE1sb\xF3l vagy t\xE1rol\xF3importb\xF3l \xE9rkez\u0151ket soha."},name:"M\xE1s b\u0151v\xEDtm\xE9nyek \xE1ltal l\xE9trehozott mell\xE9kletek \xE1tnevez\xE9se"},shouldRenameCollectedAttachments:{description:{part1:"Ha enged\xE9lyezve, a",part2:"Mell\xE9kletek gy\u0171jt\xE9se",part3:"parancsokon kereszt\xFCl feldolgozott mell\xE9kletek \xE1tnevez\xE9sre ker\xFClnek a",part4:"be\xE1ll\xEDt\xE1s szerint."},name:"Gy\u0171jt\xF6tt mell\xE9kletek \xE1tnevez\xE9se"},specialCharacters:{description:{part1:"Speci\xE1lis karakterek a mell\xE9klet mapp\xE1ban \xE9s f\xE1jln\xE9vben cser\xE9lend\u0151 vagy elt\xE1vol\xEDtand\xF3.",part2:"Hagyd \xFCresen a speci\xE1lis karakterek meg\u0151rz\xE9s\xE9hez."},name:"Speci\xE1lis karakterek"},specialCharactersReplacement:{description:{part1:"Helyettes\xEDt\u0151 string a speci\xE1lis karakterekhez a mell\xE9klet mapp\xE1ban \xE9s f\xE1jln\xE9vben.",part2:"Hagyd \xFCresen a speci\xE1lis karakterek elt\xE1vol\xEDt\xE1s\xE1hoz."},name:"Speci\xE1lis karakterek helyettes\xEDt\xE9se"},timeoutInSeconds:{description:{part1:"Az id\u0151t\xFAll\xE9p\xE9s m\xE1sodpercekben minden m\u0171velethez.",part2:"Ha",part3:"be van \xE1ll\xEDtva, a m\u0171veletek v\xE9grehajt\xE1si id\u0151t\xFAll\xE9p\xE9se le van tiltva."},name:"Id\u0151t\xFAll\xE9p\xE9s m\xE1sodpercekben"},treatAsAttachmentExtensions:{description:{part1:"F\xE1jlok kezel\xE9se ezekkel a kiterjeszt\xE9sekkel mell\xE9kletekk\xE9nt.",part2:"Alap\xE9rtelmezetten",part3:"\xE9s",part4:"kapcsolt f\xE1jlok nem kezelend\u0151k mell\xE9kletekk\xE9nt \xE9s nem mozgatand\xF3k a jegyzettel.",part5:"Hozz\xE1adhatsz egy\xE9ni kiterjeszt\xE9seket, pl.",part6:", a viselked\xE9s fel\xFCl\xEDr\xE1s\xE1hoz."},name:"Mell\xE9klet kiterjeszt\xE9sek kezel\xE9se"}},promptWithPreviewModal:{fileNameTitle:"Mell\xE9klet f\xE1jl \xE1tnevez\xE9se",folderTitle:"Mell\xE9klet mappa kiv\xE1laszt\xE1sa",previewModal:{title:"Mell\xE9klet f\xE1jl el\u0151n\xE9zete '{{fullFileName}}'"},title:"Adj meg egy \xE9rt\xE9ket a prompt tokenhez"},regularExpression:"/regul\xE1ris kifejez\xE9s/"};var SN={attachmentCollector:{confirm:{part1:"Apakah Anda ingin mengumpulkan lampiran untuk semua catatan di folder secara rekursif?",part2:"Operasi ini tidak dapat dibatalkan."},progressBar:{message:"Mengumpulkan lampiran {{iterationString}} - '{{noteFilePath}}'.",title:"Mengumpulkan lampiran..."}},buttons:{copy:"Salin",move:"Pindah",previewAttachmentFile:"Pratinjau file lampiran",skip:"Lewati"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"Lampiran",part2:"dirujuk oleh beberapa catatan."},heading:"Mengumpulkan lampiran yang digunakan oleh beberapa catatan",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Harus menggunakan tindakan yang sama untuk lampiran bermasalah lainnya"},commands:{collectAttachmentsCurrentFolder:"Kumpulkan lampiran di folder saat ini",collectAttachmentsCurrentNote:"Kumpulkan lampiran di catatan saat ini",collectAttachmentsEntireVault:"Kumpulkan lampiran di seluruh vault"},menuItems:{collectAttachmentsInFile:"Kumpulkan lampiran di file",collectAttachmentsInFiles:"Kumpulkan lampiran di file-file"},notice:{collectingAttachments:"Mengumpulkan lampiran untuk '{{noteFilePath}}'",collectingAttachmentsCancelled:"Pengumpulan lampiran dibatalkan. Lihat konsol untuk detail.",generatedAttachmentFileNameIsInvalid:{part1:`Nama file lampiran yang dihasilkan '{{path}}' tidak valid.
|
|
{{validationMessage}}
|
|
Periksa`,part2:"pengaturan Anda."},notePathIsIgnored:"Jalur catatan diabaikan"},obsidianDevUtils:{buttons:{cancel:"Batal",ok:"OK"},dataview:{itemsPerPage:"Item per halaman:",jumpToPage:"Lompat ke halaman:"},notices:{attachmentIsStillUsed:"Lampiran {{attachmentPath}} masih digunakan oleh catatan lain. Tidak akan dihapus.",unhandledError:"Terjadi kesalahan yang tidak tertangani. Silakan periksa konsol untuk informasi lebih lanjut."}},pluginSettings:{attachmentRenameMode:{all:{description:"semua file akan diubah namanya.",displayText:"Semua"},none:{description:"nama mereka dipertahankan.",displayText:"Tidak ada"},onlyPastedImages:{description:"hanya gambar yang ditempel yang akan diubah namanya. Berlaku hanya ketika konten gambar PNG ditempel langsung dari clipboard. Biasanya, untuk menempel screenshot.",displayText:"Hanya gambar yang ditempel"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"batalkan pengumpulan lampiran.",displayText:"Batal"},copy:{description:"salin lampiran ke lokasi baru.",displayText:"Salin"},move:{description:"pindahkan lampiran ke lokasi baru.",displayText:"Pindah"},prompt:{description:"minta pengguna untuk memilih tindakan.",displayText:"Permintaan"},skip:{description:"lewati lampiran dan lanjutkan ke yang berikutnya.",displayText:"Lewati"}},defaultImageSizeDimension:{height:"Tinggi",width:"Lebar"},emptyFolderBehavior:{delete:{description:"akan menghapus folder lampiran yang kosong.",displayText:"Hapus"},deleteWithEmptyParents:{description:"akan menghapus folder lampiran yang kosong dan folder induk kosongnya.",displayText:"Hapus dengan induk kosong"},keep:{description:"akan mempertahankan folder lampiran yang kosong.",displayText:"Simpan"}}},pluginSettingsManager:{customToken:{codeComment:`// Token kustom dikomentari karena harus diperbarui ke format baru yang diperkenalkan di versi plugin 9.0.0.
|
|
// Lihat dokumentasi (https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) untuk informasi lebih lanjut.`,deprecated:{part1:"Di versi plugin 9.0.0, format registrasi token kustom berubah. Silakan perbarui token Anda sesuai. Lihat",part2:"dokumentasi",part3:"untuk informasi lebih lanjut"}},legacyRenameAttachmentsToLowerCase:{part1:"Di versi plugin 9.0.0, pengaturan",part2:"sudah tidak digunakan lagi. Gunakan format",part3:"sebagai gantinya. Lihat",part4:"dokumentasi",part5:"untuk informasi lebih lanjut"},markdownUrlFormat:{deprecated:{part1:"Anda mungkin memiliki nilai yang salah untuk format",part2:". Silakan lihat",part3:"dokumentasi",part4:"untuk informasi lebih lanjut",part5:"Pesan ini tidak akan ditampilkan lagi."}},specialCharacters:{part1:"Di versi plugin 9.16.0, nilai pengaturan default",part2:"berubah. Nilai pengaturan Anda diperbarui ke nilai default baru."},validation:{defaultImageSizeMustBePercentageOrPixels:"Ukuran gambar default harus dalam piksel atau persentase",invalidCustomTokensCode:"Kode token kustom tidak valid",invalidRegularExpression:"Ekspresi reguler tidak valid {{regExp}}",specialCharactersMustNotContainSlash:"Karakter khusus tidak boleh mengandung /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"Penggantian karakter khusus tidak boleh mengandung karakter jalur nama file yang tidak valid."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"Saat melampirkan file:"},name:"Mode penggantian nama lampiran"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"Ketika lampiran yang dikumpulkan digunakan oleh beberapa catatan:"},name:"Mode pengumpulan lampiran yang digunakan oleh beberapa catatan"},collectedAttachmentFileName:{description:{part1:"Lihat",part2:"token yang tersedia",part3:"Biarkan kosong untuk menggunakan",part4:"pengaturan sebagai gantinya."},name:"Nama file lampiran yang dikumpulkan"},customTokens:{description:{part1:"Token kustom yang akan digunakan.",part2:"Lihat",part3:"dokumentasi",part4:"untuk informasi lebih lanjut.",part5:"\u26A0\uFE0F Token kustom dapat berupa kode JavaScript arbitrer. Jika ditulis dengan buruk, dapat menyebabkan kehilangan data. Gunakan dengan risiko sendiri."},name:"Token kustom"},defaultImageSize:{description:{part1:"The default image size.",part2:"Can be specified in pixels",part3:"or percentage of the full image size",part4:"Leave blank to use the original image size."},name:"Default image size"},duplicateNameSeparator:{description:{part1:"Ketika Anda menempel/menyeret file dengan nama yang sama dengan file yang ada, pemisah ini akan ditambahkan ke nama file.",part2:"Misalnya, ketika Anda menyeret file",part3:", itu akan diubah namanya menjadi",part4:", dll, mendapatkan nama pertama yang tersedia."},name:"Pemisah nama duplikat"},emptyFolderBehavior:{description:{part1:"Ketika folder lampiran menjadi kosong:"},name:"Perilaku folder lampiran kosong"},excludePaths:{description:{part1:"Kecualikan catatan dari jalur berikut.",part2:"Masukkan setiap jalur pada baris baru.",part3:"Anda dapat menggunakan string jalur atau",part4:"Jika pengaturan kosong, tidak ada catatan yang dikecualikan."},name:"Kecualikan jalur"},excludePathsFromAttachmentCollecting:{description:{part1:"Kecualikan lampiran dari jalur berikut ketika",part2:"Kumpulkan lampiran",part3:"perintah dijalankan.",part4:"Masukkan setiap jalur pada baris baru.",part5:"Anda dapat menggunakan string jalur atau",part6:"Jika pengaturan kosong, tidak ada jalur yang dikecualikan dari pengumpulan lampiran."},name:"Kecualikan jalur dari pengumpulan lampiran"},generatedAttachmentFileName:{description:{part1:"Lihat",part2:"token yang tersedia"},name:"Nama file lampiran yang dihasilkan"},includePaths:{description:{part1:"Sertakan catatan dari jalur berikut.",part2:"Masukkan setiap jalur pada baris baru.",part3:"Anda dapat menggunakan string jalur atau",part4:"Jika pengaturan kosong, semua catatan disertakan."},name:"Sertakan jalur"},jpegQuality:{description:"Semakin kecil kualitasnya, semakin besar rasio kompresi.",name:"Kualitas JPEG"},locationForNewAttachments:{description:{part1:"Mulai dengan",part2:"untuk menggunakan jalur relatif.",part3:"Lihat",part4:"token yang tersedia",part5:"Folder titik seperti",part6:"tidak direkomendasikan, karena Obsidian tidak melacaknya. Anda mungkin perlu menggunakan",part7:"Plugin untuk mengelolanya."},name:"Lokasi untuk lampiran baru"},markdownUrlFormat:{description:{part1:"Format untuk URL yang akan dimasukkan ke Markdown.",part2:"Lihat",part3:"token yang tersedia",part4:"Biarkan kosong untuk menggunakan format default."},name:"Format URL Markdown"},renameAttachmentsToLowerCase:"Ubah nama lampiran menjadi huruf kecil",renamedAttachmentFileName:{description:{part1:"Lihat",part2:"token yang tersedia",part3:"Biarkan kosong untuk menggunakan",part4:"pengaturan sebagai gantinya."},name:"Nama file lampiran yang diubah namanya"},resetToSampleCustomTokens:{message:"Apakah Anda yakin ingin mengatur ulang token kustom ke token kustom sampel? Perubahan Anda akan hilang.",title:"Atur ulang ke token kustom sampel"},shouldConvertPastedImagesToJpeg:{description:"Apakah akan mengkonversi gambar yang ditempel ke JPEG. Berlaku hanya ketika konten gambar PNG ditempel langsung dari clipboard. Biasanya, untuk menempel screenshot.",name:"Haruskah mengkonversi gambar yang ditempel ke JPEG"},shouldDeleteOrphanAttachments:{description:"Jika diaktifkan, ketika catatan dihapus, lampiran yatimnya juga akan dihapus.",name:"Haruskah menghapus lampiran yatim"},shouldRenameAttachmentFiles:{description:{part1:"Jika diaktifkan, ketika catatan diubah namanya atau dipindahkan, file lampirannya akan diubah namanya sesuai dengan",part2:"pengaturan."},name:"Haruskah mengubah nama file lampiran"},shouldRenameAttachmentFolders:{description:"Apakah akan mengubah nama folder lampiran ketika catatan diubah namanya atau dipindahkan.",name:"Haruskah mengubah nama folder lampiran"},shouldRenameAttachmentsCreatedByOtherPlugins:{description:{part1:"Apakah pengaturan folder lampiran dan nama berkas diterapkan pada lampiran yang dibuat plugin LAIN.",part2:"Sebagian plugin menulis lampiran langsung ke vault dengan nama pilihannya sendiri, tanpa menanyakan Obsidian di mana tempatnya. Bila ini diaktifkan, berkas seperti itu dipindahkan dan diganti namanya begitu muncul.",part3:"Hanya berkas yang dibuat saat sebuah catatan terbuka yang disentuh, tidak pernah berkas dari sinkronisasi atau impor vault."},name:"Ganti nama lampiran yang dibuat plugin lain"},shouldRenameCollectedAttachments:{description:{part1:"Jika diaktifkan, lampiran yang diproses melalui",part2:"Kumpulkan lampiran",part3:"perintah akan diubah namanya sesuai dengan",part4:"pengaturan."},name:"Haruskah mengubah nama lampiran yang dikumpulkan"},specialCharacters:{description:{part1:"Karakter khusus dalam folder lampiran dan nama file yang akan diganti atau dihapus.",part2:"Biarkan kosong untuk mempertahankan karakter khusus."},name:"Karakter khusus"},specialCharactersReplacement:{description:{part1:"String pengganti untuk karakter khusus dalam folder lampiran dan nama file.",part2:"Biarkan kosong untuk menghapus karakter khusus."},name:"Penggantian karakter khusus"},timeoutInSeconds:{description:{part1:"Timeout dalam detik untuk semua operasi.",part2:"Jika",part3:"diatur, timeout eksekusi operasi dinonaktifkan."},name:"Timeout dalam detik"},treatAsAttachmentExtensions:{description:{part1:"Perlakukan file dengan ekstensi ini sebagai lampiran.",part2:"Secara default",part3:"dan",part4:"file yang ditautkan tidak diperlakukan sebagai lampiran dan tidak dipindahkan dengan catatan.",part5:"Anda dapat menambahkan ekstensi kustom, misalnya",part6:", untuk menimpa perilaku ini."},name:"Perlakukan sebagai ekstensi lampiran"}},promptWithPreviewModal:{fileNameTitle:"Ganti nama file lampiran",folderTitle:"Pilih folder lampiran",previewModal:{title:"Pratinjau file lampiran '{{fullFileName}}'"},title:"Berikan nilai untuk token prompt"},regularExpression:"/ekspresi reguler/"};var EN={attachmentCollector:{confirm:{part1:"Vuoi raccogliere gli allegati per tutte le note nelle cartelle in modo ricorsivo?",part2:"Questa operazione non pu\xF2 essere annullata."},progressBar:{message:"Raccolta allegati {{iterationString}} - '{{noteFilePath}}'.",title:"Raccolta allegati..."}},buttons:{copy:"Copia",move:"Sposta",previewAttachmentFile:"Anteprima file allegato",skip:"Salta"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"L'allegato",part2:"\xE8 referenziato da pi\xF9 note."},heading:"Raccolta allegato usato da pi\xF9 note",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Dovresti usare la stessa azione per altri allegati problematici"},commands:{collectAttachmentsCurrentFolder:"Raccogli allegati nella cartella corrente",collectAttachmentsCurrentNote:"Raccogli allegati nella nota corrente",collectAttachmentsEntireVault:"Raccogli allegati nell'intero vault"},menuItems:{collectAttachmentsInFile:"Raccogli allegati nel file",collectAttachmentsInFiles:"Raccogli allegati nei file"},notice:{collectingAttachments:"Raccolta allegati per '{{noteFilePath}}'",collectingAttachmentsCancelled:"Raccolta allegati annullata. Consulta la console per i dettagli.",generatedAttachmentFileNameIsInvalid:{part1:`Il nome file allegato generato '{{path}}' non \xE8 valido.
|
|
{{validationMessage}}
|
|
Controlla le tue`,part2:"impostazioni."},notePathIsIgnored:"Il percorso della nota \xE8 ignorato"},obsidianDevUtils:{buttons:{cancel:"Annulla",ok:"OK"},dataview:{itemsPerPage:"Elementi per pagina:",jumpToPage:"Vai alla pagina:"},notices:{attachmentIsStillUsed:"L'allegato {{attachmentPath}} \xE8 ancora in uso da altre note. Non sar\xE0 eliminato.",unhandledError:"Si \xE8 verificato un errore non gestito. Controlla la console per ulteriori informazioni."}},pluginSettings:{attachmentRenameMode:{all:{description:"tutti i file vengono rinominati.",displayText:"Tutti"},none:{description:"i loro nomi vengono preservati.",displayText:"Nessuno"},onlyPastedImages:{description:"solo le immagini incollate vengono rinominate. Si applica solo quando il contenuto dell'immagine PNG viene incollato direttamente dagli appunti. Tipicamente, per incollare screenshot.",displayText:"Solo immagini incollate"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"annulla la raccolta allegati.",displayText:"Annulla"},copy:{description:"copia l'allegato nella nuova posizione.",displayText:"Copia"},move:{description:"sposta l'allegato nella nuova posizione.",displayText:"Sposta"},prompt:{description:"chiedi all'utente di scegliere l'azione.",displayText:"Richiedi"},skip:{description:"salta l'allegato e procedi al successivo.",displayText:"Salta"}},defaultImageSizeDimension:{height:"Altezza",width:"Larghezza"},emptyFolderBehavior:{delete:{description:"eliminer\xE0 la cartella allegati vuota.",displayText:"Elimina"},deleteWithEmptyParents:{description:"eliminer\xE0 la cartella allegati vuota e le sue cartelle padre vuote.",displayText:"Elimina con genitori vuoti"},keep:{description:"manterr\xE0 la cartella allegati vuota.",displayText:"Mantieni"}}},pluginSettingsManager:{customToken:{codeComment:`// I token personalizzati sono stati commentati poich\xE9 devono essere aggiornati al nuovo formato introdotto nella versione 9.0.0 del plugin.
|
|
// Consulta la documentazione (https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) per maggiori informazioni.`,deprecated:{part1:"Nella versione 9.0.0 del plugin, il formato di registrazione dei token personalizzati \xE8 cambiato. Aggiorna i tuoi token di conseguenza. Consulta la",part2:"documentazione",part3:"per maggiori informazioni"}},legacyRenameAttachmentsToLowerCase:{part1:"Nella versione 9.0.0 del plugin, l'impostazione",part2:"\xE8 deprecata. Usa il",part3:"formato invece. Vedi la",part4:"documentazione",part5:"per maggiori informazioni"},markdownUrlFormat:{deprecated:{part1:"Hai potenzialmente impostato un valore errato per il",part2:"formato. Consulta la",part3:"documentazione",part4:"per maggiori informazioni",part5:"Questo messaggio non verr\xE0 pi\xF9 mostrato."}},specialCharacters:{part1:"Nella versione 9.16.0 del plugin, il",part2:"valore predefinito dell'impostazione \xE8 stato modificato. Il tuo valore \xE8 stato aggiornato al nuovo valore predefinito."},validation:{defaultImageSizeMustBePercentageOrPixels:"La dimensione predefinita dell'immagine deve essere in pixel o percentuale",invalidCustomTokensCode:"Codice token personalizzati non valido",invalidRegularExpression:"Espressione regolare non valida {{regExp}}",specialCharactersMustNotContainSlash:"I caratteri speciali non devono contenere /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"La sostituzione dei caratteri speciali non deve contenere caratteri di percorso nome file non validi."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"Quando si allegano file:"},name:"Modalit\xE0 rinomina allegati"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"Quando l'allegato raccolto \xE8 usato da pi\xF9 note:"},name:"Modalit\xE0 raccolta allegato usato da pi\xF9 note"},collectedAttachmentFileName:{description:{part1:"Vedi",part2:"token disponibili",part3:"Lascia vuoto per usare l'impostazione",part4:"al suo posto."},name:"Nome file allegato raccolto"},customTokens:{description:{part1:"Token personalizzati da utilizzare.",part2:"Vedi",part3:"documentazione",part4:"per maggiori informazioni.",part5:"\u26A0\uFE0F I token personalizzati possono essere codice JavaScript arbitrario. Se scritti male, possono causare perdita di dati. Usali a tuo rischio."},name:"Token personalizzati"},defaultImageSize:{description:{part1:"Dimensione predefinita dell'immagine.",part2:"Pu\xF2 essere specificata in pixel",part3:"o come percentuale della dimensione totale dell'immagine",part4:"Lasciare vuoto per usare la dimensione originale."},name:"Dimensione immagine predefinita"},duplicateNameSeparator:{description:{part1:"Quando incolli/trascini un file con lo stesso nome di un file esistente, questo separatore verr\xE0 aggiunto al nome del file.",part2:"Ad es., quando trascini il file",part3:", verr\xE0 rinominato in ",part4:", ecc, ottenendo il primo nome disponibile."},name:"Separatore nome duplicato"},emptyFolderBehavior:{description:{part1:"Quando la cartella allegati diventa vuota:"},name:"Comportamento cartella allegati vuota"},excludePaths:{description:{part1:"Escludi note dai seguenti percorsi.",part2:"Inserisci ogni percorso su una nuova riga.",part3:"Puoi usare stringa percorso o",part4:"Se l'impostazione \xE8 vuota, nessuna nota viene esclusa."},name:"Percorsi esclusi"},excludePathsFromAttachmentCollecting:{description:{part1:"Escludi allegati dai seguenti percorsi quando il comando",part2:"Raccogli allegati",part3:"viene eseguito.",part4:"Inserisci ogni percorso su una nuova riga.",part5:"Puoi usare stringa percorso o",part6:"Se l'impostazione \xE8 vuota, nessun percorso viene escluso dalla raccolta allegati."},name:"Percorsi esclusi dalla raccolta allegati"},generatedAttachmentFileName:{description:{part1:"Vedi",part2:"token disponibili"},name:"Nome file allegato generato"},includePaths:{description:{part1:"Includi note dai seguenti percorsi.",part2:"Inserisci ogni percorso su una nuova riga.",part3:"Puoi usare stringa percorso o",part4:"Se l'impostazione \xE8 vuota, tutte le note vengono incluse."},name:"Percorsi inclusi"},jpegQuality:{description:"Pi\xF9 piccola \xE8 la qualit\xE0, maggiore \xE8 il rapporto di compressione.",name:"Qualit\xE0 JPEG"},locationForNewAttachments:{description:{part1:"Inizia con",part2:"per usare percorso relativo.",part3:"Vedi",part4:"token disponibili",part5:"Cartelle punto come",part6:"non sono raccomandate, perch\xE9 Obsidian non le traccia. Potresti aver bisogno di usare",part7:"Plugin per gestirle."},name:"Posizione per nuovi allegati"},markdownUrlFormat:{description:{part1:"Formato per l'URL che sar\xE0 inserito in Markdown.",part2:"Vedi",part3:"token disponibili",part4:"Lascia vuoto per usare il formato predefinito."},name:"Formato URL Markdown"},renameAttachmentsToLowerCase:"Rinomina allegati in minuscolo",renamedAttachmentFileName:{description:{part1:"Vedi",part2:"token disponibili",part3:"Lascia vuoto per usare l'impostazione",part4:"al suo posto."},name:"Nome file allegato rinominato"},resetToSampleCustomTokens:{message:"Sei sicuro di voler ripristinare i token personalizzati ai token personalizzati di esempio? Le tue modifiche andranno perse.",title:"Ripristina ai token personalizzati di esempio"},shouldConvertPastedImagesToJpeg:{description:"Se convertire le immagini incollate in JPEG. Si applica solo quando il contenuto dell'immagine PNG viene incollato direttamente dagli appunti. Tipicamente, per incollare screenshot.",name:"Converti immagini incollate in JPEG"},shouldDeleteOrphanAttachments:{description:"Se abilitato, quando la nota viene eliminata, anche i suoi allegati orfani vengono eliminati.",name:"Elimina allegati orfani"},shouldRenameAttachmentFiles:{description:{part1:"Se abilitato, quando una nota viene rinominata o spostata, i suoi file allegati verranno rinominati secondo l'impostazione",part2:"."},name:"Rinomina file allegati"},shouldRenameAttachmentFolders:{description:"Se rinominare le cartelle allegati quando una nota viene rinominata o spostata.",name:"Rinomina cartelle allegati"},shouldRenameAttachmentsCreatedByOtherPlugins:{description:{part1:"Se applicare le impostazioni di cartella allegati e nome file agli allegati creati da ALTRI plugin.",part2:"Alcuni plugin scrivono un allegato nel vault con un nome proprio, senza chiedere a Obsidian dove debba andare. Con questa opzione attiva, un file simile viene spostato e rinominato non appena compare.",part3:"Vengono toccati solo i file creati mentre una nota \xE8 aperta, mai quelli provenienti da una sincronizzazione o da un'importazione del vault."},name:"Rinomina gli allegati creati da altri plugin"},shouldRenameCollectedAttachments:{description:{part1:"Se abilitato, gli allegati elaborati tramite",part2:"Raccogli allegati",part3:"verranno rinominati secondo l'impostazione",part4:"."},name:"Rinomina allegati raccolti"},specialCharacters:{description:{part1:"Caratteri speciali nel nome cartella e file allegato da sostituire o rimuovere.",part2:"Lascia vuoto per preservare i caratteri speciali."},name:"Caratteri speciali"},specialCharactersReplacement:{description:{part1:"Stringa di sostituzione per caratteri speciali nel nome cartella e file allegato.",part2:"Lascia vuoto per rimuovere i caratteri speciali."},name:"Sostituzione caratteri speciali"},timeoutInSeconds:{description:{part1:"Il timeout in secondi per tutte le operazioni.",part2:"Se",part3:"\xE8 impostato, il timeout di esecuzione delle operazioni \xE8 disabilitato."},name:"Timeout in secondi"},treatAsAttachmentExtensions:{description:{part1:"Tratta i file con queste estensioni come allegati.",part2:"Per impostazione predefinita",part3:"e",part4:"i file collegati non sono trattati come allegati e non vengono spostati con la nota.",part5:"Puoi aggiungere estensioni personalizzate, ad es.",part6:", per sovrascrivere questo comportamento."},name:"Tratta come estensioni allegati"}},promptWithPreviewModal:{fileNameTitle:"Rinomina file allegato",folderTitle:"Scegli cartella allegati",previewModal:{title:"Anteprima file allegato '{{fullFileName}}'"},title:"Fornisci un valore per il token prompt"},regularExpression:"/espressione regolare/"};var PN={attachmentCollector:{confirm:{part1:"\u30D5\u30A9\u30EB\u30C0\u5185\u306E\u3059\u3079\u3066\u306E\u30CE\u30FC\u30C8\u306E\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u518D\u5E30\u7684\u306B\u53CE\u96C6\u3057\u307E\u3059\u304B\uFF1F",part2:"\u3053\u306E\u64CD\u4F5C\u306F\u5143\u306B\u623B\u305B\u307E\u305B\u3093\u3002"},progressBar:{message:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u53CE\u96C6\u4E2D {{iterationString}} - '{{noteFilePath}}'.",title:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u53CE\u96C6\u4E2D..."}},buttons:{copy:"\u30B3\u30D4\u30FC",move:"\u79FB\u52D5",previewAttachmentFile:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306E\u30D7\u30EC\u30D3\u30E5\u30FC",skip:"\u30B9\u30AD\u30C3\u30D7"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB",part2:"\u304C\u8907\u6570\u306E\u30CE\u30FC\u30C8\u3067\u53C2\u7167\u3055\u308C\u3066\u3044\u307E\u3059\u3002"},heading:"\u8907\u6570\u306E\u30CE\u30FC\u30C8\u3067\u4F7F\u7528\u3055\u308C\u3066\u3044\u308B\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306E\u53CE\u96C6",shouldUseSameActionForOtherProblematicAttachmentsToggle:"\u4ED6\u306E\u554F\u984C\u306E\u3042\u308B\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306B\u3082\u540C\u3058\u30A2\u30AF\u30B7\u30E7\u30F3\u3092\u4F7F\u7528\u3059\u3079\u304D"},commands:{collectAttachmentsCurrentFolder:"\u73FE\u5728\u306E\u30D5\u30A9\u30EB\u30C0\u306E\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u53CE\u96C6",collectAttachmentsCurrentNote:"\u73FE\u5728\u306E\u30CE\u30FC\u30C8\u306E\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u53CE\u96C6",collectAttachmentsEntireVault:"\u30DC\u30EB\u30C8\u5168\u4F53\u306E\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u53CE\u96C6"},menuItems:{collectAttachmentsInFile:"\u30D5\u30A1\u30A4\u30EB\u5185\u306E\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u53CE\u96C6",collectAttachmentsInFiles:"\u8907\u6570\u30D5\u30A1\u30A4\u30EB\u5185\u306E\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u53CE\u96C6"},notice:{collectingAttachments:"'{{noteFilePath}}'\u306E\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u53CE\u96C6\u4E2D",collectingAttachmentsCancelled:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306E\u53CE\u96C6\u304C\u30AD\u30E3\u30F3\u30BB\u30EB\u3055\u308C\u307E\u3057\u305F\u3002\u8A73\u7D30\u306F\u30B3\u30F3\u30BD\u30FC\u30EB\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002",generatedAttachmentFileNameIsInvalid:{part1:`\u751F\u6210\u3055\u308C\u305F\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u540D '{{path}}' \u304C\u7121\u52B9\u3067\u3059\u3002
|
|
{{validationMessage}}
|
|
\u8A2D\u5B9A\u3092`,part2:"\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002"},notePathIsIgnored:"\u30CE\u30FC\u30C8\u30D1\u30B9\u304C\u7121\u8996\u3055\u308C\u3066\u3044\u307E\u3059"},obsidianDevUtils:{buttons:{cancel:"\u30AD\u30E3\u30F3\u30BB\u30EB",ok:"OK"},dataview:{itemsPerPage:"\u30DA\u30FC\u30B8\u3042\u305F\u308A\u306E\u9805\u76EE\u6570:",jumpToPage:"\u30DA\u30FC\u30B8\u306B\u30B8\u30E3\u30F3\u30D7:"},notices:{attachmentIsStillUsed:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB {{attachmentPath}} \u306F\u4ED6\u306E\u30CE\u30FC\u30C8\u3067\u307E\u3060\u4F7F\u7528\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u524A\u9664\u3055\u308C\u307E\u305B\u3093\u3002",unhandledError:"\u672A\u51E6\u7406\u306E\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002\u8A73\u7D30\u306B\u3064\u3044\u3066\u306F\u30B3\u30F3\u30BD\u30FC\u30EB\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002"}},pluginSettings:{attachmentRenameMode:{all:{description:"\u3059\u3079\u3066\u306E\u30D5\u30A1\u30A4\u30EB\u304C\u30EA\u30CD\u30FC\u30E0\u3055\u308C\u307E\u3059\u3002",displayText:"\u3059\u3079\u3066"},none:{description:"\u540D\u524D\u304C\u4FDD\u6301\u3055\u308C\u307E\u3059\u3002",displayText:"\u306A\u3057"},onlyPastedImages:{description:"\u8CBC\u308A\u4ED8\u3051\u305F\u753B\u50CF\u306E\u307F\u304C\u30EA\u30CD\u30FC\u30E0\u3055\u308C\u307E\u3059\u3002PNG\u753B\u50CF\u306E\u5185\u5BB9\u304C\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u304B\u3089\u76F4\u63A5\u8CBC\u308A\u4ED8\u3051\u3089\u308C\u305F\u5834\u5408\u306B\u306E\u307F\u9069\u7528\u3055\u308C\u307E\u3059\u3002\u901A\u5E38\u3001\u30B9\u30AF\u30EA\u30FC\u30F3\u30B7\u30E7\u30C3\u30C8\u306E\u8CBC\u308A\u4ED8\u3051\u306B\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002",displayText:"\u8CBC\u308A\u4ED8\u3051\u305F\u753B\u50CF\u306E\u307F"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306E\u53CE\u96C6\u3092\u30AD\u30E3\u30F3\u30BB\u30EB\u3057\u307E\u3059\u3002",displayText:"\u30AD\u30E3\u30F3\u30BB\u30EB"},copy:{description:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u65B0\u3057\u3044\u5834\u6240\u306B\u30B3\u30D4\u30FC\u3057\u307E\u3059\u3002",displayText:"\u30B3\u30D4\u30FC"},move:{description:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u65B0\u3057\u3044\u5834\u6240\u306B\u79FB\u52D5\u3057\u307E\u3059\u3002",displayText:"\u79FB\u52D5"},prompt:{description:"\u30E6\u30FC\u30B6\u30FC\u306B\u30A2\u30AF\u30B7\u30E7\u30F3\u3092\u9078\u629E\u3059\u308B\u3088\u3046\u4FC3\u3057\u307E\u3059\u3002",displayText:"\u30D7\u30ED\u30F3\u30D7\u30C8"},skip:{description:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u30B9\u30AD\u30C3\u30D7\u3057\u3066\u6B21\u306E\u30D5\u30A1\u30A4\u30EB\u306B\u9032\u307F\u307E\u3059\u3002",displayText:"\u30B9\u30AD\u30C3\u30D7"}},defaultImageSizeDimension:{height:"\u9AD8\u3055",width:"\u5E45"},emptyFolderBehavior:{delete:{description:"\u7A7A\u306E\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u30D5\u30A9\u30EB\u30C0\u3092\u524A\u9664\u3057\u307E\u3059\u3002",displayText:"\u524A\u9664"},deleteWithEmptyParents:{description:"\u7A7A\u306E\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u30D5\u30A9\u30EB\u30C0\u3068\u305D\u306E\u7A7A\u306E\u89AA\u30D5\u30A9\u30EB\u30C0\u3092\u524A\u9664\u3057\u307E\u3059\u3002",displayText:"\u7A7A\u306E\u89AA\u30D5\u30A9\u30EB\u30C0\u3068\u4E00\u7DD2\u306B\u524A\u9664"},keep:{description:"\u7A7A\u306E\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u30D5\u30A9\u30EB\u30C0\u3092\u4FDD\u6301\u3057\u307E\u3059\u3002",displayText:"\u4FDD\u6301"}}},pluginSettingsManager:{customToken:{codeComment:`// \u30AB\u30B9\u30BF\u30E0\u30C8\u30FC\u30AF\u30F3\u306F\u3001\u30D7\u30E9\u30B0\u30A4\u30F3 \u30D0\u30FC\u30B8\u30E7\u30F3 9.0.0 \u3067\u5C0E\u5165\u3055\u308C\u305F\u65B0\u3057\u3044\u5F62\u5F0F\u306B\u66F4\u65B0\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u305F\u3081\u3001\u30B3\u30E1\u30F3\u30C8\u30A2\u30A6\u30C8\u3055\u308C\u307E\u3057\u305F\u3002
|
|
// \u8A73\u7D30\u306B\u3064\u3044\u3066\u306F\u3001\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8 (https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) \u3092\u53C2\u7167\u3057\u3066\u304F\u3060\u3055\u3044\u3002`,deprecated:{part1:"\u30D7\u30E9\u30B0\u30A4\u30F3 \u30D0\u30FC\u30B8\u30E7\u30F3 9.0.0 \u3067\u306F\u3001\u30AB\u30B9\u30BF\u30E0\u30C8\u30FC\u30AF\u30F3\u767B\u9332\u306E\u5F62\u5F0F\u304C\u5909\u66F4\u3055\u308C\u307E\u3057\u305F\u3002\u30C8\u30FC\u30AF\u30F3\u3092\u9069\u5207\u306B\u66F4\u65B0\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u8A73\u7D30\u306B\u3064\u3044\u3066\u306F",part2:"\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8",part3:"\u3092\u53C2\u7167\u3057\u3066\u304F\u3060\u3055\u3044"}},legacyRenameAttachmentsToLowerCase:{part1:"\u30D7\u30E9\u30B0\u30A4\u30F3 \u30D0\u30FC\u30B8\u30E7\u30F3 9.0.0 \u3067\u306F\u3001",part2:"\u8A2D\u5B9A\u306F\u975E\u63A8\u5968\u3067\u3059\u3002\u4EE3\u308F\u308A\u306B",part3:"\u5F62\u5F0F\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u8A73\u7D30\u306B\u3064\u3044\u3066\u306F",part4:"\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8",part5:"\u3092\u53C2\u7167\u3057\u3066\u304F\u3060\u3055\u3044"},markdownUrlFormat:{deprecated:{part1:"\u4EE5\u4E0B\u306E\u5F62\u5F0F\u306B\u5BFE\u3057\u3066\u6F5C\u5728\u7684\u306B\u6B63\u3057\u304F\u306A\u3044\u5024\u304C\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u307E\u3059",part2:"\u3002\u8A73\u7D30\u306B\u3064\u3044\u3066\u306F",part3:"\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8",part4:"\u3092\u53C2\u7167\u3057\u3066\u304F\u3060\u3055\u3044",part5:"\u3053\u306E\u30E1\u30C3\u30BB\u30FC\u30B8\u306F\u518D\u5EA6\u8868\u793A\u3055\u308C\u307E\u305B\u3093\u3002"}},specialCharacters:{part1:"\u30D7\u30E9\u30B0\u30A4\u30F3 \u30D0\u30FC\u30B8\u30E7\u30F3 9.16.0 \u3067\u306F\u3001",part2:"\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9A\u5024\u304C\u5909\u66F4\u3055\u308C\u307E\u3057\u305F\u3002\u8A2D\u5B9A\u5024\u306F\u65B0\u3057\u3044\u30C7\u30D5\u30A9\u30EB\u30C8\u5024\u306B\u66F4\u65B0\u3055\u308C\u307E\u3057\u305F\u3002"},validation:{defaultImageSizeMustBePercentageOrPixels:"\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u753B\u50CF\u30B5\u30A4\u30BA\u306F\u30D4\u30AF\u30BB\u30EB\u307E\u305F\u306F\u30D1\u30FC\u30BB\u30F3\u30C6\u30FC\u30B8\u3067\u6307\u5B9A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059",invalidCustomTokensCode:"\u7121\u52B9\u306A\u30AB\u30B9\u30BF\u30E0\u30C8\u30FC\u30AF\u30F3\u30B3\u30FC\u30C9",invalidRegularExpression:"\u7121\u52B9\u306A\u6B63\u898F\u8868\u73FE {{regExp}}",specialCharactersMustNotContainSlash:"\u7279\u6B8A\u6587\u5B57\u306B\u306F / \u3092\u542B\u3081\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"\u7279\u6B8A\u6587\u5B57\u306E\u7F6E\u63DB\u306B\u306F\u7121\u52B9\u306A\u30D5\u30A1\u30A4\u30EB\u540D\u30D1\u30B9\u6587\u5B57\u3092\u542B\u3081\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093\u3002"}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"\u30D5\u30A1\u30A4\u30EB\u3092\u6DFB\u4ED8\u3059\u308B\u3068\u304D:"},name:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u30EA\u30CD\u30FC\u30E0\u30E2\u30FC\u30C9"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"\u53CE\u96C6\u3055\u308C\u305F\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u304C\u8907\u6570\u306E\u30CE\u30FC\u30C8\u3067\u4F7F\u7528\u3055\u308C\u3066\u3044\u308B\u3068\u304D:"},name:"\u8907\u6570\u306E\u30CE\u30FC\u30C8\u3067\u4F7F\u7528\u3055\u308C\u308B\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u53CE\u96C6\u30E2\u30FC\u30C9"},collectedAttachmentFileName:{description:{part1:"\u5229\u7528\u53EF\u80FD\u306A",part2:"\u30C8\u30FC\u30AF\u30F3\u3092\u53C2\u7167",part3:"\u4EE3\u308F\u308A\u306B",part4:"\u8A2D\u5B9A\u3092\u4F7F\u7528\u3059\u308B\u5834\u5408\u306F\u7A7A\u767D\u306E\u307E\u307E\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3002"},name:"\u53CE\u96C6\u3055\u308C\u305F\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u540D"},customTokens:{description:{part1:"\u4F7F\u7528\u3059\u308B\u30AB\u30B9\u30BF\u30E0\u30C8\u30FC\u30AF\u30F3\u3002",part2:"\u8A73\u7D30\u306B\u3064\u3044\u3066\u306F",part3:"\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8",part4:"\u3092\u53C2\u7167\u3057\u3066\u304F\u3060\u3055\u3044\u3002",part5:"\u26A0\uFE0F \u30AB\u30B9\u30BF\u30E0\u30C8\u30FC\u30AF\u30F3\u306F\u4EFB\u610F\u306EJavaScript\u30B3\u30FC\u30C9\u306B\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u4E0D\u9069\u5207\u306B\u8A18\u8FF0\u3055\u308C\u305F\u5834\u5408\u3001\u30C7\u30FC\u30BF\u640D\u5931\u3092\u5F15\u304D\u8D77\u3053\u3059\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002\u81EA\u5DF1\u8CAC\u4EFB\u3067\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044\u3002"},name:"\u30AB\u30B9\u30BF\u30E0\u30C8\u30FC\u30AF\u30F3"},defaultImageSize:{description:{part1:"\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u753B\u50CF\u30B5\u30A4\u30BA\u3067\u3059\u3002",part2:"\u30D4\u30AF\u30BB\u30EB\u3067\u6307\u5B9A\u3067\u304D\u307E\u3059",part3:"\u307E\u305F\u306F\u753B\u50CF\u5168\u4F53\u306E\u30B5\u30A4\u30BA\u306E\u30D1\u30FC\u30BB\u30F3\u30C6\u30FC\u30B8\u3067\u6307\u5B9A\u3067\u304D\u307E\u3059",part4:"\u5143\u306E\u753B\u50CF\u30B5\u30A4\u30BA\u3092\u4F7F\u7528\u3059\u308B\u5834\u5408\u306F\u7A7A\u6B04\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3002"},name:"\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u753B\u50CF\u30B5\u30A4\u30BA"},duplicateNameSeparator:{description:{part1:"\u65E2\u5B58\u306E\u30D5\u30A1\u30A4\u30EB\u3068\u540C\u3058\u540D\u524D\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u8CBC\u308A\u4ED8\u3051/\u30C9\u30E9\u30C3\u30B0\u3059\u308B\u3068\u304D\u3001\u3053\u306E\u533A\u5207\u308A\u6587\u5B57\u304C\u30D5\u30A1\u30A4\u30EB\u540D\u306B\u8FFD\u52A0\u3055\u308C\u307E\u3059\u3002",part2:"\u4F8B\uFF1A\u30D5\u30A1\u30A4\u30EB\u3092\u30C9\u30E9\u30C3\u30B0\u3059\u308B\u3068\u304D",part3:"\u3001\u305D\u308C\u306F",part4:"\u306A\u3069\u306B\u30EA\u30CD\u30FC\u30E0\u3055\u308C\u3001\u6700\u521D\u306B\u5229\u7528\u53EF\u80FD\u306A\u540D\u524D\u3092\u53D6\u5F97\u3057\u307E\u3059\u3002"},name:"\u91CD\u8907\u540D\u533A\u5207\u308A\u6587\u5B57"},emptyFolderBehavior:{description:{part1:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u30D5\u30A9\u30EB\u30C0\u304C\u7A7A\u306B\u306A\u3063\u305F\u3068\u304D:"},name:"\u7A7A\u306E\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u30D5\u30A9\u30EB\u30C0\u306E\u52D5\u4F5C"},excludePaths:{description:{part1:"\u4EE5\u4E0B\u306E\u30D1\u30B9\u304B\u3089\u30CE\u30FC\u30C8\u3092\u9664\u5916\u3057\u307E\u3059\u3002",part2:"\u5404\u30D1\u30B9\u3092\u65B0\u3057\u3044\u884C\u306B\u633F\u5165\u3057\u3066\u304F\u3060\u3055\u3044\u3002",part3:"\u30D1\u30B9\u6587\u5B57\u5217\u307E\u305F\u306F",part4:"\u3092\u4F7F\u7528\u3067\u304D\u307E\u3059\u3002\u8A2D\u5B9A\u304C\u7A7A\u306E\u5834\u5408\u3001\u30CE\u30FC\u30C8\u306F\u9664\u5916\u3055\u308C\u307E\u305B\u3093\u3002"},name:"\u9664\u5916\u30D1\u30B9"},excludePathsFromAttachmentCollecting:{description:{part1:"\u4EE5\u4E0B\u306E\u30D1\u30B9\u304B\u3089\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u9664\u5916\u3057\u307E\u3059",part2:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u53CE\u96C6",part3:"\u30B3\u30DE\u30F3\u30C9\u304C\u5B9F\u884C\u3055\u308C\u308B\u3068\u304D\u3002",part4:"\u5404\u30D1\u30B9\u3092\u65B0\u3057\u3044\u884C\u306B\u633F\u5165\u3057\u3066\u304F\u3060\u3055\u3044\u3002",part5:"\u30D1\u30B9\u6587\u5B57\u5217\u307E\u305F\u306F",part6:"\u3092\u4F7F\u7528\u3067\u304D\u307E\u3059\u3002\u8A2D\u5B9A\u304C\u7A7A\u306E\u5834\u5408\u3001\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u53CE\u96C6\u304B\u3089\u30D1\u30B9\u306F\u9664\u5916\u3055\u308C\u307E\u305B\u3093\u3002"},name:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u53CE\u96C6\u304B\u3089\u9664\u5916\u3059\u308B\u30D1\u30B9"},generatedAttachmentFileName:{description:{part1:"\u5229\u7528\u53EF\u80FD\u306A",part2:"\u30C8\u30FC\u30AF\u30F3\u3092\u53C2\u7167"},name:"\u751F\u6210\u3055\u308C\u305F\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u540D"},includePaths:{description:{part1:"\u4EE5\u4E0B\u306E\u30D1\u30B9\u304B\u3089\u30CE\u30FC\u30C8\u3092\u542B\u3081\u307E\u3059\u3002",part2:"\u5404\u30D1\u30B9\u3092\u65B0\u3057\u3044\u884C\u306B\u633F\u5165\u3057\u3066\u304F\u3060\u3055\u3044\u3002",part3:"\u30D1\u30B9\u6587\u5B57\u5217\u307E\u305F\u306F",part4:"\u3092\u4F7F\u7528\u3067\u304D\u307E\u3059\u3002\u8A2D\u5B9A\u304C\u7A7A\u306E\u5834\u5408\u3001\u3059\u3079\u3066\u306E\u30CE\u30FC\u30C8\u304C\u542B\u307E\u308C\u307E\u3059\u3002"},name:"\u542B\u3081\u308B\u30D1\u30B9"},jpegQuality:{description:"\u54C1\u8CEA\u304C\u4F4E\u3044\u307B\u3069\u3001\u5727\u7E2E\u7387\u304C\u9AD8\u304F\u306A\u308A\u307E\u3059\u3002",name:"JPEG\u54C1\u8CEA"},locationForNewAttachments:{description:{part1:"\u76F8\u5BFE\u30D1\u30B9\u3092\u4F7F\u7528\u3059\u308B\u306B\u306F",part2:"\u3067\u59CB\u3081\u3066\u304F\u3060\u3055\u3044\u3002",part3:"\u5229\u7528\u53EF\u80FD\u306A",part4:"\u30C8\u30FC\u30AF\u30F3\u3092\u53C2\u7167",part5:"\u30C9\u30C3\u30C8\u30D5\u30A9\u30EB\u30C0\uFF08\u4F8B\uFF1A",part6:"\uFF09\u306F\u63A8\u5968\u3055\u308C\u307E\u305B\u3093\u3002Obsidian\u304C\u8FFD\u8DE1\u3057\u306A\u3044\u305F\u3081\u3067\u3059\u3002\u7BA1\u7406\u3059\u308B\u306B\u306F",part7:"\u30D7\u30E9\u30B0\u30A4\u30F3\u304C\u5FC5\u8981\u306A\u5834\u5408\u304C\u3042\u308A\u307E\u3059\u3002"},name:"\u65B0\u3057\u3044\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306E\u5834\u6240"},markdownUrlFormat:{description:{part1:"Markdown\u306B\u633F\u5165\u3055\u308C\u308BURL\u306E\u5F62\u5F0F\u3002",part2:"\u5229\u7528\u53EF\u80FD\u306A",part3:"\u30C8\u30FC\u30AF\u30F3\u3092\u53C2\u7167",part4:"\u30C7\u30D5\u30A9\u30EB\u30C8\u5F62\u5F0F\u3092\u4F7F\u7528\u3059\u308B\u306B\u306F\u7A7A\u767D\u306E\u307E\u307E\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3002"},name:"Markdown URL\u5F62\u5F0F"},renameAttachmentsToLowerCase:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u5C0F\u6587\u5B57\u306B\u30EA\u30CD\u30FC\u30E0",renamedAttachmentFileName:{description:{part1:"\u5229\u7528\u53EF\u80FD\u306A",part2:"\u30C8\u30FC\u30AF\u30F3\u3092\u53C2\u7167",part3:"\u4EE3\u308F\u308A\u306B",part4:"\u8A2D\u5B9A\u3092\u4F7F\u7528\u3059\u308B\u5834\u5408\u306F\u7A7A\u767D\u306E\u307E\u307E\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3002"},name:"\u30EA\u30CD\u30FC\u30E0\u3055\u308C\u305F\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u540D"},resetToSampleCustomTokens:{message:"\u30AB\u30B9\u30BF\u30E0\u30C8\u30FC\u30AF\u30F3\u3092\u30B5\u30F3\u30D7\u30EB\u30AB\u30B9\u30BF\u30E0\u30C8\u30FC\u30AF\u30F3\u306B\u30EA\u30BB\u30C3\u30C8\u3057\u3066\u3082\u3088\u308D\u3057\u3044\u3067\u3059\u304B\uFF1F\u5909\u66F4\u306F\u5931\u308F\u308C\u307E\u3059\u3002",title:"\u30B5\u30F3\u30D7\u30EB\u30AB\u30B9\u30BF\u30E0\u30C8\u30FC\u30AF\u30F3\u306B\u30EA\u30BB\u30C3\u30C8"},shouldConvertPastedImagesToJpeg:{description:"\u8CBC\u308A\u4ED8\u3051\u305F\u753B\u50CF\u3092JPEG\u306B\u5909\u63DB\u3059\u308B\u304B\u3069\u3046\u304B\u3002PNG\u753B\u50CF\u306E\u5185\u5BB9\u304C\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u304B\u3089\u76F4\u63A5\u8CBC\u308A\u4ED8\u3051\u3089\u308C\u305F\u5834\u5408\u306B\u306E\u307F\u9069\u7528\u3055\u308C\u307E\u3059\u3002\u901A\u5E38\u3001\u30B9\u30AF\u30EA\u30FC\u30F3\u30B7\u30E7\u30C3\u30C8\u306E\u8CBC\u308A\u4ED8\u3051\u306B\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002",name:"\u8CBC\u308A\u4ED8\u3051\u305F\u753B\u50CF\u3092JPEG\u306B\u5909\u63DB\u3059\u308B"},shouldDeleteOrphanAttachments:{description:"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30CE\u30FC\u30C8\u304C\u524A\u9664\u3055\u308C\u305F\u3068\u304D\u3001\u305D\u306E\u5B64\u7ACB\u3057\u305F\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3082\u524A\u9664\u3055\u308C\u307E\u3059\u3002",name:"\u5B64\u7ACB\u3057\u305F\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u524A\u9664\u3059\u308B"},shouldRenameAttachmentFiles:{description:{part1:"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30CE\u30FC\u30C8\u304C\u30EA\u30CD\u30FC\u30E0\u307E\u305F\u306F\u79FB\u52D5\u3055\u308C\u305F\u3068\u304D\u306B\u3001\u305D\u306E\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F",part2:"\u8A2D\u5B9A\u306B\u5F93\u3063\u3066\u30EA\u30CD\u30FC\u30E0\u3055\u308C\u307E\u3059\u3002"},name:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u30EA\u30CD\u30FC\u30E0\u3059\u308B"},shouldRenameAttachmentFolders:{description:"\u30CE\u30FC\u30C8\u304C\u30EA\u30CD\u30FC\u30E0\u307E\u305F\u306F\u79FB\u52D5\u3055\u308C\u305F\u3068\u304D\u306B\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u30D5\u30A9\u30EB\u30C0\u3092\u30EA\u30CD\u30FC\u30E0\u3059\u308B\u304B\u3069\u3046\u304B\u3002",name:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u30D5\u30A9\u30EB\u30C0\u3092\u30EA\u30CD\u30FC\u30E0\u3059\u308B"},shouldRenameAttachmentsCreatedByOtherPlugins:{description:{part1:"\u4ED6\u306E\u30D7\u30E9\u30B0\u30A4\u30F3\u304C\u4F5C\u6210\u3057\u305F\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306B\u3082\u3001\u6DFB\u4ED8\u30D5\u30A9\u30EB\u30C0\u30FC\u3068\u30D5\u30A1\u30A4\u30EB\u540D\u306E\u8A2D\u5B9A\u3092\u9069\u7528\u3059\u308B\u304B\u3069\u3046\u304B\u3002",part2:"\u4E00\u90E8\u306E\u30D7\u30E9\u30B0\u30A4\u30F3\u306F\u3001\u3069\u3053\u306B\u7F6E\u304F\u3079\u304D\u304B\u3092 Obsidian \u306B\u5C0B\u306D\u308B\u3053\u3068\u306A\u304F\u3001\u72EC\u81EA\u306E\u540D\u524D\u3067\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u76F4\u63A5\u4FDD\u7BA1\u5EAB\u306B\u66F8\u304D\u8FBC\u307F\u307E\u3059\u3002\u3053\u308C\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u305D\u306E\u3088\u3046\u306A\u30D5\u30A1\u30A4\u30EB\u306F\u51FA\u73FE\u3057\u305F\u76F4\u5F8C\u306B\u79FB\u52D5\u3055\u308C\u3001\u540D\u524D\u304C\u5909\u66F4\u3055\u308C\u307E\u3059\u3002",part3:"\u30CE\u30FC\u30C8\u3092\u958B\u3044\u3066\u3044\u308B\u9593\u306B\u4F5C\u6210\u3055\u308C\u305F\u30D5\u30A1\u30A4\u30EB\u306E\u307F\u304C\u5BFE\u8C61\u3067\u3001\u540C\u671F\u3084\u4FDD\u7BA1\u5EAB\u306E\u53D6\u308A\u8FBC\u307F\u3067\u5C4A\u3044\u305F\u30D5\u30A1\u30A4\u30EB\u306F\u6C7A\u3057\u3066\u5909\u66F4\u3055\u308C\u307E\u305B\u3093\u3002"},name:"\u4ED6\u306E\u30D7\u30E9\u30B0\u30A4\u30F3\u304C\u4F5C\u6210\u3057\u305F\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306E\u540D\u524D\u3092\u5909\u66F4"},shouldRenameCollectedAttachments:{description:{part1:"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001",part2:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u53CE\u96C6",part3:"\u30B3\u30DE\u30F3\u30C9\u3092\u4ECB\u3057\u3066\u51E6\u7406\u3055\u308C\u305F\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F",part4:"\u8A2D\u5B9A\u306B\u5F93\u3063\u3066\u30EA\u30CD\u30FC\u30E0\u3055\u308C\u307E\u3059\u3002"},name:"\u53CE\u96C6\u3055\u308C\u305F\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u30EA\u30CD\u30FC\u30E0\u3059\u308B"},specialCharacters:{description:{part1:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u30D5\u30A9\u30EB\u30C0\u3068\u30D5\u30A1\u30A4\u30EB\u540D\u3067\u7F6E\u63DB\u307E\u305F\u306F\u524A\u9664\u3059\u308B\u7279\u6B8A\u6587\u5B57\u3002",part2:"\u7279\u6B8A\u6587\u5B57\u3092\u4FDD\u6301\u3059\u308B\u306B\u306F\u7A7A\u767D\u306E\u307E\u307E\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3002"},name:"\u7279\u6B8A\u6587\u5B57"},specialCharactersReplacement:{description:{part1:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u30D5\u30A9\u30EB\u30C0\u3068\u30D5\u30A1\u30A4\u30EB\u540D\u306E\u7279\u6B8A\u6587\u5B57\u306E\u7F6E\u63DB\u6587\u5B57\u5217\u3002",part2:"\u7279\u6B8A\u6587\u5B57\u3092\u524A\u9664\u3059\u308B\u306B\u306F\u7A7A\u767D\u306E\u307E\u307E\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3002"},name:"\u7279\u6B8A\u6587\u5B57\u306E\u7F6E\u63DB"},timeoutInSeconds:{description:{part1:"\u3059\u3079\u3066\u306E\u64CD\u4F5C\u306E\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\uFF08\u79D2\uFF09\u3002",part2:"\u3082\u3057",part3:"\u304C\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u308B\u5834\u5408\u3001\u64CD\u4F5C\u306E\u5B9F\u884C\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u306F\u7121\u52B9\u306B\u306A\u308A\u307E\u3059\u3002"},name:"\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\uFF08\u79D2\uFF09"},treatAsAttachmentExtensions:{description:{part1:"\u3053\u308C\u3089\u306E\u62E1\u5F35\u5B50\u3092\u6301\u3064\u30D5\u30A1\u30A4\u30EB\u3092\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3068\u3057\u3066\u6271\u3044\u307E\u3059\u3002",part2:"\u30C7\u30D5\u30A9\u30EB\u30C8\u3067\u306F",part3:"\u3068",part4:"\u30EA\u30F3\u30AF\u3055\u308C\u305F\u30D5\u30A1\u30A4\u30EB\u306F\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3068\u3057\u3066\u6271\u308F\u308C\u305A\u3001\u30CE\u30FC\u30C8\u3068\u4E00\u7DD2\u306B\u79FB\u52D5\u3055\u308C\u307E\u305B\u3093\u3002",part5:"\u3053\u306E\u52D5\u4F5C\u3092\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3059\u308B\u305F\u3081\u306B\u3001\u30AB\u30B9\u30BF\u30E0\u62E1\u5F35\u5B50\uFF08\u4F8B\uFF1A",part6:"\uFF09\u3092\u8FFD\u52A0\u3067\u304D\u307E\u3059\u3002"},name:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u62E1\u5F35\u5B50\u3068\u3057\u3066\u6271\u3046"}},promptWithPreviewModal:{fileNameTitle:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306E\u540D\u524D\u3092\u5909\u66F4",folderTitle:"\u6DFB\u4ED8\u30D5\u30A9\u30EB\u30C0\u30FC\u3092\u9078\u629E",previewModal:{title:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306E\u30D7\u30EC\u30D3\u30E5\u30FC '{{fullFileName}}'"},title:"\u30D7\u30ED\u30F3\u30D7\u30C8\u30C8\u30FC\u30AF\u30F3\u306E\u5024\u3092\u63D0\u4F9B\u3057\u3066\u304F\u3060\u3055\u3044"},regularExpression:"/\u6B63\u898F\u8868\u73FE/"};var FN={attachmentCollector:{confirm:{part1:"\u178F\u17BE\u17A2\u17D2\u1793\u1780\u1785\u1784\u17CB\u1794\u17D2\u179A\u1798\u17BC\u179B\u17AF\u1780\u179F\u17B6\u179A\u1797\u17D2\u1787\u17B6\u1794\u17CB\u179F\u1798\u17D2\u179A\u17B6\u1794\u17CB\u1780\u17C6\u178E\u178F\u17CB\u178F\u17D2\u179A\u17B6\u1791\u17B6\u17C6\u1784\u17A2\u179F\u17CB\u1780\u17D2\u1793\u17BB\u1784\u1790\u178F\u178A\u17C4\u1799\u1792\u17D2\u179C\u17BE\u1787\u17B6\u1785\u17D2\u179A\u17BE\u1793\u1780\u1798\u17D2\u179A\u17B7\u178F (recursive) \u178A\u17C2\u179A\u17AC\u1791\u17C1?",part2:"\u1794\u17D2\u179A\u178F\u17B7\u1794\u178F\u17D2\u178F\u17B7\u1780\u17B6\u179A\u1793\u17C1\u17C7\u1798\u17B7\u1793\u17A2\u17B6\u1785\u1794\u1784\u17D2\u179A\u17D2\u1780\u17B6\u1794\u179C\u17B7\u1789\u1794\u17B6\u1793\u1791\u17C1\u17D4"},progressBar:{message:"\u1780\u17C6\u1796\u17BB\u1784\u1794\u17D2\u179A\u1780\u17D0\u1794\u17A2\u1791\u17B9\u1784\u178A\u17C1\u179A {{iterationString}} - '{{noteFilePath}}'.",title:"\u1780\u17C6\u1796\u17BB\u1784\u1794\u17D2\u179A\u1780\u17D0\u1794\u17A2\u1791\u17B9\u1784\u178A\u17C1\u179A..."}},buttons:{copy:"\u1785\u17C6\u179B\u1784",move:"\u1795\u17D2\u179B\u17B6\u179F\u17CB\u1791\u17B8",previewAttachmentFile:"\u1794\u17D2\u179A\u17C1\u179C\u178A\u17B6\u1780\u17CB\u1798\u17BE\u179B\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u1793\u17B6\u1794\u17CB",skip:"\u179A\u17C6\u179B\u1784"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB",part2:"\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u17A2\u17B6\u1793\u1780\u17C5\u178A\u17C4\u1799\u1780\u17B6\u179A\u1785\u17C6\u178E\u17B6\u17C6\u1785\u17D2\u179A\u17BE\u1793."},heading:"\u1780\u17C6\u1796\u17BB\u1784\u1794\u17D2\u179A\u1780\u17D0\u1794\u17A2\u1791\u17B9\u1784\u178A\u17C1\u179A\u178A\u17C1\u179B\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1794\u17D2\u179A\u17BE\u178A\u17C4\u1799\u1780\u17B6\u179A\u1785\u17C6\u178E\u17B6\u17C6\u1785\u17D2\u179A\u17BE\u1793",shouldUseSameActionForOtherProblematicAttachmentsToggle:"\u1782\u17BB\u179A\u1794\u17D2\u179A\u17BE\u1780\u17B6\u179A\u1794\u17D2\u179A\u178F\u17B7\u1794\u178F\u17D2\u178F\u17B7\u1780\u17B6\u179A\u178A\u17C2\u179B\u178A\u17C9\u1780\u179F\u1798\u17D2\u179A\u17B6\u1794\u17CB\u17A2\u1791\u17B9\u1784\u178A\u17C1\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u178A\u17C1\u179B\u1798\u17B6\u1793\u1794\u1789\u17D2\u17A0\u17B6\u1795\u17D2\u179F\u17C1\u1784\u1791\u17C0\u178F"},commands:{collectAttachmentsCurrentFolder:"\u1780\u17C6\u1796\u17BB\u1784\u1794\u17D2\u179A\u1780\u17D0\u1794\u17A2\u1791\u17B9\u1784\u178A\u17C1\u179A\u1793\u17C5\u1780\u17D2\u1793\u17BB\u1784\u1791\u17B9\u178F\u17C2\u1780\u1794\u1785\u17D2\u1785\u17BB\u1794\u17D2\u1794\u1793\u17D2\u1793",collectAttachmentsCurrentNote:"\u1780\u17C6\u1796\u17BB\u1784\u1794\u17D2\u179A\u1780\u17D0\u1794\u17A2\u1791\u17B9\u1784\u178A\u17C1\u179A\u1793\u17C5\u1780\u17D2\u1793\u17BB\u1784\u1780\u17B6\u179A\u1785\u17C6\u178E\u17B6\u17C6\u1794\u1785\u17D2\u1785\u17BB\u1794\u17D2\u1794\u1793\u17D2\u1793",collectAttachmentsEntireVault:"\u1780\u17C6\u1796\u17BB\u1784\u1794\u17D2\u179A\u1780\u17D0\u1794\u17A2\u1791\u17B9\u1784\u178A\u17C1\u179A\u1793\u17C5\u1780\u17D2\u1793\u17BB\u1784\u1780\u17D2\u1793\u17B7\u1793\u1782\u17D2\u179A\u17B6\u1794\u17CB\u1798\u17BD\u1799"},menuItems:{collectAttachmentsInFile:"\u1794\u17D2\u179A\u1798\u17BC\u179B\u17AF\u1780\u179F\u17B6\u179A\u1797\u17D2\u1787\u17B6\u1794\u17CB\u1780\u17D2\u1793\u17BB\u1784\u17AF\u1780\u179F\u17B6\u179A",collectAttachmentsInFiles:"\u1794\u17D2\u179A\u1798\u17BC\u179B\u17AF\u1780\u179F\u17B6\u179A\u1797\u17D2\u1787\u17B6\u1794\u17CB\u1780\u17D2\u1793\u17BB\u1784\u17AF\u1780\u179F\u17B6\u179A\u1785\u17D2\u179A\u17BE\u1793"},notice:{collectingAttachments:"\u1780\u17C6\u1796\u17BB\u1784\u1794\u17D2\u179A\u1780\u17D0\u1794\u17A2\u1791\u17B9\u1784\u178A\u17C1\u179A\u179F\u1798\u17D2\u179A\u17B6\u1794\u17CB '{{noteFilePath}}'",collectingAttachmentsCancelled:"\u1780\u17B6\u179A\u1780\u17C6\u1796\u17BB\u1784\u1794\u17D2\u179A\u1780\u17D0\u1794\u17A2\u1791\u17B9\u1784\u178A\u17C1\u179A\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1794\u17BB\u1780\u1785\u17C1\u179B\u17D4 \u1798\u17BE\u179B\u1780\u1793\u17D2\u179F\u17C4\u179B\u179F\u1798\u17D2\u179A\u17B6\u1794\u17CB\u179A\u17B6\u1799\u179B\u17C6\u17A2\u17B7\u178F\u17D4",generatedAttachmentFileNameIsInvalid:{part1:`\u1788\u17D2\u1798\u17C4\u17C7\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u178A\u17C1\u179B\u1794\u17B6\u1793\u1794\u1784\u17D2\u1780\u17BE\u178F '{{path}}' \u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u1791\u17C1\u17D4
|
|
{{validationMessage}}
|
|
\u1796\u17B7\u1793\u17B7\u178F\u17D2\u1799\u1798\u17BE\u179B`,part2:"\u1780\u17B6\u179A\u1780\u17C6\u178E\u178F\u17CB\u179A\u1794\u179F\u17CB\u17A2\u17D2\u1793\u1780\u17D4"},notePathIsIgnored:"\u1792\u17D2\u1793\u17B6\u17C6\u1780\u17B6\u179A\u1785\u17C6\u178E\u17B6\u17C6\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1798\u17B7\u1793\u1785\u17B6\u1794\u17CB\u17A2\u17B6\u179A\u1798\u17D2\u1798\u178E\u17CD"},obsidianDevUtils:{buttons:{cancel:"\u1794\u17BB\u1780\u1785\u17C1\u179B",ok:"OK"},dataview:{itemsPerPage:"\u1792\u17B6\u178F\u17BB\u1780\u17D2\u1793\u17BB\u1784\u1798\u17BD\u1799\u1791\u17C6\u1796\u17D0\u179A:",jumpToPage:"\u179B\u17C4\u178F\u1791\u17C5\u1791\u17C6\u1796\u17D0\u179A:"},notices:{attachmentIsStillUsed:"\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB {{attachmentPath}} \u1793\u17C5\u178F\u17C2\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1794\u17D2\u179A\u17BE\u178A\u17C4\u1799\u1780\u17B6\u179A\u1785\u17C6\u178E\u17B6\u17C6\u1795\u17D2\u179F\u17C1\u1784\u1791\u17C0\u178F\u17D4 \u179C\u17B6\u1793\u17B9\u1784\u1798\u17B7\u1793\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u179B\u17BB\u1794\u1791\u17C1\u17D4",unhandledError:"\u1780\u17C6\u17A0\u17BB\u179F\u178A\u17C2\u179B\u1798\u17B7\u1793\u1794\u17B6\u1793\u178A\u17C4\u17C7\u179F\u17D2\u179A\u17B6\u1799\u1794\u17B6\u1793\u1780\u17BE\u178F\u17A1\u17BE\u1784\u17D4 \u179F\u17BC\u1798\u1796\u17B7\u1793\u17B7\u178F\u17D2\u1799\u1798\u17BE\u179B\u1780\u1793\u17D2\u179F\u17C4\u1798\u179F\u1798\u17D2\u179A\u17B6\u1794\u17CB\u1796\u17D0\u178F\u17CC\u1798\u17B6\u1793\u1794\u1793\u17D2\u1790\u17C2\u1798\u17D4"}},pluginSettings:{attachmentRenameMode:{all:{description:"\u17AF\u1780\u179F\u17B6\u179A\u1791\u17B6\u17C6\u1784\u17A2\u179F\u17CB\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1794\u17D2\u178F\u17BC\u179A\u1788\u17D2\u1798\u17C4\u17C7\u17D4",displayText:"\u1791\u17B6\u17C6\u1784\u17A2\u179F\u17CB"},none:{description:"\u1788\u17D2\u1798\u17C4\u17C7\u179A\u1794\u179F\u17CB\u1796\u17BD\u1780\u1782\u17C1\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u179A\u1780\u17D2\u179F\u17B6\u1791\u17BB\u1780\u17D4",displayText:"\u1782\u17D2\u1798\u17B6\u1793"},onlyPastedImages:{description:"\u178F\u17C2\u179A\u17BC\u1794\u1797\u17B6\u1796\u178A\u17C2\u179B\u1794\u17B6\u1793\u1794\u17B7\u1791\u1794\u17C9\u17BB\u178E\u17D2\u178E\u17C4\u17C7\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1794\u17D2\u178F\u17BC\u179A\u1788\u17D2\u1798\u17C4\u17C7\u17D4 \u17A2\u1793\u17BB\u179C\u178F\u17D2\u178F\u178F\u17C2\u1793\u17C5\u1796\u17C1\u179B\u178A\u17C2\u179B\u1798\u17B6\u178F\u17B7\u1780\u17B6\u179A\u17BC\u1794\u1797\u17B6\u1796 PNG \u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1794\u17B7\u1791\u1796\u17B8\u1780\u17D2\u178F\u17B6\u179A\u178F\u1798\u17D2\u179A\u17C0\u1794\u178A\u17C4\u1799\u1795\u17D2\u1791\u17B6\u179B\u17CB\u17D4 \u1787\u17B6\u1792\u1798\u17D2\u1798\u178F\u17B6 \u179F\u1798\u17D2\u179A\u17B6\u1794\u17CB\u1780\u17B6\u179A\u1794\u17B7\u1791\u179A\u17BC\u1794\u1790\u178F\u17A2\u17C1\u1780\u17D2\u179A\u1784\u17CB\u17D4",displayText:"\u178F\u17C2\u179A\u17BC\u1794\u1797\u17B6\u1796\u178A\u17C2\u179B\u1794\u17B6\u1793\u1794\u17B7\u1791\u1794\u17C9\u17BB\u178E\u17D2\u178E\u17C4\u17C7"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"\u1794\u17BB\u1780\u1785\u17C1\u179B\u1780\u17B6\u179A\u1794\u17D2\u179A\u1780\u17D0\u1794\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u17D4",displayText:"\u1794\u17BB\u1780\u1785\u17C1\u179B"},copy:{description:"\u1785\u17C6\u179B\u1784\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u1791\u17C5\u1791\u17B8\u178F\u17B6\u17C6\u1784\u1790\u17D2\u1798\u17B8\u17D4",displayText:"\u1785\u17C6\u179B\u1784"},move:{description:"\u1795\u17D2\u179B\u17B6\u179F\u17CB\u1791\u17B8\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u1791\u17C5\u1791\u17B8\u178F\u17B6\u17C6\u1784\u1790\u17D2\u1798\u17B8\u17D4",displayText:"\u1795\u17D2\u179B\u17B6\u179F\u17CB\u1791\u17B8"},prompt:{description:"\u1787\u17C6\u179A\u17BB\u1789\u17A2\u17D2\u1793\u1780\u1794\u17D2\u179A\u17BE\u17B1\u17D2\u1799\u1787\u17D2\u179A\u17BE\u179F\u179A\u17BE\u179F\u179F\u1780\u1798\u17D2\u1798\u1797\u17B6\u1796\u17D4",displayText:"\u1787\u17C6\u179A\u17BB\u1789"},skip:{description:"\u179A\u17C6\u179B\u1784\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u1793\u17B7\u1784\u1794\u1793\u17D2\u178F\u1791\u17C5\u1794\u1793\u17D2\u1791\u17B6\u1794\u17CB\u17D4",displayText:"\u179A\u17C6\u179B\u1784"}},defaultImageSizeDimension:{height:"\u1780\u1798\u17D2\u1796\u179F\u17CB",width:"\u1791\u1791\u17B9\u1784"},emptyFolderBehavior:{delete:{description:"\u1793\u17B9\u1784\u179B\u17BB\u1794\u1791\u17B9\u178F\u17C2\u1780\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u1791\u1791\u17C1\u17D4",displayText:"\u179B\u17BB\u1794"},deleteWithEmptyParents:{description:"\u1793\u17B9\u1784\u179B\u17BB\u1794\u1791\u17B9\u178F\u17C2\u1780\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u1791\u1791\u17C1\u1793\u17B7\u1784\u1791\u17B9\u178F\u17C2\u1780\u1798\u17C1\u1791\u1791\u17C1\u179A\u1794\u179F\u17CB\u179C\u17B6\u17D4",displayText:"\u179B\u17BB\u1794\u1787\u17B6\u1798\u17BD\u1799\u1798\u17C1\u1791\u1791\u17C1"},keep:{description:"\u1793\u17B9\u1784\u179A\u1780\u17D2\u179F\u17B6\u1791\u17B9\u178F\u17C2\u1780\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u1791\u1791\u17C1\u17D4",displayText:"\u179A\u1780\u17D2\u179F\u17B6\u1791\u17BB\u1780"}}},pluginSettingsManager:{customToken:{codeComment:`// \u179F\u1789\u17D2\u1789\u17B6\u179F\u1798\u17D2\u1782\u17B6\u179B\u17CB\u1795\u17D2\u1791\u17B6\u179B\u17CB\u1781\u17D2\u179B\u17BD\u1793\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u178A\u1780\u1785\u17C1\u1789\u1796\u17B8\u1798\u178F\u17B7\u1799\u17C4\u1794\u179B\u17CB\u1796\u17B8\u1796\u17D2\u179A\u17C4\u17C7\u1796\u17BD\u1780\u1782\u17C1\u178F\u17D2\u179A\u17BC\u179C\u178F\u17C2\u1794\u17B6\u1793\u1792\u17D2\u179C\u17BE\u1794\u1785\u17D2\u1785\u17BB\u1794\u17D2\u1794\u1793\u17D2\u1793\u1797\u17B6\u1796\u1791\u17C5\u1787\u17B6\u1791\u1798\u17D2\u179A\u1784\u17CB\u1790\u17D2\u1798\u17B8\u178A\u17C2\u179B\u1794\u17B6\u1793\u178E\u17C2\u1793\u17B6\u17C6\u1780\u17D2\u1793\u17BB\u1784\u1780\u17C6\u178E\u17C2\u1795\u17D2\u1793\u17C2\u1780\u1794\u1793\u17D2\u1790\u17C2\u1798 9.0.0\u17D4
|
|
// \u179F\u17BC\u1798\u1798\u17BE\u179B\u17AF\u1780\u179F\u17B6\u179A\u1799\u17C4\u1784 (https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) \u179F\u1798\u17D2\u179A\u17B6\u1794\u17CB\u1796\u17D0\u178F\u17CC\u1798\u17B6\u1793\u1794\u1793\u17D2\u1790\u17C2\u1798\u17D4`,deprecated:{part1:"\u1780\u17D2\u1793\u17BB\u1784\u1780\u17C6\u178E\u17C2\u1795\u17D2\u1793\u17C2\u1780\u1794\u1793\u17D2\u1790\u17C2\u1798 9.0.0 \u1791\u1798\u17D2\u179A\u1784\u17CB\u1793\u17C3\u1780\u17B6\u179A\u1785\u17BB\u17C7\u1788\u17D2\u1798\u17C4\u17C7\u179F\u1789\u17D2\u1789\u17B6\u179F\u1798\u17D2\u1782\u17B6\u179B\u17CB\u1795\u17D2\u1791\u17B6\u179B\u17CB\u1781\u17D2\u179B\u17BD\u1793\u1794\u17B6\u1793\u1795\u17D2\u179B\u17B6\u179F\u17CB\u1794\u17D2\u178F\u17BC\u179A\u17D4 \u179F\u17BC\u1798\u1792\u17D2\u179C\u17BE\u1794\u1785\u17D2\u1785\u17BB\u1794\u17D2\u1794\u1793\u17D2\u1793\u1797\u17B6\u1796\u179F\u1789\u17D2\u1789\u17B6\u179F\u1798\u17D2\u1782\u17B6\u179B\u17CB\u179A\u1794\u179F\u17CB\u17A2\u17D2\u1793\u1780\u178F\u17B6\u1798\u17D4 \u179F\u17BC\u1798\u1798\u17BE\u179B",part2:"\u17AF\u1780\u179F\u17B6\u179A\u1799\u17C4\u1784",part3:"\u179F\u1798\u17D2\u179A\u17B6\u1794\u17CB\u1796\u17D0\u178F\u17CC\u1798\u17B6\u1793\u1794\u1793\u17D2\u1790\u17C2\u1798"}},legacyRenameAttachmentsToLowerCase:{part1:"\u1780\u17D2\u1793\u17BB\u1784\u1780\u17C6\u178E\u17C2\u1795\u17D2\u1793\u17C2\u1780\u1794\u1793\u17D2\u1790\u17C2\u1798 9.0.0 \u1780\u17B6\u179A\u1780\u17C6\u178E\u178F\u17CB",part2:"\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1794\u178A\u17B7\u179F\u17C1\u1792\u17D4 \u1794\u17D2\u179A\u17BE",part3:"\u1791\u1798\u17D2\u179A\u1784\u17CB\u1787\u17C6\u1793\u17BD\u179F\u17D4 \u1798\u17BE\u179B",part4:"\u17AF\u1780\u179F\u17B6\u179A\u1799\u17C4\u1784",part5:"\u179F\u1798\u17D2\u179A\u17B6\u1794\u17CB\u1796\u17D0\u178F\u17CC\u1798\u17B6\u1793\u1794\u1793\u17D2\u1790\u17C2\u1798"},markdownUrlFormat:{deprecated:{part1:"\u17A2\u17D2\u1793\u1780\u1798\u17B6\u1793\u178F\u1798\u17D2\u179B\u17C3\u178A\u17C2\u179B\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u179F\u1798\u17D2\u179A\u17B6\u1794\u17CB",part2:"\u1791\u1798\u17D2\u179A\u1784\u17CB\u17D4 \u179F\u17BC\u1798\u1798\u17BE\u179B",part3:"\u17AF\u1780\u179F\u17B6\u179A\u1799\u17C4\u1784",part4:"\u179F\u1798\u17D2\u179A\u17B6\u1794\u17CB\u1796\u17D0\u178F\u17CC\u1798\u17B6\u1793\u1794\u1793\u17D2\u1790\u17C2\u1798",part5:"\u179F\u17B6\u179A\u1793\u17C1\u17C7\u1793\u17B9\u1784\u1798\u17B7\u1793\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1794\u1784\u17D2\u17A0\u17B6\u1789\u1798\u17D2\u178F\u1784\u1791\u17C0\u178F\u1791\u17C1\u17D4"}},specialCharacters:{part1:"\u1780\u17D2\u1793\u17BB\u1784\u1780\u17C6\u178E\u17C2\u1795\u17D2\u1793\u17C2\u1780\u1794\u1793\u17D2\u1790\u17C2\u1798 9.16.0 \u178F\u1798\u17D2\u179B\u17C3\u1780\u17B6\u179A\u1780\u17C6\u178E\u178F\u17CB\u179B\u17C6\u1793\u17B6\u17C6\u178A\u17BE\u1798",part2:"\u1794\u17B6\u1793\u1795\u17D2\u179B\u17B6\u179F\u17CB\u1794\u17D2\u178F\u17BC\u179A\u17D4 \u178F\u1798\u17D2\u179B\u17C3\u1780\u17B6\u179A\u1780\u17C6\u178E\u178F\u17CB\u179A\u1794\u179F\u17CB\u17A2\u17D2\u1793\u1780\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1792\u17D2\u179C\u17BE\u1794\u1785\u17D2\u1785\u17BB\u1794\u17D2\u1794\u1793\u17D2\u1793\u1797\u17B6\u1796\u1791\u17C5\u178F\u1798\u17D2\u179B\u17C3\u179B\u17C6\u1793\u17B6\u17C6\u178A\u17BE\u1798\u1790\u17D2\u1798\u17B8\u17D4"},validation:{defaultImageSizeMustBePercentageOrPixels:"\u1791\u17C6\u17A0\u17C6\u179A\u17BC\u1794\u1797\u17B6\u1796\u179B\u17C6\u1793\u17B6\u17C6\u178A\u17BE\u1798\u178F\u17D2\u179A\u17BC\u179C\u178F\u17C2\u1787\u17B6\u1797\u17B6\u1782\u179A\u1799 \u17AC \u1797\u17B8\u1780\u179F\u17C2\u179B",invalidCustomTokensCode:"\u1780\u17BC\u178A\u179F\u1789\u17D2\u1789\u17B6\u179F\u1798\u17D2\u1782\u17B6\u179B\u17CB\u1795\u17D2\u1791\u17B6\u179B\u17CB\u1781\u17D2\u179B\u17BD\u1793\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C",invalidRegularExpression:"\u1780\u1793\u17D2\u179F\u17C4\u1798\u1792\u1798\u17D2\u1798\u178F\u17B6\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C {{regExp}}",specialCharactersMustNotContainSlash:"\u178F\u17BD\u17A2\u1780\u17D2\u179F\u179A\u1796\u17B7\u179F\u17C1\u179F\u1798\u17B7\u1793\u178F\u17D2\u179A\u17BC\u179C\u1798\u17B6\u1793 /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"\u1780\u17B6\u179A\u1787\u17C6\u1793\u17BD\u179F\u178F\u17BD\u17A2\u1780\u17D2\u179F\u179A\u1796\u17B7\u179F\u17C1\u179F\u1798\u17B7\u1793\u178F\u17D2\u179A\u17BC\u179C\u1798\u17B6\u1793\u178F\u17BD\u17A2\u1780\u17D2\u179F\u179A\u1795\u17D2\u179B\u17BC\u179C\u1788\u17D2\u1798\u17C4\u17C7\u17AF\u1780\u179F\u17B6\u179A\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D4"}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"\u1793\u17C5\u1796\u17C1\u179B\u1797\u17D2\u1787\u17B6\u1794\u17CB\u17AF\u1780\u179F\u17B6\u179A:"},name:"\u179A\u1794\u17C0\u1794\u1794\u17D2\u178F\u17BC\u179A\u1788\u17D2\u1798\u17C4\u17C7\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"\u1793\u17C5\u1796\u17C1\u179B\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u178A\u17C2\u179B\u1794\u17B6\u1793\u1794\u17D2\u179A\u1780\u17D0\u1794\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1794\u17D2\u179A\u17BE\u178A\u17C4\u1799\u1780\u17B6\u179A\u1785\u17C6\u178E\u17B6\u17C6\u1785\u17D2\u179A\u17BE\u1793:"},name:"\u179A\u1794\u17C0\u1794\u1794\u17D2\u179A\u1780\u17D0\u1794\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u178A\u17C2\u179B\u1794\u17D2\u179A\u17BE\u178A\u17C4\u1799\u1780\u17B6\u179A\u1785\u17C6\u178E\u17B6\u17C6\u1785\u17D2\u179A\u17BE\u1793"},collectedAttachmentFileName:{description:{part1:"\u1798\u17BE\u179B",part2:"\u179F\u1789\u17D2\u1789\u17B6\u179F\u1798\u17D2\u1782\u17B6\u179B\u17CB\u178A\u17C2\u179B\u1798\u17B6\u1793"},name:"\u1788\u17D2\u1798\u17C4\u17C7\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u178A\u17C2\u179B\u1794\u17B6\u1793\u1794\u17D2\u179A\u1780\u17D0\u1794"},customTokens:{description:{part1:"\u179F\u1789\u17D2\u1789\u17B6\u179F\u1798\u17D2\u1782\u17B6\u179B\u17CB\u1795\u17D2\u1791\u17B6\u179B\u17CB\u1781\u17D2\u179B\u17BD\u1793\u178A\u17C2\u179B\u178F\u17D2\u179A\u17BC\u179C\u1794\u17D2\u179A\u17BE\u17D4",part2:"\u1798\u17BE\u179B",part3:"\u17AF\u1780\u179F\u17B6\u179A\u1799\u17C4\u1784",part4:"\u179F\u1798\u17D2\u179A\u17B6\u1794\u17CB\u1796\u17D0\u178F\u17CC\u1798\u17B6\u1793\u1794\u1793\u17D2\u1790\u17C2\u1798\u17D4",part5:"\u26A0\uFE0F \u179F\u1789\u17D2\u1789\u17B6\u179F\u1798\u17D2\u1782\u17B6\u179B\u17CB\u1795\u17D2\u1791\u17B6\u179B\u17CB\u1781\u17D2\u179B\u17BD\u1793\u17A2\u17B6\u1785\u1787\u17B6\u1780\u17BC\u178A JavaScript \u1794\u17C6\u1796\u17B6\u1793\u17D4 \u1794\u17D2\u179A\u179F\u17B7\u1793\u1794\u17BE\u179F\u179A\u179F\u17C1\u179A\u1798\u17B7\u1793\u179B\u17D2\u17A2 \u179C\u17B6\u17A2\u17B6\u1785\u1794\u178E\u17D2\u178F\u17B6\u179B\u17B1\u17D2\u1799\u1794\u17B6\u178F\u17CB\u1794\u1784\u17CB\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u17D4 \u1794\u17D2\u179A\u17BE\u179C\u17B6\u178F\u17B6\u1798\u17A0\u17B6\u1793\u17BB\u1797\u17B6\u1796\u179A\u1794\u179F\u17CB\u17A2\u17D2\u1793\u1780\u17D4"},name:"\u179F\u1789\u17D2\u1789\u17B6\u179F\u1798\u17D2\u1782\u17B6\u179B\u17CB\u1795\u17D2\u1791\u17B6\u179B\u17CB\u1781\u17D2\u179B\u17BD\u1793"},defaultImageSize:{description:{part1:"\u1791\u17C6\u17A0\u17C6\u179A\u17BC\u1794\u1797\u17B6\u1796\u179B\u17C6\u1793\u17B6\u17C6\u178A\u17BE\u1798\u17D4",part2:"\u17A2\u17B6\u1785\u1780\u17C6\u178E\u178F\u17CB\u1787\u17B6\u1797\u17B8\u1780\u179F\u17C2\u179B\u1794\u17B6\u1793",part3:"\u17AC\u1787\u17B6\u1797\u17B6\u1782\u179A\u1799\u1793\u17C3\u1791\u17C6\u17A0\u17C6\u179A\u17BC\u1794\u1797\u17B6\u1796\u1796\u17C1\u1789",part4:"\u1791\u17BB\u1780\u17B2\u17D2\u1799\u1791\u1791\u17C1\u178A\u17BE\u1798\u17D2\u1794\u17B8\u1794\u17D2\u179A\u17BE\u1791\u17C6\u17A0\u17C6\u178A\u17BE\u1798\u17D4"},name:"\u1791\u17C6\u17A0\u17C6\u179A\u17BC\u1794\u1797\u17B6\u1796\u179B\u17C6\u1793\u17B6\u17C6\u178A\u17BE\u1798"},duplicateNameSeparator:{description:{part1:"\u1793\u17C5\u1796\u17C1\u179B\u17A2\u17D2\u1793\u1780\u1780\u17C6\u1796\u17BB\u1784\u1794\u17B7\u1791/\u1791\u17B6\u1789\u17AF\u1780\u179F\u17B6\u179A\u178A\u17C2\u179B\u1798\u17B6\u1793\u1788\u17D2\u1798\u17C4\u17C7\u178A\u17BC\u1785\u1782\u17D2\u1793\u17B6\u1793\u17B9\u1784\u17AF\u1780\u179F\u17B6\u179A\u178A\u17C2\u179B\u1798\u17B6\u1793\u179F\u17D2\u179A\u17B6\u1794\u17CB \u17A2\u17D2\u1793\u1780\u1794\u17C6\u1794\u17C2\u1780\u1793\u17C1\u17C7\u1793\u17B9\u1784\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1794\u1793\u17D2\u1790\u17C2\u1798\u1791\u17C5\u1788\u17D2\u1798\u17C4\u17C7\u17AF\u1780\u179F\u17B6\u179A\u17D4",part2:"\u17A7\u1791\u17B6\u17A0\u179A\u178E\u17CD \u1793\u17C5\u1796\u17C1\u179B\u17A2\u17D2\u1793\u1780\u1780\u17C6\u1796\u17BB\u1784\u1791\u17B6\u1789\u17AF\u1780\u179F\u17B6\u179A",part3:" \u179C\u17B6\u1793\u17B9\u1784\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1794\u17D2\u178F\u17BC\u179A\u1788\u17D2\u1798\u17C4\u17C7\u1791\u17C5",part4:" \u1787\u17B6\u178A\u17BE\u1798 \u1791\u1791\u17BD\u179B\u1794\u17B6\u1793\u1788\u17D2\u1798\u17C4\u17C7\u178A\u17C6\u1794\u17BC\u1784\u178A\u17C2\u179B\u1798\u17B6\u1793\u17D4"},name:"\u17A2\u17D2\u1793\u1780\u1794\u17C6\u1794\u17C2\u1780\u1788\u17D2\u1798\u17C4\u17C7\u178A\u17BC\u1785\u1782\u17D2\u1793\u17B6"},emptyFolderBehavior:{description:{part1:"\u1793\u17C5\u1796\u17C1\u179B\u1791\u17B9\u178F\u17C2\u1780\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u1780\u17D2\u179B\u17B6\u1799\u1787\u17B6\u1791\u1791\u17C1:"},name:"\u17A5\u179A\u17B7\u1799\u17B6\u1794\u1791\u1791\u17B9\u178F\u17C2\u1780\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u1791\u1791\u17C1"},excludePaths:{description:{part1:"\u178A\u1780\u1785\u17C1\u1789\u1780\u17B6\u179A\u1785\u17C6\u178E\u17B6\u17C6\u1796\u17B8\u1795\u17D2\u179B\u17BC\u179C\u1781\u17B6\u1784\u1780\u17D2\u179A\u17C4\u1798\u17D4",part2:"\u1794\u1789\u17D2\u1785\u17BC\u179B\u1795\u17D2\u179B\u17BC\u179C\u1793\u17B8\u1798\u17BD\u1799\u17D7\u1793\u17C5\u179B\u17BE\u1794\u1793\u17D2\u1791\u17B6\u178F\u17CB\u1790\u17D2\u1798\u17B8\u17D4",part3:"\u17A2\u17D2\u1793\u1780\u17A2\u17B6\u1785\u1794\u17D2\u179A\u17BE\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u1795\u17D2\u179B\u17BC\u179C \u17AC",part4:"\u1794\u17D2\u179A\u179F\u17B7\u1793\u1794\u17BE\u1780\u17B6\u179A\u1780\u17C6\u178E\u178F\u17CB\u1791\u1791\u17C1 \u1782\u17D2\u1798\u17B6\u1793\u1780\u17B6\u179A\u1785\u17C6\u178E\u17B6\u17C6\u178E\u17B6\u1798\u17BD\u1799\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u178A\u1780\u1785\u17C1\u1789\u1791\u17C1\u17D4"},name:"\u178A\u1780\u1785\u17C1\u1789\u1795\u17D2\u179B\u17BC\u179C"},excludePathsFromAttachmentCollecting:{description:{part1:"\u178A\u1780\u1785\u17C1\u1789\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u1796\u17B8\u1795\u17D2\u179B\u17BC\u179C\u1781\u17B6\u1784\u1780\u17D2\u179A\u17C4\u1798\u1793\u17C5\u1796\u17C1\u179B",part2:"\u1794\u17D2\u179A\u1780\u17D0\u1794\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB",part3:"\u1796\u17B6\u1780\u17D2\u1799\u1794\u1789\u17D2\u1787\u17B6\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1794\u17D2\u179A\u178F\u17B7\u1794\u178F\u17D2\u178F\u17B7\u17D4",part4:"\u1794\u1789\u17D2\u1785\u17BC\u179B\u1795\u17D2\u179B\u17BC\u179C\u1793\u17B8\u1798\u17BD\u1799\u17D7\u1793\u17C5\u179B\u17BE\u1794\u1793\u17D2\u1791\u17B6\u178F\u17CB\u1790\u17D2\u1798\u17B8\u17D4",part5:"\u17A2\u17D2\u1793\u1780\u17A2\u17B6\u1785\u1794\u17D2\u179A\u17BE\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u1795\u17D2\u179B\u17BC\u179C \u17AC",part6:"\u1794\u17D2\u179A\u179F\u17B7\u1793\u1794\u17BE\u1780\u17B6\u179A\u1780\u17C6\u178E\u178F\u17CB\u1791\u1791\u17C1 \u1782\u17D2\u1798\u17B6\u1793\u1795\u17D2\u179B\u17BC\u179C\u178E\u17B6\u1798\u17BD\u1799\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u178A\u1780\u1785\u17C1\u1789\u1796\u17B8\u1780\u17B6\u179A\u1794\u17D2\u179A\u1780\u17D0\u1794\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u1791\u17C1\u17D4"},name:"\u178A\u1780\u1785\u17C1\u1789\u1795\u17D2\u179B\u17BC\u179C\u1796\u17B8\u1780\u17B6\u179A\u1794\u17D2\u179A\u1780\u17D0\u1794\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB"},generatedAttachmentFileName:{description:{part1:"\u1798\u17BE\u179B",part2:"\u179F\u1789\u17D2\u1789\u17B6\u179F\u1798\u17D2\u1782\u17B6\u179B\u17CB\u178A\u17C2\u179B\u1798\u17B6\u1793"},name:"\u1788\u17D2\u1798\u17C4\u17C7\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u178A\u17C2\u179B\u1794\u17B6\u1793\u1794\u1784\u17D2\u1780\u17BE\u178F"},includePaths:{description:{part1:"\u179A\u17B6\u1794\u17CB\u1794\u1789\u17D2\u1785\u17BC\u179B\u1780\u17B6\u179A\u1785\u17C6\u178E\u17B6\u17C6\u1796\u17B8\u1795\u17D2\u179B\u17BC\u179C\u1781\u17B6\u1784\u1780\u17D2\u179A\u17C4\u1798\u17D4",part2:"\u1794\u1789\u17D2\u1785\u17BC\u179B\u1795\u17D2\u179B\u17BC\u179C\u1793\u17B8\u1798\u17BD\u1799\u17D7\u1793\u17C5\u179B\u17BE\u1794\u1793\u17D2\u1791\u17B6\u178F\u17CB\u1790\u17D2\u1798\u17B8\u17D4",part3:"\u17A2\u17D2\u1793\u1780\u17A2\u17B6\u1785\u1794\u17D2\u179A\u17BE\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u1795\u17D2\u179B\u17BC\u179C \u17AC",part4:"\u1794\u17D2\u179A\u179F\u17B7\u1793\u1794\u17BE\u1780\u17B6\u179A\u1780\u17C6\u178E\u178F\u17CB\u1791\u1791\u17C1 \u1780\u17B6\u179A\u1785\u17C6\u178E\u17B6\u17C6\u1791\u17B6\u17C6\u1784\u17A2\u179F\u17CB\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u179A\u17B6\u1794\u17CB\u1794\u1789\u17D2\u1785\u17BC\u179B\u17D4"},name:"\u179A\u17B6\u1794\u17CB\u1794\u1789\u17D2\u1785\u17BC\u179B\u1795\u17D2\u179B\u17BC\u179C"},jpegQuality:{description:"\u1782\u17BB\u178E\u1797\u17B6\u1796\u178F\u17BC\u1785\u1787\u17B6\u1784 \u179F\u1798\u17B6\u1798\u17B6\u178F\u17D2\u179A\u1794\u1784\u17D2\u17A0\u17B6\u1794\u17CB\u1780\u17B6\u1793\u17CB\u178F\u17C2\u1792\u17C6\u17D4",name:"\u1782\u17BB\u178E\u1797\u17B6\u1796 JPEG"},locationForNewAttachments:{description:{part1:"\u1785\u17B6\u1794\u17CB\u1795\u17D2\u178F\u17BE\u1798\u178A\u17C4\u1799",part2:"\u178A\u17BE\u1798\u17D2\u1794\u17B8\u1794\u17D2\u179A\u17BE\u1795\u17D2\u179B\u17BC\u179C\u1791\u17B6\u1780\u17CB\u1791\u1784\u17D4",part3:"\u1798\u17BE\u179B",part4:"\u179F\u1789\u17D2\u1789\u17B6\u179F\u1798\u17D2\u1782\u17B6\u179B\u17CB\u178A\u17C2\u179B\u1798\u17B6\u1793",part5:"\u1791\u17B9\u178F\u17C2\u1780\u1785\u17C6\u178E\u17BB\u1785\u178A\u17BC\u1785\u1787\u17B6",part6:"\u1798\u17B7\u1793\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u178E\u17C2\u1793\u17B6\u17C6 \u1796\u17B8\u1796\u17D2\u179A\u17C4\u17C7 Obsidian \u1798\u17B7\u1793\u178F\u17B6\u1798\u178A\u17B6\u1793\u1796\u17BD\u1780\u179C\u17B6\u1791\u17C1\u17D4 \u17A2\u17D2\u1793\u1780\u17A2\u17B6\u1785\u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A\u1794\u17D2\u179A\u17BE",part7:"\u1795\u17D2\u1793\u17C2\u1780\u1794\u1793\u17D2\u1790\u17C2\u1798\u178A\u17BE\u1798\u17D2\u1794\u17B8\u1782\u17D2\u179A\u1794\u17CB\u1782\u17D2\u179A\u1784\u1796\u17BD\u1780\u179C\u17B6\u17D4"},name:"\u1791\u17B8\u178F\u17B6\u17C6\u1784\u179F\u1798\u17D2\u179A\u17B6\u1794\u17CB\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u1790\u17D2\u1798\u17B8"},markdownUrlFormat:{description:{part1:"\u1791\u1798\u17D2\u179A\u1784\u17CB\u179F\u1798\u17D2\u179A\u17B6\u1794\u17CB URL \u178A\u17C2\u179B\u1793\u17B9\u1784\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1794\u1789\u17D2\u1785\u17BC\u179B\u1791\u17C5\u1780\u17D2\u1793\u17BB\u1784 Markdown\u17D4",part2:"\u1798\u17BE\u179B",part3:"\u179F\u1789\u17D2\u1789\u17B6\u179F\u1798\u17D2\u1782\u17B6\u179B\u17CB\u178A\u17C2\u179B\u1798\u17B6\u1793",part4:"\u1791\u17BB\u1780\u1791\u1791\u17C1\u178A\u17BE\u1798\u17D2\u1794\u17B8\u1794\u17D2\u179A\u17BE\u1791\u1798\u17D2\u179A\u1784\u17CB\u179B\u17C6\u1793\u17B6\u17C6\u178A\u17BE\u1798\u17D4"},name:"\u1791\u1798\u17D2\u179A\u1784\u17CB URL Markdown"},renameAttachmentsToLowerCase:"\u1794\u17D2\u178F\u17BC\u179A\u1788\u17D2\u1798\u17C4\u17C7\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u1791\u17C5\u1787\u17B6\u17A2\u1780\u17D2\u179F\u179A\u178F\u17BC\u1785",renamedAttachmentFileName:{description:{part1:"\u1798\u17BE\u179B",part2:"\u179F\u1789\u17D2\u1789\u17B6\u179F\u1798\u17D2\u1782\u17B6\u179B\u17CB\u178A\u17C2\u179B\u1798\u17B6\u1793"},name:"\u1788\u17D2\u1798\u17C4\u17C7\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u178A\u17C2\u179B\u1794\u17B6\u1793\u1794\u17D2\u178F\u17BC\u179A\u1788\u17D2\u1798\u17C4\u17C7"},resetToSampleCustomTokens:{message:"\u178F\u17BE\u17A2\u17D2\u1793\u1780\u1794\u17D2\u179A\u17B6\u1780\u178A\u1790\u17B6\u1785\u1784\u17CB\u1780\u17C6\u178E\u178F\u17CB\u17A1\u17BE\u1784\u179C\u17B7\u1789\u179F\u1789\u17D2\u1789\u17B6\u179F\u1798\u17D2\u1782\u17B6\u179B\u17CB\u1795\u17D2\u1791\u17B6\u179B\u17CB\u1781\u17D2\u179B\u17BD\u1793\u1791\u17C5\u179F\u1789\u17D2\u1789\u17B6\u179F\u1798\u17D2\u1782\u17B6\u179B\u17CB\u1795\u17D2\u1791\u17B6\u179B\u17CB\u1781\u17D2\u179B\u17BD\u1793\u1782\u17C6\u179A\u17BC? \u1780\u17B6\u179A\u1795\u17D2\u179B\u17B6\u179F\u17CB\u1794\u17D2\u178F\u17BC\u179A\u179A\u1794\u179F\u17CB\u17A2\u17D2\u1793\u1780\u1793\u17B9\u1784\u1794\u17B6\u178F\u17CB\u1794\u1784\u17CB\u17D4",title:"\u1780\u17C6\u178E\u178F\u17CB\u17A1\u17BE\u1784\u179C\u17B7\u1789\u1791\u17C5\u179F\u1789\u17D2\u1789\u17B6\u179F\u1798\u17D2\u1782\u17B6\u179B\u17CB\u1795\u17D2\u1791\u17B6\u179B\u17CB\u1781\u17D2\u179B\u17BD\u1793\u1782\u17C6\u179A\u17BC"},shouldConvertPastedImagesToJpeg:{description:"\u178F\u17BE\u178F\u17D2\u179A\u17BC\u179C\u1794\u17D2\u178F\u17BC\u179A\u179A\u17BC\u1794\u1797\u17B6\u1796\u178A\u17C2\u179B\u1794\u17B6\u1793\u1794\u17B7\u1791\u1791\u17C5 JPEG \u17AC\u1791\u17C1\u17D4 \u17A2\u1793\u17BB\u179C\u178F\u17D2\u178F\u178F\u17C2\u1793\u17C5\u1796\u17C1\u179B\u178A\u17C2\u179B\u1798\u17B6\u178F\u17B7\u1780\u17B6\u179A\u17BC\u1794\u1797\u17B6\u1796 PNG \u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1794\u17B7\u1791\u1796\u17B8\u1780\u17D2\u178F\u17B6\u179A\u178F\u1798\u17D2\u179A\u17C0\u1794\u178A\u17C4\u1799\u1795\u17D2\u1791\u17B6\u179B\u17CB\u17D4 \u1787\u17B6\u1792\u1798\u17D2\u1798\u178F\u17B6 \u179F\u1798\u17D2\u179A\u17B6\u1794\u17CB\u1780\u17B6\u179A\u1794\u17B7\u1791\u179A\u17BC\u1794\u1790\u178F\u17A2\u17C1\u1780\u17D2\u179A\u1784\u17CB\u17D4",name:"\u178F\u17BE\u178F\u17D2\u179A\u17BC\u179C\u1794\u17D2\u178F\u17BC\u179A\u179A\u17BC\u1794\u1797\u17B6\u1796\u178A\u17C2\u179B\u1794\u17B6\u1793\u1794\u17B7\u1791\u1791\u17C5 JPEG"},shouldDeleteOrphanAttachments:{description:"\u1794\u17D2\u179A\u179F\u17B7\u1793\u1794\u17BE\u1794\u17BE\u1780 \u1793\u17C5\u1796\u17C1\u179B\u1780\u17B6\u179A\u1785\u17C6\u178E\u17B6\u17C6\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u179B\u17BB\u1794 \u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u1780\u17C6\u1796\u17D2\u179A\u17B6\u179A\u1794\u179F\u17CB\u179C\u17B6\u1780\u17CF\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u179B\u17BB\u1794\u178A\u17C2\u179A\u17D4",name:"\u178F\u17BE\u178F\u17D2\u179A\u17BC\u179C\u179B\u17BB\u1794\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u1780\u17C6\u1796\u17D2\u179A\u17B6"},shouldRenameAttachmentFiles:{description:{part1:"\u1794\u17D2\u179A\u179F\u17B7\u1793\u1794\u17BE\u1794\u17BE\u1780 \u1793\u17C5\u1796\u17C1\u179B\u1780\u17B6\u179A\u1785\u17C6\u178E\u17B6\u17C6\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1794\u17D2\u178F\u17BC\u179A\u1788\u17D2\u1798\u17C4\u17C7 \u17AC\u1795\u17D2\u179B\u17B6\u179F\u17CB\u1791\u17B8 \u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u1793\u17B9\u1784\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1794\u17D2\u178F\u17BC\u179A\u1788\u17D2\u1798\u17C4\u17C7\u178F\u17B6\u1798",part2:"\u1780\u17B6\u179A\u1780\u17C6\u178E\u178F\u17CB\u17D4"},name:"\u178F\u17BE\u178F\u17D2\u179A\u17BC\u179C\u1794\u17D2\u178F\u17BC\u179A\u1788\u17D2\u1798\u17C4\u17C7\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB"},shouldRenameAttachmentFolders:{description:"\u178F\u17BE\u178F\u17D2\u179A\u17BC\u179C\u1794\u17D2\u178F\u17BC\u179A\u1788\u17D2\u1798\u17C4\u17C7\u1791\u17B9\u178F\u17C2\u1780\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u1793\u17C5\u1796\u17C1\u179B\u1780\u17B6\u179A\u1785\u17C6\u178E\u17B6\u17C6\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1794\u17D2\u178F\u17BC\u179A\u1788\u17D2\u1798\u17C4\u17C7 \u17AC\u1795\u17D2\u179B\u17B6\u179F\u17CB\u1791\u17B8\u17D4",name:"\u178F\u17BE\u178F\u17D2\u179A\u17BC\u179C\u1794\u17D2\u178F\u17BC\u179A\u1788\u17D2\u1798\u17C4\u17C7\u1791\u17B9\u178F\u17C2\u1780\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB"},shouldRenameAttachmentsCreatedByOtherPlugins:{description:{part1:"\u1790\u17B6\u178F\u17BE\u178F\u17D2\u179A\u17BC\u179C\u17A2\u1793\u17BB\u179C\u178F\u17D2\u178F\u1780\u17B6\u179A\u1780\u17C6\u178E\u178F\u17CB\u1790\u178F\u17AF\u1780\u179F\u17B6\u179A\u1797\u17D2\u1787\u17B6\u1794\u17CB \u1793\u17B7\u1784\u1788\u17D2\u1798\u17C4\u17C7\u17AF\u1780\u179F\u17B6\u179A \u1791\u17C5\u179B\u17BE\u17AF\u1780\u179F\u17B6\u179A\u1797\u17D2\u1787\u17B6\u1794\u17CB\u178A\u17C2\u179B\u1780\u1798\u17D2\u1798\u179C\u17B7\u1792\u17B8\u1787\u17C6\u1793\u17BD\u1799\u1795\u17D2\u179F\u17C1\u1784\u1794\u1784\u17D2\u1780\u17BE\u178F\u17AC\u17A2\u178F\u17CB\u17D4",part2:"\u1780\u1798\u17D2\u1798\u179C\u17B7\u1792\u17B8\u1787\u17C6\u1793\u17BD\u1799\u1781\u17D2\u179B\u17C7\u179F\u179A\u179F\u17C1\u179A\u17AF\u1780\u179F\u17B6\u179A\u1797\u17D2\u1787\u17B6\u1794\u17CB\u1785\u17BC\u179B\u1780\u17D2\u1793\u17BB\u1784\u1783\u17D2\u179B\u17B6\u17C6\u1784\u178A\u17C4\u1799\u1794\u17D2\u179A\u17BE\u1788\u17D2\u1798\u17C4\u17C7\u1795\u17D2\u1791\u17B6\u179B\u17CB\u1781\u17D2\u179B\u17BD\u1793 \u178A\u17C4\u1799\u1798\u17B7\u1793\u179F\u17BD\u179A Obsidian \u1790\u17B6\u179C\u17B6\u1782\u17BD\u179A\u1793\u17C5\u1780\u1793\u17D2\u179B\u17C2\u1784\u178E\u17B6\u17D4 \u1796\u17C1\u179B\u1794\u17BE\u1780\u1798\u17BB\u1781\u1784\u17B6\u179A\u1793\u17C1\u17C7 \u17AF\u1780\u179F\u17B6\u179A\u1794\u17C2\u1794\u1793\u17C1\u17C7\u1793\u17B9\u1784\u178F\u17D2\u179A\u17BC\u179C\u1795\u17D2\u179B\u17B6\u179F\u17CB\u1791\u17B8 \u1793\u17B7\u1784\u1794\u17D2\u178F\u17BC\u179A\u1788\u17D2\u1798\u17C4\u17C7\u1797\u17D2\u179B\u17B6\u1798\u17D7\u1794\u1793\u17D2\u1791\u17B6\u1794\u17CB\u1796\u17B8\u179C\u17B6\u179B\u17C1\u1785\u17A1\u17BE\u1784\u17D4",part3:"\u1798\u17B6\u1793\u178F\u17C2\u17AF\u1780\u179F\u17B6\u179A\u178A\u17C2\u179B\u1794\u1784\u17D2\u1780\u17BE\u178F\u1796\u17C1\u179B\u1780\u17C6\u178E\u178F\u17CB\u178F\u17D2\u179A\u17B6\u1780\u17C6\u1796\u17BB\u1784\u1794\u17BE\u1780\u1794\u17C9\u17BB\u178E\u17D2\u178E\u17C4\u17C7\u178A\u17C2\u179B\u178F\u17D2\u179A\u17BC\u179C\u1794\u17C9\u17C7\u1796\u17B6\u179B\u17CB \u1798\u17B7\u1793\u1798\u17C2\u1793\u17AF\u1780\u179F\u17B6\u179A\u178A\u17C2\u179B\u1798\u1780\u1796\u17B8\u1780\u17B6\u179A\u1792\u17D2\u179C\u17BE\u179F\u1798\u1780\u17B6\u179B\u1780\u1798\u17D2\u1798 \u17AC\u1780\u17B6\u179A\u1793\u17B6\u17C6\u1785\u17BC\u179B\u1783\u17D2\u179B\u17B6\u17C6\u1784\u17A1\u17BE\u1799\u17D4"},name:"\u1794\u17D2\u178F\u17BC\u179A\u1788\u17D2\u1798\u17C4\u17C7\u17AF\u1780\u179F\u17B6\u179A\u1797\u17D2\u1787\u17B6\u1794\u17CB\u178A\u17C2\u179B\u1780\u1798\u17D2\u1798\u179C\u17B7\u1792\u17B8\u1787\u17C6\u1793\u17BD\u1799\u1795\u17D2\u179F\u17C1\u1784\u1794\u17B6\u1793\u1794\u1784\u17D2\u1780\u17BE\u178F"},shouldRenameCollectedAttachments:{description:{part1:"\u1794\u17D2\u179A\u179F\u17B7\u1793\u1794\u17BE\u1794\u17BE\u1780 \u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u178A\u17C2\u179B\u1794\u17B6\u1793\u178A\u17C6\u178E\u17BE\u179A\u1780\u17B6\u179A\u178F\u17B6\u1798\u179A\u1799\u17C8",part2:"\u1794\u17D2\u179A\u1780\u17D0\u1794\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB",part3:"\u1796\u17B6\u1780\u17D2\u1799\u1794\u1789\u17D2\u1787\u17B6\u1793\u17B9\u1784\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1794\u17D2\u178F\u17BC\u179A\u1788\u17D2\u1798\u17C4\u17C7\u178F\u17B6\u1798",part4:"\u1780\u17B6\u179A\u1780\u17C6\u178E\u178F\u17CB\u17D4"},name:"\u178F\u17BE\u178F\u17D2\u179A\u17BC\u179C\u1794\u17D2\u178F\u17BC\u179A\u1788\u17D2\u1798\u17C4\u17C7\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u178A\u17C2\u179B\u1794\u17B6\u1793\u1794\u17D2\u179A\u1780\u17D0\u1794"},specialCharacters:{description:{part1:"\u178F\u17BD\u17A2\u1780\u17D2\u179F\u179A\u1796\u17B7\u179F\u17C1\u179F\u1780\u17D2\u1793\u17BB\u1784\u1788\u17D2\u1798\u17C4\u17C7\u1791\u17B9\u178F\u17C2\u1780 \u1793\u17B7\u1784\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u178A\u17C2\u179B\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1787\u17C6\u1793\u17BD\u179F \u17AC\u178A\u1780\u1785\u17C1\u1789\u17D4",part2:"\u1791\u17BB\u1780\u1791\u1791\u17C1\u178A\u17BE\u1798\u17D2\u1794\u17B8\u179A\u1780\u17D2\u179F\u17B6\u1791\u17BB\u1780\u178F\u17BD\u17A2\u1780\u17D2\u179F\u179A\u1796\u17B7\u179F\u17C1\u179F\u17D4"},name:"\u178F\u17BD\u17A2\u1780\u17D2\u179F\u179A\u1796\u17B7\u179F\u17C1\u179F"},specialCharactersReplacement:{description:{part1:"\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u1787\u17C6\u1793\u17BD\u179F\u179F\u1798\u17D2\u179A\u17B6\u1794\u17CB\u178F\u17BD\u17A2\u1780\u17D2\u179F\u179A\u1796\u17B7\u179F\u17C1\u179F\u1780\u17D2\u1793\u17BB\u1784\u1788\u17D2\u1798\u17C4\u17C7\u1791\u17B9\u178F\u17C2\u1780 \u1793\u17B7\u1784\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u17D4",part2:"\u1791\u17BB\u1780\u1791\u1791\u17C1\u178A\u17BE\u1798\u17D2\u1794\u17B8\u178A\u1780\u1785\u17C1\u1789\u178F\u17BD\u17A2\u1780\u17D2\u179F\u179A\u1796\u17B7\u179F\u17C1\u179F\u17D4"},name:"\u1780\u17B6\u179A\u1787\u17C6\u1793\u17BD\u179F\u178F\u17BD\u17A2\u1780\u17D2\u179F\u179A\u1796\u17B7\u179F\u17C1\u179F"},timeoutInSeconds:{description:{part1:"\u1796\u17C1\u179B\u179C\u17C1\u179B\u17B6\u17A2\u179F\u17CB\u179F\u1798\u17D2\u179A\u17B6\u1794\u17CB\u1794\u17D2\u179A\u178F\u17B7\u1794\u178F\u17D2\u178F\u17B7\u1780\u17B6\u179A\u1791\u17B6\u17C6\u1784\u17A2\u179F\u17CB (\u179C\u17B7\u1793\u17B6\u1791\u17B8)\u17D4",part2:"\u1794\u17D2\u179A\u179F\u17B7\u1793\u1794\u17BE",part3:"\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1780\u17C6\u178E\u178F\u17CB \u1796\u17C1\u179B\u179C\u17C1\u179B\u17B6\u17A2\u179F\u17CB\u1794\u17D2\u179A\u178F\u17B7\u1794\u178F\u17D2\u178F\u17B7\u1780\u17B6\u179A\u1794\u17D2\u179A\u178F\u17B7\u1794\u178F\u17D2\u178F\u17B7\u1780\u17B6\u179A\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1794\u17B7\u1791\u17D4"},name:"\u1796\u17C1\u179B\u179C\u17C1\u179B\u17B6\u17A2\u179F\u17CB (\u179C\u17B7\u1793\u17B6\u1791\u17B8)"},treatAsAttachmentExtensions:{description:{part1:"\u1796\u17B7\u1785\u17B6\u179A\u178E\u17B6\u17AF\u1780\u179F\u17B6\u179A\u178A\u17C2\u179B\u1798\u17B6\u1793\u1780\u17B6\u179A\u1796\u1793\u17D2\u1799\u17B6\u179A\u1796\u17C1\u179B\u1791\u17B6\u17C6\u1784\u1793\u17C1\u17C7\u1787\u17B6\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB\u17D4",part2:"\u178F\u17B6\u1798\u179B\u17C6\u1793\u17B6\u17C6\u178A\u17BE\u1798",part3:"\u1793\u17B7\u1784",part4:"\u17AF\u1780\u179F\u17B6\u179A\u178A\u17C2\u179B\u1797\u17D2\u1787\u17B6\u1794\u17CB\u1798\u17B7\u1793\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1796\u17B7\u1785\u17B6\u179A\u178E\u17B6\u1787\u17B6\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB \u1793\u17B7\u1784\u1798\u17B7\u1793\u178F\u17D2\u179A\u17BC\u179C\u1794\u17B6\u1793\u1795\u17D2\u179B\u17B6\u179F\u17CB\u1791\u17B8\u1787\u17B6\u1798\u17BD\u1799\u1780\u17B6\u179A\u1785\u17C6\u178E\u17B6\u17C6\u17D4",part5:"\u17A2\u17D2\u1793\u1780\u17A2\u17B6\u1785\u1794\u1793\u17D2\u1790\u17C2\u1798\u1780\u17B6\u179A\u1796\u1793\u17D2\u1799\u17B6\u179A\u1796\u17C1\u179B\u1795\u17D2\u1791\u17B6\u179B\u17CB\u1781\u17D2\u179B\u17BD\u1793 \u17A7\u1791\u17B6\u17A0\u179A\u178E\u17CD",part6:" \u178A\u17BE\u1798\u17D2\u1794\u17B8\u1794\u178A\u17B7\u179F\u17C1\u1792\u17A5\u179A\u17B7\u1799\u17B6\u1794\u1791\u1793\u17C1\u17C7\u17D4"},name:"\u1796\u17B7\u1785\u17B6\u179A\u178E\u17B6\u1787\u17B6\u1780\u17B6\u179A\u1796\u1793\u17D2\u1799\u17B6\u179A\u1796\u17C1\u179B\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB"}},promptWithPreviewModal:{fileNameTitle:"\u1794\u17D2\u178F\u17BC\u179A\u1788\u17D2\u1798\u17C4\u17C7\u17AF\u1780\u179F\u17B6\u179A\u1797\u17D2\u1787\u17B6\u1794\u17CB",folderTitle:"\u1787\u17D2\u179A\u17BE\u179F\u179A\u17BE\u179F\u1790\u178F\u17AF\u1780\u179F\u17B6\u179A\u1797\u17D2\u1787\u17B6\u1794\u17CB",previewModal:{title:"\u1794\u17D2\u179A\u17C1\u179C\u178A\u17B6\u1780\u17CB\u1798\u17BE\u179B\u17AF\u1780\u179F\u17B6\u179A\u1785\u17C6\u178E\u17B6\u1794\u17CB '{{fullFileName}}'"},title:"\u1795\u17D2\u178F\u179B\u17CB\u178F\u1798\u17D2\u179B\u17C3\u179F\u1798\u17D2\u179A\u17B6\u1794\u17CB\u179F\u1789\u17D2\u1789\u17B6\u179F\u1798\u17D2\u1782\u17B6\u179B\u17CB\u1787\u17C6\u179A\u17BB\u1789"},regularExpression:"/\u1780\u1793\u17D2\u179F\u17C4\u1798\u1792\u1798\u17D2\u1798\u178F\u17B6/"};var TN={attachmentCollector:{confirm:{part1:"\uD3F4\uB354\uC758 \uBAA8\uB4E0 \uB178\uD2B8\uC5D0 \uB300\uD574 \uCCA8\uBD80 \uD30C\uC77C\uC744 \uC7AC\uADC0\uC801\uC73C\uB85C \uC218\uC9D1\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",part2:"\uC774 \uC791\uC5C5\uC740 \uB418\uB3CC\uB9B4 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4."},progressBar:{message:"\uCCA8\uBD80 \uD30C\uC77C \uC218\uC9D1 \uC911 {{iterationString}} - '{{noteFilePath}}'.",title:"\uCCA8\uBD80 \uD30C\uC77C \uC218\uC9D1 \uC911..."}},buttons:{copy:"\uBCF5\uC0AC",move:"\uC774\uB3D9",previewAttachmentFile:"\uCCA8\uBD80 \uD30C\uC77C \uBBF8\uB9AC\uBCF4\uAE30",skip:"\uAC74\uB108\uB6F0\uAE30"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"\uCCA8\uBD80 \uD30C\uC77C",part2:"\uC774 \uC5EC\uB7EC \uB178\uD2B8\uC5D0\uC11C \uCC38\uC870\uB418\uACE0 \uC788\uC2B5\uB2C8\uB2E4."},heading:"\uC5EC\uB7EC \uB178\uD2B8\uC5D0\uC11C \uC0AC\uC6A9\uB418\uB294 \uCCA8\uBD80 \uD30C\uC77C \uC218\uC9D1",shouldUseSameActionForOtherProblematicAttachmentsToggle:"\uB2E4\uB978 \uBB38\uC81C\uAC00 \uC788\uB294 \uCCA8\uBD80 \uD30C\uC77C\uC5D0 \uB300\uD574\uC11C\uB3C4 \uAC19\uC740 \uB3D9\uC791\uC744 \uC0AC\uC6A9\uD574\uC57C \uD569\uB2C8\uB2E4"},commands:{collectAttachmentsCurrentFolder:"\uD604\uC7AC \uD3F4\uB354\uC758 \uCCA8\uBD80 \uD30C\uC77C \uC218\uC9D1",collectAttachmentsCurrentNote:"\uD604\uC7AC \uB178\uD2B8\uC758 \uCCA8\uBD80 \uD30C\uC77C \uC218\uC9D1",collectAttachmentsEntireVault:"\uC804\uCCB4 \uBCFC\uD2B8\uC758 \uCCA8\uBD80 \uD30C\uC77C \uC218\uC9D1"},menuItems:{collectAttachmentsInFile:"\uD30C\uC77C\uC5D0\uC11C \uCCA8\uBD80 \uD30C\uC77C \uC218\uC9D1",collectAttachmentsInFiles:"\uC5EC\uB7EC \uD30C\uC77C\uC5D0\uC11C \uCCA8\uBD80 \uD30C\uC77C \uC218\uC9D1"},notice:{collectingAttachments:"'{{noteFilePath}}'\uC758 \uCCA8\uBD80 \uD30C\uC77C \uC218\uC9D1 \uC911",collectingAttachmentsCancelled:"\uCCA8\uBD80 \uD30C\uC77C \uC218\uC9D1\uC774 \uCDE8\uC18C\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uCF58\uC194\uC744 \uD655\uC778\uD558\uC138\uC694.",generatedAttachmentFileNameIsInvalid:{part1:`\uC0DD\uC131\uB41C \uCCA8\uBD80 \uD30C\uC77C \uC774\uB984 '{{path}}'\uC774(\uAC00) \uC720\uD6A8\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
|
|
{{validationMessage}}
|
|
\uC124\uC815\uC744`,part2:"\uD655\uC778\uD558\uC138\uC694."},notePathIsIgnored:"\uB178\uD2B8 \uACBD\uB85C\uAC00 \uBB34\uC2DC\uB429\uB2C8\uB2E4"},obsidianDevUtils:{buttons:{cancel:"\uCDE8\uC18C",ok:"\uD655\uC778"},dataview:{itemsPerPage:"\uD398\uC774\uC9C0\uB2F9 \uD56D\uBAA9 \uC218:",jumpToPage:"\uD398\uC774\uC9C0\uB85C \uC774\uB3D9:"},notices:{attachmentIsStillUsed:"\uCCA8\uBD80 \uD30C\uC77C {{attachmentPath}}\uC774(\uAC00) \uB2E4\uB978 \uB178\uD2B8\uC5D0\uC11C \uC5EC\uC804\uD788 \uC0AC\uC6A9\uB418\uACE0 \uC788\uC2B5\uB2C8\uB2E4. \uC0AD\uC81C\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",unhandledError:"\uCC98\uB9AC\uB418\uC9C0 \uC54A\uC740 \uC624\uB958\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4. \uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uCF58\uC194\uC744 \uD655\uC778\uD558\uC138\uC694."}},pluginSettings:{attachmentRenameMode:{all:{description:"\uBAA8\uB4E0 \uD30C\uC77C\uC758 \uC774\uB984\uC774 \uBCC0\uACBD\uB429\uB2C8\uB2E4.",displayText:"\uBAA8\uB450"},none:{description:"\uC774\uB984\uC774 \uBCF4\uC874\uB429\uB2C8\uB2E4.",displayText:"\uC5C6\uC74C"},onlyPastedImages:{description:"\uBD99\uC5EC\uB123\uC740 \uC774\uBBF8\uC9C0\uB9CC \uC774\uB984\uC774 \uBCC0\uACBD\uB429\uB2C8\uB2E4. PNG \uC774\uBBF8\uC9C0 \uB0B4\uC6A9\uC774 \uD074\uB9BD\uBCF4\uB4DC\uC5D0\uC11C \uC9C1\uC811 \uBD99\uC5EC\uB123\uC5B4\uC9C8 \uB54C\uB9CC \uC801\uC6A9\uB429\uB2C8\uB2E4. \uC77C\uBC18\uC801\uC73C\uB85C \uC2A4\uD06C\uB9B0\uC0F7 \uBD99\uC5EC\uB123\uAE30\uC5D0 \uC0AC\uC6A9\uB429\uB2C8\uB2E4.",displayText:"\uBD99\uC5EC\uB123\uC740 \uC774\uBBF8\uC9C0\uB9CC"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"\uCCA8\uBD80 \uD30C\uC77C \uC218\uC9D1\uC744 \uCDE8\uC18C\uD569\uB2C8\uB2E4.",displayText:"\uCDE8\uC18C"},copy:{description:"\uCCA8\uBD80 \uD30C\uC77C\uC744 \uC0C8 \uC704\uCE58\uC5D0 \uBCF5\uC0AC\uD569\uB2C8\uB2E4.",displayText:"\uBCF5\uC0AC"},move:{description:"\uCCA8\uBD80 \uD30C\uC77C\uC744 \uC0C8 \uC704\uCE58\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",displayText:"\uC774\uB3D9"},prompt:{description:"\uC0AC\uC6A9\uC790\uC5D0\uAC8C \uB3D9\uC791\uC744 \uC120\uD0DD\uD558\uB3C4\uB85D \uC694\uCCAD\uD569\uB2C8\uB2E4.",displayText:"\uC694\uCCAD"},skip:{description:"\uCCA8\uBD80 \uD30C\uC77C\uC744 \uAC74\uB108\uB6F0\uACE0 \uB2E4\uC74C\uC73C\uB85C \uC9C4\uD589\uD569\uB2C8\uB2E4.",displayText:"\uAC74\uB108\uB6F0\uAE30"}},defaultImageSizeDimension:{height:"\uB192\uC774",width:"\uB108\uBE44"},emptyFolderBehavior:{delete:{description:"\uBE48 \uCCA8\uBD80 \uD30C\uC77C \uD3F4\uB354\uB97C \uC0AD\uC81C\uD569\uB2C8\uB2E4.",displayText:"\uC0AD\uC81C"},deleteWithEmptyParents:{description:"\uBE48 \uCCA8\uBD80 \uD30C\uC77C \uD3F4\uB354\uC640 \uBE48 \uC0C1\uC704 \uD3F4\uB354\uB4E4\uC744 \uC0AD\uC81C\uD569\uB2C8\uB2E4.",displayText:"\uBE48 \uC0C1\uC704 \uD3F4\uB354\uC640 \uD568\uAED8 \uC0AD\uC81C"},keep:{description:"\uBE48 \uCCA8\uBD80 \uD30C\uC77C \uD3F4\uB354\uB97C \uC720\uC9C0\uD569\uB2C8\uB2E4.",displayText:"\uC720\uC9C0"}}},pluginSettingsManager:{customToken:{codeComment:`// \uC0AC\uC6A9\uC790 \uC815\uC758 \uD1A0\uD070\uC740 \uD50C\uB7EC\uADF8\uC778 \uBC84\uC804 9.0.0\uC5D0\uC11C \uB3C4\uC785\uB41C \uC0C8 \uD615\uC2DD\uC73C\uB85C \uC5C5\uB370\uC774\uD2B8\uD574\uC57C \uD558\uBBC0\uB85C \uC8FC\uC11D \uCC98\uB9AC\uB418\uC5C8\uC2B5\uB2C8\uB2E4.
|
|
// \uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uBB38\uC11C(https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens)\uB97C \uCC38\uC870\uD558\uC138\uC694.`,deprecated:{part1:"\uD50C\uB7EC\uADF8\uC778 \uBC84\uC804 9.0.0\uC5D0\uC11C \uC0AC\uC6A9\uC790 \uC815\uC758 \uD1A0\uD070 \uB4F1\uB85D \uD615\uC2DD\uC774 \uBCC0\uACBD\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uD1A0\uD070\uC744 \uC801\uC808\uD788 \uC5C5\uB370\uC774\uD2B8\uD558\uC138\uC694. \uC790\uC138\uD55C \uB0B4\uC6A9\uC740",part2:"\uBB38\uC11C",part3:"\uB97C \uCC38\uC870\uD558\uC138\uC694"}},legacyRenameAttachmentsToLowerCase:{part1:"\uD50C\uB7EC\uADF8\uC778 \uBC84\uC804 9.0.0\uC5D0\uC11C",part2:"\uC124\uC815\uC774 \uB354 \uC774\uC0C1 \uC0AC\uC6A9\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4. \uB300\uC2E0",part3:"\uD615\uC2DD\uC744 \uC0AC\uC6A9\uD558\uC138\uC694. \uC790\uC138\uD55C \uB0B4\uC6A9\uC740",part4:"\uBB38\uC11C",part5:"\uB97C \uCC38\uC870\uD558\uC138\uC694"},markdownUrlFormat:{deprecated:{part1:"\uB2E4\uC74C \uD615\uC2DD\uC5D0 \uB300\uD574 \uC798\uBABB\uB41C \uAC12\uC774 \uC124\uC815\uB418\uC5C8\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4",part2:". \uC790\uC138\uD55C \uB0B4\uC6A9\uC740",part3:"\uBB38\uC11C",part4:"\uB97C \uCC38\uC870\uD558\uC138\uC694",part5:"\uC774 \uBA54\uC2DC\uC9C0\uB294 \uB2E4\uC2DC \uD45C\uC2DC\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4."}},specialCharacters:{part1:"\uD50C\uB7EC\uADF8\uC778 \uBC84\uC804 9.16.0\uC5D0\uC11C",part2:"\uAE30\uBCF8 \uC124\uC815 \uAC12\uC774 \uBCC0\uACBD\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC124\uC815 \uAC12\uC774 \uC0C8\uB85C\uC6B4 \uAE30\uBCF8 \uAC12\uC73C\uB85C \uC5C5\uB370\uC774\uD2B8\uB418\uC5C8\uC2B5\uB2C8\uB2E4."},validation:{defaultImageSizeMustBePercentageOrPixels:"\uAE30\uBCF8 \uC774\uBBF8\uC9C0 \uD06C\uAE30\uB294 \uD53D\uC140 \uB610\uB294 \uBC31\uBD84\uC728\uC774\uC5B4\uC57C \uD569\uB2C8\uB2E4",invalidCustomTokensCode:"\uC720\uD6A8\uD558\uC9C0 \uC54A\uC740 \uC0AC\uC6A9\uC790 \uC815\uC758 \uD1A0\uD070 \uCF54\uB4DC",invalidRegularExpression:"\uC720\uD6A8\uD558\uC9C0 \uC54A\uC740 \uC815\uADDC\uC2DD {{regExp}}",specialCharactersMustNotContainSlash:"\uD2B9\uC218 \uBB38\uC790\uC5D0\uB294 /\uAC00 \uD3EC\uD568\uB418\uC5B4\uC11C\uB294 \uC548 \uB429\uB2C8\uB2E4",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"\uD2B9\uC218 \uBB38\uC790 \uB300\uCCB4\uC5D0\uB294 \uC720\uD6A8\uD558\uC9C0 \uC54A\uC740 \uD30C\uC77C \uC774\uB984 \uACBD\uB85C \uBB38\uC790\uAC00 \uD3EC\uD568\uB418\uC5B4\uC11C\uB294 \uC548 \uB429\uB2C8\uB2E4."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"\uD30C\uC77C\uC744 \uCCA8\uBD80\uD560 \uB54C:"},name:"\uCCA8\uBD80 \uD30C\uC77C \uC774\uB984 \uBCC0\uACBD \uBAA8\uB4DC"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"\uC218\uC9D1\uB41C \uCCA8\uBD80 \uD30C\uC77C\uC774 \uC5EC\uB7EC \uB178\uD2B8\uC5D0\uC11C \uC0AC\uC6A9\uB420 \uB54C:"},name:"\uC5EC\uB7EC \uB178\uD2B8\uC5D0\uC11C \uC0AC\uC6A9\uB418\uB294 \uCCA8\uBD80 \uD30C\uC77C \uC218\uC9D1 \uBAA8\uB4DC"},collectedAttachmentFileName:{description:{part1:"\uC0AC\uC6A9 \uAC00\uB2A5\uD55C",part2:"\uD1A0\uD070\uC744 \uCC38\uC870\uD558\uC138\uC694"},name:"\uC218\uC9D1\uB41C \uCCA8\uBD80 \uD30C\uC77C \uC774\uB984"},customTokens:{description:{part1:"\uC0AC\uC6A9\uD560 \uC0AC\uC6A9\uC790 \uC815\uC758 \uD1A0\uD070\uC785\uB2C8\uB2E4.",part2:"\uC790\uC138\uD55C \uB0B4\uC6A9\uC740",part3:"\uBB38\uC11C",part4:"\uB97C \uCC38\uC870\uD558\uC138\uC694.",part5:"\u26A0\uFE0F \uC0AC\uC6A9\uC790 \uC815\uC758 \uD1A0\uD070\uC740 \uC784\uC758\uC758 JavaScript \uCF54\uB4DC\uC77C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC798\uBABB \uC791\uC131\uB418\uBA74 \uB370\uC774\uD130 \uC190\uC2E4\uC744 \uC77C\uC73C\uD0AC \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uBCF8\uC778 \uCC45\uC784\uD558\uC5D0 \uC0AC\uC6A9\uD558\uC138\uC694."},name:"\uC0AC\uC6A9\uC790 \uC815\uC758 \uD1A0\uD070"},defaultImageSize:{description:{part1:"\uAE30\uBCF8 \uC774\uBBF8\uC9C0 \uD06C\uAE30\uC785\uB2C8\uB2E4.",part2:"\uD53D\uC140\uB85C \uC9C0\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4",part3:"\uB610\uB294 \uC804\uCCB4 \uC774\uBBF8\uC9C0 \uD06C\uAE30\uC758 \uBC31\uBD84\uC728\uB85C \uC9C0\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4",part4:"\uC6D0\uBCF8 \uC774\uBBF8\uC9C0 \uD06C\uAE30\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 \uBE44\uC6CC\uB450\uC138\uC694."},name:"\uAE30\uBCF8 \uC774\uBBF8\uC9C0 \uD06C\uAE30"},duplicateNameSeparator:{description:{part1:"\uAE30\uC874 \uD30C\uC77C\uACFC \uAC19\uC740 \uC774\uB984\uC758 \uD30C\uC77C\uC744 \uBD99\uC5EC\uB123\uAE30/\uB4DC\uB798\uADF8\uD560 \uB54C \uC774 \uAD6C\uBD84\uC790\uAC00 \uD30C\uC77C \uC774\uB984\uC5D0 \uCD94\uAC00\uB429\uB2C8\uB2E4.",part2:"\uC608\uB97C \uB4E4\uC5B4, \uD30C\uC77C\uC744 \uB4DC\uB798\uADF8\uD560 \uB54C",part3:", \uC774\uB984\uC774",part4:"\uB4F1\uC73C\uB85C \uBCC0\uACBD\uB418\uC5B4 \uC0AC\uC6A9 \uAC00\uB2A5\uD55C \uCCAB \uBC88\uC9F8 \uC774\uB984\uC744 \uC5BB\uC2B5\uB2C8\uB2E4."},name:"\uC911\uBCF5 \uC774\uB984 \uAD6C\uBD84\uC790"},emptyFolderBehavior:{description:{part1:"\uCCA8\uBD80 \uD30C\uC77C \uD3F4\uB354\uAC00 \uBE44\uAC8C \uB420 \uB54C:"},name:"\uBE48 \uCCA8\uBD80 \uD30C\uC77C \uD3F4\uB354 \uB3D9\uC791"},excludePaths:{description:{part1:"\uB2E4\uC74C \uACBD\uB85C\uC5D0\uC11C \uB178\uD2B8\uB97C \uC81C\uC678\uD569\uB2C8\uB2E4.",part2:"\uAC01 \uACBD\uB85C\uB97C \uC0C8 \uC904\uC5D0 \uC785\uB825\uD558\uC138\uC694.",part3:"\uACBD\uB85C \uBB38\uC790\uC5F4 \uB610\uB294",part4:"\uC744(\uB97C) \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC124\uC815\uC774 \uBE44\uC5B4 \uC788\uC73C\uBA74 \uB178\uD2B8\uAC00 \uC81C\uC678\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4."},name:"\uC81C\uC678 \uACBD\uB85C"},excludePathsFromAttachmentCollecting:{description:{part1:"\uB2E4\uC74C \uACBD\uB85C\uC5D0\uC11C \uCCA8\uBD80 \uD30C\uC77C\uC744 \uC81C\uC678\uD569\uB2C8\uB2E4",part2:"\uCCA8\uBD80 \uD30C\uC77C \uC218\uC9D1",part3:"\uBA85\uB839\uC774 \uC2E4\uD589\uB420 \uB54C.",part4:"\uAC01 \uACBD\uB85C\uB97C \uC0C8 \uC904\uC5D0 \uC785\uB825\uD558\uC138\uC694.",part5:"\uACBD\uB85C \uBB38\uC790\uC5F4 \uB610\uB294",part6:"\uC744(\uB97C) \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC124\uC815\uC774 \uBE44\uC5B4 \uC788\uC73C\uBA74 \uCCA8\uBD80 \uD30C\uC77C \uC218\uC9D1\uC5D0\uC11C \uACBD\uB85C\uAC00 \uC81C\uC678\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4."},name:"\uCCA8\uBD80 \uD30C\uC77C \uC218\uC9D1\uC5D0\uC11C \uC81C\uC678\uD560 \uACBD\uB85C"},generatedAttachmentFileName:{description:{part1:"\uC0AC\uC6A9 \uAC00\uB2A5\uD55C",part2:"\uD1A0\uD070\uC744 \uCC38\uC870\uD558\uC138\uC694"},name:"\uC0DD\uC131\uB41C \uCCA8\uBD80 \uD30C\uC77C \uC774\uB984"},includePaths:{description:{part1:"\uB2E4\uC74C \uACBD\uB85C\uC5D0\uC11C \uB178\uD2B8\uB97C \uD3EC\uD568\uD569\uB2C8\uB2E4.",part2:"\uAC01 \uACBD\uB85C\uB97C \uC0C8 \uC904\uC5D0 \uC785\uB825\uD558\uC138\uC694.",part3:"\uACBD\uB85C \uBB38\uC790\uC5F4 \uB610\uB294",part4:"\uC744(\uB97C) \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC124\uC815\uC774 \uBE44\uC5B4 \uC788\uC73C\uBA74 \uBAA8\uB4E0 \uB178\uD2B8\uAC00 \uD3EC\uD568\uB429\uB2C8\uB2E4."},name:"\uD3EC\uD568 \uACBD\uB85C"},jpegQuality:{description:"\uD488\uC9C8\uC774 \uB0AE\uC744\uC218\uB85D \uC555\uCD95\uB960\uC774 \uB192\uC544\uC9D1\uB2C8\uB2E4.",name:"JPEG \uD488\uC9C8"},locationForNewAttachments:{description:{part1:"\uC0C1\uB300 \uACBD\uB85C\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74",part2:"\uB85C \uC2DC\uC791\uD558\uC138\uC694.",part3:"\uC0AC\uC6A9 \uAC00\uB2A5\uD55C",part4:"\uD1A0\uD070\uC744 \uCC38\uC870\uD558\uC138\uC694",part5:"\uC810 \uD3F4\uB354(\uC608:",part6:")\uB294 \uAD8C\uC7A5\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4. Obsidian\uC774 \uCD94\uC801\uD558\uC9C0 \uC54A\uAE30 \uB54C\uBB38\uC785\uB2C8\uB2E4. \uAD00\uB9AC\uD558\uB824\uBA74",part7:"\uD50C\uB7EC\uADF8\uC778\uC774 \uD544\uC694\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4."},name:"\uC0C8 \uCCA8\uBD80 \uD30C\uC77C \uC704\uCE58"},markdownUrlFormat:{description:{part1:"Markdown\uC5D0 \uC0BD\uC785\uB420 URL\uC758 \uD615\uC2DD\uC785\uB2C8\uB2E4.",part2:"\uC0AC\uC6A9 \uAC00\uB2A5\uD55C",part3:"\uD1A0\uD070\uC744 \uCC38\uC870\uD558\uC138\uC694",part4:"\uAE30\uBCF8 \uD615\uC2DD\uC744 \uC0AC\uC6A9\uD558\uB824\uBA74 \uBE44\uC6CC\uB450\uC138\uC694."},name:"Markdown URL \uD615\uC2DD"},renameAttachmentsToLowerCase:"\uCCA8\uBD80 \uD30C\uC77C\uC744 \uC18C\uBB38\uC790\uB85C \uC774\uB984 \uBCC0\uACBD",renamedAttachmentFileName:{description:{part1:"\uC0AC\uC6A9 \uAC00\uB2A5\uD55C",part2:"\uD1A0\uD070\uC744 \uCC38\uC870\uD558\uC138\uC694"},name:"\uC774\uB984\uC774 \uBCC0\uACBD\uB41C \uCCA8\uBD80 \uD30C\uC77C \uC774\uB984"},resetToSampleCustomTokens:{message:"\uC0AC\uC6A9\uC790 \uC815\uC758 \uD1A0\uD070\uC744 \uC0D8\uD50C \uC0AC\uC6A9\uC790 \uC815\uC758 \uD1A0\uD070\uC73C\uB85C \uC7AC\uC124\uC815\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C? \uBCC0\uACBD\uC0AC\uD56D\uC774 \uC190\uC2E4\uB429\uB2C8\uB2E4.",title:"\uC0D8\uD50C \uC0AC\uC6A9\uC790 \uC815\uC758 \uD1A0\uD070\uC73C\uB85C \uC7AC\uC124\uC815"},shouldConvertPastedImagesToJpeg:{description:"\uBD99\uC5EC\uB123\uC740 \uC774\uBBF8\uC9C0\uB97C JPEG\uB85C \uBCC0\uD658\uD560\uC9C0 \uC5EC\uBD80\uC785\uB2C8\uB2E4. PNG \uC774\uBBF8\uC9C0 \uB0B4\uC6A9\uC774 \uD074\uB9BD\uBCF4\uB4DC\uC5D0\uC11C \uC9C1\uC811 \uBD99\uC5EC\uB123\uC5B4\uC9C8 \uB54C\uB9CC \uC801\uC6A9\uB429\uB2C8\uB2E4. \uC77C\uBC18\uC801\uC73C\uB85C \uC2A4\uD06C\uB9B0\uC0F7 \uBD99\uC5EC\uB123\uAE30\uC5D0 \uC0AC\uC6A9\uB429\uB2C8\uB2E4.",name:"\uBD99\uC5EC\uB123\uC740 \uC774\uBBF8\uC9C0\uB97C JPEG\uB85C \uBCC0\uD658"},shouldDeleteOrphanAttachments:{description:"\uD65C\uC131\uD654\uD558\uBA74 \uB178\uD2B8\uAC00 \uC0AD\uC81C\uB420 \uB54C \uACE0\uC544 \uCCA8\uBD80 \uD30C\uC77C\uB3C4 \uD568\uAED8 \uC0AD\uC81C\uB429\uB2C8\uB2E4.",name:"\uACE0\uC544 \uCCA8\uBD80 \uD30C\uC77C \uC0AD\uC81C"},shouldRenameAttachmentFiles:{description:{part1:"\uD65C\uC131\uD654\uD558\uBA74 \uB178\uD2B8\uC758 \uC774\uB984\uC774 \uBCC0\uACBD\uB418\uAC70\uB098 \uC774\uB3D9\uB420 \uB54C \uCCA8\uBD80 \uD30C\uC77C\uC774",part2:"\uC124\uC815\uC5D0 \uB530\uB77C \uC774\uB984\uC774 \uBCC0\uACBD\uB429\uB2C8\uB2E4."},name:"\uCCA8\uBD80 \uD30C\uC77C \uC774\uB984 \uBCC0\uACBD"},shouldRenameAttachmentFolders:{description:"\uB178\uD2B8\uC758 \uC774\uB984\uC774 \uBCC0\uACBD\uB418\uAC70\uB098 \uC774\uB3D9\uB420 \uB54C \uCCA8\uBD80 \uD30C\uC77C \uD3F4\uB354\uC758 \uC774\uB984\uC744 \uBCC0\uACBD\uD560\uC9C0 \uC5EC\uBD80\uC785\uB2C8\uB2E4.",name:"\uCCA8\uBD80 \uD30C\uC77C \uD3F4\uB354 \uC774\uB984 \uBCC0\uACBD"},shouldRenameAttachmentsCreatedByOtherPlugins:{description:{part1:"\uB2E4\uB978 \uD50C\uB7EC\uADF8\uC778\uC774 \uB9CC\uB4E0 \uCCA8\uBD80 \uD30C\uC77C\uC5D0\uB3C4 \uCCA8\uBD80 \uD3F4\uB354 \uBC0F \uD30C\uC77C \uC774\uB984 \uC124\uC815\uC744 \uC801\uC6A9\uD560\uC9C0 \uC5EC\uBD80\uC785\uB2C8\uB2E4.",part2:"\uC77C\uBD80 \uD50C\uB7EC\uADF8\uC778\uC740 \uCCA8\uBD80 \uD30C\uC77C\uC774 \uC5B4\uB514\uC5D0 \uC18D\uD558\uB294\uC9C0 Obsidian\uC5D0 \uBB3B\uC9C0 \uC54A\uACE0 \uC790\uCCB4 \uC774\uB984\uC73C\uB85C \uBCF4\uAD00\uD568\uC5D0 \uBC14\uB85C \uC501\uB2C8\uB2E4. \uC774 \uC635\uC158\uC744 \uCF1C\uBA74 \uADF8\uB7F0 \uD30C\uC77C\uC740 \uB098\uD0C0\uB098\uB294 \uC989\uC2DC \uC774\uB3D9\uB418\uACE0 \uC774\uB984\uC774 \uBCC0\uACBD\uB429\uB2C8\uB2E4.",part3:"\uB178\uD2B8\uAC00 \uC5F4\uB824 \uC788\uB294 \uB3D9\uC548 \uB9CC\uB4E4\uC5B4\uC9C4 \uD30C\uC77C\uB9CC \uCC98\uB9AC\uB418\uBA70, \uB3D9\uAE30\uD654\uB098 \uBCF4\uAD00\uD568 \uAC00\uC838\uC624\uAE30\uB85C \uB4E4\uC5B4\uC628 \uD30C\uC77C\uC740 \uAC74\uB4DC\uB9AC\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4."},name:"\uB2E4\uB978 \uD50C\uB7EC\uADF8\uC778\uC774 \uB9CC\uB4E0 \uCCA8\uBD80 \uD30C\uC77C \uC774\uB984 \uBCC0\uACBD"},shouldRenameCollectedAttachments:{description:{part1:"\uD65C\uC131\uD654\uD558\uBA74",part2:"\uCCA8\uBD80 \uD30C\uC77C \uC218\uC9D1",part3:"\uBA85\uB839\uC744 \uD1B5\uD574 \uCC98\uB9AC\uB41C \uCCA8\uBD80 \uD30C\uC77C\uC774",part4:"\uC124\uC815\uC5D0 \uB530\uB77C \uC774\uB984\uC774 \uBCC0\uACBD\uB429\uB2C8\uB2E4."},name:"\uC218\uC9D1\uB41C \uCCA8\uBD80 \uD30C\uC77C \uC774\uB984 \uBCC0\uACBD"},specialCharacters:{description:{part1:"\uCCA8\uBD80 \uD30C\uC77C \uD3F4\uB354 \uBC0F \uD30C\uC77C \uC774\uB984\uC5D0\uC11C \uAD50\uCCB4\uD558\uAC70\uB098 \uC81C\uAC70\uD560 \uD2B9\uC218 \uBB38\uC790\uC785\uB2C8\uB2E4.",part2:"\uD2B9\uC218 \uBB38\uC790\uB97C \uBCF4\uC874\uD558\uB824\uBA74 \uBE44\uC6CC\uB450\uC138\uC694."},name:"\uD2B9\uC218 \uBB38\uC790"},specialCharactersReplacement:{description:{part1:"\uCCA8\uBD80 \uD30C\uC77C \uD3F4\uB354 \uBC0F \uD30C\uC77C \uC774\uB984\uC758 \uD2B9\uC218 \uBB38\uC790\uC5D0 \uB300\uD55C \uAD50\uCCB4 \uBB38\uC790\uC5F4\uC785\uB2C8\uB2E4.",part2:"\uD2B9\uC218 \uBB38\uC790\uB97C \uC81C\uAC70\uD558\uB824\uBA74 \uBE44\uC6CC\uB450\uC138\uC694."},name:"\uD2B9\uC218 \uBB38\uC790 \uAD50\uCCB4"},timeoutInSeconds:{description:{part1:"\uBAA8\uB4E0 \uC791\uC5C5\uC5D0 \uB300\uD55C \uD0C0\uC784\uC544\uC6C3(\uCD08)\uC785\uB2C8\uB2E4.",part2:"\uB9CC\uC57D",part3:"\uC774(\uAC00) \uC124\uC815\uB418\uBA74 \uC791\uC5C5 \uC2E4\uD589 \uD0C0\uC784\uC544\uC6C3\uC774 \uBE44\uD65C\uC131\uD654\uB429\uB2C8\uB2E4."},name:"\uC2DC\uAC04 \uCD08\uACFC(\uCD08)"},treatAsAttachmentExtensions:{description:{part1:"\uC774\uB7EC\uD55C \uD655\uC7A5\uC790\uB97C \uAC00\uC9C4 \uD30C\uC77C\uC744 \uCCA8\uBD80 \uD30C\uC77C\uB85C \uCC98\uB9AC\uD569\uB2C8\uB2E4.",part2:"\uAE30\uBCF8\uC801\uC73C\uB85C",part3:"\uBC0F",part4:"\uB9C1\uD06C\uB41C \uD30C\uC77C\uC740 \uCCA8\uBD80 \uD30C\uC77C\uB85C \uCC98\uB9AC\uB418\uC9C0 \uC54A\uC73C\uBA70 \uB178\uD2B8\uC640 \uD568\uAED8 \uC774\uB3D9\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",part5:"\uC774 \uB3D9\uC791\uC744 \uC7AC\uC815\uC758\uD558\uB824\uBA74 \uC0AC\uC6A9\uC790 \uC815\uC758 \uD655\uC7A5\uC790(\uC608:",part6:")\uB97C \uCD94\uAC00\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4."},name:"\uCCA8\uBD80 \uD30C\uC77C \uD655\uC7A5\uC790\uB85C \uCC98\uB9AC"}},promptWithPreviewModal:{fileNameTitle:"\uCCA8\uBD80 \uD30C\uC77C \uC774\uB984 \uBCC0\uACBD",folderTitle:"\uCCA8\uBD80 \uD3F4\uB354 \uC120\uD0DD",previewModal:{title:"\uCCA8\uBD80 \uD30C\uC77C \uBBF8\uB9AC\uBCF4\uAE30 '{{fullFileName}}'"},title:"\uD504\uB86C\uD504\uD2B8 \uD1A0\uD070\uC5D0 \uB300\uD55C \uAC12\uC744 \uC81C\uACF5\uD558\uC138\uC694"},regularExpression:"/\uC815\uADDC\uC2DD/"};var IN={attachmentCollector:{confirm:{part1:"Vai v\u0113laties rekurs\u012Bvi sav\u0101kt pielikumus vis\u0101m piez\u012Bm\u0113m map\u0113s?",part2:"\u0160o darb\u012Bbu nevar atsaukt."},progressBar:{message:"Apkopoju pielikumus {{iterationString}} - '{{noteFilePath}}'.",title:"Apkopoju pielikumus..."}},buttons:{copy:"Kop\u0113t",move:"P\u0101rvietot",previewAttachmentFile:"Pielikuma faila priek\u0161skat\u012Bjums",skip:"Izlaist"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"Pielikums",part2:"tiek atsauc\u0113ts no vair\u0101k\u0101m piezim\u0113m."},heading:"Apkopoju pielikumu, kuru lieto vair\u0101kas piezimes",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Izmantot to pa\u0161u darb\u012Bbu citiem probl\u0113matiskajiem pielikumiem"},commands:{collectAttachmentsCurrentFolder:"Apkopot pielikumus p\u0161reiz\u0113j\u0101 mapp\u0113",collectAttachmentsCurrentNote:"Apkopot pielikumus p\u0161reiz\u0113j\u0101 piezim\u0113",collectAttachmentsEntireVault:"Apkopot pielikumus vis\u0101 glabatav\u0101"},menuItems:{collectAttachmentsInFile:"Sav\u0101kt pielikumus fail\u0101",collectAttachmentsInFiles:"Sav\u0101kt pielikumus failos"},notice:{collectingAttachments:"Apkopoju pielikumus priek\u0161 '{{noteFilePath}}'",collectingAttachmentsCancelled:"Pielikumu apkopo\u0161ana atcelta. Skatiet konsoli detal\u0101m.",generatedAttachmentFileNameIsInvalid:{part1:`\u0122ener\u0113tais pielikuma faila nosaukums '{{path}}' nav der\u012Bgs.
|
|
{{validationMessage}}
|
|
P\u0101rbaudiet savu`,part2:"iestat\u012Bjumu."},notePathIsIgnored:"Piezimes ce\u013C\u0161 tiek ignor\u0113ts"},obsidianDevUtils:{buttons:{cancel:"Atcelt",ok:"Labi"},dataview:{itemsPerPage:"Vienumi lap\u0101:",jumpToPage:"P\u0101riet uz lapu:"},notices:{attachmentIsStillUsed:"Pielikums {{attachmentPath}} joproj\u0101m tiek izmantots cit\u0101s piezim\u0113s. Tas netiks dz\u0113sts.",unhandledError:"Rad\u0101s neapstr\u0101d\u0101ta k\u013C\u016Bda. L\u016Bdzu, p\u0101rbaudiet konsoli, lai ieg\u016Btu vair\u0101k inform\u0101cijas."}},pluginSettings:{attachmentRenameMode:{all:{description:"visi faili tiek p\u0101rd\u0113v\u0113ti.",displayText:"Visi"},none:{description:"to nosaukumi tiek saglab\u0101ti.",displayText:"Neviens"},onlyPastedImages:{description:"tikai iel\u012Bm\u0113t\u0101s att\u0113li tiek p\u0101rd\u0113v\u0113ti. Attiecas tikai tad, kad PNG att\u0113la saturs tiek iel\u012Bm\u0113ts tie\u0161i no starpliktuvnes. Parasti ekr\u0101nuz\u0146\u0113mumu iel\u012Bm\u0113\u0161anai.",displayText:"Tikai iel\u012Bm\u0113tie att\u0113li"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"atcelt pielikumu apkopo\u0161anu.",displayText:"Atcelt"},copy:{description:"kop\u0113t pielikumu uz jauno atra\u0161an\u0101s vietu.",displayText:"Kop\u0113t"},move:{description:"p\u0101rvietot pielikumu uz jauno atra\u0161an\u0101s vietu.",displayText:"P\u0101rvietot"},prompt:{description:"pras\u012Bt lietot\u0101jam izv\u0113l\u0113ties darb\u012Bbu.",displayText:"Pras\u012Bt"},skip:{description:"izlaist pielikumu un turpin\u0101t ar n\u0101kamo.",displayText:"Izlaist"}},defaultImageSizeDimension:{height:"Augstums",width:"Platums"},emptyFolderBehavior:{delete:{description:"dz\u0113s\u012Bs tuk\u0161o pielikumu mapi.",displayText:"Dz\u0113st"},deleteWithEmptyParents:{description:"dz\u0113s\u012Bs tuk\u0161o pielikumu mapi un t\u0101s tuk\u0161\u0101s vec\u0101ku mapes.",displayText:"Dz\u0113st ar tuk\u0161iem vec\u0101kiem"},keep:{description:"saglab\u0101s tuk\u0161o pielikumu mapi.",displayText:"Saglab\u0101t"}}},pluginSettingsManager:{customToken:{codeComment:`// Piel\u0101gotie tokeni tika koment\u0113ti, jo tie ir j\u0101atjaunina uz jauno form\u0101tu, kas ieviests spraud\u0146a versij\u0101 9.0.0.
|
|
// S\u012Bk\u0101ku inform\u0101ciju skatiet dokument\u0101cij\u0101 (https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens).`,deprecated:{part1:"Spraud\u0146a versij\u0101 9.0.0 piel\u0101goto tokenu re\u0123istr\u0101cijas form\u0101ts main\u012Bj\u0101s. L\u016Bdzu, atjauniniet savus tokenus attiec\u012Bgi. S\u012Bk\u0101ku inform\u0101ciju skatiet",part2:"dokument\u0101cij\u0101",part3:"."}},legacyRenameAttachmentsToLowerCase:{part1:"Spraud\u0146a versij\u0101 9.0.0",part2:"iestat\u012Bjums ir novecojis. Izmantojiet",part3:"form\u0101tu. S\u012Bk\u0101ku inform\u0101ciju skatiet",part4:"dokument\u0101cij\u0101",part5:"."},markdownUrlFormat:{deprecated:{part1:"Jums ir potenci\u0101li nepareiza v\u0113rt\u012Bba",part2:"form\u0101tam. L\u016Bdzu, skatiet",part3:"dokument\u0101ciju",part4:"s\u012Bk\u0101kai inform\u0101cijai",part5:"\u0160is zi\u0146ojums vairs netiks par\u0101d\u012Bts."}},specialCharacters:{part1:"Spraud\u0146a versij\u0101 9.16.0",part2:"noklus\u0113juma iestat\u012Bjuma v\u0113rt\u012Bba main\u012Bj\u0101s. J\u016Bsu iestat\u012Bjuma v\u0113rt\u012Bba tika atjaunin\u0101ta uz jauno noklus\u0113juma v\u0113rt\u012Bbu."},validation:{defaultImageSizeMustBePercentageOrPixels:"Noklus\u0113juma att\u0113la izm\u0113ram j\u0101b\u016Bt pikse\u013Cos vai procentos",invalidCustomTokensCode:"Neder\u012Bgs piel\u0101goto tokenu kods",invalidRegularExpression:"Neder\u012Bga regul\u0101r\u0101 izteiksme {{regExp}}",specialCharactersMustNotContainSlash:"\u012Apa\u0161ajos rakstz\u012Bm\u0113s nedr\u012Bkst b\u016Bt /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"\u012Apa\u0161o rakstz\u012Bmju aizst\u0101\u0161ana nedr\u012Bkst satur\u0113t neder\u012Bgus faila nosaukuma ce\u013Ca rakstz\u012Bmes."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"Pievienojot failus:"},name:"Pielikuma p\u0101rd\u0113v\u0113\u0161anas re\u017E\u012Bms"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"Kad apkopotais pielikums tiek izmantots vair\u0101k\u0101s piezim\u0113s:"},name:"Vair\u0101k\u0101s piezim\u0113s izmantoto pielikumu apkopo\u0161anas re\u017E\u012Bms"},collectedAttachmentFileName:{description:{part1:"Skatiet pieejamos",part2:"tokenus"},name:"Apkopotais pielikuma faila nosaukums"},customTokens:{description:{part1:"Izmantojamie piel\u0101gotie tokeni.",part2:"Skatiet",part3:"dokument\u0101ciju",part4:"s\u012Bk\u0101kai inform\u0101cijai.",part5:"\u26A0\uFE0F Piel\u0101gotie tokeni var b\u016Bt patva\u013C\u012Bgs JavaScript kods. Ja slikti uzrakst\u012Bts, tas var izrais\u012Bt datu zudumu. Izmantojiet uz savu risku."},name:"Piel\u0101gotie tokeni"},defaultImageSize:{description:{part1:"Noklus\u0113juma att\u0113la izm\u0113rs.",part2:"Var nor\u0101d\u012Bt pikse\u013Cos",part3:"vai procentos no piln\u0101 att\u0113la izm\u0113ra",part4:"Atst\u0101jiet tuk\u0161u, lai izmantotu ori\u0123in\u0101lo izm\u0113ru."},name:"Noklus\u0113juma att\u0113la izm\u0113rs"},duplicateNameSeparator:{description:{part1:"Kad iel\u012Bm\u0113jat/vilkat failu ar t\u0101du pa\u0161u nosaukumu k\u0101 eso\u0161am failam, \u0161is atdal\u012Bt\u0101js tiks pievienots faila nosaukumam.",part2:"Piem\u0113ram, vilkot failu",part3:", tas tiks p\u0101rd\u0113v\u0113ts uz",part4:", utt., ieg\u016Bstot pirmo pieejamo nosaukumu."},name:"Dubl\u0113to nosaukumu atdal\u012Bt\u0101js"},emptyFolderBehavior:{description:{part1:"Kad pielikumu mape k\u013C\u016Bst tuk\u0161a:"},name:"Tuk\u0161as pielikumu mapes uzved\u012Bba"},excludePaths:{description:{part1:"Izsl\u0113gt piezimes no \u0161\u0101diem ce\u013Ciem.",part2:"Ievadiet katru ce\u013Cu jaun\u0101 rind\u0101.",part3:"Varat izmantot ce\u013Ca virkni vai",part4:"Ja iestat\u012Bjums ir tuk\u0161s, piezimes netiek izsl\u0113gtas."},name:"Izsl\u0113gt ce\u013Cus"},excludePathsFromAttachmentCollecting:{description:{part1:"Izsl\u0113gt pielikumus no \u0161\u0101diem ce\u013Ciem, kad",part2:"Apkopot pielikumus",part3:"komanda tiek izpild\u012Bta.",part4:"Ievadiet katru ce\u013Cu jaun\u0101 rind\u0101.",part5:"Varat izmantot ce\u013Ca virkni vai",part6:"Ja iestat\u012Bjums ir tuk\u0161s, ce\u013Ci netiek izsl\u0113gti no pielikumu apkopo\u0161anas."},name:"Izsl\u0113gt ce\u013Cus no pielikumu apkopo\u0161anas"},generatedAttachmentFileName:{description:{part1:"Skatiet pieejamos",part2:"tokenus"},name:"\u0122ener\u0113tais pielikuma faila nosaukums"},includePaths:{description:{part1:"Iek\u013Caut piezimes no \u0161\u0101diem ce\u013Ciem.",part2:"Ievadiet katru ce\u013Cu jaun\u0101 rind\u0101.",part3:"Varat izmantot ce\u013Ca virkni vai",part4:"Ja iestat\u012Bjums ir tuk\u0161s, visas piezimes tiek iek\u013Cautas."},name:"Iek\u013Caut ce\u013Cus"},jpegQuality:{description:"Jo maz\u0101ka kvalit\u0101te, jo liel\u0101ks saspie\u0161anas koeficients.",name:"JPEG kvalit\u0101te"},locationForNewAttachments:{description:{part1:"S\u0101ciet ar",part2:", lai izmantotu relat\u012Bvo ce\u013Cu.",part3:"Skatiet pieejamos",part4:"tokenus",part5:"Punktu mapes, piem\u0113ram",part6:", nav ieteicamas, jo Obsidian t\u0101s neuzrauga. Var b\u016Bt nepiecie\u0161ams izmantot",part7:"spraudni, lai t\u0101s p\u0101rvald\u012Btu."},name:"Jauno pielikumu atra\u0161an\u0101s vieta"},markdownUrlFormat:{description:{part1:"URL form\u0101ts, kas tiks ievietots Markdown.",part2:"Skatiet pieejamos",part3:"tokenus",part4:"Atst\u0101jiet tuk\u0161u, lai izmantotu noklus\u0113juma form\u0101tu."},name:"Markdown URL form\u0101ts"},renameAttachmentsToLowerCase:"P\u0101rd\u0113v\u0113t pielikumus uz mazajiem burtiem",renamedAttachmentFileName:{description:{part1:"Skatiet pieejamos",part2:"tokenus"},name:"P\u0101rd\u0113v\u0113tais pielikuma faila nosaukums"},resetToSampleCustomTokens:{message:"Vai tie\u0161\u0101m v\u0113laties atiestat\u012Bt piel\u0101gotos tokenus uz parauga piel\u0101gotajiem tokeniem? J\u016Bsu izmai\u0146as tiks zaud\u0113tas.",title:"Atiestat\u012Bt uz parauga piel\u0101gotajiem tokeniem"},shouldConvertPastedImagesToJpeg:{description:"Vai konvert\u0113t iel\u012Bm\u0113tos att\u0113lus uz JPEG. Attiecas tikai tad, kad PNG att\u0113la saturs tiek iel\u012Bm\u0113ts tie\u0161i no starpliktuvnes. Parasti ekr\u0101nuz\u0146\u0113mumu iel\u012Bm\u0113\u0161anai.",name:"Vai konvert\u0113t iel\u012Bm\u0113tos att\u0113lus uz JPEG"},shouldDeleteOrphanAttachments:{description:"Ja iesp\u0113jots, kad piezime tiek dz\u0113sta, t\u0101s b\u0101re\u0146u pielikumi ar\u012B tiek dz\u0113sti.",name:"Vai dz\u0113st b\u0101re\u0146u pielikumus"},shouldRenameAttachmentFiles:{description:{part1:"Ja iesp\u0113jots, kad piezime tiek p\u0101rd\u0113v\u0113ta vai p\u0101rvietota, t\u0101s pielikumi tiks p\u0101rd\u0113v\u0113ti saska\u0146\u0101 ar",part2:"iestat\u012Bjumu."},name:"Vai p\u0101rd\u0113v\u0113t pielikumu failus"},shouldRenameAttachmentFolders:{description:"Vai p\u0101rd\u0113v\u0113t pielikumu mapes, kad piezime tiek p\u0101rd\u0113v\u0113ta vai p\u0101rvietota.",name:"Vai p\u0101rd\u0113v\u0113t pielikumu mapes"},shouldRenameAttachmentsCreatedByOtherPlugins:{description:{part1:"Vai pielikumu mapes un faila nosaukuma iestat\u012Bjumus piem\u0113rot pielikumiem, ko izveido CITI spraud\u0146i.",part2:"Da\u017Ei spraud\u0146i ieraksta pielikumu glab\u0101tav\u0101 ar savu nosaukumu, nejaut\u0101jot Obsidian, kur tam b\u016Btu j\u0101atrodas. Ja \u0161is ir iesl\u0113gts, \u0161\u0101ds fails tiek p\u0101rvietots un p\u0101rd\u0113v\u0113ts uzreiz p\u0113c par\u0101d\u012B\u0161an\u0101s.",part3:"Tiek apstr\u0101d\u0101ti tikai faili, kas rad\u012Bti, kam\u0113r piez\u012Bme ir atv\u0113rta, nekad faili, kas n\u0101k no sinhroniz\u0101cijas vai glab\u0101tavas importa."},name:"P\u0101rd\u0113v\u0113t pielikumus, ko izveido citi spraud\u0146i"},shouldRenameCollectedAttachments:{description:{part1:"Ja iesp\u0113jots, pielikumi, kas apstr\u0101d\u0101ti caur",part2:"Apkopot pielikumus",part3:"komand\u0101m, tiks p\u0101rd\u0113v\u0113ti saska\u0146\u0101 ar",part4:"iestat\u012Bjumu."},name:"Vai p\u0101rd\u0113v\u0113t apkopotos pielikumus"},specialCharacters:{description:{part1:"\u012Apa\u0161\u0101s rakstz\u012Bmes pielikumu map\u0113 un faila nosaukum\u0101, kas j\u0101aizst\u0101j vai j\u0101no\u0146em.",part2:"Atst\u0101jiet tuk\u0161u, lai saglab\u0101tu \u012Bpa\u0161\u0101s rakstz\u012Bmes."},name:"\u012Apa\u0161\u0101s rakstz\u012Bmes"},specialCharactersReplacement:{description:{part1:"Aizst\u0101\u0161anas virkne \u012Bpa\u0161aj\u0101m rakstz\u012Bm\u0113m pielikumu map\u0113 un faila nosaukum\u0101.",part2:"Atst\u0101jiet tuk\u0161u, lai no\u0146emtu \u012Bpa\u0161\u0101s rakstz\u012Bmes."},name:"\u012Apa\u0161o rakstz\u012Bmju aizst\u0101\u0161ana"},timeoutInSeconds:{description:{part1:"Laika ierobe\u017Eojums sekund\u0113s vis\u0101m oper\u0101cij\u0101m.",part2:"Ja",part3:"ir iestat\u012Bts, oper\u0101ciju izpildes laika ierobe\u017Eojums ir atsp\u0113jots."},name:"Laika ierobe\u017Eojums sekund\u0113s"},treatAsAttachmentExtensions:{description:{part1:"Uzskat\u012Bt failus ar \u0161\u0101diem papla\u0161in\u0101jumiem par pielikumiem.",part2:"P\u0113c noklus\u0113juma",part3:"un",part4:"saist\u012Btie faili netiek uzskat\u012Bti par pielikumiem un netiek p\u0101rvietoti kop\u0101 ar piezimi.",part5:"Varat pievienot piel\u0101gotus papla\u0161in\u0101jumus, piem\u0113ram",part6:", lai ignor\u0113tu \u0161o uzved\u012Bbu."},name:"Uzskat\u012Bt par pielikumu papla\u0161in\u0101jumiem"}},promptWithPreviewModal:{fileNameTitle:"P\u0101rd\u0113v\u0113t pielikuma failu",folderTitle:"Izv\u0113lieties pielikumu mapi",previewModal:{title:"Pielikuma faila priek\u0161skat\u012Bjums '{{fullFileName}}'"},title:"Nor\u0101diet v\u0113rt\u012Bbu prompt tokenam"},regularExpression:"/regul\u0101r\u0101 izteiksme/"};var DN={attachmentCollector:{confirm:{part1:"Adakah anda mahu mengumpul lampiran untuk semua nota dalam folder secara rekursif?",part2:"Operasi ini tidak boleh dibatalkan."},progressBar:{message:"Mengumpul lampiran {{iterationString}} - '{{noteFilePath}}'.",title:"Mengumpul lampiran..."}},buttons:{copy:"Salin",move:"Pindah",previewAttachmentFile:"Pratonton fail lampiran",skip:"Langkau"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"Lampiran",part2:"dirujuk oleh beberapa nota."},heading:"Mengumpul lampiran yang digunakan oleh beberapa nota",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Patut menggunakan tindakan yang sama untuk lampiran bermasalah lain"},commands:{collectAttachmentsCurrentFolder:"Kumpul lampiran dalam folder semasa",collectAttachmentsCurrentNote:"Kumpul lampiran dalam nota semasa",collectAttachmentsEntireVault:"Kumpul lampiran dalam keseluruhan vault"},menuItems:{collectAttachmentsInFile:"Kumpul lampiran dalam fail",collectAttachmentsInFiles:"Kumpul lampiran dalam fail-fail"},notice:{collectingAttachments:"Mengumpul lampiran untuk '{{noteFilePath}}'",collectingAttachmentsCancelled:"Pengumpulan lampiran dibatalkan. Lihat konsol untuk butiran.",generatedAttachmentFileNameIsInvalid:{part1:`Nama fail lampiran yang dijana '{{path}}' tidak sah.
|
|
{{validationMessage}}
|
|
Semak`,part2:"tetapan anda."},notePathIsIgnored:"Laluan nota diabaikan"},obsidianDevUtils:{buttons:{cancel:"Batal",ok:"OK"},dataview:{itemsPerPage:"Item per halaman:",jumpToPage:"Lompat ke halaman:"},notices:{attachmentIsStillUsed:"Lampiran {{attachmentPath}} masih digunakan oleh nota lain. Ia tidak akan dipadamkan.",unhandledError:"Ralat yang tidak diuruskan berlaku. Sila semak konsol untuk maklumat lanjut."}},pluginSettings:{attachmentRenameMode:{all:{description:"semua fail akan dinamakan semula.",displayText:"Semua"},none:{description:"nama mereka dipelihara.",displayText:"Tiada"},onlyPastedImages:{description:"hanya imej yang ditampal akan dinamakan semula. Berlaku hanya apabila kandungan imej PNG ditampal terus dari papan keratan. Biasanya, untuk menampal tangkapan skrin.",displayText:"Hanya imej yang ditampal"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"batalkan pengumpulan lampiran.",displayText:"Batal"},copy:{description:"salin lampiran ke lokasi baru.",displayText:"Salin"},move:{description:"pindahkan lampiran ke lokasi baru.",displayText:"Pindah"},prompt:{description:"minta pengguna memilih tindakan.",displayText:"Minta"},skip:{description:"langkau lampiran dan teruskan ke yang seterusnya.",displayText:"Langkau"}},defaultImageSizeDimension:{height:"Ketinggian",width:"Kelebaran"},emptyFolderBehavior:{delete:{description:"akan memadamkan folder lampiran kosong.",displayText:"Padam"},deleteWithEmptyParents:{description:"akan memadamkan folder lampiran kosong dan folder induk kosongnya.",displayText:"Padam dengan induk kosong"},keep:{description:"akan menyimpan folder lampiran kosong.",displayText:"Simpan"}}},pluginSettingsManager:{customToken:{codeComment:`// Token kustom telah dikomenkan kerana perlu dikemas kini ke format baharu yang diperkenalkan dalam versi pemalam 9.0.0.
|
|
// Rujuk dokumentasi (https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) untuk maklumat lanjut.`,deprecated:{part1:"Dalam versi pemalam 9.0.0, format pendaftaran token kustom telah berubah. Sila kemas kini token anda dengan sewajarnya. Rujuk",part2:"dokumentasi",part3:"untuk maklumat lanjut"}},legacyRenameAttachmentsToLowerCase:{part1:"Dalam versi pemalam 9.0.0, tetapan",part2:"telah tidak digunakan lagi. Gunakan format",part3:"sebaliknya. Lihat",part4:"dokumentasi",part5:"untuk maklumat lanjut"},markdownUrlFormat:{deprecated:{part1:"Anda mungkin mempunyai nilai yang tidak betul untuk format",part2:". Sila rujuk",part3:"dokumentasi",part4:"untuk maklumat lanjut",part5:"Mesej ini tidak akan dipaparkan lagi."}},specialCharacters:{part1:"Dalam versi pemalam 9.16.0, nilai tetapan lalai",part2:"telah berubah. Nilai tetapan anda telah dikemas kini ke nilai lalai baharu."},validation:{defaultImageSizeMustBePercentageOrPixels:"Saiz imej lalai mesti dalam piksel atau peratusan",invalidCustomTokensCode:"Kod token kustom tidak sah",invalidRegularExpression:"Ungkapan biasa tidak sah {{regExp}}",specialCharactersMustNotContainSlash:"Aksara khas tidak boleh mengandungi /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"Penggantian aksara khas tidak boleh mengandungi aksara laluan nama fail yang tidak sah."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"Apabila melampirkan fail:"},name:"Mod penamaan semula lampiran"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"Apabila lampiran yang dikumpulkan digunakan oleh beberapa nota:"},name:"Mod pengumpulan lampiran yang digunakan oleh beberapa nota"},collectedAttachmentFileName:{description:{part1:"Lihat token",part2:"yang tersedia"},name:"Nama fail lampiran yang dikumpulkan"},customTokens:{description:{part1:"Token kustom yang akan digunakan.",part2:"Lihat",part3:"dokumentasi",part4:"untuk maklumat lanjut.",part5:"\u26A0\uFE0F Token kustom boleh menjadi kod JavaScript sewenang-wenangnya. Jika ditulis dengan buruk, ia boleh menyebabkan kehilangan data. Gunakan dengan risiko sendiri."},name:"Token kustom"},defaultImageSize:{description:{part1:"Saiz imej lalai.",part2:"Boleh dinyatakan dalam piksel",part3:"atau sebagai peratusan daripada saiz imej penuh",part4:"Biarkan kosong untuk menggunakan saiz asal."},name:"Saiz imej lalai"},duplicateNameSeparator:{description:{part1:"Apabila anda menampal/menyeret fail dengan nama yang sama seperti fail yang sedia ada, pemisah ini akan ditambah pada nama fail.",part2:"Contohnya, apabila anda menyeret fail",part3:", ia akan dinamakan semula kepada",part4:", dll, mendapat nama pertama yang tersedia."},name:"Pemisah nama pendua"},emptyFolderBehavior:{description:{part1:"Apabila folder lampiran menjadi kosong:"},name:"Kelakuan folder lampiran kosong"},excludePaths:{description:{part1:"Kecualikan nota dari laluan berikut.",part2:"Masukkan setiap laluan pada baris baru.",part3:"Anda boleh menggunakan rentetan laluan atau",part4:"Jika tetapan kosong, tiada nota dikecualikan."},name:"Kecualikan laluan"},excludePathsFromAttachmentCollecting:{description:{part1:"Kecualikan lampiran dari laluan berikut apabila",part2:"Kumpul lampiran",part3:"arahan dilaksanakan.",part4:"Masukkan setiap laluan pada baris baru.",part5:"Anda boleh menggunakan rentetan laluan atau",part6:"Jika tetapan kosong, tiada laluan dikecualikan dari pengumpulan lampiran."},name:"Kecualikan laluan dari pengumpulan lampiran"},generatedAttachmentFileName:{description:{part1:"Lihat token",part2:"yang tersedia"},name:"Nama fail lampiran yang dijana"},includePaths:{description:{part1:"Termasuk nota dari laluan berikut.",part2:"Masukkan setiap laluan pada baris baru.",part3:"Anda boleh menggunakan rentetan laluan atau",part4:"Jika tetapan kosong, semua nota disertakan."},name:"Termasuk laluan"},jpegQuality:{description:"Semakin kecil kualiti, semakin besar nisbah mampatan.",name:"Kualiti JPEG"},locationForNewAttachments:{description:{part1:"Mulakan dengan",part2:"untuk menggunakan laluan relatif.",part3:"Lihat token",part4:"yang tersedia",part5:"Folder titik seperti",part6:"tidak disyorkan, kerana Obsidian tidak menjejaki mereka. Anda mungkin perlu menggunakan",part7:"Pemalam untuk mengurusnya."},name:"Lokasi untuk lampiran baharu"},markdownUrlFormat:{description:{part1:"Format untuk URL yang akan dimasukkan ke dalam Markdown.",part2:"Lihat token",part3:"yang tersedia",part4:"Biarkan kosong untuk menggunakan format lalai."},name:"Format URL Markdown"},renameAttachmentsToLowerCase:"Nama semula lampiran kepada huruf kecil",renamedAttachmentFileName:{description:{part1:"Lihat token",part2:"yang tersedia"},name:"Nama fail lampiran yang dinamakan semula"},resetToSampleCustomTokens:{message:"Adakah anda pasti mahu menetapkan semula token kustom kepada token kustom sampel? Perubahan anda akan hilang.",title:"Tetapkan semula kepada token kustom sampel"},shouldConvertPastedImagesToJpeg:{description:"Sama ada untuk menukar imej yang ditampal kepada JPEG. Berlaku hanya apabila kandungan imej PNG ditampal terus dari papan keratan. Biasanya, untuk menampal tangkapan skrin.",name:"Sama ada menukar imej yang ditampal kepada JPEG"},shouldDeleteOrphanAttachments:{description:"Jika diaktifkan, apabila nota dipadamkan, lampiran yatimnya juga dipadamkan.",name:"Sama ada memadamkan lampiran yatim"},shouldRenameAttachmentFiles:{description:{part1:"Jika diaktifkan, apabila nota dinamakan semula atau dipindahkan, lampirannya akan dinamakan semula mengikut",part2:"tetapan."},name:"Sama ada menamakan semula fail lampiran"},shouldRenameAttachmentFolders:{description:"Sama ada untuk menamakan semula folder lampiran apabila nota dinamakan semula atau dipindahkan.",name:"Sama ada menamakan semula folder lampiran"},shouldRenameAttachmentsCreatedByOtherPlugins:{description:{part1:"Sama ada tetapan folder lampiran dan nama fail dikenakan pada lampiran yang dicipta oleh pemalam LAIN.",part2:"Sesetengah pemalam menulis lampiran terus ke dalam bilik kebal dengan nama pilihan sendiri, tanpa bertanya kepada Obsidian di mana tempatnya. Dengan ini dihidupkan, fail sebegitu dipindahkan dan dinamakan semula sebaik ia muncul.",part3:"Hanya fail yang dicipta semasa sesuatu nota dibuka disentuh, bukan fail yang tiba daripada penyegerakan atau import bilik kebal."},name:"Namakan semula lampiran yang dicipta pemalam lain"},shouldRenameCollectedAttachments:{description:{part1:"Jika diaktifkan, lampiran yang diproses melalui",part2:"Kumpul lampiran",part3:"arahan akan dinamakan semula mengikut",part4:"tetapan."},name:"Sama ada menamakan semula lampiran yang dikumpulkan"},specialCharacters:{description:{part1:"Aksara khas dalam folder lampiran dan nama fail yang akan diganti atau dialihkan.",part2:"Biarkan kosong untuk memelihara aksara khas."},name:"Aksara khas"},specialCharactersReplacement:{description:{part1:"Rentetan penggantian untuk aksara khas dalam folder lampiran dan nama fail.",part2:"Biarkan kosong untuk mengalihkan aksara khas."},name:"Penggantian aksara khas"},timeoutInSeconds:{description:{part1:"Masa tamat dalam saat untuk semua operasi.",part2:"Jika",part3:"ditetapkan, masa tamat pelaksanaan operasi dilumpuhkan."},name:"Masa tamat dalam saat"},treatAsAttachmentExtensions:{description:{part1:"Anggap fail dengan sambungan ini sebagai lampiran.",part2:"Secara lalai",part3:"dan",part4:"fail yang dipautkan tidak dianggap sebagai lampiran dan tidak dipindahkan dengan nota.",part5:"Anda boleh menambah sambungan kustom, contohnya",part6:", untuk mengatasi kelakuan ini."},name:"Anggap sebagai sambungan lampiran"}},promptWithPreviewModal:{fileNameTitle:"Namakan semula fail lampiran",folderTitle:"Pilih folder lampiran",previewModal:{title:"Pratonton fail lampiran '{{fullFileName}}'"},title:"Berikan nilai untuk token prompt"},regularExpression:"/ungkapan biasa/"};var NN={attachmentCollector:{confirm:{part1:"\u0915\u0947 \u0924\u092A\u093E\u0908\u0902 \u092B\u094B\u0932\u094D\u0921\u0930\u0939\u0930\u0942\u092D\u093F\u0924\u094D\u0930\u0915\u093E \u0938\u092C\u0948 \u0928\u094B\u091F\u0939\u0930\u0942\u0915\u093E \u0932\u093E\u0917\u093F \u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942\u0932\u093E\u0908 \u092A\u0941\u0928\u0930\u093E\u0935\u0930\u094D\u0924\u0940 \u0930\u0942\u092A\u092E\u093E \u0938\u0919\u094D\u0915\u0932\u0928 \u0917\u0930\u094D\u0928 \u091A\u093E\u0939\u0928\u0941\u0939\u0941\u0928\u094D\u091B?",part2:"\u092F\u094B \u0915\u093E\u0930\u094D\u092F \u0909\u0932\u094D\u091F\u094D\u092F\u093E\u0909\u0928 \u0938\u0915\u093F\u0901\u0926\u0948\u0928\u0964"},progressBar:{message:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942 \u0938\u0902\u0915\u0932\u0928 \u0917\u0930\u094D\u0926\u0948 {{iterationString}} - '{{noteFilePath}}'.",title:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942 \u0938\u0902\u0915\u0932\u0928 \u0917\u0930\u094D\u0926\u0948..."}},buttons:{copy:"\u092A\u094D\u0930\u0924\u093F\u0932\u093F\u092A\u093F \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D",move:"\u0938\u093E\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D",previewAttachmentFile:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u092B\u093E\u0907\u0932 \u092A\u0942\u0930\u094D\u0935\u093E\u0935\u0932\u094B\u0915\u0928",skip:"\u092B\u093E\u0932\u094D\u0928\u0941\u0939\u094B\u0938\u094D"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915",part2:"\u0927\u0947\u0930\u0948 \u0928\u094B\u091F\u0939\u0930\u0942\u0926\u094D\u0935\u093E\u0930\u093E \u0938\u0928\u094D\u0926\u0930\u094D\u092D\u093F\u0924 \u091B\u0964"},heading:"\u0927\u0947\u0930\u0948 \u0928\u094B\u091F\u0939\u0930\u0942\u0926\u094D\u0935\u093E\u0930\u093E \u092A\u094D\u0930\u092F\u094B\u0917 \u0939\u0941\u0928\u0947 \u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u0938\u0902\u0915\u0932\u0928 \u0917\u0930\u094D\u0926\u0948",shouldUseSameActionForOtherProblematicAttachmentsToggle:"\u0905\u0928\u094D\u092F \u0938\u092E\u0938\u094D\u092F\u093E\u092F\u0941\u0915\u094D\u0924 \u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942\u0915\u093E \u0932\u093E\u0917\u093F \u090F\u0909\u091F\u093E\u0928\u0948 \u0915\u093E\u0930\u094D\u092F \u092A\u094D\u0930\u092F\u094B\u0917 \u0917\u0930\u094D\u0928\u0941\u092A\u0930\u094D\u092F\u094B"},commands:{collectAttachmentsCurrentFolder:"\u0939\u093E\u0932\u0915\u094B \u092B\u094B\u0932\u094D\u0921\u0930\u092E\u093E \u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942 \u0938\u0902\u0915\u0932\u0928 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D",collectAttachmentsCurrentNote:"\u0939\u093E\u0932\u0915\u094B \u0928\u094B\u091F\u092E\u093E \u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942 \u0938\u0902\u0915\u0932\u0928 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D",collectAttachmentsEntireVault:"\u0938\u092E\u094D\u092A\u0942\u0930\u094D\u0923 \u092D\u093E\u0932\u094D\u091F\u092E\u093E \u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942 \u0938\u0902\u0915\u0932\u0928 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D"},menuItems:{collectAttachmentsInFile:"\u092B\u093E\u0907\u0932\u092E\u093E \u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942 \u0938\u0919\u094D\u0915\u0932\u0928 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D",collectAttachmentsInFiles:"\u092B\u093E\u0907\u0932\u0939\u0930\u0942\u092E\u093E \u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942 \u0938\u0919\u094D\u0915\u0932\u0928 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D"},notice:{collectingAttachments:"'{{noteFilePath}}' \u0915\u093E \u0932\u093E\u0917\u093F \u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942 \u0938\u0902\u0915\u0932\u0928 \u0917\u0930\u094D\u0926\u0948",collectingAttachmentsCancelled:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u0938\u0902\u0915\u0932\u0928 \u0930\u0926\u094D\u0926 \u0917\u0930\u093F\u092F\u094B\u0964 \u0935\u093F\u0938\u094D\u0924\u0943\u0924 \u091C\u093E\u0928\u0915\u093E\u0930\u0940\u0915\u093E \u0932\u093E\u0917\u093F \u0915\u0928\u094D\u0938\u094B\u0932 \u0939\u0947\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964",generatedAttachmentFileNameIsInvalid:{part1:`\u0909\u0924\u094D\u092A\u0928\u094D\u0928 \u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u092B\u093E\u0907\u0932 \u0928\u093E\u092E '{{path}}' \u0905\u092E\u093E\u0928\u094D\u092F \u091B\u0964
|
|
{{validationMessage}}
|
|
\u0906\u092B\u094D\u0928\u094B`,part2:"\u0938\u0947\u091F\u093F\u0919 \u091C\u093E\u0901\u091A\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964"},notePathIsIgnored:"\u0928\u094B\u091F \u092A\u093E\u0925 \u092C\u0947\u0935\u093E\u0938\u094D\u0924\u093E \u0917\u0930\u093F\u090F\u0915\u094B \u091B"},obsidianDevUtils:{buttons:{cancel:"\u0930\u0926\u094D\u0926 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D",ok:"\u0920\u093F\u0915 \u091B"},dataview:{itemsPerPage:"\u092A\u094D\u0930\u0924\u093F \u092A\u0943\u0937\u094D\u0920 \u0935\u0938\u094D\u0924\u0941\u0939\u0930\u0942:",jumpToPage:"\u092A\u0943\u0937\u094D\u0920\u092E\u093E \u091C\u093E\u0928\u0941\u0939\u094B\u0938\u094D:"},notices:{attachmentIsStillUsed:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915 {{attachmentPath}} \u0905\u091D\u0948 \u092A\u0928\u093F \u0905\u0928\u094D\u092F \u0928\u094B\u091F\u0939\u0930\u0942\u0926\u094D\u0935\u093E\u0930\u093E \u092A\u094D\u0930\u092F\u094B\u0917 \u0939\u0941\u0901\u0926\u0948\u091B\u0964 \u092F\u094B \u092E\u0947\u091F\u093F\u0928\u0947\u091B\u0948\u0928\u0964",unhandledError:"\u090F\u0909\u091F\u093E \u0928\u0938\u0941\u0932\u094D\u091D\u093F\u090F\u0915\u094B \u0924\u094D\u0930\u0941\u091F\u093F \u092D\u092F\u094B\u0964 \u0915\u0943\u092A\u092F\u093E \u0925\u092A \u091C\u093E\u0928\u0915\u093E\u0930\u0940\u0915\u093E \u0932\u093E\u0917\u093F \u0915\u0928\u094D\u0938\u094B\u0932 \u091C\u093E\u0901\u091A\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964"}},pluginSettings:{attachmentRenameMode:{all:{description:"\u0938\u092C\u0948 \u092B\u093E\u0907\u0932\u0939\u0930\u0942 \u092A\u0941\u0928\u0903 \u0928\u093E\u092E\u0915\u0930\u0923 \u0917\u0930\u093F\u0928\u094D\u091B\u0928\u094D\u0964",displayText:"\u0938\u092C\u0948"},none:{description:"\u0924\u093F\u0928\u0940\u0939\u0930\u0942\u0915\u093E \u0928\u093E\u092E\u0939\u0930\u0942 \u0938\u0902\u0930\u0915\u094D\u0937\u093F\u0924 \u0939\u0941\u0928\u094D\u091B\u0928\u094D\u0964",displayText:"\u0915\u0941\u0928\u0948 \u092A\u0928\u093F \u0939\u094B\u0907\u0928"},onlyPastedImages:{description:"\u0915\u0947\u0935\u0932 \u091F\u093E\u0901\u0938\u093F\u090F\u0915\u093E \u091B\u0935\u093F\u0939\u0930\u0942 \u092A\u0941\u0928\u0903 \u0928\u093E\u092E\u0915\u0930\u0923 \u0917\u0930\u093F\u0928\u094D\u091B\u0928\u094D\u0964 \u092F\u094B \u0915\u0947\u0935\u0932 \u0924\u092C \u0932\u093E\u0917\u0942 \u0939\u0941\u0928\u094D\u091B \u091C\u092C PNG \u091B\u0935\u093F \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094D\u0932\u093F\u092A\u092C\u094B\u0930\u094D\u0921\u092C\u093E\u091F \u0938\u0940\u0927\u0948 \u091F\u093E\u0901\u0938\u093F\u090F\u0915\u094B \u0939\u0941\u0928\u094D\u091B\u0964 \u0938\u093E\u092E\u093E\u0928\u094D\u092F\u0924\u092F\u093E, \u0938\u094D\u0915\u094D\u0930\u093F\u0928\u0936\u091F \u091F\u093E\u0901\u0938\u094D\u0928\u0915\u093E \u0932\u093E\u0917\u093F\u0964",displayText:"\u0915\u0947\u0935\u0932 \u091F\u093E\u0901\u0938\u093F\u090F\u0915\u093E \u091B\u0935\u093F\u0939\u0930\u0942"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u0938\u0902\u0915\u0932\u0928 \u0930\u0926\u094D\u0926 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964",displayText:"\u0930\u0926\u094D\u0926 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D"},copy:{description:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0932\u093E\u0908 \u0928\u092F\u093E\u0901 \u0938\u094D\u0925\u093E\u0928\u092E\u093E \u092A\u094D\u0930\u0924\u093F\u0932\u093F\u092A\u093F \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964",displayText:"\u092A\u094D\u0930\u0924\u093F\u0932\u093F\u092A\u093F \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D"},move:{description:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0932\u093E\u0908 \u0928\u092F\u093E\u0901 \u0938\u094D\u0925\u093E\u0928\u092E\u093E \u0938\u093E\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964",displayText:"\u0938\u093E\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D"},prompt:{description:"\u092A\u094D\u0930\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E\u0932\u093E\u0908 \u0915\u093E\u0930\u094D\u092F \u091B\u0928\u094B\u091F \u0917\u0930\u094D\u0928 \u092A\u094D\u0930\u0947\u0930\u093F\u0924 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964",displayText:"\u092A\u094D\u0930\u0947\u0930\u093F\u0924 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D"},skip:{description:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0932\u093E\u0908 \u091B\u094B\u0921\u094D\u0928\u0941\u0939\u094B\u0938\u094D \u0930 \u0905\u0930\u094D\u0915\u094B\u092E\u093E \u091C\u093E\u0928\u0941\u0939\u094B\u0938\u094D\u0964",displayText:"\u091B\u094B\u0921\u094D\u0928\u0941\u0939\u094B\u0938\u094D"}},defaultImageSizeDimension:{height:"\u0909\u091A\u093E\u0907",width:"\u091A\u094C\u0921\u093E\u0907"},emptyFolderBehavior:{delete:{description:"\u0916\u093E\u0932\u0940 \u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u092B\u094B\u0932\u094D\u0921\u0930 \u092E\u0947\u091F\u093E\u0909\u0928\u0947\u091B\u0964",displayText:"\u092E\u0947\u091F\u093E\u0909\u0928\u0941\u0939\u094B\u0938\u094D"},deleteWithEmptyParents:{description:"\u0916\u093E\u0932\u0940 \u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u092B\u094B\u0932\u094D\u0921\u0930 \u0930 \u092F\u0938\u0915\u093E \u0916\u093E\u0932\u0940 \u092E\u093E\u0924\u093E-\u092A\u093F\u0924\u093E \u092B\u094B\u0932\u094D\u0921\u0930\u0939\u0930\u0942 \u092E\u0947\u091F\u093E\u0909\u0928\u0947\u091B\u0964",displayText:"\u0916\u093E\u0932\u0940 \u092E\u093E\u0924\u093E-\u092A\u093F\u0924\u093E\u0939\u0930\u0942\u0938\u0939\u093F\u0924 \u092E\u0947\u091F\u093E\u0909\u0928\u0941\u0939\u094B\u0938\u094D"},keep:{description:"\u0916\u093E\u0932\u0940 \u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u092B\u094B\u0932\u094D\u0921\u0930 \u0930\u093E\u0916\u094D\u0928\u0947\u091B\u0964",displayText:"\u0930\u093E\u0916\u094D\u0928\u0941\u0939\u094B\u0938\u094D"}}},pluginSettingsManager:{customToken:{codeComment:`// \u0915\u0938\u094D\u091F\u092E \u091F\u094B\u0915\u0928\u0939\u0930\u0942 \u091F\u093F\u092A\u094D\u092A\u0923\u0940 \u0917\u0930\u093F\u090F\u0915\u093E \u091B\u0928\u094D \u0915\u093F\u0928\u092D\u0928\u0947 \u0924\u093F\u0928\u0940\u0939\u0930\u0942\u0932\u093E\u0908 \u092A\u094D\u0932\u0917\u0907\u0928 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 9.0.0 \u092E\u093E \u092A\u0930\u093F\u091A\u092F \u0917\u0930\u093F\u090F\u0915\u094B \u0928\u092F\u093E\u0901 \u0922\u093E\u0901\u091A\u093E\u092E\u093E \u0905\u092A\u0921\u0947\u091F \u0917\u0930\u094D\u0928\u0941\u092A\u0930\u094D\u091B\u0964
|
|
// \u0925\u092A \u091C\u093E\u0928\u0915\u093E\u0930\u0940\u0915\u093E \u0932\u093E\u0917\u093F \u0915\u093E\u0917\u091C\u093E\u0924 (https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) \u0939\u0947\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964`,deprecated:{part1:"\u092A\u094D\u0932\u0917\u0907\u0928 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 9.0.0 \u092E\u093E, \u0915\u0938\u094D\u091F\u092E \u091F\u094B\u0915\u0928 \u0926\u0930\u094D\u0924\u093E\u0915\u094B \u0922\u093E\u0901\u091A\u093E \u092A\u0930\u093F\u0935\u0930\u094D\u0924\u0928 \u092D\u092F\u094B\u0964 \u0915\u0943\u092A\u092F\u093E \u0924\u092A\u093E\u0908\u0901\u0915\u093E \u091F\u094B\u0915\u0928\u0939\u0930\u0942\u0932\u093E\u0908 \u0924\u0926\u0928\u0941\u0938\u093E\u0930 \u0905\u092A\u0921\u0947\u091F \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964",part2:"\u0915\u093E\u0917\u091C\u093E\u0924",part3:"\u092E\u093E \u0925\u092A \u091C\u093E\u0928\u0915\u093E\u0930\u0940\u0915\u093E \u0932\u093E\u0917\u093F \u0938\u0928\u094D\u0926\u0930\u094D\u092D \u0932\u093F\u0928\u0941\u0939\u094B\u0938\u094D"}},legacyRenameAttachmentsToLowerCase:{part1:"\u092A\u094D\u0932\u0917\u0907\u0928 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 9.0.0 \u092E\u093E,",part2:"\u0938\u0947\u091F\u093F\u0919 \u092A\u0941\u0930\u093E\u0928\u094B \u091B\u0964",part3:"\u0922\u093E\u0901\u091A\u093E \u092A\u094D\u0930\u092F\u094B\u0917 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964",part4:"\u0915\u093E\u0917\u091C\u093E\u0924",part5:"\u092E\u093E \u0925\u092A \u091C\u093E\u0928\u0915\u093E\u0930\u0940\u0915\u093E \u0932\u093E\u0917\u093F \u0939\u0947\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D"},markdownUrlFormat:{deprecated:{part1:"\u0924\u092A\u093E\u0908\u0901\u0938\u0901\u0917",part2:"\u0922\u093E\u0901\u091A\u093E\u0915\u093E \u0932\u093E\u0917\u093F \u0938\u092E\u094D\u092D\u093E\u0935\u093F\u0924 \u0917\u0932\u0924 \u092E\u093E\u0928 \u0938\u0947\u091F \u0917\u0930\u093F\u090F\u0915\u094B \u091B\u0964 \u0915\u0943\u092A\u092F\u093E",part3:"\u0915\u093E\u0917\u091C\u093E\u0924",part4:"\u092E\u093E \u0925\u092A \u091C\u093E\u0928\u0915\u093E\u0930\u0940\u0915\u093E \u0932\u093E\u0917\u093F \u0938\u0928\u094D\u0926\u0930\u094D\u092D \u0932\u093F\u0928\u0941\u0939\u094B\u0938\u094D\u0964",part5:"\u092F\u094B \u0938\u0928\u094D\u0926\u0947\u0936 \u092B\u0947\u0930\u093F \u0926\u0947\u0916\u093E\u0907\u0928\u0947\u091B\u0948\u0928\u0964"}},specialCharacters:{part1:"\u092A\u094D\u0932\u0917\u0907\u0928 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 9.16.0 \u092E\u093E,",part2:"\u092A\u0942\u0930\u094D\u0935\u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0938\u0947\u091F\u093F\u0919 \u092E\u093E\u0928 \u092A\u0930\u093F\u0935\u0930\u094D\u0924\u0928 \u092D\u092F\u094B\u0964 \u0924\u092A\u093E\u0908\u0901\u0915\u094B \u0938\u0947\u091F\u093F\u0919 \u092E\u093E\u0928 \u0928\u092F\u093E\u0901 \u092A\u0942\u0930\u094D\u0935\u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u092E\u093E\u0928\u092E\u093E \u0905\u092A\u0921\u0947\u091F \u0917\u0930\u093F\u092F\u094B\u0964"},validation:{defaultImageSizeMustBePercentageOrPixels:"\u092A\u0942\u0930\u094D\u0935\u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0924\u0938\u094D\u0935\u0940\u0930\u0915\u094B \u0906\u0915\u093E\u0930 \u092A\u093F\u0915\u094D\u0938\u0947\u0932 \u092F\u093E \u092A\u094D\u0930\u0924\u093F\u0936\u0924\u092E\u093E \u0939\u0941\u0928\u0941\u092A\u0930\u094D\u091B",invalidCustomTokensCode:"\u0905\u092E\u093E\u0928\u094D\u092F \u0915\u0938\u094D\u091F\u092E \u091F\u094B\u0915\u0928 \u0915\u094B\u0921",invalidRegularExpression:"\u0905\u092E\u093E\u0928\u094D\u092F \u0928\u093F\u092F\u092E\u093F\u0924 \u0905\u092D\u093F\u0935\u094D\u092F\u0915\u094D\u0924\u093F {{regExp}}",specialCharactersMustNotContainSlash:"\u0935\u093F\u0936\u0947\u0937 \u0905\u0915\u094D\u0937\u0930\u0939\u0930\u0942\u092E\u093E / \u0939\u0941\u0928\u0941\u0939\u0941\u0928\u094D\u0928",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"\u0935\u093F\u0936\u0947\u0937 \u0905\u0915\u094D\u0937\u0930 \u092A\u094D\u0930\u0924\u093F\u0938\u094D\u0925\u093E\u092A\u0928\u092E\u093E \u0905\u092E\u093E\u0928\u094D\u092F \u092B\u093E\u0907\u0932 \u0928\u093E\u092E \u092A\u093E\u0925 \u0905\u0915\u094D\u0937\u0930\u0939\u0930\u0942 \u0939\u0941\u0928\u0941\u0939\u0941\u0928\u094D\u0928\u0964"}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"\u091C\u092C \u092B\u093E\u0907\u0932\u0939\u0930\u0942 \u0938\u0902\u0932\u0917\u094D\u0928 \u0917\u0930\u094D\u0926\u0948:"},name:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u092A\u0941\u0928\u0903 \u0928\u093E\u092E\u0915\u0930\u0923 \u092E\u094B\u0921"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"\u091C\u092C \u0938\u0902\u0915\u0932\u093F\u0924 \u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u0927\u0947\u0930\u0948 \u0928\u094B\u091F\u0939\u0930\u0942\u0926\u094D\u0935\u093E\u0930\u093E \u092A\u094D\u0930\u092F\u094B\u0917 \u0939\u0941\u0928\u094D\u091B:"},name:"\u0927\u0947\u0930\u0948 \u0928\u094B\u091F\u0939\u0930\u0942\u0926\u094D\u0935\u093E\u0930\u093E \u092A\u094D\u0930\u092F\u094B\u0917 \u0939\u0941\u0928\u0947 \u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u0938\u0902\u0915\u0932\u0928 \u092E\u094B\u0921"},collectedAttachmentFileName:{description:{part1:"\u0909\u092A\u0932\u092C\u094D\u0927",part2:"\u091F\u094B\u0915\u0928\u0939\u0930\u0942 \u0939\u0947\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D"},name:"\u0938\u0902\u0915\u0932\u093F\u0924 \u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u092B\u093E\u0907\u0932 \u0928\u093E\u092E"},customTokens:{description:{part1:"\u092A\u094D\u0930\u092F\u094B\u0917 \u0917\u0930\u094D\u0928\u0915\u093E \u0932\u093E\u0917\u093F \u0915\u0938\u094D\u091F\u092E \u091F\u094B\u0915\u0928\u0939\u0930\u0942\u0964",part2:"\u0925\u092A \u091C\u093E\u0928\u0915\u093E\u0930\u0940\u0915\u093E \u0932\u093E\u0917\u093F",part3:"\u0915\u093E\u0917\u091C\u093E\u0924",part4:"\u0939\u0947\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964",part5:"\u26A0\uFE0F \u0915\u0938\u094D\u091F\u092E \u091F\u094B\u0915\u0928\u0939\u0930\u0942 \u092E\u0928\u092E\u093E\u0928\u093E JavaScript \u0915\u094B\u0921 \u0939\u0941\u0928 \u0938\u0915\u094D\u091B\u0928\u094D\u0964 \u092F\u0926\u093F \u0916\u0930\u093E\u092C \u0932\u0947\u0916\u093F\u090F\u0915\u094B \u091B \u092D\u0928\u0947, \u092F\u0938\u0932\u0947 \u0921\u093E\u091F\u093E \u0939\u093E\u0928\u093F \u0917\u0930\u094D\u0928 \u0938\u0915\u094D\u091B\u0964 \u0906\u092B\u094D\u0928\u0948 \u091C\u094B\u0916\u093F\u092E\u092E\u093E \u092A\u094D\u0930\u092F\u094B\u0917 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964"},name:"\u0915\u0938\u094D\u091F\u092E \u091F\u094B\u0915\u0928\u0939\u0930\u0942"},defaultImageSize:{description:{part1:"\u092A\u0942\u0930\u094D\u0935\u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0924\u0938\u094D\u0935\u0940\u0930\u0915\u094B \u0906\u0915\u093E\u0930\u0964",part2:"\u092A\u093F\u0915\u094D\u0938\u0947\u0932\u092E\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0917\u0930\u094D\u0928 \u0938\u0915\u093F\u0928\u094D\u091B",part3:"\u0935\u093E \u092A\u0942\u0930\u094D\u0923 \u0924\u0938\u094D\u0935\u0940\u0930\u0915\u094B \u0906\u0915\u093E\u0930\u0915\u094B \u092A\u094D\u0930\u0924\u093F\u0936\u0924\u092E\u093E",part4:"\u092E\u0942\u0932 \u0906\u0915\u093E\u0930 \u092A\u094D\u0930\u092F\u094B\u0917 \u0917\u0930\u094D\u0928 \u0916\u093E\u0932\u0940 \u0930\u093E\u0916\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964"},name:"\u092A\u0942\u0930\u094D\u0935\u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0924\u0938\u094D\u0935\u0940\u0930\u0915\u094B \u0906\u0915\u093E\u0930"},duplicateNameSeparator:{description:{part1:"\u091C\u092C \u0924\u092A\u093E\u0908\u0901 \u090F\u0909\u091F\u093E \u092B\u093E\u0907\u0932\u0932\u093E\u0908 \u0905\u0935\u0938\u094D\u0925\u093F\u0924 \u092B\u093E\u0907\u0932\u0938\u0901\u0917 \u0909\u0939\u0940 \u0928\u093E\u092E\u0915\u093E \u0938\u093E\u0925 \u091F\u093E\u0901\u0938\u094D\u0926\u0948/\u0924\u093E\u0928\u094D\u0926\u0948 \u0939\u0941\u0928\u0941\u0939\u0941\u0928\u094D\u091B, \u092F\u094B \u0935\u093F\u092D\u093E\u091C\u0915 \u092B\u093E\u0907\u0932 \u0928\u093E\u092E\u092E\u093E \u0925\u092A\u093F\u0928\u0947\u091B\u0964",part2:"\u0909\u0926\u093E\u0939\u0930\u0923\u0915\u093E \u0932\u093E\u0917\u093F, \u091C\u092C \u0924\u092A\u093E\u0908\u0901 \u092B\u093E\u0907\u0932",part3:"\u0924\u093E\u0928\u094D\u0926\u0948 \u0939\u0941\u0928\u0941\u0939\u0941\u0928\u094D\u091B, \u092F\u094B",part4:"\u092E\u093E \u092A\u0941\u0928\u0903 \u0928\u093E\u092E\u0915\u0930\u0923 \u0917\u0930\u093F\u0928\u0947\u091B, \u0906\u0926\u093F, \u092A\u0939\u093F\u0932\u094B \u0909\u092A\u0932\u092C\u094D\u0927 \u0928\u093E\u092E \u092A\u093E\u0909\u0901\u0926\u0948\u0964"},name:"\u0921\u0941\u092A\u094D\u0932\u093F\u0915\u0947\u091F \u0928\u093E\u092E \u0935\u093F\u092D\u093E\u091C\u0915"},emptyFolderBehavior:{description:{part1:"\u091C\u092C \u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u092B\u094B\u0932\u094D\u0921\u0930 \u0916\u093E\u0932\u0940 \u0939\u0941\u0928\u094D\u091B:"},name:"\u0916\u093E\u0932\u0940 \u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u092B\u094B\u0932\u094D\u0921\u0930 \u0935\u094D\u092F\u0935\u0939\u093E\u0930"},excludePaths:{description:{part1:"\u0928\u093F\u092E\u094D\u0928 \u092A\u093E\u0925\u0939\u0930\u0942\u092C\u093E\u091F \u0928\u094B\u091F\u0939\u0930\u0942 \u092C\u093E\u0939\u093F\u0930 \u0928\u093F\u0915\u093E\u0932\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964",part2:"\u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u092A\u093E\u0925\u0932\u093E\u0908 \u0928\u092F\u093E\u0901 \u0932\u093E\u0907\u0928\u092E\u093E \u0930\u093E\u0916\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964",part3:"\u0924\u092A\u093E\u0908\u0901 \u092A\u093E\u0925 \u0938\u094D\u091F\u094D\u0930\u093F\u0919 \u0935\u093E",part4:"\u092A\u094D\u0930\u092F\u094B\u0917 \u0917\u0930\u094D\u0928 \u0938\u0915\u094D\u0928\u0941\u0939\u0941\u0928\u094D\u091B\u0964 \u092F\u0926\u093F \u0938\u0947\u091F\u093F\u0919 \u0916\u093E\u0932\u0940 \u091B \u092D\u0928\u0947, \u0915\u0941\u0928\u0948 \u092A\u0928\u093F \u0928\u094B\u091F\u0939\u0930\u0942 \u092C\u093E\u0939\u093F\u0930 \u0928\u093F\u0915\u093E\u0932\u093F\u0928\u0947\u091B\u0948\u0928\u0964"},name:"\u092A\u093E\u0925\u0939\u0930\u0942 \u092C\u093E\u0939\u093F\u0930 \u0928\u093F\u0915\u093E\u0932\u094D\u0928\u0941\u0939\u094B\u0938\u094D"},excludePathsFromAttachmentCollecting:{description:{part1:"\u091C\u092C",part2:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942 \u0938\u0902\u0915\u0932\u0928 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D",part3:"\u0906\u0926\u0947\u0936 \u0915\u093E\u0930\u094D\u092F\u093E\u0928\u094D\u0935\u092F\u0928 \u0917\u0930\u093F\u0928\u094D\u091B, \u0928\u093F\u092E\u094D\u0928 \u092A\u093E\u0925\u0939\u0930\u0942\u092C\u093E\u091F \u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942 \u092C\u093E\u0939\u093F\u0930 \u0928\u093F\u0915\u093E\u0932\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964",part4:"\u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u092A\u093E\u0925\u0932\u093E\u0908 \u0928\u092F\u093E\u0901 \u0932\u093E\u0907\u0928\u092E\u093E \u0930\u093E\u0916\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964",part5:"\u0924\u092A\u093E\u0908\u0901 \u092A\u093E\u0925 \u0938\u094D\u091F\u094D\u0930\u093F\u0919 \u0935\u093E",part6:"\u092A\u094D\u0930\u092F\u094B\u0917 \u0917\u0930\u094D\u0928 \u0938\u0915\u094D\u0928\u0941\u0939\u0941\u0928\u094D\u091B\u0964 \u092F\u0926\u093F \u0938\u0947\u091F\u093F\u0919 \u0916\u093E\u0932\u0940 \u091B \u092D\u0928\u0947, \u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u0938\u0902\u0915\u0932\u0928\u092C\u093E\u091F \u0915\u0941\u0928\u0948 \u092A\u0928\u093F \u092A\u093E\u0925\u0939\u0930\u0942 \u092C\u093E\u0939\u093F\u0930 \u0928\u093F\u0915\u093E\u0932\u093F\u0928\u0947\u091B\u0948\u0928\u0964"},name:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u0938\u0902\u0915\u0932\u0928\u092C\u093E\u091F \u092A\u093E\u0925\u0939\u0930\u0942 \u092C\u093E\u0939\u093F\u0930 \u0928\u093F\u0915\u093E\u0932\u094D\u0928\u0941\u0939\u094B\u0938\u094D"},generatedAttachmentFileName:{description:{part1:"\u0909\u092A\u0932\u092C\u094D\u0927",part2:"\u091F\u094B\u0915\u0928\u0939\u0930\u0942 \u0939\u0947\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D"},name:"\u0909\u0924\u094D\u092A\u0928\u094D\u0928 \u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u092B\u093E\u0907\u0932 \u0928\u093E\u092E"},includePaths:{description:{part1:"\u0928\u093F\u092E\u094D\u0928 \u092A\u093E\u0925\u0939\u0930\u0942\u092C\u093E\u091F \u0928\u094B\u091F\u0939\u0930\u0942 \u0938\u092E\u093E\u0935\u0947\u0936 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964",part2:"\u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u092A\u093E\u0925\u0932\u093E\u0908 \u0928\u092F\u093E\u0901 \u0932\u093E\u0907\u0928\u092E\u093E \u0930\u093E\u0916\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964",part3:"\u0924\u092A\u093E\u0908\u0901 \u092A\u093E\u0925 \u0938\u094D\u091F\u094D\u0930\u093F\u0919 \u0935\u093E",part4:"\u092A\u094D\u0930\u092F\u094B\u0917 \u0917\u0930\u094D\u0928 \u0938\u0915\u094D\u0928\u0941\u0939\u0941\u0928\u094D\u091B\u0964 \u092F\u0926\u093F \u0938\u0947\u091F\u093F\u0919 \u0916\u093E\u0932\u0940 \u091B \u092D\u0928\u0947, \u0938\u092C\u0948 \u0928\u094B\u091F\u0939\u0930\u0942 \u0938\u092E\u093E\u0935\u0947\u0936 \u0917\u0930\u093F\u0928\u094D\u091B\u0928\u094D\u0964"},name:"\u092A\u093E\u0925\u0939\u0930\u0942 \u0938\u092E\u093E\u0935\u0947\u0936 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D"},jpegQuality:{description:"\u0917\u0941\u0923\u0938\u094D\u0924\u0930 \u091C\u0924\u093F \u0938\u093E\u0928\u094B, \u0915\u092E\u094D\u092A\u094D\u0930\u0947\u0938\u0928 \u0905\u0928\u0941\u092A\u093E\u0924 \u0924\u094D\u092F\u0924\u093F \u0920\u0942\u0932\u094B\u0964",name:"JPEG \u0917\u0941\u0923\u0938\u094D\u0924\u0930"},locationForNewAttachments:{description:{part1:"\u0938\u093E\u092A\u0947\u0915\u094D\u0937 \u092A\u093E\u0925 \u092A\u094D\u0930\u092F\u094B\u0917 \u0917\u0930\u094D\u0928\u0915\u093E \u0932\u093E\u0917\u093F",part2:"\u0938\u0901\u0917 \u0938\u0941\u0930\u0941 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964",part3:"\u0909\u092A\u0932\u092C\u094D\u0927",part4:"\u091F\u094B\u0915\u0928\u0939\u0930\u0942 \u0939\u0947\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964",part5:"\u0921\u091F-\u092B\u094B\u0932\u094D\u0921\u0930\u0939\u0930\u0942 \u091C\u0938\u094D\u0924\u0948",part6:"\u0938\u093F\u092B\u093E\u0930\u093F\u0938 \u0917\u0930\u093F\u090F\u0915\u094B \u091B\u0948\u0928, \u0915\u093F\u0928\u092D\u0928\u0947 Obsidian \u0932\u0947 \u0924\u093F\u0928\u0940\u0939\u0930\u0942\u0932\u093E\u0908 \u091F\u094D\u0930\u094D\u092F\u093E\u0915 \u0917\u0930\u094D\u0926\u0948\u0928\u0964 \u0924\u093F\u0928\u0940\u0939\u0930\u0942\u0932\u093E\u0908 \u0935\u094D\u092F\u0935\u0938\u094D\u0925\u093E\u092A\u0928 \u0917\u0930\u094D\u0928\u0915\u093E \u0932\u093E\u0917\u093F \u0924\u092A\u093E\u0908\u0901\u0932\u093E\u0908",part7:"\u092A\u094D\u0932\u0917\u0907\u0928 \u092A\u094D\u0930\u092F\u094B\u0917 \u0917\u0930\u094D\u0928 \u0906\u0935\u0936\u094D\u092F\u0915 \u0939\u0941\u0928 \u0938\u0915\u094D\u091B\u0964"},name:"\u0928\u092F\u093E\u0901 \u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942\u0915\u093E \u0932\u093E\u0917\u093F \u0938\u094D\u0925\u093E\u0928"},markdownUrlFormat:{description:{part1:"\u092E\u093E\u0930\u094D\u0915\u0921\u093E\u0909\u0928 \u092E\u093E \u0938\u092E\u093E\u0935\u0947\u0936 \u0917\u0930\u093F\u0928\u0947 \u092F\u0942\u0906\u0930\u090F\u0932 \u0915\u093E \u0932\u093E\u0917\u093F \u0922\u093E\u0901\u091A\u093E\u0964",part2:"\u0909\u092A\u0932\u092C\u094D\u0927",part3:"\u091F\u094B\u0915\u0928\u0939\u0930\u0942 \u0939\u0947\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964",part4:"\u092A\u0942\u0930\u094D\u0935\u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0922\u093E\u0901\u091A\u093E \u092A\u094D\u0930\u092F\u094B\u0917 \u0917\u0930\u094D\u0928\u0915\u093E \u0932\u093E\u0917\u093F \u0916\u093E\u0932\u0940 \u091B\u094B\u0921\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964"},name:"\u092E\u093E\u0930\u094D\u0915\u0921\u093E\u0909\u0928 \u092F\u0942\u0906\u0930\u090F\u0932 \u0922\u093E\u0901\u091A\u093E"},renameAttachmentsToLowerCase:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942\u0932\u093E\u0908 \u0938\u093E\u0928\u094B \u0905\u0915\u094D\u0937\u0930\u092E\u093E \u092A\u0941\u0928\u0903 \u0928\u093E\u092E\u0915\u0930\u0923 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D",renamedAttachmentFileName:{description:{part1:"\u0909\u092A\u0932\u092C\u094D\u0927",part2:"\u091F\u094B\u0915\u0928\u0939\u0930\u0942 \u0939\u0947\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D"},name:"\u092A\u0941\u0928\u0903 \u0928\u093E\u092E\u0915\u0930\u0923 \u0917\u0930\u093F\u090F\u0915\u094B \u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u092B\u093E\u0907\u0932 \u0928\u093E\u092E"},resetToSampleCustomTokens:{message:"\u0915\u0947 \u0924\u092A\u093E\u0908\u0901 \u0915\u0938\u094D\u091F\u092E \u091F\u094B\u0915\u0928\u0939\u0930\u0942\u0932\u093E\u0908 \u0928\u092E\u0941\u0928\u093E \u0915\u0938\u094D\u091F\u092E \u091F\u094B\u0915\u0928\u0939\u0930\u0942\u092E\u093E \u0930\u093F\u0938\u0947\u091F \u0917\u0930\u094D\u0928 \u091A\u093E\u0939\u0928\u0941\u0939\u0941\u0928\u094D\u091B? \u0924\u092A\u093E\u0908\u0901\u0915\u093E \u092A\u0930\u093F\u0935\u0930\u094D\u0924\u0928\u0939\u0930\u0942 \u0939\u0930\u093E\u0909\u0928\u0947\u091B\u0928\u094D\u0964",title:"\u0928\u092E\u0941\u0928\u093E \u0915\u0938\u094D\u091F\u092E \u091F\u094B\u0915\u0928\u0939\u0930\u0942\u092E\u093E \u0930\u093F\u0938\u0947\u091F \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D"},shouldConvertPastedImagesToJpeg:{description:"\u0915\u0947 \u091F\u093E\u0901\u0938\u093F\u090F\u0915\u093E \u091B\u0935\u093F\u0939\u0930\u0942\u0932\u093E\u0908 JPEG \u092E\u093E \u0930\u0942\u092A\u093E\u0928\u094D\u0924\u0930\u0923 \u0917\u0930\u094D\u0928\u0947\u0964 \u092F\u094B \u0915\u0947\u0935\u0932 \u0924\u092C \u0932\u093E\u0917\u0942 \u0939\u0941\u0928\u094D\u091B \u091C\u092C PNG \u091B\u0935\u093F \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094D\u0932\u093F\u092A\u092C\u094B\u0930\u094D\u0921\u092C\u093E\u091F \u0938\u0940\u0927\u0948 \u091F\u093E\u0901\u0938\u093F\u090F\u0915\u094B \u0939\u0941\u0928\u094D\u091B\u0964 \u0938\u093E\u092E\u093E\u0928\u094D\u092F\u0924\u092F\u093E, \u0938\u094D\u0915\u094D\u0930\u093F\u0928\u0936\u091F \u091F\u093E\u0901\u0938\u094D\u0928\u0915\u093E \u0932\u093E\u0917\u093F\u0964",name:"\u091F\u093E\u0901\u0938\u093F\u090F\u0915\u093E \u091B\u0935\u093F\u0939\u0930\u0942\u0932\u093E\u0908 JPEG \u092E\u093E \u0930\u0942\u092A\u093E\u0928\u094D\u0924\u0930\u0923 \u0917\u0930\u094D\u0928\u0941\u092A\u0930\u094D\u091B"},shouldDeleteOrphanAttachments:{description:"\u092F\u0926\u093F \u0938\u0915\u094D\u0937\u092E \u0917\u0930\u093F\u090F\u0915\u094B \u091B \u092D\u0928\u0947, \u091C\u092C \u0928\u094B\u091F \u092E\u0947\u091F\u093E\u0907\u0928\u094D\u091B, \u092F\u0938\u0915\u093E \u0905\u0928\u093E\u0925 \u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942 \u092A\u0928\u093F \u092E\u0947\u091F\u093E\u0907\u0928\u0947\u091B\u0928\u094D\u0964",name:"\u0905\u0928\u093E\u0925 \u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942 \u092E\u0947\u091F\u093E\u0909\u0928\u0941\u092A\u0930\u094D\u091B"},shouldRenameAttachmentFiles:{description:{part1:"\u092F\u0926\u093F \u0938\u0915\u094D\u0937\u092E \u0917\u0930\u093F\u090F\u0915\u094B \u091B \u092D\u0928\u0947, \u091C\u092C \u0928\u094B\u091F \u092A\u0941\u0928\u0903 \u0928\u093E\u092E\u0915\u0930\u0923 \u0935\u093E \u0938\u093E\u0930\u093F\u0928\u094D\u091B, \u092F\u0938\u0915\u093E \u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942",part2:"\u0938\u0947\u091F\u093F\u0919 \u0905\u0928\u0941\u0938\u093E\u0930 \u092A\u0941\u0928\u0903 \u0928\u093E\u092E\u0915\u0930\u0923 \u0917\u0930\u093F\u0928\u0947\u091B\u0928\u094D\u0964"},name:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u092B\u093E\u0907\u0932\u0939\u0930\u0942 \u092A\u0941\u0928\u0903 \u0928\u093E\u092E\u0915\u0930\u0923 \u0917\u0930\u094D\u0928\u0941\u092A\u0930\u094D\u091B"},shouldRenameAttachmentFolders:{description:"\u091C\u092C \u0928\u094B\u091F \u092A\u0941\u0928\u0903 \u0928\u093E\u092E\u0915\u0930\u0923 \u0935\u093E \u0938\u093E\u0930\u093F\u0928\u094D\u091B, \u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u092B\u094B\u0932\u094D\u0921\u0930\u0939\u0930\u0942 \u092A\u0941\u0928\u0903 \u0928\u093E\u092E\u0915\u0930\u0923 \u0917\u0930\u094D\u0928\u0947 \u0935\u093E \u0928\u0917\u0930\u094D\u0928\u0947\u0964",name:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u092B\u094B\u0932\u094D\u0921\u0930\u0939\u0930\u0942 \u092A\u0941\u0928\u0903 \u0928\u093E\u092E\u0915\u0930\u0923 \u0917\u0930\u094D\u0928\u0941\u092A\u0930\u094D\u091B"},shouldRenameAttachmentsCreatedByOtherPlugins:{description:{part1:"\u0905\u0928\u094D\u092F \u092A\u094D\u0932\u0917\u0907\u0928\u0939\u0930\u0942\u0932\u0947 \u0938\u093F\u0930\u094D\u091C\u0928\u093E \u0917\u0930\u0947\u0915\u093E \u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942\u092E\u093E \u092A\u0928\u093F \u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u092B\u094B\u0932\u094D\u0921\u0930 \u0930 \u092B\u093E\u0907\u0932 \u0928\u093E\u092E\u0915\u093E \u0938\u0947\u091F\u093F\u0919\u0939\u0930\u0942 \u0932\u093E\u0917\u0942 \u0917\u0930\u094D\u0928\u0947 \u0915\u093F \u0928\u0917\u0930\u094D\u0928\u0947\u0964",part2:"\u0915\u0947\u0939\u0940 \u092A\u094D\u0932\u0917\u0907\u0928\u0939\u0930\u0942\u0932\u0947 \u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u0915\u0939\u093E\u0901 \u092A\u0930\u094D\u091B \u092D\u0928\u0947\u0930 Obsidian \u0932\u093E\u0908 \u0928\u0938\u094B\u0927\u0940 \u0906\u092B\u094D\u0928\u0948 \u0928\u093E\u092E\u092E\u093E \u0938\u093F\u0927\u0948 \u092D\u0932\u094D\u091F\u092E\u093E \u0932\u0947\u0916\u094D\u091B\u0928\u094D\u0964 \u092F\u094B \u0938\u0915\u094D\u0937\u092E \u092D\u090F\u092E\u093E, \u0924\u094D\u092F\u0938\u094D\u0924\u094B \u092B\u093E\u0907\u0932 \u0926\u0947\u0916\u093F\u0928\u0947\u092C\u093F\u0924\u094D\u0924\u093F\u0915\u0948 \u0938\u093E\u0930\u093F\u0928\u094D\u091B \u0930 \u0928\u093E\u092E \u092A\u0930\u093F\u0935\u0930\u094D\u0924\u0928 \u0917\u0930\u093F\u0928\u094D\u091B\u0964",part3:"\u0928\u094B\u091F \u0916\u0941\u0932\u093E \u0930\u0939\u0947\u0915\u094B \u092C\u0947\u0932\u093E \u0938\u093F\u0930\u094D\u091C\u0928\u093E \u092D\u090F\u0915\u093E \u092B\u093E\u0907\u0932\u0939\u0930\u0942 \u092E\u093E\u0924\u094D\u0930 \u091B\u094B\u0907\u0928\u094D\u091B\u0928\u094D, \u0938\u093F\u0902\u0915 \u0935\u093E \u092D\u0932\u094D\u091F \u0906\u092F\u093E\u0924\u092C\u093E\u091F \u0906\u0909\u0928\u0947 \u092B\u093E\u0907\u0932\u0939\u0930\u0942 \u0915\u0939\u093F\u0932\u094D\u092F\u0948 \u091B\u094B\u0907\u0901\u0926\u0948\u0928\u0928\u094D\u0964"},name:"\u0905\u0928\u094D\u092F \u092A\u094D\u0932\u0917\u0907\u0928\u0939\u0930\u0942\u0932\u0947 \u0938\u093F\u0930\u094D\u091C\u0928\u093E \u0917\u0930\u0947\u0915\u093E \u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942\u0915\u094B \u0928\u093E\u092E \u092A\u0930\u093F\u0935\u0930\u094D\u0924\u0928 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D"},shouldRenameCollectedAttachments:{description:{part1:"\u092F\u0926\u093F \u0938\u0915\u094D\u0937\u092E \u0917\u0930\u093F\u090F\u0915\u094B \u091B \u092D\u0928\u0947,",part2:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942 \u0938\u0902\u0915\u0932\u0928 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D",part3:"\u0906\u0926\u0947\u0936\u0939\u0930\u0942 \u092E\u093E\u0930\u094D\u092B\u0924 \u092A\u094D\u0930\u0936\u094B\u0927\u093F\u0924 \u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942",part4:"\u0938\u0947\u091F\u093F\u0919 \u0905\u0928\u0941\u0938\u093E\u0930 \u092A\u0941\u0928\u0903 \u0928\u093E\u092E\u0915\u0930\u0923 \u0917\u0930\u093F\u0928\u0947\u091B\u0928\u094D\u0964"},name:"\u0938\u0902\u0915\u0932\u093F\u0924 \u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942 \u092A\u0941\u0928\u0903 \u0928\u093E\u092E\u0915\u0930\u0923 \u0917\u0930\u094D\u0928\u0941\u092A\u0930\u094D\u091B"},specialCharacters:{description:{part1:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u092B\u094B\u0932\u094D\u0921\u0930 \u0930 \u092B\u093E\u0907\u0932 \u0928\u093E\u092E\u092E\u093E \u092A\u094D\u0930\u0924\u093F\u0938\u094D\u0925\u093E\u092A\u0928 \u0935\u093E \u0939\u091F\u093E\u0909\u0928\u0915\u093E \u0932\u093E\u0917\u093F \u0935\u093F\u0936\u0947\u0937 \u0905\u0915\u094D\u0937\u0930\u0939\u0930\u0942\u0964",part2:"\u0935\u093F\u0936\u0947\u0937 \u0905\u0915\u094D\u0937\u0930\u0939\u0930\u0942 \u0938\u0902\u0930\u0915\u094D\u0937\u093F\u0924 \u0917\u0930\u094D\u0928\u0915\u093E \u0932\u093E\u0917\u093F \u0916\u093E\u0932\u0940 \u091B\u094B\u0921\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964"},name:"\u0935\u093F\u0936\u0947\u0937 \u0905\u0915\u094D\u0937\u0930\u0939\u0930\u0942"},specialCharactersReplacement:{description:{part1:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u092B\u094B\u0932\u094D\u0921\u0930 \u0930 \u092B\u093E\u0907\u0932 \u0928\u093E\u092E\u092E\u093E \u0935\u093F\u0936\u0947\u0937 \u0905\u0915\u094D\u0937\u0930\u0939\u0930\u0942\u0915\u093E \u0932\u093E\u0917\u093F \u092A\u094D\u0930\u0924\u093F\u0938\u094D\u0925\u093E\u092A\u0928 \u0938\u094D\u091F\u094D\u0930\u093F\u0919\u0964",part2:"\u0935\u093F\u0936\u0947\u0937 \u0905\u0915\u094D\u0937\u0930\u0939\u0930\u0942 \u0939\u091F\u093E\u0909\u0928\u0915\u093E \u0932\u093E\u0917\u093F \u0916\u093E\u0932\u0940 \u091B\u094B\u0921\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964"},name:"\u0935\u093F\u0936\u0947\u0937 \u0905\u0915\u094D\u0937\u0930\u0939\u0930\u0942 \u092A\u094D\u0930\u0924\u093F\u0938\u094D\u0925\u093E\u092A\u0928"},timeoutInSeconds:{description:{part1:"\u0938\u092C\u0948 \u0915\u093E\u0930\u094D\u092F\u0939\u0930\u0942\u0915\u093E \u0932\u093E\u0917\u093F \u0938\u0947\u0915\u0947\u0928\u094D\u0921\u092E\u093E \u091F\u093E\u0907\u092E\u0906\u0909\u091F\u0964",part2:"\u092F\u0926\u093F",part3:"\u0938\u0947\u091F \u0917\u0930\u093F\u090F\u0915\u094B \u091B \u092D\u0928\u0947, \u0915\u093E\u0930\u094D\u092F\u0939\u0930\u0942 \u0915\u093E\u0930\u094D\u092F\u093E\u0928\u094D\u0935\u092F\u0928 \u091F\u093E\u0907\u092E\u0906\u0909\u091F \u0905\u0915\u094D\u0937\u092E \u0917\u0930\u093F\u0928\u0947\u091B\u0964"},name:"\u0938\u0947\u0915\u0947\u0928\u094D\u0921\u092E\u093E \u091F\u093E\u0907\u092E\u0906\u0909\u091F"},treatAsAttachmentExtensions:{description:{part1:"\u092F\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0928\u094D\u0938\u0928\u0939\u0930\u0942 \u092D\u090F\u0915\u093E \u092B\u093E\u0907\u0932\u0939\u0930\u0942\u0932\u093E\u0908 \u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942\u0915\u094B \u0930\u0942\u092A\u092E\u093E \u0935\u094D\u092F\u0935\u0939\u093E\u0930 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D\u0964",part2:"\u092A\u0942\u0930\u094D\u0935\u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0930\u0942\u092A\u092E\u093E",part3:"\u0930",part4:"\u0932\u093F\u0902\u0915 \u0917\u0930\u093F\u090F\u0915\u093E \u092B\u093E\u0907\u0932\u0939\u0930\u0942 \u0938\u0902\u0932\u0917\u094D\u0928\u0915\u0939\u0930\u0942\u0915\u094B \u0930\u0942\u092A\u092E\u093E \u0935\u094D\u092F\u0935\u0939\u093E\u0930 \u0917\u0930\u093F\u0928\u0947\u091B\u0948\u0928\u0928\u094D \u0930 \u0928\u094B\u091F\u0938\u0901\u0917 \u0938\u093E\u0930\u093F\u0928\u0947\u091B\u0948\u0928\u0928\u094D\u0964",part5:"\u0924\u092A\u093E\u0908\u0901 \u0915\u0938\u094D\u091F\u092E \u090F\u0915\u094D\u0938\u091F\u0947\u0928\u094D\u0938\u0928\u0939\u0930\u0942 \u0925\u092A\u094D\u0928 \u0938\u0915\u094D\u0928\u0941\u0939\u0941\u0928\u094D\u091B, \u0909\u0926\u093E\u0939\u0930\u0923\u0915\u093E \u0932\u093E\u0917\u093F",part6:", \u092F\u094B \u0935\u094D\u092F\u0935\u0939\u093E\u0930 \u0913\u092D\u0930\u0930\u093E\u0907\u0921 \u0917\u0930\u094D\u0928\u0915\u093E \u0932\u093E\u0917\u093F\u0964"},name:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u090F\u0915\u094D\u0938\u091F\u0947\u0928\u094D\u0938\u0928\u0939\u0930\u0942\u0915\u094B \u0930\u0942\u092A\u092E\u093E \u0935\u094D\u092F\u0935\u0939\u093E\u0930 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D"}},promptWithPreviewModal:{fileNameTitle:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u092B\u093E\u0907\u0932\u0915\u094B \u0928\u093E\u092E \u092A\u0930\u093F\u0935\u0930\u094D\u0924\u0928 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D",folderTitle:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u092B\u094B\u0932\u094D\u0921\u0930 \u091B\u093E\u0928\u094D\u0928\u0941\u0939\u094B\u0938\u094D",previewModal:{title:"\u0938\u0902\u0932\u0917\u094D\u0928\u0915 \u092B\u093E\u0907\u0932 '{{fullFileName}}' \u0915\u094B \u092A\u0942\u0930\u094D\u0935\u093E\u0935\u0932\u094B\u0915\u0928"},title:"\u092A\u094D\u0930\u094B\u092E\u094D\u092A\u094D\u091F \u091F\u094B\u0915\u0928\u0915\u093E \u0932\u093E\u0917\u093F \u092E\u093E\u0928 \u092A\u094D\u0930\u0926\u093E\u0928 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D"},regularExpression:"/\u0928\u093F\u092F\u092E\u093F\u0924 \u0905\u092D\u093F\u0935\u094D\u092F\u0915\u094D\u0924\u093F/"};var _N={attachmentCollector:{confirm:{part1:"Wil je bijlagen voor alle notities in mappen recursief verzamelen?",part2:"Deze bewerking kan niet ongedaan worden gemaakt."},progressBar:{message:"Bijlagen verzamelen {{iterationString}} - '{{noteFilePath}}'.",title:"Bijlagen verzamelen..."}},buttons:{copy:"Kopi\xEBren",move:"Verplaatsen",previewAttachmentFile:"Voorvertoning bijlagebestand",skip:"Overslaan"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"Bijlage",part2:"wordt gebruikt door meerdere notities."},heading:"Bijlage verzamelen die door meerdere notities wordt gebruikt",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Dezelfde actie gebruiken voor andere problematische bijlagen"},commands:{collectAttachmentsCurrentFolder:"Bijlagen verzamelen in huidige map",collectAttachmentsCurrentNote:"Bijlagen verzamelen in huidige notitie",collectAttachmentsEntireVault:"Bijlagen verzamelen in hele kluis"},menuItems:{collectAttachmentsInFile:"Bijlagen verzamelen in bestand",collectAttachmentsInFiles:"Bijlagen verzamelen in bestanden"},notice:{collectingAttachments:"Bijlagen verzamelen voor '{{noteFilePath}}'",collectingAttachmentsCancelled:"Bijlagen verzamelen geannuleerd. Zie console voor details.",generatedAttachmentFileNameIsInvalid:{part1:`Gegenereerde bijlage bestandsnaam '{{path}}' is ongeldig.
|
|
{{validationMessage}}
|
|
Controleer je`,part2:"instellingen."},notePathIsIgnored:"Notitie pad wordt genegeerd"},obsidianDevUtils:{buttons:{cancel:"Annuleren",ok:"OK"},dataview:{itemsPerPage:"Items per pagina:",jumpToPage:"Ga naar pagina:"},notices:{attachmentIsStillUsed:"Bijlage {{attachmentPath}} wordt nog steeds gebruikt door andere notities. Deze wordt niet verwijderd.",unhandledError:"Er is een onverwerkte fout opgetreden. Controleer de console voor meer informatie."}},pluginSettings:{attachmentRenameMode:{all:{description:"alle bestanden worden hernoemd.",displayText:"Alle"},none:{description:"hun namen worden behouden.",displayText:"Geen"},onlyPastedImages:{description:"alleen geplakte afbeeldingen worden hernoemd. Geldt alleen wanneer PNG afbeeldingsinhoud direct vanuit het klembord wordt geplakt. Meestal voor het plakken van screenshots.",displayText:"Alleen geplakte afbeeldingen"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"annuleer het verzamelen van bijlagen.",displayText:"Annuleren"},copy:{description:"kopieer de bijlage naar de nieuwe locatie.",displayText:"Kopi\xEBren"},move:{description:"verplaats de bijlage naar de nieuwe locatie.",displayText:"Verplaatsen"},prompt:{description:"vraag de gebruiker om de actie te kiezen.",displayText:"Vragen"},skip:{description:"sla de bijlage over en ga door naar de volgende.",displayText:"Overslaan"}},defaultImageSizeDimension:{height:"Hoogte",width:"Breedte"},emptyFolderBehavior:{delete:{description:"zal de lege bijlagenmap verwijderen.",displayText:"Verwijderen"},deleteWithEmptyParents:{description:"zal de lege bijlagenmap en zijn lege bovenliggende mappen verwijderen.",displayText:"Verwijderen met lege bovenliggende mappen"},keep:{description:"zal de lege bijlagenmap behouden.",displayText:"Behouden"}}},pluginSettingsManager:{customToken:{codeComment:`// Aangepaste tokens zijn uitgecommentarieerd omdat ze moeten worden bijgewerkt naar het nieuwe formaat ge\xEFntroduceerd in plugin versie 9.0.0.
|
|
// Raadpleeg de documentatie (https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) voor meer informatie.`,deprecated:{part1:"In plugin versie 9.0.0 is het formaat van aangepaste token registratie veranderd. Werk je tokens dienovereenkomstig bij. Raadpleeg de",part2:"documentatie",part3:"voor meer informatie"}},legacyRenameAttachmentsToLowerCase:{part1:"In plugin versie 9.0.0 is de",part2:"instelling verouderd. Gebruik in plaats daarvan het",part3:"formaat. Zie de",part4:"documentatie",part5:"voor meer informatie"},markdownUrlFormat:{deprecated:{part1:"Je hebt mogelijk een onjuiste waarde ingesteld voor het",part2:"formaat. Raadpleeg de",part3:"documentatie",part4:"voor meer informatie.",part5:"Dit bericht wordt niet meer getoond."}},specialCharacters:{part1:"In plugin versie 9.16.0 is de",part2:"standaard instellingswaarde veranderd. Je instellingswaarde is bijgewerkt naar de nieuwe standaardwaarde."},validation:{defaultImageSizeMustBePercentageOrPixels:"De standaardafmeting van de afbeelding moet in pixels of procenten zijn",invalidCustomTokensCode:"Ongeldige aangepaste tokens code",invalidRegularExpression:"Ongeldige reguliere expressie {{regExp}}",specialCharactersMustNotContainSlash:"Speciale karakters mogen geen / bevatten",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"Speciale karakter vervanging mag geen ongeldige bestandsnaam pad karakters bevatten."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"Bij het bijvoegen van bestanden:"},name:"Bijlage hernoem modus"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"Wanneer de verzamelde bijlage wordt gebruikt door meerdere notities:"},name:"Verzamel bijlage gebruikt door meerdere notities modus"},collectedAttachmentFileName:{description:{part1:"Zie beschikbare",part2:"tokens"},name:"Verzamelde bijlage bestandsnaam"},customTokens:{description:{part1:"Aangepaste tokens om te gebruiken.",part2:"Zie de",part3:"documentatie",part4:"voor meer informatie.",part5:"\u26A0\uFE0F Aangepaste tokens kunnen willekeurige JavaScript code zijn. Als ze slecht geschreven zijn, kunnen ze gegevensverlies veroorzaken. Gebruik ze op eigen risico."},name:"Aangepaste tokens"},defaultImageSize:{description:{part1:"De standaardafmeting van de afbeelding.",part2:"Kan worden opgegeven in pixels",part3:"of als percentage van de volledige afbeeldingsgrootte",part4:"Laat leeg om de originele afbeeldingsgrootte te gebruiken."},name:"Standaardafmeting afbeelding"},duplicateNameSeparator:{description:{part1:"Wanneer je een bestand plakt/sleept met dezelfde naam als een bestaand bestand, wordt deze scheidingsteken toegevoegd aan de bestandsnaam.",part2:"Bijv., wanneer je bestand sleept",part3:", wordt het hernoemd naar ",part4:", etc., waarbij de eerste beschikbare naam wordt gebruikt."},name:"Dubbele naam scheidingsteken"},emptyFolderBehavior:{description:{part1:"Wanneer de bijlagenmap leeg wordt:"},name:"Lege bijlagenmap gedrag"},excludePaths:{description:{part1:"Sluit notities uit van de volgende paden.",part2:"Voeg elk pad toe op een nieuwe regel.",part3:"Je kunt pad string of",part4:"gebruiken. Als de instelling leeg is, worden geen notities uitgesloten."},name:"Uitgesloten paden"},excludePathsFromAttachmentCollecting:{description:{part1:"Sluit bijlagen uit van de volgende paden wanneer het",part2:"Verzamel bijlagen",part3:"commando wordt uitgevoerd.",part4:"Voeg elk pad toe op een nieuwe regel.",part5:"Je kunt pad string of",part6:"gebruiken. Als de instelling leeg is, worden geen paden uitgesloten van bijlage verzamelen."},name:"Uitgesloten paden van bijlage verzamelen"},generatedAttachmentFileName:{description:{part1:"Zie beschikbare",part2:"tokens"},name:"Gegenereerde bijlage bestandsnaam"},includePaths:{description:{part1:"Voeg notities toe van de volgende paden.",part2:"Voeg elk pad toe op een nieuwe regel.",part3:"Je kunt pad string of",part4:"gebruiken. Als de instelling leeg is, worden alle notities opgenomen."},name:"Opgenomen paden"},jpegQuality:{description:"Hoe kleiner de kwaliteit, hoe groter de compressieverhouding.",name:"JPEG Kwaliteit"},locationForNewAttachments:{description:{part1:"Begin met",part2:"om relatief pad te gebruiken.",part3:"Zie beschikbare",part4:"tokens.",part5:"Dot-mappen zoals",part6:"worden niet aanbevolen, omdat Obsidian ze niet volgt. Je moet mogelijk de",part7:"Plugin gebruiken om ze te beheren."},name:"Locatie voor nieuwe bijlagen"},markdownUrlFormat:{description:{part1:"Formaat voor de URL die in Markdown wordt ingevoegd.",part2:"Zie beschikbare",part3:"tokens.",part4:"Laat leeg om het standaard formaat te gebruiken."},name:"Markdown URL formaat"},renameAttachmentsToLowerCase:"Hernoem bijlagen naar kleine letters",renamedAttachmentFileName:{description:{part1:"Zie beschikbare",part2:"tokens"},name:"Hernoemde bijlage bestandsnaam"},resetToSampleCustomTokens:{message:"Weet je zeker dat je de aangepaste tokens wilt resetten naar de voorbeeld aangepaste tokens? Je wijzigingen gaan verloren.",title:"Reset naar voorbeeld aangepaste tokens"},shouldConvertPastedImagesToJpeg:{description:"Of geplakte afbeeldingen moeten worden geconverteerd naar JPEG. Geldt alleen wanneer PNG afbeeldingsinhoud direct vanuit het klembord wordt geplakt. Meestal voor het plakken van screenshots.",name:"Moet geplakte afbeeldingen converteren naar JPEG"},shouldDeleteOrphanAttachments:{description:"Indien ingeschakeld, wanneer de notitie wordt verwijderd, worden ook de wees bijlagen verwijderd.",name:"Moet wees bijlagen verwijderen"},shouldRenameAttachmentFiles:{description:{part1:"Indien ingeschakeld, wanneer een notitie wordt hernoemd of verplaatst, worden de bijlagen hernoemd volgens de",part2:"instelling."},name:"Moet bijlage bestanden hernoemen"},shouldRenameAttachmentFolders:{description:"Of bijlage mappen moeten worden hernoemd wanneer een notitie wordt hernoemd of verplaatst.",name:"Moet bijlage mappen hernoemen"},shouldRenameAttachmentsCreatedByOtherPlugins:{description:{part1:"Of de instellingen voor bijlagemap en bestandsnaam ook gelden voor bijlagen die ANDERE plug-ins aanmaken.",part2:"Sommige plug-ins schrijven een bijlage onder een eigen naam rechtstreeks in de kluis, zonder Obsidian te vragen waar die hoort. Staat dit aan, dan wordt zo'n bestand meteen na het verschijnen verplaatst en hernoemd.",part3:"Alleen bestanden die ontstaan terwijl een notitie open is worden aangeraakt, nooit bestanden uit een synchronisatie of een kluisimport."},name:"Bijlagen hernoemen die andere plug-ins aanmaken"},shouldRenameCollectedAttachments:{description:{part1:"Indien ingeschakeld, bijlagen verwerkt via",part2:"Verzamel bijlagen",part3:"commando's worden hernoemd volgens de",part4:"instelling."},name:"Moet verzamelde bijlagen hernoemen"},specialCharacters:{description:{part1:"Speciale karakters in bijlage map en bestandsnaam die moeten worden vervangen of verwijderd.",part2:"Laat leeg om speciale karakters te behouden."},name:"Speciale karakters"},specialCharactersReplacement:{description:{part1:"Vervangingsstring voor speciale karakters in bijlage map en bestandsnaam.",part2:"Laat leeg om speciale karakters te verwijderen."},name:"Speciale karakters vervanging"},timeoutInSeconds:{description:{part1:"De timeout in seconden voor alle bewerkingen.",part2:"Als",part3:"is ingesteld, is de uitvoeringstimeout van bewerkingen uitgeschakeld."},name:"Timeout in seconden"},treatAsAttachmentExtensions:{description:{part1:"Behandel bestanden met deze extensies als bijlagen.",part2:"Standaard worden",part3:"en",part4:"gelinkte bestanden niet behandeld als bijlagen en worden niet verplaatst met de notitie.",part5:"Je kunt aangepaste extensies toevoegen, bijv.",part6:", om dit gedrag te overschrijven."},name:"Behandel als bijlage extensies"}},promptWithPreviewModal:{fileNameTitle:"Bijlagebestand hernoemen",folderTitle:"Bijlagemap kiezen",previewModal:{title:"Voorvertoning bijlage bestand '{{fullFileName}}'"},title:"Geef een waarde voor de prompt token"},regularExpression:"/reguliere expressie/"};var zN={attachmentCollector:{confirm:{part1:"Vil du samle vedlegg for alle notater i mapper rekursivt?",part2:"Denne operasjonen kan ikke angres."},progressBar:{message:"Samler vedlegg {{iterationString}} - '{{noteFilePath}}'.",title:"Samler vedlegg..."}},buttons:{copy:"Kopier",move:"Flytt",previewAttachmentFile:"Forh\xE5ndsvisning av vedleggsfil",skip:"Hopp over"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"Vedlegg",part2:"refereres av flere notater."},heading:"Samler vedlegg brukt av flere notater",shouldUseSameActionForOtherProblematicAttachmentsToggle:"B\xF8r bruke samme handling for andre problematiske vedlegg"},commands:{collectAttachmentsCurrentFolder:"Samle vedlegg i gjeldende mappe",collectAttachmentsCurrentNote:"Samle vedlegg i gjeldende notat",collectAttachmentsEntireVault:"Samle vedlegg i hele krypteret"},menuItems:{collectAttachmentsInFile:"Samle vedlegg i fil",collectAttachmentsInFiles:"Samle vedlegg i filer"},notice:{collectingAttachments:"Samler vedlegg for '{{noteFilePath}}'",collectingAttachmentsCancelled:"Innsamling av vedlegg avbrutt. Se konsoll for detaljer.",generatedAttachmentFileNameIsInvalid:{part1:`Generert vedleggsfilnavn '{{path}}' er ugyldig.
|
|
{{validationMessage}}
|
|
Sjekk din`,part2:"innstilling."},notePathIsIgnored:"Notatbane ignoreres"},obsidianDevUtils:{buttons:{cancel:"Avbryt",ok:"OK"},dataview:{itemsPerPage:"Elementer per side:",jumpToPage:"G\xE5 til side:"},notices:{attachmentIsStillUsed:"Vedlegg {{attachmentPath}} brukes fortsatt av andre notater. Det vil ikke bli slettet.",unhandledError:"En uh\xE5ndtert feil oppstod. Vennligst sjekk konsollen for mer informasjon."}},pluginSettings:{attachmentRenameMode:{all:{description:"alle filer omd\xF8pes.",displayText:"Alle"},none:{description:"navnene deres bevares.",displayText:"Ingen"},onlyPastedImages:{description:"bare innlimte bilder omd\xF8pes. Gjelder bare n\xE5r PNG-bildeinnhold limes inn fra utklippstavlen direkte. Vanligvis for \xE5 lime inn skjermbilder.",displayText:"Bare innlimte bilder"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"avbryt vedleggsinnsamlingen.",displayText:"Avbryt"},copy:{description:"kopier vedlegget til den nye plasseringen.",displayText:"Kopier"},move:{description:"flytt vedlegget til den nye plasseringen.",displayText:"Flytt"},prompt:{description:"sp\xF8r brukeren om \xE5 velge handlingen.",displayText:"Sp\xF8r"},skip:{description:"hopp over vedlegget og g\xE5 videre til neste.",displayText:"Hopp over"}},defaultImageSizeDimension:{height:"H\xF8yde",width:"Bredde"},emptyFolderBehavior:{delete:{description:"vil slette den tomme vedleggsmappen.",displayText:"Slett"},deleteWithEmptyParents:{description:"vil slette den tomme vedleggsmappen og dens tomme overordnede mapper.",displayText:"Slett med tomme overordnede"},keep:{description:"vil beholde den tomme vedleggsmappen.",displayText:"Behold"}}},pluginSettingsManager:{customToken:{codeComment:`// Tilpassede tokens ble kommentert ut da de m\xE5 oppdateres til det nye formatet introdusert i plugin versjon 9.0.0.
|
|
// Se dokumentasjonen (https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) for mer informasjon.`,deprecated:{part1:"I plugin versjon 9.0.0 endret formatet for tilpasset token-registrering. Vennligst oppdater tokens dine tilsvarende. Se",part2:"dokumentasjonen",part3:"for mer informasjon"}},legacyRenameAttachmentsToLowerCase:{part1:"I plugin versjon 9.0.0 er",part2:"innstillingen utdatert. Bruk",part3:"format i stedet. Se",part4:"dokumentasjonen",part5:"for mer informasjon"},markdownUrlFormat:{deprecated:{part1:"Du har potensielt feil verdi satt for",part2:"formatet. Vennligst se",part3:"dokumentasjonen",part4:"for mer informasjon.",part5:"Denne meldingen vil ikke vises igjen."}},specialCharacters:{part1:"I plugin versjon 9.16.0 ble",part2:"standard innstillingsverdi endret. Din innstillingsverdi ble oppdatert til den nye standardverdien."},validation:{defaultImageSizeMustBePercentageOrPixels:"Standard bildest\xF8rrelse m\xE5 v\xE6re i piksler eller prosent",invalidCustomTokensCode:"Ugyldig tilpasset tokens kode",invalidRegularExpression:"Ugyldig regul\xE6rt uttrykk {{regExp}}",specialCharactersMustNotContainSlash:"Spesialtegn m\xE5 ikke inneholde /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"Spesialtegnerstatning m\xE5 ikke inneholde ugyldige filnavn stibokstaver."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"N\xE5r du legger ved filer:"},name:"Vedlegg omd\xF8pingsmodus"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"N\xE5r det innsamlede vedlegget brukes av flere notater:"},name:"Samle vedlegg brukt av flere notater modus"},collectedAttachmentFileName:{description:{part1:"Se tilgjengelige",part2:"tokens"},name:"Samlet vedleggsfilnavn"},customTokens:{description:{part1:"Tilpassede tokens som skal brukes.",part2:"Se",part3:"dokumentasjonen",part4:"for mer informasjon.",part5:"\u26A0\uFE0F Tilpassede tokens kan v\xE6re vilk\xE5rlig JavaScript-kode. Hvis d\xE5rlig skrevet, kan det f\xF8re til tap av data. Bruk det p\xE5 egen risiko."},name:"Tilpassede tokens"},defaultImageSize:{description:{part1:"Standard bildest\xF8rrelse.",part2:"Kan spesifiseres i piksler",part3:"eller prosent av hele bildest\xF8rrelsen",part4:"La st\xE5 tomt for \xE5 bruke original bildest\xF8rrelse."},name:"Standard bildest\xF8rrelse"},duplicateNameSeparator:{description:{part1:"N\xE5r du limer inn/drar en fil med samme navn som en eksisterende fil, vil denne separatoren legges til filnavnet.",part2:"F.eks., n\xE5r du drar fil",part3:", vil den omd\xF8pes til ",part4:", osv., og f\xE5 det f\xF8rste tilgjengelige navnet."},name:"Duplikat navn separator"},emptyFolderBehavior:{description:{part1:"N\xE5r vedleggsmappen blir tom:"},name:"Tom vedleggsmappe oppf\xF8rsel"},excludePaths:{description:{part1:"Ekskluder notater fra f\xF8lgende stier.",part2:"Sett inn hver sti p\xE5 en ny linje.",part3:"Du kan bruke stistreng eller",part4:"Hvis innstillingen er tom, ekskluderes ingen notater."},name:"Ekskluderte stier"},excludePathsFromAttachmentCollecting:{description:{part1:"Ekskluder vedlegg fra f\xF8lgende stier n\xE5r",part2:"Samle vedlegg",part3:"kommando utf\xF8res.",part4:"Sett inn hver sti p\xE5 en ny linje.",part5:"Du kan bruke stistreng eller",part6:"Hvis innstillingen er tom, ekskluderes ingen stier fra vedleggsinnsamling."},name:"Ekskluder stier fra vedleggsinnsamling"},generatedAttachmentFileName:{description:{part1:"Se tilgjengelige",part2:"tokens"},name:"Generert vedleggsfilnavn"},includePaths:{description:{part1:"Inkluder notater fra f\xF8lgende stier.",part2:"Sett inn hver sti p\xE5 en ny linje.",part3:"Du kan bruke stistreng eller",part4:"Hvis innstillingen er tom, inkluderes alle notater."},name:"Inkluderte stier"},jpegQuality:{description:"Jo mindre kvalitet, jo st\xF8rre komprimeringsforhold.",name:"JPEG Kvalitet"},locationForNewAttachments:{description:{part1:"Start med",part2:"for \xE5 bruke relativ sti.",part3:"Se tilgjengelige",part4:"tokens.",part5:"Punktmapper som",part6:"anbefales ikke, fordi Obsidian ikke sporer dem. Du m\xE5 kanskje bruke",part7:"Plugin for \xE5 administrere dem."},name:"Plassering for nye vedlegg"},markdownUrlFormat:{description:{part1:"Format for URL-en som vil bli satt inn i Markdown.",part2:"Se tilgjengelige",part3:"tokens.",part4:"La st\xE5 tom for \xE5 bruke standardformatet."},name:"Markdown URL format"},renameAttachmentsToLowerCase:"Omd\xF8p vedlegg til sm\xE5 bokstaver",renamedAttachmentFileName:{description:{part1:"Se tilgjengelige",part2:"tokens"},name:"Omd\xF8pt vedleggsfilnavn"},resetToSampleCustomTokens:{message:"Er du sikker p\xE5 at du vil tilbakestille de tilpassede tokens til eksempel tilpassede tokens? Endringene dine vil g\xE5 tapt.",title:"Tilbakestill til eksempel tilpassede tokens"},shouldConvertPastedImagesToJpeg:{description:"Om innlimte bilder skal konverteres til JPEG. Gjelder bare n\xE5r PNG-bildeinnhold limes inn fra utklippstavlen direkte. Vanligvis for \xE5 lime inn skjermbilder.",name:"Skal konvertere innlimte bilder til JPEG"},shouldDeleteOrphanAttachments:{description:"Hvis aktivert, n\xE5r notatet slettes, slettes ogs\xE5 dets for\xE6ldrel\xF8se vedlegg.",name:"Skal slette for\xE6ldrel\xF8se vedlegg"},shouldRenameAttachmentFiles:{description:{part1:"Hvis aktivert, n\xE5r et notat omd\xF8pes eller flyttes, vil vedleggene bli omd\xF8pt i henhold til",part2:"innstillingen."},name:"Skal omd\xF8pe vedleggsfiler"},shouldRenameAttachmentFolders:{description:"Om vedleggsmapper skal omd\xF8pes n\xE5r et notat omd\xF8pes eller flyttes.",name:"Skal omd\xF8pe vedleggsmapper"},shouldRenameAttachmentsCreatedByOtherPlugins:{description:{part1:"Om innstillingene for vedleggsmappe og filnavn skal brukes p\xE5 vedlegg som ANDRE programtillegg oppretter.",part2:"Noen programtillegg skriver et vedlegg rett inn i hvelvet under sitt eget navn, uten \xE5 sp\xF8rre Obsidian hvor det h\xF8rer hjemme. Er dette sl\xE5tt p\xE5, blir en slik fil flyttet og gitt nytt navn straks den dukker opp.",part3:"Bare filer som opprettes mens et notat er \xE5pent ber\xF8res, aldri filer som kommer fra en synkronisering eller et hvelvimport."},name:"Gi nytt navn til vedlegg opprettet av andre programtillegg"},shouldRenameCollectedAttachments:{description:{part1:"Hvis aktivert, vedlegg behandlet via",part2:"Samle vedlegg",part3:"kommandoer vil omd\xF8pes i henhold til",part4:"innstillingen."},name:"Skal omd\xF8pe innsamlede vedlegg"},specialCharacters:{description:{part1:"Spesialtegn i vedleggsmappe og filnavn som skal erstattes eller fjernes.",part2:"La st\xE5 tom for \xE5 bevare spesialtegn."},name:"Spesialtegn"},specialCharactersReplacement:{description:{part1:"Erstatningsstreng for spesialtegn i vedleggsmappe og filnavn.",part2:"La st\xE5 tom for \xE5 fjerne spesialtegn."},name:"Spesialtegnerstatning"},timeoutInSeconds:{description:{part1:"Tidsavbrudd i sekunder for alle operasjoner.",part2:"Hvis",part3:"er satt, er tidsavbrudd for operasjonsutf\xF8relse deaktivert."},name:"Tidsavbrudd i sekunder"},treatAsAttachmentExtensions:{description:{part1:"Behandle filer med disse utvidelsene som vedlegg.",part2:"Som standard",part3:"og",part4:"lenkede filer behandles ikke som vedlegg og flyttes ikke med notatet.",part5:"Du kan legge til tilpassede utvidelser, f.eks.",part6:", for \xE5 overstyre denne oppf\xF8rselen."},name:"Behandle som vedleggsutvidelser"}},promptWithPreviewModal:{fileNameTitle:"Gi vedleggsfilen nytt navn",folderTitle:"Velg vedleggsmappe",previewModal:{title:"Forh\xE5ndsvisning av vedleggsfil '{{fullFileName}}'"},title:"Oppgi en verdi for prompt token"},regularExpression:"/regul\xE6rt uttrykk/"};var ON={attachmentCollector:{confirm:{part1:"Czy chcesz zebra\u0107 za\u0142\u0105czniki dla wszystkich notatek w folderach rekursywnie?",part2:"Tej operacji nie mo\u017Cna cofn\u0105\u0107."},progressBar:{message:"Zbieranie za\u0142\u0105cznik\xF3w {{iterationString}} - '{{noteFilePath}}'.",title:"Zbieranie za\u0142\u0105cznik\xF3w..."}},buttons:{copy:"Kopiuj",move:"Przenie\u015B",previewAttachmentFile:"Podgl\u0105d pliku za\u0142\u0105cznika",skip:"Pomi\u0144"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"Za\u0142\u0105cznik",part2:"jest u\u017Cywany przez wiele notatek."},heading:"Zbieranie za\u0142\u0105cznika u\u017Cywanego przez wiele notatek",shouldUseSameActionForOtherProblematicAttachmentsToggle:"U\u017Cyj tej samej akcji dla innych problematycznych za\u0142\u0105cznik\xF3w"},commands:{collectAttachmentsCurrentFolder:"Zbierz za\u0142\u0105czniki w bie\u017C\u0105cym folderze",collectAttachmentsCurrentNote:"Zbierz za\u0142\u0105czniki w bie\u017C\u0105cej notatce",collectAttachmentsEntireVault:"Zbierz za\u0142\u0105czniki w ca\u0142ym sejfie"},menuItems:{collectAttachmentsInFile:"Zbierz za\u0142\u0105czniki w pliku",collectAttachmentsInFiles:"Zbierz za\u0142\u0105czniki w plikach"},notice:{collectingAttachments:"Zbieranie za\u0142\u0105cznik\xF3w dla '{{noteFilePath}}'",collectingAttachmentsCancelled:"Zbieranie za\u0142\u0105cznik\xF3w anulowane. Zobacz konsol\u0119 dla szczeg\xF3\u0142\xF3w.",generatedAttachmentFileNameIsInvalid:{part1:`Wygenerowana nazwa pliku za\u0142\u0105cznika '{{path}}' jest nieprawid\u0142owa.
|
|
{{validationMessage}}
|
|
Sprawd\u017A swoje`,part2:"ustawienie."},notePathIsIgnored:"\u015Acie\u017Cka notatki jest ignorowana"},obsidianDevUtils:{buttons:{cancel:"Anuluj",ok:"OK"},dataview:{itemsPerPage:"Elementy na stronie:",jumpToPage:"Przejd\u017A do strony:"},notices:{attachmentIsStillUsed:"Za\u0142\u0105cznik {{attachmentPath}} jest nadal u\u017Cywany przez inne notatki. Nie zostanie usuni\u0119ty.",unhandledError:"Wyst\u0105pi\u0142 nieobs\u0142ugiwany b\u0142\u0105d. Sprawd\u017A konsol\u0119 dla wi\u0119cej informacji."}},pluginSettings:{attachmentRenameMode:{all:{description:"wszystkie pliki s\u0105 przemianowywane.",displayText:"Wszystkie"},none:{description:"ich nazwy s\u0105 zachowane.",displayText:"\u017Badne"},onlyPastedImages:{description:"tylko wklejone obrazy s\u0105 przemianowywane. Dotyczy tylko sytuacji, gdy zawarto\u015B\u0107 obrazu PNG jest wklejana bezpo\u015Brednio ze schowka. Zazwyczaj do wklejania zrzut\xF3w ekranu.",displayText:"Tylko wklejone obrazy"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"anuluj zbieranie za\u0142\u0105cznik\xF3w.",displayText:"Anuluj"},copy:{description:"skopiuj za\u0142\u0105cznik do nowej lokalizacji.",displayText:"Kopiuj"},move:{description:"przenie\u015B za\u0142\u0105cznik do nowej lokalizacji.",displayText:"Przenie\u015B"},prompt:{description:"zapytaj u\u017Cytkownika o wyb\xF3r akcji.",displayText:"Zapytaj"},skip:{description:"pomi\u0144 za\u0142\u0105cznik i przejd\u017A do nast\u0119pnego.",displayText:"Pomi\u0144"}},defaultImageSizeDimension:{height:"Wysoko\u015B\u0107",width:"Szeroko\u015B\u0107"},emptyFolderBehavior:{delete:{description:"usunie pusty folder za\u0142\u0105cznik\xF3w.",displayText:"Usu\u0144"},deleteWithEmptyParents:{description:"usunie pusty folder za\u0142\u0105cznik\xF3w i jego puste foldery nadrz\u0119dne.",displayText:"Usu\u0144 z pustymi rodzicami"},keep:{description:"zachowa pusty folder za\u0142\u0105cznik\xF3w.",displayText:"Zachowaj"}}},pluginSettingsManager:{customToken:{codeComment:`// Niestandardowe tokeny zosta\u0142y zakomentowane, poniewa\u017C musz\u0105 zosta\u0107 zaktualizowane do nowego formatu wprowadzonego w wersji wtyczki 9.0.0.
|
|
// Zapoznaj si\u0119 z dokumentacj\u0105 (https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens), aby uzyska\u0107 wi\u0119cej informacji.`,deprecated:{part1:"W wersji wtyczki 9.0.0 zmieni\u0142 si\u0119 format rejestracji niestandardowych token\xF3w. Prosz\u0119 zaktualizowa\u0107 swoje tokeny odpowiednio. Zapoznaj si\u0119 z",part2:"dokumentacj\u0105",part3:"aby uzyska\u0107 wi\u0119cej informacji"}},legacyRenameAttachmentsToLowerCase:{part1:"W wersji wtyczki 9.0.0",part2:"to ustawienie zosta\u0142o wycofane. U\u017Cyj",part3:"formatu zamiast tego. Zobacz",part4:"dokumentacj\u0119",part5:"aby uzyska\u0107 wi\u0119cej informacji"},markdownUrlFormat:{deprecated:{part1:"Mo\u017Cesz mie\u0107 ustawion\u0105 potencjalnie niepoprawn\u0105 warto\u015B\u0107 dla",part2:"formatu. Prosz\u0119 zapozna\u0107 si\u0119 z",part3:"dokumentacj\u0105",part4:"aby uzyska\u0107 wi\u0119cej informacji",part5:"Ta wiadomo\u015B\u0107 nie zostanie ponownie wy\u015Bwietlona."}},specialCharacters:{part1:"W wersji wtyczki 9.16.0",part2:"domy\u015Blna warto\u015B\u0107 ustawienia zosta\u0142a zmieniona. Twoje ustawienie zosta\u0142o zaktualizowane do nowej warto\u015Bci domy\u015Blnej."},validation:{defaultImageSizeMustBePercentageOrPixels:"Domy\u015Blny rozmiar obrazu musi by\u0107 w pikselach lub procentach",invalidCustomTokensCode:"Nieprawid\u0142owy kod niestandardowych token\xF3w",invalidRegularExpression:"Nieprawid\u0142owe wyra\u017Cenie regularne {{regExp}}",specialCharactersMustNotContainSlash:"Znaki specjalne nie mog\u0105 zawiera\u0107 /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"Zamiana znak\xF3w specjalnych nie mo\u017Ce zawiera\u0107 nieprawid\u0142owych znak\xF3w \u015Bcie\u017Cki nazwy pliku."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"Podczas do\u0142\u0105czania plik\xF3w:"},name:"Tryb przemianowania za\u0142\u0105cznik\xF3w"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"Gdy zebrany za\u0142\u0105cznik jest u\u017Cywany przez wiele notatek:"},name:"Tryb zbierania za\u0142\u0105cznik\xF3w u\u017Cywanych przez wiele notatek"},collectedAttachmentFileName:{description:{part1:"Zobacz dost\u0119pne",part2:"tokeny"},name:"Zebrana nazwa pliku za\u0142\u0105cznika"},customTokens:{description:{part1:"Niestandardowe tokeny do u\u017Cycia.",part2:"Zobacz",part3:"dokumentacj\u0119",part4:"aby uzyska\u0107 wi\u0119cej informacji.",part5:"\u26A0\uFE0F Niestandardowe tokeny mog\u0105 by\u0107 dowolnym kodem JavaScript. Je\u015Bli s\u0105 napisane nieprawid\u0142owo, mog\u0105 spowodowa\u0107 utrat\u0119 danych. U\u017Cywasz ich na w\u0142asne ryzyko."},name:"Niestandardowe tokeny"},defaultImageSize:{description:{part1:"Domy\u015Blny rozmiar obrazu.",part2:"Mo\u017Cna okre\u015Bli\u0107 w pikselach",part3:"lub jako procent pe\u0142nego rozmiaru obrazu",part4:"Pozostaw puste, aby u\u017Cy\u0107 oryginalnego rozmiaru obrazu."},name:"Domy\u015Blny rozmiar obrazu"},duplicateNameSeparator:{description:{part1:"Gdy wklejasz/przeci\u0105gasz plik o tej samej nazwie co istniej\u0105cy plik, ten separator zostanie dodany do nazwy pliku.",part2:"Np. gdy przeci\u0105gasz plik",part3:", zostanie on przemianowany na ",part4:", itd., a\u017C do pierwszej dost\u0119pnej nazwy."},name:"Separator duplikowanych nazw"},emptyFolderBehavior:{description:{part1:"Gdy folder za\u0142\u0105cznik\xF3w stanie si\u0119 pusty:"},name:"Zachowanie pustego folderu za\u0142\u0105cznik\xF3w"},excludePaths:{description:{part1:"Wyklucz notatki z nast\u0119puj\u0105cych \u015Bcie\u017Cek.",part2:"Wstaw ka\u017Cd\u0105 \u015Bcie\u017Ck\u0119 w nowej linii.",part3:"Mo\u017Cesz u\u017Cy\u0107 ci\u0105gu \u015Bcie\u017Cki lub wyra\u017Cenia regularnego.",part4:"Je\u015Bli ustawienie jest puste, \u017Cadna notatka nie jest wykluczana."},name:"Wyklucz \u015Bcie\u017Cki"},excludePathsFromAttachmentCollecting:{description:{part1:"Wyklucz za\u0142\u0105czniki z nast\u0119puj\u0105cych \u015Bcie\u017Cek, gdy wykonywane jest polecenie",part2:"Zbierz za\u0142\u0105czniki",part3:".",part4:"Wstaw ka\u017Cd\u0105 \u015Bcie\u017Ck\u0119 w nowej linii.",part5:"Mo\u017Cesz u\u017Cy\u0107 ci\u0105gu \u015Bcie\u017Cki lub wyra\u017Cenia regularnego.",part6:"Je\u015Bli ustawienie jest puste, \u017Cadne \u015Bcie\u017Cki nie s\u0105 wykluczane ze zbierania za\u0142\u0105cznik\xF3w."},name:"Wyklucz \u015Bcie\u017Cki ze zbierania za\u0142\u0105cznik\xF3w"},generatedAttachmentFileName:{description:{part1:"Zobacz dost\u0119pne",part2:"tokeny"},name:"Wygenerowana nazwa pliku za\u0142\u0105cznika"},includePaths:{description:{part1:"Uwzgl\u0119dnij notatki z nast\u0119puj\u0105cych \u015Bcie\u017Cek.",part2:"Wstaw ka\u017Cd\u0105 \u015Bcie\u017Ck\u0119 w nowej linii.",part3:"Mo\u017Cesz u\u017Cy\u0107 ci\u0105gu \u015Bcie\u017Cki lub wyra\u017Cenia regularnego.",part4:"Je\u015Bli ustawienie jest puste, wszystkie notatki s\u0105 uwzgl\u0119dniane."},name:"Uwzgl\u0119dnij \u015Bcie\u017Cki"},jpegQuality:{description:"Im mniejsza jako\u015B\u0107, tym wi\u0119kszy wsp\xF3\u0142czynnik kompresji.",name:"Jako\u015B\u0107 JPEG"},locationForNewAttachments:{description:{part1:"Zacznij od",part2:"aby u\u017Cy\u0107 \u015Bcie\u017Cki wzgl\u0119dnej.",part3:"Zobacz dost\u0119pne",part4:"tokeny",part5:"Foldery kropkowe, takie jak",part6:"nie s\u0105 zalecane, poniewa\u017C Obsidian ich nie \u015Bledzi. Mo\u017Cesz potrzebowa\u0107 u\u017Cy\u0107",part7:"wtyczki, aby nimi zarz\u0105dza\u0107."},name:"Lokalizacja nowych za\u0142\u0105cznik\xF3w"},markdownUrlFormat:{description:{part1:"Format adresu URL, kt\xF3ry zostanie wstawiony do Markdown.",part2:"Zobacz dost\u0119pne",part3:"tokeny",part4:"Pozostaw puste, aby u\u017Cy\u0107 domy\u015Blnego formatu."},name:"Format adresu URL w Markdown"},renameAttachmentsToLowerCase:"Przemianuj za\u0142\u0105czniki na ma\u0142e litery",renamedAttachmentFileName:{description:{part1:"Zobacz dost\u0119pne",part2:"tokeny"},name:"Przemianowana nazwa pliku za\u0142\u0105cznika"},resetToSampleCustomTokens:{message:"Czy na pewno chcesz zresetowa\u0107 niestandardowe tokeny do przyk\u0142adowych? Twoje zmiany zostan\u0105 utracone.",title:"Resetuj do przyk\u0142adowych niestandardowych token\xF3w"},shouldConvertPastedImagesToJpeg:{description:"Czy konwertowa\u0107 wklejone obrazy do JPEG. Dotyczy tylko sytuacji, gdy zawarto\u015B\u0107 obrazu PNG jest wklejana bezpo\u015Brednio ze schowka (zazwyczaj przy wklejaniu zrzut\xF3w ekranu).",name:"Czy konwertowa\u0107 wklejone obrazy do JPEG"},shouldDeleteOrphanAttachments:{description:"Je\u015Bli w\u0142\u0105czone, po usuni\u0119ciu notatki jej osierocone za\u0142\u0105czniki zostan\u0105 r\xF3wnie\u017C usuni\u0119te.",name:"Czy usuwa\u0107 osierocone za\u0142\u0105czniki"},shouldRenameAttachmentFiles:{description:{part1:"Je\u015Bli w\u0142\u0105czone, gdy notatka jest przemianowana lub przeniesiona, jej za\u0142\u0105czniki b\u0119d\u0105 przemianowane zgodnie z",part2:"ustawieniem."},name:"Czy przemianowa\u0107 pliki za\u0142\u0105cznik\xF3w"},shouldRenameAttachmentFolders:{description:"Czy przemianowywa\u0107 foldery za\u0142\u0105cznik\xF3w, gdy notatka jest przemianowana lub przeniesiona.",name:"Czy przemianowa\u0107 foldery za\u0142\u0105cznik\xF3w"},shouldRenameAttachmentsCreatedByOtherPlugins:{description:{part1:"Czy stosowa\u0107 ustawienia folderu za\u0142\u0105cznik\xF3w i nazwy pliku do za\u0142\u0105cznik\xF3w tworzonych przez INNE wtyczki.",part2:"Niekt\xF3re wtyczki zapisuj\u0105 za\u0142\u0105cznik do skarbca pod w\u0142asn\u0105 nazw\u0105, nie pytaj\u0105c Obsidiana, gdzie powinien trafi\u0107. Gdy ta opcja jest w\u0142\u0105czona, taki plik zostaje przeniesiony i przemianowany zaraz po pojawieniu si\u0119.",part3:"Dotyczy wy\u0142\u0105cznie plik\xF3w powsta\u0142ych przy otwartej notatce, nigdy plik\xF3w pochodz\u0105cych z synchronizacji ani z importu skarbca."},name:"Zmieniaj nazwy za\u0142\u0105cznik\xF3w tworzonych przez inne wtyczki"},shouldRenameCollectedAttachments:{description:{part1:"Je\u015Bli w\u0142\u0105czone, za\u0142\u0105czniki przetworzone przez polecenia",part2:"Zbierz za\u0142\u0105czniki",part3:"zostan\u0105 przemianowane zgodnie z ustawieniem",part4:"."},name:"Czy przemianowa\u0107 zebrane za\u0142\u0105czniki"},specialCharacters:{description:{part1:"Znaki specjalne w nazwie folderu i pliku za\u0142\u0105cznika do zast\u0105pienia lub usuni\u0119cia.",part2:"Pozostaw puste, aby zachowa\u0107 znaki specjalne."},name:"Znaki specjalne"},specialCharactersReplacement:{description:{part1:"Ci\u0105g zast\u0119puj\u0105cy znaki specjalne w nazwie folderu i pliku za\u0142\u0105cznika.",part2:"Pozostaw puste, aby usuwa\u0107 znaki specjalne."},name:"Zamiana znak\xF3w specjalnych"},timeoutInSeconds:{description:{part1:"Limit czasu (w sekundach) dla wszystkich operacji.",part2:"Je\u015Bli ustawisz",part3:"na 0, limit czasu zostanie wy\u0142\u0105czony."},name:"Limit czasu w sekundach"},treatAsAttachmentExtensions:{description:{part1:"Traktuj pliki z tymi rozszerzeniami jako za\u0142\u0105czniki.",part2:"Domy\u015Blnie",part3:"i",part4:"po\u0142\u0105czone pliki nie s\u0105 traktowane jako za\u0142\u0105czniki i nie s\u0105 przenoszone wraz z notatk\u0105.",part5:"Mo\u017Cesz doda\u0107 niestandardowe rozszerzenia, np.",part6:", aby zast\u0105pi\u0107 to zachowanie."},name:"Traktuj jako rozszerzenia za\u0142\u0105cznik\xF3w"}},promptWithPreviewModal:{fileNameTitle:"Zmie\u0144 nazw\u0119 pliku za\u0142\u0105cznika",folderTitle:"Wybierz folder za\u0142\u0105cznik\xF3w",previewModal:{title:"Podgl\u0105d pliku za\u0142\u0105cznika '{{fullFileName}}'"},title:"Podaj warto\u015B\u0107 dla tokena promptu"},regularExpression:"/wyra\u017Cenie regularne/"};var MN={attachmentCollector:{confirm:{part1:"Voc\xEA deseja coletar anexos para todas as notas nas pastas de forma recursiva?",part2:"Esta opera\xE7\xE3o n\xE3o pode ser desfeita."},progressBar:{message:"Coletando anexos {{iterationString}} - '{{noteFilePath}}'.",title:"Coletando anexos..."}},buttons:{copy:"Copiar",move:"Mover",previewAttachmentFile:"Visualizar arquivo anexo",skip:"Pular"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"Anexo",part2:"\xE9 referenciado por m\xFAltiplas notas."},heading:"Coletando anexo usado por m\xFAltiplas notas",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Usar a mesma a\xE7\xE3o para outros anexos problem\xE1ticos"},commands:{collectAttachmentsCurrentFolder:"Coletar anexos na pasta atual",collectAttachmentsCurrentNote:"Coletar anexos na nota atual",collectAttachmentsEntireVault:"Coletar anexos em todo o cofre"},menuItems:{collectAttachmentsInFile:"Coletar anexos no arquivo",collectAttachmentsInFiles:"Coletar anexos nos arquivos"},notice:{collectingAttachments:"Coletando anexos para '{{noteFilePath}}'",collectingAttachmentsCancelled:"Coleta de anexos cancelada. Veja o console para detalhes.",generatedAttachmentFileNameIsInvalid:{part1:`Nome do arquivo de anexo gerado '{{path}}' \xE9 inv\xE1lido.
|
|
{{validationMessage}}
|
|
Verifique sua`,part2:"configura\xE7\xE3o."},notePathIsIgnored:"Caminho da nota foi ignorado"},obsidianDevUtils:{buttons:{cancel:"Cancelar",ok:"OK"},dataview:{itemsPerPage:"Itens por p\xE1gina:",jumpToPage:"Ir para p\xE1gina:"},notices:{attachmentIsStillUsed:"Anexo {{attachmentPath}} ainda est\xE1 sendo usado por outras notas. N\xE3o ser\xE1 exclu\xEDdo.",unhandledError:"Ocorreu um erro n\xE3o tratado. Por favor, verifique o console para mais informa\xE7\xF5es."}},pluginSettings:{attachmentRenameMode:{all:{description:"todos os arquivos s\xE3o renomeados.",displayText:"Todos"},none:{description:"seus nomes s\xE3o preservados.",displayText:"Nenhum"},onlyPastedImages:{description:"apenas imagens coladas s\xE3o renomeadas. Aplica-se apenas quando o conte\xFAdo da imagem PNG \xE9 colado da \xE1rea de transfer\xEAncia diretamente. Tipicamente, para colar capturas de tela.",displayText:"Apenas imagens coladas"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"cancelar a coleta de anexos.",displayText:"Cancelar"},copy:{description:"copiar o anexo para o novo local.",displayText:"Copiar"},move:{description:"mover o anexo para o novo local.",displayText:"Mover"},prompt:{description:"solicitar ao usu\xE1rio que escolha a a\xE7\xE3o.",displayText:"Solicitar"},skip:{description:"pular o anexo e prosseguir para o pr\xF3ximo.",displayText:"Pular"}},defaultImageSizeDimension:{height:"Altura",width:"Largura"},emptyFolderBehavior:{delete:{description:"excluir\xE1 a pasta de anexos vazia.",displayText:"Excluir"},deleteWithEmptyParents:{description:"excluir\xE1 a pasta de anexos vazia e suas pastas pai vazias.",displayText:"Excluir com pais vazios"},keep:{description:"manter\xE1 a pasta de anexos vazia.",displayText:"Manter"}}},pluginSettingsManager:{customToken:{codeComment:`// Tokens personalizados foram comentados pois precisam ser atualizados para o novo formato introduzido na vers\xE3o 9.0.0 do plugin.
|
|
// Consulte a documenta\xE7\xE3o (https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) para mais informa\xE7\xF5es.`,deprecated:{part1:"Na vers\xE3o 9.0.0 do plugin, o formato de registro de token personalizado mudou. Por favor, atualize seus tokens adequadamente. Consulte a",part2:"documenta\xE7\xE3o",part3:"para mais informa\xE7\xF5es"}},legacyRenameAttachmentsToLowerCase:{part1:"Na vers\xE3o 9.0.0 do plugin, a",part2:"configura\xE7\xE3o est\xE1 obsoleta. Use o",part3:"formato em vez disso. Veja a",part4:"documenta\xE7\xE3o",part5:"para mais informa\xE7\xF5es"},markdownUrlFormat:{deprecated:{part1:"Voc\xEA tem um valor potencialmente incorreto definido para o",part2:"formato. Por favor, consulte a",part3:"documenta\xE7\xE3o",part4:"para mais informa\xE7\xF5es.",part5:"Esta mensagem n\xE3o ser\xE1 exibida novamente."}},specialCharacters:{part1:"Na vers\xE3o 9.16.0 do plugin, o",part2:"valor padr\xE3o da configura\xE7\xE3o foi alterado. Seu valor de configura\xE7\xE3o foi atualizado para o novo valor padr\xE3o."},validation:{defaultImageSizeMustBePercentageOrPixels:"O tamanho padr\xE3o da imagem deve estar em pixels ou porcentagem",invalidCustomTokensCode:"C\xF3digo de tokens personalizados inv\xE1lido",invalidRegularExpression:"Express\xE3o regular inv\xE1lida {{regExp}}",specialCharactersMustNotContainSlash:"Caracteres especiais n\xE3o devem conter /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"A substitui\xE7\xE3o de caracteres especiais n\xE3o deve conter caracteres de caminho de nome de arquivo inv\xE1lidos."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"Ao anexar arquivos:"},name:"Modo de renomea\xE7\xE3o de anexos"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"Quando o anexo coletado \xE9 usado por m\xFAltiplas notas:"},name:"Modo de coleta de anexos usados por m\xFAltiplas notas"},collectedAttachmentFileName:{description:{part1:"Veja os",part2:"tokens dispon\xEDveis"},name:"Nome do arquivo de anexo coletado"},customTokens:{description:{part1:"Tokens personalizados a serem usados.",part2:"Veja a",part3:"documenta\xE7\xE3o",part4:"para mais informa\xE7\xF5es.",part5:"\u26A0\uFE0F Tokens personalizados podem ser c\xF3digo JavaScript arbitr\xE1rio. Se mal escritos, podem causar perda de dados. Use por sua pr\xF3pria conta e risco."},name:"Tokens personalizados"},defaultImageSize:{description:{part1:"O tamanho padr\xE3o da imagem.",part2:"Pode ser especificado em pixels",part3:"ou como porcentagem do tamanho total da imagem",part4:"Deixe em branco para usar o tamanho original da imagem."},name:"Tamanho padr\xE3o da imagem"},duplicateNameSeparator:{description:{part1:"Ao colar/arrastar um arquivo com o mesmo nome de um arquivo existente, este separador ser\xE1 adicionado ao nome do arquivo.",part2:"Por exemplo, ao arrastar o arquivo",part3:", ele ser\xE1 renomeado para ",part4:", etc, recebendo o primeiro nome dispon\xEDvel."},name:"Separador de nome duplicado"},emptyFolderBehavior:{description:{part1:"Quando a pasta de anexos ficar vazia:"},name:"Comportamento de pasta de anexos vazia"},excludePaths:{description:{part1:"Excluir notas dos seguintes caminhos.",part2:"Insira cada caminho em uma nova linha.",part3:"Voc\xEA pode usar string de caminho ou",part4:"Se a configura\xE7\xE3o estiver vazia, nenhuma nota ser\xE1 exclu\xEDda."},name:"Excluir caminhos"},excludePathsFromAttachmentCollecting:{description:{part1:"Excluir anexos dos seguintes caminhos quando o comando",part2:"Coletar anexos",part3:"for executado.",part4:"Insira cada caminho em uma nova linha.",part5:"Voc\xEA pode usar string de caminho ou",part6:"Se a configura\xE7\xE3o estiver vazia, nenhum caminho ser\xE1 exclu\xEDdo da coleta de anexos."},name:"Excluir caminhos da coleta de anexos"},generatedAttachmentFileName:{description:{part1:"Veja os",part2:"tokens dispon\xEDveis"},name:"Nome do arquivo de anexo gerado"},includePaths:{description:{part1:"Incluir notas dos seguintes caminhos.",part2:"Insira cada caminho em uma nova linha.",part3:"Voc\xEA pode usar string de caminho ou",part4:"Se a configura\xE7\xE3o estiver vazia, todas as notas ser\xE3o inclu\xEDdas."},name:"Incluir caminhos"},jpegQuality:{description:"Quanto menor a qualidade, maior a taxa de compress\xE3o.",name:"Qualidade JPEG"},locationForNewAttachments:{description:{part1:"Comece com",part2:"para usar o caminho relativo.",part3:"Veja os",part4:"tokens dispon\xEDveis",part5:"Pastas que come\xE7am com ponto como",part6:"n\xE3o s\xE3o recomendadas, pois o Obsidian n\xE3o as rastreia. Voc\xEA pode precisar usar um",part7:"Plugin para gerenci\xE1-las."},name:"Localiza\xE7\xE3o para novos anexos"},markdownUrlFormat:{description:{part1:"Formato da URL que ser\xE1 inserida no Markdown.",part2:"Veja os",part3:"tokens dispon\xEDveis",part4:"Deixe em branco para usar o formato padr\xE3o."},name:"Formato de URL no Markdown"},renameAttachmentsToLowerCase:"Renomear anexos para letras min\xFAsculas",renamedAttachmentFileName:{description:{part1:"Veja os",part2:"tokens dispon\xEDveis"},name:"Nome do arquivo de anexo renomeado"},resetToSampleCustomTokens:{message:"Tem certeza de que deseja redefinir os tokens personalizados para os tokens de exemplo? Suas altera\xE7\xF5es ser\xE3o perdidas.",title:"Redefinir para tokens de exemplo"},shouldConvertPastedImagesToJpeg:{description:"Se deve converter imagens coladas em JPEG. Aplica-se apenas quando o conte\xFAdo da imagem PNG \xE9 colado diretamente da \xE1rea de transfer\xEAncia. Tipicamente, para capturas de tela.",name:"Converter imagens coladas para JPEG"},shouldDeleteOrphanAttachments:{description:"Se ativado, ao excluir a nota, seus anexos \xF3rf\xE3os tamb\xE9m ser\xE3o exclu\xEDdos.",name:"Excluir anexos \xF3rf\xE3os"},shouldRenameAttachmentFiles:{description:{part1:"Se ativado, quando uma nota \xE9 renomeada ou movida, seus anexos ser\xE3o renomeados de acordo com a",part2:"configura\xE7\xE3o."},name:"Renomear arquivos de anexos"},shouldRenameAttachmentFolders:{description:"Se deve renomear pastas de anexos quando uma nota \xE9 renomeada ou movida.",name:"Renomear pastas de anexos"},shouldRenameAttachmentsCreatedByOtherPlugins:{description:{part1:"Se as configura\xE7\xF5es de pasta de anexos e de nome de arquivo devem ser aplicadas a anexos criados por OUTROS plugins.",part2:"Alguns plugins gravam um anexo no cofre com um nome pr\xF3prio, sem perguntar ao Obsidian onde ele deve ficar. Com esta op\xE7\xE3o ativada, esse arquivo \xE9 movido e renomeado assim que aparece.",part3:"Somente arquivos criados enquanto uma nota est\xE1 aberta s\xE3o tocados, nunca os que chegam de uma sincroniza\xE7\xE3o ou de uma importa\xE7\xE3o de cofre."},name:"Renomear anexos criados por outros plugins"},shouldRenameCollectedAttachments:{description:{part1:"Se ativado, anexos processados via comando",part2:"Coletar anexos",part3:"ser\xE3o renomeados de acordo com a configura\xE7\xE3o",part4:"."},name:"Renomear anexos coletados"},specialCharacters:{description:{part1:"Caracteres especiais no nome da pasta ou do arquivo de anexos a serem substitu\xEDdos ou removidos.",part2:"Deixe em branco para preservar os caracteres especiais."},name:"Caracteres especiais"},specialCharactersReplacement:{description:{part1:"String de substitui\xE7\xE3o para caracteres especiais no nome da pasta ou do arquivo de anexos.",part2:"Deixe em branco para remover os caracteres especiais."},name:"Substitui\xE7\xE3o de caracteres especiais"},timeoutInSeconds:{description:{part1:"O tempo limite em segundos para todas as opera\xE7\xF5es.",part2:"Se",part3:"estiver definido, o tempo limite de execu\xE7\xE3o das opera\xE7\xF5es ser\xE1 desativado."},name:"Tempo limite em segundos"},treatAsAttachmentExtensions:{description:{part1:"Tratar arquivos com estas extens\xF5es como anexos.",part2:"Por padr\xE3o",part3:"e",part4:"arquivos vinculados n\xE3o s\xE3o tratados como anexos e n\xE3o s\xE3o movidos junto com a nota.",part5:"Voc\xEA pode adicionar extens\xF5es personalizadas, por exemplo,",part6:", para sobrescrever esse comportamento."},name:"Tratar como extens\xF5es de anexos"}},promptWithPreviewModal:{fileNameTitle:"Renomear arquivo anexo",folderTitle:"Escolher pasta de anexos",previewModal:{title:"Visualizar arquivo anexo '{{fullFileName}}'"},title:"Forne\xE7a um valor para o token de prompt"},regularExpression:"/express\xE3o regular/"};var $N={attachmentCollector:{confirm:{part1:"Voc\xEA deseja coletar anexos para todas as notas nas pastas de forma recursiva?",part2:"Esta opera\xE7\xE3o n\xE3o pode ser desfeita."},progressBar:{message:"Recolhendo anexos {{iterationString}} - '{{noteFilePath}}'.",title:"Recolhendo anexos..."}},buttons:{copy:"Copiar",move:"Mover",previewAttachmentFile:"Pr\xE9-visualizar ficheiro anexo",skip:"Saltar"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"O anexo",part2:"\xE9 referenciado por m\xFAltiplas notas."},heading:"Recolhendo anexo usado por m\xFAltiplas notas",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Usar a mesma a\xE7\xE3o para outros anexos problem\xE1ticos"},commands:{collectAttachmentsCurrentFolder:"Recolher anexos na pasta atual",collectAttachmentsCurrentNote:"Recolher anexos na nota atual",collectAttachmentsEntireVault:"Recolher anexos em todo o cofre"},menuItems:{collectAttachmentsInFile:"Coletar anexos no arquivo",collectAttachmentsInFiles:"Coletar anexos nos arquivos"},notice:{collectingAttachments:"Recolhendo anexos para '{{noteFilePath}}'",collectingAttachmentsCancelled:"Recolha de anexos cancelada. Veja a consola para detalhes.",generatedAttachmentFileNameIsInvalid:{part1:`Nome de ficheiro de anexo gerado '{{path}}' \xE9 inv\xE1lido.
|
|
{{validationMessage}}
|
|
Verifique a sua`,part2:"configura\xE7\xE3o."},notePathIsIgnored:"Caminho da nota \xE9 ignorado"},obsidianDevUtils:{buttons:{cancel:"Cancelar",ok:"OK"},dataview:{itemsPerPage:"Itens por p\xE1gina:",jumpToPage:"Ir para p\xE1gina:"},notices:{attachmentIsStillUsed:"O anexo {{attachmentPath}} ainda est\xE1 a ser usado por outras notas. N\xE3o ser\xE1 eliminado.",unhandledError:"Ocorreu um erro n\xE3o tratado. Verifique a consola para mais informa\xE7\xF5es."}},pluginSettings:{attachmentRenameMode:{all:{description:"todos os ficheiros s\xE3o renomeados.",displayText:"Todos"},none:{description:"os seus nomes s\xE3o preservados.",displayText:"Nenhum"},onlyPastedImages:{description:"apenas imagens coladas s\xE3o renomeadas. Aplica-se apenas quando o conte\xFAdo da imagem PNG \xE9 colado diretamente da \xE1rea de transfer\xEAncia. Tipicamente, para colar capturas de ecr\xE3.",displayText:"Apenas imagens coladas"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"cancelar a recolha de anexos.",displayText:"Cancelar"},copy:{description:"copiar o anexo para a nova localiza\xE7\xE3o.",displayText:"Copiar"},move:{description:"mover o anexo para a nova localiza\xE7\xE3o.",displayText:"Mover"},prompt:{description:"solicitar ao utilizador que escolha a a\xE7\xE3o.",displayText:"Solicitar"},skip:{description:"saltar o anexo e prosseguir para o seguinte.",displayText:"Saltar"}},defaultImageSizeDimension:{height:"Altura",width:"Largura"},emptyFolderBehavior:{delete:{description:"ir\xE1 eliminar a pasta de anexos vazia.",displayText:"Eliminar"},deleteWithEmptyParents:{description:"ir\xE1 eliminar a pasta de anexos vazia e as suas pastas-pai vazias.",displayText:"Eliminar com pais vazios"},keep:{description:"ir\xE1 manter a pasta de anexos vazia.",displayText:"Manter"}}},pluginSettingsManager:{customToken:{codeComment:`// Os tokens personalizados foram comentados pois necessitam de ser atualizados para o novo formato introduzido na vers\xE3o 9.0.0 do plugin.
|
|
// Consulte a documenta\xE7\xE3o (https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) para mais informa\xE7\xF5es.`,deprecated:{part1:"Na vers\xE3o 9.0.0 do plugin, o formato de registo de tokens personalizados mudou. Por favor, atualize os seus tokens em conformidade. Consulte a",part2:"documenta\xE7\xE3o",part3:"para mais informa\xE7\xF5es"}},legacyRenameAttachmentsToLowerCase:{part1:"Na vers\xE3o 9.0.0 do plugin, a",part2:"configura\xE7\xE3o est\xE1 obsoleta. Use o",part3:"formato em alternativa. Veja a",part4:"documenta\xE7\xE3o",part5:"para mais informa\xE7\xF5es"},markdownUrlFormat:{deprecated:{part1:"Tem um valor potencialmente incorreto definido para o",part2:"formato. Consulte a",part3:"documenta\xE7\xE3o",part4:"para mais informa\xE7\xF5es.",part5:"Esta mensagem n\xE3o ser\xE1 exibida novamente."}},specialCharacters:{part1:"Na vers\xE3o 9.16.0 do plugin, o",part2:"valor padr\xE3o da configura\xE7\xE3o foi alterado. O seu valor foi atualizado para o novo padr\xE3o."},validation:{defaultImageSizeMustBePercentageOrPixels:"O tamanho predefinido da imagem deve estar em pixels ou percentagem",invalidCustomTokensCode:"C\xF3digo de tokens personalizados inv\xE1lido",invalidRegularExpression:"Express\xE3o regular inv\xE1lida {{regExp}}",specialCharactersMustNotContainSlash:"Caracteres especiais n\xE3o devem conter /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"A substitui\xE7\xE3o de caracteres especiais n\xE3o deve conter caracteres inv\xE1lidos de caminho de nome de ficheiro."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"Ao anexar ficheiros:"},name:"Modo de renomea\xE7\xE3o de anexos"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"Quando o anexo recolhido \xE9 usado por m\xFAltiplas notas:"},name:"Modo de recolha de anexos usados por m\xFAltiplas notas"},collectedAttachmentFileName:{description:{part1:"Veja os",part2:"tokens dispon\xEDveis"},name:"Nome do ficheiro de anexo recolhido"},customTokens:{description:{part1:"Tokens personalizados a serem usados.",part2:"Veja a",part3:"documenta\xE7\xE3o",part4:"para mais informa\xE7\xF5es.",part5:"\u26A0\uFE0F Tokens personalizados podem conter c\xF3digo JavaScript arbitr\xE1rio. Se mal escritos, podem causar perda de dados. Use por sua conta e risco."},name:"Tokens personalizados"},defaultImageSize:{description:{part1:"O tamanho predefinido da imagem.",part2:"Pode ser especificado em pixels",part3:"ou como percentagem do tamanho total da imagem",part4:"Deixe em branco para usar o tamanho original da imagem."},name:"Tamanho predefinido da imagem"},duplicateNameSeparator:{description:{part1:"Ao colar/arrastar um ficheiro com o mesmo nome de um ficheiro existente, este separador ser\xE1 adicionado ao nome.",part2:"Por exemplo, ao arrastar o ficheiro",part3:", ele ser\xE1 renomeado para ",part4:", etc, recebendo o primeiro nome dispon\xEDvel."},name:"Separador de nomes duplicados"},emptyFolderBehavior:{description:{part1:"Quando a pasta de anexos ficar vazia:"},name:"Comportamento da pasta de anexos vazia"},excludePaths:{description:{part1:"Excluir notas dos seguintes caminhos.",part2:"Introduza cada caminho numa nova linha.",part3:"Pode usar cadeias de caminho ou",part4:"Se a configura\xE7\xE3o ficar vazia, nenhuma nota ser\xE1 exclu\xEDda."},name:"Excluir caminhos"},excludePathsFromAttachmentCollecting:{description:{part1:"Excluir anexos dos seguintes caminhos quando o comando",part2:"Recolher anexos",part3:"for executado.",part4:"Introduza cada caminho numa nova linha.",part5:"Pode usar cadeias de caminho ou",part6:"Se a configura\xE7\xE3o ficar vazia, nenhum anexo ser\xE1 exclu\xEDdo da recolha."},name:"Excluir caminhos da recolha de anexos"},generatedAttachmentFileName:{description:{part1:"Veja os",part2:"tokens dispon\xEDveis"},name:"Nome do ficheiro de anexo gerado"},includePaths:{description:{part1:"Incluir notas dos seguintes caminhos.",part2:"Introduza cada caminho numa nova linha.",part3:"Pode usar cadeias de caminho ou",part4:"Se a configura\xE7\xE3o ficar vazia, todas as notas ser\xE3o inclu\xEDdas."},name:"Incluir caminhos"},jpegQuality:{description:"Quanto menor a qualidade, maior a taxa de compress\xE3o.",name:"Qualidade JPEG"},locationForNewAttachments:{description:{part1:"Comece com",part2:"para usar caminho relativo.",part3:"Veja os",part4:"tokens dispon\xEDveis",part5:"Pastas come\xE7adas por ponto como",part6:"n\xE3o s\xE3o recomendadas, pois o Obsidian n\xE3o as acompanha. Pode necessitar de usar um",part7:"Plugin para as gerir."},name:"Localiza\xE7\xE3o para novos anexos"},markdownUrlFormat:{description:{part1:"Formato da URL a ser inserida no Markdown.",part2:"Veja os",part3:"tokens dispon\xEDveis",part4:"Deixe em branco para usar o formato padr\xE3o."},name:"Formato de URL em Markdown"},renameAttachmentsToLowerCase:"Renomear anexos para min\xFAsculas",renamedAttachmentFileName:{description:{part1:"Veja os",part2:"tokens dispon\xEDveis"},name:"Nome do ficheiro de anexo renomeado"},resetToSampleCustomTokens:{message:"Tem a certeza de que deseja repor os tokens personalizados para os tokens de exemplo? As suas altera\xE7\xF5es ser\xE3o perdidas.",title:"Repor tokens personalizados para o exemplo"},shouldConvertPastedImagesToJpeg:{description:"Defina se as imagens coladas devem ser convertidas para JPEG. Aplica-se apenas quando o conte\xFAdo da imagem PNG \xE9 colado diretamente da \xE1rea de transfer\xEAncia. Tipicamente, \xFAtil para capturas de ecr\xE3.",name:"Converter imagens coladas para JPEG"},shouldDeleteOrphanAttachments:{description:"Se ativado, ao eliminar a nota, os seus anexos \xF3rf\xE3os ser\xE3o tamb\xE9m eliminados.",name:"Eliminar anexos \xF3rf\xE3os"},shouldRenameAttachmentFiles:{description:{part1:"Se ativado, quando uma nota \xE9 renomeada ou movida, os seus anexos ser\xE3o renomeados de acordo com a",part2:"configura\xE7\xE3o."},name:"Renomear ficheiros de anexos"},shouldRenameAttachmentFolders:{description:"Se as pastas de anexos devem ser renomeadas quando uma nota \xE9 renomeada ou movida.",name:"Renomear pastas de anexos"},shouldRenameAttachmentsCreatedByOtherPlugins:{description:{part1:"Se as defini\xE7\xF5es de pasta de anexos e de nome de ficheiro devem ser aplicadas a anexos criados por OUTROS plugins.",part2:"Alguns plugins escrevem um anexo no cofre com um nome pr\xF3prio, sem perguntar ao Obsidian onde deve ficar. Com esta op\xE7\xE3o ativada, esse ficheiro \xE9 movido e renomeado assim que aparece.",part3:"S\xF3 s\xE3o tocados os ficheiros criados com uma nota aberta, nunca os que chegam de uma sincroniza\xE7\xE3o ou de uma importa\xE7\xE3o de cofre."},name:"Renomear anexos criados por outros plugins"},shouldRenameCollectedAttachments:{description:{part1:"Se ativado, anexos processados atrav\xE9s do comando",part2:"Recolher anexos",part3:"ser\xE3o renomeados de acordo com a",part4:"configura\xE7\xE3o."},name:"Renomear anexos recolhidos"},specialCharacters:{description:{part1:"Caracteres especiais no nome da pasta/ficheiro de anexo a serem substitu\xEDdos ou removidos.",part2:"Deixe em branco para preservar os caracteres."},name:"Caracteres especiais"},specialCharactersReplacement:{description:{part1:"Sequ\xEAncia de substitui\xE7\xE3o para caracteres especiais no nome da pasta/ficheiro de anexo.",part2:"Deixe em branco para remover os caracteres especiais."},name:"Substitui\xE7\xE3o de caracteres especiais"},timeoutInSeconds:{description:{part1:"O tempo limite em segundos para todas as opera\xE7\xF5es.",part2:"Se",part3:"estiver definido, o tempo limite \xE9 desativado."},name:"Tempo limite em segundos"},treatAsAttachmentExtensions:{description:{part1:"Tratar ficheiros com estas extens\xF5es como anexos.",part2:"Por padr\xE3o",part3:"e",part4:"ficheiros ligados n\xE3o s\xE3o tratados como anexos e n\xE3o s\xE3o movidos com a nota.",part5:"Pode adicionar extens\xF5es personalizadas, por exemplo,",part6:", para sobrescrever este comportamento."},name:"Tratar como extens\xF5es de anexos"}},promptWithPreviewModal:{fileNameTitle:"Renomear ficheiro anexo",folderTitle:"Escolher pasta de anexos",previewModal:{title:"Pr\xE9-visualizar ficheiro anexo '{{fullFileName}}'"},title:"Forne\xE7a um valor para o token de prompt"},regularExpression:"/express\xE3o regular/"};var RN={attachmentCollector:{confirm:{part1:"Dori\u021Bi s\u0103 colecta\u021Bi ata\u0219amentele pentru toate noti\u021Bele din foldere \xEEn mod recursiv?",part2:"Aceast\u0103 opera\u021Biune nu poate fi anulat\u0103."},progressBar:{message:"Colectez ata\u0219amente {{iterationString}} - '{{noteFilePath}}'.",title:"Colectez ata\u0219amente..."}},buttons:{copy:"Copiaz\u0103",move:"Mut\u0103",previewAttachmentFile:"Previzualizeaz\u0103 fi\u0219ierul ata\u0219at",skip:"Sari peste"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"Ata\u0219amentul",part2:"este folosit de mai multe noti\u021Be."},heading:"Colectez ata\u0219amentul folosit de multiple noti\u021Be",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Folose\u0219te aceea\u0219i ac\u021Biune pentru alte ata\u0219amente problematice"},commands:{collectAttachmentsCurrentFolder:"Colecteaz\u0103 ata\u0219amentele din dosarul curent",collectAttachmentsCurrentNote:"Colecteaz\u0103 ata\u0219amentele din noti\u021Ba curent\u0103",collectAttachmentsEntireVault:"Colecteaz\u0103 ata\u0219amentele din \xEEntregul seif"},menuItems:{collectAttachmentsInFile:"Colecteaz\u0103 ata\u0219amentele \xEEn fi\u0219ier",collectAttachmentsInFiles:"Colecteaz\u0103 ata\u0219amentele \xEEn fi\u0219iere"},notice:{collectingAttachments:"Colectez ata\u0219amentele pentru '{{noteFilePath}}'",collectingAttachmentsCancelled:"Colectarea ata\u0219amentelor a fost anulat\u0103. Verific\u0103 consola pentru detalii.",generatedAttachmentFileNameIsInvalid:{part1:`Numele fi\u0219ierului ata\u0219at generat '{{path}}' este invalid.
|
|
{{validationMessage}}
|
|
Verific\u0103-\u021Bi`,part2:"set\u0103rile."},notePathIsIgnored:"Calea noti\u021Bei a fost ignorat\u0103"},obsidianDevUtils:{buttons:{cancel:"Anuleaz\u0103",ok:"OK"},dataview:{itemsPerPage:"Elemente pe pagin\u0103:",jumpToPage:"Sari la pagina:"},notices:{attachmentIsStillUsed:"Ata\u0219amentul {{attachmentPath}} este \xEEnc\u0103 folosit de alte noti\u021Be. Nu va fi \u0219ters.",unhandledError:"A ap\u0103rut o eroare neprev\u0103zut\u0103. Verific\u0103 consola pentru mai multe informa\u021Bii."}},pluginSettings:{attachmentRenameMode:{all:{description:"toate fi\u0219ierele sunt redenumite.",displayText:"Toate"},none:{description:"numele lor sunt p\u0103strate.",displayText:"Niciunul"},onlyPastedImages:{description:"doar imaginile lipite sunt redenumite. Se aplic\u0103 doar c\xE2nd con\u021Binutul imaginii PNG este lipit direct din clipboard. De obicei, pentru capturi de ecran.",displayText:"Doar imaginile lipite"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"anuleaz\u0103 colectarea ata\u0219amentelor.",displayText:"Anuleaz\u0103"},copy:{description:"copiaz\u0103 ata\u0219amentul \xEEn noua loca\u021Bie.",displayText:"Copiaz\u0103"},move:{description:"mut\u0103 ata\u0219amentul \xEEn noua loca\u021Bie.",displayText:"Mut\u0103"},prompt:{description:"cere utilizatorului s\u0103 aleag\u0103 ac\u021Biunea.",displayText:"Solicit\u0103"},skip:{description:"sari peste ata\u0219ament \u0219i continu\u0103 cu urm\u0103torul.",displayText:"Sari peste"}},defaultImageSizeDimension:{height:"\xCEn\u0103l\u021Bime",width:"L\u0103\u021Bime"},emptyFolderBehavior:{delete:{description:"va \u0219terge dosarul de ata\u0219amente gol.",displayText:"\u0218terge"},deleteWithEmptyParents:{description:"va \u0219terge dosarul de ata\u0219amente gol \u0219i dosarele-p\u0103rinte goale.",displayText:"\u0218terge cu p\u0103rin\u021Bi goi"},keep:{description:"va p\u0103stra dosarul de ata\u0219amente gol.",displayText:"P\u0103streaz\u0103"}}},pluginSettingsManager:{customToken:{codeComment:`// Tokenurile personalizate au fost comentate deoarece trebuie actualizate la noul format introdus \xEEn versiunea 9.0.0 a pluginului.
|
|
// Consult\u0103 documenta\u021Bia (https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) pentru mai multe informa\u021Bii.`,deprecated:{part1:"\xCEn versiunea 9.0.0 a pluginului, formatul de \xEEnregistrare a tokenurilor personalizate s-a schimbat. Actualizeaz\u0103 tokenurile corespunz\u0103tor. Consult\u0103",part2:"documenta\u021Bia",part3:"pentru mai multe informa\u021Bii"}},legacyRenameAttachmentsToLowerCase:{part1:"\xCEn versiunea 9.0.0 a pluginului, aceast\u0103",part2:"setare este depreciat\u0103. Folose\u0219te ",part3:"formatul \xEEn schimb. Vezi",part4:"documenta\u021Bia",part5:"pentru mai multe informa\u021Bii"},markdownUrlFormat:{deprecated:{part1:"Ave\u021Bi o valoare poten\u021Bial incorect\u0103 setat\u0103 pentru",part2:"format. Consulta\u021Bi",part3:"documenta\u021Bia",part4:"pentru mai multe informa\u021Bii.",part5:"Acest mesaj nu va mai fi afi\u0219at."}},specialCharacters:{part1:"\xCEn versiunea 9.16.0 a pluginului,",part2:"valoarea implicit\u0103 a set\u0103rii a fost schimbat\u0103. Valoarea voastr\u0103 a fost actualizat\u0103 la noua valoare implicit\u0103."},validation:{defaultImageSizeMustBePercentageOrPixels:"Dimensiunea implicit\u0103 a imaginii trebuie s\u0103 fie \xEEn pixeli sau procente",invalidCustomTokensCode:"Cod de token personalizat invalid",invalidRegularExpression:"Expresie regulat\u0103 invalid\u0103 {{regExp}}",specialCharactersMustNotContainSlash:"Caracterele speciale nu trebuie s\u0103 con\u021Bin\u0103 /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"\xCEnlocuirea caracterelor speciale nu trebuie s\u0103 con\u021Bin\u0103 caractere invalide de cale de fi\u0219ier."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"C\xE2nd ata\u0219a\u021Bi fi\u0219iere:"},name:"Mod de redenumire ata\u0219amente"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"C\xE2nd ata\u0219amentul colectat este folosit de mai multe noti\u021Be:"},name:"Mod colectare ata\u0219amente folosite de mai multe noti\u021Be"},collectedAttachmentFileName:{description:{part1:"Vezi",part2:"tokenuri disponibile"},name:"Nume fi\u0219ier ata\u0219ament colectat"},customTokens:{description:{part1:"Tokenuri personalizate de utilizat.",part2:"Vezi",part3:"documenta\u021Bia",part4:"pentru mai multe informa\u021Bii.",part5:"\u26A0\uFE0F Tokenurile personalizate pot con\u021Bine cod JavaScript arbitrar. Dac\u0103 sunt scrise gre\u0219it, pot cauza pierderi de date. Folosi\u021Bi-le pe propria r\u0103spundere."},name:"Tokenuri personalizate"},defaultImageSize:{description:{part1:"Dimensiunea implicit\u0103 a imaginii.",part2:"Poate fi specificat\u0103 \xEEn pixeli",part3:"sau ca procent din dimensiunea total\u0103 a imaginii",part4:"L\u0103sa\u021Bi gol pentru a folosi dimensiunea original\u0103 a imaginii."},name:"Dimensiune implicit\u0103 imagine"},duplicateNameSeparator:{description:{part1:"C\xE2nd lipi\u021Bi/tracta\u021Bi un fi\u0219ier cu acela\u0219i nume ca un fi\u0219ier existent, acest separator va fi ad\u0103ugat la nume.",part2:"De exemplu, c\xE2nd trage\u021Bi fi\u0219ierul",part3:", va fi redenumit \xEEn ",part4:", etc., folosind primul nume disponibil."},name:"Separator pentru nume duplicate"},emptyFolderBehavior:{description:{part1:"C\xE2nd dosarul de ata\u0219amente devine gol:"},name:"Comportamentul dosarului de ata\u0219amente gol"},excludePaths:{description:{part1:"Exclude\u021Bi noti\u021Be din urm\u0103toarele c\u0103i.",part2:"Introduce\u021Bi fiecare cale pe o linie nou\u0103.",part3:"Pute\u021Bi folosi \u0219ir de cale sau",part4:"Dac\u0103 setarea este goal\u0103, nicio noti\u021B\u0103 nu este exclus\u0103."},name:"Excludere c\u0103i"},excludePathsFromAttachmentCollecting:{description:{part1:"Exclude\u021Bi ata\u0219amentele din urm\u0103toarele c\u0103i c\xE2nd se execut\u0103 comanda",part2:"Colecteaz\u0103 ata\u0219amente",part3:".",part4:"Introduce\u021Bi fiecare cale pe o linie nou\u0103.",part5:"Pute\u021Bi folosi \u0219ir de cale sau",part6:"Dac\u0103 setarea este goal\u0103, nu se exclud c\u0103i din colectarea ata\u0219amentelor."},name:"Excludere c\u0103i pentru colectarea ata\u0219amentelor"},generatedAttachmentFileName:{description:{part1:"Vezi",part2:"tokenuri disponibile"},name:"Nume fi\u0219ier ata\u0219ament generat"},includePaths:{description:{part1:"Include\u021Bi noti\u021Be din urm\u0103toarele c\u0103i.",part2:"Introduce\u021Bi fiecare cale pe o linie nou\u0103.",part3:"Pute\u021Bi folosi \u0219ir de cale sau",part4:"Dac\u0103 setarea este goal\u0103, toate noti\u021Bele sunt incluse."},name:"Include\u021Bi c\u0103i"},jpegQuality:{description:"Cu c\xE2t calitatea este mai mic\u0103, cu at\xE2t rata de compresie este mai mare.",name:"Calitate JPEG"},locationForNewAttachments:{description:{part1:"\xCEncepe\u021Bi cu",part2:"pentru a folosi cale relativ\u0103.",part3:"Vezi",part4:"tokenurile disponibile",part5:"Dosare cu punct precum",part6:"nu sunt recomandate, deoarece Obsidian nu le urm\u0103re\u0219te. Este posibil s\u0103 fie nevoie s\u0103 folosi\u021Bi un",part7:"plugin pentru a le gestiona."},name:"Loca\u021Bia pentru ata\u0219amente noi"},markdownUrlFormat:{description:{part1:"Formatul URL-ului care va fi inserat \xEEn Markdown.",part2:"Vezi",part3:"tokenurile disponibile",part4:"L\u0103sa\u021Bi necompletat pentru a folosi formatul implicit."},name:"Format URL Markdown"},renameAttachmentsToLowerCase:"Redenume\u0219te ata\u0219amentele cu litere mici",renamedAttachmentFileName:{description:{part1:"Vezi",part2:"tokenuri disponibile"},name:"Nume fi\u0219ier ata\u0219ament redenumit"},resetToSampleCustomTokens:{message:"Sigur dori\u021Bi s\u0103 reseta\u021Bi tokenurile personalizate la tokenurile exemplu? Modific\u0103rile dvs. vor fi pierdute.",title:"Reseteaz\u0103 la tokenuri exemplu"},shouldConvertPastedImagesToJpeg:{description:"Stabile\u0219te dac\u0103 imaginile lipite s\u0103 fie convertite \xEEn JPEG. Se aplic\u0103 numai c\xE2nd con\u021Binutul unei imagini PNG este lipit direct din clipboard. De obicei, pentru capturi de ecran.",name:"Converti\u021Bi imaginile lipite \xEEn JPEG"},shouldDeleteOrphanAttachments:{description:"Dac\u0103 este activat, atunci c\xE2nd noti\u021Ba este \u0219tears\u0103, ata\u0219amentele orfane vor fi \u0219i ele \u0219terse.",name:"\u0218terge ata\u0219amentele orfane"},shouldRenameAttachmentFiles:{description:{part1:"Dac\u0103 este activat, atunci c\xE2nd o noti\u021B\u0103 este redenumit\u0103 sau mutat\u0103, ata\u0219amentele vor fi redenumite conform",part2:"set\u0103rii."},name:"Redenume\u0219te fi\u0219ierele ata\u0219ament"},shouldRenameAttachmentFolders:{description:"Stabile\u0219te dac\u0103 dosarele de ata\u0219amente vor fi redenumite c\xE2nd o noti\u021B\u0103 este redenumit\u0103 sau mutat\u0103.",name:"Redenume\u0219te dosarele de ata\u0219ament"},shouldRenameAttachmentsCreatedByOtherPlugins:{description:{part1:"Dac\u0103 set\u0103rile pentru folderul de ata\u0219amente \u0219i numele fi\u0219ierului se aplic\u0103 \u0219i ata\u0219amentelor create de ALTE pluginuri.",part2:"Unele pluginuri scriu un ata\u0219ament direct \xEEn seif sub un nume propriu, f\u0103r\u0103 s\u0103 \xEEntrebe Obsidian unde ar trebui s\u0103 ajung\u0103. Cu aceast\u0103 op\u021Biune activat\u0103, un astfel de fi\u0219ier este mutat \u0219i redenumit imediat ce apare.",part3:"Sunt afectate doar fi\u0219ierele create c\xE2t timp o noti\u021B\u0103 este deschis\u0103, niciodat\u0103 cele venite dintr-o sincronizare sau dintr-un import de seif."},name:"Redenume\u0219te ata\u0219amentele create de alte pluginuri"},shouldRenameCollectedAttachments:{description:{part1:"Dac\u0103 este activat, ata\u0219amentele procesate prin comenzile",part2:"Colecteaz\u0103 ata\u0219amente",part3:"vor fi redenumite conform",part4:"set\u0103rii."},name:"Redenume\u0219te ata\u0219amentele colectate"},specialCharacters:{description:{part1:"Caractere speciale \xEEn numele dosarului sau fi\u0219ierului ata\u0219ament care vor fi \xEEnlocuite sau eliminate.",part2:"L\u0103sa\u021Bi gol pentru a le p\u0103stra."},name:"Caractere speciale"},specialCharactersReplacement:{description:{part1:"\u0218ir de \xEEnlocuire pentru caractere speciale \xEEn numele dosarului sau fi\u0219ierului ata\u0219ament.",part2:"L\u0103sa\u021Bi gol pentru a elimina caracterele speciale."},name:"\xCEnlocuire caractere speciale"},timeoutInSeconds:{description:{part1:"Timpul limit\u0103 \xEEn secunde pentru toate opera\u021Biile.",part2:"Dac\u0103",part3:"este setat, timpul limit\u0103 va fi dezactivat."},name:"Timp limit\u0103 (secunde)"},treatAsAttachmentExtensions:{description:{part1:"Trata\u021Bi fi\u0219ierele cu aceste extensii ca ata\u0219amente.",part2:"Implicit",part3:"\u0219i",part4:"fi\u0219ierele legate nu sunt considerate ata\u0219amente \u0219i nu sunt mutate odat\u0103 cu noti\u021Ba.",part5:"Pute\u021Bi ad\u0103uga extensii personalizate, de ex.",part6:", pentru a \xEEnlocui acest comportament."},name:"Trata\u021Bi ca extensii de ata\u0219amente"}},promptWithPreviewModal:{fileNameTitle:"Redenume\u0219te fi\u0219ierul ata\u0219at",folderTitle:"Alege folderul de ata\u0219amente",previewModal:{title:"Previzualizeaz\u0103 fi\u0219ierul ata\u0219at '{{fullFileName}}'"},title:"Furniza\u021Bi o valoare pentru tokenul de prompt"},regularExpression:"/expresie regulat\u0103/"};var LN={attachmentCollector:{confirm:{part1:"\u0421\u043E\u0431\u0440\u0430\u0442\u044C \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0434\u043B\u044F \u0432\u0441\u0435\u0445 \u0437\u0430\u043C\u0435\u0442\u043E\u043A \u0432 \u043F\u0430\u043F\u043A\u0430\u0445 (\u0440\u0435\u043A\u0443\u0440\u0441\u0438\u0432\u043D\u043E)?",part2:"\u042D\u0442\u0443 \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u044E \u043D\u0435\u043B\u044C\u0437\u044F \u043E\u0442\u043C\u0435\u043D\u0438\u0442\u044C."},progressBar:{message:"\u0421\u0431\u043E\u0440 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439 {{iterationString}} - '{{noteFilePath}}'.",title:"\u0421\u0431\u043E\u0440 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439..."}},buttons:{copy:"\u041A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C",move:"\u041F\u0435\u0440\u0435\u043C\u0435\u0441\u0442\u0438\u0442\u044C",previewAttachmentFile:"\u041F\u0440\u0435\u0434\u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0444\u0430\u0439\u043B\u0430 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F",skip:"\u041F\u0440\u043E\u043F\u0443\u0441\u0442\u0438\u0442\u044C"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"\u0412\u043B\u043E\u0436\u0435\u043D\u0438\u0435",part2:"\u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u0437\u0430\u043C\u0435\u0442\u043A\u0430\u043C\u0438."},heading:"\u0421\u0431\u043E\u0440 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u043C\u043E\u0433\u043E \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u0437\u0430\u043C\u0435\u0442\u043A\u0430\u043C\u0438",shouldUseSameActionForOtherProblematicAttachmentsToggle:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0442\u043E \u0436\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u0434\u043B\u044F \u0434\u0440\u0443\u0433\u0438\u0445 \u043F\u0440\u043E\u0431\u043B\u0435\u043C\u043D\u044B\u0445 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439"},commands:{collectAttachmentsCurrentFolder:"\u0421\u043E\u0431\u0440\u0430\u0442\u044C \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0432 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u043F\u0430\u043F\u043A\u0435",collectAttachmentsCurrentNote:"\u0421\u043E\u0431\u0440\u0430\u0442\u044C \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0432 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0437\u0430\u043C\u0435\u0442\u043A\u0435",collectAttachmentsEntireVault:"\u0421\u043E\u0431\u0440\u0430\u0442\u044C \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0432\u043E \u0432\u0441\u0451\u043C \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0435"},menuItems:{collectAttachmentsInFile:"\u0421\u043E\u0431\u0440\u0430\u0442\u044C \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0432 \u0444\u0430\u0439\u043B\u0435",collectAttachmentsInFiles:"\u0421\u043E\u0431\u0440\u0430\u0442\u044C \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0432 \u0444\u0430\u0439\u043B\u0430\u0445"},notice:{collectingAttachments:"\u0421\u0431\u043E\u0440 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439 \u0434\u043B\u044F '{{noteFilePath}}'",collectingAttachmentsCancelled:"\u0421\u0431\u043E\u0440 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439 \u043E\u0442\u043C\u0435\u043D\u0451\u043D. \u0421\u043C. \u043A\u043E\u043D\u0441\u043E\u043B\u044C \u0434\u043B\u044F \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u043E\u0441\u0442\u0435\u0439.",generatedAttachmentFileNameIsInvalid:{part1:`\u0421\u0433\u0435\u043D\u0435\u0440\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u0438\u043C\u044F \u0444\u0430\u0439\u043B\u0430 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F '{{path}}' \u043D\u0435\u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u043E.
|
|
{{validationMessage}}
|
|
\u041F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0432\u0430\u0448\u0438`,part2:"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438."},notePathIsIgnored:"\u041F\u0443\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0438\u0433\u043D\u043E\u0440\u0438\u0440\u0443\u0435\u0442\u0441\u044F"},obsidianDevUtils:{buttons:{cancel:"\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C",ok:"\u041E\u041A"},dataview:{itemsPerPage:"\u042D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443:",jumpToPage:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435:"},notices:{attachmentIsStillUsed:"\u0412\u043B\u043E\u0436\u0435\u043D\u0438\u0435 {{attachmentPath}} \u0432\u0441\u0451 \u0435\u0449\u0451 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0434\u0440\u0443\u0433\u0438\u043C\u0438 \u0437\u0430\u043C\u0435\u0442\u043A\u0430\u043C\u0438. \u041E\u043D\u043E \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0443\u0434\u0430\u043B\u0435\u043D\u043E.",unhandledError:"\u041F\u0440\u043E\u0438\u0437\u043E\u0448\u043B\u0430 \u043D\u0435\u043E\u0431\u0440\u0430\u0431\u043E\u0442\u0430\u043D\u043D\u0430\u044F \u043E\u0448\u0438\u0431\u043A\u0430. \u041F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u043A\u043E\u043D\u0441\u043E\u043B\u044C \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0439 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438."}},pluginSettings:{attachmentRenameMode:{all:{description:"\u0432\u0441\u0435 \u0444\u0430\u0439\u043B\u044B \u043F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u044B\u0432\u0430\u044E\u0442\u0441\u044F.",displayText:"\u0412\u0441\u0435"},none:{description:"\u0438\u0445 \u0438\u043C\u0435\u043D\u0430 \u0441\u043E\u0445\u0440\u0430\u043D\u044F\u044E\u0442\u0441\u044F.",displayText:"\u041D\u0438\u0447\u0435\u0433\u043E"},onlyPastedImages:{description:"\u0442\u043E\u043B\u044C\u043A\u043E \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0435 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u044B\u0432\u0430\u044E\u0442\u0441\u044F. \u041F\u0440\u0438\u043C\u0435\u043D\u044F\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043A\u043E\u0433\u0434\u0430 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 PNG-\u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u0432\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E \u0438\u0437 \u0431\u0443\u0444\u0435\u0440\u0430 \u043E\u0431\u043C\u0435\u043D\u0430. \u041E\u0431\u044B\u0447\u043D\u043E \u0434\u043B\u044F \u0432\u0441\u0442\u0430\u0432\u043A\u0438 \u0441\u043A\u0440\u0438\u043D\u0448\u043E\u0442\u043E\u0432.",displayText:"\u0422\u043E\u043B\u044C\u043A\u043E \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0435 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"\u043E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0431\u043E\u0440 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439.",displayText:"\u041E\u0442\u043C\u0435\u043D\u0430"},copy:{description:"\u0441\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u0432 \u043D\u043E\u0432\u043E\u0435 \u043C\u0435\u0441\u0442\u043E.",displayText:"\u041A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C"},move:{description:"\u043F\u0435\u0440\u0435\u043C\u0435\u0441\u0442\u0438\u0442\u044C \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u0432 \u043D\u043E\u0432\u043E\u0435 \u043C\u0435\u0441\u0442\u043E.",displayText:"\u041F\u0435\u0440\u0435\u043C\u0435\u0441\u0442\u0438\u0442\u044C"},prompt:{description:"\u0437\u0430\u043F\u0440\u043E\u0441\u0438\u0442\u044C \u0443 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F \u0432\u044B\u0431\u043E\u0440 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F.",displayText:"\u0417\u0430\u043F\u0440\u043E\u0441\u0438\u0442\u044C"},skip:{description:"\u043F\u0440\u043E\u043F\u0443\u0441\u0442\u0438\u0442\u044C \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u0438 \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u043C\u0443.",displayText:"\u041F\u0440\u043E\u043F\u0443\u0441\u0442\u0438\u0442\u044C"}},defaultImageSizeDimension:{height:"\u0412\u044B\u0441\u043E\u0442\u0430",width:"\u0428\u0438\u0440\u0438\u043D\u0430"},emptyFolderBehavior:{delete:{description:"\u0443\u0434\u0430\u043B\u0438\u0442 \u043F\u0443\u0441\u0442\u0443\u044E \u043F\u0430\u043F\u043A\u0443 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439.",displayText:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C"},deleteWithEmptyParents:{description:"\u0443\u0434\u0430\u043B\u0438\u0442 \u043F\u0443\u0441\u0442\u0443\u044E \u043F\u0430\u043F\u043A\u0443 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439 \u0438 \u0435\u0451 \u043F\u0443\u0441\u0442\u044B\u0435 \u0440\u043E\u0434\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0435 \u043F\u0430\u043F\u043A\u0438.",displayText:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0441 \u043F\u0443\u0441\u0442\u044B\u043C\u0438 \u0440\u043E\u0434\u0438\u0442\u0435\u043B\u044F\u043C\u0438"},keep:{description:"\u0441\u043E\u0445\u0440\u0430\u043D\u0438\u0442 \u043F\u0443\u0441\u0442\u0443\u044E \u043F\u0430\u043F\u043A\u0443 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439.",displayText:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C"}}},pluginSettingsManager:{customToken:{codeComment:`// \u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0435 \u0442\u043E\u043A\u0435\u043D\u044B \u0431\u044B\u043B\u0438 \u0437\u0430\u043A\u043E\u043C\u043C\u0435\u043D\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u044B, \u0442\u0430\u043A \u043A\u0430\u043A \u0438\u0445 \u043D\u0443\u0436\u043D\u043E \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0434\u043E \u043D\u043E\u0432\u043E\u0433\u043E \u0444\u043E\u0440\u043C\u0430\u0442\u0430, \u0432\u0432\u0435\u0434\u0451\u043D\u043D\u043E\u0433\u043E \u0432 \u0432\u0435\u0440\u0441\u0438\u0438 9.0.0 \u043F\u043B\u0430\u0433\u0438\u043D\u0430.
|
|
// \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435\u0441\u044C \u043A \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438 (https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0439 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438.`,deprecated:{part1:"\u0412 \u0432\u0435\u0440\u0441\u0438\u0438 9.0.0 \u043F\u043B\u0430\u0433\u0438\u043D\u0430 \u0444\u043E\u0440\u043C\u0430\u0442 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0445 \u0442\u043E\u043A\u0435\u043D\u043E\u0432 \u0438\u0437\u043C\u0435\u043D\u0438\u043B\u0441\u044F. \u041E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0432\u0430\u0448\u0438 \u0442\u043E\u043A\u0435\u043D\u044B \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u043C \u043E\u0431\u0440\u0430\u0437\u043E\u043C. \u0421\u043C.",part2:"\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E",part3:"\u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0439 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438"}},legacyRenameAttachmentsToLowerCase:{part1:"\u0412 \u0432\u0435\u0440\u0441\u0438\u0438 9.0.0 \u043F\u043B\u0430\u0433\u0438\u043D\u0430 \u044D\u0442\u0430",part2:"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0443\u0441\u0442\u0430\u0440\u0435\u043B\u0430. \u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435",part3:"\u0444\u043E\u0440\u043C\u0430\u0442 \u0432\u043C\u0435\u0441\u0442\u043E \u043D\u0435\u0451. \u0421\u043C.",part4:"\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E",part5:"\u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0439 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438"},markdownUrlFormat:{deprecated:{part1:"\u0423 \u0432\u0430\u0441 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u043F\u043E\u0442\u0435\u043D\u0446\u0438\u0430\u043B\u044C\u043D\u043E \u043D\u0435\u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435 \u0434\u043B\u044F",part2:"\u0444\u043E\u0440\u043C\u0430\u0442\u0430. \u0421\u043C.",part3:"\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E",part4:"\u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0439 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438.",part5:"\u042D\u0442\u043E \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0435 \u0431\u043E\u043B\u044C\u0448\u0435 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u043F\u043E\u043A\u0430\u0437\u0430\u043D\u043E."}},specialCharacters:{part1:"\u0412 \u0432\u0435\u0440\u0441\u0438\u0438 9.16.0 \u043F\u043B\u0430\u0433\u0438\u043D\u0430",part2:"\u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0431\u044B\u043B\u043E \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u043E. \u0412\u0430\u0448\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u043D\u0430 \u043D\u043E\u0432\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E."},validation:{defaultImageSizeMustBePercentageOrPixels:"\u0420\u0430\u0437\u043C\u0435\u0440 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043E\u043B\u0436\u0435\u043D \u0431\u044B\u0442\u044C \u0432 \u043F\u0438\u043A\u0441\u0435\u043B\u044F\u0445 \u0438\u043B\u0438 \u043F\u0440\u043E\u0446\u0435\u043D\u0442\u0430\u0445",invalidCustomTokensCode:"\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u043A\u043E\u0434 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0445 \u0442\u043E\u043A\u0435\u043D\u043E\u0432",invalidRegularExpression:"\u041D\u0435\u0432\u0435\u0440\u043D\u043E\u0435 \u0440\u0435\u0433\u0443\u043B\u044F\u0440\u043D\u043E\u0435 \u0432\u044B\u0440\u0430\u0436\u0435\u043D\u0438\u0435 {{regExp}}",specialCharactersMustNotContainSlash:"\u0421\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B \u043D\u0435 \u0434\u043E\u043B\u0436\u043D\u044B \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u0442\u044C /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"\u0417\u0430\u043C\u0435\u043D\u0430 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u043D\u0435 \u0434\u043E\u043B\u0436\u043D\u0430 \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u0442\u044C \u043D\u0435\u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B \u0434\u043B\u044F \u043F\u0443\u0442\u0438 \u0444\u0430\u0439\u043B\u0430."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"\u041F\u0440\u0438 \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0438 \u0444\u0430\u0439\u043B\u043E\u0432:"},name:"\u0420\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u0438\u044F \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"\u041A\u043E\u0433\u0434\u0430 \u0441\u043E\u0431\u0438\u0440\u0430\u0435\u043C\u043E\u0435 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u0437\u0430\u043C\u0435\u0442\u043A\u0430\u043C\u0438:"},name:"\u0420\u0435\u0436\u0438\u043C \u0441\u0431\u043E\u0440\u0430 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u043C\u044B\u0445 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u0437\u0430\u043C\u0435\u0442\u043A\u0430\u043C\u0438"},collectedAttachmentFileName:{description:{part1:"\u0421\u043C.",part2:"\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0435 \u0442\u043E\u043A\u0435\u043D\u044B"},name:"\u0421\u043E\u0431\u0440\u0430\u043D\u043D\u043E\u0435 \u0438\u043C\u044F \u0444\u0430\u0439\u043B\u0430 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F"},customTokens:{description:{part1:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0435 \u0442\u043E\u043A\u0435\u043D\u044B \u0434\u043B\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F.",part2:"\u0421\u043C.",part3:"\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E",part4:"\u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0439 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438.",part5:"\u26A0\uFE0F \u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0435 \u0442\u043E\u043A\u0435\u043D\u044B \u043C\u043E\u0433\u0443\u0442 \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u0442\u044C \u043F\u0440\u043E\u0438\u0437\u0432\u043E\u043B\u044C\u043D\u044B\u0439 JavaScript-\u043A\u043E\u0434. \u0415\u0441\u043B\u0438 \u043D\u0430\u043F\u0438\u0441\u0430\u043D\u044B \u043D\u0435\u0432\u0435\u0440\u043D\u043E, \u044D\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u043F\u0440\u0438\u0432\u0435\u0441\u0442\u0438 \u043A \u043F\u043E\u0442\u0435\u0440\u0435 \u0434\u0430\u043D\u043D\u044B\u0445. \u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043D\u0430 \u0441\u0432\u043E\u0439 \u0440\u0438\u0441\u043A."},name:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0435 \u0442\u043E\u043A\u0435\u043D\u044B"},defaultImageSize:{description:{part1:"\u0420\u0430\u0437\u043C\u0435\u0440 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E.",part2:"\u041C\u043E\u0436\u043D\u043E \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u0432 \u043F\u0438\u043A\u0441\u0435\u043B\u044F\u0445",part3:"\u0438\u043B\u0438 \u0432 \u043F\u0440\u043E\u0446\u0435\u043D\u0442\u0430\u0445 \u043E\u0442 \u043F\u043E\u043B\u043D\u043E\u0433\u043E \u0440\u0430\u0437\u043C\u0435\u0440\u0430 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F",part4:"\u041E\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u043F\u0443\u0441\u0442\u044B\u043C, \u0447\u0442\u043E\u0431\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0440\u0430\u0437\u043C\u0435\u0440 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F."},name:"\u0420\u0430\u0437\u043C\u0435\u0440 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E"},duplicateNameSeparator:{description:{part1:"\u0415\u0441\u043B\u0438 \u0432\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F/\u043F\u0435\u0440\u0435\u0442\u0430\u0441\u043A\u0438\u0432\u0430\u0435\u0442\u0441\u044F \u0444\u0430\u0439\u043B \u0441 \u0442\u0435\u043C \u0436\u0435 \u0438\u043C\u0435\u043D\u0435\u043C, \u0447\u0442\u043E \u0438 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0439, \u044D\u0442\u043E\u0442 \u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u044C \u0431\u0443\u0434\u0435\u0442 \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u043A \u0438\u043C\u0435\u043D\u0438.",part2:"\u041D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u0442\u0430\u0441\u043A\u0438\u0432\u0430\u043D\u0438\u0438 \u0444\u0430\u0439\u043B\u0430",part3:", \u043E\u043D \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D \u0432 ",part4:", \u0438 \u0442.\u0434., \u043F\u043E\u043A\u0430 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u043D\u0430\u0439\u0434\u0435\u043D\u043E \u0441\u0432\u043E\u0431\u043E\u0434\u043D\u043E\u0435 \u0438\u043C\u044F."},name:"\u0420\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u044C \u0434\u043B\u044F \u0434\u0443\u0431\u043B\u0438\u043A\u0430\u0442\u043E\u0432 \u0438\u043C\u0451\u043D"},emptyFolderBehavior:{description:{part1:"\u041A\u043E\u0433\u0434\u0430 \u043F\u0430\u043F\u043A\u0430 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439 \u043F\u0443\u0441\u0442\u0430\u044F:"},name:"\u041F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043F\u0443\u0441\u0442\u043E\u0439 \u043F\u0430\u043F\u043A\u0438 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439"},excludePaths:{description:{part1:"\u0418\u0441\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u043F\u0443\u0442\u0435\u0439.",part2:"\u0412\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u043A\u0430\u0436\u0434\u044B\u0439 \u043F\u0443\u0442\u044C \u043D\u0430 \u043D\u043E\u0432\u043E\u0439 \u0441\u0442\u0440\u043E\u043A\u0435.",part3:"\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0441\u0442\u0440\u043E\u043A\u0443 \u043F\u0443\u0442\u0438 \u0438\u043B\u0438",part4:"\u0415\u0441\u043B\u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043F\u0443\u0441\u0442\u0430, \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u043D\u0435 \u0438\u0441\u043A\u043B\u044E\u0447\u0430\u044E\u0442\u0441\u044F."},name:"\u0418\u0441\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0443\u0442\u0438"},excludePathsFromAttachmentCollecting:{description:{part1:"\u0418\u0441\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u043F\u0443\u0442\u0435\u0439 \u043F\u0440\u0438 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0438 \u043A\u043E\u043C\u0430\u043D\u0434\u044B",part2:"\u0421\u043E\u0431\u0440\u0430\u0442\u044C \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F",part3:".",part4:"\u0412\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u043A\u0430\u0436\u0434\u044B\u0439 \u043F\u0443\u0442\u044C \u043D\u0430 \u043D\u043E\u0432\u043E\u0439 \u0441\u0442\u0440\u043E\u043A\u0435.",part5:"\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0441\u0442\u0440\u043E\u043A\u0443 \u043F\u0443\u0442\u0438 \u0438\u043B\u0438",part6:"\u0415\u0441\u043B\u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043F\u0443\u0441\u0442\u0430, \u0438\u0437 \u0441\u0431\u043E\u0440\u0430 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439 \u043D\u0435 \u0438\u0441\u043A\u043B\u044E\u0447\u0430\u0435\u0442\u0441\u044F \u043D\u0438 \u043E\u0434\u0438\u043D \u043F\u0443\u0442\u044C."},name:"\u0418\u0441\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0443\u0442\u0438 \u0438\u0437 \u0441\u0431\u043E\u0440\u0430 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439"},generatedAttachmentFileName:{description:{part1:"\u0421\u043C.",part2:"\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0435 \u0442\u043E\u043A\u0435\u043D\u044B"},name:"\u0421\u0433\u0435\u043D\u0435\u0440\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u0438\u043C\u044F \u0444\u0430\u0439\u043B\u0430 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F"},includePaths:{description:{part1:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u043F\u0443\u0442\u0435\u0439.",part2:"\u0412\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u043A\u0430\u0436\u0434\u044B\u0439 \u043F\u0443\u0442\u044C \u043D\u0430 \u043D\u043E\u0432\u043E\u0439 \u0441\u0442\u0440\u043E\u043A\u0435.",part3:"\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0441\u0442\u0440\u043E\u043A\u0443 \u043F\u0443\u0442\u0438 \u0438\u043B\u0438",part4:"\u0415\u0441\u043B\u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043F\u0443\u0441\u0442\u0430, \u0432\u0441\u0435 \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0431\u0443\u0434\u0443\u0442 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u044B."},name:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0443\u0442\u0438"},jpegQuality:{description:"\u0427\u0435\u043C \u043D\u0438\u0436\u0435 \u043A\u0430\u0447\u0435\u0441\u0442\u0432\u043E, \u0442\u0435\u043C \u0432\u044B\u0448\u0435 \u0441\u0442\u0435\u043F\u0435\u043D\u044C \u0441\u0436\u0430\u0442\u0438\u044F.",name:"\u041A\u0430\u0447\u0435\u0441\u0442\u0432\u043E JPEG"},locationForNewAttachments:{description:{part1:"\u041D\u0430\u0447\u0438\u043D\u0430\u0439\u0442\u0435 \u0441",part2:"\u0447\u0442\u043E\u0431\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043E\u0442\u043D\u043E\u0441\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u043F\u0443\u0442\u044C.",part3:"\u0421\u043C.",part4:"\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0435 \u0442\u043E\u043A\u0435\u043D\u044B",part5:"\u041F\u0430\u043F\u043A\u0438 \u0441 \u0442\u043E\u0447\u043A\u043E\u0439, \u0442\u0430\u043A\u0438\u0435 \u043A\u0430\u043A",part6:"\u043D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u044E\u0442\u0441\u044F, \u0442\u0430\u043A \u043A\u0430\u043A Obsidian \u0438\u0445 \u043D\u0435 \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u0435\u0442. \u0412\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u0432\u0430\u043C \u043F\u043E\u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C",part7:"\u043F\u043B\u0430\u0433\u0438\u043D \u0434\u043B\u044F \u0438\u0445 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F."},name:"\u0420\u0430\u0441\u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u0434\u043B\u044F \u043D\u043E\u0432\u044B\u0445 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439"},markdownUrlFormat:{description:{part1:"\u0424\u043E\u0440\u043C\u0430\u0442 URL, \u043A\u043E\u0442\u043E\u0440\u044B\u0439 \u0431\u0443\u0434\u0435\u0442 \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D \u0432 Markdown.",part2:"\u0421\u043C.",part3:"\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0435 \u0442\u043E\u043A\u0435\u043D\u044B",part4:"\u041E\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u043F\u0443\u0441\u0442\u044B\u043C \u0434\u043B\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F \u0444\u043E\u0440\u043C\u0430\u0442\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E."},name:"\u0424\u043E\u0440\u043C\u0430\u0442 URL \u0434\u043B\u044F Markdown"},renameAttachmentsToLowerCase:"\u041F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u044B\u0432\u0430\u0442\u044C \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0441\u0442\u0440\u043E\u0447\u043D\u044B\u043C\u0438 \u0431\u0443\u043A\u0432\u0430\u043C\u0438",renamedAttachmentFileName:{description:{part1:"\u0421\u043C.",part2:"\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0435 \u0442\u043E\u043A\u0435\u043D\u044B"},name:"\u041F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u0438\u043C\u044F \u0444\u0430\u0439\u043B\u0430 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F"},resetToSampleCustomTokens:{message:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0435 \u0442\u043E\u043A\u0435\u043D\u044B \u0434\u043E \u043E\u0431\u0440\u0430\u0437\u0446\u043E\u0432? \u0412\u0441\u0435 \u0432\u0430\u0448\u0438 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u0431\u0443\u0434\u0443\u0442 \u043F\u043E\u0442\u0435\u0440\u044F\u043D\u044B.",title:"\u0421\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u043A \u043E\u0431\u0440\u0430\u0437\u0446\u0430\u043C \u0442\u043E\u043A\u0435\u043D\u043E\u0432"},shouldConvertPastedImagesToJpeg:{description:"\u041E\u043F\u0440\u0435\u0434\u0435\u043B\u044F\u0435\u0442, \u043D\u0443\u0436\u043D\u043E \u043B\u0438 \u043A\u043E\u043D\u0432\u0435\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0435 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u0432 JPEG. \u041F\u0440\u0438\u043C\u0435\u043D\u044F\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u0435\u0441\u043B\u0438 PNG \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E \u0438\u0437 \u0431\u0443\u0444\u0435\u0440\u0430 \u043E\u0431\u043C\u0435\u043D\u0430. \u041E\u0431\u044B\u0447\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0434\u043B\u044F \u0441\u043A\u0440\u0438\u043D\u0448\u043E\u0442\u043E\u0432.",name:"\u041A\u043E\u043D\u0432\u0435\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0435 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u0432 JPEG"},shouldDeleteOrphanAttachments:{description:"\u0415\u0441\u043B\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043E, \u043F\u0440\u0438 \u0443\u0434\u0430\u043B\u0435\u043D\u0438\u0438 \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0435\u0451 \u043E\u0441\u0438\u0440\u043E\u0442\u0435\u0432\u0448\u0438\u0435 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0442\u0430\u043A\u0436\u0435 \u0431\u0443\u0434\u0443\u0442 \u0443\u0434\u0430\u043B\u0435\u043D\u044B.",name:"\u0423\u0434\u0430\u043B\u044F\u0442\u044C \u043E\u0441\u0438\u0440\u043E\u0442\u0435\u0432\u0448\u0438\u0435 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F"},shouldRenameAttachmentFiles:{description:{part1:"\u0415\u0441\u043B\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043E, \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u0438\u0438 \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u043C\u0435\u0449\u0435\u043D\u0438\u0438 \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0435\u0451 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0431\u0443\u0434\u0443\u0442 \u043F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u044B \u0441\u043E\u0433\u043B\u0430\u0441\u043D\u043E",part2:"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435."},name:"\u041F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u044B\u0432\u0430\u0442\u044C \u0444\u0430\u0439\u043B\u044B \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439"},shouldRenameAttachmentFolders:{description:"\u041E\u043F\u0440\u0435\u0434\u0435\u043B\u044F\u0435\u0442, \u043D\u0443\u0436\u043D\u043E \u043B\u0438 \u043F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u044B\u0432\u0430\u0442\u044C \u043F\u0430\u043F\u043A\u0438 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439 \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u0438\u0438 \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u043C\u0435\u0449\u0435\u043D\u0438\u0438 \u0437\u0430\u043C\u0435\u0442\u043A\u0438.",name:"\u041F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u044B\u0432\u0430\u0442\u044C \u043F\u0430\u043F\u043A\u0438 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439"},shouldRenameAttachmentsCreatedByOtherPlugins:{description:{part1:"\u041F\u0440\u0438\u043C\u0435\u043D\u044F\u0442\u044C \u043B\u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043F\u0430\u043F\u043A\u0438 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439 \u0438 \u0438\u043C\u0435\u043D\u0438 \u0444\u0430\u0439\u043B\u0430 \u043A \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F\u043C, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0441\u043E\u0437\u0434\u0430\u044E\u0442 \u0414\u0420\u0423\u0413\u0418\u0415 \u043F\u043B\u0430\u0433\u0438\u043D\u044B.",part2:"\u041D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043F\u043B\u0430\u0433\u0438\u043D\u044B \u0437\u0430\u043F\u0438\u0441\u044B\u0432\u0430\u044E\u0442 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u0432 \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0435 \u043F\u043E\u0434 \u0441\u043E\u0431\u0441\u0442\u0432\u0435\u043D\u043D\u044B\u043C \u0438\u043C\u0435\u043D\u0435\u043C, \u043D\u0435 \u0441\u043F\u0440\u0430\u0448\u0438\u0432\u0430\u044F Obsidian, \u0433\u0434\u0435 \u0435\u043C\u0443 \u043C\u0435\u0441\u0442\u043E. \u0415\u0441\u043B\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043E, \u0442\u0430\u043A\u043E\u0439 \u0444\u0430\u0439\u043B \u043F\u0435\u0440\u0435\u043C\u0435\u0449\u0430\u0435\u0442\u0441\u044F \u0438 \u043F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u044B\u0432\u0430\u0435\u0442\u0441\u044F \u0441\u0440\u0430\u0437\u0443 \u043F\u043E\u0441\u043B\u0435 \u043F\u043E\u044F\u0432\u043B\u0435\u043D\u0438\u044F.",part3:"\u0417\u0430\u0442\u0440\u0430\u0433\u0438\u0432\u0430\u044E\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u0444\u0430\u0439\u043B\u044B, \u0441\u043E\u0437\u0434\u0430\u043D\u043D\u044B\u0435 \u043F\u0440\u0438 \u043E\u0442\u043A\u0440\u044B\u0442\u043E\u0439 \u0437\u0430\u043C\u0435\u0442\u043A\u0435, \u0438 \u043D\u0438\u043A\u043E\u0433\u0434\u0430 \u0444\u0430\u0439\u043B\u044B, \u043F\u0440\u0438\u0448\u0435\u0434\u0448\u0438\u0435 \u0438\u0437 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u0438\u043B\u0438 \u0438\u043C\u043F\u043E\u0440\u0442\u0430 \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430."},name:"\u041F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u044B\u0432\u0430\u0442\u044C \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F, \u0441\u043E\u0437\u0434\u0430\u043D\u043D\u044B\u0435 \u0434\u0440\u0443\u0433\u0438\u043C\u0438 \u043F\u043B\u0430\u0433\u0438\u043D\u0430\u043C\u0438"},shouldRenameCollectedAttachments:{description:{part1:"\u0415\u0441\u043B\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043E, \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F, \u0441\u043E\u0431\u0440\u0430\u043D\u043D\u044B\u0435 \u0447\u0435\u0440\u0435\u0437 \u043A\u043E\u043C\u0430\u043D\u0434\u0443",part2:"\u0421\u043E\u0431\u0440\u0430\u0442\u044C \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F",part3:"\u0431\u0443\u0434\u0443\u0442 \u043F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u044B \u0432 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0438 \u0441",part4:"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u043E\u0439."},name:"\u041F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u044B\u0432\u0430\u0442\u044C \u0441\u043E\u0431\u0440\u0430\u043D\u043D\u044B\u0435 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F"},specialCharacters:{description:{part1:"\u0421\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B \u0432 \u0438\u043C\u0435\u043D\u0438 \u043F\u0430\u043F\u043A\u0438 \u0438\u043B\u0438 \u0444\u0430\u0439\u043B\u0430 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0431\u0443\u0434\u0443\u0442 \u0437\u0430\u043C\u0435\u043D\u0435\u043D\u044B \u0438\u043B\u0438 \u0443\u0434\u0430\u043B\u0435\u043D\u044B.",part2:"\u041E\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u043F\u0443\u0441\u0442\u044B\u043C, \u0447\u0442\u043E\u0431\u044B \u0441\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B."},name:"\u0421\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B"},specialCharactersReplacement:{description:{part1:"\u0421\u0442\u0440\u043E\u043A\u0430 \u0434\u043B\u044F \u0437\u0430\u043C\u0435\u043D\u044B \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0432 \u0438\u043C\u0435\u043D\u0438 \u043F\u0430\u043F\u043A\u0438 \u0438\u043B\u0438 \u0444\u0430\u0439\u043B\u0430 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F.",part2:"\u041E\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u043F\u0443\u0441\u0442\u044B\u043C, \u0447\u0442\u043E\u0431\u044B \u0443\u0434\u0430\u043B\u0438\u0442\u044C \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B."},name:"\u0417\u0430\u043C\u0435\u043D\u0430 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432"},timeoutInSeconds:{description:{part1:"\u0422\u0430\u0439\u043C\u0430\u0443\u0442 \u0432 \u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445 \u0434\u043B\u044F \u0432\u0441\u0435\u0445 \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u0439.",part2:"\u0415\u0441\u043B\u0438",part3:"\u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D, \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435 \u043F\u043E \u0432\u0440\u0435\u043C\u0435\u043D\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0430\u0435\u0442\u0441\u044F."},name:"\u0422\u0430\u0439\u043C\u0430\u0443\u0442 \u0432 \u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445"},treatAsAttachmentExtensions:{description:{part1:"\u0420\u0430\u0441\u0441\u043C\u0430\u0442\u0440\u0438\u0432\u0430\u0442\u044C \u0444\u0430\u0439\u043B\u044B \u0441 \u044D\u0442\u0438\u043C\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438 \u043A\u0430\u043A \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F.",part2:"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",part3:"\u0438",part4:"\u0441\u0432\u044F\u0437\u0430\u043D\u043D\u044B\u0435 \u0444\u0430\u0439\u043B\u044B \u043D\u0435 \u0441\u0447\u0438\u0442\u0430\u044E\u0442\u0441\u044F \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F\u043C\u0438 \u0438 \u043D\u0435 \u043F\u0435\u0440\u0435\u043C\u0435\u0449\u0430\u044E\u0442\u0441\u044F \u0432\u043C\u0435\u0441\u0442\u0435 \u0441 \u0437\u0430\u043C\u0435\u0442\u043A\u043E\u0439.",part5:"\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0441\u0432\u043E\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,",part6:", \u0447\u0442\u043E\u0431\u044B \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u044D\u0442\u043E \u043F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435."},name:"\u0420\u0430\u0441\u0441\u043C\u0430\u0442\u0440\u0438\u0432\u0430\u0442\u044C \u043A\u0430\u043A \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439"}},promptWithPreviewModal:{fileNameTitle:"\u041F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u0442\u044C \u0444\u0430\u0439\u043B \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F",folderTitle:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u043F\u0430\u043F\u043A\u0443 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0439",previewModal:{title:"\u041F\u0440\u0435\u0434\u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0444\u0430\u0439\u043B\u0430 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F '{{fullFileName}}'"},title:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435 \u0434\u043B\u044F \u0442\u043E\u043A\u0435\u043D\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u0430"},regularExpression:"/\u0440\u0435\u0433\u0443\u043B\u044F\u0440\u043D\u043E\u0435 \u0432\u044B\u0440\u0430\u0436\u0435\u043D\u0438\u0435/"};var jN={attachmentCollector:{confirm:{part1:"D\xEBshiron t\xEB mbledh\xEBsh bashk\xEBngjitjet p\xEBr t\xEB gjitha sh\xEBnimet n\xEB dosje n\xEB m\xEBnyr\xEB rekursive?",part2:"Ky veprim nuk mund t\xEB zhb\xEBhet."},progressBar:{message:"Duke mbledhur bashk\xEBngjitjet {{iterationString}} - '{{noteFilePath}}'.",title:"Duke mbledhur bashk\xEBngjitjet..."}},buttons:{copy:"Kopjo",move:"L\xEBviz",previewAttachmentFile:"Parashiko skedarin e bashk\xEBngjitur",skip:"Kalo"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"Bashk\xEBngjitja",part2:"\xEBsht\xEB e referuar nga disa sh\xEBnime."},heading:"Duke mbledhur bashk\xEBngjitjen e p\xEBrdorur nga disa sh\xEBnime",shouldUseSameActionForOtherProblematicAttachmentsToggle:"P\xEBrdor t\xEB nj\xEBjtin veprim p\xEBr bashk\xEBngjitje t\xEB tjera problematike"},commands:{collectAttachmentsCurrentFolder:"Mblidh bashk\xEBngjitjet n\xEB dosjen aktuale",collectAttachmentsCurrentNote:"Mblidh bashk\xEBngjitjet n\xEB sh\xEBnimin aktual",collectAttachmentsEntireVault:"Mblidh bashk\xEBngjitjet n\xEB gjith\xEB depozit\xEBn"},menuItems:{collectAttachmentsInFile:"Mblidh bashk\xEBngjitjet n\xEB skedar",collectAttachmentsInFiles:"Mblidh bashk\xEBngjitjet n\xEB skedar\xEB"},notice:{collectingAttachments:"Duke mbledhur bashk\xEBngjitjet p\xEBr '{{noteFilePath}}'",collectingAttachmentsCancelled:"Mbledhja e bashk\xEBngjitjeve u anulua. Kontrolloni konsol\xEBn p\xEBr detaje.",generatedAttachmentFileNameIsInvalid:{part1:`Emri i gjeneruar i skedarit t\xEB bashk\xEBngjitur '{{path}}' \xEBsht\xEB i pavlefsh\xEBm.
|
|
{{validationMessage}}
|
|
Kontrolloni`,part2:"cil\xEBsimet tuaja."},notePathIsIgnored:"Shtegu i sh\xEBnimit \xEBsht\xEB injoruar"},obsidianDevUtils:{buttons:{cancel:"Anulo",ok:"OK"},dataview:{itemsPerPage:"Artikuj p\xEBr faqe:",jumpToPage:"Shko te faqja:"},notices:{attachmentIsStillUsed:"Bashk\xEBngjitja {{attachmentPath}} ende po p\xEBrdoret nga sh\xEBnime t\xEB tjera. Nuk do t\xEB fshihet.",unhandledError:"Ndodhi nj\xEB gabim i papritur. Ju lutemi kontrolloni konsol\xEBn p\xEBr m\xEB shum\xEB informacione."}},pluginSettings:{attachmentRenameMode:{all:{description:"t\xEB gjith\xEB skedar\xEBt riem\xEBrtohen.",displayText:"T\xEB gjitha"},none:{description:"emrat e tyre ruhen.",displayText:"Asnj\xEB"},onlyPastedImages:{description:"vet\xEBm imazhet e ngjitura riem\xEBrtohen. Aplikohet vet\xEBm kur nj\xEB imazh PNG ngjitet drejtp\xEBrdrejt nga clipboard. Zakonisht p\xEBrdoret p\xEBr pamjet e ekranit.",displayText:"Vet\xEBm imazhet e ngjitura"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"anulo mbledhjen e bashk\xEBngjitjeve.",displayText:"Anulo"},copy:{description:"kopjo bashk\xEBngjitjen n\xEB vendndodhjen e re.",displayText:"Kopjo"},move:{description:"l\xEBviz bashk\xEBngjitjen n\xEB vendndodhjen e re.",displayText:"L\xEBviz"},prompt:{description:"k\xEBrko nga p\xEBrdoruesi t\xEB zgjedh\xEB veprimin.",displayText:"K\xEBrko"},skip:{description:"anashkalo bashk\xEBngjitjen dhe vazhdo me tjetr\xEBn.",displayText:"Anashkalo"}},defaultImageSizeDimension:{height:"Gjat\xEBsia",width:"Gjer\xEBsia"},emptyFolderBehavior:{delete:{description:"do t\xEB fshij\xEB dosjen e zbraz\xEBt t\xEB bashk\xEBngjitjeve.",displayText:"Fshi"},deleteWithEmptyParents:{description:"do t\xEB fshij\xEB dosjen e zbraz\xEBt t\xEB bashk\xEBngjitjeve dhe dosjet prind t\xEB zbraz\xEBta.",displayText:"Fshi me prind\xEBr t\xEB zbraz\xEBt"},keep:{description:"do t\xEB mbaj\xEB dosjen e zbraz\xEBt t\xEB bashk\xEBngjitjeve.",displayText:"Mbaj"}}},pluginSettingsManager:{customToken:{codeComment:`// Tokenat e personalizuar u komentuan pasi duhet t\xEB p\xEBrdit\xEBsohen me formatin e ri t\xEB prezantuar n\xEB versionin 9.0.0 t\xEB shtes\xEBs.
|
|
// Referojuni dokumentacionit (https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens) p\xEBr m\xEB shum\xEB informacione.`,deprecated:{part1:"N\xEB versionin 9.0.0 t\xEB shtes\xEBs formati i regjistrimit t\xEB tokenave t\xEB personalizuar ndryshoi. Ju lutemi p\xEBrdit\xEBsoni tokenat tuaj si\xE7 duhet. Referojuni",part2:"dokumentacionit",part3:"p\xEBr m\xEB shum\xEB informacione"}},legacyRenameAttachmentsToLowerCase:{part1:"N\xEB versionin 9.0.0 t\xEB shtes\xEBs, kjo",part2:"cil\xEBsim \xEBsht\xEB i vjetruar. P\xEBrdorni",part3:"formatin n\xEB vend t\xEB saj. Shihni",part4:"dokumentacionin",part5:"p\xEBr m\xEB shum\xEB informacione"},markdownUrlFormat:{deprecated:{part1:"Keni nj\xEB vler\xEB potencialisht t\xEB gabuar t\xEB vendosur p\xEBr",part2:"formatin. Ju lutemi referojuni",part3:"dokumentacionit",part4:"p\xEBr m\xEB shum\xEB informacione.",part5:"Ky mesazh nuk do t\xEB shfaqet m\xEB."}},specialCharacters:{part1:"N\xEB versionin 9.16.0 t\xEB shtes\xEBs,",part2:"vlera e parazgjedhur e cil\xEBsimit u ndryshua. Vlera juaj u p\xEBrdit\xEBsua me at\xEB t\xEB re."},validation:{defaultImageSizeMustBePercentageOrPixels:"Madh\xEBsia e paracaktuar e imazhit duhet t\xEB jet\xEB n\xEB pika ose n\xEB p\xEBrqindje",invalidCustomTokensCode:"Kod i pavlefsh\xEBm i tokenave t\xEB personalizuar",invalidRegularExpression:"Shprehje e rregullt e pavlefshme {{regExp}}",specialCharactersMustNotContainSlash:"Karaketret special\xEB nuk duhet t\xEB p\xEBrmbajn\xEB /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"Z\xEBvend\xEBsimi i karaktereve special\xEB nuk duhet t\xEB p\xEBrmbaj\xEB karaktere t\xEB pavlefsh\xEBm p\xEBr shtegun e skedarit."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"Kur bashk\xEBngjitni skedar\xEB:"},name:"M\xEBnyra e riem\xEBrtimit t\xEB bashk\xEBngjitjeve"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"Kur bashk\xEBngjitja e mbledhur p\xEBrdoret nga disa sh\xEBnime:"},name:"M\xEBnyra e mbledhjes s\xEB bashk\xEBngjitjeve t\xEB p\xEBrdorura nga disa sh\xEBnime"},collectedAttachmentFileName:{description:{part1:"Shih",part2:"tokenat e disponuesh\xEBm"},name:"Emri i skedarit t\xEB bashk\xEBngjitur t\xEB mbledhur"},customTokens:{description:{part1:"Tokena t\xEB personalizuar q\xEB do t\xEB p\xEBrdoren.",part2:"Shih",part3:"dokumentacionin",part4:"p\xEBr m\xEB shum\xEB informacione.",part5:"\u26A0\uFE0F Tokenat e personalizuar mund t\xEB p\xEBrmbajn\xEB kod arbitrar JavaScript. N\xEBse shkruhen gabim, mund t\xEB shkaktojn\xEB humbje t\xEB t\xEB dh\xEBnave. P\xEBrdoreni me kujdes."},name:"Tokena t\xEB personalizuar"},defaultImageSize:{description:{part1:"Madh\xEBsia e paracaktuar e imazhit.",part2:"Mund t\xEB specifikohet n\xEB pika",part3:"ose n\xEB p\xEBrqindje t\xEB madh\xEBsis\xEB s\xEB plot\xEB t\xEB imazhit",part4:"L\xEBreni bosh p\xEBr t\xEB p\xEBrdorur madh\xEBsin\xEB origjinale t\xEB imazhit."},name:"Madh\xEBsia e paracaktuar e imazhit"},duplicateNameSeparator:{description:{part1:"Kur ngjisni ose t\xEBrhiqni nj\xEB skedar me t\xEB nj\xEBjtin em\xEBr si nj\xEB ekzistues, ky ndar\xEBs do t\xEB shtohet n\xEB em\xEBr.",part2:"P.sh., kur t\xEBrhiqni skedarin",part3:", do t\xEB riem\xEBrtohet n\xEB ",part4:", etj., duke marr\xEB emrin e par\xEB t\xEB lir\xEB."},name:"Ndar\xEBs p\xEBr emra t\xEB dyfisht\xEB"},emptyFolderBehavior:{description:{part1:"Kur dosja e bashk\xEBngjitjeve b\xEBhet e zbraz\xEBt:"},name:"Sjellja e dosjes s\xEB zbraz\xEBt t\xEB bashk\xEBngjitjeve"},excludePaths:{description:{part1:"P\xEBrjashto sh\xEBnime nga shtegu n\xEB vijim.",part2:"Futni \xE7do shteg n\xEB nj\xEB rresht t\xEB ri.",part3:"Mund t\xEB p\xEBrdorni vargun e shtegut ose",part4:"N\xEBse cil\xEBsimi \xEBsht\xEB bosh, asnj\xEB sh\xEBnim nuk p\xEBrjashtohet."},name:"P\xEBrjashto shtigjet"},excludePathsFromAttachmentCollecting:{description:{part1:"P\xEBrjashto bashk\xEBngjitjet nga k\xEBto shtigje kur komanda",part2:"Mblidh bashk\xEBngjitjet",part3:"ekzekutohet.",part4:"Futni \xE7do shteg n\xEB nj\xEB rresht t\xEB ri.",part5:"Mund t\xEB p\xEBrdorni vargun e shtegut ose",part6:"N\xEBse cil\xEBsimi \xEBsht\xEB bosh, asnj\xEB shteg nuk p\xEBrjashtohet nga mbledhja."},name:"P\xEBrjashto shtigje nga mbledhja e bashk\xEBngjitjeve"},generatedAttachmentFileName:{description:{part1:"Shih",part2:"tokenat e disponuesh\xEBm"},name:"Emri i gjeneruar i skedarit t\xEB bashk\xEBngjitur"},includePaths:{description:{part1:"P\xEBrfshi sh\xEBnime nga shtigjet e m\xEBposhtme.",part2:"Futni \xE7do shteg n\xEB nj\xEB rresht t\xEB ri.",part3:"Mund t\xEB p\xEBrdorni vargun e shtegut ose",part4:"N\xEBse cil\xEBsimi \xEBsht\xEB bosh, t\xEB gjitha sh\xEBnimet p\xEBrfshihen."},name:"P\xEBrfshi shtigje"},jpegQuality:{description:"Sa m\xEB e vog\xEBl t\xEB jet\xEB cil\xEBsia, aq m\xEB e madhe \xEBsht\xEB shkalla e kompresimit.",name:"Cil\xEBsia JPEG"},locationForNewAttachments:{description:{part1:"Filloni me",part2:"p\xEBr t\xEB p\xEBrdorur nj\xEB shteg relativ.",part3:"Shih",part4:"tokenat e disponuesh\xEBm",part5:"Dosjet me pik\xEB si",part6:"nuk rekomandohen, sepse Obsidian nuk i ndjek ato. Mund t\u2019ju duhet t\xEB p\xEBrdorni nj\xEB",part7:"shtes\xEB p\xEBr t\u2019i menaxhuar ato."},name:"Vendndodhja p\xEBr bashk\xEBngjitje t\xEB reja"},markdownUrlFormat:{description:{part1:"Formati i URL-s\xEB q\xEB do t\xEB futet n\xEB Markdown.",part2:"Shih",part3:"tokenat e disponuesh\xEBm",part4:"L\xEBreni bosh p\xEBr t\xEB p\xEBrdorur formatin parazgjedhur."},name:"Formati i URL-s\xEB Markdown"},renameAttachmentsToLowerCase:"Riem\xEBrto bashk\xEBngjitjet me shkronja t\xEB vogla",renamedAttachmentFileName:{description:{part1:"Shih",part2:"tokenat e disponuesh\xEBm"},name:"Emri i skedarit t\xEB bashk\xEBngjitur t\xEB riem\xEBrtuar"},resetToSampleCustomTokens:{message:"Jeni i sigurt q\xEB doni t\xEB rivendosni tokenat e personalizuar n\xEB tokenat shembullor\xEB? Ndryshimet tuaja do t\xEB humbasin.",title:"Rivendos tek tokenat shembullor\xEB"},shouldConvertPastedImagesToJpeg:{description:"N\xEBse imazhet e ngjitura duhet t\xEB konvertohen n\xEB JPEG. Aplikohet vet\xEBm kur p\xEBrmbajtja e nj\xEB PNG ngjitet nga clipboard. Zakonisht p\xEBr pamjet e ekranit.",name:"Konverto imazhet e ngjitura n\xEB JPEG"},shouldDeleteOrphanAttachments:{description:"N\xEBse aktivizohet, kur fshihet sh\xEBnimi, fshihen edhe bashk\xEBngjitjet jetim.",name:"Fshi bashk\xEBngjitjet jetim"},shouldRenameAttachmentFiles:{description:{part1:"N\xEBse aktivizohet, kur nj\xEB sh\xEBnim riem\xEBrtohet ose zhvendoset, bashk\xEBngjitjet do t\xEB riem\xEBrtohen sipas",part2:"vendosjes."},name:"Riem\xEBrto skedar\xEBt e bashk\xEBngjitjes"},shouldRenameAttachmentFolders:{description:"N\xEBse dosjet e bashk\xEBngjitjes do t\xEB riem\xEBrtohen kur nj\xEB sh\xEBnim riem\xEBrtohet ose zhvendoset.",name:"Riem\xEBrto dosjet e bashk\xEBngjitjes"},shouldRenameAttachmentsCreatedByOtherPlugins:{description:{part1:"N\xEBse cil\xEBsimet e dosjes s\xEB bashk\xEBngjitjeve dhe t\xEB emrit t\xEB skedarit zbatohen edhe p\xEBr bashk\xEBngjitjet q\xEB krijojn\xEB shtojca t\xEB TJERA.",part2:"Disa shtojca e shkruajn\xEB bashk\xEBngjitjen drejt e n\xEB kasafort\xEB me nj\xEB em\xEBr t\xEB tyrin, pa e pyetur Obsidian se ku i takon. Me k\xEBt\xEB t\xEB aktivizuar, nj\xEB skedar i till\xEB zhvendoset dhe riem\xEBrtohet sapo shfaqet.",part3:"Preken vet\xEBm skedar\xEBt e krijuar nd\xEBrsa nj\xEB sh\xEBnim \xEBsht\xEB i hapur, kurr\xEB skedar\xEBt q\xEB vijn\xEB nga nj\xEB sinkronizim ose nga nj\xEB import kasaforte."},name:"Riem\xEBrto bashk\xEBngjitjet e krijuara nga shtojca t\xEB tjera"},shouldRenameCollectedAttachments:{description:{part1:"N\xEBse aktivizohet, bashk\xEBngjitjet e p\xEBrpunuara nga komanda",part2:"Mblidh bashk\xEBngjitjet",part3:"do t\xEB riem\xEBrtohen sipas",part4:"cil\xEBsimeve."},name:"Riem\xEBrto bashk\xEBngjitjet e mbledhura"},specialCharacters:{description:{part1:"Karakteret speciale n\xEB emrin e dosjes ose skedarit t\xEB bashk\xEBngjitjes q\xEB do t\xEB z\xEBvend\xEBsohen ose hiqen.",part2:"L\xEBreni bosh p\xEBr t\xEB ruajtur karakteret speciale."},name:"Karaktere speciale"},specialCharactersReplacement:{description:{part1:"Vargu i z\xEBvend\xEBsimit p\xEBr karakteret speciale n\xEB dosje ose n\xEB emrin e skedarit t\xEB bashk\xEBngjitur.",part2:"L\xEBreni bosh p\xEBr t\u2019i hequr karakteret speciale."},name:"Z\xEBvend\xEBsim i karaktereve speciale"},timeoutInSeconds:{description:{part1:"Koha n\xEB sekonda p\xEBr t\xEB gjitha operacionet.",part2:"N\xEBse",part3:"\xEBsht\xEB i vendosur, koha e operacionit \xEBsht\xEB e \xE7aktivizuar."},name:"Kufiri i koh\xEBs n\xEB sekonda"},treatAsAttachmentExtensions:{description:{part1:"Trajtoni skedar\xEBt me k\xEBto zgjerime si bashk\xEBngjitje.",part2:"Si parazgjedhje",part3:"dhe",part4:"skedar\xEBt e lidhur nuk trajtohen si bashk\xEBngjitje dhe nuk zhvendosen me sh\xEBnimin.",part5:"Mund t\xEB shtoni zgjerime t\xEB personalizuara, p.sh.",part6:", p\xEBr t\xEB anashkaluar k\xEBt\xEB sjellje."},name:"Trajto si zgjerime bashk\xEBngjitjesh"}},promptWithPreviewModal:{fileNameTitle:"Riem\xEBrto skedarin e bashk\xEBngjitur",folderTitle:"Zgjidh dosjen e bashk\xEBngjitjeve",previewModal:{title:"Parashiko skedarin e bashk\xEBngjitur '{{fullFileName}}'"},title:"Jepni nj\xEB vler\xEB p\xEBr tokenin e k\xEBrkes\xEBs"},regularExpression:"/shprehje e rregullt/"};var BN={attachmentCollector:{confirm:{part1:"\u0E04\u0E38\u0E13\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E23\u0E27\u0E1A\u0E23\u0E27\u0E21\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E42\u0E19\u0E49\u0E15\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14\u0E43\u0E19\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E41\u0E1A\u0E1A\u0E40\u0E23\u0E35\u0E22\u0E01\u0E0B\u0E49\u0E33\u0E2B\u0E23\u0E37\u0E2D\u0E44\u0E21\u0E48?",part2:"\u0E01\u0E32\u0E23\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23\u0E19\u0E35\u0E49\u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01\u0E44\u0E14\u0E49"},progressBar:{message:"\u0E01\u0E33\u0E25\u0E31\u0E07\u0E23\u0E27\u0E1A\u0E23\u0E27\u0E21\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A {{iterationString}} - '{{noteFilePath}}'.",title:"\u0E01\u0E33\u0E25\u0E31\u0E07\u0E23\u0E27\u0E1A\u0E23\u0E27\u0E21\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A..."}},buttons:{copy:"\u0E04\u0E31\u0E14\u0E25\u0E2D\u0E01",move:"\u0E22\u0E49\u0E32\u0E22",previewAttachmentFile:"\u0E14\u0E39\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A",skip:"\u0E02\u0E49\u0E32\u0E21"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A",part2:"\u0E16\u0E39\u0E01\u0E2D\u0E49\u0E32\u0E07\u0E2D\u0E34\u0E07\u0E42\u0E14\u0E22\u0E2B\u0E25\u0E32\u0E22\u0E42\u0E19\u0E49\u0E15"},heading:"\u0E01\u0E33\u0E25\u0E31\u0E07\u0E23\u0E27\u0E1A\u0E23\u0E27\u0E21\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E17\u0E35\u0E48\u0E43\u0E0A\u0E49\u0E42\u0E14\u0E22\u0E2B\u0E25\u0E32\u0E22\u0E42\u0E19\u0E49\u0E15",shouldUseSameActionForOtherProblematicAttachmentsToggle:"\u0E43\u0E0A\u0E49\u0E01\u0E32\u0E23\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23\u0E40\u0E14\u0E35\u0E22\u0E27\u0E01\u0E31\u0E19\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E17\u0E35\u0E48\u0E21\u0E35\u0E1B\u0E31\u0E0D\u0E2B\u0E32\u0E2D\u0E37\u0E48\u0E19 \u0E46"},commands:{collectAttachmentsCurrentFolder:"\u0E23\u0E27\u0E1A\u0E23\u0E27\u0E21\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E43\u0E19\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E1B\u0E31\u0E08\u0E08\u0E38\u0E1A\u0E31\u0E19",collectAttachmentsCurrentNote:"\u0E23\u0E27\u0E1A\u0E23\u0E27\u0E21\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E43\u0E19\u0E42\u0E19\u0E49\u0E15\u0E1B\u0E31\u0E08\u0E08\u0E38\u0E1A\u0E31\u0E19",collectAttachmentsEntireVault:"\u0E23\u0E27\u0E1A\u0E23\u0E27\u0E21\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E43\u0E19\u0E04\u0E25\u0E31\u0E07\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14"},menuItems:{collectAttachmentsInFile:"\u0E23\u0E27\u0E1A\u0E23\u0E27\u0E21\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E43\u0E19\u0E44\u0E1F\u0E25\u0E4C",collectAttachmentsInFiles:"\u0E23\u0E27\u0E1A\u0E23\u0E27\u0E21\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E43\u0E19\u0E2B\u0E25\u0E32\u0E22\u0E44\u0E1F\u0E25\u0E4C"},notice:{collectingAttachments:"\u0E01\u0E33\u0E25\u0E31\u0E07\u0E23\u0E27\u0E1A\u0E23\u0E27\u0E21\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A '{{noteFilePath}}'",collectingAttachmentsCancelled:"\u0E01\u0E32\u0E23\u0E23\u0E27\u0E1A\u0E23\u0E27\u0E21\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E16\u0E39\u0E01\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01 \u0E14\u0E39\u0E23\u0E32\u0E22\u0E25\u0E30\u0E40\u0E2D\u0E35\u0E22\u0E14\u0E43\u0E19\u0E04\u0E2D\u0E19\u0E42\u0E0B\u0E25",generatedAttachmentFileNameIsInvalid:{part1:`\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E17\u0E35\u0E48\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E02\u0E36\u0E49\u0E19 '{{path}}' \u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07
|
|
{{validationMessage}}
|
|
\u0E15\u0E23\u0E27\u0E08\u0E2A\u0E2D\u0E1A`,part2:"\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13"},notePathIsIgnored:"\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E42\u0E19\u0E49\u0E15\u0E16\u0E39\u0E01\u0E02\u0E49\u0E32\u0E21"},obsidianDevUtils:{buttons:{cancel:"\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01",ok:"\u0E15\u0E01\u0E25\u0E07"},dataview:{itemsPerPage:"\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E15\u0E48\u0E2D\u0E2B\u0E19\u0E49\u0E32:",jumpToPage:"\u0E44\u0E1B\u0E17\u0E35\u0E48\u0E2B\u0E19\u0E49\u0E32:"},notices:{attachmentIsStillUsed:"\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A {{attachmentPath}} \u0E22\u0E31\u0E07\u0E04\u0E07\u0E16\u0E39\u0E01\u0E43\u0E0A\u0E49\u0E42\u0E14\u0E22\u0E42\u0E19\u0E49\u0E15\u0E2D\u0E37\u0E48\u0E19 \u0E46 \u0E08\u0E30\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E25\u0E1A",unhandledError:"\u0E40\u0E01\u0E34\u0E14\u0E02\u0E49\u0E2D\u0E1C\u0E34\u0E14\u0E1E\u0E25\u0E32\u0E14\u0E17\u0E35\u0E48\u0E44\u0E21\u0E48\u0E44\u0E14\u0E49\u0E23\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E08\u0E31\u0E14\u0E01\u0E32\u0E23 \u0E01\u0E23\u0E38\u0E13\u0E32\u0E15\u0E23\u0E27\u0E08\u0E2A\u0E2D\u0E1A\u0E04\u0E2D\u0E19\u0E42\u0E0B\u0E25\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E40\u0E15\u0E34\u0E21"}},pluginSettings:{attachmentRenameMode:{all:{description:"\u0E44\u0E1F\u0E25\u0E4C\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14\u0E08\u0E30\u0E16\u0E39\u0E01\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D",displayText:"\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14"},none:{description:"\u0E40\u0E01\u0E47\u0E1A\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C\u0E40\u0E14\u0E34\u0E21\u0E44\u0E27\u0E49",displayText:"\u0E44\u0E21\u0E48\u0E21\u0E35"},onlyPastedImages:{description:"\u0E40\u0E09\u0E1E\u0E32\u0E30\u0E20\u0E32\u0E1E\u0E17\u0E35\u0E48\u0E27\u0E32\u0E07\u0E08\u0E30\u0E16\u0E39\u0E01\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D \u0E43\u0E0A\u0E49\u0E44\u0E14\u0E49\u0E40\u0E09\u0E1E\u0E32\u0E30\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E27\u0E32\u0E07\u0E44\u0E1F\u0E25\u0E4C PNG \u0E08\u0E32\u0E01\u0E04\u0E25\u0E34\u0E1B\u0E1A\u0E2D\u0E23\u0E4C\u0E14\u0E42\u0E14\u0E22\u0E15\u0E23\u0E07 \u0E42\u0E14\u0E22\u0E17\u0E31\u0E48\u0E27\u0E44\u0E1B\u0E43\u0E0A\u0E49\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E27\u0E32\u0E07\u0E20\u0E32\u0E1E\u0E2B\u0E19\u0E49\u0E32\u0E08\u0E2D",displayText:"\u0E40\u0E09\u0E1E\u0E32\u0E30\u0E20\u0E32\u0E1E\u0E17\u0E35\u0E48\u0E27\u0E32\u0E07"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01\u0E01\u0E32\u0E23\u0E23\u0E27\u0E1A\u0E23\u0E27\u0E21\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A",displayText:"\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01"},copy:{description:"\u0E04\u0E31\u0E14\u0E25\u0E2D\u0E01\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E44\u0E1B\u0E22\u0E31\u0E07\u0E15\u0E33\u0E41\u0E2B\u0E19\u0E48\u0E07\u0E43\u0E2B\u0E21\u0E48",displayText:"\u0E04\u0E31\u0E14\u0E25\u0E2D\u0E01"},move:{description:"\u0E22\u0E49\u0E32\u0E22\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E44\u0E1B\u0E22\u0E31\u0E07\u0E15\u0E33\u0E41\u0E2B\u0E19\u0E48\u0E07\u0E43\u0E2B\u0E21\u0E48",displayText:"\u0E22\u0E49\u0E32\u0E22"},prompt:{description:"\u0E43\u0E2B\u0E49\u0E1C\u0E39\u0E49\u0E43\u0E0A\u0E49\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E01\u0E32\u0E23\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23",displayText:"\u0E16\u0E32\u0E21"},skip:{description:"\u0E02\u0E49\u0E32\u0E21\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E41\u0E25\u0E30\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23\u0E15\u0E48\u0E2D\u0E44\u0E1B",displayText:"\u0E02\u0E49\u0E32\u0E21"}},defaultImageSizeDimension:{height:"\u0E04\u0E27\u0E32\u0E21\u0E2A\u0E39\u0E07",width:"\u0E04\u0E27\u0E32\u0E21\u0E01\u0E27\u0E49\u0E32\u0E07"},emptyFolderBehavior:{delete:{description:"\u0E08\u0E30\u0E25\u0E1A\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E17\u0E35\u0E48\u0E27\u0E48\u0E32\u0E07\u0E40\u0E1B\u0E25\u0E48\u0E32",displayText:"\u0E25\u0E1A"},deleteWithEmptyParents:{description:"\u0E08\u0E30\u0E25\u0E1A\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E17\u0E35\u0E48\u0E27\u0E48\u0E32\u0E07\u0E40\u0E1B\u0E25\u0E48\u0E32\u0E41\u0E25\u0E30\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E41\u0E21\u0E48\u0E17\u0E35\u0E48\u0E27\u0E48\u0E32\u0E07\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14",displayText:"\u0E25\u0E1A\u0E1E\u0E23\u0E49\u0E2D\u0E21\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E41\u0E21\u0E48\u0E17\u0E35\u0E48\u0E27\u0E48\u0E32\u0E07"},keep:{description:"\u0E08\u0E30\u0E40\u0E01\u0E47\u0E1A\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E17\u0E35\u0E48\u0E27\u0E48\u0E32\u0E07\u0E40\u0E1B\u0E25\u0E48\u0E32\u0E44\u0E27\u0E49",displayText:"\u0E40\u0E01\u0E47\u0E1A\u0E44\u0E27\u0E49"}}},pluginSettingsManager:{customToken:{codeComment:`// \u0E42\u0E17\u0E40\u0E04\u0E19\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E40\u0E2D\u0E07\u0E16\u0E39\u0E01\u0E04\u0E2D\u0E21\u0E40\u0E21\u0E19\u0E15\u0E4C\u0E44\u0E27\u0E49 \u0E40\u0E19\u0E37\u0E48\u0E2D\u0E07\u0E08\u0E32\u0E01\u0E15\u0E49\u0E2D\u0E07\u0E2D\u0E31\u0E1B\u0E40\u0E14\u0E15\u0E40\u0E1B\u0E47\u0E19\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E43\u0E2B\u0E21\u0E48\u0E17\u0E35\u0E48\u0E16\u0E39\u0E01\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E43\u0E19\u0E1B\u0E25\u0E31\u0E4A\u0E01\u0E2D\u0E34\u0E19\u0E40\u0E27\u0E2D\u0E23\u0E4C\u0E0A\u0E31\u0E19 9.0.0
|
|
// \u0E14\u0E39\u0E23\u0E32\u0E22\u0E25\u0E30\u0E40\u0E2D\u0E35\u0E22\u0E14\u0E43\u0E19\u0E40\u0E2D\u0E01\u0E2A\u0E32\u0E23\u0E1B\u0E23\u0E30\u0E01\u0E2D\u0E1A (https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens)`,deprecated:{part1:"\u0E43\u0E19\u0E1B\u0E25\u0E31\u0E4A\u0E01\u0E2D\u0E34\u0E19\u0E40\u0E27\u0E2D\u0E23\u0E4C\u0E0A\u0E31\u0E19 9.0.0 \u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E01\u0E32\u0E23\u0E25\u0E07\u0E17\u0E30\u0E40\u0E1A\u0E35\u0E22\u0E19\u0E42\u0E17\u0E40\u0E04\u0E19\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E40\u0E2D\u0E07\u0E44\u0E14\u0E49\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E44\u0E1B \u0E01\u0E23\u0E38\u0E13\u0E32\u0E2D\u0E31\u0E1B\u0E40\u0E14\u0E15\u0E42\u0E17\u0E40\u0E04\u0E19\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13 \u0E14\u0E39\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E40\u0E15\u0E34\u0E21\u0E17\u0E35\u0E48",part2:"\u0E40\u0E2D\u0E01\u0E2A\u0E32\u0E23",part3:"\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E40\u0E15\u0E34\u0E21"}},legacyRenameAttachmentsToLowerCase:{part1:"\u0E43\u0E19\u0E1B\u0E25\u0E31\u0E4A\u0E01\u0E2D\u0E34\u0E19\u0E40\u0E27\u0E2D\u0E23\u0E4C\u0E0A\u0E31\u0E19 9.0.0",part2:"\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E19\u0E35\u0E49\u0E40\u0E25\u0E34\u0E01\u0E43\u0E0A\u0E49\u0E41\u0E25\u0E49\u0E27 \u0E01\u0E23\u0E38\u0E13\u0E32\u0E43\u0E0A\u0E49",part3:"\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E41\u0E17\u0E19 \u0E14\u0E39\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E40\u0E15\u0E34\u0E21\u0E17\u0E35\u0E48",part4:"\u0E40\u0E2D\u0E01\u0E2A\u0E32\u0E23",part5:"\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E40\u0E15\u0E34\u0E21"},markdownUrlFormat:{deprecated:{part1:"\u0E04\u0E38\u0E13\u0E2D\u0E32\u0E08\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E17\u0E35\u0E48\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A",part2:"\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A \u0E01\u0E23\u0E38\u0E13\u0E32\u0E14\u0E39",part3:"\u0E40\u0E2D\u0E01\u0E2A\u0E32\u0E23",part4:"\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E40\u0E15\u0E34\u0E21",part5:"\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E19\u0E35\u0E49\u0E08\u0E30\u0E44\u0E21\u0E48\u0E41\u0E2A\u0E14\u0E07\u0E2D\u0E35\u0E01"}},specialCharacters:{part1:"\u0E43\u0E19\u0E1B\u0E25\u0E31\u0E4A\u0E01\u0E2D\u0E34\u0E19\u0E40\u0E27\u0E2D\u0E23\u0E4C\u0E0A\u0E31\u0E19 9.16.0",part2:"\u0E04\u0E48\u0E32\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19\u0E02\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E19\u0E35\u0E49\u0E16\u0E39\u0E01\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E44\u0E1B \u0E41\u0E25\u0E30\u0E04\u0E48\u0E32\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13\u0E08\u0E36\u0E07\u0E16\u0E39\u0E01\u0E2D\u0E31\u0E1B\u0E40\u0E14\u0E15\u0E15\u0E32\u0E21\u0E04\u0E48\u0E32\u0E43\u0E2B\u0E21\u0E48"},validation:{defaultImageSizeMustBePercentageOrPixels:"\u0E02\u0E19\u0E32\u0E14\u0E20\u0E32\u0E1E\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19\u0E15\u0E49\u0E2D\u0E07\u0E40\u0E1B\u0E47\u0E19\u0E1E\u0E34\u0E01\u0E40\u0E0B\u0E25\u0E2B\u0E23\u0E37\u0E2D\u0E40\u0E1B\u0E2D\u0E23\u0E4C\u0E40\u0E0B\u0E47\u0E19\u0E15\u0E4C",invalidCustomTokensCode:"\u0E42\u0E04\u0E49\u0E14\u0E42\u0E17\u0E40\u0E04\u0E19\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E40\u0E2D\u0E07\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07",invalidRegularExpression:"\u0E19\u0E34\u0E1E\u0E08\u0E19\u0E4C\u0E1B\u0E01\u0E15\u0E34\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07 {{regExp}}",specialCharactersMustNotContainSlash:"\u0E2D\u0E31\u0E01\u0E02\u0E23\u0E30\u0E1E\u0E34\u0E40\u0E28\u0E29\u0E15\u0E49\u0E2D\u0E07\u0E44\u0E21\u0E48\u0E21\u0E35\u0E40\u0E04\u0E23\u0E37\u0E48\u0E2D\u0E07\u0E2B\u0E21\u0E32\u0E22 /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"\u0E01\u0E32\u0E23\u0E41\u0E17\u0E19\u0E17\u0E35\u0E48\u0E2D\u0E31\u0E01\u0E02\u0E23\u0E30\u0E1E\u0E34\u0E40\u0E28\u0E29\u0E15\u0E49\u0E2D\u0E07\u0E44\u0E21\u0E48\u0E21\u0E35\u0E2D\u0E31\u0E01\u0E02\u0E23\u0E30\u0E17\u0E35\u0E48\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C\u0E2B\u0E23\u0E37\u0E2D\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07"}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E41\u0E19\u0E1A\u0E44\u0E1F\u0E25\u0E4C:"},name:"\u0E42\u0E2B\u0E21\u0E14\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E17\u0E35\u0E48\u0E23\u0E27\u0E1A\u0E23\u0E27\u0E21\u0E16\u0E39\u0E01\u0E43\u0E0A\u0E49\u0E42\u0E14\u0E22\u0E2B\u0E25\u0E32\u0E22\u0E42\u0E19\u0E49\u0E15:"},name:"\u0E42\u0E2B\u0E21\u0E14\u0E23\u0E27\u0E1A\u0E23\u0E27\u0E21\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E17\u0E35\u0E48\u0E43\u0E0A\u0E49\u0E2B\u0E25\u0E32\u0E22\u0E42\u0E19\u0E49\u0E15"},collectedAttachmentFileName:{description:{part1:"\u0E14\u0E39",part2:"\u0E42\u0E17\u0E40\u0E04\u0E19\u0E17\u0E35\u0E48\u0E21\u0E35\u0E43\u0E2B\u0E49"},name:"\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E17\u0E35\u0E48\u0E23\u0E27\u0E1A\u0E23\u0E27\u0E21"},customTokens:{description:{part1:"\u0E42\u0E17\u0E40\u0E04\u0E19\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E40\u0E2D\u0E07\u0E17\u0E35\u0E48\u0E43\u0E0A\u0E49",part2:"\u0E14\u0E39",part3:"\u0E40\u0E2D\u0E01\u0E2A\u0E32\u0E23",part4:"\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E40\u0E15\u0E34\u0E21",part5:"\u26A0\uFE0F \u0E42\u0E17\u0E40\u0E04\u0E19\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E40\u0E2D\u0E07\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E40\u0E1B\u0E47\u0E19\u0E42\u0E04\u0E49\u0E14 JavaScript \u0E43\u0E14\u0E01\u0E47\u0E44\u0E14\u0E49 \u0E16\u0E49\u0E32\u0E40\u0E02\u0E35\u0E22\u0E19\u0E1C\u0E34\u0E14 \u0E2D\u0E32\u0E08\u0E17\u0E33\u0E43\u0E2B\u0E49\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E2A\u0E39\u0E0D\u0E2B\u0E32\u0E22 \u0E43\u0E0A\u0E49\u0E14\u0E49\u0E27\u0E22\u0E04\u0E27\u0E32\u0E21\u0E23\u0E30\u0E21\u0E31\u0E14\u0E23\u0E30\u0E27\u0E31\u0E07"},name:"\u0E42\u0E17\u0E40\u0E04\u0E19\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E40\u0E2D\u0E07"},defaultImageSize:{description:{part1:"\u0E02\u0E19\u0E32\u0E14\u0E20\u0E32\u0E1E\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19",part2:"\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E40\u0E1B\u0E47\u0E19\u0E1E\u0E34\u0E01\u0E40\u0E0B\u0E25\u0E44\u0E14\u0E49",part3:"\u0E2B\u0E23\u0E37\u0E2D\u0E15\u0E32\u0E21\u0E40\u0E1B\u0E2D\u0E23\u0E4C\u0E40\u0E0B\u0E47\u0E19\u0E15\u0E4C\u0E02\u0E2D\u0E07\u0E02\u0E19\u0E32\u0E14\u0E20\u0E32\u0E1E\u0E40\u0E15\u0E47\u0E21",part4:"\u0E1B\u0E25\u0E48\u0E2D\u0E22\u0E27\u0E48\u0E32\u0E07\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E43\u0E0A\u0E49\u0E02\u0E19\u0E32\u0E14\u0E20\u0E32\u0E1E\u0E15\u0E49\u0E19\u0E09\u0E1A\u0E31\u0E1A"},name:"\u0E02\u0E19\u0E32\u0E14\u0E20\u0E32\u0E1E\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19"},duplicateNameSeparator:{description:{part1:"\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E04\u0E38\u0E13\u0E27\u0E32\u0E07/\u0E25\u0E32\u0E01\u0E44\u0E1F\u0E25\u0E4C\u0E17\u0E35\u0E48\u0E21\u0E35\u0E0A\u0E37\u0E48\u0E2D\u0E40\u0E2B\u0E21\u0E37\u0E2D\u0E19\u0E44\u0E1F\u0E25\u0E4C\u0E17\u0E35\u0E48\u0E21\u0E35\u0E2D\u0E22\u0E39\u0E48 \u0E15\u0E31\u0E27\u0E04\u0E31\u0E48\u0E19\u0E19\u0E35\u0E49\u0E08\u0E30\u0E16\u0E39\u0E01\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E44\u0E1B\u0E17\u0E35\u0E48\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C",part2:"\u0E40\u0E0A\u0E48\u0E19 \u0E40\u0E21\u0E37\u0E48\u0E2D\u0E04\u0E38\u0E13\u0E25\u0E32\u0E01\u0E44\u0E1F\u0E25\u0E4C",part3:", \u0E08\u0E30\u0E16\u0E39\u0E01\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E40\u0E1B\u0E47\u0E19 ",part4:"\u0E40\u0E1B\u0E47\u0E19\u0E15\u0E49\u0E19 \u0E44\u0E1B\u0E08\u0E19\u0E01\u0E27\u0E48\u0E32\u0E08\u0E30\u0E1E\u0E1A\u0E0A\u0E37\u0E48\u0E2D\u0E17\u0E35\u0E48\u0E43\u0E0A\u0E49\u0E44\u0E14\u0E49"},name:"\u0E15\u0E31\u0E27\u0E04\u0E31\u0E48\u0E19\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E0A\u0E37\u0E48\u0E2D\u0E0B\u0E49\u0E33"},emptyFolderBehavior:{description:{part1:"\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E27\u0E48\u0E32\u0E07\u0E40\u0E1B\u0E25\u0E48\u0E32:"},name:"\u0E1E\u0E24\u0E15\u0E34\u0E01\u0E23\u0E23\u0E21\u0E02\u0E2D\u0E07\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E17\u0E35\u0E48\u0E27\u0E48\u0E32\u0E07\u0E40\u0E1B\u0E25\u0E48\u0E32"},excludePaths:{description:{part1:"\u0E22\u0E01\u0E40\u0E27\u0E49\u0E19\u0E42\u0E19\u0E49\u0E15\u0E08\u0E32\u0E01\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E15\u0E48\u0E2D\u0E44\u0E1B\u0E19\u0E35\u0E49",part2:"\u0E43\u0E2A\u0E48\u0E41\u0E15\u0E48\u0E25\u0E30\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E43\u0E19\u0E1A\u0E23\u0E23\u0E17\u0E31\u0E14\u0E43\u0E2B\u0E21\u0E48",part3:"\u0E04\u0E38\u0E13\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E43\u0E0A\u0E49\u0E2A\u0E15\u0E23\u0E34\u0E07\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E2B\u0E23\u0E37\u0E2D",part4:"\u0E2B\u0E32\u0E01\u0E40\u0E27\u0E49\u0E19\u0E27\u0E48\u0E32\u0E07\u0E44\u0E27\u0E49 \u0E08\u0E30\u0E44\u0E21\u0E48\u0E21\u0E35\u0E42\u0E19\u0E49\u0E15\u0E43\u0E14\u0E16\u0E39\u0E01\u0E22\u0E01\u0E40\u0E27\u0E49\u0E19"},name:"\u0E22\u0E01\u0E40\u0E27\u0E49\u0E19\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07"},excludePathsFromAttachmentCollecting:{description:{part1:"\u0E22\u0E01\u0E40\u0E27\u0E49\u0E19\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E08\u0E32\u0E01\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E15\u0E48\u0E2D\u0E44\u0E1B\u0E19\u0E35\u0E49\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E40\u0E23\u0E35\u0E22\u0E01\u0E43\u0E0A\u0E49\u0E04\u0E33\u0E2A\u0E31\u0E48\u0E07",part2:"\u0E23\u0E27\u0E1A\u0E23\u0E27\u0E21\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A",part3:"",part4:"\u0E43\u0E2A\u0E48\u0E41\u0E15\u0E48\u0E25\u0E30\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E43\u0E19\u0E1A\u0E23\u0E23\u0E17\u0E31\u0E14\u0E43\u0E2B\u0E21\u0E48",part5:"\u0E04\u0E38\u0E13\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E43\u0E0A\u0E49\u0E2A\u0E15\u0E23\u0E34\u0E07\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E2B\u0E23\u0E37\u0E2D",part6:"\u0E2B\u0E32\u0E01\u0E40\u0E27\u0E49\u0E19\u0E27\u0E48\u0E32\u0E07 \u0E08\u0E30\u0E44\u0E21\u0E48\u0E21\u0E35\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E43\u0E14\u0E16\u0E39\u0E01\u0E22\u0E01\u0E40\u0E27\u0E49\u0E19"},name:"\u0E22\u0E01\u0E40\u0E27\u0E49\u0E19\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E08\u0E32\u0E01\u0E01\u0E32\u0E23\u0E23\u0E27\u0E1A\u0E23\u0E27\u0E21\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A"},generatedAttachmentFileName:{description:{part1:"\u0E14\u0E39",part2:"\u0E42\u0E17\u0E40\u0E04\u0E19\u0E17\u0E35\u0E48\u0E21\u0E35\u0E43\u0E2B\u0E49"},name:"\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E17\u0E35\u0E48\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E02\u0E36\u0E49\u0E19"},includePaths:{description:{part1:"\u0E23\u0E27\u0E21\u0E42\u0E19\u0E49\u0E15\u0E08\u0E32\u0E01\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E15\u0E48\u0E2D\u0E44\u0E1B\u0E19\u0E35\u0E49",part2:"\u0E43\u0E2A\u0E48\u0E41\u0E15\u0E48\u0E25\u0E30\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E43\u0E19\u0E1A\u0E23\u0E23\u0E17\u0E31\u0E14\u0E43\u0E2B\u0E21\u0E48",part3:"\u0E04\u0E38\u0E13\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E43\u0E0A\u0E49\u0E2A\u0E15\u0E23\u0E34\u0E07\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E2B\u0E23\u0E37\u0E2D",part4:"\u0E2B\u0E32\u0E01\u0E40\u0E27\u0E49\u0E19\u0E27\u0E48\u0E32\u0E07\u0E44\u0E27\u0E49 \u0E42\u0E19\u0E49\u0E15\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14\u0E08\u0E30\u0E16\u0E39\u0E01\u0E23\u0E27\u0E21"},name:"\u0E23\u0E27\u0E21\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07"},jpegQuality:{description:"\u0E04\u0E38\u0E13\u0E20\u0E32\u0E1E\u0E22\u0E34\u0E48\u0E07\u0E15\u0E48\u0E33 \u0E2D\u0E31\u0E15\u0E23\u0E32\u0E2A\u0E48\u0E27\u0E19\u0E01\u0E32\u0E23\u0E1A\u0E35\u0E1A\u0E2D\u0E31\u0E14\u0E08\u0E30\u0E22\u0E34\u0E48\u0E07\u0E2A\u0E39\u0E07",name:"\u0E04\u0E38\u0E13\u0E20\u0E32\u0E1E JPEG"},locationForNewAttachments:{description:{part1:"\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19\u0E14\u0E49\u0E27\u0E22",part2:"\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E43\u0E0A\u0E49\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E2A\u0E31\u0E21\u0E1E\u0E31\u0E17\u0E18\u0E4C",part3:"\u0E14\u0E39",part4:"\u0E42\u0E17\u0E40\u0E04\u0E19\u0E17\u0E35\u0E48\u0E21\u0E35\u0E43\u0E2B\u0E49",part5:"\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E17\u0E35\u0E48\u0E02\u0E36\u0E49\u0E19\u0E15\u0E49\u0E19\u0E14\u0E49\u0E27\u0E22\u0E08\u0E38\u0E14 \u0E40\u0E0A\u0E48\u0E19",part6:"\u0E44\u0E21\u0E48\u0E41\u0E19\u0E30\u0E19\u0E33 \u0E40\u0E1E\u0E23\u0E32\u0E30 Obsidian \u0E08\u0E30\u0E44\u0E21\u0E48\u0E15\u0E34\u0E14\u0E15\u0E32\u0E21 \u0E04\u0E38\u0E13\u0E2D\u0E32\u0E08\u0E15\u0E49\u0E2D\u0E07\u0E43\u0E0A\u0E49",part7:"\u0E1B\u0E25\u0E31\u0E4A\u0E01\u0E2D\u0E34\u0E19\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E08\u0E31\u0E14\u0E01\u0E32\u0E23"},name:"\u0E15\u0E33\u0E41\u0E2B\u0E19\u0E48\u0E07\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E43\u0E2B\u0E21\u0E48"},markdownUrlFormat:{description:{part1:"\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E02\u0E2D\u0E07 URL \u0E17\u0E35\u0E48\u0E08\u0E30\u0E41\u0E17\u0E23\u0E01\u0E25\u0E07\u0E43\u0E19 Markdown",part2:"\u0E14\u0E39",part3:"\u0E42\u0E17\u0E40\u0E04\u0E19\u0E17\u0E35\u0E48\u0E21\u0E35\u0E43\u0E2B\u0E49",part4:"\u0E40\u0E27\u0E49\u0E19\u0E27\u0E48\u0E32\u0E07\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E43\u0E0A\u0E49\u0E04\u0E48\u0E32\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19"},name:"\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A URL \u0E02\u0E2D\u0E07 Markdown"},renameAttachmentsToLowerCase:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E40\u0E1B\u0E47\u0E19\u0E15\u0E31\u0E27\u0E1E\u0E34\u0E21\u0E1E\u0E4C\u0E40\u0E25\u0E47\u0E01",renamedAttachmentFileName:{description:{part1:"\u0E14\u0E39",part2:"\u0E42\u0E17\u0E40\u0E04\u0E19\u0E17\u0E35\u0E48\u0E21\u0E35\u0E43\u0E2B\u0E49"},name:"\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E17\u0E35\u0E48\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D"},resetToSampleCustomTokens:{message:"\u0E41\u0E19\u0E48\u0E43\u0E08\u0E2B\u0E23\u0E37\u0E2D\u0E44\u0E21\u0E48\u0E27\u0E48\u0E32\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E23\u0E35\u0E40\u0E0B\u0E47\u0E15\u0E42\u0E17\u0E40\u0E04\u0E19\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E40\u0E2D\u0E07\u0E44\u0E1B\u0E22\u0E31\u0E07\u0E42\u0E17\u0E40\u0E04\u0E19\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07? \u0E01\u0E32\u0E23\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E41\u0E1B\u0E25\u0E07\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14\u0E08\u0E30\u0E2A\u0E39\u0E0D\u0E2B\u0E32\u0E22",title:"\u0E23\u0E35\u0E40\u0E0B\u0E47\u0E15\u0E40\u0E1B\u0E47\u0E19\u0E42\u0E17\u0E40\u0E04\u0E19\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07"},shouldConvertPastedImagesToJpeg:{description:"\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E27\u0E48\u0E32\u0E08\u0E30\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E23\u0E39\u0E1B\u0E20\u0E32\u0E1E\u0E17\u0E35\u0E48\u0E27\u0E32\u0E07\u0E40\u0E1B\u0E47\u0E19 JPEG \u0E2B\u0E23\u0E37\u0E2D\u0E44\u0E21\u0E48 \u0E43\u0E0A\u0E49\u0E44\u0E14\u0E49\u0E01\u0E31\u0E1A PNG \u0E17\u0E35\u0E48\u0E27\u0E32\u0E07\u0E08\u0E32\u0E01\u0E04\u0E25\u0E34\u0E1B\u0E1A\u0E2D\u0E23\u0E4C\u0E14\u0E42\u0E14\u0E22\u0E15\u0E23\u0E07 \u0E40\u0E2B\u0E21\u0E32\u0E30\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E20\u0E32\u0E1E\u0E2B\u0E19\u0E49\u0E32\u0E08\u0E2D",name:"\u0E41\u0E1B\u0E25\u0E07\u0E23\u0E39\u0E1B\u0E20\u0E32\u0E1E\u0E17\u0E35\u0E48\u0E27\u0E32\u0E07\u0E40\u0E1B\u0E47\u0E19 JPEG"},shouldDeleteOrphanAttachments:{description:"\u0E2B\u0E32\u0E01\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19 \u0E40\u0E21\u0E37\u0E48\u0E2D\u0E42\u0E19\u0E49\u0E15\u0E16\u0E39\u0E01\u0E25\u0E1A \u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E17\u0E35\u0E48\u0E40\u0E2B\u0E25\u0E37\u0E2D\u0E2D\u0E22\u0E39\u0E48\u0E08\u0E30\u0E16\u0E39\u0E01\u0E25\u0E1A\u0E14\u0E49\u0E27\u0E22",name:"\u0E25\u0E1A\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E17\u0E35\u0E48\u0E16\u0E39\u0E01\u0E17\u0E34\u0E49\u0E07"},shouldRenameAttachmentFiles:{description:{part1:"\u0E2B\u0E32\u0E01\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19 \u0E40\u0E21\u0E37\u0E48\u0E2D\u0E42\u0E19\u0E49\u0E15\u0E16\u0E39\u0E01\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E2B\u0E23\u0E37\u0E2D\u0E22\u0E49\u0E32\u0E22 \u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E08\u0E30\u0E16\u0E39\u0E01\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E15\u0E32\u0E21",part2:"\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32"},name:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A"},shouldRenameAttachmentFolders:{description:"\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E27\u0E48\u0E32\u0E08\u0E30\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E42\u0E19\u0E49\u0E15\u0E16\u0E39\u0E01\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E2B\u0E23\u0E37\u0E2D\u0E22\u0E49\u0E32\u0E22\u0E2B\u0E23\u0E37\u0E2D\u0E44\u0E21\u0E48",name:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A"},shouldRenameAttachmentsCreatedByOtherPlugins:{description:{part1:"\u0E08\u0E30\u0E43\u0E0A\u0E49\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E41\u0E25\u0E30\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C\u0E01\u0E31\u0E1A\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E17\u0E35\u0E48\u0E1B\u0E25\u0E31\u0E4A\u0E01\u0E2D\u0E34\u0E19\u0E2D\u0E37\u0E48\u0E19\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E02\u0E36\u0E49\u0E19\u0E2B\u0E23\u0E37\u0E2D\u0E44\u0E21\u0E48",part2:"\u0E1B\u0E25\u0E31\u0E4A\u0E01\u0E2D\u0E34\u0E19\u0E1A\u0E32\u0E07\u0E15\u0E31\u0E27\u0E40\u0E02\u0E35\u0E22\u0E19\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E25\u0E07\u0E43\u0E19\u0E2B\u0E49\u0E2D\u0E07\u0E19\u0E34\u0E23\u0E20\u0E31\u0E22\u0E14\u0E49\u0E27\u0E22\u0E0A\u0E37\u0E48\u0E2D\u0E02\u0E2D\u0E07\u0E15\u0E31\u0E27\u0E40\u0E2D\u0E07 \u0E42\u0E14\u0E22\u0E44\u0E21\u0E48\u0E16\u0E32\u0E21 Obsidian \u0E27\u0E48\u0E32\u0E04\u0E27\u0E23\u0E2D\u0E22\u0E39\u0E48\u0E17\u0E35\u0E48\u0E43\u0E14 \u0E40\u0E21\u0E37\u0E48\u0E2D\u0E40\u0E1B\u0E34\u0E14\u0E15\u0E31\u0E27\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E19\u0E35\u0E49 \u0E44\u0E1F\u0E25\u0E4C\u0E14\u0E31\u0E07\u0E01\u0E25\u0E48\u0E32\u0E27\u0E08\u0E30\u0E16\u0E39\u0E01\u0E22\u0E49\u0E32\u0E22\u0E41\u0E25\u0E30\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E17\u0E31\u0E19\u0E17\u0E35\u0E17\u0E35\u0E48\u0E1B\u0E23\u0E32\u0E01\u0E0F",part3:"\u0E08\u0E30\u0E41\u0E15\u0E30\u0E15\u0E49\u0E2D\u0E07\u0E40\u0E09\u0E1E\u0E32\u0E30\u0E44\u0E1F\u0E25\u0E4C\u0E17\u0E35\u0E48\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E02\u0E36\u0E49\u0E19\u0E02\u0E13\u0E30\u0E40\u0E1B\u0E34\u0E14\u0E42\u0E19\u0E49\u0E15\u0E2D\u0E22\u0E39\u0E48\u0E40\u0E17\u0E48\u0E32\u0E19\u0E31\u0E49\u0E19 \u0E44\u0E21\u0E48\u0E41\u0E15\u0E30\u0E44\u0E1F\u0E25\u0E4C\u0E17\u0E35\u0E48\u0E21\u0E32\u0E08\u0E32\u0E01\u0E01\u0E32\u0E23\u0E0B\u0E34\u0E07\u0E01\u0E4C\u0E2B\u0E23\u0E37\u0E2D\u0E01\u0E32\u0E23\u0E19\u0E33\u0E40\u0E02\u0E49\u0E32\u0E2B\u0E49\u0E2D\u0E07\u0E19\u0E34\u0E23\u0E20\u0E31\u0E22"},name:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E17\u0E35\u0E48\u0E1B\u0E25\u0E31\u0E4A\u0E01\u0E2D\u0E34\u0E19\u0E2D\u0E37\u0E48\u0E19\u0E2A\u0E23\u0E49\u0E32\u0E07"},shouldRenameCollectedAttachments:{description:{part1:"\u0E2B\u0E32\u0E01\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19 \u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E17\u0E35\u0E48\u0E1B\u0E23\u0E30\u0E21\u0E27\u0E25\u0E1C\u0E25\u0E1C\u0E48\u0E32\u0E19\u0E04\u0E33\u0E2A\u0E31\u0E48\u0E07",part2:"\u0E23\u0E27\u0E1A\u0E23\u0E27\u0E21\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A",part3:"\u0E08\u0E30\u0E16\u0E39\u0E01\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E15\u0E32\u0E21",part4:"\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32"},name:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E17\u0E35\u0E48\u0E23\u0E27\u0E1A\u0E23\u0E27\u0E21\u0E21\u0E32"},specialCharacters:{description:{part1:"\u0E2D\u0E31\u0E01\u0E02\u0E23\u0E30\u0E1E\u0E34\u0E40\u0E28\u0E29\u0E43\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E41\u0E25\u0E30\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E17\u0E35\u0E48\u0E08\u0E30\u0E16\u0E39\u0E01\u0E41\u0E17\u0E19\u0E17\u0E35\u0E48\u0E2B\u0E23\u0E37\u0E2D\u0E40\u0E2D\u0E32\u0E2D\u0E2D\u0E01",part2:"\u0E40\u0E27\u0E49\u0E19\u0E27\u0E48\u0E32\u0E07\u0E44\u0E27\u0E49\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E40\u0E01\u0E47\u0E1A\u0E2D\u0E31\u0E01\u0E02\u0E23\u0E30\u0E1E\u0E34\u0E40\u0E28\u0E29"},name:"\u0E2D\u0E31\u0E01\u0E02\u0E23\u0E30\u0E1E\u0E34\u0E40\u0E28\u0E29"},specialCharactersReplacement:{description:{part1:"\u0E2A\u0E15\u0E23\u0E34\u0E07\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E41\u0E17\u0E19\u0E17\u0E35\u0E48\u0E2D\u0E31\u0E01\u0E02\u0E23\u0E30\u0E1E\u0E34\u0E40\u0E28\u0E29\u0E43\u0E19\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E2B\u0E23\u0E37\u0E2D\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A",part2:"\u0E40\u0E27\u0E49\u0E19\u0E27\u0E48\u0E32\u0E07\u0E44\u0E27\u0E49\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E25\u0E1A\u0E2D\u0E31\u0E01\u0E02\u0E23\u0E30\u0E1E\u0E34\u0E40\u0E28\u0E29"},name:"\u0E04\u0E48\u0E32\u0E17\u0E35\u0E48\u0E41\u0E17\u0E19\u0E2D\u0E31\u0E01\u0E02\u0E23\u0E30\u0E1E\u0E34\u0E40\u0E28\u0E29"},timeoutInSeconds:{description:{part1:"\u0E40\u0E27\u0E25\u0E32\u0E08\u0E33\u0E01\u0E31\u0E14 (\u0E27\u0E34\u0E19\u0E32\u0E17\u0E35) \u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E17\u0E38\u0E01\u0E01\u0E32\u0E23\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23",part2:"\u0E2B\u0E32\u0E01",part3:"\u0E16\u0E39\u0E01\u0E01\u0E33\u0E2B\u0E19\u0E14 \u0E40\u0E27\u0E25\u0E32\u0E08\u0E33\u0E01\u0E31\u0E14\u0E08\u0E30\u0E16\u0E39\u0E01\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19"},name:"\u0E40\u0E27\u0E25\u0E32\u0E08\u0E33\u0E01\u0E31\u0E14\u0E40\u0E1B\u0E47\u0E19\u0E27\u0E34\u0E19\u0E32\u0E17\u0E35"},treatAsAttachmentExtensions:{description:{part1:"\u0E1E\u0E34\u0E08\u0E32\u0E23\u0E13\u0E32\u0E44\u0E1F\u0E25\u0E4C\u0E17\u0E35\u0E48\u0E21\u0E35\u0E2A\u0E48\u0E27\u0E19\u0E02\u0E22\u0E32\u0E22\u0E40\u0E2B\u0E25\u0E48\u0E32\u0E19\u0E35\u0E49\u0E40\u0E1B\u0E47\u0E19\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A",part2:"\u0E15\u0E32\u0E21\u0E04\u0E48\u0E32\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19",part3:"\u0E41\u0E25\u0E30",part4:"\u0E44\u0E1F\u0E25\u0E4C\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E42\u0E22\u0E07\u0E08\u0E30\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E1E\u0E34\u0E08\u0E32\u0E23\u0E13\u0E32\u0E40\u0E1B\u0E47\u0E19\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E41\u0E25\u0E30\u0E08\u0E30\u0E44\u0E21\u0E48\u0E22\u0E49\u0E32\u0E22\u0E44\u0E1B\u0E01\u0E31\u0E1A\u0E42\u0E19\u0E49\u0E15",part5:"\u0E04\u0E38\u0E13\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E2A\u0E48\u0E27\u0E19\u0E02\u0E22\u0E32\u0E22\u0E40\u0E2D\u0E07 \u0E40\u0E0A\u0E48\u0E19",part6:", \u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E41\u0E17\u0E19\u0E17\u0E35\u0E48\u0E1E\u0E24\u0E15\u0E34\u0E01\u0E23\u0E23\u0E21\u0E19\u0E35\u0E49"},name:"\u0E1E\u0E34\u0E08\u0E32\u0E23\u0E13\u0E32\u0E2A\u0E48\u0E27\u0E19\u0E02\u0E22\u0E32\u0E22\u0E02\u0E2D\u0E07\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A"}},promptWithPreviewModal:{fileNameTitle:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A",folderTitle:"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A",previewModal:{title:"\u0E14\u0E39\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A '{{fullFileName}}'"},title:"\u0E01\u0E23\u0E38\u0E13\u0E32\u0E43\u0E2A\u0E48\u0E04\u0E48\u0E32\u0E02\u0E2D\u0E07\u0E42\u0E17\u0E40\u0E04\u0E19\u0E17\u0E35\u0E48\u0E23\u0E49\u0E2D\u0E07\u0E02\u0E2D"},regularExpression:"/\u0E19\u0E34\u0E1E\u0E08\u0E19\u0E4C\u0E1B\u0E01\u0E15\u0E34/"};var UN={attachmentCollector:{confirm:{part1:"Klas\xF6rlerdeki t\xFCm notlar i\xE7in ekleri yinelemeli olarak toplamak ister misiniz?",part2:"Bu i\u015Flem geri al\u0131namaz."},progressBar:{message:"Ekler toplan\u0131yor {{iterationString}} - '{{noteFilePath}}'.",title:"Ekler toplan\u0131yor..."}},buttons:{copy:"Kopyala",move:"Ta\u015F\u0131",previewAttachmentFile:"Ek dosyas\u0131n\u0131 \xF6nizle",skip:"Ge\xE7"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"Ek",part2:"birden fazla not taraf\u0131ndan referans al\u0131n\u0131yor."},heading:"Birden fazla not taraf\u0131ndan kullan\u0131lan ek toplama",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Di\u011Fer sorunlu ekler i\xE7in ayn\u0131 eylemi kullan\u0131lmal\u0131"},commands:{collectAttachmentsCurrentFolder:"Mevcut klas\xF6rdeki ekleri topla",collectAttachmentsCurrentNote:"Mevcut nottaki ekleri topla",collectAttachmentsEntireVault:"T\xFCm kasadaki ekleri topla"},menuItems:{collectAttachmentsInFile:"Dosyada ekleri topla",collectAttachmentsInFiles:"Dosyalarda ekleri topla"},notice:{collectingAttachments:"'{{noteFilePath}}' i\xE7in ekler toplan\u0131yor",collectingAttachmentsCancelled:"Ek toplama i\u015Flemi iptal edildi. Ayr\u0131nt\u0131lar i\xE7in konsola bak\u0131n.",generatedAttachmentFileNameIsInvalid:{part1:`Olu\u015Fturulan ek dosya ad\u0131 '{{path}}' ge\xE7ersiz.
|
|
{{validationMessage}}
|
|
Ayarlar\u0131n\u0131z\u0131`,part2:"kontrol edin."},notePathIsIgnored:"Not yolu yok say\u0131ld\u0131"},obsidianDevUtils:{buttons:{cancel:"\u0130ptal",ok:"Tamam"},dataview:{itemsPerPage:"Sayfa ba\u015F\u0131na \xF6\u011Fe:",jumpToPage:"Sayfaya git:"},notices:{attachmentIsStillUsed:"Ek {{attachmentPath}} hala di\u011Fer notlar taraf\u0131ndan kullan\u0131l\u0131yor. Silinmeyecek.",unhandledError:"\u0130\u015Flenmemi\u015F bir hata olu\u015Ftu. L\xFCtfen detaylar i\xE7in konsolu kontrol edin."}},pluginSettings:{attachmentRenameMode:{all:{description:"T\xFCm dosyalar\u0131n ad\u0131 de\u011Fi\u015Ftirilecek.",displayText:"T\xFCm\xFC"},none:{description:"Dosya isimleri korunacak.",displayText:"Hi\xE7biri"},onlyPastedImages:{description:"Yaln\u0131zca yap\u0131\u015Ft\u0131r\u0131lan PNG g\xF6r\xFCnt\xFClerinin isimleri de\u011Fi\u015Ftirilecek. Genellikle ekran g\xF6r\xFCnt\xFCs\xFC yap\u0131\u015Ft\u0131rmak i\xE7in kullan\u0131l\u0131r.",displayText:"Yaln\u0131zca yap\u0131\u015Ft\u0131r\u0131lan g\xF6r\xFCnt\xFCler"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"Ek toplama i\u015Flemini iptal et.",displayText:"\u0130ptal"},copy:{description:"Eki yeni konuma kopyala.",displayText:"Kopyala"},move:{description:"Eki yeni konuma ta\u015F\u0131.",displayText:"Ta\u015F\u0131"},prompt:{description:"Kullan\u0131c\u0131dan i\u015Flem se\xE7mesini iste.",displayText:"\u0130ste"},skip:{description:"Eki atla ve sonraki ekleme ge\xE7.",displayText:"Atla"}},defaultImageSizeDimension:{height:"Y\xFCkseklik",width:"Geni\u015Flik"},emptyFolderBehavior:{delete:{description:"Bo\u015F eki klas\xF6r\xFCn\xFC silecek.",displayText:"Sil"},deleteWithEmptyParents:{description:"Bo\u015F eki klas\xF6r\xFC ve bo\u015F \xFCst klas\xF6rlerini silecek.",displayText:"Bo\u015F ebeveynlerle sil"},keep:{description:"Bo\u015F eki klas\xF6r\xFCn\xFC koruyacak.",displayText:"Koru"}}},pluginSettingsManager:{customToken:{codeComment:`// \xD6zel tokenler yorum sat\u0131r\u0131 yap\u0131ld\u0131, 9.0.0 s\xFCr\xFCm\xFCnde de\u011Fi\u015Fen formata g\xFCncellenmesi gerekiyor.
|
|
// Daha fazla bilgi i\xE7in dok\xFCmantasyona bak\u0131n\u0131z.`,deprecated:{part1:"9.0.0 s\xFCr\xFCm\xFCnde \xF6zel token kay\u0131t format\u0131 de\u011Fi\u015Fti. L\xFCtfen tokenlerinizi g\xFCncelleyin. Detaylar i\xE7in",part2:"dok\xFCmantasyona",part3:"bak\u0131n\u0131z."}},legacyRenameAttachmentsToLowerCase:{part1:"9.0.0 s\xFCr\xFCm\xFCnde bu",part2:"ayar kullan\u0131m d\u0131\u015F\u0131 b\u0131rak\u0131ld\u0131. Bunun yerine",part3:"format\u0131n\u0131 kullan\u0131n. Detaylar i\xE7in",part4:"dok\xFCmantasyona",part5:"bak\u0131n\u0131z."},markdownUrlFormat:{deprecated:{part1:"Potansiyel olarak hatal\u0131 bir de\u011Fer ayarland\u0131:",part2:"format. L\xFCtfen",part3:"dok\xFCmantasyona",part4:"bak\u0131n\u0131z.",part5:"Bu mesaj tekrar g\xF6sterilmeyecek."}},specialCharacters:{part1:"9.16.0 s\xFCr\xFCm\xFCnde,",part2:"varsay\u0131lan ayar de\u011Fi\u015Ftirildi. Ayar\u0131n\u0131z yeni varsay\u0131lan olarak g\xFCncellendi."},validation:{defaultImageSizeMustBePercentageOrPixels:"Varsay\u0131lan resim boyutu piksel veya y\xFCzde olmal\u0131d\u0131r",invalidCustomTokensCode:"Ge\xE7ersiz \xF6zel token kodu",invalidRegularExpression:"Ge\xE7ersiz d\xFCzenli ifade {{regExp}}",specialCharactersMustNotContainSlash:"\xD6zel karakterler / i\xE7ermemelidir",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"\xD6zel karakterler ge\xE7ersiz dosya ad\u0131 veya yol karakterleri i\xE7ermemelidir"}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"Dosya eklerken:"},name:"Ek dosya yeniden adland\u0131rma modu"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"Toplanan ek birden fazla notta kullan\u0131ld\u0131\u011F\u0131nda:"},name:"Birden fazla notta kullan\u0131lan ek toplama modu"},collectedAttachmentFileName:{description:{part1:"Mevcut",part2:"tokenlara bak\u0131n\u0131z"},name:"Toplanan ek dosya ad\u0131"},customTokens:{description:{part1:"Kullan\u0131lacak \xF6zel tokenlar.",part2:"Bak\u0131n\u0131z",part3:"dok\xFCmantasyon",part4:"daha fazla bilgi i\xE7in.",part5:"\u26A0\uFE0F \xD6zel tokenlar herhangi bir JavaScript kodu olabilir. Hatal\u0131 yaz\u0131l\u0131rsa veri kayb\u0131na yol a\xE7abilir. Kendi sorumlulu\u011Funuzda kullan\u0131n."},name:"\xD6zel tokenlar"},defaultImageSize:{description:{part1:"Varsay\u0131lan resim boyutu.",part2:"Piksel olarak belirtilebilir",part3:"Tam resim boyutunun y\xFCzdesi olarak",part4:"Orijinal resim boyutunu kullanmak i\xE7in bo\u015F b\u0131rak\u0131n."},name:"Varsay\u0131lan resim boyutu"},duplicateNameSeparator:{description:{part1:"Mevcut bir dosya ad\u0131yla ayn\u0131 olan dosya yap\u0131\u015Ft\u0131r\u0131l\u0131r/ta\u015F\u0131n\u0131rsa, bu ay\u0131r\u0131c\u0131 dosya ad\u0131na eklenir.",part2:"\xD6rne\u011Fin, dosya s\xFCr\xFCklendi\u011Finde",part3:"\u015Funa yeniden adland\u0131r\u0131l\u0131r ",part4:", vb., ilk uygun ad bulunana kadar."},name:"Yinelenen ad ay\u0131r\u0131c\u0131"},emptyFolderBehavior:{description:{part1:"Ek klas\xF6r\xFC bo\u015F oldu\u011Funda:"},name:"Bo\u015F ek klas\xF6r\xFC davran\u0131\u015F\u0131"},excludePaths:{description:{part1:"A\u015Fa\u011F\u0131daki yollardaki notlar\u0131 hari\xE7 tut.",part2:"Her yolu yeni sat\u0131ra yaz\u0131n.",part3:"Yol dizisi veya",part4:"E\u011Fer ayar bo\u015Fsa, hi\xE7 bir not hari\xE7 tutulmaz."},name:"Hari\xE7 tutulan yollar"},excludePathsFromAttachmentCollecting:{description:{part1:"A\u015Fa\u011F\u0131daki yollardan ekler hari\xE7 tutulur,",part2:"Ekleri topla",part3:"komutu \xE7al\u0131\u015Ft\u0131r\u0131ld\u0131\u011F\u0131nda.",part4:"Her yolu yeni sat\u0131ra yaz\u0131n.",part5:"Yol dizisi veya",part6:"E\u011Fer ayar bo\u015Fsa, hi\xE7 bir yol hari\xE7 tutulmaz."},name:"Ek toplarken hari\xE7 tutulan yollar"},generatedAttachmentFileName:{description:{part1:"Mevcut",part2:"tokenlara bak\u0131n\u0131z"},name:"Olu\u015Fturulan ek dosya ad\u0131"},includePaths:{description:{part1:"A\u015Fa\u011F\u0131daki yollardan notlar dahil edilir.",part2:"Her yolu yeni sat\u0131ra yaz\u0131n.",part3:"Yol dizisi veya",part4:"E\u011Fer ayar bo\u015Fsa, t\xFCm notlar dahil edilir."},name:"Dahil edilen yollar"},jpegQuality:{description:"Kalite ne kadar d\xFC\u015F\xFCkse, s\u0131k\u0131\u015Ft\u0131rma oran\u0131 o kadar y\xFCksek olur.",name:"JPEG Kalitesi"},locationForNewAttachments:{description:{part1:"G\xF6receli yol kullanmak i\xE7in",part2:"ile ba\u015Flay\u0131n.",part3:"Mevcut",part4:"tokenlara bak\u0131n\u0131z",part5:"Nokta ile ba\u015Flayan klas\xF6rler gibi",part6:"Obsidian taraf\u0131ndan takip edilmez, y\xF6netmek i\xE7in eklenti gerekebilir.",part7:"Kullanman\u0131z gerekebilir."},name:"Yeni ekler i\xE7in konum"},markdownUrlFormat:{description:{part1:"Markdown i\xE7ine eklenecek URL format\u0131.",part2:"Mevcut",part3:"tokenlara bak\u0131n\u0131z",part4:"Varsay\u0131lan format i\xE7in bo\u015F b\u0131rak\u0131n."},name:"Markdown URL format\u0131"},renameAttachmentsToLowerCase:"Eklerin dosya adlar\u0131n\u0131 k\xFC\xE7\xFCk harfe \xE7evir",renamedAttachmentFileName:{description:{part1:"Mevcut",part2:"tokenlara bak\u0131n\u0131z"},name:"Yeniden adland\u0131r\u0131lan ek dosya ad\u0131"},resetToSampleCustomTokens:{message:"\xD6zel tokenlar\u0131 \xF6rnek tokenlara s\u0131f\u0131rlamak istedi\u011Finize emin misiniz? De\u011Fi\u015Fiklikleriniz kaybolacak.",title:"\xD6rnek tokenlara s\u0131f\u0131rla"},shouldConvertPastedImagesToJpeg:{description:"Yap\u0131\u015Ft\u0131r\u0131lan g\xF6r\xFCnt\xFClerin JPEG'e d\xF6n\xFC\u015Ft\xFCr\xFCl\xFCp d\xF6n\xFC\u015Ft\xFCr\xFClmeyece\u011Fi. Sadece PNG i\xE7eri\u011Fi direkt olarak pano\u2019dan yap\u0131\u015Ft\u0131r\u0131ld\u0131\u011F\u0131nda ge\xE7erlidir. Genellikle ekran g\xF6r\xFCnt\xFCleri i\xE7in.",name:"Yap\u0131\u015Ft\u0131r\u0131lan g\xF6r\xFCnt\xFCleri JPEG'e d\xF6n\xFC\u015Ft\xFCr"},shouldDeleteOrphanAttachments:{description:"Etkinle\u015Ftirilirse, not silindi\u011Finde yetim ekler de silinir.",name:"Yetim ekleri sil"},shouldRenameAttachmentFiles:{description:{part1:"Etkinle\u015Ftirilirse, bir not yeniden adland\u0131r\u0131ld\u0131\u011F\u0131nda veya ta\u015F\u0131nd\u0131\u011F\u0131nda ekleri",part2:"ayar\u0131na g\xF6re yeniden adland\u0131r\u0131lacakt\u0131r."},name:"Ek dosyalar\u0131n\u0131 yeniden adland\u0131r"},shouldRenameAttachmentFolders:{description:"Bir not yeniden adland\u0131r\u0131ld\u0131\u011F\u0131nda veya ta\u015F\u0131nd\u0131\u011F\u0131nda ek klas\xF6rleri yeniden adland\u0131r\u0131ls\u0131n m\u0131?",name:"Ek klas\xF6rlerini yeniden adland\u0131r"},shouldRenameAttachmentsCreatedByOtherPlugins:{description:{part1:"Ek klas\xF6r\xFC ve dosya ad\u0131 ayarlar\u0131n\u0131n, BA\u015EKA eklentilerin olu\u015Fturdu\u011Fu eklere de uygulan\u0131p uygulanmayaca\u011F\u0131.",part2:"Baz\u0131 eklentiler, nereye ait oldu\u011Funu Obsidian'a sormadan eki kendi se\xE7tikleri bir adla do\u011Frudan kasaya yazar. Bu se\xE7enek a\xE7\u0131kken b\xF6yle bir dosya, ortaya \xE7\u0131kar \xE7\u0131kmaz ta\u015F\u0131n\u0131r ve yeniden adland\u0131r\u0131l\u0131r.",part3:"Yaln\u0131zca bir not a\xE7\u0131kken olu\u015Fturulan dosyalara dokunulur; e\u015Fitlemeden veya kasa i\xE7e aktar\u0131m\u0131ndan gelen dosyalara asla dokunulmaz."},name:"Di\u011Fer eklentilerin olu\u015Fturdu\u011Fu ekleri yeniden adland\u0131r"},shouldRenameCollectedAttachments:{description:{part1:"Aktifse,",part2:"Ekleri topla",part3:"komutlar\u0131 ile i\u015Flenen ekler",part4:"ayar\u0131na g\xF6re yeniden adland\u0131r\u0131l\u0131r."},name:"Toplanan ek dosyalar\u0131n\u0131 yeniden adland\u0131r"},specialCharacters:{description:{part1:"Ek klas\xF6r\xFC ve dosya ad\u0131ndaki \xF6zel karakterler de\u011Fi\u015Ftirilir veya kald\u0131r\u0131l\u0131r.",part2:"Korumak i\xE7in bo\u015F b\u0131rak\u0131n."},name:"\xD6zel karakterler"},specialCharactersReplacement:{description:{part1:"Ek klas\xF6r\xFC ve dosya ad\u0131ndaki \xF6zel karakterler i\xE7in de\u011Fi\u015Ftirme dizisi.",part2:"\xD6zel karakterleri kald\u0131rmak i\xE7in bo\u015F b\u0131rak\u0131n."},name:"\xD6zel karakterler i\xE7in de\u011Fi\u015Ftirme"},timeoutInSeconds:{description:{part1:"T\xFCm i\u015Flemler i\xE7in zaman a\u015F\u0131m\u0131 s\xFCresi (saniye).",part2:"E\u011Fer",part3:"ayarlan\u0131rsa, zaman a\u015F\u0131m\u0131 devre d\u0131\u015F\u0131 b\u0131rak\u0131l\u0131r."},name:"Zaman a\u015F\u0131m\u0131 (saniye)"},treatAsAttachmentExtensions:{description:{part1:"Bu uzant\u0131lara sahip dosyalar ek olarak kabul edilir.",part2:"Varsay\u0131lan olarak",part3:"ve",part4:"ba\u011Fl\u0131 dosyalar ek olarak kabul edilmez ve not ile ta\u015F\u0131nmaz.",part5:"\xD6zel uzant\u0131lar ekleyebilirsiniz, \xF6rn.",part6:", bu davran\u0131\u015F\u0131 de\u011Fi\u015Ftirmek i\xE7in."},name:"Ek uzant\u0131lar\u0131 olarak i\u015Fle"}},promptWithPreviewModal:{fileNameTitle:"Ek dosyas\u0131n\u0131 yeniden adland\u0131r",folderTitle:"Ek klas\xF6r\xFCn\xFC se\xE7",previewModal:{title:"Ek dosyas\u0131n\u0131 \xF6nizle '{{fullFileName}}'"},title:"\u0130stem token\u0131 i\xE7in bir de\u011Fer girin"},regularExpression:"/d\xFCzenli ifade/"};var VN={attachmentCollector:{confirm:{part1:"\u0411\u0430\u0436\u0430\u0454\u0442\u0435 \u0437\u0456\u0431\u0440\u0430\u0442\u0438 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F \u0434\u043B\u044F \u0432\u0441\u0456\u0445 \u043D\u043E\u0442\u0430\u0442\u043E\u043A \u0443 \u043F\u0430\u043F\u043A\u0430\u0445 \u0440\u0435\u043A\u0443\u0440\u0441\u0438\u0432\u043D\u043E?",part2:"\u0426\u044E \u043E\u043F\u0435\u0440\u0430\u0446\u0456\u044E \u043D\u0435\u043C\u043E\u0436\u043B\u0438\u0432\u043E \u0441\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438."},progressBar:{message:"\u0417\u0431\u0438\u0440\u0430\u043D\u043D\u044F \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C {{iterationString}} - '{{noteFilePath}}'.",title:"\u0417\u0431\u0438\u0440\u0430\u043D\u043D\u044F \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C..."}},buttons:{copy:"\u041A\u043E\u043F\u0456\u044E\u0432\u0430\u0442\u0438",move:"\u041F\u0435\u0440\u0435\u043C\u0456\u0441\u0442\u0438\u0442\u0438",previewAttachmentFile:"\u041F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u0456\u0439 \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043E\u0433\u043E \u0444\u0430\u0439\u043B\u0443",skip:"\u041F\u0440\u043E\u043F\u0443\u0441\u0442\u0438\u0442\u0438"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"\u0412\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F",part2:"\u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0454\u0442\u044C\u0441\u044F \u043A\u0456\u043B\u044C\u043A\u043E\u043C\u0430 \u043D\u043E\u0442\u0430\u0442\u043A\u0430\u043C\u0438."},heading:"\u0417\u0431\u0438\u0440\u0430\u043D\u043D\u044F \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F, \u044F\u043A\u0435 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0454\u0442\u044C\u0441\u044F \u043A\u0456\u043B\u044C\u043A\u043E\u043C\u0430 \u043D\u043E\u0442\u0430\u0442\u043A\u0430\u043C\u0438",shouldUseSameActionForOtherProblematicAttachmentsToggle:"\u0412\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u0442\u0443 \u0441\u0430\u043C\u0443 \u0434\u0456\u044E \u0434\u043B\u044F \u0456\u043D\u0448\u0438\u0445 \u043F\u0440\u043E\u0431\u043B\u0435\u043C\u043D\u0438\u0445 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C"},commands:{collectAttachmentsCurrentFolder:"\u0417\u0456\u0431\u0440\u0430\u0442\u0438 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F \u0432 \u043F\u043E\u0442\u043E\u0447\u043D\u0456\u0439 \u043F\u0430\u043F\u0446\u0456",collectAttachmentsCurrentNote:"\u0417\u0456\u0431\u0440\u0430\u0442\u0438 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F \u0432 \u043F\u043E\u0442\u043E\u0447\u043D\u0456\u0439 \u043D\u043E\u0442\u0430\u0442\u0446\u0456",collectAttachmentsEntireVault:"\u0417\u0456\u0431\u0440\u0430\u0442\u0438 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F \u0432 \u0443\u0441\u044C\u043E\u043C\u0443 \u0441\u0445\u043E\u0432\u0438\u0449\u0456"},menuItems:{collectAttachmentsInFile:"\u0417\u0456\u0431\u0440\u0430\u0442\u0438 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F \u0443 \u0444\u0430\u0439\u043B\u0456",collectAttachmentsInFiles:"\u0417\u0456\u0431\u0440\u0430\u0442\u0438 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F \u0443 \u0444\u0430\u0439\u043B\u0430\u0445"},notice:{collectingAttachments:"\u0417\u0431\u0438\u0440\u0430\u043D\u043D\u044F \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C \u0434\u043B\u044F '{{noteFilePath}}'",collectingAttachmentsCancelled:"\u0417\u0431\u0438\u0440\u0430\u043D\u043D\u044F \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C \u0441\u043A\u0430\u0441\u043E\u0432\u0430\u043D\u043E. \u0414\u0438\u0432\u0456\u0442\u044C\u0441\u044F \u043A\u043E\u043D\u0441\u043E\u043B\u044C \u0434\u043B\u044F \u0434\u0435\u0442\u0430\u043B\u0435\u0439.",generatedAttachmentFileNameIsInvalid:{part1:`\u0417\u0433\u0435\u043D\u0435\u0440\u043E\u0432\u0430\u043D\u0430 \u043D\u0430\u0437\u0432\u0430 \u0444\u0430\u0439\u043B\u0443 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F '{{path}}' \u043D\u0435\u0434\u0456\u0439\u0441\u043D\u0430.
|
|
{{validationMessage}}
|
|
\u041F\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u0432\u0430\u0448\u0456`,part2:"\u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F."},notePathIsIgnored:"\u0428\u043B\u044F\u0445 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0456\u0433\u043D\u043E\u0440\u0443\u0454\u0442\u044C\u0441\u044F"},obsidianDevUtils:{buttons:{cancel:"\u0421\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438",ok:"\u041E\u041A"},dataview:{itemsPerPage:"\u0415\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432 \u043D\u0430 \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0443:",jumpToPage:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0443:"},notices:{attachmentIsStillUsed:"\u0412\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F {{attachmentPath}} \u0432\u0441\u0435 \u0449\u0435 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0454\u0442\u044C\u0441\u044F \u0456\u043D\u0448\u0438\u043C\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0430\u043C\u0438. \u0412\u043E\u043D\u043E \u043D\u0435 \u0431\u0443\u0434\u0435 \u0432\u0438\u0434\u0430\u043B\u0435\u043D\u043E.",unhandledError:"\u0421\u0442\u0430\u043B\u0430\u0441\u044F \u043D\u0435\u043E\u0431\u0440\u043E\u0431\u043B\u0435\u043D\u0430 \u043F\u043E\u043C\u0438\u043B\u043A\u0430. \u0411\u0443\u0434\u044C \u043B\u0430\u0441\u043A\u0430, \u043F\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u043A\u043E\u043D\u0441\u043E\u043B\u044C \u0434\u043B\u044F \u043E\u0442\u0440\u0438\u043C\u0430\u043D\u043D\u044F \u0434\u043E\u0434\u0430\u0442\u043A\u043E\u0432\u043E\u0457 \u0456\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0456\u0457."}},pluginSettings:{attachmentRenameMode:{all:{description:"\u0432\u0441\u0456 \u0444\u0430\u0439\u043B\u0438 \u043F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u043E\u0432\u0443\u044E\u0442\u044C\u0441\u044F.",displayText:"\u0412\u0441\u0456"},none:{description:"\u0457\u0445\u043D\u0456 \u043D\u0430\u0437\u0432\u0438 \u0437\u0431\u0435\u0440\u0456\u0433\u0430\u044E\u0442\u044C\u0441\u044F.",displayText:"\u0416\u043E\u0434\u0435\u043D"},onlyPastedImages:{description:"\u0442\u0456\u043B\u044C\u043A\u0438 \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0456 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F \u043F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u043E\u0432\u0443\u044E\u0442\u044C\u0441\u044F. \u0417\u0430\u0441\u0442\u043E\u0441\u043E\u0432\u0443\u0454\u0442\u044C\u0441\u044F \u0442\u0456\u043B\u044C\u043A\u0438 \u043A\u043E\u043B\u0438 \u043A\u043E\u043D\u0442\u0435\u043D\u0442 PNG \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F \u0432\u0441\u0442\u0430\u0432\u043B\u044F\u0454\u0442\u044C\u0441\u044F \u0431\u0435\u0437\u043F\u043E\u0441\u0435\u0440\u0435\u0434\u043D\u044C\u043E \u0437 \u0431\u0443\u0444\u0435\u0440\u0430 \u043E\u0431\u043C\u0456\u043D\u0443. \u0417\u0430\u0437\u0432\u0438\u0447\u0430\u0439, \u0434\u043B\u044F \u0432\u0441\u0442\u0430\u0432\u043A\u0438 \u0441\u043A\u0440\u0456\u043D\u0448\u043E\u0442\u0456\u0432.",displayText:"\u0422\u0456\u043B\u044C\u043A\u0438 \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0456 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"\u0441\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438 \u0437\u0431\u0456\u0440 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C.",displayText:"\u0421\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438"},copy:{description:"\u043A\u043E\u043F\u0456\u044E\u0432\u0430\u0442\u0438 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F \u0432 \u043D\u043E\u0432\u0435 \u043C\u0456\u0441\u0446\u0435.",displayText:"\u041A\u043E\u043F\u0456\u044E\u0432\u0430\u0442\u0438"},move:{description:"\u043F\u0435\u0440\u0435\u043C\u0456\u0441\u0442\u0438\u0442\u0438 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F \u0432 \u043D\u043E\u0432\u0435 \u043C\u0456\u0441\u0446\u0435.",displayText:"\u041F\u0435\u0440\u0435\u043C\u0456\u0441\u0442\u0438\u0442\u0438"},prompt:{description:"\u0437\u0430\u043F\u0438\u0442\u0430\u0442\u0438 \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u043F\u0440\u043E \u0432\u0438\u0431\u0456\u0440 \u0434\u0456\u0457.",displayText:"\u0417\u0430\u043F\u0438\u0442\u0430\u0442\u0438"},skip:{description:"\u043F\u0440\u043E\u043F\u0443\u0441\u0442\u0438\u0442\u0438 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F \u0442\u0430 \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0434\u043E \u043D\u0430\u0441\u0442\u0443\u043F\u043D\u043E\u0433\u043E.",displayText:"\u041F\u0440\u043E\u043F\u0443\u0441\u0442\u0438\u0442\u0438"}},defaultImageSizeDimension:{height:"\u0412\u0438\u0441\u043E\u0442\u0430",width:"\u0428\u0438\u0440\u0438\u043D\u0430"},emptyFolderBehavior:{delete:{description:"\u0432\u0438\u0434\u0430\u043B\u0438\u0442\u044C \u043F\u043E\u0440\u043E\u0436\u043D\u044E \u043F\u0430\u043F\u043A\u0443 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C.",displayText:"\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438"},deleteWithEmptyParents:{description:"\u0432\u0438\u0434\u0430\u043B\u0438\u0442\u044C \u043F\u043E\u0440\u043E\u0436\u043D\u044E \u043F\u0430\u043F\u043A\u0443 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C \u0456 \u043F\u043E\u0440\u043E\u0436\u043D\u0456 \u0431\u0430\u0442\u044C\u043A\u0456\u0432\u0441\u044C\u043A\u0456 \u043F\u0430\u043F\u043A\u0438.",displayText:"\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u0437 \u043F\u043E\u0440\u043E\u0436\u043D\u0456\u043C\u0438 \u0431\u0430\u0442\u044C\u043A\u0456\u0432\u0441\u044C\u043A\u0438\u043C\u0438"},keep:{description:"\u0437\u0431\u0435\u0440\u0435\u0436\u0435 \u043F\u043E\u0440\u043E\u0436\u043D\u044E \u043F\u0430\u043F\u043A\u0443 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C.",displayText:"\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438"}}},pluginSettingsManager:{customToken:{codeComment:`// \u041A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0446\u044C\u043A\u0456 \u0442\u043E\u043A\u0435\u043D\u0438 \u0431\u0443\u043B\u0438 \u0437\u0430\u043A\u043E\u043C\u0435\u043D\u0442\u043E\u0432\u0430\u043D\u0456, \u043E\u0441\u043A\u0456\u043B\u044C\u043A\u0438 \u0457\u0445 \u043F\u043E\u0442\u0440\u0456\u0431\u043D\u043E \u043E\u043D\u043E\u0432\u0438\u0442\u0438 \u0434\u043E \u043D\u043E\u0432\u043E\u0433\u043E \u0444\u043E\u0440\u043C\u0430\u0442\u0443, \u0432\u0432\u0435\u0434\u0435\u043D\u043E\u0433\u043E \u0443 \u0432\u0435\u0440\u0441\u0456\u0457 9.0.0 \u043F\u043B\u0430\u0433\u0456\u043D\u0430.
|
|
// \u0414\u0438\u0432. \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0456\u044E.`,deprecated:{part1:"\u0423 \u0432\u0435\u0440\u0441\u0456\u0457 9.0.0 \u043F\u043B\u0430\u0433\u0456\u043D\u0430 \u0437\u043C\u0456\u043D\u0438\u0432\u0441\u044F \u0444\u043E\u0440\u043C\u0430\u0442 \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u0457 \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0446\u044C\u043A\u0438\u0445 \u0442\u043E\u043A\u0435\u043D\u0456\u0432. \u0411\u0443\u0434\u044C \u043B\u0430\u0441\u043A\u0430, \u043E\u043D\u043E\u0432\u0456\u0442\u044C \u0441\u0432\u043E\u0457 \u0442\u043E\u043A\u0435\u043D\u0438. \u0414\u043E\u043A\u043B\u0430\u0434\u043D\u0456\u0448\u0435 \u0443",part2:"\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0456\u0457",part3:""}},legacyRenameAttachmentsToLowerCase:{part1:"\u0423 \u0432\u0435\u0440\u0441\u0456\u0457 9.0.0 \u043F\u043B\u0430\u0433\u0456\u043D\u0430 \u0446\u044F",part2:"\u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F \u0437\u0430\u0441\u0442\u0430\u0440\u0456\u043B\u0430. \u0412\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u0430\u0439\u0442\u0435",part3:"\u0444\u043E\u0440\u043C\u0430\u0442 \u0437\u0430\u043C\u0456\u0441\u0442\u044C \u043D\u0435\u0457. \u0414\u0438\u0432. \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0456\u044E",part4:"",part5:""},markdownUrlFormat:{deprecated:{part1:"\u0423 \u0432\u0430\u0441 \u0432\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0435 \u043F\u043E\u0442\u0435\u043D\u0446\u0456\u0439\u043D\u043E \u043D\u0435\u043A\u043E\u0440\u0435\u043A\u0442\u043D\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F \u0434\u043B\u044F",part2:"\u0444\u043E\u0440\u043C\u0430\u0442\u0443. \u0411\u0443\u0434\u044C \u043B\u0430\u0441\u043A\u0430, \u0434\u0438\u0432\u0456\u0442\u044C\u0441\u044F",part3:"\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0456\u044E",part4:"\u0414\u043B\u044F \u0431\u0456\u043B\u044C\u0448 \u0434\u0435\u0442\u0430\u043B\u044C\u043D\u043E\u0457 \u0456\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0456\u0457",part5:"\u0426\u0435 \u043F\u043E\u0432\u0456\u0434\u043E\u043C\u043B\u0435\u043D\u043D\u044F \u0431\u0456\u043B\u044C\u0448\u0435 \u043D\u0435 \u0431\u0443\u0434\u0435 \u0432\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438\u0441\u044F."}},specialCharacters:{part1:"\u0423 \u0432\u0435\u0440\u0441\u0456\u0457 9.16.0 \u043F\u043B\u0430\u0433\u0456\u043D\u0430",part2:"\u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F \u0437\u0430 \u0437\u0430\u043C\u043E\u0432\u0447\u0443\u0432\u0430\u043D\u043D\u044F\u043C \u0431\u0443\u043B\u043E \u0437\u043C\u0456\u043D\u0435\u043D\u043E. \u0412\u0430\u0448\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F \u043E\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0432\u0456\u0434\u043F\u043E\u0432\u0456\u0434\u043D\u043E \u0434\u043E \u043D\u043E\u0432\u043E\u0433\u043E \u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u0443."},validation:{defaultImageSizeMustBePercentageOrPixels:"\u0420\u043E\u0437\u043C\u0456\u0440 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F \u0437\u0430 \u0437\u0430\u043C\u043E\u0432\u0447\u0443\u0432\u0430\u043D\u043D\u044F\u043C \u043C\u0430\u0454 \u0431\u0443\u0442\u0438 \u0432 \u043F\u0456\u043A\u0441\u0435\u043B\u044F\u0445 \u0430\u0431\u043E \u0432\u0456\u0434\u0441\u043E\u0442\u043A\u0430\u0445",invalidCustomTokensCode:"\u041D\u0435\u0432\u0456\u0440\u043D\u0438\u0439 \u043A\u043E\u0434 \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0446\u044C\u043A\u0438\u0445 \u0442\u043E\u043A\u0435\u043D\u0456\u0432",invalidRegularExpression:"\u041D\u0435\u0432\u0456\u0440\u043D\u0438\u0439 \u0440\u0435\u0433\u0443\u043B\u044F\u0440\u043D\u0438\u0439 \u0432\u0438\u0440\u0430\u0437 {{regExp}}",specialCharactersMustNotContainSlash:"\u0421\u043F\u0435\u0446\u0456\u0430\u043B\u044C\u043D\u0456 \u0441\u0438\u043C\u0432\u043E\u043B\u0438 \u043D\u0435 \u043F\u043E\u0432\u0438\u043D\u043D\u0456 \u043C\u0456\u0441\u0442\u0438\u0442\u0438 /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"\u0417\u0430\u043C\u0456\u043D\u0430 \u0441\u043F\u0435\u0446\u0456\u0430\u043B\u044C\u043D\u0438\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u0456\u0432 \u043D\u0435 \u043F\u043E\u0432\u0438\u043D\u043D\u0430 \u043C\u0456\u0441\u0442\u0438\u0442\u0438 \u043D\u0435\u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u0456 \u0441\u0438\u043C\u0432\u043E\u043B\u0438 \u0448\u043B\u044F\u0445\u0443 \u0430\u0431\u043E \u0456\u043C\u0435\u043D\u0456 \u0444\u0430\u0439\u043B\u0443."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"\u041F\u0440\u0438 \u0434\u043E\u0434\u0430\u0432\u0430\u043D\u043D\u0456 \u0444\u0430\u0439\u043B\u0456\u0432:"},name:"\u0420\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u0443\u0432\u0430\u043D\u043D\u044F \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"\u042F\u043A\u0449\u043E \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0454\u0442\u044C\u0441\u044F \u043A\u0456\u043B\u044C\u043A\u043E\u043C\u0430 \u043D\u043E\u0442\u0430\u0442\u043A\u0430\u043C\u0438:"},name:"\u0420\u0435\u0436\u0438\u043C \u0437\u0431\u043E\u0440\u0443 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C, \u044F\u043A\u0456 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u044E\u0442\u044C\u0441\u044F \u043A\u0456\u043B\u044C\u043A\u043E\u043C\u0430 \u043D\u043E\u0442\u0430\u0442\u043A\u0430\u043C\u0438"},collectedAttachmentFileName:{description:{part1:"\u0414\u0438\u0432. \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0456",part2:"\u0442\u043E\u043A\u0435\u043D\u0438"},name:"\u041D\u0430\u0437\u0432\u0430 \u0437\u0456\u0431\u0440\u0430\u043D\u043E\u0433\u043E \u0444\u0430\u0439\u043B\u0443 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F"},customTokens:{description:{part1:"\u041A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0446\u044C\u043A\u0456 \u0442\u043E\u043A\u0435\u043D\u0438 \u0434\u043B\u044F \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u0430\u043D\u043D\u044F.",part2:"\u0414\u0438\u0432\u0456\u0442\u044C\u0441\u044F",part3:"\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0456\u044E",part4:"\u0414\u043B\u044F \u0431\u0456\u043B\u044C\u0448 \u0434\u0435\u0442\u0430\u043B\u044C\u043D\u043E\u0457 \u0456\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0456\u0457",part5:"\u26A0\uFE0F \u041A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0446\u044C\u043A\u0456 \u0442\u043E\u043A\u0435\u043D\u0438 \u043C\u043E\u0436\u0443\u0442\u044C \u043C\u0456\u0441\u0442\u0438\u0442\u0438 \u0434\u043E\u0432\u0456\u043B\u044C\u043D\u0438\u0439 \u043A\u043E\u0434 JavaScript. \u041F\u0440\u0438 \u043D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u043E\u043C\u0443 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u0430\u043D\u043D\u0456 \u043C\u043E\u0436\u043B\u0438\u0432\u0456 \u0432\u0442\u0440\u0430\u0442\u0438 \u0434\u0430\u043D\u0438\u0445. \u0412\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0439\u0442\u0435 \u043D\u0430 \u0441\u0432\u0456\u0439 \u0440\u0438\u0437\u0438\u043A."},name:"\u041A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0446\u044C\u043A\u0456 \u0442\u043E\u043A\u0435\u043D\u0438"},defaultImageSize:{description:{part1:"\u0420\u043E\u0437\u043C\u0456\u0440 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F \u0437\u0430 \u0437\u0430\u043C\u043E\u0432\u0447\u0443\u0432\u0430\u043D\u043D\u044F\u043C.",part2:"\u041C\u043E\u0436\u043D\u0430 \u0432\u043A\u0430\u0437\u0430\u0442\u0438 \u0432 \u043F\u0456\u043A\u0441\u0435\u043B\u044F\u0445",part3:"\u0430\u0431\u043E \u0432\u0456\u0434\u0441\u043E\u0442\u043A\u0430\u0445 \u0432\u0456\u0434 \u043F\u043E\u0432\u043D\u043E\u0433\u043E \u0440\u043E\u0437\u043C\u0456\u0440\u0443 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F",part4:"\u0417\u0430\u043B\u0438\u0448\u0442\u0435 \u043F\u043E\u0440\u043E\u0436\u043D\u0456\u043C, \u0449\u043E\u0431 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u043E\u0440\u0438\u0433\u0456\u043D\u0430\u043B\u044C\u043D\u0438\u0439 \u0440\u043E\u0437\u043C\u0456\u0440 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F."},name:"\u0420\u043E\u0437\u043C\u0456\u0440 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F \u0437\u0430 \u0437\u0430\u043C\u043E\u0432\u0447\u0443\u0432\u0430\u043D\u043D\u044F\u043C"},duplicateNameSeparator:{description:{part1:"\u041A\u043E\u043B\u0438 \u0432\u0438 \u0432\u0441\u0442\u0430\u0432\u043B\u044F\u0454\u0442\u0435/\u043F\u0435\u0440\u0435\u0442\u044F\u0433\u0443\u0454\u0442\u0435 \u0444\u0430\u0439\u043B \u0456\u0437 \u0442\u0430\u043A\u0438\u043C \u0441\u0430\u043C\u0438\u043C \u0456\u043C\u2019\u044F\u043C \u044F\u043A \u0456\u0441\u043D\u0443\u044E\u0447\u0438\u0439 \u0444\u0430\u0439\u043B, \u0431\u0443\u0434\u0435 \u0434\u043E\u0434\u0430\u043D\u0438\u0439 \u0440\u043E\u0437\u0434\u0456\u043B\u044C\u043D\u0438\u043A.",part2:"\u041D\u0430\u043F\u0440\u0438\u043A\u043B\u0430\u0434, \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u0442\u044F\u0433\u0443\u0432\u0430\u043D\u043D\u0456 \u0444\u0430\u0439\u043B\u0443",part3:"\u0432\u0456\u043D \u0431\u0443\u0434\u0435 \u043F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u0438\u0439 \u043D\u0430 ",part4:"\u0456 \u0442\u0430\u043A \u0434\u0430\u043B\u0456, \u0434\u043E\u043A\u0438 \u043D\u0435 \u0431\u0443\u0434\u0435 \u0437\u043D\u0430\u0439\u0434\u0435\u043D\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0435 \u0456\u043C\u2019\u044F."},name:"\u0420\u043E\u0437\u0434\u0456\u043B\u044C\u043D\u0438\u043A \u0434\u043B\u044F \u0434\u0443\u0431\u043B\u0456\u043A\u0430\u0442\u0456\u0432 \u0456\u043C\u0435\u043D"},emptyFolderBehavior:{description:{part1:"\u041A\u043E\u043B\u0438 \u043F\u0430\u043F\u043A\u0430 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C \u043F\u043E\u0440\u043E\u0436\u043D\u044F:"},name:"\u041F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043F\u043E\u0440\u043E\u0436\u043D\u044C\u043E\u0457 \u043F\u0430\u043F\u043A\u0438 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C"},excludePaths:{description:{part1:"\u0406\u0433\u043D\u043E\u0440\u0443\u0439\u0442\u0435 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0437\u0430 \u043D\u0430\u0441\u0442\u0443\u043F\u043D\u0438\u043C\u0438 \u0448\u043B\u044F\u0445\u0430\u043C\u0438.",part2:"\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u043A\u043E\u0436\u0435\u043D \u0448\u043B\u044F\u0445 \u0437 \u043D\u043E\u0432\u043E\u0433\u043E \u0440\u044F\u0434\u043A\u0430.",part3:"\u041C\u043E\u0436\u043D\u0430 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u0440\u044F\u0434\u043E\u043A \u0448\u043B\u044F\u0445\u0443 \u0430\u0431\u043E",part4:"\u042F\u043A\u0449\u043E \u043F\u043E\u043B\u0435 \u043F\u043E\u0440\u043E\u0436\u043D\u0454, \u0436\u043E\u0434\u0435\u043D \u0444\u0430\u0439\u043B \u043D\u0435 \u0456\u0433\u043D\u043E\u0440\u0443\u0454\u0442\u044C\u0441\u044F."},name:"\u0406\u0433\u043D\u043E\u0440\u043E\u0432\u0430\u043D\u0456 \u0448\u043B\u044F\u0445\u0438"},excludePathsFromAttachmentCollecting:{description:{part1:"\u0406\u0433\u043D\u043E\u0440\u0443\u0439\u0442\u0435 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F \u0437 \u043D\u0430\u0441\u0442\u0443\u043F\u043D\u0438\u0445 \u0448\u043B\u044F\u0445\u0456\u0432 \u043F\u0456\u0434 \u0447\u0430\u0441 \u0432\u0438\u043A\u043E\u043D\u0430\u043D\u043D\u044F \u043A\u043E\u043C\u0430\u043D\u0434\u0438",part2:"\u0417\u0456\u0431\u0440\u0430\u0442\u0438 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F",part3:".",part4:"\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u043A\u043E\u0436\u0435\u043D \u0448\u043B\u044F\u0445 \u0437 \u043D\u043E\u0432\u043E\u0433\u043E \u0440\u044F\u0434\u043A\u0430.",part5:"\u041C\u043E\u0436\u043D\u0430 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u0440\u044F\u0434\u043E\u043A \u0448\u043B\u044F\u0445\u0443 \u0430\u0431\u043E",part6:"\u042F\u043A\u0449\u043E \u043F\u043E\u043B\u0435 \u043F\u043E\u0440\u043E\u0436\u043D\u0454, \u0436\u043E\u0434\u0435\u043D \u0448\u043B\u044F\u0445 \u043D\u0435 \u0456\u0433\u043D\u043E\u0440\u0443\u0454\u0442\u044C\u0441\u044F."},name:"\u0406\u0433\u043D\u043E\u0440\u043E\u0432\u0430\u043D\u0456 \u0448\u043B\u044F\u0445\u0438 \u043F\u0440\u0438 \u0437\u0431\u043E\u0440\u0456 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C"},generatedAttachmentFileName:{description:{part1:"\u0414\u0438\u0432. \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0456",part2:"\u0442\u043E\u043A\u0435\u043D\u0438"},name:"\u0417\u0433\u0435\u043D\u0435\u0440\u043E\u0432\u0430\u043D\u0430 \u043D\u0430\u0437\u0432\u0430 \u0444\u0430\u0439\u043B\u0443 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F"},includePaths:{description:{part1:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0437 \u0442\u0430\u043A\u0438\u0445 \u0448\u043B\u044F\u0445\u0456\u0432.",part2:"\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u043A\u043E\u0436\u0435\u043D \u0448\u043B\u044F\u0445 \u0437 \u043D\u043E\u0432\u043E\u0433\u043E \u0440\u044F\u0434\u043A\u0430.",part3:"\u041C\u043E\u0436\u043D\u0430 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u0440\u044F\u0434\u043E\u043A \u0448\u043B\u044F\u0445\u0443 \u0430\u0431\u043E",part4:"\u042F\u043A\u0449\u043E \u043F\u043E\u043B\u0435 \u043F\u043E\u0440\u043E\u0436\u043D\u0454, \u0432\u043A\u043B\u044E\u0447\u0430\u044E\u0442\u044C\u0441\u044F \u0432\u0441\u0456 \u043D\u043E\u0442\u0430\u0442\u043A\u0438."},name:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0456 \u0448\u043B\u044F\u0445\u0438"},jpegQuality:{description:"\u0427\u0438\u043C \u043C\u0435\u043D\u0448\u0430 \u044F\u043A\u0456\u0441\u0442\u044C, \u0442\u0438\u043C \u0431\u0456\u043B\u044C\u0448\u0430 \u043A\u043E\u043C\u043F\u0440\u0435\u0441\u0456\u044F.",name:"\u042F\u043A\u0456\u0441\u0442\u044C JPEG"},locationForNewAttachments:{description:{part1:"\u041F\u043E\u0447\u043D\u0456\u0442\u044C \u0437",part2:"\u0449\u043E\u0431 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u0432\u0456\u0434\u043D\u043E\u0441\u043D\u0438\u0439 \u0448\u043B\u044F\u0445.",part3:"\u0414\u0438\u0432. \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0456",part4:"\u0442\u043E\u043A\u0435\u043D\u0438",part5:"\u041F\u0430\u043F\u043A\u0438 \u0437 \u043A\u0440\u0430\u043F\u043A\u043E\u044E, \u044F\u043A-\u043E\u0442",part6:"\u043D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u044E\u0442\u044C\u0441\u044F, \u0431\u043E Obsidian \u0457\u0445 \u043D\u0435 \u0432\u0456\u0434\u0441\u043B\u0456\u0434\u043A\u043E\u0432\u0443\u0454. \u041C\u043E\u0436\u043B\u0438\u0432\u043E, \u0442\u0440\u0435\u0431\u0430 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0432\u0430\u0442\u0438",part7:"\u043F\u043B\u0430\u0433\u0456\u043D \u0434\u043B\u044F \u043A\u0435\u0440\u0443\u0432\u0430\u043D\u043D\u044F."},name:"\u0420\u043E\u0437\u0442\u0430\u0448\u0443\u0432\u0430\u043D\u043D\u044F \u043D\u043E\u0432\u0438\u0445 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C"},markdownUrlFormat:{description:{part1:"\u0424\u043E\u0440\u043C\u0430\u0442 URL, \u0449\u043E \u0432\u0441\u0442\u0430\u0432\u043B\u044F\u0442\u0438\u043C\u0435\u0442\u044C\u0441\u044F \u0443 Markdown.",part2:"\u0414\u0438\u0432. \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0456",part3:"\u0442\u043E\u043A\u0435\u043D\u0438",part4:"\u0417\u0430\u043B\u0438\u0448\u0442\u0435 \u043F\u043E\u0440\u043E\u0436\u043D\u0456\u043C \u0434\u043B\u044F \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u0430\u043D\u043D\u044F \u0444\u043E\u0440\u043C\u0430\u0442\u0443 \u0437\u0430 \u0437\u0430\u043C\u043E\u0432\u0447\u0443\u0432\u0430\u043D\u043D\u044F\u043C."},name:"\u0424\u043E\u0440\u043C\u0430\u0442 URL Markdown"},renameAttachmentsToLowerCase:"\u041F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F \u0437 \u043C\u0430\u043B\u0435\u043D\u044C\u043A\u0438\u0445 \u043B\u0456\u0442\u0435\u0440",renamedAttachmentFileName:{description:{part1:"\u0414\u0438\u0432. \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0456",part2:"\u0442\u043E\u043A\u0435\u043D\u0438"},name:"\u041D\u0430\u0437\u0432\u0430 \u043F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u043E\u0433\u043E \u0444\u0430\u0439\u043B\u0443 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F"},resetToSampleCustomTokens:{message:"\u0412\u0438 \u0432\u043F\u0435\u0432\u043D\u0435\u043D\u0456, \u0449\u043E \u0445\u043E\u0447\u0435\u0442\u0435 \u0441\u043A\u0438\u043D\u0443\u0442\u0438 \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0446\u044C\u043A\u0456 \u0442\u043E\u043A\u0435\u043D\u0438 \u0434\u043E \u043F\u0440\u0438\u043A\u043B\u0430\u0434\u0443? \u0412\u0430\u0448\u0456 \u0437\u043C\u0456\u043D\u0438 \u0431\u0443\u0434\u0435 \u0432\u0442\u0440\u0430\u0447\u0435\u043D\u043E.",title:"\u0421\u043A\u0438\u043D\u0443\u0442\u0438 \u0434\u043E \u043F\u0440\u0438\u043A\u043B\u0430\u0434\u0443"},shouldConvertPastedImagesToJpeg:{description:"\u041F\u0435\u0440\u0435\u0442\u0432\u043E\u0440\u044E\u0432\u0430\u0442\u0438 \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0456 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F \u0443 JPEG. \u0417\u0430\u0441\u0442\u043E\u0441\u043E\u0432\u0443\u0454\u0442\u044C\u0441\u044F \u043B\u0438\u0448\u0435, \u043A\u043E\u043B\u0438 PNG \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u043E \u0431\u0435\u0437\u043F\u043E\u0441\u0435\u0440\u0435\u0434\u043D\u044C\u043E \u0437 \u0431\u0443\u0444\u0435\u0440\u0430 \u043E\u0431\u043C\u0456\u043D\u0443. \u0417\u0430\u0437\u0432\u0438\u0447\u0430\u0439 \u0434\u043B\u044F \u0432\u0441\u0442\u0430\u0432\u043A\u0438 \u0441\u043A\u0440\u0456\u043D\u0448\u043E\u0442\u0456\u0432.",name:"\u041A\u043E\u043D\u0432\u0435\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0456 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F \u0443 JPEG"},shouldDeleteOrphanAttachments:{description:"\u042F\u043A\u0449\u043E \u0443\u0432\u0456\u043C\u043A\u043D\u0435\u043D\u043E, \u043F\u0440\u0438 \u0432\u0438\u0434\u0430\u043B\u0435\u043D\u043D\u0456 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0457\u0457 \u043E\u0441\u0438\u0440\u043E\u0442\u0456\u043B\u0456 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F \u0442\u0430\u043A\u043E\u0436 \u0432\u0438\u0434\u0430\u043B\u044F\u044E\u0442\u044C\u0441\u044F.",name:"\u0412\u0438\u0434\u0430\u043B\u044F\u0442\u0438 \u043E\u0441\u0438\u0440\u043E\u0442\u0456\u043B\u0456 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F"},shouldRenameAttachmentFiles:{description:{part1:"\u042F\u043A\u0449\u043E \u0443\u0432\u0456\u043C\u043A\u043D\u0435\u043D\u043E, \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u0443\u0432\u0430\u043D\u043D\u0456 \u0430\u0431\u043E \u043F\u0435\u0440\u0435\u043C\u0456\u0449\u0435\u043D\u043D\u0456 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0457\u0457 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F \u0431\u0443\u0434\u0443\u0442\u044C \u043F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u0456 \u0437\u0433\u0456\u0434\u043D\u043E \u0437",part2:"\u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F\u043C."},name:"\u041F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u0444\u0430\u0439\u043B\u0438 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C"},shouldRenameAttachmentFolders:{description:"\u041F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u043F\u0430\u043F\u043A\u0438 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u0443\u0432\u0430\u043D\u043D\u0456 \u0430\u0431\u043E \u043F\u0435\u0440\u0435\u043C\u0456\u0449\u0435\u043D\u043D\u0456 \u043D\u043E\u0442\u0430\u0442\u043A\u0438.",name:"\u041F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u043F\u0430\u043F\u043A\u0438 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C"},shouldRenameAttachmentsCreatedByOtherPlugins:{description:{part1:"\u0427\u0438 \u0437\u0430\u0441\u0442\u043E\u0441\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F \u043F\u0430\u043F\u043A\u0438 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C \u0442\u0430 \u0456\u043C\u0435\u043D\u0456 \u0444\u0430\u0439\u043B\u0443 \u0434\u043E \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C, \u044F\u043A\u0456 \u0441\u0442\u0432\u043E\u0440\u044E\u044E\u0442\u044C \u0406\u041D\u0428\u0406 \u043F\u043B\u0430\u0433\u0456\u043D\u0438.",part2:"\u0414\u0435\u044F\u043A\u0456 \u043F\u043B\u0430\u0433\u0456\u043D\u0438 \u0437\u0430\u043F\u0438\u0441\u0443\u044E\u0442\u044C \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F \u0434\u043E \u0441\u0445\u043E\u0432\u0438\u0449\u0430 \u043F\u0456\u0434 \u0432\u043B\u0430\u0441\u043D\u0438\u043C \u0456\u043C\u0435\u043D\u0435\u043C, \u043D\u0435 \u043F\u0438\u0442\u0430\u044E\u0447\u0438 \u0432 Obsidian, \u0434\u0435 \u0439\u043E\u043C\u0443 \u043C\u0456\u0441\u0446\u0435. \u042F\u043A\u0449\u043E \u0446\u0435 \u0432\u0432\u0456\u043C\u043A\u043D\u0435\u043D\u043E, \u0442\u0430\u043A\u0438\u0439 \u0444\u0430\u0439\u043B \u043F\u0435\u0440\u0435\u043C\u0456\u0449\u0443\u0454\u0442\u044C\u0441\u044F \u0442\u0430 \u043F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u043E\u0432\u0443\u0454\u0442\u044C\u0441\u044F \u043E\u0434\u0440\u0430\u0437\u0443 \u043F\u0456\u0441\u043B\u044F \u043F\u043E\u044F\u0432\u0438.",part3:"\u0417\u0430\u0447\u0456\u043F\u0430\u044E\u0442\u044C\u0441\u044F \u043B\u0438\u0448\u0435 \u0444\u0430\u0439\u043B\u0438, \u0441\u0442\u0432\u043E\u0440\u0435\u043D\u0456 \u0437\u0430 \u0432\u0456\u0434\u043A\u0440\u0438\u0442\u043E\u0457 \u043D\u043E\u0442\u0430\u0442\u043A\u0438, \u0456 \u043D\u0456\u043A\u043E\u043B\u0438 \u0444\u0430\u0439\u043B\u0438, \u0449\u043E \u043D\u0430\u0434\u0445\u043E\u0434\u044F\u0442\u044C \u0456\u0437 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0456\u0437\u0430\u0446\u0456\u0457 \u0447\u0438 \u0456\u043C\u043F\u043E\u0440\u0442\u0443 \u0441\u0445\u043E\u0432\u0438\u0449\u0430."},name:"\u041F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F, \u0441\u0442\u0432\u043E\u0440\u0435\u043D\u0456 \u0456\u043D\u0448\u0438\u043C\u0438 \u043F\u043B\u0430\u0433\u0456\u043D\u0430\u043C\u0438"},shouldRenameCollectedAttachments:{description:{part1:"\u042F\u043A\u0449\u043E \u0443\u0432\u0456\u043C\u043A\u043D\u0435\u043D\u043E, \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F, \u043E\u0431\u0440\u043E\u0431\u043B\u0435\u043D\u0456 \u0447\u0435\u0440\u0435\u0437",part2:"\u0417\u0456\u0431\u0440\u0430\u0442\u0438 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F",part3:"\u0431\u0443\u0434\u0443\u0442\u044C \u043F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u0456 \u0432\u0456\u0434\u043F\u043E\u0432\u0456\u0434\u043D\u043E \u0434\u043E",part4:"\u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u044C."},name:"\u041F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u0437\u0456\u0431\u0440\u0430\u043D\u0456 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F"},specialCharacters:{description:{part1:"\u0421\u043F\u0435\u0446\u0456\u0430\u043B\u044C\u043D\u0456 \u0441\u0438\u043C\u0432\u043E\u043B\u0438 \u0443 \u043D\u0430\u0437\u0432\u0456 \u043F\u0430\u043F\u043A\u0438 \u0442\u0430 \u0444\u0430\u0439\u043B\u0443 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F, \u044F\u043A\u0456 \u0442\u0440\u0435\u0431\u0430 \u0437\u0430\u043C\u0456\u043D\u0438\u0442\u0438 \u0430\u0431\u043E \u0432\u0438\u0434\u0430\u043B\u0438\u0442\u0438.",part2:"\u0417\u0430\u043B\u0438\u0448\u0442\u0435 \u043F\u043E\u0440\u043E\u0436\u043D\u0456\u043C \u0434\u043B\u044F \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043D\u043D\u044F \u0441\u0438\u043C\u0432\u043E\u043B\u0456\u0432."},name:"\u0421\u043F\u0435\u0446\u0456\u0430\u043B\u044C\u043D\u0456 \u0441\u0438\u043C\u0432\u043E\u043B\u0438"},specialCharactersReplacement:{description:{part1:"\u0420\u044F\u0434\u043E\u043A \u0437\u0430\u043C\u0456\u043D\u0438 \u0434\u043B\u044F \u0441\u043F\u0435\u0446\u0456\u0430\u043B\u044C\u043D\u0438\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u0456\u0432 \u0443 \u043D\u0430\u0437\u0432\u0456 \u043F\u0430\u043F\u043A\u0438 \u0447\u0438 \u0444\u0430\u0439\u043B\u0443 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F.",part2:"\u0417\u0430\u043B\u0438\u0448\u0442\u0435 \u043F\u043E\u0440\u043E\u0436\u043D\u0456\u043C \u0434\u043B\u044F \u0432\u0438\u0434\u0430\u043B\u0435\u043D\u043D\u044F \u0441\u0438\u043C\u0432\u043E\u043B\u0456\u0432."},name:"\u0417\u0430\u043C\u0456\u043D\u0430 \u0441\u043F\u0435\u0446\u0456\u0430\u043B\u044C\u043D\u0438\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u0456\u0432"},timeoutInSeconds:{description:{part1:"\u0422\u0430\u0439\u043C-\u0430\u0443\u0442 \u0443 \u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445 \u0434\u043B\u044F \u0443\u0441\u0456\u0445 \u043E\u043F\u0435\u0440\u0430\u0446\u0456\u0439.",part2:"\u042F\u043A\u0449\u043E",part3:"\u0432\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E, \u0442\u0430\u0439\u043C-\u0430\u0443\u0442 \u043E\u043F\u0435\u0440\u0430\u0446\u0456\u0439 \u0432\u0456\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u043E."},name:"\u0422\u0430\u0439\u043C-\u0430\u0443\u0442 \u0432 \u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445"},treatAsAttachmentExtensions:{description:{part1:"\u041E\u0431\u0440\u043E\u0431\u043B\u044F\u0442\u0438 \u0444\u0430\u0439\u043B\u0438 \u0437 \u0442\u0430\u043A\u0438\u043C\u0438 \u0440\u043E\u0437\u0448\u0438\u0440\u0435\u043D\u043D\u044F\u043C\u0438 \u044F\u043A \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F.",part2:"\u0417\u0430 \u0437\u0430\u043C\u043E\u0432\u0447\u0443\u0432\u0430\u043D\u043D\u044F\u043C",part3:"\u0442\u0430",part4:"\u0437\u0432\u2019\u044F\u0437\u0430\u043D\u0456 \u0444\u0430\u0439\u043B\u0438 \u043D\u0435 \u0432\u0432\u0430\u0436\u0430\u044E\u0442\u044C\u0441\u044F \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F\u043C\u0438 \u0456 \u043D\u0435 \u043F\u0435\u0440\u0435\u043C\u0456\u0449\u0443\u044E\u0442\u044C\u0441\u044F \u0440\u0430\u0437\u043E\u043C \u0437 \u043D\u043E\u0442\u0430\u0442\u043A\u043E\u044E.",part5:"\u0412\u0438 \u043C\u043E\u0436\u0435\u0442\u0435 \u0434\u043E\u0434\u0430\u0442\u0438 \u0432\u043B\u0430\u0441\u043D\u0456 \u0440\u043E\u0437\u0448\u0438\u0440\u0435\u043D\u043D\u044F, \u043D\u0430\u043F\u0440\u0438\u043A\u043B\u0430\u0434,",part6:", \u0449\u043E\u0431 \u0437\u043C\u0456\u043D\u0438\u0442\u0438 \u0446\u044E \u043F\u043E\u0432\u0435\u0434\u0456\u043D\u043A\u0443."},name:"\u041E\u0431\u0440\u043E\u0431\u043B\u044F\u0442\u0438 \u044F\u043A \u0440\u043E\u0437\u0448\u0438\u0440\u0435\u043D\u043D\u044F \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C"}},promptWithPreviewModal:{fileNameTitle:"\u041F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u0443\u0432\u0430\u0442\u0438 \u0444\u0430\u0439\u043B \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F",folderTitle:"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u043F\u0430\u043F\u043A\u0443 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u044C",previewModal:{title:"\u041F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u0456\u0439 \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043E\u0433\u043E \u0444\u0430\u0439\u043B\u0443 '{{fullFileName}}'"},title:"\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F \u0434\u043B\u044F \u0442\u043E\u043A\u0435\u043D\u0430 \u0437\u0430\u043F\u0438\u0442\u0443"},regularExpression:"/\u0440\u0435\u0433\u0443\u043B\u044F\u0440\u043D\u0438\u0439 \u0432\u0438\u0440\u0430\u0437/"};var ZN={attachmentCollector:{confirm:{part1:"Papkalardagi barcha qaydlar uchun ilovalarni rekursiv tarzda to\u2018plamoqchimisiz?",part2:"Bu amalni ortga qaytarib bo\u2018lmaydi."},progressBar:{message:"Qo'shimchalarni yig'layapman {{iterationString}} - '{{noteFilePath}}'.",title:"Qo'shimchalarni yig'layapman..."}},buttons:{copy:"Nusxalash",move:"Ko'chirish",previewAttachmentFile:"Qo'shimcha faylni oldindan ko'rish",skip:"O'tkazib yuborish"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"Qo'shimcha",part2:"bir nechta eslatmalar tomonidan havola qilingan."},heading:"Bir nechta eslatmalar tomonidan ishlatiladigan qo'shimchani yig'moqdaman",shouldUseSameActionForOtherProblematicAttachmentsToggle:"Boshqa muammoli qo'shimchalar uchun bir xil harakatni ishlatish kerak"},commands:{collectAttachmentsCurrentFolder:"Joriy papkadagi qo'shimchalarni yig'lash",collectAttachmentsCurrentNote:"Joriy eslatmadagi qo'shimchalarni yig'lash",collectAttachmentsEntireVault:"Butun ombordagi qo'shimchalarni yig'lash"},menuItems:{collectAttachmentsInFile:"Faylda ilovalarni to\u2018plash",collectAttachmentsInFiles:"Fayllarda ilovalarni to\u2018plash"},notice:{collectingAttachments:"'{{noteFilePath}}' uchun qo'shimchalarni yig'layapman",collectingAttachmentsCancelled:"Qo'shimchalarni yig'lash bekor qilindi. Tafsilotlar uchun konsolni ko'ring.",generatedAttachmentFileNameIsInvalid:{part1:`Yaratilgan qo'shimcha fayl nomi '{{path}}' noto'g'ri.
|
|
{{validationMessage}}
|
|
Sozlamangizni tekshiring`,part2:""},notePathIsIgnored:"Eslatma yo'li e'tiborga olinmaydi"},obsidianDevUtils:{buttons:{cancel:"Bekor qilish",ok:"OK"},dataview:{itemsPerPage:"Sahifaga elementlar:",jumpToPage:"Sahifaga o'tish:"},notices:{attachmentIsStillUsed:"Qo'shimcha {{attachmentPath}} hali ham boshqa eslatmalar tomonidan ishlatilmoqda. U o'chirilmaydi.",unhandledError:"Qayta ishlanmagan xatolik yuz berdi. Iltimos, qo'shimcha ma'lumot uchun konsolni tekshiring."}},pluginSettings:{attachmentRenameMode:{all:{description:"Barcha fayllar qayta nomlanadi.",displayText:"Barchasi"},none:{description:"Ularning nomlari saqlanadi.",displayText:"Hech biri"},onlyPastedImages:{description:"Faqat yopishtirilgan rasmlar qayta nomlanadi. Faqqt PNG rasm kontenti bevosita buferdan yopishtirilganida amal qiladi. Odatda skrinshotlar uchun.",displayText:"Faqat yopishtirilgan rasmlar"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"Qo'shimchalarni yig'lashni bekor qilish.",displayText:"Bekor qilish"},copy:{description:"Qo'shimchani yangi joyga nusxalash.",displayText:"Nusxalash"},move:{description:"Qo'shimchani yangi joyga ko'chirish.",displayText:"Ko'chirish"},prompt:{description:"Foydalanuvchidan amal tanlashni so'rash.",displayText:"So'rash"},skip:{description:"Qo'shimchani o'tkazib yuborish va keyingisiga o'tish.",displayText:"O'tkazib yuborish"}},defaultImageSizeDimension:{height:"Balandlik",width:"Kenglik"},emptyFolderBehavior:{delete:{description:"Bo'sh qo'shimcha papkasini o'chiradi.",displayText:"O'chirish"},deleteWithEmptyParents:{description:"Bo'sh qo'shimcha papkasini va uning bo'sh ota-onalarini o'chiradi.",displayText:"Bo'sh ota-onalar bilan o'chirish"},keep:{description:"Bo'sh qo'shimcha papkasini saqlaydi.",displayText:"Saqlash"}}},pluginSettingsManager:{customToken:{codeComment:`// Maxsus tokenlar komment qilindi, chunki ular 9.0.0 versiyasidagi yangi format bo'yicha yangilanishi kerak.
|
|
// Qo'shimcha ma'lumot uchun hujjatlarga murojaat qiling.`,deprecated:{part1:"9.0.0 versiyasida maxsus tokenlar ro'yxatga olish formati o'zgardi. Iltimos, tokenlaringizni yangilang. Batafsil ma'lumot uchun",part2:"hujjatga murojaat qiling",part3:""}},legacyRenameAttachmentsToLowerCase:{part1:"9.0.0 versiyasida bu",part2:"sozlama eskirgan. Buning o'rniga",part3:"formatidan foydalaning. Batafsil uchun",part4:"hujjatlarga qarang",part5:""},markdownUrlFormat:{deprecated:{part1:"Potentsial noto'g'ri qiymat o'rnatilgan",part2:"format uchun. Iltimos, qarang",part3:"hujjatlar",part4:"batafsil ma'lumot uchun.",part5:"Ushbu xabar yana ko'rsatilmaydi."}},specialCharacters:{part1:"9.16.0 versiyada",part2:"sozlamaning standart qiymati o'zgardi. Sizning sozlamangiz yangi standart qiymatga yangilandi."},validation:{defaultImageSizeMustBePercentageOrPixels:"Standart rasm o\u2018lchami piksel yoki foizda bo\u2018lishi kerak",invalidCustomTokensCode:"Noto'g'ri maxsus token kodi",invalidRegularExpression:"Noto'g'ri tartibiy ifoda {{regExp}}",specialCharactersMustNotContainSlash:"Maxsus belgilar / ni o'z ichiga olmang",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"Maxsus belgi o'rnini bosuvchi fayl nomi yoki yo'l belgilari bo'lmasligi kerak."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"Fayllar qo'shilganda:"},name:"Qo'shimchalarni qayta nomlash rejimi"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"Yig'ilgan qo'shimcha bir nechta eslatmalarda ishlatilganda:"},name:"Bir nechta eslatmalar tomonidan foydalanilgan qo'shimchani yig'ish rejimi"},collectedAttachmentFileName:{description:{part1:"Mavjud",part2:"tokenlarni ko'ring"},name:"Yig'ilgan qo'shimcha fayl nomi"},customTokens:{description:{part1:"Foydalaniladigan maxsus tokenlar.",part2:"Qo'shimcha ma'lumot uchun qarang",part3:"hujjatlar",part4:"",part5:"\u26A0\uFE0F Maxsus tokenlar istalgan JavaScript kodi bo'lishi mumkin. Noto'g'ri yozilganda ma'lumot yo'qolishi mumkin. O'z xataringizga foydalaning."},name:"Maxsus tokenlar"},defaultImageSize:{description:{part1:"Standart rasm o\u2018lchami.",part2:"Pikselda ko\u2018rsatilishi mumkin",part3:"Rasm to\u2018liq o\u2018lchamining foizi sifatida",part4:"Asl o\u2018lchamdan foydalanish uchun bo\u2018sh qoldiring."},name:"Standart rasm o\u2018lchami"},duplicateNameSeparator:{description:{part1:"Mavjud fayl nomi bilan bir xil bo'lgan faylni joylashtirganingizda/yurgizganingizda, ushbu ajratgich fayl nomiga qo'shiladi.",part2:"Masalan, faylni olib tashlayotganingizda:",part3:", u quyidagicha qayta nomlanadi: ",part4:"va boshqalar, birinchi mavjud nom aniqlanguncha."},name:"Nusxa nom ajratgichi"},emptyFolderBehavior:{description:{part1:"Qo'shimchalar papkasi bo'sh bo'lganda:"},name:"Bo'sh qo'shimcha papkasining xatti-harakati"},excludePaths:{description:{part1:"Quyidagi yo'llardan eslatmalarni chiqarib tashlang.",part2:"Har bir yo'lni yangi qatorda kiriting.",part3:"Yo'l satridan yoki",part4:"Agar sozlama bo'sh bo'lsa, hech narsa chiqarib tashlanmaydi."},name:"Chiqarib tashlanadigan yo'llar"},excludePathsFromAttachmentCollecting:{description:{part1:"Quyidagi yo'llardan qo'shimchalarni chiqarib tashlang, bu buyruq bajarilganda:",part2:"Qo'shimchalarni yig'ish",part3:"",part4:"Har bir yo'lni yangi qatorda yozing.",part5:"Yo'l satridan yoki",part6:"Sozlama bo'sh bo'lsa, hech qanday yo'l chiqarilmaydi."},name:"Qo'shimcha yig'ishda chiqarib tashlangan yo'llar"},generatedAttachmentFileName:{description:{part1:"Mavjud",part2:"tokenlarni ko'ring"},name:"Yaratilgan qo'shimcha fayl nomi"},includePaths:{description:{part1:"Quyidagi yo'llardagi eslatmalarni qo'shing.",part2:"Har bir yo'lni yangi qatorda yozing.",part3:"Yo'l satridan yoki",part4:"Sozlama bo'sh bo'lsa, barcha eslatmalar qo'shiladi."},name:"Qo'shiladigan yo'llar"},jpegQuality:{description:"Sifat qanchalik past bo'lsa, siqish darajasi shunchalik yuqori bo'ladi.",name:"JPEG sifati"},locationForNewAttachments:{description:{part1:"Nisbiy yo'lni ishlatish uchun bilan boshlang",part2:".",part3:"Mavjud",part4:"tokenlarni ko'ring",part5:". nuqta bilan boshlangan papkalar, masalan",part6:", tavsiya etilmaydi, chunki Obsidian ularni kuzatmaydi. Ularni boshqarish uchun",part7:"kengaytmadan foydalanishingiz kerak bo'lishi mumkin."},name:"Yangi qo'shimchalar joylashuvi"},markdownUrlFormat:{description:{part1:"Markdown-ga qo'shiladigan URL formati.",part2:"Mavjud",part3:"tokenlarni ko'ring.",part4:"Standart formatni ishlatish uchun bo'sh qoldiring."},name:"Markdown URL formati"},renameAttachmentsToLowerCase:"Qo'shimchilarning nomlarini kichik harflarga o'zgartirish",renamedAttachmentFileName:{description:{part1:"Mavjud",part2:"tokenlarni ko'ring"},name:"Qayta nomlangan qo'shimcha fayl nomi"},resetToSampleCustomTokens:{message:"Maxsus tokenlarni namuna tokenlarga qaytarishni xohlaysizmi? O'zgartirishlaringiz yo'qoladi.",title:"Namuna tokenlarga qaytarish"},shouldConvertPastedImagesToJpeg:{description:"Yopishtirilgan rasmlarni JPEG formatiga aylantirish-aylantirilmasligini belgilaydi. Bu faqat PNG rasmlar bo'lsa va to'g'ridan-to'g'ri panodan yopishtirilganda ishlatiladi. Odatda, skrinshotlar uchun.",name:"Yopishtirilgan rasmlarni JPEG-ga o'zgartirish"},shouldDeleteOrphanAttachments:{description:"Faollashtirilganda, nota o'chirilganda uning osmonga ketgan qo'shimchalari ham o'chiriladi.",name:"Osmonga ketgan qo'shimchalarni o'chirish"},shouldRenameAttachmentFiles:{description:{part1:"Faollashtirilganda, nota nomi o'zgartirilganda yoki ko'chirilganda, qo'shimchalar",part2:"sozlash bo'yicha qayta nomlanadi."},name:"Qo'shimcha fayllarni qayta nomlash"},shouldRenameAttachmentFolders:{description:"Nota nomi o'zgartirilganda yoki ko'chirilganda qo'shimcha papkalarni qayta nomlash kerakligini belgilaydi.",name:"Qo'shimcha papkalarni qayta nomlash"},shouldRenameAttachmentsCreatedByOtherPlugins:{description:{part1:"Ilova papkasi va fayl nomi sozlamalari BOSHQA plaginlar yaratgan ilovalarga ham qo'llanilsinmi.",part2:"Ba'zi plaginlar ilovani qayerga tegishli ekanini Obsidian'dan so'ramasdan, o'z nomi bilan to'g'ridan-to'g'ri omborga yozadi. Bu yoqilganda, bunday fayl paydo bo'lishi bilanoq ko'chiriladi va nomi o'zgartiriladi.",part3:"Faqat qayd ochiq turganda yaratilgan fayllarga tegiladi, sinxronlash yoki ombor import qilishdan kelgan fayllarga hech qachon tegilmaydi."},name:"Boshqa plaginlar yaratgan ilovalar nomini o'zgartirish"},shouldRenameCollectedAttachments:{description:{part1:"Faollashtirilganda, qo'llanilgan qo'shimchalar",part2:"Qo'shimchalarni yig'ish",part3:"buyruqlari orqali qayta nomlanadi",part4:"belgilanishiga muvofiq."},name:"Yig'ilgan qo'shimchalarni qayta nomlash"},specialCharacters:{description:{part1:"Qo'shimcha papkasi va fayl nomidagi maxsus belgilar almashtirilishi yoki olib tashlanishi kerak.",part2:"Maxsus belgilarni saqlash uchun bo'sh qoldiring."},name:"Maxsus belgilar"},specialCharactersReplacement:{description:{part1:"Qo'shimcha papka va fayl nomidagi maxsus belgilarni almashtirish uchun qatori.",part2:"Maxsus belgilarni olib tashlash uchun bo'sh qoldiring."},name:"Maxsus belgilarni almashtirish"},timeoutInSeconds:{description:{part1:"Barcha operatsiyalar uchun vaqt tugashi (soniya).",part2:"Agar",part3:"belgilangan bo'lsa, bajarilish vaqti cheklovlari o'chiriladi."},name:"Vaqt tugashi (soniya)"},treatAsAttachmentExtensions:{description:{part1:"Ushbu kengaytmaga ega fayllar qo'shimcha sifatida ko'rib chiqiladi.",part2:"Standart bo'yicha",part3:"va",part4:"bog'langan fayllar qo'shimcha sifatida ko'rilmaydi va notalar bilan ko'chirilmaydi.",part5:"Maxsus kengaytmalarni qo'shishingiz mumkin, masalan,",part6:"bu xatti-harakatni o'zgartirish uchun."},name:"Qo'shimcha kengaytmalari sifatida hisoblash"}},promptWithPreviewModal:{fileNameTitle:"Ilova faylini qayta nomlash",folderTitle:"Ilova papkasini tanlang",previewModal:{title:"Qo'shimcha faylni oldindan ko'rish '{{fullFileName}}'"},title:"So'rov tokeni uchun qiymat kiriting"},regularExpression:"/muntazam ifoda/"};var GN={attachmentCollector:{confirm:{part1:"B\u1EA1n c\xF3 mu\u1ED1n thu th\u1EADp t\u1EC7p \u0111\xEDnh k\xE8m cho t\u1EA5t c\u1EA3 ghi ch\xFA trong c\xE1c th\u01B0 m\u1EE5c (\u0111\u1EC7 quy) kh\xF4ng?",part2:"Thao t\xE1c n\xE0y kh\xF4ng th\u1EC3 ho\xE0n t\xE1c."},progressBar:{message:"\u0110ang thu th\u1EADp t\u1EC7p \u0111\xEDnh k\xE8m {{iterationString}} - '{{noteFilePath}}'.",title:"\u0110ang thu th\u1EADp t\u1EC7p \u0111\xEDnh k\xE8m..."}},buttons:{copy:"Sao ch\xE9p",move:"Di chuy\u1EC3n",previewAttachmentFile:"Xem tr\u01B0\u1EDBc t\u1EC7p \u0111\xEDnh k\xE8m",skip:"B\u1ECF qua"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"T\u1EC7p \u0111\xEDnh k\xE8m",part2:"\u0111\u01B0\u1EE3c tham chi\u1EBFu b\u1EDFi nhi\u1EC1u ghi ch\xFA."},heading:"Thu th\u1EADp t\u1EC7p \u0111\xEDnh k\xE8m \u0111\u01B0\u1EE3c s\u1EED d\u1EE5ng b\u1EDFi nhi\u1EC1u ghi ch\xFA",shouldUseSameActionForOtherProblematicAttachmentsToggle:"N\xEAn s\u1EED d\u1EE5ng c\xF9ng m\u1ED9t h\xE0nh \u0111\u1ED9ng cho c\xE1c t\u1EC7p \u0111\xEDnh k\xE8m c\xF3 v\u1EA5n \u0111\u1EC1 kh\xE1c"},commands:{collectAttachmentsCurrentFolder:"Thu th\u1EADp t\u1EC7p \u0111\xEDnh k\xE8m trong th\u01B0 m\u1EE5c hi\u1EC7n t\u1EA1i",collectAttachmentsCurrentNote:"Thu th\u1EADp t\u1EC7p \u0111\xEDnh k\xE8m trong ghi ch\xFA hi\u1EC7n t\u1EA1i",collectAttachmentsEntireVault:"Thu th\u1EADp t\u1EC7p \u0111\xEDnh k\xE8m trong to\xE0n b\u1ED9 kho"},menuItems:{collectAttachmentsInFile:"Thu th\u1EADp t\u1EC7p \u0111\xEDnh k\xE8m trong t\u1EC7p",collectAttachmentsInFiles:"Thu th\u1EADp t\u1EC7p \u0111\xEDnh k\xE8m trong c\xE1c t\u1EC7p"},notice:{collectingAttachments:"\u0110ang thu th\u1EADp t\u1EC7p \u0111\xEDnh k\xE8m cho '{{noteFilePath}}'",collectingAttachmentsCancelled:"Thu th\u1EADp t\u1EC7p \u0111\xEDnh k\xE8m \u0111\xE3 b\u1ECB h\u1EE7y. Xem console \u0111\u1EC3 bi\u1EBFt chi ti\u1EBFt.",generatedAttachmentFileNameIsInvalid:{part1:`T\xEAn t\u1EC7p \u0111\xEDnh k\xE8m \u0111\u01B0\u1EE3c t\u1EA1o '{{path}}' kh\xF4ng h\u1EE3p l\u1EC7.
|
|
{{validationMessage}}
|
|
Ki\u1EC3m tra`,part2:"c\xE0i \u0111\u1EB7t c\u1EE7a b\u1EA1n."},notePathIsIgnored:"\u0110\u01B0\u1EDDng d\u1EABn ghi ch\xFA b\u1ECB b\u1ECF qua"},obsidianDevUtils:{buttons:{cancel:"H\u1EE7y",ok:"\u0110\u1ED3ng \xFD"},dataview:{itemsPerPage:"M\u1EE5c tr\xEAn m\u1ED7i trang:",jumpToPage:"Chuy\u1EC3n \u0111\u1EBFn trang:"},notices:{attachmentIsStillUsed:"T\u1EC7p \u0111\xEDnh k\xE8m {{attachmentPath}} v\u1EABn \u0111ang \u0111\u01B0\u1EE3c s\u1EED d\u1EE5ng b\u1EDFi c\xE1c ghi ch\xFA kh\xE1c. N\xF3 s\u1EBD kh\xF4ng b\u1ECB x\xF3a.",unhandledError:"\u0110\xE3 x\u1EA3y ra l\u1ED7i kh\xF4ng x\u1EED l\xFD \u0111\u01B0\u1EE3c. Vui l\xF2ng ki\u1EC3m tra console \u0111\u1EC3 bi\u1EBFt th\xEAm th\xF4ng tin."}},pluginSettings:{attachmentRenameMode:{all:{description:"T\u1EA5t c\u1EA3 c\xE1c t\u1EC7p \u0111\u01B0\u1EE3c \u0111\u1ED5i t\xEAn.",displayText:"T\u1EA5t c\u1EA3"},none:{description:"T\xEAn c\u1EE7a ch\xFAng \u0111\u01B0\u1EE3c b\u1EA3o t\u1ED3n.",displayText:"Kh\xF4ng"},onlyPastedImages:{description:"Ch\u1EC9 c\xE1c h\xECnh \u1EA3nh \u0111\u01B0\u1EE3c d\xE1n m\u1EDBi \u0111\u01B0\u1EE3c \u0111\u1ED5i t\xEAn. Ch\u1EC9 \xE1p d\u1EE5ng khi n\u1ED9i dung h\xECnh \u1EA3nh PNG \u0111\u01B0\u1EE3c d\xE1n tr\u1EF1c ti\u1EBFp t\u1EEB clipboard. Th\xF4ng th\u01B0\u1EDDng d\xF9ng \u0111\u1EC3 d\xE1n \u1EA3nh ch\u1EE5p m\xE0n h\xECnh.",displayText:"Ch\u1EC9 h\xECnh \u1EA3nh \u0111\u01B0\u1EE3c d\xE1n"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"H\u1EE7y vi\u1EC7c thu th\u1EADp t\u1EC7p \u0111\xEDnh k\xE8m.",displayText:"H\u1EE7y"},copy:{description:"Sao ch\xE9p t\u1EC7p \u0111\xEDnh k\xE8m \u0111\u1EBFn v\u1ECB tr\xED m\u1EDBi.",displayText:"Sao ch\xE9p"},move:{description:"Di chuy\u1EC3n t\u1EC7p \u0111\xEDnh k\xE8m \u0111\u1EBFn v\u1ECB tr\xED m\u1EDBi.",displayText:"Di chuy\u1EC3n"},prompt:{description:"Nh\u1EAFc ng\u01B0\u1EDDi d\xF9ng ch\u1ECDn h\xE0nh \u0111\u1ED9ng.",displayText:"Nh\u1EAFc"},skip:{description:"B\u1ECF qua t\u1EC7p \u0111\xEDnh k\xE8m v\xE0 ti\u1EBFp t\u1EE5c \u0111\u1EBFn c\xE1i ti\u1EBFp theo.",displayText:"B\u1ECF qua"}},defaultImageSizeDimension:{height:"\u0421hi\u1EC1u cao",width:"\u0421hi\u1EC1u r\u1ED9ng"},emptyFolderBehavior:{delete:{description:"S\u1EBD x\xF3a th\u01B0 m\u1EE5c t\u1EC7p \u0111\xEDnh k\xE8m tr\u1ED1ng.",displayText:"X\xF3a"},deleteWithEmptyParents:{description:"S\u1EBD x\xF3a th\u01B0 m\u1EE5c t\u1EC7p \u0111\xEDnh k\xE8m tr\u1ED1ng v\xE0 c\xE1c th\u01B0 m\u1EE5c cha tr\u1ED1ng c\u1EE7a n\xF3.",displayText:"X\xF3a v\u1EDBi th\u01B0 m\u1EE5c cha r\u1ED7ng"},keep:{description:"S\u1EBD gi\u1EEF nguy\xEAn th\u01B0 m\u1EE5c t\u1EC7p \u0111\xEDnh k\xE8m tr\u1ED1ng.",displayText:"Gi\u1EEF l\u1EA1i"}}},pluginSettingsManager:{customToken:{codeComment:`// C\xE1c token t\xF9y ch\u1EC9nh b\u1ECB ch\xFA th\xEDch v\xEC c\u1EA7n c\u1EADp nh\u1EADt theo \u0111\u1ECBnh d\u1EA1ng m\u1EDBi \u0111\u01B0\u1EE3c gi\u1EDBi thi\u1EC7u trong phi\xEAn b\u1EA3n plugin 9.0.0.
|
|
// Vui l\xF2ng tham kh\u1EA3o t\xE0i li\u1EC7u \u0111\u1EC3 bi\u1EBFt th\xEAm th\xF4ng tin.`,deprecated:{part1:"Trong phi\xEAn b\u1EA3n plugin 9.0.0, \u0111\u1ECBnh d\u1EA1ng \u0111\u0103ng k\xFD token t\xF9y ch\u1EC9nh \u0111\xE3 thay \u0111\u1ED5i. Vui l\xF2ng c\u1EADp nh\u1EADt c\xE1c token c\u1EE7a b\u1EA1n t\u01B0\u01A1ng \u1EE9ng. Tham kh\u1EA3o",part2:"t\xE0i li\u1EC7u",part3:"\u0111\u1EC3 bi\u1EBFt th\xEAm th\xF4ng tin"}},legacyRenameAttachmentsToLowerCase:{part1:"Trong phi\xEAn b\u1EA3n plugin 9.0.0, ",part2:"thi\u1EBFt l\u1EADp n\xE0y \u0111\xE3 b\u1ECB ng\u1EEBng h\u1ED7 tr\u1EE3. H\xE3y d\xF9ng ",part3:"\u0111\u1ECBnh d\u1EA1ng thay th\u1EBF. Xem ",part4:"t\xE0i li\u1EC7u ",part5:"\u0111\u1EC3 bi\u1EBFt th\xEAm th\xF4ng tin"},markdownUrlFormat:{deprecated:{part1:"B\u1EA1n \u0111\xE3 \u0111\u1EB7t m\u1ED9t gi\xE1 tr\u1ECB c\xF3 th\u1EC3 kh\xF4ng ch\xEDnh x\xE1c cho",part2:"\u0111\u1ECBnh d\u1EA1ng. Vui l\xF2ng tham kh\u1EA3o",part3:"t\xE0i li\u1EC7u",part4:"cho th\xF4ng tin th\xEAm",part5:"Tin nh\u1EAFn n\xE0y s\u1EBD kh\xF4ng c\xF2n \u0111\u01B0\u1EE3c hi\u1EC3n th\u1ECB."}},specialCharacters:{part1:"Trong phi\xEAn b\u1EA3n plugin 9.16.0,",part2:"gi\xE1 tr\u1ECB c\xE0i \u0111\u1EB7t m\u1EB7c \u0111\u1ECBnh \u0111\xE3 \u0111\u01B0\u1EE3c thay \u0111\u1ED5i. Gi\xE1 tr\u1ECB c\u1EE7a b\u1EA1n \u0111\xE3 \u0111\u01B0\u1EE3c c\u1EADp nh\u1EADt theo gi\xE1 tr\u1ECB m\u1EB7c \u0111\u1ECBnh m\u1EDBi."},validation:{defaultImageSizeMustBePercentageOrPixels:"K\xEDch th\u01B0\u1EDBc h\xECnh \u1EA3nh m\u1EB7c \u0111\u1ECBnh ph\u1EA3i \u0111\u01B0\u1EE3c t\xEDnh b\u1EB1ng pixel ho\u1EB7c ph\u1EA7n tr\u0103m",invalidCustomTokensCode:"M\xE3 token t\xF9y ch\u1EC9nh kh\xF4ng h\u1EE3p l\u1EC7",invalidRegularExpression:"Bi\u1EC3u th\u1EE9c ch\xEDnh quy kh\xF4ng h\u1EE3p l\u1EC7 {{regExp}}",specialCharactersMustNotContainSlash:"K\xFD t\u1EF1 \u0111\u1EB7c bi\u1EC7t kh\xF4ng \u0111\u01B0\u1EE3c ch\u1EE9a d\u1EA5u /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"Chu\u1ED7i thay th\u1EBF k\xFD t\u1EF1 \u0111\u1EB7c bi\u1EC7t kh\xF4ng \u0111\u01B0\u1EE3c ch\u1EE9a k\xFD t\u1EF1 t\xEAn t\u1EC7p ho\u1EB7c \u0111\u01B0\u1EDDng d\u1EABn kh\xF4ng h\u1EE3p l\u1EC7."}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"Khi \u0111\xEDnh k\xE8m t\u1EC7p:"},name:"Ch\u1EBF \u0111\u1ED9 \u0111\u1ED5i t\xEAn t\u1EC7p \u0111\xEDnh k\xE8m"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"Khi t\u1EC7p \u0111\xEDnh k\xE8m \u0111\u01B0\u1EE3c thu th\u1EADp \u0111\u01B0\u1EE3c s\u1EED d\u1EE5ng b\u1EDFi nhi\u1EC1u ghi ch\xFA:"},name:"Ch\u1EBF \u0111\u1ED9 thu th\u1EADp t\u1EC7p \u0111\xEDnh k\xE8m \u0111\u01B0\u1EE3c s\u1EED d\u1EE5ng b\u1EDFi nhi\u1EC1u ghi ch\xFA"},collectedAttachmentFileName:{description:{part1:"Xem c\xE1c",part2:"token c\xF3 th\u1EC3 s\u1EED d\u1EE5ng"},name:"T\xEAn t\u1EC7p \u0111\xEDnh k\xE8m \u0111\u01B0\u1EE3c thu th\u1EADp"},customTokens:{description:{part1:"C\xE1c token t\xF9y ch\u1EC9nh \u0111\u1EC3 s\u1EED d\u1EE5ng.",part2:"Xem",part3:"t\xE0i li\u1EC7u",part4:"\u0111\u1EC3 bi\u1EBFt th\xEAm th\xF4ng tin.",part5:"\u26A0\uFE0F Token t\xF9y ch\u1EC9nh c\xF3 th\u1EC3 ch\u1EE9a m\xE3 JavaScript t\xF9y \xFD. N\u1EBFu vi\u1EBFt sai, c\xF3 th\u1EC3 g\xE2y m\u1EA5t d\u1EEF li\u1EC7u. S\u1EED d\u1EE5ng c\u1EA9n th\u1EADn."},name:"Token t\xF9y ch\u1EC9nh"},defaultImageSize:{description:{part1:"K\xEDch th\u01B0\u1EDBc h\xECnh \u1EA3nh m\u1EB7c \u0111\u1ECBnh.",part2:"C\xF3 th\u1EC3 \u0111\u01B0\u1EE3c ch\u1EC9 \u0111\u1ECBnh b\u1EB1ng pixel",part3:"ho\u1EB7c ph\u1EA7n tr\u0103m k\xEDch th\u01B0\u1EDBc \u0111\u1EA7y \u0111\u1EE7 c\u1EE7a h\xECnh \u1EA3nh",part4:"B\u1ECF tr\u1ED1ng \u0111\u1EC3 s\u1EED d\u1EE5ng k\xEDch th\u01B0\u1EDBc g\u1ED1c c\u1EE7a h\xECnh \u1EA3nh."},name:"K\xEDch th\u01B0\u1EDBc h\xECnh \u1EA3nh m\u1EB7c \u0111\u1ECBnh"},duplicateNameSeparator:{description:{part1:"Khi b\u1EA1n d\xE1n/k\xE9o m\u1ED9t t\u1EC7p c\xF3 c\xF9ng t\xEAn v\u1EDBi t\u1EC7p \u0111\xE3 t\u1ED3n t\u1EA1i, b\u1ED9 ph\xE2n c\xE1ch n\xE0y s\u1EBD \u0111\u01B0\u1EE3c th\xEAm v\xE0o t\xEAn t\u1EC7p.",part2:"V\xED d\u1EE5, khi b\u1EA1n k\xE9o t\u1EC7p",part3:", n\xF3 s\u1EBD \u0111\u01B0\u1EE3c \u0111\u1ED5i t\xEAn th\xE0nh ",part4:", v.v., s\u1EED d\u1EE5ng t\xEAn \u0111\u1EA7u ti\xEAn c\xF3 s\u1EB5n."},name:"B\u1ED9 ph\xE2n c\xE1ch t\xEAn tr\xF9ng"},emptyFolderBehavior:{description:{part1:"Khi th\u01B0 m\u1EE5c t\u1EC7p \u0111\xEDnh k\xE8m tr\u1EDF n\xEAn tr\u1ED1ng:"},name:"H\xE0nh vi th\u01B0 m\u1EE5c t\u1EC7p \u0111\xEDnh k\xE8m tr\u1ED1ng"},excludePaths:{description:{part1:"Lo\u1EA1i tr\u1EEB ghi ch\xFA kh\u1ECFi c\xE1c \u0111\u01B0\u1EDDng d\u1EABn sau.",part2:"Nh\u1EADp m\u1ED7i \u0111\u01B0\u1EDDng d\u1EABn tr\xEAn m\u1ED9t d\xF2ng m\u1EDBi.",part3:"B\u1EA1n c\xF3 th\u1EC3 s\u1EED d\u1EE5ng chu\u1ED7i \u0111\u01B0\u1EDDng d\u1EABn ho\u1EB7c",part4:"N\u1EBFu c\xE0i \u0111\u1EB7t \u0111\u1EC3 tr\u1ED1ng, kh\xF4ng ghi ch\xFA n\xE0o b\u1ECB lo\u1EA1i tr\u1EEB."},name:"Lo\u1EA1i tr\u1EEB \u0111\u01B0\u1EDDng d\u1EABn"},excludePathsFromAttachmentCollecting:{description:{part1:"Lo\u1EA1i tr\u1EEB t\u1EC7p \u0111\xEDnh k\xE8m kh\u1ECFi c\xE1c \u0111\u01B0\u1EDDng d\u1EABn sau khi",part2:"l\u1EC7nh Thu th\u1EADp t\u1EC7p \u0111\xEDnh k\xE8m",part3:"\u0111\u01B0\u1EE3c th\u1EF1c thi.",part4:"Nh\u1EADp m\u1ED7i \u0111\u01B0\u1EDDng d\u1EABn tr\xEAn m\u1ED9t d\xF2ng m\u1EDBi.",part5:"B\u1EA1n c\xF3 th\u1EC3 s\u1EED d\u1EE5ng chu\u1ED7i \u0111\u01B0\u1EDDng d\u1EABn ho\u1EB7c",part6:"N\u1EBFu c\xE0i \u0111\u1EB7t \u0111\u1EC3 tr\u1ED1ng, kh\xF4ng \u0111\u01B0\u1EDDng d\u1EABn n\xE0o b\u1ECB lo\u1EA1i tr\u1EEB."},name:"Lo\u1EA1i tr\u1EEB \u0111\u01B0\u1EDDng d\u1EABn khi thu th\u1EADp t\u1EC7p \u0111\xEDnh k\xE8m"},generatedAttachmentFileName:{description:{part1:"Xem c\xE1c",part2:"token c\xF3 th\u1EC3 s\u1EED d\u1EE5ng"},name:"T\xEAn t\u1EC7p \u0111\xEDnh k\xE8m \u0111\u01B0\u1EE3c t\u1EA1o"},includePaths:{description:{part1:"Bao g\u1ED3m c\xE1c ghi ch\xFA t\u1EEB c\xE1c \u0111\u01B0\u1EDDng d\u1EABn sau.",part2:"Nh\u1EADp m\u1ED7i \u0111\u01B0\u1EDDng d\u1EABn tr\xEAn m\u1ED9t d\xF2ng m\u1EDBi.",part3:"B\u1EA1n c\xF3 th\u1EC3 s\u1EED d\u1EE5ng chu\u1ED7i \u0111\u01B0\u1EDDng d\u1EABn ho\u1EB7c",part4:"N\u1EBFu c\xE0i \u0111\u1EB7t \u0111\u1EC3 tr\u1ED1ng, t\u1EA5t c\u1EA3 ghi ch\xFA \u0111\u01B0\u1EE3c bao g\u1ED3m."},name:"Bao g\u1ED3m \u0111\u01B0\u1EDDng d\u1EABn"},jpegQuality:{description:"Ch\u1EA5t l\u01B0\u1EE3ng c\xE0ng th\u1EA5p, t\u1EF7 l\u1EC7 n\xE9n c\xE0ng cao.",name:"Ch\u1EA5t l\u01B0\u1EE3ng JPEG"},locationForNewAttachments:{description:{part1:"B\u1EAFt \u0111\u1EA7u v\u1EDBi",part2:"\u0111\u1EC3 s\u1EED d\u1EE5ng \u0111\u01B0\u1EDDng d\u1EABn t\u01B0\u01A1ng \u0111\u1ED1i.",part3:"Xem c\xE1c",part4:"token c\xF3 s\u1EB5n",part5:"C\xE1c th\u01B0 m\u1EE5c c\xF3 d\u1EA5u ch\u1EA5m nh\u01B0",part6:"kh\xF4ng \u0111\u01B0\u1EE3c khuy\u1EBFn ngh\u1ECB v\xEC Obsidian kh\xF4ng theo d\xF5i ch\xFAng. B\u1EA1n c\xF3 th\u1EC3 c\u1EA7n s\u1EED d\u1EE5ng",part7:"plugin \u0111\u1EC3 qu\u1EA3n l\xFD ch\xFAng."},name:"V\u1ECB tr\xED t\u1EC7p \u0111\xEDnh k\xE8m m\u1EDBi"},markdownUrlFormat:{description:{part1:"\u0110\u1ECBnh d\u1EA1ng URL \u0111\u01B0\u1EE3c ch\xE8n v\xE0o Markdown.",part2:"Xem c\xE1c",part3:"token c\xF3 s\u1EB5n",part4:"\u0110\u1EC3 tr\u1ED1ng \u0111\u1EC3 s\u1EED d\u1EE5ng \u0111\u1ECBnh d\u1EA1ng m\u1EB7c \u0111\u1ECBnh."},name:"\u0110\u1ECBnh d\u1EA1ng URL Markdown"},renameAttachmentsToLowerCase:"\u0110\u1ED5i t\xEAn t\u1EC7p \u0111\xEDnh k\xE8m th\xE0nh ch\u1EEF th\u01B0\u1EDDng",renamedAttachmentFileName:{description:{part1:"Xem c\xE1c",part2:"token c\xF3 th\u1EC3 s\u1EED d\u1EE5ng"},name:"T\xEAn t\u1EC7p \u0111\xEDnh k\xE8m \u0111\u01B0\u1EE3c \u0111\u1ED5i t\xEAn"},resetToSampleCustomTokens:{message:"B\u1EA1n c\xF3 ch\u1EAFc mu\u1ED1n \u0111\u1EB7t l\u1EA1i token t\xF9y ch\u1EC9nh v\u1EC1 token m\u1EABu? M\u1ECDi thay \u0111\u1ED5i s\u1EBD b\u1ECB m\u1EA5t.",title:"\u0110\u1EB7t l\u1EA1i token m\u1EABu"},shouldConvertPastedImagesToJpeg:{description:"C\xF3 n\xEAn chuy\u1EC3n \u0111\u1ED5i h\xECnh \u1EA3nh d\xE1n sang \u0111\u1ECBnh d\u1EA1ng JPEG kh\xF4ng. Ch\u1EC9 \xE1p d\u1EE5ng khi n\u1ED9i dung \u1EA3nh PNG \u0111\u01B0\u1EE3c d\xE1n tr\u1EF1c ti\u1EBFp t\u1EEB clipboard. Th\u01B0\u1EDDng d\xF9ng cho \u1EA3nh ch\u1EE5p m\xE0n h\xECnh.",name:"Chuy\u1EC3n h\xECnh \u1EA3nh d\xE1n sang JPEG"},shouldDeleteOrphanAttachments:{description:"N\u1EBFu b\u1EADt, khi x\xF3a ghi ch\xFA, c\xE1c t\u1EC7p \u0111\xEDnh k\xE8m m\u1ED3 c\xF4i c\u0169ng s\u1EBD b\u1ECB x\xF3a.",name:"X\xF3a t\u1EC7p \u0111\xEDnh k\xE8m m\u1ED3 c\xF4i"},shouldRenameAttachmentFiles:{description:{part1:"N\u1EBFu b\u1EADt, khi ghi ch\xFA \u0111\u01B0\u1EE3c \u0111\u1ED5i t\xEAn ho\u1EB7c di chuy\u1EC3n, c\xE1c t\u1EC7p \u0111\xEDnh k\xE8m s\u1EBD \u0111\u01B0\u1EE3c \u0111\u1ED5i t\xEAn theo",part2:"c\xE0i \u0111\u1EB7t."},name:"\u0110\u1ED5i t\xEAn t\u1EC7p \u0111\xEDnh k\xE8m"},shouldRenameAttachmentFolders:{description:"C\xF3 \u0111\u1ED5i t\xEAn c\xE1c th\u01B0 m\u1EE5c \u0111\xEDnh k\xE8m khi ghi ch\xFA \u0111\u01B0\u1EE3c \u0111\u1ED5i t\xEAn ho\u1EB7c di chuy\u1EC3n kh\xF4ng.",name:"\u0110\u1ED5i t\xEAn th\u01B0 m\u1EE5c \u0111\xEDnh k\xE8m"},shouldRenameAttachmentsCreatedByOtherPlugins:{description:{part1:"C\xF3 \xE1p d\u1EE5ng c\xE1c thi\u1EBFt l\u1EADp th\u01B0 m\u1EE5c \u0111\xEDnh k\xE8m v\xE0 t\xEAn t\u1EC7p cho nh\u1EEFng t\u1EC7p \u0111\xEDnh k\xE8m do plugin KH\xC1C t\u1EA1o hay kh\xF4ng.",part2:"M\u1ED9t s\u1ED1 plugin ghi th\u1EB3ng t\u1EC7p \u0111\xEDnh k\xE8m v\xE0o kho v\u1EDBi t\xEAn c\u1EE7a ri\xEAng ch\xFAng, m\xE0 kh\xF4ng h\u1ECFi Obsidian xem n\xF3 thu\u1ED9c v\u1EC1 \u0111\xE2u. Khi b\u1EADt t\xF9y ch\u1ECDn n\xE0y, t\u1EC7p nh\u01B0 v\u1EADy s\u1EBD \u0111\u01B0\u1EE3c di chuy\u1EC3n v\xE0 \u0111\u1ED5i t\xEAn ngay sau khi xu\u1EA5t hi\u1EC7n.",part3:"Ch\u1EC9 nh\u1EEFng t\u1EC7p \u0111\u01B0\u1EE3c t\u1EA1o khi \u0111ang m\u1EDF m\u1ED9t ghi ch\xFA m\u1EDBi b\u1ECB t\xE1c \u0111\u1ED9ng, kh\xF4ng bao gi\u1EDD \u0111\u1EE5ng \u0111\u1EBFn t\u1EC7p \u0111\u1EBFn t\u1EEB \u0111\u1ED3ng b\u1ED9 ho\u1EB7c nh\u1EADp kho."},name:"\u0110\u1ED5i t\xEAn t\u1EC7p \u0111\xEDnh k\xE8m do plugin kh\xE1c t\u1EA1o"},shouldRenameCollectedAttachments:{description:{part1:"N\u1EBFu b\u1EADt, c\xE1c t\u1EC7p \u0111\xEDnh k\xE8m \u0111\u01B0\u1EE3c x\u1EED l\xFD qua l\u1EC7nh",part2:"Thu th\u1EADp t\u1EC7p \u0111\xEDnh k\xE8m",part3:"s\u1EBD \u0111\u01B0\u1EE3c \u0111\u1ED5i t\xEAn theo",part4:"c\xE0i \u0111\u1EB7t."},name:"\u0110\u1ED5i t\xEAn t\u1EC7p \u0111\xEDnh k\xE8m \u0111\xE3 thu th\u1EADp"},specialCharacters:{description:{part1:"C\xE1c k\xFD t\u1EF1 \u0111\u1EB7c bi\u1EC7t trong t\xEAn th\u01B0 m\u1EE5c v\xE0 t\u1EC7p \u0111\xEDnh k\xE8m s\u1EBD \u0111\u01B0\u1EE3c thay th\u1EBF ho\u1EB7c lo\u1EA1i b\u1ECF.",part2:"\u0110\u1EC3 tr\u1ED1ng \u0111\u1EC3 gi\u1EEF nguy\xEAn c\xE1c k\xFD t\u1EF1 \u0111\u1EB7c bi\u1EC7t."},name:"K\xFD t\u1EF1 \u0111\u1EB7c bi\u1EC7t"},specialCharactersReplacement:{description:{part1:"Chu\u1ED7i thay th\u1EBF cho c\xE1c k\xFD t\u1EF1 \u0111\u1EB7c bi\u1EC7t trong t\xEAn th\u01B0 m\u1EE5c v\xE0 t\u1EC7p \u0111\xEDnh k\xE8m.",part2:"\u0110\u1EC3 tr\u1ED1ng \u0111\u1EC3 lo\u1EA1i b\u1ECF c\xE1c k\xFD t\u1EF1 \u0111\u1EB7c bi\u1EC7t."},name:"Thay th\u1EBF k\xFD t\u1EF1 \u0111\u1EB7c bi\u1EC7t"},timeoutInSeconds:{description:{part1:"Th\u1EDDi gian ch\u1EDD t\xEDnh b\u1EB1ng gi\xE2y cho t\u1EA5t c\u1EA3 c\xE1c thao t\xE1c.",part2:"N\u1EBFu",part3:"\u0111\u01B0\u1EE3c \u0111\u1EB7t, th\u1EDDi gian ch\u1EDD thao t\xE1c s\u1EBD b\u1ECB v\xF4 hi\u1EC7u h\xF3a."},name:"Th\u1EDDi gian ch\u1EDD (gi\xE2y)"},treatAsAttachmentExtensions:{description:{part1:"Xem c\xE1c t\u1EC7p c\xF3 ph\u1EA7n m\u1EDF r\u1ED9ng n\xE0y l\xE0 t\u1EC7p \u0111\xEDnh k\xE8m.",part2:"Theo m\u1EB7c \u0111\u1ECBnh",part3:"v\xE0",part4:"c\xE1c t\u1EC7p li\xEAn k\u1EBFt kh\xF4ng \u0111\u01B0\u1EE3c xem l\xE0 t\u1EC7p \u0111\xEDnh k\xE8m v\xE0 kh\xF4ng \u0111\u01B0\u1EE3c di chuy\u1EC3n c\xF9ng ghi ch\xFA.",part5:"B\u1EA1n c\xF3 th\u1EC3 th\xEAm c\xE1c ph\u1EA7n m\u1EDF r\u1ED9ng t\xF9y ch\u1EC9nh, v\xED d\u1EE5,",part6:", \u0111\u1EC3 ghi \u0111\xE8 h\xE0nh vi n\xE0y."},name:"X\u1EED l\xFD nh\u01B0 ph\u1EA7n m\u1EDF r\u1ED9ng t\u1EC7p \u0111\xEDnh k\xE8m"}},promptWithPreviewModal:{fileNameTitle:"\u0110\u1ED5i t\xEAn t\u1EC7p \u0111\xEDnh k\xE8m",folderTitle:"Ch\u1ECDn th\u01B0 m\u1EE5c \u0111\xEDnh k\xE8m",previewModal:{title:"Xem tr\u01B0\u1EDBc t\u1EC7p \u0111\xEDnh k\xE8m '{{fullFileName}}'"},title:"Cung c\u1EA5p gi\xE1 tr\u1ECB cho token nh\u1EAFc nh\u1EDF"},regularExpression:"/bi\u1EC3u th\u1EE9c ch\xEDnh quy/"};var HN={attachmentCollector:{confirm:{part1:"\u662F\u5426\u8981\u905E\u8FF4\u6536\u96C6\u8CC7\u6599\u593E\u4E2D\u6240\u6709\u7B46\u8A18\u7684\u9644\u4EF6\uFF1F",part2:"\u6B64\u64CD\u4F5C\u7121\u6CD5\u5FA9\u539F\u3002"},progressBar:{message:"\u6B63\u5728\u6536\u96C6\u9644\u4EF6 {{iterationString}} - '{{noteFilePath}}'.",title:"\u6B63\u5728\u6536\u96C6\u9644\u4EF6..."}},buttons:{copy:"\u8907\u88FD",move:"\u79FB\u52D5",previewAttachmentFile:"\u9810\u89BD\u9644\u4EF6\u6A94\u6848",skip:"\u8DF3\u904E"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"\u9644\u4EF6",part2:"\u88AB\u591A\u500B\u7B46\u8A18\u5F15\u7528\u3002"},heading:"\u6B63\u5728\u6536\u96C6\u88AB\u591A\u500B\u7B46\u8A18\u4F7F\u7528\u7684\u9644\u4EF6",shouldUseSameActionForOtherProblematicAttachmentsToggle:"\u61C9\u8A72\u5C0D\u5176\u4ED6\u6709\u554F\u984C\u7684\u9644\u4EF6\u4F7F\u7528\u76F8\u540C\u64CD\u4F5C"},commands:{collectAttachmentsCurrentFolder:"\u6536\u96C6\u7576\u524D\u8CC7\u6599\u593E\u4E2D\u7684\u9644\u4EF6",collectAttachmentsCurrentNote:"\u6536\u96C6\u7576\u524D\u7B46\u8A18\u4E2D\u7684\u9644\u4EF6",collectAttachmentsEntireVault:"\u6536\u96C6\u6574\u500B\u5EAB\u4E2D\u7684\u9644\u4EF6"},menuItems:{collectAttachmentsInFile:"\u5728\u6A94\u6848\u4E2D\u6536\u96C6\u9644\u4EF6",collectAttachmentsInFiles:"\u5728\u591A\u500B\u6A94\u6848\u4E2D\u6536\u96C6\u9644\u4EF6"},notice:{collectingAttachments:"\u6B63\u5728\u70BA '{{noteFilePath}}' \u6536\u96C6\u9644\u4EF6",collectingAttachmentsCancelled:"\u9644\u4EF6\u6536\u96C6\u5DF2\u53D6\u6D88\u3002\u8A73\u60C5\u8ACB\u67E5\u770B\u63A7\u5236\u53F0\u3002",generatedAttachmentFileNameIsInvalid:{part1:`\u751F\u6210\u7684\u9644\u4EF6\u6A94\u6848\u540D\u7A31 '{{path}}' \u7121\u6548\u3002
|
|
{{validationMessage}}
|
|
\u8ACB\u6AA2\u67E5\u60A8\u7684`,part2:"\u8A2D\u5B9A\u3002"},notePathIsIgnored:"\u7B46\u8A18\u8DEF\u5F91\u5DF2\u88AB\u5FFD\u7565"},obsidianDevUtils:{buttons:{cancel:"\u53D6\u6D88",ok:"\u78BA\u5B9A"},dataview:{itemsPerPage:"\u6BCF\u9801\u9805\u76EE\uFF1A",jumpToPage:"\u8DF3\u8F49\u5230\u9801\u9762\uFF1A"},notices:{attachmentIsStillUsed:"\u9644\u4EF6 {{attachmentPath}} \u4ECD\u88AB\u5176\u4ED6\u7B46\u8A18\u4F7F\u7528\u3002\u4E0D\u6703\u88AB\u522A\u9664\u3002",unhandledError:"\u767C\u751F\u672A\u8655\u7406\u7684\u932F\u8AA4\u3002\u8ACB\u67E5\u770B\u63A7\u5236\u53F0\u4EE5\u7372\u53D6\u66F4\u591A\u4FE1\u606F\u3002"}},pluginSettings:{attachmentRenameMode:{all:{description:"\u6240\u6709\u6A94\u6848\u90FD\u6703\u91CD\u65B0\u547D\u540D\u3002",displayText:"\u5168\u90E8"},none:{description:"\u4FDD\u7559\u5176\u540D\u7A31\u3002",displayText:"\u7121"},onlyPastedImages:{description:"\u50C5\u91CD\u65B0\u547D\u540D\u8CBC\u4E0A\u7684\u5716\u7247\u3002\u50C5\u9069\u7528\u65BC\u76F4\u63A5\u5F9E\u526A\u8CBC\u7C3F\u8CBC\u4E0A PNG \u5716\u7247\u5167\u5BB9\u6642\u3002\u901A\u5E38\u7528\u65BC\u8CBC\u4E0A\u622A\u5716\u3002",displayText:"\u50C5\u8CBC\u4E0A\u7684\u5716\u7247"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"\u53D6\u6D88\u9644\u4EF6\u6536\u96C6\u3002",displayText:"\u53D6\u6D88"},copy:{description:"\u5C07\u9644\u4EF6\u8907\u88FD\u5230\u65B0\u4F4D\u7F6E\u3002",displayText:"\u8907\u88FD"},move:{description:"\u5C07\u9644\u4EF6\u79FB\u52D5\u5230\u65B0\u4F4D\u7F6E\u3002",displayText:"\u79FB\u52D5"},prompt:{description:"\u63D0\u793A\u7528\u6236\u9078\u64C7\u64CD\u4F5C\u3002",displayText:"\u63D0\u793A"},skip:{description:"\u8DF3\u904E\u6B64\u9644\u4EF6\u4E26\u7E7C\u7E8C\u4E0B\u4E00\u500B\u3002",displayText:"\u8DF3\u904E"}},defaultImageSizeDimension:{height:"\u9AD8\u5EA6",width:"\u5BEC\u5EA6"},emptyFolderBehavior:{delete:{description:"\u5C07\u522A\u9664\u7A7A\u9644\u4EF6\u8CC7\u6599\u593E\u3002",displayText:"\u522A\u9664"},deleteWithEmptyParents:{description:"\u5C07\u9023\u540C\u7A7A\u7684\u7236\u8CC7\u6599\u593E\u4E00\u8D77\u522A\u9664\u7A7A\u9644\u4EF6\u8CC7\u6599\u593E\u3002",displayText:"\u9023\u540C\u7A7A\u7684\u7236\u8CC7\u6599\u593E\u4E00\u8D77\u522A\u9664"},keep:{description:"\u5C07\u4FDD\u7559\u7A7A\u9644\u4EF6\u8CC7\u6599\u593E\u3002",displayText:"\u4FDD\u7559"}}},pluginSettingsManager:{customToken:{codeComment:`// \u81EA\u8A02\u4EE4\u724C\u56E0\u9700\u66F4\u65B0\u70BA\u63D2\u4EF6 9.0.0 \u7248\u672C\u6240\u5F15\u5165\u7684\u65B0\u683C\u5F0F\u800C\u88AB\u8A3B\u89E3\u3002
|
|
// \u8A73\u60C5\u8ACB\u53C3\u8003\u5B98\u65B9\u6587\u4EF6\u3002`,deprecated:{part1:"\u5728\u63D2\u4EF6 9.0.0 \u7248\u672C\u4E2D\uFF0C\u81EA\u8A02\u4EE4\u724C\u7684\u8A3B\u518A\u683C\u5F0F\u5DF2\u8B8A\u66F4\u3002\u8ACB\u66F4\u65B0\u60A8\u7684\u4EE4\u724C\u3002\u53C3\u898B",part2:"\u5B98\u65B9\u6587\u4EF6",part3:"\u4EE5\u7372\u5F97\u66F4\u591A\u8CC7\u8A0A"}},legacyRenameAttachmentsToLowerCase:{part1:"\u5728\u63D2\u4EF6 9.0.0 \u7248\u672C\u4E2D\uFF0C\u6B64",part2:"\u8A2D\u5B9A\u5DF2\u88AB\u6DD8\u6C70\u3002\u8ACB\u6539\u7528",part3:"\u683C\u5F0F\u3002\u53C3\u898B",part4:"\u5B98\u65B9\u6587\u4EF6",part5:"\u7372\u53D6\u66F4\u591A\u8CC7\u8A0A"},markdownUrlFormat:{deprecated:{part1:"\u60A8\u70BA\u4EE5\u4E0B\u9805\u76EE\u8A2D\u5B9A\u4E86\u53EF\u80FD\u4E0D\u6B63\u78BA\u7684\u503C",part2:"\u683C\u5F0F\u3002\u8ACB\u53C3\u8003",part3:"\u5B98\u65B9\u6587\u4EF6",part4:"\u4E86\u89E3\u66F4\u591A\u4FE1\u606F",part5:"\u6B64\u8A0A\u606F\u5C07\u4E0D\u518D\u986F\u793A\u3002"}},specialCharacters:{part1:"\u5728\u63D2\u4EF6 9.16.0 \u7248\u672C\u4E2D\uFF0C",part2:"\u9810\u8A2D\u8A2D\u5B9A\u503C\u5DF2\u66F4\u6539\u3002\u60A8\u7684\u8A2D\u5B9A\u5DF2\u66F4\u65B0\u70BA\u65B0\u9810\u8A2D\u503C\u3002"},validation:{defaultImageSizeMustBePercentageOrPixels:"\u9810\u8A2D\u5716\u7247\u5927\u5C0F\u5FC5\u9808\u662F\u50CF\u7D20\u6216\u767E\u5206\u6BD4",invalidCustomTokensCode:"\u7121\u6548\u7684\u81EA\u8A02\u4EE4\u724C\u4EE3\u78BC",invalidRegularExpression:"\u7121\u6548\u7684\u6B63\u5247\u8868\u9054\u5F0F {{regExp}}",specialCharactersMustNotContainSlash:"\u7279\u6B8A\u5B57\u5143\u4E0D\u5F97\u5305\u542B /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"\u7279\u6B8A\u5B57\u5143\u7684\u66FF\u63DB\u4E0D\u5F97\u5305\u542B\u7121\u6548\u7684\u6A94\u540D\u6216\u8DEF\u5F91\u5B57\u5143\u3002"}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"\u9644\u52A0\u6A94\u6848\u6642\uFF1A"},name:"\u9644\u4EF6\u91CD\u65B0\u547D\u540D\u6A21\u5F0F"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"\u7576\u6536\u96C6\u7684\u9644\u4EF6\u88AB\u591A\u500B\u7B46\u8A18\u4F7F\u7528\u6642\uFF1A"},name:"\u591A\u7B46\u8A18\u5171\u7528\u9644\u4EF6\u6536\u96C6\u6A21\u5F0F"},collectedAttachmentFileName:{description:{part1:"\u53C3\u898B\u53EF\u7528",part2:"\u4EE4\u724C"},name:"\u6536\u96C6\u7684\u9644\u4EF6\u6A94\u6848\u540D\u7A31"},customTokens:{description:{part1:"\u81EA\u8A02\u4EE4\u724C\u7528\u65BC\u3002",part2:"\u8A73\u898B",part3:"\u5B98\u65B9\u6587\u4EF6",part4:"\u4EE5\u7372\u53D6\u66F4\u591A\u8CC7\u8A0A\u3002",part5:"\u26A0\uFE0F \u81EA\u8A02\u4EE4\u724C\u53EF\u5305\u542B\u4EFB\u610F JavaScript \u4EE3\u78BC\uFF0C\u82E5\u64B0\u5BEB\u4E0D\u7576\u53EF\u80FD\u5C0E\u81F4\u8CC7\u6599\u907A\u5931\uFF0C\u8ACB\u81EA\u884C\u659F\u914C\u4F7F\u7528\u3002"},name:"\u81EA\u8A02\u4EE4\u724C"},defaultImageSize:{description:{part1:"\u9810\u8A2D\u5716\u7247\u5927\u5C0F\u3002",part2:"\u53EF\u4EE5\u6307\u5B9A\u70BA\u50CF\u7D20",part3:"\u6216\u662F\u5716\u7247\u5B8C\u6574\u5927\u5C0F\u7684\u767E\u5206\u6BD4",part4:"\u7559\u7A7A\u4EE5\u4F7F\u7528\u539F\u59CB\u5716\u7247\u5927\u5C0F\u3002"},name:"\u9810\u8A2D\u5716\u7247\u5927\u5C0F"},duplicateNameSeparator:{description:{part1:"\u7576\u60A8\u8CBC\u4E0A\u6216\u62D6\u66F3\u4E00\u500B\u8207\u5DF2\u6709\u6A94\u6848\u540C\u540D\u7684\u6A94\u6848\u6642\uFF0C\u6B64\u5206\u9694\u7B26\u6703\u52A0\u5728\u6A94\u540D\u5F8C\u3002",part2:"\u4F8B\u5982\uFF0C\u7576\u62D6\u66F3\u6A94\u6848",part3:"\u6642\uFF0C\u6703\u88AB\u91CD\u65B0\u547D\u540D\u70BA",part4:"\u4F9D\u6B64\u985E\u63A8\u76F4\u5230\u627E\u5230\u53EF\u7528\u540D\u7A31\u3002"},name:"\u91CD\u8907\u540D\u7A31\u5206\u9694\u7B26"},emptyFolderBehavior:{description:{part1:"\u7576\u9644\u4EF6\u8CC7\u6599\u593E\u8B8A\u7A7A\u6642\uFF1A"},name:"\u7A7A\u9644\u4EF6\u8CC7\u6599\u593E\u884C\u70BA"},excludePaths:{description:{part1:"\u6392\u9664\u4E0B\u5217\u8DEF\u5F91\u5167\u7684\u7B46\u8A18\u3002",part2:"\u6BCF\u689D\u8DEF\u5F91\u8ACB\u53E6\u8D77\u4E00\u884C\u3002",part3:"\u60A8\u53EF\u4F7F\u7528\u8DEF\u5F91\u5B57\u4E32\u6216",part4:"\u82E5\u8A2D\u5B9A\u70BA\u7A7A\uFF0C\u5247\u4E0D\u6392\u9664\u4EFB\u4F55\u7B46\u8A18\u3002"},name:"\u6392\u9664\u8DEF\u5F91"},excludePathsFromAttachmentCollecting:{description:{part1:"\u57F7\u884C",part2:"\u6536\u96C6\u9644\u4EF6",part3:"\u6307\u4EE4\u6642\u6392\u9664\u4E0B\u5217\u8DEF\u5F91\u4E2D\u7684\u9644\u4EF6\u3002",part4:"\u6BCF\u689D\u8DEF\u5F91\u8ACB\u53E6\u8D77\u4E00\u884C\u3002",part5:"\u60A8\u53EF\u4F7F\u7528\u8DEF\u5F91\u5B57\u4E32\u6216",part6:"\u82E5\u8A2D\u5B9A\u70BA\u7A7A\uFF0C\u6536\u96C6\u9644\u4EF6\u6642\u4E0D\u6392\u9664\u4EFB\u4F55\u8DEF\u5F91\u3002"},name:"\u6536\u96C6\u9644\u4EF6\u6392\u9664\u8DEF\u5F91"},generatedAttachmentFileName:{description:{part1:"\u53C3\u898B\u53EF\u7528",part2:"\u4EE4\u724C"},name:"\u7522\u751F\u7684\u9644\u4EF6\u6A94\u6848\u540D\u7A31"},includePaths:{description:{part1:"\u5305\u542B\u4E0B\u5217\u8DEF\u5F91\u4E2D\u7684\u7B46\u8A18\u3002",part2:"\u6BCF\u689D\u8DEF\u5F91\u8ACB\u53E6\u8D77\u4E00\u884C\u3002",part3:"\u60A8\u53EF\u4F7F\u7528\u8DEF\u5F91\u5B57\u4E32\u6216",part4:"\u82E5\u8A2D\u5B9A\u70BA\u7A7A\uFF0C\u5247\u5305\u542B\u6240\u6709\u7B46\u8A18\u3002"},name:"\u5305\u542B\u8DEF\u5F91"},jpegQuality:{description:"\u54C1\u8CEA\u8D8A\u4F4E\uFF0C\u58D3\u7E2E\u6BD4\u8D8A\u9AD8\u3002",name:"JPEG \u54C1\u8CEA"},locationForNewAttachments:{description:{part1:"\u4EE5",part2:"\u958B\u982D\u4F7F\u7528\u76F8\u5C0D\u8DEF\u5F91\u3002",part3:"\u53C3\u898B\u53EF\u7528",part4:"\u4EE4\u724C",part5:"\u985E\u4F3C\u4EE5\u9EDE\u958B\u982D\u7684\u8CC7\u6599\u593E",part6:"\u4E0D\u5EFA\u8B70\u4F7F\u7528\uFF0C\u56E0 Obsidian \u7121\u6CD5\u8FFD\u8E64\u3002\u60A8\u53EF\u80FD\u9700\u8981\u4F7F\u7528",part7:"\u63D2\u4EF6\u7BA1\u7406\u3002"},name:"\u65B0\u9644\u4EF6\u4F4D\u7F6E"},markdownUrlFormat:{description:{part1:"\u5C07\u63D2\u5165 Markdown \u7684 URL \u683C\u5F0F\u3002",part2:"\u53C3\u898B\u53EF\u7528",part3:"\u4EE4\u724C",part4:"\u7559\u7A7A\u4F7F\u7528\u9810\u8A2D\u683C\u5F0F\u3002"},name:"Markdown URL \u683C\u5F0F"},renameAttachmentsToLowerCase:"\u5C07\u9644\u4EF6\u540D\u7A31\u6539\u6210\u5C0F\u5BEB",renamedAttachmentFileName:{description:{part1:"\u53C3\u898B\u53EF\u7528",part2:"\u4EE4\u724C"},name:"\u91CD\u65B0\u547D\u540D\u7684\u9644\u4EF6\u6A94\u6848\u540D\u7A31"},resetToSampleCustomTokens:{message:"\u60A8\u78BA\u5B9A\u8981\u91CD\u8A2D\u81EA\u8A02\u4EE4\u724C\u70BA\u7BC4\u4F8B\u4EE4\u724C\u55CE\uFF1F\u60A8\u7684\u66F4\u6539\u5C07\u6703\u907A\u5931\u3002",title:"\u91CD\u8A2D\u70BA\u7BC4\u4F8B\u4EE4\u724C"},shouldConvertPastedImagesToJpeg:{description:"\u662F\u5426\u8F49\u63DB\u8CBC\u4E0A\u7684\u5716\u7247\u70BA JPEG\u3002\u50C5\u5728 PNG \u5716\u7247\u5167\u5BB9\u76F4\u63A5\u5F9E\u526A\u8CBC\u7C3F\u8CBC\u4E0A\u6642\u9069\u7528\u3002\u901A\u5E38\u7528\u65BC\u8CBC\u4E0A\u622A\u5716\u3002",name:"\u662F\u5426\u8F49\u63DB\u8CBC\u4E0A\u7684\u5716\u7247\u70BA JPEG"},shouldDeleteOrphanAttachments:{description:"\u555F\u7528\u6642\uFF0C\u522A\u9664\u7B46\u8A18\u6642\u5C07\u540C\u6642\u522A\u9664\u5176\u5B64\u7ACB\u9644\u4EF6\u3002",name:"\u522A\u9664\u5B64\u7ACB\u9644\u4EF6"},shouldRenameAttachmentFiles:{description:{part1:"\u5982\u679C\u555F\u7528\uFF0C\u7576\u7B46\u8A18\u88AB\u91CD\u65B0\u547D\u540D\u6216\u79FB\u52D5\u6642\uFF0C\u5176\u9644\u4EF6\u5C07\u6839\u64DA",part2:"\u8A2D\u5B9A\u9032\u884C\u91CD\u65B0\u547D\u540D\u3002"},name:"\u91CD\u65B0\u547D\u540D\u9644\u4EF6\u6A94\u6848"},shouldRenameAttachmentFolders:{description:"\u7B46\u8A18\u88AB\u91CD\u65B0\u547D\u540D\u6216\u79FB\u52D5\u6642\uFF0C\u662F\u5426\u91CD\u65B0\u547D\u540D\u9644\u4EF6\u8CC7\u6599\u593E\u3002",name:"\u91CD\u65B0\u547D\u540D\u9644\u4EF6\u8CC7\u6599\u593E"},shouldRenameAttachmentsCreatedByOtherPlugins:{description:{part1:"\u662F\u5426\u5C07\u9644\u4EF6\u8CC7\u6599\u593E\u8207\u6A94\u6848\u540D\u7A31\u8A2D\u5B9A\u5957\u7528\u81F3\u5176\u4ED6\u5916\u639B\u5EFA\u7ACB\u7684\u9644\u4EF6\u3002",part2:"\u6709\u4E9B\u5916\u639B\u4E0D\u8A62\u554F Obsidian \u9644\u4EF6\u8A72\u653E\u5728\u54EA\u88E1\uFF0C\u9015\u81EA\u4EE5\u81EA\u5DF1\u7684\u547D\u540D\u628A\u9644\u4EF6\u5BEB\u5165\u5132\u5B58\u5EAB\u3002\u555F\u7528\u6B64\u9805\u5F8C\uFF0C\u9019\u985E\u6A94\u6848\u4E00\u51FA\u73FE\u5C31\u6703\u88AB\u79FB\u52D5\u4E26\u91CD\u65B0\u547D\u540D\u3002",part3:"\u50C5\u8655\u7406\u5728\u7B46\u8A18\u958B\u555F\u6642\u5EFA\u7ACB\u7684\u6A94\u6848\uFF0C\u7D55\u4E0D\u78B0\u89F8\u4F86\u81EA\u540C\u6B65\u6216\u5132\u5B58\u5EAB\u532F\u5165\u7684\u6A94\u6848\u3002"},name:"\u91CD\u65B0\u547D\u540D\u5176\u4ED6\u5916\u639B\u5EFA\u7ACB\u7684\u9644\u4EF6"},shouldRenameCollectedAttachments:{description:{part1:"\u555F\u7528\u6642\uFF0C\u901A\u904E",part2:"\u6536\u96C6\u9644\u4EF6",part3:"\u6307\u4EE4\u8655\u7406\u7684\u9644\u4EF6\u5C07\u6839\u64DA",part4:"\u8A2D\u5B9A\u91CD\u65B0\u547D\u540D\u3002"},name:"\u91CD\u65B0\u547D\u540D\u6536\u96C6\u7684\u9644\u4EF6"},specialCharacters:{description:{part1:"\u9644\u4EF6\u8CC7\u6599\u593E\u548C\u6A94\u6848\u540D\u7A31\u4E2D\u7684\u7279\u6B8A\u5B57\u5143\u5C07\u88AB\u66FF\u63DB\u6216\u79FB\u9664\u3002",part2:"\u7559\u7A7A\u4EE5\u4FDD\u7559\u7279\u6B8A\u5B57\u5143\u3002"},name:"\u7279\u6B8A\u5B57\u5143"},specialCharactersReplacement:{description:{part1:"\u9644\u4EF6\u8CC7\u6599\u593E\u548C\u6A94\u6848\u540D\u7A31\u7279\u6B8A\u5B57\u5143\u7684\u66FF\u63DB\u5B57\u4E32\u3002",part2:"\u7559\u7A7A\u4EE5\u522A\u9664\u7279\u6B8A\u5B57\u5143\u3002"},name:"\u7279\u6B8A\u5B57\u5143\u66FF\u63DB"},timeoutInSeconds:{description:{part1:"\u6240\u6709\u64CD\u4F5C\u7684\u903E\u6642\u79D2\u6578\u3002",part2:"\u82E5\u8A2D\u5B9A\uFF0C\u5C07\u505C\u7528\u64CD\u4F5C\u903E\u6642\u3002",part3:""},name:"\u903E\u6642\u79D2\u6578"},treatAsAttachmentExtensions:{description:{part1:"\u5C07\u5177\u6709\u9019\u4E9B\u64F4\u5C55\u540D\u7684\u6A94\u6848\u8996\u70BA\u9644\u4EF6\u3002",part2:"\u9810\u8A2D\u60C5\u6CC1\u4E0B",part3:"\u8207",part4:"\u9023\u7D50\u7684\u6A94\u6848\u4E0D\u8996\u70BA\u9644\u4EF6\uFF0C\u4E14\u4E0D\u6703\u8207\u7B46\u8A18\u4E00\u8D77\u79FB\u52D5\u3002",part5:"\u60A8\u53EF\u4EE5\u6DFB\u52A0\u81EA\u8A02\u64F4\u5C55\u540D\uFF0C\u4F8B\u5982",part6:"\u4F86\u8986\u5BEB\u6B64\u884C\u70BA\u3002"},name:"\u8996\u70BA\u9644\u4EF6\u64F4\u5C55\u540D"}},promptWithPreviewModal:{fileNameTitle:"\u91CD\u65B0\u547D\u540D\u9644\u4EF6\u6A94\u6848",folderTitle:"\u9078\u64C7\u9644\u4EF6\u8CC7\u6599\u593E",previewModal:{title:"\u9810\u89BD\u9644\u4EF6\u6A94\u6848 '{{fullFileName}}'"},title:"\u63D0\u4F9B\u63D0\u793A\u4EE4\u724C\u7684\u503C"},regularExpression:"/\u6B63\u5247\u8868\u9054\u5F0F/"};var qN={attachmentCollector:{confirm:{part1:"\u662F\u5426\u8981\u9012\u5F52\u6536\u96C6\u6587\u4EF6\u5939\u4E2D\u6240\u6709\u7B14\u8BB0\u7684\u9644\u4EF6\uFF1F",part2:"\u6B64\u64CD\u4F5C\u65E0\u6CD5\u64A4\u9500\u3002"},progressBar:{message:"\u6B63\u5728\u6536\u96C6\u9644\u4EF6 {{iterationString}} - '{{noteFilePath}}'\u3002",title:"\u6B63\u5728\u6536\u96C6\u9644\u4EF6..."}},buttons:{copy:"\u590D\u5236",move:"\u79FB\u52A8",previewAttachmentFile:"\u9884\u89C8\u9644\u4EF6\u6587\u4EF6",skip:"\u8DF3\u8FC7"},collectAttachmentUsedByMultipleNotesModal:{content:{part1:"\u9644\u4EF6",part2:"\u88AB\u591A\u4E2A\u7B14\u8BB0\u5F15\u7528\u3002"},heading:"\u6B63\u5728\u6536\u96C6\u88AB\u591A\u4E2A\u7B14\u8BB0\u4F7F\u7528\u7684\u9644\u4EF6",shouldUseSameActionForOtherProblematicAttachmentsToggle:"\u662F\u5426\u5BF9\u5176\u4ED6\u6709\u95EE\u9898\u7684\u9644\u4EF6\u4F7F\u7528\u76F8\u540C\u64CD\u4F5C"},commands:{collectAttachmentsCurrentFolder:"\u6536\u96C6\u5F53\u524D\u6587\u4EF6\u5939\u4E2D\u7684\u9644\u4EF6",collectAttachmentsCurrentNote:"\u6536\u96C6\u5F53\u524D\u7B14\u8BB0\u4E2D\u7684\u9644\u4EF6",collectAttachmentsEntireVault:"\u6536\u96C6\u6574\u4E2A\u5E93\u4E2D\u7684\u9644\u4EF6"},menuItems:{collectAttachmentsInFile:"\u5728\u6587\u4EF6\u4E2D\u6536\u96C6\u9644\u4EF6",collectAttachmentsInFiles:"\u5728\u591A\u4E2A\u6587\u4EF6\u4E2D\u6536\u96C6\u9644\u4EF6"},notice:{collectingAttachments:"\u6B63\u5728\u4E3A '{{noteFilePath}}' \u6536\u96C6\u9644\u4EF6",collectingAttachmentsCancelled:"\u9644\u4EF6\u6536\u96C6\u5DF2\u53D6\u6D88\u3002\u8BE6\u60C5\u8BF7\u67E5\u770B\u63A7\u5236\u53F0\u3002",generatedAttachmentFileNameIsInvalid:{part1:`\u751F\u6210\u7684\u9644\u4EF6\u6587\u4EF6\u540D '{{path}}' \u65E0\u6548\u3002
|
|
{{validationMessage}}
|
|
\u8BF7\u68C0\u67E5`,part2:"\u8BBE\u7F6E\u3002"},notePathIsIgnored:"\u7B14\u8BB0\u8DEF\u5F84\u5DF2\u88AB\u5FFD\u7565"},obsidianDevUtils:{buttons:{cancel:"\u53D6\u6D88",ok:"\u786E\u5B9A"},dataview:{itemsPerPage:"\u6BCF\u9875\u9879\u6570:",jumpToPage:"\u8DF3\u8F6C\u81F3\u9875\u6570:"},notices:{attachmentIsStillUsed:"\u9644\u4EF6 {{attachmentPath}} \u4ECD\u7136\u88AB\u5176\u4ED6\u7B14\u8BB0\u4F7F\u7528\u3002\u5B83\u4E0D\u4F1A\u88AB\u5220\u9664\u3002",unhandledError:"\u672A\u5904\u7406\u7684\u9519\u8BEF\u53D1\u751F\u3002\u8BF7\u68C0\u67E5\u63A7\u5236\u53F0\u4EE5\u83B7\u53D6\u66F4\u591A\u4FE1\u606F\u3002"}},pluginSettings:{attachmentRenameMode:{all:{description:"\u6240\u6709\u6587\u4EF6\u90FD\u4F1A\u88AB\u91CD\u547D\u540D\u3002",displayText:"\u5168\u90E8"},none:{description:"\u6587\u4EF6\u540D\u4FDD\u6301\u4E0D\u53D8\u3002",displayText:"\u65E0"},onlyPastedImages:{description:"\u4EC5\u5BF9\u7C98\u8D34\u7684\u56FE\u7247\u8FDB\u884C\u91CD\u547D\u540D\u3002\u4EC5\u5F53 PNG \u56FE\u50CF\u5185\u5BB9\u76F4\u63A5\u4ECE\u526A\u8D34\u677F\u7C98\u8D34\u65F6\u9002\u7528\u3002\u901A\u5E38\u7528\u4E8E\u7C98\u8D34\u5C4F\u5E55\u622A\u56FE\u3002",displayText:"\u4EC5\u7C98\u8D34\u7684\u56FE\u7247"}},collectAttachmentUsedByMultipleNotesMode:{cancel:{description:"\u53D6\u6D88\u9644\u4EF6\u6536\u96C6\u3002",displayText:"\u53D6\u6D88"},copy:{description:"\u5C06\u9644\u4EF6\u590D\u5236\u5230\u65B0\u4F4D\u7F6E\u3002",displayText:"\u590D\u5236"},move:{description:"\u5C06\u9644\u4EF6\u79FB\u52A8\u5230\u65B0\u4F4D\u7F6E\u3002",displayText:"\u79FB\u52A8"},prompt:{description:"\u63D0\u793A\u7528\u6237\u9009\u62E9\u64CD\u4F5C\u3002",displayText:"\u63D0\u793A"},skip:{description:"\u8DF3\u8FC7\u9644\u4EF6\u5E76\u7EE7\u7EED\u4E0B\u4E00\u4E2A\u3002",displayText:"\u8DF3\u8FC7"}},defaultImageSizeDimension:{height:"\u9AD8\u5EA6",width:"\u5BBD\u5EA6"},emptyFolderBehavior:{delete:{description:"\u5C06\u5220\u9664\u7A7A\u7684\u9644\u4EF6\u6587\u4EF6\u5939\u3002",displayText:"\u5220\u9664"},deleteWithEmptyParents:{description:"\u5C06\u5220\u9664\u7A7A\u7684\u9644\u4EF6\u6587\u4EF6\u5939\u53CA\u5176\u7A7A\u7684\u7236\u6587\u4EF6\u5939\u3002",displayText:"\u5220\u9664\u5E76\u5220\u9664\u7A7A\u7236\u6587\u4EF6\u5939"},keep:{description:"\u5C06\u4FDD\u7559\u7A7A\u7684\u9644\u4EF6\u6587\u4EF6\u5939\u3002",displayText:"\u4FDD\u7559"}}},pluginSettingsManager:{customToken:{codeComment:`// \u81EA\u5B9A\u4E49\u4EE4\u724C\u5DF2\u88AB\u6CE8\u91CA\u6389\uFF0C\u56E0\u4E3A\u5B83\u4EEC\u9700\u8981\u66F4\u65B0\u4E3A\u63D2\u4EF6 9.0.0 \u7248\u672C\u5F15\u5165\u7684\u65B0\u683C\u5F0F\u3002
|
|
// \u66F4\u591A\u4FE1\u606F\u8BF7\u53C2\u8003\u6587\u6863 (https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens)\u3002`,deprecated:{part1:"\u5728\u63D2\u4EF6 9.0.0 \u7248\u672C\u4E2D\uFF0C\u81EA\u5B9A\u4E49\u4EE4\u724C\u6CE8\u518C\u683C\u5F0F\u5DF2\u66F4\u6539\u3002\u8BF7\u76F8\u5E94\u66F4\u65B0\u4F60\u7684\u4EE4\u724C\u3002\u53C2\u8003",part2:"\u6587\u6863",part3:"\u4E86\u89E3\u66F4\u591A\u4FE1\u606F"}},legacyRenameAttachmentsToLowerCase:{part1:"\u5728\u63D2\u4EF6 9.0.0 \u7248\u672C\u4E2D\uFF0C",part2:"\u8BBE\u7F6E\u5DF2\u5F03\u7528\u3002\u8BF7\u4F7F\u7528",part3:"\u683C\u5F0F\u4EE3\u66FF\u3002\u53C2\u89C1",part4:"\u6587\u6863",part5:"\u4E86\u89E3\u66F4\u591A\u4FE1\u606F"},markdownUrlFormat:{deprecated:{part1:"\u4F60\u53EF\u80FD\u4E3A",part2:"\u683C\u5F0F\u8BBE\u7F6E\u4E86\u9519\u8BEF\u7684\u503C\u3002\u8BF7\u53C2\u8003",part3:"\u6587\u6863",part4:"\u4E86\u89E3\u66F4\u591A\u4FE1\u606F",part5:"\u6B64\u6D88\u606F\u4E0D\u4F1A\u518D\u6B21\u663E\u793A\u3002"}},specialCharacters:{part1:"\u5728\u63D2\u4EF6\u7248\u672C 9.16.0 \u4E2D\uFF0C",part2:"\u9ED8\u8BA4\u8BBE\u7F6E\u503C\u5DF2\u66F4\u6539\u3002\u60A8\u7684\u8BBE\u7F6E\u503C\u5DF2\u66F4\u65B0\u4E3A\u65B0\u7684\u9ED8\u8BA4\u503C\u3002"},validation:{defaultImageSizeMustBePercentageOrPixels:"\u9ED8\u8BA4\u56FE\u50CF\u5927\u5C0F\u5FC5\u987B\u4E3A\u50CF\u7D20\u6216\u767E\u5206\u6BD4",invalidCustomTokensCode:"\u65E0\u6548\u7684\u81EA\u5B9A\u4E49\u4EE4\u724C\u4EE3\u7801",invalidRegularExpression:"\u65E0\u6548\u7684\u6B63\u5219\u8868\u8FBE\u5F0F {{regExp}}",specialCharactersMustNotContainSlash:"\u7279\u6B8A\u5B57\u7B26\u4E0D\u80FD\u5305\u542B /",specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters:"\u7279\u6B8A\u5B57\u7B26\u66FF\u6362\u4E0D\u80FD\u5305\u542B\u65E0\u6548\u7684\u6587\u4EF6\u540D\u8DEF\u5F84\u5B57\u7B26\u3002"}},pluginSettingsTab:{attachmentRenameMode:{description:{part1:"\u5F53\u9644\u52A0\u6587\u4EF6\u65F6\uFF1A"},name:"\u9644\u4EF6\u91CD\u547D\u540D\u6A21\u5F0F"},collectAttachmentUsedByMultipleNotesMode:{description:{part1:"\u5F53\u6536\u96C6\u7684\u9644\u4EF6\u88AB\u591A\u4E2A\u7B14\u8BB0\u4F7F\u7528\u65F6\uFF1A"},name:"\u6536\u96C6\u88AB\u591A\u4E2A\u7B14\u8BB0\u4F7F\u7528\u7684\u9644\u4EF6\u6A21\u5F0F"},collectedAttachmentFileName:{description:{part1:"\u67E5\u770B\u53EF\u7528",part2:"\u4EE4\u724C"},name:"\u6536\u96C6\u7684\u9644\u4EF6\u6587\u4EF6\u540D"},customTokens:{description:{part1:"\u8981\u4F7F\u7528\u7684\u81EA\u5B9A\u4E49\u4EE4\u724C\u3002",part2:"\u53C2\u89C1",part3:"\u6587\u6863",part4:"\u4E86\u89E3\u66F4\u591A\u4FE1\u606F\u3002",part5:"\u26A0\uFE0F \u81EA\u5B9A\u4E49\u4EE4\u724C\u53EF\u4EE5\u662F\u4EFB\u610F JavaScript \u4EE3\u7801\u3002\u5982\u679C\u7F16\u5199\u4E0D\u5F53\uFF0C\u53EF\u80FD\u4F1A\u5BFC\u81F4\u6570\u636E\u4E22\u5931\u3002\u98CE\u9669\u81EA\u62C5\u3002"},name:"\u81EA\u5B9A\u4E49\u4EE4\u724C"},defaultImageSize:{description:{part1:"\u9ED8\u8BA4\u56FE\u50CF\u5927\u5C0F\u3002",part2:"\u53EF\u4EE5\u7528\u50CF\u7D20\u6307\u5B9A",part3:"\u6216\u8005\u662F\u56FE\u50CF\u5B8C\u6574\u5C3A\u5BF8\u7684\u767E\u5206\u6BD4",part4:"\u4FDD\u7559\u4E3A\u7A7A\u4EE5\u4F7F\u7528\u539F\u59CB\u56FE\u50CF\u5927\u5C0F\u3002"},name:"\u9ED8\u8BA4\u56FE\u50CF\u5927\u5C0F"},downloadNetworkImages:{description:"\u6536\u96C6\u9644\u4EF6\u65F6\uFF0C\u81EA\u52A8\u4E0B\u8F7D Markdown \u4E2D\u5F15\u7528\u7684\u7F51\u7EDC\u56FE\u7247\u5E76\u4FDD\u5B58\u5230\u672C\u5730\u3002",name:"\u4E0B\u8F7D\u7F51\u7EDC\u56FE\u7247"},duplicateNameSeparator:{description:{part1:"\u5F53\u4F60\u7C98\u8D34/\u62D6\u62FD\u4E00\u4E2A\u4E0E\u73B0\u6709\u6587\u4EF6\u540C\u540D\u7684\u6587\u4EF6\u65F6\uFF0C\u6B64\u5206\u9694\u7B26\u4F1A\u6DFB\u52A0\u5230\u6587\u4EF6\u540D\u4E2D\u3002",part2:"\u4F8B\u5982\uFF0C\u5F53\u4F60\u62D6\u62FD\u6587\u4EF6",part3:"\u65F6\uFF0C\u5B83\u4F1A\u88AB\u91CD\u547D\u540D\u4E3A",part4:"\uFF0C\u4F9D\u6B64\u7C7B\u63A8\uFF0C\u76F4\u5230\u83B7\u5F97\u7B2C\u4E00\u4E2A\u53EF\u7528\u540D\u79F0\u3002"},name:"\u91CD\u590D\u6587\u4EF6\u540D\u5206\u9694\u7B26"},emptyFolderBehavior:{description:{part1:"\u5F53\u9644\u4EF6\u6587\u4EF6\u5939\u53D8\u4E3A\u7A7A\u65F6\uFF1A"},name:"\u7A7A\u9644\u4EF6\u6587\u4EF6\u5939\u5904\u7406"},excludePaths:{description:{part1:"\u6392\u9664\u4EE5\u4E0B\u8DEF\u5F84\u4E2D\u7684\u7B14\u8BB0\u3002",part2:"\u6BCF\u884C\u8F93\u5165\u4E00\u4E2A\u8DEF\u5F84\u3002",part3:"\u4F60\u53EF\u4EE5\u4F7F\u7528\u8DEF\u5F84\u5B57\u7B26\u4E32\u6216",part4:"\u5982\u679C\u8BBE\u7F6E\u4E3A\u7A7A\uFF0C\u5219\u4E0D\u6392\u9664\u4EFB\u4F55\u7B14\u8BB0\u3002"},name:"\u6392\u9664\u8DEF\u5F84"},excludePathsFromAttachmentCollecting:{description:{part1:"\u5F53\u6267\u884C",part2:"\u6536\u96C6\u9644\u4EF6",part3:"\u547D\u4EE4\u65F6\uFF0C\u6392\u9664\u4EE5\u4E0B\u8DEF\u5F84\u4E2D\u7684\u9644\u4EF6\u3002",part4:"\u6BCF\u884C\u8F93\u5165\u4E00\u4E2A\u8DEF\u5F84\u3002",part5:"\u4F60\u53EF\u4EE5\u4F7F\u7528\u8DEF\u5F84\u5B57\u7B26\u4E32\u6216",part6:"\u5982\u679C\u8BBE\u7F6E\u4E3A\u7A7A\uFF0C\u5219\u4E0D\u4F1A\u6392\u9664\u4EFB\u4F55\u8DEF\u5F84\u3002"},name:"\u4ECE\u9644\u4EF6\u6536\u96C6\u4E2D\u6392\u9664\u8DEF\u5F84"},generatedAttachmentFileName:{description:{part1:"\u67E5\u770B\u53EF\u7528",part2:"\u4EE4\u724C"},name:"\u751F\u6210\u7684\u9644\u4EF6\u6587\u4EF6\u540D"},includePaths:{description:{part1:"\u5305\u542B\u4EE5\u4E0B\u8DEF\u5F84\u4E2D\u7684\u7B14\u8BB0\u3002",part2:"\u6BCF\u884C\u8F93\u5165\u4E00\u4E2A\u8DEF\u5F84\u3002",part3:"\u4F60\u53EF\u4EE5\u4F7F\u7528\u8DEF\u5F84\u5B57\u7B26\u4E32\u6216",part4:"\u5982\u679C\u8BBE\u7F6E\u4E3A\u7A7A\uFF0C\u5219\u5305\u542B\u6240\u6709\u7B14\u8BB0\u3002"},name:"\u5305\u542B\u8DEF\u5F84"},jpegQuality:{description:"\u8D28\u91CF\u8D8A\u4F4E\uFF0C\u538B\u7F29\u7387\u8D8A\u9AD8\u3002",name:"JPEG \u8D28\u91CF"},locationForNewAttachments:{description:{part1:"\u4EE5",part2:"\u5F00\u5934\u4F7F\u7528\u76F8\u5BF9\u8DEF\u5F84\u3002",part3:"\u67E5\u770B\u53EF\u7528",part4:"\u4EE4\u724C",part5:"\u50CF",part6:"\u8FD9\u6837\u7684\u70B9\u6587\u4EF6\u5939\u4E0D\u63A8\u8350\u4F7F\u7528\uFF0C\u56E0\u4E3A Obsidian \u4E0D\u4F1A\u8DDF\u8E2A\u5B83\u4EEC\u3002\u4F60\u53EF\u80FD\u9700\u8981\u4F7F\u7528",part7:"\u63D2\u4EF6\u6765\u7BA1\u7406\u5B83\u4EEC\u3002"},name:"\u65B0\u9644\u4EF6\u4F4D\u7F6E"},markdownUrlFormat:{description:{part1:"\u63D2\u5165\u5230 Markdown \u4E2D\u7684 URL \u683C\u5F0F\u3002",part2:"\u67E5\u770B\u53EF\u7528",part3:"\u4EE4\u724C",part4:"\u7559\u7A7A\u4EE5\u4F7F\u7528\u9ED8\u8BA4\u683C\u5F0F\u3002"},name:"Markdown URL \u683C\u5F0F"},networkImageDownloadTimeoutInSeconds:{description:"\u4E0B\u8F7D\u6BCF\u5F20\u7F51\u7EDC\u56FE\u7247\u7684\u8D85\u65F6\u65F6\u95F4\uFF08\u79D2\uFF09\u3002",name:"\u7F51\u7EDC\u56FE\u7247\u4E0B\u8F7D\u8D85\u65F6\u65F6\u95F4\uFF08\u79D2\uFF09"},renameAttachmentsToLowerCase:"\u5C06\u9644\u4EF6\u91CD\u547D\u540D\u4E3A\u5C0F\u5199",renamedAttachmentFileName:{description:{part1:"\u67E5\u770B\u53EF\u7528",part2:"\u4EE4\u724C"},name:"\u91CD\u547D\u540D\u7684\u9644\u4EF6\u6587\u4EF6\u540D"},resetToSampleCustomTokens:{message:"\u786E\u5B9A\u8981\u5C06\u81EA\u5B9A\u4E49\u4EE4\u724C\u91CD\u7F6E\u4E3A\u793A\u4F8B\u81EA\u5B9A\u4E49\u4EE4\u724C\u5417\uFF1F\u4F60\u7684\u66F4\u6539\u5C06\u4F1A\u4E22\u5931\u3002",title:"\u91CD\u7F6E\u4E3A\u793A\u4F8B\u81EA\u5B9A\u4E49\u4EE4\u724C"},shouldConvertPastedImagesToJpeg:{description:"\u662F\u5426\u5C06\u7C98\u8D34\u7684\u56FE\u7247\u8F6C\u6362\u4E3A JPEG\u3002\u4EC5\u5F53 PNG \u56FE\u50CF\u5185\u5BB9\u76F4\u63A5\u4ECE\u526A\u8D34\u677F\u7C98\u8D34\u65F6\u9002\u7528\u3002\u901A\u5E38\u7528\u4E8E\u7C98\u8D34\u5C4F\u5E55\u622A\u56FE\u3002",name:"\u662F\u5426\u5C06\u7C98\u8D34\u7684\u56FE\u7247\u8F6C\u6362\u4E3A JPEG"},shouldDeleteOrphanAttachments:{description:"\u5982\u679C\u542F\u7528\uFF0C\u5F53\u7B14\u8BB0\u88AB\u5220\u9664\u65F6\uFF0C\u5176\u5B64\u7ACB\u7684\u9644\u4EF6\u4E5F\u4F1A\u88AB\u5220\u9664\u3002",name:"\u662F\u5426\u5220\u9664\u5B64\u7ACB\u9644\u4EF6"},shouldRenameAttachmentFiles:{description:{part1:"\u5982\u679C\u542F\u7528\uFF0C\u5F53\u7B14\u8BB0\u88AB\u91CD\u547D\u540D\u6216\u79FB\u52A8\u65F6\uFF0C\u5176\u9644\u4EF6\u5C06\u6839\u636E",part2:"\u8BBE\u7F6E\u8FDB\u884C\u91CD\u547D\u540D\u3002"},name:"\u662F\u5426\u91CD\u547D\u540D\u9644\u4EF6\u6587\u4EF6"},shouldRenameAttachmentFolders:{description:"\u5F53\u7B14\u8BB0\u88AB\u91CD\u547D\u540D\u6216\u79FB\u52A8\u65F6\uFF0C\u662F\u5426\u91CD\u547D\u540D\u9644\u4EF6\u6587\u4EF6\u5939\u3002",name:"\u662F\u5426\u91CD\u547D\u540D\u9644\u4EF6\u6587\u4EF6\u5939"},shouldRenameAttachmentsCreatedByOtherPlugins:{description:{part1:"\u662F\u5426\u5C06\u9644\u4EF6\u6587\u4EF6\u5939\u548C\u6587\u4EF6\u540D\u8BBE\u7F6E\u5E94\u7528\u4E8E\u5176\u4ED6\u63D2\u4EF6\u521B\u5EFA\u7684\u9644\u4EF6\u3002",part2:"\u6709\u4E9B\u63D2\u4EF6\u4E0D\u8BE2\u95EE Obsidian \u9644\u4EF6\u5E94\u653E\u5728\u4F55\u5904\uFF0C\u76F4\u63A5\u4EE5\u81EA\u5DF1\u7684\u547D\u540D\u628A\u9644\u4EF6\u5199\u5165\u5E93\u4E2D\u3002\u542F\u7528\u6B64\u9879\u540E\uFF0C\u8FD9\u7C7B\u6587\u4EF6\u4E00\u51FA\u73B0\u5C31\u4F1A\u88AB\u79FB\u52A8\u5E76\u91CD\u547D\u540D\u3002",part3:"\u4EC5\u5904\u7406\u5728\u6253\u5F00\u7B14\u8BB0\u65F6\u521B\u5EFA\u7684\u6587\u4EF6\uFF0C\u7EDD\u4E0D\u89E6\u78B0\u6765\u81EA\u540C\u6B65\u6216\u5E93\u5BFC\u5165\u7684\u6587\u4EF6\u3002"},name:"\u91CD\u547D\u540D\u5176\u4ED6\u63D2\u4EF6\u521B\u5EFA\u7684\u9644\u4EF6"},shouldRenameCollectedAttachments:{description:{part1:"\u5982\u679C\u542F\u7528\uFF0C\u901A\u8FC7",part2:"\u6536\u96C6\u9644\u4EF6",part3:"\u547D\u4EE4\u5904\u7406\u7684\u9644\u4EF6\u5C06\u6839\u636E",part4:"\u8BBE\u7F6E\u91CD\u547D\u540D\u3002"},name:"\u662F\u5426\u91CD\u547D\u540D\u6536\u96C6\u7684\u9644\u4EF6"},specialCharacters:{description:{part1:"\u8981\u66FF\u6362\u6216\u5220\u9664\u7684\u9644\u4EF6\u6587\u4EF6\u5939\u548C\u6587\u4EF6\u540D\u4E2D\u7684\u7279\u6B8A\u5B57\u7B26\u3002",part2:"\u7559\u7A7A\u4EE5\u4FDD\u7559\u7279\u6B8A\u5B57\u7B26\u3002"},name:"\u7279\u6B8A\u5B57\u7B26"},specialCharactersReplacement:{description:{part1:"\u9644\u4EF6\u6587\u4EF6\u5939\u548C\u6587\u4EF6\u540D\u4E2D\u7528\u4E8E\u66FF\u6362\u7279\u6B8A\u5B57\u7B26\u7684\u5B57\u7B26\u4E32\u3002",part2:"\u7559\u7A7A\u4EE5\u5220\u9664\u7279\u6B8A\u5B57\u7B26\u3002"},name:"\u7279\u6B8A\u5B57\u7B26\u66FF\u6362"},timeoutInSeconds:{description:{part1:"\u6240\u6709\u64CD\u4F5C\u7684\u8D85\u65F6\u65F6\u95F4\uFF08\u79D2\uFF09\u3002",part2:"\u5982\u679C",part3:"\u5DF2\u8BBE\u7F6E\uFF0C\u5219\u7981\u7528\u64CD\u4F5C\u6267\u884C\u8D85\u65F6\u3002"},name:"\u8D85\u65F6\u65F6\u95F4\uFF08\u79D2\uFF09"},treatAsAttachmentExtensions:{description:{part1:"\u5C06\u8FD9\u4E9B\u6269\u5C55\u540D\u7684\u6587\u4EF6\u89C6\u4E3A\u9644\u4EF6\u3002",part2:"\u9ED8\u8BA4\u60C5\u51B5\u4E0B",part3:"\u548C",part4:"\u94FE\u63A5\u6587\u4EF6\u4E0D\u4F1A\u88AB\u89C6\u4E3A\u9644\u4EF6\uFF0C\u4E5F\u4E0D\u4F1A\u968F\u7B14\u8BB0\u79FB\u52A8\u3002",part5:"\u4F60\u53EF\u4EE5\u6DFB\u52A0\u81EA\u5B9A\u4E49\u6269\u5C55\u540D\uFF0C\u4F8B\u5982",part6:"\uFF0C\u4EE5\u8986\u76D6\u6B64\u884C\u4E3A\u3002"},name:"\u89C6\u4E3A\u9644\u4EF6\u7684\u6269\u5C55\u540D"}},promptWithPreviewModal:{fileNameTitle:"\u91CD\u547D\u540D\u9644\u4EF6\u6587\u4EF6",folderTitle:"\u9009\u62E9\u9644\u4EF6\u6587\u4EF6\u5939",previewModal:{title:"\u9884\u89C8\u9644\u4EF6\u6587\u4EF6 '{{fullFileName}}'"},title:"\u4E3A\u63D0\u793A\u4EE4\u724C\u63D0\u4F9B\u4E00\u4E2A\u503C"},regularExpression:"/\u6B63\u5219\u8868\u8FBE\u5F0F/"};var t8={am:pN,ar:dN,be:mN,ca:hN,cs:fN,da:gN,de:vN,en:dw,"en-GB":bN,es:kN,fa:yN,fr:xN,ga:CN,he:wN,hu:AN,id:SN,it:EN,ja:PN,kh:FN,ko:TN,lv:IN,ms:DN,ne:NN,nl:_N,no:zN,pl:ON,pt:$N,"pt-BR":MN,ro:RN,ru:LN,sq:jN,th:BN,tr:UN,uk:VN,uz:ZN,vi:GN,zh:qN,"zh-TW":HN},WN=t8;(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var n8=224,YN=225,r8=226,i8=217,hw=255,a8=216,o8=218,mw="Exif\0\0",s8="ICC_PROFILE\0",l8="http://ns.adobe.com/xap/1.0/\0",$l=4,Ml=2,jr=2,c8=19789,JN=12,u8=8,KN=2,p8=18761,d8=274,m8=1,h8=8,f8=4,g8=42,v8=2;function XN(t){if(!e_(t))return[];let e=Qm(t),n=[],i=jr;for(;i+$l<=t.length&&t[i]===hw;){let r=t[i+1];if(r===o8||r===i8)break;let a=e.getUint16(i+Ml),s=i+Ml+a;if(a<Ml||s>t.length)break;b8(t,i,r)&&n.push(t.slice(i,s)),i=s}return n}o(XN,"extractJpegMetadataSegments");function QN(t,e){if(e.length===0||!e_(t))return t;let n=e.map(l=>y8(l)),i=k8(t),r=n.reduce((l,c)=>l+c.length,0),a=new Uint8Array(t.length+r);a.set(t.subarray(0,i),0);let s=i;for(let l of n)a.set(l,s),s+=l.length;return a.set(t.subarray(i),s),a}o(QN,"injectJpegMetadataSegments");function e_(t){return t.length>=jr&&t[0]===hw&&t[1]===a8}o(e_,"checkIsJpeg");function b8(t,e,n){let i=e+$l;return n===YN?Xm(t,i,mw)||Xm(t,i,l8):n===r8?Xm(t,i,s8):!1}o(b8,"checkIsMetadataSegment");function Xm(t,e,n){if(e+n.length>t.length)return!1;for(let i=0;i<n.length;i++)if(t[e+i]!==n.codePointAt(i))return!1;return!0}o(Xm,"checkMatchesHeader");function Qm(t){return new DataView(t.buffer,t.byteOffset,t.byteLength)}o(Qm,"createView");function k8(t){if(jr+$l>t.length||t[jr]!==hw||t[jr+1]!==n8)return jr;let e=jr+Ml+Qm(t).getUint16(jr+Ml);return e>t.length?jr:e}o(k8,"findInsertOffset");function y8(t){if(t[1]!==YN||!Xm(t,$l,mw))return t;let e=$l+mw.length;if(e+h8>t.length)return t;let n=Qm(t),i=n.getUint16(e),r=i===p8;if(!r&&i!==c8||n.getUint16(e+v8,r)!==g8)return t;let a=e+n.getUint32(e+f8,r);if(a+KN>t.length)return t;let s=n.getUint16(a,r),l=a+KN;if(l+s*JN>t.length)return t;let c=new Uint8Array(t),u=Qm(c);for(let p=0;p<s;p++){let d=l+p*JN;u.getUint16(d,r)===d8&&u.setUint16(d+u8,m8,r)}return c}o(y8,"normalizeOrientation");Se();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();async function fw(t){return await new Promise(e=>{let n=new FileReader;n.addEventListener("loadend",i),n.readAsDataURL(t);function i(){e(n.result)}o(i,"handleLoadEnd")})}o(fw,"blobToDataUrl");async function t_(t,e,n){let i=n?.shouldPreserveMetadata?XN(new Uint8Array(await t.arrayBuffer())):[],r=await fw(t);return new Promise(a=>{let s=new Image;s.addEventListener("load",l),s.src=r;function l(){let c=document.createElement("canvas"),u=c.getContext("2d");Zt(u,"Could not get 2D context.");let p=s.width,d=s.height;c.width=p,c.height=d,u.fillStyle="#fff",u.fillRect(0,0,p,d),u.save();let m=.5;u.translate(p*m,d*m),u.drawImage(s,0,0,p,d,-p*m,-d*m,p,d),u.restore();let h=c.toDataURL("image/jpeg",e),f=x8(h),b=QN(new Uint8Array(f),i);a(b.buffer)}o(l,"handleLoad")})}o(t_,"blobToJpegArrayBuffer");function x8(t){let n=t.split(";base64,")[1];if(!n)throw new Error("Invalid data URL");let i=atob(n),r=i.length,a=new Uint8Array(r);for(let s=0;s<r;s++)a[s]=i.charCodeAt(s);return a.buffer}o(x8,"dataUrlToArrayBuffer");gn();var eh=class{static{o(this,"ImageManager")}pluginSettingsComponent;constructor(e){this.pluginSettingsComponent=e.pluginSettingsComponent}async convertToJpeg(e){let n=Lm(e.attachmentFileExtension),i=!1;if(n)switch(this.pluginSettingsComponent.settings.convertImagesToJpegMode){case"All images":{i=!0;break}case"All images except already JPEG files":{n!=="image/jpeg"&&(i=!0);break}case"None":break;case"Only pasted clipboard PNG images":{e.isPastedImage&&n==="image/png"&&(i=!0);break}default:throw new Error(`Invalid convert images to JPEG mode: ${this.pluginSettingsComponent.settings.convertImagesToJpegMode}`)}return i&&n?{attachmentFileContent:await t_(new Blob([e.attachmentFileContent],{type:n}),this.pluginSettingsComponent.settings.jpegQuality,{shouldPreserveMetadata:this.pluginSettingsComponent.settings.shouldPreserveImageMetadata}),attachmentFileExtension:"jpg"}:{attachmentFileContent:e.attachmentFileContent,attachmentFileExtension:e.attachmentFileExtension}}async getImageSize(e){let n=Lm(e.extension);if(!n||!this.pluginSettingsComponent.settings.defaultImageSize)return null;let i=new Blob([e.content],{type:n}),r=await fw(i),a=new Image;await new Promise(u=>{a.addEventListener("load",()=>{u()}),a.src=r});let s,l="px",c="%";if(this.pluginSettingsComponent.settings.defaultImageSize.endsWith(l)){let u=Number(br({$string:this.pluginSettingsComponent.settings.defaultImageSize,suffix:l}));s=this.pluginSettingsComponent.settings.defaultImageSizeDimension==="width"?u:Math.trunc(u/a.height*a.width)}else{let u=Number(br({$string:this.pluginSettingsComponent.settings.defaultImageSize,suffix:c}));s=Math.trunc(a.width/100*u)}return String(s)}};var th=class{static{o(this,"ImageSizeMap")}map=new Map;getAndDelete(e){let n=this.map.get(e)??null;return n&&this.map.delete(e),n}set(e){let{path:n,size:i}=e;this.map.set(n,i)}};Ve();function n_(t){let e=t.pluginNoticeComponent,n=null;return i=>{let r=v(a=>a.notice.updatingLinks,{currentPath:i.currentPath,processed:i.processed,total:i.total});n?n.setMessage(r):n=e.showNotice(r,{isPermanent:!0}),i.processed>=i.total&&(n.hide(),n=null)}}o(n_,"createLinkUpdateProgressReporter");var nh=class{static{o(this,"MarkdownUrlMap")}map=new Map;delete(e){this.map.delete(e)}get(e){return this.map.get(e)??null}set(e){let{path:n,url:i}=e;this.map.set(n,i)}};var r_=require("obsidian");tt();dt();Se();var w8=/!\[(?<alt>.*?)\]\((?<url>https?:\/\/[^)]+)\)/g,A8={"image/avif":"avif","image/bmp":"bmp","image/gif":"gif","image/jpeg":"jpg","image/jpg":"jpg","image/png":"png","image/svg+xml":"svg","image/tiff":"tiff","image/webp":"webp"},S8=8,E8=[{bytes:[137,80,78,71],extension:"png"},{bytes:[255,216,255],extension:"jpg"},{bytes:[71,73,70,56],extension:"gif"},{bytes:[82,73,70,70],extension:"webp"},{bytes:[66,77],extension:"bmp"}],rh=class{static{o(this,"NetworkImageDownloader")}abortSignalComponent;app;attachmentPathManager;pluginSettingsComponent;constructor(e){this.abortSignalComponent=e.abortSignalComponent,this.app=e.app,this.attachmentPathManager=e.attachmentPathManager,this.pluginSettingsComponent=e.pluginSettingsComponent}async downloadNetworkImagesForNote(e){if(!this.pluginSettingsComponent.settings.downloadNetworkImages)return;let n=await this.app.vault.cachedRead(e),i=this.findNetworkImageLinks(n);if(i.length===0)return;let r=[];for(let a of i){this.abortSignalComponent.abortSignal.throwIfAborted();try{let s=await this.downloadAndSaveImage(a,e);r.push({endIndexExclusive:a.endIndexExclusive,markdownLink:this.generateImageLink({attachmentFile:s,link:a,noteFile:e}),startIndex:a.startIndex})}catch(s){console.warn(`Failed to download network image: ${a.url}`,s)}}if(r.length>0){let a=n;for(let s of r.reverse())a=a.slice(0,s.startIndex)+s.markdownLink+a.slice(s.endIndexExclusive);await this.app.vault.modify(e,a)}}detectExtension(e,n){if(n){let r=A8[n.toLowerCase()];if(r)return r}let i=new Uint8Array(e.slice(0,S8));for(let{bytes:r,extension:a}of E8)if(r.every((s,l)=>i[l]===s))return a;return"png"}async downloadAndSaveImage(e,n){let{arrayBuffer:i,contentType:r}=await this.downloadImage(e.url),a=this.detectExtension(i,r),s=new URL(e.url).pathname,l=e.alt.trim()||Ie(s,gt(s))||"image";l=this.sanitizeFileName(l);let c=await this.attachmentPathManager.getDownloadedImagePath({actionContext:"CollectAttachments",downloadedContent:i,fileExtension:a,fileName:l,noteFilePath:n.path});return ui.register(c),await this.app.vault.createBinary(c,i)}async downloadImage(e){let i=await ks({operationFunction:o(()=>(0,r_.requestUrl)({headers:{"User-Agent":"Mozilla/5.0 (compatible; Obsidian/1.0)"},method:"GET",throw:!1,url:e}),"operationFunction"),operationName:`Download network image ${e}`,timeoutInMilliseconds:this.pluginSettingsComponent.settings.getNetworkImageDownloadTimeoutInMilliseconds()});if(i.status>=400)throw new Error(`HTTP ${String(i.status)}`);let r=i.headers["content-type"],a=typeof r=="string"?r:null;return{arrayBuffer:i.arrayBuffer,contentType:a}}findNetworkImageLinks(e){let n=[];for(let i of e.matchAll(w8)){let r=G(i.groups);n.push({alt:G(r.alt),endIndexExclusive:i.index+i[0].length,startIndex:i.index,url:G(r.url)})}return n}generateImageLink(e){let{attachmentFile:n,link:i,noteFile:r}=e,a=i.alt.trim()?i.alt:void 0,s=this.app.fileManager.generateMarkdownLink(n,r.path,void 0,a);return fu(s)?s:`!${s}`}sanitizeFileName(e){let n=this.pluginSettingsComponent.settings.specialCharactersRegExp,i=e.replace(n,()=>this.pluginSettingsComponent.settings.specialCharactersReplacement);return i=i.replaceAll(/[/\\:*?"<>|]/gu,"_"),i=i.replaceAll(/\s+/gu," ").trim(),i||"image"}};en();var ih=class extends Me{static{o(this,"AppSaveAttachmentPatchComponent")}app;attachmentSaver;constructor(e){super(),this.app=e.app,this.attachmentSaver=e.attachmentSaver}onload(){this.registerMethodPatch({$object:this.app,methodName:"saveAttachment",patchHandler:o(({originalArguments:[e,n,i]})=>this.attachmentSaver.saveAttachment({attachmentFileBaseName:e,attachmentFileContent:i,attachmentFileExtension:n}),"patchHandler")})}};var $h=require("obsidian");tt();Ve();var Ia=require("obsidian");ds();tt();ct();Re();Se();At();Oe();Se();Oe();Mt();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();function ah(t){let e=t.parentElement;if(Zt(e,"Element must be attached to the DOM"),e.classList.contains(B.SettingComponentWrapper))return e;let n=[...e.children],i=createDiv();Ce(i,B.SettingComponentWrapper);for(let r of n)i.append(r);return e.append(i),i}o(ah,"ensureWrapped");var i_=require("obsidian");(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var gw=class{static{o(this,"AbstractTextComponentWrapper")}constructor(e){this.abstractTextComponent=e}abstractTextComponent;empty(){this.abstractTextComponent.setValue("")}isEmpty(){return this.abstractTextComponent.getValue()===""}setPlaceholderValue(e){return this.abstractTextComponent.setPlaceholder(e),this}};function a_(t){return P8(t)?t:t instanceof i_.AbstractTextComponent?new gw(t):null}o(a_,"getTextBasedComponentValue");function P8(t){let e=t;return typeof e.setPlaceholderValue=="function"&&typeof e.isEmpty=="function"}o(P8,"isTextBasedComponent");var Yt=require("obsidian");Oe();Mt();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var oh=class{static{o(this,"OverlayValidatorComponent")}constructor(e){this.element=e;let n=ah(e);this._validatorEl=n.createEl("input",{attr:{tabindex:-1}}),Ce(this._validatorEl,B.OverlayValidator),this._validatorEl.addEventListener("focus",()=>{this.element.focus()}),this._validatorEl.isActiveElement=this.isElementOrDescendantActive.bind(this);let i=this.element.querySelector("[tabindex]");i||(this.element.getAttr("tabindex")===null&&(this.element.tabIndex=-1),i=this.element),this.element.addEventListener("focusin",()=>{this.forceBlurValidatorEl()}),this.element.addEventListener("click",()=>{i.focus()}),this.element.addEventListener("focusout",()=>{window.setTimeout(()=>{this.isElementOrDescendantActive()||this.forceBlurValidatorEl()},0)})}element;get validatorEl(){return this._validatorEl}_validatorEl;forceBlurValidatorEl(){this._validatorEl.dispatchEvent(new Event("blur"))}isElementOrDescendantActive(){return this.element.contains(activeDocument.activeElement)}},Vi=class{static{o(this,"ValidatorElementWrapper")}constructor(e){this.validatorEl=e}validatorEl};function o_(t){return F8(t)?t:t instanceof Yt.ColorComponent?new Vi(t.colorPickerEl):t instanceof Yt.DropdownComponent?new Vi(t.selectEl):t instanceof Yt.ProgressBarComponent?new oh(t.progressBar):t instanceof Yt.SearchComponent?new Vi(t.inputEl):t instanceof Yt.SliderComponent?new Vi(t.sliderEl):t instanceof Yt.TextAreaComponent?new Vi(t.inputEl):t instanceof Yt.TextComponent?new Vi(t.inputEl):t instanceof Yt.ToggleComponent?new oh(t.toggleEl):null}o(o_,"getValidatorComponent");function F8(t){return typeof t=="object"&&t!==null&&"validatorEl"in t&&!!t.validatorEl}o(F8,"isValidatorComponent");var C_=require("obsidian");Re();var s_=require("obsidian");Oe();Mt();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var sh=class extends s_.ValueComponent{static{o(this,"CheckboxComponent")}inputEl;get validatorEl(){return this.inputEl}changeCallback;constructor(e){super(),Ce(e,[B.CheckboxComponent]),this.inputEl=e.createEl("input",{type:"checkbox"}),this.inputEl.addEventListener("change",this.onChanged.bind(this))}getValue(){return this.inputEl.checked}onChange(e){return this.changeCallback=e,this}onChanged(){this.changeCallback?.(this.getValue())}setDisabled(e){return super.setDisabled(e),this.inputEl.disabled=e,this}setValue(e){return this.inputEl.checked=e,this}};var ch=require("obsidian");Zr();tt();Oe();Mt();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var lh=class extends ch.ValueComponent{static{o(this,"CodeHighlighterComponent")}get inputEl(){return this.textAreaComponent.inputEl}get validatorEl(){return this.inputEl}codeEl;preEl;textAreaComponent;placeholder="";simulateChangeCallback;tabSize;constructor(e){super(),Ce(e,B.CodeHighlighterComponent);let n=e.createDiv();Ce(n,B.SettingComponentWrapper),this.textAreaComponent=new ch.TextAreaComponent(n),this.preEl=n.createEl("pre",{attr:{tabIndex:"-1"}}),this.codeEl=this.preEl.createEl("code",{attr:{tabIndex:"-1"}}),this.inputEl.addEventListener("input",pt(this.updateHighlightedCode.bind(this))),this.inputEl.addEventListener("scroll",this.handleScroll.bind(this)),this.inputEl.addEventListener("keydown",this.handleKeyDown.bind(this));let i=2;this.tabSize=i}empty(){this.setValue("")}getValue(){return this.textAreaComponent.getValue()}isEmpty(){return this.textAreaComponent.getValue()===""}onChange(e){let n=o(()=>{e(this.getValue())},"changeHandler");return this.simulateChangeCallback=n,this.textAreaComponent.onChange(n),this}setDisabled(e){return super.setDisabled(e),this.textAreaComponent.setDisabled(e),this}setLanguage(e){let n="language-";for(let i of[this.preEl,this.codeEl]){for(let r of In(i.classList))r.startsWith(n)&&i.classList.remove(r);i.classList.add(`${n}${e}`)}return this}setPlaceholder(e){return this.placeholder=e,ke(this.updateHighlightedCode.bind(this)),this}setPlaceholderValue(e){return this.setPlaceholder(e),this}setTabSize(e){return this.tabSize=e,this}setValue(e){return this.textAreaComponent.setValue(e),ke(this.updateHighlightedCode.bind(this)),this}simulateChange__(){this.simulateChangeCallback?.()}async updateHighlightedCode(){this.codeEl.textContent=this.inputEl.value||this.placeholder,(await Fc()).highlightElement(this.codeEl),this.preEl.toggleClass(B.IsPlaceholder,this.isEmpty()),window.requestAnimationFrame(()=>{let n=Math.max(0,this.inputEl.scrollHeight-this.preEl.scrollHeight);this.preEl.setCssProps({"--bottom-gap":N2(n)}),this.handleScroll()})}handleKeyDown(e){if(e.key!=="Tab")return;if(e.preventDefault(),e.ctrlKey||e.metaKey){let p=[...activeDocument.querySelectorAll(':is(a, button, input, select, textarea, [tabindex]):not([tabindex="-1"]):not(:disabled):not([type="hidden"])')],d=p.indexOf(this.inputEl),m=e.shiftKey?-1:1;p[(d+m+p.length)%p.length]?.focus();return}let n=this.getValue(),i=this.inputEl.selectionStart,r=this.inputEl.selectionEnd,a=n.slice(0,i),s=n.slice(r),l=" ".repeat(this.tabSize),c=a;e.shiftKey?a.endsWith(l)&&(c=a.slice(0,-this.tabSize)):c=a+l;let u=`${c}${s}`;this.setValue(u),this.inputEl.selectionStart=c.length,this.inputEl.selectionEnd=c.length}handleScroll(){this.preEl.scrollTop=this.inputEl.scrollTop,this.preEl.scrollLeft=this.inputEl.scrollLeft}};var u_=require("obsidian");Re();Oe();var uh=require("obsidian");Mt();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var It=class extends uh.ValueComponent{static{o(this,"TypedTextComponent")}inputEl;get validatorEl(){return this.inputEl}textComponent;constructor(e){super(),this.textComponent=new uh.TextComponent(e.containerEl),this.inputEl=this.textComponent.inputEl,this.inputEl.type=e.type,Ce(e.containerEl,e.cssClass)}getValue(){return this.valueFromString(this.textComponent.getValue())}onChange(e){return this.textComponent.onChange(()=>{e(this.getValue())}),this}onChanged(){this.textComponent.onChanged()}setDisabled(e){return super.setDisabled(e),this.textComponent.setDisabled(e),this}setValue(e){return this.textComponent.setValue(this.valueToString(e)),this}valueToString(e){return String(e)}};(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var Pn=class extends It{static{o(this,"TypedRangeTextComponent")}setMax(e){return this.inputEl.max=this.valueToString(e),this}setMin(e){return this.inputEl.min=this.valueToString(e),this}setStep(e){return this.inputEl.step=String(e),this}};(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var l_=vn(u_.moment),c_="YYYY-MM-DD",ph=class extends Pn{static{o(this,"DateComponent")}constructor(e){super({containerEl:e,cssClass:B.DateComponent,type:"date"})}valueFromString(e){return l_(e,c_).toDate()}valueToString(e){return l_(e).format(c_)}};var m_=require("obsidian");Re();Oe();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var p_=vn(m_.moment),d_="YYYY-MM-DDTHH:mm",dh=class extends Pn{static{o(this,"DateTimeComponent")}constructor(e){super({containerEl:e,cssClass:B.DateTimeComponent,type:"datetime-local"})}valueFromString(e){return p_(e,d_).toDate()}valueToString(e){return p_(e).format(d_)}};Oe();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var mh=class extends It{static{o(this,"EmailComponent")}constructor(e){super({containerEl:e,cssClass:B.EmailComponent,type:"email"})}empty(){this.setValue("")}isEmpty(){return this.getValue()===""}setPlaceholderValue(e){return this.textComponent.setPlaceholder(e),this}valueFromString(e){return e}};Oe();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var hh=class extends It{static{o(this,"FileComponent")}constructor(e){super({containerEl:e,cssClass:B.FileComponent,type:"file"})}getValue(){return this.inputEl.files?.[0]??null}valueFromString(){return this.getValue()}valueToString(e){return e?.name??""}};var g_=require("obsidian");Re();Oe();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var h_=vn(g_.moment),f_="YYYY-MM",fh=class extends Pn{static{o(this,"MonthComponent")}constructor(e){super({containerEl:e,cssClass:B.MonthComponent,type:"month"})}valueFromString(e){let n=h_(e,f_);if(!n.isValid())throw new Error("Invalid month");return{month:n.month()+1,year:n.year()}}valueToString(e){return h_().year(e.year).month(e.month-1).format(f_)}};var gh=require("obsidian");Oe();Mt();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var os=class extends gh.ValueComponent{static{o(this,"MultipleDropdownComponent")}get selectEl(){return this.dropdownComponent.selectEl}get validatorEl(){return this.selectEl}dropdownComponent;simulateChangeCallback;constructor(e){super(),this.dropdownComponent=new gh.DropdownComponent(e),this.dropdownComponent.selectEl.multiple=!0,Ce(e,B.MultipleDropdownComponent)}addOption(e,n){return this.dropdownComponent.addOption(e,n),this}addOptions(e){return this.dropdownComponent.addOptions(e),this}getValue(){return[...this.dropdownComponent.selectEl.selectedOptions].map(e=>e.value)}onChange(e){let n=o(()=>{e(this.getValue())},"changeHandler");return this.simulateChangeCallback=n,this.dropdownComponent.onChange(n),this}setDisabled(e){return super.setDisabled(e),this.dropdownComponent.setDisabled(e),this}setValue(e){for(let n of this.dropdownComponent.selectEl.options)n.selected=e.includes(n.value);return this}simulateChange__(){this.simulateChangeCallback?.()}};Oe();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var vh=class extends It{static{o(this,"MultipleEmailComponent")}constructor(e){super({containerEl:e,cssClass:B.MultipleEmailComponent,type:"email"}),this.inputEl.multiple=!0}valueFromString(e){return e.split(",").map(n=>n.trim())}valueToString(e){return e.join(", ")}};Se();Oe();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var bh=class extends It{static{o(this,"MultipleFileComponent")}constructor(e){super({containerEl:e,cssClass:B.MultipleFileComponent,type:"file"}),this.inputEl.multiple=!0}getValue(){return[...G(this.inputEl.files)]}valueFromString(){return this.getValue()}valueToString(e){return e[0]?.name??""}};var yh=require("obsidian");Oe();Mt();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var kh=class extends yh.ValueComponent{static{o(this,"MultipleTextComponent")}get inputEl(){return this.textAreaComponent.inputEl}get validatorEl(){return this.inputEl}textAreaComponent;simulateChangeCallback;constructor(e){super(),this.textAreaComponent=new yh.TextAreaComponent(e),Ce(e,B.MultipleTextComponent)}empty(){this.textAreaComponent.setValue("")}getValue(){return this.textAreaComponent.getValue().split(`
|
|
`)}isEmpty(){return this.textAreaComponent.getValue()===""}onChange(e){let n=o(()=>{e(this.getValue())},"changeHandler");return this.simulateChangeCallback=n,this.textAreaComponent.onChange(n),this}setDisabled(e){return super.setDisabled(e),this.textAreaComponent.setDisabled(e),this}setPlaceholder(e){return this.textAreaComponent.setPlaceholder(e),this}setPlaceholderValue(e){return this.setPlaceholder(this.valueToString(e)),this}setValue(e){return this.textAreaComponent.setValue(this.valueToString(e)),this}simulateChange__(){this.simulateChangeCallback?.()}valueToString(e){return e.join(`
|
|
`)}};Oe();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var xh=class extends Pn{static{o(this,"NumberComponent")}constructor(e){super({containerEl:e,cssClass:B.NumberComponent,type:"number"})}empty(){this.textComponent.setValue("")}isEmpty(){return this.textComponent.getValue()===""}setPlaceholder(e){return this.textComponent.setPlaceholder(e),this}setPlaceholderValue(e){return this.textComponent.setPlaceholder(this.valueToString(e)),this}valueFromString(e){return parseInt(e,10)}};Oe();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var Ch=class extends It{static{o(this,"PasswordComponent")}constructor(e){super({containerEl:e,cssClass:B.PasswordComponent,type:"password"})}setPlaceholder(e){return this.textComponent.setPlaceholder(e),this}valueFromString(e){return e}};Oe();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var wh=class extends It{static{o(this,"TelephoneComponent")}constructor(e){super({containerEl:e,cssClass:B.TelephoneComponent,type:"tel"})}empty(){this.textComponent.setValue("")}isEmpty(){return this.textComponent.getValue()===""}setPlaceholderValue(e){return this.textComponent.setPlaceholder(e),this}valueFromString(e){return e}};var vw=require("obsidian");Oe();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var Ah=class extends Pn{static{o(this,"TimeComponent")}constructor(e){super({containerEl:e,cssClass:B.TimeComponent,type:"time"})}valueFromString(e){return vw.moment.duration(e)}valueToString(e){let n;return e.milliseconds()>0?n="HH:mm:ss.SSS":e.seconds()>0?n="HH:mm:ss":n="HH:mm",vw.moment.utc(e.asMilliseconds()).format(n)}};var v_=require("obsidian");Oe();Mt();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var Sh=class extends v_.ValueComponent{static{o(this,"TriStateCheckboxComponent")}inputEl;get validatorEl(){return this.inputEl}changeCallback;constructor(e){super(),Ce(e,B.TriStateCheckboxComponent),this.inputEl=e.createEl("input",{type:"checkbox"}),this.inputEl.addEventListener("change",this.onChanged.bind(this))}getValue(){return this.inputEl.indeterminate?null:this.inputEl.checked}onChange(e){return this.changeCallback=e,this}onChanged(){this.changeCallback?.(this.getValue())}setDisabled(e){return super.setDisabled(e),this.inputEl.disabled=e,this}setValue(e){return this.inputEl.indeterminate=e===null,this.inputEl.checked=e??!1,this}};var Ph=require("obsidian");Oe();Mt();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var Eh=class extends Ph.ValueComponent{static{o(this,"TypedDropdownComponent")}get selectEl(){return this.dropdownComponent.selectEl}get validatorEl(){return this.selectEl}dropdownComponent;values=[];simulateChangeCallback;constructor(e){super(),this.dropdownComponent=new Ph.DropdownComponent(e),Ce(e,B.TypedDropdownComponent)}addOption(e,n){let i=this.values.indexOf(e);return i===-1&&(this.values.push(e),i=this.values.length-1),this.dropdownComponent.addOption(String(i),n),this}addOptions(e){for(let[n,i]of e)this.addOption(n,i);return this}getValue(){return this.values[this.dropdownComponent.selectEl.selectedIndex]??null}onChange(e){let n=o(()=>{e(this.getValue())},"changeHandler");return this.simulateChangeCallback=n,this.dropdownComponent.onChange(n),this}setDisabled(e){return super.setDisabled(e),this.dropdownComponent.setDisabled(e),this}setValue(e){let n=e===null?-1:this.values.indexOf(e);return this.dropdownComponent.selectEl.selectedIndex=n,this}simulateChange__(){this.simulateChangeCallback?.()}};var b_=require("obsidian");Oe();Mt();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var Fh=class extends b_.ValueComponent{static{o(this,"TypedMultipleDropdownComponent")}get selectEl(){return this.multipleDropdownComponent.selectEl}get validatorEl(){return this.selectEl}multipleDropdownComponent;values=[];simulateChangeCallback;constructor(e){super(),this.multipleDropdownComponent=new os(e),Ce(e,B.TypedMultipleDropdownComponent)}addOption(e,n){let i=this.values.indexOf(e);return i===-1&&(this.values.push(e),i=this.values.length-1),this.multipleDropdownComponent.addOption(String(i),n),this}addOptions(e){for(let[n,i]of e)this.addOption(n,i);return this}getValue(){return this.multipleDropdownComponent.getValue().map(n=>parseInt(n,10)).map(n=>this.values[n]).filter(n=>n!==void 0)}onChange(e){let n=o(()=>{e(this.getValue())},"changeHandler");return this.simulateChangeCallback=n,this.multipleDropdownComponent.onChange(n),this}setDisabled(e){return super.setDisabled(e),this.multipleDropdownComponent.setDisabled(e),this}setValue(e){let n=e.map(i=>this.values.indexOf(i)).filter(i=>i!==-1);return this.multipleDropdownComponent.setValue(n.map(String)),this}simulateChange__(){this.simulateChangeCallback?.()}};Oe();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var Th=class extends It{static{o(this,"UrlComponent")}constructor(e){super({containerEl:e,cssClass:B.UrlComponent,type:"url"})}empty(){this.setValue("")}isEmpty(){return this.getValue()===""}setPlaceholderValue(e){return this.textComponent.setPlaceholder(e),this}valueFromString(e){return e}};var x_=require("obsidian");Re();Oe();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var k_=vn(x_.moment),y_="YYYY-[W]WW",Ih=class extends Pn{static{o(this,"WeekComponent")}constructor(e){super({containerEl:e,cssClass:B.WeekComponent,type:"week"})}valueFromString(e){let n=k_(e,y_);if(!n.isValid())throw new Error("Invalid week");return{weekNumber:n.isoWeek(),year:n.year()}}valueToString(e){return k_().year(e.year).isoWeek(e.weekNumber).format(y_)}};(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var Dh=class extends C_.Setting{static{o(this,"SettingEx")}addCheckbox(e){return this.addComponentClass(sh,e)}addCodeHighlighter(e){return this.addComponentClass(lh,e)}addComponentClass(e,n){return this.addComponent(i=>{let r=new e(i);return n(r),r})}addDate(e){return this.addComponentClass(ph,e)}addDateTime(e){return this.addComponentClass(dh,e)}addEmail(e){return this.addComponentClass(mh,e)}addFile(e){return this.addComponentClass(hh,e)}addMonth(e){return this.addComponentClass(fh,e)}addMultipleDropdown(e){return this.addComponentClass(os,e)}addMultipleEmail(e){return this.addComponentClass(vh,e)}addMultipleFile(e){return this.addComponentClass(bh,e)}addMultipleText(e){return this.addComponentClass(kh,e)}addNumber(e){return this.addComponentClass(xh,e)}addPassword(e){return this.addComponentClass(Ch,e)}addTelephone(e){return this.addComponentClass(wh,e)}addTime(e){return this.addComponentClass(Ah,e)}addTriStateCheckbox(e){return this.addComponentClass(Sh,e)}addTypedDropdown(e){return this.addComponentClass(Eh,e)}addTypedMultipleDropdown(e){return this.addComponentClass(Fh,e)}addUrl(e){return this.addComponentClass(Th,e)}addWeek(e){return this.addComponentClass(Ih,e)}};function w_(t){return t instanceof Dh?t:(Object.setPrototypeOf(t,Dh.prototype),t)}o(w_,"adoptSettingEx");Mt();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var bw="PluginSettingsTab",kw=class extends we{static{o(this,"PluginSettingsTabEventsComponent")}params;constructor(e){super(),this.params=e}onload(){super.onload();let{pluginSettingsComponent:e}=this.params;Pi(this,e.on("loadSettings",(n,i)=>this.params.onLoadSettings(n,i))),Pi(this,e.on("saveSettings",(n,i,r)=>this.params.onSaveSettings(n,i,r)))}},Nh=class extends Wl()(Ia.PluginSettingTab){static{o(this,"PluginSettingsTabBase")}get isOpen(){return this._isOpen}pluginSettingsComponent;get saveSettingsDebounceTimeoutInMilliseconds(){return 2e3}_isOpen=!1;component;currentRenderComponent=null;saveSettingsDebounced;get pluginSettings(){return this.pluginSettingsComponent.settingsState.inputValues}constructor(e){super(e.plugin.app,e.plugin),this.pluginSettingsComponent=e.pluginSettingsComponent,Ce(this.containerEl,B.PluginSettingsTab),this.saveSettingsDebounced=(0,Ia.debounce)(pt(()=>this.pluginSettingsComponent.saveToFile(bw)),this.saveSettingsDebounceTimeoutInMilliseconds),this.component=new kw({onLoadSettings:o((n,i)=>this.onLoadSettings(n,i),"onLoadSettings"),onSaveSettings:o((n,i,r)=>this.onSaveSettings({context:r,newState:n,oldState:i}),"onSaveSettings"),pluginSettingsComponent:this.pluginSettingsComponent})}bind(e){let{propertyName:n,valueComponent:i,...r}=e,s={...{componentToPluginSettingsValueConverter:o(I=>I,"componentToPluginSettingsValueConverter"),onChanged:st,pluginSettingsToComponentValueConverter:o(I=>I,"pluginSettingsToComponentValueConverter"),shouldResetSettingWhenComponentIsEmpty:!0,shouldShowPlaceholderForDefaultValues:!0,shouldShowValidationMessage:!0},...r},l=o_(i)?.validatorEl,c=a_(i),u=this.getPluginSettingsProperty(n),d=this.pluginSettingsComponent.defaultSettings[n],m=s.pluginSettingsToComponentValueConverter(d);c?.setPlaceholderValue(m);let h,f=null,b=null;if(l){let I=ah(l);f=I.createDiv(),Ce(f,[B.Tooltip,B.TooltipValidator]),b=f.createSpan();let M=f.createDiv();Ce(M,B.TooltipArrow),f.hide(),I.append(f)}Pi(this.getRenderComponent(),this.on("validationMessageChanged",(I,M)=>{n===I&&(h=M,w())}));let y=!1,x=!1;c&&s.shouldShowPlaceholderForDefaultValues&&Dn(u,d)?c.empty():i.setValue(s.pluginSettingsToComponentValueConverter(u));let C=!1,w=(0,Ia.debounce)(()=>{window.requestAnimationFrame(()=>{A()})},100);return i.onChange(pt(async I=>{if(C){C=!1;return}y=!1;let M=this.getPluginSettingsProperty(n),$,j=!0;if(x=!!c?.isEmpty()&&s.shouldResetSettingWhenComponentIsEmpty,x)$=d;else{let Z=s.componentToPluginSettingsValueConverter(I);oI(Z)?(h=Z.validationMessage,j=!1):$=Z}j&&(h=await this.pluginSettingsComponent.setProperty(n,$),c&&s.shouldShowPlaceholderForDefaultValues&&!c.isEmpty()&&Dn($,d)&&(y=!0)),w(),j&&await s.onChanged($,M),this.saveSettingsDebounced()})),l?.addEventListener("focus",()=>{w()}),l?.addEventListener("blur",()=>{w()}),l?.addEventListener("click",()=>{window.requestAnimationFrame(()=>{w()})}),h=this.pluginSettingsComponent.settingsState.validationMessages[n]??"",w(),i;function A(){l?.isActiveElement()||(y?(y=!1,c?.isEmpty()||(C=!0,c?.empty())):x&&(x=!1,c?.isEmpty()&&(C=!0,i.setValue(m)))),l&&(Zt(b),h===""&&(l.setCustomValidity(""),l.checkValidity(),h=l.validationMessage),l.setCustomValidity(h),s.shouldShowValidationMessage?(b.textContent=h,f?.toggle(!!h)):h&&(0,Ia.setTooltip)(l,h))}o(A,"updateValidatorEl")}display(){this.displayLegacy()}displayLegacy(){this.beginRenderCycle(),this.containerEl.empty()}getControlValue(e){return this.getPluginSettingsProperty(e)}getSettingDefinitions(){return this.getSettingDefinitionItems()}hide(){super.hide(),this.saveSettingsDebounced.cancel(),this._isOpen=!1,this.endRenderCycle(),this.component.unload(),ke(()=>this.hideAsync())}async hideAsync(){await this.pluginSettingsComponent.saveToFile(bw)}refresh(){this.update()}async setControlValue(e,n){await this.pluginSettingsComponent.setProperty(e,n),this.saveSettingsDebounced()}show(){this.app.setting.openTab(this)}getSettingDefinitionItems(){return[]}async onLoadSettings(e,n){this.refresh(),await lt()}async revalidate(){let e=await this.pluginSettingsComponent.revalidate();await this.updateValidations(e)}settingEx(e){return{aliases:e.aliases,desc:e.desc,disabled:e.disabled,name:e.name,render:o((n,i)=>this.renderSettingEx({group:i,setting:n,settingExParams:e}),"render"),searchable:e.searchable,visible:e.visible}}settingGroupEx(e){return{...e,type:"group"}}beginRenderCycle(){this.endRenderCycle(),this.currentRenderComponent=this.createRenderComponent()}createRenderComponent(){return this._isOpen=!0,this.component.load(),this.component.addChild(new we)}endRenderCycle(){let e=this.currentRenderComponent;e&&(this.currentRenderComponent=null,this.component.removeChild(e))}getPluginSettingsProperty(e){return this.pluginSettings[e]}getRenderComponent(){return this.currentRenderComponent??=this.createRenderComponent(),this.currentRenderComponent}async onSaveSettings(e){let{context:n,newState:i,oldState:r}=e;if(n===bw){await this.updateValidations(i.validationMessages);return}this.refresh()}renderSettingEx(e){let n=this.createRenderComponent(),i=this.currentRenderComponent;this.currentRenderComponent=n;try{let r=e.settingExParams.render(w_(e.setting),e.group);return()=>{typeof r=="function"&&r(),this.component.removeChild(n)}}finally{this.currentRenderComponent=i}}async updateValidations(e){for(let[n,i]of Object.entries(e))await this.triggerAsync("validationMessageChanged",n,i)}};wt();At();(function(){function t(){let e={browser:!0,cwd(){return"/"},env:{},platform:"android"},n=globalThis.process;if(!n){globalThis.process=e;return}if(n.versions?.node)return;let i=n;for(let[r,a]of Object.entries(e))i[r]??=a;i.browser=!0}o(t,"ensureBrowserProcess"),o((function(){t()}),"initEsm")()})();var _h=class extends we{static{o(this,"SyntaxHighlightingComponent")}async registerCodeBlockLanguage(e){let{editorMode:n,language:i,prismGrammar:r}=e;this.ensureLoaded(),r!==void 0&&await this.registerPrismLanguage({grammar:r,language:i}),this.ensureLoaded();let a=window.CodeMirror.modes[i];window.CodeMirror.defineMode(i,s=>window.CodeMirror.getMode(s,n)),this.register(()=>{if(a!==void 0){window.CodeMirror.modes[i]=a;return}delete window.CodeMirror.modes[i]})}async registerPrismLanguage(e){let{grammar:n,language:i}=e;this.ensureLoaded();let r=await Fc();this.ensureLoaded();let a=r.languages[i];r.languages[i]=this.resolveGrammar(r,n),this.register(()=>{if(a!==void 0){r.languages[i]=a;return}delete r.languages[i]})}requirePrismLanguage(e,n){return e.languages[n]??Ww(new Error(`Prism language "${n}" is not registered.`))}resolveGrammar(e,n){return typeof n=="string"?this.requirePrismLanguage(e,n):typeof n=="function"?n({prism:e,requirePrismLanguage:o(i=>this.requirePrismLanguage(e,i),"requirePrismLanguage")}):n}};var Da="custom-attachment-location-tokenized-string",zh=class extends _h{static{o(this,"TokenizedStringLanguageComponent")}async onloadAsync(){await this.registerPrismLanguage({grammar:o(e=>{let n=e.requirePrismLanguage("javascript"),i=String.raw`\{(?:[^{}]|"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'`,r=String.raw`)*\}`,a=`${i}${r}`,s=`${i}|${a}${r}`,l=`${i}|${s}${r}`;return{expression:{greedy:!0,inside:{prefix:{alias:"regex",pattern:/\$\{/},token:{alias:"number",pattern:/^[^:}]+/},suffix:{alias:"regex",pattern:/\}/}},pattern:/\$\{[^:}]+\}/},expressionWithFormat:{greedy:!0,inside:{prefix:{alias:"regex",pattern:/^\$\{/},token:{alias:"number",pattern:/^[^:}]+/},formatDelimiter:{alias:"regex",pattern:/^:/},format:{alias:"language-javascript",inside:n,pattern:new RegExp(`^${l}`)},suffix:{alias:"regex",pattern:/\}$/}},pattern:new RegExp(String.raw`\$\{[^:}]+:${l}\}`)},important:{pattern:/^\./},operator:{alias:"entity",pattern:/\//}}},"grammar"),language:Da})}};var S_="\u2423",E_=2,T8=2e3,Rl={componentToPluginSettingsValueConverter(t){return(0,$h.normalizePath)(t.trimEnd())},pluginSettingsToComponentValueConverter(t){return t.trimEnd()},shouldResetSettingWhenComponentIsEmpty:!0,shouldShowPlaceholderForDefaultValues:!1},Mh=class extends Nh{static{o(this,"PluginSettingsTab")}pluginSettingsComponent2;constructor(e){super(e),this.pluginSettingsComponent2=e.pluginSettingsComponent}hide(){super.hide(),this.pluginSettingsComponent2.shouldDebounceCustomTokensValidation=!1}getSettingDefinitionItems(){return[this.settingGroupEx({heading:v(e=>e.pluginSettingsTab.groups.core),items:[this.settingEx({desc:createFragment(e=>{e.appendText(v(n=>n.pluginSettingsTab.locationForNewAttachments.description.part1)),e.appendText(" "),W(e,"."),e.appendText(" "),e.appendText(v(n=>n.pluginSettingsTab.locationForNewAttachments.description.part2)),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.locationForNewAttachments.description.part3)),e.appendText(" "),e.createEl("a",{href:"https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#tokens",text:v(n=>n.pluginSettingsTab.locationForNewAttachments.description.part4)}),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.locationForNewAttachments.description.part5)),e.appendText(" "),W(e,".attachments"),e.appendText(" "),e.appendText(v(n=>n.pluginSettingsTab.locationForNewAttachments.description.part6)),e.appendText(" "),e.createEl("a",{href:"https://github.com/polyipseity/obsidian-show-hidden-files/",text:"Show Hidden Files"}),e.appendText(" "),e.appendText(v(n=>n.pluginSettingsTab.locationForNewAttachments.description.part7))}),name:v(e=>e.pluginSettingsTab.locationForNewAttachments.name),render:o(e=>{e.addCodeHighlighter(n=>{n.setLanguage(Da),n.inputEl.addClass("tokenized-string-setting-control"),this.bind({propertyName:"attachmentFolderPath",valueComponent:n,...Rl})})},"render")}),this.settingEx({desc:createFragment(e=>{e.appendText(v(n=>n.pluginSettingsTab.generatedAttachmentFileName.description.part1)),e.appendText(" "),e.createEl("a",{href:"https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#tokens",text:v(n=>n.pluginSettingsTab.generatedAttachmentFileName.description.part2)}),e.appendText(".")}),name:v(e=>e.pluginSettingsTab.generatedAttachmentFileName.name),render:o(e=>{e.addCodeHighlighter(n=>{n.setLanguage(Da),n.inputEl.addClass("tokenized-string-setting-control"),this.bind({propertyName:"generatedAttachmentFileName",valueComponent:n,...Rl})})},"render")})]}),this.settingGroupEx({heading:v(e=>e.pluginSettingsTab.groups.moveRenames),items:[this.settingEx({desc:createFragment(e=>{e.appendText(v(n=>n.pluginSettingsTab.duplicateNameSeparator.description.part1)),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.duplicateNameSeparator.description.part2)),e.appendText(" "),W(e,"existingFile.pdf"),e.appendText(v(n=>n.pluginSettingsTab.duplicateNameSeparator.description.part3)),e.appendText(" "),W(e,"existingFile 1.pdf"),e.appendText(", "),W(e,"existingFile 2.pdf"),e.appendText(v(n=>n.pluginSettingsTab.duplicateNameSeparator.description.part4))}),name:v(e=>e.pluginSettingsTab.duplicateNameSeparator.name),render:o(e=>{e.addText(n=>{this.bind({componentToPluginSettingsValueConverter:yw,pluginSettingsToComponentValueConverter:Oh,propertyName:"duplicateNameSeparator",valueComponent:n}),A_(n)})},"render")}),this.settingEx({desc:createFragment(e=>{e.appendText(v(n=>n.pluginSettingsTab.attachmentRenameMode.description.part1)),e.createEl("br"),W(e,v(n=>n.pluginSettings.attachmentRenameMode.none.displayText)),e.appendText(" - "),e.appendText(v(n=>n.pluginSettings.attachmentRenameMode.none.description)),e.createEl("br"),W(e,v(n=>n.pluginSettings.attachmentRenameMode.onlyPastedImages.displayText)),e.appendText(" - "),e.appendText(v(n=>n.pluginSettings.attachmentRenameMode.onlyPastedImages.description)),e.createEl("br"),W(e,v(n=>n.pluginSettings.attachmentRenameMode.all.displayText)),e.appendText(" - "),e.appendText(v(n=>n.pluginSettings.attachmentRenameMode.all.description))}),name:v(e=>e.pluginSettingsTab.attachmentRenameMode.name),render:o(e=>{e.addDropdown(n=>{n.addOptions({None:v(i=>i.pluginSettings.attachmentRenameMode.none.displayText),"Only pasted images":v(i=>i.pluginSettings.attachmentRenameMode.onlyPastedImages.displayText),All:v(i=>i.pluginSettings.attachmentRenameMode.all.displayText)}),this.bind({propertyName:"attachmentRenameMode",valueComponent:n})})},"render")}),this.settingEx({desc:createFragment(e=>{e.appendText(v(n=>n.pluginSettingsTab.shouldRenameAttachmentsCreatedByOtherPlugins.description.part1)),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.shouldRenameAttachmentsCreatedByOtherPlugins.description.part2)),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.shouldRenameAttachmentsCreatedByOtherPlugins.description.part3))}),name:v(e=>e.pluginSettingsTab.shouldRenameAttachmentsCreatedByOtherPlugins.name),render:o(e=>{e.addToggle(n=>{this.bind({propertyName:"shouldRenameAttachmentsCreatedByOtherPlugins",valueComponent:n})})},"render")}),this.settingEx({desc:createFragment(e=>{e.appendText(v(n=>n.pluginSettingsTab.shouldHandleRenames.description.part1)),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.shouldHandleRenames.description.part2)),e.appendText(" "),e.createEl("a",{href:"obsidian://show-plugin?id=backlink-cache",text:"Backlink Cache"}),e.appendText(" "),e.appendText(v(n=>n.pluginSettingsTab.shouldHandleRenames.description.part3))}),name:v(e=>e.pluginSettingsTab.shouldHandleRenames.name),render:o(e=>{e.addToggle(n=>{this.bind({onChanged:o(()=>{this.refreshDomState()},"onChanged"),propertyName:"shouldHandleRenames",valueComponent:n})})},"render")}),this.settingEx({desc:v(e=>e.pluginSettingsTab.shouldRenameAttachmentFolders.description),disabled:o(()=>!this.pluginSettingsComponent.settings.shouldHandleRenames,"disabled"),name:v(e=>e.pluginSettingsTab.shouldRenameAttachmentFolders.name),render:o(e=>{e.addToggle(n=>{this.bind({propertyName:"shouldRenameAttachmentFolder",valueComponent:n})})},"render")}),this.settingEx({desc:createFragment(e=>{e.appendText(v(n=>n.pluginSettingsTab.shouldRenameAttachmentFiles.description.part1)),e.appendText(" "),W(e,v(n=>n.pluginSettingsTab.renamedAttachmentFileName.name)),e.appendText(" "),e.appendText(v(n=>n.pluginSettingsTab.shouldRenameAttachmentFiles.description.part2))}),disabled:o(()=>!this.pluginSettingsComponent.settings.shouldHandleRenames,"disabled"),name:v(e=>e.pluginSettingsTab.shouldRenameAttachmentFiles.name),render:o(e=>{e.addToggle(n=>{this.bind({propertyName:"shouldRenameAttachmentFiles",valueComponent:n})})},"render")}),this.settingEx({desc:createFragment(e=>{e.appendText(v(n=>n.pluginSettingsTab.renamedAttachmentFileName.description.part1)),e.appendText(" "),e.createEl("a",{href:"https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#tokens",text:v(n=>n.pluginSettingsTab.renamedAttachmentFileName.description.part2)}),e.appendText("."),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.renamedAttachmentFileName.description.part3)),e.appendText(" "),W(e,v(n=>n.pluginSettingsTab.generatedAttachmentFileName.name)),e.appendText(v(n=>n.pluginSettingsTab.renamedAttachmentFileName.description.part4))}),name:v(e=>e.pluginSettingsTab.renamedAttachmentFileName.name),render:o(e=>{e.addCodeHighlighter(n=>{n.setLanguage(Da),n.inputEl.addClass("tokenized-string-setting-control"),this.bind({propertyName:"renamedAttachmentFileName",valueComponent:n,...Rl})})},"render")}),this.settingEx({desc:createFragment(e=>{e.appendText(v(n=>n.pluginSettingsTab.moveAttachmentToProperFolderUsedByMultipleNotesMode.description.part1)),e.createEl("br"),W(e,v(n=>n.pluginSettings.moveAttachmentToProperFolderUsedByMultipleNotesMode.skip.displayText)),e.appendText(" - "),e.appendText(v(n=>n.pluginSettings.moveAttachmentToProperFolderUsedByMultipleNotesMode.skip.description)),e.createEl("br"),W(e,v(n=>n.pluginSettings.moveAttachmentToProperFolderUsedByMultipleNotesMode.copyAll.displayText)),e.appendText(" - "),e.appendText(v(n=>n.pluginSettings.moveAttachmentToProperFolderUsedByMultipleNotesMode.copyAll.description)),e.createEl("br"),W(e,v(n=>n.pluginSettings.moveAttachmentToProperFolderUsedByMultipleNotesMode.cancel.displayText)),e.appendText(" - "),e.appendText(v(n=>n.pluginSettings.moveAttachmentToProperFolderUsedByMultipleNotesMode.cancel.description)),e.createEl("br"),W(e,v(n=>n.pluginSettings.moveAttachmentToProperFolderUsedByMultipleNotesMode.prompt.displayText)),e.appendText(" - "),e.appendText(v(n=>n.pluginSettings.moveAttachmentToProperFolderUsedByMultipleNotesMode.prompt.description))}),name:v(e=>e.pluginSettingsTab.moveAttachmentToProperFolderUsedByMultipleNotesMode.name),render:o(e=>{e.addDropdown(n=>{n.addOptions({Skip:v(i=>i.pluginSettings.moveAttachmentToProperFolderUsedByMultipleNotesMode.skip.displayText),CopyAll:v(i=>i.pluginSettings.moveAttachmentToProperFolderUsedByMultipleNotesMode.copyAll.displayText),Cancel:v(i=>i.pluginSettings.moveAttachmentToProperFolderUsedByMultipleNotesMode.cancel.displayText),Prompt:v(i=>i.pluginSettings.moveAttachmentToProperFolderUsedByMultipleNotesMode.prompt.displayText)}),this.bind({propertyName:"moveAttachmentToProperFolderUsedByMultipleNotesMode",valueComponent:n})})},"render")})]}),this.settingGroupEx({heading:v(e=>e.pluginSettingsTab.groups.deletion),items:[this.settingEx({desc:createFragment(e=>{e.appendText(v(n=>n.pluginSettingsTab.emptyFolderBehavior.description.part1)),e.createEl("br"),W(e,v(n=>n.pluginSettings.emptyFolderBehavior.keep.displayText)),e.appendText(" - "),e.appendText(v(n=>n.pluginSettings.emptyFolderBehavior.keep.description)),e.createEl("br"),W(e,v(n=>n.pluginSettings.emptyFolderBehavior.delete.displayText)),e.appendText(" - "),e.appendText(v(n=>n.pluginSettings.emptyFolderBehavior.delete.description)),e.createEl("br"),W(e,v(n=>n.pluginSettings.emptyFolderBehavior.deleteWithEmptyParents.displayText)),e.appendText(" - "),e.appendText(v(n=>n.pluginSettings.emptyFolderBehavior.deleteWithEmptyParents.description))}),name:v(e=>e.pluginSettingsTab.emptyFolderBehavior.name),render:o(e=>{e.addDropdown(n=>{n.addOptions({[at.Keep]:v(i=>i.pluginSettings.emptyFolderBehavior.keep.displayText),[at.Delete]:v(i=>i.pluginSettings.emptyFolderBehavior.delete.displayText),[at.DeleteWithEmptyParents]:v(i=>i.pluginSettings.emptyFolderBehavior.deleteWithEmptyParents.displayText)}),this.bind({propertyName:"emptyFolderBehavior",valueComponent:n})})},"render")}),this.settingEx({desc:v(e=>e.pluginSettingsTab.shouldDeleteOrphanAttachments.description),name:v(e=>e.pluginSettingsTab.shouldDeleteOrphanAttachments.name),render:o(e=>{e.addToggle(n=>{this.bind({onChanged:o(()=>{this.refreshDomState()},"onChanged"),propertyName:"shouldDeleteOrphanAttachments",valueComponent:n})})},"render")}),this.settingEx({desc:createFragment(e=>{e.appendText(v(n=>n.pluginSettingsTab.shouldRescueSharedAttachments.description.part1)),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.shouldRescueSharedAttachments.description.part2)),e.appendText(" "),W(e,v(n=>n.pluginSettingsTab.notePriorities.name)),e.appendText(" "),e.appendText(v(n=>n.pluginSettingsTab.shouldRescueSharedAttachments.description.part3)),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.shouldRescueSharedAttachments.description.part4))}),disabled:o(()=>!this.pluginSettingsComponent.settings.shouldDeleteOrphanAttachments,"disabled"),name:v(e=>e.pluginSettingsTab.shouldRescueSharedAttachments.name),render:o(e=>{e.addToggle(n=>{this.bind({propertyName:"shouldRescueSharedAttachments",valueComponent:n})})},"render")})]}),this.settingGroupEx({heading:v(e=>e.pluginSettingsTab.groups.specialCharacters),items:[this.settingEx({desc:createFragment(e=>{e.appendText(v(n=>n.pluginSettingsTab.specialCharacters.description.part1)),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.specialCharacters.description.part2))}),name:v(e=>e.pluginSettingsTab.specialCharacters.name),render:o(e=>{e.addText(n=>{this.bind({componentToPluginSettingsValueConverter:yw,pluginSettingsToComponentValueConverter:Oh,propertyName:"specialCharacters",shouldResetSettingWhenComponentIsEmpty:!1,shouldShowPlaceholderForDefaultValues:!1,valueComponent:n}),A_(n)})},"render")}),this.settingEx({desc:createFragment(e=>{e.appendText(v(n=>n.pluginSettingsTab.specialCharactersReplacement.description.part1)),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.specialCharactersReplacement.description.part2))}),name:v(e=>e.pluginSettingsTab.specialCharactersReplacement.name),render:o(e=>{e.addText(n=>{this.bind({componentToPluginSettingsValueConverter:yw,pluginSettingsToComponentValueConverter:Oh,propertyName:"specialCharactersReplacement",shouldResetSettingWhenComponentIsEmpty:!1,shouldShowPlaceholderForDefaultValues:!1,valueComponent:n})})},"render")})]}),this.settingGroupEx({heading:v(e=>e.pluginSettingsTab.groups.collectedAttachments),items:[this.settingEx({desc:v(e=>e.pluginSettingsTab.downloadNetworkImages.description),name:v(e=>e.pluginSettingsTab.downloadNetworkImages.name),render:o(e=>{e.addToggle(n=>{this.bind({onChanged:o(()=>{this.refreshDomState()},"onChanged"),propertyName:"downloadNetworkImages",valueComponent:n})})},"render")}),this.settingEx({desc:v(e=>e.pluginSettingsTab.networkImageDownloadTimeoutInSeconds.description),name:v(e=>e.pluginSettingsTab.networkImageDownloadTimeoutInSeconds.name),render:o(e=>{e.addNumber(n=>{n.setMin(1),this.bind({propertyName:"networkImageDownloadTimeoutInSeconds",valueComponent:n})})},"render"),visible:o(()=>this.pluginSettingsComponent.settings.downloadNetworkImages,"visible")}),this.settingEx({desc:createFragment(e=>{e.appendText(v(n=>n.pluginSettingsTab.shouldRenameCollectedAttachments.description.part1)),e.appendText(" "),W(e,v(n=>n.pluginSettingsTab.shouldRenameCollectedAttachments.description.part2)),e.appendText(" "),e.appendText(v(n=>n.pluginSettingsTab.shouldRenameCollectedAttachments.description.part3)),e.appendText(" "),W(e,v(n=>n.pluginSettingsTab.collectedAttachmentFileName.name)),e.appendText(" "),e.appendText(v(n=>n.pluginSettingsTab.shouldRenameCollectedAttachments.description.part4))}),name:v(e=>e.pluginSettingsTab.shouldRenameCollectedAttachments.name),render:o(e=>{e.addToggle(n=>{this.bind({propertyName:"shouldRenameCollectedAttachments",valueComponent:n})})},"render")}),this.settingEx({desc:createFragment(e=>{e.appendText(v(n=>n.pluginSettingsTab.collectedAttachmentFileName.description.part1)),e.appendText(" "),e.createEl("a",{href:"https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#tokens",text:v(n=>n.pluginSettingsTab.collectedAttachmentFileName.description.part2)}),e.appendText("."),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.collectedAttachmentFileName.description.part3)),e.appendText(" "),W(e,v(n=>n.pluginSettingsTab.generatedAttachmentFileName.name)),e.appendText(v(n=>n.pluginSettingsTab.collectedAttachmentFileName.description.part4))}),name:v(e=>e.pluginSettingsTab.collectedAttachmentFileName.name),render:o(e=>{e.addCodeHighlighter(n=>{n.setLanguage(Da),n.inputEl.addClass("tokenized-string-setting-control"),this.bind({propertyName:"collectedAttachmentFileName",valueComponent:n,...Rl})})},"render")}),this.settingEx({desc:createFragment(e=>{e.appendText(v(n=>n.pluginSettingsTab.collectAttachmentUsedByMultipleNotesMode.description.part1)),e.createEl("br"),W(e,v(n=>n.pluginSettings.collectAttachmentUsedByMultipleNotesMode.skip.displayText)),e.appendText(" - "),e.appendText(v(n=>n.pluginSettings.collectAttachmentUsedByMultipleNotesMode.skip.description)),e.createEl("br"),W(e,v(n=>n.pluginSettings.collectAttachmentUsedByMultipleNotesMode.move.displayText)),e.appendText(" - "),e.appendText(v(n=>n.pluginSettings.collectAttachmentUsedByMultipleNotesMode.move.description)),e.createEl("br"),W(e,v(n=>n.pluginSettings.collectAttachmentUsedByMultipleNotesMode.copy.displayText)),e.appendText(" - "),e.appendText(v(n=>n.pluginSettings.collectAttachmentUsedByMultipleNotesMode.copy.description)),e.createEl("br"),W(e,v(n=>n.pluginSettings.collectAttachmentUsedByMultipleNotesMode.cancel.displayText)),e.appendText(" - "),e.appendText(v(n=>n.pluginSettings.collectAttachmentUsedByMultipleNotesMode.cancel.description)),e.createEl("br"),W(e,v(n=>n.pluginSettings.collectAttachmentUsedByMultipleNotesMode.prompt.displayText)),e.appendText(" - "),e.appendText(v(n=>n.pluginSettings.collectAttachmentUsedByMultipleNotesMode.prompt.description))}),name:v(e=>e.pluginSettingsTab.collectAttachmentUsedByMultipleNotesMode.name),render:o(e=>{e.addDropdown(n=>{n.addOptions({Skip:v(i=>i.pluginSettings.collectAttachmentUsedByMultipleNotesMode.skip.displayText),Move:v(i=>i.pluginSettings.collectAttachmentUsedByMultipleNotesMode.move.displayText),Copy:v(i=>i.pluginSettings.collectAttachmentUsedByMultipleNotesMode.copy.displayText),Cancel:v(i=>i.pluginSettings.collectAttachmentUsedByMultipleNotesMode.cancel.displayText),Prompt:v(i=>i.pluginSettings.collectAttachmentUsedByMultipleNotesMode.prompt.displayText)}),this.bind({propertyName:"collectAttachmentUsedByMultipleNotesMode",valueComponent:n})})},"render")}),this.settingEx({desc:createFragment(e=>{e.appendText(v(n=>n.pluginSettingsTab.notePriorities.description.part1)),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.notePriorities.description.part2)),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.notePriorities.description.part3)),e.appendText(" "),W(e,".md"),e.appendText("."),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.notePriorities.description.part4)),e.appendText(" "),W(e,"property:"),e.appendText(" "),e.appendText(v(n=>n.pluginSettingsTab.notePriorities.description.part5)),e.appendText(" "),W(e,"property:excalidraw-plugin"),e.appendText("."),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.notePriorities.description.part6)),e.appendText(" "),W(e,v(n=>n.regularExpression)),e.appendText("."),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.notePriorities.description.part7)),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.notePriorities.description.part8)),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.notePriorities.description.part9))}),name:v(e=>e.pluginSettingsTab.notePriorities.name),render:o(e=>{e.addMultipleText(n=>{this.bind({propertyName:"notePriorities",valueComponent:n})})},"render")}),this.settingEx({desc:v(e=>e.pluginSettingsTab.shouldSkipCollectingAttachmentsReferencedByRawPath.description),name:v(e=>e.pluginSettingsTab.shouldSkipCollectingAttachmentsReferencedByRawPath.name),render:o(e=>{e.addToggle(n=>{this.bind({propertyName:"shouldSkipCollectingAttachmentsReferencedByRawPath",valueComponent:n})})},"render")})]}),this.settingGroupEx({heading:v(e=>e.pluginSettingsTab.groups.images),items:[this.settingEx({desc:createFragment(e=>{e.appendText(v(n=>n.pluginSettingsTab.defaultImageSize.description.part1)),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.defaultImageSize.description.part2)),e.appendText(" ("),W(e,"300px"),e.appendText(") "),e.appendText(v(n=>n.pluginSettingsTab.defaultImageSize.description.part3)),e.appendText(" ("),W(e,"50%"),e.appendText(")."),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.defaultImageSize.description.part4))}),name:v(e=>e.pluginSettingsTab.defaultImageSize.name),render:o(e=>{e.addText(n=>{this.bind({propertyName:"defaultImageSize",valueComponent:n})}).addDropdown(n=>{n.selectEl.addClass("default-image-size-dimension-setting-control"),n.addOptions({width:v(i=>i.pluginSettings.defaultImageSizeDimension.width),height:v(i=>i.pluginSettings.defaultImageSizeDimension.height)}),this.bind({propertyName:"defaultImageSizeDimension",valueComponent:n})})},"render")}),this.settingEx({desc:createFragment(e=>{e.appendText(v(n=>n.pluginSettingsTab.convertImagesToJpegMode.description.part1)),e.createEl("br"),W(e,v(n=>n.pluginSettings.convertImagesToJpegMode.none.displayText)),e.appendText(" - "),e.appendText(v(n=>n.pluginSettings.convertImagesToJpegMode.none.description)),e.createEl("br"),W(e,v(n=>n.pluginSettings.convertImagesToJpegMode.onlyPastedClipboardPngImages.displayText)),e.appendText(" - "),e.appendText(v(n=>n.pluginSettings.convertImagesToJpegMode.onlyPastedClipboardPngImages.description)),e.createEl("br"),W(e,v(n=>n.pluginSettings.convertImagesToJpegMode.allImagesExceptAlreadyJpeg.displayText)),e.appendText(" - "),e.appendText(v(n=>n.pluginSettings.convertImagesToJpegMode.allImagesExceptAlreadyJpeg.description)),e.createEl("br"),W(e,v(n=>n.pluginSettings.convertImagesToJpegMode.allImages.displayText)),e.appendText(" - "),e.appendText(v(n=>n.pluginSettings.convertImagesToJpegMode.allImages.description))}),name:v(e=>e.pluginSettingsTab.convertImagesToJpegMode.name),render:o(e=>{e.addDropdown(n=>{n.addOptions({None:v(i=>i.pluginSettings.convertImagesToJpegMode.none.displayText),"Only pasted clipboard PNG images":v(i=>i.pluginSettings.convertImagesToJpegMode.onlyPastedClipboardPngImages.displayText),"All images except already JPEG files":v(i=>i.pluginSettings.convertImagesToJpegMode.allImagesExceptAlreadyJpeg.displayText),"All images":v(i=>i.pluginSettings.convertImagesToJpegMode.allImages.displayText)}),this.bind({onChanged:o(()=>{this.refreshDomState()},"onChanged"),propertyName:"convertImagesToJpegMode",valueComponent:n})})},"render")}),this.settingEx({desc:v(e=>e.pluginSettingsTab.jpegQuality.description),name:v(e=>e.pluginSettingsTab.jpegQuality.name),render:o(e=>{e.addDropdown(n=>{n.addOptions(I8()),this.bind({componentToPluginSettingsValueConverter:Number,pluginSettingsToComponentValueConverter:o(i=>i.toPrecision(E_),"pluginSettingsToComponentValueConverter"),propertyName:"jpegQuality",valueComponent:n})})},"render")}),this.settingEx({desc:createFragment(e=>{e.appendText(v(n=>n.pluginSettingsTab.shouldPreserveImageMetadata.description.part1)),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.shouldPreserveImageMetadata.description.part2)),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.shouldPreserveImageMetadata.description.part3))}),disabled:o(()=>this.pluginSettingsComponent.settings.convertImagesToJpegMode==="None","disabled"),name:v(e=>e.pluginSettingsTab.shouldPreserveImageMetadata.name),render:o(e=>{e.addToggle(n=>{this.bind({propertyName:"shouldPreserveImageMetadata",valueComponent:n})})},"render")})]}),this.settingGroupEx({heading:v(e=>e.pluginSettingsTab.groups.path),items:[this.settingEx({desc:createFragment(e=>{e.appendText(v(n=>n.pluginSettingsTab.includePaths.description.part1)),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.includePaths.description.part2)),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.includePaths.description.part3)),e.appendText(" "),W(e,v(n=>n.regularExpression)),e.appendText("."),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.includePaths.description.part4))}),name:v(e=>e.pluginSettingsTab.includePaths.name),render:o(e=>{e.addMultipleText(n=>{this.bind({propertyName:"includePaths",valueComponent:n})})},"render")}),this.settingEx({desc:createFragment(e=>{e.appendText(v(n=>n.pluginSettingsTab.excludePaths.description.part1)),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.excludePaths.description.part2)),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.excludePaths.description.part3)),e.appendText(" "),W(e,v(n=>n.regularExpression)),e.appendText("."),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.excludePaths.description.part4))}),name:v(e=>e.pluginSettingsTab.excludePaths.name),render:o(e=>{e.addMultipleText(n=>{this.bind({propertyName:"excludePaths",valueComponent:n})})},"render")}),this.settingEx({desc:createFragment(e=>{e.appendText(v(n=>n.pluginSettingsTab.attachmentUnitFolderPaths.description.part1)),e.appendText(" "),W(e,v(n=>n.pluginSettingsTab.attachmentUnitFolderPaths.description.part2)),e.appendText(" "),e.appendText(v(n=>n.pluginSettingsTab.attachmentUnitFolderPaths.description.part3)),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.attachmentUnitFolderPaths.description.part4)),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.attachmentUnitFolderPaths.description.part5)),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.attachmentUnitFolderPaths.description.part6)),e.appendText(" "),W(e,v(n=>n.regularExpression)),e.appendText("."),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.attachmentUnitFolderPaths.description.part7)),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.attachmentUnitFolderPaths.description.part8))}),name:v(e=>e.pluginSettingsTab.attachmentUnitFolderPaths.name),render:o(e=>{e.addMultipleText(n=>{this.bind({propertyName:"attachmentUnitFolderPaths",valueComponent:n})})},"render")}),this.settingEx({desc:createFragment(e=>{e.appendText(v(n=>n.pluginSettingsTab.excludePathsFromAttachmentCollecting.description.part1)),e.appendText(" "),W(e,v(n=>n.pluginSettingsTab.excludePathsFromAttachmentCollecting.description.part2)),e.appendText(" "),e.appendText(v(n=>n.pluginSettingsTab.excludePathsFromAttachmentCollecting.description.part3)),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.excludePathsFromAttachmentCollecting.description.part4)),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.excludePathsFromAttachmentCollecting.description.part5)),e.appendText(" "),W(e,v(n=>n.regularExpression)),e.appendText("."),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.excludePathsFromAttachmentCollecting.description.part6))}),name:v(e=>e.pluginSettingsTab.excludePathsFromAttachmentCollecting.name),render:o(e=>{e.addMultipleText(n=>{this.bind({propertyName:"excludePathsFromAttachmentCollecting",valueComponent:n})})},"render")}),this.settingEx({desc:createFragment(e=>{e.appendText(v(n=>n.pluginSettingsTab.excludePathsFromMultipleNotesCheck.description.part1)),e.appendText(" "),W(e,v(n=>n.pluginSettingsTab.excludePathsFromMultipleNotesCheck.description.part2)),e.appendText(" "),e.appendText(v(n=>n.pluginSettingsTab.excludePathsFromMultipleNotesCheck.description.part3)),e.appendText(" "),W(e,v(n=>n.pluginSettingsTab.excludePathsFromMultipleNotesCheck.description.part4)),e.appendText(" "),e.appendText(v(n=>n.pluginSettingsTab.excludePathsFromMultipleNotesCheck.description.part5)),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.excludePathsFromMultipleNotesCheck.description.part6)),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.excludePathsFromMultipleNotesCheck.description.part7)),e.appendText(" "),W(e,v(n=>n.regularExpression)),e.appendText("."),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.excludePathsFromMultipleNotesCheck.description.part8))}),name:v(e=>e.pluginSettingsTab.excludePathsFromMultipleNotesCheck.name),render:o(e=>{e.addMultipleText(n=>{this.bind({propertyName:"excludePathsFromMultipleNotesCheck",valueComponent:n})})},"render")}),this.settingEx({desc:createFragment(e=>{e.appendText(v(n=>n.pluginSettingsTab.treatAsAttachmentExtensions.description.part1)),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.treatAsAttachmentExtensions.description.part2)),e.appendText(" "),W(e,".md"),e.appendText(", "),W(e,".canvas"),e.appendText(" "),e.appendText(v(n=>n.pluginSettingsTab.treatAsAttachmentExtensions.description.part3)),e.appendText(" "),W(e,".base"),e.appendText(" "),e.appendText(v(n=>n.pluginSettingsTab.treatAsAttachmentExtensions.description.part4)),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.treatAsAttachmentExtensions.description.part5)),e.appendText(" "),W(e,".foo.md"),e.appendText(", "),W(e,".bar.canvas"),e.appendText(", "),W(e,".baz.base"),e.appendText(v(n=>n.pluginSettingsTab.treatAsAttachmentExtensions.description.part6)),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.treatAsAttachmentExtensions.description.part7))}),name:v(e=>e.pluginSettingsTab.treatAsAttachmentExtensions.name),render:o(e=>{e.addMultipleText(n=>{this.bind({propertyName:"treatAsAttachmentExtensions",valueComponent:n})})},"render")})]}),this.settingGroupEx({heading:v(e=>e.pluginSettingsTab.groups.customTokens),items:[this.settingEx({desc:createFragment(e=>{e.appendText(v(n=>n.pluginSettingsTab.customTokens.description.part1)),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.customTokens.description.part2)),e.appendText(" "),e.createEl("a",{href:"https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens",text:v(n=>n.pluginSettingsTab.customTokens.description.part3)}),e.appendText(" "),e.appendText(v(n=>n.pluginSettingsTab.customTokens.description.part4)),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.customTokens.description.part5))}),name:v(e=>e.pluginSettingsTab.customTokens.name),render:o(e=>{this.pluginSettingsComponent2.shouldDebounceCustomTokensValidation=!0;let n=(0,$h.debounce)(i=>{ke(async()=>{ht.registerCustomTokens(i),await this.revalidate()})},T8);return e.addCodeHighlighter(i=>{i.setLanguage("javascript"),i.inputEl.addClass("custom-tokens-setting-control"),this.bind({onChanged:o(r=>{n(r)},"onChanged"),propertyName:"customTokensStr",valueComponent:i})}),()=>{n.cancel()}},"render")}),this.settingEx({name:"",render:o(e=>{e.addButton(n=>{n.setButtonText(v(i=>i.pluginSettingsTab.resetToSampleCustomTokens.title)),n.setDestructive(),n.onClick(pt(async()=>{this.pluginSettingsComponent.settings.customTokensStr!==ov&&(this.pluginSettingsComponent.settings.customTokensStr!==""&&!await Ai({app:this.app,cancelButtonText:v(i=>i.obsidianDevUtils.buttons.cancel),message:v(i=>i.pluginSettingsTab.resetToSampleCustomTokens.message),okButtonText:v(i=>i.obsidianDevUtils.buttons.ok),title:v(i=>i.pluginSettingsTab.resetToSampleCustomTokens.title)})||(await this.pluginSettingsComponent.editAndSave(i=>{i.customTokensStr=ov}),this.refresh()))}))})},"render"),searchable:!1})]}),this.settingGroupEx({heading:v(e=>e.pluginSettingsTab.groups.advanced),items:[this.settingEx({desc:createFragment(e=>{e.appendText(v(n=>n.pluginSettingsTab.markdownUrlFormat.description.part1)),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.markdownUrlFormat.description.part2)),e.appendText(" "),e.createEl("a",{href:"https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#tokens",text:v(n=>n.pluginSettingsTab.markdownUrlFormat.description.part3)}),e.appendText("."),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.markdownUrlFormat.description.part4))}),name:v(e=>e.pluginSettingsTab.markdownUrlFormat.name),render:o(e=>{e.addCodeHighlighter(n=>{n.setLanguage(Da),n.inputEl.addClass("tokenized-string-setting-control"),this.bind({propertyName:"markdownUrlFormat",valueComponent:n,...Rl})})},"render")}),this.settingEx({desc:v(e=>e.pluginSettingsTab.shouldSetLinkDisplayTextToAttachmentFileName.description),name:v(e=>e.pluginSettingsTab.shouldSetLinkDisplayTextToAttachmentFileName.name),render:o(e=>{e.addToggle(n=>{this.bind({propertyName:"shouldSetLinkDisplayTextToAttachmentFileName",valueComponent:n})})},"render")}),this.settingEx({desc:createFragment(e=>{e.appendText(v(n=>n.pluginSettingsTab.timeoutInSeconds.description.part1)),e.createEl("br"),e.appendText(v(n=>n.pluginSettingsTab.timeoutInSeconds.description.part2)),e.appendText(" "),W(e,"0"),e.appendText(" "),e.appendText(v(n=>n.pluginSettingsTab.timeoutInSeconds.description.part3))}),name:v(e=>e.pluginSettingsTab.timeoutInSeconds.name),render:o(e=>{e.addNumber(n=>{n.setMin(0),this.bind({propertyName:"timeoutInSeconds",valueComponent:n})})},"render")})]})]}};function I8(){let e={};for(let n=1;n<=20;n++){let i=(n/20).toFixed(E_);e[i]=i}return e}o(I8,"generateJpegQualityOptions");function A_(t){t.inputEl.addEventListener("input",()=>{let e=t.inputEl.selectionStart??0,n=t.inputEl.selectionEnd??0;t.inputEl.value=Oh(t.inputEl.value),t.inputEl.setSelectionRange(e,n)})}o(A_,"handleWhitespace");function yw(t){return t.replaceAll(S_," ")}o(yw,"restoreSpaceCharacter");function Oh(t){return t.replaceAll(" ",()=>S_)}o(Oh,"showSpaceCharacter");var Ll=require("obsidian");Ve();dt();var D8="unused-attachment",Rh=class{static{o(this,"UnusedAttachmentsRemover")}abortSignalComponent;app;attachmentPathManager;pluginNoticeComponent;pluginSettingsComponent;constructor(e){this.abortSignalComponent=e.abortSignalComponent,this.app=e.app,this.attachmentPathManager=e.attachmentPathManager,this.pluginNoticeComponent=e.pluginNoticeComponent,this.pluginSettingsComponent=e.pluginSettingsComponent}deleteUnusedAttachmentsInAbstractFiles(e){Xr({abortSignal:this.abortSignalComponent.abortSignal,operationFunction:o(n=>this.deleteUnusedAttachmentsInAbstractFilesImpl(e,n),"operationFunction"),operationName:v(n=>n.menuItems.deleteUnusedAttachmentsInFile),timeoutInMilliseconds:this.pluginSettingsComponent.settings.getTimeoutInMilliseconds()})}async deleteUnusedAttachmentsInAbstractFilesImpl(e,n){n.throwIfAborted();let i=new Set;for(let u of e)De(u)&&it(u)&&i.add(u),bt(u)&&Ll.Vault.recurseChildren(u,p=>{De(p)&&it(p)&&i.add(p)});let r=[...i].sort((u,p)=>u.path.localeCompare(p.path)),a=new Set;for(let u of r){if(n.throwIfAborted(),this.pluginSettingsComponent.settings.isPathIgnored(u.path)){console.warn(`Cannot delete unused attachments as note path is ignored: ${u.path}.`);continue}for(let p of await this.findUnusedAttachments(u,n))a.add(p)}if(a.size===0){this.pluginNoticeComponent.showNotice(v(u=>u.notice.noUnusedAttachments));return}let s=[...a].sort((u,p)=>u.path.localeCompare(p.path));if(!await Ai({app:this.app,cancelButtonText:v(u=>u.obsidianDevUtils.buttons.cancel),message:createFragment(u=>{u.appendText(v(p=>p.deleteUnusedAttachments.confirm.part1)),u.createEl("br"),u.createEl("ul",{},p=>{for(let d of s)p.createEl("li",{},m=>{W(m,d.path)})}),u.createEl("br"),u.appendText(v(p=>p.deleteUnusedAttachments.confirm.part2))}),okButtonText:v(u=>u.obsidianDevUtils.buttons.ok),title:createFragment(u=>{(0,Ll.setIcon)(u.createSpan(),"lucide-alert-triangle"),u.appendText(" "),u.appendText(v(p=>p.menuItems.deleteUnusedAttachmentsInFile))})})){n.throwIfAborted();return}let c=new Set;for(let u of s)n.throwIfAborted(),c.add(Fe(u.path)),await Kr(this.app,u);await na({app:this.app,emptyFolderBehavior:this.pluginSettingsComponent.settings.emptyFolderBehavior,folderPaths:[...c]})}async findUnusedAttachments(e,n){let i=await Pr(this.app,e);if(n.throwIfAborted(),!i)return[];let r=zn(e)?await mo(this.app,e):$n({cache:i});n.throwIfAborted();let a=new Set;for(let p of r){let d=Rn({app:this.app,link:p,shouldAllowNonExistingFile:!0,sourcePathOrFile:e});d&&a.add(d.path)}let s=await this.attachmentPathManager.getAttachmentFolderFullPathForPath({actionContext:"Unknown",attachmentFileName:D8,notePath:e.path});n.throwIfAborted();let l=this.app.vault.getFolderByPath(s);if(!l)return[];let c=[];Ll.Vault.recurseChildren(l,p=>{De(p)&&!this.pluginSettingsComponent.isNoteEx(p)&&!a.has(p.path)&&c.push(p)});let u=[];for(let p of c)n.throwIfAborted(),(await an({app:this.app,pathOrFile:p,timeoutInMilliseconds:this.pluginSettingsComponent.settings.getTimeoutInMilliseconds()})).keys().filter(h=>h!==e.path&&!this.pluginSettingsComponent.settings.isExcludedFromMultipleNotesCheck(h)).length===0&&u.push(p);return u}};var Lh=class extends Ru{static{o(this,"Plugin")}attachmentCollector=null;collectAttachmentsInAbstractFiles(e){this.attachmentCollector?.collectAttachmentsInAbstractFiles(e)}createTranslationsMap(){return WN}async onloadImpl(){let e=hi.unset(),n=this.addChild(new Jm({app:this.app,dataHandler:new ho(this),pluginEventSource:new vo(this),validatorWrapper:e}));this.pluginSettingsComponent=n;let i=new mm({app:this.app,pluginSettingsComponent:n});e.value=i;let r=this.app.vault.getAvailablePathForAttachments.bind(this.app.vault),a=new gm({app:this.app,getAvailablePathForAttachmentsOriginal:r,pluginNoticeComponent:this.pluginNoticeComponent,pluginSettingsComponent:n,tokenValidator:i}),s=new Lu({app:this.app}),l=new th,c=new nh,u=new eh({pluginSettingsComponent:n}),p=new bm({app:this.app,arrayBufferMap:s,attachmentPathManager:a,imageManager:u,imageSizeMap:l,markdownUrlMap:c,pluginSettingsComponent:n,tokenValidator:i});this.addChild(new Km({app:this.app,arrayBufferMap:s,attachmentPathManager:a,imageSizeMap:l,markdownUrlMap:c,pluginDirectory:this.manifest.dir??"",pluginSettingsComponent:n,pluginVersion:this.manifest.version,tokenValidator:i})),this.addChild(new Ec({plugin:this,pluginSettingsTab:new Mh({plugin:this,pluginSettingsComponent:n})}));let d=new vm({app:this.app,attachmentPathManager:a,pluginSettingsComponent:n});this.addChild(new ku({abortSignalComponent:this.abortSignalComponent,app:this.app,linkUpdateProgressReporter:n_({pluginNoticeComponent:this.pluginNoticeComponent}),pluginId:this.manifest.id,pluginNoticeComponent:this.pluginNoticeComponent,resourceLockComponent:this.resourceLockComponent,settingsBuilder:o(()=>({emptyFolderBehavior:n.settings.emptyFolderBehavior,getRescuePath:o(async b=>await d.getRescuePath(b),"getRescuePath"),isNote:o(b=>n.isNoteEx(b),"isNote"),isPathIgnored:o(b=>n.settings.isPathIgnored(b),"isPathIgnored"),shouldHandleDeletions:n.settings.shouldDeleteOrphanAttachments,shouldHandleRenames:n.settings.shouldHandleRenames,shouldRenameAttachmentFiles:n.settings.shouldRenameAttachmentFiles,shouldRenameAttachmentFolder:n.settings.shouldRenameAttachmentFolder,shouldUpdateFileNameAliases:!0}),"settingsBuilder")}));let m=new rh({abortSignalComponent:this.abortSignalComponent,app:this.app,attachmentPathManager:a,pluginSettingsComponent:n}),h=new qu({abortSignalComponent:this.abortSignalComponent,app:this.app,attachmentPathManager:a,consoleDebugComponent:this.consoleDebugComponent,networkImageDownloader:m,pluginName:this.manifest.name,pluginNoticeComponent:this.pluginNoticeComponent,pluginSettingsComponent:n,resourceLockComponent:this.resourceLockComponent});this.attachmentCollector=h;let f=new Rh({abortSignalComponent:this.abortSignalComponent,app:this.app,attachmentPathManager:a,pluginNoticeComponent:this.pluginNoticeComponent,pluginSettingsComponent:n});await this.commandHandlerComponent.registerCommandHandlers(()=>[new Cm({attachmentCollector:h}),new wm({unusedAttachmentsRemover:f}),new xm({attachmentCollector:h}),new km({attachmentCollector:h}),new Am({abortSignalComponent:this.abortSignalComponent,app:this.app,attachmentPathManager:a,pluginNoticeComponent:this.pluginNoticeComponent,pluginSettingsComponent:n,resourceLockComponent:this.resourceLockComponent}),new Sc({app:this.app,pluginId:this.manifest.id,pluginNoticeComponent:this.pluginNoticeComponent,pluginVersion:this.manifest.version})]),this.addChild(new ih({app:this.app,attachmentSaver:p})),this.addChild(new zh)}};
|
|
|
|
/* nosourcemap */ |