633 lines
1.5 MiB
633 lines
1.5 MiB
/*
|
|
THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
|
|
if you want to view the source, please visit the github repository of this plugin
|
|
*/
|
|
|
|
(function initCjs() {
|
|
const globalThisRecord = globalThis;
|
|
globalThisRecord["__name"] ??= name;
|
|
const originalRequire = require;
|
|
if (originalRequire && !originalRequire.__isPatched) {
|
|
require = Object.assign(
|
|
(id) => requirePatched(id),
|
|
originalRequire,
|
|
{
|
|
__isPatched: true
|
|
}
|
|
);
|
|
}
|
|
const newFuncs = {
|
|
__extractDefault() {
|
|
return extractDefault;
|
|
},
|
|
process() {
|
|
const browserProcess = {
|
|
browser: true,
|
|
cwd() {
|
|
return "/";
|
|
},
|
|
env: {},
|
|
platform: "android"
|
|
};
|
|
return browserProcess;
|
|
}
|
|
};
|
|
for (const key of Object.keys(newFuncs)) {
|
|
globalThisRecord[key] ??= newFuncs[key]?.();
|
|
}
|
|
function name(obj) {
|
|
return obj;
|
|
}
|
|
function extractDefault(module2) {
|
|
return module2 && module2.__esModule && "default" in module2 ? module2.default : module2;
|
|
}
|
|
const OBSIDIAN_BUILT_IN_MODULE_NAMES = [
|
|
"obsidian",
|
|
"@codemirror/autocomplete",
|
|
"@codemirror/collab",
|
|
"@codemirror/commands",
|
|
"@codemirror/language",
|
|
"@codemirror/lint",
|
|
"@codemirror/search",
|
|
"@codemirror/state",
|
|
"@codemirror/text",
|
|
"@codemirror/view",
|
|
"@lezer/common",
|
|
"@lezer/lr",
|
|
"@lezer/highlight"
|
|
];
|
|
const DEPRECATED_OBSIDIAN_BUILT_IN_MODULE_NAMES = [
|
|
"@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.includes(id) || DEPRECATED_OBSIDIAN_BUILT_IN_MODULE_NAMES.includes(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 globalThis.process;
|
|
}
|
|
} else {
|
|
const module2 = originalRequire?.(id);
|
|
if (module2) {
|
|
return extractDefault(module2);
|
|
}
|
|
}
|
|
console.debug(`The most likely you can safely ignore this error. Module not found: ${id}. Empty object is returned instead.`);
|
|
return {};
|
|
}
|
|
})();
|
|
|
|
"use strict";var eF=Object.create;var Ja=Object.defineProperty;var tF=Object.getOwnPropertyDescriptor;var nF=Object.getOwnPropertyNames;var rF=Object.getPrototypeOf,iF=Object.prototype.hasOwnProperty;var s=(e,t)=>Ja(e,"name",{value:t,configurable:!0});var J=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),fn=(e,t)=>{for(var n in t)Ja(e,n,{get:t[n],enumerable:!0})},Rx=(e,t,n,i)=>{if(t&&typeof t=="object"||typeof t=="function")for(let r of nF(t))!iF.call(e,r)&&r!==n&&Ja(e,r,{get:()=>t[r],enumerable:!(i=tF(t,r))||i.enumerable});return e};var gn=(e,t,n)=>(n=e!=null?eF(rF(e)):{},Rx(t||!e||!e.__esModule?Ja(n,"default",{value:e,enumerable:!0}):n,e)),aF=e=>Rx(Ja({},"__esModule",{value:!0}),e);var Vx=J((cL,Ux)=>{var Ei=1e3,Ti=Ei*60,Pi=Ti*60,Vr=Pi*24,oF=Vr*7,sF=Vr*365.25;Ux.exports=function(e,t){t=t||{};var n=typeof e;if(n==="string"&&e.length>0)return lF(e);if(n==="number"&&isFinite(e))return t.long?uF(e):cF(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function lF(e){if(e=String(e),!(e.length>100)){var t=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(t){var n=parseFloat(t[1]),i=(t[2]||"ms").toLowerCase();switch(i){case"years":case"year":case"yrs":case"yr":case"y":return n*sF;case"weeks":case"week":case"w":return n*oF;case"days":case"day":case"d":return n*Vr;case"hours":case"hour":case"hrs":case"hr":case"h":return n*Pi;case"minutes":case"minute":case"mins":case"min":case"m":return n*Ti;case"seconds":case"second":case"secs":case"sec":case"s":return n*Ei;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return n;default:return}}}}s(lF,"parse");function cF(e){var t=Math.abs(e);return t>=Vr?Math.round(e/Vr)+"d":t>=Pi?Math.round(e/Pi)+"h":t>=Ti?Math.round(e/Ti)+"m":t>=Ei?Math.round(e/Ei)+"s":e+"ms"}s(cF,"fmtShort");function uF(e){var t=Math.abs(e);return t>=Vr?As(e,t,Vr,"day"):t>=Pi?As(e,t,Pi,"hour"):t>=Ti?As(e,t,Ti,"minute"):t>=Ei?As(e,t,Ei,"second"):e+" ms"}s(uF,"fmtLong");function As(e,t,n,i){var r=t>=n*1.5;return Math.round(e/n)+" "+i+(r?"s":"")}s(As,"plural")});var Cd=J((pL,Zx)=>{function pF(e){n.debug=n,n.default=n,n.coerce=c,n.disable=o,n.enable=r,n.enabled=l,n.humanize=Vx(),n.destroy=u,Object.keys(e).forEach(p=>{n[p]=e[p]}),n.names=[],n.skips=[],n.formatters={};function t(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]}s(t,"selectColor"),n.selectColor=t;function n(p){let d,m=null,h,v;function x(...A){if(!x.enabled)return;let k=x,C=Number(new Date),E=C-(d||C);k.diff=E,k.prev=d,k.curr=C,d=C,A[0]=n.coerce(A[0]),typeof A[0]!="string"&&A.unshift("%O");let I=0;A[0]=A[0].replace(/%([a-zA-Z%])/g,(T,Q)=>{if(T==="%%")return"%";I++;let ke=n.formatters[Q];if(typeof ke=="function"){let ee=A[I];T=ke.call(k,ee),A.splice(I,1),I--}return T}),n.formatArgs.call(k,A),(k.log||n.log).apply(k,A)}return s(x,"debug"),x.namespace=p,x.useColors=n.useColors(),x.color=n.selectColor(p),x.extend=i,x.destroy=n.destroy,Object.defineProperty(x,"enabled",{enumerable:!0,configurable:!1,get:s(()=>m!==null?m:(h!==n.namespaces&&(h=n.namespaces,v=n.enabled(p)),v),"get"),set:s(A=>{m=A},"set")}),typeof n.init=="function"&&n.init(x),x}s(n,"createDebug");function i(p,d){let m=n(this.namespace+(typeof d>"u"?":":d)+p);return m.log=this.log,m}s(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)}s(r,"enable");function a(p,d){let m=0,h=0,v=-1,x=0;for(;m<p.length;)if(h<d.length&&(d[h]===p[m]||d[h]==="*"))d[h]==="*"?(v=h,x=m,h++):(m++,h++);else if(v!==-1)h=v+1,x++,m=x;else return!1;for(;h<d.length&&d[h]==="*";)h++;return h===d.length}s(a,"matchesTemplate");function o(){let p=[...n.names,...n.skips.map(d=>"-"+d)].join(",");return n.enable(""),p}s(o,"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}s(l,"enabled");function c(p){return p instanceof Error?p.stack||p.message:p}s(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 s(u,"destroy"),n.enable(n.load()),n}s(pF,"setup");Zx.exports=pF});var qx=J((Pt,ws)=>{Pt.formatArgs=mF;Pt.save=hF;Pt.load=fF;Pt.useColors=dF;Pt.storage=gF();Pt.destroy=(()=>{let e=!1;return()=>{e||(e=!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`."))}})();Pt.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 dF(){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 e;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&&(e=navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/))&&parseInt(e[1],10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}s(dF,"useColors");function mF(e){if(e[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+e[0]+(this.useColors?"%c ":" ")+"+"+ws.exports.humanize(this.diff),!this.useColors)return;let t="color: "+this.color;e.splice(1,0,t,"color: inherit");let n=0,i=0;e[0].replace(/%[a-zA-Z%]/g,r=>{r!=="%%"&&(n++,r==="%c"&&(i=n))}),e.splice(i,0,t)}s(mF,"formatArgs");Pt.log=console.debug||console.log||(()=>{});function hF(e){try{e?Pt.storage.setItem("debug",e):Pt.storage.removeItem("debug")}catch{}}s(hF,"save");function fF(){let e;try{e=Pt.storage.getItem("debug")||Pt.storage.getItem("DEBUG")}catch{}return!e&&typeof process<"u"&&"env"in process&&(e=process.env.DEBUG),e}s(fF,"load");function gF(){try{return localStorage}catch{}}s(gF,"localstorage");ws.exports=Cd()(Pt);var{formatters:vF}=ws.exports;vF.j=function(e){try{return JSON.stringify(e)}catch(t){return"[UnexpectedJSONParseError]: "+t.message}}});var Gx=J((hL,Jx)=>{"use strict";Jx.exports=(e,t)=>{t=t||process.argv;let n=e.startsWith("-")?"":e.length===1?"-":"--",i=t.indexOf(n+e),r=t.indexOf("--");return i!==-1&&(r===-1?!0:i<r)}});var Hx=J((fL,Wx)=>{"use strict";var kF=require("os"),kn=Gx(),it=process.env,Fi;kn("no-color")||kn("no-colors")||kn("color=false")?Fi=!1:(kn("color")||kn("colors")||kn("color=true")||kn("color=always"))&&(Fi=!0);"FORCE_COLOR"in it&&(Fi=it.FORCE_COLOR.length===0||parseInt(it.FORCE_COLOR,10)!==0);function yF(e){return e===0?!1:{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}s(yF,"translateLevel");function bF(e){if(Fi===!1)return 0;if(kn("color=16m")||kn("color=full")||kn("color=truecolor"))return 3;if(kn("color=256"))return 2;if(e&&!e.isTTY&&Fi!==!0)return 0;let t=Fi?1:0;if(process.platform==="win32"){let n=kF.release().split(".");return Number(process.versions.node.split(".")[0])>=8&&Number(n[0])>=10&&Number(n[2])>=10586?Number(n[2])>=14931?3:2:1}if("CI"in it)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some(n=>n in it)||it.CI_NAME==="codeship"?1:t;if("TEAMCITY_VERSION"in it)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(it.TEAMCITY_VERSION)?1:0;if(it.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in it){let n=parseInt((it.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(it.TERM_PROGRAM){case"iTerm.app":return n>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(it.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(it.TERM)||"COLORTERM"in it?1:(it.TERM==="dumb",t)}s(bF,"supportsColor");function Sd(e){let t=bF(e);return yF(t)}s(Sd,"getSupportLevel");Wx.exports={supportsColor:Sd,stdout:Sd(process.stdout),stderr:Sd(process.stderr)}});var Yx=J((Ze,Ss)=>{var xF=require("tty"),Cs=require("util");Ze.init=PF;Ze.log=SF;Ze.formatArgs=wF;Ze.save=EF;Ze.load=TF;Ze.useColors=AF;Ze.destroy=Cs.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");Ze.colors=[6,2,3,4,5,1];try{let e=Hx();e&&(e.stderr||e).level>=2&&(Ze.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{}Ze.inspectOpts=Object.keys(process.env).filter(e=>/^debug_/i.test(e)).reduce((e,t)=>{let n=t.substring(6).toLowerCase().replace(/_([a-z])/g,(r,a)=>a.toUpperCase()),i=process.env[t];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),e[n]=i,e},{});function AF(){return"colors"in Ze.inspectOpts?!!Ze.inspectOpts.colors:xF.isatty(process.stderr.fd)}s(AF,"useColors");function wF(e){let{namespace:t,useColors:n}=this;if(n){let i=this.color,r="\x1B[3"+(i<8?i:"8;5;"+i),a=` ${r};1m${t} \x1B[0m`;e[0]=a+e[0].split(`
|
|
`).join(`
|
|
`+a),e.push(r+"m+"+Ss.exports.humanize(this.diff)+"\x1B[0m")}else e[0]=CF()+t+" "+e[0]}s(wF,"formatArgs");function CF(){return Ze.inspectOpts.hideDate?"":new Date().toISOString()+" "}s(CF,"getDate");function SF(...e){return process.stderr.write(Cs.formatWithOptions(Ze.inspectOpts,...e)+`
|
|
`)}s(SF,"log");function EF(e){e?process.env.DEBUG=e:delete process.env.DEBUG}s(EF,"save");function TF(){return process.env.DEBUG}s(TF,"load");function PF(e){e.inspectOpts={};let t=Object.keys(Ze.inspectOpts);for(let n=0;n<t.length;n++)e.inspectOpts[t[n]]=Ze.inspectOpts[t[n]]}s(PF,"init");Ss.exports=Cd()(Ze);var{formatters:Kx}=Ss.exports;Kx.o=function(e){return this.inspectOpts.colors=this.useColors,Cs.inspect(e,this.inspectOpts).split(`
|
|
`).map(t=>t.trim()).join(" ")};Kx.O=function(e){return this.inspectOpts.colors=this.useColors,Cs.inspect(e,this.inspectOpts)}});var Xx=J((kL,Ed)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?Ed.exports=qx():Ed.exports=Yx()});var F0=J((E6,P0)=>{"use strict";function zn(e){if(typeof e!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}s(zn,"assertPath");function T0(e,t){for(var n="",i=0,r=-1,a=0,o,l=0;l<=e.length;++l){if(l<e.length)o=e.charCodeAt(l);else{if(o===47)break;o=47}if(o===47){if(!(r===l-1||a===1))if(r!==l-1&&a===2){if(n.length<2||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}}t&&(n.length>0?n+="/..":n="..",i=2)}else n.length>0?n+="/"+e.slice(r+1,l):n=e.slice(r+1,l),i=l-r-1;r=l,a=0}else o===46&&a!==-1?++a:a=-1}return n}s(T0,"normalizeStringPosix");function oI(e,t){var n=t.dir||t.root,i=t.base||(t.name||"")+(t.ext||"");return n?n===t.root?n+i:n+e+i:i}s(oI,"_format");var ji={resolve:s(function(){for(var t="",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),zn(a),a.length!==0&&(t=a+"/"+t,n=a.charCodeAt(0)===47)}return t=T0(t,!n),n?t.length>0?"/"+t:"/":t.length>0?t:"."},"resolve"),normalize:s(function(t){if(zn(t),t.length===0)return".";var n=t.charCodeAt(0)===47,i=t.charCodeAt(t.length-1)===47;return t=T0(t,!n),t.length===0&&!n&&(t="."),t.length>0&&i&&(t+="/"),n?"/"+t:t},"normalize"),isAbsolute:s(function(t){return zn(t),t.length>0&&t.charCodeAt(0)===47},"isAbsolute"),join:s(function(){if(arguments.length===0)return".";for(var t,n=0;n<arguments.length;++n){var i=arguments[n];zn(i),i.length>0&&(t===void 0?t=i:t+="/"+i)}return t===void 0?".":ji.normalize(t)},"join"),relative:s(function(t,n){if(zn(t),zn(n),t===n||(t=ji.resolve(t),n=ji.resolve(n),t===n))return"";for(var i=1;i<t.length&&t.charCodeAt(i)===47;++i);for(var r=t.length,a=r-i,o=1;o<n.length&&n.charCodeAt(o)===47;++o);for(var l=n.length,c=l-o,u=a<c?a:c,p=-1,d=0;d<=u;++d){if(d===u){if(c>u){if(n.charCodeAt(o+d)===47)return n.slice(o+d+1);if(d===0)return n.slice(o+d)}else a>u&&(t.charCodeAt(i+d)===47?p=d:d===0&&(p=0));break}var m=t.charCodeAt(i+d),h=n.charCodeAt(o+d);if(m!==h)break;m===47&&(p=d)}var v="";for(d=i+p+1;d<=r;++d)(d===r||t.charCodeAt(d)===47)&&(v.length===0?v+="..":v+="/..");return v.length>0?v+n.slice(o+p):(o+=p,n.charCodeAt(o)===47&&++o,n.slice(o))},"relative"),_makeLong:s(function(t){return t},"_makeLong"),dirname:s(function(t){if(zn(t),t.length===0)return".";for(var n=t.charCodeAt(0),i=n===47,r=-1,a=!0,o=t.length-1;o>=1;--o)if(n=t.charCodeAt(o),n===47){if(!a){r=o;break}}else a=!1;return r===-1?i?"/":".":i&&r===1?"//":t.slice(0,r)},"dirname"),basename:s(function(t,n){if(n!==void 0&&typeof n!="string")throw new TypeError('"ext" argument must be a string');zn(t);var i=0,r=-1,a=!0,o;if(n!==void 0&&n.length>0&&n.length<=t.length){if(n.length===t.length&&n===t)return"";var l=n.length-1,c=-1;for(o=t.length-1;o>=0;--o){var u=t.charCodeAt(o);if(u===47){if(!a){i=o+1;break}}else c===-1&&(a=!1,c=o+1),l>=0&&(u===n.charCodeAt(l)?--l===-1&&(r=o):(l=-1,r=c))}return i===r?r=c:r===-1&&(r=t.length),t.slice(i,r)}else{for(o=t.length-1;o>=0;--o)if(t.charCodeAt(o)===47){if(!a){i=o+1;break}}else r===-1&&(a=!1,r=o+1);return r===-1?"":t.slice(i,r)}},"basename"),extname:s(function(t){zn(t);for(var n=-1,i=0,r=-1,a=!0,o=0,l=t.length-1;l>=0;--l){var c=t.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:o!==1&&(o=1):n!==-1&&(o=-1)}return n===-1||r===-1||o===0||o===1&&n===r-1&&n===i+1?"":t.slice(n,r)},"extname"),format:s(function(t){if(t===null||typeof t!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof t);return oI("/",t)},"format"),parse:s(function(t){zn(t);var n={root:"",dir:"",base:"",ext:"",name:""};if(t.length===0)return n;var i=t.charCodeAt(0),r=i===47,a;r?(n.root="/",a=1):a=0;for(var o=-1,l=0,c=-1,u=!0,p=t.length-1,d=0;p>=a;--p){if(i=t.charCodeAt(p),i===47){if(!u){l=p+1;break}continue}c===-1&&(u=!1,c=p+1),i===46?o===-1?o=p:d!==1&&(d=1):o!==-1&&(d=-1)}return o===-1||c===-1||d===0||d===1&&o===c-1&&o===l+1?c!==-1&&(l===0&&r?n.base=n.name=t.slice(1,c):n.base=n.name=t.slice(l,c)):(l===0&&r?(n.name=t.slice(1,o),n.base=t.slice(1,c)):(n.name=t.slice(l,o),n.base=t.slice(l,c)),n.ext=t.slice(o,c)),l>0?n.dir=t.slice(0,l-1):r&&(n.dir="/"),n},"parse"),sep:"/",delimiter:":",win32:null,posix:null};ji.posix=ji;P0.exports=ji});var vw=J((fZ,gw)=>{"use strict";var fl=Object.prototype.hasOwnProperty,fw=Object.prototype.toString,cw=Object.defineProperty,uw=Object.getOwnPropertyDescriptor,pw=s(function(t){return typeof Array.isArray=="function"?Array.isArray(t):fw.call(t)==="[object Array]"},"isArray"),dw=s(function(t){if(!t||fw.call(t)!=="[object Object]")return!1;var n=fl.call(t,"constructor"),i=t.constructor&&t.constructor.prototype&&fl.call(t.constructor.prototype,"isPrototypeOf");if(t.constructor&&!n&&!i)return!1;var r;for(r in t);return typeof r>"u"||fl.call(t,r)},"isPlainObject"),mw=s(function(t,n){cw&&n.name==="__proto__"?cw(t,n.name,{enumerable:!0,configurable:!0,value:n.newValue,writable:!0}):t[n.name]=n.newValue},"setProperty"),hw=s(function(t,n){if(n==="__proto__")if(fl.call(t,n)){if(uw)return uw(t,n).value}else return;return t[n]},"getProperty");gw.exports=s(function e(){var t,n,i,r,a,o,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(t=arguments[c],t!=null)for(n in t)i=hw(l,n),r=hw(t,n),l!==r&&(p&&r&&(dw(r)||(a=pw(r)))?(a?(a=!1,o=i&&pw(i)?i:[]):o=i&&dw(i)?i:{},mw(l,{name:n,newValue:e(p,o,r)})):typeof r<"u"&&mw(l,{name:n,newValue:r}));return l},"extend")});var sC=J((Dl,oC)=>{(function(e,t){typeof Dl=="object"&&typeof oC<"u"?t(Dl):typeof define=="function"&&define.amd?define(["exports"],t):(e=typeof globalThis<"u"?globalThis:e||self,t(e.compareVersions={}))})(Dl,(function(e){"use strict";let t=/^[v^~<>=]*?(\d+)(?:\.([x*]|\d+)(?:\.([x*]|\d+)(?:\.([x*]|\d+))?(?:-([\da-z\-]+(?:\.[\da-z\-]+)*))?(?:\+[\da-z\-]+(?:\.[\da-z\-]+)*)?)?)?$/i,n=s(A=>{if(typeof A!="string")throw new TypeError("Invalid argument expected string");let k=A.match(t);if(!k)throw new Error(`Invalid argument not valid semver ('${A}' received)`);return k.shift(),k},"validateAndParse"),i=s(A=>A==="*"||A==="x"||A==="X","isWildcard"),r=s(A=>{let k=parseInt(A,10);return isNaN(k)?A:k},"tryParse"),a=s((A,k)=>typeof A!=typeof k?[String(A),String(k)]:[A,k],"forceType"),o=s((A,k)=>{if(i(A)||i(k))return 0;let[C,E]=a(r(A),r(k));return C>E?1:C<E?-1:0},"compareStrings"),l=s((A,k)=>{for(let C=0;C<Math.max(A.length,k.length);C++){let E=o(A[C]||"0",k[C]||"0");if(E!==0)return E}return 0},"compareSegments"),c=s((A,k)=>{let C=n(A),E=n(k),I=C.pop(),N=E.pop(),T=l(C,E);return T!==0?T:I&&N?l(I.split("."),N.split(".")):I||N?I?-1:1:0},"compareVersions"),u=s((A,k,C)=>{m(C);let E=c(A,k);return p[C].includes(E)},"compare"),p={">":[1],">=":[0,1],"=":[0],"<=":[-1,0],"<":[-1],"!=":[-1,1]},d=Object.keys(p),m=s(A=>{if(typeof A!="string")throw new TypeError(`Invalid operator type, expected string but got ${typeof A}`);if(d.indexOf(A)===-1)throw new Error(`Invalid operator, expected one of ${d.join("|")}`)},"assertValidOperator"),h=s((A,k)=>{if(k=k.replace(/([><=]+)\s+/g,"$1"),k.includes("||"))return k.split("||").some(le=>h(A,le));if(k.includes(" - ")){let[le,be]=k.split(" - ",2);return h(A,`>=${le} <=${be}`)}else if(k.includes(" "))return k.trim().replace(/\s{2,}/g," ").split(" ").every(le=>h(A,le));let C=k.match(/^([<>=~^]+)/),E=C?C[1]:"=";if(E!=="^"&&E!=="~")return u(A,k,E);let[I,N,T,,Q]=n(A),[ke,ee,pe,,Ke]=n(k),ge=[I,N,T],R=[ke,ee??"x",pe??"x"];if(Ke&&(!Q||l(ge,R)!==0||l(Q.split("."),Ke.split("."))===-1))return!1;let W=R.findIndex(le=>le!=="0")+1,H=E==="~"?2:W>1?W:1;return!(l(ge.slice(0,H),R.slice(0,H))!==0||l(ge.slice(H),R.slice(H))===-1)},"satisfies"),v=s(A=>typeof A=="string"&&/^[v\d]/.test(A)&&t.test(A),"validate"),x=s(A=>typeof A=="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(A),"validateStrict");e.compare=u,e.compareVersions=c,e.satisfies=h,e.validate=v,e.validateStrict=x}))});var yo=J((oW,SC)=>{"use strict";var E_="2.0.0",T_=Number.MAX_SAFE_INTEGER||9007199254740991,P_=16,F_=250,I_=["major","premajor","minor","preminor","patch","prepatch","prerelease"];SC.exports={MAX_LENGTH:256,MAX_SAFE_COMPONENT_LENGTH:P_,MAX_SAFE_BUILD_LENGTH:F_,MAX_SAFE_INTEGER:T_,RELEASE_TYPES:I_,SEMVER_SPEC_VERSION:E_,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2}});var bo=J((sW,EC)=>{"use strict";var D_=typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...e)=>console.error("SEMVER",...e):()=>{};EC.exports=D_});var ea=J((Bn,TC)=>{"use strict";var{MAX_SAFE_COMPONENT_LENGTH:wh,MAX_SAFE_BUILD_LENGTH:z_,MAX_LENGTH:__}=yo(),$_=bo();Bn=TC.exports={};var N_=Bn.re=[],j_=Bn.safeRe=[],L=Bn.src=[],M_=Bn.safeSrc=[],B=Bn.t={},O_=0,Ch="[a-zA-Z0-9-]",R_=[["\\s",1],["\\d",__],[Ch,z_]],L_=s(e=>{for(let[t,n]of R_)e=e.split(`${t}*`).join(`${t}{0,${n}}`).split(`${t}+`).join(`${t}{1,${n}}`);return e},"makeSafeRegex"),ae=s((e,t,n)=>{let i=L_(t),r=O_++;$_(e,r,t),B[e]=r,L[r]=t,M_[r]=i,N_[r]=new RegExp(t,n?"g":void 0),j_[r]=new RegExp(i,n?"g":void 0)},"createToken");ae("NUMERICIDENTIFIER","0|[1-9]\\d*");ae("NUMERICIDENTIFIERLOOSE","\\d+");ae("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${Ch}*`);ae("MAINVERSION",`(${L[B.NUMERICIDENTIFIER]})\\.(${L[B.NUMERICIDENTIFIER]})\\.(${L[B.NUMERICIDENTIFIER]})`);ae("MAINVERSIONLOOSE",`(${L[B.NUMERICIDENTIFIERLOOSE]})\\.(${L[B.NUMERICIDENTIFIERLOOSE]})\\.(${L[B.NUMERICIDENTIFIERLOOSE]})`);ae("PRERELEASEIDENTIFIER",`(?:${L[B.NONNUMERICIDENTIFIER]}|${L[B.NUMERICIDENTIFIER]})`);ae("PRERELEASEIDENTIFIERLOOSE",`(?:${L[B.NONNUMERICIDENTIFIER]}|${L[B.NUMERICIDENTIFIERLOOSE]})`);ae("PRERELEASE",`(?:-(${L[B.PRERELEASEIDENTIFIER]}(?:\\.${L[B.PRERELEASEIDENTIFIER]})*))`);ae("PRERELEASELOOSE",`(?:-?(${L[B.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${L[B.PRERELEASEIDENTIFIERLOOSE]})*))`);ae("BUILDIDENTIFIER",`${Ch}+`);ae("BUILD",`(?:\\+(${L[B.BUILDIDENTIFIER]}(?:\\.${L[B.BUILDIDENTIFIER]})*))`);ae("FULLPLAIN",`v?${L[B.MAINVERSION]}${L[B.PRERELEASE]}?${L[B.BUILD]}?`);ae("FULL",`^${L[B.FULLPLAIN]}$`);ae("LOOSEPLAIN",`[v=\\s]*${L[B.MAINVERSIONLOOSE]}${L[B.PRERELEASELOOSE]}?${L[B.BUILD]}?`);ae("LOOSE",`^${L[B.LOOSEPLAIN]}$`);ae("GTLT","((?:<|>)?=?)");ae("XRANGEIDENTIFIERLOOSE",`${L[B.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`);ae("XRANGEIDENTIFIER",`${L[B.NUMERICIDENTIFIER]}|x|X|\\*`);ae("XRANGEPLAIN",`[v=\\s]*(${L[B.XRANGEIDENTIFIER]})(?:\\.(${L[B.XRANGEIDENTIFIER]})(?:\\.(${L[B.XRANGEIDENTIFIER]})(?:${L[B.PRERELEASE]})?${L[B.BUILD]}?)?)?`);ae("XRANGEPLAINLOOSE",`[v=\\s]*(${L[B.XRANGEIDENTIFIERLOOSE]})(?:\\.(${L[B.XRANGEIDENTIFIERLOOSE]})(?:\\.(${L[B.XRANGEIDENTIFIERLOOSE]})(?:${L[B.PRERELEASELOOSE]})?${L[B.BUILD]}?)?)?`);ae("XRANGE",`^${L[B.GTLT]}\\s*${L[B.XRANGEPLAIN]}$`);ae("XRANGELOOSE",`^${L[B.GTLT]}\\s*${L[B.XRANGEPLAINLOOSE]}$`);ae("COERCEPLAIN",`(^|[^\\d])(\\d{1,${wh}})(?:\\.(\\d{1,${wh}}))?(?:\\.(\\d{1,${wh}}))?`);ae("COERCE",`${L[B.COERCEPLAIN]}(?:$|[^\\d])`);ae("COERCEFULL",L[B.COERCEPLAIN]+`(?:${L[B.PRERELEASE]})?(?:${L[B.BUILD]})?(?:$|[^\\d])`);ae("COERCERTL",L[B.COERCE],!0);ae("COERCERTLFULL",L[B.COERCEFULL],!0);ae("LONETILDE","(?:~>?)");ae("TILDETRIM",`(\\s*)${L[B.LONETILDE]}\\s+`,!0);Bn.tildeTrimReplace="$1~";ae("TILDE",`^${L[B.LONETILDE]}${L[B.XRANGEPLAIN]}$`);ae("TILDELOOSE",`^${L[B.LONETILDE]}${L[B.XRANGEPLAINLOOSE]}$`);ae("LONECARET","(?:\\^)");ae("CARETTRIM",`(\\s*)${L[B.LONECARET]}\\s+`,!0);Bn.caretTrimReplace="$1^";ae("CARET",`^${L[B.LONECARET]}${L[B.XRANGEPLAIN]}$`);ae("CARETLOOSE",`^${L[B.LONECARET]}${L[B.XRANGEPLAINLOOSE]}$`);ae("COMPARATORLOOSE",`^${L[B.GTLT]}\\s*(${L[B.LOOSEPLAIN]})$|^$`);ae("COMPARATOR",`^${L[B.GTLT]}\\s*(${L[B.FULLPLAIN]})$|^$`);ae("COMPARATORTRIM",`(\\s*)${L[B.GTLT]}\\s*(${L[B.LOOSEPLAIN]}|${L[B.XRANGEPLAIN]})`,!0);Bn.comparatorTrimReplace="$1$2$3";ae("HYPHENRANGE",`^\\s*(${L[B.XRANGEPLAIN]})\\s+-\\s+(${L[B.XRANGEPLAIN]})\\s*$`);ae("HYPHENRANGELOOSE",`^\\s*(${L[B.XRANGEPLAINLOOSE]})\\s+-\\s+(${L[B.XRANGEPLAINLOOSE]})\\s*$`);ae("STAR","(<|>)?=?\\s*\\*");ae("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$");ae("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")});var Ol=J((cW,PC)=>{"use strict";var B_=Object.freeze({loose:!0}),U_=Object.freeze({}),V_=s(e=>e?typeof e!="object"?B_:e:U_,"parseOptions");PC.exports=V_});var Sh=J((pW,DC)=>{"use strict";var FC=/^[0-9]+$/,IC=s((e,t)=>{if(typeof e=="number"&&typeof t=="number")return e===t?0:e<t?-1:1;let n=FC.test(e),i=FC.test(t);return n&&i&&(e=+e,t=+t),e===t?0:n&&!i?-1:i&&!n?1:e<t?-1:1},"compareIdentifiers"),Z_=s((e,t)=>IC(t,e),"rcompareIdentifiers");DC.exports={compareIdentifiers:IC,rcompareIdentifiers:Z_}});var lt=J((mW,_C)=>{"use strict";var Rl=bo(),{MAX_LENGTH:zC,MAX_SAFE_INTEGER:Ll}=yo(),{safeRe:Bl,t:Ul}=ea(),q_=Ol(),{compareIdentifiers:Eh}=Sh(),Th=class e{static{s(this,"SemVer")}constructor(t,n){if(n=q_(n),t instanceof e){if(t.loose===!!n.loose&&t.includePrerelease===!!n.includePrerelease)return t;t=t.version}else if(typeof t!="string")throw new TypeError(`Invalid version. Must be a string. Got type "${typeof t}".`);if(t.length>zC)throw new TypeError(`version is longer than ${zC} characters`);Rl("SemVer",t,n),this.options=n,this.loose=!!n.loose,this.includePrerelease=!!n.includePrerelease;let i=t.trim().match(n.loose?Bl[Ul.LOOSE]:Bl[Ul.FULL]);if(!i)throw new TypeError(`Invalid Version: ${t}`);if(this.raw=t,this.major=+i[1],this.minor=+i[2],this.patch=+i[3],this.major>Ll||this.major<0)throw new TypeError("Invalid major version");if(this.minor>Ll||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>Ll||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<Ll)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(t){if(Rl("SemVer.compare",this.version,this.options,t),!(t instanceof e)){if(typeof t=="string"&&t===this.version)return 0;t=new e(t,this.options)}return t.version===this.version?0:this.compareMain(t)||this.comparePre(t)}compareMain(t){return t instanceof e||(t=new e(t,this.options)),this.major<t.major?-1:this.major>t.major?1:this.minor<t.minor?-1:this.minor>t.minor?1:this.patch<t.patch?-1:this.patch>t.patch?1:0}comparePre(t){if(t instanceof e||(t=new e(t,this.options)),this.prerelease.length&&!t.prerelease.length)return-1;if(!this.prerelease.length&&t.prerelease.length)return 1;if(!this.prerelease.length&&!t.prerelease.length)return 0;let n=0;do{let i=this.prerelease[n],r=t.prerelease[n];if(Rl("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 Eh(i,r)}while(++n)}compareBuild(t){t instanceof e||(t=new e(t,this.options));let n=0;do{let i=this.build[n],r=t.build[n];if(Rl("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 Eh(i,r)}while(++n)}inc(t,n,i){if(t.startsWith("pre")){if(!n&&i===!1)throw new Error("invalid increment argument: identifier is empty");if(n){let r=`-${n}`.match(this.options.loose?Bl[Ul.PRERELEASELOOSE]:Bl[Ul.PRERELEASE]);if(!r||r[1]!==n)throw new Error(`invalid identifier: ${n}`)}}switch(t){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];i===!1&&(a=[n]),Eh(this.prerelease[0],n)===0?isNaN(this.prerelease[1])&&(this.prerelease=a):this.prerelease=a}break}default:throw new Error(`invalid increment argument: ${t}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}};_C.exports=Th});var ii=J((fW,NC)=>{"use strict";var $C=lt(),J_=s((e,t,n=!1)=>{if(e instanceof $C)return e;try{return new $C(e,t)}catch(i){if(!n)return null;throw i}},"parse");NC.exports=J_});var MC=J((vW,jC)=>{"use strict";var G_=ii(),W_=s((e,t)=>{let n=G_(e,t);return n?n.version:null},"valid");jC.exports=W_});var RC=J((yW,OC)=>{"use strict";var H_=ii(),K_=s((e,t)=>{let n=H_(e.trim().replace(/^[=v]+/,""),t);return n?n.version:null},"clean");OC.exports=K_});var UC=J((xW,BC)=>{"use strict";var LC=lt(),Y_=s((e,t,n,i,r)=>{typeof n=="string"&&(r=i,i=n,n=void 0);try{return new LC(e instanceof LC?e.version:e,n).inc(t,i,r).version}catch{return null}},"inc");BC.exports=Y_});var qC=J((wW,ZC)=>{"use strict";var VC=ii(),X_=s((e,t)=>{let n=VC(e,null,!0),i=VC(t,null,!0),r=n.compare(i);if(r===0)return null;let a=r>0,o=a?n:i,l=a?i:n,c=!!o.prerelease.length;if(!!l.prerelease.length&&!c){if(!l.patch&&!l.minor)return"major";if(l.compareMain(o)===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");ZC.exports=X_});var GC=J((SW,JC)=>{"use strict";var Q_=lt(),e$=s((e,t)=>new Q_(e,t).major,"major");JC.exports=e$});var HC=J((TW,WC)=>{"use strict";var t$=lt(),n$=s((e,t)=>new t$(e,t).minor,"minor");WC.exports=n$});var YC=J((FW,KC)=>{"use strict";var r$=lt(),i$=s((e,t)=>new r$(e,t).patch,"patch");KC.exports=i$});var QC=J((DW,XC)=>{"use strict";var a$=ii(),o$=s((e,t)=>{let n=a$(e,t);return n&&n.prerelease.length?n.prerelease:null},"prerelease");XC.exports=o$});var nn=J((_W,tS)=>{"use strict";var eS=lt(),s$=s((e,t,n)=>new eS(e,n).compare(new eS(t,n)),"compare");tS.exports=s$});var rS=J((NW,nS)=>{"use strict";var l$=nn(),c$=s((e,t,n)=>l$(t,e,n),"rcompare");nS.exports=c$});var aS=J((MW,iS)=>{"use strict";var u$=nn(),p$=s((e,t)=>u$(e,t,!0),"compareLoose");iS.exports=p$});var Vl=J((RW,sS)=>{"use strict";var oS=lt(),d$=s((e,t,n)=>{let i=new oS(e,n),r=new oS(t,n);return i.compare(r)||i.compareBuild(r)},"compareBuild");sS.exports=d$});var cS=J((BW,lS)=>{"use strict";var m$=Vl(),h$=s((e,t)=>e.sort((n,i)=>m$(n,i,t)),"sort");lS.exports=h$});var pS=J((VW,uS)=>{"use strict";var f$=Vl(),g$=s((e,t)=>e.sort((n,i)=>f$(i,n,t)),"rsort");uS.exports=g$});var xo=J((qW,dS)=>{"use strict";var v$=nn(),k$=s((e,t,n)=>v$(e,t,n)>0,"gt");dS.exports=k$});var Zl=J((GW,mS)=>{"use strict";var y$=nn(),b$=s((e,t,n)=>y$(e,t,n)<0,"lt");mS.exports=b$});var Ph=J((HW,hS)=>{"use strict";var x$=nn(),A$=s((e,t,n)=>x$(e,t,n)===0,"eq");hS.exports=A$});var Fh=J((YW,fS)=>{"use strict";var w$=nn(),C$=s((e,t,n)=>w$(e,t,n)!==0,"neq");fS.exports=C$});var ql=J((QW,gS)=>{"use strict";var S$=nn(),E$=s((e,t,n)=>S$(e,t,n)>=0,"gte");gS.exports=E$});var Jl=J((tH,vS)=>{"use strict";var T$=nn(),P$=s((e,t,n)=>T$(e,t,n)<=0,"lte");vS.exports=P$});var Ih=J((rH,kS)=>{"use strict";var F$=Ph(),I$=Fh(),D$=xo(),z$=ql(),_$=Zl(),$$=Jl(),N$=s((e,t,n,i)=>{switch(t){case"===":return typeof e=="object"&&(e=e.version),typeof n=="object"&&(n=n.version),e===n;case"!==":return typeof e=="object"&&(e=e.version),typeof n=="object"&&(n=n.version),e!==n;case"":case"=":case"==":return F$(e,n,i);case"!=":return I$(e,n,i);case">":return D$(e,n,i);case">=":return z$(e,n,i);case"<":return _$(e,n,i);case"<=":return $$(e,n,i);default:throw new TypeError(`Invalid operator: ${t}`)}},"cmp");kS.exports=N$});var bS=J((aH,yS)=>{"use strict";var j$=lt(),M$=ii(),{safeRe:Gl,t:Wl}=ea(),O$=s((e,t)=>{if(e instanceof j$)return e;if(typeof e=="number"&&(e=String(e)),typeof e!="string")return null;t=t||{};let n=null;if(!t.rtl)n=e.match(t.includePrerelease?Gl[Wl.COERCEFULL]:Gl[Wl.COERCE]);else{let c=t.includePrerelease?Gl[Wl.COERCERTLFULL]:Gl[Wl.COERCERTL],u;for(;(u=c.exec(e))&&(!n||n.index+n[0].length!==e.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",o=t.includePrerelease&&n[5]?`-${n[5]}`:"",l=t.includePrerelease&&n[6]?`+${n[6]}`:"";return M$(`${i}.${r}.${a}${o}${l}`,t)},"coerce");yS.exports=O$});var AS=J((sH,xS)=>{"use strict";var Dh=class{static{s(this,"LRUCache")}constructor(){this.max=1e3,this.map=new Map}get(t){let n=this.map.get(t);if(n!==void 0)return this.map.delete(t),this.map.set(t,n),n}delete(t){return this.map.delete(t)}set(t,n){if(!this.delete(t)&&n!==void 0){if(this.map.size>=this.max){let r=this.map.keys().next().value;this.delete(r)}this.map.set(t,n)}return this}};xS.exports=Dh});var rn=J((cH,ES)=>{"use strict";var R$=/\s+/g,zh=class e{static{s(this,"Range")}constructor(t,n){if(n=B$(n),t instanceof e)return t.loose===!!n.loose&&t.includePrerelease===!!n.includePrerelease?t:new e(t.raw,n);if(t instanceof _h)return this.raw=t.value,this.set=[[t]],this.formatted=void 0,this;if(this.options=n,this.loose=!!n.loose,this.includePrerelease=!!n.includePrerelease,this.raw=t.trim().replace(R$," "),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=>!CS(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&&W$(r[0])){this.set=[r];break}}}this.formatted=void 0}get range(){if(this.formatted===void 0){this.formatted="";for(let t=0;t<this.set.length;t++){t>0&&(this.formatted+="||");let n=this.set[t];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(t){let i=((this.options.includePrerelease&&J$)|(this.options.loose&&G$))+":"+t,r=wS.get(i);if(r)return r;let a=this.options.loose,o=a?xt[ct.HYPHENRANGELOOSE]:xt[ct.HYPHENRANGE];t=t.replace(o,iN(this.options.includePrerelease)),De("hyphen replace",t),t=t.replace(xt[ct.COMPARATORTRIM],V$),De("comparator trim",t),t=t.replace(xt[ct.TILDETRIM],Z$),De("tilde trim",t),t=t.replace(xt[ct.CARETTRIM],q$),De("caret trim",t);let l=t.split(" ").map(d=>H$(d,this.options)).join(" ").split(/\s+/).map(d=>rN(d,this.options));a&&(l=l.filter(d=>(De("loose invalid filter",d,this.options),!!d.match(xt[ct.COMPARATORLOOSE])))),De("range list",l);let c=new Map,u=l.map(d=>new _h(d,this.options));for(let d of u){if(CS(d))return[d];c.set(d.value,d)}c.size>1&&c.has("")&&c.delete("");let p=[...c.values()];return wS.set(i,p),p}intersects(t,n){if(!(t instanceof e))throw new TypeError("a Range is required");return this.set.some(i=>SS(i,n)&&t.set.some(r=>SS(r,n)&&i.every(a=>r.every(o=>a.intersects(o,n)))))}test(t){if(!t)return!1;if(typeof t=="string")try{t=new U$(t,this.options)}catch{return!1}for(let n=0;n<this.set.length;n++)if(aN(this.set[n],t,this.options))return!0;return!1}};ES.exports=zh;var L$=AS(),wS=new L$,B$=Ol(),_h=Ao(),De=bo(),U$=lt(),{safeRe:xt,t:ct,comparatorTrimReplace:V$,tildeTrimReplace:Z$,caretTrimReplace:q$}=ea(),{FLAG_INCLUDE_PRERELEASE:J$,FLAG_LOOSE:G$}=yo(),CS=s(e=>e.value==="<0.0.0-0","isNullSet"),W$=s(e=>e.value==="","isAny"),SS=s((e,t)=>{let n=!0,i=e.slice(),r=i.pop();for(;n&&i.length;)n=i.every(a=>r.intersects(a,t)),r=i.pop();return n},"isSatisfiable"),H$=s((e,t)=>(e=e.replace(xt[ct.BUILD],""),De("comp",e,t),e=X$(e,t),De("caret",e),e=K$(e,t),De("tildes",e),e=eN(e,t),De("xrange",e),e=nN(e,t),De("stars",e),e),"parseComparator"),At=s(e=>!e||e.toLowerCase()==="x"||e==="*","isX"),K$=s((e,t)=>e.trim().split(/\s+/).map(n=>Y$(n,t)).join(" "),"replaceTildes"),Y$=s((e,t)=>{let n=t.loose?xt[ct.TILDELOOSE]:xt[ct.TILDE];return e.replace(n,(i,r,a,o,l)=>{De("tilde",e,i,r,a,o,l);let c;return At(r)?c="":At(a)?c=`>=${r}.0.0 <${+r+1}.0.0-0`:At(o)?c=`>=${r}.${a}.0 <${r}.${+a+1}.0-0`:l?(De("replaceTilde pr",l),c=`>=${r}.${a}.${o}-${l} <${r}.${+a+1}.0-0`):c=`>=${r}.${a}.${o} <${r}.${+a+1}.0-0`,De("tilde return",c),c})},"replaceTilde"),X$=s((e,t)=>e.trim().split(/\s+/).map(n=>Q$(n,t)).join(" "),"replaceCarets"),Q$=s((e,t)=>{De("caret",e,t);let n=t.loose?xt[ct.CARETLOOSE]:xt[ct.CARET],i=t.includePrerelease?"-0":"";return e.replace(n,(r,a,o,l,c)=>{De("caret",e,r,a,o,l,c);let u;return At(a)?u="":At(o)?u=`>=${a}.0.0${i} <${+a+1}.0.0-0`:At(l)?a==="0"?u=`>=${a}.${o}.0${i} <${a}.${+o+1}.0-0`:u=`>=${a}.${o}.0${i} <${+a+1}.0.0-0`:c?(De("replaceCaret pr",c),a==="0"?o==="0"?u=`>=${a}.${o}.${l}-${c} <${a}.${o}.${+l+1}-0`:u=`>=${a}.${o}.${l}-${c} <${a}.${+o+1}.0-0`:u=`>=${a}.${o}.${l}-${c} <${+a+1}.0.0-0`):(De("no pr"),a==="0"?o==="0"?u=`>=${a}.${o}.${l}${i} <${a}.${o}.${+l+1}-0`:u=`>=${a}.${o}.${l}${i} <${a}.${+o+1}.0-0`:u=`>=${a}.${o}.${l} <${+a+1}.0.0-0`),De("caret return",u),u})},"replaceCaret"),eN=s((e,t)=>(De("replaceXRanges",e,t),e.split(/\s+/).map(n=>tN(n,t)).join(" ")),"replaceXRanges"),tN=s((e,t)=>{e=e.trim();let n=t.loose?xt[ct.XRANGELOOSE]:xt[ct.XRANGE];return e.replace(n,(i,r,a,o,l,c)=>{De("xRange",e,i,r,a,o,l,c);let u=At(a),p=u||At(o),d=p||At(l),m=d;return r==="="&&m&&(r=""),c=t.includePrerelease?"-0":"",u?r===">"||r==="<"?i="<0.0.0-0":i="*":r&&m?(p&&(o=0),l=0,r===">"?(r=">=",p?(a=+a+1,o=0,l=0):(o=+o+1,l=0)):r==="<="&&(r="<",p?a=+a+1:o=+o+1),r==="<"&&(c="-0"),i=`${r+a}.${o}.${l}${c}`):p?i=`>=${a}.0.0${c} <${+a+1}.0.0-0`:d&&(i=`>=${a}.${o}.0${c} <${a}.${+o+1}.0-0`),De("xRange return",i),i})},"replaceXRange"),nN=s((e,t)=>(De("replaceStars",e,t),e.trim().replace(xt[ct.STAR],"")),"replaceStars"),rN=s((e,t)=>(De("replaceGTE0",e,t),e.trim().replace(xt[t.includePrerelease?ct.GTE0PRE:ct.GTE0],"")),"replaceGTE0"),iN=s(e=>(t,n,i,r,a,o,l,c,u,p,d,m)=>(At(i)?n="":At(r)?n=`>=${i}.0.0${e?"-0":""}`:At(a)?n=`>=${i}.${r}.0${e?"-0":""}`:o?n=`>=${n}`:n=`>=${n}${e?"-0":""}`,At(u)?c="":At(p)?c=`<${+u+1}.0.0-0`:At(d)?c=`<${u}.${+p+1}.0-0`:m?c=`<=${u}.${p}.${d}-${m}`:e?c=`<${u}.${p}.${+d+1}-0`:c=`<=${c}`,`${n} ${c}`.trim()),"hyphenReplace"),aN=s((e,t,n)=>{for(let i=0;i<e.length;i++)if(!e[i].test(t))return!1;if(t.prerelease.length&&!n.includePrerelease){for(let i=0;i<e.length;i++)if(De(e[i].semver),e[i].semver!==_h.ANY&&e[i].semver.prerelease.length>0){let r=e[i].semver;if(r.major===t.major&&r.minor===t.minor&&r.patch===t.patch)return!0}return!1}return!0},"testSet")});var Ao=J((pH,zS)=>{"use strict";var wo=Symbol("SemVer ANY"),jh=class e{static{s(this,"Comparator")}static get ANY(){return wo}constructor(t,n){if(n=TS(n),t instanceof e){if(t.loose===!!n.loose)return t;t=t.value}t=t.trim().split(/\s+/).join(" "),Nh("comparator",t,n),this.options=n,this.loose=!!n.loose,this.parse(t),this.semver===wo?this.value="":this.value=this.operator+this.semver.version,Nh("comp",this)}parse(t){let n=this.options.loose?PS[FS.COMPARATORLOOSE]:PS[FS.COMPARATOR],i=t.match(n);if(!i)throw new TypeError(`Invalid comparator: ${t}`);this.operator=i[1]!==void 0?i[1]:"",this.operator==="="&&(this.operator=""),i[2]?this.semver=new IS(i[2],this.options.loose):this.semver=wo}toString(){return this.value}test(t){if(Nh("Comparator.test",t,this.options.loose),this.semver===wo||t===wo)return!0;if(typeof t=="string")try{t=new IS(t,this.options)}catch{return!1}return $h(t,this.operator,this.semver,this.options)}intersects(t,n){if(!(t instanceof e))throw new TypeError("a Comparator is required");return this.operator===""?this.value===""?!0:new DS(t.value,n).test(this.value):t.operator===""?t.value===""?!0:new DS(this.value,n).test(t.semver):(n=TS(n),n.includePrerelease&&(this.value==="<0.0.0-0"||t.value==="<0.0.0-0")||!n.includePrerelease&&(this.value.startsWith("<0.0.0")||t.value.startsWith("<0.0.0"))?!1:!!(this.operator.startsWith(">")&&t.operator.startsWith(">")||this.operator.startsWith("<")&&t.operator.startsWith("<")||this.semver.version===t.semver.version&&this.operator.includes("=")&&t.operator.includes("=")||$h(this.semver,"<",t.semver,n)&&this.operator.startsWith(">")&&t.operator.startsWith("<")||$h(this.semver,">",t.semver,n)&&this.operator.startsWith("<")&&t.operator.startsWith(">")))}};zS.exports=jh;var TS=Ol(),{safeRe:PS,t:FS}=ea(),$h=Ih(),Nh=bo(),IS=lt(),DS=rn()});var Co=J((mH,_S)=>{"use strict";var oN=rn(),sN=s((e,t,n)=>{try{t=new oN(t,n)}catch{return!1}return t.test(e)},"satisfies");_S.exports=sN});var NS=J((fH,$S)=>{"use strict";var lN=rn(),cN=s((e,t)=>new lN(e,t).set.map(n=>n.map(i=>i.value).join(" ").trim().split(" ")),"toComparators");$S.exports=cN});var MS=J((vH,jS)=>{"use strict";var uN=lt(),pN=rn(),dN=s((e,t,n)=>{let i=null,r=null,a=null;try{a=new pN(t,n)}catch{return null}return e.forEach(o=>{a.test(o)&&(!i||r.compare(o)===-1)&&(i=o,r=new uN(i,n))}),i},"maxSatisfying");jS.exports=dN});var RS=J((yH,OS)=>{"use strict";var mN=lt(),hN=rn(),fN=s((e,t,n)=>{let i=null,r=null,a=null;try{a=new hN(t,n)}catch{return null}return e.forEach(o=>{a.test(o)&&(!i||r.compare(o)===1)&&(i=o,r=new mN(i,n))}),i},"minSatisfying");OS.exports=fN});var US=J((xH,BS)=>{"use strict";var Mh=lt(),gN=rn(),LS=xo(),vN=s((e,t)=>{e=new gN(e,t);let n=new Mh("0.0.0");if(e.test(n)||(n=new Mh("0.0.0-0"),e.test(n)))return n;n=null;for(let i=0;i<e.set.length;++i){let r=e.set[i],a=null;r.forEach(o=>{let l=new Mh(o.semver.version);switch(o.operator){case">":l.prerelease.length===0?l.patch++:l.prerelease.push(0),l.raw=l.format();case"":case">=":(!a||LS(l,a))&&(a=l);break;case"<":case"<=":break;default:throw new Error(`Unexpected operation: ${o.operator}`)}}),a&&(!n||LS(n,a))&&(n=a)}return n&&e.test(n)?n:null},"minVersion");BS.exports=vN});var ZS=J((wH,VS)=>{"use strict";var kN=rn(),yN=s((e,t)=>{try{return new kN(e,t).range||"*"}catch{return null}},"validRange");VS.exports=yN});var Hl=J((SH,WS)=>{"use strict";var bN=lt(),GS=Ao(),{ANY:xN}=GS,AN=rn(),wN=Co(),qS=xo(),JS=Zl(),CN=Jl(),SN=ql(),EN=s((e,t,n,i)=>{e=new bN(e,i),t=new AN(t,i);let r,a,o,l,c;switch(n){case">":r=qS,a=CN,o=JS,l=">",c=">=";break;case"<":r=JS,a=SN,o=qS,l="<",c="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(wN(e,t,i))return!1;for(let u=0;u<t.set.length;++u){let p=t.set[u],d=null,m=null;if(p.forEach(h=>{h.semver===xN&&(h=new GS(">=0.0.0")),d=d||h,m=m||h,r(h.semver,d.semver,i)?d=h:o(h.semver,m.semver,i)&&(m=h)}),d.operator===l||d.operator===c||(!m.operator||m.operator===l)&&a(e,m.semver))return!1;if(m.operator===c&&o(e,m.semver))return!1}return!0},"outside");WS.exports=EN});var KS=J((TH,HS)=>{"use strict";var TN=Hl(),PN=s((e,t,n)=>TN(e,t,">",n),"gtr");HS.exports=PN});var XS=J((FH,YS)=>{"use strict";var FN=Hl(),IN=s((e,t,n)=>FN(e,t,"<",n),"ltr");YS.exports=IN});var t1=J((DH,e1)=>{"use strict";var QS=rn(),DN=s((e,t,n)=>(e=new QS(e,n),t=new QS(t,n),e.intersects(t,n)),"intersects");e1.exports=DN});var r1=J((_H,n1)=>{"use strict";var zN=Co(),_N=nn();n1.exports=(e,t,n)=>{let i=[],r=null,a=null,o=e.sort((p,d)=>_N(p,d,n));for(let p of o)zN(p,t,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===o[0]?l.push("*"):d?p===o[0]?l.push(`<=${d}`):l.push(`${p} - ${d}`):l.push(`>=${p}`);let c=l.join(" || "),u=typeof t.raw=="string"?t.raw:String(t);return c.length<u.length?c:t}});var c1=J(($H,l1)=>{"use strict";var i1=rn(),Rh=Ao(),{ANY:Oh}=Rh,So=Co(),Lh=nn(),$N=s((e,t,n={})=>{if(e===t)return!0;e=new i1(e,n),t=new i1(t,n);let i=!1;e:for(let r of e.set){for(let a of t.set){let o=jN(r,a,n);if(i=i||o!==null,o)continue e}if(i)return!1}return!0},"subset"),NN=[new Rh(">=0.0.0-0")],a1=[new Rh(">=0.0.0")],jN=s((e,t,n)=>{if(e===t)return!0;if(e.length===1&&e[0].semver===Oh){if(t.length===1&&t[0].semver===Oh)return!0;n.includePrerelease?e=NN:e=a1}if(t.length===1&&t[0].semver===Oh){if(n.includePrerelease)return!0;t=a1}let i=new Set,r,a;for(let h of e)h.operator===">"||h.operator===">="?r=o1(r,h,n):h.operator==="<"||h.operator==="<="?a=s1(a,h,n):i.add(h.semver);if(i.size>1)return null;let o;if(r&&a){if(o=Lh(r.semver,a.semver,n),o>0)return null;if(o===0&&(r.operator!==">="||a.operator!=="<="))return null}for(let h of i){if(r&&!So(h,String(r),n)||a&&!So(h,String(a),n))return null;for(let v of t)if(!So(h,String(v),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 t){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=o1(r,h,n),l===h&&l!==r)return!1}else if(r.operator===">="&&!So(r.semver,String(h),n))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=s1(a,h,n),c===h&&c!==a)return!1}else if(a.operator==="<="&&!So(a.semver,String(h),n))return!1}if(!h.operator&&(a||r)&&o!==0)return!1}return!(r&&u&&!a&&o!==0||a&&p&&!r&&o!==0||m||d)},"simpleSubset"),o1=s((e,t,n)=>{if(!e)return t;let i=Lh(e.semver,t.semver,n);return i>0?e:i<0||t.operator===">"&&e.operator===">="?t:e},"higherGT"),s1=s((e,t,n)=>{if(!e)return t;let i=Lh(e.semver,t.semver,n);return i<0?e:i>0||t.operator==="<"&&e.operator==="<="?t:e},"lowerLT");l1.exports=$N});var Uh=J((jH,d1)=>{"use strict";var Bh=ea(),u1=yo(),MN=lt(),p1=Sh(),ON=ii(),RN=MC(),LN=RC(),BN=UC(),UN=qC(),VN=GC(),ZN=HC(),qN=YC(),JN=QC(),GN=nn(),WN=rS(),HN=aS(),KN=Vl(),YN=cS(),XN=pS(),QN=xo(),ej=Zl(),tj=Ph(),nj=Fh(),rj=ql(),ij=Jl(),aj=Ih(),oj=bS(),sj=Ao(),lj=rn(),cj=Co(),uj=NS(),pj=MS(),dj=RS(),mj=US(),hj=ZS(),fj=Hl(),gj=KS(),vj=XS(),kj=t1(),yj=r1(),bj=c1();d1.exports={parse:ON,valid:RN,clean:LN,inc:BN,diff:UN,major:VN,minor:ZN,patch:qN,prerelease:JN,compare:GN,rcompare:WN,compareLoose:HN,compareBuild:KN,sort:YN,rsort:XN,gt:QN,lt:ej,eq:tj,neq:nj,gte:rj,lte:ij,cmp:aj,coerce:oj,Comparator:sj,Range:lj,satisfies:cj,toComparators:uj,maxSatisfying:pj,minSatisfying:dj,minVersion:mj,validRange:hj,outside:fj,gtr:gj,ltr:vj,intersects:kj,simplifyRange:yj,subset:bj,SemVer:MN,re:Bh.re,src:Bh.src,tokens:Bh.t,SEMVER_SPEC_VERSION:u1.SEMVER_SPEC_VERSION,RELEASE_TYPES:u1.RELEASE_TYPES,compareIdentifiers:p1.compareIdentifiers,rcompareIdentifiers:p1.rcompareIdentifiers}});var aE=J((rK,uc)=>{uc.exports.Space_Separator=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/;uc.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]/;uc.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 sf=J((iK,oE)=>{var of=aE();oE.exports={isSpaceSeparator(e){return typeof e=="string"&&of.Space_Separator.test(e)},isIdStartChar(e){return typeof e=="string"&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||e==="$"||e==="_"||of.ID_Start.test(e))},isIdContinueChar(e){return typeof e=="string"&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||e>="0"&&e<="9"||e==="$"||e==="_"||e==="\u200C"||e==="\u200D"||of.ID_Continue.test(e))},isDigit(e){return typeof e=="string"&&/[0-9]/.test(e)},isHexDigit(e){return typeof e=="string"&&/[0-9A-Fa-f]/.test(e)}}});var pE=J((aK,uE)=>{var Ge=sf(),cf,Ct,lr,dc,Cr,Cn,We,df,Do;uE.exports=s(function(t,n){cf=String(t),Ct="start",lr=[],dc=0,Cr=1,Cn=0,We=void 0,df=void 0,Do=void 0;do We=oM(),cM[Ct]();while(We.type!=="eof");return typeof n=="function"?uf({"":Do},"",n):Do},"parse");function uf(e,t,n){let i=e[t];if(i!=null&&typeof i=="object")if(Array.isArray(i))for(let r=0;r<i.length;r++){let a=String(r),o=uf(i,a,n);o===void 0?delete i[a]:Object.defineProperty(i,a,{value:o,writable:!0,enumerable:!0,configurable:!0})}else for(let r in i){let a=uf(i,r,n);a===void 0?delete i[r]:Object.defineProperty(i,r,{value:a,writable:!0,enumerable:!0,configurable:!0})}return n.call(e,t,i)}s(uf,"internalize");var ce,oe,Io,sr,me;function oM(){for(ce="default",oe="",Io=!1,sr=1;;){me=cr();let e=lE[ce]();if(e)return e}}s(oM,"lex");function cr(){if(cf[dc])return String.fromCodePoint(cf.codePointAt(dc))}s(cr,"peek");function F(){let e=cr();return e===`
|
|
`?(Cr++,Cn=0):e?Cn+=e.length:Cn++,e&&(dc+=e.length),e}s(F,"read");var lE={default(){switch(me){case" ":case"\v":case"\f":case" ":case"\xA0":case"\uFEFF":case`
|
|
`:case"\r":case"\u2028":case"\u2029":F();return;case"/":F(),ce="comment";return;case void 0:return F(),ze("eof")}if(Ge.isSpaceSeparator(me)){F();return}return lE[Ct]()},comment(){switch(me){case"*":F(),ce="multiLineComment";return;case"/":F(),ce="singleLineComment";return}throw _e(F())},multiLineComment(){switch(me){case"*":F(),ce="multiLineCommentAsterisk";return;case void 0:throw _e(F())}F()},multiLineCommentAsterisk(){switch(me){case"*":F();return;case"/":F(),ce="default";return;case void 0:throw _e(F())}F(),ce="multiLineComment"},singleLineComment(){switch(me){case`
|
|
`:case"\r":case"\u2028":case"\u2029":F(),ce="default";return;case void 0:return F(),ze("eof")}F()},value(){switch(me){case"{":case"[":return ze("punctuator",F());case"n":return F(),li("ull"),ze("null",null);case"t":return F(),li("rue"),ze("boolean",!0);case"f":return F(),li("alse"),ze("boolean",!1);case"-":case"+":F()==="-"&&(sr=-1),ce="sign";return;case".":oe=F(),ce="decimalPointLeading";return;case"0":oe=F(),ce="zero";return;case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":oe=F(),ce="decimalInteger";return;case"I":return F(),li("nfinity"),ze("numeric",1/0);case"N":return F(),li("aN"),ze("numeric",NaN);case'"':case"'":Io=F()==='"',oe="",ce="string";return}throw _e(F())},identifierNameStartEscape(){if(me!=="u")throw _e(F());F();let e=pf();switch(e){case"$":case"_":break;default:if(!Ge.isIdStartChar(e))throw sE();break}oe+=e,ce="identifierName"},identifierName(){switch(me){case"$":case"_":case"\u200C":case"\u200D":oe+=F();return;case"\\":F(),ce="identifierNameEscape";return}if(Ge.isIdContinueChar(me)){oe+=F();return}return ze("identifier",oe)},identifierNameEscape(){if(me!=="u")throw _e(F());F();let e=pf();switch(e){case"$":case"_":case"\u200C":case"\u200D":break;default:if(!Ge.isIdContinueChar(e))throw sE();break}oe+=e,ce="identifierName"},sign(){switch(me){case".":oe=F(),ce="decimalPointLeading";return;case"0":oe=F(),ce="zero";return;case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":oe=F(),ce="decimalInteger";return;case"I":return F(),li("nfinity"),ze("numeric",sr*(1/0));case"N":return F(),li("aN"),ze("numeric",NaN)}throw _e(F())},zero(){switch(me){case".":oe+=F(),ce="decimalPoint";return;case"e":case"E":oe+=F(),ce="decimalExponent";return;case"x":case"X":oe+=F(),ce="hexadecimal";return}return ze("numeric",sr*0)},decimalInteger(){switch(me){case".":oe+=F(),ce="decimalPoint";return;case"e":case"E":oe+=F(),ce="decimalExponent";return}if(Ge.isDigit(me)){oe+=F();return}return ze("numeric",sr*Number(oe))},decimalPointLeading(){if(Ge.isDigit(me)){oe+=F(),ce="decimalFraction";return}throw _e(F())},decimalPoint(){switch(me){case"e":case"E":oe+=F(),ce="decimalExponent";return}if(Ge.isDigit(me)){oe+=F(),ce="decimalFraction";return}return ze("numeric",sr*Number(oe))},decimalFraction(){switch(me){case"e":case"E":oe+=F(),ce="decimalExponent";return}if(Ge.isDigit(me)){oe+=F();return}return ze("numeric",sr*Number(oe))},decimalExponent(){switch(me){case"+":case"-":oe+=F(),ce="decimalExponentSign";return}if(Ge.isDigit(me)){oe+=F(),ce="decimalExponentInteger";return}throw _e(F())},decimalExponentSign(){if(Ge.isDigit(me)){oe+=F(),ce="decimalExponentInteger";return}throw _e(F())},decimalExponentInteger(){if(Ge.isDigit(me)){oe+=F();return}return ze("numeric",sr*Number(oe))},hexadecimal(){if(Ge.isHexDigit(me)){oe+=F(),ce="hexadecimalInteger";return}throw _e(F())},hexadecimalInteger(){if(Ge.isHexDigit(me)){oe+=F();return}return ze("numeric",sr*Number(oe))},string(){switch(me){case"\\":F(),oe+=sM();return;case'"':if(Io)return F(),ze("string",oe);oe+=F();return;case"'":if(!Io)return F(),ze("string",oe);oe+=F();return;case`
|
|
`:case"\r":throw _e(F());case"\u2028":case"\u2029":uM(me);break;case void 0:throw _e(F())}oe+=F()},start(){switch(me){case"{":case"[":return ze("punctuator",F())}ce="value"},beforePropertyName(){switch(me){case"$":case"_":oe=F(),ce="identifierName";return;case"\\":F(),ce="identifierNameStartEscape";return;case"}":return ze("punctuator",F());case'"':case"'":Io=F()==='"',ce="string";return}if(Ge.isIdStartChar(me)){oe+=F(),ce="identifierName";return}throw _e(F())},afterPropertyName(){if(me===":")return ze("punctuator",F());throw _e(F())},beforePropertyValue(){ce="value"},afterPropertyValue(){switch(me){case",":case"}":return ze("punctuator",F())}throw _e(F())},beforeArrayValue(){if(me==="]")return ze("punctuator",F());ce="value"},afterArrayValue(){switch(me){case",":case"]":return ze("punctuator",F())}throw _e(F())},end(){throw _e(F())}};function ze(e,t){return{type:e,value:t,line:Cr,column:Cn}}s(ze,"newToken");function li(e){for(let t of e){if(cr()!==t)throw _e(F());F()}}s(li,"literal");function sM(){switch(cr()){case"b":return F(),"\b";case"f":return F(),"\f";case"n":return F(),`
|
|
`;case"r":return F(),"\r";case"t":return F()," ";case"v":return F(),"\v";case"0":if(F(),Ge.isDigit(cr()))throw _e(F());return"\0";case"x":return F(),lM();case"u":return F(),pf();case`
|
|
`:case"\u2028":case"\u2029":return F(),"";case"\r":return F(),cr()===`
|
|
`&&F(),"";case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":throw _e(F());case void 0:throw _e(F())}return F()}s(sM,"escape");function lM(){let e="",t=cr();if(!Ge.isHexDigit(t)||(e+=F(),t=cr(),!Ge.isHexDigit(t)))throw _e(F());return e+=F(),String.fromCodePoint(parseInt(e,16))}s(lM,"hexEscape");function pf(){let e="",t=4;for(;t-- >0;){let n=cr();if(!Ge.isHexDigit(n))throw _e(F());e+=F()}return String.fromCodePoint(parseInt(e,16))}s(pf,"unicodeEscape");var cM={start(){if(We.type==="eof")throw ci();lf()},beforePropertyName(){switch(We.type){case"identifier":case"string":df=We.value,Ct="afterPropertyName";return;case"punctuator":pc();return;case"eof":throw ci()}},afterPropertyName(){if(We.type==="eof")throw ci();Ct="beforePropertyValue"},beforePropertyValue(){if(We.type==="eof")throw ci();lf()},beforeArrayValue(){if(We.type==="eof")throw ci();if(We.type==="punctuator"&&We.value==="]"){pc();return}lf()},afterPropertyValue(){if(We.type==="eof")throw ci();switch(We.value){case",":Ct="beforePropertyName";return;case"}":pc()}},afterArrayValue(){if(We.type==="eof")throw ci();switch(We.value){case",":Ct="beforeArrayValue";return;case"]":pc()}},end(){}};function lf(){let e;switch(We.type){case"punctuator":switch(We.value){case"{":e={};break;case"[":e=[];break}break;case"null":case"boolean":case"numeric":case"string":e=We.value;break}if(Do===void 0)Do=e;else{let t=lr[lr.length-1];Array.isArray(t)?t.push(e):Object.defineProperty(t,df,{value:e,writable:!0,enumerable:!0,configurable:!0})}if(e!==null&&typeof e=="object")lr.push(e),Array.isArray(e)?Ct="beforeArrayValue":Ct="beforePropertyName";else{let t=lr[lr.length-1];t==null?Ct="end":Array.isArray(t)?Ct="afterArrayValue":Ct="afterPropertyValue"}}s(lf,"push");function pc(){lr.pop();let e=lr[lr.length-1];e==null?Ct="end":Array.isArray(e)?Ct="afterArrayValue":Ct="afterPropertyValue"}s(pc,"pop");function _e(e){return mc(e===void 0?`JSON5: invalid end of input at ${Cr}:${Cn}`:`JSON5: invalid character '${cE(e)}' at ${Cr}:${Cn}`)}s(_e,"invalidChar");function ci(){return mc(`JSON5: invalid end of input at ${Cr}:${Cn}`)}s(ci,"invalidEOF");function sE(){return Cn-=5,mc(`JSON5: invalid identifier character at ${Cr}:${Cn}`)}s(sE,"invalidIdentifier");function uM(e){console.warn(`JSON5: '${cE(e)}' in strings is not valid ECMAScript; consider escaping`)}s(uM,"separatorChar");function cE(e){let t={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r"," ":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};if(t[e])return t[e];if(e<" "){let n=e.charCodeAt(0).toString(16);return"\\x"+("00"+n).substring(n.length)}return e}s(cE,"formatChar");function mc(e){let t=new SyntaxError(e);return t.lineNumber=Cr,t.columnNumber=Cn,t}s(mc,"syntaxError")});var mE=J((sK,dE)=>{var mf=sf();dE.exports=s(function(t,n,i){let r=[],a="",o,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)){o=[];for(let x of n){let A;typeof x=="string"?A=x:(typeof x=="number"||x instanceof String||x instanceof Number)&&(A=String(x)),A!==void 0&&o.indexOf(A)<0&&o.push(A)}}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("",{"":t});function p(x,A){let k=A[x];switch(k!=null&&(typeof k.toJSON5=="function"?k=k.toJSON5(x):typeof k.toJSON=="function"&&(k=k.toJSON(x))),l&&(k=l.call(A,x,k)),k instanceof Number?k=Number(k):k instanceof String?k=String(k):k instanceof Boolean&&(k=k.valueOf()),k){case null:return"null";case!0:return"true";case!1:return"false"}if(typeof k=="string")return d(k,!1);if(typeof k=="number")return String(k);if(typeof k=="object")return Array.isArray(k)?v(k):m(k)}s(p,"serializeProperty");function d(x){let A={"'":.1,'"':.2},k={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r"," ":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"},C="";for(let I=0;I<x.length;I++){let N=x[I];switch(N){case"'":case'"':A[N]++,C+=N;continue;case"\0":if(mf.isDigit(x[I+1])){C+="\\x00";continue}}if(k[N]){C+=k[N];continue}if(N<" "){let T=N.charCodeAt(0).toString(16);C+="\\x"+("00"+T).substring(T.length);continue}C+=N}let E=u||Object.keys(A).reduce((I,N)=>A[I]<A[N]?I:N);return C=C.replace(new RegExp(E,"g"),k[E]),E+C+E}s(d,"quoteString");function m(x){if(r.indexOf(x)>=0)throw TypeError("Converting circular structure to JSON5");r.push(x);let A=a;a=a+c;let k=o||Object.keys(x),C=[];for(let I of k){let N=p(I,x);if(N!==void 0){let T=h(I)+":";c!==""&&(T+=" "),T+=N,C.push(T)}}let E;if(C.length===0)E="{}";else{let I;if(c==="")I=C.join(","),E="{"+I+"}";else{let N=`,
|
|
`+a;I=C.join(N),E=`{
|
|
`+a+I+`,
|
|
`+A+"}"}}return r.pop(),a=A,E}s(m,"serializeObject");function h(x){if(x.length===0)return d(x,!0);let A=String.fromCodePoint(x.codePointAt(0));if(!mf.isIdStartChar(A))return d(x,!0);for(let k=A.length;k<x.length;k++)if(!mf.isIdContinueChar(String.fromCodePoint(x.codePointAt(k))))return d(x,!0);return x}s(h,"serializeKey");function v(x){if(r.indexOf(x)>=0)throw TypeError("Converting circular structure to JSON5");r.push(x);let A=a;a=a+c;let k=[];for(let E=0;E<x.length;E++){let I=p(String(E),x);k.push(I!==void 0?I:"null")}let C;if(k.length===0)C="[]";else if(c==="")C="["+k.join(",")+"]";else{let E=`,
|
|
`+a,I=k.join(E);C=`[
|
|
`+a+I+`,
|
|
`+A+"]"}return r.pop(),a=A,C}s(v,"serializeArray")},"stringify")});var fE=J((cK,hE)=>{var pM=pE(),dM=mE(),mM={parse:pM,stringify:dM};hE.exports=mM});var kP=J((ox,sx)=>{(function(e,t,n){typeof ox=="object"?(sx.exports=n(),sx.exports.default=n()):typeof define=="function"&&define.amd?define(n):t[e]=n()})("slugify",ox,function(){var e=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"}`),t=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=t[r.locale]||{},o=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=e[p]),d===void 0&&(d=p),d===o&&(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,o),r.lower&&(c=c.toLowerCase()),c}return s(n,"replace"),n.extend=function(i){Object.assign(e,i)},n})});var eL={};fn(eL,{default:()=>QR});module.exports=aF(eL);var kd=require("electron"),Tn=require("obsidian");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();function Ht(){}s(Ht,"noop");async function Pn(){}s(Pn,"noopAsync");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var Ad=Number.POSITIVE_INFINITY;function vn(...e){let t=e.filter(a=>!!a);if(typeof AbortSignal.any=="function")return AbortSignal.any(t);if(t.length===0)return ft();if(t.length===1&&t[0])return t[0];let n=new AbortController;for(let a of t)if(a.aborted)return a;let i=[];for(let a of t)i.push(Bx(a,r));return n.signal;function r(a){for(let o of i)o();n.abort(a.reason)}}s(vn,"abortSignalAny");function ft(){return new AbortController().signal}s(ft,"abortSignalNever");function Lx(e){if(e===Ad)return ft();if(typeof AbortSignal.timeout=="function")return AbortSignal.timeout(e);let t=new AbortController;return window.setTimeout(()=>{t.abort(new Error(`Timed out in ${String(e)} milliseconds`))},e),t.signal}s(Lx,"abortSignalTimeout");function Bx(e,t){if(e.aborted)return t(e),Ht;return e.addEventListener("abort",n,{once:!0}),()=>{e.removeEventListener("abort",n)};function n(i){t(i.target)}s(n,"wrappedCallback")}s(Bx,"onAbort");function wd(e,t){return new Promise((n,i)=>{Bx(e,()=>{t?i(e.reason):n(e.reason)})})}s(wd,"waitForAbort");var Dd=gn(Xx(),1);s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();function Ga(e,t){let n=e.length,i=0;for(let r=0;r<n;r++){if(!Object.hasOwn(e,r))continue;let a=e[r];t(a,r,e)&&(e[i++]=a)}e.length=i}s(Ga,"filterInPlace");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var Fn=class{static{s(this,"AsyncEvents")}eventRefsMap=new Map;off(t,n){let i=this.eventRefsMap.get(t);i&&(Ga(i,r=>r.callback!==n),i.length===0&&this.eventRefsMap.delete(t))}offref(t){let n=this.eventRefsMap.get(t.name);n&&(Ga(n,i=>i!==t),n.length===0&&this.eventRefsMap.delete(t.name))}on(t,n,i){let r=this.eventRefsMap.get(t);r||(r=[],this.eventRefsMap.set(t,r));let a={asyncEvents:this,callback:n,name:t,thisArg:i};return r.push(a),a}once(t,n,i){let r=this.on(t,n,i),a=this.on(t,()=>{this.offref(r),this.offref(a)});return r}trigger(t,...n){let i=this.eventRefsMap.get(t)??[];for(let r of i.slice())this.tryTrigger(r,n)}async triggerAsync(t,...n){let i=this.eventRefsMap.get(t)??[];for(let r of i.slice())await this.tryTriggerAsync(r,n)}tryTrigger(t,n){try{t.callback.apply(t.thisArg,n)}catch(i){window.setTimeout(()=>{throw i},0)}}async tryTriggerAsync(t,n){try{await t.callback.call(t.thisArg,...n)}catch(i){window.setTimeout(()=>{throw i},0)}}};s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();function Ft(e,t){if(e!=null)return;throw t??=e===null?"Value is null":"Value is undefined",typeof t=="string"?new Error(t):t}s(Ft,"assertNonNullable");function $e(e,t){return Ft(e,t),e}s($e,"ensureNonNullable");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var Td="asyncError",Es=new Fn;Es.on(Td,FF);var Ts="An unhandled error occurred executing async operation",e0=" at",yn=class e extends Error{static{s(this,"CustomStackTraceError")}constructor(t,n,i){super(t,{cause:i}),this.name="CustomStackTraceError",Error.captureStackTrace?.(this,e);let r=i,a=new Set;for(;r instanceof e;){if(a.has(r))throw new Error("Circular cause detected");a.add(r),r=r.cause}let o=$e(this.stack).split(`
|
|
`),l=n.split(`
|
|
`);/^\w*Error(?:: |$)/.test($e(l[0]))&&l.splice(0,1),o.splice(1,o.length-1,...l),this.stack=o.join(`
|
|
`)}},Ii=class e extends Error{static{s(this,"SilentError")}constructor(t){super(t),this.name="SilentError",Error.captureStackTrace?.(this,e)}};function Ps(e){Es.trigger(Td,e)}s(Ps,"emitAsyncErrorEvent");function Fs(e){if(!(e instanceof Error))return String(e);let t=e.stack??`${e.name}: ${e.message}`;if(e.cause!==void 0){let n=Fs(e.cause).split(`
|
|
`);t+=`
|
|
${Qx("Caused by:")}`;for(let i of n)i.trim()&&(t+=i.startsWith(e0)?`
|
|
${i}`:`
|
|
${Qx(i)}`)}return t}s(Fs,"errorToString");function gt(e=0){return $e(new Error().stack).split(`
|
|
`).slice(e+2).join(`
|
|
`)}s(gt,"getStackTrace");function bn(e,t){t??=globalThis.console,t.error(Fs(e))}s(bn,"printError");function t0(e){let t=Es.on(Td,e);return()=>{Es.offref(t)}}s(t0,"registerAsyncErrorEventHandler");function Qx(e){return`${e0} --- ${e} --- (0)`}s(Qx,"generateStackTraceLine");function FF(e){bn(e)}s(FF,"handleAsyncError");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var Pd="50.0.0",Is="obsidian-dev-utils",n0=`.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 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;
|
|
}
|
|
|
|
.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-settings-tab a:focus {
|
|
outline: 2px solid var(--link-color);
|
|
}
|
|
|
|
.obsidian-dev-utils.prompt-modal .text-box {
|
|
width: 100%;
|
|
}
|
|
|
|
.obsidian-dev-utils.tri-state-checkbox-component input[type=checkbox]:indeterminate {
|
|
appearance: checkbox;
|
|
}
|
|
|
|
.obsidian-dev-utils :invalid {
|
|
box-shadow: 0 0 0 2px var(--text-error);
|
|
}
|
|
.obsidian-dev-utils input.metadata-input-text:active:invalid, .obsidian-dev-utils input.metadata-input-text:focus-visible:invalid, .obsidian-dev-utils input.metadata-input-text:focus:invalid,
|
|
.obsidian-dev-utils input[type=date]:active:invalid,
|
|
.obsidian-dev-utils input[type=date]:focus-visible:invalid,
|
|
.obsidian-dev-utils input[type=date]:focus:invalid,
|
|
.obsidian-dev-utils input[type=datetime-local]:active:invalid,
|
|
.obsidian-dev-utils input[type=datetime-local]:focus-visible:invalid,
|
|
.obsidian-dev-utils input[type=datetime-local]:focus:invalid,
|
|
.obsidian-dev-utils input[type=email]:active:invalid,
|
|
.obsidian-dev-utils input[type=email]:focus-visible:invalid,
|
|
.obsidian-dev-utils input[type=email]:focus:invalid,
|
|
.obsidian-dev-utils input[type=number]:active:invalid,
|
|
.obsidian-dev-utils input[type=number]:focus-visible:invalid,
|
|
.obsidian-dev-utils input[type=number]:focus:invalid,
|
|
.obsidian-dev-utils input[type=password]:active:invalid,
|
|
.obsidian-dev-utils input[type=password]:focus-visible:invalid,
|
|
.obsidian-dev-utils input[type=password]:focus:invalid,
|
|
.obsidian-dev-utils input[type=search]:active:invalid,
|
|
.obsidian-dev-utils input[type=search]:focus-visible:invalid,
|
|
.obsidian-dev-utils input[type=search]:focus:invalid,
|
|
.obsidian-dev-utils input[type=text]:active:invalid,
|
|
.obsidian-dev-utils input[type=text]:focus-visible:invalid,
|
|
.obsidian-dev-utils input[type=text]:focus:invalid,
|
|
.obsidian-dev-utils textarea:active:invalid,
|
|
.obsidian-dev-utils textarea:focus-visible:invalid,
|
|
.obsidian-dev-utils textarea:focus:invalid {
|
|
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/input.scss%22,%22../src/styles/input-time.scss%22,%22../src/styles/loop.scss%22,%22../src/styles/modal-container.scss%22,%22../src/styles/multiple-dropdown-component.scss%22,%22../src/styles/plugin-settings-tab.scss%22,%22../src/styles/prompt-modal.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;;;ACzCJ;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;;;ACAA;EACE;EACA;;;ACFF;AAAA;AAAA;EAGE;EACA;;AAEA;AAAA;AAAA;EACE;EACA;;;ACRJ;EACE;;;ACDF;EACE;;;ACDF;EACE;;;ACEJ;EAJA;;AAoBI;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EApBJ;;AA0BA;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.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.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-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.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.obsidian-dev-utils%20%7B%5Cr%5Cn%20%20&.tri-state-checkbox-component%20%7B%5Cr%5Cn%20%20%20%20input%5Btype='checkbox'%5D:indeterminate%20%7B%5Cr%5Cn%20%20%20%20%20%20appearance:%20checkbox;%5Cr%5Cn%20%20%20%20%7D%5Cr%5Cn%20%20%7D%5Cr%5Cn%7D%5Cr%5Cn%22,%22@mixin%20invalid%20%7B%5Cn%20%20box-shadow:%200%200%200%202px%20var(--text-error);%5Cn%7D%5Cn%5Cn.obsidian-dev-utils%20%7B%5Cn%20%20:invalid%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%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 */
|
|
`;s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var Fd=class{static{s(this,"ValueWrapper")}constructor(t){this.value=t}};function IF(){let e=globalThis.app;if(e)return e;try{return globalThis.require("obsidian/app")}catch{throw new Error("Obsidian App global instance not found")}}s(IF,"getApp");function vt(e,t,n){let r=e??DF()??globalThis;return r.obsidianDevUtilsState??={},r.obsidianDevUtilsState[t]??=new Fd(n)}s(vt,"getObsidianDevUtilsState");function DF(){return typeof window>"u"?null:IF()}s(DF,"getAppOrNull");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var Id="__no-plugin-id-initialized__",r0=Id;function Ds(){return r0}s(Ds,"getPluginId");function i0(e){e&&(r0=e)}s(i0,"setPluginId");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var a0=",",zs="-";function o0(){return{disable:zF,enable:_F,get:_s,set:Wa}}s(o0,"getDebugController");function Di(e,t=0){let n=`${e}:${String(t)}`,i=vt(null,"debuggers",new Map).value,r=i.get(n);return r||(r=Ha()(e),r.log=(a,...o)=>{$F(e,t,a,...o)},i.set(n,r)),r}s(Di,"getDebugger");function Ce(e){let t=Ds(),n=t===Id?"":`${t}:`;return Di(`${n}${Is}:${e}`)}s(Ce,"getLibDebugger");function In(e,t,n,...i){if(!l0()){e(n,...i);return}e(n,...i,`
|
|
|
|
---
|
|
Context stack trace:
|
|
`,c0(t))}s(In,"printWithStackTrace");function s0(e){let t=Ha().enabled(e),n=t?"enabled":"disabled",i=t?"disable":"enable",r=_s();Wa(e),Di(e)(`Debug messages for plugin ${e} are ${n}. See https://github.com/mnaoumov/obsidian-dev-utils/blob/main/docs/debugging.md how to ${i} them.`),Wa(r)}s(s0,"showInitialDebugMessage");function zF(e){let t=new Set(_s());for(let n of Ka(e)){if(n.startsWith(zs))continue;let i=zs+n;t.has(n)&&t.delete(n),t.add(i)}Wa(Array.from(t))}s(zF,"disableNamespaces");function _F(e){let t=new Set(_s());for(let n of Ka(e)){if(!n.startsWith(zs)){let i=zs+n;t.has(i)&&t.delete(i)}t.add(n)}Wa(Array.from(t))}s(_F,"enableNamespaces");function _s(){return Ka(Ha().load()??"")}s(_s,"getNamespaces");function Ha(){return typeof window>"u"?Dd.default:vt(null,"debug",Dd.default).value}s(Ha,"getSharedDebugLibInstance");function l0(){return typeof window<"u"}s(l0,"isInObsidian");function $F(e,t,n,...i){if(!Ha().enabled(e))return;if(!l0()){console.debug(n,...i);return}let r=4,a=new Error().stack?.split(`
|
|
`)??[];a.splice(0,r+t),console.debug(n,...i,`
|
|
|
|
---
|
|
Logger stack trace:
|
|
`,c0(a.join(`
|
|
`)))}s($F,"logWithCaller");function c0(e){return new yn("Debug mode: intentional placeholder error. See https://github.com/mnaoumov/obsidian-dev-utils/blob/main/docs/debugging.md.",e,void 0)}s(c0,"makeStackTraceError");function Wa(e){Ha().enable(Ka(e).join(a0))}s(Wa,"setNamespaces");function Ka(e){return typeof e=="string"?e.split(a0).filter(Boolean):e.flatMap(Ka)}s(Ka,"toArray");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();function Ya(e){return e.replaceAll(/[.*+?^${}()|[\]\\]/g,"\\$&")}s(Ya,"escapeRegExp");function u0(e){try{return new RegExp(e),!0}catch{return!1}}s(u0,"isValidRegExp");var p0=/(?:)/,d0=/.^/;s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();async function zi(e,t,...n){return t??=ft(),t.throwIfAborted(),NF(e)?await e(t,...n):e}s(zi,"resolveValue");function NF(e){return typeof e=="function"}s(NF,"isFunction");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var jF={"\n":"\\n","\r":"\\r"," ":"\\t","\b":"\\b","\f":"\\f","'":"\\'",'"':'\\"',"\\":"\\\\"};var MF={};for(let[e,t]of Object.entries(jF))MF[t]=e;function m0(e,t,n,i){return i??=n,e.slice(0,n)+t+e.slice(i)}s(m0,"insertAt");function Xa(e){return qe(e,/\u00A0|\u202F/g," ").normalize("NFC")}s(Xa,"normalize");function qe(e,t,n){return typeof n>"u"?e:(t instanceof RegExp&&!t.global&&(t=new RegExp(t.source,`${t.flags}g`)),typeof n=="string"?e.replaceAll(t,n):e.replaceAll(t,(i,...r)=>{let o=typeof r.at(-1)=="object",l=o?r.length-2:r.length-1,c={groups:o?r.at(-1):void 0,missingGroupIndices:[],offset:r.at(l-1),source:r.at(l),substring:i},u=r.slice(0,l-1).map((p,d)=>{if(typeof p=="string")return p;if(typeof p>"u")return c.missingGroupIndices.push(d),"";throw new Error(`Unexpected argument type: ${typeof p}`)});return n(c,...u)??c.substring}))}s(qe,"replaceAll");function Dn(e,t,n){if(e.endsWith(t))return e.slice(0,-t.length);if(n)throw new Error(`String ${e} does not end with suffix ${t}`);return e}s(Dn,"trimEnd");function _i(e,t,n){if(e.startsWith(t))return e.slice(t.length);if(n)throw new Error(`String ${e} does not start with prefix ${t}`);return e}s(_i,"trimStart");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var h0=".",OF=[{constructor:ArrayBuffer,equalityComparer:LF},{constructor:Date,equalityComparer:BF},{constructor:RegExp,equalityComparer:VF},{constructor:Map,equalityComparer:UF},{constructor:Set,equalityComparer:ZF}];function Kt(e,t){if(e===t)return!0;if(typeof e!="object"||typeof t!="object"||e===null||t===null)return!1;let n=e.constructor,i=t.constructor;if(n!==i)return!1;if(n!==Object){let c=qF(e,t);if(c!==void 0)return c}let r=$i(e),a=$i(t);if(r.length!==a.length)return!1;let o=e,l=t;for(let c of r)if(!a.includes(c)||!Kt(o[c],l[c]))return!1;return!0}s(Kt,"deepEqual");function at(e){return typeof e!="object"||e===null?e:"default"in e?e.default:e}s(at,"extractDefaultExportInterop");function $i(e){let t=[],n=e;for(;n;){let i=Object.getOwnPropertyDescriptors(n);for(let[r,a]of Object.entries(i)){if(r==="__proto__"||typeof a.value=="function")continue;let o=typeof a.get=="function",l=typeof a.set=="function";if(o||l){o&&l&&t.push(r);continue}a.enumerable&&a.writable&&t.push(r)}n=Object.getPrototypeOf(n)}return t.sort()}s($i,"getAllKeys");function fr(e,t){let n=e,i=t.split(h0);for(let r of i){if(n===void 0)return;n=n[r]}return n}s(fr,"getNestedPropertyValue");function _d(e){return e==null?e:Object.getPrototypeOf(e)}s(_d,"getPrototypeOf");function f0(e,t){for(let[n,i]of Object.entries(e))i===void 0&&!t?.includes(n)&&delete e[n];return e}s(f0,"removeUndefinedProperties");function g0(e,t,n){let i=new Error(`Property path ${t} not found`),r=e,a=t.split(h0);for(let l of a.slice(0,-1)){if(r===void 0)throw i;r=r[l]}let o=$e(a.at(-1));if(r===void 0)throw i;r[o]=n}s(g0,"setNestedPropertyValue");function Zr(e,t={}){let n={functionHandlingMode:"exclude",maxDepth:-1,shouldCatchToJSONErrors:!1,shouldHandleCircularReferences:!1,shouldHandleErrors:!1,shouldHandleUndefined:!1,shouldSortKeys:!1,space:2,tokenSubstitutions:{circularReference:zd("CircularReference"),maxDepthLimitReached:zd("MaxDepthLimitReached"),toJSONFailed:zd("ToJSONFailed")}},i={...n,...t,tokenSubstitutions:{...n.tokenSubstitutions,...t.tokenSubstitutions}};i.maxDepth===-1&&(i.maxDepth=1/0);let r=[],o=$s(e,"",0,!0,i,r,new WeakSet),l=$e(JSON.stringify(o,null,i.space));return l=qe(l,/"\[\[(?<Key>[A-Za-z]+)(?<Index>\d*)\]\]"/g,(c,u,p)=>RF({functionTexts:r,index:p?parseInt(p,10):0,key:u,substitutions:i.tokenSubstitutions})),l}s(Zr,"toJson");function RF(e){switch(e.key){case"CircularReference":return e.substitutions.circularReference;case"Function":return $e(e.functionTexts[e.index],`Function with index ${String(e.index)} not found`);case"MaxDepthLimitReached":return e.substitutions.maxDepthLimitReached;case"MaxDepthLimitReachedArray":return`Array(${String(e.index)})`;case"ToJSONFailed":return e.substitutions.toJSONFailed;case"Undefined":return"undefined";default:break}}s(RF,"applySubstitutions");function LF(e,t){if(e.byteLength!==t.byteLength)return!1;let n=new Uint8Array(e),i=new Uint8Array(t);return Kt(n,i)}s(LF,"deepEqualArrayBuffer");function BF(e,t){return e.getTime()===t.getTime()}s(BF,"deepEqualDate");function UF(e,t){if(e.size!==t.size)return!1;for(let[n,i]of e.entries())if(!t.has(n)||!Kt(i,t.get(n)))return!1;return!0}s(UF,"deepEqualMap");function VF(e,t){return e.source===t.source&&e.flags===t.flags}s(VF,"deepEqualRegExp");function ZF(e,t){if(e.size!==t.size)return!1;for(let n of e){if(t.has(n))continue;let i=!1;for(let r of t)if(Kt(n,r)){i=!0;break}if(!i)return!1}return!0}s(ZF,"deepEqualSet");function qF(e,t){for(let{constructor:n,equalityComparer:i}of OF)if(e instanceof n&&t instanceof n)return i(e,t)}s(qF,"deepEqualTyped");function JF(e,t,n,i,r,a){return t>i.maxDepth?Ni("MaxDepthLimitReachedArray",e.length):e.map((o,l)=>$s(o,String(l),t+1,n,i,r,a))}s(JF,"handleArray");function GF(e,t,n){if(n.shouldHandleCircularReferences)return Ni("CircularReference");let i=e.constructor.name||"Object";throw new TypeError(`Converting circular structure to JSON
|
|
--> starting at object with constructor '${i}'
|
|
--- property '${t}' closes the circle`)}s(GF,"handleCircularReference");function WF(e,t,n){if(n.functionHandlingMode==="exclude")return;let i=t.length,r=n.functionHandlingMode==="full"?String(e):`function ${e.name||"anonymous"}() { /* ... */ }`;return t.push(r),Ni("Function",i)}s(WF,"handleFunction");function HF(e,t,n,i,r,a,o){if(o.has(e))return GF(e,t,r);if(o.add(e),i){let l=YF(e,t,n,r,a,o);if(l!==void 0)return l}return Array.isArray(e)?JF(e,n,i,r,a,o):n>r.maxDepth?Ni("MaxDepthLimitReached"):e instanceof Error&&r.shouldHandleErrors?Fs(e):KF(e,n,i,r,a,o)}s(HF,"handleObject");function KF(e,t,n,i,r,a){let o=Object.entries(e);return i.shouldSortKeys&&o.sort(([l],[c])=>l.localeCompare(c)),Object.fromEntries(o.map(([l,c])=>[l,$s(c,l,t+1,n,i,r,a)]))}s(KF,"handlePlainObject");function zd(e){return`{ "[[${e}]]": null }`}s(zd,"makeObjectTokenSubstitution");function Ni(e,t){return`[[${e}${t?String(t):""}]]`}s(Ni,"makePlaceholder");function $s(e,t,n,i,r,a,o){return e===void 0?n===0||r.shouldHandleUndefined?Ni("Undefined"):void 0:typeof e=="function"?WF(e,a,r):typeof e!="object"||e===null?e:HF(e,t,n,i,r,a,o)}s($s,"toPlainObject");function YF(e,t,n,i,r,a){let o=e.toJSON;if(typeof o=="function")try{let l=o.call(e,t);return $s(l,t,n,!1,i,r,a)}catch(l){if(i.shouldCatchToJSONErrors)return Ni("ToJSONFailed");throw l}}s(YF,"tryHandleToJSON");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();async function Nd(e,t){t??=gt(1);try{await e()}catch(n){let i=new yn(Ts,t,n);if(XF(i))return;Ps(i)}}s(Nd,"addErrorHandler");function kt(e,t){return t??=gt(1),(...n)=>{Ft(t);let i=gt(1);t=`${t}
|
|
at --- convertAsyncToSync --- (0)
|
|
${i}`,xe(()=>e(...n),t)}}s(kt,"convertAsyncToSync");function XF(e){let t=e;for(;!(t instanceof Ii);){if(!(t instanceof Error))return!1;t=t.cause}return Ce("Async:handleSilentError")(e),!0}s(XF,"handleSilentError");function xe(e,t){t??=gt(1),Nd(e,t)}s(xe,"invokeAsyncSafely");function v0(e,t=0,n,i){i??=ft(),i.throwIfAborted(),n??=gt(1),xe(async()=>{await Md(t,i,!0),await e(i)},n)}s(v0,"invokeAsyncSafelyAfterDelay");var QF=new WeakSet;async function Ns(){return new Promise(e=>{requestAnimationFrame(()=>{e()})})}s(Ns,"requestAnimationFrameAsync");async function k0(e){let t=Ce("Async:retryWithTimeout"),n=e.stackTrace??gt(1),r={...{retryDelayInMilliseconds:100,shouldRetryOnError:!1,timeoutInMilliseconds:5e3},...e.retryOptions};r.abortSignal?.throwIfAborted(),await jd({context:{operationName:e.operationName??"",retryFn:e.operationFn},onTimeout:e.onTimeout,async operationFn(a){let o=vn(r.abortSignal,a);o.throwIfAborted();let l=0;for(;!o.aborted;){l++;let c;try{c=await e.operationFn(o)}catch(u){if(o.aborted||!r.shouldRetryOnError||QF.has(u))throw new yn("retryWithTimeout failed",n,u);bn(u),c=!1}if(c){In(t,n,`Retry completed successfully after ${String(l)} attempts`,{operationFn:e.operationFn,operationName:e.operationName??""});return}In(t,n,`Retry attempt ${String(l)} completed unsuccessfully. Trying again in ${String(r.retryDelayInMilliseconds)} milliseconds`,{operationFn:e.operationFn,operationName:e.operationName??""}),await Md(r.retryDelayInMilliseconds,a)}},operationName:e.operationName??"",stackTrace:n,timeoutInMilliseconds:r.timeoutInMilliseconds})}s(k0,"retryWithTimeout");async function jd(e){let t=e.stackTrace??gt(1),n=performance.now(),i=new AbortController,r=new AbortController,a=null,o=!1,l=!1,c=Ce("Async:runWithTimeout"),u=e.onTimeout??m;if(await Promise.race([p(),d()]),o)return a;throw new yn("Run with timeout failed",t,i.signal.reason);async function p(){try{a=await e.operationFn(i.signal);let h=Math.trunc(performance.now()-n);In(c,t,`Execution time: ${String(h)} milliseconds`,{context:e.context,operationFn:e.operationFn,operationName:e.operationName??""}),o=!0}catch(h){i.abort(h)}finally{l=!0,r.abort(new Error("Completed"))}}async function d(){if(await Md(e.timeoutInMilliseconds,r.signal),l)return;let h=Math.trunc(performance.now()-n);In(c,t,`Timed out after ${String(h)} milliseconds`,{context:e.context,operationFn:e.operationFn,operationName:e.operationName??""});let v={duration:h,onOperationCompleted(x){r.signal.addEventListener("abort",x)},operationName:e.operationName??"",terminateOperation(){let x=new Error(`Timed out after ${String(h)} milliseconds`);i.abort(x),r.abort(x)}};u(v),await wd(r.signal)}function m(h){h.terminateOperation()}}s(jd,"runWithTimeout");async function Md(e,t,n){await wd(vn(t,Lx(e))),n&&t?.throwIfAborted()}s(Md,"sleep");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();async function Od(e){return await new Promise(t=>{let n=new FileReader;n.addEventListener("loadend",i),n.readAsDataURL(e);function i(){t(n.result)}s(i,"handleLoadEnd")})}s(Od,"blobToDataUrl");async function y0(e,t){let n=await Od(e);return new Promise(i=>{let r=new Image;r.addEventListener("load",a),r.src=n;function a(){let o=document.createElement("canvas"),l=o.getContext("2d");Ft(l,"Could not get 2D context.");let c=r.width,u=r.height;o.width=c,o.height=u,l.fillStyle="#fff",l.fillRect(0,0,c,u),l.save();let p=.5;l.translate(c*p,u*p),l.drawImage(r,0,0,c,u,-c*p,-u*p,c,u),l.restore();let d=o.toDataURL("image/jpeg",t),m=eI(d);i(m)}s(a,"handleLoad")})}s(y0,"blobToJpegArrayBuffer");function eI(e){let n=e.split(";base64,")[1];if(!n)throw new Error("Invalid data URL");let i=window.atob(n),r=i.length,a=new Uint8Array(r);for(let o=0;o<r;o++)a[o]=i.charCodeAt(o);return a.buffer}s(eI,"dataUrlToArrayBuffer");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();function G(e,t){e.createEl("strong",{cls:"markdown-rendered code"},n=>{n.createEl("code",{text:t})})}s(G,"appendCodeBlock");async function Rd(e,t,n){let i=createEl(e,t);return await n?.(i),i}s(Rd,"createElAsync");async function js(e){let t=createFragment();return await e?.(t),t}s(js,"createFragmentAsync");function b0(e){let t=e;for(;t;){let n=getComputedStyle(t).zIndex,i=Number.parseInt(n,10);if(!Number.isNaN(i))return i;t=t.parentElement}return 0}s(b0,"getZIndex");function x0(e){return`${String(e)}px`}s(x0,"toPx");var tI=require("obsidian"),w0=require("obsidian"),C0=require("obsidian"),x6=require("obsidian"),A6=require("obsidian"),iI=require("obsidian"),aI=require("obsidian"),E0=require("obsidian");var A0=class{static{s(this,"CustomArrayDictImpl")}data=new Map;add(e,t){let n=this.get(e);n||(n=[],this.data.set(e,n)),n.includes(t)||n.push(t)}clear(e){this.data.delete(e)}clearAll(){this.data.clear()}contains(e,t){return!!this.get(e)?.contains(t)}count(){let e=0;for(let t of this.keys())e+=this.get(t)?.length??0;return e}get(e){return this.data.get(e)||null}keys(){return Array.from(this.data.keys())}remove(e,t){let n=this.get(e);n&&(n.remove(t),n.length===0&&this.clear(e))}};var It={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"},qr={AllProperties:"all-properties",Audio:"audio",Backlink:It.Backlink,Bases:It.Bases,Bookmarks:It.Bookmarks,Canvas:It.Canvas,Empty:"empty",FileExplorer:It.FileExplorer,FileProperties:"file-properties",Graph:It.Graph,Image:"image",LocalGraph:"localgraph",Markdown:"markdown",OutgoingLink:It.OutgoingLink,Outline:It.Outline,Pdf:"pdf",ReleaseNotes:"release-notes",Search:"search",Sync:"sync",Table:"table",Tag:"tag",Video:"video",Webviewer:"webviewer",WebviewerHistory:"webviewer-history"};function nI(){return w0.TFile}s(nI,"getTFileConstructor");function rI(){return C0.TFolder}s(rI,"getTFolderConstructor");function Lt(e){return e.replace(/\/?[^\/]*$/,"")||"/"}s(Lt,"parentFolderPath");function Ms(e,t){let n=e.vault.getFolderByPath(t);return n||(n=new(rI())(e.vault,t),n.parent=Ms(e,Lt(t)),n.deleted=!0,n)}s(Ms,"createTFolderInstance");function S0(e,t){let n=e.vault.getFileByPath(t);return n||(n=new(nI())(e.vault,t),n.parent=Ms(e,Lt(t)),n.deleted=!0,n)}s(S0,"createTFileInstance");async function Os(){return await(0,E0.loadPrism)()}s(Os,"loadPrism");function Bt(e){return!!e.position}s(Bt,"isReferenceCache");function Ut(e){return!!e.key}s(Ut,"isFrontmatterLinkCache");var Ld=gn(F0(),1);s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var sI=/[a-zA-Z]:\/[^:]*$/,_n=Ld.default.posix,I6=_n.delimiter,D6=Ld.default.posix.sep,Oe=_n.basename,Ie=_n.dirname,et=_n.extname,z6=_n.format;var Re=_n.join,_6=_n.normalize,$6=_n.parse,Mi=_n.relative;function Yt(e,t){return t?`${e}.${t}`:e}s(Yt,"makeFileName");function I0(...e){let t=_n.resolve(...e);return t=lI(t),sI.exec(t)?.[0]??t}s(I0,"resolve");function lI(e){return qe(e,"\\","/")}s(lI,"toPosixPath");var $n=require("obsidian");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var cI="base",Rs="canvas",Qa="md";function Bd(e){return e.map(t=>Ls(t))}s(Bd,"asArrayOfFolders");function Ls(e){return $e(Bs(e),"Abstract file is not a folder")}s(Ls,"asFolder");function Bs(e){if(e===null)return null;if(e instanceof $n.TFolder)return e;throw new Error("Abstract file is not a folder")}s(Bs,"asFolderOrNull");function Ud(e,t,n){if(Me(t))return t.extension===n;if(typeof t=="string"){let i=Ue(e,t);return i?i.extension===n:et(t).slice(1)===n}return!1}s(Ud,"checkExtension");function z0(e,t,n){return $e(Xt(e,t,n),`Abstract file not found: ${t}`)}s(z0,"getAbstractFile");function Xt(e,t,n){if(t===null)return null;if(_0(t))return Me(t)?e.vault.getFileByPath(t.path)??t:Vt(t)?e.vault.getFolderByPath(t.path)??t:e.vault.getAbstractFileByPath(t.path)??t;let i=D0(e,t,n);if(i)return i;let r=$0(t);return r===t?null:D0(e,r,n)}s(Xt,"getAbstractFileOrNull");function je(e,t,n,i){let r=Ue(e,t,i);if(!r)if(n)r=S0(e,t);else throw new Error(`File not found: ${t}`);return r}s(je,"getFile");function Ue(e,t,n){let i=Xt(e,t,n);return Me(i)?i:null}s(Ue,"getFileOrNull");function Oi(e,t,n,i){let r=Nn(e,t,i);if(!r)if(n)r=Ms(e,t);else throw new Error(`Folder not found: ${t}`);return r}s(Oi,"getFolder");function Nn(e,t,n){let i=Xt(e,t,n);return Vt(i)?i:null}s(Nn,"getFolderOrNull");function we(e,t){if(_0(t))return t.path;let n=Xt(e,t);return n?n.path:$0(t)}s(we,"getPath");function _0(e){return e instanceof $n.TAbstractFile}s(_0,"isAbstractFile");function uI(e,t){return Ud(e,t,cI)}s(uI,"isBaseFile");function er(e,t){return Ud(e,t,Rs)}s(er,"isCanvasFile");function Me(e){return e instanceof $n.TFile}s(Me,"isFile");function Vt(e){return e instanceof $n.TFolder}s(Vt,"isFolder");function jn(e,t){return Ud(e,t,Qa)}s(jn,"isMarkdownFile");function Dt(e,t){return jn(e,t)||er(e,t)||uI(e,t)}s(Dt,"isNote");function D0(e,t,n){return n??=e.vault.adapter.insensitive,n?e.vault.getAbstractFileByPathInsensitive(t):e.vault.getAbstractFileByPath(t)}s(D0,"getFileInternal");function $0(e){return(0,$n.normalizePath)(I0("/",e))}s($0,"getResolvedPath");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var gr=(e=>(e.DeleteNote="DeleteNote",e.RenameNote="RenameNote",e.Unknown="Unknown",e))(gr||{}),xn="__DUMMY__";async function Vd(e){let{app:t,notePathOrFile:n,oldAttachmentPathOrFile:i,shouldSkipDuplicateCheck:r}=e,a=we(t,i),o=et(a),l=Oe(a,o),c=Ue(t,a),u=t.vault.getAvailablePathForAttachments.extended;return u?u({attachmentFileBaseName:l,attachmentFileContent:c?await t.vault.readBinary(c):void 0,attachmentFileExtension:o.slice(1),attachmentFileStat:c?.stat,context:e.context,notePathOrFile:n,oldAttachmentPathOrFile:e.oldAttachmentPathOrFile,oldNotePathOrFile:e.oldNotePathOrFile,shouldSkipDuplicateCheck:r,shouldSkipMissingAttachmentFolderCreation:!0}):await Zd({app:t,attachmentFileBaseName:l,attachmentFileExtension:o.slice(1),notePathOrFile:n,shouldSkipDuplicateCheck:r,shouldSkipMissingAttachmentFolderCreation:!0})}s(Vd,"getAttachmentFilePath");async function Ri(e,t,n="Unknown"){return Lt(await Vd({app:e,context:n,notePathOrFile:t,oldAttachmentPathOrFile:xn,shouldSkipDuplicateCheck:!0}))}s(Ri,"getAttachmentFolderPath");async function Zd(e){let{app:t,attachmentFileExtension:n,notePathOrFile:i,shouldSkipDuplicateCheck:r,shouldSkipMissingAttachmentFolderCreation:a}=e,o=t.vault.getConfig("attachmentFolderPath"),l=o==="."||o==="./",c=o.startsWith("./")?_i(o,"./"):null,u=Ue(t,i);l?o=u?u.parent?.path??"":"":c&&(o=(u?u.parent?.getParentPrefix()??"":"")+c),o=Xa(N0(o));let p=Xa(N0(e.attachmentFileBaseName)),d=Nn(t,o,!0);!d&&c&&(d=a?Oi(t,o,!0):await t.vault.createFolder(o));let m=d?.getParentPrefix()??"";return r?Yt(m+p,n):t.vault.getAvailablePath(m+p,n)}s(Zd,"getAvailablePathForAttachments");async function qd(e,t,n="Unknown"){let i=await Ri(e,t,n),r=await Ri(e,Re(Ie(t),`${xn}.${Qa}`),n);return i!==r}s(qd,"hasOwnAttachmentFolder");function N0(e){return e=qe(e,/(?:[\\/])+/g,"/"),e=qe(e,/^\/+|\/+$/g,""),e||"/"}s(N0,"normalizeSlashes");var K=s(e=>typeof e=="string","isString"),eo=s(()=>{let e,t,n=new Promise((i,r)=>{e=i,t=r});return n.resolve=e,n.reject=t,n},"defer"),j0=s(e=>e==null?"":""+e,"makeString"),pI=s((e,t,n)=>{e.forEach(i=>{t[i]&&(n[i]=t[i])})},"copy"),dI=/###/g,M0=s(e=>e&&e.indexOf("###")>-1?e.replace(dI,"."):e,"cleanKey"),O0=s(e=>!e||K(e),"canNotTraverseDeeper"),to=s((e,t,n)=>{let i=K(t)?t.split("."):t,r=0;for(;r<i.length-1;){if(O0(e))return{};let a=M0(i[r]);!e[a]&&n&&(e[a]=new n),Object.prototype.hasOwnProperty.call(e,a)?e=e[a]:e={},++r}return O0(e)?{}:{obj:e,k:M0(i[r])}},"getLastOfPath"),R0=s((e,t,n)=>{let{obj:i,k:r}=to(e,t,Object);if(i!==void 0||t.length===1){i[r]=n;return}let a=t[t.length-1],o=t.slice(0,t.length-1),l=to(e,o,Object);for(;l.obj===void 0&&o.length;)a=`${o[o.length-1]}.${a}`,o=o.slice(0,o.length-1),l=to(e,o,Object),l?.obj&&typeof l.obj[`${l.k}.${a}`]<"u"&&(l.obj=void 0);l.obj[`${l.k}.${a}`]=n},"setPath"),mI=s((e,t,n,i)=>{let{obj:r,k:a}=to(e,t,Object);r[a]=r[a]||[],r[a].push(n)},"pushPath"),Vs=s((e,t)=>{let{obj:n,k:i}=to(e,t);if(n&&Object.prototype.hasOwnProperty.call(n,i))return n[i]},"getPath"),hI=s((e,t,n)=>{let i=Vs(e,n);return i!==void 0?i:Vs(t,n)},"getPathWithDefaults"),J0=s((e,t,n)=>{for(let i in t)i!=="__proto__"&&i!=="constructor"&&(i in e?K(e[i])||e[i]instanceof String||K(t[i])||t[i]instanceof String?n&&(e[i]=t[i]):J0(e[i],t[i],n):e[i]=t[i]);return e},"deepExtend"),Jr=s(e=>e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&"),"regexEscape"),fI={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"},gI=s(e=>K(e)?e.replace(/[&<>"'\/]/g,t=>fI[t]):e,"escape"),Hd=class{static{s(this,"RegExpCache")}constructor(t){this.capacity=t,this.regExpMap=new Map,this.regExpQueue=[]}getRegExp(t){let n=this.regExpMap.get(t);if(n!==void 0)return n;let i=new RegExp(t);return this.regExpQueue.length===this.capacity&&this.regExpMap.delete(this.regExpQueue.shift()),this.regExpMap.set(t,i),this.regExpQueue.push(t),i}},vI=[" ",",","?","!",";"],kI=new Hd(20),yI=s((e,t,n)=>{t=t||"",n=n||"";let i=vI.filter(o=>t.indexOf(o)<0&&n.indexOf(o)<0);if(i.length===0)return!0;let r=kI.getRegExp(`(${i.map(o=>o==="?"?"\\?":o).join("|")})`),a=!r.test(e);if(!a){let o=e.indexOf(n);o>0&&!r.test(e.substring(0,o))&&(a=!0)}return a},"looksLikeObjectPath"),Kd=s((e,t,n=".")=>{if(!e)return;if(e[t])return Object.prototype.hasOwnProperty.call(e,t)?e[t]:void 0;let i=t.split(n),r=e;for(let a=0;a<i.length;){if(!r||typeof r!="object")return;let o,l="";for(let c=a;c<i.length;++c)if(c!==a&&(l+=n),l+=i[c],o=r[l],o!==void 0){if(["string","number","boolean"].indexOf(typeof o)>-1&&c<i.length-1)continue;a+=c-a+1;break}r=o}return r},"deepFind"),no=s(e=>e?.replace(/_/g,"-"),"getCleanedCode"),bI={type:"logger",log(e){this.output("log",e)},warn(e){this.output("warn",e)},error(e){this.output("error",e)},output(e,t){console?.[e]?.apply?.(console,t)}},Yd=class e{static{s(this,"Logger")}constructor(t,n={}){this.init(t,n)}init(t,n={}){this.prefix=n.prefix||"i18next:",this.logger=t||bI,this.options=n,this.debug=n.debug}log(...t){return this.forward(t,"log","",!0)}warn(...t){return this.forward(t,"warn","",!0)}error(...t){return this.forward(t,"error","")}deprecate(...t){return this.forward(t,"warn","WARNING DEPRECATED: ",!0)}forward(t,n,i,r){return r&&!this.debug?null:(K(t[0])&&(t[0]=`${i}${this.prefix} ${t[0]}`),this.logger[n](t))}create(t){return new e(this.logger,{prefix:`${this.prefix}:${t}:`,...this.options})}clone(t){return t=t||this.options,t.prefix=t.prefix||this.prefix,new e(this.logger,t)}},Mn=new Yd,Li=class{static{s(this,"EventEmitter")}constructor(){this.observers={}}on(t,n){return t.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(t,n){if(this.observers[t]){if(!n){delete this.observers[t];return}this.observers[t].delete(n)}}emit(t,...n){this.observers[t]&&Array.from(this.observers[t].entries()).forEach(([r,a])=>{for(let o=0;o<a;o++)r(...n)}),this.observers["*"]&&Array.from(this.observers["*"].entries()).forEach(([r,a])=>{for(let o=0;o<a;o++)r.apply(r,[t,...n])})}},Zs=class extends Li{static{s(this,"ResourceStore")}constructor(t,n={ns:["translation"],defaultNS:"translation"}){super(),this.data=t||{},this.options=n,this.options.keySeparator===void 0&&(this.options.keySeparator="."),this.options.ignoreJSONStructure===void 0&&(this.options.ignoreJSONStructure=!0)}addNamespaces(t){this.options.ns.indexOf(t)<0&&this.options.ns.push(t)}removeNamespaces(t){let n=this.options.ns.indexOf(t);n>-1&&this.options.ns.splice(n,1)}getResource(t,n,i,r={}){let a=r.keySeparator!==void 0?r.keySeparator:this.options.keySeparator,o=r.ignoreJSONStructure!==void 0?r.ignoreJSONStructure:this.options.ignoreJSONStructure,l;t.indexOf(".")>-1?l=t.split("."):(l=[t,n],i&&(Array.isArray(i)?l.push(...i):K(i)&&a?l.push(...i.split(a)):l.push(i)));let c=Vs(this.data,l);return!c&&!n&&!i&&t.indexOf(".")>-1&&(t=l[0],n=l[1],i=l.slice(2).join(".")),c||!o||!K(i)?c:Kd(this.data?.[t]?.[n],i,a)}addResource(t,n,i,r,a={silent:!1}){let o=a.keySeparator!==void 0?a.keySeparator:this.options.keySeparator,l=[t,n];i&&(l=l.concat(o?i.split(o):i)),t.indexOf(".")>-1&&(l=t.split("."),r=n,n=l[1]),this.addNamespaces(n),R0(this.data,l,r),a.silent||this.emit("added",t,n,i,r)}addResources(t,n,i,r={silent:!1}){for(let a in i)(K(i[a])||Array.isArray(i[a]))&&this.addResource(t,n,a,i[a],{silent:!0});r.silent||this.emit("added",t,n,i)}addResourceBundle(t,n,i,r,a,o={silent:!1,skipCopy:!1}){let l=[t,n];t.indexOf(".")>-1&&(l=t.split("."),r=i,i=n,n=l[1]),this.addNamespaces(n);let c=Vs(this.data,l)||{};o.skipCopy||(i=JSON.parse(JSON.stringify(i))),r?J0(c,i,a):c={...c,...i},R0(this.data,l,c),o.silent||this.emit("added",t,n,i)}removeResourceBundle(t,n){this.hasResourceBundle(t,n)&&delete this.data[t][n],this.removeNamespaces(n),this.emit("removed",t,n)}hasResourceBundle(t,n){return this.getResource(t,n)!==void 0}getResourceBundle(t,n){return n||(n=this.options.defaultNS),this.getResource(t,n)}getDataByLanguage(t){return this.data[t]}hasLanguageSomeTranslations(t){let n=this.getDataByLanguage(t);return!!(n&&Object.keys(n)||[]).find(r=>n[r]&&Object.keys(n[r]).length>0)}toJSON(){return this.data}},G0={processors:{},addPostProcessor(e){this.processors[e.name]=e},handle(e,t,n,i,r){return e.forEach(a=>{t=this.processors[a]?.process(t,n,i,r)??t}),t}},W0=Symbol("i18next/PATH_KEY");function xI(){let e=[],t=Object.create(null),n;return t.get=(i,r)=>(n?.revoke?.(),r===W0?e:(e.push(r),n=Proxy.revocable(i,t),n.proxy)),Proxy.revocable(Object.create(null),t).proxy}s(xI,"createProxy");function Xd(e,t){let{[W0]:n}=e(xI());return n.join(t?.keySeparator??".")}s(Xd,"keysFromSelector");var L0={},Jd=s(e=>!K(e)&&typeof e!="boolean"&&typeof e!="number","shouldHandleAsObject"),qs=class e extends Li{static{s(this,"Translator")}constructor(t,n={}){super(),pI(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],t,this),this.options=n,this.options.keySeparator===void 0&&(this.options.keySeparator="."),this.logger=Mn.create("translator")}changeLanguage(t){t&&(this.language=t)}exists(t,n={interpolation:{}}){let i={...n};if(t==null)return!1;let r=this.resolve(t,i);if(r?.res===void 0)return!1;let a=Jd(r.res);return!(i.returnObjects===!1&&a)}extractFromKey(t,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||[],o=i&&t.indexOf(i)>-1,l=!this.options.userDefinedKeySeparator&&!n.keySeparator&&!this.options.userDefinedNsSeparator&&!n.nsSeparator&&!yI(t,i,r);if(o&&!l){let c=t.match(this.interpolator.nestingRegexp);if(c&&c.length>0)return{key:t,namespaces:K(a)?[a]:a};let u=t.split(i);(i!==r||i===r&&this.options.ns.indexOf(u[0])>-1)&&(a=u.shift()),t=u.join(r)}return{key:t,namespaces:K(a)?[a]:a}}translate(t,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={}),t==null)return"";typeof t=="function"&&(t=Xd(t,{...this.options,...r})),Array.isArray(t)||(t=[String(t)]);let a=r.returnDetails!==void 0?r.returnDetails:this.options.returnDetails,o=r.keySeparator!==void 0?r.keySeparator:this.options.keySeparator,{key:l,namespaces:c}=this.extractFromKey(t[t.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(t,r),v=h?.res,x=h?.usedKey||l,A=h?.exactUsedKey||l,k=["[object Number]","[object Function]","[object RegExp]"],C=r.joinArrays!==void 0?r.joinArrays:this.options.joinArrays,E=!this.i18nFormat||this.i18nFormat.handleAsObject,I=r.count!==void 0&&!K(r.count),N=e.hasDefaultValue(r),T=I?this.pluralResolver.getSuffix(d,r.count,r):"",Q=r.ordinal&&I?this.pluralResolver.getSuffix(d,r.count,{ordinal:!1}):"",ke=I&&!r.ordinal&&r.count===0,ee=ke&&r[`defaultValue${this.options.pluralSeparator}zero`]||r[`defaultValue${T}`]||r[`defaultValue${Q}`]||r.defaultValue,pe=v;E&&!v&&N&&(pe=ee);let Ke=Jd(pe),ge=Object.prototype.toString.apply(pe);if(E&&pe&&Ke&&k.indexOf(ge)<0&&!(K(C)&&Array.isArray(pe))){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(x,pe,{...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(o){let R=Array.isArray(pe),W=R?[]:{},H=R?A:x;for(let le in pe)if(Object.prototype.hasOwnProperty.call(pe,le)){let be=`${H}${o}${le}`;N&&!v?W[le]=this.translate(be,{...r,defaultValue:Jd(ee)?ee[le]:void 0,joinArrays:!1,ns:c}):W[le]=this.translate(be,{...r,joinArrays:!1,ns:c}),W[le]===be&&(W[le]=pe[le])}v=W}}else if(E&&K(C)&&Array.isArray(v))v=v.join(C),v&&(v=this.extendTranslation(v,t,r,i));else{let R=!1,W=!1;!this.isValidLookup(v)&&N&&(R=!0,v=ee),this.isValidLookup(v)||(W=!0,v=l);let le=(r.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&W?void 0:v,be=N&&ee!==v&&this.options.updateMissing;if(W||R||be){if(this.logger.log(be?"updateKey":"missingKey",d,u,l,be?ee:v),o){let Fe=this.resolve(l,{...r,keySeparator:!1});Fe&&Fe.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 Ye=[],ht=this.languageUtils.getFallbackCodes(this.options.fallbackLng,r.lng||this.language);if(this.options.saveMissingTo==="fallback"&&ht&&ht[0])for(let Fe=0;Fe<ht.length;Fe++)Ye.push(ht[Fe]);else this.options.saveMissingTo==="all"?Ye=this.languageUtils.toResolveHierarchy(r.lng||this.language):Ye.push(r.lng||this.language);let y=s((Fe,Xe,b)=>{let rt=N&&b!==v?b:le;this.options.missingKeyHandler?this.options.missingKeyHandler(Fe,u,Xe,rt,be,r):this.backendConnector?.saveMissing&&this.backendConnector.saveMissing(Fe,u,Xe,rt,be,r),this.emit("missingKey",Fe,u,Xe,v)},"send");this.options.saveMissing&&(this.options.saveMissingPlurals&&I?Ye.forEach(Fe=>{let Xe=this.pluralResolver.getSuffixes(Fe,r);ke&&r[`defaultValue${this.options.pluralSeparator}zero`]&&Xe.indexOf(`${this.options.pluralSeparator}zero`)<0&&Xe.push(`${this.options.pluralSeparator}zero`),Xe.forEach(b=>{y([Fe],l+b,r[`defaultValue${b}`]||ee)})}):y(Ye,l,ee))}v=this.extendTranslation(v,t,r,h,i),W&&v===l&&this.options.appendNamespaceToMissingKey&&(v=`${u}${p}${l}`),(W||R)&&this.options.parseMissingKeyHandler&&(v=this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?`${u}${p}${l}`:l,R?v:void 0,r))}return a?(h.res=v,h.usedParams=this.getUsedParamsDetails(r),h):v}extendTranslation(t,n,i,r,a){if(this.i18nFormat?.parse)t=this.i18nFormat.parse(t,{...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=K(t)&&(i?.interpolation?.skipOnVariables!==void 0?i.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables),u;if(c){let d=t.match(this.interpolator.nestingRegexp);u=d&&d.length}let p=i.replace&&!K(i.replace)?i.replace:i;if(this.options.interpolation.defaultVariables&&(p={...this.options.interpolation.defaultVariables,...p}),t=this.interpolator.interpolate(t,p,i.lng||this.language||r.usedLng,i),c){let d=t.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&&(t=this.interpolator.nest(t,(...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 o=i.postProcess||this.options.postProcess,l=K(o)?[o]:o;return t!=null&&l?.length&&i.applyPostProcessor!==!1&&(t=G0.handle(l,t,n,this.options&&this.options.postProcessPassResolved?{i18nResolved:{...r,usedParams:this.getUsedParamsDetails(i)},...i}:i,this)),t}resolve(t,n={}){let i,r,a,o,l;return K(t)&&(t=[t]),t.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&&!K(n.count),h=m&&!n.ordinal&&n.count===0,v=n.context!==void 0&&(K(n.context)||typeof n.context=="number")&&n.context!=="",x=n.lngs?n.lngs:this.languageUtils.toResolveHierarchy(n.lng||this.language,n.fallbackLng);d.forEach(A=>{this.isValidLookup(i)||(l=A,!L0[`${x[0]}-${A}`]&&this.utils?.hasLoadedNamespace&&!this.utils?.hasLoadedNamespace(l)&&(L0[`${x[0]}-${A}`]=!0,this.logger.warn(`key "${r}" for languages "${x.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!!!")),x.forEach(k=>{if(this.isValidLookup(i))return;o=k;let C=[p];if(this.i18nFormat?.addLookupKeys)this.i18nFormat.addLookupKeys(C,p,k,A,n);else{let I;m&&(I=this.pluralResolver.getSuffix(k,n.count,n));let N=`${this.options.pluralSeparator}zero`,T=`${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;if(m&&(n.ordinal&&I.indexOf(T)===0&&C.push(p+I.replace(T,this.options.pluralSeparator)),C.push(p+I),h&&C.push(p+N)),v){let Q=`${p}${this.options.contextSeparator||"_"}${n.context}`;C.push(Q),m&&(n.ordinal&&I.indexOf(T)===0&&C.push(Q+I.replace(T,this.options.pluralSeparator)),C.push(Q+I),h&&C.push(Q+N))}}let E;for(;E=C.pop();)this.isValidLookup(i)||(a=E,i=this.getResource(k,A,E,n))}))})}),{res:i,usedKey:r,exactUsedKey:a,usedLng:o,usedNS:l}}isValidLookup(t){return t!==void 0&&!(!this.options.returnNull&&t===null)&&!(!this.options.returnEmptyString&&t==="")}getResource(t,n,i,r={}){return this.i18nFormat?.getResource?this.i18nFormat.getResource(t,n,i,r):this.resourceStore.getResource(t,n,i,r)}getUsedParamsDetails(t={}){let n=["defaultValue","ordinal","context","replace","lng","lngs","fallbackLng","ns","keySeparator","nsSeparator","returnObjects","returnDetails","joinArrays","postProcess","interpolation"],i=t.replace&&!K(t.replace),r=i?t.replace:t;if(i&&typeof t.count<"u"&&(r.count=t.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(t){let n="defaultValue";for(let i in t)if(Object.prototype.hasOwnProperty.call(t,i)&&n===i.substring(0,n.length)&&t[i]!==void 0)return!0;return!1}},Js=class{static{s(this,"LanguageUtil")}constructor(t){this.options=t,this.supportedLngs=this.options.supportedLngs||!1,this.logger=Mn.create("languageUtils")}getScriptPartFromCode(t){if(t=no(t),!t||t.indexOf("-")<0)return null;let n=t.split("-");return n.length===2||(n.pop(),n[n.length-1].toLowerCase()==="x")?null:this.formatLanguageCode(n.join("-"))}getLanguagePartFromCode(t){if(t=no(t),!t||t.indexOf("-")<0)return t;let n=t.split("-");return this.formatLanguageCode(n[0])}formatLanguageCode(t){if(K(t)&&t.indexOf("-")>-1){let n;try{n=Intl.getCanonicalLocales(t)[0]}catch{}return n&&this.options.lowerCaseLng&&(n=n.toLowerCase()),n||(this.options.lowerCaseLng?t.toLowerCase():t)}return this.options.cleanCode||this.options.lowerCaseLng?t.toLowerCase():t}isSupportedCode(t){return(this.options.load==="languageOnly"||this.options.nonExplicitSupportedLngs)&&(t=this.getLanguagePartFromCode(t)),!this.supportedLngs||!this.supportedLngs.length||this.supportedLngs.indexOf(t)>-1}getBestMatchFromCodes(t){if(!t)return null;let n;return t.forEach(i=>{if(n)return;let r=this.formatLanguageCode(i);(!this.options.supportedLngs||this.isSupportedCode(r))&&(n=r)}),!n&&this.options.supportedLngs&&t.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(o=>{if(o===a)return o;if(!(o.indexOf("-")<0&&a.indexOf("-")<0)&&(o.indexOf("-")>0&&a.indexOf("-")<0&&o.substring(0,o.indexOf("-"))===a||o.indexOf(a)===0&&a.length>1))return o})}),n||(n=this.getFallbackCodes(this.options.fallbackLng)[0]),n}getFallbackCodes(t,n){if(!t)return[];if(typeof t=="function"&&(t=t(n)),K(t)&&(t=[t]),Array.isArray(t))return t;if(!n)return t.default||[];let i=t[n];return i||(i=t[this.getScriptPartFromCode(n)]),i||(i=t[this.formatLanguageCode(n)]),i||(i=t[this.getLanguagePartFromCode(n)]),i||(i=t.default),i||[]}toResolveHierarchy(t,n){let i=this.getFallbackCodes((n===!1?[]:n)||this.options.fallbackLng||[],t),r=[],a=s(o=>{o&&(this.isSupportedCode(o)?r.push(o):this.logger.warn(`rejecting language code not found in supportedLngs: ${o}`))},"addCode");return K(t)&&(t.indexOf("-")>-1||t.indexOf("_")>-1)?(this.options.load!=="languageOnly"&&a(this.formatLanguageCode(t)),this.options.load!=="languageOnly"&&this.options.load!=="currentOnly"&&a(this.getScriptPartFromCode(t)),this.options.load!=="currentOnly"&&a(this.getLanguagePartFromCode(t))):K(t)&&a(this.formatLanguageCode(t)),i.forEach(o=>{r.indexOf(o)<0&&a(this.formatLanguageCode(o))}),r}},B0={zero:0,one:1,two:2,few:3,many:4,other:5},U0={select:s(e=>e===1?"one":"other","select"),resolvedOptions:s(()=>({pluralCategories:["one","other"]}),"resolvedOptions")},Qd=class{static{s(this,"PluralResolver")}constructor(t,n={}){this.languageUtils=t,this.options=n,this.logger=Mn.create("pluralResolver"),this.pluralRulesCache={}}clearCache(){this.pluralRulesCache={}}getRule(t,n={}){let i=no(t==="dev"?"en":t),r=n.ordinal?"ordinal":"cardinal",a=JSON.stringify({cleanedCode:i,type:r});if(a in this.pluralRulesCache)return this.pluralRulesCache[a];let o;try{o=new Intl.PluralRules(i,{type:r})}catch{if(typeof Intl>"u")return this.logger.error("No Intl support, please use an Intl polyfill!"),U0;if(!t.match(/-|_/))return U0;let c=this.languageUtils.getLanguagePartFromCode(t);o=this.getRule(c,n)}return this.pluralRulesCache[a]=o,o}needsPlural(t,n={}){let i=this.getRule(t,n);return i||(i=this.getRule("dev",n)),i?.resolvedOptions().pluralCategories.length>1}getPluralFormsOfKey(t,n,i={}){return this.getSuffixes(t,i).map(r=>`${n}${r}`)}getSuffixes(t,n={}){let i=this.getRule(t,n);return i||(i=this.getRule("dev",n)),i?i.resolvedOptions().pluralCategories.sort((r,a)=>B0[r]-B0[a]).map(r=>`${this.options.prepend}${n.ordinal?`ordinal${this.options.prepend}`:""}${r}`):[]}getSuffix(t,n,i={}){let r=this.getRule(t,i);return r?`${this.options.prepend}${i.ordinal?`ordinal${this.options.prepend}`:""}${r.select(n)}`:(this.logger.warn(`no plural rule found for: ${t}`),this.getSuffix("dev",n,i))}},V0=s((e,t,n,i=".",r=!0)=>{let a=hI(e,t,n);return!a&&r&&K(n)&&(a=Kd(e,n,i),a===void 0&&(a=Kd(t,n,i))),a},"deepFindWithDefaults"),Gd=s(e=>e.replace(/\$/g,"$$$$"),"regexSafe"),Gs=class{static{s(this,"Interpolator")}constructor(t={}){this.logger=Mn.create("interpolator"),this.options=t,this.format=t?.interpolation?.format||(n=>n),this.init(t)}init(t={}){t.interpolation||(t.interpolation={escapeValue:!0});let{escape:n,escapeValue:i,useRawValueToEscape:r,prefix:a,prefixEscaped:o,suffix:l,suffixEscaped:c,formatSeparator:u,unescapeSuffix:p,unescapePrefix:d,nestingPrefix:m,nestingPrefixEscaped:h,nestingSuffix:v,nestingSuffixEscaped:x,nestingOptionsSeparator:A,maxReplaces:k,alwaysFormat:C}=t.interpolation;this.escape=n!==void 0?n:gI,this.escapeValue=i!==void 0?i:!0,this.useRawValueToEscape=r!==void 0?r:!1,this.prefix=a?Jr(a):o||"{{",this.suffix=l?Jr(l):c||"}}",this.formatSeparator=u||",",this.unescapePrefix=p?"":d||"-",this.unescapeSuffix=this.unescapePrefix?"":p||"",this.nestingPrefix=m?Jr(m):h||Jr("$t("),this.nestingSuffix=v?Jr(v):x||Jr(")"),this.nestingOptionsSeparator=A||",",this.maxReplaces=k||1e3,this.alwaysFormat=C!==void 0?C:!1,this.resetRegExp()}reset(){this.options&&this.init(this.options)}resetRegExp(){let t=s((n,i)=>n?.source===i?(n.lastIndex=0,n):new RegExp(i,"g"),"getOrResetRegExp");this.regexp=t(this.regexp,`${this.prefix}(.+?)${this.suffix}`),this.regexpUnescape=t(this.regexpUnescape,`${this.prefix}${this.unescapePrefix}(.+?)${this.unescapeSuffix}${this.suffix}`),this.nestingRegexp=t(this.nestingRegexp,`${this.nestingPrefix}((?:[^()"']+|"[^"]*"|'[^']*'|\\((?:[^()]|"[^"]*"|'[^']*')*\\))*?)${this.nestingSuffix}`)}interpolate(t,n,i,r){let a,o,l,c=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{},u=s(h=>{if(h.indexOf(this.formatSeparator)<0){let k=V0(n,c,h,this.options.keySeparator,this.options.ignoreJSONStructure);return this.alwaysFormat?this.format(k,void 0,i,{...r,...n,interpolationkey:h}):k}let v=h.split(this.formatSeparator),x=v.shift().trim(),A=v.join(this.formatSeparator).trim();return this.format(V0(n,c,x,this.options.keySeparator,this.options.ignoreJSONStructure),A,i,{...r,...n,interpolationkey:x})},"handleFormat");this.resetRegExp();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:s(h=>Gd(h),"safeValue")},{regex:this.regexp,safeValue:s(h=>this.escapeValue?Gd(this.escape(h)):Gd(h),"safeValue")}].forEach(h=>{for(l=0;a=h.regex.exec(t);){let v=a[1].trim();if(o=u(v),o===void 0)if(typeof p=="function"){let A=p(t,a,r);o=K(A)?A:""}else if(r&&Object.prototype.hasOwnProperty.call(r,v))o="";else if(d){o=a[0];continue}else this.logger.warn(`missed to pass in variable ${v} for interpolating ${t}`),o="";else!K(o)&&!this.useRawValueToEscape&&(o=j0(o));let x=h.safeValue(o);if(t=t.replace(a[0],x),d?(h.regex.lastIndex+=o.length,h.regex.lastIndex-=a[0].length):h.regex.lastIndex=0,l++,l>=this.maxReplaces)break}}),t}nest(t,n,i={}){let r,a,o,l=s((c,u)=>{let p=this.nestingOptionsSeparator;if(c.indexOf(p)<0)return c;let d=c.split(new RegExp(`${Jr(p)}[ ]*{`)),m=`{${d[1]}`;c=d[0],m=this.interpolate(m,o);let h=m.match(/'/g),v=m.match(/"/g);((h?.length??0)%2===0&&!v||(v?.length??0)%2!==0)&&(m=m.replace(/'/g,'"'));try{o=JSON.parse(m),u&&(o={...u,...o})}catch(x){return this.logger.warn(`failed parsing options string in nesting for key ${c}`,x),`${c}${p}${m}`}return o.defaultValue&&o.defaultValue.indexOf(this.prefix)>-1&&delete o.defaultValue,c},"handleHasOptions");for(;r=this.nestingRegexp.exec(t);){let c=[];o={...i},o=o.replace&&!K(o.replace)?o.replace:o,o.applyPostProcessor=!1,delete o.defaultValue;let u=/{.*}/.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(),o),o),a&&r[0]===t&&!K(a))return a;K(a)||(a=j0(a)),a||(this.logger.warn(`missed to resolve ${r[1]} for nesting ${t}`),a=""),c.length&&(a=c.reduce((p,d)=>this.format(p,d,i.lng,{...i,interpolationkey:r[1].trim()}),a.trim())),t=t.replace(r[0],a),this.regexp.lastIndex=0}return t}},AI=s(e=>{let t=e.toLowerCase().trim(),n={};if(e.indexOf("(")>-1){let i=e.split("(");t=i[0].toLowerCase().trim();let r=i[1].substring(0,i[1].length-1);t==="currency"&&r.indexOf(":")<0?n.currency||(n.currency=r.trim()):t==="relativetime"&&r.indexOf(":")<0?n.range||(n.range=r.trim()):r.split(";").forEach(o=>{if(o){let[l,...c]=o.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:t,formatOptions:n}},"parseFormatStr"),Z0=s(e=>{let t={};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 o=i+JSON.stringify(a),l=t[o];return l||(l=e(no(i),r),t[o]=l),l(n)}},"createCachedFormatter"),wI=s(e=>(t,n,i)=>e(no(n),i)(t),"createNonCachedFormatter"),em=class{static{s(this,"Formatter")}constructor(t={}){this.logger=Mn.create("formatter"),this.options=t,this.init(t)}init(t,n={interpolation:{}}){this.formatSeparator=n.interpolation.formatSeparator||",";let i=n.cacheInBuiltFormats?Z0:wI;this.formats={number:i((r,a)=>{let o=new Intl.NumberFormat(r,{...a});return l=>o.format(l)}),currency:i((r,a)=>{let o=new Intl.NumberFormat(r,{...a,style:"currency"});return l=>o.format(l)}),datetime:i((r,a)=>{let o=new Intl.DateTimeFormat(r,{...a});return l=>o.format(l)}),relativetime:i((r,a)=>{let o=new Intl.RelativeTimeFormat(r,{...a});return l=>o.format(l,a.range||"day")}),list:i((r,a)=>{let o=new Intl.ListFormat(r,{...a});return l=>o.format(l)})}}add(t,n){this.formats[t.toLowerCase().trim()]=n}addCached(t,n){this.formats[t.toLowerCase().trim()]=Z0(n)}format(t,n,i,r={}){let a=n.split(this.formatSeparator);if(a.length>1&&a[0].indexOf("(")>1&&a[0].indexOf(")")<0&&a.find(l=>l.indexOf(")")>-1)){let l=a.findIndex(c=>c.indexOf(")")>-1);a[0]=[a[0],...a.splice(1,l)].join(this.formatSeparator)}return a.reduce((l,c)=>{let{formatName:u,formatOptions:p}=AI(c);if(this.formats[u]){let d=l;try{let m=r?.formatParams?.[r.interpolationkey]||{},h=m.locale||m.lng||r.locale||r.lng||i;d=this.formats[u](l,h,{...p,...r,...m})}catch(m){this.logger.warn(m)}return d}else this.logger.warn(`there was no format function for ${u}`);return l},t)}},CI=s((e,t)=>{e.pending[t]!==void 0&&(delete e.pending[t],e.pendingCount--)},"removePending"),tm=class extends Li{static{s(this,"Connector")}constructor(t,n,i,r={}){super(),this.backend=t,this.store=n,this.services=i,this.languageUtils=i.languageUtils,this.options=r,this.logger=Mn.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(t,n,i,r){let a={},o={},l={},c={};return t.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?o[m]===void 0&&(o[m]=!0):(this.state[m]=1,p=!1,o[m]===void 0&&(o[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(o).length)&&this.queue.push({pending:o,pendingCount:Object.keys(o).length,loaded:{},errors:[],callback:r}),{toLoad:Object.keys(a),pending:Object.keys(o),toLoadLanguages:Object.keys(l),toLoadNamespaces:Object.keys(c)}}loaded(t,n,i){let r=t.split("|"),a=r[0],o=r[1];n&&this.emit("failedLoading",a,o,n),!n&&i&&this.store.addResourceBundle(a,o,i,void 0,void 0,{skipCopy:!0}),this.state[t]=n?-1:2,n&&i&&(this.state[t]=0);let l={};this.queue.forEach(c=>{mI(c.loaded,[a],o),CI(c,t),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(t,n,i,r=0,a=this.retryTimeout,o){if(!t.length)return o(null,{});if(this.readingCalls>=this.maxParallelReads){this.waitingReads.push({lng:t,ns:n,fcName:i,tried:r,wait:a,callback:o});return}this.readingCalls++;let l=s((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.call(this,t,n,i,r+1,a*2,o)},a);return}o(u,p)},"resolver"),c=this.backend[i].bind(this.backend);if(c.length===2){try{let u=c(t,n);u&&typeof u.then=="function"?u.then(p=>l(null,p)).catch(l):l(null,u)}catch(u){l(u)}return}return c(t,n,l)}prepareLoading(t,n,i={},r){if(!this.backend)return this.logger.warn("No backend was added via i18next.use. Will not load resources."),r&&r();K(t)&&(t=this.languageUtils.toResolveHierarchy(t)),K(n)&&(n=[n]);let a=this.queueLoad(t,n,i,r);if(!a.toLoad.length)return a.pending.length||r(),null;a.toLoad.forEach(o=>{this.loadOne(o)})}load(t,n,i){this.prepareLoading(t,n,{},i)}reload(t,n,i){this.prepareLoading(t,n,{reload:!0},i)}loadOne(t,n=""){let i=t.split("|"),r=i[0],a=i[1];this.read(r,a,"read",void 0,void 0,(o,l)=>{o&&this.logger.warn(`${n}loading namespace ${a} for language ${r} failed`,o),!o&&l&&this.logger.log(`${n}loaded namespace ${a} for language ${r}`,l),this.loaded(t,o,l)})}saveMissing(t,n,i,r,a,o={},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={...o,isUpdate:a},u=this.backend.create.bind(this.backend);if(u.length<6)try{let p;u.length===5?p=u(t,n,i,r,c):p=u(t,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(t,n,i,r,l,c)}!t||!t[0]||this.store.addResource(t[0],n,i,r)}}},Wd=s(()=>({debug:!1,initAsync:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,supportedLngs:!1,nonExplicitSupportedLngs:!1,load:"all",preload:!1,simplifyPluralSuffix:!0,keySeparator:".",nsSeparator:":",pluralSeparator:"_",contextSeparator:"_",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:s(e=>{let t={};if(typeof e[1]=="object"&&(t=e[1]),K(e[1])&&(t.defaultValue=e[1]),K(e[2])&&(t.tDescription=e[2]),typeof e[2]=="object"||typeof e[3]=="object"){let n=e[3]||e[2];Object.keys(n).forEach(i=>{t[i]=n[i]})}return t},"overloadTranslationOptionHandler"),interpolation:{escapeValue:!0,format:s(e=>e,"format"),prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0},cacheInBuiltFormats:!0}),"get"),q0=s(e=>(K(e.ns)&&(e.ns=[e.ns]),K(e.fallbackLng)&&(e.fallbackLng=[e.fallbackLng]),K(e.fallbackNS)&&(e.fallbackNS=[e.fallbackNS]),e.supportedLngs?.indexOf?.("cimode")<0&&(e.supportedLngs=e.supportedLngs.concat(["cimode"])),typeof e.initImmediate=="boolean"&&(e.initAsync=e.initImmediate),e),"transformOptions"),Us=s(()=>{},"noop"),SI=s(e=>{Object.getOwnPropertyNames(Object.getPrototypeOf(e)).forEach(n=>{typeof e[n]=="function"&&(e[n]=e[n].bind(e))})},"bindMemberFunctions"),H0="__i18next_supportNoticeShown",EI=s(()=>typeof globalThis<"u"&&!!globalThis[H0],"getSupportNoticeShown"),TI=s(()=>{typeof globalThis<"u"&&(globalThis[H0]=!0)},"setSupportNoticeShown"),PI=s(e=>!!(e?.modules?.backend?.name?.indexOf("Locize")>0||e?.modules?.backend?.constructor?.name?.indexOf("Locize")>0||e?.options?.backend?.backends&&e.options.backend.backends.some(t=>t?.name?.indexOf("Locize")>0||t?.constructor?.name?.indexOf("Locize")>0)||e?.options?.backend?.projectId||e?.options?.backend?.backendOptions&&e.options.backend.backendOptions.some(t=>t?.projectId)),"usesLocize"),nm=class e extends Li{static{s(this,"I18n")}constructor(t={},n){if(super(),this.options=q0(t),this.services={},this.logger=Mn,this.modules={external:[]},SI(this),n&&!this.isInitialized&&!t.isClone){if(!this.options.initAsync)return this.init(t,n),this;setTimeout(()=>{this.init(t,n)},0)}}init(t={},n){this.isInitializing=!0,typeof t=="function"&&(n=t,t={}),t.defaultNS==null&&t.ns&&(K(t.ns)?t.defaultNS=t.ns:t.ns.indexOf("translation")<0&&(t.defaultNS=t.ns[0]));let i=Wd();this.options={...i,...this.options,...q0(t)},this.options.interpolation={...i.interpolation,...this.options.interpolation},t.keySeparator!==void 0&&(this.options.userDefinedKeySeparator=t.keySeparator),t.nsSeparator!==void 0&&(this.options.userDefinedNsSeparator=t.nsSeparator),typeof this.options.overloadTranslationOptionHandler!="function"&&(this.options.overloadTranslationOptionHandler=i.overloadTranslationOptionHandler),this.options.showSupportNotice!==!1&&!PI(this)&&!EI()&&(typeof console<"u"&&typeof console.info<"u"&&console.info("\u{1F310} i18next is maintained with support from Locize \u2014 consider powering your project with managed localization (AI, CDN, integrations): https://locize.com \u{1F499}"),TI());let r=s(u=>u?typeof u=="function"?new u:u:null,"createClassOnDemand");if(!this.options.isClone){this.modules.logger?Mn.init(r(this.modules.logger),this.options):Mn.init(null,this.options);let u;this.modules.formatter?u=this.modules.formatter:u=em;let p=new Js(this.options);this.store=new Zs(this.options.resources,this.options);let d=this.services;d.logger=Mn,d.resourceStore=this.store,d.languageUtils=p,d.pluralResolver=new Qd(p,{prepend:this.options.pluralSeparator,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),this.options.interpolation.format&&this.options.interpolation.format!==i.interpolation.format&&this.logger.deprecate("init: you are still using the legacy format function, please use the new approach: https://www.i18next.com/translation-function/formatting"),u&&(!this.options.interpolation.format||this.options.interpolation.format===i.interpolation.format)&&(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 Gs(this.options),d.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},d.backendConnector=new tm(r(this.modules.backend),d.resourceStore,d,this.options),d.backendConnector.on("*",(h,...v)=>{this.emit(h,...v)}),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 qs(this.services,this.options),this.translator.on("*",(h,...v)=>{this.emit(h,...v)}),this.modules.external.forEach(h=>{h.init&&h.init(this)})}if(this.format=this.options.interpolation.format,n||(n=Us),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=eo(),c=s(()=>{let u=s((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.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(t,n=Us){let i=n,r=K(t)?t:this.language;if(typeof t=="function"&&(i=t),!this.options.resources||this.options.partialBundledLanguages){if(r?.toLowerCase()==="cimode"&&(!this.options.preload||this.options.preload.length===0))return i();let a=[],o=s(l=>{if(!l||l==="cimode")return;this.services.languageUtils.toResolveHierarchy(l).forEach(u=>{u!=="cimode"&&a.indexOf(u)<0&&a.push(u)})},"append");r?o(r):this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach(c=>o(c)),this.options.preload?.forEach?.(l=>o(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(t,n,i){let r=eo();return typeof t=="function"&&(i=t,t=void 0),typeof n=="function"&&(i=n,n=void 0),t||(t=this.languages),n||(n=this.options.ns),i||(i=Us),this.services.backendConnector.reload(t,n,a=>{r.resolve(),i(a)}),r}use(t){if(!t)throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");if(!t.type)throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");return t.type==="backend"&&(this.modules.backend=t),(t.type==="logger"||t.log&&t.warn&&t.error)&&(this.modules.logger=t),t.type==="languageDetector"&&(this.modules.languageDetector=t),t.type==="i18nFormat"&&(this.modules.i18nFormat=t),t.type==="postProcessor"&&G0.addPostProcessor(t),t.type==="formatter"&&(this.modules.formatter=t),t.type==="3rdParty"&&this.modules.external.push(t),this}setResolvedLanguage(t){if(!(!t||!this.languages)&&!(["cimode","dev"].indexOf(t)>-1)){for(let n=0;n<this.languages.length;n++){let i=this.languages[n];if(!(["cimode","dev"].indexOf(i)>-1)&&this.store.hasLanguageSomeTranslations(i)){this.resolvedLanguage=i;break}}!this.resolvedLanguage&&this.languages.indexOf(t)<0&&this.store.hasLanguageSomeTranslations(t)&&(this.resolvedLanguage=t,this.languages.unshift(t))}}changeLanguage(t,n){this.isLanguageChangingTo=t;let i=eo();this.emit("languageChanging",t);let r=s(l=>{this.language=l,this.languages=this.services.languageUtils.toResolveHierarchy(l),this.resolvedLanguage=void 0,this.setResolvedLanguage(l)},"setLngProps"),a=s((l,c)=>{c?this.isLanguageChangingTo===t&&(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"),o=s(l=>{!t&&!l&&this.services.languageDetector&&(l=[]);let c=K(l)?l:l&&l[0],u=this.store.hasLanguageSomeTranslations(c)?c:this.services.languageUtils.getBestMatchFromCodes(K(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!t&&this.services.languageDetector&&!this.services.languageDetector.async?o(this.services.languageDetector.detect()):!t&&this.services.languageDetector&&this.services.languageDetector.async?this.services.languageDetector.detect.length===0?this.services.languageDetector.detect().then(o):this.services.languageDetector.detect(o):o(t),i}getFixedT(t,n,i){let r=s((a,o,...l)=>{let c;typeof o!="object"?c=this.options.overloadTranslationOptionHandler([a,o].concat(l)):c={...o},c.lng=c.lng||r.lng,c.lngs=c.lngs||r.lngs,c.ns=c.ns||r.ns,c.keyPrefix!==""&&(c.keyPrefix=c.keyPrefix||i||r.keyPrefix);let u=this.options.keySeparator||".",p;return c.keyPrefix&&Array.isArray(a)?p=a.map(d=>(typeof d=="function"&&(d=Xd(d,{...this.options,...o})),`${c.keyPrefix}${u}${d}`)):(typeof a=="function"&&(a=Xd(a,{...this.options,...o})),p=c.keyPrefix?`${c.keyPrefix}${u}${a}`:a),this.t(p,c)},"fixedT");return K(t)?r.lng=t:r.lngs=t,r.ns=n,r.keyPrefix=i,r}t(...t){return this.translator?.translate(...t)}exists(...t){return this.translator?.exists(...t)}setDefaultNamespace(t){this.options.defaultNS=t}hasLoadedNamespace(t,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 o=s((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,o);if(l!==void 0)return l}return!!(this.hasResourceBundle(i,t)||!this.services.backendConnector.backend||this.options.resources&&!this.options.partialBundledLanguages||o(i,t)&&(!r||o(a,t)))}loadNamespaces(t,n){let i=eo();return this.options.ns?(K(t)&&(t=[t]),t.forEach(r=>{this.options.ns.indexOf(r)<0&&this.options.ns.push(r)}),this.loadResources(r=>{i.resolve(),n&&n(r)}),i):(n&&n(),Promise.resolve())}loadLanguages(t,n){let i=eo();K(t)&&(t=[t]);let r=this.options.preload||[],a=t.filter(o=>r.indexOf(o)<0&&this.services.languageUtils.isSupportedCode(o));return a.length?(this.options.preload=r.concat(a),this.loadResources(o=>{i.resolve(),n&&n(o)}),i):(n&&n(),Promise.resolve())}dir(t){if(t||(t=this.resolvedLanguage||(this.languages?.length>0?this.languages[0]:this.language)),!t)return"rtl";try{let r=new Intl.Locale(t);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 Js(Wd());return t.toLowerCase().indexOf("-latn")>1?"ltr":n.indexOf(i.getLanguagePartFromCode(t))>-1||t.toLowerCase().indexOf("-arab")>1?"rtl":"ltr"}static createInstance(t={},n){let i=new e(t,n);return i.createInstance=e.createInstance,i}cloneInstance(t={},n=Us){let i=t.forkResourceStore;i&&delete t.forkResourceStore;let r={...this.options,...t,isClone:!0},a=new e(r);if((t.debug!==void 0||t.prefix!==void 0)&&(a.logger=a.logger.clone(t)),["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 Zs(l,r),a.services.resourceStore=a.store}if(t.interpolation){let c={...Wd().interpolation,...this.options.interpolation,...t.interpolation},u={...r,interpolation:c};a.services.interpolator=new Gs(u)}return a.translator=new qs(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=nm.createInstance(),H6=ot.createInstance,K6=ot.dir,K0=ot.init,Y6=ot.loadResources,X6=ot.reloadResources,Q6=ot.use,e3=ot.changeLanguage,t3=ot.getFixedT,On=ot.t,n3=ot.exists,r3=ot.setDefaultNamespace,i3=ot.hasLoadedNamespace,a3=ot.loadNamespaces,o3=ot.loadLanguages;var X0=require("obsidian");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var Ws={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}} milliseconds."},buttons:{cancel:"Cancel",ok:"OK"},callout:{loadContent:"Load content for callout"},dataview:{itemsPerPage:"Items per page:",jumpToPage:"Jump to page:",pageHeader:"Page {{pageNumber}} of {{totalPages}}, Total items: {{totalItems}}"},metadataCache:{getBacklinksForFilePath:"Get backlinks for {{filePath}}"},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."},queue:{flushQueue:"Flush queue"},renameDeleteHandler:{handleDelete:"Handle delete: {{filePath}}",handleOrphanedRenames:"Handle orphaned renames",handleRename:"Handle rename: {{oldPath}} -> {{newPath}}",updatedLinks:"Updated {{linksCount}} links in {{filesCount}} files."},vault:{processFile:"Process file {{filePath}}"}}};s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var rm="en",FI={en:Ws},Hs=FI;s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var Y0="translation",im=!1;async function am(e,t=!0){im||(im=!0,await K0({fallbackLng:rm,initAsync:t,interpolation:{escapeValue:!1},lng:(0,X0.getLanguage)(),resources:Object.fromEntries(Object.entries(e).map(([n,i])=>[n,{[Y0]:i}])),returnEmptyString:!1,returnNull:!1}),ot.addResourceBundle(rm,Y0,Ws,!0,!1))}s(am,"initI18N");function II(e,t){return im||(console.warn("I18N was not initialized, initializing default obsidian-dev-utils translations"),xe(()=>am(Hs,!1))),t?On(e,t):On(e)}s(II,"tImpl");var g=II;var Ki=require("obsidian");var DI={};function Gr(e,t){let n=t||DI,i=typeof n.includeImageAlt=="boolean"?n.includeImageAlt:!0,r=typeof n.includeHtml=="boolean"?n.includeHtml:!0;return eA(e,i,r)}s(Gr,"toString");function eA(e,t,n){if(zI(e)){if("value"in e)return e.type==="html"&&!n?"":e.value;if(t&&"alt"in e&&e.alt)return e.alt;if("children"in e)return Q0(e.children,t,n)}return Array.isArray(e)?Q0(e,t,n):""}s(eA,"one");function Q0(e,t,n){let i=[],r=-1;for(;++r<e.length;)i[r]=eA(e[r],t,n);return i.join("")}s(Q0,"all");function zI(e){return!!(e&&typeof e=="object")}s(zI,"node");var tA=document.createElement("i");function Bi(e){let t="&"+e+";";tA.innerHTML=t;let n=tA.textContent;return n.charCodeAt(n.length-1)===59&&e!=="semi"||n===t?!1:n}s(Bi,"decodeNamedCharacterReference");function tt(e,t,n,i){let r=e.length,a=0,o;if(t<0?t=-t>r?0:r+t:t=t>r?r:t,n=n>0?n:0,i.length<1e4)o=Array.from(i),o.unshift(t,n),e.splice(...o);else for(n&&e.splice(t,n);a<i.length;)o=i.slice(a,a+1e4),o.unshift(t,0),e.splice(...o),a+=1e4,t+=1e4}s(tt,"splice");function yt(e,t){return e.length>0?(tt(e,e.length,0,t),e):t}s(yt,"push");var nA={}.hasOwnProperty;function rA(e){let t={},n=-1;for(;++n<e.length;)_I(t,e[n]);return t}s(rA,"combineExtensions");function _I(e,t){let n;for(n in t){let r=(nA.call(e,n)?e[n]:void 0)||(e[n]={}),a=t[n],o;if(a)for(o in a){nA.call(r,o)||(r[o]=[]);let l=a[o];$I(r[o],Array.isArray(l)?l:l?[l]:[])}}}s(_I,"syntaxExtension");function $I(e,t){let n=-1,i=[];for(;++n<t.length;)(t[n].add==="after"?e:i).push(t[n]);tt(e,0,0,i)}s($I,"constructs");function Ks(e,t){let n=Number.parseInt(e,t);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)}s(Ks,"decodeNumericCharacterReference");function tr(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}s(tr,"normalizeIdentifier");var Zt=vr(/[A-Za-z]/),bt=vr(/[\dA-Za-z]/),iA=vr(/[#-'*+\--9=?A-Z^-~]/);function ro(e){return e!==null&&(e<32||e===127)}s(ro,"asciiControl");var io=vr(/\d/),aA=vr(/[\dA-Fa-f]/),oA=vr(/[!-/:-@[-`{-~]/);function V(e){return e!==null&&e<-2}s(V,"markdownLineEnding");function Be(e){return e!==null&&(e<0||e===32)}s(Be,"markdownLineEndingOrSpace");function te(e){return e===-2||e===-1||e===32}s(te,"markdownSpace");var sA=vr(/\p{P}|\p{S}/u),lA=vr(/\s/);function vr(e){return t;function t(n){return n!==null&&n>-1&&e.test(String.fromCharCode(n))}}s(vr,"regexCheck");function ie(e,t,n,i){let r=i?i-1:Number.POSITIVE_INFINITY,a=0;return o;function o(c){return te(c)?(e.enter(n),l(c)):t(c)}function l(c){return te(c)&&a++<r?(e.consume(c),l):(e.exit(n),t(c))}}s(ie,"factorySpace");var cA={tokenize:NI};function NI(e){let t=e.attempt(this.parser.constructs.contentInitial,i,r),n;return t;function i(l){if(l===null){e.consume(l);return}return e.enter("lineEnding"),e.consume(l),e.exit("lineEnding"),ie(e,t,"linePrefix")}function r(l){return e.enter("paragraph"),a(l)}function a(l){let c=e.enter("chunkText",{contentType:"text",previous:n});return n&&(n.next=c),n=c,o(l)}function o(l){if(l===null){e.exit("chunkText"),e.exit("paragraph"),e.consume(l);return}return V(l)?(e.consume(l),e.exit("chunkText"),a):(e.consume(l),o)}}s(NI,"initializeContent");var pA={tokenize:jI},uA={tokenize:MI};function jI(e){let t=this,n=[],i=0,r,a,o;return l;function l(E){if(i<n.length){let I=n[i];return t.containerState=I[1],e.attempt(I[0].continuation,c,u)(E)}return u(E)}function c(E){if(i++,t.containerState._closeFlow){t.containerState._closeFlow=void 0,r&&C();let I=t.events.length,N=I,T;for(;N--;)if(t.events[N][0]==="exit"&&t.events[N][1].type==="chunkFlow"){T=t.events[N][1].end;break}k(i);let Q=I;for(;Q<t.events.length;)t.events[Q][1].end={...T},Q++;return tt(t.events,N+1,0,t.events.slice(I)),t.events.length=Q,u(E)}return l(E)}function u(E){if(i===n.length){if(!r)return m(E);if(r.currentConstruct&&r.currentConstruct.concrete)return v(E);t.interrupt=!!(r.currentConstruct&&!r._gfmTableDynamicInterruptHack)}return t.containerState={},e.check(uA,p,d)(E)}function p(E){return r&&C(),k(i),m(E)}function d(E){return t.parser.lazy[t.now().line]=i!==n.length,o=t.now().offset,v(E)}function m(E){return t.containerState={},e.attempt(uA,h,v)(E)}function h(E){return i++,n.push([t.currentConstruct,t.containerState]),m(E)}function v(E){if(E===null){r&&C(),k(0),e.consume(E);return}return r=r||t.parser.flow(t.now()),e.enter("chunkFlow",{_tokenizer:r,contentType:"flow",previous:a}),x(E)}function x(E){if(E===null){A(e.exit("chunkFlow"),!0),k(0),e.consume(E);return}return V(E)?(e.consume(E),A(e.exit("chunkFlow")),i=0,t.interrupt=void 0,l):(e.consume(E),x)}function A(E,I){let N=t.sliceStream(E);if(I&&N.push(null),E.previous=a,a&&(a.next=E),a=E,r.defineSkip(E.start),r.write(N),t.parser.lazy[E.start.line]){let T=r.events.length;for(;T--;)if(r.events[T][1].start.offset<o&&(!r.events[T][1].end||r.events[T][1].end.offset>o))return;let Q=t.events.length,ke=Q,ee,pe;for(;ke--;)if(t.events[ke][0]==="exit"&&t.events[ke][1].type==="chunkFlow"){if(ee){pe=t.events[ke][1].end;break}ee=!0}for(k(i),T=Q;T<t.events.length;)t.events[T][1].end={...pe},T++;tt(t.events,ke+1,0,t.events.slice(Q)),t.events.length=T}}function k(E){let I=n.length;for(;I-- >E;){let N=n[I];t.containerState=N[1],N[0].exit.call(t,e)}n.length=E}function C(){r.write([null]),a=void 0,r=void 0,t.containerState._closeFlow=void 0}}s(jI,"initializeDocument");function MI(e,t,n){return ie(e,e.attempt(this.parser.constructs.document,t,n),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}s(MI,"tokenizeContainer");function Ui(e){if(e===null||Be(e)||lA(e))return 1;if(sA(e))return 2}s(Ui,"classifyCharacter");function Vi(e,t,n){let i=[],r=-1;for(;++r<e.length;){let a=e[r].resolveAll;a&&!i.includes(a)&&(t=a(t,n),i.push(a))}return t}s(Vi,"resolveAll");var ao={name:"attention",resolveAll:OI,tokenize:RI};function OI(e,t){let n=-1,i,r,a,o,l,c,u,p;for(;++n<e.length;)if(e[n][0]==="enter"&&e[n][1].type==="attentionSequence"&&e[n][1]._close){for(i=n;i--;)if(e[i][0]==="exit"&&e[i][1].type==="attentionSequence"&&e[i][1]._open&&t.sliceSerialize(e[i][1]).charCodeAt(0)===t.sliceSerialize(e[n][1]).charCodeAt(0)){if((e[i][1]._close||e[n][1]._open)&&(e[n][1].end.offset-e[n][1].start.offset)%3&&!((e[i][1].end.offset-e[i][1].start.offset+e[n][1].end.offset-e[n][1].start.offset)%3))continue;c=e[i][1].end.offset-e[i][1].start.offset>1&&e[n][1].end.offset-e[n][1].start.offset>1?2:1;let d={...e[i][1].end},m={...e[n][1].start};dA(d,-c),dA(m,c),o={type:c>1?"strongSequence":"emphasisSequence",start:d,end:{...e[i][1].end}},l={type:c>1?"strongSequence":"emphasisSequence",start:{...e[n][1].start},end:m},a={type:c>1?"strongText":"emphasisText",start:{...e[i][1].end},end:{...e[n][1].start}},r={type:c>1?"strong":"emphasis",start:{...o.start},end:{...l.end}},e[i][1].end={...o.start},e[n][1].start={...l.end},u=[],e[i][1].end.offset-e[i][1].start.offset&&(u=yt(u,[["enter",e[i][1],t],["exit",e[i][1],t]])),u=yt(u,[["enter",r,t],["enter",o,t],["exit",o,t],["enter",a,t]]),u=yt(u,Vi(t.parser.constructs.insideSpan.null,e.slice(i+1,n),t)),u=yt(u,[["exit",a,t],["enter",l,t],["exit",l,t],["exit",r,t]]),e[n][1].end.offset-e[n][1].start.offset?(p=2,u=yt(u,[["enter",e[n][1],t],["exit",e[n][1],t]])):p=0,tt(e,i-1,n-i+3,u),n=i+u.length-p-2;break}}for(n=-1;++n<e.length;)e[n][1].type==="attentionSequence"&&(e[n][1].type="data");return e}s(OI,"resolveAllAttention");function RI(e,t){let n=this.parser.constructs.attentionMarkers.null,i=this.previous,r=Ui(i),a;return o;function o(c){return a=c,e.enter("attentionSequence"),l(c)}function l(c){if(c===a)return e.consume(c),l;let u=e.exit("attentionSequence"),p=Ui(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)),t(c)}}s(RI,"tokenizeAttention");function dA(e,t){e.column+=t,e.offset+=t,e._bufferIndex+=t}s(dA,"movePoint");var om={name:"autolink",tokenize:LI};function LI(e,t,n){let i=0;return r;function r(h){return e.enter("autolink"),e.enter("autolinkMarker"),e.consume(h),e.exit("autolinkMarker"),e.enter("autolinkProtocol"),a}function a(h){return Zt(h)?(e.consume(h),o):h===64?n(h):u(h)}function o(h){return h===43||h===45||h===46||bt(h)?(i=1,l(h)):u(h)}function l(h){return h===58?(e.consume(h),i=0,c):(h===43||h===45||h===46||bt(h))&&i++<32?(e.consume(h),l):(i=0,u(h))}function c(h){return h===62?(e.exit("autolinkProtocol"),e.enter("autolinkMarker"),e.consume(h),e.exit("autolinkMarker"),e.exit("autolink"),t):h===null||h===32||h===60||ro(h)?n(h):(e.consume(h),c)}function u(h){return h===64?(e.consume(h),p):iA(h)?(e.consume(h),u):n(h)}function p(h){return bt(h)?d(h):n(h)}function d(h){return h===46?(e.consume(h),i=0,p):h===62?(e.exit("autolinkProtocol").type="autolinkEmail",e.enter("autolinkMarker"),e.consume(h),e.exit("autolinkMarker"),e.exit("autolink"),t):m(h)}function m(h){if((h===45||bt(h))&&i++<63){let v=h===45?m:d;return e.consume(h),v}return n(h)}}s(LI,"tokenizeAutolink");var kr={partial:!0,tokenize:BI};function BI(e,t,n){return i;function i(a){return te(a)?ie(e,r,"linePrefix")(a):r(a)}function r(a){return a===null||V(a)?t(a):n(a)}}s(BI,"tokenizeBlankLine");var Ys={continuation:{tokenize:VI},exit:ZI,name:"blockQuote",tokenize:UI};function UI(e,t,n){let i=this;return r;function r(o){if(o===62){let l=i.containerState;return l.open||(e.enter("blockQuote",{_container:!0}),l.open=!0),e.enter("blockQuotePrefix"),e.enter("blockQuoteMarker"),e.consume(o),e.exit("blockQuoteMarker"),a}return n(o)}function a(o){return te(o)?(e.enter("blockQuotePrefixWhitespace"),e.consume(o),e.exit("blockQuotePrefixWhitespace"),e.exit("blockQuotePrefix"),t):(e.exit("blockQuotePrefix"),t(o))}}s(UI,"tokenizeBlockQuoteStart");function VI(e,t,n){let i=this;return r;function r(o){return te(o)?ie(e,a,"linePrefix",i.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(o):a(o)}function a(o){return e.attempt(Ys,t,n)(o)}}s(VI,"tokenizeBlockQuoteContinuation");function ZI(e){e.exit("blockQuote")}s(ZI,"exit");var Xs={name:"characterEscape",tokenize:qI};function qI(e,t,n){return i;function i(a){return e.enter("characterEscape"),e.enter("escapeMarker"),e.consume(a),e.exit("escapeMarker"),r}function r(a){return oA(a)?(e.enter("characterEscapeValue"),e.consume(a),e.exit("characterEscapeValue"),e.exit("characterEscape"),t):n(a)}}s(qI,"tokenizeCharacterEscape");var Qs={name:"characterReference",tokenize:JI};function JI(e,t,n){let i=this,r=0,a,o;return l;function l(d){return e.enter("characterReference"),e.enter("characterReferenceMarker"),e.consume(d),e.exit("characterReferenceMarker"),c}function c(d){return d===35?(e.enter("characterReferenceMarkerNumeric"),e.consume(d),e.exit("characterReferenceMarkerNumeric"),u):(e.enter("characterReferenceValue"),a=31,o=bt,p(d))}function u(d){return d===88||d===120?(e.enter("characterReferenceMarkerHexadecimal"),e.consume(d),e.exit("characterReferenceMarkerHexadecimal"),e.enter("characterReferenceValue"),a=6,o=aA,p):(e.enter("characterReferenceValue"),a=7,o=io,p(d))}function p(d){if(d===59&&r){let m=e.exit("characterReferenceValue");return o===bt&&!Bi(i.sliceSerialize(m))?n(d):(e.enter("characterReferenceMarker"),e.consume(d),e.exit("characterReferenceMarker"),e.exit("characterReference"),t)}return o(d)&&r++<a?(e.consume(d),p):n(d)}}s(JI,"tokenizeCharacterReference");var mA={partial:!0,tokenize:WI},el={concrete:!0,name:"codeFenced",tokenize:GI};function GI(e,t,n){let i=this,r={partial:!0,tokenize:N},a=0,o=0,l;return c;function c(T){return u(T)}function u(T){let Q=i.events[i.events.length-1];return a=Q&&Q[1].type==="linePrefix"?Q[2].sliceSerialize(Q[1],!0).length:0,l=T,e.enter("codeFenced"),e.enter("codeFencedFence"),e.enter("codeFencedFenceSequence"),p(T)}function p(T){return T===l?(o++,e.consume(T),p):o<3?n(T):(e.exit("codeFencedFenceSequence"),te(T)?ie(e,d,"whitespace")(T):d(T))}function d(T){return T===null||V(T)?(e.exit("codeFencedFence"),i.interrupt?t(T):e.check(mA,x,I)(T)):(e.enter("codeFencedFenceInfo"),e.enter("chunkString",{contentType:"string"}),m(T))}function m(T){return T===null||V(T)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),d(T)):te(T)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),ie(e,h,"whitespace")(T)):T===96&&T===l?n(T):(e.consume(T),m)}function h(T){return T===null||V(T)?d(T):(e.enter("codeFencedFenceMeta"),e.enter("chunkString",{contentType:"string"}),v(T))}function v(T){return T===null||V(T)?(e.exit("chunkString"),e.exit("codeFencedFenceMeta"),d(T)):T===96&&T===l?n(T):(e.consume(T),v)}function x(T){return e.attempt(r,I,A)(T)}function A(T){return e.enter("lineEnding"),e.consume(T),e.exit("lineEnding"),k}function k(T){return a>0&&te(T)?ie(e,C,"linePrefix",a+1)(T):C(T)}function C(T){return T===null||V(T)?e.check(mA,x,I)(T):(e.enter("codeFlowValue"),E(T))}function E(T){return T===null||V(T)?(e.exit("codeFlowValue"),C(T)):(e.consume(T),E)}function I(T){return e.exit("codeFenced"),t(T)}function N(T,Q,ke){let ee=0;return pe;function pe(H){return T.enter("lineEnding"),T.consume(H),T.exit("lineEnding"),Ke}function Ke(H){return T.enter("codeFencedFence"),te(H)?ie(T,ge,"linePrefix",i.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(H):ge(H)}function ge(H){return H===l?(T.enter("codeFencedFenceSequence"),R(H)):ke(H)}function R(H){return H===l?(ee++,T.consume(H),R):ee>=o?(T.exit("codeFencedFenceSequence"),te(H)?ie(T,W,"whitespace")(H):W(H)):ke(H)}function W(H){return H===null||V(H)?(T.exit("codeFencedFence"),Q(H)):ke(H)}}}s(GI,"tokenizeCodeFenced");function WI(e,t,n){let i=this;return r;function r(o){return o===null?n(o):(e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),a)}function a(o){return i.parser.lazy[i.now().line]?n(o):t(o)}}s(WI,"tokenizeNonLazyContinuation");var oo={name:"codeIndented",tokenize:KI},HI={partial:!0,tokenize:YI};function KI(e,t,n){let i=this;return r;function r(u){return e.enter("codeIndented"),ie(e,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?o(u):n(u)}function o(u){return u===null?c(u):V(u)?e.attempt(HI,o,c)(u):(e.enter("codeFlowValue"),l(u))}function l(u){return u===null||V(u)?(e.exit("codeFlowValue"),o(u)):(e.consume(u),l)}function c(u){return e.exit("codeIndented"),t(u)}}s(KI,"tokenizeCodeIndented");function YI(e,t,n){let i=this;return r;function r(o){return i.parser.lazy[i.now().line]?n(o):V(o)?(e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),r):ie(e,a,"linePrefix",5)(o)}function a(o){let l=i.events[i.events.length-1];return l&&l[1].type==="linePrefix"&&l[2].sliceSerialize(l[1],!0).length>=4?t(o):V(o)?r(o):n(o)}}s(YI,"tokenizeFurtherStart");var sm={name:"codeText",previous:QI,resolve:XI,tokenize:eD};function XI(e){let t=e.length-4,n=3,i,r;if((e[n][1].type==="lineEnding"||e[n][1].type==="space")&&(e[t][1].type==="lineEnding"||e[t][1].type==="space")){for(i=n;++i<t;)if(e[i][1].type==="codeTextData"){e[n][1].type="codeTextPadding",e[t][1].type="codeTextPadding",n+=2,t-=2;break}}for(i=n-1,t++;++i<=t;)r===void 0?i!==t&&e[i][1].type!=="lineEnding"&&(r=i):(i===t||e[i][1].type==="lineEnding")&&(e[r][1].type="codeTextData",i!==r+2&&(e[r][1].end=e[i-1][1].end,e.splice(r+2,i-r-2),t-=i-r-2,i=r+2),r=void 0);return e}s(XI,"resolveCodeText");function QI(e){return e!==96||this.events[this.events.length-1][1].type==="characterEscape"}s(QI,"previous");function eD(e,t,n){let i=this,r=0,a,o;return l;function l(m){return e.enter("codeText"),e.enter("codeTextSequence"),c(m)}function c(m){return m===96?(e.consume(m),r++,c):(e.exit("codeTextSequence"),u(m))}function u(m){return m===null?n(m):m===32?(e.enter("space"),e.consume(m),e.exit("space"),u):m===96?(o=e.enter("codeTextSequence"),a=0,d(m)):V(m)?(e.enter("lineEnding"),e.consume(m),e.exit("lineEnding"),u):(e.enter("codeTextData"),p(m))}function p(m){return m===null||m===32||m===96||V(m)?(e.exit("codeTextData"),u(m)):(e.consume(m),p)}function d(m){return m===96?(e.consume(m),a++,d):a===r?(e.exit("codeTextSequence"),e.exit("codeText"),t(m)):(o.type="codeTextData",p(m))}}s(eD,"tokenizeCodeText");var tl=class{static{s(this,"SpliceBuffer")}constructor(t){this.left=t?[...t]:[],this.right=[]}get(t){if(t<0||t>=this.left.length+this.right.length)throw new RangeError("Cannot access index `"+t+"` in a splice buffer of size `"+(this.left.length+this.right.length)+"`");return t<this.left.length?this.left[t]:this.right[this.right.length-t+this.left.length-1]}get length(){return this.left.length+this.right.length}shift(){return this.setCursor(0),this.right.pop()}slice(t,n){let i=n??Number.POSITIVE_INFINITY;return i<this.left.length?this.left.slice(t,i):t>this.left.length?this.right.slice(this.right.length-i+this.left.length,this.right.length-t+this.left.length).reverse():this.left.slice(t).concat(this.right.slice(this.right.length-i+this.left.length).reverse())}splice(t,n,i){let r=n||0;this.setCursor(Math.trunc(t));let a=this.right.splice(this.right.length-r,Number.POSITIVE_INFINITY);return i&&so(this.left,i),a.reverse()}pop(){return this.setCursor(Number.POSITIVE_INFINITY),this.left.pop()}push(t){this.setCursor(Number.POSITIVE_INFINITY),this.left.push(t)}pushMany(t){this.setCursor(Number.POSITIVE_INFINITY),so(this.left,t)}unshift(t){this.setCursor(0),this.right.push(t)}unshiftMany(t){this.setCursor(0),so(this.right,t.reverse())}setCursor(t){if(!(t===this.left.length||t>this.left.length&&this.right.length===0||t<0&&this.left.length===0))if(t<this.left.length){let n=this.left.splice(t,Number.POSITIVE_INFINITY);so(this.right,n.reverse())}else{let n=this.right.splice(this.left.length+this.right.length-t,Number.POSITIVE_INFINITY);so(this.left,n.reverse())}}};function so(e,t){let n=0;if(t.length<1e4)e.push(...t);else for(;n<t.length;)e.push(...t.slice(n,n+1e4)),n+=1e4}s(so,"chunkedPush");function nl(e){let t={},n=-1,i,r,a,o,l,c,u,p=new tl(e);for(;++n<p.length;){for(;n in t;)n=t[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(t,tD(p,n)),n=t[n],u=!0);else if(i[1]._container){for(a=n,r=void 0;a--;)if(o=p.get(a),o[1].type==="lineEnding"||o[1].type==="lineEndingBlank")o[0]==="enter"&&(r&&(p.get(r)[1].type="lineEndingBlank"),o[1].type="lineEnding",r=a);else if(!(o[1].type==="linePrefix"||o[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 tt(e,0,Number.POSITIVE_INFINITY,p.slice(0)),!u}s(nl,"subtokenize");function tD(e,t){let n=e.get(t)[1],i=e.get(t)[2],r=t-1,a=[],o=n._tokenizer;o||(o=i.parser[n.contentType](n.start),n._contentTypeTextTrailing&&(o._contentTypeTextTrailing=!0));let l=o.events,c=[],u={},p,d,m=-1,h=n,v=0,x=0,A=[x];for(;h;){for(;e.get(++r)[1]!==h;);a.push(r),h._tokenizer||(p=i.sliceStream(h),h.next||p.push(null),d&&o.defineSkip(h.start),h._isInFirstContentOfListItem&&(o._gfmTasklistFirstContentOfListItem=!0),o.write(p),h._isInFirstContentOfListItem&&(o._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&&(x=m+1,A.push(x),h._tokenizer=void 0,h.previous=void 0,h=h.next);for(o.events=[],h?(h._tokenizer=void 0,h.previous=void 0):A.pop(),m=A.length;m--;){let k=l.slice(A[m],A[m+1]),C=a.pop();c.push([C,C+k.length-1]),e.splice(C,2,k)}for(c.reverse(),m=-1;++m<c.length;)u[v+c[m][0]]=v+c[m][1],v+=c[m][1]-c[m][0]-1;return u}s(tD,"subcontent");var lm={resolve:rD,tokenize:iD},nD={partial:!0,tokenize:aD};function rD(e){return nl(e),e}s(rD,"resolveContent");function iD(e,t){let n;return i;function i(l){return e.enter("content"),n=e.enter("chunkContent",{contentType:"content"}),r(l)}function r(l){return l===null?a(l):V(l)?e.check(nD,o,a)(l):(e.consume(l),r)}function a(l){return e.exit("chunkContent"),e.exit("content"),t(l)}function o(l){return e.consume(l),e.exit("chunkContent"),n.next=e.enter("chunkContent",{contentType:"content",previous:n}),n=n.next,r}}s(iD,"tokenizeContent");function aD(e,t,n){let i=this;return r;function r(o){return e.exit("chunkContent"),e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),ie(e,a,"linePrefix")}function a(o){if(o===null||V(o))return n(o);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?t(o):e.interrupt(i.parser.constructs.flow,n,t)(o)}}s(aD,"tokenizeContinuation");function rl(e,t,n,i,r,a,o,l,c){let u=c||Number.POSITIVE_INFINITY,p=0;return d;function d(k){return k===60?(e.enter(i),e.enter(r),e.enter(a),e.consume(k),e.exit(a),m):k===null||k===32||k===41||ro(k)?n(k):(e.enter(i),e.enter(o),e.enter(l),e.enter("chunkString",{contentType:"string"}),x(k))}function m(k){return k===62?(e.enter(a),e.consume(k),e.exit(a),e.exit(r),e.exit(i),t):(e.enter(l),e.enter("chunkString",{contentType:"string"}),h(k))}function h(k){return k===62?(e.exit("chunkString"),e.exit(l),m(k)):k===null||k===60||V(k)?n(k):(e.consume(k),k===92?v:h)}function v(k){return k===60||k===62||k===92?(e.consume(k),h):h(k)}function x(k){return!p&&(k===null||k===41||Be(k))?(e.exit("chunkString"),e.exit(l),e.exit(o),e.exit(i),t(k)):p<u&&k===40?(e.consume(k),p++,x):k===41?(e.consume(k),p--,x):k===null||k===32||k===40||ro(k)?n(k):(e.consume(k),k===92?A:x)}function A(k){return k===40||k===41||k===92?(e.consume(k),x):x(k)}}s(rl,"factoryDestination");function il(e,t,n,i,r,a){let o=this,l=0,c;return u;function u(h){return e.enter(i),e.enter(r),e.consume(h),e.exit(r),e.enter(a),p}function p(h){return l>999||h===null||h===91||h===93&&!c||h===94&&!l&&"_hiddenFootnoteSupport"in o.parser.constructs?n(h):h===93?(e.exit(a),e.enter(r),e.consume(h),e.exit(r),e.exit(i),t):V(h)?(e.enter("lineEnding"),e.consume(h),e.exit("lineEnding"),p):(e.enter("chunkString",{contentType:"string"}),d(h))}function d(h){return h===null||h===91||h===93||V(h)||l++>999?(e.exit("chunkString"),p(h)):(e.consume(h),c||(c=!te(h)),h===92?m:d)}function m(h){return h===91||h===92||h===93?(e.consume(h),l++,d):d(h)}}s(il,"factoryLabel");function al(e,t,n,i,r,a){let o;return l;function l(m){return m===34||m===39||m===40?(e.enter(i),e.enter(r),e.consume(m),e.exit(r),o=m===40?41:m,c):n(m)}function c(m){return m===o?(e.enter(r),e.consume(m),e.exit(r),e.exit(i),t):(e.enter(a),u(m))}function u(m){return m===o?(e.exit(a),c(o)):m===null?n(m):V(m)?(e.enter("lineEnding"),e.consume(m),e.exit("lineEnding"),ie(e,u,"linePrefix")):(e.enter("chunkString",{contentType:"string"}),p(m))}function p(m){return m===o||m===null||V(m)?(e.exit("chunkString"),u(m)):(e.consume(m),m===92?d:p)}function d(m){return m===o||m===92?(e.consume(m),p):p(m)}}s(al,"factoryTitle");function Wr(e,t){let n;return i;function i(r){return V(r)?(e.enter("lineEnding"),e.consume(r),e.exit("lineEnding"),n=!0,i):te(r)?ie(e,i,n?"linePrefix":"lineSuffix")(r):t(r)}}s(Wr,"factoryWhitespace");var cm={name:"definition",tokenize:sD},oD={partial:!0,tokenize:lD};function sD(e,t,n){let i=this,r;return a;function a(h){return e.enter("definition"),o(h)}function o(h){return il.call(i,e,l,n,"definitionLabel","definitionLabelMarker","definitionLabelString")(h)}function l(h){return r=tr(i.sliceSerialize(i.events[i.events.length-1][1]).slice(1,-1)),h===58?(e.enter("definitionMarker"),e.consume(h),e.exit("definitionMarker"),c):n(h)}function c(h){return Be(h)?Wr(e,u)(h):u(h)}function u(h){return rl(e,p,n,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(h)}function p(h){return e.attempt(oD,d,d)(h)}function d(h){return te(h)?ie(e,m,"whitespace")(h):m(h)}function m(h){return h===null||V(h)?(e.exit("definition"),i.parser.defined.push(r),t(h)):n(h)}}s(sD,"tokenizeDefinition");function lD(e,t,n){return i;function i(l){return Be(l)?Wr(e,r)(l):n(l)}function r(l){return al(e,a,n,"definitionTitle","definitionTitleMarker","definitionTitleString")(l)}function a(l){return te(l)?ie(e,o,"whitespace")(l):o(l)}function o(l){return l===null||V(l)?t(l):n(l)}}s(lD,"tokenizeTitleBefore");var um={name:"hardBreakEscape",tokenize:cD};function cD(e,t,n){return i;function i(a){return e.enter("hardBreakEscape"),e.consume(a),r}function r(a){return V(a)?(e.exit("hardBreakEscape"),t(a)):n(a)}}s(cD,"tokenizeHardBreakEscape");var pm={name:"headingAtx",resolve:uD,tokenize:pD};function uD(e,t){let n=e.length-2,i=3,r,a;return e[i][1].type==="whitespace"&&(i+=2),n-2>i&&e[n][1].type==="whitespace"&&(n-=2),e[n][1].type==="atxHeadingSequence"&&(i===n-1||n-4>i&&e[n-2][1].type==="whitespace")&&(n-=i+1===n?2:4),n>i&&(r={type:"atxHeadingText",start:e[i][1].start,end:e[n][1].end},a={type:"chunkText",start:e[i][1].start,end:e[n][1].end,contentType:"text"},tt(e,i,n-i+1,[["enter",r,t],["enter",a,t],["exit",a,t],["exit",r,t]])),e}s(uD,"resolveHeadingAtx");function pD(e,t,n){let i=0;return r;function r(p){return e.enter("atxHeading"),a(p)}function a(p){return e.enter("atxHeadingSequence"),o(p)}function o(p){return p===35&&i++<6?(e.consume(p),o):p===null||Be(p)?(e.exit("atxHeadingSequence"),l(p)):n(p)}function l(p){return p===35?(e.enter("atxHeadingSequence"),c(p)):p===null||V(p)?(e.exit("atxHeading"),t(p)):te(p)?ie(e,l,"whitespace")(p):(e.enter("atxHeadingText"),u(p))}function c(p){return p===35?(e.consume(p),c):(e.exit("atxHeadingSequence"),l(p))}function u(p){return p===null||p===35||Be(p)?(e.exit("atxHeadingText"),l(p)):(e.consume(p),u)}}s(pD,"tokenizeHeadingAtx");var hA=["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"],dm=["pre","script","style","textarea"];var mm={concrete:!0,name:"htmlFlow",resolveTo:hD,tokenize:fD},dD={partial:!0,tokenize:vD},mD={partial:!0,tokenize:gD};function hD(e){let t=e.length;for(;t--&&!(e[t][0]==="enter"&&e[t][1].type==="htmlFlow"););return t>1&&e[t-2][1].type==="linePrefix"&&(e[t][1].start=e[t-2][1].start,e[t+1][1].start=e[t-2][1].start,e.splice(t-2,2)),e}s(hD,"resolveToHtmlFlow");function fD(e,t,n){let i=this,r,a,o,l,c;return u;function u(b){return p(b)}function p(b){return e.enter("htmlFlow"),e.enter("htmlFlowData"),e.consume(b),d}function d(b){return b===33?(e.consume(b),m):b===47?(e.consume(b),a=!0,x):b===63?(e.consume(b),r=3,i.interrupt?t:y):Zt(b)?(e.consume(b),o=String.fromCharCode(b),A):n(b)}function m(b){return b===45?(e.consume(b),r=2,h):b===91?(e.consume(b),r=5,l=0,v):Zt(b)?(e.consume(b),r=4,i.interrupt?t:y):n(b)}function h(b){return b===45?(e.consume(b),i.interrupt?t:y):n(b)}function v(b){let rt="CDATA[";return b===rt.charCodeAt(l++)?(e.consume(b),l===rt.length?i.interrupt?t:ge:v):n(b)}function x(b){return Zt(b)?(e.consume(b),o=String.fromCharCode(b),A):n(b)}function A(b){if(b===null||b===47||b===62||Be(b)){let rt=b===47,Lr=o.toLowerCase();return!rt&&!a&&dm.includes(Lr)?(r=1,i.interrupt?t(b):ge(b)):hA.includes(o.toLowerCase())?(r=6,rt?(e.consume(b),k):i.interrupt?t(b):ge(b)):(r=7,i.interrupt&&!i.parser.lazy[i.now().line]?n(b):a?C(b):E(b))}return b===45||bt(b)?(e.consume(b),o+=String.fromCharCode(b),A):n(b)}function k(b){return b===62?(e.consume(b),i.interrupt?t:ge):n(b)}function C(b){return te(b)?(e.consume(b),C):pe(b)}function E(b){return b===47?(e.consume(b),pe):b===58||b===95||Zt(b)?(e.consume(b),I):te(b)?(e.consume(b),E):pe(b)}function I(b){return b===45||b===46||b===58||b===95||bt(b)?(e.consume(b),I):N(b)}function N(b){return b===61?(e.consume(b),T):te(b)?(e.consume(b),N):E(b)}function T(b){return b===null||b===60||b===61||b===62||b===96?n(b):b===34||b===39?(e.consume(b),c=b,Q):te(b)?(e.consume(b),T):ke(b)}function Q(b){return b===c?(e.consume(b),c=null,ee):b===null||V(b)?n(b):(e.consume(b),Q)}function ke(b){return b===null||b===34||b===39||b===47||b===60||b===61||b===62||b===96||Be(b)?N(b):(e.consume(b),ke)}function ee(b){return b===47||b===62||te(b)?E(b):n(b)}function pe(b){return b===62?(e.consume(b),Ke):n(b)}function Ke(b){return b===null||V(b)?ge(b):te(b)?(e.consume(b),Ke):n(b)}function ge(b){return b===45&&r===2?(e.consume(b),le):b===60&&r===1?(e.consume(b),be):b===62&&r===4?(e.consume(b),Fe):b===63&&r===3?(e.consume(b),y):b===93&&r===5?(e.consume(b),ht):V(b)&&(r===6||r===7)?(e.exit("htmlFlowData"),e.check(dD,Xe,R)(b)):b===null||V(b)?(e.exit("htmlFlowData"),R(b)):(e.consume(b),ge)}function R(b){return e.check(mD,W,Xe)(b)}function W(b){return e.enter("lineEnding"),e.consume(b),e.exit("lineEnding"),H}function H(b){return b===null||V(b)?R(b):(e.enter("htmlFlowData"),ge(b))}function le(b){return b===45?(e.consume(b),y):ge(b)}function be(b){return b===47?(e.consume(b),o="",Ye):ge(b)}function Ye(b){if(b===62){let rt=o.toLowerCase();return dm.includes(rt)?(e.consume(b),Fe):ge(b)}return Zt(b)&&o.length<8?(e.consume(b),o+=String.fromCharCode(b),Ye):ge(b)}function ht(b){return b===93?(e.consume(b),y):ge(b)}function y(b){return b===62?(e.consume(b),Fe):b===45&&r===2?(e.consume(b),y):ge(b)}function Fe(b){return b===null||V(b)?(e.exit("htmlFlowData"),Xe(b)):(e.consume(b),Fe)}function Xe(b){return e.exit("htmlFlow"),t(b)}}s(fD,"tokenizeHtmlFlow");function gD(e,t,n){let i=this;return r;function r(o){return V(o)?(e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),a):n(o)}function a(o){return i.parser.lazy[i.now().line]?n(o):t(o)}}s(gD,"tokenizeNonLazyContinuationStart");function vD(e,t,n){return i;function i(r){return e.enter("lineEnding"),e.consume(r),e.exit("lineEnding"),e.attempt(kr,t,n)}}s(vD,"tokenizeBlankLineBefore");var hm={name:"htmlText",tokenize:kD};function kD(e,t,n){let i=this,r,a,o;return l;function l(y){return e.enter("htmlText"),e.enter("htmlTextData"),e.consume(y),c}function c(y){return y===33?(e.consume(y),u):y===47?(e.consume(y),N):y===63?(e.consume(y),E):Zt(y)?(e.consume(y),ke):n(y)}function u(y){return y===45?(e.consume(y),p):y===91?(e.consume(y),a=0,v):Zt(y)?(e.consume(y),C):n(y)}function p(y){return y===45?(e.consume(y),h):n(y)}function d(y){return y===null?n(y):y===45?(e.consume(y),m):V(y)?(o=d,be(y)):(e.consume(y),d)}function m(y){return y===45?(e.consume(y),h):d(y)}function h(y){return y===62?le(y):y===45?m(y):d(y)}function v(y){let Fe="CDATA[";return y===Fe.charCodeAt(a++)?(e.consume(y),a===Fe.length?x:v):n(y)}function x(y){return y===null?n(y):y===93?(e.consume(y),A):V(y)?(o=x,be(y)):(e.consume(y),x)}function A(y){return y===93?(e.consume(y),k):x(y)}function k(y){return y===62?le(y):y===93?(e.consume(y),k):x(y)}function C(y){return y===null||y===62?le(y):V(y)?(o=C,be(y)):(e.consume(y),C)}function E(y){return y===null?n(y):y===63?(e.consume(y),I):V(y)?(o=E,be(y)):(e.consume(y),E)}function I(y){return y===62?le(y):E(y)}function N(y){return Zt(y)?(e.consume(y),T):n(y)}function T(y){return y===45||bt(y)?(e.consume(y),T):Q(y)}function Q(y){return V(y)?(o=Q,be(y)):te(y)?(e.consume(y),Q):le(y)}function ke(y){return y===45||bt(y)?(e.consume(y),ke):y===47||y===62||Be(y)?ee(y):n(y)}function ee(y){return y===47?(e.consume(y),le):y===58||y===95||Zt(y)?(e.consume(y),pe):V(y)?(o=ee,be(y)):te(y)?(e.consume(y),ee):le(y)}function pe(y){return y===45||y===46||y===58||y===95||bt(y)?(e.consume(y),pe):Ke(y)}function Ke(y){return y===61?(e.consume(y),ge):V(y)?(o=Ke,be(y)):te(y)?(e.consume(y),Ke):ee(y)}function ge(y){return y===null||y===60||y===61||y===62||y===96?n(y):y===34||y===39?(e.consume(y),r=y,R):V(y)?(o=ge,be(y)):te(y)?(e.consume(y),ge):(e.consume(y),W)}function R(y){return y===r?(e.consume(y),r=void 0,H):y===null?n(y):V(y)?(o=R,be(y)):(e.consume(y),R)}function W(y){return y===null||y===34||y===39||y===60||y===61||y===96?n(y):y===47||y===62||Be(y)?ee(y):(e.consume(y),W)}function H(y){return y===47||y===62||Be(y)?ee(y):n(y)}function le(y){return y===62?(e.consume(y),e.exit("htmlTextData"),e.exit("htmlText"),t):n(y)}function be(y){return e.exit("htmlTextData"),e.enter("lineEnding"),e.consume(y),e.exit("lineEnding"),Ye}function Ye(y){return te(y)?ie(e,ht,"linePrefix",i.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(y):ht(y)}function ht(y){return e.enter("htmlTextData"),o(y)}}s(kD,"tokenizeHtmlText");var Hr={name:"labelEnd",resolveAll:AD,resolveTo:wD,tokenize:CD},yD={tokenize:SD},bD={tokenize:ED},xD={tokenize:TD};function AD(e){let t=-1,n=[];for(;++t<e.length;){let i=e[t][1];if(n.push(e[t]),i.type==="labelImage"||i.type==="labelLink"||i.type==="labelEnd"){let r=i.type==="labelImage"?4:2;i.type="data",t+=r}}return e.length!==n.length&&tt(e,0,e.length,n),e}s(AD,"resolveAllLabelEnd");function wD(e,t){let n=e.length,i=0,r,a,o,l;for(;n--;)if(r=e[n][1],a){if(r.type==="link"||r.type==="labelLink"&&r._inactive)break;e[n][0]==="enter"&&r.type==="labelLink"&&(r._inactive=!0)}else if(o){if(e[n][0]==="enter"&&(r.type==="labelImage"||r.type==="labelLink")&&!r._balanced&&(a=n,r.type!=="labelLink")){i=2;break}}else r.type==="labelEnd"&&(o=n);let c={type:e[a][1].type==="labelLink"?"link":"image",start:{...e[a][1].start},end:{...e[e.length-1][1].end}},u={type:"label",start:{...e[a][1].start},end:{...e[o][1].end}},p={type:"labelText",start:{...e[a+i+2][1].end},end:{...e[o-2][1].start}};return l=[["enter",c,t],["enter",u,t]],l=yt(l,e.slice(a+1,a+i+3)),l=yt(l,[["enter",p,t]]),l=yt(l,Vi(t.parser.constructs.insideSpan.null,e.slice(a+i+4,o-3),t)),l=yt(l,[["exit",p,t],e[o-2],e[o-1],["exit",u,t]]),l=yt(l,e.slice(o+1)),l=yt(l,[["exit",c,t]]),tt(e,a,e.length,l),e}s(wD,"resolveToLabelEnd");function CD(e,t,n){let i=this,r=i.events.length,a,o;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):(o=i.parser.defined.includes(tr(i.sliceSerialize({start:a.end,end:i.now()}))),e.enter("labelEnd"),e.enter("labelMarker"),e.consume(m),e.exit("labelMarker"),e.exit("labelEnd"),c):n(m)}function c(m){return m===40?e.attempt(yD,p,o?p:d)(m):m===91?e.attempt(bD,p,o?u:d)(m):o?p(m):d(m)}function u(m){return e.attempt(xD,p,d)(m)}function p(m){return t(m)}function d(m){return a._balanced=!0,n(m)}}s(CD,"tokenizeLabelEnd");function SD(e,t,n){return i;function i(d){return e.enter("resource"),e.enter("resourceMarker"),e.consume(d),e.exit("resourceMarker"),r}function r(d){return Be(d)?Wr(e,a)(d):a(d)}function a(d){return d===41?p(d):rl(e,o,l,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(d)}function o(d){return Be(d)?Wr(e,c)(d):p(d)}function l(d){return n(d)}function c(d){return d===34||d===39||d===40?al(e,u,n,"resourceTitle","resourceTitleMarker","resourceTitleString")(d):p(d)}function u(d){return Be(d)?Wr(e,p)(d):p(d)}function p(d){return d===41?(e.enter("resourceMarker"),e.consume(d),e.exit("resourceMarker"),e.exit("resource"),t):n(d)}}s(SD,"tokenizeResource");function ED(e,t,n){let i=this;return r;function r(l){return il.call(i,e,a,o,"reference","referenceMarker","referenceString")(l)}function a(l){return i.parser.defined.includes(tr(i.sliceSerialize(i.events[i.events.length-1][1]).slice(1,-1)))?t(l):n(l)}function o(l){return n(l)}}s(ED,"tokenizeReferenceFull");function TD(e,t,n){return i;function i(a){return e.enter("reference"),e.enter("referenceMarker"),e.consume(a),e.exit("referenceMarker"),r}function r(a){return a===93?(e.enter("referenceMarker"),e.consume(a),e.exit("referenceMarker"),e.exit("reference"),t):n(a)}}s(TD,"tokenizeReferenceCollapsed");var fm={name:"labelStartImage",resolveAll:Hr.resolveAll,tokenize:PD};function PD(e,t,n){let i=this;return r;function r(l){return e.enter("labelImage"),e.enter("labelImageMarker"),e.consume(l),e.exit("labelImageMarker"),a}function a(l){return l===91?(e.enter("labelMarker"),e.consume(l),e.exit("labelMarker"),e.exit("labelImage"),o):n(l)}function o(l){return l===94&&"_hiddenFootnoteSupport"in i.parser.constructs?n(l):t(l)}}s(PD,"tokenizeLabelStartImage");var gm={name:"labelStartLink",resolveAll:Hr.resolveAll,tokenize:FD};function FD(e,t,n){let i=this;return r;function r(o){return e.enter("labelLink"),e.enter("labelMarker"),e.consume(o),e.exit("labelMarker"),e.exit("labelLink"),a}function a(o){return o===94&&"_hiddenFootnoteSupport"in i.parser.constructs?n(o):t(o)}}s(FD,"tokenizeLabelStartLink");var lo={name:"lineEnding",tokenize:ID};function ID(e,t){return n;function n(i){return e.enter("lineEnding"),e.consume(i),e.exit("lineEnding"),ie(e,t,"linePrefix")}}s(ID,"tokenizeLineEnding");var Kr={name:"thematicBreak",tokenize:DD};function DD(e,t,n){let i=0,r;return a;function a(u){return e.enter("thematicBreak"),o(u)}function o(u){return r=u,l(u)}function l(u){return u===r?(e.enter("thematicBreakSequence"),c(u)):i>=3&&(u===null||V(u))?(e.exit("thematicBreak"),t(u)):n(u)}function c(u){return u===r?(e.consume(u),i++,c):(e.exit("thematicBreakSequence"),te(u)?ie(e,l,"whitespace")(u):l(u))}}s(DD,"tokenizeThematicBreak");var st={continuation:{tokenize:ND},exit:MD,name:"list",tokenize:$D},zD={partial:!0,tokenize:OD},_D={partial:!0,tokenize:jD};function $D(e,t,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,o=0;return l;function l(h){let v=i.containerState.type||(h===42||h===43||h===45?"listUnordered":"listOrdered");if(v==="listUnordered"?!i.containerState.marker||h===i.containerState.marker:io(h)){if(i.containerState.type||(i.containerState.type=v,e.enter(v,{_container:!0})),v==="listUnordered")return e.enter("listItemPrefix"),h===42||h===45?e.check(Kr,n,u)(h):u(h);if(!i.interrupt||h===49)return e.enter("listItemPrefix"),e.enter("listItemValue"),c(h)}return n(h)}function c(h){return io(h)&&++o<10?(e.consume(h),c):(!i.interrupt||o<2)&&(i.containerState.marker?h===i.containerState.marker:h===41||h===46)?(e.exit("listItemValue"),u(h)):n(h)}function u(h){return e.enter("listItemMarker"),e.consume(h),e.exit("listItemMarker"),i.containerState.marker=i.containerState.marker||h,e.check(kr,i.interrupt?n:p,e.attempt(zD,m,d))}function p(h){return i.containerState.initialBlankLine=!0,a++,m(h)}function d(h){return te(h)?(e.enter("listItemPrefixWhitespace"),e.consume(h),e.exit("listItemPrefixWhitespace"),m):n(h)}function m(h){return i.containerState.size=a+i.sliceSerialize(e.exit("listItemPrefix"),!0).length,t(h)}}s($D,"tokenizeListStart");function ND(e,t,n){let i=this;return i.containerState._closeFlow=void 0,e.check(kr,r,a);function r(l){return i.containerState.furtherBlankLines=i.containerState.furtherBlankLines||i.containerState.initialBlankLine,ie(e,t,"listItemIndent",i.containerState.size+1)(l)}s(r,"onBlank");function a(l){return i.containerState.furtherBlankLines||!te(l)?(i.containerState.furtherBlankLines=void 0,i.containerState.initialBlankLine=void 0,o(l)):(i.containerState.furtherBlankLines=void 0,i.containerState.initialBlankLine=void 0,e.attempt(_D,t,o)(l))}s(a,"notBlank");function o(l){return i.containerState._closeFlow=!0,i.interrupt=void 0,ie(e,e.attempt(st,t,n),"linePrefix",i.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(l)}s(o,"notInCurrentItem")}s(ND,"tokenizeListContinuation");function jD(e,t,n){let i=this;return ie(e,r,"listItemIndent",i.containerState.size+1);function r(a){let o=i.events[i.events.length-1];return o&&o[1].type==="listItemIndent"&&o[2].sliceSerialize(o[1],!0).length===i.containerState.size?t(a):n(a)}}s(jD,"tokenizeIndent");function MD(e){e.exit(this.containerState.type)}s(MD,"tokenizeListEnd");function OD(e,t,n){let i=this;return ie(e,r,"listItemPrefixWhitespace",i.parser.constructs.disable.null.includes("codeIndented")?void 0:5);function r(a){let o=i.events[i.events.length-1];return!te(a)&&o&&o[1].type==="listItemPrefixWhitespace"?t(a):n(a)}}s(OD,"tokenizeListItemPrefixWhitespace");var ol={name:"setextUnderline",resolveTo:RD,tokenize:LD};function RD(e,t){let n=e.length,i,r,a;for(;n--;)if(e[n][0]==="enter"){if(e[n][1].type==="content"){i=n;break}e[n][1].type==="paragraph"&&(r=n)}else e[n][1].type==="content"&&e.splice(n,1),!a&&e[n][1].type==="definition"&&(a=n);let o={type:"setextHeading",start:{...e[i][1].start},end:{...e[e.length-1][1].end}};return e[r][1].type="setextHeadingText",a?(e.splice(r,0,["enter",o,t]),e.splice(a+1,0,["exit",e[i][1],t]),e[i][1].end={...e[a][1].end}):e[i][1]=o,e.push(["exit",o,t]),e}s(RD,"resolveToSetextUnderline");function LD(e,t,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)?(e.enter("setextHeadingLine"),r=u,o(u)):n(u)}function o(u){return e.enter("setextHeadingLineSequence"),l(u)}function l(u){return u===r?(e.consume(u),l):(e.exit("setextHeadingLineSequence"),te(u)?ie(e,c,"lineSuffix")(u):c(u))}function c(u){return u===null||V(u)?(e.exit("setextHeadingLine"),t(u)):n(u)}}s(LD,"tokenizeSetextUnderline");var fA={tokenize:BD};function BD(e){let t=this,n=e.attempt(kr,i,e.attempt(this.parser.constructs.flowInitial,r,ie(e,e.attempt(this.parser.constructs.flow,r,e.attempt(lm,r)),"linePrefix")));return n;function i(a){if(a===null){e.consume(a);return}return e.enter("lineEndingBlank"),e.consume(a),e.exit("lineEndingBlank"),t.currentConstruct=void 0,n}function r(a){if(a===null){e.consume(a);return}return e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),t.currentConstruct=void 0,n}}s(BD,"initializeFlow");var gA={resolveAll:bA()},vA=yA("string"),kA=yA("text");function yA(e){return{resolveAll:bA(e==="text"?UD:void 0),tokenize:t};function t(n){let i=this,r=this.parser.constructs[e],a=n.attempt(r,o,l);return o;function o(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}}}s(yA,"initializeFactory");function bA(e){return t;function t(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 e?e(n,i):n}}s(bA,"createResolver");function UD(e,t){let n=0;for(;++n<=e.length;)if((n===e.length||e[n][1].type==="lineEnding")&&e[n-1][1].type==="data"){let i=e[n-1][1],r=t.sliceStream(i),a=r.length,o=-1,l=0,c;for(;a--;){let u=r[a];if(typeof u=="string"){for(o=u.length;u.charCodeAt(o-1)===32;)l++,o--;if(o)break;o=-1}else if(u===-2)c=!0,l++;else if(u!==-1){a++;break}}if(t._contentTypeTextTrailing&&n===e.length&&(l=0),l){let u={type:n===e.length||c||l<2?"lineSuffix":"hardBreakTrailing",start:{_bufferIndex:a?o:i.start._bufferIndex+o,_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):(e.splice(n,0,["enter",u,t],["exit",u,t]),n+=2)}n++}return e}s(UD,"resolveAllLineSuffixes");var vm={};fn(vm,{attentionMarkers:()=>KD,contentInitial:()=>ZD,disable:()=>YD,document:()=>VD,flow:()=>JD,flowInitial:()=>qD,insideSpan:()=>HD,string:()=>GD,text:()=>WD});var VD={42:st,43:st,45:st,48:st,49:st,50:st,51:st,52:st,53:st,54:st,55:st,56:st,57:st,62:Ys},ZD={91:cm},qD={[-2]:oo,[-1]:oo,32:oo},JD={35:pm,42:Kr,45:[ol,Kr],60:mm,61:ol,95:Kr,96:el,126:el},GD={38:Qs,92:Xs},WD={[-5]:lo,[-4]:lo,[-3]:lo,33:fm,38:Qs,42:ao,60:[om,hm],91:gm,92:[um,Xs],93:Hr,95:ao,96:sm},HD={null:[ao,gA]},KD={null:[42,95]},YD={null:[]};function xA(e,t,n){let i={_bufferIndex:-1,_index:0,line:n&&n.line||1,column:n&&n.column||1,offset:n&&n.offset||0},r={},a=[],o=[],l=[],c=!0,u={attempt:ee(Q),check:ee(ke),consume:I,enter:N,exit:T,interrupt:ee(ke,{interrupt:!0})},p={code:null,containerState:{},defineSkip:k,events:[],now:A,parser:e,previous:null,sliceSerialize:v,sliceStream:x,write:h},d=t.tokenize.call(p,u),m;return t.resolveAll&&a.push(t),p;function h(R){return o=yt(o,R),C(),o[o.length-1]!==null?[]:(pe(t,0),p.events=Vi(a,p.events,p),p.events)}s(h,"write");function v(R,W){return QD(x(R),W)}s(v,"sliceSerialize");function x(R){return XD(o,R)}s(x,"sliceStream");function A(){let{_bufferIndex:R,_index:W,line:H,column:le,offset:be}=i;return{_bufferIndex:R,_index:W,line:H,column:le,offset:be}}s(A,"now");function k(R){r[R.line]=R.column,ge()}s(k,"defineSkip");function C(){let R;for(;i._index<o.length;){let W=o[i._index];if(typeof W=="string")for(R=i._index,i._bufferIndex<0&&(i._bufferIndex=0);i._index===R&&i._bufferIndex<W.length;)E(W.charCodeAt(i._bufferIndex));else E(W)}}s(C,"main");function E(R){c=void 0,m=R,d=d(R)}s(E,"go");function I(R){V(R)?(i.line++,i.column=1,i.offset+=R===-3?2:1,ge()):R!==-1&&(i.column++,i.offset++),i._bufferIndex<0?i._index++:(i._bufferIndex++,i._bufferIndex===o[i._index].length&&(i._bufferIndex=-1,i._index++)),p.previous=R,c=!0}s(I,"consume");function N(R,W){let H=W||{};return H.type=R,H.start=A(),p.events.push(["enter",H,p]),l.push(H),H}s(N,"enter");function T(R){let W=l.pop();return W.end=A(),p.events.push(["exit",W,p]),W}s(T,"exit");function Q(R,W){pe(R,W.from)}s(Q,"onsuccessfulconstruct");function ke(R,W){W.restore()}s(ke,"onsuccessfulcheck");function ee(R,W){return H;function H(le,be,Ye){let ht,y,Fe,Xe;return Array.isArray(le)?rt(le):"tokenize"in le?rt([le]):b(le);function b(Qe){return Va;function Va(Yn){let Br=Yn!==null&&Qe[Yn],Ci=Yn!==null&&Qe.null,xd=[...Array.isArray(Br)?Br:Br?[Br]:[],...Array.isArray(Ci)?Ci:Ci?[Ci]:[]];return rt(xd)(Yn)}}function rt(Qe){return ht=Qe,y=0,Qe.length===0?Ye:Lr(Qe[y])}function Lr(Qe){return Va;function Va(Yn){return Xe=Ke(),Fe=Qe,Qe.partial||(p.currentConstruct=Qe),Qe.name&&p.parser.constructs.disable.null.includes(Qe.name)?xs(Yn):Qe.tokenize.call(W?Object.assign(Object.create(p),W):p,u,bd,xs)(Yn)}}function bd(Qe){return c=!0,R(Fe,Xe),be}function xs(Qe){return c=!0,Xe.restore(),++y<ht.length?Lr(ht[y]):Ye}}}s(ee,"constructFactory");function pe(R,W){R.resolveAll&&!a.includes(R)&&a.push(R),R.resolve&&tt(p.events,W,p.events.length-W,R.resolve(p.events.slice(W),p)),R.resolveTo&&(p.events=R.resolveTo(p.events,p))}s(pe,"addResult");function Ke(){let R=A(),W=p.previous,H=p.currentConstruct,le=p.events.length,be=Array.from(l);return{from:le,restore:Ye};function Ye(){i=R,p.previous=W,p.currentConstruct=H,p.events.length=le,l=be,ge()}}s(Ke,"store");function ge(){i.line in r&&i.column<2&&(i.column=r[i.line],i.offset+=r[i.line]-1)}s(ge,"accountForPotentialSkip")}s(xA,"createTokenizer");function XD(e,t){let n=t.start._index,i=t.start._bufferIndex,r=t.end._index,a=t.end._bufferIndex,o;if(n===r)o=[e[n].slice(i,a)];else{if(o=e.slice(n,r),i>-1){let l=o[0];typeof l=="string"?o[0]=l.slice(i):o.shift()}a>0&&o.push(e[r].slice(0,a))}return o}s(XD,"sliceChunks");function QD(e,t){let n=-1,i=[],r;for(;++n<e.length;){let a=e[n],o;if(typeof a=="string")o=a;else switch(a){case-5:{o="\r";break}case-4:{o=`
|
|
`;break}case-3:{o=`\r
|
|
`;break}case-2:{o=t?" ":" ";break}case-1:{if(!t&&r)continue;o=" ";break}default:o=String.fromCharCode(a)}r=a===-2,i.push(o)}return i.join("")}s(QD,"serializeChunks");function km(e){let i={constructs:rA([vm,...(e||{}).extensions||[]]),content:r(cA),defined:[],document:r(pA),flow:r(fA),lazy:{},string:r(vA),text:r(kA)};return i;function r(a){return o;function o(l){return xA(i,a,l)}}}s(km,"parse");function ym(e){for(;!nl(e););return e}s(ym,"postprocess");var AA=/[\0\t\n\r]/g;function bm(){let e=1,t="",n=!0,i;return r;function r(a,o,l){let c=[],u,p,d,m,h;for(a=t+(typeof a=="string"?a.toString():new TextDecoder(o||void 0).decode(a)),d=0,t="",n&&(a.charCodeAt(0)===65279&&d++,n=void 0);d<a.length;){if(AA.lastIndex=d,u=AA.exec(a),m=u&&u.index!==void 0?u.index:a.length,h=a.charCodeAt(m),!u){t=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)),e+=m-d),h){case 0:{c.push(65533),e++;break}case 9:{for(p=Math.ceil(e/4)*4,c.push(-2);e++<p;)c.push(-1);break}case 10:{c.push(-4),e=1;break}default:i=!0,e=1}d=m+1}return l&&(i&&c.push(-5),t&&c.push(t),c.push(null)),c}}s(bm,"preprocess");var ez=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function sl(e){return e.replace(ez,tz)}s(sl,"decodeString");function tz(e,t,n){if(t)return t;if(n.charCodeAt(0)===35){let r=n.charCodeAt(1),a=r===120||r===88;return Ks(n.slice(a?2:1),a?16:10)}return Bi(n)||e}s(tz,"decode");function yr(e){return!e||typeof e!="object"?"":"position"in e||"type"in e?wA(e.position):"start"in e||"end"in e?wA(e):"line"in e||"column"in e?xm(e):""}s(yr,"stringifyPosition");function xm(e){return CA(e&&e.line)+":"+CA(e&&e.column)}s(xm,"point");function wA(e){return xm(e&&e.start)+"-"+xm(e&&e.end)}s(wA,"position");function CA(e){return e&&typeof e=="number"?e:1}s(CA,"index");var EA={}.hasOwnProperty;function Am(e,t,n){return t&&typeof t=="object"&&(n=t,t=void 0),nz(n)(ym(km(n).document().write(bm()(e,t,!0))))}s(Am,"fromMarkdown");function nz(e){let t={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:a(Mx),autolinkProtocol:ee,autolinkEmail:ee,atxHeading:a($x),blockQuote:a(Yn),characterEscape:ee,characterReference:ee,codeFenced:a(Br),codeFencedFenceInfo:o,codeFencedFenceMeta:o,codeIndented:a(Br,o),codeText:a(Ci,o),codeTextData:ee,data:ee,codeFlowValue:ee,definition:a(xd),definitionDestinationString:o,definitionLabelString:o,definitionTitleString:o,emphasis:a(G2),hardBreakEscape:a(Nx),hardBreakTrailing:a(Nx),htmlFlow:a(jx,o),htmlFlowData:ee,htmlText:a(jx,o),htmlTextData:ee,image:a(W2),label:o,link:a(Mx),listItem:a(H2),listItemValue:m,listOrdered:a(Ox,d),listUnordered:a(Ox),paragraph:a(K2),reference:b,referenceString:o,resourceDestinationString:o,resourceTitleString:o,setextHeading:a($x),strong:a(Y2),thematicBreak:a(Q2)},exit:{atxHeading:c(),atxHeadingSequence:N,autolink:c(),autolinkEmail:Va,autolinkProtocol:Qe,blockQuote:c(),characterEscapeValue:pe,characterReferenceMarkerHexadecimal:Lr,characterReferenceMarkerNumeric:Lr,characterReferenceValue:bd,characterReference:xs,codeFenced:c(A),codeFencedFence:x,codeFencedFenceInfo:h,codeFencedFenceMeta:v,codeFlowValue:pe,codeIndented:c(k),codeText:c(H),codeTextData:pe,data:pe,definition:c(),definitionDestinationString:I,definitionLabelString:C,definitionTitleString:E,emphasis:c(),hardBreakEscape:c(ge),hardBreakTrailing:c(ge),htmlFlow:c(R),htmlFlowData:pe,htmlText:c(W),htmlTextData:pe,image:c(be),label:ht,labelText:Ye,lineEnding:Ke,link:c(le),listItem:c(),listOrdered:c(),listUnordered:c(),paragraph:c(),referenceString:rt,resourceDestinationString:y,resourceTitleString:Fe,resource:Xe,setextHeading:c(ke),setextHeadingLineSequence:Q,setextHeadingText:T,strong:c(),thematicBreak:c()}};TA(t,(e||{}).mdastExtensions||[]);let n={};return i;function i(P){let j={type:"root",children:[]},re={stack:[j],tokenStack:[],config:t,enter:l,exit:u,buffer:o,resume:p,data:n},he=[],Te=-1;for(;++Te<P.length;)if(P[Te][1].type==="listOrdered"||P[Te][1].type==="listUnordered")if(P[Te][0]==="enter")he.push(Te);else{let hn=he.pop();Te=r(P,hn,Te)}for(Te=-1;++Te<P.length;){let hn=t[P[Te][0]];EA.call(hn,P[Te][1].type)&&hn[P[Te][1].type].call(Object.assign({sliceSerialize:P[Te][2].sliceSerialize},re),P[Te][1])}if(re.tokenStack.length>0){let hn=re.tokenStack[re.tokenStack.length-1];(hn[1]||SA).call(re,void 0,hn[0])}for(j.position={start:br(P.length>0?P[0][1].start:{line:1,column:1,offset:0}),end:br(P.length>0?P[P.length-2][1].end:{line:1,column:1,offset:0})},Te=-1;++Te<t.transforms.length;)j=t.transforms[Te](j)||j;return j}function r(P,j,re){let he=j-1,Te=-1,hn=!1,Ur,Xn,Za,qa;for(;++he<=re;){let Rt=P[he];switch(Rt[1].type){case"listUnordered":case"listOrdered":case"blockQuote":{Rt[0]==="enter"?Te++:Te--,qa=void 0;break}case"lineEndingBlank":{Rt[0]==="enter"&&(Ur&&!qa&&!Te&&!Za&&(Za=he),qa=void 0);break}case"linePrefix":case"listItemValue":case"listItemMarker":case"listItemPrefix":case"listItemPrefixWhitespace":break;default:qa=void 0}if(!Te&&Rt[0]==="enter"&&Rt[1].type==="listItemPrefix"||Te===-1&&Rt[0]==="exit"&&(Rt[1].type==="listUnordered"||Rt[1].type==="listOrdered")){if(Ur){let Si=he;for(Xn=void 0;Si--;){let Qn=P[Si];if(Qn[1].type==="lineEnding"||Qn[1].type==="lineEndingBlank"){if(Qn[0]==="exit")continue;Xn&&(P[Xn][1].type="lineEndingBlank",hn=!0),Qn[1].type="lineEnding",Xn=Si}else if(!(Qn[1].type==="linePrefix"||Qn[1].type==="blockQuotePrefix"||Qn[1].type==="blockQuotePrefixWhitespace"||Qn[1].type==="blockQuoteMarker"||Qn[1].type==="listItemIndent"))break}Za&&(!Xn||Za<Xn)&&(Ur._spread=!0),Ur.end=Object.assign({},Xn?P[Xn][1].start:Rt[1].end),P.splice(Xn||he,0,["exit",Ur,Rt[2]]),he++,re++}if(Rt[1].type==="listItemPrefix"){let Si={type:"listItem",_spread:!1,start:Object.assign({},Rt[1].start),end:void 0};Ur=Si,P.splice(he,0,["enter",Si,Rt[2]]),he++,re++,Za=void 0,qa=!0}}}return P[j][1]._spread=hn,re}function a(P,j){return re;function re(he){l.call(this,P(he),he),j&&j.call(this,he)}}function o(){this.stack.push({type:"fragment",children:[]})}function l(P,j,re){this.stack[this.stack.length-1].children.push(P),this.stack.push(P),this.tokenStack.push([j,re||void 0]),P.position={start:br(j.start),end:void 0}}function c(P){return j;function j(re){P&&P.call(this,re),u.call(this,re)}}function u(P,j){let re=this.stack.pop(),he=this.tokenStack.pop();if(he)he[0].type!==P.type&&(j?j.call(this,P,he[0]):(he[1]||SA).call(this,P,he[0]));else throw new Error("Cannot close `"+P.type+"` ("+yr({start:P.start,end:P.end})+"): it\u2019s not open");re.position.end=br(P.end)}function p(){return Gr(this.stack.pop())}function d(){this.data.expectingFirstListItemValue=!0}function m(P){if(this.data.expectingFirstListItemValue){let j=this.stack[this.stack.length-2];j.start=Number.parseInt(this.sliceSerialize(P),10),this.data.expectingFirstListItemValue=void 0}}function h(){let P=this.resume(),j=this.stack[this.stack.length-1];j.lang=P}function v(){let P=this.resume(),j=this.stack[this.stack.length-1];j.meta=P}function x(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function A(){let P=this.resume(),j=this.stack[this.stack.length-1];j.value=P.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),this.data.flowCodeInside=void 0}function k(){let P=this.resume(),j=this.stack[this.stack.length-1];j.value=P.replace(/(\r?\n|\r)$/g,"")}function C(P){let j=this.resume(),re=this.stack[this.stack.length-1];re.label=j,re.identifier=tr(this.sliceSerialize(P)).toLowerCase()}function E(){let P=this.resume(),j=this.stack[this.stack.length-1];j.title=P}function I(){let P=this.resume(),j=this.stack[this.stack.length-1];j.url=P}function N(P){let j=this.stack[this.stack.length-1];if(!j.depth){let re=this.sliceSerialize(P).length;j.depth=re}}function T(){this.data.setextHeadingSlurpLineEnding=!0}function Q(P){let j=this.stack[this.stack.length-1];j.depth=this.sliceSerialize(P).codePointAt(0)===61?1:2}function ke(){this.data.setextHeadingSlurpLineEnding=void 0}function ee(P){let re=this.stack[this.stack.length-1].children,he=re[re.length-1];(!he||he.type!=="text")&&(he=X2(),he.position={start:br(P.start),end:void 0},re.push(he)),this.stack.push(he)}function pe(P){let j=this.stack.pop();j.value+=this.sliceSerialize(P),j.position.end=br(P.end)}function Ke(P){let j=this.stack[this.stack.length-1];if(this.data.atHardBreak){let re=j.children[j.children.length-1];re.position.end=br(P.end),this.data.atHardBreak=void 0;return}!this.data.setextHeadingSlurpLineEnding&&t.canContainEols.includes(j.type)&&(ee.call(this,P),pe.call(this,P))}function ge(){this.data.atHardBreak=!0}function R(){let P=this.resume(),j=this.stack[this.stack.length-1];j.value=P}function W(){let P=this.resume(),j=this.stack[this.stack.length-1];j.value=P}function H(){let P=this.resume(),j=this.stack[this.stack.length-1];j.value=P}function le(){let P=this.stack[this.stack.length-1];if(this.data.inReference){let j=this.data.referenceType||"shortcut";P.type+="Reference",P.referenceType=j,delete P.url,delete P.title}else delete P.identifier,delete P.label;this.data.referenceType=void 0}function be(){let P=this.stack[this.stack.length-1];if(this.data.inReference){let j=this.data.referenceType||"shortcut";P.type+="Reference",P.referenceType=j,delete P.url,delete P.title}else delete P.identifier,delete P.label;this.data.referenceType=void 0}function Ye(P){let j=this.sliceSerialize(P),re=this.stack[this.stack.length-2];re.label=sl(j),re.identifier=tr(j).toLowerCase()}function ht(){let P=this.stack[this.stack.length-1],j=this.resume(),re=this.stack[this.stack.length-1];if(this.data.inReference=!0,re.type==="link"){let he=P.children;re.children=he}else re.alt=j}function y(){let P=this.resume(),j=this.stack[this.stack.length-1];j.url=P}function Fe(){let P=this.resume(),j=this.stack[this.stack.length-1];j.title=P}function Xe(){this.data.inReference=void 0}function b(){this.data.referenceType="collapsed"}function rt(P){let j=this.resume(),re=this.stack[this.stack.length-1];re.label=j,re.identifier=tr(this.sliceSerialize(P)).toLowerCase(),this.data.referenceType="full"}function Lr(P){this.data.characterReferenceType=P.type}function bd(P){let j=this.sliceSerialize(P),re=this.data.characterReferenceType,he;re?(he=Ks(j,re==="characterReferenceMarkerNumeric"?10:16),this.data.characterReferenceType=void 0):he=Bi(j);let Te=this.stack[this.stack.length-1];Te.value+=he}function xs(P){let j=this.stack.pop();j.position.end=br(P.end)}function Qe(P){pe.call(this,P);let j=this.stack[this.stack.length-1];j.url=this.sliceSerialize(P)}function Va(P){pe.call(this,P);let j=this.stack[this.stack.length-1];j.url="mailto:"+this.sliceSerialize(P)}function Yn(){return{type:"blockquote",children:[]}}function Br(){return{type:"code",lang:null,meta:null,value:""}}function Ci(){return{type:"inlineCode",value:""}}function xd(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function G2(){return{type:"emphasis",children:[]}}function $x(){return{type:"heading",depth:0,children:[]}}function Nx(){return{type:"break"}}function jx(){return{type:"html",value:""}}function W2(){return{type:"image",title:null,url:"",alt:null}}function Mx(){return{type:"link",title:null,url:"",children:[]}}function Ox(P){return{type:"list",ordered:P.type==="listOrdered",start:null,spread:P._spread,children:[]}}function H2(P){return{type:"listItem",spread:P._spread,checked:null,children:[]}}function K2(){return{type:"paragraph",children:[]}}function Y2(){return{type:"strong",children:[]}}function X2(){return{type:"text",value:""}}function Q2(){return{type:"thematicBreak"}}}s(nz,"compiler");function br(e){return{line:e.line,column:e.column,offset:e.offset}}s(br,"point");function TA(e,t){let n=-1;for(;++n<t.length;){let i=t[n];Array.isArray(i)?TA(e,i):rz(e,i)}}s(TA,"configure");function rz(e,t){let n;for(n in t)if(EA.call(t,n))switch(n){case"canContainEols":{let i=t[n];i&&e[n].push(...i);break}case"transforms":{let i=t[n];i&&e[n].push(...i);break}case"enter":case"exit":{let i=t[n];i&&Object.assign(e[n],i);break}}}s(rz,"extension");function SA(e,t){throw e?new Error("Cannot close `"+e.type+"` ("+yr({start:e.start,end:e.end})+"): a different token (`"+t.type+"`, "+yr({start:t.start,end:t.end})+") is open"):new Error("Cannot close document, a token (`"+t.type+"`, "+yr({start:t.start,end:t.end})+") is still open")}s(SA,"defaultOnError");function Zi(e){let t=this;t.parser=n;function n(i){return Am(i,{...t.data("settings"),...e,extensions:t.data("micromarkExtensions")||[],mdastExtensions:t.data("fromMarkdownExtensions")||[]})}s(n,"parser")}s(Zi,"remarkParse");var PA={}.hasOwnProperty;function FA(e,t){let n=t||{};function i(r,...a){let o=i.invalid,l=i.handlers;if(r&&PA.call(r,e)){let c=String(r[e]);o=PA.call(l,c)?l[c]:i.unknown}if(o)return o.call(this,r,...a)}return s(i,"one"),i.handlers=n.handlers||{},i.invalid=n.invalid,i.unknown=n.unknown,i}s(FA,"zwitch");var iz={}.hasOwnProperty;function wm(e,t){let n=-1,i;if(t.extensions)for(;++n<t.extensions.length;)wm(e,t.extensions[n]);for(i in t)if(iz.call(t,i))switch(i){case"extensions":break;case"unsafe":{IA(e[i],t[i]);break}case"join":{IA(e[i],t[i]);break}case"handlers":{az(e[i],t[i]);break}default:e.options[i]=t[i]}return e}s(wm,"configure");function IA(e,t){t&&e.push(...t)}s(IA,"list");function az(e,t){t&&Object.assign(e,t)}s(az,"map");function DA(e,t,n,i){let r=n.enter("blockquote"),a=n.createTracker(i);a.move("> "),a.shift(2);let o=n.indentLines(n.containerFlow(e,a.current()),oz);return r(),o}s(DA,"blockquote");function oz(e,t,n){return">"+(n?"":" ")+e}s(oz,"map");function ll(e,t){return zA(e,t.inConstruct,!0)&&!zA(e,t.notInConstruct,!1)}s(ll,"patternInScope");function zA(e,t,n){if(typeof t=="string"&&(t=[t]),!t||t.length===0)return n;let i=-1;for(;++i<t.length;)if(e.includes(t[i]))return!0;return!1}s(zA,"listInScope");function Cm(e,t,n,i){let r=-1;for(;++r<n.unsafe.length;)if(n.unsafe[r].character===`
|
|
`&&ll(n.stack,n.unsafe[r]))return/[ \t]/.test(i.before)?"":" ";return`\\
|
|
`}s(Cm,"hardBreak");function _A(e,t){let n=String(e),i=n.indexOf(t),r=i,a=0,o=0;if(typeof t!="string")throw new TypeError("Expected substring");for(;i!==-1;)i===r?++a>o&&(o=a):a=1,r=i+t.length,i=n.indexOf(t,r);return o}s(_A,"longestStreak");function co(e,t){return!!(t.options.fences===!1&&e.value&&!e.lang&&/[^ \r\n]/.test(e.value)&&!/^[\t ]*(?:[\r\n]|$)|(?:^|[\r\n])[\t ]*$/.test(e.value))}s(co,"formatCodeAsIndented");function $A(e){let t=e.options.fence||"`";if(t!=="`"&&t!=="~")throw new Error("Cannot serialize code with `"+t+"` for `options.fence`, expected `` ` `` or `~`");return t}s($A,"checkFence");function NA(e,t,n,i){let r=$A(n),a=e.value||"",o=r==="`"?"GraveAccent":"Tilde";if(co(e,n)){let d=n.enter("codeIndented"),m=n.indentLines(a,sz);return d(),m}let l=n.createTracker(i),c=r.repeat(Math.max(_A(a,r)+1,3)),u=n.enter("codeFenced"),p=l.move(c);if(e.lang){let d=n.enter(`codeFencedLang${o}`);p+=l.move(n.safe(e.lang,{before:p,after:" ",encode:["`"],...l.current()})),d()}if(e.lang&&e.meta){let d=n.enter(`codeFencedMeta${o}`);p+=l.move(" "),p+=l.move(n.safe(e.meta,{before:p,after:`
|
|
`,encode:["`"],...l.current()})),d()}return p+=l.move(`
|
|
`),a&&(p+=l.move(a+`
|
|
`)),p+=l.move(c),u(),p}s(NA,"code");function sz(e,t,n){return(n?"":" ")+e}s(sz,"map");function qi(e){let t=e.options.quote||'"';if(t!=='"'&&t!=="'")throw new Error("Cannot serialize title with `"+t+"` for `options.quote`, expected `\"`, or `'`");return t}s(qi,"checkQuote");function jA(e,t,n,i){let r=qi(n),a=r==='"'?"Quote":"Apostrophe",o=n.enter("definition"),l=n.enter("label"),c=n.createTracker(i),u=c.move("[");return u+=c.move(n.safe(n.associationId(e),{before:u,after:"]",...c.current()})),u+=c.move("]: "),l(),!e.url||/[\0- \u007F]/.test(e.url)?(l=n.enter("destinationLiteral"),u+=c.move("<"),u+=c.move(n.safe(e.url,{before:u,after:">",...c.current()})),u+=c.move(">")):(l=n.enter("destinationRaw"),u+=c.move(n.safe(e.url,{before:u,after:e.title?" ":`
|
|
`,...c.current()}))),l(),e.title&&(l=n.enter(`title${a}`),u+=c.move(" "+r),u+=c.move(n.safe(e.title,{before:u,after:r,...c.current()})),u+=c.move(r),l()),o(),u}s(jA,"definition");function MA(e){let t=e.options.emphasis||"*";if(t!=="*"&&t!=="_")throw new Error("Cannot serialize emphasis with `"+t+"` for `options.emphasis`, expected `*`, or `_`");return t}s(MA,"checkEmphasis");function qt(e){return"&#x"+e.toString(16).toUpperCase()+";"}s(qt,"encodeCharacterReference");function Ji(e,t,n){let i=Ui(e),r=Ui(t);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}}s(Ji,"encodeInfo");Sm.peek=lz;function Sm(e,t,n,i){let r=MA(n),a=n.enter("emphasis"),o=n.createTracker(i),l=o.move(r),c=o.move(n.containerPhrasing(e,{after:r,before:l,...o.current()})),u=c.charCodeAt(0),p=Ji(i.before.charCodeAt(i.before.length-1),u,r);p.inside&&(c=qt(u)+c.slice(1));let d=c.charCodeAt(c.length-1),m=Ji(i.after.charCodeAt(0),d,r);m.inside&&(c=c.slice(0,-1)+qt(d));let h=o.move(r);return a(),n.attentionEncodeSurroundingInfo={after:m.outside,before:p.outside},l+c+h}s(Sm,"emphasis");function lz(e,t,n){return n.options.emphasis||"*"}s(lz,"emphasisPeek");var Gi=s((function(e){if(e==null)return dz;if(typeof e=="function")return cl(e);if(typeof e=="object")return Array.isArray(e)?cz(e):uz(e);if(typeof e=="string")return pz(e);throw new Error("Expected function, string, or object as test")}),"convert");function cz(e){let t=[],n=-1;for(;++n<e.length;)t[n]=Gi(e[n]);return cl(i);function i(...r){let a=-1;for(;++a<t.length;)if(t[a].apply(this,r))return!0;return!1}}s(cz,"anyFactory");function uz(e){let t=e;return cl(n);function n(i){let r=i,a;for(a in e)if(r[a]!==t[a])return!1;return!0}}s(uz,"propertiesFactory");function pz(e){return cl(t);function t(n){return n&&n.type===e}}s(pz,"typeFactory");function cl(e){return t;function t(n,i,r){return!!(mz(n)&&e.call(this,n,typeof i=="number"?i:void 0,r||void 0))}}s(cl,"castFactory");function dz(){return!0}s(dz,"ok");function mz(e){return e!==null&&typeof e=="object"&&"type"in e}s(mz,"looksLikeANode");function OA(e){return"\x1B[33m"+e+"\x1B[39m"}s(OA,"color");var RA=[],ul=!0,Yr=!1,pl="skip";function Em(e,t,n,i){let r;typeof t=="function"&&typeof n!="function"?(i=n,n=t):r=t;let a=Gi(r),o=i?-1:1;l(e,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 ("+OA(c.type+(h?"<"+h+">":""))+")"})}return m;function m(){let h=RA,v,x,A;if((!t||a(c,u,p[p.length-1]||void 0))&&(h=hz(n(c,p)),h[0]===Yr))return h;if("children"in c&&c.children){let k=c;if(k.children&&h[0]!==pl)for(x=(i?k.children.length:-1)+o,A=p.concat(k);x>-1&&x<k.children.length;){let C=k.children[x];if(v=l(C,x,A)(),v[0]===Yr)return v;x=typeof v[1]=="number"?v[1]:x+o}}return h}}s(l,"factory")}s(Em,"visitParents");function hz(e){return Array.isArray(e)?e:typeof e=="number"?[ul,e]:e==null?RA:[e]}s(hz,"toResult");function uo(e,t,n,i){let r,a,o;typeof t=="function"&&typeof n!="function"?(a=void 0,o=t,r=n):(a=t,o=n,r=i),Em(e,a,l,r);function l(c,u){let p=u[u.length-1],d=p?p.children.indexOf(c):void 0;return o(c,d,p)}s(l,"overload")}s(uo,"visit");function dl(e,t){let n=!1;return uo(e,function(i){if("value"in i&&/\r?\n|\r/.test(i.value)||i.type==="break")return n=!0,Yr}),!!((!e.depth||e.depth<3)&&Gr(e)&&(t.options.setext||n))}s(dl,"formatHeadingAsSetext");function LA(e,t,n,i){let r=Math.max(Math.min(6,e.depth||1),1),a=n.createTracker(i);if(dl(e,n)){let p=n.enter("headingSetext"),d=n.enter("phrasing"),m=n.containerPhrasing(e,{...a.current(),before:`
|
|
`,after:`
|
|
`});return d(),p(),m+`
|
|
`+(r===1?"=":"-").repeat(m.length-(Math.max(m.lastIndexOf("\r"),m.lastIndexOf(`
|
|
`))+1))}let o="#".repeat(r),l=n.enter("headingAtx"),c=n.enter("phrasing");a.move(o+" ");let u=n.containerPhrasing(e,{before:"# ",after:`
|
|
`,...a.current()});return/^[\t ]/.test(u)&&(u=qt(u.charCodeAt(0))+u.slice(1)),u=u?o+" "+u:o,n.options.closeAtx&&(u+=" "+o),c(),l(),u}s(LA,"heading");Tm.peek=fz;function Tm(e){return e.value||""}s(Tm,"html");function fz(){return"<"}s(fz,"htmlPeek");Pm.peek=gz;function Pm(e,t,n,i){let r=qi(n),a=r==='"'?"Quote":"Apostrophe",o=n.enter("image"),l=n.enter("label"),c=n.createTracker(i),u=c.move("![");return u+=c.move(n.safe(e.alt,{before:u,after:"]",...c.current()})),u+=c.move("]("),l(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(l=n.enter("destinationLiteral"),u+=c.move("<"),u+=c.move(n.safe(e.url,{before:u,after:">",...c.current()})),u+=c.move(">")):(l=n.enter("destinationRaw"),u+=c.move(n.safe(e.url,{before:u,after:e.title?" ":")",...c.current()}))),l(),e.title&&(l=n.enter(`title${a}`),u+=c.move(" "+r),u+=c.move(n.safe(e.title,{before:u,after:r,...c.current()})),u+=c.move(r),l()),u+=c.move(")"),o(),u}s(Pm,"image");function gz(){return"!"}s(gz,"imagePeek");Fm.peek=vz;function Fm(e,t,n,i){let r=e.referenceType,a=n.enter("imageReference"),o=n.enter("label"),l=n.createTracker(i),c=l.move("!["),u=n.safe(e.alt,{before:c,after:"]",...l.current()});c+=l.move(u+"]["),o();let p=n.stack;n.stack=[],o=n.enter("reference");let d=n.safe(n.associationId(e),{before:c,after:"]",...l.current()});return o(),n.stack=p,a(),r==="full"||!u||u!==d?c+=l.move(d+"]"):r==="shortcut"?c=c.slice(0,-1):c+=l.move("]"),c}s(Fm,"imageReference");function vz(){return"!"}s(vz,"imageReferencePeek");Im.peek=kz;function Im(e,t,n){let i=e.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 o=n.unsafe[a],l=n.compilePattern(o),c;if(o.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}s(Im,"inlineCode");function kz(){return"`"}s(kz,"inlineCodePeek");function Dm(e,t){let n=Gr(e);return!!(!t.options.resourceLink&&e.url&&!e.title&&e.children&&e.children.length===1&&e.children[0].type==="text"&&(n===e.url||"mailto:"+n===e.url)&&/^[a-z][a-z+.-]+:/i.test(e.url)&&!/[\0- <>\u007F]/.test(e.url))}s(Dm,"formatLinkAsAutolink");zm.peek=yz;function zm(e,t,n,i){let r=qi(n),a=r==='"'?"Quote":"Apostrophe",o=n.createTracker(i),l,c;if(Dm(e,n)){let p=n.stack;n.stack=[],l=n.enter("autolink");let d=o.move("<");return d+=o.move(n.containerPhrasing(e,{before:d,after:">",...o.current()})),d+=o.move(">"),l(),n.stack=p,d}l=n.enter("link"),c=n.enter("label");let u=o.move("[");return u+=o.move(n.containerPhrasing(e,{before:u,after:"](",...o.current()})),u+=o.move("]("),c(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(c=n.enter("destinationLiteral"),u+=o.move("<"),u+=o.move(n.safe(e.url,{before:u,after:">",...o.current()})),u+=o.move(">")):(c=n.enter("destinationRaw"),u+=o.move(n.safe(e.url,{before:u,after:e.title?" ":")",...o.current()}))),c(),e.title&&(c=n.enter(`title${a}`),u+=o.move(" "+r),u+=o.move(n.safe(e.title,{before:u,after:r,...o.current()})),u+=o.move(r),c()),u+=o.move(")"),l(),u}s(zm,"link");function yz(e,t,n){return Dm(e,n)?"<":"["}s(yz,"linkPeek");_m.peek=bz;function _m(e,t,n,i){let r=e.referenceType,a=n.enter("linkReference"),o=n.enter("label"),l=n.createTracker(i),c=l.move("["),u=n.containerPhrasing(e,{before:c,after:"]",...l.current()});c+=l.move(u+"]["),o();let p=n.stack;n.stack=[],o=n.enter("reference");let d=n.safe(n.associationId(e),{before:c,after:"]",...l.current()});return o(),n.stack=p,a(),r==="full"||!u||u!==d?c+=l.move(d+"]"):r==="shortcut"?c=c.slice(0,-1):c+=l.move("]"),c}s(_m,"linkReference");function bz(){return"["}s(bz,"linkReferencePeek");function Wi(e){let t=e.options.bullet||"*";if(t!=="*"&&t!=="+"&&t!=="-")throw new Error("Cannot serialize items with `"+t+"` for `options.bullet`, expected `*`, `+`, or `-`");return t}s(Wi,"checkBullet");function BA(e){let t=Wi(e),n=e.options.bulletOther;if(!n)return t==="*"?"-":"*";if(n!=="*"&&n!=="+"&&n!=="-")throw new Error("Cannot serialize items with `"+n+"` for `options.bulletOther`, expected `*`, `+`, or `-`");if(n===t)throw new Error("Expected `bullet` (`"+t+"`) and `bulletOther` (`"+n+"`) to be different");return n}s(BA,"checkBulletOther");function UA(e){let t=e.options.bulletOrdered||".";if(t!=="."&&t!==")")throw new Error("Cannot serialize items with `"+t+"` for `options.bulletOrdered`, expected `.` or `)`");return t}s(UA,"checkBulletOrdered");function ml(e){let t=e.options.rule||"*";if(t!=="*"&&t!=="-"&&t!=="_")throw new Error("Cannot serialize rules with `"+t+"` for `options.rule`, expected `*`, `-`, or `_`");return t}s(ml,"checkRule");function VA(e,t,n,i){let r=n.enter("list"),a=n.bulletCurrent,o=e.ordered?UA(n):Wi(n),l=e.ordered?o==="."?")":".":BA(n),c=t&&n.bulletLastUsed?o===n.bulletLastUsed:!1;if(!e.ordered){let p=e.children?e.children[0]:void 0;if((o==="*"||o==="-")&&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),ml(n)===o&&p){let d=-1;for(;++d<e.children.length;){let m=e.children[d];if(m&&m.type==="listItem"&&m.children&&m.children[0]&&m.children[0].type==="thematicBreak"){c=!0;break}}}}c&&(o=l),n.bulletCurrent=o;let u=n.containerFlow(e,i);return n.bulletLastUsed=o,n.bulletCurrent=a,r(),u}s(VA,"list");function ZA(e){let t=e.options.listItemIndent||"one";if(t!=="tab"&&t!=="one"&&t!=="mixed")throw new Error("Cannot serialize items with `"+t+"` for `options.listItemIndent`, expected `tab`, `one`, or `mixed`");return t}s(ZA,"checkListItemIndent");function qA(e,t,n,i){let r=ZA(n),a=n.bulletCurrent||Wi(n);t&&t.type==="list"&&t.ordered&&(a=(typeof t.start=="number"&&t.start>-1?t.start:1)+(n.options.incrementListMarker===!1?0:t.children.indexOf(e))+a);let o=a.length+1;(r==="tab"||r==="mixed"&&(t&&t.type==="list"&&t.spread||e.spread))&&(o=Math.ceil(o/4)*4);let l=n.createTracker(i);l.move(a+" ".repeat(o-a.length)),l.shift(o);let c=n.enter("listItem"),u=n.indentLines(n.containerFlow(e,l.current()),p);return c(),u;function p(d,m,h){return m?(h?"":" ".repeat(o))+d:(h?a:a+" ".repeat(o-a.length))+d}s(p,"map")}s(qA,"listItem");function JA(e,t,n,i){let r=n.enter("paragraph"),a=n.enter("phrasing"),o=n.containerPhrasing(e,i);return a(),r(),o}s(JA,"paragraph");var $m=Gi(["break","delete","emphasis","footnote","footnoteReference","image","imageReference","inlineCode","inlineMath","link","linkReference","mdxJsxTextElement","mdxTextExpression","strong","text","textDirective"]);function GA(e,t,n,i){return(e.children.some(function(o){return $m(o)})?n.containerPhrasing:n.containerFlow).call(n,e,i)}s(GA,"root");function WA(e){let t=e.options.strong||"*";if(t!=="*"&&t!=="_")throw new Error("Cannot serialize strong with `"+t+"` for `options.strong`, expected `*`, or `_`");return t}s(WA,"checkStrong");Nm.peek=xz;function Nm(e,t,n,i){let r=WA(n),a=n.enter("strong"),o=n.createTracker(i),l=o.move(r+r),c=o.move(n.containerPhrasing(e,{after:r,before:l,...o.current()})),u=c.charCodeAt(0),p=Ji(i.before.charCodeAt(i.before.length-1),u,r);p.inside&&(c=qt(u)+c.slice(1));let d=c.charCodeAt(c.length-1),m=Ji(i.after.charCodeAt(0),d,r);m.inside&&(c=c.slice(0,-1)+qt(d));let h=o.move(r+r);return a(),n.attentionEncodeSurroundingInfo={after:m.outside,before:p.outside},l+c+h}s(Nm,"strong");function xz(e,t,n){return n.options.strong||"*"}s(xz,"strongPeek");function HA(e,t,n,i){return n.safe(e.value,i)}s(HA,"text");function KA(e){let t=e.options.ruleRepetition||3;if(t<3)throw new Error("Cannot serialize rules with repetition `"+t+"` for `options.ruleRepetition`, expected `3` or more");return t}s(KA,"checkRuleRepetition");function YA(e,t,n){let i=(ml(n)+(n.options.ruleSpaces?" ":"")).repeat(KA(n));return n.options.ruleSpaces?i.slice(0,-1):i}s(YA,"thematicBreak");var XA={blockquote:DA,break:Cm,code:NA,definition:jA,emphasis:Sm,hardBreak:Cm,heading:LA,html:Tm,image:Pm,imageReference:Fm,inlineCode:Im,link:zm,linkReference:_m,list:VA,listItem:qA,paragraph:JA,root:GA,strong:Nm,text:HA,thematicBreak:YA};var QA=[Az];function Az(e,t,n,i){if(t.type==="code"&&co(t,i)&&(e.type==="list"||e.type===t.type&&co(e,i)))return!1;if("spread"in n&&typeof n.spread=="boolean")return e.type==="paragraph"&&(e.type===t.type||t.type==="definition"||t.type==="heading"&&dl(t,i))?void 0:n.spread?1:0}s(Az,"joinDefaults");var Xr=["autolink","destinationLiteral","destinationRaw","reference","titleQuote","titleApostrophe"],ew=[{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:Xr},{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:Xr},{atBreak:!0,before:"\\d+",character:")"},{character:")",inConstruct:"destinationRaw"},{atBreak:!0,character:"*",after:`(?:[ \r
|
|
*])`},{character:"*",inConstruct:"phrasing",notInConstruct:Xr},{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:Xr},{character:"<",inConstruct:"destinationLiteral"},{atBreak:!0,character:"="},{atBreak:!0,character:">"},{character:">",inConstruct:"destinationLiteral"},{atBreak:!0,character:"["},{character:"[",inConstruct:"phrasing",notInConstruct:Xr},{character:"[",inConstruct:["label","reference"]},{character:"\\",after:"[\\r\\n]",inConstruct:"phrasing"},{character:"]",inConstruct:["label","reference"]},{atBreak:!0,character:"_"},{character:"_",inConstruct:"phrasing",notInConstruct:Xr},{atBreak:!0,character:"`"},{character:"`",inConstruct:["codeFencedLangGraveAccent","codeFencedMetaGraveAccent"]},{character:"`",inConstruct:"phrasing",notInConstruct:Xr},{atBreak:!0,character:"~"}];function tw(e){return e.label||!e.identifier?e.label||"":sl(e.identifier)}s(tw,"association");function nw(e){if(!e._compiled){let t=(e.atBreak?"[\\r\\n][\\t ]*":"")+(e.before?"(?:"+e.before+")":"");e._compiled=new RegExp((t?"("+t+")":"")+(/[|\\{}()[\]^$+*?.-]/.test(e.character)?"\\":"")+e.character+(e.after?"(?:"+e.after+")":""),"g")}return e._compiled}s(nw,"compilePattern");function rw(e,t,n){let i=t.indexStack,r=e.children||[],a=[],o=-1,l=n.before,c;i.push(-1);let u=t.createTracker(n);for(;++o<r.length;){let p=r[o],d;if(i[i.length-1]=o,o+1<r.length){let v=t.handle.handlers[r[o+1].type];v&&v.peek&&(v=v.peek),d=v?v(r[o+1],e,t,{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=t.createTracker(n),u.move(a.join("")));let m=t.handle(p,e,t,{...u.current(),after:d,before:l});c&&c===m.slice(0,1)&&(m=qt(c.charCodeAt(0))+m.slice(1));let h=t.attentionEncodeSurroundingInfo;t.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)+qt(l.charCodeAt(0))),h.after&&(c=d)),u.move(m),a.push(m),l=m.slice(-1)}return i.pop(),a.join("")}s(rw,"containerPhrasing");function iw(e,t,n){let i=t.indexStack,r=e.children||[],a=t.createTracker(n),o=[],l=-1;for(i.push(-1);++l<r.length;){let c=r[l];i[i.length-1]=l,o.push(a.move(t.handle(c,e,t,{before:`
|
|
`,after:`
|
|
`,...a.current()}))),c.type!=="list"&&(t.bulletLastUsed=void 0),l<r.length-1&&o.push(a.move(wz(c,r[l+1],e,t)))}return i.pop(),o.join("")}s(iw,"containerFlow");function wz(e,t,n,i){let r=i.join.length;for(;r--;){let a=i.join[r](e,t,n,i);if(a===!0||a===1)break;if(typeof a=="number")return`
|
|
`.repeat(1+a);if(a===!1)return`
|
|
|
|
<!---->
|
|
|
|
`}return`
|
|
|
|
`}s(wz,"between");var Cz=/\r?\n|\r/g;function aw(e,t){let n=[],i=0,r=0,a;for(;a=Cz.exec(e);)o(e.slice(i,a.index)),n.push(a[0]),i=a.index+a[0].length,r++;return o(e.slice(i)),n.join("");function o(l){n.push(t(l,r,!l))}s(o,"one")}s(aw,"indentLines");function sw(e,t,n){let i=(n.before||"")+(t||"")+(n.after||""),r=[],a=[],o={},l=-1;for(;++l<e.unsafe.length;){let p=e.unsafe[l];if(!ll(e.stack,p))continue;let d=e.compilePattern(p),m;for(;m=d.exec(i);){let h="before"in p||!!p.atBreak,v="after"in p,x=m.index+(h?m[1].length:0);r.includes(x)?(o[x].before&&!h&&(o[x].before=!1),o[x].after&&!v&&(o[x].after=!1)):(r.push(x),o[x]={before:h,after:v})}}r.sort(Sz);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&&o[p].after&&!o[p+1].before&&!o[p+1].after||r[l-1]===p-1&&o[p].before&&!o[p-1].before&&!o[p-1].after||(c!==p&&a.push(ow(i.slice(c,p),"\\")),c=p,/[!-/:-@[-`{-~]/.test(i.charAt(p))&&(!n.encode||!n.encode.includes(i.charAt(p)))?a.push("\\"):(a.push(qt(i.charCodeAt(p))),c++))}return a.push(ow(i.slice(c,u),n.after)),a.join("")}s(sw,"safe");function Sz(e,t){return e-t}s(Sz,"numerical");function ow(e,t){let n=/\\(?=[!-/:-@[-`{-~])/g,i=[],r=[],a=e+t,o=-1,l=0,c;for(;c=n.exec(a);)i.push(c.index);for(;++o<i.length;)l!==i[o]&&r.push(e.slice(l,i[o])),r.push("\\"),l=i[o];return r.push(e.slice(l)),r.join("")}s(ow,"escapeBackslashes");function lw(e){let t=e||{},n=t.now||{},i=t.lineShift||0,r=n.line||1,a=n.column||1;return{move:c,current:o,shift:l};function o(){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}}s(lw,"track");function jm(e,t){let n=t||{},i={associationId:tw,containerPhrasing:Fz,containerFlow:Iz,createTracker:lw,compilePattern:nw,enter:a,handlers:{...XA},handle:void 0,indentLines:aw,indexStack:[],join:[...QA],options:{},safe:Dz,stack:[],unsafe:[...ew]};wm(i,n),i.options.tightDefinitions&&i.join.push(Pz),i.handle=FA("type",{invalid:Ez,unknown:Tz,handlers:i.handlers});let r=i.handle(e,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(o){return i.stack.push(o),l;function l(){i.stack.pop()}s(l,"exit")}s(a,"enter")}s(jm,"toMarkdown");function Ez(e){throw new Error("Cannot handle value `"+e+"`, expected node")}s(Ez,"invalid");function Tz(e){let t=e;throw new Error("Cannot handle unknown node `"+t.type+"`")}s(Tz,"unknown");function Pz(e,t){if(e.type==="definition"&&e.type===t.type)return 0}s(Pz,"joinDefinition");function Fz(e,t){return rw(e,this,t)}s(Fz,"containerPhrasingBound");function Iz(e,t){return iw(e,this,t)}s(Iz,"containerFlowBound");function Dz(e,t){return sw(this,e,t)}s(Dz,"safeBound");function hl(e){let t=this;t.compiler=n;function n(i){return jm(i,{...t.data("settings"),...e,extensions:t.data("toMarkdownExtensions")||[]})}s(n,"compiler")}s(hl,"remarkStringify");function Mm(e){if(e)throw e}s(Mm,"bail");var kl=gn(vw(),1);function po(e){if(typeof e!="object"||e===null)return!1;let t=Object.getPrototypeOf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}s(po,"isPlainObject");function Om(){let e=[],t={run:n,use:i};return t;function n(...r){let a=-1,o=r.pop();if(typeof o!="function")throw new TypeError("Expected function as last argument, not "+o);l(null,...r);function l(c,...u){let p=e[++a],d=-1;if(c){o(c);return}for(;++d<r.length;)(u[d]===null||u[d]===void 0)&&(u[d]=r[d]);r=u,p?kw(p,l)(...u):o(null,...u)}s(l,"next")}function i(r){if(typeof r!="function")throw new TypeError("Expected `middelware` to be a function, not "+r);return e.push(r),t}}s(Om,"trough");function kw(e,t){let n;return i;function i(...o){let l=e.length>o.length,c;l&&o.push(r);try{c=e.apply(this,o)}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(o,...l){n||(n=!0,t(o,...l))}function a(o){r(null,o)}}s(kw,"wrap");var Je=class extends Error{static{s(this,"VFileMessage")}constructor(t,n,i){super(),typeof n=="string"&&(i=n,n=void 0);let r="",a={},o=!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 t=="string"?r=t:!a.cause&&t&&(o=!0,r=t.message,a.cause=t),!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=yr(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=o&&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}};Je.prototype.file="";Je.prototype.name="";Je.prototype.reason="";Je.prototype.message="";Je.prototype.stack="";Je.prototype.column=void 0;Je.prototype.line=void 0;Je.prototype.ancestors=void 0;Je.prototype.cause=void 0;Je.prototype.fatal=void 0;Je.prototype.place=void 0;Je.prototype.ruleId=void 0;Je.prototype.source=void 0;var Qt=gn(require("node:path"),1);var Rm=gn(require("node:process"),1);var Lm=require("node:url");function gl(e){return!!(e!==null&&typeof e=="object"&&"href"in e&&e.href&&"protocol"in e&&e.protocol&&e.auth===void 0)}s(gl,"isUrl");var Bm=["history","path","basename","stem","extname","dirname"],mo=class{static{s(this,"VFile")}constructor(t){let n;t?gl(t)?n={path:t}:typeof t=="string"||zz(t)?n={value:t}:n=t:n={},this.cwd="cwd"in n?"":Rm.default.cwd(),this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;let i=-1;for(;++i<Bm.length;){let a=Bm[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)Bm.includes(r)||(this[r]=n[r])}get basename(){return typeof this.path=="string"?Qt.default.basename(this.path):void 0}set basename(t){Vm(t,"basename"),Um(t,"basename"),this.path=Qt.default.join(this.dirname||"",t)}get dirname(){return typeof this.path=="string"?Qt.default.dirname(this.path):void 0}set dirname(t){yw(this.basename,"dirname"),this.path=Qt.default.join(t||"",this.basename)}get extname(){return typeof this.path=="string"?Qt.default.extname(this.path):void 0}set extname(t){if(Um(t,"extname"),yw(this.dirname,"extname"),t){if(t.codePointAt(0)!==46)throw new Error("`extname` must start with `.`");if(t.includes(".",1))throw new Error("`extname` cannot contain multiple dots")}this.path=Qt.default.join(this.dirname,this.stem+(t||""))}get path(){return this.history[this.history.length-1]}set path(t){gl(t)&&(t=(0,Lm.fileURLToPath)(t)),Vm(t,"path"),this.path!==t&&this.history.push(t)}get stem(){return typeof this.path=="string"?Qt.default.basename(this.path,this.extname):void 0}set stem(t){Vm(t,"stem"),Um(t,"stem"),this.path=Qt.default.join(this.dirname||"",t+(this.extname||""))}fail(t,n,i){let r=this.message(t,n,i);throw r.fatal=!0,r}info(t,n,i){let r=this.message(t,n,i);return r.fatal=void 0,r}message(t,n,i){let r=new Je(t,n,i);return this.path&&(r.name=this.path+":"+r.name,r.file=this.path),r.fatal=!1,this.messages.push(r),r}toString(t){return this.value===void 0?"":typeof this.value=="string"?this.value:new TextDecoder(t||void 0).decode(this.value)}};function Um(e,t){if(e&&e.includes(Qt.default.sep))throw new Error("`"+t+"` cannot be a path: did not expect `"+Qt.default.sep+"`")}s(Um,"assertPart");function Vm(e,t){if(!e)throw new Error("`"+t+"` cannot be empty")}s(Vm,"assertNonEmpty");function yw(e,t){if(!e)throw new Error("Setting `"+t+"` requires `path` to be set too")}s(yw,"assertPath");function zz(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}s(zz,"isUint8Array");var bw=s((function(e){let i=this.constructor.prototype,r=i[e],a=s(function(){return r.apply(a,arguments)},"apply");return Object.setPrototypeOf(a,i),a}),"CallableInstance");var _z={}.hasOwnProperty,Gm=class e extends bw{static{s(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=Om()}copy(){let t=new e,n=-1;for(;++n<this.attachers.length;){let i=this.attachers[n];t.use(...i)}return t.data((0,kl.default)(!0,{},this.namespace)),t}data(t,n){return typeof t=="string"?arguments.length===2?(Jm("data",this.frozen),this.namespace[t]=n,this):_z.call(this.namespace,t)&&this.namespace[t]||void 0:t?(Jm("data",this.frozen),this.namespace=t,this):this.namespace}freeze(){if(this.frozen)return this;let t=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(t,...i);typeof r=="function"&&this.transformers.use(r)}return this.frozen=!0,this.freezeIndex=Number.POSITIVE_INFINITY,this}parse(t){this.freeze();let n=vl(t),i=this.parser||this.Parser;return Zm("parse",i),i(String(n),n)}process(t,n){let i=this;return this.freeze(),Zm("process",this.parser||this.Parser),qm("process",this.compiler||this.Compiler),n?r(void 0,n):new Promise(r);function r(a,o){let l=vl(t),c=i.parse(l);i.run(c,l,function(p,d,m){if(p||!d||!m)return u(p);let h=d,v=i.stringify(h,m);Nz(v)?m.value=v:m.result=v,u(p,m)});function u(p,d){p||!d?o(p):a?a(d):n(void 0,d)}s(u,"realDone")}s(r,"executor")}processSync(t){let n=!1,i;return this.freeze(),Zm("processSync",this.parser||this.Parser),qm("processSync",this.compiler||this.Compiler),this.process(t,r),Aw("processSync","process",n),i;function r(a,o){n=!0,Mm(a),i=o}s(r,"realDone")}run(t,n,i){xw(t),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(o,l){let c=vl(n);r.run(t,c,u);function u(p,d,m){let h=d||t;p?l(p):o?o(h):i(void 0,h,m)}s(u,"realDone")}s(a,"executor")}runSync(t,n){let i=!1,r;return this.run(t,n,a),Aw("runSync","run",i),r;function a(o,l){Mm(o),r=l,i=!0}s(a,"realDone")}stringify(t,n){this.freeze();let i=vl(n),r=this.compiler||this.Compiler;return qm("stringify",r),xw(t),r(t,i)}use(t,...n){let i=this.attachers,r=this.namespace;if(Jm("use",this.frozen),t!=null)if(typeof t=="function")c(t,n);else if(typeof t=="object")Array.isArray(t)?l(t):o(t);else throw new TypeError("Expected usable value, not `"+t+"`");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 o(u);else throw new TypeError("Expected usable value, not `"+u+"`")}function o(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,kl.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,...v]=p,x=i[m][1];po(x)&&po(h)&&(h=(0,kl.default)(!0,x,h)),i[m]=[u,h,...v]}}}},Wm=new Gm().freeze();function Zm(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `parser`")}s(Zm,"assertParser");function qm(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `compiler`")}s(qm,"assertCompiler");function Jm(e,t){if(t)throw new Error("Cannot call `"+e+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}s(Jm,"assertUnfrozen");function xw(e){if(!po(e)||typeof e.type!="string")throw new TypeError("Expected node, got `"+e+"`")}s(xw,"assertNode");function Aw(e,t,n){if(!n)throw new Error("`"+e+"` finished async. Use `"+t+"` instead")}s(Aw,"assertDone");function vl(e){return $z(e)?e:new mo(e)}s(vl,"vfile");function $z(e){return!!(e&&typeof e=="object"&&"message"in e&&"messages"in e)}s($z,"looksLikeAVFile");function Nz(e){return typeof e=="string"||jz(e)}s(Nz,"looksLikeAValue");function jz(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}s(jz,"isUint8Array");var ww=Wm().use(Zi).use(hl).freeze();var Km={d:s((e,t)=>{for(var n in t)Km.o(t,n)&&!Km.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},"d"),o:s((e,t)=>Object.prototype.hasOwnProperty.call(e,t),"o")},Ym={};Km.d(Ym,{Z:s(()=>Lz,"Z"),$:s(()=>Tw,"$")});var Hi={horizontalTab:-2,virtualSpace:-1,nul:0,eof:null,space:32};function Cw(e){return e<Hi.nul||e===Hi.space}s(Cw,"n");function Hm(e){return e<Hi.horizontalTab}s(Hm,"i");var Mz={553:e=>{e.exports=function(t){var n,i;return t._compiled||(n=t.before?"(?:"+t.before+")":"",i=t.after?"(?:"+t.after+")":"",t.atBreak&&(n="[\\r\\n][\\t ]*"+n),t._compiled=new RegExp((n?"("+n+")":"")+(/[|\\{}()[\]^$+*?.-]/.test(t.character)?"\\":"")+t.character+(i||""),"g")),t._compiled}},112:e=>{function t(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}s(t,"t"),e.exports=function(n,i){return t(n,i.inConstruct,!0)&&!t(n,i.notInConstruct)}},113:(e,t,n)=>{e.exports=function(l,c,u){for(var p,d,m,h,v,x,A,k,C=(u.before||"")+(c||"")+(u.after||""),E=[],I=[],N={},T=-1;++T<l.unsafe.length;)if(h=l.unsafe[T],r(l.stack,h))for(v=i(h);x=v.exec(C);)p="before"in h||h.atBreak,d="after"in h,m=x.index+(p?x[1].length:0),E.indexOf(m)===-1?(E.push(m),N[m]={before:p,after:d}):(N[m].before&&!p&&(N[m].before=!1),N[m].after&&!d&&(N[m].after=!1));for(E.sort(a),A=u.before?u.before.length:0,k=C.length-(u.after?u.after.length:0),T=-1;++T<E.length;)(m=E[T])<A||m>=k||m+1<k&&E[T+1]===m+1&&N[m].after&&!N[m+1].before&&!N[m+1].after||(A!==m&&I.push(o(C.slice(A,m),"\\")),A=m,!/[!-/:-@[-`{-~]/.test(C.charAt(m))||u.encode&&u.encode.indexOf(C.charAt(m))!==-1?(I.push("&#x"+C.charCodeAt(m).toString(16).toUpperCase()+";"),A++):I.push("\\"));return I.push(o(C.slice(A,k),u.after)),I.join("")};var i=n(553),r=n(112);function a(l,c){return l-c}s(a,"a");function o(l,c){for(var u,p=/\\(?=[!-/:-@[-`{-~])/g,d=[],m=[],h=-1,v=0,x=l+c;u=p.exec(x);)d.push(u.index);for(;++h<d.length;)v!==d[h]&&m.push(l.slice(v,d[h])),m.push("\\"),v=d[h];return m.push(l.slice(v)),m.join("")}s(o,"o")}},Sw={};function Rn(e){var t=Sw[e];if(t!==void 0)return t.exports;var n=Sw[e]={exports:{}};return Mz[e](n,n.exports,Rn),n.exports}s(Rn,"s");Rn.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return Rn.d(t,{a:t}),t},Rn.d=(e,t)=>{for(var n in t)Rn.o(t,n)&&!Rn.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},Rn.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t);var Xm={};(()=>{function e(r={}){let a=r.permalinks||[],o=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 s(d,"s"),{enter:{wikiLink:s(function(m){p={type:"wikiLink",value:null,data:{alias:null,permalink:null,exists:null}},this.enter(p,m)},"wikiLink")},exit:{wikiLinkTarget:s(function(m){let h=this.sliceSerialize(m);d(this.stack).value=h},"wikiLinkTarget"),wikiLinkAlias:s(function(m){let h=this.sliceSerialize(m);d(this.stack).data.alias=h},"wikiLinkAlias"),wikiLink:s(function(m){this.exit(m);let h=p,v=o(h.value),x=v.find((I=>a.indexOf(I)!==-1)),A=x!==void 0,k;k=A?x:v[0]||"";let C=h.value;h.data.alias&&(C=h.data.alias);let E=c;A||(E+=" "+l),h.data.alias=C,h.data.permalink=k,h.data.exists=A,h.data.hName="a",h.data.hProperties={className:E,href:u(k)},h.data.hChildren=[{type:"text",value:C}]},"wikiLink")}}}s(e,"e"),Rn.d(Xm,{V:s(()=>e,"V"),x:s(()=>i,"x")});var t=Rn(113),n=Rn.n(t);function i(r={}){let a=r.aliasDivider||":";return{unsafe:[{character:"[",inConstruct:["phrasing","label","reference"]},{character:"]",inConstruct:["label","reference"]}],handlers:{wikiLink:s(function(o,l,c){let u=c.enter("wikiLink"),p=n()(c,o.value,{before:"[",after:"]"}),d=n()(c,o.data.alias,{before:"[",after:"]"}),m;return m=d!==p?`[[${p}${a}${d}]]`:`[[${p}]]`,u(),m},"wikiLink")}}}s(i,"n")})();var Oz=Xm.V,Rz=Xm.x,Ew=!1;function Tw(e={}){let t=this.data();function n(i,r){t[i]?t[i].push(r):t[i]=[r]}s(n,"a"),!Ew&&(this.Parser&&this.Parser.prototype&&this.Parser.prototype.blockTokenizers||this.Compiler&&this.Compiler.prototype&&this.Compiler.prototype.visitors)&&(Ew=!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:s(function(a,o,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(E){return Hm(E)||E===Hi.eof?l(E):(a.enter("wikiLinkData"),a.enter("wikiLinkTarget"),v(E))})(C)):C!=="[[".charCodeAt(d)?l(C):(a.consume(C),d++,h)}function v(C){return C===i.charCodeAt(p)?c?(a.exit("wikiLinkTarget"),a.enter("wikiLinkAliasMarker"),x(C)):l(C):C===r.charCodeAt(m)?c?(a.exit("wikiLinkTarget"),a.exit("wikiLinkData"),a.enter("wikiLinkMarker"),k(C)):l(C):Hm(C)||C===Hi.eof?l(C):(Cw(C)||(c=!0),a.consume(C),v)}function x(C){return p===i.length?(a.exit("wikiLinkAliasMarker"),a.enter("wikiLinkAlias"),A(C)):C!==i.charCodeAt(p)?l(C):(a.consume(C),p++,x)}function A(C){return C===r.charCodeAt(m)?u?(a.exit("wikiLinkAlias"),a.exit("wikiLinkData"),a.enter("wikiLinkMarker"),k(C)):l(C):Hm(C)||C===Hi.eof?l(C):(Cw(C)||(u=!0),a.consume(C),A)}function k(C){return m===2?(a.exit("wikiLinkMarker"),a.exit("wikiLink"),o(C)):C!==r.charCodeAt(m)?l(C):(a.consume(C),m++,k)}},"tokenize")}}}})(e)),n("fromMarkdownExtensions",Oz(e)),n("toMarkdownExtensions",Rz(e))}s(Tw,"k");var Lz=Tw,rq=Ym.Z,Pw=Ym.$;s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var Bz=/^[A-Za-z][A-Za-z0-9+\-.]*:\S+$/;function Qm(e){if(/\s/.test(e))return!1;if(e.includes("://"))try{return new URL(e),!0}catch{return!1}return Bz.test(e)}s(Qm,"isUrl");var Qr=require("obsidian");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();function yl(e){let t=(0,Qr.getFrontMatterInfo)(e);return(0,Qr.parseYaml)(t.frontmatter)??{}}s(yl,"parseFrontmatter");function Fw(e,t){let n=(0,Qr.getFrontMatterInfo)(e);if(Object.keys(t).length===0)return e.slice(n.contentStart);let i=(0,Qr.stringifyYaml)(t);return n.exists?m0(e,i,n.from,n.to):`---
|
|
${i}---
|
|
${e}`}s(Fw,"setFrontmatter");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();function zt(e){if(!Ut(e))return!1;let t=e;return t.startOffset!==void 0&&t.endOffset!==void 0}s(zt,"isFrontmatterLinkCacheWithOffsets");function bl(e){return zt(e)?e:{...e,endOffset:e.original.length,startOffset:0}}s(bl,"toFrontmatterLinkCacheWithOffsets");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();function Iw(e){return eh(e)&&e.type==="file"}s(Iw,"isCanvasFileNodeReference");function eh(e){return Ut(e)&&!!e.isCanvas}s(eh,"isCanvasReference");function xl(e,t){return zt(e)?{newContent:t,oldContent:e.original.slice(e.startOffset,e.endOffset),reference:e}:{newContent:t,oldContent:e.original,reference:e}}s(xl,"referenceToFileChange");function Dw(e){return e.sort((t,n)=>{if(Ut(t)&&Ut(n)){let i=zt(t)?t.startOffset:0,r=zt(n)?n.startOffset:0;return t.key.localeCompare(n.key)||Number(zt(n))-Number(zt(t))||i-r}return Bt(t)&&Bt(n)?t.position.start.offset-n.position.start.offset:Ut(t)?1:-1})}s(Dw,"sortReferences");var fo=require("obsidian");var zw=require("obsidian");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();async function Al(e){return k0({...e,onTimeout:e.shouldShowTimeoutNotice?$w:Nw})}s(Al,"retryWithTimeoutNotice");async function _w(e){return jd({...e,onTimeout:e.shouldShowTimeoutNotice?$w:Nw})}s(_w,"runWithTimeoutNotice");function $w(e){let t=Math.trunc(performance.now()-e.duration),n,i,r=1e3,a=new zw.Notice(createFragment(l=>{e.operationName&&(l.appendText(g(u=>u.obsidianDevUtils.asyncWithNotice.operation)),l.appendText(": "),l.appendText(e.operationName),l.createEl("br")),l.appendText(g(u=>u.obsidianDevUtils.asyncWithNotice.timedOut,{duration:e.duration})),l.createEl("br"),l.appendText(g(u=>u.obsidianDevUtils.asyncWithNotice.runningFor)),l.appendText(" "),n=l.createSpan(),l.appendText(" "),l.appendText(g(u=>u.obsidianDevUtils.asyncWithNotice.milliseconds)),l.createEl("br"),l.appendText(g(u=>u.obsidianDevUtils.asyncWithNotice.terminateOperation)),l.createEl("br"),l.createEl("button",{text:g(u=>u.obsidianDevUtils.buttons.cancel)}).addEventListener("click",()=>{e.terminateOperation(),clearInterval(i),a.hide()})}));o(),i=window.setInterval(o,r),e.onOperationCompleted(()=>{clearInterval(i),a.hide()});function o(){let l=Math.max(e.duration,Math.round((performance.now()-t)/r)*r);n.textContent=String(l)}s(o,"updateRunningTime")}s($w,"onTimeoutNotice");function Nw(e){let t=Math.trunc(performance.now()-e.duration);e.onOperationCompleted(()=>{Di("AsyncWithNotice:onTimeoutWithoutNotice")("Operation completed after timeout",{operationName:e.operationName,totalDuration:Math.trunc(performance.now()-t)})})}s(Nw,"onTimeoutWithoutNotice");var ho=require("@codemirror/state"),th=require("@codemirror/view");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var jw=new WeakMap;function nh(e){let t=Ow(e);e.cm.dispatch({effects:t.reconfigure([ho.EditorState.readOnly.of(!0),th.EditorView.editable.of(!1)])})}s(nh,"lockEditor");function Mw(e){let t=Ow(e);e.cm.dispatch({effects:t.reconfigure([ho.EditorState.readOnly.of(!1),th.EditorView.editable.of(!0)])})}s(Mw,"unlockEditor");function Ow(e){let t=jw.get(e);return t||(t=new ho.Compartment,jw.set(e,t)),t}s(Ow,"ensureCompartment");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();async function wl(e,t,n){let i=je(e,t);if(i.path===n)return n;let r=Lt(n);await Cl(e,r);let a=Lw(e,n);try{await e.vault.copy(i,a)}catch(o){if(!await e.vault.exists(a))throw o}return a}s(wl,"copySafe");async function Cl(e,t){if(await e.vault.adapter.exists(t))return!1;try{return await e.vault.createFolder(t),!0}catch(n){if(!await e.vault.exists(t))throw n;return!0}}s(Cl,"createFolderSafe");async function rh(e,t){let n=Nn(e,t);n&&await Sl(e,n)&&await nr(e,n)}s(rh,"deleteEmptyFolder");async function Rw(e,t){let n=Nn(e,t);for(;n;){if(!await Sl(e,n))return;let i=n.parent;await rh(e,n),n=i}}s(Rw,"deleteEmptyFolderHierarchy");function Lw(e,t){let n=et(t);return e.vault.getAvailablePath(Re(Ie(t),Oe(t,n)),n.slice(1))}s(Lw,"getAvailablePath");function ih(e,t,n){let i=we(e,t);if(e.vault.adapter.insensitive){let r=Ie(n),a=Oe(n),o;for(;o=Nn(e,r,!0),!o;)a=Re(Oe(r),a),r=Ie(r);n=Re(o.getParentPrefix(),a)}return i.toLowerCase()===n.toLowerCase()?n:Lw(e,n)}s(ih,"getSafeRenamePath");async function Sl(e,t){let n=await ah(e,we(e,t));return n.files.length===0&&n.folders.length===0}s(Sl,"isEmptyFolder");async function ah(e,t){let n=we(e,t),i={files:[],folders:[]};if((await e.vault.adapter.stat(n))?.type!=="folder")return i;try{return await e.vault.adapter.list(n)}catch(r){if(await e.vault.exists(n))throw r;return i}}s(ah,"listSafe");async function Bw(e,t,n,i={}){let a={...{shouldFailOnMissingFile:!0,shouldLockEditorWhileProcessing:!0,shouldShowTimeoutNotice:!0,timeoutInMilliseconds:500},...i},o=new AbortController;a.abortSignal=vn(a.abortSignal,o.signal);let l=we(e,t),c=null;if(a.shouldLockEditorWhileProcessing){for(let u of e.workspace.getLeavesOfType(qr.Markdown))u.view instanceof fo.MarkdownView&&u.view.file?.path===l&&nh(u.view.editor);c=e.workspace.on("active-leaf-change",u=>{u?.view instanceof fo.MarkdownView&&u.view.file?.path===l&&nh(u.view.editor)})}try{await Al({async operationFn(u){u.throwIfAborted();let p=await oh(e,t);if(u.throwIfAborted(),p===null)return v();let d=await zi(n,u,p);if(u.throwIfAborted(),d===null)return!1;let m=!0;if(!await Uw(e,t,async x=>{u.throwIfAborted(),await e.vault.process(x,A=>(u.throwIfAborted(),A!==p?(Ce("Vault:process")("Content has changed since it was read. Retrying...",{actualContent:A,expectedContent:p,path:x.path}),m=!1,A):d)),u.throwIfAborted()}))return v();return m;function v(){if(a.shouldFailOnMissingFile)throw new Error(`File '${l}' not found`);return!0}},operationName:g(u=>u.obsidianDevUtils.vault.processFile,{filePath:l}),retryOptions:a,shouldShowTimeoutNotice:a.shouldShowTimeoutNotice})}finally{c?.e.offref(c);for(let u of e.workspace.getLeavesOfType(qr.Markdown))u.view instanceof fo.MarkdownView&&u.view.file?.path===l&&Mw(u.view.editor)}}s(Bw,"process");async function oh(e,t){let n=null;return await Uw(e,t,async i=>{await Tl(e,i),n=await e.vault.read(i)}),n}s(oh,"readSafe");async function El(e,t,n){let i=z0(e,t),r=ih(e,t,n);if(i.path.toLowerCase()===r.toLowerCase())return i.path!==n&&await e.fileManager.renameFile(i,r),r;let a=Lt(r);await Cl(e,a);try{await e.fileManager.renameFile(i,r)}catch(o){if(!await e.vault.exists(r)||await e.vault.exists(i.path))throw o}return r}s(El,"renameSafe");async function Tl(e,t){if(!jn(e,t))return;let n=we(e,t);for(let i of e.workspace.getLeavesOfType(qr.Markdown))i.view instanceof fo.MarkdownView&&i.view.file?.path===n&&i.view.dirty&&await i.view.save()}s(Tl,"saveNote");async function nr(e,t){let n=Xt(e,t);if(n)try{await e.fileManager.trashFile(n)}catch(i){if(await e.vault.exists(n.path))throw i;Ce("Vault:trashSafe")(`An error occurred while trashing ${n.path}, but the file no longer exists.`,{error:i,path:n.path})}}s(nr,"trashSafe");async function Uw(e,t,n){let i=we(e,t),r=Ue(e,i);if(!r||r.deleted)return!1;try{return await n(r),!0}catch(a){if(r=Ue(e,i),!r||r.deleted)return!1;throw a}}s(Uw,"invokeFileActionSafe");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();async function Il(e,t,n,i,r=!0){e.throwIfAborted();let a=await zi(i,e,t);if(e.throwIfAborted(),a===null)return null;let{frontmatter:o,hasFrontmatterError:l}=Hz(t,n);if(!Xz(a,t,o,n))return r?null:t;a=Yz(a);let{frontmatterChanged:c,newContent:u}=Jz(a,t,l,n);return await Gz(e,o,c,n),e.throwIfAborted(),Wz(u,o,c)}s(Il,"applyContentChanges");async function Vw(e,t,n,i={},r=!0){await Bw(e,t,async(a,o)=>er(e,t)?await qz(a,o,we(e,t),n,r):await Il(a,o,we(e,t),n,r),i)}s(Vw,"applyFileChanges");function go(e){return eh(e.reference)}s(go,"isCanvasChange");function Uz(e){return go(e)&&e.reference.type==="file"}s(Uz,"isCanvasFileNodeChange");function Vz(e){return go(e)&&e.reference.type==="text"}s(Vz,"isCanvasTextNodeChange");function ei(e){return Bt(e.reference)}s(ei,"isContentChange");function Pl(e){return Ut(e.reference)}s(Pl,"isFrontmatterChange");function Fl(e){return zt(e.reference)}s(Fl,"isFrontmatterChangeWithOffsets");function Zz(e){return Fl(e)?e:{...e,reference:bl(e.reference)}}s(Zz,"toFrontmatterChangeWithOffsets");async function qz(e,t,n,i,r=!0){let a=await zi(i,e,t);if(e.throwIfAborted(),a===null)return null;let o=Kz(t),l=new Map;for(let c of a){if(!go(c)){console.error("Only canvas changes are supported for canvas files",{change:c,path:n});continue}let u=o.nodes[c.reference.nodeIndex];if(!u)return console.error("Node not found",{nodeIndex:c.reference.nodeIndex,path:n}),null;if(Uz(c)){if(u.file!==c.oldContent)return Ce("FileChange:applyCanvasChanges")("Content mismatch",{actualContent:u.file,expectedContent:c.oldContent,nodeIndex:c.reference.nodeIndex,path:n,type:"file"}),null;u.file=c.newContent}else if(Vz(c)){let p=l.get(c.reference.nodeIndex);p||(p=[],l.set(c.reference.nodeIndex,p)),p.push(c)}}for(let[c,u]of l.entries()){let p=o.nodes[c];if(!p)return console.error("Node not found",{nodeIndex:c,path:n}),null;if(typeof p.text!="string")return console.error("Node text is not a string",{nodeIndex:c,path:n}),null;let d=u.map(m=>xl(m.reference.originalReference,m.newContent));p.text=await Il(e,p.text,`${n}.node${String(c)}.VIRTUAL_FILE.md`,d,r)}return JSON.stringify(o,null," ")}s(qz,"applyCanvasChanges");function Jz(e,t,n,i){let r="",a=0,o={newContent:"",oldContent:"",reference:{link:"",original:"",position:{end:{col:0,line:0,offset:0},start:{col:0,line:0,offset:0}}}},l=new Map;for(let c of e)if(ei(c))if(a<=c.reference.position.start.offset)r+=t.slice(a,c.reference.position.start.offset),r+=c.newContent,a=c.reference.position.end.offset,o=c;else{let u=c.reference.position.start.offset-o.reference.position.start.offset,p=c.reference.position.end.offset-o.reference.position.start.offset;if(o.newContent.slice(u,p)!==c.oldContent){let m="Overlapping changes";throw console.error(m,{change:c,lastContentChange:o}),new Error(m)}r=r.slice(0,r.length-o.newContent.length)+o.newContent.slice(0,u)+c.newContent+o.newContent.slice(p)}else if(Pl(c))if(n)console.error(`Cannot apply frontmatter change in ${i}, because frontmatter parsing failed`,{change:c});else{let u=l.get(c.reference.key);u||(u=[],l.set(c.reference.key,u)),u.push(Zz(c))}return r+=t.slice(a),{frontmatterChanged:l,newContent:r}}s(Jz,"applyContentChangesToText");async function Gz(e,t,n,i){for(let[r,a]of n.entries()){let o=fr(t,r);if(typeof o!="string")return;let l=a.map(u=>({newContent:u.newContent,oldContent:u.oldContent,reference:{link:"",original:"",position:{end:{col:u.reference.endOffset,line:0,offset:u.reference.endOffset},start:{col:u.reference.startOffset,line:0,offset:u.reference.startOffset}}}})),c=await Il(e,o,`${i}.frontmatter.${r}.VIRTUAL_FILE.md`,l);if(c===null)return;g0(t,r,c)}}s(Gz,"applyFrontmatterChangesWithOffsets");function Wz(e,t,n){return n.size>0?Fw(e,t):e}s(Wz,"buildFinalContent");function Hz(e,t){let n={},i=!1;try{n=yl(e)}catch(r){bn(new Error(`Frontmatter parsing failed in ${t}`,{cause:r})),i=!0}return{frontmatter:n,hasFrontmatterError:i}}s(Hz,"parseFrontmatterSafely");function Kz(e){let t;try{t=JSON.parse(e)}catch{t=null}return(t===null||typeof t!="object")&&(t={}),t}s(Kz,"parseJsonSafe");function Yz(e){return e.sort((t,n)=>ei(t)&&ei(n)?t.reference.position.start.offset-n.reference.position.start.offset:Fl(t)&&Fl(n)?t.reference.key.localeCompare(n.reference.key)||t.reference.startOffset-n.reference.startOffset:Pl(t)&&Pl(n)?t.reference.key.localeCompare(n.reference.key):ei(t)?-1:1),e.filter((t,n)=>t.oldContent===t.newContent?!1:n===0?!0:!Kt(t,e[n-1]))}s(Yz,"sortAndFilterChanges");function Xz(e,t,n,i){let r=Ce("FileChange:validateChanges");for(let a of e)if(ei(a)){let o=a.reference.position.start.offset,l=a.reference.position.end.offset,c=t.slice(o,l);if(c!==a.oldContent)return r("Content mismatch",{actualContent:c,endOffset:l,expectedContent:a.oldContent,path:i,startOffset:o}),!1}else if(Fl(a)){let o=fr(n,a.reference.key);if(typeof o!="string")return r("Property value is not a string",{frontmatterKey:a.reference.key,path:i,propertyValue:o}),!1;let l=o.slice(a.reference.startOffset,a.reference.endOffset);if(l!==a.oldContent)return r("Content mismatch",{actualContent:l,expectedContent:a.oldContent,frontmatterKey:a.reference.key,path:i,startOffset:a.reference.startOffset}),!1}else if(Pl(a)){let o=fr(n,a.reference.key);if(o!==a.oldContent)return r("Content mismatch",{actualContent:o,expectedContent:a.oldContent,frontmatterKey:a.reference.key,path:i}),!1}return!0}s(Xz,"validateChanges");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();async function Zw(e){await new Promise(t=>{e.metadataCache.onCleanCache(t)})}s(Zw,"ensureMetadataCacheReady");function en(e){let t=[];return e.links&&t.push(...e.links),e.embeds&&t.push(...e.embeds),e.frontmatterLinks&&t.push(...e.frontmatterLinks),Dw(t),t=t.filter((n,i)=>{if(i===0)return!0;let r=$e(t[i-1]);if(Bt(n)&&Bt(r))return n.position.start.offset!==r.position.start.offset;if(Ut(n)&&Ut(r)){let a=zt(n)?n.startOffset:0,o=zt(r)?r.startOffset:0;return n.key!==r.key||zt(n)!==zt(r)||a!==o}return!0}),t}s(en,"getAllLinks");function sh(e,t){let n=je(e,t,!0);return vo(e,[n],()=>e.metadataCache.getBacklinksForFile(n))}s(sh,"getBacklinksForFileOrPath");async function tn(e,t,n={}){let i=e.metadataCache.getBacklinksForFile.safe;if(i)return i(t);let r=new A0;return await Al({async operationFn(a){a.throwIfAborted();let o=je(e,t);await Zw(e),a.throwIfAborted(),r=sh(e,o);for(let l of r.keys()){a.throwIfAborted();let c=Ue(e,l);if(!c)return!1;await Tl(e,c),a.throwIfAborted();let u=await oh(e,c);if(a.throwIfAborted(),!u)return!1;let p=yl(u),d=r.get(l);if(!d)return!1;for(let m of d){let h;if(Bt(m))h=u.slice(m.position.start.offset,m.position.end.offset);else if(Ut(m)){let v=fr(p,m.key);if(typeof v!="string")return!1;let x=bl(m);h=v.slice(x.startOffset,x.endOffset)}else return!0;if(h!==m.original)return!1}}return!0},operationName:g(a=>a.obsidianDevUtils.metadataCache.getBacklinksForFilePath,{filePath:we(e,t)}),retryOptions:n,shouldShowTimeoutNotice:n.shouldShowTimeoutNotice??!0}),r}s(tn,"getBacklinksForFileSafe");async function rr(e,t){let n=Ue(e,t);try{if(!n)return null;if(n.deleted)return e.metadataCache.getFileCache(n);await Tl(e,n);let i=e.metadataCache.fileCache[n.path];return i?.mtime===n.stat.mtime&&i.size===n.stat.size&&e.metadataCache.metadataCache[i.hash]||(await e.metadataCache.computeFileMetadataAsync(n),await Zw(e)),e.metadataCache.getFileCache(n)}catch(i){if(!n||n.deleted)return null;throw i}}s(rr,"getCacheSafe");function qw(e,t,n){let i=je(e,t,!0);if(!i.deleted)throw new Error("File is existing");e.metadataCache.fileCache[i.path]={hash:i.path,mtime:0,size:0},e.metadataCache.metadataCache[i.path]=n}s(qw,"registerFileCacheForNonExistingFile");function Jw(e,t){let n=Kw(e);for(let i of t)for(;i.deleted;){let r=n.get(i.path)??0;r++,n.set(i.path,r),e.vault.fileMap[i.path]=i,Me(i)&&e.metadataCache.uniqueFileLookup.add(i.name.toLowerCase(),i),i=Oi(e,Lt(i.path),!0)}}s(Jw,"registerFiles");function vo(e,t,n){try{return Jw(e,t),n()}finally{Hw(e,t)}}s(vo,"tempRegisterFilesAndRun");async function Gw(e,t,n){try{return Jw(e,t),await n()}finally{Hw(e,t)}}s(Gw,"tempRegisterFilesAndRunAsync");function Ww(e,t){let n=je(e,t,!0);if(!n.deleted)throw new Error("File is existing");delete e.metadataCache.fileCache[n.path],delete e.metadataCache.metadataCache[n.path]}s(Ww,"unregisterFileCacheForNonExistingFile");function Hw(e,t){let n=Kw(e);for(let i of t)for(;i.deleted;){let r=n.get(i.path)??1;r--,n.set(i.path,r),r===0&&(n.delete(i.path),delete e.vault.fileMap[i.path],Me(i)&&e.metadataCache.uniqueFileLookup.remove(i.name.toLowerCase(),i)),i=Oi(e,Lt(i.path),!0)}}s(Hw,"unregisterFiles");function Kw(e){return vt(e,"registeredFilesCounts",new Map).value}s(Kw,"getRegisteredFilesCounts");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();function Yw(e){return e.vault.getConfig("newLinkFormat")}s(Yw,"getNewLinkFormat");function lh(e){return!e.vault.getConfig("useMarkdownLinks")}s(lh,"shouldUseWikilinks");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var Qz="\\|",e_=/[\\\x00\x08\x0B\x0C\x0E-\x1F ]/g,t_=/[\\[\]<>_*~=`$]/g,Qw=/(?<!\\)\|/g,eC="|";var uh=(e=>(e.Markdown="Markdown",e.ObsidianSettingsDefault="ObsidianSettingsDefault",e.PreserveExisting="PreserveExisting",e.Wikilink="Wikilink",e))(uh||{});function n_(e){let t=An(e.app,e.link,e.oldSourcePathOrFile??e.newSourcePathOrFile);return t?ni({app:e.app,link:e.link,linkStyle:e.linkStyle,newSourcePathOrFile:e.newSourcePathOrFile,newTargetPathOrFile:t,oldSourcePathOrFile:e.oldSourcePathOrFile,shouldUpdateFileNameAlias:e.shouldUpdateFileNameAlias}):e.link.original}s(n_,"convertLink");async function ti(e,t,n,i={}){await Vw(e,t,async(r,a)=>{let o=await rr(e,t);r.throwIfAborted();let l=je(e,t),c=await e.vault.cachedRead(l);return r.throwIfAborted(),a!==c?null:await f_(o,er(e,t),n,r)},i)}s(ti,"editLinks");function ko(e){return qe(e,e_,({substring:t})=>encodeURIComponent(t))}s(ko,"encodeUrl");function r_(e){return qe(e,t_,"\\$&")}s(r_,"escapeAlias");function An(e,t,n,i=!1){let{linkPath:r}=tC(t.link),a=we(e,n),o=e.metadataCache.getFirstLinkpathDest(r,a);if(o)return o;if(!i)return null;if(r.startsWith("/"))return je(e,r,!0);let l=Re(Ie(a),`./${r}`);return l.startsWith("../")?null:je(e,l,!0)}s(An,"extractLinkFile");function ph(e){let{app:t}=e,n={isEmptyEmbedAliasAllowed:!0},i=v_(t).map(a=>a());e=Object.assign({},n,...i,e);let r=je(t,e.targetPathOrFile,e.isNonExistingFileAllowed);return vo(t,[r],()=>d_(e))}s(ph,"generateMarkdownLink");function ch(e){let t=e.isEmbed?"!":"";if(e.isWikilink){let l=e.alias?`|${e.alias}`:"";return`${t}[[${e.url}${l}]]`}let n=e.alias??"",r=e.shouldEscapeAlias??!1?r_(n):n,a=e.shouldUseAngleBrackets?`<${e.url}>`:ko(e.url),o=e.title?` ${JSON.stringify(e.title)}`:"";return`${t}[${r}](${a}${o})`}s(ch,"generateRawMarkdownLink");function Yi(e){let t=i_(e);return t[0]?.raw===e?t[0]:null}s(Yi,"parseLink");function i_(e){let t=new Set,n="![",i="@[",r="@",o=qe(e,/\[(?<LinkAlias>!\[.*?\]\(.+?\))\]\((?<Link>.+?)\)/g,(h,v,x)=>`[${r.repeat(v.length)}](${x})`),l=qe(o,n,h=>(t.add(h.offset),i)),u=ww().use(Zi).use(Pw,{aliasDivider:eC}).parse(l),p=[],d=[];uo(u,h=>{let v;switch(h.type){case"link":v=b_(h,e);break;case"wikiLink":v=x_(h,e);break;default:return}t.has(v.startOffset-1)&&(v.isEmbed=!0,v.startOffset--,v.raw=`!${v.raw}`),p.push(v)}),p.sort((h,v)=>h.startOffset-v.startOffset);let m=0;for(let h of p)Xw(e,m,h.startOffset-1,d),m=h.endOffset+1;return Xw(e,m,e.length-1,d),p.push(...d),p.sort((h,v)=>h.startOffset-v.startOffset),p}s(i_,"parseLinks");function a_(e){let{app:t,displayText:n,isWikilink:i,newSourcePathOrFile:r,oldSourcePathOrFile:a,oldTargetPath:o,targetPathOrFile:l}=e;if(i===!1)return!1;if(!n)return!0;let c=je(t,l,!0),u=we(t,r),p=we(t,a??r),d=Ie(u),m=Ie(p),h=new Set;for(let x of[c.path,o]){if(!x)continue;let A=we(t,x);h.add(A),h.add(Oe(A)),h.add(Mi(d,A)),h.add(Mi(m,A))}for(let x of[p,u])h.add(t.metadataCache.fileToLinktext(c,x,!1));let v=qe((0,Ki.normalizePath)($e(n.split(" > ")[0])),/^\.\//g,"").toLowerCase();for(let x of h){if(x.toLowerCase()===v)return!0;let A=Ie(x),k=Oe(x,et(x));if(Re(A,k).toLowerCase()===v)return!0}return!1}s(a_,"shouldResetAlias");function tC(e){let t=(0,Ki.parseLinktext)(Xa(e));return{linkPath:t.path,subpath:t.subpath}}s(tC,"splitSubpath");function dh(e){return Yi(e)?.hasAngleBrackets??!1}s(dh,"testAngleBrackets");function nC(e){return Yi(e)?.isEmbed??!1}s(nC,"testEmbed");function o_(e){return Yi(e)?.url.startsWith("./")??!1}s(o_,"testLeadingDot");function s_(e){return Yi(e)?.url.startsWith("/")??!1}s(s_,"testLeadingSlash");function mh(e){return Yi(e)?.isWikilink??!1}s(mh,"testWikilink");function l_(e){return qe(e,/(?<Backslashes>\\+)(?<SpecialCharacter>[!"#$%&'()*+,-./:;<=>?@[\\\]^_`{|}~])/g,(t,n,i)=>{let a=n.length,o=Math.floor(a/2);return"\\".repeat(o)+i})}s(l_,"unescapeAlias");function ni(e){let{app:t,link:n,linkStyle:i,newSourcePathOrFile:r,newTargetPathOrFile:a,oldSourcePathOrFile:o,oldTargetPathOrFile:l,shouldUpdateFileNameAlias:c}=e;if(!a)return n.original;let u=je(t,a,!0),p=we(t,o??r),d=we(t,l??a),m=aC(t,n.original,i),{subpath:h}=tC(n.link),v=!c;if(er(t,r)&&Iw(n))return u.path+h;let x=Yi(n.original),A;return m&&x?.alias&&(A=x.alias,v=!0),A??=a_({app:t,displayText:n.displayText,isWikilink:m,newSourcePathOrFile:r,oldSourcePathOrFile:o,oldTargetPath:d,targetPathOrFile:u})?void 0:x?.alias,v||(A===Oe(d,et(d))?A=u.basename:A===Oe(d)&&(A=u.name)),ph({alias:A,app:t,isSingleSubpathAllowed:p===d&&!!x?.alias,linkStyle:i,originalLink:n.original,sourcePathOrFile:r,subpath:h,targetPathOrFile:u})}s(ni,"updateLink");async function rC(e){let{app:t,linkStyle:n,newSourcePathOrFile:i,oldSourcePathOrFile:r,shouldUpdateEmbedOnlyLinks:a,shouldUpdateFileNameAlias:o}=e;er(t,i)&&!t.internalPlugins.getEnabledPluginById(It.Canvas)||await ti(t,i,l=>{let c=nC(l.original);if(!(a!==void 0&&a!==c))return n_({app:t,link:l,linkStyle:n,newSourcePathOrFile:i,oldSourcePathOrFile:r,shouldUpdateFileNameAlias:o})},e)}s(rC,"updateLinksInFile");function c_(e,t,n){if(t||n)return e;try{return decodeURIComponent(e)}catch(i){return console.error(`Failed to decode URL ${e}`,i),e}}s(c_,"decodeUrlSafely");function u_(e,t,n){return t<n?e.slice(t,n):void 0}s(u_,"extractAlias");function Xw(e,t,n,i){if(t>n)return;let r=e.slice(t,n+1);qe(r,/(?<Url>\S+)/g,(a,o)=>{Qm(o)&&i.push({encodedUrl:ko(o),endOffset:t+a.offset+o.length,hasAngleBrackets:!1,isEmbed:!1,isExternal:!0,isWikilink:!1,raw:o,startOffset:t+a.offset,url:o})})}s(Xw,"extractTextLinks");function p_(e,t,n,i,r){n==="/"&&(n="");let a;if(t.path===n&&i&&r.isSingleSubpathAllowed)a="";else switch(r.linkPathStyle){case"AbsolutePathInVault":a=t.path,r.shouldUseLeadingSlashForAbsolutePaths&&!a.startsWith("/")&&(a=`/${a}`);break;case"RelativePathToTheNote":a=Mi(Ie(n),t.path),r.shouldUseLeadingDotForRelativePaths&&!a.startsWith(".")&&(a=`./${a}`);break;case"ShortestPathWhenPossible":{let o=jn(e,t)?t.basename:t.name,l=e.metadataCache.getLinkpathDest(o,n);a=l.length===1&&l[0]===t?t.name:t.path;break}default:throw new Error(`Invalid link path style: ${r.linkPathStyle}.`)}return a=r.isWikilink?Dn(a,`.${Qa}`):a,a+=i,a}s(p_,"generateLinkText");function d_(e){let{app:t}=e,n=je(t,e.targetPathOrFile,e.isNonExistingFileAllowed),i=we(t,e.sourcePathOrFile),r=e.subpath??"",a=k_(e,n),o=p_(t,n,i,r,a);return a.isWikilink?h_(o,e.alias,a.isEmbed):m_(o,n,e,a)}s(d_,"generateMarkdownLinkImpl");function m_(e,t,n,i){let{app:r}=n,a=n.alias??"",o=n.shouldEscapeAlias??!1;return!a&&(jn(r,t)||!n.isEmptyEmbedAliasAllowed)&&(a=!n.shouldIncludeAttachmentExtensionToEmbedAlias||jn(r,t)?t.basename:t.name,o=!0),ch({alias:a,isEmbed:i.isEmbed,isWikilink:!1,shouldEscapeAlias:o,shouldUseAngleBrackets:i.shouldUseAngleBrackets,url:e})}s(m_,"generateMarkdownStyleLink");function h_(e,t,n){return t?.toLowerCase()===e.toLowerCase()?ch({isEmbed:n,isWikilink:!0,url:t}):ch({alias:t,isEmbed:n,isWikilink:!0,url:e})}s(h_,"generateWikiLink");async function f_(e,t,n,i){if(i??=ft(),i.throwIfAborted(),!e)return[];let r=[],a=(e.sections??[]).filter(o=>o.type==="table").map(o=>({end:o.position.end.offset,start:o.position.start.offset}));for(let o of en(e)){i.throwIfAborted();let l=await n(o,i);if(i.throwIfAborted(),l===void 0)continue;let c=xl(o,l);if(t)if(go(c))r.push(c);else{console.error("Unsupported file change",c);continue}else A_(c,a)&&(c.newContent=c.newContent.replaceAll(Qw,Qz)),r.push(c)}return r}s(f_,"getFileChanges");function g_(e,t){switch(t??"ObsidianSettingsDefault"){case"AbsolutePathInVault":return"AbsolutePathInVault";case"RelativePathToTheSource":return"RelativePathToTheNote";case"ShortestPathWhenPossible":return"ShortestPathWhenPossible";case"ObsidianSettingsDefault":{let n=Yw(e);switch(n){case"absolute":return"AbsolutePathInVault";case"relative":return"RelativePathToTheNote";case"shortest":return"ShortestPathWhenPossible";default:throw new Error(`Invalid link format: ${n}.`)}}default:throw new Error(`Invalid link path style: ${t}.`)}}s(g_,"getFinalLinkPathStyle");function v_(e){return vt(e,"generateMarkdownLinkDefaultOptionsFns",[]).value}s(v_,"getGenerateMarkdownLinkDefaultOptionsFns");function k_(e,t){let{app:n}=e;return{isEmbed:e.isEmbed??(e.originalLink?nC(e.originalLink):void 0)??(!(0,Ki.requireApiVersion)("1.10.0")&&!jn(n,t)),isSingleSubpathAllowed:e.isSingleSubpathAllowed??!0,isWikilink:aC(n,e.originalLink,e.linkStyle),linkPathStyle:g_(n,e.linkPathStyle),shouldUseAngleBrackets:e.shouldUseAngleBrackets??(e.originalLink?dh(e.originalLink):void 0)??!1,shouldUseLeadingDotForRelativePaths:e.shouldUseLeadingDotForRelativePaths??(e.originalLink?o_(e.originalLink):void 0)??!1,shouldUseLeadingSlashForAbsolutePaths:e.shouldUseLeadingSlashForAbsolutePaths??(e.originalLink?s_(e.originalLink):void 0)??!1}}s(k_,"getLinkConfig");function iC(e,t){let n=$e(e.position);return t.slice(n.start.offset,n.end.offset)}s(iC,"getRawLink");function y_(e,t){return e.startsWith("<")||t.startsWith("<")}s(y_,"hasAngleBracketsInLink");function b_(e,t){let r=iC(e,t),a=e.children[0]?.position?.start.offset??1,o=e.children.at(-1)?.position?.end.offset??1,l=$e(e.position),c=$e(l.end.offset),u=$e(l.start.offset),p=t.slice(o+2,c-1),d=y_(r,p),m=Qm(e.url),h=c_(e.url,m,d),v=u_(t,a,o);return{alias:v,encodedUrl:m?ko(h):void 0,endOffset:c,hasAngleBrackets:d,isEmbed:!1,isExternal:m,isWikilink:!1,raw:r,startOffset:u,title:e.title??void 0,unescapedAlias:v===void 0?void 0:l_(v),url:h}}s(b_,"parseLinkNode");function x_(e,t){let n=$e(e.position);return{alias:t.includes(eC)?e.data.alias:void 0,endOffset:$e(n.end.offset),isEmbed:!1,isExternal:!1,isWikilink:!0,raw:iC(e,t),startOffset:$e(n.start.offset),url:e.value}}s(x_,"parseWikilinkNode");function A_(e,t){return!ei(e)||!Qw.test(e.newContent)?!1:t.some(n=>n.start<=e.reference.position.start.offset&&e.reference.position.end.offset<=n.end)}s(A_,"shouldEscapeWikilinkDivider");function aC(e,t,n){switch(n??"PreserveExisting"){case"Markdown":return!1;case"ObsidianSettingsDefault":return lh(e);case"PreserveExisting":return t===void 0?lh(e):mh(t);case"Wikilink":return!0;default:throw new Error(`Invalid link style: ${n}.`)}}s(aC,"shouldUseWikilinkStyle");var mC=require("obsidian");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var U=(e=>(e.AlertModal="alert-modal",e.CancelButton="cancel-button",e.CheckboxComponent="checkbox-component",e.CodeHighlighterComponent="code-highlighter-component",e.ConfirmModal="confirm-modal",e.DateComponent="date-component",e.DateTimeComponent="datetime-component",e.EmailComponent="email-component",e.FileComponent="file-component",e.IsPlaceholder="is-placeholder",e.LibraryName="obsidian-dev-utils",e.MonthComponent="month-component",e.MultipleDropdownComponent="multiple-dropdown-component",e.MultipleEmailComponent="multiple-email-component",e.MultipleFileComponent="multiple-file-component",e.MultipleTextComponent="multiple-text-component",e.NumberComponent="number-component",e.OkButton="ok-button",e.OverlayValidator="overlay-validator",e.PasswordComponent="password-component",e.PluginSettingsTab="plugin-settings-tab",e.PromptModal="prompt-modal",e.SelectItemModal="select-item-modal",e.SettingComponentWrapper="setting-component-wrapper",e.TelephoneComponent="telephone-component",e.TextBox="text-box",e.TimeComponent="time-component",e.Tooltip="tooltip",e.TooltipArrow="tooltip-arrow",e.TooltipValidator="tooltip-validator",e.TriStateCheckboxComponent="tri-state-checkbox-component",e.TypedDropdownComponent="typed-dropdown-component",e.TypedMultipleDropdownComponent="typed-multiple-dropdown-component",e.UrlComponent="url-component",e.WeekComponent="week-component",e))(U||{});var dC=require("obsidian");var cC=gn(sC(),1);s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var lC=`${Is}-styles`;function ye(e,...t){e.addClass(U.LibraryName,Ds(),...t)}s(ye,"addPluginCssClasses");function uC(e){let t=e;t.DEBUG=o0()}s(uC,"initDebugController");function pC(e,t){i0(t),s0(t);let n=vt(e,"lastLibraryVersion","0.0.0");(0,cC.compareVersions)(Pd,n.value)<=0||(n.value=Pd,document.head.querySelector(`#${lC}`)?.remove(),document.head.createEl("style",{attr:{id:lC},text:n0}))}s(pC,"initPluginContext");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var Xi=class extends dC.Modal{static{s(this,"ModalBase")}constructor(t,n,i){super(t.app),this.resolve=n,ye(this.containerEl,i),t.cssClass&&this.containerEl.addClass(t.cssClass)}};async function zl(e){return await new Promise(t=>{e(t).open()})}s(zl,"showModal");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var hh=class extends Xi{static{s(this,"AlertModal")}params;constructor(t,n){super(t,n,U.AlertModal);let i={app:t.app,cssClass:"",message:t.message,okButtonText:On(r=>r.obsidianDevUtils.buttons.ok),title:""};this.params={...i,...t}}onClose(){super.onClose(),this.resolve()}onOpen(){super.onOpen(),this.titleEl.setText(this.params.title),this.contentEl.createEl("p",{text:this.params.message});let t=new mC.ButtonComponent(this.contentEl);t.setButtonText(this.params.okButtonText),t.setCta(),t.onClick(this.close.bind(this)),t.setClass(U.OkButton)}};async function hC(e){await zl(t=>new hh(e,t))}s(hC,"alert");function fC(e,t){let n=Object.keys(t).map(i=>w_(e,i,t[i]));return n.length===1?n[0]:function(){n.forEach(i=>i())}}s(fC,"around");function w_(e,t,n){let i=e[t],r=e.hasOwnProperty(t),a=r?i:function(){return Object.getPrototypeOf(e)[t].apply(this,arguments)},o=n(a);return i&&Object.setPrototypeOf(o,i),Object.setPrototypeOf(l,o),e[t]=l,c;function l(...u){return o===a&&e[t]===l&&c(),o.apply(this,u)}s(l,"wrapper");function c(){e[t]===l&&(r?e[t]=a:delete e[t]),o!==a&&(o=a,Object.setPrototypeOf(l,i||Function))}s(c,"remove")}s(w_,"around1");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();function gC(e,t){return fC(e,t)}s(gC,"around");async function fh(e,t,n){let i=gC(e,t);try{return await n()}finally{i()}}s(fh,"invokeWithPatchAsync");function Ln(e,t,n){let i=gC(t,n),r=!1;function a(){if(!r)try{i()}finally{r=!0}}return s(a,"uninstallerWrapper"),e.register(a),i}s(Ln,"registerPatch");var jl=require("obsidian");var vC=require("obsidian");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var _l=class extends vC.Component{static{s(this,"AsyncEventsComponent")}registerAsyncEvent(t){$l(this,t)}};function $l(e,t){e.register(()=>{t.asyncEvents.offref(t)})}s($l,"registerAsyncEvent");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();function C_(e){let t=new Set;return e.workspace.iterateAllLeaves(n=>{t.add(n.getContainer())}),Array.from(t)}s(C_,"getAllContainers");function kC(e){return C_(e).map(t=>t.win)}s(kC,"getAllDomWindows");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var Nl=class extends jl.Plugin{static{s(this,"PluginBase")}events=new Fn;get abortSignal(){if(!this._abortSignal)throw new Error("Abort signal not defined");return this._abortSignal}get settings(){return this.settingsManager.settingsWrapper.safeSettings}get settingsManager(){if(!this._settingsManager)throw new Error("Settings manager not defined");return this._settingsManager}get settingsTab(){if(!this._settingsTab)throw new Error("Settings tab not defined");return this._settingsTab}_abortSignal;_settingsManager=null;_settingsTab=null;lifecycleEventNames=new Set;notice;consoleDebug(t,...n){Di(this.manifest.id,1)(t,...n)}async onExternalSettingsChange(){await super.onExternalSettingsChange?.(),await this._settingsManager?.loadFromFile(!1)}async onload(){await super.onload(),await this.onloadImpl(),v0(this.afterLoad.bind(this))}onunload(){super.onunload(),xe(async()=>{try{await this.onunloadImpl()}finally{await this.triggerLifecycleEvent("unload")}})}registerDomWindowHandler(t){let n=window;t(n),this.app.workspace.onLayoutReady(()=>{for(let i of kC(this.app))i!==n&&t(i);this.registerEvent(this.app.workspace.on("window-open",i=>{t(i.win)}))})}registerForLifecycleEvent(t,n){xe(async()=>{await this.waitForLifecycleEvent(t),await n()})}registerPopupDocumentDomEvent(t,n,i){this.registerDomWindowHandler(r=>{this.registerDomEvent(r.document,t,n,i)})}registerPopupWindowDomEvent(t,n,i){this.registerDomWindowHandler(r=>{this.registerDomEvent(r,t,n,i)})}async waitForLifecycleEvent(t){this.lifecycleEventNames.has(t)||await new Promise(n=>{this.events.once(t,()=>{n()})})}createSettingsManager(){return null}createSettingsTab(){return null}createTranslationsMap(){return Hs}handleAsyncError(t){this.showNotice(g(n=>n.obsidianDevUtils.notices.unhandledError))}async onLayoutReady(){await Pn()}async onloadImpl(){pC(this.app,this.manifest.id),this.registerDomWindowHandler(n=>{uC(n)}),await am(this.createTranslationsMap()),this.register(t0(this.handleAsyncError.bind(this))),this._settingsManager=this.createSettingsManager(),this._settingsManager&&($l(this,this._settingsManager.on("loadSettings",this.onLoadSettings.bind(this))),$l(this,this._settingsManager.on("saveSettings",this.onSaveSettings.bind(this)))),await this._settingsManager?.loadFromFile(!0),this._settingsTab=this.createSettingsTab(),this._settingsTab&&this.addSettingTab(this._settingsTab);let t=new AbortController;this._abortSignal=t.signal,this.register(()=>{t.abort(new Ii(`Plugin ${this.manifest.id} had been unloaded`))})}async onLoadSettings(t,n){await Pn()}async onSaveSettings(t,n,i){await Pn()}async onunloadImpl(){await Pn()}showNotice(t){this.notice&&this.notice.hide(),this.notice=new jl.Notice(`${this.manifest.name}
|
|
${t}`)}async afterLoad(){this.abortSignal.aborted||(await this.triggerLifecycleEvent("load"),this.app.workspace.onLayoutReady(kt(this.onLayoutReadyBase.bind(this))))}async onLayoutReadyBase(){try{await this.onLayoutReady()}finally{await this.triggerLifecycleEvent("layoutReady")}}async triggerLifecycleEvent(t){this.lifecycleEventNames.add(t),await this.events.triggerAsync(t)}};var Ml=require("obsidian");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();async function yC(e,t,n,i){n.throwIfAborted();let r=Ce("Logger:invokeAsyncAndLog"),a=performance.now();i??=gt(1),In(r,i,`${e}:start`,{fn:t,timestampStart:a});try{await t(n);let o=performance.now(),l=Math.trunc(o-a);n.aborted&&(In(r,i,`${e}:aborted`,{abortReason:n.reason,duration:l,fn:t,timestampEnd:o,timestampStart:a}),n.throwIfAborted()),In(r,i,`${e}:end`,{duration:l,fn:t,timestampEnd:o,timestampStart:a})}catch(o){let l=performance.now();throw In(r,i,`${e}:error`,{duration:Math.trunc(l-a),error:o,fn:t,timestampEnd:l,timestampStart:a}),o}}s(yC,"invokeAsyncAndLog");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();function ri(e){let t=e.stackTrace??gt(1);xe(()=>S_(e),t)}s(ri,"addToQueue");async function S_(e){let t=e.abortSignal??ft();t.throwIfAborted();let i=e.timeoutInMilliseconds??6e4,r=e.stackTrace??gt(1),a=e.operationName??"",o=bC(e.app).value;o.items.push({abortSignal:t,operationFn:e.operationFn,operationName:a,shouldShowTimeoutNotice:e.shouldShowTimeoutNotice??!0,stackTrace:r,timeoutInMilliseconds:i}),o.promise=o.promise.then(()=>xC(e.app)),await o.promise}s(S_,"addToQueueAndWait");function bC(e){return vt(e,"queue",{items:[],promise:Promise.resolve()})}s(bC,"getQueue");async function xC(e){let t=bC(e).value,n=t.items[0];n&&(await Nd(()=>_w({context:{queuedFn:n.operationFn},async operationFn(i){await yC(n.operationName||xC.name,n.operationFn,vn(i,n.abortSignal),n.stackTrace)},operationName:n.operationName,shouldShowTimeoutNotice:n.shouldShowTimeoutNotice,stackTrace:n.stackTrace,timeoutInMilliseconds:n.timeoutInMilliseconds})),t.items.shift())}s(xC,"processNextQueueItem");var AC=require("obsidian");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();async function Qi(e,t,n,i,r){let a=Xt(e,t);if(!a)return!1;let o=Me(a)||(r??!0);if(Me(a)){let l=await tn(e,a);n&&l.clear(n),l.count()!==0&&(i&&new AC.Notice(g(c=>c.obsidianDevUtils.notices.attachmentIsStillUsed,{attachmentPath:a.path})),o=!1)}else if(Vt(a)){let l=await ah(e,a);for(let c of[...l.files,...l.folders])o&&=await Qi(e,c,n,i);o&&=await Sl(e,a)}if(o)try{await nr(e,a)}catch(l){bn(new Error(`Failed to delete ${a.path}`,{cause:l})),o=!1}return o}s(Qi,"deleteIfNotUsed");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var Jt=(e=>(e.Delete="Delete",e.DeleteWithEmptyParents="DeleteWithEmptyParents",e.Keep="Keep",e))(Jt||{}),gh=class{static{s(this,"DeleteHandler")}constructor(t,n,i,r,a){this.app=t,this.file=n,this.abortSignal=i,this.settingsManager=r,this.deletedMetadataCacheMap=a}async handle(){if(this.abortSignal.throwIfAborted(),Ce("RenameDeleteHandler:handleDelete")(`Handle Delete ${this.file.path}`),!Dt(this.app,this.file))return;let t=this.settingsManager.getSettings();if(t.isPathIgnored?.(this.file.path)){Ce("RenameDeleteHandler:handleDelete")(`Skipping delete handler of ${this.file.path} as the path is ignored.`);return}let n=new Set([Ie(this.file.path)]);if(t.shouldHandleDeletions){let a=this.deletedMetadataCacheMap.get(this.file.path);if(this.deletedMetadataCacheMap.delete(this.file.path),a){let o=en(a);for(let l of o){let c=An(this.app,l,this.file.path);c&&(this.settingsManager.isNoteEx(c.path)||(n.add(c.parent?.path??""),await Qi(this.app,c,this.file.path,!1,t.emptyFolderBehavior!=="Keep"),this.abortSignal.throwIfAborted()))}}}if(n.delete(""),await CC(this.app,this.settingsManager.getSettings(),Array.from(n)),this.abortSignal.throwIfAborted(),!t.shouldHandleDeletions)return;let i=await Ri(this.app,this.file.path,gr.DeleteNote),r=Nn(this.app,i);r&&await qd(this.app,this.file.path,gr.DeleteNote)&&(this.abortSignal.throwIfAborted(),await Qi(this.app,r,this.file.path,!1,t.emptyFolderBehavior!=="Keep"),this.abortSignal.throwIfAborted())}},vh=class{static{s(this,"HandledRenames")}map=new Map;add(t,n){this.map.set(this.keyToString(t,n),{newPath:n,oldPath:t})}delete(t,n){this.map.delete(this.keyToString(t,n))}has(t,n){return this.map.has(this.keyToString(t,n))}keys(){return this.map.values()}keyToString(t,n){return`${t} -> ${n}`}},kh=class{static{s(this,"MetadataDeletedHandler")}constructor(t,n,i,r,a){this.app=t,this.file=n,this.prevCache=i,this.settingsManager=r,this.deletedMetadataCacheMap=a}handle(){let t=this.settingsManager.getSettings();if(t.shouldHandleDeletions){if(t.isPathIgnored?.(this.file.path)){Ce("RenameDeleteHandler:handleMetadataDeleted")(`Skipping metadata delete handler of ${this.file.path} as the path is ignored.`);return}jn(this.app,this.file)&&this.prevCache&&this.deletedMetadataCacheMap.set(this.file.path,this.prevCache)}}},yh=class{static{s(this,"Registry")}constructor(t,n,i){this.plugin=t,this.settingsBuilder=n,this.settingsManager=i,this.app=t.app,this.pluginId=t.manifest.id,this.abortSignal=t.abortSignal??ft()}abortSignal;app;deletedMetadataCacheMap=new Map;handledRenames=new vh;interruptedRenamesMap=new Map;pluginId;register(){let t=this.settingsManager.renameDeleteHandlersMap;t.set(this.pluginId,this.settingsBuilder),this.logRegisteredHandlers(),this.plugin.register(()=>{t.delete(this.pluginId),this.logRegisteredHandlers()}),this.plugin.registerEvent(this.app.vault.on("delete",this.handleDelete.bind(this))),this.plugin.registerEvent(this.app.vault.on("rename",this.handleRename.bind(this))),this.plugin.registerEvent(this.app.metadataCache.on("deleted",this.handleMetadataDeleted.bind(this))),Ln(this.plugin,this.app.fileManager,{runAsyncLinkUpdate:s(n=>Object.assign(i=>this.runAsyncLinkUpdate(n,i),{renameDeleteHandlerPatched:!0}),"runAsyncLinkUpdate")})}handleDelete(t){this.shouldInvokeHandler()&&ri({app:this.app,operationFn:s(n=>new gh(this.app,t,n,this.settingsManager,this.deletedMetadataCacheMap).handle(),"operationFn"),operationName:On(n=>n.obsidianDevUtils.renameDeleteHandler.handleDelete,{filePath:t.path})})}handleMetadataDeleted(t,n){this.shouldInvokeHandler()&&new kh(this.app,t,n,this.settingsManager,this.deletedMetadataCacheMap).handle()}handleRename(t,n){if(!this.shouldInvokeHandler()||!Me(t))return;let i=t.path;if(Ce("RenameDeleteHandler:handleRename")(`Handle Rename ${n} -> ${i}`),this.handledRenames.has(n,i)){this.handledRenames.delete(n,i);return}let r=this.settingsManager.getSettings();if(!r.shouldHandleRenames)return;if(r.isPathIgnored?.(n)){Ce("RenameDeleteHandler:handleRename")(`Skipping rename handler of old path ${n} as the path is ignored.`);return}if(r.isPathIgnored?.(i)){Ce("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),o=sh(this.app,n).data;ri({abortSignal:this.abortSignal,app:this.app,operationFn:s(l=>new xh({abortSignal:l,app:this.app,handledRenames:this.handledRenames,interruptedRenamesMap:this.interruptedRenamesMap,newPath:i,oldCache:a,oldPath:n,oldPathBacklinksMap:o,settingsManager:this.settingsManager}).handle(),"operationFn"),operationName:On(l=>l.obsidianDevUtils.renameDeleteHandler.handleRename,{newPath:i,oldPath:n})})}logRegisteredHandlers(){let t=this.settingsManager.renameDeleteHandlersMap;Ce("RenameDeleteHandler:logRegisteredHandlers")(`Plugins with registered rename/delete handlers: ${JSON.stringify(Array.from(t.keys()))}`)}async runAsyncLinkUpdate(t,n){if(t.renameDeleteHandlerPatched){await t.call(this.app.fileManager,n);return}await t.call(this.app.fileManager,i=>this.wrapLinkUpdatesHandler(i,n))}shouldInvokeHandler(){let t=this.plugin.manifest.id,n=this.settingsManager.renameDeleteHandlersMap;return Array.from(n.keys())[0]===t}async wrapLinkUpdatesHandler(t,n){let i=!1,r=this.app.vault.on("rename",()=>{i=!0});try{await n(t)}finally{this.app.vault.offref(r)}let a=this.settingsManager.getSettings();!i||!a.shouldHandleRenames||Ga(t,o=>a.isPathIgnored?.(o.sourceFile.path)?(Ce("RenameDeleteHandler:runAsyncLinkUpdate")(`Roll back to default link update of source file ${o.sourceFile.path} as the path is ignored.`),!0):a.isPathIgnored?.(o.resolvedFile.path)?(Ce("RenameDeleteHandler:runAsyncLinkUpdate")(`Roll back to default link update of resolved file ${o.resolvedFile.path} as the path is ignored.`),!0):!this.app.internalPlugins.getEnabledPluginById(It.Canvas)||this.app.plugins.getPlugin("backlink-cache")?!1:o.sourceFile.extension===Rs||o.resolvedFile.extension===Rs)}},bh=class{static{s(this,"SettingsManager")}constructor(t){this.app=t,this.renameDeleteHandlersMap=vt(t,"renameDeleteHandlersMap",new Map).value}renameDeleteHandlersMap;getSettings(){let t=Array.from(this.renameDeleteHandlersMap.values()).reverse(),n={};n.isNote=i=>Dt(this.app,i),n.isPathIgnored=()=>!1;for(let i of t){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;let a=n.isPathIgnored;n.isPathIgnored=l=>a(l)||(r.isPathIgnored?.(l)??!1);let o=n.isNote;n.isNote=l=>o(l)&&(r.isNote?.(l)??!0)}return n.emptyFolderBehavior??="Keep",n}isNoteEx(t){return this.getSettings().isNote?.(t)??!1}},xh=class e{static{s(this,"RenameHandler")}abortSignal;app;handledRenames;interruptedCombinedBacklinksMap;interruptedRenamesMap;newPath;oldCache;oldPath;oldPathBacklinksMap;oldPathLinks;settingsManager;constructor(t){this.app=t.app,this.oldPath=t.oldPath,this.newPath=t.newPath,this.oldPathBacklinksMap=t.oldPathBacklinksMap,this.oldCache=t.oldCache,this.abortSignal=t.abortSignal,this.settingsManager=t.settingsManager,this.interruptedRenamesMap=t.interruptedRenamesMap,this.oldPathLinks=this.oldCache?en(this.oldCache):[],this.handledRenames=t.handledRenames,this.interruptedCombinedBacklinksMap=t.interruptedCombinedBacklinksMap??new Map}async handle(){if(this.oldPath===this.newPath||(this.abortSignal.throwIfAborted(),await this.continueInterruptedRenames(),this.abortSignal.throwIfAborted(),await this.refreshLinks(),this.abortSignal.throwIfAborted(),await this.handleCaseCollision()))return;this.abortSignal.throwIfAborted();let t=vt(this.app,"renamedFilePaths",new Set).value,n=vt(this.app,"renamedLinkPaths",new Set).value;try{let i=new Ah({abortSignal:this.abortSignal,app:this.app,newPath:this.newPath,oldCache:this.oldCache,oldPath:this.oldPath,settingsManager:this.settingsManager});await i.fill(),this.abortSignal.throwIfAborted();let r=new Map;i.initOriginalLinksMap(r),i.initBacklinksMap(this.oldPathBacklinksMap,r,this.oldPath);for(let l of i.keys()){if(l===this.oldPath)continue;let c=(await tn(this.app,l)).data;this.abortSignal.throwIfAborted(),i.initBacklinksMap(c,r,l)}let a=new Set;for(let[l,c]of i.entries()){if(l!==this.oldPath){let u=await this.renameHandled(l,c);this.abortSignal.throwIfAborted(),i.set(l,u)}this.settingsManager.isNoteEx(l)||a.add(Ie(l))}await CC(this.app,this.settingsManager.getSettings(),Array.from(a)),this.abortSignal.throwIfAborted();let o=this.settingsManager.getSettings();for(let[l,c]of Array.from(r.entries()).concat(Array.from(this.interruptedCombinedBacklinksMap.entries()))){let u=0;await ti(this.app,l,p=>{u++;let d=c.get(Zr(p));if(!d)return;let m=i.get(d)??d;return t.add(l),n.add(`${l}//${String(u)}`),ni({app:this.app,link:p,newSourcePathOrFile:l,newTargetPathOrFile:m,oldTargetPathOrFile:d,shouldUpdateFileNameAlias:o.shouldUpdateFileNameAliases})},{shouldFailOnMissingFile:!1}),this.abortSignal.throwIfAborted()}if(Dt(this.app,this.newPath)&&(await rC({app:this.app,newSourcePathOrFile:this.newPath,oldSourcePathOrFile:this.oldPath,shouldFailOnMissingFile:!1,shouldUpdateFileNameAlias:o.shouldUpdateFileNameAliases}),this.abortSignal.throwIfAborted()),!Ue(this.app,this.newPath)){let l=this.interruptedRenamesMap.get(this.newPath);l||(l=[],this.interruptedRenamesMap.set(this.newPath,l)),l.push({combinedBacklinksMap:r,oldPath:this.oldPath})}}finally{let i=Array.from(this.handledRenames.keys());ri({abortSignal:this.abortSignal,app:this.app,operationFn:s(()=>{for(let r of i)this.handledRenames.delete(r.oldPath,r.newPath);n.size!==0&&(new Ml.Notice(On(r=>r.obsidianDevUtils.renameDeleteHandler.updatedLinks,{filesCount:t.size,linksCount:n.size})),t.clear(),n.clear())},"operationFn"),operationName:On(r=>r.obsidianDevUtils.renameDeleteHandler.handleOrphanedRenames)})}}async continueInterruptedRenames(){let t=this.interruptedRenamesMap.get(this.oldPath);if(t){this.interruptedRenamesMap.delete(this.oldPath);for(let n of t)await new e({abortSignal:this.abortSignal,app:this.app,handledRenames:this.handledRenames,interruptedCombinedBacklinksMap:n.combinedBacklinksMap,interruptedRenamesMap:this.interruptedRenamesMap,newPath:this.newPath,oldCache:this.oldCache,oldPath:n.oldPath,oldPathBacklinksMap:this.oldPathBacklinksMap,settingsManager:this.settingsManager}).handle()}}async handleCaseCollision(){if(!this.app.vault.adapter.insensitive||this.oldPath.toLowerCase()!==this.newPath.toLowerCase())return!1;let t=Re(Ie(this.newPath),`__temp__${Oe(this.newPath)}`);return await this.renameHandled(this.newPath,t),await new e({abortSignal:this.abortSignal,app:this.app,handledRenames:this.handledRenames,interruptedRenamesMap:this.interruptedRenamesMap,newPath:t,oldCache:this.oldCache,oldPath:this.oldPath,oldPathBacklinksMap:this.oldPathBacklinksMap,settingsManager:this.settingsManager}).handle(),await this.app.fileManager.renameFile(je(this.app,t),this.newPath),!0}async refreshLinks(){let t=this.app.metadataCache.getCache(this.oldPath)??this.app.metadataCache.getCache(this.newPath),n=t?en(t):[],i=je(this.app,this.oldPath,!0),r=new Map;await vo(this.app,[i],async()=>{r=(await tn(this.app,i)).data});for(let a of n)this.oldPathLinks.includes(a)||this.oldPathLinks.push(a);for(let[a,o]of r.entries()){let l=this.oldPathBacklinksMap.get(a);l||(l=[],this.oldPathBacklinksMap.set(a,l));for(let c of o)l.includes(c)||l.push(c)}}async renameHandled(t,n){return n=ih(this.app,t,n),t===n||(this.handledRenames.add(t,n),n=await El(this.app,t,n)),n}},Ah=class{static{s(this,"RenameMap")}abortSignal;app;map=new Map;newPath;oldCache;oldPath;oldPathLinks;settingsManager;constructor(t){this.abortSignal=t.abortSignal,this.app=t.app,this.settingsManager=t.settingsManager,this.oldCache=t.oldCache,this.oldPath=t.oldPath,this.newPath=t.newPath,this.oldPathLinks=this.oldCache?en(this.oldCache):[]}entries(){return this.map.entries()}async fill(){if(this.abortSignal.throwIfAborted(),this.map.set(this.oldPath,this.newPath),!Dt(this.app,this.oldPath))return;let t=this.settingsManager.getSettings(),n=je(this.app,this.oldPath,!0),i="";await Gw(this.app,[n],async()=>{let c=this.oldCache&&n.deleted;c&&qw(this.app,n,this.oldCache);try{i=await Ri(this.app,this.oldPath,gr.RenameNote)}finally{c&&Ww(this.app,n)}});let r=t.shouldRenameAttachmentFolder?await Ri(this.app,this.newPath,gr.RenameNote):i,a=i==="/",o=Nn(this.app,i);if(!o||i===r&&!t.shouldRenameAttachmentFiles)return;let l=[];if(await qd(this.app,this.oldPath,gr.RenameNote))Ml.Vault.recurseChildren(o,c=>{this.abortSignal.throwIfAborted(),Me(c)&&l.push(c)});else for(let c of this.oldPathLinks){this.abortSignal.throwIfAborted();let u=An(this.app,c,this.oldPath);if(u&&(a||u.path.startsWith(i))){let p=await tn(this.app,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(t.shouldRenameAttachmentFiles)u=await Vd({app:this.app,context:gr.RenameNote,notePathOrFile:this.newPath,oldAttachmentPathOrFile:c,oldNotePathOrFile:this.oldPath,shouldSkipDuplicateCheck:!0}),this.abortSignal.throwIfAborted();else{let p=a?c.path:Mi(i,c.path),d=Re(r,Ie(p));u=Re(d,c.name)}if(c.path!==u){if(t.shouldDeleteConflictingAttachments){let p=Ue(this.app,u);p&&(Ce("RenameDeleteHandler:fillRenameMap")(`Removing conflicting attachment ${p.path}.`),await nr(this.app,p),this.abortSignal.throwIfAborted())}else{let p=Ie(u),d=et(u),m=Oe(u,d);u=this.app.vault.getAvailablePath(Re(p,m),d.slice(1))}this.map.set(c.path,u)}}}get(t){return this.map.get(t)}initBacklinksMap(t,n,i){for(let[r,a]of t.entries()){let o=this.map.get(r)??r,l=n.get(o)??new Map;n.set(o,l);for(let c of a)l.set(Zr(c),i)}}initOriginalLinksMap(t){for(let n of this.oldPathLinks){let i=An(this.app,n,this.oldPath);if(!i)continue;let r=new Map;r.set(this.newPath,[n]),this.initBacklinksMap(r,t,i.path)}}keys(){return this.map.keys()}set(t,n){this.map.set(t,n)}};function wC(e,t){new yh(e,t,new bh(e.app)).register()}s(wC,"registerRenameDeleteHandlers");async function CC(e,t,n){if(t.emptyFolderBehavior!=="Keep")for(let i of n)switch(t.emptyFolderBehavior){case"Delete":await rh(e,i);break;case"DeleteWithEmptyParents":await Rw(e,i);break;default:break}}s(CC,"cleanupParentFolders");var _x=gn(Uh(),1);var bi=require("obsidian");var m1=require("obsidian");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();async function Kl(e){let n={...{abortSignal:ft(),buildNoticeMessage(){throw new Error("buildNoticeMessage is required")},items:[],noticeBeforeShownTimeoutInMilliseconds:500,noticeMinTimeoutInMilliseconds:2e3,processItem:Ht,progressBarTitle:"",shouldContinueOnError:!0,shouldShowNotice:!0,shouldShowProgressBar:!0,uiUpdateThresholdInMilliseconds:100},...e},i=gt(1),r=n.items,a=0,o=null,l=!1;xe(()=>d());let c=sleep(n.noticeMinTimeoutInMilliseconds),u=createEl("progress");ye(u,"loop"),u.max=r.length;let p=performance.now();for(let m of r){if(n.abortSignal.aborted){o?.hide();return}a++;let h=`# ${String(a)} / ${String(r.length)}`,v=n.buildNoticeMessage(m,h);n.shouldShowProgressBar||o?.setMessage(v),Ce("Loop")(v);try{performance.now()-p>n.uiUpdateThresholdInMilliseconds&&(await Ns(),p=performance.now()),await n.processItem(m)}catch(x){if(console.error("Error processing item",m),!n.shouldContinueOnError)throw o?.hide(),new yn("loop failed",i,x);Ps(new yn(Ts,i,x))}u.value++}o&&await c,o?.hide(),l=!0;async function d(){if(!n.shouldShowNotice||(await sleep(n.noticeBeforeShownTimeoutInMilliseconds),l)||(o=new m1.Notice("",0),!n.shouldShowProgressBar))return;let m=createFragment();m.createDiv({text:n.progressBarTitle}),m.appendChild(u),o.setMessage(m)}s(d,"showNotice")}s(Kl,"loop");var Vh=require("obsidian");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var Zh=class extends Xi{static{s(this,"ConfirmModal")}isConfirmed=!1;params;constructor(t,n){super(t,n,U.ConfirmModal);let i={app:t.app,cancelButtonText:g(r=>r.obsidianDevUtils.buttons.cancel),cssClass:"",message:t.message,okButtonText:g(r=>r.obsidianDevUtils.buttons.ok),title:""};this.params={...i,...t}}onClose(){super.onClose(),this.resolve(this.isConfirmed)}onOpen(){super.onOpen(),this.titleEl.setText(this.params.title),this.contentEl.createEl("p",{text:this.params.message});let t=new Vh.ButtonComponent(this.contentEl);t.setButtonText(this.params.okButtonText),t.setCta(),t.onClick(()=>{this.isConfirmed=!0,this.close()}),t.setClass(U.OkButton);let n=new Vh.ButtonComponent(this.contentEl);n.setButtonText(this.params.cancelButtonText),n.onClick(this.close.bind(this)),n.setClass(U.CancelButton)}};async function Yl(e){return await zl(t=>new Zh(e,t))}s(Yl,"confirm");var fs=require("obsidian");var SR=gn(require("obsidian"),1);var h1=require("obsidian");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();function f1(e){return e.validationMessage!==void 0}s(f1,"isValidationMessageHolder");var xj=/[*\\/<>:|?"]/g,Aj=/[\0/]/g;function Xl(e){return e??=h1.Platform.isWin,e?xj:Aj}s(Xl,"getOsUnsafePathCharsRegExp");var wj=[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],x1=[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],Cj="\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",A1="\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",qh={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"},Jh="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",Sj={5:Jh,"5module":Jh+" export import",6:Jh+" const class extends export import super"},w1=/^in(stanceof)?$/,Ej=new RegExp("["+A1+"]"),Tj=new RegExp("["+A1+Cj+"]");function Wh(e,t){for(var n=65536,i=0;i<t.length;i+=2){if(n+=t[i],n>e)return!1;if(n+=t[i+1],n>=e)return!0}return!1}s(Wh,"isInAstralSet");function Un(e,t){return e<65?e===36:e<91?!0:e<97?e===95:e<123?!0:e<=65535?e>=170&&Ej.test(String.fromCharCode(e)):t===!1?!1:Wh(e,x1)}s(Un,"isIdentifierStart");function Ar(e,t){return e<48?e===36:e<58?!0:e<65?!1:e<91?!0:e<97?e===95:e<123?!0:e<=65535?e>=170&&Tj.test(String.fromCharCode(e)):t===!1?!1:Wh(e,x1)||Wh(e,wj)}s(Ar,"isIdentifierChar");var ve=s(function(t,n){n===void 0&&(n={}),this.label=t,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 an(e,t){return new ve(e,{beforeExpr:!0,binop:t})}s(an,"binop");var on={beforeExpr:!0},_t={startsExpr:!0},Xh={};function fe(e,t){return t===void 0&&(t={}),t.keyword=e,Xh[e]=new ve(e,t)}s(fe,"kw");var f={num:new ve("num",_t),regexp:new ve("regexp",_t),string:new ve("string",_t),name:new ve("name",_t),privateId:new ve("privateId",_t),eof:new ve("eof"),bracketL:new ve("[",{beforeExpr:!0,startsExpr:!0}),bracketR:new ve("]"),braceL:new ve("{",{beforeExpr:!0,startsExpr:!0}),braceR:new ve("}"),parenL:new ve("(",{beforeExpr:!0,startsExpr:!0}),parenR:new ve(")"),comma:new ve(",",on),semi:new ve(";",on),colon:new ve(":",on),dot:new ve("."),question:new ve("?",on),questionDot:new ve("?."),arrow:new ve("=>",on),template:new ve("template"),invalidTemplate:new ve("invalidTemplate"),ellipsis:new ve("...",on),backQuote:new ve("`",_t),dollarBraceL:new ve("${",{beforeExpr:!0,startsExpr:!0}),eq:new ve("=",{beforeExpr:!0,isAssign:!0}),assign:new ve("_=",{beforeExpr:!0,isAssign:!0}),incDec:new ve("++/--",{prefix:!0,postfix:!0,startsExpr:!0}),prefix:new ve("!/~",{beforeExpr:!0,prefix:!0,startsExpr:!0}),logicalOR:an("||",1),logicalAND:an("&&",2),bitwiseOR:an("|",3),bitwiseXOR:an("^",4),bitwiseAND:an("&",5),equality:an("==/!=/===/!==",6),relational:an("</>/<=/>=",7),bitShift:an("<</>>/>>>",8),plusMin:new ve("+/-",{beforeExpr:!0,binop:9,prefix:!0,startsExpr:!0}),modulo:an("%",10),star:an("*",10),slash:an("/",10),starstar:new ve("**",{beforeExpr:!0}),coalesce:an("??",1),_break:fe("break"),_case:fe("case",on),_catch:fe("catch"),_continue:fe("continue"),_debugger:fe("debugger"),_default:fe("default",on),_do:fe("do",{isLoop:!0,beforeExpr:!0}),_else:fe("else",on),_finally:fe("finally"),_for:fe("for",{isLoop:!0}),_function:fe("function",_t),_if:fe("if"),_return:fe("return",on),_switch:fe("switch"),_throw:fe("throw",on),_try:fe("try"),_var:fe("var"),_const:fe("const"),_while:fe("while",{isLoop:!0}),_with:fe("with"),_new:fe("new",{beforeExpr:!0,startsExpr:!0}),_this:fe("this",_t),_super:fe("super",_t),_class:fe("class",_t),_extends:fe("extends",on),_export:fe("export"),_import:fe("import",_t),_null:fe("null",_t),_true:fe("true",_t),_false:fe("false",_t),_in:fe("in",{beforeExpr:!0,binop:7}),_instanceof:fe("instanceof",{beforeExpr:!0,binop:7}),_typeof:fe("typeof",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_void:fe("void",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_delete:fe("delete",{beforeExpr:!0,prefix:!0,startsExpr:!0})},$t=/\r\n?|\n|\u2028|\u2029/,Pj=new RegExp($t.source,"g");function ta(e){return e===10||e===13||e===8232||e===8233}s(ta,"isNewLine");function C1(e,t,n){n===void 0&&(n=e.length);for(var i=t;i<n;i++){var r=e.charCodeAt(i);if(ta(r))return i<n-1&&r===13&&e.charCodeAt(i+1)===10?i+2:i+1}return-1}s(C1,"nextLineBreak");var S1=/[\u1680\u2000-\u200a\u202f\u205f\u3000\ufeff]/,ut=/(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g,E1=Object.prototype,Fj=E1.hasOwnProperty,Ij=E1.toString,na=Object.hasOwn||(function(e,t){return Fj.call(e,t)}),g1=Array.isArray||(function(e){return Ij.call(e)==="[object Array]"}),v1=Object.create(null);function xr(e){return v1[e]||(v1[e]=new RegExp("^(?:"+e.replace(/ /g,"|")+")$"))}s(xr,"wordsRegexp");function ir(e){return e<=65535?String.fromCharCode(e):(e-=65536,String.fromCharCode((e>>10)+55296,(e&1023)+56320))}s(ir,"codePointToString");var Dj=/(?:[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])/,To=s(function(t,n){this.line=t,this.column=n},"Position");To.prototype.offset=s(function(t){return new To(this.line,this.column+t)},"offset");var ic=s(function(t,n,i){this.start=n,this.end=i,t.sourceFile!==null&&(this.source=t.sourceFile)},"SourceLocation");function T1(e,t){for(var n=1,i=0;;){var r=C1(e,i,t);if(r<0)return new To(n,t-i);++n,i=r}}s(T1,"getLineInfo");var Hh={ecmaVersion:null,sourceType:"script",onInsertedSemicolon:null,onTrailingComma:null,allowReserved:null,allowReturnOutsideFunction:!1,allowImportExportEverywhere:!1,allowAwaitOutsideFunction:null,allowSuperOutsideMethod:null,allowHashBang:!1,checkPrivateFields:!0,locations:!1,onToken:null,onComment:null,ranges:!1,program:null,sourceFile:null,directSourceFile:null,preserveParens:!1},k1=!1;function zj(e){var t={};for(var n in Hh)t[n]=e&&na(e,n)?e[n]:Hh[n];if(t.ecmaVersion==="latest"?t.ecmaVersion=1e8:t.ecmaVersion==null?(!k1&&typeof console=="object"&&console.warn&&(k1=!0,console.warn(`Since Acorn 8.0.0, options.ecmaVersion is required.
|
|
Defaulting to 2020, but this will stop working in the future.`)),t.ecmaVersion=11):t.ecmaVersion>=2015&&(t.ecmaVersion-=2009),t.allowReserved==null&&(t.allowReserved=t.ecmaVersion<5),(!e||e.allowHashBang==null)&&(t.allowHashBang=t.ecmaVersion>=14),g1(t.onToken)){var i=t.onToken;t.onToken=function(r){return i.push(r)}}if(g1(t.onComment)&&(t.onComment=_j(t,t.onComment)),t.sourceType==="commonjs"&&t.allowAwaitOutsideFunction)throw new Error("Cannot use allowAwaitOutsideFunction with sourceType: commonjs");return t}s(zj,"getOptions");function _j(e,t){return function(n,i,r,a,o,l){var c={type:n?"Block":"Line",value:i,start:r,end:a};e.locations&&(c.loc=new ic(this,o,l)),e.ranges&&(c.range=[r,a]),t.push(c)}}s(_j,"pushComment");var ai=1,oi=2,Qh=4,P1=8,ef=16,F1=32,ac=64,I1=128,si=256,Po=512,D1=1024,oc=ai|oi|si;function tf(e,t){return oi|(e?Qh:0)|(t?P1:0)}s(tf,"functionFlags");var ec=0,nf=1,or=2,z1=3,_1=4,$1=5,Ve=s(function(t,n,i){this.options=t=zj(t),this.sourceFile=t.sourceFile,this.keywords=xr(Sj[t.ecmaVersion>=6?6:t.sourceType==="module"?"5module":5]);var r="";t.allowReserved!==!0&&(r=qh[t.ecmaVersion>=6?6:t.ecmaVersion===5?5:3],t.sourceType==="module"&&(r+=" await")),this.reservedWords=xr(r);var a=(r?r+" ":"")+qh.strict;this.reservedWordsStrict=xr(a),this.reservedWordsStrictBind=xr(a+" "+qh.strictBind),this.input=String(n),this.containsEsc=!1,i?(this.pos=i,this.lineStart=this.input.lastIndexOf(`
|
|
`,i-1)+1,this.curLine=this.input.slice(0,this.lineStart).split($t).length):(this.pos=this.lineStart=0,this.curLine=1),this.type=f.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=t.sourceType==="module",this.strict=this.inModule||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&&t.allowHashBang&&this.input.slice(0,2)==="#!"&&this.skipLineComment(2),this.scopeStack=[],this.enterScope(this.options.sourceType==="commonjs"?oi:ai),this.regexpState=null,this.privateNameStack=[]},"Parser"),ln={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}};Ve.prototype.parse=s(function(){var t=this.options.program||this.startNode();return this.nextToken(),this.parseTopLevel(t)},"parse");ln.inFunction.get=function(){return(this.currentVarScope().flags&oi)>0};ln.inGenerator.get=function(){return(this.currentVarScope().flags&P1)>0};ln.inAsync.get=function(){return(this.currentVarScope().flags&Qh)>0};ln.canAwait.get=function(){for(var e=this.scopeStack.length-1;e>=0;e--){var t=this.scopeStack[e],n=t.flags;if(n&(si|Po))return!1;if(n&oi)return(n&Qh)>0}return this.inModule&&this.options.ecmaVersion>=13||this.options.allowAwaitOutsideFunction};ln.allowReturn.get=function(){return!!(this.inFunction||this.options.allowReturnOutsideFunction&&this.currentVarScope().flags&ai)};ln.allowSuper.get=function(){var e=this.currentThisScope(),t=e.flags;return(t&ac)>0||this.options.allowSuperOutsideMethod};ln.allowDirectSuper.get=function(){return(this.currentThisScope().flags&I1)>0};ln.treatFunctionsAsVar.get=function(){return this.treatFunctionsAsVarInScope(this.currentScope())};ln.allowNewDotTarget.get=function(){for(var e=this.scopeStack.length-1;e>=0;e--){var t=this.scopeStack[e],n=t.flags;if(n&(si|Po)||n&oi&&!(n&ef))return!0}return!1};ln.allowUsing.get=function(){var e=this.currentScope(),t=e.flags;return!(t&D1||!this.inModule&&t&ai)};ln.inClassStaticBlock.get=function(){return(this.currentVarScope().flags&si)>0};Ve.extend=s(function(){for(var t=[],n=arguments.length;n--;)t[n]=arguments[n];for(var i=this,r=0;r<t.length;r++)i=t[r](i);return i},"extend");Ve.parse=s(function(t,n){return new this(n,t).parse()},"parse");Ve.parseExpressionAt=s(function(t,n,i){var r=new this(i,t,n);return r.nextToken(),r.parseExpression()},"parseExpressionAt");Ve.tokenizer=s(function(t,n){return new this(n,t)},"tokenizer");Object.defineProperties(Ve.prototype,ln);var wt=Ve.prototype,$j=/^(?:'((?:\\[^]|[^'\\])*?)'|"((?:\\[^]|[^"\\])*?)")/;wt.strictDirective=function(e){if(this.options.ecmaVersion<5)return!1;for(;;){ut.lastIndex=e,e+=ut.exec(this.input)[0].length;var t=$j.exec(this.input.slice(e));if(!t)return!1;if((t[1]||t[2])==="use strict"){ut.lastIndex=e+t[0].length;var n=ut.exec(this.input),i=n.index+n[0].length,r=this.input.charAt(i);return r===";"||r==="}"||$t.test(n[0])&&!(/[(`.[+\-/*%<>=,?^&]/.test(r)||r==="!"&&this.input.charAt(i+1)==="=")}e+=t[0].length,ut.lastIndex=e,e+=ut.exec(this.input)[0].length,this.input[e]===";"&&e++}};wt.eat=function(e){return this.type===e?(this.next(),!0):!1};wt.isContextual=function(e){return this.type===f.name&&this.value===e&&!this.containsEsc};wt.eatContextual=function(e){return this.isContextual(e)?(this.next(),!0):!1};wt.expectContextual=function(e){this.eatContextual(e)||this.unexpected()};wt.canInsertSemicolon=function(){return this.type===f.eof||this.type===f.braceR||$t.test(this.input.slice(this.lastTokEnd,this.start))};wt.insertSemicolon=function(){if(this.canInsertSemicolon())return this.options.onInsertedSemicolon&&this.options.onInsertedSemicolon(this.lastTokEnd,this.lastTokEndLoc),!0};wt.semicolon=function(){!this.eat(f.semi)&&!this.insertSemicolon()&&this.unexpected()};wt.afterTrailingComma=function(e,t){if(this.type===e)return this.options.onTrailingComma&&this.options.onTrailingComma(this.lastTokStart,this.lastTokStartLoc),t||this.next(),!0};wt.expect=function(e){this.eat(e)||this.unexpected()};wt.unexpected=function(e){this.raise(e??this.start,"Unexpected token")};var sc=s(function(){this.shorthandAssign=this.trailingComma=this.parenthesizedAssign=this.parenthesizedBind=this.doubleProto=-1},"DestructuringErrors");wt.checkPatternErrors=function(e,t){if(e){e.trailingComma>-1&&this.raiseRecoverable(e.trailingComma,"Comma is not permitted after the rest element");var n=t?e.parenthesizedAssign:e.parenthesizedBind;n>-1&&this.raiseRecoverable(n,t?"Assigning to rvalue":"Parenthesized pattern")}};wt.checkExpressionErrors=function(e,t){if(!e)return!1;var n=e.shorthandAssign,i=e.doubleProto;if(!t)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")};wt.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")};wt.isSimpleAssignTarget=function(e){return e.type==="ParenthesizedExpression"?this.isSimpleAssignTarget(e.expression):e.type==="Identifier"||e.type==="MemberExpression"};var q=Ve.prototype;q.parseTopLevel=function(e){var t=Object.create(null);for(e.body||(e.body=[]);this.type!==f.eof;){var n=this.parseStatement(null,!0,t);e.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(e.body),this.next(),e.sourceType=this.options.sourceType==="commonjs"?"script":this.options.sourceType,this.finishNode(e,"Program")};var rf={kind:"loop"},Nj={kind:"switch"};q.isLet=function(e){if(this.options.ecmaVersion<6||!this.isContextual("let"))return!1;ut.lastIndex=this.pos;var t=ut.exec(this.input),n=this.pos+t[0].length,i=this.fullCharCodeAt(n);if(i===91||i===92)return!0;if(e)return!1;if(i===123)return!0;if(Un(i)){var r=n;do n+=i<=65535?1:2;while(Ar(i=this.fullCharCodeAt(n)));if(i===92)return!0;var a=this.input.slice(r,n);if(!w1.test(a))return!0}return!1};q.isAsyncFunction=function(){if(this.options.ecmaVersion<8||!this.isContextual("async"))return!1;ut.lastIndex=this.pos;var e=ut.exec(this.input),t=this.pos+e[0].length,n;return!$t.test(this.input.slice(this.pos,t))&&this.input.slice(t,t+8)==="function"&&(t+8===this.input.length||!(Ar(n=this.fullCharCodeAt(t+8))||n===92))};q.isUsingKeyword=function(e,t){if(this.options.ecmaVersion<17||!this.isContextual(e?"await":"using"))return!1;ut.lastIndex=this.pos;var n=ut.exec(this.input),i=this.pos+n[0].length;if($t.test(this.input.slice(this.pos,i)))return!1;if(e){var r=i+5,a;if(this.input.slice(i,r)!=="using"||r===this.input.length||Ar(a=this.fullCharCodeAt(r))||a===92)return!1;ut.lastIndex=r;var o=ut.exec(this.input);if(i=r+o[0].length,o&&$t.test(this.input.slice(r,i)))return!1}var l=this.fullCharCodeAt(i);if(!Un(l)&&l!==92)return!1;var c=i;do i+=l<=65535?1:2;while(Ar(l=this.fullCharCodeAt(i)));if(l===92)return!0;var u=this.input.slice(c,i);return!(w1.test(u)||t&&u==="of")};q.isAwaitUsing=function(e){return this.isUsingKeyword(!0,e)};q.isUsing=function(e){return this.isUsingKeyword(!1,e)};q.parseStatement=function(e,t,n){var i=this.type,r=this.startNode(),a;switch(this.isLet(e)&&(i=f._var,a="let"),i){case f._break:case f._continue:return this.parseBreakContinueStatement(r,i.keyword);case f._debugger:return this.parseDebuggerStatement(r);case f._do:return this.parseDoStatement(r);case f._for:return this.parseForStatement(r);case f._function:return e&&(this.strict||e!=="if"&&e!=="label")&&this.options.ecmaVersion>=6&&this.unexpected(),this.parseFunctionStatement(r,!1,!e);case f._class:return e&&this.unexpected(),this.parseClass(r,!0);case f._if:return this.parseIfStatement(r);case f._return:return this.parseReturnStatement(r);case f._switch:return this.parseSwitchStatement(r);case f._throw:return this.parseThrowStatement(r);case f._try:return this.parseTryStatement(r);case f._const:case f._var:return a=a||this.value,e&&a!=="var"&&this.unexpected(),this.parseVarStatement(r,a);case f._while:return this.parseWhileStatement(r);case f._with:return this.parseWithStatement(r);case f.braceL:return this.parseBlock(!0,r);case f.semi:return this.parseEmptyStatement(r);case f._export:case f._import:if(this.options.ecmaVersion>10&&i===f._import){ut.lastIndex=this.pos;var o=ut.exec(this.input),l=this.pos+o[0].length,c=this.input.charCodeAt(l);if(c===40||c===46)return this.parseExpressionStatement(r,this.parseExpression())}return this.options.allowImportExportEverywhere||(t||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===f._import?this.parseImport(r):this.parseExport(r,n);default:if(this.isAsyncFunction())return e&&this.unexpected(),this.next(),this.parseFunctionStatement(r,!0,!e);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"),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===f.name&&d.type==="Identifier"&&this.eat(f.colon)?this.parseLabeledStatement(r,p,d,e):this.parseExpressionStatement(r,d)}};q.parseBreakContinueStatement=function(e,t){var n=t==="break";this.next(),this.eat(f.semi)||this.insertSemicolon()?e.label=null:this.type!==f.name?this.unexpected():(e.label=this.parseIdent(),this.semicolon());for(var i=0;i<this.labels.length;++i){var r=this.labels[i];if((e.label==null||r.name===e.label.name)&&(r.kind!=null&&(n||r.kind==="loop")||e.label&&n))break}return i===this.labels.length&&this.raise(e.start,"Unsyntactic "+t),this.finishNode(e,n?"BreakStatement":"ContinueStatement")};q.parseDebuggerStatement=function(e){return this.next(),this.semicolon(),this.finishNode(e,"DebuggerStatement")};q.parseDoStatement=function(e){return this.next(),this.labels.push(rf),e.body=this.parseStatement("do"),this.labels.pop(),this.expect(f._while),e.test=this.parseParenExpression(),this.options.ecmaVersion>=6?this.eat(f.semi):this.semicolon(),this.finishNode(e,"DoWhileStatement")};q.parseForStatement=function(e){this.next();var t=this.options.ecmaVersion>=9&&this.canAwait&&this.eatContextual("await")?this.lastTokStart:-1;if(this.labels.push(rf),this.enterScope(0),this.expect(f.parenL),this.type===f.semi)return t>-1&&this.unexpected(t),this.parseFor(e,null);var n=this.isLet();if(this.type===f._var||this.type===f._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(e,i,t)}var a=this.isContextual("let"),o=!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(e,c,t)}var u=this.containsEsc,p=new sc,d=this.start,m=t>-1?this.parseExprSubscripts(p,"await"):this.parseExpression(!0,p);return this.type===f._in||(o=this.options.ecmaVersion>=6&&this.isContextual("of"))?(t>-1?(this.type===f._in&&this.unexpected(t),e.await=!0):o&&this.options.ecmaVersion>=8&&(m.start===d&&!u&&m.type==="Identifier"&&m.name==="async"?this.unexpected():this.options.ecmaVersion>=9&&(e.await=!1)),a&&o&&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(e,m)):(this.checkExpressionErrors(p,!0),t>-1&&this.unexpected(t),this.parseFor(e,m))};q.parseForAfterInit=function(e,t,n){return(this.type===f._in||this.options.ecmaVersion>=6&&this.isContextual("of"))&&t.declarations.length===1?(this.options.ecmaVersion>=9&&(this.type===f._in?n>-1&&this.unexpected(n):e.await=n>-1),this.parseForIn(e,t)):(n>-1&&this.unexpected(n),this.parseFor(e,t))};q.parseFunctionStatement=function(e,t,n){return this.next(),this.parseFunction(e,Eo|(n?0:Kh),!1,t)};q.parseIfStatement=function(e){return this.next(),e.test=this.parseParenExpression(),e.consequent=this.parseStatement("if"),e.alternate=this.eat(f._else)?this.parseStatement("if"):null,this.finishNode(e,"IfStatement")};q.parseReturnStatement=function(e){return this.allowReturn||this.raise(this.start,"'return' outside of function"),this.next(),this.eat(f.semi)||this.insertSemicolon()?e.argument=null:(e.argument=this.parseExpression(),this.semicolon()),this.finishNode(e,"ReturnStatement")};q.parseSwitchStatement=function(e){this.next(),e.discriminant=this.parseParenExpression(),e.cases=[],this.expect(f.braceL),this.labels.push(Nj),this.enterScope(D1);for(var t,n=!1;this.type!==f.braceR;)if(this.type===f._case||this.type===f._default){var i=this.type===f._case;t&&this.finishNode(t,"SwitchCase"),e.cases.push(t=this.startNode()),t.consequent=[],this.next(),i?t.test=this.parseExpression():(n&&this.raiseRecoverable(this.lastTokStart,"Multiple default clauses"),n=!0,t.test=null),this.expect(f.colon)}else t||this.unexpected(),t.consequent.push(this.parseStatement(null));return this.exitScope(),t&&this.finishNode(t,"SwitchCase"),this.next(),this.labels.pop(),this.finishNode(e,"SwitchStatement")};q.parseThrowStatement=function(e){return this.next(),$t.test(this.input.slice(this.lastTokEnd,this.start))&&this.raise(this.lastTokEnd,"Illegal newline after throw"),e.argument=this.parseExpression(),this.semicolon(),this.finishNode(e,"ThrowStatement")};var jj=[];q.parseCatchClauseParam=function(){var e=this.parseBindingAtom(),t=e.type==="Identifier";return this.enterScope(t?F1:0),this.checkLValPattern(e,t?_1:or),this.expect(f.parenR),e};q.parseTryStatement=function(e){if(this.next(),e.block=this.parseBlock(),e.handler=null,this.type===f._catch){var t=this.startNode();this.next(),this.eat(f.parenL)?t.param=this.parseCatchClauseParam():(this.options.ecmaVersion<10&&this.unexpected(),t.param=null,this.enterScope(0)),t.body=this.parseBlock(!1),this.exitScope(),e.handler=this.finishNode(t,"CatchClause")}return e.finalizer=this.eat(f._finally)?this.parseBlock():null,!e.handler&&!e.finalizer&&this.raise(e.start,"Missing catch or finally clause"),this.finishNode(e,"TryStatement")};q.parseVarStatement=function(e,t,n){return this.next(),this.parseVar(e,!1,t,n),this.semicolon(),this.finishNode(e,"VariableDeclaration")};q.parseWhileStatement=function(e){return this.next(),e.test=this.parseParenExpression(),this.labels.push(rf),e.body=this.parseStatement("while"),this.labels.pop(),this.finishNode(e,"WhileStatement")};q.parseWithStatement=function(e){return this.strict&&this.raise(this.start,"'with' in strict mode"),this.next(),e.object=this.parseParenExpression(),e.body=this.parseStatement("with"),this.finishNode(e,"WithStatement")};q.parseEmptyStatement=function(e){return this.next(),this.finishNode(e,"EmptyStatement")};q.parseLabeledStatement=function(e,t,n,i){for(var r=0,a=this.labels;r<a.length;r+=1){var o=a[r];o.name===t&&this.raise(n.start,"Label '"+t+"' is already declared")}for(var l=this.type.isLoop?"loop":this.type===f._switch?"switch":null,c=this.labels.length-1;c>=0;c--){var u=this.labels[c];if(u.statementStart===e.start)u.statementStart=this.start,u.kind=l;else break}return this.labels.push({name:t,kind:l,statementStart:this.start}),e.body=this.parseStatement(i?i.indexOf("label")===-1?i+"label":i:"label"),this.labels.pop(),e.label=n,this.finishNode(e,"LabeledStatement")};q.parseExpressionStatement=function(e,t){return e.expression=t,this.semicolon(),this.finishNode(e,"ExpressionStatement")};q.parseBlock=function(e,t,n){for(e===void 0&&(e=!0),t===void 0&&(t=this.startNode()),t.body=[],this.expect(f.braceL),e&&this.enterScope(0);this.type!==f.braceR;){var i=this.parseStatement(null);t.body.push(i)}return n&&(this.strict=!1),this.next(),e&&this.exitScope(),this.finishNode(t,"BlockStatement")};q.parseFor=function(e,t){return e.init=t,this.expect(f.semi),e.test=this.type===f.semi?null:this.parseExpression(),this.expect(f.semi),e.update=this.type===f.parenR?null:this.parseExpression(),this.expect(f.parenR),e.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(e,"ForStatement")};q.parseForIn=function(e,t){var n=this.type===f._in;return this.next(),t.type==="VariableDeclaration"&&t.declarations[0].init!=null&&(!n||this.options.ecmaVersion<8||this.strict||t.kind!=="var"||t.declarations[0].id.type!=="Identifier")&&this.raise(t.start,(n?"for-in":"for-of")+" loop variable declaration may not have an initializer"),e.left=t,e.right=n?this.parseExpression():this.parseMaybeAssign(),this.expect(f.parenR),e.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(e,n?"ForInStatement":"ForOfStatement")};q.parseVar=function(e,t,n,i){for(e.declarations=[],e.kind=n;;){var r=this.startNode();if(this.parseVarId(r,n),this.eat(f.eq)?r.init=this.parseMaybeAssign(t):!i&&n==="const"&&!(this.type===f._in||this.options.ecmaVersion>=6&&this.isContextual("of"))?this.unexpected():!i&&(n==="using"||n==="await using")&&this.options.ecmaVersion>=17&&this.type!==f._in&&!this.isContextual("of")?this.raise(this.lastTokEnd,"Missing initializer in "+n+" declaration"):!i&&r.id.type!=="Identifier"&&!(t&&(this.type===f._in||this.isContextual("of")))?this.raise(this.lastTokEnd,"Complex binding patterns require an initialization value"):r.init=null,e.declarations.push(this.finishNode(r,"VariableDeclarator")),!this.eat(f.comma))break}return e};q.parseVarId=function(e,t){e.id=t==="using"||t==="await using"?this.parseIdent():this.parseBindingAtom(),this.checkLValPattern(e.id,t==="var"?nf:or,!1)};var Eo=1,Kh=2,N1=4;q.parseFunction=function(e,t,n,i,r){this.initFunction(e),(this.options.ecmaVersion>=9||this.options.ecmaVersion>=6&&!i)&&(this.type===f.star&&t&Kh&&this.unexpected(),e.generator=this.eat(f.star)),this.options.ecmaVersion>=8&&(e.async=!!i),t&Eo&&(e.id=t&N1&&this.type!==f.name?null:this.parseIdent(),e.id&&!(t&Kh)&&this.checkLValSimple(e.id,this.strict||e.generator||e.async?this.treatFunctionsAsVar?nf:or:z1));var a=this.yieldPos,o=this.awaitPos,l=this.awaitIdentPos;return this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(tf(e.async,e.generator)),t&Eo||(e.id=this.type===f.name?this.parseIdent():null),this.parseFunctionParams(e),this.parseFunctionBody(e,n,!1,r),this.yieldPos=a,this.awaitPos=o,this.awaitIdentPos=l,this.finishNode(e,t&Eo?"FunctionDeclaration":"FunctionExpression")};q.parseFunctionParams=function(e){this.expect(f.parenL),e.params=this.parseBindingList(f.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams()};q.parseClass=function(e,t){this.next();var n=this.strict;this.strict=!0,this.parseClassId(e,t),this.parseClassSuper(e);var i=this.enterClassBody(),r=this.startNode(),a=!1;for(r.body=[],this.expect(f.braceL);this.type!==f.braceR;){var o=this.parseClassElement(e.superClass!==null);o&&(r.body.push(o),o.type==="MethodDefinition"&&o.kind==="constructor"?(a&&this.raiseRecoverable(o.start,"Duplicate constructor in the same class"),a=!0):o.key&&o.key.type==="PrivateIdentifier"&&Mj(i,o)&&this.raiseRecoverable(o.key.start,"Identifier '#"+o.key.name+"' has already been declared"))}return this.strict=n,this.next(),e.body=this.finishNode(r,"ClassBody"),this.exitClassBody(),this.finishNode(e,t?"ClassDeclaration":"ClassExpression")};q.parseClassElement=function(e){if(this.eat(f.semi))return null;var t=this.options.ecmaVersion,n=this.startNode(),i="",r=!1,a=!1,o="method",l=!1;if(this.eatContextual("static")){if(t>=13&&this.eat(f.braceL))return this.parseClassStaticBlock(n),n;this.isClassElementNameStart()||this.type===f.star?l=!0:i="static"}if(n.static=l,!i&&t>=8&&this.eatContextual("async")&&((this.isClassElementNameStart()||this.type===f.star)&&!this.canInsertSemicolon()?a=!0:i="async"),!i&&(t>=9||!a)&&this.eat(f.star)&&(r=!0),!i&&!a&&!r){var c=this.value;(this.eatContextual("get")||this.eatContextual("set"))&&(this.isClassElementNameStart()?o=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),t<13||this.type===f.parenL||o!=="method"||r||a){var u=!n.static&&tc(n,"constructor"),p=u&&e;u&&o!=="method"&&this.raise(n.key.start,"Constructor can't have get/set modifier"),n.kind=u?"constructor":o,this.parseClassMethod(n,r,a,p)}else this.parseClassField(n);return n};q.isClassElementNameStart=function(){return this.type===f.name||this.type===f.privateId||this.type===f.num||this.type===f.string||this.type===f.bracketL||this.type.keyword};q.parseClassElementName=function(e){this.type===f.privateId?(this.value==="constructor"&&this.raise(this.start,"Classes can't have an element named '#constructor'"),e.computed=!1,e.key=this.parsePrivateIdent()):this.parsePropertyName(e)};q.parseClassMethod=function(e,t,n,i){var r=e.key;e.kind==="constructor"?(t&&this.raise(r.start,"Constructor can't be a generator"),n&&this.raise(r.start,"Constructor can't be an async method")):e.static&&tc(e,"prototype")&&this.raise(r.start,"Classes may not have a static property named prototype");var a=e.value=this.parseMethod(t,n,i);return e.kind==="get"&&a.params.length!==0&&this.raiseRecoverable(a.start,"getter should have no params"),e.kind==="set"&&a.params.length!==1&&this.raiseRecoverable(a.start,"setter should have exactly one param"),e.kind==="set"&&a.params[0].type==="RestElement"&&this.raiseRecoverable(a.params[0].start,"Setter cannot use rest params"),this.finishNode(e,"MethodDefinition")};q.parseClassField=function(e){return tc(e,"constructor")?this.raise(e.key.start,"Classes can't have a field named 'constructor'"):e.static&&tc(e,"prototype")&&this.raise(e.key.start,"Classes can't have a static field named 'prototype'"),this.eat(f.eq)?(this.enterScope(Po|ac),e.value=this.parseMaybeAssign(),this.exitScope()):e.value=null,this.semicolon(),this.finishNode(e,"PropertyDefinition")};q.parseClassStaticBlock=function(e){e.body=[];var t=this.labels;for(this.labels=[],this.enterScope(si|ac);this.type!==f.braceR;){var n=this.parseStatement(null);e.body.push(n)}return this.next(),this.exitScope(),this.labels=t,this.finishNode(e,"StaticBlock")};q.parseClassId=function(e,t){this.type===f.name?(e.id=this.parseIdent(),t&&this.checkLValSimple(e.id,or,!1)):(t===!0&&this.unexpected(),e.id=null)};q.parseClassSuper=function(e){e.superClass=this.eat(f._extends)?this.parseExprSubscripts(null,!1):null};q.enterClassBody=function(){var e={declared:Object.create(null),used:[]};return this.privateNameStack.push(e),e.declared};q.exitClassBody=function(){var e=this.privateNameStack.pop(),t=e.declared,n=e.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 o=n[a];na(t,o.name)||(r?r.used.push(o):this.raiseRecoverable(o.start,"Private field '#"+o.name+"' must be declared in an enclosing class"))}};function Mj(e,t){var n=t.key.name,i=e[n],r="true";return t.type==="MethodDefinition"&&(t.kind==="get"||t.kind==="set")&&(r=(t.static?"s":"i")+t.kind),i==="iget"&&r==="iset"||i==="iset"&&r==="iget"||i==="sget"&&r==="sset"||i==="sset"&&r==="sget"?(e[n]="true",!1):i?!0:(e[n]=r,!1)}s(Mj,"isPrivateNameConflicted");function tc(e,t){var n=e.computed,i=e.key;return!n&&(i.type==="Identifier"&&i.name===t||i.type==="Literal"&&i.value===t)}s(tc,"checkKeyName");q.parseExportAllDeclaration=function(e,t){return this.options.ecmaVersion>=11&&(this.eatContextual("as")?(e.exported=this.parseModuleExportName(),this.checkExport(t,e.exported,this.lastTokStart)):e.exported=null),this.expectContextual("from"),this.type!==f.string&&this.unexpected(),e.source=this.parseExprAtom(),this.options.ecmaVersion>=16&&(e.attributes=this.parseWithClause()),this.semicolon(),this.finishNode(e,"ExportAllDeclaration")};q.parseExport=function(e,t){if(this.next(),this.eat(f.star))return this.parseExportAllDeclaration(e,t);if(this.eat(f._default))return this.checkExport(t,"default",this.lastTokStart),e.declaration=this.parseExportDefaultDeclaration(),this.finishNode(e,"ExportDefaultDeclaration");if(this.shouldParseExportStatement())e.declaration=this.parseExportDeclaration(e),e.declaration.type==="VariableDeclaration"?this.checkVariableExport(t,e.declaration.declarations):this.checkExport(t,e.declaration.id,e.declaration.id.start),e.specifiers=[],e.source=null,this.options.ecmaVersion>=16&&(e.attributes=[]);else{if(e.declaration=null,e.specifiers=this.parseExportSpecifiers(t),this.eatContextual("from"))this.type!==f.string&&this.unexpected(),e.source=this.parseExprAtom(),this.options.ecmaVersion>=16&&(e.attributes=this.parseWithClause());else{for(var n=0,i=e.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`.")}e.source=null,this.options.ecmaVersion>=16&&(e.attributes=[])}this.semicolon()}return this.finishNode(e,"ExportNamedDeclaration")};q.parseExportDeclaration=function(e){return this.parseStatement(null)};q.parseExportDefaultDeclaration=function(){var e;if(this.type===f._function||(e=this.isAsyncFunction())){var t=this.startNode();return this.next(),e&&this.next(),this.parseFunction(t,Eo|N1,!1,e)}else if(this.type===f._class){var n=this.startNode();return this.parseClass(n,"nullableID")}else{var i=this.parseMaybeAssign();return this.semicolon(),i}};q.checkExport=function(e,t,n){e&&(typeof t!="string"&&(t=t.type==="Identifier"?t.name:t.value),na(e,t)&&this.raiseRecoverable(n,"Duplicate export '"+t+"'"),e[t]=!0)};q.checkPatternExport=function(e,t){var n=t.type;if(n==="Identifier")this.checkExport(e,t,t.start);else if(n==="ObjectPattern")for(var i=0,r=t.properties;i<r.length;i+=1){var a=r[i];this.checkPatternExport(e,a)}else if(n==="ArrayPattern")for(var o=0,l=t.elements;o<l.length;o+=1){var c=l[o];c&&this.checkPatternExport(e,c)}else n==="Property"?this.checkPatternExport(e,t.value):n==="AssignmentPattern"?this.checkPatternExport(e,t.left):n==="RestElement"&&this.checkPatternExport(e,t.argument)};q.checkVariableExport=function(e,t){if(e)for(var n=0,i=t;n<i.length;n+=1){var r=i[n];this.checkPatternExport(e,r.id)}};q.shouldParseExportStatement=function(){return this.type.keyword==="var"||this.type.keyword==="const"||this.type.keyword==="class"||this.type.keyword==="function"||this.isLet()||this.isAsyncFunction()};q.parseExportSpecifier=function(e){var t=this.startNode();return t.local=this.parseModuleExportName(),t.exported=this.eatContextual("as")?this.parseModuleExportName():t.local,this.checkExport(e,t.exported,t.exported.start),this.finishNode(t,"ExportSpecifier")};q.parseExportSpecifiers=function(e){var t=[],n=!0;for(this.expect(f.braceL);!this.eat(f.braceR);){if(n)n=!1;else if(this.expect(f.comma),this.afterTrailingComma(f.braceR))break;t.push(this.parseExportSpecifier(e))}return t};q.parseImport=function(e){return this.next(),this.type===f.string?(e.specifiers=jj,e.source=this.parseExprAtom()):(e.specifiers=this.parseImportSpecifiers(),this.expectContextual("from"),e.source=this.type===f.string?this.parseExprAtom():this.unexpected()),this.options.ecmaVersion>=16&&(e.attributes=this.parseWithClause()),this.semicolon(),this.finishNode(e,"ImportDeclaration")};q.parseImportSpecifier=function(){var e=this.startNode();return e.imported=this.parseModuleExportName(),this.eatContextual("as")?e.local=this.parseIdent():(this.checkUnreserved(e.imported),e.local=e.imported),this.checkLValSimple(e.local,or),this.finishNode(e,"ImportSpecifier")};q.parseImportDefaultSpecifier=function(){var e=this.startNode();return e.local=this.parseIdent(),this.checkLValSimple(e.local,or),this.finishNode(e,"ImportDefaultSpecifier")};q.parseImportNamespaceSpecifier=function(){var e=this.startNode();return this.next(),this.expectContextual("as"),e.local=this.parseIdent(),this.checkLValSimple(e.local,or),this.finishNode(e,"ImportNamespaceSpecifier")};q.parseImportSpecifiers=function(){var e=[],t=!0;if(this.type===f.name&&(e.push(this.parseImportDefaultSpecifier()),!this.eat(f.comma)))return e;if(this.type===f.star)return e.push(this.parseImportNamespaceSpecifier()),e;for(this.expect(f.braceL);!this.eat(f.braceR);){if(t)t=!1;else if(this.expect(f.comma),this.afterTrailingComma(f.braceR))break;e.push(this.parseImportSpecifier())}return e};q.parseWithClause=function(){var e=[];if(!this.eat(f._with))return e;this.expect(f.braceL);for(var t={},n=!0;!this.eat(f.braceR);){if(n)n=!1;else if(this.expect(f.comma),this.afterTrailingComma(f.braceR))break;var i=this.parseImportAttribute(),r=i.key.type==="Identifier"?i.key.name:i.key.value;na(t,r)&&this.raiseRecoverable(i.key.start,"Duplicate attribute key '"+r+"'"),t[r]=!0,e.push(i)}return e};q.parseImportAttribute=function(){var e=this.startNode();return e.key=this.type===f.string?this.parseExprAtom():this.parseIdent(this.options.allowReserved!=="never"),this.expect(f.colon),this.type!==f.string&&this.unexpected(),e.value=this.parseExprAtom(),this.finishNode(e,"ImportAttribute")};q.parseModuleExportName=function(){if(this.options.ecmaVersion>=13&&this.type===f.string){var e=this.parseLiteral(this.value);return Dj.test(e.value)&&this.raise(e.start,"An export name cannot include a lone surrogate."),e}return this.parseIdent(!0)};q.adaptDirectivePrologue=function(e){for(var t=0;t<e.length&&this.isDirectiveCandidate(e[t]);++t)e[t].directive=e[t].expression.raw.slice(1,-1)};q.isDirectiveCandidate=function(e){return this.options.ecmaVersion>=5&&e.type==="ExpressionStatement"&&e.expression.type==="Literal"&&typeof e.expression.value=="string"&&(this.input[e.start]==='"'||this.input[e.start]==="'")};var cn=Ve.prototype;cn.toAssignable=function(e,t,n){if(this.options.ecmaVersion>=6&&e)switch(e.type){case"Identifier":this.inAsync&&e.name==="await"&&this.raise(e.start,"Cannot use 'await' as identifier inside an async function");break;case"ObjectPattern":case"ArrayPattern":case"AssignmentPattern":case"RestElement":break;case"ObjectExpression":e.type="ObjectPattern",n&&this.checkPatternErrors(n,!0);for(var i=0,r=e.properties;i<r.length;i+=1){var a=r[i];this.toAssignable(a,t),a.type==="RestElement"&&(a.argument.type==="ArrayPattern"||a.argument.type==="ObjectPattern")&&this.raise(a.argument.start,"Unexpected token")}break;case"Property":e.kind!=="init"&&this.raise(e.key.start,"Object pattern can't contain getter or setter"),this.toAssignable(e.value,t);break;case"ArrayExpression":e.type="ArrayPattern",n&&this.checkPatternErrors(n,!0),this.toAssignableList(e.elements,t);break;case"SpreadElement":e.type="RestElement",this.toAssignable(e.argument,t),e.argument.type==="AssignmentPattern"&&this.raise(e.argument.start,"Rest elements cannot have a default value");break;case"AssignmentExpression":e.operator!=="="&&this.raise(e.left.end,"Only '=' operator can be used for specifying default value."),e.type="AssignmentPattern",delete e.operator,this.toAssignable(e.left,t);break;case"ParenthesizedExpression":this.toAssignable(e.expression,t,n);break;case"ChainExpression":this.raiseRecoverable(e.start,"Optional chaining cannot appear in left-hand side");break;case"MemberExpression":if(!t)break;default:this.raise(e.start,"Assigning to rvalue")}else n&&this.checkPatternErrors(n,!0);return e};cn.toAssignableList=function(e,t){for(var n=e.length,i=0;i<n;i++){var r=e[i];r&&this.toAssignable(r,t)}if(n){var a=e[n-1];this.options.ecmaVersion===6&&t&&a&&a.type==="RestElement"&&a.argument.type!=="Identifier"&&this.unexpected(a.argument.start)}return e};cn.parseSpread=function(e){var t=this.startNode();return this.next(),t.argument=this.parseMaybeAssign(!1,e),this.finishNode(t,"SpreadElement")};cn.parseRestBinding=function(){var e=this.startNode();return this.next(),this.options.ecmaVersion===6&&this.type!==f.name&&this.unexpected(),e.argument=this.parseBindingAtom(),this.finishNode(e,"RestElement")};cn.parseBindingAtom=function(){if(this.options.ecmaVersion>=6)switch(this.type){case f.bracketL:var e=this.startNode();return this.next(),e.elements=this.parseBindingList(f.bracketR,!0,!0),this.finishNode(e,"ArrayPattern");case f.braceL:return this.parseObj(!0)}return this.parseIdent()};cn.parseBindingList=function(e,t,n,i){for(var r=[],a=!0;!this.eat(e);)if(a?a=!1:this.expect(f.comma),t&&this.type===f.comma)r.push(null);else{if(n&&this.afterTrailingComma(e))break;if(this.type===f.ellipsis){var o=this.parseRestBinding();this.parseBindingListItem(o),r.push(o),this.type===f.comma&&this.raiseRecoverable(this.start,"Comma is not permitted after the rest element"),this.expect(e);break}else r.push(this.parseAssignableListItem(i))}return r};cn.parseAssignableListItem=function(e){var t=this.parseMaybeDefault(this.start,this.startLoc);return this.parseBindingListItem(t),t};cn.parseBindingListItem=function(e){return e};cn.parseMaybeDefault=function(e,t,n){if(n=n||this.parseBindingAtom(),this.options.ecmaVersion<6||!this.eat(f.eq))return n;var i=this.startNodeAt(e,t);return i.left=n,i.right=this.parseMaybeAssign(),this.finishNode(i,"AssignmentPattern")};cn.checkLValSimple=function(e,t,n){t===void 0&&(t=ec);var i=t!==ec;switch(e.type){case"Identifier":this.strict&&this.reservedWordsStrictBind.test(e.name)&&this.raiseRecoverable(e.start,(i?"Binding ":"Assigning to ")+e.name+" in strict mode"),i&&(t===or&&e.name==="let"&&this.raiseRecoverable(e.start,"let is disallowed as a lexically bound name"),n&&(na(n,e.name)&&this.raiseRecoverable(e.start,"Argument name clash"),n[e.name]=!0),t!==$1&&this.declareName(e.name,t,e.start));break;case"ChainExpression":this.raiseRecoverable(e.start,"Optional chaining cannot appear in left-hand side");break;case"MemberExpression":i&&this.raiseRecoverable(e.start,"Binding member expression");break;case"ParenthesizedExpression":return i&&this.raiseRecoverable(e.start,"Binding parenthesized expression"),this.checkLValSimple(e.expression,t,n);default:this.raise(e.start,(i?"Binding":"Assigning to")+" rvalue")}};cn.checkLValPattern=function(e,t,n){switch(t===void 0&&(t=ec),e.type){case"ObjectPattern":for(var i=0,r=e.properties;i<r.length;i+=1){var a=r[i];this.checkLValInnerPattern(a,t,n)}break;case"ArrayPattern":for(var o=0,l=e.elements;o<l.length;o+=1){var c=l[o];c&&this.checkLValInnerPattern(c,t,n)}break;default:this.checkLValSimple(e,t,n)}};cn.checkLValInnerPattern=function(e,t,n){switch(t===void 0&&(t=ec),e.type){case"Property":this.checkLValInnerPattern(e.value,t,n);break;case"AssignmentPattern":this.checkLValPattern(e.left,t,n);break;case"RestElement":this.checkLValPattern(e.argument,t,n);break;default:this.checkLValPattern(e,t,n)}};var wn=s(function(t,n,i,r,a){this.token=t,this.isExpr=!!n,this.preserveSpace=!!i,this.override=r,this.generator=!!a},"TokContext"),Ne={b_stat:new wn("{",!1),b_expr:new wn("{",!0),b_tmpl:new wn("${",!1),p_stat:new wn("(",!1),p_expr:new wn("(",!0),q_tmpl:new wn("`",!0,!0,function(e){return e.tryReadTemplateToken()}),f_stat:new wn("function",!1),f_expr:new wn("function",!0),f_expr_gen:new wn("function",!0,!1,null,!0),f_gen:new wn("function",!1,!1,null,!0)},ra=Ve.prototype;ra.initialContext=function(){return[Ne.b_stat]};ra.curContext=function(){return this.context[this.context.length-1]};ra.braceIsBlock=function(e){var t=this.curContext();return t===Ne.f_expr||t===Ne.f_stat?!0:e===f.colon&&(t===Ne.b_stat||t===Ne.b_expr)?!t.isExpr:e===f._return||e===f.name&&this.exprAllowed?$t.test(this.input.slice(this.lastTokEnd,this.start)):e===f._else||e===f.semi||e===f.eof||e===f.parenR||e===f.arrow?!0:e===f.braceL?t===Ne.b_stat:e===f._var||e===f._const||e===f.name?!1:!this.exprAllowed};ra.inGeneratorContext=function(){for(var e=this.context.length-1;e>=1;e--){var t=this.context[e];if(t.token==="function")return t.generator}return!1};ra.updateContext=function(e){var t,n=this.type;n.keyword&&e===f.dot?this.exprAllowed=!1:(t=n.updateContext)?t.call(this,e):this.exprAllowed=n.beforeExpr};ra.overrideContext=function(e){this.curContext()!==e&&(this.context[this.context.length-1]=e)};f.parenR.updateContext=f.braceR.updateContext=function(){if(this.context.length===1){this.exprAllowed=!0;return}var e=this.context.pop();e===Ne.b_stat&&this.curContext().token==="function"&&(e=this.context.pop()),this.exprAllowed=!e.isExpr};f.braceL.updateContext=function(e){this.context.push(this.braceIsBlock(e)?Ne.b_stat:Ne.b_expr),this.exprAllowed=!0};f.dollarBraceL.updateContext=function(){this.context.push(Ne.b_tmpl),this.exprAllowed=!0};f.parenL.updateContext=function(e){var t=e===f._if||e===f._for||e===f._with||e===f._while;this.context.push(t?Ne.p_stat:Ne.p_expr),this.exprAllowed=!0};f.incDec.updateContext=function(){};f._function.updateContext=f._class.updateContext=function(e){e.beforeExpr&&e!==f._else&&!(e===f.semi&&this.curContext()!==Ne.p_stat)&&!(e===f._return&&$t.test(this.input.slice(this.lastTokEnd,this.start)))&&!((e===f.colon||e===f.braceL)&&this.curContext()===Ne.b_stat)?this.context.push(Ne.f_expr):this.context.push(Ne.f_stat),this.exprAllowed=!1};f.colon.updateContext=function(){this.curContext().token==="function"&&this.context.pop(),this.exprAllowed=!0};f.backQuote.updateContext=function(){this.curContext()===Ne.q_tmpl?this.context.pop():this.context.push(Ne.q_tmpl),this.exprAllowed=!1};f.star.updateContext=function(e){if(e===f._function){var t=this.context.length-1;this.context[t]===Ne.f_expr?this.context[t]=Ne.f_expr_gen:this.context[t]=Ne.f_gen}this.exprAllowed=!0};f.name.updateContext=function(e){var t=!1;this.options.ecmaVersion>=6&&e!==f.dot&&(this.value==="of"&&!this.exprAllowed||this.value==="yield"&&this.inGeneratorContext())&&(t=!0),this.exprAllowed=t};var Y=Ve.prototype;Y.checkPropClash=function(e,t,n){if(!(this.options.ecmaVersion>=9&&e.type==="SpreadElement")&&!(this.options.ecmaVersion>=6&&(e.computed||e.method||e.shorthand))){var i=e.key,r;switch(i.type){case"Identifier":r=i.name;break;case"Literal":r=String(i.value);break;default:return}var a=e.kind;if(this.options.ecmaVersion>=6){r==="__proto__"&&a==="init"&&(t.proto&&(n?n.doubleProto<0&&(n.doubleProto=i.start):this.raiseRecoverable(i.start,"Redefinition of __proto__ property")),t.proto=!0);return}r="$"+r;var o=t[r];if(o){var l;a==="init"?l=this.strict&&o.init||o.get||o.set:l=o.init||o[a],l&&this.raiseRecoverable(i.start,"Redefinition of property")}else o=t[r]={init:!1,get:!1,set:!1};o[a]=!0}};Y.parseExpression=function(e,t){var n=this.start,i=this.startLoc,r=this.parseMaybeAssign(e,t);if(this.type===f.comma){var a=this.startNodeAt(n,i);for(a.expressions=[r];this.eat(f.comma);)a.expressions.push(this.parseMaybeAssign(e,t));return this.finishNode(a,"SequenceExpression")}return r};Y.parseMaybeAssign=function(e,t,n){if(this.isContextual("yield")){if(this.inGenerator)return this.parseYield(e);this.exprAllowed=!1}var i=!1,r=-1,a=-1,o=-1;t?(r=t.parenthesizedAssign,a=t.trailingComma,o=t.doubleProto,t.parenthesizedAssign=t.trailingComma=-1):(t=new sc,i=!0);var l=this.start,c=this.startLoc;(this.type===f.parenL||this.type===f.name)&&(this.potentialArrowAt=this.start,this.potentialArrowInForAwait=e==="await");var u=this.parseMaybeConditional(e,t);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===f.eq&&(u=this.toAssignable(u,!1,t)),i||(t.parenthesizedAssign=t.trailingComma=t.doubleProto=-1),t.shorthandAssign>=u.start&&(t.shorthandAssign=-1),this.type===f.eq?this.checkLValPattern(u):this.checkLValSimple(u),p.left=u,this.next(),p.right=this.parseMaybeAssign(e),o>-1&&(t.doubleProto=o),this.finishNode(p,"AssignmentExpression")}else i&&this.checkExpressionErrors(t,!0);return r>-1&&(t.parenthesizedAssign=r),a>-1&&(t.trailingComma=a),u};Y.parseMaybeConditional=function(e,t){var n=this.start,i=this.startLoc,r=this.parseExprOps(e,t);if(this.checkExpressionErrors(t))return r;if(this.eat(f.question)){var a=this.startNodeAt(n,i);return a.test=r,a.consequent=this.parseMaybeAssign(),this.expect(f.colon),a.alternate=this.parseMaybeAssign(e),this.finishNode(a,"ConditionalExpression")}return r};Y.parseExprOps=function(e,t){var n=this.start,i=this.startLoc,r=this.parseMaybeUnary(t,!1,!1,e);return this.checkExpressionErrors(t)||r.start===n&&r.type==="ArrowFunctionExpression"?r:this.parseExprOp(r,n,i,-1,e)};Y.parseExprOp=function(e,t,n,i,r){var a=this.type.binop;if(a!=null&&(!r||this.type!==f._in)&&a>i){var o=this.type===f.logicalOR||this.type===f.logicalAND,l=this.type===f.coalesce;l&&(a=f.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(t,n,e,d,c,o||l);return(o&&this.type===f.coalesce||l&&(this.type===f.logicalOR||this.type===f.logicalAND))&&this.raiseRecoverable(this.start,"Logical expressions and coalesce expressions cannot be mixed. Wrap either by parentheses"),this.parseExprOp(m,t,n,i,r)}return e};Y.buildBinary=function(e,t,n,i,r,a){i.type==="PrivateIdentifier"&&this.raise(i.start,"Private identifier can only be left side of binary expression");var o=this.startNodeAt(e,t);return o.left=n,o.operator=r,o.right=i,this.finishNode(o,a?"LogicalExpression":"BinaryExpression")};Y.parseMaybeUnary=function(e,t,n,i){var r=this.start,a=this.startLoc,o;if(this.isContextual("await")&&this.canAwait)o=this.parseAwait(i),t=!0;else if(this.type.prefix){var l=this.startNode(),c=this.type===f.incDec;l.operator=this.value,l.prefix=!0,this.next(),l.argument=this.parseMaybeUnary(null,!0,c,i),this.checkExpressionErrors(e,!0),c?this.checkLValSimple(l.argument):this.strict&&l.operator==="delete"&&j1(l.argument)?this.raiseRecoverable(l.start,"Deleting local variable in strict mode"):l.operator==="delete"&&Yh(l.argument)?this.raiseRecoverable(l.start,"Private fields can not be deleted"):t=!0,o=this.finishNode(l,c?"UpdateExpression":"UnaryExpression")}else if(!t&&this.type===f.privateId)(i||this.privateNameStack.length===0)&&this.options.checkPrivateFields&&this.unexpected(),o=this.parsePrivateIdent(),this.type!==f._in&&this.unexpected();else{if(o=this.parseExprSubscripts(e,i),this.checkExpressionErrors(e))return o;for(;this.type.postfix&&!this.canInsertSemicolon();){var u=this.startNodeAt(r,a);u.operator=this.value,u.prefix=!1,u.argument=o,this.checkLValSimple(o),this.next(),o=this.finishNode(u,"UpdateExpression")}}if(!n&&this.eat(f.starstar))if(t)this.unexpected(this.lastTokStart);else return this.buildBinary(r,a,o,this.parseMaybeUnary(null,!1,!1,i),"**",!1);else return o};function j1(e){return e.type==="Identifier"||e.type==="ParenthesizedExpression"&&j1(e.expression)}s(j1,"isLocalVariableAccess");function Yh(e){return e.type==="MemberExpression"&&e.property.type==="PrivateIdentifier"||e.type==="ChainExpression"&&Yh(e.expression)||e.type==="ParenthesizedExpression"&&Yh(e.expression)}s(Yh,"isPrivateFieldAccess");Y.parseExprSubscripts=function(e,t){var n=this.start,i=this.startLoc,r=this.parseExprAtom(e,t);if(r.type==="ArrowFunctionExpression"&&this.input.slice(this.lastTokStart,this.lastTokEnd)!==")")return r;var a=this.parseSubscripts(r,n,i,!1,t);return e&&a.type==="MemberExpression"&&(e.parenthesizedAssign>=a.start&&(e.parenthesizedAssign=-1),e.parenthesizedBind>=a.start&&(e.parenthesizedBind=-1),e.trailingComma>=a.start&&(e.trailingComma=-1)),a};Y.parseSubscripts=function(e,t,n,i,r){for(var a=this.options.ecmaVersion>=8&&e.type==="Identifier"&&e.name==="async"&&this.lastTokEnd===e.end&&!this.canInsertSemicolon()&&e.end-e.start===5&&this.potentialArrowAt===e.start,o=!1;;){var l=this.parseSubscript(e,t,n,i,a,o,r);if(l.optional&&(o=!0),l===e||l.type==="ArrowFunctionExpression"){if(o){var c=this.startNodeAt(t,n);c.expression=l,l=this.finishNode(c,"ChainExpression")}return l}e=l}};Y.shouldParseAsyncArrow=function(){return!this.canInsertSemicolon()&&this.eat(f.arrow)};Y.parseSubscriptAsyncArrow=function(e,t,n,i){return this.parseArrowExpression(this.startNodeAt(e,t),n,!0,i)};Y.parseSubscript=function(e,t,n,i,r,a,o){var l=this.options.ecmaVersion>=11,c=l&&this.eat(f.questionDot);i&&c&&this.raise(this.lastTokStart,"Optional chaining cannot appear in the callee of new expressions");var u=this.eat(f.bracketL);if(u||c&&this.type!==f.parenL&&this.type!==f.backQuote||this.eat(f.dot)){var p=this.startNodeAt(t,n);p.object=e,u?(p.property=this.parseExpression(),this.expect(f.bracketR)):this.type===f.privateId&&e.type!=="Super"?p.property=this.parsePrivateIdent():p.property=this.parseIdent(this.options.allowReserved!=="never"),p.computed=!!u,l&&(p.optional=c),e=this.finishNode(p,"MemberExpression")}else if(!i&&this.eat(f.parenL)){var d=new sc,m=this.yieldPos,h=this.awaitPos,v=this.awaitIdentPos;this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0;var x=this.parseExprList(f.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=v,this.parseSubscriptAsyncArrow(t,n,x,o);this.checkExpressionErrors(d,!0),this.yieldPos=m||this.yieldPos,this.awaitPos=h||this.awaitPos,this.awaitIdentPos=v||this.awaitIdentPos;var A=this.startNodeAt(t,n);A.callee=e,A.arguments=x,l&&(A.optional=c),e=this.finishNode(A,"CallExpression")}else if(this.type===f.backQuote){(c||a)&&this.raise(this.start,"Optional chaining cannot appear in the tag of tagged template expressions");var k=this.startNodeAt(t,n);k.tag=e,k.quasi=this.parseTemplate({isTagged:!0}),e=this.finishNode(k,"TaggedTemplateExpression")}return e};Y.parseExprAtom=function(e,t,n){this.type===f.slash&&this.readRegexp();var i,r=this.potentialArrowAt===this.start;switch(this.type){case f._super:return this.allowSuper||this.raise(this.start,"'super' keyword outside a method"),i=this.startNode(),this.next(),this.type===f.parenL&&!this.allowDirectSuper&&this.raise(i.start,"super() call outside constructor of a subclass"),this.type!==f.dot&&this.type!==f.bracketL&&this.type!==f.parenL&&this.unexpected(),this.finishNode(i,"Super");case f._this:return i=this.startNode(),this.next(),this.finishNode(i,"ThisExpression");case f.name:var a=this.start,o=this.startLoc,l=this.containsEsc,c=this.parseIdent(!1);if(this.options.ecmaVersion>=8&&!l&&c.name==="async"&&!this.canInsertSemicolon()&&this.eat(f._function))return this.overrideContext(Ne.f_expr),this.parseFunction(this.startNodeAt(a,o),0,!1,!0,t);if(r&&!this.canInsertSemicolon()){if(this.eat(f.arrow))return this.parseArrowExpression(this.startNodeAt(a,o),[c],!1,t);if(this.options.ecmaVersion>=8&&c.name==="async"&&this.type===f.name&&!l&&(!this.potentialArrowInForAwait||this.value!=="of"||this.containsEsc))return c=this.parseIdent(!1),(this.canInsertSemicolon()||!this.eat(f.arrow))&&this.unexpected(),this.parseArrowExpression(this.startNodeAt(a,o),[c],!0,t)}return c;case f.regexp:var u=this.value;return i=this.parseLiteral(u.value),i.regex={pattern:u.pattern,flags:u.flags},i;case f.num:case f.string:return this.parseLiteral(this.value);case f._null:case f._true:case f._false:return i=this.startNode(),i.value=this.type===f._null?null:this.type===f._true,i.raw=this.type.keyword,this.next(),this.finishNode(i,"Literal");case f.parenL:var p=this.start,d=this.parseParenAndDistinguishExpression(r,t);return e&&(e.parenthesizedAssign<0&&!this.isSimpleAssignTarget(d)&&(e.parenthesizedAssign=p),e.parenthesizedBind<0&&(e.parenthesizedBind=p)),d;case f.bracketL:return i=this.startNode(),this.next(),i.elements=this.parseExprList(f.bracketR,!0,!0,e),this.finishNode(i,"ArrayExpression");case f.braceL:return this.overrideContext(Ne.b_expr),this.parseObj(!1,e);case f._function:return i=this.startNode(),this.next(),this.parseFunction(i,0);case f._class:return this.parseClass(this.startNode(),!1);case f._new:return this.parseNew();case f.backQuote:return this.parseTemplate();case f._import:return this.options.ecmaVersion>=11?this.parseExprImport(n):this.unexpected();default:return this.parseExprAtomDefault()}};Y.parseExprAtomDefault=function(){this.unexpected()};Y.parseExprImport=function(e){var t=this.startNode();if(this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword import"),this.next(),this.type===f.parenL&&!e)return this.parseDynamicImport(t);if(this.type===f.dot){var n=this.startNodeAt(t.start,t.loc&&t.loc.start);return n.name="import",t.meta=this.finishNode(n,"Identifier"),this.parseImportMeta(t)}else this.unexpected()};Y.parseDynamicImport=function(e){if(this.next(),e.source=this.parseMaybeAssign(),this.options.ecmaVersion>=16)this.eat(f.parenR)?e.options=null:(this.expect(f.comma),this.afterTrailingComma(f.parenR)?e.options=null:(e.options=this.parseMaybeAssign(),this.eat(f.parenR)||(this.expect(f.comma),this.afterTrailingComma(f.parenR)||this.unexpected())));else if(!this.eat(f.parenR)){var t=this.start;this.eat(f.comma)&&this.eat(f.parenR)?this.raiseRecoverable(t,"Trailing comma is not allowed in import()"):this.unexpected(t)}return this.finishNode(e,"ImportExpression")};Y.parseImportMeta=function(e){this.next();var t=this.containsEsc;return e.property=this.parseIdent(!0),e.property.name!=="meta"&&this.raiseRecoverable(e.property.start,"The only valid meta property for import is 'import.meta'"),t&&this.raiseRecoverable(e.start,"'import.meta' must not contain escaped characters"),this.options.sourceType!=="module"&&!this.options.allowImportExportEverywhere&&this.raiseRecoverable(e.start,"Cannot use 'import.meta' outside a module"),this.finishNode(e,"MetaProperty")};Y.parseLiteral=function(e){var t=this.startNode();return t.value=e,t.raw=this.input.slice(this.start,this.end),t.raw.charCodeAt(t.raw.length-1)===110&&(t.bigint=t.value!=null?t.value.toString():t.raw.slice(0,-1).replace(/_/g,"")),this.next(),this.finishNode(t,"Literal")};Y.parseParenExpression=function(){this.expect(f.parenL);var e=this.parseExpression();return this.expect(f.parenR),e};Y.shouldParseArrow=function(e){return!this.canInsertSemicolon()};Y.parseParenAndDistinguishExpression=function(e,t){var n=this.start,i=this.startLoc,r,a=this.options.ecmaVersion>=8;if(this.options.ecmaVersion>=6){this.next();var o=this.start,l=this.startLoc,c=[],u=!0,p=!1,d=new sc,m=this.yieldPos,h=this.awaitPos,v;for(this.yieldPos=0,this.awaitPos=0;this.type!==f.parenR;)if(u?u=!1:this.expect(f.comma),a&&this.afterTrailingComma(f.parenR,!0)){p=!0;break}else if(this.type===f.ellipsis){v=this.start,c.push(this.parseParenItem(this.parseRestBinding())),this.type===f.comma&&this.raiseRecoverable(this.start,"Comma is not permitted after the rest element");break}else c.push(this.parseMaybeAssign(!1,d,this.parseParenItem));var x=this.lastTokEnd,A=this.lastTokEndLoc;if(this.expect(f.parenR),e&&this.shouldParseArrow(c)&&this.eat(f.arrow))return this.checkPatternErrors(d,!1),this.checkYieldAwaitInDefaultParams(),this.yieldPos=m,this.awaitPos=h,this.parseParenArrowList(n,i,c,t);(!c.length||p)&&this.unexpected(this.lastTokStart),v&&this.unexpected(v),this.checkExpressionErrors(d,!0),this.yieldPos=m||this.yieldPos,this.awaitPos=h||this.awaitPos,c.length>1?(r=this.startNodeAt(o,l),r.expressions=c,this.finishNodeAt(r,"SequenceExpression",x,A)):r=c[0]}else r=this.parseParenExpression();if(this.options.preserveParens){var k=this.startNodeAt(n,i);return k.expression=r,this.finishNode(k,"ParenthesizedExpression")}else return r};Y.parseParenItem=function(e){return e};Y.parseParenArrowList=function(e,t,n,i){return this.parseArrowExpression(this.startNodeAt(e,t),n,!1,i)};var Oj=[];Y.parseNew=function(){this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword new");var e=this.startNode();if(this.next(),this.options.ecmaVersion>=6&&this.type===f.dot){var t=this.startNodeAt(e.start,e.loc&&e.loc.start);t.name="new",e.meta=this.finishNode(t,"Identifier"),this.next();var n=this.containsEsc;return e.property=this.parseIdent(!0),e.property.name!=="target"&&this.raiseRecoverable(e.property.start,"The only valid meta property for new is 'new.target'"),n&&this.raiseRecoverable(e.start,"'new.target' must not contain escaped characters"),this.allowNewDotTarget||this.raiseRecoverable(e.start,"'new.target' can only be used in functions and class static block"),this.finishNode(e,"MetaProperty")}var i=this.start,r=this.startLoc;return e.callee=this.parseSubscripts(this.parseExprAtom(null,!1,!0),i,r,!0,!1),this.eat(f.parenL)?e.arguments=this.parseExprList(f.parenR,this.options.ecmaVersion>=8,!1):e.arguments=Oj,this.finishNode(e,"NewExpression")};Y.parseTemplateElement=function(e){var t=e.isTagged,n=this.startNode();return this.type===f.invalidTemplate?(t||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===f.backQuote,this.finishNode(n,"TemplateElement")};Y.parseTemplate=function(e){e===void 0&&(e={});var t=e.isTagged;t===void 0&&(t=!1);var n=this.startNode();this.next(),n.expressions=[];var i=this.parseTemplateElement({isTagged:t});for(n.quasis=[i];!i.tail;)this.type===f.eof&&this.raise(this.pos,"Unterminated template literal"),this.expect(f.dollarBraceL),n.expressions.push(this.parseExpression()),this.expect(f.braceR),n.quasis.push(i=this.parseTemplateElement({isTagged:t}));return this.next(),this.finishNode(n,"TemplateLiteral")};Y.isAsyncProp=function(e){return!e.computed&&e.key.type==="Identifier"&&e.key.name==="async"&&(this.type===f.name||this.type===f.num||this.type===f.string||this.type===f.bracketL||this.type.keyword||this.options.ecmaVersion>=9&&this.type===f.star)&&!$t.test(this.input.slice(this.lastTokEnd,this.start))};Y.parseObj=function(e,t){var n=this.startNode(),i=!0,r={};for(n.properties=[],this.next();!this.eat(f.braceR);){if(i)i=!1;else if(this.expect(f.comma),this.options.ecmaVersion>=5&&this.afterTrailingComma(f.braceR))break;var a=this.parseProperty(e,t);e||this.checkPropClash(a,r,t),n.properties.push(a)}return this.finishNode(n,e?"ObjectPattern":"ObjectExpression")};Y.parseProperty=function(e,t){var n=this.startNode(),i,r,a,o;if(this.options.ecmaVersion>=9&&this.eat(f.ellipsis))return e?(n.argument=this.parseIdent(!1),this.type===f.comma&&this.raiseRecoverable(this.start,"Comma is not permitted after the rest element"),this.finishNode(n,"RestElement")):(n.argument=this.parseMaybeAssign(!1,t),this.type===f.comma&&t&&t.trailingComma<0&&(t.trailingComma=this.start),this.finishNode(n,"SpreadElement"));this.options.ecmaVersion>=6&&(n.method=!1,n.shorthand=!1,(e||t)&&(a=this.start,o=this.startLoc),e||(i=this.eat(f.star)));var l=this.containsEsc;return this.parsePropertyName(n),!e&&!l&&this.options.ecmaVersion>=8&&!i&&this.isAsyncProp(n)?(r=!0,i=this.options.ecmaVersion>=9&&this.eat(f.star),this.parsePropertyName(n)):r=!1,this.parsePropertyValue(n,e,i,r,a,o,t,l),this.finishNode(n,"Property")};Y.parseGetterSetter=function(e){var t=e.key.name;this.parsePropertyName(e),e.value=this.parseMethod(!1),e.kind=t;var n=e.kind==="get"?0:1;if(e.value.params.length!==n){var i=e.value.start;e.kind==="get"?this.raiseRecoverable(i,"getter should have no params"):this.raiseRecoverable(i,"setter should have exactly one param")}else e.kind==="set"&&e.value.params[0].type==="RestElement"&&this.raiseRecoverable(e.value.params[0].start,"Setter cannot use rest params")};Y.parsePropertyValue=function(e,t,n,i,r,a,o,l){(n||i)&&this.type===f.colon&&this.unexpected(),this.eat(f.colon)?(e.value=t?this.parseMaybeDefault(this.start,this.startLoc):this.parseMaybeAssign(!1,o),e.kind="init"):this.options.ecmaVersion>=6&&this.type===f.parenL?(t&&this.unexpected(),e.method=!0,e.value=this.parseMethod(n,i),e.kind="init"):!t&&!l&&this.options.ecmaVersion>=5&&!e.computed&&e.key.type==="Identifier"&&(e.key.name==="get"||e.key.name==="set")&&this.type!==f.comma&&this.type!==f.braceR&&this.type!==f.eq?((n||i)&&this.unexpected(),this.parseGetterSetter(e)):this.options.ecmaVersion>=6&&!e.computed&&e.key.type==="Identifier"?((n||i)&&this.unexpected(),this.checkUnreserved(e.key),e.key.name==="await"&&!this.awaitIdentPos&&(this.awaitIdentPos=r),t?e.value=this.parseMaybeDefault(r,a,this.copyNode(e.key)):this.type===f.eq&&o?(o.shorthandAssign<0&&(o.shorthandAssign=this.start),e.value=this.parseMaybeDefault(r,a,this.copyNode(e.key))):e.value=this.copyNode(e.key),e.kind="init",e.shorthand=!0):this.unexpected()};Y.parsePropertyName=function(e){if(this.options.ecmaVersion>=6){if(this.eat(f.bracketL))return e.computed=!0,e.key=this.parseMaybeAssign(),this.expect(f.bracketR),e.key;e.computed=!1}return e.key=this.type===f.num||this.type===f.string?this.parseExprAtom():this.parseIdent(this.options.allowReserved!=="never")};Y.initFunction=function(e){e.id=null,this.options.ecmaVersion>=6&&(e.generator=e.expression=!1),this.options.ecmaVersion>=8&&(e.async=!1)};Y.parseMethod=function(e,t,n){var i=this.startNode(),r=this.yieldPos,a=this.awaitPos,o=this.awaitIdentPos;return this.initFunction(i),this.options.ecmaVersion>=6&&(i.generator=e),this.options.ecmaVersion>=8&&(i.async=!!t),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(tf(t,i.generator)|ac|(n?I1:0)),this.expect(f.parenL),i.params=this.parseBindingList(f.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams(),this.parseFunctionBody(i,!1,!0,!1),this.yieldPos=r,this.awaitPos=a,this.awaitIdentPos=o,this.finishNode(i,"FunctionExpression")};Y.parseArrowExpression=function(e,t,n,i){var r=this.yieldPos,a=this.awaitPos,o=this.awaitIdentPos;return this.enterScope(tf(n,!1)|ef),this.initFunction(e),this.options.ecmaVersion>=8&&(e.async=!!n),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,e.params=this.toAssignableList(t,!0),this.parseFunctionBody(e,!0,!1,i),this.yieldPos=r,this.awaitPos=a,this.awaitIdentPos=o,this.finishNode(e,"ArrowFunctionExpression")};Y.parseFunctionBody=function(e,t,n,i){var r=t&&this.type!==f.braceL,a=this.strict,o=!1;if(r)e.body=this.parseMaybeAssign(i),e.expression=!0,this.checkParams(e,!1);else{var l=this.options.ecmaVersion>=7&&!this.isSimpleParamList(e.params);(!a||l)&&(o=this.strictDirective(this.end),o&&l&&this.raiseRecoverable(e.start,"Illegal 'use strict' directive in function with non-simple parameter list"));var c=this.labels;this.labels=[],o&&(this.strict=!0),this.checkParams(e,!a&&!o&&!t&&!n&&this.isSimpleParamList(e.params)),this.strict&&e.id&&this.checkLValSimple(e.id,$1),e.body=this.parseBlock(!1,void 0,o&&!a),e.expression=!1,this.adaptDirectivePrologue(e.body.body),this.labels=c}this.exitScope()};Y.isSimpleParamList=function(e){for(var t=0,n=e;t<n.length;t+=1){var i=n[t];if(i.type!=="Identifier")return!1}return!0};Y.checkParams=function(e,t){for(var n=Object.create(null),i=0,r=e.params;i<r.length;i+=1){var a=r[i];this.checkLValInnerPattern(a,nf,t?null:n)}};Y.parseExprList=function(e,t,n,i){for(var r=[],a=!0;!this.eat(e);){if(a)a=!1;else if(this.expect(f.comma),t&&this.afterTrailingComma(e))break;var o=void 0;n&&this.type===f.comma?o=null:this.type===f.ellipsis?(o=this.parseSpread(i),i&&this.type===f.comma&&i.trailingComma<0&&(i.trailingComma=this.start)):o=this.parseMaybeAssign(!1,i),r.push(o)}return r};Y.checkUnreserved=function(e){var t=e.start,n=e.end,i=e.name;if(this.inGenerator&&i==="yield"&&this.raiseRecoverable(t,"Cannot use 'yield' as identifier inside a generator"),this.inAsync&&i==="await"&&this.raiseRecoverable(t,"Cannot use 'await' as identifier inside an async function"),!(this.currentThisScope().flags&oc)&&i==="arguments"&&this.raiseRecoverable(t,"Cannot use 'arguments' in class field initializer"),this.inClassStaticBlock&&(i==="arguments"||i==="await")&&this.raise(t,"Cannot use "+i+" in class static initialization block"),this.keywords.test(i)&&this.raise(t,"Unexpected keyword '"+i+"'"),!(this.options.ecmaVersion<6&&this.input.slice(t,n).indexOf("\\")!==-1)){var r=this.strict?this.reservedWordsStrict:this.reservedWords;r.test(i)&&(!this.inAsync&&i==="await"&&this.raiseRecoverable(t,"Cannot use keyword 'await' outside an async function"),this.raiseRecoverable(t,"The keyword '"+i+"' is reserved"))}};Y.parseIdent=function(e){var t=this.parseIdentNode();return this.next(!!e),this.finishNode(t,"Identifier"),e||(this.checkUnreserved(t),t.name==="await"&&!this.awaitIdentPos&&(this.awaitIdentPos=t.start)),t};Y.parseIdentNode=function(){var e=this.startNode();return this.type===f.name?e.name=this.value:this.type.keyword?(e.name=this.type.keyword,(e.name==="class"||e.name==="function")&&(this.lastTokEnd!==this.lastTokStart+1||this.input.charCodeAt(this.lastTokStart)!==46)&&this.context.pop(),this.type=f.name):this.unexpected(),e};Y.parsePrivateIdent=function(){var e=this.startNode();return this.type===f.privateId?e.name=this.value:this.unexpected(),this.next(),this.finishNode(e,"PrivateIdentifier"),this.options.checkPrivateFields&&(this.privateNameStack.length===0?this.raise(e.start,"Private field '#"+e.name+"' must be declared in an enclosing class"):this.privateNameStack[this.privateNameStack.length-1].used.push(e)),e};Y.parseYield=function(e){this.yieldPos||(this.yieldPos=this.start);var t=this.startNode();return this.next(),this.type===f.semi||this.canInsertSemicolon()||this.type!==f.star&&!this.type.startsExpr?(t.delegate=!1,t.argument=null):(t.delegate=this.eat(f.star),t.argument=this.parseMaybeAssign(e)),this.finishNode(t,"YieldExpression")};Y.parseAwait=function(e){this.awaitPos||(this.awaitPos=this.start);var t=this.startNode();return this.next(),t.argument=this.parseMaybeUnary(null,!0,!1,e),this.finishNode(t,"AwaitExpression")};var nc=Ve.prototype;nc.raise=function(e,t){var n=T1(this.input,e);t+=" ("+n.line+":"+n.column+")",this.sourceFile&&(t+=" in "+this.sourceFile);var i=new SyntaxError(t);throw i.pos=e,i.loc=n,i.raisedAt=this.pos,i};nc.raiseRecoverable=nc.raise;nc.curPosition=function(){if(this.options.locations)return new To(this.curLine,this.pos-this.lineStart)};var wr=Ve.prototype,Rj=s(function(t){this.flags=t,this.var=[],this.lexical=[],this.functions=[]},"Scope");wr.enterScope=function(e){this.scopeStack.push(new Rj(e))};wr.exitScope=function(){this.scopeStack.pop()};wr.treatFunctionsAsVarInScope=function(e){return e.flags&oi||!this.inModule&&e.flags&ai};wr.declareName=function(e,t,n){var i=!1;if(t===or){var r=this.currentScope();i=r.lexical.indexOf(e)>-1||r.functions.indexOf(e)>-1||r.var.indexOf(e)>-1,r.lexical.push(e),this.inModule&&r.flags&ai&&delete this.undefinedExports[e]}else if(t===_1){var a=this.currentScope();a.lexical.push(e)}else if(t===z1){var o=this.currentScope();this.treatFunctionsAsVar?i=o.lexical.indexOf(e)>-1:i=o.lexical.indexOf(e)>-1||o.var.indexOf(e)>-1,o.functions.push(e)}else for(var l=this.scopeStack.length-1;l>=0;--l){var c=this.scopeStack[l];if(c.lexical.indexOf(e)>-1&&!(c.flags&F1&&c.lexical[0]===e)||!this.treatFunctionsAsVarInScope(c)&&c.functions.indexOf(e)>-1){i=!0;break}if(c.var.push(e),this.inModule&&c.flags&ai&&delete this.undefinedExports[e],c.flags&oc)break}i&&this.raiseRecoverable(n,"Identifier '"+e+"' has already been declared")};wr.checkLocalExport=function(e){this.scopeStack[0].lexical.indexOf(e.name)===-1&&this.scopeStack[0].var.indexOf(e.name)===-1&&(this.undefinedExports[e.name]=e)};wr.currentScope=function(){return this.scopeStack[this.scopeStack.length-1]};wr.currentVarScope=function(){for(var e=this.scopeStack.length-1;;e--){var t=this.scopeStack[e];if(t.flags&(oc|Po|si))return t}};wr.currentThisScope=function(){for(var e=this.scopeStack.length-1;;e--){var t=this.scopeStack[e];if(t.flags&(oc|Po|si)&&!(t.flags&ef))return t}};var lc=s(function(t,n,i){this.type="",this.start=n,this.end=0,t.options.locations&&(this.loc=new ic(t,i)),t.options.directSourceFile&&(this.sourceFile=t.options.directSourceFile),t.options.ranges&&(this.range=[n,0])},"Node"),Fo=Ve.prototype;Fo.startNode=function(){return new lc(this,this.start,this.startLoc)};Fo.startNodeAt=function(e,t){return new lc(this,e,t)};function M1(e,t,n,i){return e.type=t,e.end=n,this.options.locations&&(e.loc.end=i),this.options.ranges&&(e.range[1]=n),e}s(M1,"finishNodeAt");Fo.finishNode=function(e,t){return M1.call(this,e,t,this.lastTokEnd,this.lastTokEndLoc)};Fo.finishNodeAt=function(e,t,n,i){return M1.call(this,e,t,n,i)};Fo.copyNode=function(e){var t=new lc(this,e.start,this.startLoc);for(var n in e)t[n]=e[n];return t};var Lj="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",O1="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",R1=O1+" Extended_Pictographic",L1=R1,B1=L1+" EBase EComp EMod EPres ExtPict",U1=B1,Bj=U1,Uj={9:O1,10:R1,11:L1,12:B1,13:U1,14:Bj},Vj="Basic_Emoji Emoji_Keycap_Sequence RGI_Emoji_Modifier_Sequence RGI_Emoji_Flag_Sequence RGI_Emoji_Tag_Sequence RGI_Emoji_ZWJ_Sequence RGI_Emoji",Zj={9:"",10:"",11:"",12:"",13:"",14:Vj},y1="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",V1="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",Z1=V1+" Dogra Dogr Gunjala_Gondi Gong Hanifi_Rohingya Rohg Makasar Maka Medefaidrin Medf Old_Sogdian Sogo Sogdian Sogd",q1=Z1+" Elymaic Elym Nandinagari Nand Nyiakeng_Puachue_Hmong Hmnp Wancho Wcho",J1=q1+" Chorasmian Chrs Diak Dives_Akuru Khitan_Small_Script Kits Yezi Yezidi",G1=J1+" Cypro_Minoan Cpmn Old_Uyghur Ougr Tangsa Tnsa Toto Vithkuqi Vith",qj=G1+" "+Lj,Jj={9:V1,10:Z1,11:q1,12:J1,13:G1,14:qj},W1={};function Gj(e){var t=W1[e]={binary:xr(Uj[e]+" "+y1),binaryOfStrings:xr(Zj[e]),nonBinary:{General_Category:xr(y1),Script:xr(Jj[e])}};t.nonBinary.Script_Extensions=t.nonBinary.Script,t.nonBinary.gc=t.nonBinary.General_Category,t.nonBinary.sc=t.nonBinary.Script,t.nonBinary.scx=t.nonBinary.Script_Extensions}s(Gj,"buildUnicodeData");for(Ql=0,Gh=[9,10,11,12,13,14];Ql<Gh.length;Ql+=1)b1=Gh[Ql],Gj(b1);var b1,Ql,Gh,Z=Ve.prototype,rc=s(function(t,n){this.parent=t,this.base=n||this},"BranchID");rc.prototype.separatedFrom=s(function(t){for(var n=this;n;n=n.parent)for(var i=t;i;i=i.parent)if(n.base===i.base&&n!==i)return!0;return!1},"separatedFrom");rc.prototype.sibling=s(function(){return new rc(this.parent,this.base)},"sibling");var Vn=s(function(t){this.parser=t,this.validFlags="gim"+(t.options.ecmaVersion>=6?"uy":"")+(t.options.ecmaVersion>=9?"s":"")+(t.options.ecmaVersion>=13?"d":"")+(t.options.ecmaVersion>=15?"v":""),this.unicodeProperties=W1[t.options.ecmaVersion>=14?14:t.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");Vn.prototype.reset=s(function(t,n,i){var r=i.indexOf("v")!==-1,a=i.indexOf("u")!==-1;this.start=t|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");Vn.prototype.raise=s(function(t){this.parser.raiseRecoverable(this.start,"Invalid regular expression: /"+this.source+"/: "+t)},"raise");Vn.prototype.at=s(function(t,n){n===void 0&&(n=!1);var i=this.source,r=i.length;if(t>=r)return-1;var a=i.charCodeAt(t);if(!(n||this.switchU)||a<=55295||a>=57344||t+1>=r)return a;var o=i.charCodeAt(t+1);return o>=56320&&o<=57343?(a<<10)+o-56613888:a},"at");Vn.prototype.nextIndex=s(function(t,n){n===void 0&&(n=!1);var i=this.source,r=i.length;if(t>=r)return r;var a=i.charCodeAt(t),o;return!(n||this.switchU)||a<=55295||a>=57344||t+1>=r||(o=i.charCodeAt(t+1))<56320||o>57343?t+1:t+2},"nextIndex");Vn.prototype.current=s(function(t){return t===void 0&&(t=!1),this.at(this.pos,t)},"current");Vn.prototype.lookahead=s(function(t){return t===void 0&&(t=!1),this.at(this.nextIndex(this.pos,t),t)},"lookahead");Vn.prototype.advance=s(function(t){t===void 0&&(t=!1),this.pos=this.nextIndex(this.pos,t)},"advance");Vn.prototype.eat=s(function(t,n){return n===void 0&&(n=!1),this.current(n)===t?(this.advance(n),!0):!1},"eat");Vn.prototype.eatChars=s(function(t,n){n===void 0&&(n=!1);for(var i=this.pos,r=0,a=t;r<a.length;r+=1){var o=a[r],l=this.at(i,n);if(l===-1||l!==o)return!1;i=this.nextIndex(i,n)}return this.pos=i,!0},"eatChars");Z.validateRegExpFlags=function(e){for(var t=e.validFlags,n=e.flags,i=!1,r=!1,a=0;a<n.length;a++){var o=n.charAt(a);t.indexOf(o)===-1&&this.raise(e.start,"Invalid regular expression flag"),n.indexOf(o,a+1)>-1&&this.raise(e.start,"Duplicate regular expression flag"),o==="u"&&(i=!0),o==="v"&&(r=!0)}this.options.ecmaVersion>=15&&i&&r&&this.raise(e.start,"Invalid regular expression flag")};function Wj(e){for(var t in e)return!0;return!1}s(Wj,"hasProp");Z.validateRegExpPattern=function(e){this.regexp_pattern(e),!e.switchN&&this.options.ecmaVersion>=9&&Wj(e.groupNames)&&(e.switchN=!0,this.regexp_pattern(e))};Z.regexp_pattern=function(e){e.pos=0,e.lastIntValue=0,e.lastStringValue="",e.lastAssertionIsQuantifiable=!1,e.numCapturingParens=0,e.maxBackReference=0,e.groupNames=Object.create(null),e.backReferenceNames.length=0,e.branchID=null,this.regexp_disjunction(e),e.pos!==e.source.length&&(e.eat(41)&&e.raise("Unmatched ')'"),(e.eat(93)||e.eat(125))&&e.raise("Lone quantifier brackets")),e.maxBackReference>e.numCapturingParens&&e.raise("Invalid escape");for(var t=0,n=e.backReferenceNames;t<n.length;t+=1){var i=n[t];e.groupNames[i]||e.raise("Invalid named capture referenced")}};Z.regexp_disjunction=function(e){var t=this.options.ecmaVersion>=16;for(t&&(e.branchID=new rc(e.branchID,null)),this.regexp_alternative(e);e.eat(124);)t&&(e.branchID=e.branchID.sibling()),this.regexp_alternative(e);t&&(e.branchID=e.branchID.parent),this.regexp_eatQuantifier(e,!0)&&e.raise("Nothing to repeat"),e.eat(123)&&e.raise("Lone quantifier brackets")};Z.regexp_alternative=function(e){for(;e.pos<e.source.length&&this.regexp_eatTerm(e););};Z.regexp_eatTerm=function(e){return this.regexp_eatAssertion(e)?(e.lastAssertionIsQuantifiable&&this.regexp_eatQuantifier(e)&&e.switchU&&e.raise("Invalid quantifier"),!0):(e.switchU?this.regexp_eatAtom(e):this.regexp_eatExtendedAtom(e))?(this.regexp_eatQuantifier(e),!0):!1};Z.regexp_eatAssertion=function(e){var t=e.pos;if(e.lastAssertionIsQuantifiable=!1,e.eat(94)||e.eat(36))return!0;if(e.eat(92)){if(e.eat(66)||e.eat(98))return!0;e.pos=t}if(e.eat(40)&&e.eat(63)){var n=!1;if(this.options.ecmaVersion>=9&&(n=e.eat(60)),e.eat(61)||e.eat(33))return this.regexp_disjunction(e),e.eat(41)||e.raise("Unterminated group"),e.lastAssertionIsQuantifiable=!n,!0}return e.pos=t,!1};Z.regexp_eatQuantifier=function(e,t){return t===void 0&&(t=!1),this.regexp_eatQuantifierPrefix(e,t)?(e.eat(63),!0):!1};Z.regexp_eatQuantifierPrefix=function(e,t){return e.eat(42)||e.eat(43)||e.eat(63)||this.regexp_eatBracedQuantifier(e,t)};Z.regexp_eatBracedQuantifier=function(e,t){var n=e.pos;if(e.eat(123)){var i=0,r=-1;if(this.regexp_eatDecimalDigits(e)&&(i=e.lastIntValue,e.eat(44)&&this.regexp_eatDecimalDigits(e)&&(r=e.lastIntValue),e.eat(125)))return r!==-1&&r<i&&!t&&e.raise("numbers out of order in {} quantifier"),!0;e.switchU&&!t&&e.raise("Incomplete quantifier"),e.pos=n}return!1};Z.regexp_eatAtom=function(e){return this.regexp_eatPatternCharacters(e)||e.eat(46)||this.regexp_eatReverseSolidusAtomEscape(e)||this.regexp_eatCharacterClass(e)||this.regexp_eatUncapturingGroup(e)||this.regexp_eatCapturingGroup(e)};Z.regexp_eatReverseSolidusAtomEscape=function(e){var t=e.pos;if(e.eat(92)){if(this.regexp_eatAtomEscape(e))return!0;e.pos=t}return!1};Z.regexp_eatUncapturingGroup=function(e){var t=e.pos;if(e.eat(40)){if(e.eat(63)){if(this.options.ecmaVersion>=16){var n=this.regexp_eatModifiers(e),i=e.eat(45);if(n||i){for(var r=0;r<n.length;r++){var a=n.charAt(r);n.indexOf(a,r+1)>-1&&e.raise("Duplicate regular expression modifiers")}if(i){var o=this.regexp_eatModifiers(e);!n&&!o&&e.current()===58&&e.raise("Invalid regular expression modifiers");for(var l=0;l<o.length;l++){var c=o.charAt(l);(o.indexOf(c,l+1)>-1||n.indexOf(c)>-1)&&e.raise("Duplicate regular expression modifiers")}}}}if(e.eat(58)){if(this.regexp_disjunction(e),e.eat(41))return!0;e.raise("Unterminated group")}}e.pos=t}return!1};Z.regexp_eatCapturingGroup=function(e){if(e.eat(40)){if(this.options.ecmaVersion>=9?this.regexp_groupSpecifier(e):e.current()===63&&e.raise("Invalid group"),this.regexp_disjunction(e),e.eat(41))return e.numCapturingParens+=1,!0;e.raise("Unterminated group")}return!1};Z.regexp_eatModifiers=function(e){for(var t="",n=0;(n=e.current())!==-1&&Hj(n);)t+=ir(n),e.advance();return t};function Hj(e){return e===105||e===109||e===115}s(Hj,"isRegularExpressionModifier");Z.regexp_eatExtendedAtom=function(e){return e.eat(46)||this.regexp_eatReverseSolidusAtomEscape(e)||this.regexp_eatCharacterClass(e)||this.regexp_eatUncapturingGroup(e)||this.regexp_eatCapturingGroup(e)||this.regexp_eatInvalidBracedQuantifier(e)||this.regexp_eatExtendedPatternCharacter(e)};Z.regexp_eatInvalidBracedQuantifier=function(e){return this.regexp_eatBracedQuantifier(e,!0)&&e.raise("Nothing to repeat"),!1};Z.regexp_eatSyntaxCharacter=function(e){var t=e.current();return H1(t)?(e.lastIntValue=t,e.advance(),!0):!1};function H1(e){return e===36||e>=40&&e<=43||e===46||e===63||e>=91&&e<=94||e>=123&&e<=125}s(H1,"isSyntaxCharacter");Z.regexp_eatPatternCharacters=function(e){for(var t=e.pos,n=0;(n=e.current())!==-1&&!H1(n);)e.advance();return e.pos!==t};Z.regexp_eatExtendedPatternCharacter=function(e){var t=e.current();return t!==-1&&t!==36&&!(t>=40&&t<=43)&&t!==46&&t!==63&&t!==91&&t!==94&&t!==124?(e.advance(),!0):!1};Z.regexp_groupSpecifier=function(e){if(e.eat(63)){this.regexp_eatGroupName(e)||e.raise("Invalid group");var t=this.options.ecmaVersion>=16,n=e.groupNames[e.lastStringValue];if(n)if(t)for(var i=0,r=n;i<r.length;i+=1){var a=r[i];a.separatedFrom(e.branchID)||e.raise("Duplicate capture group name")}else e.raise("Duplicate capture group name");t?(n||(e.groupNames[e.lastStringValue]=[])).push(e.branchID):e.groupNames[e.lastStringValue]=!0}};Z.regexp_eatGroupName=function(e){if(e.lastStringValue="",e.eat(60)){if(this.regexp_eatRegExpIdentifierName(e)&&e.eat(62))return!0;e.raise("Invalid capture group name")}return!1};Z.regexp_eatRegExpIdentifierName=function(e){if(e.lastStringValue="",this.regexp_eatRegExpIdentifierStart(e)){for(e.lastStringValue+=ir(e.lastIntValue);this.regexp_eatRegExpIdentifierPart(e);)e.lastStringValue+=ir(e.lastIntValue);return!0}return!1};Z.regexp_eatRegExpIdentifierStart=function(e){var t=e.pos,n=this.options.ecmaVersion>=11,i=e.current(n);return e.advance(n),i===92&&this.regexp_eatRegExpUnicodeEscapeSequence(e,n)&&(i=e.lastIntValue),Kj(i)?(e.lastIntValue=i,!0):(e.pos=t,!1)};function Kj(e){return Un(e,!0)||e===36||e===95}s(Kj,"isRegExpIdentifierStart");Z.regexp_eatRegExpIdentifierPart=function(e){var t=e.pos,n=this.options.ecmaVersion>=11,i=e.current(n);return e.advance(n),i===92&&this.regexp_eatRegExpUnicodeEscapeSequence(e,n)&&(i=e.lastIntValue),Yj(i)?(e.lastIntValue=i,!0):(e.pos=t,!1)};function Yj(e){return Ar(e,!0)||e===36||e===95||e===8204||e===8205}s(Yj,"isRegExpIdentifierPart");Z.regexp_eatAtomEscape=function(e){return this.regexp_eatBackReference(e)||this.regexp_eatCharacterClassEscape(e)||this.regexp_eatCharacterEscape(e)||e.switchN&&this.regexp_eatKGroupName(e)?!0:(e.switchU&&(e.current()===99&&e.raise("Invalid unicode escape"),e.raise("Invalid escape")),!1)};Z.regexp_eatBackReference=function(e){var t=e.pos;if(this.regexp_eatDecimalEscape(e)){var n=e.lastIntValue;if(e.switchU)return n>e.maxBackReference&&(e.maxBackReference=n),!0;if(n<=e.numCapturingParens)return!0;e.pos=t}return!1};Z.regexp_eatKGroupName=function(e){if(e.eat(107)){if(this.regexp_eatGroupName(e))return e.backReferenceNames.push(e.lastStringValue),!0;e.raise("Invalid named reference")}return!1};Z.regexp_eatCharacterEscape=function(e){return this.regexp_eatControlEscape(e)||this.regexp_eatCControlLetter(e)||this.regexp_eatZero(e)||this.regexp_eatHexEscapeSequence(e)||this.regexp_eatRegExpUnicodeEscapeSequence(e,!1)||!e.switchU&&this.regexp_eatLegacyOctalEscapeSequence(e)||this.regexp_eatIdentityEscape(e)};Z.regexp_eatCControlLetter=function(e){var t=e.pos;if(e.eat(99)){if(this.regexp_eatControlLetter(e))return!0;e.pos=t}return!1};Z.regexp_eatZero=function(e){return e.current()===48&&!cc(e.lookahead())?(e.lastIntValue=0,e.advance(),!0):!1};Z.regexp_eatControlEscape=function(e){var t=e.current();return t===116?(e.lastIntValue=9,e.advance(),!0):t===110?(e.lastIntValue=10,e.advance(),!0):t===118?(e.lastIntValue=11,e.advance(),!0):t===102?(e.lastIntValue=12,e.advance(),!0):t===114?(e.lastIntValue=13,e.advance(),!0):!1};Z.regexp_eatControlLetter=function(e){var t=e.current();return K1(t)?(e.lastIntValue=t%32,e.advance(),!0):!1};function K1(e){return e>=65&&e<=90||e>=97&&e<=122}s(K1,"isControlLetter");Z.regexp_eatRegExpUnicodeEscapeSequence=function(e,t){t===void 0&&(t=!1);var n=e.pos,i=t||e.switchU;if(e.eat(117)){if(this.regexp_eatFixedHexDigits(e,4)){var r=e.lastIntValue;if(i&&r>=55296&&r<=56319){var a=e.pos;if(e.eat(92)&&e.eat(117)&&this.regexp_eatFixedHexDigits(e,4)){var o=e.lastIntValue;if(o>=56320&&o<=57343)return e.lastIntValue=(r-55296)*1024+(o-56320)+65536,!0}e.pos=a,e.lastIntValue=r}return!0}if(i&&e.eat(123)&&this.regexp_eatHexDigits(e)&&e.eat(125)&&Xj(e.lastIntValue))return!0;i&&e.raise("Invalid unicode escape"),e.pos=n}return!1};function Xj(e){return e>=0&&e<=1114111}s(Xj,"isValidUnicode");Z.regexp_eatIdentityEscape=function(e){if(e.switchU)return this.regexp_eatSyntaxCharacter(e)?!0:e.eat(47)?(e.lastIntValue=47,!0):!1;var t=e.current();return t!==99&&(!e.switchN||t!==107)?(e.lastIntValue=t,e.advance(),!0):!1};Z.regexp_eatDecimalEscape=function(e){e.lastIntValue=0;var t=e.current();if(t>=49&&t<=57){do e.lastIntValue=10*e.lastIntValue+(t-48),e.advance();while((t=e.current())>=48&&t<=57);return!0}return!1};var Y1=0,ar=1,sn=2;Z.regexp_eatCharacterClassEscape=function(e){var t=e.current();if(Qj(t))return e.lastIntValue=-1,e.advance(),ar;var n=!1;if(e.switchU&&this.options.ecmaVersion>=9&&((n=t===80)||t===112)){e.lastIntValue=-1,e.advance();var i;if(e.eat(123)&&(i=this.regexp_eatUnicodePropertyValueExpression(e))&&e.eat(125))return n&&i===sn&&e.raise("Invalid property name"),i;e.raise("Invalid property name")}return Y1};function Qj(e){return e===100||e===68||e===115||e===83||e===119||e===87}s(Qj,"isCharacterClassEscape");Z.regexp_eatUnicodePropertyValueExpression=function(e){var t=e.pos;if(this.regexp_eatUnicodePropertyName(e)&&e.eat(61)){var n=e.lastStringValue;if(this.regexp_eatUnicodePropertyValue(e)){var i=e.lastStringValue;return this.regexp_validateUnicodePropertyNameAndValue(e,n,i),ar}}if(e.pos=t,this.regexp_eatLoneUnicodePropertyNameOrValue(e)){var r=e.lastStringValue;return this.regexp_validateUnicodePropertyNameOrValue(e,r)}return Y1};Z.regexp_validateUnicodePropertyNameAndValue=function(e,t,n){na(e.unicodeProperties.nonBinary,t)||e.raise("Invalid property name"),e.unicodeProperties.nonBinary[t].test(n)||e.raise("Invalid property value")};Z.regexp_validateUnicodePropertyNameOrValue=function(e,t){if(e.unicodeProperties.binary.test(t))return ar;if(e.switchV&&e.unicodeProperties.binaryOfStrings.test(t))return sn;e.raise("Invalid property name")};Z.regexp_eatUnicodePropertyName=function(e){var t=0;for(e.lastStringValue="";X1(t=e.current());)e.lastStringValue+=ir(t),e.advance();return e.lastStringValue!==""};function X1(e){return K1(e)||e===95}s(X1,"isUnicodePropertyNameCharacter");Z.regexp_eatUnicodePropertyValue=function(e){var t=0;for(e.lastStringValue="";eM(t=e.current());)e.lastStringValue+=ir(t),e.advance();return e.lastStringValue!==""};function eM(e){return X1(e)||cc(e)}s(eM,"isUnicodePropertyValueCharacter");Z.regexp_eatLoneUnicodePropertyNameOrValue=function(e){return this.regexp_eatUnicodePropertyValue(e)};Z.regexp_eatCharacterClass=function(e){if(e.eat(91)){var t=e.eat(94),n=this.regexp_classContents(e);return e.eat(93)||e.raise("Unterminated character class"),t&&n===sn&&e.raise("Negated character class may contain strings"),!0}return!1};Z.regexp_classContents=function(e){return e.current()===93?ar:e.switchV?this.regexp_classSetExpression(e):(this.regexp_nonEmptyClassRanges(e),ar)};Z.regexp_nonEmptyClassRanges=function(e){for(;this.regexp_eatClassAtom(e);){var t=e.lastIntValue;if(e.eat(45)&&this.regexp_eatClassAtom(e)){var n=e.lastIntValue;e.switchU&&(t===-1||n===-1)&&e.raise("Invalid character class"),t!==-1&&n!==-1&&t>n&&e.raise("Range out of order in character class")}}};Z.regexp_eatClassAtom=function(e){var t=e.pos;if(e.eat(92)){if(this.regexp_eatClassEscape(e))return!0;if(e.switchU){var n=e.current();(n===99||tE(n))&&e.raise("Invalid class escape"),e.raise("Invalid escape")}e.pos=t}var i=e.current();return i!==93?(e.lastIntValue=i,e.advance(),!0):!1};Z.regexp_eatClassEscape=function(e){var t=e.pos;if(e.eat(98))return e.lastIntValue=8,!0;if(e.switchU&&e.eat(45))return e.lastIntValue=45,!0;if(!e.switchU&&e.eat(99)){if(this.regexp_eatClassControlLetter(e))return!0;e.pos=t}return this.regexp_eatCharacterClassEscape(e)||this.regexp_eatCharacterEscape(e)};Z.regexp_classSetExpression=function(e){var t=ar,n;if(!this.regexp_eatClassSetRange(e))if(n=this.regexp_eatClassSetOperand(e)){n===sn&&(t=sn);for(var i=e.pos;e.eatChars([38,38]);){if(e.current()!==38&&(n=this.regexp_eatClassSetOperand(e))){n!==sn&&(t=ar);continue}e.raise("Invalid character in character class")}if(i!==e.pos)return t;for(;e.eatChars([45,45]);)this.regexp_eatClassSetOperand(e)||e.raise("Invalid character in character class");if(i!==e.pos)return t}else e.raise("Invalid character in character class");for(;;)if(!this.regexp_eatClassSetRange(e)){if(n=this.regexp_eatClassSetOperand(e),!n)return t;n===sn&&(t=sn)}};Z.regexp_eatClassSetRange=function(e){var t=e.pos;if(this.regexp_eatClassSetCharacter(e)){var n=e.lastIntValue;if(e.eat(45)&&this.regexp_eatClassSetCharacter(e)){var i=e.lastIntValue;return n!==-1&&i!==-1&&n>i&&e.raise("Range out of order in character class"),!0}e.pos=t}return!1};Z.regexp_eatClassSetOperand=function(e){return this.regexp_eatClassSetCharacter(e)?ar:this.regexp_eatClassStringDisjunction(e)||this.regexp_eatNestedClass(e)};Z.regexp_eatNestedClass=function(e){var t=e.pos;if(e.eat(91)){var n=e.eat(94),i=this.regexp_classContents(e);if(e.eat(93))return n&&i===sn&&e.raise("Negated character class may contain strings"),i;e.pos=t}if(e.eat(92)){var r=this.regexp_eatCharacterClassEscape(e);if(r)return r;e.pos=t}return null};Z.regexp_eatClassStringDisjunction=function(e){var t=e.pos;if(e.eatChars([92,113])){if(e.eat(123)){var n=this.regexp_classStringDisjunctionContents(e);if(e.eat(125))return n}else e.raise("Invalid escape");e.pos=t}return null};Z.regexp_classStringDisjunctionContents=function(e){for(var t=this.regexp_classString(e);e.eat(124);)this.regexp_classString(e)===sn&&(t=sn);return t};Z.regexp_classString=function(e){for(var t=0;this.regexp_eatClassSetCharacter(e);)t++;return t===1?ar:sn};Z.regexp_eatClassSetCharacter=function(e){var t=e.pos;if(e.eat(92))return this.regexp_eatCharacterEscape(e)||this.regexp_eatClassSetReservedPunctuator(e)?!0:e.eat(98)?(e.lastIntValue=8,!0):(e.pos=t,!1);var n=e.current();return n<0||n===e.lookahead()&&tM(n)||nM(n)?!1:(e.advance(),e.lastIntValue=n,!0)};function tM(e){return e===33||e>=35&&e<=38||e>=42&&e<=44||e===46||e>=58&&e<=64||e===94||e===96||e===126}s(tM,"isClassSetReservedDoublePunctuatorCharacter");function nM(e){return e===40||e===41||e===45||e===47||e>=91&&e<=93||e>=123&&e<=125}s(nM,"isClassSetSyntaxCharacter");Z.regexp_eatClassSetReservedPunctuator=function(e){var t=e.current();return rM(t)?(e.lastIntValue=t,e.advance(),!0):!1};function rM(e){return e===33||e===35||e===37||e===38||e===44||e===45||e>=58&&e<=62||e===64||e===96||e===126}s(rM,"isClassSetReservedPunctuator");Z.regexp_eatClassControlLetter=function(e){var t=e.current();return cc(t)||t===95?(e.lastIntValue=t%32,e.advance(),!0):!1};Z.regexp_eatHexEscapeSequence=function(e){var t=e.pos;if(e.eat(120)){if(this.regexp_eatFixedHexDigits(e,2))return!0;e.switchU&&e.raise("Invalid escape"),e.pos=t}return!1};Z.regexp_eatDecimalDigits=function(e){var t=e.pos,n=0;for(e.lastIntValue=0;cc(n=e.current());)e.lastIntValue=10*e.lastIntValue+(n-48),e.advance();return e.pos!==t};function cc(e){return e>=48&&e<=57}s(cc,"isDecimalDigit");Z.regexp_eatHexDigits=function(e){var t=e.pos,n=0;for(e.lastIntValue=0;Q1(n=e.current());)e.lastIntValue=16*e.lastIntValue+eE(n),e.advance();return e.pos!==t};function Q1(e){return e>=48&&e<=57||e>=65&&e<=70||e>=97&&e<=102}s(Q1,"isHexDigit");function eE(e){return e>=65&&e<=70?10+(e-65):e>=97&&e<=102?10+(e-97):e-48}s(eE,"hexToInt");Z.regexp_eatLegacyOctalEscapeSequence=function(e){if(this.regexp_eatOctalDigit(e)){var t=e.lastIntValue;if(this.regexp_eatOctalDigit(e)){var n=e.lastIntValue;t<=3&&this.regexp_eatOctalDigit(e)?e.lastIntValue=t*64+n*8+e.lastIntValue:e.lastIntValue=t*8+n}else e.lastIntValue=t;return!0}return!1};Z.regexp_eatOctalDigit=function(e){var t=e.current();return tE(t)?(e.lastIntValue=t-48,e.advance(),!0):(e.lastIntValue=0,!1)};function tE(e){return e>=48&&e<=55}s(tE,"isOctalDigit");Z.regexp_eatFixedHexDigits=function(e,t){var n=e.pos;e.lastIntValue=0;for(var i=0;i<t;++i){var r=e.current();if(!Q1(r))return e.pos=n,!1;e.lastIntValue=16*e.lastIntValue+eE(r),e.advance()}return!0};var af=s(function(t){this.type=t.type,this.value=t.value,this.start=t.start,this.end=t.end,t.options.locations&&(this.loc=new ic(t,t.startLoc,t.endLoc)),t.options.ranges&&(this.range=[t.start,t.end])},"Token"),de=Ve.prototype;de.next=function(e){!e&&this.type.keyword&&this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword "+this.type.keyword),this.options.onToken&&this.options.onToken(new af(this)),this.lastTokEnd=this.end,this.lastTokStart=this.start,this.lastTokEndLoc=this.endLoc,this.lastTokStartLoc=this.startLoc,this.nextToken()};de.getToken=function(){return this.next(),new af(this)};typeof Symbol<"u"&&(de[Symbol.iterator]=function(){var e=this;return{next:s(function(){var t=e.getToken();return{done:t.type===f.eof,value:t}},"next")}});de.nextToken=function(){var e=this.curContext();if((!e||!e.preserveSpace)&&this.skipSpace(),this.start=this.pos,this.options.locations&&(this.startLoc=this.curPosition()),this.pos>=this.input.length)return this.finishToken(f.eof);if(e.override)return e.override(this);this.readToken(this.fullCharCodeAtPos())};de.readToken=function(e){return Un(e,this.options.ecmaVersion>=6)||e===92?this.readWord():this.getTokenFromCode(e)};de.fullCharCodeAt=function(e){var t=this.input.charCodeAt(e);if(t<=55295||t>=56320)return t;var n=this.input.charCodeAt(e+1);return n<=56319||n>=57344?t:(t<<10)+n-56613888};de.fullCharCodeAtPos=function(){return this.fullCharCodeAt(this.pos)};de.skipBlockComment=function(){var e=this.options.onComment&&this.curPosition(),t=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=t;(i=C1(this.input,r,this.pos))>-1;)++this.curLine,r=this.lineStart=i;this.options.onComment&&this.options.onComment(!0,this.input.slice(t+2,n),t,this.pos,e,this.curPosition())};de.skipLineComment=function(e){for(var t=this.pos,n=this.options.onComment&&this.curPosition(),i=this.input.charCodeAt(this.pos+=e);this.pos<this.input.length&&!ta(i);)i=this.input.charCodeAt(++this.pos);this.options.onComment&&this.options.onComment(!1,this.input.slice(t+e,this.pos),t,this.pos,n,this.curPosition())};de.skipSpace=function(){e:for(;this.pos<this.input.length;){var e=this.input.charCodeAt(this.pos);switch(e){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(e>8&&e<14||e>=5760&&S1.test(String.fromCharCode(e)))++this.pos;else break e}}};de.finishToken=function(e,t){this.end=this.pos,this.options.locations&&(this.endLoc=this.curPosition());var n=this.type;this.type=e,this.value=t,this.updateContext(n)};de.readToken_dot=function(){var e=this.input.charCodeAt(this.pos+1);if(e>=48&&e<=57)return this.readNumber(!0);var t=this.input.charCodeAt(this.pos+2);return this.options.ecmaVersion>=6&&e===46&&t===46?(this.pos+=3,this.finishToken(f.ellipsis)):(++this.pos,this.finishToken(f.dot))};de.readToken_slash=function(){var e=this.input.charCodeAt(this.pos+1);return this.exprAllowed?(++this.pos,this.readRegexp()):e===61?this.finishOp(f.assign,2):this.finishOp(f.slash,1)};de.readToken_mult_modulo_exp=function(e){var t=this.input.charCodeAt(this.pos+1),n=1,i=e===42?f.star:f.modulo;return this.options.ecmaVersion>=7&&e===42&&t===42&&(++n,i=f.starstar,t=this.input.charCodeAt(this.pos+2)),t===61?this.finishOp(f.assign,n+1):this.finishOp(i,n)};de.readToken_pipe_amp=function(e){var t=this.input.charCodeAt(this.pos+1);if(t===e){if(this.options.ecmaVersion>=12){var n=this.input.charCodeAt(this.pos+2);if(n===61)return this.finishOp(f.assign,3)}return this.finishOp(e===124?f.logicalOR:f.logicalAND,2)}return t===61?this.finishOp(f.assign,2):this.finishOp(e===124?f.bitwiseOR:f.bitwiseAND,1)};de.readToken_caret=function(){var e=this.input.charCodeAt(this.pos+1);return e===61?this.finishOp(f.assign,2):this.finishOp(f.bitwiseXOR,1)};de.readToken_plus_min=function(e){var t=this.input.charCodeAt(this.pos+1);return t===e?t===45&&!this.inModule&&this.input.charCodeAt(this.pos+2)===62&&(this.lastTokEnd===0||$t.test(this.input.slice(this.lastTokEnd,this.pos)))?(this.skipLineComment(3),this.skipSpace(),this.nextToken()):this.finishOp(f.incDec,2):t===61?this.finishOp(f.assign,2):this.finishOp(f.plusMin,1)};de.readToken_lt_gt=function(e){var t=this.input.charCodeAt(this.pos+1),n=1;return t===e?(n=e===62&&this.input.charCodeAt(this.pos+2)===62?3:2,this.input.charCodeAt(this.pos+n)===61?this.finishOp(f.assign,n+1):this.finishOp(f.bitShift,n)):t===33&&e===60&&!this.inModule&&this.input.charCodeAt(this.pos+2)===45&&this.input.charCodeAt(this.pos+3)===45?(this.skipLineComment(4),this.skipSpace(),this.nextToken()):(t===61&&(n=2),this.finishOp(f.relational,n))};de.readToken_eq_excl=function(e){var t=this.input.charCodeAt(this.pos+1);return t===61?this.finishOp(f.equality,this.input.charCodeAt(this.pos+2)===61?3:2):e===61&&t===62&&this.options.ecmaVersion>=6?(this.pos+=2,this.finishToken(f.arrow)):this.finishOp(e===61?f.eq:f.prefix,1)};de.readToken_question=function(){var e=this.options.ecmaVersion;if(e>=11){var t=this.input.charCodeAt(this.pos+1);if(t===46){var n=this.input.charCodeAt(this.pos+2);if(n<48||n>57)return this.finishOp(f.questionDot,2)}if(t===63){if(e>=12){var i=this.input.charCodeAt(this.pos+2);if(i===61)return this.finishOp(f.assign,3)}return this.finishOp(f.coalesce,2)}}return this.finishOp(f.question,1)};de.readToken_numberSign=function(){var e=this.options.ecmaVersion,t=35;if(e>=13&&(++this.pos,t=this.fullCharCodeAtPos(),Un(t,!0)||t===92))return this.finishToken(f.privateId,this.readWord1());this.raise(this.pos,"Unexpected character '"+ir(t)+"'")};de.getTokenFromCode=function(e){switch(e){case 46:return this.readToken_dot();case 40:return++this.pos,this.finishToken(f.parenL);case 41:return++this.pos,this.finishToken(f.parenR);case 59:return++this.pos,this.finishToken(f.semi);case 44:return++this.pos,this.finishToken(f.comma);case 91:return++this.pos,this.finishToken(f.bracketL);case 93:return++this.pos,this.finishToken(f.bracketR);case 123:return++this.pos,this.finishToken(f.braceL);case 125:return++this.pos,this.finishToken(f.braceR);case 58:return++this.pos,this.finishToken(f.colon);case 96:if(this.options.ecmaVersion<6)break;return++this.pos,this.finishToken(f.backQuote);case 48:var t=this.input.charCodeAt(this.pos+1);if(t===120||t===88)return this.readRadixNumber(16);if(this.options.ecmaVersion>=6){if(t===111||t===79)return this.readRadixNumber(8);if(t===98||t===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(e);case 47:return this.readToken_slash();case 37:case 42:return this.readToken_mult_modulo_exp(e);case 124:case 38:return this.readToken_pipe_amp(e);case 94:return this.readToken_caret();case 43:case 45:return this.readToken_plus_min(e);case 60:case 62:return this.readToken_lt_gt(e);case 61:case 33:return this.readToken_eq_excl(e);case 63:return this.readToken_question();case 126:return this.finishOp(f.prefix,1);case 35:return this.readToken_numberSign()}this.raise(this.pos,"Unexpected character '"+ir(e)+"'")};de.finishOp=function(e,t){var n=this.input.slice(this.pos,this.pos+t);return this.pos+=t,this.finishToken(e,n)};de.readRegexp=function(){for(var e,t,n=this.pos;;){this.pos>=this.input.length&&this.raise(n,"Unterminated regular expression");var i=this.input.charAt(this.pos);if($t.test(i)&&this.raise(n,"Unterminated regular expression"),e)e=!1;else{if(i==="[")t=!0;else if(i==="]"&&t)t=!1;else if(i==="/"&&!t)break;e=i==="\\"}++this.pos}var r=this.input.slice(n,this.pos);++this.pos;var a=this.pos,o=this.readWord1();this.containsEsc&&this.unexpected(a);var l=this.regexpState||(this.regexpState=new Vn(this));l.reset(n,r,o),this.validateRegExpFlags(l),this.validateRegExpPattern(l);var c=null;try{c=new RegExp(r,o)}catch{}return this.finishToken(f.regexp,{pattern:r,flags:o,value:c})};de.readInt=function(e,t,n){for(var i=this.options.ecmaVersion>=12&&t===void 0,r=n&&this.input.charCodeAt(this.pos)===48,a=this.pos,o=0,l=0,c=0,u=t??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>=e)break;l=p,o=o*e+d}return i&&l===95&&this.raiseRecoverable(this.pos-1,"Numeric separator is not allowed at the last of digits"),this.pos===a||t!=null&&this.pos-a!==t?null:o};function iM(e,t){return t?parseInt(e,8):parseFloat(e.replace(/_/g,""))}s(iM,"stringToNumber");function nE(e){return typeof BigInt!="function"?null:BigInt(e.replace(/_/g,""))}s(nE,"stringToBigInt");de.readRadixNumber=function(e){var t=this.pos;this.pos+=2;var n=this.readInt(e);return n==null&&this.raise(this.start+2,"Expected number in radix "+e),this.options.ecmaVersion>=11&&this.input.charCodeAt(this.pos)===110?(n=nE(this.input.slice(t,this.pos)),++this.pos):Un(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(f.num,n)};de.readNumber=function(e){var t=this.pos;!e&&this.readInt(10,void 0,!0)===null&&this.raise(t,"Invalid number");var n=this.pos-t>=2&&this.input.charCodeAt(t)===48;n&&this.strict&&this.raise(t,"Invalid number");var i=this.input.charCodeAt(this.pos);if(!n&&!e&&this.options.ecmaVersion>=11&&i===110){var r=nE(this.input.slice(t,this.pos));return++this.pos,Un(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(f.num,r)}n&&/[89]/.test(this.input.slice(t,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(t,"Invalid number")),Un(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number");var a=iM(this.input.slice(t,this.pos),n);return this.finishToken(f.num,a)};de.readCodePoint=function(){var e=this.input.charCodeAt(this.pos),t;if(e===123){this.options.ecmaVersion<6&&this.unexpected();var n=++this.pos;t=this.readHexChar(this.input.indexOf("}",this.pos)-this.pos),++this.pos,t>1114111&&this.invalidStringToken(n,"Code point out of bounds")}else t=this.readHexChar(4);return t};de.readString=function(e){for(var t="",n=++this.pos;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated string constant");var i=this.input.charCodeAt(this.pos);if(i===e)break;i===92?(t+=this.input.slice(n,this.pos),t+=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)):(ta(i)&&this.raise(this.start,"Unterminated string constant"),++this.pos)}return t+=this.input.slice(n,this.pos++),this.finishToken(f.string,t)};var rE={};de.tryReadTemplateToken=function(){this.inTemplateElement=!0;try{this.readTmplToken()}catch(e){if(e===rE)this.readInvalidTemplateToken();else throw e}this.inTemplateElement=!1};de.invalidStringToken=function(e,t){if(this.inTemplateElement&&this.options.ecmaVersion>=9)throw rE;this.raise(e,t)};de.readTmplToken=function(){for(var e="",t=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===f.template||this.type===f.invalidTemplate)?n===36?(this.pos+=2,this.finishToken(f.dollarBraceL)):(++this.pos,this.finishToken(f.backQuote)):(e+=this.input.slice(t,this.pos),this.finishToken(f.template,e));if(n===92)e+=this.input.slice(t,this.pos),e+=this.readEscapedChar(!0),t=this.pos;else if(ta(n)){switch(e+=this.input.slice(t,this.pos),++this.pos,n){case 13:this.input.charCodeAt(this.pos)===10&&++this.pos;case 10:e+=`
|
|
`;break;default:e+=String.fromCharCode(n);break}this.options.locations&&(++this.curLine,this.lineStart=this.pos),t=this.pos}else++this.pos}};de.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(f.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")};de.readEscapedChar=function(e){var t=this.input.charCodeAt(++this.pos);switch(++this.pos,t){case 110:return`
|
|
`;case 114:return"\r";case 120:return String.fromCharCode(this.readHexChar(2));case 117:return ir(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"),e){var n=this.pos-1;this.invalidStringToken(n,"Invalid escape sequence in template string")}default:if(t>=48&&t<=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,t=this.input.charCodeAt(this.pos),(i!=="0"||t===56||t===57)&&(this.strict||e)&&this.invalidStringToken(this.pos-1-i.length,e?"Octal literal in template string":"Octal literal in strict mode"),String.fromCharCode(r)}return ta(t)?(this.options.locations&&(this.lineStart=this.pos,++this.curLine),""):String.fromCharCode(t)}};de.readHexChar=function(e){var t=this.pos,n=this.readInt(16,e);return n===null&&this.invalidStringToken(t,"Bad character escape sequence"),n};de.readWord1=function(){this.containsEsc=!1;for(var e="",t=!0,n=this.pos,i=this.options.ecmaVersion>=6;this.pos<this.input.length;){var r=this.fullCharCodeAtPos();if(Ar(r,i))this.pos+=r<=65535?1:2;else if(r===92){this.containsEsc=!0,e+=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 o=this.readCodePoint();(t?Un:Ar)(o,i)||this.invalidStringToken(a,"Invalid Unicode escape"),e+=ir(o),n=this.pos}else break;t=!1}return e+this.input.slice(n,this.pos)};de.readWord=function(){var e=this.readWord1(),t=f.name;return this.keywords.test(e)&&(t=Xh[e]),this.finishToken(t,e)};var aM="8.16.0";Ve.acorn={Parser:Ve,version:aM,defaultOptions:Hh,Position:To,SourceLocation:ic,getLineInfo:T1,Node:lc,TokenType:ve,tokTypes:f,keywordTypes:Xh,TokContext:wn,tokContexts:Ne,isIdentifierChar:Ar,isIdentifierStart:Un,Token:af,isNewLine:ta,lineBreak:$t,lineBreakG:Pj,nonASCIIwhitespace:S1};function iE(e,t,n){return Ve.parseExpressionAt(e,t,n)}s(iE,"parseExpressionAt");var vE=gn(fE(),1);var hf=/\$\{\s*(?<Token>[a-zA-Z0-9_]+)\s*(?<Colon>:\s*)?/y;function ff(e,t){let n;try{n=(0,vE.parse)(e)}catch(i){throw new Error(`Invalid JSON5: ${i.message}`)}if(n===null||typeof n!="object"||Array.isArray(n))throw new Error(`Format for token '${t}' must be a JSON5 object`);return n}s(ff,"parseFormatObject");function ia(e,t){let n=t?.throwOnError??!0,i=[];for(let r of e.matchAll(/\$\{/g)){let a=r.index,o=gM(e,a,n);o&&i.push(o)}return i}s(ia,"scanTokens");function hM(e,t,n){hf.lastIndex=t;let i=hf.exec(e);if(!i){if(n)throw new Error("Invalid token start");return null}let r=(i.groups?.Token??"").trim();if(!r){if(n)throw new Error("Empty token name");return null}return{hasColon:!!i.groups?.Colon,indexAfterHead:hf.lastIndex,tokenName:r}}s(hM,"parseHeadAt");function fM(e,t,n,i){try{let r=iE(e,t,{ecmaVersion:"latest"});if(r.type!=="ObjectExpression")throw new Error(`Expected object literal, got ${r.type}`);return r.end}catch(r){if(i)throw new Error(`Invalid JSON5 object for token '${n}': ${r.message}`);return null}}s(fM,"parseObjectExpressionEndExclusive");function gM(e,t,n){let i=hM(e,t,n);if(!i)return null;if(!i.hasColon){let c=gE(e,i.indexAfterHead);if(c>=e.length||e[c]!=="}"){if(n)throw new Error(`Token '${i.tokenName}' is missing closing '}'`);return null}let u=c+1;return{end:u,formatText:null,raw:e.slice(t,u),start:t,token:i.tokenName}}let r=i.indexAfterHead;if(r>=e.length||e[r]!=="{"){if(n)throw new Error(`Token '${i.tokenName}' format must be a JSON5 object starting with '{'`);return null}let a=fM(e,r,i.tokenName,n);if(a===null)return null;let o=gE(e,a);if(o>=e.length||e[o]!=="}"){if(n)throw new Error(`Token '${i.tokenName}' is missing closing '}'`);return null}let l=o+1;return{end:l,formatText:e.slice(r,a),raw:e.slice(t,l),start:t,token:i.tokenName}}s(gM,"parseTokenAt");function gE(e,t){let n=t;for(;n<e.length&&/\s/.test(e[n]??"");)n++;return n}s(gE,"skipWhitespace");var O={};fn(O,{$brand:()=>hc,$input:()=>Tk,$output:()=>Ek,NEVER:()=>gf,TimePrecision:()=>Dk,ZodAny:()=>bb,ZodArray:()=>Cb,ZodBase64:()=>Ou,ZodBase64URL:()=>Ru,ZodBigInt:()=>$a,ZodBigIntFormat:()=>Uu,ZodBoolean:()=>_a,ZodCIDRv4:()=>ju,ZodCIDRv6:()=>Mu,ZodCUID:()=>Fu,ZodCUID2:()=>Iu,ZodCatch:()=>Jb,ZodCodec:()=>Ku,ZodCustom:()=>ds,ZodCustomStringFormat:()=>Da,ZodDate:()=>ss,ZodDefault:()=>Lb,ZodDiscriminatedUnion:()=>Eb,ZodE164:()=>Lu,ZodEmail:()=>Eu,ZodEmoji:()=>Tu,ZodEnum:()=>Fa,ZodError:()=>Z4,ZodExactOptional:()=>Mb,ZodFile:()=>Nb,ZodFirstPartyTypeKind:()=>ix,ZodFunction:()=>tx,ZodGUID:()=>ns,ZodIPv4:()=>$u,ZodIPv6:()=>Nu,ZodISODate:()=>bu,ZodISODateTime:()=>yu,ZodISODuration:()=>Au,ZodISOTime:()=>xu,ZodIntersection:()=>Tb,ZodIssueCode:()=>J4,ZodJWT:()=>Bu,ZodKSUID:()=>_u,ZodLazy:()=>Xb,ZodLiteral:()=>$b,ZodMAC:()=>mb,ZodMap:()=>zb,ZodNaN:()=>Wb,ZodNanoID:()=>Pu,ZodNever:()=>Ab,ZodNonOptional:()=>Wu,ZodNull:()=>kb,ZodNullable:()=>Rb,ZodNumber:()=>za,ZodNumberFormat:()=>vi,ZodObject:()=>cs,ZodOptional:()=>Gu,ZodPipe:()=>Hu,ZodPrefault:()=>Ub,ZodPromise:()=>ex,ZodReadonly:()=>Hb,ZodRealError:()=>Mt,ZodRecord:()=>ps,ZodSet:()=>_b,ZodString:()=>Ia,ZodStringFormat:()=>Ee,ZodSuccess:()=>qb,ZodSymbol:()=>gb,ZodTemplateLiteral:()=>Yb,ZodTransform:()=>jb,ZodTuple:()=>Fb,ZodType:()=>se,ZodULID:()=>Du,ZodURL:()=>os,ZodUUID:()=>Gn,ZodUndefined:()=>vb,ZodUnion:()=>us,ZodUnknown:()=>xb,ZodVoid:()=>wb,ZodXID:()=>zu,ZodXor:()=>Sb,_ZodString:()=>Su,_default:()=>Bb,_function:()=>iP,any:()=>jT,array:()=>ls,base64:()=>yT,base64url:()=>bT,bigint:()=>DT,boolean:()=>fb,catch:()=>Gb,check:()=>aP,cidrv4:()=>vT,cidrv6:()=>kT,clone:()=>St,codec:()=>tP,coerce:()=>ax,config:()=>Le,core:()=>dr,cuid:()=>cT,cuid2:()=>uT,custom:()=>oP,date:()=>OT,decode:()=>ob,decodeAsync:()=>lb,describe:()=>sP,discriminatedUnion:()=>ZT,e164:()=>xT,email:()=>QE,emoji:()=>sT,encode:()=>ab,encodeAsync:()=>sb,endsWith:()=>ya,enum:()=>qu,exactOptional:()=>Ob,file:()=>YT,flattenError:()=>Lo,float32:()=>TT,float64:()=>PT,formatError:()=>Bo,fromJSONSchema:()=>hP,function:()=>iP,getErrorMap:()=>W4,globalRegistry:()=>nt,gt:()=>qn,gte:()=>Et,guid:()=>eT,hash:()=>ET,hex:()=>ST,hostname:()=>CT,httpUrl:()=>oT,includes:()=>va,instanceof:()=>cP,int:()=>Cu,int32:()=>FT,int64:()=>zT,intersection:()=>Pb,ipv4:()=>hT,ipv6:()=>gT,iso:()=>Pa,json:()=>pP,jwt:()=>AT,keyof:()=>RT,ksuid:()=>mT,lazy:()=>Qb,length:()=>fi,literal:()=>KT,locales:()=>Xo,looseObject:()=>UT,looseRecord:()=>JT,lowercase:()=>fa,lt:()=>Zn,lte:()=>Wt,mac:()=>fT,map:()=>GT,maxLength:()=>hi,maxSize:()=>Dr,meta:()=>lP,mime:()=>ba,minLength:()=>pr,minSize:()=>Jn,multipleOf:()=>Ir,nan:()=>eP,nanoid:()=>lT,nativeEnum:()=>HT,negative:()=>cu,never:()=>Vu,nonnegative:()=>pu,nonoptional:()=>Zb,nonpositive:()=>uu,normalize:()=>xa,null:()=>yb,nullable:()=>is,nullish:()=>XT,number:()=>hb,object:()=>LT,optional:()=>rs,overwrite:()=>En,parse:()=>tb,parseAsync:()=>nb,partialRecord:()=>qT,pipe:()=>as,positive:()=>lu,prefault:()=>Vb,preprocess:()=>dP,prettifyError:()=>Pf,promise:()=>rP,property:()=>du,readonly:()=>Kb,record:()=>Db,refine:()=>nx,regex:()=>ha,regexes:()=>pn,registry:()=>Bc,safeDecode:()=>ub,safeDecodeAsync:()=>db,safeEncode:()=>cb,safeEncodeAsync:()=>pb,safeParse:()=>rb,safeParseAsync:()=>ib,set:()=>WT,setErrorMap:()=>G4,size:()=>mi,slugify:()=>Sa,startsWith:()=>ka,strictObject:()=>BT,string:()=>wu,stringFormat:()=>wT,stringbool:()=>uP,success:()=>QT,superRefine:()=>rx,symbol:()=>$T,templateLiteral:()=>nP,toJSONSchema:()=>gu,toLowerCase:()=>wa,toUpperCase:()=>Ca,transform:()=>Ju,treeifyError:()=>Tf,trim:()=>Aa,tuple:()=>Ib,uint32:()=>IT,uint64:()=>_T,ulid:()=>pT,undefined:()=>NT,union:()=>Zu,unknown:()=>gi,uppercase:()=>ga,url:()=>aT,util:()=>_,uuid:()=>tT,uuidv4:()=>nT,uuidv6:()=>rT,uuidv7:()=>iT,void:()=>MT,xid:()=>dT,xor:()=>VT});var dr={};fn(dr,{$ZodAny:()=>nv,$ZodArray:()=>sv,$ZodAsyncError:()=>Sn,$ZodBase64:()=>Jg,$ZodBase64URL:()=>Gg,$ZodBigInt:()=>Mc,$ZodBigIntFormat:()=>Xg,$ZodBoolean:()=>qo,$ZodCIDRv4:()=>Vg,$ZodCIDRv6:()=>Zg,$ZodCUID:()=>Dg,$ZodCUID2:()=>zg,$ZodCatch:()=>Sv,$ZodCheck:()=>Pe,$ZodCheckBigIntFormat:()=>sg,$ZodCheckEndsWith:()=>yg,$ZodCheckGreaterThan:()=>Ic,$ZodCheckIncludes:()=>vg,$ZodCheckLengthEquals:()=>mg,$ZodCheckLessThan:()=>Fc,$ZodCheckLowerCase:()=>fg,$ZodCheckMaxLength:()=>pg,$ZodCheckMaxSize:()=>lg,$ZodCheckMimeType:()=>xg,$ZodCheckMinLength:()=>dg,$ZodCheckMinSize:()=>cg,$ZodCheckMultipleOf:()=>ag,$ZodCheckNumberFormat:()=>og,$ZodCheckOverwrite:()=>Ag,$ZodCheckProperty:()=>bg,$ZodCheckRegex:()=>hg,$ZodCheckSizeEquals:()=>ug,$ZodCheckStartsWith:()=>kg,$ZodCheckStringFormat:()=>da,$ZodCheckUpperCase:()=>gg,$ZodCodec:()=>Go,$ZodCustom:()=>_v,$ZodCustomStringFormat:()=>Kg,$ZodDate:()=>ov,$ZodDefault:()=>xv,$ZodDiscriminatedUnion:()=>uv,$ZodE164:()=>Wg,$ZodEmail:()=>Tg,$ZodEmoji:()=>Fg,$ZodEncodeError:()=>Sr,$ZodEnum:()=>fv,$ZodError:()=>Ro,$ZodExactOptional:()=>yv,$ZodFile:()=>vv,$ZodFunction:()=>Iv,$ZodGUID:()=>Sg,$ZodIPv4:()=>Lg,$ZodIPv6:()=>Bg,$ZodISODate:()=>Mg,$ZodISODateTime:()=>jg,$ZodISODuration:()=>Rg,$ZodISOTime:()=>Og,$ZodIntersection:()=>pv,$ZodJWT:()=>Hg,$ZodKSUID:()=>Ng,$ZodLazy:()=>zv,$ZodLiteral:()=>gv,$ZodMAC:()=>Ug,$ZodMap:()=>mv,$ZodNaN:()=>Ev,$ZodNanoID:()=>Ig,$ZodNever:()=>iv,$ZodNonOptional:()=>wv,$ZodNull:()=>tv,$ZodNullable:()=>bv,$ZodNumber:()=>jc,$ZodNumberFormat:()=>Yg,$ZodObject:()=>ZE,$ZodObjectJIT:()=>lv,$ZodOptional:()=>Rc,$ZodPipe:()=>Tv,$ZodPrefault:()=>Av,$ZodPromise:()=>Dv,$ZodReadonly:()=>Pv,$ZodRealError:()=>jt,$ZodRecord:()=>dv,$ZodRegistry:()=>Lc,$ZodSet:()=>hv,$ZodString:()=>di,$ZodStringFormat:()=>Se,$ZodSuccess:()=>Cv,$ZodSymbol:()=>Qg,$ZodTemplateLiteral:()=>Fv,$ZodTransform:()=>kv,$ZodTuple:()=>Oc,$ZodType:()=>X,$ZodULID:()=>_g,$ZodURL:()=>Pg,$ZodUUID:()=>Eg,$ZodUndefined:()=>ev,$ZodUnion:()=>Jo,$ZodUnknown:()=>rv,$ZodVoid:()=>av,$ZodXID:()=>$g,$ZodXor:()=>cv,$brand:()=>hc,$constructor:()=>w,$input:()=>Tk,$output:()=>Ek,Doc:()=>Zo,JSONSchema:()=>YE,JSONSchemaGenerator:()=>vu,NEVER:()=>gf,TimePrecision:()=>Dk,_any:()=>Xk,_array:()=>ay,_base64:()=>iu,_base64url:()=>au,_bigint:()=>qk,_boolean:()=>Vk,_catch:()=>j4,_check:()=>KE,_cidrv4:()=>nu,_cidrv6:()=>ru,_coercedBigint:()=>Jk,_coercedBoolean:()=>Zk,_coercedDate:()=>ry,_coercedNumber:()=>Mk,_coercedString:()=>Fk,_cuid:()=>Hc,_cuid2:()=>Kc,_custom:()=>sy,_date:()=>ny,_decode:()=>bc,_decodeAsync:()=>Ac,_default:()=>_4,_discriminatedUnion:()=>x4,_e164:()=>ou,_email:()=>Uc,_emoji:()=>Gc,_encode:()=>yc,_encodeAsync:()=>xc,_endsWith:()=>ya,_enum:()=>T4,_file:()=>oy,_float32:()=>Rk,_float64:()=>Lk,_gt:()=>qn,_gte:()=>Et,_guid:()=>Qo,_includes:()=>va,_int:()=>Ok,_int32:()=>Bk,_int64:()=>Gk,_intersection:()=>A4,_ipv4:()=>eu,_ipv6:()=>tu,_isoDate:()=>_k,_isoDateTime:()=>zk,_isoDuration:()=>Nk,_isoTime:()=>$k,_jwt:()=>su,_ksuid:()=>Qc,_lazy:()=>L4,_length:()=>fi,_literal:()=>F4,_lowercase:()=>fa,_lt:()=>Zn,_lte:()=>Wt,_mac:()=>Ik,_map:()=>S4,_max:()=>Wt,_maxLength:()=>hi,_maxSize:()=>Dr,_mime:()=>ba,_min:()=>Et,_minLength:()=>pr,_minSize:()=>Jn,_multipleOf:()=>Ir,_nan:()=>iy,_nanoid:()=>Wc,_nativeEnum:()=>P4,_negative:()=>cu,_never:()=>ey,_nonnegative:()=>pu,_nonoptional:()=>$4,_nonpositive:()=>uu,_normalize:()=>xa,_null:()=>Yk,_nullable:()=>z4,_number:()=>jk,_optional:()=>D4,_overwrite:()=>En,_parse:()=>la,_parseAsync:()=>ca,_pipe:()=>M4,_positive:()=>lu,_promise:()=>B4,_property:()=>du,_readonly:()=>O4,_record:()=>C4,_refine:()=>ly,_regex:()=>ha,_safeDecode:()=>Cc,_safeDecodeAsync:()=>Ec,_safeEncode:()=>wc,_safeEncodeAsync:()=>Sc,_safeParse:()=>ua,_safeParseAsync:()=>pa,_set:()=>E4,_size:()=>mi,_slugify:()=>Sa,_startsWith:()=>ka,_string:()=>Pk,_stringFormat:()=>Ea,_stringbool:()=>dy,_success:()=>N4,_superRefine:()=>cy,_symbol:()=>Hk,_templateLiteral:()=>R4,_toLowerCase:()=>wa,_toUpperCase:()=>Ca,_transform:()=>I4,_trim:()=>Aa,_tuple:()=>w4,_uint32:()=>Uk,_uint64:()=>Wk,_ulid:()=>Yc,_undefined:()=>Kk,_union:()=>y4,_unknown:()=>Qk,_uppercase:()=>ga,_url:()=>es,_uuid:()=>Vc,_uuidv4:()=>Zc,_uuidv6:()=>qc,_uuidv7:()=>Jc,_void:()=>ty,_xid:()=>Xc,_xor:()=>b4,clone:()=>St,config:()=>Le,createStandardJSONSchemaMethod:()=>Ta,createToJSONSchemaMethod:()=>my,decode:()=>ZM,decodeAsync:()=>JM,describe:()=>uy,encode:()=>VM,encodeAsync:()=>qM,extractDefs:()=>_r,finalize:()=>$r,flattenError:()=>Lo,formatError:()=>Bo,globalConfig:()=>zo,globalRegistry:()=>nt,initializeContext:()=>zr,isValidBase64:()=>qg,isValidBase64URL:()=>LE,isValidJWT:()=>BE,locales:()=>Xo,meta:()=>py,parse:()=>vc,parseAsync:()=>kc,prettifyError:()=>Pf,process:()=>Ae,regexes:()=>pn,registry:()=>Bc,safeDecode:()=>WM,safeDecodeAsync:()=>KM,safeEncode:()=>GM,safeEncodeAsync:()=>HM,safeParse:()=>Ff,safeParseAsync:()=>If,toDotPath:()=>AE,toJSONSchema:()=>gu,treeifyError:()=>Tf,util:()=>_,version:()=>wg});var gf=Object.freeze({status:"aborted"});function w(e,t,n){function i(l,c){if(l._zod||Object.defineProperty(l,"_zod",{value:{def:c,constr:o,traits:new Set},enumerable:!1}),l._zod.traits.has(e))return;l._zod.traits.add(e),t(l,c);let u=o.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))}}s(i,"init");let r=n?.Parent??Object;class a extends r{static{s(this,"Definition")}}Object.defineProperty(a,"name",{value:e});function o(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 s(o,"_"),Object.defineProperty(o,"init",{value:i}),Object.defineProperty(o,Symbol.hasInstance,{value:s(l=>n?.Parent&&l instanceof n.Parent?!0:l?._zod?.traits?.has(e),"value")}),Object.defineProperty(o,"name",{value:e}),o}s(w,"$constructor");var hc=Symbol("zod_brand"),Sn=class extends Error{static{s(this,"$ZodAsyncError")}constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}},Sr=class extends Error{static{s(this,"$ZodEncodeError")}constructor(t){super(`Encountered unidirectional transform during encode: ${t}`),this.name="ZodEncodeError"}},zo={};function Le(e){return e&&Object.assign(zo,e),zo}s(Le,"config");var _={};fn(_,{BIGINT_FORMAT_RANGES:()=>Ef,Class:()=>kf,NUMBER_FORMAT_RANGES:()=>Sf,aborted:()=>Fr,allowsEval:()=>xf,assert:()=>xM,assertEqual:()=>vM,assertIs:()=>yM,assertNever:()=>bM,assertNotEqual:()=>kM,assignProp:()=>Tr,base64ToUint8Array:()=>yE,base64urlToUint8Array:()=>OM,cached:()=>oa,captureStackTrace:()=>gc,cleanEnum:()=>MM,cleanRegex:()=>No,clone:()=>St,cloneDef:()=>wM,createTransparentProxy:()=>FM,defineLazy:()=>ue,esc:()=>fc,escapeRegex:()=>un,extend:()=>zM,finalizeIssue:()=>Nt,floatSafeRemainder:()=>yf,getElementAtPath:()=>CM,getEnumValues:()=>$o,getLengthableOrigin:()=>Oo,getParsedType:()=>PM,getSizableOrigin:()=>Mo,hexToUint8Array:()=>LM,isObject:()=>ui,isPlainObject:()=>Pr,issue:()=>sa,joinValues:()=>S,jsonStringifyReplacer:()=>aa,merge:()=>$M,mergeDefs:()=>ur,normalizeParams:()=>$,nullish:()=>Er,numKeys:()=>TM,objectClone:()=>AM,omit:()=>DM,optionalKeys:()=>Cf,parsedType:()=>z,partial:()=>NM,pick:()=>IM,prefixIssues:()=>Gt,primitiveTypes:()=>wf,promiseAllObject:()=>SM,propertyKeyTypes:()=>jo,randomString:()=>EM,required:()=>jM,safeExtend:()=>_M,shallowClone:()=>Af,slugify:()=>bf,stringifyPrimitive:()=>D,uint8ArrayToBase64:()=>bE,uint8ArrayToBase64url:()=>RM,uint8ArrayToHex:()=>BM,unwrapMessage:()=>_o});function vM(e){return e}s(vM,"assertEqual");function kM(e){return e}s(kM,"assertNotEqual");function yM(e){}s(yM,"assertIs");function bM(e){throw new Error("Unexpected value in exhaustive check")}s(bM,"assertNever");function xM(e){}s(xM,"assert");function $o(e){let t=Object.values(e).filter(i=>typeof i=="number");return Object.entries(e).filter(([i,r])=>t.indexOf(+i)===-1).map(([i,r])=>r)}s($o,"getEnumValues");function S(e,t="|"){return e.map(n=>D(n)).join(t)}s(S,"joinValues");function aa(e,t){return typeof t=="bigint"?t.toString():t}s(aa,"jsonStringifyReplacer");function oa(e){return{get value(){{let n=e();return Object.defineProperty(this,"value",{value:n}),n}throw new Error("cached value already set")}}}s(oa,"cached");function Er(e){return e==null}s(Er,"nullish");function No(e){let t=e.startsWith("^")?1:0,n=e.endsWith("$")?e.length-1:e.length;return e.slice(t,n)}s(No,"cleanRegex");function yf(e,t){let n=(e.toString().split(".")[1]||"").length,i=t.toString(),r=(i.split(".")[1]||"").length;if(r===0&&/\d?e-\d?/.test(i)){let c=i.match(/\d?e-(\d?)/);c?.[1]&&(r=Number.parseInt(c[1]))}let a=n>r?n:r,o=Number.parseInt(e.toFixed(a).replace(".","")),l=Number.parseInt(t.toFixed(a).replace(".",""));return o%l/10**a}s(yf,"floatSafeRemainder");var kE=Symbol("evaluating");function ue(e,t,n){let i;Object.defineProperty(e,t,{get(){if(i!==kE)return i===void 0&&(i=kE,i=n()),i},set(r){Object.defineProperty(e,t,{value:r})},configurable:!0})}s(ue,"defineLazy");function AM(e){return Object.create(Object.getPrototypeOf(e),Object.getOwnPropertyDescriptors(e))}s(AM,"objectClone");function Tr(e,t,n){Object.defineProperty(e,t,{value:n,writable:!0,enumerable:!0,configurable:!0})}s(Tr,"assignProp");function ur(...e){let t={};for(let n of e){let i=Object.getOwnPropertyDescriptors(n);Object.assign(t,i)}return Object.defineProperties({},t)}s(ur,"mergeDefs");function wM(e){return ur(e._zod.def)}s(wM,"cloneDef");function CM(e,t){return t?t.reduce((n,i)=>n?.[i],e):e}s(CM,"getElementAtPath");function SM(e){let t=Object.keys(e),n=t.map(i=>e[i]);return Promise.all(n).then(i=>{let r={};for(let a=0;a<t.length;a++)r[t[a]]=i[a];return r})}s(SM,"promiseAllObject");function EM(e=10){let t="abcdefghijklmnopqrstuvwxyz",n="";for(let i=0;i<e;i++)n+=t[Math.floor(Math.random()*t.length)];return n}s(EM,"randomString");function fc(e){return JSON.stringify(e)}s(fc,"esc");function bf(e){return e.toLowerCase().trim().replace(/[^\w\s-]/g,"").replace(/[\s_-]+/g,"-").replace(/^-+|-+$/g,"")}s(bf,"slugify");var gc="captureStackTrace"in Error?Error.captureStackTrace:(...e)=>{};function ui(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}s(ui,"isObject");var xf=oa(()=>{if(typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{let e=Function;return new e(""),!0}catch{return!1}});function Pr(e){if(ui(e)===!1)return!1;let t=e.constructor;if(t===void 0||typeof t!="function")return!0;let n=t.prototype;return!(ui(n)===!1||Object.prototype.hasOwnProperty.call(n,"isPrototypeOf")===!1)}s(Pr,"isPlainObject");function Af(e){return Pr(e)?{...e}:Array.isArray(e)?[...e]:e}s(Af,"shallowClone");function TM(e){let t=0;for(let n in e)Object.prototype.hasOwnProperty.call(e,n)&&t++;return t}s(TM,"numKeys");var PM=s(e=>{let t=typeof e;switch(t){case"undefined":return"undefined";case"string":return"string";case"number":return Number.isNaN(e)?"nan":"number";case"boolean":return"boolean";case"function":return"function";case"bigint":return"bigint";case"symbol":return"symbol";case"object":return Array.isArray(e)?"array":e===null?"null":e.then&&typeof e.then=="function"&&e.catch&&typeof e.catch=="function"?"promise":typeof Map<"u"&&e instanceof Map?"map":typeof Set<"u"&&e instanceof Set?"set":typeof Date<"u"&&e instanceof Date?"date":typeof File<"u"&&e instanceof File?"file":"object";default:throw new Error(`Unknown data type: ${t}`)}},"getParsedType"),jo=new Set(["string","number","symbol"]),wf=new Set(["string","number","bigint","boolean","symbol","undefined"]);function un(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}s(un,"escapeRegex");function St(e,t,n){let i=new e._zod.constr(t??e._zod.def);return(!t||n?.parent)&&(i._zod.parent=e),i}s(St,"clone");function $(e){let t=e;if(!t)return{};if(typeof t=="string")return{error:s(()=>t,"error")};if(t?.message!==void 0){if(t?.error!==void 0)throw new Error("Cannot specify both `message` and `error` params");t.error=t.message}return delete t.message,typeof t.error=="string"?{...t,error:s(()=>t.error,"error")}:t}s($,"normalizeParams");function FM(e){let t;return new Proxy({},{get(n,i,r){return t??(t=e()),Reflect.get(t,i,r)},set(n,i,r,a){return t??(t=e()),Reflect.set(t,i,r,a)},has(n,i){return t??(t=e()),Reflect.has(t,i)},deleteProperty(n,i){return t??(t=e()),Reflect.deleteProperty(t,i)},ownKeys(n){return t??(t=e()),Reflect.ownKeys(t)},getOwnPropertyDescriptor(n,i){return t??(t=e()),Reflect.getOwnPropertyDescriptor(t,i)},defineProperty(n,i,r){return t??(t=e()),Reflect.defineProperty(t,i,r)}})}s(FM,"createTransparentProxy");function D(e){return typeof e=="bigint"?e.toString()+"n":typeof e=="string"?`"${e}"`:`${e}`}s(D,"stringifyPrimitive");function Cf(e){return Object.keys(e).filter(t=>e[t]._zod.optin==="optional"&&e[t]._zod.optout==="optional")}s(Cf,"optionalKeys");var Sf={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]},Ef={int64:[BigInt("-9223372036854775808"),BigInt("9223372036854775807")],uint64:[BigInt(0),BigInt("18446744073709551615")]};function IM(e,t){let n=e._zod.def,i=n.checks;if(i&&i.length>0)throw new Error(".pick() cannot be used on object schemas containing refinements");let a=ur(e._zod.def,{get shape(){let o={};for(let l in t){if(!(l in n.shape))throw new Error(`Unrecognized key: "${l}"`);t[l]&&(o[l]=n.shape[l])}return Tr(this,"shape",o),o},checks:[]});return St(e,a)}s(IM,"pick");function DM(e,t){let n=e._zod.def,i=n.checks;if(i&&i.length>0)throw new Error(".omit() cannot be used on object schemas containing refinements");let a=ur(e._zod.def,{get shape(){let o={...e._zod.def.shape};for(let l in t){if(!(l in n.shape))throw new Error(`Unrecognized key: "${l}"`);t[l]&&delete o[l]}return Tr(this,"shape",o),o},checks:[]});return St(e,a)}s(DM,"omit");function zM(e,t){if(!Pr(t))throw new Error("Invalid input to extend: expected a plain object");let n=e._zod.def.checks;if(n&&n.length>0){let a=e._zod.def.shape;for(let o in t)if(Object.getOwnPropertyDescriptor(a,o)!==void 0)throw new Error("Cannot overwrite keys on object schemas containing refinements. Use `.safeExtend()` instead.")}let r=ur(e._zod.def,{get shape(){let a={...e._zod.def.shape,...t};return Tr(this,"shape",a),a}});return St(e,r)}s(zM,"extend");function _M(e,t){if(!Pr(t))throw new Error("Invalid input to safeExtend: expected a plain object");let n=ur(e._zod.def,{get shape(){let i={...e._zod.def.shape,...t};return Tr(this,"shape",i),i}});return St(e,n)}s(_M,"safeExtend");function $M(e,t){let n=ur(e._zod.def,{get shape(){let i={...e._zod.def.shape,...t._zod.def.shape};return Tr(this,"shape",i),i},get catchall(){return t._zod.def.catchall},checks:[]});return St(e,n)}s($M,"merge");function NM(e,t,n){let r=t._zod.def.checks;if(r&&r.length>0)throw new Error(".partial() cannot be used on object schemas containing refinements");let o=ur(t._zod.def,{get shape(){let l=t._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]=e?new e({type:"optional",innerType:l[u]}):l[u])}else for(let u in l)c[u]=e?new e({type:"optional",innerType:l[u]}):l[u];return Tr(this,"shape",c),c},checks:[]});return St(t,o)}s(NM,"partial");function jM(e,t,n){let i=ur(t._zod.def,{get shape(){let r=t._zod.def.shape,a={...r};if(n)for(let o in n){if(!(o in a))throw new Error(`Unrecognized key: "${o}"`);n[o]&&(a[o]=new e({type:"nonoptional",innerType:r[o]}))}else for(let o in r)a[o]=new e({type:"nonoptional",innerType:r[o]});return Tr(this,"shape",a),a}});return St(t,i)}s(jM,"required");function Fr(e,t=0){if(e.aborted===!0)return!0;for(let n=t;n<e.issues.length;n++)if(e.issues[n]?.continue!==!0)return!0;return!1}s(Fr,"aborted");function Gt(e,t){return t.map(n=>{var i;return(i=n).path??(i.path=[]),n.path.unshift(e),n})}s(Gt,"prefixIssues");function _o(e){return typeof e=="string"?e:e?.message}s(_o,"unwrapMessage");function Nt(e,t,n){let i={...e,path:e.path??[]};if(!e.message){let r=_o(e.inst?._zod.def?.error?.(e))??_o(t?.error?.(e))??_o(n.customError?.(e))??_o(n.localeError?.(e))??"Invalid input";i.message=r}return delete i.inst,delete i.continue,t?.reportInput||delete i.input,i}s(Nt,"finalizeIssue");function Mo(e){return e instanceof Set?"set":e instanceof Map?"map":e instanceof File?"file":"unknown"}s(Mo,"getSizableOrigin");function Oo(e){return Array.isArray(e)?"array":typeof e=="string"?"string":"unknown"}s(Oo,"getLengthableOrigin");function z(e){let t=typeof e;switch(t){case"number":return Number.isNaN(e)?"nan":"number";case"object":{if(e===null)return"null";if(Array.isArray(e))return"array";let n=e;if(n&&Object.getPrototypeOf(n)!==Object.prototype&&"constructor"in n&&n.constructor)return n.constructor.name}}return t}s(z,"parsedType");function sa(...e){let[t,n,i]=e;return typeof t=="string"?{message:t,code:"custom",input:n,inst:i}:{...t}}s(sa,"issue");function MM(e){return Object.entries(e).filter(([t,n])=>Number.isNaN(Number.parseInt(t,10))).map(t=>t[1])}s(MM,"cleanEnum");function yE(e){let t=atob(e),n=new Uint8Array(t.length);for(let i=0;i<t.length;i++)n[i]=t.charCodeAt(i);return n}s(yE,"base64ToUint8Array");function bE(e){let t="";for(let n=0;n<e.length;n++)t+=String.fromCharCode(e[n]);return btoa(t)}s(bE,"uint8ArrayToBase64");function OM(e){let t=e.replace(/-/g,"+").replace(/_/g,"/"),n="=".repeat((4-t.length%4)%4);return yE(t+n)}s(OM,"base64urlToUint8Array");function RM(e){return bE(e).replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")}s(RM,"uint8ArrayToBase64url");function LM(e){let t=e.replace(/^0x/,"");if(t.length%2!==0)throw new Error("Invalid hex string length");let n=new Uint8Array(t.length/2);for(let i=0;i<t.length;i+=2)n[i/2]=Number.parseInt(t.slice(i,i+2),16);return n}s(LM,"hexToUint8Array");function BM(e){return Array.from(e).map(t=>t.toString(16).padStart(2,"0")).join("")}s(BM,"uint8ArrayToHex");var kf=class{static{s(this,"Class")}constructor(...t){}};var xE=s((e,t)=>{e.name="$ZodError",Object.defineProperty(e,"_zod",{value:e._zod,enumerable:!1}),Object.defineProperty(e,"issues",{value:t,enumerable:!1}),e.message=JSON.stringify(t,aa,2),Object.defineProperty(e,"toString",{value:s(()=>e.message,"value"),enumerable:!1})},"initializer"),Ro=w("$ZodError",xE),jt=w("$ZodError",xE,{Parent:Error});function Lo(e,t=n=>n.message){let n={},i=[];for(let r of e.issues)r.path.length>0?(n[r.path[0]]=n[r.path[0]]||[],n[r.path[0]].push(t(r))):i.push(t(r));return{formErrors:i,fieldErrors:n}}s(Lo,"flattenError");function Bo(e,t=n=>n.message){let n={_errors:[]},i=s(r=>{for(let a of r.issues)if(a.code==="invalid_union"&&a.errors.length)a.errors.map(o=>i({issues:o}));else if(a.code==="invalid_key")i({issues:a.issues});else if(a.code==="invalid_element")i({issues:a.issues});else if(a.path.length===0)n._errors.push(t(a));else{let o=n,l=0;for(;l<a.path.length;){let c=a.path[l];l===a.path.length-1?(o[c]=o[c]||{_errors:[]},o[c]._errors.push(t(a))):o[c]=o[c]||{_errors:[]},o=o[c],l++}}},"processError");return i(e),n}s(Bo,"formatError");function Tf(e,t=n=>n.message){let n={errors:[]},i=s((r,a=[])=>{var o,l;for(let c of r.issues)if(c.code==="invalid_union"&&c.errors.length)c.errors.map(u=>i({issues:u},c.path));else if(c.code==="invalid_key")i({issues:c.issues},c.path);else if(c.code==="invalid_element")i({issues:c.issues},c.path);else{let u=[...a,...c.path];if(u.length===0){n.errors.push(t(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={}),(o=p.properties)[m]??(o[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(t(c)),d++}}},"processError");return i(e),n}s(Tf,"treeifyError");function AE(e){let t=[],n=e.map(i=>typeof i=="object"?i.key:i);for(let i of n)typeof i=="number"?t.push(`[${i}]`):typeof i=="symbol"?t.push(`[${JSON.stringify(String(i))}]`):/[^\w$]/.test(i)?t.push(`[${JSON.stringify(i)}]`):(t.length&&t.push("."),t.push(i));return t.join("")}s(AE,"toDotPath");function Pf(e){let t=[],n=[...e.issues].sort((i,r)=>(i.path??[]).length-(r.path??[]).length);for(let i of n)t.push(`\u2716 ${i.message}`),i.path?.length&&t.push(` \u2192 at ${AE(i.path)}`);return t.join(`
|
|
`)}s(Pf,"prettifyError");var la=s(e=>(t,n,i,r)=>{let a=i?Object.assign(i,{async:!1}):{async:!1},o=t._zod.run({value:n,issues:[]},a);if(o instanceof Promise)throw new Sn;if(o.issues.length){let l=new(r?.Err??e)(o.issues.map(c=>Nt(c,a,Le())));throw gc(l,r?.callee),l}return o.value},"_parse"),vc=la(jt),ca=s(e=>async(t,n,i,r)=>{let a=i?Object.assign(i,{async:!0}):{async:!0},o=t._zod.run({value:n,issues:[]},a);if(o instanceof Promise&&(o=await o),o.issues.length){let l=new(r?.Err??e)(o.issues.map(c=>Nt(c,a,Le())));throw gc(l,r?.callee),l}return o.value},"_parseAsync"),kc=ca(jt),ua=s(e=>(t,n,i)=>{let r=i?{...i,async:!1}:{async:!1},a=t._zod.run({value:n,issues:[]},r);if(a instanceof Promise)throw new Sn;return a.issues.length?{success:!1,error:new(e??Ro)(a.issues.map(o=>Nt(o,r,Le())))}:{success:!0,data:a.value}},"_safeParse"),Ff=ua(jt),pa=s(e=>async(t,n,i)=>{let r=i?Object.assign(i,{async:!0}):{async:!0},a=t._zod.run({value:n,issues:[]},r);return a instanceof Promise&&(a=await a),a.issues.length?{success:!1,error:new e(a.issues.map(o=>Nt(o,r,Le())))}:{success:!0,data:a.value}},"_safeParseAsync"),If=pa(jt),yc=s(e=>(t,n,i)=>{let r=i?Object.assign(i,{direction:"backward"}):{direction:"backward"};return la(e)(t,n,r)},"_encode"),VM=yc(jt),bc=s(e=>(t,n,i)=>la(e)(t,n,i),"_decode"),ZM=bc(jt),xc=s(e=>async(t,n,i)=>{let r=i?Object.assign(i,{direction:"backward"}):{direction:"backward"};return ca(e)(t,n,r)},"_encodeAsync"),qM=xc(jt),Ac=s(e=>async(t,n,i)=>ca(e)(t,n,i),"_decodeAsync"),JM=Ac(jt),wc=s(e=>(t,n,i)=>{let r=i?Object.assign(i,{direction:"backward"}):{direction:"backward"};return ua(e)(t,n,r)},"_safeEncode"),GM=wc(jt),Cc=s(e=>(t,n,i)=>ua(e)(t,n,i),"_safeDecode"),WM=Cc(jt),Sc=s(e=>async(t,n,i)=>{let r=i?Object.assign(i,{direction:"backward"}):{direction:"backward"};return pa(e)(t,n,r)},"_safeEncodeAsync"),HM=Sc(jt),Ec=s(e=>async(t,n,i)=>pa(e)(t,n,i),"_safeDecodeAsync"),KM=Ec(jt);var pn={};fn(pn,{base64:()=>Jf,base64url:()=>Tc,bigint:()=>Xf,boolean:()=>eg,browserEmail:()=>iO,cidrv4:()=>Zf,cidrv6:()=>qf,cuid:()=>Df,cuid2:()=>zf,date:()=>Wf,datetime:()=>Kf,domain:()=>sO,duration:()=>Mf,e164:()=>Gf,email:()=>Rf,emoji:()=>Lf,extendedDuration:()=>YM,guid:()=>Of,hex:()=>lO,hostname:()=>oO,html5Email:()=>tO,idnEmail:()=>rO,integer:()=>Qf,ipv4:()=>Bf,ipv6:()=>Uf,ksuid:()=>Nf,lowercase:()=>rg,mac:()=>Vf,md5_base64:()=>uO,md5_base64url:()=>pO,md5_hex:()=>cO,nanoid:()=>jf,null:()=>tg,number:()=>Pc,rfc5322Email:()=>nO,sha1_base64:()=>mO,sha1_base64url:()=>hO,sha1_hex:()=>dO,sha256_base64:()=>gO,sha256_base64url:()=>vO,sha256_hex:()=>fO,sha384_base64:()=>yO,sha384_base64url:()=>bO,sha384_hex:()=>kO,sha512_base64:()=>AO,sha512_base64url:()=>wO,sha512_hex:()=>xO,string:()=>Yf,time:()=>Hf,ulid:()=>_f,undefined:()=>ng,unicodeEmail:()=>wE,uppercase:()=>ig,uuid:()=>pi,uuid4:()=>XM,uuid6:()=>QM,uuid7:()=>eO,xid:()=>$f});var Df=/^[cC][^\s-]{8,}$/,zf=/^[0-9a-z]+$/,_f=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,$f=/^[0-9a-vA-V]{20}$/,Nf=/^[A-Za-z0-9]{27}$/,jf=/^[a-zA-Z0-9_-]{21}$/,Mf=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/,YM=/^[-+]?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)?)??$/,Of=/^([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})$/,pi=s(e=>e?new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${e}[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"),XM=pi(4),QM=pi(6),eO=pi(7),Rf=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/,tO=/^[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])?)*$/,nO=/^(([^<>()\[\]\\.,;:\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,}))$/,wE=/^[^\s@"]{1,64}@[^\s@]{1,255}$/u,rO=wE,iO=/^[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])?)*$/,aO="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";function Lf(){return new RegExp(aO,"u")}s(Lf,"emoji");var Bf=/^(?:(?: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])$/,Uf=/^(([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}|:))$/,Vf=s(e=>{let t=un(e??":");return new RegExp(`^(?:[0-9A-F]{2}${t}){5}[0-9A-F]{2}$|^(?:[0-9a-f]{2}${t}){5}[0-9a-f]{2}$`)},"mac"),Zf=/^((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])$/,qf=/^(([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])$/,Jf=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,Tc=/^[A-Za-z0-9_-]*$/,oO=/^(?=.{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])?)*\.?$/,sO=/^([a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\.)+[a-zA-Z]{2,}$/,Gf=/^\+[1-9]\d{6,14}$/,CE="(?:(?:\\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])))",Wf=new RegExp(`^${CE}$`);function SE(e){let t="(?:[01]\\d|2[0-3]):[0-5]\\d";return typeof e.precision=="number"?e.precision===-1?`${t}`:e.precision===0?`${t}:[0-5]\\d`:`${t}:[0-5]\\d\\.\\d{${e.precision}}`:`${t}(?::[0-5]\\d(?:\\.\\d+)?)?`}s(SE,"timeSource");function Hf(e){return new RegExp(`^${SE(e)}$`)}s(Hf,"time");function Kf(e){let t=SE({precision:e.precision}),n=["Z"];e.local&&n.push(""),e.offset&&n.push("([+-](?:[01]\\d|2[0-3]):[0-5]\\d)");let i=`${t}(?:${n.join("|")})`;return new RegExp(`^${CE}T(?:${i})$`)}s(Kf,"datetime");var Yf=s(e=>{let t=e?`[\\s\\S]{${e?.minimum??0},${e?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${t}$`)},"string"),Xf=/^-?\d+n?$/,Qf=/^-?\d+$/,Pc=/^-?\d+(?:\.\d+)?$/,eg=/^(?:true|false)$/i,tg=/^null$/i;var ng=/^undefined$/i;var rg=/^[^A-Z]*$/,ig=/^[^a-z]*$/,lO=/^[0-9a-fA-F]*$/;function Uo(e,t){return new RegExp(`^[A-Za-z0-9+/]{${e}}${t}$`)}s(Uo,"fixedBase64");function Vo(e){return new RegExp(`^[A-Za-z0-9_-]{${e}}$`)}s(Vo,"fixedBase64url");var cO=/^[0-9a-fA-F]{32}$/,uO=Uo(22,"=="),pO=Vo(22),dO=/^[0-9a-fA-F]{40}$/,mO=Uo(27,"="),hO=Vo(27),fO=/^[0-9a-fA-F]{64}$/,gO=Uo(43,"="),vO=Vo(43),kO=/^[0-9a-fA-F]{96}$/,yO=Uo(64,""),bO=Vo(64),xO=/^[0-9a-fA-F]{128}$/,AO=Uo(86,"=="),wO=Vo(86);var Pe=w("$ZodCheck",(e,t)=>{var n;e._zod??(e._zod={}),e._zod.def=t,(n=e._zod).onattach??(n.onattach=[])}),TE={number:"number",bigint:"bigint",object:"date"},Fc=w("$ZodCheckLessThan",(e,t)=>{Pe.init(e,t);let n=TE[typeof t.value];e._zod.onattach.push(i=>{let r=i._zod.bag,a=(t.inclusive?r.maximum:r.exclusiveMaximum)??Number.POSITIVE_INFINITY;t.value<a&&(t.inclusive?r.maximum=t.value:r.exclusiveMaximum=t.value)}),e._zod.check=i=>{(t.inclusive?i.value<=t.value:i.value<t.value)||i.issues.push({origin:n,code:"too_big",maximum:typeof t.value=="object"?t.value.getTime():t.value,input:i.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),Ic=w("$ZodCheckGreaterThan",(e,t)=>{Pe.init(e,t);let n=TE[typeof t.value];e._zod.onattach.push(i=>{let r=i._zod.bag,a=(t.inclusive?r.minimum:r.exclusiveMinimum)??Number.NEGATIVE_INFINITY;t.value>a&&(t.inclusive?r.minimum=t.value:r.exclusiveMinimum=t.value)}),e._zod.check=i=>{(t.inclusive?i.value>=t.value:i.value>t.value)||i.issues.push({origin:n,code:"too_small",minimum:typeof t.value=="object"?t.value.getTime():t.value,input:i.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),ag=w("$ZodCheckMultipleOf",(e,t)=>{Pe.init(e,t),e._zod.onattach.push(n=>{var i;(i=n._zod.bag).multipleOf??(i.multipleOf=t.value)}),e._zod.check=n=>{if(typeof n.value!=typeof t.value)throw new Error("Cannot mix number and bigint in multiple_of check.");(typeof n.value=="bigint"?n.value%t.value===BigInt(0):yf(n.value,t.value)===0)||n.issues.push({origin:typeof n.value,code:"not_multiple_of",divisor:t.value,input:n.value,inst:e,continue:!t.abort})}}),og=w("$ZodCheckNumberFormat",(e,t)=>{Pe.init(e,t),t.format=t.format||"float64";let n=t.format?.includes("int"),i=n?"int":"number",[r,a]=Sf[t.format];e._zod.onattach.push(o=>{let l=o._zod.bag;l.format=t.format,l.minimum=r,l.maximum=a,n&&(l.pattern=Qf)}),e._zod.check=o=>{let l=o.value;if(n){if(!Number.isInteger(l)){o.issues.push({expected:i,format:t.format,code:"invalid_type",continue:!1,input:l,inst:e});return}if(!Number.isSafeInteger(l)){l>0?o.issues.push({input:l,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:i,inclusive:!0,continue:!t.abort}):o.issues.push({input:l,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:i,inclusive:!0,continue:!t.abort});return}}l<r&&o.issues.push({origin:"number",input:l,code:"too_small",minimum:r,inclusive:!0,inst:e,continue:!t.abort}),l>a&&o.issues.push({origin:"number",input:l,code:"too_big",maximum:a,inclusive:!0,inst:e,continue:!t.abort})}}),sg=w("$ZodCheckBigIntFormat",(e,t)=>{Pe.init(e,t);let[n,i]=Ef[t.format];e._zod.onattach.push(r=>{let a=r._zod.bag;a.format=t.format,a.minimum=n,a.maximum=i}),e._zod.check=r=>{let a=r.value;a<n&&r.issues.push({origin:"bigint",input:a,code:"too_small",minimum:n,inclusive:!0,inst:e,continue:!t.abort}),a>i&&r.issues.push({origin:"bigint",input:a,code:"too_big",maximum:i,inclusive:!0,inst:e,continue:!t.abort})}}),lg=w("$ZodCheckMaxSize",(e,t)=>{var n;Pe.init(e,t),(n=e._zod.def).when??(n.when=i=>{let r=i.value;return!Er(r)&&r.size!==void 0}),e._zod.onattach.push(i=>{let r=i._zod.bag.maximum??Number.POSITIVE_INFINITY;t.maximum<r&&(i._zod.bag.maximum=t.maximum)}),e._zod.check=i=>{let r=i.value;r.size<=t.maximum||i.issues.push({origin:Mo(r),code:"too_big",maximum:t.maximum,inclusive:!0,input:r,inst:e,continue:!t.abort})}}),cg=w("$ZodCheckMinSize",(e,t)=>{var n;Pe.init(e,t),(n=e._zod.def).when??(n.when=i=>{let r=i.value;return!Er(r)&&r.size!==void 0}),e._zod.onattach.push(i=>{let r=i._zod.bag.minimum??Number.NEGATIVE_INFINITY;t.minimum>r&&(i._zod.bag.minimum=t.minimum)}),e._zod.check=i=>{let r=i.value;r.size>=t.minimum||i.issues.push({origin:Mo(r),code:"too_small",minimum:t.minimum,inclusive:!0,input:r,inst:e,continue:!t.abort})}}),ug=w("$ZodCheckSizeEquals",(e,t)=>{var n;Pe.init(e,t),(n=e._zod.def).when??(n.when=i=>{let r=i.value;return!Er(r)&&r.size!==void 0}),e._zod.onattach.push(i=>{let r=i._zod.bag;r.minimum=t.size,r.maximum=t.size,r.size=t.size}),e._zod.check=i=>{let r=i.value,a=r.size;if(a===t.size)return;let o=a>t.size;i.issues.push({origin:Mo(r),...o?{code:"too_big",maximum:t.size}:{code:"too_small",minimum:t.size},inclusive:!0,exact:!0,input:i.value,inst:e,continue:!t.abort})}}),pg=w("$ZodCheckMaxLength",(e,t)=>{var n;Pe.init(e,t),(n=e._zod.def).when??(n.when=i=>{let r=i.value;return!Er(r)&&r.length!==void 0}),e._zod.onattach.push(i=>{let r=i._zod.bag.maximum??Number.POSITIVE_INFINITY;t.maximum<r&&(i._zod.bag.maximum=t.maximum)}),e._zod.check=i=>{let r=i.value;if(r.length<=t.maximum)return;let o=Oo(r);i.issues.push({origin:o,code:"too_big",maximum:t.maximum,inclusive:!0,input:r,inst:e,continue:!t.abort})}}),dg=w("$ZodCheckMinLength",(e,t)=>{var n;Pe.init(e,t),(n=e._zod.def).when??(n.when=i=>{let r=i.value;return!Er(r)&&r.length!==void 0}),e._zod.onattach.push(i=>{let r=i._zod.bag.minimum??Number.NEGATIVE_INFINITY;t.minimum>r&&(i._zod.bag.minimum=t.minimum)}),e._zod.check=i=>{let r=i.value;if(r.length>=t.minimum)return;let o=Oo(r);i.issues.push({origin:o,code:"too_small",minimum:t.minimum,inclusive:!0,input:r,inst:e,continue:!t.abort})}}),mg=w("$ZodCheckLengthEquals",(e,t)=>{var n;Pe.init(e,t),(n=e._zod.def).when??(n.when=i=>{let r=i.value;return!Er(r)&&r.length!==void 0}),e._zod.onattach.push(i=>{let r=i._zod.bag;r.minimum=t.length,r.maximum=t.length,r.length=t.length}),e._zod.check=i=>{let r=i.value,a=r.length;if(a===t.length)return;let o=Oo(r),l=a>t.length;i.issues.push({origin:o,...l?{code:"too_big",maximum:t.length}:{code:"too_small",minimum:t.length},inclusive:!0,exact:!0,input:i.value,inst:e,continue:!t.abort})}}),da=w("$ZodCheckStringFormat",(e,t)=>{var n,i;Pe.init(e,t),e._zod.onattach.push(r=>{let a=r._zod.bag;a.format=t.format,t.pattern&&(a.patterns??(a.patterns=new Set),a.patterns.add(t.pattern))}),t.pattern?(n=e._zod).check??(n.check=r=>{t.pattern.lastIndex=0,!t.pattern.test(r.value)&&r.issues.push({origin:"string",code:"invalid_format",format:t.format,input:r.value,...t.pattern?{pattern:t.pattern.toString()}:{},inst:e,continue:!t.abort})}):(i=e._zod).check??(i.check=()=>{})}),hg=w("$ZodCheckRegex",(e,t)=>{da.init(e,t),e._zod.check=n=>{t.pattern.lastIndex=0,!t.pattern.test(n.value)&&n.issues.push({origin:"string",code:"invalid_format",format:"regex",input:n.value,pattern:t.pattern.toString(),inst:e,continue:!t.abort})}}),fg=w("$ZodCheckLowerCase",(e,t)=>{t.pattern??(t.pattern=rg),da.init(e,t)}),gg=w("$ZodCheckUpperCase",(e,t)=>{t.pattern??(t.pattern=ig),da.init(e,t)}),vg=w("$ZodCheckIncludes",(e,t)=>{Pe.init(e,t);let n=un(t.includes),i=new RegExp(typeof t.position=="number"?`^.{${t.position}}${n}`:n);t.pattern=i,e._zod.onattach.push(r=>{let a=r._zod.bag;a.patterns??(a.patterns=new Set),a.patterns.add(i)}),e._zod.check=r=>{r.value.includes(t.includes,t.position)||r.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:t.includes,input:r.value,inst:e,continue:!t.abort})}}),kg=w("$ZodCheckStartsWith",(e,t)=>{Pe.init(e,t);let n=new RegExp(`^${un(t.prefix)}.*`);t.pattern??(t.pattern=n),e._zod.onattach.push(i=>{let r=i._zod.bag;r.patterns??(r.patterns=new Set),r.patterns.add(n)}),e._zod.check=i=>{i.value.startsWith(t.prefix)||i.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:t.prefix,input:i.value,inst:e,continue:!t.abort})}}),yg=w("$ZodCheckEndsWith",(e,t)=>{Pe.init(e,t);let n=new RegExp(`.*${un(t.suffix)}$`);t.pattern??(t.pattern=n),e._zod.onattach.push(i=>{let r=i._zod.bag;r.patterns??(r.patterns=new Set),r.patterns.add(n)}),e._zod.check=i=>{i.value.endsWith(t.suffix)||i.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:t.suffix,input:i.value,inst:e,continue:!t.abort})}});function EE(e,t,n){e.issues.length&&t.issues.push(...Gt(n,e.issues))}s(EE,"handleCheckPropertyResult");var bg=w("$ZodCheckProperty",(e,t)=>{Pe.init(e,t),e._zod.check=n=>{let i=t.schema._zod.run({value:n.value[t.property],issues:[]},{});if(i instanceof Promise)return i.then(r=>EE(r,n,t.property));EE(i,n,t.property)}}),xg=w("$ZodCheckMimeType",(e,t)=>{Pe.init(e,t);let n=new Set(t.mime);e._zod.onattach.push(i=>{i._zod.bag.mime=t.mime}),e._zod.check=i=>{n.has(i.value.type)||i.issues.push({code:"invalid_value",values:t.mime,input:i.value.type,inst:e,continue:!t.abort})}}),Ag=w("$ZodCheckOverwrite",(e,t)=>{Pe.init(e,t),e._zod.check=n=>{n.value=t.tx(n.value)}});var Zo=class{static{s(this,"Doc")}constructor(t=[]){this.content=[],this.indent=0,this&&(this.args=t)}indented(t){this.indent+=1,t(this),this.indent-=1}write(t){if(typeof t=="function"){t(this,{execution:"sync"}),t(this,{execution:"async"});return}let i=t.split(`
|
|
`).filter(o=>o),r=Math.min(...i.map(o=>o.length-o.trimStart().length)),a=i.map(o=>o.slice(r)).map(o=>" ".repeat(this.indent*2)+o);for(let o of a)this.content.push(o)}compile(){let t=Function,n=this?.args,r=[...(this?.content??[""]).map(a=>` ${a}`)];return new t(...n,r.join(`
|
|
`))}};var wg={major:4,minor:3,patch:6};var X=w("$ZodType",(e,t)=>{var n;e??(e={}),e._zod.def=t,e._zod.bag=e._zod.bag||{},e._zod.version=wg;let i=[...e._zod.def.checks??[]];e._zod.traits.has("$ZodCheck")&&i.unshift(e);for(let r of i)for(let a of r._zod.onattach)a(e);if(i.length===0)(n=e._zod).deferred??(n.deferred=[]),e._zod.deferred?.push(()=>{e._zod.run=e._zod.parse});else{let r=s((o,l,c)=>{let u=Fr(o),p;for(let d of l){if(d._zod.def.when){if(!d._zod.def.when(o))continue}else if(u)continue;let m=o.issues.length,h=d._zod.check(o);if(h instanceof Promise&&c?.async===!1)throw new Sn;if(p||h instanceof Promise)p=(p??Promise.resolve()).then(async()=>{await h,o.issues.length!==m&&(u||(u=Fr(o,m)))});else{if(o.issues.length===m)continue;u||(u=Fr(o,m))}}return p?p.then(()=>o):o},"runChecks"),a=s((o,l,c)=>{if(Fr(o))return o.aborted=!0,o;let u=r(l,i,c);if(u instanceof Promise){if(c.async===!1)throw new Sn;return u.then(p=>e._zod.parse(p,c))}return e._zod.parse(u,c)},"handleCanaryResult");e._zod.run=(o,l)=>{if(l.skipChecks)return e._zod.parse(o,l);if(l.direction==="backward"){let u=e._zod.parse({value:o.value,issues:[]},{...l,skipChecks:!0});return u instanceof Promise?u.then(p=>a(p,o,l)):a(u,o,l)}let c=e._zod.parse(o,l);if(c instanceof Promise){if(l.async===!1)throw new Sn;return c.then(u=>r(u,i,l))}return r(c,i,l)}}ue(e,"~standard",()=>({validate:s(r=>{try{let a=Ff(e,r);return a.success?{value:a.data}:{issues:a.error?.issues}}catch{return If(e,r).then(o=>o.success?{value:o.data}:{issues:o.error?.issues})}},"validate"),vendor:"zod",version:1}))}),di=w("$ZodString",(e,t)=>{X.init(e,t),e._zod.pattern=[...e?._zod.bag?.patterns??[]].pop()??Yf(e._zod.bag),e._zod.parse=(n,i)=>{if(t.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:e}),n}}),Se=w("$ZodStringFormat",(e,t)=>{da.init(e,t),di.init(e,t)}),Sg=w("$ZodGUID",(e,t)=>{t.pattern??(t.pattern=Of),Se.init(e,t)}),Eg=w("$ZodUUID",(e,t)=>{if(t.version){let i={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[t.version];if(i===void 0)throw new Error(`Invalid UUID version: "${t.version}"`);t.pattern??(t.pattern=pi(i))}else t.pattern??(t.pattern=pi());Se.init(e,t)}),Tg=w("$ZodEmail",(e,t)=>{t.pattern??(t.pattern=Rf),Se.init(e,t)}),Pg=w("$ZodURL",(e,t)=>{Se.init(e,t),e._zod.check=n=>{try{let i=n.value.trim(),r=new URL(i);t.hostname&&(t.hostname.lastIndex=0,t.hostname.test(r.hostname)||n.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:t.hostname.source,input:n.value,inst:e,continue:!t.abort})),t.protocol&&(t.protocol.lastIndex=0,t.protocol.test(r.protocol.endsWith(":")?r.protocol.slice(0,-1):r.protocol)||n.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:t.protocol.source,input:n.value,inst:e,continue:!t.abort})),t.normalize?n.value=r.href:n.value=i;return}catch{n.issues.push({code:"invalid_format",format:"url",input:n.value,inst:e,continue:!t.abort})}}}),Fg=w("$ZodEmoji",(e,t)=>{t.pattern??(t.pattern=Lf()),Se.init(e,t)}),Ig=w("$ZodNanoID",(e,t)=>{t.pattern??(t.pattern=jf),Se.init(e,t)}),Dg=w("$ZodCUID",(e,t)=>{t.pattern??(t.pattern=Df),Se.init(e,t)}),zg=w("$ZodCUID2",(e,t)=>{t.pattern??(t.pattern=zf),Se.init(e,t)}),_g=w("$ZodULID",(e,t)=>{t.pattern??(t.pattern=_f),Se.init(e,t)}),$g=w("$ZodXID",(e,t)=>{t.pattern??(t.pattern=$f),Se.init(e,t)}),Ng=w("$ZodKSUID",(e,t)=>{t.pattern??(t.pattern=Nf),Se.init(e,t)}),jg=w("$ZodISODateTime",(e,t)=>{t.pattern??(t.pattern=Kf(t)),Se.init(e,t)}),Mg=w("$ZodISODate",(e,t)=>{t.pattern??(t.pattern=Wf),Se.init(e,t)}),Og=w("$ZodISOTime",(e,t)=>{t.pattern??(t.pattern=Hf(t)),Se.init(e,t)}),Rg=w("$ZodISODuration",(e,t)=>{t.pattern??(t.pattern=Mf),Se.init(e,t)}),Lg=w("$ZodIPv4",(e,t)=>{t.pattern??(t.pattern=Bf),Se.init(e,t),e._zod.bag.format="ipv4"}),Bg=w("$ZodIPv6",(e,t)=>{t.pattern??(t.pattern=Uf),Se.init(e,t),e._zod.bag.format="ipv6",e._zod.check=n=>{try{new URL(`http://[${n.value}]`)}catch{n.issues.push({code:"invalid_format",format:"ipv6",input:n.value,inst:e,continue:!t.abort})}}}),Ug=w("$ZodMAC",(e,t)=>{t.pattern??(t.pattern=Vf(t.delimiter)),Se.init(e,t),e._zod.bag.format="mac"}),Vg=w("$ZodCIDRv4",(e,t)=>{t.pattern??(t.pattern=Zf),Se.init(e,t)}),Zg=w("$ZodCIDRv6",(e,t)=>{t.pattern??(t.pattern=qf),Se.init(e,t),e._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 o=Number(a);if(`${o}`!==a)throw new Error;if(o<0||o>128)throw new Error;new URL(`http://[${r}]`)}catch{n.issues.push({code:"invalid_format",format:"cidrv6",input:n.value,inst:e,continue:!t.abort})}}});function qg(e){if(e==="")return!0;if(e.length%4!==0)return!1;try{return atob(e),!0}catch{return!1}}s(qg,"isValidBase64");var Jg=w("$ZodBase64",(e,t)=>{t.pattern??(t.pattern=Jf),Se.init(e,t),e._zod.bag.contentEncoding="base64",e._zod.check=n=>{qg(n.value)||n.issues.push({code:"invalid_format",format:"base64",input:n.value,inst:e,continue:!t.abort})}});function LE(e){if(!Tc.test(e))return!1;let t=e.replace(/[-_]/g,i=>i==="-"?"+":"/"),n=t.padEnd(Math.ceil(t.length/4)*4,"=");return qg(n)}s(LE,"isValidBase64URL");var Gg=w("$ZodBase64URL",(e,t)=>{t.pattern??(t.pattern=Tc),Se.init(e,t),e._zod.bag.contentEncoding="base64url",e._zod.check=n=>{LE(n.value)||n.issues.push({code:"invalid_format",format:"base64url",input:n.value,inst:e,continue:!t.abort})}}),Wg=w("$ZodE164",(e,t)=>{t.pattern??(t.pattern=Gf),Se.init(e,t)});function BE(e,t=null){try{let n=e.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||t&&(!("alg"in r)||r.alg!==t))}catch{return!1}}s(BE,"isValidJWT");var Hg=w("$ZodJWT",(e,t)=>{Se.init(e,t),e._zod.check=n=>{BE(n.value,t.alg)||n.issues.push({code:"invalid_format",format:"jwt",input:n.value,inst:e,continue:!t.abort})}}),Kg=w("$ZodCustomStringFormat",(e,t)=>{Se.init(e,t),e._zod.check=n=>{t.fn(n.value)||n.issues.push({code:"invalid_format",format:t.format,input:n.value,inst:e,continue:!t.abort})}}),jc=w("$ZodNumber",(e,t)=>{X.init(e,t),e._zod.pattern=e._zod.bag.pattern??Pc,e._zod.parse=(n,i)=>{if(t.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:e,...a?{received:a}:{}}),n}}),Yg=w("$ZodNumberFormat",(e,t)=>{og.init(e,t),jc.init(e,t)}),qo=w("$ZodBoolean",(e,t)=>{X.init(e,t),e._zod.pattern=eg,e._zod.parse=(n,i)=>{if(t.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:e}),n}}),Mc=w("$ZodBigInt",(e,t)=>{X.init(e,t),e._zod.pattern=Xf,e._zod.parse=(n,i)=>{if(t.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:e}),n}}),Xg=w("$ZodBigIntFormat",(e,t)=>{sg.init(e,t),Mc.init(e,t)}),Qg=w("$ZodSymbol",(e,t)=>{X.init(e,t),e._zod.parse=(n,i)=>{let r=n.value;return typeof r=="symbol"||n.issues.push({expected:"symbol",code:"invalid_type",input:r,inst:e}),n}}),ev=w("$ZodUndefined",(e,t)=>{X.init(e,t),e._zod.pattern=ng,e._zod.values=new Set([void 0]),e._zod.optin="optional",e._zod.optout="optional",e._zod.parse=(n,i)=>{let r=n.value;return typeof r>"u"||n.issues.push({expected:"undefined",code:"invalid_type",input:r,inst:e}),n}}),tv=w("$ZodNull",(e,t)=>{X.init(e,t),e._zod.pattern=tg,e._zod.values=new Set([null]),e._zod.parse=(n,i)=>{let r=n.value;return r===null||n.issues.push({expected:"null",code:"invalid_type",input:r,inst:e}),n}}),nv=w("$ZodAny",(e,t)=>{X.init(e,t),e._zod.parse=n=>n}),rv=w("$ZodUnknown",(e,t)=>{X.init(e,t),e._zod.parse=n=>n}),iv=w("$ZodNever",(e,t)=>{X.init(e,t),e._zod.parse=(n,i)=>(n.issues.push({expected:"never",code:"invalid_type",input:n.value,inst:e}),n)}),av=w("$ZodVoid",(e,t)=>{X.init(e,t),e._zod.parse=(n,i)=>{let r=n.value;return typeof r>"u"||n.issues.push({expected:"void",code:"invalid_type",input:r,inst:e}),n}}),ov=w("$ZodDate",(e,t)=>{X.init(e,t),e._zod.parse=(n,i)=>{if(t.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:e}),n}});function FE(e,t,n){e.issues.length&&t.issues.push(...Gt(n,e.issues)),t.value[n]=e.value}s(FE,"handleArrayResult");var sv=w("$ZodArray",(e,t)=>{X.init(e,t),e._zod.parse=(n,i)=>{let r=n.value;if(!Array.isArray(r))return n.issues.push({expected:"array",code:"invalid_type",input:r,inst:e}),n;n.value=Array(r.length);let a=[];for(let o=0;o<r.length;o++){let l=r[o],c=t.element._zod.run({value:l,issues:[]},i);c instanceof Promise?a.push(c.then(u=>FE(u,n,o))):FE(c,n,o)}return a.length?Promise.all(a).then(()=>n):n}});function Nc(e,t,n,i,r){if(e.issues.length){if(r&&!(n in i))return;t.issues.push(...Gt(n,e.issues))}e.value===void 0?n in i&&(t.value[n]=void 0):t.value[n]=e.value}s(Nc,"handlePropertyResult");function UE(e){let t=Object.keys(e.shape);for(let i of t)if(!e.shape?.[i]?._zod?.traits?.has("$ZodType"))throw new Error(`Invalid element at key "${i}": expected a Zod schema`);let n=Cf(e.shape);return{...e,keys:t,keySet:new Set(t),numKeys:t.length,optionalKeys:new Set(n)}}s(UE,"normalizeDef");function VE(e,t,n,i,r,a){let o=[],l=r.keySet,c=r.catchall._zod,u=c.def.type,p=c.optout==="optional";for(let d in t){if(l.has(d))continue;if(u==="never"){o.push(d);continue}let m=c.run({value:t[d],issues:[]},i);m instanceof Promise?e.push(m.then(h=>Nc(h,n,d,t,p))):Nc(m,n,d,t,p)}return o.length&&n.issues.push({code:"unrecognized_keys",keys:o,input:t,inst:a}),e.length?Promise.all(e).then(()=>n):n}s(VE,"handleCatchall");var ZE=w("$ZodObject",(e,t)=>{if(X.init(e,t),!Object.getOwnPropertyDescriptor(t,"shape")?.get){let l=t.shape;Object.defineProperty(t,"shape",{get:s(()=>{let c={...l};return Object.defineProperty(t,"shape",{value:c}),c},"get")})}let i=oa(()=>UE(t));ue(e._zod,"propValues",()=>{let l=t.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=ui,a=t.catchall,o;e._zod.parse=(l,c)=>{o??(o=i.value);let u=l.value;if(!r(u))return l.issues.push({expected:"object",code:"invalid_type",input:u,inst:e}),l;l.value={};let p=[],d=o.shape;for(let m of o.keys){let h=d[m],v=h._zod.optout==="optional",x=h._zod.run({value:u[m],issues:[]},c);x instanceof Promise?p.push(x.then(A=>Nc(A,l,m,u,v))):Nc(x,l,m,u,v)}return a?VE(p,u,l,c,i.value,e):p.length?Promise.all(p).then(()=>l):l}}),lv=w("$ZodObjectJIT",(e,t)=>{ZE.init(e,t);let n=e._zod.parse,i=oa(()=>UE(t)),r=s(m=>{let h=new Zo(["shape","payload","ctx"]),v=i.value,x=s(E=>{let I=fc(E);return`shape[${I}]._zod.run({ value: input[${I}], issues: [] }, ctx)`},"parseStr");h.write("const input = payload.value;");let A=Object.create(null),k=0;for(let E of v.keys)A[E]=`key_${k++}`;h.write("const newResult = {};");for(let E of v.keys){let I=A[E],N=fc(E),Q=m[E]?._zod?.optout==="optional";h.write(`const ${I} = ${x(E)};`),Q?h.write(`
|
|
if (${I}.issues.length) {
|
|
if (${N} in input) {
|
|
payload.issues = payload.issues.concat(${I}.issues.map(iss => ({
|
|
...iss,
|
|
path: iss.path ? [${N}, ...iss.path] : [${N}]
|
|
})));
|
|
}
|
|
}
|
|
|
|
if (${I}.value === undefined) {
|
|
if (${N} in input) {
|
|
newResult[${N}] = undefined;
|
|
}
|
|
} else {
|
|
newResult[${N}] = ${I}.value;
|
|
}
|
|
|
|
`):h.write(`
|
|
if (${I}.issues.length) {
|
|
payload.issues = payload.issues.concat(${I}.issues.map(iss => ({
|
|
...iss,
|
|
path: iss.path ? [${N}, ...iss.path] : [${N}]
|
|
})));
|
|
}
|
|
|
|
if (${I}.value === undefined) {
|
|
if (${N} in input) {
|
|
newResult[${N}] = undefined;
|
|
}
|
|
} else {
|
|
newResult[${N}] = ${I}.value;
|
|
}
|
|
|
|
`)}h.write("payload.value = newResult;"),h.write("return payload;");let C=h.compile();return(E,I)=>C(m,E,I)},"generateFastpass"),a,o=ui,l=!zo.jitless,u=l&&xf.value,p=t.catchall,d;e._zod.parse=(m,h)=>{d??(d=i.value);let v=m.value;return o(v)?l&&u&&h?.async===!1&&h.jitless!==!0?(a||(a=r(t.shape)),m=a(m,h),p?VE([],v,m,h,d,e):m):n(m,h):(m.issues.push({expected:"object",code:"invalid_type",input:v,inst:e}),m)}});function IE(e,t,n,i){for(let a of e)if(a.issues.length===0)return t.value=a.value,t;let r=e.filter(a=>!Fr(a));return r.length===1?(t.value=r[0].value,r[0]):(t.issues.push({code:"invalid_union",input:t.value,inst:n,errors:e.map(a=>a.issues.map(o=>Nt(o,i,Le())))}),t)}s(IE,"handleUnionResults");var Jo=w("$ZodUnion",(e,t)=>{X.init(e,t),ue(e._zod,"optin",()=>t.options.some(r=>r._zod.optin==="optional")?"optional":void 0),ue(e._zod,"optout",()=>t.options.some(r=>r._zod.optout==="optional")?"optional":void 0),ue(e._zod,"values",()=>{if(t.options.every(r=>r._zod.values))return new Set(t.options.flatMap(r=>Array.from(r._zod.values)))}),ue(e._zod,"pattern",()=>{if(t.options.every(r=>r._zod.pattern)){let r=t.options.map(a=>a._zod.pattern);return new RegExp(`^(${r.map(a=>No(a.source)).join("|")})$`)}});let n=t.options.length===1,i=t.options[0]._zod.run;e._zod.parse=(r,a)=>{if(n)return i(r,a);let o=!1,l=[];for(let c of t.options){let u=c._zod.run({value:r.value,issues:[]},a);if(u instanceof Promise)l.push(u),o=!0;else{if(u.issues.length===0)return u;l.push(u)}}return o?Promise.all(l).then(c=>IE(c,r,e,a)):IE(l,r,e,a)}});function DE(e,t,n,i){let r=e.filter(a=>a.issues.length===0);return r.length===1?(t.value=r[0].value,t):(r.length===0?t.issues.push({code:"invalid_union",input:t.value,inst:n,errors:e.map(a=>a.issues.map(o=>Nt(o,i,Le())))}):t.issues.push({code:"invalid_union",input:t.value,inst:n,errors:[],inclusive:!1}),t)}s(DE,"handleExclusiveUnionResults");var cv=w("$ZodXor",(e,t)=>{Jo.init(e,t),t.inclusive=!1;let n=t.options.length===1,i=t.options[0]._zod.run;e._zod.parse=(r,a)=>{if(n)return i(r,a);let o=!1,l=[];for(let c of t.options){let u=c._zod.run({value:r.value,issues:[]},a);u instanceof Promise?(l.push(u),o=!0):l.push(u)}return o?Promise.all(l).then(c=>DE(c,r,e,a)):DE(l,r,e,a)}}),uv=w("$ZodDiscriminatedUnion",(e,t)=>{t.inclusive=!1,Jo.init(e,t);let n=e._zod.parse;ue(e._zod,"propValues",()=>{let r={};for(let a of t.options){let o=a._zod.propValues;if(!o||Object.keys(o).length===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(a)}"`);for(let[l,c]of Object.entries(o)){r[l]||(r[l]=new Set);for(let u of c)r[l].add(u)}}return r});let i=oa(()=>{let r=t.options,a=new Map;for(let o of r){let l=o._zod.propValues?.[t.discriminator];if(!l||l.size===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(o)}"`);for(let c of l){if(a.has(c))throw new Error(`Duplicate discriminator value "${String(c)}"`);a.set(c,o)}}return a});e._zod.parse=(r,a)=>{let o=r.value;if(!ui(o))return r.issues.push({code:"invalid_type",expected:"object",input:o,inst:e}),r;let l=i.value.get(o?.[t.discriminator]);return l?l._zod.run(r,a):t.unionFallback?n(r,a):(r.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",discriminator:t.discriminator,input:o,path:[t.discriminator],inst:e}),r)}}),pv=w("$ZodIntersection",(e,t)=>{X.init(e,t),e._zod.parse=(n,i)=>{let r=n.value,a=t.left._zod.run({value:r,issues:[]},i),o=t.right._zod.run({value:r,issues:[]},i);return a instanceof Promise||o instanceof Promise?Promise.all([a,o]).then(([c,u])=>zE(n,c,u)):zE(n,a,o)}});function Cg(e,t){if(e===t)return{valid:!0,data:e};if(e instanceof Date&&t instanceof Date&&+e==+t)return{valid:!0,data:e};if(Pr(e)&&Pr(t)){let n=Object.keys(t),i=Object.keys(e).filter(a=>n.indexOf(a)!==-1),r={...e,...t};for(let a of i){let o=Cg(e[a],t[a]);if(!o.valid)return{valid:!1,mergeErrorPath:[a,...o.mergeErrorPath]};r[a]=o.data}return{valid:!0,data:r}}if(Array.isArray(e)&&Array.isArray(t)){if(e.length!==t.length)return{valid:!1,mergeErrorPath:[]};let n=[];for(let i=0;i<e.length;i++){let r=e[i],a=t[i],o=Cg(r,a);if(!o.valid)return{valid:!1,mergeErrorPath:[i,...o.mergeErrorPath]};n.push(o.data)}return{valid:!0,data:n}}return{valid:!1,mergeErrorPath:[]}}s(Cg,"mergeValues");function zE(e,t,n){let i=new Map,r;for(let l of t.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 e.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 e.issues.push(l);let a=[...i].filter(([,l])=>l.l&&l.r).map(([l])=>l);if(a.length&&r&&e.issues.push({...r,keys:a}),Fr(e))return e;let o=Cg(t.value,n.value);if(!o.valid)throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(o.mergeErrorPath)}`);return e.value=o.data,e}s(zE,"handleIntersectionResults");var Oc=w("$ZodTuple",(e,t)=>{X.init(e,t);let n=t.items;e._zod.parse=(i,r)=>{let a=i.value;if(!Array.isArray(a))return i.issues.push({input:a,inst:e,expected:"tuple",code:"invalid_type"}),i;i.value=[];let o=[],l=[...n].reverse().findIndex(p=>p._zod.optin!=="optional"),c=l===-1?0:n.length-l;if(!t.rest){let p=a.length>n.length,d=a.length<c-1;if(p||d)return i.issues.push({...p?{code:"too_big",maximum:n.length,inclusive:!0}:{code:"too_small",minimum:n.length},input:a,inst:e,origin:"array"}),i}let u=-1;for(let p of n){if(u++,u>=a.length&&u>=c)continue;let d=p._zod.run({value:a[u],issues:[]},r);d instanceof Promise?o.push(d.then(m=>Dc(m,i,u))):Dc(d,i,u)}if(t.rest){let p=a.slice(n.length);for(let d of p){u++;let m=t.rest._zod.run({value:d,issues:[]},r);m instanceof Promise?o.push(m.then(h=>Dc(h,i,u))):Dc(m,i,u)}}return o.length?Promise.all(o).then(()=>i):i}});function Dc(e,t,n){e.issues.length&&t.issues.push(...Gt(n,e.issues)),t.value[n]=e.value}s(Dc,"handleTupleResult");var dv=w("$ZodRecord",(e,t)=>{X.init(e,t),e._zod.parse=(n,i)=>{let r=n.value;if(!Pr(r))return n.issues.push({expected:"record",code:"invalid_type",input:r,inst:e}),n;let a=[],o=t.keyType._zod.values;if(o){n.value={};let l=new Set;for(let u of o)if(typeof u=="string"||typeof u=="number"||typeof u=="symbol"){l.add(typeof u=="number"?u.toString():u);let p=t.valueType._zod.run({value:r[u],issues:[]},i);p instanceof Promise?a.push(p.then(d=>{d.issues.length&&n.issues.push(...Gt(u,d.issues)),n.value[u]=d.value})):(p.issues.length&&n.issues.push(...Gt(u,p.issues)),n.value[u]=p.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:e,keys:c})}else{n.value={};for(let l of Reflect.ownKeys(r)){if(l==="__proto__")continue;let c=t.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"&&Pc.test(l)&&c.issues.length){let d=t.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){t.mode==="loose"?n.value[l]=r[l]:n.issues.push({code:"invalid_key",origin:"record",issues:c.issues.map(d=>Nt(d,i,Le())),input:l,path:[l],inst:e});continue}let p=t.valueType._zod.run({value:r[l],issues:[]},i);p instanceof Promise?a.push(p.then(d=>{d.issues.length&&n.issues.push(...Gt(l,d.issues)),n.value[c.value]=d.value})):(p.issues.length&&n.issues.push(...Gt(l,p.issues)),n.value[c.value]=p.value)}}return a.length?Promise.all(a).then(()=>n):n}}),mv=w("$ZodMap",(e,t)=>{X.init(e,t),e._zod.parse=(n,i)=>{let r=n.value;if(!(r instanceof Map))return n.issues.push({expected:"map",code:"invalid_type",input:r,inst:e}),n;let a=[];n.value=new Map;for(let[o,l]of r){let c=t.keyType._zod.run({value:o,issues:[]},i),u=t.valueType._zod.run({value:l,issues:[]},i);c instanceof Promise||u instanceof Promise?a.push(Promise.all([c,u]).then(([p,d])=>{_E(p,d,n,o,r,e,i)})):_E(c,u,n,o,r,e,i)}return a.length?Promise.all(a).then(()=>n):n}});function _E(e,t,n,i,r,a,o){e.issues.length&&(jo.has(typeof i)?n.issues.push(...Gt(i,e.issues)):n.issues.push({code:"invalid_key",origin:"map",input:r,inst:a,issues:e.issues.map(l=>Nt(l,o,Le()))})),t.issues.length&&(jo.has(typeof i)?n.issues.push(...Gt(i,t.issues)):n.issues.push({origin:"map",code:"invalid_element",input:r,inst:a,key:i,issues:t.issues.map(l=>Nt(l,o,Le()))})),n.value.set(e.value,t.value)}s(_E,"handleMapResult");var hv=w("$ZodSet",(e,t)=>{X.init(e,t),e._zod.parse=(n,i)=>{let r=n.value;if(!(r instanceof Set))return n.issues.push({input:r,inst:e,expected:"set",code:"invalid_type"}),n;let a=[];n.value=new Set;for(let o of r){let l=t.valueType._zod.run({value:o,issues:[]},i);l instanceof Promise?a.push(l.then(c=>$E(c,n))):$E(l,n)}return a.length?Promise.all(a).then(()=>n):n}});function $E(e,t){e.issues.length&&t.issues.push(...e.issues),t.value.add(e.value)}s($E,"handleSetResult");var fv=w("$ZodEnum",(e,t)=>{X.init(e,t);let n=$o(t.entries),i=new Set(n);e._zod.values=i,e._zod.pattern=new RegExp(`^(${n.filter(r=>jo.has(typeof r)).map(r=>typeof r=="string"?un(r):r.toString()).join("|")})$`),e._zod.parse=(r,a)=>{let o=r.value;return i.has(o)||r.issues.push({code:"invalid_value",values:n,input:o,inst:e}),r}}),gv=w("$ZodLiteral",(e,t)=>{if(X.init(e,t),t.values.length===0)throw new Error("Cannot create literal schema with no valid values");let n=new Set(t.values);e._zod.values=n,e._zod.pattern=new RegExp(`^(${t.values.map(i=>typeof i=="string"?un(i):i?un(i.toString()):String(i)).join("|")})$`),e._zod.parse=(i,r)=>{let a=i.value;return n.has(a)||i.issues.push({code:"invalid_value",values:t.values,input:a,inst:e}),i}}),vv=w("$ZodFile",(e,t)=>{X.init(e,t),e._zod.parse=(n,i)=>{let r=n.value;return r instanceof File||n.issues.push({expected:"file",code:"invalid_type",input:r,inst:e}),n}}),kv=w("$ZodTransform",(e,t)=>{X.init(e,t),e._zod.parse=(n,i)=>{if(i.direction==="backward")throw new Sr(e.constructor.name);let r=t.transform(n.value,n);if(i.async)return(r instanceof Promise?r:Promise.resolve(r)).then(o=>(n.value=o,n));if(r instanceof Promise)throw new Sn;return n.value=r,n}});function NE(e,t){return e.issues.length&&t===void 0?{issues:[],value:void 0}:e}s(NE,"handleOptionalResult");var Rc=w("$ZodOptional",(e,t)=>{X.init(e,t),e._zod.optin="optional",e._zod.optout="optional",ue(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,void 0]):void 0),ue(e._zod,"pattern",()=>{let n=t.innerType._zod.pattern;return n?new RegExp(`^(${No(n.source)})?$`):void 0}),e._zod.parse=(n,i)=>{if(t.innerType._zod.optin==="optional"){let r=t.innerType._zod.run(n,i);return r instanceof Promise?r.then(a=>NE(a,n.value)):NE(r,n.value)}return n.value===void 0?n:t.innerType._zod.run(n,i)}}),yv=w("$ZodExactOptional",(e,t)=>{Rc.init(e,t),ue(e._zod,"values",()=>t.innerType._zod.values),ue(e._zod,"pattern",()=>t.innerType._zod.pattern),e._zod.parse=(n,i)=>t.innerType._zod.run(n,i)}),bv=w("$ZodNullable",(e,t)=>{X.init(e,t),ue(e._zod,"optin",()=>t.innerType._zod.optin),ue(e._zod,"optout",()=>t.innerType._zod.optout),ue(e._zod,"pattern",()=>{let n=t.innerType._zod.pattern;return n?new RegExp(`^(${No(n.source)}|null)$`):void 0}),ue(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,null]):void 0),e._zod.parse=(n,i)=>n.value===null?n:t.innerType._zod.run(n,i)}),xv=w("$ZodDefault",(e,t)=>{X.init(e,t),e._zod.optin="optional",ue(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(n,i)=>{if(i.direction==="backward")return t.innerType._zod.run(n,i);if(n.value===void 0)return n.value=t.defaultValue,n;let r=t.innerType._zod.run(n,i);return r instanceof Promise?r.then(a=>jE(a,t)):jE(r,t)}});function jE(e,t){return e.value===void 0&&(e.value=t.defaultValue),e}s(jE,"handleDefaultResult");var Av=w("$ZodPrefault",(e,t)=>{X.init(e,t),e._zod.optin="optional",ue(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(n,i)=>(i.direction==="backward"||n.value===void 0&&(n.value=t.defaultValue),t.innerType._zod.run(n,i))}),wv=w("$ZodNonOptional",(e,t)=>{X.init(e,t),ue(e._zod,"values",()=>{let n=t.innerType._zod.values;return n?new Set([...n].filter(i=>i!==void 0)):void 0}),e._zod.parse=(n,i)=>{let r=t.innerType._zod.run(n,i);return r instanceof Promise?r.then(a=>ME(a,e)):ME(r,e)}});function ME(e,t){return!e.issues.length&&e.value===void 0&&e.issues.push({code:"invalid_type",expected:"nonoptional",input:e.value,inst:t}),e}s(ME,"handleNonOptionalResult");var Cv=w("$ZodSuccess",(e,t)=>{X.init(e,t),e._zod.parse=(n,i)=>{if(i.direction==="backward")throw new Sr("ZodSuccess");let r=t.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)}}),Sv=w("$ZodCatch",(e,t)=>{X.init(e,t),ue(e._zod,"optin",()=>t.innerType._zod.optin),ue(e._zod,"optout",()=>t.innerType._zod.optout),ue(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(n,i)=>{if(i.direction==="backward")return t.innerType._zod.run(n,i);let r=t.innerType._zod.run(n,i);return r instanceof Promise?r.then(a=>(n.value=a.value,a.issues.length&&(n.value=t.catchValue({...n,error:{issues:a.issues.map(o=>Nt(o,i,Le()))},input:n.value}),n.issues=[]),n)):(n.value=r.value,r.issues.length&&(n.value=t.catchValue({...n,error:{issues:r.issues.map(a=>Nt(a,i,Le()))},input:n.value}),n.issues=[]),n)}}),Ev=w("$ZodNaN",(e,t)=>{X.init(e,t),e._zod.parse=(n,i)=>((typeof n.value!="number"||!Number.isNaN(n.value))&&n.issues.push({input:n.value,inst:e,expected:"nan",code:"invalid_type"}),n)}),Tv=w("$ZodPipe",(e,t)=>{X.init(e,t),ue(e._zod,"values",()=>t.in._zod.values),ue(e._zod,"optin",()=>t.in._zod.optin),ue(e._zod,"optout",()=>t.out._zod.optout),ue(e._zod,"propValues",()=>t.in._zod.propValues),e._zod.parse=(n,i)=>{if(i.direction==="backward"){let a=t.out._zod.run(n,i);return a instanceof Promise?a.then(o=>zc(o,t.in,i)):zc(a,t.in,i)}let r=t.in._zod.run(n,i);return r instanceof Promise?r.then(a=>zc(a,t.out,i)):zc(r,t.out,i)}});function zc(e,t,n){return e.issues.length?(e.aborted=!0,e):t._zod.run({value:e.value,issues:e.issues},n)}s(zc,"handlePipeResult");var Go=w("$ZodCodec",(e,t)=>{X.init(e,t),ue(e._zod,"values",()=>t.in._zod.values),ue(e._zod,"optin",()=>t.in._zod.optin),ue(e._zod,"optout",()=>t.out._zod.optout),ue(e._zod,"propValues",()=>t.in._zod.propValues),e._zod.parse=(n,i)=>{if((i.direction||"forward")==="forward"){let a=t.in._zod.run(n,i);return a instanceof Promise?a.then(o=>_c(o,t,i)):_c(a,t,i)}else{let a=t.out._zod.run(n,i);return a instanceof Promise?a.then(o=>_c(o,t,i)):_c(a,t,i)}}});function _c(e,t,n){if(e.issues.length)return e.aborted=!0,e;if((n.direction||"forward")==="forward"){let r=t.transform(e.value,e);return r instanceof Promise?r.then(a=>$c(e,a,t.out,n)):$c(e,r,t.out,n)}else{let r=t.reverseTransform(e.value,e);return r instanceof Promise?r.then(a=>$c(e,a,t.in,n)):$c(e,r,t.in,n)}}s(_c,"handleCodecAResult");function $c(e,t,n,i){return e.issues.length?(e.aborted=!0,e):n._zod.run({value:t,issues:e.issues},i)}s($c,"handleCodecTxResult");var Pv=w("$ZodReadonly",(e,t)=>{X.init(e,t),ue(e._zod,"propValues",()=>t.innerType._zod.propValues),ue(e._zod,"values",()=>t.innerType._zod.values),ue(e._zod,"optin",()=>t.innerType?._zod?.optin),ue(e._zod,"optout",()=>t.innerType?._zod?.optout),e._zod.parse=(n,i)=>{if(i.direction==="backward")return t.innerType._zod.run(n,i);let r=t.innerType._zod.run(n,i);return r instanceof Promise?r.then(OE):OE(r)}});function OE(e){return e.value=Object.freeze(e.value),e}s(OE,"handleReadonlyResult");var Fv=w("$ZodTemplateLiteral",(e,t)=>{X.init(e,t);let n=[];for(let i of t.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,o=r.endsWith("$")?r.length-1:r.length;n.push(r.slice(a,o))}else if(i===null||wf.has(typeof i))n.push(un(`${i}`));else throw new Error(`Invalid template literal part: ${i}`);e._zod.pattern=new RegExp(`^${n.join("")}$`),e._zod.parse=(i,r)=>typeof i.value!="string"?(i.issues.push({input:i.value,inst:e,expected:"string",code:"invalid_type"}),i):(e._zod.pattern.lastIndex=0,e._zod.pattern.test(i.value)||i.issues.push({input:i.value,inst:e,code:"invalid_format",format:t.format??"template_literal",pattern:e._zod.pattern.source}),i)}),Iv=w("$ZodFunction",(e,t)=>(X.init(e,t),e._def=t,e._zod.def=t,e.implement=n=>{if(typeof n!="function")throw new Error("implement() must be called with a function");return function(...i){let r=e._def.input?vc(e._def.input,i):i,a=Reflect.apply(n,this,r);return e._def.output?vc(e._def.output,a):a}},e.implementAsync=n=>{if(typeof n!="function")throw new Error("implementAsync() must be called with a function");return async function(...i){let r=e._def.input?await kc(e._def.input,i):i,a=await Reflect.apply(n,this,r);return e._def.output?await kc(e._def.output,a):a}},e._zod.parse=(n,i)=>typeof n.value!="function"?(n.issues.push({code:"invalid_type",expected:"function",input:n.value,inst:e}),n):(e._def.output&&e._def.output._zod.def.type==="promise"?n.value=e.implementAsync(n.value):n.value=e.implement(n.value),n),e.input=(...n)=>{let i=e.constructor;return Array.isArray(n[0])?new i({type:"function",input:new Oc({type:"tuple",items:n[0],rest:n[1]}),output:e._def.output}):new i({type:"function",input:n[0],output:e._def.output})},e.output=n=>{let i=e.constructor;return new i({type:"function",input:e._def.input,output:n})},e)),Dv=w("$ZodPromise",(e,t)=>{X.init(e,t),e._zod.parse=(n,i)=>Promise.resolve(n.value).then(r=>t.innerType._zod.run({value:r,issues:[]},i))}),zv=w("$ZodLazy",(e,t)=>{X.init(e,t),ue(e._zod,"innerType",()=>t.getter()),ue(e._zod,"pattern",()=>e._zod.innerType?._zod?.pattern),ue(e._zod,"propValues",()=>e._zod.innerType?._zod?.propValues),ue(e._zod,"optin",()=>e._zod.innerType?._zod?.optin??void 0),ue(e._zod,"optout",()=>e._zod.innerType?._zod?.optout??void 0),e._zod.parse=(n,i)=>e._zod.innerType._zod.run(n,i)}),_v=w("$ZodCustom",(e,t)=>{Pe.init(e,t),X.init(e,t),e._zod.parse=(n,i)=>n,e._zod.check=n=>{let i=n.value,r=t.fn(i);if(r instanceof Promise)return r.then(a=>RE(a,n,i,e));RE(r,n,i,e)}});function RE(e,t,n,i){if(!e){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),t.issues.push(sa(r))}}s(RE,"handleRefineResult");var Xo={};fn(Xo,{ar:()=>$v,az:()=>Nv,be:()=>jv,bg:()=>Mv,ca:()=>Ov,cs:()=>Rv,da:()=>Lv,de:()=>Bv,en:()=>Wo,eo:()=>Uv,es:()=>Vv,fa:()=>Zv,fi:()=>qv,fr:()=>Jv,frCA:()=>Gv,he:()=>Wv,hu:()=>Hv,hy:()=>Kv,id:()=>Yv,is:()=>Xv,it:()=>Qv,ja:()=>ek,ka:()=>tk,kh:()=>nk,km:()=>Ho,ko:()=>rk,lt:()=>ik,mk:()=>ak,ms:()=>ok,nl:()=>sk,no:()=>lk,ota:()=>ck,pl:()=>pk,ps:()=>uk,pt:()=>dk,ru:()=>mk,sl:()=>hk,sv:()=>fk,ta:()=>gk,th:()=>vk,tr:()=>kk,ua:()=>yk,uk:()=>Yo,ur:()=>bk,uz:()=>xk,vi:()=>Ak,yo:()=>Sk,zhCN:()=>wk,zhTW:()=>Ck});var SO=s(()=>{let e={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 t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(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: ${S(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin);return o?` \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()} ${o.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?">=":">",o=t(r.origin);return o?`\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()} ${o.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":""}: ${S(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 $v(){return{localeError:SO()}}s($v,"default");var EO=s(()=>{let e={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 t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(r.values[0])}`:`Yanl\u0131\u015F se\xE7im: a\u015Fa\u011F\u0131dak\u0131lardan biri olmal\u0131d\u0131r: ${S(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin);return o?`\xC7ox b\xF6y\xFCk: g\xF6zl\u0259nil\u0259n ${r.origin??"d\u0259y\u0259r"} ${a}${r.maximum.toString()} ${o.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?">=":">",o=t(r.origin);return o?`\xC7ox ki\xE7ik: g\xF6zl\u0259nil\u0259n ${r.origin} ${a}${r.minimum.toString()} ${o.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":""}: ${S(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 Nv(){return{localeError:EO()}}s(Nv,"default");function qE(e,t,n,i){let r=Math.abs(e),a=r%10,o=r%100;return o>=11&&o<=19?i:a===1?t:a>=2&&a<=4?n:i}s(qE,"getBelarusianPlural");var TO=s(()=>{let e={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 t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(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 ${S(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin);if(o){let l=Number(r.maximum),c=qE(l,o.unit.one,o.unit.few,o.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 ${o.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?">=":">",o=t(r.origin);if(o){let l=Number(r.minimum),c=qE(l,o.unit.one,o.unit.few,o.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 ${o.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"}: ${S(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 jv(){return{localeError:TO()}}s(jv,"default");var PO=s(()=>{let e={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 t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(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 ${S(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin);return o?`\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()} ${o.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?">=":">",o=t(r.origin);return o?`\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()} ${o.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 o="\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D";return a.format==="emoji"&&(o="\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u043E"),a.format==="datetime"&&(o="\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u043E"),a.format==="date"&&(o="\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u0430"),a.format==="time"&&(o="\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u043E"),a.format==="duration"&&(o="\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u0430"),`${o} ${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":""}: ${S(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 Mv(){return{localeError:PO()}}s(Mv,"default");var FO=s(()=>{let e={string:{unit:"car\xE0cters",verb:"contenir"},file:{unit:"bytes",verb:"contenir"},array:{unit:"elements",verb:"contenir"},set:{unit:"elements",verb:"contenir"}};function t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(r.values[0])}`:`Opci\xF3 inv\xE0lida: s'esperava una de ${S(r.values," o ")}`;case"too_big":{let a=r.inclusive?"com a m\xE0xim":"menys de",o=t(r.origin);return o?`Massa gran: s'esperava que ${r.origin??"el valor"} contingu\xE9s ${a} ${r.maximum.toString()} ${o.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",o=t(r.origin);return o?`Massa petit: s'esperava que ${r.origin} contingu\xE9s ${a} ${r.minimum.toString()} ${o.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":""}: ${S(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 Ov(){return{localeError:FO()}}s(Ov,"default");var IO=s(()=>{let e={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 t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(r.values[0])}`:`Neplatn\xE1 mo\u017Enost: o\u010Dek\xE1v\xE1na jedna z hodnot ${S(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin);return o?`Hodnota je p\u0159\xEDli\u0161 velk\xE1: ${r.origin??"hodnota"} mus\xED m\xEDt ${a}${r.maximum.toString()} ${o.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?">=":">",o=t(r.origin);return o?`Hodnota je p\u0159\xEDli\u0161 mal\xE1: ${r.origin??"hodnota"} mus\xED m\xEDt ${a}${r.minimum.toString()} ${o.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: ${S(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 Rv(){return{localeError:IO()}}s(Rv,"default");var DO=s(()=>{let e={string:{unit:"tegn",verb:"havde"},file:{unit:"bytes",verb:"havde"},array:{unit:"elementer",verb:"indeholdt"},set:{unit:"elementer",verb:"indeholdt"}};function t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(r.values[0])}`:`Ugyldigt valg: forventede en af f\xF8lgende ${S(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin),l=i[r.origin]??r.origin;return o?`For stor: forventede ${l??"value"} ${o.verb} ${a} ${r.maximum.toString()} ${o.unit??"elementer"}`:`For stor: forventede ${l??"value"} havde ${a} ${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",o=t(r.origin),l=i[r.origin]??r.origin;return o?`For lille: forventede ${l} ${o.verb} ${a} ${r.minimum.toString()} ${o.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"}: ${S(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 Lv(){return{localeError:DO()}}s(Lv,"default");var zO=s(()=>{let e={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 t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(r.values[0])}`:`Ung\xFCltige Option: erwartet eine von ${S(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin);return o?`Zu gro\xDF: erwartet, dass ${r.origin??"Wert"} ${a}${r.maximum.toString()} ${o.unit??"Elemente"} hat`:`Zu gro\xDF: erwartet, dass ${r.origin??"Wert"} ${a}${r.maximum.toString()} ist`}case"too_small":{let a=r.inclusive?">=":">",o=t(r.origin);return o?`Zu klein: erwartet, dass ${r.origin} ${a}${r.minimum.toString()} ${o.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"}: ${S(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 Bv(){return{localeError:zO()}}s(Bv,"default");var _O=s(()=>{let e={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 t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;return`Invalid input: expected ${a}, received ${l}`}case"invalid_value":return r.values.length===1?`Invalid input: expected ${D(r.values[0])}`:`Invalid option: expected one of ${S(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin);return o?`Too big: expected ${r.origin??"value"} to have ${a}${r.maximum.toString()} ${o.unit??"elements"}`:`Too big: expected ${r.origin??"value"} to be ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",o=t(r.origin);return o?`Too small: expected ${r.origin} to have ${a}${r.minimum.toString()} ${o.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":""}: ${S(r.keys,", ")}`;case"invalid_key":return`Invalid key in ${r.origin}`;case"invalid_union":return"Invalid input";case"invalid_element":return`Invalid value in ${r.origin}`;default:return"Invalid input"}}},"error");function Wo(){return{localeError:_O()}}s(Wo,"default");var $O=s(()=>{let e={string:{unit:"karaktrojn",verb:"havi"},file:{unit:"bajtojn",verb:"havi"},array:{unit:"elementojn",verb:"havi"},set:{unit:"elementojn",verb:"havi"}};function t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(r.values[0])}`:`Nevalida opcio: atendi\u011Dis unu el ${S(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin);return o?`Tro granda: atendi\u011Dis ke ${r.origin??"valoro"} havu ${a}${r.maximum.toString()} ${o.unit??"elementojn"}`:`Tro granda: atendi\u011Dis ke ${r.origin??"valoro"} havu ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",o=t(r.origin);return o?`Tro malgranda: atendi\u011Dis ke ${r.origin} havu ${a}${r.minimum.toString()} ${o.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":""}: ${S(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 Uv(){return{localeError:$O()}}s(Uv,"default");var NO=s(()=>{let e={string:{unit:"caracteres",verb:"tener"},file:{unit:"bytes",verb:"tener"},array:{unit:"elementos",verb:"tener"},set:{unit:"elementos",verb:"tener"}};function t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(r.values[0])}`:`Opci\xF3n inv\xE1lida: se esperaba una de ${S(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin),l=i[r.origin]??r.origin;return o?`Demasiado grande: se esperaba que ${l??"valor"} tuviera ${a}${r.maximum.toString()} ${o.unit??"elementos"}`:`Demasiado grande: se esperaba que ${l??"valor"} fuera ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",o=t(r.origin),l=i[r.origin]??r.origin;return o?`Demasiado peque\xF1o: se esperaba que ${l} tuviera ${a}${r.minimum.toString()} ${o.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":""}: ${S(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 Vv(){return{localeError:NO()}}s(Vv,"default");var jO=s(()=>{let e={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 t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(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 ${S(r.values,"|")} \u0645\u06CC\u200C\u0628\u0648\u062F`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin);return o?`\u062E\u06CC\u0644\u06CC \u0628\u0632\u0631\u06AF: ${r.origin??"\u0645\u0642\u062F\u0627\u0631"} \u0628\u0627\u06CC\u062F ${a}${r.maximum.toString()} ${o.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?">=":">",o=t(r.origin);return o?`\u062E\u06CC\u0644\u06CC \u06A9\u0648\u0686\u06A9: ${r.origin} \u0628\u0627\u06CC\u062F ${a}${r.minimum.toString()} ${o.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: ${S(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 Zv(){return{localeError:jO()}}s(Zv,"default");var MO=s(()=>{let e={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 t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(r.values[0])}`:`Virheellinen valinta: t\xE4ytyy olla yksi seuraavista: ${S(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin);return o?`Liian suuri: ${o.subject} t\xE4ytyy olla ${a}${r.maximum.toString()} ${o.unit}`.trim():`Liian suuri: arvon t\xE4ytyy olla ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",o=t(r.origin);return o?`Liian pieni: ${o.subject} t\xE4ytyy olla ${a}${r.minimum.toString()} ${o.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"}: ${S(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 qv(){return{localeError:MO()}}s(qv,"default");var OO=s(()=>{let e={string:{unit:"caract\xE8res",verb:"avoir"},file:{unit:"octets",verb:"avoir"},array:{unit:"\xE9l\xE9ments",verb:"avoir"},set:{unit:"\xE9l\xE9ments",verb:"avoir"}};function t(r){return e[r]??null}s(t,"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={nan:"NaN",number:"nombre",array:"tableau"};return r=>{switch(r.code){case"invalid_type":{let a=i[r.expected]??r.expected,o=z(r.input),l=i[o]??o;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 : ${D(r.values[0])} attendu`:`Option invalide : une valeur parmi ${S(r.values,"|")} attendue`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin);return o?`Trop grand : ${r.origin??"valeur"} doit ${o.verb} ${a}${r.maximum.toString()} ${o.unit??"\xE9l\xE9ment(s)"}`:`Trop grand : ${r.origin??"valeur"} doit \xEAtre ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",o=t(r.origin);return o?`Trop petit : ${r.origin} doit ${o.verb} ${a}${r.minimum.toString()} ${o.unit}`:`Trop petit : ${r.origin} 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":""} : ${S(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 Jv(){return{localeError:OO()}}s(Jv,"default");var RO=s(()=>{let e={string:{unit:"caract\xE8res",verb:"avoir"},file:{unit:"octets",verb:"avoir"},array:{unit:"\xE9l\xE9ments",verb:"avoir"},set:{unit:"\xE9l\xE9ments",verb:"avoir"}};function t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(r.values[0])}`:`Option invalide : attendu l'une des valeurs suivantes ${S(r.values,"|")}`;case"too_big":{let a=r.inclusive?"\u2264":"<",o=t(r.origin);return o?`Trop grand : attendu que ${r.origin??"la valeur"} ait ${a}${r.maximum.toString()} ${o.unit}`:`Trop grand : attendu que ${r.origin??"la valeur"} soit ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?"\u2265":">",o=t(r.origin);return o?`Trop petit : attendu que ${r.origin} ait ${a}${r.minimum.toString()} ${o.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":""} : ${S(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 Gv(){return{localeError:RO()}}s(Gv,"default");var LO=s(()=>{let e={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"}},t={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=s(u=>u?e[u]:void 0,"typeEntry"),i=s(u=>{let p=n(u);return p?p.label:u??e.unknown.label},"typeLabel"),r=s(u=>`\u05D4${i(u)}`,"withDefinite"),a=s(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"),o=s(u=>u?t[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]??e[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 ${D(u.values[0])}`;let p=u.values.map(h=>D(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=o(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 v=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 ${v}`}if(u.origin==="array"||u.origin==="set"){let v=u.origin==="set"?"\u05E6\u05E8\u05D9\u05DB\u05D4":"\u05E6\u05E8\u05D9\u05DA",x=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} ${v} \u05DC\u05D4\u05DB\u05D9\u05DC ${x}`.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=o(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 v=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 ${v}`}if(u.origin==="array"||u.origin==="set"){let v=u.origin==="set"?"\u05E6\u05E8\u05D9\u05DB\u05D4":"\u05E6\u05E8\u05D9\u05DA";if(u.minimum===1&&u.inclusive){let A=(u.origin==="set","\u05DC\u05E4\u05D7\u05D5\u05EA \u05E4\u05E8\u05D9\u05D8 \u05D0\u05D7\u05D3");return`\u05E7\u05D8\u05DF \u05DE\u05D3\u05D9: ${d} ${v} \u05DC\u05D4\u05DB\u05D9\u05DC ${A}`}let x=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} ${v} \u05DC\u05D4\u05DB\u05D9\u05DC ${x}`.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,v=(d?.gender??"m")==="f"?"\u05EA\u05E7\u05D9\u05E0\u05D4":"\u05EA\u05E7\u05D9\u05DF";return`${m} \u05DC\u05D0 ${v}`}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"}: ${S(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 Wv(){return{localeError:LO()}}s(Wv,"default");var BO=s(()=>{let e={string:{unit:"karakter",verb:"legyen"},file:{unit:"byte",verb:"legyen"},array:{unit:"elem",verb:"legyen"},set:{unit:"elem",verb:"legyen"}};function t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(r.values[0])}`:`\xC9rv\xE9nytelen opci\xF3: valamelyik \xE9rt\xE9k v\xE1rt ${S(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin);return o?`T\xFAl nagy: ${r.origin??"\xE9rt\xE9k"} m\xE9rete t\xFAl nagy ${a}${r.maximum.toString()} ${o.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?">=":">",o=t(r.origin);return o?`T\xFAl kicsi: a bemeneti \xE9rt\xE9k ${r.origin} m\xE9rete t\xFAl kicsi ${a}${r.minimum.toString()} ${o.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":""}: ${S(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 Hv(){return{localeError:BO()}}s(Hv,"default");function JE(e,t,n){return Math.abs(e)===1?t:n}s(JE,"getArmenianPlural");function ma(e){if(!e)return"";let t=["\u0561","\u0565","\u0568","\u056B","\u0578","\u0578\u0582","\u0585"],n=e[e.length-1];return e+(t.includes(n)?"\u0576":"\u0568")}s(ma,"withDefiniteArticle");var UO=s(()=>{let e={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 t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(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 ${S(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin);if(o){let l=Number(r.maximum),c=JE(l,o.unit.one,o.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 ${ma(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 ${ma(r.origin??"\u0561\u0580\u056A\u0565\u0584")} \u056C\u056B\u0576\u056B ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",o=t(r.origin);if(o){let l=Number(r.minimum),c=JE(l,o.unit.one,o.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 ${ma(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 ${ma(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":""}. ${S(r.keys,", ")}`;case"invalid_key":return`\u054D\u056D\u0561\u056C \u0562\u0561\u0576\u0561\u056C\u056B ${ma(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 ${ma(r.origin)}-\u0578\u0582\u0574`;default:return"\u054D\u056D\u0561\u056C \u0574\u0578\u0582\u057F\u0584\u0561\u0563\u0580\u0578\u0582\u0574"}}},"error");function Kv(){return{localeError:UO()}}s(Kv,"default");var VO=s(()=>{let e={string:{unit:"karakter",verb:"memiliki"},file:{unit:"byte",verb:"memiliki"},array:{unit:"item",verb:"memiliki"},set:{unit:"item",verb:"memiliki"}};function t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(r.values[0])}`:`Pilihan tidak valid: diharapkan salah satu dari ${S(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin);return o?`Terlalu besar: diharapkan ${r.origin??"value"} memiliki ${a}${r.maximum.toString()} ${o.unit??"elemen"}`:`Terlalu besar: diharapkan ${r.origin??"value"} menjadi ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",o=t(r.origin);return o?`Terlalu kecil: diharapkan ${r.origin} memiliki ${a}${r.minimum.toString()} ${o.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":""}: ${S(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 Yv(){return{localeError:VO()}}s(Yv,"default");var ZO=s(()=>{let e={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 t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(r.values[0])}`:`\xD3gilt val: m\xE1 vera eitt af eftirfarandi ${S(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin);return o?`Of st\xF3rt: gert er r\xE1\xF0 fyrir a\xF0 ${r.origin??"gildi"} hafi ${a}${r.maximum.toString()} ${o.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?">=":">",o=t(r.origin);return o?`Of l\xEDti\xF0: gert er r\xE1\xF0 fyrir a\xF0 ${r.origin} hafi ${a}${r.minimum.toString()} ${o.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"}: ${S(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 Xv(){return{localeError:ZO()}}s(Xv,"default");var qO=s(()=>{let e={string:{unit:"caratteri",verb:"avere"},file:{unit:"byte",verb:"avere"},array:{unit:"elementi",verb:"avere"},set:{unit:"elementi",verb:"avere"}};function t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(r.values[0])}`:`Opzione non valida: atteso uno tra ${S(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin);return o?`Troppo grande: ${r.origin??"valore"} deve avere ${a}${r.maximum.toString()} ${o.unit??"elementi"}`:`Troppo grande: ${r.origin??"valore"} deve essere ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",o=t(r.origin);return o?`Troppo piccolo: ${r.origin} deve avere ${a}${r.minimum.toString()} ${o.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}`:`Invalid ${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"}: ${S(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 Qv(){return{localeError:qO()}}s(Qv,"default");var JO=s(()=>{let e={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 t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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: ${D(r.values[0])}\u304C\u671F\u5F85\u3055\u308C\u307E\u3057\u305F`:`\u7121\u52B9\u306A\u9078\u629E: ${S(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",o=t(r.origin);return o?`\u5927\u304D\u3059\u304E\u308B\u5024: ${r.origin??"\u5024"}\u306F${r.maximum.toString()}${o.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",o=t(r.origin);return o?`\u5C0F\u3055\u3059\u304E\u308B\u5024: ${r.origin}\u306F${r.minimum.toString()}${o.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":""}: ${S(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 ek(){return{localeError:JO()}}s(ek,"default");var GO=s(()=>{let e={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 t(r){return e[r]??null}s(t,"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 \u10E1\u10E2\u10E0\u10D8\u10DC\u10D2\u10D8",base64url:"base64url-\u10D9\u10DD\u10D3\u10D8\u10E0\u10D4\u10D1\u10E3\u10DA\u10D8 \u10E1\u10E2\u10E0\u10D8\u10DC\u10D2\u10D8",json_string:"JSON \u10E1\u10E2\u10E0\u10D8\u10DC\u10D2\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:"\u10E1\u10E2\u10E0\u10D8\u10DC\u10D2\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,o=z(r.input),l=i[o]??o;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 ${D(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 ${S(r.values,"|")}-\u10D3\u10D0\u10DC`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin);return o?`\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"} ${o.verb} ${a}${r.maximum.toString()} ${o.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?">=":">",o=t(r.origin);return o?`\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} ${o.verb} ${a}${r.minimum.toString()} ${o.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 \u10E1\u10E2\u10E0\u10D8\u10DC\u10D2\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 \u10E1\u10E2\u10E0\u10D8\u10DC\u10D2\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 \u10E1\u10E2\u10E0\u10D8\u10DC\u10D2\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 \u10E1\u10E2\u10E0\u10D8\u10DC\u10D2\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"}: ${S(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 tk(){return{localeError:GO()}}s(tk,"default");var WO=s(()=>{let e={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 t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(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 ${S(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin);return o?`\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()} ${o.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?">=":">",o=t(r.origin);return o?`\u178F\u17BC\u1785\u1796\u17C1\u1780\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${r.origin} ${a} ${r.minimum.toString()} ${o.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 ${S(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 Ho(){return{localeError:WO()}}s(Ho,"default");function nk(){return Ho()}s(nk,"default");var HO=s(()=>{let e={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 t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(r.values[0])} \uC774\uC5B4\uC57C \uD569\uB2C8\uB2E4`:`\uC798\uBABB\uB41C \uC635\uC158: ${S(r.values,"\uB610\uB294 ")} \uC911 \uD558\uB098\uC5EC\uC57C \uD569\uB2C8\uB2E4`;case"too_big":{let a=r.inclusive?"\uC774\uD558":"\uBBF8\uB9CC",o=a==="\uBBF8\uB9CC"?"\uC774\uC5B4\uC57C \uD569\uB2C8\uB2E4":"\uC5EC\uC57C \uD569\uB2C8\uB2E4",l=t(r.origin),c=l?.unit??"\uC694\uC18C";return l?`${r.origin??"\uAC12"}\uC774 \uB108\uBB34 \uD07D\uB2C8\uB2E4: ${r.maximum.toString()}${c} ${a}${o}`:`${r.origin??"\uAC12"}\uC774 \uB108\uBB34 \uD07D\uB2C8\uB2E4: ${r.maximum.toString()} ${a}${o}`}case"too_small":{let a=r.inclusive?"\uC774\uC0C1":"\uCD08\uACFC",o=a==="\uC774\uC0C1"?"\uC774\uC5B4\uC57C \uD569\uB2C8\uB2E4":"\uC5EC\uC57C \uD569\uB2C8\uB2E4",l=t(r.origin),c=l?.unit??"\uC694\uC18C";return l?`${r.origin??"\uAC12"}\uC774 \uB108\uBB34 \uC791\uC2B5\uB2C8\uB2E4: ${r.minimum.toString()}${c} ${a}${o}`:`${r.origin??"\uAC12"}\uC774 \uB108\uBB34 \uC791\uC2B5\uB2C8\uB2E4: ${r.minimum.toString()} ${a}${o}`}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: ${S(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 rk(){return{localeError:HO()}}s(rk,"default");var Ko=s(e=>e.charAt(0).toUpperCase()+e.slice(1),"capitalizeFirstCharacter");function GE(e){let t=Math.abs(e),n=t%10,i=t%100;return i>=11&&i<=19||n===0?"many":n===1?"one":"few"}s(GE,"getUnitTypeFromNumber");var KO=s(()=>{let e={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 t(r,a,o,l){let c=e[r]??null;return c===null?c:{unit:c.unit[a],verb:c.verb[l][o?"inclusive":"notInclusive"]}}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(r.values[0])}`:`Privalo b\u016Bti vienas i\u0161 ${S(r.values,"|")} pasirinkim\u0173`;case"too_big":{let a=i[r.origin]??r.origin,o=t(r.origin,GE(Number(r.maximum)),r.inclusive??!1,"smaller");if(o?.verb)return`${Ko(a??r.origin??"reik\u0161m\u0117")} ${o.verb} ${r.maximum.toString()} ${o.unit??"element\u0173"}`;let l=r.inclusive?"ne didesnis kaip":"ma\u017Eesnis kaip";return`${Ko(a??r.origin??"reik\u0161m\u0117")} turi b\u016Bti ${l} ${r.maximum.toString()} ${o?.unit}`}case"too_small":{let a=i[r.origin]??r.origin,o=t(r.origin,GE(Number(r.minimum)),r.inclusive??!1,"bigger");if(o?.verb)return`${Ko(a??r.origin??"reik\u0161m\u0117")} ${o.verb} ${r.minimum.toString()} ${o.unit??"element\u0173"}`;let l=r.inclusive?"ne ma\u017Eesnis kaip":"didesnis kaip";return`${Ko(a??r.origin??"reik\u0161m\u0117")} turi b\u016Bti ${l} ${r.minimum.toString()} ${o?.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"}: ${S(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`${Ko(a??r.origin??"reik\u0161m\u0117")} turi klaiding\u0105 \u012Fvest\u012F`}default:return"Klaidinga \u012Fvestis"}}},"error");function ik(){return{localeError:KO()}}s(ik,"default");var YO=s(()=>{let e={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 t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(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 ${S(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin);return o?`\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()} ${o.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?">=":">",o=t(r.origin);return o?`\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()} ${o.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"}: ${S(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 ak(){return{localeError:YO()}}s(ak,"default");var XO=s(()=>{let e={string:{unit:"aksara",verb:"mempunyai"},file:{unit:"bait",verb:"mempunyai"},array:{unit:"elemen",verb:"mempunyai"},set:{unit:"elemen",verb:"mempunyai"}};function t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(r.values[0])}`:`Pilihan tidak sah: dijangka salah satu daripada ${S(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin);return o?`Terlalu besar: dijangka ${r.origin??"nilai"} ${o.verb} ${a}${r.maximum.toString()} ${o.unit??"elemen"}`:`Terlalu besar: dijangka ${r.origin??"nilai"} adalah ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",o=t(r.origin);return o?`Terlalu kecil: dijangka ${r.origin} ${o.verb} ${a}${r.minimum.toString()} ${o.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: ${S(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 ok(){return{localeError:XO()}}s(ok,"default");var QO=s(()=>{let e={string:{unit:"tekens",verb:"heeft"},file:{unit:"bytes",verb:"heeft"},array:{unit:"elementen",verb:"heeft"},set:{unit:"elementen",verb:"heeft"}};function t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(r.values[0])}`:`Ongeldige optie: verwacht \xE9\xE9n van ${S(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin),l=r.origin==="date"?"laat":r.origin==="string"?"lang":"groot";return o?`Te ${l}: verwacht dat ${r.origin??"waarde"} ${a}${r.maximum.toString()} ${o.unit??"elementen"} ${o.verb}`:`Te ${l}: verwacht dat ${r.origin??"waarde"} ${a}${r.maximum.toString()} is`}case"too_small":{let a=r.inclusive?">=":">",o=t(r.origin),l=r.origin==="date"?"vroeg":r.origin==="string"?"kort":"klein";return o?`Te ${l}: verwacht dat ${r.origin} ${a}${r.minimum.toString()} ${o.unit} ${o.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":""}: ${S(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 sk(){return{localeError:QO()}}s(sk,"default");var e4=s(()=>{let e={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 t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(r.values[0])}`:`Ugyldig valg: forventet en av ${S(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin);return o?`For stor(t): forventet ${r.origin??"value"} til \xE5 ha ${a}${r.maximum.toString()} ${o.unit??"elementer"}`:`For stor(t): forventet ${r.origin??"value"} til \xE5 ha ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",o=t(r.origin);return o?`For lite(n): forventet ${r.origin} til \xE5 ha ${a}${r.minimum.toString()} ${o.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"}: ${S(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 lk(){return{localeError:e4()}}s(lk,"default");var t4=s(()=>{let e={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 t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(r.values[0])}`:`F\xE2sit tercih: m\xFBteberler ${S(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin);return o?`Fazla b\xFCy\xFCk: ${r.origin??"value"}, ${a}${r.maximum.toString()} ${o.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?">=":">",o=t(r.origin);return o?`Fazla k\xFC\xE7\xFCk: ${r.origin}, ${a}${r.minimum.toString()} ${o.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":""}: ${S(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 ck(){return{localeError:t4()}}s(ck,"default");var n4=s(()=>{let e={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 t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(r.values[0])} \u0648\u0627\u06CC`:`\u0646\u0627\u0633\u0645 \u0627\u0646\u062A\u062E\u0627\u0628: \u0628\u0627\u06CC\u062F \u06CC\u0648 \u0644\u0647 ${S(r.values,"|")} \u0685\u062E\u0647 \u0648\u0627\u06CC`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin);return o?`\u0689\u06CC\u0631 \u0644\u0648\u06CC: ${r.origin??"\u0627\u0631\u0632\u069A\u062A"} \u0628\u0627\u06CC\u062F ${a}${r.maximum.toString()} ${o.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?">=":">",o=t(r.origin);return o?`\u0689\u06CC\u0631 \u06A9\u0648\u0686\u0646\u06CC: ${r.origin} \u0628\u0627\u06CC\u062F ${a}${r.minimum.toString()} ${o.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"}: ${S(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 uk(){return{localeError:n4()}}s(uk,"default");var r4=s(()=>{let e={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 t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(r.values[0])}`:`Nieprawid\u0142owa opcja: oczekiwano jednej z warto\u015Bci ${S(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin);return o?`Za du\u017Ca warto\u015B\u0107: oczekiwano, \u017Ce ${r.origin??"warto\u015B\u0107"} b\u0119dzie mie\u0107 ${a}${r.maximum.toString()} ${o.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?">=":">",o=t(r.origin);return o?`Za ma\u0142a warto\u015B\u0107: oczekiwano, \u017Ce ${r.origin??"warto\u015B\u0107"} b\u0119dzie mie\u0107 ${a}${r.minimum.toString()} ${o.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":""}: ${S(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 pk(){return{localeError:r4()}}s(pk,"default");var i4=s(()=>{let e={string:{unit:"caracteres",verb:"ter"},file:{unit:"bytes",verb:"ter"},array:{unit:"itens",verb:"ter"},set:{unit:"itens",verb:"ter"}};function t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(r.values[0])}`:`Op\xE7\xE3o inv\xE1lida: esperada uma das ${S(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin);return o?`Muito grande: esperado que ${r.origin??"valor"} tivesse ${a}${r.maximum.toString()} ${o.unit??"elementos"}`:`Muito grande: esperado que ${r.origin??"valor"} fosse ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",o=t(r.origin);return o?`Muito pequeno: esperado que ${r.origin} tivesse ${a}${r.minimum.toString()} ${o.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":""}: ${S(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 dk(){return{localeError:i4()}}s(dk,"default");function WE(e,t,n,i){let r=Math.abs(e),a=r%10,o=r%100;return o>=11&&o<=19?i:a===1?t:a>=2&&a<=4?n:i}s(WE,"getRussianPlural");var a4=s(()=>{let e={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 t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(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 ${S(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin);if(o){let l=Number(r.maximum),c=WE(l,o.unit.one,o.unit.few,o.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?">=":">",o=t(r.origin);if(o){let l=Number(r.minimum),c=WE(l,o.unit.one,o.unit.few,o.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":""}: ${S(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 mk(){return{localeError:a4()}}s(mk,"default");var o4=s(()=>{let e={string:{unit:"znakov",verb:"imeti"},file:{unit:"bajtov",verb:"imeti"},array:{unit:"elementov",verb:"imeti"},set:{unit:"elementov",verb:"imeti"}};function t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(r.values[0])}`:`Neveljavna mo\u017Enost: pri\u010Dakovano eno izmed ${S(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin);return o?`Preveliko: pri\u010Dakovano, da bo ${r.origin??"vrednost"} imelo ${a}${r.maximum.toString()} ${o.unit??"elementov"}`:`Preveliko: pri\u010Dakovano, da bo ${r.origin??"vrednost"} ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",o=t(r.origin);return o?`Premajhno: pri\u010Dakovano, da bo ${r.origin} imelo ${a}${r.minimum.toString()} ${o.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"}: ${S(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 hk(){return{localeError:o4()}}s(hk,"default");var s4=s(()=>{let e={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 t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(r.values[0])}`:`Ogiltigt val: f\xF6rv\xE4ntade en av ${S(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin);return o?`F\xF6r stor(t): f\xF6rv\xE4ntade ${r.origin??"v\xE4rdet"} att ha ${a}${r.maximum.toString()} ${o.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?">=":">",o=t(r.origin);return o?`F\xF6r lite(t): f\xF6rv\xE4ntade ${r.origin??"v\xE4rdet"} att ha ${a}${r.minimum.toString()} ${o.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"}: ${S(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 fk(){return{localeError:s4()}}s(fk,"default");var l4=s(()=>{let e={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 t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(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 ${S(r.values,"|")} \u0B87\u0BB2\u0BCD \u0B92\u0BA9\u0BCD\u0BB1\u0BC1`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin);return o?`\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()} ${o.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?">=":">",o=t(r.origin);return o?`\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()} ${o.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":""}: ${S(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 gk(){return{localeError:l4()}}s(gk,"default");var c4=s(()=>{let e={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 t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(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 ${S(r.values,"|")}`;case"too_big":{let a=r.inclusive?"\u0E44\u0E21\u0E48\u0E40\u0E01\u0E34\u0E19":"\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32",o=t(r.origin);return o?`\u0E40\u0E01\u0E34\u0E19\u0E01\u0E33\u0E2B\u0E19\u0E14: ${r.origin??"\u0E04\u0E48\u0E32"} \u0E04\u0E27\u0E23\u0E21\u0E35${a} ${r.maximum.toString()} ${o.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",o=t(r.origin);return o?`\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32\u0E01\u0E33\u0E2B\u0E19\u0E14: ${r.origin} \u0E04\u0E27\u0E23\u0E21\u0E35${a} ${r.minimum.toString()} ${o.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: ${S(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 vk(){return{localeError:c4()}}s(vk,"default");var u4=s(()=>{let e={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 t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(r.values[0])}`:`Ge\xE7ersiz se\xE7enek: a\u015Fa\u011F\u0131dakilerden biri olmal\u0131: ${S(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin);return o?`\xC7ok b\xFCy\xFCk: beklenen ${r.origin??"de\u011Fer"} ${a}${r.maximum.toString()} ${o.unit??"\xF6\u011Fe"}`:`\xC7ok b\xFCy\xFCk: beklenen ${r.origin??"de\u011Fer"} ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",o=t(r.origin);return o?`\xC7ok k\xFC\xE7\xFCk: beklenen ${r.origin} ${a}${r.minimum.toString()} ${o.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":""}: ${S(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 kk(){return{localeError:u4()}}s(kk,"default");var p4=s(()=>{let e={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 t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(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 ${S(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin);return o?`\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"} ${o.verb} ${a}${r.maximum.toString()} ${o.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?">=":">",o=t(r.origin);return o?`\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} ${o.verb} ${a}${r.minimum.toString()} ${o.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":""}: ${S(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 Yo(){return{localeError:p4()}}s(Yo,"default");function yk(){return Yo()}s(yk,"default");var d4=s(()=>{let e={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 t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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: ${D(r.values[0])} \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627`:`\u063A\u0644\u0637 \u0622\u067E\u0634\u0646: ${S(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?"<=":"<",o=t(r.origin);return o?`\u0628\u06C1\u062A \u0628\u0691\u0627: ${r.origin??"\u0648\u06CC\u0644\u06CC\u0648"} \u06A9\u06D2 ${a}${r.maximum.toString()} ${o.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?">=":">",o=t(r.origin);return o?`\u0628\u06C1\u062A \u0686\u06BE\u0648\u0679\u0627: ${r.origin} \u06A9\u06D2 ${a}${r.minimum.toString()} ${o.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":""}: ${S(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 bk(){return{localeError:d4()}}s(bk,"default");var m4=s(()=>{let e={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"}};function t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(r.values[0])}`:`Noto\u2018g\u2018ri variant: quyidagilardan biri kutilgan ${S(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin);return o?`Juda katta: kutilgan ${r.origin??"qiymat"} ${a}${r.maximum.toString()} ${o.unit} ${o.verb}`:`Juda katta: kutilgan ${r.origin??"qiymat"} ${a}${r.maximum.toString()}`}case"too_small":{let a=r.inclusive?">=":">",o=t(r.origin);return o?`Juda kichik: kutilgan ${r.origin} ${a}${r.minimum.toString()} ${o.unit} ${o.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":""}: ${S(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 xk(){return{localeError:m4()}}s(xk,"default");var h4=s(()=>{let e={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 t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(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 ${S(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin);return o?`Qu\xE1 l\u1EDBn: mong \u0111\u1EE3i ${r.origin??"gi\xE1 tr\u1ECB"} ${o.verb} ${a}${r.maximum.toString()} ${o.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?">=":">",o=t(r.origin);return o?`Qu\xE1 nh\u1ECF: mong \u0111\u1EE3i ${r.origin} ${o.verb} ${a}${r.minimum.toString()} ${o.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: ${S(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 Ak(){return{localeError:h4()}}s(Ak,"default");var f4=s(()=>{let e={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 t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(r.values[0])}`:`\u65E0\u6548\u9009\u9879\uFF1A\u671F\u671B\u4EE5\u4E0B\u4E4B\u4E00 ${S(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin);return o?`\u6570\u503C\u8FC7\u5927\uFF1A\u671F\u671B ${r.origin??"\u503C"} ${a}${r.maximum.toString()} ${o.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?">=":">",o=t(r.origin);return o?`\u6570\u503C\u8FC7\u5C0F\uFF1A\u671F\u671B ${r.origin} ${a}${r.minimum.toString()} ${o.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): ${S(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 wk(){return{localeError:f4()}}s(wk,"default");var g4=s(()=>{let e={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 t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(r.values[0])}`:`\u7121\u6548\u7684\u9078\u9805\uFF1A\u9810\u671F\u70BA\u4EE5\u4E0B\u5176\u4E2D\u4E4B\u4E00 ${S(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin);return o?`\u6578\u503C\u904E\u5927\uFF1A\u9810\u671F ${r.origin??"\u503C"} \u61C9\u70BA ${a}${r.maximum.toString()} ${o.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?">=":">",o=t(r.origin);return o?`\u6578\u503C\u904E\u5C0F\uFF1A\u9810\u671F ${r.origin} \u61C9\u70BA ${a}${r.minimum.toString()} ${o.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${S(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 Ck(){return{localeError:g4()}}s(Ck,"default");var v4=s(()=>{let e={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 t(r){return e[r]??null}s(t,"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,o=z(r.input),l=i[o]??o;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 ${D(r.values[0])}`:`\xC0\u1E63\xE0y\xE0n a\u1E63\xEC\u1E63e: yan \u1ECD\u0300kan l\xE1ra ${S(r.values,"|")}`;case"too_big":{let a=r.inclusive?"<=":"<",o=t(r.origin);return o?`T\xF3 p\u1ECD\u0300 j\xF9: a n\xED l\xE1ti j\u1EB9\u0301 p\xE9 ${r.origin??"iye"} ${o.verb} ${a}${r.maximum} ${o.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?">=":">",o=t(r.origin);return o?`K\xE9r\xE9 ju: a n\xED l\xE1ti j\u1EB9\u0301 p\xE9 ${r.origin} ${o.verb} ${a}${r.minimum} ${o.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: ${S(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 Sk(){return{localeError:v4()}}s(Sk,"default");var HE,Ek=Symbol("ZodOutput"),Tk=Symbol("ZodInput"),Lc=class{static{s(this,"$ZodRegistry")}constructor(){this._map=new WeakMap,this._idmap=new Map}add(t,...n){let i=n[0];return this._map.set(t,i),i&&typeof i=="object"&&"id"in i&&this._idmap.set(i.id,t),this}clear(){return this._map=new WeakMap,this._idmap=new Map,this}remove(t){let n=this._map.get(t);return n&&typeof n=="object"&&"id"in n&&this._idmap.delete(n.id),this._map.delete(t),this}get(t){let n=t._zod.parent;if(n){let i={...this.get(n)??{}};delete i.id;let r={...i,...this._map.get(t)};return Object.keys(r).length?r:void 0}return this._map.get(t)}has(t){return this._map.has(t)}};function Bc(){return new Lc}s(Bc,"registry");(HE=globalThis).__zod_globalRegistry??(HE.__zod_globalRegistry=Bc());var nt=globalThis.__zod_globalRegistry;function Pk(e,t){return new e({type:"string",...$(t)})}s(Pk,"_string");function Fk(e,t){return new e({type:"string",coerce:!0,...$(t)})}s(Fk,"_coercedString");function Uc(e,t){return new e({type:"string",format:"email",check:"string_format",abort:!1,...$(t)})}s(Uc,"_email");function Qo(e,t){return new e({type:"string",format:"guid",check:"string_format",abort:!1,...$(t)})}s(Qo,"_guid");function Vc(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,...$(t)})}s(Vc,"_uuid");function Zc(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...$(t)})}s(Zc,"_uuidv4");function qc(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...$(t)})}s(qc,"_uuidv6");function Jc(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...$(t)})}s(Jc,"_uuidv7");function es(e,t){return new e({type:"string",format:"url",check:"string_format",abort:!1,...$(t)})}s(es,"_url");function Gc(e,t){return new e({type:"string",format:"emoji",check:"string_format",abort:!1,...$(t)})}s(Gc,"_emoji");function Wc(e,t){return new e({type:"string",format:"nanoid",check:"string_format",abort:!1,...$(t)})}s(Wc,"_nanoid");function Hc(e,t){return new e({type:"string",format:"cuid",check:"string_format",abort:!1,...$(t)})}s(Hc,"_cuid");function Kc(e,t){return new e({type:"string",format:"cuid2",check:"string_format",abort:!1,...$(t)})}s(Kc,"_cuid2");function Yc(e,t){return new e({type:"string",format:"ulid",check:"string_format",abort:!1,...$(t)})}s(Yc,"_ulid");function Xc(e,t){return new e({type:"string",format:"xid",check:"string_format",abort:!1,...$(t)})}s(Xc,"_xid");function Qc(e,t){return new e({type:"string",format:"ksuid",check:"string_format",abort:!1,...$(t)})}s(Qc,"_ksuid");function eu(e,t){return new e({type:"string",format:"ipv4",check:"string_format",abort:!1,...$(t)})}s(eu,"_ipv4");function tu(e,t){return new e({type:"string",format:"ipv6",check:"string_format",abort:!1,...$(t)})}s(tu,"_ipv6");function Ik(e,t){return new e({type:"string",format:"mac",check:"string_format",abort:!1,...$(t)})}s(Ik,"_mac");function nu(e,t){return new e({type:"string",format:"cidrv4",check:"string_format",abort:!1,...$(t)})}s(nu,"_cidrv4");function ru(e,t){return new e({type:"string",format:"cidrv6",check:"string_format",abort:!1,...$(t)})}s(ru,"_cidrv6");function iu(e,t){return new e({type:"string",format:"base64",check:"string_format",abort:!1,...$(t)})}s(iu,"_base64");function au(e,t){return new e({type:"string",format:"base64url",check:"string_format",abort:!1,...$(t)})}s(au,"_base64url");function ou(e,t){return new e({type:"string",format:"e164",check:"string_format",abort:!1,...$(t)})}s(ou,"_e164");function su(e,t){return new e({type:"string",format:"jwt",check:"string_format",abort:!1,...$(t)})}s(su,"_jwt");var Dk={Any:null,Minute:-1,Second:0,Millisecond:3,Microsecond:6};function zk(e,t){return new e({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...$(t)})}s(zk,"_isoDateTime");function _k(e,t){return new e({type:"string",format:"date",check:"string_format",...$(t)})}s(_k,"_isoDate");function $k(e,t){return new e({type:"string",format:"time",check:"string_format",precision:null,...$(t)})}s($k,"_isoTime");function Nk(e,t){return new e({type:"string",format:"duration",check:"string_format",...$(t)})}s(Nk,"_isoDuration");function jk(e,t){return new e({type:"number",checks:[],...$(t)})}s(jk,"_number");function Mk(e,t){return new e({type:"number",coerce:!0,checks:[],...$(t)})}s(Mk,"_coercedNumber");function Ok(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"safeint",...$(t)})}s(Ok,"_int");function Rk(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"float32",...$(t)})}s(Rk,"_float32");function Lk(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"float64",...$(t)})}s(Lk,"_float64");function Bk(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"int32",...$(t)})}s(Bk,"_int32");function Uk(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"uint32",...$(t)})}s(Uk,"_uint32");function Vk(e,t){return new e({type:"boolean",...$(t)})}s(Vk,"_boolean");function Zk(e,t){return new e({type:"boolean",coerce:!0,...$(t)})}s(Zk,"_coercedBoolean");function qk(e,t){return new e({type:"bigint",...$(t)})}s(qk,"_bigint");function Jk(e,t){return new e({type:"bigint",coerce:!0,...$(t)})}s(Jk,"_coercedBigint");function Gk(e,t){return new e({type:"bigint",check:"bigint_format",abort:!1,format:"int64",...$(t)})}s(Gk,"_int64");function Wk(e,t){return new e({type:"bigint",check:"bigint_format",abort:!1,format:"uint64",...$(t)})}s(Wk,"_uint64");function Hk(e,t){return new e({type:"symbol",...$(t)})}s(Hk,"_symbol");function Kk(e,t){return new e({type:"undefined",...$(t)})}s(Kk,"_undefined");function Yk(e,t){return new e({type:"null",...$(t)})}s(Yk,"_null");function Xk(e){return new e({type:"any"})}s(Xk,"_any");function Qk(e){return new e({type:"unknown"})}s(Qk,"_unknown");function ey(e,t){return new e({type:"never",...$(t)})}s(ey,"_never");function ty(e,t){return new e({type:"void",...$(t)})}s(ty,"_void");function ny(e,t){return new e({type:"date",...$(t)})}s(ny,"_date");function ry(e,t){return new e({type:"date",coerce:!0,...$(t)})}s(ry,"_coercedDate");function iy(e,t){return new e({type:"nan",...$(t)})}s(iy,"_nan");function Zn(e,t){return new Fc({check:"less_than",...$(t),value:e,inclusive:!1})}s(Zn,"_lt");function Wt(e,t){return new Fc({check:"less_than",...$(t),value:e,inclusive:!0})}s(Wt,"_lte");function qn(e,t){return new Ic({check:"greater_than",...$(t),value:e,inclusive:!1})}s(qn,"_gt");function Et(e,t){return new Ic({check:"greater_than",...$(t),value:e,inclusive:!0})}s(Et,"_gte");function lu(e){return qn(0,e)}s(lu,"_positive");function cu(e){return Zn(0,e)}s(cu,"_negative");function uu(e){return Wt(0,e)}s(uu,"_nonpositive");function pu(e){return Et(0,e)}s(pu,"_nonnegative");function Ir(e,t){return new ag({check:"multiple_of",...$(t),value:e})}s(Ir,"_multipleOf");function Dr(e,t){return new lg({check:"max_size",...$(t),maximum:e})}s(Dr,"_maxSize");function Jn(e,t){return new cg({check:"min_size",...$(t),minimum:e})}s(Jn,"_minSize");function mi(e,t){return new ug({check:"size_equals",...$(t),size:e})}s(mi,"_size");function hi(e,t){return new pg({check:"max_length",...$(t),maximum:e})}s(hi,"_maxLength");function pr(e,t){return new dg({check:"min_length",...$(t),minimum:e})}s(pr,"_minLength");function fi(e,t){return new mg({check:"length_equals",...$(t),length:e})}s(fi,"_length");function ha(e,t){return new hg({check:"string_format",format:"regex",...$(t),pattern:e})}s(ha,"_regex");function fa(e){return new fg({check:"string_format",format:"lowercase",...$(e)})}s(fa,"_lowercase");function ga(e){return new gg({check:"string_format",format:"uppercase",...$(e)})}s(ga,"_uppercase");function va(e,t){return new vg({check:"string_format",format:"includes",...$(t),includes:e})}s(va,"_includes");function ka(e,t){return new kg({check:"string_format",format:"starts_with",...$(t),prefix:e})}s(ka,"_startsWith");function ya(e,t){return new yg({check:"string_format",format:"ends_with",...$(t),suffix:e})}s(ya,"_endsWith");function du(e,t,n){return new bg({check:"property",property:e,schema:t,...$(n)})}s(du,"_property");function ba(e,t){return new xg({check:"mime_type",mime:e,...$(t)})}s(ba,"_mime");function En(e){return new Ag({check:"overwrite",tx:e})}s(En,"_overwrite");function xa(e){return En(t=>t.normalize(e))}s(xa,"_normalize");function Aa(){return En(e=>e.trim())}s(Aa,"_trim");function wa(){return En(e=>e.toLowerCase())}s(wa,"_toLowerCase");function Ca(){return En(e=>e.toUpperCase())}s(Ca,"_toUpperCase");function Sa(){return En(e=>bf(e))}s(Sa,"_slugify");function ay(e,t,n){return new e({type:"array",element:t,...$(n)})}s(ay,"_array");function y4(e,t,n){return new e({type:"union",options:t,...$(n)})}s(y4,"_union");function b4(e,t,n){return new e({type:"union",options:t,inclusive:!1,...$(n)})}s(b4,"_xor");function x4(e,t,n,i){return new e({type:"union",options:n,discriminator:t,...$(i)})}s(x4,"_discriminatedUnion");function A4(e,t,n){return new e({type:"intersection",left:t,right:n})}s(A4,"_intersection");function w4(e,t,n,i){let r=n instanceof X,a=r?i:n,o=r?n:null;return new e({type:"tuple",items:t,rest:o,...$(a)})}s(w4,"_tuple");function C4(e,t,n,i){return new e({type:"record",keyType:t,valueType:n,...$(i)})}s(C4,"_record");function S4(e,t,n,i){return new e({type:"map",keyType:t,valueType:n,...$(i)})}s(S4,"_map");function E4(e,t,n){return new e({type:"set",valueType:t,...$(n)})}s(E4,"_set");function T4(e,t,n){let i=Array.isArray(t)?Object.fromEntries(t.map(r=>[r,r])):t;return new e({type:"enum",entries:i,...$(n)})}s(T4,"_enum");function P4(e,t,n){return new e({type:"enum",entries:t,...$(n)})}s(P4,"_nativeEnum");function F4(e,t,n){return new e({type:"literal",values:Array.isArray(t)?t:[t],...$(n)})}s(F4,"_literal");function oy(e,t){return new e({type:"file",...$(t)})}s(oy,"_file");function I4(e,t){return new e({type:"transform",transform:t})}s(I4,"_transform");function D4(e,t){return new e({type:"optional",innerType:t})}s(D4,"_optional");function z4(e,t){return new e({type:"nullable",innerType:t})}s(z4,"_nullable");function _4(e,t,n){return new e({type:"default",innerType:t,get defaultValue(){return typeof n=="function"?n():Af(n)}})}s(_4,"_default");function $4(e,t,n){return new e({type:"nonoptional",innerType:t,...$(n)})}s($4,"_nonoptional");function N4(e,t){return new e({type:"success",innerType:t})}s(N4,"_success");function j4(e,t,n){return new e({type:"catch",innerType:t,catchValue:typeof n=="function"?n:()=>n})}s(j4,"_catch");function M4(e,t,n){return new e({type:"pipe",in:t,out:n})}s(M4,"_pipe");function O4(e,t){return new e({type:"readonly",innerType:t})}s(O4,"_readonly");function R4(e,t,n){return new e({type:"template_literal",parts:t,...$(n)})}s(R4,"_templateLiteral");function L4(e,t){return new e({type:"lazy",getter:t})}s(L4,"_lazy");function B4(e,t){return new e({type:"promise",innerType:t})}s(B4,"_promise");function sy(e,t,n){let i=$(n);return i.abort??(i.abort=!0),new e({type:"custom",check:"custom",fn:t,...i})}s(sy,"_custom");function ly(e,t,n){return new e({type:"custom",check:"custom",fn:t,...$(n)})}s(ly,"_refine");function cy(e){let t=KE(n=>(n.addIssue=i=>{if(typeof i=="string")n.issues.push(sa(i,n.value,t._zod.def));else{let r=i;r.fatal&&(r.continue=!1),r.code??(r.code="custom"),r.input??(r.input=n.value),r.inst??(r.inst=t),r.continue??(r.continue=!t._zod.def.abort),n.issues.push(sa(r))}},e(n.value,n)));return t}s(cy,"_superRefine");function KE(e,t){let n=new Pe({check:"custom",...$(t)});return n._zod.check=e,n}s(KE,"_check");function uy(e){let t=new Pe({check:"describe"});return t._zod.onattach=[n=>{let i=nt.get(n)??{};nt.add(n,{...i,description:e})}],t._zod.check=()=>{},t}s(uy,"describe");function py(e){let t=new Pe({check:"meta"});return t._zod.onattach=[n=>{let i=nt.get(n)??{};nt.add(n,{...i,...e})}],t._zod.check=()=>{},t}s(py,"meta");function dy(e,t){let n=$(t),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),o=new Set(r),l=e.Codec??Go,c=e.Boolean??qo,u=e.String??di,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:s(((h,v)=>{let x=h;return n.case!=="sensitive"&&(x=x.toLowerCase()),a.has(x)?!0:o.has(x)?!1:(v.issues.push({code:"invalid_value",expected:"stringbool",values:[...a,...o],input:v.value,inst:m,continue:!1}),{})}),"transform"),reverseTransform:s(((h,v)=>h===!0?i[0]||"true":r[0]||"false"),"reverseTransform"),error:n.error});return m}s(dy,"_stringbool");function Ea(e,t,n,i={}){let r=$(i),a={...$(i),check:"string_format",type:"string",format:t,fn:typeof n=="function"?n:l=>n.test(l),...r};return n instanceof RegExp&&(a.pattern=n),new e(a)}s(Ea,"_stringFormat");function zr(e){let t=e?.target??"draft-2020-12";return t==="draft-4"&&(t="draft-04"),t==="draft-7"&&(t="draft-07"),{processors:e.processors??{},metadataRegistry:e?.metadata??nt,target:t,unrepresentable:e?.unrepresentable??"throw",override:e?.override??(()=>{}),io:e?.io??"output",counter:0,seen:new Map,cycles:e?.cycles??"ref",reused:e?.reused??"inline",external:e?.external??void 0}}s(zr,"initializeContext");function Ae(e,t,n={path:[],schemaPath:[]}){var i;let r=e._zod.def,a=t.seen.get(e);if(a)return a.count++,n.schemaPath.includes(e)&&(a.cycle=n.path),a.schema;let o={schema:{},count:1,cycle:void 0,path:n.path};t.seen.set(e,o);let l=e._zod.toJSONSchema?.();if(l)o.schema=l;else{let p={...n,schemaPath:[...n.schemaPath,e],path:n.path};if(e._zod.processJSONSchema)e._zod.processJSONSchema(t,o.schema,p);else{let m=o.schema,h=t.processors[r.type];if(!h)throw new Error(`[toJSONSchema]: Non-representable type encountered: ${r.type}`);h(e,t,m,p)}let d=e._zod.parent;d&&(o.ref||(o.ref=d),Ae(d,t,p),t.seen.get(d).isParent=!0)}let c=t.metadataRegistry.get(e);return c&&Object.assign(o.schema,c),t.io==="input"&&Tt(e)&&(delete o.schema.examples,delete o.schema.default),t.io==="input"&&o.schema._prefault&&((i=o.schema).default??(i.default=o.schema._prefault)),delete o.schema._prefault,t.seen.get(e).schema}s(Ae,"process");function _r(e,t){let n=e.seen.get(t);if(!n)throw new Error("Unprocessed schema. This is a bug in Zod.");let i=new Map;for(let o of e.seen.entries()){let l=e.metadataRegistry.get(o[0])?.id;if(l){let c=i.get(l);if(c&&c!==o[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,o[0])}}let r=s(o=>{let l=e.target==="draft-2020-12"?"$defs":"definitions";if(e.external){let d=e.external.registry.get(o[0])?.id,m=e.external.uri??(v=>v);if(d)return{ref:m(d)};let h=o[1].defId??o[1].schema.id??`schema${e.counter++}`;return o[1].defId=h,{defId:h,ref:`${m("__shared")}#/${l}/${h}`}}if(o[1]===n)return{ref:"#"};let u=`#/${l}/`,p=o[1].schema.id??`__schema${e.counter++}`;return{defId:p,ref:u+p}},"makeURI"),a=s(o=>{if(o[1].schema.$ref)return;let l=o[1],{ref:c,defId:u}=r(o);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(e.cycles==="throw")for(let o of e.seen.entries()){let l=o[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 o of e.seen.entries()){let l=o[1];if(t===o[0]){a(o);continue}if(e.external){let u=e.external.registry.get(o[0])?.id;if(t!==o[0]&&u){a(o);continue}}if(e.metadataRegistry.get(o[0])?.id){a(o);continue}if(l.cycle){a(o);continue}if(l.count>1&&e.reused==="ref"){a(o);continue}}}s(_r,"extractDefs");function $r(e,t){let n=e.seen.get(t);if(!n)throw new Error("Unprocessed schema. This is a bug in Zod.");let i=s(o=>{let l=e.seen.get(o);if(l.ref===null)return;let c=l.def??l.schema,u={...c},p=l.ref;if(l.ref=null,p){i(p);let m=e.seen.get(p),h=m.schema;if(h.$ref&&(e.target==="draft-07"||e.target==="draft-04"||e.target==="openapi-3.0")?(c.allOf=c.allOf??[],c.allOf.push(h)):Object.assign(c,h),Object.assign(c,u),o._zod.parent===p)for(let x in c)x==="$ref"||x==="allOf"||x in u||delete c[x];if(h.$ref&&m.def)for(let x in c)x==="$ref"||x==="allOf"||x in m.def&&JSON.stringify(c[x])===JSON.stringify(m.def[x])&&delete c[x]}let d=o._zod.parent;if(d&&d!==p){i(d);let m=e.seen.get(d);if(m?.schema.$ref&&(c.$ref=m.schema.$ref,m.def))for(let h in c)h==="$ref"||h==="allOf"||h in m.def&&JSON.stringify(c[h])===JSON.stringify(m.def[h])&&delete c[h]}e.override({zodSchema:o,jsonSchema:c,path:l.path??[]})},"flattenRef");for(let o of[...e.seen.entries()].reverse())i(o[0]);let r={};if(e.target==="draft-2020-12"?r.$schema="https://json-schema.org/draft/2020-12/schema":e.target==="draft-07"?r.$schema="http://json-schema.org/draft-07/schema#":e.target==="draft-04"?r.$schema="http://json-schema.org/draft-04/schema#":e.target,e.external?.uri){let o=e.external.registry.get(t)?.id;if(!o)throw new Error("Schema is missing an `id` property");r.$id=e.external.uri(o)}Object.assign(r,n.def??n.schema);let a=e.external?.defs??{};for(let o of e.seen.entries()){let l=o[1];l.def&&l.defId&&(a[l.defId]=l.def)}e.external||Object.keys(a).length>0&&(e.target==="draft-2020-12"?r.$defs=a:r.definitions=a);try{let o=JSON.parse(JSON.stringify(r));return Object.defineProperty(o,"~standard",{value:{...t["~standard"],jsonSchema:{input:Ta(t,"input",e.processors),output:Ta(t,"output",e.processors)}},enumerable:!1,writable:!1}),o}catch{throw new Error("Error converting schema to JSON.")}}s($r,"finalize");function Tt(e,t){let n=t??{seen:new Set};if(n.seen.has(e))return!1;n.seen.add(e);let i=e._zod.def;if(i.type==="transform")return!0;if(i.type==="array")return Tt(i.element,n);if(i.type==="set")return Tt(i.valueType,n);if(i.type==="lazy")return Tt(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 Tt(i.innerType,n);if(i.type==="intersection")return Tt(i.left,n)||Tt(i.right,n);if(i.type==="record"||i.type==="map")return Tt(i.keyType,n)||Tt(i.valueType,n);if(i.type==="pipe")return Tt(i.in,n)||Tt(i.out,n);if(i.type==="object"){for(let r in i.shape)if(Tt(i.shape[r],n))return!0;return!1}if(i.type==="union"){for(let r of i.options)if(Tt(r,n))return!0;return!1}if(i.type==="tuple"){for(let r of i.items)if(Tt(r,n))return!0;return!!(i.rest&&Tt(i.rest,n))}return!1}s(Tt,"isTransforming");var my=s((e,t={})=>n=>{let i=zr({...n,processors:t});return Ae(e,i),_r(i,e),$r(i,e)},"createToJSONSchemaMethod"),Ta=s((e,t,n={})=>i=>{let{libraryOptions:r,target:a}=i??{},o=zr({...r??{},target:a,io:t,processors:n});return Ae(e,o),_r(o,e),$r(o,e)},"createStandardJSONSchemaMethod");var U4={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""},hy=s((e,t,n,i)=>{let r=n;r.type="string";let{minimum:a,maximum:o,format:l,patterns:c,contentEncoding:u}=e._zod.bag;if(typeof a=="number"&&(r.minLength=a),typeof o=="number"&&(r.maxLength=o),l&&(r.format=U4[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=>({...t.target==="draft-07"||t.target==="draft-04"||t.target==="openapi-3.0"?{type:"string"}:{},pattern:d.source}))])}},"stringProcessor"),fy=s((e,t,n,i)=>{let r=n,{minimum:a,maximum:o,format:l,multipleOf:c,exclusiveMaximum:u,exclusiveMinimum:p}=e._zod.bag;typeof l=="string"&&l.includes("int")?r.type="integer":r.type="number",typeof p=="number"&&(t.target==="draft-04"||t.target==="openapi-3.0"?(r.minimum=p,r.exclusiveMinimum=!0):r.exclusiveMinimum=p),typeof a=="number"&&(r.minimum=a,typeof p=="number"&&t.target!=="draft-04"&&(p>=a?delete r.minimum:delete r.exclusiveMinimum)),typeof u=="number"&&(t.target==="draft-04"||t.target==="openapi-3.0"?(r.maximum=u,r.exclusiveMaximum=!0):r.exclusiveMaximum=u),typeof o=="number"&&(r.maximum=o,typeof u=="number"&&t.target!=="draft-04"&&(u<=o?delete r.maximum:delete r.exclusiveMaximum)),typeof c=="number"&&(r.multipleOf=c)},"numberProcessor"),gy=s((e,t,n,i)=>{n.type="boolean"},"booleanProcessor"),vy=s((e,t,n,i)=>{if(t.unrepresentable==="throw")throw new Error("BigInt cannot be represented in JSON Schema")},"bigintProcessor"),ky=s((e,t,n,i)=>{if(t.unrepresentable==="throw")throw new Error("Symbols cannot be represented in JSON Schema")},"symbolProcessor"),yy=s((e,t,n,i)=>{t.target==="openapi-3.0"?(n.type="string",n.nullable=!0,n.enum=[null]):n.type="null"},"nullProcessor"),by=s((e,t,n,i)=>{if(t.unrepresentable==="throw")throw new Error("Undefined cannot be represented in JSON Schema")},"undefinedProcessor"),xy=s((e,t,n,i)=>{if(t.unrepresentable==="throw")throw new Error("Void cannot be represented in JSON Schema")},"voidProcessor"),Ay=s((e,t,n,i)=>{n.not={}},"neverProcessor"),wy=s((e,t,n,i)=>{},"anyProcessor"),Cy=s((e,t,n,i)=>{},"unknownProcessor"),Sy=s((e,t,n,i)=>{if(t.unrepresentable==="throw")throw new Error("Date cannot be represented in JSON Schema")},"dateProcessor"),Ey=s((e,t,n,i)=>{let r=e._zod.def,a=$o(r.entries);a.every(o=>typeof o=="number")&&(n.type="number"),a.every(o=>typeof o=="string")&&(n.type="string"),n.enum=a},"enumProcessor"),Ty=s((e,t,n,i)=>{let r=e._zod.def,a=[];for(let o of r.values)if(o===void 0){if(t.unrepresentable==="throw")throw new Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof o=="bigint"){if(t.unrepresentable==="throw")throw new Error("BigInt literals cannot be represented in JSON Schema");a.push(Number(o))}else a.push(o);if(a.length!==0)if(a.length===1){let o=a[0];n.type=o===null?"null":typeof o,t.target==="draft-04"||t.target==="openapi-3.0"?n.enum=[o]:n.const=o}else a.every(o=>typeof o=="number")&&(n.type="number"),a.every(o=>typeof o=="string")&&(n.type="string"),a.every(o=>typeof o=="boolean")&&(n.type="boolean"),a.every(o=>o===null)&&(n.type="null"),n.enum=a},"literalProcessor"),Py=s((e,t,n,i)=>{if(t.unrepresentable==="throw")throw new Error("NaN cannot be represented in JSON Schema")},"nanProcessor"),Fy=s((e,t,n,i)=>{let r=n,a=e._zod.pattern;if(!a)throw new Error("Pattern not found in template literal");r.type="string",r.pattern=a.source},"templateLiteralProcessor"),Iy=s((e,t,n,i)=>{let r=n,a={type:"string",format:"binary",contentEncoding:"binary"},{minimum:o,maximum:l,mime:c}=e._zod.bag;o!==void 0&&(a.minLength=o),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"),Dy=s((e,t,n,i)=>{n.type="boolean"},"successProcessor"),zy=s((e,t,n,i)=>{if(t.unrepresentable==="throw")throw new Error("Custom types cannot be represented in JSON Schema")},"customProcessor"),_y=s((e,t,n,i)=>{if(t.unrepresentable==="throw")throw new Error("Function types cannot be represented in JSON Schema")},"functionProcessor"),$y=s((e,t,n,i)=>{if(t.unrepresentable==="throw")throw new Error("Transforms cannot be represented in JSON Schema")},"transformProcessor"),Ny=s((e,t,n,i)=>{if(t.unrepresentable==="throw")throw new Error("Map cannot be represented in JSON Schema")},"mapProcessor"),jy=s((e,t,n,i)=>{if(t.unrepresentable==="throw")throw new Error("Set cannot be represented in JSON Schema")},"setProcessor"),My=s((e,t,n,i)=>{let r=n,a=e._zod.def,{minimum:o,maximum:l}=e._zod.bag;typeof o=="number"&&(r.minItems=o),typeof l=="number"&&(r.maxItems=l),r.type="array",r.items=Ae(a.element,t,{...i,path:[...i.path,"items"]})},"arrayProcessor"),Oy=s((e,t,n,i)=>{let r=n,a=e._zod.def;r.type="object",r.properties={};let o=a.shape;for(let u in o)r.properties[u]=Ae(o[u],t,{...i,path:[...i.path,"properties",u]});let l=new Set(Object.keys(o)),c=new Set([...l].filter(u=>{let p=a.shape[u]._zod;return t.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=Ae(a.catchall,t,{...i,path:[...i.path,"additionalProperties"]})):t.io==="output"&&(r.additionalProperties=!1)},"objectProcessor"),hu=s((e,t,n,i)=>{let r=e._zod.def,a=r.inclusive===!1,o=r.options.map((l,c)=>Ae(l,t,{...i,path:[...i.path,a?"oneOf":"anyOf",c]}));a?n.oneOf=o:n.anyOf=o},"unionProcessor"),Ry=s((e,t,n,i)=>{let r=e._zod.def,a=Ae(r.left,t,{...i,path:[...i.path,"allOf",0]}),o=Ae(r.right,t,{...i,path:[...i.path,"allOf",1]}),l=s(u=>"allOf"in u&&Object.keys(u).length===1,"isSimpleIntersection"),c=[...l(a)?a.allOf:[a],...l(o)?o.allOf:[o]];n.allOf=c},"intersectionProcessor"),Ly=s((e,t,n,i)=>{let r=n,a=e._zod.def;r.type="array";let o=t.target==="draft-2020-12"?"prefixItems":"items",l=t.target==="draft-2020-12"||t.target==="openapi-3.0"?"items":"additionalItems",c=a.items.map((m,h)=>Ae(m,t,{...i,path:[...i.path,o,h]})),u=a.rest?Ae(a.rest,t,{...i,path:[...i.path,l,...t.target==="openapi-3.0"?[a.items.length]:[]]}):null;t.target==="draft-2020-12"?(r.prefixItems=c,u&&(r.items=u)):t.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}=e._zod.bag;typeof p=="number"&&(r.minItems=p),typeof d=="number"&&(r.maxItems=d)},"tupleProcessor"),By=s((e,t,n,i)=>{let r=n,a=e._zod.def;r.type="object";let o=a.keyType,c=o._zod.bag?.patterns;if(a.mode==="loose"&&c&&c.size>0){let p=Ae(a.valueType,t,{...i,path:[...i.path,"patternProperties","*"]});r.patternProperties={};for(let d of c)r.patternProperties[d.source]=p}else(t.target==="draft-07"||t.target==="draft-2020-12")&&(r.propertyNames=Ae(a.keyType,t,{...i,path:[...i.path,"propertyNames"]})),r.additionalProperties=Ae(a.valueType,t,{...i,path:[...i.path,"additionalProperties"]});let u=o._zod.values;if(u){let p=[...u].filter(d=>typeof d=="string"||typeof d=="number");p.length>0&&(r.required=p)}},"recordProcessor"),Uy=s((e,t,n,i)=>{let r=e._zod.def,a=Ae(r.innerType,t,i),o=t.seen.get(e);t.target==="openapi-3.0"?(o.ref=r.innerType,n.nullable=!0):n.anyOf=[a,{type:"null"}]},"nullableProcessor"),Vy=s((e,t,n,i)=>{let r=e._zod.def;Ae(r.innerType,t,i);let a=t.seen.get(e);a.ref=r.innerType},"nonoptionalProcessor"),Zy=s((e,t,n,i)=>{let r=e._zod.def;Ae(r.innerType,t,i);let a=t.seen.get(e);a.ref=r.innerType,n.default=JSON.parse(JSON.stringify(r.defaultValue))},"defaultProcessor"),qy=s((e,t,n,i)=>{let r=e._zod.def;Ae(r.innerType,t,i);let a=t.seen.get(e);a.ref=r.innerType,t.io==="input"&&(n._prefault=JSON.parse(JSON.stringify(r.defaultValue)))},"prefaultProcessor"),Jy=s((e,t,n,i)=>{let r=e._zod.def;Ae(r.innerType,t,i);let a=t.seen.get(e);a.ref=r.innerType;let o;try{o=r.catchValue(void 0)}catch{throw new Error("Dynamic catch values are not supported in JSON Schema")}n.default=o},"catchProcessor"),Gy=s((e,t,n,i)=>{let r=e._zod.def,a=t.io==="input"?r.in._zod.def.type==="transform"?r.out:r.in:r.out;Ae(a,t,i);let o=t.seen.get(e);o.ref=a},"pipeProcessor"),Wy=s((e,t,n,i)=>{let r=e._zod.def;Ae(r.innerType,t,i);let a=t.seen.get(e);a.ref=r.innerType,n.readOnly=!0},"readonlyProcessor"),Hy=s((e,t,n,i)=>{let r=e._zod.def;Ae(r.innerType,t,i);let a=t.seen.get(e);a.ref=r.innerType},"promiseProcessor"),fu=s((e,t,n,i)=>{let r=e._zod.def;Ae(r.innerType,t,i);let a=t.seen.get(e);a.ref=r.innerType},"optionalProcessor"),Ky=s((e,t,n,i)=>{let r=e._zod.innerType;Ae(r,t,i);let a=t.seen.get(e);a.ref=r},"lazyProcessor"),mu={string:hy,number:fy,boolean:gy,bigint:vy,symbol:ky,null:yy,undefined:by,void:xy,never:Ay,any:wy,unknown:Cy,date:Sy,enum:Ey,literal:Ty,nan:Py,template_literal:Fy,file:Iy,success:Dy,custom:zy,function:_y,transform:$y,map:Ny,set:jy,array:My,object:Oy,union:hu,intersection:Ry,tuple:Ly,record:By,nullable:Uy,nonoptional:Vy,default:Zy,prefault:qy,catch:Jy,pipe:Gy,readonly:Wy,promise:Hy,optional:fu,lazy:Ky};function gu(e,t){if("_idmap"in e){let i=e,r=zr({...t,processors:mu}),a={};for(let c of i._idmap.entries()){let[u,p]=c;Ae(p,r)}let o={},l={registry:i,uri:t?.uri,defs:a};r.external=l;for(let c of i._idmap.entries()){let[u,p]=c;_r(r,p),o[u]=$r(r,p)}if(Object.keys(a).length>0){let c=r.target==="draft-2020-12"?"$defs":"definitions";o.__shared={[c]:a}}return{schemas:o}}let n=zr({...t,processors:mu});return Ae(e,n),_r(n,e),$r(n,e)}s(gu,"toJSONSchema");var vu=class{static{s(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(t){this.ctx.counter=t}get seen(){return this.ctx.seen}constructor(t){let n=t?.target??"draft-2020-12";n==="draft-4"&&(n="draft-04"),n==="draft-7"&&(n="draft-07"),this.ctx=zr({processors:mu,target:n,...t?.metadata&&{metadata:t.metadata},...t?.unrepresentable&&{unrepresentable:t.unrepresentable},...t?.override&&{override:t.override},...t?.io&&{io:t.io}})}process(t,n={path:[],schemaPath:[]}){return Ae(t,this.ctx,n)}emit(t,n){n&&(n.cycles&&(this.ctx.cycles=n.cycles),n.reused&&(this.ctx.reused=n.reused),n.external&&(this.ctx.external=n.external)),_r(this.ctx,t);let i=$r(this.ctx,t),{"~standard":r,...a}=i;return a}};var YE={};var ts={};fn(ts,{ZodAny:()=>bb,ZodArray:()=>Cb,ZodBase64:()=>Ou,ZodBase64URL:()=>Ru,ZodBigInt:()=>$a,ZodBigIntFormat:()=>Uu,ZodBoolean:()=>_a,ZodCIDRv4:()=>ju,ZodCIDRv6:()=>Mu,ZodCUID:()=>Fu,ZodCUID2:()=>Iu,ZodCatch:()=>Jb,ZodCodec:()=>Ku,ZodCustom:()=>ds,ZodCustomStringFormat:()=>Da,ZodDate:()=>ss,ZodDefault:()=>Lb,ZodDiscriminatedUnion:()=>Eb,ZodE164:()=>Lu,ZodEmail:()=>Eu,ZodEmoji:()=>Tu,ZodEnum:()=>Fa,ZodExactOptional:()=>Mb,ZodFile:()=>Nb,ZodFunction:()=>tx,ZodGUID:()=>ns,ZodIPv4:()=>$u,ZodIPv6:()=>Nu,ZodIntersection:()=>Tb,ZodJWT:()=>Bu,ZodKSUID:()=>_u,ZodLazy:()=>Xb,ZodLiteral:()=>$b,ZodMAC:()=>mb,ZodMap:()=>zb,ZodNaN:()=>Wb,ZodNanoID:()=>Pu,ZodNever:()=>Ab,ZodNonOptional:()=>Wu,ZodNull:()=>kb,ZodNullable:()=>Rb,ZodNumber:()=>za,ZodNumberFormat:()=>vi,ZodObject:()=>cs,ZodOptional:()=>Gu,ZodPipe:()=>Hu,ZodPrefault:()=>Ub,ZodPromise:()=>ex,ZodReadonly:()=>Hb,ZodRecord:()=>ps,ZodSet:()=>_b,ZodString:()=>Ia,ZodStringFormat:()=>Ee,ZodSuccess:()=>qb,ZodSymbol:()=>gb,ZodTemplateLiteral:()=>Yb,ZodTransform:()=>jb,ZodTuple:()=>Fb,ZodType:()=>se,ZodULID:()=>Du,ZodURL:()=>os,ZodUUID:()=>Gn,ZodUndefined:()=>vb,ZodUnion:()=>us,ZodUnknown:()=>xb,ZodVoid:()=>wb,ZodXID:()=>zu,ZodXor:()=>Sb,_ZodString:()=>Su,_default:()=>Bb,_function:()=>iP,any:()=>jT,array:()=>ls,base64:()=>yT,base64url:()=>bT,bigint:()=>DT,boolean:()=>fb,catch:()=>Gb,check:()=>aP,cidrv4:()=>vT,cidrv6:()=>kT,codec:()=>tP,cuid:()=>cT,cuid2:()=>uT,custom:()=>oP,date:()=>OT,describe:()=>sP,discriminatedUnion:()=>ZT,e164:()=>xT,email:()=>QE,emoji:()=>sT,enum:()=>qu,exactOptional:()=>Ob,file:()=>YT,float32:()=>TT,float64:()=>PT,function:()=>iP,guid:()=>eT,hash:()=>ET,hex:()=>ST,hostname:()=>CT,httpUrl:()=>oT,instanceof:()=>cP,int:()=>Cu,int32:()=>FT,int64:()=>zT,intersection:()=>Pb,ipv4:()=>hT,ipv6:()=>gT,json:()=>pP,jwt:()=>AT,keyof:()=>RT,ksuid:()=>mT,lazy:()=>Qb,literal:()=>KT,looseObject:()=>UT,looseRecord:()=>JT,mac:()=>fT,map:()=>GT,meta:()=>lP,nan:()=>eP,nanoid:()=>lT,nativeEnum:()=>HT,never:()=>Vu,nonoptional:()=>Zb,null:()=>yb,nullable:()=>is,nullish:()=>XT,number:()=>hb,object:()=>LT,optional:()=>rs,partialRecord:()=>qT,pipe:()=>as,prefault:()=>Vb,preprocess:()=>dP,promise:()=>rP,readonly:()=>Kb,record:()=>Db,refine:()=>nx,set:()=>WT,strictObject:()=>BT,string:()=>wu,stringFormat:()=>wT,stringbool:()=>uP,success:()=>QT,superRefine:()=>rx,symbol:()=>$T,templateLiteral:()=>nP,transform:()=>Ju,tuple:()=>Ib,uint32:()=>IT,uint64:()=>_T,ulid:()=>pT,undefined:()=>NT,union:()=>Zu,unknown:()=>gi,url:()=>aT,uuid:()=>tT,uuidv4:()=>nT,uuidv6:()=>rT,uuidv7:()=>iT,void:()=>MT,xid:()=>dT,xor:()=>VT});var ku={};fn(ku,{endsWith:()=>ya,gt:()=>qn,gte:()=>Et,includes:()=>va,length:()=>fi,lowercase:()=>fa,lt:()=>Zn,lte:()=>Wt,maxLength:()=>hi,maxSize:()=>Dr,mime:()=>ba,minLength:()=>pr,minSize:()=>Jn,multipleOf:()=>Ir,negative:()=>cu,nonnegative:()=>pu,nonpositive:()=>uu,normalize:()=>xa,overwrite:()=>En,positive:()=>lu,property:()=>du,regex:()=>ha,size:()=>mi,slugify:()=>Sa,startsWith:()=>ka,toLowerCase:()=>wa,toUpperCase:()=>Ca,trim:()=>Aa,uppercase:()=>ga});var Pa={};fn(Pa,{ZodISODate:()=>bu,ZodISODateTime:()=>yu,ZodISODuration:()=>Au,ZodISOTime:()=>xu,date:()=>Xy,datetime:()=>Yy,duration:()=>eb,time:()=>Qy});var yu=w("ZodISODateTime",(e,t)=>{jg.init(e,t),Ee.init(e,t)});function Yy(e){return zk(yu,e)}s(Yy,"datetime");var bu=w("ZodISODate",(e,t)=>{Mg.init(e,t),Ee.init(e,t)});function Xy(e){return _k(bu,e)}s(Xy,"date");var xu=w("ZodISOTime",(e,t)=>{Og.init(e,t),Ee.init(e,t)});function Qy(e){return $k(xu,e)}s(Qy,"time");var Au=w("ZodISODuration",(e,t)=>{Rg.init(e,t),Ee.init(e,t)});function eb(e){return Nk(Au,e)}s(eb,"duration");var XE=s((e,t)=>{Ro.init(e,t),e.name="ZodError",Object.defineProperties(e,{format:{value:s(n=>Bo(e,n),"value")},flatten:{value:s(n=>Lo(e,n),"value")},addIssue:{value:s(n=>{e.issues.push(n),e.message=JSON.stringify(e.issues,aa,2)},"value")},addIssues:{value:s(n=>{e.issues.push(...n),e.message=JSON.stringify(e.issues,aa,2)},"value")},isEmpty:{get(){return e.issues.length===0}}})},"initializer"),Z4=w("ZodError",XE),Mt=w("ZodError",XE,{Parent:Error});var tb=la(Mt),nb=ca(Mt),rb=ua(Mt),ib=pa(Mt),ab=yc(Mt),ob=bc(Mt),sb=xc(Mt),lb=Ac(Mt),cb=wc(Mt),ub=Cc(Mt),pb=Sc(Mt),db=Ec(Mt);var se=w("ZodType",(e,t)=>(X.init(e,t),Object.assign(e["~standard"],{jsonSchema:{input:Ta(e,"input"),output:Ta(e,"output")}}),e.toJSONSchema=my(e,{}),e.def=t,e.type=t.type,Object.defineProperty(e,"_def",{value:t}),e.check=(...n)=>e.clone(_.mergeDefs(t,{checks:[...t.checks??[],...n.map(i=>typeof i=="function"?{_zod:{check:i,def:{check:"custom"},onattach:[]}}:i)]}),{parent:!0}),e.with=e.check,e.clone=(n,i)=>St(e,n,i),e.brand=()=>e,e.register=((n,i)=>(n.add(e,i),e)),e.parse=(n,i)=>tb(e,n,i,{callee:e.parse}),e.safeParse=(n,i)=>rb(e,n,i),e.parseAsync=async(n,i)=>nb(e,n,i,{callee:e.parseAsync}),e.safeParseAsync=async(n,i)=>ib(e,n,i),e.spa=e.safeParseAsync,e.encode=(n,i)=>ab(e,n,i),e.decode=(n,i)=>ob(e,n,i),e.encodeAsync=async(n,i)=>sb(e,n,i),e.decodeAsync=async(n,i)=>lb(e,n,i),e.safeEncode=(n,i)=>cb(e,n,i),e.safeDecode=(n,i)=>ub(e,n,i),e.safeEncodeAsync=async(n,i)=>pb(e,n,i),e.safeDecodeAsync=async(n,i)=>db(e,n,i),e.refine=(n,i)=>e.check(nx(n,i)),e.superRefine=n=>e.check(rx(n)),e.overwrite=n=>e.check(En(n)),e.optional=()=>rs(e),e.exactOptional=()=>Ob(e),e.nullable=()=>is(e),e.nullish=()=>rs(is(e)),e.nonoptional=n=>Zb(e,n),e.array=()=>ls(e),e.or=n=>Zu([e,n]),e.and=n=>Pb(e,n),e.transform=n=>as(e,Ju(n)),e.default=n=>Bb(e,n),e.prefault=n=>Vb(e,n),e.catch=n=>Gb(e,n),e.pipe=n=>as(e,n),e.readonly=()=>Kb(e),e.describe=n=>{let i=e.clone();return nt.add(i,{description:n}),i},Object.defineProperty(e,"description",{get(){return nt.get(e)?.description},configurable:!0}),e.meta=(...n)=>{if(n.length===0)return nt.get(e);let i=e.clone();return nt.add(i,n[0]),i},e.isOptional=()=>e.safeParse(void 0).success,e.isNullable=()=>e.safeParse(null).success,e.apply=n=>n(e),e)),Su=w("_ZodString",(e,t)=>{di.init(e,t),se.init(e,t),e._zod.processJSONSchema=(i,r,a)=>hy(e,i,r,a);let n=e._zod.bag;e.format=n.format??null,e.minLength=n.minimum??null,e.maxLength=n.maximum??null,e.regex=(...i)=>e.check(ha(...i)),e.includes=(...i)=>e.check(va(...i)),e.startsWith=(...i)=>e.check(ka(...i)),e.endsWith=(...i)=>e.check(ya(...i)),e.min=(...i)=>e.check(pr(...i)),e.max=(...i)=>e.check(hi(...i)),e.length=(...i)=>e.check(fi(...i)),e.nonempty=(...i)=>e.check(pr(1,...i)),e.lowercase=i=>e.check(fa(i)),e.uppercase=i=>e.check(ga(i)),e.trim=()=>e.check(Aa()),e.normalize=(...i)=>e.check(xa(...i)),e.toLowerCase=()=>e.check(wa()),e.toUpperCase=()=>e.check(Ca()),e.slugify=()=>e.check(Sa())}),Ia=w("ZodString",(e,t)=>{di.init(e,t),Su.init(e,t),e.email=n=>e.check(Uc(Eu,n)),e.url=n=>e.check(es(os,n)),e.jwt=n=>e.check(su(Bu,n)),e.emoji=n=>e.check(Gc(Tu,n)),e.guid=n=>e.check(Qo(ns,n)),e.uuid=n=>e.check(Vc(Gn,n)),e.uuidv4=n=>e.check(Zc(Gn,n)),e.uuidv6=n=>e.check(qc(Gn,n)),e.uuidv7=n=>e.check(Jc(Gn,n)),e.nanoid=n=>e.check(Wc(Pu,n)),e.guid=n=>e.check(Qo(ns,n)),e.cuid=n=>e.check(Hc(Fu,n)),e.cuid2=n=>e.check(Kc(Iu,n)),e.ulid=n=>e.check(Yc(Du,n)),e.base64=n=>e.check(iu(Ou,n)),e.base64url=n=>e.check(au(Ru,n)),e.xid=n=>e.check(Xc(zu,n)),e.ksuid=n=>e.check(Qc(_u,n)),e.ipv4=n=>e.check(eu($u,n)),e.ipv6=n=>e.check(tu(Nu,n)),e.cidrv4=n=>e.check(nu(ju,n)),e.cidrv6=n=>e.check(ru(Mu,n)),e.e164=n=>e.check(ou(Lu,n)),e.datetime=n=>e.check(Yy(n)),e.date=n=>e.check(Xy(n)),e.time=n=>e.check(Qy(n)),e.duration=n=>e.check(eb(n))});function wu(e){return Pk(Ia,e)}s(wu,"string");var Ee=w("ZodStringFormat",(e,t)=>{Se.init(e,t),Su.init(e,t)}),Eu=w("ZodEmail",(e,t)=>{Tg.init(e,t),Ee.init(e,t)});function QE(e){return Uc(Eu,e)}s(QE,"email");var ns=w("ZodGUID",(e,t)=>{Sg.init(e,t),Ee.init(e,t)});function eT(e){return Qo(ns,e)}s(eT,"guid");var Gn=w("ZodUUID",(e,t)=>{Eg.init(e,t),Ee.init(e,t)});function tT(e){return Vc(Gn,e)}s(tT,"uuid");function nT(e){return Zc(Gn,e)}s(nT,"uuidv4");function rT(e){return qc(Gn,e)}s(rT,"uuidv6");function iT(e){return Jc(Gn,e)}s(iT,"uuidv7");var os=w("ZodURL",(e,t)=>{Pg.init(e,t),Ee.init(e,t)});function aT(e){return es(os,e)}s(aT,"url");function oT(e){return es(os,{protocol:/^https?$/,hostname:pn.domain,..._.normalizeParams(e)})}s(oT,"httpUrl");var Tu=w("ZodEmoji",(e,t)=>{Fg.init(e,t),Ee.init(e,t)});function sT(e){return Gc(Tu,e)}s(sT,"emoji");var Pu=w("ZodNanoID",(e,t)=>{Ig.init(e,t),Ee.init(e,t)});function lT(e){return Wc(Pu,e)}s(lT,"nanoid");var Fu=w("ZodCUID",(e,t)=>{Dg.init(e,t),Ee.init(e,t)});function cT(e){return Hc(Fu,e)}s(cT,"cuid");var Iu=w("ZodCUID2",(e,t)=>{zg.init(e,t),Ee.init(e,t)});function uT(e){return Kc(Iu,e)}s(uT,"cuid2");var Du=w("ZodULID",(e,t)=>{_g.init(e,t),Ee.init(e,t)});function pT(e){return Yc(Du,e)}s(pT,"ulid");var zu=w("ZodXID",(e,t)=>{$g.init(e,t),Ee.init(e,t)});function dT(e){return Xc(zu,e)}s(dT,"xid");var _u=w("ZodKSUID",(e,t)=>{Ng.init(e,t),Ee.init(e,t)});function mT(e){return Qc(_u,e)}s(mT,"ksuid");var $u=w("ZodIPv4",(e,t)=>{Lg.init(e,t),Ee.init(e,t)});function hT(e){return eu($u,e)}s(hT,"ipv4");var mb=w("ZodMAC",(e,t)=>{Ug.init(e,t),Ee.init(e,t)});function fT(e){return Ik(mb,e)}s(fT,"mac");var Nu=w("ZodIPv6",(e,t)=>{Bg.init(e,t),Ee.init(e,t)});function gT(e){return tu(Nu,e)}s(gT,"ipv6");var ju=w("ZodCIDRv4",(e,t)=>{Vg.init(e,t),Ee.init(e,t)});function vT(e){return nu(ju,e)}s(vT,"cidrv4");var Mu=w("ZodCIDRv6",(e,t)=>{Zg.init(e,t),Ee.init(e,t)});function kT(e){return ru(Mu,e)}s(kT,"cidrv6");var Ou=w("ZodBase64",(e,t)=>{Jg.init(e,t),Ee.init(e,t)});function yT(e){return iu(Ou,e)}s(yT,"base64");var Ru=w("ZodBase64URL",(e,t)=>{Gg.init(e,t),Ee.init(e,t)});function bT(e){return au(Ru,e)}s(bT,"base64url");var Lu=w("ZodE164",(e,t)=>{Wg.init(e,t),Ee.init(e,t)});function xT(e){return ou(Lu,e)}s(xT,"e164");var Bu=w("ZodJWT",(e,t)=>{Hg.init(e,t),Ee.init(e,t)});function AT(e){return su(Bu,e)}s(AT,"jwt");var Da=w("ZodCustomStringFormat",(e,t)=>{Kg.init(e,t),Ee.init(e,t)});function wT(e,t,n={}){return Ea(Da,e,t,n)}s(wT,"stringFormat");function CT(e){return Ea(Da,"hostname",pn.hostname,e)}s(CT,"hostname");function ST(e){return Ea(Da,"hex",pn.hex,e)}s(ST,"hex");function ET(e,t){let n=t?.enc??"hex",i=`${e}_${n}`,r=pn[i];if(!r)throw new Error(`Unrecognized hash format: ${i}`);return Ea(Da,i,r,t)}s(ET,"hash");var za=w("ZodNumber",(e,t)=>{jc.init(e,t),se.init(e,t),e._zod.processJSONSchema=(i,r,a)=>fy(e,i,r,a),e.gt=(i,r)=>e.check(qn(i,r)),e.gte=(i,r)=>e.check(Et(i,r)),e.min=(i,r)=>e.check(Et(i,r)),e.lt=(i,r)=>e.check(Zn(i,r)),e.lte=(i,r)=>e.check(Wt(i,r)),e.max=(i,r)=>e.check(Wt(i,r)),e.int=i=>e.check(Cu(i)),e.safe=i=>e.check(Cu(i)),e.positive=i=>e.check(qn(0,i)),e.nonnegative=i=>e.check(Et(0,i)),e.negative=i=>e.check(Zn(0,i)),e.nonpositive=i=>e.check(Wt(0,i)),e.multipleOf=(i,r)=>e.check(Ir(i,r)),e.step=(i,r)=>e.check(Ir(i,r)),e.finite=()=>e;let n=e._zod.bag;e.minValue=Math.max(n.minimum??Number.NEGATIVE_INFINITY,n.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,e.maxValue=Math.min(n.maximum??Number.POSITIVE_INFINITY,n.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,e.isInt=(n.format??"").includes("int")||Number.isSafeInteger(n.multipleOf??.5),e.isFinite=!0,e.format=n.format??null});function hb(e){return jk(za,e)}s(hb,"number");var vi=w("ZodNumberFormat",(e,t)=>{Yg.init(e,t),za.init(e,t)});function Cu(e){return Ok(vi,e)}s(Cu,"int");function TT(e){return Rk(vi,e)}s(TT,"float32");function PT(e){return Lk(vi,e)}s(PT,"float64");function FT(e){return Bk(vi,e)}s(FT,"int32");function IT(e){return Uk(vi,e)}s(IT,"uint32");var _a=w("ZodBoolean",(e,t)=>{qo.init(e,t),se.init(e,t),e._zod.processJSONSchema=(n,i,r)=>gy(e,n,i,r)});function fb(e){return Vk(_a,e)}s(fb,"boolean");var $a=w("ZodBigInt",(e,t)=>{Mc.init(e,t),se.init(e,t),e._zod.processJSONSchema=(i,r,a)=>vy(e,i,r,a),e.gte=(i,r)=>e.check(Et(i,r)),e.min=(i,r)=>e.check(Et(i,r)),e.gt=(i,r)=>e.check(qn(i,r)),e.gte=(i,r)=>e.check(Et(i,r)),e.min=(i,r)=>e.check(Et(i,r)),e.lt=(i,r)=>e.check(Zn(i,r)),e.lte=(i,r)=>e.check(Wt(i,r)),e.max=(i,r)=>e.check(Wt(i,r)),e.positive=i=>e.check(qn(BigInt(0),i)),e.negative=i=>e.check(Zn(BigInt(0),i)),e.nonpositive=i=>e.check(Wt(BigInt(0),i)),e.nonnegative=i=>e.check(Et(BigInt(0),i)),e.multipleOf=(i,r)=>e.check(Ir(i,r));let n=e._zod.bag;e.minValue=n.minimum??null,e.maxValue=n.maximum??null,e.format=n.format??null});function DT(e){return qk($a,e)}s(DT,"bigint");var Uu=w("ZodBigIntFormat",(e,t)=>{Xg.init(e,t),$a.init(e,t)});function zT(e){return Gk(Uu,e)}s(zT,"int64");function _T(e){return Wk(Uu,e)}s(_T,"uint64");var gb=w("ZodSymbol",(e,t)=>{Qg.init(e,t),se.init(e,t),e._zod.processJSONSchema=(n,i,r)=>ky(e,n,i,r)});function $T(e){return Hk(gb,e)}s($T,"symbol");var vb=w("ZodUndefined",(e,t)=>{ev.init(e,t),se.init(e,t),e._zod.processJSONSchema=(n,i,r)=>by(e,n,i,r)});function NT(e){return Kk(vb,e)}s(NT,"_undefined");var kb=w("ZodNull",(e,t)=>{tv.init(e,t),se.init(e,t),e._zod.processJSONSchema=(n,i,r)=>yy(e,n,i,r)});function yb(e){return Yk(kb,e)}s(yb,"_null");var bb=w("ZodAny",(e,t)=>{nv.init(e,t),se.init(e,t),e._zod.processJSONSchema=(n,i,r)=>wy(e,n,i,r)});function jT(){return Xk(bb)}s(jT,"any");var xb=w("ZodUnknown",(e,t)=>{rv.init(e,t),se.init(e,t),e._zod.processJSONSchema=(n,i,r)=>Cy(e,n,i,r)});function gi(){return Qk(xb)}s(gi,"unknown");var Ab=w("ZodNever",(e,t)=>{iv.init(e,t),se.init(e,t),e._zod.processJSONSchema=(n,i,r)=>Ay(e,n,i,r)});function Vu(e){return ey(Ab,e)}s(Vu,"never");var wb=w("ZodVoid",(e,t)=>{av.init(e,t),se.init(e,t),e._zod.processJSONSchema=(n,i,r)=>xy(e,n,i,r)});function MT(e){return ty(wb,e)}s(MT,"_void");var ss=w("ZodDate",(e,t)=>{ov.init(e,t),se.init(e,t),e._zod.processJSONSchema=(i,r,a)=>Sy(e,i,r,a),e.min=(i,r)=>e.check(Et(i,r)),e.max=(i,r)=>e.check(Wt(i,r));let n=e._zod.bag;e.minDate=n.minimum?new Date(n.minimum):null,e.maxDate=n.maximum?new Date(n.maximum):null});function OT(e){return ny(ss,e)}s(OT,"date");var Cb=w("ZodArray",(e,t)=>{sv.init(e,t),se.init(e,t),e._zod.processJSONSchema=(n,i,r)=>My(e,n,i,r),e.element=t.element,e.min=(n,i)=>e.check(pr(n,i)),e.nonempty=n=>e.check(pr(1,n)),e.max=(n,i)=>e.check(hi(n,i)),e.length=(n,i)=>e.check(fi(n,i)),e.unwrap=()=>e.element});function ls(e,t){return ay(Cb,e,t)}s(ls,"array");function RT(e){let t=e._zod.def.shape;return qu(Object.keys(t))}s(RT,"keyof");var cs=w("ZodObject",(e,t)=>{lv.init(e,t),se.init(e,t),e._zod.processJSONSchema=(n,i,r)=>Oy(e,n,i,r),_.defineLazy(e,"shape",()=>t.shape),e.keyof=()=>qu(Object.keys(e._zod.def.shape)),e.catchall=n=>e.clone({...e._zod.def,catchall:n}),e.passthrough=()=>e.clone({...e._zod.def,catchall:gi()}),e.loose=()=>e.clone({...e._zod.def,catchall:gi()}),e.strict=()=>e.clone({...e._zod.def,catchall:Vu()}),e.strip=()=>e.clone({...e._zod.def,catchall:void 0}),e.extend=n=>_.extend(e,n),e.safeExtend=n=>_.safeExtend(e,n),e.merge=n=>_.merge(e,n),e.pick=n=>_.pick(e,n),e.omit=n=>_.omit(e,n),e.partial=(...n)=>_.partial(Gu,e,n[0]),e.required=(...n)=>_.required(Wu,e,n[0])});function LT(e,t){let n={type:"object",shape:e??{},..._.normalizeParams(t)};return new cs(n)}s(LT,"object");function BT(e,t){return new cs({type:"object",shape:e,catchall:Vu(),..._.normalizeParams(t)})}s(BT,"strictObject");function UT(e,t){return new cs({type:"object",shape:e,catchall:gi(),..._.normalizeParams(t)})}s(UT,"looseObject");var us=w("ZodUnion",(e,t)=>{Jo.init(e,t),se.init(e,t),e._zod.processJSONSchema=(n,i,r)=>hu(e,n,i,r),e.options=t.options});function Zu(e,t){return new us({type:"union",options:e,..._.normalizeParams(t)})}s(Zu,"union");var Sb=w("ZodXor",(e,t)=>{us.init(e,t),cv.init(e,t),e._zod.processJSONSchema=(n,i,r)=>hu(e,n,i,r),e.options=t.options});function VT(e,t){return new Sb({type:"union",options:e,inclusive:!1,..._.normalizeParams(t)})}s(VT,"xor");var Eb=w("ZodDiscriminatedUnion",(e,t)=>{us.init(e,t),uv.init(e,t)});function ZT(e,t,n){return new Eb({type:"union",options:t,discriminator:e,..._.normalizeParams(n)})}s(ZT,"discriminatedUnion");var Tb=w("ZodIntersection",(e,t)=>{pv.init(e,t),se.init(e,t),e._zod.processJSONSchema=(n,i,r)=>Ry(e,n,i,r)});function Pb(e,t){return new Tb({type:"intersection",left:e,right:t})}s(Pb,"intersection");var Fb=w("ZodTuple",(e,t)=>{Oc.init(e,t),se.init(e,t),e._zod.processJSONSchema=(n,i,r)=>Ly(e,n,i,r),e.rest=n=>e.clone({...e._zod.def,rest:n})});function Ib(e,t,n){let i=t instanceof X,r=i?n:t,a=i?t:null;return new Fb({type:"tuple",items:e,rest:a,..._.normalizeParams(r)})}s(Ib,"tuple");var ps=w("ZodRecord",(e,t)=>{dv.init(e,t),se.init(e,t),e._zod.processJSONSchema=(n,i,r)=>By(e,n,i,r),e.keyType=t.keyType,e.valueType=t.valueType});function Db(e,t,n){return new ps({type:"record",keyType:e,valueType:t,..._.normalizeParams(n)})}s(Db,"record");function qT(e,t,n){let i=St(e);return i._zod.values=void 0,new ps({type:"record",keyType:i,valueType:t,..._.normalizeParams(n)})}s(qT,"partialRecord");function JT(e,t,n){return new ps({type:"record",keyType:e,valueType:t,mode:"loose",..._.normalizeParams(n)})}s(JT,"looseRecord");var zb=w("ZodMap",(e,t)=>{mv.init(e,t),se.init(e,t),e._zod.processJSONSchema=(n,i,r)=>Ny(e,n,i,r),e.keyType=t.keyType,e.valueType=t.valueType,e.min=(...n)=>e.check(Jn(...n)),e.nonempty=n=>e.check(Jn(1,n)),e.max=(...n)=>e.check(Dr(...n)),e.size=(...n)=>e.check(mi(...n))});function GT(e,t,n){return new zb({type:"map",keyType:e,valueType:t,..._.normalizeParams(n)})}s(GT,"map");var _b=w("ZodSet",(e,t)=>{hv.init(e,t),se.init(e,t),e._zod.processJSONSchema=(n,i,r)=>jy(e,n,i,r),e.min=(...n)=>e.check(Jn(...n)),e.nonempty=n=>e.check(Jn(1,n)),e.max=(...n)=>e.check(Dr(...n)),e.size=(...n)=>e.check(mi(...n))});function WT(e,t){return new _b({type:"set",valueType:e,..._.normalizeParams(t)})}s(WT,"set");var Fa=w("ZodEnum",(e,t)=>{fv.init(e,t),se.init(e,t),e._zod.processJSONSchema=(i,r,a)=>Ey(e,i,r,a),e.enum=t.entries,e.options=Object.values(t.entries);let n=new Set(Object.keys(t.entries));e.extract=(i,r)=>{let a={};for(let o of i)if(n.has(o))a[o]=t.entries[o];else throw new Error(`Key ${o} not found in enum`);return new Fa({...t,checks:[],..._.normalizeParams(r),entries:a})},e.exclude=(i,r)=>{let a={...t.entries};for(let o of i)if(n.has(o))delete a[o];else throw new Error(`Key ${o} not found in enum`);return new Fa({...t,checks:[],..._.normalizeParams(r),entries:a})}});function qu(e,t){let n=Array.isArray(e)?Object.fromEntries(e.map(i=>[i,i])):e;return new Fa({type:"enum",entries:n,..._.normalizeParams(t)})}s(qu,"_enum");function HT(e,t){return new Fa({type:"enum",entries:e,..._.normalizeParams(t)})}s(HT,"nativeEnum");var $b=w("ZodLiteral",(e,t)=>{gv.init(e,t),se.init(e,t),e._zod.processJSONSchema=(n,i,r)=>Ty(e,n,i,r),e.values=new Set(t.values),Object.defineProperty(e,"value",{get(){if(t.values.length>1)throw new Error("This schema contains multiple valid literal values. Use `.values` instead.");return t.values[0]}})});function KT(e,t){return new $b({type:"literal",values:Array.isArray(e)?e:[e],..._.normalizeParams(t)})}s(KT,"literal");var Nb=w("ZodFile",(e,t)=>{vv.init(e,t),se.init(e,t),e._zod.processJSONSchema=(n,i,r)=>Iy(e,n,i,r),e.min=(n,i)=>e.check(Jn(n,i)),e.max=(n,i)=>e.check(Dr(n,i)),e.mime=(n,i)=>e.check(ba(Array.isArray(n)?n:[n],i))});function YT(e){return oy(Nb,e)}s(YT,"file");var jb=w("ZodTransform",(e,t)=>{kv.init(e,t),se.init(e,t),e._zod.processJSONSchema=(n,i,r)=>$y(e,n,i,r),e._zod.parse=(n,i)=>{if(i.direction==="backward")throw new Sr(e.constructor.name);n.addIssue=a=>{if(typeof a=="string")n.issues.push(_.issue(a,n.value,t));else{let o=a;o.fatal&&(o.continue=!1),o.code??(o.code="custom"),o.input??(o.input=n.value),o.inst??(o.inst=e),n.issues.push(_.issue(o))}};let r=t.transform(n.value,n);return r instanceof Promise?r.then(a=>(n.value=a,n)):(n.value=r,n)}});function Ju(e){return new jb({type:"transform",transform:e})}s(Ju,"transform");var Gu=w("ZodOptional",(e,t)=>{Rc.init(e,t),se.init(e,t),e._zod.processJSONSchema=(n,i,r)=>fu(e,n,i,r),e.unwrap=()=>e._zod.def.innerType});function rs(e){return new Gu({type:"optional",innerType:e})}s(rs,"optional");var Mb=w("ZodExactOptional",(e,t)=>{yv.init(e,t),se.init(e,t),e._zod.processJSONSchema=(n,i,r)=>fu(e,n,i,r),e.unwrap=()=>e._zod.def.innerType});function Ob(e){return new Mb({type:"optional",innerType:e})}s(Ob,"exactOptional");var Rb=w("ZodNullable",(e,t)=>{bv.init(e,t),se.init(e,t),e._zod.processJSONSchema=(n,i,r)=>Uy(e,n,i,r),e.unwrap=()=>e._zod.def.innerType});function is(e){return new Rb({type:"nullable",innerType:e})}s(is,"nullable");function XT(e){return rs(is(e))}s(XT,"nullish");var Lb=w("ZodDefault",(e,t)=>{xv.init(e,t),se.init(e,t),e._zod.processJSONSchema=(n,i,r)=>Zy(e,n,i,r),e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap});function Bb(e,t){return new Lb({type:"default",innerType:e,get defaultValue(){return typeof t=="function"?t():_.shallowClone(t)}})}s(Bb,"_default");var Ub=w("ZodPrefault",(e,t)=>{Av.init(e,t),se.init(e,t),e._zod.processJSONSchema=(n,i,r)=>qy(e,n,i,r),e.unwrap=()=>e._zod.def.innerType});function Vb(e,t){return new Ub({type:"prefault",innerType:e,get defaultValue(){return typeof t=="function"?t():_.shallowClone(t)}})}s(Vb,"prefault");var Wu=w("ZodNonOptional",(e,t)=>{wv.init(e,t),se.init(e,t),e._zod.processJSONSchema=(n,i,r)=>Vy(e,n,i,r),e.unwrap=()=>e._zod.def.innerType});function Zb(e,t){return new Wu({type:"nonoptional",innerType:e,..._.normalizeParams(t)})}s(Zb,"nonoptional");var qb=w("ZodSuccess",(e,t)=>{Cv.init(e,t),se.init(e,t),e._zod.processJSONSchema=(n,i,r)=>Dy(e,n,i,r),e.unwrap=()=>e._zod.def.innerType});function QT(e){return new qb({type:"success",innerType:e})}s(QT,"success");var Jb=w("ZodCatch",(e,t)=>{Sv.init(e,t),se.init(e,t),e._zod.processJSONSchema=(n,i,r)=>Jy(e,n,i,r),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap});function Gb(e,t){return new Jb({type:"catch",innerType:e,catchValue:typeof t=="function"?t:()=>t})}s(Gb,"_catch");var Wb=w("ZodNaN",(e,t)=>{Ev.init(e,t),se.init(e,t),e._zod.processJSONSchema=(n,i,r)=>Py(e,n,i,r)});function eP(e){return iy(Wb,e)}s(eP,"nan");var Hu=w("ZodPipe",(e,t)=>{Tv.init(e,t),se.init(e,t),e._zod.processJSONSchema=(n,i,r)=>Gy(e,n,i,r),e.in=t.in,e.out=t.out});function as(e,t){return new Hu({type:"pipe",in:e,out:t})}s(as,"pipe");var Ku=w("ZodCodec",(e,t)=>{Hu.init(e,t),Go.init(e,t)});function tP(e,t,n){return new Ku({type:"pipe",in:e,out:t,transform:n.decode,reverseTransform:n.encode})}s(tP,"codec");var Hb=w("ZodReadonly",(e,t)=>{Pv.init(e,t),se.init(e,t),e._zod.processJSONSchema=(n,i,r)=>Wy(e,n,i,r),e.unwrap=()=>e._zod.def.innerType});function Kb(e){return new Hb({type:"readonly",innerType:e})}s(Kb,"readonly");var Yb=w("ZodTemplateLiteral",(e,t)=>{Fv.init(e,t),se.init(e,t),e._zod.processJSONSchema=(n,i,r)=>Fy(e,n,i,r)});function nP(e,t){return new Yb({type:"template_literal",parts:e,..._.normalizeParams(t)})}s(nP,"templateLiteral");var Xb=w("ZodLazy",(e,t)=>{zv.init(e,t),se.init(e,t),e._zod.processJSONSchema=(n,i,r)=>Ky(e,n,i,r),e.unwrap=()=>e._zod.def.getter()});function Qb(e){return new Xb({type:"lazy",getter:e})}s(Qb,"lazy");var ex=w("ZodPromise",(e,t)=>{Dv.init(e,t),se.init(e,t),e._zod.processJSONSchema=(n,i,r)=>Hy(e,n,i,r),e.unwrap=()=>e._zod.def.innerType});function rP(e){return new ex({type:"promise",innerType:e})}s(rP,"promise");var tx=w("ZodFunction",(e,t)=>{Iv.init(e,t),se.init(e,t),e._zod.processJSONSchema=(n,i,r)=>_y(e,n,i,r)});function iP(e){return new tx({type:"function",input:Array.isArray(e?.input)?Ib(e?.input):e?.input??ls(gi()),output:e?.output??gi()})}s(iP,"_function");var ds=w("ZodCustom",(e,t)=>{_v.init(e,t),se.init(e,t),e._zod.processJSONSchema=(n,i,r)=>zy(e,n,i,r)});function aP(e){let t=new Pe({check:"custom"});return t._zod.check=e,t}s(aP,"check");function oP(e,t){return sy(ds,e??(()=>!0),t)}s(oP,"custom");function nx(e,t={}){return ly(ds,e,t)}s(nx,"refine");function rx(e){return cy(e)}s(rx,"superRefine");var sP=uy,lP=py;function cP(e,t={}){let n=new ds({type:"custom",check:"custom",fn:s(i=>i instanceof e,"fn"),abort:!0,..._.normalizeParams(t)});return n._zod.bag.Class=e,n._zod.check=i=>{i.value instanceof e||i.issues.push({code:"invalid_type",expected:e.name,input:i.value,inst:n,path:[...n._zod.def.path??[]]})},n}s(cP,"_instanceof");var uP=s((...e)=>dy({Codec:Ku,Boolean:_a,String:Ia},...e),"stringbool");function pP(e){let t=Qb(()=>Zu([wu(e),hb(),fb(),yb(),ls(t),Db(wu(),t)]));return t}s(pP,"json");function dP(e,t){return as(Ju(e),t)}s(dP,"preprocess");var J4={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 G4(e){Le({customError:e})}s(G4,"setErrorMap");function W4(){return Le().customError}s(W4,"getErrorMap");var ix;ix||(ix={});var M={...ts,...ku,iso:Pa},H4=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 K4(e,t){let n=e.$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":t??"draft-2020-12"}s(K4,"detectVersion");function Y4(e,t){if(!e.startsWith("#"))throw new Error("External $ref is not supported, only local refs (#/...) are allowed");let n=e.slice(1).split("/").filter(Boolean);if(n.length===0)return t.rootSchema;let i=t.version==="draft-2020-12"?"$defs":"definitions";if(n[0]===i){let r=n[1];if(!r||!t.defs[r])throw new Error(`Reference not found: ${e}`);return t.defs[r]}throw new Error(`Reference not found: ${e}`)}s(Y4,"resolveRef");function mP(e,t){if(e.not!==void 0){if(typeof e.not=="object"&&Object.keys(e.not).length===0)return M.never();throw new Error("not is not supported in Zod (except { not: {} } for never)")}if(e.unevaluatedItems!==void 0)throw new Error("unevaluatedItems is not supported");if(e.unevaluatedProperties!==void 0)throw new Error("unevaluatedProperties is not supported");if(e.if!==void 0||e.then!==void 0||e.else!==void 0)throw new Error("Conditional schemas (if/then/else) are not supported");if(e.dependentSchemas!==void 0||e.dependentRequired!==void 0)throw new Error("dependentSchemas and dependentRequired are not supported");if(e.$ref){let r=e.$ref;if(t.refs.has(r))return t.refs.get(r);if(t.processing.has(r))return M.lazy(()=>{if(!t.refs.has(r))throw new Error(`Circular reference not resolved: ${r}`);return t.refs.get(r)});t.processing.add(r);let a=Y4(r,t),o=pt(a,t);return t.refs.set(r,o),t.processing.delete(r),o}if(e.enum!==void 0){let r=e.enum;if(t.version==="openapi-3.0"&&e.nullable===!0&&r.length===1&&r[0]===null)return M.null();if(r.length===0)return M.never();if(r.length===1)return M.literal(r[0]);if(r.every(o=>typeof o=="string"))return M.enum(r);let a=r.map(o=>M.literal(o));return a.length<2?a[0]:M.union([a[0],a[1],...a.slice(2)])}if(e.const!==void 0)return M.literal(e.const);let n=e.type;if(Array.isArray(n)){let r=n.map(a=>{let o={...e,type:a};return mP(o,t)});return r.length===0?M.never():r.length===1?r[0]:M.union(r)}if(!n)return M.any();let i;switch(n){case"string":{let r=M.string();if(e.format){let a=e.format;a==="email"?r=r.check(M.email()):a==="uri"||a==="uri-reference"?r=r.check(M.url()):a==="uuid"||a==="guid"?r=r.check(M.uuid()):a==="date-time"?r=r.check(M.iso.datetime()):a==="date"?r=r.check(M.iso.date()):a==="time"?r=r.check(M.iso.time()):a==="duration"?r=r.check(M.iso.duration()):a==="ipv4"?r=r.check(M.ipv4()):a==="ipv6"?r=r.check(M.ipv6()):a==="mac"?r=r.check(M.mac()):a==="cidr"?r=r.check(M.cidrv4()):a==="cidr-v6"?r=r.check(M.cidrv6()):a==="base64"?r=r.check(M.base64()):a==="base64url"?r=r.check(M.base64url()):a==="e164"?r=r.check(M.e164()):a==="jwt"?r=r.check(M.jwt()):a==="emoji"?r=r.check(M.emoji()):a==="nanoid"?r=r.check(M.nanoid()):a==="cuid"?r=r.check(M.cuid()):a==="cuid2"?r=r.check(M.cuid2()):a==="ulid"?r=r.check(M.ulid()):a==="xid"?r=r.check(M.xid()):a==="ksuid"&&(r=r.check(M.ksuid()))}typeof e.minLength=="number"&&(r=r.min(e.minLength)),typeof e.maxLength=="number"&&(r=r.max(e.maxLength)),e.pattern&&(r=r.regex(new RegExp(e.pattern))),i=r;break}case"number":case"integer":{let r=n==="integer"?M.number().int():M.number();typeof e.minimum=="number"&&(r=r.min(e.minimum)),typeof e.maximum=="number"&&(r=r.max(e.maximum)),typeof e.exclusiveMinimum=="number"?r=r.gt(e.exclusiveMinimum):e.exclusiveMinimum===!0&&typeof e.minimum=="number"&&(r=r.gt(e.minimum)),typeof e.exclusiveMaximum=="number"?r=r.lt(e.exclusiveMaximum):e.exclusiveMaximum===!0&&typeof e.maximum=="number"&&(r=r.lt(e.maximum)),typeof e.multipleOf=="number"&&(r=r.multipleOf(e.multipleOf)),i=r;break}case"boolean":{i=M.boolean();break}case"null":{i=M.null();break}case"object":{let r={},a=e.properties||{},o=new Set(e.required||[]);for(let[c,u]of Object.entries(a)){let p=pt(u,t);r[c]=o.has(c)?p:p.optional()}if(e.propertyNames){let c=pt(e.propertyNames,t),u=e.additionalProperties&&typeof e.additionalProperties=="object"?pt(e.additionalProperties,t):M.any();if(Object.keys(r).length===0){i=M.record(c,u);break}let p=M.object(r).passthrough(),d=M.looseRecord(c,u);i=M.intersection(p,d);break}if(e.patternProperties){let c=e.patternProperties,u=Object.keys(c),p=[];for(let m of u){let h=pt(c[m],t),v=M.string().regex(new RegExp(m));p.push(M.looseRecord(v,h))}let d=[];if(Object.keys(r).length>0&&d.push(M.object(r).passthrough()),d.push(...p),d.length===0)i=M.object({}).passthrough();else if(d.length===1)i=d[0];else{let m=M.intersection(d[0],d[1]);for(let h=2;h<d.length;h++)m=M.intersection(m,d[h]);i=m}break}let l=M.object(r);e.additionalProperties===!1?i=l.strict():typeof e.additionalProperties=="object"?i=l.catchall(pt(e.additionalProperties,t)):i=l.passthrough();break}case"array":{let r=e.prefixItems,a=e.items;if(r&&Array.isArray(r)){let o=r.map(c=>pt(c,t)),l=a&&typeof a=="object"&&!Array.isArray(a)?pt(a,t):void 0;l?i=M.tuple(o).rest(l):i=M.tuple(o),typeof e.minItems=="number"&&(i=i.check(M.minLength(e.minItems))),typeof e.maxItems=="number"&&(i=i.check(M.maxLength(e.maxItems)))}else if(Array.isArray(a)){let o=a.map(c=>pt(c,t)),l=e.additionalItems&&typeof e.additionalItems=="object"?pt(e.additionalItems,t):void 0;l?i=M.tuple(o).rest(l):i=M.tuple(o),typeof e.minItems=="number"&&(i=i.check(M.minLength(e.minItems))),typeof e.maxItems=="number"&&(i=i.check(M.maxLength(e.maxItems)))}else if(a!==void 0){let o=pt(a,t),l=M.array(o);typeof e.minItems=="number"&&(l=l.min(e.minItems)),typeof e.maxItems=="number"&&(l=l.max(e.maxItems)),i=l}else i=M.array(M.any());break}default:throw new Error(`Unsupported type: ${n}`)}return e.description&&(i=i.describe(e.description)),e.default!==void 0&&(i=i.default(e.default)),i}s(mP,"convertBaseSchema");function pt(e,t){if(typeof e=="boolean")return e?M.any():M.never();let n=mP(e,t),i=e.type||e.enum!==void 0||e.const!==void 0;if(e.anyOf&&Array.isArray(e.anyOf)){let l=e.anyOf.map(u=>pt(u,t)),c=M.union(l);n=i?M.intersection(n,c):c}if(e.oneOf&&Array.isArray(e.oneOf)){let l=e.oneOf.map(u=>pt(u,t)),c=M.xor(l);n=i?M.intersection(n,c):c}if(e.allOf&&Array.isArray(e.allOf))if(e.allOf.length===0)n=i?n:M.any();else{let l=i?n:pt(e.allOf[0],t),c=i?0:1;for(let u=c;u<e.allOf.length;u++)l=M.intersection(l,pt(e.allOf[u],t));n=l}e.nullable===!0&&t.version==="openapi-3.0"&&(n=M.nullable(n)),e.readOnly===!0&&(n=M.readonly(n));let r={},a=["$id","id","$comment","$anchor","$vocabulary","$dynamicRef","$dynamicAnchor"];for(let l of a)l in e&&(r[l]=e[l]);let o=["contentEncoding","contentMediaType","contentSchema"];for(let l of o)l in e&&(r[l]=e[l]);for(let l of Object.keys(e))H4.has(l)||(r[l]=e[l]);return Object.keys(r).length>0&&t.registry.add(n,r),n}s(pt,"convertSchema");function hP(e,t){if(typeof e=="boolean")return e?M.any():M.never();let n=K4(e,t?.defaultTarget),i=e.$defs||e.definitions||{},r={version:n,defs:i,refs:new Map,processing:new Set,rootSchema:e,registry:t?.registry??nt};return pt(e,r)}s(hP,"fromJSONSchema");var ax={};fn(ax,{bigint:()=>tR,boolean:()=>eR,date:()=>nR,number:()=>Q4,string:()=>X4});function X4(e){return Fk(Ia,e)}s(X4,"string");function Q4(e){return Mk(za,e)}s(Q4,"number");function eR(e){return Zk(_a,e)}s(eR,"boolean");function tR(e){return Jk($a,e)}s(tR,"bigint");function nR(e){return ry(ss,e)}s(nR,"date");Le(Wo());var ne=class{constructor(t,n){this.name=t;this.formatSchema=n}static{s(this,"TokenBase")}evaluate(t){let n=t.format===null?this.getDefaultFormat():this.formatSchema.parse(t.format);return this.evaluateImpl(t,n)}getDefaultFormat(){let t=this.formatSchema.safeParse({});if(!t.success)throw new Error(`Token ${this.name} does not support default format.`);return t.data}};var rR=O.strictObject({decimalPoints:O.int().nonnegative().optional().default(0),unit:O.enum(["B","KB","MB"]).optional().default("B")}),Yu=class extends ne{static{s(this,"AttachmentFileSizeToken")}constructor(){super("attachmentFileSize",rR)}evaluateImpl(t,n){let i=t.attachmentFileContent?.byteLength??0,r=1024,a=r*r;switch(n.unit){case"B":return i.toFixed(n.decimalPoints);case"KB":return(i/r).toFixed(n.decimalPoints);case"MB":return(i/a).toFixed(n.decimalPoints);default:throw new Error(`Invalid file size unit: ${n.unit}`)}}};var iR=O.looseObject({}),Xu=class extends ne{constructor(n,i){super(n,iR);this.evaluator=i}static{s(this,"CustomToken")}async evaluateImpl(n){return this.evaluator(n)}};var vP=require("obsidian");var fP=require("obsidian");var gP=at(fP.moment),Wn=O.strictObject({momentJsFormat:O.string()});function Nr(e,t){return gP(e).format(t.momentJsFormat)}s(Nr,"formatDate");function Na(e){return gP().format(e.momentJsFormat)}s(Na,"formatNow");var $ee=at(vP.moment),aR=O.strictObject({...Wn.shape}),Qu=class extends ne{static{s(this,"DateToken")}constructor(){super("date",aR)}evaluateImpl(t,n){return Na(n)}};var oR=O.strictObject({key:O.string()}),ep=class extends ne{static{s(this,"FrontmatterToken")}constructor(){super("frontmatter",oR)}evaluateImpl(t,n){let i=Ue(t.app,t.noteFilePath);if(!i)return"";let r=t.app.metadataCache.getFileCache(i);if(!r?.frontmatter)return"";let a=fr(r.frontmatter,n.key)??"";return String(a)}};var yP=gn(kP(),1);var sR=at(yP.default),Hn=O.strictObject({case:O.enum(["lower","upper"]).optional(),slugify:O.boolean().optional(),trim:O.strictObject({length:O.int().positive(),side:O.enum(["left","right"])}).optional()});function Kn(e,t){switch(t.trim?.side){case"left":e=e.slice(0,t.trim.length);break;case"right":e=e.slice(-t.trim.length);break;case void 0:break;default:throw new Error(`Invalid trim side: ${t.trim?.side??""}`)}switch(t.slugify&&(e=sR(e)),t.case){case"lower":return e.toLowerCase();case void 0:return e;case"upper":return e.toUpperCase();default:throw new Error(`Invalid case: ${t.case}`)}}s(Kn,"formatString");var lR=O.strictObject({...Hn.shape}),tp=class extends ne{static{s(this,"GeneratedAttachmentFileNameToken")}constructor(){super("generatedAttachmentFileName",lR)}evaluateImpl(t,n){return Kn(t.generatedAttachmentFileName,n)}};var cR=O.strictObject({}),np=class extends ne{static{s(this,"GeneratedAttachmentFilePathToken")}constructor(){super("generatedAttachmentFilePath",cR)}evaluateImpl(t){return t.generatedAttachmentFilePath}};var uR=O.strictObject({level:O.enum(["1","2","3","4","5","6","any"]).optional().default("any")}),rp=class extends ne{static{s(this,"HeadingToken")}constructor(){super("heading",uR)}async evaluateImpl(t,n){let r=(await this.initHeadings(t)).get(n.level)??"";return t.plugin.replaceSpecialCharacters(r)}async initHeadings(t){let n=new Map;if(!t.cursorLine)return n;let i=await rr(t.app,t.noteFilePath);if(!i?.headings)return n;let r=new Map;for(let a of i.headings){if(a.position.start.line>t.cursorLine)continue;let o=String(a.level),l=r.get(o)??-1;a.position.start.line>l&&(n.set(o,a.heading),r.set(o,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 pR=O.strictObject({...Wn.shape}),ip=class extends ne{static{s(this,"NoteFileCreationDateToken")}constructor(){super("noteFileCreationDate",pR)}evaluateImpl(t,n){let i=je(t.app,t.noteFilePath);return Nr(i.stat.ctime,n)}};var dR=O.strictObject({...Wn.shape}),ap=class extends ne{static{s(this,"NoteFileModificationDateToken")}constructor(){super("noteFileModificationDate",dR)}evaluateImpl(t,n){let i=je(t.app,t.noteFilePath);return Nr(i.stat.mtime,n)}};var mR=O.strictObject({...Hn.shape}),op=class extends ne{static{s(this,"NoteFileNameToken")}constructor(){super("noteFileName",mR)}evaluateImpl(t,n){return Kn(t.noteFileName,n)}};var hR=O.strictObject({}),sp=class extends ne{static{s(this,"NoteFilePathToken")}constructor(){super("noteFilePath",hR)}evaluateImpl(t){return t.noteFilePath}};var fR=O.strictObject({...Hn.shape,pick:O.strictObject({from:O.enum(["start","end"]),index:O.int().nonnegative().optional().default(0)}).optional()}),lp=class extends ne{static{s(this,"NoteFolderNameToken")}constructor(){super("noteFolderName",fR)}evaluateImpl(t,n){let i=t.noteFolderPath.split("/"),r=i.length-1;switch(n.pick?.from){case"end":r=i.length-1-n.pick.index;break;case"start":r=n.pick.index;break;case void 0:break;default:throw new Error(`Invalid pick from: ${n.pick?.from??""}`)}return Kn(i[r]??"",n)}};var gR=O.strictObject({}),cp=class extends ne{static{s(this,"NoteFolderPathToken")}constructor(){super("noteFolderPath",gR)}evaluateImpl(t){return t.noteFolderPath}};var vR=O.strictObject({...Wn.shape,valueWhenUnknown:O.enum(["empty","now"]).optional().default("empty")}),up=class extends ne{static{s(this,"OriginalAttachmentFileCreationDateToken")}constructor(){super("originalAttachmentFileCreationDate",vR)}evaluateImpl(t,n){return t.attachmentFileStat?.ctime!==void 0?Nr(t.attachmentFileStat.ctime,n):n.valueWhenUnknown==="now"?Na(n):""}};var kR=O.strictObject({}),pp=class extends ne{static{s(this,"OriginalAttachmentFileExtensionToken")}constructor(){super("originalAttachmentFileExtension",kR)}evaluateImpl(t){return t.originalAttachmentFileExtension}};var yR=O.strictObject({...Wn.shape,valueWhenUnknown:O.enum(["empty","now"]).optional().default("empty")}),dp=class extends ne{static{s(this,"OriginalAttachmentFileModificationDateToken")}constructor(){super("originalAttachmentFileModificationDate",yR)}evaluateImpl(t,n){return t.attachmentFileStat?.mtime!==void 0?Nr(t.attachmentFileStat.mtime,n):n.valueWhenUnknown==="now"?Na(n):""}};var bR=O.strictObject({...Hn.shape}),mp=class extends ne{static{s(this,"OriginalAttachmentFileNameToken")}constructor(){super("originalAttachmentFileName",bR)}evaluateImpl(t,n){return Kn(t.originalAttachmentFileName,n)}};var mr=require("obsidian");var lx=class extends mr.Modal{constructor(n){super(n.ctx.app);this.options=n;ye(this.containerEl,"preview-modal")}static{s(this,"PreviewModal")}embedComponent;tempFile;onClose(){super.onClose(),this.embedComponent?.unload(),xe(async()=>{this.tempFile&&await nr(this.app,this.tempFile)})}onOpen(){super.onOpen(),xe(this.onOpenAsync.bind(this))}async onOpenAsync(){let n=this.app.embedRegistry.embedByExtension[this.options.ctx.originalAttachmentFileExtension];if(!n||!this.options.ctx.attachmentFileContent)return;let i=`${this.options.ctx.originalAttachmentFileName}.${this.options.ctx.originalAttachmentFileExtension}`;this.titleEl.setText(g(o=>o.promptWithPreviewModal.previewModal.title,{fullFileName:i}));let r=`__temp${String(Date.now())}__${i}`;this.tempFile=await this.app.vault.createBinary(r,this.options.ctx.attachmentFileContent);let a=this.contentEl.createDiv("preview-container");this.embedComponent=n({app:this.app,containerEl:a},this.tempFile),this.embedComponent.load(),this.embedComponent.loadFile()}},cx=class extends mr.Modal{constructor(n,i){super(n.ctx.app);this.options=n;this.resolve=i;ye(this.containerEl,U.PromptModal)}static{s(this,"PromptWithPreviewModal")}isOkClicked=!1;value="";onClose(){super.onClose(),this.resolve(this.isOkClicked?this.value:null)}onOpen(){super.onOpen(),xe(this.onOpenAsync.bind(this))}handleOk(n,i){n.preventDefault(),i.inputEl.checkValidity()&&(this.isOkClicked=!0,this.close())}async onOpenAsync(){this.value=await this.options.ctx.fillTemplate(this.options.defaultValue);let n=createFragment(p=>{p.appendText(g(d=>d.promptWithPreviewModal.title)),p.createEl("br"),p.appendText(this.options.ctx.fullTemplate.slice(0,this.options.ctx.tokenStartOffset)),p.createSpan({cls:"highlighted-token",text:this.options.ctx.tokenWithFormat}),p.appendText(this.options.ctx.fullTemplate.slice(this.options.ctx.tokenEndOffset))});this.titleEl.setText(n);let i=new mr.TextComponent(this.contentEl),r=i.inputEl,a=s(async()=>{let p=await this.options.valueValidator(r.value);r.setCustomValidity(p??""),r.reportValidity()},"validate");i.setValue(this.value),i.setPlaceholder(g(p=>p.promptWithPreviewModal.title)),r.addClass(U.TextBox),i.onChange(p=>{this.value=p}),r.addEventListener("keydown",p=>{p.key==="Enter"?this.handleOk(p,i):p.key==="Escape"&&this.close()}),r.addEventListener("input",kt(a)),r.addEventListener("focus",kt(a)),xe(a);let o=new mr.ButtonComponent(this.contentEl);o.setButtonText(g(p=>p.obsidianDevUtils.buttons.ok)),o.setCta(),o.onClick(p=>{this.handleOk(p,i)}),o.setClass(U.OkButton);let l=new mr.ButtonComponent(this.contentEl);l.setButtonText(g(p=>p.obsidianDevUtils.buttons.cancel)),l.onClick(this.close.bind(this)),l.setClass(U.CancelButton);let c=new mr.ButtonComponent(this.contentEl);c.setButtonText(g(p=>p.buttons.previewAttachmentFile)),c.onClick(this.preview.bind(this));let u=this.app.embedRegistry.embedByExtension[this.options.ctx.originalAttachmentFileExtension];(!this.options.ctx.attachmentFileContent||!u)&&c.setDisabled(!0)}preview(){new lx(this.options).open()}};function bP(e){return new Promise(t=>{new cx(e,t).open()})}s(bP,"promptWithPreview");var xR=O.strictObject({...Hn.shape,defaultValueTemplate:O.string().optional().default("${originalAttachmentFileName}")}),hp=class extends ne{static{s(this,"PromptToken")}constructor(){super("prompt",xR)}async evaluateImpl(t,n){if(t.actionContext==="ValidateTokens"||t.originalAttachmentFileName===xn)return xn;let i=await bP({ctx:t,defaultValue:n.defaultValueTemplate,valueValidator:s(r=>t.validatePath({areTokensAllowed:!1,path:r,plugin:t.plugin}),"valueValidator")});if(i===null)throw new Error("Prompt cancelled");return Kn(i,n)}};var AR=O.strictObject({digits:O.boolean().optional().default(!0),length:O.number().optional().default(1),letterCase:O.enum(["lower","mixed","upper"]).optional().default("upper"),letters:O.boolean().optional().default(!0)}),fp=class extends ne{static{s(this,"RandomToken")}constructor(){super("random",AR)}evaluateImpl(t,n){let i="";if(n.digits&&(i+=this.getRangeStr("0","9")),n.letters)switch(n.letterCase){case"lower":i+=this.getRangeStr("a","z");break;case"mixed":i+=this.getRangeStr("a","z")+this.getRangeStr("A","Z");break;case"upper":i+=this.getRangeStr("A","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}getRangeStr(t,n){if(t.length!==1)throw new Error(`Range must be from-to a single character: ${t} to ${n}`);if(n.length!==1)throw new Error(`Range must be from-to a single character: ${t} to ${n}`);let i="";for(let r=t.charCodeAt(0);r<=n.charCodeAt(0);r++)i+=String.fromCharCode(r);return i}};var wR=O.strictObject({length:O.number().optional().default(1)}),gp=class extends ne{static{s(this,"SequenceNumberToken")}constructor(){super("sequenceNumber",wR)}evaluateImpl(t,n){return String(t.sequenceNumber).padStart(n.length,"0")}};var CR=O.strictObject({case:O.enum(["lower","upper"]).optional().default("lower"),hyphens:O.boolean().optional().default(!0)}),vp=class extends ne{static{s(this,"UuidToken")}constructor(){super("uuid",CR)}evaluateImpl(t,n){let i=crypto.randomUUID();return n.case==="upper"&&(i=i.toUpperCase()),n.hyphens?i:i.replace(/-/g,"")}};var ER=/^\.{3,}$/,TR=/\.+$/;var dt=class e{static{s(this,"Substitutions")}static registeredTokens=new Map;static{this.registerCustomTokens("")}actionContext;noteFolderPath;plugin;app;attachmentFileContent;attachmentFileStat;cursorLine;generatedAttachmentFileName;generatedAttachmentFilePath;noteFileName;noteFilePath;noteFolderName;oldNoteFileName;oldNoteFilePath;oldNoteFolderName;oldNoteFolderPath;originalAttachmentFileExtension;originalAttachmentFileName;sequenceNumber;constructor(t){this.plugin=t.plugin,this.app=t.plugin.app,this.actionContext=t.actionContext,this.noteFilePath=t.noteFilePath,this.noteFileName=Oe(this.noteFilePath,et(this.noteFilePath)),this.noteFolderName=kp(Oe(Ie(this.noteFilePath))),this.noteFolderPath=kp(Ie(this.noteFilePath)),this.oldNoteFilePath=t.oldNoteFilePath??"",this.oldNoteFileName=Oe(this.oldNoteFilePath,et(this.oldNoteFilePath)),this.oldNoteFolderName=kp(Oe(Ie(this.oldNoteFilePath))),this.oldNoteFolderPath=kp(Ie(this.oldNoteFilePath));let n=t.originalAttachmentFileName??"",i=et(n);if(this.originalAttachmentFileName=Oe(n,i),this.originalAttachmentFileExtension=i.slice(1),this.attachmentFileContent=t.attachmentFileContent,this.attachmentFileStat=t.attachmentFileStat,this.generatedAttachmentFileName=t.generatedAttachmentFileName??"",this.generatedAttachmentFilePath=t.generatedAttachmentFilePath??"",t.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=t.cursorLine;this.sequenceNumber=t.sequenceNumber}static isRegisteredToken(t){return e.registeredTokens.has(t.toLowerCase())}static registerCustomTokens(t){this.registeredTokens.clear(),this.registerToken(new Yu),this.registerToken(new Qu),this.registerToken(new ep),this.registerToken(new tp),this.registerToken(new np),this.registerToken(new rp),this.registerToken(new ip),this.registerToken(new ap),this.registerToken(new op),this.registerToken(new sp),this.registerToken(new lp),this.registerToken(new cp),this.registerToken(new up),this.registerToken(new pp),this.registerToken(new dp),this.registerToken(new mp),this.registerToken(new hp),this.registerToken(new fp),this.registerToken(new gp),this.registerToken(new vp);let n=ux(t)??[];for(let i of n)this.registerToken(i)}static registerToken(t){this.registeredTokens.set(t.name.toLowerCase(),t)}async fillTemplate(t){let i=new AbortController().signal,r=ia(t),a="",o=0;for(let l of r){i.throwIfAborted(),a+=t.slice(o,l.start),o=l.end;let c=e.registeredTokens.get(l.token.toLowerCase());if(!c)throw new Error(`Unknown token '${l.token}'.`);let u=l.formatText===null?null:ff(l.formatText,l.token),p={abortSignal:i,actionContext:this.actionContext,app:this.app,attachmentFileContent:this.attachmentFileContent,attachmentFileStat:this.attachmentFileStat,cursorLine:this.cursorLine,fillTemplate:this.fillTemplate.bind(this),format:u,fullTemplate:t,generatedAttachmentFileName:this.generatedAttachmentFileName,generatedAttachmentFilePath:this.generatedAttachmentFilePath,noteFileName:this.noteFileName,noteFilePath:this.noteFilePath,noteFolderName:this.noteFolderName,noteFolderPath:this.noteFolderPath,obsidian:SR,oldNoteFileName:this.oldNoteFileName,oldNoteFilePath:this.oldNoteFilePath,oldNoteFolderName:this.oldNoteFolderName,oldNoteFolderPath:this.oldNoteFolderPath,originalAttachmentFileExtension:this.originalAttachmentFileExtension,originalAttachmentFileName:this.originalAttachmentFileName,plugin:this.plugin,sequenceNumber:this.sequenceNumber??0,token:l.token,tokenEndOffset:l.end,tokenStartOffset:l.start,tokenWithFormat:l.raw,validatePath:ki},d=await c.evaluate(p);if(i.throwIfAborted(),typeof d!="string")throw console.error("Token returned non-string value.",{ctx:p,result:d}),new Error("Token returned non-string value");a+=d}return a+=t.slice(o),a}};function ux(e){let t=[];try{return new Function("registerCustomToken",e)(n),t}catch(i){return bn(new Error("Error registering custom tokens",{cause:i})),null}function n(i,r){t.push(new Xu(i,r))}s(n,"registerCustomToken")}s(ux,"parseCustomTokens");async function hs(e){switch(e.tokenValidationMode){case"Error":{if(ia(e.fileName,{throwOnError:!1}).length>0)return"Tokens are not allowed in file name";break}case"Skip":break;case"Validate":{let n=await xP(e.plugin,e.fileName);if(n)return n;break}default:throw new Error(`Invalid token validation mode: ${e.tokenValidationMode}`)}let t;try{t=FR(e.fileName)}catch{return`Invalid token syntax in file name "${e.fileName}"`}return t==="."||t===".."?e.areSingleDotsAllowed?"":"Single dots are not allowed in file name":t?Xl().test(t)?`File name "${e.fileName}" contains invalid symbols`:ER.test(t)?`File name "${e.fileName}" contains more than two dots`:TR.test(t)?`File name "${e.fileName}" contains trailing dots`:"":e.isEmptyAllowed?"":"File name is empty"}s(hs,"validateFileName");async function ki(e){if(e.areTokensAllowed){let i=await xP(e.plugin,e.path);if(i)return`Unknown token: ${i}`}else if(ia(e.path,{throwOnError:!1}).length>0)return"Tokens are not allowed in path";let t=_i(e.path,"/");if(t=Dn(t,"/"),t==="")return"";let n=t.split("/");for(let i of n){let r=await hs({areSingleDotsAllowed:!0,fileName:i,isEmptyAllowed:!0,plugin:e.plugin,tokenValidationMode:"Skip"});if(r)return r}return""}s(ki,"validatePath");function kp(e){return e==="."?"":e}s(kp,"dotToEmpty");function PR(e){return ia(e,{throwOnError:!1})}s(PR,"extractTokens");function FR(e){let t=ia(e),n="",i=0;for(let r of t)n+=e.slice(i,r.start),n+=`__${r.token}__`,i=r.end;return n+=e.slice(i),n}s(FR,"removeTokens");async function xP(e,t){let n=new dt({actionContext:"ValidateTokens",noteFilePath:xn,originalAttachmentFileName:xn,plugin:e}),i;try{i=PR(t)}catch(r){return`Invalid token syntax: ${r.message}`}for(let r of i){if(!dt.isRegisteredToken(r.token))return`Unknown token '${r.token}'.`;if(r.formatText!==null)try{ff(r.formatText,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}s(xP,"validateTokens");async function gs(e,t,n,i,r,a,o){return await zR(e,new dt({actionContext:t,attachmentFileContent:a,attachmentFileStat:o,noteFilePath:n,oldNoteFilePath:r,originalAttachmentFileName:i,plugin:e}))}s(gs,"getAttachmentFolderFullPathForPath");async function ja(e,t){let n;switch(t.actionContext){case"CollectAttachments":n=e.settings.collectedAttachmentFileName;break;case"RenameNote":n=e.settings.renamedAttachmentFileName;break;default:n=e.settings.generatedAttachmentFileName;break}n||=e.settings.generatedAttachmentFileName;let i=await wP(e,n,t,!0),r=await ki({areTokensAllowed:!1,path:i,plugin:e});if(!r){let o=i.split("/").at(-1)??"";r=await hs({areSingleDotsAllowed:!1,fileName:o,isEmptyAllowed:!1,plugin:e,tokenValidationMode:"Error"})}if(r){new fs.Notice(createFragment(o=>{o.appendText(g(l=>l.notice.generatedAttachmentFileNameIsInvalid.part1,{path:i,validationMessage:r})),o.appendText(" "),G(o,g(l=>l.pluginSettingsTab.generatedAttachmentFileName.name)),o.appendText(" "),o.appendText(g(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,t),new Error(a)}return i}s(ja,"getGeneratedAttachmentFileBaseName");function DR(e,t){let n=t.trimEnd();return n==="."||n===".."||(n=n.replace(/[\s.]+$/,""),n=e.replaceSpecialCharacters(n)),n}s(DR,"cleanFilePathPart");async function zR(e,t){return await wP(e,e.settings.attachmentFolderPath,t,!1)}s(zR,"getAttachmentFolderPath");function AP(e){return e==="."||e.startsWith("./")||e===".."||e.startsWith("../")}s(AP,"isRelativePath");async function wP(e,t,n,i){try{let r=await n.fillTemplate(t);r=r.split("/").map(l=>DR(e,l)).join("/");let o=await ki({areTokensAllowed:!1,path:r,plugin:e});if(o)throw new Error(`Resolved path ${r} is invalid: ${o}`);if(i||(AP(r)&&(r=Re(n.noteFolderPath,r)),r=(0,fs.normalizePath)(r)),r==="."&&(r=""),AP(r))throw new Error("Resolved path should be absolute");return r}catch(r){throw new fs.Notice(g(a=>a.notice.couldNotResolveTemplatePath,{template:t})),console.error("Could not resolve template path",{substitutions:n,template:t}),bn(r),r}}s(wP,"resolvePathTemplate");var Oa=require("obsidian");var yi=require("obsidian");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var CP=null,px=class{static{s(this,"FixedZIndexDomEventsHandlersInfo")}constructor(t,n,i){this.app=t,this.path=n,i.isConnected?this.updateZIndex(i):i.onNodeInserted(()=>{this.updateZIndex(i)})}get hoverPopover(){return this._hoverPopover}set hoverPopover(t){this._hoverPopover=t,t&&this.zIndex!==void 0&&t.hoverEl.setCssStyles({zIndex:String(this.zIndex)})}_hoverPopover=null;zIndex;updateZIndex(t){this.zIndex=b0(t)+1}};async function _R(e){let t=e.sourcePath??"/",n=!1,i;e.component?i=e.component:(i=new yi.Component,i.load(),n=!0),await fh(e.app.embedRegistry.embedByExtension,{md:s(r=>(a,o,l)=>(a.displayMode=!1,r(a,o,l)),"md")},async()=>{await yi.MarkdownRenderer.render(e.app,e.markdown,e.el,t,i)}),n&&i.unload(),e.shouldRegisterLinkHandlers&&await SP(e.app,e.el,e.sourcePath)}s(_R,"fullRender");async function SP(e,t,n){CP??=await $R(e),yi.MarkdownPreviewRenderer.registerDomEvents(t,new CP(new px(e,n??"",t)))}s(SP,"registerLinkHandlers");async function Ma(e,t,n){let i=Xt(e,t),r=we(e,t);if(n??=r,Vt(i))return createEl("a",{text:n},l=>{l.addEventListener("click",c=>{c.preventDefault(),e.internalPlugins.getEnabledPluginById(It.FileExplorer)?.revealInFolder(i)})});let a=createSpan();await _R({app:e,el:a,markdown:`[[${r}|${n}]]`});let o=a.find("a");return await SP(e,o),o}s(Ma,"renderInternalLink");async function $R(e){let t=e.vault.getMarkdownFiles()[0],n=!1;t||(t=await e.vault.create("__temp.md",""),n=!0);let i=null;try{return await fh(yi.MarkdownPreviewRenderer,{registerDomEvents:s(r=>(a,o,l)=>{i=o.constructor,r(a,o,l)},"registerDomEvents")},async()=>{let r=e.workspace.getLeaf(!0);await r.openFile(t,{active:!0,state:{mode:"preview"}}),await Ns(),r.detach()}),Ft(i,"Failed to get register dom events handlers constructor"),i}finally{n&&await nr(e,t)}}s($R,"getDomEventsHandlersConstructor");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var yp=class{static{s(this,"PathSetting")}constructor(t){this.type=t,this.defaultRegExp=NR(t),this.regExp=this.defaultRegExp}get array(){return this._array}set array(t){this._array=t.filter(Boolean),this.regExp=jR(this._array,this.defaultRegExp)}_array=[];defaultRegExp;regExp;isPathIgnored(t){switch(this.type){case"Exclude":return this.regExp.test(t);case"Include":return!this.regExp.test(t);default:throw new Error(`Invalid path setting type: ${this.type}`)}}},vs=class{static{s(this,"PathSettings")}get excludePaths(){return this._excludePaths.array}set excludePaths(t){this._excludePaths.array=t}get includePaths(){return this._includePaths.array}set includePaths(t){this._includePaths.array=t}_excludePaths=new yp("Exclude");_includePaths=new yp("Include");isPathIgnored(t){return this._includePaths.isPathIgnored(t)||this._excludePaths.isPathIgnored(t)}};function NR(e){switch(e){case"Exclude":return d0;case"Include":return p0;default:throw new Error(`Invalid path setting type: ${e}`)}}s(NR,"getDefaultRegExp");function jR(e,t){if(e.length===0)return t;let n=e.map(i=>i==="/"?t.source:i.startsWith("/")&&i.endsWith("/")?i.slice(1,-1):(i=Dn(i,"/"),`^${Ya(i)}(/|$)`)).map(i=>`(${i})`).join("|");return new RegExp(n)}s(jR,"makeRegExp");var dx=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 bp=class{static{s(this,"PluginSettings")}attachmentFolderPath="./assets/${noteFileName}";attachmentRenameMode="Only pasted images";collectAttachmentUsedByMultipleNotesMode="Skip";collectedAttachmentFileName="";convertImagesToJpegMode="None";defaultImageSize="";defaultImageSizeDimension="width";duplicateNameSeparator=" ";emptyFolderBehavior=Jt.DeleteWithEmptyParents;generatedAttachmentFileName="file-${date:{momentJsFormat:'YYYYMMDDHHmmssSSS'}}";jpegQuality=.8;markdownUrlFormat="";moveAttachmentToProperFolderUsedByMultipleNotesMode="CopyAll";renamedAttachmentFileName="";shouldDeleteOrphanAttachments=!1;shouldHandleRenames=!0;shouldRenameAttachmentFiles=!1;shouldRenameAttachmentFolder=!0;shouldRenameCollectedAttachments=!1;specialCharacters="#^[]|*\\<>:?/";specialCharactersReplacement="-";timeoutInSeconds=5;treatAsAttachmentExtensions=[".excalidraw.md"];version="";get customTokensStr(){return this._customTokensStr}set customTokensStr(t){this._customTokensStr=t}get excludePaths(){return this._pathSettings.excludePaths}set excludePaths(t){this._pathSettings.excludePaths=t}get excludePathsFromAttachmentCollecting(){return this._attachmentCollectingPaths.excludePaths}set excludePathsFromAttachmentCollecting(t){this._attachmentCollectingPaths.excludePaths=t}get includePaths(){return this._pathSettings.includePaths}set includePaths(t){this._pathSettings.includePaths=t}get specialCharactersRegExp(){return new RegExp(`[${Ya(this.specialCharacters)}]+`,"gu")}_attachmentCollectingPaths=new vs;_customTokensStr="";_pathSettings=new vs;getTimeoutInMilliseconds(){return this.timeoutInSeconds===0?Ad:this.timeoutInSeconds*1e3}isExcludedFromAttachmentCollecting(t){return this._attachmentCollectingPaths.isPathIgnored(t)}isPathIgnored(t){return this._pathSettings.isPathIgnored(t)}};var mx=class extends Oa.Modal{constructor(n,i,r,a,o){super(n);this.attachmentPath=i;this.backlinks=r;this.resolve=a;this.isCancelMode=o}static{s(this,"CollectAttachmentUsedByMultipleNotesModal")}isSelected=!1;onClose(){this.isSelected||this.select("Cancel",!1)}onOpen(){super.onOpen(),xe(()=>this.onOpenAsync())}async onOpenAsync(){super.onOpen(),new Oa.Setting(this.contentEl).setName(g(r=>r.collectAttachmentUsedByMultipleNotesModal.heading)).setHeading(),this.contentEl.appendChild(await js(async r=>{r.appendText(g(a=>a.collectAttachmentUsedByMultipleNotesModal.content.part1)),r.appendText(" "),r.appendChild(await Ma(this.app,this.attachmentPath)),r.appendText(" "),r.appendText(g(a=>a.collectAttachmentUsedByMultipleNotesModal.content.part2)),r.appendChild(await Rd("ul",{},async a=>{for(let o of this.backlinks)a.appendChild(await Rd("li",{},async l=>{l.appendChild(await Ma(this.app,o))}))}))}));let n=!1;this.isCancelMode||new Oa.Setting(this.contentEl).setName(g(r=>r.collectAttachmentUsedByMultipleNotesModal.shouldUseSameActionForOtherProblematicAttachmentsToggle)).addToggle(r=>{r.setValue(!1),r.onChange(a=>{n=a})});let i=new Oa.Setting(this.contentEl);this.isCancelMode||i.addButton(r=>{r.setButtonText(g(a=>a.buttons.skip)),r.onClick(()=>{this.select("Skip",n)})}).addButton(r=>{r.setButtonText(g(a=>a.buttons.move)),r.onClick(()=>{this.select("Move",n)})}).addButton(r=>{r.setButtonText(g(a=>a.buttons.copy)),r.onClick(()=>{this.select("Copy",n)})}),i.addButton(r=>{r.setButtonText(g(a=>a.obsidianDevUtils.buttons.cancel)),r.onClick(()=>{this.select("Cancel",n)})})}select(n,i){this.isSelected=!0,this.resolve({mode:n,shouldUseSameActionForOtherProblematicAttachments:i}),this.close()}};function fx(e,t,n,i){return new Promise(r=>{new mx(e,t,n,r,i??!1).open()})}s(fx,"selectMode");async function MR(e,t,n,i){i.throwIfAborted();let r=e.app;if(n.isAborted)return;let a=new bi.Notice(g(o=>o.notice.collectingAttachments,{noteFilePath:t.path}),0);try{let o=er(r,t),l=new Set,c=await rr(r,t);if(i.throwIfAborted(),n.isAborted||!c)return;let u=o?await OR(r,t):en(c);i.throwIfAborted();for(let p of u){if(n.isAborted)return;let d=await RR(e,p,t.path,t.path,l);if(i.throwIfAborted(),!d)continue;if(e.settings.isExcludedFromAttachmentCollecting(d.oldAttachmentPath)){console.warn(`Skipping collecting attachment ${d.oldAttachmentPath} as it is excluded from attachment collecting.`);continue}let m=await tn(r,d.oldAttachmentPath,{timeoutInMilliseconds:e.settings.getTimeoutInMilliseconds()});if(i.throwIfAborted(),m.keys().length>1){let v=m.keys().sort((k,C)=>k.localeCompare(C)),x=v.map(k=>`- ${k}`).join(`
|
|
`);async function A(k){if(i.throwIfAborted(),!d)return!1;switch(k){case"Cancel":return console.error(`Cancelling collecting attachments, as attachment ${d.oldAttachmentPath} is referenced by multiple notes.
|
|
${x}`),e.settings.collectAttachmentUsedByMultipleNotesMode==="Cancel"&&await fx(r,d.oldAttachmentPath,v,!0),n.isAborted=!0,!1;case"Copy":if(!d.newAttachmentPath)return console.warn(`Skipping collecting attachment ${d.oldAttachmentPath} as it is already in the destination folder.`),!1;d.newAttachmentPath=await wl(r,d.oldAttachmentPath,d.newAttachmentPath),await ti(r,t,C=>{if(An(r,C,t)?.path===d.oldAttachmentPath)return ni({app:r,link:C,newSourcePathOrFile:t,newTargetPathOrFile:d.newAttachmentPath??"",oldSourcePathOrFile:t,oldTargetPathOrFile:d.oldAttachmentPath})});break;case"Move":if(!d.newAttachmentPath)return console.warn(`Skipping collecting attachment ${d.oldAttachmentPath} as it is already in the destination folder.`),!1;await h(),i.throwIfAborted();break;case"Prompt":{let{mode:C,shouldUseSameActionForOtherProblematicAttachments:E}=await fx(r,d.oldAttachmentPath,v);return E&&(n.collectAttachmentUsedByMultipleNotesMode=C),A(C)}case"Skip":return console.warn(`Skipping collecting attachment ${d.oldAttachmentPath} as it is referenced by multiple notes.
|
|
${x}`),!1;default:throw new Error(`Unknown collect attachment used by multiple notes mode: ${e.settings.collectAttachmentUsedByMultipleNotesMode}`)}return!0}if(s(A,"applyCollectAttachmentUsedByMultipleNotesMode"),!await A(n.collectAttachmentUsedByMultipleNotesMode??e.settings.collectAttachmentUsedByMultipleNotesMode)){i.throwIfAborted();continue}}else i.throwIfAborted(),await h(),i.throwIfAborted();async function h(){i.throwIfAborted(),d?.newAttachmentPath&&(d.newAttachmentPath=await El(r,d.oldAttachmentPath,d.newAttachmentPath))}s(h,"registerMoveAttachment")}}finally{a.hide()}}s(MR,"collectAttachments");function EP(e){ri({abortSignal:e.abortSignal,app:e.app,operationFn:s(t=>TP(e,[e.app.vault.getRoot()],t),"operationFn"),operationName:g(t=>t.commands.collectAttachmentsEntireVault),timeoutInMilliseconds:e.settings.getTimeoutInMilliseconds()})}s(EP,"collectAttachmentsEntireVault");function xp(e,t){ri({abortSignal:e.abortSignal,app:e.app,operationFn:s(n=>TP(e,t,n),"operationFn"),operationName:g(n=>n.menuItems.collectAttachmentsInFile),timeoutInMilliseconds:e.settings.getTimeoutInMilliseconds()})}s(xp,"collectAttachmentsInAbstractFiles");async function gx(e){let t=await e.plugin.app.vault.readBinary(e.attachmentFile),n=e.plugin.settings.shouldRenameCollectedAttachments?Yt(await ja(e.plugin,new dt({actionContext:e.actionContext,attachmentFileContent:t,attachmentFileStat:e.attachmentFile.stat,cursorLine:Bt(e.reference)?e.reference.position.start.line:0,noteFilePath:e.noteFilePath,originalAttachmentFileName:e.attachmentFile.name,plugin:e.plugin,sequenceNumber:await e.plugin.getSequenceNumber(e.noteFilePath,e.attachmentFile.path)})),e.attachmentFile.extension):e.attachmentFile.name,i=await gs(e.plugin,e.actionContext,e.noteFilePath,n,void 0,t,e.attachmentFile.stat),r=Re(i,n);return e.attachmentFile.path===r?null:r}s(gx,"getProperAttachmentPath");function xi(e,t){if(!t||!Dt(e.app,t))return!1;let n=we(e.app,t);return e.settings.treatAsAttachmentExtensions.every(i=>!n.endsWith(i))}s(xi,"isNoteEx");async function TP(e,t,n){n.throwIfAborted();let i=t.length===1&&Me(t[0])?t[0]:null;if(i&&e.settings.isPathIgnored(i.path)){new bi.Notice(g(p=>p.notice.notePathIsIgnored)),console.warn(`Cannot collect attachments in the note as note path is ignored: ${i.path}.`);return}if(!(!!i||await Yl({app:e.app,cancelButtonText:g(p=>p.obsidianDevUtils.buttons.cancel),message:createFragment(p=>{p.appendText(g(d=>d.attachmentCollector.confirm.part1)),p.createEl("br"),p.createEl("ul",{},d=>{for(let m of t)d.createEl("li",{},h=>{G(h,m.path)})}),p.createEl("br"),p.appendText(g(d=>d.attachmentCollector.confirm.part2))}),okButtonText:g(p=>p.obsidianDevUtils.buttons.ok),title:createFragment(p=>{(0,bi.setIcon)(p.createSpan(),"lucide-alert-triangle"),p.appendText(" "),p.appendText(g(d=>d.menuItems.collectAttachmentsInFiles))})}))){n.throwIfAborted();return}e.consoleDebug(`Collect attachments in files:
|
|
${t.map(p=>p.path).join(`
|
|
`)}`);let a=new Set;for(let p of t)Me(p)&&Dt(e.app,p)&&a.add(p),Vt(p)&&bi.Vault.recurseChildren(p,d=>{Me(d)&&Dt(e.app,d)&&a.add(d)});let o=Array.from(a);o.sort((p,d)=>p.path.localeCompare(d.path));let l={},c=new AbortController,u=vn(c.signal,e.abortSignal);await Kl({abortSignal:u,buildNoticeMessage:s((p,d)=>g(m=>m.attachmentCollector.progressBar.message,{iterationStr:d,noteFilePath:p.path}),"buildNoticeMessage"),items:o,processItem:s(async p=>{if(u.throwIfAborted(),e.settings.isPathIgnored(p.path)){console.warn(`Cannot collect attachments in the note as note path is ignored: ${p.path}.`);return}await MR(e,p,l,u),u.throwIfAborted(),l.isAborted&&c.abort()},"processItem"),progressBarTitle:`${e.manifest.name}: ${g(p=>p.attachmentCollector.progressBar.title)}`,shouldContinueOnError:!0,shouldShowProgressBar:!0})}s(TP,"collectAttachmentsInAbstractFilesImpl");async function OR(e,t){return(await e.vault.readJson(t.path)).nodes.filter(r=>r.type==="file").map(r=>r.file).map(r=>({link:r,original:r,position:{end:{col:0,line:0,loc:0,offset:0},start:{col:0,line:0,loc:0,offset:0}}}))}s(OR,"getCanvasLinks");async function RR(e,t,n,i,r){let a=e.app,o=An(a,t,i,!0);return!o||xi(e,o)||r.has(o.path)?null:(r.add(o.path),o.deleted?(console.warn(`Skipping collecting attachment ${t.link} as it could not be resolved.`),null):{newAttachmentPath:await gx({actionContext:"CollectAttachments",attachmentFile:o,noteFilePath:n,plugin:e,reference:t}),oldAttachmentPath:o.path})}s(RR,"prepareAttachmentToMove");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var Ap=class{static{s(this,"CommandBase")}icon;id;name;originalId;originalName;app;plugin;constructor(t){this.id=t.id,this.name=t.name,this.icon=t.icon,this.plugin=t.plugin,this.app=this.plugin.app,this.originalId=this.id,this.originalName=this.name}register(){this.plugin.addCommand(this)}},Ai=class{static{s(this,"CommandInvocationBase")}constructor(t){this.plugin=t,this.app=t.app}app;lastCanExecuteResult;invoke(t){return this.lastCanExecuteResult=this.canExecute(),!t&&this.lastCanExecuteResult&&xe(()=>this.execute()),this.lastCanExecuteResult}async invokeAsync(t){this.lastCanExecuteResult=this.canExecute(),!t&&this.lastCanExecuteResult&&await this.execute()}canExecute(){return!0}async execute(){if(Ft(this.lastCanExecuteResult,"canExecute() must be called before execute()"),!this.lastCanExecuteResult)throw new Error("canExecute() must return true before execute()");await Promise.resolve()}};s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var Ra=class extends Ap{static{s(this,"NonEditorCommandBase")}constructor(t){super(t),this.checkCallback=this.checkCallback.bind(this)}checkCallback(t){return this.createCommandInvocation().invoke(t)}};var vx=class extends Ai{static{s(this,"CollectAttachmentsEntireVaultCommandInvocation")}constructor(t){super(t)}async execute(){EP(this.plugin),await Promise.resolve()}},wp=class extends Ra{static{s(this,"CollectAttachmentsEntireVaultCommand")}constructor(t){super({icon:"download",id:"collect-attachments-entire-vault",name:g(n=>n.commands.collectAttachmentsEntireVault),plugin:t})}createCommandInvocation(){return new vx(this.plugin)}};s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var ks=class extends Ai{static{s(this,"AbstractFileCommandInvocationBase")}_abstractFile;get abstractFile(){if(!this._abstractFile)throw new Error("Abstract file not set");return this._abstractFile}constructor(t,n){super(t),this._abstractFile=n}canExecute(){return super.canExecute()&&!!this._abstractFile}},jr=class extends Ra{static{s(this,"AbstractFileCommandBase")}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}get shouldAddCommandToSubmenu(){return this._shouldAddCommandToSubmenu}_fileMenuItemName;_fileMenuSection;_fileMenuSubmenuIcon;_filesMenuItemName;_filesMenuSection;_filesMenuSubmenuIcon;_shouldAddCommandToSubmenu;constructor(t){super(t),this._fileMenuItemName=t.fileMenuItemName,this._fileMenuSection=t.fileMenuSection,this._fileMenuSubmenuIcon=t.fileMenuSubmenuIcon,this._filesMenuItemName=t.filesMenuItemName,this._filesMenuSection=t.filesMenuSection,this._filesMenuSubmenuIcon=t.filesMenuSubmenuIcon,this._shouldAddCommandToSubmenu=t.shouldAddCommandToSubmenu}checkCallback(t){return this.shouldAddToCommandPalette()?super.checkCallback(t):!1}register(){super.register(),this.plugin.registerEvent(this.app.workspace.on("file-menu",this.handleAbstractFileMenu.bind(this))),this.plugin.registerEvent(this.app.workspace.on("files-menu",this.handleAbstractFilesMenu.bind(this)))}createCommandInvocation(t){return this.createCommandInvocationForAbstractFile(t??this.app.workspace.getActiveFile())}createCommandInvocationForAbstractFiles(t){return new kx(this.plugin,t,this.createCommandInvocationForAbstractFile.bind(this))}shouldAddToAbstractFileMenu(t,n,i){return!1}shouldAddToAbstractFilesMenu(t,n,i){for(let r of t)if(!this.shouldAddToAbstractFileMenu(r,n,i))return!1;return!0}shouldAddToCommandPalette(){return!0}handleAbstractFileMenu(t,n,i,r){if(!this.shouldAddToAbstractFileMenu(n,i,r)||!this.createCommandInvocation(n).invoke(!0))return;let a=this.fileMenuSection??this.plugin.manifest.name;this.shouldAddCommandToSubmenu&&t.setSectionSubmenu(a,{icon:this.fileMenuSubmenuIcon??"",title:a}),t.addItem(o=>{o.setTitle(this.fileMenuItemName??this.originalName).setIcon(this.icon).setSection(a).onClick(()=>this.createCommandInvocation(n).invoke(!1))})}handleAbstractFilesMenu(t,n,i,r){if(!this.shouldAddToAbstractFilesMenu(n,i,r)||!this.createCommandInvocationForAbstractFiles(n).invoke(!0))return;let a=this.filesMenuSection??this.fileMenuSection??this.plugin.manifest.name;this.shouldAddCommandToSubmenu&&t.setSectionSubmenu(a,{icon:this.filesMenuSubmenuIcon??this.fileMenuSubmenuIcon??"",title:a}),t.addItem(o=>{o.setTitle(this.filesMenuItemName??this.fileMenuItemName??this.originalName).setIcon(this.icon).setSection(a).onClick(()=>this.createCommandInvocationForAbstractFiles(n).invoke(!1))})}},hr=class extends Ai{static{s(this,"AbstractFilesCommandInvocationBase")}constructor(t,n){super(t),this.abstractFiles=n}},La=class extends ks{static{s(this,"ArrayDelegatingAbstractFileCommandInvocation")}constructor(t,n,i){super(t,n),this.createCommandInvocationForFiles=i}canExecute(){return super.canExecute()&&this.createCommandInvocationForFiles([this.abstractFile]).invoke(!0)}async execute(){await this.createCommandInvocationForFiles([this.abstractFile]).invokeAsync(!1)}},kx=class extends hr{static{s(this,"SequentialAbstractFilesCommandInvocationBase")}constructor(t,n,i){super(t,n),this.createCommandInvocationForFile=i}canExecute(){return super.canExecute()&&this.abstractFiles.length>0&&this.abstractFiles.every(t=>this.createCommandInvocationForFile(t).invoke(!0))}async execute(){for(let t of this.abstractFiles)await this.createCommandInvocationForFile(t).invokeAsync(!1)}};s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var Cp=class extends ks{static{s(this,"FolderCommandInvocationBase")}get folder(){return Ls(this._abstractFile)}canExecute(){return super.canExecute()&&!!this.folder}};var Sp=class extends jr{static{s(this,"FolderCommandBase")}constructor(t){super(t)}createCommandInvocation(t){let n=Bs(t??null)??this.app.workspace.getActiveFile()?.parent??null;return this.createCommandInvocationForFolder(n)}createCommandInvocationForAbstractFile(t){return this.createCommandInvocationForFolder(Bs(t))}createCommandInvocationForAbstractFiles(t){return this.createCommandInvocationForFolders(Bd(t))}createCommandInvocationForFolders(t){return new bx(this.plugin,t,this.createCommandInvocationForFolder.bind(this))}shouldAddToAbstractFileMenu(t,n,i){return Vt(t)?this.shouldAddToFolderMenu(t,n,i):!1}shouldAddToAbstractFilesMenu(t,n,i){return t.every(r=>Vt(r))?this.shouldAddToFoldersMenu(Bd(t),n,i):!1}shouldAddToFolderMenu(t,n,i){return!1}shouldAddToFoldersMenu(t,n,i){return!1}},yx=class extends hr{static{s(this,"FoldersCommandInvocationBase")}constructor(t,n){super(t,n),this.folders=n}},bx=class extends yx{static{s(this,"SequentialFoldersCommandInvocationBase")}constructor(t,n,i){super(t,n),this.createCommandInvocationForFolder=i}canExecute(){return super.canExecute()&&this.folders.length>0&&this.folders.every(t=>this.createCommandInvocationForFolder(t).invoke(!0))}async execute(){for(let t of this.folders)await this.createCommandInvocationForFolder(t).invokeAsync(!1)}};var xx=class extends Cp{static{s(this,"CollectAttachmentsInFolderCommandInvocation")}constructor(t,n){super(t,n)}async execute(){xp(this.plugin,[this.folder]),await Promise.resolve()}},Ep=class extends Sp{static{s(this,"CollectAttachmentsInCurrentFolderCommand")}constructor(t){super({icon:"download",id:"collect-attachments-in-current-folder",name:g(n=>n.commands.collectAttachmentsCurrentFolder),plugin:t})}createCommandInvocationForFolder(t){return new xx(this.plugin,t)}};var Ax=class extends hr{static{s(this,"CollectAttachmentsInFilesCommandInvocation")}constructor(t,n){super(t,n)}canExecute(){if(!super.canExecute())return!1;for(let t of this.abstractFiles)if(Me(t)&&!Dt(this.app,t))return!1;return!0}async execute(){xp(this.plugin,this.abstractFiles)}},Tp=class extends jr{static{s(this,"CollectAttachmentsInFileCommand")}constructor(t){super({fileMenuItemName:g(n=>n.menuItems.collectAttachmentsInFile),filesMenuItemName:g(n=>n.menuItems.collectAttachmentsInFiles),icon:"download",id:"collect-attachments-in-file",name:g(n=>n.commands.collectAttachmentsCurrentNote),plugin:t})}createCommandInvocationForAbstractFile(t){return new La(this.plugin,t,this.createCommandInvocationForAbstractFiles.bind(this))}createCommandInvocationForAbstractFiles(t){return new Ax(this.plugin,t)}shouldAddToAbstractFileMenu(){return!0}shouldAddToAbstractFilesMenu(){return!0}};var Fp=require("obsidian");var Ba=require("obsidian");var wx=class extends Ba.Modal{constructor(n,i,r,a,o){super(n);this.attachmentPath=i;this.backlinks=r;this.resolve=a;this.isCancelMode=o}static{s(this,"MoveAttachmentToProperFolderUsedByMultipleNotesModal")}isSelected=!1;selectedBacklinks=new Set;onClose(){this.isSelected||this.select("Cancel",!1)}onOpen(){super.onOpen(),xe(()=>this.onOpenAsync())}async onOpenAsync(){new Ba.Setting(this.contentEl).setName(g(r=>r.moveAttachmentToProperFolderUsedByMultipleNotesModal.heading)).setHeading(),this.contentEl.appendChild(await js(async r=>{r.appendText(g(a=>a.moveAttachmentToProperFolderUsedByMultipleNotesModal.content.part1)),r.appendText(" "),r.appendChild(await Ma(this.app,this.attachmentPath)),r.appendText(" "),r.appendText(g(a=>a.moveAttachmentToProperFolderUsedByMultipleNotesModal.content.part2)),r.createEl("br"),r.appendText(g(a=>a.moveAttachmentToProperFolderUsedByMultipleNotesModal.content.part3)),r.createEl("br");for(let a of this.backlinks)this.selectedBacklinks.add(a),r.createEl("br"),r.createEl("input",{attr:{checked:!0},type:"checkbox"}),r.appendChild(await Ma(this.app,a));r.createEl("br"),r.createEl("br")}));let n=!1;this.isCancelMode||new Ba.Setting(this.contentEl).setName(g(r=>r.moveAttachmentToProperFolderUsedByMultipleNotesModal.shouldUseSameActionForOtherProblematicAttachmentsToggle)).addToggle(r=>{r.setValue(!1),r.onChange(a=>{n=a})});let i=new Ba.Setting(this.contentEl);this.isCancelMode||i.addButton(r=>{r.setButtonText(g(a=>a.buttons.skip)),r.onClick(()=>{this.select("Skip",n)})}).addButton(r=>{r.setButtonText(g(a=>a.buttons.copyAll)),r.onClick(()=>{this.select("CopyAll",n)})}).addButton(r=>{r.setButtonText(g(a=>a.buttons.select)),r.onClick(()=>{this.select("Prompt",n)})}),i.addButton(r=>{r.setButtonText(g(a=>a.obsidianDevUtils.buttons.cancel)),r.onClick(()=>{this.select("Cancel",n)})})}select(n,i){this.isSelected=!0,this.resolve({backlinksToCopy:Array.from(this.selectedBacklinks).sort((r,a)=>r.localeCompare(a)),mode:n,shouldUseSameActionForOtherProblematicAttachments:i}),this.close()}};function Cx(e,t,n,i){return new Promise(r=>{new wx(e,t,n,r,i??!1).open()})}s(Cx,"selectMode");var Sx=class extends hr{static{s(this,"MoveAttachmentToProperFolderCommandInvocation")}constructor(t,n){super(t,n)}canExecute(){if(!super.canExecute())return!1;for(let t of this.abstractFiles)if(Me(t)&&xi(this.plugin,t))return!1;return!0}async execute(){let t=new Set;for(let o of this.abstractFiles)Me(o)&&!xi(this.plugin,o)&&t.add(o),Vt(o)&&Fp.Vault.recurseChildren(o,l=>{Me(l)&&!xi(this.plugin,l)&&t.add(l)});let n=Array.from(t);n.sort((o,l)=>o.path.localeCompare(l.path));let i=new AbortController,r=vn(i.signal,this.plugin.abortSignal),a={};await Kl({abortSignal:r,buildNoticeMessage:s((o,l)=>g(c=>c.moveAttachmentToProperFolder.progressBar.message,{attachmentFilePath:o.path,iterationStr:l}),"buildNoticeMessage"),items:n,processItem:s(async o=>{if(r.throwIfAborted(),this.plugin.settings.isPathIgnored(o.path)){console.warn(`Cannot move attachment to proper folder as attachment path is ignored: ${o.path}.`);return}await this.moveAttachmentToProperFolder(o,a)&&r.throwIfAborted()},"processItem"),progressBarTitle:`${this.plugin.manifest.name}: ${g(o=>o.moveAttachmentToProperFolder.progressBar.title)}`,shouldContinueOnError:!0,shouldShowProgressBar:!0})}async moveAttachmentToProperFolder(t,n){let i=await tn(this.plugin.app,t);if(i.keys().length===0)return new Fp.Notice(g(l=>l.moveAttachmentToProperFolder.unusedAttachment,{attachmentPath:t.path})),!0;let r=[],a=this;if(i.keys().length>1&&!await o(n.mode??this.plugin.settings.moveAttachmentToProperFolderUsedByMultipleNotesMode))return!1;for(let l of r){let c=this.plugin.app.vault.getFileByPath(l);if(!c)continue;let u=i.get(l)?.[0];if(!u)continue;let p=await gx({actionContext:"MoveAttachmentToProperFolder",attachmentFile:t,noteFilePath:l,plugin:this.plugin,reference:u});if(!p){console.warn(`Skipping moving attachment ${t.path} to proper folder as it is already in the destination folder.`);continue}let d=new Set((i.get(l)??[]).map(m=>Zr(m)));await wl(this.plugin.app,t,p),await ti(this.plugin.app,c,m=>{let h=Zr(m);if(d.has(h))return ni({app:this.plugin.app,link:m,newSourcePathOrFile:c,newTargetPathOrFile:p,oldTargetPathOrFile:t})})}return i=await tn(this.plugin.app,t),i.keys().length===0&&await Qi(this.plugin.app,t),!0;async function o(l){switch(l){case"Cancel":return a.plugin.settings.moveAttachmentToProperFolderUsedByMultipleNotesMode==="Cancel"&&await Cx(a.plugin.app,t.path,Array.from(i.keys()),!0),!1;case"CopyAll":return r=Array.from(i.keys()),!0;case"Prompt":{let{backlinksToCopy:c,mode:u,shouldUseSameActionForOtherProblematicAttachments:p}=await Cx(a.plugin.app,t.path,Array.from(i.keys()));return p&&(n.mode=u),u==="Prompt"?(r=c,!0):o(u)}case"Skip":return r=[],!0;default:return!1}}s(o,"handleMode")}},Pp=class extends jr{static{s(this,"MoveAttachmentToProperFolderCommand")}constructor(t){super({icon:"move",id:"move-attachment-to-proper-folder",name:g(n=>n.commands.moveAttachmentToProperFolder),plugin:t})}createCommandInvocationForAbstractFile(t){return new La(this.plugin,t,this.createCommandInvocationForAbstractFiles.bind(this))}createCommandInvocationForAbstractFiles(t){return new Sx(this.plugin,t)}shouldAddToAbstractFileMenu(){return!0}shouldAddToAbstractFilesMenu(){return!0}};var FP={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 {{iterationStr}} - '{{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"},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:{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 IP={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 {{iterationStr}} - '{{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"},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:{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 DP={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 {{iterationStr}} - '{{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"},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:{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 zP={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 {{iterationStr}} - '{{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"},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:{previewModal:{title:"Previsualitzar fitxer adjunt '{{fullFileName}}'"},title:"Proporcioneu un valor per al token de sol\xB7licitud"},regularExpression:"/expressi\xF3 regular/"};var _P={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 {{iterationStr}} - '{{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"},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:{previewModal:{title:"N\xE1hled souboru p\u0159\xEDlohy '{{fullFileName}}'"},title:"Poskytn\u011Bte hodnotu pro token v\xFDzvy"},regularExpression:"/regul\xE1rn\xED v\xFDraz/"};var $P={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 {{iterationStr}} - '{{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"},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:{previewModal:{title:"Forh\xE5ndsvis vedh\xE6ftningsfil '{{fullFileName}}'"},title:"Angiv en v\xE6rdi for prompt-tokenet"},regularExpression:"/regul\xE6rt udtryk/"};var NP={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 {{iterationStr}} - '{{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"},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:{previewModal:{title:"Anhang-Datei anzeigen '{{fullFileName}}'"},title:"Geben Sie einen Wert f\xFCr den Prompt-Token an"},regularExpression:"/regul\xE4rer Ausdruck/"};var jP={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 {{iterationStr}} - '{{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"},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:{previewModal:{title:"Preview attachment file '{{fullFileName}}'"},title:"Provide a value for the prompt token"},regularExpression:"/regular expression/"};var MP={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 {{iterationStr}} - '{{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",moveAttachmentToProperFolder:"Move attachment to proper folder"},menuItems:{collectAttachmentsInFile:"Collect attachments in file",collectAttachmentsInFiles:"Collect attachments in files"},moveAttachmentToProperFolder:{progressBar:{message:"Moving attachment to proper folder {{iterationStr}} - '{{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:{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"},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"}},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"},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"},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"},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"},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 links to/from canvas files, you need to additionally install",part3:"plugin."},name:"Should handle renames"},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"},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.",part7:"Insert each extension on a new line."},name:"Treat as attachment extensions"}},promptWithPreviewModal:{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."}}}};var OP=MP;var RP={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 {{iterationStr}} - '{{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"},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:{previewModal:{title:"Vista previa del archivo adjunto '{{fullFileName}}'"},title:"Proporciona un valor para el token de solicitud"},regularExpression:"/expresi\xF3n regular/"};var LP={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 {{iterationStr}} - '{{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"},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:{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 BP={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 {{iterationStr}} - '{{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"},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:{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 UP={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 {{iterationStr}} - '{{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"},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:{previewModal:{title:"R\xE9amhamharc comhad ceangalt\xE1in '{{fullFileName}}'"},title:"Sol\xE1thair luach don chomhartha cuir faoi deara"},regularExpression:"/slonn rialta/"};var VP={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 {{iterationStr}} - '{{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"},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:{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 ZP={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 {{iterationStr}} - '{{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"},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:{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 qP={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 {{iterationStr}} - '{{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"},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:{previewModal:{title:"Pratinjau file lampiran '{{fullFileName}}'"},title:"Berikan nilai untuk token prompt"},regularExpression:"/ekspresi reguler/"};var JP={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 {{iterationStr}} - '{{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"},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:{previewModal:{title:"Anteprima file allegato '{{fullFileName}}'"},title:"Fornisci un valore per il token prompt"},regularExpression:"/espressione regolare/"};var GP={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 {{iterationStr}} - '{{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"},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:{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 WP={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 {{iterationStr}} - '{{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"},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:{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 HP={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 {{iterationStr}} - '{{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"},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:{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 KP={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 {{iterationStr}} - '{{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"},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:{previewModal:{title:"Pielikuma faila priek\u0161skat\u012Bjums '{{fullFileName}}'"},title:"Nor\u0101diet v\u0113rt\u012Bbu prompt tokenam"},regularExpression:"/regul\u0101r\u0101 izteiksme/"};var YP={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 {{iterationStr}} - '{{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"},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:{previewModal:{title:"Pratonton fail lampiran '{{fullFileName}}'"},title:"Berikan nilai untuk token prompt"},regularExpression:"/ungkapan biasa/"};var XP={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 {{iterationStr}} - '{{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"},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:{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 QP={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 {{iterationStr}} - '{{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"},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:{previewModal:{title:"Voorvertoning bijlage bestand '{{fullFileName}}'"},title:"Geef een waarde voor de prompt token"},regularExpression:"/reguliere expressie/"};var e2={attachmentCollector:{confirm:{part1:"Vil du samle vedlegg for alle notater i mapper rekursivt?",part2:"Denne operasjonen kan ikke angres."},progressBar:{message:"Samler vedlegg {{iterationStr}} - '{{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"},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:{previewModal:{title:"Forh\xE5ndsvisning av vedleggsfil '{{fullFileName}}'"},title:"Oppgi en verdi for prompt token"},regularExpression:"/regul\xE6rt uttrykk/"};var t2={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 {{iterationStr}} - '{{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"},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:{previewModal:{title:"Podgl\u0105d pliku za\u0142\u0105cznika '{{fullFileName}}'"},title:"Podaj warto\u015B\u0107 dla tokena promptu"},regularExpression:"/wyra\u017Cenie regularne/"};var n2={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 {{iterationStr}} - '{{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"},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:{previewModal:{title:"Visualizar arquivo anexo '{{fullFileName}}'"},title:"Forne\xE7a um valor para o token de prompt"},regularExpression:"/express\xE3o regular/"};var r2={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 {{iterationStr}} - '{{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"},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:{previewModal:{title:"Pr\xE9-visualizar ficheiro anexo '{{fullFileName}}'"},title:"Forne\xE7a um valor para o token de prompt"},regularExpression:"/express\xE3o regular/"};var i2={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 {{iterationStr}} - '{{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"},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:{previewModal:{title:"Previzualizeaz\u0103 fi\u0219ierul ata\u0219at '{{fullFileName}}'"},title:"Furniza\u021Bi o valoare pentru tokenul de prompt"},regularExpression:"/expresie regulat\u0103/"};var a2={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 {{iterationStr}} - '{{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"},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:{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 o2={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 {{iterationStr}} - '{{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"},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:{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 s2={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 {{iterationStr}} - '{{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"},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:{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 l2={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 {{iterationStr}} - '{{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"},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:{previewModal:{title:"Ek dosyas\u0131n\u0131 \xF6nizle '{{fullFileName}}'"},title:"\u0130stem token\u0131 i\xE7in bir de\u011Fer girin"},regularExpression:"/d\xFCzenli ifade/"};var c2={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 {{iterationStr}} - '{{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"},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:{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 u2={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 {{iterationStr}} - '{{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"},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:{previewModal:{title:"Qo'shimcha faylni oldindan ko'rish '{{fullFileName}}'"},title:"So'rov tokeni uchun qiymat kiriting"},regularExpression:"/muntazam ifoda/"};var p2={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 {{iterationStr}} - '{{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"},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:{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 d2={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 {{iterationStr}} - '{{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"},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:{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 m2={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 {{iterationStr}} - '{{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"},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"},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"},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:{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 LR={am:FP,ar:IP,be:DP,ca:zP,cs:_P,da:$P,de:NP,en:OP,"en-GB":jP,es:RP,fa:LP,fr:BP,ga:UP,he:VP,hu:ZP,id:qP,it:JP,ja:GP,kh:WP,ko:HP,lv:KP,ms:YP,ne:XP,nl:QP,no:e2,pl:t2,pt:r2,"pt-BR":n2,ro:i2,ru:a2,sq:o2,th:s2,tr:l2,uk:c2,uz:u2,vi:p2,zh:m2,"zh-TW":d2},h2=LR;var f2={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"};async function g2(e,t,n){let i=f2[t.toLowerCase()];if(!i||!e.settings.defaultImageSize)return null;let r=new Blob([n],{type:i}),a=await Od(r),o=new Image;await new Promise(d=>{o.addEventListener("load",()=>{d()}),o.src=a});let l,c,u="px",p="%";if(e.settings.defaultImageSize.endsWith(u)){let d=Number(Dn(e.settings.defaultImageSize,u));e.settings.defaultImageSizeDimension==="width"?(l=d,c=Math.trunc(l/o.width*o.height)):(c=d,l=Math.trunc(c/o.height*o.width))}else{let d=Number(Dn(e.settings.defaultImageSize,p)),m=100;l=Math.trunc(o.width/m*d),c=Math.trunc(o.height/m*d)}return`${String(l)}x${String(c)}`}s(g2,"getImageSize");function v2(e){return f2[e.toLowerCase()]??null}s(v2,"getMimeType");var A2=require("obsidian");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var Mr=class{static{s(this,"Transformer")}getTransformer(t){if(t===this.id)return this;throw new Error(`Transformer with id ${t} not found`)}transformObjectRecursively(t){return this.transformValueRecursively(t,"")}getTransformerId(t,n){return this.canTransform(t,n)?this.id:null}transformValueRecursively(t,n){let i=this.getTransformerId(t,n);if(i){let o=this.transformValue(t,n);return o===void 0?void 0:{__transformerId:i,transformedValue:o}}if(t===null)return null;if(typeof t!="object")return t;if(Array.isArray(t))return t.map((o,l)=>this.transformValueRecursively(o,String(l)));let r=t;if(r.__transformerId)return this.getTransformer(r.__transformerId).restoreValue(r.transformedValue,n);let a={};for(let o of $i(t)){let l=t[o],c=this.transformValueRecursively(l,o);a[o]=c}return a}};s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var dn=class extends Mr{static{s(this,"TypedTransformer")}};s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var Ip=class extends dn{static{s(this,"DateTransformer")}get id(){return"date"}canTransform(t){return t instanceof Date}restoreValue(t){return new Date(t)}transformValue(t){return t.toISOString()}};var k2=require("obsidian");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var Dp=class extends dn{static{s(this,"DurationTransformer")}get id(){return"duration"}canTransform(t){let n=t??{};return!!n.asHours&&!!n.asMinutes&&!!n.asSeconds&&!!n.asMilliseconds}restoreValue(t){return k2.moment.duration(t)}transformValue(t){return t.toISOString()}};s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var zp=class extends Mr{static{s(this,"GroupTransformer")}constructor(t){super(),this.transformers=t}get id(){return"group"}canTransform(t,n){return this.getFirstTransformerThatCanTransform(t,n)!==null}getTransformer(t){return $e(this.transformers.find(n=>n.id===t),`No transformer with id ${t} found`)}transformValue(t,n){let i=this.getFirstTransformerThatCanTransform(t,n);return Ft(i,"No transformer can transform the value"),i.transformValue(t,n)}getTransformerId(t,n){let i=this.getFirstTransformerThatCanTransform(t,n);return i===null?null:i.id}restoreValue(){throw new Error("GroupTransformer does not support restoring values")}getFirstTransformerThatCanTransform(t,n){return this.transformers.find(i=>i.canTransform(t,n))??null}};s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var _p=class extends dn{static{s(this,"MapTransformer")}get id(){return"map"}canTransform(t){return t instanceof Map}restoreValue(t){return new Map(t)}transformValue(t){return Array.from(t.entries())}};s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var $p=class extends dn{static{s(this,"SetTransformer")}get id(){return"set"}canTransform(t){return t instanceof Set}restoreValue(t){return new Set(t)}transformValue(t){return Array.from(t)}};s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var UR="_",Np=class extends Mr{static{s(this,"SkipPrivatePropertyTransformer")}get id(){return"skip-private-property"}canTransform(t,n){return n.startsWith(UR)}transformValue(){}restoreValue(){throw new Error("SkipPrivatePropertyTransformer does not support restoring values")}};s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var ys=class{static{s(this,"TwoWayMap")}keyValueMap=new Map;valueKeyMap=new Map;constructor(t=[]){for(let[n,i]of t)this.set(n,i)}clear(){this.keyValueMap.clear(),this.valueKeyMap.clear()}deleteKey(t){let n=this.getValue(t);n!==void 0&&this.valueKeyMap.delete(n),this.keyValueMap.delete(t)}deleteValue(t){let n=this.getKey(t);n!==void 0&&this.keyValueMap.delete(n),this.valueKeyMap.delete(t)}entries(){return this.keyValueMap.entries()}getKey(t){return this.valueKeyMap.get(t)}getValue(t){return this.keyValueMap.get(t)}hasKey(t){return this.keyValueMap.has(t)}hasValue(t){return this.valueKeyMap.has(t)}keys(){return this.keyValueMap.keys()}set(t,n){this.deleteKey(t),this.deleteValue(n),this.keyValueMap.set(t,n),this.valueKeyMap.set(n,t)}values(){return this.valueKeyMap.keys()}};s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var jp=class extends dn{static{s(this,"TwoWayMapTransformer")}get id(){return"two-way-map"}canTransform(t){return t instanceof ys}restoreValue(t){return new ys(t)}transformValue(t){return Array.from(t.entries())}};s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var VR=new zp([new Np,new Ip,new Dp,new _p,new $p,new jp]),Mp=class extends Fn{static{s(this,"PluginSettingsManagerBase")}constructor(t){super(),this.plugin=t,this.app=t.app,this.defaultSettings=this.createDefaultSettings(),this.currentSettingsWrapper=this.createDefaultSettingsWrapper(),this.lastSavedSettingsWrapper=this.createDefaultSettingsWrapper(),this.propertyNames=$i(this.currentSettingsWrapper.settings),this.registerValidators(),this.registerLegacySettingsConverters()}app;defaultSettings;get settingsWrapper(){return this.currentSettingsWrapper}currentSettingsWrapper;lastSavedSettingsWrapper;legacySettingsConverters=[];propertyNames;validators=new Map;async editAndSave(t,n){await this.edit(t),await this.saveToFile(n)}async ensureSafe(t){let n=await this.validate(t);for(let i of this.propertyNames)n[i]&&(t[i]=this.defaultSettings[i])}async getSafeCopy(t){let n=await this.cloneSettings(t);return await this.ensureSafe(n),n}async loadFromFile(t){let n=await this.plugin.loadData();this.lastSavedSettingsWrapper=this.createDefaultSettingsWrapper(),this.currentSettingsWrapper=this.createDefaultSettingsWrapper();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(l,r[l],a[l]);this.lastSavedSettingsWrapper=await this.cloneSettingsWrapper(this.currentSettingsWrapper);let o=await this.settingsToRawRecord(this.currentSettingsWrapper.settings);Kt(o,n)||await this.saveToFileImpl()}finally{await this.triggerAsync("loadSettings",this.currentSettingsWrapper,t)}}on(t,n,i){return super.on(t,n,i)}async revalidate(){return await this.edit(Ht),this.currentSettingsWrapper.validationMessages}async saveToFile(t){Kt(this.lastSavedSettingsWrapper.settings,this.currentSettingsWrapper.settings)||(await this.saveToFileImpl(),await this.triggerAsync("saveSettings",this.currentSettingsWrapper,this.lastSavedSettingsWrapper,t),this.lastSavedSettingsWrapper=await this.cloneSettingsWrapper(this.currentSettingsWrapper))}async setProperty(t,n){return await this.edit(i=>{i[t]=n}),this.currentSettingsWrapper.validationMessages[t]}async validate(t){let n={};for(let[i,r]of this.validators.entries()){let a=await r(t[i],t);a&&(n[i]=a)}return n}getTransformer(){return VR}async onLoadRecord(t){for(let n of this.legacySettingsConverters)n(t);await Promise.resolve()}async onSavingRecord(t){await Pn()}registerLegacySettingsConverter(t,n){let i=this;this.legacySettingsConverters.push(r);function r(a){let o=new Set(Object.keys(new t)),l=new Set(i.propertyNames),c=a;n(c);for(let u of Object.keys(c))l.has(u)||o.has(u)&&delete a[u]}s(r,"legacySettingsConverter")}registerLegacySettingsConverters(){}registerValidator(t,n){this.validators.set(t,n)}registerValidators(){}async cloneSettings(t){let n=await this.settingsToRawRecord(t),i=JSON.stringify(n),r=JSON.parse(i);return await this.rawRecordToSettings(r)}async cloneSettingsWrapper(t){return{safeSettings:await this.cloneSettings(t.safeSettings),settings:await this.cloneSettings(t.settings),validationMessages:{...t.validationMessages}}}createDefaultSettingsWrapper(){return{safeSettings:this.createDefaultSettings(),settings:this.createDefaultSettings(),validationMessages:{}}}async edit(t){try{await t(this.currentSettingsWrapper.settings)}finally{let n=await this.validate(this.currentSettingsWrapper.settings);for(let i of this.propertyNames){let r=n[i]??"";this.currentSettingsWrapper.validationMessages[i]=r,this.currentSettingsWrapper.safeSettings[i]=r?this.defaultSettings[i]:this.currentSettingsWrapper.settings[i]}}}isValidPropertyName(t){return typeof t!="string"?!1:this.propertyNames.includes(t)}async rawRecordToSettings(t){t=this.getTransformer().transformObjectRecursively(t),await this.onLoadRecord(t);let n=this.createDefaultSettings();for(let[i,r]of Object.entries(t)){if(!this.isValidPropertyName(i)){Ce("PluginSettingsManagerBase:rawRecordToSettings")(`Unknown property: ${i}`);continue}typeof r!=typeof this.defaultSettings[i]&&Ce("PluginSettingsManagerBase: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:this.defaultSettings[i],propertyName:i,value:r}),n[i]=r}return n}async saveToFileImpl(){await this.plugin.saveData(await this.settingsToRawRecord(this.currentSettingsWrapper.settings))}setPropertyImpl(t,n,i){this.currentSettingsWrapper.settings[t]=n,this.currentSettingsWrapper.validationMessages[t]=i??"",this.currentSettingsWrapper.safeSettings[t]=i?this.defaultSettings[t]:n}async settingsToRawRecord(t){let n={};for(let i of this.propertyNames)n[i]=t[i];return await this.onSavingRecord(n),this.getTransformer().transformObjectRecursively(n)}};var Op=gn(Uh(),1);var ZR=2e3,Ex=class{static{s(this,"LegacySettings")}autoRenameFiles=!1;autoRenameFolder=!0;convertImagesOnDragAndDrop=!1;convertImagesToJpeg=!1;dateTimeFormat="";deleteOrphanAttachments=!1;emptyAttachmentFolderBehavior=Jt.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=""},Tx=class{constructor(t){this.legacySettings=t}static{s(this,"LegacySettingsConverter")}convert(){this.convertWarningVersion(),this.convertDateTimeFormat(),this.convertReplaceWhitespace(),this.convertAutoRenameFiles(),this.convertAutoRenameFolder(),this.convertShouldRenameAttachments(),this.convertDeleteOrphanAttachments(),this.convertKeepEmptyAttachmentFolders(),this.convertRenameCollectedFiles(),this.convertCustomTokensStr(),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")}convertCustomTokensStr(){this.legacySettings.customTokensStr&&this.legacySettings.version&&(0,Op.compare)(this.legacySettings.version,"9.0.0")<0&&(this.legacySettings.customTokensStr=`${g(t=>t.pluginSettingsManager.customToken.codeComment)}
|
|
|
|
${qR(this.legacySettings.customTokensStr)}
|
|
`)}convertDateTimeFormat(){let t=this.legacySettings.dateTimeFormat??"YYYYMMDDHHmmssSSS";this.legacySettings.attachmentFolderPath=y2(this.legacySettings.attachmentFolderPath??"",t),this.legacySettings.generatedAttachmentFileName=y2(this.legacySettings.generatedAttachmentFileName??this.legacySettings.generatedAttachmentFilename??this.legacySettings.pastedFileName??this.legacySettings.pastedImageFileName??"file-${date}",t)}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,Op.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?Jt.Keep:Jt.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,Op.compare)(this.legacySettings.version,"9.16.0")<0&&this.legacySettings.specialCharacters==="#^[]|*\\<>:?"&&(this.legacySettings.specialCharacters="#^[]|*\\<>:?/")}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(t){return t===void 0?"":qe(t,/\$\{(?<Token>date|noteFileCreationDate|noteFileModificationDate|originalAttachmentFileCreationDate|originalAttachmentFileModificationDate):(?<MomentJsFormat>\s*[^{]+?)\}/gi,(n,i,r)=>`\${${i}:{momentJsFormat:'${r}'}}`)}},Rp=class extends Mp{static{s(this,"PluginSettingsManager")}shouldDebounceCustomTokensValidation=!1;customTokensValidatorDebounced=(0,A2.debounce)(this.customTokensValidatorImpl.bind(this),ZR);lastCustomTokenValidatorResult=void 0;createDefaultSettings(){return new bp}registerLegacySettingsConverters(){this.registerLegacySettingsConverter(Ex,t=>{new Tx(t).convert()})}registerValidators(){this.registerValidator("attachmentFolderPath",async t=>await ki({areTokensAllowed:!0,path:t,plugin:this.plugin})),this.registerValidator("generatedAttachmentFileName",async t=>await ki({areTokensAllowed:!0,path:t,plugin:this.plugin})),this.registerValidator("specialCharactersReplacement",t=>{if(Xl().exec(t))return g(n=>n.pluginSettingsManager.validation.specialCharactersReplacementMustNotContainInvalidFileNamePathCharacters)}),this.registerValidator("defaultImageSize",t=>{if(!/^(?:\d+(?:px|%))?$/g.exec(t))return g(i=>i.pluginSettingsManager.validation.defaultImageSizeMustBePercentageOrPixels)}),this.registerValidator("duplicateNameSeparator",async t=>await hs({areSingleDotsAllowed:!1,fileName:`foo${t}1`,isEmptyAllowed:!1,plugin:this.plugin,tokenValidationMode:"Error"})),this.registerValidator("includePaths",t=>b2(t)),this.registerValidator("excludePaths",t=>b2(t)),this.registerValidator("customTokensStr",t=>this.customTokensValidator(t))}customTokensValidator(t){return this.shouldDebounceCustomTokensValidation?this.customTokensValidatorDebounced(t):this.customTokensValidatorImpl(t),this.lastCustomTokenValidatorResult??void 0}customTokensValidatorImpl(t){let n=ux(t);this.lastCustomTokenValidatorResult=n===null?g(i=>i.pluginSettingsManager.validation.invalidCustomTokensCode):void 0}};function y2(e,t){return e.replaceAll("${date}",`\${date:{momentJsFormat:'${t}'}}`)}s(y2,"addDateTimeFormat");function qR(e){return e.replaceAll(/^/gm,"// ")}s(qR,"commentOut");function b2(e){for(let t of e)if(t.startsWith("/")&&t.endsWith("/")){let n=t.slice(1,-1);if(!u0(n))return g(i=>i.pluginSettingsManager.validation.invalidRegularExpression,{regExp:t})}}s(b2,"pathsValidator");var vd=require("obsidian");var wi=require("obsidian");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();function Lp(e){let t=e.parentElement;if(Ft(t,"Element must be attached to the DOM"),t.classList.contains(U.SettingComponentWrapper))return t;let n=Array.from(t.children),i=createDiv();ye(i,U.SettingComponentWrapper);for(let r of n)i.appendChild(r);return t.appendChild(i),i}s(Lp,"ensureWrapped");var w2=require("obsidian");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var Px=class{static{s(this,"AbstractTextComponentWrapper")}constructor(t){this.abstractTextComponent=t}empty(){this.abstractTextComponent.setValue("")}isEmpty(){return this.abstractTextComponent.getValue()===""}setPlaceholderValue(t){return this.abstractTextComponent.setPlaceholder(t),this}};function C2(e){return JR(e)?e:e instanceof w2.AbstractTextComponent?new Px(e):null}s(C2,"getTextBasedComponentValue");function JR(e){let t=e;return typeof t.setPlaceholderValue=="function"&&typeof t.isEmpty=="function"}s(JR,"isTextBasedComponent");var mt=require("obsidian");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var Bp=class{static{s(this,"OverlayValidatorComponent")}constructor(t){this.el=t;let n=Lp(t);this._validatorEl=n.createEl("input",{attr:{tabindex:-1}}),ye(this._validatorEl,U.OverlayValidator),this._validatorEl.addEventListener("focus",()=>{this.el.focus()}),this._validatorEl.isActiveElement=this.isElementOrDescendantActive.bind(this);let i=this.el.querySelector("[tabindex]");i||(this.el.getAttr("tabindex")===null&&(this.el.tabIndex=-1),i=this.el),this.el.addEventListener("focusin",()=>{this.forceBlurValidatorEl()}),this.el.addEventListener("click",()=>{i.focus()}),this.el.addEventListener("focusout",()=>{window.setTimeout(()=>{this.isElementOrDescendantActive()||this.forceBlurValidatorEl()},0)})}get validatorEl(){return this._validatorEl}_validatorEl;forceBlurValidatorEl(){this._validatorEl.dispatchEvent(new Event("blur"))}isElementOrDescendantActive(){return this.el.contains(document.activeElement)}},Or=class{static{s(this,"ValidatorElementWrapper")}constructor(t){this.validatorEl=t}};function S2(e){return GR(e)?e:e instanceof mt.ColorComponent?new Or(e.colorPickerEl):e instanceof mt.DropdownComponent?new Or(e.selectEl):e instanceof mt.ProgressBarComponent?new Bp(e.progressBar):e instanceof mt.SearchComponent?new Or(e.inputEl):e instanceof mt.SliderComponent?new Or(e.sliderEl):e instanceof mt.TextAreaComponent?new Or(e.inputEl):e instanceof mt.TextComponent?new Or(e.inputEl):e instanceof mt.ToggleComponent?new Bp(e.toggleEl):null}s(S2,"getValidatorComponent");function GR(e){return!!e.validatorEl}s(GR,"isValidatorComponent");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var Fx="PluginSettingsTab",Up=class extends wi.PluginSettingTab{static{s(this,"PluginSettingsTabBase")}constructor(t){super(t.app,t),this.plugin=t,ye(this.containerEl,U.PluginSettingsTab),this.saveSettingsDebounced=(0,wi.debounce)(kt(()=>this.plugin.settingsManager.saveToFile(Fx)),this.saveSettingsDebounceTimeoutInMilliseconds),this.asyncEventsComponent=new _l,this.asyncEvents=new Fn}get isOpen(){return this._isOpen}get saveSettingsDebounceTimeoutInMilliseconds(){return 2e3}_isOpen=!1;asyncEvents;asyncEventsComponent;saveSettingsDebounced;get pluginSettings(){return this.plugin.settingsManager.settingsWrapper.settings}bind(t,n,i){let a={...{componentToPluginSettingsValueConverter:s(I=>I,"componentToPluginSettingsValueConverter"),onChanged:Ht,pluginSettingsToComponentValueConverter:s(I=>I,"pluginSettingsToComponentValueConverter"),shouldResetSettingWhenComponentIsEmpty:!0,shouldShowPlaceholderForDefaultValues:!0,shouldShowValidationMessage:!0},...i},o=S2(t)?.validatorEl,l=C2(t),c=this.pluginSettings[n],u=this.plugin.settingsManager.defaultSettings[n],p=a.pluginSettingsToComponentValueConverter(u);l?.setPlaceholderValue(p);let d,m=null,h=null;if(o){let I=Lp(o);m=I.createDiv(),ye(m,U.Tooltip,U.TooltipValidator),h=m.createSpan();let N=m.createDiv();ye(N,U.TooltipArrow),m.hide(),I.appendChild(m)}this.asyncEventsComponent.registerAsyncEvent(this.on("validationMessageChanged",(I,N)=>{n===I&&(d=N,C())}));let v=!1,x=!1;l&&a.shouldShowPlaceholderForDefaultValues&&Kt(c,u)?l.empty():t.setValue(a.pluginSettingsToComponentValueConverter(c));let A=!1,C=(0,wi.debounce)(()=>{requestAnimationFrame(()=>{E()})},100);return t.onChange(async I=>{if(A){A=!1;return}v=!1;let N=this.pluginSettings[n],T,Q=!0;if(x=!!l?.isEmpty()&&a.shouldResetSettingWhenComponentIsEmpty,x)T=u;else{let ke=a.componentToPluginSettingsValueConverter(I);f1(ke)?(d=ke.validationMessage,Q=!1):T=ke}Q&&(d=await this.plugin.settingsManager.setProperty(n,T),l&&a.shouldShowPlaceholderForDefaultValues&&!l.isEmpty()&&Kt(T,u)&&(v=!0)),C(),Q&&await a.onChanged(T,N),this.saveSettingsDebounced()}),o?.addEventListener("focus",()=>{C()}),o?.addEventListener("blur",()=>{C()}),o?.addEventListener("click",()=>{requestAnimationFrame(()=>{C()})}),d=this.plugin.settingsManager.settingsWrapper.validationMessages[n]??"",C(),t;function E(){o?.isActiveElement()||(v?(v=!1,l?.isEmpty()||(A=!0,l?.empty())):x&&(x=!1,l?.isEmpty()&&(A=!0,t.setValue(p)))),o&&(d===""&&(o.setCustomValidity(""),o.checkValidity(),d=o.validationMessage),o.setCustomValidity(d),a.shouldShowValidationMessage?(h&&(h.textContent=d),m?.toggle(!!d)):d&&(0,wi.setTooltip)(o,d))}s(E,"updateValidatorEl")}display(){this.containerEl.empty(),this._isOpen=!0,this.asyncEventsComponent.load(),this.asyncEventsComponent.registerAsyncEvent(this.plugin.settingsManager.on("loadSettings",this.onLoadSettings.bind(this))),this.asyncEventsComponent.registerAsyncEvent(this.plugin.settingsManager.on("saveSettings",this.onSaveSettings.bind(this)))}hide(){super.hide(),this.saveSettingsDebounced.cancel(),this._isOpen=!1,this.asyncEventsComponent.unload(),this.asyncEventsComponent.load(),xe(()=>this.hideAsync())}async hideAsync(){await this.plugin.settingsManager.saveToFile(Fx)}show(){this.app.setting.openTab(this)}async onLoadSettings(t,n){this.display(),await Pn()}async revalidate(){let t=await this.plugin.settingsManager.revalidate();await this.updateValidations(t)}on(t,n,i){return this.asyncEvents.on(t,n,i)}async onSaveSettings(t,n,i){if(i===Fx){await this.updateValidations(t.validationMessages);return}this.display()}async updateValidations(t){for(let[n,i]of Object.entries(t))await this.asyncEvents.triggerAsync("validationMessageChanged",n,i)}};var B2=require("obsidian");var bs=require("obsidian");var E2=require("obsidian");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var Vp=class extends E2.ValueComponent{static{s(this,"CheckboxComponent")}inputEl;get validatorEl(){return this.inputEl}changeCallback;constructor(t){super(),ye(t,U.CheckboxComponent),this.inputEl=t.createEl("input",{type:"checkbox"}),this.inputEl.addEventListener("change",this.onChanged.bind(this))}getValue(){return this.inputEl.checked}onChange(t){return this.changeCallback=t,this}onChanged(){this.changeCallback?.(this.getValue())}setDisabled(t){return super.setDisabled(t),this.inputEl.disabled=t,this}setValue(t){return this.inputEl.checked=t,this}};var qp=require("obsidian");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var Zp=class extends qp.ValueComponent{static{s(this,"CodeHighlighterComponent")}get inputEl(){return this.textAreaComponent.inputEl}get validatorEl(){return this.inputEl}codeEl;placeholder="";preEl;simulateChangeCallback;tabSize;textAreaComponent;constructor(t){super(),ye(t,U.CodeHighlighterComponent);let n=t.createDiv();ye(n,U.SettingComponentWrapper),this.textAreaComponent=new qp.TextAreaComponent(n),this.preEl=n.createEl("pre",{attr:{tabIndex:"-1"}}),this.codeEl=this.preEl.createEl("code",{attr:{tabIndex:"-1"}}),this.inputEl.addEventListener("input",kt(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(t){let n=s(()=>{t(this.getValue())},"changeHandler");return this.simulateChangeCallback=n,this.textAreaComponent.onChange(n),this}setDisabled(t){return super.setDisabled(t),this.textAreaComponent.setDisabled(t),this}setLanguage(t){let n="language-";for(let i of[this.preEl,this.codeEl]){for(let r of Array.from(i.classList))r.startsWith(n)&&i.classList.remove(r);i.classList.add(`${n}${t}`)}return this}setPlaceholder(t){return this.placeholder=t,xe(this.updateHighlightedCode.bind(this)),this}setPlaceholderValue(t){return this.setPlaceholder(t),this}setTabSize(t){return this.tabSize=t,this}setValue(t){return this.textAreaComponent.setValue(t),xe(this.updateHighlightedCode.bind(this)),this}simulateChange(){this.simulateChangeCallback?.()}handleKeyDown(t){if(t.key!=="Tab")return;if(t.preventDefault(),t.ctrlKey||t.metaKey){let p=Array.from(activeDocument.querySelectorAll(':is(a, button, input, select, textarea, [tabindex]):not([tabindex="-1"]):not(:disabled):not([type="hidden"])')),d=p.indexOf(this.inputEl),m=t.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),o=n.slice(r),l=" ".repeat(this.tabSize),c=a;t.shiftKey?a.endsWith(l)&&(c=a.slice(0,-this.tabSize)):c=a+l;let u=`${c}${o}`;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}async updateHighlightedCode(){this.codeEl.textContent=this.inputEl.value||this.placeholder,(await Os()).highlightElement(this.codeEl),this.preEl.toggleClass(U.IsPlaceholder,this.isEmpty()),requestAnimationFrame(()=>{let n=Math.max(0,this.inputEl.scrollHeight-this.preEl.scrollHeight);this.preEl.setCssProps({"--bottom-gap":x0(n)}),this.handleScroll()})}};var F2=require("obsidian");var Jp=require("obsidian");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var He=class extends Jp.ValueComponent{static{s(this,"TypedTextComponent")}inputEl;get validatorEl(){return this.inputEl}textComponent;constructor(t,n,i){super(),this.textComponent=new Jp.TextComponent(t),this.inputEl=this.textComponent.inputEl,this.inputEl.type=n,ye(t,i)}getValue(){return this.valueFromString(this.textComponent.getValue())}onChange(t){return this.textComponent.onChange(()=>t(this.getValue())),this}onChanged(){this.textComponent.onChanged()}setDisabled(t){return super.setDisabled(t),this.textComponent.setDisabled(t),this}setValue(t){return this.textComponent.setValue(this.valueToString(t)),this}valueToString(t){return String(t)}};s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var Ot=class extends He{static{s(this,"TypedRangeTextComponent")}setMax(t){return this.inputEl.max=this.valueToString(t),this}setMin(t){return this.inputEl.min=this.valueToString(t),this}setStep(t){return this.inputEl.step=String(t),this}};s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var T2=at(F2.moment),P2="YYYY-MM-DD",Gp=class extends Ot{static{s(this,"DateComponent")}constructor(t){super(t,"date",U.DateComponent)}valueFromString(t){return T2(t,P2).toDate()}valueToString(t){return T2(t).format(P2)}};var z2=require("obsidian");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var I2=at(z2.moment),D2="YYYY-MM-DDTHH:mm",Wp=class extends Ot{static{s(this,"DateTimeComponent")}constructor(t){super(t,"datetime-local",U.DateTimeComponent)}valueFromString(t){return I2(t,D2).toDate()}valueToString(t){return I2(t).format(D2)}};s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var Hp=class extends He{static{s(this,"EmailComponent")}constructor(t){super(t,"email",U.EmailComponent)}empty(){this.setValue("")}isEmpty(){return this.getValue()===""}setPlaceholderValue(t){return this.textComponent.setPlaceholder(t),this}valueFromString(t){return t}};s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var Kp=class extends He{static{s(this,"FileComponent")}constructor(t){super(t,"file",U.FileComponent)}getValue(){return this.inputEl.files?.[0]??null}valueFromString(){return this.getValue()}valueToString(t){return t?.name??""}};var N2=require("obsidian");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var _2=at(N2.moment),$2="YYYY-MM",Yp=class extends Ot{static{s(this,"MonthComponent")}constructor(t){super(t,"month",U.MonthComponent)}valueFromString(t){let n=_2(t,$2);if(!n.isValid())throw new Error("Invalid month");return{month:n.month()+1,year:n.year()}}valueToString(t){return _2().year(t.year).month(t.month-1).format($2)}};var Xp=require("obsidian");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var Ua=class extends Xp.ValueComponent{static{s(this,"MultipleDropdownComponent")}get selectEl(){return this.dropdownComponent.selectEl}get validatorEl(){return this.selectEl}dropdownComponent;simulateChangeCallback;constructor(t){super(),this.dropdownComponent=new Xp.DropdownComponent(t),this.dropdownComponent.selectEl.multiple=!0,ye(t,U.MultipleDropdownComponent)}addOption(t,n){return this.dropdownComponent.addOption(t,n),this}addOptions(t){return this.dropdownComponent.addOptions(t),this}getValue(){return Array.from(this.dropdownComponent.selectEl.selectedOptions).map(t=>t.value)}onChange(t){let n=s(()=>{t(this.getValue())},"changeHandler");return this.simulateChangeCallback=n,this.dropdownComponent.onChange(n),this}setDisabled(t){return super.setDisabled(t),this.dropdownComponent.setDisabled(t),this}setValue(t){for(let n of Array.from(this.dropdownComponent.selectEl.options))n.selected=t.includes(n.value);return this}simulateChange(){this.simulateChangeCallback?.()}};s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var Qp=class extends He{static{s(this,"MultipleEmailComponent")}constructor(t){super(t,"email",U.MultipleEmailComponent),this.inputEl.multiple=!0}valueFromString(t){return t.split(",").map(n=>n.trim())}valueToString(t){return t.join(", ")}};s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var ed=class extends He{static{s(this,"MultipleFileComponent")}constructor(t){super(t,"file",U.MultipleFileComponent),this.inputEl.multiple=!0}getValue(){return Array.from(this.inputEl.files??[])}valueFromString(){return this.getValue()}valueToString(t){return t[0]?.name??""}};var nd=require("obsidian");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var td=class extends nd.ValueComponent{static{s(this,"MultipleTextComponent")}get inputEl(){return this.textAreaComponent.inputEl}get validatorEl(){return this.inputEl}simulateChangeCallback;textAreaComponent;constructor(t){super(),this.textAreaComponent=new nd.TextAreaComponent(t),ye(t,U.MultipleTextComponent)}empty(){this.textAreaComponent.setValue("")}getValue(){return this.textAreaComponent.getValue().split(`
|
|
`)}isEmpty(){return this.textAreaComponent.getValue()===""}onChange(t){let n=s(()=>{t(this.getValue())},"changeHandler");return this.simulateChangeCallback=n,this.textAreaComponent.onChange(n),this}setDisabled(t){return super.setDisabled(t),this.textAreaComponent.setDisabled(t),this}setPlaceholder(t){return this.textAreaComponent.setPlaceholder(t),this}setPlaceholderValue(t){return this.setPlaceholder(this.valueToString(t)),this}setValue(t){return this.textAreaComponent.setValue(this.valueToString(t)),this}simulateChange(){this.simulateChangeCallback?.()}valueToString(t){return t.join(`
|
|
`)}};s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var rd=class extends Ot{static{s(this,"NumberComponent")}constructor(t){super(t,"number",U.NumberComponent)}empty(){this.textComponent.setValue("")}isEmpty(){return this.textComponent.getValue()===""}setPlaceholder(t){return this.textComponent.setPlaceholder(t),this}setPlaceholderValue(t){return this.textComponent.setPlaceholder(this.valueToString(t)),this}valueFromString(t){return parseInt(t,10)}};s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var id=class extends He{static{s(this,"PasswordComponent")}constructor(t){super(t,"password",U.PasswordComponent)}setPlaceholder(t){return this.textComponent.setPlaceholder(t),this}valueFromString(t){return t}};s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var ad=class extends He{static{s(this,"TelephoneComponent")}constructor(t){super(t,"tel",U.TelephoneComponent)}empty(){this.textComponent.setValue("")}isEmpty(){return this.textComponent.getValue()===""}setPlaceholderValue(t){return this.textComponent.setPlaceholder(t),this}valueFromString(t){return t}};var Ix=require("obsidian");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var od=class extends Ot{static{s(this,"TimeComponent")}constructor(t){super(t,"time",U.TimeComponent)}valueFromString(t){return Ix.moment.duration(t)}valueToString(t){let n;return t.milliseconds()>0?n="HH:mm:ss.SSS":t.seconds()>0?n="HH:mm:ss":n="HH:mm",Ix.moment.utc(t.asMilliseconds()).format(n)}};var j2=require("obsidian");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var sd=class extends j2.ValueComponent{static{s(this,"TriStateCheckboxComponent")}inputEl;get validatorEl(){return this.inputEl}changeCallback;constructor(t){super(),ye(t,U.TriStateCheckboxComponent),this.inputEl=t.createEl("input",{type:"checkbox"}),this.inputEl.addEventListener("change",this.onChanged.bind(this))}getValue(){return this.inputEl.indeterminate?null:this.inputEl.checked}onChange(t){return this.changeCallback=t,this}onChanged(){this.changeCallback?.(this.getValue())}setDisabled(t){return super.setDisabled(t),this.inputEl.disabled=t,this}setValue(t){return this.inputEl.indeterminate=t===null,this.inputEl.checked=t??!1,this}};var cd=require("obsidian");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var ld=class extends cd.ValueComponent{static{s(this,"TypedDropdownComponent")}get selectEl(){return this.dropdownComponent.selectEl}get validatorEl(){return this.selectEl}dropdownComponent;simulateChangeCallback;values=[];constructor(t){super(),this.dropdownComponent=new cd.DropdownComponent(t),ye(t,U.TypedDropdownComponent)}addOption(t,n){let i=this.values.indexOf(t);return i===-1&&(this.values.push(t),i=this.values.length-1),this.dropdownComponent.addOption(String(i),n),this}addOptions(t){for(let[n,i]of t.entries())this.addOption(n,i);return this}getValue(){return this.values[this.dropdownComponent.selectEl.selectedIndex]??null}onChange(t){let n=s(()=>{t(this.getValue())},"changeHandler");return this.simulateChangeCallback=n,this.dropdownComponent.onChange(n),this}setDisabled(t){return super.setDisabled(t),this.dropdownComponent.setDisabled(t),this}setValue(t){let n=t===null?-1:this.values.indexOf(t);return this.dropdownComponent.selectEl.selectedIndex=n,this}simulateChange(){this.simulateChangeCallback?.()}};var M2=require("obsidian");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var ud=class extends M2.ValueComponent{static{s(this,"TypedMultipleDropdownComponent")}get selectEl(){return this.multipleDropdownComponent.selectEl}get validatorEl(){return this.selectEl}multipleDropdownComponent;simulateChangeCallback;values=[];constructor(t){super(),this.multipleDropdownComponent=new Ua(t),ye(t,U.TypedMultipleDropdownComponent)}addOption(t,n){let i=this.values.indexOf(t);return i===-1&&(this.values.push(t),i=this.values.length-1),this.multipleDropdownComponent.addOption(String(i),n),this}addOptions(t){for(let[n,i]of t.entries())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(t){let n=s(()=>{t(this.getValue())},"changeHandler");return this.simulateChangeCallback=n,this.multipleDropdownComponent.onChange(n),this}setDisabled(t){return super.setDisabled(t),this.multipleDropdownComponent.setDisabled(t),this}setValue(t){let n=t.map(i=>this.values.indexOf(i)).filter(i=>i!==-1);return this.multipleDropdownComponent.setValue(n.map(i=>String(i))),this}simulateChange(){this.simulateChangeCallback?.()}};s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var pd=class extends He{static{s(this,"UrlComponent")}constructor(t){super(t,"url",U.UrlComponent)}empty(){this.setValue("")}isEmpty(){return this.getValue()===""}setPlaceholderValue(t){return this.textComponent.setPlaceholder(t),this}valueFromString(t){return t}};var L2=require("obsidian");s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var O2=at(L2.moment),R2="YYYY-[W]WW",dd=class extends Ot{static{s(this,"WeekComponent")}constructor(t){super(t,"week",U.WeekComponent)}valueFromString(t){let n=O2(t,R2);if(!n.isValid())throw new Error("Invalid week");return{weekNumber:n.isoWeek(),year:n.year()}}valueToString(t){return O2().year(t.year).isoWeek(t.weekNumber).format(R2)}};s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var md=class extends bs.Setting{static{s(this,"SettingEx")}addCheckbox(t){return this.addComponentClass(Vp,t)}addCodeHighlighter(t){return this.addComponentClass(Zp,t)}addComponentClass(t,n){return this.addComponentSafe(i=>{let r=new t(i);return n(r),r})}addDate(t){return this.addComponentClass(Gp,t)}addDateTime(t){return this.addComponentClass(Wp,t)}addEmail(t){return this.addComponentClass(Hp,t)}addFile(t){return this.addComponentClass(Kp,t)}addMonth(t){return this.addComponentClass(Yp,t)}addMultipleDropdown(t){return this.addComponentClass(Ua,t)}addMultipleEmail(t){return this.addComponentClass(Qp,t)}addMultipleFile(t){return this.addComponentClass(ed,t)}addMultipleText(t){return this.addComponentClass(td,t)}addNumber(t){return this.addComponentClass(rd,t)}addPassword(t){return this.addComponentClass(id,t)}addTelephone(t){return this.addComponentClass(ad,t)}addTime(t){return this.addComponentClass(od,t)}addTriStateCheckbox(t){return this.addComponentClass(sd,t)}addTypedDropdown(t){return this.addComponentClass(ld,t)}addTypedMultipleDropdown(t){return this.addComponentClass(ud,t)}addUrl(t){return this.addComponentClass(pd,t)}addWeek(t){return this.addComponentClass(dd,t)}addComponentSafe(t){return(0,bs.requireApiVersion)("1.11.0")?this.addComponent(n=>((0,bs.requireApiVersion)("0.16.0"),t(n))):(this.components.push(t(this.controlEl)),this)}};s((function(){if(globalThis.process)return;let t={browser:!0,cwd(){return"/"},env:{},platform:"android"};globalThis.process=t}),"initEsm")();var mn=class extends B2.SettingGroup{static{s(this,"SettingGroupEx")}constructor(t){super(t)}addSettingEx(t){let n=new md(this.listEl);return t(n),this}};var U2=require("obsidian");var Rr="custom-attachment-location-tokenized-string",hd=class extends U2.Component{static{s(this,"PrismComponent")}onload(){super.onload(),xe(this.initPrism.bind(this))}async initPrism(){let t=await Os(),n=t.languages.javascript;if(!n)return;let i=String.raw`\{(?:[^{}]|"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'`,r=String.raw`)*\}`,a=`${i}${r}`,o=`${i}|${a}${r}`,l=`${i}|${o}${r}`;t.languages[Rr]={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:/\//}},this.register(()=>{delete t.languages[Rr]})}};var Z2="\u2423",q2=2,gd=class extends Up{static{s(this,"PluginSettingsTab")}display(){super.display(),this.containerEl.empty();let n=(0,vd.debounce)(r=>{xe(async()=>{dt.registerCustomTokens(r),await this.revalidate()})},2e3),i={componentToPluginSettingsValueConverter(r){return(0,vd.normalizePath)(r.trimEnd())},pluginSettingsToComponentValueConverter(r){return r.trimEnd()},shouldResetSettingWhenComponentIsEmpty:!0,shouldShowPlaceholderForDefaultValues:!1};this.plugin.settingsManager.shouldDebounceCustomTokensValidation=!0,new mn(this.containerEl).setHeading(g(r=>r.pluginSettingsTab.groups.core)).addSettingEx(r=>{r.setName(g(a=>a.pluginSettingsTab.locationForNewAttachments.name)).setDesc(createFragment(a=>{a.appendText(g(o=>o.pluginSettingsTab.locationForNewAttachments.description.part1)),a.appendText(" "),G(a,"."),a.appendText(" "),a.appendText(g(o=>o.pluginSettingsTab.locationForNewAttachments.description.part2)),a.createEl("br"),a.appendText(g(o=>o.pluginSettingsTab.locationForNewAttachments.description.part3)),a.appendText(" "),a.createEl("a",{href:"https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#tokens",text:g(o=>o.pluginSettingsTab.locationForNewAttachments.description.part4)}),a.createEl("br"),a.appendText(g(o=>o.pluginSettingsTab.locationForNewAttachments.description.part5)),a.appendText(" "),G(a,".attachments"),a.appendText(" "),a.appendText(g(o=>o.pluginSettingsTab.locationForNewAttachments.description.part6)),a.appendText(" "),a.createEl("a",{href:"https://github.com/polyipseity/obsidian-show-hidden-files/",text:"Show Hidden Files"}),a.appendText(" "),a.appendText(g(o=>o.pluginSettingsTab.locationForNewAttachments.description.part7))})).addCodeHighlighter(a=>{a.setLanguage(Rr),a.inputEl.addClass("tokenized-string-setting-control"),this.bind(a,"attachmentFolderPath",i)})}).addSettingEx(r=>{r.setName(g(a=>a.pluginSettingsTab.generatedAttachmentFileName.name)).setDesc(createFragment(a=>{a.appendText(g(o=>o.pluginSettingsTab.generatedAttachmentFileName.description.part1)),a.appendText(" "),a.createEl("a",{href:"https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#tokens",text:g(o=>o.pluginSettingsTab.generatedAttachmentFileName.description.part2)}),a.appendText(".")})).addCodeHighlighter(a=>{a.setLanguage(Rr),a.inputEl.addClass("tokenized-string-setting-control"),this.bind(a,"generatedAttachmentFileName",i)})}),new mn(this.containerEl).setHeading(g(r=>r.pluginSettingsTab.groups.moveRenames)).addSettingEx(r=>{r.setName(g(a=>a.pluginSettingsTab.duplicateNameSeparator.name)).setDesc(createFragment(a=>{a.appendText(g(o=>o.pluginSettingsTab.duplicateNameSeparator.description.part1)),a.createEl("br"),a.appendText(g(o=>o.pluginSettingsTab.duplicateNameSeparator.description.part2)),a.appendText(" "),G(a,"existingFile.pdf"),a.appendText(g(o=>o.pluginSettingsTab.duplicateNameSeparator.description.part3)),a.appendText(" "),G(a,"existingFile 1.pdf"),a.appendText(", "),G(a,"existingFile 2.pdf"),a.appendText(g(o=>o.pluginSettingsTab.duplicateNameSeparator.description.part4))})).addText(a=>{this.bind(a,"duplicateNameSeparator",{componentToPluginSettingsValueConverter:Dx,pluginSettingsToComponentValueConverter:fd}),V2(a)})}).addSettingEx(r=>{r.setName(g(a=>a.pluginSettingsTab.attachmentRenameMode.name)).setDesc(createFragment(a=>{a.appendText(g(o=>o.pluginSettingsTab.attachmentRenameMode.description.part1)),a.createEl("br"),G(a,g(o=>o.pluginSettings.attachmentRenameMode.none.displayText)),a.appendText(" - "),a.appendText(g(o=>o.pluginSettings.attachmentRenameMode.none.description)),a.createEl("br"),G(a,g(o=>o.pluginSettings.attachmentRenameMode.onlyPastedImages.displayText)),a.appendText(" - "),a.appendText(g(o=>o.pluginSettings.attachmentRenameMode.onlyPastedImages.description)),a.createEl("br"),G(a,g(o=>o.pluginSettings.attachmentRenameMode.all.displayText)),a.appendText(" - "),a.appendText(g(o=>o.pluginSettings.attachmentRenameMode.all.description))})).addDropdown(a=>{a.addOptions({None:g(o=>o.pluginSettings.attachmentRenameMode.none.displayText),"Only pasted images":g(o=>o.pluginSettings.attachmentRenameMode.onlyPastedImages.displayText),All:g(o=>o.pluginSettings.attachmentRenameMode.all.displayText)}),this.bind(a,"attachmentRenameMode")})}).addSettingEx(r=>{r.setName(g(a=>a.pluginSettingsTab.shouldHandleRenames.name)).setDesc(createFragment(a=>{a.appendText(g(o=>o.pluginSettingsTab.shouldHandleRenames.description.part1)),a.createEl("br"),a.appendText(g(o=>o.pluginSettingsTab.shouldHandleRenames.description.part2)),a.appendText(" "),a.createEl("a",{href:"obsidian://show-plugin?id=backlink-cache",text:"Backlink Cache"}),a.appendText(" "),a.appendText(g(o=>o.pluginSettingsTab.shouldHandleRenames.description.part3))})).addToggle(a=>{this.bind(a,"shouldHandleRenames",{onChanged:s(()=>{this.display()},"onChanged")})})}).addSettingEx(r=>{r.setName(g(a=>a.pluginSettingsTab.shouldRenameAttachmentFolders.name)).setDesc(g(a=>a.pluginSettingsTab.shouldRenameAttachmentFolders.description)).addToggle(a=>{this.plugin.settings.shouldHandleRenames?this.bind(a,"shouldRenameAttachmentFolder"):(a.setDisabled(!0),a.setValue(!1))})}).addSettingEx(r=>{r.setName(g(a=>a.pluginSettingsTab.shouldRenameAttachmentFiles.name)).setDesc(createFragment(a=>{a.appendText(g(o=>o.pluginSettingsTab.shouldRenameAttachmentFiles.description.part1)),a.appendText(" "),G(a,g(o=>o.pluginSettingsTab.renamedAttachmentFileName.name)),a.appendText(" "),a.appendText(g(o=>o.pluginSettingsTab.shouldRenameAttachmentFiles.description.part2))})).addToggle(a=>{this.plugin.settings.shouldHandleRenames?this.bind(a,"shouldRenameAttachmentFiles"):(a.setDisabled(!0),a.setValue(!1))})}).addSettingEx(r=>{r.setName(g(a=>a.pluginSettingsTab.renamedAttachmentFileName.name)).setDesc(createFragment(a=>{a.appendText(g(o=>o.pluginSettingsTab.renamedAttachmentFileName.description.part1)),a.appendText(" "),a.createEl("a",{href:"https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#tokens",text:g(o=>o.pluginSettingsTab.renamedAttachmentFileName.description.part2)}),a.appendText("."),a.createEl("br"),a.appendText(g(o=>o.pluginSettingsTab.renamedAttachmentFileName.description.part3)),a.appendText(" "),G(a,g(o=>o.pluginSettingsTab.generatedAttachmentFileName.name)),a.appendText(g(o=>o.pluginSettingsTab.renamedAttachmentFileName.description.part4))})).addCodeHighlighter(a=>{a.setLanguage(Rr),a.inputEl.addClass("tokenized-string-setting-control"),this.bind(a,"renamedAttachmentFileName",i)})}).addSettingEx(r=>{r.setName(g(a=>a.pluginSettingsTab.moveAttachmentToProperFolderUsedByMultipleNotesMode.name)).setDesc(createFragment(a=>{a.appendText(g(o=>o.pluginSettingsTab.moveAttachmentToProperFolderUsedByMultipleNotesMode.description.part1)),a.createEl("br"),G(a,g(o=>o.pluginSettings.moveAttachmentToProperFolderUsedByMultipleNotesMode.skip.displayText)),a.appendText(" - "),a.appendText(g(o=>o.pluginSettings.moveAttachmentToProperFolderUsedByMultipleNotesMode.skip.description)),a.createEl("br"),G(a,g(o=>o.pluginSettings.moveAttachmentToProperFolderUsedByMultipleNotesMode.copyAll.displayText)),a.appendText(" - "),a.appendText(g(o=>o.pluginSettings.moveAttachmentToProperFolderUsedByMultipleNotesMode.copyAll.description)),a.createEl("br"),G(a,g(o=>o.pluginSettings.moveAttachmentToProperFolderUsedByMultipleNotesMode.cancel.displayText)),a.appendText(" - "),a.appendText(g(o=>o.pluginSettings.moveAttachmentToProperFolderUsedByMultipleNotesMode.cancel.description)),a.createEl("br"),G(a,g(o=>o.pluginSettings.moveAttachmentToProperFolderUsedByMultipleNotesMode.prompt.displayText)),a.appendText(" - "),a.appendText(g(o=>o.pluginSettings.moveAttachmentToProperFolderUsedByMultipleNotesMode.prompt.description))})).addDropdown(a=>{a.addOptions({Skip:g(o=>o.pluginSettings.moveAttachmentToProperFolderUsedByMultipleNotesMode.skip.displayText),CopyAll:g(o=>o.pluginSettings.moveAttachmentToProperFolderUsedByMultipleNotesMode.copyAll.displayText),Cancel:g(o=>o.pluginSettings.moveAttachmentToProperFolderUsedByMultipleNotesMode.cancel.displayText),Prompt:g(o=>o.pluginSettings.moveAttachmentToProperFolderUsedByMultipleNotesMode.prompt.displayText)}),this.bind(a,"moveAttachmentToProperFolderUsedByMultipleNotesMode")})}),new mn(this.containerEl).setHeading(g(r=>r.pluginSettingsTab.groups.deletion)).addSettingEx(r=>{r.setName(g(a=>a.pluginSettingsTab.emptyFolderBehavior.name)).setDesc(createFragment(a=>{a.appendText(g(o=>o.pluginSettingsTab.emptyFolderBehavior.description.part1)),a.createEl("br"),G(a,g(o=>o.pluginSettings.emptyFolderBehavior.keep.displayText)),a.appendText(" - "),a.appendText(g(o=>o.pluginSettings.emptyFolderBehavior.keep.description)),a.createEl("br"),G(a,g(o=>o.pluginSettings.emptyFolderBehavior.delete.displayText)),a.appendText(" - "),a.appendText(g(o=>o.pluginSettings.emptyFolderBehavior.delete.description)),a.createEl("br"),G(a,g(o=>o.pluginSettings.emptyFolderBehavior.deleteWithEmptyParents.displayText)),a.appendText(" - "),a.appendText(g(o=>o.pluginSettings.emptyFolderBehavior.deleteWithEmptyParents.description))})).addDropdown(a=>{a.addOptions({[Jt.Keep]:g(o=>o.pluginSettings.emptyFolderBehavior.keep.displayText),[Jt.Delete]:g(o=>o.pluginSettings.emptyFolderBehavior.delete.displayText),[Jt.DeleteWithEmptyParents]:g(o=>o.pluginSettings.emptyFolderBehavior.deleteWithEmptyParents.displayText)}),this.bind(a,"emptyFolderBehavior")})}).addSettingEx(r=>{r.setName(g(a=>a.pluginSettingsTab.shouldDeleteOrphanAttachments.name)).setDesc(g(a=>a.pluginSettingsTab.shouldDeleteOrphanAttachments.description)).addToggle(a=>{this.bind(a,"shouldDeleteOrphanAttachments")})}),new mn(this.containerEl).setHeading(g(r=>r.pluginSettingsTab.groups.specialCharacters)).addSettingEx(r=>{r.setName(g(a=>a.pluginSettingsTab.specialCharacters.name)).setDesc(createFragment(a=>{a.appendText(g(o=>o.pluginSettingsTab.specialCharacters.description.part1)),a.createEl("br"),a.appendText(g(o=>o.pluginSettingsTab.specialCharacters.description.part2))})).addText(a=>{this.bind(a,"specialCharacters",{componentToPluginSettingsValueConverter:Dx,pluginSettingsToComponentValueConverter:fd,shouldResetSettingWhenComponentIsEmpty:!1,shouldShowPlaceholderForDefaultValues:!1}),V2(a)})}).addSettingEx(r=>{r.setName(g(a=>a.pluginSettingsTab.specialCharactersReplacement.name)).setDesc(createFragment(a=>{a.appendText(g(o=>o.pluginSettingsTab.specialCharactersReplacement.description.part1)),a.createEl("br"),a.appendText(g(o=>o.pluginSettingsTab.specialCharactersReplacement.description.part2))})).addText(a=>{this.bind(a,"specialCharactersReplacement",{componentToPluginSettingsValueConverter:Dx,pluginSettingsToComponentValueConverter:fd,shouldResetSettingWhenComponentIsEmpty:!1,shouldShowPlaceholderForDefaultValues:!1})})}),new mn(this.containerEl).setHeading(g(r=>r.pluginSettingsTab.groups.collectedAttachments)).addSettingEx(r=>{r.setName(g(a=>a.pluginSettingsTab.shouldRenameCollectedAttachments.name)).setDesc(createFragment(a=>{a.appendText(g(o=>o.pluginSettingsTab.shouldRenameCollectedAttachments.description.part1)),a.appendText(" "),G(a,g(o=>o.pluginSettingsTab.shouldRenameCollectedAttachments.description.part2)),a.appendText(" "),a.appendText(g(o=>o.pluginSettingsTab.shouldRenameCollectedAttachments.description.part3)),a.appendText(" "),G(a,g(o=>o.pluginSettingsTab.collectedAttachmentFileName.name)),a.appendText(" "),a.appendText(g(o=>o.pluginSettingsTab.shouldRenameCollectedAttachments.description.part4))})).addToggle(a=>{this.bind(a,"shouldRenameCollectedAttachments")})}).addSettingEx(r=>{r.setName(g(a=>a.pluginSettingsTab.collectedAttachmentFileName.name)).setDesc(createFragment(a=>{a.appendText(g(o=>o.pluginSettingsTab.collectedAttachmentFileName.description.part1)),a.appendText(" "),a.createEl("a",{href:"https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#tokens",text:g(o=>o.pluginSettingsTab.collectedAttachmentFileName.description.part2)}),a.appendText("."),a.createEl("br"),a.appendText(g(o=>o.pluginSettingsTab.collectedAttachmentFileName.description.part3)),a.appendText(" "),G(a,g(o=>o.pluginSettingsTab.generatedAttachmentFileName.name)),a.appendText(g(o=>o.pluginSettingsTab.collectedAttachmentFileName.description.part4))})).addCodeHighlighter(a=>{a.setLanguage(Rr),a.inputEl.addClass("tokenized-string-setting-control"),this.bind(a,"collectedAttachmentFileName",i)})}).addSettingEx(r=>{r.setName(g(a=>a.pluginSettingsTab.collectAttachmentUsedByMultipleNotesMode.name)).setDesc(createFragment(a=>{a.appendText(g(o=>o.pluginSettingsTab.collectAttachmentUsedByMultipleNotesMode.description.part1)),a.createEl("br"),G(a,g(o=>o.pluginSettings.collectAttachmentUsedByMultipleNotesMode.skip.displayText)),a.appendText(" - "),a.appendText(g(o=>o.pluginSettings.collectAttachmentUsedByMultipleNotesMode.skip.description)),a.createEl("br"),G(a,g(o=>o.pluginSettings.collectAttachmentUsedByMultipleNotesMode.move.displayText)),a.appendText(" - "),a.appendText(g(o=>o.pluginSettings.collectAttachmentUsedByMultipleNotesMode.move.description)),a.createEl("br"),G(a,g(o=>o.pluginSettings.collectAttachmentUsedByMultipleNotesMode.copy.displayText)),a.appendText(" - "),a.appendText(g(o=>o.pluginSettings.collectAttachmentUsedByMultipleNotesMode.copy.description)),a.createEl("br"),G(a,g(o=>o.pluginSettings.collectAttachmentUsedByMultipleNotesMode.cancel.displayText)),a.appendText(" - "),a.appendText(g(o=>o.pluginSettings.collectAttachmentUsedByMultipleNotesMode.cancel.description)),a.createEl("br"),G(a,g(o=>o.pluginSettings.collectAttachmentUsedByMultipleNotesMode.prompt.displayText)),a.appendText(" - "),a.appendText(g(o=>o.pluginSettings.collectAttachmentUsedByMultipleNotesMode.prompt.description))})).addDropdown(a=>{a.addOptions({Skip:g(o=>o.pluginSettings.collectAttachmentUsedByMultipleNotesMode.skip.displayText),Move:g(o=>o.pluginSettings.collectAttachmentUsedByMultipleNotesMode.move.displayText),Copy:g(o=>o.pluginSettings.collectAttachmentUsedByMultipleNotesMode.copy.displayText),Cancel:g(o=>o.pluginSettings.collectAttachmentUsedByMultipleNotesMode.cancel.displayText),Prompt:g(o=>o.pluginSettings.collectAttachmentUsedByMultipleNotesMode.prompt.displayText)}),this.bind(a,"collectAttachmentUsedByMultipleNotesMode")})}),new mn(this.containerEl).setHeading(g(r=>r.pluginSettingsTab.groups.images)).addSettingEx(r=>{r.setName(g(a=>a.pluginSettingsTab.defaultImageSize.name)).setDesc(createFragment(a=>{a.appendText(g(o=>o.pluginSettingsTab.defaultImageSize.description.part1)),a.createEl("br"),a.appendText(g(o=>o.pluginSettingsTab.defaultImageSize.description.part2)),a.appendText(" ("),G(a,"300px"),a.appendText(") "),a.appendText(g(o=>o.pluginSettingsTab.defaultImageSize.description.part3)),a.appendText(" ("),G(a,"50%"),a.appendText(")."),a.createEl("br"),a.appendText(g(o=>o.pluginSettingsTab.defaultImageSize.description.part4))})).addText(a=>{this.bind(a,"defaultImageSize")}).addDropdown(a=>{a.selectEl.addClass("default-image-size-dimension-setting-control"),a.addOptions({width:g(o=>o.pluginSettings.defaultImageSizeDimension.width),height:g(o=>o.pluginSettings.defaultImageSizeDimension.height)}),this.bind(a,"defaultImageSizeDimension")})}).addSettingEx(r=>{r.setName(g(a=>a.pluginSettingsTab.convertImagesToJpegMode.name)).setDesc(createFragment(a=>{a.appendText(g(o=>o.pluginSettingsTab.convertImagesToJpegMode.description.part1)),a.createEl("br"),G(a,g(o=>o.pluginSettings.convertImagesToJpegMode.none.displayText)),a.appendText(" - "),a.appendText(g(o=>o.pluginSettings.convertImagesToJpegMode.none.description)),a.createEl("br"),G(a,g(o=>o.pluginSettings.convertImagesToJpegMode.onlyPastedClipboardPngImages.displayText)),a.appendText(" - "),a.appendText(g(o=>o.pluginSettings.convertImagesToJpegMode.onlyPastedClipboardPngImages.description)),a.createEl("br"),G(a,g(o=>o.pluginSettings.convertImagesToJpegMode.allImagesExceptAlreadyJpeg.displayText)),a.appendText(" - "),a.appendText(g(o=>o.pluginSettings.convertImagesToJpegMode.allImagesExceptAlreadyJpeg.description)),a.createEl("br"),G(a,g(o=>o.pluginSettings.convertImagesToJpegMode.allImages.displayText)),a.appendText(" - "),a.appendText(g(o=>o.pluginSettings.convertImagesToJpegMode.allImages.description))})).addDropdown(a=>{a.addOptions({None:g(o=>o.pluginSettings.convertImagesToJpegMode.none.displayText),"Only pasted clipboard PNG images":g(o=>o.pluginSettings.convertImagesToJpegMode.onlyPastedClipboardPngImages.displayText),"All images except already JPEG files":g(o=>o.pluginSettings.convertImagesToJpegMode.allImagesExceptAlreadyJpeg.displayText),"All images":g(o=>o.pluginSettings.convertImagesToJpegMode.allImages.displayText)}),this.bind(a,"convertImagesToJpegMode")})}).addSettingEx(r=>{r.setName(g(a=>a.pluginSettingsTab.jpegQuality.name)).setDesc(g(a=>a.pluginSettingsTab.jpegQuality.description)).addDropdown(a=>{a.addOptions(HR()),this.bind(a,"jpegQuality",{componentToPluginSettingsValueConverter:s(o=>Number(o),"componentToPluginSettingsValueConverter"),pluginSettingsToComponentValueConverter:s(o=>o.toPrecision(q2),"pluginSettingsToComponentValueConverter")})})}),new mn(this.containerEl).setHeading(g(r=>r.pluginSettingsTab.groups.path)).addSettingEx(r=>{r.setName(g(a=>a.pluginSettingsTab.includePaths.name)).setDesc(createFragment(a=>{a.appendText(g(o=>o.pluginSettingsTab.includePaths.description.part1)),a.createEl("br"),a.appendText(g(o=>o.pluginSettingsTab.includePaths.description.part2)),a.createEl("br"),a.appendText(g(o=>o.pluginSettingsTab.includePaths.description.part3)),a.appendText(" "),G(a,g(o=>o.regularExpression)),a.appendText("."),a.createEl("br"),a.appendText(g(o=>o.pluginSettingsTab.includePaths.description.part4))})).addMultipleText(a=>{this.bind(a,"includePaths")})}).addSettingEx(r=>{r.setName(g(a=>a.pluginSettingsTab.excludePaths.name)).setDesc(createFragment(a=>{a.appendText(g(o=>o.pluginSettingsTab.excludePaths.description.part1)),a.createEl("br"),a.appendText(g(o=>o.pluginSettingsTab.excludePaths.description.part2)),a.createEl("br"),a.appendText(g(o=>o.pluginSettingsTab.excludePaths.description.part3)),a.appendText(" "),G(a,g(o=>o.regularExpression)),a.appendText("."),a.createEl("br"),a.appendText(g(o=>o.pluginSettingsTab.excludePaths.description.part4))})).addMultipleText(a=>{this.bind(a,"excludePaths")})}).addSettingEx(r=>{r.setName(g(a=>a.pluginSettingsTab.excludePathsFromAttachmentCollecting.name)).setDesc(createFragment(a=>{a.appendText(g(o=>o.pluginSettingsTab.excludePathsFromAttachmentCollecting.description.part1)),a.appendText(" "),G(a,g(o=>o.pluginSettingsTab.excludePathsFromAttachmentCollecting.description.part2)),a.appendText(" "),a.appendText(g(o=>o.pluginSettingsTab.excludePathsFromAttachmentCollecting.description.part3)),a.createEl("br"),a.appendText(g(o=>o.pluginSettingsTab.excludePathsFromAttachmentCollecting.description.part4)),a.createEl("br"),a.appendText(g(o=>o.pluginSettingsTab.excludePathsFromAttachmentCollecting.description.part5)),a.appendText(" "),G(a,g(o=>o.regularExpression)),a.appendText("."),a.createEl("br"),a.appendText(g(o=>o.pluginSettingsTab.excludePathsFromAttachmentCollecting.description.part6))})).addMultipleText(a=>{this.bind(a,"excludePathsFromAttachmentCollecting")})}).addSettingEx(r=>{r.setName(g(a=>a.pluginSettingsTab.treatAsAttachmentExtensions.name)).setDesc(createFragment(a=>{a.appendText(g(o=>o.pluginSettingsTab.treatAsAttachmentExtensions.description.part1)),a.createEl("br"),a.appendText(g(o=>o.pluginSettingsTab.treatAsAttachmentExtensions.description.part2)),a.appendText(" "),G(a,".md"),a.appendText(", "),G(a,".canvas"),a.appendText(" "),a.appendText(g(o=>o.pluginSettingsTab.treatAsAttachmentExtensions.description.part3)),a.appendText(" "),G(a,".base"),a.appendText(" "),a.appendText(g(o=>o.pluginSettingsTab.treatAsAttachmentExtensions.description.part4)),a.createEl("br"),a.appendText(g(o=>o.pluginSettingsTab.treatAsAttachmentExtensions.description.part5)),a.appendText(" "),G(a,".foo.md"),a.appendText(", "),G(a,".bar.canvas"),a.appendText(", "),G(a,".baz.base"),a.appendText(g(o=>o.pluginSettingsTab.treatAsAttachmentExtensions.description.part6)),a.createEl("br"),a.appendText(g(o=>o.pluginSettingsTab.treatAsAttachmentExtensions.description.part7))})).addMultipleText(a=>{this.bind(a,"treatAsAttachmentExtensions")})}),new mn(this.containerEl).setHeading(g(r=>r.pluginSettingsTab.groups.customTokens)).addSettingEx(r=>{r.setName(g(a=>a.pluginSettingsTab.customTokens.name)).setDesc(createFragment(a=>{a.appendText(g(o=>o.pluginSettingsTab.customTokens.description.part1)),a.createEl("br"),a.appendText(g(o=>o.pluginSettingsTab.customTokens.description.part2)),a.appendText(" "),a.createEl("a",{href:"https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens",text:g(o=>o.pluginSettingsTab.customTokens.description.part3)}),a.appendText(" "),a.appendText(g(o=>o.pluginSettingsTab.customTokens.description.part4)),a.createEl("br"),a.appendText(g(o=>o.pluginSettingsTab.customTokens.description.part5))})).addCodeHighlighter(a=>{a.setLanguage("javascript"),a.inputEl.addClass("custom-tokens-setting-control"),this.bind(a,"customTokensStr",{onChanged:s(o=>{n(o)},"onChanged")})})}).addSettingEx(r=>{r.addButton(a=>{a.setButtonText(g(o=>o.pluginSettingsTab.resetToSampleCustomTokens.title)),a.setWarning(),a.onClick(kt(async()=>{this.plugin.settings.customTokensStr!==dx&&(this.plugin.settings.customTokensStr!==""&&!await Yl({app:this.plugin.app,cancelButtonText:g(o=>o.obsidianDevUtils.buttons.cancel),message:g(o=>o.pluginSettingsTab.resetToSampleCustomTokens.message),okButtonText:g(o=>o.obsidianDevUtils.buttons.ok),title:g(o=>o.pluginSettingsTab.resetToSampleCustomTokens.title)})||(await this.plugin.settingsManager.editAndSave(o=>{o.customTokensStr=dx}),this.display()))}))})}),new mn(this.containerEl).setHeading(g(r=>r.pluginSettingsTab.groups.advanced)).addSettingEx(r=>{r.setName(g(a=>a.pluginSettingsTab.markdownUrlFormat.name)).setDesc(createFragment(a=>{a.appendText(g(o=>o.pluginSettingsTab.markdownUrlFormat.description.part1)),a.createEl("br"),a.appendText(g(o=>o.pluginSettingsTab.markdownUrlFormat.description.part2)),a.appendText(" "),a.createEl("a",{href:"https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#tokens",text:g(o=>o.pluginSettingsTab.markdownUrlFormat.description.part3)}),a.appendText("."),a.createEl("br"),a.appendText(g(o=>o.pluginSettingsTab.markdownUrlFormat.description.part4))})).addCodeHighlighter(a=>{a.setLanguage(Rr),a.inputEl.addClass("tokenized-string-setting-control"),this.bind(a,"markdownUrlFormat",i)})}).addSettingEx(r=>{r.setName(g(a=>a.pluginSettingsTab.timeoutInSeconds.name)).setDesc(createFragment(a=>{a.appendText(g(o=>o.pluginSettingsTab.timeoutInSeconds.description.part1)),a.createEl("br"),a.appendText(g(o=>o.pluginSettingsTab.timeoutInSeconds.description.part2)),a.appendText(" "),G(a,"0"),a.appendText(" "),a.appendText(g(o=>o.pluginSettingsTab.timeoutInSeconds.description.part3))})).addNumber(a=>{a.setMin(0),this.bind(a,"timeoutInSeconds")})})}hide(){super.hide(),this.plugin.settingsManager.shouldDebounceCustomTokensValidation=!1}};function HR(){let t={};for(let n=1;n<=20;n++){let i=(n/20).toFixed(q2);t[i]=i}return t}s(HR,"generateJpegQualityOptions");function V2(e){e.inputEl.addEventListener("input",()=>{let t=e.inputEl.selectionStart??0,n=e.inputEl.selectionEnd??0;e.inputEl.value=fd(e.inputEl.value),e.inputEl.setSelectionRange(t,n)})}s(V2,"handleWhitespace");function Dx(e){return e.replaceAll(Z2," ")}s(Dx,"restoreSpaceCharacter");function fd(e){return e.replaceAll(" ",Z2)}s(fd,"showSpaceCharacter");var J2=at(Tn.moment),KR=/Pasted image (?<Timestamp>\d{14})/,YR="YYYYMMDDHHmmss",XR=10,zx="__IMPORT_FILES__",yd=class extends Nl{static{s(this,"Plugin")}arrayBufferFileStatMap=new WeakMap;currentAttachmentFolderPath=null;getAvailablePathForAttachmentsOriginal=null;imageAttachmentSizeMap=new Map;isMarkdownViewPatched=!1;lastOpenFilePath=null;pathMarkdownUrlMap=new Map;async getSequenceNumber(t,n){let i=Ue(this.app,n);if(!i)return 0;let r=await rr(this.app,t);if(!r)return 0;let a=1;for(let o of en(r)){if(An(this.app,o,t)===i)return a;a++}return 0}replaceSpecialCharacters(t){return this.settings.specialCharacters&&(t=t.replace(this.settings.specialCharactersRegExp,this.settings.specialCharactersReplacement)),t}createSettingsManager(){return new Rp(this)}createSettingsTab(){return new gd(this)}createTranslationsMap(){return h2}async onLayoutReady(){await super.onLayoutReady(),dt.registerCustomTokens(this.settings.customTokensStr),await this.settingsManager.loadFromFile(!1),Ln(this,this.app.vault,{getAvailablePath:s(()=>this.getAvailablePath.bind(this),"getAvailablePath"),getAvailablePathForAttachments:s(t=>{let n=this;return Object.assign(i,{extended:this.getAvailablePathForAttachments.bind(this)});function i(r,a,o){return t.call(n.app.vault,r,a,o)}},"getAvailablePathForAttachments"),getConfig:s(t=>n=>this.getConfig(t,n),"getConfig")}),kd.webUtils&&Ln(this,kd.webUtils,{getPathForFile:s(t=>n=>this.getPathForFile(n,t),"getPathForFile")}),Ln(this,this.app.fileManager,{generateMarkdownLink:s(t=>(n,i,r,a)=>this.generateMarkdownLink(t,n,i,r,a),"generateMarkdownLink")}),Ln(this,_d(this.app.shareReceiver),{importFiles:s(t=>n=>this.importFiles(t,n),"importFiles")}),this.registerPopupDocumentDomEvent("change",this.handleInputFileChange.bind(this),{capture:!0}),await this.handleActiveLeafChange(this.app.workspace.getLeavesOfType(qr.Markdown)[0]??null),this.isMarkdownViewPatched||this.registerEvent(this.app.workspace.on("active-leaf-change",kt(this.handleActiveLeafChange.bind(this)))),await this.showReleaseNotes()}async onloadImpl(){await super.onloadImpl(),wC(this,()=>({emptyFolderBehavior:this.settings.emptyFolderBehavior,isNote:s(n=>xi(this,n),"isNote"),isPathIgnored:s(n=>this.settings.isPathIgnored(n),"isPathIgnored"),shouldHandleDeletions:this.settings.shouldDeleteOrphanAttachments,shouldHandleRenames:this.settings.shouldHandleRenames,shouldRenameAttachmentFiles:this.settings.shouldRenameAttachmentFiles,shouldRenameAttachmentFolder:this.settings.shouldRenameAttachmentFolder,shouldUpdateFileNameAliases:!0})),new Tp(this).register(),new Ep(this).register(),new wp(this).register(),new Pp(this).register(),Ln(this,this.app,{saveAttachment:s(()=>(t,n,i)=>this.saveAttachment(t,n,i),"saveAttachment")}),this.addChild(new hd),this.registerEvent(this.app.workspace.on("file-open",kt(this.handleFileOpen.bind(this)))),this.registerEvent(this.app.vault.on("rename",kt(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 convertImageToJpeg(t){let n=v2(t.attachmentFileExtension),i=!1;if(n)switch(this.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":t.isPastedImage&&n==="image/png"&&(i=!0);break;default:throw new Error(`Invalid convert images to JPEG mode: ${this.settings.convertImagesToJpegMode}`)}i&&n&&(t.attachmentFileExtension="jpg",t.attachmentFileContent=await y0(new Blob([t.attachmentFileContent],{type:n}),this.settings.jpegQuality))}async fileArrayBuffer(t,n){let i=await t.call(n);if(this.app.vault.adapter instanceof Tn.FileSystemAdapter){let r=kd.webUtils.getPathForFile(n);if(await this.setFileStat(i,r))return i}return this.arrayBufferFileStatMap.set(i,{ctime:0,mtime:n.lastModified,size:n.size}),i}generateMarkdownLink(t,n,i,r,a){if(a===void 0){let c=this.imageAttachmentSizeMap.get(n.path);c&&(this.imageAttachmentSizeMap.delete(n.path),a=c)}let o=t.call(this.app.fileManager,n,i,r,a);if(!this.settings.markdownUrlFormat)return o;let l=this.pathMarkdownUrlMap.get(n.path);return l?(mh(o)&&(o=ph({app:this.app,linkStyle:uh.Markdown,originalLink:o,sourcePathOrFile:i,targetPathOrFile:n})),dh(o)?o.replace(/\]\(<.+?>\)/,`](<${l}>)`):o.replace(/\]\(.+?\)/,`](${ko(l)})`)):o}getAvailablePath(t,n){let i=0;for(;;){let r=Yt(i===0?t:`${t}${this.settings.duplicateNameSeparator}${String(i)}`,n);if(!Xt(this.app,r,!0))return r;i++}}async getAvailablePathForAttachments(t){let{attachmentFileExtension:n,notePathOrFile:i,shouldSkipDuplicateCheck:r,shouldSkipMissingAttachmentFolderCreation:a}=t,{attachmentFileBaseName:o,attachmentFileContent:l,attachmentFileStat:c,shouldSkipGeneratedAttachmentFileName:u}=t;if(o===xn){l??=new ArrayBuffer(0);let v=Math.trunc(Date.now());c??={ctime:v,mtime:v,size:0}}let p=Ue(this.app,i),d=i?we(this.app,i):void 0,m=t.oldNotePathOrFile?we(this.app,t.oldNotePathOrFile):void 0;if(o.startsWith(zx)&&(o=_i(o,zx),u=!0),p&&this.settings.isPathIgnored(p.path)&&this.getAvailablePathForAttachmentsOriginal)return this.getAvailablePathForAttachmentsOriginal(o,n,p);let h;if(!d||!Dt(this.app,d))h=await Zd({app:this.app,attachmentFileBaseName:o,attachmentFileExtension:n,notePathOrFile:i,shouldSkipDuplicateCheck:r??!1,shouldSkipMissingAttachmentFolderCreation:a??!0});else{let v=Yt(o,n),x=await gs(this,t.context,d,v,m,l,c),A;if(u)A=v;else{let C=await this.getCursorLine(d,t.oldAttachmentPathOrFile),E=await this.getSequenceNumber(d,t.oldAttachmentPathOrFile),I=await ja(this,new dt({actionContext:t.context,attachmentFileContent:l,attachmentFileStat:c,cursorLine:C,noteFilePath:d,oldNoteFilePath:m,originalAttachmentFileName:v,plugin:this,sequenceNumber:E}));A=Yt(I,n)}let k=Re(x,A);if(r)h=k;else{let C=Ie(k),E=Oe(k,n?`.${n}`:"");h=this.app.vault.getAvailablePath(Re(C,E),n)}}if(!a){let v=Lt(h);await this.app.vault.exists(v)||(await Cl(this.app,v),this.settings.emptyFolderBehavior===Jt.Keep&&await this.app.vault.create(Re(v,".gitkeep"),""))}return h}getConfig(t,n){return n!=="attachmentFolderPath"||this.currentAttachmentFolderPath===null?t.call(this.app.vault,n):this.currentAttachmentFolderPath}async getCursorLine(t,n){let i=Ue(this.app,n);if(!i)return 0;let r=await rr(this.app,t);if(!r)return 0;for(let a of en(r)){if(!Bt(a))continue;let o=An(this.app,a,t);if(o&&o===i)return a.position.start.line}return 0}getPathForFile(t,n){let i=t;return i.path?i.path:n(t)}async handleActiveLeafChange(t){if(this.isMarkdownViewPatched||!t||t.view.getViewType()!==qr.Markdown)return;await t.loadIfDeferred();let n=t.view,i=this;Ln(this,_d(n.editMode.clipboardManager),{insertFiles:s(r=>s(function(o){return i.insertFiles(r,this,o)},"insertFilesPatched"),"insertFiles")}),this.isMarkdownViewPatched=!0}async handleFileOpen(t){if(t===null||this.settings.isPathIgnored(t.path)){this.currentAttachmentFolderPath=null,this.lastOpenFilePath=null;return}t.path!==this.lastOpenFilePath&&(this.lastOpenFilePath=t.path,this.currentAttachmentFolderPath=await gs(this,"OpenFile",t.path,xn))}handleInputFileChange(t){if(!(t.target instanceof HTMLInputElement)||t.target.type!=="file")return;let n=this;for(let i of t.target.files??[])Ln(this,i,{arrayBuffer:s(r=>s(function(){return n.fileArrayBuffer(r,this)},"arrayBufferPatched"),"arrayBuffer")})}handleReceiveFilesMenu(t,n){this.handleReceiveMenuItemClick(t,i=>n.map(a=>this.app.fileManager.generateMarkdownLink(a,i.path)).join(`
|
|
`))}handleReceiveMenuItemClick(t,n){let i=this.app,r=t.items.find(o=>o instanceof Tn.MenuItem&&!!o.iconEl.querySelector(".lucide-file"));r&&(r.callback=a);function a(){let o=i.workspace.getActiveViewOfType(Tn.MarkdownView);if(!o?.file)return;let l=n(o.file);o.editor.replaceSelection(l)}s(a,"callback")}handleReceiveTextMenu(t,n){this.handleReceiveMenuItemClick(t,()=>n)}async handleRename(){await this.handleFileOpen(this.app.workspace.getActiveFile())}async importFiles(t,n){for(let i of n){let r=window.Capacitor.convertFileSrc(i.uri),o=await(await fetch(r)).arrayBuffer(),l=new dt({actionContext:"ImportFiles",attachmentFileContent:o,noteFilePath:this.app.workspace.getActiveFile()?.path??"",originalAttachmentFileName:i.name,plugin:this}),c=await ja(this,l),u=et(i.name).slice(1);i.name=zx+Yt(c,u)}return t.call(this.app.shareReceiver,n)}async insertFiles(t,n,i){for(let r of i){let a=await r.data;await this.setFileStat(a,r.filepath)}return t.call(n,i)}async saveAttachment(t,n,i){let r=this.app.workspace.getActiveFile();if(!r||this.settings.isPathIgnored(r.path))return await this.saveAttachmentCore(t,n,i);let a=!1,o=KR.exec(t);if(o){let p=o.groups?.Timestamp;if(p){let d=J2(p,YR);d.isValid()&&J2().diff(d,"seconds")<XR&&(a=!0)}}let l={attachmentFileContent:i,attachmentFileExtension:n,isPastedImage:a};await this.convertImageToJpeg(l),n=l.attachmentFileExtension,i=l.attachmentFileContent;let c=!1;switch(this.settings.attachmentRenameMode){case"All":c=!0;break;case"None":break;case"Only pasted images":c=a;break;default:throw new Error("Invalid attachment rename mode")}c&&(t=await ja(this,new dt({actionContext:"SaveAttachment",attachmentFileContent:i,attachmentFileStat:this.arrayBufferFileStatMap.get(i),noteFilePath:r.path,originalAttachmentFileName:Yt(t,n),plugin:this})));let u=await this.saveAttachmentCore(t,n,i);if(this.settings.markdownUrlFormat){let p=await new dt({actionContext:"SaveAttachment",attachmentFileContent:i,attachmentFileStat:this.arrayBufferFileStatMap.get(i),generatedAttachmentFileName:u.name,generatedAttachmentFilePath:u.path,noteFilePath:r.path,originalAttachmentFileName:Yt(t,n),plugin:this}).fillTemplate(this.settings.markdownUrlFormat);this.pathMarkdownUrlMap.set(u.path,p)}else this.pathMarkdownUrlMap.delete(u.path);return u}async saveAttachmentCore(t,n,i){let r=this.app.workspace.getActiveFile(),a=this.arrayBufferFileStatMap.get(i),o=await this.getAvailablePathForAttachments({attachmentFileBaseName:t,attachmentFileContent:i,attachmentFileExtension:n,attachmentFileStat:a,context:"SaveAttachment",notePathOrFile:r,oldAttachmentPathOrFile:Yt(t,n),shouldSkipDuplicateCheck:!1,shouldSkipGeneratedAttachmentFileName:!0,shouldSkipMissingAttachmentFolderCreation:!1}),l=await g2(this,n,i);return l!==null&&this.imageAttachmentSizeMap.set(o,l),await this.app.vault.createBinary(o,i,f0({ctime:a?.ctime?Math.trunc(a.ctime):void 0,mtime:a?.mtime?Math.trunc(a.mtime):void 0}))}async setFileStat(t,n){if(!n)return!1;if(this.app.vault.adapter instanceof Tn.FileSystemAdapter){let i=await this.app.vault.adapter.fsPromises.stat(n);return this.arrayBufferFileStatMap.set(t,{ctime:i.ctimeMs,mtime:i.mtimeMs,size:i.size}),!0}if(this.app.vault.adapter instanceof Tn.CapacitorAdapter){let i=await this.app.vault.adapter.fs.stat(n);return this.arrayBufferFileStatMap.set(t,{ctime:i.ctime??0,mtime:i.mtime??0,size:t.byteLength}),!0}return!1}async showReleaseNotes(){let t={"9.0.0":createFragment(a=>{a.appendText(g(o=>o.pluginSettingsManager.customToken.deprecated.part1)),a.createEl("a",{href:"https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#custom-tokens",text:g(o=>o.pluginSettingsManager.customToken.deprecated.part2)}),a.appendText(" "),a.appendText(g(o=>o.pluginSettingsManager.customToken.deprecated.part3)),a.createEl("br"),a.appendText(g(o=>o.pluginSettingsManager.legacyRenameAttachmentsToLowerCase.part1)),a.appendText(" "),G(a,g(o=>o.pluginSettingsTab.renameAttachmentsToLowerCase)),a.appendText(" "),a.appendText(g(o=>o.pluginSettingsManager.legacyRenameAttachmentsToLowerCase.part2)),a.appendText(" "),G(a,"lower"),a.appendText(" "),a.appendText(g(o=>o.pluginSettingsManager.legacyRenameAttachmentsToLowerCase.part3)),a.appendText(" "),a.createEl("a",{href:"https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#tokens",text:g(o=>o.pluginSettingsManager.legacyRenameAttachmentsToLowerCase.part4)}),a.appendText(" "),a.appendText(g(o=>o.pluginSettingsManager.legacyRenameAttachmentsToLowerCase.part5))}),"9.2.0":createFragment(a=>{a.appendText(g(o=>o.pluginSettingsManager.markdownUrlFormat.deprecated.part1)),G(a,g(o=>o.pluginSettingsTab.markdownUrlFormat.name)),a.appendText(g(o=>o.pluginSettingsManager.markdownUrlFormat.deprecated.part2)),a.createEl("a",{href:"https://github.com/mnaoumov/obsidian-custom-attachment-location?tab=readme-ov-file#markdown-url-format",text:g(o=>o.pluginSettingsManager.markdownUrlFormat.deprecated.part3)}),a.appendText(" "),a.appendText(g(o=>o.pluginSettingsManager.markdownUrlFormat.deprecated.part4)),a.appendText(" "),a.appendText(g(o=>o.pluginSettingsManager.markdownUrlFormat.deprecated.part5))}),"9.16.0":createFragment(a=>{a.appendText(g(o=>o.pluginSettingsManager.specialCharacters.part1)),G(a,g(o=>o.pluginSettingsTab.specialCharacters.name)),a.appendText(g(o=>o.pluginSettingsManager.specialCharacters.part2))}),"10.0.0":createFragment(a=>{a.appendText(g(o=>o.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:g(o=>o.releaseNotes.versions["10.0.0"].part2)}),a.appendText(" "),a.appendText(g(o=>o.releaseNotes.versions["10.0.0"].part3))})},n=createFragment(),i=!1,r=!1;this.settings.version&&(0,_x.compare)(this.manifest.version,this.settings.version)<0&&(i=!0,r=!0,n.createEl("h3",{text:g(a=>a.releaseNotes.versionMismatch.title)}),n.append(createFragment(a=>{a.appendText(g(o=>o.releaseNotes.versionMismatch.part1)),a.appendText(" "),G(a,`${this.manifest.dir??""}/data.json`),a.appendText(" "),a.appendText(g(o=>o.releaseNotes.versionMismatch.part2)),a.appendText(" "),G(a,this.settings.version),a.appendText(", "),a.appendText(g(o=>o.releaseNotes.versionMismatch.part3)),a.appendText(" "),G(a,this.manifest.version),a.appendText(". "),a.appendText(g(o=>o.releaseNotes.versionMismatch.part4))})),n.createEl("hr"));for(let[a,o]of Object.entries(t))!this.settings.version||(0,_x.compare)(a,this.settings.version)<=0||(i=!0,n.createEl("h3",{text:a}),n.append(o),n.createEl("hr"));r||await this.settingsManager.editAndSave(a=>{a.version=this.manifest.version}),i&&await hC({app:this.app,message:n,title:g(a=>a.releaseNotes.title)})}};var QR=yd;
|
|
|
|
/* nosourcemap */ |